@charset "UTF-8";
@import url("slick.css");

/* NotoSansKR (korean) http://www.google.com/fonts/earlyaccess */

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 100;
	src: url("../../fonts/NotoSansKR-Thin.woff2") format('woff2'), url("../../fonts/NotoSansKR-Thin.woff") format('woff'), url("../../fonts/NotoSansKR-Thin.otf") format('opentype');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 300;
	src: url("../../fonts/NotoSansKR-Light.woff2") format('woff2'), url("../../fonts/NotoSansKR-Light.woff") format('woff'), url("../../fonts/NotoSansKR-Light.otf") format('opentype');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 400;
	src: url("../../fonts/NotoSansKR-Regular.woff2") format('woff2'), url("../../fonts/NotoSansKR-Regular.woff") format('woff'), url("../../fonts/NotoSansKR-Regular.otf") format('opentype');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 500;
	src: url("../../fonts/NotoSansKR-Medium.woff2") format('woff2'), url("../../fonts/NotoSansKR-Medium.woff") format('woff'), url("../../fonts/NotoSansKR-Medium.otf") format('opentype');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 700;
	src: url("../../fonts/NotoSansKR-Bold.woff2") format('woff2'), url("../../fonts/NotoSansKR-Bold.woff") format('woff'), url("../../fonts/NotoSansKR-Bold.otf") format('opentype');
}

@font-face {
	font-family: 'NotoSansKR';
	font-style: normal;
	font-weight: 900;
	src: url("../../fonts/NotoSansKR-Black.woff2") format('woff2'), url("../../fonts/NotoSansKR-Black.woff") format('woff'), url("../../fonts/NotoSansKR-Black.otf") format('opentype');
}

/* Tag Standard ***********************************************************************/

/* reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, "NotoSansKR", apple SD gothic neo, "돋움", dotum, sans-serif;
	background: transparent;
	-webkit-text-size-adjust: none;
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	font-size: 10px;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-weight: 400;
	font-size: 1.6rem;
	color: #000;
	line-height: 1.6;
}
label {
	vertical-align: middle;
	font-weight: 500;
}
address,
em {
	font-style: normal;
}
i,
em,
u,
cite {
	font-style: normal;
}
strong,
b,
th {
	font-weight: 500;
}
fieldset,
img {
	border: 0;
	vertical-align: middle;
}
img {
	max-width: 100%;
	width: auto;
}
caption,
legend {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
ul,
ol,
dl,
dt,
dd,
li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	font-size: 100%;
}
input,
textarea,
select {
	border: 0;
	color: #000;
	vertical-align: middle;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

a {
	font-size: 1.6rem;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input,
select,
textarea {
	color: #000;
	vertical-align: middle;
}
button {
	cursor: pointer;
	outline: none;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	vertical-align: middle;
}
button::-moz-focus-inner {
	margin: 0;
	padding: 0;
	border: 0;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
	border: 0;
}
button:focus {
	outline: .1rem dotted #000;
}
figcaption {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
legend {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8rem;
	border: .1rem solid #dbdbdb;
	font-size: 1.6rem;
	line-height: 2.6rem;
	overflow-y: auto;
	resize: none;
	color: #000;
}
table {
	width: 100%;
	table-layout: fixed;
}
table th {
	font-weight: 400;
	vertical-align: middle;
}
table td {
	font-weight: 300;
	vertical-align: middle;
}
table,
th,
td {
	border-spacing: 0;
	border-collapse: collapse;
	word-wrap: break-word;
}
input {
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	color: #000;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-size: 1.6rem;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
} /* input number 기본 버튼 reset*/
input[type="text"]::-ms-clear {
	display: none;
}
input[disabled],
input[readonly],
textarea[readonly] {
	background: #fafafa;
}

*::-webkit-input-placeholder {
	color: #888 !important;
}
*:-moz-placeholder {
	color: #888 !important;
}
*::-moz-placeholder {
	color: #888 !important;
}
*:-ms-input-placeholder {
	color: #888 !important;
}
.wrap {
	width: 100%;
}
.container {
	background: #f5f5f5;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #f5f5f5;
	padding-bottom: 3rem;
}
.header.fixed {
	background: rgba(255, 255, 255, 0.95);
	transition: all ease 0.3s 0s;
}
.header.fixed .logo_box {
	background-image: url("../images/logo_fixed.png");
}
.header .ly_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.header .ly_inner:after {
	content: "";
	display: block;
	clear: both;
}
.header .logo_box {
	float: left;
	display: block;
	width: 14.4rem;
	height: 1.6rem;
	background-image: url("../images/logo_fixed.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.header .logo_box a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.gnb {
	margin-left: auto;
}
.gnb ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.gnb ul li {
	margin-left: 1.6rem;
}
.top_link_menu {
	display: none;
}
.info_txt_wrap {
	margin: 4rem 0 6rem;
	text-align: center;
}
.info_txt_wrap .txt_img {
	margin-bottom: 2rem;
}
.section {
	overflow: hidden;
}
.section:after {
	content: "";
	display: block;
	clear: both;
}
.section + .section {
	margin-top: 2.4rem;
}
.section:last-child {
	margin-bottom: 18rem;
}
.section .history_list:first-child .history_img {
	margin-top: 7rem;
}
.history_wrap {
	position: relative;
}
.history_wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: .1rem;
	height: 100%;
	background: #aaaaaa;
}
.history_list {
	margin-top: 2.4rem;
	text-align: right;
}
.history_list:first-child {
	margin-top: 0;
}
.history_list.right_box {
	text-align: left;
}
.history_list:after {
	content: "";
	display: block;
	clear: both;
}
.history_list .history_txt .txt_box + .txt_box {
	margin-top: 3.7rem;
}
.history_list .history_img {
	width: calc(100% - 7.4rem);
	margin-top: 1.6rem;
}

.history_list .date_box {
	font-size: 7rem;
	margin-bottom: 2.5rem;
}
.history_list .date_box strong {
	display: block;
	margin-bottom: 3rem;
	line-height: 1;
}
.history_list .year_txt {
	color: #eb0029;
	font-family: "NanumSquare";
	font-weight: bold;
}
.history_list .month_txt {
	position: relative;
	color: #575757;
	font-family: "NanumSquare";
	font-weight: 300;
}
.history_list .month_txt:after {
	content: "";
	position: absolute;
	display: block;
	right: -2.6rem;
	top: 50%;
	width: .3rem;
	height: 3.5rem;
	margin-top: -1.7rem;
	background: #8f9092;
}
.history_list .month_txt:before {
	content: "";
	position: absolute;
	display: block;
	right: -2.1rem;
	top: 50%;
	width: .6rem;
	height: 1.1rem;
	margin-top: -.6rem;
	background: url("../images/bg_history_arrow.png") no-repeat 0 0;
}
.history_list .month_txt .sm_txt {
	font-size: 3rem;
	font-family: "NanumSquare";
}
.history_list .slick-slide img {
	display: inline-block;
}
.history_list .img_list {
	text-align: right;
}
.history_list.right_box .month_txt:after {
	right: inherit;
	left: -2.5rem;
}
.history_list.right_box .month_txt:before {
	right: inherit;
	left: -2rem;
	background-position: -1.1rem 0;
}
.history_list .list_tit {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: -1.5px;
}
.history_list .list_tit span {
	display: block;
	font-size: 1.7rem;
	font-weight: normal;
}
.bullet li p {
	display: inline-block;
	text-indent: -.8rem;
	margin-left: .8rem;
}
#arrow_box {
	position: fixed;
	z-index: 999;
	bottom: 5rem;
	right: 5rem;
}
.moving {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.moving2 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.moving3 {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.moving4 {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#top_link {
	z-index: 999;
}
#top_link ul:after {
	content: "";
	display: block;
	clear: both;
}
#top_link li {
	float: left;
	margin: 2rem 0 0 0;
}
#top_link li a {
	width: 1.9rem;
	height: 1.9rem;
	display: inline-block;
	background: url("../images/main/mouse_off.png") no-repeat center top;
	font-size: 0;
	vertical-align: top;
}
#top_link li.first a {
	background: url("../images/main/mouse_off_first.png") no-repeat center top;
}
#top_link li.last a {
	background: url("../images/main/mouse_off_last.png") no-repeat center top;
}
#top_link li a span {
	opacity: 0;
}
#top_link li a.active span {
	width: 1.9rem;
	height: 1.9rem;
	display: inline-block;
	background: url("../images/main/mouse_on.png") no-repeat center top;
	opacity: 1;
}

/* footer */
.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.6rem;
	background: #404040;
	text-align: center;
}
.footer > .ly_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footer > .ly_inner:after {
	content: "";
	display: block;
	clear: both;
}
.footer .foot_logo {
	width: 11.8rem;
	margin: 0 auto;
}
.footer .foot_logo img {
	width: 100%;;
}
.footer .address {
	margin-top: .8rem;
	font-size: 1.2rem;
	opacity: 0.4;
	color: #fff;
}
.wrap.type2 .container {
	padding-top: 4.8rem;
	background: #fff;
}
.wrap.type2 .header {
	background: #fff;
}
.wrap.type2 .header.ver2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 4.8rem;
	padding: 0 1.6rem;
	background: none;
	box-sizing: border-box;
}
.wrap.type2 .header.fixed {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 -1.1rem 1.5rem;
	-moz-box-shadow: 0 -1.1rem 1.5rem;
	-webkit-box-shadow: 0 -1.1rem 1.5rem;
}
.top_txt_wrap {
	display: block;
	position: relative;
	min-height: 20rem;
}
.top_txt_wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/bg_top_txt_wrap.png") no-repeat center center;
	background-size: 100%;
	opacity: 0.3;
}
.top_txt {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	padding: 0 1.6rem;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	word-break: keep-all;
}
.top_txt .txt {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.4rem;
	letter-spacing: 0;
}
.top_txt .txt span {
	color: #eb0029;
	font-weight: 500;
}
.t_year_txt {
	display: inline-block;
	width: 5.8rem;
	height: 5.8rem;
	line-height: 5.8rem;
	color: #fff;
	font-size: 1.8rem;
	font-family: "NanumSquare";
	background: #eb0029;
	font-weight: bold;
	border-radius: 50%;
	text-align: center;
}
.history_wrap_type2 {
	position: relative;
	margin-top: 2.4rem;
	padding: 0 1.6rem 4rem;
}
.history_wrap_type2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4.5rem;
	display: block;
	width: .1rem;
	height: 100%;
	background: #eb0029;
}
.history_wrap_type2 .history_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.history_wrap_type2 .month_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 5.8rem;
	height: 5.8rem;
	line-height: 5.8rem;
	background: #fff;
	border: .1rem solid #eb0029;
	color: #eb0029;
	border-radius: 50%;
	font-size: 1.8rem;
	font-family: "NanumSquare";
	font-weight: bold;
	text-align: center;
}
.history_wrap_type2 .history_inner {
	position: relative;
	margin: 0 auto;
}
.history_wrap_type2 .history_inner:before,
.history_wrap_type2 .history_list .month_txt:before,
.history_wrap_type2 .history_list .month_txt:after {
	content: none;
}
.history_wrap_type2 .history_inner:after {
	left: 2.4rem;
	background: #eb0029;
}
.history_wrap_type2 .history_txt {
	margin: 0 0 0 7.4rem;
	text-align: left;
}
.history_wrap_type2 .history_img {
	margin-left: 7.4rem;
}
.history_wrap_type2 .history_list.right_box .history_txt {
	padding-right: 0;
}
.history_wrap_type2 .history_list.right_box .history_img {
	padding-left: 0;
}

@media screen and (min-width:1024px) {
	.wrap {
		min-width: 120rem;
	}
	.header .logo_box {
		display: block;
		width: 20rem;
		height: 2.1rem;
	}
	.gnb a {
		font-size: 1.8rem;
	}
	.top_link_menu {
		display: block;
		flex: 1;
	}
	.top_link_menu ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.top_link_menu ul:after {
		content: "";
		display: block;
		clear: both;
	}
	.top_link_menu li {
		flex: 1;
		max-width: 12rem;
		text-align: center;
	}
	.top_link_menu a {
		position: relative;
		display: inline-block;
		padding-top: 6rem;
		font-size: 2rem;
		font-weight: bold;
		font-family: "NanumSquare";
	}
	.top_link_menu a:hover,
	.top_link_menu a:focus,
	.top_link_menu li.active a {
		color: #e3001a;
	}
	.top_link_menu .line {
		position: absolute;
		bottom: 3.5rem;
		left: 50%;
		width: .1rem;
		height: .1rem;
		background: #fff;
	}
	.top_link_menu li.active .line {
		height: 6.7rem;
		background: #eb0029;
		transition: all ease 0.3s 0s;
	}
	.section {
		text-align: center;
	}
	.section + .section {
		margin-top: 15rem;
	}
	.history_list {
		margin-top: 12rem;
	}
	.history_list.right_box .history_txt {
		float: right;
		padding: 0 0 0 2.4rem;
	}
	.history_list:after {
		content: "";
		display: block;
		clear: both;
	}
	.history_list .history_txt {
		float: left;
		width: 50%;
		padding-right: 2.4rem;
	}
	.history_list .history_img {
		float: left;
		width: 50%;
	}
	.history_list.right_box .history_img {
		padding-right: 2.5rem;
	}
	.history_list .list_tit {
		margin-bottom: 1rem;
		font-size: 2rem;
		font-weight: bold;
	}
	.history_list .list_tit span {
		display: block;
		font-size: 1.7rem;
		font-weight: normal;
	}
	/* footer */
	.footer {
		min-width: 120rem;
	}
	.wrap.type2 .container {
		padding-top: 13.4rem;
	}
	.wrap.type2 .header.ver2 {
		display: block;
		height: auto;
		padding: 0 4rem 1.6rem;
	}
	.top_txt_wrap {
		display: block;
		position: relative;
		margin-top: -13.4rem;
		height: 42.6rem;
	}
	.top_txt_wrap::before {
		height: 42.6rem;
	}
	.top_txt {
		position: relative;
		margin: 0 auto;
		padding: 11rem 0 0;
		text-align: center;
	}
	.top_txt .txt {
		font-size: 2.2rem;
		line-height: 3.3rem;
	}
	.top_txt .txt span {
		color: #eb0029;
	}
	.t_year_txt {
		width: 14.2rem;
		height: 14.2rem;
		line-height: 14.2rem;
		color: #fff;
		font-size: 5rem;
	}
	.history_wrap_type2 {
		background: url("../images/bg_content.png") repeat-y 0 82rem;
	}
	.history_wrap_type2:before {
		left: 50%;
	}
	.history_wrap_type2 .history_list {
		position: relative;
		display: block;
	}
	.history_wrap_type2 .month_txt {
		position: absolute;
		top: -1.2rem;
		left: 50%;
		width: 5.8rem;
		height: 5.8rem;
		line-height: 5.8rem;
		margin-left: -2.9rem;
	}
	.history_wrap_type2 .history_inner {
		width: 120rem;
		max-width: 120rem;
	}
	.history_wrap_type2 .history_inner:after {
		left: calc(50% - .6rem);
	}
	.history_wrap_type2 .history_txt {
		margin: 0;
		padding-right: 6.5rem;
	}
	.history_wrap_type2 .history_img {
		padding-left: 6.5rem;
		margin: 0;
	}
	.history_wrap_type2 .t_year_txt + .history_list {
		margin-top: 5rem;
	}
	.history_wrap_type2 .history_list.right_box .history_txt {
		padding-left: 6.5rem;
	}
	.history_wrap_type2 .history_list.right_box .history_img {
		padding-right: 6.5rem;
	}
	.contain_inner {
		padding-top: 7rem;
		background: url("../images/bg_content_top.png") no-repeat 0 -16rem;
	}
}
