.index_wrap {
    width: 100%;;
    height: 100vh;
    background-image: url(../img/index-img.png);   
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: 95% 92%;
}
.index_box {
    display: flex;
    justify-content: center;
    transform: translateY(20rem);
}
.index_wrap img {
    width: 70%;

}
/* header */
.navlink_on {
    background-color: #ACFFEF;
}
.no-scroll { overflow: hidden; height: 100%; }
.top_header {
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 500;
    padding: 0 1.5rem;
}

.header_img {
    position: absolute;
    width: 80%;
    right: 0;
    bottom: 0;
}
.header_img img {
    width: 100%;
}
.top_header img {
    width: 65%;
}
.nav_contents {
    transform: translateX(100%);
    z-index: 550;
    position: fixed;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-flow: column;
    transition: 0.4s;
}
.nav_top {
    display: flex;
    align-items: center;
    padding: 2.1rem 2rem;
    justify-content: right;
}
.nav_top img{
    width: 1.5rem;
}
.nav_logo {
    background: #2258a8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0;
}
.nav_logo img{

    width: 85%;
}
.nav_link {
    display: flex;
    flex-flow:column nowrap;
}
.nav_link a {
    font-size: 2rem;
    color: #545252;
    padding: 2.5rem;
    font-weight: 800;
    text-align: center;
}
.nav_bg {
    background-color: rgba(0, 0, 0, .6);
    min-height: 100vh;
    position: fixed;
    display: none;
    z-index: 540;
    width: 100%;
    left: 0;
    top: 0;
}
.nav_on {
transform: translateX(0);
transition: 0.4s;
}
.bg_on{
    display: block;
}

footer{}
.footer_on {
    background-color: #A3F6E6;
}
.footer_wrap {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 500;
}
footer a{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 33.3%;
    text-align: center;
    height: 100%;
    justify-content: space-around;
}
.footer_img {
    width: 35%;
}
footer a img{
    width: 3rem;
    height: 3rem;
}
footer a:nth-of-type(1) img{
    width: 4rem !important;
}
footer a span {
    font-size: 1.7rem;
    color: #7D7778;
    font-weight: 700;
}
/* home */
.home_wrap {
    padding: 6rem 1.5rem 11rem;
    background-color: #EBFCF9;
}
.home_bnr1 {
    padding: 1rem 0 ;
}
.home_bnr1 p {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.9;
    font-family: 'Sandeulbaram';
    background-image: url(../img/main-img.png);
    background-repeat: no-repeat;
    background-position: 94% 71%;
    background-size: 4rem;
    width: max-content;
    padding-right: 5rem;
}
.home_bnr1 em {
    color: #F05651;
    font-size: 3.3rem;
    font-weight: 700;
    font-family: 'Sandeulbaram';
}
.bnr2_show {
    width: 100%;
    text-align: right;
}
.home_bnr2 .bnr2_show a{
    display: block;
    margin-bottom: .5rem;
    padding: 1rem 0;
    color: #1EBD9F;
    font-size: 1.9rem;
    font-weight: 600;
}
.result{}
/* qna */


.qna_box {
    border: 1px solid #C5C6C6;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
    background-color: #fff;
}
.qna_box h3 {
    font-size: 1.9rem;
    font-weight: 700;
    padding: 1.5rem;
    padding-left: 1rem;
    line-height: 1.4;
    padding-right: 2.7rem;
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 97%;
}
.qna_box h3 span {
    font-size: 2rem;
    color: #22BEA0;
    font-weight: 700;
}

.qna_box pre {
    line-height: 1.5;
    font-size: 1.7rem;
    border-top: 1px solid #c5c6c6;
    padding: 1.5rem;
    font-weight: 500;
    display: none;
}
.open h3 {
    background-image: url(../img/arrow-up.png);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 97%;
}
.open pre {
    display: block;
}
.qna_page {
    display: flex;
    align-items:baseline;
    justify-content: center;
    gap: 2rem;
}
.qna_page a {
    font-size: 1.7rem;
    font-weight: 700;
    color: #A5A6A6;
}
.qna_on {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #000 !important;
}
.home_slide {
    display: flex !important;
    height: 20rem !important;
    background-color: #fff !important;
    align-items: flex-start !important;
    justify-content: center !important;
    flex-flow: column nowrap;
    padding: 1rem !important;
    border-radius: 1rem !important;
    background-image: url(../img/main-btn-arrow.png);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    background-position: 92% 83%;
    border: 1px solid #AEB2B1;
}
.home_slide  h2 {
    font-size: 1.7rem;
    font-weight: 800;

}
.home_slide img {
    transform: translateY(-1rem);
    width: 100%;
    height: 12.8em;
    object-fit: cover;
}

.home_bnr2 .result{
    position: relative !important;
    overflow: hidden !important;
}
.home_bnr2 .swiper-pagination{
    position: absolute !important;
    left: 0 !important;
    bottom: 5% !important;
}
.swiper-pagination-bullet-active {
background-color: #6FEDD6 !important;
}
.home_title_img {
    padding: 4rem 0 2rem;
}
.qna_title_img img{
    width: 40% !important;
}
.home_title_img img {
    width: 30% ;
}

.category_contents {
    display: flex;
    justify-content: space-between;
}

.category_contents a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 1rem;
    width: 20%;
}
.cate_img_box {
    background-color: #fff;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    border: 1px solid #AEB2B1;
}
.cate_img_box img {
    width: 50%;
}
.category_contents a span {
    font-size: 1.8rem;
    font-weight: 800;
}
.result2 {
    overflow: hidden;
}
.seoul_box  {
    margin-right: 1rem !important;
}
.seoul_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.result2 a  {
    display: block;
    height: 15rem !important;
    border-radius: 1rem;
    width: 100%;
}
.result2 a  span{
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    position: absolute;
    left: 5%;
    bottom: 5%;
    transform: translateY(-2.5rem);
    word-break: break-all;
}
.result2 a::before{
    /* display: none; */
    height: 15rem;
    width: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 1rem;
    background-image: url(../img/sub-arrow.png);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 95% 88%;

}
.seoul_box  {
    position: relative;
    height: 17rem !important;
    border-radius: 1rem;
}
.qna_img {
    width: 55% !important;
}
.home_qan_top h2 {
    padding: 0 !important;
}
.home_qan_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 0 2rem;
    .home_qna_box{

    }
}
.home_qan_top a{
    color: #1EBD9F;
    font-size: 2rem;
    font-weight: 600;
}
.home_qna_box{
    border: 1px solid #C5C6C6;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
    background-color: #fff;
}
.home_qna_box h3 span{
    font-size: 2rem;
    color: #22BEA0;
    font-weight: 700
}
.home_qna_box h3 {
    font-size: 2rem;
    font-weight: 700;
    padding: 1.5rem;
    padding-left: 1rem;
    line-height: 1.4;
}

.home_qna_box pre{
    line-height: 1.5;
    font-size: 1.7rem;
    border-top: 1px solid #c5c6c6;
    padding: 1.5rem;
    font-weight: 500;
}
/* contents_sub */
#theme {
    padding: 6rem 0 8rem;
    position: relative;
}

.mainImage{
    height: 40rem !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.detail {
    display: flex;
    flex-flow: column nowrap;
    padding: 2rem 1.5rem 4rem;
    background-color: #fff;
    border-top-right-radius: 4rem;
    transform: translateY(-5rem);
}
.detail img {
    width: 3rem;
}
.detail div{
    display: flex;
    align-items: center;
    padding: 1rem 0;
    gap: 1rem;
}
.sub_contents_text {
    flex-flow: column nowrap;
    align-items: flex-start !important;
}
.detail span {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.4;
}
.detail p{
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.4;
    
}
.content_text{
    color: #6A6D76;
}
.sub_back {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0 6rem;
}
.sub_back a {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    color: #fff;
    background-color: #293462;
    border-radius: 2rem;
    justify-content: center;
    font-size:1.8rem;
    font-weight: 700;
    width: 100%;
}
/* tour_wrap */
.tour_wrap {
    padding: 6rem 1.5rem 8rem;
    background-color: #EBFCF9;
}
.tour_wrap h2 {
/* width: max-content; */
}
.tour_wrap .first_label img{
    width: 25%;
    margin-right: 1rem;
}
.first_label {
    display: flex;
    padding: 4rem 0 2rem;
}
select {
    border-radius: .5rem;
    border: 1px solid #B6B6B6;
    color: #293462;
    font-size: 1.5rem;
    width: auto; 
    padding: 0.5rem;
    font-weight: 800;
    text-align: center;
}

select option {
    color: #293462;
    font-weight: 700;
}
.search_bar {
    display: flex;
    width: 100%;
    position: relative;
}
.search_bar input::placeholder{
    color: #B6B7B7;
}
.search_bar input {
    width: 100%;
    border: 1px solid #293462;
    border-radius: 4rem;
    padding: .5rem 3rem;
    margin-bottom: 1rem;
    font-size: 1.7rem;
}
.search_bar button {
    width: 2rem;
    height: 2rem;
    background-image: url(../img/search.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem;
    position: absolute;
    right: 8%;
    transform: translateY(.6rem);
}
.result3 .box{
    display: flex !important;
    height: 20rem !important;
    background-color: #fff !important;
    align-items: flex-start !important;
    justify-content: center !important;
    flex-flow: column nowrap;
    padding: 1rem !important;
    border-radius: 1rem !important;
    background-image: url(../img/main-btn-arrow.png);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    background-position: 92% 83%;
    border: 1px solid #AEB2B1;
    margin-bottom: 2rem;
}

.result3 .box img {
    transform: translateY(-1rem);
    width: 100%;
    height: 12.8em;
    object-fit: cover;
}
.result3 .box span {
    font-size: 1.7rem;
    font-weight: 800;
    padding-right: 5rem;
}


.result3 .box_link img {
    transform: translateY(-1rem);
    width: 100%;
    height: 12.8em;
    object-fit: cover;
}
.result3 .box_link span {
    font-size: 1.9rem;
    font-weight: 800;
    padding-right: 5rem;
}

.result3 .box_link{
    display: flex !important;
    height: 20rem !important;
    background-color: #fff !important;
    align-items: flex-start !important;
    justify-content: center !important;
    flex-flow: column nowrap;
    padding: 1rem !important;
    border-radius: 1rem !important;
    background-image: url(../img/main-btn-arrow.png);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    background-position: 92% 83%;
    border: 1px solid #AEB2B1;
    margin-bottom: 2rem;
}

.sort_buttons {
    margin-bottom: 2rem;
}
.sort_buttons button{
    color: #A4A5A5;
    background-color: #fff; 
    border: 1px solid #A4A5A5;
    border-radius: 2rem;
    font-size: 1.7rem;
    font-weight: 800;
    padding: .5rem 1rem;
    margin-right: .8rem;
}

.pagination {
    display: flex ;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.pagination a {
    display: inline-block;
    text-decoration: none;
    color: #A4A5A5;
    cursor: pointer;
    font-size: 2rem;
}
.pagination a.active {
    color: #000;
    font-weight: 500;
    font-size: 2.4rem;
}

.overview {
    display: none !important;
}

.swiper-container {
    overflow: hidden;
}

.seson_title_img {
    padding: 1rem 0 2rem
}
.seson_title_img img {
   height: 2.5rem;
}


/* 추가본 */
.tour_wrap .seson_title_img {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.result_all button {
    font-size: 3rem;
}


.wrap_cover {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 800;
    left: 0;
    top: 0;
    background-color: #EBFCF9;
    /* display: none; */
}

.wrap_cover img {

}
.cover_img_box {
    display: block;
    position: absolute;
    left: 0;
    top: 60%;
    width: 100%;
    animation: fly 3.5s linear ;
}


@keyframes fly {
    0% {
        transform: translate(0% ,0%) ;
    }
    100% {
        transform: translate(100% ,-300%);
    }
}

@keyframes loading {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

#seasonText {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.9;
    font-family: 'Sandeulbaram';
}