﻿@charset "UTF-8";

/********* common_layout *********/
html, body {
	height: 100%;
}

body {
	line-height: 1.3;
	color: #333;
	font-family: "Montserrat", 'sans-serif';
	font-size: 15px;
	word-break: keep-all;
	letter-spacing: -0.02em;
	min-width: 320px;
}

.wrapper {
	position: relative;
	z-index: 1;
	min-height: 100%;
	overflow: hidden;
}

#real_contents {
	width: 100%;
}

.container {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.container2 {
	position: relative;
	z-index: 1;
	max-width: 1560px;
	width: 100%;
	margin: 0 auto;
}

.contents {
	position: relative;
	background-color: #fff;
}

.hide {
	position: absolute;
	left: -9999px;
	overflow: hidden;
	width: 1px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

caption {
	position: static;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	text-indent: -9999px;
}

.mo_hide {
	display: none;
}


@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	src: url("/eng/fonts/Montserrat-Thin.woff") format('woff');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url("/eng/fonts/Montserrat-Light.woff") format('woff');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url("/eng/fonts/Montserrat-Regular.woff") format('woff');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url("/eng/fonts/Montserrat-Medium.woff") format('woff');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url("/eng/fonts/Montserrat-SemiBold.woff") format('woff');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url("/eng/fonts/Montserrat-Bold.woff") format('woff');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: url("/eng/fonts/Montserrat-Black.woff") format('woff');
}

/* 헤더 */

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.header {
	position: relative;
	z-index: 9998;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gnb_header {
	background-color: #fff;
}

	.gnb_header .head_box {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

		.gnb_header .head_box .logo {
			position: absolute;
			left: 100px;
			top: 50%;
			transform: translateY(-50%)
		}

			.gnb_header .head_box .logo a {
				display: block;
				width: 100%;
				height: 67px;
				background-image: url("/eng/images/common/logo.png");
				background-size: contain;
				background-position: 0 0;
				background-repeat: no-repeat;
			}

		.gnb_header .head_box .gnb {
			display: flex;
			justify-content: center;
			width: 100%;
			padding: 0 220px 0 300px;
		}

			.gnb_header .head_box .gnb > li {
				position: relative;
				width: 100%;
				max-width: 200px;
			}

				.gnb_header .head_box .gnb > li > a {
					display: block;
					position: relative;
					font-weight: 600;
					font-size: 18px;
					line-height: 110px;
					color: #605b5c;
					text-align: center;
				}

				.gnb_header .head_box .gnb > li .sub_gnb_box {
					display: none;
					justify-content: center;
					position: absolute;
					top: 100%;
					left: 0;
					width: 100%;
					padding: 25px 10px;
					background-color: #e4c902;
					box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
				}

					.gnb_header .head_box .gnb > li .sub_gnb_box .sub_gnb_inner {
						display: flex;
						flex-direction: column;
						align-items: center;
						justify-content: center;
					}

						.gnb_header .head_box .gnb > li .sub_gnb_box .sub_gnb_inner .sub_gnb {
							display: flex;
							flex-direction: column;
							justify-content: center;
						}

							.gnb_header .head_box .gnb > li .sub_gnb_box .sub_gnb_inner .sub_gnb > li {
								margin: 15px 0 0;
							}

								.gnb_header .head_box .gnb > li .sub_gnb_box .sub_gnb_inner .sub_gnb > li:first-child {
									margin: 0;
								}

								.gnb_header .head_box .gnb > li .sub_gnb_box .sub_gnb_inner .sub_gnb > li > a {
									display: block;
									position: relative;
									text-align: center;
								}

									.gnb_header .head_box .gnb > li .sub_gnb_box .sub_gnb_inner .sub_gnb > li > a .text {
										display: inline-block;
										font-weight: 500;
										font-size: 15px;
										line-height: 18px;
										color: #fff;
									}



.util_menu {
	position: absolute;
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	column-gap: 20px;
}

.language_box {
	position: relative;
}

	.language_box .language_list {
		display: flex;
		gap: 0 25px
	}

		.language_box .language_list li {
		}

			.language_box .language_list li a {
				font-weight: 400;
				font-size: 13px;
				line-height: 16px;
				color: #605b5c;
			}

			.language_box .language_list li.on a {
				font-weight: 600;
				text-decoration: underline;
				color: #fff;
				text-underline-offset: 8px;
				text-decoration-thickness: 2px;
				color: #e4c902;
			}

			.language_box .language_list li a:hover, .language_box .language_list li a:focus {
				font-weight: 600;
				text-decoration: underline;
				color: #fff;
				text-underline-offset: 8px;
				text-decoration-thickness: 2px;
			}

.util_menu .sitemap_btn {
	display: block;
	position: relative;
	width: 26px;
	height: 18px;
	outline: none;
	background: url("../images/list_icon.png") no-repeat center / cover;
}
/* .util_menu .m_gnb_btn {display: none; width: 24px; height: 19px; margin: 0 auto; background: url("/kor/images/common/sitemap_btn.png") no-repeat center / cover;} */
.util_menu .m_gnb_btn {
	display: none;
	width: 24px;
	height: 18px;
	margin: 0 auto;
	background: url("../images/list_icon.png") no-repeat center / cover;
}

.header.scrolled .gnb_header {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}
/* .header.scrolled .gnb_header .head_box .gnb > li:hover > a, .header.scrolled .gnb_header .head_box .gnb > li:focus > a {background-color: #e4c902; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);}
 */

/* 사이트맵 */
.sitemap_wrap {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	overflow-y: auto;
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.85);
}

	.sitemap_wrap .sitemap_inner {
		width: 100%;
		max-width: 1720px;
		margin: 0 auto;
		height: 100%;
	}

		.sitemap_wrap .sitemap_inner .title_area {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 30px 0
		}

			.sitemap_wrap .sitemap_inner .title_area .left {
			}

				.sitemap_wrap .sitemap_inner .title_area .left .logo {
				}

					.sitemap_wrap .sitemap_inner .title_area .left .logo img {
						width: 16%;
					}

			.sitemap_wrap .sitemap_inner .title_area .right {
				display: flex;
				align-items: center;
				gap: 0 45px;
			}

				.sitemap_wrap .sitemap_inner .title_area .right .language_box {
				}

				.sitemap_wrap .sitemap_inner .title_area .right .sitemap_close {
				}

					.sitemap_wrap .sitemap_inner .title_area .right .sitemap_close img {
						transition: all 0.5s;
					}

					.sitemap_wrap .sitemap_inner .title_area .right .sitemap_close:hover img, .sitemap_wrap .sitemap_inner .title_area .right .sitemap_close:focus img {
						transform: rotate(360deg)
					}

		.sitemap_wrap .sitemap_inner .sitemap_box {
			height: calc(100% - 110px);
			align-content: center;
		}

			.sitemap_wrap .sitemap_inner .sitemap_box .sitemap {
				display: flex;
				gap: 0 30px;
			}

				.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li {
					width: 100%;
				}

					.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li > a {
						font-weight: 600;
						font-size: 26px;
						line-height: 30px;
						color: #ffffff;
					}

					.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box {
						margin: 70px 0 0;
					}

						.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sub_gnb_inner {
						}

							.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sub_gnb_inner .sitemap_sub_gnb {
								font-size: 0;
							}

								.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sub_gnb_inner .sitemap_sub_gnb > li {
									margin: 15px 0 0;
								}

									.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sub_gnb_inner .sitemap_sub_gnb > li:first-child {
										margin: 0;
									}

									.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sub_gnb_inner .sitemap_sub_gnb > li > a {
										display: block;
									}

										.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sub_gnb_inner .sitemap_sub_gnb > li > a .text {
											display: inline-block;
											font-weight: 500;
											font-size: 18px;
											line-height: 22px;
											color: #ffffff;
										}


/* m_gnb */
.m_gnb_wrap {
	display: none;
	position: fixed;
	right: -340px;
	top: 0;
	z-index: 9999;
	background-color: rgba(216, 114, 41, 0.95);
	overflow-y: auto;
	width: 100%;
	max-width: 340px;
	max-height: 800px;
	height: 100%;
}

	.m_gnb_wrap .m_gnb_top {
		padding: 20px;
	}

		.m_gnb_wrap .m_gnb_top .inner {
			display: flex;
			justify-content: space-between;
			align-items: center;
			position: relative;
		}

			.m_gnb_wrap .m_gnb_top .inner .language_box .language_list {
			}

				.m_gnb_wrap .m_gnb_top .inner .language_box .language_list li a {
					color: #000;
				}

				.m_gnb_wrap .m_gnb_top .inner .language_box .language_list li.on a {
					color: #fff;
				}

				.m_gnb_wrap .m_gnb_top .inner .language_box .language_list li a:hover, .m_gnb_wrap .m_gnb_top .inner .language_box .language_list li a:focus {
					color: #fff;
				}

			.m_gnb_wrap .m_gnb_top .inner .m_gnb_close {
				display: inline-block;
				vertical-align: middle;
			}

				.m_gnb_wrap .m_gnb_top .inner .m_gnb_close img {
					width: 24px;
				}

	.m_gnb_wrap .m_gnb {
		margin: 20px 0 0;
	}

		.m_gnb_wrap .m_gnb > li {
			border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		}

			.m_gnb_wrap .m_gnb > li > a {
				display: block;
				position: relative;
				padding: 5px 20px;
				font-weight: 500;
				font-size: 18px;
				line-height: 40px;
				color: #ffffff;
			}

				.m_gnb_wrap .m_gnb > li > a:before {
					display: block;
					content: "";
					position: absolute;
					right: 20px;
					top: 50%;
					transform: translateY(-50%);
					width: 15px;
					height: 9px;
					background-image: url("../images/m_gnb_icon.png");
					background-position: 0 0;
					background-repeat: no-repeat;
					background-size: cover;
					transition: all 0.3s;
					-moz-transition: all 0.3s;
					-webkit-transition: all 0.3s;
				}

				.m_gnb_wrap .m_gnb > li > a.on {
					background-color: #fff;
					color: #222222;
				}

					.m_gnb_wrap .m_gnb > li > a.on:before {
						background-image: url("/eng/images/common/m_gnb_icon_on.png");
						transform: translateY(-50%) rotate(-180deg);
					}

			.m_gnb_wrap .m_gnb > li > .sub_gnb_box {
				display: none;
				padding: 10px 20px;
				border-top: 1px solid rgba(255, 255, 255, 0.2)
			}

				.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb {
				}

					.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li {
					}

						.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li > a {
							position: relative;
							display: block;
							padding: 6px 0;
						}

							.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li > a > .text {
								font-weight: 500;
								font-size: 16px;
								line-height: 20px;
								color: #fff;
							}

						.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li > .sub_gnb2 {
							display: none;
							margin: 5px 0 0;
						}

							.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li > .sub_gnb2 > li {
								margin: 5px 0 0;
							}

								.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li > .sub_gnb2 > li:first-child {
									margin: 0;
								}

								.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li > .sub_gnb2 > li a {
									display: block;
									font-weight: 400;
									font-size: 14px;
									line-height: 20px;
									color: #ffe8c7;
								}

						.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li.on > a {
							padding: 6px 12px 6px 0;
						}

							.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li.on > a:before {
								content: '';
								display: inline-block;
								position: absolute;
								top: 40%;
								right: 0;
								width: 8px;
								height: 1px;
								background-color: #fff;
								transition: 0.34s ease;
							}

							.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li.on > a:after {
								content: '';
								display: inline-block;
								position: absolute;
								top: 31%;
								right: 4px;
								width: 1px;
								height: 8px;
								background-color: #fff;
							}

							.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li.on > a.on:before {
								transform: rotate(180deg);
							}

							.m_gnb_wrap .m_gnb > li > .sub_gnb_box .m_sub_gnb > li.on > a.on:after {
								display: none;
							}

.m_gnb_bg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.logo_area {
	display: none;
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	background-color: #fff;
}

	.logo_area .container {
		max-width: 1560px;
	}

	.logo_area .logo_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 0 10px;
	}

		.logo_area .logo_box .logo_btn {
			flex-shrink: 0;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 48px;
			height: 48px;
			border: 1px solid #dddddd;
			border-radius: 50%;
		}

			.logo_area .logo_box .logo_btn.prev {
			}

			.logo_area .logo_box .logo_btn.next {
			}

			.logo_area .logo_box .logo_btn img {
			}

		.logo_area .logo_box .logo_slide {
			margin: 0;
			overflow: hidden;
		}

			.logo_area .logo_box .logo_slide .list {
			}

				.logo_area .logo_box .logo_slide .list li {
				}

					.logo_area .logo_box .logo_slide .list li .box {
						display: flex;
						align-items: center;
						justify-content: center;
						height: 48px;
						text-align: center;
					}

						.logo_area .logo_box .logo_slide .list li .box .img_box {
						}

							.logo_area .logo_box .logo_slide .list li .box .img_box img {
								max-height: 44px;
								object-fit: contain;
								vertical-align: middle;
							}


/* footer */
.footer {
	padding: 80px 0 110px;
	background-color: #f2f2f2;
}

	.footer .container {
		max-width: 1560px;
	}

.ft_area {
	background-color: #f2f2f2;
}

	.ft_area .ft_top {
	}

		.ft_area .ft_top .logo_box {
		}

			.ft_area .ft_top .logo_box img {
				width: 7%;
			}

		.ft_area .ft_top .info_box {
			margin: 20px 0 0;
		}

			.ft_area .ft_top .info_box .text {
				font-weight: 400;
				font-size: 17px;
				line-height: 20px;
				color: #605b5c;
			}

			.ft_area .ft_top .info_box .info_list {
				display: flex;
				gap: 20px;
				margin: 10px 0 0;
			}

				.ft_area .ft_top .info_box .info_list li {
				}

					.ft_area .ft_top .info_box .info_list li .box {
						display: block;
						font-weight: 400;
						font-size: 17px;
						line-height: 20px;
						color: #605b5c;
					}

						.ft_area .ft_top .info_box .info_list li .box .tit {
							color: #e4c902;
						}

	.ft_area .ft_btm {
		display: flex;
		justify-content: space-between;
		margin: 30px 0 0;
		padding: 30px 0 0;
		border-top: 1px solid #92979a;
	}

		.ft_area .ft_btm .sns_list {
			order: 2;
		}

			.ft_area .ft_btm .sns_list .list {
				display: flex;
				gap: 20px;
				align-items: center;
			}

				.ft_area .ft_btm .sns_list .list li {
				}

					.ft_area .ft_btm .sns_list .list li a {
						display: block;
					}

						.ft_area .ft_btm .sns_list .list li a img {
						}

		.ft_area .ft_btm .subs_area {
			order: 1;
		}

			.ft_area .ft_btm .subs_area .title {
				font-weight: 600;
				font-size: 18px;
				line-height: 24px;
				color: #e4c902;
			}

			.ft_area .ft_btm .subs_area .text {
				margin: 5px 0 0;
				font-weight: 400;
				font-size: 14px;
				line-height: 14px;
				color: #605b5c;
			}

			.ft_area .ft_btm .subs_area .subs_box {
				display: inline-block;
				position: relative;
				padding: 0 130px 0 0;
				margin: 20px 0 0;
				width: 100%;
				max-width: 580px;
			}

				.ft_area .ft_btm .subs_area .subs_box .list {
					display: flex;
					gap: 10px;
				}

					.ft_area .ft_btm .subs_area .subs_box .list li {
						width: 100%;
					}

						.ft_area .ft_btm .subs_area .subs_box .list li .input_box {
						}

							.ft_area .ft_btm .subs_area .subs_box .list li .input_box input {
								width: 100%;
								padding: 0 10px;
								border: none;
								font-weight: 400;
								font-size: 13px;
								line-height: 40px;
								color: #999999;
							}

				.ft_area .ft_btm .subs_area .subs_box .subs_btn {
					display: block;
					position: absolute;
					right: 0;
					top: 5px;
					width: 110px;
					border-radius: 15px;
					background-color: #e4c902;
					font-weight: 400;
					font-size: 13px;
					line-height: 30px;
					color: #ffffff;
					text-align: center;
				}



#top_btn {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 999;
}


.red {
	color: #ff4c49;
}

.gray {
	color: #777777 !important;
}

.orange {
	color: #e4c902 !important;
}

.black {
	color: #222 !important;
}

.tc {
	text-align: center !important;
}

.tr {
	text-align: right !important;
}

.tl {
	text-align: left !important;
}

.ft_en {
	font-family: "Montserrat" !important;
}

.fw700 {
	font-weight: 700 !important;
}

.fw600 {
	font-weight: 600 !important;
}

.fw500 {
	font-weight: 500 !important;
}

.fw400 {
	font-weight: 400 !important;
}

.fw300 {
	font-weight: 300 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mt130 {
	margin-top: 130px !important;
}

.mt180 {
	margin-top: 180px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.pd0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.justify-content-start {
	justify-content: start !important;
}

.justify-content-end {
	justify-content: end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.align-items-start {
	align-items: start !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-end {
	align-items: end !important;
}

.btn_area {
	margin: 55px 0 0;
	display: flex;
	gap: 0 15px;
	justify-content: center;
}

	.btn_area .btn {
		display: inline-block;
		width: 380px;
		border: 2px solid #e4c902;
		border-radius: 30px;
		background-color: #e4c902;
		font-weight: 600;
		font-size: 18px;
		line-height: 56px;
		color: #fff;
		text-align: center;
	}

		.btn_area .btn:hover, .btn_area .btn:focus {
			background-color: #fff;
			color: #e4c902;
		}

		.btn_area .btn.down {
		}

			.btn_area .btn.down .text {
				padding: 0 35px 0 0;
				background: url("../images/down_icon.png") no-repeat right center;
			}

			.btn_area .btn.down:hover .text, .btn_area .btn.down:focus .text {
				background-image: url("../images/down_icon_on.png");
			}


			.btn_area .btn.down.sty2 {
				background-color: #fff;
			}

				.btn_area .btn.down.sty2 .text {
					background-image: url("../images/down_icon_on.png");
					color: #e4c902;
				}

				.btn_area .btn.down.sty2:hover, .btn_area .btn.down.sty2:focus {
					background-color: #e4c902;
				}

					.btn_area .btn.down.sty2:hover .text, .btn_area .btn.down.sty2:focus .text {
						background-image: url("../images/down_icon.png");
						color: #fff;
					}



		.btn_area .btn.inq {
		}

			.btn_area .btn.inq .text {
				padding: 0 35px 0 0;
				background: url("../images/inq_icon.png") no-repeat right center;
			}

			.btn_area .btn.inq:hover .text, .btn_area .btn.inq:focus .text {
				background-image: url("../images/inq_icon_on.png");
			}


		.btn_area .btn.list {
			width: 200px;
			border: 2px solid #e4c902;
			background-color: #fff;
			line-height: 46px;
		}

			.btn_area .btn.list .text {
				padding: 0 0 0 35px;
				background: url("../images/list_icon.png") no-repeat left center;
				font-size: 17px;
				color: #000;
			}

			.btn_area .btn.list:hover, .btn_area .btn.list:focus {
				background-color: #e4c902;
			}

				.btn_area .btn.list:hover .text, .btn_area .btn.list:focus .text {
					background-image: url("../images/list_icon_on.png");
					color: #fff;
				}

		.btn_area .btn.arrow {
			width: 240px;
		}

			.btn_area .btn.arrow .text {
				padding: 0 35px 0 0;
				background: url("../images/arrow_icon.png") no-repeat right center;
			}

			.btn_area .btn.arrow:hover .text, .btn_area .btn.arrow:focus .text {
				background-image: url("../images/arrow_icon_on.png");
			}


/* ==================== Pagination Style ==================== */
.pagination {
	margin: 80px 0 0;
	font-size: 0;
	text-align: center;
}

	.pagination a {
		display: inline-block;
		width: 30px;
		height: 41px;
		margin: 0 5px 0 0;
		font-family: "Montserrat";
		font-weight: 400;
		font-size: 14px;
		line-height: 40px;
		color: #999999;
		text-align: center;
		vertical-align: middle;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

		.pagination a:hover, .pagination a:focus, .pagination .active {
			color: #e4c902;
			text-decoration: underline;
			text-underline-position: under;
			font-weight: 600;
		}

	.pagination .page_arrow {
		position: relative;
		width: 40px;
	}

		.pagination .page_arrow:hover, .pagination .page_arrow:focus {
			font-size: 18px;
			color: #222222;
		}

		.pagination .page_arrow:before {
			display: block;
			content: '';
			position: absolute;
			top: 50%;
			height: 40px;
			background-position: center;
			background-size: contain;
			background-repeat: no-repeat;
		}

		.pagination .page_arrow.l1:before {
			left: 50%;
			width: 40px;
			transform: translate(-50%, -50%);
			background-image: url("../images/page_l1.png");
		}

		.pagination .page_arrow.l2 {
		}

			.pagination .page_arrow.l2:before {
				left: 50%;
				width: 40px;
				transform: translate(-50%, -50%);
				background-image: url("../images/page_l2.png");
			}

		.pagination .page_arrow.r1 {
			margin: 0 5px 3px 0;
		}

			.pagination .page_arrow.r1:before {
				left: 50%;
				width: 40px;
				transform: translate(-50%, -50%);
				background-image: url("../images/page_r1.png");
			}

		.pagination .page_arrow.r2 {
		}

			.pagination .page_arrow.r2:before {
				left: 50%;
				width: 40px;
				transform: translate(-50%, -50%);
				background-image: url("../images/page_r2.png");
			}
/* ==================== Pagination Style ==================== */



/*체크박스*/
.chk_inner {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
	font-size: 0;
	text-align: left;
}

	.chk_inner .inp_chk {
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		margin: -9px 0 0;
		border: 1px solid #e2e2e2;
		border-radius: 4px;
		padding: 0;
		cursor: pointer;
		vertical-align: middle;
	}

		.chk_inner .inp_chk:checked:before {
			display: block;
			content: '';
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 14px;
			height: 9px;
			background: url("../images/chk_icon.png") no-repeat center;
		}

	.chk_inner label {
		display: inline-block;
		font-weight: 400;
		font-size: 16px;
		line-height: 18px;
		color: #777777;
		vertical-align: middle;
		cursor: pointer;
	}
/*//체크박스*/

/*라디오 버튼*/
.radio_area {
	display: inline-block;
	position: relative;
	padding: 0 0 0 18px;
	font-size: 0;
}

	.radio_area .radio_inp {
		display: inline-block;
		position: absolute;
		top: 1px;
		left: 0;
		width: 14px;
		height: 14px;
		margin: 0;
		border-radius: 50%;
		border: 1px solid #888888;
		padding: 0;
		background-color: #ffffff;
		border-radius: 50%;
		cursor: pointer;
	}

		.radio_area .radio_inp:checked {
		}

			.radio_area .radio_inp:checked:before {
				display: block;
				content: '';
				position: absolute;
				top: 50%;
				left: 50%;
				width: 6px;
				height: 6px;
				background-color: #e4c902;
				-webkit-transform: translate(-50%, -50%);
				-moz-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				-o-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
				border-radius: 50%;
			}

	.radio_area label {
		display: block;
		font-weight: 400;
		font-size: 17px;
		line-height: 14px;
		color: #888888;
		cursor: pointer;
	}
/*//라디오 버튼*/

@media screen and (max-width: 1730px) {
	.sitemap_wrap .sitemap_inner {
		padding: 0 10px;
	}
}

@media screen and (max-width: 1700px) {
	.gnb_header .head_box .logo {
		left: 10px;
	}

		.gnb_header .head_box .logo a {
			width: 140px;
			height: 49px;
		}

	.gnb_header .head_box .gnb {
		padding: 0 125px 0 160px;
	}

		.gnb_header .head_box .gnb > li > a {
			font-size: 16px;
			line-height: 90px;
		}

		.gnb_header .head_box .gnb > li .sub_gnb_box .sub_gnb_inner .sub_gnb > li {
			margin: 10px 0 0;
		}

			.gnb_header .head_box .gnb > li .sub_gnb_box .sub_gnb_inner .sub_gnb > li > a .text {
				font-size: 14px;
				line-height: 16px;
			}

	.util_menu {
		right: 10px;
	}
}



@media screen and (max-width: 1600px) {
	.footer .container {
		padding: 0 10px;
	}

	.logo_area .container {
		padding: 0 10px;
	}

	.container {
		padding: 0 10px;
	}

	.container2 {
		padding: 0 10px;
	}
}


@media screen and (max-width: 1400px) {
	.gnb_header .head_box .gnb {
		padding: 0 90px 0 150px;
	}

		.gnb_header .head_box .gnb > li > a {
			font-size: 14px;
			line-height: 70px;
		}

		.gnb_header .head_box .gnb > li .sub_gnb_box {
			padding: 10px 5px;
		}

	.gnb_header .head_box .logo a {
		width: 130px;
		height: 45px;
	}

	.gnb_header .head_box .gnb > li .sub_gnb_box .sub_gnb_inner .sub_gnb > li {
		margin: 6px 0 0;
	}

		.gnb_header .head_box .gnb > li .sub_gnb_box .sub_gnb_inner .sub_gnb > li > a .text {
			font-size: 12px;
			line-height: 14px;
		}

	.util_menu {
		column-gap: 10px;
	}

	.language_box .language_list {
		gap: 0 10px;
	}

	.util_menu .sitemap_btn {
		width: 24px;
		height: 19px;
	}

	.sitemap_wrap .sitemap_inner .title_area {
		padding: 15px 0;
	}

		.sitemap_wrap .sitemap_inner .title_area .left .logo img {
			width: 130px;
		}

		.sitemap_wrap .sitemap_inner .title_area .right {
			gap: 0 20px;
		}

	.sitemap_wrap .sitemap_inner .sitemap_box {
		height: calc(100% - 70px);
	}

		.sitemap_wrap .sitemap_inner .sitemap_box .sitemap {
			gap: 0 10px;
		}

			.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li > a {
				font-size: 20px;
				line-height: 24px;
			}

			.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box {
				margin: 30px 0 0;
			}

				.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sub_gnb_inner .sitemap_sub_gnb > li {
					margin: 10px 0 0;
				}

					.sitemap_wrap .sitemap_inner .sitemap_box .sitemap > li .sub_gnb_box .sub_gnb_inner .sitemap_sub_gnb > li > a .text {
						font-size: 14px;
						line-height: 20px;
					}

	.logo_area {
		padding: 20px 0;
	}

		.logo_area .logo_box .logo_btn {
			width: 38px;
			height: 38px;
		}

		.logo_area .logo_box .logo_slide .list li .box {
			height: 40px;
		}

			.logo_area .logo_box .logo_slide .list li .box .img_box img {
				max-height: 40px;
			}


	.footer {
		padding: 50px 0 70px;
	}

	.ft_area .ft_top .logo_box img {
		width: 150px;
	}

	.ft_area .ft_top .info_box {
		margin: 10px 0 0;
	}

		.ft_area .ft_top .info_box .text {
			font-size: 16px;
			line-height: 18px;
		}

		.ft_area .ft_top .info_box .info_list {
			gap: 10px;
			flex-wrap: wrap;
			margin: 6px 0 0;
		}

			.ft_area .ft_top .info_box .info_list li .box {
				font-size: 16px;
				line-height: 18px;
			}

	.ft_area .ft_btm {
		margin: 20px 0 0;
		padding: 20px 0 0;
	}

		.ft_area .ft_btm .subs_area .title {
			font-size: 16px;
			line-height: 20px;
		}

		.ft_area .ft_btm .subs_area .subs_box {
			max-width: 480px;
			margin: 10px 0 0;
			padding: 0 120px 0 0;
		}

			.ft_area .ft_btm .subs_area .subs_box .list li .input_box input {
				line-height: 30px;
			}

			.ft_area .ft_btm .subs_area .subs_box .subs_btn {
				top: 0;
			}

		.ft_area .ft_btm .sns_list .list {
			gap: 10px;
		}


	#top_btn {
		right: 20px;
		bottom: 20px;
	}

		#top_btn img {
			width: 60px;
		}


	.btn_area {
		margin: 30px 0 0;
		gap: 0 10px;
	}

		.btn_area .btn {
			width: 300px;
			font-size: 16px;
			line-height: 46px;
		}

			.btn_area .btn.down .text {
				padding: 0 25px 0 0;
				background-size: 14px auto;
			}

			.btn_area .btn.inq .text {
				padding: 0 25px 0 0;
				background-size: 14px auto;
			}

			.btn_area .btn.list {
				width: 160px;
				line-height: 40px;
			}

				.btn_area .btn.list .text {
					padding: 0 0 0 25px;
					background-size: 18px auto;
					font-size: 16px;
				}

			.btn_area .btn.arrow {
				width: 180px;
			}

				.btn_area .btn.arrow .text {
					padding: 0 25px 0 0;
					background-size: 14px auto;
				}

	.radio_area label {
		font-size: 16px;
	}

	.chk_inner {
		padding: 0 0 0 24px;
	}

		.chk_inner label {
			font-size: 14px;
		}

	/* ==================== Pagination Style ==================== */
	.pagination {
		margin: 50px 0 0;
	}

		.pagination a {
			height: 34px;
			margin: 0 3px 0 0;
			font-size: 14px;
			line-height: 34px;
		}

		.pagination .page_arrow {
			width: 34px;
			font-size: 14px;
		}

			.pagination .page_arrow:before {
				height: 34px;
			}

			.pagination .page_arrow.r1 {
				margin: 0 3px 0 0;
			}

			.pagination .page_arrow.l1 {
				margin: 0 3px 0 0;
			}

			.pagination .page_arrow.r1:before {
				width: 34px;
			}

			.pagination .page_arrow.r2:before {
				width: 34px;
			}

			.pagination .page_arrow.l1:before {
				width: 34px;
			}

			.pagination .page_arrow.l2:before {
				width: 34px;
			}
	/* ==================== Pagination Style ==================== */

	.mt40 {
		margin-top: 20px !important;
	}

	.mt50 {
		margin-top: 30px !important;
	}

	.mt60 {
		margin-top: 40px !important;
	}

	.mt70 {
		margin-top: 50px !important;
	}

	.mt80 {
		margin-top: 50px !important;
	}

	.mt90 {
		margin-top: 60px !important;
	}

	.mt100 {
		margin-top: 70px !important;
	}

	.mt130 {
		margin-top: 90px !important;
	}

	.mt180 {
		margin-top: 120px !important;
	}

	.mb40 {
		margin-bottom: 20px !important;
	}

	.mb50 {
		margin-bottom: 30px !important;
	}

	.mb60 {
		margin-bottom: 40px !important;
	}

	.mb70 {
		margin-bottom: 50px !important;
	}

	.mb80 {
		margin-bottom: 50px !important;
	}

	.mb90 {
		margin-bottom: 60px !important;
	}

	.mb100 {
		margin-bottom: 70px !important;
	}

	.mb130 {
		margin-bottom: 90px !important;
	}

	.mb180 {
		margin-bottom: 120px !important;
	}

	.pt40 {
		padding-top: 20px !important;
	}

	.pt50 {
		padding-top: 30px !important;
	}

	.pt60 {
		padding-top: 40px !important;
	}

	.pt70 {
		padding-top: 50px !important;
	}

	.pt80 {
		padding-top: 50px !important;
	}

	.pt90 {
		padding-top: 60px !important;
	}

	.pt100 {
		padding-top: 70px !important;
	}
}

@media screen and (max-width: 1280px) {
}


@media screen and (max-width: 1080px) {
	.gnb_header .head_box {
		padding: 10px;
	}

		.gnb_header .head_box .logo {
			position: inherit;
			left: inherit;
			transform: translateY(0);
			top: inherit;
		}

			.gnb_header .head_box .logo a {
				width: 120px;
				height: 41px;
			}

		.gnb_header .head_box .gnb {
			display: none;
		}

	.util_menu {
		position: inherit;
		right: inherit;
		transform: translateY(0);
		top: inherit;
		gap: 10px;
	}

	.language_box .language_list li a {
		text-underline-offset: 2px;
	}

	.util_menu .sitemap_btn {
		display: none;
	}

	.util_menu .m_gnb_btn {
		display: block;
	}

	.logo_area {
		padding: 10px 0;
	}

		.logo_area .logo_box .logo_btn {
			width: 28px;
			height: 28px;
		}

			.logo_area .logo_box .logo_btn img {
				width: 4px;
			}

		.logo_area .logo_box .logo_slide .list li .box {
			height: 30px;
		}

			.logo_area .logo_box .logo_slide .list li .box .img_box img {
				max-height: 30px;
			}


	.footer {
		padding: 30px 0 50px;
	}

	.ft_area .ft_top .logo_box img {
		width: 120px;
	}

	.ft_area .ft_top .info_box {
		margin: 6px 0 0;
	}

		.ft_area .ft_top .info_box .text {
			font-size: 14px;
			line-height: 16px;
		}

		.ft_area .ft_top .info_box .info_list {
			gap: 5px;
		}

			.ft_area .ft_top .info_box .info_list li .box {
				font-size: 14px;
				line-height: 16px;
			}

	.ft_area .ft_btm {
		margin: 10px 0 0;
		padding: 10px 0 0;
	}

		.ft_area .ft_btm .subs_area .title {
			font-size: 14px;
			line-height: 18px;
		}

		.ft_area .ft_btm .subs_area .subs_box {
			max-width: 400px;
			margin: 6px 0 0;
			padding: 0 100px 0 0;
		}

			.ft_area .ft_btm .subs_area .subs_box .subs_btn {
				width: 90px;
				font-size: 12px;
			}

		.ft_area .ft_btm .sns_list .list li a img {
			height: 18px;
		}


	#top_btn {
		right: 10px;
		bottom: 10px;
	}

		#top_btn img {
			width: 50px;
		}

	.btn_area {
		margin: 20px 0 0;
	}

		.btn_area .btn {
			width: 250px;
			font-size: 14px;
			line-height: 36px;
		}

			.btn_area .btn.down .text {
				padding: 0 20px 0 0;
				background-size: 12px auto;
			}

			.btn_area .btn.inq .text {
				padding: 0 20px 0 0;
				background-size: 12px auto;
			}

			.btn_area .btn.list {
				width: 130px;
				line-height: 34px;
			}

				.btn_area .btn.list .text {
					padding: 0 0 0 20px;
					background-size: 14px auto;
					font-size: 14px;
				}

			.btn_area .btn.arrow {
				width: 150px;
			}

				.btn_area .btn.arrow .text {
					padding: 0 20px 0 0;
					background-size: 12px auto;
				}

	.radio_area label {
		font-size: 14px;
	}

	.chk_inner {
		padding: 0 0 0 18px;
	}

		.chk_inner .inp_chk {
			width: 14px;
			height: 14px;
			margin: -7px 0 0;
		}

		.chk_inner label {
			line-height: 14px;
		}

	/* ==================== Pagination Style ==================== */
	.pagination {
		margin: 30px 0 0;
	}

		.pagination a {
			width: 24px;
			height: 24px;
			margin: 0 3px 0 0;
			font-size: 14px;
			line-height: 24px;
		}

		.pagination .page_arrow {
			width: 24px;
			font-size: 14px;
		}

			.pagination .page_arrow:before {
				height: 24px;
			}

			.pagination .page_arrow.r1:before {
				width: 24px;
			}

			.pagination .page_arrow.r2:before {
				width: 24px;
			}

			.pagination .page_arrow.l1:before {
				width: 24px;
			}

			.pagination .page_arrow.l2:before {
				width: 24px;
			}
	/* ==================== Pagination Style ==================== */


	.mt20 {
		margin-top: 10px !important;
	}

	.mt30 {
		margin-top: 15px !important;
	}

	.mt40 {
		margin-top: 20px !important;
	}

	.mt50 {
		margin-top: 20px !important;
	}

	.mt60 {
		margin-top: 30px !important;
	}

	.mt70 {
		margin-top: 30px !important;
	}

	.mt80 {
		margin-top: 40px !important;
	}

	.mt90 {
		margin-top: 50px !important;
	}

	.mt100 {
		margin-top: 50px !important;
	}

	.mt20 {
		margin-top: 10px !important;
	}

	.mt30 {
		margin-top: 15px !important;
	}

	.mt40 {
		margin-top: 20px !important;
	}

	.mt50 {
		margin-top: 20px !important;
	}

	.mt60 {
		margin-top: 30px !important;
	}

	.mt70 {
		margin-top: 30px !important;
	}

	.mt80 {
		margin-top: 40px !important;
	}

	.mt90 {
		margin-top: 50px !important;
	}

	.mt100 {
		margin-top: 50px !important;
	}

	.mt130 {
		margin-top: 60px !important;
	}

	.mt180 {
		margin-top: 90px !important;
	}

	.mb20 {
		margin-bottom: 10px !important;
	}

	.mb30 {
		margin-bottom: 15px !important;
	}

	.mb40 {
		margin-bottom: 20px !important;
	}

	.mb50 {
		margin-bottom: 20px !important;
	}

	.mb60 {
		margin-bottom: 30px !important;
	}

	.mb70 {
		margin-bottom: 30px !important;
	}

	.mb80 {
		margin-bottom: 40px !important;
	}

	.mb90 {
		margin-bottom: 50px !important;
	}

	.mb100 {
		margin-bottom: 50px !important;
	}

	.pt10 {
		padding-top: 10px !important;
	}

	.pt20 {
		padding-top: 10px !important;
	}

	.pt40 {
		padding-top: 20px !important;
	}

	.pt50 {
		padding-top: 20px !important;
	}

	.pt60 {
		padding-top: 30px !important;
	}

	.pt70 {
		padding-top: 30px !important;
	}

	.pt80 {
		padding-top: 40px !important;
	}

	.pt90 {
		padding-top: 50px !important;
	}

	.pt100 {
		padding-top: 50px !important;
	}
}

@media screen and (max-width: 767px) {
	.logo_area {
		padding: 7px 0;
	}

		.logo_area .logo_box .logo_btn {
			width: 22px;
			height: 22px;
		}

			.logo_area .logo_box .logo_btn img {
				width: 3px;
			}

		.logo_area .logo_box .logo_slide .list li .box {
			height: 25px;
		}

			.logo_area .logo_box .logo_slide .list li .box .img_box img {
				max-height: 25px;
			}


	.footer {
		padding: 20px 0;
	}

	.ft_area .ft_btm {
		flex-direction: column;
		gap: 5px;
	}

		.ft_area .ft_btm .sns_list {
			order: 1;
		}

		.ft_area .ft_btm .subs_area {
			order: 2;
		}

	.ft_area .ft_top .info_box .info_list {
		flex-direction: column;
	}


	.btn_area {
		flex-wrap: wrap;
		gap: 5px 10px;
	}

		.btn_area .btn {
			width: auto;
			padding: 0 10px;
			line-height: 30px;
		}

			.btn_area .btn.arrow {
				width: 130px;
			}

				.btn_area .btn.arrow .text {
					padding: 0 15px 0 0;
					background-size: 10px auto;
				}
	/* ==================== Pagination Style ==================== */
	.pagination {
		margin: 20px 0 0;
	}

		.pagination a {
			width: 19px;
			height: 22px;
			margin: 0 2px 0 0;
			font-size: 12px;
			line-height: 22px;
		}

		.pagination .page_arrow {
			width: 20px;
			font-size: 12px;
		}

			.pagination .page_arrow.r1 {
				margin: 0 2px 0 0;
			}

			.pagination .page_arrow.l1 {
				margin: 0 2px 0 0;
			}

			.pagination .page_arrow:before {
				height: 22px;
			}

			.pagination .page_arrow.r1:before {
				width: 22px;
			}

			.pagination .page_arrow.r2:before {
				width: 22px;
			}

			.pagination .page_arrow.l1:before {
				width: 22px;
			}

			.pagination .page_arrow.l2:before {
				width: 22px;
			}
	/* ==================== Pagination Style ==================== */

	.mt10 {
		margin-top: 5px !important;
	}

	.mt60 {
		margin-top: 20px !important;
	}

	.mt70 {
		margin-top: 20px !important;
	}

	.mt80 {
		margin-top: 30px !important;
	}

	.mt90 {
		margin-top: 30px !important;
	}

	.mt100 {
		margin-top: 30px !important;
	}

	.mt130 {
		margin-top: 40px !important;
	}

	.mt180 {
		margin-top: 50px !important;
	}

	.mb10 {
		margin-bottom: 5px !important;
	}

	.mb60 {
		margin-bottom: 20px !important;
	}

	.mb70 {
		margin-bottom: 20px !important;
	}

	.mb80 {
		margin-bottom: 30px !important;
	}

	.mb90 {
		margin-bottom: 30px !important;
	}

	.mb100 {
		margin-bottom: 30px !important;
	}

	.mb130 {
		margin-bottom: 40px !important;
	}

	.mb180 {
		margin-bottom: 50px !important;
	}

	.pt60 {
		padding-top: 20px !important;
	}

	.pt70 {
		padding-top: 20px !important;
	}

	.pt80 {
		padding-top: 30px !important;
	}

	.pt90 {
		padding-top: 40px !important;
	}

	.pt100 {
		padding-top: 40px !important;
	}
}

@media screen and (max-width: 480px) {
	.ft_area .ft_btm .subs_area .subs_box {
		max-width: 100%;
		padding: 0;
	}

		.ft_area .ft_btm .subs_area .subs_box .list {
			gap: 5px;
		}

		.ft_area .ft_btm .subs_area .subs_box .subs_btn {
			position: inherit;
			right: inherit;
			top: inherit;
			width: 100%;
			border-radius: 0;
			margin: 5px 0 0;
		}
}


/* select 기본 화살표 없애기 */
select {
	border-radius: 0; /* 아이폰 사파리 보더 없애기 */
	-webkit-appearance: none; /* 화살표 없애기 for chrome*/
	-moz-appearance: none; /* 화살표 없애기 for firefox*/
	appearance: none /* 화살표 없애기 공통*/
}

	select::-ms-expand {
		display: none /* 화살표 없애기 for IE10, 11*/
	}

/* 260227 */

br.mo_block {
	display: none;
}

@media screen and (max-width: 767px) {
	br.mo-hide {
		display: none;
	}

	br.mo_block {
		display: block;
	}

	.footer .container {
		padding: 0 16px;
	}

	.container {
		padding: 0 16px;
	}
}


.gnb_header .head_box .gnb > li {
	position: relative;
	width: auto;
}

	.gnb_header .head_box .gnb > li > a {
		padding: 0 30px;
		line-height: 110px;
	}

	.gnb_header .head_box .gnb > li .sub_gnb_box {
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: 190px;
		padding: 25px 10px;
		background-color: #e4c902;
	}


/* 하단 뉴스 layer */
#subscribeMsg {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.5;
}

.subscribe_layer {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(10px);
	transition: max-height .45s ease, opacity .3s ease, transform .3s ease, margin .45s ease;
	margin: 0;
	pointer-events: none;
}

	.subscribe_layer.active {
		max-height: 220px;
		opacity: 1;
		transform: translateY(0);
		margin: 0 0 16px;
		pointer-events: auto;
	}

	.subscribe_layer .layer_inner {
		position: relative;
		padding: 22px 44px 22px 22px;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 20px;
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	}

	.subscribe_layer .layer_close {
		position: absolute;
		top: 12px;
		right: 14px;
		width: 24px;
		height: 24px;
		border: 0;
		background: transparent;
		font-size: 22px;
		line-height: 1;
		color: #222;
		cursor: pointer;
	}

	.subscribe_layer .layer_text {
		margin: 0;
		font-size: 16px;
		line-height: 1.65;
		color: #222;
		word-break: keep-all;
	}

@media (max-width:768px) {
	.subscribe_layer.active {
		max-height: 280px;
		margin: 0 0 12px;
	}

	.subscribe_layer .layer_inner {
		padding: 18px 20px 18px 18px;
		border-radius: 16px;
	}

	.subscribe_layer .layer_text {
		font-size: 14px;
		line-height: 1.6;
	}
}

@media (min-width:769px) {
	.subscribe_layer {
		position: absolute;
		left: 0;
		bottom: calc(100% + 16px);
		width: 460px;
		max-height: none;
		margin: 0;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		pointer-events: none;
		overflow: visible;
	}

		.subscribe_layer.active {
			opacity: 1;
			visibility: visible;
			transform: translateY(0);
			pointer-events: auto;
		}
}
