@charset "UTF-8";
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%;
  vertical-align: baseline; }

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

ol, ul, li {
  list-style: none;
  padding: 0;
  margin: 0; }

blockquote, q {
  quotes: none; }

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

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

input {
  vertical-align: middle; }

button {
  border: 0;
  background: transparent; }

img {
  border: 0; }

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSans-Thin.eot);
  src: local("Noto Sans Thin"), local("NotoSans-Thin"), url(../fonts/NotoSans-Thin.otf) format("opentype"), url(../fonts/NotoSans-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Thin.woff2) format("woff2"), url(../fonts/NotoSans-Thin.woff) format("woff"); }
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSans-Light.eot);
  src: local("Noto Sans Light"), local("NotoSans-Light"), url(../fonts/NotoSans-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Light.woff2) format("woff2"), url(../fonts/NotoSans-Light.woff) format("woff"), url(../fonts/NotoSans-Light.ttf) format("truetype"); }
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSans-DemiLight.eot);
  src: local("Noto Sans DemiLight"), local("NotoSans-DemiLight"), url(../fonts/NotoSans-DemiLight.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-DemiLight.woff2) format("woff2"), url(../fonts/NotoSans-DemiLight.woff) format("woff"), url(../fonts/NotoSans-DemiLight.ttf) format("truetype"); }
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSans-Regular.eot);
  src: local("Noto Sans Regular"), local("Noto-Regular"), url(../fonts/NotoSans-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Regular.woff2) format("woff2"), url(../fonts/NotoSans-Regular.woff) format("woff"), url(../fonts/NotoSans-Regular.ttf) format("truetype"); }
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSans-Medium.eot);
  src: local("Noto Sans Medium"), local("Noto-Medium"), url(../fonts/NotoSans-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/NotoSans-Medium.woff2) format("woff2"), url(../fonts/NotoSans-Medium.woff) format("woff"), url(../fonts/NotoSans-Medium.ttf) format("truetype"); }
@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NanumSquareRoundB.eot);
  src: local("NanumSquareRoundB"), local("NanumSquareRoundB"), url(../fonts/NanumSquareRoundB.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumSquareRoundB.woff2) format("woff2"), url(../fonts/NanumSquareRoundB.woff) format("woff"), url(../fonts/NanumSquareRoundB.ttf) format("truetype"); }
@font-face {
  font-family: 'NanumMyeongjo';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NanumMyeongjoBold.eot);
  src: local("NanumMyeongjoBold"), local("NanumMyeongjoBold"), url(../fonts/NanumMyeongjoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/NanumMyeongjoBold.woff) format("woff"), url(../fonts/NanumMyeongjoBold.ttf) format("truetype"); }
/* ----------------------------------------------------------------
	mixin style
---------------------------------------------------------------- */
/* ----------------------------------------------------------------
	extend style
---------------------------------------------------------------- */
.table caption, .form-area legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  text-indent: -9999px;
  clip: rect(0 0 0 0); }

.header-wrap h1 {
  display: inline-block;
  overflow: hidden;
  text-indent: -1000px;
  vertical-align: middle; }

/* ----------------------------------------------------------------
	var style
---------------------------------------------------------------- */
/* color */
/* font style */
/* ----------------------------------------------------------------
	common style
---------------------------------------------------------------- */
html, body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html {
  font-size: 62.5vw; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.3vw;
  font-weight: 200;
  color: #222; }

em, address {
  font-style: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

strong {
  font-weight: 400; }

a {
  text-decoration: none;
  background: transparent;
  color: #333; }

a:active,
a:focus {
  outline: 0; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

button {
  outline: 0; }

::selection {
  background: #ff0e48;
  color: #fff; }

/* font size */
small {
  font-size: 3vw; }

/* input */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  input:focus {
    outline: 0; }
  input:read-only:focus {
    border: 1px solid #ddd; }

/* chrome autofill */
input:-webkit-autofill {
  -webkit-text-fill-color: #222; }
  input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: inset inset 0 0 0 transparent;
    -moz-box-shadow: inset inset 0 0 0 transparent;
    box-shadow: inset inset 0 0 0 transparent;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out; }

/* textarea */
textarea {
  display: block;
  width: 100%;
  padding: 5%;
  margin-top: 3%;
  font-size: 3.5vw;
  resize: none;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Noto Sans", sans-serif; }
  textarea:focus {
    outline: 0; }

/* float */
.pull-left {
  float: left; }

.pull-right {
  float: right; }

/* hidden */
.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  text-indent: -9999px;
  clip: rect(0 0 0 0); }

/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none; }

.selectbox {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
  z-index: 1; }
  .selectbox select {
    width: 100%;
    height: auto;
    padding: 4% 0;
    font-size: 4.2vw;
    opacity: 0;
    filter: alpha(opacity=0); }
  .selectbox span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #bbbbbb;
    font-size: 4.2vw;
    z-index: -1; }
  .selectbox:before {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -1%;
    padding: 1%;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #cccccc;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

/* align */
.text-center {
  text-align: center !important; }

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

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

/* text color */
.text-blue {
  color: #5584ff !important; }

/* col */
*[class*="col-"] {
  float: left;
  position: relative; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666666666666%; }

.col-10 {
  width: 83.33333333333334%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666666666666%; }

.col-7 {
  width: 58.333333333333336%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666666666667%; }

.col-4 {
  width: 33.33333333333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.666666666666664%; }

.col-1 {
  width: 8.333333333333332%; }

/* arrow */
.arrow {
  display: inline-block;
  vertical-align: middle;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #222; }

.arrow-sm {
  padding: 3px; }

.arrow-md {
  padding: 4px; }

.arrow-gray {
  border-color: #cccccc; }

.arrow.right {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.arrow.left {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.arrow.top {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.arrow.bottom {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* checkbox */
.input-chk {
  position: relative;
  display: inline-block;
  font-weight: 200; }
  .input-chk + .input-chk {
    margin-left: 10px; }
  .input-chk input + span {
    display: inline-block;
    margin-left: 36px;
    line-height: 24px; }
  .input-chk input[type="checkbox"] {
    display: none; }
    .input-chk input[type="checkbox"] + span:before {
      position: absolute;
      left: 0;
      top: 0;
      content: " ";
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url(../images/common/checkbox_off.png) 0 0 no-repeat;
      background-size: contain; }
    .input-chk input[type="checkbox"]:checked + span:before {
      background: url(../images/common/checkbox_on.png) 0 0 no-repeat;
      background-size: contain; }

/* checkbox button type */
.btn-checkbox {
  margin-top: 5%; }
  .btn-checkbox input[type="checkbox"] {
    display: none; }
  .btn-checkbox input + label {
    display: block;
    padding: 4%;
    color: #fff;
    font-size: 4vw;
    text-align: center;
    background-color: #cccccc; }
    .btn-checkbox input + label span {
      position: relative; }
      .btn-checkbox input + label span:before {
        position: absolute;
        left: -30px;
        top: 5px;
        content: " ";
        display: inline-block;
        width: 17px;
        height: 12px;
        background: url(../images/common/btn_checkbox.png) 0 0 no-repeat;
        background-size: contain; }
  .btn-checkbox input:checked + label {
    color: #fff;
    background-color: #5584ff; }
    .btn-checkbox input:checked + label span:before {
      background: url(../images/common/btn_checkbox.png) 0 0 no-repeat;
      background-size: contain; }

/* table */
.table {
  width: 100%; }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    padding: 4% 5%;
    text-align: center;
    vertical-align: middle;
    word-break: keep-all; }
  .table > thead > tr > th {
    font-size: 3.5vw; }
  .table > tbody > tr > td,
  .table > tbody > tr > th {
    font-size: 3.2vw; }

.table-basic > thead > tr > th {
  font-weight: 300;
  border: solid #ddd;
  border-width: 1px 1px 0 1px;
  background-color: #f2f6fa; }
.table-basic > tbody > tr > th {
  font-weight: 300;
  border: 1px solid #ddd;
  background-color: #f2f6fa; }
.table-basic > tbody > tr > td {
  padding: 4% 5%;
  color: #999;
  line-height: 3.5vw;
  border: 1px solid #ddd; }

.table-point > thead > tr > th {
  padding: 4% 5%;
  border: solid #222;
  border-width: 2px 0 1px;
  background-color: #eeeeee;
  font-weight: 200; }
  .table-point > thead > tr > th.th-bg {
    background-color: #e0e9f3;
    border-left-color: red;
    border-right-color: red; }
  .table-point > thead > tr > th:not(:last-child) {
    border-right: 1px solid #ddd; }
.table-point > tbody > tr > th,
.table-point > tbody > tr > td {
  padding: 4% 5%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-weight: 200;
  vertical-align: middle; }
  .table-point > tbody > tr > th.td-bg,
  .table-point > tbody > tr > td.td-bg {
    background-color: #f2f6fa; }
  .table-point > tbody > tr > th:last-child,
  .table-point > tbody > tr > td:last-child {
    border-right-color: transparent; }
  .table-point > tbody > tr > th.border-right,
  .table-point > tbody > tr > td.border-right {
    border-right-color: #ddd; }
  .table-point > tbody > tr > th em,
  .table-point > tbody > tr > td em {
    text-decoration: line-through;
    font-size: 3vw; }
  .table-point > tbody > tr > th .point,
  .table-point > tbody > tr > td .point {
    color: #ff0e48; }
.table-point > tbody > tr:last-child > th, .table-point > tbody > tr:last-child > td {
  border-bottom-color: #222; }

/* button */
.btn {
  display: inline-block;
  padding: 2% 5%;
  text-align: center;
  font-size: 3.4vw;
  line-height: 2vh;
  font-weight: 200;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid transparent; }
  .btn:active {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

/* button color */
.btn-white {
  color: #333;
  background: #fff;
  border: 1px solid #cccccc; }
  .btn-white:focus, .btn-white:active {
    background: #fafafa; }

.btn-white-line {
  border: 1px solid #fff;
  color: #fff;
  background: transparent; }
  .btn-white-line:focus, .btn-white-line:active {
    color: #333;
    background: #f7f7f7; }

.btn-orange {
  color: #fff;
  background: #f68b1f;
  border: 1px solid #f68b1f; }
  .btn-orange:focus, .btn-orange:active {
    background: #e37709; }

.btn-wine {
  color: #fff;
  background: #da0034;
  border: 1px solid #da0034; }
  .btn-wine:focus, .btn-wine:active {
    background: #c1002e; }

.btn-blue {
  color: #fff;
  background: #5584ff;
  border: 1px solid #5584ff; }
  .btn-blue:focus, .btn-blue:active {
    background: #225fff; }

.btn-blue-line {
  border: 1px solid #5584ff;
  color: #5584ff;
  background: #fff; }
  .btn-blue-line:focus, .btn-blue-line:active {
    background: #f7f7f7; }

.btn-navy {
  color: #fff;
  background: #4f577b;
  border: 1px solid #4f577b; }
  .btn-navy:focus, .btn-navy:active {
    background: #3b415c; }

.btn-navy-line {
  border: 1px solid #4f577b;
  color: #4f577b;
  background: #fff; }
  .btn-navy-line:focus, .btn-navy-line:active {
    background: #4f577b;
    color: #fff; }

.btn-gray-line {
  border: 1px solid #cccccc;
  color: #666;
  background: transparent; }
  .btn-gray-line:focus, .btn-gray-line:active {
    background: #f5f5f5;
    color: #222;
    border-color: #222; }

.btn-black {
  background: #222;
  border: 1px solid #222;
  color: #fff; }
  .btn-black:focus, .btn-black:hover {
    background: #090909; }

.btn-black-line {
  border: 1px solid #222;
  color: #222;
  background: transparent; }
  .btn-black-line:focus, .btn-black-line:hover {
    background: #090909; }

.btn-yellow-line {
  border: 1px solid #ffcd4e;
  color: #ffcd4e;
  background: transparent; }
  .btn-yellow-line:focus, .btn-yellow-line:active {
    color: #fff;
    background: #ffc93f; }

/* buttn round */
.btn-round {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

.btn-round-sm {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* button size */
.btn-block {
  width: 100%; }

.btn-md {
  padding: 3.5% 10%;
  font-size: 3.6vw;
  font-weight: 300; }

.btn-lg {
  padding: 5% 7%;
  font-size: 4.2vw;
  font-weight: 400; }

/* ----------------------------------------------------------------
	common
---------------------------------------------------------------- */
/* swiper */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform; }

/* 3D Effects */
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

/*.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-no-flexbox {
    .swiper-slide {
        float: left;
    }
}*/
/* index main visual */
.main-visual .swiper-pagination {
  position: absolute;
  text-align: center;
  z-index: 10;
  bottom: 5vmax;
  left: 0;
  width: 100%; }
  .main-visual .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    display: inline-block;
    border-radius: 100%;
    background: #222;
    opacity: 0.2; }
  .main-visual .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #5584ff; }

/* index tab visual */
.main-tab-visual .swiper-slide img {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
.main-tab-visual .swiper-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 10;
  margin-top: -22px; }
  .main-tab-visual .swiper-nav button {
    position: absolute;
    outline: 0;
    width: 45px;
    height: 45px;
    text-indent: -99999px;
    overflow: hidden; }
  .main-tab-visual .swiper-nav .sw-prev {
    left: 0;
    background: url("../images/common/sw_prev.png") 0 0 no-repeat;
    background-size: contain; }
  .main-tab-visual .swiper-nav .sw-next {
    right: 0;
    background: url("../images/common/sw_next.png") 0 0 no-repeat;
    background-size: contain; }

/* index cube visual */
.main-cube-visual {
  /* 3D Effects */ }
  .main-cube-visual .swiper-container {
    width: 30%;
    padding-top: 50px;
    padding-bottom: 50px; }
  .main-cube-visual .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 220px;
    height: 310px;
    -webkit-box-shadow: 0 5px 20px #e6e6e6;
    -moz-box-shadow: 0 5px 20px #e6e6e6;
    box-shadow: 0 5px 20px #e6e6e6; }
  .main-cube-visual.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px; }

/* sub mobile shop */
.mobile-shop .swiper-slide {
  padding: 10% 10% 0; }
.mobile-shop .swiper-nav {
  position: absolute;
  top: 5%;
  right: 4%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 10; }
  .mobile-shop .swiper-nav button {
    outline: 0;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    overflow: hidden; }
    .mobile-shop .swiper-nav button:last-child {
      border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .mobile-shop .swiper-nav .sw-prev {
    background: url("../images/common/sw_m_prev.png") 0 0 no-repeat;
    background-size: contain; }
  .mobile-shop .swiper-nav .sw-next {
    background: url("../images/common/sw_m_next.png") 0 0 no-repeat;
    background-size: contain; }

/* sub move slider */
/*.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    background: blue;
    z-index: 1;
}*/
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

/* Common Styles */
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* ----------------------------------------------------------------
	common layout
---------------------------------------------------------------- */
/* clear */
.row:before, .row:after,
.container:before,
.container:after,
.panel-area:before,
.panel-area:after,
.cont-area:before,
.cont-area:after,
.form-area:before,
.form-area:after,
.header-wrap:before,
.header-wrap:after,
.inner-sm:before,
.inner-sm:after,
.inner-md:before,
.inner-md:after,
.inner-lg:before,
.inner-lg:after {
  content: ' ';
  display: table; }
.row:after,
.container:after,
.panel-area:after,
.cont-area:after,
.form-area:after,
.header-wrap:after,
.inner-sm:after,
.inner-md:after,
.inner-lg:after {
  clear: both; }

#main-wrap {
  position: relative;
  max-width: 1024px;
  margin: 0 auto; }

#sub-wrap {
  position: relative;
  max-width: 1024px;
  margin: 0 auto; }
  #sub-wrap header {
    border-bottom: 2.2vw solid #f5f5f5; }
    #sub-wrap header .header-wrap {
      background: #fff; }
  #sub-wrap .container {
    margin-top: 18.5vw;
    text-align: center; }

.inner-sm {
  padding-left: 4%;
  padding-right: 4%; }

.inner-md {
  padding-left: 6%;
  padding-right: 6%; }

.inner-lg {
  padding-left: 10%;
  padding-right: 10%; }

/* table-row */
.table-row {
  display: table;
  width: 100%;
  height: inherit; }
  .table-row *[class*="col-"] {
    display: table-cell;
    float: none; }
  .table-row .abs-middle {
    vertical-align: middle; }

/* title */
.panel-title {
  margin-bottom: 8%;
  font-size: 6.5vw;
  line-height: 8vw;
  letter-spacing: -0.075vw;
  font-weight: 100;
  text-align: center; }
  .panel-title b {
    font-weight: 400; }

.sub-title {
  position: relative;
  text-align: center; }
  .sub-title:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -28%;
    color: #f5f5f5;
    font-size: 15vw;
    font-family: "NanumMyeongjo", sans-serif; }
  .sub-title h3 {
    position: relative;
    margin-bottom: 4%;
    font-size: 7vw;
    font-weight: 200;
    line-height: 8.5vw; }
  .sub-title b {
    font-weight: 500; }
  .sub-title p {
    font-size: 3.6vw;
    color: #666; }

.cont-title {
  position: relative;
  padding-bottom: 10%;
  text-align: center; }
  .cont-title h4 {
    position: relative;
    font-size: 6.5vw;
    font-weight: 100;
    line-height: 8vw; }
  .cont-title b {
    display: block;
    font-weight: 400; }
  .cont-title p {
    margin-top: 4%;
    color: gray;
    font-size: 3.5vw;
    line-height: 5.5vw; }
  .cont-title > i {
    position: relative;
    display: block;
    margin: 0 auto 4%;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .cont-title > i img {
      width: 25px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .cont-title .circle-white {
    background: #fff; }
  .cont-title .circle-gray {
    background: #f5f5f5; }

.step-title {
  padding-bottom: 10%;
  text-align: center; }
  .step-title h4 {
    font-size: 6.5vw;
    font-weight: 300;
    line-height: 8vw; }
  .step-title .step {
    position: relative;
    display: inline-block;
    margin-bottom: 3%;
    font-weight: 300;
    font-size: 3.2vw;
    color: #f68b1f; }
    .step-title .step:after {
      content: ' ';
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: #f68b1f; }

.form-title {
  position: relative;
  margin: 10vw 6% 10vw;
  letter-spacing: -0.05vw;
  font-size: 6vw;
  font-weight: 300; }
  .form-title p {
    margin-top: 4%;
    font-size: 3.5vw;
    color: #999;
    font-weight: 100; }
  .form-title.text-center {
    margin-top: 12vw; }

/* modal */
.modal.modal-show {
  visibility: visible;
  display: block; }
  .modal.modal-show .modal-content {
    opacity: 1;
    filter: alpha(opacity=100); }

.modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 10001; }
  .modal .modal-header {
    position: relative;
    padding: 5% 6%;
    border-bottom: 1px solid #ddd;
    background: #fff; }
    .modal .modal-header h2 {
      display: inline-block;
      font-size: 4vw;
      font-weight: 400; }
  .modal .modal-close {
    position: absolute;
    top: 50%;
    right: 6%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 23px;
    height: 23px;
    text-indent: -99999px;
    overflow: hidden;
    background: url("../images/common/pop_close.png") 0 0 no-repeat;
    background-size: contain; }
  .modal .modal-content {
    position: relative;
    height: 100vmax;
    overflow: auto;
    padding-top: 5%;
    background: #fff; }

.modal-show .modal-overlay {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s; }

.modal-overlay {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  opacity: 0.6;
  filter: alpha(opacity=60); }

/* paging */
.paging {
  margin: 10% auto 15%;
  text-align: center; }
  .paging .btn-paging {
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    vertical-align: top; }
    .paging .btn-paging i {
      display: inline-block;
      margin: 9px 0;
      width: 12px;
      height: 16px;
      text-indent: -99999px;
      overflow: hidden;
      vertical-align: middle; }
    .paging .btn-paging .ico-prev {
      background: url("../images/common/ico-prev.png") 0 0 no-repeat;
      background-size: contain; }
    .paging .btn-paging .ico-next {
      background: url("../images/common/ico-next.png") 0 0 no-repeat;
      background-size: contain; }
  .paging ol {
    display: inline-block;
    margin: 0 10px; }
    .paging ol li {
      display: inline-block;
      vertical-align: middle; }
      .paging ol li:not(:last-child) {
        margin-right: 5px; }
      .paging ol li.active > a {
        background-color: #2c2e32;
        color: #fff; }
      .paging ol li > a {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 33px;
        color: #999;
        font-size: 4.2vw;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all, 0.4s;
        -moz-transition: all, 0.4s;
        -ms-transition: all, 0.4s;
        -o-transition: all, 0.4s;
        transition: all, 0.4s; }

/* inline group */
.input-group {
  display: table;
  width: 100%;
  border-collapse: separate;
  border: 1px solid #ddd; }
  .input-group input {
    width: 100%;
    min-height: 48px;
    display: table-cell !important;
    padding: 4% !important;
    border: 0 !important; }
    .input-group input::-moz-placeholder {
      color: #999; }
    .input-group input::-webkit-input-placeholder {
      color: #999; }
    .input-group input:-ms-input-placeholder {
      color: #999; }
    .input-group input::placeholder {
      color: #999; }
  .input-group .input-group-addon {
    display: table-cell;
    padding: 0 2%;
    white-space: nowrap;
    vertical-align: middle; }

/* ----------------------------------------------------------------
	tab layout
---------------------------------------------------------------- */
/* sub menu tab */
.sub-tab {
  padding: 0 2%;
  background: #fff;
  border-bottom: 1px solid #f5f5f5; }
  .sub-tab ul {
    position: relative;
    overflow-y: auto;
    width: 100%;
    height: 100%; }
    .sub-tab ul:before, .sub-tab ul:after {
      content: ' ';
      display: table; }
    .sub-tab ul:after {
      clear: both; }
    .sub-tab ul li {
      float: left;
      position: relative;
      padding: 5% 0.5%;
      margin: 0 3%;
      text-align: center;
      white-space: nowrap; }
      .sub-tab ul li a {
        display: block;
        font-size: 4vw;
        font-weight: 300;
        letter-spacing: -0.05vw;
        color: #a6a6a6; }
      .sub-tab ul li.active a {
        color: #222; }
      .sub-tab ul li.active:before {
        content: ' ';
        display: inline-block;
        position: absolute;
        right: -2px;
        top: 15px;
        width: 4px;
        height: 4px;
        background: #5584ff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .sub-tab ul li.active:after {
        content: ' ';
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        background: #5584ff; }

/* ----------------------------------------------------------------
	login common layout
---------------------------------------------------------------- */
/* login tab */
.tab-menu {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
  display: inline-block;
  white-space: nowrap; }
  .tab-menu li {
    position: relative;
    display: inline-block;
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: -0.05vw; }
    .tab-menu li.active {
      color: #5584ff; }
      .tab-menu li.active:before {
        content: ' ';
        display: inline-block;
        width: 5px;
        height: 5px;
        position: absolute;
        left: -12px;
        top: 50%;
        background-color: #5584ff;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .tab-menu li:first-child {
      padding-right: 30px; }

/* find check */
.find-form {
  text-align: center;
  margin-top: 12%;
  font-size: 3.5vw; }
  .find-form a {
    display: inline-block;
    font-size: 3.5vw; }
  .find-form a + a {
    margin-left: 15px; }
    .find-form a + a:before {
      content: ' ';
      display: inline-block;
      width: 1px;
      height: 12px;
      margin-right: 18px;
      vertical-align: middle;
      background-color: #e6e6e6; }

/* ----------------------------------------------------------------
	join layout
---------------------------------------------------------------- */
/* 회원유형 (개인,법인) */
#join-index a {
  display: block;
  float: left;
  width: 48%;
  padding: 10% 0;
  border: 1px solid #ddd; }
  #join-index a + a {
    margin-left: 4%; }
#join-index img {
  width: 45px;
  height: 45px;
  margin-bottom: 10%; }
#join-index h3 {
  font-size: 3.5vw;
  color: #999;
  font-weight: 200; }
  #join-index h3 b {
    display: block;
    margin-bottom: 2%;
    color: #222;
    font-size: 4.5vw;
    font-weight: 300; }

/* 약관 동의 */
.terms {
  font-size: 3.5vw;
  font-weight: 100;
  text-align: left; }

.terms-heading {
  padding: 4vh 0 6vh; }

.terms-body {
  padding: 3vh 0;
  border: solid #e6e6e6;
  border-width: 1px 0; }
  .terms-body .terms-area {
    position: relative;
    padding: 1vh 0; }
    .terms-body .terms-area .btn {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border: 0; }

/* ----------------------------------------------------------------
	푸터 공통 약관
---------------------------------------------------------------- */
/* sub-menu common tab */
.sub-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10%;
  border-style: solid;
  border-color: #ddd;
  border-width: 0 1px; }
  .sub-menu a {
    position: relative;
    display: table-cell;
    padding: 5% 0;
    font-size: 3.5vw;
    text-align: center;
    border: solid #ddd;
    border-width: 1px 0; }
    .sub-menu a + a {
      border-left: 1px solid #ddd; }
    .sub-menu a.active {
      border-bottom-width: 0; }
      .sub-menu a.active:before {
        content: ' ';
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        height: 2px;
        background-color: #333; }

.terms-section {
  margin-bottom: 5%;
  text-align: left; }
  .terms-section h2 {
    margin-left: -5px;
    margin-right: -5px;
    padding: 10px 10px;
    font-size: 3.8vw;
    font-weight: 300;
    background: #f5f5f5; }
  .terms-section .inner-info {
    padding: 5% 5px; }
    .terms-section .inner-info + .inner-info {
      border-top: 1px dotted #ddd; }
    .terms-section .inner-info:first-child {
      padding-top: 0; }
    .terms-section .inner-info table {
      margin: 3% 0; }
      .terms-section .inner-info table ul li {
        text-indent: -7px;
        padding-left: 0; }
      .terms-section .inner-info table td {
        text-align: left; }
    .terms-section .inner-info > p {
      margin: 3% 0;
      font-size: 3vw;
      line-height: 5vw; }
      .terms-section .inner-info > p:first-of-type {
        font-size: 3.2vw;
        font-weight: 300; }
    .terms-section .inner-info li {
      text-indent: -13px;
      padding-left: 13px;
      font-size: 3vw;
      line-height: 5vw; }
      .terms-section .inner-info li + li {
        margin-top: 2%; }
      .terms-section .inner-info li p {
        padding-top: 2%;
        text-indent: initial; }
      .terms-section .inner-info li ul {
        padding: 2% 0; }
        .terms-section .inner-info li ul li {
          margin-top: 0;
          text-indent: -10px;
          padding-left: 10px; }

/* ----------------------------------------------------------------
	고객센터
---------------------------------------------------------------- */
/* search */
.search-area {
  margin: 8% 6%; }
  .search-area .search {
    width: 19px;
    height: 19px;
    text-indent: -99999px;
    overflow: hidden;
    background: url("../images/sub/center/ico-search.png") 0 0 no-repeat;
    background-size: contain; }

/* 자주묻는질문 카테고리 */
.faq-wrap {
  padding: 8% 3%;
  width: 100%; }
  .faq-wrap .faq-menu {
    position: relative;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .faq-wrap .faq-menu a {
      float: left;
      position: relative;
      margin: 0 3%;
      white-space: nowrap;
      text-align: center;
      font-size: 3.2vw; }
      .faq-wrap .faq-menu a span {
        position: relative;
        width: 58px;
        height: 58px;
        display: block;
        background-color: #cccccc;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .faq-wrap .faq-menu a span img {
          width: 25px;
          height: 25px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .faq-wrap .faq-menu a strong {
        display: block;
        margin-top: 2%;
        color: #999; }
      .faq-wrap .faq-menu a.active span {
        background-color: #5584ff; }
      .faq-wrap .faq-menu a.active strong {
        color: #5584ff; }

/* 자주묻는질문 리스트 */
.faq-area {
  border-top: 1px solid #e8e8e8; }
  .faq-area li {
    position: relative;
    font-size: 3.6vw;
    font-weight: 300;
    text-align: left;
    color: #444444;
    border-bottom: 1px solid #e8e8e8; }
    .faq-area li.active .tit {
      color: #5584ff; }
    .faq-area li.active i:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .faq-area li i:after, .faq-area li i:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 5%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      height: 2px;
      width: 14px;
      background: #666;
      -webkit-transition: transform 0.5s ease;
      -moz-transition: transform 0.5s ease;
      -ms-transition: transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease; }
    .faq-area li i:after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 49%; }
    .faq-area li .tit {
      position: relative;
      padding: 5% 20% 5% 12%;
      color: #666;
      overflow: hidden;
      min-height: 22px;
      display: block;
      white-space: nowrap;
      word-wrap: break-word;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
      .faq-area li .tit:before {
        content: 'Q'; }
    .faq-area li .txt {
      display: none;
      position: relative;
      padding: 5% 12%;
      color: #666;
      background: #fcfcfc;
      border-top: 1px solid #e8e8e8; }
      .faq-area li .txt:before {
        content: 'A'; }
    .faq-area li .tit:before, .faq-area li .txt:before {
      display: inline-block;
      position: absolute;
      left: 5%;
      font-size: 4.5vw;
      font-weight: 700;
      font-family: "NanumSquareRound", sans-serif; }

/* 공지사항 */
.notice-area {
  /* 목록 */
  /* 보기 */ }
  .notice-area:before, .notice-area:after {
    content: ' ';
    display: table; }
  .notice-area:after {
    clear: both; }
  .notice-area li {
    position: relative; }
    .notice-area li:after {
      content: ' ';
      position: absolute;
      top: 50%;
      right: 8%;
      margin-top: -2%;
      padding: 1vw;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #999;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .notice-area .grid-tit {
    display: block;
    position: relative;
    padding: 5% 18% 5% 6%;
    text-align: left;
    border-bottom: 1px solid #e8e8e8; }
    .notice-area .grid-tit .title {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .notice-area .grid-tit .title:after:before, .notice-area .grid-tit .title:after:after {
        content: ' ';
        display: table; }
      .notice-area .grid-tit .title:after:after {
        clear: both; }
    .notice-area .grid-tit strong {
      font-size: 3.8vw;
      color: #222;
      font-weight: 300;
      overflow: hidden;
      min-height: 22px;
      display: block;
      white-space: nowrap;
      word-wrap: break-word;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      vertical-align: middle; }
    .notice-area .grid-tit .ico-new {
      display: block;
      width: 30px;
      margin: 2px 0 0 10px;
      color: #e96861;
      font-size: 3vw;
      font-weight: 300; }
    .notice-area .grid-tit .lock-img {
      width: 13px;
      height: 16px;
      margin: 4px 0 0 10px;
      display: block; }
    .notice-area .grid-tit .view {
      position: relative;
      margin-top: 1%;
      font-size: 3.2vw; }
      .notice-area .grid-tit .view em {
        color: #999;
        margin-left: 10px; }
        .notice-area .grid-tit .view em:after {
          content: ' ';
          display: inline-block;
          width: 1px;
          height: 10px;
          margin-left: 10px;
          background: #ddd; }
        .notice-area .grid-tit .view em:first-child {
          margin-left: 0; }
        .notice-area .grid-tit .view em:last-child:after {
          display: none; }
      .notice-area .grid-tit .view span {
        color: #bbbbbb; }
        .notice-area .grid-tit .view span:before {
          content: ' ';
          display: inline-block;
          margin: 0 6px 0 8px;
          width: 10px;
          height: 10px;
          background: url("../images/sub/center/ico-user.png") 0 0 no-repeat;
          background-size: contain; }
  .notice-area .total-btn {
    padding: 6% 6% 0;
    text-align: right; }
    .notice-area .total-btn:before, .notice-area .total-btn:after {
      content: ' ';
      display: table; }
    .notice-area .total-btn:after {
      clear: both; }
    .notice-area .total-btn button {
      width: 23%;
      padding: 2% 0; }
  .notice-area .grid-view {
    text-align: left; }
    .notice-area .grid-view .grid-cont {
      padding: 8% 6%;
      background: #fcfcfc;
      font-size: 3.5vw;
      color: #777777; }
      .notice-area .grid-view .grid-cont span {
        display: inline-block;
        font-size: 3.5vw;
        font-weight: 400;
        margin-bottom: 10px; }
    .notice-area .grid-view .bg-white {
      background: #fff; }
    .notice-area .grid-view .answer-area span {
      color: #7a7a7a; }
    .notice-area .grid-view .form-area {
      padding: 8% 6%;
      border-top: 1px solid #e8e8e8; }
      .notice-area .grid-view .form-area li:after {
        display: none; }
    .notice-area .grid-view .grid-btm {
      padding: 6% 6% 20%;
      border-top: 1px solid #e8e8e8;
      font-size: 0;
      text-align: right; }
      .notice-area .grid-view .grid-btm button {
        width: 23%;
        padding: 2% 0; }
        .notice-area .grid-view .grid-btm button i {
          margin-right: 10px; }
          .notice-area .grid-view .grid-btm button i.bottom {
            vertical-align: 2px; }
        .notice-area .grid-view .grid-btm button:nth-child(1) ~ button {
          margin-left: 2%; }

/* 1:1문의 */
#faqemail .form-area {
  margin-top: 10vw; }

.qna-area {
  margin: 0 auto;
  padding: 18vw 0;
  text-align: center; }
  .qna-area .moving {
    position: relative; }
    .qna-area .moving img {
      width: 100px;
      -webkit-animation: ev1 0.6s linear alternate-reverse infinite;
      -moz-animation: ev1 0.6s linear alternate-reverse infinite;
      -ms-animation: ev1 0.6s linear alternate-reverse infinite;
      -o-animation: ev1 0.6s linear alternate-reverse infinite;
      animation: ev1 0.6s linear alternate-reverse infinite; }
  .qna-area .email {
    margin: 8% 0 5%;
    font-size: 4.5vw;
    color: #222;
    font-weight: 400; }
  .qna-area > .cont {
    margin-bottom: 12%;
    font-size: 3.5vw;
    color: #666;
    line-height: 6vw; }

/* ----------------------------------------------------------------
	common input form
---------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="subject"] {
  display: block;
  width: 100%;
  padding: 4% 0;
  font-size: 4.2vw;
  font-weight: 100;
  border: solid #ddd;
  border-width: 0 0 1px 0;
  background: #fff; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="subject"]::-moz-placeholder {
    color: #bbbbbb; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="subject"]::-webkit-input-placeholder {
    color: #bbbbbb; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="subject"]:-ms-input-placeholder {
    color: #bbbbbb; }
  input[type="text"]::placeholder,
  input[type="password"]::placeholder,
  input[type="email"]::placeholder,
  input[type="subject"]::placeholder {
    color: #bbbbbb; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="subject"]:focus {
    border-color: #222; }

.form-area {
  padding-bottom: 20%;
  /* 필수사항 */
  /* 보안접속 */
  /* 보안문자 */
  /* 파일첨부 */
  /* 회원가입 공통 */
  /* 회원가입 완료 */ }
  .form-area fieldset + fieldset {
    margin-top: 7%; }
  .form-area .field-list label {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 3.5vw;
    font-weight: 300; }
  .form-area .field-list li {
    position: relative; }
    .form-area .field-list li + li {
      margin-top: 7%; }
  .form-area .comp {
    position: absolute;
    margin-left: 5px; }
    .form-area .comp:before {
      content: ' ';
      display: inline-block;
      position: absolute;
      top: 2px;
      width: 4px;
      height: 4px;
      background: #f68b1f;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .form-area .security {
    margin: 7% 0 12%;
    font-size: 3.5vw;
    text-align: left; }
    .form-area .security span {
      display: inline-block;
      vertical-align: middle;
      color: #999; }
    .form-area .security .input-chk + span {
      float: right; }
  .form-area .captcha {
    display: block;
    width: 100%;
    margin: 4% 0; }
  .form-area .refresh {
    width: 23px;
    height: 23px;
    text-indent: -99999px;
    overflow: hidden;
    background: url("../images/common/refresh.png") 0 0 no-repeat;
    background-size: contain; }
  .form-area .input-file {
    visibility: hidden;
    position: absolute;
    left: -1000px; }
  .form-area .input-file-group input {
    border: solid #ddd;
    border-width: 0 1px 0 0;
    width: 80%;
    display: inline-block;
    float: left; }
  .form-area .msg {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    color: #ff0e48;
    font-size: 3vw; }
  .form-area .btn-form {
    position: absolute;
    right: 0;
    bottom: 19%;
    color: #5584ff;
    font-size: 4vw;
    font-weight: 400; }
  .form-area form[name="registForm"] button[id="login"] {
    margin-top: 12%; }

/* 개인정보 제공 약관 동의 */
.agree-area {
  margin-top: 3%;
  text-align: left; }
  .agree-area .tit {
    position: relative;
    padding: 4% 0;
    font-size: 3.5vw;
    font-weight: 300;
    border-bottom: 1px solid #ddd; }
    .agree-area .tit:after {
      content: ' ';
      position: absolute;
      top: 50%;
      right: 3%;
      margin-top: -1%;
      padding: 1%;
      border-width: 0 2px 2px 0;
      border-style: solid;
      border-color: #cccccc;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: transform 0.4s ease;
      -moz-transition: transform 0.4s ease;
      -ms-transition: transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease; }
    .agree-area .tit.active:after {
      -webkit-transform: rotate(405deg);
      -moz-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
      -o-transform: rotate(405deg);
      transform: rotate(405deg);
      -webkit-transition: transform 0.4s ease;
      -moz-transition: transform 0.4s ease;
      -ms-transition: transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease; }
  .agree-area .cont {
    display: none; }
  .agree-area .terms-box {
    width: 100%;
    padding: 5% 0;
    font-size: 3.5vw;
    border-width: 0 1px 1px; }

/* faq 비밀번호 입력 */
#pw-view {
  text-align: center;
  color: #222; }
  #pw-view .modal-header {
    text-align: left; }
  #pw-view .pw-area {
    padding: 6%; }
    #pw-view .pw-area h4 {
      font-size: 4.5vw;
      font-weight: 500;
      margin-top: 30px; }
      #pw-view .pw-area h4:before {
        display: block;
        content: '';
        clear: both;
        width: 57px;
        height: 70px;
        margin: 0 auto 30px;
        background: url("../images/sub/center/ico-password.png") 0 0 no-repeat;
        background-size: contain; }
    #pw-view .pw-area p {
      font-weight: 200;
      font-size: 3.5vw;
      line-height: 7vw; }
      #pw-view .pw-area p:nth-child(2) {
        padding-top: 15px; }
    #pw-view .pw-area .input-form {
      margin-top: 35px; }
      #pw-view .pw-area .input-form input {
        width: 100%;
        border: 1px solid #ddd;
        text-align: center;
        padding: 5% 0;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
    #pw-view .pw-area .btn-section {
      padding-top: 60px; }

/* 에스크로 의무화 법령 */
#escrow-for .inner-info {
  font-size: 3.5vw;
  line-height: 6vw; }
  #escrow-for .inner-info + .inner-info {
    padding: 5% 0; }
  #escrow-for .inner-info h3 {
    color: #4f577b; }
  #escrow-for .inner-info span {
    font-weight: 300; }
  #escrow-for .inner-info p {
    font-weight: 100; }
    #escrow-for .inner-info p:first-child {
      margin-top: 2%; }
    #escrow-for .inner-info p .text-red {
      color: #e34036; }
#escrow-for .modal-area {
  padding: 3% 6%; }

/* ----------------------------------------------------------------
	common footer button
---------------------------------------------------------------- */
.btn-section {
  padding-top: 8%;
  margin-left: -8px;
  margin-right: -8px; }
  .btn-section .btn-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px 0; }
    .btn-section .btn-wrap * {
      display: table-cell;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }

/* ----------------------------------------------------------------
	common go top
---------------------------------------------------------------- */
.go-top {
  position: fixed;
  right: 4%;
  bottom: 4%;
  padding: 7px;
  width: 36px;
  height: 34px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000; }

/* ----------------------------------------------------------------
	animation
---------------------------------------------------------------- */
@-webkit-keyframes ev1 {
  0% {
    transform: translateY(-6px); }
  100% {
    transform: translateY(0); } }
@-moz-keyframes ev1 {
  0% {
    transform: translateY(-6px); }
  100% {
    transform: translateY(0); } }
@-ms-keyframes ev1 {
  0% {
    transform: translateY(-6px); }
  100% {
    transform: translateY(0); } }
@-o-keyframes ev1 {
  0% {
    transform: translateY(-6px); }
  100% {
    transform: translateY(0); } }
@keyframes ev1 {
  0% {
    transform: translateY(-6px); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes ev2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes ev2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes ev2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes ev2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes ev2 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes ev3 {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-20px); }
  100% {
    transform: translateX(0); } }
@-moz-keyframes ev3 {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-20px); }
  100% {
    transform: translateX(0); } }
@-ms-keyframes ev3 {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-20px); }
  100% {
    transform: translateX(0); } }
@-o-keyframes ev3 {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-20px); }
  100% {
    transform: translateX(0); } }
@keyframes ev3 {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(-20px); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes circle-one {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 430;
    stroke: #f68b1f; } }
@-moz-keyframes circle-one {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 430;
    stroke: #f68b1f; } }
@-ms-keyframes circle-one {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 430;
    stroke: #f68b1f; } }
@-o-keyframes circle-one {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 430;
    stroke: #f68b1f; } }
@keyframes circle-one {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 430;
    stroke: #f68b1f; } }
@-webkit-keyframes circle-two {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 255;
    stroke: #f68b1f; } }
@-moz-keyframes circle-two {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 255;
    stroke: #f68b1f; } }
@-ms-keyframes circle-two {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 255;
    stroke: #f68b1f; } }
@-o-keyframes circle-two {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 255;
    stroke: #f68b1f; } }
@keyframes circle-two {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 255;
    stroke: #f68b1f; } }
@-webkit-keyframes circle-three {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 70;
    stroke: #f68b1f; } }
@-moz-keyframes circle-three {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 70;
    stroke: #f68b1f; } }
@-ms-keyframes circle-three {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 70;
    stroke: #f68b1f; } }
@-o-keyframes circle-three {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 70;
    stroke: #f68b1f; } }
@keyframes circle-three {
  0% {
    stroke-dashoffset: 720;
    stroke: white; }
  50% {
    stroke: #f68b1f; }
  100% {
    stroke-dashoffset: 70;
    stroke: #f68b1f; } }
/* ----------------------------------------------------------------
	footer
---------------------------------------------------------------- */
footer {
  position: relative;
  padding: 7% 4% 10%;
  text-align: left;
  font-size: 3vw;
  background: #2c2e32;
  color: #fff; }
  footer h1 {
    width: 180px; }
    footer h1 a {
      display: block; }
  footer p {
    line-height: 6vw; }
    footer p span b {
      margin-right: 4%;
      color: #999; }
    footer p span a {
      color: #fff; }
    footer p span + span {
      margin-left: 5%; }
    footer p:nth-of-type(2) {
      padding: 6% 0;
      color: #999; }
  footer .terms {
    display: inline-block;
    width: 100%;
    margin-top: 7%;
    padding: 6% 0;
    border-top: 1px solid #44474d; }
    footer .terms a {
      color: #bbbbbb;
      font-size: 3.2vw;
      font-weight: 300; }
      footer .terms a:not(:first-child) {
        margin-left: 6%; }
      footer .terms a:last-child {
        color: #fff; }
  footer .social a {
    display: inline-block; }
    footer .social a:not(:last-child) {
      margin-right: 12px; }
  footer .social img {
    width: 35px; }
  footer .familysite {
    width: 100%;
    text-align: left;
    background: #4f577b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
    footer .familysite .select-chk {
      display: block;
      position: relative;
      padding: 5% 10% 5% 12%;
      font-size: 3vw;
      color: #ddd;
      background: transparent; }
    footer .familysite .select-btn {
      width: 14px;
      height: 14px;
      position: absolute;
      right: 10%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      footer .familysite .select-btn:before, footer .familysite .select-btn:after {
        content: ' ';
        display: inline-block;
        position: absolute;
        top: 50%;
        width: 8px;
        height: 1px;
        background-color: #ddd;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      footer .familysite .select-btn:before {
        left: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      footer .familysite .select-btn:after {
        right: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      footer .familysite .select-btn.active:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      footer .familysite .select-btn.active:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    footer .familysite .site-list {
      display: none;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 11vw;
      padding: 2% 0;
      background: #2c2e32;
      border: 1px solid #666;
      z-index: 100; }
      footer .familysite .site-list a {
        display: block;
        padding: 4% 11%;
        font-size: 3vw;
        color: #ddd; }

/* ----------------------------------------------------------------
	header - main
---------------------------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000; }

/* header-wrap */
.header-wrap {
  position: relative;
  padding: 5vw 6%;
  background: rgba(255, 255, 255, 0.7); }
  .header-wrap h1 {
    float: left;
    width: 110px;
    height: 23px;
    z-index: 10;
    background: url("../images/common/logo.png") 0 0 no-repeat;
    background-size: contain; }
    .header-wrap h1 a {
      height: inherit;
      display: block; }
  .header-wrap button {
    position: absolute;
    top: 50%;
    right: 6%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 23px;
    height: 23px;
    text-indent: -99999px;
    overflow: hidden;
    background: url("../images/common/all_menu.png") 0 0 no-repeat;
    background-size: contain; }

/* all menu header-wrap */
#gnb-wrap .header-wrap {
  background: #5584ff; }
  #gnb-wrap .header-wrap h1 {
    background: url("../images/common/logo_w.png") 0 0 no-repeat;
    background-size: contain; }
    #gnb-wrap .header-wrap h1 + a {
      position: absolute;
      right: 25%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font-size: 4vw;
      color: #fff; }
      #gnb-wrap .header-wrap h1 + a:after {
        content: ' ';
        position: absolute;
        top: 1vw;
        height: 4vw;
        padding-left: 50%;
        border-right: 1px solid #7ea2ff; }
  #gnb-wrap .header-wrap button {
    background: url("../images/common/all_close.png") 0 0 no-repeat;
    background-size: contain; }

/* ----------------------------------------------------------------
	side menu
---------------------------------------------------------------- */
#gnb-wrap {
  z-index: 10001; }
  #gnb-wrap .slide-left {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  #gnb-wrap .all-overlay {
    background: rgba(0, 0, 0, 0.6);
    visibility: visible;
    z-index: 10001; }

#all-category > ul > li {
  border-bottom: 1px solid #ddd; }
  #all-category > ul > li > span {
    position: relative;
    display: block;
    padding: 5% 7%;
    color: #5584ff;
    font-size: 4.2vw;
    font-weight: 400; }
    #all-category > ul > li > span:after {
      content: ' ';
      position: absolute;
      top: 50%;
      right: 8%;
      margin-top: -2%;
      padding: 1vw;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: black;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: transform 0.4s ease;
      -moz-transition: transform 0.4s ease;
      -ms-transition: transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease; }
  #all-category > ul > li.active span:after {
    margin-top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease; }
  #all-category > ul > li.active > ul {
    display: block; }
  #all-category > ul > li > ul {
    display: none;
    padding: 4% 0;
    border-top: 1px solid #ddd;
    background: #f5f5f5; }
    #all-category > ul > li > ul li a {
      display: block;
      padding: 4% 7%;
      font-size: 4vw; }
    #all-category > ul > li > ul li.active a {
      font-weight: 400; }

#gnb-cont {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 3px 0 7px #626262;
  -moz-box-shadow: 3px 0 7px #626262;
  box-shadow: 3px 0 7px #626262;
  z-index: 10002; }
  #gnb-cont .gnb-scroll {
    height: 100%;
    overflow: auto; }

.all-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.consult-area {
  padding: 5% 0 5% 7%;
  border-bottom: 1px solid #ddd; }
  .consult-area:before, .consult-area:after {
    content: ' ';
    display: table; }
  .consult-area:after {
    clear: both; }
  .consult-area * {
    display: block; }
  .consult-area [class*="col-6"] p {
    padding: 3% 0;
    font-size: 3.2vw; }
  .consult-area [class*="col-6"] a {
    font-size: 5.5vw;
    font-weight: 700;
    font-family: "NanumSquareRound", sans-serif; }
  .consult-area [class*="col-3"] {
    text-align: center; }
    .consult-area [class*="col-3"] img {
      margin: 0 auto;
      width: 39px;
      height: 39px; }
    .consult-area [class*="col-3"] span {
      font-size: 3.5vw; }
    .consult-area [class*="col-3"]:last-child:before {
      content: ' ';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      height: 4vw;
      width: 1px;
      background: #ddd; }

/* ----------------------------------------------------------------
	sub panel common
---------------------------------------------------------------- */
#sub-wrap .panel-area {
  padding-bottom: 15%; }
  #sub-wrap .panel-area .btn {
    margin-top: 8vw;
    padding: 3% 10%; }

.video-wrap {
  position: relative; }
  .video-wrap .video-area {
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%; }
    .video-wrap .video-area video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.img-area {
  position: relative; }

.bu-area {
  position: relative;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .bu-area dl.bu-list {
    float: left;
    position: relative;
    padding: 7% 5%;
    margin: 1.3%;
    white-space: nowrap;
    text-align: left;
    letter-spacing: -0.075vw;
    -webkit-box-shadow: 0 0 7px #e6e6e6;
    -moz-box-shadow: 0 0 7px #e6e6e6;
    box-shadow: 0 0 7px #e6e6e6; }
    .bu-area dl.bu-list dt {
      margin-bottom: 5%;
      font-size: 4vw;
      font-weight: 400; }
      .bu-area dl.bu-list dt img {
        display: block;
        margin-bottom: 20%; }
    .bu-area dl.bu-list dd {
      width: 115px;
      font-size: 3.2vw;
      color: gray; }

.num-area {
  padding: 10% 6% 0; }
  .num-area dl.num-list {
    position: relative;
    padding: 5% 7%;
    text-align: left;
    background: #fff;
    letter-spacing: -0.075vw;
    -webkit-box-shadow: 0 0 7px #e6e6e6;
    -moz-box-shadow: 0 0 7px #e6e6e6;
    box-shadow: 0 0 7px #e6e6e6; }
    .num-area dl.num-list:not(:last-child) {
      margin-bottom: 3%; }
    .num-area dl.num-list:before {
      content: ' ';
      display: inline-block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      width: 34px;
      height: 34px;
      background: #4f577b;
      color: #fff;
      font-size: 4vw;
      line-height: 9vw;
      font-weight: 700;
      font-family: "NanumSquareRound", sans-serif;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .num-area dl.num-list:nth-of-type(1):before {
      content: "1"; }
    .num-area dl.num-list:nth-of-type(2):before {
      content: "2"; }
    .num-area dl.num-list:nth-of-type(3):before {
      content: "3"; }
    .num-area dl.num-list:nth-of-type(4):before {
      content: "4"; }
    .num-area dl.num-list:nth-of-type(5):before {
      content: "5"; }
    .num-area dl.num-list dt, .num-area dl.num-list dd {
      margin-left: 17%; }
    .num-area dl.num-list dt {
      font-size: 4vw;
      font-weight: 400;
      letter-spacing: -0.075vw; }
    .num-area dl.num-list dd {
      font-size: 3.2vw;
      color: gray; }

.check-area {
  padding: 0 6%; }
  .check-area li {
    position: relative;
    padding: 5% 7% 5% 20%;
    color: gray;
    text-align: left;
    font-size: 3.6vw;
    letter-spacing: -0.075vw;
    background: #fff;
    -webkit-box-shadow: 0 0 7px #e6e6e6;
    -moz-box-shadow: 0 0 7px #e6e6e6;
    box-shadow: 0 0 7px #e6e6e6; }
    .check-area li:not(:last-child) {
      margin-bottom: 4%; }
    .check-area li:before {
      content: ' ';
      display: inline-block;
      position: absolute;
      top: 27%;
      left: 5%;
      width: 34px;
      height: 34px;
      background: url("../images/sub/domain/ico_check_red.png") no-repeat center center;
      background-size: contain; }

/* ----------------------------------------------------------------
	sub visual
---------------------------------------------------------------- */
/* common banner */
.sec-banner {
  position: relative;
  padding: 14% 0 12%;
  color: #fff;
  text-align: center;
  overflow: hidden; }
  .sec-banner p {
    font-size: 6.5vw;
    letter-spacing: -0.075vw;
    line-height: 9vw; }
    .sec-banner p:nth-child(1) {
      font-weight: 100; }
    .sec-banner p:nth-child(2) {
      margin-bottom: 6vw;
      font-weight: 400; }
  .sec-banner.part:before {
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    background: url("../images/layout/sub_banner_part.jpg") no-repeat center center;
    background-size: 100%; }
  @media screen and (max-width: 599px) {
    .sec-banner.part:before {
      background-position: center bottom; } }
  .sec-banner.about {
    background: url("../images/layout/sub_banner_about.jpg") no-repeat center center;
    background-size: cover; }

/* common padding */
[class^="sec-"] {
  padding: 15% 0; }

#sub-wrap [class^="sec-first"] {
  padding-top: 28%; }

/* ----------------------------------------------------------------
	sub layout
---------------------------------------------------------------- */
/* 쇼비즈 소개 */
#about .sub-title:before {
  content: 'About'; }
#about .sec-first .panel-area {
  padding-bottom: 10%; }
#about .sec-first .img-area img {
  -webkit-box-shadow: 0 5px 20px #dfe1ea;
  -moz-box-shadow: 0 5px 20px #dfe1ea;
  box-shadow: 0 5px 20px #dfe1ea; }
#about .sec-first .img-icon {
  margin-bottom: 10%; }
  #about .sec-first .img-icon span {
    display: inline-block;
    margin: 0 3%;
    vertical-align: top;
    font-size: 3vw;
    color: #666; }
    #about .sec-first .img-icon span img {
      display: block;
      width: 34px;
      margin: 0 auto 7%; }
#about .sec-second {
  background: url(../images/layout/sub_banner_about2.jpg) no-repeat center -500px;
  background-size: cover; }
  #about .sec-second .cont-title h4 {
    color: #fff; }
  #about .sec-second .about-area {
    padding: 7% 5%;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd; }
    #about .sec-second .about-area:before, #about .sec-second .about-area:after {
      content: ' ';
      display: table; }
    #about .sec-second .about-area:after {
      clear: both; }
    #about .sec-second .about-area b {
      display: block;
      font-size: 4vw; }
    #about .sec-second .about-area strong {
      display: block;
      padding: 5% 0 10%;
      font-size: 4vw;
      line-height: 5vw; }
      #about .sec-second .about-area strong span {
        font-weight: 100; }
    #about .sec-second .about-area p {
      color: #999;
      font-size: 3vw;
      line-height: 4.5vw;
      letter-spacing: -0.075vw;
      word-break: keep-all; }
  #about .sec-second [class*="col"] {
    padding-right: 6%;
    min-height: 180px; }
    #about .sec-second [class*="col"] img {
      position: absolute;
      width: 50%;
      right: 0;
      bottom: -33%; }
    #about .sec-second [class*="col"]:nth-child(1) {
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
    #about .sec-second [class*="col"]:nth-child(2) {
      padding-left: 5%;
      border-bottom: 1px solid #ddd; }
    #about .sec-second [class*="col"]:nth-child(3) {
      padding-top: 7%;
      border-right: 1px solid #ddd; }
    #about .sec-second [class*="col"]:nth-child(4) {
      padding-top: 7%;
      padding-left: 5%; }
  #about .sec-second .btn-wrap {
    margin-top: 25%;
    text-align: center; }
    #about .sec-second .btn-wrap .btn-orange {
      border-color: #f68b1f; }

/* 모바일 쇼핑몰 */
#mobile-shop .sub-title:before {
  content: 'Mobile'; }
#mobile-shop .sec-first .video-wrap {
  padding-left: 6%; }
  #mobile-shop .sec-first .video-wrap .video-area {
    padding-bottom: 68.571428571428571%; }
#mobile-shop .sec-second {
  background: #3d54b0; }
  #mobile-shop .sec-second .cont-title h4 {
    color: #fff; }
  #mobile-shop .sec-second .mobile-shop {
    position: relative;
    overflow: hidden;
    background: url(../images/sub/mobile/mobile_bg.png) 0 0 no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 5px 15px #3b415c;
    -moz-box-shadow: 0 5px 15px #3b415c;
    box-shadow: 0 5px 15px #3b415c; }
    #mobile-shop .sec-second .mobile-shop img {
      float: left;
      width: 120px; }
  #mobile-shop .sec-second .txt-area {
    margin: 20% 0 0 54%;
    color: #fff;
    text-align: left; }
    #mobile-shop .sec-second .txt-area p:first-child {
      font-size: 4vw;
      line-height: 6vw; }
      #mobile-shop .sec-second .txt-area p:first-child b {
        font-size: 6vw;
        display: block;
        font-family: "NanumSquareRound", sans-serif; }
    #mobile-shop .sec-second .txt-area p:last-child {
      margin-top: 10%;
      font-size: 2vw;
      line-height: 3.5vw;
      letter-spacing: -0.05vw;
      word-break: break-all; }
#mobile-shop .sec-third .cont-area .box:not(:last-child) {
  margin-bottom: 12%; }
#mobile-shop .sec-third .cont-area .box:nth-child(1) i:before {
  background: url(../images/sub/mobile/ico-3-1.png) center center no-repeat;
  background-size: contain; }
#mobile-shop .sec-third .cont-area .box:nth-child(2) i:before {
  background: url(../images/sub/mobile/ico-3-2.png) center center no-repeat;
  background-size: contain; }
#mobile-shop .sec-third .cont-area .box:nth-child(3) i:before {
  background: url(../images/sub/mobile/ico-3-3.png) center center no-repeat;
  background-size: contain; }
#mobile-shop .sec-third .cont-area i {
  position: relative;
  width: 150px;
  height: 150px;
  display: block;
  margin: 0 auto;
  border: 1px solid #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  #mobile-shop .sec-third .cont-area i:before {
    content: ' ';
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
#mobile-shop .sec-third .cont-area dl dt {
  margin: 5% 0 3%;
  font-size: 5vw;
  font-weight: 300; }
#mobile-shop .sec-third .cont-area dl dd {
  font-size: 3.5vw;
  line-height: 5vw;
  color: #999;
  letter-spacing: -0.05vw; }

/* 창업 가이드 */
#start-guide .sec-first {
  background: #fff; }
  #start-guide .sec-first .sub-title:before {
    content: 'Start'; }
#start-guide .sec-second {
  background: #f5f5f5;
  text-align: center; }
  #start-guide .sec-second p {
    display: inline-block; }
    #start-guide .sec-second p strong {
      display: block;
      width: 100px;
      height: 100px;
      padding-top: 25px;
      font-size: 3.2vmin;
      color: #fff;
      text-align: center;
      background: rgba(50, 59, 95, 0.9);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      #start-guide .sec-second p strong:before {
        content: ' ';
        display: block;
        margin: 0 auto 3%;
        width: 31px;
        height: 31px; }
    #start-guide .sec-second p:nth-child(1) {
      margin-right: 10%; }
      #start-guide .sec-second p:nth-child(1) strong {
        position: relative;
        background: #f68b1f; }
        #start-guide .sec-second p:nth-child(1) strong:before {
          background: url(../images/sub/start/ico-2-1.png) center center no-repeat;
          background-size: contain; }
        #start-guide .sec-second p:nth-child(1) strong:after {
          content: '';
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 110%;
          padding: 5px;
          margin-top: -5px;
          vertical-align: middle;
          border-width: 0 2px 2px 0;
          border-style: solid;
          border-color: #cccccc;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    #start-guide .sec-second p:nth-child(2) strong:before {
      background: url(../images/sub/start/ico-2-2.png) center center no-repeat;
      background-size: contain; }
    #start-guide .sec-second p:nth-child(3) {
      margin-left: -15px; }
      #start-guide .sec-second p:nth-child(3) strong:before {
        background: url(../images/sub/start/ico-2-3.png) center center no-repeat;
        background-size: contain; }
    #start-guide .sec-second p span {
      display: block;
      margin-top: 8%;
      font-size: 3.2vmin;
      color: gray;
      letter-spacing: -0.075vw; }
#start-guide .sec-third {
  background: #fff; }
  #start-guide .sec-third .video-wrap .video-area {
    padding-bottom: 91.304347826086957%; }
  #start-guide .sec-third .bu-area {
    padding: 10% 3.8% 0; }
    #start-guide .sec-third .bu-area dl.bu-list dt img {
      width: 32px; }
#start-guide .sec-fourth {
  background: #f5f5f5; }
  #start-guide .sec-fourth .video-wrap .video-width {
    width: 657px; }
  #start-guide .sec-fourth .video-wrap .video-area {
    padding-bottom: 59.665144596651446%; }
#start-guide .sec-fifth {
  background: #fff; }
  #start-guide .sec-fifth .bu-area {
    padding: 0 3.8% 0; }
    #start-guide .sec-fifth .bu-area dl.bu-list dt img {
      width: 51px; }

.move-slider {
  position: relative;
  margin: 0 2.5%;
  padding-top: 6px;
  overflow: hidden; }
  .move-slider:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -2.5%;
    left: 0;
    bottom: 0;
    background: url(../images/common/shadow_white.png) right 0 repeat-y;
    background-size: 15%;
    z-index: 1; }
  .move-slider .swiper-wrapper {
    font-size: 3.6vw;
    line-height: 5vw;
    text-align: left; }
  .move-slider .swiper-slide {
    width: 38%;
    position: relative;
    padding: 7% 0 7% 4%;
    letter-spacing: -0.1vw;
    border: 1px solid #4f577b;
    margin: 0 1.5%; }
    .move-slider .swiper-slide:after {
      content: '';
      display: block;
      width: 20px;
      height: 17px;
      position: absolute;
      top: -6px;
      right: -4px;
      background: url(../images/common/eq_navy.png) 0 0 no-repeat;
      background-size: contain;
      z-index: 1; }
    .move-slider .swiper-slide.swiper-slide-active:after {
      content: '';
      display: block;
      width: 20px;
      height: 17px;
      position: absolute;
      top: -6px;
      right: -4px;
      background: url(../images/common/eq_red.png) 0 0 no-repeat;
      background-size: contain;
      z-index: 1; }
    .move-slider .swiper-slide.swiper-slide-active span {
      color: #da0034; }

/* 이전센터 */
#move .sub-title:before {
  content: 'Move'; }
#move .sec-first {
  background: #fff; }
  #move .sec-first .mission-area {
    padding: 15% 4% 18%;
    background: url(../images/sub/move/tri_bg.png) center bottom no-repeat;
    background-size: contain; }
    #move .sec-first .mission-area .mission {
      margin-bottom: 1%;
      font-size: 4vw;
      font-weight: 400;
      text-align: center; }
      #move .sec-first .mission-area .mission span {
        position: relative;
        display: block;
        text-align: left;
        background: url(../images/common/line_dashed.png) 0 center repeat-x;
        background-size: 1%; }
        #move .sec-first .mission-area .mission span em {
          display: inline-block;
          padding: 0 1%;
          font-size: 3vw;
          color: #fff;
          background-color: #da0034; }
      #move .sec-first .mission-area .mission p:last-child {
        font-size: 3vw; }
#move .sec-second {
  color: #fff; }
  #move .sec-second:before {
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    background: url(../images/layout/sub_banner_move.jpg) no-repeat center center; }
  #move .sec-second .cont-title h4 {
    color: #fff; }
  #move .sec-second .cont-area {
    margin: 0 4%;
    text-align: left;
    background-color: #232737; }
    #move .sec-second .cont-area .box {
      padding: 10% 0 0 6%;
      height: 200px;
      background: url(../images/sub/move/2-1.png) no-repeat 160% 80px;
      background-size: contain; }
      #move .sec-second .cont-area .box p:nth-child(1) {
        font-size: 4.8vw;
        line-height: 6vw;
        font-weight: 100;
        letter-spacing: -0.075vw; }
        #move .sec-second .cont-area .box p:nth-child(1) b {
          font-weight: 400; }
      #move .sec-second .cont-area .box p:nth-child(2) {
        margin-top: 5%;
        font-size: 3vw;
        line-height: 5vw; }
    #move .sec-second .cont-area ul li {
      position: relative;
      padding: 6%;
      font-size: 3.6vw;
      border-top: 1px solid #44474d; }
      #move .sec-second .cont-area ul li:after {
        width: 37px;
        height: 37px;
        content: ' ';
        position: absolute;
        right: 6%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      #move .sec-second .cont-area ul li:nth-child(1):after {
        background: url(../images/sub/move/ico-2-1.png) center center no-repeat;
        background-size: contain; }
      #move .sec-second .cont-area ul li:nth-child(2):after {
        background: url(../images/sub/move/ico-2-2.png) center center no-repeat;
        background-size: contain; }
      #move .sec-second .cont-area ul li:nth-child(3):after {
        background: url(../images/sub/move/ico-2-3.png) center center no-repeat;
        background-size: contain; }
#move .sec-third {
  text-align: center;
  background: #fff; }
  #move .sec-third .cont-area {
    width: 100%;
    font-size: 0; }
    #move .sec-third .cont-area *[class*="col-"] {
      display: inline-block;
      float: none;
      width: 33.3%;
      padding: 2% 0;
      border-right: 1px solid #f5f5f5; }
      #move .sec-third .cont-area *[class*="col-"]:nth-of-type(3), #move .sec-third .cont-area *[class*="col-"]:nth-of-type(5) {
        border-right-color: transparent; }
      #move .sec-third .cont-area *[class*="col-"]:nth-of-type(4) {
        margin-top: 8%; }
    #move .sec-third .cont-area strong, #move .sec-third .cont-area img, #move .sec-third .cont-area span {
      display: block; }
    #move .sec-third .cont-area strong {
      font-size: 3.8vw; }
    #move .sec-third .cont-area img {
      width: 40px;
      margin: 10% auto 8%; }
    #move .sec-third .cont-area span {
      font-size: 3vw; }
#move .sec-fourth {
  text-align: center;
  background: #f5f5f5;
  overflow-x: hidden; }
  #move .sec-fourth .step-area {
    position: relative;
    overflow-y: auto;
    margin-bottom: 10%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #move .sec-fourth .step-area:before, #move .sec-fourth .step-area:after {
      content: ' ';
      display: table; }
    #move .sec-fourth .step-area:after {
      clear: both; }
    #move .sec-fourth .step-area [class*="col"] {
      width: 150px;
      height: 220px;
      padding: 5% 3%;
      margin-right: 2%;
      text-align: left;
      white-space: nowrap;
      letter-spacing: -0.075vw;
      background: #fff;
      border: 1px solid #eaeaea; }
      #move .sec-fourth .step-area [class*="col"] span, #move .sec-fourth .step-area [class*="col"] img, #move .sec-fourth .step-area [class*="col"] strong {
        display: block; }
      #move .sec-fourth .step-area [class*="col"] img {
        width: 110px; }
      #move .sec-fourth .step-area [class*="col"] span {
        margin-bottom: 5%;
        text-align: right;
        font-size: 3vw; }
        #move .sec-fourth .step-area [class*="col"] span:before {
          content: '/';
          display: inline-block;
          margin-right: 6px;
          font-size: 2vw;
          vertical-align: 1px; }
        #move .sec-fourth .step-area [class*="col"] span b {
          margin-left: 8px;
          font-size: 5vw;
          font-family: "NanumSquareRound", sans-serif; }
      #move .sec-fourth .step-area [class*="col"] strong {
        margin: 8% 0 5%;
        font-size: 4vw;
        font-weight: 400;
        color: #222; }
      #move .sec-fourth .step-area [class*="col"] p {
        width: 110px;
        font-size: 3vw;
        line-height: 5vw;
        font-weight: 200; }
  #move .sec-fourth .btn-wine {
    border-color: #da0034; }

/* 상품관리 */
#smart-prod .sub-title:before {
  content: 'Smart'; }
#smart-prod .sec-first .video-wrap .video-area {
  padding-bottom: 69.491525423728814%; }
#smart-prod .sec-second {
  background: #f5f5f5; }
#smart-prod .sec-fourth {
  background: #f5f5f5; }

/* 쉬운 디자인 */
#easy-design .sub-title:before {
  content: 'Easy'; }
#easy-design .sec-first img {
  padding-top: 10%; }
#easy-design .sec-second {
  background: #f5f5f5; }
  #easy-design .sec-second .video-wrap {
    padding: 0 16% 0 4%; }
    #easy-design .sec-second .video-wrap .video-area {
      padding-bottom: 100%; }
#easy-design .sec-third .video-wrap .video-area {
  padding-bottom: 59.375%; }
#easy-design .sec-fourth {
  background: #f5f5f5; }
#easy-design .sec-fifth .video-wrap .video-area {
  padding-bottom: 59.375%; }

/* 상품리뷰 */
#prod-review .sub-title:before {
  content: 'Review'; }
#prod-review .sec-first .video-wrap .video-area {
  padding-bottom: 63.461538461538462%; }
#prod-review .sec-second {
  background: #f5f5f5; }
#prod-review .sec-fourth {
  background: #f5f5f5; }

/* 메인진열 */
#goods-align .sub-title:before {
  content: 'Display'; }
#goods-align .sec-first .btn-navy-line {
  margin-top: 45px;
  border-width: 2px; }
#goods-align .sec-second {
  background: #f5f5f5; }
  #goods-align .sec-second .video-wrap .video-area {
    padding-bottom: 56.201550387596899%; }

/* sms발송 */
#sms .sub-title:before {
  content: 'Message'; }
#sms .sec-first {
  background: #fff; }
  #sms .sec-first .img-area {
    margin-top: -4%; }
#sms .sec-second {
  color: #fff; }
  #sms .sec-second:before {
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    background: url(../images/layout/sub_banner_sms.jpg) no-repeat center center; }
  #sms .sec-second p {
    color: #fff; }
  #sms .sec-second .cont-area {
    padding: 10% 0; }
    #sms .sec-second .cont-area dl {
      position: relative;
      padding-left: 78px;
      letter-spacing: -0.075vw;
      text-align: left; }
      #sms .sec-second .cont-area dl + dl {
        margin-top: 15%; }
      #sms .sec-second .cont-area dl:after {
        content: ' ';
        display: inline-block;
        width: 36px;
        height: 36px;
        position: absolute;
        top: 50%;
        left: 30px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      #sms .sec-second .cont-area dl:nth-child(1):after {
        background: url(../images/sub/sms/ico-2-1.png) no-repeat center center;
        background-size: contain; }
      #sms .sec-second .cont-area dl:nth-child(2):after {
        background: url(../images/sub/sms/ico-2-2.png) no-repeat center center;
        background-size: contain; }
      #sms .sec-second .cont-area dl:nth-child(3):after {
        background: url(../images/sub/sms/ico-2-3.png) no-repeat center center;
        background-size: contain; }
      #sms .sec-second .cont-area dl:before {
        content: ' ';
        display: inline-block;
        width: 58px;
        height: 58px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background-color: #5584ff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      #sms .sec-second .cont-area dl dt {
        margin-bottom: 2%;
        font-size: 4vw;
        font-weight: 400; }
      #sms .sec-second .cont-area dl dd {
        font-size: 3vw; }
#sms .sec-third {
  background: #fff; }

/* 카카오 알림톡 */
#talk .sub-title:before {
  content: 'Talk'; }
#talk .sec-first .video-wrap .video-area {
  padding-bottom: 60.240963855421687%; }
#talk .sec-second {
  color: #fff;
  background: url(../images/layout/sub_banner_talk.jpg) no-repeat left center;
  background-size: cover; }
  #talk .sec-second p {
    color: #fff; }
  #talk .sec-second dl {
    font-size: 0;
    padding: 0 8% 0 8%;
    white-space: nowrap; }
    #talk .sec-second dl * {
      display: inline-block;
      font-size: 3.8vw; }
    #talk .sec-second dl dt {
      width: 20%;
      text-align: left; }
    #talk .sec-second dl dd {
      width: 80%;
      text-align: right; }
      #talk .sec-second dl dd b {
        margin-right: 6%;
        font-size: 8vw;
        font-weight: 400; }
    #talk .sec-second dl:first-child {
      border-right: 1px solid rgba(221, 221, 221, 0.2); }
#talk .sec-third {
  background: #f5f5f5; }

/* pg업체 선택 */
#pg .sub-title:before {
  content: 'Pay'; }
#pg .sec-first {
  background: #fff; }
  #pg .sec-first .cont-area {
    padding: 0 10% 0 14%; }
    #pg .sec-first .cont-area .box {
      position: relative;
      height: 0;
      padding-top: calc(150 / 150 * 100%);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      #pg .sec-first .cont-area .box p {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 3vw;
        line-height: 5vw; }
        #pg .sec-first .cont-area .box p strong {
          display: block;
          margin-bottom: 5%;
          font-size: 3.5vw; }
    #pg .sec-first .cont-area .col-6:nth-of-type(1),
    #pg .sec-first .cont-area .col-6:nth-of-type(4) {
      z-index: 1; }
      #pg .sec-first .cont-area .col-6:nth-of-type(1) .box,
      #pg .sec-first .cont-area .col-6:nth-of-type(4) .box {
        background: rgba(221, 221, 221, 0.5); }
    #pg .sec-first .cont-area .col-6:nth-of-type(2),
    #pg .sec-first .cont-area .col-6:nth-of-type(3) {
      z-index: 0; }
      #pg .sec-first .cont-area .col-6:nth-of-type(2) .box,
      #pg .sec-first .cont-area .col-6:nth-of-type(3) .box {
        color: #fff;
        background: #373d56; }
    #pg .sec-first .cont-area .col-6:nth-of-type(2),
    #pg .sec-first .cont-area .col-6:nth-of-type(4) {
      margin-left: -4%; }
#pg .sec-second {
  position: relative;
  background: url(../images/layout/sub_visual_pay.jpg) no-repeat center center; }
  #pg .sec-second .cont-area {
    padding: 9%;
    color: #fff;
    background: #e34036;
    font-size: 3.2vw;
    text-align: left; }
    #pg .sec-second .cont-area p {
      line-height: 6vw; }
      #pg .sec-second .cont-area p:nth-child(2) {
        padding-top: 6%;
        text-decoration: underline; }
    #pg .sec-second .cont-area a {
      display: inline-block;
      padding-top: 10%;
      color: #fff;
      font-size: 4vw; }
      #pg .sec-second .cont-area a:after {
        content: ' ';
        display: inline-block;
        vertical-align: 1px;
        padding: 3px;
        margin-left: 8px;
        border-width: 0 2px 2px 0;
        border-style: solid;
        border-color: #fff;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  #pg .sec-second img {
    width: 47%;
    position: absolute;
    right: 0;
    bottom: 0; }
#pg .sec-third {
  background: #fff; }
  #pg .sec-third .cont-area .box + .box {
    margin-top: 12%; }
  #pg .sec-third .cont-area img {
    width: 45%;
    display: block;
    margin: 0 auto; }
  #pg .sec-third .cont-area dl dt {
    margin: 5% 0 3%;
    font-size: 5vw;
    font-weight: 300; }
  #pg .sec-third .cont-area dl dd {
    font-size: 3.5vw;
    line-height: 5vw;
    color: #666;
    word-break: keep-all; }
    #pg .sec-third .cont-area dl dd span {
      color: #e34036; }
#pg .sec-fourth:before {
  content: ' ';
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  background: url(../images/layout/sub_banner_pay.jpg) no-repeat center center; }
#pg .sec-fourth .cont-title h4 {
  color: #fff; }
#pg .sec-fourth .cont-area {
  margin: 0 4%;
  text-align: left;
  color: #fff;
  background-color: #232737; }
  #pg .sec-fourth .cont-area .box {
    padding: 10% 0 0 6%;
    height: 200px;
    background: url(../images/sub/pay/4-1.png) no-repeat 160% 80px;
    background-size: contain; }
    #pg .sec-fourth .cont-area .box p:nth-child(1) {
      font-size: 4.8vw;
      line-height: 6vw;
      font-weight: 100;
      letter-spacing: -0.075vw; }
      #pg .sec-fourth .cont-area .box p:nth-child(1) b {
        font-weight: 400; }
    #pg .sec-fourth .cont-area .box p:nth-child(2) {
      margin-top: 5%;
      font-size: 3vw;
      line-height: 5vw; }
  #pg .sec-fourth .cont-area ul li {
    position: relative;
    padding: 6%;
    font-size: 3.6vw;
    border-top: 1px solid #44474d; }
    #pg .sec-fourth .cont-area ul li span {
      display: inline-block;
      margin-right: 4%;
      width: 22px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #999; }
    #pg .sec-fourth .cont-area ul li:after {
      display: inline-block;
      width: 37px;
      height: 37px;
      content: ' ';
      position: absolute;
      right: 6%;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    #pg .sec-fourth .cont-area ul li:nth-child(1):after {
      background: url(../images/sub/pay/ico-4-1.png) center center no-repeat;
      background-size: contain; }
    #pg .sec-fourth .cont-area ul li:nth-child(2):after {
      background: url(../images/sub/pay/ico-4-2.png) center center no-repeat;
      background-size: contain; }
    #pg .sec-fourth .cont-area ul li:nth-child(3):after {
      background: url(../images/sub/pay/ico-4-3.png) center center no-repeat;
      background-size: contain; }
    #pg .sec-fourth .cont-area ul li:nth-child(4):after {
      background: url(../images/sub/pay/ico-4-4.png) center center no-repeat;
      background-size: contain; }
    #pg .sec-fourth .cont-area ul li:nth-child(5):after {
      background: url(../images/sub/pay/ico-4-5.png) center center no-repeat;
      background-size: contain; }
    #pg .sec-fourth .cont-area ul li:nth-child(6):after {
      background: url(../images/sub/pay/ico-4-6.png) center center no-repeat;
      background-size: contain; }
#pg .sec-fourth .btn-more {
  margin-top: 10%;
  border-color: #ffcd4e;
  color: #ffcd4e; }
  #pg .sec-fourth .btn-more:after {
    background: url("../images/common/orange_arrow.png") 0 0 no-repeat;
    background-size: contain; }
#pg .sec-fifth {
  background: #fff; }
  #pg .sec-fifth .table > tbody > tr > td {
    padding: 4% 0; }

/* 도메인SSL */
#domain .sub-title:before {
  content: 'Domain'; }
#domain .sec-first .video-wrap {
  margin-top: -10%; }
  #domain .sec-first .video-wrap .video-area {
    padding-bottom: 61.328125%; }
#domain .sec-second {
  background: url("../images/layout/sub_banner_domain.jpg") no-repeat center center;
  background-size: cover; }
  #domain .sec-second .cont-title {
    color: #fff; }
  #domain .sec-second .cont-area {
    margin-left: -12px;
    margin-right: -12px; }
    #domain .sec-second .cont-area [class*="col"] {
      margin-top: 5%; }
      #domain .sec-second .cont-area [class*="col"]:last-child .box {
        height: 0;
        padding-top: calc(45 / 140 * 100%);
        padding-left: 6%;
        background: #da0034;
        color: #fff; }
        #domain .sec-second .cont-area [class*="col"]:last-child .box span {
          color: #fff;
          border-bottom-color: #fff; }
        #domain .sec-second .cont-area [class*="col"]:last-child .box:after {
          display: none; }
    #domain .sec-second .cont-area .box {
      position: relative;
      height: 0;
      padding-top: calc(100 / 140 * 100%);
      padding-left: 12%;
      margin: 0 12px;
      background: #fff;
      text-align: left; }
      #domain .sec-second .cont-area .box .wrap {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        #domain .sec-second .cont-area .box .wrap span {
          display: inline-block;
          margin-bottom: 6px;
          color: #da0034;
          font-size: 3vw;
          font-weight: 500;
          border-bottom: 1px solid #da0034; }
        #domain .sec-second .cont-area .box .wrap strong {
          display: block;
          font-size: 4vw;
          line-height: 6vw; }
      #domain .sec-second .cont-area .box:after {
        content: ' ';
        position: absolute;
        top: 50%;
        right: -8px;
        margin-top: -8px;
        margin-left: 50%;
        border-color: transparent transparent transparent #fff;
        border-width: 8px 0 8px 8px;
        border-style: solid; }
#domain .sec-fourth {
  background: #f5f5f5; }
  #domain .sec-fourth .img-area {
    margin-top: 10%; }

/* snssell */
#snssell .sub-title:before {
  content: 'Snssell'; }
#snssell .sec-first {
  background: #fff; }
  #snssell .sec-first .box {
    padding: 10% 6% 12%;
    background-color: #f5f5f5; }
    #snssell .sec-first .box:nth-of-type(2) {
      color: #fff;
      background: url(../images/layout/sub_photo_sell.jpg) no-repeat center center;
      background-size: cover; }
      #snssell .sec-first .box:nth-of-type(2) strong, #snssell .sec-first .box:nth-of-type(2) p {
        color: #fff; }
    #snssell .sec-first .box:not(:first-child) {
      margin-top: 4%; }
    #snssell .sec-first .box * {
      display: block; }
    #snssell .sec-first .box span {
      font-size: 5vw;
      font-weight: 400; }
    #snssell .sec-first .box strong {
      padding: 2% 0;
      font-size: 3.5vw;
      letter-spacing: -0.08vw;
      color: #fe7a66; }
    #snssell .sec-first .box p {
      font-size: 3.2vw;
      color: #666;
      line-height: 5vw; }
#snssell .sec-second {
  padding-top: 0;
  background: #fff; }
  #snssell .sec-second .bu-area {
    padding: 0 3.8%; }
    #snssell .sec-second .bu-area dl.bu-list dt img {
      width: 40px; }
#snssell .sec-third {
  text-align: center;
  color: #fff; }
  #snssell .sec-third:before {
    content: ' ';
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
    background: url(../images/layout/sub_banner_sell.jpg) no-repeat center center; }
  #snssell .sec-third p {
    color: #fff; }
  #snssell .sec-third .cont-area {
    padding-bottom: 10%; }
  #snssell .sec-third [class*="col"] {
    padding: 6%; }
    #snssell .sec-third [class*="col"]:nth-child(2n) {
      border-left: 1px solid #727ba4; }
    #snssell .sec-third [class*="col"]:nth-child(n+2):nth-child(n+3) {
      border-top: 1px solid #727ba4; }
    #snssell .sec-third [class*="col"] strong {
      display: block;
      padding: 3px;
      width: 100px;
      margin: 10px auto 12px;
      font-size: 3vw;
      background: #3b415c;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px; }
    #snssell .sec-third [class*="col"] img {
      width: 50px; }
    #snssell .sec-third [class*="col"] span {
      display: block;
      font-size: 6vw;
      font-family: "NanumSquareRound", sans-serif;
      font-weight: 700; }
      #snssell .sec-third [class*="col"] span:after {
        font-size: 4vw;
        content: '+';
        font-weight: 500;
        margin-left: 5%; }

/* btob */
#btob .sub-title:before {
  content: 'B2B'; }
#btob .sec-second {
  background-color: #f5f5f5; }
  #btob .sec-second dl.num-list:nth-child(n+2):nth-child(-n+4):before {
    background: #cccccc; }
  #btob .sec-second dl.num-list:nth-of-type(5):before {
    background: #da0034; }
#btob .sec-third .cont + .cont {
  margin-top: 10%; }
#btob .sec-third .cont h4 {
  margin-bottom: 5%;
  font-size: 5vw;
  font-weight: 300; }
  #btob .sec-third .cont h4 b {
    text-decoration: underline; }
  #btob .sec-third .cont h4 b, #btob .sec-third .cont h4 small {
    display: block; }
  #btob .sec-third .cont h4 .label {
    display: inline-block;
    padding: 1% 4%;
    color: #fff;
    font-size: 3vw;
    background-color: #f99901;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
#btob .sec-third .cont p {
  font-size: 0;
  color: #999; }
  #btob .sec-third .cont p * {
    display: inline-block;
    vertical-align: bottom;
    width: 20%;
    font-size: 3vw;
    white-space: nowrap; }
  #btob .sec-third .cont p img {
    display: block;
    width: 50%;
    margin: 0 auto 10%; }
  #btob .sec-third .cont p:last-child {
    margin-top: 6%;
    padding: 5%;
    font-size: 3.6vw;
    font-weight: 100;
    line-height: 5.6vw;
    border: 1px solid #e4e4e4; }

/* membership */
#membership .sec-first {
  padding-bottom: 12%;
  padding-top: 32%; }
  #membership .sec-first button {
    margin-top: 10vw;
    width: 70%; }
#membership .sub-title:before {
  background: url("../images/member/membership_logo.png") 0 0 no-repeat;
  background-size: contain;
  content: '';
  width: 120px;
  height: 11px;
  margin: 0 auto; }
#membership .sec-second {
  padding: 6% 0 10%;
  background: #f7f7f7; }
  #membership .sec-second .check-area {
    padding: 0 4%; }
    #membership .sec-second .check-area li {
      padding: 5% 7%;
      font-size: 3.3vw;
      letter-spacing: -0.15vw;
      border-radius: 3px; }
      #membership .sec-second .check-area li img {
        width: 70px;
        height: 15px;
        margin-top: 10px; }
      #membership .sec-second .check-area li:before {
        display: none; }
      #membership .sec-second .check-area li span {
        display: inline-block;
        margin-left: 10%;
        position: relative; }
        #membership .sec-second .check-area li span:before {
          content: '';
          display: inline-block;
          width: 1px;
          height: 14px;
          background: #e0e0e0;
          position: absolute;
          left: -8%;
          top: 30%; }

/* ----------------------------------------------------------------
	main intro
---------------------------------------------------------------- */
/* main visual */
.main-visual {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .main-visual .txt-area {
    position: absolute;
    left: 50%;
    top: 36%;
    width: 100%;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .main-visual .txt-area p {
      letter-spacing: -0.075vw; }
      .main-visual .txt-area p:nth-child(1) {
        margin-bottom: 4vmin;
        font-size: 7.5vw;
        font-weight: 400;
        line-height: 10vw; }
      .main-visual .txt-area p:nth-child(2) {
        margin-bottom: 16vmin;
        font-size: 3.5vw;
        letter-spacing: -0.03vw; }

/* more button */
.btn-more {
  padding: 3vw 6vw;
  color: #fff;
  font-size: 4vw;
  font-weight: 400;
  border: 2px solid #fff;
  -webkit-transition: background 0.3s ease-out, border 0.3s ease;
  -moz-transition: background 0.3s ease-out, border 0.3s ease;
  -ms-transition: background 0.3s ease-out, border 0.3s ease;
  -o-transition: background 0.3s ease-out, border 0.3s ease;
  transition: background 0.3s ease-out, border 0.3s ease; }
  .btn-more:active {
    border-color: #f68b1f;
    background: #f68b1f; }
  .btn-more:after {
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 9px;
    margin-left: 10px;
    background: url("../images/common/white_arrow.png") 0 0 no-repeat;
    background-size: contain; }

/* quick button */
.quick-btn {
  position: relative;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 10px 30px #e6e6e6;
  -moz-box-shadow: 0 10px 30px #e6e6e6;
  box-shadow: 0 10px 30px #e6e6e6; }
  .quick-btn .menu {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #fff; }
    .quick-btn .menu li {
      position: relative;
      display: table-cell;
      text-align: left;
      vertical-align: middle; }
      .quick-btn .menu li a {
        display: block;
        padding: 7vw 10%;
        font-size: 3.5vw;
        font-weight: 400; }
      .quick-btn .menu li:after {
        content: ' ';
        display: inline-block;
        width: 28px;
        height: 28px;
        position: absolute;
        right: 10%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .quick-btn .menu li:active, .quick-btn .menu li.active {
        background-color: #4f577b;
        -webkit-transition: background 0.3s ease-out;
        -moz-transition: background 0.3s ease-out;
        -ms-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out; }
        .quick-btn .menu li:active a, .quick-btn .menu li.active a {
          color: #fff; }
      .quick-btn .menu li:nth-child(1):after {
        background: url("../images/common/shop_c.png") 0 0 no-repeat;
        background-size: contain; }
      .quick-btn .menu li:nth-child(1):active:after {
        background: url("../images/common/shop_w.png") 0 0 no-repeat;
        background-size: contain; }
      .quick-btn .menu li:nth-child(2):after {
        background: url("../images/common/shobiz_w.png") 0 0 no-repeat;
        background-size: contain; }

/* go button */
.go-btn {
  position: relative; }
  .go-btn * {
    vertical-align: middle; }
  .go-btn i {
    display: block;
    float: right;
    -webkit-animation: ev3 1s linear alternate-reverse infinite;
    -moz-animation: ev3 1s linear alternate-reverse infinite;
    -ms-animation: ev3 1s linear alternate-reverse infinite;
    -o-animation: ev3 1s linear alternate-reverse infinite;
    animation: ev3 1s linear alternate-reverse infinite; }
    .go-btn i img {
      width: 34px;
      height: 14px; }

/* main container */
#intro .sec-first {
  background: #fff; }
  #intro .sec-first .panel-area {
    margin-left: -2%;
    margin-right: -2%;
    margin-bottom: 4%; }
  #intro .sec-first [class*="col"] {
    padding: 2%; }
    #intro .sec-first [class*="col"] .box {
      padding: 15% 5%;
      background-color: #f2f6fa; }
      #intro .sec-first [class*="col"] .box * {
        display: block;
        text-align: center; }
      #intro .sec-first [class*="col"] .box img {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      #intro .sec-first [class*="col"] .box strong {
        font-size: 3.2vw;
        color: #666;
        letter-spacing: -0.075vw; }
      #intro .sec-first [class*="col"] .box > i {
        position: relative;
        width: 80px;
        height: 80px;
        margin: 0 auto 10%;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
#intro .sec-second {
  padding: 9% 0;
  color: #fff;
  overflow: hidden;
  background: #da0034 url(../images/main/main_bg_second.png) no-repeat right bottom;
  background-size: 34%; }
  #intro .sec-second span {
    display: block;
    font-size: 3vw; }
  #intro .sec-second p {
    margin-top: 2%;
    font-size: 5.6vw;
    font-weight: 300;
    line-height: 7vw; }
#intro .sec-third {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff; }
  #intro .sec-third .tab-pagination {
    display: table;
    width: 100%;
    color: #999; }
    #intro .sec-third .tab-pagination .pager {
      position: relative;
      display: table-cell;
      font-size: 3.4vw;
      text-align: center;
      vertical-align: middle;
      outline: 0; }
      #intro .sec-third .tab-pagination .pager.active {
        color: #222;
        font-weight: 400; }
        #intro .sec-third .tab-pagination .pager.active:after {
          content: ' ';
          display: block;
          width: 4px;
          height: 4px;
          position: absolute;
          right: 3px;
          top: 0;
          background: #da0034;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
  #intro .sec-third .main-tab-visual {
    position: relative;
    margin: 6% auto 5%;
    overflow: hidden; }
#intro .sec-fourth {
  background: #f5f5f5; }
  #intro .sec-fourth .main-cube-visual {
    overflow: hidden;
    padding-bottom: 4%; }
    #intro .sec-fourth .main-cube-visual a {
      display: block;
      padding: 0 10%;
      margin-top: -15px; }
      #intro .sec-fourth .main-cube-visual a p {
        font-size: 4.5vmin;
        font-weight: 100;
        letter-spacing: -0.075vw; }
        #intro .sec-fourth .main-cube-visual a p b {
          font-weight: 400; }
      #intro .sec-fourth .main-cube-visual a > span {
        display: block;
        margin-top: 3%;
        font-size: 3vmin; }
        #intro .sec-fourth .main-cube-visual a > span:after {
          content: '';
          display: inline-block;
          padding: 3px;
          margin-left: 5px;
          margin-top: -3px;
          vertical-align: middle;
          border-width: 0 1px 1px 0;
          border-style: solid;
          border-color: #c4c4c4;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
#intro .sec-fifth {
  padding-bottom: 0;
  background: #fff; }
  #intro .sec-fifth ul {
    border: solid #ddd;
    border-width: 1px 0; }
    #intro .sec-fifth ul li {
      position: relative; }
      #intro .sec-fifth ul li a {
        padding: 5% 4%;
        display: block;
        font-size: 3vw;
        color: #b7b7b7; }
        #intro .sec-fifth ul li a strong {
          display: block;
          margin-bottom: 1%;
          font-size: 4.5vw;
          color: #222; }
        #intro .sec-fifth ul li a i {
          position: absolute;
          right: 4%;
          top: 50%;
          margin-top: -2%; }
      #intro .sec-fifth ul li + li {
        border-top: 1px solid #ddd; }

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