@charset "utf-8";

/* Common */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none
}
body, html {
	width: 100%;
	height: 100%;
	min-width: 1240px;
}
body, input, textarea, select, button, table {
	font-family: 'Open Sans', '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif;
	font-size: 12px;
	-webkit-font-smoothing: antialiased
}
img, fieldset, button {
	border: 0
}
ul, ol {
	list-style: none
}
em, address {
	font-style: normal
}
a {
	text-decoration: none
}
a:hover, a:active, a:focus {
	text-decoration: none
}
.blind {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0
}
.edge {
	position: absolute;
	top: 12px;
	right: 4px;
	width: 0;
	height: 0;
	border-width: 0 8px 8px;
	border-style: solid;
	border-color: transparent transparent #262261 !important;   /*로그인 창 삼각형*/
}
.clear {
	clear: both
}
/* Skip to content */
.skip {
	margin: 0
}
.skip > a {
	display: block;
	overflow: hidden;
	height: 0;
	line-height: 28px;
	text-align: center
}
.skip > a:focus {
	height: auto
}
/* Layout */
.container {
	min-width: 1240px;
	background-color: #fff
}
.header {
	position: relative;
	z-index: 2;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	zoom: 1
}
.header > .side {
	float: right;
	z-index: 2;
	margin: 39px 0 0 22px;
	line-height: 20px
}
.visual {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%
}
.body {
	position: relative;
	padding: 30px 0
}
.body .content {
}
.body.fixed-width {
	width: 1200px;
	margin: 0 auto
}
.header:after, .body:after {
	display: block;
	clear: both;
	content: ''
}
.content {
	zoom: 1
}
.content:after {
	display: block;
	clear: both;
	content: ''
}
.content > :first-child {
	margin-top: 0
}
.content img {
	max-width: 100%;
	height: auto
}
/* Header */
.header > h1 {
	float: left;
	padding: 20px 0;
	margin-right: 32px;
	line-height: 60px;
}
.header > h1 img {
	vertical-align: middle;
	max-height: 40px;
}

.fixed_header .header_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	z-index: 1000;
	padding: 0;
}
.fixed_header .header_wrap.shrink {
	position: fixed;
	top: 0;
	width:auto;
	min-width: 1240px;
	z-index: 1000;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
	-webkit-animation: ani-header 0.5s forwards;
	animation: ani-header 0.5s forwards;
	left: 0;
	right: 0;
}

.fixed_header .header_wrap.shrink .header > h1 {
	padding: 0
}
.fixed_header .header_wrap.shrink .gnb > ul > li > a {
	line-height: 60px
}
.fixed_header .header_wrap.shrink .header > .side {
	margin: 19px 0 0 22px
}
.fixed_header .header_wrap.shrink .search_area {
	padding: 0 20px
}
/* Footer */
.footer {
	border-top: 1px solid #e4e4e4;
	border-bottom: 3px solid #cda25a;
    background-color: #262261;
    color: #ffffff;
	border-top: none;
	font-family: 'Open Sans', '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif
}
.footer a {
  color: #ffffff;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;         /* ✅ 세로 중앙 정렬 핵심! */
  max-width: 100%;             /* ✅ 양옆 퍼지게 */
  padding: 10px 30px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.footer-business-info {
  flex: 1;
  text-align: left;
  font-size: 13px;
  line-height: 10px;
  color: #ffffff;
}
.footer-business-info p {
  margin: 0;
  padding: 4px 0;
}
.footer-policy-links {
  flex: 0 0 auto;
  text-align: right;
  font-size: 13px;
  display: flex;
  align-items: center;       /* ✅ 수직 중앙 정렬 */
  gap: 8px;
}
.footer-policy-links a {
  color: #ffffff;
  text-decoration: none;
}
.footer-policy-links a:hover {
  color: #cda25a;
  text-decoration: underline;
}

.footer a:hover, .footer a:focus {
	text-decoration: none
}
 .footer .f_info_area {
    display: none !important; 
/*	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 48px 0 40px  Terms of Service, Privacy Policy 안보이게 숨기기 */
}
.footer .f_cr_area {
	padding: 10px;
	background-color: #262261;
}
.footer .bottom {
	width: 1200px;
	margin: 0 auto;
	font-size: 13px;
	color: #f1f1f1;
	line-height: 5px
}
.footer .bottom a {
	color: #f1f1f1
}
.footer .bottom a:hover,
.footer .bottom a:focus,
.footer .bottom a:active {
	color: #cda25a
}
.footer .bottom > .copyright {float:left;}
.footer .bottom > .FNB2 > a{margin-right:20px; float:right;}
.footer .bottom span {
	display: inline-block;
}
.footer .sub_desc {
	margin-bottom: 16px;
	font-size: 13px;
	color: #888;
	line-height: 22px
}
.footer .f_info {
	float: left;
	width: 240px;
	margin-right: 65px
}
.footer .f_logo {
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 16px;
	font-size: 24px;
	color: #555
}
.footer .f_logo.log_txt a {
	font-size: 24px;
	font-weight: bold;
	color: #555
}
.footer .f_logo img {
	max-width: 240px
}
.footer .f_info2 {
	overflow: hidden;
	margin-top: 7px
}
.footer .site_map > ul {
	display: inline-block;
	overflow: hidden;
	background: url(../img/bg_sitemap.png) repeat-y
}
.footer .site_map > ul li {
	float: left;
	width: 282px;
	margin: 0 0 0 24px
}
.footer .site_map > ul li:first-child, .footer .site_map > ul li.clear {
	clear: both;
	margin-left: 0
}
.footer .site_map > ul li a {
	display: inline-block;
	margin: 0 0 20px;
	padding: 0 23px;
	font-size: 15px;
	font-weight: bold;
	color: #555
}
.footer .site_map > ul ul {
	overflow: hidden;
	margin: 0 0 10px
}
.footer .site_map > ul ul li {
	margin-left: 0
}
.footer .site_map > ul ul a {
	margin: 0 0 13px;
	font-size: 13px;
	font-weight: normal;
	color: #888;
	line-height: 18px
}
.footer .site_map > ul ul a:hover,
.footer .site_map > ul ul a:focus,
.footer .site_map > ul ul a:active {
	color: #555
}
.footer .f_cr_area .mobile-footer-member {
	display: none;
}
/* button */
.btn_item {
	display: inline-block;
	margin: 35px 0;
	padding: 0 27px;
	height: 50px;
	font-family: "Open Sans";
	background-color: #cda25a;
	font-size: 14px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #FFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.btn_item:hover,
.btn_item:active
.btn_item:focus {
	background-color: #CBA061;
	color: #fff
}
.btn_item + .btn_item {
	margin-left: 10px;
}
.popup_btn {
	background-color: #CBA061;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
}
.popup_btn:hover {
	background-color: #555;
}
.popup_btn.b-close, .popup_btn.bClose {
	border-radius: 7px 7px 7px 7px;
	box-shadow: none;
	font: bold 131% sans-serif;
	padding: 0 6px 2px;
	position: absolute;
	right: -7px;
	top: -7px;
}


/* Login */
.header > .side > ul > li {
	float: left;
	position: relative
}
.header > .side > ul:after {
	display: block;
	clear: both;
	content: ''
}
.header > .side > ul > li > a {
	display: block;
	width: 22px;
	height: 22px;
	margin-left: 12px;
	font-size: 22px;
	line-height: 22px;
	color: #888;
	text-align: center
}
.header > .side > ul > li > a:hover, .header > .side > ul > li > a:focus, .header > .side > ul > li > a:active, .header > .side > ul > li.on > a {
	color: #444
}
.header > .side > ul .ly {
	position: relative;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 13px;
	background-color: #f9f9f9
}
.header > .side > ul .ly.ly_login {
	overflow: hidden;
	margin-top: 0;
	background: url('../img/blank.gif') 0 0 repeat;
	height: 0
}
.header > .side > ul .ly.ly_login ul {
	position: relative;
	margin-top: 18px;
	padding: 8px 0;
	background-color: #262261 !important; /*로그인 배경색*/
	z-index: 3
}
.header > .side > ul .on .ly.ly_login {
	height: auto
}
.header > .side > ul .ly a {
	display: block;
	min-width: 120px;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 13px;
	color: #9d9d9d
}
.header > .side > ul .ly a:hover {
	color: #cda25a;
	text-decoration: none
}
.header > .side > ul > li .login_after {
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin-top: -9px;
	border-radius: 100%
}
.header > .side > ul > li .login_after img {
	width: 40px;
	height: 40px
}
.header > .side > ul > li .login_after ~ .ly_login .edge {
	right: 11px
}

/* Search */
.search_wrap {
	position: relative;
	width: 1200px;
	margin: 0 auto
}
.search_area {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 1160px;
	padding: 20px;
	z-index: 3;
	z-index: 3
}
.search_area input {
	font-size: 13px;
	vertical-align: top
}
.search_area input[type=text] {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 10px 0;
	border: 0;
	background-color: transparent;
	font-size: 40px;
	color: #444;
	-webkit-appearance: none;
}
.search_area input[type=text]:focus {
	outline: 0
}
.search_area input[type=text]::-ms-clear {
	display: none
}
.search_area .btn_close {
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-size: 22px;
	color: #888;
	text-align: center;
	line-height: 20px
}
/* GNB */
.gnb {
	float: right;
	position: relative;
	z-index: 1;
	max-width: 742px;
	height: 100%;
	font-size: 13px
}
.gnb a {
	text-decoration: none;
	white-space: nowrap
}
.gnb > ul > li {
	float: left;
	position: relative;
	text-align: left;
    display: inline-block; /* ✅ float:left 대신 사용 가능 */
	width: auto;          /* 넓이를 내용에 맞게 */
    padding: 0;           /* 좌우 여백 제거 */
}
.gnb > ul:after {
	display: block;
	clear: both;
	content: ''
}
.gnb > ul > li > a {
  display: inline-block;   /* ✅ 클릭 범위는 텍스트에 맞게 */
  position: relative;
  padding: 0 20px;
  line-height: 65px;       /* ✅ 메뉴 높이와 일치 */
  font-size: 15px;
  font-weight: 700;
  color: #262262;
  transition: color 0.2s ease;
}

  }

.gnb > ul > li > a:hover,
.gnb > ul > li > a:focus,
.gnb > ul > li > a:focus,
.gnb > ul > li.on > a {
	color: #444
}
.gnb > ul .depth2 {
  display: none;
  position: absolute;
  top: 70px;                 /* ← ✅ 위로 조금 당김 */
  margin-top: 0;             /* 여백 제거 */
  left: 0;
  z-index: 1000;
  background-color: #262261 !important;
  padding: 7px 0;
  min-width: 120px;
}
	
.gnb > ul .depth2 > li {
	position: relative
}
.gnb > ul .depth2:after {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #cda25a;
	content: ''
}
.gnb > ul .depth2 a {
	display: block;
	position: relative;
    width: 100px;        /* ✅ 고정 너비로 맞추기 */
    min-width: unset;    /* ✅ 기존 min-width 제거 */
	height: 40px;
	padding: 0 30px 0 20px;
	line-height: 40px;
	font-size: 13px;
	color: #9d9d9d
}
.gnb > ul .depth2 a:hover,
.gnb > ul .depth2 a:active,
.gnb > ul .depth2 a:focus,
.gnb > ul .depth2 > li.on > a {
	color: #cda25a
}
.gnb > ul .depth3 {
	display: none;
	position: absolute;
	top: -8px;
	left: 100%;
	z-index: 2;
	padding: 8px 0;
	background-color: #333
}
.gnb > ul .depth2 > li.more > a:after {
	position: absolute;
	right: 20px;
	content: '>'
}
/* VISUAL */
.visual.sub {
	position: relative;
	padding: 35px 0;
	background-color: #f6f6f6;
	line-height: 30px;
}
.visual.sub .sub_title {
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 0 auto
}
.visual.sub .sub_title h1 {
	position: relative;
	font-weight: 700;
	font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif;
	font-size: 17px;
	color: #444
}
.visual.sub .sub_title h1:after {
	position: absolute;
	top: 115%;
	left: 0;
	width: 22px;
	height: 2px;
	background-color: #444;
	content: ''
}
.visual.sub .bg_img {
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover

}
.visual.sub.sub_type2 {
	padding: 70px 0
}
.visual.sub.sub_type2 .bg_img {
	display: block
}
.visual.sub.sub_type2 .sub_title h1 {
	color: #fff;
	font-weight: 400;
	font-size: 23px;
	letter-spacing: 1px
}
.visual.sub.sub_type2 .sub_title h1:after,
.visual.sub.sub_type3 .sub_title h1:after {
	background: none
}
.visual.sub.sub_type3 {
	padding: 250px 0 210px;
	line-height: 40px;
	text-align: center
}
.visual.sub.sub_type3 .bg_img {
	display: block;
	background-attachment: fixed;
	background-size: auto auto
}
.visual.sub.sub_type3 .sub_title h1 {
	font-size: 39px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px
}
/* LNB */
.body.fixed-width .lnb > ul {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 40px 0 0
}
.body.fixed-width .lnb > ul > li {
	margin-bottom: 40px
}
.body.fixed-width .lnb > ul > li > a,
.body.fixed-width .lnb > ul > li > span {
	display: block;
	line-height: 21px;
	margin-bottom: 14px;
	font-size: 15px;
	color: #444
}
.body.fixed-width .lnb ul ul li.on a {
	color: #cda25a
}
.body.fixed-width .lnb ul ul a {
	display: block;
	padding: 10px 0px 10px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #888;
	text-decoration: none
}
.body.fixed-width .lnb ul ul a:hover,
.body.fixed-width .lnb ul ul a:focus,
.body.fixed-width .lnb ul ul a:active {
	color: #cda25a
}
.body.fixed-width .lnb img {
	vertical-align: top
}
.body.fixed-width.left .lnb,
.body.fixed-width.right .lnb {
	float: left;
	width: 260px;
	padding: 0 0 16px
}
.body.fixed-width.left .content,
.body.fixed-width.right .content {
	float: right;
	width: 900px;
	min-height: 400px;
	padding: 40px 0 100px
}
.body.fixed-width.right .lnb {
	float: right
}
.body.fixed-width.right .content {
	float: left
}
.body.fixed-width.none .lnb {
	display: none
}
.body.fixed-width.none .content {
	float: none;
	width: 1200px
}

/* Scroll to top link */
.btn_top {
	display: none;
	position: fixed;
	right: 0;
	bottom: 57px;
	z-index: 1000;
	width: 48px;
	height: 48px;
	background-color: #555;
	font-size: 24px;
	color: #fff;
	text-align: center;
	opacity: 0.8;
	filter: alpha(opacity=80)
}
.btn_top:hover {
	background-color: #cda25a;
	color: #fff;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100)
}
.btn_top i {
	line-height: 48px
}
/*
.swiper-container {
	height: 600px;
	font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '돋움', Dotum, AppleGothic, Helvetica, serif;
}*/

.swiper-container > div > div {
	display: table;
	height: 600px;
	color: #fff;
	background-size: cover;
}
.swiper-container > div > div > div {
	display: table-cell;
	vertical-align: middle;
}
.swiper-container > div > div > div > div {
	width: 1200px;
	margin: 0 auto;
}
.swiper-container h1 {
	font-weight: 700;
	margin: 0 0 19px 0;
	font-size: 60px;
	line-height: 70px;
	text-decoration: none;
}
.swiper-container p {
	font-size: 20px;
	line-height: 22px;
}
.swiper-button {
	position: absolute;
	top: 50%;
	display: none;
	margin:-25px 0 0 0;
}
.swiper-container:hover .swiper-button {
	display: block;
}
.swiper-button.left {
	left: 20px;
}
.swiper-button.right {
	right: 20px;
}
.swiper-button i {
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.swiper-button button {
	background-color: #333;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.swiper-pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	opacity: 0.6;
	margin: 0 3px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #fff;
	opacity: 1;
}



@media all and (max-width: 479px) {
	body, html {
		min-width: 100%;
	}
	a.btn_top {
		display: none;
	}
	/* Layout */
	.container {
		min-width: 100%;
		background-color: #fff
	}
	.header {
		position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
		margin: 0 auto;
		zoom: 1
	}
	.header > .side {
		display: none;
	}
	.body.fixed-width {
		width: auto;
		margin: 0
	}
	.header:after, .body:after {
		clear: both;
		content: ''
	}
	.body {
		padding: 0;
	}
	.content {
		zoom: 1;
	}
	.content:after {
		clear: both;
		content: ''
	}
	.content > :first-child {
		margin-top: 0;
	}
	.body.fixed-width.none .content {
		width:auto;
	}
	.content img {
		max-width: 100%;
		height: auto
	}
	.body.fixed-width.left .content,
	.body.fixed-width.right .content {
		width: auto;
		float: none;
		min-height: 100%;
		padding: 40px 0;
	}
	/* Header */
	.header > h1 {
		float: none;
		margin-right: 0;
		padding: 0 15px;
		line-height: 50px;
		display: block;
	}
	.header > h1 img {
		max-height: 15px;
		padding: 0;
		margin: 0;
	}
	.header.sub_type3 {
		position: absolute;
	}
	/* Fixed Header */
	.container.fixed_header {
		padding-top: 0
	}
	.header_wrap.shrink {
		display: none;
	}
	.fixed_header .header_wrap {
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000
	}
	.fixed_header .header_wrap.shrink {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
		border-bottom: 1px solid #e1e1e1;
		background-color: #fff;
		-webkit-animation: ani-header 0.5s forwards;
		animation: ani-header 0.5s forwards
	}
	.fixed_header .header_wrap.shrink .header > h1 {
		padding: 0
	}
	.fixed_header .header_wrap.shrink .gnb > ul > li > a {
		line-height: 60px
	}
	.fixed_header .header_wrap.shrink .header > .side {
		margin: 19px 0 0 22px
	}
	.fixed_header .header_wrap.shrink .search_area {
		padding: 0 20px
	}
	/* Footer */
	.footer {
		border-top: 1px solid #e4e4e4;
		border-bottom: 3px solid #cda25a;
		background-color: #f1f1f1;
	}
	.footer a:hover, .footer a:focus {
		text-decoration: none
	}
	.footer .f_info_area {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.footer .f_cr_area {
		padding: 0;
		background-color: #555;
		color: #fff;
	}
	.footer .bottom {
		width: auto;
		margin: 0;
		font-size: 12px;
		color: #f1f1f1;
		line-height: 16px
	}
	.footer .bottom span {
		display: inline-block;
		margin-left: 0px
	}
	.footer .bottom > .copyright {float:none;}
	.footer .bottom > .FNB2 > a{margin-right:20px; float:none; display: none;}
	.footer .sub_desc {
		display: none;
	}
	.footer .f_info {
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.footer .f_logo {
		padding: 8px 15px;
		margin-bottom: 0;
	}
	.footer .f_logo.log_txt a {
		font-size: 16px;
		font-weight: bold;
		color: #555
	}
	.footer .f_logo img {
		max-width: auto;
		max-height: 30px;
	}
	.footer .f_info2 {
		display: none;
	}
	.footer .site_map {
		display: none;
	}
	.footer .f_info2 {
		display: none;
	}
	.footer .f_logo {
		padding: 8px 15px;
	}
	.footer .f_logo img {
		max-height: 30px;
	}
	.footer .sub_desc {
		display: none;
	}
	.footer .f_cr_area {
		padding: 0;
		background-color: #555;
		color: #fff;
	}
	.footer .f_cr_area p {
		margin: 0;
		padding: 8px 14px;
	}
	.footer .f_cr_area a {
		color: #fff;
	}
	.footer .f_cr_area .mobile-footer-member {
		padding: 0;
		margin: 0;
		border-top: 1px solid #444;
		list-style: none;
		overflow: hidden;
		display: block;
	}
	.footer .f_cr_area .mobile-footer-member li {
		float: left;
		width: 50%;
		border-left: 1px solid #444;
		box-sizing: border-box;
	}
	.footer .f_cr_area .mobile-footer-member li:first-child {
		border-left: 0;
	}
	.footer .f_cr_area .mobile-footer-member li a {
		display: block;
		line-height: 32px;
		text-align: center;
	}
	/* button */
	.btn_item {
		display: inline-block;
		margin: 35px 0;
		padding: 0 27px;
		height: 50px;
		font-family: "Open Sans";
		background-color: #555;
		font-size: 14px;
		line-height: 50px;
		letter-spacing: 1px;
		color: #FFF;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}
	.btn_item:hover,
	.btn_item:active
	.btn_item:focus {
		background-color: #CBA061;
		color: #fff
	}
	.btn_item + .btn_item {
		margin-left: 10px;
	}
	/* Login */
	.header > .side {
		display: none;
	}
	.header > .custom_area {
		display:none;
	}
	/* Search */
	.search_wrap {
		display: none;
	}
	.gnb {
		float: none;
		position: static;
		z-index: 1;
		max-width: 100%;
		height: 100%;
		font-size: 1em;
		background: #fff;
	}
	.gnb a {
		white-space: normal;
		font-size: 14px;
		display: block;
		padding: 10px 0;
		border-top: 1px solid #eee;
	}
	.gnb > ul {
		display: none;
		padding: 0 14px 14px 14px;
		max-height: 240px;
		overflow-x: scroll;
		border-bottom: 1px solid #eaeaea;
		background: #fff;
		-webkit-overflow-scrolling: touch;
	}
	.gnb > ul > li {
		float: none;
		position: static;
	}
	.gnb > ul > li:first-child > a {
		border-top: 0;
	}
	.gnb > ul:after {
		display: none;
	}
	.gnb > ul > li > a {
		position: static;
		padding: 10px 0;
		line-height: normal;
		font-size: normal;
		color: #555;
		font-weight: bold;
	}
	.gnb > ul .depth2 {
		display: block;
		position: static;
		padding: 0;
		background-color: #fff
	}
	.gnb > ul .depth2 > li {
		position: static
	}
	.gnb > ul .depth2:after {
		display: none
	}
	.gnb > ul .depth2 a {
		position: static;
		min-width: 100%;
		height: auto;
		padding: 10px 0;
		line-height: normal;
		color: #555;
	}
	.gnb > ul .depth3 {
		display: block;
		position: static;
		background-color: #fff;
		padding: 0;
	}
	.gnb > ul .depth3 a {
		color: #999;
	}
	.gnb > ul .depth2 > li.more > a:after {
		display: none;
	}
	/* GNB */
	.gnb {
		float: none;
		position: static;
		z-index: 1;
		max-width: 100%;
		height: 100%;
		font-size: 1em;
		display: block;
	}
	.gnb #mobile_menu_btn {
		display: block;
	}
	.gnb .menu_btn {
		height: 22px;
		width: 44px;
		display: block;
		position: absolute;
		top: 14px;
		right: 3px;
		display: inline-block;
	}
	.gnb .menu_btn .menu_bar {
		width: 20px;
		height: 14px;
		position: relative;
		top: 4px;
		left: 12px;
	}
	.gnb .menu_btn .menu_bar div {
		height: 0;
		border-top: 2px solid #383431;
		position: absolute;
	}
	.header.sub_type3 .gnb .menu_btn .menu_bar div {
		border-top: 2px solid #fff;
	}
	.gnb .menu_btn .menu_bar div.btn1 {
		width: 20px;
		top: 0;
	}
	.gnb .menu_btn .menu_bar div.btn2 {
		width: 20px;
		top: 6px;
		transition: all 0.1s
	}
	.gnb .menu_btn .menu_bar div.btn3 {
		width: 20px;
		bottom: 0;
	}
	.gnb .menu_btn.opened .menu_bar div.btn1 {
		top: 6px;
		width: 20px;
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.gnb .menu_btn.opened .menu_bar div.btn2 {
		top: 6px;
		display: none;
	}
	.gnb .menu_btn.opened .menu_bar div.btn3 {
		top: 6px;
		width: 20px;
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.body {
	}
	.body .lnb {
		display: none;
	}
	.body .content {
		overflow: hidden;
	}
	.visual {
		box-sizing: border-box;
	}
	.visual.sub {
		position: relative;
		padding: 15px 14px 30px 14px;
		background-color: #f6f6f6;
		line-height: 30px
	}
	.visual.sub .sub_title {
		position: relative;
		z-index: 2;
		width:auto;
		margin:0;
	}
	.visual.sub .sub_title h1 {
		position: relative;
		font-weight: 700;
		font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif;
		font-size: 17px;
		color: #444
	}
	.visual.sub .sub_title h1:after {
		position: absolute;
		top: 115%;
		left: 0;
		width: 22px;
		height: 2px;
		background-color: #444;
		content: ''
	}
	.visual.sub .bg_img {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover
	}
	.visual.sub.sub_type2 {
		padding: 40px 15px
	}
	.visual.sub.sub_type2 .bg_img {
		display: block
	}
	.visual.sub.sub_type2 .sub_title h1 {
		color: #fff;
		font-weight: 400;
		font-size: 23px;
		letter-spacing: 1px
	}
	.visual.sub.sub_type2 .sub_title h1:after,
	.visual.sub.sub_type3 .sub_title h1:after {
		background: none
	}
	.visual.sub.sub_type3 {
		padding: 80px 0 0;
		line-height: 40px;
		text-align: center
	}
	.visual.sub.sub_type3 .bg_img {
		display: block;
		background-attachment: fixed;
		background-size: auto auto
	}
	.visual.sub.sub_type3 .sub_title {
		padding:100px 0 70px 0;
	}
	.visual.sub.sub_type3 .sub_title h1 {
		font-size: 23px;
		font-weight: 400;
		color: #fff;
		letter-spacing: 2px
	}
	.swiper-container {
		height: 270px;
		font-family: Raleway, '나눔바른고딕', NanumBarunGothic, ng, '돋움', Dotum, AppleGothic, Helvetica, serif;
	}
	.swiper-container > div > div {
		display: table;
		height: 270px;
		color: #fff;
	}
	.swiper-container > div > div > div {
		display: table-cell;
		vertical-align: middle;
	}
	.swiper-container > div > div > div > div {
		padding: 0 14px;
		width: auto;
		margin: 0;
	}
	.swiper-container h1 {
		font-weight: 600;
		margin: 0 0 10px 0;
		font-size: 24px;
		line-height: 30px;
		text-decoration: none;
	}
	.swiper-container p {
		font-size: 14px;
		line-height: 18px;
	}

}

@media screen and (max-width: 767px) {
  .footer {
    background-color: #262261 !important;  /* 💙 푸터 배경 파랑 */
    color: #ffffff !important;             /* 🤍 전체 텍스트 흰색 */
  }
  .footer-inner {
    display: flex;       
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0px 16px 4px;  /* ⬅️ 오른쪽 padding 제거 */
    gap: 12px;
  }
  .f_cr_area {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;  
    background-color: #262261 !important;
    padding: 0 !important;
    border: none !important; /* 🔴 흰 줄 제거 */
	margin: 0 !important;                /* ✅ 혹시 margin 남아 있으면 제거 */
  }  
   .f_cr_area .bottom {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;               /* ✅ 공간 자체 없애기 */
    overflow: hidden !important;
    display: none !important;          /* ✅ 완전히 안 보이게 */
  }  
   .bottom {
    display: none !important;
  }
   /* 3. 주소 정보와 정책 정보 아래쪽 여백 제거 */
  .footer-business-info,
  .footer-policy-links {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
   /* 4. 모바일 로그인 버튼 박스 여백 제거 */
  .mobile-footer-member {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .footer-business-info {
    text-align: left;
    margin: 0;
    width: 100%;
    font-size: 10px;
    line-height: 0px;
    background-color: #262261;
    color: #ffffff;
  }
  .footer-policy-links {
    text-align: right;
    padding: 0 12px 16px 12px;
    color: #ffffff;
    align-self: flex-end;   /* ✅ 오른쪽 고정에 도움돼! */
    padding-top: 4px;
    margin-top: -4px;
	margin-bottom: -10px !important; /* 기존 여백 줄이기 */
  }
  .footer-policy-links a {
    font-size: 10px;
    margin-right: 6px;
    color: #ffffff;
    text-decoration: none;
  }
  .footer-policy-links a:hover {
    text-decoration: underline;
    color: #cda25a;
  }
  .gnb > ul .depth2 {
    background-color: #ffffff !important;
  }   
}
	
/* header animation */
@-webkit-keyframes ani-header {
	0% {
		top: -60px
	}
	100% {
		top: 0px
	}
}
@keyframes ani-header {
	0% {
		top: -60px
	}
	100% {
		top: 0px
	}
}

/* PRODUCTS */

/* 박스 크기 통일 */
.product-card {
  height: 550px;
  background: #fff;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
}

/* 이미지 영역 */
.product-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #eee;
}

/* 텍스트 영역 */
.product-text {
  padding: 20px 12px;
  text-align: center;
  flex: 1;
}

.product-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #333;
}

.product-desc {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.product-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

@media all and (max-width: 768px) {
  .product-card {
    display: flex;
    flex-direction: row; /* 가로 배치 */
    align-items: center;
    height: auto;
	padding: 8px !important; /* 내부 여백 축소 */
    margin-bottom: 10px; /* 카드 간 간격 축소 */
  }

  .product-img {
    width: 40%;
    height: auto;
    object-fit: cover;
	margin: 0;
	border: none;
	border: 2px solid #fff; 
    border-radius: 6px;       /* 둥글게 하고 싶으면 추가 */
  }

  .product-text {
    width: 55%;
    text-align: left;
	color: #fff; /* ✅ 전체 텍스트 흰색 */
	flex: 1;
  }

  .product-title {
    font-size: 15px !important;
    font-weight: 700;
	margin: 0 0 4px;
	text-align: left;
	color: #fff; /* ✅ 전체 텍스트 흰색 */
	padding: 0 !important;   /* ✅ 남아있는 여백 제거 */
  }

  .product-desc {
    font-size: 20px !important;
    color: #fff !important;
	margin: 0;
  }
}

@media all and (max-width: 768px) {
  .swiper-slide.banner1 {
    background-image: url('/layouts/xe_kimtajo_layout/img/m_slide_image_1.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .swiper-slide.banner2 {
    background-image: url('/layouts/xe_kimtajo_layout/img/m_slide_image_2.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .swiper-slide.banner3 {
    background-image: url('/layouts/xe_kimtajo_layout/img/m_slide_image_3.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .swiper-container, .swiper-wrapper, .swiper-slide,
  .swiper-container > div > div {
    height: 260px !important;
  }
}

/* 기본적으로 depth2, depth3 숨기기 */
@media (max-width: 991px) {
  .gnb ul .depth2,
  .gnb ul .depth3 {
    display: none;
  }

  .gnb ul li.open > .depth2,
  .gnb ul .depth2 li.open > .depth3 {
    display: block;
  }
  

}

.only-mobile {
  display: none;
}

@media (max-width: 991px) {
  .only-mobile {
    display: inline;
  }
}

/* PC 로고크기 조절 */
@media (min-width: 992px) {
  .header > h1 img {
    max-height: 65px !important; 
  }
}

/* 모바일 로고크기 조절 */
@media (max-width: 991px) {
  .header > h1 img {
    max-height: 30px !important; /* ✅ 원하는 크기로 변경 */
  }
}

@media (max-width: 991px) {
  .gnb > ul > li > a:active,
  .gnb > ul > li > a:focus {
    color: #262262 !important; /* 터치하거나 누르면 파란색으로 */
   }
   
  .gnb > ul > li.open > a {
    color: #262262 !important;
  }
 
  .gnb > ul > li > a {
  font-weight: 700 !important;
  font-family: 'Open Sans', '나눔바른고딕', '맑은 고딕', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  text-shadow: 0 0 0.5px #888;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;

}

}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  opacity: 0.5 !important;
  transition: opacity 0.2s ease;
}

.swiper-button-prev.swiper-button-white:hover,
.swiper-button-next.swiper-button-white:hover {
  opacity: 1 !important;
}
/* 슬라이드 좌우 버튼 아이콘을 연하게 */
.swiper-button-prev::after,
.swiper-button-next::after {
  color: #fff; /* Swiper 기본값은 하얀색 */
  opacity: 0.3 !important; /* 💡 여기에서 투명도 조절 */
  transition: opacity 0.3s ease;
}

/* 마우스 오버 시 진하게 */
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  opacity: 1 !important;
}


@media (min-width: 992px) {
  .gnb > ul > li > a:hover,
  .gnb > ul > li > a:focus {
    color: #262262 !important;
  }
}

@media (max-width: 991px) {
  .header-right {
    display: none !important;
  }
}

@media (min-width: 992px) {
.language-select {
  position: relative;
  display: inline-block;
}
	
	
.language-select > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 13px;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  white-space: nowrap;
  cursor: pointer;
  min-width: 100px;      /* ✅ 버튼 기본 넓이만 지정 (적당한 너비) */
  max-width: 160px;      /* ✅ 너무 넓어지는 것도 방지 */
  width: auto;
  box-sizing: border-box;
}

.language-select > a:hover {
  color: #cda25a;
  border-color: #cda25a;
  background-color: #fafafa;
}

.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left : 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  min-width: 100%;           /* ✅ 버튼 너비에 맞춰짐 */
  box-sizing: border-box;
  z-index: 999;
  width: 100%;                 /* ✅ 부모인 .language-wrap 기준 맞춤 */
}
	
.lang-dropdown li {
  padding: 0;
  margin: 0;
}
	
	
.lang-dropdown li a {
  display: block;
  padding: 8px 12px;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}

.lang-dropdown li a:hover {
  background-color: #fafafa;
  color: #cda25a;
  border: 1px solid #cda25a !important;	
  margin: -1px;                  /* 테두리 두께만큼 안밀리게 */
  border-radius: 4px;
  font-size: 12px;
}

.language-select:hover .lang-dropdown {
  display: block;
}

.side > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-direction: row;  /* ✅ 가로 정렬! */
  padding-right: 20px;   /* ✅ 오른쪽 여백 추가 */
}
 .side > ul > li {
  display: inline-flex;
  align-items: center;
}

.language-select > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.2;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  white-space: nowrap;
  cursor: pointer;
  width: 100% !important;   /* ✅ 버튼 너비를 lang-dropdown과 강제 일치 */
  box-sizing: border-box;
  min-width: 100% !important;
}

/* 드롭 버튼 */
.lang-dropdown li a {
  display: block;
  font-size: 12px;
  padding: 6px 10px;
  text-align: center;  /* ✅ 텍스트 가운데 정렬 */
  justify-content: center; /* ✅ flex 쓸 경우 */
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}

.language-select i {
  font-size: 12px;
  line-height: 1;
  color: #444;
  position: relative;
}
	
.language-wrap {
  position: relative;
  display: inline-block;
  min-width: 100px;
}	
	
.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 10px;
  font-size: 12px;
  color: #444;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
}

.lang-btn:hover {
  background-color: #fafafa;
  border-color: #cda25a;
  color: #cda25a;
}
	

.language-select > a:hover {
  background-color: #fafafa;
}

/* ✅ 라운드 언어 선택 버튼 */
.header .side > ul > li.language-select > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;

  padding: 6px 12px !important;
  font-size: 13px !important;
  color: #444 !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  line-height: 1.2 !important;
  height: auto !important;
  width: auto !important;
  white-space: nowrap;
  cursor: pointer;
}
	
.header .side > ul > li.language-select > a:hover {
  background-color: #fafafa !important;
  color: #cda25a !important;
  border: 1px solid #cda25a !important;
		
	}
		

/* ✅ 아이콘 크기 조정 */
.header .side .language-select i {
  font-size: 14px !important;
  line-height: 1 !important;
}
	

}	
@media (min-width: 992px) {
  .header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 90px;
    min-height: 65px;
    transition: height 0.2s ease;
    position: relative;
    z-index: 999;
    background-color: #fff;
	height: 65px; /* ✅ 명시적으로 고정 */
  }

  .header-bar.fixed {
    height: 65px !important;
  }

  .header-left {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .gnb {
    position: relative;
    z-index: 998;
    margin-left: 800px;
  }

  .gnb ul {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
  }

  .header-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .logo-wrap img {
    height: 55px !important;
    margin-top: 8px; /* ✅ 로고 수직정렬용 */
  }

  .gnb > ul > li > .depth2 {
    display: none;
    position: absolute;
    top: 67px;
    left: 0;
    z-index: 9999;
    background-color: #262261;
    padding: 7px 0;
    min-width: 120px;
    margin-top: 0;
    transition: none !important;
  }

  .gnb > ul > li:hover > .depth2,
  .gnb > ul > li:focus-within > .depth2 {
    display: block !important;
  }

  .gnb > ul > li:hover {
    background: transparent;
  }

  .header-bar.fixed .gnb > ul > li:hover > .depth2,
  .header-bar.fixed .gnb > ul > li:focus-within > .depth2,
  .header-bar.fixed .gnb > ul > li > .depth2 {
    top: 65px !important;
    z-index: 9999 !important;
	    margin-top: 0 !important;    /* margin은 없애는 게 깔끔해! */
  }

  .header-bar.fixed .gnb > ul > li > a {
    line-height: 50px !important;
  }

  .gnb > ul > li {
    position: relative;
    text-align: left;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
}  /* ✅ ← media query 닫는 중괄호 꼭 필요!!! */


@media (max-width: 768px) {
  .logo-wrap img {
    height: 36px !important;  /* 원하는 높이로 변경해줘! */
	margin-left: 12px; /* ✅ 이미지에 직접 여백 */
	max-width: 140px;
  }
}

/* 모바일 main1번 숨기기 */
@media (max-width: 991px) {
  .only-pc {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .gnb > ul {
    display: none;  /* ← 처음엔 무조건 닫힘 */
    flex-direction: column;
    padding: 0 14px;
  }

  .gnb > ul > li {
    position: relative;  
    width: 100%;
  }

  .gnb > ul > li > a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #eee;
    font-weight: bold;
    color: #333;
  }

  .gnb > ul .depth2 {
    display: none;
    background: #f9f9f9;
	position: relative;
    top: 0;
    left: 0;
	background-color: #262261;
    transition: none !important; /* 흔들림 제거 */
    margin-top: 0 !important;       /* ✅ 간격 방지 */

  }

  .gnb > ul > li.open .depth2 {
    display: block;
  }

}

@media (max-width: 991px) {
  .logo-wrap img {
    height: 40px !important;
    max-width: 160px;
    object-fit: contain;
	margin-left: 12px !important; /* 👈 요거 추가 */
  }
}

@media (min-width: 992px) {
  body .fixed_header .header_wrap.shrink .header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 65px !important;
    height: 65px !important;
    padding: 4px 90px !important;
    transition: height 0.2s ease;
    background-color: #fff;
    position: relative;
    z-index: 999;
  }

  body .fixed_header .header_wrap.shrink .logo-wrap img {
    height: 55px !important;
	    margin-top: 8px;
  }

  body .fixed_header .header_wrap.shrink .gnb {
    margin-top: 0 !important;
  }

  /* shrink에서도 margin-top이 밀리지 않도록 */
  body .fixed_header .header_wrap.shrink .gnb {
    margin-top: 0 !important;
  }	
	
  body .fixed_header .header_wrap.shrink {
    height: auto !important;        /* ✅ 내부 높이에 맞춰지도록 */
    padding: 0 !important;
  }
	
  /* 스크롤 전 - 기본 메뉴 글씨 */
  body .fixed_header .header_wrap .gnb > ul > li > a {
    font-size: 16px !important;
    font-weight: 600;
  }

  /* 스크롤 후(shrink) - 그대로 유지 or 더 키우기 */
  body .fixed_header .header_wrap.shrink .gnb > ul > li > a {
    font-size: 16px !important;
    font-weight: 600;
  }
	
.fixed_header .header_wrap:not(.shrink) .logo-wrap img {
    margin-top: 8px; /* ← 숫자 조절해보자 (예: 4~10px) */
  }	
	
  .fixed_header .header_wrap .logo-wrap img {
    margin-top: 8px; /* ← 원하는 만큼 조절 (예: 4~8px) */
  }	
}

@media (min-width: 768px) {
  .left_menu, .category-wrap {
    position: relative;
    z-index: 2;
  }

  .visual.sub .bg_img {
    z-index: 0;
  }

  .visual.sub .sub_title {
    position: relative;
    z-index: 1;
  }
	
.visual.sub {
  height: 50px; /* 기존보다 넉넉하게 */
}
	
.container.fixed_header {
  padding-top: 73px; /* 원래 100px → 너무 높으면 줄이기 */
}		
}

@media (min-width: 768px) {
  .sub .container.fixed_header {
    padding-top: 100px;
  }

  /* 서브 상단 메뉴나 회색 배경이 헤더와 붙어 보이지 않도록 */
  .visual.sub,
  .sub .sub_title,
  .sub .lnb {
    margin-top: 0; /* 혹시 margin이 있었으면 제거 */
  }
}

@media (min-width: 768px) {
  .container.sub {
    padding-top: 100px;
  }

  /* 또는 layout_type=sub인 경우 */
  body.sub .container {
    padding-top: 100px;
  }
}

