@font-face {
    font-family: 'Pretendard Variable';
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
    src: url("/public/foodtrip/LikeALocal/asset/css/../fonts/PretendardVariable.woff2") format('woff2-variations');
}

figure.image {
    margin: 0 auto;
    margin-bottom: 80px;
    width: 80%;
}

.map_img {
    position:relative;
}

.content_link {
    cursor: pointer;
    position: absolute;
    /* background-color: #1126; */
}

.contentsBox {
    width: 80%;
    margin: 0 auto 65px auto
}

.contentsBox .box_title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 800;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 0;
    cursor: pointer;
}

.content_header .header_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    gap: 5px;
    padding: 5px;
}

.content_header .header_title.active {
    border: 5px solid;
}

#regional_food .header_title.active {
    border-color: #203B86;
}

#seasonal_ingredients .header_title.active {
    border-color: #E92D8C;
}

#traditional_liquor .header_title.active {
    border-color: #12A986;
}

.content_header .content_region {
    width: fit-content;
    font-size: 20px;
}

.content_header .content_region.pc {
    display: block;
}

.content_header .content_region.mo {
    display: none;
}

#regional_food .content_title, #regional_food .box_title {
    color: #203B86;
}

#seasonal_ingredients .content_title, #seasonal_ingredients .box_title {
    color: #E92D8C;
}

#traditional_liquor .content_title, #traditional_liquor .box_title {
    color: #12A986;
}

.content_header .content_title {
    width: fit-content;
    font-weight: 550;
    font-size: 20px;
    text-align: center;
}

.content_header .conts_toggle_btn {
    width: 5%;
}

.content_header .conts_toggle_btn img {
    transform: rotate(90deg);
}

.content_header .conts_toggle_btn.active img {
    transform: rotate(270deg);
}

.content_body {
/*    display: none; */
    width: 100%;
    margin-top: 50px;
}

.content_body .cont_title h4{
    font-size: 25px;
    text-align: center;
    margin-bottom: 35px;
}

.content_body .main_img {
    width: 100%;
    margin: 40px 0;
    text-align: center;
}

.content_body .main_img img{
    width: 85%;
    max-height: 490px;
    object-fit: contain;
}

.content_body .sub_title {
    margin: 0 0 30px 0;
}

.content_body .sub_title h4{
    padding: 10px 35px;
    border-radius: 8px;
    color: white;
    width: fit-content;
    font-size: 23px;
    margin: 0;
}

.content_body .when_where {
    margin-bottom: 50px;
    font-weight: 300;
}

.when_where .when_where_body {
    border: 5px solid #E0E0E0;
    padding: 50px 20px 0px 20px;
}

.content_body .content_par {
    margin-bottom: 50px;
}

.content_body .par_body {
    padding: 0px 20px 0px 20px;
}

.content_body .cont_par {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.content_body .w_w_par {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 50px;
}

.w_w_par img{
    width: 25px;
    height: 25px;
}

.content_body .content_img {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content_img img {
    width: 85%;
    max-height: 490px;
    object-fit: contain;
}

.content_body .content_text {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 300;
}

.cont_img_swiper {
    position: relative;
    overflow: hidden;
}

#regional_food .sub_title h4 {
    background-color: #203B86;
}

#seasonal_ingredients .sub_title h4 {
    background-color: #E92D8C;
}

#traditional_liquor .sub_title h4 {
    background-color: #12A986;
}

.locations {
    margin-top: 50px;
    margin-bottom: 50px;
}

.location_title {
    display: flex;
    align-items: center;
}

.location_title img{
    width: 30px;
    height: 30px;
}

.location_title h3 {
    margin: 0;
    padding-left: 15px;
    color: #000;
}

.location_swiper {
    position: relative;
    overflow: hidden;
}

.location_body {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.location_card {
    width: 80%;
    border: solid 5px #EEEEEE;
    padding: 40px;
}

.card_title h3 {
    font-size: 30px;
}

#regional_food .cont_title h4, #regional_food .location_card {
    color: #203B86;
}

#seasonal_ingredients .cont_title h4, #seasonal_ingredients .location_card {
    color: #E92D8C;
}

#traditional_liquor .cont_title h4, #traditional_liquor .location_card {
    color: #12A986;
}

#regional_food .card_title h3 {
    color: #203B86;
}

#seasonal_ingredients .card_title h3 {
    color: #E92D8C;
}

#traditional_liquor .card_title h3 {
    color: #12A986;
}

.card_text {
    margin-bottom: 20px;
    font-size: 18px;
}

.card_info {
    padding-top: 20px;
    border-top: solid 1px #EEEEEE;
    display: flex;
    flex-direction: column;
    color: #000;
}

.card_info .type {
    font-weight: bold;
}

.info_element {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.info_element .type_div {
    display: flex;
    align-items: center;
    width: fit-content;
    flex-shrink: 0;
}

.info_element img {
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

/*.info_element .type {*/
/*    white-space: nowrap;*/
/*}*/

.info_element .type_text {
    margin-left: 5px;
}

.swiper-button-prev:after, .swiper-button-next:after {
    color: #BDBDBD;
    font-weight: bold;
}

.swiper-slide {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.swiper-slide a {
    padding-right: 0;
    line-height: inherit;
    color: #0000EE;
}

.mo-hidden {
    display: block;
}

.local-wrap {
    line-height: 1.4;
    font-size: 22px;
    font-weight: 500;
    color: #202020;
    word-break: keep-all;
    font-family: 'Pretendard Variable', sans-serif;
}

.local-wrap .pc-hidden {
    display: none;
}

.local-intro img {
    border-radius: 15px;
    margin-bottom: 100px;
}

.local-intro p {
    margin-bottom: 60px;
    padding: 0 70px;
    letter-spacing: -0.01em;
    text-align: center;
}

.local-btn-wrap {
    font-family: inherit;
    margin-bottom: 120px;
    text-align: center;
}

.local-btn-wrap a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 22px 60px;
    border-radius: 100px;
    background: #1B4686;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.local-btn-wrap a:before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(https://english.visitkorea.or.kr/public/foodtrip/LikeALocal/asset/img/common/icon_back.svg);
}

.template__hashTag__section {
    display: none !important;
}

@media (max-width: 768px) {
    figure.image {
        width: 100%;
    }

    .contentsBox {
        width: 100%;
    }

    .contentsBox .box_title {
        font-size: 25px;
    }

    .content_header {
        align-items: flex-start;
    }

    .content_header .content_region {
        padding: 0;
        text-align: center;
        font-size: 16px;
    }

    .content_header .content_region.pc {
        display: none;
    }

    .content_header .content_region.mo {
        display: block;
    }

    .content_header .content_title {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
    }

    .content_header .header_title.active {
        border: unset;
        outline: 5px solid;
    }

    #regional_food .header_title.active {
        outline-color: #203B86;
    }

    #seasonal_ingredients .header_title.active {
        outline-color: #E92D8C;
    }

    #traditional_liquor .header_title.active {
        outline-color: #12A986;
    }

    .content_body .when_where {
        margin-bottom: 30px;
    }

    .when_where_title h3 {
        font-size: 24px;
    }

    .content_body .content_text {
        margin-top: 30px;
    }

    .cont_img_swiper .swiper-button-prev {
        left: -5px;
    }

    .cont_img_swiper .swiper-button-next {
        right: -5px;
    }

    .content_img img {
        max-height: 200px;
    }

    .location_title h3 {
        font-size: 24px;
    }

    .location_card {
        width: 100%;
    }

    .location_swiper .swiper-button-prev {
        left: 5px;
    }

    .location_swiper .swiper-button-next {
        right: 5px;
    }

    .swiper-button-prev:after, .swiper-button-next:after {
        font-size: 27px;
    }

    .info_element {
        flex-direction: column;
        align-items: normal;
    }

    .info_element .type_div {
        margin-right: 10px;
    }

    .info_element .type_text {
        margin-left: 10px;
    }

    .mo-hidden {
        display: none;
    }

    .local-wrap .pc-hidden {
        display: block;
    }

    .local-wrap {
        font-size: 16px;
    }

    .local-intro img {
        margin-bottom: 40px;
    }

    .local-intro p {
        padding: 0;
        margin-bottom: 40px;
    }
}