@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/hung1001/font-awesome-pro@4cac1a6/css/all.css');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,header,footer,aside,nav,
sub,sup,tt,var,dl,dt,dd,ol,select,button,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,textarea,input {margin:0;padding:0;box-sizing:border-box;}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;margin:0;padding:0;}
img {-ms-interpolation-mode:bicubic !important;max-width:100%;vertical-align:middle;}
input,select,textarea,button {font-family:inherit;}
table,th,td {margin:0;padding:0;border-spacing:0;border-collapse:collapse;box-sizing:border-box;}
address,caption,cite,code,dfn,em,var {font-style:normal;}
sub,sup {position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
legend,caption {height:0;text-indent:-9999px;overflow:hidden;font-size:0;}
input,button {border-radius:0;overflow:visible;}
button,input[type='button'],input[type='submit'] {-webkit-appearance:none;outline:none;cursor:pointer;}
select,input,textarea,button {font:inherit;}
label {cursor:pointer;}
button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner {padding:0;}
select {border-radius:0;}
select {-moz-appearance:none;-webkit-appearance:none;appearance:none;}
select::-ms-expand {display:none; /*숨겨진 화살표의 영역유지 X */display:hidden;/*숨겨진 화살표의 영역유지 O */}
a {text-decoration:none;color:inherit;}
a:hover {text-decoration:none;}
input{/*-webkit-appearance:none;*/-webkit-border-radius:0;}
input[type=text]::-ms-clear{display:none;}
html {font-size:16px;;color:#666;-webkit-text-size-adjust:none;line-height:1;letter-spacing:-0.02em;word-break:keep-all;font-family:'Noto Sans KR', sans-serif;}

::-moz-selection {background-color:rgba(0,0,0,0.4);color:#fff;}
::selection {background-color:rgba(0,0,0,0.4);color:#fff;}

::-webkit-input-placeholder {color:#999;}
:-moz-placeholder {color:#999;}
::-moz-placeholder {color:#999;}
:-ms-input-placeholder {color:#999;}
.mb15 {margin-bottom:15px !important;}
html,body{height: 100%;}
.wrap{position: relative;padding-top: 80px;min-width: 1220px;height: 100%;}
.wrap.pd0{padding-top: 0;}
.content{padding-bottom: 160px;overflow: hidden;}
.content.pd0{padding: 0;}
.con_top{padding-top: 60px}
.fit_in{padding: 0 20px;}
.inner{position: relative;margin: 0 auto;}
header {
    background-color: #fff;
    min-width: 1200px;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6;
}

.in_1280{max-width: 1280px;}
header .head_in {
    padding: 20px 0 0;
    transition: 0.3s;
}
header .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
header .top .logo a {
    display: block;
    background: url(../images/logo.png) no-repeat center;
    background-size: contain;
    width: 180px;
    height: 52px;
}
footer{border-top : 1px solid #EAEAEA;}
footer .top{padding: 30px 20px;}
footer .top .inner::after{content: "";display: block;clear: both;}
footer .top .tit{color: #555;font-weight: 500;font-size: 1.125rem;margin-bottom: 20px;}
footer .top .lef{width: 50%;float: left;}
footer .top .lef .ori{color: #888;font-size: 0.813rem;line-height: 1.6em;}
footer .top .lef .link{margin-top: 10px;display: flex;align-items: center;}
footer .top .lef .link button{color: #555;font-size: 0.813rem;font-weight: 500;background: none;border: none;}
footer .top .lef .link button ~ button{margin-left: 15px;}
footer .top .rig{width: 50%;float: left;padding-left: 10px;}
footer .top .rig ul li{display: flex;align-items: center;}
footer .top .rig ul li ~ li{margin-top: 18px;}
footer .top .rig ul li p{color: #555;}
footer .top .rig ul li span{margin-left: 10px;color: #888;font-size: 0.813rem;}
footer .bot{background-color: #F9FCFC;}
footer .bot ul{display: flex;align-items: center;padding: 25px 0;}
footer .bot ul li ~ li{margin-left: 20px;}
footer .bot ul li a{display: block;color: #555;font-size: 0.875rem;}
footer .bot ul li a em{font-weight: 500;}


.btn_area ul {display: flex;justify-content: center;align-items: center; margin:30px 0 40px}
.btn_area ul ~ ul {margin-top: 8px;}
.btn_area ul li ~ li {margin-left: 10px;}
.btn_area ul li.w_50per {width: calc(50% - 8px);}
.btn_area ul li.w_50per ~ .w_50per {margin-left: 16px;}
.btn_area ul li.w_50per button {width: 100%;}

._btn{display: block;width: 100%;line-height: 54px;font-weight: 500;border-radius: 10px;text-align: center;border: none;background-color: #1454fe}
._btn300{
	display: flex;
    width: 300px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
    border: none;
    background-color: transparent;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
	padding:20px 0
}

._btn.h_44{line-height: 42px;}
._btn.w_50per{width: 50%;}
._btn.w_70{width: 70px;height: 40px;line-height: 38px;font-size: 0.813rem;border-radius: 8px;}
._btn.w_75{width: 75px;height: 40px;line-height: 38px;font-size: 1rem;border-radius: 8px;font-weight: 400;}
._btn.w_85{width: 85px;height: 40px;line-height: 38px;font-size: 0.813rem;}
._btn.w_90{width: 90px;height: 40px;line-height: 38px;font-size: 0.813rem;}
._btn.w_125{width: 125px;height: 40px;line-height: 38px;font-size: 0.813rem;}
._btn.w_130{width: 130px;height: 46px;line-height: 44px;font-size: 0.875rem;border-radius: 8px;}
._btn.w_140{width: 140px;height: 50px;line-height: 48px;font-size: 0.875rem;}
._btn.w_160{width: 160px;height: 50px;line-height: 48px;font-size: 0.875rem;}
._btn.w_165{width: 165px;height: 50px;line-height: 48px;font-size: 0.875rem;border-radius: 10px !important;}
._btn.w_200{width: 200px;height: 56px;line-height: 54px;} 
._btn.w_230{width: 230px;height: 60px;line-height: 58px;} 
._btn.w_260{width: 260px;height: 60px;line-height: 58px;font-size: 1.125rem;}
.co_btn{background-color: #1454fe;color: #fff;border: 1px solid #1454fe;}
.co_bor_btn{border: 1px solid #1454fe;color: #ffffff;}
.co_bor_bg_btn{border: 1px solid #1454fe;color: #fff;background-color: #1454fe}
.gray_bg_btn{background: #FCFCFC;border: 1px solid #ddd;color: #777;}
.gray_bor_btn{border: 1px solid #E4E4E4;color: #888;background-color: #fff;}
.gray_bor_btn_555{border: 1px solid #EAEAEA;color: #555;}
.purple_btn{background-color: #9E72FF;color: #fff;border: 1px solid #9E72FF;}
.purple_bor_btn{border: 1px solid #9E72FF;color: #9E72FF;}

.input_type1{padding: 0 15px;width: 100%;height: 54px;border: 1px solid #E4E4E4;border-radius: 6px;color: #333;outline: none;text-overflow: ellipsis;}
.input_type1::placeholder{color: #777;font-weight: 400;}
.input_type1:focus{border-color: #1454fe;}
.input_type1.no_value{border-color: #FF8A49;}
.input_type1.readonly {background-color:lightgray;}

.message-info {
    padding-left: 24px;
    color: #626262;
    position: relative;
    text-align: left;
	margin-top:5px;
	font-size:14px;
	color:#000
}
.message-info.hidden {
    display: none;
}
.message-info.type-gray::before {
    background-image: url(../images/icon-caution-filled.svg);
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.timeout3{vertical-align: middle;}
.text-error {
    color: #f24a4a !important;
    font-weight: bold;
}
.inp_form2 dl{display: flex;}
.inp_form2 dl ~ dl{margin-top: 20px;}
.formtitle{margin:10px 0; border-bottom:1px solid #ececec; padding-bottom:10px}
.formtitle dt{font-size:16px !important; color:#000 !important}
.inp_form2 dl dt{font-weight: 500;color: #9c9c9c;width: 130px;line-height: 40px; font-size:14px}
.inp_form2 dl dt i{color: #FF8A49;font-style: normal;}
.inp_form2 dl dd{flex-grow: 1;}
.inp_form2 dl dd .label_wrap{line-height: 40px;}
.inp_form2 .flex_no{display: block;}
.inp_form2 .flex_no dt,
.inp_form2 .flex_no dd{width: 100%;}
.inp_form2 .agree_box .all_chk{border-top: 1px solid #EAEAEA;border-bottom: 1px solid #EAEAEA;padding: 20px 0;}
.inp_form2 .agree_box .label_wrap{line-height: 1;}
.inp_form2 .agree_box ul{margin-top: 20px;}
.inp_form2 .agree_box ul li ~ li{margin-top: 20px;}
.inp_form2 .agree_box ul li em{color: #999;padding-left: 5px;}
.inp_form2 .agree_box ul li a{color: #1454fe;font-weight: 500;padding-left: 5px;}
.inp_form2 ._btn{line-height: 38px; font-size:14px}


.input_type2{padding: 0 15px;width: 100%;height: 40px;border: 1px solid #E4E4E4;border-radius: 8px;color: #333;outline: none;text-overflow: ellipsis; font-size:14px}
.input_type2::placeholder{color: #777;font-weight: 400;}
.input_type2:focus{border-color: #ccc;}
.input_type2.no_value{border-color: #FF8A49;}

.sel_area_box{position: relative;}
.sel_area_box .sel_type1{width: 100%;height: 54px;line-height: 52px;text-align: left;border: 1px solid #E4E4E4;border-radius: 6px;padding: 0 15px;color: #333;background: url(../images/sel-icon.svg) no-repeat right 10px center;cursor: pointer;}
.sel_area_box .op_box{display: none;position: absolute;left: 0;top: 100%;width: 100%;background-color: #fff;border: 1px solid #ddd;border-radius: 6px;overflow: hidden;z-index: 3;text-align: left;margin-top: -1px;max-height: 240px;overflow: auto;}
.sel_area_box .op_box::-webkit-scrollbar{width:12px;background:transparent;}
.sel_area_box .op_box::-webkit-scrollbar-thumb{background-color:#ccc;background-image: url(../images/scrollbar-bg-top.svg) , url(../images/scrollbar-bg-bot.svg);background-repeat:no-repeat , no-repeat;background-size:auto , auto; background-position:left top ,left bottom;border-right: 6px solid transparent;border-top:6px solid transparent;border-bottom:6px solid transparent;background-clip: padding-box;}
.sel_area_box .op_box .option{line-height: 40px;padding: 0 10px;color: #555;font-size: 0.875rem;cursor: pointer;}
.sel_area_box .op_box .option:hover{background: #F1FCF4;font-weight: 500;}
.sel_area_box .op_box .option.sel{color:#1454fe;font-weight:600;}
.sel_area_box select{display: none;}
.sel_area_box.small{display: inline-block;}
.sel_area_box.small .sel_type1{width: 135px;height: 40px;line-height: 39px;font-weight: 500;padding: 0 25px 0 13px;background-image: url(../images/black-arr-333.svg);background-position: right 10px center;}
.sel_area_box.coupon_sel{display:flex;}

.date_sel{width: 140px;height: 40px;line-height: 39px;font-weight: 500;padding: 0 35px 0 10px;border-radius: 6px;background: url(../images/calendar-icon-on.svg) no-repeat right 10px center;text-align: left;}
.date_sel.green{border: 1px solid #1454fe;color: #1454fe;}
.date_sel.purple{border: 1px solid #9E72FF;color: #9E72FF;}

.textarea_type1,
#qa_content,
#wr_content{border: 1px solid #E4E4E4;border-radius: 6px;background-color: #fff;height: 150px;padding: 15px;width: 100%;resize: none;outline: none;color: #555;line-height: 1.5em;}
.textarea_type1::placeholder,
#qa_content::placeholder,
#wr_content::placeholder{color: #777;font-weight: 400;}
.textarea_type1::-webkit-scrollbar,
#qa_content::-webkit-scrollbar,
#wr_content::-webkit-scrollbar{width: 22px;}
.textarea_type1::-webkit-scrollbar-thumb,
#qa_content::-webkit-scrollbar-thumb,
#wr_content::-webkit-scrollbar-thumb{background: #ccc;background-clip: padding-box;border-radius: 20px;border: 8px solid transparent;}

.label_wrap{display: flex;align-items: center;}
.label_wrap .chk_type ~ .chk_type{margin-left: 20px;}
.chk_type1 label{display: flex;align-items: center;}
.chk_type1 input{display: none;}
.chk_type1 span{width: 20px;height: 20px;border: 1px solid #ddd;border-radius: 50%;position: relative;;transition: 0.1s;}
.chk_type1 input:checked ~ span::before{content: "";position: absolute;width: 10px;height: 10px;background-color: #4286f4;border-radius: 50%;left: 50%;top: 50%;margin-top: -5px;margin-left: -5px;}
.chk_type1 span::before{content: "";position: absolute;width: 10px;height: 10px;background-color: #fff;border-radius: 50%;left: 50%;top: 50%;margin-top: -5px;margin-left: -5px;}
.chk_type1 p{padding-left: 8px;}
.chk_type1 input:checked ~ span{border-color: #4286f4;background-color: #fff;}
.chk_type2,
.chk_type2 label{display: flex;align-items: center;}
.chk_type2 input{display: none;}
.chk_type2 span{display: block;position: relative;border: 1px solid #ddd;border-radius: 5px;width: 20px;height: 20px;background-color: #fff;}
.chk_type2 span::before{left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    margin-top: -10px;
    margin-left: -10px;
    background-color: #1454fe;
    border: 1px solid #1454fe;
    border-radius: 4px;
    transition: 0.1s;
    opacity: 0;
    background-image: url(../images/check.svg);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
}
.chk_type2 p{margin-left: 10px;color: #333;}
.chk_type2 p strong{font-size: 14px;font-weight: 500;}
.chk_type2 input:checked ~ span::before{opacity: 1;}
.chk_type2.black p{color: #555;}
.chk_type2.black span::before{background-color: #3D3D3D;}
.chk_type2.big p{font-size:1.125rem;margin-top: -2px;}.chk_type1 span
.chk_type2.small p{color: #555;font-size: 0.875rem;font-weight: 500;margin-left: 8px;}
.chk_type2.small span{width: 16px;height: 16px;}
.chk_type3,
.chk_type3 label{display: flex;align-items: center;}
.chk_type3 input{display: none;}
.chk_type3 span{width: 16px;height: 16px;background-repeat: no-repeat;background-position: center;background-size: contain;background-image: url(../images/login-check.svg);transition: 0.1s;}
.chk_type3 p{color: #999;font-size: 0.813rem;padding-left: 5px;}
.chk_type3 p strong{color: #333333;font-weight: 400;font-size: 0.875rem;}
.chk_type3 input:checked ~ span{background-image: url(../images/login-check-on.svg);}
.chk_type3 a{margin-left: 5px;color: #1454fe;font-size: 0.875rem;}
.chk_type3 em{color: #777;}
.chk_type3 .co_999{color: #999;}
.chk_agree{padding-top:20px;border-top:1px solid #EAEAEA;}
.chk_agree p{font-weight:500;}
.chk_agree p em{font-weight:400;}
.left-box{padding-top:30px; width:370px}
.right-box{padding-top:30px; width:900px; margin-right:40px;}
.right-box h2{font-size:22px; line-height:30px; color:#000}
.left-box h2{font-size:22px; line-height:30px; color:#000}
.member-join-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center
}

.member-join-step ol {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 430px;
    margin: 60px 0
}

.member-join-step ol li {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1px;
    font-weight: 400;
    color: gray;
    padding-top: 36px;
}

.member-join-step ol li.active {
    color: #1454fe;
    font-weight: 500
}

.member-join-step ol li.active::before {
    content: "";
    background-color: #fff;
    border: .1rem solid #1454fe;
    box-shadow: 0rem .4rem .8rem 0rem rgba(0,0,0,.1);
    color: #1454fe;
    box-sizing: border-box
}

.member-join-step ol li::before {
    content: "1";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    border-radius: 50%;
    background-color: #788296
}

.member-join-step ol li:nth-child(1)::before {
    content: "1"
}

.member-join-step ol li:nth-child(2)::before {
    content: "2"
}

.member-join-step ol li:nth-child(3)::before {
    content: "3"
}

.member-join-step ol::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 26px;
    display: inline-block;
    width: 370px;
    height: 1px;
    background-color: #eceef3;
    z-index: -1
}
.login-inner{border-top:1px solid #000; display: flex; flex-direction: row;}
.tit_type1{text-align: center;font-size: 1.75rem;font-weight: 500;color: #333;margin-bottom: 20px;}
.tit_type1 small{display:block; font-size:14px; padding-top: 20px; color: #6b6b6b;}
.tit_type1 a{padding: 0 20px 0;background: url(../images/tit-type1-arr.svg) no-repeat right 59%;}
.tit_type1.wh{color:#fff;}
.tit_type1.icon{margin-bottom: 50px;}
.tit_type1.icon span{padding-right: 35px;background: url(../images/earth-icon.png) no-repeat right center;}
.tit_type2{text-align: center;color: #999;font-weight: 400;margin-bottom: 35px;}
.tit_type3{text-align: center;color: #333;font-size: 1.375rem;font-weight: 500;margin-bottom: 40px;}
.tit_type3 a{padding: 0 25px 0;background: url(../images/tit-type1-arr.svg) no-repeat right 60%;}
.tit_type4{text-align: center;color: #333;font-size: 1.5rem;margin-bottom: 30px;}
.tit_type5{color: #999;font-size: 0.875rem;text-align: center;}
.tit_type6{font-size: 1.25rem;color: #333;text-align: center;}
.tit_type7{text-align: left;color: #777;font-size: 1.125rem;font-weight: 500;margin-bottom: 20px;}
.rig_ori{text-align: right;font-size: 0.875rem;color: #777;}
.rig_ori i{font-style: normal;color: #FF8A49;font-weight: 500;margin-right: 3px;}

.ecocollect_box{display:flex;justify-content:space-between;}
.ecocollect_box img{width:457px;}


.login_box{padding: 30px;}
.login_box .inp p{color: #555;font-weight: 500;margin-bottom: 15px;}
.login_box .inp .inp_wrap{display: flex;align-items: center;}
.login_box .inp .inp_wrap button{width: 95px;height: 54px;border: 1px solid #E4E4E4;border-radius: 6px;margin-left: 10px;color: #888;font-weight: 700;font-size: 0.938rem;background: none;}
.login_box .inp .c_n{display: flex;align-items: center;width: calc(100% - 105px);}
.login_box .inp .c_n input{border-radius: 6px 0 0 6px;border-right: none;}
.login_box .inp .c_n span{padding-right: 15px;color: #FF8A49;line-height: 52px;border: 1px solid #E4E4E4;border-left: none;border-radius: 0 6px 6px 0;}
.login_box .info{margin-top: 20px;display: flex;align-items: center;justify-content: space-between;}
.login_box .info .find{display: flex;align-items: center;}
.login_box .info .find a{color: #777;font-size: 0.813rem;}
.login_box .info .find em{margin: 0 10px;background-color: #ddd;width: 1px;height: 15px;}
.login_box .info .chk_type3 span{position:relative;top:1px;}
.login_box .sns{margin-top: 30px;}
.login_box .sns ul{display: flex;justify-content: space-around;}
.login_box .sns ul li a{display: block;line-height: 23px;padding-left: 30px;background-position: left center;background-repeat: no-repeat;font-weight: 500;font-size: 0.875rem;color: #555;}
.login_box .sns ul li .naver{background-image: url(../images/sns-naver.svg);}
.login_box .sns ul li .kakao{background-image: url(../images/sns-kakao.svg);}
.login_box .gray_btn{margin-top: 20px;text-align: center;color: #999;font-size: 0.813rem;}
.login_box .gray_btn.co_777{color: #777;}
.login_box .security_code .code{margin-bottom: 18px;text-align: center;}
.login_box .find_info{padding-top: 8px;text-align: center;}
.login_box .find_info span{display: block;margin-bottom: 21px;}
.login_box .find_info strong{display: block;color: #333;font-weight: 500;font-size: 1.375rem;margin-bottom: 16px;font-family: 'Poppins';}
.login_box .find_info p{color: #999;font-size: 0.813rem;}
.login_box .address_btn button{background-color: #EEFBF1;}
.login_box .address_btn button span{color: #1454fe;font-weight: 500;padding-right: 25px;background: url(../images/sch-icon-green.svg) no-repeat right bottom;}
.login_box .address_btn.small button span{padding-right:20px}
.alert{padding-left: 15px;color: #FF8A49;font-size: 11px;line-height: 16px;margin-top: 9px;display:none;}
.alert.or{color: #FF8A49;}
.alert.show{display: block;}
.co_txt{margin-top: 13px;color: #1454fe;font-size: 0.875rem;padding-left: 28px;}

.inp_form dl{display: flex;}
.inp_form dl ~ dl{margin-top: 20px;}
.inp_form dl dt{font-weight: 500;color: #555;width: 130px;line-height: 54px;}
.inp_form dl dt i{color: #FF8A49;font-style: normal;}
.inp_form dl dd{flex-grow: 1;}
.inp_form dl dd .label_wrap{line-height: 54px;}
.inp_form dl dd
.inp_form .flex_no{display: block;}
.inp_form .flex_no dt,
.inp_form .flex_no dd{width: 100%;}
.inp_form .agree_box .all_chk{border-top: 1px solid #EAEAEA;border-bottom: 1px solid #EAEAEA;padding: 20px 0;}
.inp_form .agree_box .label_wrap{line-height: 1;}
.inp_form .agree_box ul{margin-top: 20px;}
.inp_form .agree_box ul li ~ li{margin-top: 20px;}
.inp_form .agree_box ul li em{color: #999;padding-left: 5px;}
.inp_form .agree_box ul li a{color: #1454fe;font-weight: 500;padding-left: 5px;}
.inp_form ._btn{line-height: 52px; min-width: 90px; width: 90px; font-size: 13px;}
.form_wrap {/*display: flex; align-items: center; flex-direction: column;*/}
.form_wrap.type2 {
  display: flex;
  flex-direction: row;
  align-items: center; /* 수직 가운데 정렬 */
  gap: 8px; /* li 간격 */
}

/* 첫 번째 input (이메일 앞부분) */
.form_wrap.type2 > li:nth-child(1) {
  flex: 1; /* 남는 공간 채움 */
}

/* @ 기호 */
.form_wrap.type2 > li:nth-child(2) {
  width: 30px;
  text-align: center;
  color: #777;
  font-weight: 400;
}

/* 두 번째 input (도메인 부분) */
.form_wrap.type2 > li:nth-child(3) {
  flex: 1; /* 남는 공간 채움 */
}

/* 중복체크 버튼 영역 */
.form_wrap.type2 > li:nth-child(4) {
  flex-shrink: 0; /* 줄어들지 않게 */
}

/* 버튼 크기 */
.form_wrap.type2 .check {
  font-size: 13px;
  min-width: 90px; /* 버튼 최소 너비 */
  cursor: pointer;
  white-space: nowrap;
}
.form_wrap.hidden {display: none;}
.form_wrap.type1 > li ~ li{margin-left: 10px;}
.form_wrap.type1 > li:nth-child(1){width: 375px;
	display: flex;
    flex-direction: row;
    gap: 10px;
}
.form_wrap.type1 > li:nth-child(2){width: 100%; position: relative;}
.form_wrap.type2 > li:nth-child(1),
.form_wrap.type2 > li:nth-child(3){width: calc(50% - 15px);}
.form_wrap.type2 > li:nth-child(2){width: 30px;text-align: center;color: #777;font-weight: 400;}
.form_wrap.type3 > li{width: 33.33%;}
.form_wrap.type3 > li ~ li{margin-left: 15px;}
.form_wrap.type4 > li{width: 100%;}
.sel_wrap{display: flex;align-items: center;}
.sel_wrap .sel_area_box{flex-grow: 1;}
.sel_wrap p{margin-left: 5px;color: #333;}
.sel_wrap .sel_area_box .op_box{max-height:400px;}
.form_wrap li span i {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    width: 12px;
    display: inline-block;
    padding: 3px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50px;
    background: #245df7;
}

.popup{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 500;display: none;}
.popup .pop_dim{display: flex;align-items: center;justify-content: center;background-color: rgba(0,0,0,0.4);width: 100%;height: 100%;}
.popup.w_35 .popup_wrap{width: 350px;}
.popup.w_36 .popup_wrap{width: 360px;}
.popup.w_42 .popup_wrap{width: 420px;}
.popup.w_43 .popup_wrap{width: 430px;}
.popup.w_45 .popup_wrap{width: 450px;}
.popup.w_48 .popup_wrap{width: 480px;}
.popup.w_51 .popup_wrap{width: 510px;}
.popup.w_67 .popup_wrap{width: 670px;}
.popup.w_69 .popup_wrap{width: 690px;}
.popup.w_109 .popup_wrap{width: 1090px;}
.popup_wrap{background-color: #fff;border-radius: 20px;overflow: hidden;box-shadow: 0px 30px 40px rgba(78, 88, 90, 0.3);}
.popup_wrap.co{background-color: #F9FCFC;}
.popup_wrap.co .pop_btn button,
.popup_wrap.co .pop_btn a{background-color: #F9FCFC;}
.popup .co_bg{padding: 0 30px;}
.popup .pop_top{padding: 40px 20px;}
.popup .popup_tit{color: #333;font-weight: 500;font-size: 1.25rem;line-height: 1.5em;text-align: center;}
.popup .popup_txt{color: #333;line-height: 1.5em;text-align: center;}
.popup .popup_txt b{font-weight: 500;}
.popup .popup_txt_small{color: #999;line-height: 1.5em;text-align: center;}
.popup .top_tit{background-color: #222;position: relative;padding: 0 25px;}
.popup .top_tit p{line-height: 56px;color: #fff;font-size: 1.063rem;font-weight: 700;}
.popup .top_tit .close{width: 26px;height: 26px;background: url(../images/gray-close.svg) no-repeat center;position: absolute;top: 50%;right: 15px;margin-top: -13px;border: none;}
.popup .top_tit.gra{background-color: #1454fe;display: flex;align-items: center;padding: 0 40px;}
.popup .top_tit.gra img{margin-left: 6px;width: 53px;}
.popup .top_tit.green{background-color:#1454fe;padding: 0 40px;}
.popup .top_tit.green p{font-size:1.125rem;}
/*
.popup .blue .top_tit{background-color: #EFF6FF;}
.popup .blue .top_tit p{color: #508EE7;}
*/
.popup .blue .co_bg{background-color:#FEFFFF;}
.popup .pop_btn{display: flex;border-top: 1px solid #EAEAEA;text-align: center;}
.popup .pop_btn button,
.popup .pop_btn a{display: block;background-color: #fff;line-height: 55px;border: none;color: #1454fe;font-weight: 500;}
.popup .pop_btn .gray_co{color: #888;}
.popup .pop_btn .btn1{width: 100%;}
.popup .pop_btn .btn2{width: 50%;}
.popup .pop_btn .btn2 ~ .btn2{border-left: 1px solid #EAEAEA;}

.popup .eco_collect_tbl table td{font-weight:500;font-size:0.875rem;}
.popup .gs_exp{background: #FEFFFF;padding: 20px 40px 28px;text-align:center;}
.popup .gs_exp .col{display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.popup .gs_exp .col .lef{padding-right:30px;width:calc(50% - 20px);text-align:right;}
.popup .gs_exp .col .rig{padding-left:30px;width:calc(50% - 20px);text-align:left;}
.popup .gs_exp .txt{color:#333;font-size:17px;font-weight:600;line-height:1.6em;margin-bottom:20px;}
.popup .gs_exp .gs_exp_box{background-color:#FFFBEA;padding:15px 0 16px;border-radius:12px;}
.popup .gs_exp .gs_exp_box ul{display:flex;gap:12px;margin-bottom:9px;justify-content: center;}
.popup .gs_exp .gs_exp_box ul li img{width:28px;}
.popup .gs_exp .gs_exp_box p{color:#555;font-size:15px;font-weight :500;line-height:1.6em;}
.popup .gs_exp .ori{margin-top:16px;color:#999;text-align:left;font-size:13px;line-height:20px;}

.popup .terms_pop{height: 430px;padding: 20px 10px 20px 25px;}
.popup .terms_pop .con_area{height: 100%;overflow: auto;padding-right: 10px;}
.popup .terms_pop .con_area::-webkit-scrollbar{width: 6px;}
.popup .terms_pop .con_area::-webkit-scrollbar-thumb{background-color: #ccc;border-radius: 5px;}
.popup .terms_pop .box ~ .box{margin-top: 30px;}
.popup .terms_pop .box .tit{margin-bottom: 15px;font-size: 1.125rem;color: #000;font-weight: 500;}
.popup .terms_pop .box strong{color: #222;line-height: 1.5em;font-weight: 500;display: block;margin-bottom: 10px;}
.popup .terms_pop .box p{color: #555;line-height: 1.5em; white-space: pre-wrap;}


/***플랜정보***/
.pricing-card-title-wrap {
  margin-top:40px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3rem;
  grid-auto-columns: 1fr;
    display: grid;
}

.pricing-big-text {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}

.pricing-detail-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #ddd;
  grid-template-rows: auto;
  grid-template-columns: 18rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}
.pricing-detail-title {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-weight: 600;
    display: flex;
}
.pricing-detail-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}
.padding-4-5 {
    padding: 4.5rem;
}
.pricing-text-div {
    text-align: center;
    background-color: #f0f5ff;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.3;
    display: flex;
}
.pricing-text-div img{width:15px}
.pricing-tick-image {
    filter: invert(60%);
    width: 20px;
    margin-top: -1px;
    display: block;
}
.prcing-tab {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-card-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.pricing-button-wrap {
  width: 100%;
}

.pricing-button-wrap.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-tabs-menu {
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.pricing-cont-list-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.price-list-wrap {
  border-top: 1px solid var(--dark-gray);
  width: 100%;
  height: 100%;
  min-height: 6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.price-text {
  color: #2c73ff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
.price-text .prices {
    color: #969696;
    font-weight: 400;
    font-size: 18px;
    text-decoration: line-through;
    padding-right: 5px;
    vertical-align: middle;
    padding-bottom: 5px;
    display: inline-block;
}
.prcing-text {
  color: #000;
  font-weight: 500;
  font-size:14px;
  line-height: 1.9;
  vertical-align: middle;
}

.span-pricing-bold {
  color: #000;
  font-weight: 600;
}

.btn-line-blue {
  border: 2px solid #2c73ff;
  color: #2c73ff;
  background-color: #0000;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.125rem;
  transition: border-color .2s, background-color .2s, opacity .2s;
  display: flex;
}

.btn-line-blue:hover {
  background-color: #2c73ff;
  color: #fff;
  box-shadow: inset 0 0 100px #00000026;
}

 .btn-bu {
    border: 2px solid #2c73ff;
    background-color: #2c73ff;
    color: #fff;
    text-align: center;
    border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.125rem;
  transition: border-color .2s, background-color .2s, opacity .2s;
  display: flex;
}

.btn-bu:hover {
    border-color:#2c73ff;
    background-color: #2c73ff;
    box-shadow: inset 0 0 100px #00000026;
}

.greenbtn-line{
	border: 2px solid #26bcb7;
  color: #26bcb7;
  background-color: #0000;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.125rem;
  transition: border-color .2s, background-color .2s, opacity .2s;
  display: flex;
}

.greenbtn-line:hover {
  background-color: #26bcb7;
  color: #fff;
  box-shadow: inset 0 0 100px #00000026;
}

.btn-green {
    border: 2px solid #26bcb7;
    background-color: #26bcb7;
    color: #fff;
    text-align: center;
    border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.125rem;
  transition: border-color .2s, background-color .2s, opacity .2s;
  display: flex;
}

.btn-green:hover {
    border-color:#26bcb7;
    background-color: #26bcb7;
    box-shadow: inset 0 0 100px #00000026;
}






.purplebtn-line{
	border: 2px solid #4e2bf4;
  color: #4e2bf4;
  background-color: #0000;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.125rem;
  transition: border-color .2s, background-color .2s, opacity .2s;
  display: flex;
}

.purplebtn-line:hover {
  background-color: #4e2bf4;
  color: #fff;
  box-shadow: inset 0 0 100px #00000026;
}

.btn-purple {
    border: 2px solid #4e2bf4;
    background-color: #4e2bf4;
    color: #fff;
    text-align: center;
    border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.125rem;
  transition: border-color .2s, background-color .2s, opacity .2s;
  display: flex;
}

.btn-purple:hover {
    border-color:#4e2bf4;
    background-color: #4e2bf4;
    box-shadow: inset 0 0 100px #00000026;
}



.color-green{color:#26bcb7 !important}
.color-purple{color:#4e2bf4 !important}
.shadow-large {
    border-radius: 0.5rem;
    position: relative;
    box-shadow: 0 20px 20px -4px #00000014, 0 0 15px 9px #00000005;
}

.pricingFixed {
        position: fixed;
        display: block;
        webkit-transition: all ease .3s;
        -webkit-transition: all ease .3s;
        background-color: #2c73ff;
		width: 80em;
		top:135px;
    }
	
#btn_toggle{
  font-size:16px;
  padding:20px 25px;
  background-color:#eeeeee;
  border-radius:5px;
  color:#000;
  border:0;
  font-weight:bold;
  margin-bottom:30px;
}
#Toggle{
  font-size:14px;
  color: #666;
  margin: 20px;
}

.pricing-sticky-grid {
    z-index: 999;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #2c73ff;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    display: flex;
    position: sticky;
    top: 0;
}
.pricing-categrory {
    color: #00469c;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
}
.pricing-cont-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 17rem 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.title-sticky {
  height: 100%;
}
.pricing-tab-link.w--current {
  background-color: var(--white);
  color: var(--dark-slate-blue);
}

.pricing-tab-link.border-lr {
  border-left: 1px solid #00469cb3;
  border-right: 1px solid #00469cb3;
}
.pricing-cont-div-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: flex;
}
.sub-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.pricing-card-title-wrap {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3rem;
  grid-auto-columns: 1fr;
    display: grid;
}

.pricing-big-text {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}

.pricing-detail-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #ddd;
  grid-template-rows: auto;
  grid-template-columns: 18rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}
.pricing-detail-title {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    font-weight: 600;
    display: flex;
}
.pricing-detail-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}
.padding-4-5 {
    padding: 4.5rem;
}
.pricing-text-div {
    text-align: center;
    background-color: #f0f5ff;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.3;
    display: flex;
}
.pricing-tick-image {
    filter: invert(60%);
    width: 20px;
    margin-top: -1px;
    display: block;
}
.prcing-tab {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-card-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.pricing-button-wrap {
  width: 100%;
}

.pricing-button-wrap.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-tabs-menu {
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.pricing-cont-list-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.price-list-wrap {
  border-top: 1px solid var(--dark-gray);
  width: 100%;
  height: 100%;
  min-height: 6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.price-text {
  color: #2c73ff;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2;
}

.prcing-text {
  color: var(--alice-blue);
  font-size: .938rem;
  line-height: 1.9;
}

.flexc{
	display: block;
    text-align: center;
    margin: auto;
}

.tipplan{margin:20px 0; background:#e4f2ff; color:#4286f4; padding:12px 16px; font-size: 14px; font-weight: normal; line-height: 20px; border-radius: 8px;}
.tipplan i{padding-right:10px;}


/***결제***/
.planh01 {
    padding: 16px 0px;
    position: relative;
}
.planflex {
    display: flex;
    align-items: flex-start;
}
.planflex2 {
    align-self: flex-start;
    flex: 0 0 auto;
    position: relative;
}
.planflex3 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 8px;
    user-select: none;
    background: rgb(216, 245, 240);
    width: 110px;
    height: 110px;
}
.planboxin01 {
    margin: 0px;
    text-align: center;
    word-break: break-all;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: rgb(15, 172, 145);
}
.planboxin02 {
    margin: 6px 0px 0px;
    text-align: center;
    word-break: break-all;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    border-radius: 16px;
    padding: 2px 6px;
    background: rgb(15, 172, 145);
    color: rgb(216, 245, 240);
}

.planbox2 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.planbox {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}
.planbtxt {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: rgb(99, 99, 99);
    word-break: break-all;
    margin: 0px;
}
.planfont {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    word-break: break-all;
}
.plancont {
    list-style: none;
    padding: 0px;
    margin: 8px 0px 0px;
}
.plancont li {
    display: inline;
    color: rgb(119, 119, 119);
	font-weight: 500;
}
.plancont li:not(.plancont li:first-of-type)::before {
    content: "";
    display: inline-block;
    background: rgb(226, 226, 226);
    height: 14px;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
    width: 1px;
}
.planprice {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #000;
    word-break: break-all;
    display: inline-block;
    position: absolute;
	right:0;
	margin-top: 15px;
}

.planboxtip{
	background: #f4f7fa;
    margin: 20px 0;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
}

.planboxtip li {
    color: #646668;
    padding: 5px 0;
    position: relative;
    padding-left: 18px;
}
.planboxtip li::before {
	background:#646668;
    border-radius: 50%;
    content: "";
    display: block;
    height: 3px;
    left: 8px;
    position: absolute;
    top: 9.5px;
    width: 3px;
}

.payment-box{border:#4286f4; margin-bottom:30px}


.pay01 {
    left: 0px;
	top: 20px;
    position: sticky;}
	
.pay02 {
    display: grid;
    grid-auto-columns: 100%;
    grid-auto-rows: max-content;
    position: relative;
}
.pay03 {
    background: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.08) 0px 0px 4px;
    box-sizing: border-box;
    padding: 16px;
    position: relative;
}
.pay04 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.pay05 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: rgb(68, 68, 68);
    word-break: break-all;
    margin: 0px;
}
.pay06 {
    background: rgb(226, 226, 226);
    border: none;
    height: 1px;
    margin: 16px 0px;
    width: 100%;
}
.pay07 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: rgb(68, 68, 68);
}
.pay08 {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}


.pay09 {
    margin-top: 16px;
    position: relative;
}

.pay10 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    vertical-align: baseline;
    line-height: 1;
    list-style: none;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    user-select: none;
    cursor: pointer;
}
.pay11 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
}
.pay13 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 16px 0px 0px;
}

.pay12 {
    background: rgb(68, 68, 68);
    border: none;
    height: 1px;
    margin: 16px 0px 0px;
    width: 100%;
}
.pay14 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: rgb(68, 68, 68);
    word-break: break-all;
}
.pay15 {
    margin-top: 16px;
    position: relative;
}
.pay16 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    user-select: none;
    cursor: pointer;
	align-items: center;
}
.pay17 {
    appearance: none;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    cursor: inherit;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
    height: 20px;
    margin: 2px;
    overflow: hidden;
    width: 20px;
    position: relative;
    border: 1px solid rgb(191, 191, 191);
}
.css-6k5ut9 .c34e66 {
    margin-left: 4px;
}
.paymin {
    
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: rgb(68, 68, 68);
    word-break: break-all;
}
.payminbutton:is(button, input, select):not(:disabled) {
    cursor: pointer;
}
.payminbutton {
    -webkit-box-align: center;
    align-items: center;
    appearance: none;
    border: none;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 16px 0px 0px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    user-select: none;
    height: 48px;
    padding: 0px 12px;
    background-color: rgb(66, 134, 244);
    display: flex;
    width: 100%;
    border-radius: 8px;
	--color: #ffffff; --spinner-color: #ffffff;
}
.payminbuttonrt {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}
.payminbuttonrt2 {
    
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color);
    text-align: center;
}

.inp-chking-btn.col3 {
    grid-template-columns: repeat(3, 1fr);
	display: grid;
	 grid-gap: 12px;
	 margin-bottom:50px;
}

.inp-chking-btn .inp-radio {
    background: #fff;
}

.inp-radio {
    --bg: #fff;
    --border: var(--c-cool-gray-12);
    position: relative;
}

input[type=checkbox], input[type=radio] {
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}
.inp-chking-btn .inp-radio [type=radio]:checked + .inp-label {
    border: 1px solid #1454fe;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
    background-color: #fff;
}
.inp-chking-btn .inp-radio [type=radio]:checked + .inp-label .inp-radio-text{color:#1454fe}
.inp-chking-btn .inp-radio [type=radio]:checked + .inp-label .icoicon{color:#1454fe}
.inp-chking-btn .inp-radio .inp-label {
    padding: 20px 0 16px;
    flex-direction: column;
    align-items: center;
    border: 1px solid #eceef3;
    border-radius: 8px;
    margin-bottom: 0;
    background-color: #f6f7fb;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.3px;
    font-weight: 400;
    color: #222222;
}
.inp-radio .inp-label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.inp-chking-btn .icoicon{
	font-size: 30px;
    line-height: 20px;
	color: #333;
}
.inp-chking-btn .inp-radio-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding-top: 0.4rem;
}
input[type=checkbox], input[type=radio] {
    overflow: hidden;
    display: block;
    width: 0;
    height: 0;
    clip: rect(0 0 0 0);
}


/***가입완료**/
.join_btns{max-width: 200px;margin: 30px auto 60px;}
.join-intro{text-align: center;}
.join-intro>img{margin-bottom: 20px;}


.btn_area_c{padding-top: 32px; text-align: center;}
.btn_area_c .btn_resp{min-width: 11rem;margin: 0 4px}


.center {
    text-align: center !important;
}
.greeting{max-width: 1200px;border: 2px solid #111;border-width: 2px 0;text-align: center;color: #111;padding:80px 0;margin: 0 auto;font-size: 11px}
.greeting strong{display: block;font-size: 36px;margin:20px;}
.greeting p {
    margin: 0px;
    display: inline-block;
    font-size: 18px;
}

a.btn_resp, span.btn_resp{display: inline-flex;justify-content: center;align-items: center}

.btn_resp.color3 {
    background: #0E70DD !important;
    border-color: #0E70DD !important;
    color: #fff;
}
.btn_resp {
    border-color: currentColor;
    border-radius: 30px !important;
    font-weight: 500;
	border: 1px #ccc solid;
    background: #fff;
	cursor: pointer;
    vertical-align: middle;
}
a.btn_resp, span.btn_resp {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 14px;
}
.btn_resp.color7-line {
    border-color: #0E70DD;
    color: #0E70DD !important;
}
.btn_resp.size_c {
    height: 60px;
    font-size: 18px;
}


/* 반응형 대응(줄 간격 정돈) */
@media (max-width: 1280px){
	header{min-width: 100%;}
	.in_1280 {
		max-width: 100%;
	}
	header .head_in {
		padding: 10px 0 0;
		transition: 0.3s;
	}
	header .top {
		margin-bottom: 15px;
	}
	header .top .logo a {
		width:90px;
	}
	header .top .logo a{
		height:32px;
	}
	.wrap{min-width:100%; padding-top:20px;}
	.member-join-step ol{width:260px; margin:20px 0}
	.login-inner {
		border-top: 1px solid #000;
		display: flex;
		flex-direction: column;
	}
	.left-box h2{padding-left:20px;}
	.inp_form dl {
		display: flex;
		flex-direction: column;
	}
	.login_box {
		padding: 20px;
	}
	.inp_form ._btn {
		line-height: 32px;
		font-size:13px;
		width: 100%;
	}
	.form_wrap.type1 ._btn{width:50%}
	.form_wrap.type2 ._btn{width:100%; padding:10px 0}
	.form_wrap span{line-height:18px}
	.form_wrap li span i{display:none}
	.form_wrap.type1 > li:nth-child(1) {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;}
	.form_wrap.type2 {
	  display: flex;
	  flex-wrap: wrap; /* 줄바꿈 허용 */
	  align-items: center;
	  gap: 8px;
	}

	/* 첫 번째 input (이메일 앞부분) */
	.form_wrap.type2 > li:nth-child(1) {
	  flex: 1;
	}

	/* @ 기호 */
	.form_wrap.type2 > li:nth-child(2) {
	  width: 30px;
	  text-align: center;
	  color: #777;
	  font-weight: 400;
	}

	/* 두 번째 input (도메인 부분) */
	.form_wrap.type2 > li:nth-child(3) {
	  flex: 1;
	}

	/* 버튼(li)은 줄바꿈 처리 */
	.form_wrap.type2 > li:nth-child(4) {
	  flex: 1 1 100%;   /* 전체 너비 차지 */
	  margin-top: 10px; /* 위와 간격 */
	  text-align: right; /* 버튼을 오른쪽 정렬 (필요시) */
	}
	.member-join-step ol::after{width:100%}
	.popup.w_67 .popup_wrap {
		width: 95%;
	}
}


@media screen and (max-width:1024px) {
 
	.footer_sec .ft_info p{width:100%; display:block; margin:5px 0;} 
	.footer_sec .ft_info a::after{width:100%;}
	.footer_sec .ft_info p:nth-child(1){position:relative; left:auto;}
	.footer_sec .ft_info a{  position:relative; right:auto;}
	.pricing-sticky-grid{top:0}

}

@media screen and (max-width:820px) {
	body{font-size:16px;} 
	.floating_layer{display:none}
	.pricing-card-title-wrap {
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		flex-flow: column;
		grid-template-rows: auto;
		grid-template-columns: 1fr;
		grid-auto-columns: 1fr;
		display: grid;
		margin: 20px;
	}
	.padding-global {
		margin-bottom: 0;
		padding-left: 28px;
		padding-right: 28px;
	}
	.pricingwr::before{top:-50px}
	
	/* main visual area */ 
	.main_visual {overflow:hidden; height: 100vh;} 
	.main_visual .for_size_change {top: 100vh;} 
	.intro_txt_wrap .txt_wrap h2{font-size:36px; margin-top:10px; line-height:1.2;}
	.intro_txt_wrap .txt_wrap p{font-size:14px;}


	/* main */
	.main_section {margin-top: 0; padding: 70px 0 70px;}  
	.main_section .section_title{font-size:30px; margin-bottom:30px;}
	.main_section .flex_inner .flex_left,
	.main_section .flex_inner .flex_right{width:100%;}


	/* about */
	.about_section .txt_wrap .line, .about_section .txt_wrap .pricing{font-size:20px; letter-spacing: 0;}
	.about_section h3{margin:30px 0 0; font-size:14px}

	
	/* history */
	.history_section .history_board ul li a{font-size:18px; padding:20px;}
	.history_section .history_board ul li .date{width:100px}
	.history_section .history_board ul li span{    width: calc(100% - 100px);}
	.history_section .history_board ul li a:hover .img,
	.history_section .history_board ul li .img{position:relative;width:100%; left:auto; top:auto; transform:none; opacity:1; visibility: inherit; height: 0; padding-bottom: 40%;overflow: hidden;margin-top: 20px;} 
	.history_section .history_board ul li .img img{position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}
	.history_section .history_board ul li .img::before{display:none;}


	/* service */
	.service_bn{height: auto; padding: 50px 30px 100px;}
	.service_bn:has(a){padding:0;}
	.service_bn > a{  padding:50px 30px 100px; }
	.service_bn h3{font-size:24px;}
	.service_bn.bn2{transform: scale(1);}
	.service_bn.bn3{transform: scale(1);}
	.service_bn p br{display:none;}

	
	/* marquee */
	.marquee{ height: 80px;  }
	.marquee span { width: 300px;height:80px; font-size: 30px;line-height:80px; } 
	.marquee div {  width: 1200px; } 

	@keyframes marquee {
	  0% { left: 0; }
	  100% { left: -600px; }
	}

	/* posting */
	.posting_section{padding-top:70px;}
	.posting_section .posting_box{width:100%; height:auto;}
	.posting_section .posting_txt {opacity: 1;transform: translateY(0);}
	.posting_section .posting_txt h2{font-size:30px;}


	/* people */
	.people_section .people_board ul li a{padding:20px;}
	.people_section .people_board ul li a{font-size:18px;}
	.people_section .people_board ul li span p{font-size:15px;}
	.people_section .people_board ul li .num{width:50px;} 
	.people_section .people_board ul li .txt{width:calc(100% - 50px);  }
	.people_section .people_board ul::after,
	.people_section .people_board ul li::after{width:100%;}

	/* benefit */
	.benefit_section{padding-top:0;}
	.benefit_section .benefit_list ul li{width:50%;  height: 100px; border:1px solid #f2f3f7; }
	.benefit_section .benefit_list ul li img{width:60px;}
	.benefit_section .benefit_list ul li p{width:120px; font-size:16px;}
	.benefit_section .hor_line, .benefit_section .ver_line{display:none;}



	/* footer */
	.footer_sec{padding:70px 0 20px;}
	.footer_sec .section_title{font-size:24px; margin: 20px 0 0;}
	.footer_sec p{font-size:14px;}
	.footer_sec .ft_info{margin-top:70px;   flex-wrap: wrap;     justify-content: flex-start;}  


	.go-top{font-size:30px; bottom:0;}


	/* popup */
	.layer_popup .pop_wrap{padding:30px; max-height:70vh;}
	.layer_popup .pop_wrap .pop_head h3{font-size:20px;}
	.layer_popup .pop_wrap .pop_cont .pop_flex{flex-wrap:wrap;}
	.layer_popup .pop_wrap .pop_cont .pop_flex > div{width:100%; margin-bottom:10px;}
	.layer_popup .pop_wrap .pop_cont .pop_flex .left input:nth-child(2), .layer_popup .pop_wrap .pop_cont .pop_flex .left input:nth-child(3){width:100%;}
	.layer_popup .pop_wrap .pop_btn{margin:20px 0;} 
	.layer_popup .pop_wrap .pop_head{margin-bottom: 20px; padding-bottom: 10px;}
	.layer_popup .pop_wrap .pop_cont{height:calc(100% - 100px);}


	.interview_section .pop-menu{gap:8px;}
	.interview_section .pop-menu li{width:25%;}
	.interview_section .pop-menu li a{height:40px; line-height: 38px; font-size: 14px;}
	.interview_popup .pop_wrap .pop_head h3{padding-left: 45px;}
	.interview_popup .pop_wrap .pop_head h3:before{width:30px; height:30px; font-size: 16px; top:0; }
	.interview_popup .swiper-button-wr{height:45px;}
	.interview_popup .pop_wrap .pop_cont{height:100%;}
	.interview_popup .pop_wrap .content{height:calc(100% - 100px);}
	.right-box {
		padding-top: 30px;
		width: 100%;
		padding: 10px;
	}
	.planh01{padding: 16px 0px !important;}
	.planflex {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.planflex2{width:100%}
	.planflex div{margin-left:0px !important; padding-top:10px}
	.planflex3{width:100%; height:100px}
	.inp_form2 dl dt{width:90px}
	.left-box {
		padding-top: 30px;
		width: 95%;
		margin: auto;
	}
 

 
}
@media screen and (max-width:600px) {
	.benefit_section .benefit_list ul li{width:100%;} 
	.padding-4-5 {
		padding: 2.5rem;
	}
	.h3-style-kr{font-size: 1.325rem;}
	.pricing-categrory {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 0;
		font-size: 1.063rem;
	}
	.pricing-detail-grid {
		grid-template-rows: auto auto;
		grid-template-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.pricing-detail-title {
		padding-left: 0;
	}
	.pricing-cont-div-title.is-hide {
		display: none;
	}
	.pricing-cont-div-title {
		font-size: .938rem;
	}
	.pricing-cont-title-wrap {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.pricing-detail-div {
		grid-column-gap: 2px;
		grid-row-gap: 2px;
	}
	.devicetit{margin-bottom:10px; padding:5px !important;}
	.plancont li{font-size:13px;}
	.planflex div{width:100%}
	.plancont{text-align:center}
	.planprice {
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
		color: #000;
		word-break: break-all;
		display: flex;
		position: relative;
		right: 0;
		margin-top: 15px;
		justify-content: center;
		background: #eaeaea;
		border-radius: 10px;
		padding: 10px 0;
	}
	.planprice .user_cnt{padding-left:5px}
	.planflex div{padding-top:5px}
	.planboxtip li{
		font-size: 13px;
		line-height: 20px;
	}
	.inp-chking-btn.col3 {
		grid-template-columns: repeat(1, 1fr);
		display: grid;
		grid-gap: 12px;
		margin-bottom: 50px;
	}
	




}
 
@media screen and (max-width:400px) {
	.about_section .txt_wrap .line, .about_section .txt_wrap .pricing {
        font-size: 18px;
        letter-spacing: 0;
    }
	.about_section h3 {
        margin: 30px 0 0;
        font-size: 13px;
    }
	

}
.mobiletit{display:none}

.countnum-box{
    display:inline-flex;
    align-items:center;
    gap:4px;
	border: 1px solid #e2e2e2;
    border-radius: 8px;
	margin-top: 15px;
}
.countnum-box button{
    width:32px;
    height:32px;
    background:#fff;
    font-size:14px;
	border:0;
    cursor:pointer;
    border-radius:6px;
	color:#979797;
	font-weight: bold;
}
.countnum-input{
    width:30px;
    height:35px;
    text-align:center;
    border-radius:6px;
	border:0;
    background:#fff;
    font-size:14px;
	color:#646668;
	
}
 /****/
 
 .planinnerbox{margin-left: 24px; position: relative;}
 .devicetit{
	color: #fff; font-weight: bold; background:#838383; border-radius: 5px; padding: 4px 10px; font-size: 12px; display:inline-block; margin-right:5px
 }
 
 .numdevice{font-size:13px; margin-left:5px; font-weight: bold;}
 
 .footerinner{background:#fafafa}
.footerinner .fbox{margin:auto; max-width:1300px; padding-top:50px}
.footerinner .fbox a{margin-right:30px; font-weight: bold; color:#1b1b1b} 
.footerinner .fboxnumber{padding-top:20px; padding-bottom:30px; line-height:34px;}
.footerinner .fboxnumber li{display:inline-block; margin-right:50px}
.header__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  transition: 0.5s ease;
}

.floating_layer{display:none}

.certification{position:relative;}

/*새로운동의*/
.join-agreementbox{
    width:100%;
    max-width:550px;
    margin:0 auto;
    padding:26px 18px 26px 40px;
  }

  .join-agreementbox .title{
    font-size:24px;
    line-height:1.45;
    font-weight:500;
    letter-spacing:-0.6px;
    margin:0 0 22px;
	color:#000
  }

  .join-agreementbox .allBox{
    border:1px solid #cfcfcf;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    background:#fff;
  }
  .join-agreementbox .allBox .allCheck{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    user-select:none;
  }
  .join-agreementbox .allBox .label{
    font-size:16px;
    font-weight:600;
    letter-spacing:-0.2px;
  }
  .join-agreementbox .allHint{
    margin:10px 0 16px;
    color:#777;
    font-size:12px;
    letter-spacing:-0.2px;
  }

  .join-agreementbox .list{
    margin:0;
    padding:0;
    list-style:none;
    border-top:1px solid transparent;
  }
  .join-agreementbox .item{
    display:flex;
    align-items:center;
    gap:5px;
    padding:14px 2px;
  }
  .join-agreementbox .item .txt{
    flex:1;
    font-size:15px;
    letter-spacing:-0.2px;
    color:#222;
  }
  .join-agreementbox .item .arrow{
    width:24px;
    margin-right:3px;
    text-align:right;
    color:#1454fe;
    font-size:16px;
    font-weight:500;
    line-height:1;
    user-select:none;
    display:block;
    text-decoration:none;
    flex:0 0 auto;
  }


  .join-agreementbox .chk{
    width:22px;
    height:22px;
    border-radius:50%;
    border:2px solid #d6d6d6;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 0 22px;
    position:relative;
  }
  .join-agreementbox .chk::after{
    content:"";
    width:10px;
    height:6px;
    border-left:2px solid #cfcfcf;
    border-bottom:2px solid #cfcfcf;
    transform:rotate(-45deg);
    margin-top:-1px;
    opacity:0.55;
  }
  .join-agreementbox .chk-ipt:checked + .chk{
    background:#1454fe;
    border-color:#1454fe;
  }
  .join-agreementbox .chk-ipt:checked + .chk::after{
    border-left-color:#fff;
    border-bottom-color:#fff;
    opacity:1;
  }


  .join-agreementbox .allBox .chk{
    border-color:transparent;
    width:22px;
    height:22px;
  }
  .join-agreementbox .allBox .chk::after{
    border-left-color:#d1d1d1;
    border-bottom-color:#d1d1d1;
    opacity:0.55;
  }
  .join-agreementbox .allBox .chk-ipt:checked + .chk{
    background:transparent;
  }
  .join-agreementbox .allBox .chk-ipt:checked + .chk::after{
    border-left-color:#1454fe;
    border-bottom-color:#1454fe;
    opacity:1;
  }

  .join-agreementbox .btnNext{
    margin-top:26px;
    width:100%;
    height:58px;
    border:0;
    font-size:16px;
    font-weight:700;
    letter-spacing:-0.2px;
    background:#dcdcdc;
    color:#9a9a9a;
    cursor:not-allowed;
  }
  .join-agreementbox .btnNext.is-active{
    background:#1454fe;
    color:#fff;
    cursor:pointer;
  }

  .join-agreementbox .tapRow{
    display:flex;
    align-items:center;
    gap:4px;
    width:100%;
    cursor:pointer;
    user-select:none;
  }

  .join-agreementbox .chkbox{
    display:inline-flex;
    align-items:center;
    flex:0 0 auto;
  }
  .join-agreementbox .chk-ipt{
    position:absolute;
    opacity:0;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0 0 0 0);
  }
  .join-agreementbox .chk{
    cursor:pointer;
  }
  
  .adrece{
    width:100%;
    max-width:720px;
    margin:0 auto;
    padding:18px 16px 22px;
    background:#fff;
    color:#111;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",Arial,sans-serif;
  }

  .adrece__title{
    margin:0 0 14px;
    font-size:22px;
    font-weight:800;
    letter-spacing:-0.4px;
  }

  .adrece__tableWrap{
    border:1px solid #cfcfcf;
    overflow:hidden;
    background:#fff;
  }

  .adrece__table{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
  }

  .adrece__table th,
  .adrece__table td{
    border-right:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    padding:14px 10px;
    text-align:center;
    vertical-align:middle;
    font-size:14px;
    line-height:1.25;
    word-break:keep-all;
  }

  .adrece__table th{
    background:#f2f2f2;
    font-weight:700;
  }

  .adrece__table tr td:last-child,
  .adrece__table tr th:last-child{
    border-right:0;
  }
  .adrece__table tbody tr:last-child td{
    border-bottom:0;
  }

  .adrece__desc{
    margin-top:14px;
    font-size:13px;
    line-height:1.7;
    color:#444;
  }
  .adrece__desc p{
    margin:0 0 6px;
  }
  .adrece__desc p:last-child{
    margin-bottom:0;
  }

  /* 모바일에서 글자/패딩 살짝 줄이기 */
  @media (max-width:430px) {
    .adrece__title {font-size:20px}
    .adrece__table th,.adrece__table td {padding:12px 8px;font-size:13px}
    .adrece__desc {font-size:12.5px}
	.join-agreementbox {padding: 22px;}
	.join-agreementbox .item .txt{font-size:11px;}
	.join-agreementbox .item .arrow{font-size:13px;}
	.input_type1{font-size:13px}
	.footerinner .fboxnumber{
		padding:10px 15px;
		font-size: 13px;
		line-height:24px;
	}
	
	.footerinner .fbox{padding:30px 15px 0}
	
	
	.panel {
        font-size: 36px;
        padding: 0;
    }
	.padding-global{
		padding-left: 10px;
        padding-right: 10px;
	}
	.pricing-card-wrap > div{right: 10px !important; top: 30px !important;}
	.pricing-card-wrap img{width:60px}
	.pricing-big-text span{display:block; font-size:14px}
	.price-list-wrap{min-height:40px}
	.prcing-text:first-child{
		background: #e5e5e5;
        padding: 5px 10px;
        border-radius: 4px;
        margin-top: 10px;
	}
	.prcing-text{font-size: .820rem;}
	.pricingwr::before{height: 68rem;}
	.price-text strike{display:block}
	.price-list-wrap{padding-top:0; padding-bottom:0}
	.pricing-cont-div-title {
        font-size: .8rem;
    }
	.pricing-cont-title-wrap{display:none}
	.pricing-detail-div{
		display: flex;
    flex-direction: column;
	}
	  .mobiletit {
        background: #2c73ff;
        color: #fff;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 5px 0;
        margin-bottom: 10px;
    }
	.pricing-text-div {
		text-align: center;
		background-color: #f0f5ff;
		justify-content: center;
		align-items: center;
		padding-top: 0;
		padding-bottom: 1rem;
		line-height: 1.3;
		display: flex;
		flex-direction: column;
	}
	.pricing-card-title-wrap{margin:10px}
	.pricing-card-wrap{padding:1.5rem}
  }