@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url(/main/fonts/Pretendard-Thin.woff2) format("woff2"), url(/main/fonts/Pretendard-Thin.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url(/main/fonts/Pretendard-ExtraLight.woff2) format("woff2"), url(/main/fonts/Pretendard-ExtraLight.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url(/main/fonts/Pretendard-Light.woff2) format("woff2"), url(/main/fonts/Pretendard-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url(/main/fonts/Pretendard-Regular.woff2) format("woff2"), url(/main/fonts/Pretendard-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url(/main/fonts/Pretendard-Medium.woff2) format("woff2"), url(/main/fonts/Pretendard-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url(/main/fonts/Pretendard-SemiBold.woff2) format("woff2"), url(/main/fonts/Pretendard-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url(/main/fonts/Pretendard-Bold.woff2) format("woff2"), url(/main/fonts/Pretendard-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url(/main/fonts/Pretendard-ExtraBold.woff2) format("woff2"), url(/main/fonts/Pretendard-ExtraBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url(/main/fonts/Pretendard-Black.woff2) format("woff2"), url(/main/fonts/Pretendard-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "KoPubBatang Light";
  font-weight: 400;
  font-style: normal;
  src: url(/main/fonts/KoPubWorld-Batang-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "KoPubBatang Medium";
  font-weight: 400;
  font-style: normal;
  src: url(/main/fonts/KoPubWorld-Batang-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "KoPubBatang Bold";
  font-weight: 400;
  font-style: normal;
  src: url(/main/fonts/KoPubWorld-Batang-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  src: url(/main/fonts/NotoSansKR-Bold.woff) format("woff");
  font-display: swap;
}
html {
  /* Prevent font scaling in landscape */
  -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none; /*Firefox*/
  -ms-text-size-adjust: none; /*Ie*/
  -o-text-size-adjust: none; /*old versions of Opera*/
}

html,
a,
button,
input,
textarea {
  font-family: "Pretendard", sans-serif, "Malgun Gothic", "맑은 고딕", Roboto, Arial, "Malgun Gothic", "맑은 고딕", Roboto, Arial;
}

*,
*::before,
*::after {
  letter-spacing: -0.02em;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  letter-spacing: -0.025em;
}

html {
  height: 100vh;
  -webkit-text-size-adjust: none;
  /*Chrome, Safari, newer versions of Opera*/
  -moz-text-size-adjust: none;
  /*Firefox*/
  -ms-text-size-adjust: none;
  /*Ie*/
  -o-text-size-adjust: none;
  /*old versions of Opera*/
}

/*a,body,dd,div,dl,dt,h1,h2,h3,h4,h5,input,li,ol,p,html,ul,button,textarea*/
html,
textarea,
input {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.35px;
  line-height: 1.14;
  word-break: keep-all;
}

a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
html,
li,
ol,
p,
ul {
  padding: 0;
  margin: 0;
}

li,
ol,
ul {
  list-style: none;
}

a,
img {
  border: none;
}

img {
  max-width: 100%;
}

a + a,
img,
input + a,
input + button {
  vertical-align: middle;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #202020;
}

a:hover {
  text-decoration: none;
}

button,
button:hover,
button:active,
button:visited,
a:hover,
a:active,
a:visited {
  color: #202020;
}

input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=date],
input[type=search],
select,
textarea {
  box-sizing: border-box;
  color: #202020;
  font-size: 14px;
  background: #fff;
  vertical-align: middle;
  height: 54px;
  padding-inline: 14px;
  border-radius: 10px;
  border: solid 1px #e7e8ef;
}
@media screen and (max-width: 1023.9px) {
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=date],
  input[type=search],
  select,
  textarea {
    height: 44px;
  }
}

input {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea {
  line-height: 1.5;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/main/img/icon-arrow-down.png") no-repeat #fff;
  background-position: calc(100% - 10px) center;
  background-size: 10px auto;
  outline: none;
  padding-right: 30px;
}

/*select:disabled { background-image:url('/main/img/common/select_arrow_off.png'); background-color: #f8f8f8; } */
input[type=chekbox],
input[type=radio] {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search] {
  padding-inline: 12px 10px;
  height: 40px;
  border: 1px solid #efefef;
  -webkit-appearance: textfield;
}

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

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: url(/main/img/icon_del.png) center center no-repeat;
  background-size: 10px auto;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

i {
  font-style: normal;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

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

th {
  text-align: center;
}

td {
  text-align: left;
}

table > caption {
  position: absolute;
  text-indent: -9999px;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

button,
input,
textarea {
  -webkit-appearance: none;
}

select,
textarea,
input[type=text] {
  width: 100%;
}

textarea {
  min-height: 150px;
  text-align: left;
  padding: 12px 15px;
}

input[type=tel] {
  width: 40px;
  min-width: 40px;
  margin-right: 4px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c3c0c3;
  opacity: 1;
  font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c3c0c3;
  opacity: 1;
  font-size: 14px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c3c0c3;
  opacity: 1;
  font-size: 14px;
}

input::placeholder,
textarea::placeholder {
  color: #c3c0c3;
  opacity: 1;
  font-size: 14px;
}

input:disabled {
  border: solid 1px #e7e8ef;
  background-color: transparent;
  cursor: not-allowed;
}

select:disabled,
input[readonly],
textarea[readonly] {
  border: 1px solid #e7e8ef;
  opacity: 1;
  background: transparent;
}

input[readonly]:focus,
textarea[readonly]:focus {
  outline: none;
}

input:focus {
  outline: none;
}

input:disabled::-webkit-input-placeholder,
input[readonly]::-webkit-input-placeholder,
textarea:disabled::-webkit-input-placeholder,
textarea[readonly]::-webkit-input-placeholder {
  color: #c3c0c3;
  opacity: 1;
}

input:disabled:-ms-input-placeholder,
input[readonly]:-ms-input-placeholder,
textarea:disabled:-ms-input-placeholder,
textarea[readonly]:-ms-input-placeholder {
  color: #c3c0c3;
  opacity: 1;
}

input:disabled::-ms-input-placeholder,
input[readonly]::-ms-input-placeholder,
textarea:disabled::-ms-input-placeholder,
textarea[readonly]::-ms-input-placeholder {
  color: #c3c0c3;
  opacity: 1;
}

input:disabled::placeholder,
input[readonly]::placeholder,
textarea:disabled::placeholder,
textarea[readonly]::placeholder {
  color: #c3c0c3;
  opacity: 1;
}

input::-ms-clear,
input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
  display: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea {
  line-height: 1.5;
}

textarea {
  resize: none;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  display: block;
  width: 100%;
  height: 1px;
  border: none;
}

main,
section,
article {
  display: block;
}

fieldset,
form {
  border: none;
  outline: none;
}

address {
  font-style: normal;
}

.png-icon {
  vertical-align: top;
}
.png-icon.flag_us {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/flag_us.png);
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.png-icon.flag_in {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/flag_in.png);
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.png-icon.flag_eb {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/flag_eb.png);
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.png-icon.flag_fr {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/flag_fr.png);
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.png-icon.flag_cn {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/flag_cn.png);
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.png-icon.flag_ru {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/flag_ru.png);
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.png-icon.flag_de {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/flag_de.png);
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.png-icon.flag_jp {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/flag_jp.png);
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.png-icon.flag_vn {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/flag_vn.png);
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.png-icon.flag_es {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/flag_es.png);
  width: 17px;
  min-width: 17px;
  height: 17px;
}
.png-icon.icon_chkbox {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/icon_chkbox.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.png-icon.icon_del {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/icon_del.png);
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.png-icon.icon-arrow {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/icon-arrow.png);
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  padding: 21px 35px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 700;
  background: #f4f4f4;
}
@media screen and (max-width: 1023.9px) {
  .tab {
    padding: 10px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767.9px) {
  .tab {
    min-width: calc((100% - 14px) / 3);
  }
}
.tab.active {
  background: #0166ff;
  color: #fff;
}
.tab__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1023.9px) {
  .tab__wrap {
    justify-content: flex-start;
    gap: 7px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  border-radius: 50px;
  padding-inline: 30px;
  gap: 10px;
  /*크기*/
  /*색상*/
}
@media screen and (max-width: 1023.9px) {
  .btn {
    padding-inline: 17px;
    gap: 2px;
  }
}
.btn--m {
  height: 44px;
}
.btn--l {
  height: 60px;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .btn--l {
    height: 42px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1023.9px) {
  .btn--full-m {
    width: 100%;
  }
}
.btn--point {
  background-color: #0166ff;
  color: #fff;
}
.btn--point, .btn--point:hover, .btn--point:active, .btn--point:visited {
  color: #fff;
}
.btn--white {
  background-color: #fff;
  border: 1px solid #868686;
}
.btn--black {
  background: #202020;
  color: #fff;
}
.btn--black, .btn--black:hover, .btn--black:active, .btn--black:visited {
  color: #fff;
}
.btn__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.btn__wrap--bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 1023.9px) {
  .btn__wrap--bottom {
    margin-top: 25px;
  }
}
.btn__wrap--bottom .btn {
  min-width: 180px;
}
@media screen and (max-width: 1023.9px) {
  .btn__wrap--bottom .btn {
    min-width: 150px;
  }
}

.btn-go-inquiry {
  margin-top: 32px;
  margin-bottom: -40px;
  margin-inline: auto;
  text-align: center;
}

.header {
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 11;
  background-color: #fff;
  padding-inline: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .header {
    height: 50px;
    padding-inline: 24px;
  }
}
.header .menu_bar {
  width: 24px;
}
@media screen and (min-width: 1023.9px) {
  .header .menu_bar {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .header .logo {
    width: 96px;
  }
}

.gnb {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1023.9px) {
  .gnb {
    width: 80vw;
    background-color: #fff;
    height: 100vh;
    flex-direction: column;
    padding: 100px 30px 50px;
    position: relative;
    z-index: 2;
  }
}
.gnb__bg {
  display: none;
}
@media screen and (max-width: 1023.9px) {
  .gnb__bg {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0);
    right: 0;
    top: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
@media screen and (max-width: 1023.9px) {
  .gnb__wrap {
    position: fixed;
    top: 0;
    width: 100vw;
    right: -200%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .gnb__wrap.active {
    right: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .gnb__wrap.active .gnb__bg {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .gnb__wrap.active .gnb__close {
    right: 20px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
.gnb__close {
  position: fixed;
  right: -200%;
  top: 13px;
  z-index: 3;
  width: 24px;
}
@media screen and (min-width: 1023.9px) {
  .gnb__close {
    display: none;
  }
}

.gnb_menu {
  font-family: "Noto Sans", serif;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .gnb_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: flex-start !important;
  }
  .gnb_menu::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #0166ff;
    border-radius: 6px;
  }
}
.gnb_menu.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 5px;
  color: #0166ff;
}
.gnb_menu.active::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #0166ff;
  border-radius: 6px;
}

.footer {
  border-top: 1px solid #efefef;
  font-size: 14px;
  position: relative;
  padding-block: 55px;
  background: #f8f8f8;
}
@media screen and (max-width: 1023.9px) {
  .footer {
    padding-block: 30px;
  }
}
.footer__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.footer__logo {
  width: 112px;
}
@media screen and (max-width: 1023.9px) {
  .footer__logo {
    width: 88px;
  }
}
.footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1023.9px) {
  .footer__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: flex-start;
    gap: 0;
    align-self: stretch;
  }
}
.footer__copy {
  margin-top: 20px;
}
.footer__address {
  line-height: 2;
}
@media screen and (max-width: 1023.9px) {
  .footer__address {
    line-height: 1.5;
    font-size: 13px;
  }
  .footer__address > * {
    display: block;
  }
}
.footer__address span:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #d8d8d8;
  margin-inline: 10px;
}
@media screen and (max-width: 1023.9px) {
  .footer__address span:not(:last-child):after {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .footer__address br {
    display: none !important;
  }
}

.layout-container {
  padding-top: 70px;
}
@media screen and (max-width: 1023.9px) {
  .layout-container {
    padding-top: 50px;
  }
}
.layout-container.has-pdt {
  padding-top: 120px;
}
@media screen and (max-width: 1023.9px) {
  .layout-container.has-pdt {
    padding-top: 70px;
  }
}
.layout-container.has-pdb {
  padding-bottom: 100px;
}
@media screen and (max-width: 1023.9px) {
  .layout-container.has-pdb {
    padding-bottom: 60px;
  }
}

.layout-center {
  width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1299.9px) {
  .layout-center {
    width: 100%;
    padding-inline: 24px;
  }
}

.layout-block {
  padding-block: 130px 180px;
}
@media screen and (max-width: 1023.9px) {
  .layout-block {
    padding-block: 60px 80px;
  }
}
.layout-block--bg-gray {
  background-color: #f8f8f8;
}
.layout-block--bg-gradient {
  background: linear-gradient(180deg, rgba(207, 231, 255, 0) 22.12%, rgba(207, 231, 255, 0.5) 100%);
}
@media screen and (max-width: 1023.9px) {
  .layout-block--bg-gradient {
    background: linear-gradient(0deg, #cae5ff 0%, rgba(202, 229, 255, 0) 100%);
  }
}
.layout-block--bg-gradient-top {
  background: linear-gradient(180deg, #cae5ff 0%, rgba(202, 229, 255, 0) 100%);
}

@media screen and (min-width: 1023.9px) {
  .layout-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 30px;
    width: 100%;
  }
  .layout-contents > * {
    width: calc((100% - 30px * 1) / 2) !important;
    min-width: calc((100% - 30px * 1) / 2) !important;
  }
}
.layout-contents > * {
  align-self: stretch;
}
@media screen and (max-width: 1023.9px) {
  .layout-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 15px;
  }
}

.intro-container {
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .intro-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 60px;
  }
}
@media screen and (max-width: 1023.9px) {
  .intro-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 20px;
  }
}
.intro-container.type-v-center {
  align-items: center;
}
.intro-container.type-v-center .intro-contents {
  margin-top: 0;
}
.intro-container.col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1023.9px) {
  .intro-container.col1 {
    gap: 20px;
  }
}

.pg-tit {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 1023.9px) {
  .pg-tit {
    font-size: 30px;
  }
}
.pg-tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1023.9px) {
  .pg-tit__wrap {
    margin-bottom: 30px;
  }
}
.pg-tit__wrap--compact {
  margin-bottom: 70px;
}
.pg-tit--s {
  font-size: 50px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .pg-tit--s {
    font-size: 22px;
  }
}
.pg-tit__sub {
  font-size: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 1023.9px) {
  .pg-tit__sub {
    font-size: 15px;
    margin-top: 20px;
  }
}

.sec-tit {
  text-align: center;
  font-size: 58px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 70px;
  letter-spacing: -0.045em;
}
@media screen and (max-width: 1023.9px) {
  .sec-tit {
    margin-bottom: 30px;
    font-size: 30px;
  }
}
.sec-tit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 40px;
  margin-bottom: 140px;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .sec-tit__wrap {
    gap: 15px;
    margin-bottom: 50px;
  }
}
.sec-tit__wrap .sec-tit {
  margin-bottom: 0 !important;
}
.sec-tit__wrap--compact {
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023.9px) {
  .sec-tit__wrap--compact {
    margin-bottom: 30px;
  }
}
.sec-tit__sub {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 1023.9px) {
  .sec-tit__sub {
    font-size: 16px;
    font-weight: 400;
  }
}

.text-point {
  color: #0166ff !important;
}

.chk-block-txt {
  background: rgba(1, 102, 255, 0.2);
  padding: 8px 25px 8px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .chk-block-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023.9px) {
  .chk-block-txt.align-center-m {
    justify-content: center;
  }
}
.chk-block-txt__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 1023.9px) {
  .chk-block-txt__wrap {
    align-self: flex-start;
  }
}
.chk-block-txt:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/icon_chk.png);
  width: 19px;
  min-width: 19px;
  height: 15px;
}
@media screen and (max-width: 1023.9px) {
  .chk-block-txt:before {
    width: 16px;
    height: 12px;
  }
}

.num-list.row4 {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  gap: 19px;
}
@media screen and (max-width: 767.9px) {
  .num-list.row4 {
    grid-template-rows: repeat(5, auto);
  }
}
.num-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
  line-height: 22px;
  font-weight: 700;
}
.num-list__num {
  background: #0166ff;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  font-size: 14px;
}
.num-list__tit {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .num-list__tit {
    font-size: 20px;
  }
}

.num-list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 20px;
}
.num-list-box__wrap {
  border-radius: 30px;
  background: #0166ff;
  color: #fff;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 1023.9px) {
  .num-list-box__wrap {
    padding: 25px 25px 35px;
    border-radius: 15px;
  }
}
.num-list-box__wrap:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: calc(100% - 50px);
  text-align: center;
  line-height: calc(100% - 50px);
  background: linear-gradient(270deg, rgba(166, 201, 255, 0) 0%, #a6c9ff 100%);
  color: #fff;
  position: absolute;
}
@media screen and (min-width: 1023.9px) {
  .num-list-box__wrap:after {
    right: -60px;
    top: 25px;
    clip-path: polygon(0% 0%, 100% 10%, 100% 90%, 0% 100%);
  }
}
@media screen and (max-width: 1023.9px) {
  .num-list-box__wrap:after {
    height: 32px;
    width: calc(100% - 22px);
    left: 11px;
    bottom: -32px;
    background: linear-gradient(180deg, #a6c9ff 0.1%, rgba(166, 201, 255, 0) 100%);
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
  }
}
.num-list-box__tit {
  font-size: 53px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023.9px) {
  .num-list-box__tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.num-list-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 15px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .num-list-box__item {
    font-size: 16px;
    gap: 10px;
  }
}
.num-list-box__num {
  background: #468fff;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .num-list-box__num {
    font-size: 14px;
    width: 26px;
    height: 26px;
  }
}

.topic_con {
  border-radius: 20px;
  background: #0166ff;
  box-shadow: 0 10px 20px 0 rgba(1, 102, 255, 0.3);
  position: relative;
  padding: 35px;
  color: #fff;
  text-align: center;
  max-width: 500px;
  margin-inline: auto;
  overflow: visible;
}
@media screen and (max-width: 1023.9px) {
  .topic_con {
    padding: 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 575.9px) {
  .topic_con {
    max-width: calc(100% - 48px);
  }
}
.topic_con:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -35px;
  border-top: 24px solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 24px solid #0166ff;
  border-left: 24px solid transparent;
}
@media screen and (max-width: 1023.9px) {
  .topic_con:after {
    border-width: 16px;
    top: 6px;
  }
}
.topic_con__en {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .topic_con__en {
    font-size: 16px;
  }
}
.topic_con__ko {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .topic_con__ko {
    font-size: 14px;
  }
}
.topic_con .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
}
.topic_con--top {
  margin-bottom: 78px;
}
@media screen and (max-width: 1023.9px) {
  .topic_con--top {
    margin-bottom: 40px;
  }
}
.topic_con--top:after {
  top: auto;
  bottom: -44px;
  margin-top: 0;
  border-top: 24px solid #0166ff;
  border-right: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid transparent;
}
.topic_con--compact {
  padding-block: 15px;
  font-size: 40px;
  font-weight: 700;
  width: auto;
  max-width: none;
  border-radius: 50px;
  display: inline-block;
  margin-inline: auto;
}
@media screen and (max-width: 1023.9px) {
  .topic_con--compact {
    font-size: 18px;
  }
}

.input-sec {
  padding: 60px;
  border-radius: 30px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media screen and (max-width: 1023.9px) {
  .input-sec {
    gap: 20px 15px;
    padding: 20px 25px;
    border-radius: 15px;
  }
}
.input-sec__block {
  width: 100%;
}
.input-sec__block.col {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 1023.9px) {
  .input-sec__block.col {
    width: 100% !important;
  }
}
.input-sec__tit-field {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .input-sec__tit-field {
    font-size: 14px;
  }
}
.input-sec__input-field {
  margin-top: 10px;
}
.input-sec__input-field input[type=date],
.input-sec__input-field input[type=number] {
  width: 100%;
}

.textarea {
  min-height: 200px;
}

.icon_must {
  color: #0166ff;
}

.date-table {
  border-radius: 40px;
  border: 1px solid #c5c5c5;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  border-collapse: separate;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .date-table {
    border-radius: 15px;
  }
}
.date-table thead {
  background: #f1f1f1;
  font-size: 20px;
}
@media screen and (max-width: 1023.9px) {
  .date-table thead {
    font-size: 13px;
  }
}
.date-table thead .highlight {
  background: #0166ff;
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 1023.9px) {
  .date-table thead .highlight {
    font-size: 16px;
  }
}
.date-table th,
.date-table td {
  padding: 25px 15px;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  text-align: center;
}
@media screen and (max-width: 1023.9px) {
  .date-table th,
  .date-table td {
    padding: 8px;
  }
}
.date-table th:last-child,
.date-table td:last-child {
  border-right: none;
}
.date-table tbody tr:last-child th,
.date-table tbody tr:last-child td {
  border-bottom: none;
}
.date-table tbody th,
.date-table tbody td {
  font-size: 17px;
  line-height: 1.3;
}
@media screen and (max-width: 1023.9px) {
  .date-table tbody th,
  .date-table tbody td {
    font-size: 13px;
  }
}
.date-table tbody th {
  background: rgba(241, 241, 241, 0.5);
}
.date-table tbody td {
  background-color: #fff;
}
.date-table tbody td.highlight {
  background-color: #e9f2ff;
  color: #0166ff;
  font-weight: 700;
}
.date-table .icon-left {
  vertical-align: -3px;
  margin-right: 5px;
}
.date-table__wrap {
  position: relative;
}
.date-table__highlight {
  position: absolute;
  left: 33%;
  width: 36%;
  height: 100%;
  top: 0;
  border: 6px solid #0166ff;
}
@media screen and (max-width: 1023.9px) {
  .date-table__highlight {
    border-width: 3px;
    border-radius: 0;
  }
}

/*!스크롤*/
.scroll {
  scrollbar-face-color: #d5d3d7;
  /*스크롤*/
  scrollbar-highlight-color: #d5d3d7;
  /*하이라이트*/
  scrollbar-3dlight-color: #d5d3d7;
  /*왼쪽외곽음영*/
  scrollbar-darkshadow-color: #d5d3d7;
  /*오른쪽외곽음영*/
  scrollbar-shadow-color: #d5d3d7;
  /*오른쪽 안쪽음영*/
  scrollbar-arrow-color: #d5d3d7;
  /*화살*/
  scrollbar-track-color: rgba(255, 255, 255, 0);
  /*스크롤영역*/
  overflow: auto;
  /*스크롤바*/
  /*스크롤바 버튼(아래 위 화살표)*/
  /*스크롤바 핸들*/
  /*스크롤바 진행줄*/
  /*진행줄에서 핸들로 덮이지 않은 영역 */
  /*상하 좌우 스크롤이 만나는 공간*/
}
.scroll::-webkit-scrollbar {
  opacity: 0;
  width: 15px;
  height: 15px;
}
.scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 10px;
}
.scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
}
.scroll::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.08);
}

.scroll_lock {
  touch-action: none;
  overflow-y: hidden !important;
}
.scroll_lock body {
  touch-action: none;
  overflow-y: hidden !important;
}

.loading-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  display: none;
  z-index: 9999;
  gap: 25px;
  color: #fff;
  font-size: 18px;
}
.loading-layer.active {
  display: flex;
}
.loading-layer .spinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.loading-layer .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 5px;
  animation: pulse 1s infinite ease-in-out;
}
.loading-layer .dot1 {
  animation-delay: 0s;
}
.loading-layer .dot2 {
  animation-delay: 0.33s;
}
.loading-layer .dot3 {
  animation-delay: 0.66s;
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}

@media screen and (max-width: 1023.9px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1023.9px) {
  .mobile {
    display: none;
  }
}

.u-mgt-10 {
  margin-top: 10px;
}

.u-mgt-20 {
  margin-top: 20px;
}

.u-pdt-20 {
  padding-top: 20px;
}

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

.u-font-700 {
  font-weight: 700;
}

.faq {
  border-radius: 20px;
  background: #fff;
  padding: 30px 35px;
  cursor: pointer;
}
@media screen and (max-width: 1023.9px) {
  .faq {
    border-radius: 10px;
    padding: 20px;
  }
}
.faq__f {
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  gap: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 1023.9px) {
  .faq__f {
    font-size: 16px;
  }
}
.faq__a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
@media screen and (min-width: 1023.9px) {
  .faq__a {
    font-size: 17px;
  }
}
.faq.is-active .icon-faq-open::after {
  transform: rotate(0);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.faq.is-active .faq__a {
  height: auto;
  overflow: visible;
  visibility: visible;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin-top: 10px;
}
.faq__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  width: 100%;
}
.faq .icon-faq-open::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/main/img/btn_close.png);
  width: 20px;
  min-width: 20px;
  height: 20px;
  transform: rotate(45deg);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.intro-contents {
  font-size: 17px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 1023.9px) {
  .intro-contents {
    font-size: 16px;
    gap: 20px;
  }
}
.intro-contents__tit {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1023.9px) {
  .intro-contents__tit {
    font-size: 22px;
  }
}
.intro-contents__tit + .intro-contents__tit__sub {
  margin-top: -20px;
}
.intro-contents__tit__sub {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 1023.9px) {
  .intro-contents__tit__sub {
    font-size: 18px;
  }
}
.intro-contents__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.intro-contents__block .text-point {
  font-size: 20px;
}
@media screen and (max-width: 1023.9px) {
  .intro-contents__block .text-point {
    font-size: 18px;
  }
}
.intro-contents__block .intro-contents__tit__sub {
  margin-bottom: 10px;
}
.intro-contents__img {
  max-width: 490px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .intro-contents__img {
    max-width: none;
  }
}
.intro-contents__img.type_grid {
  display: grid;
  grid-template-columns: 250px 250px;
  gap: 10px;
  align-self: flex-start;
}
@media screen and (max-width: 1023.9px) {
  .intro-contents__img.type_grid {
    grid-template-columns: 163px 163px;
    align-self: center;
  }
}
.intro-contents__img.type_grid .intro-contents__img__btn {
  width: 250px;
}
@media screen and (max-width: 1023.9px) {
  .intro-contents__img.type_grid .intro-contents__img__btn {
    width: 163px;
  }
}
.intro-contents__img.type_grid .intro-contents__img__btn:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/3;
}
.intro-contents__img.type_grid .intro-contents__img__btn:nth-child(2).active {
  width: 260px;
}
@media screen and (max-width: 1023.9px) {
  .intro-contents__img.type_grid .intro-contents__img__btn:nth-child(2).active {
    width: 173px;
  }
}
.intro-contents__img.type_grid .intro-contents__img__btn .on {
  display: none;
}
.intro-contents__img.type_grid .intro-contents__img__btn.active .on {
  display: block;
  border-radius: 20px;
  border: 6px solid #fff;
  background: #fff;
  box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.intro-contents__img.type_grid .intro-contents__img__btn.active .off {
  display: none;
}
.intro-contents.none {
  display: none;
}
.intro-contents .big {
  font-size: 30px;
  font-weight: 700;
}

.video {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1023.9px) {
  .video {
    border-radius: 15px;
  }
}
.video iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
}

.diagram-ui__item {
  align-self: stretch;
}
.diagram-ui__tit {
  border-radius: 1000px;
  background: radial-gradient(50% 50% at 50% 50%, #accdff 0%, #fff 100%);
  width: 140px;
  min-width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  box-shadow: 0 0 30px rgb(172, 205, 255);
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui__tit {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 16px;
    box-shadow: 0 0 20px rgb(172, 205, 255);
  }
}
.diagram-ui__tit--big {
  width: 100%;
  min-width: 100;
  height: auto;
  aspect-ratio: 1/1;
  line-height: 120%;
  padding-bottom: 20px;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui__tit--big {
    width: 100%;
    min-width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding-bottom: 10px;
  }
}
.diagram-ui__tit--big .diagram-ui__num {
  font-size: 22px;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui__tit--big .diagram-ui__num {
    font-size: 15px;
  }
}
.diagram-ui__box {
  border-radius: 1000px;
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui__box {
    padding: 15px;
    gap: 20px;
  }
}
.diagram-ui__num {
  color: #0166ff;
  font-size: 24px;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui__num {
    font-size: 18px;
  }
}
.diagram-ui__desc {
  font-size: 17px;
  line-height: 1.4;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui__desc {
    font-size: 13px;
  }
}
.diagram-ui__arrow {
  margin-top: -60px;
  height: 130px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui__arrow {
    height: 70px;
    margin-top: -30px;
  }
}
.diagram-ui__arrow img {
  height: 100%;
}
.diagram-ui__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  text-align: left;
  gap: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui__info {
    gap: 10px;
  }
}
.diagram-ui__info__tit {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui__info__tit {
    font-size: 18px;
  }
}
.diagram-ui__info__txt {
  font-size: 17px;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui__info__txt {
    font-size: 14px;
  }
}
.diagram-ui.type-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0px 0px;
  width: 100%;
}
.diagram-ui.type-row > * {
  width: calc((100% - 0px * 3) / 4) !important;
  min-width: calc((100% - 0px * 3) / 4) !important;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui.type-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 10px;
    width: 100%;
  }
  .diagram-ui.type-row > * {
    width: calc((100% - 10px * 1) / 2) !important;
    min-width: calc((100% - 10px * 1) / 2) !important;
  }
}
.diagram-ui.type-row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 100%;
}
.diagram-ui.type-row2 > * {
  width: calc((100% - 20px * 1) / 2) !important;
  min-width: calc((100% - 20px * 1) / 2) !important;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui.type-row2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 0px;
    width: 100%;
  }
  .diagram-ui.type-row2 > * {
    width: calc((100% - 0px * 0) / 1) !important;
    min-width: calc((100% - 0px * 0) / 1) !important;
  }
}
.diagram-ui.type-row2 .diagram-ui__box {
  height: 100%;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui.type-row2 .diagram-ui__box {
    border-radius: 15px;
  }
}
.diagram-ui + .pg-tit {
  margin-top: 70px;
}
@media screen and (max-width: 1023.9px) {
  .diagram-ui + .pg-tit {
    margin-top: 40px;
  }
}