/* BASIC css start */
.btm-msg2{color:#999999; font-size:12px; font-weight:400 !important; margin-bottom: 0 !important;}

.shadowBox{    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 8px 0px #0000001A;
    overflow: hidden;
    border-radius: 5px;}

.privacy-noti{display:none !important}

.shadowBox > *:not(h4) {
    display: none;
}

/* 2. on Å¬·¡½º°¡ ºÙ¾úÀ» ¶§: ¼û°ÜÁø ¿ä¼Òµé Ç¥½Ã */
.shadowBox.on > *:not(h4) {
    display: block;
}

.shadowBox.on #join_privacyA,.shadowBox.on #join_privacyB,.shadowBox.on #join_privacyC,.shadowBox.on #join_privacyD{display:table}

/* Å×ÀÌºíÀÇ °æ¿ì blockº¸´Ù tableÀÌ ÀûÇÕÇÏ¹Ç·Î ºê¶ó¿ìÀú°¡ ÀÚµ¿ Ã³¸®ÇÏ°Ô ÇÏ°Å³ª ¾Æ·¡Ã³·³ ¸í½Ã */
.shadowBox.on table {
    _display: table !important;
}

/* 3. ½Ã°¢Àû ÇÇµå¹é (¼±ÅÃ»çÇ×) */
.shadowBox:not(.on) h4.tit{margin-bottom:0}
.shadowBox h4.tit {
    margin-top: 0;
    
    cursor: pointer;
    user-select: none; /* µå·¡±× ¹æÁö */    
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.shadowBox.on h4.tit{
    margin-bottom: 20px !IMPORTANT;}


.shadowBox h4.tit:after{    content: " ";
    background: url('/design/carlyn/images/ic_filter_drop_arrow_off.svg') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-size: 10px 6px !important;}
    
.shadowBox.on h4{}
.shadowBox.on h4:after{    content: " ";
    background: url('/design/carlyn/images/ic_filter_drop_arrow.svg') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    background-size: 10px 6px !important;}

.testBox{margin-bottom:20px}
.testBox .shadowBox:nth-last-child(1){margin-bottom:0}
.shadowBox td strong{color:#333333;font-weight:400 !important}
.shadowBox td {color:#333333}




#join_test input[type="checkbox"] { position: relative; opacity: 1; width: 16px; height: 16px cursor: pointer; appearance: none; -webkit-appearance: none; -moz-appearance: none; border: 0; background: url("/design/carlyn/renewal/images/icons/checkbox_off.svg") no-repeat 0 0; background-size: 16px 16px; outline: 0; border-radius: 3px;margin-top: -3px;margin-right: 0; }
#join_test input[type="checkbox"]:checked { background-image: url("/design/carlyn/renewal/images/icons/checkbox_on.svg"); -webkit-transition: .2s ease-out; transition: .2s ease-out; }
#join_test input[type="radio"] { position: relative; top: -2px;opacity: 1; width: 18px; height: 18px;margin-right: 3px; cursor: pointer; appearance: none; -webkit-appearance: none; -moz-appearance: none; border: 0; background: url("/design/carlyn/renewal/images/icons/radio_check.svg") no-repeat 0 0; background-size: 18px 18px; outline: 0; }
#join_test input[type="radio"]:checked { background-image: url("/design/carlyn/renewal/images/icons/radio_check_on.svg"); -webkit-transition: .2s ease-out; transition: .2s ease-out; }

/* button */
.cbtn{display:inline-block;font-size:12px;color:#000;background: #f7f7f7;min-width:107px;height:40px;line-height:40px; text-align:center;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;}
.cbtn.form{}
.cbtn.form.action{background-color:#000;color:#fff;}
.cbtn.form:hover{background-color:#000;color:#fff;}
.cbtn.form.action:hover{background-color:#fff;color:#000;}

.btnArea{}
.btnArea:after{content:"";display:block;clear:both;}
.btnArea .left{float:left;width:50%;}
.btnArea .right{float:right;width:50%;}
.btnArea .center{text-align:center;}

#simpleJoin {margin-bottom:48px;}
#join_test .page-body {margin-top: 64px;}
#join_test .sns-join {display: flex;column-gap: 6px;}
#join_test .sns-join a {display: inline-block;width: 50%;line-height: 48px;text-align: center;font-size: 14px;font-weight: 400;border-radius: 2px;}
#join_test .sns-join a img {margin-right:12px;margin-top: -3px;}
#join_test .sns-join a.kakao {background-color:#FFEB00;color: #391B1B;}
#join_test .sns-join a.naver {background-color:#04C75B;color: #fff;}
#join_test {width:720px;margin:0 auto;}
#join_test .join-form { margin-bottom:12px; border-top:1px solid #eee;}
#join_test .join-form li {display: flex;align-items: center; position:relative; border-bottom:1px solid #eee; background:#fff; color:#000; }
#join_test .join-form li .label_wrap { padding: 20px 0;width: 160px;font-size: 14px;}
#join_test .join-form li .input_wrap {position:relative;width: calc(100% - 160px); padding: 20px 0 20px 20px;}
#join_test .join-form li .input_wrap::after {content:"";width:1px;height:100%;background-color:#eee;display:inline-block;position: absolute;left: 0;top: 0;}
#join_test .join-form li .input_wrap.pw::after {height:100%;}
#join_test .join-form li .input_wrap.flex {display: flex;column-gap: 10px;}
#join_test .join-form li .input_wrap .sub {font-size: 13px;margin-top: 10px;color: #646464;}
#join_test .join-form li .input_wrap.radio label {display: inline-block;width:155px;}
#join_test .join-form li .input_wrap select {height: 40px;line-height: 40px;border: 1px solid #ddd;width: 155px;font-size: 14px;padding: 10px;border-radius: 2px;color:#000;}
#join_test .join-form li label { font-size:14px;line-height: 40px; font-weight:400; }
#join_test .join-form li .txt-input {width: 100%;height: 40px; line-height:40px; padding: 10px; margin:0; font-size: 14px; font-weight: 400; color:#000; border: 1px solid #eee;font-family: 'pretendard', sans-serif; }
#join_test .join-form li .input-radio {}
#join_test .join-form li .btn { display:block; position:absolute; top:6px; right:8px; width:83px; height:34px; line-height:36px; font-size:14px; font-weight:bold; color:#fff; text-align:center; }
#join_test .join-form li.birth:after { clear:both; display:block; content:''; }
#join_test .join-form li.birth { *z-index:2; line-height:51px; }
#join_test .join-form li.birth .birth_txt { width:150px; margin-left:0px; font-size:13px; font-weight:bold; text-align:left; color: #0549bb; padding-bottom: 5px; }
#join_test .join-form li.birth dl dd { position:relative; float:left; margin-left:10px; font-size:14px; }
#join_test .join-form li.birth dl dd:first-child {margin-left:0; }
#join_test .join-form li.birth dl.type2 ul li { margin:0; padding:0; border:0; }
#join_test .join-form li.birth dl.type2 ul li .txt-input { left:0; width:90%; }
#join_test .join-form li.gender {}
#join_test .join-form li.gender label {display: inline-block; width: 155px;margin-right:30px; }
#join_test .join-form li.gender label:last-child {margin-right:0;}
#join_test .join-msg li label { font-size:14px;color: #000;font-weight: 400;}
#join_test .join-msg li {color:#999; }
#join_test .bottom-btn { padding:40px 0; text-align:center; }
#join_test .bottom-btn a { display:block; height:58px; line-height:62px; margin:0 auto; font-weight:bold; color:#fff; font-size:24px; text-align:center; letter-spacing:-1px; }
#user_agree_cont{
    margin-top: 40px;}
#sms_btn, .sms_num {}

/* ÀüÃ¼ µ¿ÀÇ */
#join_test .all_agree_wrap {margin-top: 0; display: block !important;}
#join_test .all_agree_wrap .all_chk input {margin-right:4px;}
#join_test .all_agree_wrap .all_chk {
    position: relative;
    padding: 0;}
#join_test .all_agree_wrap .all_chk label {display: block;width: 100%;font-size: 14px;color: #000;font-weight: 500;line-height: 22px;cursor: pointer;}
#join_test .all_agree_wrap .all_chk label span {position: absolute; right: 0; bottom: 0;}
#join_test .all_agree_wrap .all_chk .agree_cont {padding: 20px 0;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #ddd;}
#join_test .all_agree_wrap .all_chk .agree_cont .ttl {font-size: 14px;color: #000;font-weight: 500;}
#join_test .all_agree_wrap .all_chk .agree_cont .go_btn {border: 1px solid #ddd;padding: 6px 8px;cursor: pointer;color: #000;}

.shadowBox{box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);}
.textBox{}

/* ¾à°ü µ¿ÀÇ */
#join_test .tb-l { text-align: left; }
#join_test .tb-c { text-align: center; }
#join_test .pl-30 { padding-left: 15px; }
#join_test .pl-6 { padding-left: 6px; }
#join_test .pt-10 { padding-top:10px; }
#join_test .pb-10 { padding-bottom:10px; }
#join_test .ml-30 { margin-left:0px !important; }
#join_test .p10 {font-size:12px; }
#join_test .input-cbox { width:12px; height:12px; padding:0; margin:0; margin-top:-3px; *margin-top:1px; vertical-align:middle; *vertical-align:top; }
#join_test .new-btn-area { text-align: center; margin:20px 0 0; padding-bottom:30px; border-bottom:1px solid #ececec; }
#join_test .new-btn-area a { display:block; width:234px; height:64px; line-height:66px; margin:0 auto; font-size:22px; font-weight:bold; color:#fff; background:#0549bb; border:1px solid #053688; }
#chkwrap { border:1px solid #dedede; }
#chkwrap .all-chk { height:43px; line-height:45px; padding-left:20px; font-size:14px; font-weight:bold; color:#000; border-bottom:1px solid #dedede; }
#chkwrap .all-chk .input-cbox { width:14px; height:14px; padding:0; margin:0; margin-top:-3px; *margin-top:0; vertical-align:middle; *vertical-align:top; }
#chkwrap .cont ul:after { clear: both; content: ""; display: block; }
#chkwrap .cont ul {  width: 500px; padding-left: 30px !important; padding-bottom:15px; }
#chkwrap .cont ul li { float:left; width:220px !important; padding-left:0px; line-height:18px; letter-spacing:-1px; }
#chkwrap .cont ul li.w240 { width:240px; padding-left:0; }
#chkwrap .cont ul li a { display:inline-block; width:50px !important; height:16px; line-height:20px; *line-height:18px; font-weight:normal; font-size:11px; border:1px solid #bdbec7; background:#fafafa; text-align:center; }
#chkwrap .cont strong { color:#000; }
#chkwrap .cont label { font-weight:bold; }
#chkwrap .cont .marketing { padding-left:30px; border-top:1px dashed #dadada; line-height:18px; position: repative; }

#join_privacyC .p10 strong {font-weight:400;}
#join_privacy_ad .purpose strong {font-weight:400;}

#chkwrap .cont .marketing .mk-wrap { height:44px; line-height:46px; }

h4.tit { margin-top: 40px; margin-bottom: 16px; font-size: 14px; font-weight: 500; }

/* ÀÌ¿ë ¾à°ü */
#join_test .privercy-contract textarea { width:100%; height:185px;border-radius: 3px; }
/* °³ÀÎÁ¤º¸ ¼öÁýÀÌ¿ë, Á¦3Á¦°ø, Ãë±ÞÀ§Å¹ Å×ÀÌºí */
#join_test .contract-tbl { width:100%; border-spacing:0; border-collapse:collapse; }
#join_test .contract-tbl th,
#join_test .contract-tbl td { border:1px solid #e0e0e0; text-align:center; }
#join_test .contract-tbl th { background: #eee; }
#join_test .contract-tbl th div {height: 28px;line-height: 28px;font-weight: 500;color: #000;}
#join_test .contract-tbl tbody th { font-weight:normal; }


#join_test .btm-msg { padding-top:30px; line-height:18px; }

.join-footer{text-align:center;padding-top:15px;}
.join-footer .cbtn.form{width:288px;height:58px;line-height:58px;font-size:16px;margin:0 5px;}


.form-wrap {width:620px; margin-top:30px; border:1px solid #aaa; border-radius:8px; padding-bottom:21px; text-align:left; }
.form-wrap h3.form-title {margin:0; padding:21px 25px 0; font-size: 18px;cursor: pointer;}
.form-wrap h3.form-title strong {display:block; background: url(/images/common/ico_arrow_up.png) no-repeat right center; letter-spacing:-1px;}
.form-wrap h3.form-title.off strong {background: url(/images/common/ico_arrow_down.png) no-repeat right center;}
.new-privercy-contract {}
.new-privercy-contract h3 { position:relative; font-weight: bold; margin:30px 0 5px 0; text-align: left; }
.new-privercy-contract h3 span { color:#0f6efc; }
.new-privercy-contract h3 .check { position:absolute; top:0; right:0; width:70px; }
.new-privercy-contract h3 .check input { width:12px; height:12px; vertical-align:top; }
.new-privercy-contract h3.w-normal { font-weight: normal }
.new-privercy-contract .p10 {padding:10px;}
.new-privercy-contract .period {font-size:13px; font-weight:700;}
.new-privercy-contract .privacy-noti {margin-top:10px; color:#666; font-weight:normal;}
.new-privercy-contract input {vertical-align:middle;} /* 220802 Ãß°¡ */
.new-privercy-contract .privercy-chk {margin-top:10px; text-align:right;} /* 220802 Ãß°¡ */
.new-privercy-contract .privercy-chk label {color:#000;font-size:13px;font-weight: 500;} /* 220802 Ãß°¡ */
.new-privercy-contract .privercy-chk label strong {font-weight:400;}
.privercy-contract-tap { height:35px; }
.privercy-contract textarea {    width: 100%;
    height: 128px;
    border: 0;
    background: #F7F7F7;
    border-radius: 6px;
    overflow: auto;
    overflow-x: hidden; }
    
    
.btn-agree {margin-top:64px;}
.btn-agree a {display:block;margin: 0 auto;width: 248px;height: 48px;line-height: 48px;font-size: 17px;font-weight: 400;border-radius: 2px;background:#000;color:#fff; text-align:center;}

/* BASIC css end */

