/* intro */
.intro{overflow: hidden;height: calc(100vh - 100px);background-color: var(--beige);}
.intro_inner{display: flex;justify-content: space-between;flex-wrap: wrap;gap: 10px;height: 100%;}
.intro_cube_container{width: calc(16.66% - 10px);height: calc(50% - 5px);perspective: 1000px;}
.intro_cube_wrapper{top: 0;left: 0;width: 100%;height: 100%;transform-style: preserve-3d;transform: translateZ(-50px);}
.intro_cube_wrapper > *{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: var(--primaryColor);backface-visibility: hidden;}
.box_front{transform: rotateY(0) translateZ(50px);}
.box_back{transform: rotateY(180deg) translateZ(50px);}
.box_left{width: 100px;transform: rotateY(270deg) translateZ(50px);}
.box_right{left: auto;right: 0;width: 100px;transform: rotateY(90deg) translateZ(50px);}

.box_back_background{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: var(--primaryColor);opacity: 0;transition: opacity .3s;}
.box_back_background video{width: 100%;height: 100%;object-fit: cover;}
.box_back_inner{position: relative;height: 100%;}
.box_front_logo{padding-top: 20%;text-align: center}
.box_back_wrap{position: absolute;left: 0;bottom: 94px;width: 100%}
.box_back_wrap > span{display: block}
.box_front_txt{color: #c9b79e;transform: translateY(370%);transition: transform .5s}
.box_back_cost{color: var(--ivory);white-space: nowrap;opacity: 0;transition: opacity .3s;}

.int_bg_box_txt{position: absolute;width: 100%;bottom: 6.111%;left: 50%;transform: translateX(-50%);justify-content: flex-end;align-items: center;}
.int_bg_box_tit{color: var(--beige);margin-bottom: 24px;letter-spacing: -0.01em;}
.int_bg_box_num{color: var(--ivory);font-weight: 700;margin-bottom: 14px;}
.int_bg_box_num em{font-size: 52px;}
.int_bg_box_str{color: var(--beige);font-weight: 500;}
.intro_object{z-index: 1;top: 50%;transform: translate(-50%, -50%);width: 550px;height: 550px;}
.intro_object_img{width: 100%;height: 100%;background-image: url('../img/page/fran/intro_object.png');background-size: contain;background-repeat: no-repeat;background-position: center;}
.intro_tit{z-index: 2;width: 375px;top: 0;height: 100%}
.intro_tit h2{color: var(--ivory);margin-bottom: 19px;padding-top: 77px}
.intro_tit .subtit{margin: 0 auto;padding: 2px 12px;}
.intro_tit .subtit .highlight{background-color: var(--ivory);}
.intro_tit .intro_subtit{color: var(--brown);}
.intro_tit .intro_subtxt{color: var(--ivory);bottom: 25%;}
.hover_on_txt{opacity: 0;}

.intro_cube_container01 .box_front{background-image: url('../img/page/fran/int_bg_box01_front_new.jpg');}
.intro_cube_container02 .box_front{background-image: url('../img/page/fran/int_bg_box02_front_new.jpg');}
.intro_cube_container03 .box_front{background-image: url('../img/page/fran/int_bg_box03_front_new.jpg');}
.intro_cube_container04 .box_front{background-image: url('../img/page/fran/int_bg_box04_front_new.jpg');}
.intro_cube_container05 .box_front{background-image: url('../img/page/fran/int_bg_box05_front_new.jpg');}
.intro_cube_container06 .box_front{background-image: url('../img/page/fran/int_bg_box06_front_new.jpg');}
.intro_cube_container07 .box_front{background-image: url('../img/page/fran/int_bg_box07_front_new.jpg');}
.intro_cube_container08 .box_front{background-image: url('../img/page/fran/int_bg_box08_front_new.jpg');}
.intro_cube_container09 .box_front{background-image: url('../img/page/fran/int_bg_box08_front.jpg');}
.intro_cube_container10 .box_front{background-image: url('../img/page/fran/int_bg_box10_front_new.jpg');}
.intro_cube_container11 .box_front{background-image: url('../img/page/fran/int_bg_box11_front_new.jpg');}
.intro_cube_container12 .box_front{background-image: url('../img/page/fran/int_bg_box12_front_new.jpg');}

.intro_cube_container01 .box_back{background-image: url('../img/page/fran/int_bg_box_back_01_new.jpg');}
.intro_cube_container02 .box_back{background-image: url('../img/page/fran/int_bg_box_back_02_new.jpg');}
.intro_cube_container05 .box_back{background-image: url('../img/page/fran/int_bg_box_back_05_new.jpg');}
.intro_cube_container06 .box_back{background-image: url('../img/page/fran/int_bg_box_back_06_new.jpg');}
.intro_cube_container07 .box_back{background-image: url('../img/page/fran/int_bg_box_back_07_new.jpg');}
.intro_cube_container08 .box_back{background-image: url('../img/page/fran/int_bg_box_back_08_new.jpg');}
.intro_cube_container11 .box_back{background-image: url('../img/page/fran/int_bg_box_back_11_new.jpg');}
.intro_cube_container12 .box_back{background-image: url('../img/page/fran/int_bg_box_back_12_new.jpg');}

.intro_cube_container03 .box_back,
.intro_cube_container04 .box_back{background-color: var(--beige);}
.intro_cube_container09 .box_back,
.intro_cube_container10 .box_back{background-color: var(--primaryColor);}

.intro_cube_container:hover .box_back_background{opacity: 1}
.intro_cube_container:hover .box_front_txt{transform: translateY(0)}
.intro_cube_container:hover .box_back_cost{opacity: 1;font-weight: 800;}
.intro_cube_container:hover .box_back_cost .pre45{font-weight: 800;}
.intro_cube_container:hover .hover_on_txt{opacity: 1}
.intro_cube_container:hover .hover_off_txt{opacity: 0}

@media screen and (max-width: 2000px) {
    .intro_object_img{width: 80%;margin: 0 auto;}
}

@media screen and (max-width: 1700px) {
    .int_bg_box_tit{font-size: 22px}
    .int_bg_box_num{font-size: 40px}
    .int_bg_box_num em{font-size: 42px}
}

/* open */
.open{height: 849px;padding: 10px;overflow: hidden;}
.open .open_wrapper{border: 1px solid var(--primaryColor);margin: 0 auto;}
.open_left{width: 100%;justify-content: center;align-items: flex-start;}
.open_left_tit{width: 402px;height: 119px;margin-bottom: 42px;left: 12%;}
.open_left_txt{line-height: 1.666;}
.open_left_txt_sub img{margin-top: -5px;}
.open_right{width: 50%;right: 0;}
.open_right_txt{color: var(--ivory);}
.open_right_txt01{top: 683px;right: 213px;}
.open_right_txt01 span.tit60{font-family: 'Pretendard';}
.open_right_txt02{top: 296px;right: 109px}
.open_right_txt02 span.txt40{font-family: 'Pretendard';}
.open_right_txt02 span em.tit60{font-family: 'Pretendard';}
.open_right_txt03 span.tit60{font-family: 'Pretendard';}
.open_right_txt03{top: 97px;left: 0;right: 0;text-align: center}
.open_graph_boxes{display: flex;justify-content: space-between;position: absolute;left: 0;top: 0;width: 100%;}
.open_graph_box{flex-grow: 1;flex-shrink: 0;position: relative;width: 99px;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;opacity: 0.3}
.open_graph_box::after{content: '';position: absolute;right: 0;top:0; width: 2px;height: 100%;background-color: #bcbcbc;opacity: 0.15}
.open_graph_boxes1 .open_graph_box01{background-image: url('../img/page/fran/open_graph_box1_01.png');}
.open_graph_boxes1 .open_graph_box02{background-image: url('../img/page/fran/open_graph_box1_02.png');}
.open_graph_boxes1 .open_graph_box03{background-image: url('../img/page/fran/open_graph_box1_03.png');}
.open_graph_boxes1 .open_graph_box04{background-image: url('../img/page/fran/open_graph_box1_04.png');}
.open_graph_boxes1 .open_graph_box05{background-image: url('../img/page/fran/open_graph_box1_05.png');}
.open_graph_boxes1 .open_graph_box06{background-image: url('../img/page/fran/open_graph_box1_06.png');}
.open_graph_boxes1 .open_graph_box07{background-image: url('../img/page/fran/open_graph_box1_07.png');}
.open_graph_boxes1 .open_graph_box08{background-image: url('../img/page/fran/open_graph_box1_08.png');}
.open_graph_boxes1 .open_graph_box09{background-image: url('../img/page/fran/open_graph_box1_09.png');}
.open_graph_boxes1 .open_graph_box10{background-image: url('../img/page/fran/open_graph_box1_10.png');}
.open_graph_boxes2 .open_graph_box01{background-image: url('../img/page/fran/open_graph_box2_01.png');}
.open_graph_boxes2 .open_graph_box02{background-image: url('../img/page/fran/open_graph_box2_02.png');}
.open_graph_boxes2 .open_graph_box03{background-image: url('../img/page/fran/open_graph_box2_03.png');}
.open_graph_boxes2 .open_graph_box04{background-image: url('../img/page/fran/open_graph_box2_04.png');}
.open_graph_boxes2 .open_graph_box05{background-image: url('../img/page/fran/open_graph_box2_05.png');}
.open_graph_boxes2 .open_graph_box06{background-image: url('../img/page/fran/open_graph_box2_06.png');}
.open_graph_boxes2 .open_graph_box07{background-image: url('../img/page/fran/open_graph_box2_07.png');}
.open_graph_boxes2 .open_graph_box08{background-image: url('../img/page/fran/open_graph_box2_08.png');}
.open_graph_boxes2 .open_graph_box09{background-image: url('../img/page/fran/open_graph_box2_09.png');}
.open_graph_boxes2 .open_graph_box10{background-image: url('../img/page/fran/open_graph_box2_10.png');}
.open_graph_boxes3 .open_graph_box01{background-image: url('../img/page/fran/open_graph_box3_01.jpg');}
.open_graph_boxes3 .open_graph_box02{background-image: url('../img/page/fran/open_graph_box3_02.jpg');}
.open_graph_boxes3 .open_graph_box03{background-image: url('../img/page/fran/open_graph_box3_03.jpg');}
.open_graph_boxes3 .open_graph_box04{background-image: url('../img/page/fran/open_graph_box3_04.jpg');}
.open_graph_boxes3 .open_graph_box05{background-image: url('../img/page/fran/open_graph_box3_05.jpg');}
.open_graph_boxes3 .open_graph_box06{background-image: url('../img/page/fran/open_graph_box3_06.jpg');}
.open_graph_boxes3 .open_graph_box07{background-image: url('../img/page/fran/open_graph_box3_07.jpg');}
.open_graph_boxes3 .open_graph_box08{background-image: url('../img/page/fran/open_graph_box3_08.jpg');}
.open_graph_boxes3 .open_graph_box09{background-image: url('../img/page/fran/open_graph_box3_09.jpg');}
.open_graph_boxes3 .open_graph_box10{background-image: url('../img/page/fran/open_graph_box3_10.jpg');}

.open_graph_boxes3 .open_graph_box{opacity: 0}

.open_circle{z-index: 3;width: 550px;height: 550px;top: 160px;}
.open_circle_number{z-index: 4;width: 60px;height: 60px;background-color: var(--primaryColor);color: var(--ivory);border-radius: 40px;justify-content: center;}
.open_cir_num_in{width: 50px;height: 50px;border-radius: 30px;border: 1px solid var(--ivory);}
.open_circle_number.on .open_cir_num_in{background-color: var(--ivory);color: var(--primaryColor);}
.open_circle_num01{top: -30px;left: 50%;transform: translateX(-50%);}
.open_circle_num02{bottom: 114px;right: 0px;}
.open_circle_num03{bottom: 110px;left: 0px;}
.open_circle_cont{width: 100%;height: 100%;}
.open_circle_box{width: 100%;color: var(--ivory);top: 0;left: 0;}
.open_circle_box01 .open_circle_bg{background-image: url('../img/page/fran/open_circle_bg01.png');}
.open_circle_box02 .open_circle_bg{background-image: url('../img/page/fran/open_circle_bg02.png');}
.open_circle_box03 .open_circle_bg{background-image: url('../img/page/fran/open_circle_bg03.png');}
.open_cir_tit{width: 100%;top: 220px;left: 50%;transform: translateX(-50%);}
.open_cir_tit small{font-size: 35px}
.open_cir_more{z-index: 2;display:block; top: 350px;left: 50%;transform: translateX(-50%);background-color: var(--primaryColor);padding: 9px 30px;}
.open_circle_box.on{display: block;}
.open_circle_line{width: 580px;height: 580px;bottom: -10px;left: -20px;}
.open_circle_line svg{width: 100%;height: 100%;}

/* limit */
.limit{height: 100%;position: relative;}
.limit_top{z-index: 1;padding-top: 123px;width: 100%;height: 670px;background-color: #a89c8c;}
.limit_top::after{content: '';position: absolute;bottom: -153px;left: 50%;transform: translateX(-50%);width: 384px;height: 153px;background-image: url('../img/page/fran/limit_top_deco.png');background-size: cover;background-repeat: no-repeat;background-position: center;}
.limit_top_tit{color: var(--brown);margin-bottom: 39px;}
.limit_top_txt img{margin-top: -5px;}
.limit_top_marquee{overflow: hidden;width: 100%;height: 127px;margin: 34px 0;}
.limit_top_marquee .marquee-items{display: flex;gap: 10px}
.limit_top_marquee .marquee-item{width: 250px}
.limit_top_m{height: 125px;background-color: var(--primaryColor);color: var(--white);border: 1px solid var(--white);}
.limit_top_m_txt{line-height: 1.44;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 80%;}
.limit_top_subtit{color: var(--ivory);margin-bottom: 30px;}
.limit_count_tit{color: var(--brown);margin-right: 25px;}
.limit_count_img{display: flex;gap: 3px}
.limit_number{position: relative;width: 90px;height: 101px;background-color: #fff;background-repeat: no-repeat;background-position: 0 0;background-image: url('../img/page/fran/number_sprite.png')}
.limit_number::after{content: '';position: absolute;left: 0;top: 50%;width: 100%;height: 1px;background-color: #a89c8c}
.limit_count_txt{color: var(--red);margin-left: 8px;}
.limit_top_subtxt{color: var(--brown);margin-top: 31px;font-weight: 500;bottom: 0px;}

.limit_bottom{width: 100%;height: 851px;margin-top: -793px}
.limit_bot_left_wrap{width: 50%;height: 100%;background-image: url('../img/page/fran/limit_bot_left_bg.png');}
.limit_bot_left{align-items: flex-start;justify-content: center;}
.limit_bot_left_tit{margin-bottom: 31px;}
.limit_bot_left_tit h2{font-weight: 600;color: #121212;}
.limit_bot_left_tit h2 em{color: #2e0e0e;}
.limit_bot_left_subtit{margin-bottom: 45px;color: var(--white);padding: 5px;}
.limit_bot_left_subtit .highlight{background-color: var(--red);}
.limit_bot_left_txt{margin-bottom: 40px;}
.limit_bot_left_box01{width: 220px;height: 129px;background-color: #b3b3b3;padding-top: 15px;margin-right: 10px;}
.limit_bot_box_in{width: 210px;height: 70px;background-color: var(--white);border-radius: 3px;margin-top: 14px;}
.limit_bot_left_box02{width: 220px;height: 149px;background-color: var(--primaryColor);padding-top: 14px;} 
.limit_bot_left_box02 .limit_bot_box_in{height: 90px;}
.limit_bot_right_wrap{width: 50%;height: 100%;background-color: var(--primaryColor);}
.limit_bot_right{max-width: 100%;}
.limit_bot_right_tit{margin-bottom: 60px;}
.limit_bot_right_tit h2{color: var(--white);}
.limit_bot_right_tit h2 em{color: #ebd7bd;}
.limit_bot_list{color: var(--white);flex-wrap: wrap;width: 440px;}
.limit_bot_list_store{width: 95px;margin: 0 6px 31px;}
.limit_bot_list_store span{background-color: var(--ivory);color: var(--primaryColor);padding: 7px 15px;border-radius: 18px;}
.limit_bot_map{width: 303px;height: 450px;}
.limit_bot_map_bg{width: 303px;height: 450px;background-image: url('../img/page/fran/limit_bot_map.png');}
.region{position: absolute;width: 16px;height: 16px;background-color: var(--red);border-radius: 20px;}
.region01{top: 89px;left: 84px;}
.region02{top: 76px;left: 114px;}
.region03{top: 113px;left: 141px;} 
.region04{top: 72px;right: 75px;}
.region05{top: 142px;right: 121px;}
.region06{top: 242px;left: 126px;}
.region07{top: 275px;right: 96px;}
.region08{bottom: 7px;left: 76px;}
.wave{background-color: var(--red);opacity: 0.25;}
.region .wave01{animation: wave01 0.8s linear infinite;}
.region .wave02{animation: wave02 0.8s linear infinite;}

/* over */
.over{width: 100%;padding: 120px 0;background-image: url('../img/page/fran/over_bg.jpg');background-size: cover;background-position: center top}
.over_tit{margin-bottom: 38px;}
.over_tit img{margin-top: 15px;}
.over_subtit{margin-bottom: 60px;color: #2a2625;}
.over_boxes{margin-bottom: 98px;}
.over_boxes > li{overflow: hidden;border-bottom: 1px solid rgba(255, 255, 255, 0.7);cursor: pointer;}
.over_box{height: 155px;background-color: #000;transition: height 0.5s}
.over_box_open{padding-left: 120px;height: 614px;opacity: 0;transition: opacity 0.5s}
.over_box_video{position: absolute;width: 100%;height: 100%;top: 50%;left: 0;transform: translateY(-50%)}
.over_box_video::after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.35)}
.over_open_left{padding-top: 100px;position: relative;}
.over_open_left span{background-color: var(--white);text-align: center;display: block;width: 110px;height: 50px;line-height: 50px;border-radius: 25px;}
.over_open_left_tit{margin-top: 150px;color: var(--white);text-align: center;}
.over_open_left_tit p{margin-top: 23px;}
.over_box_close{position: absolute;left: 0;top: 0;width: 100%;height: 155px;color: var(--white);align-items: center;transition: opacity 0.2s;}
.over_close_tit span.tit30{text-align: center;display: block;width: 110px;height: 50px;line-height: 50px;border-radius: 25px;border: 1px solid var(--white);margin-right: 30px;}
.over_open_slide{width: 882px;height: 250px;overflow: hidden;padding-top: 215px;}
.over_open_slide .swiper-slide{width: auto;margin-right: 30px}
.over_slide{width: 350px;height: 250px;background-color: rgba(168, 155, 135, 0.8);border-radius: 15px;}
.over_slide span.tit30{color: var(--white);margin: 31px 0 18px;}
.over_slide span.txt18{width: 270px;height: 72px;background-color: var(--white);border-radius: 10px;padding: 0 25px;margin-bottom: 5px;}
.over_center_tit span.pre45{color: #3a3732;}
.over_center_tit span.pre45 img{margin-top: 18px;}
.over_center_cont{height: 367px;margin-bottom: 111px;}
.over_center_box{color: var(--white);width: 598px;height: 367px;background-image: url('../img/page/fran/over_center_bg.jpg');align-items: center;justify-content: center;overflow: hidden;}
.over_count{font-size: 80px;}
.over_center_right{align-items: flex-start;margin-right: 100px;}
.over_center_right span{margin-bottom: 12px;color: #403937;transform-origin: left center;font-weight: 600;}
.over_box.on{height: 614px}
.over_box.on .over_box_open{opacity: 1}
.over_box.on .over_box_close{visibility: hidden;opacity: 0}

/* sales */
.sales{width: 100%;padding-top: 120px;background-color: var(--ivory);}
.sales_top_cont{margin-bottom: 59px;}
/* .sales_top_tit{margin-bottom: 59px;} */
.sales_top_tit_img{margin-top: -12px;margin-left: 12px;}
.sales_rotate{width: 480px;height: 223px;}
.sales_rotate_txt{position: absolute;opacity: 0.5;}
.sales_rotate_txt01{top: 14px;left: 200px;}
.sales_rotate_txt02{top: 60px;left: 10px;}
.sales_rotate_txt03{top: 129px;left: 165px;}
.sales_rotate_txt04{bottom: 0;right: 0;}
.sales_rotate_txt05{top: 60px;right: 14px;}
.sales_rotate_txt06{top: 38px;left: 36px;}
.sales_rotate_txt07{top: 174px;left: -25px;}
.sales_rotate_txt08{top: 125px;right: 108px;}
.sales_rotate_txt09{top: 21px;right: 43px;}
.sales_rotate_txt10{top: 199px;right: -66px;}
.sales_rotate_txt11{top: 190px;left: -50px;}
.sales_top_txt .count_wrap span{margin-left: 15px;margin-bottom: 15px;}
.sales_top_txt p{font-weight: 500;}
.count_wrap{align-items: center;}
.sales_box01{width: 100%;height: 1000px;background-image: url('../img/page/fran/sales_box01.png');}
.sales_box01_top{width: 100%;padding-top: 99px;margin-bottom: 100px;}
.sales_box01_bottom{width: 100%;}
.sales_box01_txt{color: #fff;}
.sales_box01_img{width: calc(50% - 60px);height: 100%;align-items: center;}
.top_img{justify-content: flex-start;}
.btm_img{justify-content: flex-end;}
.sales_box01_tit{line-height: 1.5;margin-bottom: 15px;}
.sales_box01_cost{max-width: 300px;padding: 20px 63px;margin-top: 28px;background: #a33e22;border-radius: 0 44px 0 44px;}
.sales_box01_cost > p.txt18{margin-top: 13px;}
.sales_box01_img01{margin-right: 27px;}
.sales_box01_img02{margin-right: 27px;}
.sales_box01_img03{margin-right: 27px;}
.btm_cost{max-width: 300px;padding: 20px 74px;}
.sales_object{position: absolute;z-index: 2;top: 707px;left: 40%;width: 495px;height: 495px;background-image: url('../img/page/fran/sales_chicken.png');transition: opacity 0.2s;}
.sales_object.active{transform-origin: 50% 50%;animation: rotation 50s linear infinite;position: fixed;}
@keyframes rotation {
    from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}
.sales_box02{width: 100%;height: 882px;background-color: var(--ivory);}
.sales_box02_deco{width: 340px;height: 295px;top: 88px;right: 0;background-image: url('../img/page/fran/sales_box02_deco.png');}
.sales_box02_cont{padding-top: 99px;}
.sales_box02_cont p.txt18{z-index: 3;}
.sales_box02_tit{margin-bottom: 30px;}
.sales_box02_img{margin-top: 60px;z-index: 3;}
.sales_box02_img img{width: 100%;}
.sales_box02_img_01{width: 366px;}
.sales_box02_img_02{width: 366px;}
.sales_box02_img_03{width: 366px;}
.sales_box02_img_04{width: 366px;}

/* big */
.big{width: 100%;padding-top: 120px;background-color: var(--primaryColor);}
.big_stamp{top: 128px;left: 50%;transform: translateX(-50%);margin-left: -550px;}
.big_stamp_wrap{width: 300px;height: 300px;}
.big_stamp_rotate{width: 100%;height: 100%;top: -10px;left: 0;}
.big_stamp_rotate svg{display: block;width: 100%;height: 100%;letter-spacing: -0.01em;}
.big_stamp_rotate svg text{fill: var(--white);transform-origin: 50% 50%;animation: rotation 14s linear infinite;font-size: 9px;font-weight: 700;}
@keyframes rotation {
    from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}
.big_stamp_twrap{top: 50%;transform: translate(-50%, -50%);}
.big_stamp_tit{margin-bottom: 15px;}
.big_stamp_subtit{color: var(--white);}
.big_tit{color: var(--white);line-height: 1.5;margin-bottom: 83px;}
.big_top_box_wrap{margin-bottom: 60px;width: 1200px;height: 250px;}
.big_top_box{width: 240px;height: 250px;justify-content: center;}
.big_top_box01{background-image: url('../img/page/fran/big_topbox_01.jpg');}
.big_top_box02{background-image: url('../img/page/fran/big_topbox_02.jpg');}
.big_top_box03{background-image: url('../img/page/fran/big_topbox_03.jpg');}
.big_top_box04{background-image: url('../img/page/fran/big_topbox_04.jpg');}
.big_top_box05{background-image: url('../img/page/fran/big_topbox_05.jpg');}
.big_top_box span{color: var(--white);}
.big_center_box_wrap{width: 100%;height: 400px;max-width: 1880px;background-color: var(--ivory);margin: 0 auto;margin-bottom: 56px;}
.big_center_box{width: 622px;height: 100%;}
.big_center_box.on{opacity: 1;}
.big_center_left{background-image: url('../img/page/fran/big_center_left.jpg');cursor: pointer;opacity: 0.5;transition: opacity 0.5s;}
.big_center_center{width: 622px;height: 100%;}
.big_center_li{width: 100%;height: 100%;justify-content: center;opacity: 0;transition: opacity 0.5s;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.big_center_li.on{opacity: 1;}
.big_center_li_tit{margin-bottom: 40px;}
.big_center_li_subtit{margin-bottom: 40px;}
.big_center_right{background-image: url('../img/page/fran/big_center_right.jpg');cursor: pointer;opacity: 0.5;transition: opacity 0.5s;}
.big_bottom_box_wrap{width: 100%;height: 405px;}
.big_bottom_box_wrap .swiper-wrapper{align-items: center;}
.big_bottom_box_wrap .swiper-slide{width: 253px;height: 250px;margin-bottom: 34px;}
.big_slide_frame{top: 0;width: 286px;height: 100%;background-image: url('../img/page/fran/big_slide_frame.png');}
.big_slide{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;}
.big_slide img{width: 100%;}
.big_slide_txt{color: var(--white);top: 0;left: 47.8%;}
.big_slide_txt p:first-child{padding-right: 325px;}

/* trust */
.trust{width: 100%;padding: 120px 0 213px;background-image: url('../img/page/fran/trust_bg.png');background-size: contain;background-repeat: no-repeat;background-position: top center;}
.trust_tit{margin-bottom: 80px;}
.trust_box{margin-bottom: 10px;}
.trust_box01{width: 100%;height: 233px;background-image: url('../img/page/fran/trust_box01.jpg');}
.trust_box02{width: 100%;height: 233px;background-image: url('../img/page/fran/trust_box02.jpg');}
.trust_box03{width: 100%;height: 330px;background-image: url('../img/page/fran/trust_box03.jpg');margin-bottom: 30px;}
.trust_box04{width: 100%;height: 700px;background-image: url('../img/page/fran/trust_box04.jpg');}
.trust_box05{width: 100%;height: 632px;background-color: var(--brown);}
.trust_box_cont{padding: 0 30px;height: 100%;}
.trust_box_txtbox{padding-top: 61px;}
.trust_box_txtbox p.txt18{margin-top: 10px;}
.trust_box01 .trust_count{top: 42px;left: 877px;}
.trust_box01 .trust_count_txt{top: 75px;left: 850px;}
.trust_box02 .trust_count{top: 42px;left: 888px;}
.trust_box02 .trust_count_txt{top: 75px;left: 841px;}
.trust_box_graph{margin-left: 148px;margin-bottom: 40px;width: 574px;align-items: flex-end;justify-content: center;}
.trust_graph01{left: 0;}
.trust_graph02{left: 304px;}
.trust_graph_per{top: 61px;left: 89px;}
.trust_graph_per span{line-height: 1.27;}
.trust_graph_arrow{top: 60px;left: 80px;transform-origin: left bottom;}
.trust_graph01_box{width: 70px;height: 69px;background-color: #9c9c9c;transform-origin: bottom;}
.trust_graph02_box{width: 70px;height: 195px;background-color: var(--primaryColor);transform-origin: bottom;}
.trust_graph02_box img{padding: 13px 8px;}
.trust_box_point{left: -36px;top: -46px;}
.trust_graph_cost{top: 50%;right: 102px;transform: translateY(-50%);}
.trust_graph_cost_txt{top: 63%;right: 120px;transform: translateY(-50%);}
.trust_box04{margin-bottom: 30px;}
.trust_box04_tit{color: var(--white);padding-top: 61px;}
.trust_circle_wrap{top: 235px;width: 378px;height: 378px;}
.trust_circle{width: 378px;height: 378px;background-image: url('../img/page/fran/trust_box04_circle01.png');color: var(--brown);}
.trust_circle_txt{justify-content: center;}
.trust_circle span.tit30{margin-bottom: 7px;font-weight: 700;}
.trust_circle span.txt18{font-weight: 500;line-height: 1.2;}
.trust_wave{animation: wave 1s infinite;position: absolute;top: 0;left: 0;width: 378px;height: 378px;box-sizing: border-box;border-radius: 50%;border: 2px solid var(--ivory)}
.trust_wave01{transform: scale(1.5);animation-delay: .3s}
.trust_wave02{transform: scale(1.6);animation-delay: .6s}
.trust_wave03{transform: scale(1.7);animation-delay: .9s}
@keyframes wave {
    from {
        transform: scale(0.15);
        opacity: 1;
    }
    to {
        transform: scale(1.8);
        opacity: 0;
    }
}
.trust_circle_mini_wrap{position: absolute;}
.trust_circle_mini_wrap01{top: 172px;left: 78px;}
.trust_circle_mini_wrap02{top: 184px;right: 30px;}
.trust_circle_mini_wrap03{bottom: 58px;left: 49px;}
.trust_circle_mini_wrap04{bottom: 58px;right: 75px;}
.trust_circle_mini{position: relative;width: 345px;height: 220px;color: var(--white);}
.trust_circle_mini01{top: 0;right: 0;width: 204px;height: 204px;background-image: url('../img/page/fran/trust_circle_mini02.png');}
.trust_circle_mini02{top: 0;left: 0;width: 204px;height: 204px;background-image: url('../img/page/fran/trust_circle_mini03.png');}
.trust_circle_mini03{top: 0;right: 0;width: 204px;height: 204px;background-image: url('../img/page/fran/trust_circle_mini04.png');}
.trust_circle_mini04{top: 0;left: 0;width: 204px;height: 204px;background-image: url('../img/page/fran/trust_circle_mini05.png');}
.trust_circle_mini_txt{position: absolute;line-height: 1.2;}
.trust_circle_mini_txt01{bottom: 0;left: 0;}
.trust_circle_mini_txt02{bottom: 0;right: 0;}
.trust_circle_mini_txt03{bottom: 0;left: 0;}
.trust_circle_mini_txt04{bottom: 0;right: -50px;}
.trust_box05_bg_wrap{height: 100%;flex-wrap: wrap;}
.trust_box05_bg{width: 250px;height: 316px;background-color: var(--blue);background-size: cover;background-position: center;background-repeat: no-repeat;}
.trust_box05_bg01{background-image: url('../img/page/fran/trust_box05_bg01.jpg');}
.trust_box05_bg02{background-image: url('../img/page/fran/trust_box05_bg02.jpg');}
.trust_box05_bg03{background-image: url('../img/page/fran/trust_box05_bg03.jpg');}
.trust_box05_bg04{background-image: url('../img/page/fran/trust_box05_bg04.jpg');}
.trust_box05_bg05{background-image: url('../img/page/fran/trust_box05_bg05.jpg');}
.trust_box05_bg06{background-image: url('../img/page/fran/trust_box05_bg06.jpg');}
.trust_box05_tit{color: var(--white);padding-top: 60px;}
.trust_box05_tit span.txt18{margin-top: 21px;}
.trust_box05_tit01{opacity: 0;transition: all 0.3s;}
.trust_box05_tit02{opacity: 0;transition: all 0.3s;}
.trust_box05_tit03{opacity: 0;transition: all 0.3s;}
.trust_box05_tit01.on{opacity: 1;}
.trust_box05_tit02.on{opacity: 1;}
.trust_box05_tit03.on{opacity: 1;}
.trust_box05_cont{display: none;z-index: 5;padding: 20px;top: 200px;background-color: var(--primaryColor);justify-content: center;align-items: flex-start;padding-top: 17px;}
.trust_box05_cont.on{display: flex;gap: 10px;}
.trust_box05_video{width: 830px;height: 100%;border-radius: 3px;justify-content: space-between;}
.trust_box05_video_boxes{width: 100%;height: 396px;}
.trust_box05_video_box{position: absolute;top: 0;left: 0;width: 100%;height: 467px;display: none;overflow: hidden;}
.trust_box05_video_box.on{display: block;}
.trust_box05_video_btns{gap: 8px;}
.trust_box05_video_btn{width: 300px;height: 150px;background-color: var(--ivory);color: var(--primaryColor);font-size: 20px;letter-spacing: -0.04em;font-weight: 500;box-sizing: border-box;transition: all 0.2s;}
.trust_box05_video_btn.on{color: var(--primaryColor);background-color: #a89c8c;}
.trust_btn_tit{font-size: 30px;font-weight: 600;letter-spacing: -0.04em;margin-right: 90px;margin-bottom: 5px;}
.trust_btn_txt{font-size: 20px;font-weight: 400;letter-spacing: -0.04em;margin-right: 90px;white-space: nowrap;}
.trust_btn_txt:nth-child(3){font-size: 18px;font-weight: 400;letter-spacing: -0.04em;margin-right: 90px;white-space: nowrap;margin-top: 15px;}
.trust_box05_video_btn01{background-image: url('../img/page/fran/trust_video_btn01.png');background-position: right;background-repeat: no-repeat;}
.trust_box05_video_btn02{background-image: url('../img/page/fran/trust_video_btn02.png');background-position: right;background-repeat: no-repeat;}
.trust_box05_video_btn03{background-image: url('../img/page/fran/trust_video_btn03.png');background-position: right;background-repeat: no-repeat;}
/* .trust_box05_right{width: 482px;height: 460px;} */
.trust_box05_right_boxes{flex-wrap: wrap;}
.trust_box05_right_box{width: 236px;height: 150px;background-color: var(--ivory);margin-bottom: 10px;text-align: center;color: var(--brown);justify-content: center;}
.trust_box05_right_box span.tit30{margin-bottom: 12px;}
.trust_box_right_txt{color: var(--ivory);margin-top: 24px;}
.trust_box05_logo{display: block;margin-top: 21px;}
.trust_video_cover{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.trust_box05_video_play{z-index: 10;width: 89px;height: 89px;background-image: url('../img/page/fran/trust_video_play.png');}