#thxTransfer * {
  box-sizing: content-box;
}
#thxTransfer .sp_none {
  display: none;
}
#thxTransfer .pc_none {
  display: block;
}
@media screen and (min-width: 769px) {
  #thxTransfer .sp_none {
    display: block;
  }
  #thxTransfer .pc_none {
    display: none;
  }
}

.modaal-wrapper * {
  box-sizing: content-box;
}
.modaal-wrapper .sp_none {
  display: none;
}
.modaal-wrapper .pc_none {
  display: block;
}
@media screen and (min-width: 769px) {
  .modaal-wrapper .sp_none {
    display: block;
  }
  .modaal-wrapper .pc_none {
    display: none;
  }
}

.black-only {
  display: none;
}

.white-only {
  display: block;
}

.--black .black-only {
  display: block;
}
.--black .white-only {
  display: none;
}
.--black #thxTransfer .thx .experience .experience-block .block-text .experience-btn {
  border: 1px solid #fff;
  color: #fff;
  background: #000;
}
.--black #thxTransfer .thx .experience .experience-block .block-text .experience-btn::after {
  background: url(/_transfer/thx/images/icon_right.svg) center center/contain no-repeat;
}
.--black #thxTransfer .thx .faq .faq-container dl {
  border-bottom: 1px solid #fff;
  padding: 28px 0;
}
.--black #thxTransfer .thx .faq .faq-container dl:first-child {
  border-top: 1px solid #fff;
}

.modal_thx_sound.modal_black h4.en {
  margin: 40px 0 16px;
}

@media screen and (max-width: 768px) {
  #thxTransfer .thx .inner {
    padding: 0 20px;
  }
  #thxTransfer .thx .thx-title p {
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #thxTransfer .thx .thx-title.center {
    text-align: center;
  }
  #thxTransfer .thx .small {
    font-size: 12px;
  }
  #thxTransfer .thx .mv-video {
    width: 100%;
    height: 436px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  #thxTransfer .thx .mv-video .mv-bg {
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  #thxTransfer .thx .mv-video .mv-bg video {
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
  }
  #thxTransfer .thx .mv-video .mv-text p {
    width: 200px;
    margin: 0 auto 20px;
  }
  #thxTransfer .thx .mv-video .mv-text h1 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  #thxTransfer .thx .about {
    background: #fff;
    color: #000;
    padding: 50px 0 350px;
    position: relative;
  }
  #thxTransfer .thx .about .thx-title {
    margin-bottom: 20px;
  }
  #thxTransfer .thx .about .about-bg {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  #thxTransfer .thx .about .about-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  #thxTransfer .thx .about .about-text {
    position: relative;
    z-index: 1;
  }
  #thxTransfer .thx .about .about-text h2 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  #thxTransfer .thx .about .about-text p + p {
    margin-top: 12px;
  }
  #thxTransfer .thx .about .about-text p + h2 {
    margin-top: 28px;
  }
  #thxTransfer .thx .about .about-text .color-text {
    margin-bottom: 28px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #thxTransfer .thx .about .about-more-btn {
    margin-top: 24px;
    height: 48px;
    padding: 0 25px;
    border: 1px solid #000;
    border-radius: 24px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: none;
    transition: 0.3s;
  }
  #thxTransfer .thx .about .about-more-btn::after {
    content: "";
    display: block;
    background: url(../images/icon_plus_b.svg) center center/contain no-repeat;
    width: 24px;
    height: 24px;
  }
  #thxTransfer .thx .about .about-more-btn:hover {
    background: #000;
    color: #fff;
  }
  #thxTransfer .thx .about .about-more-btn:hover:after {
    background: url(../images/icon_plus.svg) center center/contain no-repeat;
  }
  #thxTransfer .thx .about .about-more-btn.is-active {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  #thxTransfer .thx .about .about-more {
    display: none;
  }
  #thxTransfer .thx .nav-btn {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    margin-top: -60px;
  }
  #thxTransfer .thx .nav-btn .nav-btn-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #003C97;
    transform: skewY(3deg);
    z-index: -1;
  }
  #thxTransfer .thx .nav-btn .nav-btn-btns {
    /*
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 12px;
    */
  }
  #thxTransfer .thx .nav-btn .nav-btn-btns > div:nth-child(2) {
    margin-top: 16px;
  }
  #thxTransfer .thx .nav-btn .nav-btn-btns a {
    background: #0076ff;
    border: 1px solid #0076ff;
    box-sizing: border-box;
    width: 100%;
    max-width: 335px;
    height: 52px;
    margin: 0 auto;
    padding: 0 25px;
    border-radius: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
  #thxTransfer .thx .nav-btn .nav-btn-btns a::after {
    content: "";
    display: block;
    background: url(/_transfer/thx/images/icon_down.svg) center center/contain no-repeat;
    width: 20px;
    height: 20px;
  }
  #thxTransfer .thx .nav-btn .nav-btn-btns a:hover {
    border: 1px solid #fff;
    background: transparent;
  }
  #thxTransfer .thx .experience {
    padding: 70px 0 100px;
  }
  #thxTransfer .thx .experience .thx-title {
    margin-bottom: 20px;
  }
  #thxTransfer .thx .experience .experience-lead {
    font-size: 16px;
    text-align: center;
  }
  #thxTransfer .thx .experience .experience-block {
    margin-top: 50px;
  }
  #thxTransfer .thx .experience .experience-block .block-text h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #1D78E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }
  #thxTransfer .thx .experience .experience-block .block-text .experience-btn {
    margin-top: 24px;
    display: block;
    width: 240px;
    height: 54px;
    padding: 0 25px;
    border: 1px solid #000;
    border-radius: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    gap: 5px;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
  }
  #thxTransfer .thx .experience .experience-block .block-text .experience-btn::after {
    content: "";
    display: block;
    background: url(/_transfer/thx/images/icon_right_b.svg) center center/contain no-repeat;
    width: 24px;
    height: 24px;
    transition: 0.3s;
  }
  #thxTransfer .thx .experience .experience-block .block-text .experience-btn:hover {
    background: #0076ff;
    border: 1px solid #0076ff;
    color: #fff;
  }
  #thxTransfer .thx .experience .experience-block .block-text .experience-btn:hover:after {
    background: url(/_transfer/thx/images/icon_right.svg) center center/contain no-repeat;
  }
  #thxTransfer .thx .experience .experience-block .block-image {
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
  }
  #thxTransfer .thx .experience .experience-manager {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 223px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 50px auto 0;
    position: relative;
    overflow: hidden;
  }
  #thxTransfer .thx .experience .experience-manager .experience-manager-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s;
  }
  #thxTransfer .thx .experience .experience-manager span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  #thxTransfer .thx .experience .experience-manager span::after {
    content: "";
    display: block;
    background: url(/_transfer/thx/images/icon_right.svg) center center/contain no-repeat;
    width: 24px;
    height: 24px;
  }
  #thxTransfer .thx .experience .experience-manager:hover .experience-manager-bg {
    transform: scale(1.05);
  }
  #thxTransfer .thx .find {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    color: #000;
  }
  #thxTransfer .thx .find .thx-title {
    margin-bottom: 40px;
  }
  #thxTransfer .thx .find .find-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
    z-index: -1;
    overflow: hidden;
  }
  #thxTransfer .thx .find .find-bg::before {
    content: "";
    position: absolute;
    top: -20%;
    bottom: -20%;
    left: 0;
    right: 0;
    background: url(/_transfer/thx/images/find-bg.webp) center center/cover no-repeat;
    transform: skewY(3deg);
  }
  #thxTransfer .thx .find .find-btns {
    display: flex;
    flex-flow: column nowrap;
    gap: 12px;
  }
  #thxTransfer .thx .find .find-btns .find-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 168px;
    position: relative;
    overflow: hidden;
  }
  #thxTransfer .thx .find .find-btns .find-btn .find-btn-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s;
  }
  #thxTransfer .thx .find .find-btns .find-btn h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
  #thxTransfer .thx .find .find-btns .find-btn h3::after {
    content: "";
    display: block;
    background: url(/_transfer/thx/images/icon_right.svg) center center/contain no-repeat;
    width: 24px;
    height: 24px;
  }
  #thxTransfer .thx .find .find-btns .find-btn:hover .find-btn-bg {
    transform: scale(1.05);
  }
  #thxTransfer .thx .faq {
    padding: 60px 0 60px;
  }
  #thxTransfer .thx .faq .thx-title {
    margin-bottom: 30px;
  }
  #thxTransfer .thx .faq .faq-container dl {
    border-bottom: 1px solid #000;
    padding: 20px 0;
  }
  #thxTransfer .thx .faq .faq-container dl:first-child {
    border-top: 1px solid #000;
  }
  #thxTransfer .thx .faq .faq-container dl dt {
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
    font-size: 18px;
    color: #50A1FF;
  }
  #thxTransfer .thx .faq .faq-container dl dt::before {
    content: "Q.";
    font-size: 24px;
    width: 40px;
    position: relative;
    bottom: -3px;
    flex-shrink: 0;
  }
  #thxTransfer .thx .faq .faq-container dl dt p {
    flex: 1;
  }
  #thxTransfer .thx .faq .faq-container dl dd {
    padding-left: 40px;
  }
  body.overlay-black .modaal-overlay {
    background: rgba(255, 255, 255, 0.1) !important;
    opacity: 1 !important;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
  }
  body.overlay-white .modaal-overlay {
    background: rgba(255, 255, 255, 0.4) !important;
    opacity: 1 !important;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
  }
  body .modaal-container {
    max-width: 1080px;
    padding: 0;
    position: relative;
  }
  body .modaal-content-container {
    padding: 0;
  }
  body .modaal-wrapper .modaal-close {
    position: absolute;
    border: 1px solid #fff;
  }
  body .modaal-close:before,
  body .modaal-close:after {
    width: 2px;
    border-radius: 0;
  }
  body.overlay-white .modaal-wrapper .modaal-close {
    border: 1px solid #000;
  }
  body.overlay-white .modaal-close:before,
  body.overlay-white .modaal-close:after {
    background: #000;
    width: 2px;
    border-radius: 0;
  }
  .modal_inner {
    padding: 70px 15px 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .modal_black {
    background: #000;
    color: #fff;
  }
  .modal_black h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .modal_black h6 {
    color: #50A1FF;
    font-size: 18px;
    margin-top: 16px;
  }
  .modal_white {
    background: #fff;
    color: #000;
  }
  .modal_white h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .modal_body {
    width: 100%;
    max-height: calc(100vh - 240px);
    overflow-y: auto;
  }
  .modal_experience-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
  }
  .modal_experience-title p {
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #1D78E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .modal_experience-manager-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #1D78E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }
  .modal_find-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }
  .modal_find-title2 {
    font-size: 18px;
    font-weight: 500;
    color: #003C97;
    margin-bottom: 16px;
  }
  .modal_flex {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
  }
  .modal_test_flex + .modal_test-title-h5 {
    margin-top: 40px;
  }
  .modal_test-title-h5 {
    display: flex;
    background: #000;
    height: 70px;
    color: #fff;
    margin-bottom: 28px !important;
  }
  .modal_test-title-h5 .num {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0E265E;
    width: 48px;
    font-size: 32px;
    line-height: 1;
  }
  .modal_test-title-h5 .text {
    flex: 1;
    padding-left: 20px;
    align-self: center;
  }
  .modal_test-title-h6 {
    display: flex;
    margin: 24px 0 12px;
  }
  .modal_test-title-h6 .num {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0E265E;
    width: 42px;
    height: 54px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
  }
  .modal_test-title-h6 .text {
    flex: 1;
    padding-left: 10px;
    align-self: center;
    font-size: 18px;
    font-weight: 500;
    color: #003C97;
  }
  .modal_test_flex {
    margin-top: 30px;
  }
  .modal_test_image {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  .modal_test_image::after {
    content: "";
    display: block;
    background: url(/_transfer/thx/images/icon_zoom.svg) center center/contain no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
} /* max768 */
@media screen and (min-width: 769px) {
  #thxTransfer .thx .inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  #thxTransfer .thx .thx-title p {
    display: inline-block;
    font-size: 54px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #thxTransfer .thx .thx-title.center {
    text-align: center;
  }
  #thxTransfer .thx .small {
    font-size: 14px;
  }
  #thxTransfer .thx .mv-video {
    width: 100%;
    height: 768px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  #thxTransfer .thx .mv-video .mv-bg {
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  #thxTransfer .thx .mv-video .mv-bg video {
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
  }
  #thxTransfer .thx .mv-video .mv-text p {
    width: 420px;
    margin: 0 auto 20px;
  }
  #thxTransfer .thx .mv-video .mv-text h1 {
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    color: #fff;
  }
  #thxTransfer .thx .about {
    background: #fff;
    color: #000;
    position: relative;
  }
  #thxTransfer .thx .about .thx-title {
    margin-bottom: 28px;
  }
  #thxTransfer .thx .about .about-bg {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
  }
  #thxTransfer .thx .about .about-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
  #thxTransfer .thx .about .inner {
    position: relative;
    z-index: 1;
    margin-top: -100vh;
  }
  #thxTransfer .thx .about .about-text {
    width: 470px;
    padding: 160px 0;
    margin-left: auto;
  }
  #thxTransfer .thx .about .about-text h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  #thxTransfer .thx .about .about-text p + p {
    margin-top: 12px;
  }
  #thxTransfer .thx .about .about-text p + h2 {
    margin-top: 28px;
  }
  #thxTransfer .thx .about .about-text .color-text {
    margin-bottom: 28px;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #thxTransfer .thx .about .about-more-btn {
    margin-top: 36px;
    height: 48px;
    padding: 0 25px;
    border: 1px solid #000;
    border-radius: 24px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    background: none;
    transition: 0.3s;
  }
  #thxTransfer .thx .about .about-more-btn::after {
    content: "";
    display: block;
    background: url(../images/icon_plus_b.svg) center center/contain no-repeat;
    width: 24px;
    height: 24px;
  }
  #thxTransfer .thx .about .about-more-btn:hover {
    background: #000;
    color: #fff;
  }
  #thxTransfer .thx .about .about-more-btn:hover:after {
    background: url(../images/icon_plus.svg) center center/contain no-repeat;
  }
  #thxTransfer .thx .about .about-more-btn.is-active {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
  }
  #thxTransfer .thx .about .about-more {
    display: none;
  }
  #thxTransfer .thx .about .about-more > p:first-child {
    margin-top: 12px;
  }
  #thxTransfer .thx .nav-btn {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    margin-top: -145px;
  }
  #thxTransfer .thx .nav-btn .nav-btn-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #003C97;
    transform: skewY(5deg);
    z-index: -1;
  }
  #thxTransfer .thx .nav-btn .nav-btn-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  #thxTransfer .thx .nav-btn .nav-btn-btns a {
    background: #0076ff;
    border: 1px solid #0076ff;
    width: 260px;
    height: 48px;
    padding: 0 25px;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
  #thxTransfer .thx .nav-btn .nav-btn-btns a::after {
    content: "";
    display: block;
    background: url(/_transfer/thx/images/icon_down.svg) center center/contain no-repeat;
    width: 24px;
    height: 24px;
  }
  #thxTransfer .thx .nav-btn .nav-btn-btns a:hover {
    border: 1px solid #fff;
    background: transparent;
  }
  #thxTransfer .thx .experience {
    padding: 120px 0 140px;
    overflow: hidden;
  }
  #thxTransfer .thx .experience .thx-title {
    margin-bottom: 40px;
  }
  #thxTransfer .thx .experience .experience-lead {
    font-size: 20px;
    text-align: center;
  }
  #thxTransfer .thx .experience .experience-block {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #thxTransfer .thx .experience .experience-block .block-text {
    width: 540px;
    padding-left: 80px;
  }
  #thxTransfer .thx .experience .experience-block .block-text h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #1D78E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }
  #thxTransfer .thx .experience .experience-block .block-text .experience-btn {
    margin-top: 36px;
    height: 48px;
    padding: 0 25px;
    border: 1px solid #000;
    border-radius: 24px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    gap: 5px;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
  }
  #thxTransfer .thx .experience .experience-block .block-text .experience-btn::after {
    content: "";
    display: block;
    background: url(/_transfer/thx/images/icon_right_b.svg) center center/contain no-repeat;
    width: 24px;
    height: 24px;
    transition: 0.3s;
  }
  #thxTransfer .thx .experience .experience-block .block-text .experience-btn:hover {
    background: #0076ff;
    border: 1px solid #0076ff;
    color: #fff;
  }
  #thxTransfer .thx .experience .experience-block .block-text .experience-btn:hover:after {
    background: url(/_transfer/thx/images/icon_right.svg) center center/contain no-repeat;
  }
  #thxTransfer .thx .experience .experience-block .block-image {
    flex: 1;
    margin-left: clamp(-150px, 50% - 50vw, 0px);
  }
  #thxTransfer .thx .experience .experience-block.reverse {
    flex-flow: row-reverse;
  }
  #thxTransfer .thx .experience .experience-block.reverse .block-text {
    padding-left: 0;
    padding-right: 80px;
  }
  #thxTransfer .thx .experience .experience-block.reverse .block-image {
    margin-left: 0;
    margin-right: clamp(-150px, 50% - 50vw, 0px);
  }
  #thxTransfer .thx .experience .experience-manager {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 800px;
    height: 200px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 100px auto 0;
    position: relative;
    overflow: hidden;
  }
  #thxTransfer .thx .experience .experience-manager .experience-manager-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s;
  }
  #thxTransfer .thx .experience .experience-manager span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  #thxTransfer .thx .experience .experience-manager span::after {
    content: "";
    display: block;
    background: url(/_transfer/thx/images/icon_right.svg) center center/contain no-repeat;
    width: 24px;
    height: 24px;
  }
  #thxTransfer .thx .experience .experience-manager:hover .experience-manager-bg {
    transform: scale(1.05);
  }
  #thxTransfer .thx .find {
    position: relative;
    z-index: 1;
    padding: 120px 0;
    color: #000;
  }
  #thxTransfer .thx .find .thx-title {
    margin-bottom: 60px;
  }
  #thxTransfer .thx .find .find-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewY(-5deg);
    z-index: -1;
    overflow: hidden;
  }
  #thxTransfer .thx .find .find-bg::before {
    content: "";
    position: absolute;
    top: -20%;
    bottom: -20%;
    left: 0;
    right: 0;
    background: url(/_transfer/thx/images/find-bg.webp) center center/cover no-repeat;
    transform: skewY(5deg);
  }
  #thxTransfer .thx .find .find-btns {
    display: flex;
    gap: 30px;
  }
  #thxTransfer .thx .find .find-btns .find-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 60px) / 3);
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
  }
  #thxTransfer .thx .find .find-btns .find-btn .find-btn-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s;
  }
  #thxTransfer .thx .find .find-btns .find-btn h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  #thxTransfer .thx .find .find-btns .find-btn h3::after {
    content: "";
    display: block;
    background: url(/_transfer/thx/images/icon_right.svg) center center/contain no-repeat;
    width: 24px;
    height: 24px;
  }
  #thxTransfer .thx .find .find-btns .find-btn:hover .find-btn-bg {
    transform: scale(1.05);
  }
  #thxTransfer .thx .faq {
    padding: 120px 0 60px;
  }
  #thxTransfer .thx .faq .thx-title {
    margin-bottom: 80px;
  }
  #thxTransfer .thx .faq .faq-container dl {
    border-bottom: 1px solid #000;
    padding: 28px 0;
  }
  #thxTransfer .thx .faq .faq-container dl:first-child {
    border-top: 1px solid #000;
  }
  #thxTransfer .thx .faq .faq-container dl dt {
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
    font-size: 18px;
    color: #50A1FF;
  }
  #thxTransfer .thx .faq .faq-container dl dt::before {
    content: "Q.";
    font-size: 30px;
    width: 40px;
    position: relative;
    bottom: -3px;
    flex-shrink: 0;
  }
  #thxTransfer .thx .faq .faq-container dl dt p {
    flex: 1;
  }
  #thxTransfer .thx .faq .faq-container dl dd {
    padding-left: 40px;
  }
  body.overlay-black .modaal-overlay {
    background: rgba(255, 255, 255, 0.1) !important;
    opacity: 1 !important;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
  }
  body.overlay-white .modaal-overlay {
    background: rgba(255, 255, 255, 0.4) !important;
    opacity: 1 !important;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
  }
  body .modaal-container {
    max-width: 1080px;
    padding: 0;
    position: relative;
  }
  body .modaal-content-container {
    padding: 0;
  }
  body .modaal-wrapper .modaal-close {
    position: absolute;
    border: 1px solid #fff;
  }
  body .modaal-close:before,
  body .modaal-close:after {
    width: 2px;
    border-radius: 0;
  }
  body.overlay-white .modaal-wrapper .modaal-close {
    border: 1px solid #000;
  }
  body.overlay-white .modaal-close:before,
  body.overlay-white .modaal-close:after {
    background: #000;
    width: 2px;
    border-radius: 0;
  }
  .modal_inner {
    padding: 85px 60px 70px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .modal_black {
    background: #000;
    color: #fff;
  }
  .modal_black h4.en {
    font-size: 24px;
  }
  .modal_black h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .modal_black h6 {
    color: #50A1FF;
    font-size: 18px;
    margin-top: 16px;
  }
  .modal_white {
    background: #fff;
    color: #000;
  }
  .modal_white h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .modal_body {
    width: 100%;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
  }
  .modal_experience-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .modal_experience-title p {
    display: inline-block;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #1D78E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .modal_experience-manager-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #1D78E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }
  .modal_find-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
  }
  .modal_find-title2 {
    font-size: 18px;
    font-weight: 500;
    color: #003C97;
    margin-bottom: 16px;
  }
  .modal_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .modal_flex > div {
    width: 48%;
  }
  .modal_test_flex + .modal_test-title-h5 {
    margin-top: 40px;
  }
  .modal_test-title-h5 {
    display: flex;
    background: #000;
    height: 48px;
    color: #fff;
    margin-bottom: 28px !important;
  }
  .modal_test-title-h5 .num {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0E265E;
    width: 48px;
    font-size: 32px;
    line-height: 1;
  }
  .modal_test-title-h5 .text {
    flex: 1;
    padding-left: 20px;
    align-self: center;
  }
  .modal_test-title-h6 {
    display: flex;
    margin: 24px 0 12px;
  }
  .modal_test-title-h6 .num {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0E265E;
    width: 50px;
    height: 32px;
    font-size: 20px;
    color: #fff;
    line-height: 1;
  }
  .modal_test-title-h6 .text {
    flex: 1;
    padding-left: 20px;
    align-self: center;
    font-size: 18px;
    font-weight: 500;
    color: #003C97;
  }
  .modal_test_flex {
    margin-top: 50px;
  }
  .modal_test_image {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  .modal_test_image::after {
    content: "";
    display: block;
    background: url(/_transfer/thx/images/icon_zoom.svg) center center/contain no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
} /* min769 */
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #thxTransfer .thx .about .about-box .about-bg {
    position: absolute;
    top: auto;
    bottom: 130px;
    left: 2%;
  }
} /* min769 - max1200 */
/*# sourceMappingURL=../../../sourcemaps/_transfer/thx/css/thx.css.map */