﻿@charset "utf-8";
@import url("libs/form.css");
@import url("libs/jquery.fancybox.min.css");
@import url("libs/jquery.bxslider.css");
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*******************************************************************
 common
 *******************************************************************/
html {
  color: #45567c;
  font-family: 'Noto Sans KR', Tahoma, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.56;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

body, html {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

body.is-scroll-locked, html.is-scroll-locked {
  overflow-y: hidden
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 600
}

p {
  margin: 0 0 1rem;
  line-height: 1.2rem;
}

p:last-child {
  margin-bottom: 0
}

strong {
  font-weight: 500
}

a {
  color: #0096ff;
  text-decoration: none
}

table {
  /*margin-bottom: 4rem;*/
  width: 100%
}

table th {
  padding: .58rem;
  text-align: left
}

table td {
  padding: 1.5rem .58rem
}

img {
  max-width: 100%;
}

video {
  display: inline-block
}

video source {
  max-width: 100%
}

input {
  color: #45567c
}

textarea {
  resize: none
}

code, kbd, pre, samp {
  font-family: 'Noto Sans KR', Tahoma, sans-serif;
}

code {
  padding: .2rem .8rem;
  font-size: 1rem;
  color: #45567c;
  background-color: #f2f2f2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  word-break: break-word
}

a>code {
  padding: 0;
  color: inherit;
  background-color: inherit
}

kbd {
  padding: 1rem;
  font-size: .8rem;
  color: #7a88a7;
  background-color: #f2f2f2;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

kbd kbd {
  padding: 0;
  font-size: 100%
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .8rem;
  color: #7a88a7;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0
}

.hide {
  display: none !important;
}

.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 0px;
  line-height: 0;
  text-indent: -9999px;
  /* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
}

.ir_wa {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
}

.blind {
  overflow: hidden;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  text-indent: -9999em;
  /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */
}

.text-blind {
  text-indent: -9999em;
}

a {
  color: #45567c;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.clearfix {
  overflow: auto;
  clear: both;
}

.clear:after, .clear:before {
  content: "";
  display: table;
  clear: both
}

.center {
  text-align: center;
}

/* 색상 */
.primary_color {
  color: #00abcb;
  /* 메인컬러 */
}

.secondary_color {
  color: #f2507e;
  /* 서브컬러 */
}

.primary_menu {
  /*color: #009d96;*/
  font-weight: 700;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e7eff4;
  opacity: .6;
  margin: 1rem 0;
}

body ::-webkit-input-placeholder {
  color: inherit
}

body ::-moz-placeholder {
  color: inherit
}

body :-ms-input-placeholder {
  color: inherit
}

body :-moz-placeholder {
  color: inherit
}

/* form 기본 */
input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="search"], input[type="tel"], input[type="password"], input[type="date"], input[type="color"], textarea {
  font-size: 1rem;
  padding: 0.769rem 0.769rem;
  color: #9DB2C2;
  border: 1px solid #E1EAF0;
  background-color: #fff;
  font-family: 'Noto Sans KR', Tahoma, sans-serif;
  border-radius: 5;
  -webkit-appearance: none;
  outline: none;
}

input[type=text]:hover, input[type=password]:hover, input[type=email]:hover {
  color: #45567c;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
  color: #298ce1;
  border-left: 3px solid #298ce1;
}

input[type=file] {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  height: 28px;
}

select {
  font-size: 1rem;
  padding: 0.769rem 1.153rem;
  border: 1px solid #E1EAF0;
  background: white;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: url('../img/icon-bottom.png') no-repeat 95% 50%;
}

.select {
  color: #9DB2C2;
  background-color: #fff;
  border: 1px solid #E1EAF0;
  padding: 0.769rem 1.153rem;
  border-radius: 5px;
  cursor: text;
  width: 100%;
  transition: all 0.1s linear;
}

.select:hover {
  color: #45567c;
}

.select:focus {
  color: #298ce1;
  outline: none;
  border-left: 3px solid #298ce1;
}

label {
  cursor: pointer;
}

#sticky {
  z-index: 999 !important;
}

/*******************************************************************
header
 *******************************************************************/
header {
  width: 100%;
  background: white;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  z-index: 98;
  overflow: inherit;
  position: relative;
}

header_mr {
  width: 100%;
  background: #cccccc;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  z-index: 98;
  overflow: inherit;
  position: relative;
}

.header-inner {
  position: relative;
  width: 100%;
  max-width: 1260px;
  padding: 0 0.923rem;
  margin: 0 auto;
}

.header-inner-mr {
  position: relative;
  width: 100%;
  max-width: 1260px;
  padding: 0 0.923rem;
  margin: 0 auto;
}


@media (max-width: 900px) {
  header {
    position: fixed;
  }

  .header-inner {
    padding: 0 0px;
  }
}

/*******************************************************************
footer
 *******************************************************************/
footer {
  position: relative;
  width: 100%;
  height: 130px;
  background: #fff;
  border-top: 1px solid #f1f1f1;
}

footer .footer-inner {
  position: relative;
  width: 100%;
  height: 130px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 0.923rem;
}

footer .footer-menu {
  height: 60px;
  padding-top: 0.769rem;
}

footer .footer-menu li {
  display: inline-block;
  line-height: 60px;
}

footer .footer-menu li::after {
  content: '|';
  margin: 0 0.92rem;
  font-size: 1rem;
  opacity: .4;
  color: #47587a;
}

footer .footer-menu li:last-child:after {
  display: none;
}

footer .footer-info li {
  display: inline-block;
  margin: 0;
  padding-right: 0.769rem;
  line-height: 1.2rem;
  white-space: nowrap;
}

footer .footer-info p {
  line-height: 2rem;
}

footer .logo-company {
  position: absolute;
  right: 20px;
  top: 28px;
  display: block;
  width: 90px;
  height: 17px;
  background: url('../img/logo-company.png') center center no-repeat;
  background-size: contain;
}

@media (max-width: 1024px) {
  footer .footer-inner {
    padding: 0 1.538rem;
  }

  footer .footer-menu {
    height: 60px;
    padding-top: 0.384rem;
  }

  footer .logo-company {
    top: 22px;
  }
}

@media (max-width: 900px) {
  footer {
    position: relative;
    width: 100%;
    height: 110px;
    background: #fff;
    border-top: 1px solid #f1f1f1;
    font-size: .9rem;
  }

  footer .footer-inner {
    position: relative;
    width: 100%;
    height: 110px;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 1.384rem;
  }

  footer .footer-menu {
    height: 40px;
    padding-top: 0.384rem;
  }

  footer .footer-menu li {
    line-height: 40px;
  }

  footer .footer-info {
    padding-top: 0.384rem;
    height: auto;
  }

  footer .footer-info p {
    line-height: 1.5rem;
  }

  footer .logo-company {
    position: absolute;
    right: 25px;
    top: 19px;
    width: 64px;
    height: 12px;
  }
}

/*******************************************************************
본문
********************************************************************/
.background_bg {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/bg_21.jpg') center center no-repeat;
}

.background {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fff 0%, #f3f6f8 100%)
}

.background::before {
  content: "";
  position: fixed;
  left: -22%;
  top: 45%;
  right: 0;
  width: 125%;
  height: 100%;
  background: linear-gradient(135deg, #f3f6f8 0%, #fff 100%);
  transform: rotate(15deg)
}

@media (max-width: 900px) {
  .background {
    display: block;
    background: none;
  }

  .background::before {
    display: none;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 210px);
  margin: 0 auto;
  padding: 2.2rem 0px 2.2rem;
}

@media (max-width: 900px) {
  .wrapper {
    margin: 0px auto 0;
    min-height: calc(100vh - 120px);
    padding: 3.846rem 0px 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer {
    z-index: 2;
  }

  .wrapper {
    z-index: 2;
  }

  .background::before {
    z-index: 1;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0px auto;
}

.container-pd {
  padding-right: 0.923rem !important;
  padding-left: 0.923rem !important;
}

@media (max-width: 1024px) {
  .container {
    padding: 0px .5rem;
  }
}

@media (max-width: 900px) {
  .container-pd {
    padding: 0 !important;
  }
}

.contents {
  width: 85%;
  padding: 0px;
  margin: 0 auto;
}

.contents-pd {
  padding: 0px 2.307rem !important;
}

.contents-background {
  border: 1px solid #f1f1f1;
  background: white;
  border-radius: 5px;
  padding: 2.307rem;
}

.contents-search {
  width: 100%;
  max-width: 1260px;
  margin-bottom: 0.769rem;
  padding: 0px;
  border-radius: 3px;
  border: 1px solid #e7eff4;
  background: white;
  z-index: 3;
  position: relative;
}

.contents-search-inner {
  padding: 1.538rem;
  overflow: hidden;
}

.contents-search-inner .inner-con {
  display: inline-block;
  width: 100%;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.search-box input[type=text] {
  padding: 0.769rem;
  float: left;
  width: 90% !important;
  font-size: 1rem;
  color: #9DB2C2;
  background-color: #fff;
  border: 1px solid #E1EAF0;
  border-radius: 0;
  -webkit-appearance: none;
}

/* Style the submit button */
.search-box button {
  float: left;
  width: 10%;
  padding: 0.846rem 0.769rem;
  background: white;
  color: #45567c;
  border: 1px solid #E1EAF0;
  border-left: none;
  /* Prevent double borders */
  cursor: pointer;
}

.search-box button:hover {
  background: #f7f7f7;
}

.search-box::after {
  content: "";
  clear: both;
  display: table;
}

@media (min-width: 901px) and (max-width: 1024px) {
  .contents {
    width: 90%;
  }
}

@media (max-width: 900px) {
  .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 1.153rem 0.5rem;
  }

  .container-sticky {
    margin-top: -40px;
  }

  .contents {
    width: 100%;
    padding: 0.769rem;
    margin: 0px auto;
  }

  .contents-pd {
    padding: 0 !important;
  }

  .contents-background {
    border: none;
    background: white;
    padding: 1.538rem;
  }

  .contents-search-inner {
    padding: 1.153rem;
    overflow: hidden;
  }

  .search-box input[type=text] {
    width: 85% !important;
  }

  .search-box button {
    width: 15%;
    padding: 0.846rem 0.769rem 0.769rem;
  }

  .detail-contents {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
}

/*******************************************************************
noContents
********************************************************************/
.no-contents {
  position: relative;
  width: 360px;
  height: 140px;
  margin: 0 auto 3.846rem;
  padding: 1.538rem 1.923rem;
  background: white;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  line-height: 1.5;
}

.no-contents::before {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
}

.no-contents::before {
  bottom: -16px;
  left: 42%;
  transform: translate(100%, -50%) rotate(45deg);
  height: 15px;
  width: 15px;
  background: linear-gradient(45deg, #fff 100%, transparent 0);
  border: 1px solid #eee;
  border-width: 0px 1px 1px 0px;
  border-radius: 0 0 2px 0;
}

.no-contents-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.no-contents-text p {
  padding: 3.846rem;
  white-space: nowrap;
}

/*******************************************************************
search-result
********************************************************************/
.search-result {
  padding: 0 0.923rem;
}

.search-result-inner {
  padding: 2.307rem;
  background: #45567c;
  color: #fff;
  margin-bottom: 2.307rem;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 5px;
}

.search-result-inner strong {
  color: #cbe6fb;
}

@media (max-width: 900px) {
  .search-result-inner {
    padding: 1.153rem 1.538rem;
    margin-bottom: 1.153rem;
    font-size: 1rem;
    text-align: center;
    border-radius: 5px;
  }
}

.search-txt {
  margin:0 0.5rem 2rem;
  padding: 2rem 3rem;
  background: white;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  text-align: center;
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  .search-txt {
    margin:0 0 1rem;
    padding: 1.5rem;
    font-size: 1.1rem;
  }
}

/*******************************************************************
navigation
********************************************************************/
.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  padding: 0;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
  padding: 0;
  z-index: 19998;
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}

@keyframes fade {
  from {
    opacity: 0.999;
  }

  to {
    opacity: 1;
  }
}

.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0rem 1.153rem;
  color: #47587a;
  font-size: 1.8rem;
  text-decoration: none !important;
}

.nav-brand:hover, .nav-brand:focus {
  color: #47587a;
}

.navigation-portrait .nav-brand {
  font-size: 1.3rem;
  line-height: 48px;
}

.nav-logo {
  display: block;
  float: left;
  margin: 1.46rem 1.92rem 1.53rem 0.38rem;
  padding: 0rem 1.153rem;
  width: 161px;
  height: 32px;
  background: url('../img/logo.png') no-repeat;
  background-size: contain;
}

.nav-logo>img {
  height: 48px;
  margin: 0.846rem auto;
  padding: 0rem 1.153rem;
  float: left;
}

.nav-logo:focus>img {
  outline: initial;
}

.navigation-portrait .nav-logo {
  margin: 1.076rem 1.307rem 0.923rem;
  padding: 0rem 1.153rem;
  width: 120px;
  height: 24px;
}

.navigation-portrait .nav-logo>img {
  height: 36px;
  margin: 0.46rem auto 0.46rem 1.15rem;
  padding: 0;
}

.nav-logo-mr {
  display: block;
  float: left;
  margin: 1.46rem 1.92rem 1.53rem 0.38rem;
  padding: 0rem 1.153rem;
  width: 161px;
  height: 32px;
  background: url('../img/logo-mr.png') no-repeat;
  background-size: contain;
}

.nav-logo-mr>img {
  height: 48px;
  margin: 0.846rem auto;
  padding: 0rem 1.153rem;
  float: left;
}

.nav-logo-mr:focus>img {
  outline: initial;
}

.navigation-portrait .nav-logo-mr {
  margin: 1.076rem 1.307rem 0.923rem;
  padding: 0rem 1.153rem;
  width: 120px;
  height: 24px;
}

.navigation-portrait .nav-logo-mr>img {
  height: 36px;
  margin: 0.46rem auto 0.46rem 1.15rem;
  padding: 0;
}



.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 0.461rem 0.153rem 0;
  position: absolute;
  top: 50%;
  margin-top: -1.077rem;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #47587a;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #47587a, 0 1em 0 0 #47587a;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 240px;
  height: 100%;
  top: 0;
  left: -300px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000 !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 0.307rem 0.538rem;
  display: none;
  float: right;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.dr-name {
  margin: 0;
  line-height: 44px;
  padding: 0.23rem 1.538rem;
  height: 48px;
  display: none;
  color: #fff;
  background: #47587a;
}

.navigation-portrait .dr-name {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}

.nav-menu.nav-menu-centered>li {
  float: none;
}

.nav-menu.nav-menu-centered>li:first-child {
  float: none;
  margin-left: 0;
}

.navigation-portrait .nav-menu.nav-menu-centered>li:first-child {
  margin-left: 0px;
}

.nav-menu>li {
  display: inline-block;
  float: left;
  text-align: left;
  font-weight: 500;
}

.navigation-portrait .nav-menu>li.display-inline {
  width: 33.333333333%;
  display: inline-block;
  text-align: center;
  border-bottom: solid 1px #f0f6f9;
}

.navigation-portrait .nav-menu>li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f6f9;
}

.navigation-portrait .nav-menu>li:last-child {
  border-bottom: solid 1px #f0f6f9;
}

.nav-menu+.nav-menu>li:first-child {
  border-top: none;
}

.nav-menu>li>a {
  height: 70px;
  padding: 1.846rem 2rem 2rem;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 1.07rem;
  color: #47587a;
  white-space: pre;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

@media (max-width: 1024px) {
  .nav-menu>li>a {
    padding: 1.846rem 1rem 2rem;
  }
}

.nav-menu>li.display-inline>a {
  padding: 1.846rem 0.769rem 2rem;
}

.nav-menu>li>a>i {
  position: relative;
  font-size: 1rem;
}

.icon-view-bg {
  position: absolute;
  top: 20px;
  right: 8px;
  width: 17px;
  height: 16px;
  padding: 0px 0.384rem 0.153rem;
  border-radius: 50%;
  background: #f2507e;
  color: white;
  vertical-align: middle;
  font-size: .87rem;
}

.navigation-portrait .icon-view-bg {
  position: absolute;
  top: 7px;
  right: 20px;
  width: 17px;
  height: 16px;
  padding: 0px 0.384rem 0.153rem;
  border-radius: 50%;
  background: #f2507e;
  color: white;
  vertical-align: middle;
  font-size: .84rem;
}

.navigation-portrait .nav-menu>li>a {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1rem;
  padding: 0.923rem 1.153rem 0.923rem 1.538rem;
}

.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
  color: #00abcb;
}

.nav-menu>li>a>i, .nav-menu>li>a>[class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social>li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
  width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
  font-size: 0.92rem;
}

.nav-menu.nav-menu-social>li>a>.fa {
  font-size: 1.07rem;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
  padding: 1.153rem;
}

.submenu-indicator {
  margin-left: 0.46rem;
  margin-top: 0.46rem;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #47587a #47587a transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
  border-color: transparent #00abcb #00abcb transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  touch-action: none;
  overflow-x: hidden;
}

/* SEARCH PANEL */
.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
  font-size: 1.3rem;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 0.769rem;
  margin-right: 3.076rem;
  margin-top: 1px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
}

.nav-search-icon {}

/*
.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #47587a;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-search-icon:after, .nav-search-icon:before {
  content: '';
  pointer-events: none;
}


.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
*/
.nav-search-button:hover .nav-search-icon {
  color: #00abcb;
}

.nav-search>form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type=text], .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 0.923rem;
  font-size: 2rem;
  text-align: center;
  color: #47587a;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type=text], .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 1.38rem;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 21px;
  top: 20px;
  line-height: normal;
  color: #47587a;
  font-size: 1.38rem;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 20px;
  font-size: 1.84rem;
  line-height: 26px;
}

/* NAVIGATION BUTTON */
.nav-button {
  margin: 1.38rem 1.15rem 0;
  padding: 0.615rem 1.076rem;
  display: inline-block;
  color: #fff;
  font-size: 1.07rem;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #00abcb;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.nav-button:hover, .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 1.307rem 2rem;
}

/* NAVIGATION TEXT */
.nav-text {
  margin: 1.92rem 1.15rem;
  display: inline-block;
  color: #47587a;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 0.92rem 2rem 0;
}

.navigation-portrait .nav-text+ul {
  margin-top: 1.15rem;
}

/* DROPDOWN EXTENSION */
.nav-dropdown {
  min-width: 180px;
  margin-top: 1px;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu>li>.nav-dropdown {
  border: solid 1px #f1f1f1;
}

.nav-dropdown>li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
  font-weight: 400;
}

.nav-dropdown>li>a {
  width: 100%;
  padding: 1.23rem 1.538rem;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 1rem;
  color: #47587a;
  background-color: #fff;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {
  background: #00abcb;
  color: #fff;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
  text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
  padding: 0.923rem 1.538rem 0.923rem 2.307rem;
  box-shadow: none;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
  padding-left: 3.846rem;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
  padding-left: 5.384rem;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
  padding-left: 6.923rem;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
  padding-left: 8.461rem;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {
  border-color: transparent #00abcb #00abcb transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* HORIZONTAL DROPDOWN EXTENSION */
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #e1eaf0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal>li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
  width: 100%;
}

.nav-dropdown-horizontal>li>a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* MEGAMENU EXTENSION */
.megamenu-panel {
  width: 100%;
  padding: 1.153rem;
  display: none;
  position: absolute;
  font-size: 1.07rem;
  z-index: 98;
  text-align: left;
  color: inherit;
  border: solid 1px #f1f1f1;
  background-color: #fff;
}

.navigation-portrait .megamenu-panel {
  padding: 1.153rem;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half, .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

/* GRID */
.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before, .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 1.15rem;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

/* MEGAMENU TABS */
.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav>li>a {
  width: 100%;
  padding: 0.769rem 1.23rem;
  float: left;
  font-size: 1rem;
  text-decoration: none;
  color: #47587a;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #ffffff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.megamenu-tabs-nav>li.active a, .megamenu-tabs-nav>li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 1.538rem;
  float: right;
  display: none;
  opacity: 0;
  font-size: 1rem;
  color: #47587a;
  border: solid 1px #eff0f2;
  background-color: #ffffff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

/* MEGAMENU LIST */
.megamenu-lists {
  width: 100%;
  display: table;
}

/* The list */
.megamenu-list {
  width: 100%;
  margin: 0 0 1.15rem;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -1.15rem 0;
  padding: 1.538rem 0;
  border-right: solid 1px #e1eaf0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list>li>a {
  width: 100%;
  padding: 0.769rem 1.153rem;
  display: inline-block;
  color: #47587a;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.megamenu-list>li>a:hover {
  color: #ffffff;
  background-color: #00abcb;
}

.megamenu-list>li.megamenu-list-title>a {
  font-size: 1.07rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #00abcb;
}

.megamenu-list>li.megamenu-list-title>a:hover {
  opacity: 1;
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.navigation-landscape .list-col-6 {
  width: 16.6666666667%;
}

.navigation-sub {
  position: -webkit-sticky;
  width: 100%;
  background: white;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #f1f1f1;
}

.navigation-sub .navigation-sub-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 0.923rem;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.navigation-sub .navigation-sub-inner::-webkit-scrollbar {
  display: none;
}

.navigation-sub>.navigation-sub-inner>ul>li {
  display: inline-block;
  padding: 0 0.769rem;
}

.navigation-sub>.navigation-sub-inner>ul>li>a {
  height: 46;
  padding: 1.307rem 0.769rem;
  border-bottom: solid 4px transparent;
  transition: color .3s, background .3s, border .3s;
}

.navigation-sub>.navigation-sub-inner>ul>li:hover>a, .navigation-sub>.navigation-sub-inner>ul>li.active>a, .navigation-sub>.navigation-sub-inner>ul>li.focus>a {
  border-bottom-color: #00abcb;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
}

@media (max-width: 900px) {
  .navigation-sub {
    margin-top: 51px;
    height: 46px;
    line-height: 46px;
  }

  .navigation-sub .navigation-sub-inner {
    padding: 0px 0.538rem;
  }

  .navigation-sub>.navigation-sub-inner>ul>li {
    display: inline-block;
    padding: 0 0.769rem;
  }

  .navigation-sub>.navigation-sub-inner>ul>li>a {
    height: 46px;
    padding: 0.846rem 0;
    border-bottom: solid 4px transparent;
    transition: color .3s, background .3s, border .3s;
  }
}

/*******************************************************************
dropnav
********************************************************************/
.dropNav {
  width: 100%;
  max-width: 200px;
  margin: 0px auto 2.307rem;
  background: #FFF;
  border-bottom: 1px solid #eaeaeb;
}

.dropNav .toggleNav {
  cursor: pointer;
  display: block;
  padding: 0.923rem 1.153rem;
  line-height: 1.4em;
  border-top: 1px solid #eaeaeb;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dropNav ul li:last-child .toggleNav {
  border-bottom: 0;
}

.dropNav ul li i {
  position: absolute;
  top: 16px;
  left: 12px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dropNav li i.fa-chevron-down {
  right: 18px;
  left: auto;
}

.dropNav li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropNav li.default .dropNavSub {
  display: block;
}

/**
 * Submenu
 -----------------------------*/
.dropNavSub {
  display: none;
  background: #465b7b;
}

.dropNavSub li {
  border-top: 1px solid #516583;
  padding: 0.461rem 1.153rem;
  color: white;
}

.dropNavSub li.re-none {
  background: #eaeaeb;
  border-top: 1px solid #eee;
}

.dropNavSub li.re-none a, .re-none em {
  color: white;
}

.dropNavSub li .time-wrap {
  margin-left: 3.923rem;
  color: white;
}

.dropNavSub li em {
  margin-right: 0px;
}

.dropNavSub a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0.461rem 0;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.dropNavSub a span {
  display: inline-block;
  margin-left: 0.769rem;
}

/*------------------------------------dropNav ---------------------------------------------*/
.dropNav-sub {
  width: 100%;
  margin: 0px auto 1.538rem;
  background: #FFF;
  border-bottom: 1px solid #eaeaeb;
}

.dropNav-sub .toggleNav-sub {
  cursor: pointer;
  display: block;
  padding: 0.923rem 1.153rem;
  line-height: 1.4em;
  border-top: 1px solid #eaeaeb;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dropNav-sub ul li:last-child .toggleNav-sub {
  border-bottom: 0;
}

.dropNav-sub ul li i {
  position: absolute;
  top: 16px;
  left: 12px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.dropNav-sub li i.fa-chevron-down {
  right: 18px;
  left: auto;
}

.dropNav-sub li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropNav-sub li.default .dropNavSub-sub {
  display: block;
}

/**
  * Submenu
  -----------------------------*/
.dropNavSub-sub {
  display: none;
  background: #292929;
}

.dropNavSub-sub li {
  border-top: 1px solid #258551;
  padding: 0.461rem 1.153rem;
  color: white;
}

.dropNavSub-sub li.re-none {
  background: #eaeaeb;
  border-top: 1px solid #eee;
}

.dropNavSub-sub li.re-none a, .re-none em {
  color: white;
}

.dropNavSub-sub li .time-wrap {
  margin-left: 3.923rem;
  color: white;
}

.dropNavSub-sub li em {
  margin-right: 0px;
}

.dropNavSub-sub a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 0.461rem 0;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.dropNavSub-sub a span {
  display: inline-block;
  margin-left: 0.769rem;
}

/*******************************************************************
bottom-menu
********************************************************************/
.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 54px;
  background: white;
  border-top: 1px solid #E1EAF0;
}

.bottom-wrap {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.bottom-menu {
  float: left;
  /*width: 16.6666666667%;*/
  width: 16.6666666667%;
  text-align: center;
  margin-top: 0.769rem;
  cursor: pointer;
}

.bottom-menu a {
  text-align: center;
  display: inline-block;
  margin-top: 0.153rem;
}

.bottom-menu p {
  font-size: .76rem;
  margin-top: 0.153rem;
}

.bottom i {
  font-size: 1.46rem;
}

@media (max-width: 900px) {
  .bottom-menu {
    margin-top: 0.769rem;
  }

  .bottom-menu p {
    font-size: .69rem;
  }
}

/*******************************************************************
sidemenu
********************************************************************/
.sideMenu {
  position: relative;
  width: 100%;
  z-index: 97;
  margin-bottom: 2.307rem;
}

.sideMenu-pd {
  padding-right: 0.923rem !important;
  padding-left: 0.923rem !important;
}

.sideMenu-inner {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e7eff4;
  /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);*/
  background: white;
}

.sideMenu-inner .inner-con {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1.153rem 1.538rem;
  border-bottom: 1px solid rgba(225, 234, 240, .5);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.sideMenu-inner .inner-con strong {
  margin-right: 1.384rem;
}

.sideMenu-inner .inner-con:last-child {
  border-bottom: none;
}

.sideMenu-inner .inner-con .no-ma {
  margin-right: 3.23rem;
}

.sideMenu-box {
  position: relative;
  width: 100%;
  z-index: 97;
  margin-bottom: 2.307rem;
}

.sideMenu-inner-box {
  width: 100%;
  border: 1px solid #e7eff4;
  background: white;
}

.sideMenu-inner-box .inner-con {
  width: 100%;
  padding: 1.153rem 1.538rem;
}

.sideMenu-inner .inner-con a i {
  position: relative;
}

.icon-view-round2 {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 17px;
  height: 16px;
  padding: 0px 0.384rem 0.153rem;
  border-radius: 50%;
  background: #f2507e;
  color: white;
  vertical-align: middle;
  font-size: .76rem;
}

@media (max-width: 900px) {
  .sideMenu {
    margin-bottom: 1.153rem;
  }

  .sideMenu-inner {
    border: 1px solid #f1f1f1;
  }

  .sideMenu-inner .inner-con {
    border-bottom: 1px solid rgba(241, 241, 241, .5);
  }

  .sideMenu-box {
    margin-bottom: 0.769rem;
  }

  .sideMenu-inner-box {
    border: 1px solid #f1f1f1;
  }

  .sideMenu-inner-box .inner-con {
    padding: 0px;
  }

  .icon-view-round2 {
    top: 10px;
    right: 20px;
    padding: 0px 0.384rem 0.153rem;
    font-size: .84rem;
  }
}

/*******************************************************************
main-list
********************************************************************/
.m-vod-list {
  position: relative;
  width: 100%;
}

.m-vod-list h2 {
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 0 0.5rem;
}

.m-vod-list .vod-more {
  position: absolute;
  top: 5px;
  right: 10px;
}

.m-list-more {
  position: absolute;
  top: 5px;
  right: 15px;
}

@media (max-width: 900px) {
  .m-vod-list .vod-more {
    top: 2px;
  }
  .m-list-more {
    position: absolute;
    top: 2px;
    right: 15px;
  }
}



.vod-columns {
  display: block;
  position: relative;
  width: 100%;
  margin: 1rem auto 0;
  padding: 0;
}

.vod-wall-column {
  display: block;
  position: relative;
  width: 33.3333333333%;
  float: left;
  padding: 0 0.3rem;
  margin: 0 auto;
}

.vod-article-list {
  position: relative;
  display: block;
  margin-bottom: 1.307rem;
  padding: 0px;
  transition: opacity .4s ease-in-out;
  column-break-inside: avoid;
}

.vod-article-list .tit {
  height: 25px;
  font-weight: 500;
  font-size: 1.05rem;
  margin-top: .2rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.vod-article-list .name {
  margin-top: -0.8rem;
  opacity: .8;
}

.m-list {
  margin-top: 2rem;
}

.m-list:after {
  content: "";
  display: table;
  clear: both;
}

.m-list-left {
  position: relative;
  float: left;
  width: 49.8%;
  margin-right: .4%;
  margin-bottom: 1.307rem;
}

.m-list-right {
  position: relative;
  float: left;
  width: 49.8%;
  margin-bottom: 1.307rem;
}

.m-list-mr {
  margin-top: 1.5rem;
}

.m-list-mr:after {
  content: "";
  display: table;
  clear: both;
}

.m-list-mr-left {
  position: relative;
  float: left;
  width: 25%;
  margin-right: .4%;
  margin-bottom: 1.307rem;
}

.m-list-mr-center {
  position: relative;
  float: left;
  width: 49.2%;
  margin-right: .4%;
  margin-bottom: 1.307rem;
}

.m-list-mr-right {
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 1.307rem;
}

.m-list-mr-left .bul {
  width:100%;
  height:34px;
  background: url('../img/bul-mr.png') no-repeat 6px 4px;
}

.m-list-mr-center .bul {
  width:100%;
  height:34px;
  background: url('../img/bul-mr.png') no-repeat 6px 4px;
}


.m-list-mr-right .bul {
  width:100%;
  height:34px;
  background: url('../img/bul-mr.png') no-repeat 6px 4px;
}


.m-list-mr-left h2, .m-list-mr-right h2, .m-list-mr-center h2 {
  margin-left: 2.5rem;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}




.m-list-left .bul {
  width:100%;
  height:34px;
  background: url('../img/bul.png') no-repeat 6px 4px;
}

.m-list-right .bul {
  width:100%;
  height:34px;
  background: url('../img/bul.png') no-repeat 6px 4px;
}

.m-list-left h2, .m-list-right h2 {
  margin-left: 2.5rem;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}

.prd-columns {
  display: block;
  position: relative;
  width: 100%;
  margin: 1rem auto 0;
  padding: 0;
}

.prd-wall-column {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  padding: 0 0.5rem;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .m-vod-list h2 {
    font-size: 1.3rem;
    margin-left: 0.5rem;
  }

  .vod-article-list .tit {
    height: 20px;
  }

  .vod-wall-column {
    width: 50%;
    padding: 0 0.5rem;
  }

  .m-list-left {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1.307rem;
  }

  .m-list-right {
    float: left;
    width: 100%;
    margin-bottom: 1.307rem;
  }

  .m-list-mr-left {
    float : left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1.507rem;
  }

 .m-list-mr-center {
  float: left;
    width: 100%;
    margin-bottom: 1.507rem;
  }

  .m-list-mr-right {
    float : left;
    width: 100%;
    margin-bottom: 1.507rem;
  }

  .prd-wall-column {
    display: block;
    position: relative;
    width: 50%;
    float: left;
    padding: 0 0.5rem;
    margin: 0 auto;
  }

  .m-list h2 {
    font-size: 1.3rem;
  }

  .m-list-left .bul {
    width:100%;
    height:34px;
    background: url('../img/bul.png') no-repeat 6px 1px;
  }

  .m-list-right .bul {
    width:100%;
    height:34px;
    background: url('../img/bul.png') no-repeat 6px 1px;
  }
}

.main-columns:after {
  content: "";
  display: table;
  clear: both;
}

.main-columns {
  padding: 0 0.5rem;
  margin-bottom: 3.307rem;
}

.main-columns-left {
  float: left;
  width: 49.95%;
  max-width: 618px;
  margin-right: 1.85%;
}

.main-columns-left img, .main-columns-left iframe {
  width: 100%;
  /*border-radius: 5px;*/
}

.main-columns-right {
  float: left;
  width: 48.2%;
}

@media (max-width: 900px) {
  .main-columns {
    padding: 0;
    margin-bottom: 1rem;
  }

  .main-columns-left {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0 0.5rem;
    margin-bottom: 15px !important;
  }

  .main-columns-right {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}



/*******************************************************************
main-notice
********************************************************************/
.notice-sub-wrap {
  width: 100%;
  margin-bottom: 0px;
}

.notice-sub {
  width: 100%;
  border: 1px solid #E1EAF0;
  border-radius: 3px;
  background: white;
}

.notice-sub .inner-con {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1.538rem;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

.notice-sub .inner-con .btn-right {
  position: absolute;
  top: 15px;
  right: 15px;
}

.notice-sub .inner-con:last-child {
  border-bottom: none;
}

/*******************************************************************
sub
********************************************************************/
.sub-tit {
  font-size: 1.8rem;
  margin-left: 0.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 900px) {
  .sub-tit {
    margin-top: .5rem;
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}

.columns-left {
  float: left;
  width: 68%;
  margin-right: 2%;
  margin-bottom: 2.307rem;
}

.columns-left img, .columns-left iframe {
  width: 100%;
  border-radius: 5px;
}

.columns-right {
  float: right;
  width: 30%;
  margin-bottom: 2.307rem;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 0px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  margin: 0;
}

.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-survey {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  height: 0;
}

@media (max-width: 900px) {
  .video-survey {
    width: 100%;
  }
}

/*******************************************************************
tabs
********************************************************************/
.tabs-wrapper {
  padding: 0 0.5rem;
}

.prd-tabs {
  float: left;
  /*width: 15.79%;*/
  margin-right: 1rem;
  margin-bottom: 1rem;
  list-style-type: none;
  border: 1px solid #f1f1f1;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.prd-tabs a {
  display: block;
  padding: 10px 16px;
}


/* Style the active class, and buttons on mouse-over */
.prd-tabs a:hover {
  background: #00abcb;
  color: white;
}

.prd-active {
  display: block;
  background: #00abcb;
  color: white;
}

@media (max-width: 1300px) {
  .prd-tabs {
    margin-right: .75rem;
  }
  .prd-tabs a {
    display: block;
    padding: 10px 6px;
  }
}


.prd-tabs:nth-of-type(6) {
  margin-right: 0;
}

.tabs-bottom > li {
  float: left;
  width: 50.0%;
  list-style-type: none;
}
.tabs-bottom a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1rem 0;
  /*border: 1px solid #f1f1f1;*/

  border-bottom: 2px solid #00abcb;
  border-bottom: 2px solid #00abcb;
  background: #F6F6F6;
}
.tabs-bottom a.active {
  /*border-bottom: 2px solid #00abcb;*/
  border-top: 2px solid #00abcb;
  border-left: 2px solid #00abcb;
  border-right: 2px solid #00abcb;
  border-bottom: 0px solid #00abcb;
  background: #00abcb;
  color: #fff;
  font-weight: bold;
}


.tabgroup {
  padding: 20px 0 0;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


.tabs-sc > li {
  float: left;
  width: 50%;
  list-style-type: none;
}
.tabs-sc a {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1rem 0;
  border: 1px solid #f1f1f1;
  background: #fff;
}
.tabs-sc a.active {
  border-bottom: 2px solid #00abcb;
  font-weight: bold;
}


.prd-info {
  width: 100%;
  padding: 1rem 1rem 3rem;
}

.prd-info-inner {
  display: table;
}

.prd-info-left {
  width: 28%;
  display: table-cell;
  vertical-align: middle;
}

.prd-info-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 3rem;
  font-size: 1.2rem;
}

.prd-info-right p {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.prd-info-right h3 {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}


@media (max-width: 900px) {
  .tabs-wrapper {
    margin: 1rem auto;
    width: 100%;
  }

  .prd-tabs {
    float: left;
    /*width: 15.79%;*/
    margin-right: .2rem;
    margin-bottom: .5rem;
    list-style-type: none;
    font-size: .8rem;
  }


  .tabs-bottom a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: .7rem 0;
    border: 1px solid #f1f1f1;
    background: #fff;
    font-size: .9rem;
  }

  .prd-info {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
  }

  .prd-info-left {
    width: 100%;
    display: table-row;
    text-align: center;
  }

  .prd-info-right {
    display: table-row;
    vertical-align: middle;
    padding-left: 0;
    font-size: 1rem;
    width: 100%;
  }

  .prd-info-right h3 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
  }

  .prd-info-right p {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
  }

}


/*******************************************************************
survey
********************************************************************/
.survey {
  width: 100%;
  font-size: 1.15rem;
  padding: 2.307rem 0;
  margin: 0;
}

.survey h2 {
  font-size: 1.8rem;
  margin-bottom: 1.538rem;
  color: #00abcb;
}

.survey hr {
  margin: 2.307rem 0;
}

.survey-list {
  position: relative;
  display: block;
  line-height: 1.8rem;
  margin: 0 0 0 1rem;
  padding: 1.538rem 0.769rem 0.769rem 1.2rem;
  font-weight: 500;
}

.survey-list span {
  position: absolute;
  left: -1rem;
  top: 1.55rem;
  background: #00abcb;
  color: #fff;
  height: 1.6rem;
  width: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  border-radius: 50%;
}

.survey-check {
  width: 100%;
  margin: 1rem 0 5rem 0em;
  overflow: hidden;
}

.survey-check li {
  padding: 0.615rem 0;
}

.survey-contents {
  margin: 0px 0;
}

.survey-check input {
  width: 100%;
}

.survey textarea {
  width: 100%;
  margin: 1rem 0 5rem 0em;
}

@media (max-width: 900px) {
  .survey {
    font-size: 1rem;
    padding: 1.153rem 0.615rem;
  }

  .survey h2 {
    font-size: 1.16rem;
  }

  .survey hr {
    margin: 1.538rem 0 0.769rem;
  }

  .survey-list {
    font-size: 1rem;
    line-height: 1.6em;
    margin: 0 0 0 1.3rem;
    padding: 1.538rem 0.769rem 0.769rem;
  }

  .survey-list span {
    position: absolute;
    left: -17px;
    top: 19px;
    font-size: 1rem;
    height: 1.7em;
    width: 1.7em;
    line-height: 1.7em;
  }

  .survey-check {
    margin: 1rem 0 2rem 0em;
  }

  .survey-contents {
    margin: 0.384rem 0;
  }

  .survey textarea {
    width: 100%;
    margin: 1rem 0 1rem 0em;
  }
}


/*******************************************************************
main-vod-cards
********************************************************************/
.main-vod-cards-wrapper {
  width:100%;
}

.main-vod-cards {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-vod-cards-item {
  /*
  display: -webkit-flex;
  display: flex;
  */
  width: 50%;
  padding: .5rem;
  margin-bottom: 1rem;
}

@media (min-width: 600px) and (max-width: 900px) {
  .main-vod-cards-wrapper {
    padding: 0;
  }
  .main-vod-cards-item {
    width: 50%;
    padding: .5rem;
  }
}

@media (min-width: 901px) {
  .main-vod-cards-wrapper {
    margin-top:.5rem;
    padding: 0;
  }
  .main-vod-cards {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 1rem;
    background: white;
    height:336px;
  }
  .main-vod-cards-item {
    width: 50%;
    padding: .5rem;
    margin-bottom: .5rem;
  }

  .main-vod-cards-mr-item {
    width: 100%;
    padding: .5rem;
    margin-bottom: .5rem;
  }
}


.main-vod-card {
  border-radius: 0.25rem;
  /*box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);*/
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.main-vod-card:hover .main-vod-card-image {
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
}

.main-vod-card-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin-top: .5rem;
}

.main-vod-card-image {
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  /*
  -webkit-filter: contrast(80%);
  filter: contrast(80%);
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  */
}

.main-vod-card-image img {
  position: absolute;
  top: 0;
	left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 40rem) {
  .main-vod-card-image::before {
    padding-top: 66.6%;
  }
}

.main-vod-card-title {
  width: 100%;
  font-weight: 700;
  display: block;
  height: 22px;
  line-height: 1.5;
  font-size: 1.1rem;
  margin: 0.384rem 0 .5rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main-vod-card-text {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: block;
  display: -webkit-box;
  height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-vod-card-author {
  width: 100%;
  display: block;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  height: 40px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-vod-card-day {
  display: block;
  line-height: 1.5;
  margin: 0 0 0rem;
  opacity: .6;
}

@media (max-width: 900px) {

  .main-vod-card {
    width:100%;
  }

  .main-vod-card-title {
    height: auto;
    -webkit-line-clamp: 99999;
  }

  .main-vod-card-text {
    height: auto;
    -webkit-line-clamp: 99999;
  }

  .main-vod-card-author {
    height: auto;
    -webkit-line-clamp: 99999;
  }
}

/*******************************************************************
main-bottom-cards
********************************************************************/
.main-bottom-cards-wrapper {
  width:100%;
}

.main-bottom-cards {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.main-bottom-cards-item {
  width: 100%;
  /*
  display: -webkit-flex;
  display: flex;
  */
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}

.main-bottom-cards-mr-item {
  width: 100%;
  /*
  display: -webkit-flex;
  display: flex;
  */
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}

@media (min-width: 600px) and (max-width: 900px) {
  .main-bottom-cards-wrapper {
    padding: 0;
  }
  .main-bottom-cards-item {
    width: 50%;
    padding: .5rem;
  }

  .main-bottom-cards-mr-item {
    width: 100%;
    padding: .5rem;
    margin-bottom: .5rem;
  }
}

@media (min-width: 901px) {
  .main-bottom-cards-wrapper {
    padding: 0;
  }
  .main-bottom-cards-item {
    width: 50%;
    padding: .5rem;
    margin-bottom: .5rem;
  }

  .main-bottom-cards-mr-item {
    width: 100%;
    padding: .5rem;
    margin-bottom: .5rem;
  }

}


.main-bottom-card {
  position: relative;
  background-color: white;
  border-radius: 0.25rem;
  /*box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}

.main-bottom-mr-card {
  position: relative;
  background-color: white;
  border-radius: 0.25rem;
  /*box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f1f1f1;
}

.main-bottom-card:hover .main-bottom-card-image {
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
}

.main-bottom-card-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 1rem 1.5rem 2rem;
}

.main-bottom-card-image {
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  /*
  -webkit-filter: contrast(80%);
  filter: contrast(80%);
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  */
}

.main-bottom-card-image img {
  position: absolute;
  top: 0;
	left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 40rem) {
  .main-bottom-card-image::before {
    padding-top: 66.6%;
  }
}

.main-bottom-card-title {
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: .5rem;
  height: 25px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0.384rem 0 0.769rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main-bottom-card-text {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: block;
  display: -webkit-box;
  height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-bottom-card-author {
  width: 100%;
  display: block;
  height: 22px;
  line-height: 1.5;
  margin: 0.384rem 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: .6;
}

.main-bottom-card-day {
  display: block;
  line-height: 1.5;
  margin: 0 0 0rem;
  opacity: .6;
}

@media (max-width: 900px) {
  .main-bottom-card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: .5rem 1rem 1rem;
  }
  .main-bottom-card-title {
    height: auto;
    -webkit-line-clamp: 99999;
    font-size: 1rem;
  }

  .main-bottom-card-text {
    height: auto;
    -webkit-line-clamp: 99999;
  }

  .main-bottom-card-author {
    height: auto;
    -webkit-line-clamp: 99999;
  }

    .main-bottom-card {
      width: 100%;
    }
}


/*******************************************************************
cards
********************************************************************/
.cards-wrapper {
  width:100%;
  padding: 0 0.5rem;
}

.cards {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards-item {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1rem;
}


@media (min-width: 600px) and (max-width: 900px) {
  .cards-wrapper {
    padding: 0;
  }
  .cards-item {
    width: 50%;
    padding: .5rem;
  }
}

@media (max-width: 600px) {
  .cards-item {
    width: 100%;
    padding: .5rem;
  }
}

@media (min-width: 901px) {
  .cards-wrapper {
    padding: 0;
  }
  .cards-item {
    width: 25%;
    padding: .5rem;
    margin-bottom: .5rem;
  }
}

@media (min-width: 901px) {
  .cards-wrapper {
    padding: 0;
  }
  .cards-item {
    width: 25%;
    padding: .5rem;
    margin-bottom: .5rem;
  }
}


.card {
  position: relative;
  background-color: white;
  border-radius: 0.25rem;
  /*box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  width:100%!important;
}

.card:hover .card-image {
  -webkit-filter: contrast(100%);
  filter: contrast(100%);
}

.card-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 1rem 1.5rem 2rem;
}

.card-image {
  position: relative;
  padding-bottom: 56.25%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden;
  /*
  -webkit-filter: contrast(80%);
  filter: contrast(80%);
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  */
}

.card-image img {
  position: absolute;
  top: 0;
	left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 40rem) {
  .card-image::before {
    padding-top: 66.6%;
  }
}

.card-title {
  font-size: 1.1rem;
  font-weight: 300;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: .5rem;
  display: block;
  height: 25px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0.384rem 0 0.769rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.card-text {
  line-height: 1.5;
  margin-bottom: 1rem;
  display: block;
  display: -webkit-box;
  height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-author {
  display: block;
  height: 22px;
  line-height: 1.5;
  margin: 0.384rem 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: .6;
}

.card-day {
  display: block;
  line-height: 1.5;
  margin: 0 0 0rem;
  opacity: .6;
}

@media (max-width: 900px) {
  .card-title {
    height: auto;
    -webkit-line-clamp: 99999;
  }

  .card-text {
    height: auto;
    -webkit-line-clamp: 99999;
  }

  .card-author {
    height: auto;
    -webkit-line-clamp: 99999;
  }
}


/*******************************************************************
main-calendar
********************************************************************/
.main-calendar {
  position: relative;
  /*max-width: 100%;
  max-height: 440px;*/
  margin: 0px auto;
  background: white;
  border-radius: 5px;
  padding: 1.538rem 1.538rem 2rem;
  border: 1px solid #f1f1f1;
}

@media (max-width: 900px) {
  .main-calendar {
    height: 100%;
  }
}

.main-month {
  padding: 0.769rem;
  text-align: center;
  text-transform: uppercase;
}

.main-month ul {}

.main-month ul li {
  display: inline-block;
}

.main-month .i-month {
  display: block;
  font-size: 2.6rem;
}

.main-month .i-year {
  display: block;
  font-size: 0.923rem;
  opacity: .5;
}

.main-weekdays ul, .main-days ul {
  list-style-type: none;
}

.main-month .left {
  float: left;
  margin-top: 1rem;
}

.main-month .left i, .main-month .right i {
  padding: 0.769rem;
  opacity: .5;
  font-size: 1.5rem;
}

.main-month .right {
  float: right;
  margin-top: 1rem;
}

.main-weekdays {
  font-size: .77em;
  font-weight: 500;
  text-transform: uppercase;
}

.main-weekdays ul li {
  width: 13.2%;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.main-days ul li {
  width: 13.2%;
  line-height: 2.9;
  text-align: center;
  display: inline-block;
  font-size: .92rem;
}

.main-days .na {
  opacity: 0.5;
}

.main-days .active,.main-days .active2 {
  cursor: pointer;
}

.main-days .active .txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #00abcb;
  border-radius: 50%;
  z-index: -1;
}

.main-days .active2 .txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #08b07f;
  border-radius: 50%;
  z-index: -1;
}

.main-days .active .txt, .main-days .active2 .txt {
  position: relative;
  display: block;
  z-index: 2;
  color: white;
}

.main-days .today {}

.main-days .today .txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #E1EAF0;
  border-radius: 50%;
  z-index: -1;
}

.main-days .today .txt {
  position: relative;
  display: block;
  z-index: 2;
}

.sc-comment {
  margin-top: 1rem;
}


.calendar-overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(65, 82, 116, 1);
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
}

.calendar-overlay .overlay-inner {
  position: relative;
  padding: 2.307rem;
  color: white;
}

.calendar-overlay .overlay-inner .overlay-category {
  margin-bottom: 0.769rem;
}

.calendar-overlay .overlay-inner .overlay-category span {
  margin-right: 0.615rem;
}

.calendar-overlay .overlay-inner h2 {
  font-size: 1.46rem;
  line-height: 1.3;
  margin-bottom: 1.153rem;
  color: #cce6fc;
}

.calendar-overlay .overlay-inner .overlay-contents {
  font-size: 1rem;
  font-weight: 300 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.6rem;
  height: 12.5rem;
}

.btn-read-calendar {
  display: block;
  padding: 0.384rem 0px;
  color: white;
  font-size: 1.07rem;
  font-weight: 500;
  margin-top: 1.538rem;
}

.btn-read-calendar:hover {
  text-decoration: underline;
}

.btn-read-calendar i {
  margin-left: 0.384rem;
}

.calendar-overlay-close {
  position: absolute;
  top: 0px;
  right: 10px;
  display: inline-block;
  color: white;
  font-size: 1.46rem;
  padding: 0.769rem;
  z-index: 3;
}

@media (max-width: 1024px) {
  .main-weekdays ul li {
    width: 13.6%;
  }

  .main-days ul li {
    width: 13.6%;
  }
}

@media (max-width: 900px) {
  .main-weekdays ul li {
    width: 13.4%;
  }

  .main-days ul li {
    width: 13.4%;
  }
}


/*******************************************************************
calendar
********************************************************************/
.calendar {
  position: relative;
  max-width: 100%;
  height: 442px;
  margin: 0px auto;
  background: white;
  border-radius: 5px;
  padding: 1.538rem;
  border: 1px solid #e7eff4;
  overflow: hidden;
}

@media (min-width: 901px) and (max-width: 1024px) {
  .calendar {
    height: 428px;
  }
}

@media (max-width: 900px) {
  .calendar {
    height: 100%;
  }
}

.month {
  padding: 2rem 0.769rem;
  text-align: center;
  text-transform: uppercase;
}

.month ul {}

.month ul li {
  display: inline-block;
}

.month .i-month {
  display: block;
  font-size: 2.6rem;
}

.month .i-year {
  display: block;
  font-size: 0.923rem;
  opacity: .5;
}

.weekdays ul, .days ul {
  list-style-type: none;
}

.month .left {
  float: left;
  margin-top: 1rem;
}

.month .left i, .month .right i {
  padding: 0.769rem;
  opacity: .5;
  font-size: 1.5rem;
}

.month .right {
  float: right;
  margin-top: 1rem;
}

.weekdays {
  font-size: .77em;
  font-weight: 500;
  text-transform: uppercase;
}

.weekdays ul li {
  width: 13.1%;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.days ul li {
  width: 13.1%;
  line-height: 2.9;
  text-align: center;
  display: inline-block;
  font-size: .92rem;
}

.days .na {
  opacity: 0.5;
}

.days .active {
  cursor: pointer;
}

.days .active .txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #00abcb;
  border-radius: 50%;
  z-index: -1;
}

.days .active .txt {
  position: relative;
  display: block;
  z-index: 2;
  color: white;
}

.days .today {}

.days .today .txt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: #E1EAF0;
  border-radius: 50%;
  z-index: -1;
}

.days .today .txt {
  position: relative;
  display: block;
  z-index: 2;
}

.btn-read-calendar {
  display: block;
  padding: 0.384rem 0px;
  color: white;
  font-size: 1.07rem;
  font-weight: 500;
  margin-top: 1.538rem;
}

.btn-read-calendar:hover {
  text-decoration: underline;
}

.btn-read-calendar i {
  margin-left: 0.384rem;
}

@media (max-width: 1024px) {
  .month {
    padding: 1.8rem 0.769rem;
  }

  .month ul {
    font-size: 1.69rem;
  }
}

/*******************************************************************
dropdown
********************************************************************/
.dropdown {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0.384rem;
}

.dropdown.non {
  margin-bottom: 0px;
}

.dropdown dt a {
  display: block;
  height: 3em;
  width: 100%;
  /*border: 1px solid #f1f1f1;*/
  background: #45567c;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}

.dropdown dt a:hover, .dropdown dt a:active {
  border-color: #bdc3c7;
}

.dropdown dt span {
  display: block;
  padding: 0 1rem;
  line-height: 3em;
  background: url('../img/icon-bottom.png') no-repeat scroll right center;
  border-right: 1em solid transparent;
  cursor: pointer;
}

.dropdown dd {
  position: relative;
}

.dropdown dd ul {
  display: none;
  position: absolute;
  left: 0;
  top: -3em;
  width: 100%;
  list-style: none;
  background: #45567c none repeat scroll 0 0;
  /*border: 1px solid #f1f1f1;*/
  border-radius: 3px;
  z-index: 97;
}

.dropdown dd li {
  list-style-type: none;
}

.dropdown dd ul li:first-child a:hover {
  border-radius: 3px 3px 0 0;
}

.dropdown dd ul li:last-child a:hover {
  border-radius: 0 0 3px 3px;
}

.dropdown dd li a {
  display: block;
  color: #fff;
  padding: 0 1rem;
  line-height: 3em;
  text-decoration: none;
}

.dropdown dd li a:hover {
  background-color: #4e6087;
  cursor: pointer;
}

.selected {
  font-weight: 700;
}

@media (max-width: 900px) {
  .dropdown {
    margin-bottom: 0px;
  }

  .dropdown dt a {
    height: 3em;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0px;
    margin-bottom: 0px;
  }

  .dropdown dt a.non {
    border-bottom: none;
  }

  .dropdown dt span {
    line-height: 3em;
  }

  .dropdown dd ul {
    top: -3.0em;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0px;
  }

  .dropdown dd li a {
    line-height: 3em;
  }
}

/*******************************************************************
mypage
********************************************************************/
.mypage {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}

.mypage h2 {
  margin-bottom: 1rem;
}

.mypage-btn {
  position: absolute;
  top: -5px;
  right: 0;
}

.my-activity {
  width: 100%;
  display: table;
  font-size: 1.2rem;
  border: 1px solid #e7eff4;
  border-radius: 5px;
  margin-bottom: 5rem;
}

.my-activity-cell {
  display: table-cell;
  border-right: 1px solid #e7eff4;
  background: white;
  text-align: center;
  padding: 2.307rem;
}

.my-activity-cell:last-child {
  border-right: none;
}

.my-activity-num {
  display: block;
  font-size: 2rem;
}

@media (max-width: 900px) {
  .mypage {
    margin-top: 1rem;
  }

  .mypage h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .mypage-btn {
    position: relative;
    width: 100%;
    display: table;
    border: 1px solid #e7eff4;
    margin-bottom: 2rem;
  }

  .mypage-btn a {
    display: table-cell;
    width: 33.3333333333% !important;
  }

  .my-activity {
    width: 100%;
    display: table;
    font-size: 1rem;
    border-radius: 5px;
    margin-bottom: 2rem;
    border: 1px solid #45567c;
    border-radius: 5px;
  }

  .my-activity-cell {
    background: #45567c;
    color: white;
    padding: 1rem 1.307rem;
    border-right: 1px solid #56668a;
  }

  .my-activity-num {
    font-size: 1.5rem;
    color: #cce6fc;
  }

  .btn-mypage {
    display: inline-block;
    padding: .5rem 1rem !important;
    border-radius: none;
    border: none !important;
    border-right: 1px solid #e7eff4 !important;
    color: #45567c;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    margin-right: 0;
  }

  a.btn-mypage:last-child {
    margin-right: 0rem !important;
    border-right: none !important;
  }
}

/*******************************************************************
accordion
********************************************************************/
.accordion {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #f1f1f1;
}

.accordion li {
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  list-style-type: none;
}

.accordion li .notice-contents {
  display: none;
  padding: 0.769rem 0px 2.307rem;
}

.accordion li .tit {
  width: 90%;
  display: block;
  cursor: pointer;
  font-size: 1.07rem;
  font-weight: 600;
  padding: 0.769rem 0;
  line-height: 2;
  user-select: none;
}

.accordion li .tit p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.accordion li .tit .day {
  font-weight: 500;
  font-size: .84rem;
  opacity: .6;
}

.accordion li .tit:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  right: 10px;
  content: " ";
  top: 30px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion .notice-contents {
  line-height: 2;
  padding: 0.769rem 0;
}

.accordion .notice-contents h2 {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.769rem;
}

.accordion li .tit.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 900px) {
  .accordion {
    border-top: none;
  }
}

/*******************************************************************
timeline
********************************************************************/
.timeline-year {
  width: 30%;
  padding: 0 0.384rem;
  margin: 0 auto 2.307rem;
}

.timeline>ul {
  padding: 0 0 3.846rem;
}

.timeline>ul>li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 2.307rem;
  background: #f1f1f1;
}

.timeline>ul>li:first-child {
  padding-top: 0px;
}

.timeline>ul>li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: inherit;
}

.timeline>ul>li>div.timeline-contents {
  position: relative;
  bottom: -20px;
  width: 420px;
  padding: 1.153rem;
  background: #fff;
  border: 1px solid #f1f1f1;
}

.timeline>ul>li>div.timeline-contents::before {
  content: '';
  position: absolute;
  bottom: 12px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline>ul>li:nth-child(odd)>div.timeline-contents {
  left: 35px;
}

.timeline>ul>li:nth-child(odd)>div.timeline-contents::before {
  left: -16px;
  transform: translate(50%, -50%) rotate(45deg) translateZ(0);
  height: 15px;
  width: 15px;
  background: linear-gradient(45deg, #fff 50%, transparent 0);
  border: inherit;
  border-width: 0px 0px 1px 1px;
  border-radius: 0 0 2px 0;
}

.timeline>ul>li:nth-child(even)>div.timeline-contents {
  left: -454px;
}

.timeline>ul>li:nth-child(even)>div.timeline-contents::before {
  right: -1px;
  transform: translate(50%, -50%) rotate(-45deg) translateZ(0);
  height: 15px;
  width: 15px;
  background: linear-gradient(-45deg, #fff 52%, transparent 0);
  border: inherit;
  border-width: 0px 1px 1px 0px;
  border-radius: 0 0 2px 0;
}

.timeline-contents {
  display: table;
  width: 100%;
  font-size: 0;
  cursor: pointer;
}

.timeline-img {
  width: 40%;
  display: table-cell;
  padding-right: 1rem;
  vertical-align: top;
}

.timeline-img img {
  width: 100%;
  border-radius: 0;
  vertical-align: top;
}

.timeline-txt {
  width: 60%;
  display: table-cell;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.3rem;
}

time {
  display: block;
  font-size: .92rem;
  margin-bottom: 0.615rem;
  white-space: nowrap;
}

.timeline-txt strong.tit {
  display: block;
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.timeline-txt p {
  white-space: normal;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline>ul>li::after {
  transition: background .5s ease-in-out;
}

.timeline>ul>li.in-view::after {
  background: #45567c;
}

.timeline>ul>li>div.timeline-contents {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline>ul>li:nth-child(odd)>div.timeline-contents {
  transform: translate3d(200px, 0, 0);
}

.timeline>ul>li:nth-child(even)>div.timeline-contents {
  transform: translate3d(-200px, 0, 0);
}

.timeline>ul>li.in-view>div.timeline-contents {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .timeline>ul>li {
    margin-left: 1.538rem;
  }

  .timeline>ul>li>div.timeline-contents {
    width: calc(100vw - 91px);
  }

  .timeline>ul>li:nth-child(even)>div.timeline-contents {
    left: 35px;
  }

  .timeline>ul>li:nth-child(even)>div.timeline-contents::before {
    left: -16px;
    transform: translate(50%, -50%) rotate(45deg) translateZ(0);
    height: 15px;
    width: 15px;
    background: linear-gradient(45deg, #fff 52%, transparent 0);
    border: inherit;
    border-width: 0px 0px 1px 1px;
    border-radius: 0 0 2px 0;
  }

  .timeline-img {
    display: none;
  }

  .timeline-txt {
    width: 100%;
    display: block;
  }

  .timeline-year {
    width: 100%;
    margin: 0.769rem auto 1.538rem;
    padding: 0.384rem 0.769rem;
  }
}

/*******************************************************************
meeting
********************************************************************/
.meeting-overlay-wrap {
  position: relative;
}

.meeting-inner {
  width: 100%;
}

.meeting {
  position: relative;
  width: 100%;
  padding: 1.538rem 1.923rem;
  background: white;
  box-shadow: 0 1px 3px rgba(20, 40, 80, 0.2);
  box-shadow: none;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  line-height: 1.5;
  margin-bottom: 2.307rem;
  transform: translate3d(0, 0, 0);
  animation: cookie-notice-fadein 500ms ease;
}

.meeting>button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  width: 20%;
  color: #00abcb;
  position: absolute;
  top: 8px;
  right: 0;
  width: 18%;
  bottom: 8px;
  cursor: pointer;
  font-weight: bold;
  border-left: solid 1px rgba(0, 40, 80, 0.1);
}

.meeting>button.end {
  color: #45567c;
}

.meeting-text {
  font-size: 1rem;
}

.meeting-end {
  opacity: .5;
}

.meeting-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.meeting-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}

.meeting-date {
  font-size: 1.4rem;
}

.meeting-time {
  font-size: 1.2rem;
}

.meeting-time i {
  margin-right: 0.384rem;
}

.meeting-overlay-time {
  font-size: 1.2rem;
}

.flash {
  color: #00abcb;
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .meeting-inner {
    width: 100%;
    padding: 0 0.769rem;
  }

  .meeting {
    width: 100%;
    padding: 1.538rem;
    margin-bottom: 1.538rem;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    /*box-shadow: 0 1px 3px rgba(20, 40, 80, 0.2);*/
  }

  .meeting>button {
    margin: 0;
    padding: 1.153rem 0 0.769rem;
    border: 0;
    background: transparent;
    position: relative;
    width: 100%;
    border-top: solid 1px rgba(0, 40, 80, 0.05);
  }

  .meeting-text {
    font-size: 1rem;
    margin-bottom: 0.384rem;
  }
}

/*******************************************************************
tooltip
********************************************************************/
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
}

[tooltip]::before, [tooltip]::after {
  text-transform: none;
  font-size: .92rem;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}

[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  background: #47587a;
  color: #fff;
  z-index: 1000;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before, [tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before, [tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #47587a;
}

[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 80%;
  border-top-width: 0;
  border-bottom-color: #47587a;
}

[tooltip][flow^="down"]::after {
  top: calc(80% + 5px);
}

[tooltip][flow^="down"]::before, [tooltip][flow^="down"]::after {
  left: 40%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #47587a;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #47587a;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after, [tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

@media (max-width: 900px) {
  [tooltip]::before, [tooltip]::after {
    display: none !important;
  }
}


/*******************************************************************************************
	tooltip
********************************************************************************************/

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.5em;
    font-size: .9em;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


/* tooltip-left */
.tooltip .tooltiptext-sun {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0%;
    transform: translateX(0%);
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.5em;
    font-size: .9em;
}

.tooltip .tooltiptext-sun::after {
    content: "";
    position: absolute;
    top: 100%;
    left:10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext-sun {
    visibility: visible;
    opacity: 1;
}


/* tooltip-right */
.tooltip .tooltiptext-sat {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 100%;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.5em;
    font-size: .9em;
}

.tooltip .tooltiptext-sat::after {
    content: "";
    position: absolute;
    top: 100%;
    left:90%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext-sat {
    visibility: visible;
    opacity: 1;
}





.i-tooltip {
    position: relative;
    display: inline-block;
    font-size: .9em;
}

.i-tooltip .i-tooltiptext {
    visibility: hidden;
    width: 70px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.5em;
    font-size: 1em;
    text-align: center;
}

.i-tooltip .i-tooltiptext::after {
    content: "";
    position: absolute;
    top: -30%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.i-tooltip:hover .i-tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 900px) {
  .tooltip .tooltiptext {
      display: none;
  }
}




/*******************************************************************
popup
********************************************************************/
.popup {
  z-index: 99999999;
}

.popup.popup400 {
  width: 400px;
}

.popup h2 {
  font-size: 1.15rem;
  font-weight: bold;
  color: #45567c;
}

.popup hr {
  margin: 1.538rem 0;
}

.popup ul {
  display: block;
}

.popup ul li {
  display: inline-block;
}

.popup input[type="text"], input[type=password], input[type=email] {
  width: 100%;
  margin-bottom: 0.769rem;
  color: #9DB2C2;
  background-color: #fff;
  border: 1px solid #E1EAF0;
  border-radius: 5px;
  cursor: text;
  width: 100%;
  transition: all 0.1s linear;
  font-family: 'Noto Sans KR', Tahoma, sans-serif;
}

.popup input[type=text]:hover, .popup input[type=password]:hover, .popup input[type=email]:hover {
  color: #45567c;
}

.popup input[type=text]:focus, .popup input[type=password]:focus, .popup input[type=email]:focus {
  color: #298ce1;
  border-left: 3px solid #298ce1;
}

.popup select {
  width: 100%;
  margin-bottom: 0.769rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: url('../img/icon-bottom.png') no-repeat 95% 50%;
  font-family: 'Noto Sans KR', Tahoma, sans-serif;
}

.popup-check {
  margin: 1.538rem 0;
}

.popup-check strong {
  line-height: 2rem;
}

.popup-check ul {
  padding: 0.769rem 0;
}

.popup-check ul li {
  white-space: nowrap;
  padding-right: 1.538rem;
}

.popup-check-out>li {
  display: block !important;
  white-space: nowrap;
  margin-bottom: 1rem;
}

.popup-check-out textarea {
  width: 100%;
}

.popup .phone input[type=text] {
  padding: 0.769rem;
  float: left;
  width: 80% !important;
  font-size: 1rem;
  border-radius: 5px;
  color: #9DB2C2;
  background-color: #fff;
  border: 1px solid #E1EAF0;
  -webkit-appearance: none;
}

/* Style the submit button */
.popup .phone button {
  float: left;
  width: 19%;
  margin-left: 1%;
  padding: 0.769rem;
  background: white;
  color: #45567c;
  font-size: 1rem;
  border: 1px solid #E1EAF0;
  border-radius: 5px;
  cursor: pointer;
}

.popup .phone button:hover {
  background: #f7f7f7;
}

.phone::after {
  content: "";
  clear: both;
  display: table;
}

@media (max-width: 900px) {
  .popup .phone input[type=text] {
    width: 70% !important;
  }

  .popup .phone button {
    width: 29%;
  }

  .popup.popup400 {
    width: auto;
  }
}

/*******************************************************************
table
********************************************************************/
.shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 0 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 0 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 0 0 rgba(0, 0, 0, 0.24);
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: #fff;
  font-size: 1.07rem;
}

.table>thead>tr, .table>tbody>tr, .table>tfoot>tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  text-align: left;
  padding: 1.6rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table>thead>tr>th {
  font-weight: 400;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.table .table {
  background-color: #fff;
}

.table .no-border {
  border: 0;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
  padding: 0.8rem;
}

.table-bordered {
  border: 0;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
  border: 0;
  border-bottom: 1px solid #f1f1f1;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f7f7f7;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
  background-color: rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 768px) {
  .table-responsive-vertical>.table {
    margin-bottom: 0;
    background-color: transparent;
  }

  .table-responsive-vertical>.table>thead, .table-responsive-vertical>.table>tfoot {
    display: none;
  }

  .table-responsive-vertical>.table>tbody {
    display: block;
  }

  .table-responsive-vertical>.table>tbody>tr {
    display: block;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }

  .table-responsive-vertical>.table>tbody>tr>td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }

  .table-responsive-vertical>.table>tbody>tr>td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #45567c;
  }

  .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .table-responsive-vertical.shadow-z-1>.table>tbody>tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }

  .table-responsive-vertical>.table-bordered {
    border: 0;
  }

  .table-responsive-vertical>.table-bordered>tbody>tr>td {
    border: 0;
    border-bottom: 1px solid #f1f1f1;
  }

  .table-responsive-vertical>.table-bordered>tbody>tr>td:last-child {
    border-bottom: 0;
  }

  .table-responsive-vertical>.table-striped>tbody>tr>td, .table-responsive-vertical>.table-striped>tbody>tr:nth-child(odd) {
    background-color: #fff;
  }

  .table-responsive-vertical>.table-striped>tbody>tr>td:nth-child(odd) {
    background-color: #f5f5f5;
  }

  .table-responsive-vertical>.table-hover>tbody>tr:hover>td, .table-responsive-vertical>.table-hover>tbody>tr:hover {
    background-color: #fff;
  }

  .table-responsive-vertical>.table-hover>tbody>tr>td:hover {
    background-color: rgba(0, 0, 0, 0.03);
  }
}


.dr-board {
  width: 100%;
  font-size: 1rem;
}

.dr-board thead, .dr-board tbody {
  text-align: center;
}

.dr-board thead tr th {
  border-top: 1px solid #e7eff4;
  border-bottom: 1px solid #e7eff4;
  padding: 0.769rem 0;
  font-weight: 500;
  vertical-align: middle;
  background: #e7eff4;
}

.dr-board thead tr th.left, .dr-board tbody tr td.left {
  text-align: left;
  padding-left: 0.769rem;
}

.dr-board tbody tr td {
  padding: 1.153rem 0px;
  border-bottom: 1px solid #e7eff4;
  background: #fff;
}

.dr-board tbody tr:first-child td {
  border-top: 1px solid #e7eff4;
}

.dr-board tbody tr:nth-child(odd) td {
  background: #f9fbfc;
}

.fa-directions {
  font-size: 1.77rem;
  margin-top: 0.615rem;
  margin-left: 0px;
  color: #00abcb;
}

.fa-twitter {
  font-size: 1.77rem;
  margin-top: 0.615rem;
  margin-right: 0px;
  color: #00abcb;
}

.fa-clipboard-list {
  font-size: 1.77rem;
  margin-top: 0.615rem;
  margin-right: 0px;
  color: #00abcb;
}

.fa-pen-square {
  font-size: 1.77rem;
  margin-top: 0.615rem;
  margin-right: 0px;
  color: #00abcb;
}

.fa-folder {
  font-size: 1.77rem;
  color: #00abcb;
}

.fa-folder-open {
  font-size: 1.77rem;
  color: #45567c;
  opacity: .2;
}

.activity {
  color: #00abcb;
  font-size: 1.46rem;
  font-weight: bold;
}

.i-bg {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #dfeefb;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.jb-table {
  display: table;
  width: 100%;
}

.jb-table-row {
  display: table-row;
}

.jb-table-cell {
  display: table-cell;
  text-align: left;
  padding: 0.153rem 0.384rem;
}

.jb-table-cell>i {
  color: #45567c;
  margin-right: 0.384rem;
}



.list-wrap {
  margin: 0 0.5rem;
}


.board {
  width: 100%;
  font-size: 1rem;
  margin-top: 2rem;
}

.board caption {
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.board thead tr th {
  padding:12px;
  border-top:1px solid #f1f1f1;
  border-bottom:1px solid #f1f1f1;
  text-align: center;
  background: #fff;
}


.board tbody tr td {
  padding:15px 12px;
  border-bottom:1px solid #f1f1f1;
  text-align: center;
  background: #FFF;
}


.board tbody tr td.left {
  text-align: left;
}

.board-two-column1 {
  float: left;
  width: 20%;
  height: 100%;
  padding: 0 10px;
}
.board-two-column2 {
  float: left;
  width: 80%;
  height: 100%;
  padding: 0 10px;
  vertical-align: middle;
}

.board-two-column2 h3 {
  font-size: 1.2rem;
}

.board-two-column2 p {
  margin-top: .5rem;
}

.board-two-row:after {
  content: "";
  display: table;
  clear: both;
}



/*******************************************************************
history
********************************************************************/
.history {
  width: 100%;
  padding: 2.307rem;
}

.history h2 {
  font-size: 1.15rem;
  line-height: 2;
  font-weight: 600;
}

.history p {
  line-height: 2;
}

.history table {
  margin: 0.769rem 0;
}

/*******************************************************************
pagenav
********************************************************************/
.page-nav {
  clear: both;
  margin-bottom: 3.076rem;
  padding-top: 0.769rem;
}

.cd-pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cd-pagination li {
  margin: 0 .1rem;
  display: inline-block;
}

.cd-pagination a, .cd-pagination span {
  display: inline-block;
  padding: .3rem .6rem;
  font-size: 1rem;
  text-decoration: none;
  line-height: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cd-pagination a {
  border: 1px solid #ccc;
  color: #45567c;
}

.cd-pagination a:hover {
  background-color: #45567c;
  border: 1px solid #45567c;
}

.cd-pagination a.disabled {
  color: #45567c;
  pointer-events: none;
}

.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}

.cd-pagination .button:first-of-type a::before {
  content: '\00ab  ';
}

.cd-pagination .button:last-of-type a::after {
  content: ' \00bb';
}

.cd-pagination .current {
  background-color: #45567c;
  border: 1px solid #45567c;
  color: #fff;
  pointer-events: none;
}

/*******************************************************************************************
	pagenation
********************************************************************************************/

.pagination {
  width: 100%;
  display: inline-block;
  margin: 30px auto;
  text-align: center;
}

.pagination a {
  padding: 4px 12px;
  text-decoration: none;
  background: white;
  transition: background-color .3s;
  border: 1px solid #e0e0e0;
  margin: 0 2px;
}

.pagination a.active {
  background-color: #00abcb;
  color: white;
  border: 1px solid #00abcb;
}

.pagination a:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.05);
}

/*******************************************************************
to top
********************************************************************/
.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 20px;
  right: 15px;
  overflow: hidden;
  text-align: center;
  background: white;
  white-space: nowrap;
  border-radius: 50%;
  border: 1px solid #e1eaf0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: .8;
}

.cd-top.cd-fade-out {
  opacity: .8;
}

.cd-top i {
  margin-top: 0.538rem;
}

.no-touch .cd-top:hover {
  background-color: #ccc;
  opacity: .8;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 150px;
  }

  .cd-top i {
    margin-top: 0.923rem;
  }
}

/*******************************************************************
btn
********************************************************************/
.btn-wrap {
  display: block;
}

.btn {
  display: inline-block;
  padding: 0.384rem 0.923rem;
  border-radius: 3px;
  background: #00abcb;
  color: white !important;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.384rem;
  font-weight: 500;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn:hover {
  background: #00a3c2;
  text-decoration: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn-nomargin {
  display: inline-block;
  padding: 0.384rem 0.923rem;
  border-radius: 3px;
  background: white;
  border: 1px solid #E1EAF0;
  color: #45567c;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn-nomargin:hover {
  background: #f9fbfc;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn-normal {
  display: inline-block;
  padding: 0.384rem 0.923rem;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eee;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.384rem;
  white-space: nowrap;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn-normal:hover {
  background: #f1f1f1;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn-mypage {
  display: inline-block;
  padding: 0.384rem 0.923rem;
  border-radius: 3px;
  background: white;
  border: 1px solid #e7eff4;
  color: #45567c;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.384rem;
  font-weight: 500;
}

.btn-mypage:hover {
  background: #45567c;
  color: #fff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn-primary {
  display: inline-block;
  padding: 0.384rem 0.923rem;
  background: #00abcb;
  color: white;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.384rem;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn-primary:hover {
  background: #0889e8;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.article-alone .btn-normal {
  font-size: 1.07rem;
}

.article-alone .btn-primary, .article-alone .btn-secondary {
  font-size: 1.07rem;
}

@media (max-width: 900px) {
  .article-alone .btn-normal {
    font-size: 1rem;
  }

  .article-alone .btn-primary, .article-alone .btn-secondary {
    font-size: 1rem;
  }
}

.btn-secondary {
  display: inline-block;
  padding: 0.384rem 0.923rem;
  background: #f2507e;
  color: white;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.384rem;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn-secondary:hover {
  background: #e13a6a;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn-back {
  float: right;
  padding: 0.384rem;
  margin: 0.769rem 0;
  color: #00abcb;
  font-size: 1.15rem;
  font-weight: 500;
  white-space: nowrap;
}

.btn-back i {
  margin-right: 0.384rem;
}

.btn-back:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .btn-back {
    margin-top: 0.384rem;
    margin-right: 1.153rem;
    font-size: 1rem;
  }
}

.btn-read {
  padding: 0.384rem 0px;
  color: #00abcb;
  font-size: 1.07rem;
  font-weight: 500;
  margin-right: 1rem;
}

.btn-read i {
  margin-left: 0.384rem;
}

.btn-read:hover {
  text-decoration: underline;
}

.btn-normal-tx {
  font-size: 1.1rem;
  font-weight: bold;
}

/*******************************************************************
icon
********************************************************************/
.fa-star {
  color: #45567c;
  margin-right: 0.076rem;
  font-size: .92rem;
  line-height: 2em;
}

.fa-heart {
  color: #45567c;
  margin-right: 0.23rem;
  font-size: 1.54rem;
  opacity: .6;
}

.fa-heart-ok {
  color: #f2507e;
  margin-right: 0.23rem;
  font-size: 1.54rem;
  opacity: 1 !important;
}

.fa-heart-blank {
  color: #45567c;
  margin-right: 0.23rem;
  font-size: .92rem;
}

.fa-star-half-alt {
  color: #45567c;
  margin-right: 0.076rem;
  font-size: .92rem;
}

.jb-table-cell .fa-envelope, .jb-table-cell .fa-phone {
  opacity: .6;
}

.md-bg {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f2507e;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
}

.icon-mix {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../img/icon-mix.png') center center no-repeat;
  background-size: contain;
}

.icon-close {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0.307rem;
  width: 30px;
  height: 30px;
  background: url('../img/icon-close.png') center center no-repeat;
  background-size: contain;
}

.icon-new {
  display: inline-block;
  margin-right: 0.384rem;
  width: 12px;
  height: 12px;
  background: url('../img/icon-new.png') center center no-repeat;
  background-size: contain;
}

/*******************************************************************
약관
********************************************************************/
.terms, .privacy {
  max-width: 800px;
  padding: 1.5rem;
}

.terms h2, .privacy h2 {
  font-size: 1.2rem;
}

.innerBoxNo {
  width: 100%;
}

.innerBoxNo h3 {
  font-size: 1rem;
  margin-bottom: .5rem;
  ;
}

.innerBoxNo table {
  width: 100%;
}

.innerBoxNo table tr td {
  padding: 5px;
  border: 1px solid #f1f1f1;
}

.ico-check {
  position: absolute;
  top: 1px;
  left: 5px;
  color: #f2507e;
  font-size: 1.2rem;
  z-index: 9;
}

/*******************************************************************************************
	guide
********************************************************************************************/

.guide {
  margin: 3rem 0.5rem;
}

.guide p {
  line-height: 1rem;
}


.guide h3 {
  margin-bottom: 1.5rem;
}

.guide-img {
  width: 100%;
  height: 325px;
  margin : 40px auto;
  text-align: center;
  background: url('../img/guide.png') center center no-repeat;
  background-size: contain;
}

.guide-round {
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  background: white;
  padding: 30px;
  margin-top: 20px;
}

.guide-round h4 {
  margin-bottom: 10px;
}

.guide-round ol li {
  margin-left: 20px;
  list-style: decimal;
  line-height: 2em;
}


.res-column {
  margin: 0 0.5rem;
  overflow: visible;
}

.res-left-column {
  float: left;
  width: 49%;
  margin-right: 2%;
}

.res-right-column {
  float: left;
  width: 49%;
}


.res-first-column {
  float: left;
  width: 33%;
  margin-right: 0.5%;
}

.res-second-column {
  float: left;
  width: 33%;
  margin-right: 0.5%;
}

.res-third-column {
  float: left;
  width: 33%;
}

@media (max-width: 900px) {

  .guide {
    margin: 1.5rem 0.5rem;
  }

  .guide p {
    line-height: 1.3rem;
  }

  .guide h3 {
    font-size: 1.1rem;
    margin-bottom: .5rem;
  }

  .guide-img {
    width: 100%;
    height: 2000px;
    max-height: 2000px;
    margin : 0px auto;
    text-align: center;
    background: url('../img/m-guide.png') center center no-repeat;
    background-size: contain;
  }

  .guide-round {
    width: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 20px 15px;
    margin-top: 20px;
  }

  .guide-round h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    margin-left: .2rem;
  }

  .guide-round ol li {
    margin-left: 20px;
    list-style: decimal;
    line-height: 2em;
  }

  .res-column {
    margin: 0 0.5rem;
  }

  .res-left-column {
    float: none;
    width: 100%;
    margin-right: 0%;
  }

  .res-right-column {
    float: none;
    width: 100%;
    margin-top: 2rem;
  }

  .res-first-column {
  float: none;
    width: 100%;
    margin-top: 2rem;
  }

  .res-second-column {
  float: none;
    width: 100%;
    margin-top: 2rem;
  }

  .res-third-column {
  float: none;
    width: 100%;
    margin-top: 2rem;
  }

}


.res-list {
  margin-top: 15px;
}

.res-list-header {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}

.res-list-header-btn {
    position: absolute;
    right:0;
    bottom:.5rem;
}

.res-list-content {
  width: 100%;
  padding: 0px 0px;
  display: table;
  border-bottom: 1px solid #f1f1f1;
}

.res-list-content2 {
  width: 100%;
  padding: 2px 0 0px;
  display: table;
  border-bottom: 1px solid #f1f1f1;
}

.res-list-content-info-img {
  width:180px;
  display: table-cell;
}

.res-list-content-info-img img{
  vertical-align: top;
}

.res-list-content-info-cell {
  vertical-align: top;
  display: table-cell;
  padding: 5px 0px 25px;
}
.res-list-content-info-cell p {
  line-height: 1.5rem;
}

.res-list-content-info-cell > .tit{
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 10px 0;
}

.res-list-content-btn {
  margin:20px 0 0;
}

.res-list-bottom {
  margin-top: 20px;
  opacity: .8;
}



.res-ok {
  width:100%;
  padding: 20px;
  border: 1px solid #f1f1f1;
  text-align: center;
  font-size: 1em;
}

@media (max-width: 900px) {
  .res-list-header > h3 {
    font-size: 1.2rem;
  }
  .res-list-content-info-cell > .tit{
    font-size: 1.2rem;
  }
  .res-list-content-info-img {
    display: table-row;
    text-align: center;
  }
  .res-list-content-info-img img{
    width: 50%;
    margin-bottom: 1rem;
  }
  .res-list-bottom {
    margin-bottom: 2rem;
  }
  .res-list-content {
    width: 100%;
    padding: 2rem 0;
  }
  .res-list-content-info-cell {
    vertical-align: top;
    display: table-cell;
    padding: 5px 0 25px;
  }
}



/*******************************************************************************************
	layer pop
********************************************************************************************/


.popup {
  display: none;
  font-family: 'Noto Sans KR', "맑은 고딕", "Malgun Gothic", "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
  overflow: hidden;
}

.popup > div > h3 {
  line-height: 2.5em;
  border-bottom: 1px solid #f1f1f1;
}

/*******************************************************************************************
	faq
********************************************************************************************/

.wrapper-faq {
  margin: 0 0.5rem;
}


.faqTab {
    background-color: #fff;
    float: left;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    width: 50%;
    font-size: 1.1em;
    border: 1px solid #e0e0e0;
    font-weight: normal;
    color:#262626;
}

.faqTab:hover {
    background-color: #f7f7f7;
}

/* Style the tab content (and add height:100% for full page content) */
.faqTabcontent {
    display: none;
    padding: 8rem 0px;
    height: 100%;
}


.faq-circle {
  height: 30px;
  width: 30px;
  background-color: #00abcb;
  border-radius: 50%;
  display: inline-block;
  color: white;
  text-align: center;
  line-height: 1.7em;
  margin-right: 5px;
}


.accordion {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px;
  font-size: 1.1em;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*
.accordion li:last-child .link { border-bottom: 0; }
*/
.accordion li i {
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 1em;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
}

.accordion li.open .link, .accordion li.open i {
  color: #00abcb;
  font-weight: 700;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/

.submenu {
  display: none;
}

.submenu li {
  padding: 20px;
  border-bottom: none;
}

.submenu a {
  display: block;
  text-decoration: none;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (max-width: 900px) {
  .faqTab {
      padding: 1rem;
      width: 50%;
      font-size: 1rem;
  }
  .faqTabcontent {
      display: none;
      padding: 5rem 0px;
      height: 100%;
  }
  .faq-circle {
    height: 24px;
    width: 24px;
    line-height: 1.6rem;
  }

}


.wapper-parti {
  margin: 0 0.5rem;
}

.parti {
  position: relative;
  background: url('../img/partiBg.jpg') center center no-repeat;
  width:100%;
  max-width:1260px;
  padding: 23.5rem 0;
}
.parti2 {
  position: relative;
  background: url('../img/partiBg2.jpg') center center no-repeat;
  width:100%;
  max-width:1260px;
  padding: 23.5rem 0;
}

.parti-mr {
  position: relative;
  background: url('../img/pc-mr-parti.jpg') center center no-repeat;
  width:100%;
  max-width:1260px;
  padding: 23.5rem 0;
}

.parti-mr {
  position: relative;
  background: url('../img/pc-mr-parti2.jpg') center center no-repeat;
  width:100%;
  max-width:1260px;
  padding: 23.5rem 0;
}

.parti-inner {
  position: absolute;
  top:6rem;
  left:45%;
  right:8%;
}

.parti-slider {
  background: transparent!important;
}

.parti-inner .tit {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: bold;
}

.parti-inner .name {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  margin-top: 4rem;
}

.parti-inner .parti-btn {
  text-align: center;
  margin: 3rem auto;
}

.parti-btn-wrap {
  width: 100%;
  text-align: center;
  margin: 2.5rem auto;
}

.btn-go {
  display: inline-block;
  padding: 1rem 5rem;
  border-radius: 3px;
  font-size: 1.3rem;
  background: #00abcb;
  color: white !important;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}

.btn-go:hover {
  background: #00a3c2;
  text-decoration: none;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  -ms-transition: all .4s;
}


@media (max-width: 900px) {
  .parti {
    background: #c5e9f7 url('../img/m-partiBg.png') right bottom no-repeat;;
    background-size: contain;
    width:100%;
    max-width:1260px;
  }
  .parti2 {
    background: #fff url('../img/m-partiBg2.jpg') right bottom no-repeat;;
    background-size: contain;
    width:100%;
    max-width:1260px;
  }
  .parti-mr {
    background: #c5e9f7 url('../img/m-mr-parti.png') right bottom no-repeat;;
    background-size: contain;
    width:100%;
    max-width:1260px;
  }

  .parti-inner {
    position: absolute;
    top:3rem;
    left:10%;
    right:10%;
  }
  .parti-inner .tit {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: bold;
  }
  .parti-inner .name {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
    margin-top: 2rem;
  }
  .parti-inner .parti-btn {
    text-align: center;
    margin: 2rem auto;
  }
  .parti-btn-wrap {
    text-align: left;
    margin: 0;
  }
  .btn-go {
    display: inline-block;
    padding: .7rem 3rem;
    border-radius: 3px;
    font-size: 1.3rem;
    background: #00abcb;
    color: white !important;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
  }
}



/*******************************************************************************************
	table
********************************************************************************************/
.table-wrapper {
  margin: 0 0.5rem 2rem;
}

table.responsivetable {
  border: 1px solid #f1f1f1;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.responsivetable caption {
  font-size: 1.2rem;
  text-align: left;
  margin: 1rem 0;
  font-weight: bold;
}

table.responsivetable tr {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  padding: .35em;
}

table.responsivetable th,
table.responsivetable td {
  padding: .625em;
  text-align: center;
  background-color: #fff;
}

table.responsivetable th {
  letter-spacing: .1em;
  text-transform: uppercase;
}

table.responsivetable td i {
  margin-right: .3rem;
}

@media screen and (max-width: 900px) {

  .table-wrapper {
    margin: 0 0.5rem 1rem;
  }

  table.responsivetable {
    border: 0;
  }

  table.responsivetable caption {
    font-size: 1.2rem;
    font-weight: bold;
  }

  table.responsivetable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.responsivetable tr {
    display: block;
    margin-bottom: .625em;
  }

  table.responsivetable td {
    border-bottom: 1px solid #f1f1f1;
    display: block;
    text-align: right;
  }

  table.responsivetable td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table.responsivetable td:last-child {
    border-bottom: 0;
  }
}


/*******************************************************************************************
	mypage
********************************************************************************************/
.mypage {
  margin: 0 0.5rem 3rem;
  border: 1px solid #f1f1f1;
  display: table;
  background: white;
}

.mypage-cell {
  display: table-cell;
  text-align: center;
  padding: 5rem;
  border-right: 1px solid #f1f1f1;
}

.mypage-cell:last-child {
  border-right: none;
}

.mypage-cell p {
  padding-top: 1rem;
  font-size: 2.5rem;
  color:#00abcb;
}

.member-modify {
  position: relative;
  width:100%;
  margin: 0rem 0.5rem 2rem;
}

.member-modify-btn {
  position: absolute;
  right:0;
  top:-.5rem;
}

.member-inner {
  width:100%;
  position: relative;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  padding: 2.307rem;
  background: white;
  font-size: 1rem;
  text-align: left;
  line-height: 1.5em;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.member-inner>textarea {
  color: #666;
  font-family: 'Noto Sans KR', "맑은 고딕", "Malgun Gothic", "Apple Gothic", "돋움", Dotum, "굴림", Gulim, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  border: 1px solid #E1EAF0;
}

.member-inner>label {
  display: block;
  margin-bottom: 0.769rem;;
  margin-top: 1.153rem;
}

.member-inner .f-r {
  position: absolute;
  top:30px;
  right:30px;
}

.member-inner input {
  width: 100%;
}

.member-inner>.comment {
  margin-top: 0.769rem;
  font-size: 0.857rem;
  opacity: .6;
}

.member-inner input[type=text].phone {
  float: left;
  width: 90% !important;
  border: 1px solid #E1EAF0;
  -webkit-appearance: none;
  margin-bottom: 1.153rem;;
}

.member-inner input[type=password].phone {
  float: left;
  width: 90% !important;
  border: 1px solid #E1EAF0;
  -webkit-appearance: none;
  margin-bottom: 1.153rem;;
}

.member-inner a.phone {
  display: block;
  float: left;
  width: 9%;
  margin-left: 1%;
  padding: 0.8rem 0.769rem 0.8rem;
  background: white;
  color: #4c4c4c;
  font-size: 0.857rem;
  border: 1px solid #E1EAF0;
  border-radius: 5px;
  text-align: center;
  font-size: 1rem;
}

.innerBox {
  width:100%;
  height:100px;
  border: 1px solid #e0e0e0;
  padding: 0px;
  overflow-y: scroll;
  color:#666;
  font-weight: 300;
}

.innerBox table {
  width:100%;
}

.innerBox table tr td {
  padding: 5px;
  border: 1px solid #e0e0e0;
}

.innerBoxNo {
  width:100%;
  margin-bottom: 30px;
}

.innerBoxNo table {
  width:100%;
}

.innerBoxNo table tr td {
  padding: 5px;
  border: 1px solid #e0e0e0;
}

@media screen and (max-width: 1024px) {
  .mypage-wrap {
    width:100%;
    padding: 0 0.5rem;
  }
  .mypage {
    margin: 0 0rem 3rem;
  }
  .member-modify {
    position: relative;
    width:100%;
    margin: 0rem 0rem 2rem;
    padding: 0 0.5rem;
  }

}

@media screen and (max-width: 900px) {

  .mypage-wrap {
    width:100%;
    padding: 0 0.5rem;
  }

  .mypage {
    margin: 0 0rem 3rem;
  }

  .mypage-cell {
    padding: 2rem 1rem;
  }

  .mypage-cell h2 {
    font-size: 1rem;
  }

  .mypage-cell p {
    padding-top: 0rem;
    font-size: 1.5rem;
  }

  .member-inner {
    padding: 1.5rem;
  }

  .member-modify {
    margin: 1rem 0rem 2rem;
  }

  .member-modify h2 {
    font-size: 1.2rem;
  }

  .member-inner input[type=text].phone {
    width: 70% !important;
  }

  .member-inner input[type=password].phone {
    width: 70% !important;
  }

  .member-inner a.phone {
    width: 29%;
    font-size: .8rem;
  }
}

/*******************************************************************
timeline
********************************************************************/

.timeline-year {
  width: 30%;
  padding: 0 0.384rem;
  margin: 0 auto 2.307rem;
}

.timeline>ul {
  padding: 0 0 3.846rem;
}

.timeline>ul>li {
  list-style-type: none;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 2.307rem;
  background: #f1f1f1;
}

.timeline>ul>li:first-child {
  padding-top: 0px;
}

.timeline>ul>li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: inherit;
}

.timeline>ul>li>div.timeline-contents {
  position: relative;
  bottom: -20px;
  width: 420px;
  padding: 1.153rem;
  background: #fff;
  border: 1px solid #f1f1f1;
}

.timeline>ul>li>div.timeline-contents::before {
  content: '';
  position: absolute;
  bottom: 12px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline>ul>li:nth-child(odd)>div.timeline-contents {
  left: 35px;
}

.timeline>ul>li:nth-child(odd)>div.timeline-contents::before {
  left: -16px;
  transform: translate(50%, -50%) rotate(45deg) translateZ(0);
  height: 15px;
  width: 15px;
  background: linear-gradient(45deg, #fff 50%, transparent 0);
  border: inherit;
  border-width: 0px 0px 1px 1px;
  border-radius: 0 0 2px 0;
}

.timeline>ul>li:nth-child(even)>div.timeline-contents {
  left: -454px;
}

.timeline>ul>li:nth-child(even)>div.timeline-contents::before {
  right: -1px;
  transform: translate(50%, -50%) rotate(-45deg) translateZ(0);
  height: 15px;
  width: 15px;
  background: linear-gradient(-45deg, #fff 52%, transparent 0);
  border: inherit;
  border-width: 0px 1px 1px 0px;
  border-radius: 0 0 2px 0;
}

.timeline-contents {
  display: table;
  width: 100%;
  font-size: 0;
  cursor: pointer;
}

.timeline-img {
  width: 40%;
  display: table-cell;
  padding-right: 1rem;
  vertical-align: top;
}

.timeline-img img {
  width: 100%;
  border-radius: 0;
  vertical-align: top;
}

.timeline-txt {
  width: 60%;
  display: table-cell;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.3rem;
}

time {
  display: block;
  font-size: .92rem;
  margin-bottom: 0.615rem;
  white-space: nowrap;
}

.timeline-txt strong.tit {
  display: block;
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.timeline-txt p {
  white-space: normal;
}

/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline>ul>li::after {
  transition: background .5s ease-in-out;
}

.timeline>ul>li.in-view::after {
  background: #45567c;
}

.timeline>ul>li>div.timeline-contents {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.timeline>ul>li:nth-child(odd)>div.timeline-contents {
  transform: translate3d(200px, 0, 0);
}

.timeline>ul>li:nth-child(even)>div.timeline-contents {
  transform: translate3d(-200px, 0, 0);
}

.timeline>ul>li.in-view>div.timeline-contents {
  transform: none;
  visibility: visible;
  opacity: 1;
}

/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline>ul>li {
    margin-left: 1.538rem;
  }
  .timeline>ul>li>div.timeline-contents {
    width: calc(100vw - 91px);
  }
  .timeline>ul>li:nth-child(even)>div.timeline-contents {
    left: 35px;
  }
  .timeline>ul>li:nth-child(even)>div.timeline-contents::before {
    left: -16px;
    transform: translate(50%, -50%) rotate(45deg) translateZ(0);
    height: 15px;
    width: 15px;
    background: linear-gradient(45deg, #fff 52%, transparent 0);
    border: inherit;
    border-width: 0px 0px 1px 1px;
    border-radius: 0 0 2px 0;
  }
  .timeline-img {
    display: none;
  }
  .timeline-txt {
    width: 100%;
    display: block;
  }
  .timeline-year {
    width: 100%;
    margin: 0.769rem auto 1.538rem;
    padding: 0.384rem 0.769rem;
  }
}

.sc-slider-wrapper {
  margin: 0 0.5rem 3rem;;
}

@media screen and (max-width: 900px) {
  .sc-slider-wrapper {
    margin: 0 0.5rem 1rem;;
  }
}

.m-ti {
  width:100%;
  height: 32px;
  margin-bottom: 1rem;
  margin-left: .5rem;
  background: url("../img/m-ti.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .m-ti {
    width:100%;
    height: 28px;
    margin-bottom: 1rem;
    margin-left: .5rem;
    background: url("../img/m-ti.png") no-repeat;
    background-size: contain;
  }
}


.res-banner {
  margin-top: 10px;
}

.res-banner img {
  width:100%;
  margin-top: 10px;
}
