@charset "UTF-8";
/************ TABLE OF CONTENTS ***************

  01. VARIBALES CSS START
  02. MIXIN CSS START
  03. COMMON CSS START
  04. MENU CSS START
  05. HEADER/FOOTER CSS START
  06. OFFCANVAS CSS START
  07. CUSTOM STYLE
**********************************************/
/*----------------------------------------*/
/*  01. VARIBALES CSS START
/*----------------------------------------*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
:root {
  --text01: #1E1E1E;
  --text02: #8F8E8B;
  --color01: #143C78;
  --color01-50:#1F2C5C;
  --color02: #A0E0FF;
  --color03: #DCF5FF;
  --color02-50: #CFEFFF;
  --color04: #5A3C96;
  --color04-50: #3F377F;
  --color05: #9678C8;
  --color06: #D2C8EB;
  --color06-50: #E8E3F5;
  --color07: #F37321;
  --color08: #FEF1E9;
  --color09: #F8AB7A;
  --color09-1: #98682A;
  --color10: #007AAC;
  --color15: #FFF5DC;
  --color16: #324341;
  --color17: #66C2EE;
  --color18: #00439A;
  --color19: #765449;
  --color20: #963f21;
  --color21: #f0572d;
  --white: #fff;
}

@font-face {
  font-family: "MICEGothic Bold";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-01@1.0/MICEGothic Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SUIT Variable";
  font-weight: 100 900;
  src: url("../webfonts/SUIT-Variable.woff2") format("woff2-variations");
}
/*----------------------------------------*/
/*  02. MIXIN CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. COMMON CSS START
/*----------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "MICEGothic Bold", sans-serif;
  overflow-x: hidden;
}

section {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  z-index: 1;
  word-break: keep-all;
  margin-bottom: 0;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

p {
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 156%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1320px) {
  p {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 4.4vw;
  }
}

@media only screen and (min-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1344px;
  }
}
@media only screen and (max-width: 1440px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 767px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: calc(100% - 5.5vw);
  }
}

@media only screen and (max-width: 1440px) {
  .d-none.xxl-block {
    display: flex !important;
  }
}
@media only screen and (max-width: 1320px) {
  .d-none.xl-block {
    display: flex !important;
  }
}
@media only screen and (max-width: 1199px) {
  .d-none.lg-block {
    display: flex !important;
  }
}
@media only screen and (max-width: 991px) {
  .d-none.md-block {
    display: flex !important;
  }
}
@media only screen and (max-width: 767px) {
  .d-none.sm-block {
    display: flex !important;
  }
}

@media only screen and (max-width: 1440px) {
  .xxl-none {
    display: none !important;
  }
}

@media only screen and (max-width: 1320px) {
  .xl-none {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .lg-none {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .md-none {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .sm-none {
    display: none !important;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1320px) {
  .mb-30 {
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .mb-30 {
    margin-bottom: 4.1vw;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1320px) {
  .mb-80 {
    margin-bottom: 5.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 8.3vw;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 1320px) {
  .pt-80 {
    padding-top: 5.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 8.3vw;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 13.8vw;
  }
}

.pt-200 {
  padding-top: 200px;
}
@media only screen and (max-width: 1320px) {
  .pt-200 {
    padding-top: 13.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .pt-200 {
    padding-top: 22.2vw;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1320px) {
  .pb-80 {
    padding-bottom: 5.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .pb-80 {
    padding-bottom: 8.3vw;
  }
}

.px-50 {
  padding: 0 50px;
}

.py-200 {
  padding: 200px 0;
}
@media only screen and (max-width: 1320px) {
  .py-200 {
    padding: 13.8vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .py-200 {
    padding: 22.2vw 0;
  }
}

.g-50,
.gy-50 {
  --bs-gutter-y: 50px;
}
@media only screen and (max-width: 1440px) {
  .g-50,
  .gy-50 {
    --bs-gutter-y: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .g-50,
  .gy-50 {
    --bs-gutter-y: 2.7vw;
  }
}

.g-50,
.gx-50 {
  --bs-gutter-x: 50px;
}
@media only screen and (max-width: 1440px) {
  .g-50,
  .gx-50 {
    --bs-gutter-x: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .g-50,
  .gx-50 {
    --bs-gutter-x: 2.7vw;
  }
}

.title.maintit {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1320px) {
  .title.maintit {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .title.maintit {
    font-size: 8.8vw;
  }
}
@media only screen and (max-width: 1320px) {
  .title.maintit {
    margin-bottom: 5.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .title.maintit {
    margin-bottom: 8.3vw;
  }
}

/*----------------------------------------*/
/*  05. HEADER/FOOTER CSS START
/*----------------------------------------*/
.main-menu {
  text-align: center;
}
@media only screen and (max-width: 1320px) {
  .main-menu {
    display: none;
  }
}
.main-menu > li {
  display: inline-block;
  padding: 0 40px;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .main-menu > li {
    padding: 25px 0;
  }
}
.main-menu > li > a {
  display: block;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 20px;
  color: var(--color01);
  padding: 27px 0;
  outline: none;
  text-transform: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.main-menu > li > a .menu-text {
  display: flex;
  overflow: hidden;
  text-shadow: 0 21px 0 var(--color01);
}
.main-menu > li > a .menu-text span {
  display: block;
  backface-visibility: hidden;
  font-style: normal;
  transition: transform 0.4s ease;
  transform: translateY(var(--m)) translateZ(0);
}
.main-menu > li > a .menu-text span:nth-child(1) {
  transition-delay: 0.05s;
}
.main-menu > li > a .menu-text span:nth-child(2) {
  transition-delay: 0.1s;
}
.main-menu > li > a .menu-text span:nth-child(3) {
  transition-delay: 0.15s;
}
.main-menu > li > a .menu-text span:nth-child(4) {
  transition-delay: 0.2s;
}
.main-menu > li > a .menu-text span:nth-child(5) {
  transition-delay: 0.25s;
}
.main-menu > li > a .menu-text span:nth-child(6) {
  transition-delay: 0.3s;
}
.main-menu > li > a .menu-text span:nth-child(7) {
  transition-delay: 0.35s;
}
.main-menu > li > a .menu-text span:nth-child(8) {
  transition-delay: 0.4s;
}
.main-menu > li > a .menu-text span:nth-child(9) {
  transition-delay: 0.45s;
}
.main-menu > li > a .menu-text span:nth-child(10) {
  transition-delay: 0.5s;
}
.main-menu > li > a .menu-text span:nth-child(11) {
  transition-delay: 0.55s;
}
.main-menu > li > a .menu-text span:nth-child(12) {
  transition-delay: 0.6s;
}
.main-menu > li > a .menu-text span:nth-child(13) {
  transition-delay: 0.65s;
}
.main-menu > li > a .menu-text span:nth-child(14) {
  transition-delay: 0.7s;
}
.main-menu > li > a .menu-text span:nth-child(15) {
  transition-delay: 0.75s;
}
.main-menu > li > a .menu-text span:nth-child(16) {
  transition-delay: 0.8s;
}
.main-menu > li > a .menu-text span:nth-child(17) {
  transition-delay: 0.85s;
}
.main-menu > li > a .menu-text span:nth-child(18) {
  transition-delay: 0.9s;
}
.main-menu > li > a .menu-text span:nth-child(19) {
  transition-delay: 0.95s;
}
.main-menu > li > a .menu-text span:nth-child(20) {
  transition-delay: 1s;
}
.main-menu > li > a .menu-text span:nth-child(21) {
  transition-delay: 1.05s;
}
.main-menu > li > a .menu-text span:nth-child(22) {
  transition-delay: 1.1s;
}
.main-menu > li > a .menu-text span:nth-child(23) {
  transition-delay: 1.15s;
}
.main-menu > li > a .menu-text span:nth-child(24) {
  transition-delay: 1.2s;
}
.main-menu > li > a .menu-text span:nth-child(25) {
  transition-delay: 1.25s;
}
.main-menu > li > a .menu-text span:nth-child(26) {
  transition-delay: 1.3s;
}
.main-menu > li > a .menu-text span:nth-child(27) {
  transition-delay: 1.35s;
}
.main-menu > li > a .menu-text span:nth-child(28) {
  transition-delay: 1.4s;
}
.main-menu > li > a .menu-text span:nth-child(29) {
  transition-delay: 1.45s;
}
.main-menu > li > a .menu-text span:nth-child(30) {
  transition-delay: 1.5s;
}
.main-menu > li > a .menu-text span:nth-child(31) {
  transition-delay: 1.55s;
}
.main-menu > li > a .menu-text span:nth-child(32) {
  transition-delay: 1.6s;
}
.main-menu > li > a .menu-text span:nth-child(33) {
  transition-delay: 1.65s;
}
.main-menu > li > a .menu-text span:nth-child(34) {
  transition-delay: 1.7s;
}
.main-menu > li > a .menu-text span:nth-child(35) {
  transition-delay: 1.75s;
}
.main-menu > li > a .menu-text span:nth-child(36) {
  transition-delay: 1.8s;
}
.main-menu > li > a .menu-text span:nth-child(37) {
  transition-delay: 1.85s;
}
.main-menu > li > a .menu-text span:nth-child(38) {
  transition-delay: 1.9s;
}
.main-menu > li > a .menu-text span:nth-child(39) {
  transition-delay: 1.95s;
}
.main-menu > li > a .menu-text span:nth-child(40) {
  transition-delay: 2s;
}
.main-menu > li > a .menu-text span:nth-child(41) {
  transition-delay: 2.05s;
}
.main-menu > li > a .menu-text span:nth-child(42) {
  transition-delay: 2.1s;
}
.main-menu > li > a .menu-text span:nth-child(43) {
  transition-delay: 2.15s;
}
.main-menu > li > a .menu-text span:nth-child(44) {
  transition-delay: 2.2s;
}
.main-menu > li > a .menu-text span:nth-child(45) {
  transition-delay: 2.25s;
}
.main-menu > li > a .menu-text span:nth-child(46) {
  transition-delay: 2.3s;
}
.main-menu > li > a .menu-text span:nth-child(47) {
  transition-delay: 2.35s;
}
.main-menu > li > a .menu-text span:nth-child(48) {
  transition-delay: 2.4s;
}
.main-menu > li > a .menu-text span:nth-child(49) {
  transition-delay: 2.45s;
}
.main-menu > li > a:hover {
  --y: -4px;
}
.main-menu > li > a:hover span {
  --m: calc(22px * -1);
}

.header_area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .header_area {
    height: 13.8vw;
    background-color: #fff;
  }
}
.header_area.sticky {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.7607843137);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.header_inner {
  display: grid;
  grid-template-columns: 168px auto 168px;
  padding: 13px 50px;
}
@media only screen and (max-width: 1199px) {
  .header_inner {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .header_inner {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header_inner {
    grid-template-columns: 31.25vw auto auto;
    padding: 1.81vw 30px;
    height: 100%;
  }
}
.header_logo {
  display: flex;
  align-items: center;
  min-width: 168px;
}
@media only screen and (max-width: 767px) {
  .header_logo {
    padding-bottom: 0.14vw;
  }
}
.header_logo a {
  width: 100%;
  min-width: 168px;
}
@media only screen and (max-width: 767px) {
  .header_logo a {
    max-width: 31.25vw;
  }
}
@media (max-width: 575px) {
  .header_logo a {
    min-width: 80px;
  }
}
.header_logo a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.header_right a {
  background-color: var(--color01);
  color: #fff;
  padding: 10px 20px;
  border-radius: 55px;
}
.header_right button {
  border: none;
  background-color: transparent;
}
.header_right img {
  margin-right: -5px;
}
@media only screen and (max-width: 767px) {
  .header_right img {
    max-width: 6.6vw;
  }
}

footer {
  background-color: #394046;
  font-family: "SUIT Variable", sans-serif;
}
footer .container {
  padding: 40px 20px 140px;
}
footer .menu ul {
  display: flex;
}
footer .menu ul li {
  margin-right: 20px;
}
footer .menu ul li a {
  color: #DDE1E4;
  font-family: "SUIT Variable", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
footer .company {
  margin-top: 48px;
  margin-bottom: 40px;
  color: var(--white);
  gap: 24px;
}
footer .company .logo_footer {
  max-width: 152px;
}
footer .company .txt-box h3 {
  font-family: "SUIT Variable", sans-serif;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}
footer .company .txt-box p {
  font-family: "SUIT Variable", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
footer .copyright p {
  color: #B6C0C8;
  font-family: "SUIT Variable", sans-serif;
  font-size: 12px;
  line-height: 140%;
}

/*----------------------------------------*/
/*  06. OFFCANVES CSS START
/*----------------------------------------*/
.offcanvas__menu li {
  padding: 10px 0;
}
.offcanvas__menu a {
  color: #fff;
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
  transition: all 0s;
}
@media only screen and (max-width: 1320px) {
  .offcanvas__menu a {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu a {
    font-size: 4.4vw;
  }
}
.offcanvas__area {
  background-color: var(--text01);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.offcanvas__body {
  display: grid;
  grid-template-columns: 0.9fr 3fr 1.3fr;
  height: auto;
}
@media only screen and (max-width: 1320px) {
  .offcanvas__body {
    grid-template-columns: 1.2fr 3fr 1.5fr;
  }
}
@media only screen and (max-width: 1199px) {
  .offcanvas__body {
    grid-template-columns: 1.2fr 2fr 1.5fr;
  }
}
@media only screen and (max-width: 991px) {
  .offcanvas__body {
    grid-template-columns: 1.2fr 2.3fr 1.8fr;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__body {
    grid-template-columns: 1fr;
  }
}
.offcanvas__left {
  display: grid;
  grid-template-rows: 0.5fr 2.1fr 1fr;
  border-right: 1px solid var(--black-4);
}
@media only screen and (max-width: 767px) {
  .offcanvas__left {
    display: none;
  }
}
.offcanvas__mid {
  color: #fff;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 11.1vw;
}
@media only screen and (max-width: 767px) {
  .offcanvas__mid {
    margin-top: 75px;
  }
}
.offcanvas__mid::-webkit-scrollbar {
  width: 5px;
}
.offcanvas__mid::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--black);
  border-radius: 10px;
}
.offcanvas__mid::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}
.offcanvas_right {
  background-color: var(--black-4);
  padding: 0 50px;
  position: relative;
}
.offcanvas_right button {
  border: none;
  background-color: transparent;
}
@media only screen and (max-width: 1440px) {
  .offcanvas_right {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1320px) {
  .offcanvas_right {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .offcanvas_right {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .offcanvas_right {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas_right {
    display: none;
  }
}
.offcanvas__logo {
  padding: 55px 0 55px 50px;
  border-bottom: 1px solid var(--black-4);
}
@media only screen and (max-width: 1320px) {
  .offcanvas__logo {
    padding: 30px 0 30px 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .offcanvas__logo {
    padding: 30px 0 30px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .offcanvas__logo {
    padding: 30px 0 30px 15px;
  }
}
.offcanvas__close {
  position: absolute;
  right: 50px;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__close {
    right: 36px;
    top: 36px;
  }
}
.offcanvas__close button {
  border: none;
  width: 36px;
  height: 36px;
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: center;
}
.offcanvas__close button img {
  max-width: 36px;
  fill: #ddd;
}
@media only screen and (max-width: 767px) {
  .offcanvas__close button {
    font-size: 24px;
    width: 36px;
    height: 36px;
  }
}
.offcanvas__search {
  padding-top: 190px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1320px) {
  .offcanvas__search {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .offcanvas__search {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .offcanvas__search {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
.offcanvas__search button {
  color: var(--white);
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  border-radius: 0 100% 100% 0;
}

/*----------------------------------------*/
/*  07. CUSTOM STYLE
/*----------------------------------------*/
h2 {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
}
@media only screen and (max-width: 1320px) {
  h2 {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 8.8vw;
  }
}

.float {
  float: left;
}
@media only screen and (max-width: 991px) {
  .float {
    float: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.float-40 {
  width: 40%;
}
.float-50 {
  width: 50%;
}
.float-60 {
  width: 60%;
}

.popup {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #143C78;
  color: #fff;
  border: 1px solid #ccc;
  padding: 25px;
  z-index: 9999;
  border-radius: 50px;
  width: 485px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .popup {
    width: 90vw;
    max-height: 98vh;
  }
}
.popup button {
  background: none;
  font-size: 50px;
  border: none;
  color: #fff;
  max-height: 26px;
}
.popup button img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .popup button img {
    width: 75%;
  }
}
.popup h2 {
  text-align: center;
  font-size: 32px;
  line-height: 140%;
  letter-spacing: 0px;
  margin: -15px 0px 35px;
}
@media only screen and (max-width: 767px) {
  .popup h2 {
    margin: 0 0 5vw 0;
    font-size: 24px !important;
  }
}
.popup p {
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .popup p {
    font-size: 18px !important;
  }
}
.popup p.popup-duration {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px 50px;
  text-align: right;
  letter-spacing: 0px;
  font-weight: bold;
  margin: 25px 35px;
}
@media only screen and (max-width: 767px) {
  .popup p.popup-duration {
    margin: 5vw 1vw;
    padding: 5vw;
    font-weight: 500;
    text-align: center;
  }
}
.popup p:last-child {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .popup p:last-child {
    margin-top: 10px;
  }
}
.popup p span {
  font-size: 14px;
}

.title {
  text-align: center;
}

.tstyle01 {
  background-color: var(--color07);
  padding: 6px 52px;
  border-radius: 50px;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .tstyle01 {
    padding: 0.83vw 7.2vw;
    border-radius: 10vw;
  }
}

.bstyle {
  border-radius: 50px;
  height: 100%;
  overflow: hidden;
  background-color: var(--white);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .bstyle {
    border-radius: 6.9vw;
  }
}
.bstyle.b01 {
  padding: 27px 25px;
  border: 5px solid #FDE3D3;
}
@media only screen and (max-width: 767px) {
  .bstyle.b01 {
    padding: 3.75vw 3.4vw;
    border-width: 0.69vw;
  }
}
.bstyle.b02 {
  padding: 34px;
}
.bstyle.b03 {
  padding: 34px 30px;
  color: var(--color01);
}
.bstyle.b04 {
  padding: 58px 32px;
  border: 5px solid var(--color05);
}
@media only screen and (max-width: 1440px) {
  .bstyle.b04 {
    padding: 4vw 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .bstyle.b04 {
    padding: 4.7vw 5.6vw;
    border-width: 0.69vw;
  }
}
.bstyle.b05 {
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  .bstyle.b05 {
    padding: 5.5vw;
  }
}
.bstyle.b06 {
  border-radius: 30px;
  color: var(--color01);
}
.bstyle.b07 {
  padding: 32px 45px;
  border: 5px solid var(--color15);
}
@media only screen and (max-width: 1320px) {
  .bstyle.b07 {
    padding: 2vw 1.9vw;
  }
}
@media only screen and (max-width: 767px) {
  .bstyle.b07 {
    padding: 5vw 5.5vw;
    border-width: 0.69vw;
  }
}
.bstyle.b07.b09 {
  padding: 30px 27.5px 55px;
}
@media only screen and (max-width: 1320px) {
  .bstyle.b07.b09 {
    padding: 1.9vw 2vw;
  }
}
.bstyle.b08 {
  background-color: var(--white);
  border: 5px solid #D2D9DB;
}
@media only screen and (max-width: 767px) {
  .bstyle.b08 {
    border-width: 0.69vw;
  }
}
.bstyle.b09 {
  background-color: var(--white);
  border: 5px solid var(--color05);
}
@media only screen and (max-width: 767px) {
  .bstyle.b09 {
    border-width: 0.69vw;
  }
}

.contact-btn-box {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .contact-btn-box {
    display: flex;
  }
}
.contact-btn-box .contact-btn {
  background: linear-gradient(to right, var(--color01-50) 50%, var(--color04) 50%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 108px;
}
@media only screen and (max-width: 991px) {
  .contact-btn-box .contact-btn {
    height: auto;
    justify-content: center;
    font-family: "MICEGothic Bold", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 156%;
    padding: 2.3vw;
    flex-basis: 100%;
    max-height: 15.28vw;
    line-height: 120%;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) and (max-width: 1320px) {
  .contact-btn-box .contact-btn {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .contact-btn-box .contact-btn {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 991px) {
  .contact-btn-box .contact-btn01 {
    background-color: #18575C;
  }
}
@media only screen and (max-width: 991px) {
  .contact-btn-box .contact-btn02 {
    background-color: #5A3C96;
  }
}
.contact-btn-box .contact-btn02 .img-box {
  margin-right: 18px;
}
@media only screen and (max-width: 767px) {
  .contact-btn-box .contact-btn02 .img-box img {
    width: 6vw;
  }
}
.contact-btn-box .container {
  max-width: 100%;
  height: 100%;
}
.contact-btn-box .container .row {
  height: 100%;
}
.contact-btn-box .container .row a {
  color: var(--white);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-btn-box .col {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
  line-height: 120%;
  justify-content: center;
}
@media only screen and (max-width: 1320px) {
  .contact-btn-box .col {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .contact-btn-box .col {
    font-size: 4.4vw;
  }
}
.contact-btn-box .col:first-child {
  align-items: center;
}

.deco-b {
  position: relative;
}
.deco-b::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 55px;
  background: url("../imgs/deco-symbol-book.svg") no-repeat center/contain;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
}
@media only screen and (max-width: 1199px) {
  .deco-b::after {
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .deco-b::after {
    height: 4.8vw;
  }
}

.deco-s {
  position: relative;
  overflow: visible;
}
.deco-s::after {
  content: "";
  position: absolute;
  display: block;
  width: 31px;
  height: 30px;
  background: url("../imgs/deco-symbol-star-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: -5px;
  top: -5px;
  transform: translate(50%, -50%);
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .deco-s::after {
    width: 4.3vw;
    height: 4.1vw;
  }
}

.deco-s02 {
  position: relative;
  display: inline-block;
  z-index: -1;
}
.deco-s02::after {
  content: "";
  display: block;
  position: absolute;
  width: 13.7vw;
  max-width: 181px;
  height: 4vw;
  max-height: 53px;
  right: 0;
  bottom: 0;
  transform: translate(50%, 19%);
  z-index: -1;
  background: url("../imgs/deco-symbol-smile03.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .deco-s02::after {
    width: 25vw;
    height: 7.3vw;
  }
}

@media only screen and (max-width: 767px) {
  .sm-pb {
    padding-bottom: 0 !important;
  }
  .sm-pb .col:last-child {
    margin-bottom: 0;
  }
}

.section00 {
  background-color: var(--color03);
  height: 25svh;
  color: var(--color01);
  overflow: visible;
}
.section00 .img-box {
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .section00 {
    display: none;
  }
}

.section01 {
  background-color: var(--color03);
  height: 75svh;
  color: var(--color01);
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .section01 {
    justify-content: space-around !important;
  }
}
@media only screen and (max-width: 767px) {
  .section01 {
    height: 100svh;
    background-image: url("../imgs/mainvisual-bg-m03.svg"), url("../imgs/mainvisual-bg-m02.svg");
    background-position: center 13.8vw, center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .section01.deco-b::after {
    display: none;
  }
}
.section01 .container .row .txt-box {
  width: 100%;
}
.section01 .container .row .txt-box .title {
  z-index: 9;
}
.section01 .container .row .txt-box .title span {
  display: block;
  text-align: center;
}
.section01 .container .row .txt-box .title span.t01 {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  margin-top: 1.7vw;
  margin-bottom: 2.3vw;
}
@media only screen and (max-width: 1320px) {
  .section01 .container .row .txt-box .title span.t01 {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section01 .container .row .txt-box .title span.t01 {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .section01 .container .row .txt-box .title span.t01 {
    margin-bottom: 5.5vw;
    text-align: center;
    font-family: "MICEGothic Bold", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 115%;
    font-size: 4vw !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1320px) {
  .section01 .container .row .txt-box .title span.t01 {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .section01 .container .row .txt-box .title span.t01 {
    font-size: 5.6vw;
  }
}
.section01 .container .row .img-box {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: space-between;
}
.section01 .container .row .img-box .i01 {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.section01 .container .row .img-box .i01:nth-child(1) img:nth-child(1) {
  width: 333px;
}
.section01 .container .row .img-box .i01:nth-child(1) img:nth-child(2) {
  width: 367px;
  transform: translateY(21px);
}
.section01 .container .row .img-box .i01:nth-child(2) img {
  width: 336px;
}
.section01 .container .row .img-box .i01:nth-child(3) img:nth-child(1) {
  width: 407px;
}
.section01 .container .row .img-box .i01:nth-child(3) img:nth-child(2) {
  width: 365px;
  transform: translateY(27px);
}
.section01 .container .row .img-box.mainvisual {
  position: relative;
  z-index: 3;
}
.section01 .container .row .img-box.mainvisual::before {
  position: absolute;
  content: "";
  display: block;
  width: 300vw;
  height: 300px;
  background: linear-gradient(180deg, #DCF5FF 0%, #C2E8F8 74%, #BEE4F3 75%, #D3F3FF 76%, #CBF0FF 77%, #DCF5FF 100%);
  background-size: auto 100%;
  bottom: -30px;
  height: 10vw;
  left: -100vw;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section01 .container .row .img-box.mainvisual::before {
    bottom: 0%;
  }
}
.section01 .container .row .img-box.mainvisual img {
  z-index: 9;
}
.section01 .container .row .img-box.d-none {
  flex-wrap: wrap;
}
.section01 .container .row .img-box.d-none .i01:nth-child(1) {
  justify-content: center;
  width: 50%;
}
.section01 .container .row .img-box.d-none .i01:nth-child(1) img {
  width: 33vw;
  padding: 1.38vw 6.94vw 2.08vw 2.08vw;
}
.section01 .container .row .img-box.d-none .i01:nth-child(2) {
  justify-content: center;
  width: 50%;
}
.section01 .container .row .img-box.d-none .i01:nth-child(2) img {
  width: 33vw;
  padding: 1.38vw 2.08vw 2.08vw 6.94vw;
}
.section01 .container .row .img-box.d-none .i01:nth-child(3) {
  width: 100%;
}
.section01 .container .row .img-box.d-none .i01:nth-child(3) img {
  width: 50%;
}
.section01 .container .row .img-box.d-none .i01:nth-child(4) {
  justify-content: flex-end;
  width: 50%;
  transform: translateY(30px);
}
.section01 .container .row .img-box.d-none .i01:nth-child(4) img {
  width: 80%;
}
.section01 .container .row .img-box.d-none .i01:nth-child(5) {
  justify-content: flex-end;
  width: 50%;
  transform: translateY(30px);
}
.section01 .container .row .img-box.d-none .i01:nth-child(5) img {
  width: 80%;
}

.section02 {
  color: var(--color01);
  word-break: keep-all;
  position: relative;
  overflow: hidden;
}
.section02 .container {
  width: 1052px;
}
.section02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-20%, -70%);
  display: block;
  width: 586px;
  height: 586px;
  background: url(../../assets/imgs/deco-symbol-squircle-star-opacity.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .section02::before {
    width: 37.9vw;
    height: 37.9vw;
    top: 0px;
    transform: translate(-10%, -10%);
  }
}
.section02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(40%, -50%);
  display: block;
  width: 503px;
  height: 503px;
  background: url(../../assets/imgs/deco-symbol-star-opacity2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .section02::after {
    width: 43.2vw;
    height: 43.2vw;
    bottom: 0px;
    transform: translate(22%, 103%);
  }
}
@media only screen and (max-width: 767px) {
  .section02 {
    padding: 27.778vw 0;
  }
}
.section02 .txt-box {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section02 .txt-box {
    width: 100%;
  }
}
.section02 .txt-box .title {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
  color: #595757;
}
@media only screen and (max-width: 1320px) {
  .section02 .txt-box .title {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .section02 .txt-box .title {
    font-size: 8.8vw;
  }
}
@media only screen and (max-width: 1320px) {
  .section02 .txt-box .title {
    margin-bottom: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section02 .txt-box .title {
    font-size: 5.5vw;
    margin-bottom: 14.5vw;
  }
}
.section02 .txt-box .desc {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.section02 .txt-box .desc::after {
  content: "";
  position: absolute;
  top: 20%;
  left: -3%;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../assets/imgs/deco-symbol-squircle-star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  animation: lspinner 3s ease-in-out, draw 2s linear forwards;
  animation-delay: 1.25s;
}
@media only screen and (max-width: 767px) {
  .section02 .txt-box .desc::after {
    width: 5.56vw;
    height: 5.56vw;
    left: 7vw;
    top: 2vw;
  }
}
.section02 .txt-box .desc::before {
  content: "";
  position: absolute;
  top: 22%;
  right: -4%;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../../assets/imgs/deco-symbol-star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  animation: spinner 3s ease-in-out, draw 2s linear forwards;
  animation-delay: 1.25s;
}
@media only screen and (max-width: 767px) {
  .section02 .txt-box .desc::before {
    width: 5.56vw;
    height: 5.56vw;
    right: 7vw;
    bottom: 2vw;
    top: inherit;
  }
}
.section02 .txt-box .desc .bstyle {
  color: #fff;
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  float: left;
  margin: 80px 0;
  width: 48%;
  padding: 10px 0px;
  position: relative;
}
@media only screen and (max-width: 1320px) {
  .section02 .txt-box .desc .bstyle {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section02 .txt-box .desc .bstyle {
    font-size: 5.6vw;
  }
}
.section02 .txt-box .desc .bstyle:nth-child(1) {
  background-color: var(--color01-50);
  margin-right: 1%;
}
.section02 .txt-box .desc .bstyle:nth-child(2) {
  background-color: var(--color04);
  margin-left: 1%;
}
@media only screen and (max-width: 767px) {
  .section02 .txt-box .desc .bstyle {
    max-width: 58vw;
    font-size: 4.4vw;
    width: 100%;
    margin: 0;
  }
  .section02 .txt-box .desc .bstyle:nth-child(1) {
    margin: 0px auto 2vw auto;
  }
  .section02 .txt-box .desc .bstyle:nth-child(2) {
    margin: 0px auto;
  }
}
@media only screen and (max-width: 767px) {
  .section02 .txt-box .desc {
    flex-direction: column;
  }
}
.section02 .txt-box p {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  font-weight: 300;
  font-family: MICEGothiC;
  font-size: 40px;
  color: #595757;
  font-weight: 400;
  margin-bottom: 150px;
  letter-spacing: -3px;
}
@media only screen and (max-width: 1320px) {
  .section02 .txt-box p {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section02 .txt-box p {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .section02 .txt-box p {
    font-size: 4.4vw;
    margin-top: 15vw;
    letter-spacing: 0px;
    margin-bottom: 0;
  }
}
.section02 .bg-deco {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 15%;
  overflow: hidden;
  background-color: var(--color06);
}
@media only screen and (max-width: 767px) {
  .section02 .bg-deco {
    display: none;
  }
}
.section02 .bg-deco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
  display: block;
  width: 114%;
  height: 324%;
  background: var(--white);
  border-radius: 48%;
}

.section03 {
  background: linear-gradient(to right, #acd4ed 50%, #d2c8eb 50%);
}
@media only screen and (max-width: 767px) {
  .section03 {
    background: none;
  }
}
.section03 .row {
  display: flex;
  justify-content: center;
}
.section03 .row .d01 {
  justify-content: flex-end;
}
.section03 .row .d01 .txt-box {
  color: var(--color01-50);
}
.section03 .row .d02 {
  background-image: linear-gradient(to top right, #acd4ed 50%, #d2c8eb 50%);
  width: 8vw;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section03 .row .d03 {
  justify-content: flex-start;
}
.section03 .row .d03 .txt-box {
  text-align: right;
  color: var(--color04);
}
.section03 .row .d04 {
  width: 41vw;
  display: flex;
  padding: 25px 0px 0px;
}
.section03 .row .d04 .txt-box {
  max-width: 20vw;
  padding: 3vw 1vw;
}
.section03 .row .d04 .txt-box img {
  margin-bottom: 46px;
  height: 45px;
}
.section03 .row .d04 .txt-box p {
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  font-size: 25px;
}
@media only screen and (max-width: 1320px) {
  .section03 .row .d04 .txt-box p {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .section03 .row .d04 .txt-box p {
    font-size: 3.47vw;
  }
}
.section03 .row .d04 .img-box {
  display: flex;
  align-items: flex-end;
}
.section03 .row .d04 .img-box .jbs {
  height: 517px;
}
@media only screen and (max-width: 1199px) {
  .section03 .row .d04 .txt-box {
    max-width: 30vw;
    padding: 70px 10px;
  }
  .section03 .row .d04 .txt-box img {
    margin-bottom: 46px;
    height: 5vw;
  }
  .section03 .row .d04 .img-box {
    display: flex;
    align-items: flex-end;
  }
  .section03 .row .d04 .img-box .jbs {
    height: 40vw;
  }
}
@media only screen and (max-width: 767px) {
  .section03 .row .d04 .img-box {
    display: flex;
    align-items: flex-end;
  }
  .section03 .row .d04 .img-box .jbs {
    height: 517px;
  }
}
.section03 .row .m01 {
  color: var(--color01-50);
  background: #acd4ed 50%;
  padding: 180px 40px 0px;
  position: relative;
}
.section03 .row .m01::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100px;
  content: "";
  background: linear-gradient(to bottom right, #E4DEF3, #E4DEF3);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  transform: translateY(1px);
}
.section03 .row .m01 .jbs {
  width: 82vw;
  margin: 0 auto 0 0;
}
.section03 .row .m02 {
  color: var(--color04);
  background: #E4DEF3;
  padding: 80px 40px 0px;
}
.section03 .row .m02 .jbs {
  width: 84vw;
  margin: 0 0 0 auto;
}
.section03 .row .m03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section03 .row .m03 h2 {
  font-size: 5.56vw;
  margin-bottom: 5.56vw;
}
@media only screen and (max-width: 767px) {
  .section03 .row .m03 h2 {
    text-align: center;
  }
}
.section03 .row .m03 p {
  text-align: center;
  font-size: 4.44vw;
  margin: 0;
}
.section03 .row .m03 .jbs {
  margin-top: 11.1vw;
}

#event {
  background: linear-gradient(to bottom, #FBF9ED 0%, #CAE8DE 100%);
  overflow: hidden;
}
#event .be-af-01 {
  position: relative;
}
#event .be-af-01::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  transform: translatey(105px);
  content: url("../imgs/abstract-layered-mountain-illustration-01.png");
}
#event .be-af-01::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  transform: translatey(210px);
  content: url("../imgs/abstract-layered-mountain-illustration-02.png");
  z-index: 1;
}
#event .be-af-01 .be-af-02 {
  position: relative;
}
#event .be-af-01 .be-af-02::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 8.5%;
  width: auto;
  height: auto;
  content: url("../imgs/deco-l.png");
}
@media only screen and (max-width: 1199px) {
  #event .be-af-01 .be-af-02::before {
    display: none;
  }
}
#event .be-af-01 .be-af-02::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  height: auto;
  content: url("../imgs/soft-teal-decorative-cloud-shape-02.png");
}
#event .be-af-01 .be-af-02 .be-af-03 {
  position: relative;
}
#event .be-af-01 .be-af-02 .be-af-03::before {
  display: block;
  position: absolute;
  top: 5%;
  left: 4%;
  width: auto;
  height: auto;
  content: url("../imgs/deco-e.png");
}
@media only screen and (max-width: 1440px) {
  #event .be-af-01 .be-af-02 .be-af-03::before {
    display: none;
  }
}
#event .be-af-01 .be-af-02 .be-af-03::after {
  display: block;
  position: absolute;
  top: 35%;
  left: 0;
  width: auto;
  height: auto;
  content: url("../imgs/soft-teal-decorative-cloud-shape-01.png");
}
#event .be-af-01 .be-af-02 .be-af-03 .be-af-03 {
  position: relative;
}
#event .be-af-01 .be-af-02 .be-af-03 .be-af-03::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  transform: translate(10%, 10%);
  content: url("../imgs/deco-e.png");
}
#event .container .row .inner-section {
  justify-content: space-between;
  display: flex;
}
#event .container .row .inner-section-01 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #event .container .row .inner-section-01 {
    flex-direction: column !important;
    padding-bottom: 0px;
  }
  #event .container .row .inner-section-01 .col-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  #event .container .row .inner-section-02 {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 767px) {
  #event .container .row .inner-section-02 {
    margin: 0 0 0 20px;
  }
}
#event .container .row .inner-section .event-box-02 .box02::after {
  background-image: url("../imgs/paris-baguette-10000krw-gift-certificate.png");
}
#event .container .row .inner-section .event-box-01 .box02::after {
  background-image: url("../imgs/starbucks-americano-egift-card-voucher.png");
}
#event .container .row .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#event .container .row .txt-box p {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
}
@media only screen and (max-width: 1320px) {
  #event .container .row .txt-box p {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  #event .container .row .txt-box p {
    font-size: 8.8vw;
  }
}
#event .container .row .txt-box h2 {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  color: #5A3C96;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1320px) {
  #event .container .row .txt-box h2 {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  #event .container .row .txt-box h2 {
    font-size: 5.6vw;
  }
}
#event .container .row .img-box {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  overflow: visible;
}
#event .container .row .img-box::before {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 80vw;
  height: 60vw;
  transform: translate(-55%, 45%);
  content: "";
  background-image: url("../imgs/daekyo-braintraining-model-jung-bo-seok-08-deco.png");
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  display: none;
}
@media only screen and (max-width: 767px) {
  #event .container .row .img-box::before {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #event .container .row .img-box {
    justify-content: center;
  }
}
#event .container .row .img-box img {
  width: 90%;
}
#event .container .row .event-box {
  z-index: 2;
  align-content: flex-start;
}
@media only screen and (max-width: 1199px) {
  #event .container .row .event-box {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  #event .container .row .event-box-02 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #event .container .row .event-box-02 {
    margin-top: 11.11vw;
  }
}
#event .container .row .event-box .box {
  padding: 30px 30px 30px 30px;
}
#event .container .row .event-box .box01 {
  background-color: var(--color01-50);
  border-radius: 50px 50px 0 0;
}
#event .container .row .event-box .box01 h3 {
  color: #fff;
}
#event .container .row .event-box .box01 h3 span {
  background-color: #3FAFC1;
  padding: 10px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  #event .container .row .event-box .box01 h3 span {
    margin: 0;
  }
}
#event .container .row .event-box .box02 {
  padding: 80px 30px 30px 30px;
  background-color: #fff;
  border: 5px solid var(--color01-50);
  border-radius: 0px 0px 50px 50px;
  height: 640px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  #event .container .row .event-box .box02 {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  #event .container .row .event-box .box02 {
    padding: 11.11vw 5.5vw 5.5vw 5.5vw;
  }
}
#event .container .row .event-box .box02::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 137px;
  transform: translate(-40px, 35px);
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  #event .container .row .event-box .box02::after {
    width: 22vw;
    height: 17vw;
  }
}
#event .container .row .event-box .box .s-box {
  padding-bottom: 32px;
}
#event .container .row .event-box .box .s-box .s-title {
  font-weight: bold !important;
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: var(--color01-50);
}
@media only screen and (max-width: 1320px) {
  #event .container .row .event-box .box .s-box .s-title {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  #event .container .row .event-box .box .s-box .s-title {
    font-size: 3.47vw;
  }
}
#event .container .row .event-box .box .s-box .s-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1320px) {
  #event .container .row .event-box .box .s-box .s-desc {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  #event .container .row .event-box .box .s-box .s-desc {
    font-size: 3.47vw;
  }
}
#event .container .row .event-box .box .s-box ol li {
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  list-style: auto;
  margin-left: 25px;
}
@media only screen and (max-width: 1320px) {
  #event .container .row .event-box .box .s-box ol li {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  #event .container .row .event-box .box .s-box ol li {
    font-size: 3.47vw;
  }
}
#event .container .row .event-box .box .notes p {
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  text-align: left;
  color: var(--text02);
  font-size: 20px;
}
@media only screen and (max-width: 1320px) {
  #event .container .row .event-box .box .notes p {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  #event .container .row .event-box .box .notes p {
    font-size: 3.47vw;
  }
}

#e .subtitle {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  text-align: center;
}
@media only screen and (max-width: 1320px) {
  #e .subtitle {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  #e .subtitle {
    font-size: 5.6vw;
  }
}
#e .subtitle01 {
  font-family: "Pretendard", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
  margin-bottom: 1vw;
}
@media only screen and (max-width: 1320px) {
  #e .subtitle01 {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  #e .subtitle01 {
    font-size: 5vw;
  }
}
#e .subtitle01 span {
  color: var(--color05);
  background-color: var(--color03);
  padding: 0.5vw 5.7vw;
  border-radius: 30px;
}
#e .desc {
  text-align: center;
}
#e .dt {
  position: relative;
}
#e .dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 73px;
  background-image: url("../imgs/deco-right-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 50%;
  transform: translatex(50%);
  top: 42%;
  z-index: 1;
}
#e .l-box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9 50%;
  color: #73878E;
  padding: 32px 0;
  border-radius: 30px;
  margin-right: 10px;
  width: 100%;
  height: 100%;
  -webkit-text-emphasis: none;
          text-emphasis: none;
}
@media only screen and (max-width: 767px) {
  #e .l-box {
    padding: 4.4444vw 0;
  }
}
#e .recomend-content.r00 .col-4 {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
#e .recomend-content.r00 .col-4.box02 {
  justify-content: space-around;
}
#e .recomend-content.r00 .col-4.box01 .bg::after {
  content: "";
  display: block;
  width: 16px;
  height: 13px;
  background-image: url("../imgs/deco-balloon-03.png");
  background-size: cover;
  position: absolute;
  left: 30%;
  transform: translate(0%, 100%);
  bottom: 0;
  z-index: 1;
}
#e .recomend-content.r00 .col-4.box02 .bg:first-child::after {
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  background-image: url("../imgs/deco-balloon-02.png");
  background-size: cover;
  position: absolute;
  right: 50%;
  transform: translate(0%, 100%);
  bottom: 0;
  z-index: 1;
}
#e .recomend-content.r00 .col-4.box02 .bg:last-child::before {
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  background-image: url("../imgs/deco-balloon-02.png");
  background-size: cover;
  position: absolute;
  right: 50%;
  transform: scaleX(-1) translate(0%, 100%);
  bottom: 0;
  z-index: 1;
}
#e .recomend-content.r00 .col-4.box03 .bg::after {
  content: "";
  display: block;
  width: 17px;
  height: 13px;
  background-image: url("../imgs/deco-balloon-01.png");
  background-size: cover;
  position: absolute;
  right: 20%;
  transform: translate(0%, 100%);
  bottom: 0;
  z-index: 1;
}
#e .recomend-content .col-2 div {
  width: 100%;
}
#e .recomend-content .col-10 {
  justify-content: space-between;
}
#e .recomend-content .col-10 .col-4 {
  width: calc(33.3333% - 5px);
  background: #fff;
  z-index: 2;
}
#e .recomend-content .col-10 .col-4 .img-box {
  text-align: center;
}
#e .recomend-content .col-10 .col-4 .bt-01 {
  width: 100%;
  border: 5px solid;
  border-radius: 30px 30px 0 0;
  padding: 30px;
  margin-bottom: 10px;
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 1320px) {
  #e .recomend-content .col-10 .col-4 .bt-01 {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  #e .recomend-content .col-10 .col-4 .bt-01 {
    font-size: 3.47vw;
  }
}
#e .recomend-content .col-10 .col-4 .bt-02 {
  width: 100%;
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#e .recomend-content .col-10 .col-4 .bg {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 40px;
  margin: 0 0 17px 0;
  border-radius: 50px;
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: var(--white);
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 1320px) {
  #e .recomend-content .col-10 .col-4 .bg {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  #e .recomend-content .col-10 .col-4 .bg {
    font-size: 3.47vw;
  }
}
#e .recomend-content .col-10 .col-4.box01 .bt-01 {
  color: var(--color01);
  border-color: var(--color01);
}
#e .recomend-content .col-10 .col-4.box01 .bt-02 {
  background-color: var(--color01);
}
#e .recomend-content .col-10 .col-4.box01 .bg {
  background-color: var(--color01);
}
#e .recomend-content .col-10 .col-4.box02 .bt-01 {
  color: var(--color04-50);
  border-color: var(--color04-50);
}
#e .recomend-content .col-10 .col-4.box02 .bt-02 {
  background-color: var(--color04-50);
  justify-content: space-evenly;
}
#e .recomend-content .col-10 .col-4.box02 .bg {
  background-color: var(--color04-50);
  padding: 15px;
}
#e .recomend-content .col-10 .col-4.box03 .bt-01 {
  color: var(--color04);
  border-color: var(--color04);
}
#e .recomend-content .col-10 .col-4.box03 .bt-02 {
  background-color: var(--color04);
}
#e .recomend-content .col-10 .col-4.box03 .bg {
  background-color: var(--color04);
}
#e .recomend-service {
  margin-top: 10px;
}
#e .recomend-service .col-10 {
  justify-content: space-between;
}
#e .recomend-service .col-10 .col-2 {
  width: calc(16.66666667% - 5px);
}
#e .recomend-service .col-10 .col-10 {
  width: calc(83.33333333% - 5px);
}
#e .recomend-service .col-10 .col-12 {
  display: flex;
  flex-direction: column-reverse;
}
#e .recomend-service .col-10 .bb-01 {
  background-color: #73878E;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: calc(100% - 5px);
}
#e .col-12 > .bb-01 {
  border-radius: 0px 0px 30px 30px;
}
#e .notes {
  padding: 80px 50px 0;
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  text-align: left;
  color: var(--text02);
}
@media only screen and (max-width: 1320px) {
  #e .notes {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 767px) {
  #e .notes {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  #e .notes {
    padding: 0;
  }
}
#e .notes .width-auto {
  width: auto;
}
#e .notes ul li {
  list-style: disc;
}
#e .mo {
  margin-bottom: 13.8889vw;
  flex-wrap: wrap;
}
#e .mo:last-child {
  margin-bottom: 0;
}
#e .mo.m1 .col-12:nth-child(1) .bg {
  background-color: var(--color01);
}
#e .mo.m1 .col-12:nth-child(2) .bt-01 {
  color: var(--color01);
  border-color: var(--color01);
  margin: 0;
}
#e .mo.m1 .col-12:nth-child(3) .bt-02 {
  background-color: var(--color01);
}
#e .mo.m2 .col-12:nth-child(1) .bg {
  background-color: var(--color04-50);
}
#e .mo.m2 .col-12:nth-child(2) .bt-01 {
  color: var(--color04-50);
  border-color: var(--color04-50);
  margin: 0;
}
#e .mo.m2 .col-12:nth-child(3) .bt-02 {
  background-color: var(--color04-50);
}
#e .mo.m2 .col-12:nth-child(3) .bt-02 img:first-child {
  margin-bottom: 4vw;
}
#e .mo.m3 .col-12:nth-child(1) .bg {
  background-color: var(--color04);
}
#e .mo.m3 .col-12:nth-child(2) .bt-01 {
  color: var(--color04);
  border-color: var(--color04);
  margin: 0;
}
#e .mo.m3 .col-12:nth-child(3) .bt-02 {
  background-color: var(--color04);
}
#e .mo .col-12 {
  display: flex;
}
#e .mo .col-12:nth-child(2) {
  margin-bottom: 10px;
}
#e .mo .col-12:nth-child(2) .bt-01 {
  margin: 0;
}
#e .mo .col-12:nth-child(2) img {
  width: 100%;
}
#e .mo .col-12:nth-child(3) {
  margin-bottom: 10px;
}
#e .mo .col-12:nth-child(4) .bb-01 {
  background-color: #73878E;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 100%;
  width: 100%;
  white-space: nowrap;
}
#e .mo .col-12:nth-child(4) .col-8 {
  justify-content: space-between;
}
#e .mo .col-12:nth-child(4) .col-8 > div.col-4 {
  width: calc(33.33333333% - 5px);
}
#e .mo .col-12:nth-child(4) .col-8 > div.col-8 {
  width: calc(66.66666666% - 5px);
}
#e .mo .col-12:nth-child(4) .col-8 > div:nth-child(3) {
  margin-top: 10px;
}
#e .mo .col-12:nth-child(4) .col-8 .bb-01 {
  width: 100% !important;
}
#e .mo .col-12 .d-flex {
  flex-wrap: wrap;
}
#e .mo .recomend-content .d-flex {
  width: 100%;
  height: 100%;
}
#e .mo .bt-01 {
  width: 100%;
  border: 5px solid;
  border-radius: 30px 30px 0 0;
  padding: 4.8vw;
  margin-bottom: 10px;
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}
@media only screen and (max-width: 1320px) {
  #e .mo .bt-01 {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  #e .mo .bt-01 {
    font-size: 3.47vw;
  }
}
#e .mo .bt-02 {
  width: 100%;
  height: 100%;
  padding: 9.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#e .mo .bt-02 img {
  width: 100%;
  max-width: 180px;
}
#e .mo .bg {
  white-space: nowrap;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2.0833vw 5.5556vw;
  margin: 0 0 2.3611vw 0;
  border-radius: 50px;
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: var(--white);
  font-size: 3.3vw;
  font-weight: bold;
}
@media only screen and (max-width: 1320px) {
  #e .mo .bg {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  #e .mo .bg {
    font-size: 3.47vw;
  }
}
#e .mo .bg::after {
  content: "";
  display: block;
  width: 2.2vw;
  height: 1.8vw;
  background-size: cover;
  position: absolute;
  left: 30%;
  transform: translate(0%, 100%);
  bottom: 0;
  z-index: 1;
}
#e .mo .bg.m1::after {
  background-image: url("../imgs/deco-balloon-03.png");
}
#e .mo .bg.m2::after {
  background-image: url("../imgs/deco-balloon-01.png");
  transform: translate(0%, 100%) scaleX(-1);
}
#e .mo .bg.m3 {
  margin-left: 2vw;
}
#e .mo .bg.m3::after {
  background-image: url("../imgs/deco-balloon-01.png");
  transform: translate(0%, 100%);
}
#e .mo .bg.m4::after {
  background-image: url("../imgs/deco-balloon-02.png");
}

.section04 {
  position: relative;
}
.section04.notice {
  background: url("../imgs/bg-notice-01.jpg") no-repeat center/cover;
  color: var(--color01);
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section04.notice {
    background: url("../imgs/bg-notice-m-01.jpg") no-repeat center/cover;
  }
}
.section04.notice .title strong {
  font-size: 144px;
  line-height: 1.4em;
  padding: 10px 0;
}
@media only screen and (max-width: 1320px) {
  .section04.notice .title strong {
    font-size: 10.9vw;
  }
}
@media only screen and (max-width: 767px) {
  .section04.notice .title strong {
    font-size: 16.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .section04.notice .title {
    margin-top: 8vw;
  }
}
.section04.notice .desc {
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  font-weight: bold;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: var(--color01-50);
  margin: 20px 0px;
  padding: 10px;
}
@media only screen and (max-width: 1320px) {
  .section04.notice .desc {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .section04.notice .desc {
    font-size: 3.47vw;
  }
}
.section04.notice .img-box {
  margin: -200px auto 0 auto;
  max-width: 640px;
}
.section04.notice .img-box img {
  width: 100%;
  transform: translateY(-1px);
}
@media only screen and (max-width: 991px) {
  .section04.notice .img-box {
    max-width: 41.6vw;
    margin: -22.2vw auto 6.94vw;
  }
}
@media only screen and (max-width: 767px) {
  .section04.notice .img-box {
    max-width: 84vw;
    margin-bottom: 5.56vw;
  }
}
.section04.notice .txt-box {
  display: flex;
  max-width: 865px;
  margin: 0 auto;
}
.section04.notice .txt-box .col-6.pr {
  padding-right: 1.3889vw;
}
.section04.notice .txt-box .col-6.pl {
  padding-left: 1.3889vw;
}
.section04.notice .txt-box .col-6 .rating {
  width: 40%;
}
.section04.notice .txt-box .col-6 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section04.notice .txt-box {
    max-width: 80vw;
    flex-direction: column;
  }
  .section04.notice .txt-box .col-6 {
    width: 70%;
    margin: 0 auto;
    position: relative;
  }
  .section04.notice .txt-box .col-6.pr {
    padding: 0px;
  }
  .section04.notice .txt-box .col-6.pl {
    padding: 0px;
  }
  .section04.notice .txt-box .col-6 .rating {
    width: 40%;
  }
  .section04.notice .txt-box .col-6 .desc {
    white-space: nowrap;
  }
  .section04.notice .txt-box .col-6 img {
    width: 80%;
  }
  .section04.notice .txt-box .col-6:first-child {
    margin-bottom: 7.6vw;
  }
  .section04.notice .txt-box .col-6:first-child::after {
    content: "";
    display: block;
    width: 88.88vw;
    height: 21.8vw;
    background-image: url("../imgs/bg-desc.png");
    background-size: cover;
    position: absolute;
    right: 50%;
    transform: translatex(50%);
    top: 10%;
  }
  .section04.notice .txt-box .col-6:last-child::after {
    content: "";
    display: block;
    width: 88.88vw;
    height: 21.8vw;
    background-image: url("../imgs/bg-desc.png");
    background-size: cover;
    position: absolute;
    right: 50%;
    transform: translatex(50%);
    top: 10%;
  }
}
.section04::before {
  content: "";
  display: block;
  width: 1320px;
  height: 325px;
  background-image: url("../imgs/bg-desc.png");
  background-size: cover;
  position: absolute;
  right: 50%;
  transform: translate(50%, 50%);
  bottom: 44%;
}
@media only screen and (max-width: 767px) {
  .section04::before {
    display: none;
  }
}

section.video02 .title {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
}
@media only screen and (max-width: 1320px) {
  section.video02 .title {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  section.video02 .title {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 767px) {
  section.video02 .title {
    font-family: "MICEGothic Bold", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 156%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1320px) {
  section.video02 .title {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  section.video02 .title {
    font-size: 4.4vw;
  }
}
section.video02 .vd-box {
  width: 100%;
  height: 742.5px;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  section.video02 .vd-box {
    height: calc(56.17vw - 58.4px);
  }
}
@media only screen and (max-width: 767px) {
  section.video02 .vd-box {
    height: calc(56.17vw - 24.7px);
  }
}
section.video02 .vd-box iframe {
  width: 100%;
  height: 100%;
}
section.video02 .desc {
  text-align: center;
  color: rgba(35, 31, 32, 0.5019607843);
}

section.video03 {
  background: #D2C8EB;
}
section.video03.py-200 {
  padding-bottom: 0 !important;
}
section.video03 .vod-tbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.video03 .vod-tbox .title-box {
  text-align: center;
  width: 660px;
}
section.video03 .vod-tbox .title-box h2 {
  margin: 0px;
}
section.video03 .vod-tbox .title-box h2 span:first-child {
  color: #143C78;
}
section.video03 .vod-tbox .title-box h2 span:last-child {
  position: relative;
}
section.video03 .vod-tbox .title-box h2 span:last-child::after {
  content: "";
  position: absolute;
  top: -2%;
  right: -25%;
  display: block;
  width: 35%;
  height: 35%;
  background: url("../imgs/deco-symbol-star-purple02.svg") no-repeat center/contain;
  animation: rotatesymbol 4s ease-in-out infinite;
  animation-delay: 1s;
}
@media only screen and (max-width: 767px) {
  section.video03 .vod-tbox .title-box h2 span:last-child::after {
    top: auto;
    bottom: 26.5%;
    right: 0;
    width: 5.9%;
    height: 10.6%;
  }
}
section.video03 .vod-tbox .title-box p {
  color: #9678C8;
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 74px;
}
@media only screen and (max-width: 1320px) {
  section.video03 .vod-tbox .title-box p {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  section.video03 .vod-tbox .title-box p {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 1320px) {
  section.video03 .vod-tbox .title-box p {
    margin-bottom: 2.56vw;
  }
}
section.video03 .vod-tbox .desc-box {
  text-align: center;
  width: 660px;
}
section.video03 .vod-tbox .desc-box p {
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 156%;
  color: #000;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1320px) {
  section.video03 .vod-tbox .desc-box p {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  section.video03 .vod-tbox .desc-box p {
    font-size: 4.4vw;
  }
}
section.video03 .iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio (9 / 16 = 0.5625) */
  height: 0;
  overflow: hidden;
  border-radius: 30px;
}
section.video03 .iframe-container iframe {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  section.video03 .iframe-container {
    border-radius: 10px;
  }
}
section.video03 .vodtab-v2 {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
section.video03 .vodtab-v2 li {
  float: left;
  width: 30%;
  text-align: center;
  height: 100%;
}
section.video03 .vodtab-v2 li img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  border: 4px #979797 solid;
  border-radius: 30px;
  margin: 0 0 10px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  section.video03 .vodtab-v2 li img {
    border-radius: 10px;
  }
}
section.video03 .vodtab-v2 li span {
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  width: 100%;
}
@media only screen and (max-width: 1320px) {
  section.video03 .vodtab-v2 li span {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  section.video03 .vodtab-v2 li span {
    font-size: 3.47vw;
  }
}
section.video03 .vodtab-v2 li.on img {
  border: 4px #9678C8 solid;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  section.video03 .vodtab-v2 li.on img {
    border-radius: 10px;
  }
}

.section05 {
  background-color: var(--color01);
  color: var(--white);
  text-align: center;
  overflow: visible;
}
.section05.deco-b::after {
  background: url("../imgs/deco-symbol-book02.svg") no-repeat center/contain;
}
@media only screen and (max-width: 1199px) {
  .section05.deco-b::after {
    background: url("../imgs/deco-symbol-book02-m.svg") no-repeat center/contain;
  }
}
.section05 .bstyle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section05 .bstyle.aos-animate .line {
  animation: draw 2s linear forwards;
  stroke-dasharray: 4; /* 전체 선 길이 */
  stroke-dashoffset: 50; /* 처음에는 전체 선이 숨겨짐 */
}
.section05 .bstyle.aos-animate .circle {
  opacity: 0;
  animation: draw02 0.25s linear forwards;
}
.section05 .bstyle.aos-animate .circle.c01, .section05 .bstyle.aos-animate .section10 .circle.c04, .section10 .section05 .bstyle.aos-animate .circle.c04 {
  animation-delay: 0.5s;
}
.section05 .bstyle.aos-animate .circle.c02, .section05 .bstyle.aos-animate .section10 .circle.c03, .section10 .section05 .bstyle.aos-animate .circle.c03 {
  animation-delay: 0.6s;
}
.section05 .bstyle.aos-animate .circle.c03 {
  animation-delay: 0.7s;
}
.section05 .bstyle.aos-animate .circle.c04 {
  animation-delay: 0.8s;
}
.section05 .bstyle.aos-animate .circle.c05 {
  animation-delay: 0.9s;
}
.section05 .bstyle .title {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  color: var(--color01);
}
@media only screen and (max-width: 1320px) {
  .section05 .bstyle .title {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section05 .bstyle .title {
    font-size: 5.6vw;
  }
}
.section05 .bstyle .title strong {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
  font-size: 1.2em !important;
  display: inline-block;
}
@media only screen and (max-width: 1320px) {
  .section05 .bstyle .title strong {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .section05 .bstyle .title strong {
    font-size: 8.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section05 .bstyle .title strong {
    font-size: 8.8vw !important;
  }
}
.section05 .bstyle .chart {
  color: var(--text01);
  margin: 37px 0 23px;
}
.section05 .bstyle .chart img {
  width: 100%;
}
.section05 .bstyle .chart .img-box {
  position: relative;
}
.section05 .bstyle .chart .img-box .motion svg {
  position: relative;
  width: 100%;
}
.section05 .bstyle .chart .img-box .motion .point {
  opacity: 0;
  animation: spinner 3s ease-in-out infinite, draw02 2s linear forwards;
  animation-delay: 1.25s;
}
.section05 .bstyle .chart .img-box .point {
  width: 31px;
  height: 30px;
  position: absolute;
  top: 13.5%;
  right: 23%;
  transform: translate(50%, -100%);
}
.section05 .bstyle .chart .img-box .point img {
  opacity: 0;
  animation: spinner 3s ease-in-out infinite, draw 2s linear forwards;
  animation-delay: 1.25s;
}
.section05 .bstyle .chart .img-box .point::after {
  content: "47.8%";
  position: absolute;
  top: 8px;
  left: 50%;
  display: inline-block;
  width: auto;
  padding: 2px 8px;
  transform: translate(-50%, 75%);
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  letter-spacing: -1px;
  font-weight: 600;
  background-color: var(--color04);
  color: var(--white);
  border-radius: 30px;
}
@media only screen and (max-width: 1320px) {
  .section05 .bstyle .chart .img-box .point::after {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .section05 .bstyle .chart .img-box .point::after {
    font-size: 3.47vw;
  }
}
.section05 .bstyle .chart.c02 .point, .section05 .bstyle .section10 .chart.c03 .point, .section10 .section05 .bstyle .chart.c03 .point {
  top: 12.7%;
  right: 22.8%;
}
.section05 .bstyle .chart.c02 .point::after, .section05 .bstyle .section10 .chart.c03 .point::after, .section10 .section05 .bstyle .chart.c03 .point::after {
  content: "20.9%";
}
.section05 .bstyle .chart.c02 .point img, .section05 .bstyle .section10 .chart.c03 .point img, .section10 .section05 .bstyle .chart.c03 .point img {
  animation-delay: 1s;
}
.section05 .bstyle .chart p {
  margin-top: 24px;
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  font-weight: 600;
}
@media only screen and (max-width: 1320px) {
  .section05 .bstyle .chart p {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .section05 .bstyle .chart p {
    font-size: 3.47vw;
  }
}
@media only screen and (max-width: 767px) {
  .section05 .bstyle .chart p {
    margin-top: 3.3vw;
  }
}
.section05 .sources {
  padding-top: 18px;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  color: var(--color02);
  text-align: right;
}
@media only screen and (max-width: 1320px) {
  .section05 .sources {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section05 .sources {
    font-size: 12px;
  }
}
.section05 .ptext h3 {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
}
@media only screen and (max-width: 1320px) {
  .section05 .ptext h3 {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section05 .ptext h3 {
    font-size: 5.6vw;
  }
}
.section05 .ptext h3 strong {
  border-bottom: 5px solid #D0D8E4;
}

.section06 {
  overflow-x: hidden;
}
.section06 .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .section06 .col {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .section06 .col {
    margin-bottom: 8.3vw;
  }
}
.section06 .col .img-box {
  position: relative;
}
.section06 .col .img-box img {
  width: 50vw;
  max-height: 572px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media only screen and (max-width: 767px) {
  .section06 .col .img-box img {
    width: 100%;
  }
}
.section06 .title.maintit {
  text-align: left;
  margin-bottom: 55px;
}
.section06 .title.maintit span {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
}
@media only screen and (max-width: 1320px) {
  .section06 .title.maintit span {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section06 .title.maintit span {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .section06 .pt-200 {
    padding: 0;
  }
}
.section06 .qa {
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 156%;
}
@media only screen and (max-width: 1320px) {
  .section06 .qa {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section06 .qa {
    font-size: 4.4vw;
  }
}
.section06 .qa .question {
  display: inline-block;
  padding: 20px 48px 20px 26px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
  background-color: var(--color04);
  color: var(--white);
  border-radius: 60px;
}
@media only screen and (max-width: 767px) {
  .section06 .qa .question {
    display: flex;
    align-items: center;
    gap: 1.6vw;
    font-size: 4.8vw;
  }
}
.section06 .qa .question .icon {
  display: inline-block;
  padding: 7px 15px;
  margin-right: 10px;
  font-size: 35px;
  color: var(--color04);
  background-color: var(--white);
  border-radius: 60px;
}
@media only screen and (max-width: 767px) {
  .section06 .qa .question .icon {
    padding: 0.83vw 2.6vw;
    font-size: 7.7vw;
  }
}
.section06 .qa .answer {
  padding: 43px 75px;
  border: 5px solid var(--color06);
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .section06 .qa .answer {
    padding: 5.5vw;
    border-radius: 6.9vw;
    border-width: 0.69vw;
  }
}
.section06 .qa .deco-s::after {
  background: url("../imgs/deco-symbol-star-purple02.svg") no-repeat center/contain;
}
.section06 .dt200 {
  transform: translateY(210px);
}
@media only screen and (max-width: 767px) {
  .section06 .dt200 {
    transform: none;
  }
}

.section07 {
  background-color: var(--color03);
  overflow: hidden;
}
.section07 .subtitle {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section07 .subtitle {
    font-size: 5.6vw;
  }
}
.section07 .checklist {
  position: relative;
  padding: 80px 100px;
  background-color: var(--white);
  border-radius: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section07 .checklist {
    width: calc(100% + 50px);
    margin-left: -25px;
    padding: 8.3vw 5.5vw;
  }
}
.section07 .checklist::after {
  content: "";
  display: block;
  width: 349px;
  height: 261px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background: url("../imgs/check-list.png");
  transform: translate(20.9%, -15.3%);
}
@media only screen and (max-width: 767px) {
  .section07 .checklist::after {
    display: none;
  }
}
.section07 .checklist .tstyle01 {
  display: inline-block;
  padding: 13px 143px 11px;
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  background-color: var(--color01);
}
@media only screen and (max-width: 1320px) {
  .section07 .checklist .tstyle01 {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section07 .checklist .tstyle01 {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .section07 .checklist .tstyle01 {
    padding: 13px 31px;
  }
}
.section07 .checklist .desc {
  padding: 1em 0;
  color: var(--color01);
}
.section07 .checklist .listbox label {
  width: 100%;
  padding: 15px;
  padding-left: calc(2em + 15px);
  text-align: left;
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 156%;
  border-bottom: 3px dashed rgba(20, 60, 120, 0.5019607843);
}
@media only screen and (max-width: 1320px) {
  .section07 .checklist .listbox label {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section07 .checklist .listbox label {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .section07 .checklist .listbox label {
    padding: 2vw;
    padding-left: calc(2em + 2vw);
    font-family: "Pretendard", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.03em;
    border-width: 0.42vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1320px) {
  .section07 .checklist .listbox label {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .section07 .checklist .listbox label {
    font-size: 3.47vw;
  }
}
.section07 .checklist .listbox label:last-child {
  border-bottom: none;
}
.section07 .checklist .listbox label input[type=checkbox] {
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 156%;
  width: 37px;
  height: 37px;
  margin-right: 0.6em;
  margin-left: -2em;
  vertical-align: middle;
}
@media only screen and (max-width: 1320px) {
  .section07 .checklist .listbox label input[type=checkbox] {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section07 .checklist .listbox label input[type=checkbox] {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 1320px) {
  .section07 .checklist .listbox label input[type=checkbox] {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .section07 .checklist .listbox label input[type=checkbox] {
    width: 5.1vw;
    height: 5.1vw;
  }
}
.section07 .checklist .listbox #result {
  color: var(--color01);
}
.section07 .checklist .listbox #result h4 {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  padding-bottom: 1em;
}
@media only screen and (max-width: 1320px) {
  .section07 .checklist .listbox #result h4 {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section07 .checklist .listbox #result h4 {
    font-size: 5.6vw;
  }
}
.section07 .checklist .listbox #result .result {
  text-align: center;
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
}
@media only screen and (max-width: 1320px) {
  .section07 .checklist .listbox #result .result {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section07 .checklist .listbox #result .result {
    font-size: 4.4vw;
  }
}
.section07 .checklist .listbox #result .result .bstyle {
  padding: 13px;
  border-radius: 30px;
  background-color: rgba(210, 200, 235, 0.5019607843);
}
@media only screen and (max-width: 767px) {
  .section07 .checklist .listbox #result .result .bstyle {
    padding: 1.9vw;
    font-family: "Pretendard", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.03em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1320px) {
  .section07 .checklist .listbox #result .result .bstyle {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .section07 .checklist .listbox #result .result .bstyle {
    font-size: 3.47vw;
  }
}
.section07 .checklist .listbox #result .resulttext {
  display: none;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 156%;
  color: var(--text01);
}
@media only screen and (max-width: 1320px) {
  .section07 .checklist .listbox #result .resulttext {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section07 .checklist .listbox #result .resulttext {
    font-size: 4.4vw;
  }
}
.section07 .checklist .listbox #result .resulttext .bstyle {
  padding: 13px;
  border-radius: 30px;
  background-color: rgba(210, 200, 235, 0.1882352941);
}
.section07 .sources {
  padding-top: 18px;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  color: #606060;
  text-align: right;
}
@media only screen and (max-width: 1320px) {
  .section07 .sources {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section07 .sources {
    font-size: 12px;
  }
}
.section07 .notes {
  padding-top: 50px;
  color: var(--color01);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section07 .notes .d-none.sm-block {
    display: inline-block !important;
  }
}

.section08 {
  position: relative;
  background-color: var(--color05);
  text-align: center;
  color: var(--white);
  word-break: keep-all;
  z-index: 0;
  overflow: visible;
}
.section08.deco-b::before {
  content: "";
  display: block;
  width: 512px;
  height: 1004px;
  background-image: url("../imgs/daekyo-braintraining-model-jung-bo-seok-03.png");
  background-size: cover;
  position: absolute;
  right: calc(200 * (100vw - 1440px) / 480) !important;
  bottom: 0px;
}
@media only screen and (max-width: 1440px) {
  .section08.deco-b::before {
    display: none;
  }
}
.section08.deco-b::after {
  background: url("../imgs/deco-symbol-book03.svg") no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .section08.deco-b::after {
    background: no-repeat center url("../imgs/deco-symbol-book03-m.svg") no-repeat center/contain;
  }
}
.section08 .subtitle {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  text-align: center;
}
@media only screen and (max-width: 1320px) {
  .section08 .subtitle {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section08 .subtitle {
    font-size: 5.6vw;
  }
}
.section08 .subtitle01 {
  font-family: "Pretendard", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
  margin-bottom: 1vw;
}
@media only screen and (max-width: 1320px) {
  .section08 .subtitle01 {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .section08 .subtitle01 {
    font-size: 5vw;
  }
}
.section08 .subtitle01 span {
  color: var(--color05);
  background-color: var(--color03);
  padding: 0.5vw 5.7vw;
  border-radius: 30px;
}
.section08 .col-md-4 .deco-s02 {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.section08 .col-md-4 .deco-s02::after {
  right: 50%;
  transform: translate(50%, 19%);
  z-index: -2;
}
.section08 .col-md-4:nth-child(2) .deco-s02 {
  display: inline-block;
  position: relative;
  z-index: -1;
}
.section08 .col-md-4:nth-child(2) .deco-s02::after {
  right: 0;
  transform: translate(0, 19%);
  z-index: -2;
}
.section08 .col-md-4 .bstyle {
  border: 5px solid var(--white);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .section08 .col-md-4 .bstyle {
    display: flex;
    gap: 7.5vw;
    text-align: left;
    align-items: center;
  }
}
.section08 .col-md-4 .bstyle img {
  margin-bottom: 24px;
  max-width: 114px;
}
@media only screen and (max-width: 767px) {
  .section08 .col-md-4 .bstyle img {
    margin-bottom: 0;
    max-width: 10vw;
  }
}
.section08 .col-md-4 .bstyle p {
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 156%;
  z-index: 1;
}
@media only screen and (max-width: 1320px) {
  .section08 .col-md-4 .bstyle p {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section08 .col-md-4 .bstyle p {
    font-size: 4.4vw;
  }
}
.section08 .col-md-4 .bstyle p strong {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
  z-index: 1;
}
@media only screen and (max-width: 1320px) {
  .section08 .col-md-4 .bstyle p strong {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section08 .col-md-4 .bstyle p strong {
    font-size: 4.4vw;
  }
}
.section08 .col-md-4 .bstyle p strong.deco-s02::after {
  right: 0;
  transform: translate(0, 19%);
  z-index: -2;
}
.section08#tomorrow {
  background: var(--color01-50);
}
.section08#tomorrow .container {
  max-width: 1370px;
}
.section08#tomorrow .subtitle {
  position: relative;
}
.section08#tomorrow .subtitle::after {
  content: "";
  display: block;
  width: 66px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: 9;
  background: url("../imgs/twinkle-decoration-02.png");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .section08#tomorrow .subtitle::after {
    width: 7vw;
    height: 7vw;
    top: -5%;
    left: 2%;
  }
}
.section08#tomorrow .subtitle::before {
  content: "";
  display: block;
  width: 95px;
  height: 118px;
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 9;
  background: url("../imgs/twinkle-decoration-01.png");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .section08#tomorrow .subtitle::before {
    width: 8vw;
    height: 10vw;
    top: 229%;
    right: -1%;
  }
}
.section08#tomorrow .bstyle.b03 {
  padding: 60px;
}
.section08#tomorrow .bstyle.b03 .img-box {
  height: 240px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section08#tomorrow .bstyle.b03 .img-box img {
  max-width: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section08#tomorrow .bstyle.b03 {
    padding: 40px;
  }
  .section08#tomorrow .bstyle.b03 .img-box {
    height: auto;
    margin-bottom: 0px;
  }
  .section08#tomorrow .bstyle.b03 .img-box img {
    max-width: 20vw;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section08#tomorrow .col-md-4:last-child img {
    transform: scale(1.4);
  }
}

.tomorrow-01 {
  position: relative;
  text-align: center;
  overflow-x: visible;
}
@media only screen and (max-width: 767px) {
  .tomorrow-01 {
    height: auto;
    overflow: hidden;
  }
  .tomorrow-01 .d-none.sm-block {
    justify-content: space-around;
    align-items: flex-end;
  }
  .tomorrow-01 .d-none.sm-block img:first-child {
    height: 30vw;
  }
  .tomorrow-01 .d-none.sm-block img:last-child {
    height: 25vw;
  }
}
.tomorrow-01::before {
  content: "";
  display: block;
  width: 455px;
  height: 455px;
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: translate(35%, 25%);
  z-index: 9;
  background: url("../imgs/deco-symbol-squircle-star-opacity.svg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .tomorrow-01::before {
    display: none;
  }
}
.tomorrow-01::after {
  content: "";
  display: block;
  width: 246px;
  height: 310px;
  position: absolute;
  top: 19%;
  left: 7%;
  z-index: 9;
  background: url("../imgs/deco-symbol-squircle-star-opacity-01.svg");
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .tomorrow-01::after {
    display: none;
  }
}
.tomorrow-01 .img-box {
  height: 257px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.tomorrow-01 .img-box img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .tomorrow-01 .img-box {
    display: none;
    height: auto;
  }
}
.tomorrow-01 .col01 .bstyle {
  border-color: #E06A5F;
}
@media only screen and (max-width: 767px) {
  .tomorrow-01 .col01 .bstyle {
    margin-top: 0 !important;
  }
}
.tomorrow-01 .col01 .deco {
  color: #E06A5F;
}
.tomorrow-01 .col02 .bstyle {
  border-color: #1F9C3A;
}
.tomorrow-01 .col02 .deco {
  color: #1F9C3A;
}
.tomorrow-01 .col03 .bstyle {
  border-color: #5AB1D9;
}
.tomorrow-01 .col03 .deco {
  color: #5AB1D9;
}
.tomorrow-01 .col04 .bstyle {
  border-color: #956AAB;
}
.tomorrow-01 .col04 .deco {
  color: #956AAB;
}
.tomorrow-01 .col04 img {
  transform: translateX(-15px);
}
.tomorrow-01 .bstyle {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .tomorrow-01 .bstyle {
    height: auto;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
.tomorrow-01 .bstyle p {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
  line-height: 140%;
  color: var(--text01);
  word-break: keep-all;
}
@media only screen and (max-width: 1320px) {
  .tomorrow-01 .bstyle p {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .tomorrow-01 .bstyle p {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .tomorrow-01 .bstyle p {
    font-size: 4.4vw;
  }
}
.tomorrow-01 .col-md-3 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tomorrow-01 .col-md-3:last-child {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .tomorrow-01 .col-md-3:last-child {
    margin-bottom: 8.3vw;
  }
}

.tomorrow-02 {
  background-color: rgba(101, 127, 134, 0.05);
}
.tomorrow-02 .content-box {
  border-radius: 30px;
  margin-bottom: 53px;
  overflow: hidden;
}
.tomorrow-02 .content-box h3 {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1320px) {
  .tomorrow-02 .content-box h3 {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .tomorrow-02 .content-box h3 {
    font-size: 4.4vw;
  }
}
.tomorrow-02 .content-box .d-flex {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .tomorrow-02 .content-box .d-flex {
    flex-wrap: wrap;
  }
}
.tomorrow-02 .content-box .d-flex.b-box {
  border-width: 0px 5px 5px 5px;
  border-style: solid;
  border-color: #D2D9DB;
  border-radius: 0px 0px 50px 50px;
}
.tomorrow-02 .content-box .d-flex .img-box {
  padding: 30px 70px 70px;
}
@media only screen and (max-width: 767px) {
  .tomorrow-02 .content-box .d-flex .img-box {
    padding: 15px;
    width: 100%;
  }
}
.tomorrow-02 .content-box .d-flex .img-box img {
  width: 100%;
}
.tomorrow-02 .content-box .d-flex .img-box .p-a {
  padding: 0 25px;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .tomorrow-02 .content-box .d-flex .img-box .p-a {
    padding: 0;
  }
}
.tomorrow-02 .content-box .d-flex .img-box .p-a p {
  border: 4px solid;
  border-radius: 50%;
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  padding: 10px;
  width: 126px;
  height: 126px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
}
@media only screen and (max-width: 1320px) {
  .tomorrow-02 .content-box .d-flex .img-box .p-a p {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .tomorrow-02 .content-box .d-flex .img-box .p-a p {
    font-size: 3.47vw;
  }
}
@media only screen and (max-width: 767px) {
  .tomorrow-02 .content-box .d-flex .img-box .p-a p {
    width: 20vw;
    height: 20vw;
    max-width: 120px;
    max-height: 120px;
  }
}
.tomorrow-02 .content-box .d-flex .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 90px 110px 90px 25px;
}
@media only screen and (max-width: 767px) {
  .tomorrow-02 .content-box .d-flex .txt-box {
    width: 100%;
  }
}
.tomorrow-02 .content-box .d-flex .txt-box h4 {
  font-family: "Pretendard", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
}
@media only screen and (max-width: 1320px) {
  .tomorrow-02 .content-box .d-flex .txt-box h4 {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .tomorrow-02 .content-box .d-flex .txt-box h4 {
    font-size: 5vw;
  }
}
.tomorrow-02 .content-box .d-flex .txt-box p {
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1320px) {
  .tomorrow-02 .content-box .d-flex .txt-box p {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .tomorrow-02 .content-box .d-flex .txt-box p {
    font-size: 3.47vw;
  }
}
@media only screen and (max-width: 767px) {
  .tomorrow-02 .content-box .d-flex .txt-box {
    padding: 40px;
  }
  .tomorrow-02 .content-box .d-flex .txt-box .text {
    text-align: center;
    margin-bottom: 45px;
  }
  .tomorrow-02 .content-box .d-flex .txt-box .text:last-child {
    margin-bottom: 0;
  }
}
.tomorrow-02 .content-box.c01 h3, .tomorrow-02 .section10 .content-box.c04 h3, .section10 .tomorrow-02 .content-box.c04 h3 {
  background-color: #5AB1D9;
}
.tomorrow-02 .content-box.c01 .img-box p, .tomorrow-02 .section10 .content-box.c04 .img-box p, .section10 .tomorrow-02 .content-box.c04 .img-box p {
  border-color: #5AB1D9;
  color: #5AB1D9;
}
.tomorrow-02 .content-box.c02 h3, .tomorrow-02 .section10 .content-box.c03 h3, .section10 .tomorrow-02 .content-box.c03 h3 {
  background-color: #1F9C3A;
}
.tomorrow-02 .content-box.c02 .img-box p, .tomorrow-02 .section10 .content-box.c03 .img-box p, .section10 .tomorrow-02 .content-box.c03 .img-box p {
  border-color: #1F9C3A;
  color: #1F9C3A;
}
.tomorrow-02 .content-box.c03 h3 {
  background-color: #E06A5F;
}
.tomorrow-02 .content-box.c03 .img-box p {
  border-color: #E06A5F;
  color: #E06A5F;
}
.tomorrow-02 .content-box.c04 h3 {
  background-color: #956AAB;
}
.tomorrow-02 .content-box.c04 .img-box p {
  border-color: #956AAB;
  color: #956AAB;
}
.tomorrow-02 .sources {
  padding-top: 18px;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  color: #606060;
  text-align: right;
}
@media only screen and (max-width: 1320px) {
  .tomorrow-02 .sources {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .tomorrow-02 .sources {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .tomorrow-02 .sources {
    text-align: center;
  }
}

.section09 {
  position: relative;
  text-align: center;
  overflow-x: visible;
}
@media only screen and (max-width: 767px) {
  .section09 {
    height: auto;
    overflow: hidden;
  }
}
.section09::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  transform: translate(-11.3%, -16.4%);
  content: url("../imgs/light-yellow-dot.svg");
}
@media only screen and (max-width: 1440px) {
  .section09::before {
    max-width: 48.5vw;
  }
}
@media only screen and (max-width: 1199px) {
  .section09::before {
    display: none;
  }
}
.section09 .p-a {
  position: relative;
  margin: 90px auto -90px;
}
@media only screen and (max-width: 991px) {
  .section09 .p-a {
    margin: 16.9vw auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .section09 .p-a {
    margin: 24.58vw auto 0;
  }
}
.section09 .p-a > div.col {
  position: relative;
}
.section09 .p-a > div.col p.desc {
  position: absolute;
  display: block;
  width: auto;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 156%;
  padding: 30px 29px;
  border-radius: 50px;
  background-color: var(--color04);
  letter-spacing: -1px;
}
@media only screen and (max-width: 1320px) {
  .section09 .p-a > div.col p.desc {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section09 .p-a > div.col p.desc {
    font-size: 4.4vw;
  }
}
.section09 .p-a > div.col p.desc strong {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
}
@media only screen and (max-width: 1320px) {
  .section09 .p-a > div.col p.desc strong {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section09 .p-a > div.col p.desc strong {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 1199px) {
  .section09 .p-a > div.col p.desc {
    padding: 4.4vw;
  }
}
@media only screen and (max-width: 991px) {
  .section09 .p-a > div.col p.desc {
    max-width: 50vw;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section09 .p-a > div.col p.desc {
    max-width: 100%;
    width: auto;
    padding: 4.58vw 7.7vw;
    border-radius: 6.9vw;
  }
}
.section09 .p-a > div.col:nth-child(1) .img {
  transform: translateX(-31.9%);
}
@media only screen and (max-width: 991px) {
  .section09 .p-a > div.col:nth-child(1) .img {
    transform: translateX(-32.1%);
  }
}
.section09 .p-a > div.col:nth-child(1) p.desc {
  top: 0;
  right: 0;
  transform: translate(0, -35.5%);
}
@media only screen and (max-width: 767px) {
  .section09 .p-a > div.col:nth-child(1) p.desc {
    transform: translate(0, -75.7%);
  }
}
.section09 .p-a > div.col:nth-child(1) p.desc::after {
  content: url("../imgs/deco-balloon.png");
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translate(-100%, -25%);
}
@media only screen and (max-width: 991px) {
  .section09 .p-a > div.col:nth-child(1) p.desc::after {
    top: auto;
    bottom: 0;
    left: 52%;
    transform: translate(-10%, 75%) scaleX(-1) rotate(-90deg);
  }
}
.section09 .p-a > div.col:nth-child(2) {
  transform: translateY(-43.6%);
}
@media sm {
  .section09 .p-a > div.col:nth-child(2) {
    transform: translateY(-50%);
  }
}
.section09 .p-a > div.col:nth-child(2) .img {
  transform: translate(33.2%, 0);
}
.section09 .p-a > div.col:nth-child(2) p.desc {
  bottom: 0;
  left: 0;
  transform: translate(11.3%, 6.7%);
}
@media only screen and (max-width: 1199px) {
  .section09 .p-a > div.col:nth-child(2) p.desc {
    transform: translate(0, 6.7%);
  }
}
@media only screen and (max-width: 991px) {
  .section09 .p-a > div.col:nth-child(2) p.desc {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section09 .p-a > div.col:nth-child(2) p.desc {
    transform: translate(0, 75.7%);
  }
}
.section09 .p-a > div.col:nth-child(2) p.desc::after {
  content: url("../imgs/deco-balloon.png");
  display: block;
  max-width: 48px;
  max-height: 74px;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translate(100%, -25%) rotate(180deg);
}
@media only screen and (max-width: 1199px) {
  .section09 .p-a > div.col:nth-child(2) p.desc::after {
    top: 0;
    left: 30%;
    transform: translate(0, -70%) scaleY(-1) rotate(-90deg);
  }
}
@media sm {
  .section09 .p-a > div.col:nth-child(2) p.desc::after {
    max-width: 6.67vw;
    max-height: 10.28vw;
  }
}
@media only screen and (max-width: 767px) {
  .section09 .p-a > div.col img.img {
    max-width: 73.75vw;
  }
}
@media only screen and (max-width: 991px) {
  .section09 .p-a > div.col img.img.md-block {
    display: inline-block !important;
  }
}
.section09 .p-a > div.col img.d01 {
  position: absolute;
  bottom: 110px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .section09 .p-a > div.col img.d01 {
    display: none;
  }
}
.section09 .p-a > div.col img.d02 {
  position: absolute;
  max-width: 163px;
  top: -77px;
  right: 0;
  z-index: -9;
}
@media only screen and (max-width: 991px) {
  .section09 .p-a > div.col img.d02 {
    top: -154px;
    display: none;
  }
}
.section09 .p-a > div.col img.d03 {
  position: absolute;
  z-index: -1;
  bottom: -30px;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .section09 .p-a > div.col img.d03 {
    display: none;
  }
}
.section09 .p-a > div.col img.d04 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0px;
  z-index: -1;
  transform: translate(65.8%, 258%);
}
@media only screen and (max-width: 991px) {
  .section09 .p-a > div.col img.d04 {
    display: none;
  }
}
.section09 .bstyle {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .section09 .bstyle {
    min-height: auto;
  }
}
.section09 .bstyle p {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
  line-height: 140%;
  color: var(--color04);
  word-break: keep-all;
}
@media only screen and (max-width: 1320px) {
  .section09 .bstyle p {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section09 .bstyle p {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .section09 .bstyle p {
    font-size: 4.4vw;
  }
}
.section09 .col-md-3 {
  position: relative;
}
.section09 .col-md-3:not(.mt-45) {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .section09 .col-md-3:not(.mt-45) {
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
.section09 .col-md-3.mt-45 {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .section09 .col-md-3.mt-45 {
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
.section09 .col-md-3 .deco-s02 {
  overflow: visible;
}
.section09 .col-md-3 .deco-s02::after {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 13.7vw;
  max-width: 134px;
  height: 4vw;
  max-height: 39px;
  transform: translate(0, -37.2%);
  z-index: -2;
  background: url(../imgs/deco-symbol-smile03.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .section09 .col-md-3 .deco-s02::after {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
}
@media only screen and (max-width: 767px) {
  .section09 .col-md-3:last-child {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .section09 .col-md-3:last-child {
    margin-bottom: 8.3vw;
  }
}
.section09 .deco-s::after {
  background: url("../imgs/deco-symbol-star-purple02.svg") no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .section09 .deco-s::after {
    display: none;
  }
}
.section09 .bg-deco {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 15%;
  overflow: hidden;
  background-color: var(--color01);
}
.section09 .bg-deco::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
  display: block;
  width: 114%;
  height: 324%;
  background: var(--white);
  border-radius: 48%;
}

.section10 {
  word-break: keep-all;
}
.section10 .c01, .section10 .c04 {
  background-color: var(--color01);
  color: var(--white);
  text-align: center;
}
.section10 .c01 .title.maintit, .section10 .c04 .title.maintit {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .title.maintit, .section10 .c04 .title.maintit {
    margin-bottom: 22vw;
  }
}
.section10 .c01 .title.maintit .deco-s03, .section10 .c04 .title.maintit .deco-s03 {
  position: relative;
  display: inline-block;
  overflow: visible;
}
.section10 .c01 .title.maintit .deco-s03::after, .section10 .c04 .title.maintit .deco-s03::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  max-width: 323px;
  height: 104%;
  max-height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%);
  z-index: -1;
  background-image: url(../imgs/deco-symbol-smile04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section10 .c01 h3, .section10 .c04 h3 {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
}
@media only screen and (max-width: 1320px) {
  .section10 .c01 h3, .section10 .c04 h3 {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 h3, .section10 .c04 h3 {
    font-size: 8.8vw;
  }
}
.section10 .c01 h3 .point, .section10 .c04 h3 .point {
  padding: 12px 18px 10px 20px;
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  vertical-align: middle;
  background-color: var(--color10);
}
@media only screen and (max-width: 1320px) {
  .section10 .c01 h3 .point, .section10 .c04 h3 .point {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 h3 .point, .section10 .c04 h3 .point {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 h3 .point, .section10 .c04 h3 .point {
    display: inline-block;
    margin-bottom: 1.38vw;
    padding: 1.6vw 2.5vw 1.38vw 2.7vw;
  }
}
.section10 .c01 .chart.bstyle, .section10 .c04 .chart.bstyle {
  text-align: left;
  color: var(--text01);
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .chart.bstyle, .section10 .c04 .chart.bstyle {
    text-align: center;
  }
}
.section10 .c01 .chart.bstyle h4, .section10 .c04 .chart.bstyle h4 {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
  padding-bottom: 14px;
}
@media only screen and (max-width: 1320px) {
  .section10 .c01 .chart.bstyle h4, .section10 .c04 .chart.bstyle h4 {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .chart.bstyle h4, .section10 .c04 .chart.bstyle h4 {
    font-size: 8.8vw;
  }
}
.section10 .c01 .chart.bstyle p, .section10 .c04 .chart.bstyle p {
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1320px) {
  .section10 .c01 .chart.bstyle p, .section10 .c04 .chart.bstyle p {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .chart.bstyle p, .section10 .c04 .chart.bstyle p {
    font-size: 3.47vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .chart.bstyle p, .section10 .c04 .chart.bstyle p {
    margin-bottom: 5.5vw;
  }
}
.section10 .c01 .chart.bstyle p:first-child, .section10 .c04 .chart.bstyle p:first-child {
  padding-bottom: 40px;
}
.section10 .c01 .chart.bstyle p strong, .section10 .c04 .chart.bstyle p strong {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
}
@media only screen and (max-width: 1320px) {
  .section10 .c01 .chart.bstyle p strong, .section10 .c04 .chart.bstyle p strong {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .chart.bstyle p strong, .section10 .c04 .chart.bstyle p strong {
    font-size: 4.4vw;
  }
}
.section10 .c01 .chart.bstyle ul, .section10 .c04 .chart.bstyle ul {
  margin-left: 1em;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .chart.bstyle ul, .section10 .c04 .chart.bstyle ul {
    margin-top: 5.5vw;
  }
}
.section10 .c01 .chart.bstyle ul li, .section10 .c04 .chart.bstyle ul li {
  list-style: "※ ";
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1320px) {
  .section10 .c01 .chart.bstyle ul li, .section10 .c04 .chart.bstyle ul li {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .chart.bstyle ul li, .section10 .c04 .chart.bstyle ul li {
    font-size: 3.47vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .chart.bstyle ul li, .section10 .c04 .chart.bstyle ul li {
    list-style-position: inside;
  }
}
.section10 .c01 .chart.bstyle .img-box, .section10 .c04 .chart.bstyle .img-box {
  position: relative;
  max-width: 56vw;
  margin: 0 auto;
}
.section10 .c01 .chart.bstyle .img-box img, .section10 .c04 .chart.bstyle .img-box img {
  width: 100%;
}
.section10 .c01 .chart.bstyle .img-box .point, .section10 .c04 .chart.bstyle .img-box .point {
  position: absolute;
  max-width: 42.9%;
  top: 7.5%;
  right: 24%;
  transform: translate(50%, 0);
}
.section10 .c01 .curriculum .col-md-3:nth-child(even) .title, .section10 .c04 .curriculum .col-md-3:nth-child(even) .title {
  background-color: var(--color02-50);
}
.section10 .c01 .curriculum .bstyle, .section10 .c04 .curriculum .bstyle {
  width: 100%;
}
.section10 .c01 .curriculum .bstyle .title, .section10 .c04 .curriculum .bstyle .title {
  padding: 20px;
  background-color: var(--color06-50);
  margin-bottom: 0;
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
}
@media only screen and (max-width: 1320px) {
  .section10 .c01 .curriculum .bstyle .title, .section10 .c04 .curriculum .bstyle .title {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .curriculum .bstyle .title, .section10 .c04 .curriculum .bstyle .title {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .curriculum .bstyle .title, .section10 .c04 .curriculum .bstyle .title {
    padding: 2.7vw;
  }
}
.section10 .c01 .curriculum .bstyle .txt-box, .section10 .c04 .curriculum .bstyle .txt-box {
  padding: 30px 30px 40px;
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .curriculum .bstyle .txt-box, .section10 .c04 .curriculum .bstyle .txt-box {
    padding: 4.1vw 4.1vw 5.5vw;
  }
}
.section10 .c01 .curriculum .bstyle .txt-box .strong, .section10 .c04 .curriculum .bstyle .txt-box .strong {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
}
@media only screen and (max-width: 1320px) {
  .section10 .c01 .curriculum .bstyle .txt-box .strong, .section10 .c04 .curriculum .bstyle .txt-box .strong {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .curriculum .bstyle .txt-box .strong, .section10 .c04 .curriculum .bstyle .txt-box .strong {
    font-size: 4.4vw;
  }
}
.section10 .c01 .curriculum .bstyle .txt-box p, .section10 .c04 .curriculum .bstyle .txt-box p {
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1320px) {
  .section10 .c01 .curriculum .bstyle .txt-box p, .section10 .c04 .curriculum .bstyle .txt-box p {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c01 .curriculum .bstyle .txt-box p, .section10 .c04 .curriculum .bstyle .txt-box p {
    font-size: 3.47vw;
  }
}
.section10 .c02, .section10 .c03 {
  background-color: #FAF8FC;
  text-align: center;
}
.section10 .c02 .maintit, .section10 .c03 .maintit {
  margin-bottom: 0;
}
.section10 .c02 .maintit .tstyle01, .section10 .c03 .maintit .tstyle01 {
  display: inline-block;
  width: auto;
  background-color: var(--color04);
}
@media only screen and (max-width: 767px) {
  .section10 .c02 .maintit .tstyle01, .section10 .c03 .maintit .tstyle01 {
    width: 100%;
  }
}
.section10 .c02 .maintit .tstyle01 span, .section10 .c03 .maintit .tstyle01 span {
  margin-right: 22px;
}
@media only screen and (max-width: 767px) {
  .section10 .c02 .maintit .tstyle01 span, .section10 .c03 .maintit .tstyle01 span {
    margin-right: 0;
  }
}
.section10 .c02 .subtitle p, .section10 .c03 .subtitle p {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
}
@media only screen and (max-width: 1320px) {
  .section10 .c02 .subtitle p, .section10 .c03 .subtitle p {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c02 .subtitle p, .section10 .c03 .subtitle p {
    font-size: 5.6vw;
  }
}
.section10 .c02 .subtitle p span, .section10 .c03 .subtitle p span {
  border-bottom: 5px solid #D0D8E4;
}
.section10 .c02 .col-md-6 h5, .section10 .c03 .col-md-6 h5 {
  margin-bottom: 22px;
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
  text-align: left;
}
@media only screen and (max-width: 1320px) {
  .section10 .c02 .col-md-6 h5, .section10 .c03 .col-md-6 h5 {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c02 .col-md-6 h5, .section10 .c03 .col-md-6 h5 {
    font-size: 4.4vw;
  }
}
.section10 .c02 .col-md-6 p, .section10 .c03 .col-md-6 p {
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
  text-align: left;
}
@media only screen and (max-width: 1320px) {
  .section10 .c02 .col-md-6 p, .section10 .c03 .col-md-6 p {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c02 .col-md-6 p, .section10 .c03 .col-md-6 p {
    font-size: 3.47vw;
  }
}
.section10 .c02 .col-md-6 ul, .section10 .c03 .col-md-6 ul {
  margin-top: 38px;
}
.section10 .c02 .col-md-6 ul li, .section10 .c03 .col-md-6 ul li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .section10 .c02 .col-md-6 ul li, .section10 .c03 .col-md-6 ul li {
    margin-bottom: 5.5vw;
  }
}
.section10 .c02 .col-md-6 ul li:last-child, .section10 .c03 .col-md-6 ul li:last-child {
  margin-bottom: 0;
}
.section10 .c02 .col-md-6 ul li img, .section10 .c03 .col-md-6 ul li img {
  max-width: 100px;
}
@media only screen and (max-width: 1320px) {
  .section10 .c02 .col-md-6 ul li img, .section10 .c03 .col-md-6 ul li img {
    max-width: 7.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c02 .col-md-6 ul li img, .section10 .c03 .col-md-6 ul li img {
    max-width: 13.8vw;
  }
}
.section10 .c02 .col-md-6 ul .bstyle, .section10 .c03 .col-md-6 ul .bstyle {
  align-items: center;
  background-color: var(--white);
}
.section10 .c02 .col-md-6 ul .bstyle .title, .section10 .c03 .col-md-6 ul .bstyle .title {
  text-align: left;
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
}
@media only screen and (max-width: 1320px) {
  .section10 .c02 .col-md-6 ul .bstyle .title, .section10 .c03 .col-md-6 ul .bstyle .title {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c02 .col-md-6 ul .bstyle .title, .section10 .c03 .col-md-6 ul .bstyle .title {
    font-size: 4.4vw;
  }
}
.section10 .c02 .col-md-6 ul .bstyle .col-4, .section10 .c03 .col-md-6 ul .bstyle .col-4 {
  text-align: right;
}
.section10 .c03 {
  background-color: #FDFEFF;
}
.section10 .c03 .maintit .tstyle01 {
  background-color: var(--color01);
}
.section10 .c03 .bstyle {
  text-align: center;
}
.section10 .c03 .bstyle .col-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section10 .c03 .bstyle .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  padding: 30px;
  background-color: var(--color15);
  border-radius: 150px;
}
@media only screen and (max-width: 1320px) {
  .section10 .c03 .bstyle .img-box {
    width: 10vw;
    height: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c03 .bstyle .img-box {
    padding: 4vw;
    width: 20vw;
    height: 20vw;
  }
}
.section10 .c03 .bstyle .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section10 .c03 .bstyle p {
  margin-top: 10px;
  font-family: "Pretendard", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
}
@media only screen and (max-width: 1320px) {
  .section10 .c03 .bstyle p {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c03 .bstyle p {
    font-size: 5vw;
  }
}
.section10 .c04 {
  background-color: var(--color01);
  color: var(--white);
}
.section10 .c04 .col-md-5 {
  width: 37.1%;
}
@media only screen and (max-width: 767px) {
  .section10 .c04 .col-md-5 {
    width: 100%;
  }
}
.section10 .c04 .col-md-7 {
  width: 62.9%;
}
@media only screen and (max-width: 767px) {
  .section10 .c04 .col-md-7 {
    width: 100%;
  }
}
.section10 .c04 .bstyle {
  padding: 0;
  color: var(--color01);
  text-align: left;
}
.section10 .c04 .bstyle .txt-box {
  padding: 44px 59px;
}
@media only screen and (max-width: 1320px) {
  .section10 .c04 .bstyle .txt-box {
    padding: 4.5vw 4.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c04 .bstyle .txt-box {
    padding: 8.3vw 5.5vw;
  }
}
.section10 .c04 .bstyle .txt-box h4 {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 27px;
}
@media only screen and (max-width: 1320px) {
  .section10 .c04 .bstyle .txt-box h4 {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c04 .bstyle .txt-box h4 {
    font-size: 5.6vw;
  }
}
.section10 .c04 .bstyle .img-box {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .section10 .c04 .bstyle .img-box {
    max-height: 43vw;
  }
}
.section10 .c04 .bstyle .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section10 .c04 .bstyle .img-box.b01 {
  background-color: var(--color03);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 44px;
}
@media only screen and (max-width: 1199px) {
  .section10 .c04 .bstyle .img-box.b01 {
    padding: 5.6vw 3.67vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c04 .bstyle .img-box.b01 {
    padding: 5.5vw;
  }
}
.section10 .c04 .bstyle .img-box.b01 img {
  width: 100%;
  max-width: 317px;
}
@media only screen and (max-width: 767px) {
  .section10 .c04 .bstyle .img-box.b01 img {
    max-width: 40vw;
  }
}
.section10 .c04 .bstyle .bstyle {
  display: flex;
  margin: 20px auto 0;
  padding: 11px 22px;
  width: 100%;
  max-width: 178px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .section10 .c04 .bstyle .bstyle {
    padding: 0.92vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c04 .bstyle .bstyle {
    max-width: 37.8vw;
    max-height: 11.25vw;
    height: 100%;
    margin-top: 5vw;
    padding: 1.53vw 1.53vw 1.53vw 2.5vw;
  }
}
.section10 .c04 .bstyle .bstyle.b09 {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  font-size: 16px;
  color: var(--color04);
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .section10 .c04 .bstyle .bstyle.b09 {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c04 .bstyle .bstyle.b09 {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 1320px) {
  .section10 .c04 .bstyle .bstyle.b09 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c04 .bstyle .bstyle.b09 {
    font-size: 3.33vw;
  }
}
.section10 .c04 .bstyle .bstyle .img-box svg {
  margin-left: 11px;
  max-width: 18px;
  width: 100%;
  max-height: 18px;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .section10 .c04 .bstyle .bstyle .img-box svg {
    margin-left: 0.92vw;
  }
}
@media only screen and (max-width: 767px) {
  .section10 .c04 .bstyle .bstyle .img-box svg {
    max-width: 5vw;
    max-height: 5vw;
    margin-left: 2.36vw;
  }
}

.section11 {
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .section11 .row .row .row {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .section11 .row .row .row {
    margin-bottom: 8.3vw;
  }
}
.section11 .bstyle {
  border: 5px solid #D2D9DB;
}
@media only screen and (max-width: 767px) {
  .section11 .bstyle {
    border-width: 0.69vw;
  }
}
.section11 .bstyle .title {
  padding: 13px 20px;
  background-color: var(--color15);
  margin-bottom: 0;
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
}
@media only screen and (max-width: 1320px) {
  .section11 .bstyle .title {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section11 .bstyle .title {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .section11 .bstyle .title {
    padding: 2.7vw;
  }
}
.section11 .bstyle .txt-box {
  padding: 28px 24px 28px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section11 .bstyle .txt-box {
    padding: 4.1vw 4.1vw 5.5vw;
  }
}
.section11 .bstyle .txt-box .strong {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 156%;
}
@media only screen and (max-width: 1320px) {
  .section11 .bstyle .txt-box .strong {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section11 .bstyle .txt-box .strong {
    font-size: 4.4vw;
  }
}
.section11 .bstyle .txt-box p {
  font-family: "Pretendard", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1320px) {
  .section11 .bstyle .txt-box p {
    font-size: 1.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .section11 .bstyle .txt-box p {
    font-size: 3.47vw;
  }
}

.section12 {
  background-color: var(--color03);
}
.section12#review-26-1 {
  background-color: #D2C8EB;
  padding-top: 80px;
  padding-bottom: 200px;
  margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  .section12#review-26-1 {
    padding-top: 8.3vw;
    padding-bottom: 80px !important;
  }
}
.section12#review-26-1 .title {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  color: var(--color01-50);
}
@media only screen and (max-width: 1320px) {
  .section12#review-26-1 .title {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section12#review-26-1 .title {
    font-size: 5.6vw;
  }
}
.section12#review-26-1 .review-26-1-de .rev {
  height: auto !important;
}
@media (max-width:767px){.section12#review-26-1 .review-26-1-de .rev{padding:0 24px !important}}
.section12#review-26-1 .review-26-1-de .swiper-wrapper .swiper-slide {
  height: 200px;
  padding: 20px 32px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.section12#review-26-1 .review-26-1-de .swiper-wrapper .swiper-slide h3 {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  color: #1F2C5C;
}
@media only screen and (max-width: 1320px) {
  .section12#review-26-1 .review-26-1-de .swiper-wrapper .swiper-slide h3 {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .section12#review-26-1 .review-26-1-de .swiper-wrapper .swiper-slide h3 {
    font-size: 2.8vw;
  }
}
.section12#review-26-1 .review-26-1-de .swiper-wrapper .swiper-slide p {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  font-weight: 400;
  color: #1F2C5C;
}
@media only screen and (max-width: 1320px) {
  .section12#review-26-1 .review-26-1-de .swiper-wrapper .swiper-slide p {
    font-size: 1.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .section12#review-26-1 .review-26-1-de .swiper-wrapper .swiper-slide p {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 1199px) {
  .section12#review-26-1 .review-26-1-de .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.section12#review-26-1 .review-26-1-de .swiper-slide-01 {
  position: relative;
  overflow: visible;
}
.section12#review-26-1 .review-26-1-de .swiper-slide-01::after {
  content: "";
  display: block;
  width: 64px;
  height: 50px;
  background-image: url("../imgs/speech-bubble-deco-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  z-index: 2;
  transform: translatex(-24px);
}
.section12#review-26-1 .review-26-1-de .swiper-slide-02 {
  position: relative;
  overflow: visible;
}
.section12#review-26-1 .review-26-1-de .swiper-slide-02::after {
  content: "";
  display: block;
  width: 64px;
  height: 50px;
  background-image: url("../imgs/speech-bubble-deco-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  z-index: 2;
  transform: translatex(24px);
}
@media only screen and (max-width: 1320px) {
  .section12 {
    padding-bottom: 13.8vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .section12 {
    padding-bottom: 22.2vw 0;
  }
}
.section12 .row {
  height: auto !important;
}
.section12 .subtitle {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  text-align: center;
}
@media only screen and (max-width: 1320px) {
  .section12 .subtitle {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section12 .subtitle {
    font-size: 5.6vw;
  }
}
.section12 .bstyle {
  height: auto;
}
.section12 .bstyle .img-box {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .section12 .bstyle .img-box {
    max-height: 43vw;
  }
}
.section12 .bstyle .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section12 .bstyle .txt-box {
  padding: 47px 52px;
  min-height: 462px;
}
@media only screen and (max-width: 767px) {
  .section12 .bstyle .txt-box {
    min-height: 120px;
    padding: 6.9vw;
  }
}
.section12 .bstyle .txt-box .inner-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.section12 .bstyle .txt-box h3 {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1320px) {
  .section12 .bstyle .txt-box h3 {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section12 .bstyle .txt-box h3 {
    font-size: 5.6vw;
  }
}
.section12 .bstyle .txt-box .sources {
  padding-top: 18px;
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 156%;
  text-align: right;
}
@media only screen and (max-width: 1320px) {
  .section12 .bstyle .txt-box .sources {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section12 .bstyle .txt-box .sources {
    font-size: 4.4vw;
  }
}

.swiper.rev {
  max-width: 100vw;
  width: 100%;
  height: 408px;
  position: relative;
  overflow: hidden;
}
.swiper.rev .swiper-wrapper {
  display: flex;
}
.swiper.rev .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  overflow: hidden;
}
.swiper.rev .swiper-slide .row {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .swiper.rev .swiper-slide .row .img-box {
    max-height: 43vw;
  }
}
.swiper.rev .swiper-slide .row .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .swiper.rev .swiper-slide .row .txt-box {
    min-height: 120px;
    padding: 6.9vw;
  }
}
.swiper.rev .swiper-slide .row .txt-box .inner-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1vw;
}
.swiper.rev .swiper-slide .row .txt-box h3 {
  font-family: "Pretendard", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1320px) {
  .swiper.rev .swiper-slide .row .txt-box h3 {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .swiper.rev .swiper-slide .row .txt-box h3 {
    font-size: 5vw;
  }
}
.swiper.rev .swiper-slide .row .txt-box .sources {
  padding-top: 12px;
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 156%;
  text-align: right;
}
@media only screen and (max-width: 1320px) {
  .swiper.rev .swiper-slide .row .txt-box .sources {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .swiper.rev .swiper-slide .row .txt-box .sources {
    font-size: 4.4vw;
  }
}

.section13 {
  background-color: var(--color03);
  position: relative;
}
.section13 .subtitle {
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  padding-top: 100px;
}
@media only screen and (max-width: 1320px) {
  .section13 .subtitle {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section13 .subtitle {
    font-size: 5.6vw;
  }
}
.section13 .title {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section13 {
    height: 130vw;
    overflow: hidden;
  }
}
.section13::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  max-height: 16.4vw;
  background-image: url("../imgs/section13-deco.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .section13 .txt-box {
    flex-direction: column;
    width: 100%;
  }
  .section13 .txt-box h2 {
    font-size: 7vw;
    justify-content: center;
    text-align: center;
  }
}
.section13 .txt-box .contact-btn {
  display: none;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .section13 .txt-box .contact-btn {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .section13 .txt-box .contact-btn {
    margin-bottom: 8.3vw;
  }
}
.section13 .txt-box .contact-btn a {
  display: inline-block;
  width: auto;
  padding: 37px 77px 29px;
  font-family: "MICEGothic Bold", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  color: var(--color04);
  background-color: var(--white);
  border: 5px solid var(--color04);
  border-radius: 74px;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (max-width: 1320px) {
  .section13 .txt-box .contact-btn a {
    font-size: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .section13 .txt-box .contact-btn a {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .section13 .txt-box .contact-btn a {
    padding: 4.1vw 10vw;
    border-width: 0.69vw;
  }
}
.section13 .txt-box .contact-btn a:hover {
  color: var(--white);
  background-color: var(--color04);
}
.section13 .txt-box .contact-btn a:hover .img-box svg {
  fill: var(--white);
}
.section13 .txt-box .contact-btn a:hover .img-box svg path {
  fill: var(--white);
}
.section13 .txt-box .contact-btn a .img-box {
  display: inline-block;
  margin-left: 1em;
  max-width: 48px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section13 .txt-box .contact-btn a .img-box {
    max-width: 6.6vw;
  }
}
.section13 .txt-box .contact-btn a .img-box svg {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section13 .img-box {
    width: 100%;
  }
}
.section13 .img-box img {
  width: 100%;
}
.section13 .bg-deco {
  z-index: 2;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 15%;
  overflow: hidden;
}

.section14 {
  background-color: var(--color01);
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .section14 .container, .section14 .container-lg, .section14 .container-md, .section14 .container-sm {
    max-width: calc(100% - 22vw + 24px);
  }
}
.section14 .bstyle {
  padding: 17px;
  background-color: transparent;
  border: 1px solid var(--white);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  gap: 2.6vw;
}
@media only screen and (max-width: 767px) {
  .section14 .bstyle {
    padding: 2.3vw 5.5vw;
    justify-content: center;
    gap: 3vw;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .section14 .bstyle {
    margin-bottom: 5.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .section14 .bstyle img {
    max-width: 7vw;
  }
}
.section14 .bstyle h3 {
  font-family: "Pretendard", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 156%;
  font-weight: 600;
}
@media only screen and (max-width: 1320px) {
  .section14 .bstyle h3 {
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .section14 .bstyle h3 {
    font-size: 4.4vw;
  }
}
.section14 .bstyle h3 a {
  color: var(--white);
}
.section14 ul {
  margin-left: 30px;
}
.section14 ul li {
  list-style: disc;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}
@media only screen and (max-width: 1320px) {
  .section14 ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .section14 ul li {
    font-size: 12px;
  }
}

.swiper.sstyle01 {
  padding: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .swiper.sstyle01 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .swiper.sstyle01 {
    margin-bottom: 8.3vw;
  }
}
.swiper.sstyle01 .swiper-slide img {
  width: 100%;
}
.swiper.sstyle01 .swiper-button-next,
.swiper.sstyle01 .swiper-button-prev {
  position: absolute;
  width: 32px;
  height: 52px;
  z-index: 10;
}
.swiper.sstyle01 .swiper-button-next::after,
.swiper.sstyle01 .swiper-button-prev::after {
  width: 32px;
  height: 52px;
  background-color: rgba(150, 150, 150, 0.2);
  background: url("../imgs/slider-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}
.swiper.sstyle01 .swiper-button-next {
  right: 0;
}
.swiper.sstyle01 .swiper-button-next::after {
  transform: rotate(180deg);
}
.swiper.sstyle01 .swiper-button-prev {
  left: 0;
}
.swiper.sstyle01 .swiper-pagination {
  bottom: 0;
}
.swiper.sstyle01 .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.swiper.sstyle01 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--color04);
}
.swiper.sstyle01.curri_swiper {
  padding: 0 25px 50px;
  margin: 0 -25px 0 25px;
}
@media only screen and (max-width: 767px) {
  .swiper.sstyle01.curri_swiper {
    margin: 0 0 8.3vw 0;
  }
}
.swiper.sstyle01.curri_swiper02 {
  padding: 0 25px 50px;
  margin: 0 -25px 0 25px;
}
@media only screen and (max-width: 767px) {
  .swiper.sstyle01.curri_swiper02 {
    margin: 0 0 8.3vw 0;
  }
}
.swiper.sstyle01.curri_swiper02 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color01);
}
.swiper.compo_swiper {
  padding: 0;
  margin-bottom: 0;
}
.swiper.compo_swiper .swiper-pagination {
  bottom: 0;
  transform: translate(0, -100%);
}
.swiper.compo_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.swiper.compo_swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--white);
}
.swiper.review_slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
.swiper.review_slider .swiper-pagination .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--white);
}

@keyframes bg-btn01 {
  0% {
    background-color: var(--color06-50);
  }
  50% {
    background-color: var(--color08);
  }
  100% {
    background-color: var(--color06-50);
  }
}
@keyframes bg-btn02 {
  0% {
    background-color: var(--color04);
  }
  50% {
    background-color: var(--color09);
  }
  100% {
    background-color: var(--color04);
  }
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotatesymbol {
  0% {
    transform: translate(0, -50%) rotate(-360deg);
  }
  25% {
    transform: translate(0, -50%) rotate(0deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(-360deg);
  }
  25% {
    transform: rotate(0deg);
  }
}
@keyframes draw {
  0% {
    opacity: 0;
    stroke-dashoffset: 50;
  }
  50% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0; /* 선이 모두 그려짐 */
    opacity: 1;
  }
}
@keyframes draw02 {
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=master.css.map */