@charset "utf-8";
/**************************************************

	Respond.css

**************************************************/
/**************************************************

	Setting Device Width

**************************************************/
@media screen and (min-width: 750px) and (max-width: 1200px){#_device_pc{display: none;} #_device_ta{display: block;} #_device_mo{display: none;} .__pc{display: none !important;} .__ta{display: block !important;} .__mo{display: none;}}
@media screen and (max-width: 750px){#_device_pc{display: none;} #_device_ta{display: none;} #_device_mo{display: block;} .__pc{display: none !important;} .__ta{display: none;} .__mo{display: block !important;}.__pcta{display: none !important;}}
@media screen and (min-width: 750px){.__ta{display: none;} .__mo{display: none !important;} .__pcta{display: block !important;}}

/**************************************************

	아이폰 하이브리드앱에서 노치 겹침현상 방지
    ( 노치 높이 만큼 html에 자동으로 padding 부여 )

**************************************************/
html{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}
#header{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}

/**************************************************

     Public

**************************************************/
@media screen and (max-width: 1200px) {

    /* Table */
    .table_scroll_wrap{position: relative;overflow-x: auto;}
    .table_scroll_wrap > table{min-width: 800px;}
    .table_scroll_wrap .scroll_alert{position: absolute;bottom: 0;right: 0;z-index: 2;background: rgba(0,0,0,0.7);line-height: 40px;padding: 0 20px;font-size: 12px;letter-spacing: -1px;color: #fff;text-align: center;white-space: nowrap;}
    .table_scroll_wrap .scroll_alert i{font-size: 20px;margin-left: 10px;display: inline-block;vertical-align: middle;}
    .table1 colgroup{display: none;}
    .table1 tr > *{padding: 10px 5px;font-size: 12px;line-height: 16px;}
    .table1 tbody th{width: 80px;}
    .table1 .inp{width: 40%;font-size: 13px;padding: 0 10px;letter-spacing: -1px;}
    .table1 .w100p{width: 100% !important;}	
    .table1 .w50p{width: calc(50% - 8px);}	
    .table1 .w33p{width: calc(33% - 8px);}	
    .table1 select{padding: 0 5px;font-size: 13px;letter-spacing: -1px;}
    .table1 textarea{height: 150px;font-size: 13px;line-height: 16px;padding: 10px;letter-spacing: -1px;}
    .table1 label{font-size: 13px;}
    .table1 em.tbl_sment{font-size: 13px;}
    .table1 .fileWrap .addFile{display: block;margin-top: 5px;margin-left: 0;}
    .table1 .fileWrap input[type=file]{width: 100%;}
    .table1 .many-inputs{display: flex;justify-content: space-between;flex-wrap: wrap;}
    .table1 .many-inputs > *{display: inline-block;}
    .table1 .many-inputs .hipen{font-size: 12px;width: 10px;line-height: 35px;}


    .table2 tr > * { padding: 12px 10px;}
    .table2 thead th { font-size: 16px;}
    .table2 tbody th { font-size: 15px;}
    .table2 tbody td:not(.full) { font-size: 14px;}
    .table2 tbody td .before_price { padding: 0 7px; }
    .table2 tbody td .before_price::before { width: 52px; }
    .table2 tbody td.full .txt { font-size: 16px;}
    .table2 tbody td.full .total_before { padding: 0 7px; font-size: 18px;}
    .table2 tbody td.full .total_before::before { width: 62px; }
    .table2 tbody td.full .total_price { font-size: 24px;} 
    .table2 tbody td.full .txt + .total_price { padding-left: 5px; }

    /* Tab */
    .tab1{margin-bottom: 20px;}
    .tab1 li a{font-size: 14px;line-height: 50px;}

    /* Button */
    .btnWrap{ margin-top: 20px; }
    .btn1{padding: 0 20px;height: 45px;line-height: 45px;font-size: 15px;}
    .btn2{padding: 0 20px;height: 45px;line-height: 45px;font-size: 15px;}
    .btn3{padding: 0 20px;height: 45px;line-height: 45px;font-size: 15px;}
    .btn1.small,
    .btn2.small,
    .btn3.small{padding: 0 20px;height: 40px;line-height: 40px;font-size: 14px;}

    .sb-btn.type11{height: 30px;line-height: 30px;padding: 0 8px !important;background: #545c73;border: 1px solid #3b4151;color: #ffffff !important;font-size: 14px;color: #ffffff !important;min-width: 80px;}
    .sb-btn.type22{height: 30px;line-height: 30px;padding: 0 8px !important;background: #f7f7f7;border: 1px solid #ddd;color: #000000 !important;font-size: 14px;color: #2e2e2e !important;min-width: 80px;}

    /* Site Layer Popup */
    .sp-pop{top: 65px !important;left: 5% !important;width: auto !important;max-width: 90% !important;height: auto !important;}
    .sp-pop .img{position: relative;min-height: 100px;padding-bottom: 30px;}
    .sp-pop .img img{max-width:100%;vertical-align: top;}
    .sp-pop .btns li{height: 30px;}
    .sp-pop .btns li a,
    .sp-pop .btns li label{line-height: 28px;}

    /* Etc */
    
}

@media screen and (max-width: 750px) {

    .table2 thead th { font-size: 14px;}
    .table2 tbody th { font-size: 13px;}
    .table2 tbody td:not(.full) { font-size: 12px;}
    .table2 tbody td .before_price { padding: 0 5px; }
    .table2 tbody td .before_price::before { width: 40px; }
    .table2 tbody td.full .txt { font-size: 14px;}
    .table2 tbody td.full .total_before { padding: 0 7px; font-size: 15px;}
    .table2 tbody td.full .total_before::before { width: 52px; }
    .table2 tbody td.full .total_price { font-size: 18px;} 
}

/**************************************************

	Layout

**************************************************/
@media screen and (max-width: 1200px) {

    /* for body */
	html{min-width: 320px;overflow-x: hidden;}
    body{padding: 0;}
    img{max-width:100%;}
    #smooth-content{padding-top: 55px;}

    /* for header */
	#header{position: fixed;top: 0;left: 0;width: 100%;}
	#header .inner{width: auto;height: 55px;}
    #header .logo{position: absolute;left: 15px;height: 100%;line-height: 55px;}
    #header .logo img{width: auto;max-width: 120px;max-height: 40px;}
    #header:after{content: '';display: block;position: absolute;bottom: -1px;width: 100%;height: 1px;background: rgba(0,0,0,0.05);}

    /* layout */
	#gnb{display: none;}
    #tnb{display: none;}

    #hd-lan{display: none;}
    #hd-sch{display: none;}

    #slide-btn{top: 50%;transform: translate(0, -50%);right: 15px;display: block;width: 25px;height: 16px;display: none;}

    #slide-bg{position: fixed;z-index: 200;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);}
    #slide-bg.on{display: block;}
    #slide-close{position: absolute;top: 0;right: 0;width: 60px;height: 55px;background: rgba(0,0,0,0.2) url('/images/layout/slide-close.png') no-repeat center center;background-size: 20px auto;}

    #slide-menu{position: fixed;top: 0;right: 0;width: calc(100% - 55px);height: 100%;display: none;background: #fff;z-index: 201;overflow-y: auto;transition: all 0.3s cubic-bezier(0.930, 0.635, 0.650, 0.970);}
    #slide-menu .tit{height: 55px;position: relative;background: var(--slidebar-bg-color);}
    #slide-menu.on{display: block;}

    #asd{right: 20px;bottom: 20px;}
    #asd .aside_gotop{width: 40px;height: 40px;}

    /* for header of mobile */
    #tnb-mo{padding: 0 20px;line-height: 50px;border-bottom: 1px solid #ddd;background: #f7f7f7;display: none;}
    #tnb-mo > li{display: inline-block;margin-right: 15px;vertical-align: middle;}
    #tnb-mo > li a{font-size: 14px;color: #666;letter-spacing: -1px;}

    #gnb-mo > li{border-bottom: 1px solid #eee;}
    #gnb-mo > li > a{position: relative;display: block;line-height: 45px;padding: 0 20px 0 37px;font-size: 14px;letter-spacing: -1px;color: #333;text-decoration: none;}
    #gnb-mo > li > a:before{content: '\f12f';display: block;font-family: axicon;position: absolute;top: calc(50% - 1px);left: 20px;font-size: 13px;color: #999;line-height: 0;}
    #gnb-mo > li.active{border-top: 1px solid #ccc;margin-top: -1px;background: #f7f7f7;}
    #gnb-mo > li.active > a:before{transform: rotate(180deg);}
    #gnb-mo > li > ul{padding: 8px 20px;border-top: 1px solid #e1e1e1;border-bottom: 1px solid #ccc;margin-bottom: -1px;background: #f7f7f7;display: none;}
    #gnb-mo > li > ul li a{line-height: 30px;font-size: 14px;color: #666;text-decoration: none;padding-left: 15px;}
    #gnb-mo > li.hidden-gnb{display: none;}

    #hd-lan-mo{position: absolute;top: 0;left: 20px;z-index: 92;display: none;}
    #hd-lan-mo > a{display: block;line-height: 55px;padding: 0 10px 0 20px;font-size: 12px;color: #fff;text-decoration: none;text-transform: uppercase;background: url('/images/layout/hd-lan-ico-mo.png') no-repeat 0 center / 15px auto, url('/images/layout/hd-lan-spr-mo.png') no-repeat right center / 6px auto;}
    #hd-lan-mo > ul{position: absolute;top: 40px;left: 50%;display: none;width: 80px;margin-left: -40px;padding: 10px 0;border: 1px solid #b8b8b8;background: #fff;}
    #hd-lan-mo > ul:before{position: absolute;top: -7px;left: 50%;content: '';display: block;width: 6px;height: 7px;margin-left: -3px;background: url('/images/layout/hd-lanbox-spr-mo.png');}
    #hd-lan-mo > ul li a{display: block;font-size: 12px;line-height: 20px;color: #666666;text-decoration: none;text-align: center;text-transform: uppercase;}
    #hd-lan-mo.on > ul{display: block;}

    #hd-sch-mo{position: absolute;top: 50%;transform: translate(0, -50%);left: 90px;z-index: 91;display: none;}
    #hd-sch-mo .btn{display: block;width: 21px;height: 21px;background: url('/images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 16px auto;text-indent: -999em;border: none;}
    #hd-sch-mo form{position: fixed;display: none;top: 55px;right: 0;width: 80%;padding-right: 50px;border: 1px solid #333;border-width: 1px 0 1px 0;overflow: hidden;background: #fff;box-sizing: border-box;}
    #hd-sch-mo legend{display: none;}
    #hd-sch-mo .inp{width: 100%;height: 38px;line-height: 38px;text-indent: 10px;background: none;border: none;font-size: 12px;}
    #hd-sch-mo .sbm{position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: #333 url('/images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 18px auto;border: none;text-indent: -999em;}
    #hd-sch-mo.on form{display: block;}
    
    #hd-sch-pop{position: fixed;top: 0;left: 0;width: 100%;z-index: 202;box-shadow: 3px 10px 30px rgba(0,0,0,0.1);padding: 0;border: none;}
    #hd-sch-pop form{width: auto;}
    #hd-sch-pop .inp{width: calc(100% - 80px);text-indent: 10px;font-size: 14px;}
    #hd-sch-pop .sbm{width: 40px;}
    #hd-sch-pop .sbm:after{font-size: 16px;}
    #hd-sch-pop .close{width: 40px;}
    #hd-sch-pop .close:after{font-size: 16px;}

    /* for footer */
    #footer { padding: 30px 0 60px;}
    #footer .fnbWrap .inner{width: auto;}
    #footer .fnbWrap .inner{width: auto;}
    #footer .ftWrap{width: auto;padding: 15px 0;}
    #footer address{font-size: 12px;font-style: normal;text-align: center;}
    #footer address hr{display: block;border: none;margin: 0;}
    #footer address .copyright{display: block;margin-top: 10px;font-size: 12px;}

    #sns-ico{margin-top: 15px;text-align: center;position: static;}
    #sns-ico li{margin: 2px;}
    #sns-ico li img{width: 25px;height: auto;}

    #ft-fam{display: none;}

    #gotop{display: none;}

    #fnb{text-align: center;}
    #fnb > li{display: inline-block;padding: 0 5px;}
    #fnb > li:first-child{padding-left: 0;background: none;}
    #fnb > li a{font-size: 12px;letter-spacing: -1px;}

}

/**************************************************

	Multi ajax popup

**************************************************/
@media screen and (max-width: 1200px) {

    .layer-ajaxpopBG{z-index: 300;}
    .layer-ajaxpop{top: 50%;left: 20px;transform: translate(0, -50%);padding-top: 50px;width: calc(100% - 40px) !important;height: auto !important;}
    .layer-ajaxpop .pop-tit{height: 50px;}
    .layer-ajaxpop .pop-tit h3{font-size: 14px;line-height: 50px;}
    .layer-ajaxpop .pop-tit .close{width: 50px;height: 50px;line-height: 50px;top: 0; right: 0;}
    .layer-ajaxpop .pop-tit .close:after{line-height: 50px;font-size: 14px;}

    .layer-ajaxpop .pop-wrap{height: auto;max-height: calc(100vh - 90px);}

    /* sitemap */
    .layer-ajaxpop .sitemap > li{width: 49%;}
    .layer-ajaxpop .sitemap > li > a{font-size: 14px;}
    .layer-ajaxpop .sitemap > li ul{padding: 10px 0;}
    .layer-ajaxpop .sitemap > li ul li a{font-size: 13px;line-height: 16px;}

} 

/**************************************************

	Iniit progress bar

**************************************************/
@media screen and (max-width: 1200px) {
    #loading-screen .in{width: 200px;}
}

/**************************************************

	Main

**************************************************/
@media screen and (max-width: 1200px) {

    #main{  }
    #main #mainWrap{width: auto;margin: 0;padding: 20px 15px;}
    #franchiseWrap section { padding: 50px 0;}
    #franchiseWrap .inner { padding: 0 15px; box-sizing: border-box;}
    #franchiseWrap .tit1,
    #franchiseWrap .tit2 { text-align: center;}

    .event_box { left: 15px; right: 15px; bottom: 15px; padding: 8px 8px 8px 15px; }
    .event_box span { padding: 0 12px; font-size: 15px;}
    .event_box p { width: calc(100% - 61px - 110px); padding: 0 5px; font-size: 16px;}
    .event_box a { width: 110px; height: 42px; font-size: 18px;}

    #main .visual .roll .item img{position: static;margin-left: 0;width: 100%;height: auto;transform: none;min-width: 0;}
    #main .visual .slick-dots{bottom: 20px;}
    #main .visual .slick-dots li{margin: 0 2px;}
    #main .visual .slick-dots li button{width: 12px;height: 12px;}

    /* enabled fullpage.js */
    html.fp-enabled #main .visual{padding-top: 55px;}
    #main .fp-section, #main .fp-section .fp-tableCell{height: auto !important;}
    #main .visual.fp-section, #main .visual.fp-section .fp-tableCell{height: auto !important;}
    #main .footer_wrap.fp-section, #main .footer_wrap.fp-section .fp-tableCell{height: 190px !important;}

    #franchiseWrap .bg_purple { margin: 50px 0; padding: 50px 0;}

    .fran_tit_box { padding-bottom: 25px;}
    .fran_tit_box h3 { font-size: 28px;}
    .fran_tit_box h3 span { font-size: 22px;}
    .fran_tit_box p { font-size: 20px;}
    .fran_tit_box em { font-size: 18px;}

    .fran_tit_box h3 + p { padding-top: 10px; }
    .fran_tit_box p + h3 { padding-top: 10px;}
    .fran_tit_box em + h3 { padding-top: 12px;}
    

    #franchiseWrap .fran_visual { padding: 85px 0;}
    .fran_visual h2 { font-size: 36px; }
    .fran_visual h2.first { }
    .fran_visual .tit2 { left: 15px; right: 15px;}

    #franchiseWrap .fran_visual .video_wrap .inner { top: 85px; }
    .fran_visual .video_wrap span { font-size: 36px; text-align: center;}
    .fran_visual .video_wrap .next { left: 15px; right: 15px; }


    .fran_sale .list_box ul { margin: -5px;}
    .fran_sale .list_box li { width: calc((100%/3) - 10px); margin: 5px; padding: 30px 20px 15px; }
    .fran_sale .list_box li h4 { font-size: 24px; }
    .fran_sale .list_box li h4 span { }
    .fran_sale .list_box li p { padding-top: 10px; font-size: 19px; }
    .fran_sale .list_box li .ico_box { margin-top: 35px; }
    .fran_sale .list_box li .ico { width: 55px; height: 54px; background-size: contain;}


    .fran_everyday .img_box { width: calc(50% - 30px); margin-right: 30px;}
    .fran_everyday .img_box ul { max-width: 90%;}
    .fran_everyday .img_box li { height: 55px; }
    .fran_everyday .img_box li + li { margin-top: 5px;}
    .fran_everyday .img_box li .ico_check { width: 20px; margin-right: 5px;}
    .fran_everyday .img_box li p { font-size: 24px;}
    

    .fran_revenue .list_box { margin-top: -100px; }
    .fran_revenue .list_box ul { }
    .fran_revenue .list_box li { width: calc((100%/3) - 10px); height: 95px; margin: 5px; }
    .fran_revenue .list_box li dt { font-size: 18px; }
    .fran_revenue .list_box li dd { padding-top: 5px; font-size: 25px; }


    .fran_profit .map_box { padding: 20px 15px 30px; }
    .fran_profit .map_box > * { flex: auto;}
    .fran_profit .side_box { width: 25%;}
    .fran_profit .side_box li { height: 62px; }
    .fran_profit .side_box li + li { margin-top: 4px;}
    .fran_profit .side_box li span { font-size: 14px;}
    .fran_profit .side_box li p { font-size: 21px;}

    .fran_profit .map_wrap { width: 50%;}


    .fran_franchise {}
    .fran_franchise .graph_box { margin-top: 0; padding-left: 0;}
    .fran_franchise .graph_box li { width: 10%; flex: auto;}
    .fran_franchise .graph_box li + li { margin-left: 0; }
    .fran_franchise .graph_box li .txt { font-size: 15px; }
    .fran_franchise .graph_box li .bar { max-width: 40px; margin-top: 5px;}
    .fran_franchise .graph_box li .date { padding-top: 8px; font-size: 14px;}

    .fran_franchise .graph_box li.last { width: 30%; margin-bottom: -15px; }


    .fran_interest .list_box { }
    .fran_interest .list_box > p { font-size: 14px; }
    .fran_interest .list_box ul { padding-top: 5px; }
    .fran_interest .list_box li { padding: 20px 25px; }
    .fran_interest .list_box li h4 { font-size: 18px; }
    .fran_interest .list_box li p { font-size: 26px; }
    .fran_interest .list_box li .ico_box { padding-top: 5px;}
    .fran_interest .list_box li .ico { width: 55px; height: 45px; background-size: contain; background-position-y: 100%; }

    .fran_marketing .swiper-slide .img_box { border-radius: 20px; }
    .fran_marketing .swiper-slide { }
    .fran_marketing .swiper-slide .img_box img { max-width: 45vw; max-height: 400px; }
    .fran_marketing .swiper-slide .txt_box { padding-top: 5px;}
    .fran_marketing .swiper-slide .txt_box .cate { font-size: 16px; }
    .fran_marketing .swiper-slide .txt_box .name { font-size: 14px; }


    .fran_setting .list_box li { height: 200px; border-radius: 20px; }
    .fran_setting .list_box li + li { margin-top: 20px; }
    .fran_setting .list_box li .ico { width: 70px; height: 45px; background-size: contain; }
    .fran_setting .list_box li .txt_box { padding-right: 15px; box-sizing: border-box;}
    .fran_setting .list_box li .txt_box em { font-size: 17px; }
    .fran_setting .list_box li .txt_box h4 { padding-top: 12px; font-size: 24px; }
    .fran_setting .list_box li .txt_box p { padding-top: 10px; font-size: 18px;}


    .fran_story { height: auto;}
    .fran_story .swiper_box { margin-top: 0;}
    .fran_story .txt_box .swiper-slide h4 { font-size: 21px; }
    .fran_story .txt_box .swiper-slide p { padding-top: 15px; font-size: 14px; }
    .fran_story .txt_box .pagination { margin-top: 15px; }
    .fran_story .txt_box .pagination .swiper-pagination-bullet { width: 30px; }

    .fran_story .img_box { width: calc(50% - 30px); margin-left: 30px; border-radius: 20px; }
    .fran_story .img_box .swiper-slide dl { bottom: 25px; left: 15px; right: 15px; height: 42px; padding: 0 10px;}
    .fran_story .img_box .swiper-slide dl > *  { font-size: 14px;}
    .fran_story .img_box .swiper-slide dd i { padding-left: 5px; }


    .fran_together .swiper-slide .tmb_box .tmb { border-radius: 20px; }


    .fran_interior .fran_tit_box h3 { font-size: 28px;}
    .fran_interior .fran_tit_box p { font-size: 15px;}
    .fran_interior .swiper-slide .tmb_box .tmb { border-radius: 20px;}
    .fran_interior .swiper-slide .tmb_box .tmb { padding-bottom: 45%; }
    .fran_interior .arrows { }
    .fran_interior .arrows .prev,
    .fran_interior .arrows .next { transform: none;}


    .fran_process .list_box li { width: calc(50% - 10px); margin: 5px; padding: 20px 15px 15px; border-radius: 20px; }
    .fran_process .list_box li .num { font-size: 15px; }
    .fran_process .list_box li h4 { padding-top: 5px; font-size: 20px;}
    .fran_process .list_box li p { padding-top: 5px; font-size: 14px;}
    .fran_process .list_box li .ico_box { padding-top: 25px;}
    .fran_process .list_box li .ico { width: 50px; height: 50px; background-size: contain;}


    .fran_benefit .table_box > p { font-size: 14px; }
    .fran_inquiry { height: 60vh; }
    .fran_inquiry .input_box { padding: 10px 12px; }
    .fran_inquiry .input_box input { width: calc(100% - 110px); padding: 0 15px; font-size: 16px;}
    .fran_inquiry .input_box a { width: 110px; height: 42px; font-size: 18px; }


    #popup-pop2 { border-radius: 20px; }
    #popup-pop2 .pop_inquiry { padding: 40px 15px 15px;}
    #popup-pop2 .pop_inquiry form { display: block; }
    #popup-pop2 .pop_inquiry form > div { width: 100%; }
    #popup-pop2 .pop_inquiry .tit_box { display: block; padding: 0 0 20px; }
    #popup-pop2 .pop_inquiry .tit_box h3 { padding-bottom: 15px; font-size: 18px; text-align: center;}
    #popup-pop2 .pop_inquiry .sb-agreebox .agree { padding: 12px 0;}
    #popup-pop2 .pop_inquiry .sb-agreebox .agree label { padding-left: 20px; font-size: 14px;}
    #popup-pop2 .pop_inquiry .sb-agreebox .agree label:after { font-size: 17px; }
    #popup-pop2 .pop_inquiry .sb-agreebox .agree button {right: 0; font-size: 14px; }
    #popup-pop2 .pop_inquiry .sb-agreebox .agree button i { margin-left: 6px;}


    #popup-pop2 .pop_inquiry .right_box { padding: 5px 0 0; border: 0; }
    #popup-pop2 .pop_inquiry .inquriy_box input,
    #popup-pop2 .pop_inquiry .inquriy_box select { height: 35px; padding: 0 5px; font-size: 14px; }
    #popup-pop2 .pop_inquiry .btn_box { margin-top: 30px;} 

    #popup-pop2 .pop_inquiry .btn_box button { height: 40px; font-size: 15px; }

}


@media screen and (max-width: 750px) {

    /* .event_box { padding: 5px 5px 5px 10px; }
    .event_box span { padding: 0 10px; font-size: 14px;}
    .event_box p { width: calc(100% - 55px - 90px); font-size: 15px;}
    .event_box a { width: 90px; height: 35px; font-size: 15px;} */

    .event_box { padding: 0 }
    .event_box span { padding: 0 10px; font-size: 14px;}
    .event_box p { width: calc(100% - 55px - 90px); font-size: 15px;}
    .event_box a { width: 100%; height: 40px; font-size: 16px;}

    .fran_tit_box { text-align: center;}
    .fran_tit_box h3 { font-size: 25px; text-align: center;}
    .fran_tit_box h3 span { font-size: 20px;}
    .fran_tit_box p { font-size: 18px;}
    .fran_tit_box em { font-size: 16px;}

    .fran_tit_box.flex { display: block; }
    .fran_tit_box.flex h3 + p { padding-top: 10px; }

    
    /* .fran_visual h2 { font-size: 36px; }
    .fran_visual .video_wrap span { font-size: 36px; } */


    .fran_sale .list_box ul { display: block; margin: -10px auto;}
    .fran_sale .list_box li { width: 100%; max-width: 400px; margin: 10px auto; border-radius: 20px; text-align: center; }
    .fran_sale .list_box li h4 { text-align: center; }
    .fran_sale .list_box li .ico_box { text-align: center; }


    .fran_everyday .inner { flex-wrap: wrap; flex-direction: column-reverse; }
    .fran_everyday .img_box { width: 100%; max-width: 400px; margin: 20px auto 0; border-radius: 20px; }
    .fran_everyday .fran_tit_box { width: 100%; }


    .fran_revenue .list_box ul { flex-wrap: wrap; }
    .fran_revenue .list_box li { width: calc(50% - 10px); }

    .fran_revenue .list_box { margin-top: 0;}
    .fran_revenue .list_box li { height: 80px; }
    /* .fran_revenue .list_box li dt { font-size: 16px; }
    .fran_revenue .list_box li dd { font-size: 21px;} */

    .fran_profit .map_box { display: block; border-radius: 20px; }
    .fran_profit .side_box { width: 100%; }
    .fran_profit .side_box ul { display: flex; flex-wrap: wrap; margin: -3px; }
    .fran_profit .side_box li { width: calc((100%/3) - 6px); height: 55px; margin: 3px; border-radius: 20px; }
    .fran_profit .side_box li span { font-size: 13px; }
    .fran_profit .side_box li p { font-size: 16px; }

    .fran_profit .map_wrap { width: 100%; padding: 10px 0;}


    .fran_franchise .graph_box li { width: calc(74%/6); }
    .fran_franchise .graph_box li .bar { max-width: 25px; }
    .fran_franchise .graph_box li .txt { font-size: 12px; }
    .fran_franchise .graph_box li .date { padding-top: 4px; font-size: 14px; }

    .fran_franchise .graph_box li.last { width: 26%; margin-bottom: 1%; }


    .fran_interest .list_box li { padding: 18px 15px; border-radius: 20px; text-align: center;}
    .fran_interest .list_box li h4 { text-align: center;}
    .fran_interest .list_box li .ico_box { text-align: center;}


    .fran_marketing .swiper-slide .img_box img { max-width: 350px; }


    .fran_setting .list_box li { flex-wrap: wrap; flex-direction: column-reverse; height: auto; padding: 25px 20px; }
    .fran_setting .list_box li .ico_box { width: 100%; padding-top: 20px; }
    .fran_setting .list_box li .txt_box { width: 100%; padding-right: 0; text-align: center;}
    .fran_setting .list_box li .txt_box h4 { text-align: center;}
    .fran_setting .list_box li .txt_box p { text-align: left;}
    /* .fran_setting .list_box li .txt_box em { font-size: 14px;}
    .fran_setting .list_box li .txt_box h4 { font-size: 18px; }
    .fran_setting .list_box li .txt_box p { font-size: 15px;} */


    .fran_story .swiper_box { }
    .fran_story .swiper_box { flex-wrap: wrap; flex-direction: column-reverse; }
    .fran_story .txt_box { width: 100%;}
    .fran_story .img_box { width: 100%; margin: 0 0 20px; }


    .fran_interior .fran_tit_box > * { width: 100%; }
    .fran_interior .fran_tit_box h3 { font-size: 25px; }
    .fran_interior .arrows button i { font-size: 28px;}


    .fran_process .list_box ol { margin: -15px 0;}
    .fran_process .list_box li { position: static; width: calc(100% - 10px); margin: 15px 0; padding: 15px 20px; border-radius: 20px; text-align: center;}
    .fran_process .list_box li + li::before { content: '\e84e'; position: absolute; top: 0; left: 50%; transform: translate(-50%,-110%); font-family: 'axicon'; color: #9f7bd9; font-size: 25px;}
    .fran_process .list_box li h4 { text-align: center;}


    .fran_inquiry .input_box { padding: 8px 10px; }
    .fran_inquiry .input_box input { width: calc(100% - 90px); padding: 0 7px;}
    .fran_inquiry .input_box a { width: 90px; height: 35px; font-size: 15px;}
}

@media screen and (max-width: 460px) {
    .fran_franchise .graph_box li.last { margin-bottom: 7%; }
    .fran_franchise .graph_box li .txt { font-size: 10px; }
    .fran_franchise .graph_box li .date { font-size: 13px; }
}


/**************************************************

	Subpage layout

**************************************************/
@media screen and (max-width: 1200px) {

    #sub{  }
    #sub #content{ width: auto;padding: 30px 20px; }

    #sub .visual{height: 160px;}
    #sub .visual .inner h2{font-size: 22px;}
    #sub .visual .inner em{font-size: 13px;}

    .lnbWrap{display: none;}

    #status{display: none;}

    #navigator{border-width: 0 0 1px 0;}
    #navigator > ul{width: auto;border-left: none;padding-left: 40px;}
    #navigator > ul > li{width: 50%;box-sizing: border-box;}
    #navigator > ul > li > a{min-width: 0;font-size: 13px;padding: 0 20px 0 10px;line-height: 40px;background-size: 8px auto;}
    #navigator > ul > li:first-child{position: absolute;top: 0;left: 0;width: 40px;}
    #navigator > ul > li:first-child a{width: 40px;background: none;}
    #navigator > ul > li.d2{border: none;}
    #navigator > ul > li > ul{top: 40px;left: -1px;}
    #navigator > ul > li.d2 > ul{border-right: none;}
    #navigator > ul > li > ul li a{padding: 10px;font-size: 13px;}

    /* 통합검색 */
    #total_search dl{margin-bottom: 30px;}
    #total_search dl dt{padding-bottom: 15px;}
    #total_search dl dt h4{margin-bottom: 0;font-size: 16px;}
    #total_search dl dt .more{bottom: 10px;font-size: 13px;}
    #total_search dl dd{padding: 20px 0;}
    #total_search dl dd .sbj{margin-bottom: 10px;font-size: 16px;}
    #total_search dl dd .txt{font-size: 14px;line-height: 20px;}
    #total_search dl dd ul.inf{position: static;transform: none;margin-top: 10px;}
    #total_search dl dd ul.inf li{margin-left: 0;margin-right: 5px;line-height: 25px;padding: 0 10px;font-size: 13px;}
    #total_search dl dd.gallery > ul{margin: -15px -5px;}
    #total_search dl dd.gallery > ul > li{margin: 10px 5px;width: calc(50% - 10px);}
    #total_search dl dd.gallery .g-sbj{font-size: 14px;line-height: 18px;margin-top: 10px;}
    #total_search dl dd.gallery .g-txt{font-size: 13px;line-height: 16px;margin-top: 5px;}
    #total_search dl dd.gallery .g-inf{margin-top: 10px;}
    #total_search dl dd.gallery .g-inf li{font-size: 13px;}
    #total_search_no_data{margin: 15px 0;padding: 60px 10px;font-size: 13px;}

    /* shop */
    #shopCart{display: block;}
    #shopCart .lef{width: auto;}
    #shopCart .rig{width: auto;}
    #shopCart .rig .btnWrap{margin-top: 10px;}
    #shopCart .rig .btnWrap > *{width: calc(50% - 2px);}
    #shopCart .cartbox dt{width: 60px;}
    #shopCart .cartbox dt img{width: 60px;height: 60px;}
    #shopCart .cartbox dd{width: calc(100% - 75px);margin-left: 15px;padding-top: 0;}
    #shopCart .cartbox dd .tit{margin-bottom: 8px;}
    #shopCart .cartbox dd .tit label{font-size: 14px;line-height: 18px;}
    #shopCart .cartbox dd .opt{margin-bottom: 5px;}
    #shopCart .cartbox dd .opt-modify-btn{font-size: 13px;}
    #shopCart .cartinfo li{padding-left: 50px;font-size: 13px;line-height: 20px;}
    #shopCart .cartinfo li > *{font-size: 13px;}
    #shopCart .carttotal ul li{padding-left: 70px;font-size: 14px;line-height: 20px;}
    #shopCart .carttotal ul li > p{font-size: 14px;}
    #shopCart .carttotal ul li > p strong{font-size: 16px;}
    #shopCart legend{margin-bottom: 10px;font-size: 16px;}
    
    #shopCart.cart .lef .table1 tr > *:last-child{width: 120px;}
    #shopCart.order .lef .table1 tr > *:last-child{width: auto;}
    #shopCart.order .carttotal{margin-top: 0;}

}

/**************************************************

	Subpage utility
    (모든 서브페이지에서 공통으로 사용되는 utility 스타일)

**************************************************/
@media screen and (max-width: 1200px) {

    /* fullsizing wrapper */
    .full_wrapper{width: auto;left: auto;transform: none;box-sizing: border-box;margin: 0 -20px;}
    .full_wrapper.bg_gray{padding: 40px 20px;}
    .full_wrapper .inner{width: auto;}

    /* get css animation */
    ._ani_child{transform: translate(0, 10px);}

    /* etc */
    .sub_title{margin-bottom: 30px;}
    .sub_title h3{font-size: 20px;}
    .sub_title p{margin-top: 5px;font-size: 14px;}

}

/**************************************************

	Subpage styling
    (각 서브페이지별 스타일. 식별을 위해 경로 주석 표기)

	- class명은 snake style로 선언 ( greetings_box1 (ㅇ) / greetingsBox1 (x) )

**************************************************/
@media screen and (max-width: 1200px) {

    /* 아래 코드는 코딩시 지워주세요. */
    /* company > greetings */
    .greetings_box1{  }

}