* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.color-content {
  color: #1d1d1f;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-blue {
  color: #0068B7;
}

.color-red {
  color: #F50000;
}

.bg-blue-light {
  background-color: #eefbff;
}

.bg-gray5 {
  background-color: #f2f2f2;
}

.bg-gray2 {
  background-color: #f9f9f9;
}

.bg-green-light {
  background-color: #F1FAF1;
}

.fw400-regular {
  font-weight: 400;
}

.fw500-medium {
  font-weight: 500;
}

.fw600-semi-bold {
  font-weight: 600;
}

.fw700-bold {
  font-weight: 700;
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  font-style: normal;
  color: #1d1d1f;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

a {
  color: #1d1d1f;
  text-decoration: none;
  outline: none;
}
a.link-underline {
  text-decoration: underline;
}
a .cover {
  overflow: hidden;
}
a:hover {
  opacity: 0.7;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

sup {
  font-size: smaller;
  vertical-align: super;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

.anchor {
  display: block;
  position: relative;
  top: -180px;
  visibility: hidden;
}
@media only screen and (max-width: 850px) {
  .anchor {
    top: -140px;
  }
}

.transition, #popular .popular .content .col-left .button a, .box-search-by .search-button a .arrow, .box-search-by .search-button a .text, .box-search-by .search-button a .icon, .box-search-by .search-button a::after, #tkw-mv .tkw-mv .mv-slick .mv-dots li button, #tkw-mv .tkw-mv .mv-slick .slick-arrow, #faq .faq .row .content .faq-list .toggle-content .flex .abs img, #faq .faq .row .content .faq-list .toggle-content .flex .abs, #faq .faq .row .content .faq-list .toggle-btn h3, #faq .faq .row .content .faq-list .toggle-btn .abs img, #faq .faq .row .content .faq-list .toggle-btn .abs, header .header .header-right .bottom ul, .btn.arrow-right-abs .arrow, .btn, a, a .cover img {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}

/* Content */
#wrapper {
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 1180px) {
  #wrapper {
    padding-top: 70px;
  }
}
#wrapper #mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-1320 {
  width: 90%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.content-1280 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-1150 {
  width: 90%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.content-1024 {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.content-836 {
  width: 90%;
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
}

.pad120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1180px) {
  .pad120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1180px) {
  .pad100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad60120 {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1180px) {
  .pad60120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad60120 {
    padding-bottom: 60px;
  }
}

.pt120 {
  padding-top: 120px;
}
@media only screen and (max-width: 1180px) {
  .pt120 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pt120 {
    padding-top: 60px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 1180px) {
  .pt80 {
    padding-top: 60px;
  }
}

.pb120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1180px) {
  .pb120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pb120 {
    padding-bottom: 60px;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

/* Txthead */
.txthead-box.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb50 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb30 {
  margin-bottom: 30px;
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box.center {
  text-align: center;
}
.txthead-box.center.with-big-char {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}
.txthead-box .fz48 {
  font-size: 4.8rem;
  line-height: 5.8rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz48 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz48 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz48 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.txthead-box .fz30 {
  font-size: 3rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz30 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz30 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz30 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .fz30 .small {
  font-size: 2rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz30 .small {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box .fz30 .small {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz30 .small {
    font-size: 1.4rem;
  }
}
.txthead-box.with-big-char {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.with-big-char {
    margin-bottom: 30px;
  }
}
.txthead-box.with-big-char span {
  position: relative;
  z-index: 2;
}
.txthead-box.with-big-char span.big-char {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  display: table;
  width: 100%;
  text-align: center;
  font-size: 18rem;
  line-height: 18rem;
  color: #f2f2f2;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.with-big-char span.big-char {
    font-size: 12rem;
    line-height: 12rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.with-big-char span.big-char {
    font-size: 8rem;
    line-height: 8rem;
  }
}
.txthead-box.with-big-char span.big-char.blue {
  color: #D6F5FF;
}
.txthead-box.with-line-left {
  border-left: 4px solid #0068B7;
  padding-left: 14px;
}
.txthead-box.with-line-bottom {
  border-bottom: 3px solid #0068B7;
  padding-bottom: 20px;
}
.txthead-box.with-seperator {
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.with-seperator {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 850px) {
  .txthead-box.with-seperator {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.with-seperator {
    padding-bottom: 15px;
  }
}
.txthead-box.with-seperator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 2px;
  background-color: #0068B7;
  text-align: center;
}
.txthead-box .leaf {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
}

/* Button */
.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  .btn-box.mt60 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 40px;
  }
}
.btn-box.table {
  display: table;
}
.btn-box .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  .btn-box .col3 {
    display: block;
  }
}
.btn-box .col3 li {
  width: 33.33%;
  max-width: 300px;
}
@media only screen and (max-width: 750px) {
  .btn-box .col3 li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box .col3 li + li {
    margin-top: 10px;
  }
}

.btn.square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
.btn.square.large {
  height: 72px;
}
.btn.square.search {
  height: 52px;
}
.btn.square.search .text {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.btn.square .text {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  .btn.square .text {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.btn.blue {
  color: #fff;
  background-color: #0068B7;
}
.btn.blue:hover {
  background-color: #00BBF9;
}
.btn.line {
  background-color: #08B700;
  color: #fff;
}
.btn.border {
  border: 1px solid #1d1d1f;
}
.btn.border:hover {
  opacity: 1;
  color: #fff;
  background-color: #0068B7;
  border-color: #0068B7;
}
.btn.border:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(7433%) hue-rotate(315deg) brightness(126%) contrast(119%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(7433%) hue-rotate(315deg) brightness(126%) contrast(119%);
}
.btn.border:hover .arrow img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(7433%) hue-rotate(315deg) brightness(126%) contrast(119%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(7433%) hue-rotate(315deg) brightness(126%) contrast(119%);
}
.btn.border.white {
  border-color: #fff;
  background-color: #fff;
}
.btn.border.white:hover {
  color: #fff;
  background-color: #0068B7;
  border-color: #0068B7;
}
.btn.arrow-right-abs {
  position: relative;
}
.btn.arrow-right-abs:hover .arrow {
  right: 20px;
}
.btn.arrow-right-abs .arrow {
  position: absolute;
  right: 25px;
  z-index: 1;
}
.btn.icon-left .icon {
  margin-right: 8px;
}
.btn.w460 {
  width: 100%;
  max-width: 460px;
}
.btn.w300 {
  width: 100%;
  max-width: 300px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6e6e6;
  height: 68px;
  padding: 0 20px;
}
.btn-download .icon {
  margin-right: 30px;
}
.btn-download:hover .text {
  text-decoration: underline;
}

.btn-scroll.mb120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1180px) {
  .btn-scroll.mb120 {
    margin-bottom: 80px;
  }
}
.btn-scroll.mb60 {
  margin-bottom: 60px;
}
.btn-scroll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
}
@media only screen and (max-width: 850px) {
  .btn-scroll ul {
    margin-top: -20px;
  }
}
.btn-scroll ul li {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 850px) {
  .btn-scroll ul li {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.btn-scroll ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #B3B3B3;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul li a {
    padding-bottom: 16px;
  }
}
.btn-scroll ul li a:hover {
  opacity: 1;
}
.btn-scroll ul li a:hover .text {
  color: #0068B7;
}
.btn-scroll ul li a .icon {
  margin-right: 10px;
}
.btn-scroll ul li a .text {
  font-weight: 700;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}

.btn-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  .btn-cat {
    gap: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-cat {
    gap: 10px;
    margin-bottom: 40px;
  }
}
.btn-cat a {
  display: block;
  padding: 13px 22px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
}
@media only screen and (max-width: 1180px) {
  .btn-cat a {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-cat a {
    padding: 8px 16px;
  }
}
.btn-cat a.current {
  color: #fff;
  background-color: #0068B7;
  border-color: #0068B7;
}

.wp-pagenavi {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
}
.wp-pagenavi > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
}
.wp-pagenavi .current {
  font-family: Arial;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 850px) {
  .wp-pagenavi .current {
    display: none;
  }
}
.wp-pagenavi .page {
  font-family: Arial;
}
@media only screen and (max-width: 850px) {
  .wp-pagenavi .page {
    display: none;
  }
}
.wp-pagenavi .page:hover {
  text-decoration: underline;
}
.wp-pagenavi .extend {
  font-family: Arial;
}
@media only screen and (max-width: 850px) {
  .wp-pagenavi .extend {
    display: none;
  }
}
.wp-pagenavi .extend:hover {
  cursor: pointer;
}
.wp-pagenavi .previouspostslink {
  width: 145px;
  font-weight: 700;
  border: 1px solid #000;
  background-image: url("/assets/images/commons/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center left 18px;
  background-size: 6px;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi .previouspostslink {
    width: 100px;
  }
}
.wp-pagenavi .previouspostslink:hover {
  background-position: center left 13px;
}
.wp-pagenavi .nextpostslink {
  width: 145px;
  font-weight: 700;
  border: 1px solid #000;
  background-image: url("/assets/images/commons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 18px;
  background-size: 6px;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi .nextpostslink {
    width: 100px;
  }
}
.wp-pagenavi .nextpostslink:hover {
  background-position: center right 13px;
}
.wp-pagenavi .mainlink {
  min-width: 100px;
  font-weight: 700;
  border: 1px solid #ccc;
}
.wp-pagenavi a:hover {
  cursor: pointer;
}

/* Breadcrumb */
#breadcrumb {
  border-bottom: 1px solid #E6E6E6;
  padding: 15px 40px;
}
@media only screen and (max-width: 1180px) {
  #breadcrumb {
    padding: 10px 5%;
  }
}
#breadcrumb.none-border {
  border-bottom: 0;
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  position: relative;
  margin-right: 15px;
  padding-right: 20px;
  min-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#breadcrumb .breadcrumb ul li::after {
  content: "/";
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 1;
  color: #B3B3B3;
  font-weight: 300;
}
#breadcrumb .breadcrumb ul li:first-child a {
  font-weight: 700;
}
#breadcrumb .breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
#breadcrumb .breadcrumb ul li a:hover {
  text-decoration: underline;
}
#breadcrumb .breadcrumb ul li a .icon {
  margin-right: 8px;
}

/* ETC */
#mv-inner .mv-inner {
  position: relative;
  min-height: 200px;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner {
    min-height: 150px;
  }
}
#mv-inner .mv-inner .mv-inner-abs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mv-inner .mv-inner .mv-inner-abs h1 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 700;
  text-align: center;
}
#mv-inner .mv-inner .mv-inner-abs h1 .leaf {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
}
#mv-inner .mv-inner .mv-inner-abs h1.shadow {
  text-shadow: 1px 2px 3px rgba(0, 11, 38, 0.5);
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner .mv-inner-abs h1 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-abs h1 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
#mv-inner .mv-inner .mv-inner-img img {
  width: 100%;
  min-height: 319px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-img img {
    min-height: 250px;
  }
}

/* Textbox */
input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.textbox {
  display: block;
  width: 100%;
  padding: 13px 20px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  background-color: #f8f8f8;
  border: 1px solid #4D4D4D;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.textbox {
  background-image: url("/assets/images/commons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 14px 7px;
}

textarea.textbox {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  resize: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #b3b3b3;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #b3b3b3;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b3b3b3;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #b3b3b3;
}

::placeholder { /* Most modern browsers support this now. */
  color: #b3b3b3;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #fff;
}
header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 40px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    padding-left: 5%;
    height: 70px;
  }
}
header .header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .header-left .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  header .header .header-left .logo img {
    width: auto;
    height: 30px;
  }
}
header .header .header-left .logo span {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  padding-left: 30px;
}
@media only screen and (max-width: 1280px) {
  header .header .header-left .logo span {
    font-size: 1.2rem;
    line-height: 2.2rem;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .header-left .logo span {
    font-size: 1rem;
    line-height: 2rem;
    padding-left: 15px;
  }
}
header .header .header-right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 55px;
  gap: 35px;
  padding-right: 35px;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .top {
    display: none;
  }
}
header .header .header-right .top .link ul.blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
header .header .header-right .top .link ul.blank li {
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
header .header .header-right .top .link ul.blank li a {
  display: block;
  padding-right: 12px;
  background-image: url("/assets/images/commons/header-icon-blank.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 9px;
}
header .header .header-right .top .link ul.blank li a:hover {
  text-decoration: underline;
}
header .header .header-right .top .link ul.disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
header .header .header-right .top .link ul.disc li {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 500;
  padding-left: 10px;
}
header .header .header-right .top .link ul.disc li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ccc;
}
header .header .header-right .top .link ul.disc li a {
  display: block;
}
header .header .header-right .top .link ul.disc li a:hover {
  text-decoration: underline;
}
header .header .header-right .top .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
header .header .header-right .top .sns ul li a {
  display: block;
}
header .header .header-right .top .lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
header .header .header-right .top .lang a .text {
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 500;
}
header .header .header-right .bottom {
  padding: 0 55px;
  background-color: #003e6d;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .bottom {
    display: none;
  }
}
header .header .header-right .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  gap: 70px;
}
@media only screen and (max-width: 1280px) {
  header .header .header-right .bottom ul {
    gap: 50px;
  }
}
header .header .header-right .bottom ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .header-right .bottom ul li a {
  display: table;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 600;
  color: #fff;
  position: relative;
}
header .header .header-right .bottom ul li a:hover {
  opacity: 1;
  color: #00BBF9;
}
header .header .header-right .btn-burger {
  display: none;
  height: 70px;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .btn-burger {
    display: block;
  }
}
header .header .header-right .btn-burger .bar-icon {
  position: relative;
  width: 60px;
  height: 70px;
  max-height: 70px;
  display: inline-block;
  padding: 14px 17px;
  background-color: #0068B7;
}
header .header .header-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .header-right .btn-burger .bar-icon .bar1,
header .header .header-right .btn-burger .bar-icon .bar2,
header .header .header-right .btn-burger .bar-icon .bar3 {
  width: 28px;
  height: 2px;
  background-color: #fff;
  margin: 8px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .header-right .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px);
}
header .header .header-right .btn-burger .open .bar2 {
  opacity: 0;
}
header .header .header-right .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

.menu-responsive {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
.menu-responsive .box {
  width: 100%;
  padding: 5% 4% 0 4%;
}
.menu-responsive .box nav ul li + li {
  border-top: 1px solid #e2e2e2;
}
.menu-responsive .box nav ul li.small a {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .box nav ul li.small a {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.menu-responsive .box nav ul li a {
  display: block;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("/assets/images/commons/arrow-long-right.svg");
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 12px !important;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .box nav ul li a {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    background-size: 26px;
  }
}
.menu-responsive .box nav ul li .toggle-content {
  display: none;
  border-top: 1px solid #e2e2e2;
}
.menu-responsive .box nav ul li .toggle-content li a {
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .box nav ul li .toggle-content li a {
    padding-left: 24px;
  }
}
.menu-responsive .box .link {
  margin-top: 30px;
}
.menu-responsive .box .link ul li {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.menu-responsive .box .link ul li + li {
  margin-top: 10px;
}
.menu-responsive .box .link ul li a {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-right: 12px;
  background-image: url("/assets/images/commons/header-icon-blank.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 9px;
}
.menu-responsive .box .flex {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
.menu-responsive .box .flex .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.menu-responsive .box .flex .sns ul li a {
  display: block;
}
.menu-responsive .box .flex .lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.menu-responsive .box .flex .lang a .text {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 500;
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05,
.active-mn-06 .mn-06 {
  color: #00BBF9 !important;
}

/* Footer */
footer {
  position: relative;
  color: #fff;
  background-color: #2E2E2E;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0;
}
@media only screen and (max-width: 750px) {
  footer .footer {
    display: block;
  }
}
footer .footer .footer-left {
  width: 100%;
}
footer .footer .footer-left .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-left .logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer .footer-left .logo img {
    width: auto;
    height: 30px;
  }
}
footer .footer .footer-left .logo span {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #fff;
  padding-left: 40px;
}
@media only screen and (max-width: 1180px) {
  footer .footer .footer-left .logo span {
    font-size: 1rem;
    line-height: 2rem;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-left .logo span {
    padding-left: 15px;
  }
}
footer .footer .footer-left .link {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-left .link {
    margin-top: 30px;
  }
}
footer .footer .footer-left .link ul li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 700;
}
footer .footer .footer-left .link ul li + li {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-left .link ul li + li {
    margin-top: 5px;
  }
}
footer .footer .footer-left .link ul li a {
  display: table;
  padding-right: 18px;
  color: #fff;
  background-image: url("/assets/images/commons/footer-icon-blank.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 8px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-left .link ul li a {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer .footer-left .link ul li a:hover {
  text-decoration: underline;
}
footer .footer .footer-left .cer {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-left .cer {
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 30px;
  }
}
footer .footer .footer-right {
  width: 254px;
  min-width: 254px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-right {
    width: 100%;
    min-width: 100%;
    margin-top: 30px;
  }
}
footer .footer .footer-right .menu > ul > li {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 700;
}
footer .footer .footer-right .menu > ul > li + li {
  margin-top: 20px;
}
footer .footer .footer-right .menu > ul > li > a {
  display: block;
  padding-bottom: 6px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-image: url("/assets/images/commons/footer-menu-arrow.svg");
  background-repeat: no-repeat;
  background-position: top 6px right;
  background-size: 15px;
}
footer .footer .footer-right .menu > ul > li ul {
  margin-top: 20px;
  list-style: disc;
  margin-left: 25px;
}
footer .footer .footer-right .menu > ul > li ul li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}
footer .footer .footer-right .menu > ul > li ul li + li {
  margin-top: 10px;
}
footer .footer .footer-right .menu > ul > li ul li a {
  display: block;
  color: #fff;
}
footer .footer .footer-right .menu > ul > li ul li a:hover {
  text-decoration: underline;
}
footer .footer .footer-right .sns {
  margin-top: 30px;
}
footer .footer .footer-right .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-right .sns ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .footer .footer-right .sns ul li a {
  display: block;
}
footer .copyright {
  padding: 14px 0;
  background-color: #1A1A1A;
}
footer .copyright p {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #ccc;
  text-align: center;
}
footer .gototop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  visibility: visible;
  padding: 10px;
  height: 68px;
  background-color: #1d1d1f;
}

/* MV */
#mv .mv {
  position: relative;
}
#mv .mv .mv-abs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-bottom: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-abs {
    padding-bottom: 60px;
  }
}
#mv .mv .mv-abs h1 {
  font-size: 4.8rem;
  line-height: 6.2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 11, 38, 0.5);
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-abs h1 {
    font-size: 3.8rem;
    line-height: 5.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-abs h1 {
    font-size: 2.4rem;
    line-height: 3.8rem;
  }
}
#mv .mv .mv-abs .scroll {
  display: table;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#mv .mv .mv-abs .scroll img {
  -webkit-animation: slideDown 2s ease-in-out infinite;
  animation: slideDown 2s ease-in-out infinite;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
#mv .mv .mv-img img {
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Our */
#our {
  position: relative;
  z-index: 1;
}
#our .our {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #our .our {
    display: block;
  }
}
#our .our .col {
  margin-top: -205px;
  position: relative;
  display: block;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 750px) {
  #our .our .col {
    margin-top: -60px;
  }
}
#our .our .col:nth-child(1) {
  padding-right: 10px;
}
@media only screen and (max-width: 750px) {
  #our .our .col:nth-child(1) {
    padding-right: 20px;
  }
}
#our .our .col:nth-child(2) {
  padding-left: 10px;
}
@media only screen and (max-width: 750px) {
  #our .our .col:nth-child(2) {
    margin-top: 0;
    padding-left: 20px;
  }
}
#our .our .col:hover {
  opacity: 1;
}
#our .our .col:hover .brief h2 {
  color: #0068B7;
}
#our .our .col .brief {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 115px;
  background-image: url("/assets/images/commons/arrow-long-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px 10px;
}
@media only screen and (max-width: 1180px) {
  #our .our .col .brief {
    min-height: 85px;
  }
}
@media only screen and (max-width: 750px) {
  #our .our .col .brief {
    min-height: auto;
    margin-top: 15px;
  }
}
#our .our .col .brief h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #our .our .col .brief h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 750px) {
  #our .our .col .brief h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

/* News */
#news .news {
  max-width: 840px;
}

.news-list .row {
  padding-bottom: 31px;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 750px) {
  .news-list .row {
    padding-bottom: 21px;
  }
}
.news-list .row + .row {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .news-list .row + .row {
    margin-top: 20px;
  }
}
.news-list .row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/assets/images/commons/arrow-long-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px 10px;
}
@media only screen and (max-width: 750px) {
  .news-list .row a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.news-list .row a:hover {
  opacity: 1;
}
.news-list .row a:hover .brief .topic {
  text-decoration: underline;
}
.news-list .row a .cover {
  width: 149px;
  min-width: 149px;
}
@media only screen and (max-width: 750px) {
  .news-list .row a .cover {
    width: 109px;
    min-width: 109px;
  }
}
.news-list .row a .brief {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 750px) {
  .news-list .row a .brief {
    padding-left: 20px;
    padding-right: 30px;
  }
}
.news-list .row a .brief .date-tag-new {
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .news-list .row a .brief .date-tag-new {
    margin-bottom: 5px;
  }
}
.news-list .row a .brief .topic {
  font-weight: 700;
}

.date-tag-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.date-tag-new .date {
  margin-top: 2px;
}
@media only screen and (max-width: 750px) {
  .date-tag-new .date {
    margin-top: 0;
  }
}
.date-tag-new .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding: 0 10px;
}
@media only screen and (max-width: 750px) {
  .date-tag-new .tag {
    height: 24px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 0 8px;
  }
}
.date-tag-new .tag.light-red {
  background-color: #DD668D;
}
.date-tag-new .tag.light-orange {
  background-color: #EDAC8C;
}
.date-tag-new .tag.green {
  background-color: #59C196;
}
.date-tag-new .tag.cyan {
  background-color: #00B7C7;
}
.date-tag-new .new {
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #f00;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .date-tag-new .new {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}

/* Mission */
#mission {
  padding: 150px 0;
  background-image: url("/assets/images/top/mission-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}
@media only screen and (max-width: 1180px) {
  #mission {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 750px) {
  #mission {
    padding: 60px 0;
  }
}
#mission .mission .content {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
#mission .mission .content h3 {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  #mission .mission .content h3 {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 15px;
  }
}
#mission .mission .content p {
  text-align: center;
}

/* Library */
#library .library .content > p {
  text-align: center;
}
#library .library .content .table {
  margin-top: 40px;
}
@media only screen and (max-width: 850px) {
  #library .library .content .table {
    overflow: auto;
  }
}
#library .library .content .table table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #b3b3b3;
}
@media only screen and (max-width: 850px) {
  #library .library .content .table table {
    min-width: 655px;
  }
}
#library .library .content .table table tr td {
  padding: 13px 20px;
  background-color: #fff;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1180px) {
  #library .library .content .table table tr td {
    padding: 10px 15px;
  }
}
#library .library .content .table table tr td.topic {
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  background-color: #e6e6e6;
  padding: 13px 0;
}
@media only screen and (max-width: 1180px) {
  #library .library .content .table table tr td.topic {
    padding: 10px 10px;
    white-space: nowrap;
  }
}
#library .library .content .table table tr td.w17 {
  width: 17%;
}
#library .library .content .table table tr td.w37 {
  width: 37%;
}
#library .library .content .table table tr td.w30 {
  width: 30%;
}
#library .library .content .table table tr td.w8 {
  width: 8%;
}
#library .library .content .table table tr td.center {
  text-align: center;
}

/* About */
#about .about .about-row .mission h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  #about .about .about-row .mission h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .mission h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#about .about .about-row .mission p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .mission p + p {
    margin-top: 15px;
  }
}
#about .about .about-row .mission p + .img {
  margin-top: 20px;
}
#about .about .about-row .mission .img + p {
  margin-top: 35px;
}
#about .about .about-row .vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .vision {
    display: block;
  }
}
#about .about .about-row .vision .col-left {
  width: 52.734%;
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .vision .col-left {
    width: 100%;
  }
}
#about .about .about-row .vision .col-left h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  #about .about .about-row .vision .col-left h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .vision .col-left h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#about .about .about-row .vision .col-left p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .vision .col-left p + p {
    margin-top: 15px;
  }
}
#about .about .about-row .vision .col-right {
  width: 44.238%;
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .vision .col-right {
    width: 100%;
    margin-top: 25px;
  }
}
#about .about .about-row .values ul {
  list-style: disc;
  margin-left: 20px;
}
#about .about .about-row .values ul li {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #about .about .about-row .values ul li {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .values ul li {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#about .about .about-row .values ul li + li {
  margin-top: 35px;
}
@media only screen and (max-width: 1180px) {
  #about .about .about-row .values ul li + li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .values ul li + li {
    margin-top: 15px;
  }
}
#about .about .about-row .values .flex {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .values .flex {
    margin-top: 25px;
    display: block;
  }
}
#about .about .about-row .values .flex .col-left {
  width: 39.843%;
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .values .flex .col-left {
    width: 100%;
  }
}
#about .about .about-row .values .flex .col-left .img + .img {
  display: table;
  margin-top: 5%;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .values .flex .col-left .img + .img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .values .flex .col-left .img + .img img {
    width: 100%;
  }
}
#about .about .about-row .values .flex .col-right {
  width: 55.957%;
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .values .flex .col-right {
    margin-top: 25px;
    width: 100%;
  }
}
#about .about .about-row .values .flex .col-right p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .values .flex .col-right p + p {
    margin-top: 15px;
  }
}
#about .about .about-row .values .flex .col-right p + .img {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  #about .about .about-row .values .flex .col-right p + .img {
    margin-top: 25px;
  }
}

/* History */
#history .history .timeline {
  position: relative;
  padding-bottom: 1px;
}
#history .history .timeline::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 32px;
  height: 32px;
  background-color: #5FD895;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media only screen and (max-width: 1180px) {
  #history .history .timeline::before {
    width: 16px;
    height: 16px;
  }
}
#history .history .timeline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  width: 6px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#23AEFF), to(#5FD895));
  background: linear-gradient(to bottom, #23AEFF, #5FD895);
}
@media only screen and (max-width: 1180px) {
  #history .history .timeline::after {
    width: 2px;
  }
}
#history .history .timeline .row {
  position: relative;
  width: 100%;
}
#history .history .timeline .row.middle {
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#history .history .timeline .row.middle .year {
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
#history .history .timeline .row.pad {
  margin-top: 130px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 1180px) {
  #history .history .timeline .row.pad {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#history .history .timeline .row .col {
  width: 34.863%;
  position: relative;
}
#history .history .timeline .row .col.left .img img {
  display: table;
  margin-left: auto;
}
#history .history .timeline .row .col.left .img.abs {
  right: 0;
}
#history .history .timeline .row .col.left .text {
  text-align: right;
}
#history .history .timeline .row .col.right {
  margin-left: auto;
}
#history .history .timeline .row .col .img {
  position: relative;
}
#history .history .timeline .row .col .img + .text {
  margin-top: 10px;
}
#history .history .timeline .row .col .img.mb35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1180px) {
  #history .history .timeline .row .col .img.mb35 {
    margin-bottom: 15px;
  }
}
#history .history .timeline .row .col .img.abs {
  position: absolute;
}
#history .history .timeline .row .col .img .abs {
  position: absolute;
}
#history .history .timeline .row .col .img .abs.bottom {
  bottom: 0;
}
#history .history .timeline .row .col .img .abs.right {
  right: 0;
}
#history .history .timeline .row .col .img.img-1988-01 {
  margin-top: -120px;
}
#history .history .timeline .row .col .img.img-1988-02 {
  margin-top: -125px;
}
#history .history .timeline .row .col .img.img-1998 {
  position: absolute;
  right: 80px;
  top: 15px;
  width: 62%;
  max-width: 218px;
}
@media only screen and (max-width: 1180px) {
  #history .history .timeline .row .col .img.img-1998 {
    position: static;
  }
}
#history .history .timeline .row .col .text {
  position: relative;
}
@media only screen and (max-width: 1180px) {
  #history .history .timeline .row .col .text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#history .history .timeline .row .col .text p strong {
  font-weight: 700;
}
#history .history .timeline .row .col .text p + p {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #history .history .timeline .row .col .text p + p {
    margin-top: 10px;
  }
}
#history .history .timeline .row .col .text p span {
  position: relative;
}
#history .history .timeline .row .col .text p span.bg-firework::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  right: 0;
  z-index: -1;
  display: table;
  margin: auto;
  width: 130px;
  height: 154px;
  background-image: url("/assets/images/history/bg-firework.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#history .history .timeline .row .col .text + .img {
  margin-top: 10px;
}
#history .history .timeline .row .col .text .img-1968-02 {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
  width: 37%;
  max-width: 132px;
}
#history .history .timeline .row .year {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 11.71875%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ccc;
  background-color: #fff;
  font-size: clamp(1.4rem, 3vw, 3.6rem);
  font-weight: 700;
  text-align: center;
  border-radius: 100%;
}
#history .history .timeline .row .year.bottom {
  top: inherit;
  bottom: 0;
}
#history .history .timeline .row .year.left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -62.5%;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 42.5%;
  height: 1px;
  background-color: #1d1d1f;
}
#history .history .timeline .row .year.right::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -62.5%;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 42.5%;
  height: 1px;
  background-color: #1d1d1f;
}

/* FAQ */
#faq .faq .row + .row {
  margin-top: 60px;
}
#faq .faq .row .content .faq-list + .faq-list {
  margin-top: 8px;
}
#faq .faq .row .content .faq-list .toggle-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 40px 10px 20px;
  border: 1px solid #ccc;
  background-image: url("/assets/images/faq/toggle-close.png");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 17px;
}
#faq .faq .row .content .faq-list .toggle-btn.active {
  background-color: #0068B7;
  border-color: #0068B7;
  background-image: url("/assets/images/faq/toggle-open.png");
}
#faq .faq .row .content .faq-list .toggle-btn.active:hover {
  opacity: 1;
}
#faq .faq .row .content .faq-list .toggle-btn.active .abs {
  background-color: #fff;
}
#faq .faq .row .content .faq-list .toggle-btn.active .abs img {
  -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(76%) saturate(2250%) hue-rotate(189deg) brightness(92%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(25%) sepia(76%) saturate(2250%) hue-rotate(189deg) brightness(92%) contrast(101%);
}
#faq .faq .row .content .faq-list .toggle-btn.active h3 {
  color: #fff;
}
#faq .faq .row .content .faq-list .toggle-btn .abs {
  width: 44px;
  min-width: 44px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #00B7C7;
}
#faq .faq .row .content .faq-list .toggle-btn h3 {
  padding-left: 15px;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-top: 7px;
}
@media only screen and (max-width: 1180px) {
  #faq .faq .row .content .faq-list .toggle-btn h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
#faq .faq .row .content .faq-list .toggle-content {
  display: none;
  position: relative;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 25px 30px 30px 20px;
}
@media only screen and (max-width: 1180px) {
  #faq .faq .row .content .faq-list .toggle-content {
    padding: 20px 20px 20px 20px;
  }
}
#faq .faq .row .content .faq-list .toggle-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#faq .faq .row .content .faq-list .toggle-content .flex .abs {
  width: 44px;
  min-width: 44px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #00B7C7;
}
#faq .faq .row .content .faq-list .toggle-content .flex .description {
  width: 100%;
  padding-left: 15px;
}
#faq .faq .row .content .faq-list .toggle-content .flex .description p + * {
  margin-top: 20px;
}
@media only screen and (max-width: 1180px) {
  #faq .faq .row .content .faq-list .toggle-content .flex .description p + * {
    margin-top: 15px;
  }
}
#faq .faq .row .content .faq-list .toggle-content .flex .description .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#faq .faq .row .content .faq-list .toggle-content .flex .description .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Activities */
#activities .activities .activities-cat {
  margin-bottom: 60px;
}
#activities .activities .activities-cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-cat ul {
    display: block;
  }
}
#activities .activities .activities-cat ul li {
  width: 20%;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-cat ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-cat ul li:first-child a {
    border-radius: 8px 8px 0 0;
  }
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-cat ul li:last-child a {
    border-radius: 0 0 8px 8px;
  }
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-cat ul li + li a {
    border-top: 0;
  }
}
#activities .activities .activities-cat ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 52px;
  font-weight: 700;
  position: relative;
  border: 1px solid #fff;
  border-bottom-color: #ccc;
  border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-cat ul li a {
    border-color: #ccc;
    border-radius: 0;
  }
}
#activities .activities .activities-cat ul li a:hover span {
  color: #0068B7;
}
#activities .activities .activities-cat ul li a:hover span::before {
  background-color: #0068B7;
}
#activities .activities .activities-cat ul li a.current {
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-left-color: #ccc;
  border-bottom-color: #fff;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-cat ul li a.current {
    border-bottom-color: #ccc;
  }
}
#activities .activities .activities-cat ul li a.current span {
  color: #0068B7;
}
#activities .activities .activities-cat ul li a.current span::before {
  background-color: #0068B7;
}
#activities .activities .activities-cat ul li a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
#activities .activities .activities-cat ul li a span::before {
  content: "";
  display: table;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ccc;
  margin-right: 9px;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}
#activities .activities .activities-detail .date-tag-new {
  margin-bottom: 25px;
}
#activities .activities .activities-detail p {
  line-height: 2.4rem;
  text-align: left;
}
#activities .activities .activities-detail p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-detail p + p {
    margin-top: 15px;
  }
}
#activities .activities .activities-detail p.small {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
#activities .activities .activities-detail p + h2 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-detail p + h2 {
    margin-top: 40px;
  }
}
#activities .activities .activities-detail p + .img {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-detail p + .img {
    margin-top: 40px;
  }
}
#activities .activities .activities-detail .img.cover + p {
  margin-top: 20px;
}
#activities .activities .activities-detail .img.cover + h2 {
  margin-top: 35px;
}
#activities .activities .activities-detail .img.center {
  width: 47.654%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#activities .activities .activities-detail .img.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#activities .activities .activities-detail .img.col2 div {
  width: 47.654%;
}
#activities .activities .activities-detail .img + .img {
  margin-top: 40px;
}
#activities .activities .activities-detail .img p {
  margin-top: 10px;
}
#activities .activities .activities-detail .img + p {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-detail .img + p {
    margin-top: 40px;
  }
}
#activities .activities .activities-detail .img + h2 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-detail .img + h2 {
    margin-top: 40px;
  }
}
#activities .activities .activities-detail h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  padding-left: 14px;
  border-left: 4px solid #0068B7;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #activities .activities .activities-detail h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-detail h2 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
#activities .activities .activities-detail h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  #activities .activities .activities-detail h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-detail h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#activities .activities .activities-detail .flex-img-text {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  #activities .activities .activities-detail .flex-img-text {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-detail .flex-img-text {
    margin-top: 30px;
    display: block;
  }
}
#activities .activities .activities-detail .flex-img-text.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-detail .flex-img-text + .flex-img-text {
    margin-top: 60px;
  }
}
#activities .activities .activities-detail .flex-img-text .col-img {
  width: 36.602%;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-detail .flex-img-text .col-img {
    width: 100%;
  }
}
#activities .activities .activities-detail .flex-img-text .col-img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-detail .flex-img-text .col-img + .col-text {
    margin-top: 20px;
  }
}
#activities .activities .activities-detail .flex-img-text .col-text {
  width: 58.612%;
}
@media only screen and (max-width: 750px) {
  #activities .activities .activities-detail .flex-img-text .col-text {
    width: 100%;
  }
}
#activities .activities .activities-detail .box-link {
  margin-top: 30px;
  padding: 25px;
  border: 1px solid #ccc;
}
#activities .activities .activities-detail .box-link ul {
  margin-left: 20px;
}
#activities .activities .activities-detail .box-link ul li {
  list-style: disc;
  font-weight: 700;
}
#activities .activities .activities-detail .box-link ul li + li {
  margin-top: 5px;
}
#activities .activities .activities-detail .box-link ul li a {
  display: table;
}
#activities .activities .activities-detail .box-link ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Library */
#library .library .content .box-search-by {
  margin-top: 40px;
}
#library .library .content .box-text + .table {
  margin-top: 60px;
}

/* Column */
#column .column .column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex {
    display: block;
  }
}
#column .column .column-flex .col-left {
  width: 70.434%;
  max-width: 810px;
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex .col-left {
    width: 100%;
    max-width: 100%;
  }
}
#column .column .column-flex .col-right {
  width: 24.347%;
  max-width: 280px;
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex .col-right {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
#column .column .column-flex .col-right .row + .row {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex .col-right .row + .row {
    margin-top: 40px;
  }
}
#column .column .column-flex .col-right .row .ttl {
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #0068B7;
}
@media only screen and (max-width: 1180px) {
  #column .column .column-flex .col-right .row .ttl {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 850px) {
  #column .column .column-flex .col-right .row .ttl {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex .col-right .row .ttl {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#column .column .column-flex .col-right .row .category ul li {
  padding-bottom: 18px;
  border-bottom: 1px solid #E6E6E6;
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex .col-right .row .category ul li {
    margin-top: 13px;
  }
}
#column .column .column-flex .col-right .row .category ul li + li {
  margin-top: 17px;
}
@media only screen and (max-width: 750px) {
  #column .column .column-flex .col-right .row .category ul li + li {
    margin-top: 12px;
  }
}
#column .column .column-flex .col-right .row .category ul li a {
  display: block;
  padding-right: 34px;
  background-image: url("/assets/images/commons/arrow-long-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 14px;
}
#column .column .column-flex .col-right .row .category ul li a:hover {
  text-decoration: underline;
}
#column .column .column-flex .col-right .row .featured ul li + li {
  margin-top: 10px;
}
#column .column .column-flex .col-right .row .ranking ul li {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 21px;
}
#column .column .column-flex .col-right .row .ranking ul li + li {
  margin-top: 20px;
}
#column .column .column-flex .col-right .row .ranking ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#column .column .column-flex .col-right .row .ranking ul li a:hover .brief h3 {
  text-decoration: underline;
}
#column .column .column-flex .col-right .row .ranking ul li a .cover {
  position: relative;
}
#column .column .column-flex .col-right .row .ranking ul li a .cover .no {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #BEBEBE;
}
#column .column .column-flex .col-right .row .ranking ul li a .cover .no.yellow {
  background-color: #FFA319;
}
#column .column .column-flex .col-right .row .ranking ul li a .brief {
  padding-left: 20px;
}
#column .column .column-flex .col-right .row .ranking ul li a .brief h3 {
  font-weight: 700;
}

.column-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px;
}
@media only screen and (max-width: 750px) {
  .column-list ul {
    display: block;
  }
}
.column-list ul li {
  margin-top: 40px;
  width: 47.5%;
}
@media only screen and (max-width: 750px) {
  .column-list ul li {
    width: 100%;
  }
}
.column-list ul li.w100 {
  width: 100%;
}
.column-list ul li a .brief {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .column-list ul li a .brief {
    margin-top: 20px;
  }
}
.column-list ul li a .brief .topic {
  margin-top: 15px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  .column-list ul li a .brief .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .column-list ul li a .brief .topic {
    margin-top: 10px;
  }
}

.column-detail .content .box-link {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 25px 30px;
  border: 1px solid #E6E6E6;
}
@media only screen and (max-width: 750px) {
  .column-detail .content .box-link {
    margin-top: 25px;
    margin-bottom: 45px;
    padding: 20px 25px;
  }
}
.column-detail .content .box-link .topic {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  .column-detail .content .box-link .topic {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .column-detail .content .box-link .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 5px;
  }
}
.column-detail .content .box-link .sub-topic {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-left: 40px;
}
@media only screen and (max-width: 1180px) {
  .column-detail .content .box-link .sub-topic {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .column-detail .content .box-link .sub-topic {
    margin-left: 20px;
  }
}
.column-detail .content .box-link ul {
  list-style: disc;
  margin-left: 60px;
}
@media only screen and (max-width: 750px) {
  .column-detail .content .box-link ul {
    margin-left: 40px;
  }
}
.column-detail .content .box-link ul + .sub-topic {
  margin-top: 15px;
}
.column-detail .content .box-link ul li a {
  display: table;
}
.column-detail .content .box-link ul li a:hover {
  text-decoration: underline;
}
.column-detail .content > * + .list-product {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .column-detail .content > * + .list-product {
    margin-top: 40px;
  }
}
.column-detail .content .list-product + .img {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .column-detail .content .list-product + .img {
    margin-top: 40px;
  }
}
.column-detail .content .img p {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-top: 10px;
}
.column-detail .content .img + p, .column-detail .content .img + h3 {
  margin-top: 30px;
}
.column-detail .content .img + h2 {
  margin-top: 60px;
}
.column-detail .content .img.col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.column-detail .content .img.col1 > div {
  width: 47.5%;
}
.column-detail .content .img.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column-detail .content .img.col2 > div {
  width: 47.5%;
}
.column-detail .content .img + .img {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .column-detail .content .img + .img {
    margin-top: 30px;
  }
}
.column-detail .content h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  border-left: 4px solid #0068B7;
  padding-left: 14px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  .column-detail .content h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .column-detail .content h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.column-detail .content h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  .column-detail .content h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .column-detail .content h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.column-detail .content p + h2 {
  margin-top: 60px;
}
.column-detail .content p + h3, .column-detail .content p + .img {
  margin-top: 30px;
}

.list-product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
}
.list-product a .cover {
  width: 29.629%;
}
.list-product a .brief {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70.371%;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  padding-left: 50px;
  padding-right: 100px;
  background-image: url("/assets/images/commons/arrow-long-right-circle.svg");
  background-repeat: no-repeat;
  background-position: center right 50px;
  background-size: 33px;
}
@media only screen and (max-width: 1180px) {
  .list-product a .brief {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .list-product a .brief {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-left: 20px;
    padding-right: 40px;
    background-position: center right 20px;
  }
}
.list-product + .list-product {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .list-product + .list-product {
    margin-top: 10px;
  }
}

/* TKW MV */
#tkw-mv {
  position: relative;
  overflow: hidden;
  background-color: #003e6d;
}
#tkw-mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 125px;
  background-color: #fff;
}
#tkw-mv .tkw-mv {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #tkw-mv .tkw-mv {
    width: 100%;
  }
}
#tkw-mv .tkw-mv .mv-slick {
  position: relative;
}
#tkw-mv .tkw-mv .mv-slick .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
@media only screen and (max-width: 750px) {
  #tkw-mv .tkw-mv .mv-slick .slick-list {
    margin: 0;
  }
}
#tkw-mv .tkw-mv .mv-slick .slick-list .slick-slide {
  margin: 0 10px;
}
@media only screen and (max-width: 750px) {
  #tkw-mv .tkw-mv .mv-slick .slick-list .slick-slide {
    margin: 0;
  }
}
#tkw-mv .tkw-mv .mv-slick .slick-list .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#tkw-mv .tkw-mv .mv-slick .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
@media only screen and (max-width: 750px) {
  #tkw-mv .tkw-mv .mv-slick .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
#tkw-mv .tkw-mv .mv-slick .slick-arrow.slick-prev {
  left: -30px;
  background-image: url("/assets/images/commons/arrow-long-white-left.svg");
}
@media only screen and (max-width: 750px) {
  #tkw-mv .tkw-mv .mv-slick .slick-arrow.slick-prev {
    left: 10px;
  }
}
#tkw-mv .tkw-mv .mv-slick .slick-arrow.slick-next {
  right: -30px;
  background-image: url("/assets/images/commons/arrow-long-white-right.svg");
}
@media only screen and (max-width: 750px) {
  #tkw-mv .tkw-mv .mv-slick .slick-arrow.slick-next {
    right: 10px;
  }
}
#tkw-mv .tkw-mv .mv-slick .slick-arrow:hover {
  background-color: #0068B7;
}
#tkw-mv .tkw-mv .mv-slick .mv-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #tkw-mv .tkw-mv .mv-slick .mv-dots {
    bottom: 20px;
    gap: 15px;
  }
}
#tkw-mv .tkw-mv .mv-slick .mv-dots li.slick-active button {
  background-color: #0068B7;
}
#tkw-mv .tkw-mv .mv-slick .mv-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

/* Products */
.box-search-by .search-button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  background-color: #f2f2f2;
}
@media only screen and (max-width: 750px) {
  .box-search-by .search-button {
    display: block;
  }
}
.box-search-by .search-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  position: relative;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #b3b3b3;
}
@media only screen and (max-width: 750px) {
  .box-search-by .search-button a {
    padding: 20px;
    border-color: #b3b3b3 !important;
  }
}
.box-search-by .search-button a::after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 30px;
  height: 3px;
  background-color: #00BBF9;
}
@media only screen and (max-width: 750px) {
  .box-search-by .search-button a::after {
    margin: 0 20px;
  }
}
.box-search-by .search-button a + a {
  border-left: 1px solid #b3b3b3;
}
@media only screen and (max-width: 750px) {
  .box-search-by .search-button a + a {
    border-top: 0 !important;
  }
}
.box-search-by .search-button a:hover {
  opacity: 1;
}
.box-search-by .search-button a:hover .icon {
  opacity: 1;
}
.box-search-by .search-button a:hover .text {
  opacity: 1;
}
.box-search-by .search-button a:hover .arrow {
  opacity: 1;
}
.box-search-by .search-button a:nth-child(1).current {
  border-top-color: #b3b3b3;
  border-left-color: #b3b3b3;
  border-bottom-color: #fff;
}
.box-search-by .search-button a:nth-child(2).current {
  border-top-color: #b3b3b3;
  border-bottom-color: #fff;
}
.box-search-by .search-button a:nth-child(3).current {
  border-top-color: #b3b3b3;
  border-right-color: #b3b3b3;
  border-bottom-color: #fff;
}
.box-search-by .search-button a.current {
  opacity: 1;
  background-color: #fff;
}
.box-search-by .search-button a.current::after {
  opacity: 1;
  visibility: visible;
}
.box-search-by .search-button a.current .icon {
  opacity: 1;
}
.box-search-by .search-button a.current .text {
  opacity: 1;
}
.box-search-by .search-button a.current .arrow {
  opacity: 1;
}
.box-search-by .search-button a.current .arrow img {
  -webkit-filter: brightness(0) saturate(100%) invert(78%) sepia(51%) saturate(5510%) hue-rotate(180deg) brightness(96%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(78%) sepia(51%) saturate(5510%) hue-rotate(180deg) brightness(96%) contrast(96%);
}
.box-search-by .search-button a .icon {
  opacity: 0.5;
}
.box-search-by .search-button a .text {
  opacity: 0.5;
  line-height: 2rem;
  padding-left: 12px;
}
@media only screen and (max-width: 1180px) {
  .box-search-by .search-button a .text {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.box-search-by .search-button a .text span {
  display: table;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  .box-search-by .search-button a .text span {
    font-size: 1.6rem;
  }
}
.box-search-by .search-button a .arrow {
  opacity: 0.5;
  position: absolute;
  right: 30px;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .box-search-by .search-button a .arrow {
    right: 20px;
  }
}
.box-search-by .search-content {
  padding: 30px;
  border: 1px solid #b3b3b3;
  border-top: 0;
}
@media only screen and (max-width: 750px) {
  .box-search-by .search-content {
    padding: 20px;
  }
}
.box-search-by .search-content > * {
  display: none;
}
.box-search-by .search-content .active {
  display: block;
}
.box-search-by .search-content .by-brand ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .box-search-by .search-content .by-brand ul {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .box-search-by .search-content .by-brand ul li + li {
    margin-top: 30px;
  }
}
.box-search-by .search-content .by-brand ul li a:hover .brief .topic {
  text-decoration: underline;
}
.box-search-by .search-content .by-brand ul li a:hover .brief .topic span {
  text-decoration: none;
}
.box-search-by .search-content .by-brand ul li a .cover {
  border: 1px solid #e6e6e6;
}
.box-search-by .search-content .by-brand ul li a .brief {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .box-search-by .search-content .by-brand ul li a .brief {
    margin-top: 15px;
  }
}
.box-search-by .search-content .by-brand ul li a .brief .topic {
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
}
.box-search-by .search-content .by-brand ul li a .brief .topic span {
  display: inline-block;
  font-weight: 300;
  color: #ccc;
}
.box-search-by .search-content .by-brand ul li a .brief p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.box-search-by .search-content .by-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
@media only screen and (max-width: 750px) {
  .box-search-by .search-content .by-type ul {
    gap: 10px;
  }
}
.box-search-by .search-content .by-type ul li a {
  display: block;
  padding: 13px 20px;
  border: 1px solid #ccc;
  border-radius: 27px;
}
@media only screen and (max-width: 750px) {
  .box-search-by .search-content .by-type ul li a {
    padding: 8px 15px;
    border-radius: 22px;
  }
}
.box-search-by .search-content .by-type ul li a:hover {
  text-decoration: underline;
}

.box-search {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border: 1px solid #b3b3b3;
}
@media only screen and (max-width: 850px) {
  .box-search {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .box-search {
    margin-top: 5%;
    padding: 20px;
  }
}
.box-search .col-left {
  width: 210px;
  min-width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  .box-search .col-left {
    width: 170px;
    min-width: 170px;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1180px) and (max-width: 850px) {
  .box-search .col-left {
    width: 100%;
    min-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.box-search .col-left .icon {
  margin-right: 8px;
}
.box-search .col-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-left: 30px;
}
@media only screen and (max-width: 850px) {
  .box-search .col-right {
    padding-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .box-search .col-right {
    display: block;
  }
}
.box-search .col-right .btn {
  width: 180px;
  min-width: 180px;
}
@media only screen and (max-width: 750px) {
  .box-search .col-right .btn {
    width: 100%;
    margin-top: 15px;
  }
}

.box-text {
  margin-top: 30px;
}

.box-result {
  margin-top: 60px;
}
.box-result .ttl {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.box-result .ttl span {
  font-size: 3.6rem;
}
@media only screen and (max-width: 1180px) {
  .box-result .table {
    overflow: auto;
  }
}
.box-result .table table {
  min-width: 1024px;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #b3b3b3;
}
.box-result .table table tbody tr:nth-child(even) td {
  background-color: #FBFBFB;
}
.box-result .table table tbody tr td {
  padding: 10px 15px;
  background-color: #fff;
  vertical-align: middle;
}
.box-result .table table tbody tr td.w16 {
  width: 16.41%;
}
.box-result .table table tbody tr td.w31 {
  width: 31.15%;
}
.box-result .table table tbody tr td.w19 {
  width: 19.53%;
}
.box-result .table table tbody tr td.w8 {
  width: 8.01%;
}
.box-result .table table tbody tr td.topic {
  font-weight: 700;
  text-align: center;
  background-color: #e6e6e6;
  white-space: nowrap;
}
.box-result .table table tbody tr td.img {
  padding: 0;
  background-color: #e6e6e6;
}
.box-result .table table tbody tr td.img img {
  margin: 0 auto;
}
.box-result .table table tbody tr td.center {
  text-align: center;
}
.box-result .table table tbody tr td a {
  text-decoration: underline;
}

/* Popular */
#popular {
  overflow: hidden;
}
#popular .popular {
  position: relative;
  max-width: 1280px;
}
#popular .popular .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #popular .popular .content {
    display: block;
  }
}
#popular .popular .content .col-left {
  width: 260px;
  min-width: 260px;
  position: relative;
  z-index: 8;
  background-color: #fff;
  padding-right: 30px;
}
@media only screen and (max-width: 1180px) {
  #popular .popular .content .col-left {
    width: 215px;
    min-width: 215px;
  }
}
@media only screen and (max-width: 750px) {
  #popular .popular .content .col-left {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }
}
#popular .popular .content .col-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2000px;
  z-index: 7;
  width: 2000px;
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #popular .popular .content .col-left::after {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #popular .popular .content .col-left .txthead-box h2 {
    text-align: center;
  }
}
#popular .popular .content .col-left .button {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
  padding-right: 5px;
}
@media only screen and (max-width: 750px) {
  #popular .popular .content .col-left .button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}
#popular .popular .content .col-left .button a {
  width: 52px;
  height: 52px;
  display: block;
  background-color: #C6C6C6;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
#popular .popular .content .col-left .button a.slick-prev-popular {
  background-image: url("/assets/images/commons/arrow-long-white-left.svg");
}
#popular .popular .content .col-left .button a.slick-next-popular {
  background-image: url("/assets/images/commons/arrow-long-white-right.svg");
}
#popular .popular .content .col-left .button a:hover {
  opacity: 1;
  background-color: #0068B7;
}
#popular .popular .content .col-right {
  width: 100%;
  max-width: 980px;
}
@media only screen and (max-width: 750px) {
  #popular .popular .content .col-right {
    margin-top: 30px;
  }
}
#popular .popular .content .col-right .popular-slick .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
#popular .popular .content .col-right .popular-slick .slick-list .slick-slide {
  margin: 0 10px;
}
#popular .popular .content .col-right .popular-slick .slick-list .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#popular .popular .content .col-right .popular-slick .item a {
  display: block;
  padding: 60px 20px;
  border: 1px solid #b3b3b3;
  margin: 0 0.03rem;
}
@media only screen and (max-width: 750px) {
  #popular .popular .content .col-right .popular-slick .item a {
    padding: 30px 20px;
  }
}
#popular .popular .content .col-right .popular-slick .item a .brief h3 {
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  #popular .popular .content .col-right .popular-slick .item a .brief h3 {
    line-height: 2.4rem;
  }
}
#popular .popular .content .col-right .popular-slick .item a .brief h3 span {
  display: table;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #popular .popular .content .col-right .popular-slick .item a .brief h3 span {
    font-size: 2rem;
  }
}

/* Where to buy */
#wtb {
  padding: 60px 0;
  background-image: url("/tkw/assets/images/top/wtb-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #003e6d;
}
#wtb .wtb .icon {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

/* Media */
#media .media .content .media-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 40px;
  grid-column-gap: 30px;
}
@media only screen and (max-width: 750px) {
  #media .media .content .media-list ul {
    display: block;
  }
}
#media .media .content .media-list ul li {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #media .media .content .media-list ul li + li {
    margin-top: 40px;
  }
}
#media .media .content .media-list ul li a {
  display: block;
}
#media .media .content .media-list ul li a:hover .brief .topic {
  text-decoration: underline;
}
#media .media .content .media-list ul li a .cover {
  position: relative;
}
#media .media .content .media-list ul li a .cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("/tkw/assets/images/commons/icon-play-youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
}
#media .media .content .media-list ul li a .brief {
  margin-top: 20px;
}
#media .media .content .media-list ul li a .brief .tag {
  margin-bottom: 20px;
  display: table;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
  padding: 5px 12px;
  color: #fff;
  background-color: #23AFA3;
}
@media only screen and (max-width: 750px) {
  #media .media .content .media-list ul li a .brief .tag {
    margin-bottom: 15px;
  }
}
#media .media .content .media-list ul li a .brief .topic {
  font-weight: 700;
}
#media .media .content .media-list ul li a .brief .date {
  margin-top: 20px;
  color: #999999;
}
@media only screen and (max-width: 750px) {
  #media .media .content .media-list ul li a .brief .date {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

/* ETC */
.text-center {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  .text-center {
    margin-bottom: 30px;
  }
}
.text-center p {
  text-align: center;
}

/* Products */
#products-detail .products-detail .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .title {
    display: block;
  }
}
#products-detail .products-detail .title .col-left {
  width: 100%;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .title .col-left {
    width: 100%;
    padding-right: 0;
  }
}
#products-detail .products-detail .title .col-left p {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #products-detail .products-detail .title .col-left p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#products-detail .products-detail .title .col-left .button {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1180px) {
  #products-detail .products-detail .title .col-left .button {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .title .col-left .button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .title .col-left .button a {
    margin-left: auto;
    margin-right: auto;
  }
}
#products-detail .products-detail .title .col-left .button a + a {
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .title .col-left .button a + a {
    margin-top: 10px;
    margin-left: auto;
  }
}
#products-detail .products-detail .title .col-right {
  width: 58.59375%;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .title .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
#products-detail .products-detail .description {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .description {
    display: block;
  }
}
#products-detail .products-detail .description .col-left {
  width: 61.328125%;
  padding-right: 30px;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .description .col-left {
    width: 100%;
    padding-right: 0;
  }
}
#products-detail .products-detail .description .col-left .table .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
  grid-template-columns: 40% 60%;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 15px;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .description .col-left .table .tr {
    display: block;
    padding: 15px 10px;
  }
}
#products-detail .products-detail .description .col-left .table .tr .td.topic {
  font-weight: 700;
  white-space: nowrap;
}
#products-detail .products-detail .description .col-left .table .tr .td ul {
  list-style: disc;
  margin-left: 20px;
}
#products-detail .products-detail .description .col-right {
  width: 38.671875%;
  border: 1px solid #e6e6e6;
  padding: 23px;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .description .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
#products-detail .products-detail .description .col-right p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 23px;
}
#products-detail .products-detail .row {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #products-detail .products-detail .row {
    margin-top: 40px;
  }
}
#products-detail .products-detail .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 1180px) {
  #products-detail .products-detail .row.flex {
    display: block;
  }
}
#products-detail .products-detail .row.flex .col {
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  #products-detail .products-detail .row.flex .col + .col {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1180px) {
  #products-detail .products-detail .row.flex .col .table {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1180px) {
  #products-detail .products-detail .row.flex .col .table table {
    min-width: auto;
  }
}
@media only screen and (max-width: 850px) {
  #products-detail .products-detail .row .table {
    overflow: auto;
  }
}
#products-detail .products-detail .row .table table {
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #b3b3b3;
}
@media only screen and (max-width: 850px) {
  #products-detail .products-detail .row .table table {
    min-width: 1024px;
  }
}
#products-detail .products-detail .row .table table tr:nth-child(odd) td {
  background-color: #FBFBFB;
}
#products-detail .products-detail .row .table table tr td {
  padding: 10px 15px;
  background-color: #fff;
  vertical-align: middle;
}
#products-detail .products-detail .row .table table tr td.topic {
  padding: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #e6e6e6;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  #products-detail .products-detail .row .table table tr td.topic {
    padding: 10px 15px;
  }
}
#products-detail .products-detail .row .table table tr td .large {
  font-size: 2rem;
}
#products-detail .products-detail .row .table table tr td strong {
  font-weight: 700;
}
#products-detail .products-detail .row .table .note {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 10px;
  text-align: center;
}
#products-detail .products-detail .row .table .note strong {
  font-weight: 700;
}
#products-detail .products-detail .row .text ul {
  list-style: disc;
  margin-left: 20px;
}

#products-related .products-related .content .products-related-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #products-related .products-related .content .products-related-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
}
#products-related .products-related .content .products-related-list .item a .brief {
  margin-top: 15px;
}
#products-related .products-related .content .products-related-list .item a .brief h3 {
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  #products-related .products-related .content .products-related-list .item a .brief h3 {
    line-height: 2.4rem;
  }
}
#products-related .products-related .content .products-related-list .item a .brief h3 span {
  display: table;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #products-related .products-related .content .products-related-list .item a .brief h3 span {
    font-size: 2rem;
  }
}

/* Where To Buy */
#wtb-inner .wtb-inner .shop-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#wtb-inner .wtb-inner .shop-filter #select-category {
  width: 60%;
}
#wtb-inner .wtb-inner .shop-filter #select-province {
  width: 40%;
}
#wtb-inner .wtb-inner .shop-gmap {
  margin-top: 60px;
}
#wtb-inner .wtb-inner .shop-list {
  margin-top: 60px;
}
#wtb-inner .wtb-inner .shop-list .list + .list {
  margin-top: 20px;
}
#wtb-inner .wtb-inner .shop-list .list a {
  display: block;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background-image: url("/assets/images/commons/arrow-long-right.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 16px;
}
#wtb-inner .wtb-inner .shop-list .list a:hover {
  opacity: 1;
  background-color: #f9f9f9;
}
#wtb-inner .wtb-inner .shop-list .list a .name {
  font-weight: 700;
  margin-bottom: 10px;
}
#wtb-inner .wtb-inner .shop-list .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
#wtb-inner .wtb-inner .shop-list .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wtb-inner .wtb-inner .shop-list .list ul li .icon {
  margin-right: 7px;
}
#wtb-inner .wtb-inner .shop-detail .info {
  padding: 30px 40px;
  border: 1px solid #e6e6e6;
}
#wtb-inner .wtb-inner .shop-detail .info .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#wtb-inner .wtb-inner .shop-detail .info .table .tr + .tr {
  margin-top: 20px;
}
#wtb-inner .wtb-inner .shop-detail .info .table .tr .td {
  width: 100%;
}
#wtb-inner .wtb-inner .shop-detail .info .table .tr .td.topic {
  width: 160px;
  min-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wtb-inner .wtb-inner .shop-detail .info .table .tr .td.topic .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
}
#wtb-inner .wtb-inner .shop-detail .info .table .tr .td.topic .text {
  padding-left: 6px;
  font-weight: 700;
}
#wtb-inner .wtb-inner .shop-detail .gmap {
  margin-top: 60px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46.25%;
}
#wtb-inner .wtb-inner .shop-detail .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wtb-inner .wtb-inner .shop-detail .products-list {
  margin-top: 60px;
}
#wtb-inner .wtb-inner .shop-detail .products-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .shop-detail .products-list ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
}
#wtb-inner .wtb-inner .shop-detail .products-list ul li a .brief {
  margin-top: 15px;
}
#wtb-inner .wtb-inner .shop-detail .products-list ul li a .brief h3 {
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .shop-detail .products-list ul li a .brief h3 {
    line-height: 2.4rem;
  }
}
#wtb-inner .wtb-inner .shop-detail .products-list ul li a .brief h3 span {
  display: table;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #wtb-inner .wtb-inner .shop-detail .products-list ul li a .brief h3 span {
    font-size: 2rem;
  }
}

/* Company */
#company .company .outline .table .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
}
#company .company .outline .table .tr .td {
  padding: 25px 40px;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (max-width: 750px) {
  #company .company .outline .table .tr .td {
    padding: 15px 30px;
  }
}
#company .company .outline .table .tr .td.topic {
  padding-right: 0;
  padding-left: 0;
  font-weight: 700;
  text-align: right;
  border-bottom-color: #1d1d1f;
}
#company .company .outline .table .tr .td strong {
  font-weight: 700;
}
#company .company .outline .table .tr .td p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #company .company .outline .table .tr .td p + p {
    margin-top: 10px;
  }
}
#company .company .access .row + .row {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #company .company .access .row + .row {
    margin-top: 40px;
  }
}
#company .company .access .row .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #company .company .access .row .info {
    display: block;
    margin-bottom: 30px;
  }
}
#company .company .access .row .info .col-left {
  width: 100%;
  max-width: 580px;
  padding-right: 80px;
}
#company .company .access .row .info .col-left h3 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #company .company .access .row .info .col-left h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 5px;
  }
}
#company .company .access .row .info .col-right {
  width: 233px;
  min-width: 233px;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  #company .company .access .row .info .col-right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
#company .company .access .row .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 46.25%;
}
#company .company .access .row .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Contact */
#contact .contact .text-center {
  margin-bottom: 30px;
}
#contact .contact .box-remark {
  padding: 12px 20px;
  background-color: #f9f9f9;
}
#contact .contact .box-remark .topic {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #contact .contact .box-remark .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#contact .contact .box-form {
  margin-top: 30px;
}
#contact .contact .box-form .form-group + .form-group {
  margin-top: 30px;
  padding-top: 31px;
  border-top: 1px solid #ccc;
}
#contact .contact .box-form .form-group .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #contact .contact .box-form .form-group .row {
    display: block;
  }
}
#contact .contact .box-form .form-group .row .label {
  margin-top: 12px;
  width: 220px;
  min-width: 220px;
  text-align: right;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #contact .contact .box-form .form-group .row .label {
    margin-top: 0;
    width: 100%;
    min-width: 100%;
    text-align: left;
  }
}
#contact .contact .box-form .form-group .row .field {
  width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .box-form .form-group .row .field {
    padding-left: 0;
    margin-top: 5px;
  }
}
#contact .contact .box-form .form-group .row .field.half {
  max-width: 318px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .box-form .form-group .row .field.half {
    max-width: 100%;
  }
}
#contact .contact .box-form .form-group .row + .row {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .box-form .form-group .row + .row {
    margin-top: 20px;
  }
}

/* About */
#kmwt-about {
  background-image: url("/kmwt/assets/images/top/about-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#kmwt-about .kmwt-about .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
#kmwt-about .kmwt-about .content .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#kmwt-about .kmwt-about .content .row + .row {
  margin-top: 60px;
}
#kmwt-about .kmwt-about .content .row .col-img {
  width: 46.387%;
  max-width: 475px;
}
#kmwt-about .kmwt-about .content .row .col-text {
  width: 53.613%;
}
#kmwt-about .kmwt-about .content .row .col-text h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#kmwt-about .kmwt-about .content .row .col-text p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
#kmwt-about .kmwt-about .content .row .col-text p + p {
  margin-top: 15px;
}

/* Producrs */
#kmwt-products .kmwt-products .content .products-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  #kmwt-products .kmwt-products .content .products-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    gap: 20px;
  }
}
#kmwt-products .kmwt-products .content .products-list .item {
  padding: 20px;
  border: 1px solid #000;
}
#kmwt-products .kmwt-products .content .products-list .item a {
  display: block;
}
#kmwt-products .kmwt-products .content .products-list .item a .cover {
  border: 1px solid #59C196;
  background-color: #fff;
}
#kmwt-products .kmwt-products .content .products-list .item a .brief {
  background-image: url("/assets/images/commons/arrow-long-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px;
}
#kmwt-products .kmwt-products .content .products-list .item a .brief h3 {
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  #kmwt-products .kmwt-products .content .products-list .item a .brief h3 {
    line-height: 2.4rem;
  }
}
#kmwt-products .kmwt-products .content .products-list .item a .brief h3 span {
  display: table;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #kmwt-products .kmwt-products .content .products-list .item a .brief h3 span {
    font-size: 2rem;
  }
}
#kmwt-products .kmwt-products .content .products-list .item a .brief .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#kmwt-products .kmwt-products .content .products-list .item a .brief .flex h3 {
  border-right: 1px solid #ccc;
  margin-right: 20px;
  padding-right: 21px;
}
#kmwt-products .kmwt-products .content .products-list .item a .brief .flex h3:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}