@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(lib/swiper.min.css);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-break: keep-all;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

/* Font style setting */
/* Point color setting */
/* Background - color setting */
/* Border - color setting */
/* Font - color setting */
/* Input - color setting */
/* Button - color setting */
/**
 * BASE SETTING
 */
body {
  -webkit-backface-visibility: hidden;
}

/*@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
	url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
	url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
	url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
	url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}*/
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../../../font/NotoSans-Light.woff2) format("woff2"), url(../../../font/NotoSans-Light.woff) format("woff"), url(https://apt.ssyenc.com/apt/font/NotoSans-Light.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(../../../font/NotoSans-Regular.woff2) format("woff2"), url(../../../font/NotoSans-Regular.woff) format("woff"), url(https://apt.ssyenc.com/apt/font/NotoSans-Regular.otf) format("opentype");
}

/*@font-face {
	font-family: 'gotham';
	font-style: normal;
	font-weight: 300;
	src: url(https://apt.ssyenc.com/apt/mobile/font/gotham/Gotham-Light.woff2) format('woff2'),
	url(https://apt.ssyenc.com/apt/mobile/font/gotham/Gotham-Light.woff) format('woff');
}*/
@font-face {
  font-family: 'NanumSquareR';
  font-style: normal;
  font-weight: 500;
  src: url(../../../font/NanumSquareR.eot);
  src: url(../../../font/NanumSquareR%EF%B9%96.eot#iefix) format("embedded-opentype"), url(../../../font/NanumSquareR.woff) format("woff");
}

fieldset, img {
  border: 0 none;
  vertical-align: top;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  width: 100%;
  text-align: left;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
  padding: 0;
  font-family: "Noto Sans KR", sans-serif;
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #636363;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  outline: none;
}

caption {
  overflow: hidden;
  width: 1px;
  height: 1px;
  font-size: 20px;
  line-height: 1px;
  margin-top: -1px;
}

select, input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0 none;
  font-size: 15px;
  font-weight: 300;
  font-family: "Noto Sans KR", sans-serif;
  outline: none;
}

select[type="checkbox"], input[type="checkbox"], button[type="checkbox"], textarea[type="checkbox"] {
  -webkit-appearance: checkbox;
}

select[type="radio"], input[type="radio"], button[type="radio"], textarea[type="radio"] {
  -webkit-appearance: radio;
}

select::-ms-expand, input::-ms-expand, button::-ms-expand, textarea::-ms-expand {
  display: none;
}

textarea {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

html, body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

strong, h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

label, button {
  cursor: pointer;
  overflow: hidden;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
}

/* 라디오박스 */
.inp-radio {
  display: inline-block;
  position: relative;
  /* 체크 되지 않았을때 */
  /* 체크 되었을때 */
  /*!* 텍스트가 left에 있는경우 *!
	&.left{
		.checkbox-txt{ padding-left:36px; text-align:left;
			.icon-checkbox{ top:0; left:0; }
		}
	}
	&.right{
		.checkbox-txt{ padding-right:32px; text-align:right;
			.icon-checkbox{ top:0; right:0; }
		}
	}*/
}

.inp-radio input[type="radio"] {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 19px;
  height: 19px;
  z-index: -1;
}

.inp-radio .radio-txt {
  position: relative;
  display: block;
  text-align: left;
  padding-left: 35px;
  color: #636363;
  line-height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.inp-radio .radio-txt .icon-radio {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -373px -352px;
  width: 26px;
  height: 26px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .inp-radio .radio-txt .icon-radio {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

.inp-radio .radio-txt .icon-radio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -332px -352px;
  width: 26px;
  height: 26px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .inp-radio .radio-txt .icon-radio:after {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

.inp-radio input[type="radio"]:checked + .radio-txt .icon-radio:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 체크박스 */
.inp-check {
  display: inline-block;
  position: relative;
  vertical-align: top;
  /* 체크 되지 않았을때 */
  /* 체크 되었을때 */
  /* 텍스트가 left에 있는경우 */
}

.inp-check input[type="checkbox"] {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.inp-check .check-txt {
  position: relative;
  display: block;
  text-align: left;
  color: #636363;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  min-height: 26px;
}

.inp-check .check-txt .icon-check {
  overflow: hidden;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
}

.inp-check .check-txt .icon-check:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -53px -490px;
  width: 26px;
  height: 26px;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .inp-check .check-txt .icon-check:before {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

.inp-check input[type="checkbox"]:checked + .check-txt .icon-check:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.inp-check.left.full {
  width: 100%;
}

.inp-check.left.full .check-txt {
  display: block;
  box-sizing: border-box;
}

.inp-check.left input[type="checkbox"] {
  top: 0;
  left: 0;
}

.inp-check.left .check-txt {
  padding-left: 40px;
  text-align: left;
}

.inp-check.left .check-txt .icon-check {
  top: 0;
  left: 0;
}

.inp-check.right.full {
  width: 100%;
}

.inp-check.right.full .check-txt {
  display: block;
  box-sizing: border-box;
}

.inp-check.right input[type="checkbox"] {
  top: 0;
  right: 0;
}

.inp-check.right .check-txt {
  padding-right: 31px;
  text-align: left;
}

.inp-check.right .check-txt .icon-check {
  top: 0;
  right: 0;
}

.inp-txt-box input[type="text"] {
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #636363;
  width: 100%;
}

.inp-txt-box input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #dc0022;
  line-height: 38px;
  font-size: 13px;
}

.inp-txt-box input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #dc0022;
  line-height: 38px;
  font-size: 13px;
}

.inp-txt-box input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #dc0022;
  line-height: 38px;
  font-size: 13px;
}

.inp-txt-box input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #dc0022;
  line-height: 38px;
  font-size: 13px;
}

/*
  z-index 가이드
  location : 20
  container : 20
  , footer :30
  popup : 50
  header : 51
  dim : 50
  gnb : 60
  search : 60
*/
/* 타이틀 */
/* point */
.point01 {
  color: #dc0022 !important;
}

.point02 {
  color: #f37736 !important;
}

.point03 {
  color: #9e9282 !important;
}

.point-black {
  color: #333 !important;
}

/* 버튼 공통 */
.bg-btn {
  overflow: hidden;
  text-indent: -999px;
}

/* 아이콘 공통 */
.icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: -999px;
}

.icon img {
  width: 100%;
}

/* 숨김처리 텍스트 */
.hidden-txt {
  overflow: hidden;
  display: inline-block;
  text-indent: -999px;
  width: 0;
  height: 0;
  line-height: 1px;
  position: absolute;
}

#skipNavigation {
  position: absolute;
  width: 100%;
}

#skipNavigation a {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
}

#skipNavigation a:active, #skipNavigation a:focus {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  background: #f8f7f3;
  line-height: 50px;
  text-align: center;
}

body {
  overflow-x: hidden;
}

body.on {
  overflow-y: hidden;
}

body.on #wrap #header .outer .inner #navigation {
  left: 0;
}

#wrap {
  /* 해더 */
  /*#siteMap{ display:none; position:fixed; top:0; left:0; width:100%; min-height:100%; background-color:rgba(0,0,0,.85); z-index:100;@include opacity(0);
		.site-map{ position:relative; margin:180px auto 0; text-align:center;
			.site-map-tit{ display:inline-block;@include ns(40px, #000); padding:5px 4px 2px; line-height:.8; background-color:$bg-point01;}
			.cate-list{ display:inline-block; vertical-align:top; margin-top:60px;
				& > li{ float:left; text-align:left;
					dl{
						dt{@include ns(24px, #fff); line-height:1em; font-weight:$noto-bold; margin-bottom:17px;}
						dd{
							& > a{ position:relative; padding-left:12px;@include ns(18px, #fff); line-height:42px; font-weight:$noto-bold;
								&:before{content:""; position:absolute; top:8px; left:0; width:2px; height:2px; background-color:$bg-point01;}
							}
							ul{ position:relative; padding-left:12px; margin-top:2px;
								&:before{content:""; position:absolute; top:-15px; left:0; width:1px; background-color:$bg-point01; height:100%; padding-bottom:8px;}
								li{
									a{ display:block;@include ns(16px, #cccccc); line-height:27px;}
								}
							}
						}
					}
					&.cate-list01{ width:200px;}
					&.cate-list02{ width:200px;}
					&.cate-list03{ width:200px;}
					&.cate-list04{ width:200px;}
					&.cate-list05{ width:200px;}
					&.cate-list06{ width:180px;}
				}
			}
			.btn-sitemap-close{ position:absolute; top:6px; right:0;
				//.icon{@include sprite($common-sitemap-close);}
			}
		}
	}*/
  /* 로케이션 */
  /* 푸터 */
  /* 로케이션 */
  /* 페이징 */
  /* form 버튼 영역 */
  /* 검색영역 */
  /*.search-area{position:relative; margin-top:36px; padding:0 15px;
		.total-txt{@include b16l24($txt-gray);text-align:center;
			.name{ color:$tit-black;}
			.num{ color:$tit-point;}
		}
		.search-box{
			.tit{ line-height:41px; font-size:20px; color:$tit-black; margin-right:20px;}
			.select-box{ margin-top:21px;}
			.input-box{position:relative;background-color:#787878;overflow:hidden; padding-right:56px; margin-top:10px;
				input[type="text"]{ width:100%;color:#fff; font-size:17px; line-height:45px;@include placeholder(17px, #a8a8a8, 45px); text-indent:18px; height:45px; vertical-align:top; padding:0;}
				.btn-search{ position:absolute; top:0; right:0;
					&:before{content:""; position:absolute; top:10px; left:0; width:1px; height:25px; background-color:$bd-gray;}
					.icon{ @include retina-sprite($common-search-btn-group);}
				}
			}
		}
	}*/
  /* 네비게이션 */
  /*.navi-lists{ margin:37px auto 0;text-align:center; height:47px;
		&:after{content:""; display:block; margin-top:-24px; width:100%; height:1px; background-color:$bd-n;}
		ul{ position:relative; display:inline-block; padding:0 32px; z-index:1; background-color:#fff;
			li{display:inline-block; margin:0 -12px;
				&.on{
					.hidden-txt{ display:block;}
					.btn{
						span{ background-color:$bg-point01;
							&:before{@include triangle(14px, $point01, down); bottom:-7px;}
						}
					}
					
				}
				&:hover{
					.btn{
						span{ background-color:$bg-point01;
							&:before{@include triangle(14px, $point01, down); bottom:-7px;}
						}
					}
				}
				.btn{overflow:visible;
					.hidden-txt{ display:none;}
					span{position:relative; display:inline-block;width:184px;color:#fff; line-height:47px; font-size:16px; font-weight:$noto-bold; background:rgba(120,120,120,.7);@include borderRadius(24px);@include transition;
						&:before{ position:absolute; bottom:-10px; left:50%; margin-left:-7px;content:"";@include transition(bottom);@include triangle(0, $point01, down)}
					}
				}
			}
		}
	}*/
  /* 네비게이션 2단 */
  /* input - data form */
}

#wrap #header h2 {
  font-size: 20px;
  color: #333;
  padding-bottom: 20px;
}

#wrap #header .outer .inner {
  text-align: center;
}

#wrap #header .outer .inner #logo {
  padding: 15px 0;
  text-align: center;
  height: 60px;
  box-sizing: border-box;
}

#wrap #header .outer .inner #logo a {
  display: inline-block;
  vertical-align: top;
}

#wrap #header .outer .inner #logo .icon-header-logo {
  background: url(../../images/template/header_logo.jpg) no-repeat 0 0;
  width: 125px;
  height: 29px;
  background-size: 100%;
}

#wrap #header .outer .inner .btn-menu-open {
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 37px;
  height: 35px;
}

#wrap #header .outer .inner .btn-menu-open .icon {
  background: url(../../images/template/header_menu_btn.gif) no-repeat 0 0;
  margin-top: 3px;
  width: 17px;
  height: 15px;
  background-size: 100%;
}

#wrap #header .outer .inner #navigation {
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  right: 0;
  z-index: 30;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  box-sizing: border-box;
  margin-left: -104px;
  padding-left: 104px;
  background-color: #fff;
  text-align: left;
}

#wrap #header .outer .inner #navigation .navi-outer {
  position: relative;
  background-color: #fff;
  min-height: 100%;
  box-sizing: border-box;
  z-index: 100;
}

#wrap #header .outer .inner #navigation .navi-inner {
  padding: 20px 15px;
}

#wrap #header .outer .inner #navigation #gnb {
  position: relative;
}

#wrap #header .outer .inner #navigation #gnb > ul {
  margin: 0 0 0 0;
  height: 100%;
}

#wrap #header .outer .inner #navigation #gnb > ul > li {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}

#wrap #header .outer .inner #navigation #gnb > ul > li:after {
  content: "";
  padding: 4px;
  position: absolute;
  top: 18px;
  right: 17px;
  border: solid #a8a8a8;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

#wrap #header .outer .inner #navigation #gnb > ul > li.on:after {
  border-color: #fff;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 23px;
}

#wrap #header .outer .inner #navigation #gnb > ul > li.on > a {
  background-color: #9e9282;
  color: #fff;
}

#wrap #header .outer .inner #navigation #gnb > ul > li > a {
  display: block;
  padding: 13px 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

#wrap #header .outer .inner #navigation #gnb > ul > li .two_depth {
  display: none;
  position: relative;
  top: 0;
  padding: 16px 0;
  background-color: #f7f7f7;
}

#wrap #header .outer .inner #navigation #gnb > ul > li .two_depth .wrap ul {
  padding-left: 15px;
}

#wrap #header .outer .inner #navigation #gnb > ul > li .two_depth .wrap ul li {
  position: relative;
  padding-left: 12px;
}

#wrap #header .outer .inner #navigation #gnb > ul > li .two_depth .wrap ul li.on a {
  color: #636363;
  font-weight: 400;
}

#wrap #header .outer .inner #navigation #gnb > ul > li .two_depth .wrap ul li.on a:before {
  background-color: #333;
}

#wrap #header .outer .inner #navigation #gnb > ul > li .two_depth .wrap ul li a {
  font-size: 16px;
  line-height: 40px;
  color: #636363;
}

#wrap #header .outer .inner #navigation #gnb > ul > li .two_depth .wrap ul li a:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: #636363;
}

#wrap #header .outer .inner #navigation .btn-menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 39px;
  height: 39px;
}

#wrap #header .outer .inner #navigation .btn-menu-close .icon {
  vertical-align: top;
  margin-top: 2px;
  width: 19px;
  height: 19px;
  background: url(../../images/template/header_close.png);
  background-size: 100%;
}

#wrap #header .outer .inner .etc-menu {
  padding: 50px 0 0;
  text-align: center;
}

#wrap #header .outer .inner .etc-menu .btn-wirte {
  display: block;
  padding: 14px 0 14px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  color: #9e9282;
  border: 2px solid #9e9282;
}

#wrap #header .outer .inner .etc-menu .btn-wirte .icon {
  background: url(../../images/template/header_email.png) no-repeat 0 0;
  margin-top: 2px;
  width: 23px;
  height: 14px;
  background-size: 100%;
  margin-right: 8px;
}

#wrap #header .outer .inner .etc-menu .btn-wirte .icon.aerialShot{
  background-image: url(../../images/template/header_aerialShot.png);
  margin-top:0;
  height:21px;
}

#wrap #header .outer .inner .etc-menu .number {
  display: block;
  margin-top: 25px;
  font-family: "NanumSquareR", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #9e9282;
  font-weight: 700;
  line-height: .8;
}

#wrap #header .outer .inner .util-menu {
  float: right;
  margin-top: 32px;
  height: 26px;
}

#wrap #header .outer .inner .util-menu .ss-link {
  display: inline-block;
  margin-left: 15px;
  padding: 0 14px;
  line-height: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background-color: #dc0022;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}

#wrap #header .outer .inner .util-menu .input-area {
  display: none;
  position: absolute;
  right: 88px;
  top: -8px;
  width: 272px;
  border: 1px solid #636363;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  height: 40px;
  padding: 0 80px 0 20px;
  background-color: #fff;
}

#wrap #header .outer .inner .util-menu .input-area .search-box .inp-txt {
  display: inline-block;
  vertical-align: top;
}

#wrap #header .outer .inner .util-menu .input-area .search-box .inp-txt::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a99e8f;
  line-height: 38px;
  font-size: 15px;
}

#wrap #header .outer .inner .util-menu .input-area .search-box .inp-txt::-moz-placeholder {
  /* Firefox 19+ */
  color: #a99e8f;
  line-height: 38px;
  font-size: 15px;
}

#wrap #header .outer .inner .util-menu .input-area .search-box .inp-txt:-ms-input-placeholder {
  /* IE 10+ */
  color: #a99e8f;
  line-height: 38px;
  font-size: 15px;
}

#wrap #header .outer .inner .util-menu .input-area .search-box .inp-txt:-moz-placeholder {
  /* Firefox 18- */
  color: #a99e8f;
  line-height: 38px;
  font-size: 15px;
}

#wrap #header .outer .inner .util-menu .input-area .search-box .inp-txt input {
  line-height: 38px;
  width: 100%;
}

#wrap #header .outer .inner .util-menu .input-area .search-box .btn-box {
  position: absolute;
  top: 9px;
  right: 12px;
}

#wrap #header .outer .inner .util-menu .input-area .search-box .btn-box:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 31px;
  width: 1px;
  height: 21px;
  background-color: #d6d6d6;
}

#wrap #header .outer .inner .util-menu .input-area .search-box .btn-box .btn-search {
  float: left;
  width: 21px;
  height: 22px;
}

#wrap #header .outer .inner .util-menu .input-area .search-box .btn-box .btn-search-close {
  position: relative;
  float: left;
  width: 21px;
  height: 22px;
  margin-left: 21px;
}

#wrap #contentArea {
  position: relative;
}

#wrap #location {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  z-index: 10;
}

#wrap #location.on .outer .inner .path-area.on .btn, #wrap #location:hover .outer .inner .path-area.on .btn {
  border-left-color: #838486;
}

#wrap #location.on .outer .inner .path-area.on .btn:before, #wrap #location:hover .outer .inner .path-area.on .btn:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#wrap #location.scroll {
  position: fixed;
  top: 0;
}

#wrap #location .outer .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  background-color: #919295;
}

#wrap #location .outer .inner .path-area {
  position: relative;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  width: 50%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 45px;
  border-left: 1px solid #afafb2;
}

#wrap #location .outer .inner .path-area:first-child {
  border: none;
}

#wrap #location .outer .inner .path-area .btn {
  position: relative;
  line-height: 45px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  padding-left: 15px;
  display: block;
  width: 100%;
  text-align: left;
}

#wrap #location .outer .inner .path-area .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -485px -387px;
  width: 12px;
  height: 7px;
  margin-top: -3.5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap #location .outer .inner .path-area .btn:before {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap #location .outer .inner .path-area ul {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  padding: 9px 0;
  width: 100%;
  background-color: #838486;
}

#wrap #location .outer .inner .path-area ul li {
  padding: 0 15px;
}

#wrap #location .outer .inner .path-area ul li a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  line-height: 35px;
}

#wrap #footer {
  margin-top: 75px;
}

#wrap #footer .outer {
  background-color: #2a2a2a;
}

#wrap #footer .outer .inner {
  margin: 0 auto;
  padding: 40px 15px 35px;
  text-align: center;
}

#wrap #footer .outer .inner .footer-info-area .info-inner .logo .icon-logo {
  background: url(../../images/template/footer_logo.jpg) no-repeat 0 0;
  width: 67px;
  height: 32px;
  background-size: 100%;
}

#wrap #footer .outer .inner .footer-info-area .info-inner .txt {
  margin-top: 12px;
  font-size: 14px;
  color: #d6d6d6;
  font-weight: 300;
}

#wrap #footer .outer .inner .footer-info-area .info-inner .number {
  display: block;
  margin-top: 12px;
  font-family: "NanumSquareR", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #9e9282;
  font-weight: 700;
  line-height: .8;
}

#wrap #footer .outer .inner .mid-area {
  margin-top: 30px;
  padding-top: 25px;
  font-size: 14px;
  line-height: 23px;
  color: #858585;
  border-top: 1px solid #444444;
}

#wrap #footer .outer .inner .mid-area .terms-box .terms-btn {
  font-size: 14px;
  color: #858585;
}

#wrap #footer .outer .inner .mid-area .info-box address {
  position: relative;
  padding-left: 14px;
  display: inline;
}

#wrap #footer .outer .inner .mid-area .info-box address:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 1px;
  height: 11px;
  background-color: #858585;
}

#wrap #footer .outer .inner .mid-area .info-box .tel {
  position: relative;
  padding-left: 14px;
}

#wrap #footer .outer .inner .mid-area .info-box .tel:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 1px;
  height: 11px;
  background-color: #858585;
}

#wrap #footer .outer .inner .mid-area .info-box .fax {
  position: relative;
  padding-left: 14px;
}

#wrap #footer .outer .inner .mid-area .info-box .fax:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  width: 1px;
  height: 11px;
  background-color: #858585;
}

#wrap #footer .outer .inner .mid-area .info-box .license {
  position: relative;
  display: block;
}

#wrap #footer .outer .inner .mid-area .copyright {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #858585;
}

#wrap #contentArea #container {
  /* 메인 */
  /* 분양예가 */
  /* 예가소식 - LIST */
  /* 예가소식 - VIEW */
  /* 검색영역 */
}

#wrap #contentArea #container .select-box {
  position: relative;
  height: 45px;
  box-sizing: border-box;
}

#wrap #contentArea #container .select-box.type01 .val-box .val {
  padding-left: 19px;
  color: #fff;
  line-height: 45px;
  background-color: #787878;
  text-align: left;
  font-weight: 300;
}

#wrap #contentArea #container .select-box.type01 .val-box .icon {
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -469px -490px;
  width: 15px;
  height: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap #contentArea #container .select-box.type01 .val-box .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap #contentArea #container .select-box.type01 .select-lists {
  border: 1px solid #787878;
}

#wrap #contentArea #container .select-box.type01 .select-lists li .btn {
  color: #636363;
}

#wrap #contentArea #container .select-box.type02 .val-box {
  border: 1px solid #e5e5e5;
}

#wrap #contentArea #container .select-box.type02 .val-box .val {
  padding-left: 19px;
  color: #777777;
  background-color: #f7f7f7;
}

#wrap #contentArea #container .select-box.type02 .val-box .icon {
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -499px -490px;
  width: 15px;
  height: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap #contentArea #container .select-box.type02 .val-box .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap #contentArea #container .select-box.type02 .select-lists {
  border: 1px solid #d6d6d6;
}

#wrap #contentArea #container .select-box.type02 .select-lists li .btn {
  color: #636363;
}

#wrap #contentArea #container .select-box.type03 .val-box .val {
  color: #fff;
  line-height: 45px;
  background-color: #dc0022;
  text-align: center;
}

#wrap #contentArea #container .select-box.type03 .val-box .icon {
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -409px -490px;
  width: 15px;
  height: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap #contentArea #container .select-box.type03 .val-box .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap #contentArea #container .select-box.type03 .select-lists {
  border: 1px solid #dc0022;
}

#wrap #contentArea #container .select-box.type03 .select-lists li .btn {
  color: #636363;
}

#wrap #contentArea #container .select-box.type04 {
  margin-bottom: 40px;
}

#wrap #contentArea #container .select-box.type04 .val-box .val {
  color: #fff;
  line-height: 45px;
  background-color: #9e9282;
  text-align: center;
}

#wrap #contentArea #container .select-box.type04 .val-box .icon {
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -439px -490px;
  width: 15px;
  height: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap #contentArea #container .select-box.type04 .val-box .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap #contentArea #container .select-box.type04 .select-lists {
  border: 1px solid #9e9282;
}

#wrap #contentArea #container .select-box.type04 .select-lists li .btn {
  color: #636363;
}

#wrap #contentArea #container .select-box.on .val-box .icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#wrap #contentArea #container .select-box .val-box {
  position: relative;
}

#wrap #contentArea #container .select-box .val-box .val {
  display: block;
  font-size: 16px;
  line-height: 43px;
  font-weight: 300;
}

#wrap #contentArea #container .select-box .val-box .btn-select-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrap #contentArea #container .select-box .val-box .icon {
  position: absolute;
  top: 18px;
  right: 17px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

#wrap #contentArea #container .select-box .select-lists {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  display: none;
  background-color: #fff;
  z-index: 1;
  max-height: 252px;
  overflow-y: auto;
  border: 1px solid #787878;
  border-top: none;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

#wrap #contentArea #container .select-box .select-lists li .btn {
  display: block;
  color: #636363;
  padding-left: 19px;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

#wrap #contentArea #container.main {
  margin-bottom: -75px;
}

#wrap #contentArea #container.main .visual-box {
  position: relative;
}

#wrap #contentArea #container.main .visual-box .swiper-slide {
  width: 100%;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

#wrap #contentArea #container.main .visual-box .btm-area {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

#wrap #contentArea #container.main .visual-box .btm-area .swiper-pagination {
  display: inline-block;
  position: relative;
  margin: 10px 27px 0;
  vertical-align: top;
}

#wrap #contentArea #container.main .visual-box .btm-area .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 17px;
  vertical-align: top;
}

#wrap #contentArea #container.main .visual-box .btm-area .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

#wrap #contentArea #container.main .visual-box .btm-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

#wrap #contentArea #container.main .visual-box .swiper-button-prev-custom {
  position: absolute;
  top: 50%;
  left: 100px;
  margin-top: -31px;
  background: url(https://apt.ssyenc.com/apt/mobile/images/template/img_visual_c_left.png) no-repeat 50% 50%;
  width: 62px;
  height: 62px;
  z-index: 1;
}

#wrap #contentArea #container.main .visual-box .swiper-button-next-custom {
  position: absolute;
  top: 50%;
  right: 100px;
  margin-top: -31px;
  background: url(https://apt.ssyenc.com/apt/mobile/images/template/img_visual_c_right.png) no-repeat 50% 50%;
  width: 62px;
  height: 62px;
  z-index: 1;
}

#wrap #contentArea #container.main .visual-box .banner-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 980px;
  margin-left: -490px;
  z-index: 1;
}

#wrap #contentArea #container.main .visual-box .banner-box .banner {
  float: left;
}

#wrap #contentArea #container.preparing #content {
  padding: 40px 15px 0;
}

#wrap #contentArea #container.preparing .content img {
  width: 100%;
}

#wrap #contentArea #container.preparing .info-box {
  background-color: #f7f7f7;
  margin-top: 40px;
  padding: 30px 0 35px;
  text-align: center;
}

#wrap #contentArea #container.preparing .info-box .info-txt {
  display: block;
  padding: 0 20px;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 400;
  vertical-align: top;
}

#wrap #contentArea #container.preparing .info-box .btn-box {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}

#wrap #contentArea #container.preparing .info-box .btn-box .btn-pdf {
  background-color: #9e9282;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 17px;
}

#wrap #contentArea #container.preparing .info-box .btn-box .btn-pdf span {
  display: inline-block;
  padding: 0 32px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

#wrap #contentArea #container.le #content {
  padding: 40px 15px 0;
}

#wrap #contentArea #container.le .content {
  position: relative;
}

#wrap #contentArea #container.le .content img {
  width: 100%;
}

#wrap #contentArea #container.le .content .btn-detail-view {
  width: 50px;
  height: 50px;
}

#wrap #contentArea #container.le .btn-detail-view {
  position: absolute;
  top: 0;
  right: 0;
}

#wrap #contentArea #container.go #content {
  padding: 40px 15px 0;
}

#wrap #contentArea #container.go .content {
  position: relative;
}

#wrap #contentArea #container.go .content img {
  width: 100%;
}

#wrap #contentArea #container.pg #content {
  padding: 40px 15px 0;
}

#wrap #contentArea #container.pg .content {
  position: relative;
}

#wrap #contentArea #container.pg .content img {
  width: 100%;
}

#wrap #contentArea #container.cs #content {
  padding: 40px 15px 0;
}

#wrap #contentArea #container.cs .terms-tit {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

#wrap #contentArea #container.cs .content {
  position: relative;
}

#wrap #contentArea #container.cs .content img {
  width: 100%;
}

#wrap #contentArea #container.cs .ic-write .btit {
  margin-top: 35px;
  font-size: 25px;
  color: #333;
  font-weight: 400;
  text-align: center;
}

#wrap #contentArea #container.cs .ic-write .term-area {
  padding: 15px 15px;
  border: 1px solid #d6d6d6;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box {
  height: 250px;
  overflow-y: auto;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term {
  font: 300 16px/26px "Noto Sans KR", sans-serif;
  color: #636363;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term strong {
  display: block;
  font-weight: 300;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl {
  border-top: 1px solid #a8a8a8;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead tr, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody tr {
  padding: 15px 0;
  border-bottom: 1px solid #d6d6d6;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead th, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody th {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead th .star, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody th .star {
  position: absolute;
  margin: 4px 0 0 6px;
  color: #dc0022;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td {
  margin-top: 10px;
  font-size: 16px;
  color: #636363;
  text-align: left;
  vertical-align: middle;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-radio, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-radio {
  vertical-align: middle;
  margin-top: -4px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-radio .inp-radio, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-radio .inp-radio {
  margin: 14px 27px 0 0;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-radio .inp-radio:first-child, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-radio .inp-radio:first-child {
  margin-left: 0;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-birthday, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-phone, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-birthday, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-birthday > *:nth-of-type(2), #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-phone > *:nth-of-type(2), #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-birthday > *:nth-of-type(2), #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-phone > *:nth-of-type(2) {
  margin: 0 7px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-birthday .input-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-phone .input-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-birthday .input-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-phone .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-birthday .select-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-phone .select-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-birthday .select-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-phone .select-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-id .td-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-id .td-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  margin-top: 5px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-id .td-box:first-child, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-id .td-box:first-child {
  margin-top: 0;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-id .td-box .input-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-id .td-box .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-id .td-box .txt, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-id .td-box .txt {
  width: 35px;
  text-align: center;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-txt, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-txt {
  margin-top: 6px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-txt .txt, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-txt .txt {
  padding: 0;
  font: 300 16px/24px "Noto Sans KR", sans-serif;
  color: #636363;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-email .td-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-email .td-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  margin-top: 5px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-email .td-box:first-child, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-email .td-box:first-child {
  margin-top: 0;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-email .td-box .txt, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-email .td-box .txt {
  width: 35px;
  text-align: center;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-address .td-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-address .td-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  margin-top: 5px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-address .td-box:first-child, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-address .td-box:first-child {
  margin-top: 0;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-address .td-box .input-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-address .td-box .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-ap .td-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-ap .td-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  margin-top: 5px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-ap .td-box:first-child, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-ap .td-box:first-child {
  margin-top: 0;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-ap .td-box .input-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-ap .td-box .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-ap .td-box .s-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-ap .td-box .s-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  width: 50%;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-ap .td-box .s-box .txt, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-ap .td-box .s-box .txt {
  padding: 0 10px 0 5px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .file-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .file-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .file-box .hidden-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .file-box .hidden-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .file-box .hidden-box input[type="file"], #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .file-box .hidden-box input[type="file"] {
  opacity: 0;
  filter: alpha(opacity=0);
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .file-box .input-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .file-box .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .file-box .btn-file, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .file-box .btn-file {
  margin-left: 7px;
  text-align: center;
  line-height: 45px;
  background-color: #636363;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
  font-weight: 400;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .textarea-box textarea, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .textarea-box textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  height: 195px;
  line-height: 34px;
  padding-left: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .textarea-box textarea::-webkit-input-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .textarea-box textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
  line-height: 34px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .textarea-box textarea::-moz-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .textarea-box textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  line-height: 34px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .textarea-box textarea:-ms-input-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .textarea-box textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  line-height: 34px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .textarea-box textarea:-moz-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .textarea-box textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  line-height: 34px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .info-txt, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .info-txt {
  padding: 6px 0 0;
  margin-bottom: -4px;
  font-size: 16px;
  line-height: 24px;
  color: #636363;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .input-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .input-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .input-box .inp-txt, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .input-box .inp-txt {
  font-size: 16px;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  height: 45px;
  padding: 12px 0;
  line-height: 19px;
  text-indent: 14px;
  width: 100%;
  box-sizing: border-box;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .input-box .inp-txt::-webkit-input-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .input-box .inp-txt::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
  line-height: 19px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .input-box .inp-txt::-moz-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .input-box .inp-txt::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  line-height: 19px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .input-box .inp-txt:-ms-input-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .input-box .inp-txt:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  line-height: 19px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .input-box .inp-txt:-moz-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .input-box .inp-txt:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  line-height: 19px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .input-box .inp-txt:readonly, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .input-box .inp-txt:readonly {
  -webkit-opacity: 1;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .select-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .select-box {
  width: 100%;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .select-box .val-box .val, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .select-box .val-box .val {
  padding-left: 14px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .select-box .select-lists li .btn, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .select-box .select-lists li .btn {
  padding-left: 14px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .txt, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .txt {
  font-size: 16px;
  color: #636363;
  line-height: 45px;
  vertical-align: top;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .btn-search, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .btn-search {
  margin-left: 5px;
  width: 102px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  background-color: #636363;
  font-size: 14px;
  font-weight: 300;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .btn-gray-color, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .btn-gray-color {
  margin-left: 5px;
  width: 102px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  background-color: #636363;
  font-size: 14px;
  font-weight: 300;
}

#wrap #contentArea #container.cs .ic-write .agree-area {
  margin-top: 25px;
  text-align: center;
}

#wrap #contentArea #container.cs .ic-write .agree-area .inp-radio {
  display: inline-block;
  margin-left: 22px;
}

#wrap #contentArea #container.cs .ic-write .agree-area .inp-radio:first-child {
  margin-left: 0;
}

#wrap #contentArea #container.cs .t-head-box {
  margin-top: 40px;
  padding-bottom: 10px;
}

#wrap #contentArea #container.cs .t-head-box .t-tit {
  display: block;
  margin-top: 45px;
  font: 400 20px/30px "Noto Sans KR", sans-serif;
  color: #333;
  text-align: left;
}

#wrap #contentArea #container.cs .t-head-box .t-tit02 {
  display: block;
  margin-top: 45px;
  font: 400 20px/30px "Noto Sans KR", sans-serif;
  color: #333;
  text-align: left;
}

#wrap #contentArea #container.cs .t-head-box .t-info {
  float: right;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: -25px;
}

#wrap #contentArea #container.cs .t-head-box .t-info .star {
  position: absolute;
  margin: 4px 0 0 -10px;
  color: #dc0022;
}

#wrap #contentArea #container.cs .t-head-box .t-info02 {
  margin-top: 4px;
  display: block;
  font: 300 16px/24px "Noto Sans KR", sans-serif;
  color: #636363;
  text-align: left;
  width: 100%;
}

#wrap #contentArea #container.cs .input-form {
  border-top: 1px solid #a8a8a8;
}

#wrap #contentArea #container.cs .input-form table {
  display: block;
}

#wrap #contentArea #container.cs .input-form table tbody {
  display: block;
}

#wrap #contentArea #container.cs .input-form table tbody tr {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #d6d6d6;
}

#wrap #contentArea #container.cs .input-form table tbody th {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

#wrap #contentArea #container.cs .input-form table tbody th .star {
  position: absolute;
  margin: 4px 0 0 6px;
  color: #dc0022;
}

#wrap #contentArea #container.cs .input-form table tbody td {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #636363;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-check{
  margin-top:0;
  margin-left:-8px;
}
#wrap #contentArea #container.cs .input-form table tbody td.td-check .inp-check{
  margin-top:10px;
  margin-left:8px;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-radio {
  vertical-align: middle;
  margin-top: -4px;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-radio .inp-radio {
  margin: 14px 27px 0 0;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-radio .inp-radio:first-child {
  margin-left: 0;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-birthday, #wrap #contentArea #container.cs .input-form table tbody td.td-phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-birthday > *:nth-of-type(2), #wrap #contentArea #container.cs .input-form table tbody td.td-phone > *:nth-of-type(2) {
  margin: 0 7px;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-birthday .input-box, #wrap #contentArea #container.cs .input-form table tbody td.td-phone .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-birthday .select-box, #wrap #contentArea #container.cs .input-form table tbody td.td-phone .select-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-id .td-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  margin-top: 5px;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-id .td-box:first-child {
  margin-top: 0;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-id .td-box .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-id .td-box .txt {
  width: 35px;
  text-align: center;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-txt {
  margin-top: 6px;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-txt .txt {
  padding: 0;
  font: 300 16px/24px "Noto Sans KR", sans-serif;
  color: #636363;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-email .td-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  margin-top: 5px;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-email .td-box:first-child {
  margin-top: 0;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-email .td-box .txt {
  width: 35px;
  text-align: center;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-address .td-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  margin-top: 5px;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-address .td-box:first-child {
  margin-top: 0;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-address .td-box .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-ap .td-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  margin-top: 5px;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-ap .td-box:first-child {
  margin-top: 0;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-ap .td-box .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-ap .td-box .s-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  width: 50%;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-ap .td-box .s-box .txt {
  padding: 0 10px 0 5px;
}

#wrap #contentArea #container.cs .input-form table tbody td .file-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
}

#wrap #contentArea #container.cs .input-form table tbody td .file-box .hidden-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#wrap #contentArea #container.cs .input-form table tbody td .file-box .hidden-box input[type="file"] {
  opacity: 0;
  filter: alpha(opacity=0);
}

#wrap #contentArea #container.cs .input-form table tbody td .file-box .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap #contentArea #container.cs .input-form table tbody td .file-box .btn-file {
  margin-left: 7px;
  text-align: center;
  line-height: 45px;
  background-color: #636363;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
  font-weight: 400;
}

#wrap #contentArea #container.cs .input-form table tbody td .textarea-box textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  height: 195px;
  line-height: 34px;
  padding-left: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

#wrap #contentArea #container.cs .input-form table tbody td .textarea-box textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
  line-height: 34px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .input-form table tbody td .textarea-box textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  line-height: 34px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .input-form table tbody td .textarea-box textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  line-height: 34px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .input-form table tbody td .textarea-box textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  line-height: 34px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .input-form table tbody td .info-txt {
  padding: 6px 0 0;
  margin-bottom: -4px;
  font-size: 16px;
  line-height: 24px;
  color: #636363;
}

#wrap #contentArea #container.cs .input-form table tbody td .input-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#wrap #contentArea #container.cs .input-form table tbody td .input-box .inp-txt {
  font-size: 16px;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  height: 45px;
  padding: 12px 0;
  line-height: 19px;
  text-indent: 14px;
  width: 100%;
  box-sizing: border-box;
}

#wrap #contentArea #container.cs .input-form table tbody td .input-box .inp-txt::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
  line-height: 19px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .input-form table tbody td .input-box .inp-txt::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  line-height: 19px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .input-form table tbody td .input-box .inp-txt:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  line-height: 19px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .input-form table tbody td .input-box .inp-txt:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  line-height: 19px;
  font-size: 16px;
}

#wrap #contentArea #container.cs .input-form table tbody td .input-box .inp-txt:readonly {
  -webkit-opacity: 1;
}

#wrap #contentArea #container.cs .input-form table tbody td .select-box {
  width: 100%;
}

#wrap #contentArea #container.cs .input-form table tbody td .select-box .val-box .val {
  padding-left: 14px;
}

#wrap #contentArea #container.cs .input-form table tbody td .select-box .select-lists li .btn {
  padding-left: 14px;
}

#wrap #contentArea #container.cs .input-form table tbody td .txt {
  font-size: 16px;
  color: #636363;
  line-height: 45px;
  vertical-align: top;
}

#wrap #contentArea #container.cs .input-form table tbody td .btn-search {
  margin-left: 5px;
  width: 102px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  background-color: #636363;
  font-size: 14px;
  font-weight: 300;
}

#wrap #contentArea #container.cs .input-form table tbody td .btn-gray-color {
  margin-left: 5px;
  width: 102px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  background-color: #636363;
  font-size: 14px;
  font-weight: 300;
}

#wrap #contentArea #container .yega-info-list {
  /* table 영역 */
}

#wrap #contentArea #container .yega-info-list .board-list {
  margin-top: 50px;
  padding: 0 15px;
}

#wrap #contentArea #container .yega-info-list .board-list table {
  display: block;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody {
  display: block;
  border-top: 1px solid #d6d6d6;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody tr {
  position: relative;
  display: block;
  padding: 25px 0 26px 60px;
  border-bottom: 1px solid #d6d6d6;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody td {
  display: block;
  font-size: 16px;
  color: #636363;
  text-align: left;
  line-height: 26px;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody td.subject a {
  font: 400 20px/30px "Noto Sans KR", sans-serif;
  color: #333;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody td.num {
  position: absolute;
  top: 26px;
  left: 0;
  width: 44px;
  text-align: center;
  font: 300 16px/24px "Noto Sans KR", sans-serif;
  color: #636363;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody td.date {
  margin-top: 7px;
  font: 300 16px/24px "Noto Sans KR", sans-serif;
  color: #636363;
}

#wrap #contentArea #container .yega-info-view .head-box {
  text-align: center;
}

#wrap #contentArea #container .yega-info-view .head-box .tit {
  margin-top: 35px;
  position: relative;
  font-family: "NanumSquareR", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #333;
  line-height: 30px;
}

#wrap #contentArea #container .yega-info-view .head-box .tit:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  width: 21px;
  margin-left: -10px;
  height: 1px;
  background-color: #333333;
}

#wrap #contentArea #container .yega-info-view .head-box .date {
  display: block;
  margin-top: 41px;
  font: 300 16px/24px "Noto Sans KR", sans-serif;
  color: #636363;
}

#wrap #contentArea #container .yega-info-view .cont-box {
  margin-top: 36px;
}

#wrap #contentArea #container .yega-info-view .cont-box .txt-area .txt-box {
  padding: 35px 15px 0;
  font: 300 16px/26px "Noto Sans KR", sans-serif;
  color: #636363;
}

#wrap #contentArea #container .yega-info-view .cont-box .btn-area {
  padding: 35px 15px 0;
}

#wrap #contentArea #container .yega-info-view .cont-box .btn-area .btn-download {
  position: relative;
  line-height: 26px;
  color: #333;
  font-size: 16px;
  padding-left: 35px;
}

#wrap #contentArea #container .yega-info-view .cont-box .btn-area .btn-download .icon {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -94px -490px;
  width: 26px;
  height: 26px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap #contentArea #container .yega-info-view .cont-box .btn-area .btn-download .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap #contentArea #container .yega-info-view .form-btn-area {
  padding: 0 15px;
}

#wrap #contentArea #container .search-area-type {
  position: relative;
  padding: 0 15px;
}

#wrap #contentArea #container .search-area-type .total-txt {
  font: 400 16px/24px "Noto Sans KR", sans-serif;
  color: #636363;
  text-align: center;
}

#wrap #contentArea #container .search-area-type .total-txt .name {
  color: #333;
}

#wrap #contentArea #container .search-area-type .total-txt .num {
  color: #dc0022;
}

#wrap #contentArea #container .search-area-type .search-box .tit {
  line-height: 41px;
  font-size: 20px;
  color: #333;
  margin-right: 20px;
}

#wrap #contentArea #container .search-area-type .search-box .select-box {
  margin-top: 21px;
}

#wrap #contentArea #container .search-area-type .search-box .input-box {
  position: relative;
  background-color: #787878;
  overflow: hidden;
  padding-right: 56px;
  margin-top: 10px;
}

#wrap #contentArea #container .search-area-type .search-box .input-box input[type="text"] {
  width: 100%;
  color: #fff;
  font-size: 17px;
  line-height: 45px;
  text-indent: 18px;
  height: 45px;
  vertical-align: top;
  padding: 0;
}

#wrap #contentArea #container .search-area-type .search-box .input-box input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a8a8a8;
  line-height: 45px;
  font-size: 17px;
}

#wrap #contentArea #container .search-area-type .search-box .input-box input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #a8a8a8;
  line-height: 45px;
  font-size: 17px;
}

#wrap #contentArea #container .search-area-type .search-box .input-box input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #a8a8a8;
  line-height: 45px;
  font-size: 17px;
}

#wrap #contentArea #container .search-area-type .search-box .input-box input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #a8a8a8;
  line-height: 45px;
  font-size: 17px;
}

#wrap #contentArea #container .search-area-type .search-box .input-box .btn-search {
  position: absolute;
  top: 0;
  right: 0;
}

#wrap #contentArea #container .search-area-type .search-box .input-box .btn-search:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 25px;
  background-color: #a8a8a8;
}

#wrap #contentArea #container .search-area-type .search-box .input-box .btn-search .icon {
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -129px -412px;
  width: 46px;
  height: 46px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap #contentArea #container .search-area-type .search-box .input-box .btn-search .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap #contentArea #container .select-box {
  position: relative;
  height: 45px;
  box-sizing: border-box;
}

#wrap #contentArea #container .select-box.type01 .val-box .val {
  padding-left: 19px;
  color: #fff;
  line-height: 45px;
  background-color: #787878;
  text-align: left;
  font-weight: 300;
}

#wrap #contentArea #container .select-box.type01 .val-box .icon {
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -469px -490px;
  width: 15px;
  height: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap #contentArea #container .select-box.type01 .val-box .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap #contentArea #container .select-box.type01 .select-lists {
  border: 1px solid #787878;
}

#wrap #contentArea #container .select-box.type01 .select-lists li .btn {
  color: #636363;
}

#wrap #contentArea #container .select-box.type02 .val-box {
  border: 1px solid #e5e5e5;
}

#wrap #contentArea #container .select-box.type02 .val-box .val {
  padding-left: 19px;
  color: #777777;
  background-color: #f7f7f7;
}

#wrap #contentArea #container .select-box.type02 .val-box .icon {
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -499px -490px;
  width: 15px;
  height: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap #contentArea #container .select-box.type02 .val-box .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap #contentArea #container .select-box.type02 .select-lists {
  border: 1px solid #d6d6d6;
}

#wrap #contentArea #container .select-box.type02 .select-lists li .btn {
  color: #636363;
}

#wrap #contentArea #container .select-box.type03 .val-box .val {
  color: #fff;
  line-height: 45px;
  background-color: #dc0022;
  text-align: center;
}

#wrap #contentArea #container .select-box.type03 .val-box .icon {
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -409px -490px;
  width: 15px;
  height: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap #contentArea #container .select-box.type03 .val-box .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap #contentArea #container .select-box.type03 .select-lists {
  border: 1px solid #dc0022;
}

#wrap #contentArea #container .select-box.type03 .select-lists li .btn {
  color: #636363;
}

#wrap #contentArea #container .select-box.type04 .val-box .val {
  color: #fff;
  line-height: 45px;
  background-color: #9e9282;
  text-align: center;
}

#wrap #contentArea #container .select-box.type04 .val-box .icon {
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -439px -490px;
  width: 15px;
  height: 8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap #contentArea #container .select-box.type04 .val-box .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap #contentArea #container .select-box.type04 .select-lists {
  border: 1px solid #9e9282;
}

#wrap #contentArea #container .select-box.type04 .select-lists li .btn {
  color: #636363;
}

#wrap #contentArea #container .select-box.on .val-box .icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#wrap #contentArea #container .select-box .val-box {
  position: relative;
}

#wrap #contentArea #container .select-box .val-box .val {
  display: block;
  font-size: 16px;
  line-height: 43px;
  font-weight: 300;
}

#wrap #contentArea #container .select-box .val-box .btn-select-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrap #contentArea #container .select-box .val-box .icon {
  position: absolute;
  top: 18px;
  right: 17px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

#wrap #contentArea #container .select-box .select-lists {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  display: none;
  background-color: #fff;
  z-index: 1;
  max-height: 228px;
  overflow-y: auto;
  border: 1px solid #787878;
  border-top: none;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

#wrap #contentArea #container .select-box .select-lists li .btn {
  display: block;
  color: #636363;
  padding-left: 19px;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

#wrap #location {
  padding: 18px 15px;
  background-color: #9e9282;
  height: 50px;
  box-sizing: border-box;
}

#wrap #location .inner-location {
  height: 13px;
}

#wrap #location .home {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 1px;
  background: url(../../images/template/location_home.gif) no-repeat 50% 50%;
  vertical-align: top;
  background-size: 100%;
}

#wrap #location .one-depth {
  position: relative;
  padding-left: 17px;
  font-size: 13px;
  color: #fff;
  margin-left: 7px;
  display: inline-block;
  line-height: 13px;
  vertical-align: top;
}

#wrap #location .one-depth:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 7px;
  height: 11px;
  background: url(../../images/template/location_arrow.gif) no-repeat 0 0;
  background-size: 100%;
}

#wrap #location .two-depth {
  position: relative;
  padding-left: 17px;
  font-size: 13px;
  color: #fff;
  margin-left: 7px;
  display: inline-block;
  line-height: 13px;
  vertical-align: top;
}

#wrap #location .two-depth:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 7px;
  height: 11px;
  background: url(../../images/template/location_arrow.gif) no-repeat 0 0;
  background-size: 100%;
}

#wrap .spot-area {
  margin-top: 50px;
  background: url(../../images/template/bg_spot_preparing.jpg) no-repeat 50% 50%;
  height: 160px;
  text-align: center;
  background-size: cover;
  /* 비쥬얼 영역 */
}

#wrap .spot-area.Atype {
  background-image: url(../../images/template/bg_atype.jpg);
}

#wrap .spot-area .tit {
  display: block;
  padding-top: 70px;
  font-family: "NanumSquareR", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  letter-spacing: 14px;
}

#wrap .paging {
  text-align: center;
  margin-top: 40px;
}

#wrap .paging a {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 31px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  color: #777777;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  box-sizing: border-box;
}

#wrap .paging .first .icon {
  margin-top: 10px;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -355px -490px;
  width: 12px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap .paging .first .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap .paging .prev .icon {
  margin-top: 10px;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -262px -218px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap .paging .prev .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap .paging .next .icon {
  margin-top: 10px;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -262px -192px;
  width: 7px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap .paging .next .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap .paging .last .icon {
  margin-top: 10px;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -382px -490px;
  width: 12px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap .paging .last .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap .paging .page_navi {
  display: inline-block;
  padding: 0 5px;
}

#wrap .paging .page_navi li {
  display: inline-block;
  padding: 0 1px;
}

#wrap .paging .page_navi li.on a {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
  font-weight: 400;
}

#wrap .form-btn-area {
  display: block;
  margin: 40px auto 0;
  text-align: center;
  vertical-align: top;
}

#wrap .form-btn-area .btn-list-back {
  margin-top: 25px;
  position: relative;
  display: block;
  line-height: 43px;
  text-align: center;
  color: #9e9282;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #9e9282;
}

#wrap .form-btn-area .btn-list-back .icon {
  position: absolute;
  top: 18px;
  left: 15px;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -443px -387px;
  width: 27px;
  height: 7px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap .form-btn-area .btn-list-back .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap .form-btn-area .left-box {
  float: left;
}

#wrap .form-btn-area .left-box > * {
  margin-right: 7px;
}

#wrap .form-btn-area .first-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
}

#wrap .form-btn-area .first-box > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}

#wrap .form-btn-area .first-box > *:first-child {
  margin-left: 0;
}

#wrap .form-btn-area .first-box .btn-list-next {
  position: relative;
  display: inline-block;
  padding: 0 27px 0 0;
  border: 1px solid #aeaeae;
  line-height: 36px;
  color: #333;
  font-weight: 400;
}

#wrap .form-btn-area .first-box .btn-list-next .icon {
  position: absolute;
  top: 13px;
  right: 50%;
  margin-right: -27px;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: 0px -544px;
  width: 6px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap .form-btn-area .first-box .btn-list-next .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap .form-btn-area .first-box .btn-list-prev {
  position: relative;
  display: inline-block;
  padding: 0 0 0 27px;
  border: 1px solid #aeaeae;
  line-height: 36px;
  color: #333;
  font-weight: 400;
}

#wrap .form-btn-area .first-box .btn-list-prev .icon {
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -27px;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -339px -271px;
  width: 6px;
  height: 11px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap .form-btn-area .first-box .btn-list-prev .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap .form-btn-area .second-box {
  margin-top: 25px;
  border-top: 1px solid #d6d6d6;
}

#wrap .form-btn-area .second-box .btn-write {
  margin-top: 15px;
}

#wrap .form-btn-area .btn-cancle {
  display: block;
  border: 1px solid #aeaeae;
  line-height: 43px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 300;
}

#wrap .form-btn-area .btn-write {
  display: block;
  line-height: 45px;
  text-align: center;
  background-color: #9e9282;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

#wrap .navi-lists {
  position: relative;
  height: 49px;
  margin: 37px auto -9px;
}

#wrap .navi-lists:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-color: #d6d6d6;
}

#wrap .navi-lists.leg02 {
  text-align: center;
}

#wrap .navi-lists.leg02.list01 ul {
  background: #fff url(https://apt.ssyenc.com/apt/mobile/images/common/navi_lists02_01.png) no-repeat 50% 0;
  background-size: 256px;
}

#wrap .navi-lists.leg02.list02 ul {
  background: #fff url(https://apt.ssyenc.com/apt/mobile/images/common/navi_lists02_02.png) no-repeat 50% 0;
  background-size: 256px;
}

#wrap .navi-lists ul {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 256px;
  margin: 0 auto;
  padding: 0 10px;
  height: 49px;
}

#wrap .navi-lists ul li {
  width: 106px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 16px;
}

#wrap .navi-lists ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

#wrap .navi-lists ul li a span {
  display: block;
}

#wrap .t-head-box {
  margin-top: 40px;
  padding-bottom: 10px;
}

#wrap .t-head-box .t-tit {
  display: block;
  margin-top: 45px;
  font: 400 20px/30px "Noto Sans KR", sans-serif;
  color: #333;
  text-align: left;
}

#wrap .t-head-box .t-tit02 {
  display: block;
  margin-top: 45px;
  font: 400 20px/30px "Noto Sans KR", sans-serif;
  color: #333;
  text-align: left;
}

#wrap .t-head-box .t-info {
  float: right;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: -25px;
}

#wrap .t-head-box .t-info .star {
  position: absolute;
  margin: 4px 0 0 -10px;
  color: #dc0022;
}

#wrap .t-head-box .t-info02 {
  margin-top: 6px;
  display: block;
  font: 300 16px/24px "Noto Sans KR", sans-serif;
  color: #636363;
  text-align: left;
  width: 100%;
}

#wrap .t-head-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
}

#wrap .t-head-tab li {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

#wrap .t-head-tab li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #d6d6d6;
}

#wrap .t-head-tab li:first-child:before {
  display: none;
}

#wrap .t-head-tab li.on .btn {
  color: #dc0022;
}

#wrap .t-head-tab li.on .btn span {
  padding-left: 0;
}

#wrap .t-head-tab li.on .btn .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

#wrap .t-head-tab li .btn {
  position: relative;
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  color: #636363;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  width: 100%;
}

#wrap .t-head-tab li .btn span {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

#wrap .t-head-tab li .btn .icon {
  position: absolute;
  top: 15px;
  right: 0;
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -529px -490px;
  width: 13px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrap .t-head-tab li .btn .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#wrap .input-form {
  border-top: 1px solid #a8a8a8;
}

#wrap .input-form table {
  display: block;
}

#wrap .input-form table tbody {
  display: block;
}

#wrap .input-form table tbody tr {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #d6d6d6;
}

#wrap .input-form table tbody th {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

#wrap .input-form table tbody th .star {
  position: absolute;
  margin: 4px 0 0 6px;
  color: #dc0022;
}

#wrap .input-form table tbody td {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #636363;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

#wrap .input-form table tbody td.td-radio {
  vertical-align: middle;
  margin-top: -4px;
}

#wrap .input-form table tbody td.td-radio .inp-radio {
  margin: 14px 27px 0 0;
}

#wrap .input-form table tbody td.td-radio .inp-radio:first-child {
  margin-left: 0;
}

#wrap .input-form table tbody td.td-birthday, #wrap .input-form table tbody td.td-phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
}

#wrap .input-form table tbody td.td-birthday > *:nth-of-type(2), #wrap .input-form table tbody td.td-phone > *:nth-of-type(2) {
  margin: 0 7px;
}

#wrap .input-form table tbody td.td-birthday .input-box, #wrap .input-form table tbody td.td-phone .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap .input-form table tbody td.td-birthday .select-box, #wrap .input-form table tbody td.td-phone .select-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap .input-form table tbody td.td-id .td-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  margin-top: 5px;
}

#wrap .input-form table tbody td.td-id .td-box:first-child {
  margin-top: 0;
}

#wrap .input-form table tbody td.td-id .td-box .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap .input-form table tbody td.td-id .td-box .txt {
  width: 35px;
  text-align: center;
}

#wrap .input-form table tbody td.td-txt {
  margin-top: 6px;
}

#wrap .input-form table tbody td.td-txt .txt {
  padding: 0;
  font: 300 16px/24px "Noto Sans KR", sans-serif;
  color: #636363;
}

#wrap .input-form table tbody td.td-email .td-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  margin-top: 5px;
}

#wrap .input-form table tbody td.td-email .td-box:first-child {
  margin-top: 0;
}

#wrap .input-form table tbody td.td-email .td-box .txt {
  width: 35px;
  text-align: center;
}

#wrap .input-form table tbody td.td-address .td-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  margin-top: 5px;
}

#wrap .input-form table tbody td.td-address .td-box:first-child {
  margin-top: 0;
}

#wrap .input-form table tbody td.td-address .td-box .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap .input-form table tbody td.td-ap .td-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  margin-top: 5px;
}

#wrap .input-form table tbody td.td-ap .td-box:first-child {
  margin-top: 0;
}

#wrap .input-form table tbody td.td-ap .td-box .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap .input-form table tbody td.td-ap .td-box .s-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
  width: 50%;
}

#wrap .input-form table tbody td.td-ap .td-box .s-box .txt {
  padding: 0 10px 0 5px;
}

#wrap .input-form table tbody td .file-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: stretch;
  flex-wrap: stretch;
}

#wrap .input-form table tbody td .file-box .hidden-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#wrap .input-form table tbody td .file-box .hidden-box input[type="file"] {
  opacity: 0;
  filter: alpha(opacity=0);
}

#wrap .input-form table tbody td .file-box .input-box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrap .input-form table tbody td .file-box .btn-file {
  margin-left: 7px;
  text-align: center;
  line-height: 45px;
  background-color: #636363;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
  font-weight: 400;
}

#wrap .input-form table tbody td .textarea-box textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  height: 195px;
  line-height: 34px;
  padding-left: 10px;
  box-sizing: border-box;
  vertical-align: top;
}

#wrap .input-form table tbody td .textarea-box textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
  line-height: 34px;
  font-size: 16px;
}

#wrap .input-form table tbody td .textarea-box textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  line-height: 34px;
  font-size: 16px;
}

#wrap .input-form table tbody td .textarea-box textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  line-height: 34px;
  font-size: 16px;
}

#wrap .input-form table tbody td .textarea-box textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  line-height: 34px;
  font-size: 16px;
}

#wrap .input-form table tbody td .info-txt {
  padding: 6px 0 0;
  margin-bottom: -4px;
  font-size: 16px;
  line-height: 24px;
  color: #636363;
}

#wrap .input-form table tbody td .input-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#wrap .input-form table tbody td .input-box .inp-txt {
  font-size: 16px;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  height: 45px;
  padding: 12px 0;
  line-height: 19px;
  text-indent: 14px;
  width: 100%;
  box-sizing: border-box;
}

#wrap .input-form table tbody td .input-box .inp-txt::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
  line-height: 19px;
  font-size: 16px;
}

#wrap .input-form table tbody td .input-box .inp-txt::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
  line-height: 19px;
  font-size: 16px;
}

#wrap .input-form table tbody td .input-box .inp-txt:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
  line-height: 19px;
  font-size: 16px;
}

#wrap .input-form table tbody td .input-box .inp-txt:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
  line-height: 19px;
  font-size: 16px;
}

#wrap .input-form table tbody td .input-box .inp-txt:readonly {
  -webkit-opacity: 1;
}

#wrap .input-form table tbody td .select-box {
  width: 100%;
}

#wrap .input-form table tbody td .select-box .val-box .val {
  padding-left: 14px;
}

#wrap .input-form table tbody td .select-box .select-lists li .btn {
  padding-left: 14px;
}

#wrap .input-form table tbody td .txt {
  font-size: 16px;
  color: #636363;
  line-height: 45px;
  vertical-align: top;
}

#wrap .input-form table tbody td .btn-search {
  margin-left: 5px;
  width: 102px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  background-color: #636363;
  font-size: 14px;
  font-weight: 300;
}

#wrap .input-form table tbody td .btn-gray-color {
  margin-left: 5px;
  width: 102px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  background-color: #636363;
  font-size: 14px;
  font-weight: 300;
}

#wrap .input-form-row {
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 0;
}

#wrap .input-form-row table tbody th {
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 30px;
  font-weight: 400;
  vertical-align: top;
  word-break: break-all;
}

#wrap .input-form-row table tbody th .star {
  position: absolute;
  margin: 4px 0 0 6px;
  color: #dc0022;
}

#wrap .input-form-row table tbody td {
  font-size: 16px;
  color: #636363;
  text-align: left;
  line-height: 30px;
}

body.teaser #wrap #location {
  display: none;
}

body.teaser #wrap .spot-area {
  margin-top: 0px;
}

.top-btn-area {
  position: relative;
  width: 100%;
}

.btn-top-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 30;
}

.btn-top-btn.on {
  position: absolute;
  bottom: -65px;
}

.btn-top-btn .icon {
  background-image: url(../../images/sprite/common%EF%B9%964103602136850.png);
  background-position: -195px -352px;
  width: 32px;
  height: 32px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .btn-top-btn .icon {
    background-image: url(../../images/sprite/common@2x%EF%B9%964103602136850.png);
    background-size: 598px 555px;
  }
}

#popup {
  position: relative;
  padding: 0;
  text-align: center;
}

#popup.rd {
  margin-top: 70px;
}

#popup.rd .head-box .tit {
  font-size: 20px;
  padding: 0 15px;
  color: #333;
  font-weight: 300;
}

#popup.rd .img-box {
  margin-top: 25px;
}

#popup.brand {
  padding: 35px 15px;
}

#popup.brand .head-box .year {
  position: relative;
  display: inline-block;
  font-family: "NanumSquareR", sans-serif;
  font-weight: 400;
  font-size: 23px;
  color: #9e9282;
  vertical-align: top;
}

#popup.brand .head-box .year:before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #a8a8a8;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -12px;
}

#popup.brand .head-box .tit {
  margin-top: 45px;
  font-size: 25px;
  color: #333;
  line-height: 35px;
  font-weight: 300;
}

#popup.brand .img-box {
  margin-top: 35px;
}

#popup.brand .img-box img {
  width: 100%;
}

.img-box img {
  width: 100%;
}

/* button */
.btn-white01 {
  display: inline-block;
  padding: 0 39px;
  border: 1px solid #aeaeae;
  line-height: 48px;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 300;
}

.btn-point01 {
  display: inline-block;
  padding: 0 40px;
  line-height: 50px;
  text-align: center;
  background-color: #dc0022;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.btn-smal-type01 {
  display: inline-block;
  padding: 0 25px;
  border: 1px solid #aeaeae;
  line-height: 42px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 300;
}

.btn-smal-type02 {
  display: inline-block;
  padding: 0 24px;
  line-height: 45px;
  text-align: center;
  background-color: #636363;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.btn-smal-type03 {
  display: inline-block;
  padding: 0 24px;
  line-height: 45px;
  text-align: center;
  background-color: #9e9282;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.header_dimmed {
  z-index: 29;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0, 0, 0, 0.5);
}

/*마커*/
.customoverlay {
  position: relative;
  bottom: 25px;
  left: 96px;
  height: 55px;
  background-color: #dc0023;
}

.customoverlay span {
  display: block;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 20px;
  line-height: 18px;
  padding-right: 18px;
  color: #fff;
  font-weight: 400;
}

.calendar-popup .calendar-top {
  position: relative;
  height: 26px;
  text-align: center;
  padding-bottom: 35px;
}

.calendar-popup .calendar-top .calendar-num {
  display: inline-block;
}

.calendar-popup .calendar-top .calendar-num .date {
  padding: 0 22px;
  font-family: "NanumSquareR", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #333;
}

.calendar-popup .calendar-top .calendar-num .date .year {
  display: inline-block;
  vertical-align: top;
  line-height: 27px;
  font-family: "NanumSquareR", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #333;
}

.calendar-popup .calendar-top .calendar-num .date .month {
  display: inline-block;
  font-weight: 700;
  vertical-align: top;
  line-height: 27px;
}

.calendar-popup .calendar-top .calendar-num .btn {
  vertical-align: top;
  width: 26px;
  height: 26px;
}

.calendar-popup .calendar-top .calendar-num .btn img {
  width: 100%;
}

.calendar-popup .calendar-top .select-box {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 41px;
  box-sizing: border-box;
  text-align: left;
}

.calendar-popup .calendar-top .select-box .val-box .val {
  padding-left: 20px;
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 41px;
  background-color: #999999;
}

.calendar-popup .calendar-top .select-box .val-box .btn-select-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.calendar-popup .calendar-top .select-box .val-box .icon {
  position: absolute;
  top: 17px;
  right: 20px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e2e2e2;
}

.calendar-popup .calendar-top .select-box .select-lists {
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  display: none;
  background-color: #787878;
  z-index: 1;
  max-height: 252px;
  overflow-y: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.calendar-popup .calendar-top .select-box .select-lists li {
  border-top: 1px solid #888888;
}

.calendar-popup .calendar-top .select-box .select-lists li .btn {
  display: block;
  width: 100%;
  color: #fff;
  padding-left: 18px;
  font-size: 16px;
  height: 41px;
  line-height: 41px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  text-align: left;
}

.calendar-popup .calendar-top .select-box .select-lists li .btn:hover {
  background-color: #636363;
}

.calendar-popup table {
  border-bottom: 1px solid #d6d6d6;
}

.calendar-popup table thead th {
  padding: 0 0 20px 15px;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  font-family: "NanumSquareR", sans-serif;
  border-bottom: 2px solid #333;
}

.calendar-popup table thead th.sun {
  color: #dc0022;
  border-bottom: 2px solid #dc0022;
}

.calendar-popup table tbody {
  border-right: 1px solid #d6d6d6;
}

.calendar-popup table tbody td {
  position: relative;
  border-left: 1px solid #d6d6d6;
  padding: 10px 10px;
  border-top: 1px solid #dedede;
  height: 50px;
  text-align: center;
}

.calendar-popup table tbody td span {
  display: inline-block;
  font-size: 16px;
  font-family: "NanumSquareR", sans-serif;
  vertical-align: top;
  text-align: center;
  line-height: 16px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #333;
  font-weight: 700;
}

.calendar-popup table tbody td .icon-box {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
}

.calendar-popup table tbody td .icon-box.point01 span {
  background-color: #9e9282;
}

.calendar-popup table tbody td .icon-box.point02 span {
  background-color: #333333;
}

.calendar-popup table tbody td .icon-box.point03 span {
  background-color: #f37736;
}

.calendar-popup table tbody td .icon-box.point04 span {
  background-color: #dc0022;
}

.calendar-popup table tbody td .icon-box .btn {
  padding: 5px;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}

.calendar-popup table tbody td .icon-box .btn:first-child {
  margin-top: 0;
}

.calendar-popup table tbody td .icon-box .btn span {
  overflow: hidden;
  display: inline-block;
  text-indent: -999px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  vertical-align: top;
}

.calendar-popup table tbody td.sun span {
  color: #dc0022;
}

#innerPopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200;
  opacity: 0;
  filter: alpha(opacity=0);
}

#innerPopup .layer-popup-outer {
  display: table;
  width: 100%;
  height: 100%;
}

#innerPopup .layer-popup-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

#innerPopup .layer-head {
  position: relative;
}

#innerPopup .layer-head .tit {
  padding: 16px;
  font-family: "NanumSquareR", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #9e9282;
}

#innerPopup .layer-head .btn-close {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 13px;
  height: 13px;
  background: url(../../images/template/layer_popup_close.png) no-repeat 0 0;
  background-size: 100%;
  text-indent: -999px;
}

#innerPopup .layer-cont {
  padding: 12px 16px;
  min-height: 100px;
  box-sizing: border-box;
  background-color: #fff;
}

#innerPopup .layer-cont p {
  line-height: 24px;
  color: #636363;
}

#innerPopup .layer-cont .icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  vertical-align: top;
  margin: 7px 10px 0 0;
}

#innerPopup .layer-cont .icon.icon-point01 {
  background-color: #9e9282;
}

#innerPopup .layer-cont .icon.icon-point02 {
  background-color: #333333;
}

#innerPopup .layer-cont .icon.icon-point03 {
  background-color: #f37736;
}

#innerPopup .layer-cont .icon.icon-point04 {
  background-color: #dc0022;
}

.search-area {
  position: relative;
  margin-bottom: 40px;
}

.search-area .select-box {
  margin: 0 90px 10px 0 !important;
}

.search-area .select-box .val-box .val {
  padding: 0 20px;
  text-align: left !important;
}

.search-area .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background-color: #9e9282;
  margin-left: 10px;
  vertical-align: top;
}

.search-area .btn-search span {
  display: inline-block;
  width: 17px;
  height: 18px;
  vertical-align: middle;
}

.search-area .btn-search span img {
  width: 100%;
  height: 100%;
}

.search-area .btn-view {
  text-align: center;
  height: 45px;
  line-height: 43px;
  vertical-align: top;
  width: 100%;
  border: 1px solid #9e9282;
}

.search-area .btn-view span {
  color: #9e9282;
  font-size: 16px;
  line-height: 43px;
  font-weight: 400;
}

/* 개인정보취급방침 */
.terms01 {
  padding-bottom: 50px;
}

.terms01 .head-box {
  text-align: center;
}

.terms01 .head-box .tit {
  margin-top: 25px;
  position: relative;
  font-size: 25px;
  line-height: 35px;
}

.terms01 .head-box .tit:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 21px;
  margin-left: -10px;
  height: 1px;
  background-color: #dc0022;
}

.terms01 .terms-area {
  padding: 41px 15px 0;
  font: 300 16px/26px "Noto Sans KR", sans-serif;
  color: #636363;
}

.terms01 .terms-area strong {
  margin: 12px 0 15px 0;
  display: block;
  font: 400 16px/26px "Noto Sans KR", sans-serif;
  color: #333;
}

/*# sourceMappingURL=map/template.css.map */
