@charset "UTF-8";
@import url(./reset.css); 
@import url(./main.css);
@import url(./contents.css);
@import url(./contents-sub.css);
@import url(./hiring.css);


/* 
팝업프린트 영역 지정
@media print {
    .wrap > *{display: none !important;}
    .print-wrap{
        display: block !important;
        top: 0 !important;
    }
    .map-route{
        height: 300px !important;
    }
} */


/* 레이아웃 */
.wrap{min-width: 1350px; }
.wrap *{font-family: 'Noto Sans KR', sans-serif !important; letter-spacing: -0.05em; word-break: keep-all;}
.wrap article{overflow: hidden;}
.col-group{display: flex; justify-content: space-between; align-items: stretch; margin: 0 auto 60px;}
.col-group > div:last-child{margin-right: 0;}
.col-group.wrap{flex-wrap: wrap;}
.col6{width: calc(50% - 20px); flex: none;}
.col6:first-child{margin-left: 0;}
.contents-sub > article .col-group.center{justify-content: center;}
.contents-sub > article .col-group.center > .col{margin-right: 40px;}
.contents-sub > article .col-group.center .col:last-child{margin-right: 0;}

/* 숨김처리 */
.hide{display: none !important;}
.sr-only{position: absolute; left: -9999px;}
.text-hide{display: block; text-indent: -9999px;}

/* width & heihgt */
.w100p{width: 100%; flex: none;}
.h100p{height: 100%;}

/* margin */
.mt0{margin-top: 0!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt50{margin-top: 50px!important;}
.mt60{margin-top: 60px!important;}
.mt70{margin-top: 70px!important;}
.mt80{margin-top: 80px!important;}
.mt90{margin-top: 90px!important;}
.mt100{margin-top: 100px!important;}

.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.mb80{margin-bottom: 80px!important;}

.ml5{margin-left: 5px!important;}
.ml10{margin-left: 10px!important;}
.ml15{margin-left: 15px!important;}
.ml20{margin-left: 20px!important;}
.ml25{margin-left: 25px!important;}
.ml30{margin-left: 30px!important;}
.ml60{margin-left: 60px!important;}

.mr5{margin-right: 5px!important;}
.mr10{margin-right: 10px!important;}
.mr15{margin-right: 15px!important;}
.mr20{margin-right: 20px!important;}
.mr25{margin-right: 25px!important;}
.mr30{margin-right: 30px!important;}

/* padding */
.pt0{padding-top: 0!important;}
.pt5{padding-top: 5px!important;}
.pt10{padding-top: 10px!important;}
.pt15{padding-top: 15px!important;}
.pt20{padding-top: 20px!important;}
.pt25{padding-top: 25px!important;}
.pt30{padding-top: 30px!important;}

.pb5{padding-bottom: 5px!important;}
.pb10{padding-bottom: 10px!important;}
.pb15{padding-bottom: 15px!important;}
.pb20{padding-bottom: 20px!important;}
.pb25{padding-bottom: 25px!important;}
.pb30{padding-bottom: 30px!important;}

.pl5{padding-left: 5px!important;}
.pl10{padding-left: 10px!important;}
.pl15{padding-left: 15px!important;}
.pl20{padding-left: 20px!important;}
.pl25{padding-left: 25px!important;}
.pl30{padding-left: 30px!important;}

.pr5{padding-right: 5px!important;}
.pr10{padding-right: 10px!important;}
.pr15{padding-right: 15px!important;}
.pr20{padding-right: 20px!important;}
.pr25{padding-right: 25px!important;}
.pr30{padding-right: 30px!important;}

.padding{padding: 20px; box-sizing: border-box;}

/* font & text */
h1, h2, h3, h4, h5, h6{letter-spacing: -0.01em!important;}
.f-black{color: #222 !important;}
.f-org{color: #f76b34;}

.tar{text-align: right !important;}
.tac{text-align: center !important;}
.bold{font-weight: 800;}
.wrap p{word-break: keep-all;}

.paragraph{display: block;margin-bottom: 2px;}
.paragraph:last-child{margin-bottom: 0;}
 
/* 효과 */
.hard-shadow{box-shadow: 10px 10px 0 #f4f4f4;}

/* 카카오 맵 */
.map-route .root_daum_roughmap{
    width: 100% !important;
    height: 100% !important;
}
.map-route .root_daum_roughmap .wrap_map{   
    height: 100% !important;
}

/* 기타 */
hr{height: 1px; background-color: #d0d0d0; border: 0; margin: 60px 0 0;}
.tit-group hr{margin: 0;}
.order1{order: 1;}
.order2{order: 2;}
.info{margin-top: 32px;}


/* 레이어 팝업 */
.dim.on{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(40, 40, 40, 0.4);
    z-index: 100;
}
.wrap > .dim.on{
    z-index: 1000;
}
.dim-pop{
    display: none;
}
.dim-pop.on{
    display: block;
    position: absolute;
    top: 520px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    background-color: #fff;
    z-index: 1000;
}
.dim-pop > .tit{
    position: relative;
}
.dim-pop > .tit > h4{
    text-align: center;
    line-height: 80px;
}
.dim-pop > .tit > a{
    display: block;
    position: absolute;
    top: 15px;
    right: 23px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
}
.dim-pop > .tit > a::before,
.dim-pop > .tit > a::after{
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #222;
    content: "";
}
.dim-pop > .tit > a::before{
    transform: rotate(45deg);
}
.dim-pop > .tit > a::after{
    transform: rotate(-45deg);
}
.dim-pop > .dim-pop-contents{
    padding: 20px 20px 30px;
    border-top: 1px solid #909090;
}

.dim-pop > .dim-pop-contents > .photo{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    /* height: 304px; */
    flex: none;
}
.dim-pop > .dim-pop-contents > .photo > img{
    width: 100%;
    min-height: 100%;
    flex: none;
}
.dim-pop > .dim-pop-contents > .data-table{
    margin-top: 20px;
}
.dim-pop > .dim-pop-contents > .data-table th,
.dim-pop > .dim-pop-contents > .data-table td{
    text-align: center;
    height: 30px;
    padding: 0;
    font-weight: 400;
}
.dim-pop > .dim-pop-contents > .box-btn{
    margin-top: 30px;
}

/* alert */
.wrap > .alert.on{
    z-index: 1000;
}
.alert{
    display: none;
}
.alert.on{
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 450px;
    margin-left: -225px;
    margin-top: -115px;
    padding: 60px 0 40px;
    background-color: #fff;
    border: 1px solid #222;
    box-sizing: border-box;
    z-index: 1000;
}
.alert > a{
    display: block;
    position: absolute;
    top: 30px;
    right: 27px;
    width: 27px;
    height: 30px;
    text-indent: -9999px;
}
.alert > a::before,
.alert > a::after{
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #222;
    content: "";
}
.alert > a::before{
    transform: rotate(45deg);
}
.alert > a::after{
    transform: rotate(-45deg);
}
.alert > .alert-contents > p{
	display:none;
    color: #222;
    text-align: center;
}
.alert > .alert-contents > p.on{
	display: block;
}
.alert > .box-btn{
    margin-top: 30px;
}
.alert > .box-btn > .btn{
    margin: auto;
}
.alert > .box-btn > .btn:hover{
    background-color: #214176;
    border: 1px solid #214176;
}


/* 셀렉트박스 */
.selbox{
    /* overflow: hidden; */
    position: relative;
    min-width: 180px;
    height: 50px;
    margin-left: 10px;
    color: #4e4e4e;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
}
.selbox:first-child{
    margin-left: 0;
}
.selbox:hover,
.selbox.on{
    /* overflow: visible; */
    border-color: #4e4e4e;
}
.selbox > .selbox-label{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 48px;
    z-index: 100;
    padding: 0 40px 0 18px;
    box-sizing: border-box;
}
.selbox > .selbox-label::after{
    display: block;
    position: absolute;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #222;
    transition: all 0.5s;
    content: "";
}
.selbox.on > .selbox-label::after{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.selbox > .selbox-list{
    display: none;
    overflow: hidden;
    width: 100%;
    margin-left: -1px;
    padding: 10px 0;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #4e4e4e;
}

.selbox > .selbox-list > .selbox-item{
    padding: 0 20px;
    line-height: 32px;
}
.selbox > .selbox-list > .selbox-item > a{
    display: block;
}
.selbox > .selbox-list > .selbox-item:hover > a{
    display: block;
    color: #f76b34;
}

/* 셀렉트 박스 - disabled */
.selbox.disabled{
	background-color: #e4e4e4;
	border-color: #d0d0d0 !important;
}
.selbox.disabled > .selbox-label{
	cursor: default;
}

/* 인풋 */
input{
    /* display: inline-block; */
    height: 50px;
    margin-left:10px;
    padding: 0 18px;
    color: #4e4e4e;
    font-size: 18px;
    border: 1px solid #d0d0d0;
    outline: none;
    box-sizing: border-box;
}
input:first-child{
    margin-left: 0;
}
input:focus{
    border-color: #4e4e4e;
}

/* 인풋 - disabled*/
input.disabled{
	background-color: #e4e4e4;
    border-color: #d0d0d0 !important;
}

/* 텍스트 에리어 */
textarea{
    width: 100%;
    padding: 10px 18px;
    color: #4e4e4e;
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    resize: none;
}
textarea:focus{
    border: 1px solid  #4e4e4e;
    outline: none;
}

/* 라디오 버튼 */
.radio{
    display: flex;
    align-items: center;
    margin-right: 42px;
}
.radio:last-child{
    margin-right: 0;
}
.radio input{display: none;}
.radio label{
    display: block;
    position: relative;
    padding-left: 40px;
    color: #909090;
    line-height: 30px;
    cursor: pointer;
}
.radio label::before{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url(/dy/images/ico-radio.png);
    content: '';
}
.radio input:checked + label{
    color: #4e4e4e;
}
.radio input:checked + label::before{
    background-position: right 0;
}

/* 체크박스 버튼 */
.checkbox{
    display: flex;
    align-items: center;
}
.checkbox input{
    display: none;
}
.checkbox label{
    display: block;
    position: relative;
    padding-right: 40px;
    color: #909090;
    line-height: 30px;
    cursor: pointer;
}
.checkbox label::after{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url(/dy/images/ico-checkbox.png);
    content: '';
}
.checkbox input:checked + label{
    color: #4e4e4e;
}
.checkbox input:checked + label::after{
    background-position: right 0;

}

/* --------- 헤더영역 --------- */
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(40, 40, 40, 0.2);
    z-index: 1000;
}

header > div{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    padding: 0 30px;
    margin: auto;
    color: #222;
    box-sizing: border-box;
}

/* 로고 */
header > div > h1.logo{
    position: absolute;
    left: 30px;
}
header > div > h1.logo > a{
    display: block;
    width: 276px;
    height: 62px;
    text-indent: -9999px;
    background-image: url(/dy/images/logo.png);
    background-repeat: no-repeat;
}


/* 대메뉴*/
header > div > nav{
    display: flex;
    overflow: hidden;
    align-self: flex-start;
    position: relative;
    width: 42%;
}
header > div > nav:hover{
    overflow: visible;
}
header > div > nav > .gnb{
    display: flex;
    position: relative;
    z-index: 100;
    width: 100%;
    justify-content: center;
}
header > div > nav > .gnb > .gnb-menu{
    position:relative;
    flex: none;
    width: 25%;
}
header > div > nav > .gnb > .gnb-menu:last-child{
    margin-right: 0;
}

header > div > nav > .gnb > .gnb-menu > a{
    display: block;
    line-height: 110px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}
header > div > nav > .gnb > .gnb-menu.on > a,
header > div > nav > .gnb > .gnb-menu:hover > a{
    color: #fff;
    background-color: #f76b34;
}
header > div > nav > .gnb > .gnb-menu > a > .open-menu{
    display: none;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid;
    transition: all 0.5s;
}
header > div > nav > .gnb > .gnb-menu.on > a > .open-menu{
    transform: rotate(-180deg);
    transition: all 0.5s;
}
/* 소메뉴 */
header > div > nav > .gnb > .gnb-menu > .lnb{
    display: none;
    width: 100%;
    height: 323px;
}
header > div > nav > .gnb:hover > .gnb-menu > .lnb{
    border-top: 1px solid #d1d1d1;
}
header > div > nav > .gnb > .gnb-menu.on > .lnb,
header > div > nav > .gnb > .gnb-menu:hover > .lnb{
    background-color: #f4f4f4;
}

header > div > nav > .gnb > .gnb-menu > .lnb > li{  
    padding: 4px 0;
}
header > div > nav > .gnb > .gnb-menu > .lnb > li:first-child{
    padding-top: 22px;
}  
header > div > nav > .gnb > .gnb-menu > .lnb > li:last-child{
    padding-bottom: 15px;
} 

header > div > nav > .gnb > .gnb-menu > .lnb > li > a{
    display: block;
    padding: 8px 0;
    color: #4e4e4e;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    transition: all 0.5s;
}
header > div > nav > .gnb > .gnb-menu > .lnb > li:hover > a,
header > div > nav > .gnb > .gnb-menu > .lnb > li.on > a{
    color: #f76b34;
    transition: all 0.2s;
}
/* 메뉴 배경 */
header > div > .nav-bg{
    display: none;
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    height: 323px;
    background: #fff;
    border-top: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(40, 40, 40, 0.2);
}

/* 유틸 */
header > div > ul.util{
    display: flex;
    position: absolute;
    right: 30px;
    z-index: 1000;
}

header > div > ul.util > li.e-service{
    margin-right: 48px;
}
header > div > ul.util > li > a{
    position: relative;
    padding-left: 27px;
    font-size: 18px;
    line-height: 34PX;
    white-space: nowrap;
}
header > div > ul.util > li.e-service > a{
    color: #f76b34;
}
header > div > ul.util > li > a::before{
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    background-size: contain;
    
    background-repeat: no-repeat;
}
header > div > ul.util > li.e-service > a::before{
    background-image: url(/dy/images/ico-eserv.png);
}
header > div > ul.util > li.language{
    position: relative;
    margin-right: 61px;
}
header > div > ul.util > li.language > a::before{
    background-image: url(/dy/images/ico-lang.png);
}

header > div > ul.util > li.language> .language-list{
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    top: 40px;
    left: 50%;
    width: 98px;
    /* height: 64px; */
    margin-left: -49px;
    padding: 6px 0;
    background-color: #fff;
    border: 1px solid #222;
    box-shadow: -1px 5px 6px  rgba(40, 40, 40, 0.4);
}
header > div > ul.util > li.language.on > .language-list{
    display: flex;
}
header > div > ul.util > li.language > .language-list > li{
    text-align: center;
    padding: 4px 0;
}
header > div > ul.util > li.language > .language-list > li > a{
    line-height: 20px;
}
header > div > ul.util > li.language > .language-list > li.on > a,
header > div > ul.util > li.language > .language-list > li:hover > a{
    color: #909090;
}

/* 전체메뉴 (사이트맵) 토글 버튼 */
header > div > ul.util > .all-menu > .btn-all-menu{
    position: relative;
    width: 50px;
    height: 34px;
    transition: all 0.5s;
}
header > div > ul.util > .all-menu > .btn-all-menu> .btn-icon{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px; 
    background-color: #222;
    transition: all 0.5s;
}
header > div > ul.util > .all-menu > .btn-all-menu > .btn-icon:nth-child(2){
    top: 0;
}
header > div > ul.util > .all-menu > .btn-all-menu > .btn-icon:nth-child(3){
    top: 50%;
    right: 0;
    width: 30px;
    margin-top: -1px;
}
header > div > ul.util > .all-menu > .btn-all-menu > .btn-icon:last-child{
    top: calc(100% - 2px);
}

/* 전체메뉴(사이트맵) 토글 버튼 클릭시 */
header > div > ul.util > .all-menu.on > .btn-all-menu> .btn-icon{
    transition: all 0.5s;
}
header > div > ul.util > .all-menu.on > .btn-all-menu > .btn-icon:nth-child(2){
    transform: rotate(45deg);
    top: 16px;
}
header > div > ul.util > .all-menu.on > .btn-all-menu > .btn-icon:nth-child(3){
   width: 0;
}
header > div > ul.util > .all-menu.on > .btn-all-menu > .btn-icon:last-child{
    transform: rotate(-45deg);
    top: 16px;
}

/* 사이트 맵 */
header > div > .site-map{
    display: none;
    position: absolute;
    top: -500px;
    right: 0;
    width: 78%;
    min-height: 650px;
    padding: 232px 80px 300px;
    background-color: #f2f2f2;
    z-index: 100;
    box-sizing: border-box;
}
header > div > .site-map.on{
    display: flex;
}
header > div > .site-map > .gnb-menu{
    text-align: center;
    height: auto;
    margin-right: 48px;
    flex: 1;
}
header > div > .site-map > .gnb-menu:last-child{
    margin-right: 0;
}
header > div > .site-map > .gnb-menu > a{
    line-height: 90px;
    font-weight: 600;
    font-size: 34px;
}
header > div > .site-map > .gnb-menu > a > .open-menu{
    display: none;
}
header > div > .site-map > .gnb-menu > .lnb{
    
    border-top: 1px solid #d1d1d1;
}
header > div > .site-map > .gnb-menu > .lnb > .lnb-menu{
    padding: 4px 0;
}
header > div > .site-map > .gnb-menu > .lnb > .lnb-menu:first-child{
    padding-top: 22px;
}
header > div > .site-map > .gnb-menu > .lnb > .lnb-menu > a{
    display: block;
    padding: 8px 0;
    color: #4e4e4e;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    transition: all 0.5s;
}
header > div > .site-map > .gnb-menu > .lnb > .lnb-menu.on > a,
header > div > .site-map > .gnb-menu > .lnb > .lnb-menu > a:hover{
    color: #f76b34;
    transition: all 0.2s;
}

/* 헤더 다음에 첫번째로 나오는 contents 상단 여백 */
header + section,
header + div{
    margin-top: 110px;
}


/* --------- footer --------- */
footer{
    border-top: 1px solid #E4E4E4;
}

footer > div{
    height: 140px;
    max-width: 1600px;
    margin: auto;
    padding: 16px 15px 0;
    color: #909090;

}

footer > div > div{
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin: auto;
}

footer > div > div > address > p{
    line-height: 50px;
    font-size: 14px;
}
footer > div > a.linkbox{
    display: block;
    width: 150px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background-color: #d0d0d0;
}
footer > div > p.copy{
    text-align: right;
}

/* footer 안의 selbox */
footer .selbox{
    width: 330px;
    color: #222;
    font-size: 14px;
    border-width: 0 0 1px 0;
    border-bottom-color:#222; 
}
footer .selbox:hover{
    color: #fff;
    border-bottom: none; 
}
footer .selbox > .selbox-label::after{
    display: none;
}

footer .selbox > .selbox-label{
    padding: 0;
    transition: all 0.5s;
}
footer .selbox:hover > .selbox-label{
    padding: 0 20px;
    border-top: 1px solid #909090;
    background-color: #222;
}
footer .selbox > a.selbox-label > .selbox-open{
    display: block;
    position: relative;
    width: 18px;
    height: 2px;
    background-color: #222;
}
footer .selbox:hover > a.selbox-label > .selbox-open{
    /* height: 2px; */
    background-color: #fff;
}
footer .selbox > a.selbox-label > .selbox-open::after{
    display: block;
    position: absolute;
    top: -8px;
    left: 8px;
    width: 2px;
    height: 18px;
    background-color: #222;
    content: "";
}
footer .selbox:hover > a.selbox-label > .selbox-open::after{
    background-color: #fff;
    transition: all 0.5s;
}
footer .selbox.on > a.selbox-label > .selbox-open::after{
    transform: scale(1, 0);
    transition: all 0.5s;
}
footer .selbox > .selbox-list{
    position: absolute;
    bottom: 49px;
    margin: 0;
    color: #fff;
    background-color: #222;
    box-sizing: border-box;
    transition: none;
}
/*------------------ aside 영역 ------------------ */
aside{
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 900;
}
aside > a.linkbox{
    display: block;
    width: 75px;
    margin-bottom: 4px;
    padding: 6px 0;
    color: #222;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    color: #222;
    background-color: #f4f4f4;
    box-sizing: border-box;
    opacity: 80%;
    transition: all 0.5s;
    word-break: normal;
}
aside > a.linkbox:hover{
    color: #fff;
    background-color: #4e4e4e;
}
aside > a.btn-top{
    display: block;
    width: 75px;
    height: 75px;
    background-color: #f4f4f4;
    background-image: url(/dy/images/btn-top.png);
    opacity: 80%;
    transition: all 0.5s;
}
aside > a.btn-top:hover{
    background-color: #4e4e4e;
    background-image:url(/dy/images/btn-top-active.png) ;
}

/* -------------------------- 반응형 --------------------------- */
@media screen and (max-width: 1500px) {
    header > div > nav > .gnb > .gnb-menu > a{
        text-align: center;
        padding: 0 32px;
    }
}
@media screen and (max-width: 1400px) {
    header > div > nav{
        display: none;

    }
}
@media screen and (max-width: 576px) {
    
    .wrap{min-width: 400px;}
    .data-table th,
    .data-table > tbody > tr > td{
        padding: 10px;
    }
    .data-table > tbody > tr > td{
        font-size: 14.4px;
        text-align: left;
/*         letter-spacing: -02px; */
    }
    .data-table th{
        font-size: 14.4px;
        text-align: center;
    }
    .mb-hide{display: none;}
    
    hr{height: 1px;}
    .contents-sub > article h5{font-size: 19.2px}
    .contents-sub > article h6{font-size: 16px;}
    
    /* 라디오 버튼 */
    .radio{
    }
    .radio:last-child{
    }
    .radio input{display: none;}
    .radio label{
        padding-left: 24px;
        line-height: 16px;
        font-size: 14.4px;
    }
    .radio label::before{
        top: 1px;
        width: 16px;
        height: 16px;
        background-size: cover;
    }
    .radio input:checked + label{
        color: #4e4e4e;
    }
    .radio input:checked + label::before{
        background-position: right 0;
    }
    
    /* 셀렉트 박스 */
    .selbox{
        height: 28px;
        min-width: 130px;
        line-height: 27.2px;
        font-size: 14.4px;
    }
    .selbox .selbox-label{
        height: 100%;
        padding: 0 10px;
    }
    .selbox .selbox-label:after{
        right: 10px;
        border-left: 4.8px solid transparent;
        border-right: 4.8px solid transparent;
        border-top: 4.8px solid #222;
    }
    .selbox > .selbox-list{
        padding: 12px 0;
    }
    .selbox > .selbox-list > .selbox-item{
        margin-bottom: 4px;
        padding: 0 10px
    }
    .selbox > .selbox-list > .selbox-item:last-child{
        margin-bottom: 0;
    }
    .selbox > .selbox-list > .selbox-item > a{
        line-height: 20px;
    }
    
    input{
        height: 28px;
        font-size: 14.4px;
    }
    input::placeholder{
        font-size: 12px;
    }
    
    textarea{
        padding: 5px 10px;
        font-size: 14.4px;
    }
    textarea::placeholder{
        font-size: 12px;
        line-height: 28px;
    }
    
    table input{
        padding: 0 10px;
        height: 100%;
    }
    
    .alert.on{
        width: 240px;
        margin-left: -120px;
        margin-top: -80px;
        padding: 28px 16px 20px;
    }
/*     .btn{ */
/*         display: flex; */
/*         align-items: center; */
/*         justify-content: center; */
/*         min-width: 120px ; */
/*         min-height: 28px ; */
/*         font-size: 14.4px ; */
/*         border-width: 2px ; */
/*     } */
    
     /* dim-pop */
    .dim.on + .dim-pop{
        width: 320px;
        margin-left: -160px;
    }
    .dim-pop > .dim-pop-contents > .data-table{
        display: inline-table;
    }
    .dim-pop > .tit > h4{
        line-height: 62px;
    }
    .dim-pop > .tit > a{
        width: 32px;
        height: 32px;
    }
    
    /* --------- 헤더영역 --------- */
    header{
        height: 50.4px !important;
    }
    
    /* 헤더 다음에 첫번째로 나오는 contents 상단 여백 */
    header + section,
    header + div{
        margin-top: 50.4px !important;
    }
    header > div{
    }

    /* 로고 */
    header > div > h1.logo{
        position: static;
    }
    header > div > h1.logo > a{
        height: 36.8px;
        width: 168.4px;
        background-size: contain;
    }
    /* 대메뉴*/
    header > div > nav{
        display: none;
    }

    /* 메뉴토글 버튼 클릭시 사이트맵*/
    header > div > .site-map{
        flex-direction: column;
        overflow: hidden;
        width: 290px;
        height: 100vh;
        padding: 68px 35px;
    }
    header > div > .site-map > .gnb-menu{
        margin-right: 0;
        text-align-last: left;
        flex: none;
    }
    header > div > .site-map > .gnb-menu:last-child{
    }
    header > div > .site-map > .gnb-menu > a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 51.2px;
        font-size: 18px;
        border-bottom: 1px solid #d1d1d1;
    }
    header > div > .site-map > .gnb-menu > a > .open-menu{
        display: block;
        width: 0;
        height: 0;
        border-left: 5.2px solid transparent;
        border-right: 5.2px solid transparent;
        border-top: 5.2px solid;
        transition: all 0.5s;
    }
    header > div > .site-map > .gnb-menu.on > a > .open-menu{
        transform: scale(1, -1);
        transition: all 0.5s;
    }
    header > div > .site-map > .gnb-menu > .lnb{

        display: none;
        border-top: 0;
        border-bottom: 1px solid #d1d1d1;
    }
    header > div > .site-map > .gnb-menu.on > .lnb{
        display: block;
    }
    header > div > .site-map > .gnb-menu > .lnb > .lnb-menu{
    }
    header > div > .site-map > .gnb-menu > .lnb > .lnb-menu:first-child{
        padding-top: 12px;
    }
    header > div > .site-map > .gnb-menu > .lnb > .lnb-menu:last-child{
        padding-bottom: 12px;
    }
    header > div > .site-map > .gnb-menu > .lnb > .lnb-menu > a{
        line-height: 2;
        font-size: 18px;
    }
    
    /* 유틸 */
    header > div > ul.util{
        align-items: center;
        right: 14px;
    }

    header > div > ul.util > li.e-service{
        display: none;
        margin-right: 36.8px;
    }
    header > div > ul.util.on > li.e-service,
    header > div > ul.util.on > li.language{
        display: block;
    }
    header > div > ul.util > li > a{
        padding-left: 1.3em;
        font-size: 12px;
    }
    header > div > ul.util > li.e-service > a{
    }
    header > div > ul.util > li > a::before{
        width: 0.9em;
        height: 0.9em;
        top: 50%;
        margin-top: -0.45em;
    }
    header > div > ul.util > li.e-service > a::before{
    }
    header > div > ul.util > li.language{
        display: none;
        margin-right: 68px;
    }
    header > div > ul.util > li.language > a::before{
    }

    header > div > ul.util > li.language> .language-list{
        top: 34px;
        width: 58px;
        margin-left: -35px;
        padding: 8px;
    }
    header > div > ul.util > li.language.on > .language-list{
    }
    header > div > ul.util > li.language > .language-list > li{
    }
    header > div > ul.util > li.language > .language-list > li > a{
        font-size: 11.2px;
        line-height: 22.4px;
    }
    header > div > ul.util > li.language > .language-list > li.on > a,
    header > div > ul.util > li.language > .language-list > li:hover > a{
    }

    /* 전체메뉴 토글 버튼 73*50 */
    header > div > ul.util > .all-menu > .btn-all-menu{
        width: 29.2px;
        height: 20px;
    }
    header > div > ul.util > .all-menu > .btn-all-menu> .btn-icon{
        height: 2px;
    }
    header > div > ul.util > .all-menu > .btn-all-menu > .btn-icon:nth-child(2){
    }
    header > div > ul.util > .all-menu > .btn-all-menu > .btn-icon:nth-child(3){
        width: 63%;
    }
    header > div > ul.util > .all-menu > .btn-all-menu > .btn-icon:last-child{
    }

    /* 메뉴토글 버튼 클릭시 */
    header > div > ul.util > .all-menu.on > .btn-all-menu> .btn-icon{
    }
    header > div > ul.util > .all-menu.on > .btn-all-menu > .btn-icon:nth-child(2){
    }
    header > div > ul.util > .all-menu.on > .btn-all-menu > .btn-icon:nth-child(3){
    }
    header > div > ul.util > .all-menu.on > .btn-all-menu > .btn-icon:last-child{
    }

    /* 헤더 다음에 첫번째로 나오는 contents 상단 여백 */
    header + section,
    header + div{
    }


    /* --------- footer --------- */
    footer{
        height: 200px;
        border-top: 1px solid #d6d6d6;
    }
    footer > div{
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        font-size: 12px;
        box-sizing: border-box;
    }
    
    footer > div > div{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin: 12px 0 0;
    }
    footer > div .selbox{
        width: 182.4px;
        height: 29.6px;
        font-size: 12px;
        z-index: 100;
    }
    footer .selbox > .selbox-label{
        height: 29.6px;
        color: #222;
        border-bottom: 2px solid #222 ;
    }
    footer .selbox:hover > .selbox-label{
        padding: 0 ;
        background-color: transparent;
        border-top: 0;
    }
    footer .selbox.on > .selbox-label{
        padding: 0 12.8px;
        color: #fff;
        background-color: #222;
    }

    footer .selbox > a.selbox-label > .selbox-open{
        display: block;
        position: relative;
        width: 12.8px;
        height: 2px;
        background-color: #222;
        border-radius: 1px;
    }
    footer .selbox:hover > a.selbox-label > .selbox-open{
        background-color: #222;
    }
    footer .selbox.on > a.selbox-label > .selbox-open{
        background-color: #fff;
    }
    footer .selbox > a.selbox-label > .selbox-open::after{
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 12.8px;
        margin: -6.4px 0 0 -0.8px;
        background-color: #222;
        border-radius: 1px;
        content: "";
    }
    footer .selbox:hover > a.selbox-label > .selbox-open::after{
        background-color: #222;
        transition: all 0.5s;
    }
    footer .selbox.on > a.selbox-label > .selbox-open::after{
        background-color: #fff;
        transform: scale(1, 0);
        transition: all 0.5s;
    }

    footer .selbox > .selbox-list{
        bottom: 29.6px;
        padding: 12px 0;
        border-bottom-width: 1px;
    }
    footer .selbox > .selbox-list > .selbox-item{
        padding: 0 12.8px ;
        line-height: 24px;
    }


    footer > div > div > address > p{
        margin-top: 20px;
        line-height: 1.2;
        font-size: 12.8px;
        text-align: center;
    }
    footer > div > a.linkbox{
        width: 108px;
        height: 22px;
        margin-top: 13px;
        padding: 0;
        line-height: 22px;
        font-size: 11.5px;
        letter-spacing: - 0.45em;
        box-sizing: border-box;
    }
    footer > div > p.copy{
        margin-top: 22px;
        text-align: center;
        font-size: 12.8px;
    }
    /* ------------------ aside 영역 ------------------ */
    aside{
        right: 10.4px;
        bottom: 145.6px;
    }
    aside > a.linkbox{
        display: none;
    }
    aside > a.linkbox:hover{
    }
    aside > a.btn-top{
        width: 40px;
        height: 40px;
        background-color: #4e4e4e;
        background-image: url(/dy/images/btn-top-active.png);
        background-size: contain;
    }
    aside > a.btn-top:hover{
    }
}
