@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;
}

/*-- 블록 설정 색상 start--*/
::-moz-selection {
  background: #a99e8f;
  color: #ffffff;
}

::selection {
  background: #a99e8f;
  color: #ffffff;
}

/*--블록 설정 색상 end--*/
/** * 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/font/gotham/Gotham-Light.woff2) format('woff2'),
	url(https://apt.ssyenc.com/apt/font/gotham/Gotham-Light.woff) format('woff');
}*/
@font-face {
  font-family: 'NanumSquareR';
  font-style: normal;
  font-weight: 400;
  src: url(../../font/NanumSquareR.eot);
  src: url(../../font/NanumSquareR%EF%B9%96.eot#iefix) format("embedded-opentype"), url(../../font/NanumSquareR.woff) format("woff");
  /*
	src: url(https://cdn.rawgit.com/moonspam/NanumSquare/master/NanumSquareR.eot);
	src: url(https://cdn.rawgit.com/moonspam/NanumSquare/master/NanumSquareR.eot?#iefix) format('embedded-opentype'),
	url(https://cdn.rawgit.com/moonspam/NanumSquare/master/NanumSquareR.woff) format('woff'),
	url(https://cdn.rawgit.com/moonspam/NanumSquare/master/NanumSquareR.ttf) format('truetype');
	*/
}

@font-face {
  font-family: 'NanumSquareR';
  font-style: normal;
  font-weight: 700;
  src: url(../../font/NanumSquareB.eot);
  src: url(../../font/NanumSquareB%EF%B9%96.eot#iefix) format("embedded-opentype"), url(../../font/NanumSquareB.woff) format("woff");
  /*
	src: url(https://cdn.rawgit.com/moonspam/NanumSquare/master/NanumSquareB.eot);
	src: url(https://cdn.rawgit.com/moonspam/NanumSquare/master/NanumSquareB.eot?#iefix) format('embedded-opentype'),
	url(https://cdn.rawgit.com/moonspam/NanumSquare/master/NanumSquareB.woff) format('woff'),
	url(https://cdn.rawgit.com/moonspam/NanumSquare/master/NanumSquareB.ttf) format('truetype');
	*/
}

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;
}

button:focus, button:active {
  padding: 0;
}

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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: 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: 16px;
  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: 16px;
  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: 32px;
  color: #636363;
  line-height: 23px;
  -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%964103601707209.png);
  background-position: -731px 0px;
  width: 23px;
  height: 23px;
}

.inp-radio .radio-txt .icon-radio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -731px -38px;
  width: 23px;
  height: 23px;
  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;
}

.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: 21px;
  height: 22px;
  z-index: -1;
}

.inp-check .check-txt {
  position: relative;
  display: block;
  text-align: left;
  color: #636363;
  line-height: 22px;
  -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-check .check-txt .icon-check {
  overflow: hidden;
  position: absolute;
  width: 23px;
  height: 23px;
  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;
}

.inp-check .check-txt .icon-check:before {
  content: "";
  display: block;
  width: 19px;
  height: 20px;
  -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-color: #f7f7f7;
  border: 1px solid #e5e5e5;
}

.inp-check .check-txt .icon-check:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -731px -76px;
  width: 21px;
  height: 22px;
  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;
}

.inp-check input[type="checkbox"]:checked + .check-txt .icon-check:after {
  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: 31px;
  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
*/
body {
  overflow-y: scroll;
}

/* 타이틀 */
/* point */
.point01 {
  color: #dc0022 !important;
}

.point02 {
  color: #f37736 !important;
}

.point03 {
  color: #9e9282 !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, #wrap .inner-a #header .outer .inner #gnb h2, #wrap .inner-b #header .outer .inner .left-area #gnb h2, #wrap .inner-c #header .outer .inner #gnb h2, #wrap .inner-d #header .outer .inner #gnb h2 {
  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;
}

#wrap {
  min-width: 980px;
  overflow: hidden;
}

#wrap .inner-a, #wrap .inner-b, #wrap .inner-c, #wrap .inner-d {
  display: none;
}

#wrap.A-type .inner-a {
  display: block;
}

#wrap.A-type #content {
  width: 980px;
  margin: 0 auto;
  padding-top: 60px;
}

#wrap.B-type {
  position: relative;
  min-width: 1220px;
  background: url(../../images/template/bg_b_content.gif) no-repeat 50% 100%;
}

#wrap.B-type .inner-b {
  display: block;
}

#wrap.B-type #content {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 0 240px;
  min-height: 450px;
}

#wrap.B-type .main #content {
  overflow: hidden;
  margin-bottom: -150px;
  background-color: #9e9282;
}

#wrap.C-type .inner-c {
  display: block;
}

#wrap.C-type #content {
  width: 980px;
  margin: 0 auto;
  padding-top: 60px;
}

#wrap.C-type .main #content {
  margin-bottom: -150px;
}

#wrap.D-type .inner-d {
  display: block;
}

#wrap.D-type #content {
  width: 980px;
  margin: 0 auto;
  padding-top: 60px;
}

#wrap .inner-a {
  /* 해더 */
}

#wrap .inner-a #header .outer {
  position: relative;
  /* max-width:1600px; */
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

#wrap .inner-a #header .outer .inner #logo {
  position: absolute;
  top: 25px;
  left: 0px;
}

#wrap .inner-a #header .outer .inner #gnb {
  display: inline-block;
  width: 980px;
  vertical-align: top;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li {
  display: inline-block;
  vertical-align: top;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li.on > a {
  color: #dc0022;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li.on .two-depth {
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
}

#wrap .inner-a #header .outer .inner #gnb > ul > li.on .two-depth ul li.on a {
  color: #dc0022;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li.on .two-depth ul li.on a span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#wrap .inner-a #header .outer .inner #gnb > ul > li > a {
  display: block;
  padding: 0 20px 0 17px;
  font-size: 18px;
  line-height: 41px;
  font-weight: 400;
  color: #333;
  box-sizing: border-box;
  height: 41px;
  margin: 25px 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;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li > a:hover {
  color: #dc0022;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li .two-depth {
  display: block;
  position: absolute;
  top: 91px;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #f7f7f7;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li .two-depth:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -800px;
  display: block;
  width: 1600px;
  height: 100%;
  background-color: #f7f7f7;
  text-indent: -9999px;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li .two-depth ul {
  display: inline-block;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li .two-depth ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li .two-depth ul li a {
  display: block;
  padding: 0 20px 0 17px;
  font-size: 15px;
  line-height: 25px;
  color: #636363;
  height: 25px;
  box-sizing: border-box;
  font-weight: 400;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li .two-depth ul li a:hover {
  color: #dc0022;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li .two-depth ul li a:hover span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#wrap .inner-a #header .outer .inner #gnb > ul > li .two-depth ul li a span {
  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;
}

#wrap .inner-a #header .outer .inner #gnb > ul > li .two-depth ul li a span:before {
  content: "";
  -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-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #dc0022;
}

#wrap .inner-a #header .outer .inner .number {
  position: absolute;
  top: 39px;
  right: 0px;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-size: 20px;
  line-height: .8;
  font-weight: 700;
  color: #9e9282;
}

#wrap .inner-a #footer {
  margin-top: 150px;
}

#wrap .inner-a #footer .footer-info-area {
  background-color: #9e9282;
  height: 67px;
  text-align: center;
}

#wrap .inner-a #footer .footer-info-area .info-inner {
  /* max-width:1600px; */
  max-width: 980px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

#wrap .inner-a #footer .footer-info-area .info-inner .txt {
  float: left;
  font-size: 16px;
  line-height: 67px;
  color: #fff;
}

#wrap .inner-a #footer .footer-info-area .info-inner .number {
  position: relative;
  float: right;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-size: 20px;
  line-height: 67px;
  font-weight: 700;
  color: #fff;
}

#wrap .inner-a #footer .footer-info-area .info-inner .number:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -100px;
  width: 80px;
  height: 2px;
  background-color: #fff;
}

#wrap .inner-a #footer .outer {
  background-color: #2a2a2a;
  padding: 50px 0;
  text-align: center;
}

#wrap .inner-a #footer .outer .inner .terms-box .terms-btn {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 27px;
}

#wrap .inner-a #footer .outer .inner .info-box {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 27px;
  margin-top: 25px;
}

#wrap .inner-a #footer .outer .inner .info-box address {
  display: block;
}

#wrap .inner-a #footer .outer .inner .info-box .tel {
  display: inline-block;
  vertical-align: top;
}

#wrap .inner-a #footer .outer .inner .info-box .fax {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
}

#wrap .inner-a #footer .outer .inner .info-box .license {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
}

#wrap .inner-a #footer .outer .inner .copyright {
  display: block;
  margin-top: 17px;
  font-size: 16px;
  color: #a5a5a5;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
}

#wrap .inner-b {
  /* 해더 */
  /* 푸터 */
}

#wrap .inner-b #header .outer {
  position: relative;
}

#wrap .inner-b #header .outer .inner .top-area {
  height: 100px;
  background-color: #fbfbfb;
  width: 100%;
}

#wrap .inner-b #header .outer .inner .top-area .top-area-inner {
  position: relative;
  width: 1220px;
  margin: 0 auto;
}

#wrap .inner-b #header .outer .inner .top-area .top-area-inner #logo {
  position: absolute;
  top: 30px;
  left: 0;
}

#wrap .inner-b #header .outer .inner .top-area .top-area-inner .question-box {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 58px;
  height: 42px;
  padding-right: 440px;
  background: url(../../images/template/header_question_b.jpg) no-repeat 100% 100%;
}

#wrap .inner-b #header .outer .inner .top-area .top-area-inner .question-box .txt {
  display: inline-block;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #636363;
  line-height: 22px;
  vertical-align: top;
}

#wrap .inner-b #header .outer .inner .top-area .top-area-inner .question-box .number {
  display: inline-block;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #333;
  line-height: 22px;
  font-weight: 700;
  vertical-align: top;
  margin-left: 7px;
}

#wrap .inner-b #header .outer .inner .left-area {
  width: 160px;
  padding-right: 20px;
  position: absolute;
  top: 135px;
  left: 50%;
  margin-left: -610px;
}

#wrap .inner-b #header .outer .inner .left-area #gnb {
  min-height: 412px;
  padding-bottom: 25px;
}

#wrap .inner-b #header .outer .inner .left-area #gnb > ul > li.on > a, #wrap .inner-b #header .outer .inner .left-area #gnb > ul > li.active > a {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

#wrap .inner-b #header .outer .inner .left-area #gnb > ul > li.on .two-depth ul li.on a, #wrap .inner-b #header .outer .inner .left-area #gnb > ul > li.active .two-depth ul li.on a {
  color: #fff !important;
}

#wrap .inner-b #header .outer .inner .left-area #gnb > ul > li > a {
  display: block;
  font-size: 18px;
  line-height: 47px;
  font-weight: 400;
  box-sizing: border-box;
  height: 47px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  color: #fff;
  border-bottom: 1px solid #bbb3a8;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#wrap .inner-b #header .outer .inner .left-area #gnb > ul > li > a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#wrap .inner-b #header .outer .inner .left-area #gnb > ul > li .two-depth {
  display: none;
  padding: 8px 0;
  border-bottom: 1px solid #bbb3a8;
}

#wrap .inner-b #header .outer .inner .left-area #gnb > ul > li .two-depth ul li a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #d6d4d1;
  height: 30px;
  box-sizing: border-box;
  font-weight: 400;
  -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 .inner-b #header .outer .inner .left-area #gnb > ul > li .two-depth ul li a:hover {
  color: #fff;
}

#wrap .inner-b #header .outer .inner .left-area #gnb > ul > li .two-depth ul li a:hover span:before {
  background-color: #fff;
}

#wrap .inner-b #header .outer .inner .left-area #gnb > ul > li .two-depth ul li a span {
  position: relative;
  padding-left: 12px;
}

#wrap .inner-b #header .outer .inner .left-area #gnb > ul > li .two-depth ul li a span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 1px;
  background-color: #d6d4d1;
  -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 .inner-b #header .outer .inner .left-area .info-inner .btn-wirte {
  display: inline-block;
  background-color: #847868;
  text-align: center;
  width: 100%;
  padding: 8px 0;
}

#wrap .inner-b #header .outer .inner .left-area .info-inner .btn-wirte .icon {
  display: inline-block;
  width: 20px;
  height: 13px;
  margin-top: 7px;
  background: url(../../images/template/icon_b_write.gif) no-repeat 0 0;
  margin-right: 7px;
}

#wrap .inner-b #header .outer .inner .left-area .info-inner .btn-wirte span {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

#wrap .inner-b #header .outer .inner .left-area .info-inner .txt {
  margin-top: 26px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

#wrap .inner-b #header .outer .inner .left-area .info-inner .txt strong {
  display: block;
}

#wrap .inner-b #header .outer .inner .left-area .info-inner .number {
  position: relative;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  font-family: 700;
  line-height: .8;
  padding-top: 26px;
  margin-top: 25px;
}

#wrap .inner-b #header .outer .inner .left-area .info-inner .number:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

#wrap .inner-b #header .outer .inner .left-area .info-inner .copyright {
  margin-top: 36px;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #d6d4d1;
  line-height: 22px;
}

#wrap .inner-b #footer {
  padding: 18px 0 17px 240px;
  width: 980px;
  margin: 150px auto 0;
  overflow: hidden;
}

#wrap .inner-b #footer .logo {
  float: left;
}

#wrap .inner-b #footer .info-box {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 27px;
  padding-left: 150px;
  margin-top: -5px;
}

#wrap .inner-b #footer .info-box .terms-box .terms-btn {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 27px;
}

#wrap .inner-b #footer .info-box address {
  display: inline-block;
}

#wrap .inner-b #footer .info-box .tel {
  display: inline-block;
  vertical-align: top;
}

#wrap .inner-b #footer .info-box .fax {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
}

#wrap .inner-b #footer .info-box .license {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
}

#wrap .inner-b #footer .copyright {
  display: block;
  margin-top: 17px;
  font-size: 16px;
  color: #a5a5a5;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
}

#wrap .inner-c {
  /* 해더 */
  /* 푸터 */
}

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

#wrap .inner-c #header .outer .inner {
  position: relative;
}

#wrap .inner-c #header .outer .inner #logo {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -490px;
}

#wrap .inner-c #header .outer .inner #gnb {
  display: inline-block;
  width: 980px;
  vertical-align: top;
  margin: 0 auto;
}

#wrap .inner-c #header .outer .inner #gnb > ul > li {
  display: inline-block;
  vertical-align: top;
}

#wrap .inner-c #header .outer .inner #gnb > ul > li.on > a, #wrap .inner-c #header .outer .inner #gnb > ul > li.active > a {
  color: #333;
}

#wrap .inner-c #header .outer .inner #gnb > ul > li.on .two-depth ul li.on a span:before, #wrap .inner-c #header .outer .inner #gnb > ul > li.active .two-depth ul li.on a span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#wrap .inner-c #header .outer .inner #gnb > ul > li > a {
  display: block;
  padding: 0 14px 0 17px;
  font-size: 20px;
  line-height: 43px;
  font-weight: 400;
  color: #777777;
  box-sizing: border-box;
  height: 43px;
  margin: 35px 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;
}

#wrap .inner-c #header .outer .inner #gnb > ul > li > a:hover {
  color: #333;
}

#wrap .inner-c #header .outer .inner #gnb > ul > li .two-depth {
  display: block;
  position: absolute;
  top: 113px;
  left: 0;
  width: 100%;
  height: 57px;
  background-color: #9e9282;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}

#wrap .inner-c #header .outer .inner #gnb > ul > li .two-depth ul {
  display: inline-block;
}

#wrap .inner-c #header .outer .inner #gnb > ul > li .two-depth ul li {
  display: inline-block;
  vertical-align: top;
  padding: 16px 0;
}

#wrap .inner-c #header .outer .inner #gnb > ul > li .two-depth ul li a {
  display: block;
  padding: 0 20px 0 17px;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  height: 25px;
  box-sizing: border-box;
  font-weight: 400;
}

#wrap .inner-c #header .outer .inner #gnb > ul > li .two-depth ul li a:hover span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#wrap .inner-c #header .outer .inner #gnb > ul > li .two-depth ul li a span {
  display: inline-block;
  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;
  vertical-align: top;
}

#wrap .inner-c #header .outer .inner #gnb > ul > li .two-depth ul li a span:before {
  content: "";
  -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-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}

#wrap .inner-c #header .outer .inner .number {
  position: absolute;
  top: 49px;
  right: 50%;
  margin-right: -490px;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-size: 20px;
  line-height: .8;
  font-weight: 700;
  color: #9e9282;
}

#wrap .inner-c #footer {
  margin-top: 150px;
}

#wrap .inner-c #footer .outer {
  background-color: #2a2a2a;
  padding: 45px 0;
  text-align: center;
}

#wrap .inner-c #footer .outer .inner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

#wrap .inner-c #footer .outer .inner .footer-info-area {
  position: absolute;
  top: 5px;
  right: 0;
  text-align: right;
}

#wrap .inner-c #footer .outer .inner .footer-info-area .info-inner .number {
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-size: 20px;
  line-height: .8;
  font-weight: 700;
  color: #9e9282;
}

#wrap .inner-c #footer .outer .inner .footer-info-area .info-inner .txt1 {
  margin-top: 6px;
  font-size: 16px;
  line-height: 27px;
  color: #a8a8a8;
}

#wrap .inner-c #footer .outer .inner .footer-info-area .info-inner .txt2 {
  font-size: 16px;
  line-height: 27px;
  color: #a8a8a8;
}

#wrap .inner-c #footer .outer .inner .logo {
  float: left;
  margin-top: 5px;
}

#wrap .inner-c #footer .outer .inner .info-box {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 27px;
  padding-left: 143px;
  text-align: left;
}

#wrap .inner-c #footer .outer .inner .info-box .terms-box .terms-btn {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 27px;
}

#wrap .inner-c #footer .outer .inner .info-box .address-box address {
  display: inline-block;
  vertical-align: top;
}

#wrap .inner-c #footer .outer .inner .info-box .address-box .zipcode {
  display: inline-block;
  position: relative;
  padding-left: 9px;
  margin-left: 6px;
  vertical-align: top;
}

#wrap .inner-c #footer .outer .inner .info-box .address-box .zipcode:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 12px;
  background-color: #a8a8a8;
  width: 1px;
}

#wrap .inner-c #footer .outer .inner .info-box .number-box .tel {
  display: inline-block;
  vertical-align: top;
}

#wrap .inner-c #footer .outer .inner .info-box .number-box .fax {
  position: relative;
  display: inline-block;
  padding-left: 9px;
  margin-left: 6px;
  vertical-align: top;
}

#wrap .inner-c #footer .outer .inner .info-box .number-box .fax:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 12px;
  background-color: #a8a8a8;
  width: 1px;
}

#wrap .inner-c #footer .outer .inner .info-box .number-box .license {
  position: relative;
  display: inline-block;
  padding-left: 9px;
  margin-left: 6px;
  vertical-align: top;
}

#wrap .inner-c #footer .outer .inner .info-box .number-box .license:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 12px;
  background-color: #a8a8a8;
  width: 1px;
}

#wrap .inner-c #footer .outer .inner .copyright {
  display: block;
  font-size: 16px;
  color: #a5a5a5;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
}

#wrap .inner-d {
  /* 해더 */
}

#wrap .inner-d #header .outer {
  position: relative;
  /* max-width:1600px; */
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

#wrap .inner-d #header .outer .inner #logo {
  position: absolute;
  top: 25px;
  left: 0px;
}

#wrap .inner-d #header .outer .inner #gnb {
  display: inline-block;
  width: 980px;
  vertical-align: top;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li {
  display: inline-block;
  vertical-align: top;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li.on > a {
  color: #dc0022;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li.on .two-depth {
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
}

#wrap .inner-d #header .outer .inner #gnb > ul > li.on .two-depth ul li.on a {
  color: #dc0022;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li.on .two-depth ul li.on a span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#wrap .inner-d #header .outer .inner #gnb > ul > li > a {
  display: block;
  padding: 0 20px 0 17px;
  font-size: 18px;
  line-height: 41px;
  font-weight: 400;
  color: #333;
  box-sizing: border-box;
  height: 41px;
  margin: 25px 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;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li > a:hover {
  color: #dc0022;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li .two-depth {
  display: block;
  position: absolute;
  top: 91px;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #f7f7f7;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 0;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li .two-depth:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -800px;
  display: block;
  width: 1600px;
  height: 100%;
  background-color: #f7f7f7;
  text-indent: -9999px;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li .two-depth ul {
  display: inline-block;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li .two-depth ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li .two-depth ul li a {
  display: block;
  padding: 0 20px 0 17px;
  font-size: 15px;
  line-height: 25px;
  color: #636363;
  height: 25px;
  box-sizing: border-box;
  font-weight: 400;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li .two-depth ul li a:hover {
  color: #dc0022;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li .two-depth ul li a:hover span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#wrap .inner-d #header .outer .inner #gnb > ul > li .two-depth ul li a span {
  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;
}

#wrap .inner-d #header .outer .inner #gnb > ul > li .two-depth ul li a span:before {
  content: "";
  -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-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #dc0022;
}

#wrap .inner-d #header .outer .inner .number {
  position: absolute;
  top: 39px;
  right: 0px;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-size: 20px;
  line-height: .8;
  font-weight: 700;
  color: #9e9282;
}

#wrap .inner-d #footer {
  margin-top: 150px;
}

#wrap .inner-d #footer .footer-info-area {
  background-color: #9e9282;
  height: 67px;
  text-align: center;
}

#wrap .inner-d #footer .footer-info-area .info-inner {
  /* max-width:1600px; */
  max-width: 980px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

#wrap .inner-d #footer .footer-info-area .info-inner .txt {
  float: left;
  font-size: 16px;
  line-height: 67px;
  color: #fff;
}

#wrap .inner-d #footer .footer-info-area .info-inner .number {
  position: relative;
  float: right;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-size: 20px;
  line-height: 67px;
  font-weight: 700;
  color: #fff;
}

#wrap .inner-d #footer .footer-info-area .info-inner .number:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -100px;
  width: 80px;
  height: 2px;
  background-color: #fff;
}

#wrap .inner-d #footer .outer {
  background-color: #2a2a2a;
  padding: 50px 0;
  text-align: center;
}

#wrap .inner-d #footer .outer .inner .terms-box .terms-btn {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 27px;
}

#wrap .inner-d #footer .outer .inner .info-box {
  color: #a5a5a5;
  font-size: 16px;
  line-height: 27px;
  margin-top: 25px;
}

#wrap .inner-d #footer .outer .inner .info-box address {
  display: block;
}

#wrap .inner-d #footer .outer .inner .info-box .tel {
  display: inline-block;
  vertical-align: top;
}

#wrap .inner-d #footer .outer .inner .info-box .fax {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
}

#wrap .inner-d #footer .outer .inner .info-box .license {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
}

#wrap .inner-d #footer .outer .inner .copyright {
  display: block;
  margin-top: 17px;
  font-size: 16px;
  color: #a5a5a5;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
}

#wrap #contentArea #container {
  /* 메인 */
  /* 분양예가 */
  /* 페이징 */
  /* 예가소식 - LIST */
  /* 예가소식 - VIEW */
  /* form 버튼 영역 */
}

#wrap #contentArea #container .tab-lists {
  height: 60px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

#wrap #contentArea #container .tab-lists ul {
  display: table;
  width: 100%;
}

#wrap #contentArea #container .tab-lists ul li {
  background-color: #f7f7f7;
  display: table-cell;
  -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: center;
  width: 8%;
  border: 1px solid #d6d6d6;
  border-right: none;
}

#wrap #contentArea #container .tab-lists ul li:last-child {
  border-right: 1px solid #d6d6d6;
}

#wrap #contentArea #container .tab-lists ul li.on {
  background-color: #9e9282;
  border-color: #9e9282;
}

#wrap #contentArea #container .tab-lists ul li.on + li {
  border-left: 1px solid #9e9282;
}

#wrap #contentArea #container .tab-lists ul li.on .btn {
  color: #fff;
}

#wrap #contentArea #container .tab-lists ul li .btn {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #636363;
  font-weight: 400;
  line-height: 58px;
  -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 .inner-a {
  /* 비쥬얼 영역 */
}

#wrap #contentArea #container .inner-a .spot-area {
  height: 245px;
  text-align: center;
  margin-top: 45px;
  /* 로케이션 */
}

#wrap #contentArea #container .inner-a .spot-area .tit {
  padding-top: 80px;
  margin-left: 14px;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #fff;
  letter-spacing: 14px;
  font-weight: 700;
}

#wrap #contentArea #container .inner-a .spot-area #location {
  margin-top: 30px;
}

#wrap #contentArea #container .inner-a .spot-area #location .home {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  background: url(../../images/template/location_home.png) no-repeat 50% 50%;
  vertical-align: top;
}

#wrap #contentArea #container .inner-a .spot-area #location .one-depth {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  color: #fff;
  margin-left: 7px;
  display: inline-block;
  line-height: 16px;
}

#wrap #contentArea #container .inner-a .spot-area #location .one-depth:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 7px;
  height: 13px;
  background: url(../../images/template/location_arrow.png) no-repeat 0 0;
}

#wrap #contentArea #container .inner-a .spot-area #location .two-depth {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  color: #fff;
  margin-left: 7px;
  display: inline-block;
  line-height: 16px;
}

#wrap #contentArea #container .inner-a .spot-area #location .two-depth:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 7px;
  height: 13px;
  background: url(../../images/template/location_arrow.png) no-repeat 0 0;
}

#wrap #contentArea #container .inner-b {
  /* 비쥬얼 영역 */
  /* 로케이션 */
}

#wrap #contentArea #container .inner-b .spot-area {
  background: none !important;
  width: 980px;
  margin: 50px auto 70px;
  padding-left: 240px;
}

#wrap #contentArea #container .inner-b .tit {
  padding-bottom: 30px;
  display: block;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 38px;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #cdcdcd;
}

#wrap #contentArea #container .inner-b #location {
  float: right;
  padding: 19px 0;
  margin-top: -69px;
}

#wrap #contentArea #container .inner-b #location .inner-location {
  width: 980px;
  margin: 0 auto;
}

#wrap #contentArea #container .inner-b #location .home {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  background: url(../../images/template/location_home_b.png) no-repeat 50% 50%;
  vertical-align: top;
}

#wrap #contentArea #container .inner-b #location .one-depth {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  color: #636363;
  margin-left: 7px;
  display: inline-block;
  line-height: 16px;
}

#wrap #contentArea #container .inner-b #location .one-depth:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 7px;
  height: 13px;
  background: url(../../images/template/location_arrow_b.png) no-repeat 0 0;
}

#wrap #contentArea #container .inner-b #location .two-depth {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  color: #636363;
  margin-left: 7px;
  display: inline-block;
  line-height: 16px;
}

#wrap #contentArea #container .inner-b #location .two-depth:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 7px;
  height: 13px;
  background: url(../../images/template/location_arrow_b.png) no-repeat 0 0;
}

#wrap #contentArea #container .inner-c {
  /* 비쥬얼 영역 */
  /* 로케이션 */
}

#wrap #contentArea #container .inner-c .tit {
  padding-top: 50px;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #333;
  font-weight: 700;
  width: 980px;
  margin: 0 auto;
}

#wrap #contentArea #container .inner-c #location {
  border-bottom: 1px solid #dedede;
  height: 53px;
  box-sizing: border-box;
  padding: 19px 0;
  margin-top: 57px;
}

#wrap #contentArea #container .inner-c #location .inner-location {
  width: 980px;
  margin: 0 auto;
}

#wrap #contentArea #container .inner-c #location .home {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  background: url(../../images/template/location_home_b.png) no-repeat 50% 50%;
  vertical-align: top;
}

#wrap #contentArea #container .inner-c #location .one-depth {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  color: #636363;
  margin-left: 7px;
  display: inline-block;
  line-height: 16px;
}

#wrap #contentArea #container .inner-c #location .one-depth:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 7px;
  height: 13px;
  background: url(../../images/template/location_arrow_b.png) no-repeat 0 0;
}

#wrap #contentArea #container .inner-c #location .two-depth {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  color: #636363;
  margin-left: 7px;
  display: inline-block;
  line-height: 16px;
}

#wrap #contentArea #container .inner-c #location .two-depth:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 7px;
  height: 13px;
  background: url(../../images/template/location_arrow_b.png) no-repeat 0 0;
}

#wrap #contentArea #container .inner-d {
  /* 비쥬얼 영역 */
}

#wrap #contentArea #container .inner-d .spot-area {
  height: 245px;
  text-align: center;
  margin-top: 45px;
  /* 로케이션 */
}

#wrap #contentArea #container .inner-d .spot-area .tit {
  padding-top: 80px;
  margin-left: 14px;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #fff;
  letter-spacing: 14px;
  font-weight: 700;
}

#wrap #contentArea #container .inner-d .spot-area #location {
  margin-top: 30px;
}

#wrap #contentArea #container .inner-d .spot-area #location .home {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  background: url(../../images/template/location_home.png) no-repeat 50% 50%;
  vertical-align: top;
}

#wrap #contentArea #container .inner-d .spot-area #location .one-depth {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  color: #fff;
  margin-left: 7px;
  display: inline-block;
  line-height: 16px;
}

#wrap #contentArea #container .inner-d .spot-area #location .one-depth:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 7px;
  height: 13px;
  background: url(../../images/template/location_arrow.png) no-repeat 0 0;
}

#wrap #contentArea #container .inner-d .spot-area #location .two-depth {
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  color: #fff;
  margin-left: 7px;
  display: inline-block;
  line-height: 16px;
}

#wrap #contentArea #container .inner-d .spot-area #location .two-depth:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 7px;
  height: 13px;
  background: url(../../images/template/location_arrow.png) no-repeat 0 0;
}

#wrap #contentArea #container.main {
  /* 메인 A type */
  /* 메인 B type */
  /* 메인 C type */
  /* 메인 D type */
}

#wrap #contentArea #container.main #content {
  padding-top: 0;
  width: 100%;
  padding-left: 0;
}

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

#wrap #contentArea #container.main .inner-a .visual-box .swiper-slide {
  height: 724px;
  width: 100%;
  overflow: hidden;
}

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

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

#wrap #contentArea #container.main .inner-a .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: 15px;
  vertical-align: top;
}

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

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

#wrap #contentArea #container.main .inner-a .visual-box .btm-area .swiper-button-prev-custom {
  position: relative;
  display: inline-block;
  background: url(../../images/template/img_visual_a_left.png) no-repeat 50% 50%;
  width: 31px;
  height: 31px;
  z-index: 1;
}

#wrap #contentArea #container.main .inner-a .visual-box .btm-area .swiper-button-next-custom {
  position: relative;
  display: inline-block;
  background: url(../../images/template/img_visual_a_right.png) no-repeat 50% 50%;
  width: 31px;
  height: 31px;
  z-index: 1;
}

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

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

#wrap #contentArea #container.main .inner-a .content {
  display: block;
  width: 980px;
  margin: 80px auto 0;
  overflow: hidden;
}

#wrap #contentArea #container.main .inner-a .content .left-area {
  float: left;
}

#wrap #contentArea #container.main .inner-a .content .left-area .tit {
  display: inline-block;
  margin-top: -5px;
  font-size: 34px;
  line-height: 44px;
}

#wrap #contentArea #container.main .inner-a .content .right-area {
  padding-left: 249px;
}

#wrap #contentArea #container.main .inner-a .content .right-area .item-lists .item-box {
  float: left;
  width: 233px;
  margin-left: 16px;
  position: relative;
  padding-bottom: 45px;
}

#wrap #contentArea #container.main .inner-a .content .right-area .item-lists .item-box:first-child {
  margin-left: 0;
}

#wrap #contentArea #container.main .inner-a .content .right-area .item-lists .item-box .tit {
  height: 64px;
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
  color: #333;
  overflow: hidden;
}

#wrap #contentArea #container.main .inner-a .content .right-area .item-lists .item-box .date {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1em;
  color: #9e9282;
}

#wrap #contentArea #container.main .inner-a .content .right-area .item-lists .item-box .txt {
  height: 72px;
  display: block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #636363;
  overflow: hidden;
}

#wrap #contentArea #container.main .inner-a .content .right-area .item-lists .btn-box .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62px;
  height: 29px;
  background: url(../../images/template/btn_view.png) no-repeat 0 0;
}

#wrap #contentArea #container.main .inner-b {
  position: relative;
}

#wrap #contentArea #container.main .inner-b .content {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -430px;
  width: 100%;
}

#wrap #contentArea #container.main .inner-b .content .visual-box {
  position: relative;
  max-width: 1360px;
}

#wrap #contentArea #container.main .inner-b .content .visual-box .swiper-slide {
  width: 100%;
  height: 811px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
}

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

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

#wrap #contentArea #container.main .inner-b .content .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: 15px;
  vertical-align: top;
}

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

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

#wrap #contentArea #container.main .inner-b .content .visual-box .btm-area {
  position: absolute;
  bottom: 100px;
  left: 60px;
  width: 980px;
  text-align: center;
}

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

#wrap #contentArea #container.main .inner-b .content .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: 15px;
  vertical-align: top;
}

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

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

#wrap #contentArea #container.main .inner-b .content .visual-box .btm-area .swiper-button-prev-custom {
  position: relative;
  display: inline-block;
  background: url(../../images/template/img_visual_a_left.png) no-repeat 50% 50%;
  width: 31px;
  height: 31px;
  z-index: 1;
}

#wrap #contentArea #container.main .inner-b .content .visual-box .btm-area .swiper-button-next-custom {
  position: relative;
  display: inline-block;
  background: url(../../images/template/img_visual_a_right.png) no-repeat 50% 50%;
  width: 31px;
  height: 31px;
  z-index: 1;
}

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

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

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

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

#wrap #contentArea #container.main .inner-c .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: 15px;
  vertical-align: top;
}

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

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

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

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

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

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

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

#wrap #contentArea #container.main .inner-d .visual-box .swiper-slide {
  height: 724px;
  width: 100%;
  overflow: hidden;
}

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

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

#wrap #contentArea #container.main .inner-d .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: 15px;
  vertical-align: top;
}

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

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

#wrap #contentArea #container.main .inner-d .visual-box .btm-area .swiper-button-prev-custom {
  position: relative;
  display: inline-block;
  background: url(../../images/template/img_visual_a_left.png) no-repeat 50% 50%;
  width: 31px;
  height: 31px;
  z-index: 1;
}

#wrap #contentArea #container.main .inner-d .visual-box .btm-area .swiper-button-next-custom {
  position: relative;
  display: inline-block;
  background: url(../../images/template/img_visual_a_right.png) no-repeat 50% 50%;
  width: 31px;
  height: 31px;
  z-index: 1;
}

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

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

#wrap #contentArea #container.main .inner-d .content {
  display: block;
  width: 980px;
  margin: 80px auto 0;
  overflow: hidden;
}

#wrap #contentArea #container.main .inner-d .content .left-area {
  float: left;
}

#wrap #contentArea #container.main .inner-d .content .left-area .tit {
  display: inline-block;
  margin-top: -5px;
  font-size: 34px;
  line-height: 44px;
}

#wrap #contentArea #container.main .inner-d .content .right-area {
  padding-left: 249px;
}

#wrap #contentArea #container.main .inner-d .content .right-area .item-lists .item-box {
  float: left;
  width: 233px;
  margin-left: 16px;
  position: relative;
  padding-bottom: 45px;
}

#wrap #contentArea #container.main .inner-d .content .right-area .item-lists .item-box:first-child {
  margin-left: 0;
}

#wrap #contentArea #container.main .inner-d .content .right-area .item-lists .item-box .tit {
  height: 64px;
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
  color: #333;
  overflow: hidden;
}

#wrap #contentArea #container.main .inner-d .content .right-area .item-lists .item-box .date {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1em;
  color: #9e9282;
}

#wrap #contentArea #container.main .inner-d .content .right-area .item-lists .item-box .txt {
  height: 72px;
  display: block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #636363;
  overflow: hidden;
}

#wrap #contentArea #container.main .inner-d .content .right-area .item-lists .btn-box .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62px;
  height: 29px;
  background: url(../../images/template/btn_view.png) no-repeat 0 0;
}

#wrap #contentArea #container .spot-area {
  margin-top: 45px;
  background: url(../../images/template/bg_spot_preparing.jpg) no-repeat 50% 50%;
}

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

#wrap #contentArea #container.preparing {
  /* .spot-area{ margin-top:45px;background:url(../../images/template/bg_spot_preparing.jpg) no-repeat 50% 50%;
					&.Atype {background-image:url(../../images/template/bg_atype.jpg);}
				} */
}

#wrap #contentArea #container.preparing .info-box {
  background-color: #f7f7f7;
  margin-top: 50px;
  padding: 25px 0;
  height: 39px;
  text-align: center;
}

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

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

#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;
  padding: 0px;
}

#wrap #contentArea #container.preparing .info-box .btn-box .btn-pdf span {
  padding: 0 30px;
  line-height: 39px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

#wrap #contentArea #container.preparing .info-box + .info-box {
  margin-top: 1px;
}

#wrap #contentArea #container.preparing .info-box + .info-box .info-txt {
  font-size: 16px;
}

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

#wrap #contentArea #container.preparing .info-box + .info-box .btn-box .btn-Acrobat {
  overflow: hidden;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -474px -525px;
  width: 110px;
  height: 28px;
  margin: 6px 0 0 17px;
  padding: 0px;
}

#wrap #contentArea #container.preparing .info-box + .info-box .btn-box .btn-Acrobat span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#wrap #contentArea #container.le {
  /* .spot-area{background:url(../../images/template/bg_spot_preparing.jpg) no-repeat 50% 50%;} */
}

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

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

#wrap #contentArea #container.go {
  /* .spot-area{background:url(../../images/template/bg_spot_preparing.jpg) no-repeat 50% 50%;} */
}

#wrap #contentArea #container.go .btn-toggle01 {
  position: absolute;
  top: 0;
  left: 121px;
  width: 296px;
  height: 47px;
  text-indent: -999999px;
}

#wrap #contentArea #container.go .btn-toggle02 {
  position: absolute;
  top: 0;
  left: 421px;
  width: 296px;
  height: 47px;
  text-indent: -999999px;
}

#wrap #contentArea #container.go .tab-cont {
  position: relative;
}

#wrap #contentArea #container.pg {
  /* .spot-area{background:url(../../images/template/bg_spot_preparing.jpg) no-repeat 50% 50%;} */
}

#wrap #contentArea #container.cs {
  /* .spot-area{background:url(../../images/template/bg_spot_preparing.jpg) no-repeat 50% 50%;} */
}

#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 .btit.mt0 {
  margin-top: 0px;
}

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

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

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term {
  margin-top: -5px;
  font-size: 16px;
  color: #636363;
  line-height: 27px;
  padding-right: 40px;
}

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

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

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

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

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody th, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead th {
  padding: 12px 10px 12px 0;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 26px;
  border-top: 1px solid #d6d6d6;
  font-weight: 400;
  vertical-align: top;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody th .star, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead 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 tbody td, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td {
  padding: 7px 0;
  font-size: 16px;
  color: #636363;
  text-align: left;
  line-height: 26px;
  border-top: 1px solid #d6d6d6;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-radio, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-radio {
  padding: 17px 0;
  vertical-align: middle;
  line-height: 0;
}

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

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

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

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

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

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

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-ap .select-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-ap .select-box {
  margin-right: 10px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td.td-ap .s-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td.td-ap .s-box {
  float: left;
  margin-left: 10px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .file-down .icon-file-download, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .file-down .icon-file-download {
  margin: 4px 5px 0 0;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -731px -571px;
  width: 15px;
  height: 19px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .file-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .file-box {
  float: left;
  vertical-align: top;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .file-box .hidden-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead 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 tbody td .file-box .hidden-box input[type="file"], #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead 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 tbody td .file-box .btn-file, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .file-box .btn-file {
  float: left;
  width: 82px;
  margin-left: 10px;
  text-align: center;
  line-height: 36px;
  background-color: #636363;
  color: #fff;
  font-size: 15px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .textarea-box textarea, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .textarea-box textarea {
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  height: 134px;
  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 tbody td .textarea-box textarea::-webkit-input-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead 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 tbody td .textarea-box textarea::-moz-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead 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 tbody td .textarea-box textarea:-ms-input-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead 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 tbody td .textarea-box textarea:-moz-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead 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 tbody td .info-txt, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .info-txt {
  float: left;
  margin-left: 20px;
  font-size: 16px;
  line-height: 36px;
  color: #636363;
}

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

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .input-box .inp-txt, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .input-box .inp-txt {
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  height: 36px;
  line-height: 34px;
  padding-left: 10px;
  box-sizing: border-box;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .input-box .inp-txt::-webkit-input-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .input-box .inp-txt::-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 tbody td .input-box .inp-txt::-moz-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .input-box .inp-txt::-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 tbody td .input-box .inp-txt:-ms-input-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .input-box .inp-txt:-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 tbody td .input-box .inp-txt:-moz-placeholder, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .input-box .inp-txt:-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 tbody td .txt, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .txt {
  float: left;
  padding: 0 10px 0 10px;
  font-size: 16px;
  color: #636363;
  line-height: 36px;
  vertical-align: top;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .select-box, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .select-box {
  position: relative;
  float: left;
  display: inline-block;
  border: 1px solid #e5e5e5;
  height: 36px;
  box-sizing: border-box;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .select-box .val-box .val, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .select-box .val-box .val {
  padding-left: 10px;
  display: block;
  color: #636363;
  font-size: 16px;
  line-height: 34px;
  background-color: #f7f7f7;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .select-box .val-box .btn-select-open, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .select-box .val-box .btn-select-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .select-box .val-box .icon, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .select-box .val-box .icon {
  position: absolute;
  top: 15px;
  right: 10px;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -705px -472px;
  width: 11px;
  height: 7px;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .select-box .select-lists, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .select-box .select-lists {
  position: absolute;
  top: 34px;
  left: -1px;
  width: 100%;
  display: none;
  background-color: #f7f7f7;
  z-index: 1;
  border: 1px solid #e5e5e5;
  border-top: none;
  max-height: 217px;
  overflow-y: auto;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .select-box .select-lists li, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .select-box .select-lists li {
  border-top: 1px solid #e5e5e5;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .select-box .select-lists li .btn, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .select-box .select-lists li .btn {
  display: block;
  width: 100%;
  color: #636363;
  padding-left: 10px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  -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;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .select-box .select-lists li .btn:hover, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .select-box .select-lists li .btn:hover {
  color: #dc0022;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .btn-search, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .btn-search {
  float: left;
  margin-left: 9px;
  padding: 0 17px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  background-color: #636363;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .btn-search span, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .btn-search span {
  position: relative;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .btn-gray-color, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .btn-gray-color {
  float: left;
  margin-left: 9px;
  padding: 0 17px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  background-color: #636363;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table tbody td .btn-gray-color span, #wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead td .btn-gray-color span {
  position: relative;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead + tbody tr:first-child th {
  border-top: 1px solid #d6d6d6;
}

#wrap #contentArea #container.cs .ic-write .term-area .term-box .term .agree-tbl table thead + tbody tr:first-child td {
  border-top: 1px solid #d6d6d6;
}

#wrap #contentArea #container.cs .ic-write .btit + .term-area {
  margin-top: 40px;
}

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

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

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

#wrap #contentArea #container.cs .t-head-box {
  position: relative;
  margin-top: 60px;
  padding: 0 0 15px 0;
  height: 20px;
  display: block;
  vertical-align: top;
  overflow: hidden;
}

#wrap #contentArea #container.cs .t-head-box:first-child {
  margin-top: 55px;
}

#wrap #contentArea #container.cs .t-head-box .t-tit {
  float: left;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

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

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

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

#wrap #contentArea #container.cs .input-form table tbody tr:first-child th {
  border-top: 0;
}

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

#wrap #contentArea #container.cs .input-form table tbody th {
  padding: 12px 10px 12px 0;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 26px;
  border-top: 1px solid #d6d6d6;
  font-weight: 400;
  vertical-align: top;
}

#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 {
  padding: 7px 0;
  font-size: 16px;
  color: #636363;
  text-align: left;
  line-height: 26px;
  border-top: 1px solid #d6d6d6;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-radio {
  padding: 17px 0;
  vertical-align: middle;
  line-height: 0;
}

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

#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-txt .txt {
  padding: 0;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-email .select-box {
  margin-left: 10px;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-address .td-box {
  margin-top: 10px;
  overflow: hidden;
}

#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-ap .select-box {
  margin-right: 10px;
}

#wrap #contentArea #container.cs .input-form table tbody td.td-ap .s-box {
  float: left;
  margin-left: 10px;
}

#wrap #contentArea #container.cs .input-form table tbody td .file-down .icon-file-download {
  margin: 4px 5px 0 0;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -731px -571px;
  width: 15px;
  height: 19px;
}

#wrap #contentArea #container.cs .input-form table tbody td .file-box {
  float: left;
  vertical-align: top;
}

#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 .btn-file {
  float: left;
  width: 82px;
  margin-left: 10px;
  text-align: center;
  line-height: 36px;
  background-color: #636363;
  color: #fff;
  font-size: 15px;
}

#wrap #contentArea #container.cs .input-form table tbody td .textarea-box textarea {
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  height: 134px;
  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 {
  float: left;
  margin-left: 20px;
  font-size: 16px;
  line-height: 36px;
  color: #636363;
}

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

#wrap #contentArea #container.cs .input-form table tbody td .input-box .inp-txt {
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  height: 36px;
  line-height: 34px;
  padding-left: 10px;
  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: 34px;
  font-size: 16px;
}

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

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

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

#wrap #contentArea #container.cs .input-form table tbody td .select-box {
  position: relative;
  float: left;
  display: inline-block;
  border: 1px solid #e5e5e5;
  height: 36px;
  box-sizing: border-box;
}

#wrap #contentArea #container.cs .input-form table tbody td .select-box .val-box .val {
  padding-left: 10px;
  display: block;
  color: #636363;
  font-size: 16px;
  line-height: 34px;
  background-color: #f7f7f7;
}

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

#wrap #contentArea #container.cs .input-form table tbody td .select-box .val-box .icon {
  position: absolute;
  top: 15px;
  right: 10px;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -705px -472px;
  width: 11px;
  height: 7px;
}

#wrap #contentArea #container.cs .input-form table tbody td .select-box .select-lists {
  position: absolute;
  top: 34px;
  left: -1px;
  width: 100%;
  display: none;
  background-color: #f7f7f7;
  z-index: 1;
  border: 1px solid #e5e5e5;
  border-top: none;
  max-height: 217px;
  overflow-y: auto;
}

#wrap #contentArea #container.cs .input-form table tbody td .select-box .select-lists li {
  border-top: 1px solid #e5e5e5;
}

#wrap #contentArea #container.cs .input-form table tbody td .select-box .select-lists li .btn {
  display: block;
  width: 100%;
  color: #636363;
  padding-left: 10px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  -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;
}

#wrap #contentArea #container.cs .input-form table tbody td .select-box .select-lists li .btn:hover {
  color: #dc0022;
}

#wrap #contentArea #container.cs .input-form table tbody td .btn-search {
  float: left;
  margin-left: 9px;
  padding: 0 17px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  background-color: #636363;
}

#wrap #contentArea #container.cs .input-form table tbody td .btn-search span {
  position: relative;
}

#wrap #contentArea #container.cs .input-form table tbody td .btn-gray-color {
  float: left;
  margin-left: 9px;
  padding: 0 17px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  background-color: #636363;
}

#wrap #contentArea #container.cs .input-form table tbody td .btn-gray-color span {
  position: relative;
}

#wrap #contentArea #container .paging {
  text-align: center;
  margin-top: 50px;
}

#wrap #contentArea #container .paging a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  color: #707070;
  -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 .paging .first .icon {
  margin-top: 12px;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -705px -422px;
  width: 11px;
  height: 10px;
}

#wrap #contentArea #container .paging .prev {
  margin-left: 5px;
}

#wrap #contentArea #container .paging .prev .icon {
  margin-top: 12px;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -548px -453px;
  width: 6px;
  height: 10px;
}

#wrap #contentArea #container .paging .next {
  margin-right: 5px;
}

#wrap #contentArea #container .paging .next .icon {
  margin-top: 12px;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -435px -267px;
  width: 6px;
  height: 10px;
}

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

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

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

#wrap #contentArea #container .paging .page_navi li.on a, #wrap #contentArea #container .paging .page_navi li:hover a {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  color: #fff;
}

#wrap #contentArea #container .search-area {
  position: relative;
  line-height: 41px;
  width: 980px;
  margin: 0 auto 0;
  min-height: 41px;
}

#wrap #contentArea #container .search-area .total-txt {
  font-size: 20px;
  font-weight: 400;
  color: #636363;
}

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

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

#wrap #contentArea #container .search-area .search-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  /*			.select-box{ float:left; position:relative; background-color:#787878;@include borderRadius(4px); width:155px;overflow:hidden;
									select{ color:#fff; font-size:17px; width:100%; height:41px; line-height:41px; text-indent:18px; background-color:#787878; vertical-align:top;}
								}*/
}

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

#wrap #contentArea #container .search-area .search-box .select-box {
  position: relative;
  float: left;
  display: inline-block;
  height: 41px;
  box-sizing: border-box;
}

#wrap #contentArea #container .search-area .search-box .select-box.on .val-box .val {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#wrap #contentArea #container .search-area .search-box .select-box .val-box .val {
  padding-left: 18px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 41px;
  background-color: #787878;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

#wrap #contentArea #container .search-area .search-box .select-box .val-box .icon {
  position: absolute;
  top: 17px;
  right: 17px;
  height: 0;
  width: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e2e2e2;
}

#wrap #contentArea #container .search-area .search-box .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;
}

#wrap #contentArea #container .search-area .search-box .select-box .select-lists li {
  border-top: 1px solid #888888;
}

#wrap #contentArea #container .search-area .search-box .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;
}

#wrap #contentArea #container .search-area .search-box .select-box .select-lists li .btn:hover {
  background-color: #636363;
}

#wrap #contentArea #container .search-area .search-box .input-box {
  float: left;
  position: relative;
  width: 315px;
  margin-left: 7px;
  background-color: #787878;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

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

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

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

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

#wrap #contentArea #container .search-area .search-box .input-box .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 41px;
  vertical-align: top;
}

#wrap #contentArea #container .search-area .search-box .input-box .btn-search .icon {
  position: absolute;
  top: 13px;
  right: 13px;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -731px -639px;
  width: 15px;
  height: 15px;
}

#wrap #contentArea #container .yega-info-list {
  width: 980px;
  margin: 0 auto;
  /* table 영역 */
}

#wrap #contentArea #container .yega-info-list .board-list {
  margin-top: 45px;
}

#wrap #contentArea #container .yega-info-list .board-list table {
  table-layout: fixed;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody tr:first-child th {
  border-top: 1px solid #a8a8a8;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody tr:first-child td {
  border-top: 1px solid #a8a8a8;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody td {
  padding: 29px 0 27px;
  font-size: 16px;
  color: #636363;
  text-align: center;
  line-height: 26px;
  border-bottom: 1px solid #d6d6d6;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody td a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody td.subject {
  text-align: left;
  padding-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody td.subject a {
  position: relative;
  display: inline-block;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 23px;
  color: #333;
  vertical-align: top;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody td.subject a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 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-color: #fff;
}

#wrap #contentArea #container .yega-info-list .board-list table tbody td.subject a:hover:before {
  width: 100%;
  background-color: #333;
}

#wrap #contentArea #container .yega-info-view {
  width: 980px;
  margin: 0 auto;
}

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

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

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

#wrap #contentArea #container .yega-info-view .head-box .date {
  display: block;
  margin-top: 53px;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #636363;
  line-height: .8;
}

#wrap #contentArea #container .yega-info-view .cont-box {
  margin-top: 50px;
  border-bottom: 1px solid #d6d6d6;
}

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

#wrap #contentArea #container .yega-info-view .cont-box .img-box img {
  max-width: 980px;
}

#wrap #contentArea #container .yega-info-view .cont-box .txt-area {
  padding: 35px 100px 50px;
}

#wrap #contentArea #container .yega-info-view .cont-box .txt-area .txt-box {
  font-size: 16px;
  color: #636363;
  line-height: 27px;
}

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

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

#wrap #contentArea #container .yega-info-view .cont-box .btn-area .btn-download span {
  position: relative;
}

#wrap #contentArea #container .yega-info-view .cont-box .btn-area .btn-download:hover .icon:before {
  top: 2px;
}

#wrap #contentArea #container .yega-info-view .cont-box .btn-area .btn-download .icon {
  position: relative;
  margin-right: 7px;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -524px -606px;
  width: 36px;
  height: 36px;
}

#wrap #contentArea #container .yega-info-view .cont-box .btn-area .btn-download .icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -675px -606px;
  width: 34px;
  height: 34px;
  -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 .form-btn-area {
  display: block;
  width: 980px;
  margin: 60px auto 0;
  min-height: 40px;
  text-align: center;
  vertical-align: top;
}

#wrap #contentArea #container .form-btn-area:before {
  content: "";
  clear: both;
  display: block;
}

#wrap #contentArea #container .form-btn-area .btn-list-back {
  position: relative;
  display: inline-block;
  padding: 0 14px 0 19px;
  line-height: 36px;
  text-align: center;
  color: #9e9282;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #9e9282;
}

#wrap #contentArea #container .form-btn-area .btn-list-back:hover .icon {
  left: -20px;
}

#wrap #contentArea #container .form-btn-area .btn-list-back .icon {
  position: absolute;
  top: 15px;
  left: -16px;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -412px -153px;
  width: 28px;
  height: 7px;
  -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 .form-btn-area .left-box {
  float: left;
}

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

#wrap #contentArea #container .form-btn-area .right-box {
  float: right;
}

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

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

#wrap #contentArea #container .form-btn-area .right-box .btn-list-next:hover .icon {
  right: 22px;
}

#wrap #contentArea #container .form-btn-area .right-box .btn-list-next .icon {
  position: absolute;
  top: 13px;
  right: 24px;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -435px -292px;
  width: 6px;
  height: 10px;
  -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 .form-btn-area .right-box .btn-list-prev {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 45px;
  border: 1px solid #aeaeae;
  line-height: 36px;
  color: #333;
  font-weight: 400;
}

#wrap #contentArea #container .form-btn-area .right-box .btn-list-prev:hover .icon {
  left: 22px;
}

#wrap #contentArea #container .form-btn-area .right-box .btn-list-prev .icon {
  position: absolute;
  top: 13px;
  left: 24px;
  background-image: url(../../images/sprite/common%EF%B9%964103601707209.png);
  background-position: -548px -428px;
  width: 6px;
  height: 10px;
  -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 .form-btn-area .btn-cancle {
  display: inline-block;
  padding: 0 39px;
  border: 1px solid #aeaeae;
  line-height: 48px;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

#wrap #contentArea #container .form-btn-area .btn-write {
  display: inline-block;
  padding: 0 40px;
  line-height: 50px;
  text-align: center;
  background-color: #9e9282;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

#wrap #contentArea #container .eye-viwe-btn {
  display: block;
  background-color: #847868;
  text-align: center;
  padding: 8px 0;
  width: 160px;
  vertical-align: top;
  margin: 30px auto 20px;
}

#wrap #contentArea #container .eye-viwe-btn span {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

body.teaser #wrap .inner-a {
  /* 해더 */
}

body.teaser #wrap .inner-a #header .outer {
  max-width: 980px;
}

body.teaser #wrap .inner-a #footer {
  margin-top: 0px;
}

body.teaser #wrap .inner-a #footer .footer-info-area .info-inner {
  max-width: 980px;
}

body.teaser #wrap .inner-d {
  /* 해더 */
}

body.teaser #wrap .inner-d #header .outer {
  max-width: 980px;
}

body.teaser #wrap .inner-d #footer {
  margin-top: 0px;
}

body.teaser #wrap .inner-d #footer .footer-info-area .info-inner {
  max-width: 980px;
}

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

/* 달력 */
.calendar-popup .calendar-top {
  position: relative;
  height: 40px;
  text-align: center;
  padding-bottom: 60px;
}

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

.calendar-popup .calendar-top .calendar-num .date {
  padding: 0 37px;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-size: 40px;
  color: #333;
}

.calendar-popup .calendar-top .calendar-num .date .year {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
}

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

.calendar-popup .calendar-top .calendar-num .btn {
  margin-top: 1px;
  vertical-align: top;
}

.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: 18px;
  color: #333;
  font-family: "NanumSquareR", "Noto Sans KR", 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 {
  border-left: 1px solid #d6d6d6;
  padding: 12px 10px;
  border-top: 1px solid #dedede;
  height: 85px;
  vertical-align: top;
}

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

.calendar-popup table tbody td.td-point01 p {
  color: #9e9282;
}

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

.calendar-popup table tbody td.td-point02 p {
  color: #333333;
}

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

.calendar-popup table tbody td.td-point03 p {
  color: #f37736;
}

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

.calendar-popup table tbody td.td-point04 p {
  color: #dc0022;
}

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

.calendar-popup table tbody td p {
  margin-top: 9px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

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

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

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

.terms01 .head-box .tit {
  display: inline-block;
  margin-top: 50px;
  position: relative;
  font-family: "NanumSquareR", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 2px solid #333;
  vertical-align: top;
}

.terms01 .terms-area {
  padding: 15px 30px 0;
  font-size: 16px;
  line-height: 27px;
  color: #636363;
}

.terms01 .terms-area strong {
  margin: 28px 0 16px 0;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  vertical-align: top;
}

.form-btn-area {
  display: block;
  /*width:1180px; */
  margin: 40px 0 0;
  min-height: 40px;
  text-align: center;
  vertical-align: top;
  text-align: center;
}

.form-btn-area .btn-cancle {
  display: inline-block;
  padding: 0 39px;
  border: 1px solid #aeaeae;
  line-height: 48px;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

.form-btn-area .btn-write {
  display: inline-block;
  padding: 0 40px;
  line-height: 50px;
  text-align: center;
  background-color: #9e9282;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

/* 팝업 */
/*
.popup{display:none; position:absolute; z-index:1002;
	&.active{display:block;}

	&#collect_reject{ width:580px; height:298px; padding:47px 40px 50px; background:#fff;box-sizing:border-box;
		.title{ text-align: center; font-size:24px; color:#333; font-weight:bold;;}
		.text{ font-size:16px; line-height:26px; margin-top:24px; }
	}
	.popup_close{display:inline-block;position:absolute; right:0px; top:0;width:50px;height:50px;background:#333333;
		&:after {content:"";display:block;position:absolute;top:24px;left:12px;width:25px;height:1px;background:#fff;transform: rotate(-45deg);}
		&:before {content:"";display:block;position:absolute;top:24px;left:12px;width:25px;height:1px;background:#fff;transform: rotate(45deg);}

	}
}
*/

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