.wow {
    visibility: hidden;
}

/* */

@keyframes reveal {
    0% {
        -webkit-mask-position: 100%;
        opacity: 0;
    }

    100% {
        -webkit-mask-position: 0;
        opacity: 1;
    }
}

/* 공통 */

#ctt {
    padding: 0 !important;
}

h3.fs-3 {
    color: var(--bs-primary);
    line-height: 1.5;
    letter-spacing: -0.9px;
}

#ctt_con p {
    font-size: 24px;
    line-height: 1.6;
}

#ctt_con .table thead th {
    border-top: 1px solid #000;
    background-color: #FFF4F3;
}

#ctt_con .table th,
#ctt_con .table td {
    padding: 14px .5rem;
    vertical-align: middle;
}

#ctt_con .table thead th,
#ctt_con .table tfoot td {
    font-size: 24px;
    font-weight: 600;
}

#ctt_con .table tbody td:first-child {
    font-size: 20px;
    color: #333;
}

#ctt_con .table tbody td:nth-child(3) {
    font-weight: 600;
    color: #F0584A;
}

#ctt_con .table td {
    font-size: 20px;
    color: #666;
}

.underline-center {
    display: inline-block;
    position: relative;
}

.underline-center::after {
    content: "";
    position: absolute;
    left: 5%;
    /* 밑줄 시작 위치 조절 */
    right: 5%;
    /* 밑줄 끝 위치 조절 */
    top: 50%;
    margin-top: -1px;
    border-bottom: 1px solid #fff;
}

.underline-center._1::after {
    border-bottom: 1px solid #F0584A;
}

.page-title {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* board */

#bo_category {
    display: none;
}

.bod-top {
    margin-top: 70px;
}

#bo_list_wrap,
#bo_w,
#bo_v {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 0 70px;
}

#bo_list {
    font-size: 14px;
    font-weight: 500;
}

/* */

.vh-100 {
    min-height: 100vh;
}

/* 브랜드 2 */

.ctt_brand .section._2 .grid {
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: .3s;
}

.ctt_brand .section._2 .bg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.9s;
    -ms-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    background: url(../img/brand/brand_1.jpg) no-repeat 50% 50% / cover;
    opacity: 0;
}

.ctt_brand .section._2 .bg1 {
    background: url(../img/brand/brand_1.jpg) no-repeat 50% 50% / cover;
}

.ctt_brand .section._2 .bg2 {
    background: url(../img/brand/brand_2.jpg) no-repeat 50% 50% / cover;
}

.ctt_brand .section._2 .bg3 {
    background: url(../img/brand/brand_3.jpg) no-repeat 50% 50% / cover;
}

.ctt_brand .section._2 .bg4 {
    background: url(../img/brand/brand_4.jpg) no-repeat 50% 50% / cover;
}

.ctt_brand .section._2 .active .bg-wrap {
    opacity: 1;
}

.fix-item {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    z-index: 1;
}

.fix-item .box .title {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    font-size: 42px;
    color: #fff;
}

.fix-item .box .order ol {
    position: relative;
    padding-left: 0;
}

.fix-item .box .order ol li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.fix-item .box .order ol li .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    margin-right: 20px;
    background-color: #fff;
    color: #666666;
    opacity: .4;
}

.fix-item .box .order ol li .tit {
    color: #fff;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    opacity: .4;
}

.fix-item .box .order ol li.active .num {
    opacity: 1;
}

.fix-item .box .order ol li.active .tit {
    opacity: 1;
}

.value-txt {
    position: relative;
    z-index: 1;
}

.value-txt .tit-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    opacity: 0;
    transition: .5s;
}

.value-txt .tit-box.active {
    opacity: 1;
}

.value-txt .tit {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 1.3em;
    font-weight: 700;
    border-bottom: 1px solid #000 !important;
}

.value-txt .tt {
    color: #666666;
    line-height: 1.5em;
}

/* 브랜드 3 */

.ctt_brand .section._3 {
    background: #FFF4F3;
}

.section._3 .sec-in {
    padding: 150px 0;
}

.ctt_brand .section._3 ._box {
    position: relative;
    width: 280px;
    height: 260px;
    background-color: #fff;
}

.ctt_brand .section._3 ._box::before,
.ctt_brand .section._3 ._box::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #F0584A;
}

.ctt_brand .section._3 ._box::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.ctt_brand .section._3 ._box::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}

.ctt_brand .section._3 ._box strong {
    font-size: 42px;
    line-height: 1.3 !important;
}

.ctt_brand .section._3 ._box p {
    font-size: 24px !important;
    line-height: 1.5 !important;
}

.ctt_brand .section._3 .swiper-button-prev,
.ctt_brand .section._3 .swiper-button-next {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.mySwiper.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 브랜드 4 */

.ctt_brand .section._4 {
    background: #4B2C01 url(../img/brand/ico_vector.png);
}

.ctt_brand .section._4 .flex-box {
    display: flex;
    flex-wrap: wrap;
}

.ctt_brand .section._4 .item {
    overflow: hidden;
    position: relative;
    width: calc((50% - 50px) / 2);
    margin-right: 25px;
    background: #F5F5F5;
    transition: width 0.5s, border-radius 0.5s;
    border-radius: 10px;
}

.ctt_brand .section._4 .item figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
    margin: 0;
}

.ctt_brand .section._4 .item figure::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, transparent, #000);
    opacity: 0.9;
}

.ctt_brand .section._4 .item figure img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.ctt_brand .section._4 .item:last-of-type {
    margin-right: 0;
}

.ctt_brand .section._4 .item .text {
    position: relative;
    margin-top: 290px;
}

.ctt_brand .section._4 .item .back {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    transition: top 0.5s, transform 0.5s;
    will-change: transform, top;
}

.ctt_brand .section._4 .item dl:not(.back) {
    opacity: 0;
    pointer-events: none;
}

.ctt_brand .section._4 .item dl {
    padding: 30px;
}

.ctt_brand .section._4 .item dl dt {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.02em;
    line-height: 1.5;
    transition: color 0.5s;
}

.ctt_brand .section._4 .item dl dd {
    display: flex;
    align-items: flex-end;
    width: calc(200% + 60px);
    margin-top: 10px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.02em;
    line-height: 1.75;
    transition: width 0.5s, opacity 0.5s, color 0.5s;
}

.ctt_brand .section._4 .item dl.front {
    opacity: 1;
}

.ctt_brand .section._4 .item dl.back {
    opacity: 0;
}

.ctt_brand .section._4 .item.on dl.front {
    opacity: 0;
}

.ctt_brand .section._4 .item.on dl.back {
    opacity: 1;
}

.ctt_brand .section._4 .item dl dd p {
    width: calc(100% - 180px);
    font-size: 18px !important;
    font-weight: inherit;
    line-height: inherit;
}

.ctt_brand .section._4 .item dl dd div {
    width: 180px;
    justify-items: end;
    -webkit-justify-items: end;
}

.ctt_brand .section._4 .item .icon {
    margin-bottom: 20px;
    /* filter: invert(0) brightness(0);
    -webkit-filter: invert(0) brightness(0);
    transition: filter 0.5s; */
}

.ctt_brand .section._4 .item.on .icon {
    /* filter: invert(1) brightness(2);
    -webkit-filter: invert(1) brightness(2); */
}

.ctt_brand .section._4 .item.on {
    width: 50%;
}

.ctt_brand .section._4 .item.on figure {
    opacity: 1;
}

.ctt_brand .section._4 .item.on .back {
    top: 100%;
    transform: translateY(-100%);
}

.ctt_brand .section._4 .item.on dl dt {
    color: #FFF;
}

.ctt_brand .section._4 .item.on dl dd {
    width: 100%;
    color: #fff;
}

/* 브랜드 5 */

.ctt_brand .section._5 {
    background: url(../img/brand/sec5_bg.jpg) no-repeat 0 0;
}

.section._5 .swiper-grid-column>.swiper-wrapper {
    flex-direction: row;
}

.mySwiper2.swiper {
    overflow: visible;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mySwiper2 .swiper-slide {
    padding: 10px;
}

.mySwiper2 .swiper-slide .sw-box {
    position: relative;
    /* height: 324px !important; */
    padding: 15px 20px;
    font-size: 18px;
    background: rgba(255, 255, 255, 80%);
}

.mySwiper2 .swiper-slide .sw-box p {
    font-size: 18px !important;
}

.mySwiper2 .swiper-slide .r-tit {
    margin: 55px 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #ddd !important;
}

.mySwiper2 .swiper-slide span {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 83px;
    height: 83px;
    background-color: #F0584A;
    color: #fff;
    border-radius: 999px;
}

.ctt_brand .section._5 .swiper-horizontal>.swiper-pagination-progressbar {
    top: inherit;
    left: 18%;
    bottom: -40px;
    width: 64%;
    background-color: #fff;
}

.ctt_brand .section._5 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #F0584A;
}

/* 브랜드 6 */

@media (min-width: 992px) {

    .line-grid .g-col-lg-6,
    .line-grid .g-col-lg-8 {
        position: relative;
    }

    /* 선 추가 */
    .line-grid .g-col-lg-6:nth-child(1)::before,
    .line-grid .g-col-lg-8:nth-child(1)::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 1px;
        height: 100px;
        margin-top: -50px;
        background-color: #000; /* 선 색상 */
        z-index: 0;
    }
    
}

.ctt_brand .section._6 .swiper6 {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.ctt_brand .section._6 .swiper-slide {
    background-size: cover;
    background-position: center;
}

.ctt_brand .section._6 .mySwiper6 {
    width: 100%;
}

.ctt_brand .section._6 .mySwiper5 {
    height: 200px;
    padding: 10px 0;
}

.ctt_brand .section._6 .mySwiper5 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.ctt_brand .section._6 .mySwiper5 .swiper-slide-thumb-active {
    opacity: 1;
}

.ctt_brand .section._6 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 브랜드 7 */

.ctt_brand .section._7 {
    background-color: #FFF4F3;
}

.find-store-wrap {
    position: relative;
    /* display: flex; */
    height: 620px;
    border: 1px solid #ddd;
}

.find-store-list {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
    /* width: 28.17%;
    min-width: 240px; */
    background: #fff;
    border-right: 1px solid #ddd;
    overflow: hidden;
}

.find-store-list .search-wrap {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.find-store-list .search-wrap select.input,
.find-store-list .search-wrap input.input {
    height: 56px;
    padding: 0 20px;
}

.find-store-list .select-area {
    display: flex;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.find-store-list .select-area .col {
    position: relative;
    width: 50%;
}

.find-store-list .select-area .col:after {
    content: '';
    width: 1px;
    height: 22px;
    background-color: #e8e8e8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.find-store-list .select-area .col:last-child:after {
    display: none;
}

.find-store-list .select-area .col select.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.find-store-list .select-area .col select.input {
    width: 100%;
    border: none;
    color: #767676;
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: -.035em;
    background: #fff url(../img/brand/select_arr.png) right 16px center no-repeat;
    cursor: pointer;
}

/* .find-store-list .select-area .col select.input:focus{outline:none;} */
.find-store-list .input-area {
    margin-bottom: 10px;
}

.find-store-list .input-area input.input {}

/* .find-store-list .input-area input.input::focust{outline:none;} */
.find-store-list .input-area input.input:placeholder {
    color: #999;
    font-weight: 400;
}

.find-store-list .total {
    line-height: 1.5em;
    letter-spacing: -.04em;
    color: #999;
}

.find-store-list .total p {
    font-size: 16px !important;
}

.find-store-list .total strong {
    font-weight: 600;
}

.find-store-list .list-area {
    position: relative;
    overflow: auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 1%;
}

.find-store-list .list-area::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: transparent;
}

.find-store-list .list-area::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.find-store-list .list-area ul li {
    padding: 20px 20px;
    border-bottom: 1px solid #ddd;
    line-height: 1.3em;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
}

.find-store-list .list-area ul li:last-child {
    border-bottom: 0;
}

.find-store-list .list-area ul li.active {
    background: #f2f2f2;
}

.find-store-list .list-area .name {
    margin: 5px 0;
    line-height: 1.41em;
    letter-spacing: -.06em;
    color: #333;
    font-weight: 500;
}

.find-store-list .list-area .addr {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    line-height: 1.3em;
}

.find-store-map {
    position: relative;
    /* overflow: hidden; */
    flex: 1;
}

.find-store-map #map {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 프랜차이즈 2 */

.ctt_franchise .section._2 .grid .sec2-tit {
    width: 80%;
    color: #fff;
}

.ctt_franchise .section._2 .grid .sec2-tit.line-top {
    border-top: 1px solid #fff !important;
}

.ctt_franchise .section._2 .grid .sec2-tit span {
    font-family: "Arita-buri-SemiBold", system-ui;
    font-size: 36px;
}

.ctt_franchise .section._2 .grid .sec2-tit div {
    font-size: 54px;
    font-weight: 700;
}

.ctt_franchise .section._2 .grid .sec2-tit div em {
    font-size: 24px;
}

.ctt_franchise .section._2 .grid .sec2-tit p {
    font-size: 14px !important;
}

/* 프랜차이즈 3 */

.ctt_franchise .section._3 .ttp_wrap p {
    font-size: 18px !important;
    color: #666;
}

/* 프랜차이즈 4 */

.ctt_franchise .section._4 .grid .sec2-tit {
    width: 80%;
}

.ctt_franchise .section._4 .grid .sec2-tit.line-top {
    border-top: 1px solid #979797 !important;
}

.ctt_franchise .section._4 .grid .sec2-tit span {
    font-family: "Arita-buri-SemiBold", system-ui;
    font-size: 36px;
}

.ctt_franchise .section._4 .grid .sec2-tit div {
    font-size: 54px;
    font-weight: 700;
    color: #666;
}

.ctt_franchise .section._4 .grid .sec2-tit p {
    font-size: 14px !important;
}

/* 프랜차이즈 5 */

.ctt_franchise .section._5 {
    background: url(../img/franchise/sec5_bg.jpg) no-repeat 0 0;
}

.swiper.franchise-5 {
    overflow: visible;
}

.franchise-5 .swiper-slide img {
    transition: transform 0.4s ease;
    transform: scale(0.8);
}

.franchise-5 .swiper-slide-active img {
    transform: scale(1);
    /* 확대 비율 조절 가능 */
    z-index: 2;
}

/* 프랜차이즈 6 */

.ctt_franchise .section._6 {
    background: url(../img/franchise/sec6_bg.jpg) no-repeat no-repeat center bottom;
}

.swiper.franchise-6 {
    overflow: visible;
}

.ctt_franchise .section._6 .swiper-horizontal>.swiper-pagination-progressbar {
    top: inherit;
    left: 18%;
    bottom: -40px;
    width: 64%;
    background-color: #fff;
}

.ctt_franchise .section._6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #F0584A;
}

.franchise-6-remote {
    position: relative;
    top: 50%;
    z-index: 100;
    max-width: 850px;
    margin: 0 auto;
}

.franchise-6-remote .swiper-button-prev {
    width: 44px;
    height: 44px;
    background-image: url(../img/franchise/ico_circle_prev.png);
}

.franchise-6-remote .swiper-button-prev:after, 
.franchise-6-remote .swiper-button-next:after {
    display: none;
}

.franchise-6-remote .swiper-button-next {
    width: 44px;
    height: 44px;
    background-image: url(../img/franchise/ico_circle_next.png);
}

/* */

.ctt_franchise .sec-66 {
    padding: 200px 0 0;
}

.franchise-66-wrap {
    width: 1280px;
    margin: 0 auto;
}

.franchise-66-wrap .grid {
    /* overflow: hidden; */
    padding: 110px 0 0;
}

.swiper.franchise-66 {
    overflow: visible;
}

.franchise-66-wrap {
    position: relative;
    z-index: 1;
}

.franchise-66-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -23px;
    width: 368px;
    height: 743px;
    background-image: url(../img/franchise/m_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 0;
    /* 슬라이드보다 아래로 */
}

.franchise-66-wrap .swiper-button-prev {
    width: 56px;
    height: 36px;
    left: -110px;
    background-image: url(../img/franchise/ico_prev.png);
}

.franchise-66-wrap .swiper-button-prev:after, 
.franchise-66-wrap .swiper-button-next:after {
    display: none;
}

.franchise-66-wrap .swiper-button-next {
    width: 56px;
    height: 36px;
    right: -100px;
    background-image: url(../img/franchise/ico_next.png);
}

.franchise-66 .swiper-slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    transition: background-image 0.3s ease;
}

.franchise-66 .swiper-slide img {
    width: 100%;
    transition: transform 0.4s ease;
    transform: scale(1);
    transform-origin: bottom center;
    display: block;
    border-radius: 10px;
}

.franchise-66 .swiper-slide-prev {
    opacity: 0;
}

.franchise-66 .swiper-slide-active {
    margin-right: 40px !important;
}

.franchise-66 .swiper-slide-active img {
    transform: scale(1.15);
    border-radius: 30px;
    margin-bottom: 25px;
}

/* 프랜차이즈 7 */

.ctt_franchise .section._7 {
    background: #FFF4F3;
}

.ctt_franchise .section._7 .btn-light {
    padding: 10px 0;
    background-color: #fff;
    font-weight: 600;
    color: #F0584A;
}

/* 프랜차이즈 9 */

.ctt_franchise .section._9 .g-col-lg-4 {
    background-color: rgba(255, 255, 255, .8);
}

.ctt_franchise .section._9 .g-col-lg-4 figure {
    text-align: center;
}

.ctt_franchise .section._9 ._box {
    padding: 10px 20px;
}

.ctt_franchise .section._9 ._box span {
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 32px;
    border-bottom: 1px solid #000 !important;
}

.ctt_franchise .section._9 ._box p {
    font-size: 18px !important;
}

/* 프랜차이즈 10 */

.ctt_franchise .section._10 .g-col-lg-4 {
    position: relative;
}

@media (min-width: 992px) {

    .ctt_franchise .section._10 .g-col-lg-4:not(:nth-child(3n))::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -30px; /* 화살표 위치 조정 */
        transform: translateY(-50%);
        width: 12px;
        height: 18px;
        background-image: url(../img/franchise/ico_arr.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: 1;
    }
    
}

.ctt_franchise .section._10 ._box {
    min-height: 260px;
    padding: 50px 20px;
    background-color: #F1F1F1;
    text-align: center;
}

.ctt_franchise .section._10 ._box em {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-color: #F0584A;
    color: #fff;
}

.ctt_franchise .section._10 ._box span {
    padding: 10px 0;
    font-size: 24px;
    font-weight: 700;
}

.ctt_franchise .section._10 ._box p {
    font-size: 18px !important;
    color: #666666;
}