@charset "UTF-8";
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-1Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-2ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-3Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("../font/Paperlogy-9Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Binggrae";
  src: url("../font/BinggraeII-Bold.woff") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Binggrae";
  src: url("../font/BinggraeII.woff") format("woff2");
  font-weight: 400;
  font-display: swap;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1680px) {
  .container {
    width: 1600px;
  }
}
html {
  font-family: "Paperozi", sans-serif;
}

body {
  font-family: "Paperozi", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

header.header {
  position: relative;
  z-index: 600;
}
@media (min-width: 992px) {
  header.header::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: #415bce;
  }
}
header.header div.head-container {
  position: relative;
  height: 70px;
}
@media (min-width: 992px) {
  header.header div.head-container {
    height: 160px;
  }
}
header.header div.head-container h1 {
  margin: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
header.header div.head-container h1 a {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  padding-left: 44px;
  display: block;
  color: #000;
  line-height: 1.2;
}
@media (min-width: 992px) {
  header.header div.head-container h1 a {
    font-size: 16px;
    padding-left: 65px;
  }
}
header.header div.head-container h1 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  background-image: url(../images/common/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  header.header div.head-container h1 a::before {
    width: 50px;
    height: 50px;
  }
}
header.header div.head-container h1 a strong {
  display: block;
  font-size: 18px;
  color: #0d068b;
  font-weight: 700;
}
@media (min-width: 992px) {
  header.header div.head-container h1 a strong {
    font-size: 24px;
  }
}
header.header div.head-container button.menu-all {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 0;
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/common/ic_menu.svg) no-repeat center/100% auto;
}
@media (min-width: 992px) {
  header.header div.head-container button.menu-all {
    top: 80px;
    transform: none;
  }
}

@media (max-width: 991px) {
  nav.menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
  }
  nav.menu.active {
    display: block;
  }
  nav.menu button.menu-close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 10px;
    border: none;
    font-size: 0;
    background: url(../images/common/ic_close_white.svg) no-repeat center/22px auto;
  }
  nav.menu div.head-link {
    display: block;
    background: #415bce;
    padding: 24px 16px;
  }
  nav.menu div.head-link a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
  nav.menu > ul {
    list-style: none;
    padding: 16px;
  }
  nav.menu > ul > li {
    border-bottom: 1px solid #ccc;
  }
  nav.menu > ul > li > a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 60px;
  }
  nav.menu > ul > li > a i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #848484;
  }
  nav.menu > ul > li ul {
    display: none;
  }
  nav.menu > ul > li.active > a i {
    transform: translateY(-50%) rotate(180deg);
  }
  nav.menu > ul > li.active ul {
    display: block;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
  }
  nav.menu > ul > li.active ul li a {
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 32px;
  }
  nav.menu > ul > li.active ul li a.active {
    font-weight: 700;
    color: #415bce;
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  nav.menu {
    display: block;
    position: absolute;
    z-index: 999;
    top: 160px;
    left: 0;
    right: 0;
    border-top: 1px solid transparent;
  }
  nav.menu.active {
    height: 140px;
    border-top: 1px solid #d9d9d9;
    box-shadow: 0px 10px 10px rgba(164, 164, 164, 0.1607843137);
    background: #fff;
  }
  nav.menu div.head-link {
    position: absolute;
    top: -136px;
    right: 50%;
    transform: translateX(466px);
    text-align: right;
  }
  nav.menu div.head-link a {
    font-size: 14px;
    color: #767676;
  }
  nav.menu div.head-link a::before {
    content: "·";
    padding: 0 6px;
  }
  nav.menu div.head-link a:first-child::before {
    display: none;
  }
  nav.menu > ul {
    list-style: none;
    position: absolute;
    right: 50%;
    transform: translateX(380px);
    top: -80px;
    padding: 0;
    width: 500px;
    display: flex;
    justify-content: space-between;
    gap: 26px;
  }
  nav.menu > ul > li {
    position: relative;
  }
  nav.menu > ul > li > a {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #000;
  }
  nav.menu > ul > li > a i {
    display: none;
  }
  nav.menu > ul > li ul {
    display: none;
  }
  nav.menu > ul > li.active > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -54px;
    width: 100%;
    height: 3px;
    background: #415bce;
  }
  nav.menu > ul > li.active ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 125px;
    display: flex;
    padding: 0;
    list-style: none;
    gap: 57px;
  }
  nav.menu > ul > li.active ul li a {
    display: block;
    white-space: nowrap;
    word-break: keep-all;
    font-size: 17px;
    color: #767676;
  }
  nav.menu > ul > li.active ul li a.active, nav.menu > ul > li.active ul li a:hover {
    color: #415bce;
    font-weight: 700;
  }
  nav.menu button.menu-close {
    display: none;
  }
}
@media (min-width: 1200px) {
  nav.menu div.head-link {
    transform: translateX(586px);
  }
  nav.menu > ul {
    transform: translateX(500px);
    width: 700px;
    gap: 26px;
  }
}
@media (min-width: 1680px) {
  nav.menu div.head-link {
    transform: translateX(786px);
  }
  nav.menu > ul {
    transform: translateX(640px);
    width: 900px;
    gap: 26px;
  }
}
nav.all-menu {
  display: block;
  position: absolute;
  z-index: 999;
  top: 160px;
  left: 0;
  right: 0;
  background: #fff;
  height: 500px;
  box-shadow: 0px 10px 10px rgba(164, 164, 164, 0.1607843137);
}
nav.all-menu div.head-link {
  position: absolute;
  top: -136px;
  right: 50%;
  transform: translateX(466px);
  text-align: right;
}
nav.all-menu div.head-link a {
  font-size: 14px;
  color: #767676;
}
nav.all-menu div.head-link a::before {
  content: "·";
  padding: 0 6px;
}
nav.all-menu div.head-link a:first-child::before {
  display: none;
}
nav.all-menu > ul {
  list-style: none;
  padding: 0;
  width: 960px;
  display: flex;
  gap: 26px;
  margin: 20px auto 0;
}
nav.all-menu > ul > li {
  position: relative;
  flex: 1 1 auto;
}
nav.all-menu > ul > li > a {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
nav.all-menu > ul > li > a i {
  display: none;
}
nav.all-menu > ul > li ul {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 22px;
  margin: 32px 0 0 0;
  list-style: none;
  gap: 10px;
  border-left: 1px solid #d9d9d9;
}
nav.all-menu > ul > li ul li a {
  display: block;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 18px;
  color: #767676;
}
nav.all-menu > ul > li ul li a.active, nav.all-menu > ul > li ul li a:hover {
  color: #415bce;
  font-weight: 700;
  text-decoration: underline;
}
nav.all-menu button.menu-close {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  transform: translateX(428px);
  top: -90px;
  border: none;
  font-size: 0;
  background: url(../images/common/ic_close.svg) no-repeat #fff center/22px auto;
}

@media (min-width: 1200px) {
  nav.all-menu div.head-link {
    transform: translateX(586px);
    top: -135px;
  }
  nav.all-menu > ul {
    width: 1200px;
  }
  nav.all-menu button.menu-close {
    transform: translateX(544px);
    top: -94px;
  }
}
@media (min-width: 1680px) {
  nav.all-menu div.head-link {
    transform: translateX(786px);
  }
  nav.all-menu > ul {
    width: 1600px;
  }
  nav.all-menu button.menu-close {
    transform: translateX(744px);
    top: -94px;
  }
}
.sponsors-section {
  padding: 28px 0;
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .sponsors-section {
    padding: 36px 0;
  }
}
.sponsors-section .sponsors-swiper {
  overflow: hidden;
}
.sponsors-section .sponsors-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.sponsors-section .sponsor-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsors-section .sponsor-item img {
  width: 126px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.3s;
}
@media (min-width: 992px) {
  .sponsors-section .sponsor-item img {
    width: 180px;
    height: 50px;
  }
}

.footer {
  padding: 30px 0;
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .footer {
    padding: 50px 0;
  }
}
.footer .foot-logo {
  margin-bottom: 26px;
}
.footer .foot-logo a {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding-left: 44px;
  color: #000;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .footer .foot-logo a {
    font-size: 16px;
    padding-left: 65px;
  }
}
.footer .foot-logo a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  display: block;
  background-image: url(../images/common/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .footer .foot-logo a::before {
    width: 50px;
    height: 50px;
  }
}
.footer .foot-logo a strong {
  display: block;
  font-size: 18px;
  color: #0d068b;
  font-weight: 700;
}
@media (min-width: 992px) {
  .footer .foot-logo a strong {
    font-size: 24px;
  }
}
.footer address {
  font-size: 13px;
  color: #666;
  line-height: 1.2;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 992px) {
  .footer address {
    font-size: 16px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}
.footer address p span strong {
  font-weight: 500;
  color: #000;
}
.footer div.foot-link {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer div.foot-link {
    gap: 30px;
  }
}
.footer div.foot-link a {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
@media (min-width: 992px) {
  .footer div.foot-link a {
    font-size: 18px;
  }
}
.footer div.foot-link a strong {
  font-weight: 700;
  color: #000;
}
.footer div.foot-copy {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
@media (min-width: 992px) {
  .footer div.foot-copy {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .footer .foot-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .main {
    min-height: 580px;
  }
  .main::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1920px;
    height: 870px;
    background: url(../images/main/mainimg_bg.jpg) no-repeat center/100% auto;
  }
}
@media (min-width: 1200px) {
  .main {
    min-height: 680px;
  }
}
@media (min-width: 1680px) {
  .main {
    min-height: 760px;
  }
}
.main .main-hero {
  margin: 0 0 38px;
}
.main .main-hero div.container {
  position: relative;
  background: url(../images/main/mainimg_bg_m.jpg) no-repeat center bottom/100% auto;
  padding-top: 40px;
  padding-bottom: 36px;
}
@media (min-width: 992px) {
  .main .main-hero div.container {
    min-height: 480px;
    background: none;
  }
}
@media (min-width: 992px) {
  .main .main-hero div.container {
    min-height: 580px;
  }
}
@media (min-width: 1200px) {
  .main .main-hero div.container {
    min-height: 680px;
  }
}
@media (min-width: 1680px) {
  .main .main-hero div.container {
    min-height: 760px;
  }
}
.main .main-hero div.container::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  bottom: 20px;
  width: 176px;
  height: 213px;
  background: url(../images/main/mainimg.png) no-repeat center bottom/100% auto;
}
@media (min-width: 992px) {
  .main .main-hero div.container::before {
    bottom: auto;
    top: 10px;
    width: 546px;
    height: 661px;
    left: -140px;
  }
}
@media (min-width: 1680px) {
  .main .main-hero div.container::before {
    top: 80px;
    width: 585px;
    height: 710px;
    left: 100px;
  }
}
.main .main-hero .hero-text {
  margin-left: auto;
  padding: 0 20px 0 145px;
  font-family: "Binggrae", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  letter-spacing: -1px;
  line-height: 1.6;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .main .main-hero .hero-text {
    padding: 130px 20px 0 402px;
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .main .main-hero .hero-text {
    padding: 50px 20px 0 402px;
    font-size: 45px;
  }
}
@media (min-width: 1680px) {
  .main .main-hero .hero-text {
    padding: 130px 20px 0 820px;
  }
}
.main .main-hero .hero-text span {
  display: block;
}
@media (min-width: 992px) {
  .main .main-hero .hero-text span:first-of-type, .main .main-hero .hero-text span:last-of-type {
    padding-left: 20px;
  }
}
.main .main-hero .hero-text span strong {
  font-weight: 700;
  color: #000;
  font-size: 20px;
}
@media (min-width: 992px) {
  .main .main-hero .hero-text span strong {
    font-size: 44px;
  }
}
.main .main-hero .hero-text span strong.point {
  color: #0d068b;
}
.main .main-hero .hero-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 40px 0 0 80px;
  padding: 0 50px 0 0;
  word-break: keep-all;
}
@media (min-width: 992px) {
  .main .main-hero .hero-desc {
    font-size: 15px;
    margin: 40px 0 0 422px;
  }
}
@media (min-width: 1200px) {
  .main .main-hero .hero-desc {
    font-size: 20px;
  }
}
@media (min-width: 1680px) {
  .main .main-hero .hero-desc {
    margin: 40px 0 0 840px;
  }
}
.main .main-hero .hero-desc span {
  display: block;
}
.main .dday-section {
  position: relative;
  z-index: 10;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .main .dday-section {
    margin: -70px 0 30px;
  }
}
@media (min-width: 1200px) {
  .main .dday-section {
    margin: -120px auto 60px;
    max-width: 1188px;
  }
}
.main .dday-section .dday-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 3px solid transparent;
  border-radius: 40px;
  padding: 22px 28px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #415bce, #ffb3b3, #415bce) border-box;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.168627451);
  word-break: keep-all;
}
@media (min-width: 992px) {
  .main .dday-section .dday-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 6px solid transparent;
    padding: 24px 20px;
    border-radius: 2000px;
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .main .dday-section .dday-wrap {
    padding: 28px 60px;
  }
}
.main .dday-section .dday-wrap .dday-info {
  text-align: center;
}
@media (min-width: 992px) {
  .main .dday-section .dday-wrap .dday-info {
    position: relative;
    text-align: right;
    padding-right: 60px;
    flex: 0 0 calc(50% + 60px);
  }
  .main .dday-section .dday-wrap .dday-info::after {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: #e5e5e5;
  }
}
.main .dday-section .dday-wrap .dday-info strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 4px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .main .dday-section .dday-wrap .dday-info strong {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .main .dday-section .dday-wrap .dday-info strong {
    margin-bottom: 6px;
  }
}
.main .dday-section .dday-wrap .dday-info strong em {
  color: #415BCE;
  font-style: normal;
}
@media (min-width: 992px) {
  .main .dday-section .dday-wrap .dday-info strong em {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main .dday-section .dday-wrap .dday-info strong em {
    display: inline;
  }
}
.main .dday-section .dday-wrap .dday-info span {
  font-size: 14px;
  color: #000;
}
@media (min-width: 992px) {
  .main .dday-section .dday-wrap .dday-info span {
    font-size: 18px;
  }
}
.main .dday-section .dday-wrap .dday-counter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  flex-shrink: 0;
  justify-content: center;
  flex: 0 0 50%;
}
@media (min-width: 992px) {
  .main .dday-section .dday-wrap .dday-counter {
    gap: 6px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .main .dday-section .dday-wrap .dday-counter {
    gap: 2px;
    font-size: 24px;
  }
}
.main .dday-section .dday-wrap .dday-counter .dday-label {
  flex: 0 0 100%;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-right: 8px;
  text-align: center;
}
@media (min-width: 992px) {
  .main .dday-section .dday-wrap .dday-counter .dday-label {
    flex: 1 1 auto;
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .main .dday-section .dday-wrap .dday-counter .dday-label {
    font-size: 30px;
  }
}
.main .dday-section .dday-wrap .dday-counter .dday-num {
  color: #415BCE;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .main .dday-section .dday-wrap .dday-counter .dday-num {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .main .dday-section .dday-wrap .dday-counter .dday-num {
    font-size: 30px;
  }
}
.main .dday-section .dday-wrap .dday-counter .dday-num.dday-min, .main .dday-section .dday-wrap .dday-counter .dday-num.dday-sec {
  font-size: 24px;
}
@media (min-width: 992px) {
  .main .dday-section .dday-wrap .dday-counter .dday-num.dday-min, .main .dday-section .dday-wrap .dday-counter .dday-num.dday-sec {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .main .dday-section .dday-wrap .dday-counter .dday-num.dday-min, .main .dday-section .dday-wrap .dday-counter .dday-num.dday-sec {
    font-size: 30px;
  }
}
.main .quick-section div.container {
  padding: 0 20px 50px;
}
@media (min-width: 992px) {
  .main .quick-section div.container {
    padding: 0 20px 70px;
  }
}
@media (min-width: 1600px) {
  .main .quick-section div.container {
    padding: 0 80px 90px;
  }
}
@media (min-width: 992px) {
  .main .quick-section div.container div.row {
    display: flex;
    position: relative;
    gap: 56px;
  }
  .main .quick-section div.container div.row::before {
    content: "";
    display: block;
    position: absolute;
    left: calc(33.3333333333% - 14px);
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: #e5e5e5;
  }
  .main .quick-section div.container div.row::after {
    content: "";
    display: block;
    position: absolute;
    right: calc(33.3333333333% - 14px);
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: #e5e5e5;
  }
}
@media (min-width: 1200px) {
  .main .quick-section div.container div.row {
    gap: 110px;
  }
  .main .quick-section div.container div.row::before {
    left: calc(33.3333333333% - 20px);
  }
  .main .quick-section div.container div.row::after {
    right: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1680) {
  .main .quick-section div.container div.row {
    gap: 180px;
  }
  .main .quick-section div.container div.row::before {
    left: calc(33.3333333333% - 90px);
  }
  .main .quick-section div.container div.row::after {
    right: calc(33.3333333333% - 90px);
  }
}
.main .quick-section div.container div.row div.box .quick-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.2s;
  min-height: 80px;
}
@media (min-width: 992px) {
  .main .quick-section div.container div.row div.box .quick-item {
    gap: 0;
    padding: 24px 0;
    border-bottom: none;
    min-height: 100px;
  }
}
@media (min-width: 1200px) {
  .main .quick-section div.container div.row div.box .quick-item {
    padding: 30px 0;
    min-height: 120px;
  }
  .main .quick-section div.container div.row div.box .quick-item::after {
    right: 55px;
  }
}
@media (min-width: 1680px) {
  .main .quick-section div.container div.row div.box .quick-item {
    padding: 30px 0;
    min-height: 120px;
  }
  .main .quick-section div.container div.row div.box .quick-item::after {
    right: 90px;
  }
}
.main .quick-section div.container div.row div.box .quick-item .quick-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.main .quick-section div.container div.row div.box .quick-item .quick-left .quick-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  transition: color 0.2s;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .main .quick-section div.container div.row div.box .quick-item .quick-left .quick-title {
    font-size: 24px;
  }
}
@media (min-width: 1680px) {
  .main .quick-section div.container div.row div.box .quick-item .quick-left .quick-title {
    font-size: 22px;
  }
}
.main .quick-section div.container div.row div.box .quick-item .quick-left .quick-link-text {
  font-size: 15px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}
@media (min-width: 1200px) {
  .main .quick-section div.container div.row div.box .quick-item .quick-left .quick-link-text {
    font-size: 16px;
  }
}
.main .quick-section div.container div.row div.box .quick-item .quick-left .quick-link-text i {
  margin-left: 14px;
}
.main .quick-section div.container div.row div.box .quick-item .quick-icon {
  width: 75px;
  aspect-ratio: 1/1;
  background-color: #eaeaea;
  border-radius: 50%;
  background-size: auto 31px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .main .quick-section div.container div.row div.box .quick-item .quick-icon {
    width: 85px;
  }
}
.main .quick-section div.container div.row div.box .quick-item .quick-icon.icon1 {
  background-image: url(../images/main/ic1.svg);
}
.main .quick-section div.container div.row div.box .quick-item .quick-icon.icon2 {
  background-image: url(../images/main/ic2.svg);
}
.main .quick-section div.container div.row div.box .quick-item .quick-icon.icon3 {
  background-image: url(../images/main/ic3.svg);
}
.main .quick-section div.container div.row div.box .quick-item:hover .quick-title {
  color: #415BCE;
}
.main .quick-section div.container div.row div.box .quick-item:hover .quick-link-text {
  color: #415BCE;
}
.main .quick-section div.container div.row div.box .quick-item:hover .quick-icon {
  background-color: #415bce;
}
.main .quick-section div.container div.row div.box .quick-item:hover .quick-icon.icon1 {
  background-image: url(../images/main/ic1_on.svg);
}
.main .quick-section div.container div.row div.box .quick-item:hover .quick-icon.icon2 {
  background-image: url(../images/main/ic2_on.svg);
}
.main .quick-section div.container div.row div.box .quick-item:hover .quick-icon.icon3 {
  background-image: url(../images/main/ic3_on.svg);
}
.main .content-section {
  padding: 0 0 50px;
}
@media (min-width: 992px) {
  .main .content-section {
    padding-bottom: 70px;
  }
}
.main .content-section .content-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media (min-width: 992px) {
  .main .content-section .content-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 55px;
  }
}
@media (min-width: 1200px) {
  .main .content-section .content-row {
    gap: 84px;
  }
}
@media (min-width: 992px) {
  .main .content-section .content-left {
    width: calc(100% - 55px - 275px);
  }
}
@media (min-width: 1200px) {
  .main .content-section .content-left {
    width: calc(100% - 84px - 310px);
  }
}
@media (min-width: 1680px) {
  .main .content-section .content-left {
    width: calc(100% - 150px - 700px);
  }
}
.main .content-section .content-left .img-swiper {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.main .content-section .content-left .img-swiper .swiper-slide a {
  display: block;
}
.main .content-section .content-left .img-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.main .content-section .content-left .img-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 0 0;
  font-size: 16px;
}
@media (min-width: 992px) {
  .main .content-section .content-left .img-slider-pagination {
    padding: 30px 30px 0;
  }
}
.main .content-section .content-left .img-slider-pagination .current {
  font-weight: bold;
  color: #000;
}
.main .content-section .content-left .img-slider-pagination .sep {
  color: #ccc;
}
.main .content-section .content-left .img-slider-pagination .total {
  color: #999;
}
.main .content-section .content-left .img-slider-pagination .btn-nav {
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  transition: all 0.2s;
}
.main .content-section .content-left .img-slider-pagination .btn-nav:hover {
  color: #415BCE;
}
.main .content-section .content-left .img-slider-pagination .btn-pause {
  background: none;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  transition: color 0.2s;
  background: url(../images/common/btn_pause.svg) no-repeat center/8px 14px;
}
.main .content-section .content-left .icon-links {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 40px 0 60px;
}
@media (min-width: 992px) {
  .main .content-section .content-left .icon-links {
    padding-top: 24px;
    gap: 0;
  }
}
.main .content-section .content-left .icon-links .icon-link-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: transform 0.2s;
}
@media (min-width: 992px) {
  .main .content-section .content-left .icon-links .icon-link-item {
    gap: 30px;
  }
}
.main .content-section .content-left .icon-links .icon-link-item:hover {
  transform: translateY(-4px);
}
.main .content-section .content-left .icon-links .icon-link-item:hover .icon-link-title {
  color: #415BCE;
}
.main .content-section .content-left .icon-links .icon-link-item .icon-img {
  width: 62px;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.2s;
}
@media (min-width: 992px) {
  .main .content-section .content-left .icon-links .icon-link-item .icon-img {
    width: 80px;
    height: 80px;
  }
}
.main .content-section .content-left .icon-links .icon-link-item.ico1 .icon-img {
  background-image: url(../images/main/ic_info.svg);
  background-size: 100% auto;
}
.main .content-section .content-left .icon-links .icon-link-item.ico2 .icon-img {
  background-image: url(../images/main/ic_course.svg);
  background-size: 100% auto;
}
.main .content-section .content-left .icon-links .icon-link-item.ico3 .icon-img {
  background-image: url(../images/main/ic_award.svg);
  background-size: auto 100%;
}
.main .content-section .content-left .icon-links .icon-link-item.ico4 .icon-img {
  background-image: url(../images/main/ic_record.svg);
  background-size: auto 100%;
}
.main .content-section .content-left .icon-links .icon-link-item .icon-link-title {
  font-size: 15px;
  color: #000;
  text-align: center;
  transition: color 0.2s;
}
@media (min-width: 992px) {
  .main .content-section .content-left .icon-links .icon-link-item .icon-link-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .main .content-section .content-right {
    flex: 0 0 275px;
  }
}
@media (min-width: 1680px) {
  .main .content-section .content-right {
    flex: 0 0 700px;
  }
}
.main .content-section .content-right .gallery-area .section-header {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .main .content-section .content-right .gallery-area .section-header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .main .content-section .content-right .gallery-area .section-header {
    margin-bottom: 100px;
  }
}
.main .content-section .content-right .gallery-area .section-header .section-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 992px) {
  .main .content-section .content-right .gallery-area .section-header .section-title {
    font-size: 26px;
  }
}
@media (min-width: 1680px) {
  .main .content-section .content-right .gallery-area .section-header .section-title {
    font-size: 30px;
  }
}
.main .content-section .content-right .gallery-area .section-header .btn-more {
  width: 30px;
  height: 30px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.2s;
}
.main .content-section .content-right .gallery-area .section-header .btn-more:hover {
  border-color: #415BCE;
  color: #415BCE;
}
.main .content-section .content-right .gallery-area .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 1200px) {
  .main .content-section .content-right .gallery-area .gallery-grid {
    gap: 34px;
  }
}
@media (min-width: 1680px) {
  .main .content-section .content-right .gallery-area .gallery-grid {
    gap: 20px 40px;
  }
}
.main .content-section .content-right .gallery-area .gallery-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  flex: 0 0 calc(50% - 6px);
  min-width: 0;
  margin-bottom: 24px;
}
.main .content-section .content-right .gallery-area .gallery-item:nth-child(even) {
  margin-top: -30px;
}
@media (min-width: 992px) {
  .main .content-section .content-right .gallery-area .gallery-item {
    flex: 0 0 100%;
  }
  .main .content-section .content-right .gallery-area .gallery-item:nth-child(even) {
    margin-top: 0;
  }
  .main .content-section .content-right .gallery-area .gallery-item:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 1680px) {
  .main .content-section .content-right .gallery-area .gallery-item {
    flex: 0 0 calc(50% - 20px);
    display: flex;
  }
  .main .content-section .content-right .gallery-area .gallery-item:nth-child(even) {
    margin-top: -70px;
  }
  .main .content-section .content-right .gallery-area .gallery-item:nth-child(n+3) {
    display: flex;
  }
}
.main .content-section .content-right .gallery-area .gallery-item .gallery-thumb {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
}
.main .content-section .content-right .gallery-area .gallery-item .gallery-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.main .content-section .content-right .gallery-area .gallery-item .gallery-title {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 8px 4px 0;
  color: #000;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .main .content-section .content-right .gallery-area .gallery-item .gallery-title {
    font-size: 15px;
    padding-top: 14px;
  }
}
@media (min-width: 1200px) {
  .main .content-section .content-right .gallery-area .gallery-item .gallery-title {
    font-size: 18px;
  }
}
.main .content-section .content-right .gallery-area .gallery-item:hover .gallery-thumb img {
  transform: scale(1.06);
}

.contact-section {
  padding: 34px 0;
  background: #f5f5f5;
}
@media (min-width: 992px) {
  .contact-section {
    padding: 66px 0;
  }
}
.contact-section .contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .contact-section .contact-wrap {
    flex-direction: row;
    text-align: left;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
.contact-section .contact-wrap .contact-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding-left: 45px;
  position: relative;
}
@media (min-width: 992px) {
  .contact-section .contact-wrap .contact-title {
    font-size: 30px;
  }
}
.contact-section .contact-wrap .contact-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/main/icon_phone.svg) no-repeat center/contain;
}
.contact-section .contact-wrap .contact-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (min-width: 992px) {
  .contact-section .contact-wrap .contact-info {
    display: block;
    gap: 35px;
    align-items: center;
    border-left: 1px solid #d7d7d7;
  }
}
.contact-section .contact-wrap .contact-info p {
  font-size: 16px;
  color: #444;
  margin: 0 0 0 45px;
}
@media (min-width: 992px) {
  .contact-section .contact-wrap .contact-info p {
    font-size: 20px;
    margin: 0 0 0 35px;
  }
}
.contact-section .contact-wrap .contact-info p span {
  display: block;
  font-size: 14px;
  color: #444;
  color: #786868;
}
@media (min-width: 992px) {
  .contact-section .contact-wrap .contact-info p span {
    display: inline;
    font-size: 20px;
  }
  .contact-section .contact-wrap .contact-info p span:first-child::after {
    content: ",";
  }
}
.contact-section .contact-wrap .contact-info p span strong {
  color: #000;
  font-weight: 700;
}
@media (min-width: 992px) {
  .contact-section .contact-wrap .contact-info p span strong {
    font-size: 16px;
  }
}

.notice-section {
  background: #415BCE;
  padding: 54px 0 0;
}
@media (min-width: 992px) {
  .notice-section {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .notice-section {
    padding: 100px 0;
  }
}
.notice-section .notice-header {
  margin-bottom: 58px;
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  .notice-section .notice-header {
    margin-bottom: 64px;
  }
}
.notice-section .notice-header .section-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 1200px) {
  .notice-section .notice-header .section-title {
    font-size: 30px;
  }
}
.notice-section .notice-header .btn-more {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: -10px;
  padding-right: 30px;
}
.notice-section .notice-header .btn-more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/common/btn_plus_white.svg) no-repeat center/contain;
}
@media (min-width: 992px) {
  .notice-section .notice-list-wrap {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .notice-section .notice-list-wrap {
    gap: 80px;
  }
}
.notice-section .notice-list-wrap .notice-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 0 50px;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  transition: background 0.2s;
  height: 100%;
}
@media (min-width: 992px) {
  .notice-section .notice-list-wrap .notice-item {
    flex: 0 0 calc((100% - 80px) / 3);
  }
  .notice-section .notice-list-wrap .notice-item:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .notice-section .notice-list-wrap .notice-item {
    flex: 0 0 calc((100% - 240px) / 4);
  }
  .notice-section .notice-list-wrap .notice-item:nth-child(n+4) {
    display: block;
  }
}
.notice-section .notice-list-wrap .notice-item .notice-num {
  position: absolute;
  left: 0;
  top: -20px;
  line-height: 40px;
  padding-right: 20px;
  font-size: 16px;
  color: #3df4ff;
  letter-spacing: 0.05em;
  background-color: #415BCE;
}
.notice-section .notice-list-wrap .notice-item .notice-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  min-height: 70px;
}
@media (min-width: 1200px) {
  .notice-section .notice-list-wrap .notice-item .notice-title {
    font-size: 20px;
  }
}
.notice-section .notice-list-wrap .notice-item .notice-date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: auto;
}/*# sourceMappingURL=main.css.map */