@charset "utf-8";
i.mpty{font-style: italic;color: #d00;}
.vWrap{display: flex;position: relative;justify-content: space-between;flex-direction: row;gap:40px;min-height: calc(100vh - 330px);padding-top: 60px;}
.vContent{flex: 0 0 calc(100% - 320px);box-sizing: border-box;width: calc(100% - 320px);}
.vWing{/* background-color: #f90; */flex: 0 0 280px;box-sizing: border-box;padding-top: 0;top:150px;position: sticky; align-self: flex-start;transition: all .25s ease-out; }
.vcAnqr{margin-bottom: 60px;}
.vWrap a{transition: .25s ease-out;}
.vWrap a:hover{text-decoration: underline;}
.vWrap img{display: block;font-size: 0;max-width: 100%;}
/*- - - - - -
vContent
- - - - - - */
.vcTopWrap{max-width: 1280px;margin: 0 auto;width: 95%;background-color: #fff;display: inline;transition: all .25s ease-out;position: relative;z-index: 20;}
.vcTop{position: relative;border-bottom: 1px solid #d9d8d7;}
.vcCom{font-size: 20px;margin-bottom: 10px;display: flex;align-items: center;gap:10px;transition: all .25s ease-out;}
.vcCom ._hrNo{font-size: 0.6em;color: #696880;background-color: #f0f0f0 ;padding:  0 5px;height: 20px;display: inline-block;vertical-align: middle;line-height: 20px;}
.vcAdr{font-size: 0.6em;color: #696880;background-color: #f0f0f0 ;padding:  0 5px;height: 20px;display: inline-block;vertical-align: middle;line-height: 20px;}
.vcTit{font-size: 30px;margin-bottom: 25px;transition: all .25s ease-out;overflow:hidden !important;text-overflow:ellipsis;white-space:nowrap;}
.vcNav{display: flex;height: 55px;align-items: center;}
.vcNav a{padding: 0 20px;font-size: 16px;font-weight: 500;letter-spacing: -0.5px;position: relative;height: 100%;display: flex;align-items: center;color: #81868d;}
.vcNav a::after{display: block;content: '';position: absolute;height: 3px;background-color:#8693a9;bottom: 0;left: 20px;width: 0;transition: all .25s ease-out;z-index: 30;}
.vcNav a:hover{text-decoration: none;color: #363339;}
.vcNav a.active:after,
.vcNav a:hover::after{right: 20px;width:calc(100% - 40px);}

.vcNav a:first-of-type{padding-left: 0;}
.vcNav a:first-of-type::after{left: 0;}
.vcNav a:first-of-type.active::after,
.vcNav a:first-of-type:hover::after{width:calc(100% - 20px)}
.vcNav a.active{color: #007bff;}
.vcNav a.active:after{right: 20px;background-color: #007bff}
/* vcGrab */
.vcGrab{display: flex;align-items: flex-end;gap:10px;position: relative;transition: all .25s ease-out;}
.vcGrab a{font-size: 14px;color: #8693a9/* 808089 */;padding: 5px;display: flex;align-items: center;}
.vcGrab a::before{display: block;content: '';background-repeat: no-repeat;background-position: left center;width: 14px;height: 16px;background-size: 100% auto;margin-right: 5px;}
.vcGrab a.i_print::before{background-image: url(../img/icon/_print.svg);}
.vcGrab a.i_copyurl::before{background-image: url(../img/icon/_copy.png);width: 17px;height: 18px;}
.vcGrab a.i_share::before{background-image: url(../img/icon/_share.svg);}
.vcGrab a.i_share.open{font-weight: 800;color:#464840;text-decoration: underline;}
.shareDiv{display:none; border:1px solid #c1c6cd; position:absolute; background:#fff;bottom:calc(100% + 10px);right: -27px;left: auto;/* right:auto;left: calc(100% - 76px); */border-radius:3px;padding-right: 30px;z-index: 1;box-shadow: 1px 4px 20px 0 rgba(0,0,0,0.1);overflow: hidden;}
.shareDiv>p{position: absolute;border-bottom: 1px solid #ddd;left: 0;right: 0;top: 0;font-size: 13px;padding: 9px 10px;visibility: hidden;}
.shareDiv::before{position: absolute;bottom: -7px;right:44px;display: block;content: '';width: 11px;height: 7px;background:  url(../img/icon/_share_aro.png) 0 0 no-repeat;transform: rotate(180deg);display: none;}

.shareSet, .shareSet li{list-style-type: none;margin: 0;padding: 0;}
.shareSet{display: flex;align-items: center;justify-content: center;gap:0}
.shareSet li{border-right: 1px solid #e8e8e8;}
.shareSet a{display: block;text-indent:-999em;width: 22px;height: 22px;position: relative;font-size: 0;padding: 5px;padding-bottom: 4px;}
.shareSet a::before{display: block;content: '';position: absolute;width: auto;height: auto;top: 0;left: 0;right: 0;bottom: 0;background-repeat: no-repeat;background-position: center;background-size:auto;margin-right: 0;}
.shareSet a.i_f::before{background-image:url(../img/icon/i_1.png);}
.shareSet a.i_x::before{background-image:url(../img/icon/i_2.png);}
.shareSet a.i_k::before{background-image:url(../img/icon/_kakao.svg);background-size:22px auto;}
.shareSet a.i_copyurl::before,
.vcGrab .shareSet a.i_copyurl::before{background-image: url(../img/icon/_copy.png);background-size:19px auto;background-position: center;width: auto;height: auto;}
.shareDivClose{position: absolute;right: 0;bottom: 0;border-radius:0 3px 3px 0;transition: all .25s ease-out}
button.shareDivClose{height:31px;display:block;text-indent:-999em;font-size:0;width:30px;cursor: pointer;background-color: #f4f5f4;}
button.shareDivClose::before,
button.shareDivClose::after{transition: all .25s ease-out;content:"";display:block;position:absolute;top:15px;right:8px;width:14px;height:1px;background:#666;}
button.shareDivClose::before{transform: rotate(135deg)}
button.shareDivClose::after{transform: rotate(225deg)}
button.shareDivClose:hover{background-color: #e1e6ed;}
button.shareDivClose:hover::before,
button.shareDivClose:hover::after{background-color: #000;}

/*- - - - - -
scroll element
- - - - - - */
/* #sticky-marker{border: 5px solid #f0f;visibility: visible !important;} */
#sb-site.top-padding:has(.vWing){overflow: visible;}
body:has(.vcTopWrap) .topNavWrap.ttipt{display: none;}

.fixt2 .vContent{padding-top: 105px;}
.fixt2 .vcTop{ position: fixed;top: 0;left: 0;right: 0;height: auto;background: #fff; z-index: 29;transition: all .25s ease-out;/* left:calc(50% - 960px);right:calc(50% - 960px); */border-bottom: 1px solid #e9e7e8;box-shadow: 0 20px 30px -20px rgba(0,0,0,0.1);}
.fixt2 .vcTopWrap{display: block;}

.fixt2 .vcTop{}
.fixt2 .vcCom{font-size: 16px;gap:5px;margin-bottom: 5px;padding-top: 8px;}
.fixt2 .vcTit{font-size: 23px;margin-bottom: 5px;}
.fixt2 .vcCom a.i_btn:has(i.i_heart){height: 19px;}
@media (min-width:1921px) {
.fixt2 .vcTop{ left:calc(50% - 960px);right:calc(50% - 960px);}
}
/*--------------------*/
.vcCnd{padding-top: 22px;/* border-top: 1px solid #d9d8d7; */display: flex;align-items: center;position: relative;gap:0;padding-right: 67px;justify-content: space-between;padding-bottom: 30px;}
.vcCnd dl{display: flex;justify-content: center;flex-direction: column;position: relative;height: 56px;padding-left: 64px;box-sizing: border-box;/* width: 170px;flex: 0 0 170px; */}
/* .vcCnd dl:last-of-type{width: auto;flex: 0 0 auto;margin-right: auto;} */
.vcCnd dl::before{display: inline-flex;content: '';background-color: #f5f8fc;border-radius:14px;position: absolute;top: 0;left: 0;height: 56px;width: 54px;background-repeat: no-repeat;background-position: center;}
.vcCnd dl.i_cnd_1::before{background-image: url(../img/icon/_cnd_1.png);}
.vcCnd dl.i_cnd_2::before{background-image: url(../img/icon/_cnd_2.png);}
.vcCnd dl.i_cnd_3::before{background-image: url(../img/icon/_cnd_3.png);}
.vcCnd dl.i_cnd_4::before{background-image: url(../img/icon/_cnd_4.png);}
.vcCnd dl.i_cnd_5::before{background-image: url(../img/icon/_cnd_5.png);}
.vcCnd dt{color: #696880;}
.vcCnd dd{font-size: 17px;font-weight: bold;line-height: 1.2;padding-top: 1px;}
.vcCnd .ddy{position: absolute;top:22px;right: 0;width: 56px;height: 56px;border-radius:14px;font-size: 18px;padding: 0;background-color: var(--prime-color);}
.vcCnd._hrInfo{padding-right: 0;}

@media (min-width:1025px) {
.vContent .vcCnd{display: table;box-sizing: border-box;width: 100%;}
.vContent .vcCnd dl{display: table-cell;width: auto;padding-right: 10px;min-width: 130px;}
}

/*- - - - - -
vcBx
- - - - - - */
.vcBxTit{display: flex;align-items: center;justify-content: space-between;margin-bottom: 15px;}
.vcBxTit h3{font-weight: bold;font-size: 24px;line-height: 1.2;}
.vcBxTit p{font-size: 14px;line-height: 1.2;font-weight: 400;color: #696880/* 2d4f5b */;letter-spacing: 0;}
.vcBx{border-radius: 9px;border: 1px solid #e0e0e0;background-color: #fff;padding: 25px 34px;}
.vcBx::after{display: block;content: '';clear: both;}
.vcBx dl{font-size: 1em;display: flex;gap:20px;color: #1c1d1f;padding: 10px 0 ;flex-wrap: wrap;}
.vcBx dt{font-weight: 400;color: #707070;min-width: 90px;flex: 0 0 90px;line-height:1.5;}
.vcBx dd{font-weight: 500;line-height: 1.5;letter-spacing: -.5px;flex: 0 0 calc(100% - 110px)}
.vcBx .ddy{background-color: var(--prime-color);border-radius:2.5em;padding: 0 10px;font-weight: 500;height: 23px;display: inline-block;}
.vcBx > .col{float: left;width: 50%;}
.vcBx .p_tbl {display: flex;width: 100%;border-left: 0 solid #ddd;}
.vcBx .p_tbl dl{display: flex;gap:0;color: #1c1d1f;padding:  0 ;flex-wrap: nowrap;flex-direction: column;border: 1px solid #ddd;border-left: none;flex: 1 1 auto;}
.vcBx .p_tbl dl:last-of-type{border-right: none;}
.vcBx .p_tbl dt{font-size: 0.875em;min-width: 100%;flex: 0 0 30px;display: flex;line-height:1.5;align-items: center;justify-content: center;background-color: #f6f7f9;padding-top: 1px;}
.vcBx .p_tbl dd{line-height: 1.5;letter-spacing: -.5px;flex: 0 0 auto;display: flex;padding: 10px 5px;align-items: center;justify-content: center;border-top: 1px solid #ddd;}
.vcBx:has(dl._4map){padding-top: 30px;padding-bottom: 20px;}

.vcBx .vcBxTxt{font-size:1.12em;line-height:1.6;letter-spacing: -.7px;}
@media (min-width:551px) {
.vcBx dl._4map{padding-top: 0;gap:0}
}
.vcBx dl._4map .root_daum_roughmap_landing{width: 99.99% !important;}
.vcBx dl._4map dt{width: 0;overflow: hidden;z-index: -1;position: absolute;height: 0;flex: 0;line-height: 0;text-indent: -999em;}
.vcBx dl._4map dd{width: 100%;flex:0 0 100%;}
.vcBx dl._4map dd .dflx{display: flex;align-items: center;gap:5px;}
@media (min-width:681px) {
.vcBx dl._4map dd .dflx{font-size: 18px;}
}
.vcBx dl._4map.co_map .mapArea,
.vcBx dl._4map.co_map .root_daum_roughmap{height: 450px;}
.vcBx dl._4map dd .root_daum_roughmap_landing{border-radius:11px;border: 2px solid #f0f0f0;overflow: hidden;}
.vcBx dl._4map dd .root_daum_roughmap_landing .border1,
.vcBx dl._4map dd .root_daum_roughmap_landing .border2,
.vcBx dl._4map dd .root_daum_roughmap_landing .border3,
.vcBx dl._4map dd .root_daum_roughmap_landing .border4{display: none !important;}
.vcBx dl._4map dd .wrap_controllers{display: none !important;}
@media (max-width:680px) {
.vcBx dl._4map.co_map .mapArea,
.vcBx dl._4map.co_map .root_daum_roughmap{height: 300px !important;}
}

@media (max-width:1200px) {
.vcNav a{padding: 0 15px;}
.vcNav a::after{left: 15px;}
.vcNav a.active:after, .vcNav a:hover::after{right: 15px;width: calc(100% - 30px);}
.vcCnd .ddy{display: none;}
.vcCnd{padding-right: 0;}
.vWrap{padding-top: 30px;}
.vcBxTit{flex-direction: column;align-items: flex-start;justify-content: flex-start;gap:5px}
.vcBx dt{font-size: 14px;flex:0 0 80px;min-width: 80px;}
.vcBx dd{flex: 0 0 calc(100% - 100px)}
.vcBx > .col dl{gap:10px}
.vcBx > .col dt{flex:0 0 60px;min-width: 60px;}
}

@media (max-width:1150px){
.vcCnd{align-items: flex-start;}
.vcCnd dl{align-items: center;justify-content: flex-start;/* flex-direction: column;position: relative; */height: auto;padding-left: 0;}

.vcCnd dl::before{display: block;content: '';background-color: #f5f8fc;border-radius:10px;position: static;height: 46px;width: 44px;background-repeat: no-repeat;background-position: center;margin-bottom: 10px;background-size:auto 32px;}
.vcCnd dl dt{display: none;}
.vcGrab>a {font-size: 0;padding: 0;}
.shareDiv{right: -7px;}
}
/* @media (max-width:1347px) {
.mCorpBx a.t_btn{flex: 0 0 calc(100% - 58px);}
.mCorpBx a.i_btn{width: 50px;height: 50px;border-radius:3px;padding: 0;margin: 0;display: flex;justify-content: center;}
.mCorpBx a.i_btn i.i_heart{width: 17px;height: 17px;margin-right: 0;}
} */
@media (min-width:1025px) {
.mCorpBx{display: none;}
}
@media (max-width:1024px) {
.vWrap{display: block;/* padding-top: 0; */}
.vContent{width: auto;padding-bottom: 100px;}
.fixed.fixt2 .vContent{padding-top: 0;}
.fixed.fixt2 .vcTop,
.vcTop{.position: -webkit-sticky;position: sticky;top: 0 ; z-index: 99999;background-color: #fff;
/* 모바일 떨림 방지 추가 */backface-visibility: hidden;-webkit-backface-visibility: hidden;transform: translateZ(0); /* 하드웨어 가속 강제 호출 */}
.vWing .inner{position: relative;}
.vWing{position: fixed;left: 0;right: 0;bottom: 0;z-index: 999;top: auto;padding:8px 8px 0;background-color:rgba(240,240,240,0.75);height: 76px;overflow: hidden;z-index: 99;border-top: 1px solid #ddd;}
body:has(.vWingBt a:hover) .vWing{background-color: #fff;}
body:has(.vWing) .footer .wrapper{z-index: initial;}
body:has(.vWing) .footer{padding-bottom:70px;z-index: initial;}
body:has(.vWing) .footer .combo{z-index: initial;}
body:has(.vWing) .containers{z-index:initial}
/*--------------------------------------*/
.vcBx{padding:35px 24px;}
.vcBxTit p{font-size: 13px;letter-spacing: -1px;}
.vWingCorp{display: none;}

.mCorpBx a.t_btn{flex: 0 0 calc(100% - 58px);}
.mCorpBx a.i_btn{width: 50px;height: 50px;border-radius:3px;padding: 0;margin: 0;display: flex;justify-content: center;}
.mCorpBx a.i_btn i.i_heart{width: 17px;height: 17px;margin-right: 0;}
}

@media (max-width:780px) {
.vcNav {height: 40px;}
.vcNav a{padding:0 5px;font-size: 14px;letter-spacing: -1px;}
.vcNav a::after{left: 5px;}
.vcNav a.active:after, .vcNav a:hover::after{right: 5px;width: calc(100% - 10px);}
.vcNav a:first-of-type.active::after, .vcNav a:first-of-type:hover::after{width: calc(100% - 5px)}

.vcGrab{position: absolute;top: 15px;right: 15px;z-index: 10;}
.vcGrab a.i_print{display: none;}
.shareDiv>p{visibility: visible;}
.shareDivBg{position: fixed;z-index: 999;top: 0;bottom: 0;left: 0;right: 0;display: none;cursor: pointer;background-color: rgba(0, 0, 0, 0.7);}
.shareDiv{position: fixed;width: 300px;top: 50%;bottom: auto;margin-left: -150px;margin-top: -118px;padding: 45px 0 20px;left: 50%;right: auto;z-index: 9999 !important;}
button.shareDivClose{top: 0;bottom: auto;background-color: #fff;z-index: 9999;}
.shareDiv::before{display: none;}
.shareSet li{border: none;}
.shareSet a{width: 40px;height: 40px;}
.shareDivBg .shareDiv{display: block;}

.vcBx{padding:15px;}
.vcBx dl{gap:10px}
.vcBx dt{font-size: 13px;flex:0 0 65px;min-width: 65px;}
.vcBx dd{flex: 0 0 calc(100% - 75px)}
.vcBx > .col{float: none;width: auto;}
.vcBx dl._4map dd .dflx{align-items: flex-start;}

.vcCnd{flex-wrap: wrap;justify-content: flex-start;padding-bottom: 0;}
.vcCnd dl{width: 50%;flex: 0 0 50%;align-items: center;flex-direction: row;margin-bottom: 5px;}
.vcCnd dl::before{margin-bottom: 0;background-color:transparent;height: 35px;width: 30px;background-position: 0 center;background-size: auto 25px;}
.vcCnd dd{font-size: 15px;}
.vcCnd dl:last-of-type{width: 100%;flex: 0 0 100%;margin-bottom: 0;}
}
@media (max-width:550px) {
.vcBx{padding:0;border: none;}
.vcBx dl{border-bottom: 1px solid #eee;}
.vcBx dl:first-of-type{border-top: 1px solid #444;}
.vcBx .p_tbl dl{border-top-color: #444;}

}
@media (max-width:400px) {
.vcBx{overflow-x: auto;}
.vcBx .p_tbl{width: calc(100% + 50px);}
}
@media (max-width:420px) {
.vcNav{justify-content: space-between;gap:3px;width: 100%;}
.vcNav a{padding:0 ;/* font-size: 12px; */letter-spacing: -1.7px;}
.vcNav a::after{left: 0;}
.vcNav a.active:after, .vcNav a:hover::after{right: 0;width: 100%;}
.vcNav a:first-of-type.active::after, .vcNav a:first-of-type:hover::after{width:100%}

}
@media (max-width:380px) {
.vcNav a{font-size: 12px;letter-spacing: -1px;}
}
/*- - - - - - - - - - - -
.myAtv .vcCnd
- - - - - - - - - - - - */
.myAtv {margin-bottom:20px;}
.myAtv.myMain {margin-bottom: 50px;}
.myAtv.myMain .vcCnd{padding-top: 30px;padding-left: 40px;border: 1px solid #e8e8e8;border-radius:15px;padding-right: 30px;justify-content: space-between;padding-bottom: 30px;}
.myAtv .vcCnd {padding-top: 0;}
.myAtv .vcCnd dl{flex: 0 0 calc(190/1020 * 100%);}
.myAtv .vcCnd dd{font-size: 1.38em;}
.myAtv .vcCnd dd.txt a{font-size:0.87em;text-decoration: underline;text-underline-offset:5px}
.myAtv .vcCnd dd a{display: block;}
.myAtv .vcCnd dd a:hover{text-decoration: underline;text-underline-offset:5px}
.myAtv .vcCnd dt{display: block;}

.myAtv .vcCnd dl.i_cnd_1::before{background-image: url(../img/icon/_cnd_2.png);}
.myAtv .vcCnd dl.i_cnd_2::before{background-image: url(../img/icon/_cnd_1.png);}
.myAtv .vcCnd dl.i_cnd_3::before{background-image: url(../img/icon/_cnd_7.png);}
.myAtv .vcCnd dl.i_cnd_4::before{background-image: url(../img/icon/_cnd_6.png);}
.myAtv .vcCnd dl.i_cnd_5::before{background-image: url(../img/icon/_cnd_8.png);}

@media (max-width:1150px) {
.myAtv .vcCnd{padding-left: 0;padding-right: 0;}
}
@media (max-width:780px) {
.myAtv {margin-bottom: 40px;margin-top: -20px;margin-left: -3%;margin-right: -3%;}
.myAtv .vcCnd{flex-wrap: nowrap;overflow-x:auto;border: 0;background-color: #f9f8f7;padding: 15px 0;border-radius:0;}
.myAtv .vcCnd dt{font-size: 14px;}
.myAtv .vcCnd dl{flex-direction: column;margin-bottom: 0;width: auto;}
.myAtv .vcCnd._myc{justify-content: space-between;}

.myAtv .vcCnd dl::before{background-position:  center;}
}
@media (max-width:500px) {
.myAtv {margin-bottom: 40px;margin-top: -20px;margin-left: -3%;margin-right: -3%;}
.myAtv .vcCnd{flex-wrap: nowrap;overflow-x:auto;border: 0;background-color: #f9f8f7;padding: 15px 0;border-radius:0;}
.myAtv .vcCnd dt{font-size: 13px;}

}
@media (max-width:400px) {
.myAtv .vcCnd dl{width: 70px;flex: 0 0 70px}
.myAtv .vcCnd._myp{justify-content: space-between;}
.myAtv .vcCnd._myp dl{width: 60px;flex: 0 0 60px}
.myAtv .vcCnd dd.txt a{font-size:16px}
}
/*- - - - - - - - - - - -
ICON & BUTTON & ETC
- - - - - - - - - - - - */
.sz-1{font-size: 0.876em;opacity: .66;}

a.i_file{display:block;position: relative;padding-left: 29px;margin-bottom: 5px;/* border-bottom: 1px solid #c00; */}
a.i_file::before{display: block;content: '';width: 20px;height: 20px;background: url(../img/icon/_file.png) center no-repeat;background-size:cover;position: absolute;top: 2px;left: 0;}
a.i_file span.stxt2{font-size: 12px;color: #999;}
a.i_file:hover{text-decoration: underline;color: var(--prime-color);}
.i_map{display: inline-block;font-style: normal;font-weight: normal;vertical-align: top;width: 20px;position: relative;height: 20px;}
i.i_map::before{display: block;content: '';background: url(../img/icon/_map.png) 0 0 no-repeat;background-size:cover;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}

a.iBtn{display: inline-flex;align-items: center;padding: 0 15px;height: 31px;border-radius:4px;background-color: #fff;border: 1px solid #bdc0c7;color: #67738e; font-size: 14px;line-height: 1;}
a.iBtn:hover{background-color: #f4f6fa;border-color: #67738e;color: #11378d;}
i.i_zm{display: inline-block;font-style: normal;font-weight: normal;width: 16px;position: relative;height: 16px;margin-right: 3px;transition: .25s ease-out}
i.i_zm::before{display: block;content: '';background: url(../img/icon/_zm.png) 0 0 no-repeat;background-size:cover;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}

a.iBtn2{display: inline-flex;align-items: center;padding: 0 10px;height: 23px;border-radius:2px;background-color: #f4f6fa;border: 1px solid #bdc0c7;color: #67738e; font-size: 13px;line-height: 1;vertical-align: middle;margin-left: 5px;font-weight: bold;}
a.iBtn2 .i_zm{width: 14px;height: 15px;opacity: .4;}
a.iBtn2:hover{background-color: #fff;border-color: var(--prime-color);color: var(--prime-color);}
a.iBtn2:hover .i_zm{opacity: 1;}

a.i_btn{display: inline-flex;align-items: center;padding: 0 10px 0 7px;height: 23px;border-radius:2px;background-color: #fff;border: 1px solid #ddd;color: #67738e; font-size: 13px;line-height: 1;vertical-align: middle;margin-left: 5px;font-weight: 500;letter-spacing: -.5px;}
i.i_heart{display: inline-block;font-style: normal;font-weight: normal;width: 16px;position: relative;height: 16px;margin-right: 3px;transition: .25s ease-out}
i.i_heart::before{display: block;content: '';background: url(../img/icon/_heart_off.png) 0 0 no-repeat;background-size:cover;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
a.i_btn i.i_heart{height: 11px;width: 11px;margin-right: 6px;}

a:hover i.i_heart::before{background-image: url(../img/icon/_heart_ov.png);}
a.on .i_heart::before{background-image: url(../img/icon/_heart_on.png);}
a.i_btn:has(i.i_heart).on{border-color: #ff5656;color: #f34646;}
a.keyBtn{position: relative;color: #fff;background-color: var(--prime-color);height: 60px;display: flex;align-items: center;justify-content: center;font-size: 20px;border-radius:4px;}

a.i_btn.town{cursor: default;height: 19px;border-color: #ff5653;background-color: #ff5656;color: #fff;padding: 0 14px 0 8px;border-radius:10px 0 15px 0}
/*- - - - - -
vWing
- - - - - - */
.vWing *{box-sizing: border-box;}
.vWingBt{margin-bottom: 18px;}
.vWingCorp{border: 1px solid #e8e8e8;border-radius:8px;padding: 19px;background-color: #fff;}
.corpLogo{display: flex;justify-content: center;align-items: center;height: 80px;margin-bottom: 20px;overflow: hidden;border-radius:6px;position: relative;}

.corpLogo._4infotop{position: relative;box-sizing: border-box;min-height: 110px;border-radius:14px;overflow: hidden;}
.corpLogo._4infotop img{z-index: 1;  position: absolute;max-width: initial !important;width: auto !important; top: 50%; left: 50%; transform: translate(-50%, -50%);max-height: 100%}

.corpLogo._face{display: flex;justify-content: center;align-items: center;height: 80px;margin-bottom: 20px;overflow: hidden;border-radius:6px;position: relative;height: auto;}
.corpLogo._face img{border: 1px solid #d1d6dc;border-radius:10px;overflow: hidden;width: 134px !important;height: 173px;}
.corpLogo:empty{background-color: #f8f7f9;}
.corpLogo:empty::before{display: flex;position: absolute;top: 0;bottom: 0;left: 0;right: 0;content: '등록된 이미지가 없습니다.';font-size: 13px;align-items: center;justify-content: center;opacity: .2;}
.corpLogo._face:empty{height: 173px;}
.corpLogo._face:empty::before{font-size: 0;background:  url(../img/icon/user.png) center no-repeat;}


.usrFace img{border: 1px solid #d1d6dc;border-radius:10px;overflow: hidden;}
.usrFace:empty{height: 173px;background-color: #f8f7f9;}
.usrFace:empty::before{display: flex;position: absolute;top: 0;bottom: 0;left: 0;right: 0;content: '';align-items: center;justify-content: center;opacity: .2;font-size: 0;background:  url(../img/icon/user.png) center no-repeat;}

.corpLst{display: flex;flex-wrap: wrap;padding-bottom: 5px;}
.corpLst dt{flex: 0 0 72px;line-height: 1.2;margin-bottom: 15px;font-size: 14px;font-weight: 300;color: #707070;}
.corpLst dd{flex: 0 0 calc(100% - 72px);line-height: 1.2;margin-bottom: 15px;font-size: 14px;}

a.t_btn{font-weight: 400;border: 1px solid #d1d6dc;border-radius:3px;height: 50px;display: flex;align-items: center;justify-content: center;background-color: #fff;}
.vWingBt button.cScr:hover,
.vWingCorp a.i_btn:hover,
a.t_btn:hover{border-color: #d7dae3;background-color: #f4f6fa;}
.vWingCorp a.t_btn{flex: 0 0 calc(100% - 58px);}
.vWingCorp a.i_btn{width: 50px;height: 50px;border-radius:3px;padding: 0;margin: 0;display: flex;justify-content: center;}
.vWingCorp a.i_btn i.i_heart{width: 17px;height: 17px;margin-right: 0;}

.vWingBt a.keyBtn{margin-bottom: 8px;}
.vWingBt a.keyBtn .ddy{font-style: normal;font-size: 14px;color: var(--prime-color);background-color: #fff;border-radius:2.5em;height: 20px;padding:0 10px;margin-right: 6px;}
.vWingBt a.keyBtn:hover{background-color:#0353d6}
.vWingBt a.t_btn{height: 60px;flex: 0 0 calc(100% - 68px);}
.vWingBt .flx:not(._rcInfo){gap:8px}
.vWingBt .flx:not(._rcInfo)  a.t_btn{flex: 1 1 auto;}

.vWingBt button.cScr{height: 60px;flex: 0 0  60px;border: 1px solid #d1d6dc;border-radius:3px;opacity: 1.0;background-color: #fff;}
a.go{font-weight: 700;}
a.go i{width: 13px;height: 13px;display: inline-block;vertical-align: middle;font-size: 0;line-height: 1;background-repeat: no-repeat;background-position: 0 0;margin-left: 5px;background-size:100% auto;background-image: url(../img/icon/_link.png);position: relative;top: -1px;}

@media (min-width:1025px) {
.vWingBt .flx._rcInfo{padding-top: 68px;}
.vWingBt .flx._rcInfo a.keyBtn{flex: 100%;position: absolute;top: 0;left: 0;right: 0;margin-bottom: 0;}
.vWingBt .flx._rcInfo a.t_btn.thebo span{display: inline;margin-left: 0;position: static;text-indent: 0;font-size: inherit;width: auto;height: auto;background: none;}
.vWingBt .flx._rcInfo a.t_btn.thebo span:after,
.vWingBt .flx._rcInfo a.t_btn.thebo span:before{display: none;}
}
@media (max-width:1024px) {
.vWingBt .flx._rcInfo {justify-content: flex-start;gap:8px;box-sizing: border-box;}
.vWingBt .flx._rcInfo a.keyBtn{margin-bottom: 0;flex: 0 0 calc(100% - 136px);}
.vWingBt .flx._rcInfo a.t_btn{flex: 0 0 60px}
.vWingBt .flx._rcInfo a.t_btn.thebo span,
.vWingBt .flx._rcInfo a.t_btn.thebo span:after,
.vWingBt .flx._rcInfo a.t_btn.thebo span:before{width: 23px;height: 3px;border-radius:2px;}
.vWingBt .flx._rcInfo a.t_btn.thebo span{margin:0 auto;}
.vWingBt .flx._rcInfo a.thebo span::after{top: -7px;}
.vWingBt .flx._rcInfo a.thebo span::before{top: 7px;}
}
/*- - - - - -
mypage view padding-top
- - - - - - */
._4myViewTop .vWrap{padding-top: 0;}
.fixt2 ._4myViewTop .subTit,
.fixt2 ._4myViewTop .subNavWrap{height: 0;overflow: hidden;}

/*- - - - - -
채용목록
- - - - - - */
.opts :focus {/*  outline: 2px dashed #e5e9ef; z-index: 1;  */}
.subTit._opts{align-items: flex-start;padding-bottom:5px;margin-bottom: 0;border-bottom: 0;}
.opts{display: flex;justify-content: flex-end;gap:4px;/* align-items: center; */}
.subTit._opts.my{align-items: center;}
.selc {display:inline-block;width:100%;height:38px;vertical-align:top;width:fit-content;}
.selc select {width:100%;height:100% !important;padding:0 19px 0 15px;background-position: calc(100% - 10px) 50%;color:#333;border:1px solid #d5d9df;border-radius:5px;font-size:1rem;overflow:hidden !important;text-overflow:ellipsis;white-space:nowrap;transition: .25s ease-out}
.selc select:hover, .sel select:focus {border-color:var(--prime-color)}
.selc select:disabled {background-color:#ddd;color:#999}
.selc select:disabled:hover, .sel select:disabled:focus{border-color:#ccc}
.selc select option:disabled {color:#999}

.sortType{display: flex;width: 75px;height: 36px;justify-content: space-between;}
.sortType a{text-indent: -9999em;height: 100%;position: relative;transition: .25s ease-out;width: 36px;border: 1px solid #d5d9df;border-radius:5px;}
.sortType a::before{display: block;content: '';position: absolute;top: 0;left: 0;right: 0;bottom:0;background-repeat: no-repeat;background-position: center;transition: .25s ease-out;opacity: .3;}
.sortType a.sort1{border-right:none;border-radius:5px 0 0 5px}
.sortType a.sort2{border-left:none;border-radius:0 5px 5px 0 }
.sortType a.sort1::before{background-image: url(../img/icon/sort_1.png);}
.sortType a.sort2::before{background-image: url(../img/icon/sort_2.png);}
.sortType a:hover::before,
.sortType a.on::before{opacity: 1;}
.sortType a:hover,
.sortType a.on{border-color: #666c76;}
.sortType a.sort1.on{border-right: 1px solid #666c76;}
.sortType a.sort2.on{border-left: 1px solid #666c76;}

.sortType.txt {width: auto;height: 30px;}
.sortType.txt a{text-indent: 0;width: auto;padding: 0 13px;display: flex;align-items: center;justify-content: center;border-radius:15px;background-color: #f5f9ff;color: #1f5daa;font-size: 0.9em;}
.sortType.txt a.sort1{border-right:none;border-radius:15px 0 0 15px;padding-right: 10px;}
.sortType.txt a.sort2{border-left:none;border-radius:0 15px 15px 0 ;padding-left: 10px;}
.sortType.txt a::before{display: none !important;}
.sortType.txt a:hover,
.sortType.txt a.on{border-color: #1376c9;}
.sortType.txt a.sort1.on{border-right: 1px solid #1376c9;}
.sortType.txt a.sort2.on{border-left: 1px solid #1376c9;}
.sortType.txt a.sort1.on,
.sortType.txt a.sort2.on{background-color: #1376c9 ;color: #fff;}




@media  (min-width:1025px) {
.cBxLst.tblY.tblYHd{padding-bottom: 0;border-top: 1px solid #000;/* height: 50px; */}
.cBxLst.tblY.tblYHd>.cBx:hover{background:none}
.cBxLst.tblY.tblYHd>.cBx{height: auto;}
.cBxLst.tblY.tblYHd:not(._4mycTit) .cFt{justify-content: center;}
.cBxLst.tblY.tblYHd._4mycTit>.cBx{padding-right: 20px;}
.cBxLst.tblY.tblYHd._4mycTit>.cBx .cFt{width: 140px;}

.myp .cBxLst.tblY.tblYHd .cFt._4yeolam{justify-content: space-between;}
.cBxLst.tblY.tblYHd.hide{overflow: hidden;height: 0;}

}
@media  (max-width:1024px) {
.cBxLst.tblYHd,
.cBxLst.tblY.tblYHd{display: none;}
.cBxLst.tgl.tblY{border-top: 1px solid #000;}
}
@media  (max-width:780px) {
.subTit._opts{display: block;padding-bottom: 10px;}
.opts{justify-content: space-between;justify-content: flex-start;}
.sortType{margin-left: auto;}
}
/*- - - - - -
SEARCH
- - - - - - */
.midSrchArea{/* padding: 30px 0 40px; */padding-bottom: 40px;}
.midSrchArea * {transition: .25s ease-out}
.midSrch {display: flex;gap:6px;height: auto;position: relative;}
.midSrch input.tschTxt{background-color: #fff;color: #000;border-radius:4px;width: calc(100% - (12px + 110px + 180px));border: 1px solid #ddd;font-size: 16px;font-weight: 500;padding: 0;padding-left: 55px;padding-right: 12px;height: 52px;box-sizing: border-box;}

.midSrch input.tschTxt:focus{outline-color:var(--prime-color);color:var(--prime-color);font-weight: 800;}
.midSrch::before{transition: .25s ease-out;content: '';display: block;position: absolute;top: 1px;height: 50px;left: 20px;width: 20px;opacity: .3;filter: grayscale(100%);background: url(../img/../img/common/topSearch.png) 0 center no-repeat;}

.midSrch:has(input.tschTxt:focus)::before{opacity:.9;filter:brightness(119%) hue-rotate(11deg) contrast(103%) ;}
.midSrch input.tschBtn{background-color: #292827;color: #fff;border-radius:4px;border: none;width: 110px;font-size: 16px;height: 52px;}
a.goDeep{background-color: #ff607a;color: #fff;border-radius:4px;width: 180px;display: flex;align-items: center;justify-content: center;height: 52px;}
.midSrch input.tschBtn:hover{background-color: #000/* #696867 */;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);}
a.goDeep:hover{background-color: #ef526b;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);}
.midSrchArea._4srch{text-align: center;}
.midSrchArea._4srch .midSrch{display: inline-flex;}
.midSrchArea._4srch .midSrch input.tschTxt{width: 500px;}
@media  (max-width:780px) {
.midSrch input.tschTxt{width: calc(100% - (12px + 70px + 130px))}
.midSrch input.tschBtn{width: 70px;}
a.goDeep{width: 130px;}
.midSrchArea._4srch .midSrch{width: 100%;max-width: 630px;}
.midSrchArea._4srch .midSrch input.tschTxt{width: calc(100% - 80px);}
}
@media  (max-width:640px) {

.midSrchArea._4srch .midSrch{flex-wrap: nowrap;}
.midSrchArea._4srch .midSrch input.tschTxt{width: calc(100% - 50px);}
.midSrchArea._4srch .midSrch input.tschBtn{width: 50px;flex: 0 0 50px;}
}
@media  (max-width:450px) {
.midSrch::before{left: 10px;}
.midSrch {display: flex;gap:6px;height: auto;position: relative;flex-wrap: wrap;}
.midSrch input.tschTxt{flex: 100%;width: auto;padding-left: 35px;}
.midSrch input.tschBtn{width:calc(40% - 6px);}
a.goDeep{width:60%}




}


/*- - - - - -  -
j_srchBox
- - - - - - - -*/
.j_srchBoxWrap{display: none;}
/*- - - - - - - - - - -
ctgSecWrap 직종찾기팝업
- - - - - - - - - - - -*/
.jb-modal-overlay {display: none;position: fixed;top: 0; left: 0;width: 100%; height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 9999;justify-content: center;align-items: center;}
.jb-modal-overlay.active {display: flex;}
.jb-modal-body{height: auto;height:100%}
.jb-modal-content {background: #fff;padding: 10px;/* width: 95%; */height: 90%;border-radius: 8px;position: relative;}
/*- - - 모달일때- - -*/
.ctgSecWrapOut{max-width:856px;margin: 0 auto;}
/* - - - - - - - - - - - -*/
.ctgSecWrapTit{flex: 100%;border-bottom: 1px solid #2c161a;overflow: hidden;padding: 0 0 20px 0;position: relative;display: flex;gap:10px;justify-content: flex-end;align-items: center;}
.ctgSecWrapTit p{font-size: 25px;margin-right: auto;}
.center a.ctgClose,
.ctgSecWrapTit a.ctgClose{display:inline-block;margin:0 ;background:#23313a;line-height:38px;height:38px;text-align:center;width:70px;color:#FFF;font-size:15px;font-weight:600;border-radius:4px ;}
.center a.ctgClose:hover,
.ctgSecWrapTit a.ctgClose:hover{background:#39505f;}
.j_srchBtnChk{display:inline-block;margin:0 ;background:#02bbd0;line-height:38px;height:38px;text-align:center;width:130px;color:#FFF;font-size:15px;font-weight:600;border-radius:4px ;transition:.25s}
.j_srchBtnChk:focus,.j_srchBtnChk:active{color: #fff;}
.j_srchBtnChk:hover{background-color: #05a2e7;}
.vcBx .center{padding: 10px 0;border-top: solid 1px #2c161a;flex: 100%;margin-top: 20px;}
.vcBx .center .j_srchBtnChk{float: none;margin: 0 auto;}
.ctgSecWrapOut .center {display: flex;justify-content: space-between;}
.ctgSecWrapOut .center .j_srchBtnChk{margin: 0;}
.ctgSecWrap{overflow:hidden;max-width:856px;width: 95%;margin: 0 auto ; padding-top: 20px; position: relative;z-index: 1;background-color: #fff;display: flex;flex-wrap: wrap;align-items: flex-start;gap:0}
.ctgSecWrapOut .ctgSecWrap{width: auto;overflow: auto;height:calc(90vh - 110px);padding: 0;}
.ctgSecWrap .ctgSec{box-sizing: border-box;float: none;width: auto;margin-left: 0;flex: 0 0 25%;background-color: #fff;padding-left: 10px;padding-top: 10px;}
.ctgSecWrap .clear{flex: 100%;height: 0;padding: 0;font-size: 0;border-top: 1px solid #dce6ea;}
.clear + .ctgSec + .ctgSec + .ctgSec {flex: 0 0 30%;}/* 3번째 아이템 */
.clear + .ctgSec + .ctgSec + .ctgSec + .ctgSec {flex: 0 0 20%;}/* 4번째 아이템 */

.ctgSecWrap .ctgSec .ctgSecTit{height:auto;line-height:1.2;font-size:15px;font-weight:600;padding: 10px 0 10px 20px;background:#fff url(../img/icon/ctg_bul.gif) no-repeat 0 center;color:#045e84;margin-bottom:2px;}
.ctgSecWrap .ctgSec .ctgSecList{/*border:1px solid #d1d1d1;background:#fafafa;*/padding:5px 0 15px;height:auto;margin: 0;list-style-type: none;}
.ctgSecWrap .ctgSec .ctgSecList li{padding: 0;margin: 0;background: none;font-size:14px;overflow: hidden;position: relative;padding-left: 19px;list-style-type: none;}
.ctgSecWrap .ctgSec .ctgSecList li a{display:block;padding-left:5px;line-height:140%;padding-bottom:5px;}
.ctgSecWrap .ctgSec .ctgSecList li a em{font-style:normal;color:#10a1dd;font-weight:600;}
.ctgSecWrap .ctgSec .ctgSecList li a.on{color:#C00;font-weight:600}
.ctgSecWrap .ctgSec .ctgSecList li label{display: block;padding-left:0;line-height:1.2;padding-bottom:7px;}
.ctgSecWrap .ctgSec .ctgSecList li input{margin: 0;display:block;position: absolute;top: 2px;left: 0;}

@media  (max-width:640px) {
.ctgSecWrap{width: auto;}
.ctgSecWrapOut .ctgSecWrap{height:calc(90vh - 80px);}
.ctgSecWrapOut .center{padding-right: 10px;padding-left: 10px;}
.ctgSecWrapTit{padding: 0 10px 10px 10px;gap:5px;}
.ctgSecWrapTit p{font-size: 20px;}
.j_srchBtnChk,
.center a.ctgClose,
.ctgSecWrapTit a.ctgClose{line-height:28px;height:28px;font-size: 14px;}
.j_srchBtnChk{width: 70px;}
.ctgSecWrapTit a.ctgClose{width: 55px;}
.ctgSecWrap .clear{display: none;}
.ctgSecWrap .ctgSec .ctgSecList{padding-bottom: 5px;}
.clear + .ctgSec + .ctgSec + .ctgSec,
.clear + .ctgSec + .ctgSec + .ctgSec + .ctgSec,
.ctgSecWrap .ctgSec{flex: 0 0 50%;border-top: 1px solid #dce6ea;padding-top: 0;}
.ctgSecWrap .ctgSec:nth-of-type(2n):nth-last-of-type(2){flex: 0 0 100%;}
.ctgSecWrapOut .ctgSecWrap .ctgSec:nth-of-type(2n):nth-last-of-type(2){flex: 0 0 50%;}
.ctgSecWrapOut .ctgSecWrap .ctgSec:last-of-type:nth-of-type(odd) {flex: 0 0 100%;}
}
@media  (max-width:390px) {
.ctgSecWrapTit{gap:3px}
.ctgSecWrapTit p{font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (390 - 320)))}
.jb-modal-content {padding: 10px 0;width:auto;}
}

/****************
j_srchBoxList
*****************/
.j_srchBoxList a.job_type_btn,
a.j_srchBtn{background:#303134;display: inline-flex;align-items: center;height: 37px;justify-content: center;text-align:center;width:95px;color:#FFF;font-weight:600;letter-spacing:0px;transition: all 0.35s  ease-out;vertical-align:middle;border-radius:4px}
a.j_srchBtn i{display: none;}
.j_srchBoxList a.job_type_btn:hover,
a.j_srchBtn:hover{background:#1f5daa;}


a.j_ctgBtn{display:inline-block;background:#d03c02;line-height:41px;height:41px;text-align:left;width:166px;color:#FFF;font-size:1.077em;font-weight:600;letter-spacing:0px;transition: all 0.35s  ease-out;margin-bottom:10px;}
a.j_ctgBtn:hover{background:#de521b;}

.j_srchBox{border:1px solid #d9d9d9;border-radius:5px;padding:20px 30px;background:#FFF;}
.j_srchBoxList,
.j_srchBoxList dt,
.j_srchBoxList dd{border:none;background:none;width:auto;height:auto;text-align:left;padding:0;margin:0;line-height:normal;position:static;}/* reset */

.j_srchBoxList{/* overflow:hidden; */height:auto;padding:0;margin:0;display: flex;flex-wrap: wrap;}
.j_srchBoxList dt,
.j_srchBoxList dd{padding:10px  0;box-sizing: border-box;line-height: 1.3;margin-bottom: 0;display: flex;align-items: center;}
.j_srchBoxList dt{font-weight:bold;color:#999;text-align:center;flex: 0 0 115px;position: relative;}
.j_srchBoxList dd{flex: 0 0 calc(100% - 115px);position:relative;min-height: 47px;flex-wrap: wrap;display: flex;}
.j_srchBoxList dd label{padding: 0 10px 0 0;display:inline-block;}
.j_srchBoxList dd.dv1{flex: 0 0 calc(50% - 115px);}
.j_srchBoxList dd.dv1 + dt{justify-content: flex-end;padding-right: 20px;}
.j_srchBoxList input,
.j_srchBoxList input[type="checkbox"],
.j_srchBoxList input[type="radio"]{position:relative;top:-1px;vertical-align: middle;}
.j_srchBoxList .job_type_input,
.j_srchBoxList input[type="text"]{border:1px solid #e0e0e0;background:#FFF;width:auto;padding:0 0 0 10px;font-size:1.077em;height:35px;line-height:25px;margin:0;display:inline-block; font-weight:400;color:#222;transition: all 0.25s ease-out;border-radius:4px ;margin-right:5px;}
.j_srchBoxList .job_type_input{width:800px;width: calc(100% - 120px)}
.j_srchBoxList input.small_input{width:60px;text-align:center;padding:0;margin:0 5px 0 0 ;}
.j_srchBoxList input.type_input{width:388px;}
.j_srchBoxList input.keyword_input{width:485px;width: calc(100% - 1px);}

.j_srchBoxList a.type_btn{display:inline-block;width:100px;text-align:center;line-height:29px;color:#FFF;background:#656c75; transition: all 0.25s ease-out;vertical-align: middle;}
.j_srchBoxList a.type_btn:hover{background:#02bbd0;}
.j_srchBoxList select.ctg_sel{width:240px;padding:4px;margin-right:10px;display:inline-block;}
.j_srchBoxList input#a_no_list{font-size: 0;line-height: 0;display: none;}

.j_srchBoxBtns{display: flex;align-items: flex-end;gap:6px;align-items: center;justify-content: flex-end;padding: 10px 0 50px;}
.j_srchBoxBtns a{border-radius:4px;padding:0 23px;display: inline-flex;align-items: center;justify-content: center;height: 52px;color: #444;font-weight: 600;background-color: #f0f0f0;box-sizing: border-box;}
.j_srchBoxBtns a.deepSrchQ{background-color: #fff;border: 1px solid #eee;font-size: 0.875em;}
.j_srchBoxBtns a.deepSrchGo{color: #fff;background-color: var(--prime-color);}
.j_srchBoxBtns a.deepSrchQ:hover{color:var(--prime-color);border-color:var(--prime-color);}
.j_srchBoxBtns a.deepSrchGo:hover{background-color: #1f5daa}
@media  (max-width:640px) {
.j_srchBox{padding: 15px;}
.j_srchBoxList dt, .j_srchBoxList dd{/* align-items: flex-start; */padding: 5px 0;}
.j_srchBoxList dt{flex:0 0 70px;font-size: 14px;}
.j_srchBoxList dd{flex:0 0 calc(100% - 70px)}
.j_srchBoxList dd.dv1{flex: 0 0 calc(50% - 70px);}
.j_srchBoxList dd.dv1 + dt{padding-right: 10px;}
}
@media  (max-width:450px) {
.j_srchBoxList {display: block;}
.j_srchBoxList dt{padding-bottom: 0;}
.j_srchBoxList dd{min-height: 100%;}
.j_srchBoxList dd.dv1 + dt{padding-right: 0;justify-content: flex-start;}
.j_srchBoxBtns a.deepSrchQ{margin-right: auto;}
.j_srchBoxBtns a{border-radius:4px;padding:0 15px;height: 38px;}

}
/****************************************/

i.dday { color: #FFF; float: none; display:inline-block; margin: 0 0 0 8px; font-size: 15px; font-weight: normal; background: #3ca9ca; font-style: normal; text-align: center; height: 20px !important; width: 50px; line-height: 20px; vertical-align:middle;}
i.dday.end { background: #797979; }
.j_viewTop h3,
.j_viewBox h3,
.comTopBox h3{border:none;background:none;width:auto;height:auto;text-align:left;padding:0;margin:0;line-height:normal;}/* reset */

.j_viewTop .titBox{border:solid 1px #D1D1D1;padding-top:23px;height:auto;padding-bottom: 20px;text-align:center;clear:both;margin-bottom:20px;}
.j_viewTop .titBox h3.tit{display:inline-block;vertical-align:middle;margin-bottom: 0;}
/*.j_viewTop .jobCode{ display:inline-block;font-size:16px;color:#FFF;background:#629f44;font-style:normal;line-height: 33px;height:33px; vertical-align:middle;padding:0 10px;}*/
.j_viewTop .jobCode{display:block;font-size:16px;;font-style:normal;text-align: center;border-radius:9px ;border: 1px solid #966;overflow: hidden;margin: 0 auto;width: 140px;}
.j_viewTop .jobCode dt{padding: 5px 0 ;font-size: 14px;background-color: #966;color:#FFF;font-weight: normal;}
.j_viewTop .jobCode dd{padding: 10px;font-weight: bold;}

.j_viewTop{margin-bottom:19px;overflow:hidden;display: flex;justify-content: space-between;border-top: 2px solid #124781 ;padding-top: 20px;}
.j_viewTop .picArea{flex: 0 0 134px;}
.j_viewTop .picArea .corpLogo._face{/* justify-content: flex-start;align-items: flex-start; */}
.j_viewTop .j_viewBox{flex: 0 0 calc(100% - 200px);}
.j_viewTop .picArea{background-color: #fff;}
.j_viewTop .j_viewBox .j_viewTable  dt:first-of-type,.j_viewTop .j_viewBox .j_viewTable  dd:first-of-type{border-top: none;margin-top: -19px;}
/*.j_viewTop .picArea p.forCom img{height: auto;width: auto;max-width:100%}*/
/* .j_viewTop .tableArea{float:right;padding-left:0px;width:860px;} */
/* 개인정보 */
.agreeBox{background:#fff;border:0;padding:0;margin-bottom:0;}
.agreeBox .agreeBoxText {background-color: #f0f0f1;padding: 10px 10px 8px 20px;line-height: 170%;    font-size: 1.075em;margin-bottom: 10px;}
.agreeChk *{display: inline-block;vertical-align: middle;}
.j_viewBox{margin-bottom:19px;overflow:hidden;}
.j_viewBox h3.tit{font-size: 20px;color:#272a2d;height:/* 56px */auto;margin-bottom: 15px;line-height:100%;overflow: hidden;}
.j_viewTop._4myc_info_top,
.j_viewBox._4myc_info_top{padding: 30px;border: 3px solid #c6e2fb;margin-bottom: 50px;padding-bottom: 0;}
.j_viewBox._4myc_info_top h3.tit {color: #204781;}
.j_viewBox._4myc_info_top .j_viewTable{border-bottom: none;}
.j_viewTop._4myc_info_top{display: block;}
.j_viewBox._4myc_logo{display: flex;align-items: center;}
.j_viewBox._4myc_logo>div{flex: 0 0 50%;}
.j_viewTop._4myc_info_top._4myc_apply_view{padding-bottom: 30px;padding-top: 0;}
._4myc_apply_view .j_viewTable{margin-bottom: 0;}

.bbs .j_viewTable,
.j_viewTable dt,
.j_viewTable dd{border:none;background:none;width:auto;height:auto;text-align:left;padding:0;margin:0;line-height:normal;position:static;overflow:hidden;}
.bbs .j_viewTable,
.j_viewTable{overflow:hidden;height:auto;padding:0;border-bottom:solid 1px #d1d1d1;border-top:none;margin:0 0 12px 0;display: flex;flex-wrap: wrap;box-sizing: border-box;}
.j_viewTable dt,
.j_viewTable dd{line-height:1.2;min-height:59px;height:auto;padding:10px 0;box-sizing: border-box;border-top:1px solid #DDD;border-right:0;}
.j_viewTable dd #a_no_nm{display: inline-block;margin-right: 10px;}
.j_viewBox dt{flex: 0 0 120px;width:120px;font-weight:700;color:#124781/* #004386 *//* #70757a */;display: flex;align-items: center;}
.j_viewBox dd{flex: 0 0 calc(100% - 120px);width:calc(100% - 120px);position:relative;float: none;display: flex;align-items: center;}
.j_viewBox._4key{padding: 15px;background-color: #f0f0f0;}
.j_viewBox._4key dl.j_viewTable.gray{background-color: #fff;margin: 0;border: 1px solid #ddd;padding-left: 65px;}
.j_viewBox._4key dl.j_viewTable dt,
.j_viewBox._4key dl.j_viewTable dd{border: none;}
/* .j_viewBox .j_viewTable.mycareer dd,*/
.j_viewBox dd:has(textarea),
.j_viewBox dd:has(input[type="text"][name="jr_keyword"]),
.j_viewBox dd:has(input[type="text"][name="zonecode"]),
.j_viewBox dd:has(input[type="text"][name="user_email_2"]),
.j_viewBox dd:has(input[type="text"][name="dr_etc_txt"]),
.j_viewBox dd:has(label[for="com_cate1"]),
.j_viewBox dd:has(input[type="checkbox"][name^="rs_save"]),
.j_viewBox dd:has(input[type="radio"][name="rs_open"]),
.j_viewBox dd:has(input[type="text"][name="youtube_url"]),
.j_viewBox dd:has(input[type="file"]){display: block;}
.j_viewBox select{
	padding: 0 19px 0 15px;
	background-image: url(../img/common/select_aro.png);
	background-position: calc(100% - 10px) 50%;
	color: #333;
	border: 1px solid #d5d9df;
	border-radius: 5px;
	font-size: 1rem;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .25s ease-out;	display: inline-block;
	height: 38px !important;
	width: fit-content;}
.j_viewBox select[disabled] {background-position: calc(100% - 10px) 50%!important;background-repeat: no-repeat;}
.j_viewBox select[name="email_list"]{vertical-align: top;}
.j_viewBox input,
.j_viewBox input[type="checkbox"],
.j_viewBox input[type="radio"]{position:relative; top:auto;vertical-align: baseline; }
.j_viewBox input[type="text"],
.j_viewBox textarea,
.j_viewBox input[type="file"],
.j_viewBox input[type="password"]{border:1px solid #d5d9df;background:#FFF;width:auto;padding:0 0 0 10px;font-size:1em;height:36px;margin:0;display:inline-block; font-weight:600;transition: all 0.25s ease-out;border-radius: 5px;margin-top: 5px;margin-bottom: 5px;}
.j_viewBox input[type="file"]{padding:10px;box-sizing: border-box;height: 46px;}
.j_viewBox input.small_input{width:60px;text-align:center;padding:0;margin:0 2px  5px;}
.j_viewBox input.small_input[name="zonecode"],
.j_viewBox input.small_input[name="zonecode"] + .inputBtn.black.small {vertical-align: top;}
.j_viewBox input.small_input[name="zonecode"] + .inputBtn.black.small a{line-height: 38px;height: 37px;}
.j_viewBox input.normal_input{width:90px;text-align:center;padding:0;margin:0 2px  5px;}
.j_viewBox input.type_input{width:388px;margin-bottom:3px;}
.j_viewBox input.email_input{width:120px;text-align:center;padding:0;margin:0 2px  /* 5px */;}
.j_viewBox input.keyword_input{width:90%;margin-right:5px;}
.j_viewBox textarea{width:99% !important;height:150px;display: block;box-sizing: border-box;}
.j_viewBox input[type="text"][name="youtube_url"]{width: calc(100% - 130px) !important;margin-left: 3px;}

/* .j_viewTable dt.half{float:left;clear:none;}
.j_viewTable dt.half.mid{border-left:solid 1px #DDD;padding-left:26px;}
.j_viewTable dd.half{width:270px;top: 0px;margin-bottom: -0;float:left;position:static;clear:none;} */
/* 기업 상세*/
/* .j_viewTable dd.half.mid1{width:360px;}
.j_viewTable dd.half.mid2{width:180px} */

/* .j_viewTable.gray{border-bottom:solid 1px #d1d1d1;background:#fafafa;border-top:none;position:relative;}
.j_viewTable.gray dt{width:220px;padding-left:25px;background:none;background:#fafafa;}
.j_viewTable.gray dd{left:245px;padding-left:12px;width:862px;overflow:hidden;}

.j_viewTable.gray.halfs{border-bottom:solid 1px #d1d1d1;background:#fafafa;border-top:none;position:relative;}
.j_viewTable.gray.halfs dt{width:119px;padding-left:25px;background:none;background:#fafafa;float:left;clear:none;}
.j_viewTable.gray.halfs dt.mid{border-left:solid 1px #d1d1d1;padding-left:26px;}
.j_viewTable.gray.halfs dd{width:402px;margin-top:0;float:left;position:static;clear:none;top: 0;margin-bottom: 0;}
.j_viewTable.gray.halfs dd.wides{width:962px;}*/
a.bList{display:inline-block;height:29px;line-height:29px;color:#FFF;padding-left:38px;width:45px;border-radius:4px;background: #146eb4 url('../img/icon/view_list_icon.png') 10px center no-repeat;text-align:left; font-weight:600}
a.bList:hover{background-color:#02bbd0;}
/* .inputBtn.small.black a,
a.bBtn{border-radius:4px;display:inline-block;height:29px;line-height:29px;color:#FFF;padding-left:0;width:auto;background: #6c767f ;text-align:center; font-weight:600;padding:0 20px;} */

.inputBtn.small a,
a.bBtn{border-radius:4px;display:inline-block;height:29px;line-height:29px;color:#FFF;padding-left:0;width:auto;background: #6c767f ;text-align:center; font-weight:600;padding:0 20px;}
.inputBtn.small.black a{background-color: #1f5daa;}
.inputBtn.small a:hover,
a.bBtn:hover{background-color:var(--prime-color)/* #146eb4 */;}
a.bBtn.on{background-color: #146eb4;}
a.bScrap,
a.bPrint,
a.bCopy{display:inline-block;height:27px;line-height:27px;border:1px solid #146eb4;color:#146eb4;text-align:left;font-weight:600;border-radius:4px;}
a.bScrap{background: url('../img/icon/view_scrap_icon.png') 6px center no-repeat;padding-left:28px;/* width:50px; */width: auto; padding-right: 12px;}
a.bCopy{background: url('../img/icon/view_copy_icon.png') 5px center no-repeat;padding-left:24px;/* width:58px; */ width: auto; padding-right: 12px;}
a.bPrint{background: url('../img/icon/view_print_icon.png') 8px 54% no-repeat;padding-left:25px;/* width:50px; */width: auto; padding-right: 12px;}
a.bScrap:hover,
a.bPrint:hover,
a.bCopy:hover{background-color:#ceedfd;}
a.bMoreinfo{display:inline-block;height:29px;line-height:29px;color:#FFF;padding:0 20px;text-align:center;background:#02aa9f;font-weight:600}
a.bMoreinfo:hover{background-color:#37c4bb}
a.bApply{display:inline-block;height:29px;line-height:29px;color:#FFF;padding:0 20px;text-align:center;background:#02aa9f;font-weight:600}
a.bApply:hover{background-color:#37c4bb}
.bWrap{text-align:right;position: relative;}
.bWrap:after{content: '';clear: both;display: block;}
.bWrap a.bList{float:left;}
.bWrap a{letter-spacing: -1px;}
.bWrap.flx{display: flex;align-items: center;justify-content: space-between;flex-direction: column;gap:5px;}
.bWrap.flx::after{display: none;}
.bWrap.flx > div{display: flex;gap:5px;justify-content: space-between;width: 100%;}
.bWrap.flx > div a.bBtn{padding: 0;flex: 0 0 calc((100% - 3 * 5px) / 4);width: calc(100% / 4 - (5px/4 * 3));}

.bWrap2 {display: flex;align-items: center;justify-content: center;gap:4px}
.bWrap2 a,
a.bt2{transition:.25s ;width:auto;/* background: #6c767f ; */background-color: #6c767f;text-align:center; font-weight:600;padding:0 50px;color: #fff;display: inline-block;display: inline-flex;height: 45px;align-items: center;border-radius:4px;font-size: 1.2em;justify-content: center;}
a.bt2:first-of-type{background-color: #1f5daa;}
.bWrap2 a:hover,
a.bt2:hover{background-color: var(--prime-color);}
.bWrap2>a{padding: 0 ;flex: 1;}
@media  (min-width:601px) {
.bWrap2>a,
.bWrap2>a.bt2{padding:0 50px;flex: initial;width: auto;}

.bWrap.flx{display: flex;align-items: center;justify-content: space-between;flex-direction: row;}
.bWrap.flx > div{display: block;width: auto;}
.bWrap.flx > div a.bBtn{padding: 0 20px;width: auto;}
}
@media  (max-width:340px) {
.bWrap.flx > div a.bBtn{padding: 0;}
.bWrap {text-align: center;}
.bWrap a.bList{float: none;}
/* .bWrap a.bPrint:not(.wide){float: right;display: block;} */
.bWrap a.bPrint.wide{clear: both;margin: 4px auto;padding-right: 19px;padding-left: 29px;}
}
/* table insert 추가*/
.j_viewBox_btn{overflow: hidden;}
.j_viewBox_btn h3.tit{float: left;height: auto;}
.j_viewBox_btn .bBtn{float: right;}
table.nth.article_list.lineTd{border-top: 1px solid #000;font-size: 1rem;border-right: none;}
table.nth.article_list.lineTd th{background-color: #fff;padding: 10px 0;font-size: 0.91em;}
table.nth.article_list.lineTd th,table.nth.article_list.lineTd td{border-left: none;}
table.nth td .exwrap a{ display:inline-block;width:46px;border:1px solid #ccc;line-height: 30px;padding:0;height:30px;border-radius:3px;background:#f7f7f7;text-align: center;}
table.nth td .exwrap a.first{border-color:#146eb4;color:#146eb4;background:#fff;}
table.nth td .exwrap a:hover{border-color:var(--prime-color);color:var(--prime-color);background:#FFF;}

.j_viewBox table.nth td input{/* width:auto;border:1px solid #CCC;background:#FFF;font-size:1.077em;height:25px;line-height:25px;margin:0;display:inline; transition: all 0.25s ease-out;font-weight: normal;padding: 0; */}

.j_viewBox table.nth td input.j_btn{display:inline-block;width:46px;border:1px solid #ccc;line-height: 30px;padding:0;height:30px;border-radius:3px;background:#f7f7f7;text-align: center;font-size: 1em;font-weight: normal;}
.j_viewBox table.nth td input.j_btn:hover{border-color:var(--prime-color);color:var(--prime-color);background:#FFF;}
.j_viewBox table.nth td select[id="sch_stat1"],
.j_viewBox table.nth td select{height: 38px !important;}
table.nth td,
table.nth td:before {line-height: 36px }
table.nth thead th{line-height: 1.2;font-weight: 700;}
.j_viewBox table.nth td[colspan]{padding-left: 0;text-align: center;justify-content: center;background-color:#f1f2f5;padding:30px 0;}

/*-------------------------------------
세부사항테이블처럼*/
.j_viewDetailTable{/* border-bottom: solid 1px #DDD;border-right: solid 1px #DDD; */list-style-type: none;margin:0;padding:0; border-bottom: solid 1px #ddd;}
.j_viewDetailTable li {list-style-type: none;margin:0;padding:0;line-height: normal; padding-top: 0; padding-bottom: 0; border-top: solid 1px #DDD; overflow: hidden;position:relative;display: flex;align-items: center;}
.j_viewDetailTable li em{font-style: normal;}
.j_viewDetailTable li.nothing {line-height: 80px; height: 80px;text-align: center;border-left: solid 1px #DDD;background: #f4f4f4;color: #AAA;}
.j_viewDetailTable li>* {/* h eight: auto; line-height: 140%; overflow: hidden; float: none;display:block;width:auto;border-left:solid 1px #ddd; */ }
/* 세로중앙배치추가 */
.j_viewDetailTable li span {/* display: table; *position:relative;height:100%;min-height: 50px;text-align:center;overflow: hidden;  */}
/* .j_viewDetailTable span span { display: table-cell; *position:absolute;
*left:0%;
*top:50%;
vertical-align: middle; right: 0; height: auto; font-size:1.154em;} */
.j_viewDetailHead{border-top: solid 1px #666;overflow:hidden;border-bottom:none;border-left:none;border-right: none;background:#fff;display: flex;}
.j_viewDetailHead span{height: 49px;line-height:49px;;font-weight:600;box-sizing: border-box;padding:0 10px;}
.j_viewDetailTable.modify select{/* padding:5px 3px 5px 3px ;margin-left: 1px; */}
.j_viewDetailTable.modify li.modifyArea span{padding:10px 10px;line-height:1.1;height:auto;box-sizing: border-box;}
.j_viewDetailHead .cell2{width: 440px;flex: 0 0 auto;}
.j_viewDetailTable .cell2{width: 300px;flex: 0 0 auto;}
.j_viewDetailHead .cell3,
.j_viewDetailTable .cell3{width: 260px;flex: 0 0 auto;}
.j_viewDetailHead .cell2{padding-left: 5px;}

/* 2026-01-28
.j_myp_input .j_viewDetailTable li{padding-right:114px;position:relative;}
.j_myp_input .j_viewDetailTable li .exwrap{position:absolute;top:50%;margin-top: -25px; right:0;bottom: auto;text-align:center;padding:0;overflow: hidden; float: none;display:block;} */
.j_myp_input .j_viewDetailTable li{padding-left:140px;position:relative;}
.j_myp_input .j_viewDetailTable li .exwrap{position:absolute;top:50%;margin-top: -25px; left:5px;right: auto;bottom: auto;text-align:center;padding:10px 0 !important;overflow: hidden; float: none;display:block;}

.j_viewDetailTable .cell2 em i{font-style: italic;color: #d00;}
/* .j_myp_input .j_viewDetailTable li .exwrap a{ display:inline-block;width:46px;border:1px solid #ccc;line-height: 30px;padding:0;height:30px;border-radius:3px;background:#f7f7f7;}
.j_myp_input .j_viewDetailTable li .exwrap a.first{border-color:#146eb4;color:#146eb4;background:#fff;}

.j_myp_input .j_viewDetailTable li .exwrap a:hover{border-color:#02bbd0;color:#02bbd0;background:#FFF;} */
.j_viewDetailHead.cols3 .cell1,
.j_viewDetailHead.cols3 .cell2,
.j_viewDetailHead.cols3 .cell3,
.j_viewDetailTable.cols3 .cell1,
.j_viewDetailTable.cols3 .cell2,
.j_viewDetailTable.cols3 .cell3{width:33%;}

.j_viewDetailHead.cols5 .cell1,
.j_viewDetailHead.cols5 .cell2,
.j_viewDetailHead.cols5 .cell3,
.j_viewDetailHead.cols5 .cell4,
.j_viewDetailHead.cols5 .cell5,
.j_viewDetailTable.cols5 .cell1,
.j_viewDetailTable.cols5 .cell2,
.j_viewDetailTable.cols5 .cell3,
.j_viewDetailTable.cols5 .cell4,
.j_viewDetailTable.cols5 .cell5{width:19.5%;}
/*-----------------------------------
마이페이지 등록*/
.j_viewTable dd label{padding:0 5px 0 0;display:inline-block;}

/* 상세목록 인풋*/
.j_viewDetailTable  label{padding:0 5px 0 0;display:inline-block;}
.j_viewDetailTable input,
.j_viewDetailTable input[type="checkbox"],
.j_viewDetailTable input[type="radio"]{position:relative; top:auto;vertical-align: middle;}
.j_viewDetailTable input[type="text"],
.j_viewDetailTable textarea,
.j_viewDetailTable input[type="password"]{border:1px solid #CCC;background:#FFF;width:auto;padding:0 0 0 10px;font-size:1.077em;height:27px;line-height:27px;margin:0;display:inline-block; font-weight:600;transition: all 0.25s ease-out;}
.j_viewDetailTable input.small_input{width:40px;text-align:center;padding:0;margin:0 2px  5px;}
.j_viewDetailTable input.type_input{width:80%;}
.j_viewDetailTable input.keyword_input{width:90%;margin-right:30px;}
.j_viewDetailTable textarea{width:97%;height:150px;}
.j_viewTable.myp_base {display: block;}
.j_viewTable.myp_base dt,
.j_viewTable.myp_base dd{width: auto;min-height:100%}
.j_viewTable.myp_base dt{}
.j_viewTable.myp_base dd{border-top: none;padding-top: 0;}
.j_viewTable.myp_base input[type="text"]{margin-bottom: 0;}
@media  (max-width:1230px) {
.j_viewDetailHead .cell2{width: 340px;flex: 0 0 auto;}
.j_viewDetailTable .cell2{width: 200px;flex: 0 0 auto;}
.j_myp_input .j_viewDetailTable li{/* padding-right:70px; */}
.j_viewDetailTable input.type_input{width:85%;}
.j_viewDetailTable li .exwrap .inputBtn.small a{padding: 0 5px;}
}
@media  (min-width:641px) {
.j_viewBox table.nth#career_list td:nth-child(5){display:flex;align-items: center;height: 48px;justify-content: center;}

}
@media  (max-width:920px) {
.j_viewTop .picArea{width: 134px;}
.j_viewTop .j_viewBox{flex: 0 0 calc(99% - 150px);width: calc(99% - 150px);padding-left: 0;}

.j_viewTop._4myc_info_top .picArea,
.j_viewTop._4myc_info_top .j_viewBox{width: auto;}
.j_viewTop._4myc_info_top, .j_viewBox._4myc_info_top{padding: 18px 18px 0;}
.j_viewBox._4myc_logo{display: block;}
.j_viewBox._4myc_info_top._4myc_logo{margin-bottom: 20px;padding: 0 20px;}
.j_viewBox._4myc_logo ._4infotop{min-height: 80px;}
.j_viewBox._4myc_logo .j_viewTable dd:last-of-type{border-bottom: none;}
/* .j_viewBox._4myc_info_top._4myc_logo > div:nth-child(2) > dl > dd:nth-child(4){border-bottom: none;} */
.j_viewTable {display: block;display: inline-block;}
.j_viewTable dt{font-size: 0.875em;flex: 0 0 85px;width: auto;border-top: none;height: auto;min-height: 100%;}
.j_viewTable dd{width: auto;border-top: none;padding-top: 0;border-bottom: 1px solid #dae2e7;height: auto;min-height: 100%;white-space:wrap;word-wrap:break-word;word-break: break-all;}
.j_viewTop .j_viewBox input.keyword_input{width: calc(100% - 40px);margin-right: 0;font-size: 1rem;}
.j_viewTop .j_viewBox input[type="file"]{width: calc(100% - 30px);font-size: 0.785em;}
.j_viewTop .j_viewBox .j_viewTable dt:first-of-type, .j_viewTop .j_viewBox .j_viewTable dd:first-of-type{margin-top: 0;}
.j_viewBox .j_viewTable,
.j_viewBox .j_viewTable dd,
.j_viewBox dd:has(input[type="checkbox"][name^="rs_save"]) .c_red{display: block;}
.j_viewBox .j_viewTable dt br{display: none;}
.j_viewTable{border-bottom: none;padding-bottom:20px;border-top: 1px solid #dae2e7;padding-bottom: 0;}
.j_viewBox input.type_input{width:80%;}
}
@media  (max-width:780px) {
.j_myp_input {margin-bottom: 30px;}
.j_myp_input .j_viewDetailHead{display: none;}
.j_myp_input .j_viewDetailTable li{padding: 46px 10px 10px 0;display: block;position: relative;}
.j_myp_input .j_viewDetailTable.modify li.modifyArea span,
.j_myp_input .j_viewDetailTable li span{line-height: 1;height: auto;display:block;position: relative;padding:5px 0 5px 70px;width: auto;overflow: visible;}
.j_myp_input .j_viewDetailTable .cell2,
.j_myp_input .j_viewDetailTable .cell3,
.j_myp_input .j_viewDetailTable .cell4{width: auto;}
.j_myp_input .j_viewDetailTable li span:before {position: absolute;padding: 0;bottom: 0;top: 0px;left: 0px;width:70px;white-space: nowrap;display: flex;align-items: center;font-size: 15px;}
.j_myp_input .j_viewDetailTable .cell2:before{content: "희망직종";}
.j_myp_input .j_viewDetailTable .cell3:before{content: "경력구분";}
.j_myp_input .j_viewDetailTable .cell4:before{content: "희망직무";}
.j_myp_input .j_viewDetailTable input.type_input{width:97%;}
.j_myp_input .j_viewDetailTable.modify li.modifyArea span.cell2 span.exwrap{position: absolute;top: -39px;right: auto;left: 0;margin-top: 0;padding: 0;width: auto;}
.j_myp_input .j_viewDetailTable.modify li.modifyArea span.cell2 span.exwrap:before{display: none;}
@media  (min-width:641px) and (max-width:710px){
#career_list label[for^="career"]{font-size: 14px;}
}
@media  (max-width:330px) {
.j_myp_input .j_viewDetailTable.modify li.modifyArea span.cell3{font-size: 14px;}
}
@media  (max-width:640px) {
.j_viewBox._4key{padding: 7px;}
.j_viewBox._4key dl.j_viewTable.gray{padding-left: 15px;padding-bottom: 0;}
.j_viewBox._4myc_info_top{padding: 20px}
.j_viewTop {display: block;margin-bottom: 0;}
.j_viewTop .corpLogo._face{margin-bottom: 10px;}
.j_viewTop .jobCode{margin-bottom: 15px;}
.j_viewTop .j_viewTable{padding-bottom: 0;}
.j_viewTop .picArea,
.j_viewTop .j_viewBox{width: auto;}
.j_viewTop .picArea
.j_viewTop .j_viewBox input.keyword_input{/* width: 80%; */margin-right: 0}
/* .j_viewTop .j_viewBox input[type="file"]{width: calc(80% + 10px)} */
.j_viewTable.myp_base select{margin-bottom: 5px;}
/* .j_viewBox {margin-bottom: 0;} */

table.nth colgroup{display: none;}
table.nth , table.nth thead, table.nth tbody,table.nth th, table.nth td, table.nth tr {display: block; padding: 0;}
table.nth thead tr {position: absolute;top: -9999px;left: -9999px;}
table.nth tr { border-bottom:0 }
table.nth td {border: none;border-bottom: 1px solid #DDD;position: relative;padding-left: 85px;padding-top: 0;padding-bottom: 0;text-align: left;padding-right: 0;min-height: 48px;line-height: 1;display: flex;align-items: center;}
table.nth td:before {position: absolute;padding: 0 0 0 10px;bottom: 0;top: 0px;left: 0px;width:65px;white-space: nowrap;background: #f4f4f4;display: flex;align-items: center;font-size: 15px;}

table.nth td[colspan]:before{display: none;}
table.nth#school_list td:nth-of-type(1):before { content: "학교명"; }
table.nth#school_list td:nth-of-type(2):before { content: "입학연도"; }
table.nth#school_list td:nth-of-type(2):before { content: "졸업년도"; }
table.nth#school_list td:nth-of-type(3):before { content: "전공"; }
table.nth#school_list td:nth-of-type(4):before { content: "상태"; }
table.nth#school_list td:nth-of-type(5):before { content: "관리"; }
table.nth#school_list td:nth-of-type(6):before { content: "관리"; }

table.nth#career_list td:nth-of-type(1):before { content: "회사명"; }
table.nth#career_list td:nth-of-type(2):before { content: "근무기간"; }
table.nth#career_list td:nth-of-type(3):before { content: "직책/직급"; }
table.nth#career_list td:nth-of-type(4):before { content: "직무내용"; }
table.nth#career_list td:nth-of-type(5):before { content: "공개여부"; }
table.nth#career_list td:nth-of-type(6):before { content: "관리"; }

table.nth#license_list td:nth-of-type(1):before { content: "자격증명"; }
table.nth#license_list td:nth-of-type(2):before { content: "발급기관"; }
table.nth#license_list td:nth-of-type(3):before { content: "취득일자"; }
table.nth#license_list td:nth-of-type(4):before { content: "관리"; }

table.nth#foreign_list td:nth-of-type(1):before { content: "외국어명"; }
table.nth#foreign_list td:nth-of-type(2):before { content: "공인시험"; }
table.nth#foreign_list td:nth-of-type(3):before { content: "등급"; }
table.nth#foreign_list td:nth-of-type(4):before { content: "점수"; }
table.nth#foreign_list td:nth-of-type(5):before { content: "취득일자"; }
table.nth#foreign_list td:nth-of-type(6):before { content: "관리"; }

table.nth#wishjob_list td:nth-of-type(1):before { content: "우선순위"; }
table.nth#wishjob_list td:nth-of-type(2):before { content: "희망직종"; }
table.nth#wishjob_list td:nth-of-type(3):before { content: "경력구분"; }
table.nth#wishjob_list td:nth-of-type(4):before { content: "직무내용"; }
}
@media  (max-width:450px) {
.j_viewBox input[type="text"][name="youtube_url"]{width: calc(100% - 120px) !important;}
}

/*- - - - -
- - - -- -*/
.result_total strong,.result_total em{color:#e55752}
.tts_result_bbs li p i{font-style:normal;font-weight:600;color:#e55752}
.tts_head{text-align:center}
.tts_box{width:600px;overflow:hidden;margin:0 auto;padding:30px 0 50px}
.tts_box label{display:none}
.tts_box input.text{border:1px solid #44adde;background:#FFF;width:500px;padding:0 17px 0 16px;height:63px;line-height:63px;float:left;margin:0;display:block;font-weight:400;font-size:2.077em;color:#146eb4;transition:all .25s ease-out}
.tts_box input.button{float:right;width:65px;height:65px;display:block;text-indent:100%;font-size:0;color:transparent;background:#44adde url(../../designer/images/icon/top_icon_search2.png) no-repeat center}
.tts_box input.button:hover{background:#146eb4}
.tts_box input.text:hover{background:#fff;border:solid 1px #146eb4;color:#146eb4;transition:none}
.tts_box :hover{transition:all .25s ease-out}
.tts_ctg ul{overflow:hidden;list-style-type: none;margin: 0;padding: 0;}
.tts_ctg li{float:left;width:25%;list-style-type: none;margin: 0;padding: 0;}
.tts_ctg li a{display:block;height:48px;line-height:48px;text-align:center;font-size:1.2em;color:#7c8895;font-weight: 600;border-radius:5px;margin: 0 1px;background-color: #e9eef3;}
.tts_ctg li.first a{border-left-width:1px}
.tts_ctg li a:hover{color:#FFF;background-color:var(--prime-color);border-color:var(--prime-color)}
.tts_ctg li a.on:hover,.tts_ctg li a.on{color:#fff;background-color:#1f5daa;border-color:#1f5daa;margin-left:-1px}
.result_total{font-size:1.2em;padding:50px 0 10px}
.result_total strong,.result_total em{font-style:normal;font-weight:600;font-size:20px}
.result_tit{background:#f6f6f6;height:57px;line-height:57px;padding:0 35px;margin:0;border:solid 0 #e0e0e0;border-radius:10px ;}
.result_tit h3{float:left;font-size:1.2em;color:#1f5daa}
.result_tit a.more{float:right;text-decoration:underline;color:#999;font-size:1em;display:block}
.tts_result .result_zero{text-align:center;font-size:1.385em;padding:40px 0;color:#999}
.tts_result_bbs{padding-bottom:30px;}

.tts_result_bbs li{position:relative;padding:20px 30px;border-top:solid 1px #e0e0e0;}
.tts_result_bbs li a:hover .tts_bbs_tit,.tts_result_bbs li a:hover .tts_bbs_cont{text-decoration: underline;text-underline-offset:5px}
.tts_result_bbs li:first-child{border-top: none;}
.tts_result_bbs li p{line-height:160%;font-size:1.1em}
.tts_result_bbs li .tts_bbs_tit{font-size:1.4em;padding-bottom:10px}
.tts_result_bbs li .tts_bbs_cont{padding-bottom:15px}
.tts_result_bbs li .tts_bbs_date{font-size:0.875em;color:#999;font-style:normal;display:block;position:absolute;bottom:20px;right:30px}
.tts_result_bbs li .tts_bbs_path{font-size:0.875em;color:#999;font-style: normal;}
.tts_default{text-align:center;padding:70px 0;background:#f8f8f8 /* url(../../designer/images/icon/search_default.gif) no-repeat center 60% */;height:150px;border:1px solid #DDD;margin:0 auto; border-radius:20px ;position: relative;}
.tts_default::after{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0;	background: url(../img/common/logo.png) no-repeat center;filter: grayscale(100%) opacity(25%);}


.tts_default p{font-size:1.5em;color:#ccc;font-weight:600}
.topFaceMenu {margin: 0 auto;max-width: 920px;}
.topFaceMenu .topFace,
.topFaceMenu .topFace li{list-style-type: none;padding: 0;margin: 0;border: none;}
.topFaceMenu .topFace{display: flex;align-items: center;width: auto;margin: 0 auto;gap:10px}
.topFaceMenu .topFace li{float: none;width: 20%;flex: 0 0 20%;box-sizing: border-box;}
.topFaceMenu .topFace a{display: flex;font-size: 18px;position: relative;padding-left: 65px;height: 55px;flex-direction: column;justify-content: center;transition:.25s;}

.topFaceMenu .topFace li.on a{font-weight: 700;}
.topFaceMenu .topFace a::before{transition:.25s;position: absolute;content: '';border-radius:14px ;border: 1px solid #ddd;width: 55px;height: 55px;top: 0;left: 0;display: flex;font-size: 25px;font-weight: 900;align-items: center;justify-content: center;box-sizing: border-box}
.topFaceMenu .topFace li.on a.face_1,
.topFaceMenu .topFace a.face_1:hover{color: #169cff;}
.topFaceMenu .topFace li.on a.face_2,
.topFaceMenu .topFace a.face_2:hover{color: #ff0759;}
.topFaceMenu .topFace li.on a.face_3,
.topFaceMenu .topFace a.face_3:hover{color: #03c74c;}
.topFaceMenu .topFace li.on a.face_4,
.topFaceMenu .topFace a.face_4:hover{color: #02dcc5;}
.topFaceMenu .topFace li.on a.face_5,
.topFaceMenu .topFace a.face_5:hover{color: #7c27fb;}

.topFaceMenu .topFace a.face_1::before{content: 'Y';color: #169cff;}
.topFaceMenu .topFace a.face_2::before{content: 'W';color: #ff0759;}
.topFaceMenu .topFace a.face_3::before{content: 'M';color: #03c74c;}
.topFaceMenu .topFace a.face_4::before{content: 'S';color: #02dcc5;}
.topFaceMenu .topFace a.face_5::before{content: 'P';color: #7c27fb;}
.topFaceMenu .topFace li a:hover::before,
.topFaceMenu .topFace li.on a::before{color: #fff;border: none;}
.topFaceMenu .topFace li a.face_1:hover::before,
.topFaceMenu .topFace li.on a.face_1::before{background-color: #169cff;}
.topFaceMenu .topFace li a.face_2:hover::before,
.topFaceMenu .topFace li.on a.face_2::before{background-color: #ff0759;}
.topFaceMenu .topFace li a.face_3:hover::before,
.topFaceMenu .topFace li.on a.face_3::before{background-color: #03c74c;}
.topFaceMenu .topFace li a.face_4:hover::before,
.topFaceMenu .topFace li.on a.face_4::before{background-color: #02dcc5;}
.topFaceMenu .topFace li a.face_5:hover::before,
.topFaceMenu .topFace li.on a.face_5::before{background-color: #7c27fb;}
.topFaceMenu .topFace a span::before{content: '';display: block;margin-bottom: 5px;position: relative;letter-spacing: 0;font-size: 12px;transition:.25s;}
.topFaceMenu .topFace a.face_1 span::before{content: 'Youth'}
.topFaceMenu .topFace a.face_2 span::before{content: 'Women'}
.topFaceMenu .topFace a.face_3 span::before{content: 'Mid-age'}
.topFaceMenu .topFace a.face_4 span::before{content: 'Seniors'}
.topFaceMenu .topFace a.face_5 span::before{content: 'PWD'}

@media (max-width:940px) {
.topFaceMenu .topFace{gap:0}
.topFaceMenu .topFace a{font-size: 16px;padding-left: 60px;}
}
@media (max-width:640px) {
.topFaceMenu .topFace{gap:0}
.topFaceMenu .topFace li{}
.topFaceMenu .topFace a::before{position: static;margin: 0 auto 5px;}
.topFaceMenu .topFace a{padding-left: 0;height: auto;gap:0;align-items: center;}
}

@media (max-width:1024px) {
.tts_box{width:520px;overflow:hidden;margin:0 auto;padding:30px 0}
.tts_box label{display:none}
.tts_box input.text{border:1px solid #44adde;background:#FFF;width:430px;padding:0 17px 0 16px;height:50px;line-height:50px;float:left;margin:0;display:block;font-weight:400;font-size:1.4em;color:#146eb4;transition:all .25s ease-out}
.tts_box input.button{float:right;width:52px;height:52px;display:block;text-indent:100%;font-size:0;color:transparent;background:#44adde url(../../designer/images/icon/top_icon_search2.png) no-repeat center}
.tts_box input.button:hover{background:#146eb4}
.tts_box input.text:hover{background:#fff;border:solid 1px #146eb4;color:#146eb4;transition:none}
.tts_ctg li a{display:block;height:44px;line-height:44px;font-size:1.1em;}
.result_total{font-size:1em;padding:30px 0 10px}
.result_total strong,.result_total em{font-style:normal;font-weight:600;font-size:1em}
.result_tit{height:45px;line-height:45px;padding:0 20px}
.result_tit h3{float:left;font-size:1.2em}
.result_tit a.more{font-size:.85em}
.tts_result_bbs{padding-bottom:20px}
.tts_result_bbs li{position:relative;padding:15px 20px}
.tts_result_bbs li p{line-height:160%;font-size:1em}
.tts_result_bbs li .tts_bbs_tit{font-size:1em;padding-bottom:10px}
.tts_result_bbs li .tts_bbs_cont{padding-bottom:10px}
.tts_result_bbs li .tts_bbs_date{font-size:.75em;position:static;bottom:auto;right:auto;left:auto}
.tts_result_bbs li .tts_bbs_path{font-size:1em}
.tts_default{text-align:center;padding:40px 0;background:#f8f8f8 url(../../designer/images/icon/search_default.gif) no-repeat center 70%;height:140px}
.tts_default p{font-size:1.2em}
}

@media (max-width:767px) {
.tts_box{width:100%;overflow:hidden;margin:0 auto;padding:20px 0}
.tts_box input.text{border:1px solid #44adde;background:#FFF;width:99%;padding:0;text-align:center;height:46px;float:none;line-height:normal;margin:0 auto;display:block;font-weight:400;font-size:1.4em;color:#146eb4;transition:all .25s ease-out}
.tts_box input.button{width:150px;height:36px;display:block;text-indent:0;font-size:1.2em;line-height:36px;color:#FFF;background:#44adde;float:none;margin:10px auto;border-radius:2.5em}
.tts_box input.button:hover{background:#146eb4}
.tts_box input.text:hover{background:#fff;border:solid 1px #146eb4;color:#146eb4;transition:none}
.tts_ctg li a{font-size:.9em}
.result_total{font-size:1em;padding:10px 0}
.result_total strong,.result_total em{font-style:normal;font-weight:600;font-size:1em}
.result_tit{height:38px;line-height:38px;padding:0 10px;margin:0;}
.result_tit h3{font-size:1em}
.tts_result_bbs{padding-bottom:20px}
.tts_result_bbs li{position:relative;padding:10px;font-size:.9em}
.tts_result_bbs li .tts_bbs_date{font-size:.9em}
.tts_default{text-align:center;padding:40px 0;background:#f8f8f8 url(../../designer/images/icon/search_default.gif) no-repeat center 70%;height:140px}
.tts_default p{font-size:1em}
.sitemap{overflow:hidden;padding-top:10px}

}

/*-------------------------------------
 기업정보 상세 사진목록 */
.comPicList {list-style-type: none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;gap:10px;box-sizing: border-box;}
.comPicList li {list-style-type: none;margin: 0;padding: 0;position: relative;flex: 0 0 calc((100% - 2 * 10px) / 3);width: calc(100% / 3 - (10px/3 * 2));background-color: #f3f5f9;box-sizing: border-box;min-height: 220px;border-radius:14px;overflow: hidden;}
.comPicList li:empty::after{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0;	background: url(../img/common/logo.png) no-repeat center;background-size: 42px auto; filter: grayscale(100%) opacity(25%);}

.comPicList li img{z-index: 1;  position: absolute;max-width: initial !important;width: auto !important; top: 50%; left: 50%; transform: translate(-50%, -50%);height: 100%;/* display: block;position: relative;z-index: 1;width: 100%;height:100%;object-fit: cover;object-position: center; */}
/*-------------------------------------
 기업정보 연혁보기버튼 */
a.bClock{display:block;padding-left:50px;background:#1f5daa url(../img/icon2/clock.png) 20px center no-repeat;color:#FFF;width:110px;border-radius:4px;height:29px;line-height:29px;margin-bottom:10px;transition: all 0.35s  ease-out;}
a.bClock:hover{background-color:var(--prime-hover-color);}
#comHistory{display:none;}
@media (max-width:900px) {
.comPicList li {flex: 0 0 calc((100% - 1 * 10px) / 2);width: calc(100% / 2 - (10px/2 * 1));height: calc(220/800 * 100vw);min-height: 100%;}
/*기업정보 연혁보기버튼 */
a.bClock{padding-left:30px;background-position: 8px center;width:100px;margin-bottom:0;}
}
/*- - - - -
interview srch
- - - - - -*/
.hdn_srchBox a.help{position: relative;}
.hdn_srchBox a.help span{display:inline-flex;align-items: center;justify-content: center;background:#363636 ;color: #fff;font-weight: bold;border-radius:50%; width: 18px;height: 18px;vertical-align: middle;margin-bottom: 3px;font-size: 13px;text-align: center;line-height: 1;}
.hdn_srchBox a.help:hover{color: var(--prime-color);text-decoration: underline;}

.hdn_srchBox .help_content {position:absolute; width:470px; padding:20px 30px;border-radius:10px;border:1px solid #dfdfdf;display:none; z-index:999; background:#fff;font-weight:400; margin-top: 10px; box-shadow: 5px 5px 10px rgba(0,0,0,0.2);top: 34px;left: 0;text-align: left;}
.hdn_srchBox .help_content p {padding:7px 0; color:#676767;}
.hdn_srchBox .help_content b {font-weight:bold; color:#000;display:inline-block; margin-right:6px;}
.hdn_srchBox_btn{text-align: right;padding: 0 15px 25px 0;}
.hdn_srchBox_btn a{display: inline-block;border-radius:2.5em 2.5em ;width: 174px;line-height: 44px;height: 44px;text-align: center;color: #FFF;background: #009BE9;font-size: 15px;font-weight: bold;}
.hdn_srchBox_btn a.default{width: 170px;height: 40px;line-height: 40px;border: 2px solid #b2b2b3;background: #FFF;color: #444;}

