@charset "utf-8";
/* FONT */
/* ----------------------------------- 'Noto Sans' KR font ----------------------------------- */
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('../font/Pretendard-Black.woff2') format('woff2'), url('../font/Pretendard-Black.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('../font/Pretendard-ExtraBold.woff2') format('woff2'), url('../font/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('../font/Pretendard-Bold.woff2') format('woff2'), url('../font/Pretendard-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('../font/Pretendard-SemiBold.woff2') format('woff2'), url('../font/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('../font/Pretendard-Medium.woff2') format('woff2'), url('../font/Pretendard-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('../font/Pretendard-Regular.woff2') format('woff2'), url('../font/Pretendard-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('../font/Pretendard-Light.woff2') format('woff2'), url('../font/Pretendard-Light.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('../font/Pretendard-ExtraLight.woff2') format('woff2'), url('../font/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('../font/Pretendard-Thin.woff2') format('woff2'), url('../font/Pretendard-Thin.woff') format('woff');
}


html,body {width:100%; }
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
    -webkit-text-size-adjust:none;
    -webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0; word-break:keep-all;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:16px; line-height:1.4; font-family: 'Pretendard'; color:#666;}
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#666; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}
/* label hidden ì²˜ë¦¬ */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* common */
.clfix:after {content: "."; display: block; height:0px; clear: both; visibility: hidden;}
.clfix {display:inline-block;}
.clfix {display:block;}
* html .clfix {height:1%;} /* Hides from IE-mac */
.clfix {zoom:1;} /*for IE 5.5-7*/
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}

/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(152,152,152,0.8);
}
:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

h3.h3_tit{font-size: 32px; color:#2bacd1; }
h4.h4_tit{font-size: 24px; color: #232323; font-weight:800; margin: 56px 0px 24px 0px; position: relative; padding-left: 16px;}
h4.h4_tit:first-child{margin-top: 0;}
h4.h4_tit::before{position:absolute; top: 4px; left:0; content: ""; width:4px; height: 26px; background: #2BACD1;}
h5.h5_tit{color: #343434; font-size: 22px; font-weight: 700; line-height:1; margin: 40px 0 20px 0;}
h5.h5_tit:first-child{margin-top: 0;}
.btn_close{opacity: 0.7;}
.btn_close:hover{opacity: 1;}
select{border-radius: 4px; border: 1px solid #ccc; background: #fff; height: 36px; padding: 6px 12px;}
.input_txt{width: 100%; height:48px; border-radius: 4px; border: 1px solid #ccc; background: #fff; padding: 16px 12px;}
.input_txt_sm{height: 36px; padding: 6px 12px; font-size: 14px;}
.input_wrap{margin-bottom: 24px;}
.input_wrap .input_txt{margin-bottom: 12px; box-sizing: border-box;}
.checkBox{display: flex; align-items: center; gap: 6px;}
.checkBox input[type="checkbox"]{border-radius: 3px; background: #7AB3E1; width: 20px; height: 20px;}
.checkBox label{font-size: 14px; color: #565656;}
input[type="checkbox"] + label { v규ertical-align: middle;}
.btn{border: 0; outline: none; appearan:none; width: 100%; height: 48px; padding: 12px 24px; text-align: center; font-weight: 500; font-size: 16px; border-radius: 4px;}
.btn_pri{color: #fff; background:#3E4559;}
.btn_pri:hover{background: #5d6683;}
.btn_line{color: #3E4559; border: 1px solid #3E4559;}
.btn_line:hover{background: #f2f6fe;}
.btn_login{color: #fff; background: #3E4559;}
.btn_login:hover{background: #5d6683;}
.btn_login2{color: #3E4559; background: #fff; border: 1px solid #3E4559;}
.btn_login2:hover{background: #f2f6fe;}
.btn.size_S{width: auto; height: 36px; padding: 8px; font-size: 14px;}
.btnBox .btn{margin-bottom: 8px;}
.btnBox .btn:last-child{margin-bottom: 0;}
.btnBox_right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px;
}
.btnBox_right .btn{width: 80px; height: 48px; padding:12px; margin-bottom: 0;}
.icon_must{font-size: 0;position: relative;}
.icon_must::before{position: absolute; top: -26px; left: -4px; content: "*"; color: #902b2b; font-size: 14px; font-weight: 500;}
.flex1{
    gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



/*로그인화면*/
.login{font-family: 'Pretendard', sans-serif; background: #F6F6FA; color: #565656;}
.login .inner{width: 1560px; margin: 0 auto; padding: 80px 0; background: #F6F6FA; height: 90vh; position: relative;}
.login_wrap{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start;
    background: #fff; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06); height: 615px; border-radius: 40px; width: 1560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login_wrap .item{}
.login_wrap .desc{padding: 56px; background:#F4F7FF; border-radius: 40px 0 0 40px; width: 70%; display: flex; padding: 0px 56px; align-items: center; gap: 64px; align-self: stretch;}
.login_wrap .desc .txt p{font-size: 16px; color: #565656; font-weight: 300; margin-bottom: 16px;}
.login_wrap .desc .txt h4{color: #232323; font-size: 48px; font-weight: 800; line-height: 1.2; margin-bottom: 24px;}
.login_wrap .desc .txt span{font-size: 15px; color: #898989; margin-bottom: 24px; display: block;}
.login_wrap .desc .img{position: relative; width: 570px;}
.login_wrap .desc .img .dot{width: 82px; height: 82px; border-radius: 50%; background:#7AB3E1; align-items: center; box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.04); color: #fff; font-size: 15px; text-align: center; padding-top: 20px;}
.login_wrap .desc .img .dot01{position: absolute; left: 50%; transform: translateX(50%); top: -60px;}
.login_wrap .desc .img .dot02{position: absolute; left: -30px; bottom: -30px;}
.login_wrap .desc .img .dot03{position: absolute; right: 0px; bottom: -36px;}
.login_form{position: relative; padding:0 56px; padding-top: 160px; border-radius: 0 40px 40px 0; width: 30%;}
.idpw_loginWrap h3{color: #343434; font-size: 40px; font-weight: 700; line-height: 120%; text-align: center; margin-bottom: 24px;}
.idpw_loginWrap h4 {margin-bottom: 22px; text-align: center; color: #565656; }
.payment_guide{position: absolute; top: 40px; right:40px; color: #454545; text-align: center; font-size: 14px; font-weight: 400;}
.payment_guide:hover{color: #7AB3E1;}
.payment_guide span{display: inline-block; width: 16px; height: 16px; line-height: 14px; border-radius: 50%; border: 1px solid #7AB3E1; color:#7AB3E1; margin-right: 6px; font-size: 12px; font-weight: 700;}
.logo_klasCloud{width: 300px; height: 110px;}
.img_las{width: 100%;}

@keyframes upDown {
    0% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-8px);
    }
}

.login_wrap .desc .img .dot {animation: upDown 1.4s infinite;}

.footer_login{width: 100%; height: 80px; background: #4C5367;}
.footer_login .inner{display: flex; height: 80px; padding: 0; justify-content: space-between; align-items: center; flex-shrink: 0; background: #4C5367; width: 1560px; margin: 0 auto;}
.footer_login .member_services{display: flex; justify-content: center; align-items: center; gap: 24px;}
.footer_login .member_services a{color: #e9e9e9; font-size: 14px;}
.footer_login .member_services a:hover{color: #fff;}
.footer_login .member_services a:first-child{color: #B3DDFF;}
.footer_login .copyright{font-size: 14px; color: #e9e9e9; font-weight: 200;}

/* 테이블 */
.tableWrap{}
.tbl {width:100%; border-collapse: collapse; border: 0; border-top:2px solid #787878;}
.tbl thead {z-index: 1000; position: relative;}
.tbl thead th {position: sticky; top: -32px; border-top: 0; background-clip: padding-box;}
.tbl th {background:#F2F6FE; font-size:16px; color:#232323; font-weight:bold; text-align:center; padding:8px 12px; border-bottom:1px solid #ddd;}
.tbl tbody {z-index: 10;position: relative;}
.tbl td {font-size:15px; color:#555; text-align:center; padding:8px 12px; background:#fff; border-bottom:1px solid #ddd; vertical-align: middle; word-break: break-all;}
.tbl th:not(:first-child) { border-left: 1px solid #ddd;}
.tbl td:not(:first-child) { border-left: 1px solid #ddd;}
.tbl th:not(:last-child)[rowspan] { border-right: 1px solid #ddd;}
.tbl td:not(:last-child)[rowspan] { border-right: 1px solid #ddd;}
.tbl_left th{text-align: left !important;}
.tbl_left td{text-align: left !important;}

/* 팝업 */
.popWrap{display: none; border-radius: 24px; background: #FFF; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2); position: fixed; top: 116px; width: 1000px !important; height: 670px !important; z-index:10; left: 50%; transform: translateX(-50%); overflow: hidden;}
.popWrap.on{display: block;}
.popWrap .titWrap{border-radius: 20px 20px 0px 0px; background: #3E4559; display: flex; padding: 24px; justify-content: space-between; align-items: center; align-self: stretch;}
.popWrap .titWrap h3{color: #fff; font-size: 28px; font-weight: 700; line-height: 1;}
.popWrap .popCon{padding: 32px; height: 590px; overflow-y:scroll;}
.service_tit{padding-left: 6px; line-height: 30px !important; padding-left: 38px;}
.service_tit01{background:url(../../resources/images/ic_join.svg) left center no-repeat;}
.service_tit02{background:url(../../resources/images/ic_subscript.svg) left center no-repeat; padding-left: 30px;}
.service_tit03{background:url(../../resources/images/ic_chat.svg) left center no-repeat;}
.service_tit04{background:url(../../resources/images/ic_migration.svg) left center no-repeat;}
.services_type{display: flex; align-items: flex-start; gap: 16px; align-self: stretch;}
.flexNone li{display: block !important;}
.flexNone li .titBox{margin-bottom: 12px;}
.flexNone li .paymentGroup{display: flex; align-items: center; gap: 16px;}
.services_type li{padding: 12px; border: 1px solid #ddd; background: #f9f9f9; display: flex; align-items: center; gap: 18px; flex: 1 0 0; align-self: stretch; border-radius: 16px;}
.services_type li .titBox h6{color: #343434; font-size: 18px; font-weight: 700; line-height: 1;}
.services_type li .titBox {display: flex; align-items: center; gap: 12px;}
.services_type li .titBox .type_group{display: flex; align-items: center; gap: 4px;}
.services_type li .titBox .type_group .type_label{width: auto; height:30px; padding:8px; border-radius: 8px; display: block; font-size: 14px; color: #fff; line-height: 1;}
.services_type li .titBox .type_group .type00{background: #7AB3E1;}
.services_type li .titBox .type_group .type01{background: #2BACD1;}
.services_type li .titBox .type_group .type02{background: #007AC0;}
.services_type li .paymentGroup p{color: #D3266F; font-size: 18px; font-weight: 600;}
.services_type li .paymentGroup p em{font-size: 16px; font-style: normal;}
.services_type li .paymentGroup p i{font-style: normal; color: #565656; font-size: 16px; font-weight: 400;}


/* 서비스이용약관, 개인정보처리방침 */
.serviceAgreement_wrap{padding: 40px;}
.privacyPolicy_wrap{padding: 40px;}
.serviceAgreement_wrap p{margin-bottom: 4px;}
ol.sub_num {counter-reset: section; margin: 12px 0; padding: 16px;background: #f8f8f8;}
.sub_num li{position:relative; padding-left: 24px; font-size: 14px; color: #787878; margin-bottom: 6px;}
.sub_num li::before{position:absolute; top:0; left:0;  counter-increment: section; content:counter(section)'.'; color:#787878; font-weight:500;}
.sub_num li:last-child{margin-bottom: 0;}
.tabMenu{display: flex; align-items: center; gap: 8px; margin: 40px;}
.tabMenu li a{padding: 12px 16px; height: 40px; border-radius: 8px; border: 1px solid #ddd; display: block; width: 100%; height: 100%; font-size: 14px; color: #565656; line-height: 1;}
.tabMenu li a.on{background:#2BACD1; color: #fff; font-weight: 500; border:none; }

@media screen and (max-width:1560px){
    .login_wrap{width: 96%; height: 720px;}
    .login_wrap .desc{align-items:start; flex-direction:column; padding: 56px; width: 50%;}
    .login_form{width: unset; margin: 0 auto; padding-top: 220px;}
    .login_wrap .desc .img{width: 72%}
    .login_wrap .desc .img img{width:100%;}
    .login_wrap .desc .img .dot01{left: 70%;}
    .login .inner{width: 100%; padding: 80px 24px; margin: 0 auto;}
    .footer_login .inner{padding: 0 24px; width: 100%;}
}

@media screen and (max-width:1200px){
    .login_wrap .desc{width: unset;}
    .login .inner{width: 1024px;}
    .img_las{width: 100%; height: 236px;}
}

@media screen and (max-width:1024px){
    .login{width: 1024px;}
    .footer_login{width: 1024px;}
    .login .inner{width: 100%;}
}

.alert-box {width: 100%; height: 100%; position: fixed; z-index: 4000; background:url(../../resources/images/bg_bk70.png); top:0; left:0; text-align: center }
.alert-box span { display:block; border: 1px solid red; border-radius: 4px; margin: 15% auto 1% auto; padding: 25px 50px; text-align: center; width:30%; font-size: 14px}
.alert-box input {top: 45%;}

.success {color: #3c763d;display: none}
.failure {color: #a94442;display: none}
.warning {color: #8a6d3b;display: none}
.success span {background-color: #dff0d8;border-color: #d6e9c6;}
.failure span {background-color: #f2dede;border-color: #ebccd1;}
.warning span {background-color: #fcf8e3;border-color: #faebcc;}