/* #content */
section .main_title {letter-spacing: -0.02em; line-height: 56px; margin-bottom: 20px;}
section .main_title.on {display: none;}
section .sub_text {letter-spacing: -0.02em;}

#content > h3 {font-size: 46px; line-height: 56px; letter-spacing: -0.02em; padding: 0 16.66%; color: #29203B;}

.branch_tab {padding: 32px 0;}
.branch_tab ul {width: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: 16px;}
.branch_tab ul li {width: 10%;}
.branch_tab ul li a {display: block; color: #9D71FF; font-weight: 500; font-size: 26px; line-height: 36px; letter-spacing: -0.02em; text-align: center;
    padding: 12px 0; box-sizing: border-box; background: #FFFFFF; border: 2px solid rgba(46, 21, 102, 0.15); border-radius: 100px;}
.branch_tab ul li a span {display: block; padding: 0 5%; white-space: nowrap;}
.branch_tab ul li a.on {color: #FFFFFF; background: #AC86FF; border: 2px solid #AC86FF;}

.list_box {padding: 0 16.66% 100px; position: relative; /* display: none; */}
.list_box .tab_area {width: 60%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; position: absolute; bottom: 29%; left: 50%; transform: translateX(-50%); z-index: 10;}
.list_box .tab_area li a {display: block; color: #9D71FF; font-weight: 500; font-size: 22px; line-height: 32px; letter-spacing: -0.02em; 
    background: #FFFFFF; border: 2px solid rgba(46, 21, 102, 0.15); border-radius: 100px; padding: 8px 0; text-align: center;}
.list_box .tab_area li a.on {color: #FFFFFF; background: #AC86FF; border: 2px solid #AC86FF;}
/* .list_box .place {display: none;} */
.list_box .place .view_area {margin-bottom: 24px;}
.list_box .place .view_area img {width: 100%; border-radius: 32px;}
.list_box .place .thumb {position: relative;}
.list_box .place .thumb .inner {width: 94%; margin: 0 auto; overflow: hidden;}
.list_box .place .thumb ul li a {display: block; border-radius: 16px;}
.list_box .place .thumb ul li a::before {content: ''; display: block; width: 100%; height: 100%; border-radius: 16px; background: rgba(63, 53, 84, 0.45); 
    position: absolute; top: 0; left: 0; z-index: 1; display: none;}
.list_box .place .thumb ul li a::after {content: ''; display: block; width: 50%; height: 50%; background: url(../images/sub05_07_icon_check.jpg) center no-repeat; 
    background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; display: none;}
.list_box .place .thumb ul li a.on {border: 1px solid #8556E3;}
.list_box .place .thumb ul li a.on::before, 
.list_box .place .thumb ul li a.on::after {display: block;}
.list_box .place .thumb ul li a img {width: 100%; border-radius: 16px;}
.list_box .swiper-button-next, .list_box .swiper-button-prev {color: #000;}
.list_box .swiper-button-prev {left: -1%;}
.list_box .swiper-button-next {right: -1%;}
.list_box .mo_ver {display: none;}

@media screen and (min-width: 1024px) {
    .branch_tab ul {
        width: 68%;
    }
    .branch_tab ul li {
        width: 50%;
    }
}


/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    #content > h3 {padding: 0 12%;}
    .list_box {padding: 0 12% 100px;}
    .branch_tab ul li {width: 12%;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    #content > h3 {padding: 0 8%;}
    .list_box {padding: 0 8% 100px;}
    .list_box .tab_area {bottom: 30%;}
    .branch_tab ul li {width: 14%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    #content > h3 {padding: 0 6%;}
    .list_box {padding: 0 6% 100px;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .main_title {font-size: 28px; margin-bottom: 12px; line-height: 36px;}
    section .main_title i {display: block;}

    #content > h3 {font-size: 28px; line-height: 36px; padding: 0 5%;}

    .branch_tab ul {gap: 8px;}
    .branch_tab ul li a {font-size: 18px; line-height: 18px; letter-spacing: 0; padding: 10px 0; border: 1px solid rgba(46, 21, 102, 0.15);}
    .branch_tab ul li a.on {border: 1px solid #AC86FF;}

    .list_box {padding: 0 5% 80px;}
    .list_box .tab_area {width: 84%; gap: 8px; bottom: 32%;}
    .list_box .tab_area li a {font-size: 13px; line-height: 18px;}
    .list_box .place .view_area img {border-radius: 12px;}
    .list_box .place .thumb .inner {width: 92%;}
    .list_box .place .thumb ul li a {display: block; border-radius: 8px;}
    .list_box .place .thumb ul li a::before {border-radius: 8px;}
    .list_box .place .thumb ul li a img {border-radius: 8px;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    #wrap { min-width: 375px; }
    #content {position: relative;}
    /* content */
    #content > h3 {display: none;}

    .branch_tab {padding: 20px 0;}
    .branch_tab ul {
        display: block;
        width: 100%;
        overflow-x: auto;
        list-style-type: none;
        white-space: nowrap;
        margin: 0 auto;
        text-align: center;
    }
    .branch_tab ul li {
        width: 73px;
        display: inline-block;
    }
    .branch_tab ul li a {font-size: 11px; padding: 10px 0; border-radius: 0;
        border-top: 1px solid rgba(46, 21, 102, 0.15); border-bottom: 1px solid rgba(46, 21, 102, 0.15); border-right: 1px solid rgba(46, 21, 102, 0.15);white-space: nowrap;}
    .branch_tab ul li a.on {border: 1px solid #AC86FF;}
    .branch_tab ul li:first-child a {border-radius: 100px 0 0 100px; border-left: 1px solid rgba(46, 21, 102, 0.15);}
    .branch_tab ul li:last-child a {border-radius: 0 100px 100px 0;}

    .list_box {padding: 0;}
    .list_box .tab_area {width: 100%; padding: 12px 5%; box-sizing: border-box; display: flex; gap: 4px; position: relative; top: 0; left: 0; transform: translateX(0); background: #F4F4F4;}
    .list_box .tab_area li a {display: inline-block; color: #29203B; background: #fff; font-weight: 400; font-size: 11px; line-height: 14px; letter-spacing: 0; padding: 8px 16px;}
    .list_box .tab_area li a.on {background: rgba(133, 86, 227, .8); color: #fff;}
    .list_box .place .view_area img {border-radius: 0;}
    .list_box .place .thumb .inner {width: 80%;}
    .list_box .swiper-button-prev {left: 2%;}
    .list_box .swiper-button-next {right: 2%;}
    .swiper-button-next:after, .swiper-button-prev:after {font-size: 26px !important; font-weight: bold !important;}
    .list_box .mo_ver {display: block; padding: 22px 5%; margin-top: 22px; border-top: 1px solid rgba(46, 21, 102, 0.15);}
    .list_box .mo_ver p:first-of-type {color: #3E3353; font-weight: 500; font-size: 15px; line-height: 22px; letter-spacing: 0; margin-bottom: 8px;}
    .list_box .mo_ver p {color: #55496C; font-size: 12px; line-height: 18px; letter-spacing: -0.02em;}
}