@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;700&display=swap");
@-webkit-keyframes table-swipe {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 5px) rotate(0);
            transform: translate(-20px, 5px) rotate(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
            transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
            transform: translate(20px, -5px) rotate(15deg);
  }
}
@keyframes table-swipe {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20px, 5px) rotate(0);
            transform: translate(-20px, 5px) rotate(0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
            transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
            transform: translate(20px, -5px) rotate(15deg);
  }
}
@-webkit-keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes circle {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes circle {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@-webkit-keyframes circle-revese {
  to {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@keyframes circle-revese {
  to {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}
@-webkit-keyframes arrow-line {
  0% {
    -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  50% {
    -webkit-transform: translateX(8px) scaleX(0.1);
            transform: translateX(8px) scaleX(0.1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  50.1% {
    -webkit-transform: translateX(-8px) scaleX(0);
            transform: translateX(-8px) scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  100% {
    -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@keyframes arrow-line {
  0% {
    -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  50% {
    -webkit-transform: translateX(8px) scaleX(0.1);
            transform: translateX(8px) scaleX(0.1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  50.1% {
    -webkit-transform: translateX(-8px) scaleX(0);
            transform: translateX(-8px) scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  100% {
    -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@-webkit-keyframes arrow-line-left {
  0% {
    -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50% {
    -webkit-transform: translateX(-8px) scaleX(-0.1);
            transform: translateX(-8px) scaleX(-0.1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50.1% {
    -webkit-transform: translateX(8px) scaleX(0);
            transform: translateX(8px) scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
@keyframes arrow-line-left {
  0% {
    -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50% {
    -webkit-transform: translateX(-8px) scaleX(-0.1);
            transform: translateX(-8px) scaleX(-0.1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50.1% {
    -webkit-transform: translateX(8px) scaleX(0);
            transform: translateX(8px) scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    -webkit-transform: translateX(0) scaleX(1);
            transform: translateX(0) scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
@-webkit-keyframes arrow-line-top {
  0% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: translateY(-8px) scaleY(-0.1);
            transform: translateY(-8px) scaleY(-0.1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50.1% {
    -webkit-transform: translateY(8px) scaleY(0);
            transform: translateY(8px) scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes arrow-line-top {
  0% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: translateY(-8px) scaleY(-0.1);
            transform: translateY(-8px) scaleY(-0.1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50.1% {
    -webkit-transform: translateY(8px) scaleY(0);
            transform: translateY(8px) scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
.js-animation {
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
}

.js-animation.is-active {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

html {
  background-color: #fff;
  color: #111;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.3125;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
    line-height: 1.3571428571;
  }
}

a {
  background-color: transparent;
  color: #0074d9;
}

mark {
  background-color: #ffdc00;
  color: #111;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

legend, fieldset, iframe, img, hr {
  border: 0;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
}

textarea, input[type=color], input[type=number], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=search], input[type=text] {
  border-radius: 0;
}

table {
  border-spacing: 0;
}

sub {
  bottom: -0.2em;
}

input[type=radio], input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=search], hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

textarea, optgroup, select, button, input {
  color: inherit;
}

html body [disabled] {
  cursor: default;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

main, figcaption, figure, footer, header, aside, nav, section, article {
  display: block;
}

canvas, progress, audio, video {
  display: inline-block;
}

template, [hidden] {
  display: none;
}

textarea, optgroup, select, button, input, th, kbd, samp, code, pre, address, h6, h5, h4, h3, h2, h1 {
  font: inherit;
}

kbd, samp, code, pre {
  font-family: "Noto Mono", monospace;
}

sup, sub {
  font-size: 68.75%;
}
@media (max-width: 767px) {
  sup, sub {
    font-size: 78.5714285714%;
  }
}

small {
  font-size: 75%;
}
@media (max-width: 767px) {
  small {
    font-size: 85.7142857143%;
  }
}

optgroup, b, strong {
  font-weight: bold;
}

hr {
  height: 0;
}

img {
  height: auto;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

sup, sub {
  line-height: 0;
}

button, input {
  line-height: 1.28125;
}
@media (min-width: 1050px) and (max-width: 1049px) {
  button, input {
    line-height: 1.265625;
  }
}
@media (max-width: 767px) {
  button, input {
    line-height: 1.2857142857;
  }
}

li {
  list-style: none;
}

fieldset, textarea, optgroup, select, button, input, figure, dd, dl, ul, ol, blockquote, pre, hr, p, h6, h5, h4, h3, h2, h1, body {
  margin: 0;
}

canvas, video, iframe, img {
  max-width: 100%;
}

textarea, pre {
  overflow: auto;
}

button {
  overflow: visible;
}

legend, fieldset, input[type=radio], input[type=checkbox], th, td, ul, ol {
  padding: 0;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
}

sup, sub {
  position: relative;
}

q:after {
  content: "”";
}
q:before {
  content: "“";
}

th, caption {
  text-align: left;
}

abbr[title] {
  text-decoration: none;
}

select, button {
  text-transform: none;
}

sup {
  top: -0.6em;
}

meter, progress, sup, sub {
  vertical-align: baseline;
}

canvas, textarea, input[type=image], audio, video, iframe, img {
  vertical-align: bottom;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  max-width: 100%;
  overflow: hidden;
  vertical-align: bottom;
}

.natural {
  display: block;
  padding-bottom: 2.5px;
  padding-top: 2.5px;
}
.natural caption, .natural figure figcaption {
  color: #aaa;
  font-size: 75%;
  line-height: 1.28125;
}
.natural caption:first-child, .natural figure figcaption:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .natural caption, .natural figure figcaption {
    line-height: 1.265625;
  }
}
@media screen and (max-width: 767px) {
  .natural caption, .natural figure figcaption {
    line-height: 1.2857142857;
  }
}

.natural pre {
  background-color: #002b36;
  color: #839496;
  border-radius: 0.25em;
  padding: 23.5px 100px;
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .natural pre {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .natural pre {
    padding-bottom: 21.5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 21.5px;
  }
}

.natural h6, .natural h5, .natural h4, .natural h3, .natural h2, .natural h1 {
  display: block;
  font-weight: bold;
  line-height: 1.28125;
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .natural h6, .natural h5, .natural h4, .natural h3, .natural h2, .natural h1 {
    line-height: 1.265625;
  }
}
@media screen and (max-width: 767px) {
  .natural h6, .natural h5, .natural h4, .natural h3, .natural h2, .natural h1 {
    line-height: 1.2857142857;
  }
}

.natural dd, .natural ol,
.natural ul, .natural blockquote {
  padding-left: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .natural dd, .natural ol,
  .natural ul, .natural blockquote {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .natural dd, .natural ol,
  .natural ul, .natural blockquote {
    padding-left: 30px;
  }
}

.natural dt, .natural li {
  margin-top: 2.5px;
}
.natural table, .natural blockquote, .natural hr, .natural .solid, .natural pre, .natural h6, .natural h5, .natural h4, .natural h3, .natural h2, .natural h1 {
  display: block;
  margin-bottom: 23.5px;
  margin-top: 23.5px;
}
.natural table + table, .natural blockquote + table, .natural table + blockquote, .natural blockquote + blockquote, .natural hr + table, .natural hr + blockquote, .natural table + hr, .natural blockquote + hr, .natural hr + hr, .natural .solid + table, .natural .solid + blockquote, .natural .solid + hr, .natural table + .solid, .natural blockquote + .solid, .natural hr + .solid, .natural .solid + .solid, .natural pre + table, .natural pre + blockquote, .natural pre + hr, .natural pre + .solid, .natural h6 + table, .natural h6 + blockquote, .natural h6 + hr, .natural h5 + table, .natural h5 + blockquote, .natural h5 + hr, .natural h4 + table, .natural h4 + blockquote, .natural h4 + hr, .natural h3 + table, .natural h3 + blockquote, .natural h3 + hr, .natural h2 + table, .natural h2 + blockquote, .natural h2 + hr, .natural h1 + table, .natural h1 + blockquote, .natural h1 + hr, .natural h6 + .solid, .natural h5 + .solid, .natural h4 + .solid, .natural h3 + .solid, .natural h2 + .solid, .natural h1 + .solid, .natural table + pre, .natural blockquote + pre, .natural hr + pre, .natural .solid + pre, .natural pre + pre, .natural h6 + pre, .natural h5 + pre, .natural h4 + pre, .natural h3 + pre, .natural h2 + pre, .natural h1 + pre, .natural table + h6, .natural blockquote + h6, .natural hr + h6, .natural table + h5, .natural blockquote + h5, .natural hr + h5, .natural table + h4, .natural blockquote + h4, .natural hr + h4, .natural table + h3, .natural blockquote + h3, .natural hr + h3, .natural table + h2, .natural blockquote + h2, .natural hr + h2, .natural table + h1, .natural blockquote + h1, .natural hr + h1, .natural .solid + h6, .natural .solid + h5, .natural .solid + h4, .natural .solid + h3, .natural .solid + h2, .natural .solid + h1, .natural pre + h6, .natural pre + h5, .natural pre + h4, .natural pre + h3, .natural pre + h2, .natural pre + h1, .natural h6 + h6, .natural h5 + h6, .natural h6 + h5, .natural h5 + h5, .natural h4 + h6, .natural h4 + h5, .natural h6 + h4, .natural h5 + h4, .natural h4 + h4, .natural h3 + h6, .natural h3 + h5, .natural h3 + h4, .natural h6 + h3, .natural h5 + h3, .natural h4 + h3, .natural h3 + h3, .natural h2 + h6, .natural h2 + h5, .natural h2 + h4, .natural h2 + h3, .natural h6 + h2, .natural h5 + h2, .natural h4 + h2, .natural h3 + h2, .natural h2 + h2, .natural h1 + h6, .natural h1 + h5, .natural h1 + h4, .natural h1 + h3, .natural h1 + h2, .natural h6 + h1, .natural h5 + h1, .natural h4 + h1, .natural h3 + h1, .natural h2 + h1, .natural h1 + h1 {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .natural table, .natural blockquote, .natural hr, .natural .solid, .natural pre, .natural h6, .natural h5, .natural h4, .natural h3, .natural h2, .natural h1 {
    margin-bottom: 21.5px;
    margin-top: 21.5px;
  }
  .natural table + table, .natural blockquote + table, .natural table + blockquote, .natural blockquote + blockquote, .natural hr + table, .natural hr + blockquote, .natural table + hr, .natural blockquote + hr, .natural hr + hr, .natural .solid + table, .natural .solid + blockquote, .natural .solid + hr, .natural table + .solid, .natural blockquote + .solid, .natural hr + .solid, .natural .solid + .solid, .natural pre + table, .natural pre + blockquote, .natural pre + hr, .natural pre + .solid, .natural h6 + table, .natural h6 + blockquote, .natural h6 + hr, .natural h5 + table, .natural h5 + blockquote, .natural h5 + hr, .natural h4 + table, .natural h4 + blockquote, .natural h4 + hr, .natural h3 + table, .natural h3 + blockquote, .natural h3 + hr, .natural h2 + table, .natural h2 + blockquote, .natural h2 + hr, .natural h1 + table, .natural h1 + blockquote, .natural h1 + hr, .natural h6 + .solid, .natural h5 + .solid, .natural h4 + .solid, .natural h3 + .solid, .natural h2 + .solid, .natural h1 + .solid, .natural table + pre, .natural blockquote + pre, .natural hr + pre, .natural .solid + pre, .natural pre + pre, .natural h6 + pre, .natural h5 + pre, .natural h4 + pre, .natural h3 + pre, .natural h2 + pre, .natural h1 + pre, .natural table + h6, .natural blockquote + h6, .natural hr + h6, .natural table + h5, .natural blockquote + h5, .natural hr + h5, .natural table + h4, .natural blockquote + h4, .natural hr + h4, .natural table + h3, .natural blockquote + h3, .natural hr + h3, .natural table + h2, .natural blockquote + h2, .natural hr + h2, .natural table + h1, .natural blockquote + h1, .natural hr + h1, .natural .solid + h6, .natural .solid + h5, .natural .solid + h4, .natural .solid + h3, .natural .solid + h2, .natural .solid + h1, .natural pre + h6, .natural pre + h5, .natural pre + h4, .natural pre + h3, .natural pre + h2, .natural pre + h1, .natural h6 + h6, .natural h5 + h6, .natural h6 + h5, .natural h5 + h5, .natural h4 + h6, .natural h4 + h5, .natural h6 + h4, .natural h5 + h4, .natural h4 + h4, .natural h3 + h6, .natural h3 + h5, .natural h3 + h4, .natural h6 + h3, .natural h5 + h3, .natural h4 + h3, .natural h3 + h3, .natural h2 + h6, .natural h2 + h5, .natural h2 + h4, .natural h2 + h3, .natural h6 + h2, .natural h5 + h2, .natural h4 + h2, .natural h3 + h2, .natural h2 + h2, .natural h1 + h6, .natural h1 + h5, .natural h1 + h4, .natural h1 + h3, .natural h1 + h2, .natural h6 + h1, .natural h5 + h1, .natural h4 + h1, .natural h3 + h1, .natural h2 + h1, .natural h1 + h1 {
    margin-top: 24px;
  }
}

.natural figure, .natural dl, .natural ol,
.natural ul, .natural p {
  display: block;
}
@media screen and (max-width: 767px) {
  .natural figure, .natural dl, .natural ol,
  .natural ul, .natural p {
    margin-bottom: 19px;
    margin-top: 19px;
  }
}

.natural th, .natural td {
  border: 1px solid #ddd;
  padding: 13.5px 100px;
  white-space: nowrap;
}
.ie9 .natural th, .natural .ie9 th, .ie9 .natural td, .natural .ie9 td {
  white-space: normal;
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .natural th, .natural td {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .natural th, .natural td {
    padding-bottom: 11.5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 11.5px;
  }
}

/* ### natural - 標準テキスト */
.natural {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
}

.natural:not(:last-child) {
  margin-bottom: 20px;
}

.natural:not(:first-child) {
  margin-top: 20px;
}

.natural h1, .natural h2, .natural h3, .natural h4, .natural h5, .natural h6 {
  display: block;
}

.natural h2 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .natural h2 {
    font-size: 3.2rem;
  }
}
.natural h2:not(:first-child) {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .natural h2:not(:first-child) {
    margin-top: 80px;
  }
}
.natural h2:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .natural h2:not(:last-child) {
    margin-bottom: 45px;
  }
}
.natural h2::before, .natural h2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
}

.natural h3 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .natural h3 {
    font-size: 2.4rem;
  }
}
.natural h3:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .natural h3:not(:first-child) {
    margin-top: 55px;
  }
}
.natural h3:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .natural h3:not(:last-child) {
    margin-bottom: 30px;
  }
}
.natural h3::before, .natural h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
}

.natural h4 {
  color: #414141;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .natural h4 {
    font-size: 2rem;
  }
}
.natural h4:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .natural h4:not(:first-child) {
    margin-top: 45px;
  }
}
.natural h4:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .natural h4:not(:last-child) {
    margin-bottom: 25px;
  }
}
.natural h5 {
  color: #414141;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .natural h5 {
    font-size: 1.8rem;
  }
}
.natural h5:not(:first-child) {
  margin-top: 30px;
}

.natural h5:not(:last-child) {
  margin-bottom: 20px;
}

.natural p:not(:first-child) {
  margin-top: 20px;
}

.natural p:not(:last-child) {
  margin-bottom: 20px;
}

.natural p::before, .natural p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.5em;
}

.natural--white p {
  color: #fff;
}

.natural figure figcaption,
.natural caption {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.17em;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .natural figure figcaption,
  .natural caption {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.natural figure figcaption:first-child,
.natural caption:first-child {
  margin-top: 0;
}

.natural figure {
  max-width: 750px;
  margin: 0 auto;
}

.natural figure:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .natural figure:not(:first-child) {
    margin-top: 20px;
  }
}
.natural figure:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .natural figure:not(:last-child) {
    margin-bottom: 20px;
  }
}
.natural pre {
  display: block;
}

@media screen and (max-width: 767px) {
  .natural pre {
    font-size: 13px;
  }
}
.natural pre:not(:first-child) {
  margin-top: 30px;
}

.natural pre:not(:last-child) {
  margin-bottom: 30px;
}

.natural .solid,
.natural hr,
.natural blockquote {
  display: block;
}

.natural pre + pre, .natural h1 + pre, .natural h2 + pre, .natural h3 + pre, .natural h4 + pre, .natural h5 + pre, .natural h6 + pre, .natural .solid + pre, .natural hr + pre, .natural blockquote + pre, .natural table + pre, .natural pre + h1, .natural h1 + h1, .natural h2 + h1, .natural h3 + h1, .natural h4 + h1, .natural h5 + h1, .natural h6 + h1, .natural .solid + h1, .natural hr + h1, .natural blockquote + h1, .natural table + h1, .natural pre + h2, .natural h1 + h2, .natural h2 + h2, .natural h3 + h2, .natural h4 + h2, .natural h5 + h2, .natural h6 + h2, .natural .solid + h2, .natural hr + h2, .natural blockquote + h2, .natural table + h2, .natural pre + h3, .natural h1 + h3, .natural h2 + h3, .natural h3 + h3, .natural h4 + h3, .natural h5 + h3, .natural h6 + h3, .natural .solid + h3, .natural hr + h3, .natural blockquote + h3, .natural table + h3, .natural pre + h4, .natural h1 + h4, .natural h2 + h4, .natural h3 + h4, .natural h4 + h4, .natural h5 + h4, .natural h6 + h4, .natural .solid + h4, .natural hr + h4, .natural blockquote + h4, .natural table + h4, .natural pre + h5, .natural h1 + h5, .natural h2 + h5, .natural h3 + h5, .natural h4 + h5, .natural h5 + h5, .natural h6 + h5, .natural .solid + h5, .natural hr + h5, .natural blockquote + h5, .natural table + h5, .natural pre + h6, .natural h1 + h6, .natural h2 + h6, .natural h3 + h6, .natural h4 + h6, .natural h5 + h6, .natural h6 + h6, .natural .solid + h6, .natural hr + h6, .natural blockquote + h6, .natural table + h6, .natural pre + .solid, .natural h1 + .solid, .natural h2 + .solid, .natural h3 + .solid, .natural h4 + .solid, .natural h5 + .solid, .natural h6 + .solid, .natural .solid + .solid, .natural hr + .solid, .natural blockquote + .solid, .natural table + .solid, .natural pre + hr, .natural h1 + hr, .natural h2 + hr, .natural h3 + hr, .natural h4 + hr, .natural h5 + hr, .natural h6 + hr, .natural .solid + hr, .natural hr + hr, .natural blockquote + hr, .natural table + hr, .natural pre + blockquote, .natural h1 + blockquote, .natural h2 + blockquote, .natural h3 + blockquote, .natural h4 + blockquote, .natural h5 + blockquote, .natural h6 + blockquote, .natural .solid + blockquote, .natural hr + blockquote, .natural blockquote + blockquote, .natural table + blockquote, .natural pre + table, .natural h1 + table, .natural h2 + table, .natural h3 + table, .natural h4 + table, .natural h5 + table, .natural h6 + table, .natural .solid + table, .natural hr + table, .natural blockquote + table, .natural table + table {
  margin-top: "38px";
}

.natural ol:not(:first-child), .natural ul:not(:first-child), .natural dl:not(:first-child), .natural figure:not(:first-child) {
  display: block;
}

.natural p:not(:last-child), .natural ol:not(:last-child), .natural ul:not(:last-child), .natural dl:not(:last-child), .natural figure:not(:last-child) {
  display: block;
}

.natural a {
  color: #414141;
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  word-break: break-all;
}

.natural a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #113548;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.natural a:hover {
  color: #113548;
}

.natural a:hover::after {
  background-color: #113548;
}

.natural[target=_blank] {
  padding-left: 20px;
}

.natural[target=_blank]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4xMyIgaGVpZ2h0PSIxMi4xNyIgdmlld0JveD0iMCAwIDE1LjEzIDEyLjE3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzQzNDY5ODt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjkuMzggOS43IDkuMzggMTAuODIgMS41MiAxMC44MiAxLjUyIDUuOTIgMy41MiA1LjkyIDMuNTIgMy4yIDAgMy4yIDAgMTIuMTcgMTAuOSAxMi4xNyAxMC45IDkuNyA5LjM4IDkuNyIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQuMjIsMFY5SDE1LjEzVjBaTTEzLjYsNy42M0g1Ljc1VjIuNzJIMTMuNloiLz48L2c+PC9nPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}

@media all and (-ms-high-contrast: none) {
  .natural[target=_blank]::before {
    margin-top: -11px;
  }
}
.natural strong {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .natural th,
  .natural td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.natural ul:not(:first-child) {
  margin-top: 20px;
}

.natural ul .natural ul:not(:last-child) {
  margin-bottom: 20px;
}

.natural ul li:not(:first-child) {
  margin-top: 5px;
}

.natural ul li:not(:last-child) {
  margin-bottom: 5px;
}

.natural ul > li {
  position: relative;
  padding-left: 15px;
}

.natural ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #D9E4EA;
}

@media all and (-ms-high-contrast: none) {
  .natural ul > li::before {
    top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .natural ul > li::before {
    top: 10px;
  }
}
/* 番号付きリスト */
.natural ol {
  display: list-item;
  -webkit-padding-start: 35px;
  padding-inline-start: 35px;
  list-style-type: decimal;
}

.natural ol li {
  display: list-item;
  margin-top: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  list-style: inherit;
}

@-moz-document url-prefix() {
  .natural ol {
    padding-inline-start: 25px;
  }
}
@media all and (-ms-high-contrast: none) {
  .natural ol {
    padding-left: 10px;
  }
  .natural ol li {
    list-style-position: inside;
  }
}
.natural table {
  margin: 30px 0px;
  border: 1px solid #D9E4EA;
}

@media screen and (max-width: 767px) {
  .natural table {
    display: block;
    width: 100%;
    overflow: scroll;
  }
}
.natural table tr:not(:last-child) {
  border-bottom: 1px solid #D9E4EA;
}

.natural table th {
  padding: 10px;
  border-bottom: 1px solid #D9E4EA;
  background-color: #fffacd;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .natural table th {
    font-size: 16px;
  }
}
.natural table th:not(:last-child) {
  border-right: 1px solid #D9E4EA;
}

.natural table td {
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .natural table td {
    font-size: 13px;
  }
}
.natural table td:not(:last-child) {
  border-right: 1px solid #D9E4EA;
}

.natural--bg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background-color: #2E3D45;
}

@media screen and (max-width: 767px) {
  .natural--bg {
    padding: 20px;
  }
}
html {
  background-color: #fff;
  color: #9BA7AC;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

::-webkit-input-placeholder {
  color: #26B0E5;
}

::-moz-placeholder {
  color: #26B0E5;
}

:-ms-input-placeholder {
  color: #26B0E5;
}

::-ms-input-placeholder {
  color: #26B0E5;
}

::placeholder {
  color: #26B0E5;
}

body {
  overflow-x: hidden;
}

.natural h1 {
  font-size: 2.5em;
}

.natural h2 {
  font-size: 1.75em;
}

.natural h3 {
  font-size: 1.25em;
}

.natural hr {
  background-color: #ddd;
  height: 1px;
}

.natural blockquote {
  border-left: 1px solid #ddd;
  color: #aaa;
}

.natural li {
  list-style-type: inherit;
}
.natural li ol,
.natural li ul {
  margin-bottom: 0;
  margin-top: 0;
}

.natural dt {
  font-style: italic;
  font-weight: bold;
}

a {
  text-decoration: none;
}

.natural table {
  overflow: auto;
}

.natural th {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

.block {
  display: block;
  text-decoration: none;
}
.block, .block:active, .block:visited {
  color: inherit;
}

.break {
  word-wrap: break-word;
}

.full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.stick {
  margin: 0 !important;
}

.stick-bottom {
  margin-bottom: 0 !important;
}

.stick-left {
  margin-left: 0 !important;
}

.stick-right {
  margin-right: 0 !important;
}

.stick-top {
  margin-top: 0 !important;
}

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

.text-left {
  text-align: left !important;
}

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

.text-lower {
  text-transform: lowercase;
}

.text-upper {
  text-transform: uppercase;
}

.word {
  display: inline-block;
}

.view--is-desktop {
  display: block;
}

@media screen and (max-width: 1049px) {
  .view--is-desktop {
    display: none !important;
  }
}
.view--is-desktop-lower {
  display: block;
}

@media screen and (max-width: 767px) {
  .view--is-desktop-lower {
    display: none !important;
  }
}
.view--is-laptop {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1049px) {
  .view--is-laptop {
    display: block;
  }
}
.view--is-laptop-lower {
  display: none;
}

@media screen and (max-width: 1049px) {
  .view--is-laptop-lower {
    display: block;
  }
}
.view--is-palmtop {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .view--is-palmtop {
    display: block !important;
  }
}
.text-white {
  color: #fff !important;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
}

.top_banner {
  display: inline-block;
  background-color: #65C9EF;
  border-radius: 130px 0px 0px 130px;
  top: 610px;
  right: 0;
  max-width: 370px;
  position: fixed;
  z-index: 95;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .top_banner {
    top: 599px;
    max-width: 330px;
  }
}
.top_banner__text {
  display: inline-block;
  font-size: 24px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 80px 12px 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_banner__text {
    font-size: 20px;
    padding: 11px 45px 12px 80px;
  }
}
.top_banner__text::before,
.top_banner__text::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.top_banner__text::before {
  background-image: url("../images/common/icon_top_banner01.svg");
  width: 71px;
  height: 56px;
  top: -10px;
  left: 26px;
}

@media screen and (max-width: 767px) {
  .top_banner__text::before {
    width: 65px;
    height: 51px;
    top: -5px;
    left: 15px;
  }
}
.top_banner__text::after {
  background-image: url("../images/common/icon_top_banner02.svg");
  width: 28px;
  height: 24px;
  top: 20px;
  right: 35px;
}

@media screen and (max-width: 767px) {
  .top_banner__text::after {
    width: 21px;
    height: 18px;
    top: calc(50% - 9px);
    right: 15px;
  }
}
.top_banner.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 1050px) {
  .top_banner:hover {
    background-color: #19ADE5;
  }
}
.hero__movie {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
}

.hero__movie video {
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}

.hero__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 245px;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 1049px) {
  .hero__wrapper {
    top: 315px;
  }
}
@media screen and (max-width: 767px) {
  .hero__wrapper {
    top: 260px;
  }
}
.hero__wrapper__inner {
  max-width: 960px;
  padding-bottom: 0;
  padding-left: 100px;
}
@media screen and (max-width: 1049px) {
  .hero__wrapper__inner {
    max-width: 595px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .hero__wrapper__inner {
    max-width: inherit;
    padding-left: 30px;
    padding-right: 20px;
  }
}
.hero__wrapper__inner .heading-1 {
  display: inline-block;
  font-size: 80px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.45;
  padding-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 1049px) {
  .hero__wrapper__inner .heading-1 {
    font-size: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hero__wrapper__inner .heading-1 {
    font-size: 34px;
  }
}
.hero__wrapper__inner .heading-1::before {
  content: "";
  background-image: url("../images/kv/icon_heading.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: calc(100% + 100px);
  height: 18px;
  left: -100px;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 1049px) {
  .hero__wrapper__inner .heading-1::before {
    background-image: url("../images/kv/icon_heading-tb.svg");
    width: calc(100% + 50px);
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .hero__wrapper__inner .heading-1::before {
    background-image: url("../images/kv/icon_heading-sp.svg");
    width: calc(100% + 45px);
    left: -30px;
  }
}
.hero__wrapper__inner .paragraph {
  font-size: 23px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.45;
  padding-top: 35px;
}
@media screen and (max-width: 1049px) {
  .hero__wrapper__inner .paragraph {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .hero__wrapper__inner .paragraph {
    font-size: 16px;
    padding-top: 30px;
  }
}

.hero__bottom {
  padding: 35px 0 210px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1049px) {
  .hero__bottom {
    padding-top: 0;
    padding-bottom: 230px;
    margin-top: -110px;
  }
}
@media screen and (max-width: 767px) {
  .hero__bottom {
    padding-top: 160px;
    padding-bottom: 55px;
    margin-top: 0;
  }
}
.hero__bottom__inner .heading-2 {
  margin-bottom: 40px;
}
.hero__bottom__inner .heading-2__text {
  display: block;
  font-size: 50px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .hero__bottom__inner .heading-2__text {
    font-size: 30px;
  }
}
.hero__bottom__inner .heading-2__decoration {
  display: block;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: capitalize;
  padding-top: 35px;
  position: relative;
}
@media screen and (max-width: 1049px) {
  .hero__bottom__inner .heading-2__decoration {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .hero__bottom__inner .heading-2__decoration {
    font-size: 12px;
    padding-top: 40px;
  }
}
.hero__bottom__inner .heading-2__decoration::before {
  content: "";
  background-image: url("../images/kv/icon_heading-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 57px;
  height: 16px;
  top: calc(50% - 23px);
}
@media screen and (max-width: 767px) {
  .hero__bottom__inner .heading-2__decoration::before {
    top: calc(50% - 12px);
  }
}
.hero__bottom__inner .paragraph {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .hero__bottom__inner--sp {
    padding-top: 220px;
  }
}
@media screen and (max-width: 767px) {
  .hero__bottom__inner--sp .heading-2__text {
    font-size: 30px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.45;
    /* white-space: nowrap; */
  }
}
@media screen and (max-width: 375px) {
  .hero__bottom__inner--sp .heading-2__text {
    white-space: pre-wrap;
  }
}

@media screen and (max-width: 767px) {
  .hero__bottom__inner--sp .heading-2__decoration {
    display: block;
    font-size: 12px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.45;
    padding-top: 40px;
    position: relative;
  }
}
.hero__bottom__inner--sp .heading-2__decoration::before {
  content: "";
  background-image: url("../images/bg_2col/icon_heading-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 46px;
  height: 13px;
  top: calc(50% - 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.site-wrapper {
  position: relative;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px 55px 0 45px;
  position: absolute;
  z-index: 99;
}

@media screen and (max-width: 1090px) {
  .header {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1049px) {
  .header {
    padding: 16px 16px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 16px 20px 0 30px;
  }
}
.header__img img {
  max-width: 100%;
  width: 211px;
  height: auto;
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .header__img img {
    width: 172px;
  }
}
.header__menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.header__menu__list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1090px) {
  .header__menu__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .header__menu__list__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header__menu__list__item a {
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4;
  position: relative;
}

.header__menu__list__item a::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

@media screen and (min-width: 1050px) {
  .header__menu__list__item a:hover::before {
    opacity: 1;
  }
}
.header__menu__hamburger {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 522px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 98;
  display: none;
}

@media screen and (max-width: 767px) {
  .header__menu__hamburger {
    height: 100vh;
  }
}
.header__menu__hamburger.panelactive {
  top: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

.header__menu__hamburger ul {
  top: 145px;
  left: 50px;
  position: absolute;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .header__menu__hamburger ul {
    left: 30px;
  }
}
.header__menu__hamburger li {
  list-style: none;
  padding: 20px 0;
}

.header__menu__hamburger li:nth-child(1) {
  padding-top: 0;
}

.header__menu__hamburger li a {
  display: block;
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4;
  text-decoration: none;
}

.openbtn {
  background-color: transparent;
  border-radius: 3px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  top: 16px;
  right: 16px;
  z-index: 99;
  position: absolute;
}

.openbtn span {
  display: inline-block;
  background-color: #fff;
  width: 12px;
  height: 2px;
  left: calc(50% - 6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
}

.openbtn span:nth-of-type(1) {
  top: 17px;
}

.openbtn span:nth-of-type(2) {
  top: 22px;
}

.openbtn span:nth-of-type(3) {
  top: 27px;
}

.openbtn.is-active span:nth-of-type(1) {
  top: 17px;
  left: 17px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 13px;
}

.openbtn.is-active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.is-active span:nth-of-type(3) {
  top: 28px;
  left: 17px;
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
  width: 13px;
}

body.is-active {
  height: 100%;
  overflow: hidden;
}

.footer {
  position: relative;
}

.page-top_button {
  background-color: #fff;
  border-radius: 60px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1019607843);
  width: 58px;
  height: 174px;
  bottom: 45px;
  right: 20px;
  position: absolute;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 1049px) {
  .page-top_button {
    bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-top_button {
    bottom: 20px;
    right: 10px;
  }
}
.page-top_button__text {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #363E41;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 27px 18px 72px 18px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.page-top_button__text::before {
  content: "";
  background-color: #363E41;
  border-radius: 100px;
  width: 58px;
  height: 58px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.page-top_button__text::after {
  content: "";
  background-image: url("../images/common/page-top_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  bottom: 21px;
  right: calc(50% - 5.5px);
  position: absolute;
}

.footer-banner {
  background-color: #65C9EF;
  display: block;
  padding: 110px 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .footer-banner {
    padding: 80px 0;
  }
}
.footer-banner::before {
  content: "";
  background-image: url("../images/common/icon_footer_banner_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .footer-banner__title {
    padding-top: 75px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .footer-banner__title::before {
    content: "";
    background-image: url("../images/common/icon_footer_banner01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 67px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
}
.footer-banner__title__text {
  display: inline-block;
  font-size: 40px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  padding-left: 170px;
  padding-right: 60px;
  position: relative;
  margin-left: -100px;
}
@media screen and (max-width: 767px) {
  .footer-banner__title__text {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-banner__title__text {
    font-size: 28px;
    padding-left: 0;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .footer-banner__title__text::before {
    content: "";
    background-image: url("../images/common/icon_footer_banner01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 170px;
    height: 95px;
    top: -18px;
    left: 0;
    position: absolute;
  }
}
.footer-banner__title__text::after {
  content: "";
  background-image: url("../images/common/icon_footer_banner02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 41px;
  height: 34px;
  top: 18px;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .footer-banner__title__text::after {
    width: 29px;
    height: 24px;
    top: 10px;
  }
}

.footer-banner__title__text2 {
  font-size: 20px;
  line-height: 1.5;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .footer-banner__title__text2 {
    font-size: 16px;
  }
}

.footer-wrapper {
  background-color: #fff;
  padding: 30px 0 20px;
}

.footer-wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .footer-wrapper__inner {
    display: block;
  }
}
.footer-wrapper__inner__item:nth-child(1) {
  margin-right: 20px;
}

@media screen and (max-width: 1049px) {
  .footer-wrapper__inner__item:nth-child(1) {
    margin-right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper__inner__item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer-wrapper__inner__item img {
  max-width: 39px;
}

.copyright {
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  color: #363E41;
  letter-spacing: 0;
  line-height: 1.7;
}

@media screen and (min-width: 1050px) {
  .page-top_button:hover .page-top_button__text {
    color: #fff;
  }
  .page-top_button:hover .page-top_button__text::before {
    height: 100%;
  }
  .footer-banner:hover {
    background-color: #4DBAE3;
  }
  .footer-banner:hover::before {
    opacity: 0;
  }
}
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1450px;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1049px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container--parent {
  position: relative;
}

.spot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.spot-list__item {
  width: 20%;
  background-color: #65C9EF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.spot-list__item:not(:first-child) {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 1049px) {
  .spot-list__item:nth-child(1),
  .spot-list__item:nth-child(2) {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .spot-list__item:nth-child(2),
  .spot-list__item:nth-child(4) {
    border-left: none;
  }
  .spot-list__item:nth-child(3) {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 1049px) {
  .spot-list__item:nth-child(1) {
    width: 50%;
  }
  .spot-list__item:nth-child(2) {
    width: 50%;
  }
  .spot-list__item:nth-child(n+3) {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .spot-list__item:nth-child(1) {
    width: 100%;
  }
  .spot-list__item:nth-child(n+2) {
    width: 50%;
  }
}
.spot-list__item::before {
  content: "";
  background-image: url("../images/5col_anchor/icon__arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 9px;
  height: 9px;
  bottom: 7px;
  left: calc(50% - 4.5px);
  position: absolute;
  z-index: 1;
}

.spot-list__item::after {
  content: "";
  background-color: #363E41;
  border-radius: 100px 100px 0 0;
  width: 52px;
  height: 26px;
  bottom: 0;
  left: calc(50% - 26px);
  position: absolute;
  transform-origin: bottom;
  transition: all .5s ease-in;
}

.spot-list__item__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 85px;
  padding: 60px 27px 85px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1049px) {
  .spot-list__item__inner {
    padding-bottom: 50px;
  }
  .spot-list__item:nth-child(1) .spot-list__item__inner {
    padding-left: 30px;
    padding-right: 25px;
    padding-bottom: 75px;
  }
  .spot-list__item:nth-child(2) .spot-list__item__inner {
    padding-left: 25px;
    padding-right: 30px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .spot-list__item__inner {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .spot-list__item:nth-child(1) .spot-list__item__inner {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 60px;
  }
  .spot-list__item:nth-child(n+2) .spot-list__item__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .spot-list__item:nth-child(1) .spot-list__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .spot-list__item__inner--sp {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .spot-list__item__inner--sp:nth-child(1) {
    padding-left: 25px;
    padding-right: 25px;
  }
  .spot-list__item__inner--sp:nth-child(2) {
    padding-right: 35px;
  }
}
.spot-list__item__inner::before {
  content: "";
  background-image: url("../images/5col_anchor/bg_line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 295px;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 1500px) {
  .spot-list__item__inner::before {
    background-image: url("../images/5col_anchor/bg_line_1450.svg");
    height: 590px;
  }
}
@media screen and (max-width: 1049px) {
  .spot-list__item:nth-child(1) .spot-list__item__inner::before,
  .spot-list__item:nth-child(2) .spot-list__item__inner::before {
    background-image: url("../images/5col_anchor/bg_line_1-2-tb.svg");
    height: 590px;
    top: -60px;
  }
  .spot-list__item:nth-child(n+3) .spot-list__item__inner::before {
    background-image: url("../images/5col_anchor/bg_line_3-5-tb.svg");
    height: 590px;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .spot-list__item .spot-list__item__inner::before {
    background-size: contain;
  }
  .spot-list__item:nth-child(1) .spot-list__item__inner::before {
    background-image: url("../images/5col_anchor/bg_line-sp.svg");
    height: 391px;
    top: 0;
  }
  .spot-list__item:nth-child(n+2) .spot-list__item__inner::before {
    background-image: url("../images/5col_anchor/bg_line_2-5-sp.svg");
    top: -30px;
    height: 447px;
  }
}
@media screen and (min-width: 376px) and (max-width: 767px) {
  .spot-list__item:nth-child(1) .spot-list__item__inner::before {
    top: -30px;
  }
}
@media screen and (min-width: 750px) and (max-width: 767px) {
  .spot-list__item:nth-child(n+2) .spot-list__item__inner::before {
    background-size: contain !important;
  }
}
.spot-list__item__inner .img {
  max-width: 230px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1049px) {
  .spot-list__item__inner .img {
    max-width: 195px;
  }
}

.spot-list__item__inner .img::before {
  content: "";
  background-image: url("../images/5col_anchor/bg_line_white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  position: absolute;
  z-index: -1;
}

.spot-list__item__inner .img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.spot-list__item__inner .heading-2 {
  margin-bottom: 6px;
}

@media screen and (max-width: 1049px) {
  .spot-list__item__inner .heading-2 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .spot-list__item__inner .heading-2 {
    margin-bottom: 10px;
  }
}
.spot-list__item__inner .heading-2__text {
  display: block;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: capitalize;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .spot-list__item__inner .heading-2__text {
    font-size: 12px;
    padding-bottom: 8px;
  }
}
.spot-list__item__inner .heading-2__text::before {
  content: "";
  background-color: #fff;
  width: 11px;
  height: 1px;
  bottom: 0;
  left: calc(50% - 5.5px);
  position: absolute;
}

.spot-list__item__inner .heading-2__number {
  display: block;
  font-size: 40px;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .spot-list__item__inner .heading-2__number {
    font-size: 28px;
  }
}
.spot-list__item__inner .paragraph {
  font-size: 18px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.45;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .spot-list__item__inner .paragraph {
    font-size: 16px;
    padding-top: 25px;
  }
}
@media screen and (min-width: 1050px) {
  .spot-list__item:hover {
    background-color: #00A1DE;
  }
  .spot-list__item:hover .spot-list__item__inner::before {
    opacity: 0;
  }
  .spot-list__item:hover::after {
    transform: scale(1.25);
  }
}
@media screen and (max-width: 767px) {
  .section-spot {
    display: none;
  }
}
.bg-wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 119px;
  padding-bottom: 193px;
  position: relative;
  z-index: 1;
}

.bg-wrapper__inner video {
  max-width: inherit;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.bg-wrapper__inner .heading-2__text {
  font-size: 50px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.45;
}

.bg-wrapper__inner .heading-2__decoration {
  display: block;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.45;
  padding-top: 35px;
  position: relative;
}

.bg-wrapper__inner .heading-2__decoration::before {
  content: "";
  background-image: url("../images/bg_2col/icon_heading-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 57px;
  height: 16px;
  top: calc(50% - 23px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.bg-2col__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.bg-2col__list--reverse .bg-2col__list__item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.bg-2col__list__item {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bg-2col__list__item {
    width: 50%;
  }
}
.bg-2col__list--01 {
  margin-top: -96px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1049px) {
  .bg-2col__list--01 {
    max-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list--01 {
    margin-top: 0;
    max-height: inherit;
  }
}
@media screen and (min-width: 768px) {
  .bg-2col__list__item:nth-child(1),
  .bg-2col__list--reverse .bg-2col__list__item:nth-child(1) {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 768px;
  }
  .bg-2col__list--01 .bg-2col__list__item:nth-child(1) {
    background-image: url("../images/bg_2col/img_bg02.png");
    -webkit-clip-path: polygon(0 0, 87.53% 0%, 100% 12.14%, 100% 0, 100% 100%, 0 100%, 0% 0, 0% 0);
            clip-path: polygon(0 0, 87.53% 0%, 100% 12.14%, 100% 0, 100% 100%, 0 100%, 0% 0, 0% 0);
  }
  .bg-2col__list--02 .bg-2col__list__item:nth-child(1) {
    background-image: url("../images/bg_2col/img_bg03.png");
  }
  .bg-2col__list--03 .bg-2col__list__item:nth-child(1) {
    background-image: url("../images/bg_2col/img_bg04.png");
  }
  .bg-2col__list--04 .bg-2col__list__item:nth-child(1) {
    background-image: url("../images/bg_2col/img_bg05.png");
  }
  .bg-2col__list--05 .bg-2col__list__item:nth-child(1) {
    background-image: url("../images/bg_2col/img_bg06.png");
  }
}
@media screen and (max-width: 1049px) {
  .bg-2col__list--01 .bg-2col__list__item:nth-child(1) {
    -webkit-clip-path: polygon(0 0, 74.99% 0%, 100% 12.14%, 100% 0, 100% 100%, 0 100%, 0% 0, 0% 0) !important;
            clip-path: polygon(0 0, 74.99% 0%, 100% 12.14%, 100% 0, 100% 100%, 0 100%, 0% 0, 0% 0) !important;
  }
}
@media screen and (max-width: 1049px) {
  .bg-2col__list--03 .bg-2col__list__item:nth-child(1) {
    background-position: 35% top !important;
  }
}
.bg-2col__list__item:nth-child(2) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 768px;
  padding: 100px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1049px) {
  .bg-2col__list__item:nth-child(2) {
    min-height: 600px;
  }
  .bg-2col__list__item:nth-child(1), .bg-2col__list--reverse .bg-2col__list__item:nth-child(1) {
    min-height: 600px;
  }
  .bg-2col__list--01 .bg-2col__list__item {
    min-height: 768px;
  }
}

@media screen and (max-width: 767px) {
  .bg-2col__list__item:nth-child(2) {
    min-height: inherit;
  }
  .bg-2col__list__item:nth-child(2) {
    padding-top: 0;
    padding-bottom: 50px;
    display: block;
  }
  .bg-2col__list--01 .bg-2col__list__item {
    min-height: inherit;
  }
}
.bg-2col__list__item:nth-child(2)::before {
  content: "";
  background-color: #363E41;
  border-radius: 100% 0 0 0;
  width: 125px;
  height: 125px;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list__item:nth-child(2)::before {
    width: 97px;
    height: 97px;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list__item:nth-child(2)::before {
    width: 74px;
    height: 74px;
  }
}
.bg-2col__list__item:nth-child(2)::after {
  content: "";
  background-image: url("../images/bg_2col/icon_circle_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 129px;
  height: 129px;
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list__item:nth-child(2)::after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list__item:nth-child(2)::after {
    width: 76px;
    height: 76px;
  }
}
.bg-2col__list--reverse .bg-2col__list__item:nth-child(2)::before {
  background-color: #363E41;
  left: 0;
  right: inherit;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bg-2col__list--reverse .bg-2col__list__item:nth-child(2)::after {
  background-image: url("../images/bg_2col/icon_circle_left.svg");
  left: 0;
  right: inherit;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.bg-2col__list__item.black:nth-child(2)::before {
  background-color: #fff;
}

.bg-2col__list__item:nth-child(2) .circle-text {
  top: 15px;
  right: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list__item:nth-child(2) .circle-text {
    top: 9px;
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list__item:nth-child(2) .circle-text {
    top: 8px;
    right: 17px;
  }
}
.bg-2col__list--reverse .bg-2col__list__item:nth-child(2) .circle-text {
  left: 30px;
  right: inherit;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 1049px) {
  .bg-2col__list--reverse .bg-2col__list__item:nth-child(2) .circle-text {
    top: 9px;
    left: 25px;
    right: inherit;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list--reverse .bg-2col__list__item:nth-child(2) .circle-text {
    top: 8px;
    left: 17px;
  }
}
.bg-2col__list__item .circle-text .circle-text__en {
  display: block;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: capitalize;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list__item .circle-text .circle-text__en {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list__item .circle-text .circle-text__en {
    font-size: 6px;
  }
}
.bg-2col__list__item.black .circle-text .circle-text__en,
.bg-2col__list__item.black .circle-text .circle-text__number {
  color: #363E41;
}

.bg-2col__list__item.black .circle-text .circle-text__number::before {
  background-color: #363E41;
}

.bg-2col__list__item .circle-text .circle-text__number {
  display: block;
  font-size: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.43;
  padding-top: 10px;
  position: relative;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list__item .circle-text .circle-text__number {
    font-size: 22px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list__item .circle-text .circle-text__number {
    font-size: 17px;
    padding-top: 8px;
  }
}
.bg-2col__list__item .circle-text .circle-text__number::before {
  content: "";
  background-color: #fff;
  width: 11px;
  height: 1px;
  top: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list__item .circle-text .circle-text__number::before {
    width: 9px;
    top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list__item .circle-text .circle-text__number::before {
    width: 7px;
  }
}
.bg-2col__list__item.white {
  background: linear-gradient(135deg, transparent 68px, #fff 0) top left;
}

@media screen and (max-width: 767px) {
  .bg-2col__list__item.white {
    background: #fff;
  }
}
.bg-2col__list__item.blue {
  background-color: #26B0E5;
}

.bg-2col__list__item.black {
  background-color: #363E41;
}

.bg-2col__list__item.light-blue {
  background-color: #E7F2F7;
}

.bg-2col__list__item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .bg-2col__list__item img {
    min-height: 246px;
    object-fit: cover;
  }
}

.bg-2col__list__item__inner {
  padding-left: 50px;
  padding-right: 50px;
  max-width: 625px;
  margin: 0 auto;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list__item__inner {
    max-width: 334px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list__item__inner {
    max-width: inherit;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.bg-2col__list__item__inner .heading-3__text {
  display: block;
  font-size: 40px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 900;
  color: #363E41;
  letter-spacing: 0;
  line-height: 1.45;
  padding-top: 110px;
  position: relative;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list__item__inner .heading-3__text {
    font-size: 25px;
    padding-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list__item__inner .heading-3__text {
    font-size: 22px;
    padding-top: 55px;
  }
}
.bg-2col__list__item__inner .heading-3__text::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .bg-2col__list__item__inner .heading-3__text::before {
    top: -28px;
  }
}

.bg-2col__list--02 .bg-2col__list__item__inner .heading-3__text::before {
  background-image: url("../images/bg_2col/icon_title02.svg");
  width: 252px;
  height: 95px;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list--02 .bg-2col__list__item__inner .heading-3__text::before {
    background-image: url("../images/bg_2col/icon_title02_tb-sp.svg");
    width: 180px;
    height: 69px;
  }
}
.bg-2col__list--03 .bg-2col__list__item__inner .heading-3__text::before {
  background-image: url("../images/bg_2col/icon_title03.svg");
  width: 170px;
  height: 95px;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list--03 .bg-2col__list__item__inner .heading-3__text::before {
    background-image: url("../images/bg_2col/icon_title03_tb-sp.svg");
    width: 134px;
    height: 69px;
  }
}
.bg-2col__list--04 .bg-2col__list__item__inner .heading-3__text::before {
  background-image: url("../images/bg_2col/icon_title04.svg");
  width: 210px;
  height: 95px;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list--04 .bg-2col__list__item__inner .heading-3__text::before {
    background-image: url("../images/bg_2col/icon_title04_tb-sp.svg");
    width: 152px;
    height: 69px;
  }
}
.bg-2col__list--05 .bg-2col__list__item__inner .heading-3__text::before {
  background-image: url("../images/bg_2col/icon_title05.svg");
  width: 170px;
  height: 95px;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list--05 .bg-2col__list__item__inner .heading-3__text::before {
    background-image: url("../images/bg_2col/icon_title05_tb-sp.svg");
    width: 134px;
    height: 69px;
  }
}
.bg-2col__list__item__inner .paragraph {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #9BA7AC;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 40px;
}

@media screen and (max-width: 1049px) {
  .bg-2col__list__item__inner .paragraph {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list__item__inner .paragraph {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list__item .sp-img {
    padding-left: 57px;
  }
}
@media screen and (max-width: 767px) {
  .bg-2col__list--reverse .bg-2col__list__item .sp-img {
    padding-left: inherit;
    padding-right: 57px;
  }
}
.section-sns {
  background-color: #363E41;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .section-sns {
    padding: 40px 0;
  }
}
.section-sns::before {
  content: ""; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(233, 87, 73, 0.1) 1%, rgba(235, 81, 74, 0.15) 2%, rgba(235, 81, 74, 0.15) 3%, rgba(235, 81, 74, 0.15) 4%, rgba(235, 87, 81, 0.15) 5%, rgba(235, 81, 81, 0.15) 6%, rgba(235, 81, 74, 0.15) 7%, rgba(235, 81, 74, 0.15) 8%, rgba(235, 81, 74, 0.15) 9%, rgba(235, 81, 81, 0.15) 10%, rgba(235, 81, 81, 0.15) 11%, rgba(228, 74, 81, 0.15) 12%, rgba(228, 74, 81, 0.15) 13%, rgba(228, 74, 81, 0.15) 14%, rgba(235, 81, 81, 0.15) 15%, rgba(235, 81, 81, 0.15) 16%, rgba(228, 74, 81, 0.15) 17%, rgba(228, 74, 81, 0.15) 18%, rgba(228, 74, 81, 0.15) 19%, rgba(235, 74, 87, 0.15) 20%, rgba(235, 74, 87, 0.15) 21%, rgba(228, 74, 81, 0.15) 22%, rgba(228, 67, 81, 0.15) 23%, rgba(235, 74, 87, 0.15) 24%, rgba(235, 74, 87, 0.15) 25%, rgba(235, 74, 87, 0.15) 26%, rgba(228, 67, 87, 0.15) 27%, rgba(228, 67, 87, 0.15) 28%, rgba(228, 67, 87, 0.15) 29%, rgba(228, 67, 87, 0.15) 31%, rgba(228, 67, 87, 0.15) 32%, rgba(228, 60, 87, 0.15) 33%, rgba(228, 67, 94, 0.15) 34%, rgba(228, 67, 94, 0.15) 35%, rgba(228, 67, 94, 0.15) 36%, rgba(228, 60, 94, 0.15) 37%, rgba(228, 60, 94, 0.15) 38%, rgba(228, 60, 94, 0.15) 39%, rgba(228, 60, 94, 0.15) 40%, rgba(221, 60, 94, 0.15) 42%, rgba(221, 60, 94, 0.15) 43%, rgba(228, 60, 101, 0.15) 44%, rgba(228, 60, 101, 0.15) 45%, rgba(221, 54, 94, 0.15) 46%, rgba(221, 54, 94, 0.15) 47%, rgba(221, 54, 101, 0.15) 48%, rgba(228, 54, 101, 0.15) 49%, rgba(228, 54, 101, 0.15) 50%, rgba(221, 54, 101, 0.15) 51%, rgba(221, 54, 101, 0.15) 52%, rgba(221, 47, 101, 0.15) 53%, rgba(228, 54, 107, 0.15) 54%, rgba(228, 54, 107, 0.15) 55%, rgba(221, 47, 101, 0.15) 56%, rgba(221, 47, 101, 0.15) 57%, rgba(221, 47, 101, 0.15) 58%, rgba(221, 47, 107, 0.15) 59%, rgba(221, 47, 107, 0.15) 60%, rgba(221, 40, 107, 0.15) 62%, rgba(221, 47, 107, 0.15) 63%, rgba(221, 47, 107, 0.15) 64%, rgba(221, 47, 114, 0.15) 65%, rgba(221, 40, 107, 0.15) 66%, rgba(221, 40, 107, 0.15) 67%, rgba(221, 47, 114, 0.15) 68%, rgba(221, 47, 114, 0.15) 69%, rgba(221, 47, 114, 0.15) 70%, rgba(215, 40, 107, 0.15) 71%, rgba(215, 40, 114, 0.15) 72%, rgba(215, 47, 114, 0.15) 73%, rgba(215, 47, 114, 0.15) 74%, rgba(215, 47, 121, 0.15) 75%, rgba(208, 47, 114, 0.15) 76%, rgba(208, 47, 114, 0.15) 77%, rgba(208, 47, 121, 0.15) 78%, rgba(208, 47, 121, 0.15) 79%, rgba(201, 47, 114, 0.15) 80%, rgba(201, 47, 121, 0.15) 81%, rgba(201, 47, 121, 0.15) 82%, rgba(208, 54, 121, 0.15) 83%, rgba(201, 54, 128, 0.15) 84%, rgba(201, 47, 121, 0.15) 85%, rgba(201, 47, 121, 0.15) 86%, rgba(195, 47, 121, 0.15) 87%, rgba(201, 54, 128, 0.15) 88%, rgba(195, 54, 128, 0.15) 89%, rgba(195, 54, 121, 0.15) 90%, rgba(195, 54, 128, 0.15) 91%, rgba(188, 54, 128, 0.15) 92%, rgba(195, 54, 128, 0.15) 93%, rgba(195, 54, 134, 0.15) 94%, rgba(188, 54, 128, 0.15) 95%, rgba(188, 54, 128, 0.15) 96%, rgba(188, 54, 128, 0.15) 97%, rgba(188, 60, 134, 0.15) 98%, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.section-sns .container {
  /* max-width: 1010px; */
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
    gap: 0;
  }
}
.sns-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .sns-list__item {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    flex: inherit;
  }
}
@media screen and (max-width: 767px) {
  .sns-list__item:not(:first-child) {
    margin-top: 15px;
  }
}
.sns-list__item .sns-list__item__text {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5019607843);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5019607843);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-family: "Jost", sans-serif;
  color: #363E41;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 19px 20px;
  max-width: 250px;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .sns-list__item .sns-list__item__text {
    max-width: 100%;
  }
}
.sns-list__item .sns-list__item__text::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  position: absolute;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.sns-list__item:nth-child(1) .sns-list__item__text {
  padding-right: 33px;
}

.sns-list__item:nth-child(2) .sns-list__item__text {
  padding-right: 40px;
}

.sns-list__item:nth-child(3) .sns-list__item__text {
  padding-right: 28px;
}

@media screen and (max-width: 767px) {
  .sns-list__item:nth-child(3) .sns-list__item__text {
    padding-right: 35px;
  }
}
.sns-list__item:nth-child(1) .sns-list__item__text::before,
.sns-list__item:nth-child(2) .sns-list__item__text::before {
  background-image: url("../images/sns_3col/icon_link.svg");
  width: 13px;
  height: 13px;
  top: calc(50% - 6.5px);
  right: 20px;
}

.sns-list__item:nth-child(3) .sns-list__item__text::before {
  background-image: url("../images/sns_3col/icon_instagram.svg");
  width: 19px;
  height: 19px;
  top: calc(50% - 8.5px);
  right: 24px;
}

.sns-list__item:nth-child(4) .sns-list__item__text::before {
  background-image: url("../images/sns_3col/icon_twitter.svg");
  width: 17px;
  height: 17px;
  top: calc(50% - 8.5px);
  right: 11px;
}

@media screen and (max-width: 767px) {
  .sns-list__item:nth-child(3) .sns-list__item__text::before {
    right: 18px;
  }
}
@media screen and (min-width: 1050px) {
  .sns-list__item .sns-list__item__text:hover {
    background-color: #26B0E5;
    color: #fff;
  }
  .sns-list__item:nth-child(1) .sns-list__item__text:hover::before,
  .sns-list__item:nth-child(2) .sns-list__item__text:hover::before {
    background-image: url("../images/sns_3col/icon_link_hov.svg");
  }
  .sns-list__item:nth-child(3) .sns-list__item__text:hover::before {
    background-image: url("../images/sns_3col/icon_instagram_hov.svg");
  }
  .sns-list__item:nth-child(4) .sns-list__item__text:hover::before {
    background-image: url("../images/sns_3col/icon_twitter_hov.svg");
  }
}
.img-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img-gallery__wrapper__link {
  display: block;
  width: 14.2857143%;
}

@media screen and (max-width: 767px) {
  .img-gallery__wrapper__link {
    width: 25%;
  }
}
.img-gallery__wrapper__link img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.section-img-text-2col {
  background-color: #fff;
  padding: 100px 0 60px 0;
}

@media screen and (max-width: 767px) {
  .section-img-text-2col {
    padding: 100px 0 50px 0;
  }
}
.img-text-2col__wrapper {
  border-bottom: 1px dotted #9BA7AC;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .img-text-2col__wrapper {
    padding-bottom: 50px;
  }
}
.img-text-2col__wrapper .heading-2 {
  margin-bottom: 40px;
}

.img-text-2col__wrapper .heading-2__text {
  display: block;
  font-size: 50px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #363E41;
  letter-spacing: 0;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .img-text-2col__wrapper .heading-2__text {
    font-size: 30px;
  }
}
.img-text-2col__wrapper .heading-2__decoration {
  display: block;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #363E41;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: capitalize;
  padding-top: 35px;
  position: relative;
}

@media screen and (max-width: 1049px) {
  .img-text-2col__wrapper .heading-2__decoration {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .img-text-2col__wrapper .heading-2__decoration {
    font-size: 12px;
    padding-top: 40px;
  }
}
.img-text-2col__wrapper .heading-2__decoration::before {
  content: "";
  background-image: url("../images/img-text_2col/icon_heading-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 57px;
  height: 16px;
  top: calc(50% - 23px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .img-text-2col__wrapper .heading-2__decoration::before {
    top: calc(50% - 12px);
  }
}
.img-text-2col__wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  margin-left: -25px;
  margin-right: -25px;
}

@media screen and (max-width: 1049px) {
  .img-text-2col__wrapper__inner {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .img-text-2col__wrapper__inner {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.img-text-2col__wrapper__inner__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 1049px) {
  .img-text-2col__wrapper__inner__list {
    width: 100%;
    padding-left: 44px;
    padding-right: 44px;
  }
  .img-text-2col__wrapper__inner__list:nth-child(2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .img-text-2col__wrapper__inner__list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.img-text-2col__wrapper__inner__list__image {
  padding-left: 198px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 1049px) {
  .img-text-2col__wrapper__inner__list__image {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .img-text-2col__wrapper__inner__list__image {
    padding-left: 45px;
    margin-bottom: 35px;
  }
}
.img-text-2col__wrapper__inner__list__image::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 95px;
  bottom: 0;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .img-text-2col__wrapper__inner__list__image::before {
    width: 68px;
    height: 67px;
    bottom: -7px;
  }
}
.img-text-2col__wrapper__inner__list:nth-child(1) .img-text-2col__wrapper__inner__list__image::before {
  background-image: url("../images/img-text_2col/icon-text_2col01.svg");
}

.img-text-2col__wrapper__inner__list:nth-child(2) .img-text-2col__wrapper__inner__list__image::before {
  background-image: url("../images/img-text_2col/icon-text_2col02.svg");
}

@media screen and (max-width: 767px) {
  .img-text-2col__wrapper__inner__list:nth-child(1) .img-text-2col__wrapper__inner__list__image::before {
    background-image: url("../images/img-text_2col/icon-text_2col01_sp.svg");
  }
  .img-text-2col__wrapper__inner__list:nth-child(2) .img-text-2col__wrapper__inner__list__image::before {
    background-image: url("../images/img-text_2col/icon-text_2col02_sp.svg");
  }
}
.img-text-2col__wrapper__inner__list__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.img-text-2col__wrapper__inner__list .heading-4 {
  font-size: 30px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 900;
  color: #363E41;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 20px;
}
@media screen and (max-width: 1049px) {
  .img-text-2col__wrapper__inner__list .heading-4 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .img-text-2col__wrapper__inner__list .heading-4 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.img-text-2col__wrapper__inner__list .paragraph {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #9BA7AC;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .img-text-2col__wrapper__inner__list .paragraph {
    font-size: 14px;
  }
}
.section-text_table-2col {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .section-text_table-2col {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section-text_table-2col .container {
    background-color: #26B0E5;
  }
}
.table-wrapper {
  background-color: #26B0E5;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .table-wrapper {
    padding: 40px 0;
  }
}
.table-wrapper__inner {
  padding: 0 50px;
}

@media screen and (max-width: 1049px) {
  .table-wrapper__inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrapper__inner {
    padding: 0;
  }
}

.table-wrapper .paragraph {
  color: #fff;
  margin-top: 10px;
}

.table-wrapper .paragraph a {
  color: #fff;
  transition: .3s;
}

.table-wrapper .paragraph a:hover {
  opacity: .6;
}

.table-2col__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}

@media screen and (max-width: 1049px) {
  .table-2col__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.table-2col__list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1;

}

@media screen and (max-width: 1049px) {
  .table-2col__list__item {
    flex: inherit;
    width: 100%;
  }
}
.table-wrapper__inner .heading-4 {
  font-size: 30px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .table-wrapper__inner .heading-4 {
    font-size: 22px;
  }
}

.table-2col__list__item .paragraph {
  max-width: 642px;
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .table-2col__list__item .paragraph {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.table-2col__list__item table {
  table-layout: fixed;
  max-width: 642px;
  min-width: 315px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 1049px) {
  .table-2col__list__item table {
    min-width: inherit;
  }
}
.table-2col__list__item tr {
  border: 1px solid #91D9F5;
}

.table-2col__list__item th:not(:last-child),
.table-2col__list__item td:not(:last-child) {
  border-right: 1px solid #91D9F5;
}

.table-2col__list__item th,
.table-2col__list__item td {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7.5px 15px;
}

@media screen and (max-width: 767px) {
  .table-2col__list__item th,
  .table-2col__list__item td {
    font-size: 14px;
    padding: 9px 15px;
  }
}
.table-2col__list__item td {
  background-color: #48C1F0;
}

.ticket_col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .ticket_col {
    flex-flow: column;
  }
}

.ticket_col__text {
  flex: 5;
  background-color: #48C1F0;
  color: #fff;
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1049px) {
  .ticket_col__text {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .ticket_col__text {
    padding: 35px;
  }
}

.ticket_col__text .paragraph {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-top: 55px;
  text-align: center;
}

.ticket_col__text .paragraph::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MS4zMDMiIGhlaWdodD0iMzQuODU5IiB2aWV3Qm94PSIwIDAgNDEuMzAzIDM0Ljg1OSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTkzLjg4MSAtMzk1Ljk3MikiPjxwYXRoIGQ9Ik0xMC4zODUsMEExLjQ2MiwxLjQ2MiwwLDAsMSw4LjkyMiwxLjQ2MywxLjQ2MiwxLjQ2MiwwLDAsMSw3LjQ2LDBIMFYxOS43NDhINy40NmExLjQ2MiwxLjQ2MiwwLDEsMSwyLjkyNSwwSDM2LjI3N1YwWk04LjkyMywxNi4yNzRhMS40NjMsMS40NjMsMCwxLDEsMS40NjItMS40NjNBMS40NjMsMS40NjMsMCwwLDEsOC45MjMsMTYuMjc0Wm0wLTQuOTM3YTEuNDYzLDEuNDYzLDAsMSwxLDEuNDYyLTEuNDYzQTEuNDYyLDEuNDYyLDAsMCwxLDguOTIzLDExLjMzN1ptMC00LjkzN2ExLjQ2MywxLjQ2MywwLDEsMSwxLjQ2Mi0xLjQ2M0ExLjQ2MiwxLjQ2MiwwLDAsMSw4LjkyMyw2LjRaIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjg3NSwgLTAuNDg1LCAwLjQ4NSwgMC44NzUsIC05OTMuODgxLCA0MTMuNTYpIiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
  width: 42px;
  height: 35px;
  position: absolute;
  top: 0;
  left: calc(50% - 21px);
}

.ticket_col__image {
  flex: 6;
  background-color: #fff;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1049px) {
  .ticket_col__image {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .ticket_col__image {
    padding: 0 50px;
  }
}

.modaal-gallery-item img {
  width: 1000px !important;
}
@media screen and (max-width: 1049px) {
  .modaal-gallery-item img {
    width: 700px !important;
  }
}

.ticket_col__image a {
  position: relative;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  transition: .3s;
  transition-timing-function: ease-in;
}

.ticket_col__image a:hover {
  opacity: .7;
}

.ticket_col__image a img {
  max-width: 184px;
}

.ticket_col__image a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI3NSAtNzgyNykiPjxyZWN0IHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI3NSA3ODI3KSIgZmlsbD0iIzM2M2U0MSIvPjxwYXRoIGQ9Ik0xOTU0NS40NTksMjMwMTkuOTF2LTMuNTI3YTQuMjI3LDQuMjI3LDAsMSwxLDEuNTM1LDB2My41MjdhLjc2OC43NjgsMCwxLDEtMS41MzUsMFptLTEuOTI0LTcuNjg2YTIuNjksMi42OSwwLDEsMCwyLjY5MS0yLjY4OUEyLjY5NCwyLjY5NCwwLDAsMCwxOTU0My41MzUsMjMwMTIuMjI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4ODA2LjM2NyA1Mzg3LjkyNCkgcm90YXRlKC00NSkiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-faq {
  background-color: #fff;
}

.faq-wrapper {
  background-image: url("../images/faq/img_bg_faq.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .faq-wrapper {
    padding: 100px 0 100px 0;
  }
}
.faq-wrapper .heading-2 {
  margin-bottom: 40px;
}

.faq-wrapper .heading-2__text {
  display: block;
  font-size: 50px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #26B0E5;
  letter-spacing: 0;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .faq-wrapper .heading-2__text {
    font-size: 30px;
  }
}
.faq-wrapper .heading-2__decoration {
  display: block;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #26B0E5;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: capitalize;
  padding-top: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .heading-2__decoration {
    font-size: 12px;
    padding-top: 40px;
  }
}
.faq-wrapper .heading-2__decoration::before {
  content: "";
  background-image: url("../images/faq/icon_heading-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 57px;
  height: 16px;
  top: calc(50% - 23px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .heading-2__decoration::before {
    top: calc(50% - 12px);
  }
}
.faq-wrapper__inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 100px 80px 100px;
}

@media screen and (max-width: 1049px) {
  .faq-wrapper__inner {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .faq-wrapper__inner {
    padding: 15px 30px;
  }
}
.faq-list {
  border-bottom: 1px dotted #9BA7AC;
}

.faq-list__item {
  cursor: pointer;
  padding: 20px 60px 20px 47px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-list__item {
    padding-right: 45px;
  }
}
.faq-list__item.faq-list__item--question::before {
  content: "";
  background-image: url("../images/faq/icon_question.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  top: 20px;
  left: 0;
  position: absolute;
}

.faq-list__item--anser {
  display: none;
  padding-top: 0;
}

.faq-list__item .icon-wrap {
  position: absolute;
  right: 0;
  top: 32px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 14px;
  height: 14px;
}

.faq-list__item .icon-wrap .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.faq-list__item .icon-wrap .icon::before,
.faq-list__item .icon-wrap .icon::after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #363E41;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faq-list__item .icon-wrap .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list__item .icon-wrap .icon.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.faq-list__item .heading-5__text {
  display: block;
  font-size: 22px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #363E41;
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .faq-list__item .heading-5__text {
    font-size: 18px;
  }
}
.faq-list__item .paragraph {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #9BA7AC;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 767px) {
  .faq-list__item .paragraph {
    font-size: 14px;
  }
}
.faq-list__item .paragraph::before {
  content: "";
  background-image: url("../images/faq/icon_answer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 31px;
  top: 0;
  left: -47px;
  position: absolute;
}

.section-access {
  background-color: #363E41;
  padding: 100px 0;
}

.section-access .heading-2 {
  margin-bottom: 40px;
}

.section-access .heading-2__text {
  display: block;
  font-size: 50px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .section-access .heading-2__text {
    font-size: 30px;
  }
}
.section-access .heading-2__decoration {
  display: block;
  font-size: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: capitalize;
  padding-top: 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section-access .heading-2__decoration {
    font-size: 12px;
    padding-top: 40px;
  }
}
.section-access .heading-2__decoration::before {
  content: "";
  background-image: url("../images/faq/icon_heading-2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 57px;
  height: 16px;
  top: calc(50% - 23px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .section-access .heading-2__decoration::before {
    top: calc(50% - 12px);
  }
}

.access-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

@media screen and (max-width: 1049px) {
  .access-2col {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .access-2col {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.access-2col__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
}

.access-2col__item img:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 1049px) {
  .access-2col__item {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .access-2col__item:nth-child(2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .access-2col__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.access-2col__item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.access-2col__item .heading-5 {
  display: block;
  font-size: 22px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 40px;
}

.access-2col__item .access-list {
  margin-bottom: 40px;
}

.access-2col__item .access-list__item {
  border-top: 1px dotted #9BA7AC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .access-2col__item .access-list__item {
    display: block;
    padding: 20px 0;
  }
}
.access-2col__item .access-list__item:last-child {
  border-bottom: 1px dotted #9BA7AC;
}

.access-list__item__title {
  display: block;
  font-size: 17px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  min-width: 105px;
}

@media screen and (max-width: 767px) {
  .access-list__item__title {
    font-size: 15px;
    min-width: inherit;
    padding-bottom: 10px;
  }
}
.access-list__item__text {
  display: inline-block;
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}

.access-list__item__text a {
  display: inline-block;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .access-list__item__text {
    font-size: 14px;
  }
}
.access-2col__item .map iframe {
  width: 100%;
  aspect-ratio: 16/9.6;
}

.editor-styles-wrapper {
  background-color: #65C9EF;
}
.editor-styles-wrapper .wp-block {
  max-width: 90%;
  color: #9BA7AC;
}


.hero__wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

section {
  background-color: #fff;
}

.hero__bottom {
  background-color: transparent;
}

.top_banner {
  bottom: 90px;
  top: inherit;
  box-shadow: 0 10px 15px rgba(0,0,0,.1);
}

.bg {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.link {
  color: #363E41;
  position: relative;
  padding-left: 20px;
  transition: .3s;
  transition-timing-function: ease-in;
  word-break: break-all;
}

.link:hover {
  opacity: .7;
}

.link::before {
  content: "";
  width: 8px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTEuMjM4IiBoZWlnaHQ9IjExLjIzOCIgdmlld0JveD0iMCAwIDExLjIzOCAxMS4yMzgiPjxwYXRoIGQ9Ik03Ljk0NywwSDUuNzhWNS43OEgwVjcuOTQ3SDcuOTQ3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA1LjYxOSkgcm90YXRlKC00NSkiIGZpbGw9IiMzNjNFNDEiLz48L3N2Zz4=);
  position: absolute;
  top: 8px;
  left: 0;
}

.link.reverse {
  color: #fff;
}

.link.reverse::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4yMzgiIGhlaWdodD0iMTEuMjM4IiB2aWV3Qm94PSIwIDAgMTEuMjM4IDExLjIzOCI+PHBhdGggZD0iTTcuOTQ3LDBINS43OFY1Ljc4SDBWNy45NDdINy45NDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDUuNjE5KSByb3RhdGUoLTQ1KSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}

.link.small {
  padding-left: 15px;
}

.link.small::before {
  top: 5px;
}

.modaal-close:after, .modaal-close:before {
  border-radius: 0;
  width: 2px;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #26B0E5;
}


.description-list {
  margin-bottom: 40px;
}

.description-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .description-list__item {
    display: block;
    padding: 15px 0;
  }
}

.description-list__item__title {
  display: block;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  min-width: 105px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .description-list__item__title {
    font-size: 12px;
    min-width: inherit;
    padding-bottom: 10px;
  }
}
.description-list__item__text {
  display: inline-block;
  font-size: 12px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}

.description-list__item__text a {
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 1050px) {
  .footer-wrapper .container {
    display: flex;
    gap: 50px;
    flex-flow: row-reverse;
  }
  .footer-wrapper .container > div {
    flex: 1;
  }
  .footer-wrapper .container > dl {
    flex: 1.2;
  }
}
