@charset "utf-8";

/* common */
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, font, 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, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7c7c7;
  margin: 1em 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

img {
  border: 0 none;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

form {
  min-width: auto;
}

input[type="image"] {
  border: 0 none;
}

button, input[type="submit"] {
  cursor: pointer;
  border: 0 none;
}

button::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

body {
  background-color: #ffffff;
  word-wrap: break-word;
  word-break: break-all;
  zoom: 1;
  -webkit-text-size-adjust: 100%;
}

body, html {
  position: relative;
  height: 100%;
  /* font-size: 90%; */
  letter-spacing: -.025rem;
}

body, th, td, input, select, textarea, button {
  font-weight: 400;
  /*font-size:16px; */
  line-height: 1;
  font-family: 'Montserrat', 'Malgun Gothic', '맑은 고딕', sans-serif;
  color: #222;
}


br, input[name="file[]"], textarea {
    font-family: Helvetica, Arial, "Apple SD Gothic Neo", AppleSDGothic, "Malgun Gothic", Gulim, sans-serif !important;
}

/* color값은 디자인가이드에 맞게사용 */
a {
  font-family: 'Montserrat', 'Malgun Gothic', '맑은 고딕', sans-serif;
  text-decoration: none;
  color: #222;
  transition: .3s;
}

/* color값은 디자인가이드에 맞게사용 */
/* */
.t_c {
  text-align: center !important;
}

.t_l {
  text-align: left !important;
}

.t_r {
  text-align: right !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.color_666 {
  color: #666 !important;
}

@media screen and (min-width: 1181px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 1180px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mb_only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mb_none {
    display: none !important;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

@media screen and (max-width:1200px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}

/*
    about layout style
*/
.full-layout {
  width: 100%;
  font-size: 0;
}

@media screen and (min-width:1201px) {
  .full-layout {
    display: flex;
    -webkit-display: flex;
  }
}

.full-layout>.full-layout__col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

@media screen and (min-width:1201px) {
  .full-layout>.full-layout__col {
    width: 50%;
    font-size: 1rem;
  }

  .full-layout>.full-layout__col>.inner-half {
    max-width: 600px;
  }

  .full-layout>.full-layout__left-col>.inner-half {
    margin-left: auto;
  }
}

/* article-row */
.article-row {
  margin-top: 2rem;
}

.article-row:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width:768px) {
  .article-row {
    margin-top: 3.75rem;
  }
}

.article-row:last-child {
  padding-bottom: 5rem;
}

@media screen and (min-width:768px) {
  .article-row:last-child {
    padding-bottom: 10rem;
  }
}

.col-third__row {
  margin-left: -28px;
  margin-right: -28px;
}

.col-5ea {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-8ea {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-one-third {
  -ms-flex: 0 0 37.27%;
  flex: 0 0 37.27%;
  max-width: 37.27%;
  padding-left: 28px;
  padding-right: 28px;
}

.col-two-third {
  -ms-flex: 0 0 62.73%;
  flex: 0 0 62.73%;
  max-width: 62.73%;
  padding-left: 28px;
  padding-right: 28px;
}

@media (min-width: 576px) {
  .col-third__row-sm {
    margin-left: -28px;
    margin-right: -28px;
  }

  .col-sm-5ea {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }

  .col-sm-8ea {
    -ms-flex: 0 0 12.5% !important;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }

  .col-sm-one-third {
    -ms-flex: 0 0 37.27%;
    flex: 0 0 37.27%;
    max-width: 37.27%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .col-sm-two-third {
    -ms-flex: 0 0 62.73%;
    flex: 0 0 62.73%;
    max-width: 62.73%;
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (min-width: 768px) {
  .col-third__row-md {
    margin-left: -28px;
    margin-right: -28px;
  }

  .col-md-5ea {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }

  .col-md-8ea {
    -ms-flex: 0 0 12.5% !important;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }

  .col-md-one-third {
    -ms-flex: 0 0 37.27%;
    flex: 0 0 37.27%;
    max-width: 37.27%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .col-md-two-third {
    -ms-flex: 0 0 62.73%;
    flex: 0 0 62.73%;
    max-width: 62.73%;
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (min-width: 992px) {
  .col-third__row-lg {
    margin-left: -28px;
    margin-right: -28px;
  }

  .col-lg-5ea {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }

  .col-lg-8ea {
    -ms-flex: 0 0 12.5% !important;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }

  .col-lg-one-third {
    -ms-flex: 0 0 37.27%;
    flex: 0 0 37.27%;
    max-width: 37.27%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .col-lg-two-third {
    -ms-flex: 0 0 62.73%;
    flex: 0 0 62.73%;
    max-width: 62.73%;
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (min-width: 1181px) {
  .col-third__row-xl {
    margin-left: -28px;
    margin-right: -28px;
  }

  .col-xl-5ea {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }

  .col-xl-8ea {
    -ms-flex: 0 0 12.5% !important;
    flex: 0 0 12.5% !important;
    max-width: 12.5% !important;
  }

  .col-xl-one-third {
    -ms-flex: 0 0 37.27%;
    flex: 0 0 37.27%;
    max-width: 37.27%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .col-xl-two-third {
    -ms-flex: 0 0 62.73%;
    flex: 0 0 62.73%;
    max-width: 62.73%;
    padding-left: 28px;
    padding-right: 28px;
  }
}

/* layer */
.layer {
  display: none;
  position: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.layer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.layer .pop-layer {
  display: block;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: auto;
  background-color: #fff;
  border: 3px solid #555;
  z-index: 10;
}

.pop-layer .pop-container {
  padding: 20px 25px;
}

input[type="text"], input[type="password"], textarea, input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.pop-layer .board-password-txt {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.pop-layer .board-password-input {
  margin: 40px;
  text-align: center;
}

.pop-layer .board-password-input label {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 12px;
  color: #333;
  vertical-align: middle;
}

.pop-layer .board-password-input input {
  display: inline-block;
  padding: 0 0 0 8px;
  width: 150px;
  height: 26px;
  border: 1px solid #d8d8d8;
  color: #555;
  vertical-align: middle;
}

/* btn */
.pop-layer .board-password-btn {
  text-align: center;
}

.pop-layer .board-password-btn a {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 30px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 13px;
}

.pop-layer .board-password-btn .board-password-btn-list {
  background: #d3d3d3;
  color: #464646;
}

.pop-layer .board-password-btn .board-password-btn-ok {
  background: #111;
  color: #fff;
}

/* ---------------------------------- layout */
html, body {
  height: 100%;
}

#wrapeer {
  overflow: hidden;
  width: 100%;
}

body p {
  line-height: 1.25rem;
  word-break: break-word;
}

@media screen and (min-width:321px) {
  body {
    overflow-x: hidden;
  }
}

/*
	header
*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000000;
}

#header.fixed {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: .2s all ease-in-out;
  -ms-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

/* #header:hover:before, */
/* @media screen and (min-width:768px) {
    #header:before {
        display: block;
    }

    #header.fixed:before {
        height: 100%;
        background: rgba(0, 0, 0, .6);
    }

    #header.hover.fixed:before {
        background: transparent;
    }

    #header:hover:before {
        height: 100%;
        border-color: #ddd;
    }
} */
#header .header-top {
  width: 100%;
  background-color: #f1f1f1;
}

#header .header-top dl {
  margin: 0 auto;
  width: 1200px;
  text-align: right;
  font-size: 0;
  line-height: 0;
}

#header .header-top dd {
  display: inline-block;
  width: 130px;
}

#header .header-top dd a {
  display: block;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.5px;
}

#header .header-top dd.lang a {
  background-color: #555555;
  color: #fff;
}

#header .header-bottom {
  display: flex;
  -webkit-display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}

#header .header-bottom:after {
  content: '';
  display: block;
  clear: both;
}

#header .header-bottom.hover {
  background-color: #fff;
  overflow: inherit;
}

#header .logo {
  float: left;
  z-index: 1;
  font-size: 0;
  max-height: 59px;
}

#header .logo a {
  display: block;
  width: 100%;
}

#header .logo img {
  height: 100%;
}

@media screen and (max-width:1200px) {
  #header .header-top {
    display: none;
  }

  #header .header-bottom {
    padding: 0 30px;
    width: 100%;
  }

  #header .logo a img {
    width: auto;
    max-width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  #header .header-bottom {
    height: 80px !important;
  }

  /* #header .logo {
        padding-top: 24px;
    } */
}

@media screen and (max-width:767px) {
  #header .header-bottom {
    padding: 0 20px;
    height: 55px;
  }

  #header .logo a {
    height: 30px;
  }

  #header .logo a img {
    height: 100%;
  }
}

/* web gnb */
#header .gnb {
  display: inline-block;
  margin-left: auto;
  text-align: center;
}

#header .w-lang {
  position: relative;
  float: right;
  min-width: 80px;
  padding: 32px 0;
  z-index: 10;
}

#header .w-lang .current {
  position: relative;
  color: #232323;
  text-align: left;
  font-size: .875rem;
  font-weight: 500;
  background-image: url(/html/_skin/seil/img/common/ico_lang.png);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}

#header .w-lang .current:after {
  content: '';
  display: block;
  clear: both;
}

#header .w-lang .current>span {
  display: inline-block;
  float: right;
  margin-right: 1rem;
  border-bottom: 2px solid #656565;
}

#header .header-bottom.hover .w-lang .current {
  background-image: url(/html/_skin/seil/img/common/ico_lang_hover.png);
  color: #0054a6;
}

#header .header-bottom.hover .w-lang .current:after {
  border-top-color: #0054a6;
}

#header .w-lang__select {
  display: none;
}

#header .w-lang__select a {
  position: relative;
  display: block;
  margin-top: -1px;
  padding: 6px 10px;
  font-size: 13px;
  color: #222;
  border: 1px solid #ddd;
  background-color: #fff;
}

#header .w-lang__select a:hover {
  background-color: #0054a6;
  color: #fff;
}

#header .w-lang__select {
  position: absolute;
  left: 10px;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
}

#header .gnb .depth2>li>a[href*="/product-all"] {
  display: none;
}

@media screen and (min-width:1201px) {
  #header {
    max-height: 84px;
  }

  #header .m-menu-btn,
  #header .m-gnb-bg,
  #header .m-lang {
    display: none;
  }

  /* 1depth */
  #header .gnb>ul {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
  }

  #header .gnb>ul>li {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    vertical-align: top;
  }

  #header .gnb>ul>li:hover .depth2 {
    display: block;
  }

  #header .gnb>ul>li>a {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 84px;
    color: #343434;
  }

  #header .gnb>ul>li>a>span {
    line-height: 1;
  }

  #header .header-bottom.hover .gnb>ul>li>a {
    color: #222;
  }

  #header .header-bottom.hover .gnb>ul>li:hover>a {
    color: #0054a6;
  }

  /* #header .gnb > ul > li:hover > a {color:#003e7e;} */
  /* 2depth */
  #header .gnb .depth2 {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 0;
    margin-left: -100px;
    width: 200px;
    height: 0;
    text-align: center;
  }

  #header .header-bottom.hover .gnb .depth2 {
    display: block !important;
  }

  #header .gnb .depth2 a {
    position: relative;
    display: block;
    padding: 12px 0;
    font-size: .875rem;
    line-height: 20px;
    color: #fff;
    letter-spacing: -1px;
    text-transform: uppercase;
    word-break: keep-all;
    font-weight: 400;
    background: rgba(0, 0, 0, .5);
  }

  /* on */
  #header .header-bottom.hover .gnb .depth2 {
    opacity: 1;
  }

  #header .header-bottom.hover .gnb .depth2 a {
    color: #222;
  }

  #header .header-bottom .gnb .depth2 a:hover {
    color: #d2b1f0;
  }

  #header .gnb .depth2 li.in>a {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* #header .gnb .depth2 li.in>a:after {
        position: absolute;
        font-family: 'FontAwesome';
        content: "\f054";
        font-size: 10px;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: rgba(255, 255, 255, .8);
    } */
  #header .gnb>ul>li:hover .depth2 {
    z-index: 9999;
    height: auto;
  }

  /* 3depth */
  #header .gnb .depth2 ul {
    position: absolute;
    display: none;
    width: 100%;
    top: -1px;
    left: 100%;
    background: rgba(6, 6, 6, .7);
  }

  #header .gnb .depth2>li:hover ul {
    display: none;
  }

  #header .gnb .depth2 ul li {
    border-top: 1px solid rgba(76, 76, 76, .7);
  }

  #header .gnb .depth2 ul li:hover {
    background: rgba(6, 6, 6, .7);
  }

  .btn-all-menu {
    position: absolute;
    top: 38px;
    left: 50%;
    width: 32px;
    height: 25px;
    border: 1px solid #cecece;
    margin-left: 487px;
    cursor: pointer;
  }

  .btn-all-menu span {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 2px;
    background: #ababab;
  }

  .btn-all-menu span:nth-child(1) {
    top: 5px;
  }

  .btn-all-menu span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }

  .btn-all-menu span:nth-child(3) {
    bottom: 5px;
  }

  .all-menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
  }

  .all-menu-wrap>ul {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 30px 50px;
    width: 960px;
    background: #fff;
    font-size: 0;
  }

  .all-menu-wrap>ul>li {
    display: inline-block;
    padding: 0 30px;
    width: 33.33333333333333%;
    vertical-align: top;
  }

  .all-menu-wrap>ul>li>a {
    display: block;
    margin-top: 20px;
    padding: 10px;
    border-bottom: 1px solid #222;
    font-size: 22px;
    line-height: 1.3;
    color: #222;
  }

  .all-menu-wrap>ul>li li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
  }

  .all-menu-wrap p {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: 424px;
    cursor: pointer;
  }

  .all-menu-wrap p span {
    display: block;
    margin-top: 5px;
    font-size: 0;
    width: 30px;
    height: 30px;
  }

  .all-menu-wrap p span:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #666;
    transform: rotate(-45deg);
  }

  .all-menu-wrap p span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
  }

  #header .w-lang dd a:hover {
    color: rgba(255, 255, 255, .7);
  }
}

@media screen and (max-width:1200px) {

  .btn-all-menu,
  .all-menu-wrap {
    display: none;
  }

  #header .w-lang {
    display: none;
  }

  #header .m-menu-btn {
    display: block;
    position: absolute;
    top: 24px;
    right: 30px;
    width: 42px;
    height: 34px;
    z-index: 9999;
    cursor: pointer;
  }

  #header .m-menu-btn span {
    height: 6px;
    background: #343434;
    transition: .3s;
  }

  #header .m-menu-btn span:nth-child(1) {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 100%;
  }

  #header .m-menu-btn span:nth-child(2) {
    position: absolute;
    top: 0;
    width: 100%;
  }

  #header .m-menu-btn span:nth-child(3) {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  /* on */
  #header .m-menu-btn.on {
    z-index: 100000;
  }

  #header .m-menu-btn.on span {
    background: #fff;
  }

  #header .m-menu-btn.on span:nth-child(1) {
    opacity: 0;
  }

  #header .m-menu-btn.on span:nth-child(2) {
    height: 2px;
    transform: translateY(16px) rotate(-45deg);
  }

  #header .m-menu-btn.on span:nth-child(3) {
    height: 2px;
    transform: translateY(-16px) rotate(45deg);
  }

  #header .gnb {
    float: none;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    opacity: 0;
    text-align: left;
  }

  #header .m-gnb-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
  }

  #header .m-lang {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100000;
    padding: 18px 0 0 33px;
    width: 80%;
    height: 80px;
    background: #4936c3;
    opacity: 0;
    font-size: 0;
  }

  #header .m-lang .m-lang__select li {
    display: inline-block;
    vertical-align: middle;
  }

  #header .m-lang .m-lang__select {
    padding: 14px 0;
  }

  #header .m-lang .m-lang__select a {
    padding-left: 5px;
    font-size: 1rem;
    color: #fff;
  }

  #header .m-lang .m-lang__select a:hover {
    color: #00a6b6;
  }

  #header .m-lang .m-lang__select li:first-child a {
    padding-left: 0;
  }

  /* on */
  #header .gnb>ul {
    overflow-x: hidden;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 100000;
    width: 80%;
    height: calc(100% - 80px);
    background: #fff;
  }

  /* depth */
  #header .gnb ul a {
    display: block;
    padding-left: 36px;
    width: 100%;
    line-height: 1;
  }

  /* 1depth */
  #header .gnb>ul>li {
    width: 100%;
  }

  #header .gnb>ul>li>a {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    font-size: 23px;
    color: #333;
  }

  #header .gnb>ul>li>a:before {
    position: absolute;
    top: 20px;
    right: 30px;
    content: "";
    display: block;
    height: 4px;
    border: 4px solid transparent;
    border-top-color: #0054a6;
    line-height: 1;
  }

  #header .gnb>ul>li:first-child>a {
    border-top: 0 none;
  }

  #header .gnb>ul>li:last-child>a {
    border-bottom: 1px solid #ddd;
  }

  /* 2epth */
  #header .gnb>ul>li>ul {
    display: none;
  }

  #header .gnb>ul>li>ul,
  #header .gnb>ul>li>ul>li {
    width: 100%;
    background: #f2f2f2;
  }

  #header .gnb>ul>li>ul>li a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d1d1d1;
    font-size: 17px;
  }

  #header .gnb>ul>li>ul>li:first-child>a {
    border-top: 0 none;
  }

  /* on */
  #header .gnb>ul>li.on>a {
    background: #d3c1f1;
    border-top: 0 none;
    color: #fff;
  }

  #header .gnb>ul>li.on>a:before {
    /* content: '\f106'; */
    top: 12px;
    border-top-color: transparent;
    border-bottom-color: #fff;
  }

  #header .gnb>ul>li .depth2>li>ul li a {
    font-weight: 400;
  }

  #header .gnb>ul>li .depth2>li>ul li a:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
  }
}

@media screen and (max-width:767px) {
  #header .m-menu-btn {
    top: 16px;
    right: 20px;
    width: 28px;
    height: 23px;
  }

  #header .m-menu-btn span {
    height: 3px;
  }

  #header .m-menu-btn span:nth-child(1) {
    top: 10px;
    margin-top: auto;
  }

  #header .m-menu-btn.on span:nth-child(2) {
    height: 2px;
    transform: translateY(10.5px) rotate(-45deg);
  }

  #header .m-menu-btn.on span:nth-child(3) {
    height: 2px;
    transform: translateY(-10.5px) rotate(45deg);
  }

  #header .gnb>ul {
    top: 55px;
    height: calc(100% - 55px);
  }

  #header .gnb ul a {
    padding-left: 20px;
  }

  #header .m-lang {
    padding: 12px 0 0 20px;
    height: 55px;
  }

  #header .m-lang .m-lang__select {
    padding: 8px 0;
  }

  #header .m-lang .m-lang__select a {
    font-size: .75rem;
  }

  #header .gnb>ul>li>a {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  #header .gnb>ul>li>ul>li a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }
}

#footer {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

#footer .footer-bottom {
  padding-top: 2rem;
  padding-bottom: 1.875rem;
}

@media screen and (min-width:768px) {
  #footer .footer-bottom {
    padding-top: 65px;
    padding-bottom: 60px;
  }
}

.footer-bottom .footer-logo {
  margin-bottom: 2rem;
}

.footer-bottom .footer-info ul>li {
  display: inline-block;
  font-size: 0.9375rem;
  margin-right: .25rem;
  margin-bottom: .5rem;
  color: #575757;
  font-weight: 500;
  line-height: 1.25;
  word-break: keep-all;
}

.footer-bottom span.footer-info__copy {
  font-weight: 400;
  color: #767676;
}

@media screen and (min-width:768px) {
  .footer-bottom .footer-logo img {
    display: inline-block;
  }

  .footer-bottom .footer-logo,
  .footer-bottom .footer-info {
    display: inline-block;
    vertical-align: middle;
  }

  .footer-bottom .footer-logo {
    margin-bottom: 0;
  }

  .footer-bottom .footer-info {
    width: calc(100% - 200px);
    padding-left: 1.25rem;
  }
}

#footer .top_btn {
  position: fixed;
  /* width: 100%; */
  right: 2.5rem;
  bottom: 3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width:768px) {
  #footer .top_btn {
    right: 100px;
    bottom: 100px;
  }
}

#footer .footer__ad-review {
  display: none;
}

#page-main #footer .footer__ad-review {
  display: block;
  padding: 10px 0 20px;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  color: #666;
}

@media screen and (min-width: 601px) {
    #page-main #footer .footer__ad-review {
        padding: 10px 0;
    }
}

/* #footer .footer__ad-review-list {
  *zoom: 1;
}

#footer .footer__ad-review-list:after {
  content: '';
  display: block;
  clear: both;
} */

@media screen and (min-width: 601px) {
  #footer .footer__ad-review-list li {
    display: inline-block;
  }

  #footer .footer__ad-review-list li:first-child {
    width: calc(100% - 210px);
  }
}

#footer .footer__ad-review-list li:last-child {
  text-align: center;
}

@media screen and (min-width: 601px) {
  #footer .footer__ad-review-list li:last-child {
    padding: 10px 20px;
    margin-top: 6px;
    text-align: right;
    border-left: 1px solid #e5e5e5;
  }
}

#footer .footer__ad-review__notice>span {
  display: inline-block;
  vertical-align: middle;
}

#footer .footer__ad-review .ico-ad-review {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url('/html/_skin/seil/img/common/ico_ad_review.jpg') no-repeat;
  background-position: center center;
}

#footer .footer__ad-review__notice>span:not(.ico-ad-review) {
  width: calc(100% - 60px);
  line-height: 1.25;
  word-break: keep-all;
}

/* ---------------------------------- contents */
#contents {
  position: relative;
  width: 100%;
}

/* @media screen and (min-width:1241px) {
    body:not(#page-main) #contents {
        padding-left: 5rem;
        padding-right: 5rem;
    }
} */
/*
@media screen and (min-width:1201px) {
	#contents {min-height:calc(100vh - 255px);}
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width:767px) {
	#contents {min-height:calc(100vh - 288px);}
} */
.top-btn {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: #1b1d26;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: none;
  opacity: .7;
  transition: background, .3s;
  -webkit-transition: background, .3s;
  -ms-transition: background, .3s;
}

.top-btn.on {
  position: absolute;
  bottom: auto;
  top: -80px;
}

@media screen and (min-width: 1201px) {
  .top-btn:hover {
    background: #1b1d26;
    opacity: 1;
  }
}

.top-btn__ico {
  width: 18px;
  height: 24px;
  background: url(/html/_skin/seil/img/common/ic_arrow_top.png) no-repeat center center;
  background-size: contain;
  color: transparent;
}

/* --------------------------
    custom style
-----------------------------*/
/*
    about text style
*/
/* font */
.font-point {
  font-family: 'Montserrat', sans-serif;
}

.font-point2 {
  font-family: 'Titillium', sans-serif;
}

body [class*="--lighter"] {
  font-weight: 100;
}

body [class*="--light"] {
  font-weight: 300;
}

body [class*="--reg"] {
  font-weight: 400;
  font-weight: normal;
}

body [class*="--mid"] {
  font-weight: 500;
}

body [class*="--semibold"] {
  font-weight: 600;
}

body [class*="--bold"] {
  font-weight: 700;
}

/* align */
.text-center {
  text-align: center;
}

/* color */
.point-color,
[class*="--point-color"] {
  color: #5240c5;
}

.point-red,
[class*="--point-red"] {
  color: #c62538;
}

[class*="f-md-gray"] {
  color: #575757;
}

.f-c-black {
  color: #232323 !important;
}

.f-c-blue {
  color: #0036ff;
}

/* title */
[class*="f-size--sm"],
[class*="article-tit--sm"] {
  font-size: 1rem;
  word-break: break-word;
}

[class*="f-size--md"],
[class*="article-tit--md"] {
  font-size: 1.3rem;
  word-break: break-word;
}

[class*="f-size--md-l"],
[class*="article-tit--md-l"] {
  font-size: 1.45rem;
}

[class*="f-size--lg"],
[class*="article-tit--lg"] {
  font-size: 1.6rem;
  word-break: break-word;
}

[class*="f-size--lg-l"],
[class*="article-tit--lg-l"] {
  font-size: 1.7rem;
}

[class*="f-size--xl-s"],
[class*="article-tit--xl-s"] {
  font-size: 2.5rem;
}

[class*="f-size--xl"],
[class*="article-tit--xl"] {
  font-size: 3.5rem;
  word-break: break-word;
}

@media screen and (min-width:768px) {

  [class*="f-size--sm"],
  [class*="article-tit--sm"] {
    font-size: 1.25rem;
  }

  [class*="f-size--md"],
  [class*="article-tit--md"] {
    font-size: 1.375rem;
  }

  [class*="f-size--md-l"],
  [class*="article-tit--md-l"] {
    font-size: 1.875rem;
  }

  [class*="f-size--lg"],
  [class*="article-tit--lg"] {
    font-size: 2rem;
  }

  [class*="f-size--lg-l"],
  [class*="article-tit--lg-l"] {
    font-size: 2.125rem;
  }

  [class*="f-size--xl-s"],
  [class*="article-tit--xl-s"] {
    font-size: 3.125rem;
  }

  [class*="f-size--xl"],
  [class*="article-tit--xl"] {
    font-size: 4.25rem;
  }
}

[class*="fc-blue"] {
  color: #0054a6;
}

/* line-height */
.lh--sm {
  line-height: 1.25;
}

.lh--md {
  line-height: 1.5;
}

/* decoration */
.txt-underline {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.txt-underline:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #fff;
}

.txt-underline--css {
  text-decoration: underline;
}

a.txt-underline--css:hover {
  color: #5240c5;
}

/* btn */
.btn-line {
  display: inline-block;
  min-width: 10.625rem;
  padding: .5rem 1.5rem;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  line-height: 2;
  font-family: 'Titillium', sans-serif !important;
  font-size: .875rem;
}

@media screen and (min-width:768px) {
  .btn-line {
    font-size: 1.1875rem;
  }
}

.btn-line--black {
  color: #000;
  border-color: #000;
}

.btn-line:after {
  content: '';
  display: block;
  clear: both;
}

.btn-line:hover {
  box-shadow: 10px 10px 30px rgba(0, 0, 0, .25);
}

.btn-line>.btn__txt {
  position: relative;
  display: block;
}

.btn-line>.btn__txt:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 25px;
  height: 100%;
  margin-left: 1rem;
  background-image: url(/html/_skin/seil/img/common/ico_arrow_right.png);
  background-position: right center;
  background-repeat: no-repeat;
  transition: position, .3s;
  -webkit-transition: position, .3s;
  -ms-transition: position, .3s;
}

.btn-line--black>.btn__txt:after {
  background-image: url(/html/_skin/seil/img/common/ico_arrow_right_black.png);
}

.btn-line:hover>.btn__txt:after {
  right: 0;
}

/*
    about background style
*/
.bg-gradi {
  -webkit-background: linear-gradient(309deg, #5091c3, #9f84dd);
  background: linear-gradient(309deg, #5091c3, #9f84dd);
}

.bg-gradi--reverse {
  -webkit-background: linear-gradient(309deg, #9f84dd, #5091c3);
  background: linear-gradient(309deg, #9f84dd, #5091c3);
}

.bg-light-gray {
  background-color: #f9f9f9;
}

/*
    about table style
*/
.table-wrap {
  /* min-width: 768px; */
}

table {
  border-top: 2px solid #232323;
}

table tr th,
table tr td {
  padding-top: 1.125rem;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
  font-size: 0.9375rem;
}

table tbody tr {
  border-bottom: 1px solid #969696
}

table tbody th {
  background-color: #f2f4f5;
  font-weight: 600;
}

table.th-left th {
  text-align: left;
}

/*
    about border style
*/
.border-all, .border-top {
  border-width: 1px;
  border-style: solid;
  border-color: #d4d4d4;
}

.border-top {
  border-width: 1px 0 0;
}

/*
    about box style
*/
.border-top-box {
  padding-top: 2rem;
}

@media screen and (min-width:768px) {
  .border-top-box {
    padding-top: 5rem;
  }
}

.border-all-box {
  border-width: 1px;
  border-style: solid;
  border-color: #d4d4d4;
  padding: 5rem;
}

.wrap-p-mb-1>p {
  margin-bottom: 1.875rem;
  line-height: 1.5;
}

.page-sub-descript-wrap>.page-sub-section__descript {
  margin-top: .875rem;
}

.zigzag-box__left {
  background-color: #fff;
}

.zigzag-box__right {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (min-width:1201px) {
  .zigzag-box {
    position: relative;
    min-height: 200px;
    height: 30vh;
    padding-top: 4%;
    font-size: 0;
  }

  .zigzag-box:after {
    content: '';
    display: block;
    clear: both;
  }

  .zigzag-box__bl {
    position: absolute;
    display: inline-block;
    font-size: 1rem;
  }

  .zigzag-box__left {
    left: 0;
    bottom: 0;
    /* float: left; */
    width: 69.58%;
  }

  .zigzag-box__left__img-wrap>img {
    display: inline-block;
  }

  .zigzag-box__right {
    top: -4%;
    right: 0;
    /* float: right; */
    width: 40.333%;
    /* margin-top: -28.333%; */
  }
}

.zigzag-box__right__txt-wrap {
  min-height: 200px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #fff;
  border-top: 1px solid #fff;
}

.zigzag-box__right__txt-wrap:first-child {
  border-top: none;
}

.zigzag-box__bl dl.dfn-vertical dt {
  padding-right: 12%;
}

/*
    about spacing
*/
/* padding */
.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2.5rem;
}

.px-0, .pl-0 {
  padding-left: 0 !important;
}

.px-0, .pr-0 {
  padding-right: 0 !important;
}

/* margin */
.ml-auto,
.mx-auto {
  margin-left: auto;
}

.mr-auto,
.mx-auto {
  margin-right: auto;
}

/*
    about tab content
*/
.tab-nav {
  font-size: 0;
  text-align: center;
}

.tab-nav .tab-nav__item {
  display: inline-block;
  font-size: 1rem;
}

#tab-panels>.tab-panel.show {
  display: block;
}

#tab-panels>.tab-panel {
  display: none;
}

/* SubPage > tab-content */
.section-pagetab__nav {
  position: relative;
  left: 1px;
  /* align-items: center; */
  margin-bottom: 3.625rem;
}

.section-pagetab__nav>[class^="col"] {
  margin-left: -1px;
  padding: 1px;
  text-align: center;
  font-size: 1.0625rem;
  background-color: #aaa;
}

.section-pagetab__nav>[class^="col"].gradi-border:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  /* background: -webkit-linear-gradient(to right, #a495df, #6f9dce); */
  -webkit-background: linear-gradient(to right, #a495df, #6f9dce);
  background: linear-gradient(to right, #a495df, #6f9dce);
}

.section-pagetab__nav>[class^="col"].gradi-border {
  padding: 2px;
  color: #343434;
  font-weight: 600;
}

.section-pagetab__nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 1.5rem;
  padding-left: .5rem;
  padding-bottom: 1.5rem;
  padding-right: .5rem;
  background-color: #fff;
  word-break: break-word;
}

@media screen and (max-width:767px) {
  .section-pagetab__nav a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .875rem;
  }
}

.section-pagetab__nav .tab-nav__item.on>a,
.section-pagetab__nav a.on {
  /* background-color: #00235d; */
  -webkit-background: linear-gradient(309deg, #5091c3, #9f84dd);
  background: linear-gradient(309deg, #5091c3, #9f84dd);
  color: #fff;
  font-weight: 600;
}

/*
    about list style
*/
sup {
  font-size: .5rem;
}

sup,
span+sup,
sup+span {
  display: inline-block;
  vertical-align: top;
}

span+sup {
  margin-right: .125rem;
}

sup+span {
  margin-left: .125rem;
}

.do-list__hgroup {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f6f7f8;
  text-align: center;
}

.do-list__hgroup>.tit {
  display: inline-block;
  padding-left: 30px;
  background-image: url(/html/_skin/seil/img/common/ico_check_radio.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  line-height: 1.25;
}

.do-list__content {
  padding: 1.5rem 2.5rem;
}

@media screen and (min-width:768px) {
  .do-list__content {
    padding: 2.5rem 3.5rem;
  }
}

.do-list__content .ul-disc {
  line-height: 1.5;
}

/* ul */
ul[class^="ul"] li {
  margin-bottom: .75rem;
}

.ul-f-sm {
  font-size: .875rem;
}

.ul-disc,
.ul-disc>li {
  list-style: disc;
}

/* dl */
dl.dd-md-gray dd {
  color: #575757;
}

dl.dfn dt {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

dl.dfn dd {
  margin-bottom: .25rem;
  line-height: 1.63;
}

dl.dfn-vertical dt,
dl.dfn-vertical dd {
  display: inline-block;
  vertical-align: top;
  line-height: 1.25;
}

dl.dfn-vertical dt {
  padding-right: 4.75%;
  font-weight: 700;
}

dl.dt-c-point dt {
  color: #5140c5;
}

ol.list-lower-alpha,
ol.list-lower-alpha>li {
  list-style: lower-alpha;
}

/*
    about iframe
*/
.figure-youtube {
  display: block;
  /* width: 726px; */
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  iframe {
    width: 100%;
  }
}
