@charset "UTF-8";
@import url(common.css);
@font-face {
  font-family: "WebFont";
  src: url("../fonts/Sukhumvit Set Medium_0.eot");
  src: local("☺"), url("../fonts/Sukhumvit Set Medium_0.woff") format("woff"), url("../fonts/Sukhumvit Set Medium_0.ttf") format("truetype"), url("../fonts/Sukhumvit Set Medium_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WebFont";
  src: url("../fonts/Sukhumvit Set Bold_0.eot");
  src: local("☺"), url("../fonts/Sukhumvit Set Bold_0.woff") format("woff"), url("../fonts/Sukhumvit Set Bold_0.ttf") format("truetype"), url("../fonts/Sukhumvit Set Bold_0.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
html {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  line-height: 1.7;
  font-family: "WebFont", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #515151;
  font-size: 12px;
  min-height: 100%;
  position: relative;
}

input, textarea, select {
  font-family: "WebFont", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
}

img {
  border: none;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
  color: #c4272e;
}

.clearfix {
  clear: both;
}

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

.text-center {
  text-align: center;
}

.web-header-top {
  text-align: center;
  padding: 10px 0px;
}

.web-header-top > .wrapper {
  max-width: 1100px;
  margin: 0px auto;
  position: relative;
}

.web-header-top .logo {
  padding: 10px 0px;
}

.web-header-top .logo img {
  height: 120px;
}

.web-header-top .sponsor {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.web-header-top .sponsor img {
  height: 65px;
}

.web-header {
  padding: 10px 0px;
  width: 100%;
  display: inline-block;
}

.web-header > .wrapper {
  margin: 0px auto;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}

.web-header .logo {
  position: absolute;
  left: 30px;
  top: 0px;
  bottom: 0px;
  display: none;
}

.web-header .logo img {
  height: 55px;
}

.web-header ul.menu-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  float: right;
}

.web-header ul.menu-list li {
  float: left;
}

.web-header ul.menu-list li a {
  color: #727272;
  padding: 10px 20px;
  display: block;
}

.web-header ul.menu-list li.active a {
  color: #c4272e;
  font-weight: bold;
}

.web-header ul.menu-list li.login.active a, .web-header ul.menu-list li a:hover, .web-header ul.menu-list li.login a:hover {
  color: #c4272e;
}

.web-header ul.menu-list li.login a {
  color: #000;
  position: relative;
  padding-right: 50px;
}

.web-header ul.menu-list li.login img {
  position: absolute;
  top: 12%;
  right: 5px;
  height: 70%;
}

.web-header ul.menu-list li.login.member a {
  margin-right: 80px;
}

a.logout {
  padding-left: 0px;
  font-size: 16px;
}

.web-header.fixed {
  z-index: 2;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
}

.web-header.fixed > .wrapper {
  padding: 10px 0px;
}

.web-header.fixed .logo {
  display: block;
}

.web-header.fixed ul.menu-list {
  padding: 0 110px;
}

.web-nav-mobi {
  display: none;
  position: relative;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
  transition: 0.5s all;
}

.web-nav-mobi > .top-area {
  height: 40px;
  padding: 15px 10px 15px 10px;
  overflow: visible;
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.web-nav-mobi > .top-area > .logo {
  height: 100%;
  margin-left: 50%;
}

.web-nav-mobi > .top-area > .logo img {
  height: 100%;
}

.web-nav-mobi > .menu-area {
  font-size: 28px;
  transition: all 0.5s;
  opacity: 0;
  background-color: #ffffff;
  position: fixed;
  top: 70px;
  left: 0px;
  right: 0px;
  bottom: 100%;
  z-index: 2;
  overflow: auto;
}

.web-nav-mobi > .menu-area .menu-list {
  margin: 5% 15%;
  padding: 0px;
  list-style-type: none;
  overflow: auto;
}

.web-nav-mobi > .menu-area .menu-list > li {
  text-align: center;
  padding: 13px 0px;
  border-bottom: 1px #ececfb solid;
}

.web-nav-mobi > .menu-area .menu-list > li a {
  color: #515151;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 0px;
}

.web-nav-mobi > .menu-area .menu-list > li a:hover, .web-nav-mobi > .menu-area .menu-list > li.active a {
  color: #c4272e;
  font-weight: bold;
}

.web-nav-mobi > .menu-area .menu-list > li.login {
  position: relative;
}

.web-nav-mobi > .menu-area .menu-list > li.login a {
  display: block;
  padding: 0px;
  margin: 0px 10px;
}

.web-nav-mobi > .menu-area .menu-list > li.login img {
  position: absolute;
  right: 20px;
  top: 18%;
  height: 60%;
}

.web-nav-mobi .sponsor img {
  position: absolute;
  right: 75px;
  top: 20px;
  height: 35px;
}

body.show-menu .web-nav-mobi > .menu-area {
  bottom: 0px;
  opacity: 0.95;
}

#nav-btn-hbg {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  margin: 15px 6px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-btn-hbg span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #c4272e;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  box-shadow: 0px 0px 2px #cccccc;
}

#nav-btn-hbg span:nth-child(1) {
  top: 0px;
}

#nav-btn-hbg span:nth-child(2), #nav-btn-hbg span:nth-child(3) {
  top: 10px;
}

#nav-btn-hbg span:nth-child(4) {
  top: 20px;
}

#nav-btn-hbg.open span {
  box-shadow: none;
}

#nav-btn-hbg.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-btn-hbg.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-btn-hbg.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-btn-hbg.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.web-footer {
  background-color: #c4272e;
  padding: 30px 0px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.web-footer > .wrapper {
  max-width: 1000px;
  overflow: auto;
  margin: 0px auto;
}

.web-footer a {
  color: #ffffff;
}

.web-footer p {
  margin: 6px 0px;
}

.web-footer .sponsor-area {
  float: left;
  text-align: left;
}

.web-footer .social-area {
  float: right;
}

.web-footer .social img {
  margin: 0px 2px;
  height: 28px;
}

.web-footer .link-area {
  clear: both;
  padding-top: 30px;
  opacity: 0.7;
  font-size: 15px;
}

.web-footer .quick-link {
  width: 420px;
  padding-left: 40px;
  margin: 0px auto;
  text-align: left;
  opacity: 0.8;
  font-size: 13px;
}

.web-footer .quick-link > .col {
  float: left;
  width: 33.33%;
  padding-top: 5px;
}

.web-footer .quick-link a.link {
  display: block;
  margin-bottom: 4px;
}

.page-banner .banner {
  width: 100%;
}

/* MY */
.swiper-banner {
  position: relative;
}

.swiper-banner .banner-img {
  width: 100%;
}

.swiper-banner .swiper-banner-pagination {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  z-index: 1;
  text-align: center;
}

.swiper-banner .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #fff;
  opacity: 0.5;
}

.swiper-banner .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.line-head {
  background: #d13126;
  height: 3px;
}

.btn-area .btn:hover, .btn-more:hover,
.sec-study .btn-more:hover,
.sec-study .box > .info-area .txt1:hover,
.sec-study .box > .img-area a.btn-play:hover,
.sec-tip .btn-more:hover,
.sec-tip .box > .info-area .txt1:hover,
.sec-tip .box > .img-area a.btn-play:hover,
.sec-tip .box-present .info-area .txt1:hover,
.web-footer a:hover,
.img-area a:hover,
.vdo-list .box > .info-area a.txt1:hover {
  opacity: 0.7;
}

.prompt.policy .area > .box {
  max-width: 700px;
}

.prompt.hide {
  display: none;
}

.prompt .bg {
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.prompt .area {
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}

.prompt .area::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.prompt .area > .box {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  padding: 50px;
  max-width: 500px;
  box-sizing: border-box;
}

.prompt .area > .box.transparent {
  background-color: transparent;
}

.prompt .area > .box.full-width {
  max-width: 90%;
  padding: 0px;
}

.prompt .area > .box > .body {
  max-height: 300px;
  overflow: auto;
}

.prompt .area .title {
  text-align: center;
  color: #c4272e;
  font-size: 20px;
  margin-bottom: 20px;
}

.prompt .area .btn-area {
  margin-top: 20px;
  text-align: center;
}

.prompt .area .btn-area .btn {
  display: inline-block;
  padding: 10px 30px;
  color: #ffffff;
  font-size: 14px;
  background-color: #c4272e;
  border-radius: 20px;
  border: none;
  cursor: pointer;
}

.btn-loadmore {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.btn-loadmore .btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  color: #fff;
  background-color: #c4272e;
  opacity: 1;
  margin-left: 0;
}

.gallery-list {
  margin: 10px 0px;
  display: inline-block;
}

.gallery-list a {
  float: left;
  width: 25%;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  padding: 5px;
}

.gallery-list a img {
  width: 100%;
}

.back-btn {
  margin: 60px 0px 30px 0px;
}

.back-btn a {
  font-size: 22px;
}

/* The container <div> - needed to position the dropdown content */
.submenu {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  z-index: 999;
}

/* Links inside the dropdown */
.web-header ul.menu-list li .dropdown-content a {
  position: relative;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #727272;
  font-weight: normal;
}

.web-header ul.menu-list li .dropdown-content a.active {
  color: #c4272e;
}

/* Change color of dropdown links on hover */
.web-header ul.menu-list li .dropdown-content a:hover {
  background-color: #ddd;
  color: #c4272e;
}

/* Show the dropdown menu on hover */
.submenu:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.submenu:hover a.dropbtn {
  color: #c4272e;
}

@media screen and (max-width: 1096px) {
  .web-header-top, .web-header {
    display: none;
  }

  .web-nav-mobi {
    display: block;
  }

  body {
    padding-top: 70px;
    height: auto;
  }

  body.show-menu {
    overflow: hidden;
  }

  .web-footer .quick-link {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .web-header-top, .web-header {
    display: none;
  }

  .web-nav-mobi {
    display: block;
  }

  body {
    padding-top: 70px;
    height: auto;
  }

  body.show-menu {
    overflow: hidden;
  }

  .web-footer .quick-link {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .web-nav-mobi > .top-area > .logo {
    margin-left: 30%;
  }

  .web-footer .sponsor-area, .web-footer .social-area {
    float: none;
    text-align: center;
    margin-bottom: 25px;
  }

  .web-footer .link-area {
    padding: 0px;
  }

  .gallery-list a {
    width: 50%;
  }
}
@media screen and (max-width: 380px) {
  .web-footer .link-area {
    font-size: 12px;
  }

  .web-nav-mobi > .top-area > .logo {
    margin-left: 5%;
  }

  .gallery-list a {
    width: 100%;
  }
}