@import url('font.css');
@import url('reset.css');

.top_event {
	margin-top: 14px;
	display: flex;
}

.top_event img {
	padding-right: 7px;
}

.top_event a:hover {
	animation: jelly 0.5s;
}

.top_event_mo {
	display: none;
}

@media screen and (max-width:1500px) {

	.top_event {
		display: none;

	}

	.top_event_mo {
		display: flex;
		padding: 12% 10px 2%;
		margin: 0 auto;
		justify-content: center;
	}

	.top_event_mo img {
		padding-right: 20px;
		width: 100%;
	}

	.top_event_mo a:hover {
		animation: jelly 0.5s;
	}

}


@media screen and (max-width:767px) {

	.top_event {
		display: none;

	}

	.top_event_mo {
		display: flex;
		padding: 22% 10px 4%;
		margin: 0 auto;
		justify-content: center;
	}

	.top_event_mo img {
		padding-right: 0px;
		width: 96%;
	}

	.top_event_mo a:hover {
		animation: jelly 0.5s;
	}

}

.quickMenu {
	position: fixed;
	top: 63%;
	right: 2%;
	z-index: 100;
	text-align: center;
}

.quickMenu .icon {
	margin-bottom: 15px;
}

.quickMenu .icon a {
	display: block;
	width: 110px;
	height: 98px;
	border-radius: 50px 50px 40px 10px;
	color: #fff;
	background: linear-gradient(-45deg, #d8b423 0%, #fbffa1 100%);
}

.quickMenu .icon a:hover {
	animation: jelly 0.5s;
}

@keyframes jelly {
	25% {
		transform: scale(0.9, 1.1);
	}

	50% {
		transform: scale(1.1, 0.9);
	}

	75% {
		transform: scale(0.95, 1.05);
	}
}

.quickMenu .icon a i {
	display: block;
	padding-top: 20px;
}

.quickMenu .icon a p {
	width: 100%;
	margin-top: 5px;
}



/**/
.quickMenu .icon.ic02 a {
	display: block;
	width: 110px;
	height: 98px;
	border-radius: 50px 50px 40px 10px;
	color: #fff;
	background: linear-gradient(-45deg, #408ade 0%, #9dcbff 100%)
}

.quickMenu .icon.ic02 a:hover {
	animation: jelly 0.5s;
}

@keyframes jelly {
	25% {
		transform: scale(0.9, 1.1);
	}

	50% {
		transform: scale(1.1, 0.9);
	}

	75% {
		transform: scale(0.95, 1.05);
	}
}

.quickMenu .icon.ic02 a i {
	display: block;
	padding-top: 20px;
}

.quickMenu .icon.ic02 a p {
	width: 100%;
	margin-top: 5px;
}

/**/



/**/
.quickMenu .icon.ic03 a {
	display: block;
	width: 110px;
	height: 98px;
	border-radius: 50px 50px 40px 10px;
	color: #fff;
	background: linear-gradient(-45deg, #af51ed 0%, #e0bdf8 100%);
}

.quickMenu .icon.ic03 a:hover {
	animation: jelly 0.5s;
}

@keyframes jelly {
	25% {
		transform: scale(0.9, 1.1);
	}

	50% {
		transform: scale(1.1, 0.9);
	}

	75% {
		transform: scale(0.95, 1.05);
	}
}

.quickMenu .icon.ic03 a i {
	display: block;
	padding-top: 20px;
}

.quickMenu .icon.ic03 a p {
	width: 100%;
	margin-top: 5px;
}

/**/


.line {
	text-decoration: underline;
	text-underline-offset: 7px;
}

.volArea {
	position: fixed;
	left: -131px;
	bottom: 48%;
	transform: rotate(-90deg);
	z-index: 2;
	letter-spacing: -0.03em;
}

.volArea .volNum {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-size: 20px;
	font-weight: 400;
	color: #b2b2b2;
}

.voice_t {
	font-size: 17px;
	font-weight: 500;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.08em !important;
	color: #686868;
	text-align: center;
	margin: 0 0 3px;
}

.bor {
	border-radius: 5px;
}

section.theme .container {
	position: relative;
	width: 1300px;
}

#hover-img {}

#hover-img:hover {
	filter: brightness(70%);
	transition-duration: 0.5s;
}

.cover_title {
	font-size: 17px;
	font-weight: 400;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.08em;
	color: #a2a2a2;
}


.wrapper {
	width: 89%;
	margin: 0 auto;
}

.stext {
	font-size: 16px;
	line-height: 25px;
}

.pic-text {
	font-size: 15px;
	margin-top: 3px;
	text-align: right;
	padding: 0px !important;
	color: darkgray;
}


.pic-text-b {
	font-size: 15px;
	margin-top: 3px;
	text-align: right;
	padding: 0px !important;
	color: #000000;
}



.m-title {
	width: 100%;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -1.3px !important;
	color: #000000;
}

.m-title2 {
	width: 100%;
	position: relative;
	font-size: 22px;
	font-weight: 600;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -1.3px !important;
	color: #aecc77;
	line-height: 30px;
}



.news-sub {
	width: 100%;
	position: relative;
	font-size: 16px;
	font-family: "nanum-square-r";
	letter-spacing: -1.3px !important;
	color: #000000;
	margin: 0 0 5px;
}



/* Bootstrap */

.container {
	padding: 0;
	width: 100%;
	/* max-width: 1840px; */
}


/* Etc */

body,
section,
h1,
h2,
div,
li,
td {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -1.2px;
}

div {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.6px;
}


a {
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: 0px;
}

p {
	font-family: "NanumSquareNeo";
	letter-spacing: 0.00em;
	font-size: 18.5px;
	line-height: 1.75em;
	text-align: justify;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a.top {
	position: fixed;
	right: 2%;
	bottom: 39%;
	display: none;
	width: 68px;
	height: 68px;

	background-size: 68px 68px;
}

/*
img {
	max-width: 100%;
}
*/

body {
	margin: 0;
	font-size: 18px;
	line-height: 33px;
	text-align: justify;
	letter-spacing: -0.7px !important;
	color: #000000;
}

@media screen and (max-width:767px) {
	body {
		/* padding-top: 100px; */
		margin: 0;
		font-size: 17px;
		line-height: 30px;
		text-align: justify;
		letter-spacing: -0.7px !important;
		color: #000000;
	}
}



#include-header {
	/* width: 1840px; */
}

#include-header1 {
	/* width: 1840px; */
}

#include-header-section {
	height: 88px;
	position: fixed;
	background: #fff;
	width: 100%;
}

.wrapper_footer {
	width: 80%;
	margin: 0 auto;
}


header {
	/* position: fixed;
	left: 0;
	top: 0; */
	width: 100%;
	height: 88px;
	z-index: 490;
	background: rgba(255, 255, 255);
	display: flex;
	justify-content: center;
	/*border-bottom: 1px solid #d9d9d9;*/
}

header > div {
	position: relative;
	padding: 0;
	width: 100%;
}

header h1 {
	position: absolute;
	top: 0;
	margin: 0;
}

header .main .m {
	display: none;
}

header .main > a {
	display: block;
	height: 88px;
	padding-left: 441px;
	background-image: url('../img/common/logo.png');
	background-position: left center;
	background-repeat: no-repeat;
}

header .main1 > a {
	display: block;
	height: 88px;
	padding-left: 170px;
	background-image: url('../img/common/logo.png');
	background-position: left center;
	background-repeat: no-repeat;
}

header.fixed {
	position: fixed;
	top: 0;
}

header.fixed h1 {
	display: block;
}

/* header.fixed{position: relative;} */
header.fixed nav > ul > li {
	width: 16%;
	transition: .6s;
}

/* header .wrapper{width: 95%;} */
header.fixed nav > ul > li .sns_share {
	margin-top: -1px;
}


@media screen and (max-width: 1600px) {
	header.fixed .wrapper {
		width: 95%;
	}
}

@media screen and (max-width:1300px) {
	header.fixed nav > ul > li {
		width: 13%;
	}

	header.fixed nav > ul > li a {
		font-size: 15px;
	}
}

@media screen and (min-width:950px) {

	header.main_header h1 {
		width: 0;
		opacity: 0;
		transition: .7s;
	}

	header.fixed h1 {
		width: auto;
		opacity: 1;
	}
}

@media screen and (max-width:750px) {
	#include-header-section {
		height: 64px;
	}

	#include-header-section1 {
		height: 64px;
	}

	/*
	section.theme .container {
		margin-top: 25px;
	*/
}


header nav > ul {
	display: flex;
	height: 88px;
	justify-content: flex-end;
	align-items: center;
}

header nav > ul > li {
	width: 16%;
	text-align: center;
	height: 88px;
	position: relative;
	transition: .5s;

}


.nav_bg {
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, 0.97);
	position: absolute;
	top: 88px;
	transition: 0.5s;
	border-bottom: 1px solid #ededed;

}

header nav > ul > li > ul > li,
header nav > ul > li > ul > li:focus,
header nav > ul > li > ul > li:focus-within {
	height: 0;
	overflow: hidden;
	opacity: 1;
	transition: .5s;
	background: #8dc63e;

}




header nav > ul > li:nth-child(0) > ul > li {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: .5s;

}


header nav > ul > li:nth-child(1) > ul > li {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: .5s;
	background: #8dc63f;
}






header nav > ul > li:nth-child(2) > ul > li {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: .5s;
	background: #8781bd;
}

header nav > ul > li:nth-child(3) > ul > li {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: .5s;
	background: #f7931d;
}

header nav > ul > li:nth-child(4) > ul > li {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: .5s;
	background: #5ea9de;
}


header nav > ul > li:hover,
header nav > ul > li:focus,
header nav > ul > li:focus-within {

	display: block;

}



/*
header nav > ul > li:nth-child(1):hover,
header nav > ul > li:nth-child(1):focus,
header nav > ul > li:nth-child(1):focus-within {
	background: #8dc63f;
}

header nav > ul > li:nth-child(2):hover,
header nav > ul > li:nth-child(2):focus,
header nav > ul > li:nth-child(2):focus-within {
	background: #8781bd;
}*/

header nav > ul > li:nth-child(3):hover,
header nav > ul > li:nth-child(3):focus,
header nav > ul > li:nth-child(3):focus-within {
	background: #f7931d;
}

header nav > ul > li:nth-child(4):hover,
header nav > ul > li:nth-child(4):focus,
header nav > ul > li:nth-child(4):focus-within {
	background: #5ea9de;
}



header nav > ul > li:hover > a {
	border-bottom: 1px solid #ffde8d;
}



header nav > ul > li:nth-child(1):hover > a {
	border-bottom: 1px solid #c6e79a;
}


header nav > ul > li:nth-child(2):hover > a {
	border-bottom: 1px solid #a8a3d4;
}

header nav > ul > li:nth-child(3):hover > a {
	border-bottom: 1px solid #fcb96a;
}

header nav > ul > li:nth-child(4):hover > a {
	border-bottom: 1px solid #b7b3e0;
}




header nav > ul > li:hover > ul > li,
header nav > ul > li:focus > ul > li,
header nav > ul > li:focus-within > ul > li {
	height: 60px;
	opacity: 1;
}



header nav > ul > li > a {
	width: 100%;
	height: 100%;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	letter-spacing: -0.00em;
	transition: .7s;
	border-bottom: 1px solid #fff0;
	font-family: 'Paperlogy5';

}





header nav > ul > li.active {
	background: #ffffff;
}

header nav > ul > li.active > a {
	color: #fff;
}



header nav > ul > li:hover a {
	color: #fff;
}



header nav > ul > li:hover > ul {
	position: relative;
	z-index: 100;
}


header nav > ul > li > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	height: 60px;
	line-height: 60px;
	color: #000000;
	font-family: 'Paperlogy5';
	font-size: 21px;
	letter-spacing: 0em;

}





/* header nav > ul > li:hover > ul > li:hover{} */
header nav > ul > li:hover > ul > li:hover > a:focus,
header nav > ul > li:hover > ul > li:hover > a:focus-within,
header nav > ul > li:hover > ul > li:hover > a {
	background: #fff;
	color: #000000;
}


header nav > ul > li > ul > li.active > a {
	background-color: #ffffff !important;
	color: #985bb0;
}


header nav > ul > li:nth-child(1) {
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-right: 10px;
}

header nav > ul > li:nth-child(1):hover {
	background: #fff0;
}

header nav > ul > li:nth-child(1) a {
	border-bottom: 1px solid #fff0;
}

header nav > ul > li:nth-child(1) a img:nth-child(2) {
	position: absolute;
	opacity: 0;
	transition: .3s;
}

header nav > ul > li:nth-child(1) a:hover img:nth-child(2) {
	opacity: 1;
}

header nav > ul > li:last-child:hover a {
	border-bottom: 1px solid #fff0;
}

header nav > ul > li:nth-child(1) .sns.on img:nth-child(1) {
	opacity: 0;
}

header nav > ul > li:nth-child(1) .sns.on img:nth-child(2) {
	opacity: 1;
}

/* header nav > ul > li:last-child:hover .sns_share{display: block;} */
header nav > ul > li .sns_share {
	display: none;
	position: absolute;
	top: 77%;
	left: -29px;
	z-index: 10;
	width: 140px;
	padding: 20px;
	background: #fff;
	border: 1px solid #d9d9d9;
}

header nav > ul > li .sns_share ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}

header nav > ul > li.on .sns_share {
	display: block;
}




footer .wrapper_footer .footer_pc {
	display: flex;
	justify-content: space-between;
	padding: 38px 0;
}

footer .wrapper_footer .footer_mo {
	display: none !important;
}

footer .wrapper_footer .footer_pc .footer_left .footer_left_top {
	display: flex;
	align-items: center;
}

footer .wrapper_footer .footer_pc .footer_left .footer_left_top .footer_logo {
	margin-right: 15px;
}

footer .wrapper_footer .footer_pc .footer_left .footer_left_top .footer_sns {
	display: flex;
}

footer .wrapper_footer .footer_pc .footer_left .footer_left_top .footer_sns li {
	margin-right: 5px;
}

footer .wrapper_footer .footer_pc .footer_left .footer_left_bottom {
	margin-left: 60px;
	margin-top: 0px;
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 1.5em;
	color: #3e3e3e;
	font-family: 'NanumSquareNeo';
	margin-bottom: 30px;
}

footer .footer_wa {
	margin-left: 150px;
	margin-top: 7px;
}

footer .wrapper_footer .footer_pc .footer_right ul {
	display: flex;
}

footer .wrapper_footer .footer_pc .footer_right ul li {
	margin-left: 10px;
}

footer .wrapper_footer .footer_pc .footer_right ul li a {
	position: relative;
}

footer .wrapper_footer .footer_pc .footer_right ul li a img:nth-child(2) {
	position: absolute;
	left: 0;
	opacity: 0;
	transition: 0.3s;
}

footer .wrapper_footer .footer_pc .footer_right ul li a:hover img:nth-child(2) {
	opacity: 1;
}

footer .wrapper_footer .footer_mo .footer_top ul {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	width: 90%;
	margin: 0 auto;
}




footer .wrapper_footer .footer_mo .footer_top ul li a img {
	width: 68px;
}

footer .wrapper_footer .footer_mo .footer_bottom ul.footer_sns {
	display: flex;
	justify-content: space-between;
	width: 73%;
	margin: 15px auto 0;
}

footer .wrapper_footer .footer_mo .footer_bottom ul.footer_sns li a img {
	width: 45px;
}

footer .wrapper_footer .footer_mo .footer_bottom ul.footer_sns li {
	margin-left: 2px;
}



footer .wrapper_footer .footer_mo .footer_bottom {
	text-align: center;
}

footer .wrapper_footer .footer_mo .footer_bottom .footer_logo {
	width: 200px;
	margin: 0 auto;
	margin-top: 40px;
}

footer .wrapper_footer .footer_mo .footer_bottom .footer_left_bottom {
	font-size: 16px;
	padding: 15px 0 35px;
	letter-spacing: -0.01em;
	line-height: 1.5;
	font-family: "NanumSquareNeo", "Malgun Gothic", "sans-serif";
}

/* footer .wrapper .footer_mo .footer_bottom ul.footer_sns li a img{} */

@media screen and (max-width:767px) {

	header nav > ul > li:nth-child(1) {
		display: none;
	}

	footer .footer_wa {
		margin-top: 10%;
		margin-left: 30%;
		margin-right: 30%;
	}

	footer .wrapper_footer .footer_mo .footer_bottom .footer_logo {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
	}

	header .main > a {
		display: block;
		background-image: url(../img/common/logo.png);

		background-position: left center;
		background-repeat: no-repeat;
		height: 64px;
		padding-left: 216px;
		background-size: contain;
	}

	header .main1 > a {
		display: block;
		background-image: url(../img/common/logo_mobile.png);
		height: 100px;
		padding-left: 170px;
		background-position: left center;
		background-repeat: no-repeat;
	}

}


header .story > a {
	display: block;
	height: 100px;
	padding-left: 220px;
	background-image: url('../img/common/logo.png');
	background-position: left center;
	background-repeat: no-repeat;
}

header h1 .vol {
	display: block;
	font-size: 16px;
	line-height: 19px;
	color: #595a5c;
	padding-top: 41px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.2px;
}

header .title {
	margin: 0;
	font-size: 20px;
	text-align: center;
	padding-top: 38px;
	color: #000000;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

header .cover-nav {
	float: right;
	margin-right: 90px;
	list-style-type: none;
	margin-top: 43px;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

header .cover-nav > li {
	float: left;
}

header .cover-nav > li > a {
	display: block;
	position: relative;
	font-weight: 400;
	padding: 0 90px;
	font-size: 21px;
	cursor: pointer;
}

header .cover-nav .title_section1 {
	color: #71bf65 !important;
}

header .cover-nav .title_section1:hover {
	color: #383838 !important;
}

header .cover-nav .title_section2 {
	color: #f68220 !important;
}

header .cover-nav .title_section2:hover {
	color: #383838 !important;
}

header .cover-nav .title_section3 {
	color: #2fa5e6 !important;
}

header .cover-nav .title_section3:hover {
	color: #383838 !important;
}

header .cover-nav .title_section4 {
	color: #2fa5e6 !important;
}

header .cover-nav .title_section4:hover {
	color: #383838 !important;
}


header .cover-nav > li > a:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 2px;
	height: 18px;
	border-right: 1px solid #595a5c;
}

header .cover-nav > li:last-child > a:before {
	display: none;
}

header .btn-toggle-nav {
	display: block;
	width: 37px;
	height: 23px;
	background-image: url(../img/common/btn_nav.png);
	/* background-size: contain; */
	position: absolute;
	right: 5px;
	top: 33px;
	cursor: pointer;
}



.top-title {
	position: fixed;
	z-index: 998;
	top: 23px;
	width: 100%;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
}






#side-nav {
	/*
    display:none;
    position:fixed;

    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    z-index:1000;
    */
}

#side-nav > .wrap {
	position: fixed;
	width: 82%;
	height: 100%;
	right: -82%;
	top: 0;
	background-color: #fff;
	animation-delay: 1s;
	transition: right .8s;
	z-index: 999;
	padding: 40px 0 0px 0;
}



#side-nav > .wrap .btn-toggle-nav-close {

	width: 38px;
	height: 38px;
	position: absolute;
	right: 81px;
	top: 42px;
	background-image: url(../img/common/btn_nav_close.png);
	cursor: pointer;
}

#side-nav > .wrap .logo {
	margin: 0 0 50px 40px;
	padding-left: 150px;
	padding-top: 3px;
	height: 70px;
	background-image: url('../img/common/logo_side.png');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}

#side-nav > .wrap .logo .vol {
	color: #000;
	font-weight: 500;
	display: block;
	line-height: 19px;
	margin-left: 10px;
	margin-top: -5px;
}

@media screen and (min-width:767px) {



	.lSSlideOuter .lightSlider,
	.lSSlideOuter .lSPager {
		padding: 0 !important;
	}
}

@media screen and (max-width:767px) {



	header .btn-toggle-nav {
		display: block !important;

	}

	#side-nav > .wrap {
		position: fixed;
		width: 55%;
		height: 100%;
		right: -85%;
		top: 0;
		background-color: #fff;
		animation-delay: 1s;
		transition: right .4s;
		z-index: 999;
		padding: 40px 0 0px 0;
		overflow: scroll;
	}

	.top-title {
		position: absolute;
		z-index: 501;
		top: 110px;
		z-index: 1;
		font-size: 18px !important;
		font-weight: 400;
		font-family: "s-core", "Malgun Gothic", "sans-serif";
		color: #000;
		pointer-events: none;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(255, 255, 255, 0.7);
		left: 50%;
		transform: translateX(-50%);
		border-radius: 3px;
	}

	.top-title2 {
		position: absolute;
		z-index: 501;
		top: 110px;
		z-index: 1;
		font-size: 18px !important;
		font-weight: 400;
		font-family: "s-core", "Malgun Gothic", "sans-serif";
		color: #000;
		pointer-events: none;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(255, 255, 255, 0.7);
		left: 50%;
		transform: translateX(-50%);
		border-radius: 5px;
	}

	#side-nav > .wrap .logo .vol {
		color: #000;
		font-weight: 500;
		display: block;
		line-height: 19px;
		margin-left: -14px;
		margin-top: 17px;
	}
}

#side-nav > .wrap .logo .vol h1,
#side-nav > .wrap .logo .vol h2 {
	/* display: inline-block; */
	font-size: 16px;
}

#side-nav > .wrap .logo .vol h1 {
	padding-right: 15px;
	margin-right: 10px;
}


#side-nav > .wrap .logo .vol h2 b {
	font-size: 22px;
}

#side-nav > .wrap .nav-content {
	margin-bottom: 30px;
	display: block;
}




#side-nav > .wrap .nav-content h3 {
	margin: 0 0 15px 40px;
	padding-bottom: 10px;
	color: #3e3e3e;
	font-family: "Paperlogy7", "Malgun Gothic", "sans-serif";
	font-size: 27px;
	border-bottom: 3px solid #8dc63e;
}




#side-nav > .wrap .pc_nav {
	display: flex;
}


#side-nav > .wrap .nav-content ul {
	margin: 0;
	list-style-type: none;
	padding-left: 0;
}



#side-nav > .wrap .nav-content ul li {
	margin: 0;
	list-style-type: none;
	text-align: justify;
	margin-bottom: 3px;

}



#side-nav > .wrap .nav-content ul > li > a {
	display: block;
	padding: 8px 12px 4px 40px;
	color: #393939;
	background-color: #fff;
	transition: background-color .3s, color .3s;
}

#side-nav > .wrap .nav-content ul > li > a small {
	display: inline-block;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-weight: 500;
	font-size: 14pt;
	padding-bottom: 1px;
	border-bottom: 1px solid;
	background-color: transparent;
	color: #000;
	transition: color .3s;
}

#side-nav > .wrap .nav-content ul > li > a span {
	display: block;
	font-size: 19px;
	background-color: transparent;
	transition: color .3s;
	margin-bottom: 4px;
	letter-spacing: -0.03em;
	font-family: "NanumSquareNeo", "Malgun Gothic", "sans-serif";
	border-radius: 5px;
	font-weight: bold;
}

#side-nav > .wrap .nav-content ul > li > a span.side_sub {
	display: block;
	font-size: 18.5px;
	background-color: transparent;
	transition: color .3s;
	margin-bottom: 8px;
	letter-spacing: -0.03em;
	line-height: 1.5em;
	font-family: "NanumSquareNeo", "Malgun Gothic", "sans-serif";
	margin-top: 7px;
	font-weight: normal;
}


#side-nav > .wrap .nav-content:nth-child(1) ul > li.active > a span,
#side-nav > .wrap .nav-content:nth-child(1) ul > li.active > a small {
	color: #8dc63e;
}

#side-nav > .wrap .nav-content:nth-child(2) ul > li.active > a span,
#side-nav > .wrap .nav-content:nth-child(2) ul > li.active > a small {
	color: #8781bd;
}

#side-nav > .wrap .nav-content:nth-child(3) ul > li.active > a span,
#side-nav > .wrap .nav-content:nth-child(3) ul > li.active > a small {
	color: #f7931d;
}

#side-nav > .wrap .nav-content:nth-child(4) ul > li.active > a span,
#side-nav > .wrap .nav-content:nth-child(4) ul > li.active > a small {
	color: #5da9dd;
}

#side-nav > .wrap .nav-content ul .li a.active > span,
#side-nav > .wrap .nav-content ul .li a.hover > span,
#side-nav > .wrap .nav-content ul .li a:hover > small {
	color: #357ad8;
}

.pc_nav .nav-content:nth-child(1) li:active a span,
.pc_nav .nav-content:nth-child(1) li:hover a span {
	color: #8dc63e;
}

.pc_nav .nav-content:nth-child(2) li:active a span,
.pc_nav .nav-content:nth-child(2) li:hover a span {
	color: #8781bd;
}



.pc_nav .nav-content:nth-child(3) li:hover a span {
	color: #f7931d;
}

.pc_nav .nav-content:nth-child(4) li:hover a span {
	color: #5da9dd;
}


#side-nav > .wrap .btn-wrap {
	border-top: 1px solid #e5e5e5;
	padding-top: 50px;
	margin-left: 30px;
}

#side-nav > .wrap .btn-wrap > .row {
	margin: 0;
}

#side-nav > .wrap .btn-x {
	position: relative;
	display: inline-block;
	width: 175px;
	height: 48px;
	line-height: 40px;
	padding: 3px 20px;
	margin-right: 15px;
	background-color: #eeeeee;
	border: 1px solid #e5e5e5;
	color: #000;
	cursor: pointer;
}

#side-nav > .wrap .btn-x ul {
	display: none;
	width: 175px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #eee;
	left: -1px;
	bottom: 46px;
	margin: 0;
}

#side-nav > .wrap .btn-x.open ul {
	display: block;
}

#side-nav > .wrap .btn-x ul > li > a {
	display: block;
	padding: 4px 10px;
	color: #222;
	transition: background-color .3s, color .3s;
}

#side-nav > .wrap .btn-x ul > li:hover > a {
	background-color: #90c2dd;
	color: #fff;
}

#side-nav > .wrap .btn-x.btn-newsstand:after {
	display: block;
	content: '';
	border-left: 6px solid #363636;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: 10px;
	top: 45%;
	margin-top: -5px;
}

#side-nav > .wrap .btn-x.btn-prev:after {
	display: block;
	content: '';
	border-left: 5px solid #000;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
}

body.nav-open {
	overflow: hidden;
	font-family: "nanum-square-r", "Malgun Gothic", "sans-serif";
}

body.nav-open #side-nav {
	display: block;

}

body.nav-open #side-nav:before {
	display: block;
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
}

body.nav-open #side-nav > .wrap {
	right: 0;
}





.article-list a .text-wrapper {
	overflow: hidden;
	position: absolute;
	bottom: 60%;
	left: 0%;
	width: 100%;
	text-align: center;
	transition: all 0.3s;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-weight: 500;
}

.article-list a .text-wrapper .title {
	position: relative;
	font-size: 20px;
	color: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: auto;
	font-weight: bold;
	line-height: 1.3;
	/*display: inline-block;*/
	display: block;
	text-align: left;
	padding: 10px 0 0;
	white-space: nowrap;
}

.article-list a .text-wrapper .desc {
	font-size: 18px;
	line-height: 24px;
}

.article-list a .text-wrapper .desc::before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: white;
	display: block;
	margin: 0;
	opacity: 0;
	transition: opacity 0.3s, margin 0.3s 0.3s;
}

.article-list a .text-wrapper .desc::before {
	/*opacity: 1;*/
	/*margin-top: 10px;*/
	/*margin-bottom: 10px;*/
	/*transition: margin 0.1s, opacity 0.3s 0.3s;*/
}

.article-list a .text-wrapper .desc {
	box-sizing: border-box;
	width: 100%;
	display: block;
	position: relative;
	left: 0;
	/* font-size: 14px; */
	color: #fff;
	margin-bottom: -10px;
	height: 40px;
	max-height: 0;
	white-space: nowrap;
	transition: max-height 0.6s;
	z-index: 9;
	word-break: keep-all;
}

.article-list a:hover .text-wrapper .desc {
	max-height: 100px;
	transition: max-height 0.8s;
}



@media screen and (max-width:767px) {

	.mo_nav .nav-content:nth-child(1) li:active a span,
	.mo_nav .nav-content:nth-child(1) li:hover a span {
		color: #8dc63e;
	}


	.mo_nav .nav-content:nth-child(3) li:active a span,
	.mo_nav .nav-content:nth-child(3) li:hover a span {
		color: #f7931d;
	}

	.ptn_common {
		background-image: url(../img/contents/ptn_bu.png);
		background-repeat: repeat;

	}


	.mobackwithe {
		background-color: #ffffff;
	}


	body {
		/* padding-top: 64px; */
	}

	.container {
		/* padding: 0 10px; */
	}

	header {
		height: 64px;
	}

	header h1 {
		left: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
	}



	header .main1 > a {
		height: 57px;
		padding-left: 120px;
		background-size: auto 33px;
	}

	header .main .vol {
		line-height: 14px;
		font-size: 13px;
		color: #000;
		font-weight: 500;
		padding-top: 25px;
		margin-left: -10px;
	}

	header .main1 .vol {
		line-height: 14px;
		font-size: 13px;
		color: #000;
		font-weight: 500;
		padding-top: 25px;
		margin-left: -10px;
	}

	header .main .vol small {
		font-size: 11px;
		color: #000;
	}


	header .story > a {
		height: 30px;
		width: 40px;
		padding-left: 40px;
		margin-left: 20px;
		margin-top: 5px;
		background-size: auto 21px;
	}

	header .story .vol {
		line-height: 14px;
		padding-top: 0px;
		font-size: 12pt;
		color: #000;
		font-weight: 500;
		padding-left: 10px;
	}

	header .sub .only-logo {}

	header .sub .only-logo > a {
		background-size: 78px 33px;
		margin-top: 10px;
		background-image: url(../img/common/logo_mobile.png);
		height: 39px;

	}

	header .sub .only-logo .vol {
		display: none;

	}

	header .head {
		/*display: flex;*/
		/*justify-content: center;*/
		/*align-items: center;*/
		/*height: 64px;*/
	}

	header .title {
		padding-top: 22px;
		font-weight: 600;
	}

	header .cover-nav {
		display: none;
	}

	header .btn-toggle-nav {
		top: 25%;
		right: 0;
	}



	#side-nav > .wrap {
		width: 85%;
		padding-top: 20px;
	}

	#side-nav > .wrap .nav-content {
		margin-bottom: 30px;
		display: block;

	}

	#side-nav > .wrap .logo {
		margin-left: 15px;
		/* padding-left: 163px; */
		background-size: contain;
		height: 55px;
		/* margin-right: 15px; */
		margin-top: 12px;

		margin: 12px 0 40px 17px;
		padding-left: 150px;
		padding-top: 3px;

		background-image: url(../img/common/logo_side.png);

		background-position: left center;
		background-repeat: no-repeat;

	}

	#side-nav > .wrap .logo .vol h1,
	#side-nav > .wrap .logo .vol h2 {
		font-size: 13px;
		margin-top: 5px;
	}

	#side-nav > .wrap .btn-toggle-nav-close {
		right: 80%;
		top: 23px;
		display: none;
	}

	#side-nav > .wrap .nav-content ul > li > a span {
		display: block;
		font-size: 19px;
		background-color: transparent;
		transition: color .3s;
		/* margin-top: 6px; */
		margin-bottom: 4px;
		letter-spacing: -0.00em;
		font-family: "Paperlogy5", "Malgun Gothic", "sans-serif";
		border-radius: 0px;
		font-weight: normal;
	}






	#side-nav > .wrap .nav-content h3 {
		margin: 0 0 7px 17px;
		padding-bottom: 0px;
		color: #3e3e3e;
		font-family: "Paperlogy7", "Malgun Gothic", "sans-serif";
		font-size: 24px;
		border-bottom: 0px solid #8dc63e;
	}

	#side-nav > .wrap .nav-content ul > li > a {
		padding-left: 20px;

	}

	#side-nav > .wrap .btn-wrap {}

	#side-nav > .wrap .btn-x {
		margin: 6px 0;
	}
}

@media screen and (max-width:1500px) {
	footer .wrapper_footer .footer_mo {
		display: block !important;
	}

	section,
	#include-header,
	#include-footer {
		width: 100%;
	}

	.container {
		margin: 0;
		width: auto;
	}

	header {
		width: 100%;
		position: fixed !important;
	}

	header.page {
		width: 100%;
		position: relative !important;
	}

	header h1 .vol {
		display: block;
		font-size: 19pt;
		font-weight: 500;
		line-height: 19px;
		color: #000;
		padding-top: 40px;
		font-family: "s-core", "Malgun Gothic", "sans-serif";
	}

	section.theme {
		padding: 0 10px;
		padding-top: 0px !important;
	}

	section.theme .container .col-sm-6.m {
		padding: 0 0px;
	}

	.top-title {
		/* display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		top: 17px;
		font-size: 17pt;
		width: 100vw; */
	}

	.top-title.main {
		        position: fixed;
        top: 20px;
        z-index: 999;
        pointer-events: none;
        display: flex;
        justify-content: left;
        align-items: center;
        background: rgba(255, 255, 255, 0);
        left: 52%;
        transform: translateX(-50%);
    }
	

	.top-title.main img {
		width: 30%;
	}

	.top-title2.main {
		display: none;
	}

	.top-title.section2 {
		top: 84px;
	}

	.top-title2.section2 {
		top: 84px;
	}

	.top-title.section2 > h1 {
		font-size: 10px;
		line-height: 11pt;
	}

	.top-title.section2 > h2 {
		font-size: 17px;
		color: red;
		margin: 0;
	}
}

.wrapper_menu {
	width: 1480px;
	margin: 0 auto;
}

@media screen and (max-width:1500px) {

    header nav > ul > li:nth-child(1) {
        display: none;
    }

	.wrapper {
		width: 89%;
		padding: 0 30px;
	}

	.wrapper_menu {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}

	.wrapper_footer {
		width: 80%;
		margin: 0 auto;
	}

	@media screen and (max-width:1600px) {


		footer .wrapper_footer {
			width: 95%;
			margin: 0 auto;
		}

		footer .wrapper_footer .footer_pc .footer_left .footer_left_bottom {
			margin-left: 0;
			font-size: 12px;
			line-height: 1.4;
		}
	}


	@media screen and (max-width:1300px) {
		.wrapper {
			width: 850px;
			padding: 0 30px;
		}

		header h1 {
			left: 1.5rem !important;
		}
	}



	@media screen and (min-width:950px) {
		header .btn-toggle-nav {
			display: block;
		}

		.sec_con_wrap .sec_tit_mo {
			display: none;
		}

		/* header h1 {display: none;} */
	}

	@media screen and (min-width:1200px) {
		header .btn-toggle-nav {
			display: none;
		}


		/* header h1 {display: none;} */
	}


	@media screen and (max-width:1200px) {

		p {

			font-size: 18px;
			letter-spacing: -0.02em;

		}

		header nav > ul {
			display: flex;
		}
	}

	@media screen and (max-width:950px) {
		.wrapper {
			width: 720px;
			padding: 0 30px;
			box-sizing: border-box;
		}

		header nav > ul {
			display: flex;
		}

		footer .wrapper_footer .footer_pc .footer_left .footer_left_bottom {
			font-size: 10px;
			line-height: 1.6;
		}

	}



	@media screen and (max-width:767px) {
		html {
			font-size: 10px;
		}
		
		.top-title.main img {
		width: 65%;
	}
	}

	@media screen and (max-width:750px) {
		.wrapper {
			width: 443px;
			padding: 0 15px;
		}

		.wrapper_menu {
			width: 100%;
			padding: 0 15px;
		}

		footer .wrapper_footer {
			width: 100% padding: 0 15px;
		}

		footer .wrapper_footer .footer_pc {
			display: none;
		}
	}

	@media screen and (max-width:480px) {
		.wrapper {
			width: 360px;
			padding: 0 15px;
		}
	}

	@media screen and (max-width:767px) {
		html {
			font-size: 10px;
		}
	}
