body,
html {
    background-color: #fff;
    font-size: 10px;
    font-family: "Noto Sans", serif;
}
.m_dropdown{display: none !important;}
.lang-dropdown {
    position: relative;
    display: inline-block;
    margin-left: auto;
}

.lang-dropdown button {
    border: 1px solid #000;
    padding: 10px;
    cursor: pointer;
    font-family: "Noto Sans", serif;
    min-width: 140px;
    font-weight: 500;
}

.lang-dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff47;
    min-width: 140px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.lang-dropdown-content a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: black;
    font-family: "Noto Sans", serif;
    font-weight: 500;
}

li.tour a::before {
    background: url("../images/common/Tour_icon.png") center/contain no-repeat !important;
}

.lang-dropdown-content a:hover {
    background-color: #fff;
}

.lang-dropdown:hover .lang-dropdown-content {
    display: block;
}

.experience_top {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.experience_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience_content {
    width: 100%;
    padding: 0rem 10rem 5rem 10rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #000;
    gap: 5rem;
}

.experience_content div {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.experience_content p {
    font-family: "Noto Sans", serif;
    color: #000;
}

.experience_title {
    font-size: 4rem;
    font-weight: 700;
}

.experience_item {
    flex-direction: row;
    gap: 3rem;
    padding-bottom: 5rem;
}

.text-block {
    width: 100%;
    flex-direction: column;
}

.text_p_1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.text_p_1a {
    font-size: 1.5rem;
    font-weight: 700;
}

.text_p_2 {
    font-size: 1.5rem;
}
.text_p_2a{margin-top: 1rem;}

.C_item {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
}

.C_item_img {
    width: 100%;
    aspect-ratio: 3/2;
    border-radius: 1rem;
    overflow: hidden;justify-content: center !important;align-items: center !important;
}

.C_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.C_item_text {
    width: 100%;
    flex-direction: column;
}

.C_p_1 {
    font-size: 1.5rem;
    font-weight: 700;
}

.C_p_2 {
    font-size: 1rem;
    font-weight: 500;
}

.image-slider {
    width: 100%;
    text-align: center;
    position: relative;
    flex-direction: column;
    gap: 0.5rem;
}

.main-image {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.main-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
}

.thumbnail-container {
    width: 100%;
    gap: 0.5rem;
    overflow: hidden;
    justify-content: stretch;
}

.thumbnail-item {
    width: 100%;
    aspect-ratio: 16/9;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 0.3s, border-color 0.3s;
    border-radius: 5px;
    overflow: hidden;
}

.thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 0.3s;
}

.thumbnail-item:hover {
    border-color: #75BA2E;
}

.thumbnail-item:hover .thumbnail {
    scale: 1.1;
}

.form_container{position: relative;width: 100%;padding: 5rem;align-items: center;flex-direction: column;display: flex;gap: 1rem;}
.form_p_1{font-size: 3rem;font-weight: 700;}
.form_p_2{font-size: 1.5rem;white-space: nowrap;}
.form_container input,.form_container textarea{font-size: 1.5rem;width: 100%;padding: 0.5rem;}
.form_container table{border-spacing: 1rem;}
.form_input{min-width: 25rem;}
.btn{width: 50% !important;}
.form_container form{position: relative;display: flex;flex-direction: column;align-items: center;gap: 1rem;}

@media screen and (max-width: 768px) {
    .experience_content{padding: 0rem 1rem 5rem 1rem;}
    .experience_item{flex-direction: column;}
    .C_item + .C_item{margin-top: 5rem;}
    .m_dropdown{display: inline-block !important;}
    header{pointer-events: fill !important;}
    .form_p_2{font-size: 1rem;}
}