@charset "utf-8";

/* layout */
#max_wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

#header {
	width: 100%;
	height: 132px;
	position: fixed;
	top: 0;
	left: 0;
	/* z-index:9; */
	box-sizing: border-box;
	z-index: 999999;
	font-family: "Akzidenz Grotesk", "Noto Sans KR";
}

/* header */
#header h1 a {
	display: block;
	background-image: url("/image/common/logo_m_w.png");
	background-size: 100%;
	font-size: 0;
	width: 280px;
	height: 31px;
	transition: all 0.5s ease;
	margin: 30px auto 0;
}

#header .header_p {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}

#header nav {
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 15px;
}

/* local navigation bar */
#header #lnb {
	width: 90%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

#header #lnb .menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	font-size: 19px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
}

#header #lnb .menu>a {
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 15px 21px;
	text-transform: uppercase;
	position: relative;
	transition: all 0.5s ease;
}

#header #lnb .menu>a:hover {
	color: #c0a355;
}

/* 2021-12-08 수정 */
/* #header #lnb .menu > a:after {display: block; content:''; height:0; width:0; background-color:#c0a355; position:absolute; left:0; bottom:0; transition:width 0.3s ease; z-index:1;} */
#header #lnb .menu>a:after {
	display: block;
	content: "";
	height: 0;
	width: 0;
	background-color: #c0a355;
	position: absolute;
	left: 0;
	bottom: 1px;
	transition: width 0.3s ease;
	z-index: 1;
}

/*  */
#header #lnb .menu>a.active {
	color: #c0a355;
}

#header #lnb .menu>a.active:after {
	width: 100%;
	height: 4px;
}

#header #lnb .menu.menu_link {
	white-space: nowrap;
}

/* menu open */
#header .lnb_sub_wrap {
	width: 100%;
	height: 390px;
	position: absolute;
	top: 132px;
	left: 0;
	text-align: left;
	box-sizing: border-box;
	border-top: 1px solid #eee;
}

#header .lnb_sub_wrap:after {
	content: "";
	width: 100%;
	height: inherit;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	box-shadow: 0 7px 7px rgba(0, 0, 0, 0.33);
}

#header .lnb_sub_wrap:before {
	content: "";
	width: 40%;
	height: inherit;
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#header .lnb_snb {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

#header .lnb_snb a {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

#header .lnb_snb a .ico-right {
	margin-top: 0;
}

#header .lnb_snb a .ico-right:before {
	border-color: #797979;
}

#header .snb_nav_tt {
	min-width: 420px;
	min-height: 390px;
	box-sizing: border-box;
	padding: 35px 0 50px 30px;
	background: #eee;
	font-size: 16px;
	color: #222;
}

#header .snb_nav_tt h2 {
	font-size: 40px;
	font-weight: 300;
	font-family: "Akzidenz Grotesk - Light", "Noto Sans KR";
}

#header .snb_nav_tt p {
	padding-top: 14px;
	color: #797979;
	line-height: 1.6;
}

#header .snb_nav_tt a {
	margin-top: 30px;
	padding-right: 20px;
}

#header .snb_nav_tt a:hover {
	text-decoration: underline;
}

#header .snb_nav_wrap {
	width: 780px;
	padding: 35px 0 0 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

#header .snb_nav_wrap ul {
	font-size: 17px;
	width: 60%;
	float: left;
}

#header .snb_nav_wrap li a {
	width: 100%;
	box-sizing: border-box;
	padding: 7px 20px 7px 80px;
	font-family: "Akzidenz Grotesk - Light", "Noto Sans KR";
}

#header .snb_nav_wrap li a .box {
	display: none;
	width: 245px;
	position: absolute;
	top: 35px;
	right: 67px;
	background: #fff;
}

#header .snb_nav_wrap li a:hover {
	color: #005982;
	text-decoration: underline;
}

#header .snb_nav_wrap li a .ico-right_small {
	margin-top: 5px;
}

#header .snb_nav_wrap li a .ico-right_small:before {
	top: 5px;
}

#header .snb_nav_wrap li a:hover .box {
	display: block;
}

#header .snb_nav_wrap .box {
	width: 40%;
	padding-bottom: 45px;
	float: left;
}

#header .snb_nav_wrap .box p {
	width: 242px;
	color: #555;
	font-size: 15px;
}

#header .snb_nav_wrap .box p:first-child {
	height: 140px;
	/*background:#000;*/
	margin-bottom: 20px;
}

/* header scroll small */
#header.small {
	height: 60px;
	transition: all 0.5s ease;
	background: #fff;
	/* border-bottom: 1px solid #eee; */
}

#header.small h1 {
	position: relative;
	width: 32.6%;
	/*width:41.66666666666667%;*/
	box-sizing: border-box;
	padding: 0 0 0 36px;
}

#header.small h1 a {
	width: 216px;
	height: 24px;
	background-image: url("/image/common/logo_m.svg");
	margin: 0;
	background-repeat: no-repeat;
}

#header.small h1 a.div {
	width: 293px;
	height: 35px;
	background-image: url("/image/common/logo_m.svg");
	margin: 0;
	background-repeat: no-repeat;
}

#header.small h1 a.drk {
	width: 316px;
	height: 22px;
	background-image: url("/image/common/logo_m_drk.svg");
	margin: 0;
	background-repeat: no-repeat;
}

#header.small h1 a.pas {
	width: 292px;
	height: 35px;
	background-image: url("/image/common/logo_m_pas.png");
	margin: 0;
	background-repeat: no-repeat;
}

#header.small h1 a.rgn {
	width: 100%;
	height: 28px;
	/* background-image: url("/image/common/logo_m_rgn.svg") !important; */
	background-color: #5c00d3;
	mask-image: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/ca727f6c-7c56-4d61-df3e-5b48975beb00/public);
	mask-repeat: no-repeat;
	mask-clip: content-box;
	mask-size: 22%;
	mask-position: center;
	background-image: unset !important;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 30% center;
	background-size: contain;
}

#header.small h1 a.cor {
	width: 320px;
	height: 28px;
	background-image: url("/image/common/logo_m_cor.svg") !important;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center;
}

#header.small .header_p {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 100%;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	align-items: center;
}

#header.small nav {
	width: 67.33%;
	/*width:58.33333333333333%;*/
	padding: 0;
}

#header.small #lnb {
	width: 100%;
}

#header.small #lnb .menu {
	font-size: 17px;
}

#header.small #lnb .menu>a {
	padding: 22px 15px;
	color: #000;
	font-family: "Akzidenz Grotesk - Reg", "Noto Sans KR";
}

#header.small #lnb .menu>a:hover {
	color: #c0a355;
}

#header.small .lnb_sub_wrap {
	top: 60px;
	border-top: none;
}

/* main > hover */
#header.ftype:hover {
	background: #fff;
}

/*#header.ftype:hover h1 a {background-image:url("/image/common/logo_m.png");}*/
#header.ftype:hover #lnb .menu>a {
	color: #000;
}

#header.ftype:hover #lnb .menu>a:hover {
	color: #c0a355;
}

#header.stype {
	background: #fff;
}

#header.stype #lnb .menu>a {
	color: #000;
}

/* 2021-12-08 수정 */
/* #header.stype #lnb .menu > a:after {bottom:4px;} */
#header.stype #lnb .menu>a:after {
	bottom: 1px;
}

/*  */
#header.stype #lnb .menu>a:hover {
	color: #c0a355;
}

#header.stype #lnb .menu>a.active {
	color: #c0a355;
}

.is-menu-open:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: -1;
	background-color: #000;
	transition: all 0.2s;
}

.is-menu-open:after {
	opacity: 0.6;
	z-index: 19;
}

@media screen and (max-width: 1440px) {
	#header .lnb_sub_wrap:before {
		width: 38%;
	}
}

@media screen and (max-width: 1366px) {
	#header.rgn {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#header.rgn>div {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#header.rgn>div>h1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 0 0 15px;
	}

	#header h1 {
		padding: 18px 0 0 30px;
	}

	/* #header h1 a,
	#header.stype h1 a { */
	#header h1 a,
	#header.small h1 a,
	#header.stype h1 a {
		/* width: 216px;
		height: 24px; */
		width: 167px;
		height: 18px;
		margin: 0;
	}

	#header .header_p nav {
		display: none;
	}

	#header .lnb_snb {
		display: none;
	}

	#header.ftype,
	#header.small,
	#header.stype {
		background: #fff;
		/* height: 60px; */
		height: 50px;
		box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
		overflow: hidden;
		border-bottom: none;
	}

	#header.ftype.transparent_header,
	#header.small.transparent_header,
	#header.stype.transparent_header {
		box-shadow: none;
	}

	#header.transparent_header .bt_sitemap_p a {
		background: transparent;
	}

	#header.transparent_header .bt_sitemap_p a:before {
		background: transparent;
		box-shadow: none;
	}

	#header.transparent_header:hover .bt_sitemap_p a {
		background: #000;
	}

	#header.transparent_header:hover .bt_sitemap_p a:before {
		background: #000;
		box-shadow: 0 0 10px 5px rgb(0 0 0 / 30%);
	}

	#header.small h1 a.rgn {
		width: 27%;
		mask-size: 80%;
	}

	#header.small h1 {
		width: 46.6%;
		padding: 0 0 0 23px;
	}

}

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

	#header h1,
	#header.small h1 {
		padding: 0 0 0 20px;
	}

	#header h1 a,
	#header.small h1 a,
	#header.stype h1 a {
		/* width: 190px;
		height: 21px; */
		width: 161px;
		height: 17px;
	}

	#header.small h1 a.drk,
	#header.small h1 a.drk {
		width: 247px;
		height: 18px;
	}

	#header.small h1 a.div,
	#header.small h1 a.div {
		width: 200px;
		height: 21px;
	}

	#header.small h1 a.pas,
	#header.small h1 a.rgn,
	#header.small h1 a.cor {
		width: 302px;
		height: 21px;
	}

	#header.small h1 a.rgn {
		width: 90px;
	}
}

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

	#header.small h1 a.rgn,
	#header.small h1 a.cor {
		width: 215%;
		height: 21px;
	}

	#header.small h1 a.rgn {
		width: 90px;
	}
}

/* mobile sitemap */
#header .bt_sitemap_p {
	display: none;
	/* position: absolute; */
	/* top: 0;
	right: 0; */
	/* width: 130px;
	height: 60px;*/
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

#header .bt_sitemap_p a {
	/* display: block; */
	display: flex-end;
	border: none;
	color: rgb(75, 75, 75);
	height: 100%;
	width: 50px;
	font-size: 18px;
	font-weight: 500;
	box-sizing: border-box;
	/* padding: 20px 0 0 40px; */
	/* background: #000; */
	position: relative;
	overflow-y: clip;
}
#header .myPageBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 100%;
	font-size: 18px;
	font-weight: 500;
	color: rgb(75, 75, 75);
	cursor: pointer;
}
/* #header .bt_sitemap_p a:before {
	content: "";
	position: absolute;
	top: 0;
	left: -17px;
	width: 40px;
	height: 60px;
	height: 50px;
	background: #000;
	transform: skewX(30deg);
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
	z-index: -1;
} */

#header .bt_sitemap_p a>img {
	position: relative;
}

@media screen and (max-width: 1366px) {
	#header .bt_sitemap_p {
		display: block;
	}
}

@media screen and (max-width: 568px) {
	#header .bt_sitemap_p {
		/* width: 80px; */
		width: 50px;
	}

	#header .bt_sitemap_p a {
		padding-left: 20px;
	}

	#header .bt_sitemap_p a:before {
		width: 34px;
	}
}

/* mobile menu */
.bg_h_mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(68, 68, 68, 0.75);
	z-index: 10;
}

.h_mobile {
	display: none;
	position: fixed;
	top: 0;
	right: -270px;
	width: 270px;
	height: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	background-color: #fff;
	z-index: 11;
	box-shadow: 0 0 9px 5px rgba(0, 0, 0, 0.45);
	z-index: 9999999;
}

/* logo */
.h_mobile h1 {
	width: auto;
	height: 60px;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
	padding-top: 18px;
	font-size: 0;
	z-index: 1;
}

.h_mobile.rgn h1 {
	padding-top: 15px;
}

.h_mobile h1 a {
	display: block;
	background: url("/image/common/logo_m.png") center no-repeat;
	background-size: 100%;
	width: 176px;
	height: 19px;
}

.h_mobile.rgn h1 a {
	background-color: #5c00d3;
	mask-image: url(https://imagedelivery.net/e0-3jqSze_fGgLHLQnpXsA/ca727f6c-7c56-4d61-df3e-5b48975beb00/public);
	mask-repeat: no-repeat;
	mask-clip: content-box;
	mask-size: 42%;
	background-image: unset !important;
	height: 30px;
}

.h_mobile dl {
	font-size: 12px;
}

/* menu */
#nav {
	/* padding-top: 5.9375em; */
	/* padding-bottom: 7.8125em; */
	padding-bottom: 15px;
	z-index: 2;
}

#nav a {
	font-size: 15px;
}

#nav .lnb_menu {
	display: block;
	position: relative;
	padding: 17px 20px 17px 0;
	border-bottom: 1px solid #e0e0e0;
	text-transform: uppercase;
	color: #444;
}

#nav .lnb_menu .ico-right {
	position: absolute;
	top: 17px;
	right: 0;
}

#nav .lnb_sub {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -300px;
	width: 260px;
	height: 100%;
	box-sizing: border-box;
	padding: 60px 24px 0;
	background-color: #fff;
	z-index: 20;
	box-shadow: 0 0 20px 0 #666;
	transition: all 0.3s ease;
}

#nav .lnb_sub .btn-back {
	position: absolute;
	top: 20px;
	left: 22px;
	z-index: 1;
	padding: 5px 20px;
	text-align: left;
	font-size: 11px;
	color: #444;
}

#nav .lnb_sub .btn-back .ico-left {
	position: absolute;
	top: 2px;
	left: 0;
}

#nav .lnb_sub .m_close {
	top: 22px;
	right: 22px;
}

#nav .lnb_sub dl {
	border-top: 1px solid #e0e0e0;
	/* padding-bottom:7.8125em; */
	padding-bottom: 2.556em;
}

#nav .lnb_sub dl .ico-right {
	/* position: absolute; */
}

#nav .lnb_sub dt {
	padding: 1.66667em 2px 1.16667em 0;
	font-size: 1.9em;
	line-height: 1.3em;
	font-weight: 400;
}

#nav .lnb_sub dt a {
	font-size: inherit;
	position: relative;
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}

#nav .lnb_sub dt .ico-right {
	/* top:3px; left:80px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	vertical-align: middle;
	/* margin-top: -1px; */
}

#nav .lnb_sub dd a {
	display: block;
	position: relative;
	padding: 17px 20px 17px 0;
	border-bottom: 1px solid #e0e0e0;
}

#nav .lnb_sub dd .ico-right {
	position: absolute;
	top: 17px;
	right: 0;
}

/* address */
.h_mobile .star_sns_box {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin-bottom: 10px;
}

.h_mobile .star_sns_box a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 0;
	border: 1px solid #e0e0e0;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 5px;
}

.h_mobile .star_sns_box a.bt_insta {
	background: url("/image/common/sns_insta_m.png") center no-repeat;
	background-size: 24px;
}

.h_mobile .star_sns_box a.bt_ntalk {
	background: url("/image/common/sns_talk_m.png") center no-repeat;
	background-size: 24px;
}

.h_mobile .star_sns_box a.bt_ktalk {
	background: url("/image/common/kakao_talk_m.png") center no-repeat #fae100;
	background-size: 24px;
}

.h_mobile .star_sns_box a.bt_nblog {
	background: url("/image/common/sns_blog_m.png") center no-repeat #21c506;
	background-size: 24px;
	border: 1px solid #21c506;
}

.m_add_box {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.m_add_box address,
.m_add_box cite {
	font-size: 11px;
	color: #8e8e8e;
	line-height: 140%;
}

/* close button */
.m_close {
	position: absolute;
	top: 17px;
	right: 15px;
	width: 20px;
	height: 20px;
	font-size: 0;
}

.m_close i {}

/* sub main */
.first_page {
	width: 100%;
	height: calc(100vh - 0px);
	padding: 0 1em;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	flex-direction: column;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}

.first_page h3 {
	display: block;
	font-size: 88px;
	font-weight: 100;
	text-transform: uppercase;
	opacity: 0;
}

.first_page p {
	text-align: center;
	opacity: 0;
}

.first_page .arr_btm_scroll {
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -20px;
	width: 48px;
	height: 48px;
	font-size: 0;
}

@media screen and (max-width: 900px) {
	.first_page {
		background-attachment: scroll;
		background-position: center;
	}

	.first_page h3 {
		font-size: 60px;
	}
}

@media screen and (max-width: 568px) {
	.first_page h3 {
		font-size: 40px;
	}

	.first_page .nb {
		display: block;
	}

	.first_page p {
		padding-top: 20px;
	}

	.first_page p:last-child {
		margin-left: -20px;
	}
}

/* sub main : text box */
.page_move {
	/*height:100vh;*/
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.page_move h4 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	color: inherit;
	font-size: 50px;
	font-weight: 400;
	text-transform: uppercase;
	height: 70vh;
	padding-left: 8vw;
	padding-top: 30vh;
	opacity: 0;
	box-sizing: border-box;
	transition: unset;
	color: #fff;
}

.page_move .box {
	background: #fff;
	height: 35vh;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -35vh;
}

.first_page {
	font-size: 18px;
}

.page_move .box .tt_box {
	width: 50%;
	box-sizing: border-box;
	padding: 8vh 10vw 23vh 0;
}

.page_move .box .tt_box p {
	opacity: 0;
	font-size: 15.5px;
}

.page_move .box .tt_box a {
	opacity: 0;
	transition: unset;
}

.page_move .box a {
	display: inline-block;
	margin-top: 30px;
	position: relative;
	padding-right: 20px;
	font-size: 15px;
}

.page_move .box a:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 0;
	width: 20px;
	height: 20px;
	background: url("/image/common/arr_right.png") center no-repeat;
	opacity: 0.5;
}

@media screen and (max-width: 1440px) {
	.page_move h4 {
		font-size: 40px;
	}

	#header.small h1 a.rgn {
		background-position: 10px center;
	}
}

@media screen and (max-width: 1366px) {
	.page_move {
		background-attachment: scroll;
		background-size: 120%;
	}

	.page_move h4 {
		font-weight: 400;
		height: 50vh;
		padding: 0 10vw;
		opacity: 1;
	}

	.page_move .box {
		position: static;
		padding: 5vh 10vw 0;
	}

	.page_move .box .tt_box {
		width: 100%;
		padding: 0;
	}

	.page_move .box .tt_box p {
		opacity: 1;
	}

	.page_move .box .tt_box a {
		opacity: 1;
	}
}

@media screen and (max-width: 568px) {
	.page_move h4 {
		font-size: 25px;
		height: auto;
		padding: 4em 10vw;
	}

	.page_move .box {
		height: auto;
		padding: 5em 10vw 10em;
	}
}

/* top button */
#top {
	width: 74px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: fixed;
	bottom: 160px;
	right: 0;
	z-index: 5;
}

#top a {
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
}

#top span {
	display: block;
	color: inherit;
	text-transform: uppercase;
	font-family: "roboto";
	font-size: 13px;
	font-weight: 700;
	padding-top: 11px;
}

#top .line {
	height: 50px;
	overflow: hidden;
	padding: 0;
}

#top .line:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: inherit;
	background: #fff;
	margin-top: 21px;
	transition: all 0.3s;
}

#top a:hover {
	color: #c0a355;
}

#top a:hover .line:before {
	margin-top: 0;
	background: #c0a355;
}

/* quick */
.quick {
	position: fixed;
	top: 0;
	right: 0;
	width: 74px;
	height: 100%;
	background: #000;
	z-index: 10;
	text-align: center;
	padding-top: 131px;
	box-sizing: border-box;
}

.quick li {
	border-top: 1px solid #262626;
}

.quick li:last-child {
	border-bottom: 1px solid #262626;
}

.quick li a {
	display: block;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding: 22px 0;
	color: #fff;
	font-size: 12px;
}

.quick li a i {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 13px;
}

.quick li a i img {
	width: 100%;
}

.quick li a:hover {
	background: #c0a355;
}

.quick .star_sns_box {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 99;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}

.quick .star_sns_box a {
	display: block;
	width: 32px;
	height: 32px;
	font-size: 0;
}

.quick .star_sns_box a.bt_insta {
	background: url("/image/common/sns_insta.png") center no-repeat;
}

.quick .star_sns_box a.bt_nblog {
	background: url("/image/common/sns_blog.png") center no-repeat;
}

@media screen and (max-width: 1580px) {
	#top {
		display: none;
	}

	.quick {
		display: none;
	}

	/*#top {bottom:100px;}
		.quick li a {height:auto; padding:15px 0;}*/
}

/* mobile quick */
.m_quick {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 999999;
}

.m_quick p {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #c0a355;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.m_quick p span {
	height: 50px;
	width: 50px;
	display: block;
	position: relative;
	font-size: 0;
}

.m_quick p span:before {
	content: "";
	height: 5px;
	width: 5px;
	background: #fff;
	border-radius: 6px;
	display: block;
	position: absolute;
	top: 22px;
	left: 13px;
	box-shadow: 10px 0 0 #fff, 20px 0 0 #fff;
}

.m_quick ul {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 50px;
	height: auto;
	transition: none;
}

.m_quick ul li {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #fff;
	margin: 5px 0;
	border: 1px solid #e1d8cd;
}

.m_quick ul li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 12px;
	text-align: center;
}

.m_quick ul li img {
	width: 24px;
}

@media screen and (max-width: 1580px) {
	.m_quick {
		display: block;
	}
}

/* chat bot */
#chatbot_wrap {
	display: block;
}

#chatbot {
	display: block;
	font-size: 20px;
	color: #fff;
}

@media screen and (max-width: 740px) {
	#chatbot_wrap {
		display: none;
	}
}

.back-mouse-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.back-mouse {
	background-position: center center;
	background-size: cover;
}

/* scroll down */
.scroll_down {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -20px;
	width: 32px;
	height: 50px;
	font-size: 0;
	overflow: hidden;
	z-index: 99;
}

.scroll_down_w {
	background: url("/image/common/scroll_ani4_w_back.png") 0 0 no-repeat;
}

.scroll_down_b {
	background: url("/image/common/scroll_ani4_b_back.png") 0 0 no-repeat;
}

.scroll_down_ani {
	position: absolute;
	left: 0;
	top: 0;
	animation-name: main-scroll-frame;
	animation-duration: 1s;
	animation-timing-function: step-start;
	animation-iteration-count: infinite;
	-webkit-animation-name: main-scroll-frame;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: step-start;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: main-scroll-frame;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: step-start;
	-moz-animation-iteration-count: infinite;
}

@media screen and (max-width: 568px) {
	.scroll_down {
		margin-left: -12px;
	}
}

.scrollify {
	/*min-height:1000px;*/
}

#container {
	position: relative;
	overflow: hidden;
}

#header .box img {
	width: 245px !important;
}

@media only screen and (max-height: 560px) {
	.h_mobile {
		overflow-y: scroll;
	}

	.h_mobile::-webkit-scrollbar,
	#nav::-webkit-scrollbar {
		display: none !important;
	}

	.h_mobile h1 {
		position: sticky;
		top: 0px;
		background-color: white;
		z-index: 18;
	}

	.m_add_box {
		position: static;
	}

	.h_mobile>.m_close {
		position: fixed !important;
		z-index: 19;
	}
}

/*
	max css var.1
	date : 2018-05-09
	name : design team koh won ji
	- response web size -
	pc : (w)1440px
	tablet : (w)1024px (가로모드), (w)768px (세로모드)@import url('/static/css/max_parallax.css');
	mobile : (w)900px (가로모드), (w)414px (세로모드)
*/

@import url("/static/css/max_parallax.css");

html,
body {
	width: 100%;
	height: 100%;
}

.skip,
legend {
	position: absolute;
}

body {
	line-height: 1.5;
	font-family: "Open Sans", "Noto Sans KR", sans-serif;
	font-weight: 300;
	color: #000;
	letter-spacing: -0.04em;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

a {
	text-decoration: none;
	color: inherit;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
hr {
	display: none;
}

legend {
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: -20000px;
}

address,
cite,
em {
	font-style: normal;
}

button,
label {
	cursor: pointer;
}

button {
	border: 0;
	background: 0 0;
	display: inline-block;
}

.skip {
	visibility: hidden;
	top: 0;
	left: 0;
}

/* browser_msg */
#max_browser_msg {
	width: 100%;
	height: auto;
	background: #222;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

#max_browser_msg p,
#max_browser_msg mark {
	color: #fff;
	line-height: 140%;
	font-size: 12px;
	letter-spacing: 0;
}

#max_browser_msg mark {
	background: #f0bd41;
	color: #000;
	padding: 0 5px;
}

#max_browser_msg .bt_browser_upgrade {
	display: inline-block;
	font-size: 12px;
	background: #fff;
	padding: 5px 30px;
	margin: 15px 0 0 0;
}

#max_browser_msg .bt_close_browser {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	font-size: 11px;
	padding: 10px 10px;
}

@media screen and (max-width: 568px) {
	body {
		font-size: 0.938em;
		transition: all 0.3s ease;
	}
}

::selection {
	background: rgba(192, 163, 85, 0.85);
	/* Safari */
	color: #000;
}

::-moz-selection {
	background: rgba(192, 163, 85, 0.85);
	/* Firefox */
	color: #000;
}

/* input, textarea */
.max_it,
.max_ttarea {
	border: 1px solid #e1d8cd;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
}

/* input : checkbox */
.max_checkit {
	position: relative;
}

.max_checkit input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.max_checkit input[type="checkbox"]+label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-size: 0;
}

.max_checkit input[type="checkbox"]+label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: -2px 8px 0 0;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #e1d8cd;
	border-radius: 4px;
}

.max_checkit input[type="checkbox"]:checked+label:before {
	background: url("/static/img/common/max_lab_sel_24.png") center no-repeat #fff;
	border: 1px solid #000;
}

.max_checkit.checkit_label input[type="checkbox"]+label {
	font-size: 18px;
}

/* input : radio */
.max_radio {
	position: relative;
}

.max_radio input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.max_radio input[type="radio"]+label {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.max_radio input[type="radio"]+label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #e1d8cd;
	border-radius: 100%;
}

.max_radio input[type="radio"]:checked+label:before {
	background: #fff;
	border: 1px solid #000;
}

.max_radio input[type="radio"]:checked+label:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 100%;
}

/* select box */
.max_select {
	appearance: none;
	font-family: inherit;
	background: url("/static/img/common/max_lab_sel_24.png") no-repeat 98% 50% #fff;
	width: 200px;
	height: 42px;
	border: 1px solid #e1d8cd;
	border-radius: 4px;
	padding-left: 10px;
	box-sizing: border-box;
}

.max_select::-ms-expand {
	display: none;
}

@media screen and (max-width: 740px) {
	.max_select {
		height: 38px;
	}
}

/* button */
.max_submit,
.max_lnk {
	display: inline-block;
	color: #0f1f2a;
	font-size: 15px;
	position: relative;
	line-height: 40px;
	padding: 0 50px 0 14px;
	/*background:url("/static/img/common/bt_more.png") 100% -4px no-repeat;*/
}

.max_submit:before,
.max_lnk:before {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #f3bf5d;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.max_submit i,
.max_lnk i {
	display: inline-block;
	width: 32px;
	height: 2px;
	background: #0f1f2a;
	position: relative;
	top: 2px;
	right: -16px;
}

.max_submit i:before,
.max_lnk i:before {
	content: "";
	width: 15px;
	height: 2px;
	background: #0f1f2a;
	position: absolute;
	bottom: 5px;
	right: -2px;
	transform: rotate(45deg);
}

.max_submit:hover:before,
.max_lnk:hover:before {
	background: #e1d8cd;
}

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

	.max_checkit.checkit_label input[type="checkbox"]+label,
	.max_submit,
	.max_lnk {
		font-size: 13px;
	}
}

/* title */
.tt1 {
	font-size: 50px;
	font-weight: 400;
}

.tt1 span {
	font-size: inherit;
	font-weight: 400;
	color: inherit;
}

.tt2 {
	font-size: 30px;
	font-weight: 400;
}

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

@media screen and (max-width: 568px) {
	.tt1 {
		font-size: 30px;
	}

	/* .tt1 {font-size:25px;} */
	.tt2 {
		font-size: 20px;
	}
}

/* color */
.col_yellow {
	color: #bf9a18;
}

.msg_sound_only,
.sound_only {
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	border: 0 !important;
	overflow: hidden !important;
}

.sound_only strong {
	font-size: 0;
}

/* scroll button */
@keyframes main-scroll-frame {
	3% {
		margin-top: -50px;
	}

	7% {
		margin-top: -100px;
	}

	11% {
		margin-top: -150px;
	}

	15% {
		margin-top: -200px;
	}

	19% {
		margin-top: -250px;
	}

	23% {
		margin-top: -300px;
	}

	26% {
		margin-top: -350px;
	}

	30% {
		margin-top: -400px;
	}

	34% {
		margin-top: -450px;
	}

	38% {
		margin-top: -500px;
	}

	42% {
		margin-top: -550px;
	}

	46% {
		margin-top: -600px;
	}

	50% {
		margin-top: -650px;
	}

	53% {
		margin-top: -700px;
	}

	57% {
		margin-top: -750px;
	}

	61% {
		margin-top: -800px;
	}

	65% {
		margin-top: -850px;
	}

	69% {
		margin-top: -900px;
	}

	73% {
		margin-top: -950px;
	}

	76% {
		margin-top: -1000px;
	}

	80% {
		margin-top: -1050px;
	}

	84% {
		margin-top: -1100px;
	}

	88% {
		margin-top: -1150px;
	}

	92% {
		margin-top: -0px;
	}

	96% {
		margin-top: -0px;
	}

	100% {
		margin-top: 0px;
	}
}

@-webkit-keyframes main-scroll-frame {
	3% {
		margin-top: -50px;
	}

	7% {
		margin-top: -100px;
	}

	11% {
		margin-top: -150px;
	}

	15% {
		margin-top: -200px;
	}

	19% {
		margin-top: -250px;
	}

	23% {
		margin-top: -300px;
	}

	26% {
		margin-top: -350px;
	}

	30% {
		margin-top: -400px;
	}

	34% {
		margin-top: -450px;
	}

	38% {
		margin-top: -500px;
	}

	42% {
		margin-top: -550px;
	}

	46% {
		margin-top: -600px;
	}

	50% {
		margin-top: -650px;
	}

	53% {
		margin-top: -700px;
	}

	57% {
		margin-top: -750px;
	}

	61% {
		margin-top: -800px;
	}

	65% {
		margin-top: -850px;
	}

	69% {
		margin-top: -900px;
	}

	73% {
		margin-top: -950px;
	}

	76% {
		margin-top: -1000px;
	}

	80% {
		margin-top: -1050px;
	}

	84% {
		margin-top: -1100px;
	}

	88% {
		margin-top: -1150px;
	}

	92% {
		margin-top: -0px;
	}

	96% {
		margin-top: -0px;
	}

	100% {
		margin-top: 0px;
	}
}

@-moz-keyframes main-scroll-frame {
	3% {
		margin-top: -50px;
	}

	7% {
		margin-top: -100px;
	}

	11% {
		margin-top: -150px;
	}

	15% {
		margin-top: -200px;
	}

	19% {
		margin-top: -250px;
	}

	23% {
		margin-top: -300px;
	}

	26% {
		margin-top: -350px;
	}

	30% {
		margin-top: -400px;
	}

	34% {
		margin-top: -450px;
	}

	38% {
		margin-top: -500px;
	}

	42% {
		margin-top: -550px;
	}

	46% {
		margin-top: -600px;
	}

	50% {
		margin-top: -650px;
	}

	53% {
		margin-top: -700px;
	}

	57% {
		margin-top: -750px;
	}

	61% {
		margin-top: -800px;
	}

	65% {
		margin-top: -850px;
	}

	69% {
		margin-top: -900px;
	}

	73% {
		margin-top: -950px;
	}

	76% {
		margin-top: -1000px;
	}

	80% {
		margin-top: -1050px;
	}

	84% {
		margin-top: -1100px;
	}

	88% {
		margin-top: -1150px;
	}

	92% {
		margin-top: -0px;
	}

	96% {
		margin-top: -0px;
	}

	100% {
		margin-top: 0px;
	}
}

.highcharts-xaxis-labels text:last-child {
	fill: #c2a556 !important;
	font-size: 17px !important;
	font-weight: 400;
}

@media screen and (max-width: 605px) {
	.highcharts-xaxis-labels text:last-child {
		font-size: 1.3em !important;
	}
}

/* 페이징 */
.pg_wrap {
	clear: both;
	margin: 30px 0;
	text-align: center;
}

.pg_wrap:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
}

.pg {}

.pg_page,
.pg_current {
	display: inline-block;
	vertical-align: middle;
	background: #f3f3f3;
	border: 1px solid #bbbcc3;
}

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

.pg_page {
	color: #555;
	font-size: 1.083em;
	height: 30px;
	line-height: 28px;
	padding: 0 5px;
	min-width: 30px;
	text-decoration: none;
	border-radius: 3px;
}

.pg_page:hover {
	background-color: #ddd;
}

.pg_start {
	text-indent: -999px;
	overflow: hidden;
	background: url("/static/img/btn_first.gif") no-repeat 50% 50% #fff;
	padding: 0;
	border: 1px solid #bbb;
}

.pg_prev {
	text-indent: -999px;
	overflow: hidden;
	background: url("/static/img/btn_prev.gif") no-repeat 50% 50% #fff;
	padding: 0;
	border: 1px solid #bbb;
}

.pg_end {
	text-indent: -999px;
	overflow: hidden;
	background: url("/static/img/btn_end.gif") no-repeat 50% 50% #fff;
	padding: 0;
	border: 1px solid #bbb;
}

.pg_next {
	text-indent: -999px;
	overflow: hidden;
	background: url("/static/img/btn_next.gif") no-repeat 50% 50% #fff;
	padding: 0;
	border: 1px solid #bbb;
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
	background-color: #fafafa;
}

.pg_current {
	display: inline-block;
	background: #4c4f6f;
	color: #fff;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	min-width: 30px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 2px #222542;
	-moz-box-shadow: inset 1px 1px 2px #222542;
	box-shadow: inset 1px 1px 2px #222542;
}

.vjs-control-bar {
	display: none !important;
}

aside.quick {
	display: none !important;
}

aside.m_quick {
	display: none !important;
}


/* 클리프 추가 */
#header.small {
	transition: all 0.5s ease, background 0s;
}

#header.transparent_header {
	background: transparent;
	border-bottom: 0;
}

#header.transparent_header h1 a {
	filter: invert(1);
}

#header.transparent_header:hover h1 a {
	filter: invert(0);
}

#header.transparent_header #lnb .menu>a {
	color: #fff;
}