@charset "utf-8";

* {
    word-break: keep-all;
}

body {
    overflow: unset !important;
}

.section01 {
    padding-top: 131px;
}

.container {
    width: 100%;
    max-width: 100%;
}

.main {
    text-align: center;
    padding: 80px 0 0;
}

.main .inner {
    margin: 0;
    gap: 0;
    width: auto;
}

.main footer .inner {
    width: 1200px;
    margin: auto;
}

.top-area {
    position: relative;
    height: auto;
    width: 100%;
    background-image: url('/images/travel/group/corner.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.top-area .wrap {
    display: flex;
    flex-direction: column;
    gap: 60px 0;
    align-items: center;
    padding-bottom: 100px;
    background: url('/images/travel/group/ferris-wheel.png');
    background-repeat: no-repeat;
    background-position: bottom left 20%;
}

.page-title {
    font-size: 30px;
    font-weight: 600;
}

.title-line {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.title-line h5 {
    color: #303030;
    font-size: 20px;
    font-weight: 400;
    width: 550px;
    margin-bottom: 30px;
}

.check-list {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.check-list li {
    font-size: 20px;
    color: #5698F0;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0 20px;
}

.check-list li::before {
    content: '';
    display: block;
    width: 18px;
    height: 14px;
    background-image: url('/images/travel/group/blue-chk.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.group-go {
    position: relative;
    font-size: 18px;
    color: #fff;
    padding: 20px 0;
    width: 518px;
    margin: auto;
    border-radius: 5px;
    background-color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-go span {
    position: absolute;
    margin-left: 35%;
    font-size: 16px;
    margin-top: 1px;
}

.middle-area {
    position: relative;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 80px 0;
    background-color: #5698F0;
    margin-top: -2px;
}

.middle-area img {
    position: absolute;
    top: 0;
    width: auto;
}

.middle-area img.sign {
    left: 30%;
    top: -20%;
}

.middle-area img.members {
    right: 15%;
    top: -14%;
}

.middle-title {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.register-step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    width: 1200px;
    margin: auto;
}

.register-step li {
    width: 100%;
    padding: 70px 0;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.register-step li .wrap {
    height: 163px;
    flex: none;
    display: flex;
    flex-direction: column;
}

.register-step li .number {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background-color: #3B7CD3;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
}

.register-step li h5 {
    font-size: 22px;
    font-weight: 500;
    color: #303030;
    margin-bottom: 10px;
}

.register-step li p {
    font-size: 18px;
    color: #303030;
    width: 220px;
    margin: 0;
    height: auto;
    background: none;
}

.foreigner h5 {
    color: #fff;
    background-color: #3B7CD3;
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
}

.foreigner ul {
    margin: 30px 0 20px;
}

.foreigner ul li {
    color: #fff;
    font-size: 20px;
}

.foreigner p {
    font-size: 18px;
    color: #303030;
    background: none;
    height: auto;
    margin: 0;
}

.bottom-area {
    padding: 100px 0 0;
}

.bottom-title {
    color: #181818;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 80px;
    text-align: center;
}

.bottom-area ul {
    display: flex;
    gap: 0 30px;
    justify-content: center;
    width: 1200px;
    margin: 0 auto 80px;
}

.bottom-area ul li {
    cursor: pointer;
    width: 50%;
}

.bottom-area ul li .image-line {
    border-radius: 10px 10px 0 0;
    height: 280px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bottom-area ul li .image-line img{
    height: 100%;
    object-fit: cover;
}

.bottom-area ul li .image-line::after {
    align-items: center;
    background-color: #303030;
    bottom: 0;
    color: #fff;
    content: "+";
    display: flex;
    font-size: 30px;
    font-weight: lighter;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 42px;
}

.bottom-area ul li .text-line {
    background-color: #fff;
    border: 1px solid hsla(0,0%,44%,.2);
    border-radius: 0 0 10px 10px;
    color: #181818;
    height: 207px;
    padding: 30px 50px 0;
    text-align: left;
}

.bottom-area ul li .text-line h5 {
    font-size: 22px;
    font-weight: 500;
}

.bottom-area ul li .text-line p {
    font-size: 18px;
    margin: 20px 0;
}

.bottom-area ul li .text-line span {
    color: #707070;
    display: block;
    font-size: 18px;
}

.fixed-btn {
    margin-bottom: 100px;
}

footer .inner {
    margin: 0 auto;
}

.mo_show {
    display: none;
}

.popup .popup-wrapper .popup-inner .popup-body .terms-box .number-list,
.popup .popup-wrapper .popup-inner .popup-body .terms-box .contents {
    text-align: left;
}

@media (max-width: 1200px) {

    .top-area {
        background-size: 30%;
    }

    .top-area .wrap {
        background-position: bottom left;
    }

    .middle-area img.sign {
        left: 13%;
        top: -14%;
    }

    .middle-area img.members {
        width: 30%;
        right: 15%;
        top: -7%;
    }

    .register-step {
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 30px;
    }

    .register-step li {
        width: calc(50% - 100px);
    }

    .bottom-area ul {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
        margin: 0;
    }

    .pc_show {
        display: flex !important;
    }

    .mo_show {
        display: none !important;
    }

    .swiper-pagination {
        display: none !important;
    }

    .register-step li {
        padding: 40px 0;
    }

    .main footer .inner {
        width: 100%;
    }
}

@media (max-width: 720px) {

    .main {
        padding: 0;
    }

    .main footer .inner {
        width: 100%;
    }

    footer .inner .contents ul.footer-contents li p,
    footer .inner .contents ul.footer-contents li span {
        text-align: left;
    }

    .page-title {
        font-size: 24px;
    }

    .top-area .wrap {
        gap: 0;
        background-size: 160px;
        background-position: bottom left -20%;
        padding-bottom: 70px;
    }

    .title-line {
        margin: 30px 0 0 !important;
    }

    .title-line h5 {
        margin-bottom: 20px;
        font-size: 16px;
        width: 260px;
    }

    .check-list {
        gap: 5px 0;
    }

    .check-list li {
        font-size: 16px;
        gap: 0 10px;
    }

    .check-list li::before {
        width: 15px;
        height: 11px;
    }

    .middle-area {
        gap: 30px 0;
        padding: 100px 0 80px;
    }

    .middle-area img.sign {
        width: 29px;
        top: -5.5%;
        left: 20%;
    }

    .middle-area img.members {
        width: 170px;
        top: -3.5%;
        right: 13%;
    }

    .middle-title {
        font-size: 20px;
    }
    
    .register-step li {
        width: 100%;
        padding: 15px 25px;
    }

    .register-step li .wrap {
        height: auto;
        flex-direction: unset;
        align-items: center;
        gap: 0 25px;
    }

    .register-step li .number {
        width: 27px;
        height: 27px;
        font-size: 16px;
        margin: 0;
    }

    .register-step li h5 {
        font-size: 18px;
        text-align: left;
        margin-bottom: 0;
    }

    .register-step li p {
        font-size: 16px;
        text-align: left;
        width: 200px;
    }

    .foreigner {
        margin-top: 30px;
    }

    .foreigner h5 {
        font-size: 18px;
    }

    .foreigner ul {
        margin: 20px 0;
    }

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

    .foreigner p {
        font-size: 16px;
        width: 260px;
        margin: auto;
    }

    .bottom-area {
        padding: 80px 0;
    }

    .bottom-title {
        font-size: 20px;
        margin: 0 0 40px;
    }

    .bottom-area ul {
        padding: 0;
        gap: 0;
    }

    .bottom-area ul li {
        width: 100%;
    }

    .bottom-area ul li .image-line {
        height: 195px;
    }

    .bottom-area ul li .text-line {
        padding: 30px 30px 0;
        height: 180px;
    }

    .bottom-area ul li .text-line h5 {
        font-size: 18px;
    }

    .bottom-area ul li .text-line p {
        font-size: 16px;
        margin: 10px 0;
    }

    .bottom-area ul li .text-line span {
        font-size: 14px;
    }

    

    .pc_show {
        display: none !important;
    }

    .mo_show {
        display: block !important;
    }

    .fixed-btn {
        position: sticky;
        bottom: 0;
        z-index: 10;
        width: 100%;
        padding: 10px 15px 20px;
        background-color: #fff;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .group-go {
        width: 100%;
    }

    .group-go span {
        margin-left: 50%;
    }

    .swiper {
        padding: 0 45px !important;
    }

    .swiper-pagination {
        display: block !important;
        position: relative !important;
        bottom: -20px !important;
    }

    .swiper-pagination-bullet {
        transition: all 0.15s;
    }

    .swiper-pagination-bullet-active {
        background-color: #009ce0 !important;
        border-radius: 5px !important;
        width: 19px !important;
    }
}
