main section.section-content {
    position: relative;
    left: 0;
    right: 0;
    width: 1060px;
    margin: -112px auto 0px;
    margin-top: 100px;
    padding-bottom: 30px;
    z-index: 99;
}

.section-content > div,
.section-content .content-container {
    margin-bottom: 1.5rem;
    position: relative;
}

.section-content .search-area {
    padding-top: 2.5rem;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*align-items: center;*/
    height: 140px;
}

    .section-content .search-area.specific {
        padding-top: 1rem;
    }

figure.home {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    height: 210px;
    margin: 0;
}

/* ------------------------------- Search-wrapper ------------------------------------- */

.search-area .search-wrapper {
    /*height: 100%;*/
}

.search-area.specific .search-wrapper {
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-area .search-wrapper .search-description {
    /*text-white fw-300 d-flex align-items-center mb-3*/
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 300;
    margin-bottom: 1rem;
}

.search-area.specific .search-wrapper .search-description {
    /*text-white fw-300 d-flex align-items-center mb-3*/
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    padding-top: 1rem;
}

.search-wrapper .select-col {
    height: 50px;
    padding: 0 5px;
    overflow: hidden;
}

.select-col.select-location {
    width: 500px;
    padding: 0;
}

    .select-col.select-location.open {
        height: 700px;
    }

.select-input {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: #F5F7F8;
    height: 50px;
    border-radius: 0.5rem;
}

    .select-input.mobile {
        display: none;
    }

.search-wrapper button.search {
    width: 100px;
    height: 50px;
    background-color: #6497EE;
    color: #fff;
}

.select-option {
    position: relative;
    width: 100%;
    height: 610px;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
    z-index: 100;
}

.option-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .option-header > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px 5px 0 0;
    }

.area-group {
    background: #F5F7F8;
}

    .area-group .nav-pills .nav-link {
        font-size: 14px;
        color: #4D94E6;
        border: 1px solid #4D94E6;
        border-radius: 5px;
        padding: 3.7px 7.5px;
    }

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.area-group .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4D94E6;
}

.btn-outline-agl-blue {
    --bs-btn-color: #4A6388;
    --bs-btn-border-color: #4A6388;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4A6388;
    --bs-btn-hover-border-color: #4A6388;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4A6388;
    --bs-btn-active-border-color: #4A6388;
    --bs-btn-disabled-color: #4A6388;
    --bs-btn-disabled-border-color: #4A6388;
}

.select-option .form-check {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.select-option .form-check-input[type="checkbox"].radio-check {
    border-radius: 50%;
}

    .select-option .form-check-input[type="checkbox"].radio-check:checked {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    }

.select-option .form-check label.form-check-label {
    height: 36px;
    display: flex;
    align-items: center;
    margin-left: 7px;
}

.option-body .form-check label.form-check-label {
    /*width: 70%;*/
}

.location-group {
    height: 535px;
    /*padding-bottom: 52px;*/
    overflow: overlay;
}

.check-option-list .form-check.check-all {
    padding-left: 35px;
}

.form-check.area-loc {
    display: none;
}

    .form-check.area-loc.show {
        display: flex;
    }

.check-option-depth span {
    height: 36px;
    width: 100px;
}

.check-all-depth span img {
    transform: rotateX(0);
    transition: transform 0.2s;
}

.check-all-depth.select span img {
    transform: rotateX(180deg);
}

.check-option-depth .form-check.check-all-depth {
    padding-left: 35px;
}

.check-option-depth .form-check {
    padding-left: 70px;
}

.check-option-list .form-check:hover {
    background-color: #E7F1FF;
}

.option-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 52px;
    padding-right: 7px;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0 0 5px 5px;
    z-index: 2;
    display: none;
}

button.agl-common {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 36px;
    font-size: 16px;
    background: #69A9ED;
    border-radius: 4px;
    transition: 0.2s;
    color: #fff;
}

    button.agl-common:hover {
        background: #4D94E6;
    }

/* ------------------------------- 프로모션 영역 -------------------------------------- */
.promotion-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
    width: 1060px;
    height: 220px;
}

.mobile-none .carousel-control-prev,
.mobile-none .carousel-control-next {
    width: 10%;
}

#popupModal .modal-content {
    border-radius: 0;
}

#popupModal .modal-header {
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#popupModal .modal-footer {
    justify-content: space-between;
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#popupModal .popup-background {
    background: url('/assets/banners/banner-popup-accordiap-ko.png?v=240221') no-repeat;
    background-size: contain;
    position: relative;
    aspect-ratio: 2/3;
}

/* 영어 이미지 */
#popupModal .popup-background-en {
    background: url('/assets/banners/banner-popup-accordia-en.png?v=240221') no-repeat;
    background-size: contain;
    position: relative;
    aspect-ratio: 2/3;
}

#popupModal .popup-backgroundYB {
    background: url('/assets/banners/banner-popup-accordiap-ko.png?v=240221') no-repeat;
    background-size: contain;
    position: relative;
    aspect-ratio: 2/3;
}

#popupModal .popup-backgroundLFMALL {
    background: url('/assets/banners/banner-popup-accordiap-ko.png?v=240221') no-repeat;
    background-size: contain;
    position: relative;
    aspect-ratio: 2/3;
}

#popupModal .popup-backgroundSOL {
    background: url('/assets/banners/banner-popup-accordiap-ko.png?v=240221') no-repeat;
    background-size: contain;
    position: relative;
    aspect-ratio: 2/3;
}

#popupModalEvt .popup-backgroundEvt {
    background: url('/assets/images/popup_chuseok.png?v=230926') no-repeat;
    background-size: contain;
    position: relative;
    aspect-ratio: 2/3;
}


#popupModal .popup-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 628px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 85px;
}

    #popupModal .popup-content > div {
        height: 100%;
    }

/*    #popupModal .popup-content > div:first-of-type {
        margin-bottom: 0.5rem;
        height: 48%;
    }

    #popupModal .popup-content > div:last-of-type {
        margin-top: 0.5rem;
        height: 48%;
    }*/

.field-list-area {
    padding-top: 0.5rem;
}

/* ------------------------------- Item-container ------------------------------------- */
.item-list ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

    .item-list ul li a {
        width: 100%;
    }

.item-list .item-wrap {
    width: 250px;
    margin: 24px 7px 0px 8px;
    height: 311px;
}

.result-inner {
    width: 100%;
    height: 311px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transform: scale(1);
    transition: 0.2s;
    cursor: pointer;
    overflow: hidden;
}

    .result-inner:hover {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

    .result-inner .club-img {
        position: relative;
        width: 100%;
        height: 166px;
        background-size: cover;
    }

        .result-inner .club-img.no-time::before {
            position: absolute;
            content: "";
            height: 100%;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.3);
            z-index: 1;
        }

        .result-inner .club-img.no-time::after {
            content: "Coming soon";
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            text-align: center;
            color: #fff;
            font-weight: 500;
            font-size: 1.3rem;
            z-index: 2;
        }

    .result-inner .club-info {
        padding: 0 20px;
        height: 145px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .result-inner .club-info .club-name {
            padding-top: 10px;
        }

            .result-inner .club-info .club-name p {
                font-size: 12px;
                color: rgba(0, 0, 0, 0.5);
                margin-bottom: 0;
            }

/* 사이판 관광청용 : 국가명 미노출 */
.specific .nation-name {
    display: none;
}
/* 사이판 관광청용 : 코스탭 미노출 */
.list-nav.specific {
    display: none;
}
/* 사이판 관광청용 : 코스검색결과 미노출 */
#searchTabWrapper.specific {
    display: none;
}
/* 사이판 관광청용 : 헤더 위아래 간격 */
.specific-header {
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

.result-inner .club-info .club-address {
    padding-bottom: 20px;
    display: block;
}

.club-address > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.club-address p.badge-realtime {
    font-size: 0.8rem;
    color: #6c757d;
}

.club-info .badge-field {
    margin: 0.25rem 0.25rem 0 0;
    padding: 0.2rem 0.5rem;
    border-radius: 50rem;
    border: 1px solid #CFD4D9;
    color: #4a5055;
    font-size: 0.75rem;
    font-weight: 400;
    vertical-align: middle;
    background-color: #fff;
}

    .club-info .badge-field.on {
        border: 1px solid #43A5F6;
        color: #fff;
        background-color: #43A5F6;
    }

.club-address .club-price {
    display: flex;
    justify-content: space-between;
}

/* 모바일 대응
------------------------------------------------- */
@media all and (max-width: 1059px) {
    figure.home {
        display: block;
        position: relative;
        top: 47px;
        left: 0;
        right: 0;
        height: 55vw;
        /*margin: 0;*/
        margin-bottom: 4.7rem;
    }

    main {
        width: 100%;
        background-color: #fff;
    }

    .home .nav-header.mobile {
        z-index: 99;
    }

    main section.section-content {
        position: relative;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100%;
        margin: 0 auto;
        margin-top: -40vw;
        z-index: 99;
        /*background-color: #fff;*/
    }

    .section-content .search-area {
        position: relative;
        display: block;
        padding: 0 1.5rem;
        margin: 0;
        margin-bottom: 0.5rem;
        height: 180px;
    }

        .section-content .search-area.specific {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-bottom: 1rem;
            height: 150px;
        }

    .specific-header {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .search-area h2 {
        font-size: 2rem;
    }

    .select-col.select-location {
        width: 100%;
        height: 60px;
    }

        .select-col.select-location.open {
            height: 415px;
        }

    .select-input {
        height: 50px;
    }

        .select-input.mobile {
            display: flex;
        }

        .select-input.mobile-none {
            display: none;
        }

    .select-option {
        height: 347px;
    }

    .area-group .nav-pills .nav-link {
        font-size: 0.9rem;
        padding: 5px 5px;
    }

    .select-option .form-check {
        font-size: 1.2rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .location-group {
        height: 280px;
        /* padding-bottom: 60px;*/
    }

    .option-footer {
        height: 60px;
    }

    .promotion-container {
        margin: 0 auto;
        margin-bottom: 1.5rem;
        /*padding: 0 1rem;*/
        width: calc(100vw - 1rem);
        /*height: 116px;*/
        height: 31vw;
    }

        .promotion-container.promotion-duo {
            height: auto !important;
        }

    .item-list .item-wrap {
        width: calc(33vw - 1.25rem);
        height: 40vw;
        margin: 10px 5px 0 5px;
    }

    .result-inner {
        height: 40vw;
        border-radius: 5px;
    }

        .result-inner .club-info .club-name h6 {
            font-size: 1.1rem;
        }

        .result-inner .club-img {
            height: 22vw;
            aspect-ratio: 3/2;
        }

        .result-inner .club-info {
            width: 100%;
            height: 18vw;
            padding: 0 8px;
        }

            .result-inner .club-info .club-address {
                padding-bottom: 8px;
            }

    .club-address .club-price {
        display: block;
    }

    #popupModal .popup-content {
        top: 0;
        width: 100%;
        height: 100%;
    }
}

@media all and (max-width: 767px) {
    .item-list .item-wrap {
        width: calc(50vw - 1.5rem);
        height: 66vw;
        margin: 10px 5px 0 5px;
    }

    .result-inner {
        height: 66vw;
        border-radius: 5px;
    }

        .result-inner .club-img {
            height: 33vw;
        }

        .result-inner .club-info {
            height: 33vw;
        }
}

@media all and (min-width: 576px) and (max-width: 1059px) and (min-aspect-ratio: 10/16) {
    /* 태블릿 기종 */
    figure.home {
        /* display: block;
        position: relative;*/
        height: 56vw;
    }

    main section.section-content {
        margin-top: -20vw;
    }
}

@media all and (max-width: 575px) {
    #popupModal .modal-dialog {
        max-width: calc(100% - 2rem);
        margin: 1rem;
    }
}

@media all and (max-width: 330px) {
    /* 저해상도의 경우 search 의 모바일 버전 목록을 보여준다. */
    .item-list .itemlist-wrapper:not(:last-of-type) {
        border-bottom: 0;
        margin-bottom: 5rem;
    }

    .item-list ul.field-list {
        display: block;
        flex-wrap: wrap;
        padding: 0;
    }

    .item-list ul li a {
        width: 100%;
    }

    .item-list .item-wrap {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .result-inner {
        width: 100%;
        height: 150px;
        padding: 20px 0;
        background: #FFFFFF;
        border-radius: 0;
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        cursor: pointer;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

        .result-inner:hover {
            box-shadow: 0;
        }

        .result-inner .club-img {
            width: 100px;
            height: 100px;
            background-size: cover;
            border-radius: 10px;
        }

        .result-inner .club-info {
            padding: 0 0 0 1rem;
            height: 100%;
            width: calc(100% - 100px);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .result-inner .club-info .club-name {
                padding-top: 0;
            }

                .result-inner .club-info .club-name p {
                    font-size: 0.9rem;
                    color: rgba(0, 0, 0, 0.5);
                    margin-bottom: 0;
                }

                .result-inner .club-info .club-name h6 {
                    font-size: 1.1rem;
                }

            .result-inner .club-info .club-address {
                padding-bottom: 0;
            }

    .club-address p.badge-realtime {
        font-size: 1rem;
    }

    .club-address .club-price p {
        font-size: 1.2rem;
        font-weight: bold;
    }
}