@charset "utf-8";
/*-------------------------------------------------
layout Style Sheet / myeong-hee / 2019.08.06
-------------------------------------------------*/
*, *::before, *::after {  box-sizing: border-box;}
html.all-scrollFixed::before {z-index: 90 !important;}
html {min-width: 320px; font-size: 10px;}
body {font-size: 1.6rem;}
.container {width: 1280px;}

.layerPop {display: none;}
.layerpop-active {overflow: hidden;}
.layerpop-active .layerPop {display: block;}
#wrap {font-family: "NotoR"; overflow: hidden;}
#header {position: absolute; top: 0;  left: 0;  width: 100%; height: 165px; z-index: 90;}
#header .logo {padding: 30px 0 19px; text-align: center;}
#header .logo a {display: inline-block; width: 265px; margin: auto; background: url('../../../resources/images/stu/layout/logo.png') no-repeat center 0;  color: transparent; text-indent: -9999px;}
#header .logo + .container {margin: -35px auto 30px;}
.allmenu-open, .allmenu-close, #header .lang  {display: block; float: left; color: #fff; letter-spacing: -0.03em; line-height: 1; font-family: "NotoL"; font-size: 1.6rem;}	
.allmenu-open.active {opacity: 0;}
.allmenu-close {position: absolute;  top: -38px; left: 50%; margin-left: -653px; }
.allmenu-close i {margin-right: 3px; font-size: 1.6rem;}
#header .lang {float: right;}
.search-open {display: none;}
.eng-cont {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EC6707;
    text-align: center;
    z-index: 100;
    }
.eng-cont img {
	max-width: 100%;
	}    
.eng-cont.active {
	display: block;
    overflow-y: scroll;
	}
.eng-cont .btn-close {
	position: absolute;
	top: 30px;
	right: 0;
	width: 55px;
	height: 55px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	font-size: 1.5rem;
	}
.eng-cont .container {
	position: relative;
	padding-top: 5rem;
	}
.all-scrollFixed {
	overflow: hidden;
	}	
.allmenu-wrap {
	display: none;
	position: fixed;
	top: 88px;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 110px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #1e2465), color-stop(1, #057586));
	background: -moz-linear-gradient(left, #1e2465 0%, #057586 100%);
	background: -webkit-linear-gradient(left,  #1e2465 0%, #057586 100%);
	background: -o-linear-gradient(left,  #1e2465 0%, #057586 100%);
	background: -ms-linear-gradient(left,  #1e2465 0%, #057586 100%);
	background: linear-gradient(left,  #1e2465 0%, #057586 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e2465', endColorstr='#057586', gradientType=1);
    z-index: 100;
	}
.all-nav {
	overflow: hidden;
	}	
.all-nav a {
	display: block;
	color: #fff;
	}
.all-nav  li {
	overflow: hidden;
	}
.all-nav > li {
	float: left;
	width: 20%;
	padding: 0 1%;
	overflow: hidden;
	}
.all-nav > li > a {
	margin-bottom: 35px;
	padding: 20px 0;
	background-color: #333;
    line-height: 1.2;
	text-align: center;
	font-size: 2rem;
	}
.all-nav .depth2 {
	margin: 0 10px;
	}	
.all-nav .depth2 > li > a {
	padding: 10px 0;
	font-size: 1.7rem;
	}
.all-nav .depth3 > li > a {
	position: relative;
	padding-left: 17px;
	}
.all-nav .depth3 > li > a::before {	
	position: absolute;
	top: 2px;
	left: 0;	
    width: 14px;
    font-size: 15px;
    font-family: "xeicon";
	content: "\e97e";
	}
#header.active  {
	position: fixed;
	top: 0;
	width: 100%;
	height: 75px;
	background-color: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	transition: all .3s;
	}	
#header.active .logo + .container {
	display: none;
	}
#header.active .logo {
	float: left;
	position: relative;
    padding: 19px 0 19px 45px;
    z-index: 1;
	}
#header.active .logo a {
	background-image: url('../../../resources/images/stu/layout/logo02.png');
	}
#header.active .nav-area  {
	position: relative;
	width: 100%;
    min-width: 100%;
    padding-left: 310px;
	}
/* 대메뉴 */
.nav-area {
	position: relative;
	height: 75px;
    background-color: #fff;
	}
.nav-area .nav {
	float: left;
	width: 73.5%;
	}
#gnb > li {
	display: table-cell;
    position: relative;
    width: 1%;
    height: 0;
    transition: all .3s ease;
	}
#gnb a {
	color: #000;
	}
#gnb > li > a {
	display: block;
	padding: 25px 0;
    line-height: 1.15;
	text-align: center;
	font-size: 2.2rem;
	font-family: "NotoM";
    transition: all .3s ease;
	}	
#gnb > li > a > span {
	display: inline-block;
	position: relative;
	height: 100%; 
	}
#gnb > li > a > span::after {
	display: block;
	position: absolute;
	top: -6px;
	right: -14px;
	width: 8px;
	height: 8px;
	background-color: #f0811a;
	border-radius: 100%;
	content: '';
	opacity: 0;
    transition: all .3s ease;
	}
#gnb > li.active span::after,	
#gnb > li > a:hover span::after {
	opacity: 1;
	}	
#gnb .depth2 {
	position: absolute;
	top: 75px;
	left: 50%;
	width: 195px;
    height: 0;
	margin-top: -10px;
	padding: 15px 0;
	background-color: #fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); 
	transform: translateX(-50%);
    opacity: 0;
    z-index: 1;
    visibility: hidden;
	}
#gnb > li.active .depth2,	
#gnb > li:hover .depth2 {
    height: auto;
    opacity: 1;
    visibility: inherit;
	}	
#gnb .depth2::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #f0811a;
	content: '';
	}
#gnb .depth2 > li > a {
	display: block;
	padding: 15px 25px;
	color: #000;
	letter-spacing: -0.05em;
	line-height: 1.2;
	font-family: "NotoD";
	}
#gnb .depth2 > li > a:hover {
	background-color: #eee;
	text-decoration: none;
	}
.total-search {
	position: relative;
	min-width: 344px;
    width: 26.5%;
    height: 75px;
    overflow: hidden;
	}	
.total-search::before {
	position: absolute;
    top: 50%;
	width: 1px;
	height: 80%;
	background-color: #e4e4e4;
	content: '';
	transform: translateY(-50%);
	}
.total-search input[type="search"] {
	width: calc(100% - 75px);
	height: 100%;	
    padding-left: 20px;
	border-color: transparent;
	vertical-align: top;
	}	
.total-search .btn-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
	height: 100%;
	margin-left: -4px;
	background-color: #f0811a;
	color: #fff;
	font-size: 2.2rem;
	}
.section-nav {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 90;
	}	
.section-nav li {
	height: 60px;
	text-align: right;
    overflow: hidden;
	}	
.section-nav a {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 100%;
	background-color: #434863;
	border-top: 1px solid rgba(255,255,255, .07);
	color: #fff;
	transition: all .5s;
    -webkit-transition: all .5s;
    text-align: left;
	}
.section-nav a i {
	display: inline-block;
	width: 60px;
	line-height: 60px;
    text-align: center;
    font-style: inherit;
	font-size: 2.4rem;
	vertical-align: top;
	}	
.section-nav a span {
	line-height: 60px;
	vertical-align: top;
	}
.section-nav a:hover,
.section-nav a:focus {
	width: 250px;
	background-color: #3f53b4;
	text-decoration: none;
	}	
#snb {
	position: relative;
	min-height: 400px;
	padding-top: 215px;
	color: #fff;
	text-align: center;
	letter-spacing: -0.05em;
	line-height: 1.2;
	}
#snb.menubg01 {
	background: url(../../../resources/images/stu/layout/visual01.jpg) no-repeat center 0;
	} 
#snb.menubg02 {
	background: url(../../../resources/images/stu/layout/visual02.jpg) no-repeat center 0;
	} 
#snb.menubg03 {
	background: url(../../../resources/images/stu/layout/visual03.jpg) no-repeat center 0;
	} 
#snb.menubg04 {
	background: url(../../../resources/images/stu/layout/visual04.jpg) no-repeat center 0;
	} 
#snb.menubg05 {
	background: url(../../../resources/images/stu/layout/visual05.jpg) no-repeat center 0;
	}
#snb .snb-title {
	margin-bottom: 20px;
    line-height: 1.1;
	font-size: 4.6rem;
	font-family: "NotoR"; 
	}
#snb .snb-title > .kor {
	margin-top: -30px;
	}
		
.path-nav {
	position: absolute;
    bottom: 0;
    width: 100%;
	height: 70px;
	background-color: rgba(0,0,0, .5);
	text-align: left;
	}
.path-nav .container {
	position:  relative;
	}
.path-nav .home {
	position: absolute;
	top: 0;
	left: 0;
    width: 70px;
    padding: 22px 0 23px;
    border-left: 1px solid rgba(255,255,255, .1);
    text-align: center;
    color: rgba(255,255,255,.5);
	line-height: 1.6;
	}
.path-nav .home i {
	font-size: 2rem;
	}
.nav-dropdown {
    position: relative;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    padding-left: 70px;
    flex-flow: row wrap;
    vertical-align: bottom;
	font-size: 1.8rem;
	}	
.nav-dropdown a {
	line-height: 1.5;
    transition: all .3s;
	}
.nav-dropdown a:hover {	
	text-decoration: none;
	}
.nav-dropdown > li {
    position: relative;
    width: calc(100% / 3);
    background-clip: padding-box;
    transition: all .25s ease;
	}
.nav-dropdown > li:first-child > a {
    border-left: 1px solid rgba(255,255,255, .1);
	}
.nav-dropdown > li > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 21px 60px 22px 30px;
    border-right: 1px solid rgba(255,255,255, .1);
	color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	}
.nav-dropdown > li> a:after {
    position: absolute;
    top: 50%;
    right: 30px;
    color: #848597;
	transform: translateY(-50%);
    font-size: 15px;
    font-family: "xeicon";
    content: "\e936";
	}
.nav-dropdown > li > a:hover {
	background-color: #000;
	}	
.nav-dropdown .depth2 {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    z-index: 90;
	}
.nav-dropdown .depth2 li > a {
    display: block;
    padding: 12px 30px;
    color: #000;
    font-size: 1.7rem;    
    font-family: "NotoD";
	}
.nav-dropdown .depth2 li > a:hover {
	background-color: #eee;
	}
.nav-dropdown > li.active {	
	text-decoration: none;
	}
.nav-dropdown > li.active > a:after {	
     content: "\e944";
	} 
.nav-dropdown > li:hover .depth2,	
.nav-dropdown > li.active .depth2 {
    height: auto;
    opacity: 1;
    visibility: visible;
	}
#contents {
	position: relative;
	margin: 55px auto 155px;
	}	
.cont-util {
	position: absolute;
	top: 5px;
	right: 0;
	}
.cont-util button {
	position: relative;  
	display: inline-block;
	padding: 0 16px;
	}	
.cont-util .btn-print::before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 1px;
	height: 95%;
	background-color: #d8d8d8;
	content: '';
	}
.cont-util i {
	color: #a2a2a2;
	font-size: 2.2rem;
	}
.share-list {
    position: absolute;
    top: 35px;
    left: 0;
  	width: auto;
    padding: 10px 10px 5px;
    background-color: #fff;
    border: 1px solid #e8ecf1;
    box-sizing: border-box;
    text-align: center;
	opacity: 0;
    visibility: hidden;
	}
.share-list::before {
    position: absolute;
    top: -6px;
    left: 23px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
	}
.share-list::after {
    position: absolute;
    top: 0;
    left: 23px;
    width: 17px;
    height: 15px;
    background-color: #fff;
    content: "";
    z-index: 1;
	}	
.share-list > li {
	display: inline-block;
	position: relative;
    z-index: 2;
	}
.cont-util .share-list.active {
    width: auto;
    min-width: 130px;
	opacity: 1;
    visibility: visible;
	}
#contents .stitle {
	margin-bottom: 45px;
	color: #333;
	letter-spacing: -0.05em;
	line-height:1.3;
	font-size: 3.4rem;
	font-family: "NotoM"; 
	}
#detail-content {
	position: relative;
	letter-spacing: -0.03em;
	}
/* 탭메뉴 STYLE */	
#tab-nav {margin-bottom:45px;}
[class*="tab-menu"] {display: table; width: 100%; table-layout: fixed;}
[class*="tab-menu"] > li {display:table-cell;}
[class*="tab-menu"] > li > a {position: relative;display:block; margin-left: -1px;padding: 11px 0 12px;border:1px solid #434863;text-align: center;transition: all 0.3s ease;}
[class*="tab-menu"] > li > a:hover,
[class*="tab-menu"] > li.active a{background:#434863; border:1px solid #2a3643; color:#fff; text-decoration: none; font-weight: bold;}

.cont-tab {
	margin-top: 40px;
	overflow: hidden;
	}
.tab-menu02 {
	display: flex; 
	display: -webkit-flex; 
	margin-bottom: 25px;
	padding-left: 1px;
    border-bottom: solid 1px #8d8d8d;
	flex-flow: wrap;
	table-layout: inherit;
	}	
.tab-menu02 > li {
	display: block; 
    width:25%;
    padding-top: 7px;
 	}
.tab-menu02 > li > a {
	margin-bottom: -1px;
	border-color: #c5d0dc;
	border-bottom-color: #8d8d8d;
	background-color: #f8f8f8;
	color: #888;
	}
.tab-menu02 > li > a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	}
.tab-menu02 > li > a::after {
    display: block;
	position: absolute;
	bottom: 0;
	left: 0;   
    width: 100%;
    color: #f0811a;
    text-align: center;
	line-height: .8;
	font-size: 1.8rem;
	font-family:xeicon;
	content:"\e936";
    opacity: 0;
	}
.tab-menu02 > li.active {
	padding-top: 0;
	}	
.tab-menu02 > li.active > a {
	padding-top: 18px;
	background-color: #fff;
	border-color: #8d8d8d;
	border-bottom-color: transparent;
	color: #000;
	line-height: 1.6;
	font-family: "NotoB";
	}
 .tab-menu02 > li.active > a::before {
	background-color: #555;
	}
.tab-menu02 > li.active + li a {
	border-left-color: #8d8d8d;
	}
.tab-menu02 > li.active > a::after {
    opacity: 1;
	}
.tab-menu02 > li:nth-child(4) ~ * {	
	display: inline-block;	
	flex: inherit;
	width: 25%;	
	}
/* 하단 영역 STYLE*/	
#banner-zone {
	position: relative;
	padding: 20px 0;
	}
#banner-zone::before {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 1px;
	background-color: #e6e6e6;
	transform: translateX(-50%);
	content: '';
	}	
.banner-control {
	display: block;
	float: left;
	margin-right: 40px;
	}
.banner-control button {
	float: left;
	width: 38px;
	height: 38px;
	margin-left: -1px;
	border: 1px solid #d8d8d8;
	font-size: 1.8rem;
	}
.banner-area {
	position: relative;
	height: 38px;
	overflow: hidden;
	}
.banner-list {
	height: 100%;	
	}	
.banner-list > li {
	float: left;
	height: 100%;
	margin-right: 80px;
	}	
.banner-list > li a {
	display: block;
	}
.banner-list > li img {
	max-width: 100%;
	}
.footer-sitemap {
	padding: 45px 0 40px;
	background-color: #20293a;
	}	
.footer-sitemap a {
	color: #9097a2;
	}
.footer-nav {
	}	
.footer-nav > li:first-child {
	margin-left: 0;
	}
.footer-nav > li {
	float: left;
	width: 18.3%;
	margin-left: 2%;
	}	
.footer-nav a {
	display: block;
	}
.footer-nav > li > a {
	margin-bottom: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid #343b48;
    color: #fff;
    font-family: "NotoM";
	}
.footer-nav .depth2 > li > a {
	padding: 5px 0;
	} 
#footer {
	padding: 35px 0 120px;
	background-color: #171f2f;
	color: #6a7385;
	}
.fside-menu {
	float: left;
	overflow: hidden;
	}	
.fside-menu > li {
	float: left;
	overflow: hidden;
	}
.fside-menu a {
	display: block;
	position: relative;
	padding: 10px 14px;
	color: #fff;
    font-family: "NotoD";
	}	
.fside-menu a::before {
	display: block;
	position: absolute;
    top: 50%;
	left: 0;
	width: 1px;
	height: 17px;
	background-color: #343b4a;
	transform: translateY(-50%);
	content: '';
	}
.fside-menu a.point01 {
	color: #f0811a;
	}	
.fside-menu > li:first-child a {	
	padding-left: 0;
	}
.fside-menu > li:first-child a:after {	
	display: none;
	}
.footer-sns{
	float: right;
	} 	
.footer-sns a {
	display: inline-block;
	margin-left: 10px;
	}	
#footer .address address {
	margin: 25px auto 8px;
	font-style: normal;
	}	