@charset "utf-8";
/**************************************************

	Global.css ( ver 1.0.3 )

**************************************************/
/**************************************************
	Public
**************************************************/
html{min-width: 1300px;overflow-x: hidden;}

/* Table */
.table1{ width: 100%; }
.table1 tr > *{padding: 10px;border: 1px solid #ddd;}
.table1 thead th{background: #f7f7f7;}
.table1 tbody th{background: #f7f7f7;}
.table1 tbody td{  }
.table1 .w100p{width: 100%;}
.table1 .w50p{width: 500px;}
.table1 .w33p{width: 180px;}
.table1 input[type=text],
.table1 input[type=password],
.table1 input[type=search],
.table1 input[type=email],
.table1 input[type=url],
.table1 input[type=number]{outline: none;height: 40px;line-height: 40px;margin: 2px 0;padding: 0 15px;background: #f9f9f9;border: 1px solid #ddd;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;cursor: pointer;vertical-align: middle;font-size: 15px;}
.table1 select{height: 40px;line-height: 40px;margin: 2px 0;padding: 0 0 0 10px;background: #ffffff;border: 1px solid #ccc;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;cursor: pointer;font-size: 15px;}
.table1 textarea{outline: none;width: 100%;height: 300px;font-size: 14px;line-height: 18px;margin: 2px 0;padding: 15px;background: #f9f9f9;border: 1px solid #ddd;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;cursor: pointer;font-size: 15px;}
.table1 label{font-size: 15px;letter-spacing: -1px;}
.table1 em.tbl_sment{display: block;margin: 5px 0;font-size: 14px;color: #999;font-style: normal;letter-spacing: -1px;}
.table1 .many-inputs .hipen{font-style: normal;display: inline-block;vertical-align: middle;width: 30px;display: inline-block;vertical-align: baseline;text-align: center;font-size: 13px;color: #999;}
.table1 .many-inputs > *{vertical-align: middle;}
.table1.borderAll tr > *{border: 1px solid #ddd;}
.table1.borderNo {border: none;}
.table1.borderNo tr > *{border: none;background: none;text-align: left;padding: 10px 0;font-size: 14px;line-height: 22px;letter-spacing: -1px;}
.table1.borderNo tr > th {color: #222;}

/* Tab */
.tab1{ margin-bottom: 40px; }
.tab1 > li{display: inline-block;background: #f7f7f7;}
.tab1 > li a{display: block;height: 40px;line-height: 40px;text-align: center;padding: 0 40px;border: 1px solid #f7f7f7;}
.tab1 > li.active a{background: #fff;color: #000;border-color: #333;}

/* Button */
.btnWrap{ margin-top: 30px; }
.btnWrap > *{margin: 0 2px;}
.btn1{ display: inline-block;background: #333;border: 1px solid #333;color: #fff !important;height: 35px;line-height: 33px;padding: 0 20px;font-size: 14px;box-sizing: border-box;text-decoration: none !important; }
.btn2{ display: inline-block;background: #fff;border: 1px solid #ddd;color: #000 !important;height: 35px;line-height: 33px;padding: 0 20px;font-size: 14px;box-sizing: border-box;text-decoration: none !important; }
.btn3{ display: inline-block;background: var(--color);border: 1px solid var(--color);color: #fff !important;height: 35px;line-height: 33px;padding: 0 20px;font-size: 14px;box-sizing: border-box;text-decoration: none !important; }
.btn4{ display: inline-block;background: #fff;border: 1px solid var(--color);color: var(--color) !important;height: 35px;line-height: 33px;padding: 0 20px;font-size: 14px;box-sizing: border-box;text-decoration: none !important; }
.btn1.small,
.btn2.small,
.btn3.small,
.btn4.small{ height: 30px;line-height: 28px;padding: 0 10px;font-size: 12px; }
.btn1.big,
.btn2.big,
.btn3.big,
.btn4.big{ min-width: 165px;text-align: center;height: 45px;line-height: 43px;font-size: 15px;border-radius: 3px; }
.btnWrap.col {display: flex;justify-content: center;align-items: center;flex-direction: column;}
.btnWrap.col > * {width: 664px;height: 62px;line-height: 60px;text-align: center;border-radius: 5px;font-size: 20px;font-weight: 700;}
.btnWrap.col > *:not(:first-child) {margin-top: 10px;}

/* Etc */
.ip-info {margin: 5px 0;border: 1px solid #ddd;background: #f7f7f7;padding: 12px 15px;font-size: 12px;color: #111;letter-spacing: -0.05em;line-height: 1.4em;font-weight: 600;text-align: left;}
.ip-info .small {display: block;font-size: 9px;color: red;font-weight: 600;line-height: 15px;}

/**************************
	Site Layer Popup
**************************/
.sp-pop{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.15);border-radius: 3px;overflow: hidden;}
.sp-pop:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);}
.sp-pop .img{position: relative;min-height: 100px;}
.sp-pop .img img{max-width:100%;}
.sp-pop .btns{position: absolute;bottom: 0;left: 0;width: 100%;white-space: nowrap;background: #f7f7f7;}
.sp-pop .btns li{position: relative;display: inline-block;vertical-align: top;width: 50%;}
.sp-pop .btns li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);border-width: 1px 1px 1px 0;}
.sp-pop .btns li:first-child:before{border-left-width: 1px;}
.sp-pop .btns li a,
.sp-pop .btns li label{position: relative;display: block;text-align: center;line-height: 32px;text-align: center;font-size: 11px;color: #666;letter-spacing: -1px;z-index: 3;text-decoration: none;font-family: dotum;}
.sp-pop .btns li label input{display: none;}
.sp-pop .btns.len3 li{width: 33.33%;}

/**************************
	Paging
**************************/
.paging{text-align: center;margin-top: 30px;font-family: empty;font-size: 0;}
.paging a{display: inline-block;vertical-align: top;margin: 2px;position: relative;width: 35px;height: 35px;line-height: 35px;text-align: center;background: #fff;border: 1px solid #ddd;color: #999999;font-size: 12px;text-decoration: none;box-sizing: border-box;font-family: tahoma, arial, axicon;}
/* .paging a:first-child{border-radius: 5px 0 0 5px !important;} */
.paging a:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;line-height: 35px;text-align: center;font-size: 15px;text-indent: 0;}
/* .paging a:last-child{border-radius: 0 5px 5px 0 !important;} */
.paging a.active{border-color: #333333; background: #333333;color: #fff;font-weight: 600;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: none;font-size: 15px;color: #666666;text-indent: -999em;}
.paging a.first:after{content: '\f100';text-indent: 0;}
.paging a.prev:after{content: '\f104';}
.paging a.next:after{content: '\f105';}
.paging a.last:after{content: '\f101';}

/**************************************************
	Layout
**************************************************/

.hdTop {position: absolute; top: 0; left: 0; width: 100%; height: 50px; border-bottom: 1px solid #ddd; transition: all .2s ease; z-index: 90; background: #fff}

#header{position: absolute; top: 0; left: 0; width: 100%;z-index: 90;background: #fff;box-shadow: 0 3px 3px rgba(0,0,0,0.1); transition: all .2s ease}
#header .inner{position: relative;height: 90px}
#header .logo{position: absolute;top: 0;left: 80px;height: 100%;line-height: 90px;}

.fp-viewing-Visual .hdTop {height: 50px}
.fp-viewing-Visual #header {top: 51px}



#gnb{position: absolute;top: 0;left: 220px;right: 295px; z-index: 2;text-align: center;display: flex;justify-content: space-around;align-items: center;}
#gnb > li{position: relative;}
#gnb > li > a{padding: 0 10px;height: 90px;font-size: 16px;line-height: 1.3em;color: #333333;text-decoration: none;display: flex;justify-content: center;align-items: center;text-align: center;flex-direction: column;}
/* #gnb > li.lne > a {padding: 21px 18px; line-height: 24px}
#gnb > li.lne > a span {display: block;} */
#gnb > li > a:after{display:block;content:'';width:0;height: 3px;position: absolute;bottom:0;left:50%;background: #3a5eaa;transition:all 0.25s;}
#gnb > li:hover > a:after,
#gnb > li.active > a:after{width: 100%;left:0;}
#gnb > li.point > a {height: auto;padding: 5px 12px;line-height: 20px;border: 2px solid #3a5eaa;border-radius: 32px;font-weight: 500;color: #3a5eaa;}
#gnb > li.point > a:after {display: none !important;}
#gnb > li > ul{position: absolute;top: 90px;left: 50%;width: 210px;margin-left: -105px;padding: 15px 10px;border: 1px solid #ddd;background: #fff;box-sizing: border-box;visibility: hidden;opacity: 0;transition: all 0.2s;}
#gnb > li > ul li a{display: block;font-size: 14px;color: #000;line-height: 28px;text-align: center; letter-spacing: -1px}
#gnb > li > ul li.active a{font-weight: bold;}
#gnb > li:hover > ul{visibility: visible;opacity: 1;}
#gnb > li.hidden-gnb{display: none;}
#gnb > li > ul > li > ul {display: none}
#gnb > li.li_ai > a {gap: 8px;flex-direction: row;}
#gnb > li.li_ai > a:before {display: block;content: '';width: 20px;height: 20px;background: url('../images/main/icon-ai.png') no-repeat center center;background-size: contain;}
#gnb > li.li_ai > .bb {position: absolute;bottom: 100%;left: 50%;transform: translate(-50%, 25px);font-size: 10px;color: #fff;line-height: 12px;min-width: 90px;height: 33px;border-radius: 33px;text-align: center;align-content: center;background: var(--color);box-sizing: border-box;padding-bottom: 3px;}
#gnb > li.li_ai > .bb:after {position: absolute;top: 100%;left: 50%;transform: translate(-50%, 0%);display: block;content: '';width: 0;height: 0;border: 4px solid transparent;border-top: 6px solid var(--color);}

#drdw{position: absolute;top: 90px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;border-bottom: 3px solid #3a5eaa;z-index: 91;display: none;}
#drdw .inner{position: relative;width: 1400px;margin: 0 auto;border-right: 1px solid #e8e8e8;}
#drdw .inner > li{display: inline-block;padding: 25px 0;vertical-align: top;}
#drdw .inner > li:before{content: '';display: block;position: absolute;top: 0;height: 100%;width: 1px;background: #e8e8e8;}
#drdw .inner > li:first-child{border-left-width: 1px;}
#drdw .inner > li > a{display: block;margin-bottom: 15px;font-size: 16px; letter-spacing: -1px; color: #3a5eaa;text-align: center;font-weight: bold;}
#drdw .inner > li > a span {display: block; font-weight: normal}
#drdw .inner > li ul li a{display: block;font-size: 14px;line-height: 25px;color: #555555;text-align: center; letter-spacing: -0.75px}
#drdw .inner > li ul li.active a{font-weight: bold;}
#drdw .inner > li > ul > li > ul {display: none}
#drdw .inner > li.hidden-gnb{display: none;}

.sub #drdw,
.fp-viewing-Visual #drdw {top: 140px}


#tnb{position: absolute;top: 10px;right: 80px}
#tnb > li{display: inline-block;margin-left: 25px;box-sizing: border-box}
#tnb > li.login {padding: 0 18px; background: #3a5eaa; border-radius: 25px}
#tnb > li a{font-size: 14px;color: #666; line-height: 30px; text-decoration: none; padding-left: 20px}
#tnb > li.login a {color: #fff; padding-left: 18px; background: url('../images/layout/hd_login_ico.png') no-repeat left center}
#tnb > li.join a {background: url('../images/layout/hd_join_ico.png') no-repeat left center}
#tnb > li.cs a {background: url('../images/layout/hd_cs_ico.png') no-repeat left center}
#tnb > li.adBtn{padding: 0 15px;margin-left: 5px; background: #3a5eaa; border-radius: 25px}
#tnb > li.adBtn a{padding-left:0;color:#fff}

#newsRoll {position: absolute; top: 50%; left: 80px; transform: translateY(-50%)}
#newsRoll > * {display: inline-block; vertical-align: middle}
#newsRoll strong {position: absolute; top: 0; left: 0; font-weight: 500; font-size: 15px; color: #3a5eaa}
#newsRoll .roll {position: relative; width: 360px; padding: 0 60px; box-sizing: border-box}
#newsRoll .roll .slick-arrow {position: absolute; top: 50%; transform: translateY(-50%); width: 18px; height: 14px; border: 0; text-indent: -9999em}
#newsRoll .roll .slick-prev {right: 18px; background: url('../images/layout/hd_news_prev.png') no-repeat left center}
#newsRoll .roll .slick-next {right: 0; background: url('../images/layout/hd_news_next.png') no-repeat right center}
#newsRoll .roll .item {display: block}
#newsRoll .roll .item p {font-size: 14px; color: #555; letter-spacing: -0.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}

.dateInfo {position: absolute; top: 50%; right: 930px; transform: translateY(-50%);right: 1050px;}
.dateInfo a {position: relative; display: block; padding-left: 135px; font-size: 14px; line-height: 30px; color: #555; letter-spacing: -0.5px; text-decoration: none}
.dateInfo a span {position: absolute; top: 0; left: 0; padding: 0 15px; font-size: inherit; line-height: inherit; color: #fff; letter-spacing: -0.5px; background-color: #3a5eaa; border-radius: 15px}

#hd-lan{position: absolute;top: 40px;right: 110px;z-index: 92;}
#hd-lan > a{display: block;line-height: 40px;padding: 0 22px 0 28px;font-size: 14px;color: #2e3144;text-decoration: none;text-transform: uppercase;background: url('/images/layout/hd-lan-ico.png') no-repeat 0 center, url('/images/layout/hd-lan-spr.png') no-repeat right center;}
#hd-lan > ul{position: absolute;top: 40px;left: 50%;display: none;width: 80px;margin-left: -40px;padding: 10px 0;border: 1px solid #b8b8b8;background: #fff;}
#hd-lan > ul:before{position: absolute;top: -7px;left: 50%;content: '';display: block;width: 6px;height: 7px;margin-left: -3px;background: url('/images/layout/hd-lanbox-spr.png');}
#hd-lan > ul li a{display: block;font-size: 14px;line-height: 26px;color: #666666;text-decoration: none;text-align: center;text-transform: uppercase;}
#hd-lan:hover > ul{display: block;}

#hd-sch{position: absolute;top: 50%;right: 130px;transform: translateY(-50%);z-index: 91}
#hd-sch .btn{display: block;width: 21px;height: 21px;background: url('/images/layout/hd_srch_ico.png');text-indent: -999em;border: none;}
#hd-sch form{position: absolute;display: none;top: 30px;right: 0;width: 200px;padding-right: 45px;border: 1px solid #333;border-radius: 5px;overflow: hidden;background: #fff;}
#hd-sch legend{display: none;}
#hd-sch .inp{width: 100%;height: 43px;line-height: 43px;text-indent: 10px;background: none;border: none;}
#hd-sch .sbm{position: absolute;top: 0;right: 0;width: 45px;height: 45px;background: #333 url('/images/layout/hd-sch-btn2.png') no-repeat center center;border: none;text-indent: -999em;}
#hd-sch.on form{display: block;}

#google_translate_element {position: absolute; top: 50%; right: 175px; transform: translateY(-50%)}

#mainBottom {height: 231px !important;}
#mainBottom .fp-tableCell {height: 100% !important}
#footer{background: #151515;}
#footer .fnbWrap{}
#footer .fnbWrap .inner{position: relative;width: 1300px;margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,0.2)}
#footer .ftWrap{position: relative;width: 1300px;margin: 0 auto;padding: 41px 0;}
#footer .ftLogo {position: absolute; top: 45px; left: 0}
#footer .ftWrap.pb0 {margin-bottom: -15px;}
#footer .ftWrap.pb0 .ftLogo {top: 57px;}
#footer address{font-size: 13px;line-height: 26px;color: #999999;font-style: normal; padding-left: 285px}
#footer address a {font-size: inherit; line-height: inherit; color: inherit}
#footer address hr{width: 10px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;margin-top: 10px;font-size: 13px;color: #dddddd;}

#sns-ico{margin-top: 20px;}
#sns-ico li{display: inline-block;margin-right: 5px;}

#gotop{position: absolute;top: 15px;right: 0;display: block;background: url('/images/layout/gotop.png') no-repeat center center;width: 40px;height: 40px;text-indent: -999em;}

#fnb > li{display: inline-block;padding: 0 15px;}
#fnb > li:first-child{padding-left: 0;background: none;}
#fnb > li a{font-size: 14px;color: #b3b3b3;letter-spacing: -1px;line-height: 70px;}

#ft-fam{position: absolute;top: 35px;right: 0;width: 230px;height: 40px;}
#ft-fam > a{display: block;line-height: 40px;padding: 0 15px;border: 1px solid #444444;font-size: 15px;color: #aaaaaa;text-decoration: none;background: url('/images/layout/ft-family-spr.png') no-repeat 92% center;}
#ft-fam ul{position: absolute;bottom: 40px;left: 0;display: none;width: 100%;padding: 5px 15px;background: #444444;box-sizing: border-box;}
#ft-fam ul li{border-top: 1px solid #575757;}
#ft-fam ul li:first-child{border-top: none;}
#ft-fam ul li a{display: block;line-height: 35px;color: #f7f7f7;text-align: center;}
#ft-fam:hover ul{display: block;}

#slide-btn{text-indent: -999em;width: 26px;height: 23px;position: absolute;top: 50%;right: 80px; transform: translateY(-50%)}
#slide-btn button{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: none;cursor: pointer;outline: none;}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after{border-radius: 2px;overflow: hidden;position: absolute;left: 0;width: 100%;height: 3px;background: #282828;}
#slide-btn button span{display: block;top: 50%;margin-top: -2px;opacity: 1;transition: all 0.3s;}
#slide-btn button:before{content: '';display: block;top: 0;transition: all 0.3s;}
#slide-btn button:after{content: '';display: block;bottom: 0;transition: all 0.3s;}
#slide-btn button.on span{opacity: 0;}
#slide-btn button.on:before{top: 50%;margin-top: -1px;transform: rotate(45deg);}
#slide-btn button.on:after{bottom: 50%;margin-bottom: -1px;transform: rotate(-45deg);}

#slide-bg{display: none;}

#slide-menu{display: none;}


#slideMenu {position: fixed; top: 50%; right: 30px; transform: translateY(-50%); z-index: 90}
#slideMenu li {padding: 8px 0; text-align: right}
#slideMenu li a {display: block; padding-right: 35px; font-size: 14px; color: #cccccc; line-height: 24px; background: url('../images/layout/slideMenu_ico_def.png') no-repeat right center}
#slideMenu li a.active {color: #3b81e1; background: url('../images/layout/slideMenu_ico_act.png') no-repeat right center}

.inqWrap2 {display: none;position: absolute; top: 50%; left: 40px; transform: translateY(-50%); z-index: 91}
.inqWrap2 > div > a > img {border-radius: 50%; box-shadow: -1px 2px 3px 4px rgba(0,0,0,0.1)}
#mainInq {border-radius: 50%}
#quickBtn1 {margin-top: 15px}
#quickBtn2 {margin-top: 15px}
#quickBtn3 {margin-top: 15px}

#mainInq .layerPop {position: absolute; top: 0; left: 0; width: 350px; padding-right: 45px; box-sizing: border-box; opacity: 0; visibility: hidden}
#mainInq .layerPop.on {opacity: 1; visibility: visible}
#mainInq .layerPop .close {position: absolute; top: 0; right: 0}
#mainInq .layerPop .wrap {background: #fff; padding: 30px 20px; border-radius: 8px; border: 1px solid #ddd; box-sizing: border-box; box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05)}
#mainInq .layerPop .wrap legend {text-align: center; font-weight: 700; font-size: 22px; line-height: 30px; color: #333; letter-spacing: -0.5px}
#mainInq .layerPop .wrap ul {padding: 15px 0; margin: -3px}
#mainInq .layerPop .wrap ul li {display: inline-block; vertical-align: top; width: calc(50% - 6px); margin: 3px}
#mainInq .layerPop .wrap ul li:last-child {width: calc(100% - 6px)}
#mainInq .layerPop .wrap ul li .inp {width: 100%; height: 37px; line-height: 37px; border: 1px solid #ddd; border-radius: 5px; padding: 0 15px; box-sizing: border-box; font-size: 13px; color: #777777}
#mainInq .layerPop .wrap ul li textarea {width: 100%; height: 66px; padding: 10px; border-radius: 5px; font-size: 13px; line-height: 20px; color: #777; letter-spacing: -0.5px; border: 1px solid #ddd}
#mainInq .layerPop .wrap button {width: 100%; height: 45px; line-height: 45px; border: 0; border-radius: 3px; background: var(--color); font-size: 16px; color: #fff; letter-spacing: -0.5px}

/* QR box */
.inqWrap2 {top: 55%}
#QrBox {margin-top: 30px}
#QrBox img {width: 220px}
#mo-QrBox {display: none;}

.mo-scrollDown {display: none}


/**************************************************
	Ajax Popup
**************************************************/
#popup{position: fixed;top: 50%;left: 50%;width: 600px;height: 500px;margin-top: -250px;margin-left: -300px;padding-top: 46px;z-index: 301;background: #fff;border-radius: 5px;overflow: hidden;box-sizing: border-box;opacity: 0;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#popup .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 45px;background: #f7f7f7;padding: 0 15px;border-bottom: 1px solid #ddd;box-sizing: border-box;}
#popup .pop-tit h3{font-size: 15px;color: #000;font-weight: 500;line-height: 45px;}
#popup .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 44px;height: 44px;line-height: 44px;text-align: center;font-size: 16px;color: #666;background: #eee;border-left: 1px solid #ddd;}
#popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
#popup.on{opacity: 1;}
#popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
#popupBG.on{opacity: 1;}

/* sitemap */
#popup .sitemap{ text-align: center; }
#popup .sitemap > li{display: inline-block;width: 32%;vertical-align: top;margin-bottom: 10px;}
#popup .sitemap > li > a{display: block;text-align: center;font-size: 14px;letter-spacing: -1px;background: #f7f7f7;font-weight: 500;line-height: 40px;border-radius: 3px;}
#popup .sitemap > li ul li{border-top: 1px solid #f7f7f7;text-align: left;}
#popup .sitemap > li ul li:first-child{border-top: none;}
#popup .sitemap > li ul li a{display: block;font-size: 13px;color: #333;line-height: 18px;padding: 10px 0;text-align: center; letter-spacing: -1px}
#popup .sitemap > li > ul > li > ul {display: none}

#popup .table1.borderNo tr > * {padding: 4px 0;}
#popup .table1.borderNo tr > th {font-weight: 700;}
#popup .table1 .w33p{width: 90px;}

.pop_notice{margin-bottom: 15px;}
.pop_notice li{position: relative;padding-left: 10px;font-size: 14px;letter-spacing: -1px;margin: 5px 0;}
.pop_notice li:before{content: '';display: block;position: absolute;top: 7px;left: 0;width: 4px;height: 2px;background: #ccc;}

.inp_sment{display: block;font-size: 13px;letter-spacing: -1px;color: #999;margin-top: 5px;}

/**************************************************
	Main
**************************************************/
#main #mainWrap{position: relative;width: 1200px;margin: 50px auto;}

#main .visual {position: relative; background: #444;background: url('../images/main/visual1.jpg') no-repeat center center;background-size: cover;}
#main .visual .text {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 760px; height: auto; z-index: 10;margin-top: 70px;}
#main .visual .text h6 {font-weight: 700; font-size: 50px; line-height: 66px; color: #fff; letter-spacing: -0.5px; text-align: center}
#main .visual .text h6 p {font-weight: normal; font-size: 19px; line-height: 26px; color: #eee; letter-spacing: inherit; margin-top: 20px}
#main .visual .text h3 {font-weight: 700; font-size: 50px; line-height: 66px; color: #222; letter-spacing: -0.5px; text-align: center}
#main .visual .text h3 strong {font-weight: inherit; font-size: inherit; line-height: inherit;color: #3b81e1;letter-spacing: inherit;}
#main .visual .srch {margin-top: 35px;}
#main .visual .srch.mw500p {max-width: 500px;margin-left: auto;margin-right: auto;}
#main .visual .srch form fieldset {width: 100%; padding: 0 30px; border: 4px solid #3b81e1; box-sizing: border-box; border-radius: 35px; background: #fff; box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05)}
#main .visual .srch form fieldset:after {content: ''; display: block; clear: both}
#main .visual .srch form fieldset > * {float: left}
#main .visual .srch form fieldset .inp {width: calc(100% - 45px); padding: 0 15px; height: 55px; line-height: 55px; border: 0; font-size: 17px; color: #777; letter-spacing: -0.5px; box-sizing: border-box}
#main .visual .srch form fieldset .inp::placeholder {color: #777}
#main .visual .srch form fieldset button {width: 45px; height: 55px; border: 0; background: #fff; background: url('../images/main/main_srch_ico.png') no-repeat center; text-indent: -9999em}
#main .visual .srch form ul {margin-top: 25px; text-align: center}
#main .visual .srch form ul li {display: inline-block; vertical-align: top; margin: 3px}
#main .visual .srch form ul li a {display: block; padding: 10px 18px; font-size: 13px; line-height: 16px; color: #fff; letter-spacing: -0.5px; background: rgba(0,0,0,0.5); border-radius: 20px}
#main .visual .scrollDown {position: absolute; bottom: 40px; left: 0; width: 100%; text-align: center; z-index: 10; animation: bounce 1s infinite}
@keyframes bounce {
    0% {bottom: 40px}
    50% {bottom: 50px}
    100% {bottom: 40px}
}

#main .visual .video {padding: 0; width: 100vw; height: 100vh; overflow: hidden; position: relative; z-index: 2}
#main .visual .video video { z-index: -1; width: 100vw; position: absolute}
@media screen and (max-aspect-ratio: 1219/685) {
    #main .visual .video video {width: auto; height: 100vh}
}
#main .visual .btn_boxs {margin-top: 50px;position: relative;left: 50%;margin-left: -650px;width: 1320px;display: flex;align-items: center;flex-wrap: wrap;}
#main .visual .btn_boxs > li {margin: 10px;width: calc(25% - 20px);height: 150px;position: relative;border-radius: 10px;background: #fff;padding: 20px 30px;box-sizing: border-box;overflow: hidden;display: flex;flex-direction: column;justify-content: center;}
#main .visual .btn_boxs > li .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 11;}
#main .visual .btn_boxs > li strong {padding-left: 12px;position: relative;font-size: 22px;color: #222;font-weight: 700;line-height: 1.2em;}
#main .visual .btn_boxs > li strong:after {display: block;content: '';position: absolute;top: 50%;left: 0;width: 3px;height: 18px;border-radius: 2px;background: var(--color-sky);margin-top: -9px;}
#main .visual .btn_boxs > li p {margin-top: 13px;}
#main .visual .btn_boxs > li:hover {background: linear-gradient(-45deg, #3cc9e6 20%, #3d65ba 80%);}
#main .visual .btn_boxs > li:hover strong {color: #fff;}
#main .visual .btn_boxs > li:hover p {color: #fff;}
#main .visual .btn_list {display: flex;flex-wrap: wrap;margin-top: 50px;width: 1340px;position: relative;left: 50%;transform: translateX(-50%);}
#main .visual .btn_list > li {width: calc(100%/4 - 20px);box-sizing: border-box;margin: 0 10px;position: relative;display: flex;align-items: center;padding: 30px 0;border-top: 1px solid #ddd;}
#main .visual .btn_list > li:nth-child(1),
#main .visual .btn_list > li:nth-child(2),
#main .visual .btn_list > li:nth-child(3),
#main .visual .btn_list > li:nth-child(4) {border-top: 0px;padding-top: 0;}
#main .visual .btn_list > li > .link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 11;}
#main .visual .btn_list > li > img {margin-right: 15px;width: 70px;}
#main .visual .btn_list > li .inf > * {display: block;}
#main .visual .btn_list > li .inf > strong {font-size: 17px;color: #222;font-weight: 700;line-height: 1.4;}
#main .visual .btn_list > li .inf > p {margin-top: 7px;font-size: 13px;line-height: 1.4;letter-spacing: -1px;}

#main .content .fp-tableCell {display: flex; flex-flow: row wrap; justify-content: center; align-items: center}
#main .content .fp-tableCell .inner {width: 1300px}

#main .content .tit {padding-bottom: 55px}
#main .content .tit > * {text-align: center}
#main .content .tit h5 {font-weight: 700; font-size: 42px; line-height: 50px; letter-spacing: -0.5px}
#main .content .tit p {font-size: 18px; line-height: 30px; letter-spacing: -1px; margin-top: 15px}
#main .content .tit.wt h5 {color: #fff}
#main .content .tit.wt p {color: #eee}
#main .content .tit.bl h5 {color: #333}
#main .content .tit.bl p {color: #555}

#mainSection01 {background: url('../images/main/main_sec01_bg.jpg') no-repeat center / cover}
#mainSection01 .wrap {display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; margin: -10px}
#mainSection01 .wrap > * {flex: 1 30%; margin: 10px; max-width: 420px}
#mainSection01 .wrap .left {}
#mainSection01 .wrap .bann {position: relative; border-radius: 8px; background: #fff; padding: 40px; box-sizing: border-box}
#mainSection01 .wrap .right {}
#mainSection01 .wrap .bann h6 {font-weight: 700; font-size: 24px; line-height: 28px; color: #333}
#mainSection01 .wrap dl {}
#mainSection01 .wrap dl > * {position: relative; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; width: 100%; height: 215px; border-radius: 8px; padding: 0 40px; box-sizing: border-box; box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05); background-size: cover; background-position: center; background-repeat: no-repeat}
#mainSection01 .wrap dl > *:before {content: ''; position: absolute; top: 15px; left: 15px; width: calc(100% - 30px); height: calc(100% - 30px); border: 2px solid rgba(255,255,255,0.6); box-sizing: border-box}
#mainSection01 .wrap dl dt {}
/* #mainSection01 .wrap .left dt a {background: url('../images/main/main_sec01_ico01.png') no-repeat 90% center}
#mainSection01 .wrap .left dd a {background: url('../images/main/main_sec01_ico02.png') no-repeat 16% center}
#mainSection01 .wrap .right dt a {background: url('../images/main/main_sec01_ico03.png') no-repeat 88% center}
#mainSection01 .wrap .right dd a {background: url('../images/main/main_sec01_ico04.png') no-repeat 14% center} */
#mainSection01 .wrap dl dd {margin-top: 20px}
#mainSection01 .wrap dl a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3}
#mainSection01 .wrap dl h6 {display: block; text-align: center; color: #fff; font-weight: 700; font-size: 25px; line-height: 34px; letter-spacing: -0.5px;  /*background: url('../images/main/main_sec01_arrow_wt.png') no-repeat left bottom*/}
/*#mainSection01 .wrap .left dt h6 {color: #333; background: url('../images/main/main_sec01_arrow_bl.png') no-repeat left bottom*/}
#mainSection01 .wrap dd h6 {}
#mainSection01 .wrap dl dd h6 {}
#mainSection01 .wrap dl p {font-weight: normal; font-size: 15px; line-height: 26px; color: #eee; letter-spacing: inherit; margin-top: 15px}
#mainSection01 .wrap .left dt p {color: #666}
#mainSection01 .wrap .roll {position: relative; margin-top: 20px}
#mainSection01 .wrap .roll .slick-arrow {position: absolute; top: -40px; width: 22px; height: 16px; border: 0; text-indent: -9999em}
#mainSection01 .wrap .roll .slick-prev {right: 23px; border-right: 1px solid #ddd; background: url('../images/main/main_sec_prev_arrow.png') no-repeat left center}
#mainSection01 .wrap .roll .slick-next {right: 0; background: url('../images/main/main_sec_next_arrow.png') no-repeat right center}
#mainSection01 .wrap .roll .slick-dots {position: absolute; top: -37px; right: 60px; height: 10px}
#mainSection01 .wrap .roll .slick-dots li {display: inline-block; vertical-align: middle; padding: 0 3px}
#mainSection01 .wrap .roll .slick-dots li button {width: 10px; height: 10px; border-radius: 50%; border: 0; text-indent: -9999em; background: #d1d1d1}
#mainSection01 .wrap .roll .slick-dots li.slick-active button {background: var(--color)}
#mainSection01 .wrap .roll .item {position: relative}
#mainSection01 .wrap .roll .item a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3}
#mainSection01 .wrap .roll .item .thumb {padding-bottom: 95%; background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 8px}

#mainSection02 {background: url('../images/main/main_sec02_bg.jpg') no-repeat center / cover}
#mainSection02 dl {display: flex;justify-content: space-between;gap: 50px;}
#mainSection02 dl .title {position: relative; padding: 15px 0; border-bottom: 1px solid #ddd}
#mainSection02 dl .title h6 {font-size: 26px; line-height: 36px; color: #333}
#mainSection02 dl .title a {position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 16px; height: 16px; background: url('../images/main/main_sec02_more_ico.png') no-repeat center / contain; text-indent: -9999em}
#mainSection02 dl .title .cate {display: flex;align-items: center;}
#mainSection02 dl .title .cate button {font-size: 26px; line-height: 36px;color: #aaa;border: none;background: none;padding: 0;font-weight: 700;}
#mainSection02 dl .title .cate button.on,
#mainSection02 dl .title .cate button:hover {color: var(--color);color: #333;}
#mainSection02 dl .title .cate hr {width: 1px;padding: 0;height: 20px;background: #ddd;margin: 0 20px;border: none;}
#mainSection02 dl dt {width: calc(50% - 185px);}
#mainSection02 dl dt.news ul li.first {display: flex; flex-flow: row wrap; align-items: center; border-bottom: 1px solid #ddd; padding: 20px 0; margin-bottom: 10px}
#mainSection02 dl dt.news ul li.first span {flex-basis: 85px; flex-shrink: 0; border: 5px solid #eee; box-sizing: border-box; text-align: center; font-size: 14px; line-height: 20px; color: #333; padding: 7px 0; background: #fff}
#mainSection02 dl dt.news ul li.first span b {display: block; font-weight: 700; font-size: 30px; line-height: 36px; color: var(--color); margin-bottom: 5px}
#mainSection02 dl dt.news ul li.first a {flex: 1; padding: 0 25px; text-decoration: none; overflow: hidden}
#mainSection02 dl dt.news ul li.first a h6 {font-weight: 500; font-size: 20px; line-height: 28px; color: #333; letter-spacing: -1px; padding: 0}
#mainSection02 dl dt.news ul li.first a h6:before {display: none}
#mainSection02 dl dt.news ul li.first a h6 strong {display: inline-block; vertical-align: text-bottom; margin-right: 5px; font-weight: 500; font-size: 16px; color: var(--color); letter-spacing: -0.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
#mainSection02 dl dt.news ul li.first a p {font-size: 15px; line-height: 24px; color: #777; letter-spacing: -0.5px; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
#mainSection02 dl dt.news ul li.new h6:after {content: ''; display: inline-block; vertical-align: inherit; width: 16px; height: 16px; background: url('../images/layout/brd_new_ico.png'); margin-left: 10px}
#mainSection02 dl dt.news ul li {padding: 5px 0}
#mainSection02 dl dt.news ul li a {position: relative; display: block; padding-left: 35px; padding-right: 100px}
#mainSection02 dl dt.news ul li a > strong {position: absolute; top: 2px; left: 0; font-weight: 500; font-size: 16px; color: var(--color)}
#mainSection02 dl dt.news ul li a > h6 {position: relative; font-weight: normal; font-size: 15px; line-height: 30px; color: #666; letter-spacing: -0.5px; padding-left: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
#mainSection02 dl dt.news ul li a > h6:before {content: ''; position: absolute; top: 12px; left: 0; width: 4px; height: 4px; background: #bbb; border-radius: 50%}
#mainSection02 dl dt.news ul li a > span {position: absolute; top: 0; right: 0; font-size: 14px; line-height: 30px; color: #888}
#mainSection02 dl dt.file ul li {padding: 18px 0; border-bottom: 1px solid #ddd}
#mainSection02 dl dt.file ul li a {position: relative; display: block; padding-left: 135px; box-sizing: border-box; overflow: hidden}
#mainSection02 dl dt.file ul li a > * {line-height: 24px}
#mainSection02 dl dt.file ul li a strong {position: absolute; top: 0; left: 0; width: 125px;height: 24px; background: var(--color); border-radius: 12px; font-weight: normal; font-size: 12px; color: #fff; letter-spacing: -0.5px; text-align: center}
#mainSection02 dl dt.file ul li a h6 {padding-right: 100px; font-weight: normal; font-size: 15px; color: #666; letter-spacing: -0.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box}
#mainSection02 dl dt.file ul li.new h6:after {content: ''; display: inline-block; vertical-align: inherit; width: 16px; height: 16px; background: url('../images/layout/brd_new_ico.png'); margin-left: 10px}
#mainSection02 dl dt.file ul li a span {position: absolute; top: 0; right: 0; font-size: 14px; line-height: 24px; color: #888}
#mainSection02 dl dd {width: 270px;position: relative;}
#mainSection02 dl dd .item img  {display: block;width: 100%;height: 254px;object-fit: cover;}
#mainSection02 dl dd .slick-arrow {position: absolute;bottom: 100%;right: 0;border: none;background: none;margin-bottom: 27px;padding: 0 10px;background: url('../images/main/slide-btn-arrow.jpg') no-repeat center center;width: 8px;height: 14px;box-sizing: content-box;overflow: hidden;text-indent: -9999px;}
#mainSection02 dl dd .slick-prev {right: 18px;}
#mainSection02 dl dd .slick-next {padding-right: 0;border-right: 1px solid #ddd;transform: scaleX(-1);background-position: left center;}
#mainSection02 dl dd .slick-dots {max-width: 40%;overflow: hidden;position: absolute;bottom: 100%;right: 45px;margin-bottom: 27px;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
#mainSection02 dl dd .slick-dots > li {margin: 3px;}
#mainSection02 dl dd .slick-dots > li button {display: block;background: #ccc;width: 8px;height: 8px;border-radius: 50%;border: none;overflow: hidden;text-indent: -9999px;}
#mainSection02 dl dd .slick-dots > li.slick-active button {background: #4687e1;}
#mainSection02 .ntcBox {position: relative; margin-top: 50px; border-radius: 8px; box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05); overflow: hidden; background: #fff}
#mainSection02 .ntcBox > h6 {position: absolute; top: 0; left: 0; padding: 0 24px; background: rgb(58,94,170);
background: linear-gradient(307deg, rgba(58,94,170,1) 0%, rgba(60,201,230,1) 100%);}
#mainSection02 .ntcBox > h6 span {display: inline-block; padding-left: 32px; line-height: 65px; font-weight: 500; font-size: 16px; color: #fff; letter-spacing: -1px; background: url('../images/main/main_sec02_ntc_ico.png') no-repeat left center}
#mainSection02 .ntcBox .roll {position: relative; padding: 0 75px 0 135px}
#mainSection02 .ntcBox .roll .slick-arrow {position: absolute; top: 50%; transform: translateY(-50%); width: 22px; height: 16px; border: 0; text-indent: -9999em}
#mainSection02 .ntcBox .roll .slick-prev {right: 55px; background: url('../images/main/main_sec_prev_arrow.png') no-repeat left center}
#mainSection02 .ntcBox .roll .slick-next {right: 30px; background: url('../images/main/main_sec_next_arrow.png') no-repeat right center; border-left: 1px solid #ddd}
#mainSection02 .ntcBox .roll .item {position: relative; padding: 18px 45px}
#mainSection02 .ntcBox .roll .item:after {content: ''; position: absolute; top: 50%; right: 0; width: 1px; height: 20px; background: #ddd; margin-top: -10px}
#mainSection02 .ntcBox .roll .item:nth-child(even):after {display: none}
#mainSection02 .ntcBox .roll .item a {position: relative; display: block; font-size: 15px; line-height: 30px; color: #555; letter-spacing: -0.5px; padding-right: 90px; box-sizing: border-box; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
#mainSection02 .ntcBox .roll .item a span {position: absolute; top: 0; right: 0; font-size: 14px; line-height: inherit; color: #888}


#mainSection03 {background: url('../images/main/main_sec03_bg.jpg') no-repeat center / cover}
#mainSection03 .wrap {display: flex; flex-flow: row wrap; align-items: flex-start}
#mainSection03 .wrap > * {border-radius: 8px}
#mainSection03 .left {flex: 1; margin-right: 20px; max-width: 970px}
#mainSection03 .left h5 {display: inline-block; font-size: 26px; line-height: 34px; color: #333; letter-spacing: -0.5px; margin-bottom: 25px}
#mainSection03 .tabWrap {position: relative}
#mainSection03 .tabList {position: absolute; top: -44px; left: 120px}
#mainSection03 .tabList button {position: relative; background: none; border: 0; font-weight: 500; font-size: 17px; line-height: 32px; color: #666; letter-spacing: -0.5px; margin: 0 18px; padding: 0 3px}
#mainSection03 .tabList button:after {content: ''; position: absolute; top: 50%; right: -23px; width: 6px; height: 6px; background: #cccccc; border-radius: 50%; margin-top: -3px}
#mainSection03 .tabList button:last-child:after {display: none}
#mainSection03 .tabList button.active {border-bottom: 3px solid var(--color); color: var(--color)}
#mainSection03 .tabCont {position: relative}
#mainSection03 .tabCont .cont {display: none}
#mainSection03 .tabCont .cont.active {display: block}
#mainSection03 .cont .moreView {position: absolute; top: -44px; right: 0; width: 36px; height: 36px; text-indent: -9999em; background: url('../images/main/main_sec03_more.png') no-repeat center / contain}
#mainSection03 .cont .roll {position: relative; margin: -15px -10px}
#mainSection03 .cont .roll .slick-arrow {position: absolute; top: -44px; width: 36px; height: 36px; border: 0; text-indent: -999em}
#mainSection03 .cont .roll .slick-prev {right: 95px; background: url('../images/main/main_sec03_prev.png') no-repeat center / contain}
#mainSection03 .cont .roll .slick-next {right: 52px; background: url('../images/main/main_sec03_next.png') no-repeat center / contain}
#mainSection03 .cont .roll .item {position: relative; margin: 15px 10px; background: #fff; padding: 35px; border-radius: 8px; box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05)}
#mainSection03 .cont .roll .item a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3}
#mainSection03 .cont .roll .item .cate {display: inline-block; width: 90px; line-height: 26px; border: 2px solid var(--color); border-radius: 15px; text-align: center; font-size: 14px; color: var(--color); letter-spacing: -0.5px}
#mainSection03 .cont .roll .item h6,
#mainSection03 .cont .roll .item p {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-wrap: break-word; overflow: hidden}
#mainSection03 .cont .roll .item h6 {height: 60px; margin: 18px 0 15px; font-weight: 500; font-size: 20px; line-height: 30px; color: #333; letter-spacing: -1px}
#mainSection03 .cont .roll .item p {height: 52px; font-size: 14px; line-height: 26px; color: #777; letter-spacing: -0.5px; border-top: 1px solid #ddd; padding-top: 15px}
#mainSection03 .cont .roll .item em {display: inline-block; margin-top: 30px; font-style: normal; font-size: 15px; line-height: 19px; color: #666}
#mainSection03 .ptnList {display: flex; flex-flow: row wrap; justify-content: center; border-radius: 8px; margin-top: 30px; padding: 22px 0; background: #fff; box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05)}
#mainSection03 .ptnList li {flex: 1 30%; text-align: center; border-right: 1px solid #ddd}
#mainSection03 .ptnList li:last-child {border-right: 0}
#mainSection03 .ptnList li a {}
#mainSection03 .ptnList li img {}
#mainSection03 .right {position: relative; top: 60px; flex-basis: 310px; flex-shrink: 0; background: url('../images/main/main_sec03_box_bg.jpg') no-repeat center / cover; padding: 40px; padding-bottom: 145px; box-sizing: border-box}
#mainSection03 .right:before {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 136px; background: url('../images/main/main_sec03_img.png') no-repeat 75% bottom}
#mainSection03 .right h6 {font-size: 24px; line-height: 32px; color: #fff; letter-spacing: -0.5px}
#mainSection03 .right ul {margin-top: 20px}
#mainSection03 .right ul li {padding: 0 20px; box-sizing: border-box; border-bottom: 1px solid rgba(255,255,255,0.3)}
#mainSection03 .right ul li:hover {background: rgba(0,0,0,0.25)}
#mainSection03 .right ul li:last-child {border: 0}
#mainSection03 .right ul li a {display: block; line-height: 50px; font-size: 15px; color: #fff; text-decoration: none; background: url('../images/main/main_sec03_arrow.png') no-repeat right center}

/**************************************************
	Sub
**************************************************/
.sub .hdTop {position: relative; height: 50px}
.sub #header {position: relative}

#sub #content{ position: relative;width: 1200px;margin: 0 auto;padding: 80px 0; }

#sub .sub-vis{position: relative;height: 110px;overflow: hidden;text-align: center;background-position: center center;background-size: cover;}
#sub .sub-vis:before{position: relative;content: '';display: inline-block;vertical-align: middle;width: 0;height: 100%;}
#sub .sub-vis h2{display: inline-block;vertical-align: middle;text-align: center;font-size: 26px;color: #fff;letter-spacing: -1px;z-index: 2;}
#sub .sub-vis h2 em{display: block;margin-top: 5px;font-style: normal;font-size: 14px; line-height: 1.4; font-weight: normal; color: #eeeeee}

#sub .sub-tit{position: relative;padding-bottom: 40px}
#sub .sub-tit h3{font-size: 30px; line-height: 40px; color: #333; letter-spacing: -0.5px; text-align: center}
#sub .sub-tit span {display: block; text-align: center; font-size: 15px; line-height: 22px; color: var(--color); letter-spacing: -0.5px; margin-top: 10px}
#sub .sub-tit p{margin-top: 15px;font-size: 16px; line-height: 22px; letter-spacing: -0.5px; text-align: center;}

.lnbWrap{border-bottom: 1px solid #ddd}
#lnb{width: 1200px;margin: 0 auto; text-align: center}
#lnb > li{display: inline-block;vertical-align: top;box-sizing: border-box; padding: 0 20px}
#lnb > li:first-child{}
#lnb > li a{display: block;line-height: 60px;font-weight: 500; font-size: 18px;text-decoration: none;text-align: center;color: #555555; padding: 0 10px}
#lnb > li.active a{font-weight: 700; color: var(--color); border-bottom: 3px solid var(--color)}
#lnb > li > ul {display: none}

.hr #lnb {width: 1300px; margin: 15px auto}
.hr #lnb > li {padding: 2px 10px}
.hr #lnb > li a {line-height: 35px; font-size: 16px; padding: 0 5px}

.cm #lnb > li {padding: 0 15px}
.cm #lnb > li a {font-size: 17px}

#status{position: absolute;top: 15px;right: 0;}
#status > ul > li{display: inline-block; vertical-align: top; padding-left: 17px; background: url('../images/layout/stt_arrow_ico.jpg') no-repeat 6px center}
#status > ul > li:first-child {background: url('../images/layout/stt_home_ico.jpg') no-repeat left center}
#status > ul > li .spr{display: inline-block;vertical-align: middle;margin: 0 10px;color: #999;font-size: 11px;line-height: 11px;}
#status > ul > li a{font-size: 13px;color: #777777;text-decoration: none;}
#status > ul > li:last-child a{color: #000;}
#status > ul > li > ul{display: none;}

#navigator{display: none; border: 1px solid #ddd;border-width: 1px 0 1px 0;}
#navigator > ul{width: 1200px;position: relative;margin: 0 auto;border-left: 1px solid #ddd;box-sizing: border-box;background: #fff;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid #ddd;vertical-align: top;z-index: 89;}
#navigator > ul > li > a{display: block;min-width: 200px;font-size: 15px;font-weight: 500;color: #333;text-decoration: none;padding: 0 60px 0 15px;line-height: 50px;background: url('/images/layout/ft-family-spr.png') no-repeat 95% center;}
#navigator > ul > li:first-child a{min-width: 0;width: 50px;text-align: center;padding: 0;background: #f7f7f7;color: #888;font-size: 20px;}
#navigator > ul > li > ul{position: absolute;top: 50px;left: -1px;width: 100%;border: 1px solid #ddd;visibility: hidden;opacity: 0;transition: all 0.2s;}
#navigator > ul > li > ul li a{display: block;padding: 12px 15px;font-size: 15px;border-top: 1px solid #ddd;text-decoration: none;transition: all 0.3s;}
#navigator > ul > li > ul li:first-child a{border-top: none;}
#navigator > ul > li > ul li:hover a{background: #f7f7f7;}
#navigator > ul > li.on > ul{background: #fff;visibility: visible;opacity: 1;}
#navigator > ul > li > ul li.hidden-gnb{display: none;}



.locWrap {}
.locWrap .top {margin-bottom: 30px}
.locWrap .top .img {padding: 100px 0 170px 0; background: url('../images/sub/loc_top_img.jpg') no-repeat center / cover}
.locWrap .top .img h5 {font-size: 36px; line-height: 44px; color: #fff; letter-spacing: -0.5px; text-align: center}
.locWrap .top .txt {position: relative; max-width: 1000px; margin: 0 auto; margin-top: -65px; padding: 50px 0; background: #fff; text-align: center}
.locWrap .top .txt h6 {font-weight: 500; font-size: 22px; line-height: 32px; color: #333; letter-spacing: -0.5px; text-align: center}
.locWrap .top .txt p {margin: 20px 0; font-size: 16px; line-height: 30px; color: #666; letter-spacing: -0.5px}
.locWrap .top .txt strong {font-weight: 500; font-size: 16px; color: #333}
.locWrap .imgBox {}
.locWrap .imgBox img {width: 100%;}
.locWrap .bot {}
.locWrap .bot .mapBox {margin-bottom: 30px}
.locWrap .bot .mapBox > div {}
.locWrap .bot dl {display: flex; flex-flow: row wrap; border-top: 1px solid #ddd; padding-top: 35px}
.locWrap .bot dl > * {line-height: 30px}
.locWrap .bot dt {flex-basis: 305px; flex-shrink: 0; font-weight: 500; font-size: 22px; color: #333; letter-spacing: -0.5px}
.locWrap .bot dd {flex: 1 }
.locWrap .bot dd ul {}
.locWrap .bot dd ul li {position: relative; display: inline-block; vertical-align: top; margin-left: 30px; padding-left: 110px; box-sizing: border-box; font-size: 16px; color: #555; letter-spacing: -1px}
.locWrap .bot dd ul li:first-child {margin-left: 0; padding-left: 80px}
.locWrap .bot dd ul li strong {position: absolute; top: 0; left: 0; padding-left: 40px; font-weight: 500; color: #333333}
.locWrap .bot dd ul li strong.add {background: url('../images/sub/loc_add_ico.png') no-repeat left center}
.locWrap .bot dd ul li strong.tel {background: url('../images/sub/loc_tel_ico.png') no-repeat left center}
.locWrap .bot dd ul li strong.fax {background: url('../images/sub/loc_fax_ico.png') no-repeat left center}



.moTbl {display: none}

form .inp,
form .selt {height: 36px; line-height: 36px; border: 1px solid #ddd; border-radius: 5px; padding: 0 10px; box-sizing: border-box; font-size: 15px; color: #666; letter-spacing: -0.5px}
form .txt1 .inp,
form .txt1 .selt {height: 32px; line-height: 32px}
form .inp.w35 {width: 35px; padding: 0 8px}
form .inp.w40 {width: 40px}
form .inp.w50 {width: 50px}
form .inp.w70 {width: 70px}
form .inp.w90 {width: 90px}
form .inp.p10 {width: 10%}
form .inp.p15 {width: 15%}
form .inp.p20 {width: 20%}
form .inp.p30 {width: 30%}
form .inp.p80 {width: 80%}
form .inp.p90 {width: 90%}
form .inp.w100 {width: 100%}
form .inp.w110 {width: 110px}
form .inp.w120 {width: 120px}
form .inp.w130 {width: 130px}
form .inp.w140 {width: 140px}
form .inp.w150 {width: 150px}
form .inp.w190 {width: 190px}
form .inp.w210 {width: 210px}
form .selt.w60 {width: 60px}
form .selt.w80 {width: 80px}
form .selt.w90 {width: 90px}
form .selt.w100 {width: 100%}
form .selt.w110 {width: 110px}
form .selt.w120 {width: 120px}
form .selt.w150 {width: 150px}
form .txtarea {width: 100%; height: 100%; border: 1px solid #ddd; border-radius: 5px; padding: 10px; font-size: 15px; color: #666; letter-spacing: -0.5px}


form table {width: 100%; border-top: 2px solid #222}
form table tr > * {padding: 8px 15px; border: 1px solid #ddd; font-weight: normal; font-size: 15px; line-height: 24px; letter-spacing: -0.5px; color: #333; text-align: center}
form table.type01 tr > * {}
form table.type02 tr > * {height: 55px; box-sizing: border-box}
form table.type03 tr > * {line-height: 32px}
form table.type04 tr > * {line-height: 21px}
form table.type05 tr > * {padding: 15px 0; font-weight: 500; font-size: 16px}
form table tr th {background: #f7f7f7}
form table.type04 tr th {padding: 5px}
form table.type04 tr th span {display: block; font-size: 13px; line-height: 18px; letter-spacing: -1px}
form table tr td {}
form table tr td .inp {text-align: left}
form table.type03 tr td .inp {height: 32px; line-height: 32px}
form table.type03 tr th .selt {height: 32px; line-height: 32px}
form table tr th:first-child,
form table tr td:first-child {border-left: 0}
form table tr th:last-child,
form table tr td:last-child {border-right: 0}


.moreBox {position: relative; border: 5px solid #eee; border-radius: 10px; padding: 20px 40px; box-sizing: border-box}
.moreBox > * {display: inline-block; vertical-align: middle; line-height: 38px}
.moreBox dt {font-weight: 500; font-size: 18px; color: #333; letter-spacing: -0.5px}
.moreBox dt span {display: inline-block; vertical-align: bottom; font-weight: normal; font-size: 15px; color: #666; letter-spacing: -0.5px; margin-left: 15px}
.moreBox dt em {display: inline-block; vertical-align: bottom; font-weight: normal; font-size: 16px; color: #444; margin-left: 5px; font-style: normal}
.moreBox dd {position: absolute; top: 20px; right: 40px}
.moreBox dd a {display: block; width: 145px; height: 38px; border: 1px solid #444; border-radius: 3px; box-sizing: border-box; text-align: center; font-size: 14px; color: #333; letter-spacing: -0.5px; text-decoration: none}



.ctrWrap {}
.ctrWrap .seltBox {margin-top: 40px}
.ctrWrap .seltBox dl {border: 5px solid #eee; border-radius: 10px; padding: 20px 0; text-align: center}
.ctrWrap .seltBox dl > * {display: inline-block; vertical-align: middle}
.ctrWrap .seltBox dt {font-size: 16px; color: #333; letter-spacing: -0.5px; margin-right: 25px}
.ctrWrap .seltBox dd {}
.ctrWrap .seltBox dd > * {height: 45px; line-height: 45px; border-radius: 5px}
.ctrWrap .seltBox select {width: 435px; padding: 0 20px; border: 1px solid #ddd; font-size: 14px; color: #777}
.ctrWrap .seltBox button {width: 95px; border: 0; text-indent: 18px; border-radius: 5px; background: var(--color) url('../images/sub/form_srch_ico.png') no-repeat 25px center; font-size: 15px; color: #fff; letter-spacing: -0.5px; margin-left: 5px}
.ctrWrap .tblWrap {margin-top: 50px}
.ctrWrap .tblWrap legend {font-weight: 700; font-size: 26px; line-height: 34px; color: #333; letter-spacing: -0.5px; text-align: center; margin-bottom: 40px}

.ctrWrap .tblWrap.brd .tit {display: block; font-weight: 700; font-size: 18px; line-height: 30px; color: #333; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #ddd}
.ctrWrap .tblWrap.brd .txt {margin: 30px 0; font-size: 16px; line-height: 24px; color: #666;padding: 0 20px;}
.ctrWrap .tblWrap.brd .txt > * {font-size: inherit; line-height: inherit; color: inherit}
.ctrWrap .tblWrap.brd .cmmt {margin-top: 20px; padding: 10px; padding-left: 50px; border: 1px solid #ddd; background: #f9f9f9 url('/superboard/images/sb_ico_comm.png') no-repeat 15px 12px; font-size: 15px; line-height: 24px}

.ctrWrap .brBox {max-width: 1200px; margin-top: 40px; padding: 50px; border: 1px solid #ddd; box-sizing: border-box}
.ctrWrap .sTop {font-weight: 500; font-size: 18px; line-height: 36px; color: #444}
.ctrWrap .sTop .inp {font-weight: inherit; font-size: inherit; line-height: inherit; color: inherit; height: 36px; margin: 0 5px}
.ctrWrap .ttBox {margin-bottom: 20px}
.ctrWrap .tit1 {display: block; font-weight: 500; font-size: 16px; line-height: 26px; color: #333; letter-spacing: -0.5px; margin-bottom: 5px}
.ctrWrap .tit2 {display: block; font-weight: 500; font-size: 16px; line-height: 26px; color: #333; letter-spacing: -0.5px; margin-bottom: 5px; text-align: center}
.ctrWrap .txt1 {font-size: 15px; line-height: 32px; color: #777; letter-spacing: -0.5px}
.ctrWrap .txt1 strong {display: inline-block; vertical-align: top; font-weight: 500; color: #555}
.ctrWrap .txt2 {font-size: 15px; line-height: 32px; color: #777; letter-spacing: -0.5px; text-align: center}
.ctrWrap .txt3 {display: block; font-size: 14px; line-height: 22px; margin-top: 15px; color: #888}
.ctrWrap .txt1 .inp {margin: 0 10px}
.ctrWrap .txt1 label {font-size: inherit; line-height: inherit; margin-right: 10px}
.ctrWrap .txt1 label input[type=radio],
#pdfWrap .txt1 label input[type=radio] {margin-top: 9px}
.ctrWrap .txt1 label input[type=checkbox] {margin-top: 9px}
.ctrWrap .txt1 .chkBox {display: inline-block; vertical-align: top; margin-right: 30px; font-style: normal}
.ctrWrap .txt1 .chkBox:before {content: '('; display: inline-block; vertical-align: top; font-size: inherit; line-height: inherit}
.ctrWrap .txt1 .chkBox:after {content: ')'; display: inline-block; vertical-align: top; font-size: inherit; line-height: inherit}
.ctrWrap .txt1 .chkBox label {margin: 0; margin-right: 10px}
.ctrWrap .ttBox table {margin: 15px 0 20px}
.ctrWrap .ttBox.print table.pcTbl.type02 tr > * {height: 50px; padding: 5px 15px; font-size: 14px; line-height: 22px}
.ctrWrap .dateBox {text-align: center; margin-top: 30px; line-height: 36px; font-size: 15px; color: #777}
.ctrWrap .dateBox .inp {margin: 0 5px}
.ctrWrap .sigBox {margin: 50px 0; padding: 25px 40px; background: #f7f7f7}
.ctrWrap .sigBox ul {display: flex; flex-flow: row wrap; justify-content: flex-end}
.ctrWrap .sigBox ul li {padding: 10px 0; flex: 1 100%; text-align: right}
.ctrWrap .sigBox ul li dl {position: relative; display: inline-block; vertical-align: middle; box-sizing: border-box; text-align: left; font-family: empty; font-size: 0}
.ctrWrap .sigBox ul li dl:nth-child(odd) {padding-left: 100px; min-width: 285px}
.ctrWrap .sigBox ul li dl.prt {min-width: 200px}
.ctrWrap .sigBox ul li dl:nth-child(even) {padding-left: 65px; min-width: 300px}
.ctrWrap .sigBox.type02 ul li dl:nth-child(even) {padding-left: 100px; min-width: 335px}
.ctrWrap .sigBox ul li dl > * {display: inline-block; vertical-align: middle; font-size: 16px; line-height: 25px; color: #555; letter-spacing: -0.5px}
.ctrWrap .sigBox ul li dl dt {position: absolute; top: 0; left: 0; font-weight: 500; color: #333}
.ctrWrap .sigBox ul li dl dd {}
.ctrWrap .sigBox ul li dl:nth-child(even) dd {width: 50%}
.ctrWrap .sigBox ol {display: flex; flex-flow: row wrap}
.ctrWrap .sigBox ol li {flex: 1 50%}
.ctrWrap .sigBox ol li dl {position: relative; padding-left: 70px; box-sizing: border-box}
.ctrWrap .sigBox ol li dl:after {content: ''; display: block; clear: both}
.ctrWrap .sigBox ol li dl > * {font-size: 16px; line-height: 25px; color: #555; letter-spacing: -0.5px}
.ctrWrap .sigBox ol li dl dt {position: absolute; top: 0; left: 0; font-weight: 500; color: #333}
.ctrWrap .sigBox ol li dl dd {width: 100%}
.ctrWrap .sigBox ol li dl dd.w50 {float: left; width: 50%}
.ctrWrap .sigBox.type03 {margin-bottom: 0}
.ctrWrap .sigBox.type03:after {content: ''; display: block; clear: both}
.ctrWrap .sigBox.type03 ul {float: right; max-width: 50%}
.ctrWrap .sigBox.type03 li {position: relative; flex: 1 50%; text-align: left !important}
.ctrWrap .sigBox.type03 li dl {}
.ctrWrap .sigBox.type03 li dl {display: block; padding-left: 100px !important}
.ctrWrap .sigBox.type03 li dl:last-child {position: absolute; top: 10px; right: 0}
.ctrWrap .sigBox.type03 li dl:last-child dd {display: block}
.ctrWrap .sigBox.type03 li dt {}
.ctrWrap .sigBox.type03 li dd {}
.ctrWrap .calBox {display: flex; flex-flow: row wrap; justify-content: center; align-items: center; border: 1px solid #ddd; border-width: 1px 0; margin: 15px 0; padding: 15px 0}
.ctrWrap .calBox li {flex: 1 25%; max-width: 275px}
.ctrWrap .calBox.w25 li {}
.ctrWrap .calBox.w50 {}
.ctrWrap .calBox li > * {line-height: 36px}
.ctrWrap .calBox li strong {display: inline-block; vertical-align: top; min-width: 110px; padding-left: 10px; box-sizing: border-box; font-weight: 500; font-size: 16px; color: #333; letter-spacing: -0.75px}
.ctrWrap .calBox li .inp {}

@page Section1 {
    size: 8.27in 8.69in;
    /* size: 8.27in 11.69in; */
    margin: .5in .5in .5in .5in;
    mso-header-margin: .5in;
    mso-footer-margin: .5in;
    mso-paper-source: 0;
}
/*
.ctrWrap .page {page: Section1;} */

.ctrWrap .cfmBox {text-align: center}
.ctrWrap .cfmBox > * {text-align: center; letter-spacing: -0.5px}
.ctrWrap .cfmBox h6 {font-weight: 500; font-size: 18px; line-height: 26px; color: #333}
.ctrWrap .cfmBox p {font-size: 15px; line-height: 24px; color: #555; margin: 10px 0 25px}
.ctrWrap .cfmBox b {font-weight: 500; font-size: 16px; line-height: 26px; color: #333}
.ctrWrap .cfmBox strong {font-weight: 500; color: #333}
.ctrWrap .cfmBox.type02 {border: 1px solid #ddd; border-width: 1px 0; padding: 15px; font-size: 15px; line-height: 26px}
.ctrWrap .cfmBox dl {display: inline-block; vertical-align: middle}
.ctrWrap .cfmBox dl > * {display: inline-block; vertical-align: top; text-align: right; font-size: 15px; line-height: 26px}
.ctrWrap .cfmBox dl.chk {margin-left: 20px}
.ctrWrap .cfmBox dl.chk label {margin-right: 10px; font-size: inherit; line-height: inherit}
.ctrWrap .cfmBox dl.chk input[type=radio] {margin-top: 6px}
.ctrWrap .cfmBox dl.sign {position: relative; min-width: 200px; padding-left: 50px; box-sizing: border-box; margin-left: 50px}
.ctrWrap .cfmBox dl.sign dt {position: absolute; top: 0; left: 0; text-align: left}
.ctrWrap .cfmBox dl.sign dd {width: 100%}
.ctrWrap .cfmBox.date {margin-top: 50px}
.ctrWrap .cfmBox.date p {line-height: 36px; font-size: 16px}

.ctrWrap .nwTbl {width: 100%; border-top: 2px solid #333}
.ctrWrap .nwTbl tr > * {padding: 10px 15px; border: 1px solid #ddd; font-size: 14px; line-height: 21px; color: #666}
.ctrWrap .nwTbl tr th {font-weight: 300; color: #333}
.ctrWrap .nwTbl tr td {}


/* .ctrWrap .page {margin: 50px 0; page-break-after: always} */


/* 근로계약서 팝업 */
#contBox .layerPop {position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 620px; box-sizing: border-box; opacity: 0; visibility: hidden; z-index: 301}
#contBox .layerBg {position: fixed;top: 0;left: 0;width: 100vw; height: 100vh;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s; visibility: hidden}
#contBox .layerPop.on{opacity: 1; visibility: visible}
#contBox .layerBg.on{opacity: 1; visibility: visible}
#contBox .trigger {position: absolute; top: -40px; right: 0}
#contBox .wrap {background: #fff; border-radius: 12px; padding: 40px}
#contBox .wrap h5 {text-align: center; font-size: 26px; line-height: 34px; color: #333; letter-spacing: -0.5px}
#contBox .wrap ul {margin: 10px 0}
#contBox .wrap ul li {border-top: 1px solid #ddd; padding: 20px 0}
#contBox .wrap ul li:first-child {border-top: 0}
#contBox .wrap ul li dl {position: relative}
#contBox .wrap ul li dl > * {line-height: 30px}
#contBox .wrap ul li dt {font-size: 15px; color: #666; letter-spacing: -0.5px}
#contBox .wrap ul li dt span {display: inline-block; vertical-align: middle; width: 65px; font-size: 16px; letter-spacing: -0.5px; line-height: 28px; color: #fff; border-radius: 14px; text-align: center; margin-right: 10px}
#contBox .wrap ul li dt .be {background: var(--color)}
#contBox .wrap ul li dt .bl {background: #555555}
#contBox .wrap ul li dd {position: absolute; top: 0; right: 0; font-weight: 500; font-size: 20px; color: #333; letter-spacing: -0.5px}
#contBox .wrap ul li dd strong {margin-right: 2px}
#contBox .wrap ul li:first-child dd strong {font-weight: 700; font-size: 32px; color: var(--color)}
#contBox .wrap p {background: #f6f6f6; text-align: center; font-size: 15px; line-height: 24px; color: #666; letter-spacing: -0.5px; padding: 15px}


.downBtn {display: block; margin: 0 auto; margin-top: 40px; width: 160px; height: 44px; line-height: 44px; border: 0; border-radius: 5px !important; background: var(--color); font-size: 15px; color: #fff !important; text-decoration: none !important}
.listBtn {display: block; margin: 0 auto; margin-top: 40px; width: 160px; height: 44px; line-height: 44px; border: 0; border-radius: 5px !important; background: #444444; font-size: 15px; color: #fff !important; text-decoration: none !important; text-align: center}

.ftBtns {text-align: center; padding-top: 40px}
.ftBtns > * {display: inline-block !important; margin: 0 4px !important}

.subTab {position: relative; margin-bottom: 40px}
.subTab:before {content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px; background: var(--color); z-index: 1}
.subTab:after {content: ''; display: block; clear: both}
.subTab li {float: left}
.subTab li a {position: relative; display: block; width: 100%; height: 50px; line-height: 50px; border: 1px solid #ddd; border-left: 0; text-align: center; font-size: 16px; color: #555555; text-decoration: none}
.subTab li:first-child a {border-left: 1px solid #ddd}
.subTab li.active a {font-weight: 500; color: var(--color)}
.subTab li.active a:before {content: ''; position: absolute; top: -1px; left: -1px; width: calc(100% + 2px); height: calc(100% + 2px); border: 2px solid var(--color); box-sizing: border-box; z-index: 1}
.subTab li.active a:after {content: ''; position: absolute; bottom: -2px; left: 1px; width: calc(100% - 2px); height: 3px; background: #fff; z-index: 2}

.brBox {padding: 30px 35px; border: 1px solid #d2d2d2; box-sizing: border-box}
.brBox.txt p {font-weight: normal; font-size: 15px; line-height: 26px; color: #777; letter-spacing: -0.5px; margin-top: 20px}
.brBox.txt p:first-child {margin-top: 0}

.btnType01 {display: inline-block; padding: 0 18px; border-radius: 3px; background: var(--color); text-align: center; font-size: 14px; line-height: 34px; font-size: 14px !important; color: #fff !important; letter-spacing: -0.5px; text-decoration: none !important}
.btnType01 span {display: inline-block; font-size: inherit; color: inherit; padding-right: 20px; background: url('../images/sub/download_btn_ico.png') no-repeat right center}

.rleWrap {}
.rleWrap .prt_off_top {padding-top: 100px; margin-top: 100px; border-top: 2px dashed #999}
.rleWrap .prt_off_bot {padding-bottom: 100px; margin-bottom: 100px; border-bottom: 2px dashed #999}

.rleWrap .tab-wrap {}
.rleWrap .tab-wrap > strong {display: block; margin-bottom: 50px; font-size: 20px; line-height: 30px; color: #333; text-align: center}
.rleWrap .tab-list {display: flex; flex-flow: row wrap; justify-content: center; margin-bottom: 40px}
.rleWrap .tab-list li {flex: 1 30%}
.rleWrap .tab-list li a {display: block; height: 50px; line-height: 50px; border: 1px solid #ddd; border-left: 0; background: #f7f7f7; text-align: center; font-size: 16px; color: #555; text-decoration: none}
.rleWrap .tab-list li:first-child a {border-left: 1px solid #ddd}
.rleWrap .tab-list li.active a {font-weight: 500; color: #fff; background: var(--color); border-color: var(--color)}
.rleWrap .tab-cont {}

/* .rleWrap.print {zoom: 0.99}     */
.rleWrap .ruleTab {display: flex; flex-flow: row wrap; justify-content: center; margin-bottom: 40px}
.rleWrap .ruleTab li {flex: 1 50%}
.rleWrap .ruleTab.w20 li {flex: 1 20%}
.rleWrap .ruleTab li a {display: block; height: 50px; line-height: 50px; border: 1px solid #ddd; border-left: 0; background: #f7f7f7; text-align: center; font-size: 16px; color: #555; text-decoration: none}
.rleWrap .ruleTab li:first-child a {border-left: 1px solid #ddd}
.rleWrap .ruleTab li.active a {font-weight: 500; color: #fff; background: var(--color); border-color: var(--color)}

.rleWrap .brWrap {border: 1px solid #ddd; padding: 60px 50px; box-sizing: border-box}
.rleWrap.print .brWrap {border: 0; padding: 0}

.rleWrap .brBox {margin-bottom: 50px}
.rleWrap.print .brBox {border-width: 1px 0; padding: 25px 20px; margin-bottom: 35px}
.rleWrap .scroll {position: relative; width: 100%; height: 460px; border: 1px solid #ddd; padding: 30px; box-sizing: border-box; overflow-y: auto}
.rleWrap .scroll {height: auto; border-width: 1px 0}

.rleWrap .step {}
.rleWrap.print .step11 .brBox {border-bottom: 0}

.rleWrap .step legend {display: block; text-align: center; font-weight: 700; font-size: 26px; line-height: 32px; color: #333; letter-spacing: -0.5px; margin-bottom: 30px}
.rleWrap.print .step legend {font-size: 20px; line-height: 30px; margin-bottom: 20px}
.rleWrap .step h5 {font-weight: 500; font-size: 22px; line-height: 30px; color: #333; letter-spacing: -0.5px; margin-bottom: 15px}
.rleWrap.print .step h5 {font-size: 18px; line-height: 26px; margin-bottom: 10px}
.rleWrap .step05 .brBox {border-bottom: 0}
.rleWrap .ttBox {margin-bottom: 20px}
.rleWrap.print .ttBox {margin-bottom: 18px}
.rleWrap .tit1 {display: block; font-weight: 500; font-size: 16px; line-height: 24px; color: #333; letter-spacing: -0.5px; margin-bottom: 5px}
.rleWrap .tit2 {}
.rleWrap .txt1 {font-size: 15px; line-height: 30px; color: #777; letter-spacing: -0.5px}
.rleWrap .txt1 span {display: inline-block; width: 18px}
.rleWrap .txt1.add {position: relative; display: block; max-width: 270px; padding-right: 35px; box-sizing: border-box}
.rleWrap .txt1.add em {position: absolute; top: 0; right: 0; font-style: normal; font-size: normal; line-height: inherit; color: inherit}
.rleWrap .txt1 .inp,
.rleWrap .txt1 .selt {height: 30px; line-height: 30px; margin: 0 5px}
.rleWrap .txt1 b {display: inline-block; font-weight: inherit}
.rleWrap .txt1 b span {display: inline-block; width: 14px}
.rleWrap .txt1 .chk {margin-top: 9px}
.rleWrap .txt2 {font-weight: 500; font-size: 17px; line-height: 30px; color: #333; letter-spacing: -0.5px}

.rleWrap .tbl {}
.rleWrap .tbl tr th:first-child,
.rleWrap .tbl tr td:first-child {border-left: 1px solid #ddd}
.rleWrap .tbl tr th:last-child,
.rleWrap .tbl tr td:last-child {border-right: 1px solid #ddd}
.rleWrap .tbl ~ .brBox {border-top: 0}

.rleWrap .finTxt {font-weight: 500; font-size: 24px; line-height: 30px; color: #333; letter-spacing: -0.5px; margin: 90px 0 30px}

.calWrap {text-align: center}
.calWrap .subTitle {margin-bottom: 20px; font-size: 24px; line-height: 32px; color: #333; letter-spacing: -0.5px}
.calWrap .sttBtn {display: inline-block; vertical-align: top; text-align: center; width: 160px; line-height: 44px; color: #fff; background: var(--color); border-radius: 5px; font-size: 15px; text-decoration: none}
.calWrap .calTop {border: 8px solid #eeeeee; padding: 50px; text-align: center; margin-bottom: 50px}
.calWrap .calTop > * {text-align: center; letter-spacing: -0.5px}
.calWrap .calTop h5 {font-weight: 700; font-size: 28px; line-height: 34px; color: #333}
.calWrap .calTop p {font-size: 17px; line-height: 24px; color: #555; margin-top: 10px}
.calWrap .calTop p b {font-weight: 500; color: #333}
.calWrap .info {margin-bottom: 35px}
.calWrap .info ul {display: flex; flex-flow: row wrap; padding: 30px; background: #f6f6f6}
.calWrap .info ul li {position: relative; flex: 1 50%; box-sizing: border-box; font-size: 15px; line-height: 32px; color: #666; letter-spacing: -0.5px; text-align: left}
.calWrap .info ul li:nth-child(odd) {padding-left: 90px}
.calWrap .info ul li:nth-child(even) {padding-left: 105px}
.calWrap .info ul li strong {position: absolute; top: 0; left: 0; padding-left: 15px; font-weight: 500; color: #333; box-sizing: border-box}
.calWrap .info ul li:nth-child(odd) strong {width: 75px}
.calWrap .info ul li:nth-child(even) strong {width: 85px}
.calWrap .info ul li strong:before {content: ''; position: absolute; top: 14px; left: 0; width: 5px; height: 5px; background: #3a5eaa; border-radius: 50%}
.calWrap .info ul li strong:after {content: ''; position: absolute; top: 10px; right: 0; width: 1px; height: 12px; background: #999999}
.calWrap .manList {margin-bottom: 50px}
.calWrap .manList ul {text-align: left}
.calWrap .manList ul li {font-size: 15px; line-height: 30px; color: #555; letter-spacing: -0.5px}
.calWrap .btnList {text-align: left}
.calWrap .btnList strong {font-weight: 500; font-size: 17px; line-height: 32px; color: #3a5eaa}
.calWrap .btnList ul {margin-top: 10px}
.calWrap .btnList ul li {position: relative; font-size: 15px; line-height: 30px; color: #666; letter-spacing: -0.5px; padding-left: 15px}
.calWrap .btnList ul li:before {content: '▶'; position: absolute; top: -2px; left: 0; font-size: 10px; color: #666; line-height: inherit}
.calWrap .btnList .box {margin-top: 25px; border: 5px solid #eee; box-sizing: border-box; padding: 10px 50px}
.calWrap .btnList .box dl {display: flex; flex-flow: row wrap; padding: 20px; border-bottom: 1px solid #ddd}
.calWrap .btnList .box dl:last-child {border-bottom: 0}
.calWrap .btnList .box dt {flex-basis: 80px; flex-shrink: 0; height: 30px; line-height: 30px; border-radius: 5px; text-align: center; font-size: 14px; color: #fff; letter-spacing: -0.5px}
.calWrap .btnList .box dt.be {background: var(--color)}
.calWrap .btnList .box dt.gy {background: #999999}
.calWrap .btnList .box dt.bl {background: #444444}
.calWrap .btnList .box dd {flex: 1; padding-left: 20px; font-size: 15px; line-height: 30px; color: #666; letter-spacing: -0.5px}

.calWrap .cal {}
.calWrap .cal .br {position: relative; border: 5px solid #eeeeee; padding: 30px 50px; box-sizing: border-box}
.calWrap .cal h5 {font-size: 24px; line-height: 34px; color: #333; letter-spacing: -0.5px}
.calWrap .cal .rsBtn {position: absolute; top: 36px; right: 50px; font-size: 15px; color: #555; letter-spacing: -0.5px; padding-right: 22px; background: url('../images/sub/reset_btn_ico.png') no-repeat right center}
.calWrap .cal ul {display: flex; flex-flow: row wrap; margin-top: 15px}
.calWrap .cal ul li {position: relative; flex: 1 50%; padding: 15px 0; border-bottom: 1px solid #ddd; padding-left: 150px; box-sizing: border-box; line-height: 46px}
.calWrap .cal ul li:nth-child(n+19) {border-bottom: 0}
.calWrap .cal ul li strong {position: absolute; top: 15px; left: 20px; font-weight: 500; font-size: 17px; color: #333; letter-spacing: -0.5px}
.calWrap .cal ul li .inpBox {position: relative; padding-left: 160px}
.calWrap .cal ul li span {position: absolute; top: 0; left: 0; line-height: 46px; font-size: 15px; color: #666; letter-spacing: -0.5px}
.calWrap .cal ul li .inp {height: 46px; line-height: 46px}
.calWrap .cal .btns {margin-top: 20px; text-align: right}
.calWrap .cal .btns a {display: inline-block; vertical-align: top; margin-left: 8px; width: 110px; line-height: 34px; border-radius: 3px; text-align: center; font-size: 14px; color: #fff; letter-spacing: -0.5px; text-decoration: none}
.calWrap .cal .btns a.gy {background: #999999}
.calWrap .cal .btns a.bl {background: #444444}
.calWrap .cal .btns a.be {background: var(--color)}
.calWrap .tblWrap {}
.calWrap .tblWrap .tbl {}
.calWrap .tblWrap .tbl:nth-child(odd) {margin-top: 60px}
.calWrap .tblWrap .tbl:nth-child(even) {margin-top: 30px}
.calWrap .tblWrap .tbl table {width: 100%; border-top: 2px solid #222}
.calWrap .tblWrap .tbl table tr > * {padding: 20px 30px; border: 1px solid #ddd; font-weight: normal; font-size: 15px; line-height: 30px; letter-spacing: -0.5px; color: #333; text-align: center}
.calWrap .tblWrap .tbl table tr th {background: #f7f7f7; font-weight: 500; color: #333333}
.calWrap .tblWrap .tbl table tr td:last-child {text-align: left}
.calWrap .tblWrap .tbl table tr td b {display: block; margin-bottom: 10px; font-weight: normal}
.calWrap .tblWrap .tbl table tr strong {font-weight: 500; font-size: 16px; color: #333}
.calWrap .tblWrap .tbl table tr strong span {display: inline-block; padding-left: 5px; font-weight: normal; font-size: inherit}

.calWrap .tblWrap.print .tbl table tr > * {padding: 10px 15px; font-size: 14px; line-height: 24px}


/* 불러오기 팝업 */
#callIn {}
#callIn .layerPop {position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 620px; box-sizing: border-box; opacity: 0; visibility: hidden; z-index: 301}
#callIn .layerBg {position: fixed;top: 0;left: 0;width: 100vw; height: 100vh;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s; visibility: hidden}
#callIn .layerPop.on{opacity: 1; visibility: visible}
#callIn .layerBg.on{opacity: 1; visibility: visible}
#callIn .trigger {position: absolute; top: -40px; right: 0}
#callIn .wrap {background: #fff; border-radius: 12px; padding: 40px}
#callIn .wrap h5 {text-align: center; font-weight: 700; font-size: 26px; line-height: 34px; color: #333; letter-spacing: -0.5px}
#callIn .wrap .tbl {margin-top: 25px; max-height: 255px; overflow-y: auto}
#callIn .wrap table {width: 100%; border-top: 2px solid #333333}
#callIn .wrap table tr > * {padding: 12px 0; text-align: center; border-bottom: 1px solid #ddd; font-size: 15px; letter-spacing: -0.5px; color: #666666}
#callIn .wrap table tr th {font-weight: 500; color: #333333; line-height: 26px}
#callIn .wrap table tr td {line-height: 28px}
#callIn .wrap table tr td a {display: inline-block; width: 65px; line-height: 28px; border-radius: 15px; background: #e2e2e2; color: #555; letter-spacing: -0.5px; text-decoration: none}
#callIn .wrap table tr td a:hover {background: #297acf; color: #fff}

.cclWrap {}
.cclWrap .subTitle {margin-bottom: 20px; font-size: 24px; line-height: 32px; color: #333; letter-spacing: -0.5px}
.cclWrap .tbl tr td {line-height: 36px}
.cclWrap .all {border: 5px solid #eeeeee; padding: 25px; box-sizing: border-box; text-align: center}
.cclWrap .all > * {display: inline-block; vertical-align: middle; font-weight: 700; font-size: 22px; line-height: 34px; color: #333; letter-spacing: -0.5px}
.cclWrap .all strong {display: inline-block; vertical-align: top; font-weight: 700; font-size: 34px; color: var(--color); margin: 0 5px 0 25px}
.cclWrap .txtBox {margin-top: 30px; padding: 25px 30px; background: #f6f6f6}
.cclWrap .txtBox li {font-size: 15px; line-height: 28px; color: #555; letter-spacing: -0.5px}
.cclWrap .infBox {margin: 30px 0}
.cclWrap .infBox p {position: relative; padding-left: 12px; margin: 10px 0; font-size: 16px; line-height: 28px; color: #555; letter-spacing: -0.5px}
.cclWrap .infBox p:before {content: ''; position: absolute; top: 12px; left: 0; width: 4px; height: 1px; background-color: #555}
.cclWrap .btns {padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #ddd}
.cclWrap .payBox {position: relative; box-sizing:border-box; padding: 40px 50px; border-radius: 10px; box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05)}
.cclWrap .payBox h5 {font-size: 24px; line-height: 34px; color: #333; letter-spacing: -0.5px}
.cclWrap .payBox h5 span {display: block; font-weight: normal; font-size: 13px; line-height: 20px; color: #666;}
.cclWrap .payBox .rsBtn {position: absolute; top: 36px; right: 50px; font-size: 15px; color: #555; letter-spacing: -0.5px; padding-right: 22px; background: url('../images/sub/reset_btn_ico.png') no-repeat right center}
.cclWrap .payBox ul {margin-top: 15px}
.cclWrap .payBox ul > li {position: relative; padding: 15px 0; line-height: 46px; padding-left: 200px; border-top: 1px solid #ddd}
.cclWrap .payBox ul > li:last-child {padding-bottom: 0}
.cclWrap .payBox ul > li > strong {position: absolute; top: 15px; left: 20px; font-weight: 500; font-size: 18px; line-height: inherit; color: #333; letter-spacing: -0.5px}
.cclWrap .payBox .inpBox {border: 1px solid #ddd; border-radius: 5px; text-align: right; padding: 0 15px; box-sizing: border-box}
.cclWrap .payBox .inpBox .inp {border-radius: 5px}
.cclWrap .payBox .inpBox.w60 {width: 560px}
.cclWrap .payBox .inpBox.w30 {width: 250px}
.cclWrap .payBox ul > li .inpBox .inp {width: 90%; border: 0; line-height: 46px; height: 46px; text-align: right; font-weight: 700; font-size: 17px; color: #333; padding: 0 5px}
.cclWrap .payBox ul > li > ol {}
.cclWrap .payBox ul > li > ol > li {display: inline-block; vertical-align: top; margin-right: 25px}
.cclWrap .payBox ul > li > ol > li > strong {font-weight: normal; font-size: 16px; color: #333; letter-spacing: -0.5px}

.cclWrap .tbl.type02 {margin: 50px 0 20px}
.cclWrap .tbl.type02 table {width: 100%; border-top: 2px solid #333}
.cclWrap .tbl.type02 table tr > * {padding: 15px; border: 1px solid #ddd; border-width: 0 1px 1px 1px; font-size: 15px; line-height: 24px; color: #666}
.cclWrap .tbl.type02 table tr th {font-weight: normal; color: #333}
.cclWrap .tbl.type02 table thead tr th {background: #f7f7f7}
.cclWrap .tbl.type02 table tbody tr th {background: #f9f9f9}
.cclWrap .tbl.type02 table tbody tr td {}
.cclWrap .tbl.type02 table tbody tr td p {font-size: 15px; line-height: 24px; color: #444; letter-spacing: -0.5px; margin-bottom: 10px}
.cclWrap .tbl.type02 table tbody tr td p:last-child {margin-bottom: 0}
.cclWrap .tbl.type02 table tbody tr td p span {display: block; margin-top: 5px; font-size: 14px; line-height: 22px; color: #666}

.stpWrap .sdBox {padding: 60px 100px; border-radius: 10px; box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05)}
.stpWrap .sdBox .exTxt {position: relative; margin-top: 20px; padding-left: 12px; font-size: 17px; line-height: 30px; color: #555; letter-spacing: -0.5px}
.stpWrap .sdBox .exTxt:before {content: ''; position: absolute; top: 13px; left: 0; width: 6px; height: 2px; background-color: var(--color)}
.stpWrap .tit {padding-bottom: 35px; text-align: center}
.stpWrap .tit > * {text-align: center}
.stpWrap .tit img {margin-bottom: 20px}
.stpWrap .tit h5 {font-size: 25px; line-height: 32px; color: #333; letter-spacing: -0.5px}
.stpWrap .tit h5 strong {color: var(--color)}
.stpWrap .tit h5 span {display: inline-block; vertical-align: top; font-weight: inherit; color: var(--color); letter-spacing: -0.5px; margin-right: 5px; padding-left: 25px; background: url('../images/sub/step_chk_ico_bl.png') no-repeat left center}
.stpWrap .tit p {font-size: 15px; line-height: 24px; color: #666; letter-spacing: -0.5px; margin-top: 10px}
.stpWrap .chkBox {}
.stpWrap .chkBox.w50 {margin: 0 -5px}
.stpWrap .chkBox.w50:after {content: ''; display: block; clear: both}
.stpWrap .chkBox.w50 > label {float: left; width: calc(50% - 10px); margin: 0 5px; border: 1px solid #ddd; border-radius: 10px; box-sizing: border-box; text-align: center}
.stpWrap .chkBox > label p {display: block; width: 100%; margin-bottom: 10px; line-height: 60px; padding-left: 60px; box-sizing: border-box; font-weight: 500; font-size: 18px; color: #333; letter-spacing: -0.5px; background: #fff url('../images/sub/step_chk_ico_gr.png') no-repeat 30px 21px; border: 1px solid #ddd; border-radius: 10px}
.stpWrap .chkBox.w50 > label p {display: inline-block; margin: 0; background: none; text-align: center; width: auto; background: #fff url(../images/sub/step_chk_ico_gr.png) no-repeat left 21px; padding-left: 30px; border: 0}
.stpWrap .chkBox > label.active p {border-color: var(--color); color: #fff; background: var(--color) url('../images/sub/step_chk_ico_wt.png') no-repeat 30px 21px}
.stpWrap .chkBox.w50 > label.active {border-color: var(--color); background: var(--color)}
.stpWrap .chkBox.w50 > label.active p {background: var(--color) url('../images/sub/step_chk_ico_wt.png') no-repeat left 21px}
.stpWrap .chkList {display: none; margin-bottom: 20px; padding: 20px; background: #f6f6f6; border-radius: 10px}
.stpWrap .chkBox .active .chkList {display: block}
.stpWrap .chkList label {font-size: 15px; line-height: 30px; color: #666; letter-spacing: -0.5px; margin: 0 10px; padding-left: 28px; background: url('../images/sub/step_chk_def.png') no-repeat left center}
.stpWrap .chkList label.active {background: url('../images/sub/step_chk_aft.png') no-repeat left center}
.stpWrap .finTxt {text-align: center}
.stpWrap .finTxt dl {background: #f6f6f6; border-radius: 10px; text-align: center; padding: 15px 0}
.stpWrap .finTxt dl > * {display: inline-block; vertical-align: middle; line-height: 46px; font-weight: normal; font-size: 19px; color: #333; letter-spacing: -1px}
.stpWrap .finTxt dl strong {display: inline-block; vertical-align: top; width: 180px; line-height: inherit; background: #fff; border-radius: 25px; margin: 0 10px 0 25px; font-weight: 700; font-size: 19px; color: var(--color)}
.stpWrap .finTxt p {margin-top: 20px; font-size: 16px; line-height: 26px; color: #666; letter-spacing: -0.5px}


.payWrap {}
.payWrap .subTitle {font-weight: 500; font-size: 22px; line-height: 30px; color: #333; letter-spacing: -0.5px}
.payWrap .moreBox {margin: 20px 0}
.payWrap .moreBox dt {margin-right: 40px}
.payWrap .moreBox dd {position: static}
.payWrap .moreBox dd p {display: inline-block; vertical-align: middle; margin-right: 30px; font-size: 15px; color: #666; letter-spacing: -0.5px}
.payWrap .moreBox dd p b {font-weight: 500; color: #333333}
.payWrap .inTxt {margin-bottom: 40px; padding: 25px 35px; background: #f6f6f6}
.payWrap .inTxt > * {}
.payWrap .inTxt dt {font-weight: 500; font-size: 17px; color: #333; letter-spacing: -0.5px; margin-bottom: 10px}
.payWrap .inTxt dd {display: inline-block; vertical-align: middle; font-size: 15px; line-height: 22px; color: #555; margin-right: 30px}
.payWrap .inTxt dt.sp {margin-bottom: 0 ; font-weight: 700; font-size: 18px; color: var(--color)}
.payWrap .inTxt dt.sp span {display: inline-block; vertical-align: top; margin-left: 5px; font-weight: normal; font-size: 16px; line-height: 26px; color: #555}
.payWrap .inTxt dt.sp a {display: inline-block; font-weight: 500; line-height: 30px; color: #333; border: 1px solid #ddd; border-radius: 3px; background: #fff; padding: 0 8px; text-decoration: none; margin-top: -2px}
.payWrap .inTxt dd.sp {}
.payWrap .pay {}
.payWrap .pay .list {margin: 0 -5px; margin-top: 20px}
.payWrap .pay .list:after {content: ''; display: block; clear: both}
.payWrap .pay .list label {position: relative; float: left; width: calc(50% - 10px); margin: 0 5px; padding: 25px 30px; box-sizing: border-box; font-weight: 700; font-size: 18px; color: #333; letter-spacing: -0.5px}
.payWrap .pay .list label:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #ddd; border-radius: 10px; box-sizing: border-box}
.payWrap .pay .list label.active:before {border-width: 2px; border-color: var(--color)}
.payWrap .pay .list label p {position: absolute; top: 22px; right: 30px; font-weight: normal; font-size: 18px; line-height: 30px; color: #333; letter-spacing: -0.5px; padding-right: 50px; background: url('../images/sub/pay_arrow_bl.png') no-repeat right center}
.payWrap .pay .list label.active p {background: url('../images/sub/pay_arrow_be.png') no-repeat right center}
.payWrap .pay .list label p strong {display: inline-block; vertical-align: top; font-weight: 700; font-size: 30px; color: var(--color); margin-right: 5px}
.payWrap .pay .list label p span {font-size: 16px; color: #666; letter-spacing: -0.5px}
.payWrap .pay .payment_list {}
.payWrap .pay .payment_list .box {position: relative; margin: 30px 0; padding: 20px 0 30px; border: 1px solid #ddd; border-width: 1px 0; text-align: center}
.payWrap .pay .payment_list label {display: inline-block; padding: 5px 15px; font-size: 16px; line-height: 30px; color: #666}
.payWrap .pay .payment_list label input {width: 16px; height: 16px; margin-top: 7px; margin-right: 7px}
.payWrap .pay .payment_list label input:checked ~ .bankInfo {position: absolute; bottom: 7px; left: 50%; transform: translateX(-50%); display: block !important; width: 300px;}
.payWrap .pay .payment_list button {display: block; margin: 0 auto; width: 150px; line-height: 44px; border: 0; background: var(--color); color: #fff; border-radius: 5px}

.hrWrap {}
.hrWrap > ul {display: flex; flex-flow: row wrap; margin: -8px;}
.hrWrap > ul li {position: relative; display: flex; justify-content: center; align-items: center; flex: 1 30%; margin: 8px; max-width: 387px; height: 90px}
.hrWrap > ul li:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #ddd; box-sizing: border-box}
.hrWrap > ul li:hover:before {border-width: 2px; border-color: var(--color)}
.hrWrap > ul li .link {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3}
.hrWrap > ul li h6 {text-align: center; font-weight: 500; font-size: 16px; line-height: 24px; color: #333; letter-spacing: -0.5px}
.hrWrap > ul li h6 span {display: block; font-weight: 500; font-size: inherit; line-height: inherit; color: var(--color); letter-spacing: inherit}

.hrsrch .srchBox {margin-bottom: 30px}
.hrsrch .srchBox dl {border: 5px solid #eee; border-radius: 10px; padding: 20px 0; text-align: center}
.hrsrch .srchBox dl > * {display: inline-block; vertical-align: middle}
.hrsrch .srchBox dt {font-size: 16px; color: #333; letter-spacing: -0.5px; margin-right: 25px}
.hrsrch .srchBox dd {}
.hrsrch .srchBox dd > * {height: 45px; line-height: 45px; border-radius: 5px}
.hrsrch .srchBox select {width: 435px; padding: 0 20px; border: 1px solid #ddd; font-size: 14px; color: #777}
.hrsrch .srchBox button {width: 95px; border: 0; text-indent: 18px; border-radius: 5px; background: var(--color) url('../images/sub/form_srch_ico.png') no-repeat 25px center; font-size: 15px; color: #fff; letter-spacing: -0.5px; margin-left: 5px}

.hrList {}
.hrList table {width: 100%; border-top: 2px solid #000}
.hrList table tr > * {border-bottom: 1px solid #ddd; text-align: center; padding: 22px 0; font-size: 14px; line-height: 22px; color: #555; letter-spacing: -0.5px}
.hrList table tr .no {}
.hrList table tr .kind {}
.hrList table tr .sbj {}
.hrList table tr .date {}
.hrList table thead tr th {padding: 15px 0; font-weight: 500; font-size: 15px; line-height: 25px; color: #333; letter-spacing: -0.5px}
.hrList table tbody tr td {}
.hrList table tbody tr td.kind {color: var(--color)}
.hrList table tbody tr td.sbj {text-align: left; padding: 22px 30px}
.hrList table tbody tr td a {display: block; overflow: hidden; text-decoration: none; width: 100%}
.hrList table tbody tr td a > * {line-height: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: break-all}
.hrList table tbody tr td a h6 img {margin-right: 2px}
.hrList table tbody tr td a h6 {font-weight: 500; font-size: 16px; color: #333333}
.hrList table tbody tr td a span {display: block; font-size: 14px; color: #777; letter-spacing: -0.5px; margin-top: 5px}

.edit {border: 1px solid #ddd; padding: 30px; box-sizing: border-box}
.edit.ex {position: relative; min-height: 400px}
.edit.ex:before {content: '에디터 영역'; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; text-align: center; font-weight: 500; font-size: 30px; line-height: 40px; color: #dddddd}

.inqTab {display: flex; flex-flow: row wrap; margin: 30px 0 50px}
.inqTab li {}
.inqTab li a {display: block; width: 100%; height: 50px; line-height: 50px; background: #f7f7f7; text-align: center; border: 1px solid #ddd; border-left: 0; box-sizing: border-box; font-size: 15px; color: #555; text-decoration: none}
.inqTab li:first-child a {border-left: 1px solid #ddd}
.inqTab li.active a {font-weight: 500; color: #fff; background: var(--color); border-color: var(--color)}

.inqWrap {}
.inqWrap h5 {font-weight: 500; font-size: 22px; line-height: 30px; color: #333}
.inqWrap .arTit {display: block; padding-left: 15px; font-weight: 500; font-size: 18px; line-height: 26px; color: #3a5eaa; letter-spacing: -1px; background: url('../images/sub/hr_sub_tit.png') no-repeat left 5px; margin-bottom: 15px}
.inqWrap .meaning {padding-bottom: 30px}
.inqWrap .meaning > * {letter-spacing: -0.5px}
.inqWrap .meaning h5 {}
.inqWrap .meaning h5 span {display: inline-block; vertical-align: text-bottom; font-weight: normal; font-size: 17px; color: inherit;}
.inqWrap .meaning p {font-size: 16px; line-height: 32px; color: #555; margin-top: 10px}
.inqWrap .meaning p strong {font-weight: 500; color: #444}
.inqWrap .kind {border: 1px solid #ddd; border-width: 1px 0; padding: 50px 0; display: flex; flex-flow: row wrap}
.inqWrap .kind.inq1 {}
.inqWrap .kind dl {display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; flex: 1 50%}
.inqWrap .kind dl > * {}
.inqWrap .kind dl dt {flex-basis: 140px; flex-shrink: 0; text-align: right}
.inqWrap .kind dl dt img {}
.inqWrap .kind dl dd {flex: 1; padding-left: 50px}
.inqWrap .kind dl dd h6 {font-size: 22px; line-height: 30px; color: #333; letter-spacing: -0.5px}
.inqWrap .kind dl dd p {font-weight: normal; font-size: 16px; line-height: 24px; color: #666; letter-spacing: inherit; margin-top: 10px}
.inqWrap .kind dl dd ul {margin-top: 20px}
.inqWrap .kind dl dd ul li {position: relative; display: inline-block; vertical-align: top; width: 50%; padding: 0 20px 0 15px; font-size: 15px; line-height: 28px; color: #666; letter-spacing: -0.5px; box-sizing: border-box}
.inqWrap .kind dl dd ul li:before {content: ''; position: absolute; top: 12px; left: 0; width: 4px; height: 4px; background: var(--color); border-radius: 50%}
/* .inqWrap .kind dl dd ul li.hov:after {content: '?'; display: inline-block; vertical-align: middle; width: 16px; line-height: 16px; background: #bbbbbb; border-radius: 50%; color: #fff; text-align: center; font-size: 11px} */
.inqWrap .kind dl dd ul li em {position: relative; display: inline-block; vertical-align: middle; width: 16px; line-height: 16px; background: #bbbbbb; border-radius: 50%; color: #fff; text-align: center; font-size: 11px; font-style: normal; text-indent: -1px}
.inqWrap .kind dl dd ul li em span {display: none; position: absolute; top: 20px; left: 5px; padding: 10px 15px; border: 1px solid #ddd; border-radius: 3px; background: #f7f7f7; z-index: 10; min-width: 240px; box-sizing: border-box; text-align: left; font-size: 14px; line-height: 20px; color: #555; letter-spacing: -0.5px; box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.075)}
.inqWrap .kind dl dd ul li:hover em span {display: block}
.inqWrap .area {padding-bottom: 45px}
.inqWrap .area .brBox {margin-top: 20px; padding: 20px 30px}
.inqWrap .area ul {}
.inqWrap .area ul li {font-size: 15px; line-height: 28px; color: #555; letter-spacing: -0.5px}
.inqWrap .area ul li span {display: inline-block; width: 18px}
.inqWrap .step {}
.inqWrap .step .box {margin-top: 20px; border: 5px solid #eeeeee; box-sizing: border-box; padding: 40px 0; text-align: center}
.inqWrap .step ol {display: inline-block}
.inqWrap .step ol li {position: relative; display: inline-block; vertical-align: top; padding: 0 30px}
.inqWrap .step ol li:after {content: ''; position: absolute; top: 14px; right: -10px; width: 19px; height: 17px; background: url('../images/sub/hr_inq_arrow_gr.png') no-repeat center / contain}
.inqWrap .step ol li:last-child:after {display: none}
.inqWrap .step ol li h6 {width: 185px; line-height: 44px; background: #3a5eaa; border-radius: 8px; text-align: center; font-weight: normal; font-size: 16px; color: #fff}
.inqWrap .step.full ol li h6 {width: 225px}
.inqWrap .step ol li:last-child h6 {background: var(--color)}
.inqWrap .step ol li span {display: block; margin-top: 10px; font-size: 15px; line-height: 25px; color: #666; letter-spacing: -0.5px}
.inqWrap .cond {padding-bottom: 45px}
.inqWrap .cond p {font-size: 16px; line-height: 30px; color: #666; margin-bottom: 20px}
.inqWrap .step .box.full {padding: 60px 0}
.inqWrap .tbl {margin-top: 20px}
.inqWrap .tbl.horz {}
.inqWrap .tbl table {width: 100%; border-top: 1px solid #000}
.inqWrap .tbl table tr > * {padding: 20px 30px; border-bottom: 1px solid #ddd; font-size: 15px; line-height: 26px; color: #666}
.inqWrap .tbl.ver table tr > * {padding: 10px 15px; text-align: center}
.inqWrap .tbl table tr th {background: #f6f6f6; text-align: center; font-weight: 500; color: #333}
.inqWrap .inTxt {margin-top: 25px}
.inqWrap .inTxt p {font-size: 16px; line-height: 30px; color: #666; margin-bottom: 20px}
.inqWrap .inTxt ul {padding: 20px 30px; background: #f6f6f6}
.inqWrap .inTxt ul li {font-size: 15px; line-height: 30px; color: #555; letter-spacing: -0.5px}
/* 약관 내용 출력 박스 */
.policybox{color: #666;font-size: 13px;line-height: 20px;}


/* 커뮤니티 - 자료실 */
.board-iframe{display:block;width:100%;max-width:650px;height:700px;margin:auto;}
.board-iframe iframe{width:100%;height:100%;}
.board-iframe .board_list {}


#sb-search{position: relative;margin-bottom: 20px;height: 40px;}
#sb-search .total{font-size: 14px;color: #333333;line-height: 40px;}
#sb-search .total strong{color: var(--color);}
#sb-search .cate {display: inline-block; vertical-align: middle; margin-left: 30px}
#sb-search .cate ul li {position: relative; display: inline-block; padding: 0 10px}
#sb-search .cate ul li:first-child {padding-left: 0}
#sb-search .cate ul li:before {content: ''; position: absolute; top: 50%; left: 0; width: 1px; height: 12px; background: #ddd; margin-top: -6px}
#sb-search .cate ul li:first-child:before {display: none}
#sb-search .cate ul li a {font-size: 14px; line-height: 24px; color: #666; letter-spacing: -0.5px}
#sb-search .cate ul li.active a {color: var(--color)}
#sb-search .tit{font-size: 16px;letter-spacing: -1px;color: #333;font-weight: bold;line-height: 40px;}
#sb-search .tit i{margin-right: 5px;}
#sb-search fieldset{position: absolute;top: 0;right: 0;font-family: empty;font-size: 0;}
#sb-search fieldset.no-abs{position: static;text-align: center;padding: 10px 0;}
#sb-search fieldset > *{display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;height: 40px;box-sizing: border-box;}
#sb-search legend{display: none;}
#sb-search .where{border: 1px solid #dddddd;border-top-color: #bababa;border-left-color: #bababa;width: 130px;overflow: hidden;background: url(/superboard/images/sb_slt_spr.jpg) no-repeat 92% center;margin-left: 5px;}
#sb-search .where select{width: 130%;height: 40px;border: none;background: none;padding-left: 10px;font-size: 14px;color: #333333;}
#sb-search .inp{position: relative;border: 1px solid #dddddd;border-top-color: #bababa;border-left-color: #bababa;padding-right: 40px;margin-left: 5px; border-radius: 0}
#sb-search .inp .keyword{width: 100%;border: none;background: none;height: 40px;font-size: 14px;padding-left: 10px;}
#sb-search .inp .sbm{position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: url(/superboard/images/sb_search_sbm.jpg) no-repeat center center;border: none;text-indent: -999em;}


/* 통합 검색 페이지 */
.srhWrap {}
.srhWrap .wrap {margin-top: 50px}
.srhWrap .wrap:first-child {margin-top: 0}
.srhWrap .wrap .link {margin-top: 40px}
.srhWrap .wrap .link a {display: inline-block; height: 44px; line-height: 44px; padding: 0 60px; background: var(--color); border-radius: 5px; font-size: 15px; color: #fff}
.srhWrap .wrap > dl {}
.srhWrap .wrap > dl:first-child {}
.srhWrap .wrap > dl > dt {position: relative; padding-left: 20px; font-weight: 500; font-size: 24px; line-height: 34px; color: #333; letter-spacing: -0.5px; padding-bottom: 15px; border-bottom: 1px solid #ddd}
.srhWrap .wrap > dl > dt:before {content: ''; position: absolute; top: 6px; left: 0; width: 4px; height: 22px; background: var(--color)}
.srhWrap .wrap > dl > dt span {margin-left: 10px; font-weight: normal; font-size: 14px; color: #666}
.srhWrap .wrap > dl > dt span strong {color: #444}
.srhWrap .wrap > dl > dt span b {color: var(--color)}
.srhWrap .wrap > dl > dt .srList {position: absolute; top: 0; right: 0}
.srhWrap .wrap > dl > dt .srList li {position: relative; display: inline-block; vertical-align: middle; padding: 0 10px}
.srhWrap .wrap > dl > dt .srList li:before {content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 10px; background-color: #ddd}
.srhWrap .wrap > dl > dt .srList li:last-child {padding-right: 0}
.srhWrap .wrap > dl > dt .srList li:last-child:before {display: none}
.srhWrap .wrap > dl > dt .srList li a {line-height: 40px; color: #777}
.srhWrap .wrap > dl > dt .srList li.active a {color: #333}
.srhWrap .wrap > dl > dd:not(.sch_list) {position: relative; padding: 10px 0; padding-left: 20px; border-bottom: 1px solid #ddd; box-sizing: border-box}
.srhWrap .wrap > dl > dd:not(.sch_list):before {content: ''; position: absolute; top: 20px; left: 10px; width: 3px; height: 3px; border-radius: 50%; background: var(--color)}
.srhWrap .wrap > dl > dd:not(.sch_list) a {display: block; text-decoration: none}
.srhWrap .wrap > dl > dd:not(.sch_list) a h6 {font-weight: 600; font-size: 17px; line-height: 26px; color: #444; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
.srhWrap .wrap > dl > dd:not(.sch_list) a:hover h6,
.srhWrap .wrap > dl > dd:not(.sch_list) a:hover h6 strong {text-decoration: underline}
.srhWrap .wrap > dl > dd:not(.sch_list) a h6 strong {display: inline-block; vertical-align: top; font-weight: 500; font-size: 16px; color: #555; margin-right: 5px; }
.srhWrap .wrap > dl > dd:not(.sch_list) a p {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 3px; word-wrap: break-word; font-size: 15px; line-height: 24px; color: #777; overflow: hidden; text-overflow: ellipsis}
.srhWrap .wrap .sch_list {margin-top: 0;border-top: 0;}

.downWrap {}
.downWrap .total{display: block; font-size: 14px;color: #666666;line-height: 24px; margin-bottom: 25px}
.downWrap .total strong{color: var(--color);}
.downWrap table {width: 100%;border-top: 2px solid #000000;}
.downWrap table tr > *{position: relative;padding: 15px;border-bottom: 1px solid #dddee0;border-width: 0 1px 1px 1px;font-size: 15px;line-height: 26px;text-align: center;}
.downWrap table tr.tr_notice{background: #f3f4f7;}
.downWrap table thead tr th{font-weight: 500;color: #000000;letter-spacing: -1px; line-height: 30px}
.downWrap table tbody tr td.sbj{text-align: left;}
.downWrap table tbody tr td.sbj a{color: #000;letter-spacing: -0.5px;font-size: 15px;}
.downWrap table tbody tr td.sbj img{max-height:15px;width: auto;height: auto;}
.downWrap table tbody tr td.sbj .cmnt{font-weight: bold;color: #cb0f16;font-size: 12px;margin-left: 10px;}
.downWrap table tbody tr td em{display: none;}
.downWrap table tbody tr td.down a {display: inline-block; padding: 0 20px; border: 1px solid var(--color); border-radius: 3px;}
.downWrap table tbody tr td.down a span {display: inline-block; vertical-align: top; font-size: 14px; line-height: 30px; color: var(--color); padding-right: 18px; background: url('/images/sub/download_btn_ico_be.png') no-repeat right center}
.downWrap table tbody tr td.down a:hover {background: var(--color)}
.downWrap table tbody tr td.down a:hover span {color: #fff; background: url('/images/sub/download_btn_ico.png') no-repeat right center}
.downWrap table tbody tr td.down span {color: var(--color); font-size: 15px}


#payPopup {display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.5); z-index: 500}
#payPopup.on {display: block}
#payPopup .popup {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 700px; background: #fff; border-radius: 5px; padding: 30px; box-sizing: border-box}
#payPopup .close {position: absolute; top: -45px; right: 0; width: 45px; height: 45px; font-size: 20px; color: #fff; line-height: 40px; text-align: right}
#payPopup legend {margin-bottom: 10px; font-weight: 500; font-size: 18px; line-height: 26px; color: #333; letter-spacing: -0.5px}
#payPopup legend strong {color: var(--color)}
#payPopup ul {margin-bottom: 20px; border-top: 2px solid #666; border-bottom: 1px solid #ddd}
#payPopup ul li {position: relative; padding: 5px 0; padding-left: 90px; border-bottom: 1px solid #eee}
#payPopup ul li:last-child {border-bottom: 0}
#payPopup ul li > * {line-height: 36px}
#payPopup ul li strong {position: absolute; top: 5px; left: 0; font-weight: 500; font-size: 14px; color: #333}
#payPopup ul li span {margin-right: 10px}
#payPopup ul li .inp {font-size: 14px}
#payPopup ul li label {}
#payPopup ul li label input[type=radio],
#payPopup ul li label input[type=checkbox] {vertical-align: middle; margin-top: 0}
 {vertical-align: middle; margin-top: 0}
#payPopup ul li label input:checked ~ .bankInfo {display: inline-block !important; margin-left: 5px; color: #333}
#payPopup .scroll {height: 90px; overflow-y: scroll; border: 1px solid #ddd; padding: 10px; background: #f8f8f8; box-sizing: border-box}
#payPopup .agree {line-height: 36px}
#payPopup .agree input {vertical-align: middle; margin-top: 0}
#payPopup button {width: 100%; line-height: 40px; border: 0; border-radius: 5px; background: var(--color); font-size: 15px; color: #fff; text-align: center}


.srchWrap{position: relative;margin-bottom: 20px;height: 40px;}
.srchWrap .total{font-size: 14px;color: #333333;line-height: 40px;}
.srchWrap .total strong{color: var(--color);}
.srchWrap .tit{font-size: 16px;letter-spacing: -1px;color: #333;font-weight: bold;line-height: 40px;}
.srchWrap .tit i{margin-right: 5px;}
.srchWrap fieldset{position: absolute;top: 0;right: 0;font-family: empty;font-size: 0;}
.srchWrap fieldset.no-abs{position: static;text-align: center;padding: 10px 0;}
.srchWrap fieldset > *{display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;height: 40px;box-sizing: border-box;}
.srchWrap legend{display: none;}
.srchWrap .where{border: 1px solid #dddddd;border-top-color: #bababa;border-left-color: #bababa;width: 180px;overflow: hidden;background: url(/superboard/images/sb_slt_spr.jpg) no-repeat 92% center;margin-left: 5px;}
.srchWrap .where select{width: 130%;height: 40px;border: none;background: none;padding-left: 10px;font-size: 14px;color: #333333;}
.srchWrap .inp{position: relative;border: 1px solid #dddddd;border-top-color: #bababa;border-left-color: #bababa;padding-right: 40px;margin-left: 5px; border-radius: 0}
.srchWrap .inp .keyword{width: 100%;border: none;background: none;height: 40px;font-size: 14px;padding-left: 15px;}
.srchWrap .inp .sbm{position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: url(/superboard/images/sb_search_sbm.jpg) no-repeat center center;border: none;text-indent: -999em;}

.regTbl {}
.regTbl{width: 100%;border-top: 2px solid #000;}
.regTbl tr > *{position: relative;padding: 15px;border-bottom: 1px solid #dddee0;font-size: 15px;line-height: 26px;text-align: center;}
.regTbl tr.tr_notice{background: #f3f4f7;}
.regTbl thead tr th{font-weight: 500;color: #000000;letter-spacing: -1px; line-height: 30px}
.regTbl tbody tr td.sbj{text-align: left;}
.regTbl tbody tr td.sbj a{color: #000;letter-spacing: -0.5px;font-size: 15px;}
.regTbl tbody tr td.sbj img{max-height:15px;width: auto;height: auto;}
.regTbl tbody tr td.sbj .cmnt{font-weight: bold;color: #cb0f16;font-size: 12px;margin-left: 10px;}
.regTbl tbody tr td em{display: none;}


/* 230315 추가 작업 - 근로시간 산출기 */

.wrkWrap {}
.wrkWrap .directions {margin-bottom: 30px}
.wrkWrap .directions h5 {border: 0; background-color: #eeeeee; padding: 0; font-weight: 500; font-size: 18px; line-height: 50px; color: #333; letter-spacing: -0.5px; text-align: center; margin-bottom: 20px}
.wrkWrap .directions .txtBox {margin-top: 20px; border: 5px solid #eee; padding: 25px; box-sizing: border-box}
.wrkWrap .directions .txtBox p {font-size: 16px; line-height: 30px; color: #555; letter-spacing: -0.5px}
.wrkWrap .directions .txtBox p em {display: block; margin-bottom: 10px; font-style: normal; font-size: 13px; line-height: 18px}
.wrkWrap .directions .txtBox .exBox {margin: 5px 0; padding: 12px 15px; background-color: #f7f7f7}
.wrkWrap .directions .txtBox .exBox b {display: block; margin-bottom: 5px; font-weight: 500; font-size: 15px; color: #333}
.wrkWrap .directions .txtBox .exBox span {display: block; margin-top: 5px; padding-left: 5px; font-size: 13px; line-height: 21px; color :#666}
.wrkWrap .directions .txtBox .exBox span:last-child {margin-top: 0}
.wrkWrap .directions .txtBox p strong {font-weight: normal}
.wrkWrap .directions .txtBox p strong.clrBlue {color: var(--color)}

.wrkWrap .wrkCont {}
.wrkWrap .wrkCont .tit {margin-bottom: 20px; font-weight: 500; font-size: 22px; line-height: 30px; color: #333; letter-spacing: -0.5px}
.wrkWrap .wrkCont .tblTit {border: 0; background-color: #eeeeee; padding: 0; font-weight: 500; font-size: 18px; line-height: 50px; color: #333; letter-spacing: -0.5px; text-align: center; margin-bottom: 20px}

.wrkWrap table tr .clrBlue {font-weight: 500; color: var(--color)}
.wrkWrap table tr .bgRed {font-weight: 500; background-color: #ffcdd3}
.wrkWrap table tr .inp {text-align: center}

.wrkWrap .tbl {}
.wrkWrap .tbl table tr th {padding: 15px; font-weight: 500}
.wrkWrap .tbl table tr td {padding: 10px 15px; line-height: 36px;}

.wrkWrap .tblType1 {margin-bottom: 40px}
.wrkWrap .tblType1 table {width: 100%; border: 0; border-top: 2px solid #333}
.wrkWrap .tblType1 table tr th {font-weight: 500;  background-color: #fff}
.wrkWrap .tblType1 table thead tr th {padding: 15px 5px; line-height: 22px}
.wrkWrap .tblType1 table thead tr th span {margin-left: 3px; font-size: 13px; letter-spacing: -1px}
.wrkWrap .tblType1 table tbody tr th {position: relative; color: #003333}
.wrkWrap .tblType1 table tbody tr td {padding: 11px 15px}
.wrkWrap .tblType1 table tr .inf {position: relative; display: inline-block; vertical-align: top;}
.wrkWrap .tblType1 table tr .inf span {display: inline-block; width: 16px; height: 16px; border-radius: 50%; margin-left: 2px; text-indent: -1px; font-size: 11px; color: #fff; line-height: 16px; background-color: #bbbbbb; cursor: pointer}
.wrkWrap .tblType1 table tr .inf p {display: none; position: absolute; top: 30px; left: 5px; min-width: 180px; padding: 5px 10px; background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 3px; z-index: 10; font-size: 14px; line-height: 21px; color: #555; text-align: left; box-sizing: border-box; box-shadow: -1px 2px 4px 4px rgba(0,0,0,0.05);}
.wrkWrap .tblType1 table tr .inf:hover p {display: block;}



/* @media print {
  div.divFooter {
    position: fixed;
    bottom: 10mm;
    left: 10mm;
    width: 100%;
  }
}

@media print {
  div.divHeader {
    position: fixed;
    top: 5mm;
    left: 5mm;
  }
}

@media print {
  div.divWatermark {
	position: absolute top:0;left:0; display: block; width: 210mm; min-height: 200mm; padding: 10mm; margin: 0 auto;  background: url('../images/layout/view_mark_img.png') no-repeat center center; box-sizing: border-box
  }
} */



.calheadInfo {margin-bottom: 50px; border: 5px solid #eee; box-sizing: border-box}
.calheadInfo ul {display: flex; flex-flow: row wrap; padding: 30px 35px;}
.calheadInfo ul li {flex: 1; font-size: 15px; line-height: 26px; color: #666; letter-spacing: -0.5px}

.calfootInfo {display: flex; flex-flow: row wrap; margin: 0 -10px; margin-top: 30px}
.calfootInfo dl {width: calc(50% - 20px); margin: 0 10px; padding: 25px 30px; border: 1px solid #ddd; box-sizing: border-box}
.calfootInfo dt {margin-bottom: 10px; font-weight: 500; font-size: 16px; line-height: 24px; color: #333; letter-spacing: -0.5px}
.calfootInfo dd {font-size: 14px; line-height: 26px; color: #666; letter-spacing: -0.5px}

.calendar {}
.calendar .calendarHead {position: relative; margin-bottom: 30px; text-align: center}
.calendar .calendarHead .selectBox {position: absolute; top: 0; left: 0}
.calendar .calendarHead .selectBox select {width: 120px; height: 45px; margin-right: 5px; border: 1px solid #ddd; border-radius: 3px; padding: 0 15px}
.calendar .calendarHead .dateBox {position: relative; display: inline-block; vertical-align: top; padding: 0 70px}
.calendar .calendarHead .dateBox a {position: absolute; top: 1px; width: 38px; height: 38px; text-indent: -999em}
.calendar .calendarHead .dateBox a.prev {left: 0; background: url('../images/sub/calendar_prev_arrow.png') no-repeat center / contain}
.calendar .calendarHead .dateBox a.next {right: 0; background: url('../images/sub/calendar_next_arrow.png') no-repeat center / contain}
.calendar .calendarHead .dateBox h5 {font-size: 34px; line-height: 40px; color: #333; letter-spacing: -0.5px}
.calendar .calendarHead .dateBox h5 span {font-family: inherit; font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; color: inherit; letter-spacing: inherit}
.calendar .calendarTable {}
.calendar .calendarTable table {width: 100%}
.calendar .calendarTable table tr th {width: 14.285%; border-top: 2px solid #333; border-bottom: 1px solid #ddd; font-weight: 500; font-size: 18px; line-height: 70px; color: #333; letter-spacing: -0.5px}
.calendar .calendarTable table tr td {position: relative; height: 165px; padding: 20px; padding-right: 5px; padding-top: 40px; border: 1px solid #ddd; border-width: 0 0 1px 1px; box-sizing: border-box; vertical-align: top}
.calendar .calendarTable table tr td:first-child {border-left: 0}
.calendar .calendarTable table tr td .colRed {color: #d41414}
.calendar .calendarTable table tr td span {position: absolute; top: 20px; left: 20px; font-weight: 500; font-size: 15px; line-height: 20px; color: #555}
.calendar .calendarTable table tr td em {display: inline-block; vertical-align: top; margin-left: 10px; font-style: normal; font-weight: inherit; font-size: 13px; color: inherit; line-height: inherit}
.calendar .calendarTable table tr td .scroll {margin-top: 10px; min-height: 100px; max-height: 100px; overflow-y: scroll; padding-right: 10px}
.calendar .calendarTable table tr td .scroll::-webkit-scrollbar {width: 3px}
.calendar .calendarTable table tr td .scroll::-webkit-scrollbar-thumb {background-color: #666666; background-clip: padding-box;}
.calendar .calendarTable table tr td .scroll::-webkit-scrollbar-track {background-color: #fff; border-radius: 5px; }
.calendar .calendarTable table tr td .scroll p {position: relative; margin-bottom: 5px; padding-left: 6px; font-size: 12px; line-height: 18px; color: #666; letter-spacing: -0.5px}
.calendar .calendarTable table tr td .scroll p:last-child {margin-bottom: 0}
.calendar .calendarTable table tr td .scroll p:before {content: ''; position: absolute; top: 7px; left: 0; width: 2px; height: 2px; background-color: #666; border-radius: 50%}


.scrollGuide {display: none}





/* [230508 kyj] 건별 */
#paper-wrap {max-width: 740px;box-sizing: border-box;min-height: 297mm;min-height: 320mm;padding: 0 50px;
  min-height: 100vh;}
#paper-wrap h2 {text-align: center;margin-bottom: 30px;}
#paper-wrap .t1 {font-size: 14px;color: #444;}
#paper-wrap .t1 hr {display: inline-block;vertical-align: middle;width: 20px;border: 0;}
#paper-wrap table {width: 100%;}
#paper-wrap table tr > * {padding: 5px 15px;text-align: left;font-size: 16px;color: #000;background: #f8f8f8;}
#paper-wrap table tr > th {font-weight: 500;}
#paper-wrap table tr:first-child > * {padding-top: 15px;border-top: 2px solid #3b81e1;}
#paper-wrap table tr:last-child > * {padding-bottom: 15px;border-bottom: 2px solid #3b81e1;}
#paper-wrap .memoWrap {padding: 20px;min-height: 300px;}
#paper-wrap .memoWrap ol > li {display: flex;font-size: 16px;color: #333;font-weight: 500;line-height: 2em;}
#paper-wrap .memoWrap ol > li i {margin-right: 5px;font-style: normal;font-size: 16px;color: #333;font-weight: 500;line-height: 2em;}
#paper-wrap .name {text-align: right;font-size: 16px;color: #333;font-weight: 500;line-height: 2em;}
#paper-wrap .bot {border-top: 1px solid #3b81e1;margin-top: 100px;text-align: center;padding-top: 20px;font-size: 14px;color: #444;line-height: 1.8em;}


@media print {
  #paper-wrap h2 img {height: 5vh;}
  #paper-wrap .t1 {font-size: 22px;}
  #paper-wrap table tr > * {font-size: 24px;}
  #paper-wrap .memoWrap ol > li {font-size: 24px;}
  #paper-wrap .memoWrap ol > li i {font-size: 24px;}
  #paper-wrap .name {font-size: 24px;}
  #paper-wrap .bot {font-size: 22px;}

  .head img {width: auto;height: 5vh;}
  .head p {margin-top: 2vh !important;font-size: 22px !important;line-height: 1.4em !important;}
  .head span {font-size: 22px !important;line-height: 1.4em !important;}

  .foot {margin-top: 3vh;}
  .foot img {width: 20vw !important;height: auto;}
  .foot address {font-size: 20px !important;line-height: 1.4em !important;padding-left: 22vw !important;}
  .foot address .mark {width: 3vh;height: 3vh;}

  .cont {margin: 0 100px;}
  .ctrWrap .tblWrap.brd .tit {font-size: 26px;line-height: 1.6em;padding-bottom: 3vh;margin-bottom: 3vh;}
  .ctrWrap .tblWrap.brd .txt {font-size: 24px;line-height: 1.6em;}
  .ctrWrap .tblWrap.brd .txt * {font-size: 24px !important;line-height: 1.6em !important;}
  .ctrWrap .tblWrap.brd .cmmt {font-size: 23px;line-height: 1.6em;}

}



/* [230509 kyj] 건별 */
.pointBox {margin-bottom: 30px;border: 5px solid #eeeeee;border-radius: 10px;padding: 3px;display: flex;justify-content: center;align-items: center;overflow: hidden;position: relative;z-index: 0;}
.pointBox > * {margin: 10px;}
.pointBox > p {font-size: 18px;color: #333333;font-weight: 500;letter-spacing: -1px;}
.pointBox > strong {width: 250px;height: 50px;line-height: 50px;border-radius: 25px;background-color: #f6f6f6;padding: 0 30px;text-align: right;font-size: 26px;color: var(--color);font-weight: 700;}
.pointBox > .more {margin: 0;position: absolute;top: 50%;right: 50px;font-size: 15px;color: #555555;font-weight: 300;transform: translateY(-50%);}

.payment {margin-bottom: 15px;border: 1px solid #eeeeee;border-radius: 10px;padding: 15px 40px;display: flex;justify-content: space-between;align-items: center;}
.payment .tit {display: flex;align-items: center;}
.payment .tit h4 {font-size: 20px;color: #333333;font-weight: 700;}
.payment .tit p {margin-left: 20px;font-size: 15px;}
.payment fieldset {display: flex;align-items: center;}
.payment fieldset > * {margin: 5px;}
.payment fieldset legend {display: none;}
.payment fieldset .inp {border: 1px solid #ddd;height: 45px;padding: 0 20px;width: 215px;box-sizing: border-box;font-size: 16px;letter-spacing: -0.03em;border-radius: 5px;}
.payment fieldset strong {font-size: 18px;color: #333333;font-weight: normal;letter-spacing: -0.03em;}
.payment fieldset span {font-size: 16px;letter-spacing: -0.03em;}
.payment fieldset .sbm {margin-left: 25px;background: var(--color);font-size: 15px;color: #fff;text-align: center;width: 180px;text-align: center;height: 45px;border: 0;border-radius: 5px;}

.exclamation-box {background: #f6f6f6;padding: 15px;display: flex;align-items: center;justify-content: center;}
.exclamation-box > * {margin: 2px;font-size: 16px;color: #333333;}

#point-wrap .title {margin-bottom: 20px;font-family: empty;font-size: 0;}
#point-wrap .title > * {display: inline-block;vertical-align: middle;}
#point-wrap .title > strong {font-family: noto;font-size: 20px;color: #333333;font-weight: 300;margin-right: 35px;}
#point-wrap .cate > li {display: inline-block;vertical-align: middle;font-family: empty;font-size: 0;}
#point-wrap .cate > li:not(:first-child):before {display: inline-block;vertical-align: middle;content: '';width: 2px;height: 11px;background: #cbccce;margin: 0 18px;}
#point-wrap .cate > li a {display: inline-block;vertical-align: middle;font-size: 15px;}
#point-wrap .cate > li.active a {color: var(--color);}

.sch-box2 legend {display: none !important;}
.sch-box2 fieldset {background: #fff;border: 1px solid #ddd;border-radius: 10px;padding: 22px 30px;overflow: hidden;text-align: right;position: relative;font-family: empty;font-size: 0;}
.sch-box2 fieldset > * {display: inline-block;vertical-align: middle;font-family: noto;font-size: 14px;margin-left: 5px;}
.sch-box2 fieldset .datebox {position: absolute;top: calc(50% - 16px);left: 30px;margin-left: 0;}
.sch-box2 fieldset .datebox:after {display: block;clear: both;content: '';}
.sch-box2 fieldset .datebox > * {float: left;}
.sch-box2 fieldset .datebox strong {margin-right: 20px;font-size: 16px;color: #333333;font-weight: normal;line-height: 32px;}
.sch-box2 fieldset .datebox button {margin-right: 6px;width: 70px;height: 32px;line-height: 30px;border: 1px solid #ddd;background: #fff;border-radius: 16px;}
.sch-box2 fieldset .datebox button.active {background: var(--color);color: #fff;border-color: var(--color);}
.sch-box2 fieldset .inp {min-width: 226px;height: 45px;border: 1px solid #ddd;padding: 0 20px;border: 1px solid #ddd;border-radius: 5px;color: #777;}
.sch-box2 fieldset .inp.cal {min-width: auto;width: 176px;padding-right: 45px;background: url('../images/sub/sch-ico-cal.png') no-repeat 100% center;}
.sch-box2 fieldset .sbm {border: 0;width: 96px;height: 45px;background: #333333;font-size: 15px;color: #fff;border-radius: 5px;}

.table3 {width: 100%;border-top: 2px solid #000000;}
.table3 tr > * {padding: 20px;border-bottom: 1px solid #ddd;text-align: center;font-size: 15px;color: #555555;}
.table3 tr > th {color: #333333;font-weight: 300;}
.table3 tbody tr > *:not(:first-child) {position: relative;}
.table3 tbody tr > *:not(:first-child):after {display: block;content: '';position: absolute;top: 20px;bottom: 20px;left: 0;width: 1px;background: #ddd;}
.table3 .no {width: 60px;}

#tnb > li {vertical-align: middle;}
#tnb .mypoint {display: flex;align-items: center;}
#tnb .mypoint p {color: #333333;margin-right: 10px;}
#tnb .mypoint a {padding-left: 0;color: var(--color);font-weight: 500;}
#tnb > li.service {margin-left: 10px;padding: 0 18px; background: #aa3a5e; border-radius: 25px}
#tnb > li.service a {margin-left: 0;padding-left: 0;color: #fff;}



/* [230515 kyj] */
.means label {margin: 2px;display: inline-block;vertical-align: middle;position: relative;z-index: 0;}
.means label input {position: fixed;top: -9999px;}
.means label span {display: block;border: 2px solid #ddd;height: 40px;line-height: 36px;border-radius: 5px;padding: 0 15px;box-sizing: border-box;cursor: pointer;}
.means label .bankInfo {position: absolute;bottom: 100%;left: 0;margin-bottom: 5px;min-width: 265px;padding: 7px 10px;background: #f6f6f6;border: 1px solid #ddd;border-radius: 3px;box-shadow: 0 0 10px rgba(0,0,0,0.2);color: #333;letter-spacing: -1px;line-height: 1.4em;}
.means label input:checked + span {background-color: #3a5eaa;border-color: #3a5eaa;color: #fff;}
.means label input:checked ~ .bankInfo {display: block !important;}





/* [231211 kyj] S */
#main .visual .slide_next {opacity: 0;position: absolute;bottom: 100px;right: 100px;z-index: 66;background: #000;padding: 0 15px;height: 40px;border: 0px;border-radius: 5px;overflow: hidden;text-transform: uppercase;color: #fff;}
#main .visual .item {height: 100vh;position: relative;z-index: 0;overflow: hidden;}
#main .visual .item video {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);min-width: 100%;min-height: 100%;width: auto;height: auto;}

/* [240222 pcy] */
.sub_srch {width: 700px;margin: 0 auto;margin-bottom: 60px}
.sub_srch form {}
.sub_srch form fieldset {width: 100%; padding: 0 30px; border: 4px solid #3b81e1; box-sizing: border-box; border-radius: 35px; background: #fff; box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05);position: relative;}
.sub_srch form fieldset:after {content: ''; display: block; clear: both}
.sub_srch form fieldset > * {float: left}
.sub_srch form fieldset .inp {width: calc(100% - 45px); padding: 0 15px; height: 55px; line-height: 55px; border: 0; font-size: 17px; color: #777; letter-spacing: -0.5px; box-sizing: border-box}
.sub_srch form fieldset .inp::placeholder {color: #777}
.sub_srch form fieldset button[type=button],
.sub_srch form fieldset button[type=submit] {width: 45px; height: 55px; border: 0; background: #fff; background: url('../images/main/main_srch_ico.png') no-repeat center; text-indent: -9999em}
.sub_srch form fieldset .search_inset_opt{position: absolute;top: 50%;transform: translate(0, -50%);right: -160px;width: 145px;line-height: 42px;text-align: center;border-radius: 42px;background: #e5ebf7;font-size: 14px;color: #333333;letter-spacing: -1px;border: none;}
.sub_srch form ul {margin-top: 25px; text-align: center}
.sub_srch form ul li {display: inline-block; vertical-align: top; margin: 3px}
.sub_srch form ul li a {display: block; padding: 10px 18px; font-size: 13px; line-height: 16px; color: #fff; letter-spacing: -0.5px; background: rgba(0,0,0,0.5); border-radius: 20px}

/* [240618 kyj] S */
.labs {display: flex;flex-wrap: wrap;margin: -5px -10px;}
.labskin {margin: 5px 10px;position: relative;}
.labskin input {position: absolute;top: 0;left: 0;opacity: 0;margin: 0;}
.labskin label {font-size: 17px;color: #555555;letter-spacing: -1px;line-height: 22px;}
.labskin input[type=checkbox] + label {padding-left: 20px;position: relative;}
.labskin input[type=checkbox] + label:after {display: block;content: '';width: 15px;height: 15px;box-sizing: border-box;border: 1px solid #ccc;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.labskin input[type=checkbox]:checked + label:after {border-color: var(--color);}
.labskin input[type=checkbox]:checked + label:before {display: block;content: '\e116';width: 15px;height: 15px;line-height: 15px;text-align: center;position: absolute;top: 50%;left: 0;transform: translateY(-50%);font-family: 'axicon';font-size: 12px;color: var(--color);text-align: center;}
.labskin input[type=radio] + label {padding-left: 30px;position: relative;}
.labskin input[type=radio] + label:after {display: block;content: '\e116';width: 20px;height: 20px;line-height: 18px;box-sizing: border-box;border: 1px solid #bbbbbb;background-color: #bbbbbb;position: absolute;top: 50%;left: 0;transform: translateY(-50%);font-family: 'axicon';font-size: 12px;color: #fff;text-align: center;border-radius: 50%;}
.labskin input[type=radio]:checked + label:after {border-color: var(--color);background-color: var(--color);}


#step-wrap {padding: 50px 100px;box-shadow: 0 0 20px rgba(0,0,0,0.08);border-radius: 20px;overflow: hidden;}
#step-wrap legend {text-align: center;margin-bottom: 40px;font-size: 25px;color: #333333;font-weight: 700;line-height: 35px;}
#step-wrap .btnWrap {margin-top: 40px;}
.step-list {padding: 10px 40px;border: 1px solid #ddd;border-radius: 10px;}
.step-list > dl {display: flex;justify-content: space-between;align-items: center;padding: 25px 0;}
.step-list > dl + dl {border-top: 1px solid #ddd;}
.step-list > dl > dt {font-size: 16px;color: #333333;font-weight: normal;line-height: 32px;}

.__hidden {display: none !important;}

#step-wrap .title {margin-bottom: 35px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
#step-wrap .title > * {text-align: center;}
#step-wrap .title img {margin-bottom: 25px;}
#step-wrap .title h4 {font-size: 25px;color: #333333;font-weight: 700;line-height: 40px;}
#step-wrap .title h4 .col {font-size: 25px;color: var(--color);font-weight: 700;line-height: 40px;}
#step-wrap .title p {margin-top: 8px;font-size: 17px;color: #666666;line-height: 30px;}
#step-wrap .table1 {border-top: 2px solid #333;}
#step-wrap .table1 tr > * {padding: 20px;font-size: 16px;color: #333333;font-weight: 500;}
#step-wrap .table1 thead tr > * {background: #f6f6f6;}
.level-inf {border-radius: 10px;background: #f6f6f6;padding: 20px;text-align: center;display: flex;align-items: center;justify-content: center;}
.level-inf p {font-size: 19px;color: #333333;letter-spacing: -0.045em;line-height: 30px;}
.level-inf mark {background: #fff;margin: 0 22px;font-size: 19px;color: var(--color);letter-spacing: -0.045em;font-weight: 500; line-height: 46px;border-radius: 23px;padding: 0 35px;}

.btn-wrap {margin: 30px 0;border-radius: 10px;border: 6px solid #f6f6f6;padding: 25px;text-align: center;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.btn-wrap p {margin-bottom: 15px;font-size: 20px;color: #333333;font-weight: 500;line-height: 35px;}
.btn-wrap p i {display: inline-block;vertical-align: -1px;margin-right: 5px;}

.step-view {padding: 50px 100px;box-shadow: 0 0 20px rgba(0,0,0,0.05);border-radius: 20px;overflow: hidden;}
.step-view + .step-view {margin-top: 30px;}
.step-view .btn-wrap {margin: 0;border-radius: 10px;border: 0;background: #f6f6f6;padding: 20px;text-align: center;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.step-view .btn-wrap p {margin-bottom: 0;font-size: 18px;}
.step-view dl.result > dt {background: var(--color);border-radius: 10px;padding: 15px;text-align: center;font-size: 20px;color: #fff;font-weight: 700;line-height: 1.6em;}
.step-view dl.result > dd {display: flex;justify-content: space-between;align-items: center;margin-top: 20px;padding: 50px 0;height: 400px;overflow: hidden;}
.step-view dl.result > dd .chart-wrap {width: calc(100% - 350px - 30px);}
.step-view dl.result > dd .inf {width: 350px;border-left: 1px solid #ddd;display: flex;justify-content: center;align-items: center;flex-direction: column;box-sizing: border-box;}
.step-view dl.result > dd.small_h {height: auto;}
.step-view dl.result .inf > * {text-align: center;}
.step-view dl.result .inf > strong {font-size: 30px;color: #333333;font-weight: 700;line-height: 40px;}
.step-view dl.result .inf > strong .level {display: block;font-size: 82px;color: #333333;font-weight: 700;line-height: 90px;}
.step-view dl.result .inf > mark {margin: 20px 0;width: 200px;height: 54px;line-height: 54px;border-radius: 27px;font-size: 24px;color: #333333;font-weight: 700;background: #f6f6f6;text-align: center;}
.step-view dl.result .inf > p {font-size: 17px;color: #555;line-height: 30px;}
.step-view dl.result .inf > p .colRed {font-size: 17px;line-height: 30px;font-weight: 700;}
.step-view .memo {margin-top: 50px;}
.step-view .memo > * {display: block;}
.step-view .memo > b {font-size: 20px;color: #333333;font-weight: 700;line-height: 30px;}
.step-view .memo > p {margin-top: 10px;font-size: 15px;color: #333333;font-weight: 500;line-height: 30px;}
.step-view .memo > p .small {font-size: 15px;color: #777777;font-weight: 300;line-height: 30px;}
.step-view .memo > .line {border: 0px;background: none;padding: 0;margin: 35px 0;height: 1px;background: #ddd;width: 100%;}

.chart-wrap {box-sizing: border-box;}

.col {color: var(--color) !important;}
.colRed {color: #d91515 !important;}

.stxt-page {font-size: 18px;font-weight: 700;color: var(--color);}



/* [240711 kyj] S */
#lef_banner {position: absolute;top: 20%;left: 200px;z-index: 22;display: block;left: 80px;}
#lef_banner img {display: block;}

/* [240711 kyj] webper */
#lef_banner2 {position: absolute;top: calc(20% + 100px);left: 200px;z-index: 22;display: block;left: 80px;}
#lef_banner2 img {display: block;}

#lef_banner3 {position: absolute;top: calc(20% + 200px);left: 200px;z-index: 22;display: block;left: 80px;}
#lef_banner3 img {display: block;}

#lef_banner,
#lef_banner2,
#lef_banner3 {display: none !important;}

/* [240906 kyj] webper */
#paper-wrap {max-width: 100%;}

/* support > csddd */
.s_tit_1{margin-bottom: 15px;font-size: 22px;color: #000;letter-spacing: -1px;}
.csddd{border: 6px solid #f3f3f3;padding: 40px;}
.csddd .head{margin-bottom: 50px;}
.csddd .head img{display: block;margin: 0 auto;}
.csddd .head .step{display: block;width: 115px;line-height: 46px;border-radius: 46px;background: #444444;font-size: 22px;color: #fff;text-align: center;font-weight: 500;margin: 0 auto;}
.csddd .head h4{font-size: 28px;color: #000000;letter-spacing: -1px;font-weight: normal;text-align: center;margin-top: 20px;}
.csddd .head h4 strong{font-weight: 500;}
.csddd .head p{margin-top: 10px;font-size: 16px;color: #666666;text-align: center;}
.csddd .inner{background: #fafafa;padding: 50px 40px;}
.csddd .inner hr{height: 1px;border: none;margin: 40px 0;border-top: 1px dashed #ccc;}
.csddd .inner h5{text-align: center;font-size: 34px;color: #000000;}
.csddd .inner h5 img{display: inline-block;vertical-align: middle;margin-top: -5px;margin-right: 10px;}
.csddd .inner em{font-style: normal;display: block;text-align: center;font-size: 26px;color: #fff;display: block;background: #337bde;line-height: 52px;border-radius: 10px 10px 0 0;font-weight: 500;}
.csddd .inner ul{padding: 30px;background: #fff;border-radius: 10px;box-shadow: 0 3px 10px rgba(0,0,0,0.07);margin-top: 30px;}
.csddd .inner ul li{margin: 10px 0;font-size: 18px;color: #444444;text-align: center;font-weight: bold;}
.csddd .inner ul li:before{content: '';display: inline-block;width: 6px;height: 6px;border-radius: 50%;background: #337bde;margin-top: -3px;margin-right: 10px;vertical-align: middle;}
.csddd .yn_box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 60px;padding-top: 60px;border-top: 1px solid #ddd;}
.csddd .yn_box a{display: block;text-decoration: none;text-align: center;line-height: 65px;width: calc(50% - 10px);font-size: 26px;color: #aaaaaa;letter-spacing: -1px;font-weight: 500;border: 5px solid #e2e2e2;box-sizing: border-box;}
.csddd .yn_box a:hover{background: #337bde;border-color: #337bde;color: #fff;}
.csddd_notice{padding: 40px 0;border-bottom: 1px solid #ddd;border-top: 1px solid #333;margin-top: 50px;}
.csddd_notice h6{margin-bottom: 15px;font-size: 18px;color: #000000;}
.csddd_notice h6 i{font-size: 27px;color: #337bde;vertical-align: middle;margin-top: -4px;margin-right: 4px;display: inline-block;}
.csddd_notice ul li{font-size: 15px;color: #666666;letter-spacing: -1px;margin: 10px 0;}
.csddd_btn{display: block;margin: 0 auto;width: 220px;line-height: 50px;border-radius: 50px;font-size: 20px;color: #337bde !important;border: 4px solid #337bde;}







/* /search/list - 노동판례·행정해석 */
:root {
  /* color */
  --color: #4687e1;

  --color-blue : #3a5eaa;
  --color-sky : #56adcd;
  --color-green : #5d974b;
  --color-yellow : #9b8846;
  --color-purple : #7c5c9c;
  --color-red : #b95858;
  --color-teal : #35ac97;
  --color-gray : #7e7e7e;
  --color-white : #f1f1f1;
  --color-pink : #ffc0cb;
  --color-lime : #00e300;
}
.col {color: var(--color) !important;}

.tof{overflow: hidden !important;text-overflow: ellipsis !important;white-space: nowrap !important;}
.ltof2{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 2 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof3{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 3 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof4{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 4 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof5{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 5 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof6{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 6 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof7{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 7 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof8{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 8 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof9{display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 9 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.ltof10{display: -webkit-box !important;-webkit-box-orient: vertical!important;-webkit-line-clamp: 10 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}

.desc_bubble {position: relative;display: inline-flex;z-index: 66;}
.desc_bubble > button {display: block;border: 0px;background: var(--color);width: 20px;height: 20px;border-radius: 50%;display: block;text-align: center;line-height: 20px;color: #fff;}
.desc_bubble .bub {display: none;position: absolute;top: 100%;right: -32px;margin-top: 16px;background: #ecf3fc;width: 500px;border-radius: 10px;border: 1px solid #cfd9e6;box-sizing: border-box;padding: 15px 18px;color: var(--color);line-height: 22px;}
.desc_bubble .bub:after {display: block;content: '';width: 13px;height: 9px;background: url('../images/sub/desc_bubble-arrow.png') no-repeat center bottom;background-size: contain;position: absolute;bottom: 100%;right: 35px;}
.desc_bubble.on .bub {display: block;}

#keyword_wrap {margin-bottom: 80px;border: 4px solid #ddd;padding: 30px;border-radius: 10px;}
#keyword_wrap > dt {font-size: 20px;color: #333;font-weight: 700;letter-spacing: -0.03em;}
#keyword_wrap > dd {margin-top: 12px;}
#keyword_wrap .btns {display: flex;flex-wrap: wrap;align-items: center;margin: -3px;}
#keyword_wrap .btns > a {margin: 3px;padding: 0 20px;height: 37px;line-height: 37px;border-radius: calc(37px/2);background: #e8eff9;color: #222222;font-weight: 500;letter-spacing: -0.03em;}

#sch_wrap {margin-bottom: 50px;}
#sch_wrap .btnWrap .big {border-radius: calc(45px/2);}
#sch_wrap .labskin label {font-size: 16px;}
#sch_wrap .labskin input[type=checkbox] + label {padding-left: 32px;}
#sch_wrap .labskin input[type=checkbox] + label:after {width: 22px;height: 22px;border-radius: 3px;}
#sch_wrap .labskin input[type=checkbox]:checked + label:before {width: 22px;height: 22px;line-height: 22px;font-size: 16px;}
#sch_wrap .tab-labs {display: flex;align-items: center;background: #eaeaea;}
#sch_wrap .tab-labs .btn {flex-grow: 1;flex-basis: 0;position: relative;}
#sch_wrap .tab-labs .btn input {position: absolute;top: 0;left: 0;opacity: 0;width: 0;height: 0;overflow: hidden;}
#sch_wrap .tab-labs .btn label {display: flex;justify-content: center;align-items: center;text-align: center;height: 50px;font-size: 16px;color: #999;}
#sch_wrap .tab-labs .btn input:checked + label {background-color: var(--color);color: #fff;}
#sch_wrap > dl {border: 1px solid #ddd;margin-top: -1px;display: flex;}
#sch_wrap > dl > * {box-sizing: border-box;padding: 15px;}
#sch_wrap > dl > dt {padding-left: 30px;width: 160px;background: #f7f7f7;display: flex;align-items: center;font-size: 16px;color: #333333;font-weight: 700;letter-spacing: -0.03em;}
#sch_wrap > dl > dd {width: calc(100% - 160px);border-left: 1px solid #ddd;display: flex;flex-wrap: wrap;align-items: center;}
#sch_wrap > dl > dd > * {margin: 5px;}
#sch_wrap > dl .inp {border: 1px solid #ddd;background: #fff;height: 45px;width: 900px;border-radius: 5px;padding-left: 20px;box-sizing: border-box;}
#sch_wrap > dl .labs {margin: -5px;min-width: calc(100% + 10px);}
#sch_wrap > dl .labskin {margin: 10px;width: calc(20% - 20px);}
#sch_wrap > dl .labs.wid_auto .labskin {width: auto;}

.sch_list_wrap {position: relative;padding-right: 300px;z-index: 0;min-height: 900px;}
.sch_list_wrap > .lef {position: relative;}
.sch_list_wrap > .rig {position: absolute;top: 0;right: 0;}
.sch_tit {display: flex;align-items: center;position: relative;}
.sch_tit > h4 {font-size: 20px;color: #333;font-weight: 700;letter-spacing: -0.03em;}
.sch_tit > span {margin-left: 5px;font-size: 16px;color: #888;font-weight: 700;letter-spacing: -0.03em;}
.sch_tit .btn {position: absolute;top: 50%;right: 0;transform: translateY(-50%);border: 1px solid var(--color);color: var(--color);box-sizing: border-box;width: 128px;height: 37px;border-radius: 3px;text-align: center;line-height: 35px;text-decoration: none !important;font-weight: 700;}

.sch_sort_wrap {display: flex;justify-content: space-between;align-items: end;position: relative;}
.sch_sort_wrap .btns {display: flex;flex-wrap: wrap;justify-content: end;align-items: center;}
.sch_sort_wrap .btns > *:not(#popform_wrap,#popform_wrap2) {margin-left: 5px;margin-top: 5px;border: 1px solid var(--color);color: var(--color);box-sizing: border-box;width: 118px;height: 37px;border-radius: 3px;text-align: center;line-height: 35px;text-decoration: none !important;font-weight: 700;}
.sch_sort_wrap .btns > #popform_btn {width: 160px;}
.sch_sort_wrap .btns > #popform_btn2 {width: 180px;}
.sch_sort_wrap .sch_sort {height: auto;}
.sch_sort {display: flex;justify-content: center;align-items: end;height: 0;position: relative;z-index: 2;}
.sch_sort > li {display: flex;align-items: center;}
.sch_sort > li > a {display: block;font-size: 15px;}
.sch_sort > li.active > a {color: var(--color);font-weight: 500;}
.sch_sort > li:not(:first-child):before {display: block;content: '';width: 1px;height: 14px;background: #ddd;margin: 0 10px;}
#popform_wrap {display: none;position: absolute;z-index: 22;right: 20px;top: calc(100% + 10px);background: #fff;width: 570px;max-height: 75vh;overflow: hidden;overflow-y: auto;box-sizing: border-box;border: 1px solid var(--color);box-shadow: 0 0 20px rgba(0,0,0,0.2);padding: 30px;}
#popform_wrap.on {display: block;}
#popform_wrap::-webkit-scrollbar {width: 8px;background: #f7f7f7;}
#popform_wrap::-webkit-scrollbar-thumb {background-color: #363e4f;border-radius: 8px;}
#popform_wrap .btnWrap.col > .w100 {width: 100%;}
#popform_wrap .agree_wrap {background: none;margin: 20px 0;padding: 0;border: none;}
#popform_wrap .agree_wrap .inr {align-items: start;}
#popform_wrap .agree_wrap input {margin-top: 4px !important;}
#popform_wrap .agree_wrap label {font-size: 14px;line-height: 22px;}
#popform_wrap .form_wrap .stit {margin-bottom: 25px;position: relative;}
#popform_wrap .full_line {margin: 20px 0;}
#popform_wrap .form_wrap .stxt1 {color: #888;font-size: 14px;line-height: 22px;}

#popform_wrap2 {display: none;position: absolute;z-index: 22;right: 20px;top: calc(100% + 10px);background: #fff;width: 570px;max-height: 75vh;overflow: hidden;overflow-y: auto;box-sizing: border-box;border: 1px solid var(--color);box-shadow: 0 0 20px rgba(0,0,0,0.2);padding: 30px;}
#popform_wrap2.on {display: block;}
#popform_wrap2::-webkit-scrollbar {width: 8px;background: #f7f7f7;}
#popform_wrap2::-webkit-scrollbar-thumb {background-color: #363e4f;border-radius: 8px;}
#popform_wrap2 .btnWrap.col > .w100 {width: 100%;}
#popform_wrap2 .agree_wrap {background: none;margin: 20px 0;padding: 0;border: none;}
#popform_wrap2 .agree_wrap .inr {align-items: start;}
#popform_wrap2 .agree_wrap input {margin-top: 4px !important;}
#popform_wrap2 .agree_wrap label {font-size: 14px;line-height: 22px;}
#popform_wrap2 .form_wrap .stit {margin-bottom: 25px;position: relative;}
#popform_wrap2 .full_line {margin: 20px 0;}
#popform_wrap2 .form_wrap .stxt1 {color: #888;font-size: 14px;line-height: 22px;}

.sch_list {margin-top: 15px;border-top: 1px solid #ddd;position: relative;}
.sch_list > .scroll {position: absolute;bottom: 0;right: 100%;margin-right: 30px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.sch_list > .scroll > p {margin-bottom: 5px;text-align: center;color: var(--color);text-transform: uppercase;font-size: 12px;font-weight: 500;}
.sch_list > .scroll > i {font-size: 30px;color: var(--color);animation: down_up 1.5s linear infinite;}
@keyframes down_up {
  50% {transform: translateY(10px);}
}
.sch_list > dl {border-bottom: 1px solid #ddd;padding: 25px 20px;position: relative;}
.sch_list > dl > dd {display: flex;flex-wrap: wrap;align-items: center;}
.sch_list > dl > dd > hr {display: inline-block;vertical-align: middle;padding: 0;margin: 0;width: 20px;border: 0px;}
.sch_list > dl > dd > hr.line {margin: 0 15px;width: 1px;height: 14px;background: #ddd;}
.sch_list > dl > dd > a,
.sch_list > dl > dd > p {font-size: 16px;color: #777;font-weight: 300;}
.sch_list > dl > dd > p.ct {color: var(--color);font-weight: 500;}
.sch_list > dl > dd > p.ct.blue {color: var(--color-blue);}
.sch_list > dl > dd > p.ct.sky {color: var(--color-sky);}
.sch_list > dl > dd > p.ct.green {color: var(--color-green);}
.sch_list > dl > dd > p.ct.yellow {color: var(--color-yellow);}
.sch_list > dl > dd > p.ct.purple {color: var(--color-purple);}
.sch_list > dl > dd > p.ct.red {color: var(--color-red);}
.sch_list > dl > dd > p.ct.teal {color: var(--color-teal);}
.sch_list > dl > dd > p.ct.gray {color: var(--color-gray);}
.sch_list > dl > dd > p.ct.pink {color: var(--color-pink);}
.sch_list > dl > dd > p.ct.lime {color: var(--color-lime);}
.sch_list > dl > dd > p.num {color: #222;font-weight: 500;}
.sch_list > dl > dd > p.date {color: #222;font-weight: 500;}
.sch_list > dl > dd > p.division,
.sch_list > dl > dd > p.division2 {margin-right: 5px;font-size: 13px;color: #222;font-weight: 500;background: #f1f1f1;border-radius: 3px;height: 22px;line-height: 22px;padding: 0 10px;}
.sch_list > dl > dd > p.division + hr.line,
.sch_list > dl > dd > p.division2 + hr.line {display: none;}
.sch_list > dl > dd > mark {margin-right: 5px;font-size: 13px;color: #fff;font-weight: 500;background: #222;border-radius: 3px;height: 22px;line-height: 22px;padding: 0 10px;}
.sch_list > dl > dd > mark.blue {background: var(--color-blue);}
.sch_list > dl > dd > mark.red {background: var(--color-red);}
.sch_list > dl > dt {margin-top: 15px;position: relative;}
.sch_list .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 11;}
.sch_list .sbj {display: flex;align-items: start;}
.sch_list .sbj mark {margin-right: 10px;width: 50px;height: 30px;line-height: 30px;text-align: center;border-radius: 3px;background: var(--color);color: #fff;font-weight: 700;letter-spacing: -0.03em;}
.sch_list .sbj mark.blue {background-color: var(--color-blue);}
.sch_list .sbj mark.sky {background-color: var(--color-sky);}
.sch_list .sbj mark.green {background-color: var(--color-green);}
.sch_list .sbj mark.yellow {background-color: var(--color-yellow);}
.sch_list .sbj mark.purple {background-color: var(--color-purple);}
.sch_list .sbj mark.red {background-color: var(--color-red);}
.sch_list .sbj mark.teal {background-color: var(--color-teal);}
.sch_list .sbj mark.gray {background-color: var(--color-gray);}
.sch_list .sbj mark.pink {background-color: var(--color-pink);}
.sch_list .sbj mark.lime {background-color: var(--color-lime);}
.sch_list .sbj strong {max-width: 100%;padding: 2px 0;font-size: 18px;color: #222;font-weight: 500;letter-spacing: -0.03em;display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 3 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.sch_list .sbj strong * {font-size: inherit;}
.sch_list .sbj mark + strong {max-width: calc(100% - 60px);}
.sch_list p.ltof2 {margin-top: 10px;font-size: 16px;font-weight: 300;line-height: 25px;letter-spacing: -0.03em;}

/* .rig.fix .filter_wrap {position: fixed;top: 0;right: 50%;margin-right: -600px;z-index: 33;height: 100vh;display: flex;flex-direction: column;} */
.rig.fix .filter_wrap {position: fixed;top: 0;right: 50%;margin-right: -600px;z-index: 33;display: flex;flex-direction: column;}
.rig.end {position: static;}
.rig.end .filter_wrap {position: absolute;top: auto;bottom: 0;}
.filter_wrap {width: 230px;transition: top 0.3s, bottom 0.3s;}
.filter_tit {display: flex;align-items: center;margin-bottom: 15px;}
.filter_tit > h3 {display: block;font-size: 29px;color: #333;font-weight: 700;line-height: 1.2em;margin-right: 20px;}
.filter_tit .btn2 {padding-left: 10px;padding-right: 10px;border-radius: 5px;height: 30px;line-height: 28px;font-size: 12px;font-weight: 500;}
.filter_wrap .filter_group {margin-bottom: 30px;margin-bottom: 5px;}
.filter_wrap .filter_group > dt {margin-bottom: 10px;}
.filter_wrap .filter_group > dt .btn_tg {border: 0px;background: #f5f5f5;padding: 0 20px;border-radius: 5px;height: 45px;display: flex;justify-content: space-between;align-items: center;width: 100%;box-sizing: border-box;font-size: 16px;color: #777;font-weight: 500;letter-spacing: -0.03em;}
.filter_wrap .filter_group > dt .btn_tg:after {display: block;content: '\e84e';font-family: 'axicon';font-size: 18px;}
.filter_wrap .filter_group > dd {display: none;}
.filter_wrap .filter_group.on > dt .btn_tg {color: #222;}
.filter_wrap .filter_group.on > dt .btn_tg:after {transform: scaleY(-1);}
.filter_wrap .inp {border: 1px solid #ddd;background: #fff;height: 45px;width: 100%;border-radius: 5px;padding-left: 20px;box-sizing: border-box;}
.filter_wrap .inp + .inp {margin-top: 6px;}
.filter_wrap .labs {flex-direction: column;}
.filter_wrap .labskin input[type=radio] + label {display: block;border: 2px solid #eaeaea;background: #eaeaea;border-radius: 5px;height: 46px;line-height: 42px;width: 100%;box-sizing: border-box;padding-left: 38px;font-size: 14px;color: #999;}
.filter_wrap .labskin input[type=radio] + label:after {left: 10px;}
.filter_wrap .labskin input[type=radio]:checked + label {background: #fff;border-color: var(--color);color: var(--color);}
.filter_wrap .inpts_date {font-family: 'empty';font-size: 0;margin: 0 -5px;margin-top: 10px;}
.filter_wrap .inpts_date > .inp {display: inline-block;vertical-align: middle;margin: 0 4px;width: calc(50% - 8px);background: #f5f5f5 url('../images/sub/icon-inp-cal.png') no-repeat right center;border: 1px solid #eaeaea;}

.sch_guide_wrap {position: relative;}
.sch_guide_wrap > .btn2 {display: inline-flex;}
.sch_guide_wrap .guide_list {display: none;position: absolute;z-index: 55;top: 100%;right: 0;width: 380px;background: #fff;border-radius: 10px;box-shadow: 5px 5px 20px rgba(0,0,0,0.1);box-sizing: border-box;padding: 0 30px;border: 1px solid #ececec;}
.sch_guide_wrap .guide_list .close {position: absolute;top: 0;right: 0;width: 50px;height: 60px;line-height: 60px;text-align: center;background: none;text-decoration: none !important;font-size: 20px;color: #222;border: 0;}
.sch_guide_wrap .guide_list ul > li {padding: 25px 0;}
.sch_guide_wrap .guide_list ul > li + li {border-top: 1px solid #ddd;}
.sch_guide_wrap .guide_list ul > li > strong {display: block;font-size: 16px;color: #222;font-weight: 500;line-height: 28px;}
.sch_guide_wrap .guide_list ul > li > p {margin-top: 5px;color: #222;line-height: 22px;}
.sch_guide_wrap .guide_list ul > li > p .col {font-size: inherit;line-height: inherit;}
.sch_guide_wrap .guide_list ul > li > p.small {margin-top: 10px;color: #999;}
.sch_guide_wrap.on .guide_list {display: block;}

/* https://hrdb.kr/search/view */
#aside_quick {position: fixed;top: 50%;right: 80px;transform: translateY(-50%);z-index: 44;}
#aside_quick .btns {display: flex;flex-direction: column;border: 1px solid #ddd;width: 70px;background: #fff;}
#aside_quick .btns > li {position: relative;height: 75px;display: flex;flex-direction: column;align-items: center;justify-content: center;padding-bottom: 5px;}
#aside_quick .btns > li + li {border-top: 1px solid #ddd;}
#aside_quick .btns .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 11;}
#aside_quick .btns .ico {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;height: 30px;}
#aside_quick .btns .ico > img {max-width: 80%;max-height: 80%;}
#aside_quick .btns p {margin-top: 5px;text-align: center;line-height: 15px;font-size: 13px;}
#aside_quick .btns p.mt0 {margin-top: 2px !important;}
#aside_quick #hd-sch {right: 100%;margin-right: 5px;}
#aside_quick #hd-sch form {position: static;}

.sch_view_wrap {display: flex;flex-direction: row;position: relative;margin: -80px 0;}
.sch_view_wrap .lef {width: 360px;box-sizing: border-box;border-right: 1px solid #ddd;}
.sch_view_wrap .lef .open {position: absolute;top: 16px;left: 23px;width: 50px;height: 50px;border-radius: 5px;border: 1px solid #ddd;background: #f3f3f3;text-align: center;}
.sch_view_wrap .lef .open img {display: block;margin: 0 auto;}
.sch_view_wrap .lef .close {position: absolute;top: calc(25px/2);right: 23px;width: 40px;height: 40px;border-radius: 5px;border: 1px solid #ddd;background: #fff;text-align: center;}
.sch_view_wrap .lef .close img {display: block;margin: 0 auto;}
.sch_view_wrap .rig {width: calc(100% - 360px);margin: 115px 0;padding-right: 360px;box-sizing: border-box;
  padding-right: 210px;}

.sch_step_wrap {max-width: 359px;position: absolute;top: 0;left: 0;width: 100%;z-index: 22;background: #fff;}
.sch_step_wrap > dt {position: relative;height: 65px;display: flex;align-items: center;border-bottom: 1px solid #ddd;padding-left: 30px;}
.sch_step_wrap > dt > img {margin-right: 14px;}
.sch_step_wrap > dt > h4 {font-size: 18px;color: #222;font-weight: 500;letter-spacing: -0.03em;margin-right: 8px;}
.sch_step_wrap > dt > strong {font-size: 18px;color: #888;font-weight: 500;letter-spacing: -0.03em;}
.sch_step_wrap > dd {padding: 0 30px;}
.sch_step_wrap .list {padding-left: 17px;margin-left: 5px;position: relative;}
.sch_step_wrap .list:before {display: block;content: '';z-index: -1;position: absolute;top: 35px;bottom: 35px;left: 0;width: 2px;background: #eaeaea;}
.sch_step_wrap .list > li {position: relative;border-bottom: 1px solid #ddd;}
.sch_step_wrap .list > li:after {display: block;content: '';width: 13px;height: 13px;border-radius: 50%;box-sizing: border-box;background: #eaeaea;border: 3px solid #eaeaea;position: absolute;top: 50%;left: -23px;margin-top: -6.5px;}
.sch_step_wrap .list > li .link {margin: 10px 0;background: #fff;border-radius: 5px;padding: 13px 15px;display: block;text-decoration: none !important;}
.sch_step_wrap .list > li em {display: block;font-size: 12px;color: #777;font-weight: 500;font-style: normal;}
.sch_step_wrap .list > li p {margin-top: 4px;line-height: 20px;}
.sch_step_wrap .list > li mark {margin-bottom: 2px;display: inline-block;vertical-align: middle;padding: 0 5px;min-width: 35px;height: 20px;line-height: 20px;text-align: center;border-radius: 3px;background: var(--color);color: #fff;font-weight: 700;letter-spacing: -0.03em;font-size: 12px;}
.sch_step_wrap .list > li mark.blue {background-color: var(--color-blue);}
.sch_step_wrap .list > li mark.blue2 {background-color: var(--color);}
.sch_step_wrap .list > li mark.sky {background-color: var(--color-sky);}
.sch_step_wrap .list > li mark.green {background-color: var(--color-green);}
.sch_step_wrap .list > li mark.yellow {background-color: var(--color-yellow);}
.sch_step_wrap .list > li mark.purple {background-color: var(--color-purple);}
.sch_step_wrap .list > li mark.red {background-color: var(--color-red);}
.sch_step_wrap .list > li mark.teal {background-color: var(--color-teal);}
.sch_step_wrap .list > li mark.gray {background-color: var(--color-gray);}
.sch_step_wrap .list > li mark.white {background-color: var(--color-white);color: #333;}
.sch_step_wrap .list > li mark.pink {background-color: var(--color-pink);}
.sch_step_wrap .list > li mark.lime {background-color: var(--color-lime);}
.sch_step_wrap .list > li mark.division {background-color: #f1f1f1; color: #333;}
.sch_step_wrap .list > li mark.division2 {background-color: #f1f1f1; color: #333;}
.sch_step_wrap .list > li mark + em {margin-top: 8px;}
.sch_step_wrap .list > li:hover .link {background: #f0f1f3;}
.sch_step_wrap .list > li.gray P {padding: 23px 15px;color: #aaa;margin-top: 0;}
.sch_step_wrap .list > li.active:after {border-color: var(--color);background: #fff;}
.sch_step_wrap .list > li.active p {color: var(--color);font-weight: 500;}
.sch_step_wrap .list2 {margin-top: 45px;border: 1px solid #ddd;border-radius: 10px;padding: 0 20px 5px;}
.sch_step_wrap .list2 li + li {border-top: 1px solid #ddd;}
.sch_step_wrap .list2 li {position: relative;padding: 20px 0;display: flex;flex-direction: column;align-items: start;}
.sch_step_wrap .list2 li .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 11;}
.sch_step_wrap .list2 li mark {margin-bottom: 8px;height: 28px;line-height: 28px;border-radius: 3px;padding: 0 12px;font-size: 11px;color: #fff;font-weight: 500;background: #1b66ca;}
.sch_step_wrap .list2 li strong {font-size: 15px;color: #333;font-weight: 500;line-height: 25px;letter-spacing: -1px;display: -webkit-box !important;-webkit-box-orient: vertical !important;-webkit-line-clamp: 3 !important;overflow: hidden !important;text-overflow: ellipsis !important;white-space: normal !important;}
.sch_step_wrap .list2 li p {margin-top: 5px;font-size: 13px;color: #888;font-weight: 300;letter-spacing: -1px;}

.sch_view_wrap.fullpage .sch_step_wrap {display: none;}
.sch_view_wrap.fullpage .lef {width: 0;}
.sch_view_wrap.fullpage .rig {width: 100%;padding-right: 0;}

.lef.fix .sch_step_wrap {position: fixed;top: 0;left: 0;}
.lef.fix .open {position: fixed;}


.sch_view_cont {max-width: 800px;margin: 0 auto;}
.sch_view_cont.login-hidden {height: 700px;max-height: 80vh;overflow: hidden;position: relative;}
.sch_view_cont.login-hidden:after {display: block;content: '';z-index: 12;position: absolute;bottom: 0;left: 0;right: 0;height: 15%;background: linear-gradient(rgba(255,255,255,0), #fff);}
.sch_view_head {margin-bottom: 45px;}
.sch_view_head > dl > dt {margin-bottom: 20px;padding-right: 150px;position: relative;z-index: 0;}
.sch_view_head > dl > dt > strong {display: block;font-size: 22px;color: #333;font-weight: 700;line-height: 32px;letter-spacing: -0.03em;text-align: justify;}
.sch_view_head > dl > dt:has(mark) > strong {margin-bottom: 10px;}
.sch_view_head > dl > dt > mark {display: inline-block;vertical-align: middle;margin-right: 5px;font-size: 13px;color: #fff;font-weight: 500;background: #222;border-radius: 3px;height: 22px;line-height: 22px;padding: 0 10px;}
.sch_view_head > dl > dt > mark.blue {background: var(--color-blue);}
.sch_view_head > dl > dt > mark.red {background: var(--color-red);}
.sch_view_head > dl > dd {display: flex;flex-wrap: wrap;align-items: center;}
.sch_view_head > dl > dd > hr {display: inline-block;vertical-align: middle;padding: 0;margin: 0;width: 20px;border: 0px;}
.sch_view_head > dl > dd > hr.line {margin: 0 15px;width: 1px;height: 14px;background: #ddd;}
.sch_view_head > dl > dd > p {font-size: 16px;color: #777;font-weight: 300;}
.sch_view_head > dl > dd > p.ct {color: var(--color);font-weight: 500;}
.sch_view_head > dl > dd > p.ct.blue {color: var(--color-blue);}
.sch_view_head > dl > dd > p.ct.sky {color: var(--color-sky);}
.sch_view_head > dl > dd > p.ct.green {color: var(--color-green);}
.sch_view_head > dl > dd > p.ct.yellow {color: var(--color-yellow);}
.sch_view_head > dl > dd > p.ct.purple {color: var(--color-purple);}
.sch_view_head > dl > dd > p.ct.red {color: var(--color-red);}
.sch_view_head > dl > dd > p.ct.teal {color: var(--color-teal);}
.sch_view_head > dl > dd > p.ct.gray {color: var(--color-gray);}
.sch_view_head > dl > dd > p.ct.pink {color: var(--color-pink);}
.sch_view_head > dl > dd > p.ct.lime {color: var(--color-lime);}
.sch_view_head > dl > dd > p.num {color: #222;font-weight: 500;}
.sch_view_head > dl > dd > p.date {color: #222;font-weight: 500;}
.sch_view_head > dl > dd > mark {width: 50px;height: 30px;line-height: 30px;text-align: center;border-radius: 3px;background: var(--color);color: #fff;font-weight: 700;letter-spacing: -0.03em;}
.sch_view_head > dl > dd > mark.blue {background-color: var(--color-blue);}
.sch_view_head > dl > dd > mark.sky {background-color: var(--color-sky);}
.sch_view_head > dl > dd > mark.green {background-color: var(--color-green);}
.sch_view_head > dl > dd > mark.yellow {background-color: var(--color-yellow);}
.sch_view_head > dl > dd > mark.purple {background-color: var(--color-purple);}
.sch_view_head > dl > dd > mark.red {background-color: var(--color-red);}
.sch_view_head > dl > dd > mark.teal {background-color: var(--color-teal);}
.sch_view_head > dl > dd > mark.gray {background-color: var(--color-gray);}
.sch_view_head > dl > dd > mark.pink {background-color: var(--color-pink);}
.sch_view_head > dl > dd > mark.lime {background-color: var(--color-lime);}
.sch_view_head > dl > dd > .btn {width: 76px;height: 33px;line-height: 31px;text-align: center;border: 1px solid var(--color);background: #fff;color: var(--color);font-weight: 500;letter-spacing: -0.03em;text-align: center;text-decoration: none !important;box-sizing: border-box;}
.sch_view_head > dl > dd > .btn:hover {background-color: #f0f1f3;}
.sch_view_head .lg {position: absolute;bottom: 0;right: 0;top: 0;display: flex;align-items: center;z-index: -1;}
.sch_view_head .lg img {max-height: 100%;max-width: 150px;}
.sch_view_head .key_point {margin-top: 18px;background: #f6f6f6;border: 1px solid #eee;border-radius: 10px;padding: 25px 30px;}
.sch_view_head .key_point > strong {font-weight: 500;letter-spacing: -0.03em;}
.sch_view_head .key_point > p {font-size: 17px;color: #555;line-height: 1.6em;letter-spacing: normal;margin-top: 5px;}

.sch_view_tit {display: block;margin: 50px 0 12px;font-size: 22px;color: #333;font-weight: 700;letter-spacing: -0.03em;}
.sch_view_tit.tac {margin-bottom: 20px;font-size: 26px;}
.sch_view_tit.tac + .sch_view_tit {margin-top: 0;}
.sch_view_cont .table1 {border-top: 2px solid #333;}
.sch_view_cont .table1 tr > * {padding: 12px 30px;font-size: 15px;color: #555;line-height: 1.6em;}
.sch_view_cont .table1 tr > th {font-weight: 500;color: #333;}
.sch_view_cont .memoWrap {font-size: 15px;line-height: 30px;letter-spacing: normal;}

.memobox_wrap {border: 1px solid #ddd;margin-top: 50px;padding: 10px;}
.memobox_wrap > dl {padding: 20px 15px;}
.memobox_wrap > dl + dl {border-top: 1px solid #ddd;}
.memobox_wrap > dl > dt .sch_view_tit {margin-top: 0;}

.txt_alert {display: none;position: fixed;bottom: 5px;left: 50%;transform: translateX(-50%);margin-left: 90px;padding: 12px 15px;border-radius: 5px;min-width: 300px;background: var(--color-gray);font-size: 13px;color: #fff;font-weight: 700;letter-spacing: -1px;line-height: 1.3em;font-style: normal;box-shadow: 3px -3px 10px rgba(0,0,0,0.2);}
.txt_alert i {display: inline-block;vertical-align: -2px;margin-right: 8px;color: #7fe95e;font-size: 16px;}


.nologin_info {display: none;margin-top: -410px;padding-top: 230px;position: relative;z-index: 55;background: linear-gradient(to top, #fff 80%, rgba(255,255,255,0) 100%);}
.nologin_info .inner {max-width: 664px;margin: 0 auto;}
.nologin_info .inner > h3 {display: block;margin-bottom: 35px;font-size: 28px;color: #222;font-weight: 700;line-height: 32px;}
.nologin_info .inner > h4 {display: flex;margin-bottom: 10px;align-items: center;font-size: 20px;color: #222222;font-weight: 700;line-height: 28px;}
.nologin_info .inner > h4 img {margin-right: 10px;}
.nologin_info .inner > p {margin-bottom: 15px;font-size: 16px;font-weight: 300;line-height: 25px;color: #888;}
.nologin_info .boxs {display: flex;flex-wrap: wrap;margin: -10px;}
.nologin_info .boxs > li {margin: 10px;width: calc(50% - 20px);padding: 15px 10px 25px;box-sizing: border-box;background: #f7f7f7;border-radius: 10px;}
.nologin_info .boxs > li .ico {height: 80px;display: flex;justify-content: center;align-items: center;}
.nologin_info .boxs > li p {text-align: center;font-size: 16px;color: #444;line-height: 25px;}
.nologin_info .box_list > li {margin-top: 10px;padding: 0 10px;box-sizing: border-box;background: #f7f7f7;border-radius: 10px;display: flex;align-items: center;}
.nologin_info .box_list > li:first-child {margin-top: 0;}
.nologin_info .box_list > li .ico {margin-right: 10px;height: 70px;width: 90px;display: flex;justify-content: center;align-items: center;}
.nologin_info .box_list > li p {width: calc(100% - 100px);font-size: 16px;color: #444;line-height: 25px;}
.nologin_info .btnWrap {display: flex;justify-content: space-between;align-items: center;}
.nologin_info .btnWrap > * {flex-grow: 1;flex-basis: 0;margin: 9px;height: 62px;line-height: 60px;text-align: center;font-size: 18px;font-weight: 700;border-radius: 10px;}
.nologin_info .btn1 {background-color: #3b81e1;border-color: #3b81e1;color: #fff;}
.nologin_info .btn2 {background-color: #fff;border-color: #3b81e1;color: #3b81e1;}


.nologin .memobox_wrap {max-height: 600px;overflow: hidden;position: relative;}
.nologin .nologin_info {display: block;}






#print_Wrap {max-width: 800px;margin: 0 auto;padding: 80px;box-sizing: content-box;position: relative;}
#print_Wrap #printBtn {position: fixed;z-index: 55;top: 5px;right: calc(50vw - 400px);min-width: 40px;height: 40px;padding: 0 15px 0 11px;border: 0;border-radius: 5px;box-shadow: 3px 3px 20px rgba(0,0,0,0.2);background: var(--color-blue);display: flex;align-items: center;justify-content: center;font-size: 13px;color: #fff;
  animation: gradientFlow 5s linear infinite;background: linear-gradient(#3b81e1 0%, #56adcd 100%);background-position: 50% 0%;}
@keyframes gradientFlow {
  50% {background-position: 50% 100%;}
}
#print_Wrap #printBtn i {display: block;font-size: 18px;color: #fff;margin-right: 5px;}

#searchBtn {margin-left: 5px;}
#searchBtn,
#deleteBtn {height: 36px;line-height: 34px;border-radius: 5px;font-size: 14px;letter-spacing: -1px;}






#loding_wrap {position: fixed;top: 0;left: 0;right: 0;width: 100%;height: 100%;z-index: 44;background: rgba(255,255,255,0.8);display: flex;justify-content: center;align-items: center;flex-direction: column;}
#loding_wrap > img {animation: loding_symbol 4s step-end infinite;}
#loding_wrap > p {margin-top: 15px;text-align: center;font-size: 30px;color: #222;font-weight: 700;letter-spacing: -1px;text-indent: 10px;}
@keyframes loding_symbol {
  0% {transform: rotate(0deg);}
  /* 6.25% {transform: rotate(22.5deg);} */
  12.5% {transform: rotate(45deg);}
  /* 18.75% {transform: rotate(67.5deg);} */
  25% {transform: rotate(90deg);}
  /* 31.25% {transform: rotate(112.5deg);} */
  37.5% {transform: rotate(135deg);}
  /* 43.75% {transform: rotate(157.5deg);} */
  50% {transform: rotate(180deg);}
  /* 56.25% {transform: rotate(202.5deg);} */
  62.5% {transform: rotate(225deg);}
  /* 68.75% {transform: rotate(247.5deg);} */
  75% {transform: rotate(270deg);}
  /* 81.25% {transform: rotate(292.5deg);} */
  87.5% {transform: rotate(315deg);}
  /* 93.75% {transform: rotate(337.5deg);} */
  100% {transform: rotate(360deg);}
}
















.stit {display: flex;flex-direction: column;margin-bottom: 15px;}
.stit > h3 {font-size: 20px;color: #222;font-weight: 700;line-height: 30px;}
.stit > h3 span {font-size: inherit;}
.stit > p {margin-top: 5px;font-size: 18px;color: #222;font-weight: normal;letter-spacing: -1px;line-height: 30px;}
.stit.tac {justify-content: center;margin-bottom: 40px;}
.stit.tac > * {text-align: center;}
.stit.tac > h3 {font-size: 30px;color: #333;line-height: 40px;}


.full_line {border: none;display: block;width: 100%;height: 1px;background: #ddd;margin: 30px 0;}
.flex_col {display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;}
._tabWrap {display: flex;flex-direction: column;align-items: center;margin-bottom: 60px;}
._tabWrap .tab-article {width: 100%;}
._tabWrap .tab-tab {width: 100%;margin-bottom: 40px;display: flex;justify-content: space-between;align-items: center;border-radius: calc(58px/2);background: #eef2f6;overflow: hidden;}
._tabWrap .tab-tab > a {flex-grow: 1;flex-basis: 0;display: flex;justify-content: center;align-items: center;height: 58px;text-align: center;font-size: 18px;color: #222;font-weight: 700;text-decoration: none !important;}
._tabWrap .tab-tab > a.active {border-radius: calc(58px/2);color: #fff;background: var(--color);box-shadow: 0 0 10px rgba(60,201,230,0.3);}
.tab-tab.switch {width: auto;display: inline-flex;justify-content: center;flex-wrap: wrap;border-radius: calc(49px/2);padding: 6px;}
.tab-tab.switch > a {flex-grow: inherit;flex-basis: inherit;display: block;height: 37px;line-height: 35px;text-align: center;padding: 0 22px;border-radius: calc(37px/2);font-size: 16px;font-weight: 500;color: #999;}
.tab-tab.switch > a.active {background: #fff;color: #222;border-radius: inherit;box-shadow: none;}

.tab-article .boxs {display: flex;flex-wrap: wrap;justify-content: center;margin: -10px;}
.tab-article .boxs > li {margin: 10px;width: calc(100%/4 - 20px);position: relative;}
.tab-article .boxs > li input {position: absolute;top: 0;left: 0;opacity: 0;}
.tab-article .boxs > li label {display: block;display: flex;height: 100%;}
.tab-article .boxs > li dl {width: 100%;min-height: 100%;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.3);border-radius: 10px;overflow: hidden;display: flex;flex-direction: column;justify-content: space-between;}
.tab-article .boxs > li dl > dt:before {display: block;content: '';margin: 0 auto 15px;width: 20px;height: 20px;border-radius: 50%;box-sizing: border-box;border: 1px solid var(--color);}
.tab-article .boxs > li dl > dd {padding: 15px;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;background: #f6f8fa;}
.tab-article .boxs > li dl > dd > mark {width: 72px;height: 30px;line-height: 30px;border-radius: 15px;text-align: center;background: var(--color);color: #fff;font-weight: 500;}
.tab-article .boxs > li dl > dd > p {min-width: 200px;text-align: center;font-size: 16px;color: #444;font-weight: 300;}
.tab-article .boxs > li dl > dt {padding: 30px 15px;display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;}
.tab-article .boxs > li dl > dt > strong {font-size: 22px;color: #222;font-weight: 700;line-height: 32px;}
.tab-article .boxs > li dl > dt > p {font-size: 15px;line-height: 26px;margin-top: 12px;}
.tab-article .boxs > li dl > dt .big {min-width: 140px;}
.tab-article .boxs > li input:checked + label dl {box-shadow: 0 0 20px rgb(58,94,170, 0.3);position: relative;}
.tab-article .boxs > li input:checked + label dl:after {display: block;content: '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;border: 2px solid var(--color);border-radius: 10px;}
.tab-article .boxs > li input:checked + label dl > dt:after {display: block;content: '';position: absolute;top: 30px;left: 50%;transform: translate(-50%, 5px);width: 10px;height: 10px;border-radius: 50%;background: var(--color);}
.tab-article .boxs > li input:checked + label dl > dd {background: var(--color);}
.tab-article .boxs > li input:checked + label dl > dd > mark {background: #fff;color: var(--color);}
.tab-article .boxs > li input:checked + label dl > dd > p {color: #fff;}

.price {margin-top: 18px;display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;}
.price > *:not(:first-child) {margin-top: 5px;}
.price > s {font-size: 15px;color: #888;font-weight: 700;line-height: 20px;}
.price > strong {font-size: 22px;font-weight: 700;color: var(--color);line-height: 28px;}
.price > p {font-size: 16px;color: #444;font-weight: 500;line-height: 20px;}
.price > .small {color: #999;font-weight: 300;}

.ex_info > strong {font-size: 18px;color: #222;font-weight: 600;line-height: 30px;}
.ex_info > p {margin-top: 5px;font-size: 16px;color: #777;font-weight: 300;line-height: 30px;}
.ex_info > p.chk {padding-left: 25px;background: url('../images/sub/icon-chk.jpg') no-repeat left 5px;}

.imgc {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}

.days14_info {max-width: 664px;padding: 60px 50px;box-sizing: border-box;border-radius: 10px;background: #f7f7f7;margin: 0 auto;}
.days14_info .imgc {margin-bottom: 40px;}
.days14_info .stxt1.box_sky {background-color: #fff;border-radius: 10px;padding: 20px 30px;border: 1px solid #ddd;}

.ul_dot {display: flex;flex-wrap: wrap;margin: -5px;}
.ul_dot > li {margin: 5px;width: calc(100% - 10px);position: relative;padding-left: 12px;font-size: 18px;line-height: 31px;box-sizing: border-box;}
.ul_dot > li:after {display: block;content: '';position: absolute;top: 12px;left: 0;width: 6px;height: 6px;border-radius: 50%;background: var(--color);}
.ul_dot > li span {font-family: inherit;font-size: inherit;color: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;}

.stxt1 {font-size: 16px;color: #555;font-weight: 500;line-height: 26px;}
.stxt1 strong {font-size: inherit;font-weight: 600;color: #222;}
.stxt1 span {font-size: inherit;}
.stxt1 .small {font-size: 14px;color: #999;font-weight: 300;line-height: 25px;}
.stxt1.box_sky {padding: 20px 25px;background: #f1f7fe;color: #222;}

.fwb {font-weight: 700 !important;}

#plan_mgmt {max-width: 664px;margin: 0 auto 40px;}
#plan_mgmt .title {border: 1px solid var(--color);border-radius: 10px;overflow: hidden;padding: 18px 20px;display: flex;justify-content: space-between;align-items: center;background: #f3f7fc;}
#plan_mgmt .title > em {font-style: normal;font-size: 17px;color: #222;font-weight: 500;line-height: 22px;}
#plan_mgmt .title > p {size: 17px;color: var(--color);font-weight: 500;line-height: 22px;}
#plan_mgmt > dl {margin-top: 15px;border: 1px solid #ddd;border-radius: 10px;overflow: hidden;padding: 18px 20px;}
#plan_mgmt > dl > dt {margin-bottom: 30px;display: flex;justify-content: space-between;align-items: center;}
#plan_mgmt > dl > dt > strong {font-size: 24px;color: #111;font-weight: 700;}
#plan_mgmt > dl > dt > p {font-size: 17px;color: #777;font-weight: 500;}
#plan_mgmt > dl > dd .full_line {margin: 20px 0;}
#plan_mgmt > dl > dd table {width: 100%;}
#plan_mgmt > dl > dd table tr > * {padding: 5px 0;font-size: 17px;color: #777;font-weight: 500;line-height: 26px;text-align: right;}
#plan_mgmt > dl > dd table tr > th {text-align: left;color: #222;font-size: 16px;}
#plan_mgmt > dl > dd table tr > td a {margin-left: 20px;text-decoration: none;padding: 3px 0;display: inline-block;vertical-align: middle;border-bottom: 1px solid #aaa;}

#select_plan {max-width: 664px;margin: 0 auto 40px;}
#select_plan .btnWrap {display: flex;justify-content: space-between;align-items: center;}
#select_plan .btnWrap.tar {justify-content: end;}
#select_plan .btnWrap > * {width: 155px;height: 62px;line-height: 60px;border-radius: 10px;text-align: center;padding: 0;box-sizing: border-box;font-size: 20px;font-weight: 700;}
#select_plan .btnWrap > .w100 {width: 100%;}
#select_plan .btnWrap i {display: inline-block;vertical-align: -2px;font-size: 24px;}
#select_plan .btnWrap .btn1 {padding-right: 10px;background: #ebecef;color: #777 !important;border-color: #ebecef;}
#select_plan .btnWrap .btn1 i {margin-right: 7px;}
#select_plan .btnWrap .btn3 {padding-left: 10px;}
#select_plan .btnWrap .btn3 i {margin-left: 7px;}

#select_plan .step_line {margin-bottom: 95px;display: flex;justify-content: space-between;height: 28px;border-radius: 14px;background: #ebecef;}
#select_plan .step_line > li {flex-grow: 1;flex-basis: 0;position: relative;height: 100%;display: flex;align-items: center;justify-content: end;box-sizing: border-box;padding: 0 5px;}
#select_plan .step_line > li > p {position: absolute;top: 40px;right: 0;font-size: 16px;color: #999;font-weight: 500;}
#select_plan .step_line > li i {background: #ccd4db;border-radius: 50%;box-sizing: border-box;}
#select_plan .step_line > li i::before {color: #fff;font-size: 20px;opacity: 0;display: block;width: 18px;height: 18px;line-height: 18px;}
#select_plan .step_line > li.active {background-color: var(--color);}
#select_plan .step_line > li.active > p {color: #222;}
#select_plan .step_line > li.active i {background: none;}
#select_plan .step_line > li.active i::before {opacity: 1;margin-top: -2px;}
#select_plan .step_line > li.active_last {border-radius:0 14px 14px 0;}
#select_plan .step_line > li:first-child {border-radius: 14px 0 0 14px;}
#select_plan .step_line > li.active_last:first-child {border-radius: 14px;}
#select_plan .tab-article .boxs {flex-direction: column;margin: 0;}
#select_plan .tab-article .boxs > li {margin: 0;width: auto;}
#select_plan .tab-article .boxs > li + li {margin-top: 20px;}
#select_plan .tab-article .boxs > li dl {box-shadow: none;position: relative;padding: 30px;padding-right: 100px;display: block;border: 1px solid #ddd;}
#select_plan .tab-article .boxs > li dl > dt:before {margin: 0;position: absolute;top: 50%;right: 30px;transform: translate(0, -50%);}
#select_plan .tab-article .boxs > li dl > dt {padding: 0;justify-content: inherit;align-items: inherit;text-align: left;}
#select_plan .tab-article .boxs > li dl > dt > strong {font-size: 24px;line-height: 30px;}
#select_plan .tab-article .boxs > li dl > dt > p {font-size: 18px;color: #222;line-height: 30px;margin-top: 10px;}
#select_plan .tab-article .boxs > li dl > dd {padding: 0;justify-content: inherit;align-items: inherit;background: none;flex-direction: column;text-align: left;margin-top: 5px;}
#select_plan .tab-article .boxs > li dl > dd > p {min-width: auto;text-align: left;margin-top: 3px;color: #666;font-weight: normal;line-height: 1.6em;}
#select_plan .tab-article .boxs > li dl > dd > p .small {color: #999;font-weight: 300;}
#select_plan .tab-article .boxs > li input:checked + label dl {box-shadow: none;border-color: var(--color);}
#select_plan .tab-article .boxs > li input:checked + label dl:after {display: none;}
#select_plan .tab-article .boxs > li input:checked + label dl > dt:after {top: 50%;left: auto;right: 30px;transform: translate(-5px, -50%);}
#select_plan .tab-article .boxs > li input:checked + label dl > dd {background: none;}
#select_plan .tab-article .boxs > li input:checked + label dl > dd > p {color: #666;}
#select_plan .agree_wrap {margin: 30px 0 0;padding: 15px 25px;border: 1px solid #eee;background: #f8f8f8;border-radius: 10px;}
#select_plan .agree_wrap .labskin input[type=checkbox] + label {color: #222;}
#select_plan .agree_wrap .labskin input[type=checkbox] + label:after {background-color: #fff;}
#select_plan .agree_wrap .labskin input[type=checkbox]:checked + label:after {background-color: #ffffff00;}
#select_plan .agree_memo {margin: 20px 35px 30px;}
#select_plan .agree_memo > strong {font-size: 16px;font-weight: 700;color: #222;}
#select_plan .agree_memo .ul_dot {margin: -3px;margin-top: 10px;}
#select_plan .agree_memo .ul_dot > li {margin: 3px;font-size: 16px;line-height: 1.4;}
#select_plan .agree_memo .ul_dot > li:after {top: 7px;}

.form_wrap {border-radius: 10px;border: 1px solid #ddd;box-shadow: 0 0 20px rgba(0,0,0,0.1);padding: 30px 40px;overflow: hidden;}
.form_wrap .stit {margin-bottom: 35px;position: relative;}
.form_wrap .stit .close {position: absolute;top: 0;right: 0;font-size: 26px;color: #333;border: none;padding: 0;background: none;}
.form_wrap label {display: block;margin: 15px 0 5px;font-size: 16px;color: #444;font-weight: 500;}
.form_wrap .inp {width: 100%;box-sizing: border-box;height: 46px;border: 1px solid #ddd;border-radius: 5px;padding: 0 10px;}
.form_wrap .inp[disabled] {background: #e4e4e4;color: #444;}
.form_wrap .sel {width: 100%;box-sizing: border-box;height: 46px;border: 1px solid #ddd;border-radius: 5px;padding: 0 5px;}
.form_wrap input[type=file] {width: 100%;margin: 5px 0 15px;}
.form_wrap .w33 {width: 100px;}
.form_wrap.scrolly .policybox {max-height: 530px;overflow: hidden;overflow-y: scroll;padding-right: 8px;padding-bottom: 20px;}
.form_wrap.scrolly .policybox::-webkit-scrollbar {width: 8px;background: #f7f7f7;}
.form_wrap.scrolly .policybox::-webkit-scrollbar-thumb {background-color: #363e4f;border-radius: 8px;}
.form_wrap.scrolly .policybox .agr-tit1:first-child {margin-top: 0 !important;}
.form_wrap.scrolly .stit {margin-bottom: 15px;}

.ex_bubble {position: relative;display: inline-flex;}
.ex_bubble > button {border: none;display: flex;align-items: center;background: none;color: var(--color);font-weight: 700;}
.ex_bubble > button span {margin-left: 5px;width: 20px;height: 20px;border-radius: 50%;overflow: hidden;text-align: center;line-height: 20px;background: var(--color);font-size: 13px;color: #fff;}
.ex_bubble > .memo {display: none;position: absolute;z-index: 22;top: 100%;left: 100%;transform: translate(-40px, 12px);background: #ecf3fc;border: 1px solid #ddd;border-radius: 10px;padding: 15px 20px;color: var(--color);line-height: 25px;width: 545px;box-sizing: border-box;letter-spacing: -0.03em;}
.ex_bubble > .memo:after {display: block;content: '';z-index: -1;position: absolute;bottom: 100%;left: 20px;width: 0px;height: 0px;border-bottom: 10px solid #ecf3fc;border-left: 8px solid transparent;border-right: 8px solid transparent;}
.ex_bubble.on > .memo {display: block;}

.agree_wrap {margin: 30px -40px -30px;background: #f7f7f7;border-top: 1px solid #ddd;padding: 20px 40px 23px;}
.agree_wrap .inr {display: flex;align-items: center;}
.agree_wrap input {margin: 0 5px 0 0 !important;}
.agree_wrap label {margin: 0 !important;font-size: 16px;color: #444;font-weight: 500;}





#step-wrap.new .tit {display: block;margin-bottom: 30px;font-size: 25px;color: #333;font-weight: 700;line-height: 30px;}
#step-wrap.new .tit span {display: inline-block;vertical-align: 0;font-size: inherit;font-weight: inherit;margin-right: 5px !important;}
#step-wrap.new.step-view {padding: 0;}
#step-wrap.new.step-view dd > * {width: 50%;padding: 0 80px;box-sizing: border-box;min-height: 440px;}
#step-wrap.new.step-view .inf {border: none;border-right: 1px solid #ddd;align-items: center;}
#step-wrap.new.step-view .inf > em {font-style: normal;display: block;font-size: 24px;color: #000;font-weight: 700;line-height: 30px;}
#step-wrap.new.step-view .inf > strong {margin-top: 20px;font-size: 50px;color: #00a9f0;line-height: 60px;}
#step-wrap.new.step-view .inf > mark {margin-top: 25px;margin-bottom: 0;display: block;font-size: 20px;}
#step-wrap.new.step-view .inf > p {margin-top: 35px;text-align: left;}
#step-wrap.new.step-view dd.small_h > * {min-height: auto;}
#step-wrap.new.step-view dd.small_h .inf > strong {margin-top: 12px;}
#step-wrap.new.step-view dd.small_h .inf > p {margin-top: 15px;}
#step-wrap.new.step-view dd.small_h .inf:last-child {border-right: none;}

.step-list > dl > dt {display: flex;}
.step-list > dl > dt > em {font-size: 16px;color: var(--color);line-height: 24px;font-weight: 500;font-style: normal;width: 50px;}
.step-list > dl > dt > p {font-size: 16px;color: #333;line-height: 24px;width: calc(100% - 50px);}

.scoreTab {border: 4px solid #ddd;border-radius: 8px;background: #fff;overflow: hidden;}
.scoreTab .tab-tab {display: flex;justify-content: space-between;background: #f7f7f7;border-radius: 5px;}
.scoreTab .tab-tab > a {flex-grow: 1;flex-basis: 0;height: 120px;display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;text-decoration: none !important;position: relative;}
.scoreTab .tab-tab > a p {font-size: 16px;color: #555;line-height: 22px;}
.scoreTab .tab-tab > a strong {font-size: 26px;color: #333;font-weight: 700;line-height: 36px;}
.scoreTab .tab-tab > a p + strong {margin-top: 5px;}
.scoreTab .tab-tab > a strong + p {margin-top: 5px;}
.scoreTab .tab-tab > a.active {background: var(--color);}
.scoreTab .tab-tab > a.active > * {color: #fff;}
.scoreTab .tab-tab > a.active:after {display: block;content: '';position: absolute;top: 100%;left: 50%;background: url('../images/sub/tab-arrow.png') no-repeat center center;width: 16px;height: 8px;margin-left: -8px;}
.scoreTab .tab-article {padding: 60px 65px;}
.score_inf {display: flex;justify-content: space-between;}
.score_inf > dt {width: 110px;font-size: 20px;color: #00a9f0;font-weight: 700;line-height: 30px;}
.score_inf > dd {width: calc(100% - 110px);color: #555;line-height: 26px;}
.score_inf > dd strong {display: block;margin: 5px 0;font-size: 17px;color: #222;font-weight: 600;line-height: 30px;}
.score_inf > dd strong:first-child {margin-top: 0;}
.score_inf.mt20 {margin-top: 55px !important;position: relative;padding: 30px 25px;background: #f4f8fd;display: block;border-radius: 10px;}
.score_inf.mt20:after {display: block;content: '';position: absolute;top: -28px;left: 0;right: 0;height: 1px;background: #ddd;}
.score_inf.mt20 > dt {font-size: 18px;color: #222;line-height: 22px;}
.score_inf.mt20 > dt:before {display: inline-block;vertical-align: -1px;content: '\f06a';margin-right: 5px;font-family: 'axicon';color: var(--color);font-size: 18px;}
.score_inf.mt20 > dd {margin-top: 12px;}
.score_inf.mt20 > dd strong {margin: 0;font-size: 16px;color: #444;line-height: 25px;font-weight: normal;}



/* 251023 sys S - welfare */
.welfare_cont.nologin { overflow: hidden; }
.welfare_cont .nologin_info { position: absolute; top: 35%; left: 0; right: 0; bottom: 0; margin: 0; padding: 160px 30px 0; background: linear-gradient(to top, #fff 87%, rgba(255,255,255,0) 100%); pointer-events: auto; z-index: 9999;}
.welfare_cont.nologin .nologin_info ~ div { pointer-events: none;}
/* .welfare_cont.nologin .sub_welfare_srch form fieldset .inp { pointer-events: none;}
.welfare_cont.nologin .welfare_cate_top .item button { pointer-events: none;}
.welfare_cont.nologin .welfare_sort_wrap .right_sort .item { pointer-events: none;} */

.welfare_cont.welfare_sch_cont .nologin_info { top: 15%;}

.welfare_view_cont.nologin { max-height: 1900px; }
.welfare_cont.welfare_view_cont .nologin_info { top: 15%;}

/* 기업별복지제도 - 상단 아이콘 카테고리 */
.sub_welfare_srch {width: 100%;max-width: 820px;margin: 0 auto;margin-bottom: 60px}
.sub_welfare_srch form {}
.sub_welfare_srch form fieldset {width: 100%; border: 3px solid #3b81e1; box-sizing: border-box; border-radius: 35px; background: #fff; box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05);position: relative;}
.sub_welfare_srch form fieldset:after {content: ''; display: block; clear: both}
.sub_welfare_srch form fieldset > * {float: left}
.sub_welfare_srch form fieldset .inp {width: calc(100% - 65px); padding: 0 30px; height: 65px; line-height: 65px; border: 0; font-size: 17px; color: #777; letter-spacing: -0.5px; box-sizing: border-box;background-color: transparent;}
.sub_welfare_srch form fieldset .inp::placeholder {color: #777}
.sub_welfare_srch form fieldset button[type=submit] {width: 65px; height: 65px; border: 0; background: #3b81e1; color: #fff;border-radius: 50%; font-size: 20px;margin-right: -1px;margin-left: 1px;}

.welfare_cate_wrap { position: relative;}
.welfare_cate_wrap .ico_box { aspect-ratio: 1/1; align-content: center; border-radius: 12px; background-color: #eef2f6; box-sizing: border-box;}
.welfare_cate_wrap li.active button .ico_box { background-color: #fff; border: 1px solid #3b81e1;}
.welfare_cate_wrap button.on .ico_box { background-color: #fff; border: 1px solid #3b81e1; box-shadow: 0px 0px 10px rgba(70,135,225,0.3); }
.welfare_cate_wrap button.on span { color: #3b81e1 !important; font-weight: 500;}

/* .welfare_cate_top ul { display: flex; margin: 0 -20px;}
.welfare_cate_top li { width: calc(100% / 11); padding: 0 20px; box-sizing: border-box;} */

.welfare_cate_wrap .welfare_cate_top form { display: flex;}
.welfare_cate_top .roll { width: calc(100% - 70px); margin: 0 -20px;}
.welfare_cate_top .item { padding: 0 20px;}
.welfare_cate_top .item button { width: 100%; background: none; border: 0;}
.welfare_cate_top .item button img { display: inline-block;}
.welfare_cate_top .item button span { display: inline-block; margin: 10px -7px 0; color: #555; font-size: 15px;}


.welfare_cate_top .view_all_btn { width: 70px; margin-left: 40px; }
.welfare_cate_top .view_all_btn button { width: 100%; aspect-ratio: 1/1; background-color: #3b81e1; border-radius: 12px; border: 0;}
.welfare_cate_top .view_all_btn button > div {position: relative; width: 20px; height: 17px; margin: 0 auto;}
.welfare_cate_top .view_all_btn button span,
.welfare_cate_top .view_all_btn button > div:before,
.welfare_cate_top .view_all_btn button > div:after{border-radius: 2px;overflow: hidden;position: absolute;left: 0;width: 100%;height: 3px;background: #fff;}
.welfare_cate_top .view_all_btn button span{display: block;top: 50%;margin-top: -1px;opacity: 1;transition: all 0.3s;}
.welfare_cate_top .view_all_btn button > div:before{content: '';display: block;top: 0;transition: all 0.3s;}
.welfare_cate_top .view_all_btn button > div:after{content: '';display: block;bottom: 0;transition: all 0.3s;}
.welfare_cate_top .view_all_btn button.on span{opacity: 0;}
.welfare_cate_top .view_all_btn button.on > div:before{top: 50%;margin-top: -2px;transform: rotate(45deg);}
.welfare_cate_top .view_all_btn button.on > div:after{bottom: 50%;margin-bottom: -1px;transform: rotate(-45deg);}


.welfare_cate_wrap .welfare_cate_all_wrap { position: absolute; top: 140px; left: 0; right: 0; padding: 40px 45px; background-color: #fff; border-radius: 20px; box-shadow: 0px 0px 10px rgba(0,0,0,0.1); display: none; z-index: 10;}
.welfare_cate_all_wrap ul { display: flex; flex-wrap: wrap; margin: -5px 0;}
.welfare_cate_all_wrap li { width: 20%; padding: 5px 0; }
.welfare_cate_all_wrap li button { display: flex; align-items: center; background: none; border: 0; text-align: left;}
.welfare_cate_all_wrap li button .ico_box { width: 50px; margin-right: 15px; text-align: center;}
.welfare_cate_all_wrap li button .ico_box img { max-width: 35px; max-height: 34px;}
.welfare_cate_all_wrap li button span { color: #555; font-size: 15px; }
.welfare_cate_all_wrap li.dot button .ico_box img { max-width: 25px;}
.welfare_cate_all_wrap .welfare_btn { margin-top: 30px; padding-top: 25px; border-top: 1px solid #ddd; text-align: center;}
.welfare_cate_all_wrap .welfare_btn button { width: 140px; height: 45px; font-size: 15px; border-radius: 8px; }
.welfare_cate_all_wrap .welfare_btn button + button { margin-left: 10px;}
.welfare_cate_all_wrap .welfare_btn .btn_brd { color: #555; background-color: #fff; border: 1px solid #ddd; }
.welfare_cate_all_wrap .welfare_btn .btn_bg { background-color: #3b81e1; color: #fff; border: 0;}
.welfare_cate_all_wrap .welfare_btn button i { display: inline-block; margin-left: 3px; vertical-align: middle;}


/* 기업별복지제도 - 리스트 상단 분류 */
.welfare_sort_wrap { margin-top: 70px;}
.welfare_sort_wrap form { display: flex; justify-content: space-between; align-items: center; }
.welfare_sort_wrap .total { color: #555; font-size: 17px;}
.welfare_sort_wrap .total b { color: #3b81e1; font-weight: bold; }
.welfare_sort_wrap .right_sort { display: flex; }
.welfare_sort_wrap .right_sort button { margin-right: 15px; border: 0; background: none; color: #555; font-size: 15px;}
.welfare_sort_wrap .right_sort button i { vertical-align: middle;}
.welfare_sort_wrap .right_sort > ul { display: flex; margin: -3px; }
.welfare_sort_wrap .right_sort .item { position: relative; min-width: 110px; height: 40px; padding: 0 15px; align-content: center; margin: 3px; border: 1px solid #ddd; border-radius: 99px; box-sizing: border-box; cursor: pointer;}
.welfare_sort_wrap .right_sort .item::after { content: '\e84e'; position: absolute; top: 50%; right: 15px;  transform: translateY(-50%); font-family: 'axicon'; font-size: 16px;}
.welfare_sort_wrap .right_sort .item span { color: #666; font-size: 14px; }
.welfare_sort_wrap .right_sort .item .item_list_wrap { position: absolute; top: 50px; right: 0; border: 1px solid #ddd; border-radius: 6px; width: 200px; padding: 20px; display: none; box-sizing: border-box; background-color: #fff; z-index: 1;} 
.welfare_sort_wrap .right_sort .item .item_list_wrap.on { display: block;}
.welfare_sort_wrap .right_sort .item ul { height: 100%; max-height: 300px; overflow-y: auto;  } 
.welfare_sort_wrap .right_sort .item ul::-webkit-scrollbar { width: 4px; border-radius: 2px; }
.welfare_sort_wrap .right_sort .item ul::-webkit-scrollbar-thumb { background-color: #3b81e1; border-radius: 2px;}
.welfare_sort_wrap .right_sort .item ul::-webkit-scrollbar-track { background-color: #eee border-radius: 2px;;}
.welfare_sort_wrap .right_sort .item li { }
.welfare_sort_wrap .right_sort .item li + li { margin-top: 5px; }
.welfare_sort_wrap .right_sort .item li input { display: none;}
.welfare_sort_wrap .right_sort .item li label { position: relative; padding-left: 18px; color: #666; font-size: 14px;}
.welfare_sort_wrap .right_sort .item li label::before { content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 12px;height: 12px;border-radius: 3px;border: 1px solid #ddd;box-sizing: border-box; }
.welfare_sort_wrap .right_sort .item li label::after { content: '\f1ad';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 12px;line-height: 12px;text-align: center;font-family: 'axicon';font-size: 10px;color: #333;display: none;}
.welfare_sort_wrap .right_sort .item li input:checked + label:after{display: block;}

.welfare_sort_wrap .right_sort .item:focus ul { display: block; }

/* 기업별복지제도 - 리스트 */
.welfare_list_wrap { padding-top: 30px;}
.welfare_list_wrap ul {}
.welfare_list_wrap li {}
.welfare_list_wrap li + li { margin-top: 10px;}
.welfare_list_wrap li a { display: block; padding: 40px; border: 1px solid #ddd; border-radius: 20px; text-decoration: none;}
.welfare_list_wrap li .welfare_company_tit { position: relative; display: flex; justify-content: space-between; align-items: center;  margin-bottom: 20px;}
.welfare_list_wrap li .welfare_company_tit .left_box {}
.welfare_list_wrap li .welfare_company_tit .left_box > div { display: flex; align-items: center; }
.welfare_list_wrap li .welfare_company_tit .left_box > div + div { padding-top: 10px; }
.welfare_list_wrap li .welfare_company_tit .left_box .company { color: #333; font-size: 22px; font-weight: 500; }
.welfare_list_wrap li .welfare_company_tit .left_box .location { display: inline-block; margin-left: 10px; padding: 0 10px; height: 24px; align-content: center; background-color: #3b81e1; color: #fff; font-size: 14px; font-weight: 300; border-radius: 99px;}
.welfare_list_wrap li .welfare_company_tit .left_box dl { display: flex; align-items: center;}
.welfare_list_wrap li .welfare_company_tit .left_box dl + dl::before { content: ''; display: inline-block; width: 1px; height: 13px; background-color: #ddd; margin: 0 12px; vertical-align: middle;}
.welfare_list_wrap li .welfare_company_tit .left_box dt { padding-right: 8px; color: #333; font-size: 15px; font-weight: 500;}
.welfare_list_wrap li .welfare_company_tit .left_box dd { color: #666; font-size: 15px; font-weight: 300;}

/* .welfare_list_wrap li .welfare_company_tit .right_box { position: absolute; top: 50%; right: 0; transform: translateY(-50%);} */
.welfare_list_wrap li .welfare_company_tit .right_box img { max-width: 250px;}

.welfare_list_wrap li .welfare_company_info { padding-top: 20px; border-top: 1px solid #ddd;}
.welfare_list_wrap li .welfare_company_info_box {}
.welfare_list_wrap li .welfare_company_info_box + .welfare_company_info_box { padding-top: 15px;}
.welfare_list_wrap li .welfare_company_info .info_tit { color: #333; font-size: 15px; font-weight: 500; }
.welfare_list_wrap li .welfare_company_info .info_txt { margin-top: 5px; color: #666; font-size: 15px; font-weight: 300;}


.welfare_list_wrap .view_more_btn { width: 100%; height: 65px; margin-top: 40px; color: #3b81e1; font-size: 20px; font-weight: 500; background-color: transparent; border: 2px solid #3b81e1; border-radius: 10px;}



/* 상단 카테고리 필터링 시 / 검색 시 */
.welfare_list_wrap li .welfare_company_info .col_blue { color: #3b81e1; font-weight: bold;}

.welfare_list_wrap li .welfare_company_info_box.filter {}
.welfare_list_wrap li .welfare_company_info_box.filter .info_txt { position: relative; padding-left: 10px;}
.welfare_list_wrap li .welfare_company_info_box.filter .info_txt::before { content: '-'; position: absolute; top: 0; left: 0;}



/* 기업별복지제도 - view */
.welfare_view_top { padding-bottom: 40px;}
.welfare_view_top .top_company_tit { display: flex; justify-content: space-between; align-items: center;}
.welfare_view_top .top_company_tit h3 { color: #333; font-size: 28px; font-weight: bold; }
.welfare_view_top .top_company_tit img {}
.welfare_view_top .top_company_info { margin-top: 40px; padding: 25px 0; background-color: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.1); border-radius: 10px;}
.welfare_view_top .top_company_info ul { display: flex; }
.welfare_view_top .top_company_info li { flex: 1;}
.welfare_view_top .top_company_info li + li { border-left: 1px solid #ddd;}
.welfare_view_top .top_company_info li dl { text-align: center;}
.welfare_view_top .top_company_info li dt { color: #333; font-size: 17px; font-weight: 500;}
.welfare_view_top .top_company_info li dd { padding-top: 15px; color: #666; font-size: 16px; font-weight: 300;}

.welfare_view_cont { padding-top: 60px; border-top: 2px solid #333; }
.welfare_view_cont .welfare_key_box { padding: 30px; padding-left: 60px; background-color: #f8f8f8; border-radius: 10px; }
.welfare_view_cont .welfare_key_box h4 { position: relative; color: #333; font-size: 20px; }
.welfare_view_cont .welfare_key_box h4 i { position: absolute; top: 5px; left: -28px; color: #ffc82e;}
.welfare_view_cont .welfare_key_box p { padding-top: 10px; color: #666; font-size: 16px;}
.welfare_view_cont .welfare_view_box { padding: 50px 0 60px; border-bottom: 1px solid #ddd;}
.welfare_view_cont .welfare_view_box > div { padding-left: 30px;}
.welfare_view_cont .welfare_view_box > div + div { margin-top: 30px;}
.welfare_view_cont .welfare_view_box .check_tit { position: relative; margin-bottom: 10px; color: #333; font-size: 18px; font-weight: 500;}
.welfare_view_cont .welfare_view_box .check_tit::before { content: ''; position: absolute; top: 5px; left: -30px; width: 18px; height: 18px; background: url(/images/sub/welfare_view_ico.png) no-repeat 50% / contain;}
.welfare_view_cont .welfare_view_box p { position: relative; padding-left: 10px; color: #666; font-size: 15px; }
.welfare_view_cont .welfare_view_box p::before { content: '-'; position: absolute; top: 0; left: 0;}

.welfare_view_cont .list_btn { display: block; width: 280px; height: 50px; align-content: center; margin: 80px auto 0; color: #3b81e1; font-size: 18px; font-weight: 500; text-align: center; text-decoration: none; border: 1px solid #3b81e1; border-radius: 10px;}






#payment_end .tit {display: flex;justify-content: center;align-items: center;flex-direction: column;}
#payment_end .tit > i {background: #e0f2ff;color: #3b81e1;width: 60px;height: 60px;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 26px;}
#payment_end .tit > h3 {text-align: center;margin-top: 15px;font-size: 28px;color: #333;font-weight: 700;line-height: 1.8em;}
#payment_end .memo {margin-top: 45px;font-size: 16px;line-height: 30px;letter-spacing: -0.5px;padding: 35px 40px;background: #f8f8f8;border-radius: 10px;}












html .sch_layer_wrap {position: relative;z-index: 22;}
html .sch_layer_wrap.text_write fieldset {position: relative;z-index: 2;}
html .sch_layer_wrap .sch_layer {display: none;background: #fff;border-top: 2px solid #eee;border-radius: 0 0 20px 20px;padding: 25px 0;position: absolute;top: 100%;left: 0;right: 0;z-index: 1;box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05);}
html .sch_layer_wrap .sch_layer > dt {padding: 0 40px;display: flex;justify-content: space-between;align-items: center;}
html .sch_layer_wrap .sch_layer > dt > strong {font-size: 16px;color: #888;line-height: 20px;margin-bottom: 10px;font-weight: 500;}
html .sch_layer_wrap .sch_layer > dt > button {border: none;text-decoration: underline;background: none;color: #999;line-height: 20px;}
html .sch_layer_wrap .sch_layer .sch_list {border-top: none;margin-top: 0 !important;}
html .sch_layer_wrap .sch_layer .sch_list > li {display: flex !important;align-items: center;padding: 0 25px 0 40px;margin: 0 !important;}
html .sch_layer_wrap .sch_layer .sch_list > li:before {display: block;width: 32px;height: 32px;line-height: 32px;margin-right: 6px;border-radius: 50%;background: #f6f6f6;content: '\e7ae';font-family: 'axicon';font-size: 24px;color: #bbb;text-align: center;}
html .sch_layer_wrap .sch_layer .sch_list > li > a {width: calc(100% - 38px - 46px);padding: 0 !important;background: none !important;font-size: 18px !important;color: #222 !important;line-height: 46px !important;text-align: left;text-decoration: none !important;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
html .sch_layer_wrap .sch_layer .sch_list > li > button {width: 36px;height: 36px;border: none;background: none;font-size: 20px;color: #888;border-radius: 50%;}
html .sch_layer_wrap .sch_layer .sch_list > li > button:hover {color: #222;background: rgba(0,0,0,0.04);}
html .sch_layer_wrap .sch_layer .sch_list > li:hover {background-color: #f6f6f6;}
html #main .sch_layer_wrap.text_write fieldset {border: none;border-radius: 20px 20px 0 0;background: #fff;padding: 0 34px;box-shadow: -1px -3px 10px 4px rgba(0,0,0,0.05);}
html #main .sch_layer_wrap.text_write fieldset .inp {height: 60px;line-height: 60px;padding-top: 3px;}
html #main .sch_layer_wrap.text_write fieldset button {height: 60px;}
html .sch_layer_wrap.text_write .sch_layer {display: block;}

html .sch_layer_wrap.text_write fieldset {border: none;border-radius: 20px 20px 0 0;background: #fff;padding: 0 34px;box-shadow: -1px -3px 10px 4px rgba(0,0,0,0.05);}
html .sch_layer_wrap.text_write fieldset .inp {height: 60px;line-height: 60px;padding-top: 3px;}
html .sch_layer_wrap.text_write fieldset button {height: 60px;}
html .sch_layer_wrap.text_write .sch_layer {top: 60px !important;border: none !important;border-top: 2px solid #eee !important;box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05) !important;border-radius: 0 0 20px 20px !important;}

html #sub .sch_layer_wrap.text_write #sch_inp {border-radius: 5px 5px 0 0;}
html #sub .sch_layer_wrap.text_write .sch_layer {box-shadow: none;border-radius: 0 0 5px 5px;border-top: none;border: 1px solid #ddd;border-top: none;}
html #sub .sch_layer_wrap .sch_layer .sch_list > li:before {font-size: 22px !important;}
html #sub .sch_layer_wrap .sch_layer .sch_list > li > a {font-size: 16px !important;}
html #sub #sch_wrap > dl > dd .sch_layer_wrap.text_write fieldset {padding: 0 !important;}
html #sub #sch_wrap > dl > dd .sch_layer_wrap.text_write fieldset .inp {border: none !important;}
html #sub #sch_wrap > dl > dd .sch_layer_wrap.text_write .sch_layer {top: 45px !important;}








#labor_intro .inner {display: flex;justify-content: space-between;}
#labor_intro .inner > dl {width: calc(50% - 15px);box-shadow: 3px 3px 20px rgba(0,0,0,0.1);border-radius: 10px;overflow: hidden;}
#labor_intro .inner > dl > dt {height: 80px;align-content: center;text-align: center;background: var(--color);font-size: 22px;color: #fff;font-weight: 700;line-height: 1.2em;}
#labor_intro .inner > dl > dd {padding: 45px 60px;}
#labor_intro .btns > li + li {margin-top: 30px;}
#labor_intro .btns > li {border: 1px solid #ccd4db;border-radius: 10px;overflow: hidden;position: relative;background: #fff;}
#labor_intro .btns > li .link {position: absolute;z-index: 11;inset: 0;}
#labor_intro .btns > li .inf {height: 245px;display: flex;justify-content: center;align-items: center;flex-direction: column;text-align: center;box-sizing: border-box;padding-bottom: 12px;}
#labor_intro .btns > li .inf > .dot {margin-bottom: 28px;width: 20px;height: 20px;border-radius: 50%;box-sizing: border-box;border: 1px solid #ddd;background: #fff;display: inline-flex;align-items: center;justify-content: center;}
#labor_intro .btns > li .inf > .dot span {opacity: 0;width: 10px;height: 10px;border-radius: 50%;background: var(--color);display: block;}
#labor_intro .btns > li .inf > em {font-style: normal;font-size: 16px;font-weight: 700;line-height: 22px;}
#labor_intro .btns > li .inf > strong {margin-top: 10px;font-size: 24px;color: #222;font-weight: 700;line-height: 30px;}
#labor_intro .btns > li .inf > p {margin-top: 10px;font-size: 17px;color: #555;letter-spacing: -1px;line-height: 25px;}
#labor_intro .btns > li .btn {display: flex;justify-content: center;align-items: center;height: 60px;background: #f6f8fa;}
#labor_intro .btns > li .btn > p {padding-bottom: 2px;font-size: 17px;color: #444;font-weight: 300;line-height: 20px;}
#labor_intro .btns > li .btn > i {margin-left: 12px;width: 20px;height: 20px;line-height: 20px;border-radius: 50%;background: #e9ebed;text-align: center;}
#labor_intro .btns > li:hover {border-color: var(--color);background-color: #f3f7fc;}
#labor_intro .btns > li:hover .inf > .dot span {opacity: 1;}
#labor_intro .btns > li:hover .btn {background-color: var(--color);}
#labor_intro .btns > li:hover .btn > p {color: #fff;}
#labor_intro .btns > li:hover .btn > i {background-color: #e0f2ff;color: var(--color);}
#labor.scoreTab .tab-tab > a strong {font-size: 20px;}

.labor_inf {display: flex;justify-content: space-between;margin: -10px -20px;}
.labor_inf > dt {width: 160px;margin-right: 40px;align-content: center;text-align: center;font-size: 24px;color: #00a9f0;font-weight: 700;line-height: 30px;}
.labor_inf > dd {width: calc(100% - 200px);border-left: 1px solid #ddd;padding-left: 35px;box-sizing: border-box;font-size: 16px;color: #222;font-weight: normal;line-height: 28px;letter-spacing: -0.04em;}
.labor_inf > dd strong {font-weight: 700;}
.art1 .labor_inf > dt {color: #f00000;}
.art2 .labor_inf > dt {color: #bbc8cd;}
.art3 .labor_inf > dt {color: #9bc2d1;}
.art4 .labor_inf > dt {color: #73bad4;}

#labor .step-list > dl:has(.labskin:nth-child(5)) > dt {max-width: 620px;}









#asd_lef {position: absolute;top: 70px;left: -206px;margin-left: calc((50vw - 600px)*-0.08);padding-top: 10px;}
#asd_lef .btns {transition: transform 0.3s;transform-origin: right top;}
#asd_lef .btns > li {position: relative;margin-bottom: 5px;}
#asd_lef .btns > li .link {position: absolute;z-index: 11;inset: 0;}
#asd_lef .btns > li img {display: block;width: 100%;}
#asd_lef .btns > li .btn4 {width: 100%;align-content: center;text-align: center;height: 52px;line-height: 1.2em;border-color: var(--color);background: #eef4fd;border-radius: 10px;font-size: 16px;color: var(--color);font-weight: 500;}
#asd_lef .btns > li .btn4 i {font-size: 12px;margin-left: 5px;}
#asd_lef .menu {margin-top: 10px;max-height: calc(50vh - 180px/2);overflow-y: auto;}
#asd_lef .menu dd {display: none;}
#asd_lef .menu dl + dl {margin-top: -1px;}
#asd_lef .menu dl > dt {border: 1px solid #ddd;height: 48px;display: flex;justify-content: space-between;align-items: center;overflow: hidden;cursor: pointer;background: #fff;}
#asd_lef .menu dl > dt strong {width: calc(100% - 55px);box-sizing: border-box;padding-left: 30px;font-size: 16px;color: #333;font-weight: 500;line-height: 1.3em;}
#asd_lef .menu dl > dt i {width: 55px;align-content: center;text-align: center;font-size: 18px;color: #bbb;}
#asd_lef .menu dl > dt i.axi-minus {display: none;}
#asd_lef .menu dl > dd {padding: 14px 18px;}
#asd_lef .menu dl > dd a {display: block;padding: 5px 0;padding-left: 10px;position: relative;line-height: 28px;font-size: 16px;}
#asd_lef .menu dl > dd a:after {display: block;content: '';width: 2px;height: 2px;background: #999;position: absolute;top: 18px;left: 0;}
#asd_lef .menu dl > dd a.active {color: var(--color);text-decoration: underline;}
#asd_lef .menu dl > dd a.active:after {background: var(--color);}
#asd_lef .menu dl.on > dt {background: var(--color);}
#asd_lef .menu dl.on > dt strong {color: #fff;}
#asd_lef .menu dl.on > dt i {color: #fff;}
#asd_lef .menu dl.on > dt i.axi-minus {display: block;}
#asd_lef .menu dl.on > dt i.axi-plus {display: none;}
#asd_lef.fix {position: fixed;top: 0;left: calc(50vw - 600px - 214px);}
#asd_lef.fix .btns.scale {transform: scale(0.55);}
#asd_lef.w230 {left: -230px;margin-left: calc((50vw - 600px)*-0.08);width: 230px;}
#asd_lef.w230.fix {left: calc(50vw - 600px - 238px);}
#asd_lef.end {position: absolute;top: auto;bottom: 80px;left: -206px;margin-left: calc((50vw - 600px)*-0.08);}
#asd_lef.w230.end {position: absolute;top: auto;bottom: 80px;left: -230px;margin-left: calc((50vw - 600px)*-0.08);}

.sanjae_banner {position: relative;margin-bottom: 80px;}
.sanjae_banner > .link {position: absolute;z-index: 11;inset: 0;}
.sanjae_banner > img {display: block;width: 100%;object-fit: cover;}
.sanjae_banner > h3 {position: absolute;inset: 0;align-content: center;text-align: center;font-size: 34px;color: #fff;font-weight: 700;letter-spacing: -0.03em;line-height: 1.2em;text-shadow: 0 0 10px rgba(0,0,0,0.1);}






.box_blue {background: #f8fbfe;padding: 17px 20px;border: 1px solid var(--color);border-radius: 5px;margin-bottom: 15px;}
.box_blue .tit {display: block;font-size: 16px;color: #222;font-weight: 500;line-height: 24px;}
.box_blue .tot {margin-top: 6px;display: block;color: #222;font-weight: 500;line-height: 24px;}
.box_blue .tot .col {font-weight: 600;}
.box_blue .num {margin-top: 6px;display: flex;justify-content: space-between;align-items: center;}
.box_blue .num + .num {margin-top: 0;}
.box_blue .num p {max-width: 50%;color: #555;line-height: 24px;}
.box_blue .num p:first-child:last-child {width: 100%;max-width: none;text-align: right;}
.box_blue .num p:last-child {text-align: right;color: #444;font-weight: 500;}

.new_list_wrap {margin-bottom: 10px;background: #fff;padding: 17px 0;border: 1px solid #ddd;border-radius: 5px;position: relative;overflow: hidden;display: block;}
.new_list_wrap > * {padding: 0 20px;}
.new_list_wrap > dt {padding-top: 15px;padding-bottom: 10px;}
.new_list_wrap > dt strong {display: block;font-size: 16px;color: #222;font-weight: 500;line-height: 24px;}
.new_list_wrap > dt .new {position: absolute;top: 0;left: 0;background: var(--color);color: #fff;width: 46px;text-align: center;height: 23px;line-height: 23px;font-size: 12px;font-weight: 500;}
.new_list > li + li {border-top: 1px solid #ddd;margin-top: 12px;padding-top: 12px;}
.new_list > li a {display: block;color: #555555;line-height: 21px;}
.new_list_wrap .item {height: 119px;overflow: hidden;box-sizing: border-box;position: relative;align-content: center;}
.new_list_wrap .item + .item {border-top: 1px solid #fff;margin-top: 12px;padding-top: 12px;}
.new_list_wrap .item.slick-active {border-top-color: #ddd;}
.new_list_wrap .item .link {position: absolute;z-index: 11;inset: 0;}
.new_list_wrap .item .txt > span {color: #555555;line-height: 21px;text-align: justify;word-break: break-all !important;}

.item img {user-drag: none;user-select: none;-webkit-user-drag: none;-webkit-user-select: none;}


@media screen and (min-width: 1301px){
/* .rig.fix:not(.end) .new_list_wrap {display: flex;flex-direction: column;flex-grow: 1;flex-basis: 0;}
.rig.fix:not(.end) .new_list_wrap > dd {flex-grow: 1;flex-basis: 0;}
.rig.end .filter_wrap {display: block;height: auto;}
.rig.fix .new_list_wrap {max-height: calc(100vh - 450px);overflow: hidden;overflow-y: auto;}
.rig.fix .new_list_wrap::-webkit-scrollbar {width: 7px;background: #f7f7f7;}
.rig.fix .new_list_wrap::-webkit-scrollbar-thumb {background-color: #363e4f;border-radius: 7px;} */
}








#asd {position: fixed;right: 50%;right: 80px;transform: translateY(-50%);}
#asd > .btn {display: block;}
#asd > .btn img {display: block;}








/* hrboard/format */
.format_best_list {border-bottom: 1px solid #ddd;padding-bottom: 65px;margin-bottom: 60px;display: flex;flex-wrap: wrap;gap: 18px;position: relative;}
.format_best_list > li {flex: 1;border: 1px solid #ddd;border-radius: 10px !important;position: relative;overflow: hidden;padding: 15px;}
.format_best_list > li > strong {display: block;margin-right: 25px;font-size: 15px;color: #222;font-weight: 700;line-height: 22px;}
.format_best_list > li .link {position: absolute;z-index: 11;inset: 0;}
.format_best_list > li .cates {margin-top: 20px;display: inline-flex;flex-wrap: wrap;align-content: center;}
.format_best_list > li .cates > span {font-size: 11px;line-height: 24px;padding: 0 6px;border-radius: 5px !important;background: #f7f8f9;color: #3858a3;}
.format_best_list > li .num {position: absolute;top: 15px;right: 18px;text-align: center;width: 14px;padding-bottom: 12px;background: url('../images/sub/icon-num.jpg') no-repeat center bottom;}
#sb-category2 {display: flex;flex-wrap: wrap;margin: 25px 0 60px;gap: 6px;}
#sb-category2 li > a {display: block;padding: 0 12px;border-radius: 5px;background: #f6f7f8;color: #807d91;font-weight: 500;height: 38px;box-sizing: border-box;border-radius: 5px !important;text-align: center;align-content: center;border: 1px solid #f6f7f8;}
#sb-category2 li.active > a {color: #3f7ddf;border-color: #3f7ddf;}

.format_tbl {width: 100%;border-top: 2px solid #3f7ddf;}
.format_tbl tr > * {border-bottom: 1px solid #ddd;padding: 20px;font-size: 15px;color: #7e7684;line-height: 1.6;}
.format_tbl thead tr > * {background: #f4f8fd;color: #3f7ddf;font-size: 17px;font-weight: 500;}
.format_tbl .sbj {display: inline-flex;font-size: 18px;color: #111 !important;font-weight: 700;}
.format_tbl .btns {max-width: 175px;margin: 0 auto;display: flex;justify-content: end;align-items: center;flex-wrap: wrap;gap: 5px;}
.format_tbl .btns a {display: block;width: 40px;height: 40px;background-repeat: no-repeat;background-position: center center;overflow: hidden;text-indent: -999999px;}
.format_tbl .btns a.btn_w {background-image: url('../images/sub/icon-w.jpg');}
.format_tbl .btns a.btn_x {background-image: url('../images/sub/icon-x.jpg');}
.format_tbl .btns a.btn_p {background-image: url('../images/sub/icon-p.jpg');}
.format_tbl .btns a.btn_h {background-image: url('../images/sub/icon-h.jpg');}
@media screen and (max-width: 1300px){
    .format_best_list {padding-bottom: 30px;margin-bottom: 30px;gap: 5px;}
    .format_best_list > li {flex: inherit;width: calc(50% - 5px/2);border-radius: 10px !important;padding: 10px;}
    .format_best_list > li > strong {margin-right: 25px;font-size: 14px;line-height: 20px;}
    .format_best_list > li .cates {margin-top: 10px;}
    .format_best_list > li .cates > span {font-size: 10px;line-height: 20px;padding: 0 4px;border-radius: 3px !important;}
    .format_best_list > li .num {top: 10px;right: 10px;width: calc(14px*0.7);padding-bottom: calc(12px*0.7);background-size: contain;}
    #sb-category2 {margin: 15px 0 20px;gap: 3px;}
    #sb-category2 li > a {padding: 0 5px;border-radius: 3px;height: 30px;border-radius: 3px !important;}

    .format_tbl tr > * {padding: 10px 5px;font-size: 12px;}
    .format_tbl thead tr > * {font-size: 12px;font-weight: normal;}
    .format_tbl .sbj {font-size: 14px;}
    .format_tbl .btns {max-width: calc(30px*2 + 5px);flex-wrap: wrap;}
    .format_tbl .btns a {width: 30px;height: 30px;background-size: contain;}
}