.dft-titbar{
    width: 72px;
    height: 5px;
    background-image: url(//cdn.dessert39.com/www/img/franchise/interior/dec_bar.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.frame img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mt0{margin-top: 0 !important;}

.hv-line{
    position: relative;
    padding-bottom: 6px;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
}
.hv-line::after{
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #000;
    content: '';
    transition: width 0.7s;
}




/* --------------- motion --------------- 
 -addClass('motion') 되었을때
*/

.fade_m{ /* fade */
    transition: opacity 1.3s;
    opacity: 0;
}
.upto_m{ /* 위에서 아래로 */
    transform: translate(0, -70px);
    transition: transform 1s, opacity 1s;
    opacity: 0;
}
.btmto_m{ /* 아래에서 위로 */
    transform: translate(0, 70px);
    transition: transform 1s, opacity 1s;
    opacity: 0;
}
.lftto_m{ /* 왼쪽에서 오른쪽으로 */
    transform: translate(-70px, 0);
    transition: transform 1s, opacity 1s;
    opacity: 0;
}
.rgtto_m{ /* 오른쪽에서 왼쪽으로 */
    transform: translate(70px, 0);
    transition: transform 1s, opacity 1s;
    opacity: 0;
}
.roll_l{
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s, opacity 0.8s;
    opacity: 0.3;
}
.roll_l.active{
    clip-path: inset(0 0 0 0);
    opacity: 1;
}
.motion-wrap.active .roll_l{
    clip-path: inset(0 0 0 0);
    opacity: 1;
}
.motion.active, .motion-wrap.active .motion_b{ /* active */
    transform: translate(0,0);
    opacity: 1;
}





/* -------------------- 인테리어 -------------------- */
.interior-wrap{
    background: linear-gradient(to right, transparent 45%, #f9f9f9 0%);
}
.interior-wrap .se-wrap{
    display: flex;
}
.interior-wrap .se-wrap .titbox{
    width: 30%;
    max-width: 400px;
}
.interior-wrap .se02 .titbox,
.interior-wrap .se03 .titbox{
    margin-top: 80px;
}
.interior-wrap .se-wrap .titbox h3{
    font-size: 25px;
    letter-spacing: -0.05em;
}
.interior-wrap .se-wrap .titbox h3.eng{
    font-size: 35px;
}
.interior-wrap .se-wrap .titbox p{
    font-size: 20px;
    letter-spacing: -0.05em;
    margin-top: 15px;
    line-height: 1.3;
}
.interior-wrap .se-wrap .contbox{
    width: 70%;
    min-width: calc(100% - 400px);
    margin-left: 15px;
}

.interior-wrap .se01 .contbox .slide{
    position: relative;
    height: 320px;
}

.interior-wrap .se01 .contbox .slide .cv-text{
    position: absolute;
    bottom: 30px;left: 30px;
    color: #fff;
    font-size: 16px;
    z-index: 1;
}
.interior-wrap .se01 .contbox .slide ul{
    position: relative;
    height: 100%;
}
.interior-wrap .se01 .contbox .slide li{
    display: none;
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
}
.interior-wrap .se01 .contbox .slide li:first-of-type{
    display: block;
}
.interior-wrap .se01 .contbox .slide li .frame{
    width: 100%;
    height: 100%;
}
.interior-wrap .se01 .contbox .textbox{
    display: flex;
    margin-top: 30px;
}
.interior-wrap .se01 .contbox .textbox .lft{
    font-size: 25px;
    margin-right: 110px;
    letter-spacing: -0.025em;
}
.interior-wrap .se01 .contbox .textbox .rgt-01,
.interior-wrap .se01 .contbox .textbox .rgt-02{
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 1.5;
}
.interior-wrap .se01 .contbox .textbox .rgt-02{
    margin-top: 20px;
}

.interior-wrap .se-wrap .slide02{
    position: relative;
}
.interior-wrap .se-wrap .slide02 .swiper-container{
    width: 95%;
    margin-left: 0;
}
.interior-wrap .se-wrap .slide02 li{
    height: 600px;
}
.interior-wrap .se-wrap .slide02 li .frame{
    width: 100%;
    height: 100%;
}
.interior-wrap .se-wrap .swiper-button-prev:after,
.interior-wrap .se-wrap .swiper-button-next:after{
    color: #000;
    font-weight: 300;
    font-size: 36px;
    font-family: "Font Awesome 5 Pro";
}
.interior-wrap .se-wrap .swiper-button-prev:after{
    content: '\f0d9';
}
.interior-wrap .se-wrap .swiper-button-next:after{
    content: '\f0da';
}
.interior-wrap .se-wrap .navigation .swiper-button-prev{
    left: unset;
    right: calc(100% + 15px);
}
.interior-wrap .se-wrap .navigation .swiper-button-next{
    left: calc(95% + 15px);
    right: unset;
}
.interior-wrap .se-wrap .act{
    position: absolute;
    bottom: 0;
    right: calc(100% + 15px);
}
.interior-wrap .se-wrap .act p{
    display: flex;
    align-items: center;
}
.interior-wrap .se-wrap .act p .middlebar{
    display: block;
    width: 110px;
    height: 2px;
    background-color: #000;
    margin: 0 12px;
}
.interior-wrap .se-wrap .nametag{
    position: absolute;
    right: -50px; bottom: 40px;
    width: 230px;
    height: 90px;
    padding: 20px;
    background-color: #292929;
    box-sizing: border-box;
    transform: rotate(90deg);
    z-index: 1;    
}
.interior-wrap .se-wrap .nametag p{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    text-align: right;
}
.interior-wrap .linklist{
    width: 40%;
}
.interior-wrap .linklist li{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.interior-wrap .linklist li .linka{
    display: flex;
    align-items: center;
    width: fit-content;
    color: #4a4a4a;
    font-size: 20px;
}
.interior-wrap .linklist li .linka .ico{
    color: #000;
    font-size: 13px;
    margin-left: 7px;
}





/* -------------------- 인테리어 리뉴얼 -------------------- */
.interior-wrap02 .se{padding-top: 150px;}
.interior-wrap02 .titbox{
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 25px;
}
.interior-wrap02 .titbox::before{
    display: block;
    position: absolute;
    bottom: 0;
    left: -20px;
    transform: translateX(-100%);
    width: calc((100vw - 1440px)/2);
    max-width: 250px;
    height: 18px;
    background-color: #cacaca;
    content: '';
}
.interior-wrap02 .titbox h3{
    font-size: 50px;
	letter-spacing:-2.5px;
}
.interior-wrap02 .titbox .sub{
    line-height: 1.3;
    margin-left: 20px;
    font-size: 18px;
}
.interior-wrap02 .listbox{
    display: flex;
    align-items: center;
}
.interior-wrap02 .listbox .circle{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin-right: 25px;
    background-color: #dadada;
}
.interior-wrap02 .listbox .circle img{
    display: block;
    width: 70%;
    height: 100%;
    object-fit: contain;
}
.interior-wrap02 .listbox .txtbox .tit{
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.3;
}
.interior-wrap02 .listbox .txtbox .tit span{
    font-size: 17px;
    
}
.interior-wrap02 .listbox .txtbox .txt{
    font-size: 16px;
    line-height: 1.4;
}
.se02 .dft-cont-wrap .listbox .txtbox{
	display:flex;
}


.interior_only{
	border-top:1px solid #efefef;
}
/* concept */
.interior-wrap02 .se01 .cont-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.interior-wrap02 .se01 .cont-wrap .lft .listbox{
    margin-top: 80px;
}
.interior-wrap02 .se01 .cont-wrap .lft .listbox:nth-of-type(2){transition-delay: 0.3s;}
.interior-wrap02 .se01 .cont-wrap .lft .listbox:nth-of-type(3){transition-delay: 0.6s;}
.interior-wrap02 .se01 .cont-wrap .lft .circle .inner-c{
    width: 47%;
    height: 0;
    padding-bottom: 47%;
    border: 3px solid #fff;
    border-radius: 50%;
}
.interior-wrap02 .se01 .cont-wrap .rgt{
    width: 25%;
    max-width: 425px;
    margin-left: 50px;
}
.interior-wrap02 .se01 .cont-wrap .rgt .frame{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    margin: 10px 0;
}
.interior-wrap02 .se01 .cont-wrap .rgt .frame img{
    position: absolute;
    left: 0;bottom: 0;top: 0;right: 0;
}


.txtbox_img_wrap{
	position:relative;
}
.txtbox_img_in{
	width:41%;
	position:absolute;
	right:0;
	top:-130%;
	z-index:15;
}
.in_plus_pd{
	padding:100px 0;
}

.frame_last{
	padding-bottom:24% !important;
}


.interior-wrap02 .dft-cont-wrap{
    margin-top: 120px;
}
.interior-wrap02 .dft-cont-wrap .listbox{align-items: flex-start;}
.interior-wrap02 .dft-cont-wrap .img-wrap{
    display: flex;
    margin-top: 50px;
}
.interior-wrap02 .dft-cont-wrap .img-wrap .frame{
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 0;
    padding-bottom: 35%;
    margin-left: 35px;
}
.interior-wrap02 .dft-cont-wrap .img-wrap.sns .frame{
    height: auto;
    padding-bottom: unset;
}
.interior-wrap02 .dft-cont-wrap .img-wrap.sns .frame img{
    position: unset;
}
.interior-wrap02 .dft-cont-wrap .img-wrap .frame:nth-of-type(1){margin-left: 0;}
.interior-wrap02 .dft-cont-wrap .img-wrap .frame img{
    position: absolute;
    left: 0;bottom: 0;top: 0;right: 0;
}

.interior-wrap02 .se03 .dft-cont-wrap .listbox{align-items: center;}

.top_titbox{
	width:100%;
	text-align:center;
	padding:100px;
	background:url('//cdn.dessert39.com/www/img/franchise/interior2/int_new_top_bg.jpg') no-repeat 50% 50%;
	background-size:cover;
	box-sizing:border-box;
}
.top_titbox .sub{
	line-height:1.5;
	background:rgba(255,255,255,0.7);
	display:inline-block;
	font-size:20px;
}
.mgb5{
	margin-bottom:5px;
}
.plus_color{
	color:#8d8d8d  !important;
}


/* -------------------- 가맹절차 -------------------- */
.proce-wrap h4{
    font-size: 20px;
    letter-spacing: -0.05em;
    margin-bottom: 8px;
}
.proce-wrap p.txt1{
    font-size: 16px;
    letter-spacing: -0.025em;
    line-height: 1.5;
}

.proce-wrap .cover{
    display: flex;
}
.proce-wrap .cover h3{
    width: 30%;
    font-size: 30px;
    letter-spacing: -0.025em;
}
.proce-wrap .cover p.txt1:first-of-type{
    margin-bottom: 30px;
}

/*lyi 수정 =		개설 섹션 삭제 후 해당 배경 제거
.process-list{
    background-color: #fafafa;
}*/
.process-list h3{
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.05em;
    margin-bottom: 80px;
}
.processlist-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.proce-wrap .cont-wrap{
    display: flex;
    position: relative;
    width: calc(100%/3 - 80px/3);
    margin-bottom: 80px;
}
.proce-wrap .cont-wrap .iconbox{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 142px;
    background-color: #2c2c2c;
    border-radius: 50%;
    margin-right: 20px;
}
.proce-wrap .cont-wrap:nth-of-type(9) .iconbox{
    background-color: #AFD4A5;
}
.proce-wrap .cont-wrap .iconbox img{
    width: 50%;
}
.proce-wrap .cont-wrap .txtbox{
    width: calc(100% - 162px);
    padding-right: 15px;
    box-sizing: border-box;
}
.proce-wrap .cont-wrap .num{
    font-size: 32px;
    margin-bottom: 15px;
}
.proce-wrap .cont-wrap .txt1{color: #555;}
.proce-wrap .cont-wrap .arrow{
    position: absolute;
    left: 101%;
    top: 60px;
    color: #666;
    font-size: 22px;
}

.proce-wrap .cont-wrap:nth-of-type(1){order: 1;}
.proce-wrap .cont-wrap:nth-of-type(2){order: 2; transition-delay: 0.2s;}
.proce-wrap .cont-wrap:nth-of-type(3){order: 3; transition-delay: 0.4s;}
.proce-wrap .cont-wrap:nth-of-type(4){order: 6; transition-delay: 0.6s;}
.proce-wrap .cont-wrap:nth-of-type(5){order: 5; transition-delay: 0.7s;}
.proce-wrap .cont-wrap:nth-of-type(6){order: 4; transition-delay: 0.9s;}
.proce-wrap .cont-wrap:nth-of-type(7){order: 7; transition-delay: 1.0s;}
.proce-wrap .cont-wrap:nth-of-type(8){order: 8; transition-delay: 1.2s;}
.proce-wrap .cont-wrap:nth-of-type(9){order: 9; transition-delay: 1.4s;}


/* .proce-wrap .cont-wrap:nth-of-type(1){order: 1;}
.proce-wrap .cont-wrap:nth-of-type(2){order: 2; transition-delay: 0.2s;}
.proce-wrap .cont-wrap:nth-of-type(3){order: 3; transition-delay: 0.4s;}
.proce-wrap .cont-wrap:nth-of-type(4){order: 6; transition-delay: 0.0s;}
.proce-wrap .cont-wrap:nth-of-type(5){order: 5; transition-delay: 0.2s;}
.proce-wrap .cont-wrap:nth-of-type(6){order: 4; transition-delay: 0.4s;}
.proce-wrap .cont-wrap:nth-of-type(7){order: 7; transition-delay: 0s;}
.proce-wrap .cont-wrap:nth-of-type(8){order: 8; transition-delay: 0.2s;}
.proce-wrap .cont-wrap:nth-of-type(9){order: 9; transition-delay: 0.4s;} */




/* arrow */
.proce-wrap .cont-wrap:nth-of-type(3) .arrow,
.proce-wrap .cont-wrap:nth-of-type(6) .arrow{
    left: 50%;
    top: calc(100% + 20px);
    transform: rotate(90deg);
}
.proce-wrap .cont-wrap:nth-of-type(4) .arrow,
.proce-wrap .cont-wrap:nth-of-type(5) .arrow{
    left: unset;
    right: 105%;
    transform: rotate(180deg);
}

.proce-wrap .link-wrap{
    text-align: center;
    margin: 20px 0;
}
.proce-wrap .link-wrap .linka{
    font-size: 30px;
}





/* -------------------- 가맹비용 -------------------- */
.expenses-wrap .se01{
    background-color: #fafafa;
}
.expenses-wrap .notice-wrap{
    text-align: center;
}
.expenses-wrap .notice-wrap p{
    display: inline-block;
    color: #c71734;
    font-size: 45px;
    letter-spacing: -0.05em;
    padding-bottom: 8px;
    border-bottom: 4px solid #c71734;
    margin: 0 auto;
}


.expenses-wrap .table-list{
    display: flex;
    justify-content: space-between;
}
.expenses-wrap .table-list01{
    margin-bottom: 60px;
}
.expenses-wrap .table-wrap{
    width: calc(50% - 20px/2);
    max-width: 685px;
}
.expenses-wrap .table-wrap.table-full{
    width: 100%;
    max-width: unset;
}


.expenses-wrap .table02{
    transition-delay: 0.3s;
}
.expenses-wrap .table-wrap table{
    width: 100%;
}
.expenses-wrap .table-wrap .tit{
    font-size: 30px;
    text-align: left;
    letter-spacing: -0.025em;
    margin-bottom: 30px;
}
.expenses-wrap .table-wrap .tit small{
    display: block;
    margin-top: 15px;
}
.expenses-wrap .table-container{
    overflow: hidden;
    border-radius: 15px;
}
.expenses-wrap .table-wrap caption{display: none;}
.expenses-wrap .table-wrap thead{
    background-color: #2c2c2c;
}
.expenses-wrap .table-wrap thead th{
    color: #fff;
    height: 75px;
    font-size: 20px;
    vertical-align: middle;    
    border-right: 1px solid #434343;
}
.expenses-wrap .table-wrap thead .sub th{
    background-color: #333;
    border-top: 1px solid #434343;
}
.expenses-wrap .table-wrap thead th:last-of-type{
    width: 18%;
    border-right: none;
}
.expenses-wrap .table-wrap tbody{
    background-color: #fff;
}
.expenses-wrap .table-wrap tbody td{
    overflow: hidden;
    min-height: 65px;
    padding: 10px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.5;
    box-sizing: border-box;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #2c2c2c;
}
.expenses-wrap .table-wrap tbody td.btm{
    height: 100px;
}
.expenses-wrap .table-wrap tbody td.tit2{
    white-space: nowrap;
    border-left: none;
}
.expenses-wrap .table-wrap tbody td.price{
    /* white-space: nowrap; */
}
.expenses-wrap .table-wrap tbody td .sub{
    display: block;
    font-size: 14px;
    margin-top: 5px;
    letter-spacing: -0.07em;
    white-space: nowrap;
}
.expenses-wrap .table-wrap tfoot{
    background-color: #eaeaea;
}
.expenses-wrap .table-wrap tfoot td{
    height: 75px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}
.expenses-wrap .table-wrap tfoot td:first-of-type{
    border-right: 1px solid #dcdcdc;
}
.expenses-wrap .table-wrap tfoot td small{
    font-weight: 400;
}

/* 대출금리 */
.expenses-wrap .table-wrap .table03 tbody td{
    vertical-align:top;
}


.expenses-wrap .detail-list{
    margin-top: 25px;
}
.expenses-wrap .detail-list li{
    display: flex;
    margin-bottom: 10px;
}
.expenses-wrap .detail-list li p{
    line-height: 1.5;
    font-size: 18px;
}
.expenses-wrap .detail-list li .bull{
    line-height: 1.5;
    margin-right: 8px;
}
.expenses-wrap .detail-list li small{
    margin-left: 8px;
    line-height: 1.5;
}

.expenses-wrap .refer-listwrap{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.expenses-wrap .refer-listwrap .contbox{
    width: calc(100%/3 - 50px/3);
    padding: 25px;
    background-color: #eaeaea;
    box-sizing: border-box;
    border-radius: 20px;
}
.expenses-wrap .refer-listwrap .contbox .tit{
    margin-bottom: 20px;
    font-size: 20px;
}
.expenses-wrap .refer-listwrap .contbox ol li{
    line-height: 1.3;
    margin: 10px 0;
    font-size: 16px;
}

.expenses-wrap .link-wrap{
    font-size: 22px;
    margin-bottom: 20px;
}
.expenses-wrap .se01 .link-wrap{
    text-align: center;
}

.expenses-wrap .se02 h3{
    font-size: 35px;
    letter-spacing: -0.05em;
    margin-bottom: 15px;
    line-height: 1.3;
}
.expenses-wrap .se02 h4{
    display: flex;
    align-items: center;
    font-size: 22px;
    letter-spacing: -0.05em;
    margin-bottom: 15px;
}
.expenses-wrap .se02 h4 .ico{
    font-size: 16px;
    margin-right: 5px;
    line-height: 1.3;
}
.expenses-wrap .se02 .txt1{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.05em;
}
.expenses-wrap .se02 .dft-titbar{
    margin-top: 15px;
}
.expenses-wrap .se02 .cont-wrap{
    margin-top: 60px;
}
.expenses-wrap .se02 .cont-wrap b{
    display: block;
    margin-bottom: 15px;
}
.expenses-wrap .se02 .table-wrap{
    width: 100%;
    max-width: unset;
}
/* .expenses-wrap .se02 .table-wrap thead th:first-of-type{
    width: 40%;
}
.expenses-wrap .se02 .table-wrap thead th:nth-of-type(3){
    width: 40%;
} */
.expenses-wrap .se02 .table-container{
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}
.expenses-wrap .se02 .link-wrap{
    margin-top: 30px;
}
.expenses-wrap .se02 .link-wrap .linka{margin-right: 30px;}
.expenses-wrap ol.infolist li{
    display: flex;
    line-height: 1.3;
    margin-bottom: 5px;
    font-size: 16px;
}
.expenses-wrap ol.infolist li .dot{
    margin-right: 3px;
    line-height: 1.3;
}
.expenses-wrap .se02 .txt1.sub02{
    color: #666;
    text-align: right;
    margin-bottom: 40px;
}
.expenses-wrap .se02 .txt1.sub02 small{
    letter-spacing: -0.07em;
}



@media screen and (min-width:1024.1px) {
    
    .hv-line:hover{
        border-color: transparent;
    }
    .hv-line:hover::after{
        width: 100%;
    } 
    
    /* -------------------- 인테리어 -------------------- */
    .interior-wrap .se-wrap .navigation .navi:hover::after{
        font-weight: 900;
        font-size: 37px;
    }
}


@media screen and (max-width:1600px) {
    .interior-wrap02 .titbox::before{
        top: -20px;
        left: 0;
        width: 50px;
        height: 4px;
        transform: unset;
    }
}



@media screen and (max-width:1200px) {

    /* -------------------- 인테리어 -------------------- */
    .interior-wrap .se-wrap .slide02 li{
        height: 550px;
    }
	.interior-wrap02 .se01 .cont-wrap .lft .listbox{
		margin: 60px 0;
	}



    /* -------------------- 가맹절차 -------------------- */
    .proce-wrap .cont-wrap .iconbox{
        width: 120px;
        height: 120px;
    }
    .proce-wrap .cont-wrap{
        width: calc(100%/3 - 60px/3);
    }
    .proce-wrap .cont-wrap .txtbox{
        width: calc(100% - 140px);;
    }
    .proce-wrap .cont-wrap .num{font-size: 30px;}
    .proce-wrap .cont-wrap h4{font-size: 19px;}
    .proce-wrap .cont-wrap p.txt1{font-size: 15px;}
    .proce-wrap .cont-wrap .arrow{top: 49px;}
}



@media screen and (max-width:1024px) {
	.in_plus_pd{
		padding:40px 0 70px 0;
	}
    .titblank{height: 50px;}
    /* -------------------- 인테리어 -------------------- */
    .interior-wrap .se02 .titbox,
    .interior-wrap .se03 .titbox{
        margin-top: 50px;
    }
    .interior-wrap .se-wrap .titbox h3{
        font-size: 22px;
    }
    .interior-wrap .se-wrap .titbox h3.eng{
        font-size: 30px;
    }
    .interior-wrap .se-wrap .titbox p{
        font-size: 18px;
        margin-top: 10px;
    }

    .interior-wrap .se01 .contbox .slide{
        height: 280px;
    }
    .interior-wrap .se01 .contbox .textbox .lft{
        font-size: 22px;
        margin-bottom: 10px;
    }
    .interior-wrap .se01 .contbox .textbox{
        flex-direction: column;
    }
    .interior-wrap .se01 .contbox .textbox .rgt-01,
    .interior-wrap .se01 .contbox .textbox .rgt-02{
        font-size: 16px;
    }

    .interior-wrap .se-wrap .slide02 li{
        height: 450px;
    }
    .interior-wrap .se-wrap .act p .middlebar{
        width: 90px;
    }
    .interior-wrap .se-wrap .navigation .swiper-button-prev{
        right: calc(100% + 10px);
    }
    .interior-wrap .se-wrap .navigation .swiper-button-next{
        left: calc(95% + 10px);
    }
    .interior-wrap .se-wrap .nametag{
        width: 190px;
        height: 75px;
        padding: 15px;
    }
    .interior-wrap .se-wrap .nametag p{font-size: 16px;}




    /* -------------------- 인테리어 리뉴얼 -------------------- */
    .interior-wrap02 .titbox{margin-bottom: 25px;}
    .interior-wrap02 .titbox h3{font-size: 46px;}
    .interior-wrap02 .titbox .sub{font-size: 17px;}

    .interior-wrap02 .listbox .txtbox .tit{font-size: 22px;}
    .interior-wrap02 .listbox .txtbox .tit span{font-size: 15px;}
    .interior-wrap02 .listbox .txtbox .txt{font-size: 15px;}
    .interior-wrap02 .listbox .circle{width: 80px;height: 80px;}
	
	.top_titbox .sub{
		font-size:18px;
	}

    /* concept */
    .interior-wrap02 .se01 .cont-wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .interior-wrap02 .se01 .cont-wrap .lft .listbox{
        margin: 40px 0;
    }
    .interior-wrap02 .se01 .cont-wrap .rgt{
        display: flex;
        width: 100%;
        max-width: unset;
        margin-left: 0;
    }
    .interior-wrap02 .se01 .cont-wrap .rgt .frame{
        margin: 0;
        margin-left: 20px;
        padding-bottom: 35%;
    }
    .interior-wrap02 .se01 .cont-wrap .rgt .frame:nth-of-type(1){margin-left: 0;}


    .interior-wrap02 .dft-cont-wrap{
        margin-top: 90px;
    }
    .interior-wrap02 .dft-cont-wrap .img-wrap{margin-top: 30px;}
    .interior-wrap02 .dft-cont-wrap .img-wrap .frame{margin-left: 20px;}




    /* -------------------- 가맹절차 -------------------- */
    .proce-wrap .cont-wrap{
        width: calc(50% - 60px/2);
        order: unset !important;
    }
    .proce-wrap .cont-wrap .txtbox{padding-right: 0;}
    .proce-wrap .cont-wrap .arrow{display: none;}

    .proce-wrap .cont-wrap:nth-of-type(2n-1){transition-delay: 0s;}
    .proce-wrap .cont-wrap:nth-of-type(2n){transition-delay: 0.2s;}

    .proce-wrap .link-wrap .linka{
        font-size: 28px;
    }




    /* -------------------- 가맹비용 -------------------- */
    .expenses-wrap .notice-wrap p{
        font-size: 38px;
    }
    .expenses-wrap .table-wrap{
        width: calc(50% - 15px/2);
    }
    .expenses-wrap .table-wrap .tit{
        font-size: 26px;
        margin-bottom: 25px;
    }
    .expenses-wrap .table-wrap thead th{
        height: 65px;
        font-size: 18px;
    }
    .expenses-wrap .table-wrap tfoot td{
        height: 65px;
        font-size: 20px;
    }
    .expenses-wrap .table-wrap tbody td{
        height: 65px;
        min-height: 65px;
        font-size: 16px;
        padding: 10px;
    }
    .expenses-wrap .detail-list li p{font-size: 16px;}

    .expenses-wrap .refer-listwrap .contbox{
        width: calc(100%/3 - 30px/3);
        padding: 20px;
    }
    .expenses-wrap .refer-listwrap .contbox .tit{font-size: 18px;}
    .expenses-wrap .refer-listwrap .contbox ol li{font-size: 15px;}

    .expenses-wrap ol.infolist li{font-size: 15px;}

    .expenses-wrap .se02 h3{font-size: 32px;}
    .expenses-wrap .se02 h4{font-size: 20px;}
    .expenses-wrap .se02 .txt1{font-size: 17px;}


}


@media screen and (max-width: 850px) {
    
    .dft-titbar{
        width: 60px;
        height: 4px;
        margin-bottom: 15px;
    }


    /* -------------------- 인테리어 -------------------- */
    .interior-wrap .se-wrap .titbox h3{
        font-size: 20px;
    }
    .interior-wrap .se-wrap .titbox h3.eng{
        font-size: 26px;
    }
    .interior-wrap .se-wrap .titbox p{
        font-size: 16px;
    }    
    .interior-wrap .se01 .contbox .slide{
        height: 240px;
    }
    .interior-wrap .se01 .contbox .textbox{
        margin-top: 20px;
    }
    .interior-wrap .se01 .contbox .textbox .lft{
        font-size: 20px;
    }
    .interior-wrap .se01 .contbox .textbox .rgt br{
        display: none;
    }
    .interior-wrap .se01 .contbox .textbox .rgt-01,
    .interior-wrap .se01 .contbox .textbox .rgt-02{
        font-size: 15px;
    }
    .interior-wrap .se01 .contbox .textbox .rgt-02{
        margin-top: 10px;
    }

    .interior-wrap .se-wrap .slide02 li{
        height: 360px;
    }
    .interior-wrap .se-wrap .nametag{
        width: 160px;
        height: 65px;
        padding: 10px;
        bottom: 30px;
    }
    .interior-wrap .se-wrap .nametag p{font-size: 15px;}

    .interior-wrap .linklist{
        width: 42%;
        margin-top: 30px;
    }
    .interior-wrap .linklist li .linka{
        font-size: 18px;
    }
	.top_titbox{
		padding:20px;
	}
	.top_titbox .sub{
		font-size:16px;
	}
	.se02 .dft-cont-wrap .listbox .txtbox {
		display: block;
	}

    /* -------------------- 가맹절차 -------------------- */
    .proce-wrap .cover h3{font-size: 27px;}
    .proce-wrap h4, .proce-wrap .cont-wrap h4{
        font-size: 18px;
    }
    .proce-wrap p.txt1{font-size: 15px;}



    /* -------------------- 가맹비용 -------------------- */
    .expenses-wrap .notice-wrap p{
        font-size: 32px;
    }
    .expenses-wrap .table-list{
        flex-direction: column;
    }
    .expenses-wrap .table-list01{
        margin-bottom: 50px;
    }
    .expenses-wrap .table-wrap{
        width: 100%;
        max-width: unset;
        margin-bottom: 50px;
    }
    .expenses-wrap .table02{
        transition-delay: unset;
    }
    .expenses-wrap .table-wrap .tit{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .expenses-wrap .table-wrap:last-of-type{margin-bottom: 0;}
    .expenses-wrap .table-wrap thead th, .expenses-wrap .table-wrap tfoot td{
        height: 55px;
    }
    .expenses-wrap .table-wrap tbody td{
        height: 50px;
        min-height: 50px;
    }

    .expenses-wrap .refer-listwrap{
        flex-wrap: wrap;
    }
    .expenses-wrap .refer-listwrap .contbox{
        width: calc(100%/2 - 15px/2);
    }
    .expenses-wrap .refer-listwrap .contbox:nth-of-type(1){
        width: 100%;
        margin-bottom: 15px;
    }

    .expenses-wrap .se02 .txt1.sub02{
        font-size: 16px;
        text-align: left;
        margin-bottom: 30px;
    }
}





@media screen and (max-width: 750px) {
	.in_plus_pd{
		padding:0px 0 180px 0;
	}
	.txtbox_img_wrap{
		display: flex;
		flex-wrap: wrap;
	}
	.txtbox_img_in{
		top:-150%;
		width:52%;
	}
	.txtbox_img_wrap .frame{
		width:23.5% !important;
		padding-bottom: 23% !important;
	}
	.frame_last {
		padding-bottom: 50% !important;
	}
	
	.txtbox_img_wrap .frame:nth-of-type(2),
	.txtbox_img_wrap .frame:nth-of-type(3),
	.txtbox_img_wrap .frame:nth-of-type(4){
		margin-left:2%  !important;
	}
    /* -------------------- 인테리어 -------------------- */
    .interior-wrap .se-wrap{
        flex-direction: column;
    }
    .interior-wrap .se-wrap .titbox{
        width: 100%;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .interior-wrap .se-wrap .contbox{
        width: 100%;
        min-width: none;
        margin-left: unset;
    }
    .interior-wrap .se-wrap .slide02 .swiper-container{
        width: 96%;
    }
    .interior-wrap .se-wrap .navigation{display: none;}
        
    .interior-wrap .se-wrap .act{
        width: 96%;
        bottom: -30px;
        left: 0;
    }



    /* -------------------- 인테리어 리뉴얼 -------------------- */
    .interior-wrap02 .titbox{margin-bottom: 20px;}
    .interior-wrap02 .titbox h3{font-size: 42px;}
    .interior-wrap02 .titbox .sub{font-size: 16px;}

    .interior-wrap02 .listbox .txtbox .tit span{
        display: block;
        margin-top: 7px;
        margin-left: 0;
    }
    .interior-wrap02 .listbox .txtbox .txt br{display: none;}




    /* -------------------- 가맹절차 -------------------- */
    
    .proce-wrap .cont-wrap{
        width: calc(50% - 40px/2);
        margin-bottom: 60px;
    }
    .proce-wrap .cont-wrap .iconbox{
        width: 100px;
        height: 100px;
    }
    .proce-wrap .cont-wrap .txtbox{
        width: calc(100% - 120px);
    }
    .proce-wrap .cont-wrap .num{
        font-size: 27px;
        margin-bottom: 10px;
    }


}


@media screen and (max-width: 600px) {
	
    .dft-top h2.longh{
        padding-top: 65px;
    }
    .dft-top h2.longh .tit{
        font-size: 42px;
    }

    /* -------------------- 인테리어 -------------------- */
    .interior-wrap .se01 .contbox .slide .cv-text{
        left: 20px;
        bottom: 20px;
        font-size: 15px;
    }

    .interior-wrap .se-wrap .slide02 li{
        height: 300px;
    }
    .interior-wrap .se-wrap .swiper-button-prev:after,
    .interior-wrap .se-wrap .swiper-button-next:after{
        font-size: 32px;
    }
    .interior-wrap .se-wrap .navigation .swiper-button-prev{
        right: calc(95% + 5px);
    }
    .interior-wrap .se-wrap .navigation .swiper-button-next{
        left: calc(95% + 5px);
    }
    .interior-wrap .se-wrap .nametag{
        width: 140px;
        height: 55px;
        padding: 8px;
        bottom: 20px;
        right: -40px;
    }
    .interior-wrap .se-wrap .nametag p{font-size: 14px;}

    .interior-wrap .linklist{width: 50%;}
    .interior-wrap .linklist li .linka{
        font-size: 16px;
    }




    /* -------------------- 인테리어 리뉴얼 -------------------- */
    .interior-wrap02 .se{padding-top: 120px;}
    .interior-wrap02 .titbox{display: block;}
    .interior-wrap02 .titbox h3{font-size: 38px;}
    .interior-wrap02 .titbox .sub{
        margin-left: 0;
        margin-top: 10px;
    }

    .interior-wrap02 .listbox .txtbox .tit{font-size: 20px;}
    .interior-wrap02 .listbox .txtbox .tit span{font-size: 14px;}

    .interior-wrap02 .se01 .cont-wrap .lft .listbox{
        margin: 30px 0;
    }
    .interior-wrap02 .se01 .cont-wrap .rgt .frame{margin-left: 15px;}

    
    .interior-wrap02 .dft-cont-wrap{
        margin-top: 80px;
    }
    .interior-wrap02 .dft-cont-wrap .img-wrap .frame{margin-left: 15px;}




    /* -------------------- 가맹절차 -------------------- */
    .proce-wrap .cover{
        flex-direction: column;
    }
    .proce-wrap .cover h3{
        width: 100%;
        margin-bottom: 25px;
    }
    .process-list h3{
        font-size: 28px;
        margin-bottom: 60px;
    }
    .proce-wrap .cont-wrap{
        align-items: center;
        width: 100%;
        margin-bottom: 40px;
        transition-delay: unset !important;
    }
    .proce-wrap .link-wrap .linka{
        font-size: 24px;
    }



    /* -------------------- 가맹비용 -------------------- */
    .expenses-wrap .notice-wrap p{
        font-size: 26px;
        border-width: 3px;
    }
    .expenses-wrap .table-wrap .tit{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .expenses-wrap .table-wrap .tit small{
        margin-top: 10px;
    }
    .expenses-wrap .table-wrap thead th{
        font-size: 17px;
    }
    .expenses-wrap .table-wrap tbody td{
        font-size: 15px;
    }
    .expenses-wrap .table-wrap tfoot td{
        font-size: 18px;
    }
    .expenses-wrap ol.infolist li{font-size: 14px;}

    .expenses-wrap .link-wrap{
        font-size: 20px;
    }
    .expenses-wrap .se02 .link-wrap .linka{
        margin-right: 15px;
    }

    .expenses-wrap .se02 .cont-wrap{margin-top: 40px;}
    .expenses-wrap .se02 h3{font-size: 28px;}
    .expenses-wrap .se02 h4{font-size: 18px; margin-bottom: 10px;}
    .expenses-wrap .se02 .txt1{font-size: 16px;}
    .expenses-wrap .se02 .cont-wrap b{margin-bottom: 10px;}

    .expenses-wrap .se02 .txt1.sub02{
        font-size: 14px;
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 450px) {
	
	
    .dft-top h2.longh{
        padding-top: 75px;
    }
    .dft-top h2.longh .tit{
        font-size: 34px;
    }

    .dft-titbar{
        width: 50px;
        height: 4px;
        margin-bottom: 10px;
    }

    .titblank{height: 30px;}

    /* -------------------- 인테리어 -------------------- */
    .interior-wrap .se-wrap .titbox{
        margin-bottom: 20px;
    }
    .interior-wrap .se-wrap .titbox h3{
        font-size: 18px;
    }
    .interior-wrap .se-wrap .titbox h3.eng{
        font-size: 24px;
    }
    .interior-wrap .se-wrap .titbox p{
        font-size: 15px;
    }
    
    .interior-wrap .se01 .contbox .slide{
        height: 200px;
    }
    .interior-wrap .se01 .contbox .textbox .lft{
        font-size: 18px;
    }
    .interior-wrap .se01 .contbox .textbox .rgt-01,
    .interior-wrap .se01 .contbox .textbox .rgt-02{
        font-size: 14px;
    }

    .interior-wrap .se-wrap .slide02 li{
        height: 240px;
    }
    .interior-wrap .se-wrap .navigation .navi{width: 20px;}
    .interior-wrap .se-wrap .act{
        bottom: -25px;
    }
    .interior-wrap .se-wrap .act p{
        font-size: 16px;
    }
    .interior-wrap .se-wrap .act p .middlebar{
        width: 70px;
        margin: 0 8px;
    }
    .interior-wrap .se-wrap .nametag{
        width: 130px;
        height: 50px;
        padding: 7px;
    }
    .interior-wrap .se-wrap .nametag p{font-size: 13px;}

    .interior-wrap .linklist{
        width: 100%;
        margin-top: 15px;
    }
    .interior-wrap .linklist li{
        justify-content: flex-start;
    }
    .interior-wrap .linklist li .linka{
        font-size: 15px;
        text-align: left;
    }



    /* -------------------- 인테리어 리뉴얼 -------------------- */
    .interior-wrap02 .se{padding-top: 100px;}
    .interior-wrap02 .titbox::before{width: 30px; height: 3px; top: -15px;}
    .interior-wrap02 .titbox h3{font-size: 32px;}
    .interior-wrap02 .titbox .sub{font-size: 15px;}
    .interior-wrap02 .listbox .circle{
        width: 70px;
        height: 70px;
        margin-right: 18px;
    }
    .interior-wrap02 .listbox .txtbox .tit{font-size: 18px;}
    .interior-wrap02 .listbox .txtbox .tit span{font-size: 13px; margin-top: 5px;}
    .interior-wrap02 .listbox .txtbox .txt{font-size: 14px;}

    .interior-wrap02 .dft-cont-wrap .img-wrap{margin-top: 20px;}
    .interior-wrap02 .dft-cont-wrap .img-wrap{display: block;}
	
	.interior-wrap02 .dft-cont-wrap .txtbox_img_wrap3 .frame:nth-child(1){
		margin-left: 0px !important; 
	}
	.interior-wrap02 .dft-cont-wrap .txtbox_img_wrap3 .frame{
		margin-left:1% !important; 
	}
	.interior-wrap02 .dft-cont-wrap .txtbox_img_wrap3{display: flex;}
	.interior-wrap02 .dft-cont-wrap .txtbox_img_wrap{display: flex;}
	.txtbox_img_in {
		top: -180%;
		width: 70%;
	}


    .interior-wrap02 .dft-cont-wrap .img-wrap .frame{
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        padding-bottom: 65%;
    }
	.interior-wrap02 .titbox {
		margin-bottom: 25px;
	}
    .interior-wrap02 .se01 .listbox .txtbox .tit{margin-bottom: 5px;}
    .interior-wrap02 .se01 .cont-wrap .rgt .frame{margin-left: 10px;}
	
	.top_titbox .sub{
		font-size:14px;
	}




    /* -------------------- 가맹절차 -------------------- */
    .proce-wrap .cover h3{
        font-size: 24px;
    }
    .proce-wrap h4, .proce-wrap .cont-wrap h4{
        font-size: 17px;
    }
    .proce-wrap p.txt1, .proce-wrap .cont-wrap p.txt1{
        font-size: 14px;
    }
    .process-list h3{
        font-size: 26px;
        margin-bottom: 50px;
    }
    .proce-wrap .cont-wrap .iconbox{
        width: 80px;
        height: 80px;
    }
    .proce-wrap .cont-wrap .txtbox{
        width: calc(100% - 100px);
    }
    .proce-wrap .cont-wrap .num{font-size: 24px;}
    .proce-wrap .link-wrap .linka{
        font-size: 22px;
    }



    /* -------------------- 가맹비용 -------------------- */
    .expenses-wrap .notice-wrap p{
        font-size: 22px;
        padding-bottom: 5px;
    }
    .expenses-wrap .table-wrap thead th, .expenses-wrap .table-wrap tfoot td{
        height: 50px;
    }
    .expenses-wrap .table-wrap thead th{
        font-size: 16px;
    }
    .expenses-wrap .table-wrap tfoot td{
        font-size: 17px;
    }
    .expenses-wrap .table-wrap tbody td{
        height: 45px;
        padding: 8px;
        font-weight: 500;
    }

    .expenses-wrap .refer-listwrap{
        margin-top: 35px;
    }
    .expenses-wrap .refer-listwrap .contbox{
        width: 100%;
        margin-bottom: 15px;
    }
    .expenses-wrap .refer-listwrap .contbox .tit{
        font-size: 17px;
        margin-bottom: 10px;
    }
    .expenses-wrap .refer-listwrap .contbox ol li{
        font-size: 14px;
        margin: 5px 0;
    }

    .expenses-wrap .detail-list li{margin-bottom: 5px;}
    .expenses-wrap .detail-list li p{font-size: 15px;}
    .expenses-wrap .detail-list li small{
        display: block;
        margin-left: unset;
        margin-top: 3px;
    }

    .expenses-wrap .link-wrap{font-size: 18px;}

    .expenses-wrap .se02 h3{font-size: 25px;}
    .expenses-wrap .se02 h4{font-size: 17px;}
    .expenses-wrap .se02 h4 .ico{font-size: 14px; margin-top: 3px;}
    .expenses-wrap .se02 .txt1{font-size: 15px;}

    .expenses-wrap .se02 .txt1.sub02{
        font-size: 12px;
        margin-bottom: 15px;
    }
}


@media screen and (max-width: 360px) {
    .dft-top h2.longh{
        padding-top: 80px;
    }
    .dft-top h2.longh .tit{
        font-size: 27px;
    }

    /* -------------------- 인테리어 -------------------- */

    .interior-wrap{overflow: hidden;}
    .interior-wrap .se-wrap .titbox h3{font-size: 17px;}
    .interior-wrap .se-wrap .titbox h3.eng{
        font-size: 22px;
    }
    .interior-wrap .se-wrap .titbox p{
        font-size: 14px;
        margin-top: 5px;
    }

    .interior-wrap .se01 .contbox .slide{
        height: 160px;
    }
    .interior-wrap .se-wrap .slide02 li{
        height: 200px;
    }
    .interior-wrap .se-wrap .swiper-button-prev:after,
    .interior-wrap .se-wrap .swiper-button-next:after{
        font-size: 28px;
    }
    .interior-wrap .se-wrap .navigation .swiper-button-prev{
        right: 95%;
    }
    .interior-wrap .se-wrap .navigation .swiper-button-next{
        left: 95%;
    }
    .interior-wrap .se-wrap .nametag p{font-size: 12px;}
    .interior-wrap .linklist li .linka{font-size: 14px;}



    /* -------------------- 인테리어 리뉴얼 -------------------- */
    .interior-wrap02 .titbox h3{font-size: 28px;}
    .interior-wrap02 .listbox{align-items: flex-start !important;}
    .interior-wrap02 .listbox .circle{width: 65px; height: 65px; margin-right: 15px;}
    .interior-wrap02 .se01 .cont-wrap .lft .listbox{margin: 30px 0;}


    .proce-wrap .link-wrap .linka{
        font-size: 20px;
    }



    .expenses-wrap .table-wrap thead th, .expenses-wrap .table-wrap tfoot td{
        height: 45px;
    }
    .expenses-wrap .table-wrap tfoot td{
        font-size: 16px;
    }
    .expenses-wrap .table-wrap thead th{
        font-size: 15px;
    }
    .expenses-wrap .table-wrap tbody td{
        font-size: 14px;
        padding: 5px;
    }
    .expenses-wrap .table-wrap tbody td .sub{font-size: 13px;}
    .expenses-wrap ol.infolist li{font-size: 13px;}

    .expenses-wrap .se02 .cont-wrap{
        margin-top: 30px;
    }
    .expenses-wrap .se02 h3{font-size: 22px; margin-bottom: 8px;}
}



@media screen and (max-width:280px) {
    
    /* -------------------- 인테리어 리뉴얼 -------------------- */
    .interior-wrap02 .titbox h3{font-size: 26px;}
}