@charset "utf-8";
/* @import url('fonts.css'); */
@font-face {
	font-family: 'Pretendard-Black';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url(/common/fonts_pretendard/Pretendard-Black.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-Black.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard-ExtraBold';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url(/common/fonts_pretendard/Pretendard-ExtraBold.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-ExtraBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url(/common/fonts_pretendard/Pretendard-Bold.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-Bold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url(/common/fonts_pretendard/Pretendard-SemiBold.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard-Medium';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url(/common/fonts_pretendard/Pretendard-Medium.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-Medium.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard-Regular';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url(/common/fonts_pretendard/Pretendard-Regular.woff2) format('woff2'), url(https://test.s1.unipware.com/common/fonts_pretendard/Pretendard-Regular.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard-Light';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url(/common/fonts_pretendard/Pretendard-Light.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-Light.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard-ExtraLight';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url(/common/fonts_pretendard/Pretendard-ExtraLight.woff2) format('woff2'), url(https://test.s1.unipware.com/common/fonts_pretendard/Pretendard-ExtraLight.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard-Thin';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url(/common/fonts_pretendard/Pretendard-Thin.woff2) format('woff2'), url(/common/fonts_pretendard/Pretendard-Thin.woff) format('woff');
}

html, body,
h1, h2, h3, h4, h5, h6,
input, select, textarea, button, option {font-family:"Pretendard-Regular", "맑은 고딕", "돋움", dotum, sans-serif;letter-spacing:-0.2px;}

html {position:relative;}
html, body {font-weight:normal;color:#3B5867;}
body {position:relative;font-size:13px;word-break:keep-all;}
body, div, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, form, fieldset, legend, button, p, pre, blockquote, menu, figure, input {margin:0;padding:0;}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {display:block;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, select, input, textarea, p, blockquote, th, td, menu, button, a, span, strong, label, header, footer, section, article, aside, nav, hgroup, details, figure, figcaption {word-break:break-word;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;word-break:keep-all;}
h1, h2, h3, h4, h5, h6, input, select, textarea, button, option {font-size:16px;font-weight:normal;color:inherit;}
pre, code, samp, kbd {font-family:inherit;}
em, var, address {font-style:normal;}
ul, ol, li {list-style:none;}

legend, fieldset, button, img {border:0 none;}
input, select, textarea, button, label, strong, a, time {vertical-align:inherit;}
input, select, textarea, button, option {font-family:inherit;font-weight:inherit;}
input[type="text"]::-webkit-search-cancel-button {appearance:none;-webkit-appearance:none;}
button, select, option {color:inherit;text-transform:none;}
caption, legend {position:absolute;top:-9999px;left:-9999px;width:1px;height:1px;overflow:hidden;margin:-1px;clip:rect(0,0,0,0);}
table {border-collapse:collapse;border-spacing:0;}
button {overflow:visible;text-align:left;cursor:pointer;background:none;}
img{vertical-align:middle;}
:focus{outline:0;}
a{color:#3B5867;text-decoration:none;}
.hidden{display:none;}
.sound_only{position:absolute!important;width:1px!important; height:1px!important;clip:rect(0 0 0 0)!important;overflow:hidden!important; border:0!important; padding:0!important;margin:-1px!important;}

::-webkit-input-placeholder{color:#C0C0C0;} /* Chrome/Opera/Safari */
::-moz-placeholder{color:#C0C0C0;} /* Firefox 19+ */
:-ms-input-placeholder{color:#C0C0C0;} /* IE 10+ */
:-moz-placeholder{color:#C0C0C0;} /* Firefox 18- */

#skipnavigation{position:relative;z-index:110;}
#skipnavigation .skip{position:absolute;top:0;left:0;}
#skipnavigation a{display:block;height:1px;width:1px;margin-bottom:-1px;overflow:hidden;text-align:center;color:#000;white-space:nowrap;}
#skipnavigation a:focus,
#skipnavigation a:active{height:auto;width:auto;padding:5px;margin-bottom:10px;}

html,
body{
    width: 100%;
    /* min-width:1360px; */
    min-height:100%;
    height:100%;
}
body.hiddenScroll{overflow:hidden;}

body{
    position:relative;
    background-color:#fff;
    padding:0 0 0 95px;
    /* min-width:1280px; */
}
body:before{content:"";position:fixed;top:0;left:0;background-color:#3b5867;width:35px;height:100%;
    z-index: 1000;
}

/* id/pw */
.pFindid{background:url(/prsp/images/k_findid.jpg) 100% 100% no-repeat fixed;}

.mTab1{position:relative;display:-webkit-flex;display:flex;margin:0 0 40px;}
.mTab1:before{content:"";position:absolute;bottom:0;left:0;background-color:#3B5867;width:100%;height:3px;}
.mTab1 a{-webkit-flex:1;flex:1;border:1px solid #DBDBDB;color:#3B5867;text-align:center;font-size:20px;font-weight:500;letter-spacing:-0.75px;line-height:48px;height:50px;}
.mTab1 a + a{border-left:0;}
.mTab1 a.active{background:#3B5867;border-color:#3B5867;color:#fff;}

.mFind1{display:table;margin:0 auto;width:500px;height:100%;}
.mFind1 h2{color:#3B5867;text-align:center;font-size:33px;font-weight:500;letter-spacing:-1.23px;}
.mFind1 h2 + .mTab1{margin-top:45px;}
.mFind1 .result{display:table;color:#3B5867;font-size:23px;font-weight:500;line-height:46px;letter-spacing:-0.87px;text-align:center;width:100%;height:313px;}
.mFind1 .info{color:#3B5867;font-size:17px;font-weight:300;letter-spacing:-0.63px;text-align:center;}
.mFind1 .info strong{display:block;font-size:20px;font-weight:500;margin:0 0 -14px;}
.mFind1 .list{margin:45px 0 0;}
.mFind1 .list dt{float:left;color:#3B5867;font-size:20px;font-weight:500;letter-spacing:-0.75px;width:72px;text-align:right;line-height:42px;height:42px;}
.mFind1 .list dd{font-size:20px;font-weight:500;padding:0 0 13px 94px;min-height:54px;}
.mFind1 .list dd .bar{padding:0 7px;}
.mFind1 .list dd .it{padding-left:12px;width:100%;}
.mFind1 .list dd .it.center{padding-left:0;}
.mFind1 .list dd .it.w72{width:58px;}
.mFind1 .list dd .it::-webkit-input-placeholder{color:#CDCDCD;font-size:15px;} /* Chrome/Opera/Safari */
.mFind1 .list dd .it::-moz-placeholder{color:#CDCDCD;font-size:15px;} /* Firefox 19+ */
.mFind1 .list dd .it:-ms-input-placeholder{color:#CDCDCD;font-size:15px;} /* IE 10+ */
.mFind1 .list dd .it:-moz-placeholder{color:#CDCDCD;font-size:15px;} /* Firefox 18- */
.mFind1 .list dd .mBtn1{font-size:17px;padding:0;min-width:96px;}

.alert{
    color:#FF4949;
    font-size:13px;
    font-weight:500;
    line-height:20px;
    margin:7px 0 0;
}
.alert.black{color:#000;}
/* //id/pw */



/* login */
.pLogin{
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    background:url(../images/k_login.jpg);
    background-size: cover;
}
.mLogin1{
    position:relative;
    height:100%;
}
.mLogin1 .text{
    font-family: "'Pretendard-Thin'";
    position:absolute;
    top:49px;
    right:67px;
    text-align:right;
    color:rgba(59, 88, 103, 0.10);
    font-size:114px;
    font-weight:100;
    line-height:123px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-use-select:none;
    user-select:none;
}
.mLogin1 h1{
    font-size:20px;
    font-weight:300;
    letter-spacing:-0.72px;
    padding:38px 0px 0px;
}
.mLogin1 .cont{
    position: absolute;
    top: 10%;
    left: 5%;
    text-align:center;
    height: 90%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.mLogin1 .cont .cell{padding:40px 0;}
.mLogin1 dl{margin:40px 0 10px;}
.mLogin1 dd{padding:0 0 19px;}
.mLogin1 dd .it{border:0;border-radius:50px;background:#eee;font-size:18px;padding:0 0 0 20px;height:50px;width:100%;}
.mLogin1 dd .it::-webkit-input-placeholder{color:#797e89;} /* Chrome/Opera/Safari */
.mLogin1 dd .it::-moz-placeholder{color:#797e89;} /* Firefox 19+ */
.mLogin1 dd .it:-ms-input-placeholder{color:#797e89;} /* IE 10+ */
.mLogin1 dd .it:-moz-placeholder{color:#797e89;} /* Firefox 18- */
.mLogin1 .btn{
    width: 35%;
    /* display:block; */
    border-radius:50px;
    background:#3B5867;
    color:#fff;
    font-size:18px;
    font-weight:500;
    text-align:center;
    line-height:50px;
}
.mLogin1 .copy{
    font-size:16px;
    font-weight:300;
    position: absolute;
    width: 100%;
    margin-bottom: 30px;
    bottom: 0;
    text-align: center;
}
.mLogin1 .info{
    position:relative;
    display:inline-block;
    color:#5C869B;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    margin:15px 0 0;
    padding:0 0 0 20px;}
.mLogin1 .info:before{content:"?";position:absolute;top:4px;left:0;border:1px solid #5C869B;border-radius:50%;font-size:13px;width:14px;line-height:14px;height:14px;}
.cont .f_login_w{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
}
.f_login_area{
    display: flex;
    width: 700px;
    height: 450px;
    /* background: #fff; */
    border-radius: 20px;
    /* border: 3px solid #D9D9D9; */
    justify-content: center;
    align-items: center;
}
.img_face_login{
    position: relative;
    width: 700px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid #D9D9D9;
    border-radius: 20px;
}
.btn_face_login_area, .btn_number_login_area{
    position: absolute;
    width: 700px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 3px solid #D9D9D9;
    border-radius: 20px;
    background: #fff;
}
.img_face_login>img:first-child{
    position: absolute;
    width: 692px;
    height: 443px;
    border-radius: 15px;
    object-fit: cover;
}
.img_face_login>img:nth-child(2){
    position: absolute;
    width: 275px;
    height: 244px;
}
.img_face_login>img:nth-child(3){
    position: absolute;
    width: 275px;
    height: 244px;
    display: none;
}
.btn_face_login{
    position: absolute;
    background: #3B5867;
    width: 270px;
    height: 270px;
    border-radius: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}
.icon_face_login>img{
    width: 90px;
    height: 100px;
    margin-bottom: 20px;
    text-align: center;
}
.text_face_login{
    color: #fff;
    font-size: 18px;
}
.phonenum_login_w>div:nth-child(2){
    padding: 80px;
}
.phonenum_login_w .logintitle{
    font-size: 24px;
    font-weight: 700;
}
.phonenum_login_w .numbertitle{
    font-size: 20px;
    margin-bottom: 15px;
}
.phonenum_login_w input{
    max-width: 100px;
}
.number_input_w span{
    padding: 5px;
    font-weight: 700;
    font-size: 20px;
}
/* //login */

/* form */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;}

.it{border:0;border-radius:0;background:#fff;border:1px solid #C1C1C1;font-size:18px;padding:0 0 0 15px;height:42px;}
.it[disabled='disabled']{background-color:rgba(0,0,0,0.05);border-color:rgba(0,0,0,0.1);}
.it.r{border-radius:10px;}
.it.s{font-size:15px;height:32px;}
.it.m{font-size:15px;height:36px;}
.it.center{padding-left:0;text-align:center;}
.it.w60{width:60px;}
.it.w100{width:100px;}
.it.w100per{width:100%;}
.it.date{
    position:relative;
    background:url(../images/ico_date1.svg) calc(100% - 13px) 50% no-repeat rgba(255,255,255,0.01);
    width:156px;
    cursor: pointer;
}
.it.w115{width:115px;}

.textarea.br10,
.it.br10{border-radius:10px;}

.textarea{background:#fff;border:1px solid #C1C1C1;font-size:18px;padding:10px 15px 0;resize:none;width:100%;}
.textarea.s{font-size:15px;}

.select{background:url(../images/ico_select2.svg) calc(100% - 5px) 50% no-repeat #fff;border:1px solid #D4D4D4;border-radius:5px;font-weight:normal;vertical-align:top;padding:0 20px 0 9px;-webkit-appearance: none;-moz-appearance: none;appearance: none;width:74px;height:33px;}
.select.s{background:url(../images/ico_select2.svg) calc(100% - 5px) 50% no-repeat #fff;border-radius:3px;font-size:13px;padding:0 25px 0 9px;width:auto;height:28px;}
.select.s option{font-size:13px;}

.mCheckbox1{position:relative;display:inline-block;}
.mCheckbox1 input{position:absolute;top:0;left:0;opacity:0;}
.mCheckbox1 .label{display:inline-block;position:relative;border-radius:2px;font-size:14px;color:#3B5867;padding:0 0 0 25px;line-height:18px;cursor:pointer;}
.mCheckbox1 input + .label:before{content:"";position:absolute;top:0;left:0;border:1px solid #dcdce4;width:16px;height:16px;border-radius:2px;overflow:hidden;}
.mCheckbox1 input:checked + .label:before{background:url(../images/ico_checkbox1_a.svg) 50% 50% no-repeat #3B5867;border-color:#3B5867;background-size:10px auto;}

.mCheckbox1 + .it,
.mRadio1 + .it{margin-left:5px;}
.mCheckbox1.w50,
.mRadio1.w50{display:inline-block;min-width:50px;}
.mCheckbox1.w1,
.mRadio1.w1{display:inline-block;min-width:90px;}
.mCheckbox1.w2,
.mRadio1.w2{display:inline-block;min-width:100px;}
.mCheckbox1.w3,
.mRadio1.w3{display:inline-block;min-width:110px;}
.mCheckbox1.w4,
.mRadio1.w4{display:inline-block;min-width:120px;}
.mCheckbox1.w6,
.mRadio1.w6{display:inline-block;min-width:140px;}

.mRadio1.tac .label{position:relative;padding:25px 5px 0;}
.mRadio1.tac  input + .label:before{left:50%;margin-left:-8px;}

.mRadio1{position:relative;display:inline-block;}
.mRadio1 input{position:absolute;top:0;left:0;opacity:0;}
.mRadio1 .label{display:inline-block;position:relative;border-radius:2px;font-size:14px;color:#3B5867;padding:0 0 0 25px;line-height:18px;cursor:pointer;}
.mRadio1 input + .label:before{content:"";position:absolute;top:0;left:0;border:1px solid #dcdce4;background-color:#fff;width:16px;height:16px;border-radius:50%;overflow:hidden;}
.mRadio1 input:checked + .label:before{background:url(../images/ico_checkbox1_a.svg) 50% 50% no-repeat #3B5867;border-color:#3B5867;background-size:10px auto;}
.mRadio1.single,
.mRadio1.single .label{width:18px;height:18px;overflow:hidden;}

/* /form */

/* button */
.mButton1.flex{display:-webkit-flex;display:flex;text-align:left;}
.mButton1.flex .flx{-webkit-flex:1;flex:1;}
.mButton1{margin:40px 0 0;text-align:center;}
.mButton1 .mBtn1{margin:0 8px;}

.mBtn1{display:inline-block;background:#3B5867;color:#fff;font-size:21px;font-weight:500;padding:0 15px;text-align:center;line-height:42px;height:42px;}
.mBtn1.gray{background:#979797;}
.mBtn1.primary{background:#FF5B5B;}
.mBtn1.lWhite{background-color:#fff;border:1px solid #3B5867;color:#3B5867;}
.mBtn1.type2.s{font-size: 15px;font-weight:normal;min-width:auto;line-height:28px;height:27px;}
.mBtn1.type2{border-radius:36px;font-size:16px;min-width:81px;line-height:36px;height:36px;}
.mBtn1.type3{border-radius:7px;font-size:15px;min-width:65px;line-height:31px;height:31px;}
.mBtn1.lWhite.type2.s{line-height:25px;}
.mBtn1 > .find{display:inline-block;background:url(../images/ico_find2.svg) 100% 50% no-repeat;background-size:14px auto;padding:0 21px 0 0;height:100%;}
/* //button */

/* common */
.fs36{font-size:36px;}
.pointer{cursor:pointer;}

.scroll{margin:0 2px;overflow:hidden;overflow-y:auto;}
.scroll::-webkit-scrollbar{width:4px;height:4px;}
.scroll::-webkit-scrollbar-track{background-color:#fff;border-radius:5px;}
.scroll::-webkit-scrollbar-thumb{background:#d2d2d2;border-radius:5px;height:10%;}
.scroll::-webkit-scrollbar-thumb:hover{background:#d2d2d2;}

.mFlex1{display:-webkit-flex;display:flex;align-items:center;}
.mFlex1 .flex{-webkit-flex:1;flex:1;}
.mFlex1 .flex .it{width:100%;}
.mFlex1 .flex + .flex{margin-left:10px;}
.mFlex1 .flex + .mBtn1{margin-left:12px;}

.mFlex2{display:-webkit-flex;display:flex;}
.mFlex2 .flex{display:-webkit-flex;display:flex;align-items:center;padding:0 20px;}
.mFlex2 .flex .mRadio1{-webkit-flex:1;flex:1;}

.mLogo1{
    position:absolute;
    top:33px;
    left:95px;
    font-size:30px;
    font-weight:400;
}
.mLogo1 img{
    width: 110px;
}

.cell{display:table-cell;vertical-align:middle;}

.wrap{display:-webkit-flex;display:flex;min-height:calc(100% - 44px);}
.wrap .mLogo1.absolute + .contents{margin-right:35px;}
.wrap .lnb{padding:36px 0 0;width:255px;transition:all 0.4s 0s;}
.wrap .contents{-webkit-flex:1;flex:1;padding-right:58px;}

body.h100per{height:100%;}
body.h100per .wrap{height:calc(100% - 44px);}
body.h100per .wrap .contents{height:100%;overflow:hidden;}
body.h100per .wrap .contents .mBox1{height:calc(100% - 275px);overflow:hidden;}
body.h100per .wrap .contents .mBox1 .mBoard1.fixedHeader{height:100%;overflow:hidden;}
body.h100per .wrap .contents .mBox1 .mBoard1.fixedHeader .body.scroll{border-bottom:1px solid #E6ECEB;margin:0;padding:0;max-height:calc(100% - 46px);overflow:hidden;overflow-y:auto;}
body.h100per .wrap .contents .mBox1 .mBoard1.fixedHeader .body.scroll tr:last-child{border-bottom:0;}
.footer{font-size:13px;font-weight:300;letter-spacing:-0.39px;text-align:center;line-height:44px;height:44px;}


.mUtil1{
    align-items:center; 
    justify-content:flex-end;
    font-size:25px;
    text-align:right;
    margin:0 -58px 0 0;
    padding:29px 58px 29px 0;
}
.counseling_mUtil1{
    align-items:center; 
    justify-content:flex-end;
    font-size:25px;
    text-align:right;
    margin:0 -58px 0 0;
    padding:29px 23px 29px 0;
}
.mUtil1 .user, .counseling_mUtil1 .user{
    border-radius: 5px 5px 0 0;
    font-size: 24px;
}
.mUtil1 >.lSel, .counseling_mUtil1 >.lSel, .mUtil2 .lSel{
    padding: 20px;
    display: none;
    position: absolute;
    top: 70px;
    right: 35px;
    background-color: #fff;
    border: var(--input-border-grey);
    border-top: 0;
    border-radius: 5px;
    padding: 0 3px 3px;
    max-height: 153px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 10;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.2);
}
.mUtil1 .lSel.active, .counseling_mUtil1 .lSel.active, .mUtil2 .lSel.active{
    display: block;
}
.mUtil1 >.lSel button, .counseling_mUtil1 >.lSel button, .mUtil2 .lSel button{
    text-align: left;
    display: block;
    border-radius: 5px;
    background-color: var(--white-color);
    font-size: 15px;
    font-weight: normal;
    padding: 6px 13px;
    width: 100%;
    transition: all 0.4s 0s;
    text-align: center;
}
.mUtil1 >.lSel button:hover, .counseling_mUtil1 >.lSel button:hover,.mUtil2 .lSel button:hover{
    background: #3B5867;
    color: #fff;
}

.iLogout{position:relative;display:inline-block;font-size:15px;padding:0 31px 0 0;}
.iLogout:before{content:"";position:absolute;top:50%;right:0;background:#3B5867;width:23px;height:1px;}
.iLogout:after{content:"";position:absolute;top:50%;right:0;margin:-4px 0 0;background:#3B5867;transform:rotate(45deg);width:9px;height:1px;}

.mTitle1{position:relative;background:url(../images/k_title1.jpg) 0 0 no-repeat;background-size:cover;color:#1F3844;font-size:45px;font-weight:600;text-align:left;margin:0 -58px 0 0;padding:29px 0 0 38px;height:152px;}
.mTitle1 .ts{display:block;font-size:25px;font-weight:300;letter-spacing:-1.25px;padding:0 0 10px;}
.mTitle1 .today{display:inline-block;background-color:#3B5867;font-weight:normal;font-size:11px;color:#fff;border-radius:20px;padding:0 8px;line-height:20px;height:20px;vertical-align:middle;margin-top:-5px;}

.mYear1{padding:0 0 10px;}
.mYear1 > .sel{position:relative;display:block;font-size:25px;font-weight:300;letter-spacing:-1.25px;padding:0 24px 0 0;}
.mYear1 > .sel:before{content:"";position:absolute;top:50%;right:0;margin-top:-7px;background:url(../images/ico_select1.svg) 50% 50% no-repeat;width:15px;height:14px;transition:all 0.4s 0s;}
.mYear1.active > .sel:before{transform:rotate(180deg)}
/* //common */


/* popup */
.modalBg{position:fixed;top:0;left:0;background-color:#000;opacity:0.6;width:100%;height:100%;transition:all 0.4s 0s;}

/* 로그인 실패 팝업 */
.modal_login_fail{
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
}
.modal_login_fail .popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: 20px 22px;
    background: #fff;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
    width: 400px;
}
.modal_login_fail .close {
    position: absolute;
    top: 12px;
    right: 15px;
    background: url(../images/ico_close1.svg) 50% 50% no-repeat;
    background-size: 13px auto;
    font-size: 0;
    width: 23px;
    height: 23px;
}
.modal_login_fail .popup .fail_top{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.img_fail{
    background: url(../images/img_fail.svg)50% 30% no-repeat ;
    width: 100%;
    height: 100px;
}
.title_login_fail>div:first-child{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
}
.title_login_fail>div:nth-child(2){
    font-size: 15px;
}
.fail_btn_w{
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
.btn_retry, .btn_mobile_certify, .btn_re_registration{
    width: 200px;
    background: #3B5867;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.mobile_certify_w .active{
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}
.mobile_certify_w{
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
}
.mobile_certify_w>.alert{
    margin-left: 60px;
}
.mobile_certify_con{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}
.mobile_certify_con_mob{
    display: flex;
    width: 85%;
    align-items: center;
}
.mobile_certify_con_num{
    display: flex;
    width: 85%;
    align-items: center;
}
.certify_title{
    width: 15%;
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
}
.mobile_certify_con>input{
    width: 85%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #C1C1C1;
    font-size: 16px;
    padding: 8px 0 8px 10px;
    font-weight: 500;
}
.mobile_certify_con_mob>input{
    width: 30%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #C1C1C1;
    font-size: 16px;
    padding: 8px 0 8px 10px;
    font-weight: 500;
}
.mobile_certify_con_num>input{
    border-radius: 5px;
    background: #fff;
    border: 1px solid #C1C1C1;
    font-size: 16px;
    padding: 8px 0 8px 10px;
    font-weight: 500;
}
.btn_certify, .btn_certify_ok{
    text-align: center;
    width: 30%;
    border-radius: 5px;
    background: #3B5867;
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    font-weight: 500;
    margin-left: 10px;
}
.pb-5{
    padding: 5px;
}
/* 얼굴(재)등록 팝업 */
.modal_face_add{
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
}
.modal_face_add .popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    padding: 30px 40px;
    background: #fff;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.25);
    width: 700px;
}
.modal_face_add .close {
    position: absolute;
    top: 12px;
    right: 15px;
    background: url(../images/ico_close1.svg) 50% 50% no-repeat;
    background-size: 13px auto;
    font-size: 0;
    width: 23px;
    height: 23px;
}
.modal_face_add_t_w{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 23px;
    font-family: 800;
    margin-bottom: 30px;
}
.modal_face_add_t{
    background: url(../images/icon_face.svg) no-repeat;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.modal_face_add_area{
    width: 100%;
    background: url(../images/img_face_login.png) no-repeat;
    height: 500px;
    border: 5px solid #D9D9D9;
    border-radius: 15px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 500px;
}
.btn_area{
    width: 100%;
    text-align: center;
}
.btn_area button{
    margin-right: 10px;
}

.mPopup1 .list1 .counsel_edit_date {
    display: flex;
    color: #0B0B0B;
    font-size: 17px;
    font-weight: 500;
    min-height: 45px;
    padding: 5px 0 0px 50px;
    text-align: start;
}
.mPopup1 .list1 .heal_cap_res {
    display: flex;
    padding: 0px 0 0px 47px !important;
}
.mr-0{
    margin-right: 0px !important;
}
.mPopup1 .list1 .heal_cap_res .bar{
    padding: 5px;
}
.mPopup1 .close{position:absolute;top:27px;right:24px;background:url(../images/ico_close1.svg) 50% 50% no-repeat;background-size:22px auto;text-indent:-9999px;font-size:0;width:27px;height:27px;}
.mPopup1 .mButton1{margin-top:30px;}

.mPopup1.w370 .popup{width:370px;}
.mPopup1.w620 .popup{width:620px;}
.mPopup1.w910 .popup{width:910px;}

.mAlert1.active{display:block;}
.mAlert1{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1100;}
.mAlert1 .close{position:absolute;top:12px;right:15px;background:url(../images/ico_close1.svg) 50% 50% no-repeat;background-size:13px auto;text-indent:-9999px;font-size:0;width:23px;height:23px;}
.mAlert1 .popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);border-radius: 10px;padding:20px 22px;background: #fff;box-shadow:1px 1px 6px 0px rgba(0, 0, 0, 0.25);width: 345px;}
.mAlert1 .mButton1{text-align:right;margin:42px 0 0;}
.mAlert1 .mButton1 .mBtn1{margin:0 0 0 12px;}


.mText1{display:-webkit-flex;display:flex;align-items:center;color:#0B0B0B;font-size:17px;font-weight:500;line-height:31px;}

.iView1,
.iFind1{display:inline-block;background:url(../images/ico_find1.svg) 50% 50% no-repeat #3B5867;background-size:13px auto;border-radius:3px;text-indent:-9999px;margin-left:13px;font-size:0;width:20px;height:20px;}
.iView1{margin-left:0;background:url(../images/ico_view1.svg) 50% 50% no-repeat;background-size:14px auto;}

.jsBtnClick1{cursor:pointer;}

.mBoard1 + .mBoard1{margin-top:20px;}
.mBoard1 table{width:100%;table-layout:fixed;}
.mBoard1 th,
.mBoard1 td{
    color:#000;
    font-size:16px;
    font-weight:400;
    line-height:18px;
    text-align:center;
    padding:12px 0;
    height:35px;
}
.p-18>tr th, .p-18>tr td{
    padding: 18px;
}


@media all and (max-width:1800px){
    .wrap .lnb{width:235px;}
    .gCal1:before{width:299px;}
    .gCal1 .mStat1{margin-left:41px;flex-basis:299px;}
    .counseling_com:before, .mStat1 .list li .bt:before{
        display: none;
    }
}

@media all and (max-width:1640px){
    .wrap .lnb{width:205px;}
    .gCal1 .mStat1{margin-left:31px;}
    .mCal1 tbody td{padding-left:7px;padding-right:0;}
    .mCal1 tbody td .sch{padding-left:22px;}
    .mCal1 tbody td .sch .total{margin-right:5px;}
    .iMore1{right:4px;}
    
}

@media all and (max-width:1500px){
    .mLogin1 .text{
        display: none;
    }
    
}

@media all and (max-width:1180px){
    .mCal1 tbody td .sch{padding-left:0;}
    .mCal1 tbody td .sch .total{margin-left:22px;}

}

@media all and (max-width:1024px){
    body {
        padding: 0 0 0 75px;
    }
    .mLogin1 .cont{
        width: 95%;
        left: 0;
        height: 60%;
    }
    .f_login_area{
        width: 100%;
    }
    .cont .f_login_w{
        min-height: 600px;
    }

}