html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
}

th,
td {
    font-weight: 400;
}

ul,
li,
p,
h1,
h2,
h3,
h4 {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul,
ul {
    list-style: none;
}


a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

.red {
    color: #ED1F1F;
}

.bold {
    font-weight: bold;
}

.pink {
    color: #E60980;
}

.blue {
    color: #005BAC;
}

.gray {
    color: #636363;
}

h2 .first-letter {
    position: relative;
    z-index: 1;
    padding-right: 8px;
}

h2 span {
    position: relative;
}

h2.ru .p-bl {
    display: none;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;

}

nav {
    border-top: 1px solid #aeaeae;
    background-color: #fff4f4;
}

.nav-con {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    position: relative;
}

.nav-con .logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-con>ul:first-of-type {
    margin: 0 auto;
}

.nav-con ul {
    display: flex;
}

.nav-con>ul:last-of-type {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav-con ul:nth-of-type(1) a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.nav-con ul li:not(:first-child) {
    padding-left: 18px;
}

.nav-con ul:nth-of-type(2) a {
    color: #3D3D3D;
    font-weight: 700;
    font-size: 18px;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.hamburger span {
    display: block;
    width: 16px;
    height: 2px;
    margin: 1px 0;
    background: #333;
    border-radius: 999px;
}

.hamburger.hide span {
    display: none;
}

.mobile-nav,
.mobile-nav-bg {
    display: none;
}

.main-con>.logo {
    display: none;
}

#content1,
#content2,
#content3,
#content4,
#content5 {
    scroll-margin-top: 140px;
}

#content6 {
    scroll-margin-top: 120px;
}

#content4 {
    background-color: #fefefe;
}

#content7 {
    scroll-margin-top: 140px;
}

.lang {
    height: 60px;
    text-align: right;
    align-content: center;
    background-color: #fff;
}

.lang ul {
    max-width: 1280px;
    margin: 0 auto;
}

.lang ul li {
    display: inline-block;
}

.lang ul li a {
    line-height: 40px;
    font-size: 16px;
    padding: 6px 23px;
    width: 100%;
    color: #E60980;
    border: 1px solid #E60980;
}

.lang ul li.on a {
    background-color: #E60980;
    color: #fff;
}

.con {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: 65px 0;
}

h1 {
    font-size: 42px;
    font-weight: 700;
}

.logo a img {
    vertical-align: middle;
    max-width: 144px;
}

.main-swiper-container {
    width: 100%;
    margin: 140px auto 0;
}

.swiper-slide {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.swiper,
.swiper-slide,
.slide-content,
.slide-content .slide-text {
    transition:
        height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        gap 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        font-size 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-content.left .slide-text>img {
    width: 640px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-content .slide-text .ban-1 {
    font-size: 42px;
}

.slide-content .slide-text p {
    font-size: 33px;
}

.slide-content .slide-text p:nth-child(3) {
    font-size: 18px;
}

.slide-content .slide-text .gray {
    font-size: 32px;
}

.slide-content .slide-text .pink {
    font-size: 42px;
}

.slide-content .slide-text .blue {
    font-size: 42px;
}

.slide-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}


.slide-img img {
    width: 100%;
    height: 100%;
}

.swiper,
.swiper-slide {
    height: 700px;
}

.slide-content {
    padding: 0 0 0 120px;
    gap: 60px;
}

.slide-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.slide-content {
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.slide-content.left .slide-text {
    text-align: left;
    padding-top: 110px;
    position: relative;
}

.slide-content.left .slide-text>img {
    position: absolute;
    top: -150px;
    left: -220px;
}

.slide-content.left.ru .slide-text {
    padding-top: 60px;
    pointer-events: auto;
}

.slide-content.left.ru .slide-text .ru-slide-text.pc p {
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 1;


}

.slide-content.left.ru .slide-text.en .ru-slide-text.pc p {
    font-size: 42px;
    line-height: 1.2;
    padding-bottom: 10px;
}

.slide-content.left.ru .slide-text .ru-slide-text.pc p:nth-of-type(2) {
    padding-bottom: 30px;
}

.slide-content.left.ru .slide-text.en .ru-slide-text.pc p:last-of-type {
    margin-bottom: 30px;
}

.slide-content.left.ru .slide-text .ru-slide-text.pc p:last-of-type {
    margin-bottom: 20px;
}

.ru-slide-text.mo {
    display: none;
}

.slide-content.left.ru .slide-text .ru-slide-text.pc {
    position: relative;
}

.slide-content.left.ru .slide-text .ru-slide-text.pc>img {
    position: absolute;
    max-width: 161px;
    height: 50px;
    left: 0;
    top: -20%;
}

.ban-6 {
    color: #ff3c09;
}

.slide-content.left.ru .slide-text .ru-slide-text.pc a {
    background-color: #ff5325;
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    padding: 12px 20px;
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.slide-content.left.ru .slide-text.en .ru-slide-text.pc a {
    font-size: 32px;
}

.slide-content.left.ru .slide-text .ru-slide-text.pc p.call {
    font-size: 33px;
    display: flex;
    gap: 10px;
}


.slide-content.left .slide-text .slide-pc.inhatc {
    top: -55px;
    left: -150px;
}

.slide-content.left .slide-text .slide-pc.dts {
    top: -80px;
    left: 0;
    max-width: 450px;
}

.slide-content.left .slide-text p {
    font-size: 33px;
    font-weight: 700;
}

.slide-content.left .slide-text p:nth-child(3) {
    font-size: 18px;
    color: #000;
}

.ban-1 {
    font-size: 42px;
}

.slide-content.right .slide-text {
    padding-left: 60%;
}

.slide-content.right .slide-text p:nth-child(1) {
    font-family: "Nanum Myeongjo", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 63px;
    padding-bottom: 10px;
}

.slide-content.right .slide-text p.bg-wh {
    font-size: 35px;
    font-weight: 500;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    color: #000;
    margin: 0 30px 5px 0;
}

.slide-content.right .slide-text p:nth-child(2) img {
    height: 39px;
    vertical-align: bottom;
}

.slide-content.right .slide-text p:last-child {
    font-size: 34px;
    font-weight: 350;
    line-height: 1.4;
    padding-top: 20px;
    color: #000;
}

.ban-2 {
    color: #F2571F;
    font-weight: 700;
}

.ban-3 {
    color: #143C97;
    font-weight: 700;
}

.ban-4 {
    color: #3083F5;
    font-weight: 700;
}

.ban-5 {
    color: #B834EB;
    font-weight: 700;
}

.slide-text {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    color: #363636;
}

.swiper-controls {
    position: absolute;
    left: 12%;
    bottom: 35px;
    display: flex;
    align-items: center;
    z-index: 10;
    gap: 40px;
}

.swiper-pause {
    border: none;
    background-color: transparent;
    width: 36px;
    height: 36px;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 0;
    position: relative;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
    content: "";
}

.swiper-pagination {
    bottom: 35px !important;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff !important;
    opacity: 1 !important;
    border-radius: 50%;
    margin: 0 6px !important;
    transition: background 0.3s;
}

.swiper-pagination-bullet-active {
    background: #E81986 !important;
}

.slide-mo {
    display: none;
}

h2 {
    font-size: 50px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

h2.ru {
    font-size: 40px;
    text-align: left;
    align-items: flex-start;
}

h3 {
    font-size: 21px;
    font-weight: 700;
}

h4 {
    font-size: 22px;
    font-weight: 700;
    padding-top: 45px;
    padding-bottom: 35px;
}

h2 p {
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0;
}

.t2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-break: keep-all;
    gap: 40px;
}

#content1 {
    background-image: url("/main/image/mainbg_01.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#content3 {
    background-image: url("/main/image/mainbg_02.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ACACAC;
}

#content5 {
    background-image: url("/main/image/mainbg_03.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 1px solid #ACACAC;
}

.fare-list {
    margin-top: 80px;
}

.fare-list ul li {
    display: flex;
    align-items: stretch;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 40px 40px 0;
    margin-bottom: 50px;

}

.fare-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
}

.tx-left {
    text-align: left;
    box-sizing: border-box;
}

.tx-left p:nth-child(1) {
    font-size: 57px;
    font-weight: 700;
    line-height: 1.5;
}

.tx-left p:nth-child(2) {
    font-size: 30px;
    line-height: 1.5;
    padding-top: 30px;
}

.tx-right {
    display: flex;
    text-align: right;
    align-items: stretch;
}

.tx-right p:nth-child(1) {
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tx-right p:nth-child(1) img {
    height: 44px;
    padding-right: 10px;
}

.tx-right p:nth-child(2) {
    font-size: 52px;
    line-height: 1.5;
    font-weight: 900;
    text-decoration: line-through;
    color: #676767;
    text-decoration-color: #404040;
}

.tx-right p:nth-child(3) {
    font-size: 52px;
    font-weight: 500;
}

.tx-right p:nth-child(3) span {
    font-size: 70px;
    font-weight: 900;
}

.tx-right p:nth-child(4) {
    font-size: 20px;
    color: #949494;
    font-weight: 400;
}

.fare-text,
.arrow-right {
    min-height: 377px;
}

.arrow-right {
    display: flex;
    align-items: center;
    background-color: #e81986;
    border-radius: 0 40px 40px 0;
    height: auto;


}

.arrow-right a {
    width: 100%;
    height: 100%;
    align-content: center;
    color: #fff;
    min-width: 188px;

}

.arrow-right a div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
    gap: 26px;
}

.arrow-right a div p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}


.arrow-right img {
    max-width: 56px;
    width: auto;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
}

.pay-tx td {
    position: relative;
}

.pay-tx td p {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #949494;
}

#content3 h2 span::before {
    content: "";
    position: absolute;
    width: 33px;
    height: 33px;
    background-color: #ffa2d4;
    top: 10%;
    left: -10px;
    z-index: -1;
}

.body-lock-scroll {
    overflow: hidden;
    padding-right: 15px;
}


.t1 ul,
.t2 ul {
    flex: 1 1 auto;

}

.t2.en ul {
    flex: 0 0 auto;
}

.t1 ul li {
    text-align: left;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 80px;
    position: relative;
}

.t1 ul li p {
    font-size: 23px;
    font-weight: 500;
    line-height: 32px;
    padding-left: 80px;
}

.t1 ul li::before {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url("/main/image/icon_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 35px;
    position: absolute;
}

.t1_img img {
    width: 100%;
}

.t2 {
    padding-top: 60px;
}

.t2 ul li {
    text-align: left;
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
}

.t2 ul li::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 35px;
    flex-shrink: 0;
}

.t2 ul li:nth-child(1)::before {
    background-image: url("/main/image/icon_02.png");
}

.t2 ul li:nth-child(2)::before {
    background-image: url("/main/image/icon_03.png");
}

.t2 ul li:nth-child(3)::before {
    background-image: url("/main/image/icon_04.png");
}

.t2 ul li .text-container {
    display: flex;
    flex-direction: column;
    /* p 태그를 세로로 정렬 */
}

.t2 ul li .text-container p:nth-of-type(1) {
    font-size: 23px;
    font-weight: 500;
    line-height: 32px;
}

.t2 ul li .text-container p:nth-of-type(2) {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    position: relative;
    padding-left: 10px;
}

.t2 ul li .text-container p:nth-of-type(2)::before {
    content: ":";
    position: absolute;
    left: 0;
}

.t2_img {
    text-align: end;
}

.t2_img img {
    width: 90%;
}

.certi-guide p {
    text-align: left;
    padding-bottom: 20px;
}

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

table th,
table td {
    border: 1px solid #ebebeb;
    padding: 30px 0;
    font-size: 25px;
    vertical-align: middle;
    background-color: #fff;
}


table th {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    border-top: none;
    background-color: #E81986;
    vertical-align: middle;
}

table th span {
    font-size: 22px;
    font-weight: 500;
}

table th:first-child,
table td:first-child {
    border-left: none;
}

table th:last-child,
table td:last-child {
    border-right: none;
}

table .small {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.7;
}

table td:nth-child(1).bold {
    font-size: 28px;
}

table td.bold.en {
    font-size: 20px;
}

table td.red.bold {
    font-size: 34px;
}

.feelist table tr:last-child td {
    padding: 16px 0;
}

.feelist table tr th div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.t2-tx {
    padding: 60px 0 0;
    font-weight: 700;
}

.t3>p {
    text-align: right;
    font-size: 20px;
    padding-top: 10px;
}

.t3 ul {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.t3 ul li {
    position: relative;
}

.t3 ul li>img {
    position: absolute;
    height: 20px;
    left: 20px;
    top: -10px;
    z-index: 1;
}

.t3-img {
    min-width: 383px;
    width: 100%;
    min-height: 480px;
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    align-content: center;
    border: 1px solid #b8b8b8;
    position: relative;
}

.t3-hit {
    position: absolute;
    top: -20px;
    right: 30px;
    background-color: #7a25f2;
    padding: 10px 20px;
    color: #fff;
}

.t3-hit p {
    font-size: 18px !important;
    padding-top: 0 !important;
}

.t3 ul li p {
    font-size: 26px;
    font-weight: 700;
    padding-top: 40px;
}

.t4>p {
    padding-top: 100px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
}

.t4 table th,
.t4 table td {
    padding: 25px 0;
    font-size: 20px;
}

.t4-tx {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    gap: 20px
}

.t4-tx ul {
    text-align: left;
}

.t4-tx ul li {
    font-size: 15px;
    line-height: 1;
    padding-left: 30px;
    position: relative;
    word-break: keep-all;
}

.t4-tx ul li:not(:last-child) {
    margin-bottom: 15px;
}

.t4-tx ul li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("/main/image/icon_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.t4-tx-left {
    flex: 2;
}

.t4-tx-right {
    max-width: 366px;
    flex: 1;
}

.t4-tx-right table th,
.t4-tx-right table td {
    font-size: 14px;
    border-color: #fff;
}

.t4-tx-right table th {
    padding: 10px 0;
}

.t4-tx-right table td {
    padding: 15px 0;
    background-color: #f6f6f6;
}

.t4-tx-right p {
    font-size: 14px;
    padding-top: 10px;
}

.t5 {
    padding-top: 80px;
    padding-bottom: 60px;
}

.t5-ti ul {
    display: flex;
    justify-content: space-between;
}

.t5-ti ul li {
    background-color: #fff;
    border: 2px solid #E60980;
    max-width: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
    box-sizing: border-box;
    width: calc(33% - 20px);
}

.image-box {
    padding: 40px 0;
}

.text-box {
    padding-top: 20px;
    line-height: 25px;
}

.text-box p:first-child {
    margin-top: auto;
}

.t4 table tr th {
    background-color: #fff5f5;
    color: #000;
    font-weight: 400;
}

.t5-tx {
    padding-top: 60px;
}

.t5-tx ul li {
    font-size: 19px;
    text-align: left;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.t5-tx ul li::before {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url("/main/image/icon_01.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.t5-tx p {
    font-size: 17px;
    text-align: left;
    padding-top: 40px;
}

.guide {
    text-align: center;
    margin: 20px 0;
}

.guide .guide-title {
    display: flex;
    justify-content: center;
    padding: 70px 0 60px;

}

.guide .guide-title p {
    border: 1px solid #D6006D;
    color: #D6006D;
    font-size: 34px;
    font-weight: 700;
    padding: 10px 55px;
    display: block;
}

.guide ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.guide li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.guide .circle {
    width: 246px;
    height: 246px;
    border-radius: 50%;
    border: 1px solid #D6006D;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.guide li p:nth-child(1) {
    font-size: 34px;
}

.guide.en li p {
    font-size: 18px;
}

.guide li:last-child p:last-child {
    font-size: 22px;
}

.guide.en li:last-child p:last-child {
    font-size: 14px;
}

.guide .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide .arrow img {
    display: block;
    width: 38px;
    height: auto;
}


#content4 form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#content4 form h4 {
    text-align: left;
}

#content4 .upload-tip {
    text-align: left;
    border: 1px solid #E60980;
    display: inline-block;
    padding: 15px;
    font-size: 17px;
    font-weight: 700;
    align-self: flex-start;
}

#content4 .upload-tip p {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 15px;
}

#content4 .upload-tip p a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
}

.first-info div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    width: 100%;

    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.second-info,
.third-info,
.last-info,
.submit-button {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    align-items: stretch;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.second-info {
    gap: 0;
}

.first-info label,
.second-info label,
.third-info label,
.last-info label {
    font-weight: 700;
    margin-bottom: 6px;
    text-align: left;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.first-info input,
.second-info input,
.first-info select,
.second-info select,
.third-info select,
.last-info select {
    border: 1px solid #000;
    border-radius: 999px;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#content4 form p {
    font-size: 16px;
}

.first-info {
    width: 100%;
}

.first-info .first-info label:not(:nth-of-type(3n+1)) {
    padding-left: 15px;
}

.first-info label {
    min-width: 120px;
}

.first-info.en label {
    min-width: 200px;
}

.first-info p.pink.bold {
    text-align: left;
    padding-bottom: 20px;
}

.first-info p.pink.bold img {
    padding: 0 10px;
    font-size: 18px;
    vertical-align: middle;
}

.first-info input {
    border: 1px solid #000;
    border-radius: 999px;
    height: 60px;
    max-width: 470px;
    width: 100%;
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 18px;
}

.fi-t1 ul li,
.fi-t2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

textarea {
    width: 100%;
    height: 120px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding: 20px 15px;
    box-sizing: border-box;
    resize: none;
    overflow: auto;
    font-family: 'noto sans kr', sans-serif;
    background-clip: padding-box;
    line-height: 1.5;
    margin-bottom: 8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.file-upload {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

.file-row {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.file-upload p {
    text-align: left;
    flex-shrink: 0;
}

.-info .file-upload:nth-child(2) {
    padding-top: 30px;
}

.file-upload p {
    padding-bottom: 20px;
    vertical-align: middle;
}

.file-area {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    padding: 4px;
    height: 44px;
    box-sizing: border-box;
    background: #fff;
    max-width: 350px;
    width: 100%;
    gap: 8px;
}

.file-area button {
    width: 60px;
    height: 32px;
    font-size: 18px;
    border: none;
    margin-right: 10px;
    cursor: pointer;
}

.file-area span {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-row>button {
    border-radius: none;
    width: 100px;
    height: 40px;
    background-color: #fff;
    font-size: 18px;
    border: 1px solid #000;
    cursor: pointer;
}

.select-option p {
    padding-bottom: 20px;
}

.fix-option h4 {
    padding-top: 25px;
}

.fix-option .file-upload:nth-of-type(2) p {
    padding-top: 30px;
}

.certi-guide {
    padding: 40px 0 0;
}

.certi-guide p {
    font-size: 18px;
}

.option-list {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.second-info label {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.second-info input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #E60980;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin: 0;
}

.second-info input[type='radio']:checked {
    background-color: #E60980;
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px #E60980;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

.tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;

}

.tab_container {
    text-align: left;
}

.tabs ul li {
    cursor: pointer;
    background-color: #f5f5f5;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs ul li a {
    font-size: 18px;
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
}

.tabs ul li.active a {
    font-weight: bold;
    color: #fff;
}

.tabs ul li.active {
    background-color: #E60980;
}

.tab_content ul {
    padding-top: 30px;
}

.tab_content ul li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 32px;
}

.tab_content ul li::before {
    content: "·";
    position: absolute;
    left: 0;
    font-size: 22px;
}

.tab_content ul li a {
    color: #000;
    text-decoration: underline;
}

.select-option,
.fix-option.sub-fix {
    text-align: left;
}

.select-option .file-upload a,
.fix-option.sub-fix .file-upload a {
    display: block;
    width: 235px;
    min-height: 40px;
    border: 1px solid #000;
    padding: 9px 30px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin: 10px 0 20px;
}

.fix-option.sub-fix .file-upload:nth-of-type(2) p {
    padding-top: 0;
}

.last-info input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    margin-right: 15px;
    flex-shrink: 0;
}

.last-info input[type='checkbox']:checked {
    background-color: #fff;
    border: 1px solid #000;
    position: relative;
}

.last-info input[type='checkbox']:checked::after {
    content: '✔';
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.last-info label {
    font-size: 18px;
    display: flex;
    align-items: center;
    word-break: keep-all;
    white-space: normal;
}

.submit-button {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 60px;
}

.submit-button button {
    width: 100%;
    max-width: 340px;
    height: 60px;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.btn1 {
    background-color: #E60980;
    color: #fff;
    border: 1px solid #E60980;
    transition: all 0.3s ease-in-out;
}

.btn1:hover {
    background-color: #fff;
    border-color: #E60980;
    color: #E60980;
}

.btn2 {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}

.btn2:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.f-con ul li {
    display: inline-block;
}

.f-con.en ul li {
    display: inline-block;
}

.f-con a img {
    max-width: 144px;
}

footer {
    margin: 0 auto;
    color: #a7a7a7;
    background-color: #222;
    line-height: 1.5;
    text-align: center;
    padding: 0;
    width: 100%;
}

.f-con {
    max-width: 1280px;
    margin: 0 auto;
}

.f-con ul {
    display: flex;
    gap: 30px
}

footer .f-link {
    background: #ffe6f4;
    padding: 20px 0;
    text-align: left;
}

footer .f-link a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}


footer .f-link li:last-child a {
    font-weight: 400;
}

footer .f-info {
    background: #fff4f4;
    padding: 40px 0 40px 0;
    text-align: left;
}

footer .f-info a {
    color: #E60980;
    font-size: 20px;
    font-weight: 700;
}

footer .f-info p:nth-of-type(1) {
    padding-top: 25px;
}

footer .f-info p {
    color: #212121;
    font-size: 15px;
    margin-bottom: 5px;
}

footer .f-info span {
    color: #747474;
    font-weight: bold;
}

footer .f-cp {
    background: #E60980;
    padding: 12px 0;
    text-align: left;
}

footer .f-cp p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}

.top-btn {
    position: fixed;
    right: 3%;
    bottom: 110px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    width: 70px;
    gap: 5px;
}
.top-btn a {

    border-radius: 50%;
    background: #E60980;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-btn img {
    width: 37px;
    height: 37px;
}

.accordion {
    border: 1px solid #E2E2E2;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.accordion:not(:first-child) {
    border-top: none;
}

.accordion .question {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 20px 33px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 18px;
    font-weight: 400;
    gap: 28px;
    box-sizing: border-box;
}

.accordion .answer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 400;
    gap: 28px;

}

.accordion .question:hover {
    color: #e60980;
}

.accordion .question .q-label {}

.accordion .q-label,
.accordion .a-label {
    font-weight: 700;
}

.q-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
    vertical-align: middle;
}

.q-text,
.a-text {
    text-align: left;
    word-break: keep-all;
}

.accordion .question .arrow {
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.accordion.open .question .arrow {
    transform: translateY(-50%) rotate(180deg);
}

.accordion.open .question {
    color: #e60980;
}

.accordion .answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 33px;
    background-color: #F5F5F5;
    transition: max-height 0.4s ease, padding 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    border-top: none;
}

.accordion.open .answer {
    max-height: 1000px;
    padding: 24px 33px;
    opacity: 1;
    border-top: 1px solid #e2e2e2;
}

.faq {
    padding-top: 60px;
}

.faq .paging {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.faq .paging a {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 500;
}

.faq .paging a.active {
    color: #E60980;
    font-weight: 700;
}



@media (max-width: 1920px) {


    .slide-content {
        padding: 0 0 0 120px;
        gap: 50px;
    }

    .slide-content.left .slide-text>img {
        width: 540px;
        top: -50%;
        left: -6%;
    }

    .slide-content.left .slide-text .slide-pc.inhatc {
        top: -12%;
        left: -6%;
    }

    .slide-content.left .slide-text .slide-pc.dts {
        top: -30%;
    }

    .slide-content .slide-text .ban-1 {
        font-size: 34px;
    }

    .slide-content.left .slide-text p {
        font-size: 26px;
    }

    .slide-content .slide-text p:nth-child(3) {
        font-size: 15px;
    }

    .slide-content .slide-text .gray {
        font-size: 34px;
    }

    .slide-content .slide-text .pink {
        font-size: 34px;
    }

    .slide-content .slide-text .blue {
        font-size: 34px;
    }

    .slide-content.right .slide-text p:nth-child(1) {
        font-size: 34px;
        line-height: 2.5;
    }

    .slide-content.right .slide-text p.bg-wh {
        font-size: 26px;
    }

    .slide-content.right .slide-text p:last-child {
        font-size: 25px;
    }
}


@media (max-width: 1280px) {
    h2.ru {
        font-size: 35px;
    }

    .con {
        padding: 65px 20px;
    }

    .lang ul {
        padding: 0 20px;
    }

    .nav-con {
        margin: 0 20px;
    }

    .swiper,
    .swiper-slide {
        height: 450px;
    }

    .slide-content {
        padding: 0 0 0 80px;
        gap: 30px;
    }

    .slide-content.left .slide-text>img {
        width: 340px;
        top: -20%;
        left: -3%;
    }

    .slide-content.left .slide-text .slide-pc.inhatc {
        top: 10%;
        left: 0%;
    }

    .slide-content.left .slide-text .slide-pc.dts {
        top: -10%;
    }

    .slide-content .slide-text .ban-1 {
        font-size: 24px;
    }

    .slide-content.left .slide-text p {
        font-size: 18px;
    }

    .slide-content .slide-text p:nth-child(3) {
        font-size: 12px;
    }

    .slide-content.left.ru .slide-text.en {
        padding-top: 25px;
    }

    .slide-content .slide-text .gray {
        font-size: 24px;
    }

    .slide-content .slide-text .pink {
        font-size: 24px;
    }

    .slide-content .slide-text .blue {
        font-size: 24px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc>img {
        max-width: 130px;
        height: 40px;
        top: -30%
    }

    .slide-content.left.ru .slide-text.en .ru-slide-text.pc>img {
        top: -20%
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc p:last-of-type,
    .slide-content.left.ru .slide-text.en .ru-slide-text.pc p:last-of-type {
        margin-bottom: 20px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc p {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .slide-content.left.ru .slide-text.en .ru-slide-text.pc p {
        font-size: 24px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc a {
        font-size: 22px;
    }

    .slide-content.left.ru .slide-text.en .ru-slide-text.pc a {
        font-size: 20px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc p.call {
        font-size: 22px;
        gap: 5px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc p.call img {
        width: 27px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc p:nth-of-type(2) {
        padding-bottom: 25px;
    }

    .slide-content.right .slide-text p:nth-child(1) {
        font-size: 24px;
    }

    .slide-content.right .slide-text p.bg-wh {
        font-size: 18px;
        padding: 5px 10px;
        margin: 5px 0 0 0;
    }

    .slide-content.right .slide-text p:last-child {
        font-size: 17px;
    }

    .slide-content.right .slide-text p.bg-wh img {
        height: 24px;
    }

    .swiper-pagination {
        bottom: 20px !important;
    }

    .swiper-controls {
        bottom: 20px;
        gap: 15px;
    }

    .swiper-controls img {
        height: 24px;
    }

    .swiper-button-next img {
        height: 18px;
    }

    .t3 ul li {
        width: calc(33% - 15px);
    }

    .t3-img {
        min-width: auto;
    }
}

@media (max-width: 1150px) {
    h2.ru {
        font-size: 30px;
    }

    .main {
        position: relative;
    }

    .hamburger {
        display: flex;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-nav .close-nav {
        position: fixed;
        left: 6px;
        top: 60px;
        z-index: 1100;
        display: none;
    }

    .mobile-nav.active .close-nav {
        display: block;
    }

    .main-con .lang,
    .nav-con {
        display: none;
    }

    .mobile-nav-bg {
        display: none;
        position: fixed;
        left: 0;
        top: 61px;
        width: 100vw;
        height: 100vh;
        background: transparent;
        z-index: 1000;
    }

    .mobile-nav {
        display: block;
        position: fixed;
        left: -85vw;
        top: 61px;
        width: 85vw;
        height: 100vh;
        background: #fff4f4;
        z-index: 1001;
        transition: left 0.3s;
    }

    .mobile-nav.active {
        left: 0;
    }

    .mobile-nav-bg.active {
        display: block;
    }

    .lang {
        background-color: transparent;
        text-align: left;
        padding: 0;
    }

    .mobile-nav-inner {
        padding: 32px 24px;
    }

    .mobile-nav .close-nav {
        background: none;
        border: none;
        font-size: 50px;
        position: absolute;
        left: 10px;
        top: -60px;
        cursor: pointer;
    }

    .hamburger span {
        width: 30px;
        height: 4px;
    }

    .mobile-nav ul {
        list-style: none;
        padding: 0;
    }

    .mobile-nav ul li.lang {
        display: flex;
        gap: 16px;
        margin-bottom: 32px;
    }

    .mobile-nav ul li.lang ul li a {
        color: #E60980;
    }

    .lang ul li a {
        font-size: 16px;
    }

    .mobile-nav ul li.lang ul li.on a {
        color: #fff;
        background-color: #E60980;
    }

    .mobile-nav-inner>ul:nth-of-type(1) {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .mobile-nav-inner>ul:nth-of-type(1) li a {
        font-size: 18px;
        color: #3d3d3d;
    }

    .mobile-nav-inner>ul:nth-of-type(2) li a {
        font-size: 20px;
        color: #000;
    }

    .mobile-nav-inner>ul:nth-of-type(2) li {
        margin-bottom: 20px;
    }

    .main-con .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        background-color: #fff;
    }

    .main-swiper-container {
        margin: 60px auto 0;
    }

    .feelist.en table tr th div {
        flex-direction: column;
        gap: 0;
    }

    .fare-text {
        padding: 30px;
    }

    .tx-left.en p:nth-child(1) {
        font-size: 49px;
        line-height: 1.3;
    }

    .tx-right.en p:nth-child(1) img {
        height: 32px;
    }

    .tx-right.en p:nth-child(3) {
        font-size: 48px;
    }

    .tx-right.en p:nth-child(3) span {
        font-size: 60px;
    }

    table th,
    table td {
        padding: 25px 0;
    }

    .t2-tx {
        letter-spacing: -1px;
    }

    .file-upload p .p-bl {
        display: block;
    }

    .last-info label {
        white-space: normal;
        word-break: keep-all;
    }

    #content3 h2 {
        display: block;
    }

    .t5-ti ul li {
        width: calc(33% - 15px);
    }

    .t5-tx ul li {
        letter-spacing: -0.5px;
    }

    .t3-img img {
        width: 100%;
    }

    .t3 ul li p {
        font-size: 21px;
    }

    .t4>p {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .last-info label {
        white-space: normal;
        word-break: keep-all;
    }




    footer .f-link,
    footer .f-info,
    footer .f-cp {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    footer .f-info p:nth-of-type(1) {
        padding-top: 20px;
    }

    footer .f-info p {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    h2 {
        letter-spacing: -2px;
    }

    h2.ru {
        font-size: 27px;
    }

    h2.ru img {
        height: 40px;
    }

    .con {
        padding: 45px 15px;
    }

    nav {
        padding: 0 15px;
    }

    .swiper,
    .swiper-slide {
        height: 320px;
    }

    .slide-content {
        padding: 0 0 0 80px;
        gap: 16px;
    }

    .slide-content.left .slide-text>img {
        width: 240px;
        top: -5%;

    }

    .slide-content.left .slide-text .slide-pc.inhatc {
        top: 22%;
    }

    .slide-content.left .slide-text .slide-pc.dts {
        top: 7%;
    }

    .slide-content .slide-text .ban-1 {
        font-size: 20px;
    }

    .slide-content.left .slide-text p {
        font-size: 16px;
    }

    .slide-content.left.ru .slide-text.en {
        padding-top: 30px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc img {
        max-width: 100px;
        height: 30px;
        top: -25%
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc p {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .slide-content.left.ru .slide-text.en .ru-slide-text.pc p {
        font-size: 16px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc a {
        font-size: 16px;
        padding: 9px 15px;
    }

    .slide-content.left.ru .slide-text.en .ru-slide-text.pc a {
        font-size: 14px;
    }

    .slide-content.left.ru .slide-text {
        padding-top: 30px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc p.call {
        font-size: 16px;
        padding-bottom: 0;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc p.call img {
        width: 20px;
        height: auto;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.pc p:nth-of-type(2) {
        padding-bottom: 15px;
    }

    .slide-content .slide-text p {
        font-size: 16px;
    }

    .slide-content .slide-text p:nth-child(3) {
        font-size: 14px;
    }

    .slide-content .slide-text .gray {
        font-size: 20px;
    }

    .slide-content .slide-text .pink {
        font-size: 20px;
    }

    .slide-content .slide-text .blue {
        font-size: 20px;
    }

    .slide-content.right .slide-text p:nth-child(1) {
        font-size: 20px;
    }

    .slide-content.right .slide-text p.bg-wh {
        font-size: 16px;
        padding: 2px 10px;
        margin: 5px 0 0 0;
    }

    .slide-content.right .slide-text p:last-child {
        font-size: 15px;
    }

    .swiper-pagination {
        bottom: 5px !important;
    }

    .faq {
        padding-top: 30px;
    }

    .swiper-controls {
        bottom: 5px;
    }

    .t3 ul {
        gap: 30px;
    }

    .t3-img {
        min-width: auto;
    }

    .t3 ul li {
        width: calc(33% - 15px);
    }

    .t3 ul li p {
        padding-top: 20px;
        font-size: 18px;
    }

    .t5-ti ul {
        gap: 20px;

    }

    .t5-ti ul li {
        width: calc(33% - 10px);
    }

    .tx-left p:nth-child(1) {
        font-size: 48px;
    }

    .tx-left.en p:nth-child(1) {
        font-size: 42px;
    }

    .tx-left.en p:nth-child(2) {
        font-size: 24px;
    }

    .tx-left p:nth-child(2) {
        padding-top: 15px;
    }

    .tx-right.en p:nth-child(1) {
        font-size: 20px;
    }

    .tx-right.en p:nth-child(1) img {
        height: 26px;
    }

    .tx-right.right p:nth-child(2) {
        font-size: 42px;
    }

    .fare-text,
    .arrow-right {
        min-height: auto;
    }

    .tx-right p:nth-child(2) {
        font-size: 44px;
    }

    .tx-right p:nth-child(3) {
        font-size: 44px;
    }

    .tx-right p:nth-child(3) span {
        font-size: 48px;
    }

    .tx-right p:nth-child(1) img {
        height: 30px;
    }

    .tx-right.en p:nth-child(3) {
        font-size: 42px;
    }

    .tx-right.en p:nth-child(3) span {
        font-size: 50px;
    }

    table th,
    table td {
        padding: 20px 0;
    }

    .t1 ul,
    .t2 ul {
        flex: 0 0 auto;
    }

    .t3-img img {
        width: 100%;
    }

    #content4 form {
        gap: 5px;
    }

    #content4 form h4 {
        text-align: center;
    }

    .first-info input {
        min-width: 300px;
    }

    .first-info div {
        align-items: center;
    }

    .option-list {
        justify-content: center;
    }

    .certi-guide {
        padding: 25px 0;
    }

    .certi-guide p {
        text-align: center;
    }

    .file-upload {
        align-items: center;
    }

    .file-row {
        justify-content: center;
    }

    .select-option p {
        padding-bottom: 0;
    }

    .t4>p {
        padding-top: 40px;
    }

    .t4-tx {
        gap: 20px;
    }

    .t4-tx-left,
    .t4-tx-right {
        flex: 1 1 0;
    }

    .first-info p.pink.bold {
        text-align: center;
    }

    .file-upload p {
        padding-bottom: 0;
    }

    footer .f-link,
    footer .f-info,
    footer .f-cp {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .t2-tx {
        padding: 40px 0 0;
    }

    .fare-list {
        margin-top: 50px;
    }

    #content4 .upload-tip {
        width: 80%;
        text-align: center;
        align-self: anchor-center;
    }

    .select-option,
    .fix-option.sub-fix {
        text-align: center;
    }
}

@media (max-width: 900px) {
    .slide-content.right .slide-text {
        padding-left: 55%;
    }

    .fare-list {
        margin-top: 40px;
    }

    .tx-left.en p:nth-child(1) {
        font-size: 38px;
    }

    .tx-left.en p:nth-child(2) {
        font-size: 20px;
    }

    .tx-right p:nth-child(1) {
        font-size: 20px;
    }

    .tx-right p:nth-child(2) {
        font-size: 40px;
    }

    .tx-right.en p:nth-child(3) {
        font-size: 34px;
    }

    .tx-right.en p:nth-child(3) span {
        font-size: 40px;
    }

    .tx-right.en p:nth-child(1) img {
        height: 20px;
    }

    .fare-text {
        padding: 15px;
    }

    .arrow-right img {
        max-width: 45px;
    }

    .arrow-right a {
        min-width: 120px;
    }

    table th {
        font-size: 30px;
    }

    table th,
    table td {
        font-size: 22px;
    }

    table td.bold.en {
        line-height: 1;
    }

    table td.red.bold {
        font-size: 28px;
    }

    table .small {
        font-size: 14px;
    }

    .t2 {
        justify-content: center;
    }

    .t2_img {
        display: none;
    }

    .t2-tx {
        padding: 40px 0 0;
    }

    h2 {
        font-size: 42px;
    }

    h2.ru {
        font-size: 26px;
    }

    h2.ru img {
        height: 36px;
    }

    h2 img {
        height: 46px;
    }

    .guide ul {
        scale: 0.8;
    }

    .guide .guide-title p {
        font-size: 25px;
    }

    .guide .guide-title {
        padding: 30px 0;
    }

    .first-info.en label {
        min-width: 150px;
    }

    .file-upload p {
        text-align: center;
    }

    .t3-img {
        min-height: 360px;
    }

    .t3 ul li p {
        font-size: 17px;
        letter-spacing: -1px;
    }

    .t4>p {
        letter-spacing: -0.5px;
    }

    .t5 {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .arrow-right a div {
        padding-bottom: 55px;
        gap: 15px;
    }

    .arrow-right.en a div p {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (max-width: 768px) {
    .con {
        padding: 30px 10px;
        max-width: 768px;
    }


    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    h2.ru {
        font-size: 18px;
    }

    h2.ru img {
        height: 28px;
    }

    h2 img {
        height: 28px;
    }

    h2 p {
        font-size: 19px;
    }

    h4 {
        text-align: center;
    }

    p,
    li {
        font-size: 16px;
    }

    .t2 {
        display: block;
    }

    #content4 form h4 {
        text-align: center;
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 25px;
    }

    #content4 .upload-tip {
        width: 95%;
    }

    #content4 .upload-tip p {
        justify-content: center;
        flex-wrap: wrap;
    }

    .t1,
    .t2 {
        flex-wrap: wrap;
    }

    .t2 {
        padding-top: 30px;
        justify-content: center;
    }

    .t1 ul li p {
        font-size: 20px;
        line-height: 20px;
        padding-left: 40px;
        word-break: keep-all;
    }

    .t1 ul li,
    .t2 ul li {
        align-items: flex-start;
        padding-left: 20px;
        padding-bottom: 20px;
        word-break: keep-all;
    }

    .t1 ul li::before,
    .t2 ul li::before {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }

    .t2 ul li .text-container p:nth-of-type(1) {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 5px;
    }

    .t2 ul li .text-container p:nth-of-type(2) {
        font-size: 14px;
        line-height: 1.5;
    }

    .t2_img {
        display: none;
    }

    #content1 {
        background-image: none;
    }

    #content2 {
        background-color: #fafafa;
    }

    table {
        overflow-x: auto;
    }

    table th,
    table td {
        font-size: 12px;
        padding: 8px 0;
    }

    .main {
        position: relative;
    }

    .hamburger {
        display: flex;
        position: absolute;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-nav .close-nav {
        position: fixed;
        left: 6px;
        top: 40px;
        z-index: 1100;
        display: none;
    }

    .mobile-nav.active .close-nav {
        display: block;
    }

    .main-con .lang,
    .nav-con {
        display: none;
    }

    .mobile-nav-bg {
        display: none;
        position: fixed;
        left: 0;
        top: 41px;
        width: 100vw;
        height: 100vh;
        background: transparent;
        z-index: 1000;
    }

    .mobile-nav {
        display: block;
        position: fixed;
        left: -85vw;
        top: 41px;
        width: 85vw;
        height: 100vh;
        background: #fff4f4;
        z-index: 1001;
        transition: left 0.3s;
    }

    .mobile-nav.active {
        left: 0;
    }

    .mobile-nav-bg.active {
        display: block;
    }

    .mobile-nav-inner {
        padding: 32px 24px;
    }

    .mobile-nav .close-nav {
        background: none;
        border: none;
        font-size: 32px;
        position: absolute;
        left: 6px;
        top: -40px;
        cursor: pointer;
    }

    .mobile-nav ul {
        list-style: none;
        padding: 0;
    }

    .mobile-nav ul li.lang {
        display: flex;
        gap: 16px;
        margin-bottom: 32px;
    }

    .mobile-nav ul li.lang ul li a {
        color: #E60980;
    }

    .lang ul li a {
        font-size: 14px;
        padding: 6px 9px;
    }

    .mobile-nav ul li.lang ul li.on a {
        color: #fff;
        background-color: #E60980;
    }

    .mobile-nav-inner>ul:nth-of-type(1) {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .mobile-nav-inner>ul:nth-of-type(1) li a {
        font-size: 18px;
        color: #3d3d3d;
    }

    .mobile-nav-inner>ul:nth-of-type(2) li a {
        font-size: 20px;
        color: #000;
    }

    .mobile-nav-inner>ul:nth-of-type(2) li {
        margin-bottom: 20px;
    }

    .main-con .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        background-color: #fff;
    }

    .main-swiper-container {
        margin: 40px auto 0;
    }

    .slide-pc {
        display: none;
    }

    .slide-mo {
        display: block;
        width: 100%;
        height: 400px;
    }

    .mobile-nav-inner .lang {
        text-align: left;
        background-color: transparent;
        font-size: 14px;
    }

    .swiper-controls .swiper-button-prev,
    .swiper-controls .swiper-button-next {
        display: none;
    }

    .swiper-controls {
        left: 5%;
        bottom: 20px;
    }

    .swiper-pause {
        font-size: 18px;
        width: 22px;
        height: 22px;
    }

    .swiper,
    .swiper-slide {
        height: auto;

    }

    .slide-content.left.ru .slide-text .ru-slide-text.mo p:nth-of-type(1) {
        font-size: 24px;
        padding-bottom: 5px;
        font-weight: 600;
        font-family: "Nanum Myeongjo", serif;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.mo p.bg-wh {
        background-color: #fff;
        font-size: 20px;
        font-weight: 500;
        line-height: 42px;
        margin-bottom: 6px;
        color: #000;
        text-align: left;
        padding-left: 27%;
    }

    .slide-content.left.ru .slide-text.en .ru-slide-text.mo p:nth-of-type(2) {
        font-size: 18px;
    }

    .slide-content.left.ru .slide-text.en .ru-slide-text.mo p.bg-wh {
        padding-left: 25%;
        text-align: left;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.mo p:nth-of-type(2) {
        position: relative;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.mo p span {
        position: relative;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.mo p span::before {
        content: "";
        position: absolute;
        background-image: url("/main/image/lguplus.png");
        background-size: cover;
        width: 73px;
        height: 23px;
        left: -80px;
        top: 50%;
        transform: translateY(-50%);
    }

    .slide-content.left.ru .slide-text .ru-slide-text.mo a {
        font-size: 18px;
        font-weight: 700;
        padding: 4px 18px;
        background-color: #ff5325;
        color: #fff;
        display: inline-block;
        margin-top: 5px;
    }

    .slide-content.left .slide-text {
        text-align: center;
        padding-top: 0;
    }

    .ru-slide-text.pc {
        display: none;
    }

    .ru-slide-text.mo {
        display: block;
    }

    .slide-content.left .slide-text>img {
        height: 40px;
        left: 50%;
        transform: translateX(-50%);
        top: -25%;
        max-width: 252px;
        width: 100%;
    }

    .slide-content.left.ru .slide-text.en {
        padding-top: 0;
    }

    .slide-content.left .slide-text .slide-mo.inhatc {
        top: -44%;
        height: 30px;
        max-width: 288px;
    }

    .slide-content.left .slide-text .slide-mo.dts {
        top: -44%;
        height: 37px;
        max-width: 288px;
    }


    .slide-content.left .slide-text p {
        font-size: 20px;
    }

    .slide-content.left .slide-text p.call {
        display: flex;
        align-items: center;
        font-size: 18px;
        justify-content: flex-start;
        padding-left: 27%;

    }

    .slide-content.left .slide-text p.call img {
        width: 20px;
        height: auto;
    }

    .slide-content.left .slide-text.en p.call {
        padding-bottom: 0;
    }

    .ban-1 {
        font-size: 26px;
    }

    .slide-content.left .slide-text p:nth-child(3) {
        font-size: 16px;
        padding-top:25px;
    }

    .slide-img {

        object-fit: cover;
        position: relative;
    }

    .slide-img img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 13;
        min-height: 400px;
    }

    .slide-content {
        padding: 0;
        position: absolute;
        align-items: flex-start;
    }
    .slide-content.left{
        top: 57%;
    }
    .slide-content.left.ru{
        top: 40%;
    }
    .slide-content.right{
        top: 50%;
    }
    .slide-content.right.en{
        top: 45%;
    }


    .slide-content.right .slide-text p:last-child {
        padding-top: 10px;
    }

    .slide-content.right .slide-text {
        padding-left: 0;
        text-align: center;
        padding-bottom: 40px;
    }

    .slide-content.right .slide-text p:nth-child(1) {
        font-size: 24px;
        line-height: 1;
    }

    .slide-content.right .slide-text p.bg-wh {
        font-size: 20px;
        line-height: 1.5;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }

    .slide-content.right .slide-text p:last-child {
        font-size: 16px;
        line-height: 1.2;
    }

    .swiper-pagination {
        bottom: 20px !important;
    }

    .slide-content.right .slide-text p:nth-child(2) img {
        height: 22px;
    }

    .tx-left p:nth-child(1) {
        font-size: 32px;
        line-height: 39px;
    }

    .tx-left.en p:nth-child(1) {
        font-size: 32px;
    }

    .tx-left p:nth-child(2) {
        font-size: 16px;
        line-height: 1;
        padding-top: 10px;
    }

    .tx-left.en p:nth-child(2) {
        font-size: 16px;
    }

    .tx-right p:nth-child(1) {
        font-size: 16px;
    }

    .tx-right p:nth-child(1) img {
        height: 19px;
    }

    .tx-right p:nth-child(2) {
        font-size: 26px;
    }

    .tx-right p:nth-child(3),
    .tx-right.en p:nth-child(3) {
        font-size: 22px;
    }

    .tx-right p:nth-child(3) span,
    .tx-right.en p:nth-child(3) span {
        font-size: 32px;
    }

    .fare-list {
        margin-top: 30px;
    }

    .fare-list ul li {
        margin-bottom: 20px;
        flex-direction: column;
        border-radius: 0 0 20px 20px;
    }

    .fare-text,
    .arrow-right {
        min-height: auto;
    }

    .fare-text {
        padding: 30px 20px;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .t5 {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .t5-tx>p {
        display: none;
    }

    .t2-tx {
        padding: 0;
    }

    .none {
        display: none;
    }

    .arrow-right {
        width: 100%;
        padding: 0;
        border-radius: 0 0 20px 20px;
    }

    .arrow-right a div {
        gap: 12px;
        min-height: 110px;
        justify-content: center;
        padding-bottom: 0;
    }

    .arrow-right a div p {
        font-size: 20px;
    }

    .arrow-content p span {
        display: none;
    }

    .arrow-right img {
        transform: rotate(90deg);
    }


    .tx-right p:nth-child(4) {
        font-size: 14px;
    }

    .pay-tx td p {
        font-size: 10px;
    }

    .feelist table tr:last-child td {
        padding: 5px 0;
        letter-spacing: -0.5px;
    }

    .feelist table tr th div {
        gap: 2px;
    }

    table td.bold.en {
        font-size: 10px;
    }

    table td.red.bold {
        font-size: 20px;
    }

    .fi-t1 ul li,
    .fi-t2 ul li {
        flex-direction: column;
    }

    .submit-button button {
        width: 100%;
    }

    .first-info {
        width: 100%;
    }

    .first-info label,
    .second-info label,
    .third-info label,
    .last-info label {
        text-align: center;
        font-size: 14px;
    }

    .first-info input,
    .second-info input {
        font-size: 14px;
        max-width: 100%;
        text-align: center;
        padding-left: 0;
        height: 40px;
    }

    .first-info input[type="email"] {
        width: 100%;
        max-width: 100%;
    }

    .first-info p.pink.bold {
        text-align: left;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .certi-guide {
        padding: 20px 0;
    }

    .certi-guide p {
        text-align: center;
        font-size: 18px;
    }

    .t3 ul li p {
        font-size: 14px;
        padding-top: 10px;

    }

    .t3-hit {
        padding: 5px 10px;
        top: -15px;
        right: 15px;
    }

    .t3-hit p {
        font-size: 14px !important;
    }

    .t3-img {
        min-height: 270px;
        min-width: auto;
    }

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

    #content3 {
        background-image: none;
        background-color: #fff;
    }

    .content.en h2 {
        display: block;
    }

    .t5-ti ul {

        gap: 20px;
    }

    #content4 {
        background-color: #fafafa;
    }

    .first-info p.pink.bold {
        display: inline-block;
        text-align: center;
        word-break: keep-all;
    }

    .first-info p.pink.bold img {
        vertical-align: middle;
    }

    .file-area {
        width: 100%;
        margin-bottom: 15px;
        position: relative;
    }

    .feelist table th {
        font-size: 16px;
    }

    .feelist table th span {
        font-size: 14px;
    }

    .feelist table td {
        font-size: 14px;
    }

    .feelist table td:nth-child(1) {
        font-size: 15px;
    }

    .t2 ul li {
        align-items: center;
        text-align: center;
        gap: 10px;
        justify-content: center;
        padding-left: 0;
        flex-direction: column;
    }

    .p-bl {
        display: block;
    }

    .t3>p {
        text-align: center;
        font-size: 16px;
    }

    .first-info p.pink.bold span.p-bl {
        display: none;
    }

    .t5-ti ul li {
        width: 100%;
        padding: 30px 0;
    }

    .tabs ul {
        white-space: nowrap;
        flex-wrap: wrap;
    }

    .tabs ul li a {
        font-size: 18px;
    }

    .tab_content {
        padding: 10px;
    }

    .tabs ul li {
        margin: 0 40px;
        background-color: #fff;
    }

    .tab_content ul li {
        font-size: 16px;
        line-height: 21px;
        text-align: left;
    }

    .t4-tx ul li {
        line-height: 1.5;
    }

    .t4 table th,
    .t4 table td {
        font-size: 12px;
        padding: 5px 0;
    }


    .t4-tx {
        padding-bottom: 20px;
        flex-direction: column;
        word-break: keep-all;
    }

    .t4-tx-right {
        margin-top: 30px;
        max-width: 100%;
    }

    .text-box {
        height: auto;
    }

    .t4-tx-right table {
        display: table;
        table-layout: fixed;
    }

    .t5-tx {
        padding-top: 20px;
    }

    .t5-tx ul li {
        padding-left: 25px;
        font-size: 15px;
    }

    .t5-tx ul li::before {
        width: 20px;
        height: 20px;
    }

    .t5-tx p {
        font-size: 16px;
        padding-top: 0;
    }

    .first-info label:not(:nth-of-type(3n+1)) {
        padding-left: 0;
    }

    .option-list {
        justify-content: center;
    }

    #content4 form {
        text-align: center;
        gap: 0;
    }

    .fix-option .file-upload:nth-of-type(2) p {
        padding-top: 20px;
    }

    .file-upload p strong {
        display: block;
        font-weight: 400;
    }

    .file-row {
        gap: 5px;
        justify-content: center;
    }

    .file-area {
        width: 100%;
        margin-bottom: 0;
        position: relative;
        padding: 1px;
        height: 40px;

    }

    .file-row>button {
        max-width: 100px;
        width: 100%;
        font-size: 18px;
    }

    .select-option p {
        font-weight: 400;
    }


    .file-area button {
        position: static;
        min-width: 40px;
        margin-right: 8px;
        font-size: 18px;
    }

    .file-area span {
        flex: 1 1 0;
        min-width: 0;
        max-width: 100%;
        display: block;
    }

    .first-info div {
        flex-direction: column;
        align-items: stretch;
        width: 80%;
        margin: 0 auto;
    }

    .select-option {
        text-align: center;
    }

    .select-option .file-upload a,
    .fix-option.sub-fix .file-upload a {
        width: 50%;
    }

    .file-upload {
        align-items: center;
        gap: 6px;
    }

    .file-upload p {
        text-align: center;
    }

    .last-info h4 {
        font-size: 22px;
        text-align: left;
    }

    .last-info label {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
        width: 100%;
        word-break: keep-all;
        white-space: normal;
        text-align: left;
    }

    .last-info label span {
        display: inline;
        white-space: normal;
    }

    .last-info label strong {
        display: inline;
        white-space: normal;
        font-weight: bold;
    }

    .last-info input[type='checkbox'] {
        width: 20px;
        height: 20px;
    }

    textarea {
        font-size: 14px;
        padding: 15px;
    }

    .submit-button {
        gap: 10px;
        padding-top: 30px;
        flex-wrap: wrap;
    }

    h3 {
        font-size: 19px;

    }

    #content5 {
        background-image: none;
    }

    .image-box {
        padding: 15px 0 0;
    }

    .image-box img {
        width: 60%;
    }

    .t4>p {
        padding-top: 30px;
        text-align: center;
        padding-bottom: 30px;
    }

    .t4-tx ul li {
        font-size: 14px;
    }

    .t4-tx ul li::before {}

    .t4-tx-right table th,
    .t4-tx-right table td {
        font-size: 16px;
        padding: 8px 0;
        border-color: #fff;
    }

    .t4-tx-right table td {
        padding: 11px 0 13px;
        background-color: #f6f6f6;
    }

    .t4-tx-right p {
        font-size: 14px;
        padding-top: 10px;
    }

    .t3 ul li>img {
        height: 14px;
        left: 10px;
        top: -7px;
    }

    .f-con ul {
        align-items: center;
        justify-content: center;
    }

    .f-con.en ul {
        display: block;
    }

    .f-con.en ul li {
        display: block;
        padding: 0 10px;
    }


    footer .f-link a {
        font-size: 16px;
        font-weight: 700;
        margin-right: 0;
    }

    footer .f-info {
        padding: 20px 10px;
    }

    footer .f-info p {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 1.5;
    }

    footer .f-info span {
        font-weight: 400;
    }

    footer .f-cp p {
        font-size: 16px;
        text-align: center;
    }

    footer .f-info p:nth-of-type(1) {
        padding-top: 15px;
    }


    .f-con.en a {
        font-size: 18px;
    }

    .f-con.en ul li:not(:last-child) {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }

    .f-con.en ul li:not(:first-child) {
        padding-top: 10px;
    }

    footer .f-link {
        padding: 10px 0;
    }

    .p-hi {
        display: none;
    }


    .top-btn {
        right: 3%;
        bottom: 150px;
        width: 40px;
        gap: 5px;
    }
    .top-btn a{
        width: 40px;
        height: 40px;
    }
    .top-btn img {
        width: 21px;
        height: 21px;
    }

    .guide .guide-title {
        padding: 15px 0 20px;
    }

    .guide .guide-title p {
        font-size: 18px;
    }

    .guide ul {
        flex-direction: column;
        scale: 1;
    }

    .guide ul .arrow {
        transform: rotate(90deg);
    }

    .guide .circle p {
        font-size: 18px;
    }

}

@media (max-width: 576px) {
    .con {
        padding: 30px 10px;
        max-width: 576px;
    }

    h2 {
        font-size: 26px;
    }


    .slide-content.right .slide-text p.bg-wh {
        letter-spacing: -1px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.mo p span::before {
        width: 63px;
        height: 20px;
        left: -65px;
    }
    .slide-content.left.ru .slide-text .ru-slide-text.mo p.bg-wh{
        font-size: 18px;
        line-height: 30px;
        padding-top: 0;
    }

    .slide-content.right .slide-text p:last-child {
        font-size: 16px;
        padding-top: 5px;
    }

    .slide-content.right.sm .slide-text p:last-child {
        font-size: 13px;
    }

    .fare-text {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .tx-left {
        text-align: center;
    }

    .tx-right {
        text-align: center;
    }

    .t5-ti ul {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .t4-tx {
        flex-direction: column;
    }

    .t4-tx-right {
        max-width: 100%;
        margin-top: 10px;
    }

    .t4-tx-right table {
        table-layout: fixed;
    }

    .feelist table th {
        font-size: 16px;
    }

    .feelist table td:nth-child(1) {
        font-size: 13px;
    }

    .t2 ul li .text-container p:nth-of-type(1) {
        font-size: 20px;
        padding-bottom: 8px;
    }

    .t2 ul li .text-container p:nth-of-type(2) {
        font-size: 16px;
        padding-left: 0;
    }

    .t2 ul li .text-container p:nth-of-type(2)::before {
        content: '';
    }

    .first-info label,
    .second-info label,
    .third-info label,
    .last-info label {
        font-size: 16px;
    }

    .first-info input,
    .second-info input {
        font-size: 16px;
    }

    #content4 form h4 {
        font-size: 22px;
    }

    h2.ru .p-bl {
        display: block;
    }

    h2 {
        flex-direction: column;
        gap: 0;
    }

    footer .f-cp p {
        font-size: 13px;
    }

    .t3 ul li>img {
        height: 20px;
        left: 15px;
        top: -10px;
    }

    .last-info input[type='checkbox'] {
        margin: 0;
    }

    .last-info label {
        gap: 10px;
        line-height: 1.3;
    }

    .t3 ul {
        flex-wrap: wrap;
    }

    .t3 ul li {
        width: 100%;
    }

    .t3-img {
        padding: 20px 0 40px;
    }

    .t3 ul li p {
        font-size: 18px;
    }

    .t4 table th,
    .t4 table td {
        padding: 8px 0;
    }

    .hamburger span {
        width: 16px;
        height: 2px;
    }

    .image-box img {
        width: 25%;
    }

    table td.red.bold {
        font-size: 16px;
    }

    .tab_content ul li {
        word-break: keep-all;
        padding-bottom: 5px;
    }

    .t5-tx ul li {
        word-break: keep-all;
    }

    .t3-img img {
        width: 65%;
    }

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

    .f-con ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 0 10px;
    }

    .f-con.en a {
        font-size: 15px;
    }

    .certi-guide {
        padding: 10px 0 0;
    }

    #content4 .upload-tip p {
        font-size: 16px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.mo p:nth-of-type(1) {
        font-size: 22px;
    }

    .slide-content.left.ru .slide-text.en .ru-slide-text.mo p:nth-of-type(2) {
        font-size: 12px !important;
        letter-spacing: -1px;
    }

    .slide-content.left.ru .slide-text.en .ru-slide-text.mo p.bg-wh {
        padding-left: 27%;
        font-size: 14px;
        line-height: 28px;
    }
    .slide-content.left .slide-text.en>img{
        top: -30%;
    }
    .slide-content.left.ru .slide-text.en .ru-slide-text.mo a {
        font-size: 14px;
    }
    .slide-content.left .slide-text.en p:nth-child(3){
        padding-top: 5px;
    }
    h2.ru {
        align-items: center;
        text-align: center;
    }

    #content4 .upload-tip p {
        padding: 0;
    }

}

@media (max-width: 360px) {
    .con {
        padding: 30px 10px;
    }


    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 20px;
    }

    h2 img {
        height: 28px;
    }

    h2 p {
        font-size: 16px;
    }

    h4 {
        text-align: center;
    }

    p,
    li {
        font-size: 14px;
    }

    #content4 form h4 {
        text-align: center;
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .t1,
    .t2 {
        flex-wrap: wrap;
    }

    .t2 {
        padding-top: 30px;
    }

    .t1 ul li p {
        font-size: 18px;
        line-height: 20px;
        padding-left: 40px;
        word-break: keep-all;
    }

    .t1 ul li,
    .t2 ul li {
        align-items: flex-start;
        padding-left: 20px;
        padding-bottom: 20px;
        word-break: keep-all;
    }

    .t1 ul li::before,
    .t2 ul li::before {
        margin-right: 10px;
        width: 30px;
        height: 30px;
    }

    .t2 ul li .text-container p:nth-of-type(1) {
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 5px;
    }

    .t2 ul li .text-container p:nth-of-type(2) {
        font-size: 12px;
        line-height: 1.5;
    }

    .t2_img {
        display: none;
    }

    #content1 {
        background-image: none;
    }

    #content2 {
        background-color: #fafafa;
    }

    table {
        overflow-x: auto;
    }

    table th,
    table td {
        font-size: 10px;
        padding: 5px 0;
    }

    .main {
        position: relative;
    }

    .hamburger {
        display: flex;
        position: absolute;
        left: 6px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mobile-nav .close-nav {
        position: fixed;
        left: 6px;
        top: 40px;
        z-index: 1100;
        display: none;
    }

    .mobile-nav.active .close-nav {
        display: block;
    }

    .main-con .lang,
    .nav-con {
        display: none;
    }

    .mobile-nav-bg {
        display: none;
        position: fixed;
        left: 0;
        top: 41px;
        width: 100vw;
        height: 100vh;
        background: transparent;
        z-index: 1000;
    }

    .mobile-nav {
        display: block;
        position: fixed;
        left: -85vw;
        top: 41px;
        width: 85vw;
        height: 100vh;
        background: #fff4f4;
        z-index: 1001;
        transition: left 0.3s;
    }

    .mobile-nav.active {
        left: 0;
    }

    .mobile-nav-bg.active {
        display: block;
    }

    .mobile-nav-inner {
        padding: 32px 24px;
    }

    .mobile-nav .close-nav {
        background: none;
        border: none;
        font-size: 32px;
        position: absolute;
        left: 6px;
        top: -40px;
        cursor: pointer;
    }

    .mobile-nav ul {
        list-style: none;
        padding: 0;
    }

    .mobile-nav ul li.lang {
        display: flex;
        gap: 16px;
        margin-bottom: 32px;
    }

    .mobile-nav ul li.lang ul li a {
        color: #E60980;
    }

    .lang ul li a {
        font-size: 12px;
        padding: 6px 8px;
    }

    .mobile-nav ul li.lang ul li.on a {
        color: #fff;
        background-color: #E60980;
    }

    .mobile-nav-inner>ul:nth-of-type(1) {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .mobile-nav-inner>ul:nth-of-type(1) li a {
        font-size: 16px;
        color: #3d3d3d;
    }

    .mobile-nav-inner>ul:nth-of-type(2) li a {
        font-size: 18px;
        color: #000;
    }

    .mobile-nav-inner>ul:nth-of-type(2) li {
        margin-bottom: 20px;
    }

    .main-con .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        background-color: #fff;
    }

    .main-swiper-container {
        margin: 40px auto 0;
    }

    .slide-pc {
        display: none;
    }

    .slide-mo {
        display: block;
        width: 100%;
        height: 400px;
    }

    .mobile-nav-inner .lang {
        text-align: left;
        background-color: transparent;
        font-size: 12px;
    }

    .swiper-controls .swiper-button-prev,
    .swiper-controls .swiper-button-next {
        display: none;
    }

    .swiper-controls {
        left: 5%;
        bottom: 20px;
    }

    .swiper-pause {
        font-size: 16px;
        width: 22px;
        height: 22px;
    }

    .swiper,
    .swiper-slide {
        height: 400px;

    }

    .slide-content.left.ru .slide-text .ru-slide-text.mo p:nth-of-type(1) {
        font-size: 22px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.mo p.bg-wh {
        font-size: 14px;
        line-height: 36px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.mo p span::before {
        width: 73px;
        height: 23px;
        left: -80px;
    }

    .slide-content.left.ru .slide-text .ru-slide-text.mo a {
        font-size: 14px;
        font-weight: 700;
    }

    .slide-content.left .slide-text {
        text-align: center;
        padding-top: 0;
    }



    .slide-content.left .slide-text .slide-mo.inhatc {
        top: -44%;
        height: 30px;
        max-width: 288px;
    }

    .slide-content.left .slide-text .slide-mo.dts {
        top: -44%;
        height: 37px;
        max-width: 288px;
    }


    .slide-content.left .slide-text p {
        font-size: 18px;
    }

    .ban-1 {
        font-size: 24px;
    }

    .slide-content.left .slide-text p:nth-child(3) {
        font-size: 14px;
    }

    .slide-img img {
        width: 100%;
    }

    .slide-content {
        padding: 0 0 20px 0;
    }

    .slide-content.right .slide-text {
        padding-left: 0;
        text-align: center;
        padding-bottom: 25px;
    }

    .slide-content.right .slide-text p:nth-child(1) {
        font-size: 22px;
        line-height: 1;
    }

    .slide-content.right .slide-text p.bg-wh {
        font-size: 18px;
        line-height: 1.5;
        margin: 5px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        letter-spacing: -1px;

    }

    .slide-content.right .slide-text p:last-child {
        font-size: 16px;
        padding-top: 10px;
    }

    .swiper-pagination {
        bottom: 20px !important;
    }

    .slide-content.right .slide-text p:nth-child(2) img {
        height: 20px;
    }

    .tx-left p:nth-child(1) {
        font-size: 30px;
        line-height: 39px;
    }

    .tx-left.en p:nth-child(1) {
        font-size: 26px;
    }

    .tx-left p:nth-child(2) {
        font-size: 14px;
        line-height: 1;
        padding-top: 10px;
    }

    .tx-right p:nth-child(1) {
        font-size: 16px;
    }

    .tx-right p:nth-child(1) img {
        height: 17px;
    }

    .tx-right p:nth-child(2) {
        font-size: 24px;
    }

    .tx-right p:nth-child(3) {
        font-size: 20px;
    }

    .tx-right p:nth-child(3) span {
        font-size: 30px;
    }

    .tx-left,
    .tx-right {
        text-align: center;
    }

    .fare-list {
        margin-top: 20px;
    }

    .fare-list ul li {
        margin-bottom: 20px;
    }



    .fare-text {
        flex-direction: column;
        padding: 0;
        box-sizing: border-box;
        gap: 30px;
        justify-content: center;
    }

    .t5 {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .t5-tx>p {
        display: none;
    }

    .t2-tx {
        padding: 0;
    }

    .none {
        display: none;
    }

    .p-bl {
        display: block;
    }

    .tx-left {
        padding-top: 20px;
    }

    .tx-right {
        padding-bottom: 20px;
    }

    .tx-right p:nth-child(4) {
        font-size: 12px;
    }

    .arrow-right a div p {
        font-size: 16px;
    }

    .arrow-right img {
        max-width: 50px;
    }

    .arrow-right a div {
        gap: 6px;
    }

    .pay-tx td p {
        font-size: 8px;
    }

    .feelist table tr:last-child td {
        padding: 5px 0;
    }

    .feelist table tr th div {
        gap: 2px;
    }

    .first-info p.pink.bold span.p-bl {
        display: block;
    }

    table td.bold.en {
        font-size: 8px;
    }

    table td.red.bold {
        font-size: 13px;
    }

    #content4 .upload-tip p {
        font-size: 14px;
    }

    .fi-t1 ul li,
    .fi-t2 ul li {
        flex-direction: column;
    }

    .submit-button button {
        width: 100%;
    }

    .first-info {
        width: 100%;
    }

    .first-info label,
    .second-info label,
    .third-info label,
    .last-info label {
        text-align: center;
        font-size: 16px;
    }

    .first-info input,
    .second-info input {
        font-size: 16px;
        max-width: 100%;
        text-align: center;
        padding-left: 0;
        height: 40px;
    }

    .first-info input[type="email"] {
        width: 100%;
        max-width: 100%;
    }

    .first-info p.pink.bold {
        text-align: left;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .certi-guide {
        padding: 20px 0;
    }

    .certi-guide p {
        text-align: center;
        font-size: 16px;
    }

    .t3 ul li p {
        font-size: 18px;
        padding-top: 10px;

    }

    .t3 ul {
        flex-direction: column;
    }

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

    #content3 {
        background-image: none;
        background-color: #fff;
    }

    .content.en h2 {
        display: block;
    }

    .t5-ti ul {
        flex-direction: column;
        gap: 20px;
    }

    #content4 {
        background-color: #fafafa;
    }

    .first-info p.pink.bold {
        display: inline-block;
        text-align: center;
        word-break: keep-all;
    }

    .first-info p.pink.bold img {
        vertical-align: middle;
    }

    .file-area {
        width: 100%;
        margin-bottom: 15px;
        position: relative;
    }

    .feelist table th {
        font-size: 12px;
    }

    .feelist table th span {
        font-size: 10px;
    }

    .feelist table td {
        font-size: 10px;
    }

    .feelist table td:nth-child(1) {
        font-size: 9px;
    }

    .t2 ul li {
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .t3>p {
        text-align: center;
        font-size: 16px;
    }

    .t5-ti ul li {
        width: 100%;
        padding: 35px 0;
    }

    .tabs ul {
        white-space: nowrap;
        flex-wrap: wrap;
    }

    .tabs ul li a {
        font-size: 16px;
    }

    .tab_content {
        padding: 10px;
    }

    .tabs ul li {
        margin: 0 25px;
        background-color: #fff;
    }

    .tab_content ul li {
        font-size: 14px;
        line-height: 21px;
        text-align: left;
    }

    .t4-tx ul li {
        line-height: 1.5;
    }

    .t4 table th,
    .t4 table td {
        font-size: 12px;
        padding: 5px 0;
    }


    .t4-tx {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .t4-tx-right {
        margin-top: 0;
    }

    .text-box {
        height: auto;
    }

    .t4-tx-right table {
        display: table;
    }

    .t5-tx {
        padding-top: 20px;
    }

    .t5-tx ul li {
        padding-left: 25px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .t5-tx ul li::before {
        width: 20px;
        height: 20px;
    }

    .t5-tx p {
        font-size: 14px;
        padding-top: 0;
    }

    .first-info label:not(:nth-of-type(3n+1)) {
        padding-left: 0;
    }

    .option-list {
        justify-content: center;
    }

    #content4 form {
        text-align: center;
        gap: 0;
    }

    .fix-option .file-upload:nth-of-type(2) p {
        padding-top: 10px;
    }

    .file-upload p strong {
        display: block;
        font-weight: 400;
    }

    .file-row {
        gap: 5px;
        justify-content: space-between;
    }

    .file-area {
        width: 100%;
        margin-bottom: 0;
        position: relative;
        padding: 1px;
        height: 40px;

    }

    .file-row>button {
        max-width: 100px;
        width: 100%;
        font-size: 16px;
    }

    .select-option p {
        font-weight: 400;
    }

    .file-area button {
        position: static;
        min-width: 40px;
        margin-right: 8px;
        font-size: 16px;
    }

    .file-area span {
        flex: 1 1 0;
        min-width: 0;
        max-width: 100%;
        display: block;
    }

    .first-info div {
        flex-direction: column;
    }

    .select-option {
        text-align: center;
    }

    #content4 form p {
        font-size: 15px;
    }

    .select-option .file-upload a {
        width: 100%;
    }

    .file-upload {
        align-items: center;
        gap: 5px;
    }

    .file-upload p {
        text-align: center;
    }

    .last-info h4 {
        font-size: 22px;
        text-align: left;
    }

    .last-info label {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
        width: 100%;
        word-break: keep-all;
        white-space: normal;
        text-align: left;
    }

    .last-info label span {
        display: inline;
        white-space: normal;
    }

    .last-info label strong {
        display: inline;
        white-space: normal;
        font-weight: bold;
    }

    .last-info input[type='checkbox'] {
        width: 20px;
        height: 20px;
    }

    textarea {
        font-size: 12px;
        padding: 15px;
    }

    .submit-button {
        flex-direction: column;
        gap: 10px;
        padding-top: 30px;
    }

    #content5 {
        background-image: none;
    }

    .t4>p {
        padding-top: 30px;
        text-align: center;
        padding-bottom: 30px;
    }

    .t4-tx ul li:not(:last-child) {
        margin-bottom: 0;
    }

    .t4-tx ul li {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .t4-tx ul li::before {}

    .t4-tx-right table th,
    .t4-tx-right table td {
        font-size: 14px;
        padding: 8px 0;
        border-color: #fff;
    }

    .t4-tx-right table td {
        padding: 11px 0 13px;
        background-color: #f6f6f6;
    }

    .t4-tx-right p {
        font-size: 12px;
        padding-top: 10px;
    }

    footer .f-link a {
        font-size: 14px;
        font-weight: 700;
        margin-right: 0;
    }

    footer .f-info {
        padding: 20px 10px;
    }

    footer .f-info p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 1.5;
    }

    footer .f-info span {
        font-weight: 400;
    }

    footer .f-cp p {
        font-size: 14px;
        text-align: center;
    }

    footer .f-info p:nth-of-type(1) {
        padding-top: 15px;
    }

    .f-con.en {
        display: block;
    }

    .f-con.en ul li {
        display: block;
        padding: 0 5%;
    }

    .f-con.en a {
        font-size: 16px;
    }

    .f-con.en ul li:not(:last-child) {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
    }

    .f-con.en ul li:not(:first-child) {
        padding-top: 10px;
    }

    footer .f-link {
        padding: 10px 0;
    }

    .p-hi {
        display: none;
    }

    .top-btn {
        position: fixed;
        right: 3%;
        bottom: 150px;
        z-index: 9999;
        border-radius: 50%;
        background: #E60980;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-btn img {
        width: 21px;
        height: 21px;
    }

}

@media (max-width: 320px) {
    h2 {
        flex-direction: column;
        gap: 0;
    }

    .lang ul li a {
        padding: 6px 9px;
    }

    #content4 form h4 {
        letter-spacing: -1px;
    }

    .tabs ul li {
        margin: 0 20px;
    }

    h2 img {
        height: 24px;
    }

    .fare-list {
        margin-top: 20px;
    }

    .first-info p.pink.bold span.p-bl {
        display: none;
    }

    #content4 form p {
        padding-bottom: 20px;
        font-size: 15px;
    }

    #content4 form .second-info h4 p {
        padding-bottom: 0;
    }

    .fi-t1 ul li,
    .fi-t2 ul li {
        margin-bottom: 10px;
    }

    .option-list {
        gap: 10px;
    }

    .t3 ul {
        gap: 15px;
    }

    footer .f-info p {
        font-size: 11px;
    }
}