/* BASIC css start */
/*¾à°ü ÆË¾÷*/
.popup_layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}




/*ÆË¾÷ ¹Ú½º*/
.popup_box {
    position: relative;
    top: 50%;
    left: 50%;
    overflow: auto;
    height: 80%;
    width: 70%;
    padding: 50px 21px;
    transform: translate(-50%, -50%);
    z-index: 1002;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

.popup_box div.closebtn {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 3%;
    top: 25px;
}

.popup_box div.closebtn a {
    display: inline-block;
    width: 30px;
    height: 30px;
}

img.m_header-banner-close {
    width: 100%;
}

.popup_overlay {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1001;
    ;
    background: rgba(0, 0, 0, 0.5);
}


/* Å¸ÀÌÆ² */

#join .cateTit_v2.join {
    margin-bottom: 35px;
    text-align: center;
}
#join .cateTit_v2 .title {
        padding: 0 0 30px 0;
    position: relative;
    font-size: 16px;
    color: #202020;
    line-height: 16px;
    font-weight: bold;
    border: none;
    text-align: center;
    margin: 0 auto;
}





/* º»ÀÎÀÎÁõ ¼­ºñ½º ¿µ¿ª */
.auth-confirm {
    padding: 30px 0;
    text-align: center;
    width: 30%;
    margin: 40px auto 70px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.auth-confirm .chk-wrap {
    padding-bottom: 10px;
    line-height: 20px;
    vertical-align: middle;
}

.auth-confirm .chk-wrap i {
    display: inline-block;
    vertical-align: middle;
}

.auth-confirm .chk-wrap label {
    font-size: 14px;
    vertical-align: middle;
    line-height: 1.25;
}

.auth-confirm .chk-wrap .first {
    margin-right: 20px;
}

.auth-confirm .auth-wrap {
    display: inline-block;
}

.auth-confirm .auth-wrap .auth-info {
    color: #000;
    font-size: 13px;
    line-height: 20px;
}

.auth-confirm .btnArea {
    padding: 15px 0 0px;
    width: 100%;
}

.auth-confirm .btnArea a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: -1px;
    background: #000;
}

.auth-confirm .btnArea a img {
    width: 45px;
    height: 45px;
    margin: 14px 0 10px;
}





.new-privercy-contract {
    padding: 40px 0 5px;
    font-size: 12px;
}

.new-btn-area{
    border: none !important;
}

.new-privercy-contract .p10 {
        padding: 0 !important;
}

.btnArea {
    padding-top: 30px;
    text-align: center
}

.btnArea:after {
    content: "";
    display: block;
    clear: both;
}

.btnArea .left {
    float: left;
    width: 50%;
}

.btnArea .right {
    float: right;
    width: 50%;
}

.btnArea .center {
    text-align: center;
}

fieldset {
    width: 30%;
    margin: 0 auto;
}

span#direct_email {
    display: inline-block;
    width: 27%;
    margin: 0px 1% 0px 0 !important;
    padding: 0 0px;
}

input#email3 {
    width: 100%
}

div#personInfo {
    width: 100%;
}

ul.join_info {
    width: 30%;
    margin: 0 auto;
}

li.join_info_li {
    padding-bottom: 38px;
}

li.join_info_li_2 {
    padding-bottom: 15px;
}


.head-cell {
    padding-bottom: 5px;
    font-size: 13px;
}

.col-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 4px;
}

.MS_input_txt {
    padding: 0px 0 0px 9px !important;
    border: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
}

.social .MS_input_txt {
    width: 28%;
    margin-left: 5px;
}

.social .MS_input_txt:first-child {
    margin-left: 0px;
}

.col-cell.phone {
    display: flex;
    justify-content: space-between;
}


span.idpw-info {
    position: absolute;
    background-color: #e7e7e7;
    font-size: 12px;
    padding: 7px 11px;
    top: 57px;
    right: 0;
    opacity: 0
}

.col-cell.password:hover span.idpw-info {
    opacity: 1
}

.col-cell.email-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.email-area .xsmall-input {
    width: 34%;
    margin: 0;
}

.email-area select#email2 {
    width: 29%;
    margin: 0 0 0 1% !important;
    padding: 0;
}

.email-area a.cbtn.form {
    width: 100%;
    margin: 5px 0 0 0;
}

.email_input_area {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 9px;
}




/* input */
.xsmall-input {
    width: 36%;
    height: 48px;
    line-height: 48px;
}

.small-input,
.normal-input,
.large-input {
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.MS_select {
    height: 52px;
    width: 27%;
    margin-right: 0;
}

.small-input {
    width: 80%;
}

.normal-input {
    width: 100%;
    margin: 0;
}

input#oaddress {
    width: 625px
}

input#hphone,
input#ophone,
input#etcphone {
    width: 235px !important
}

/* button */
.cbtn {
    display: inline-block;
    font-size: 11px;
    color: #000;
    width: 28%;
    height: 52px;
    line-height: 52px;
    border: 1px solid #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 5px;
    font-size: 13px;
    box-sizing: border-box;
}

.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;
}

.new-btn-area a {
    display: block;
    width: 234px;
    height: 51px;
    line-height: 51px;
    margin: 0 auto;
    font-size: 19px !important;
    font-weight: 300 !important;
    color: #000;
    color: #fff !important;
    background:#000 !important;
    border: none !important;
}

/* Ãß°¡ Á¤º¸ ÀÔ·Â */
#addInfo {
    padding-top: 40px;
}

.addinfo-tb th,
.addinfo-tb td {
    border: 1px solid #e9e9e9;
    vertical-align: middle;
}

.addinfo-tb th {
    padding: 10px 34px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.addinfo-tb td {
    padding: 13px 31px;
}

.addinfo-tb .MS_input_txt {
    height: 31px;
    line-height: 31px;
    border: 1px solid #ddd;
    padding: 0 10px;
    min-width: 402px;
}

.addinfo-tb .MS_textarea {
    border: 1px solid #ddd;
    padding: 10px;
}

.addinfo-tb input[type="checkbox"],
.addinfo-tb input[type="radio"] {
    margin-left: 20px;
    margin-right: 5px;
}

.addinfo-tb input[type="checkbox"]:first-child,
.addinfo-tb input[type="radio"]:first-child,
.addinfo-tb .col-cell br + input {
    margin-left: 0;
}

/* ¾à°ü µ¿ÀÇ */
#chkwrap {
    border: none !important;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    padding: 14px 8px;
    margin-bottom: 40px;
}

#chkwrap .all-chk {
    height: 40px;
    line-height: 40px;
    padding-left: 0 !important;
    font-size: 19px !important;
    font-weight: bold;
    /* color: #000; */
    border-bottom: none !important;
}

#chkwrap .all-chk .input-cbox {
    width: 14px;
    height: 14px;
    *margin-top: 0;
}

#chkwrap .cont ul:after {
    clear: both;
    content: "";
    display: block;
}

#chkwrap .cont ul {
    width: 600px !important;
}

#chkwrap .cont ul li {
float: left;
    width: 100% !important;
    line-height: 18px;
    margin: 0 !important;
}

#chkwrap .cont ul li a {
    display: inline-block;
    width: 71px;
    height: 16px;
    line-height: 17px !important;
    margin-top: -2px;
    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: 400 !important;
}

#chkwrap .cont .marketing {
    padding-left: 0px !important;
    border-top: none !important;
}

#chkwrap .cont .marketing .mk-wrap {
height: auto !important;
    line-height: 39px !important;
}

#chkwrap .cont .marketing .mk-wrap input {
    margin-top: -1px;
    *margin-top: 0;
        margin-right: 7px;
}

a.agree_con {
    display: inline-block;
    float: right;
    line-height: 40px;
    color: #797979;
    font-weight: 400;
    font-size: 13px;
}
#chkwrap .cont .marketing .mk-wrap div{
    height: 13px;
    line-height: 13px;
    padding-bottom: 6px;
    display: inline-block;
    margin-left: 6px;
}
#chkwrap .cont .marketing .mk-wrap .txt{
    
}

input#privacy3 {
    margin-right: 6px;
}


h4.tit {
    margin-top: 50px;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
}

/* ÀÌ¿ë ¾à°ü */
#join .privercy-contract textarea {
    width: 97%;
    height: 165px;
    font-size: 11px;
}

/* °³ÀÎÁ¤º¸ ¼öÁýÀÌ¿ë, Á¦3Á¦°ø, Ãë±ÞÀ§Å¹ Å×ÀÌºí */
#join .contract-tbl {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 11px;
}

#join .contract-tbl th,
#join .contract-tbl td {
    border: 1px solid #e0e0e0;
    text-align: center;
}

#join .contract-tbl th {
    background: #fcfcfc;
}

#join .contract-tbl th div {
    height: 41px;
    line-height: 43px;
}

#join .contract-tbl tbody th {
    font-weight: normal;
}

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

#join .user_age_wrap {
    margin: 10px 0px;
}

/*SNS ·Î±×ÀÎ ¿¬µ¿*/
#snsConnect {
    margin: 30px 0;
}

#snsConnect li {
    margin-top: 12px;
}

#snsConnect li dl {
    zoom: 1;
    overflow: hidden;
}

#snsConnect li dt,
#snsConnect li dd {
    float: left;
    line-height: 28px;
}

#snsConnect li dt {
    width: 80px;
    padding-left: 35px;
    color: #8a8a8a;
    font-weight: bold;
    letter-spacing: -1px;
}

#snsConnect li.facebook dt {
    background: url(/images/d3/modern_simple/common/ico_sns_h26_facebook.gif) no-repeat 0 0;
}

#snsConnect li.naver dt {
    background: url(/images/d3/modern_simple/common/ico_sns_h26_naver.gif) no-repeat 0 0;
}

#snsConnect li.kakaotalk dt {
    background: url(/images/d3/modern_simple/common/ico_sns_h26_kakaotalk.gif) no-repeat 0 0;
}

#snsConnect li.apple dt {
    background: url(/images/d3/modern_simple/common/ico_sns_h26_apple.gif) no-repeat 0 0;
}

#snsConnect li dd .cut img {
    padding: 10px 0 0 10px;
}

#snsConnect li:last-child {
    padding-bottom: 50px;
}

.join-footer {
    text-align: center;
}

.join-footer .cbtn.form {
    width: 228px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    margin: 0 5px;
}

/* BASIC css end */

