@charset "UTF-8";

/*S : 웹 시작*/
.header_wrap{position:relative; max-width:1400px; margin:0 auto; padding-right:4px;}
.header_top{background:#f2f2f2; padding:20px 0;}
.header_top > .fix-layout{display:flex; align-items:center; justify-content:space-between;}
.header_top .link-area ul{display:flex; align-items:center; gap:12px;}
.header_top .link-area ul li a{font-family:'Gmarket'; font-weight:300;}
.header_top .link-area .link-itm01 a{display:inline-block; padding:9px 15px; background:#047dd9;color:#fff; border-radius:32px;}
.header_top .link-area .link-itm02{margin-right:12px; position:relative;}
.header_top .link-area .link-itm02:after{content:""; display:block; width:4px; height:4px; background:#b7b7b7; position:absolute; right:-13px; top:8px;}
.header_top .util-area{display:flex; align-items:center; gap:20px;}
.header_top .util-area ul{display:flex; align-items:center; gap:10px;}
.header_top .util-area a{font-family:'Gmarket'; color:#2c2c2c; cursor:pointer}
.header_top .util-area .popup-open-btn span{display:inline-block; margin-left:8px; border-radius:50%; width:20px; height:20px; background:#0481e1; font-size:12px; color:#fff; font-family:'Gmarket'; text-align:center; vertical-align:middle; cursor:pointer; line-height: 20px;}

/*header-bottom*/
.header_bottom {position: relative; top: 0; z-index: 99; width: 100%; margin: 0 auto; border-bottom:1px solid #ddd;}
.header_bottom > .fix-layout{display:flex; align-items:center; justify-content:space-between; gap:50px;}
.header_bottom h1 > a{display:flex; align-items:center;}
.header_bottom h1 span{font-size:30px; margin-left:20px; }
.header_bottom .header_logo {display:flex; align-items:center;}
.header_bottom .header_logo a{display: inline-flex; align-items: center;}
.header_bottom .header_logo .logo-text span {font-size: 30px; margin-left: 20px;}
.header_bottom nav{flex:1;}
.header_bottom .bg{width:100%; height:350px; background:#fff; position:absolute; left:0; top:99px; border-top:1px solid #e5e5e5; display:none;}



/*GNB Menu Style*/
#gnb {float: none;  margin-left: auto; margin-right: 0; z-index:1; text-align:center;}
#gnb > ul {padding: 0; margin: 0;}
#gnb > ul:after{content:""; display:block; clear:both;}
#gnb > ul > li {float:left; position:relative; width: 16.2%; text-align: center;}
#gnb > ul > li > a {width:100%; z-index:10; position: relative; font-size: 18px; text-align: center; line-height:70px; display: inline-block; color: #666; font-weight: 500; letter-spacing: -1px;}
#gnb > ul > li > a span {color:#222; word-break:keep-all; font-weight:500; font-size:20px; line-height:100px;}
#gnb > ul > li > a:after {position:absolute; left:50%; content:""; display:block; bottom:0; right:0; width:0;  opacity:0.2;}
#gnb > ul > li.on > a:after {bottom: 0;left: 0; width:100%; height: 4px; background: #1d3a8f; content: ""; opacity: 1; display: block; transition: all .3s ease;}
#gnb > ul > li.on > a:before {content:""; display:block; background-color:#121212; left:0; bottom:0; position:absolute;}
#gnb > ul > li.on > a, #gnb li a:hover {color: #1d3a8f;}
#gnb .open.has-sub-menu:after {content: "";}

/*gnb-sub-box*/
#gnb .gnb-sub-box {min-height:270px; display:none; text-align:left;  position: absolute; top: 100px; left: 0; width: 100%;/*left: 50%; transform: translateX(-50%); width: calc(100vw - (100vw - 100%));*/ background:#fff; background-repeat: repeat; background-size: contain; z-index: 5; border-top:0px solid #dcdcdc; padding-top: 30px;}
#gnb .gnb-left-box .gnb-title { font-size: 32px;color: #103a7e; margin-bottom: 60px; margin-top:10px; margin-bottom:12px; font-weight:bold;}
#gnb .gnb-sub-box > .fix-layout{height:auto; position:unset !important;}
#gnb .gnb-sub-box .gnb-left-box {position:absolute; height:100%; float: left; width:420px; padding:45px; background:#f1f1f1 url(/resources/custom/images/dormitory/common/nav-left.png) no-repeat 92% bottom;}
#gnb .gnb-sub-box .gnb-left-box:after{content:""; display:block; width:200px; height:100%; background:#f1f1f1; position:absolute; top:0; left:-200px;}
#gnb .gnb-sub-box .gnb-sub {position:absolute; width:100%; }
#gnb .gnb-sub-box .gnb-title { display:none;}
#gnb .gnb-sub-box .gnb-sub > li {display:inline-block; width:100%; vertical-align:top; max-width: 1071px; text-align: center;/*text-align: left;*/}
#gnb .gnb-sub-box .gnb-sub > li:hover > a {color:#1d3a8f;}
#gnb .gnb-sub-box .gnb-sub > li > a {font-weight:500; font-size:18px; vertical-align:middle; width:100%; color:#000; padding:4px; display:block;   width:100%; line-height:1.3; margin-bottom:10px;}
#gnb .gnb-sub-box .gnb-sub > li ul li a {font-weight: 300; font-size:15px; padding-left:30px; position:relative; line-height:30px;}
#gnb .gnb-sub-box .gnb-sub > li ul li a:after {content:""; display:block; width:3px; height:3px; border-radius:12px; background-color:#121212; top:10px; left:20px; position:absolute;}

/*util-menu Style*/
.header_bottom .util-menu .m-open{display:none; }

/*Mobile-memnu Style*/
#m_gnb {display: none;}
#m_header.is-active {display: block;}
#m_header {display: none; transition: all .5s;}
#m_header .side {left: 0; display: none; z-index: 101; position: relative;}
#m_header .side .top-utill {display: none;}
/*E : 웹 끝*/

/***********
반응형시작
***********/

/*반응형*/
@media all and (max-width: 1200px) {
	.header_bottom .util-menu .m-open{display:block; }
    #pc_header{position: relative; top: 0;}
    .header_bottom{padding:20px 0}
    .header_bottom .m-open{display:block;}
    .header_bottom .siteMap{display:none;}
        
    #m_header{position:absolute; top: 0; left: 0; width: 100%; background-color: #fff; z-index: 9999; overflow:hidden scroll; width:100%; height:100vh; padding-bottom:50px;}
    #m_header .side{display:block; top:50px;}
    #m_header .side .bg{ width: 100%; height: 100%; background-color:#023f8f; position:fixed; top:0; /*right:-9999px;*/ left:0;  position: fixed; z-index: 101;}
    #m_header .side .menu{position:relative;; top:0; width:100%;  width:100%; padding:0 24px; z-index: 200; ;}
    #m_header .side .menu .top-utill {padding: 0 24px;}
    #m_header .side .menu .top-utill ul li { float:left; width:33%;}
    #m_header .side .menu .bottom-utill {border-top: 1px solid #666666; border-bottom: 1px solid #666666; margin-bottom: 16px;}
    #m_header .side .menu .bottom-utill ul li a{display: block; width: 100%; padding: 12px 0 12px 20px; font-size: 16px; color:#ccc; background: url(/resources/custom/images/hrc/common/arrow.gif) no-repeat 95% center; line-height:30px;}
    #m_header .side .side-close{ position: absolute; top: -50px; right: 0;}
    #m_header .side .side-close a{font-size: 22px; width: 50px; height: 50px; position: absolute; right: 0; top: 0; color: #f5f5f5; line-height: 50px; text-align: center; background: url(/resources/custom/images/hrc/common/close.png) no-repeat center;}
   
    #m_header .utill{margin-top:24px; padding-bottom:50px;}
    #m_header .utill li{display:inline-block;}
    #m_header .utill a{font-size:18px; font-weight:600; text-decoration:underline; color:#333;}
    
    #tnb,
    #gnb {display: none; width: 320px;}
    
    #m-gnb{position:relative; z-index:102; text-align:center;}
    #m-gnb .gnb-sub-title{display: none;}
    #m-gnb .gnb-title-sub{display: none;}
	#m-gnb .gnb-sub-box .gnb-title { display:none;}
    #m-gnb > ul > ul> li .gnb-sub-box{ display: none; border-bottom: 1px solid  #ddd;}
    #m-gnb > ul > li .gnb-sub-box .gnb-left-box{display:none;}
    #m-gnb .fix-layout{height:auto; padding:0;}
    #m-gnb > ul > li > .gnb-sub-box{display:none;}
    
    #m-gnb > ul > li .th1 {display:block; border-bottom: 1px solid  #ddd;transition:all 0.3s; color:#fff; padding:24px 12px; text-align:left; background: url(/resources/custom/images/hrc/common/mobile_more.png) no-repeat right center;}
    #m-gnb > ul > li .th1 > span {font-size: 22px; color: #fff; font-weight:bold;}
    /*#m-gnb > ul > li.on .th1 > span {color: #ed1c24;}*/
    #m-gnb > ul > li .th2{ color:#313131;/*color: #fff;*/ display: block; height:50px; line-height:50px; width: 100%; background-color:#fff; font-size:16px; padding:0 16px; text-align:left;}
    #m-gnb > ul > li .th2 > span, #m-gnb > ul > li .th2 > a{color: #313131;}
    #m-gnb .gnb-sub-depth{padding:0 12px;}
    #m-gnb > ul > li .th2 > span, #m-gnb > ul > li .th3 > a{color:#fff; text-align:left; padding-left:20px; position:relative; width:100%; display:block;}
    #m-gnb > ul > li .th2 > span, #m-gnb > ul > li .th3 > a:after{content:""; display:block; width:3px; height:3px; border-radius:32px; background:#fff; position:absolute; top:15px; left:0;}
    
    #m-gnb .gnb-sub-box .m1{display: none;}
    .header_con .login-menu{display: none;}
    
    .header_con{padding:12px 20px;}
    .header_con h1{margin-top:0;}
    .header_con h1 a img{width:unset;}
    .header_con .util-menu{margin-top:9px; }
    .header_con .util-menu .m-open{display:inline-block; text-align:center;}
    .header_con .util-menu .siteMap{display: none;}
    #m-gnb .gnb-sub-depth a{width:100%; line-height:40px;}
 }
@media all and (max-width: 767px){
    .header_bottom h1 span{font-size:18px;}
	.header_bottom .header_logo .logo-text span {font-size:18px;}
    .header_bottom h1 a img{width:150px;}
    .header_bottom h1 span{margin-left:4px; font-size:18px;}
    
    .header_top .link-area{display:none;}
    .header_bottom > .fix-layout{gap:0;}
    
    
}
@media all and (max-width: 350px){
    .header_bottom h1 span{margin-left:4px; font-size:16px;}
	.header_bottom .header_logo .logo-text span {margin-left:4px; font-size:16px;}
}
