    #tourist_pass_price .tourist_pass_price-box {
        position: relative;
        padding: 20px;
        border: 3px solid #000;
        border-radius: 10px;
    } 

    /* Purchase Channels */
    #tourist_pass_price .tourist_pass_price-box .purchase_channels {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #C2282F;
        padding: 15px 30px;
        color: #fff;
        border-bottom-left-radius: 35px;
    }

    /* PASS AREA */
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-area {
        position:relative;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-area:after {
        content: "";
        position: absolute;
        background-image: linear-gradient(to right, #c7c7c7 50%, transparent 50%);
        background-size: 12px 3px;
        background-repeat: repeat-x;
        background-position: bottom;
        padding-bottom: 3px;
        width: 100%;
        bottom: 0;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-area h4 {
        display: flex; 
        align-items: center; 
        gap: 6px;
        font-size: 20px;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-area .tourist_pass_area-list {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-area .tourist_pass_area-list .tourist_pass_area-item {
        display: inline-block;
        border: 1px solid #000;
        border-radius: 12px;
        line-height: 1;
        max-width: 100px;
        width: 100%;
        text-align: center;
        padding: 4px;
    }


    /* MAIN DETAIL PASS */
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: auto 1fr;
        grid-column-gap: 30px;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail div:nth-child(1) {
        grid-column:1; grid-row:1;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail div:nth-child(2) {
        grid-column:1; grid-row:2;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail div:nth-child(3) {
        grid-column:2; grid-row:1 / span 2;
    }

    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .special_topic_price {
        font-size: 18px;
        font-weight: 600;
        margin: 20px 0 10px;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item {
        padding-bottom: 10px;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item + .tourist_pass_price-pass_item {
        padding-top:20px;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .pass_date {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price {
        border-collapse: collapse;
        width: 100%;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price thead tr th {
        width: 30%;
        background-color: #707070;
        color: #ffffff;
        padding: 10px;
        text-align: center;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr td {
        background-color:#D9D9D9;
         padding: 10px;
        text-align: center;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price thead tr th,
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr td { 
        border: 2px solid #ffffff;
        font-size: 18px;
        font-weight: 500;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr+tr.pass_main_time {
        border-top: 4px solid #ffffff;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr.pass_main_time:not(:has(~ .pass_main_time)) td:first-child{
        border-bottom-left-radius: 20px;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr td span {
        font-size: 16px;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price thead tr:first-child th,
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr:first-child td {
        border-top: none;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr:last-child td {
        border-bottom: none;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price thead th:first-child,
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody td:first-child {
        border-left: none;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price thead th:last-child,
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody td:last-child {
        border-right: none;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price thead th:first-child {
        border-top-left-radius: 20px;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price thead th:last-child {
        border-top-right-radius: 20px;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr td.duration:first-child {
    } 
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr:last-child td:last-child {
        border-bottom-right-radius: 20px;
    }
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail a.btn-tppd {
        color: #fff;
        padding: 10px 40px;
        background-color: #c1282f;
        border-radius: 10px;
        text-decoration: none;
        display: block;
        font-size: 18px;
        width: fit-content;
        min-width: 200px;
        text-align: center;
        /*margin-left: auto;
        margin-right: auto;*/
        /*margin-bottom: 10px;*/
            height: 100%;
    align-content: center;
    }
    
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail a.btn-tppd:hover {
        background-color: #cd5359;
    }

    #tourist_pass_map .map-container-note ,
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-note_rate,
    #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-pass_note {
        margin-top: 10px;
        font-size: 14px;
        color: #9f9f9f;
    }



    @media (max-width:991px) {
        #tourist_pass_price .tourist_pass_price-box {
            padding-top: 55px;
        }
    }
    @media (max-width:768px) {
        
        #tourist_pass_price .tourist_pass_price-box .purchase_channels {
            padding: 3vw;
            border-bottom-left-radius: 4vw;
            font-size: 3.5vw;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail div:nth-child(1) {
            grid-column:1; grid-row:1; order:1; 
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail div:nth-child(2) {
            grid-column:1; grid-row:3; order:3; 
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail div:nth-child(3) {
            grid-column:1; grid-row:2; order:2;
        }
        #tourist_pass_price .tourist_pass_price-box {
            padding-top: 45px;
            padding-left: 10px;
            padding-right: 10px;
        }
        #tourist_pass_price .tourist_pass_price-box h3 {
            font-size: 20px;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-area:after {
                padding-bottom: 1px;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-area h4 {
            font-size: 18px;
            gap: 2px
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-area h4 svg {
            width: 30px;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-area .tourist_pass_area-list {
            justify-content: space-around;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-area .tourist_pass_area-list .tourist_pass_area-item {
            max-width: 100%;
            width: calc(50% - 15px);
            font-size: 4.5vw;
        }                
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail {
            grid-template-columns: 1fr;
            grid-template-rows: none;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail > div {
                    margin-top: 5vw;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail > div:first-child {
            margin-top: 0;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price thead tr th {
            font-size: 3vw;
            padding: 5px;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr td {
            font-size: 3vw;
            padding: 5px;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr td span {
            font-size: 3vw;
        }
         #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price thead th:first-child {
        border-top-left-radius: 3vw;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price thead th:last-child {
            border-top-right-radius: 3vw;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr td.duration:first-child {
        } 
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail .tourist_pass_price-pass_item .table_pass_price tbody tr:last-child td:last-child {
            border-bottom-right-radius: 3vw;
        }
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-pass_item .pass_date {
            font-size: 18px;
        }   
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-main_detail a.btn-tppd {
            font-size: 14px;
        }
        #tourist_pass_map .map-container-note {
            font-size: 3vw;
        }
        #tourist_pass_map .map-container-note ,
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-note_rate,
        #tourist_pass_price .tourist_pass_price-box .tourist_pass_price-pass_note {
            font-size: 3vw;
        }
    }