/* bundle.css - auto-generated by npm run build:assets. Do not edit directly. */
/* Sources: www/assets/css/tokens.css, www/assets/css/base.css, www/assets/css/responsive.css, www/assets/css/layout.css, www/assets/css/layout-responsive.css, www/assets/css/style.css, www/assets/css/critical.css, www/assets/css/sections/footer.css, www/assets/css/sections/etc.css, www/assets/css/sections/modal.css, www/assets/css/map.css */
/* === css/tokens.css === */
/**
 * tokens.css — 디자인 토큰 (단일 진실 공급원)
 * 모든 색상·여백·타이포·전환 값은 여기서만 정의한다.
 * 다른 CSS 파일은 절대 하드코딩하지 않고 var() 로 참조한다.
 */

:root {
  /* ── 색상 ─────────────────────────────────────── */
  --color-primary:      #001241;   /* 브랜드 네이비 */
  --color-blue:         #0052cc;   /* 브랜드 블루 */
  --color-sky:          #9bcbeb;   /* 스카이 블루 */
  --color-gray:         #53565a;   /* 스틸 그레이 */
  --color-gold:         #c9a96e;   /* 골드 (CTA 포인트) */
  --color-dark:         #222;
  --color-light:        #fff;
  --color-accent:       #fff700;   /* 형광 노랑 (배지 등) */
  --color-text:         #222;
  --color-text-muted:   #666;
  --color-submenu:      #333;
  --color-submenu-hover:#444;

  /* 기존 변수명 호환 (다른 CSS가 참조 중) */
  --sharp-prussian-blue: var(--color-primary);
  --sharp-pure-blue:     var(--color-blue);
  --sharp-sky-blue:      var(--color-sky);
  --sharp-steel-gray:    var(--color-gray);

  /* ── 여백 ─────────────────────────────────────── */
  --page-gutter:    16px;   /* 모바일 텍스트 좌우 여백 */
  --img-gutter:     16px;   /* 콘텐츠 이미지 좌우 여백 (메인 이미지 슬라이드 제외) */
  --section-gap:    80px;   /* 섹션 상하 패딩 */
  --container-max:  1200px; /* 최대 컨테이너 너비 */

  /* ── 네비게이션 ───────────────────────────────── */
  --nav-height:  70px;
  --nav-bg:      rgba(10, 25, 47, 0.92);
  --nav-bar:     rgba(10, 25, 47, 0.92); /* 기존 호환 */

  /* ── 전환 ─────────────────────────────────────── */
  --transition:       0.3s ease;
  --transition-speed: 0.3s;          /* 기존 호환 */
}

/* 스킵 링크: 포커스 시 화면에 노출 */
.skip-link:focus-visible {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 99999;
  width: auto;
  height: auto;
  padding: 10px 18px;
  clip: auto;
  white-space: normal;
  background: #001241;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  outline: 3px solid #fff700;
  outline-offset: 2px;
}

/* 스크린리더 전용 (시각적으로 숨김, 보조기술에는 노출) */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 모바일에서 섹션 간격 축소 */
@media (max-width: 768px) {
  :root {
    --nav-height: 66px;
    --section-gap: 48px;
  }
}

/* === css/base.css === */
/*
 * Copyright inpleworks, Co.
 * Ver 1.3.7
 * 2018-08-29
*/

/* ------------------------------------------------------------------------------------------------------------------ */
/* Typography
/* ------------------------------------------------------------------------------------------------------------------ */
h1 {
	font-size: 48px;
}
h1 .thin {
	font-weight: 400;
}
h2 {
	font-size: 36px;
}
h2 .thin {
	font-weight: 300;
}
h3 {
	font-size: 28px;
}
h3 .thin {
	font-weight: 200;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
h1 small,
h2 small,
h3 small {
  	font-size: 65% !important;
}
h4 small,
h5 small,
h6 small {
  	font-size: 75% !important;
}

/* font-size */
.fs-9 {
	font-size: 9px !important;
}
.fs-10 {
	font-size: 10px !important;
}
.fs-11 {
	font-size: 11px !important;
}
.fs-12 {
	font-size: 12px !important;
}
.fs-13 {
	font-size: 13px !important;
}
.fs-14 { 
	font-size: 14px !important;
}
.fs-16 { 
	font-size: 16px !important; 
}
.fs-17 { 
	font-size: 17px !important; 
}
.fs-18 { 
	font-size: 18px !important;
}
.fs-19 { 
	font-size: 19px !important; 
}
.fs-20 { 
	font-size: 20px !important; 
}
.fs-21 { 
	font-size: 21px !important; 
}
.fs-22 { 
	font-size: 22px !important; 
}
.fs-23 { 
	font-size: 23px !important; 
}
.fs-24 { 
	font-size: 24px !important; 
}
.fs-25 { 
	font-size: 25px !important; 
}
.fs-26 { 
	font-size: 26px !important; 
}
.fs-27 { 
	font-size: 27px !important; 
}
.fs-28 { 
	font-size: 28px !important; 
}
.fs-28 { 
	font-size: 28px !important; 
}
.fs-29 { 
	font-size: 29px !important; 
}
.fs-30 { 
	font-size: 30px !important; 
}
.fs-31 { 
	font-size: 31px !important; 
}
.fs-32 { 
	font-size: 32px !important; 
}
.fs-33 { 
	font-size: 33px !important; 
}
.fs-34 { 
	font-size: 34px !important; 
}
.fs-35 { 
	font-size: 35px !important; 
}
.fs-36 { 
	font-size: 36px !important; 
}
.fs-37 { 
	font-size: 37px !important; 
}
.fs-38 { 
	font-size: 38px !important; 
}
.fs-38 { 
	font-size: 38px !important; 
}
.fs-39 { 
	font-size: 39px !important; 
}
.fs-40 { 
	font-size: 40px !important; 
}
.fs-41 { 
	font-size: 41px !important; 
}
.fs-42 { 
	font-size: 42px !important; 
}
.fs-43 { 
	font-size: 43px !important; 
}
.fs-44 { 
	font-size: 44px !important; 
}
.fs-45 { 
	font-size: 45px !important; 
}
.fs-46 { 
	font-size: 46px !important; 
}
.fs-47 { 
	font-size: 47px !important; 
}
.fs-48 { 
	font-size: 48px !important; 
}
.fs-48 { 
	font-size: 48px !important; 
}
.fs-49 { 
	font-size: 49px !important; 
}
.fs-50 { 
	font-size: 50px !important; 
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Text 
/* ------------------------------------------------------------------------------------------------------------------ */
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Float
/* ------------------------------------------------------------------------------------------------------------------ */
.float-left { 
	float:left !important; 
}
.float-right { 
	float:right !important;
}
.float-none {
	float: none !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Pagination  UL
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-pagination { 
	position: relative;
	list-style: none;
	padding: 0;
	margin: 15px 0;
	text-align: center;
	display: block;
    font-size: 0;
}
.xet-pagination > li {
	vertical-align: top;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.xet-pagination > li + li {
    margin-left: -1px;
}
.xet-pagination > li a,
.xet-pagination > li strong { 
	position:relative;
	display:inline-block;
	text-decoration:none;
	margin:0;
	padding:0;
	font-size: 12px;
	width:30px;
	height:30px;
	line-height: 28px;
	vertical-align:middle;
	white-space: nowrap;
	text-align:center; 	
	border: 1px solid #e1e1e1;
}
.xet-pagination > li a { 
	background: #fff;
	color:#6e84a3;
}
.xet-pagination > li strong {
	font-weight:bold; 
	background-color: #12263f;
	border-color: #12263f;
	color: #fff !important;
}
.xet-pagination > li:first-child > a {
	padding: 0 10px;
	width: auto;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    margin-left: 0;
}
.xet-pagination > li:last-child > a {
	padding: 0 10px;
	width: auto;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Table
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-table-responsive { 
	margin: 0; 
	padding: 0;
	overflow-x: scroll;
}
table.xet-table { 
	width:100%;
	border-collapse:collapse; 
	border-top: 2px solid #e1e1e1;  
	border-bottom: 2px solid #e1e1e1;
}
table.xet-table > thead > th { 
	font-size: 14px;
	padding:15px 20px; 
	white-space:nowrap;
	text-align:center; 
	font-weight: bold; 
	color: #4a596e; 
	border-bottom: 2px solid #e1e1e1;
}
table.xet-table > thead > th a {
	font-weight: bold;
	color: #4a596e; 
}
table.xet-table > tbody > td { 
	padding:10px 5px;
	white-space:nowrap; 
	text-align:center; 
	font-size:14px;
	vertical-align:middle; 
	color:#12263f;
	background:#fff;
	border-top: 1px solid #e1e1e1;
}
table.xet-table > tbody > td a {
	color:#12263f;
}
table.xet-table > tbody > td.title { 
	width:100%; 
	white-space:normal; 
	text-align:left;
} 


/* ------------------------------------------------------------------------------------------------------------------ */
/* Position
/* ------------------------------------------------------------------------------------------------------------------ */
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.position-inherit {
	position: inherit !important;
}
.position-static {
	position: static !important;
}

/* Top */
.top-0 {
	top: 0 !important;
}
.top-5 {
	top: 5px !important;
}
.top-10 {
	top: 10px !important;
}
.top-15 {
	top: 15px !important;
}
.top-20 {
	top: 20px !important;
}
.top-25 {
	top: 25px !important;
}
.top-30 {
	top: 30px !important;
}
.top-35 {
	top: 35px !important;
}
.top-40 {
	top: 40px !important;
}
.top-45 {
	top: 45px !important;
}
.top-50 {
	top: 50px !important;
}
.top-55 {
	top: 55px !important;
}
.top-60 {
	top: 60px !important;
}
.top-65 {
	top: 65px !important;
}
.top-70 {
	top: 70px !important;
}
.top-75 {
	top: 75px !important;
}
.top-80 {
	top: 80px !important;
}
.top-85 {
	top: 85px !important;
}
.top-90 {
	top: 90px !important;
}
.top-95 {
	top: 95px !important;
}
.top-100 {
	top: 100px !important;
}
/* Bottom */
.bottom-0 {
	bottom: 0 !important;
}
.bottom-5 {
	bottom: 5px !important;
}
.bottom-10 {
	bottom: 10px !important;
}
.bottom-15 {
	bottom: 15px !important;
}
.bottom-20 {
	bottom: 20px !important;
}
.bottom-25 {
	bottom: 25px !important;
}
.bottom-30 {
	bottom: 30px !important;
}
.bottom-35 {
	bottom: 35px !important;
}
.bottom-40 {
	bottom: 40px !important;
}
.bottom-45 {
	bottom: 45px !important;
}
.bottom-50 {
	bottom: 50px !important;
}
.bottom-55 {
	bottom: 55px !important;
}
.bottom-60 {
	bottom: 60px !important;
}
.bottom-65 {
	bottom: 65px !important;
}
.bottom-70 {
	bottom: 70px !important;
}
.bottom-75 {
	bottom: 75px !important;
}
.bottom-80 {
	bottom: 80px !important;
}
.bottom-85 {
	bottom: 85px !important;
}
.bottom-90 {
	bottom: 90px !important;
}
.bottom-95 {
	bottom: 95px !important;
}
.bottom-100 {
	botttom: 100px !important;
}
/* Left */
.left-0 {
	left: 0 !important;
}
.left-5 {
	left: 5px !important;
}
.left-10 {
	left: 10px !important;
}
.left-15 {
	left: 15px !important;
}
.left-20 {
	left: 20px !important;
}
.left-25 {
	left: 25px !important;
}
.left-30 {
	left: 30px !important;
}
.left-35 {
	left: 35px !important;
}
.left-40 {
	left: 40px !important;
}
.left-45 {
	left: 45px !important;
}
.left-50 {
	left: 50px !important;
}
.left-55 {
	left: 55px !important;
}
.left-60 {
	left: 60px !important;
}
.left-65 {
	left: 65px !important;
}
.left-70 {
	left: 70px !important;
}
.left-75 {
	left: 75px !important;
}
.left-80 {
	left: 80px !important;
}
.left-85 {
	left: 85px !important;
}
.left-90 {
	left: 90px !important;
}
.left-95 {
	left: 95px !important;
}
.left-100 {
	left: 100px !important;
}
/* Right */
.right-0 {
	right: 0 !important;
}
.right-5 {
	right: 5px !important;
}
.right-10 {
	right: 10px !important;
}
.right-15 {
	right: 15px !important;
}
.right-20 {
	right: 20px !important;
}
.right-25 {
	right: 25px !important;
}
.right-30 {
	right: 30px !important;
}
.right-35 {
	right: 35px !important;
}
.right-40 {
	right: 40px !important;
}
.right-45 {
	right: 45px !important;
}
.right-50 {
	right: 50px !important;
}
.right-55 {
	right: 55px !important;
}
.right-60 {
	right: 60px !important;
}
.right-65 {
	right: 65px !important;
}
.right-70 {
	right: 70px !important;
}
.right-75 {
	right: 75px !important;
}
.right-80 {
	right: 80px !important;
}
.right-85 {
	right: 85px !important;
}
.right-90 {
	right: 90px !important;
}
.right-95 {
	right: 95px !important;
}
.right-100 {
	right: 100px !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Dsiplay
/* ------------------------------------------------------------------------------------------------------------------ */
.overflow-hidden { 
	overflow: hidden !important; 
}
span.hidden {
	visibility: hidden !important;
	font-size: 0 !important;
	text-indent: -99999em !important;
}
.display-inline-block {
	display: inline-block !important;
}
.display-block {
	display: block !important;
}
.display-table {
	display: table !important;
}
.display-table-cell {
	display: table-cell !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* UL
/* ------------------------------------------------------------------------------------------------------------------ */
ul.ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.ul li {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* columns of same height styles
/* ------------------------------------------------------------------------------------------------------------------ */
.vertical-align {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.vertical-align > .inner {	
	width: 100%;
	height: inherit;
	display: table-cell;
}
.vertical-align-top,
.vertical-align > .inner.top {	
	vertical-align: top !important;
}
.vertical-align-middle,
.vertical-align > .inner.middle {	
	vertical-align: middle !important;
}
vertical-align-bottom,
.vertical-align > .inner.bottom {	
	vertical-align: bottom !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Video width full height auto styles
/* ------------------------------------------------------------------------------------------------------------------ */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
} 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 

/* ------------------------------------------------------------------------------------------------------------------ */
/* Transition 
/* ------------------------------------------------------------------------------------------------------------------ */
.transition03 {
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Background Image 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-bg-cover {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.xet-bg-fixed {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-position:50% 50%\9 !important;
	background-color: #111;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media \0screen { 
	.xet-bg-fixed {		
		background-attachment: scroll;
		background-position: 50% 0;
	}	
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* border 
/* ------------------------------------------------------------------------------------------------------------------ */
.bd-0 {
	border: 0 !important;
}
.bd-l0 {
	border-left: 0 !important;
}
.bd-r0 {
	border-right: 0 !important;
}
.bd1-e1 {
	border: 1px solid #e1e1e1 !important;
}
.bd-t1-e1 {
	border-top: 1px solid #e1e1e1 !important;
}
.bd-b1-e1 {
	border-bottom: 1px solid #e1e1e1 !important;
}
.bd-l1-e1 {
	border-left: 1px solid #e1e1e1 !important;
}
.bd-r1-e1 {
	border-right: 1px solid #e1e1e1 !important;
}
.bd1-d1 {
	border: 1px solid #d1d1d1 !important;
}
.bd-t1-d1 {
	border-top: 1px solid #d1d1d1 !important;
}
.bd-b1-d1 {
	border-bottom: 1px solid #d1d1d1 !important;
}
.bd-b1-fff10 {
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
.bd-b1-fff30 {
	border-bottom: 1px solid rgba(255,255,255,0.3) !important;
}
.bd-b1-fff50 {
	border-bottom: 1px solid rgba(255,255,255,0.5) !important;
}
.bd1-c1 {
	border: 1px solid #c1c1c1 !important;
}
.bd-t1-c1 {
	border-top: 1px solid #c1c1c1 !important;
}
.bd-b1-c1 {
	border-bottom: 1px solid #c1c1c1 !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* background Color 
/* ------------------------------------------------------------------------------------------------------------------ */
.bg-ff {
	background-color: #ffffff !important;
}
.bg-f1 {
	background-color: #f1f1f1 !important;
}
.bg-f9 {
	background-color: #f9f9f9 !important;
}
.bg-00 {
	background-color: #000000 !important;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* overlay 
/* ------------------------------------------------------------------------------------------------------------------ */
.overlay01,
.overlay02,
.overlay03,
.overlay04,
.overlay05,
.overlay06,
.overlay07,
.overlay08,
.overlay09 {
	z-index: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.overlay01 {
	background-color: rgba(0,0,0,.1);
}
.overlay02 {
	background-color: rgba(0,0,0,.2);
}
.overlay03 {
	background-color: rgba(0,0,0,.3);
}
.overlay04 {
	background-color: rgba(0,0,0,.4);
}
.overlay05 {
	background-color: rgba(0,0,0,.5);
}
.overlay06 {
	background-color: rgba(0,0,0,.6);
}
.overlay07 {
	background-color: rgba(0,0,0,.7);
}
.overlay08 {
	background-color: rgba(0,0,0,.8);
}
.overlay09 {
	background-color: rgba(0,0,0,.9);
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* radius 
/* ------------------------------------------------------------------------------------------------------------------ */
.r1 { 
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px; 
	border-radius: 1px; 
}
.r2 { 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
}
.r3 { 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
.r4 { 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
}
.r5 { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}
.r6 { 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
}
.r7 { 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; 
	border-radius: 7px; 
}
.r8 { 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
}
.r9 { 
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px; 
	border-radius: 9px; 
}
.r10 { 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	border-radius: 10px; 
}
.r11 { 
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px; 
	border-radius: 11px; 
}
.r12 { 
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px; 
	border-radius: 12px; 
}
.r13 { 
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px; 
	border-radius: 13px; 
}
.r14 { 
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px; 
	border-radius: 14px; 
}
.r15 { 
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	border-radius: 15px; 
}
.r16 { 
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px; 
	border-radius: 16px; 
}
.r17 { 
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px; 
	border-radius: 17px; 
}
.r18 { 
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px; 
	border-radius: 18px; 
}
.r19 { 
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px; 
	border-radius: 19px; 
}
.r20 { 
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px; 
	border-radius: 20px; 
}
.r25 { 
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px; 
	border-radius: 25px; 
}
.r30 { 
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px; 
	border-radius: 30px; 
}
.r35 { 
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px; 
	border-radius: 35px; 
}
.r40 { 
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px; 
	border-radius: 40px; 
}
.r45 { 
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px; 
	border-radius: 45px; 
}
.r50 { 
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px; 
	border-radius: 50px; 
}
.r55 { 
	-moz-border-radius: 55px;
	-webkit-border-radius: 55px; 
	border-radius: 55px; 
}
.r60 { 
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px; 
	border-radius: 60px; 
}
.r65 { 
	-moz-border-radius: 65px;
	-webkit-border-radius: 65px; 
	border-radius: 65px; 
}
.r70 { 
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px; 
	border-radius: 70px; 
}
.r75 { 
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px; 
	border-radius: 75px; 
}
.r80 { 
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px; 
	border-radius: 80px; 
}
.r85 { 
	-moz-border-radius: 85px;
	-webkit-border-radius: 85px; 
	border-radius: 85px; 
}
.r90 { 
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px; 
	border-radius: 90px; 
}
.r95 { 
	-moz-border-radius: 95px;
	-webkit-border-radius: 95px; 
	border-radius: 95px; 
}
.r100 { 
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px; 
	border-radius: 100px; 
}
.r-half { 
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* shadow 
/* ------------------------------------------------------------------------------------------------------------------ */
.box-shadow {
	-moz-box-shadow:0 15px 20px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 15px 20px 2px rgba(0,0,0,.3);
	box-shadow:0 15px 20px 2px rgba(0,0,0,.3);
}
.text-shadow {
	-moz-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);
	-webkit-text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);
	text-shadow: 1px 1px 2px rgba(100, 100, 100, 0.6);
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Width & Height
/* ------------------------------------------------------------------------------------------------------------------ */
.width-100 {
	width: 100% !important; 
}
.width-90 {
	width: 90% !important; 
}
.width-80 {
	width: 80% !important; 
}
.width-70 {
	width: 70% !important; 
}
.width-60 {
	width: 60% !important; 
}
.width-50 {
	width: 50% !important; 
}
.width-40 {
	width: 40% !important; 
}
.width-30 {
	width: 30% !important; 
}
.width-20 {
	width: 20% !important; 
}
.width-10 {
	width: 10% !important; 
}
.height-100 {
	height: 100% !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* margin 
/* ------------------------------------------------------------------------------------------------------------------ */
.mg-auto {
	margin: 0 auto !important;
}
.mg-0 {
	margin: 0px !important;
}
.mg-1 {
	margin: 1px !important;
}
.mg-2 {
	margin: 2px !important;
}
.mg-3 {
	margin: 3px !important;
}
.mg-4 {
	margin: 4px !important;
}
.mg-5 {
	margin: 5px !important;
}
.mg-6 {
	margin: 6px !important;
}
.mg-7 {
	margin: 7px !important;
}
.mg-8 {
	margin: 8px !important;
}
.mg-9 {
	margin: 9px !important;
}
.mg-10 {
	margin: 10px !important;
}
.mg-15 {
	margin: 15px !important;
}
.mg-20 {
	margin: 20px !important;
}
.mg-25 {
	margin: 25px !important;
}
.mg-30 {
	margin: 30px !important;
}
.mg-35 {
	margin: 35px !important;
}
.mg-40 {
	margin: 40px !important;
}
.mg-45 {
	margin: 45px !important;
}
.mg-50 {
	margin: 50px !important;
}
.mg-55 {
	margin: 55px !important;
}
.mg-60 {
	margin: 60px !important;
}
.mg-65 {
	margin: 65px !important;
}
.mg-70 {
	margin: 70px !important;
}
.mg-75 {
	margin: 75px !important;
}
.mg-80 {
	margin: 80px !important;
}
.mg-85 {
	margin: 85px !important;
}
.mg-90 {
	margin: 90px !important;
}
/* margin top */
.mg-t0 {
	margin-top: 0px !important;
}
.mg-t1 {
	margin-top: 1px !important;
}
.mg-t2 {
	margin-top: 2px !important;
}
.mg-t3 {
	margin-top: 3px !important;
}
.mg-t4 {
	margin-top: 4px !important;
}
.mg-t5 {
	margin-top: 5px !important;
}
.mg-t6 {
	margin-top: 6px !important;
}
.mg-t7 {
	margin-top: 7px !important;
}
.mg-t8 {
	margin-top: 8px !important;
}
.mg-t9 {
	margin-top: 9px !important;
}
.mg-t10 {
	margin-top: 10px !important;
}
.mg-t11 {
	margin-top: 11px !important;
}
.mg-t12 {
	margin-top: 12px !important;
}
.mg-t13 {
	margin-top: 13px !important;
}
.mg-t14 {
	margin-top: 14px !important;
}
.mg-t15 {
	margin-top: 15px !important;
}
.mg-t16 {
	margin-top: 16px !important;
}
.mg-t17 {
	margin-top: 17px !important;
}
.mg-t18 {
	margin-top: 18px !important;
}
.mg-t19 {
	margin-top: 19px !important;
}
.mg-t20 {
	margin-top: 20px !important;
}
.mg-t25 {
	margin-top: 25px !important;
}
.mg-t30 {
	margin-top: 30px !important;
}
.mg-t35 {
	margin-top: 35px !important;
}
.mg-t40 {
	margin-top: 40px !important;
}
.mg-t45 {
	margin-top: 45px !important;
}
.mg-t50 {
	margin-top: 50px !important;
}
.mg-t55 {
	margin-top: 55px !important;
}
.mg-t60 {
	margin-top: 60px !important;
}
.mg-t65 {
	margin-top: 65px !important;
}
.mg-t70 {
	margin-top: 70px !important;
}
.mg-t75 {
	margin-top: 75px !important;
}
.mg-t80 {
	margin-top: 80px !important;
}
.mg-t85 {
	margin-top: 85px !important;
}
.mg-t90 {
	margin-top: 90px !important;
}
/* margin bottom */
.mg-b0 {
	margin-bottom: 0px !important;
}
.mg-b1 {
	margin-bottom: 1px !important;
}
.mg-b2 {
	margin-bottom: 2px !important;
}
.mg-b3 {
	margin-bottom: 3px !important;
}
.mg-b4 {
	margin-bottom: 4px !important;
}
.mg-b5 {
	margin-bottom: 5px !important;
}
.mg-b6 {
	margin-bottom: 6px !important;
}
.mg-b7 {
	margin-bottom: 7px !important;
}
.mg-b8 {
	margin-bottom: 8px !important;
}
.mg-b9 {
	margin-bottom: 9px !important;
}
.mg-b10 {
	margin-bottom: 10px !important;
}
.mg-b11 {
	margin-bottom: 11px !important;
}
.mg-b12 {
	margin-bottom: 12px !important;
}
.mg-b13 {
	margin-bottom: 13px !important;
}
.mg-b14 {
	margin-bottom: 14px !important;
}
.mg-b15 {
	margin-bottom: 15px !important;
}
.mg-b16 {
	margin-bottom: 16px !important;
}
.mg-b17 {
	margin-bottom: 17px !important;
}
.mg-b18 {
	margin-bottom: 18px !important;
}
.mg-b19 {
	margin-bottom: 19px !important;
}
.mg-b20 {
	margin-bottom: 20px !important;
}
.mg-b25 {
	margin-bottom: 25px !important;
}
.mg-b30 {
	margin-bottom: 30px !important;
}
.mg-b35 {
	margin-bottom: 35px !important;
}
.mg-b40 {
	margin-bottom: 40px !important;
}
.mg-b45 {
	margin-bottom: 45px !important;
}
.mg-b50 {
	margin-bottom: 50px !important;
}
.mg-b55 {
	margin-bottom: 55px !important;
}
.mg-b60 {
	margin-bottom: 60px !important;
}
.mg-b65 {
	margin-bottom: 65px !important;
}
.mg-b70 {
	margin-bottom: 70px !important;
}
.mg-b75 {
	margin-bottom: 75px !important;
}
.mg-b80 {
	margin-bottom: 80px !important;
}
.mg-b85 {
	margin-bottom: 85px !important;
}
.mg-b90 {
	margin-bottom: 90px !important;
}
/* margin left */
.mg-l0 {
	margin-left: 0px !important;
}
.mg-l1 {
	margin-left: 1px !important;
}
.mg-l2 {
	margin-left: 2px !important;
}
.mg-l3 {
	margin-left: 3px !important;
}
.mg-l4 {
	margin-left: 4px !important;
}
.mg-l5 {
	margin-left: 5px !important;
}
.mg-l6 {
	margin-left: 6px !important;
}
.mg-l7 {
	margin-left: 7px !important;
}
.mg-l8 {
	margin-left: 8px !important;
}
.mg-l9 {
	margin-left: 9px !important;
}
.mg-l10 {
	margin-left: 10px !important;
}
.mg-l11 {
	margin-left: 11px !important;
}
.mg-l12 {
	margin-left: 12px !important;
}
.mg-l13 {
	margin-left: 13px !important;
}
.mg-l14 {
	margin-left: 14px !important;
}
.mg-l15 {
	margin-left: 15px !important;
}
.mg-l16 {
	margin-left: 16px !important;
}
.mg-l17 {
	margin-left: 17px !important;
}
.mg-l18 {
	margin-left: 18px !important;
}
.mg-l19 {
	margin-left: 19px !important;
}
.mg-l20 {
	margin-left: 20px !important;
}
.mg-l25 {
	margin-left: 25px !important;
}
.mg-l30 {
	margin-left: 30px !important;
}
.mg-l35 {
	margin-left: 35px !important;
}
.mg-l40 {
	margin-left: 40px !important;
}
.mg-l45 {
	margin-left: 45px !important;
}
.mg-l50 {
	margin-left: 50px !important;
}
.mg-l55 {
	margin-left: 55px !important;
}
.mg-l60 {
	margin-left: 60px !important;
}
.mg-l65 {
	margin-left: 65px !important;
}
.mg-l70 {
	margin-left: 70px !important;
}
.mg-l75 {
	margin-left: 75px !important;
}
.mg-l80 {
	margin-left: 80px !important;
}
.mg-l85 {
	margin-left: 85px !important;
}
.mg-l90 {
	margin-left: 90px !important;
}
/* margin right */
.mg-r0 {
	margin-right: 0px !important;
}
.mg-r1 {
	margin-right: 1px !important;
}
.mg-r2 {
	margin-right: 2px !important;
}
.mg-r3 {
	margin-right: 3px !important;
}
.mg-r4 {
	margin-right: 4px !important;
}
.mg-r5 {
	margin-right: 5px !important;
}
.mg-r6 {
	margin-right: 6px !important;
}
.mg-r7 {
	margin-right: 7px !important;
}
.mg-r8 {
	margin-right: 8px !important;
}
.mg-r9 {
	margin-right: 9px !important;
}
.mg-r10 {
	margin-right: 10px !important;
}
.mg-r11 {
	margin-right: 11px !important;
}
.mg-r12 {
	margin-right: 12px !important;
}
.mg-r13 {
	margin-right: 13px !important;
}
.mg-r14 {
	margin-right: 14px !important;
}
.mg-r15 {
	margin-right: 15px !important;
}
.mg-r16 {
	margin-right: 16px !important;
}
.mg-r17 {
	margin-right: 17px !important;
}
.mg-r18 {
	margin-right: 18px !important;
}
.mg-r19 {
	margin-right: 19px !important;
}
.mg-r20 {
	margin-right: 20px !important;
}
.mg-r25 {
	margin-right: 25px !important;
}
.mg-r30 {
	margin-right: 30px !important;
}
.mg-r35 {
	margin-right: 35px !important;
}
.mg-r40 {
	margin-right: 40px !important;
}
.mg-r45 {
	margin-right: 45px !important;
}
.mg-r50 {
	margin-right: 50px !important;
}
.mg-r55 {
	margin-right: 55px !important;
}
.mg-r60 {
	margin-right: 60px !important;
}
.mg-r65 {
	margin-right: 65px !important;
}
.mg-r70 {
	margin-right: 70px !important;
}
.mg-r75 {
	margin-right: 75px !important;
}
.mg-r80 {
	margin-right: 80px !important;
}
.mg-r85 {
	margin-right: 85px !important;
}
.mg-r90 {
	margin-right: 90px !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* padding 
/* ------------------------------------------------------------------------------------------------------------------ */
.pd-0 {
	padding: 0px !important;
}
.pd-1 {
	padding: 1px !important;
}
.pd-2 {
	padding: 2px !important;
}
.pd-3 {
	padding: 3px !important;
}
.pd-4 {
	padding: 4px !important;
}
.pd-5 {
	padding: 5px !important;
}
.pd-6 {
	padding: 6px !important;
}
.pd-7 {
	padding: 7px !important;
}
.pd-8 {
	padding: 8px !important;
}
.pd-9 {
	padding: 9px !important;
}
.pd-10 {
	padding: 10px !important;
}
.pd-11 {
	padding: 11px !important;
}
.pd-12 {
	padding: 12px !important;
}
.pd-13 {
	padding: 13px !important;
}
.pd-14 {
	padding: 14px !important;
}
.pd-15 {
	padding: 15px !important;
}
.pd-16 {
	padding: 16px !important;
}
.pd-17 {
	padding: 17px !important;
}
.pd-18 {
	padding: 18px !important;
}
.pd-19 {
	padding: 19px !important;
}
.pd-20 {
	padding: 20px !important;
}
.pd-25 {
	padding: 25px !important;
}
.pd-30 {
	padding: 30px !important;
}
.pd-35 {
	padding: 35px !important;
}
.pd-40 {
	padding: 40px !important;
}
.pd-45 {
	padding: 45px !important;
}
.pd-50 {
	padding: 50px !important;
}
.pd-55 {
	padding: 55px !important;
}
.pd-60 {
	padding: 60px !important;
}
.pd-65 {
	padding: 65px !important;
}
.pd-70 {
	padding: 70px !important;
}
.pd-75 {
	padding: 75px !important;
}
.pd-80 {
	padding: 80px !important;
}
.pd-85 {
	padding: 85px !important;
}
.pd-90 {
	padding: 90px !important;
}

/* padding top */
.pd-t0 {
	padding-top: 0px !important;
}
.pd-t1 {
	padding-top: 1px !important;
}
.pd-t2 {
	padding-top: 2px !important;
}
.pd-t3 {
	padding-top: 3px !important;
}
.pd-t4 {
	padding-top: 4px !important;
}
.pd-t5 {
	padding-top: 5px !important;
}
.pd-t6 {
	padding-top: 6px !important;
}
.pd-t7 {
	padding-top: 7px !important;
}
.pd-t8 {
	padding-top: 8px !important;
}
.pd-t9 {
	padding-top: 9px !important;
}
.pd-t10 {
	padding-top: 10px !important;
}
.pd-t11 {
	padding-top: 11px !important;
}
.pd-t12 {
	padding-top: 12px !important;
}
.pd-t13 {
	padding-top: 13px !important;
}
.pd-t14 {
	padding-top: 14px !important;
}
.pd-t15 {
	padding-top: 15px !important;
}
.pd-t16 {
	padding-top: 16px !important;
}
.pd-t17 {
	padding-top: 17px !important;
}
.pd-t18 {
	padding-top: 18px !important;
}
.pd-t19 {
	padding-top: 19px !important;
}
.pd-t20 {
	padding-top: 20px !important;
}
.pd-t25 {
	padding-top: 25px !important;
}
.pd-t30 {
	padding-top: 30px !important;
}
.pd-t35 {
	padding-top: 35px !important;
}
.pd-t40 {
	padding-top: 40px !important;
}
.pd-t45 {
	padding-top: 45px !important;
}
.pd-t50 {
	padding-top: 50px !important;
}
.pd-t55 {
	padding-top: 55px !important;
}
.pd-t60 {
	padding-top: 60px !important;
}
.pd-t65 {
	padding-top: 65px !important;
}
.pd-t70 {
	padding-top: 70px !important;
}
.pd-t75 {
	padding-top: 75px !important;
}
.pd-t80 {
	padding-top: 80px !important;
}
.pd-t85 {
	padding-top: 85px !important;
}
.pd-t90 {
	padding-top: 90px !important;
}

/* padding bottom */
.pd-b0 {
	padding-bottom: 0px !important;
}
.pd-b1 {
	padding-bottom: 1px !important;
}
.pd-b2 {
	padding-bottom: 2px !important;
}
.pd-b3 {
	padding-bottom: 3px !important;
}
.pd-b4 {
	padding-bottom: 4px !important;
}
.pd-b5 {
	padding-bottom: 5px !important;
}
.pd-b6 {
	padding-bottom: 6px !important;
}
.pd-b7 {
	padding-bottom: 7px !important;
}
.pd-b8 {
	padding-bottom: 8px !important;
}
.pd-b9 {
	padding-bottom: 9px !important;
}
.pd-b10 {
	padding-bottom: 10px !important;
}
.pd-b11 {
	padding-bottom: 11px !important;
}
.pd-b12 {
	padding-bottom: 12px !important;
}
.pd-b13 {
	padding-bottom: 13px !important;
}
.pd-b14 {
	padding-bottom: 14px !important;
}
.pd-b15 {
	padding-bottom: 15px !important;
}
.pd-b16 {
	padding-bottom: 16px !important;
}
.pd-b17 {
	padding-bottom: 17px !important;
}
.pd-b18 {
	padding-bottom: 18px !important;
}
.pd-b19 {
	padding-bottom: 19px !important;
}
.pd-b20 {
	padding-bottom: 20px !important;
}
.pd-b25 {
	padding-bottom: 25px !important;
}
.pd-b30 {
	padding-bottom: 30px !important;
}
.pd-b35 {
	padding-bottom: 35px !important;
}
.pd-b40 {
	padding-bottom: 40px !important;
}
.pd-b45 {
	padding-bottom: 45px !important;
}
.pd-b50 {
	padding-bottom: 50px !important;
}
.pd-b55 {
	padding-bottom: 55px !important;
}
.pd-b60 {
	padding-bottom: 60px !important;
}
.pd-b65 {
	padding-bottom: 65px !important;
}
.pd-b70 {
	padding-bottom: 70px !important;
}
.pd-b75 {
	padding-bottom: 75px !important;
}
.pd-b80 {
	padding-bottom: 80px !important;
}
.pd-b85 {
	padding-bottom: 85px !important;
}
.pd-b90 {
	padding-bottom: 90px !important;
}

/* padding left */
.pd-l0 {
	padding-left: 0px !important;
}
.pd-l1 {
	padding-left: 1px !important;
}
.pd-l2 {
	padding-left: 2px !important;
}
.pd-l3 {
	padding-left: 3px !important;
}
.pd-l4 {
	padding-left: 4px !important;
}
.pd-l5 {
	padding-left: 5px !important;
}
.pd-l6 {
	padding-left: 6px !important;
}
.pd-l7 {
	padding-left: 7px !important;
}
.pd-l8 {
	padding-left: 8px !important;
}
.pd-l9 {
	padding-left: 9px !important;
}
.pd-l10 {
	padding-left: 10px !important;
}
.pd-l11 {
	padding-left: 11px !important;
}
.pd-l12 {
	padding-left: 12px !important;
}
.pd-l13 {
	padding-left: 13px !important;
}
.pd-l14 {
	padding-left: 14px !important;
}
.pd-l15 {
	padding-left: 15px !important;
}
.pd-l16 {
	padding-left: 16px !important;
}
.pd-l17 {
	padding-left: 17px !important;
}
.pd-l18 {
	padding-left: 18px !important;
}
.pd-l19 {
	padding-left: 19px !important;
}
.pd-l20 {
	padding-left: 20px !important;
}
.pd-l25 {
	padding-left: 25px !important;
}
.pd-l30 {
	padding-left: 30px !important;
}
.pd-l35 {
	padding-left: 35px !important;
}
.pd-l40 {
	padding-left: 40px !important;
}
.pd-l45 {
	padding-left: 45px !important;
}
.pd-l50 {
	padding-left: 50px !important;
}
.pd-l55 {
	padding-left: 55px !important;
}
.pd-l60 {
	padding-left: 60px !important;
}
.pd-l65 {
	padding-left: 65px !important;
}
.pd-l70 {
	padding-left: 70px !important;
}
.pd-l75 {
	padding-left: 75px !important;
}
.pd-l80 {
	padding-left: 80px !important;
}
.pd-l85 {
	padding-left: 85px !important;
}
.pd-l90 {
	padding-left: 90px !important;
}

/* padding right */
.pd-r0 {
	padding-right: 0px !important;
}
.pd-r1 {
	padding-right: 1px !important;
}
.pd-r2 {
	padding-right: 2px !important;
}
.pd-r3 {
	padding-right: 3px !important;
}
.pd-r4 {
	padding-right: 4px !important;
}
.pd-r5 {
	padding-right: 5px !important;
}
.pd-r6 {
	padding-right: 6px !important;
}
.pd-r7 {
	padding-right: 7px !important;
}
.pd-r8 {
	padding-right: 8px !important;
}
.pd-r9 {
	padding-right: 9px !important;
}
.pd-r10 {
	padding-right: 10px !important;
}
.pd-r11 {
	padding-right: 11px !important;
}
.pd-r12 {
	padding-right: 12px !important;
}
.pd-r13 {
	padding-right: 13px !important;
}
.pd-r14 {
	padding-right: 14px !important;
}
.pd-r15 {
	padding-right: 15px !important;
}
.pd-r16 {
	padding-right: 16px !important;
}
.pd-r17 {
	padding-right: 17px !important;
}
.pd-r18 {
	padding-right: 18px !important;
}
.pd-r19 {
	padding-right: 19px !important;
}
.pd-r20 {
	padding-right: 20px !important;
}
.pd-r25 {
	padding-right: 25px !important;
}
.pd-r30 {
	padding-right: 30px !important;
}
.pd-r35 {
	padding-right: 35px !important;
}
.pd-r40 {
	padding-right: 40px !important;
}
.pd-r45 {
	padding-right: 45px !important;
}
.pd-r50 {
	padding-right: 50px !important;
}
.pd-r55 {
	padding-right: 55px !important;
}
.pd-r60 {
	padding-right: 60px !important;
}
.pd-r65 {
	padding-right: 65px !important;
}
.pd-r70 {
	padding-right: 70px !important;
}
.pd-r75 {
	padding-right: 75px !important;
}
.pd-r80 {
	padding-right: 80px !important;
}
.pd-r85 {
	padding-right: 85px !important;
}
.pd-r90 {
	padding-right: 90px !important;
}

/* === css/responsive.css === */
/*
 * Copyright inpleworks, Co.
 * Ver 1.3.7
 * 2018-02-19
*/

/* responsive grid
-------------------------------------- */
.xet-clearfix,
.xet_container,
.xet-container-fluid,
.xet-row {
	*zoom: 1;
}

.xet-container-fluid:before,
.xet-container-fluid:after,
.xet-container:before,
.xet-container:after,
.xet-row:before,
.xet-row:after {
	display: table;
	content: "";
	line-height: 0;
}

.xet-container-fluid:after,
.xet-container:after,
.xet-row:after {
	clear: both;
}

.xet-clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.xet-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.xet-container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.xet-row {
	margin-left: -15px;
	margin-right: -15px;
}

@media \0screen {
	.xet-row {
		margin-left: 0;
		margin-right: 0;
	}
}

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

/* Mobile Device
-------------------------------------- */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;

}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
	.xet-container {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.xet-container {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.xet-container {
		width: 1170px;
	}
}

@media (min-width: 1600px) {
	.xet-container {
		width: 1440px;
	}
}

@media (min-width: 768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

/* -------------------------------------- */


/* 디바이스 해상도에 따른 
-------------------------------------- */
@media (max-width: 767px) {
	.xet-row {
		margin-left: -8px;
		margin-right: -8px;
	}

	.xet-container,
	.xet-container-fluid,
	.col-xs-1,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12 {
		padding-left: 8px;
		padding-right: 8px;
	}

	.visible-xs {
		display: block !important;
	}

	.visible-xs-block {
		display: block !important;
	}

	.visible-xs-inline {
		display: inline !important;
	}

	.visible-xs-inline-block {
		display: inline-block !important;
	}

	.hidden-xs {
		display: none !important;
	}

	.text-xs-center {
		text-align: center !important;
	}

	.text-xs-left {
		text-align: left !important;
	}

	.text-xs-right {
		text-align: right !important;
	}

	.float-xs-none {
		float: none !important;
	}

	.float-xs-left {
		float: left !important;
	}

	.float-xs-right {
		float: right !important;
	}

	/* columns of same height styles 
	-------------------------------------- */
	.vertical-xs-align {
		display: table !important;
		table-layout: fixed !important;
		height: inherit !important;
	}

	.vertical-xs-align>.inner {
		width: 100% !important;
		height: inherit !important;
		display: table-cell !important;
		vertical-align: middle !important;
	}

	.vertical-xs-align>.inner.top {
		vertical-align: top !important;
	}

	.vertical-xs-align>.inner.middle {
		vertical-align: middle !important;
	}

	.vertical-xs-align>.inner.bottom {
		vertical-align: bottom !important;
	}

	/* width 
	-------------------------------------- */
	.width-xs-100 {
		width: 100% !important;
	}

	.width-xs-90 {
		width: 90% !important;
	}

	.width-xs-80 {
		width: 80% !important;
	}

	.width-xs-70 {
		width: 70% !important;
	}

	.width-xs-60 {
		width: 60% !important;
	}

	.width-xs-50 {
		width: 50% !important;
	}

	.width-xs-40 {
		width: 40% !important;
	}

	.width-xs-30 {
		width: 30% !important;
	}

	.width-xs-20 {
		width: 20% !important;
	}

	.width-xs-10 {
		width: 10% !important;
	}

	/* Font size 
	-------------------------------------- */
	.fs-xs-11 {
		font-size: 11px !important;
	}

	.fs-xs-12 {
		font-size: 12px !important;
	}

	.fs-xs-13 {
		font-size: 13px !important;
	}

	.fs-xs-14 {
		font-size: 14px !important;
	}

	.fs-xs-16 {
		font-size: 16px !important;
	}

	.fs-xs-18 {
		font-size: 18px !important;
	}

	.fs-xs-20 {
		font-size: 20px !important;
	}

	.fs-xs-24 {
		font-size: 24px !important;
	}

	.fs-xs-26 {
		font-size: 26px !important;
	}

	.fs-xs-28 {
		font-size: 28px !important;
	}

	.fs-xs-30 {
		font-size: 30px !important;
	}

	/* margin 
	-------------------------------------- */
	.mg-xs-0 {
		margin: 0 !important;
	}

	.mg-xs-5 {
		margin: 5px !important;
	}

	.mg-xs-10 {
		margin: 10px !important;
	}

	.mg-xs-15 {
		margin: 15px !important;
	}

	.mg-xs-20 {
		margin: 20px !important;
	}

	.mg-xs-30 {
		margin: 30px !important;
	}

	.mg-xs-40 {
		margin: 40px !important;
	}

	.mg-xs-50 {
		margin: 50px !important;
	}

	.mg-xs-60 {
		margin: 60px !important;
	}

	.mg-xs-70 {
		margin: 70px !important;
	}

	.mg-xs-80 {
		margin: 80px !important;
	}

	.mg-xs-90 {
		margin: 90px !important;
	}

	/* margin top */
	.mg-xs-t0 {
		margin-top: 0px !important;
	}

	.mg-xs-t5 {
		margin-top: 5px !important;
	}

	.mg-xs-t10 {
		margin-top: 10px !important;
	}

	.mg-xs-t15 {
		margin-top: 15px !important;
	}

	.mg-xs-t20 {
		margin-top: 20px !important;
	}

	.mg-xs-t30 {
		margin-top: 30px !important;
	}

	.mg-xs-t40 {
		margin-top: 40px !important;
	}

	.mg-xs-t50 {
		margin-top: 50px !important;
	}

	.mg-xs-t60 {
		margin-top: 60px !important;
	}

	.mg-xs-t70 {
		margin-top: 70px !important;
	}

	.mg-xs-t80 {
		margin-top: 80px !important;
	}

	.mg-xs-t90 {
		margin-top: 90px !important;
	}

	/* margin bottom */
	.mg-xs-b0 {
		margin-bottom: 0px !important;
	}

	.mg-xs-b5 {
		margin-bottom: 5px !important;
	}

	.mg-xs-b10 {
		margin-bottom: 10px !important;
	}

	.mg-xs-b15 {
		margin-bottom: 15px !important;
	}

	.mg-xs-b20 {
		margin-bottom: 20px !important;
	}

	.mg-xs-b30 {
		margin-bottom: 30px !important;
	}

	.mg-xs-b40 {
		margin-bottom: 40px !important;
	}

	.mg-xs-b50 {
		margin-bottom: 50px !important;
	}

	.mg-xs-b60 {
		margin-bottom: 60px !important;
	}

	.mg-xs-b70 {
		margin-bottom: 70px !important;
	}

	.mg-xs-b80 {
		margin-bottom: 80px !important;
	}

	.mg-xs-b90 {
		margin-bottom: 90px !important;
	}

	/* margin left */
	.mg-xs-l0 {
		margin-left: 0px !important;
	}

	.mg-xs-l5 {
		margin-left: 5px !important;
	}

	.mg-xs-l10 {
		margin-left: 10px !important;
	}

	.mg-xs-l15 {
		margin-left: 15px !important;
	}

	.mg-xs-l20 {
		margin-left: 20px !important;
	}

	.mg-xs-l30 {
		margin-left: 30px !important;
	}

	.mg-xs-l40 {
		margin-left: 40px !important;
	}

	.mg-xs-l50 {
		margin-left: 50px !important;
	}

	.mg-xs-l60 {
		margin-left: 60px !important;
	}

	.mg-xs-l70 {
		margin-left: 70px !important;
	}

	.mg-xs-l80 {
		margin-left: 80px !important;
	}

	.mg-xs-l90 {
		margin-left: 90px !important;
	}

	/* margin right */
	.mg-xs-r0 {
		margin-right: 0px !important;
	}

	.mg-xs-r5 {
		margin-right: 5px !important;
	}

	.mg-xs-r10 {
		margin-right: 10px !important;
	}

	.mg-xs-r15 {
		margin-right: 15px !important;
	}

	.mg-xs-r20 {
		margin-right: 20px !important;
	}

	.mg-xs-r30 {
		margin-right: 30px !important;
	}

	.mg-xs-r40 {
		margin-right: 40px !important;
	}

	.mg-xs-r50 {
		margin-right: 50px !important;
	}

	.mg-xs-r60 {
		margin-right: 60px !important;
	}

	.mg-xs-r70 {
		margin-right: 70px !important;
	}

	.mg-xs-r80 {
		margin-right: 80px !important;
	}

	.mg-xs-r90 {
		margin-right: 90px !important;
	}

	/* padding 
	-------------------------------------- */
	.pd-xs-0 {
		padding: 0 !important;
	}

	.pd-xs-5 {
		padding: 5px !important;
	}

	.pd-xs-10 {
		padding: 10px !important;
	}

	.pd-xs-15 {
		padding: 15px !important;
	}

	.pd-xs-20 {
		padding: 20px !important;
	}

	.pd-xs-30 {
		padding: 30px !important;
	}

	.pd-xs-40 {
		padding: 40px !important;
	}

	.pd-xs-50 {
		padding: 50px !important;
	}

	.pd-xs-60 {
		padding: 60px !important;
	}

	.pd-xs-70 {
		padding: 70px !important;
	}

	.pd-xs-80 {
		padding: 80px !important;
	}

	.pd-xs-90 {
		padding: 90px !important;
	}

	/* padding top */
	.pd-xs-t0 {
		padding-top: 0px !important;
	}

	.pd-xs-t5 {
		padding-top: 5px !important;
	}

	.pd-xs-t10 {
		padding-top: 10px !important;
	}

	.pd-xs-t15 {
		padding-top: 15px !important;
	}

	.pd-xs-t20 {
		padding-top: 20px !important;
	}

	.pd-xs-t30 {
		padding-top: 30px !important;
	}

	.pd-xs-t40 {
		padding-top: 40px !important;
	}

	.pd-xs-t50 {
		padding-top: 50px !important;
	}

	.pd-xs-t60 {
		padding-top: 60px !important;
	}

	.pd-xs-t70 {
		padding-top: 70px !important;
	}

	.pd-xs-t80 {
		padding-top: 80px !important;
	}

	.pd-xs-t90 {
		padding-top: 90px !important;
	}

	/* padding bottom */
	.pd-xs-b0 {
		padding-bottom: 0px !important;
	}

	.pd-xs-b5 {
		padding-bottom: 5px !important;
	}

	.pd-xs-b10 {
		padding-bottom: 10px !important;
	}

	.pd-xs-b15 {
		padding-bottom: 15px !important;
	}

	.pd-xs-b20 {
		padding-bottom: 20px !important;
	}

	.pd-xs-b30 {
		padding-bottom: 30px !important;
	}

	.pd-xs-b40 {
		padding-bottom: 40px !important;
	}

	.pd-xs-b50 {
		padding-bottom: 50px !important;
	}

	.pd-xs-b60 {
		padding-bottom: 60px !important;
	}

	.pd-xs-b70 {
		padding-bottom: 70px !important;
	}

	.pd-xs-b80 {
		padding-bottom: 80px !important;
	}

	.pd-xs-b90 {
		padding-bottom: 90px !important;
	}

	/* padding left */
	.pd-xs-l0 {
		padding-left: 0px !important;
	}

	.pd-xs-l5 {
		padding-left: 5px !important;
	}

	.pd-xs-l10 {
		padding-left: 10px !important;
	}

	.pd-xs-l15 {
		padding-left: 15px !important;
	}

	.pd-xs-l20 {
		padding-left: 20px !important;
	}

	.pd-xs-l30 {
		padding-left: 30px !important;
	}

	.pd-xs-l40 {
		padding-left: 40px !important;
	}

	.pd-xs-l50 {
		padding-left: 50px !important;
	}

	.pd-xs-l60 {
		padding-left: 60px !important;
	}

	.pd-xs-l70 {
		padding-left: 70px !important;
	}

	.pd-xs-l80 {
		padding-left: 80px !important;
	}

	.pd-xs-l90 {
		padding-left: 90px !important;
	}

	/* padding right */
	.pd-xs-r0 {
		padding-right: 0px !important;
	}

	.pd-xs-r5 {
		padding-right: 5px !important;
	}

	.pd-xs-r10 {
		padding-right: 10px !important;
	}

	.pd-xs-r15 {
		padding-right: 15px !important;
	}

	.pd-xs-r20 {
		padding-right: 20px !important;
	}

	.pd-xs-r30 {
		padding-right: 30px !important;
	}

	.pd-xs-r40 {
		padding-right: 40px !important;
	}

	.pd-xs-r50 {
		padding-right: 50px !important;
	}

	.pd-xs-r60 {
		padding-right: 60px !important;
	}

	.pd-xs-r70 {
		padding-right: 70px !important;
	}

	.pd-xs-r80 {
		padding-right: 80px !important;
	}

	.pd-xs-r90 {
		padding-right: 90px !important;
	}

}

@media (min-width: 768px) {
	.visible-sm {
		display: block !important;
	}

	.visible-sm-block {
		display: block !important;
	}

	.visible-sm-inline {
		display: inline !important;
	}

	.visible-sm-inline-block {
		display: inline-block !important;
	}

	.hidden-sm {
		display: none !important;
	}

	.text-sm-center {
		text-align: center !important;
	}

	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.float-sm-none {
		float: none !important;
	}

	.float-sm-left {
		float: left !important;
	}

	.float-sm-right {
		float: right !important;
	}

	/* columns of same height styles 
	-------------------------------------- */
	.vertical-sm-align {
		display: table !important;
		table-layout: fixed !important;
		height: inherit !important;
	}

	.vertical-sm-align>.inner {
		width: 100% !important;
		height: inherit !important;
		display: table-cell !important;
		vertical-align: middle !important;
	}

	.vertical-sm-align>.inner.top {
		vertical-align: top !important;
	}

	.vertical-sm-align>.inner.middle {
		vertical-align: middle !important;
	}

	.vertical-sm-align>.inner.bottom {
		vertical-align: bottom !important;
	}

	/* width 
	-------------------------------------- */
	.width-sm-100 {
		width: 100% !important;
	}

	.width-sm-90 {
		width: 90% !important;
	}

	.width-sm-80 {
		width: 80% !important;
	}

	.width-sm-70 {
		width: 70% !important;
	}

	.width-sm-60 {
		width: 60% !important;
	}

	.width-sm-50 {
		width: 50% !important;
	}

	.width-sm-40 {
		width: 40% !important;
	}

	.width-sm-30 {
		width: 30% !important;
	}

	.width-sm-20 {
		width: 20% !important;
	}

	.width-sm-10 {
		width: 10% !important;
	}

	/* Font size 
	-------------------------------------- */
	.fs-sm-11 {
		font-size: 11px !important;
	}

	.fs-sm-12 {
		font-size: 12px !important;
	}

	.fs-sm-13 {
		font-size: 13px !important;
	}

	.fs-sm-14 {
		font-size: 14px !important;
	}

	.fs-sm-16 {
		font-size: 16px !important;
	}

	.fs-sm-18 {
		: 18px !important;
	}

	.fs-sm-20 {
		font-size: 20px !important;
	}

	.fs-sm-24 {
		font-size: 24px !important;
	}

	.fs-sm-26 {
		font-size: 26px !important;
	}

	.fs-sm-28 {
		font-size: 28px !important;
	}

	.fs-sm-30 {
		font-size: 30px !important;
	}

	/* margin 
	-------------------------------------- */
	.mg-sm-0 {
		margin: 0 !important;
	}

	.mg-sm-5 {
		margin: 5px !important;
	}

	.mg-sm-10 {
		margin: 10px !important;
	}

	.mg-sm-15 {
		margin: 15px !important;
	}

	.mg-sm-20 {
		margin: 20px !important;
	}

	.mg-sm-30 {
		margin: 30px !important;
	}

	.mg-sm-40 {
		margin: 40px !important;
	}

	.mg-sm-50 {
		margin: 50px !important;
	}

	.mg-sm-60 {
		margin: 60px !important;
	}

	.mg-sm-70 {
		margin: 70px !important;
	}

	.mg-sm-80 {
		margin: 80px !important;
	}

	.mg-sm-90 {
		margin: 90px !important;
	}

	/* margin top */
	.mg-sm-t0 {
		margin-top: 0px !important;
	}

	.mg-sm-t5 {
		margin-top: 5px !important;
	}

	.mg-sm-t10 {
		margin-top: 10px !important;
	}

	.mg-sm-t15 {
		margin-top: 15px !important;
	}

	.mg-sm-t20 {
		margin-top: 20px !important;
	}

	.mg-sm-t30 {
		margin-top: 30px !important;
	}

	.mg-sm-t40 {
		margin-top: 40px !important;
	}

	.mg-sm-t50 {
		margin-top: 50px !important;
	}

	.mg-sm-t60 {
		margin-top: 60px !important;
	}

	.mg-sm-t70 {
		margin-top: 70px !important;
	}

	.mg-sm-t80 {
		margin-top: 80px !important;
	}

	.mg-sm-t90 {
		margin-top: 90px !important;
	}

	/* margin bottom */
	.mg-sm-b0 {
		margin-bottom: 0px !important;
	}

	.mg-sm-b5 {
		margin-bottom: 5px !important;
	}

	.mg-sm-b10 {
		margin-bottom: 10px !important;
	}

	.mg-sm-b15 {
		margin-bottom: 15px !important;
	}

	.mg-sm-b20 {
		margin-bottom: 20px !important;
	}

	.mg-sm-b30 {
		margin-bottom: 30px !important;
	}

	.mg-sm-b40 {
		margin-bottom: 40px !important;
	}

	.mg-sm-b50 {
		margin-bottom: 50px !important;
	}

	.mg-sm-b60 {
		margin-bottom: 60px !important;
	}

	.mg-sm-b70 {
		margin-bottom: 70px !important;
	}

	.mg-sm-b80 {
		margin-bottom: 80px !important;
	}

	.mg-sm-b90 {
		margin-bottom: 90px !important;
	}

	/* margin left */
	.mg-sm-l0 {
		margin-left: 0px !important;
	}

	.mg-sm-l5 {
		margin-left: 5px !important;
	}

	.mg-sm-l10 {
		margin-left: 10px !important;
	}

	.mg-sm-l15 {
		margin-left: 15px !important;
	}

	.mg-sm-l20 {
		margin-left: 20px !important;
	}

	.mg-sm-l30 {
		margin-left: 30px !important;
	}

	.mg-sm-l40 {
		margin-left: 40px !important;
	}

	.mg-sm-l50 {
		margin-left: 50px !important;
	}

	.mg-sm-l60 {
		margin-left: 60px !important;
	}

	.mg-sm-l70 {
		margin-left: 70px !important;
	}

	.mg-sm-l80 {
		margin-left: 80px !important;
	}

	.mg-sm-l90 {
		margin-left: 90px !important;
	}

	/* margin right */
	.mg-sm-r0 {
		margin-right: 0px !important;
	}

	.mg-sm-r5 {
		margin-right: 5px !important;
	}

	.mg-sm-r10 {
		margin-right: 10px !important;
	}

	.mg-sm-r15 {
		margin-right: 15px !important;
	}

	.mg-sm-r20 {
		margin-right: 20px !important;
	}

	.mg-sm-r30 {
		margin-right: 30px !important;
	}

	.mg-sm-r40 {
		margin-right: 40px !important;
	}

	.mg-sm-r50 {
		margin-right: 50px !important;
	}

	.mg-sm-r60 {
		margin-right: 60px !important;
	}

	.mg-sm-r70 {
		margin-right: 70px !important;
	}

	.mg-sm-r80 {
		margin-right: 80px !important;
	}

	.mg-sm-r90 {
		margin-right: 90px !important;
	}

	/* padding 
	-------------------------------------- */
	.pd-sm-0 {
		padding: 0 !important;
	}

	.pd-sm-5 {
		padding: 5px !important;
	}

	.pd-sm-10 {
		padding: 10px !important;
	}

	.pd-sm-15 {
		padding: 15px !important;
	}

	.pd-sm-20 {
		padding: 20px !important;
	}

	.pd-sm-30 {
		padding: 30px !important;
	}

	.pd-sm-40 {
		padding: 40px !important;
	}

	.pd-sm-50 {
		padding: 50px !important;
	}

	.pd-sm-60 {
		padding: 60px !important;
	}

	.pd-sm-70 {
		padding: 70px !important;
	}

	.pd-sm-80 {
		padding: 80px !important;
	}

	.pd-sm-90 {
		padding: 90px !important;
	}

	/* padding top */
	.pd-sm-t0 {
		padding-top: 0px !important;
	}

	.pd-sm-t5 {
		padding-top: 5px !important;
	}

	.pd-sm-t10 {
		padding-top: 10px !important;
	}

	.pd-sm-t15 {
		padding-top: 15px !important;
	}

	.pd-sm-t20 {
		padding-top: 20px !important;
	}

	.pd-sm-t30 {
		padding-top: 30px !important;
	}

	.pd-sm-t40 {
		padding-top: 40px !important;
	}

	.pd-sm-t50 {
		padding-top: 50px !important;
	}

	.pd-sm-t60 {
		padding-top: 60px !important;
	}

	.pd-sm-t70 {
		padding-top: 70px !important;
	}

	.pd-sm-t80 {
		padding-top: 80px !important;
	}

	.pd-sm-t90 {
		padding-top: 90px !important;
	}

	/* padding bottom */
	.pd-sm-b0 {
		padding-bottom: 0px !important;
	}

	.pd-sm-b5 {
		padding-bottom: 5px !important;
	}

	.pd-sm-b10 {
		padding-bottom: 10px !important;
	}

	.pd-sm-b15 {
		padding-bottom: 15px !important;
	}

	.pd-sm-b20 {
		padding-bottom: 20px !important;
	}

	.pd-sm-b30 {
		padding-bottom: 30px !important;
	}

	.pd-sm-b40 {
		padding-bottom: 40px !important;
	}

	.pd-sm-b50 {
		padding-bottom: 50px !important;
	}

	.pd-sm-b60 {
		padding-bottom: 60px !important;
	}

	.pd-sm-b70 {
		padding-bottom: 70px !important;
	}

	.pd-sm-b80 {
		padding-bottom: 80px !important;
	}

	.pd-sm-b90 {
		padding-bottom: 90px !important;
	}

	/* padding left */
	.pd-sm-l0 {
		padding-left: 0px !important;
	}

	.pd-sm-l5 {
		padding-left: 5px !important;
	}

	.pd-sm-l10 {
		padding-left: 10px !important;
	}

	.pd-sm-l15 {
		padding-left: 15px !important;
	}

	.pd-sm-l20 {
		padding-left: 20px !important;
	}

	.pd-sm-l30 {
		padding-left: 30px !important;
	}

	.pd-sm-l40 {
		padding-left: 40px !important;
	}

	.pd-sm-l50 {
		padding-left: 50px !important;
	}

	.pd-sm-l60 {
		padding-left: 60px !important;
	}

	.pd-sm-l70 {
		padding-left: 70px !important;
	}

	.pd-sm-l80 {
		padding-left: 80px !important;
	}

	.pd-sm-l90 {
		padding-left: 90px !important;
	}

	/* padding right */
	.pd-sm-r0 {
		padding-right: 0px !important;
	}

	.pd-sm-r5 {
		padding-right: 5px !important;
	}

	.pd-sm-r10 {
		padding-right: 10px !important;
	}

	.pd-sm-r15 {
		padding-right: 15px !important;
	}

	.pd-sm-r20 {
		padding-right: 20px !important;
	}

	.pd-sm-r30 {
		padding-right: 30px !important;
	}

	.pd-sm-r40 {
		padding-right: 40px !important;
	}

	.pd-sm-r50 {
		padding-right: 50px !important;
	}

	.pd-sm-r60 {
		padding-right: 60px !important;
	}

	.pd-sm-r70 {
		padding-right: 70px !important;
	}

	.pd-sm-r80 {
		padding-right: 80px !important;
	}

	.pd-sm-r90 {
		padding-right: 90px !important;
	}

}

@media (min-width: 992px) {
	.visible-md {
		display: block !important;
	}

	.visible-md-block {
		display: block !important;
	}

	.visible-md-inline {
		display: inline !important;
	}

	.visible-md-inline-block {
		display: inline-block !important;
	}

	.hidden-md {
		display: none !important;
	}

	.text-md-center {
		text-align: center !important;
	}

	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.float-md-none {
		float: none !important;
	}

	.float-md-left {
		float: left !important;
	}

	.float-md-right {
		float: right !important;
	}

	/* columns of same height styles 
	-------------------------------------- */
	.vertical-md-align {
		display: table !important;
		table-layout: fixed !important;
		height: inherit !important;
	}

	.vertical-md-align>.inner {
		width: 100% !important;
		height: inherit !important;
		display: table-cell !important;
		vertical-align: middle !important;
	}

	.vertical-md-align>.inner.top {
		vertical-align: top !important;
	}

	.vertical-md-align>.inner.middle {
		vertical-align: middle !important;
	}

	.vertical-md-align>.inner.bottom {
		vertical-align: bottom !important;
	}

	/* width 
	-------------------------------------- */
	.width-md-100 {
		width: 100% !important;
	}

	.width-md-90 {
		width: 90% !important;
	}

	.width-md-80 {
		width: 80% !important;
	}

	.width-md-70 {
		width: 70% !important;
	}

	.width-md-60 {
		width: 60% !important;
	}

	.width-md-50 {
		width: 50% !important;
	}

	.width-md-40 {
		width: 40% !important;
	}

	.width-md-30 {
		width: 30% !important;
	}

	.width-md-20 {
		width: 20% !important;
	}

	.width-md-10 {
		width: 10% !important;
	}

	/* Font size 
	-------------------------------------- */
	.fs-md-11 {
		font-size: 11px !important;
	}

	.fs-md-12 {
		font-size: 12px !important;
	}

	.fs-md-13 {
		font-size: 13px !important;
	}

	.fs-md-14 {
		font-size: 14px !important;
	}

	.fs-md-16 {
		font-size: 16px !important;
	}

	.fs-md-18 {
		font-size: 18px !important;
	}

	.fs-md-20 {
		font-size: 20px !important;
	}

	.fs-md-24 {
		font-size: 24px !important;
	}

	.fs-md-26 {
		font-size: 26px !important;
	}

	.fs-md-28 {
		font-size: 28px !important;
	}

	.fs-md-30 {
		font-size: 30px !important;
	}

	/* margin 
	-------------------------------------- */
	.mg-md-0 {
		margin: 0 !important;
	}

	.mg-md-5 {
		margin: 5px !important;
	}

	.mg-md-10 {
		margin: 10px !important;
	}

	.mg-md-15 {
		margin: 15px !important;
	}

	.mg-md-20 {
		margin: 20px !important;
	}

	.mg-md-30 {
		margin: 30px !important;
	}

	.mg-md-40 {
		margin: 40px !important;
	}

	.mg-md-50 {
		margin: 50px !important;
	}

	.mg-md-60 {
		margin: 60px !important;
	}

	.mg-md-70 {
		margin: 70px !important;
	}

	.mg-md-80 {
		margin: 80px !important;
	}

	.mg-md-90 {
		margin: 90px !important;
	}

	/* margin top */
	.mg-md-t0 {
		margin-top: 0px !important;
	}

	.mg-md-t5 {
		margin-top: 5px !important;
	}

	.mg-md-t10 {
		margin-top: 10px !important;
	}

	.mg-md-t15 {
		margin-top: 15px !important;
	}

	.mg-md-t20 {
		margin-top: 20px !important;
	}

	.mg-md-t30 {
		margin-top: 30px !important;
	}

	.mg-md-t40 {
		margin-top: 40px !important;
	}

	.mg-md-t50 {
		margin-top: 50px !important;
	}

	.mg-md-t60 {
		margin-top: 60px !important;
	}

	.mg-md-t70 {
		margin-top: 70px !important;
	}

	.mg-md-t80 {
		margin-top: 80px !important;
	}

	.mg-md-t90 {
		margin-top: 90px !important;
	}

	/* margin bottom */
	.mg-md-b0 {
		margin-bottom: 0px !important;
	}

	.mg-md-b5 {
		margin-bottom: 5px !important;
	}

	.mg-md-b10 {
		margin-bottom: 10px !important;
	}

	.mg-md-b15 {
		margin-bottom: 15px !important;
	}

	.mg-md-b20 {
		margin-bottom: 20px !important;
	}

	.mg-md-b30 {
		margin-bottom: 30px !important;
	}

	.mg-md-b40 {
		margin-bottom: 40px !important;
	}

	.mg-md-b50 {
		margin-bottom: 50px !important;
	}

	.mg-md-b60 {
		margin-bottom: 60px !important;
	}

	.mg-md-b70 {
		margin-bottom: 70px !important;
	}

	.mg-md-b80 {
		margin-bottom: 80px !important;
	}

	.mg-md-b90 {
		margin-bottom: 90px !important;
	}

	/* margin left */
	.mg-md-l0 {
		margin-left: 0px !important;
	}

	.mg-md-l5 {
		margin-left: 5px !important;
	}

	.mg-md-l10 {
		margin-left: 10px !important;
	}

	.mg-md-l15 {
		margin-left: 15px !important;
	}

	.mg-md-l20 {
		margin-left: 20px !important;
	}

	.mg-md-l30 {
		margin-left: 30px !important;
	}

	.mg-md-l40 {
		margin-left: 40px !important;
	}

	.mg-md-l50 {
		margin-left: 50px !important;
	}

	.mg-md-l60 {
		margin-left: 60px !important;
	}

	.mg-md-l70 {
		margin-left: 70px !important;
	}

	.mg-md-l80 {
		margin-left: 80px !important;
	}

	.mg-md-l90 {
		margin-left: 90px !important;
	}

	/* margin right */
	.mg-md-r0 {
		margin-right: 0px !important;
	}

	.mg-md-r5 {
		margin-right: 5px !important;
	}

	.mg-md-r10 {
		margin-right: 10px !important;
	}

	.mg-md-r15 {
		margin-right: 15px !important;
	}

	.mg-md-r20 {
		margin-right: 20px !important;
	}

	.mg-md-r30 {
		margin-right: 30px !important;
	}

	.mg-md-r40 {
		margin-right: 40px !important;
	}

	.mg-md-r50 {
		margin-right: 50px !important;
	}

	.mg-md-r60 {
		margin-right: 60px !important;
	}

	.mg-md-r70 {
		margin-right: 70px !important;
	}

	.mg-md-r80 {
		margin-right: 80px !important;
	}

	.mg-md-r90 {
		margin-right: 90px !important;
	}

	/* padding 
	-------------------------------------- */
	.pd-md-0 {
		padding: 0 !important;
	}

	.pd-md-5 {
		padding: 5px !important;
	}

	.pd-md-10 {
		padding: 10px !important;
	}

	.pd-md-15 {
		padding: 15px !important;
	}

	.pd-md-20 {
		padding: 20px !important;
	}

	.pd-md-30 {
		padding: 30px !important;
	}

	.pd-md-40 {
		padding: 40px !important;
	}

	.pd-md-50 {
		padding: 50px !important;
	}

	.pd-md-60 {
		padding: 60px !important;
	}

	.pd-md-70 {
		padding: 70px !important;
	}

	.pd-md-80 {
		padding: 80px !important;
	}

	.pd-md-90 {
		padding: 90px !important;
	}

	/* padding top */
	.pd-md-t0 {
		padding-top: 0px !important;
	}

	.pd-md-t5 {
		padding-top: 5px !important;
	}

	.pd-md-t10 {
		padding-top: 10px !important;
	}

	.pd-md-t15 {
		padding-top: 15px !important;
	}

	.pd-md-t20 {
		padding-top: 20px !important;
	}

	.pd-md-t30 {
		padding-top: 30px !important;
	}

	.pd-md-t40 {
		padding-top: 40px !important;
	}

	.pd-md-t50 {
		padding-top: 50px !important;
	}

	.pd-md-t60 {
		padding-top: 60px !important;
	}

	.pd-md-t70 {
		padding-top: 70px !important;
	}

	.pd-md-t80 {
		padding-top: 80px !important;
	}

	.pd-md-t90 {
		padding-top: 90px !important;
	}

	/* padding bottom */
	.pd-md-b0 {
		padding-bottom: 0px !important;
	}

	.pd-md-b5 {
		padding-bottom: 5px !important;
	}

	.pd-md-b10 {
		padding-bottom: 10px !important;
	}

	.pd-md-b15 {
		padding-bottom: 15px !important;
	}

	.pd-md-b20 {
		padding-bottom: 20px !important;
	}

	.pd-md-b30 {
		padding-bottom: 30px !important;
	}

	.pd-md-b40 {
		padding-bottom: 40px !important;
	}

	.pd-md-b50 {
		padding-bottom: 50px !important;
	}

	.pd-md-b60 {
		padding-bottom: 60px !important;
	}

	.pd-md-b70 {
		padding-bottom: 70px !important;
	}

	.pd-md-b80 {
		padding-bottom: 80px !important;
	}

	.pd-md-b90 {
		padding-bottom: 90px !important;
	}

	/* padding left */
	.pd-md-l0 {
		padding-left: 0px !important;
	}

	.pd-md-l5 {
		padding-left: 5px !important;
	}

	.pd-md-l10 {
		padding-left: 10px !important;
	}

	.pd-md-l15 {
		padding-left: 15px !important;
	}

	.pd-md-l20 {
		padding-left: 20px !important;
	}

	.pd-md-l30 {
		padding-left: 30px !important;
	}

	.pd-md-l40 {
		padding-left: 40px !important;
	}

	.pd-md-l50 {
		padding-left: 50px !important;
	}

	.pd-md-l60 {
		padding-left: 60px !important;
	}

	.pd-md-l70 {
		padding-left: 70px !important;
	}

	.pd-md-l80 {
		padding-left: 80px !important;
	}

	.pd-md-l90 {
		padding-left: 90px !important;
	}

	/* padding right */
	.pd-md-r0 {
		padding-right: 0px !important;
	}

	.pd-md-r5 {
		padding-right: 5px !important;
	}

	.pd-md-r10 {
		padding-right: 10px !important;
	}

	.pd-md-r15 {
		padding-right: 15px !important;
	}

	.pd-md-r20 {
		padding-right: 20px !important;
	}

	.pd-md-r30 {
		padding-right: 30px !important;
	}

	.pd-md-r40 {
		padding-right: 40px !important;
	}

	.pd-md-r50 {
		padding-right: 50px !important;
	}

	.pd-md-r60 {
		padding-right: 60px !important;
	}

	.pd-md-r70 {
		padding-right: 70px !important;
	}

	.pd-md-r80 {
		padding-right: 80px !important;
	}

	.pd-md-r90 {
		padding-right: 90px !important;
	}

}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	.visible-lg-block {
		display: block !important;
	}

	.visible-lg-inline {
		display: inline !important;
	}

	.visible-lg-inline-block {
		display: inline-block !important;
	}

	.hidden-lg {
		display: none !important;
	}

	.text-lg-center {
		text-align: center !important;
	}

	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.float-lg-none {
		float: none !important;
	}

	.float-lg-left {
		float: left !important;
	}

	.float-lg-right {
		float: right !important;
	}

	/* columns of same height styles 
	-------------------------------------- */
	.vertical-lg-align {
		display: table !important;
		table-layout: fixed !important;
		height: inherit !important;
	}

	.vertical-lg-align>.inner {
		width: 100% !important;
		height: inherit !important;
		display: table-cell !important;
		vertical-align: middle !important;
	}

	.vertical-lg-align>.inner.top {
		vertical-align: top !important;
	}

	.vertical-lg-align>.inner.middle {
		vertical-align: middle !important;
	}

	.vertical-lg-align>.inner.bottom {
		vertical-align: bottom !important;
	}

	/* width 
	-------------------------------------- */
	.width-lg-100 {
		width: 100% !important;
	}

	.width-lg-90 {
		width: 90% !important;
	}

	.width-lg-80 {
		width: 80% !important;
	}

	.width-lg-70 {
		width: 70% !important;
	}

	.width-lg-60 {
		width: 60% !important;
	}

	.width-lg-50 {
		width: 50% !important;
	}

	.width-lg-40 {
		width: 40% !important;
	}

	.width-lg-30 {
		width: 30% !important;
	}

	.width-lg-20 {
		width: 20% !important;
	}

	.width-lg-10 {
		width: 10% !important;
	}

	/* Font size 
	-------------------------------------- */
	.fs-lg-11 {
		font-size: 11px !important;
	}

	.fs-lg-12 {
		font-size: 12px !important;
	}

	.fs-lg-13 {
		font-size: 13px !important;
	}

	.fs-lg-14 {
		font-size: 14px !important;
	}

	.fs-lg-16 {
		font-size: 16px !important;
	}

	.fs-lg-18 {
		font-size: 18px !important;
	}

	.fs-lg-20 {
		font-size: 20px !important;
	}

	.fs-lg-24 {
		font-size: 24px !important;
	}

	.fs-lg-26 {
		font-size: 26px !important;
	}

	.fs-lg-28 {
		font-size: 28px !important;
	}

	.fs-lg-30 {
		font-size: 30px !important;
	}

	/* margin 
	-------------------------------------- */
	.mg-lg-0 {
		margin: 0 !important;
	}

	.mg-lg-5 {
		margin: 5px !important;
	}

	.mg-lg-10 {
		margin: 10px !important;
	}

	.mg-lg-15 {
		margin: 15px !important;
	}

	.mg-lg-20 {
		margin: 20px !important;
	}

	.mg-lg-30 {
		margin: 30px !important;
	}

	.mg-lg-40 {
		margin: 40px !important;
	}

	.mg-lg-50 {
		margin: 50px !important;
	}

	.mg-lg-60 {
		margin: 60px !important;
	}

	.mg-lg-70 {
		margin: 70px !important;
	}

	.mg-lg-80 {
		margin: 80px !important;
	}

	.mg-lg-90 {
		margin: 90px !important;
	}

	/* margin top */
	.mg-lg-t0 {
		margin-top: 0px !important;
	}

	.mg-lg-t5 {
		margin-top: 5px !important;
	}

	.mg-lg-t10 {
		margin-top: 10px !important;
	}

	.mg-lg-t15 {
		margin-top: 15px !important;
	}

	.mg-lg-t20 {
		margin-top: 20px !important;
	}

	.mg-lg-t30 {
		margin-top: 30px !important;
	}

	.mg-lg-t40 {
		margin-top: 40px !important;
	}

	.mg-lg-t50 {
		margin-top: 50px !important;
	}

	.mg-lg-t60 {
		margin-top: 60px !important;
	}

	.mg-lg-t70 {
		margin-top: 70px !important;
	}

	.mg-lg-t80 {
		margin-top: 80px !important;
	}

	.mg-lg-t90 {
		margin-top: 90px !important;
	}

	/* margin bottom */
	.mg-lg-b0 {
		margin-bottom: 0px !important;
	}

	.mg-lg-b5 {
		margin-bottom: 5px !important;
	}

	.mg-lg-b10 {
		margin-bottom: 10px !important;
	}

	.mg-lg-b15 {
		margin-bottom: 15px !important;
	}

	.mg-lg-b20 {
		margin-bottom: 20px !important;
	}

	.mg-lg-b30 {
		margin-bottom: 30px !important;
	}

	.mg-lg-b40 {
		margin-bottom: 40px !important;
	}

	.mg-lg-b50 {
		margin-bottom: 50px !important;
	}

	.mg-lg-b60 {
		margin-bottom: 60px !important;
	}

	.mg-lg-b70 {
		margin-bottom: 70px !important;
	}

	.mg-lg-b80 {
		margin-bottom: 80px !important;
	}

	.mg-lg-b90 {
		margin-bottom: 90px !important;
	}

	/* margin left */
	.mg-lg-l0 {
		margin-left: 0px !important;
	}

	.mg-lg-l5 {
		margin-left: 5px !important;
	}

	.mg-lg-l10 {
		margin-left: 10px !important;
	}

	.mg-lg-l15 {
		margin-left: 15px !important;
	}

	.mg-lg-l20 {
		margin-left: 20px !important;
	}

	.mg-lg-l30 {
		margin-left: 30px !important;
	}

	.mg-lg-l40 {
		margin-left: 40px !important;
	}

	.mg-lg-l50 {
		margin-left: 50px !important;
	}

	.mg-lg-l60 {
		margin-left: 60px !important;
	}

	.mg-lg-l70 {
		margin-left: 70px !important;
	}

	.mg-lg-l80 {
		margin-left: 80px !important;
	}

	.mg-lg-l90 {
		margin-left: 90px !important;
	}

	/* margin right */
	.mg-lg-r0 {
		margin-right: 0px !important;
	}

	.mg-lg-r5 {
		margin-right: 5px !important;
	}

	.mg-lg-r10 {
		margin-right: 10px !important;
	}

	.mg-lg-r15 {
		margin-right: 15px !important;
	}

	.mg-lg-r20 {
		margin-right: 20px !important;
	}

	.mg-lg-r30 {
		margin-right: 30px !important;
	}

	.mg-lg-r40 {
		margin-right: 40px !important;
	}

	.mg-lg-r50 {
		margin-right: 50px !important;
	}

	.mg-lg-r60 {
		margin-right: 60px !important;
	}

	.mg-lg-r70 {
		margin-right: 70px !important;
	}

	.mg-lg-r80 {
		margin-right: 80px !important;
	}

	.mg-lg-r90 {
		margin-right: 90px !important;
	}

	/* padding 
	-------------------------------------- */
	.pd-lg-0 {
		padding: 0 !important;
	}

	.pd-lg-5 {
		padding: 5px !important;
	}

	.pd-lg-10 {
		padding: 10px !important;
	}

	.pd-lg-15 {
		padding: 15px !important;
	}

	.pd-lg-20 {
		padding: 20px !important;
	}

	.pd-lg-30 {
		padding: 30px !important;
	}

	.pd-lg-40 {
		padding: 40px !important;
	}

	.pd-lg-50 {
		padding: 50px !important;
	}

	.pd-lg-60 {
		padding: 60px !important;
	}

	.pd-lg-70 {
		padding: 70px !important;
	}

	.pd-lg-80 {
		padding: 80px !important;
	}

	.pd-lg-90 {
		padding: 90px !important;
	}

	/* padding top */
	.pd-lg-t0 {
		padding-top: 0px !important;
	}

	.pd-lg-t5 {
		padding-top: 5px !important;
	}

	.pd-lg-t10 {
		padding-top: 10px !important;
	}

	.pd-lg-t15 {
		padding-top: 15px !important;
	}

	.pd-lg-t20 {
		padding-top: 20px !important;
	}

	.pd-lg-t30 {
		padding-top: 30px !important;
	}

	.pd-lg-t40 {
		padding-top: 40px !important;
	}

	.pd-lg-t50 {
		padding-top: 50px !important;
	}

	.pd-lg-t60 {
		padding-top: 60px !important;
	}

	.pd-lg-t70 {
		padding-top: 70px !important;
	}

	.pd-lg-t80 {
		padding-top: 80px !important;
	}

	.pd-lg-t90 {
		padding-top: 90px !important;
	}

	/* padding bottom */
	.pd-lg-b0 {
		padding-bottom: 0px !important;
	}

	.pd-lg-b5 {
		padding-bottom: 5px !important;
	}

	.pd-lg-b10 {
		padding-bottom: 10px !important;
	}

	.pd-lg-b15 {
		padding-bottom: 15px !important;
	}

	.pd-lg-b20 {
		padding-bottom: 20px !important;
	}

	.pd-lg-b30 {
		padding-bottom: 30px !important;
	}

	.pd-lg-b40 {
		padding-bottom: 40px !important;
	}

	.pd-lg-b50 {
		padding-bottom: 50px !important;
	}

	.pd-lg-b60 {
		padding-bottom: 60px !important;
	}

	.pd-lg-b70 {
		padding-bottom: 70px !important;
	}

	.pd-lg-b80 {
		padding-bottom: 80px !important;
	}

	.pd-lg-b90 {
		padding-bottom: 90px !important;
	}

	/* padding left */
	.pd-lg-l0 {
		padding-left: 0px !important;
	}

	.pd-lg-l5 {
		padding-left: 5px !important;
	}

	.pd-lg-l10 {
		padding-left: 10px !important;
	}

	.pd-lg-l15 {
		padding-left: 15px !important;
	}

	.pd-lg-l20 {
		padding-left: 20px !important;
	}

	.pd-lg-l30 {
		padding-left: 30px !important;
	}

	.pd-lg-l40 {
		padding-left: 40px !important;
	}

	.pd-lg-l50 {
		padding-left: 50px !important;
	}

	.pd-lg-l60 {
		padding-left: 60px !important;
	}

	.pd-lg-l70 {
		padding-left: 70px !important;
	}

	.pd-lg-l80 {
		padding-left: 80px !important;
	}

	.pd-lg-l90 {
		padding-left: 90px !important;
	}

	/* padding right */
	.pd-lg-r0 {
		padding-right: 0px !important;
	}

	.pd-lg-r5 {
		padding-right: 5px !important;
	}

	.pd-lg-r10 {
		padding-right: 10px !important;
	}

	.pd-lg-r15 {
		padding-right: 15px !important;
	}

	.pd-lg-r20 {
		padding-right: 20px !important;
	}

	.pd-lg-r30 {
		padding-right: 30px !important;
	}

	.pd-lg-r40 {
		padding-right: 40px !important;
	}

	.pd-lg-r50 {
		padding-right: 50px !important;
	}

	.pd-lg-r60 {
		padding-right: 60px !important;
	}

	.pd-lg-r70 {
		padding-right: 70px !important;
	}

	.pd-lg-r80 {
		padding-right: 80px !important;
	}

	.pd-lg-r90 {
		padding-right: 90px !important;
	}

}

/* === css/layout.css === */
/*
 * Copyright inpleworks, Co.
 * default is Mobile
*/

/* ------------------------------------------------------------------------------------------------------------------ */
/* reset
/* ------------------------------------------------------------------------------------------------------------------ */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	font-size: 1.1rem;
	line-height: 1.42857143;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #221c24;
}

html,
body,
table,
th,
td,
button,
input {
	font-family: 'Raleway', 'Noto Sans KR', 'Nanum Gothic', 'Apple SD Gothic Neo', 'Malgun Gothic', '돋움', Dotum, 'Lucida Sans', 'Trebuchet MS', Arial, Tahoma, sans-serif;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
figure,
fieldset {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0 none;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

a,
input {
	outline: none;
}

:focus {
	outline: 0;
}

/* 키보드 포커스 표시 복구 — 마우스 클릭 시는 숨김, 키보드 탭 시만 표시 */
:focus-visible {
	outline: 2px solid #0052cc;
	outline-offset: 3px;
}

a:focus-visible,
button:focus-visible {
	outline: 2px solid #0052cc;
	outline-offset: 3px;
	border-radius: 2px;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #aaa;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #aaa;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #aaa;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #aaa;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

img,
embed,
object,
video {
	max-width: 100%;
}

body.fixed,
.xet-layout-body {
	overflow: hidden;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Typography
/* ------------------------------------------------------------------------------------------------------------------ */
h1 {
	font-weight: 700;
}

h1 .thin {
	font-weight: 400;
}

h2 {
	font-weight: 500;
}

h2 .thin {
	font-weight: 300;
}

h3 {
	font-weight: 400;
}

h3 .thin {
	font-weight: 200;
}

h4 {
	font-weight: 400;
}

h5 {
	font-weight: 400;
}

h6 {
	font-weight: 400;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* HEADER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#xet-header .xet-header-body {
	background-color: #fff;
	border-bottom: 1px solid;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#xet-header .xet-header-body .xet-container,
#xet-header .xet-header-body .xet-container-fluid {
	position: relative;
}

/* scroll to hide */
#xet-header.hd-pinned {
	transform: translateY(0%);
}

#xet-header.hd-unpinned {
	transform: translateY(-100%);
}

#xet-header.hd-not-top .xet-header-body {
	border-bottom: 0;
	background-color: #fff !important;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .07);
}



/* Header Logo
----------------------------------------------------------- */
#xet-header .xet-header-logo {
	width: 180px;
	height: 60px;
	line-height: 60px;
	letter-spacing: 1px;
	overflow: hidden;
}

#xet-header .xet-header-logo a {
	position: relative;
	height: 60px;
	display: block;
	font-size: 24px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#xet-header .xet-header-logo a>span {
	display: inline-block;
	height: 100%;
}

#xet-header .xet-header-logo a img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#xet-header .xet-header-logo a .logo-img-b,
#xet-header.dark .xet-header-logo a .logo-img-w {
	display: inline-block;
}

#xet-header .xet-header-logo a .logo-img-w,
#xet-header.dark .xet-header-logo a .logo-img-b {
	display: none;
}




/* NAV - Dropdown
----------------------------------------------------------- */
.xet-nav-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.xet-nav-ul>li {
	position: relative;
	float: left;
	margin: 0 20px;
	padding: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.xet-nav-ul>li>a,
.xet-nav-ul>li>button {
	position: relative;
	display: inline-block;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	color: #221c24;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.xet-nav-ul>li.li-btn {
	margin: 0;
}

.xet-nav-ul>li.li-btn:first-child {}

.xet-nav-ul>li.li-btn>a,
.xet-nav-ul>li.li-btn>button {
	vertical-align: top;
	width: 60px;
	font-size: 18px;
	text-align: center;
	color: #221c24;
}

/* Hover color NAV 1차 */
.xet-nav-ul>li.current>a {
	color: #38b5c7 !important;
}

/* 2차 메뉴 */
.xet-nav-ul ul.submenu {
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -20px;
	top: 100%;
	width: 210px;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	background: rgba(33, 33, 33, .9);
	border: 0px solid rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}

.xet-nav-ul ul.submenu li {
	position: relative;
	float: none;
	height: auto;
	line-height: 1.42857143;
	border-top: 0px solid rgba(0, 0, 0, .1);
}

.xet-nav-ul ul.submenu li:first-child {
	border-top: 0;
}

.xet-nav-ul ul.submenu li a {
	position: relative;
	display: block;
	font-size: 13px;
	cursor: pointer;
	white-space: normal;
	font-weight: normal;
	padding: 10px 22px 10px 22px;
	margin: 0;
	color: #ababab;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}

.xet-nav-ul ul.submenu li span.child {
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 0;
	text-align: center;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	opacity: .5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	background: #ababab;
}

.xet-nav-ul ul.submenu li:hover>a,
.xet-nav-ul ul.submenu li:hover>button {
	border-left-color: #38b5c7;
	color: #fff;
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
}

.xet-nav-ul ul.submenu li:hover span.child {
	opacity: 1;
	background: #38b5c7;
}

/* 3차 메뉴 */
.xet-nav-ul ul.submenu ul.submenu {
	top: -10px;
	left: 100%;
}

/* 우측정렬인경우 2,3차 메뉴 출력위치 */
.xet-nav.float-right .xet-nav-ul li:last-child ul.submenu {
	left: auto;
	right: 0;
}

.xet-nav.float-right .xet-nav-ul li:last-child ul.submenu ul.submenu {
	right: 100%;
}

/*----------------------------------------------------------- */

/* 언어선택 리스트 */
.xet-nav-ul>li>button {
	font-size: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
}

.xet-nav-ul ul.lang-list {
	left: auto;
	right: -15px;
	width: 140px;
}

.xet-nav-ul ul.lang-list li button {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 12px;
	cursor: pointer;
	font-weight: normal;
	padding: 10px 12px 10px 40px;
	border: 0;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 16px;
	background-color: transparent;
	color: #ababab;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}

/* NAV - Mega Menu
----------------------------------------------------------- */
.xet-nav-ul .megamenu-inner {
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 100%;
	background: rgba(33, 33, 33, .9);
	-moz-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.2);
	transform: translateY(30px);
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}

.xet-nav-ul .megamenu-inner.normal {
	left: 15px;
	right: 15px
}

.xet-nav-ul .megamenu-inner ul {
	list-style: none;
	margin: 0 auto;
	padding: 20px 0;
}

.xet-nav-ul .megamenu-inner ul li {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	height: auto;
	line-height: 1.42857143;
	border-left: 1px solid rgba(255, 255, 255, .05);
}

.xet-nav-ul .megamenu-inner ul li:first-child,
.xet-nav-ul .megamenu-inner ul li:nth-child(2n+6) {
	border-left: 0;
}

.xet-nav-ul .megamenu-inner ul li a {
	display: block;
	padding: 10px 30px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}

.xet-nav-ul .megamenu-inner ul li p {
	margin: 20px 0 0;
}

.xet-nav-ul .megamenu-inner ul li p>a {
	position: relative;
	font-weight: bold;
	color: #fff;
}

.xet-nav-ul .megamenu-inner ul li p>a:after {
	content: "";
	position: absolute;
	left: 30px;
	top: 0;
	width: 10px;
	height: 2px;
	background: #38b5c7;
}

/* 3차 메뉴 */
.xet-nav-ul .megamenu-inner .megamenu-items a {
	font-size: 13px;
	color: #ababab;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.xet-nav-ul .megamenu-inner .megamenu-items a:hover {
	color: #fff;
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
}

.xet-nav-ul .megamenu-inner .megamenu-items a.current {
	color: #fff;
}

/* Show Dropdown menu 2차, 3차 */
.xet-nav-ul li.hovered>.megamenu-inner,
.xet-nav-ul li.hovered>ul.submenu,
.xet-nav-ul ul.submenu li:hover>ul.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}

/* Hover NAV 2차, 3차 */
.xet-nav-ul ul.submenu li:hover>a::after {
	width: 100%;
}

.xet-nav-ul ul.submenu li.current::after {
	height: 1px;
	background-color: #38b5c7;
}

.xet-nav-ul ul.submenu li.current>a {
	color: #38b5c7;
}

/*----------------------------------------------------------- */

/* scroll to fixed */
#xet-header.scroll-fixed .xet-nav-ul ul.submenu {
	top: 100%;
}

#xet-header.scroll-fixed .xet-nav-ul ul.submenu ul.submenu {
	top: -10px;
}


/* Mobile hamburger icon 
----------------------------------------------------------- */
#xet-toggle-btn {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
}

#xet-toggle-btn.toggle-btn-right {
	left: auto;
	right: 0;
}

.xet-toggle-menu {
	position: relative;
	display: block !important;
	width: 60px;
	height: 60px;
	padding: 0;
	font-size: 0 !important;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	color: transparent;
	border: 0;
	border-left: 1px solid;
	background: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.xet-toggle-menu.none {
	pointer-events: none;
}

.xet-toggle-menu span,
.xet-toggle-menu span::before,
.xet-toggle-menu span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 2px;
	width: 24px;
	background: #333;
}

.xet-toggle-menu span {
	/* line in the center */
	width: 18px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -2px;
	margin-left: -12px;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
	background: #333;
}

.xet-toggle-menu span::before,
.xet-toggle-menu span::after {
	/* other 2 lines */
	content: '';
	right: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.xet-toggle-menu span::before {
	/* menu icon top line */
	top: -6px;
}

.xet-toggle-menu span::after {
	/* menu icon bottom line */
	top: 6px;
}

.xet-toggle-menu.push-active span {
	/* hide line in the center */
	background: none;
}

.xet-toggle-menu.push-active span::before,
.xet-toggle-menu.push-active span::after {
	/* keep visible other 2 lines */
	background: #333;
}

.xet-toggle-menu.push-active span::before {
	-webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-3px) rotate(45deg);
	transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.xet-toggle-menu.push-active span::after {
	-webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(2px) rotate(-45deg);
	transform: translateX(4px) translateY(2px) rotate(-45deg);
}


/* Header transparent
----------------------------------------------------------- */
#xet-header .xet-header-body {
	border-color: rgba(255, 255, 255, .2);
}

#xet-header.trans .xet-header-body {
	background-color: transparent;
}

#xet-header.trans.hd-top .xet-header-logo a,
#xet-header.trans.hd-top .xet-nav-ul>li>a,
#xet-header.trans.hd-top .xet-nav-ul>li>button {
	color: #fff;
}

#xet-header.trans.hd-top .xet-nav-ul>li>a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

#xet-header.trans.hd-top .xet-header-logo a .logo-img-w {
	display: inline-block;
}

#xet-header.trans.hd-top .xet-header-logo a .logo-img-b {
	display: none;
}

#xet-header.trans .xet-toggle-menu {
	border-color: rgba(255, 255, 255, .2);
}

#xet-header .xet-toggle-menu,
#xet-header.hd-not-top .xet-toggle-menu {
	border-color: rgba(0, 0, 0, .1);
}

#xet-header.trans.hd-top .xet-toggle-menu span,
#xet-header.trans.hd-top .xet-toggle-menu span::before,
#xet-header.trans.hd-top .xet-toggle-menu span::after {
	background: #fff;
}

#xet-header.trans.hd-top .xet-toggle-menu.push-active span {
	background: none;
}


/* Header Dark Color
----------------------------------------------------------- */
#xet-header.dark .xet-header-body {
	border-color: rgba(255, 255, 255, .2);
	background-color: #1c1c1c;
}

#xet-header.dark.trans .xet-header-body {
	background-color: transparent;
}

#xet-header.dark.hd-not-top .xet-header-body {
	border-bottom: 0;
	background-color: #1c1c1c !important;
}

#xet-header.dark .xet-toggle-menu,
#xet-header.dark.hd-not-top .xet-toggle-menu {
	border-color: rgba(255, 255, 255, .2);
}

#xet-header.dark .xet-header-logo a {
	color: #fff;
}

#xet-header.dark .xet-nav-ul>li>a,
#xet-header.dark .xet-nav-ul>li>button {
	color: #fff;
}

#xet-header.dark .xet-toggle-menu.push-active span {
	background: none;
}

#xet-header.dark .xet-toggle-menu span,
#xet-header.dark .xet-toggle-menu span::before,
#xet-header.dark .xet-toggle-menu span::after {
	background: #fff;
}

.side-panel-top .xet-toggle-menu.push-active span::before,
.side-panel-top .xet-toggle-menu.push-active span::after,
#xet-header.dark .xet-toggle-menu.push-active span::before,
#xet-header.dark .xet-toggle-menu.push-active span::after {
	background: #fff;
}







/* ------------------------------------------------------------------------------------------------------------------ */
/* MAIN - SECTIONS
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-main-sections.no-slider {}

.xet-section {
	position: relative;
	background-color: #fafafa;
	color: #555356;
}

.xet-main-sections .xet-section:nth-child(odd) {
	background-color: #ffffff;
}

.xet-section img {
	vertical-align: top;
	max-width: 100%;
}

.xet-section .section-title {
	position: relative;
	display: inline-block;
	line-height: normal;
	color: #221c24;
}

.xet-section .section-title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 1px;
	background: #221c24;
}

.xet-section .section-title:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 1px;
	background: #221c24;
}

.xet-section.xet-page-top .section-title {
	color: #fff;
}

.xet-section.xet-page-top .section-title:after,
.xet-section.xet-page-top .section-title:before {
	background: #fff;
}

.xet-section .more-link {
	border-bottom: 1px solid #555356;
	color: #555356;
}

.xet-section .section-title2 {
	position: relative;
}

.xet-section .section-title2:before {
	content: "";
	position: absolute;
	display: block;
	top: -130px;
	left: 0;
	width: 1px;
	height: 100px;
	background-color: #111;
	;
}

.xet-section .subTitle {
	color: #1b1b1b;
}

.xet-section .subContent,
.xet-section .subContent a {
	color: #555356;
}

/* BG jarallax scroll */
.xet-slider .xet-jarallax {
	height: calc(80vh - 60px);
}

.xet-slider.fullSzie .xet-jarallax {
	height: calc(100vh);
}

.xet-jarallax {
	position: relative;
	z-index: 0;
}

.xet-jarallax>.xet-jarallax-img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.xet-jarallax-keep-img {
	position: relative;
	z-index: 0;
}

.xet-jarallax-keep-img>.xet-jarallax-img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
	z-index: -100;
}

span[data-jarallax-element] {
	display: inline-block;
}


/* BG parallax scroll */
.xet-parallax-scroll {
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/* ie8- graceful degradation */
	background-position: 50% 50%\9 !important;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* SLIDER 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-slider {
	overflow: hidden;
	position: relative;
	background-color: #2b2b2b !important;
}

.xet-slider .swiper-caption {
	padding: 0 30px;
}

.xet-slider h1 {
	text-transform: uppercase;
	letter-spacing: -1px;
}

.xet-slider h1,
.xet-slider h5,
.xet-slider .xet-more {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.xet-slider .xet-more a {
	color: #fff;
	border-bottom-color: #fff;
}

.xet-slider .xet-slider-container {
	position: relative;
	width: 100%;
	height: calc(80vh - 60px);
}

.xet-slider.fullSzie .xet-slider-container {
	height: calc(100vh);
}

.xet-slider .xet-slider-container .swiper-slide {
	overflow: hidden;
}

.xet-slider .xet-slider-container .swiper-slide .slide-bg-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: scale(1) translateZ(0);
	-ms-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
	transition: 0.95s 0s cubic-bezier(0.3, 0.58, 0.42, 0.9);
}

.xet-slider .xet-slider-container .swiper-caption {
	z-index: 9;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .05);
	color: #fff;
}

.xet-slider .xet-slider-next,
.xet-slider .xet-slider-prev {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	height: 100px;
	line-height: 100px;
	margin-top: -50px;
	width: 170px;
	opacity: .6;
	background-size: 64px;
	color: #fff;
	text-shadow: none;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.xet-slider .xet-slider-next {
	background-position: center right;
	right: 30px;
	background-image: url('../img/next.png');
}

.xet-slider .xet-slider-prev {
	background-position: center left;
	left: 30px;
	background-image: url('../img/prev.png');
}

.xet-slider .xet-slider-next:hover {
	transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-webkit-transform: translateX(-30px);
	opacity: 1;
}

.xet-slider .xet-slider-prev:hover {
	transform: translateX(30px);
	-moz-transform: translateX(30px);
	-webkit-transform: translateX(30px);
	opacity: 1;
}

.xet-slider-next.swiper-button-disabled,
.xet-slider-prev.swiper-button-disabled {
	cursor: auto;
	opacity: 0.35;
	pointer-events: none;
}

.xet-slider-pagination {
	z-index: 10;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px !important;
	color: #ccc;
	text-align: center;
}

.xet-slider-pagination.swiper-pagination-progressbar {
	top: auto !important;
	bottom: 0 !important;
}

.xet-slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #38b5c7;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* SLIDER Style2
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-slider2 {
	overflow: hidden;
	position: relative;
	background-color: #2b2b2b !important;
}

.xet-slider2 .swiper-caption {
	text-align: center;
}

.xet-slider2 h1 {
	text-transform: uppercase;
	letter-spacing: -1px;
}

.xet-slider2 h1,
.xet-slider2 h5,
.xet-slider2 .xet-more {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.xet-slider2 .xet-more a {
	color: #fff;
	border-bottom-color: #fff;
}

.xet-slider2 .xet-slider-container {
	position: relative;
	width: 100%;
	height: calc(80vh - 60px);
	margin-top: 60px;
}

.xet-slider2.fullSzie .xet-slider-container {
	height: calc(100vh - 60px);
}

.xet-slider2 .xet-slider-container .swiper-slide {
	color: #fff;
}

.xet-slider2 .xet-slider-container .vertical-align {}

.xet-slider2 .xet-slider-arrows {
	z-index: 10;
	position: absolute;
	left: 15px !important;
	right: 15px !important;
	bottom: 10% !important;
}

.xet-slider2 .xet-slider-next,
.xet-slider2 .xet-slider-prev {
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	width: 100px;
	background-size: 64px;
	color: #fff;
	opacity: .5;
	text-shadow: none;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.xet-slider2 .xet-slider-next {
	padding-right: 20px;
	background-position: center right;
	background-image: url('../img/next.png');
}

.xet-slider2 .xet-slider-prev {
	padding-left: 20px;
	background-position: center left;
	background-image: url('../img/prev.png');
}

.xet-slider2 .xet-slider-next:hover {
	opacity: 1;
}

.xet-slider2 .xet-slider-prev:hover {
	opacity: 1;
}

.xet-slider2 .xet-slider-next.swiper-button-disabled,
.xet-slider2 .xet-slider-prev.swiper-button-disabled {
	cursor: auto;
	opacity: 0.35;
	pointer-events: none;
}

.xet-slider2 .xet-slider-pagination {
	z-index: 10;
	position: absolute;
	left: 0;
	top: auto;
	bottom: 10px !important;
	color: #ccc;
	text-align: center;
}

.xet-slider2 .xet-slider-pagination.swiper-pagination-progressbar {
	top: auto !important;
	bottom: 0 !important;
}

.xet-slider2 .xet-slider-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #38b5c7;
}

.xet-slider2 .xet-slider-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.xet-slider2 .xet-slider-caption {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	height: 100%;
}



/* OIE */
.xet-slider-pagination .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #fff;
	margin: 0 3px;
	cursor: pointer;
}

.xet-slider-pagination .swiper-active-switch {
	background-color: #38b5c7;
}

/* */

.xet-slider-pagination .swiper-pagination-current {
	font-size: 200%;
	color: #fff;
}

.xet-slider-pagination .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	opacity: 0.7;
	background-color: #f1f1f1;
}

.xet-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 8px;
	opacity: 1.0;
	background-color: #38b5c7;
}

.xet-slider2 .xet-slider-pagination .swiper-pagination-bullet {
	opacity: 0.7;
	background-color: #f1f1f1;
}

.xet-slider2 .xet-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1.0;
	background-color: #38b5c7;
	border-radius: 30px;
}

.xet-slider .swiper-pagination-progress {
	z-index: 10;
}

.xet-slider .swiper-pagination-progress .swiper-pagination-progressbar {
	background: #38b5c7;
}

/* Vertical */
.xet-slider-pagination.vertical {
	z-index: 10;
	position: absolute;
	left: auto !important;
	bottom: auto !important;
	right: 30px;
	top: 50% !important;
	width: auto !important;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #ccc;
	text-align: center;
}

.xet-slider-pagination.vertical .swiper-pagination-bullet {
	display: block !important;
	margin: 10px 0 !important;
	width: 30px !important;
	height: 2px !important;
	border-radius: 0 !important;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* slider Video 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-video {
	color: #fff;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - About 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-about {}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Service 
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-service .item>div {
	position: relative;
	min-height: 200px;
}

#xet-service .item .xet-service-caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 15px;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
}

#xet-service .item .xet-service-caption h4 {
	position: relative;
}

#xet-service .item .xet-service-caption h4:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -50%;
	width: 60%;
	height: 1px;
	background: #fff;
}

#xet-service .item .xet-service-caption a {
	color: #fff;
	border-bottom-color: #fff;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Work 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-work {}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Video 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-video-section {
	position: relative;
	background-color: #000;
	color: #fff;
}

.xet-video-section h3,
.xet-video-section h6 {
	position: relative; //ie9에서 텍스트 보이도록
}

.xet-video-section:before {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, .8);
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Partner 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-partner .more-link {
	text-decoration: underline;
	color: #555;
}

#xet-partner-owl .item a {
	display: block;
	padding: 30px 15px;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Banner 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-banner {
	background-color: #000 !important;
	color: #fff;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Section - Contact 
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-contact p {
	color: #555;
}

.xet-contact .contact-tel {
	display: block;
	color: #111;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* BODY - CONTENT - PAGE
/* ------------------------------------------------------------------------------------------------------------------ */

/* page top */
.xet-page-top {
	z-index: 20;
	background-color: #2b2b2b;
	color: #fff;
}

.xet-page-top>div {
	position: relative;
	height: auto;
}

.xet-page-top a {
	color: #fff;
}

/* page top NAV */
.xet-page-top .page-lnb {}

.xet-page-top .xet-nav-ul>li {
	position: relative;
	float: none;
	display: inline-block;
	margin: 0 15px;
	padding: 0;
	vertical-align: top;
}

.xet-page-top .xet-nav-ul>li a {
	height: auto;
	line-height: normal;
	font-size: 14px;
	padding: 8px 0;
	margin: 0 15px;
	color: #fff;
}

.xet-page-top .xet-nav-ul li a img {
	vertical-align: middle;
}

.xet-page-top .xet-nav-ul>li>a.current {
	border-bottom: 1px solid #fff;
}

.xet-page-top .xet-nav-ul ul.submenu {
	left: -10px;
	width: 200px;
}

.xet-page-top .xet-nav-ul ul.submenu li a {
	padding: 10px 22px;
}

.xet-page-top .xet-nav-ul ul.submenu li a.current {
	color: #fff;
}

.xet-page-top .xet-nav-ul ul.submenu li {
	display: block;
}

/* content */
.xet-content {
	background-color: #fff;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* FOOTER
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-footer {
	position: relative;
	background-color: #ffffff;
	color: #7b7b7b;
}

#xet-footer .xet-footer-header {
	background-color: #f1f1f1;
}

#xet-footer .xet-footer-logo {}

#xet-footer .xet-footer-logo img {
	max-width: 200px;
	vertical-align: top;
}

#xet-footer .xet-copyright {
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

#xet-footer a {
	color: #7b7b7b;
}

#xet-footer h5 {
	color: #111;
}

/* Footer Nav */
.xet-footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.xet-footer-nav>li {
	display: inline-block;
	margin: 5px 15px;
	padding: 0;
}

.xet-footer-nav>li a {
	display: inline-block;
	font-weight: normal;
	cursor: pointer;
	color: #7b7b7b;
}

.xet-footer-nav>li a:hover {
	text-decoration: underline;
}


/* SNS */
.xet-footer-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.xet-footer-ul>li {
	display: inline;
	margin: 0 5px 10px;
	padding: 0;
}

.xet-footer-ul>li a {
	font-size: 16px;
	display: inline-block;
	font-weight: normal;
	cursor: pointer;
	color: #111;
}

.xet-footer-ul>li a:hover {
	text-decoration: underline;
}

/* Dark */
#xet-footer.dark {
	background-color: #1c1c1c;
	color: #6f6f6f;
}

#xet-footer.dark .xet-footer-header {
	background-color: #141414;
}

#xet-footer.dark .xet-copyright {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

#xet-footer.dark a {
	color: #6f6f6f;
}

#xet-footer.dark a:hover {
	color: #fefefe;
}

#xet-footer.dark h5 {
	color: #939393;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile Side Panel
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-side-panel {
	z-index: 1100;
	position: fixed;
	width: 300px;
	background-color: rgba(255, 255, 255, .95);
}

.xet-side-panel .side-panel-top {
	position: relative;
	height: 61px;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.xet-side-panel .side-panel-top>span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.xet-side-panel .side-panel-top img {
	vertical-align: middle;
}

.xet-side-panel .side-panel-top a,
.xet-side-panel .side-panel-top button {
	font-size: 13px;
}

.xet-side-panel .side-panel-top button.xet-toggle-menu {
	border-color: rgba(0, 0, 0, .1);
}

.xet-side-panel .side-panel-top .xet-toggle-menu span {}

.xet-side-panel .side-panel-top .xet-toggle-menu.push-active span::before,
.xet-side-panel .side-panel-top .xet-toggle-menu.push-active span::after {
	background: #333;
}

.xet-side-panel .side-panel-body {
	position: relative;
	overflow: hidden;
}

.xet-side-panel .side-panel-footer {
	text-align: center;
	padding: 15px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

/* colorset */
.xet-side-panel.dark {
	background-color: rgba(0, 0, 0, .9);
}

.xet-side-panel.dark .side-panel-top .xet-toggle-menu.push-active span::before,
.xet-side-panel.dark .side-panel-top .xet-toggle-menu.push-active span::after {
	background: #fff;
}

.xet-side-panel.dark .side-panel-top {
	border-color: rgba(255, 255, 255, .1);
}

.xet-side-panel.dark .side-panel-top button.xet-toggle-menu {
	border-color: rgba(255, 255, 255, .1);
}

.xet-side-panel.dark .side-panel-top a,
.xet-side-panel.dark .side-panel-top button {
	color: #ccc;
}

.xet-side-panel.dark .side-panel-footer {
	color: #ccc;
	border-color: rgba(255, 255, 255, .1);
}

/* Push */
.xet-push-left,
.xet-push-right {
	height: 100%;
	top: 0;
}

.xet-push-left {
	left: -300px;
}

.xet-push-right {
	right: -300px;
}

.xet-push-left.push-open {
	left: 0;
}

.xet-push-right.push-open {
	right: 0;
}

.push {
	left: 0;
	position: relative;
}

.push-toright {
	left: 300px !important;
}

.push-toleft {
	left: -300px !important;
}


.xet-side-panel,
.push {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

/* push nav */

#xet-side-panel-overlay {
	display: none;
	z-index: 1000;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	cursor: url(../img/close.png) 15 15, default;
	background-color: rgba(0, 0, 0, 0.1);
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* TOP SCROLL BUTTON
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-top-scroll {
	z-index: 999;
	display: none;
	position: fixed;
	bottom: 60px;
	right: 10px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

#xet-top-scroll a {
	/* display: block; */
	text-decoration: none;
	font-size: 0;
	opacity: 0.5;
	color: #fff;
	background: url(../img/up.png) center no-repeat rgba(0, 0, 0, .5);
	;
	background-size: 16px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#xet-top-scroll a:hover {
	opacity: 1;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* waypoint - scroll animate
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-animate {
	opacity: 0;
}

/* delay time
---------------------------------*/
.delay-01s {
	animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
}

.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}

.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}

.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.delay-09s {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}

.delay-10s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.delay-12s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

.delay-15s {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}

.delay-18s {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Preloader
/* ------------------------------------------------------------------------------------------------------------------ */
#xet-preloader-wrp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	opacity: 0;
	background: #fff;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

#xet-preloader-wrp.dark {
	background: #141414;
}

.xet-preloader {
	display: block;
	position: relative;
	text-align: center;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.xet-preloader>.logo {}

.xet-preloader>.logo>img {
	width: 300px;
	max-width: 80%;
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	45% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	45% {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0.7;
	}

	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

.ball-pulse>div:nth-child(1) {
	-webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:nth-child(2) {
	-webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div:nth-child(3) {
	-webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
	animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse>div {
	background-color: #000;
	width: 15px;
	height: 15px;
	border-radius: 0;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}

#xet-preloader-wrp.dark .ball-pulse>div {
	background-color: #fff;
}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Custom buttons
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-btn-default {
	border: 1px solid rgba(0, 0, 0, .1);
}

.xet-btn-default.invert {
	border-color: #9f9f9f;
	color: #9f9f9f;
}

.xet-btn-bg-theme,
button.xet-btn-bg-theme {
	padding: 10px 40px;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #38b5c7;
}

.xet-btn-bg-theme.invert {
	background-color: #1c1c1c;
	color: #fff;
}

.xet-btn-default:hover,
.xet-btn-bg-theme:hover {
	background-color: #1b1b1b;
	color: #fff;
}

.xet-btn-light {
	background-color: #e1e1e1 !important;
	color: #555 !important;
}

.xet-btn-dark {
	background-color: #38b5c7 !important;
	color: #fff !important;
}

/* hover */
.xet-btn:hover {}

/* ------------------------------------------------------------------------------------------------------------------ */
/* Theme
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-theme-color {
	color: #38b5c7 !important;
}

.xet-theme-bg {
	background-color: #38b5c7 !important;
}


/* ------------------------------------------------------------------------------------------------------------------ */
/* Owl Carousel
/* ------------------------------------------------------------------------------------------------------------------ */
.owl-frame .owl-nav {
	-webkit-tap-highlight-color: transparent;
}

.owl-frame .owl-nav [class*='owl-'] {
	position: absolute;
	top: 0;
	width: 100px;
	height: 50px;
	font-size: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}

.owl-frame .owl-nav [class*='owl-'] span {
	display: none;
}

.owl-frame .owl-nav button.owl-next {
	padding-right: 20px !important;
	left: 100px;
	background: url('../img/next-black.png') 50% center no-repeat;
	background-size: 64px;
}

.owl-frame .owl-nav button.owl-prev {
	padding-left: 20px !important;
	background: url('../img/prev-black.png') 50% center no-repeat;
	background-size: 64px;
}

.owl-frame .owl-nav [class*='owl-']:hover {
	text-decoration: none;
}

.owl-frame .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

/* scroll qa */
.owl-frame.owl-frame-qa .owl-nav {
	margin-top: 15px;
	text-align: center;
}

.owl-frame.owl-frame-qa .owl-nav [class*='owl-'] {
	position: relative;
	bottom: auto;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}

.owl-frame.owl-frame-qa .owl-nav button.owl-next {
	left: auto;
}


.owl-frame .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

.owl-frame .owl-dots {
	margin-top: 15px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-frame .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-frame .owl-dots .owl-dot span {
	width: 4px;
	height: 4px;
	margin: 0 5px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.owl-frame .owl-dots .owl-dot.active span,
.owl-frame .owl-dots .owl-dot:hover span {
	background: #38b5c7;
	width: 8px;
}



/* ------------------------------------------------------------------------------------------------------------------ */
/* 모바일 하단 퀵버튼
/* ------------------------------------------------------------------------------------------------------------------ */
.xet-quick-wrp {
	z-index: 88;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;

}

.xet-quick-wrp a {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(226,112,21);
	background: linear-gradient(90deg, rgba(226,112,21,1) 0%, rgba(253,29,29,1) 23%, rgba(253,29,29,1) 77%, rgba(226,112,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#447e51",endColorstr="#0da32a",GradientType=1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#447e51",endColorstr="#0da32a",GradientType=1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#447e51",endColorstr="#0da32a",GradientType=1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#447e51",endColorstr="#0da32a",GradientType=1);
	color: #fff;
	/* border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px; */
	border-radius: 10px;
}

.xet-quick-wrp .col-xs-6:first-child a {
	background: rgb(0, 163, 224);
	background: -moz-linear-gradient(90deg, rgba(0, 163, 224, 1) 0%, rgba(0, 68, 102, 1) 27%, rgba(0, 68, 102, 1) 80%, rgba(122, 204, 200, 1) 100%, rgba(0, 163, 224, 1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 163, 224, 1) 0%, rgba(0, 68, 102, 1) 27%, rgba(0, 68, 102, 1) 80%, rgba(122, 204, 200, 1) 100%, rgba(0, 163, 224, 1) 100%);
	background: linear-gradient(90deg, rgba(0, 163, 224, 1) 0%, rgba(0, 68, 102, 1) 27%, rgba(0, 68, 102, 1) 80%, rgba(122, 204, 200, 1) 100%, rgba(0, 163, 224, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a3e0", endColorstr="#00a3e0", GradientType=1);
}

/* === css/layout-responsive.css === */
/*
 * Copyright inpleworks, Co.
*/


/* ------------------------------------------------------------------------------------------------------------------ */
/* CUSTOM RESPONSIVE
/* ------------------------------------------------------------------------------------------------------------------ */
/* Extra small devices  (Phones 319px 이하) 
---------------------------------------------------------------------------- */
@media (max-width: 319px) {			
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	  width: 100% !important;
	}
	h1 {
	  	font-size: 32px !important;
	}
	h2 {
	  	font-size: 26px !important;
	}
	h3 {
	  	font-size: 22px !important;
	}
	h4 {
	  	font-size: 18px !important;
	}
}

/* Extra small devices  (Phones 768px 이하)
---------------------------------------------------------------------------- */
@media (max-width: 767px) {		
	h1 {
	  	font-size: 36px !important;
	}
	h2 {
	  	font-size: 28px !important;
	}
	h3 {
	  	font-size: 24px !important;
	}
	h4 {
	  	font-size: 20px !important;
	}
	h5 {
	  	font-size: 16px !important;
	}
	h6 {
	  	font-size: 14px !important;
	}	
}

/* Small devices (tablets, 768px 이상)
---------------------------------------------------------------------------- */
@media (min-width: 768px) {
	
	/* HEADER
	-------------------------------------- */
	#xet-header .xet-header-logo {
		width: 200px;
	}
	
	/* Section - Slider
	-------------------------------------- */ 
	.xet-slider .xet-slider-container {
	    height: calc(60vh);
	}
	.xet-slider .xet-jarallax {
	    height: calc(60vh);
	}
	.xet-slider2 .xet-slider-container {
	    height: calc(60vh - 60px);
	    margin-top: 60px;
	}
	
	/* Side Panel
	-------------------------------------- */
	.xet-side-panel {
		width: 300px;
	}
	.push-toright {
	    left: 300px !important;
	}
	.push-toleft {
	    left: -300px !important;
	}
	
	/* page top */
	.xet-page-top > div {
		height: 250px;
	}
	
	/* TOP SCROLL BUTTON
	-------------------------------------- */ 
	#xet-top-scroll { 
		bottom: 20px;
		right: 20px;
		width: 50px; 
		height: 50px; 
		line-height: 50px;
	}
	#xet-top-scroll a { 
		background-size: 24px;
	}
	
	.xet-content {
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px; 
		border-radius: 4px; 
	}

	/* 모바일 하단 퀵버튼 */
	.xet-quick-wrp {
		display: none;
	}
	
}
@media (max-width: 991px) {
	#xet-header .xet-header-logo.logo-left {
		left: 50%;
		text-align: center;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
}
/* Medium devices (desktops, 992px 이상)
---------------------------------------------------------------------------- */ 
@media (min-width: 992px) {	
	.xet-container-fluid {
		padding: 0 30px;
	}
	
	/* HEADER
	-------------------------------------- */ 
	#xet-header .xet-header-logo {
		width: 220px;
		height: 80px;
		line-height: 80px;
	}
	#xet-header .xet-header-logo a {
		height: 80px;
		font-size: 36px;
	}
	#xet-header .xet-header-logo a img {		
		right: auto;
	}
	#xet-header .xet-toggle-menu {
		height: 80px;
		width: 70px;
	}
	#xet-header .xet-nav-ul > li { 
		height: 80px;
		line-height: 80px;
	}
	#xet-header .xet-nav-ul > li > a,
	#xet-header .xet-nav-ul > li > button { 
		height: 80px;
		line-height: 82px;
	}
	
	
	/* 아이콘 버튼 */
	.xet-nav-ul > li.li-btn > button {
		width: 50px;
	}
	/* Hover color NAV 1차 */
	#xet-header .xet-nav-ul > li.li-btn:hover > button {}
	

	
	/* NAV
	-------------------------------------- */ 		
	.xet-side-panel .side-panel-top {
		height: 81px;
	}
	.xet-side-panel .xet-nav-ul > li > a,
	.xet-side-panel .xet-nav-ul > li > button { 
		height: 80px;
		line-height: 82px;
	}
	.xet-side-panel .xet-toggle-menu {
		height: 80px;
		width: 70px;
	}
	
	
	/* Section - Slider
	-------------------------------------- */ 
	.xet-slider .xet-slider-container {
	    height: calc(70vh);
	}
	.xet-slider .swiper-caption {
		padding: 0 145px;
	}
	.xet-slider .xet-jarallax {
	    height: calc(70vh);
	}
	.xet-slider .xet-slider-container .swiper-slide .slide-bg-wrap {
		-webkit-transform: scale(1.11) translateZ(0);
		-ms-transform: scale(1.11) translateZ(0);
		transform: scale(1.11) translateZ(0);
	}
	
	/* Section - Slider2
	-------------------------------------- */ 
	.xet-slider2 .xet-slider-container {
	    height: calc(80vh - 60px);
	    margin-top: 80px;
	}
	.xet-slider2.fullSzie .xet-slider-container {	
	    height: calc(100vh - 80px);
	}
	.xet-slider2 .swiper-caption {
		text-align: left;
	}
	.xet-slider2 .xet-slider-img {
		position:absolute; 
		right:0; 
		top: 0;
		width: 70%; 
	}
	.xet-slider2 .xet-slider-caption {
		top: 25%;
		height: 50%; 
		text-align: left;
	}
	.xet-slider2 .xet-slider-pagination {
		left: 30px !important;
		top: 30px !important;
		bottom: auto !important;
		width: 40px !important;
		text-align: left;
	}
	.xet-slider2 .xet-slider-pagination .swiper-pagination-bullet {
		display: block !important;
		width: 8px;
		height: 1px;
		margin: 10px 0 !important;
		border-radius: 0 !important;
		opacity: 0.5;
	    background-color: #f1f1f1;
	}
	.xet-slider2 .xet-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 15px;
		opacity: 1.0;
		background-color: #38b5c7;
	}
	.xet-slider2 .xet-slider-pagination.swiper-pagination-progressbar {
		top: 30px !important;
		background: #000;
	}
	
	/* Section - Service
	-------------------------------------- */ 
	#xet-service .item .xet-service-caption {
		padding: 15px 25%;
	}
		
	/* Section - team
	-------------------------------------- */ 
	.xet-team-item .team-img-inner a {
		font-size: 18px;
		margin: 0 5px;
	}
	
	/* Section - partners
	-------------------------------------- */ 
	#xet-partner-owl .item a {
		padding: 60px 30px;
	}
	
	/* page top */
	.xet-page-top > div {
		height: 250px;
	}
	
	/* Hover
	-------------------------------------- */ 
	.owl-frame .owl-nav button.owl-next:hover {
		background-position-x: 100%;
		transition:all 0.2s ease-in-out;
		-moz-transition:all 0.2s ease-in-out;
		-webkit-transition:all 0.2s ease-in-out;
	}
	.owl-frame .owl-nav button.owl-prev:hover {
		background-position-x: 0%;
		transition:all 0.2s ease-in-out;
		-moz-transition:all 0.2s ease-in-out;
		-webkit-transition:all 0.2s ease-in-out;
	}
	
	/* button
	-------------------------------------- */ 
	.xet-btn-theme,
	.xet-btn-bg-theme { 	
		padding: 15px 40px;
	}
	
}

/* Large devices (large desktops, 1200px 이상)
---------------------------------------------------------------------------- */ 
@media (min-width: 1200px) {	
	.xet-container-fluid {
  	}
}

/* === css/style.css === */
/* style.css is a bundle source. Pages load bundle.css, so mirror changes into the bundle. */
/* :root 변수는 css/tokens.css 에서 관리 */

body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

h1:not(#animation-text),
h2 {
  color: #001241;
  font-weight: 700;
  text-align: center;
  padding: 30px;
  margin-top: 180px;
}

@media screen and (max-width: 768px) {
  h1:not(#animation-text),
  h2 {
    color: #001241;
    font-weight: 700;
    text-align: center;
    padding: 30px;
    margin-top: 72px;
  }
}

.b__logo {
  position: absolute;
  top: 90px;
  left: 40px;
  width: 200px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .b__logo {
    width: 100px;
    left: auto;
    right: 30px;
  }
}

/* 섹션 타이틀 h1 반응형 클래스 */
.page-h1 {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .page-h1 {
    font-size: 22px !important;
  }

  .sub-navigation ~ .page-h1,
  .sub-navigation ~ #main-content .page-h1,
  .sub-navigation ~ main .page-h1,
  .sub-navigation ~ section .page-h1 {
    margin-top: calc(var(--nav-height) + 58px) !important;
  }
}

body {
  font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
}

/* 기본 네비게이션 */
.nav {
  --nav-submenu-extra-space: 20px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  z-index: 9999;
  width: 100%;
  height: auto;
  background: rgb(4, 43, 57);
  transition: padding-bottom 0.35s ease-out;
}

.nav.nav--submenu-open {
  padding-bottom: var(--nav-submenu-height, 0);
}

/* .nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: -1;
}

.nav::after,
.nav:hover::after {
  display: none;
  content: none;
} */

.nav__logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-light);
  align-items: center;
  padding: 14px;
  text-decoration: none;
  display: inline-flex;
}

.nav__menu {
  display: flex;
  gap: 18px;
  list-style: none;
}

.nav__menu > li {
  position: relative;
}

.nav__menu > li > a {
  color: var(--color-light);
  text-decoration: none;
  padding: 18px;
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.nav__menu > li > a:hover {
  color: #fff700;
  background-color: var(--sharp-pure-blue);
}

/* 서브메뉴: 데스크탑 기본 동작 (접기/펼치기 애니메이션) */
.nav__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  min-width: 160px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  list-style: none;
  background: rgb(4, 43, 57);
  transform: translateY(-5px);
  transition:
    height 0.25s ease-in,
    opacity 0.25s ease-in,
    transform 0.25s ease-in,
    visibility 0s linear 0.25s;
}

.nav__submenu.active {
  height: var(--nav-submenu-height, auto);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    height 0.35s ease-out,
    opacity 0.25s ease-out,
    transform 0.25s ease-out,
    visibility 0s;
}

.nav__submenu > li > a {
  position: relative;
  display: inline-block;
  padding: 12px 26px;
  color: var(--color-light);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.nav__submenu > li > a:hover {
  color: #fff700;
}

.nav__submenu > li > a::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 1px;
  background: #fff700;
  transform: translateX(-50%);
  transition:
    width 0.3s ease,
    opacity 0.3s ease;
  opacity: 0;
}

.nav__submenu > li > a:hover::after {
  width: 100%;
  opacity: 1;
}

/* 전화번호 블록 */
.nav__phone {
  display: inline-flex;
  align-items: center;
  padding-top: 14px;
}

.nav__phone a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ffd700;
}

.nav__phone strong {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: yellow;
}

.nav__phone svg {
  width: 22px;
  height: 22px;
}

/* 토글 버튼 바 공통 */
.nav__toggleBtn {
  display: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.nav__toggleBtn .bar {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition:
    transform var(--transition-speed) ease,
    opacity var(--transition-speed) ease,
    background-color var(--transition-speed) ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform, opacity;
}

.nav__toggleBtn .bar + .bar {
  margin-top: 6px;
}

/* 활성 상태 X 모핑 */
.nav__toggleBtn.is-active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav__toggleBtn.is-active .bar:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  background: transparent;
  transform: scaleX(0) translateZ(0);
  transition:
    transform var(--transition-speed) ease,
    visibility 0s linear 0s,
    opacity var(--transition-speed) ease,
    background-color var(--transition-speed) ease;
}

.nav__toggleBtn.is-active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.nav__toggleBtn.is-active .bar {
  background: #fff;
}

/* 모션 최소화 대응 */
@media (prefers-reduced-motion: reduce) {
  .nav__toggleBtn .bar {
    transition: none;
  }
}

/* 모바일 전용 오버라이드 및 사이드 메뉴 */
@media (max-width: 768px) {
  .nav {
    --nav-mobile-inset: 20px;
    --nav-submenu-extra-space: 0;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--nav-mobile-inset);
    transition: none;
  }

  .nav.nav--submenu-open {
    padding-bottom: 0;
  }

  .nav__logo {
    padding-left: 0;
    padding-right: 0;
  }

  .nav__menu {
    position: fixed;
    top: calc(var(--nav-height) - 1px);
    left: 0;
    width: 80%;
    max-width: 200px;
    height: calc(100dvh - var(--nav-height) + 1px);
    max-height: calc(100vh - var(--nav-height) + 1px);
    background-color: rgb(4, 43, 57);
    border-radius: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 16px;
    transform: translateX(-100%);
    transition: transform var(--transition-speed) ease;
    z-index: 999;
    overflow-y: auto;
  }

  .nav__menu > li {
    width: 100%;
  }

  .nav__menu > li > a {
    padding: 16px 12px;
    font-weight: 400;
    font-size: 19px;
  }

  .nav__menu > li > a::after {
    content: none;
  }

  .nav__menu > li.has-sub > a::after {
    content: '+';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    transition: transform var(--transition-speed);
  }

  .nav__menu > li.has-sub.open > a::after {
    content: '–';
  }

  .nav__phone {
    display: none;
  }

  .nav__toggleBtn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: calc(var(--nav-mobile-inset) - 10px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
    background: none;
    border: none;
    color: var(--sharp-pure-blue);
    font-size: 1.5rem;
    cursor: pointer;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
  }

  .nav__submenu {
    position: static;
    display: none;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
    width: 100%;
    font-size: 14px;
  }

  .nav__submenu > li > a:hover {
    color: var(--color-light);
  }

  .nav__submenu > li > a::after,
  .nav__submenu > li > a:hover::after {
    content: none;
    display: none;
  }

  .nav__submenu.active {
    display: block;
    height: auto;
  }

  .nav__menu.active {
    transform: translateX(0);
  }
}

.nav-footer {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px;
  background-color: rgba(10, 25, 47, 0.92);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.nav-btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.floating-cta {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9998;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.floating-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 56px;
  padding: 14px 0;
  border-radius: 12px 0 0 12px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .06em;
  box-shadow: -4px 4px 24px rgba(0, 0, 0, 0.22);
  min-width: 0;
  min-height: 0;
}

.floating-cta__btn--call {
  background: #e3392e;
}

.floating-cta__btn--reserve {
  background: #00a040;
}

a.floating-cta__btn {
  color: #fff;
}

.floating-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-cta__text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

@media (hover: hover) {
  .floating-cta__btn {
    transition: transform 0.18s ease, filter 0.18s ease;
  }

  .floating-cta__btn:hover {
    transform: translateX(-3px);
    filter: brightness(1.08);
  }
}

@media (max-width: 768px) {
  .floating-cta {
    top: auto;
    transform: none;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: row;
    gap: 0;
  }

  .floating-cta__btn {
    flex: 1;
    flex-direction: row;
    width: auto;
    padding: 0 8px;
    min-height: 47px;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 0;
    gap: 8px;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.18);
  }

  .floating-cta__btn--call {
    clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
  }

  .floating-cta__btn--reserve {
    clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
  }

  .floating-cta__text {
    writing-mode: horizontal-tb;
  }

  /* 플로팅 바가 있는 페이지에서만 하단 여백 확보 (reservation 등 숨김 페이지는 여백 없음) */
  body:has(.floating-cta) {
    padding-bottom: 57px;
  }
}

/* footer */
footer {
  background-color: #052b39;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  font-size: 14px;
}

footer p:first-of-type {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.project-info {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 15px;
}

.footer-separator {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 20px auto;
  width: 80%;
}

.footer-meta-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-meta-text a {
  text-decoration: none;
}

.footer-meta-text a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  footer {
    padding: 30px var(--page-gutter);
    font-size: 13px;
  }

  footer p:first-of-type {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .project-info {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 14px;
  }

  .footer-separator {
    width: 90%;
    margin: 15px auto;
  }

  .footer-meta-text {
    font-size: 11px;
    line-height: 1.5;
  }

  .footer-meta-text a {
    word-break: break-word;
    font-size: 12px;
  }
}

.sl-images {
  position: relative;
  display: flex;

  justify-content: center;

  align-items: center;

  position: relative;

  width: 100%;

  overflow: hidden;

  background: linear-gradient(90deg, #000000, #333333);

  transition: background 2s ease-in-out;
  /* 배경도 부드럽게 전환 */
  margin: 0 auto;
}

.sl-images {
  position: relative;
  overflow: hidden;
  display: block;
  background: linear-gradient(90deg, #000000, #333333);
  transition: background 2s ease-in-out;
}

.sl-images img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.1);
  transition:
    opacity 2s cubic-bezier(0.42, 0, 0.58, 1),
    transform 2.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.sl-images img.active {
  opacity: 1;
  display: block;
  opacity: 1;
  position: relative;
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .sl-images {
    display: none;
  }
}

.mobile-images {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-images {
    position: relative;
    overflow: hidden;
    display: block;
    background: linear-gradient(90deg, #000000, #333333);
    transition: background 2s ease-in-out;
  }

  .mobile-images img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition:
      opacity 2s cubic-bezier(0.42, 0, 0.58, 1),
      transform 2.5s cubic-bezier(0.42, 0, 0.58, 1);
  }

  .mobile-images img.active {
    display: block;
    opacity: 1;
    position: relative;
    transform: scale(1);
  }
}

.thefont {
  margin-top: 0;
  box-sizing: border-box;
}

.thefont img {
  width: 100%;
  height: auto;
  margin: 0;
}

.desktop-img {
  display: block;
}

.mobile-img {
  display: none;
}

/* 모바일용 */
@media (max-width: 768px) {
  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }
}

.hero-section {
  background: var(--sharp-pure-blue) no-repeat center center / cover;
  color: white;
  padding: 15px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.wide-text {
  position: relative;
  width: 100%;
  height: 1.2em;
  overflow: hidden;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.wide-text span {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  animation: wideTextCycle 8s ease-in-out infinite;
}

.wide-text span:nth-child(2) {
  animation-delay: 4s;
}

.wide-text .wide-text__mobile-static {
  display: none;
  animation: none;
}

@keyframes wideTextCycle {
  0%   { opacity: 0; }
  15%  { opacity: 1; }
  50%  { opacity: 1; }
  65%  { opacity: 0; }
  100% { opacity: 0; }
}

/* 모바일 대응 */
@media screen and (max-width: 768px) {
  .hero-section {
    padding: 10px;
    min-height: 52.65625px;
  }

  .wide-text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-size: clamp(20px, 5.4vw, 27px);
    height: auto;
    min-height: 1.2em;
    overflow: visible;
  }

  .wide-text span,
  .wide-text .wide-text__mobile-static {
    display: block;
    position: static;
    flex: 0 1 auto;
    opacity: 1;
    color: #fff;
    line-height: 1.2;
    white-space: normal;
    animation: none;
  }
}

.project-table-section {
  padding: 1rem;
  font-family: 'Noto Sans KR', sans-serif;
  margin: 0 auto;
}

.table-wrapper {
  width: 50%;
  overflow-x: auto;
  margin: 0 auto;
}

.project-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  table-layout: auto;
}

.project-table th,
.project-table td {
  border: 1px solid #ccc;
  padding: 0.75rem;
  font-size: 1rem;
  word-break: keep-all;
}

.project-table th {
  background-color: #e6f0ff;
  color: #003366;
  font-weight: bold;
}

.project-table td {
  color: #333;
}

.align-right {
  text-align: right;
  padding-right: 30px;
}

/* 줄무늬 효과 */
.project-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* 모바일 대응 */
@media (max-width: 768px) {
  .project-table-section {
    padding: 0.5rem var(--page-gutter);
  }

  .project-table th,
  .project-table td {
    font-size: 0.85rem;
    padding: 0.5rem;
  }

  .align-right {
    padding-right: 10px;
  }

  .project-table {
    min-width: 100%;
    max-width: 100%;
  }

  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: calc(100% - var(--page-gutter) * 2);
  }

  .project-table-section .table-wrapper {
    width: 100%;
  }
}

.home-landscape {
  padding: 72px var(--page-gutter) 48px;
  background: #f6f8f5;
}

.home-landscape__title {
  margin: 0 0 16px;
  padding: 0;
  color: #163a2b;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.2;
  text-align: center;
}

.home-landscape__inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 34px;
  align-items: center;
}

.home-landscape__media {
  overflow: hidden;
  border-radius: 6px;
}

.home-landscape__media img {
  display: block;
  width: 100%;
  height: auto;
}

.home-landscape__content {
  text-align: left;
}

.home-landscape__content h2 {
  margin: 0 0 16px;
  padding: 0;
  color: #163a2b;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
}

.home-landscape__content p {
  margin: 0;
  color: #34423b;
  font-size: 18px;
  line-height: 1.72;
  word-break: keep-all;
}

.home-landscape__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 24px;
  padding: 12px 18px;
  border-radius: 4px;
  background: #0f4b35;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 768px) {
  .home-landscape {
    padding: 42px var(--page-gutter) 34px;
  }

  .home-landscape__title {
    margin-bottom: 12px;
  }

  .home-landscape__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-landscape__content {
    text-align: center;
  }

  .home-landscape__content p {
    font-size: 15px;
    line-height: 1.65;
  }

  .home-landscape__link {
    width: min(100%, 220px);
  }
}

.the__safe {
  display: block;
  /* 불필요한 flex 제거 */
  max-width: 100%;
  /* 부모 영역을 넘지 않도록 */
  height: auto;
  /* 비율 유지 */
  border: 1px solid #003366;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 50px;
  width: 1000px;
  margin: 50px auto;
}

/* 필요하다면 여백 조정 */
@media screen and (max-width: 768px) {
  .the__safe {
    padding: 10px var(--page-gutter);
    /* 모바일에서 여백 */
    margin: 10px auto;
    border-radius: 5px;
    width: 95%;
  }
}

#toTopBtn {
  position: fixed;
  bottom: 40px;
  right: 150px;
  width: 42px;
  height: 42px;
  font-size: 18px;
  color: var(--color-primary);
  background-color: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  z-index: 9999;
  -webkit-tap-highlight-color: transparent;
}

#toTopBtn svg {
  fill: var(--color-primary);
}

#toTopBtn.show {
  opacity: 1;
  pointer-events: auto;
}

#toTopBtn:hover,
#toTopBtn:active,
#toTopBtn:focus {
  background-color: #fff;
  color: var(--color-primary);
}

#toTopBtn:hover {
  transform: translateY(-3px);
}

#toTopBtn:hover svg,
#toTopBtn:active svg,
#toTopBtn:focus svg {
  fill: var(--color-primary);
}

#toTopBtn i {
  pointer-events: none;
}

/* 모바일 대응 */
@media (max-width: 768px) {
  #toTopBtn {
    width: 32px;
    height: 32px;
    font-size: 13px;
    bottom: 65px;
    right: 16px;
  }
}

.nav__under {
  position: fixed;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--sharp-pure-blue);
  top: 65px;
  width: 100%;
  left: 0;
  box-sizing: border-box;
}

.nav__under a {
  position: relative;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 10px 30px;
  color: white;
}

.nav__under a:hover {
  background: var(--sharp-prussian-blue);
  color: #fefefe;
}

.nav__under li {
  padding: 0 10px;
}

.nav__under li a {
  transition: color 0.3s ease;
}

.nav__under li a:hover {
  color: white;
}

@media screen and (max-width: 768px) {
  .nav__under {
    display: flex;
    font-size: 15px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    background: #0d467f;
    top: var(--nav-height);
    z-index: 9998;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav__under::-webkit-scrollbar {
    display: none;
  }

  .nav__under a {
    padding: 12px 15px; /* 좌우 패딩 적절히 조정 */
    white-space: nowrap;
  }

  .nav__under li {
    padding: 0 2px; /* 리스트 아이템 패딩 줄임 */
  }

  /* 모바일에서도 배경색 유지 */
  .nav__under a:hover {
    background: rgba(32, 17, 107, 0.7);
    color: white;
  }
}

.pri {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
}

.pri img {
  max-width: 100%;
  height: auto;
  flex: 1 1 45%;
  object-fit: contain;
}

.dongho-layout {
  flex-direction: column;
  gap: 90px;
  align-items: center;
  padding: 50px 10px 10px;
  margin-bottom: 30px;
}

.dongho-layout img {
  flex: none;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* 모바일 대응 */
@media (max-width: 768px) {
  .pri {
    flex-direction: column;
    gap: 1.5rem;
  }

  .pri img {
    flex: none;
    width: 100%;
  }

  .layout-image-stack {
    padding: 10px var(--img-gutter);
  }

  .layout-image-stack img {
    max-width: 100%;
  }

  .dongho-layout {
    gap: 35px;
    padding-top: 0;
  }
}

.dansp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.dansp img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

/* 데스크탑 스타일 - 가로 1줄 */
@media (min-width: 768px) {
  .dansp {
    flex-direction: row;
  }

  .dansp img {
    width: calc((970px - 60px) / 4);
    /* 4개 이미지, 3개 간격 */
  }
}

/* 모바일 스타일 - 세로 1줄 */
@media (max-width: 767px) {
  .dansp {
    flex-direction: column;
    align-items: center;
  }

  .dansp img {
    width: calc(100% - 30px);
    margin: 10px 0;
  }
}

.dansp__jo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 50px auto;
  max-width: 970px;
}

.dansp__jo img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .dansp__jo {
    padding: 0 var(--page-gutter);
  }

  .dansp__jo img {
    border-radius: 5px;
  }
}

/* 방문예약 - 네이버 폼 iframe */
#hill__reserve {
  display: flex;
  justify-content: center;
  padding: 60px 20px 80px;
  background: #f5f7fb;
  min-height: 400px;
}

#hill__reserve iframe {
  width: 100%;
  max-width: 640px;
  height: 2000px;
  border: 0;
}

/* 모바일: 외부 스크롤 제거, iframe 내부 스크롤 */
@media screen and (max-width: 768px) {
  body.rsv-page {
    height: 100dvh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  body.rsv-page main {
    flex: 1;
    min-height: 0;
    overflow: hidden;
  }

  body.rsv-page main > section {
    height: 100%;
  }

  body.rsv-page #hill__reserve {
    height: 100%;
    padding: 0;
    min-height: unset;
  }

  body.rsv-page #hill__reserve iframe {
    height: 100%;
    max-width: none;
  }
}

.reservation-page {
  background: #f5f7fb;
  color: #001241;
  min-height: 100vh;
}

.reservation-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #001241;
}

.reservation-hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 18, 65, 0.88), rgba(0, 82, 204, 0.42)),
    url('/assets/img/image-s1600B.webp') center / cover;
}

.reservation-hero__content {
  position: relative;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0 54px;
  color: #fff;
}

.reservation-hero__eyebrow {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #fff700;
}

.reservation-hero h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: clamp(26px, 4.3vw + 8px, 56px);
  font-weight: 800;
  text-align: left;
}

.reservation-hero #reservation-title {
  color: #fff;
  margin-top: 0;
}

.reservation-hero p:last-child {
  max-width: 620px;
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 1.6;
}

.reservation-shell {
  width: min(1080px, calc(100% - 40px));
  margin: -42px auto 90px;
  position: relative;
  z-index: 1;
}

.reservation-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.reservation-form,
.reservation-info,
.reservation-complete {
  background: #fff;
  border: 1px solid #dce3f1;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 18, 65, 0.12);
}

.reservation-form {
  padding: 30px;
}

.reservation-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.reservation-form label,
.reservation-form__memo,
.reservation-agree {
  display: grid;
  gap: 8px;
}

.reservation-form span,
.reservation-form__memo span {
  font-size: 15px;
  font-weight: 700;
  color: #001241;
}

.reservation-form b,
.reservation-agree b {
  color: #ff5500;
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  padding: 13px 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.reservation-form input:focus,
.reservation-form select:focus,
.reservation-form textarea:focus {
  border-color: #0052cc;
  box-shadow: 0 0 0 3px rgba(0, 82, 204, 0.14);
}

.reservation-form__memo,
.reservation-privacy,
.reservation-agree,
.reservation-submit,
.reservation-fallback {
  margin-top: 18px;
}

.reservation-form textarea {
  resize: vertical;
  min-height: 110px;
}

.reservation-privacy {
  border: 1px solid #dce3f1;
  border-radius: 8px;
  background: #f8fafc;
  padding: 14px 16px;
}

.reservation-privacy summary {
  cursor: pointer;
  font-weight: 700;
}

.reservation-privacy p {
  margin: 12px 0 0;
  color: #475569;
  line-height: 1.7;
  font-size: 14px;
}

.reservation-agree {
  grid-template-columns: 20px 1fr;
  align-items: start;
  color: #334155;
  font-size: 15px;
}

.reservation-agree input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.reservation-submit,
.reservation-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  border: 0;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.reservation-submit {
  width: 100%;
  background: #ff5500;
  color: #fff;
  font-size: 18px;
}

.reservation-submit:hover {
  background: #e64c00;
}

.reservation-fallback {
  color: #64748b;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.reservation-fallback a {
  color: #0052cc;
  font-weight: 700;
}

.reservation-error {
  margin: 0 0 20px;
  border: 1px solid #fecaca;
  border-radius: 8px;
  background: #fff1f2;
  color: #be123c;
  padding: 14px 16px;
  font-weight: 700;
}

.reservation-info {
  padding: 26px;
}

.reservation-info h2 {
  margin: 0 0 20px;
  padding: 0;
  color: #001241;
  font-size: 24px;
  text-align: left;
}

.reservation-info ul {
  display: grid;
  gap: 16px;
  margin: 0;
}

.reservation-info li {
  display: grid;
  gap: 6px;
  border-bottom: 1px solid #e5eaf3;
  padding-bottom: 16px;
}

.reservation-info li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.reservation-info strong {
  color: #0052cc;
  font-size: 14px;
}

.reservation-info span {
  color: #172033;
  font-weight: 700;
}

.reservation-complete {
  padding: 44px 34px;
  text-align: center;
}

.reservation-complete__mark {
  width: 78px;
  height: 78px;
  margin: 0 auto 20px;
}

.reservation-complete__mark svg {
  width: 100%;
  height: 100%;
}

.reservation-complete__mark circle,
.reservation-complete__mark path {
  fill: none;
  stroke: #0052cc;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reservation-complete h2 {
  margin: 0;
  padding: 0;
  color: #001241;
  font-size: 34px;
}

.reservation-complete__lead {
  margin: 14px auto 26px;
  color: #475569;
  font-size: 18px;
  line-height: 1.6;
}

.reservation-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 auto 26px;
  border: 1px solid #dce3f1;
  border-radius: 8px;
  overflow: hidden;
}

.reservation-summary div {
  padding: 16px 12px;
  background: #f8fafc;
  border-right: 1px solid #dce3f1;
}

.reservation-summary div:last-child {
  border-right: 0;
}

.reservation-summary dt {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.reservation-summary dd {
  margin: 6px 0 0;
  color: #001241;
  font-weight: 800;
  word-break: keep-all;
}

.reservation-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.reservation-button {
  padding: 0 22px;
}

.reservation-button--primary {
  background: #0052cc;
  color: #fff;
}

.reservation-button--secondary {
  background: #eef4ff;
  color: #0052cc;
}

@media screen and (max-width: 900px) {
  .reservation-layout {
    grid-template-columns: 1fr;
  }

  .reservation-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reservation-summary div {
    border-right: 0;
    border-bottom: 1px solid #dce3f1;
  }
}

@media screen and (max-width: 768px) {
  .reservation-hero {
    min-height: 300px;
  }

  .reservation-hero__content {
    width: calc(100% - 28px);
    padding: 100px 0 42px;
  }

  .reservation-hero p:last-child {
    font-size: 16px;
  }

  .reservation-shell {
    width: calc(100% - 24px);
    margin: -28px auto 60px;
  }

  .reservation-form,
  .reservation-info,
  .reservation-complete {
    padding: 22px;
  }

  .reservation-form__grid {
    grid-template-columns: 1fr;
  }

  .reservation-complete h2 {
    font-size: 26px;
  }

  .reservation-complete__lead {
    font-size: 16px;
  }

  .reservation-summary {
    grid-template-columns: 1fr;
  }

  .reservation-actions {
    display: grid;
  }
}

@media screen and (max-width: 480px) {
  .reservation-hero {
    min-height: 260px;
  }

  .reservation-hero__content {
    padding: 80px 0 32px;
  }

  .reservation-hero p:last-child {
    font-size: 14px;
    margin-top: 10px;
  }

  .reservation-shell {
    width: calc(100% - 20px);
    margin: -22px auto 48px;
  }

  .reservation-form,
  .reservation-info,
  .reservation-complete {
    padding: 18px 16px;
  }

  .reservation-form input,
  .reservation-form select,
  .reservation-form textarea {
    padding: 11px 12px;
    font-size: 16px;
  }

  .reservation-form__grid {
    gap: 14px;
  }

  .reservation-submit {
    font-size: 16px;
    min-height: 48px;
  }

  .reservation-complete {
    padding: 32px 18px;
  }

  .reservation-complete h2 {
    font-size: 22px;
  }

  .reservation-complete__lead {
    font-size: 15px;
  }

  .reservation-button {
    width: 100%;
    justify-content: center;
  }
}

.unit img {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  unit img {
    display: flex;
    width: 100%;
  }
}

.responsive-container {
  max-width: 100%;
  width: 900px;
  height: auto;
  padding: 0;
  margin: 50px auto;
}

.responsive-container img {
  max-width: 100%;
  height: auto;
  display: block;
  border: #0052cc 1px solid;
  border-radius: 1rem;
  padding: 100px;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .responsive-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border: #0052cc 1px solid;
    border-radius: 0.5rem;
    padding: 15px;
    margin-bottom: 35px;
  }

  .responsive-container {
    max-width: 100%;
    width: calc(100% - var(--img-gutter) * 2);
    height: auto;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto 50px;
  }
}

.img_container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px var(--img-gutter); /* 좌우는 공통 여백 토큰(16px) */
}

.landscape-summary {
  max-width: 920px;
  margin: 0 auto 12px;
  padding: 0 20px;
  color: #4a5568;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  word-break: keep-all;
}

.img_box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 메인 이미지 영역 */
.img__list {
  list-style: none;
  position: relative;
  width: 100%;
  height: 500px;
}

.img__list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.img__list li[tabindex='0'] {
  opacity: 1;
}

.img__list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 섬네일 영역 */
.img_thumb_list {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin-top: 15px;
  flex-wrap: wrap;
}

.img_thumb_list li {
  width: 80px;
  height: 60px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.img_thumb_list li.on {
  border-color: #333;
}

.img_thumb_list button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.img_thumb_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .landscape-summary {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 4px;
  }

  .img__list {
    height: 350px;
  }

  .img_thumb_list li {
    width: 60px;
    height: 45px;
  }
}

@media (max-width: 480px) {
  .img__list {
    height: 250px;
  }

  .img_thumb_list {
    gap: 5px;
  }

  .img_thumb_list li {
    width: 50px;
    height: 38px;
  }
}

.footer-meta-txt {
  font-size: 8px;
  font-weight: 300;
}

/* 모바일 기본 스타일 */
.img_flex {
  width: 100%;
}

.mobile-lo {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.desk-lo {
  display: none;
}

/* 데스크탑 스타일 (1024px 이상) */
@media screen and (min-width: 1024px) {
  .img_flex {
    display: flex;
    justify-content: center; /* 수평 중앙 */
    align-items: center; /* 수직 중앙 */
    max-width: 1000px; /* 데스크탑에서 최대 1000px */
    width: 100%;
    margin: 0 auto; /* 중앙 정렬 */
  }

  /* 이미지 전환 */
  .mobile-lo {
    display: none;
  }

  .desk-lo {
    display: block;
    width: 1000px; /* 데스크탑 이미지 크기 1000px */
    max-width: 100%;
    height: auto;
  }
}


.location-map {
  display: block;
  max-width: 1000px;
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 1312;
  object-fit: contain;
  margin: 0 auto 50px;
}

.location-map-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
}

#magnifier img {
  width: 1920px;
  max-width: none;
  height: auto;
  aspect-ratio: 1920 / 1312;
  object-fit: contain;
}

.location-map-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 1rem;
  box-sizing: border-box;
  border: none;
  border-radius: 15px;
}

.location-map-card img {
  max-width: 100%;
  height: auto;
  flex: 1 1 45%;
  object-fit: contain;
  display: block;
  aspect-ratio: 478.671 / 565.011;
}

.home-location-map-card img {
  flex: 0 1 700px;
  width: 700px;
  max-width: 100%;
}

/* 모바일 전용 스타일 */
@media (max-width: 768px) {
  .pri {
    max-width: 100%;
    border: none;
    padding: 10px var(--page-gutter);
  }

  .location-map-card {
    flex-direction: column;
    gap: 1.5rem;
    max-width: 100%;
    border: none;
    padding: 50px var(--img-gutter);
  }

  .location-map-card img {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .location-map-wrap {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 var(--img-gutter);
    margin: 0 0 30px;
  }

  .location-map {
    width: 100%;
    margin: 0;
  }
}

/* 슬라이더 컨테이너 */
.img_container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px var(--img-gutter); /* 좌우는 공통 여백 토큰(16px) */
}

.img_box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 메인 이미지 영역 */
.img__list {
  list-style: none;
  position: relative;
  width: 100%;
  height: 500px;
}

.img__list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.img__list li[tabindex='0'] {
  opacity: 1;
}

.img__list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 섬네일 영역 */
.img_thumb_list {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin-top: 15px;
  flex-wrap: wrap;
}

.img_thumb_list li {
  width: 80px;
  height: 60px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.img_thumb_list li.on {
  border-color: #333;
}

.img_thumb_list button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.img_thumb_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .img__list {
    height: 350px;
  }

  .img_thumb_list li {
    width: 60px;
    height: 45px;
  }
}

@media (max-width: 480px) {
  .img__list {
    height: 250px;
  }

  .img_thumb_list {
    gap: 5px;
  }

  .img_thumb_list li {
    width: 50px;
    height: 38px;
  }
}

.sell__im {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
}

.sell__im img {
  max-width: 1000px;
  width: 100%;
  margin: 30px 30px;
  border: solid 1px #124680;
  padding: 15px;
  border-radius: 20px;
}
#mt {
  margin-top: 200px;
}

/* ===============================
   아파트 동호 SVG 반응형 그리드
   =============================== */

   .dong-ho-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
  }

  .dong-ho {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
  }

  .dong-ho img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #eaeaea;
  }

  .dong-ho img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  }

  /* 각 동별 색상 강조 */
  .dong-ho img[alt="1동"] {
    background-color: rgba(52, 152, 219, 0.05);
    border: 1px solid rgba(52, 152, 219, 0.2);
  }

  .dong-ho img[alt="2동"] {
    background-color: rgba(46, 204, 113, 0.05);
    border: 1px solid rgba(46, 204, 113, 0.2);
  }

  .dong-ho img[alt="3동"] {
    background-color: rgba(231, 76, 60, 0.05);
    border: 1px solid rgba(231, 76, 60, 0.2);
  }

  .dong-ho img[alt="4동"] {
    background-color: rgba(155, 89, 182, 0.05);
    border: 1px solid rgba(155, 89, 182, 0.2);
  }

  /* SVG 레이블 스타일 (선택사항) */
  .dong-ho::after {
    content: "";
    display: table;
    clear: both;
  }

  .dong-ho + .dong-ho-label {
    display: none; /* 필요시 사용 */
  }

  /* ===============================
     반응형 미디어 쿼리
     =============================== */

  /* 태블릿 (768px ~ 1024px) */
  @media (max-width: 1024px) {
    .dong-ho {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }

    .dong-ho img {
      padding: 15px;
    }
  }

  /* 모바일 (480px ~ 768px) */
  @media (max-width: 768px) {
    .dong-ho {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .dong-ho img {
      padding: 12px;
      border-radius: 8px;
    }

    .dong-ho-wrap {
      padding: 0 var(--page-gutter);
      margin: 30px auto;
    }
  }

  /* 작은 모바일 (480px 이하) */
  @media (max-width: 480px) {
    .dong-ho {
      grid-template-columns: 1fr;
      gap: 15px;
      max-width: 300px;
      margin: 0 auto;
    }

    .dong-ho img {
      padding: 15px;
    }
  }

/* ===== Reservation conversion optimization ===== */

.rsv-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.rsv-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  color: #fff700;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 0, 0.35);
  letter-spacing: 0.02em;
}

.rsv-hero-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #001241;
  font-size: 15px;
  font-weight: 800;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.rsv-hero-phone:hover {
  background: #fff700;
  transform: translateY(-1px);
}

.rsv-form-intro {
  margin: 0 0 14px;
  color: #334155;
  font-size: 14px;
  line-height: 1.6;
  padding: 11px 16px;
  background: #eef4ff;
  border-left: 4px solid #0052cc;
  border-radius: 0 6px 6px 0;
}

.rsv-form-intro strong {
  color: #0052cc;
  font-weight: 700;
}

.rsv-submit-wrap {
  margin-top: 18px;
}

.rsv-submit-wrap .reservation-submit {
  margin-top: 0;
  min-height: 60px;
  font-size: 19px;
  border-radius: 8px;
  letter-spacing: 0.02em;
}

.rsv-submit-note {
  margin: 8px 0 0;
  text-align: center;
  font-size: 13px;
  color: #64748b;
}

.rsv-trust-panel {
  padding: 0;
  overflow: hidden;
}

.rsv-trust-header {
  background: #001241;
  padding: 20px 24px 18px;
}

.rsv-trust-header h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.rsv-trust-panel .rsv-trust-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 8px 24px 4px;
  list-style: none;
}

.rsv-trust-panel .rsv-trust-item {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid #eef2f7;
}

.rsv-trust-panel .rsv-trust-item:last-child {
  border-bottom: none;
}

.rsv-trust-icon {
  width: 22px;
  height: 22px;
  background: #0052cc;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.rsv-trust-panel .rsv-trust-item strong {
  display: block;
  color: #001241;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}

.rsv-trust-panel .rsv-trust-item span {
  display: block;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.rsv-phone-cta {
  background: #f0f7ff;
  border-top: 1px solid #dce3f1;
  padding: 18px 24px;
  text-align: center;
}

.rsv-phone-cta__label {
  margin: 0 0 10px;
  color: #64748b;
  font-size: 13px;
}

.rsv-phone-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #0052cc;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 14px 20px;
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 3px 10px rgba(0, 82, 204, 0.25);
}

.rsv-phone-cta__btn:hover {
  background: #003d99;
  transform: translateY(-1px);
}

.rsv-phone-cta__hours {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .rsv-hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
  }

  .rsv-hero-phone {
    font-size: 15px;
    padding: 10px 18px;
  }

  .rsv-submit-wrap .reservation-submit {
    font-size: 17px;
    min-height: 56px;
  }
}

@media screen and (max-width: 480px) {
  .rsv-submit-wrap .reservation-submit {
    font-size: 16px;
    min-height: 52px;
  }
}

/* ===== CRO: Form field reduction + time grid + optional + scarcity + sticky bar ===== */

.rsv-col-full {
  grid-column: 1 / -1;
}

.rsv-field-group {
  margin-top: 18px;
}

.rsv-field-label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #001241;
  margin-bottom: 10px;
}

.rsv-field-label b {
  color: #ff5500;
}

/* 시간 버튼 그리드 */
.rsv-time-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

.rsv-time-btn {
  padding: 10px 4px;
  border: 1.5px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #334155;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
}

.rsv-time-btn:hover {
  border-color: #0052cc;
  color: #0052cc;
  background: #eef4ff;
}

.rsv-time-btn.is-selected {
  border-color: #0052cc;
  background: #0052cc;
  color: #fff;
}

.rsv-time-grid--error {
  outline: 2px solid #be123c;
  outline-offset: 4px;
  border-radius: 4px;
}

/* 선택 항목 collapsible */
.rsv-optional-fields {
  margin-top: 18px;
}

.rsv-optional-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #475569;
  padding: 10px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  list-style: none;
  user-select: none;
}

.rsv-optional-toggle::-webkit-details-marker {
  display: none;
}

.rsv-optional-toggle::after {
  content: '▾';
  font-size: 14px;
  margin-left: auto;
  transition: transform 0.2s;
  color: #94a3b8;
}

.rsv-optional-fields[open] .rsv-optional-toggle::after {
  transform: rotate(180deg);
}

.rsv-optional-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #0052cc;
  background: #eef4ff;
  padding: 2px 8px;
  border-radius: 10px;
}

.rsv-optional-content {
  padding-top: 14px;
}

/* 희소성 배지 바 */
.rsv-scarcity-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  color: #92400e;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 6px;
  padding: 9px 14px;
}

.rsv-scarcity-dot {
  width: 8px;
  height: 8px;
  background: #f59e0b;
  border-radius: 50%;
  flex-shrink: 0;
  animation: rsvPulse 1.6s ease-in-out infinite;
}

@keyframes rsvPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.8); }
}

/* 모바일 sticky 제출 바 */
.rsv-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
  border-top: 1px solid #dce3f1;
  box-shadow: 0 -4px 16px rgba(0, 18, 65, 0.12);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
  align-items: center;
}

.rsv-sticky-bar.is-visible {
  display: flex;
}

.rsv-sticky-bar__call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  min-width: 100px;
  padding: 13px 14px;
  border-radius: 8px;
  background: #eef4ff;
  color: #0052cc;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border: 1.5px solid #0052cc;
  white-space: nowrap;
}

.rsv-sticky-bar__submit {
  flex: 1;
  padding: 13px;
  border-radius: 8px;
  border: 0;
  background: #ff5500;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

@media screen and (min-width: 901px) {
  .rsv-sticky-bar {
    display: none !important;
  }
}

@media screen and (max-width: 680px) {
  .rsv-time-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 380px) {
  .rsv-time-btn {
    font-size: 12px;
    padding: 9px 2px;
  }
}

/* === css/critical.css === */
/* css/critical.css */
/* 인라인으로 필요한 최소한의 CSS만 유지 */

/* 프리미엄 섹션 */
.pri {
    display: block;
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    border: solid 1px #ddd;
    border-radius: 15px;
    padding: 5rem;
    background: #fff;
}

/* 모바일 전용 스타일 */
@media (max-width: 768px) {
    .pri {
        max-width: 100%;
        border: none;
        padding: 20px;
        margin-bottom: 30px;
    }
}

/* .hero-section / .wide-text 규칙은 style.css가 정본이다. */

/* 데스크톱/모바일 전용 */
.desktop-only { display: none; }
.mobile-only { display: none; }

@media (min-width: 1025px) {
    .desktop-only { display: block; }
}

@media (max-width: 1024px) {
    .mobile-only {
        display: block;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        background-color: #19192b;
        color: #ffffff;
        padding: 10px 0;
    }
}

.responsive-container img {
    margin-bottom: 90px;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 10px;
        min-height: 52.65625px;
    }

    .responsive-container img {
        margin-bottom: 35px;
    }
}

/* === css/sections/footer.css === */
/* ===== 푸터 ===== */
footer {
    background-color: #2D3748;
    margin-top: 60px;
    padding: 30px 0;
    text-align: center;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}

.footer-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0;
}

.footer-logo {
    width: 180px;
    height: auto;
    margin: 0 auto 15px;
    display: block;
}

.footer-content {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.footer-content li {
    margin: 10px 0;
    font-size: 16px;
}

.middle__weight {
    font-weight: 500;
}

.footer-content a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-content a:hover {
    color: #ffffff;
}

.footer-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dcdde8;
    font-size: 10px;
    color: #f8f6f6;
}

.light__zeronine {
    font-weight: 300;
}

.footer-logo-bottom {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.footer-logo-bottom-img {
    width: 100%;
    max-width: 1050px;
    display: block;
    height: auto;
}

@media (max-width: 768px) {
    .footer-info-text {
        font-size: 7px !important;
    }

    footer {
        padding-bottom: 70px;
    }

    .footer-logo-bottom {
        max-width: 99%;
    }

    .footer-logo-bottom-img {
        max-width: 99vw;
    }

    .footer-logo {
        width: 120px;
    }
}

/* === css/sections/etc.css === */
/* ===== 기타 ===== */
/* #toTopBtn 규칙은 style.css에 정의됨 (여기 중복 placeholder 제거) */
.stats__banner {
  background: #ff5500;
  text-align: center;
  padding: 15px;
}
.stats__text {
  color: white;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .stats__banner {
    padding: 10px;
  }
  .stats__text {
    font-size: 27px;
  }
}
.desktop-only, .mobile-only { ... }

/* === css/sections/modal.css === */
/* ===== 입장 팝업 모달 ===== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-box {
  position: relative;
  width: min(420px, calc(100vw - 48px));
  max-height: calc(100dvh - 48px);
  background: #fefefe;
  border-radius: 8px;
  overflow: hidden;
  transform: translateY(16px);
  transition: transform 0.3s ease;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
  padding: 12px;
  display: flex;
  flex-direction: column;
}

.popup-overlay.active .popup-box {
  transform: translateY(0);
}

.popup-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100dvh - 124px);
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.popup-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #1a1a1a;
  margin-top: 10px;
  border-radius: 5px;
  flex: 0 0 auto;
}

.popup-today-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ccc;
  font-size: 13px;
  cursor: pointer;
  user-select: none;
}

.popup-today-label input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #c9a96e;
  cursor: pointer;
}

.popup-close-btn {
  background: none;
  border: none;
  color: #ccc;
  font-size: 13px;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}

.popup-close-btn:hover {
  color: #fff;
}

@media (max-width: 480px) {
  .popup-overlay {
    align-items: center;
    padding: 32px 32px calc(92px + env(safe-area-inset-bottom));
  }

  .popup-box {
    box-sizing: border-box;
    width: min(100%, 312px);
    max-height: calc(100dvh - 132px);
    padding: 8px;
    border-radius: 8px;
  }

  .popup-img {
    max-height: calc(100dvh - 210px);
    border-radius: 6px;
  }

  .popup-footer {
    margin-top: 8px;
    padding: 10px 12px;
  }

  .popup-today-label,
  .popup-close-btn {
    font-size: 12px;
  }
}

/* === css/map.css === */
/* 지도 스타일 */
#map {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px;
}

.location-map-wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 50px;
}

/* 돋보기 스타일 */
#magnifier {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 0 8px #0003;
    display: none;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 100;
}

#magnifier img {
    position: absolute;
    transform-origin: 0 0;
    image-rendering: auto;
}

/* 모바일 대응 */
@media (max-width: 768px) {
    #magnifier {
        display: none !important;
    }

    .location-map-wrap {
        box-sizing: border-box;
        max-width: 100%;
        padding: 0 var(--img-gutter);
        margin: 0 0 30px;
    }

    #map {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
}

/* 헤더 텍스트 */
.location-header {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #0066FF, #33CCFF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 카드 컨테이너 */
.location-card {
    max-width: 800px;
    margin: 0 auto 3rem;
    border: none;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* 리스트 아이템 */
.location-card .list-group-item {
    border: none;
    padding: 1.2rem 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #333;
}

.location-card .list-group-item+.list-group-item {
    border-top: 1px solid #eee;
}

/* 아이콘 스타일 */
.location-card .list-group-item i {
    font-size: 1.3rem;
    color: #0066FF;
    flex-shrink: 0;
    margin-top: 3px;
}

/* 부가 설명 */
.location-card .list-group-item small {
    display: block;
    color: #666;
    margin-top: 0.35rem;
    font-size: 0.875rem;
}

/* 모바일 카드 스타일 */
@media (max-width: 768px) {
    .location-header {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

    .location-card {
        margin: 0 1rem 2rem;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    }

    .location-card .list-group-item {
        padding: 0.85rem;
        font-size: 0.95rem;
        line-height: 1.35;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .location-card .list-group-item i {
        font-size: 0.75rem;
        margin-top: 2px;
    }

    .location-card .list-group-item small {
        font-size: 1rem;
        margin-top: 0.5rem;
        flex-basis: 100%;
        padding-left: 30px;
    }
}
