@import url('font.css');


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

.volArea .volNum {
    font-family: "s-core", "Malgun Gothic", "sans-serif";
    font-size: 18px;
    font-weight: 500;
    color: #a5a5a5;
	letter-spacing: -0.00em;
}

.ptn2 {
	background-image: url(../img/common/what-the-hex_50.png);
	background-repeat: repeat;
}



/* Bootstrap */

.container {
	margin: 0 auto;


}

.tooltip {}

.tooltip > .tooltip-inner {
	background-color: #ffffff;
	color: #1a1a1a;
	border-radius: 0;
	padding: 3px 5px;
	font-size: 1.27em;
	letter-spacing: -0.04em;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	margin-bottom: 10px;
	white-space: nowrap;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #ffffff;
	margin-bottom: 10px;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #7c7c7c;
	margin-bottom: 10px;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #7c7c7c;
	margin-bottom: 10px;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #7c7c7c;
	margin-bottom: 10px;
}

/* Etc */

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-image: url(../img/common/goto_top.png);
	background-size: 68px 68px;
}


img {
	max-width: 100%;
}

body {
	font-family: "NanumSquareNeo", "Malgun Gothic", "sans-serif";
	padding-top: 80px;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin: 0;
    font-size: 1.8em;
    line-height: 1.72em;
    text-align: justify;
	color: #000000;
}


header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 40px;
	height: 80px;
	z-index: 500;
	background: rgba(255, 255, 255, .95);
	display: flex;
	justify-content: center;
}

header > div {
	position: relative;
	padding: 0;
	width: 1550px
}




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

header h1 > main {}

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

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

header h1 .vol {
	display: none;
}

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: 40px;
	list-style-type: none;
	margin-top: 48px;
	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: 600;
	padding: 0 36px;
	color: #595a5c;
	font-size: 20px;
	cursor: pointer;
}

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: 40px;
	height: 24px;
	background-image: url('../img/common/btn_nav.png');
	position: absolute;
	right: 0px;
	top: 27px;
	cursor: pointer;
}

.top-title {
	position: fixed;
	z-index: 501;
	top: 19px;
	width: 100%;
	font-size: 1.35em;
	font-weight: 500;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	color: #000;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-title.story1 {
	flex-direction: column;
	top: 27px;
}


.top-title.story1 > h1 {
	margin: 0;
	font-family: "YeongdeokHaeparang", "s-core", "Malgun Gothic", "sans-serif";
	font-size: 1.1em;
	font-weight: 500;
}

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

#side-nav > .wrap .btn-toggle-nav-close {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background-image: url('../img/common/btn_nav_close.png');
	cursor: pointer;
}

#side-nav > .wrap .logo {
	margin: 0 0 22px 27px;
	padding-left: 207px;
	padding-top: 8px;
	height: 50px;
	background-image: url(../img/common/logo1.png);
	background-size: auto 50px;
	background-position: left center;
	background-repeat: no-repeat;
}

#side-nav > .wrap .logo .vol {
	font-size: 0.97em;
	color: #ffffff;
	font-weight: 500;
	display: block;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	line-height: 1.3em;
	letter-spacing: -0.01em;
}


#side-nav > .wrap .nav-content {
	margin-bottom: 45px;
}

#side-nav > .wrap .nav-content h3 {
	margin: 0 0 22px 32px;
	padding-bottom: 10px;
	color: #000;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-weight: 600;
	font-size: 16pt;
	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: 8px 0 8px 32px;
	color: #ffffff;
	background-color: ##a1cf77;
	transition: background-color .3s;
}

#side-nav > .wrap .nav-content ul > li.active > a,
#side-nav > .wrap .nav-content ul > li:hover > a {
	background-color: #ffffff;
}

#side-nav > .wrap .nav-content ul > li > a small {
	display: inline-block;
	color: #9ab952;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-weight: 600;
	font-size: 14pt;
	padding-bottom: 1px;
}

#side-nav > .wrap .nav-content ul > li > a span {
	display: block;
	color: #ffffff;
	font-size: 1.23em;
	font-weight: 400;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	letter-spacing: -0.01em;
}

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

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

#side-nav > .wrap .btn-wrap {
	padding-left: 30px;
}

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

#side-nav > .wrap .btn-x {
	position: relative;
	display: inline-block;
	width: 295px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	margin-right: 15px;
	position: relative;
	background-color: #ffffff;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
}

#side-nav > .wrap .btn-x ul {
	display: none;
	width: 100%;
	padding: 0;
	list-style-type: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #eee;
	left: 0;
	bottom: 40px;
	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: #000000;
	transition: background-color .5s, color .5s;
	letter-spacing: -0.02em;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

#side-nav > .wrap .btn-x ul > li:hover > a {
	background-color: #989898;
	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: 50%;
	margin-top: -5px;
}

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

body.nav-open {
	overflow: hidden;
	font-family: "NanumSquareNeo", "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;
}

footer {
	padding: 35px 0;
    background-color: #a58368;
    border-top: 1px solid #755135;
}

footer .wrap.m {
	display: none;
}

footer .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1450px;
	margin: 0 auto;
}

footer .wrap .info {
	display: flex;
	align-items: center;
}

footer .wrap .info .data {
	font-size: 15px;
	line-height: 1.5em;
	color: #ffffff;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-weight: 300;
	padding-left: 34px;
	letter-spacing: -0.03em;
}

footer .wrap .sns {
	position: relative;
	margin-left: 280px;
}

/*
footer .wrap .sns > a {
	margin-left: 15px;
}

footer .wrap .sns > a.pdf {
	margin-left: 71px;
}
*/

footer .wrap .prev {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #6ca57c;
}

footer .wrap .prev:after {
	display: block;
	content: '';
	border-bottom: 5px solid #797979;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	right: 15px;
	top: 45%;
}

footer .wrap .prev .selectPrev {
	width: 160px;
	height: 46px;
	position: relative;
	padding: 7px 36px 8px 16px;
	border: 0;
	background-color: transparent;
	color: #797979;
	appearance: none;
	-webkit-appearance: none;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
	font-size: 0.9em;
	outline: none;
	font-weight: 400;
	cursor: pointer;
}

footer .wrap .prev .selectPrev ul {
	display: none;
	width: 162px;
	padding: 0;
	list-style-type: none;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	left: -1px;
	bottom: 45px;
	margin: 0;
}

footer .wrap .prev .selectPrev.open ul {
	display: block;
}

footer .wrap .prev .selectPrev ul > li > a {
	display: block;
	padding: 4px 10px;
	color: #797979;
	transition: background-color .5s, color .5s;
	letter-spacing: -0.02em;
}

footer .wrap .prev .selectPrev ul > li:hover > a {
	background-color: #333;
	color: #fff;
}

.article-list a h4 .text-wrapper {
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: left;
	transition: all 0.3s;
	font-family: "s-core", "Malgun Gothic", "sans-serif";
}

.article-list a h4 .text-wrapper .title {
	position: relative;

	font-size: 21px;
	color: #fff;
	width: 100%;
	bottom: 0;
	left: 0;
	letter-spacing: -0.02em;
	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 {
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    font-size: 14px;
    color: #fff;
    margin-bottom: -8%;
    height: 40px;
    max-height: 0;
    white-space: nowrap;
    transition: max-height 0.6s;
    z-index: 9;
    word-break: keep-all;
}*/

.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: 30px;
	max-height: 0;
	white-space: nowrap;
	transition: max-height 0.4s;
	font-weight: 400;
	z-index: 9;
	word-break: keep-all;
	letter-spacing: -0.03em;
}

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




@media screen and (max-width:1500px) {
	
	
	body {
	font-family: "NanumSquareNeo", "Malgun Gothic", "sans-serif";
        padding-top: 80px;
        font-weight: 300;
        letter-spacing: -0.05em;
        margin: 0;
        font-size: 1.75em;
        line-height: 1.78em;
        text-align: justify;
}

	footer {
		padding: 30px 0 20px 0;

	}


	#side-nav > .wrap .btn-toggle-nav-close {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 30px;
		top: 30px;
		background-image: url(../img/common/btn_nav_close.png);
		cursor: pointer;
	}

	#side-nav > .wrap {
		position: fixed;
		width: 30%;
		height: 100%;
		right: -40%;
		top: 0;
		
		animation-delay: 1s;
		transition: right .5s;
		z-index: 1000;
		padding: 60px 0 50px 0;
		overflow-y: scroll;
		font-size: 0.85em;
		font-family: "s-core", "Malgun Gothic", "sans-serif";
	}



	#side-nav > .wrap .nav-content {
		margin-bottom: 25px;
	}

	#side-nav > .wrap .logo .vol {
		font-size: 0.90em;
		color: #ffffff;
		font-weight: 500;
		display: block;
		font-family: "s-core", "Malgun Gothic", "sans-serif";
		line-height: 1.3em;
		letter-spacing: -0.01em;
	}

	.side-m {
		margin-left: 25px !important;
		line-height: 1.5em;
			
	}

	#side-nav > .wrap .logo {
		margin: 0 0 15px 27px;
		padding-left: 138px;
		padding-top: 0px;
		height: 50px;
		background-image: url(../img/common/logo1.png);
		background-size: auto 50px;
		background-position: left center;
		background-repeat: no-repeat;
	}

	#side-nav > .wrap .nav-content ul > li > a {
		display: block;
		padding: 7px 0 5px 5px;
		color: #141414;
		/*background-color: #86ba95;*/
		transition: background-color .3s;
	}

	#side-nav > .wrap .nav-content ul > li > a span {
		display: block;
		color: #ffffff;
		font-size: 1.2em;
		font-weight: 400;
		font-family: "s-core", "Malgun Gothic", "sans-serif";
		letter-spacing: -0.01em;
	}

	header .btn-toggle-nav {
		display: block;
		width: 33px;
		height: 20px;
		background-image: url('../img/common/btn_nav_m.png');
		position: absolute;
		right: 0px;
		top: 41px;
	}

	.article-list a .hvr-float .text-wrapper .title {
		position: relative;
		font-size: 1.02em;
		color: #fff;
		width: 100%;
		margin-bottom: 0px;
		left: 0;
		z-index: 0;
		height: auto;
		font-weight: 600;
		line-height: 1.0em;
		/* display: inline-block; */
		display: block;
		text-align: left;
		padding: 0px 0 0;
		white-space: nowrap;
		font-family: "s-core", "Malgun Gothic", "sans-serif";
	}
	
	
	.article-list a .hvr-rotate .text-wrapper .title {
		position: relative;
		font-size: 1.02em;
		color: #fff;
		width: 100%;
		margin-bottom: 0px;
		left: 0;
		z-index: 0;
		height: auto;
		font-weight: 600;
		line-height: 1.0em;
		/* display: inline-block; */
		display: block;
		text-align: left;
		padding: 0px 0 0;
		white-space: nowrap;
		font-family: "s-core", "Malgun Gothic", "sans-serif";
	}

	body {
		padding-top: 50px;
	}

	.container {
		padding: 0 10px;
	}

	header {
		height: 50px;
		padding: 0 5px;
	}

	header h1.story {
		left: 5px;
		margin-top: 3px;
	}

	header h1.main {
		left: 5px;
		margin-top: 19px;
	}


	header h1.main > a {
		height: 47px;
		width: 169px;
		padding-left: 160px;
		background-size: auto 25px;
		background-image: url(../img/common/logom.png);
		background-repeat: no-repeat;
	}

	header h1.main .vol {
		line-height: 14px;
		padding-top: 23px;
		font-size: 15pt;
		color: #000;
		font-weight: 500;
		padding-left: 60px;
	}

	header h1.story > a {
		height: 30px;
		width: 50px;
		padding-left: 40px;
		margin-left: 0px;
		margin-top: 7px;
		background-size: auto 20px;
	}

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

	header h1.only-logo {
		width: 33px;
	}

	header h1.only-logo > a {
		padding-left: 0;
		background-image: url('../img/common/logo_mobile.png');
	}

	header h1.only-logo .vol {
		display: none;
	}

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

	header .cover-nav {
		display: none;
	}

	header .btn-toggle-nav {
		right: 7px;
		top: 28%;
	}

	footer .wrap {
		flex-wrap: wrap;
	}

	footer .wrap .info {
		flex-wrap: wrap;
	}

	footer .wrap .info .logo {
		width: 88%;
		text-align: center;
		margin-bottom: 15px;
	}

	footer .wrap .info .data {
		text-align: center;
		line-height: 25px;
		margin-bottom: 0px;
		padding-left: 0;
		font-size: 0.9em;
	}

	footer .wrap .prev {
		margin: 0 auto;
		text-align: center;
	}

	footer .wrap .prev select {
		padding: 10px 36px 10px 16px;
		margin: 0 auto;
	}

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

	#side-nav > .wrap .logo {
		margin-left: 25px;
		height: 33px;
		background-size: auto 33px;
	}

	#side-nav > .wrap .btn-toggle-nav-close {
		right: 22px;
		top: 16px;
	}

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

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

	#side-nav > .wrap .btn-wrap {
		padding: 0 26px;
		display: flex;
		flex-direction: column-reverse;
	}

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

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



	.container {
		padding: 0 13px
	}

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
	}



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

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

	.top-title {
		top: 17px;
		font-size: 17pt;
	}

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

	.top-title.story1 {
		top: 16px;
	}

	.top-title.story1 > small {
		font-size: 9.5pt;
		line-height: 11pt;
	}

	.top-title.story1 > h1 {
		margin: 0;
		font-size: 0.93em;
		margin-top: 0px;
	}


	footer .wrap {
		display: none;
		width: 100%;
	}

	footer .wrap.m {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	footer .wrap.m > .info {
		display: flex;
		justify-content: center;
	}

	footer .wrap.m .sns {
		margin: 0;
	}

	footer .wrap.m .sns > a.pdf {
		display: none;
	}

	footer .wrap.m .prev {
		margin: 20px 0;
	}

	footer .wrap .sns > a:first-child {
		margin-right: 0px;
	}
}

@media screen and (max-width:1200px) {
	footer .wrap {
		display: none;
	}

	footer .wrap.m {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	footer .wrap.m > .info {
		display: flex;
		justify-content: center;
	}

	footer .wrap.m .sns {
		margin: 0;
	}

	footer .wrap.m .sns > a.pdf {
		display: none;
	}

	footer .wrap.m .prev {
		margin: 20px 0;
	}

	footer .wrap .sns > a:first-child {
		margin-right: 0px;
	}
}
