@charset "utf-8";
/* CSS Document */

.eng .inner3,
.sub_page .inner3 {
	max-width: 1040px;
	margin: 0px auto;
}

.eng header {
    z-index: 1000;
	height: 110px;
}
.eng .logo,
.sub_page .logo {
	left: 20px;
	top: 25px;
	background-image: url("../eng/images/eng_wh_logo.png");
	height: 50px;
	width: 489px;
	line-height: 50px;
}
.sub_page .logo {
	background-image: url("../eng/images/eng_logo.png");
}
.eng .top_btn .btn {
    background-color: #fff;
}
.eng .top_btn .twitter.btn {
    background-image: url(../eng/images/twitter.png);
}
.eng #hd_bot {
    height: auto;
}
.eng #hd_bot:before {
	display: none;
}
.eng .top_btn .twitter.btn {
	margin-right: 30px;
}
.eng .top_btn a svg,
.eng .top_btn a span {
    color: #fff;
}

.eng #main_menu,
.sub_page #main_menu {
	margin-left: -270px;
}
.eng .count7 .depth_01,
.sub_page .count7 .depth_01 {
	padding: 16px 30px;
}
.eng #main_menu .depth_01 a,
.eng #main_menu .depth_01 a:visited,
.sub_page #main_menu .depth_01 a,
.sub_page #main_menu .depth_01 a:visited {
    padding-bottom: 0px;
	
}
.eng #main_menu .depth_01 a,
.eng #main_menu .depth_01 a:visited,
.eng #main_menu .depth_01 a:hover,
.eng #main_menu .depth_01 a:active {
	color: #fff;
}
.eng #main_menu .depth_01 a:hover:before,
.eng #main_menu .depth_01 a:active:before,
.sub_page #main_menu .depth_01 a:hover:before,
.sub_page #main_menu .depth_01 a:active:before {
	display: none;
}
.eng #main_menu .depth_01 a:after,
.sub_page #main_menu .depth_01 a:after {
	content: "";
	width: 0px;
	height: 5px;
	background: #fff;
	display: block;
	position: relative;
	left: 0px;
	bottom: 0px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.sub_page #main_menu .depth_01 a:after {
	background: #3364c4;
	bottom: -10px;
}
.sub_page header.active #main_menu .depth_01 a:after {
	bottom: 5px;
}

.eng #main_menu .depth_01 a:hover:after,
.sub_page #main_menu .depth_01 a:hover:after {
	width: 100%;
}
.eng header.active #hd_bot #main_menu .depth_01 a,
.eng header.active #hd_bot #main_menu .depth_01 a:visited {
    line-height: 85px;
}


.eng header.active {
    background-color: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
	top: 0px;
	height: 88px;
}
.eng header.active #hd_bot .logo,
.sub_page header.active #hd_bot .logo {
	background-image: url("../eng/images/eng_logo.png");
	top: 12px;
}
.eng header.active .top_btn .btn {
    background-color: #888;
}
.eng header.active .top_btn .twitter.btn {
    background-image: url(../main/images/twitter.png);
}
.eng header.active .top_btn a svg,
.eng header.active .top_btn a span {
    color: #888;
}
.eng header.active #main_menu .depth_01 a,
.eng header.active #main_menu .depth_01 a:visited,
.eng header.active #main_menu .depth_01 a:hover,
.eng header.active #main_menu .depth_01 a:active {
    color: #333;
	font-size: 19px;
}
.eng header.active #hd_bot #main_menu,
.sub_page header.active #hd_bot #main_menu {
    margin-left: -450px;
}
.eng header.active #main_menu .depth_01 a:after {
	background: #c5a86f;
}


.eng .mainVisual {
	margin-top: -110px;
    padding: 0px;
}
.eng .slide_zone,
.eng .slide_zone .slide {
    width: 100%;
}
.eng .slide_zone .slide_pre {
	left: 20px;
}
.eng .slide_zone .slide_next {
	right: 20px;
}
.eng .slide_zone .slide .slick-dots {
    left: auto;
	right: 20px;
    width: 220px;
    margin-left: 0px;
}
.eng .slide_zone .slide_stop,
.eng .slide_zone .slide_start {
    left: auto;
    margin-left: 0px;
	right: 250px;
	background-color: #193988;
}
.eng .slide_zone .slide .slick-dots li.slick-active button {
    background-color: #193988;
}
.eng .hot_link {
	background-color: #d7d7d7;
	padding: 60px 0px 115px 0px;
}
.eng .hot_link .inner3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.eng .hot_link .inner3 .item {
	width: 30%;
	height: 274px;
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	background-repeat: no-repeat;
	transition: background-color 0.3s ease-in-out;
	
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	
	cursor: pointer;
}
.eng .hot_link .inner3 .item:hover,
.eng .hot_link .inner3 .item:focus,
.eng .hot_link .inner3 .item:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.eng .hot_link .inner3 .item:nth-child(1) {
	background-image: url(../eng/images/eng_icon_01.png);
	background-position: 220px 160px;	
}
.eng .hot_link .inner3 .item:nth-child(2) {
	background-image: url(../eng/images/eng_icon_02.png);
	background-position: 220px 160px;	
}
.eng .hot_link .inner3 .item:nth-child(3) {
	background-image: url(../eng/images/eng_icon_03.png);
	background-position: 200px 160px;	
}
.eng .hot_link .inner3 .item h3 {
	color: #1b3b86;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 0px;
	transition: color 0.3s ease-in-out;
}
.eng .hot_link .inner3 .item p {
	margin-bottom: 40px;
	color: #888;
	transition: color 0.3s ease-in-out;
}
.eng .hot_link .inner3 .item .more {
	color: #101010;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0px;
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
.eng .hot_link .inner3 .item .more:before {
	content: ">";
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 15px;
	color: #999;
	font-family: 'Nanum Myeongjo';
	font-weight: 700;
}
.eng p {
	color: #888;
	font-size: 14px !important;
	line-height: 20px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	letter-spacing: 0px;
}
.eng .hot_link .inner3 .item:hover {
	background-color: #1b3b86;
}
.eng .hot_link .inner3 .item:hover h3,
.eng .hot_link .inner3 .item:hover .more {
	color: #fff;	
}
.eng .hot_link .inner3 .item:hover p {
	color: #e7e7e7;
}
.eng .hot_link .inner3 .item:hover:nth-child(1) {
	background-image: url(../eng/images/eng_icon_01_hover.png);
	background-position: 220px 160px;	
}
.eng .hot_link .inner3 .item:hover:nth-child(2) {
	background-image: url(../eng/images/eng_icon_02_hover.png);
	background-position: 220px 160px;	
}
.eng .hot_link .inner3 .item:hover:nth-child(3) {
	background-image: url(../eng/images/eng_icon_03_hover.png);
	background-position: 200px 160px;	
}




.eng .recommended_site {
	background-color: #1b3b86;
}
.eng .recommended_site .inner3 {
	padding: 30px 0px 30px 270px;
	overflow: visible;
	position: relative;
}
.eng .recommended_site h4 {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0px;
	margin-bottom: 10px;
	font-weight: 500;
}
.eng .recommended_site .model {
	width: 170px;
	height: 197px;
	background-image: url(../eng/images/eng_model_01.png);
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.eng .recommended_site .link_item {
    height: 42px;
    line-height: 40px;
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #fff;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
	margin-right: 5px;
}

.eng .recommended_site .link_item:after {
    width: 10px;
    height: 10px;
    background: url(../eng/images/eng_link.png) center center/10px auto no-repeat;
    display: inline-block;
    margin-left: 30px;
    content: '';
    width: 10px;
    height: 10px;
    vertical-align: baseline;
}
.eng footer,
.sub_page footer {
    padding: 55px 0px;
    background-color: #272945;
    color: #999999;
	position: relative;
}
.eng .copy_info,
.sub_page .copy_info {
    padding-left: 340px;
    background-image: url(../eng/images/eng_footer_logo.png);
	background-position: left center;
    min-height: 105px;
	padding-top: 30px;
}

.sub_page .sub_body {
	background-color: #ebf4f9;
	padding-bottom: 80px;
	margin: 0px;
}
.sub_page .sub_body h1,
.sub_page .sub_body h2,
.sub_page .sub_body h3,
.sub_page .sub_body h4,
.sub_page .sub_body h5,
.sub_page .sub_body h6,
.sub_page .sub_body p,
.sub_page .sub_body li {
	letter-spacing: 0px;	
}
.sub_page .sub_body h2 {
	font-weight: 700;
	letter-spacing: -1px;
}
.sub_page .sub_body .block .greetings .multi_stage p {
	font-size: 16px;
	line-height: 24px;	
}
.sub_page .member_list .professor_emeritus {
	background-color: #fff;
	border: none;
}
.sub_page .member_list .professor_emeritus dt span.name {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    color: #888;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.sub_page .member_list .professor_emeritus dt .ui.button.blue {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0px;
	font-size: 14px;
}
.sub_page .mb_search {
    padding: 40px 40px 20px 40px;
	background-color: #fff;
}

.sub_page .member_list.w_type {
    padding: 40px 40px 0px 40px;
	background-color: #fff;
	margin-bottom: 60px;
}
.sub_page .member_list.w_type:last-child {
	margin-bottom: 0px;	
}
.sub_page .member_list .professor dt a.name {
	letter-spacing: 0px;
    color: #193988;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 17px;
	line-height: 24px;
	text-decoration: underline;
}
.sub_page .member_list .professor dt span.item {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 2px;
	color: #888;
}
.sub_page .member_list .professor dt span.item strong {
	font-size: 13px;
	line-height: 19px;
	display: inline-block;
	margin-right: 5px;
	color: #333;
}
.sub_page .member_list .professor {
    width: 47%;
    margin-right: 6%;
}
.sub_page .member_list .professor:nth-child(2n) {
    margin-right: 0px;
}
.sub_page .member_info,
.sub_page .sub_body .member_info_con {
	padding: 40px;
	background-color: #fff;
	margin-bottom: 60px;	
}
.sub_page .mb_search h6,
.sub_page .member_info strong {
	color: #333;	
}
.sub_page .member_info .professor {
    margin: 0px;
}
.sub_page .sub_body .tit.bar,
.sub_page .sub_body h5 {
	color: #333;
	margin-bottom: 20px;
}

.sub_page .sub_body .block .greetings .ceo_photo p {
    font-family: "MS Serif", "New York", serif;
    font-weight: 700;
    letter-spacing: 0px;
	font-size: 17px;
	line-height: 22px;
	color: #333;
}
.sub_page .sub_body .block .greetings .ceo_photo p .txt {
	display: block;
	font-weight: 300;
	font-size: 15px;
}
.sub_page .sub_body .block.target h4.tit.bar {
    margin-bottom: 20px;
}

.sub_page .inner2.wh_bg {
	background-color: #fff;
	padding: 60px 60px 20px 60px;
}
.sub_page .inner2.wh_bg hr {
	margin: 40px 0px;	
}
.sub_page .inner2.wh_bg .mb_search {
    padding: 0px;
    background-color: transparent;
}
.sub_page .sub_body .inner2.wh_bg .member_info_con,
.sub_page .sub_body .inner2.wh_bg .member_info {
	padding: 0px;
	background-color: transparent;
	margin-bottom: 0px;	
}
.sub_page .sub_body .inner2.wh_bg .member_list.w_type {
    padding: 0px;
	background-color: transparent;
    margin-bottom: 60px;
}

.eng .slick-slide img {
    width: 100%;
	min-height: 200px;
}
.sub_body .block .multi_stage p {
	letter-spacing: 0px;	
}

@media (max-width: 1599px) {
	.eng .logo, .sub_page .logo {
		height: 43px;
		width: 416px;
		line-height: 43px;
	}
	.eng header.active .count7 .depth_01,
	.sub_page header.active .count7 .depth_01 {
		float: left;
		padding: 0px 10px;
	}
	.eng .count7 .depth_01, .sub_page .count7 .depth_01 {
		padding: 16px 10px;
	}
	.top_btn a {
		line-height: 42px;
	}
	.eng #main_menu .depth_01 a {
		font-size: 18px;	
	}
	.eng #main_menu,
	.sub_page #main_menu {
		margin-left: -150px;
	}
	.eng header.active #hd_bot #main_menu,
	.sub_page header.active #hd_bot #main_menu {
		margin-left: -190px;
	}
	
}
@media (max-width: 1299px) {
	.slide_zone {
		margin-bottom: 0px;
	}
	.eng .menu-btn {
		top: 20px;
		background-image: url(../eng/images/eng_m_icon.png);
	}
	.eng .active .menu-btn {
		background-image: url(../main/images/m_icon.png);
	}
	#cssmenu > ul > li > a {
		letter-spacing: 0px;	
	}
	.eng header.active {
		z-index: 1000;
	}
	
}
@media (max-width: 1199px) {
	.eng .inner3,
	.sub_page .inner3, 
	.eng .hot_link .inner3 {
		padding: 0px 20px;
	}
	.eng .recommended_site .model {
		left: 20px;
	}
	.eng .copy_info, .sub_page .copy_info {
    	padding-left: 300px;
	}
	.sub_page .menu-btn {
		top: 20px;
	}
}
@media (max-width: 1023px) {
	.eng .hot_link {
		padding: 40px 0px;
	}
	
	.eng .hot_link .inner3 .item {
    	width: 32%;
		height: 290px
	}
	.eng .hot_link .inner3 .item p br {
		display: none;
	}
	.eng .hot_link .inner3 .item:nth-child(1),
	.eng .hot_link .inner3 .item:nth-child(2),
	.eng .hot_link .inner3 .item:nth-child(3) {
		background-position: calc( 100% - 30px) 190px;	
	}
	.eng .recommended_site .inner3 {
		padding: 30px 0px 30px 34%;
	}
	.eng .recommended_site .link_item {
		margin-right: 0px;
		width: auto;
		margin-bottom: 5px;
	}
	.sub_page .inner2.wh_bg {
		padding: 40px 40px 0px 40px;
	}
	.sub_page .member_list .professor dt a.name {
		font-size: 15px;
		line-height: 22px;
	}
	.sub_page .sub_body .inner2.wh_bg .member_list.w_type {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.eng .slide_zone .slide_pre,
	.eng .slide_zone .slide_next {
		display: none !important;
	}
	.slide_zone .slide li {
		height: 310px;	
	}
	.eng .slick-slide img {
		width: 820px;
		min-height: ;
	}
	.eng .hot_link .inner3 {
    	display: block;
	}
	.eng .hot_link .inner3 .item {
    	width: 90%;
		height: 250px;
		margin: 0px auto 30px auto;
	}
	.eng .hot_link .inner3 .item:nth-child(1),
	.eng .hot_link .inner3 .item:nth-child(2),
	.eng .hot_link .inner3 .item:nth-child(3) {
		background-position: calc( 100% - 30px) 140px;	
	}
	.eng .hot_link .inner3 .item:nth-child(3) {
		margin-bottom: 0px;	
	}
	.eng .recommended_site .link_item {
		font-size: 13px;
	}
	.eng .recommended_site .link_item:after {
		margin-left: 20px;
	}
	
	
	.eng footer, .sub_page footer {
		padding: 30px 0px;
	}
	.eng .copy_info, .sub_page .copy_info {
		padding-left: 5px;
		padding-top: 110px;
		background-position: left top;
	}
	.bottom_btn {
		top: 30px;
		right: 20px;
	}
	.sub_page .sub_body h2 br {
		display: none;	
	}
	
	.sub_page .member_list .professor {
    	width: 100%;
    	margin-right: 0%;
	}
	.sub_page .inner2.wh_bg {
		padding: 20px 20px 0px 20px;
	}
	
	
	.sub_page .inner2.wh_bg hr {
		margin: 30px 0px;
	}

}
@media (max-width: 599px) {
	.eng .recommended_site .model {
		display: none;	
	}
	.eng .recommended_site .inner3 {
    	padding: 30px;
	}
	.eng .logo, .sub_page .logo {
		height: 25px;
		width: 244px;
		line-height: 25px;
	}
	.eng header.active {
		height: 80px;
	}
	.top_btn {
    	top: 20px;
	}
	.eng .menu-btn,
	.sub_page .menu-btn {
    	top: 15px;
	}
	header.active #hd_bot .top_btn {
    	top: 0px;
	}
	header.active .menu-btn {
    	top: 10px;
	}
	
}
