.lanquage_toggle li a{transition: all 0.2s ease;}
.lanquage_toggle li:nth-child(2) a{margin-left: 5px;opacity: 0.3;}
.lanquage_toggle li:nth-child(2):hover a{opacity: 1;}
.lanquage_toggle li a{display: flex;align-items: center;justify-content: center;height: 40px;padding: 0 10px;color: #fff;font-size: 18px;letter-spacing: -0.02em;border-radius: 18px;}
.lanquage_toggle li a:hover{color: #000;background-color: rgba(255,255,255, 1);}
.lanquage_toggle li img{margin-right: 12px;filter: none;}
.lanquage_toggle li a:hover img{mix-blend-mode: difference;}

/* blink */
.tit_neon{top:0;left:0}
.neon{animation:blink 1s infinite ease-in}
@keyframes blink {
    0% {opacity:0}
    50%{opacity:1}
    100%{opacity:0}
}

.layer_title{font-family: 'BebasNeue';font-weight: 700;font-size: 175px}
.layer_title60{font-weight: 900;font-size: 60px;line-height: 1.25;letter-spacing: -0.035em}

.sub_visual_wrap{display: none}

.fran_cont{background-color: #fff;}

.cont_txt .cont_tit{padding-bottom: 40px}

.stiky_fixed { position: fixed; top:105px !important;z-index: 3;}
.all_tit{font-size: 20px;}

/* header */
.header_wrap{transform: translateY(-75px);transition: all 0.5s;}
.header_wrap.is-fixed{background-color: var(--navyColor);}
.header .depth1_a{color: #fff;}
.lnb{background-color: var(--navyColor);display: none;}
.header .bi a{background-image:none;}
.header_wrap.is-fixed .bi a{background:url('../img/page/fran_new/fran_bi.png')no-repeat center/cover}
.header_wrap.scroll{transform:translateY(0)}

/* first */
.first{height: 100vh;background-color: var(--navyColor);}
.first_in{max-width: 1610px;width: 100%;margin: 0 auto;position: relative;}
.first_top_txt{display: flex;justify-content: center;position: relative;z-index: 10;width: 100%;margin: 0 auto;margin-bottom: 350px}
.first_top_txt .title_motion_wrapper{margin-right: 4.3478%;}
.first_top_txt .title_motion_wrapper:last-child{margin-right: 0;}
.first_flow{padding-bottom: 2.5%;}
.first_bottom_txt{display: flex;justify-content: center;margin: 0 auto;z-index: 10;}
.first_b_txt01{margin-right: 3.5%;}
.first_top_txt .title_motion_span,
.first_bottom_txt .title_motion_span{opacity: 0;}
.first_typing{position: absolute;top: calc(100% + 50px);left: 0;right: 0;color: #fff;font-size: 55px;display: flex;align-items: center;justify-content: center;gap: 10px;}
.first_typing_logo{opacity: 1;display: flex;align-items: center;}
.first_video_wrap{width: 100%;height: 100%;}
.first_video_wrap video{object-fit: cover;width: 100%;height: 100%;}

/* no1 */
.no1{height: 1000px;background-color: var(--orgColor);}
.no1 > div{position: absolute;width: 100%;height: 50%;}
.no1_top{top: 0;left: 0;border: 2px solid var(--orgColor);box-sizing: border-box;overflow: hidden;}
.no1_bottom{bottom: 0;left: 0;}
.no1_flow .js-marquee-wrapper{height: 100%;}
.no1_flow .js-marquee{height: 100%;}
.no1_flow .flow_item{width: 10.253%;height: 100%;}
.no1_video{width:100% !important;height:100% !important;}
.no1_top_in{display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;}
.no1_top_tit01{padding-top: 40px;font-size: 55px;color: var(--orgColor);line-height: 1.18;margin-bottom: 10px;}
.no1_top_tit01 em{font-size: 55px;color: #fff;}
.no1_top_des{font-size: 55px;padding-top: 30px;color: #fff;}
.no1_top_tit02{padding-top: 10px;font-size: 40px;color: #fff;}
.no1_top_tit02 .bebas{font-size: 150px;}
.no1_top_tit02 em{font-size: 80px;font-weight: 700;margin-top: -30px;}
.no1_top_sub{width: 487px;display: flex;justify-content: flex-end;}
.no1_top_in .nb_day{margin-top: 0;margin-left: 0;text-align: right;}

.no1_b_bg_wrap{top: 0;left: 0;width: 100%;height: 100%;}
.no1_bottom{background-color: var(--navyColor);background-image: url('../img/page/fran_new/no1_bottom_bg.jpg');}
.no1_bottom_in{padding-top: 30px;color: #fff;display: flex;align-items: flex-end;justify-content: center;gap: 50px;}
.nb_num{margin-top: -10px;padding-left: 62px;padding-bottom: 50px;color: #fff;font-size: 20px;}
.nb_num .bebas{font-size: 100px;}
.nb_tit .bebas{font-size: 100px;margin-right: 12px;}
.nb_tit .extra{font-size: 25px;}
.nb_txt02 .bebas{font-size: 100px;line-height: 0.8;}
.nb_txt02 .extra{font-size: 25px;}
.nb_des{font-size: 55px;font-weight: 600;}
.nb_des .nb_des01{line-height: 1.4;}
.nb_txt02{display: flex;align-items: center;gap: 42px;}
.nb_day{font-size: 18px;line-height: 1.22;color: #8d9092;margin-top: -53px;margin-left: -30px;}
.nb_start{bottom: 5%;left: 50%;transform: translateX(-50%);padding-left: 40px;}
.nb_start::after{content: '';position: absolute;display: inline-block;top: 8px;left: 0;width: 20px;height: 23px;background: url('../img/page/fran_new/scroll_ico.png')no-repeat center/cover;  -webkit-animation: sdb 1.5s infinite;animation: sdb 1.5s infinite;}
@-webkit-keyframes sdb {
    0% {
      -webkit-transform: translate(0, -5px);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translate(0, 10px);
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      transform: translate(0, -5px);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: translate(0, 10px);
      opacity: 0;
    }
  }

section{z-index:1}
.no1_btm_flow{width: 100%;height: 160px;margin-top: 10px;}

/* businessZone */
.businessZone{display: flex;justify-content: center;height: 1036px;}
.bz_left{display: flex;margin-left: -180px;}
.bz_right{display: flex;margin-right: -180px;}
.businessZone .marquee_flow{width: 300px;}
.businessZone .flow_item{margin-bottom: 30px;}
.bz_left_flow01, .bz_right_flow01{margin-right: 30px;}
.bz_center{min-width: 1100px;padding-top: 80px;}
.bz_c_logo{display: inline-block;margin-bottom: 30px;}
.bz_center_twrap{display: flex;gap: 20px;justify-content: center;}
.bz_center_twrap .bz_center_tit{font-size: 65px;letter-spacing: -0.035em;line-height: 1.15;font-weight: 900;}
.bz_center_twrap .bz_center_tit01{color: var(--orgColor);}
.bz_center_twrap .bz_center_tit02{color: var(--navyColor);}
.bz_center_twrap .bz_center_tit03{color: var(--navyColor);}
.bz_center_des02{padding-top: 30px;font-size: 26px;}
.bz_center_des02 .bar{display: inline-block;width: 50px;height: 2px;margin-bottom: 10px;background-color: var(--navyColor);}
.bz_c_bottom{margin-top: 25px;}
.bz_center_boxes{display: flex;flex-wrap: wrap;gap: 12px;max-width: 850px;width: 100%;margin: 0 auto;justify-content: center;margin-bottom: 30px;}
.bz_center_cost{font-size: 80px;letter-spacing: -0.035em;font-weight: 800;}
.bz_center_des{font-size: 18px;color: #8d9092;padding-left: 20px;}
.bz_center_sub{margin-top: 30px;}
.bz_c_bottom .box{width: 300px;height: 160px;border-radius: 80px;color: #fff;}
.bz_c_bottom .box p{line-height: 1.5;}
.bz_c_bottom .box01{margin-right: 20px;background-color: var(--navyColor);}
.bz_c_bottom .box02{background-color: var(--orgColor);}
.bz_center_des01{line-height: 1.42;}
.bz_center_des01 .highlight{top: 4px;bottom: 5px;}

/* light */
.light{flex-direction: column;height: 800px;padding: 80px 0;background: url('../img/page/fran_new/light_bg.jpg')no-repeat center/cover;}
.light_bg_inn{top:0;left: 0;width: 100vw;height: 100%}
.light_bg{top: 0;width: 2560px;height: 100%;margin-left: -1280px;background-image: url('../img/page/fran_new/light_bg_cover.jpg')}
.light_txt{color: #fff;}
.light_tit{padding-bottom: 40px;font-size: 55px;letter-spacing: -0.035em;font-weight: 900;}
.light_img_wrap{padding: 60px 0;display: flex;justify-content: center;align-items: center;gap: 60px;}
.light_side_txt{line-height: 1.35;font-size: 22px;letter-spacing: -0.035em;text-align: center;}
.light_side_txt02{line-height: 1.35;font-size: 22px;letter-spacing: -0.035em;text-align: center;}
.light_sub_tit{margin-bottom: 40px;line-height: 1;letter-spacing: -0.035em;font-size: 25px;margin-top: -20px;}

/* middle */
/* .middle_stiky{position: sticky;top: 75px;z-index: 3;} */
.middle_all_tit{position: absolute;top: 30px;left: 30px;color: #fff;font-size: 20px;letter-spacing: -0.015em;font-weight: 800;}
.middle_top{padding: 230px 0;}
.middle_top_bg{background-image: url('../img/page/fran_new/middle_top_bg.jpg');}
.middle_top_in{display: flex;align-items: center;justify-content: space-between;max-width: 1640px;width: 100%;margin: 0 auto;color: #fff;}
.mt_c_subTit{font-size: 65px;padding-bottom: 30px;}
.mt_c_tit{padding-bottom: 60px;font-size: 100px;letter-spacing: -0.035em;}
.mt_c_tit .org{display: inline-block;width: 263px;color: var(--orgColor);}
.mt_c_des{font-size: 26px;letter-spacing: -0.025em;line-height: 1.73;}
/* .mt_left{width: 209px;height: 375px;}
.mt_right{width: 205px;height: 548px;} */
.moved_title{padding: 0 7.5px;}
.moved_title_main{position:relative; z-index:2;overflow: hidden;}
.moved_title_wrapper{position: relative;display: flex;width: 320px;}
.moved_title_delayed{overflow: hidden;}
.mt_left .moved_title_delayed:nth-child(2){width: 50px;}
.mt_left .moved_title_delayed:nth-child(3){width:27px;}
.mt_left .moved_title_delayed:nth-child(4){width:10px;}
/* .mt_left .moved_title_delayed:nth-child(2) img{opacity: 0.15;}
.mt_left .moved_title_delayed:nth-child(3) img{opacity: 0.25;}
.mt_left .moved_title_delayed:nth-child(4) img{opacity: 0.5;}
.mt_right .moved_title_delayed:nth-child(2) img{opacity: 0.15;}
.mt_right .moved_title_delayed:nth-child(3) img{opacity: 0.25;}
.mt_right .moved_title_delayed:nth-child(4) img{opacity: 0.5;} */
/* .mt_right .moved_title_delayed:nth-child(2){transform:translateX(-195px)}
.mt_right .moved_title_delayed:nth-child(3){transform:translateX(-140px)}
.mt_right .moved_title_delayed:nth-child(4){transform:translateX(-95px)} */
.mt_left .moved_title_main{left: 0;}
.mt_right .moved_title_main{right: 0;}

.middle_center{padding: 150px 0 80px;}
.middle_center_bg{background-image: url('../img/page/fran_new/middle_center_bg.jpg');background-attachment: fixed;}
.middle_center_in{flex-direction: column; color: #fff;}
.mc_txt{padding-bottom: 58px;}
.mc_tit{font-size: 55px;}
.mc_des{padding-top: 28px;}
.mc_num{text-align: center;}
.mc_num_in{display: flex;align-items: end;justify-content: space-between;padding-bottom: 10px;}
.mc_nun_txt{margin-right: 30px;padding-bottom: 24px;font-size: 22px;text-align: end;line-height: 1.45;}
.mc_num_in .num{line-height: 1;}
.mc_num_in .num .counter{font-size: 160px;letter-spacing: -0.05em;}
.mc_num_in .num .txt{font-size: 100px;letter-spacing: -0.05em;}
.mc_num_in .num .txt02{font-size: 40px;}
.mc_num_bottom{display: inline-block;padding: 15px 40px;margin-bottom: 50px;border-radius: 25px;background-color: var(--navyColor);line-height: 1;}
.mc_boxes{display: flex;justify-content: space-between;width: 1100px;margin: 0 auto;overflow: hidden;}
.mc_box{width: calc((100% - 68px)/2);height: 260px;margin-right: 34px;background-color: rgba(203, 68, 39, 0.9);text-align: center;}
.mc_box03{margin-right: 0;}
.mc_box .top_txt{display: inline-block;font-size: 55px;padding-bottom: 40px;}
.mc_box:not(.mc_box03) .noto{display: inline-block;padding-bottom: 20px;font-size: 22px;}
.mc_box03 .noto{font-size: 32px;line-height: 1.56;}
.mc_box03 .extra{display: inline-block;padding-top: 20px;font-size: 22px;letter-spacing: -0.03em;}

.middle_bottom{padding: 100px 0 135px;background-color: #0b1621;color: #fff;}
.middle_bottom .inner{display: flex;justify-content: space-between;padding: 0 70px;box-sizing: border-box;}
.mb_left_tit{font-size: 35px;line-height: 1.42;}
.mb_left_tit .yell{color: var(--yellColor);}
.mb_left_des{color:#8d9092;line-height: 1.77;}
.mb_right_tit{padding-bottom: 30px;font-size: 26px;}
.mb_right_tit .org{color: var(--orgColor);}
.mb_right_boxes{display: flex;flex-wrap: wrap;width: 630px;}
.mb_right_box{width: calc((100% - 30px)/3);padding: 20px 0;margin-right: 15px;margin-bottom: 15px;text-align: center;background-color: rgba(203, 68, 39, 0.75);font-size: 22px;}
.mb_right_box:nth-child(3n){margin-right: 0;}

/* high */
.high{background-color: #fff;}
.high_clip{position: relative;z-index: 1;background-color: #122437;/* clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);*/}
.high_clip_in{height: 2385px;/*transform: translateY(100vh);transform: translateY(600px);*/}
.high_cover{display: flex;justify-content: center;align-items: center;width: 100%;padding: 115px 0;background: #fff url('img/top.jpg') no-repeat 50% 0}
.high_line{position: absolute;left: 50%;bottom: 0;width: 1px;height: 0;background-color: #122437}
.hc_center_tit{color: var(--navyColor);}
.hc_center_tit02{padding-top: 25px;}
/* .high_cover_tit{padding-bottom: 50px;} */
.high_cover_des{color: var(--navyColor);}
.stiky_wrap{top: 0;left: 0;bottom:0}
/* .high_stiky{position: sticky;top: 75px;z-index: 4;width: 100%;} */
.high_all_tit{position: absolute;top: 30px;margin-left:30px;color: var(--navyColor);z-index: 1;}
.high_clip{padding-top: 60px;padding-bottom: 0;}
.hct_tit{color: #fff;font-size: 60px;line-height: 1.32;font-weight: 700;letter-spacing: -0.035em;}
.hct_sub{font-size: 18px;text-align: center;color: #8d9092;}
.hct_lists{display: flex;flex-wrap: wrap;width: 1110px;margin: 0 auto;padding-top: 36px;}
.hct_list{width: calc((100% - 60px)/3);margin-right: 30px;margin-bottom: 30px;opacity: 0;}
.hct_list:nth-child(3n){margin-right: 0;}
.hct_cont{max-width: 1640px;width: 100%;height: 1500px;margin: 0 auto;padding-top: 70px;}
.hct_con{display: flex;justify-content: center;align-items: center;width: 100%;height: 33.3333%;}
.hct_con02{background-color: #0b1621;}
.hct_con01_bg{background-image: url('../img/page/fran_new/hct_con01_bg.jpg');}
.hct_con03_bg{background-image: url('../img/page/fran_new/hct_con02_bg.jpg');}
.hct_con_in{display: flex;justify-content: space-between;align-items: center;width: 1200px;margin: 0 auto;color: #fff;padding: 0 50px;box-sizing: border-box;}
.hct_con01_lists{display: flex;align-items: center;}
.hct_con01_list{display: flex;flex-direction: column;align-items: center;margin-left: -20px;}
.hct_con01_list dd{display: flex;justify-content: center;align-items: center;width: 250px;height: 250px;border-radius: 50%;opacity: 0;}
.hct_con01_list dt{margin-bottom: 20px;text-align: center;opacity: 0;}
.hct_con01_list01 dd,.hct_con01_list03 dd {background-color: var(--navyColor);}
.hct_con01_list02 dd {background-color: transparent;border: 1px solid var(--navyColor);}
.hct_con01_tit{padding-bottom: 26px;line-height: 1.33;}
.hct_con01_des{color: #ffefed;line-height: 1.77;}
.hct_con01_list .highlight{top:2px;bottom: 4px;background-color: var(--navyColor);opacity: 0;}
.hct_con_listTxt{text-align: center;}
.hct_con_listTit{line-height: 1.59;}
.hct_con_listTxt .des{padding-top: 18px;line-height: 1.33;}
.hct_con_listTxt .des .gray{font-size: 15px;color: #8d9092;}
.hct_con_listTxt .des .pink{font-size: 15px;color: #e6b2ab;}
.hct_con02_txt{color: #fff;}
.hct_con02_tit{padding-bottom: 26px;line-height: 1.33;}
.hct_con02_subTit{padding-bottom: 14px;font-size: 22px;letter-spacing: -0.03em;}
.hct_con02_des{line-height: 1.77;color: #a1a5a7;}
.graph_wrapper{display: flex;align-items: end;}
.graph_wrap{margin-right: 30px;}
.hct_con02_graph_txt{padding-bottom: 25px;color: #fff;}
.hct_con02_graph_tit{padding-bottom: 15px;font-size: 22px;letter-spacing: -0.025em;}
.hct_con02_graph_des{color:#8d9092;font-size: 15px;font-weight: 350;}
.graph_bars{display: flex;align-items: end;justify-content: center;padding-bottom: 20px;}
.hct_con02_graph .graph_bar01{width: 25px;margin-top: 10px;background-color: var(--orgColor);}
.hct_con02_graph .graph_bar02{width: 25px;margin-top: 10px;background-color: #fff;}
.hct_con02_graph .graph_cost p{font-size: 15px;line-height: 1.66;}
.hct_con02_graph .graph_wrap01 .graph_bar01{height: 185px;}
.hct_con02_graph .graph_wrap01 .graph_bar02{height: 45px;}
.hct_con02_graph .graph_wrap02 .graph_bar01{height: 55px;}
.hct_con02_graph .graph_wrap02 .graph_bar02{height: 13px;}
.hct_con02_graph .graph_wrap03 .graph_bar01{height: 123px;}
.hct_con02_graph .graph_wrap03 .graph_bar02{height: 25px;}
.hct_con02_graph .graph_wrap04 .graph_bar01{height: 67px;}
.hct_con02_graph .graph_wrap04 .graph_bar02{height: 5px;}
.hct_con02_graph .graph_wrap05 .graph_bar01{height: 37px;}
.hct_con02_graph .graph_wrap05 .graph_bar02{height: 14px;}
.hct_con02_graph .graph_wrap06 .graph_bar01{height: 44px;}
.hct_con02_graph .graph_wrap06 .graph_bar02{height: 11px;}
.hct_con02_graph .graph_wrap01 .graph_cost{top: 0;left: -135px;width: 115px;}
.hct_con02_graph .graph_wrap01 .graph_cost .txt{display: flex;justify-content: space-between;align-items: center;width: 100%;font-size: 15px;}
.hct_con02_graph .graph_wrap01 .graph_cost .txt02{padding-top: 5px;}
.hct_con02_graph .graph_wrap01 .graph_cost .txt .point{font-size: 22px;}
.hct_con03_tit{padding-bottom: 26px;line-height: 1.33;color: var(--navyColor);}
.hct_con03_des{color: var(--navyColor);line-height: 1.77;}
.hct_con03_lists{display: flex;align-items: center;}
.hct_con03_list{display: flex;align-items: center;justify-content: center;width: 250px;height: 250px;margin-left: -20px;border-radius: 50%;color: var(--navyColor);}
.hct_con03_list01{background-color: transparent;border: 1px solid var(--navyColor);}
.hct_con03_list02{background-color: transparent;border: 1px solid var(--navyColor);}
.hct_con03_list03{background-color: var(--navyColor);color: #fff;}
.hct_con03_list .txt{font-size: 24px;line-height: 1.416;letter-spacing: -0.025em;}
.hct_con03_list03{position: relative;}
.hct_con03_list03 .circle_line{position: absolute;top: 50%;left: 50%;width: 280px;height: 280px;margin-top: -140px;margin-left: -140px;border: 1px solid var(--navyColor);border-radius: 50%;}
.hct_con03_list03 .circle_line.dot{position: absolute;top: 50%;left: 50%;width: 310px;height: 310px;margin-top: -155px;margin-left: -155px;border: 1px dashed var(--navyColor);border-radius: 50%;}

/* direct */
.direct{display: flex;}
.direct > div{width: 50%;}
.direct_left{flex-direction: column;padding: 150px 0 130px;}
.direct_left_tit{font-size: 65px;letter-spacing: -0.035em;color: var(--navyColor);line-height: 1.23;}
.direct_left_tit02{padding-bottom: 60px;}
.direct_left_tit .org{color: var(--orgColor);}
.direct_left_cont{color: var(--navyColor);}
.direct_left_subTit{padding-bottom: 20px;}
.direct_left_subTit .board{display: inline-block;width: 94px;height: 50px;padding: 10px;border: 2px solid var(--navyColor);line-height: 1;box-sizing: border-box;}
.direct_left_des01{padding-bottom: 60px;color: #666;line-height: 1.77;}
.direct_left_des02 .org{color: var(--orgColor);}
.direct_left_table{width: 600px;margin-bottom: 60px;}
.direct_left_table .org{background-color: var(--orgColor);color: #fff;}
.direct_left_table th, .direct_left_table td{height: 95px;text-align: center;border: 1px solid var(--navyColor); vertical-align: top;vertical-align: bottom;vertical-align: middle;box-sizing: border-box;}
.direct_left_table th{background-color: rgba(18, 36, 55, 0.05);}
.direct_left_table th:first-child{border-left: 0;}
.direct_left_table tr td:first-child{border-left: 0;}
.direct_left_table th:last-child{border-right: 0;}
.direct_left_table tr td:last-child{border-right: 0;}
.direct_right{background: url('../img/page/fran_new/direct_bg.jpg')no-repeat center/cover;}
.direct_right_bg_wrap{right: 0;left: auto;}
.direct_right_bg_inn{top:0;right: 0;width: 100vw;height: 100%}
.direct_right_bg{top: 0;width: 50%;height: 100%;margin-right: -50%;background-image: url('../img/page/fran_new/direct_bg_cover.jpg');}
.direct_all_tit{position: absolute;top:30px;left: 30px;}

/* reputation */
.reputation_all_tit{position: absolute;top: 30px;left: 30px;color: var(--navyColor);}
.reputation_tit_area{padding: 150px 70px;background-color: #fff;}
.reputation_box{position: relative;height: 700px;}
.reputation_box_in{position: relative;max-width: 1640px;width: 100%;height: 100%;margin: 0 auto;padding: 120px 0;color: #fff;box-sizing: border-box;}
.reputation_box_in .bg_txt{left: 0;bottom: -5px;}
.reputation_box_wrap{height: 2100px;background-color: var(--navyColor);}
.reputation_top{background-color: var(--orgColor);}
.reputation_middle{background-color: #0b1621;}
.reputation_bottom{background-color: var(--navyColor);}
.rc_txt{display: flex;align-items: end;padding-bottom: 50px;}
.rc_tit{padding-right: 110px;line-height: 1.33;}
.rc_des{font-size: 18px;letter-spacing: -0.035em;color: #e6b2ab;}
.rc_des .point{font-size: 20px;}
.rc_des em{color: #fff;}
.rc_slide{top: 80px;left: 220px;width: 100%;}
.rt_slide .swiper-container{width: 100%;height: 100%;}
.rc_slide .swiper-wrapper{padding-top: 75px;}
.rt_slide .swiper-slide{width: 470px;height: 300px;margin-right: 30px;box-sizing: border-box;}
/* .rt_slide .swiper-slide_in{height: 100%;padding: 50px;box-sizing: border-box;} */
.rc_slide_btns{position: absolute;top: 0;right: 50%;width: 11px;height: 18px;background-repeat:no-repeat;background-position:center;font-size:0;}
.rc_slide_btns.rc_slide_prev{margin-right: -350px;background-image:url('../img/page/fran_new/rt_prev.png')}
.rc_slide_btns.rc_slide_next{margin-right: -390px;background-image:url('../img/page/fran_new/rt_next.png')}
.rt-slide_bg01{background-image: url('../img/page/fran_new/rt-slide_bg01.jpg');}
.rt-slide_bg02{background-image: url('../img/page/fran_new/rt-slide_bg02.jpg');}
.rt-slide_bg03{background-image: url('../img/page/fran_new/rt-slide_bg03.jpg');}
.rt-slide_bg04{background-image: url('../img/page/fran_new/rt-slide_bg04.jpg');}
.reputation_box_cont{padding-left: 220px;}
.rt-slide_tit01{padding-bottom: 50px;font-size: 20px;line-height: 1.6;letter-spacing: -0.035em;}
.rt-slide_des01{font-size: 15px;line-height: 1.66;letter-spacing: -0.025em;}
.rt-slide_tit02{padding-bottom: 10px;}
.rt-slide03 .rt-slide_txt{padding-top: 24px;}
.rt-slide_tit03{padding-top: 15px;}
.rt-slide03 .search_bar{display: inline-block;margin-top: 27px;padding: 15px;border: 1px solid #fff;}
.rt-slide03 .search_bar .txt{display: inline-block;position: relative;padding: 0 9px 0 37px;margin-right: 67px;line-height: 1;}
.rt-slide03 .search_bar .txt::before{content: '';display: inline-block;position: absolute;top: 0;left: 0;width: 22px;height: 19px;background: url('../img/page/fran_new/search_bar_icon.png')no-repeat center/cover;}
.rt-slide03 .search_bar .txt::after{content: '';display: inline-block;position: absolute;top: 0;right: 0;width: 2px;height: 20px;background: #6feda7;}

.reputation_middle .rc_des{color: var(--grayColor);line-height: 1.77;font-size: 18px;}
.rm_slide .swiper-slide{width: 300px;height: 300px;margin-right: 30px;}
.rm_slide .swiper-slide_in{position: relative;width: 100%;height: 100%;}
.rm_slide .swiper-slide_in::before{content: '';display: inline-block;position: absolute;top: 10px;right: 10px;width: 50px;height: 50px;background: url('../img/page/fran_new/insta_ico.png')no-repeat center/cover;}
.rm_slide .swiper-slide_in a{display: inline-block;width: 100%;height: 100%;}

.reputation_bottom .rc_des{color: var(--grayColor);line-height: 1.77;font-size: 18px;}
.rb_slide .swiper-slide{width: 470px;height: 341px;margin-right: 30px;}
.rb_slide .swiper-slide_in{padding-bottom: 38px;}
.rb_slide_tit{right: 0;bottom: 0;color: #fff;line-height: 1;}

/* master */
.master{padding: 150px 0;}
.master_in{overflow: hidden;}
.master_left{display: flex;justify-content: space-between;align-items: start; max-width: 1640px;width: 100%;margin: 0 auto;padding-bottom: 65px;}
.ml_top_tit01 .title_motion_span.navy{color: var(--navyColor);}
.ml_top_des{padding-top: 20px;line-height: 1.77;color: var(--navyColor);}
.master_all_tit{top:30px;left: 30px;color: var(--navyColor);}
.master_right{display: flex;justify-content: space-between;align-items: center;max-width: 1410px;width: 100%;margin: 0 auto;}
.mr_box{width: calc((100% - 60px)/3);height: 550px;margin-right: 30px;padding: 3%;box-sizing: border-box;color: #fff;}
.mr_box01_bg{background-image: url('../img/page/fran_new/mr_box01_bg.jpg');}
.mr_box02_bg{background-image: url('../img/page/fran_new/mr_box02_bg.jpg');}
.mr_box03_bg{background-image: url('../img/page/fran_new/mr_box03_bg.jpg');}
.mr_box .highlight {top: 0;bottom:1px}
.mr_box02_des{padding-top: 250px;line-height: 1.77;}
.mr_box02_des .sub_tit{display: inline-block;padding-bottom: 10px;}
.mr_box03{margin-right: 0;}
.mr_box03_lists{padding-top: 70px;text-align: end;}
.mr_box03_list{padding-bottom: 30px;font-size: 18px;font-weight: 700;}
.mr_box03_list .tit{display: inline-block;padding-bottom: 10px;}

/* ceo */
.ceo{width: 100%;height: 1100px;display: flex;align-items: center;}
.ceo_left{width: 50%;height: 100%;background-color: #8497a2;background-image: url('../img/page/fran_new/ceo_bg.jpg');background-position: top;background-size: cover;background-repeat: no-repeat;}
.ceo_right{width: 50%;height: 100%;position: relative;overflow: hidden;}
.ceo_twrap{padding: 130px 100px;}
.ceo_right_deco{position: absolute;top: 243px;right: 60px;width: 629px;height: 408px;background-image: url('../img/page/fran_new/ceo_right_deco.png');}
.ceo_tit{font-size: 30px;letter-spacing: -0.035em;font-weight: 400;color: #cccccc;}
.ceo_signature{margin-top: 30px;}
.ceo_txt{margin-top: 80px;font-size: 30px;font-weight: 700;line-height: 1.5;letter-spacing: -0.025em;}
.ceo_history{margin-top: 150px;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;gap: 30px;}
.ceo_history_twrap{font-size: 22px;letter-spacing: -0.035em;display: flex;gap: 60px;text-align: left;align-items: flex-start;}
.ceo_history_tit{width: 68px;white-space: nowrap;line-height: 1.5;}
.ceo_history_txt{line-height: 1.5;}

/* knowhow */
.knowhow{padding: 113px 0;background-color: #122437;color: #fff;}
.knowhow_tit{font-size: 45px;text-align: center;}
.knowhow_flow{padding: 50px 0;}
.knowhow_flow .flow_item{margin: 0 15px;}
.knowhow_txt{font-size: 22px;letter-spacing: -0.03em;line-height: 1.45;text-align: center;}

/* channel */
.channel{padding: 100px 0;text-align: center;}
.channel_tit{letter-spacing: -0.035em;font-size: 45px;}
.channel_txt{font-size: 22px;letter-spacing: -0.025em;line-height: 1.45;color: #221714;margin-top: 40px;}
.channel_slide{margin: 0 auto;max-width: 1640px;width: 100%;height: 675px;color: #fff;margin-top: 80px;position: relative;}
.channel_slide .swiper-container{height: 100%}
.channel_slide .swiper-slide{width: 1200px;height: 100%;position: relative;transition: all 0.8s;}
.channel_slide .swiper-slide-active{z-index: 10;scale: 1;}
.channel_slide .swiper-slide-prev{z-index: 1;transform: translateX(30%);scale: 0.8;filter: brightness(40%);}
.channel_slide .swiper-slide-next{z-index: 1;transform: translateX(-30%);scale: 0.8;filter: brightness(40%);}
.channel_slide .swiper-slide a{display: block;width: 100%;height: 100%;}
.chan_sl{width: 100%;height: 100%;display: flex;flex-direction: column;align-items: flex-start;justify-content: end;background-image: url('../img/page/fran_new/chan_sl01.jpg');}
.chan_sl_twrap{padding: 40px;text-align-last: left;}
.chan_sl_txt{font-size: 30px;letter-spacing: -0.025em;color: #aaaaaa;margin-bottom: 20px;width: 80%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.chan_sl_tit{font-size: 45px;letter-spacing: -0.025em;}
.chan_sl_tit em{font-weight: 700;}
.chan_sl_btn{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100px;height: 100px;background-size: cover;background-repeat: no-repeat;background-position: center;background-image: url('../img/page/fran_new/chan_sl_btn.png');font-size: 0;}
.chan_sl_prev{margin-left: -600px;}
.chan_sl_next{margin-left: 550px;margin-top: -45px;transform: rotate(-180deg);}

/* fun */
.fun{padding: 150px 0;background-color: #e7e9eb;}
.fun_txt{padding-bottom: 70px;}
.fun_tit{padding-bottom: 30px;}
.fun_des{color:#666}
.fun_slide{width: 100%;color: #fff;}
.fun_slide .swiper-container.firstSl{width: 100%;height: 100%;}
.fun_slide .swiper-container.firstSl  .swiper-slide{width: 600px;margin-left:150px;}
.fun_slide .swiper-container.firstSl  .swiper-slide_in{padding-bottom: 30px;background-color: var(--orgColor);}
.fun_slide .swiper-container.firstSl .swiper-slide02 .swiper-slide_in{background-color: var(--navyColor);}
.fun_slide .swiper-container.secondSl .swiper-slide{width: 100%;margin: 0;}
.fun_slide .swiper-container.secondSl .txt{line-height: 1.77;}
.secondSl_btns{position: absolute;top:50%;transform: translateY(-50%);width:50px;height:50px;background-repeat:no-repeat;background-position:center;font-size:0;}
.secondSl_btns.secondSl_prev{left: 0;background-image:url('../img/page/fran_new/secondSl_prev.png')}
.secondSl_btns.secondSl_next{right: 0;background-image:url('../img/page/fran_new/secondSl_next.png')}
.fun_slide .swiper-container.thirdSl .swiper-slide{margin: 0;}
.fun_slide .swiper-slide_in{position: relative;}
.fun_slide_top{padding: 60px 60px 50px 60px;box-sizing: border-box;}
.fun_slide_top .num{top: 30px;right: 30px;font-weight: 800;font-size:18px;}
/* transform: skew(0.1deg); */
.fun_slide_tit{padding-bottom: 24px;line-height: 1.33;font-weight: normal;}
.fun_slide_des{line-height: 1.77;}
.fun_slide_bottom{width: 600px;height: 390px;}


/* story */
.story{padding: 150px 0;}
.story_bg{background-image: url('../img/page/fran_new/story_bg.jpg');}
.story .cont_txt{padding-bottom: 70px;color: #fff;}
.story .cont_tit .org{color: var(--orgColor);}
.story .cont_des{color: #8d9092;}
.story .cont_des em{color: #fff;}
.story_slide{width: 100%;}
.story_slide .swiper-container{width: 100%;height: 100%;}
.story_slide .swiper-slide{width: 803px;margin: 0 124px;opacity: 0.25;transition: all 0.2s linear;}
.story_slide .swiper-slide_in{display: flex;justify-content: space-between;width: 100%;}
.story_slide_img{width: 450px;border: 2px solid #fff;border-radius: 225px 225px 0 0;overflow: hidden;box-sizing: border-box;}
.story_slide_img dt.img{width: 100%;height: 443px;overflow: hidden;}
.story_slide_img dt.img img{width: 100%;}
.story_slide_img dd.txt{width: 100%;padding: 20px 0;background-color: var(--navyColor);color: #fff;}
.story_slide_txt{display: flex;flex-direction: column;align-items: start;justify-content: center;color: #fff;font-weight: 300;text-align: left;}
.story_sl_txt_top{padding-bottom: 40px;}
.story_sl_txt_top small{display: block;padding-bottom: 15px;font-weight: 300;}
.story_sl_txt_bottom{padding-bottom: 43px;}
.story_sl_txt_bottom .txt em{text-decoration: underline 1px;text-underline-offset : 25%;text-decoration-color: #fff;}
.view_btn a{position: relative;padding-right: 23px;font-size: 18px;color: #8d9092;letter-spacing: -0.025em;font-weight: 700;}
.view_btn a::after{content: '';display: block;position: absolute;top: 1px;right: 0;width: 8px;height: 14px;background: url('../img/page/fran_new/view_btn.png')no-repeat center/cover;}
.story_btns{position: absolute;top:50%;transform: translateY(-50%);width:100px;height:100px;border-radius: 50%;background-color: var(--orgColor);background-repeat:no-repeat;background-position:center;font-size:0;}
.story_btns.story_prev{left: 50%;margin-left: -580px;background-image:url('../img/page/fran_new/story_sl_prev.png');}
.story_btns.story_next{right: 50%;margin-right: -580px;background-image:url('../img/page/fran_new/story_sl_next.png');}
.story_slide .swiper-slide-active{opacity: 1;transition: all 0.2s linear;}
.story_slide .swiper-slide-active .highlight{animation: width 0.8s linear forwards;}
.story_sl_txt_bottom p > span{line-height: 1.5;font-size: 30px;letter-spacing: -0.035em}
.story_sl_txt_bottom p > span > u{text-decoration: underline 1px;text-underline-offset : 25%;text-decoration-color: #fff;}
@keyframes width {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}
/* analysis */
.analysis{padding: 150px 0 140px;}
.analysis_cont{margin-top: 40px;}

/* cost */
.cost{padding-bottom: 160px}
.cost_title{color: #122437}
.cost_table{margin-top: 40px}

/* inquiry */
.inquiry{padding-top: 143px;padding-bottom: 150px;background-color: rgba(18,36,55,0.07)}
.inquiry_title{color: #122437}
.inquiry_top_box{margin-top: 40px;}
/* success popup */
.success_popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index: 1; background-color:rgba(0,0,0,0.5)}
.success_popup .popup_wrap{position:absolute;top:50%;left:50%;width:1260px;height:80%;background-color:#fff;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
.success_popup .popup_close{position:absolute;top:10px;right:27px;z-index:10;width:65px;height:65px;background:url('../img/main/store_popup_close.jpg')no-repeat center}
.success_popup .popup_scroll{width:100%;height:100%;overflow-y:auto}
.success_popup .popup_scroll_inner{padding:114px 0}
.success_popup .popup_inner{width:1060px;margin:0 auto;overflow:hidden}
.success_popup .popup_head{padding-bottom:75px;border-bottom:1px solid #000}
.success_popup .head_title{font-weight:700;font-size:32px;letter-spacing:-0.05em;line-height:138%;color:#000;text-align:center;white-space:pre-wrap}
.success_popup .head_title em{color:#0eb68a}
/*.success_popup .popup_body{padding:75px 0 30px}*/
.success_popup p{font-weight:400;font-size:18px;letter-spacing:-0.025em;line-height:167%;color:#666}
.success_popup strong{margin-bottom:14px;font-weight:700;font-size:20px;letter-spacing:-0.025em;line-height:140%;color:#000}

/* bnr_inquiry */
.bnr_inquiry_wrap.scroll {transform: translateY(0)}
.bnr_inquiry_wrap{position:fixed;bottom:0;min-width: 1220px;width:100%;margin: 0 auto;z-index:100;height: 70px;background: var(--orgColor);transform: translateY(100%);transition: transform 0.5s}
.bnr_inquiry{height:70px;}
.bnr_inquiry_logo{position:absolute;bottom: 10px;left:50%;margin-left: -600px;width: 74px;height: 50px;}
.bi_fran_inq{background-image: url('../img/page/fran_new/bi_fran_inq.png')}
.bnr_inquiry_tel{display: inline-block;position: absolute;left: 50%;width: 246px;height: 26px;margin-top: 25px;margin-left: -515px;color: #fff;background: url("../img/page/fran_new/bnr_inq_tel.png") no-repeat center/cover;font-size: 0;}
.bnr_inquiry_txt{display: inline-block;position: absolute;left: 50%;margin-left: -248px;padding-top: 25px;color: #fff;}
.bnr_inquiry_txt .line{text-decoration: underline; text-underline-offset: 5px;}
.bnr_inquiry_btns{position: absolute;right: 50%;margin-right: -600px;}
.bnr_inquiry_btn{display: inline-block;width: 150px;height: 45px;margin-top: 13px;line-height: 45px;text-align: center;font-weight: 700;}
.bnr_inquiry_btn01{color: #fff;background-color: var(--navyColor);}
.bnr_inquiry_btn02{color: var(--navyColor);background-color: var(--orgColor);border: 1px solid var(--navyColor);}


/* ~1450px */
@media all and (max-width:1450px){
  .mr_box02_des{word-break: keep-all;}
  .mr_box02_des br{display: none;}
  }
