@charset "utf-8";


/* ################## 레이어창 설정   ################## */

#wrap_layer *{box-sizing: border-box !important;}

/* 암전 처리된 레이어창 */
.layer_dark {z-index: 999;position: fixed;left: 0;width: 100%;height: 100%;overflow:auto;background: rgba(0,0,0,0.4);  top: 0; display: none;min-width: 360px;}
.layer_dark.dark_none {background:none;  }



/* 기본 레이어창 */
.layer_box_guide01 {z-index: 999;background-color: #fff;padding:20px 0 20px 25px; border: 1px solid #4d4d4d; box-shadow: 1px 10px 10px rgba(0,0,0,0.2); border-radius: 20px; margin: auto; position: relative; top: 30%;transform: translateY(-30%) translateY(-.5px); }

.layer_box_guide01.top_fix {top: 80px;transform: translateY(0) translateY(-.5px); }

.layer_box_guide02{ margin-bottom: 20px;padding: 0 5px;}
.layer_box_guide02 h5{display: flex; align-items: center;}
.layer_box_guide02 h5 > strong{ font-size: 17px; font-weight: 600; margin-right: 5px;}

.layer_box_guide02 .btn_close { background: url(../../images/com/icon_close02.png) center no-repeat; border: 0;position: absolute; top:15px; right:15px; width: 26px; height: 26px; text-indent: -9999px;}

/* 레이어 본문 시작 가이드 */
.layer_box_guide03{max-height: 650px; overflow-y: auto; padding-right: 25px; overflow-x: hidden;}
.layer_box_guide03{  overflow-y:overlay; }
.layer_box_guide03::-webkit-scrollbar { width:10px; }
.layer_box_guide03::-webkit-scrollbar-thumb { background-color: hsla(0, 0%, 50%, 0.25); border-radius: 100px;}


.layer_box_guide03 select,
.layer_box_guide03 input{ width: 100%; height: 38px; line-height: 38px; border: 1px solid #d6deeb;font-size: 14px; padding: 0 10px;}

/* 레이어창 사이즈 추가 */
.lw200{ width: 200px;}
.lw300{ width: 300px;}
.lw350{ width: 350px;}
.lw400{ width: 400px;}

.lw500{ width: 500px;}
.lw600{ width: 600px;}
.lw700{ width: 700px;}
.lw800{ width: 800px;}

.lw1000{ width: 1000px;}
.lw1200{ width: 1200px;}


@media all and (max-width :1250px) {
.layer_box_guide01.lw1200{  width: 90% !important;}
}

@media all and (max-width :1050px) {
.layer_box_guide01.lw1000{  width: 90% !important;}

}

@media all and (max-width :850px) {
.layer_box_guide01.lw800{  width: 90% !important;}
}

@media all and (max-width :767px) {
.layer_dark,
.layer_dark_none{padding: 20px 5%; }
.layer_box_guide01 {top: 50%;transform: translateY(-50%) translateY(-.5px);padding:15px 0 15px 15px;border-radius: 15px!important;}
.layer_box_guide01.top_fix {top: 30px; }


.layer_box_guide02{ margin-bottom: 10px; }
.layer_box_guide02 h5 > strong{ font-size: 14px;}
.layer_box_guide02 .btn_close { top:7px; right:10px;}
.layer_box_guide03{padding-right: 15px;max-height: 600px;}

.layer_box_guide01.lw700,
.layer_box_guide01.lw800,
.layer_box_guide01.lw900,
.layer_box_guide01.lw1000,
.layer_box_guide01.lw1200{  width: 100% !important;border-radius: 15px!important;}
}

@media all and (max-width :650px) {
.layer_box_guide01.lw600{  width: 100% !important;}
}
@media all and (max-width :550px) {
.layer_box_guide01.lw500{  width: 100% !important;}
}
@media all and (max-width :450px) {
.layer_box_guide01.lw400{  width: 100% !important;}
}
@media all and (max-width :400px) {
.layer_box_guide01.lw350{  width: 100% !important;}
}



/* 레이어 창안의 큰 버튼 작은버튼 설정*/
.layer_btn_guide{margin: 20px 25px 10px 0; text-align: center; display: flex; justify-content: center;gap:5px;}
.ly_btn_style{font-size:14px; padding:10px 15px; border-radius:4px; min-width: 80px; font-weight: 500;}

@media all and (max-width :767px) {
.layer_btn_guide{margin: 15px 15px 10px 0;gap:5px;}
.ly_btn_style{padding:5px 15px; min-width:60px;font-size:12px;}
}





/* 위치 효과 
.animate-fading{animation:fading 10s infinite}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}

.animate-opacity{animation:opac 0.8s}
@keyframes opac{from{opacity:0} to{opacity:1}}

.animate-top{position:relative;animation:animatetop 0.5s}
@keyframes animatetop{from{top:-30%;opacity:0} to{top:30%;opacity:1}}

*/


/* 레이어 타이틀*/
.layer_tit01{ display: flex; justify-content: space-between; align-items:flex-end; margin:0 5px 10px 5px;}
.layer_tit01 > strong{background: url(../../images/com/tit_02.png) left center no-repeat; background-size: 16px; display: inline-block; padding-left: 22px; font-size: 15px; font-weight: 600; white-space: nowrap;}

.layer_tit02{ display: flex; justify-content: space-between; align-items:flex-end; margin:0 5px 10px 5px;}
.layer_tit02 > strong{background: url(../../images/com/title_icon01.png) left center no-repeat; background-size: 12px; display: inline-block; padding-left: 18px; font-size: 14px; font-weight: 500; white-space: nowrap;}
.layer_tit02 > strong > span{color: #0035d4; font-weight: 600;}



/* 공통메세지 에러 등 */
.layer_box_guide03 .layer_com_txt01{background: url(../../images/com/layer_bicon00.png) center top no-repeat; background-size: 60px; padding-top: 75px; min-height: 120px;text-align: center;line-height: 22px; }/*기본 체크아이콘*/

/* 아이콘 & 이미지*/
.layer_bicon01{background-image: url(../../images/com/layer_bicon01.png)!important; }/*에러 아이콘*/
.layer_bicon02{background-image: url(../../images/com/layer_bicon02.png)!important; }/*문서 체크아이콘*/
@media all and (max-width :767px) {
.layer_box_guide03 .layer_com_txt01{font-size: 13px;background-size: 35px; padding-top: 45px;margin-top: 0;min-height: 70px;line-height: 18px;}
.layer_box_guide03 .layer_com_txt02{ font-size: 12px; margin-top: 10px;}
}



/*레이어 탭*/
.layer_tab01{}
.layer_tab01 ul{display: flex; width: 100%;justify-content: space-between;border-right: 1px solid #dbe1ee;border-bottom: 1px solid #dbe1ee; border-radius: 4px; overflow: hidden; margin-bottom: 20px;}
.layer_tab01 ul li{border-left: 1px solid #dbe1ee;border-top: 1px solid #dbe1ee; width: 100%; display: flex;text-align: center;}

.layer_tab01 ul li a{font-size: 14px; padding: 10px 0;width: 100%; display: flex; justify-content: center; color: #747474; align-items: center;}
.layer_tab01 ul li a:hover,
.layer_tab01 ul li a:focus,
.layer_tab01 ul li a.active{background: #3669ff; font-weight: 600; color: #fff;}
@media all and (max-width :767px) {
.layer_tab01 ul li a{font-size: 12px; padding: 7px 5px; }

}







/* 로그인쪾에 있는 아이디 확인 레이어창 */
.layer_member01{display: inline-flex; gap:7px; flex-wrap: wrap; margin-bottom: 25px;}
.layer_member01 .search_btn01{background:#1a1e54; border-radius: 4px; display: block; padding: 0; overflow: hidden; text-align: center; width: 100%;}
.layer_member01 .search_btn01 i{ background: url("../../images/com/icon_search01.png") left center no-repeat; color:#fff; line-height: 40px; height: 40px;background-size: 13px; display: inline-block; padding-left: 18px;}
.layer_member02{font-size: 14px; justify-content: space-between; display: flex; margin-bottom: 20px; align-items: center;}
.layer_member02 a{ text-align: center; line-height: 36px; height: 36px; border-radius: 50px; padding: 0 20px; font-weight: 600;background: #1779ff; color: #fff; font-size: 13px;}

.layer_member03{text-align: center; background: #f5f9ff; border-radius: 20px; padding: 30px; font-size: 15px; font-weight: 500;}
.layer_member03 strong{color: #ff0000; font-weight: 600;font-size: 17px; margin: 10px 0 15px 0; display: block;}
.layer_member03 a{text-align: center; line-height: 40px; height: 40px; border-radius: 4px; padding: 0 20px; font-weight: 600;background: #1779ff; color: #fff; font-size: 13px;}


.layer_member04{font-weight: 500; background: url("../../images/com/layer_bicon01.png") center top no-repeat; padding-top: 70px; background-size: 60px; text-align: center;font-size: 15px;}





