@charset "utf-8";
/* CSS Document */

.inner {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.inner2 {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.inner3 {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.inner4 {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.blind {
	display: none;	
}
header {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 216px;
	background: #fff;
	border-bottom: 1px solid #d7d7d7;
}
header #top {
	background-color: #EAF4FE;
	padding: 3px 0px;
}
header #top .site_link {
	float: left;
}
header #hd_bot .member_link {
	position: absolute;
	right: 0px;
	top: -147px;
	z-index: 1;
}
header #top li,
header .member_link li {
	display: inline-block;
}

header #top li a,
header .member_link li a {
	font-size: 14px;
	line-height: 21px;
	color: #666;
	display: block;
	padding: 4px;
}
header #top li a:hover,
header .member_link li a:hover {
	border-bottom: 1px dashed #ccc;
}
header #top .site_link li a {
	margin: 0px 20px;
}
header .logo {
	text-align: center;
	margin: 33px auto 0px auto;
	border-bottom: 1px solid #d7d7d7;
	line-height: 48px;
}
header .logo a {
	display: block;
	height: 48px;
	width: 297px;
	margin: 0px auto 33px auto;

}
header nav {
	display: inline-block;
	margin: 0px auto;
}
header nav a {
	display: block;
}
header nav .gnb {
	text-align: center;
}
header nav .gnb > li {
	float: left;
	position: relative;
	text-align: center;
	padding: 0 40px;
}
header nav .gnb > li > a {
	font-size: 20px;
	line-height: 24px;
	color: #333;
	padding: 20px 40px;
	font-weight: 400;
	position: relative;
}
header.color nav .gnb > li > a,
header.active nav .gnb > li > a {
	color: #202020	
}
header nav .gnb > li > a:after,
header nav .gnb > li > a.on:after {
	content: "";
	width: 0;
	height: 3px;
	background: #3985DB;
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
header nav .gnb > li > a:hover:after {
	width: 100%;
}
header nav .gnb > li > .depth2 {
	position: absolute;
	width: 100%;
	padding: 15px 0;
	display: none;
	left: 0;
	z-index: 1000;
}
header nav .gnb > li > .depth2 > li {
	margin: 0px 20px 10px 20px;	
}
header nav .gnb > li > .depth2 > li > a {
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	display: block;
	color: #666;	
}
header nav .gnb > li > .depth2 > li:hover > a {
	color: #3985DB;
}


header nav .top_btn {
	position: absolute;
	right: 60px;
	top: 39px;
	width: 230px;
	z-index: 100;
	overflow: hidden;
}
header nav .top_btn a {
	display: block;
	float: left;
	font-size: 15px;
	line-height: 27px;
	margin-right: 25px;
	color: #202020;
}
header nav .top_btn a .icon_bg {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background-color: #494949;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	font-size: 11px;
	line-height: 24px;
	vertical-align: 3px;
}
header nav .top_btn a .icon_bg .icon {
	color: #fff;
	margin: 0px;
	
}
header .menu_btn {
	position: absolute;
	right: 0px;
	top: 33px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
header .menu_btn button {
	width: 40px;
	height: 30px;
	background-image: url(../youth/images/mobile_btn.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
}

.gnbBg {
	position: fixed;
	height: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	top: 216px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
}
.gnbBg.on {
	height: 270px;
	background-color: #f4f4f4;
}
header nav .top {
    display: none;
}

main {
	display: block;
	padding-top: 216px;
}

/******* Slide CSS ******/
.slide_zone {
	float: left;
	width: 992px;
	height: 485px;
	margin: 0px auto;
	position: relative;
}
.slide_zone .slide_pre,
.slide_zone .slide_next {
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	overflow: hidden;
	line-height: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 5 !important;
	cursor: pointer;
	text-align: center;
}
.slide_zone .slide_pre {
	top: 217px;
	left: 0px;
}
.slide_zone .slide_next {
	top: 217px;
	right: 0px;
}
.slide_zone .slide_pre:before {
	content: "<";
	font-size: 24px;
	line-height: 51px;
	color: #fff;
	font-family: 'Nanum Myeongjo';
	font-weight: 700;
}
.slide_zone .slide_next:before {
	content: ">";
	font-size: 24px;
	line-height: 51px;
	color: #fff;
	font-family: 'Nanum Myeongjo';
	font-weight: 700;
}
.slide_zone .slide .slick-list li {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 485px;
	background-color: #1428A0;
	padding: 30px 70px;
}
.slide_zone .slide .slick-list li.img_box {
	padding: 0px;
}
.slide_zone .slide .news {
	width: 492px;
	padding-top: 30px;
	float: left;
	color: #fff;
}
.slide_zone .slide .news_img {
	opacity: 0;
	width: 300px;
	max-height: 425px;
	float: right;
	overflow: hidden;
}
.slide_zone .slide .news_img img {
	width: 100%;	
}
.slide_zone .slide  span {
	display: block;
}
.slide_zone .slide .tit {
	opacity: 0;
	color: #fff;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -2px;
    text-overflow: ellipsis;
    overflow: hidden;
	padding-bottom: 30px;
	font-family: "notoR";
}
.slide_zone .slide .tit:before {
	content: "";
    width: 80px;
    height: 5px;
    background: #fff;
    display: block;
    position: absolute;
	left: 0px;
	bottom: 0px;
}
.slide_zone .slide .news_txt {
	opacity: 0;
	color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    overflow: hidden;
	font-family: "notoD";
}
.slide_zone .slide .ui.button.inverted {
	opacity: 0;
	padding: 10px 25px;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	border: 1px solid #fff;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
	
	background-image: url(../main/images/arrow.png);
	background-position: 150px center;
	background-repeat: no-repeat;
	width: 200px;
}
.slide_zone .slide .ui.button.inverted:hover {
	background-image: url(../main/images/arrow_over.png);
}
.slide_zone .slide li.slick-active .tit {
    animation-name: Fadein;
    animation-duration: 0.7s;
	animation-delay: 0.3s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}
.slide_zone .slide li.slick-active .news_txt {
    animation-name: Fadein;
    animation-duration: 0.7s;
	animation-delay: 0.7s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}
.slide_zone .slide li.slick-active .ui.button {
	animation-name: Fadein;
    animation-duration: 0.7s;
	animation-delay: 1.0s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}
.slide_zone .slide li.slick-active .news_img {
	animation-name: Fadein_left;
    animation-duration: 0.7s;
	animation-delay: 1.2s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

.slide_zone .slide .slick-dots { 
	text-align: center;
	margin-top: 0px;
	transform: translateY(-40px);
}
.slide_zone .slide .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}
.slide_zone .slide .slick-dots button {
	display: block;
	width: 15px;
	height: 15px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	text-indent: -9999px;
}
.slide_zone .slide .slick-dots li.slick-active button {
	background-color: rgba(255, 255, 255, 1);
}

.culture {
	float: right;
	width: 408px;
	height: 484px;
	background-color: #69CBFF;
	text-align: center;
	display:table;
	padding: 22px 25px;
}
.culture a {
	display:block;
    vertical-align:middle;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 5px 10px 10px;
	position: relative;
	margin-bottom: 19px;
}
.culture a:last-child {
	margin-bottom: 0px;	
}
.culture a .tit {
	position: absolute;
	display: block;
	width: 100%;
	height: 184px;
	top: 0px;
	left: 0px;
	background-image: url(../main/images/culture_house_tit.png);
	background-repeat: no-repeat;
	z-index: 2;
}
.culture a .img {
	position: absolute;
	display: block;
	width: 100%;
	height: 309px;
	bottom: 0px;
	left: 0px;
	background-image: url(../main/images/culture_house_img.png);
	background-repeat: no-repeat;
	z-index: 1;
}
.culture a .ui.button.blue {
	position: absolute;
	display: block;
	height: 46px;
	bottom: 30px;
	left: 50%;
	background-color: #1428A0;
	font-size: 17px;
	line-height: 36px;
	letter-spacing: -1px;
	border-radius: 23px;
	padding: 5px 20px;
	z-index: 3;
	margin-left: -133px;
}


/*******notice css******/
.notice {
	text-align: center;
	margin-bottom: 50px;
}
.notice a {
	display: inline-block;
	font-size: 21px;
	line-height: 30px;
	color: #999999;
	padding: 5px 15px 5px 25px;
	position: relative;
	font-family: "notoD";
	background-image: url(../main/images/big_dot.png);
	background-position: left 15px;
	background-repeat: no-repeat;
}
.notice a:first-child {
	background-image: none;	
}
.notice a.on {
	color: #333;
	font-family: "notoM";
}
.notice a.on:before {
	content: "";
    width: 100px;
    height: 3px;
    background: #E82F68;
    display: block;
    position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -45px;
}
.notice_item {
	float: left;
    position: relative;
    margin: 0 45px 50px 0;
    width: calc(100% / 4 - 35px);
    border: 1px solid #ebebeb;
    border-bottom: 5px solid #ebebeb;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
	display: block;
}
.notice_item:nth-of-type(4n) {
	margin-right: 0;
}
.notice_item:hover {
	border-bottom-color: #e01554;
	box-shadow: rgba(0, 0, 0, 0.15) 2px 4px 10px;
}
.notice_item .item_head {
	padding: 25px 20px;
	display: block;
	height: 300px;
}
.notice_item .item_head .state {
	display: block;
	font-size: 15px;
	line-height: 30px;
	width: 60px;
	height: 30px;
	background-color: #E82F68;
	text-align: center;
	border-radius: 15px;
	color: #fff;
	margin-bottom: 20px;
}
.notice_item .item_head .state.end {
	background-color: #BABABA;
}
.notice_item .item_head .tit {
	color: #333;
    font-size: 21px;
    line-height: 30px;
	margin-bottom: 20px;
	font-family: "notoD";
	
	width: 100%;
	max-height: 60px;
	
	display: inline-block;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;

	white-space: normal;
	word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.notice_item .item_head .con {
	color: #787878;
    font-size: 17px;
    line-height: 27px;
	font-family: "notoD";
	
	width: 100%;
	max-height: 87px;
	
	display: inline-block;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;

	white-space: normal;
	word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.notice_item .item_bottom {
	padding: 15px 20px;
	display: block;
	height: 51px;
	border-top: 1px solid #d7d7d7;
	overflow: hidden;
	color: #999;
	font-family: "notoL";
	font-size: 16px;
	line-height: 21px;
}
.notice_item .item_bottom .date {
	float: left;
		
}
.notice_item .item_bottom .file {
	float: right;
}


/******* hot_zone css ******/
#hot_zone {
	background-color: #DFE6F9;
	text-align: center;
	padding: 60px 0px 110px 0px;
	margin-bottom: 180px;
}
#hot_zone h4,
#gallery_zone h4 {
	color: #333;
	font-family: "notoM";
	margin-bottom: 10px;
}
#hot_zone p,
#gallery_zone p {
	color: #333;
	font-family: "notoR";
	margin-bottom: 60px;
}
#hot_zone .link_box {
	transform: translateY(0px);
	padding: 10px 60px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 5px 10px 10px;
	position: absolute;
}
#hot_zone .link_box a.link_item {
	display: inline-block;
	padding: 30px 50px;
}
#hot_zone .link_box a.link_item .icon {
	width: 90px;
	height: 90px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 10px;
}
#hot_zone .link_box a.link_item:hover .icon {
	animation-duration: 0.7s;
	animation-name: bounce;
	animation-iteration-count: infinite;
}
#hot_zone .link_box a.link_item:nth-child(1) .icon {
	background-image: url(../main/images/main_icon_01.png)	
}
#hot_zone .link_box a.link_item:nth-child(2) .icon {
	background-image: url(../main/images/main_icon_02.png)	
}
#hot_zone .link_box a.link_item:nth-child(3) .icon {
	background-image: url(../main/images/main_icon_03.png)	
}
#hot_zone .link_box a.link_item:nth-child(4) .icon {
	background-image: url(../main/images/main_icon_04.png)	
}
#hot_zone .link_box a.link_item:nth-child(5) .icon {
	background-image: url(../main/images/main_icon_05.png)	
}
#hot_zone .link_box a.link_item:nth-child(6) .icon {
	background-image: url(../main/images/main_icon_06.png)	
}
#hot_zone .link_box a.link_item .tit {
	font-size: 18px;
	line-height: 30px;
	display: block;
}
#hot_zone .link_box a.link_item:hover .tit {
	border-bottom: 1px dashed #1428A0;
}
#hot_zone .link_box a.link_item:hover .tit,
#gallery_zone .gallery .gallery_item:hover .tit {
	color: #1428A0;
}

#notice_zone {
	margin-bottom: 40px;	
}

#gallery_zone {
	text-align: center;
	padding: 60px 0px 80px 0px;
	background-color: #f4f4f4;
}
#gallery_zone .gallery {
	overflow: hidden;
}
#gallery_zone .gallery .gallery_item {
	float: left;
	margin: 0px 12px 0px 13px;
	display: block;
	width: 300px;
}
#gallery_zone .gallery .gallery_item .tit {
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    line-height: 24px;
}
#gallery_zone .gallery .gallery_item .img {
    width: 100%;
	height: 170px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
	display: block;
}
#gallery_zone .gallery .gallery_item .img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
}
#gallery_zone .gallery .gallery_item:hover .img img {
	transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
	opacity: 0.75;
}
#gallery_zone .gallery .gallery_item .img img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}


/****** footer ******/
footer {
	padding: 20px 0px 60px 0px;
	background-color: #1C1B1B;
	color: #ccc;
}
footer hr {
	border-top: 1px solid #59605E;
	margin-bottom: 40px;
}
.footer_menu {
	margin-bottom: 20px;
}
.footer_menu li {
	display: inline-block;	
}
.footer_menu li:last-child {
	margin-right: 0px;	
}
.footer_menu li a {
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0px 26px;
}
.footer_menu li a:hover {
	border-bottom: 1px dotted #969696;
}
.footer_menu li a strong {
	color: #fff;	
}

.copy_info {
	padding-left: 340px;
	background-image: url(../main/images/footer_logo.png?dummy=20220107);
	background-position: 30px 0px;
	background-repeat: no-repeat;
	background-size: 250px;
}
.copy_span {
	font-size: 16px;
	line-height: 27px;
	display: block;
	font-family: "notoL";
	letter-spacing: 0px;
}
.copy_span .nbsp {
	display: inline-block;
	margin: 0px 10px;	
}
footer .ui.selection.dropdown {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 210px;
    background-color: #1C1B1B;
    color: #fff;
    border-radius: 0px;
	z-index: 5;
	border: none;
}
footer .ui.selection.dropdown>.dropdown.icon {
    color: #ffffff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #999999;
    border-radius: 16px;
	margin-top: 5px;
	padding: 0px;
	margin: 0px;
	font-family: Icons;
	font-size: 16px;
	top: 5px;
	right: 10px;
}
.ui.dropdown>.dropdown.icon:before {
    content: "\f078";
}
footer .ui.selection.dropdown:hover,
footer .ui.selection.dropdown:focus,
footer .ui.selection.dropdown:focus .menu,
footer .ui.selection.active.dropdown,
footer .ui.selection.active.dropdown .menu,
footer .ui.selection.active.dropdown:hover .menu {
   border: 1px solid #676767;
}
footer .ui.selection.active.dropdown:hover {
	border-color: #bababa;
}
footer .ui.default.dropdown:not(.button)>.text,
footer .ui.dropdown:not(.button)>.default.text {
    color: rgba(256,256,256,0.87);
}

@media screen and (max-width:1400px) {
	.slide_zone {
		width: 900px;
		height: auto;
	}
	.slide_zone li img {
		width: 100%;	
	}
	.culture {
		width: calc( 100% - 900px);
		min-width: 300px;
		height: 470px;
		padding: 12px 25px;
	}
	.culture a .tit {
		max-width: 335px;
		left: 50%;
		margin-left: -167px;
	}
	.culture a .img {
		max-width: 335px;
		left: 50%;
		margin-left: -167px;
	}
	.slide_zone .slide .slick-list li {
		width: 100%;
		height: 470px;
		padding: 20px 70px;
	}
	.slide_zone .slide .news {
		width: 420px;
		padding-top: 30px;
	}
	.slide_zone .slide .tit {
		font-size: 30px;
		line-height: 38px;
	}
	.slide_zone .slide .tit:before {
		width: 60px;
		height: 4px;
	}
	.slide_zone .slide .news_txt {
		font-size: 17px;
		line-height: 27px;
	}
	.notice_item {
		margin: 0 10px 50px 10px;
		width: calc(100% / 4 - 20px);
	}
	#gallery_zone {
		margin-bottom: 0px;
	}
	#hot_zone p, #gallery_zone p {
		margin-bottom: 40px;
	}
	#hot_zone {
		margin-bottom: 160px;
	}
}
@media screen and (max-width:1300px) {
	.slide_zone {
    	width: 100%;
    	height: auto;
		float: none;
	}
	.slick-slide {
		display: none;
		float: none;
	}
	.slide_zone .slide .slick-list li {
		height: auto;	
	}
	.slide_zone li img {
		width: 100%;	
	}
	.culture {
    	width: 100%;
    	min-width: 300px;
    	height: 330px;
		float: none;
		padding: 25px 25px;
	}
	.culture a .tit {
		max-width: 335px;
		left: 50%;
		margin-left: -300px;
		top: 30px;
	}
	.culture a .img {
		max-width: 335px;
		left: 50%;
		margin-left: -35px;
	}
	.culture a .ui.button.blue {
		bottom: 20px;
	}
	body .margin_60,
	.sub_body .margin_60 {
    	margin-bottom: 40px !important;
	}
	.notice {
		text-align: center;
		margin-bottom: 40px;
	}
	.notice a {
		font-size: 19px;
		line-height: 27px;
		padding: 10px 15px 10px 25px;
	}
	.notice_item .item_head .tit {
		font-size: 19px;
		line-height: 27px;
		margin-bottom: 10px;
		
		max-height: 54px;
	}
	.notice_item .item_head .state {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.notice_item .item_head .con {
		font-size: 15px;
		line-height: 24px;
		
		max-height: 72px;
	}
	.notice_item .item_head {
		padding: 20px;
		height: 240px;
	}
	.notice_item .item_bottom {
		padding: 12px 20px;
		height: 43px;
		font-size: 15px;
		line-height: 19px;
	}
	#hot_zone {
		padding: 40px 0px 90px 0px;
		margin-bottom: 130px;
	}
	#hot_zone .link_box {
		transform: translateY(-10px);
		padding: 10px;
		width: calc( 100% - 40px);
		left: 20px;
	}
	#hot_zone .link_box a.link_item {
		display: inline-block;
		padding: 20px;
		width: 16%;
	}
	#hot_zone .link_box a.link_item .tit {
		font-size: 16px;
		line-height: 27px;
		display: block;
	}
	#hot_zone .link_box a.link_item .icon {
    	margin: 0px auto 10px auto;
		background-size: 75px;
	}
	
	body h1,
	.sub_body h1 {
		font-size: 42px;
		line-height: 56px;
		letter-spacing: -3px;
	}
	body h2,
	.sub_body h2 {
		font-size: 36px;
		line-height: 52px;
		letter-spacing: -2px;
	}
	body h3,
	.sub_body h3 {
		font-size: 30px;
		line-height: 42px;
		letter-spacing: -2px;
	}
	body h4,
	.sub_body h4 {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: -2px;
	}
	body h5,
	.sub_body h5 {
		font-size: 21px;
		line-height: 30px;
		letter-spacing: -1px;
	}
	body h6,
	.sub_body h6 {
		font-size: 19px;
		line-height: 27px;
		letter-spacing: -1px;
	}
	body p,
	.sub_body p {
		font-size: 15px;
		line-height: 24px;
		letter-spacing: -1px;
	}
	body li,
	.sub_body li {
		font-size: 15px;
		line-height: 27px;
		letter-spacing: -1px;
	}
	body .margin_10,
	.sub_body .margin_10 {
		margin-bottom: 5px !important;	
	}
	body .margin_20,
	.sub_body .margin_20 {
		margin-bottom: 10px !important;	
	}
	body .margin_30,
	.sub_body .margin_30 {
		margin-bottom: 15px !important;	
	}
	body .margin_40,
	.sub_body .margin_40 {
		margin-bottom: 20px !important;	
	}
	body .margin_60,
	.sub_body .margin_60 {
		margin-bottom: 30px !important;	
	} 
	body .margin_80,
	.sub_body .margin_80 {
		margin-bottom: 40px !important;	
	}
	
	#gallery_zone .gallery .gallery_item {
		float: left;
		margin: 0px 12px 30px 13px;
		display: block;
		width: calc( 50% - 25px);
	}
	#gallery_zone .gallery .gallery_item .img {
		min-height: 240px;
		height: auto;
	}
	.slide_zone .slide .slick-dots {
		transform: translateY(-40px);
		margin-bottom: -25px;
	}
}
@media screen and (max-width:1200px) {
	header {
		height: 115px;
	}
	header #hd_bot .logo {
		float: left;
		width: 230px;
		margin: 0px 0px 0px 20px;
		border-bottom: none;
	}
	header #hd_bot .logo a {
		width: 100%;
		margin: 15px 0px;
	}
	header #hd_bot .logo img {
		width: 100%;	
	}
	header .menu_btn {
		top: 40px;
		right: 20px;
	}
	header nav {
		position: fixed;
		width: 80%;
		max-width: 426px;
		right: 0;
		top: 0;
		z-index: 10000;
		background: #fff;
		overflow-y: scroll;
		height: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		right: -80%;
		text-align: left;
	}
	header nav .gnb > li {
		float: none;
		border-bottom: 1px solid #e1e1e1;
		margin: 0;
		padding: 0;
	}
	header nav .gnb > li > a {
		font-size: 18px;
		font-weight: 400;
		height: 56px;
		line-height: 56px;
		text-align: left;
		padding: 5px 20px;
		color: #202020;
	}
	header nav .gnb > li > a:focus,  header nav .gnb > li:hover > a {
		background: #1428A0;
		color: #fff;
	}
	header nav .gnb > li > .depth2 {
		display: none;
		position: static;
		background: #f5f5f5;
		padding: 15px 10px;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	header nav .gnb > li > .depth2 > li {
		margin: 0px;
	}
	header nav .gnb > li > .depth2 > li > a {
		color: #666;
		text-align: left;
		position: relative;
		padding: 0 0 0 18px;
		font-size: 15px;
		border: none;
		line-height: 30px;
		background-image: none;
		background-color: transparent;
	}
	header nav .gnb > li > .depth2 > li > a:focus,
	header nav .gnb > li > .depth2 > li > a:hover {
		color: #045738;
		background-color: transparent;
		background-image: none;
		line-height: 30px;
		padding: 0 0 0 18px;
	}
	header nav .mobile_info {
		display: block;
	}
	.gnbBg_m {
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.7);
		left: 0;
		top: 0;
		display: none;
		z-index: 1000;
	}
	header nav .top {
		display: block;
		border-bottom: 1px solid #1428A0;
		padding: 22px 22px 45px 22px;
		position: relative;
	}
	header .member_link {
		position: absolute;
		right: auto;
		top: 70px;
		left: 22px;
	}
	header nav .top img {
		width: 150px;	
	}
	header nav .top_btn {
		right: 0px;
		top: 70px;
		width: 230px;
		overflow: hidden;
	}
	header nav .menu_close {
		position: absolute;
		right: 20px;
		top: 40px;
	}
	header nav .menu_close button {
		width: 19px;
		height: 19px;
		background: url("../main/images/menu_close.png") no-repeat center;
		border: none;
	}
	main {
		display: block;
		padding-top: 115px;
	}
	.notice_item {
		margin: 0 10px 20px 10px;
		width: calc(100% / 2 - 20px);
	}
	header #hd_bot .member_link {
		position: absolute;
		right: 0px;
		top: 70px;
		z-index: 1;
	}
	
}
@media screen and (max-width:1023px) {
	.slide_zone .slide .slick-list li {
		width: 100%;
		padding: 20px 50px;
	}
	.slide_zone .slide .news {
		width: 380px;
		padding-top: 20px;
	}
	.slide_zone .slide .tit {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		letter-spacing: -1px;
	}
	.slide_zone .slide .news_txt {
		font-size: 16px;
		line-height: 24px;
	}
	.slide_zone .slide_pre,
	.slide_zone .slide_next {
    	width: 40px;
    	height: 40px;
		top: 200px;
	}
	.slide_zone .slide_pre:before,
	.slide_zone .slide_next:before {
		font-size: 20px;
		line-height: 40px;
	}
	.slide_zone .slide .news_img {
		opacity: 0;
		width: 270px;
		max-height: 383px;
		float: right;
		overflow: hidden;
		margin-top: 10px;
	}
	.slide_zone .slide .ui.button.inverted {
		padding: 7px 20px;
		font-size: 13px;
		line-height: 21px;
		background-image: url(../main/images/arrow.png);
		background-position: 130px center;
		background-repeat: no-repeat;
		width: 180px;
	}
	
	#hot_zone {
		padding: 30px 0px 80px 0px;
		margin-bottom: 90px;
	}
	#hot_zone .link_box a.link_item {
		display: inline-block;
		padding: 15px 5px;
		width: 16%;
	}
	#hot_zone .link_box a.link_item .icon {
    	width: 70px;
    	height: 70px;
		background-size: 65px;
	}
	#hot_zone .link_box a.link_item .tit {
		font-size: 15px;
		line-height: 24px;
	}
	
	body h1,
	.sub_body h1 {
		font-size: 36px;
		line-height: 52px;
		letter-spacing: -2px;
	}
	body h2,
	.sub_body h2 {
		font-size: 30px;
		line-height: 42px;
		letter-spacing: -2px;
	}
	body h3,
	.sub_body h3 {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: -2px;
	}
	body h4,
	.sub_body h4 {
		font-size: 21px;
		line-height: 30px;
		letter-spacing: -1px;
	}
	body h5,
	.sub_body h5 {
		font-size: 19px;
		line-height: 27px;
		letter-spacing: -1px;
	}
	body h6,
	.sub_body h6 {
		font-size: 17px;
		line-height: 24px;
		letter-spacing: -1px;
	}
	body p,
	.sub_body p {
		font-size: 14px;
		line-height: 21px;
		letter-spacing: -1px;
	}
	body li,
	.sub_body li {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: -1px;
	}
	body .margin_10,
	.sub_body .margin_10 {
		margin-bottom: 0px !important;	
	}
	body .margin_20,
	.sub_body .margin_20 {
		margin-bottom: 5px !important;	
	}
	body .margin_30,
	.sub_body .margin_30 {
		margin-bottom: 10px !important;	
	}
	body .margin_40,
	.sub_body .margin_40 {
		margin-bottom: 15px !important;	
	}
	body .margin_60,
	.sub_body .margin_60 {
		margin-bottom: 20px !important;	
	} 
	body .margin_80,
	.sub_body .margin_80 {
		margin-bottom: 30px !important;	
	}
	#gallery_zone .gallery .gallery_item .img {
		min-height: 170px;
		height: auto;
	}
	#gallery_zone .gallery .gallery_item .tit {
		font-size: 14px;
		line-height: 21px;
	}
	#gallery_zone {
		margin-bottom: 60px;
	}
	footer {
		padding: 20px 0px 30px 0px;
		background-color: #1C1B1B;
		color: #ccc;
	}
	.footer_menu li a {
		font-size: 14px;
		line-height: 21px;
		margin: 0px 10px;
	}
	.footer_menu {
		padding-left: 10px;
	}
	footer .ui.selection.dropdown {
		right: 20px;
		width: 190px;
	}
	footer .ui.dropdown:not(.button)>.default.text {
		font-size: 14px;
	}
	.copy_span {
		font-size: 14px;
		line-height: 24px;
		display: block;
		font-family: "notoL";
		letter-spacing: 0px;
	}
	footer hr {
		border-top: 1px solid #59605E;
		margin-bottom: 20px;
	}
	.copy_info {
		padding-left: 230px;
		background-position: 20px 0px;
		background-size: 170px;
	}
	
	header nav .gnb > li > a {
		font-size: 15px;
		height: 52px;
		line-height: 52px;
	}
}
@media screen and (max-width:850px) {
	.copy_info {
		padding: 50px 20px 0px 20px;
	}
}
@media screen and (max-width:767px) {
	.slide_zone {
		width: 100%;
		height: auto;
	}
	.slide_zone .slide .slick-list li {
		width: 100%;
		height: auto;
		padding: 40px 50px;
	}
	.slide_zone .slide .news {
    	width: 100%;
    	padding-top: 0px;
		margin-bottom: 30px;
		overflow: hidden;
		height: 240px;
	}
	.slide_zone .slide .news_img {
		width: 270px;
		height: 383px;
		float: none;
		margin: 0px auto;
	}
	.slide_zone .slide .news_txt {
		margin-bottom: 30px;
	}
	.slide_zone .slide .slick-dots {
		margin-bottom: -25px;
		transform: translateY(-30px);
	}
	.slide_zone .slide_pre, .slide_zone .slide_next {
		top: 360px;
	}
	.culture a .tit {
		max-width: 266px;
		margin-left: -240px;
		top: 20px;
		background-size: 100%;
	}
	.culture a .img {
		max-width: 266px;
		height: 232px;
		margin-left: -40px;
		background-size: 100%;
	}
	.culture {
		width: 100%;
		min-width: 300px;
		height: auto;
		float: none;
		padding: 10px;
	}
	.culture a .ui.button.blue {
		position: absolute;
		display: block;
		height: 40px;
		bottom: 10px;
		left: 50%;
		background-color: #1428A0;
		font-size: 15px;
		line-height: 30px;
		letter-spacing: -1px;
		border-radius: 20px;
		padding: 5px 20px;
		z-index: 3;
		margin-left: -119px;
	}
	.notice a {
		font-size: 17px;
		line-height: 24px;
		padding: 10px 10px 10px 20px;
		background-size: 6px;
		background-position: left 18px;
	}
	body .margin_60, .sub_body .margin_60 {
		margin-bottom: 20px !important;
	}
	.notice {
		text-align: center;
		margin-bottom: 20px;
	}
	.notice_item .item_head .tit {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 10px;
		max-height: 48px;
	}
	.notice_item .item_head .con {
		font-size: 14px;
		line-height: 21px;
		max-height: 63px;
	}
	.notice_item .item_head {
		padding: 15px;
		height: 210px;
	}
	.notice_item .item_head .state {
		font-size: 13px;
		line-height: 24px;
		width: 54px;
		height: 24px;
		border-radius: 12px;
	}
	.notice_item .item_bottom {
		font-size: 14px;
		line-height: 17px;
	}
	footer .ui.selection.dropdown {
		display: none;
	}
	
	.k-widget.k-window {
		width: 90% !important;
		height: auto !important;
		margin: 0px !important;
		position: absolute !important;
		top: 50px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.k-widget.k-window .popup {
		width: 100% !important;
		height: auto !important;
	}
}
@media screen and (max-width:650px) {
	#hot_zone {
		padding: 30px 0px 120px 0px;
		margin-bottom: 170px;
	}
	#hot_zone .link_box {
    	transform: translateY(-30px);
	}
	#hot_zone .link_box a.link_item {
		display: inline-block;
		padding: 15px 5px;
		width: 30%;
	}
	#gallery_zone .gallery .gallery_item .img {
		min-height: 140px;
		height: auto;
	}
	#gallery_zone {
		margin-bottom: 40px;
	}
	.copy_span .tel {
		display: block;
	}
	.copy_span .fax {
		display: inline-block;
		margin-left: 20px;	
	}
}
@media screen and (max-width:550px) {
	header #top .site_link li:first-child {
		display: none;	
	}
	header #top .site_link li a {
    	margin: 0px 10px;
	}
	.slide_zone .slide .slick-list li {
		width: 100%;
		height: auto;
		padding: 30px 50px;
	}
	.slide_zone .slide .news {
		margin-bottom: 20px;
		overflow: hidden;
		height: 200px;
	}
	.slide_zone .slide .tit {
		font-size: 21px;
		line-height: 27px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		letter-spacing: -1px;
	}
	.slide_zone .slide .news_txt {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 20px;
	}
	.slide_zone .slide .ui.button.inverted {
		padding: 5px 15px;
		font-size: 12px;
		line-height: 21px;
		background-position: 115px center;
		width: 160px;
	}
	.slide_zone .slide_pre,
	.slide_zone .slide_next {
		top: 325px;
	}
	.notice_item {
		margin: 0px 10px 20px 10px;
		width: calc( 100% - 20px);
	}
	.notice_item .item_head {
    	height: auto;
	}
	.notice a {
		font-size: 15px;
		line-height: 24px;
		padding: 10px 10px 10px 15px;
		background-size: 6px;
		background-position: left 18px;
	}
	.notice a.on:before {
		width: 70px;
		margin-left: -35px;
	}
	
	body h1,
	.sub_body h1 {
		font-size: 30px;
		line-height: 42px;
		letter-spacing: -2px;
	}
	body h2,
	.sub_body h2 {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: -2px;
	}
	body h3,
	.sub_body h3 {
		font-size: 21px;
		line-height: 30px;
		letter-spacing: -1px;
	}
	body h4,
	.sub_body h4 {
		font-size: 19px;
		line-height: 27px;
		letter-spacing: -1px;
	}
	body h5,
	.sub_body h5 {
		font-size: 17px;
		line-height: 24px;
		letter-spacing: -1px;
	}
	body h6,
	.sub_body h6 {
		font-size: 15px;
		line-height: 21px;
		letter-spacing: -1px;
	}
	body p,
	.sub_body p {
		font-size: 13px;
		line-height: 19px;
		letter-spacing: -1px;
	}
	#gallery_zone .gallery .gallery_item {
		float: none;
		margin: 0px;
		padding: 10px;
		width: 100%;
	}
	#gallery_zone .gallery .gallery_item .img {
		min-height: auto;
		height: auto;
	}
	#gallery_zone .gallery .gallery_item .img img {
		width: 100%;
		position: relative;
		top: 0;
		bottom:0;
		left: 0;
		right: 0;
	}
	.footer_menu li:nth-child(1) a {
		display: none;
	}
	#notice_zone,
	#gallery_zone p {
		margin-bottom: 20px;
	}
	#gallery_zone {
		padding: 20px 0px 20px 0px;
	}
}
@media screen and (max-width:450px) {
	.slide_zone .slide .tit {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		letter-spacing: -1px;
	}
	.slide_zone .slide .tit:before {
		width: 40px;
		height: 3px;
	}
	.slide_zone .slide .news_txt {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 20px;
	}
	.slide_zone .slide .news {
		margin-bottom: 20px;
		overflow: hidden;
		height: auto;
	}
	.slide_zone .slide_pre, .slide_zone .slide_next {
		top: 307px;
	}
	.slide_zone .slide .slick-list li {
		padding: 20px 45px;
	}
	.slide_zone .slide .news_img {
		margin: 0px;
	}
	header nav .menu_close {
		position: absolute;
		left: 230px;
		right: auto;
		top: 40px;
	}
	.culture {
		width: 100%;
		min-width: 300px;
		height: 380px;
		float: none;
	}
	.culture a .tit {
		margin-left: -133px;
		top: 0px;
	}
	.culture a .img {
		max-width: 266px;
		height: 232px;
		margin-left: -133px;
	}
	.culture a .ui.button.blue {
		height: 34px;
		font-size: 13px;
		line-height: 24px;
		border-radius: 17px;
		margin-left: -105px;
	}
	.notice {
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-scroll-padding-left: 20px;
		white-space: nowrap;
		margin-bottom: 20px;
	}
	.notice_item .item_head .tit {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 10px;
		max-height: 42px;
	}
	.notice_item .item_head .con {
		font-size: 13px;
		line-height: 19px;
		max-height: 57px;;
	}
	.notice_item .item_bottom {
		font-size: 13px;
		line-height: 17px;
	}
	.notice_item .item_head .state {
		font-size: 12px;
		line-height: 21px;
		width: 50px;
		height: 21px;
		border-radius: 10px;
	}
	
	#hot_zone .link_box a.link_item .icon {
    	width: 60px;
    	height: 60px;
    	background-size: 55px;
	}
	#hot_zone .link_box a.link_item .tit {
    	font-size: 13px;
    	line-height: 19px;
	}
	
	body h1,
	.sub_body h1 {
		font-size: 24px;
		line-height: 34px;
		letter-spacing: -2px;
	}
	body h2,
	.sub_body h2 {
		font-size: 21px;
		line-height: 30px;
		letter-spacing: -1px;
	}
	body h3,
	.sub_body h3 {
		font-size: 19px;
		line-height: 27px;
		letter-spacing: -1px;
	}
	body h4,
	.sub_body h4 {
		font-size: 17px;
		line-height: 24px;
		letter-spacing: -1px;
	}
	body h5,
	.sub_body h5 {
		font-size: 15px;
		line-height: 21px;
		letter-spacing: -1px;
	}
	body h6,
	.sub_body h6 {
		font-size: 14px;
		line-height: 19px;
		letter-spacing: -1px;
	}
	body p,
	.sub_body p {
		font-size: 12px;
		line-height: 17px;
		letter-spacing: -1px;
	}
	
	#hot_zone {
		padding: 20px 0px 70px 0px;
		margin-bottom: 120px;
	}
	#hot_zone .link_box a.link_item {
    	display: inline-block;
    	padding: 5px 5px;
    	width: 30%;
	}
	#hot_zone .link_box a.link_item .icon {
		width: 50px;
		height: 50px;
		background-size: 45px;
	}
	#hot_zone .link_box {
		transform: translateY(-40px);
	}
	#hot_zone .link_box a.link_item:nth-child(1),
	#hot_zone .link_box a.link_item:nth-child(2),
	#hot_zone .link_box a.link_item:nth-child(3) {
		margin-bottom: 10px;	
	}
	
	.footer_menu li a {
		font-size: 13px;
		line-height: 19px;
		margin: 0px 5px;
	}
	.copy_span {
		font-size: 13px;
		line-height: 19px;
	}
	header nav .gnb > li > a {
		font-size: 14px;
		height: 48px;
		line-height: 48px;
	}
	header nav .gnb > li > .depth2 > li > a {
		font-size: 13px;
	}
}

/*********** 애니메이션 ***********/
@keyframes Fadein {
  0% {
    transform:translateY(30px);
	-moz-transform:translateY(30px);
	-webkit-transform:translateY(30px);
	-o-transform:translateY(30px);
	-ms-transform:translateY(30px);
	opacity:0;
  }
  100% {
    transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	opacity:1;
  }
}
@keyframes Fadein_left {
  0% {
    transform:translateX(30px);
	-moz-transform:translateX(30px);
	-webkit-transform:translateX(30px);
	-o-transform:translateX(30px);
	-ms-transform:translateX(30px);
	opacity:0;
  }
  100% {
    transform:translateX(0);
	-moz-transform:translateX(0);
	-webkit-transform:translateX(0);
	-o-transform:translateX(0);
	-ms-transform:translateX(0);
	opacity:1;
  }
}
@keyframes imgloading {
	0% {
	  	transition: transform 2s ease-in-out, opacity 2s ease-in-out;
		transform: scale(1.2) rotate(0.003deg);
		opacity: .9;
	}
	100% {
		transform: scale(1) rotate(0.003deg);
		opacity: 1;
	}
}
@keyframes bounce {
	 0%, 100% {
       transform: translateY(0);
    }
    50% {
       transform: translateY(-10px);
    }
}