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

.volArea {
   position: fixed;
    left: -110px;
    bottom: 45%;
    transform: rotate(-90deg);
    z-index: 2;
}

.volArea .volNum {
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    font-size: 19px;
    font-weight: 500;
    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;
}


.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: "nanum-square-r";
}

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

a.top {
	position: fixed;
	right: 2%;
	bottom: 100px;
	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;

}


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;
	background: #feb811;
}


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: #f7941d;
}
header nav > ul > li:nth-child(3) > ul > li {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: .5s;
	background: #7670b4;
}

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 {
	background: #feb811;
	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: #f7941d;
}
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: #7670b4;
}
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 #d7f3b1;
}


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

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

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-weight: 500;
	font-size: 20px;
	letter-spacing: -0.05em;
	transition: .7s;
	border-bottom: 1px solid #fff0;
}





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;
}





/* 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:last-child {
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-right: 10px;
}

header nav > ul > li:last-child:hover {
	background: #fff0;
}

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

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

header nav > ul > li:last-child 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:last-child .sns.on img:nth-child(1) {
	opacity: 0;
}

header nav > ul > li:last-child .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;
	left: -55px;
	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: 65px 0;
}

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: 10px;
	font-size: 16px;
	letter-spacing: -0.5px;
	color: #a1a1a1;
}

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

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

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

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;
}

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

footer .wrapper_footer .footer_mo .footer_bottom ul.footer_sns {
	display: flex;
	justify-content: space-between;
	padding: 0 50.5px;
	margin-top: 45px;
}

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

footer .wrapper_footer .footer_mo .footer_bottom ul.footer_sns li:last-child {
	margin-left: 0;
}

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: 13px;
	padding: 15px 0 35px;
	letter-spacing: -0.4px;
	line-height: 1.5;
}

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

@media screen and (max-width:767px) {
	
	footer .footer_wa {
		margin-top: 10%;
		margin-left: 30%;
		margin-right: 30%;
	}
	
	footer .wrapper_footer .footer_mo .footer_bottom .footer_logo {
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
}

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

	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: 35px;
	height: 20px;
	background-image: url('../img/common/btn_nav.png');
	background-size: contain;
	position: absolute;
	right: 1.5rem;
	top: 30px;
	cursor: pointer;
}



.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.4);
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}

.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.4);
	left: 50%;
	transform: translateX(-50%);
	border-radius: 5px;
}

.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.4);
	left: 33%;
	transform: translateX(-50%);
	border-radius: 5px;
}





#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: 600px;
	height: 100%;
	right: -600px;
	top: 0;
	background-color: #fff;
	animation-delay: 1s;
	transition: right .3s;
	z-index: 1000;
	padding: 60px 0 60px 0;
	overflow-y: scroll;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

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

	width: 30px;
	height: 30px;
	position: absolute;
	right: 12px;
	top: 19px;
	background-image: url('../img/common/btn_nav_close.png');
	cursor: pointer;
}

#side-nav > .wrap .logo {
	margin: 0 0 30px 32px;
	padding-left: 150px;
	padding-top: 3px;
	height: 45px;
	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) {

	.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: 5px;
	}

	.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;
}

#side-nav > .wrap .nav-content h3 {
	margin: 0 0 7px 32px;
    padding-bottom: 10px;
    color: #3e3e3e;
    font-family: "GamtanRoadTantanTTF", "Malgun Gothic", "sans-serif";
    font-weight: 400;
    font-size: 25px;
    border-bottom: 1px solid #e5e5e5;
}


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

#side-nav > .wrap .nav-content ul > li > a {
	display: block;
	padding: 5px 0 5px 32px;
	color: #141414;
	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: 17px;
	font-weight: 400;
	background-color: transparent;
	color: #000;
	transition: color .3s;
	margin-top: 8px;
	margin-bottom: 5px;
	letter-spacing: -0.05em;
}

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

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





#side-nav > .wrap .nav-content:nth-child(2) ul > li.active > a,
#side-nav > .wrap .nav-content:nth-child(2) ul > li:hover > a {
	background-color: #feb811;
	color: #fff;
}


#side-nav > .wrap .nav-content:nth-child(3) ul > li.active > a,
#side-nav > .wrap .nav-content:nth-child(3) ul > li:hover > a {
	background-color: #8dc63e;
	color: #fff;
}

#side-nav > .wrap .nav-content:nth-child(4) ul > li.active > a,
#side-nav > .wrap .nav-content:nth-child(4) ul > li:hover > a {
	background-color: #f7931d;
	color: #fff;
}

#side-nav > .wrap .nav-content:nth-child(5) ul > li.active > a,
#side-nav > .wrap .nav-content:nth-child(5) ul > li:hover > a {
	background-color: #756fb3;
	color: #fff;
}

#side-nav > .wrap .nav-content:nth-child(6) ul > li.active > a,
#side-nav > .wrap .nav-content:nth-child(6) ul > li:hover > a {
	background-color: #5da9dd;
	color: #fff;
}




#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: 500;
}

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) {
	
	.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 .main > a {
		height: 64px;
		padding-left: 270px;
		background-size: contain;
	}

	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: 53%;
		margin-top: -12px;
	}



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

	#side-nav > .wrap .logo {
		margin-left: 20px;
		padding-left: 150px;
		background-size: contain;
		height: 82px;
		margin-right: 15px;
	}

	#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;
	}

	#side-nav > .wrap .nav-content h3 {
		margin-left: 20px;
	}

	#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:767px) {

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

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

	header {
		width: 100%;
	}

	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;
	}

	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 {
		display: none;
	}

	.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;
	}


}

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


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

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

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

@media screen and (max-width:1600px) {
	.wrapper {
		width: 1580px;
	}

	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 (min-width:1300px) {}

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

	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) {

	header nav > ul {
		display: none;
	}
}

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

	header nav > ul {
		display: none;
	}

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

}

@media screen and (min-width:750px) {
	footer .wrapper_footer .footer_mo {
		display: none;
	}
}

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

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

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

	footer .wrapper_footer {
		width: 360px;
		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;
	}
}
