
#wrap{background-color: var(--bgGray);}

@keyframes rotate {
    from {
        transform: rotateZ(360deg);
    }
    to {
        transform: rotateZ(0);
    }
}

.rotate{animation: rotate 10s linear infinite;}

/* correct */
.correct{height: 1000px;margin-top: 100px;background-color: var(--blueColor);color: #fff;}
.correct-border{inset: 15px;border: 1px solid #b5c7ee;}
.correct-food1{top: 166px;margin-left: -1000px;}
.correct-food2{top: 164px;margin-left: 416px;}
.correct-inner{padding-top: 140px;}
.correct-text2{margin-top: 16px;}
.correct-deco{position: absolute;left: 50%;top: 50%;margin-top: -84px;margin-left: 0;}
.correct-badges{display: flex;justify-content: center;gap: 6px;margin-top: 70px;margin-bottom: 28px;}
.correct-badge{padding: 8px 12px;border: 1px solid #fff;border-radius: 20px;background-color: transparent;font-size: 27px;transition: all 0.2s linear;}
.correct-badge.active{background-color: var(--orgColor);border-color: var(--orgColor);}
.correct-text3{font-size: 35px;}
.correct-text3 em{font-weight: 700;}
.correct-curve-container{overflow: hidden;position: absolute;left: 0;right: 0;bottom: 0;width: 100%;height: 815px;}
.correct-curve-figure{display: flex;justify-content: center;position: absolute;left: 50%;min-width: 2000px;width: 100%;height: 100%;transform: translateX(-50%);
-webkit-mask-image: url('../img/page/fran/correct-curve-mask.png');
-webkit-mask-position: center bottom;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-image: url('../img/page/fran/correct-curve-mask.png');
mask-position: center bottom;
mask-repeat: no-repeat;
mask-size: 100% 100%;
}
.correct-curve-cols{position: relative;width: 50%;min-width: 1000px;height: 100%;}
.correct-curve-cols img{width: 100%;height: 100%;object-fit: cover;}
.correct-backdrop{position: absolute;inset: 0;background-color: rgba(0,0,0,0.6);}
.correct-curve-items{display: flex;justify-content: center;position: absolute;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;}
.correct-curve-item{display: flex;align-items: center;flex-direction: column;position: relative;width: 50%;height: 100%;padding-top: 450px;box-sizing: border-box;}
.correct-curve-title1{font-size: 60px;font-weight: 700;}
.correct-curve-title2{margin-top: 30px;font-size: 50px;font-weight: 700;}
.correct-curve-title2 .highlight-rect{position: absolute;inset: -4px -4px -12px;background-color: #cd2828;}
.correct-curve-text{margin-top: 30px;font-size: 27px;line-height: 1.37;}
.correct-curve-text em{font-weight: 700;}

/* low cost */
.lowcost{padding: 80px 0;background-color: var(--bgIvory);}
.lowcost-title-wrap{margin-bottom: 40px;}
.lowcost-small-title{font-size: 30px;margin-bottom: 20px;}
.lowcost-main-title{font-size: 60px;color: var(--blueColor);}
.lowcost-figures{display: flex;max-width: 1700px;margin: 0 auto;}
.lowcost-figure{flex: 1;height: 400px;padding: 30px;color: #fff;box-sizing: border-box;}
.lowcost-figure-text{font-size: 45px;writing-mode: vertical-rl;line-height: 1;}
.lowcost-figure1{background-image: url('../img/page/fran/lowcost-figure1.jpg');}
.lowcost-figure2{background-image: url('../img/page/fran/lowcost-figure2.jpg');}
.lowcost-figure3{background-image: url('../img/page/fran/lowcost-figure3.jpg');}
.lowcost-circles{display: flex;justify-content: center;align-items: center;margin-top: -312px;}
.lowcost-circle{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;width: 384px;height: 384px;margin-top: 80px;border-radius: 50%;background-color: #363d4c;color: #a7aebb;}
.lowcost-circle-start{margin-right: -22px;}
.lowcost-circle-end{margin-left: -22px;}
.lowcost-circle-text1{font-size: 42px;font-weight: 700;margin-bottom: 28px;}
.lowcost-circle-text2{font-size: 35px;font-weight: 700;margin-bottom: 20px;color: #fff;}
.lowcost-circle-text2 .highlight-rect{position: absolute;inset: -4px -4px -12px;background-color: #cd2828;}
.lowcost-circle-text3{font-size: 20px;line-height: 1.5;}
.lowcost-circle-bigger{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;position: relative;z-index: 1;width: 520px;height: 520px;border-radius: 50%;background-color: var(--blueColor);color: #fff;}
.lowcost-circle-bigger::before{content: '';position: absolute;inset: 7px;border: 1px solid #fff;border-radius: 50%;opacity: 0.5;}
.lowcost-circle-bigger-text1{margin-bottom: 40px;font-size: 60px;}
.lowcost-circle-badges{display: flex;justify-content: center;gap: 10px;margin-bottom: 18px;}
.lowcost-circle-badge{width: 70px;padding: 10px 0;border-radius: 22px;background-color: var(--orgColor);font-size: 27px;}
.lowcost-circle-bigger-text2{margin-bottom: 26px;font-size: 50px;font-weight: 700;letter-spacing: -0.04em;}
.lowcost-circle-bigger-text2 em{font-size: 60px;color: var(--orgColor);margin: 0 4px;}
.lowcost-circle-bigger-text3{font-size: 27px;line-height: 1.1;}
.lowcost-circle-bigger-text3-2{width: fit-content;margin: 10px auto 0;font-size: 55px;font-weight: 700;}
.lowcost-circle-bigger-text3-2 .highlight-rect{position: absolute;inset: 0 -4px -6px;background-color: #cd2828;}
.lowcost-circle-bigger-text4{margin-top: 16px;color: #98a9cc;}
.lowcost-foot-text{margin-top: 40px;text-align: center;font-size: 27px;line-height: 1.37;}
.lowcost-foot-text em{position: relative;font-size: 35px;font-weight: 700;color: var(--blueColor);}
.lowcost-foot-text em::before{content: '';position: absolute;width: 100%;height: 1px;bottom: -4px;background-color: var(--blueColor);}

/* still */
.still{background-color: var(--blueColor);color: #fff;}
.still_flow{height: 60px;background-color: var(--bgGray);color: #fff;}
.still_flow_in{width: 100%;height: 100%;margin: 0 auto;background-color: var(--blueColor);}
.still_flow .marquee_flow{width:100%}
.still_flow .marquee_flow .flow_item{margin-right:22px;font-size: 18px;letter-spacing: -0.01em;line-height: 60px;}
.still_flow .still_flow_ico{margin-right: 12px;}
.still_flow_store{margin-right: 5px;}

.still_left_marquee.marquee_flow{width:100%;}
.still_left_marquee.marquee_flow .flow_item{width: 100%;height: 903px; margin-bottom: 50px;}

/* count */
.count{padding: 80px 0;}
.count_in{max-width: 1500px;width: 100%;margin: 0 auto;}
.count_circle_back{display: flex;justify-content: space-between;align-items: center;}
.c_c_b_right{display: flex;}
.c_c_b_right .box02{z-index: 2;}
.count_circle_center{top: 80px;width: 550px;height: 550px;transform: translateX(-50%);border-radius: 50%;background-color: var(--orgColor);z-index: 3;}
.c_c_c_txt{width: 100%;color: #fff;}
.c_c_c_txt .num0_wrap::before{content: '';display: inline-block;position: absolute;left: 50%;bottom: -28px;width: 800px;height: 1px;margin-left: -400px;background-color: #fff;}
.c_c_c_txt .num0{width:52px;height:87px;background-repeat:no-repeat;background-position:0 0;background-image:url('../img/page/fran/num_b.png')}
.c_c_c_txt .num0_wrap .rest{margin-bottom:-10px;width:16px;height:30px;background:url('../img/page/fran/num_rest.png')no-repeat center}
.c_c_c_txt .unit{font-size: 20px;}
.c_c_c_txt .rest,
.c_c_c_txt .unit {padding-left: 8px;vertical-align: bottom;}
.c_c_c_tit{padding-bottom: 28px;}
.count_circle_center .clock_wrap{padding-top: 60px;}
.count_circle_center .time_wrap{display: flex;align-items: center;justify-content: center;padding-bottom: 25px;}
.count_circle_center .time_standard{margin-right: 19px;color: #ffb399;}
.count_circle_center .time_text{color: #ffb399;line-height: 1.6;}

/* high */
.high{margin-top: 40px;color: #fff;}
.high_in_wrap{width: 1260px;margin: 0 auto;}
.high_in{width: 1700px;margin-left:-220px;overflow: hidden;}
.high_top{width: 100%;height: 720px;padding-top: 80px;box-sizing: border-box;overflow: hidden;}
.high_bg_wrap{top: 0;width: 100%;height: 100%;}
.high_bg{position: absolute;top:0;width: 50%;height: 100%;overflow: hidden;}
.high_bg01{left: 0;}
.high_bg02{right: 0;}
.high_bg_in{position: absolute;top: 0;width: 1700px;height: 100%;}
.high_bg01 .high_bg_in{left: 0;background-image: url('../img/page/fran/high_bg01.jpg');}
.high_bg02 .high_bg_in{right: 0;background-image: url('../img/page/fran/high_bg02.jpg');}
.high_tit{padding-bottom: 30px;}
.high_highlight_wrap{display: flex;justify-content: space-between;align-items: center;max-width: 1400px;width: 100%;margin: 0 auto;padding-top: 360px;}
.high_box_txt{line-height: 1.34;}
.high_box_right .high_box_txt{text-align: end;}
.high_box_right .highlight{background-color: var(--blueColor);}
.high_bottom{max-width: 1700px;width: 100%;margin: 0 auto;display: none;}
.high_bottom img{width: 100%;}
.high_mouse{position:absolute;left:50%;top:50%;width:145px;height:145px;transform:translate(-50%, -50%)}

/* overpower */
.overpower{padding-top: 50px;}
.overpower_tit{padding-bottom: 30px;}
.overpower_cont{max-width: 1290px;width: 100%;margin: 0 auto;}
.overpower_cont img{width: 100%;}

/* sales */
.sales{padding: 120px 0;}
.sales_in{}
.sales_top{width: 1090px;margin: 0 auto;padding-bottom: 120px;}
.sales_bottom_tit{width: 1260px;margin: 0 auto;padding-bottom: 20px;}
.sales_bottom{width: 1260px;margin: 0 auto;}
.sales_bottom img{width: 100%;}

/* turnover */
.turnover{padding: 150px 0;color: #fff;}
.turnover_bg{background-image: url('../img/page/fran/turnover_bg.jpg');background-attachment: fixed;}
.turnover_bg::after{content: '';display: inline-block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);}
.turnover_tit{padding-bottom: 30px;}

/* way3 */
.way3{padding: 80px 0;background-color: var(--bgIvory);}
.way3_line{top: 0;width: 1px;height: 50px;background-color: #000;}
.way3_txt{padding-bottom: 30px;}
.way3_tit{padding-bottom: 20px;}
.way3_store{width: 1200px;margin: 0 auto;padding-bottom: 80px;}

.way3_hall{display: flex;max-width: 1700px;width: 100%;margin: 0 auto;padding-bottom: 40px;}
.way3_hall_box{width: 50%;height: 750px;box-sizing: border-box;}
.way3_hall_left{padding: 150px 0 0 150px;background-color: #fff;}
.way3_hall_left_line{top: -150px;left: 0;width: 1px;height: 110px;background-color: #000;transform-origin: top center;}
.way3_hall_left .cat{padding-bottom: 170px;writing-mode: vertical-rl;line-height: 1;}
.way3_hall_left_tit{padding-bottom: 20px;line-height: 1.28;}
.way3_hall_left_des01{padding-bottom: 20px;}
.way3_hall_right{display: flex;justify-content: end;align-items: end;padding-right: 150px;padding-bottom: 80px;}
.way3_hall_right_bg{background-image: url('../img/page/fran/way3_hall_right_bg.jpg');}
.way3_hall_right_des{writing-mode: vertical-rl;color: #fff;line-height: 1.5;}

.way3_hall_graph{top: 170px;margin-left: -205px;}
.way3_hall_graph .graph{width: 410px;height: 410px;}
.way3_hall_graph .graph image{transform: rotate(90deg);transform-origin: center;}
.way3_hall_graph .graph .fill{top: auto;bottom: 0;}
.way3_hall_graph_bar{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 410px;height: 410px;}
.way3_hall_graph .graph_txt{position: absolute;top: 170px;color: #fff;}
.way3_hall_graph .graph_txt .tit{margin-bottom: 5px;}
.way3_hall_graph .graph_txt01{left: 6px;}
.way3_hall_graph .graph_txt02{right: 12px;}

.way3_delivery{max-width: 1700px;width: 100%;margin: 0 auto;padding: 80px 0 165px; color: #fff;}
.way3_delivery_bg{background-image: url('../img/page/fran/way3_delivery_bg.jpg');}
.way3_delivery_left{top:0;left: 150px;}
.way3_delivery_left_line{width: 1px;height: 110px;margin-bottom: 40px;background-color: #fff;transform-origin: top center;}
.way3_delivery_left .cat{writing-mode: vertical-rl;line-height: 1;}
.way3_delivery_top_txt{padding-bottom: 55px;}
.way3_delivery_top_tit{padding-bottom: 25px;}
/* .way3_delivery_top_circle{width: 270px;margin: 0 auto;}
.way3_delivery_top_circle .circle{display: flex;align-items: center;justify-content: center;width: 270px;height: 270px;border-radius: 50%;background-color: var(--orgColor);}
.way3_delivery_top_circle .circle_wave{width: 100%;height: 100%;border-radius: 50%;background-color: var(--orgColor);animation: wave 1.5s infinite;}
.way3_delivery_top_circle .circle_wave01{opacity: 0.6;transform: scale(1.3);animation-delay: .1s}
.way3_delivery_top_circle .circle_wave02{opacity: 0.3;transform: scale(1.6);animation-delay: .4s}
@keyframes wave {
    from {
        transform: scale(1);
        opacity: 0.7;
    }
    to {
        transform: scale(1.6);
        opacity: 0;
    }
}
.way3_delivery_top_circle .circle_tit{padding-bottom: 15px;}
.way3_delivery_top_circle .illust{left: -170px;bottom: 7px;} */

.way3_delivery_top_graph{display: flex;align-items: end;justify-content: center;width: 1170px;height: 334px;margin: 0 auto;padding-bottom: 3px;box-sizing: border-box;}
.way3_delivery_top_graph_bg{background-image: url('../img/page/fran/way3_delivery_top_graph_bg_250207.png');}
.way3_delivery_top_graph .graph_bar_list{display: flex;align-items: end;justify-content: space-between;width: 100%;margin-bottom: -2px;}
.way3_delivery_top_graph .graph_bar_wrap{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.way3_delivery_top_graph .graph_bar{width: 50px;background-color: var(--blueColor);}
.way3_delivery_top_graph .org_graph{background-color: var(--orgColor);}
.way3_delivery_top_graph .graph_bar01{height: 120px;}
.way3_delivery_top_graph .graph_bar02{height: 187px;}
.way3_delivery_top_graph .graph_bar03{height: 281px;}
.way3_delivery_top_graph .graph_bar04{height: 306px;}
.way3_delivery_top_graph .graph_bar05{height: 256px;}
.way3_delivery_top_graph .graph_bar06{height: 237px;}
.way3_delivery_top_graph .graph_bar07{height: 216px;}
.way3_delivery_top_graph .graph_bar08{height: 210px;}
.way3_delivery_top_graph .graph_bar09{height: 237px;}
.way3_delivery_top_graph .graph_bar10{height: 250px;}
.way3_delivery_top_graph .graph_bar11{height: 272px;}
.way3_delivery_top_graph .graph_bar_num{padding-bottom: 10px;font-size: 18px;letter-spacing: -0.01em;font-family: 'ChosunGs';}
.way3_delivery_top_graph .graph_bar_txt{padding-left: 40px;font-size: 18px;letter-spacing: -0.01em;font-weight: 700;transform: rotate(90deg);white-space: nowrap;}
.way3_delivery_top_graph .illust{bottom: 0;left: 0;}

.way3_delivery_bottom{display: flex;bottom: 0;left: 0;width: 100%; background-color: var(--blueColor);}
.way3_delivery_bottom .box{width: 33.3333%;padding: 40px 0;border-right: 1px solid rgba(255,255,255,0.25);}
.way3_delivery_bottom .box:last-child{border-radius: none;}
.way3_delivery_bottom .box p{font-weight: 700;}
.way3_delivery_bottom .box .des{padding-bottom: 10px;}

/* change */
.change{padding: 80px 0;}
.change_bg{display: flex;}
.change_bg_box{width: 50%;}
.change_bg_left_bg{background-image: url('../img/page/fran/change_bg_left_bg.jpg');}
.change_bg_right_bg{background-image: url('../img/page/fran/change_bg_right_bg.jpg');}
.change_txt{display: flex;justify-content: space-between;align-items: end;max-width: 1410px;width: 100%;margin: 0 auto;padding-bottom: 50px;}
.change_txt > *{line-height: 1;}
.change_txt_left{display: flex;align-items: end;}
.change_txt_right{color: #fff;}
.change_des{margin-right: 11px;}
.change_img{width: 1230px;margin: 0 auto;}

/* small */
.small{padding-top: 80px;}
.small_line{bottom: -80px;width: 1px;height: 60px;background-color: #000;}

.small_top{height: 555px;margin-bottom: 80px;}
.small_top_left{width: 50%;padding-left: 105px;box-sizing: border-box;}
.small_top_tit{padding-bottom: 25px;}
.small_top_des{padding-bottom: 30px;}
.small_top_per_wrap{display: flex;align-items: end;}
.small_top_per_txt{margin-right: 40px;}
.small_top_right{top: 100px;width: 1348px;height: 455px;margin-left: -674px; overflow: hidden;}
.small_top_right .swiper-container{width: 100%;height: 100%;}
.small_top_right .swiper-slide{width: 256px;height: 100%;margin: 0 10px;opacity: 0.4;transition: all 0.2s linear;}
.small_top_right a{display: inline-block;width: 100%;height: 100%;}
.small_top_right .swiper-slide.swiper-slide-active{opacity: 1;}
.small_top_right_btns{position: absolute;top:55px;width:15px;height:28px;background-repeat:no-repeat;background-position:center;font-size:0;z-index: 5;}
.small_top_right_btns.small_top_right_prev{left: 20px;background-image:url('../img/page/fran/small_top_right_prev.png')}
.small_top_right_btns.small_top_right_next{left: 55px;background-image:url('../img/page/fran/small_top_right_next.png')}
.small_top_right .video-wrap{position: absolute;left: 50%;top: 0;width: 256px;height: 100%;margin-left: -128px;}
.small_top_right .video-wrap.on{display: block;}
.small_top_right .video-iframe{width: 100%;height: 100%}
.small_top_right .video-iframe iframe{width: 100%;height: 100%}

.small_middle{padding: 80px 0 75px;}
.small_middle_in{display: flex;justify-content: space-between;align-items: center;padding: 0 90px;box-sizing: border-box;}
.small_mr_top{display: flex;align-items: center;justify-content: end;margin-bottom: 10px;}
.small_mr_bottom{display: flex;align-items: center;justify-content: center;}
.small_middle_left_tit{padding-bottom: 70px;line-height: 1.28;}
.small_middle_left_subTit{padding-bottom: 20px;}
.small_mr_top_line{width: 320px;height:1px;margin-right: 40px;background-color: #000;transform-origin: left center;}
.small_mr_top_circle{display: flex;align-items: center;justify-content: center;width: 190px;height: 190px;border-radius: 50%;background-color: var(--orgColor);color: #fff;}
.small_mr_top_circle .circle_des01{padding-bottom: 10px;}
.small_mr_bottom_list{display: flex;align-items: center;justify-content: center;width: 190px;height: 190px;margin-left: 10px;border-radius: 50%;box-sizing: border-box;border: 1px solid var(--orgColor);color: var(--orgColor);}
.small_mr_bottom_list > *{font-weight: bold;text-align: center;}
.small_mr_bottom_list .des{padding-bottom: 10px;}

.small_bottom_in{padding: 0 30px;box-sizing: border-box;}
.small_bottom_box{width: 100%;height: 680px;}
.small_bottom_left{display: flex;align-items: end;justify-content: start;padding: 0 0 40px 40px;margin-bottom: 20px;box-sizing: border-box;}
.small_bottom_left_bg{background-color: #000;}
.small_bottom_left_thumbs{display: flex;justify-content: center;}
.small_bottom_left_thumb{width: 300px;height: 160px;margin-right: 20px;box-sizing: border-box;cursor: pointer;}
/* .small_bottom_left_thumb.on{} */
.small_bottom_left_thumb.on::after{content: '';display: inline-block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 3px solid var(--blueColor);box-sizing: border-box;}
.small_bottom_left_thumb01_bg{background-image: url('../img/page/fran/small_bottom_left_thumb02.jpg');}
.small_bottom_left_thumb02_bg{background-image: url('../img/page/fran/small_bottom_left_thumb01.jpg');}
.small_br_top{display: flex;align-items: end;justify-content: center;height: calc(100% - 160px);padding: 0 60px 75px 0;box-sizing: border-box;}
.small_br_top_txt{text-align: center;}
.small_br_top_tit{padding-bottom: 10px;line-height: 1.28;}
.small_br_bottom{display: flex;height: 160px;background-color: var(--blueColor);color: #fff;}
.small_br_b_box{display: flex;align-items: center;justify-content: center;width: 50%;border-right: 1px solid rgba(255,255,255,0.25);}
.small_br_b_box:last-child{border-right: none;}
.small_br_b_box .des{padding-bottom: 10px;}


/* businessZone */
.businessZone{padding: 80px 0;}
.bz_tit{padding-bottom: 40px;}
.bz_lists_wrap{display: flex;justify-content: start;width: 1040px;margin: 0 auto;}
.bz_lists{width: 330px;margin-right: 27px;}
.bz_lists:nth-child(3){margin-right: 0;}
.bz_list{padding: 20px 26px 16px;margin-bottom: 20px;background-color: rgba(22,58,134,0.06);transition: all 0.2s linear;}
.bz_list:hover{background-color: var(--blueColor);}
.bz_list:hover p,
.bz_list:hover .bz_s_lists{color: #fff;}
.bz_list p{padding-bottom: 10px;font-size: 16px;font-weight: bold;color: var(--blueColor);}
.bz_s_list{padding-bottom: 10px;padding-right: 20px;}
.bz_tab_area{padding-bottom: 40px;}
.bz_tab_list{margin-right: 10px;}
.bz_tab_list:last-child{margin-right: 0;}
.bz_tab_list a{display: inline-block;height: 40px;padding: 0 33px;line-height: 37px;border: 1px solid var(--blueColor);box-sizing: border-box;border-radius: 20px;font-size: 18px;font-weight: bold;color: var(--blueColor);transition: all 0.2s linear;}
.bz_tab_list:hover a,
.bz_tab_list.on a{background-color: var(--blueColor);color: #fff;}

/* cost */
.cost{padding: 80px 0;background-color: var(--bgIvory);}
.com_txt{padding-bottom: 0;}
.cost_top{display: none;}
.cost_top_cont{width: 1000px;margin: 0 auto;padding-bottom: 75px;}
.cost_bottom_cont{width: 1200px;margin: 0 auto;}

/* inquiry */
.inquiry{padding: 80px 0;}
.inquiry .com_txt{margin-bottom: 40px;}
.inquiry .com_des{font-family: 'NotoSansKR';font-size: 20px;}


/* ~1400px */
@media (max-width:1400px){

    /* high */
    .high_box_right{padding-right: 100px;}
    .high_box_left{padding-left: 100px;}

    /* fancy */
    .fancy_in{height: 670px;}
    .fancy_cont{padding-top: 120px;margin-right: -120px;transform: scale(0.8);transform-origin: center top;}
    .fancy_in_top{padding-bottom: 0;}

}

/* ~1350px */
@media (max-width:1350px){

    /* still */
    .still_cont_bottom_graph .stamp{right: 10px;}

}

.every{max-width: 1700px;margin: 0 auto;padding: 80px 0;background-image: url('../img/page/fran/every_bg.jpg');color: #fff;letter-spacing: -0.01em;}
.every_text_wrap{text-align: center;}
.every_main_text{display: inline-flex;position: relative;margin: 0 auto;}
.every_count{position: absolute;right: 520px;bottom: 0;display: flex;align-items: end;}
.every_count li{font-size: 65px;color: #fefdad;letter-spacing: -0.03em;}
.every_sub_text{margin-top: 20px;font-size: 20px;}
.every_sub_text em{font-weight: 700;}
.every_boxes{display: flex;justify-content: center;gap: 28px;margin-top: 36px;}
.every_box{width: 380px;}
.every_box_head{height: 130px;padding: 30px 0;box-sizing: border-box;background-color: var(--blueColor);font-weight: 700;font-size: 20px;text-align: center;}
.every_box_head span{display: block;}
.every_box_head span:last-child{margin-top: 20px;}
.every_box_head em{font-family: 'ChosunGs';font-size: 30px;letter-spacing: -0.03em;}
.every_box_body{height: 330px;}
.every_box_body img{width: 100%;height: 100%;object-fit: cover;}