/*이예인 임시---------*/
.test0317 .center {
	background:#f4f4f4;
	border-radius:125px;
	padding:50px;
	box-sizing:border-box;
	display: flex;
    flex-direction: column;
    align-items: center;
	border:5px solid #ffb400;
}
.test0317 .center > img{
	width:100px; 
	height:100px;
	margin-bottom:20px;
}
.test0317 .center > p{
	font-size:32px;
	font-weight:700;
}
.ps_br br,
.ps_br2 br{
	display:none;
}
.txtbc br{
		display:block;
	}

@media screen and (max-width:1200px) {
	.test0317 .center > img{
		width:95px;
		height:95px;
	}
	.test0317 .center > p{
		font-size:28px;
	}
}

@media screen and (max-width:800px) {
	.test0317 .center {	
		border-radius:25px;		
	}
	.test0317 .center > img{
		width:85px;
		height:85px;
	}
	.test0317 .center > p{
		font-size:26px;		
	}
}
@media screen and (max-width:600px) {
	.ps_br br,
	.ps_br2 br{
		display:block;
	}
}
@media screen and (max-width:480px) {
	.test0317 .center {	
		border-radius:20px;
	}
	.test0317 .center > img{
		width:75px;
		height:75px;
	}
	.test0317 .center > p{
		font-size:22px;		
	}
}
@media screen and (max-width:450px) {	
	.test0317 .center {
		padding:25px;
	}
	.test0317 .center > img{
		width:55px;
		height:55px;
	}
	.test0317 .center > p{
		font-size:16px;		
	}
}
@media screen and (max-width:360px) {
	.ps_br2 br{
		display:none;
	}
}





/* --------------- motion --------------- 
 -addClass('motion') 되었을때
*/

.fade_m{ /* fade */
    transition: opacity 1s;
    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;
}
.btmto_m01{
	transition-delay: 0.1s;
}
.btmto_m02{
	transition-delay: 0.4s;
}
.btmto_m03{
	transition-delay: 0.8s;
}

.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;
}

.blinking{
  -webkit-animation:blink 0.5s ease-in-out infinite alternate;
  -moz-animation:blink 0.5s ease-in-out infinite alternate;
  animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
  0% {opacity:0.1;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  0% {opacity:0.1;}
  100% {opacity:1;}
}
@keyframes blink{
  0% {opacity:0.1;}
  100% {opacity:1;}
}


/* 공통 */
.tit1{
    font-size: 45px;
    letter-spacing: -0.075em;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
}
.
.tit1 .vat{
    letter-spacing: -0.05em;
}

/*인테리어 텍스트용*/
.tit1_big{
    font-size: 55px;
    letter-spacing: -0.05em;
    line-height: 1.1;
	margin-bottom: 80px;
	position:relative;
}
.tit1_big::before{
	content:'';
	width:40px;
	height:40px;
	background:#ffb400;
	position:absolute;
	top:-5px;
	left:-18px;
	z-index:-1;
}
.tit2{
    font-size: 30px;
    letter-spacing: -0.075em;
    margin-bottom: 25px;
    line-height: 1.5;
}
.
.txt1{
    font-size: 25px;
    letter-spacing: -0.05em;
    line-height: 1.6;
}
.tit1_2{
	font-size:40px;
	display:block;
	margin-bottom:10px;
}
.txt2{
    font-size: 20px;
    letter-spacing: -0.05em;
    line-height: 1.6;
}
.txt2_sub{
	margin-bottom:50px;
	font-size: 18px;
}
.txt3{
    font-size: 20px;
    line-height: 1.3;
}
.txt4{
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.075em;
}
.cent_con{
    display: none;
}
.txt4.mb30{margin-bottom: 30px;}
.ptc1{
    color: #ffb400;
}
.tit1_left{

	text-align:left;
}
u{
    text-decoration: none;
    letter-spacing: -0.075em;
    background: linear-gradient(to top, #ffb400 22%, transparent 0%);   
}
.frame img{
    display: block;
    width: 100%;
    height: 85%;
    object-fit: cover;
}
.tac_title{
	display: inline-block;
    padding: 10px 24px;
    background-color: #1c1c1c;
    border-radius: 30px;
    color: #fff;
}


/* 팝업 */
.popup{
    /* display: none; */
    position: absolute;
    top: 180px;
    left: 5%;
    width: 85%;
    max-width: 600px;
    z-index: 70;
}
.popup img{
    display: block;
    width: 100%;
}
.popup .btn-clse{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 30px;
    background-color: #1c1c1c;
}
.popup .dayclse{
    color: #fff;
    background-color: #1c1c1c;
    padding: 10px;
}


/* 신규가맹점 오픈 */
.newopen img.mo{display: none;}


/* --------------- se01 점포리스트 --------------- */
.se01 .top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}
.se01 .slide .swiper-container{
    border-top: 4px solid #282828;
    border-bottom: 4px solid #282828;
}
.se01 .slide li{
    width: unset;
    padding: 20px 25px;
    font-size: 18px;
}


/* --------------- se02 가맹점 순이익 --------------- */
.se02{
    background-color: #f9f9f9;
    text-align: center;
}
.se02 .txt1 .big{
    font-size: 30px;
    line-height: 1.3;
}
.se02 .frame{
    width: 12%;
    min-width: 40px;
    max-width: 75px;
    margin: 75px auto 20px;
}
.se02 .table-list{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.se02 .table-list .table-wrap{
    width: 50%;
    max-width: 700px;
}
.se02 .table-wrap.table01{
    margin-right: 15px;
}
.se02 .table-wrap.table02{
    transition-delay: 0.4s;
}

.se02 .table-wrap .head{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    color: #fff;
    font-size: 20px;
    background-color: #787878;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.se02 .table-wrap ul{
    display: flex;
    flex-wrap: wrap;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}
.se02 .table-wrap ul li{
    display: flex;
    width: 50%;
    height: 60px;
}
.se02 .table-wrap ul li .name{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    color: #787878;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.05em;
    background-color: #e4e4e4;
    box-sizing: border-box;
    padding: 0 10px;
}
.se02 .table-wrap ul li .name span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.se02 .table-wrap ul li .profits{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    color: #ffb400;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    background-color: #fff;
}
.se02 .btmtxt{
    margin-top: 50px;
}





/* --------------- se03 순익 산정 방법 --------------- */
.se03 .subtxt{
    text-align: center;
}
.se03 .tri{
    width:0px; height:0px;  
    border-top:50px solid transparent;
    border-right:50px solid transparent;
    border-left:50px solid transparent;
    border-bottom:50px solid #f9f9f9;
    margin: 0 auto;
}
.se03 .diagram-wrap{
    background-color: #f9f9f9;
    border-radius: 30px;
    padding: 40px;
    box-sizing: border-box;
}
.se03 .diagram-wrap .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
.se03 .diagram-wrap .cost{
    width: 160px;
    height: 160px;    
    /* transition: width 0.7s, height 0.7s; */
}
.se03 .diagram-wrap .cost .circle{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column ;
    align-items: center;
    justify-content: center;
    background-color: rgba(192,192,192,1);
    border-radius: 50%;
}
.se03 .diagram-wrap .cost .tit{
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.075em;
}
.se03 .diagram-wrap .cost .sub{
    color: #505050;
    font-size: 14px;
    letter-spacing: -0.025em;
    text-align: center;
    margin-top: 10px;
}
.se03 .diagram-wrap .cost-list{
    position: relative;
    width: 480px;
    /* height: 490px; */
    aspect-ratio: 1 / 1;
}
.se03 .diagram-wrap .cost-list li{
    position: absolute;
}
.se03 .diagram-wrap .cost-list ol li.cost01{left: 0;top: 20%; z-index: 1; transition-delay: 0s;}
.se03 .diagram-wrap .cost-list ol li.cost02{left: 20%;top: 0; z-index: 2; transition-delay: 0.2s;}
.se03 .diagram-wrap .cost-list ol li.cost03{top: 0;right: 20%; z-index: 3; transition-delay: 0.4s;}
.se03 .diagram-wrap .cost-list ol li.cost04{top: 20%;right: 0; z-index: 4; transition-delay: 0.6s;}
.se03 .diagram-wrap .cost-list ol li.cost05{right: 0;bottom: 20%; z-index: 5; transition-delay: 0.8s;}
.se03 .diagram-wrap .cost-list ol li.cost06{bottom: 0;right: 20%; z-index: 6; transition-delay: 1.0s;}
.se03 .diagram-wrap .cost-list ol li.cost07{left: 20%;bottom: 0; z-index: 7; transition-delay: 1.2s;}
.se03 .diagram-wrap .cost-list ol li.cost08{left: 0;bottom: 20%; z-index: 8; transition-delay: 1.4s;}

.se03 .diagram-wrap .cost-list li.cost01 .circle{background-color: rgba(192,192,192,0.1);}
.se03 .diagram-wrap .cost-list li.cost02 .circle{background-color: rgba(192,192,192,0.15);}
.se03 .diagram-wrap .cost-list li.cost03 .circle{background-color: rgba(192,192,192,0.2);}
.se03 .diagram-wrap .cost-list li.cost04 .circle{background-color: rgba(192,192,192,0.25);}
.se03 .diagram-wrap .cost-list li.cost05 .circle{background-color: rgba(192,192,192,0.3);}
.se03 .diagram-wrap .cost-list li.cost06 .circle{background-color: rgba(192,192,192,0.35);}
.se03 .diagram-wrap .cost-list li.cost07 .circle{background-color: rgba(192,192,192,0.4);}
.se03 .diagram-wrap .cost-list li.cost08 .circle{background-color: rgba(192,192,192,0.45);}

.se03 .diagram-wrap .cost-list .frame{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}

.se03 .diagram-wrap .fixcost{
    transition-delay: 1.6s;
}
.se03 .diagram-wrap .fixcost .circle{
    background-color: rgba(192,192,192,0.55);
}
.se03 .diagram-wrap .middle{
    margin: 0 15px;
}
.se03 .diagram-wrap .middle .line{
    width: 55px;
    height: 2px;
    background-color: #9a9a9a;
}
.se03 .diagram-wrap .middle .line01{
    margin-bottom: 15px;
}
.se03 .diagram-wrap .cost.profit-circle{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: unset;
    aspect-ratio: 1 / 1;
    border: 5px solid #ffb400;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
    transition-delay: 1.8s;
}
.se03 .diagram-wrap .profit-circle .frame{
    width: 15%;
    max-width: 50px;
    margin-bottom: 15px;
}


.se03 .detail-wrap{
    padding: 150px 0;
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/arrow_background.png);
    background-position: center;
    background-size: 107%;
    background-repeat: no-repeat;
}
.se03 .detail-wrap .container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.se03 .detail-wrap .lft{
    width: 50%;
    text-align: right;
    margin-right: 70px;
}
.se03 .detail-wrap .lft .tit1{
    text-align: right;
}
.se03 .detail-wrap .rgt{
    width: 50%;
    text-align: left;
    margin-left: 70px;
}
.se03 .detail-wrap .rgt .tit1{
    text-align: left;
}
.se03 .detail-wrap .txt2{
    margin-bottom: 15px;
}
.se03 .detail-wrap .middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
}
.se03 .detail-wrap .middle .frame{
    width: 55px;
}




/* --------------- se04 성공창업스토리 --------------- */
.se04{
    position: relative;
    background-color: #f9f9f9;
}
.se04 .container{
    width: 97.5%;
    max-width: calc(1440px + (100% - 1440px)/2);
    margin-left: calc((100% - 1440px)/2);
    float: right;
}
.se04 h3{
    font-size: 35px;
    line-height: 1.3;
}
.se04 .slide{
    position: relative;
    margin-top: 30px;
}
.se04 .slide .video{
    overflow: hidden;
    position: relative;
    width: 100%;
    /* height: 360px; */
    height: 0;
    padding-bottom: 56%;
}
.se04 .slide .video .video-cont{
    display: block;
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
}
.se04 .slide .txtbox{
    min-height: 250px;
    padding: 25px;
    background-color: #1d1d1d;
    box-sizing: border-box;
}
.se04 .slide .txtbox p.txt{
    color: #fff;
    margin: 15px 0 25px;
}
.se04 .slide .txtbox p.name{
    color: #fff;
}
.se04 .swiper-button-next, .se04 .swiper-button-prev{
    /*position: unset;
    margin: unset;*/
    color: #000;
}
.se04 .act{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.se04 .act .pagination{
    margin: 0 20px;
}
.se04 .act .pagination p{
    color: #585858;
    margin: unset;
    letter-spacing: 0.025em;
}
.se04 .act .pagination p .now{
    color: #1c1c1c;
}
.se04 .act .swiper-button-next:after, .se04 .act .swiper-button-prev:after{
    font-size: 34px;
}





/* --------------- se05 경쟁력의 비결 --------------- */
.se05 h3{
    margin-bottom: 80px;
}
.se05 .img-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.se05 .img-wrap .frame{
    height: 320px;
}
.se05 .img-wrap .frame:nth-of-type(2){
    margin: 0 40px;
    transition-delay: 0.3s;
}
.se05 .img-wrap .frame:nth-of-type(3){
    transition-delay: 0.6s;
}
.se05 .slide-list{
    display: flex;
    justify-content: space-between;
}
.se05 .slide-list .slide-wrap{
    width: calc(50% - 25px);
}
.se05 .slide{
    position: relative;
}
.se05 .slide li{
    height: 430px;
}
.se05 .slide li .frame{
    height: 100%;
}
.se05 .slide .tag{
    display: inline-block;
    position: absolute;
    bottom: -30px;
    left: 0;
    min-width: 175px;
    height: 60px;
    padding: 0 15px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    background-color: #1c1c1c;
    box-sizing: border-box;
    z-index: 1;
}
.se05 .txtbox{
    margin: 50px 0;
}
.se05 .txtbox .txt1{
    margin-bottom: 15px;
}
.se05 .button{
    width: 180px;
}




/* --------------- se06 SKILL --------------- */
.se06{
    background-color: #f9f9f9;
}
.se06 h3{
    text-align: left;
}
.se06 .slide{
    position: relative;
}
.se06 .slide .swiper-container{
    /* width: 90%;
    margin: 0 auto;     */
    margin: 0 70px;
}
.se06 .slide ul{
    align-items: center;
}
.se06 .slide li{
    display: flex;
    align-items: center;
    padding: 40px 50px;
    min-height: 430px;
    background-color: #fff;
    border-radius: 25px;
    box-sizing: border-box;
}
.se06 .slide .cover{
    position: relative;
    width: 40%;
    margin-right: 50px;
}
.se06 .slide .frame{
    width: 100%;
    max-width: 360px;
    height: 360px;
    margin: 0 auto;
}
.se06 .slide .frame img{
    object-fit: contain;
}
.se06 .slide .cover p{
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.se06 .slide .txtbox{
    width: 60%;
}
.se06 .slide .txtbox .tit{
    font-size: 30px; 
    line-height: 1.3;  
}
.se06 .slide .txtbox .bar{
    width: 75px;
    height: 3px;
    background-color: #282828;
    margin: 30px 0;
}
.se06 .slide .txtbox .txt4.par02{
    margin-top: 20px;
}
.se06 .slide .swiper-button-prev,
.se06 .slide .swiper-button-next{
    color: #000;
}
.se06 .swiper-pagination{
    position: unset;
    margin-top: 40px;
}
.se06 .swiper-pagination-bullet{
    width: 35px;
    height: 2px;
    background-color: #000;
    border-radius: unset;
    margin-right: 7px;
}
.se06 .swiper-pagination-bullet:last-of-type{
    margin-right: unset;
}




/* --------------- se07 매출신화 --------------- */
.se07 .titsub{
    text-align: center;
    margin-bottom: 80px;
}

.se07 .exp-wrap{
    position: relative;
}
.se07 .exp-wrap ul{
    width: 62%;
}
.se07 .exp-wrap li{
    display: flex;
    margin-bottom: 45px;
}
.se07 .exp-wrap .parbox{
    margin-top: 30px;
}
.se07 .exp-wrap .parbox:nth-of-type(1){
    margin-top: 0px;
}
.se07 .exp-wrap .titbox{
    display: flex;
    max-width: 120px;
    height:min-content;
    margin-right: 20px;
    padding: 7px 15px;
    color: #fff;
    background-color: #ffb400;
    border-radius: 24.5px;
    box-sizing: border-box;
}
.se07 .exp-wrap .titbox p{
    line-height: 1.6;
}
.se07 .exp-wrap .titbox .num{
    line-height: 1.6;
    margin-right: 7px;
}
.se07 .exp-wrap .parbox .tit{
    margin-bottom: 10px;
}
.se07 .exp-wrap .flt-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    max-width: 530px;
    transition: all 1s;
}
.se07 .exp-wrap .flt-img.fixunset{
    top: unset !important;
    bottom: 0;
}
/* .se07 .exp-wrap .flt-img.bfix02{
    position: fixed;
    top: 50%;
    right: calc((100% - 1440px)/2);
    transform: translateY(-50%);
} */




/* --------------- se08 배달 경쟁력 --------------- */
.se08{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se08_Delivery-Best_bg.png);
    background-size: cover;
}
.se08 .titbox,.se09 .titbox{
    width: 250px;
    color: #fff;
    background-color: #1f1f1f;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
    padding: 8px 30px;
    border-radius: 23.5px;
    margin-bottom: 25px;
}

.se08 .slide{
    position: relative;
    margin-top: 70px;
}
.se08 .slide .swiper-container{
    padding-top: 30px;
    margin: 0 70px;
}
.se08 .slide li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 440px;
    padding-top: 50px;
    box-sizing: border-box;
    border-radius: 30px;
    /* background: linear-gradient(to top, #ffd56f 3%, #fff 30%); */
    background-color: #fff;
    background-size: cover;
    background-position: center;
}

.se08 .slide .li01{background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se08_Delivery-Best_01_2.png);}
.se08 .slide .li02{background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se08_Delivery-Best_02_2.png);}
.se08 .slide .li03{background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se08_Delivery-Best_03.png);}
.se08 .slide .li04{background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se08_Delivery-Best_04.png);}
.se08 .slide .li05{background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se08_Delivery-Best_05.png);}

.se08 .slide li .num{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    background-color: #ffb400;
    border-radius: 50%;
}
.se08 .slide li .frame{
    display: none;
    width: 100%;
    height: 290px;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.se08 .slide li p{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
}
.se08 .slide .swiper-button-prev,
.se08 .slide .swiper-button-next{
    color: #000;
}
.se08 .udline{
    background-image: url(//cdn.dessert39.com/www/img/common/underline.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}




/* --------------- se09 틱톡 --------------- */
.se09{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/tictoc_bg.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.se09 .titbox{
    display: inline-block;
    width: unset;
    margin-left: unset;
    margin-right: unset;
}
.se09 .titbox .ico{
    display: inline-block;
    width: 25px;
    margin-bottom: -5px;
}
.se09 .container{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 560px;
}
.se09 .lft{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    width: 50%;
    height: 100%;
}
.se09 .lft h3{
    text-align: left;
}
.se09 .lft .btm p{
    line-height: 1.6;
}
.se09 .rgt{
    position: relative;
    width: 58%;
}
.se09 .rgt .frame{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.se09 .rgt .frame:before{
    display: block;    
    position: absolute;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    content: '';
    opacity: 0;
    transition: opacity 0.4s;
}
.se09 .rgt .hoverbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s;
}
.se09 .rgt .hoverbox p{
    width: 90%;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.se09 .rgt .hoverbox .btn-bubble{
    margin: unset;
    color: #fff;
    border: 2px solid #fff;
    width: 220px;
    height: 50px;
    line-height: 50px;
    letter-spacing: -0.07em;
}
.se09 .rgt .hoverbox .btn-bubble .btn-bubble-item{
    background-color: #fff;
}

.se09 .rgt .hoverbox .btn-bubble:hover{
    color: #1c1c1c;
}
.se09 .rgt .hoverbox .btn-bubble:hover .btn-bubble-item{
    transform: translateZ(0) scale(1.7);
}



/* --------------- se10 친환경인증 --------------- */
.se10{
    background-color: #f5f5f5;
}
.se10 h3{
    text-align: left;
    margin-bottom: 0;
}
.se10 .subtxt{
    margin: 20px 0 35px;
}
.se10 .slide{
    position: relative;
}
.se10 .slide .cover{
    position: absolute;
    top: 45px;
    left: 80px;
    color: #fff;
    z-index: 2;
    font-size: 30px;
    line-height: 1.5;
}
.se10 .slide li{
    position: relative;
    height: 420px;
    padding: 45px 80px;
    box-sizing: border-box;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.se10 .slide li .txtbox{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    height: 100%;
    color: #fff;
    padding-right: 20px;
    box-sizing: border-box;
}
.se10 .slide li .txtbox .bar{
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 15px;
}
.se10 .slide li .txtbox .txt2{
    margin-bottom: 20px;
}
.se10 .slide li .frame{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 3%;
    width: 50%;
    height: 100%;
}
.se10 .slide li .frame img{
    object-fit: contain;   
    object-position: center; 
}

/* 커피원두 */
.se10 .coffee-wrap .slide .li01{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_coffee_bg01.jpg);
}
.se10 .coffee-wrap .slide .li01 img{
    object-position: bottom;
}
.se10 .coffee-wrap .slide .li02{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_coffee_bg02.jpg);
}


/* 차(TEA) */
.se10 .tea-wrap .slide li{
    background-color: #412a0a;
}
.se10 .tea-wrap .slide .li01{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_tea_bg.jpg);
}
.se10 .tea-wrap .slide .li02{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_tea_bg.jpg);
}
.se10 .tea-wrap .slide .li04{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_tea_bg_vegan.png);
    background-position: 70% center;
}
.se10 .tea-wrap .slide .li05{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_tea_bg_ceylon.png);
    background-position: 60% center;
}
.se10 .tea-wrap .slide .li05 .frame img{
    max-height: 200px;
}
.se10 .tea-wrap .slide .li06{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_tea_bg_tuv.png);
    background-position: 80% bottom;
}
.se10 .tea-wrap .slide .li06 .frame img{
    max-height: 250px;
}
.se10 .tea-wrap .slide .li07{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_tea_bg_fda.png);
    background-position: right bottom;
}
.se10 .tea-wrap .slide .li07 .frame img{
    max-height: 260px;
}
.se10 .tea-wrap .slide .li08{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_tea_bg_rainforest.png);
    background-position: right bottom;
}
.se10 .tea-wrap .slide .li08 .frame img{
    max-height: 260px;
}
.se10 .tea-wrap .slide .li09{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_tea_bg_K.png);
    background-position: right bottom;
}
.se10 .tea-wrap .slide .li09 .frame img{
    max-height: 260px;
}
.se10 .tea-wrap .slide .li10{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_tea_bg_fair.png);
    background-position: right bottom;
}
.se10 .tea-wrap .slide .li10 .frame img{
    max-height: 260px;
}
.se10 .tea-wrap .slide .li11{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_tea_bg_EU.png);
    background-position: 80% bottom;
}
.se10 .tea-wrap .slide .li11 .frame img{
    max-height: 200px;
}
.se10 .tea-wrap .slide .li12{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_tea_bg_JAS.png);
    background-position: right bottom;
}
.se10 .tea-wrap .slide .li12 .frame img{
    max-height: 260px;
}
.se10 .tea-wrap .slide .li13{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_tea_bg_ozone.png);
    background-position: 80% bottom;
}
.se10 .tea-wrap .slide .li13 .frame img{
    max-height: 260px;
}




.se10 .swiper-button-next, .se10 .swiper-button-prev{
    color: #fff;
}
.se10 .swiper-button-next:after, .se10 .swiper-button-prev:after{
    font-size: 32px;
}
.se10 .slide .swiper-pagination{
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.se10 .slide .swiper-pagination-bullet{
    background: #fff;
    margin-right: 5px;
}
.se10 .slide .swiper-pagination-bullet:last-of-type{
    margin-right: 0;
}
.se10 .slide .swiper-pagination-bullet-active{
    background: #fff;
}


/* esg */
.se10 .esg-wrap .slide .li01_1{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_esg_bg01_2.jpg);
}

.se10 .esg-wrap .slide .li01{
    background-image: url(//cdn.dessert39.com/www/img/franchise/competitiveness/se10_esg_bg01.jpg);
}





/* --------------- se11 인테리어 --------------- */
.se11 .titsub{
    text-align: center;
}
.se11 .bar{
    width: 60px;
    height: 2px;
    background-color: #1c1c1c;
    margin: 30px auto 50px;
}
.se11 .interior-wrap ol{
    display: flex;
    justify-content: space-between
}
.se11 .interior-wrap ol li{
    width: calc(100%/4 - 90px/4);
    box-shadow: 0 0 15px 0px rgb(4 4 4 / 16%);
}
.se11 .interior-wrap ol li .frame{
    width: 100%;
    height: 100%;
    background-color: rgb(238, 208, 208);
}
.se11 .interior-wrap ol li:nth-of-type(2){transition-delay: 0.3s;}
.se11 .interior-wrap ol li:nth-of-type(3){transition-delay: 0.6s;}
.se11 .interior-wrap ol li:nth-of-type(4){transition-delay: 0.9s;}
.se11 .button{
    width: 180px;
    margin-top: 60px;
}




/* --------------- se12 마케팅 홍보 --------------- */
.se12{
    background-color: #f5f5f5;
}
.se12 .titsub{
    text-align: center;
    margin-bottom: 70px;
}
.se12 li{
    position: relative;
    width: auto;
    height: 340px;
}
.se12 li .cover{
    height: 100%;
}
.se12 li .frame{
    width: unset;
    height: 100%;
}
.se12 li .frame img{
    width: auto;
    object-fit: contain;
}
.se12 li .txtbar{
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    padding: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    transition: bottom 0.5s;
}
.se12 li.swiper-slide-active .txtbar{
    bottom: 0;
}




/* --------------- se13 환경 리유저블 --------------- */
.se13 .container{
    display: flex;
    justify-content: space-between;
}
.se13 h3{
    text-align: left;
}
.se13 h3 u{
    display: block;
    padding-bottom: 7px;
    background: linear-gradient(to top, #ffb400 30%, transparent 0%);
}
.se13 h3.line01{
    margin-top: 50px;
    margin-bottom: 0;
}
.se13 p.txt3{
    width: 100%;
    line-height: 1.8;
    padding-right: 20px;
    box-sizing: border-box;
}
.space_text{
	letter-spacing:-1px;
}
.se13 .lft{
    width: 47%;
}
.se13 .video-wrap{
    width: 53%;
}
.se13 .video-wrap video{
    width: 100%;
}






/* --------------- se14 전국 매장 일매출 현황 --------------- */


.se14_plus .slide{
    position: relative;
}
.se14_plus .slide .swiper-container{
    /* width: 90%;
    margin: 0 auto;     */
    margin: 0 70px;
}
.se14_plus .slide ul{
    align-items: center;
}
.se14_plus .slide li{
    display: flex;
    align-items: center;
    padding: 40px 50px;
    min-height: 430px;
    background-color: #fff;
    border-radius: 25px;
    box-sizing: border-box;
}
.se14_plus .slide .cover{
    position: relative;
    width: 40%;
    margin-right: 50px;
}
.se14_plus .slide .frame{
    width: 100%;
    max-width: 360px;
    height: 360px;
    margin: 0 auto;
}
.se14_plus .slide .frame img{
    object-fit: contain;
}
.se14_plus .slide .cover p{
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.se14_plus .slide .txtbox{
    width: 60%;
}
.se14_plus .slide .txtbox .tit{
    font-size: 30px; 
    line-height: 1.3;  
}
.se14_plus .slide .txtbox .bar{
    width: 75px;
    height: 3px;
    background-color: #282828;
    margin: 30px 0;
}
.se14_plus .slide .txtbox .txt4.par02{
    margin-top: 20px;
}
.se14_plus .slide .swiper-button-prev,
.se14_plus .slide .swiper-button-next{
    color: #000;
}
.se14_plus .swiper-pagination{
    position: unset;
    margin-top: 40px;
}
.se14_plus .swiper-pagination-bullet{
    width: 35px;
    height: 2px;
    background-color: #000;
    border-radius: unset;
    margin-right: 7px;
}
.se14_plus .swiper-pagination-bullet:last-of-type{
    margin-right: unset;
}




/* --------------- se14 전국 매장 일매출 현황 --------------- */
.se14{overflow-x: hidden;}
.se14 .sales-list{
    position: relative;
    margin-top: 50px;
}
.se14 .sales-list ul{
    display: flex;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-around;
	gap:20px;
}
.se14 .sales-list ul li{
    width: calc(100%/5 - 100px/5);
    /*margin-right: 20px;*/
    /*margin-bottom: 20px;*/
    padding: 10px 5px;
    text-align: center;
    border: 3px solid #2d2d2d;
    border-radius: 15px;
    box-sizing: border-box;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}
.se14 .sales-list ul li:nth-of-type(7n){margin-right: 0;}
.se14 .sales-list ul li{
    font-size: 16px;
}

.se14 .sales-list ul li .name{
    font-weight: 700;
    margin-bottom: 8px;
}

.se14 .sales-list ul li .cont{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}
.se14 .sales-list ul li .sum{
    position: relative;
    letter-spacing: -0.07em;
    font-size: 26px;
    margin: 0 3px;
	display: inline-block;
}
.se14 .sales-list ul li .sum::before{
    display: block;
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 100%;
    height: 20%;
    background-color: #ffb400 ;
    z-index: -1;
    content: '';
}
.se14 .sales-list ul li .date{
    display: none;
    font-size: 0.8em;
    letter-spacing: -0.07em;
    font-weight: 500;
    margin: 5px 3px 0;
}
.se14 .sales-list ul li.bg{
    color: #fff;
    background-color: #2d2d2d;
}
.se14 .sales-list ul li.bg .name{font-weight: 500;}
.se14 .sales-list ul li.bg .sum{
    color: #ffb400;
    font-weight: 500;
}

.se14 .sales-list .navi{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1c1c1c;
}
.se14 .sales-list .navi.swiper-button-prev{left: -70px;}
.se14 .sales-list .navi.swiper-button-next{right: -70px;}

.se14 .tit1 br{
	display:none;
}

@media screen and (max-width:1600px) {
    .se14tttt .sales-list{
        width: calc(100% - 100px);
        padding: 0 50px;
    }

    .se14tttt .sales-list .navi.swiper-button-prev{left: 0px;}
    .se14tttt .sales-list .navi.swiper-button-next{right: 0px;}
}



@media screen and (max-width:1200px) {
    /* --------------- se14 전국 매장 일매출 현황 --------------- */
    .se14 .sales-list ul li{
        width: calc(100%/3 - 100px/3);
    }



    /*.se14 .sales-list ul li:nth-of-type(7n){margin-right: 20px;}*/
    /*.se14 .sales-list ul li:nth-of-type(5n){margin-right: 0px;}*/
}


@media screen and (max-width:1024px) {
    /* --------------- se14 전국 매장 일매출 현황 --------------- */
    .se14 .sales-list{
        margin-top: 60px;
    }
    .se14tttt .sales-list{
        width: calc(100% - 70px);
        padding: 0 35px;
    }
    .se14 .sales-list ul li{
        font-size: 16px;
        width: calc(100%/3 - 60px/3);
    }
    /*.se14 .sales-list ul li:nth-of-type(5n){margin-right: 20px;}*/
    /*.se14 .sales-list ul li:nth-of-type(4n){margin-right: 0px;}*/

    .se14tttt .sales-list .navi::after{font-size: 36px;}
}


@media screen and (max-width:850px) {
    .se14tttt .sales-list{
        width: 100%;
        padding: 0;
    }
    .se14tttt .sales-list .navi{display: none;}

	.se14 .sales-list ul {
		gap:10px;
	}
    .se14 .sales-list ul li{
        width: calc(100%/2 - 30px/2);        
        font-size: 15px;
        border-width: 2px;
    }
}


@media screen and (max-width:700px) {
    /* --------------- se14 전국 매장 일매출 현황 --------------- */
    .se14 .sales-list{
        margin-top: 50px;
    }
	
    /*.se14 .sales-list ul li:nth-of-type(7n){margin-right: 15px;}*/
    /*.se14 .sales-list ul li:nth-of-type(5n){margin-right: 15px;}*/
    /*.se14 .sales-list ul li:nth-of-type(4n){margin-right: 15px;}*/
    /*.se14 .sales-list ul li:nth-of-type(3n){margin-right: 0;}*/
	.se14 .tit1 br{
		display:block;
	}
	.se14_plus .slide .swiper-container {
		margin: 0 50px;
	}
}


@media screen and (max-width:450px) {
    /* --------------- se14 전국 매장 일매출 현황 --------------- */
    .se14 .sales-list{
        margin-top: 50px;
    }
    .se14 .sales-list ul li{
        width: calc(100%/2 - 15px/2);
        font-size: 14px;
        border-radius: 10px;
    }
    /*.se14 .sales-list ul li:nth-of-type(3n){margin-right: 15px;}*/
    /*.se14 .sales-list ul li:nth-of-type(2n){margin-right: 0;}*/
	.se14_plus .slide .swiper-container {
		margin: 0px 30px;
	}
	.se14 .sales-list ul {
		gap: 5px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 0px !important;		
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right:0px !important;
	}
}




/* --------------- fixed-bar --------------- */
.fixed-bar{
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #AFD4A5;
    z-index: 71;
}
.fixed-bar.bfix{
    position: unset;
}
.fixempt{
    width: 100%;
    height: 130px;
}

.fixed-bar.bfix + .fixempt{
    height: 0 !important;
}
.fixed-bar .container{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    width: 100%;
}
.fixed-bar .container::-webkit-scrollbar {
    height: 7px;
}
.fixed-bar .container::-webkit-scrollbar-track {
    background-color: transparent;
}
.fixed-bar .container::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: gray;
}
.fixed-bar .container::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.fixed-bar .cont-wrap{
    width: 50%;
    color: #373737;
    padding: 10px 5px;
	box-sizing:border-box;
    height: auto;
}
.fixed-bar .cont-wrap.cont02{
    background-color: #323232;
    color:#fff;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.fixed-bar .cont-wrap.cont03{
    background-color: #6b6b6b;
}
.cont01_wrap{
    width:50%;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.fixed-bar .cont-wrap.cont01{
    width:50%;
}
.fixed-bar .cont-wrap .flexbox{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.fixed-bar .cont-wrap .circle{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 100px;
    margin-right: 20px;
    color: #ffb400;
    box-sizing: border-box;
    border: 2px solid #ffb400;
    border-radius: 50%;
    transition: color 0.5s, background-color 0.5s;
    flex-direction: row;
    gap: 10px;
    padding: 10px 30px;
}
.fixed-bar .cont-wrap .circle .ico{
    font-size:30px;
    font-weight:900;
    letter-spacing:0.5px;
}
.fixed-bar .cont-wrap .circle .phone{
    transform: rotate(-45deg);
}

.fixed-bar .cont-wrap p.motxt{display: none;}

.txt_fxbtn{
    font-size:24px;
}
.txt_fx1{
    font-size:28px;
    color: #ffbe24;
}

.txt_fx2{
    padding:15px;
    font-size:16px;
    background:#fff;
    color:#323232;
    border-radius:5px;
    border:2px solid #efefef;

}
.txt_fx_name {
    padding-right: 60px;
}
.txt_fx_num {
    padding-right: 160px;
}
.txt_btn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.plus_txt4{
    padding:7px 20px;
    border-radius:5px;
    background:#ffbe24;
    color:#323232;
    font-size: 18px;
}
.cont04_btn{
    padding:10px 20px;
    background: #242424;
    border-radius: 25px;
    color:#fff;
    font-size: 25px;
    font-weight: 700;
}
.cont01_art{
    font-size:16px;
}

@media screen and (min-width:1024.1px) {

    .se09 .rgt:hover .frame::before{
        opacity: 1;
    }
    .se09 .rgt:hover .hoverbox{
        opacity: 1;
    }
    .se09 .rgt:hover .btn-bubble{
        color: #1c1c1c;
    }
    .se09 .rgt:hover .btn-bubble .btn-bubble-item {
        -webkit-transform: translateZ(0) scale(1.7);
                transform: translateZ(0) scale(1.7);
    }
    @supports ((-webkit-filter: url("#bubble-start")) or (filter: url("#bubble-start"))) {
        .se09 .rgt:hover .btn-bubble .btn-bubble-item {
          -webkit-transform: translateZ(0) scale(1.4);
                  transform: translateZ(0) scale(1.4);
        }
    }


    .se12 li:hover .txtbar{
        bottom: 0;
    }
    .fixed-bar .cont-wrap:hover .circle{
        color: #fff;
        background-color: #ffb400;
    }
}
@media screen and (max-width:1440px) {
    .txt3 {
        font-size: 18px;
    }
    .cont04_btn{
        font-size:25px;
    }
    .cont01_art {
        font-size: 14px;
    }
    .txt_fx2{
        padding:10px;
    }
    .plus_txt4{
        padding:4px 20px;
    }
    .txt_fx_name {
        padding-right: 55px;
    }
    .txt_fx_num {
        padding-right: 150px;
    }
}

@media screen and (max-width:1300px) {

    /* --------------- se03 순익 산정 방법 --------------- */
    .se03 .diagram-wrap .cost{
        width: 140px;
        height: 140px;
    }

    .cont04_btn {
        font-size: 20px;
    }

    /* --------------- se04 성공창업스토리 --------------- */
    .se04 .slide .video{
        /* height: 300px; */
    }
    
}


@media screen and (max-width:1200px) {

    .se02 .btmtxt br{display: none;}

    .fixed-bar_wrap{
        display: flex;
        flex-direction: column;
    }
    .cont01_wrap {
        width: 100%;
    }
    .fixed-bar .cont-wrap{
        width:100%;
    }
    .fixed-bar .cont-wrap .flexbox{
        width:100%;
    }
    .fixed-bar .cont04{
        background-color:#bee7b3;
    }
    .fixed-bar .cont-wrap.cont01 a{
        width:calc(100% - 120px);
        text-align: center;
    }
    .plus_txt4{
        width: calc(100% - 60%);
        text-align: center;
        padding: 10px 20px;
    }


    /* --------------- se03 순익 산정 방법 --------------- */
    .se03 .diagram-wrap .container{
        max-width: 940px;
    }
    .se03 .diagram-wrap .cost-list{
        width: 365px;
        height: 365px;
    }
    .se03 .diagram-wrap .cost{
        width: 120px;
        height: 120px;
    }
    .se03 .diagram-wrap .cost.profit-circle{
        width: 280px;
        height: 280px;
    }
    
    .se03 .diagram-wrap .cost .tit{
        font-size: 16px;
    }
    .se03 .diagram-wrap .cost .sub{
        font-size: 12px;
    }
    .se03 .diagram-wrap .middle{
        margin: 0 10px;
    }
    .se03 .diagram-wrap .middle .line{
        width: 40px;
    }
    .se03 .diagram-wrap .middle .line01{
        margin-bottom: 10px;
    }
    .se03 .detail-wrap br{display: none;}


    /* --------------- se05 경쟁력의 비결 --------------- */
    .se05 .img-wrap{
        margin-bottom: 20px;
    }
    .se05 .img-wrap .frame{
        height: 260px;
    }
    .se05 .img-wrap .frame:nth-of-type(2){
        margin: 0 20px;
    }
    .se05 .slide-list .slide-wrap{
        width: calc(50% - 10px);
    }
    .se05 .slide li{
        height: 350px;
    }


    /* --------------- se06 SKILL --------------- */
    .se06 .slide li{
        padding: 40px 35px;
    }
    .se06 .slide .cover{
        margin-right: 25px;
    }
    .se06 .slide .txtbox .tit{
        font-size: 28px;
    }


    /* --------------- se08 배달 경쟁력 --------------- */
    .se08 .slide .swiper-container{
        margin: 0 50px;
    }



    /* --------------- se09 틱톡 --------------- */
    .se09 .container{
        height: 500px;
    }



    /* --------------- se10 친환경인증 --------------- */
    .se10 .slide li .txtbox br{display: none;} 




    /* --------------- se11 인테리어 --------------- */
    .se11 .interior-wrap{
        max-width: 750px;
        margin: 0 auto;
    }
    .se11 .interior-wrap ol{
        flex-wrap: wrap;
    }
    .se11 .interior-wrap ol li{
        width: calc(100%/2 - 20px/2);
        margin-bottom: 20px;
    }


    /* --------------- se12 마케팅 홍보 --------------- */
    .se12 li{
        height: 300px;
    }


    /* --------------- se12 환경 리유저블 --------------- */
    .se13 h3.line01{
        margin-top: 20px;
    }



    /* --------------- fixed-bar --------------- */
    .fixed-bar .cont-wrap .circle{
        min-width: 150px;
        height: 75px;
		margin-right: 10px;
    }
	.fixed-bar .cont-wrap {
	 
	  padding: 15px;	 
	}

}


@media screen and (max-width:1024px) {

    /* 공통 */
    .tit1{
        font-size: 36px;
        margin-bottom: 25px;
    }
	.tit1_2{
		font-size:30px;
	}
    .txt1{
        font-size: 22px;
    }
    .txt2{
        font-size: 18px;
    }
    .txt3{
        font-size: 17px;
    }
    .txt4.mb30{margin-bottom: 25px;}
    



    /* --------------- se02 가맹점 순이익 --------------- */
    .se02 .txt1 .big{
        font-size: 26px;
    }
    .se02 .table-wrap ul li .name{
        font-size: 17px;
    }
    .se02 .table-wrap ul li .profits{
        font-size: 20px;
    }



    /* --------------- se03 순익 산정 방법 --------------- */
    .se03 .tri{
        border-top:35px solid transparent;
        border-right:35px solid transparent;
        border-left:35px solid transparent;
        border-bottom:35px solid #f9f9f9;
    }
    .se03 .diagram-wrap .container{
        flex-wrap: wrap;
        justify-content: center;
        max-width: 600px;
    }
    .se03 .diagram-wrap .cost-list{
        width: 65%;
        max-width: 365px;
    }
    .se03 .diagram-wrap .middle{
        margin: 0 20px;
        width: calc(15% - 40px);
    }
    .se03 .diagram-wrap .middle .line{
        margin: 0 auto;
    }
    .se03 .diagram-wrap .middle .line01{
        margin-bottom: 10px;
    }
    .se03 .diagram-wrap .fixcost{
        width: 20%;
    }
    .se03 .diagram-wrap .profit-circle{
        margin-top: 25px;
    }
    
    .se03 .detail-wrap{
        padding: 100px 0;
    }
    .se03 .detail-wrap .lft{
        margin-right: 50px;
    }
    .se03 .detail-wrap .rgt{
        margin-left: 50px;
    }



    /* --------------- se04 성공창업스토리 --------------- */
    .se04 h3{
        font-size: 30px;
    }
    .se04 .slide{
        margin-top: 20px;
    }



    /* --------------- se05 경쟁력의 비결 --------------- */
    .se05 .slide li{
        height: 300px;
    }
    .se05 .slide .tag{
        min-width: 150px;
        height: 52px;
        line-height: 52px;
        bottom: -26px;
        font-size: 16px;
    }



    /* --------------- se06 SKILL --------------- */
    .se06 .slide .swiper-container{
        margin: 0 50px;
    }
    .se06 .slide .txtbox .tit{
        font-size: 24px;
    }
    .se06 .slide .txtbox .bar{
        width: 70px;
        margin: 25px 0;
    }
    .se06 .swiper-button-next:after, .se06 .swiper-button-prev:after{
        font-size: 36px;
    }



    /* --------------- se09 틱톡 --------------- */
    .se09{
        background-position: center 15%;
    }
    .se09 .container{
        flex-direction: column;
        align-items :flex-start;
        height: unset;
    }
    .se09 .lft{
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }
    .se09 .lft h3{
        text-align: center;
    }
    .se09 .lft .btm p{
        margin-top: 15px;
    }
    .se09 .lft .btm p br{display: none;}
    .se09 .rgt{
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
    .se09 .rgt .frame:before{opacity: 1;}
    .se09 .rgt .hoverbox{opacity: 1;}
    .se09 .rgt .hoverbox .btn-bubble{
        color: #1c1c1c;
        background-color: #fff;
        border-radius: 23px !important;
    }


    /* --------------- se10 친환경인증 --------------- */
    .se10 .slide .cover{
        font-size: 22px;
        top: 20px;
        left: 45px;
    }
    .se10 .slide li{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 550px;
        padding: 35px 45px;
    }
    .se10 .tea-wrap .slide li{
        height: 550px;
        padding-top: 70px;
    }
    .se10 .esg-wrap .slide li{
        padding-top: 70px;
    }
    .se10 .slide li .frame{
        position: unset;
        width: 100%;
        height: 60%;
    }
    .se10 .slide li .txtbox{
        width: 100%;
        height: unset;
        margin-top: 65px;
    }
    .se10 .slide li .txtbox .bar{
        margin-bottom: 10px;
    }
    .se10 .slide li .txtbox .txt2{
        margin-bottom: 10px;
    }



    /* --------------- se12 마케팅 홍보 --------------- */
    .se12 .titsub{
        margin-bottom: 40px;
    }
    .se12 li{
        height: 260px;
    }



    /* --------------- se13 환경 리유저블 --------------- */
    .se13 h3.line01{
        margin-top: 0;
    }


    /* --------------- fixed-bar --------------- */
    .fixed-bar .cont-wrap .circle{
        color: #fff;
        background-color: #ffb400;
        padding:10px 15px;
        border-radius: 5px;
    }


}



@media screen and (max-width:850px) {

    /* 공통 */
    .tit1{
        font-size: 30px;
    }
	.tit1_2{
		font-size:25px;
	}
    .txt1{
        font-size: 20px;
    }
    .txt2{
        font-size: 17px;
    }
    .txt3{
        font-size: 16px;
    }
    .txt4{
        font-size: 15px;
    }



    /* --------------- se01 점포리스트 --------------- */
    .se01 .slide li{
        font-size: 17px;
    }



    /* --------------- se02 가맹점 순이익 --------------- */
    .se02 .txt1 .big{
        font-size: 22px;
    }
    .se02 .frame{
        margin-top: 50px;
    }

    .se02 .table-list{
        flex-direction: column;
    }
    .se02 .table-list .table-wrap{
        width: 100%;
        margin: 0 auto;
    }
    .se02 .table-wrap.table01{
        margin-bottom: 20px;
    }


    /* --------------- se03 순익 산정 방법 --------------- */
    .se03 .detail-wrap{
        padding: 80px 0;
    }
    .se03 .detail-wrap .middle .frame{
        width: 45px;
    }



    /* --------------- se04 성공창업스토리 --------------- */
    .se04 h3{
        font-size: 28px;
    }



    /* --------------- se05 경쟁력의 비결 --------------- */
    .se05 h3{
        margin-bottom: 50px;
    }
    .se05 .img-wrap .frame{
        height: 180px;
    }
    .se05 .slide li{
        height: 240px;
    }
    .se05 .txtbox br{display: none;}




    /* --------------- se07 매출신화 --------------- */
    .se07 .titsub{
        margin-bottom: 25px;
    }
    .se07 .exp-wrap li{
        margin-bottom: 35px;
    }
    .se07 .exp-wrap .parbox{
        margin-top: 15px;
    }
    .se07 .exp-wrap .flt-img{
        max-width: 300px;
        width: 95%;
        position: unset !important;
        margin: 0 auto 30px;
        transition: unset;
    }
    .se07 .exp-wrap ul{
        width: 100%;
    }



    /* --------------- se08 배달 경쟁력 --------------- */
    .se08 .titbox,.se09 .titbox{
        width: 200px;
        margin-bottom: 15px;
    }
    .se08 .slide{
        margin-top: 45px;
    }
    .se08 .slide .swiper-container{
        margin: 0 35px;
    }
    .se08 .slide li{
        height: 380px;
        padding-top: 42px;
    }
    .se08 .slide li .num{
        width: 45px;
        line-height: 45px;
    }
    .se08 .swiper-button-next:after, .se08 .swiper-button-prev:after{
        font-size: 34px;
    }
    .se08 .slide .swiper-button-prev{
        left: 0;
    }
    .se08 .slide .swiper-button-next{
        right: 0;
    }



    /* --------------- se09 틱톡 --------------- */
    .se09 .titbox{
        width: unset;
    }
    .se09 .rgt .hoverbox .btn-bubble{
        width: 190px;
        height: 45px;
        line-height: 45px;
    }







    /* --------------- se12 마케팅 홍보 --------------- */    
    .se12 li{
        height: 240px;
    }
    .se12 li .txtbar{
        padding: 10px;
    }



    /* --------------- se13 환경 리유저블 --------------- */
    .se13 .container{
        flex-direction: column;
    }    
    .se13 .lft{
        width: 100%;
    }
    .se13 .video-wrap{
        width: 100%;
        margin-top: 30px;
    }




    /* --------------- fixed-bar --------------- */
    .fixed-bar .cont-wrap{
        padding: 10px 15px;
    }


    
}


@media screen and (max-width:700px) {

    /* --------------- se01 점포리스트 --------------- */
    .se01 .top{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    .se01 .txt3{
        margin-top: 5px;
    }



    /* --------------- se03 순익 산정 방법 --------------- */
    .se03 .diagram-wrap{
        padding: 30px;
    }
    .se03 .diagram-wrap .cost{
        max-width: 100px;
        height: 100px;
    }
    .se03 .diagram-wrap .cost .tit{
        font-size: 15px;
    }
    .se03 .diagram-wrap .cost .sub{
        font-size: 10px;
        margin-top: 5px;
    }

    .se03 .diagram-wrap .cost-list{
        max-width: 310px;
        height: 310px;
    }
    .se03 .diagram-wrap .middle .line{
        width: 35px;
    }
    .se03 .diagram-wrap .cost.profit-circle{
        max-width: unset;
        width: 230px;
        height: 230px;
    }
    .se03 .diagram-wrap .middle02{
        margin-left: 50px;
    }

    .se03 .detail-wrap .container{
        flex-direction: column;
        width: 85%;
    }
    .se03 .detail-wrap .lft{
        width: 100%;
        margin: unset;
        text-align: center;
    }
    .se03 .detail-wrap .middle{
        position: unset;
        transform: unset;
        margin: 20px auto;
    }
    .se03 .detail-wrap .rgt{
        width: 100%;
        margin: unset;
        text-align: center;
    }
    .se03 .detail-wrap .lft .tit1,
    .se03 .detail-wrap .rgt .tit1{text-align: center;}
    .se03 .detail-wrap .middle .frame img{
        transform: rotate(-90deg);
    }



    /* --------------- se06 SKILL --------------- */
    .se06 h3{
        text-align: center;
    }
    .se06 .slide .swiper-container{
        margin: 0 30px;
    }
    .se06 .slide li{
        flex-direction: column;
        padding: 25px;
    }
    .se06 .slide .cover{
        width: 80%;
        height: unset;
        margin: 0 auto 25px;
    }
    .se06 .slide .frame{
        width: 80%;
        height: unset;
    }
    .se06 .slide .cover p{
        position: unset;
        transform: unset;
        margin-top: -20px;
    }
    .se06 .slide .txtbox{
        width: 100%;
        text-align: center;
    }
    .se06 .slide .txtbox .tit{
        font-size: 20px;
    }
    .se06 .slide .txtbox .bar{
        width: 60px;
        height: 2px;
        margin: 15px auto;
    }
    .se06 .swiper-button-next:after, .se06 .swiper-button-prev:after{
        font-size: 30px;
    }
    .se06 .slide .swiper-button-prev{
        left: 0;
    }
    .se06 .slide .swiper-button-next{
        right: 0;
    }
    .se06 .swiper-pagination{
        margin-top: 25px;
    }



    



    /* --------------- se11 인테리어 --------------- */
    .se11 .button{
        margin-top: 40px;
    }



    /* --------------- se12 마케팅 홍보 --------------- */
    .se12 .titsub br{display: none;}


}


@media screen and (max-width:600px) {

    /* 공통 */
    .tit1{
        font-size: 26px;
        margin-bottom: 30px;
    }
	.tit1_2{
		font-size:22px;
	}
    .txt1{
        font-size: 18px;
    }
    .txt2{
        font-size: 16px;
    }
    .txt3{
        font-size: 15px;
    }
    .txt4{
        font-size: 14px;
    }
    .txt4.mb30{margin-bottom: 15px;}


    /* 팝업 */
    .popup{
        width: 90%;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
    }
    .popup .btn-clse{
        width: 30px;
        height: 30px;
        font-size: 24px;
    }
    .popup .dayclse{
        font-size: 16px;
    }


    /* 신규가맹점 오픈 */
    .newopen img.pc{display: none;}
    .newopen img.mo{display: block;}



    /* --------------- se01 점포리스트 --------------- */
    .se01 .slide li{
        font-size: 16px;
    }



    /* --------------- se02 가맹점 순이익 --------------- */
    .se02 .txt1 .big{
        display: block;
        font-size: 20px;
        margin-top: 5px;
    }
    .se02 .frame{
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .se02 .table-list{
        margin-top: 15px;
    }
    .se02 .table-wrap .head{
        font-size: 18px;
        height: 60px;
    }
    .se02 .table-wrap ul li{
        height: 52px;
    }
    .se02 .table-wrap ul li .name{
        font-size: 16px;
    }
    .se02 .table-wrap ul li .profits{
        font-size: 18px;
    }
    .se02 .btmtxt{
        margin-top: 30px;
    }



    /* --------------- se03 순익 산정 방법 --------------- */
    .se03 .subtxt br{display: none;}
    .se03 .diagram-wrap{
        padding: 20px 15px;
    }
    .se03 .diagram-wrap .container{
        flex-direction: column;
    }    
    .se03 .diagram-wrap .middle{display: none;}
    .se03 .diagram-wrap .cost-list{
        width: 100%;
    }
    .se03 .diagram-wrap .fixcost{
        position: relative;
        width: 100%;
        margin: 30px 0;
        margin-left: 50px;
        transition-delay: unset;
    }
    .se03 .diagram-wrap .fixcost:before{
        display: block;
        position: absolute;
        top: 50%;
        right: calc(100% + 20px);
        width: 40px;
        height: 3px;
        background-color: #9a9a9a;
        content: '';
    }
    .se03 .diagram-wrap .cost.profit-circle{
        position: relative;
        margin: unset;
        margin-left: 60px;
        transition-delay: unset;
    }
    .se03 .diagram-wrap .cost.profit-circle:before{
        display: block;
        position: absolute;
        top: 47%;
        right: calc(100% + 20px);
        width: 40px;
        height: 3px;
        background-color: #9a9a9a;
        content: '';
    }
    .se03 .diagram-wrap .cost.profit-circle:after{
        display: block;
        position: absolute;
        top: 53%;
        right: calc(100% + 20px);
        width: 40px;
        height: 3px;
        background-color: #9a9a9a;
        content: '';
    }

    .se03 .detail-wrap .txt2{
        margin-bottom: 10px;
    }



    /* --------------- se04 성공창업스토리 --------------- */
    .se04 h3{
        font-size: 24px;
    }
    .se04 .slide .video{
        /* height: 240px; */
    }
    .se04 .slide .txtbox{
        min-height: 200px;
        padding: 20px;
    }
    .se04 .slide .txtbox p.txt{
        margin: 10px 0 15px;
    }
    .se04 .act .pagination{
        margin: 0 10px;
    }
    .se04 .act .swiper-button-next:after, .se04 .act .swiper-button-prev:after{
        font-size: 22px;
    }




    /* --------------- se05 경쟁력의 비결 --------------- */
    .se05 .img-wrap{
        display: none;
    }
    .se05 .slide li{
        height: 180px;
    }
    .se05 .slide .tag{
        min-width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        bottom: -20px;
    }
    .se05 .txtbox{
        margin: 35px 0;
    }
    .se05 .button{
        width: 150px;
    }



    /* --------------- se07 매출신화 --------------- */
    .se07 .exp-wrap .titbox{
        padding: 4px 10px;
        border-radius: 18px;
        margin-right: 12px;
    }
    .se07 .exp-wrap .titbox .num{
        margin-right: 4px;
    }
    .se07 .exp-wrap .parbox br{display: none;}
    .se07 .exp-wrap .parbox br.nobr{display: block;}



    /* --------------- se10 친환경인증 --------------- */
    .se10 .subtxt{
        margin: 5px 0 20px;
    }
    .se10 .slide li{
        height: 500px;
    }



    /* --------------- se12 마케팅 홍보 --------------- */
    .se12 .titsub{
        margin-bottom: 25px;
    }
    .se12 li{
        height: 200px;
    }



    /* --------------- se13 환경 리유저블 --------------- */
    .se13 p.txt3{
        line-height: 1.6;
    }
    .se13 .video-wrap{
        margin-top: 20px;
    }
	.space_text{
		letter-spacing:-.5px;
	}


    /* --------------- fixed-bar --------------- */    
    .fixed-bar .container{
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .fixed-bar .cont-wrap{
        width: 100%;
    }
    .fixed-bar .cont-wrap .circle{
        min-width: 70px;
        height: 70px;
        margin-right: 10px;
    }
    .fixed-bar .cont-wrap .circle .ico{
        font-size: 16px;
        margin-bottom: 2px;
    }
    
}


@media screen and (max-width:450px) {

    /* 공통 */
    .tit1{
        font-size: 22px;
    }
	.tit1_2{
		font-size:25px;
		display: block;
	}
    .txt1{
        font-size: 17px;
    }
    .txt2{
        font-size: 15px;
    }
    .txt3{
        font-size: 14px;
    }
    .txt4{
        font-size: 13px;
    }


    /* 팝업 */
    .popup .dayclse{
        font-size: 15px;
    }


    /* --------------- se01 점포리스트 --------------- */
    .se01 .slide .swiper-container{
        border-top: 3px solid #282828;
        border-bottom: 3px solid #282828;
    }
    .se01 .slide li{
        padding: 15px 20px;
        font-size: 15px;
    }



    /* --------------- se02 가맹점 순이익 --------------- */
    .se02 .txt1 .big{
        font-size: 18px;
    }    
    .se02 .table-wrap .head{
        font-size: 16px;
        height: 50px;
    }
    .se02 .table-wrap ul li{
        height: 45px;
    }
    .se02 .table-wrap ul li .name{
        justify-content: left;
        font-size: 14px;
    }
    .se02 .table-wrap ul li .profits{
        font-size: 16px;
    }
    .se02 .btmtxt{
        margin-top: 15px;
    }



    /* --------------- se03 순익 산정 방법 --------------- */
    .se03 .tri{
        border-top:25px solid transparent;
        border-right:25px solid transparent;
        border-left:25px solid transparent;
        border-bottom:25px solid #f9f9f9;
    }
    .se03 .detail-wrap{
        padding: 50px 0;
    }



    /* --------------- se04 성공창업스토리 --------------- */
    .se04 h3{
        font-size: 20px;
    }
    .se04 .slide .video{
        /* height: 200px; */
    }
    .se04 .slide .txtbox{
        padding: 15px;
    }
    .se04 .slide .txtbox p.txt br{display: none;}
    .se04 .act{
        margin-top: 15px;
    }



    /* --------------- se05 경쟁력의 비결 --------------- */
    .se05 h3{
        margin-bottom: 30px;
    }
    .se05 .slide-list{
        flex-direction: column;
    }
    .se05 .slide-list .slide-wrap{
        width: 100%;
    }
    .se05 .slide li{
        height: 250px;
    }
    .se05 .txtbox .txt1{
        margin-bottom: 10px;
    }



    /* --------------- se06 SKILL --------------- */
    .se06 .slide li{
        padding: 15px;
    }
    .se06 .slide .txtbox .tit{
        font-size: 18px;
    }
    .se06 .slide .txtbox .bar{
        width: 50px;
    }
    .se06 .swiper-pagination{
        margin-top: 15px;
    }
    .se06 .swiper-pagination-bullet{
        width: 30px;
    }



    /* --------------- se07 매출신화 --------------- */
    .se07 .titsub{
        margin-bottom: 15px;
    }
    .se07 .exp-wrap .flt-img{
        margin-bottom: 15px;
    }



    /* --------------- se08 배달 경쟁력 --------------- */
    .se08 .titbox,.se09 .titbox{
        width: 170px;
        padding: 5px 15px;
        margin-bottom: 10px;
        font-size: 14px;
        border-radius: 15px;
    }
    .se08 .slide{
        margin-top: 25px;
    }
    .se08 .slide .swiper-container{
        margin: 0 30px;
    }
    .se08 .slide li{
        height: 340px;
        padding-top: 30px;
    }
    .se08 .slide li .num{
        width: 35px;
        line-height: 35px;
    }
    .se08 .swiper-button-next:after, .se08 .swiper-button-prev:after{
        font-size: 28px;
    }



    /* --------------- se09 틱톡 --------------- */
    .se09 .titbox{
        width: unset;
    }
    .se09 .titbox .ico{
        width: 18px;
    }
    .se09 .lft .btm p .br02{display: block;}
    .se09 .rgt .hoverbox p{
        margin-bottom: 15px;
    }
    .se09 .rgt .hoverbox .btn-bubble{
        width: 170px;
        height: 40px;
        line-height: 40px;
    }



    /* --------------- se10 친환경인증 --------------- */
    .se10 .slide .cover{
        left: 30px;
        font-size: 18px;
    }
    .se10 .slide li{
        height: 460px;
        padding: 20px 30px 35px;
    }
    .se10 .slide li .txtbox{
        margin-top: 60px;
    }
    .se10 .slide li .txtbox .bar{
        width: 35px;
        height: 1px;
    }
    .se10 .slide li .txtbox .txt2{
        margin-bottom: 5px;
    }
    .se10 .slide li .frame{
        height: 50%;
    }
    .se10 .swiper-button-next:after, .se10 .swiper-button-prev:after{
        font-size: 26px;
    }
    .se10 .swiper-button-prev{
        left: 3px;
    }
    .se10 .swiper-button-next{
        right: 3px;
    }
    .se10 .slide .swiper-pagination{
        width: 100%;
    }

    .se10 .tea-wrap .slide li{padding-top: 55px;}
    .se10 .tea-wrap .slide .li01 .frame{
        height: 65%;
    }
    .se10 .tea-wrap .slide .li05 .frame img{
        max-height: 150px;
    }
    .se10 .tea-wrap .slide .li09 .frame{
        height: 65%;
    }



    /* --------------- se11 인테리어 --------------- */
    .se11 .titsub br{display: none;}
    .se11 .bar{
        margin: 20px auto 35px;
    }
    .se11 .interior-wrap ol li{
        width: calc(100%/2 - 15px/2);
        margin-bottom: 15px;
    }
    .se11 .button{
        margin-top: 25px;
    }
    


    /* --------------- se12 마케팅 홍보 --------------- */
    .se12 li{
        height: 160px;
    }



    /* --------------- se13 환경 리유저블 --------------- */
    .se13 p.txt3 br{display: none;}



    /* --------------- fixed-bar --------------- */   
    .fixed-bar .cont-wrap{
        padding: 7px 10px;
    } 
    .fixed-bar .cont-wrap .circle{
        min-width: 60px;
        height: 60px;
        border: 1px solid #ffb400;
    }
    .fixed-bar .cont-wrap .circle .ico{
        margin-bottom: 0;
    }
    .fixed-bar .cont-wrap .circle p{
        font-size: 12px;
    }

}


@media screen and (max-width:350px) {

    /* --------------- se02 가맹점 순이익 --------------- */
    .se02 .table-wrap ul li .name{
        font-size: 13px;
        padding: 0 5px;
    }
    .se02 .table-wrap ul li .profits{
        font-size: 14px;
    }



    /* --------------- se03 순익 산정 방법 --------------- */
    .se03 .diagram-wrap .cost-list{
        max-width: 255px;
        height: 255px;
    }
    .se03 .diagram-wrap .cost{
        max-width: unset;
        width: 85px;
        height: 85px;
    }
    .se03 .diagram-wrap .cost.profit-circle{
        width: 180px;
        height: 180px;
    }
    .se03 .diagram-wrap .fixcost{
        margin: 20px 0;
        margin-left: 40px;
    }
    .se03 .diagram-wrap .fixcost:before{
        width: 35px;
    }
    .se03 .diagram-wrap .cost.profit-circle:before{
        width: 35px;
    }
    .se03 .diagram-wrap .cost.profit-circle:after{
        width: 35px;
    }


    /* --------------- se04 성공창업스토리 --------------- */
    .se04 .slide .video{
        /* height: 160px; */
    }



    /* --------------- se05 경쟁력의 비결 --------------- */
    .se05 .slide li{
        height: 180px;
    }



    /* --------------- se06 SKILL --------------- */
    .se06 .slide .swiper-container{
        margin: 0 25px;
    }
    .se06 .swiper-button-next:after, .se06 .swiper-button-prev:after{
        font-size: 24px;
    }


    /* --------------- se10 친환경인증 --------------- */
    .se10 .tea-wrap .slide .li11 .frame{
        height: 35%;
    }


    /* --------------- fixed-bar --------------- */
    .fixed-bar .cont-wrap p.pctxt{display: none;}
    .fixed-bar .cont-wrap p.motxt{display: block;}

}



@media screen and (max-width:280px) {
    /* --------------- se02 가맹점 순이익 --------------- */
    .se02 .table-wrap ul li .name{
        font-size: 12px;
        padding: 0 3px;
    }
    .se02 .table-wrap ul li .profits{
        font-size: 13px;
    }
}

/*--------------------220708 페이지 추가------------------*/

.deco-line {
  display: block;
  margin: 0 auto;
  height: 3px;
  background-color: #1c1c1c;
}

.deco-line.deco-line-m {
  width: 60px;
}

.deco-line.deco-line-s {
  width: 30px;
}

.tit-why {
  font-size: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:3%;
}

.why-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
		  flex-direction: column;
		  gap:150px;
}

.why-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
        justify-content: flex-start; 
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	gap:5%;
}

.why-list li .icon {
  height: 250px;
}

.why-list li .icon img, .why-list li .icon svg {
  display: block;
  height: 100%;
  width: auto;
}



.why-text-box > .deco-line {
  margin-top: 80px;
}

.month-text-box > .deco-line {
  margin-top: 80px;
}

.vat-r {
  margin-bottom: 20px;
}

.month-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.month-list li {
  width: calc((100% / 6) - ((25px * 5) / 6));
  margin-right: 25px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #2d2d2d;
  padding: 20px 10px;
  padding-bottom: 25px;
  border-radius: 15px;
}

.month-list li:nth-of-type(6n) {
  margin-right: 0;
}

.month-list li .month-tit {
  font-size: 22px;
  line-height: 1.4;
}

.month-list li .deco-line {
  margin: 20px auto;
}

.month-list li .month-text {
  font-size: 34px;
}

.month-list li .month-text .won {
  font-size: 0.9em;
}

.area-box > .deco-line {
  margin-top: 80px;
}

.area-box .img-box {
  position: relative;
}

.area-box .img-box .text-inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 560px;
  padding: 70px 0;
  border: 7px solid #1c1c1c;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.9);
}

.area-box .img-box .text-inner .text {
  text-align: center;
}

.area-box .img-box .text-inner .text:not(:nth-of-type(1)) {
  margin-top: 20px;
}

.area-box .img-box img {
  display: block;
  height: 880px;
  width: auto;
  margin: 0 auto;
}

.sale-table-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sale-table-list li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
  margin-top: 90px;
}



.sale-table-list li p {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}

.sale-table-list li p:not(:nth-of-type(1)) {
  margin-top: 15px;
}

.sale-table-list li p::before {
  content: '※';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
  color: inherit;
}

.sale-table-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  padding: 0 30px;
  background-color: #1c1c1c;
  border-radius: 30px;
  margin-bottom: 40px;
  font-size: 14px;
}

.sale-table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #1c1c1c;
}

.sale-table .bgc-yellow {
  background-color: #ffb400;
}

.sale-table .bgc-blue {
  background-color: #8ec3ff;
}

.sale-table .bgc-ivory {
  background-color: #fffeb2;
}

.sale-table th, .sale-table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  line-height: 120%;
  padding: 7px 20px;
  font-size: 14px;
}

.sale-table th {
  font-weight: 500;
}

.sale-table thead th {
  border: 2px solid #1c1c1c;
}

.sale-table tbody tr:not(:nth-of-type(1)) th, .sale-table tbody tr:not(:nth-of-type(1)) td {
  border-top: 2px solid #a6a6a6;
}

.sale-table tbody tr th, .sale-table tbody tr td {
  border-left: 2px solid #1c1c1c;
  border-right: 2px solid #1c1c1c;
}

.youtube-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.youtube-wrap .left,
.youtube-wrap .right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
  width: 50%;
}

.youtube-wrap .left .tit {
  margin-bottom: 40px;
}

.youtube-wrap .left .video-box {
  margin-top: 15px;
  margin-bottom: 25px;
}

.youtube-wrap .left .video-box iframe {
  display: block;
  width: 560px;
  height: 315px;
  max-width: 100%;
}

.youtube-wrap .left .text {
  max-width: 90%;
}

.youtube-wrap .right .tit {
  margin-bottom: 20px;
}

.youtube-wrap .right .second-list {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 25px;  
  margin: 0 auto;
}

.youtube-wrap .right .second-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  border: 2px solid #1c1c1c;
}

.youtube-wrap .right .second-list li:not(:nth-of-type(1)) {
  margin-top: -1px;
}

.youtube-wrap .right .second-list li .icon {
  font-size: 16px;
  margin-right: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 4px;
}

.youtube-wrap .right .second-list li .text-box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
}

.youtube-wrap .right .second-list li .text-box::before {
  content: '';
  width: 2px;
  height: 10px;
  position: absolute;
  display: block;
  background-color: #555;
  left: 0;
  top: 8px;
}

.youtube-wrap .right .second-list li .text-box p {
  display: inline-block;
  padding-right: 3px;
}

.youtube-wrap .right .second-list li .text-box p:not(:nth-of-type(1))::before {
  content: '/';
  font-size: inherit;
  color: inherit;
  padding-right: 6px;
}

.plus_box{
	display: flex;
    flex-direction: column;
    align-items: center;
	background:#fff;
	border-radius:20px;
	border:3px solid #1b1b1b;
}
.plus_box_art{
	display:inline-block;
	padding:10px 20px;
	color:rgba(0,0,0,0.5);
	border-radius:10px;
	text-align: center;
}

.plus_box_img{
	background:#fbfbfb;
}
.plus_box_img .plus_box_bot ul{
	display: flex;
  align-items: center;
  gap: 25px;
    justify-content: center;
	width: 95%;
  margin: 0 auto;
}
.plus_box_img .plus_box_bot ul .rt_txt{
  display: flex;
  align-items: center;
  gap: 10px;	
  margin-top:25px;
}
.plus_box_img .plus_box_bot ul li .rt{
	display:inline-block;
	width:20px;
	height:20px;
}
.rt01{
	background:#ffefcb;
}
.rt02{
	background:#ffcd5e;
}
.rt03{
	background:#ffe1a1;
}
.rt04{
	background:#ffb400;
}
.rtg{
	background:#eee;
}
.plus_box_img .plus_box_bot .rt_box1 {
	
	gap:0;
	border-radius:10px;
	overflow:hidden;
	width:90%;
	margin:50px auto;
	
}
.plus_box_img .plus_box_bot .rt_box1 li{
	height:130px;
	display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  gap:8px;
	  text-align: center;
}
.rt_box01{
	width:12%;
}
.rt_box02{
	width:28%;
}
.rt_box03{
	width:12%;
}
.rt_box04{
	width:10%;
}
.rt_box05{
	width:38%;
}

.bd_01 {
	border-radius:10px 0 0 10px;
}

.plus_box_bot {
	width:100%;
}

.ct_border{
	display:block;
	width:90%;
	height:2px;
	background:#eee;
	margin:0 auto
}

.rt_box2_02{
	width:30%;
}
.rt_box2_03{
	width:14%;
}
.rt_box2_04{
	width:10%;
}
.rt_box2_05{
	width:34%;
}


.rt_box3_02{
	width:32%;
}
.rt_box3_03{
	width:14%;
}
.rt_box3_04{
	width:10%;
}
.rt_box3_05{
	width:32%;
}


.rt_box4_02{
	width:33%;
}
.rt_box4_03{
	width:13%;
}




.txtbc{
	font-size:28px;
}
.tr_ad{
	font-size:26px;
}
.rt_txt{
	font-size:16px;
}
.rt_txt2{
	font-size:14px;
}


.rt_art{
	width:90%;
	margin:0 auto;
}
.rt_art_p{
font-size:14px ;
color:#666;
line-height:1.5;
}



.why_plus{
	width:100%;
	padding:50px;
	border:3px solid #1b1b1b; 
	margin-top:100px;
	border-radius:25px;
	text-align:center;
	box-sizing:border-box;
}
.why_border{
	text-decoration: none;
    letter-spacing: -0.075em;
    background: linear-gradient(to top, #1b1b1b 2px, transparent 0%);
}
.why_plus br{
	display:none;
}


@media screen and (max-width: 1300px) {
  .month-list li .month-tit {
    font-size: 20px;
  }
  .month-list li .month-text {
    font-size: 30px;
  }
  .area-box .img-box .text-inner {
    width: 540px;
    padding: 65px 0;
  }
  .area-box .img-box .text-inner .text:not(:nth-of-type(1)) {
    margin-top: 17px;
  }
  .area-box .img-box img {
    height: 800px;
  }
  .sale-table-list li {
    padding: 0 20px;
    margin-top: 70px;
  }
  .sale-table-list li p:not(:nth-of-type(1)) {
    margin-top: 13px;
  }
  .sale-table-tit {
    padding: 0 25px;
    margin-bottom: 35px;
  }
  .sale-table th, .sale-table td {
    padding: 6px 17px;
  }
  .youtube-wrap .left,
  .youtube-wrap .right {
    padding: 0 20px;
  }
  .youtube-wrap .left .tit {
    margin-bottom: 35px;
  }
  .youtube-wrap .left .video-box iframe {
    width: 500px;
    height: 281.25px;
  }
  .txtbc {
  font-size: 24px;
}
}

@media screen and (max-width: 1200px) {
  .tit-why {
    font-size: 100px;
  }
  .why-list li {
    padding: 0 30px;
  }
  .why-list li .icon {
    height: 230px;
  }

  .month-list li {
    width: calc((100% / 4) - ((25px * 3) / 4));
  }
  .month-list li:nth-of-type(6n) {
    margin-right: 25px;
  }
  .month-list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .area-box .img-box .text-inner {
    width: 520px;
    padding: 60px 0;
  }
  .area-box .img-box .text-inner .text:not(:nth-of-type(1)) {
    margin-top: 15px;
  }
  .area-box .img-box img {
    height: 760px;
  }
  .sale-table-list li {
    padding: 0 15px;
    margin-top: 50px;
  }
  .sale-table-list li p:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .sale-table-tit {
    margin-bottom: 30px;
    font-size: 13px;
  }
  .sale-table th, .sale-table td {
    padding: 5px 15px;
    font-size: 13px;
  }
  .youtube-wrap .left,
  .youtube-wrap .right {
    padding: 0 15px;
  }
  .youtube-wrap .left .tit {
    margin-bottom: 30px;
  }
  .youtube-wrap .left .video-box {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .youtube-wrap .left .video-box iframe {
    width: 450px;
    height: 258.75px;
  }
  .txtbc {
	  font-size: 22px;
	}



	.rt_box01{
		width:12%;
	}
	.rt_box02{
		width:22%;
	}
	.rt_box03{
		width:17%;
	}
	.rt_box04{
		width:15%;
	}
	.rt_box05{
		width:34%;
	}


	.rt_box2_02{
		width:28%;
	}
	.rt_box2_03{
		width:17%;
	}
	.rt_box2_04{
		width:14%;
	}
	.rt_box2_05{
		width:28%;
	}


	.rt_box3_02{
		width:26%;
	}
	.rt_box3_03{
		width:19%;
	}
	.rt_box3_04{
		width:15%;
	}
	.rt_box3_05{
		width:28%;
	}


	.rt_box4_02{
		width:32%;
	}
	.rt_box4_03{
		width:13%;
	}




	
	.tr_ad{
		font-size:26px;
	}
	.rt_txt{
		font-size:16px;
	}
	.rt_txt2{
		font-size:14px;
	}


}

@media screen and (max-width: 1024px) {
  .deco-line.deco-line-m {
    width: 50px;
  }
  .deco-line.deco-line-s {
    width: 25px;
  }
  .tit-why {
    font-size: 90px;
  }
  .why-list li {
    padding: 0 20px;
  }
  .why-list li .icon {
    height: 200px;
  }

  .month-list li {
    width: calc((100% / 4) - ((20px * 3) / 4));
    padding: 15px 7px;
    padding-bottom: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .month-list li:nth-of-type(6n) {
    margin-right: 20px;
  }
  .month-list li .deco-line {
    margin: 15px auto;
  }
  .month-list li .month-tit {
    font-size: 18px;
  }
  .month-list li .month-text {
    font-size: 27px !important;
  }
}

@media screen and (max-width: 991px) {
	.why-text-box > .deco-line {
	  margin-top: 55px;
	}
  .month-text-box > .deco-line {
    margin-top: 55px;
  }
  .area-box > .deco-line {
    margin-top: 55px;
  }
  .youtube-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .youtube-wrap .left,
  .youtube-wrap .right {
    padding: 0;
    width: 100%;
  }
  .youtube-wrap .left {
    text-align: center;
  }
  .youtube-wrap .left .video-box iframe {
    margin: 0 auto;
    width: 500px;
    height: 281.25px;
  }
  .youtube-wrap .left .text {
    max-width: 60%;
    margin: 0 auto;
  }
  .youtube-wrap .right {
    margin-top: 70px;
  }
}

@media screen and (max-width: 850px) {
  .tit-why {
    font-size: 85px;
  }
  .why-list li {
    padding: 0 15px;
  }
  .why-list li .icon {
    height: 180px;
  }

  .month-list li .month-tit {
    font-size: 17px;
  }
  .month-list li .month-text {
    font-size: 23px;
  }
  .area-box .img-box .text-inner {
    width: 480px;
    padding: 50px 0;
  }
  .area-box .img-box img {
    height: 700px;
  }
  .sale-table-list li {
    width: 100%;
    padding: 0;
    margin-top: 70px;
  }
  .sale-table-list li:nth-of-type(2) {
    margin-top: 70px;
  }
  .sale-table-list li:nth-last-of-type(1) {
    margin-top: 30px;
  }
  .sale-table-list li:nth-last-of-type(1) .sale-table-tit {
    display: none;
  }
  .plus_box_img .plus_box_bot .rt_box1{
	width:95%;
  }
  .plus_box_img .plus_box_bot .rt_box1 li{
	font-size:14px;
  }
	.tr_ad{
		font-size:22px !important;

	}
	.txtbc {
	  font-size: 20px;
	}
	.txtbc br{
		display:block;
	}
}

@media screen and (max-width: 700px) {
  .deco-line {
    height: 2px;
  }
  .why-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
  .why-list li {
    width: 100%;
    padding: 20px 0;
  }
  .why-list li:nth-of-type(1) {
    padding-top: 0;
  }
  .why-list li:nth-of-type(2) {
    background-color: #fbfbfb;
    position: relative;
  }
  .why-list li:nth-of-type(2)::before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
    -webkit-transform: scaleX(1.2);
            transform: scaleX(1.2);
  }
  .why-list li:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  .why-list li .icon {
    height: 200px;
  }

  .vat-r {
    margin-bottom: 15px;
  }
  .month-list li {
    width: calc((100% / 3) - ((15px * 2) / 3));
    padding: 10px 5px;
    padding-bottom: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    border-width: 2px;
  }
  .month-list li:nth-of-type(6n) {
    margin-right: 15px;
  }
  .month-list li:nth-of-type(4n) {
    margin-right: 15px;
  }
  .month-list li:nth-of-type(3n) {
    margin-right: 0;
  }
  .month-list li .deco-line {
    margin: 10px auto;
  }
  .month-list li .month-tit {
    font-size: inherit;
  }
  .month-list li .month-text {
    font-size: 1.5em;
  }





}

@media screen and (max-width: 600px) {
  .deco-line.deco-line-m {
    width: 40px;
  }
  .ss_dec {
		font-size: 14px;		
	}
  .deco-line.deco-line-s {
    width: 20px;
  }
  .tit-why {
    font-size: 80px;
  }
  .why-text-box > .deco-line {
	  margin-top: 40px;
	}
  .month-text-box > .deco-line {
    margin-top: 40px;
  }
  .area-box > .deco-line {
    margin-top: 40px;
  }
  .area-box .img-box .text-inner {
    width: 90%;
    padding: 45px 15px;
    bottom: 25%;
    border-width: 5px;
  }
  .area-box .img-box .text-inner .text:not(:nth-of-type(1)) {
    margin-top: 13px;
  }
  .area-box .img-box img {
    width: 100%;
    height: auto;
  }
  .sale-table-list li {
    margin-top: 50px;
  }
  .sale-table-list li:nth-of-type(2) {
    margin-top: 50px;
  }
  .sale-table-list li:nth-last-of-type(1) {
    margin-top: 25px;
  }
  .sale-table-list li:nth-last-of-type(1) .sale-table-tit {
    display: none;
  }
  .sale-table-list li p {
    padding-left: 16px;
  }
  .sale-table-list li p:not(:nth-of-type(1)) {
    margin-top: 7px;
  }
  .sale-table th, .sale-table td {
    padding: 5px 10px;
  }
  .sale-table-tit {
    margin-bottom: 25px;
  }
  .youtube-wrap .left {
    text-align: center;
  }
  .youtube-wrap .left .video-box {
    margin-bottom: 15px;
  }
  .youtube-wrap .left .video-box iframe {
    width: 90vw;
    height: 50.625vw;
  }
  .youtube-wrap .left .tit {
    margin-bottom: 25px;
  }
  .youtube-wrap .left .text {
    max-width: 100%;
  }
  .youtube-wrap .right {
    margin-top: 50px;
  }
  .youtube-wrap .right .tit {
    margin-bottom: 15px;
  }
  .youtube-wrap .right .second-list {
    padding: 10px 20px;
  }
  .youtube-wrap .right .second-list li {
    padding: 3px 10px;
  }
  .youtube-wrap .right .second-list li .icon {
    font-size: 16px;
    margin-top: 3px;
  }
  .youtube-wrap .right .second-list li .text-box::before {
    top: 7px;
  }

	.why_plus{
		margin-top: 50px;
		padding:30px;
	}
	.why_plus br {
		display: block;
	}
	
	.plus_box_art br{
		display:block;
	}
	.plus_box_art{
		padding:10px 10%;
	}
	.tit1_2 {
       letter-spacing: -1px;
	}

	.plus_box_img .plus_box_bot .rt_box1 li {
	  font-size: 12px;
	}
	.txtbc {
	  font-size: 18px;
	}
	.tr_ad {
	  font-size: 18px !important;
	}
	.rt_txt {
	  font-size: 14px;
	}
	.rt_art_p {
	  font-size: 12px;
	  
	}
}

@media screen and (max-width: 450px) {
  .why-text-box .txt4 br {
    display: none;
  }

  .why-list li {
    padding: 40px 0;
  }
  .why-list li .icon {
    height: 180px;
  }

  .month-list li {
    width: calc((100% / 2) - (15px / 2));
    margin-right: 15px;
    font-size: 14px;
    border-radius: 10px;
  }
  .month-list li:nth-of-type(6n) {
    margin-right: 15px;
  }
  .month-list li:nth-of-type(4n) {
    margin-right: 15px;
  }
  .month-list li:nth-of-type(3n) {
    margin-right: 15px;
  }
  .month-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .month-list li .deco-line {
    margin: 7px auto;
  }
  .area-box .img-box .text-inner {
    padding: 20px 10px;
    border-radius: 27px;
  }
  .area-box .img-box .text-inner .text:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
  .sale-table-list li {
    margin-top: 40px;
  }
  .sale-table-list li:nth-of-type(2) {
    margin-top: 40px;
  }
  .sale-table-list li:nth-last-of-type(1) {
    margin-top: 20px;
  }
  .sale-table-list li p {
    padding-left: 14px;
  }
  .sale-table th, .sale-table td {
    padding: 3px 7px;
    font-size: 12px;
  }
  .sale-table-tit {
    margin-bottom: 20px;
  }
  .youtube-wrap .right {
    margin-top: 40px;
  }
  .youtube-wrap .right .second-list {
    padding: 10px 15px;
  }
  .youtube-wrap .right .second-list li .icon {
    font-size: 14px;
    margin-right: 10px;
  }
  .youtube-wrap .right .second-list li .text-box {
    padding-left: 7px;
  }
  .youtube-wrap .right .second-list li .text-box::before {
    top: 6px;
  }
  .tit-why {
    font-size:75px;
  }
  .txtbc {
	  font-size: 20px;
	}

  .plus_box_img .plus_box_bot ul {	
	  gap: 0%;
	  flex-wrap: wrap;
	  width: 95%;
	}

	.plus_box_img .rt_box01_1 .rt_box1{
		flex-direction: column;
	}
	.rt_box01 {
		width:100% !important;		
		padding:25px 0;
		height: auto !important;
	}
	.plus_box_img .plus_box_bot ul .rt_txt {	
	  gap: 3px;
	  font-size: 12px;
	  width: 46% !important;
	  padding:0;
	}
	.plus_box_img .plus_box_bot .rt_box1 { 
	  margin: 30px auto;
	}
	

	.plus_box_img .plus_box_bot .rt_box1 li{
		height:90px;
	}



	.rt_box02 {
	  width: 60%;
	  
	}
	.rt_box03 {
	  width: 40%;
	  
	}
	.bd_01{
		border-radius: 10px 0 0 0;
	}
	.bd_02{
		border-radius: 0 10px 0 0;
	}
	.rt_box04 {
	  width: 35%;
	}
	.rt_box05 {
	  width: 65%;
	}

	.rt_box2_02 {
	  width: 60%;
	   
	}
	.rt_box2_03 {
	  width: 40%;
	   
	}
	.rt_box2_04 {
	  width: 35%;
	}
	.rt_box2_05 {
	  width: 65%;
	}
	
	.rt_box3_02 {
	  width: 65%;
	}
	.rt_box3_03 {
	  width: 35%;
	}
	.rt_box3_04 {
	  width: 35%;
	}
	.rt_box3_05 {
	  width: 65%;
	}


	.rt_box4_02 {
	  width: 45%;
	}
	.rt_box4_03 {
	  width: 55%;
	}





	


	
}

@media screen and (max-width: 350px) {
  .tit-why {
    font-size: 55px;
  }
  .ss_dec {
	
	letter-spacing: -1px;
}
  .why-list li {
    padding: 35px 0;
  }
  .why-list li .icon {
    height: 160px;
  }
  .area-box .img-box .text-inner {
    padding: 10px 10px;
  }
  .area-box .img-box .text-inner .text {
		
		font-size: 16px;
	}


	
	.plus_box_img .plus_box_bot ul {	
	  gap: 2%;
	  flex-wrap: wrap;
	  
	}



	.plus_box_img .plus_box_bot ul .rt_txt {	
	  gap: 3px;
	  font-size: 12px;
	  width: 46%;
	}
	.plus_box_img .plus_box_bot .rt_box1 { 
	  margin: 30px auto;
	}
	.plus_box_img .plus_box_bot .rt_box1 li{
		gap:6px;
	}
}

@media screen and (max-width:300px) {
	.txt2 {
		font-size: 14px;
	}
}


.why_inwrap{
	flex-direction: row;
	gap: 5%;
}
.why_inwrap .why_in{
	flex-direction: column;
	gap: 30px;
	width:30%;
}
@media screen and (max-width: 800px) {
	.why_inwrap{
		flex-direction: column;
		gap: 100px;
	}
	.why_inwrap .why_in{
		flex-direction: column;
		gap: 30px;
		width:100%;
	}
	
}
@media screen and (max-width: 600px) {
	.why_inwrap{		
		gap: 50px;
	}	
	
}
@media screen and (max-width: 450px) {
	.why_inwrap{		
		gap: 30px;
	}	
	
}



/* --------------- 경쟁력123 --------------- */
.se05 .tit1 br{
	display:none;
}
.se08 .tit1 br{
	display:none;
}
.se11 .tit1 br{
	display:none;
}
.area-box .tit1 br{
	display:none;
}
.se10 .tit1 br{
	display:none;
}
.se12 .tit1 br{
	display:none;
}
.step_box .step_inner{
	display:flex;
	gap:2%;
}
.step_box .step_inner li{
	position:relative;
	width:32%;
	border:4px solid #1f1f1f;
	border-radius:25px;
	padding:45px 25px 25px 25px;
	box-sizing:border-box;
	display: flex;
    flex-direction: column;
    align-items: center;
	gap:5px;
}

.step_box .step_inner li:before{
	position:absolute;
	top:-25px;
	left:20px;
	content:"";
	width:50px;
	height:50px;
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/step_top.svg')no-repeat 50% 50% #fff;
	background-size:cover;
}

.step_box .step_inner li:after{
	position:absolute;
	bottom:-25px;
	right:30px;
	content:"";
	width:50px;
	height:50px;
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/step_btm.svg')no-repeat 50% 50% #fff;
	background-size:cover;
}

.step_ct{
	padding:5px 20px;
	background:#1f1f1f;
	border-radius:50px;
	color:#fff;
	font-size:12px;
}
.txt_s{
	font-size:13px;
	color:#adadad;
	text-align:center;
	margin-top:10px;
	line-height:1.4;
}
.ss_dec{
	font-size:16px;
	letter-spacing:6px;
	color:#2c2c2c;
}
.why-list li .icon{
	border-radius:30px;
	overflow:hidden;
}
.step_box .step_inner li:nth-child(2){
	justify-content: center;
	padding: 0px 20px;
}
.step_inner li .txt1 u br{
	display:none;
}
.why-text-box .txt2 br{
	display:none;
}

@media screen and (max-width: 1200px) {
	.step_box .step_inner li:before,
	.step_box .step_inner li:after{
		width:45px;
		height:45px;
	}
	.step_box .step_inner li:before{
		top: -20px;
	}
	.step_box .step_inner li:after{
		bottom: -20px;
	}
	
	.why-list{
		gap: 130px;
	}
	.why-list li .text{
		width:calc(100% - 300px);
	}
	.why-list li .text br{
		display:none;
	}
}

@media screen and (max-width: 1024px) {
	.step_box .step_inner li:before,
	.step_box .step_inner li:after{
		width:40px;
		height:40px;
	}

	.step_box .step_inner li{
		padding: 40px 20px 20px 20px;
	}
	.step_box .step_inner li:nth-child(2){
		padding: 0px 15px;
	}
	
	.why-list{
		gap: 100px;
	}
}

@media screen and (max-width: 800px) {
	.step_box .step_inner li:before,
	.step_box .step_inner li:after{
		width:35px;
		height:35px;
	}
	.step_box .step_inner li:before{
		top: -15px;
	}
	.step_box .step_inner li:after{
		bottom: -15px;
	}
	.step_inner li .txt1 u br{
		display:block;
	}
	.step_inner li .txt1{
		text-align:center;
	}
	.step_box .step_inner li{
		padding: 30px 15px 15px 15px;
	}
	.step_box .step_inner li:nth-child(2){
		padding: 0px 10px;
	}
	.why-list{
		gap: 80px;
	}
	.why-text-box .txt2 br{
		display:block;
	}
}
@media screen and (max-width: 600px) {
	.step_box .step_inner li:before,
	.step_box .step_inner li:after{
		width:30px;
		height:30px;
	}

	.why-list{
		gap: 0px;
	}
	.why-list li{
		padding:50px 0;
	}
	.step_box .step_inner{
		flex-direction: column;
		align-items: center;
		gap: 50px;
	}
	.step_box .step_inner li{
		width:350px;
		max-width:100%;
	}
	.step_box .step_inner li{
		padding: 20px;
	}
	.step_box .step_inner li:nth-child(2){
		padding: 40px;
	}
	.why-list li{
		flex-direction: column;
		gap:20px;
	}
	.why-list li .icon{
		width:350px;
		max-width:100%;
		height: auto;
	}
	.why-list li .icon img, .why-list li .icon svg{
		width:100%;
	}
	.why-list li .text{
		width:100%;
		text-align:center;
	}
	.ss_dec{
		font-size:12px;
		letter-spacing:3px;
	}
	
	.se14 .sales-list ul li .sum{
		font-size:18px;
	}
}

@media screen and (max-width: 450px) {
	.tit1 {
		font-size: 26px;
	}
	
	.txt2 {
		font-size: 16px;
	}
	.txt_s{
		font-size:14px;
	}
	.txt4 {
		font-size: 12px;
	}
	.sale-table th, .sale-table td {		
		font-size: 13px;
	}
	.se04 h3 {
		font-size: 25px;
	}
	.tit1_left  br{
		display:none;
	}
	.plus_box_art br{
		display:none;
	}


	.step_box .step_inner li:nth-child(2){
		padding: 40px;
	}
	.ss_dec {
		font-size: 10px;
		letter-spacing: 1px;
	}
	.se05 .tit1 br{
		display:block;
	}
	.se08 .tit1 br{
		display:block;
	}
	.se11 .tit1 br{
		display:block;
	}
	.area-box .tit1 br{
		display:block;
	}
	.se10 .tit1 br{
		display:block;
	}
	.se12 .tit1 br{
		display:block;
	}
	/*추가*/
	.mgb30{
		margin-bottom:30px;
	}
	.right-fixed-menu {
		bottom: 160px !important;
	}

	.txt_s br{
		display:none;
	}
	.se14 .sales-list ul li .sum {
		font-size: 15px;
	}
	.se14 .sales-list ul li .name{
		font-size:12px;
	}
}
@media screen and (max-width: 340px) {
	.tit1 {
		font-size: 26px;
	}
	.txt1 {
		font-size: 19px;
	}
	.txt2 {
		font-size: 15px;
	}
	.txt_s{
		font-size:13px;
	}
	.txt4 {
		font-size: 15px;
	}
	.sale-table th, .sale-table td {		
		font-size: 12px;
	}
	.se04 h3 {
		font-size: 22px;
	}
	

}


/*--------------브랜드 소개 수정=-------------*/
.process_wrap{
	display:flex;
	gap:2%;
	flex-wrap: wrap;
    align-items: stretch;
}
.process_wrap li{
	width:49%;
	display: flex;
    flex-direction: column;
	margin-bottom:35px;
}
.process_wrap li img{
	width:100%;
}
.pro_tit{
	display:block;
	padding:15px;
	box-sizing:border-box;
	background:#1b1b1b;
	color:#fff;
	text-align:center;
}
.process_btn{
	margin-top:25px;
}


@media screen and (max-width: 1200px) {
	.process_wrap li{	
		margin-bottom:30px;
	}
}
@media screen and (max-width: 1024px) {
	.process_wrap li{	
		margin-bottom:25px;
	}
}
@media screen and (max-width: 800px) {
	.process_wrap li{	
		margin-bottom:20px;
	}
	.pro_tit{
		padding:10px;
	}
}
@media screen and (max-width: 600px) {
	.process_wrap li{	
		margin-bottom:15px;
	}
}
@media screen and (max-width: 450px) {
	.process_wrap li{	
		margin-bottom:10px;
	}
}
@media screen and (max-width: 800px) {
	.process_wrap li{	
		margin-bottom:5px;
	}
	.pro_tit{
		padding:8px;
	}
}





/* 픽스바 수정 220810 */

@media screen and (max-width: 1024px) {
	.fixed-bar .swiper-wrapper{
		flex-wrap: wrap;
	}
	.fixed-bar .cont-wrap {
	  box-sizing: border-box;
	}

	.pctxt,
	.motxt{
		font-size:12px;
	}
	.stit{
		font-size:12px;
	}

	.fixed-bar .cont-wrap {
	  padding: 10px 10px;
	}

	.pctxt br{
		display:block;
	}
	
}


@media screen and (max-width: 480px) {
	
	.fixed-bar .cont-wrap .circle{		
		width:105px;
		margin-right: 10px;
        flex-direction: column;
        padding: 5px 3px;
        gap:0px;
	}


	.fixed-bar .cont-wrap .circle .ico {
	  font-size: 18px;
	  
	}
	.txtp{
		font-size:12px;
	}

}

@media screen and (max-width: 340px) {
	.fixed-bar .cont-wrap {
	  padding: 8px 8px;
	}


	.fixed-bar .cont-wrap .circle .ico {
	  font-size: 14px;
	  
	}
	
}
@media screen and (max-width: 319px) {
	.txtp {
	  font-size: 11px;
	}
	.pctxt, .motxt {
	  font-size: 11px;
	}

	.fixed-bar .cont-wrap .circle .ico {
	  font-size: 12px;
	  
	}
}
@media screen and (max-width: 300px){
	.right-fixed-menu {
		bottom: 155px !important;
	}
}




/*인테리어 신규*/
.secplus_wrap{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding-bottom:50px;
}
.secplus_left{
	width:39%;
}
.secplus_right{
	width:59%;
	position:relative;
}
.secplus_right::before{
	content:'';
	width:110%;
	height:150px;
	background:url('//cdn.dessert39.com/www/img/main/interior_bg.jpg')no-repeat 50% 50%;
	background-size:cover;
	position:absolute;
	bottom:-50px;
	left: 50%;
    transform: translateX(-50%);
	border-radius:30px ;
}
.secplus_right .slide li{	   
    border-radius: 25px;
    box-sizing: border-box;
	overflow:hidden;
}
.secplus_rin{
	width:100%;
	height:480px;
	border-radius:25px;
}
@media screen and (max-width: 1600px) {
	.secplus_right::before{
		width:105%;
		left: unset;
		right: 0;
		transform: translateX(0%);	
		border-radius: 30px 30px 0px 30px;
	}
}
@media screen and (max-width: 1200px) {
	.tit1_big{
		font-size:50px;
		margin-bottom: 70px;
	}
	.tit1_big::before {		
		width: 35px;
		height: 35px;		
		top: -4px;
		left: -15px;		
	}
	.tit2{
		font-size:26px;
		margin-bottom: 20px;
	}
	.txt2_sub{
		font-size:17px;
		margin-bottom: 45px;
	}
	.secplus_rin{
		height:430px;
	}
	.secplus_right::before{
		height:135px;
		
	}


}

@media screen and (max-width: 1024px) {
	.tit1_big{
		font-size:45px;
		margin-bottom: 50px;
	}
	.tit1_big::before {		
		width: 30px;
		height: 30px;		
		top: -4px;
		left: -15px;		
	}
	.tit2{
		font-size:22px;
		margin-bottom: 15px;
	}
	.txt2_sub{
		font-size:16px;
		margin-bottom: 40px;
	}
	.secplus_rin{
		height:330px;
	}
	.secplus_right::before{
		height:135px;
		
	}
	.secplus_right{
		width:55%;
	}

	.txt2_sub br{
		display:none;
	}
}

@media screen and (max-width: 800px) {
	.tit1_big{
		font-size:40px;
		margin-bottom: 40px;
	}
	.tit1_big::before {
		width: 20px;
		height: 20px;
		top: 3px;
		left: -3px;
	}
	.tit2{
		font-size:20px;
		margin-bottom: 10px;
	}
	.txt2_sub{
		font-size:15px;
		margin-bottom: 35px;
	}
	.secplus_rin{
		height:300px;
	}
	.secplus_right::before{
		display:none;
		
	}
	.secplus_wrap{
		flex-direction: column;
		padding-bottom:0;
	}
	.secplus_left{
		width:100%;
		margin-bottom:30px;
	}
	.tit1_big br{
		display:none;
	}
	
	.secplus_right{
		width:100%;
	}
	.secplus{
		position:relative;
	}
	.secplus::before{
		content:'';
		width:100%;
		height:150px;
		background:url('//cdn.dessert39.com/www/img/main/interior_bg.jpg')no-repeat 50% 50%;
		background-size:cover;
		position:absolute;
		bottom:0;
		left:0;	
		
	}
}


@media screen and (max-width: 600px) {
	.tit1_big{
		font-size:35px;
		margin-bottom: 35px;
	}
	.tit1_big::before {		
		width: 15px;
		height: 15px;
		top: 3px;
		left: -2px;	
	}
	.tit2{
		font-size:19px;
		margin-bottom: 8px;
	}
	.txt2_sub{
		font-size:14px;
		margin-bottom: 30px;
	}
	.secplus_rin{
		height:280px;
	}		
		
	.secplus::before{	
		height:120px;
		 		
	}
}

@media screen and (max-width: 480px) {
	.tit1_big{
		font-size:30px;
		margin-bottom: 30px;
	}
	
	.tit2{
		font-size:18px;		
	}
	.txt2_sub{
		font-size:14px;
		margin-bottom: 25px;
	}
	.secplus_rin{
		height:220px;
	}		
		
	.secplus::before{	
		height:100px;
		 		
	}
	.secplus_left{
		mergin-bottom:25px;
	}
}

@media screen and (max-width: 350px) {
	.tit1_big{
		font-size:26px;
		
	}	
	
	.secplus_rin{
		height:180px;
	}		
		
	
}


/*221024 추가*/
@media screen and (max-width: 1240px) {
	.plus_txt3{
		font-size:16px;
		line-height:1.4;
	}
	.plus_txt4{
		font-size:15px;
	}
}

@media screen and (max-width: 1024px) {
	.plus_txt3{
		font-size:15px;
		line-height:1.3;
	}

    .txt_fxbtn{
        font-size: 20px;
    }
    .txt_fx1{
        font-size: 22px;
    }
    .txt_btn{
        gap: 3px;
    }
}

@media screen and (max-width: 800px) {
	.plus_txt3{
		font-size:14px;
	}
	.plus_txt4{

        padding:10px 5px;
	}
    .txt_fx1 {
        font-size: 18px;
    }
    .txt_fxbtn{
        font-size: 18px;
    }
    .fixed-bar .cont-wrap .circle .ico{
        font-size: 20px;
    }

    .txt_btn{
        justify-content: space-between;
        gap:0px;
    }
    .fixed-bar .cont-wrap .flexbox {
        align-items: center;
        gap: 10px;
    }

    .cont01_art {
        font-size: 12px;
    }
    .cont04_btn {
        font-size: 20px;
        padding: 10px 3px;
    }
    .txt_fx_num {
        padding-right: 100px;
    }
}
@media screen and (max-width: 600px) {



    .fixed-bar .cont-wrap .flexbox{
        justify-content: flex-start;
    }
    .fixed-bar .cont01 .flexbox{
        flex-direction: column;
        gap: 7px;

    }
    .txt_fx1 {
        font-size: 18px;
    }

    .cont01 .plus_txt3{
        text-align: center;
        width: 100%;
    }
    .plus_txt3 {
        font-size: 15px;
        line-height: 1.1;
    }
    .plus_txt3_tit{
        width: 60px;
    }
    .txt_fx_name{
        box-sizing: border-box;
        width: 90px;
    }
    .txt_fx_num{
        box-sizing: border-box;
        width: 120px;
    }
    .cent_con {
        display: inline-block;
    }
    .plus_txt3 br{
        display:none;
    }
    .fixed-bar .cont-wrap.cont01 a {
        width:100%;
    }

    .txt_fx2 {
        padding: 7px;
    }

    .plus_txt4{
        padding:5px;
        width: calc(100% - 300px);
    }


}

@media screen and (max-width: 480px) {
	.plus_txt3{
		font-size:14px;
	}

    .txt_fx1 {
        font-size: 18px;
    }

    .txt_fx_name {
        width: 75px;
    }

    .txt_fx_num {
        width: 100px;
    }

    .cont04_btn {
        font-size: 16px;
        padding: 7px 3px;
    }

    .fixed-bar .cont-wrap .flexbox {
        gap: 5px;
        justify-content: space-between;
    }
    .plus_txt3_tit {
        width: 60px;
    }
    .plus_txt4{
        padding:5px;
        width: calc(100% - 250px);
        font-size: 14px;
    }
    @media screen and (max-width: 380px) {
        .plus_txt4,
        .plus_txt3{
            font-size:12px;
        }
        .plus_txt3_tit {
            width: 55px;
        }
        .txt_fx_name {
            width: 65px;
        }
        .txt_fx_num {
            width: 80px;
        }
        .plus_txt4{
            width: calc(100% - 215px);       }
    }

}/*231107*/




/*221026추가 */
.plztxt1{
	font-size:15px;
	margin:0 auto;
	letter-spacing:-0.7px;
	margin-bottom:10px;
	padding:7px 15px;
	background:#efefef;
	display:table;
	color:#232323;
	border-radius:5px;
	font-weight:500;
}
.plztxt1 i{
	color:#ffb400 ;
	margin-right:3px;
}



/*23.04.05 lyi 틱톡 수정*/
.se09 .lft{
	align-items: flex-start;
}
.mz_btm{
	position: relative;
	padding:25px;
	background:#fff;
	box-shadow:1px 1px 12px #d4d4d4;
	border-radius:10px;
	margin-left:20px;
}
.mz_btm_tit{
	display: flex;
	gap: 40px;
	margin-bottom: 90px;
	justify-content: space-between;
}
.mz_btm_tit li{
	font-size:16px;
	color:#b9b9b9;
	font-weight:500;
}
.main_mz{
	position: absolute;
	top: 58px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;		
	box-sizing: border-box;
	background: #fff;
	border: 4px solid transparent;
	border-radius: 10px;
	background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, rgba(101,243,249,1) 0%, rgba(252,69,85,1) 100%);
	background-origin: border-box;
	background-clip: content-box, border-box;		
}
.mz_main_tit{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 30px;
	margin: 15px 25px;
}
.mz_main_tit li{
	font-size:22px;
	font-weight:700;
}
.mz_btm_cnt{
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.mz_btm_cnt li{
	display: flex;
	justify-content: space-between;
	font-size:16px;
	font-weight:500;
}
.se09 .lft{
	gap:30px;
}
.se09 .container{
	height:auto;
}
.mz_btm_cnt_art{
	font-size:12px;
	color:#666;
	margin-top:10px;
}


@media screen and (max-width:1024px) {
	.se09 .lft {
		align-items: center;
	}
	.mz_btm{
		margin-left:0;
	}
}
@media screen and (max-width:480px) {	
	.mz_btm_cnt{
		gap:10px;
	}
	.mz_btm_cnt li,
	.mz_btm_tit li{
		font-size:14px;
	}
	
	.mz_main_tit li{
		font-size:20px;
	}
	
}

@media screen and (max-width:375px) {	
	.se09 .txt1{
		font-size:18px;
	}
	.se09 .txt1 br{
		display:none;
	}
	.mz_btm{
		width:75%;
	}
	.main_mz{
		width:110%;
		top: 50px;
		justify-content: center;

	}
	.mz_btm_tit{
		margin-bottom:70px;
		justify-content: space-between;
		gap:20px;
	}
	.mz_main_tit li{
		font-size:18px;
	}
	.mz_main_tit{
		margin:10px auto;
	}
}




/* --------------- secn01 누적매출 --------------- */
.secn01{
    background: url('//cdn.dessert39.com/www/img/franchise/competitiveness/lt_te.png') no-repeat 50% 100% #1b1b1b;
    background-size: cover;
	text-align:center;
	
}
.secn01_wrap .titbox,.se09 .titbox{
    width: 250px;
    color: #fff;
    background-color: #1f1f1f;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
    padding: 8px 30px;
    border-radius: 23.5px;
    margin-bottom: 25px;
}

.secn01_wrap .slide{
    position: relative;
    margin-top: 50px;
}
.secn01_wrap .slide .swiper-container{
    padding-top: 0px;
    margin: 0 70px;
}
.secn01_top .slide li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 440px;    
    box-sizing: border-box;
	padding:30px 5px;
	box-sizing:border-box;
    border-radius: 30px ;
    /* background: linear-gradient(to top, #ffd56f 3%, #fff 30%); */
    background-color: #fff;
    background-size: cover;
    background-position: center;
	border:5px solid #ffb400;
}

.secn01_btm .slide li{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 340px;
    padding: 25px 10px;
	box-sizing:border-box;
    box-sizing: border-box;
    border-radius: 30px;
    /* background: linear-gradient(to top, #ffd56f 3%, #fff 30%); */
    background-color: #fff;
    background-size: cover;
    background-position: center;
	border:4px solid #ffb400;
}



.secn01_wrap .slide li .frame{
    display: none;
    width: 100%;
    height: 290px;
    overflow: hidden;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
/*.secn01_wrap .slide li p{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
}*/
.secn01_wrap .slide .swiper-button-prev,
.secn01_wrap .slide .swiper-button-next{
    color: #fff;
}
.secn01_wrap .udline{
    background-image: url(//cdn.dessert39.com/www/img/common/underline.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}



.secn01_tit{
	margin-bottom:10px;

}
.secn_bk{
	font-size:62px;
}
.txt_m{
	font-size: 18px;
    color: #00f9ff;
    text-align: center;
    margin-top: 15px;
    line-height: 1.4;
}

.secn_txt_sub{
	font-size: 16px;
    color:#fff;
    text-align: right;
    line-height: 1.4;
	opacity: 0.1;
	margin-top:15px;
}
.secn_txt_cent{
	font-size: 22px;
    color:#fff;   
	
	line-height:1.5;
	padding:0px 30px 30px 30px;
}


.secn01 .mbbr_tit1::after {
    content: none;
}
.secn_slide_wrap{
	display: flex;
    flex-direction: column;
    gap: 15px;
	align-items: center;
}
.secn_slide_wrap .store_tit{
	display:inline-block;
	padding:8px 35px;
	border-radius:8px;
	background:#ffb400;
	font-size:18px;
}
.secn_slide_wrap .subt{
	font-size:28px;	
}
.secn_slide_wrap .pay{
	font-size:60px;	
	line-height: 1 !important;
}
.secn_slide_wrap .suba{
	font-size:18px;
}
.secn01_wrap .st_data{
	font-size:16px;
}


.secn_slide_wrap .store_tit_btm{
	display:inline-block;
	padding:5px 15px;
	border-radius:8px;
	background:#ffb400;
	font-size:15px;
}
.secn_slide_wrap .subt_btm{
	font-size:20px;	
}
.secn_slide_wrap .pay_btm{
	font-size:38px;	
	line-height: 1 !important;
}
.secn_slide_wrap .suba_btm{
	font-size:16px;
}
.secn01_wrap .st_data_btm{
	font-size:14px;
}




/*img*/
.secn01_wrap .secn_img01{
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/secn_img01.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.secn01_wrap .secn_img02{
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/secn_img02.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.secn01_wrap .secn_img03{
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/secn_img03.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.secn01_wrap .secn_img04{
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/secn_img04.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.secn01_wrap .secn_img05{
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/secn_img05.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.secn01_wrap .secn_img06{
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/secn_img06.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.secn01_wrap .secn_img07{
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/secn_img07.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.secn01_wrap .secn_img08{
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/secn_img08.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.secn01_wrap .secn_img09{
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/secn_img09.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.secn01_wrap .secn_img10{
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/secn_img10.jpg') no-repeat 50% 50%;
	background-size:cover;
}
.secn01_wrap .secn_img11{
	background:url('//cdn.dessert39.com/www/img/franchise/competitiveness/secn_img11.jpg') no-repeat 50% 50%;
	background-size:cover;
}

/*==============================*/
@media screen and (max-width:1280px) {
	.secn_slide_wrap .store_tit {		
		padding: 6px 25px;		
		font-size: 17px;
	}
	.secn_slide_wrap .subt {
		font-size: 26px;
	}
	.secn_slide_wrap .pay {
		font-size: 52px;		
	}
	.secn_slide_wrap .suba {
		font-size: 17px;
	}
	.secn01_wrap .st_data {
		font-size: 15px;
	}
	.secn01_top .slide li{
		height:410px;
	}

	.secn_slide_wrap .store_tit_btm{
		padding:3px 10px;
		font-size:14px;
	}
	.secn_slide_wrap .subt_btm {
		font-size: 19px;
	}
	.secn_slide_wrap .pay_btm{
		font-size: 36px;
	}
	.secn_slide_wrap .suba_btm{
		font-size: 15px;
	}
	.secn01_wrap .st_data_btm{
		font-size:13px;
	}
	.secn01_btm .slide li{
		height:325px;
	}

	.secn_txt_sub{
		font-size:15px;
	}
	.secn_txt_cent{
		font-size:20px;
	}

	.secn01_wrap .slide .swiper-container {
		padding-top: 0px;
		margin: 0 50px;
	}
}



@media screen and (max-width:800px) {
	.secn_slide_wrap .store_tit {		
		padding: 5px 20px;		
		font-size: 16px;
	}
	.secn_slide_wrap .subt {
		font-size: 24px;
	}
	.secn_slide_wrap .pay {
		font-size: 46px;		
	}
	.secn_slide_wrap .suba {
		font-size: 16px;
	}
	.secn01_wrap .st_data {
		font-size: 14px;
	}
	.secn01_top .slide li{
		height:380px;
	}

	.secn_slide_wrap .store_tit_btm{
		padding:3px 8px;
		font-size:13px;
	}
	.secn_slide_wrap .subt_btm {
		font-size: 18px;
	}
	.secn_slide_wrap .pay_btm{
		font-size: 32px;
	}
	.secn_slide_wrap .suba_btm{
		font-size: 14px;
	}
	.secn01_wrap .st_data_btm{
		font-size:12px;
	}
	.secn01_btm .slide li{
		height:300px;
	}

	.secn_txt_sub{
		font-size:14px;
	}
	.secn_txt_cent{
		font-size:18px;
		padding: 0px 30px 20px 30px;
	}

	.secn01_wrap .slide .swiper-container {
		padding-top: 0px;
		margin: 0 45px;
	}
}


@media screen and (max-width:600px) {
	.secn_slide_wrap .store_tit {		
		padding: 4px 15px;		
		font-size: 15px;
	}
	.secn_slide_wrap .subt {
		font-size: 22px;
	}
	.secn_slide_wrap .pay {
		font-size: 40px;		
	}
	.secn_slide_wrap .suba {
		font-size: 15px;
	}
	.secn01_wrap .st_data {
		font-size: 13px;
	}
	.secn01_top .slide li{
		height:340px;
	}

	.secn_slide_wrap .store_tit_btm{
		padding:3px 6px;
		font-size:12px;
	}
	.secn_slide_wrap .subt_btm {
		font-size: 16px;
	}
	.secn_slide_wrap .pay_btm{
		font-size:30px;
	}
	.secn_slide_wrap .suba_btm{
		font-size: 13px;
	}
	
	.secn01_btm .slide li{
		height:270px;
	}

	.secn_txt_sub{
		font-size:13px;
	}
	.secn_txt_cent{
		font-size:17px;
		padding: 0px 30px 0px 30px;
	}

	.secn01_wrap .slide .swiper-container {
		padding-top: 0px;
		margin: 0 45px;
	}
}

@media screen and (max-width:500px) {
	.secn_slide_wrap .store_tit {		
		padding: 3px 12px;		
		font-size: 14px;
	}
	.secn_slide_wrap .subt {
		font-size: 20px;
	}
	.secn_slide_wrap .pay {
		font-size: 38px;		
	}
	.secn_slide_wrap .suba {
		font-size: 14px;
	}
	.secn01_wrap .st_data {
		font-size: 12px;
	}
	.secn01_top .slide li{
		height:320px;
		border-radius:20px;
	}

	.secn_slide_wrap .store_tit_btm{
		padding:3px 5px;
		font-size:12px;
	}
	.secn_slide_wrap .subt_btm {
		font-size: 14px;
	}
	.secn_slide_wrap .pay_btm{
		font-size:22px;
	}
	.secn_slide_wrap .suba_btm{
		font-size: 12px;
	}
	
	.secn01_btm .slide li{
		height:240px;
		padding:20px 3px;
		border-radius: 15px;
		border:2px solid #ffb400;
	}

	.txt_m{
		font-size:16px;
	}

	.secn_txt_sub{
		font-size:12px;
	}
	
	
}


/*open 일자 추가*/
.open_date{
	font-size: 12px;
    margin-top: 15px;      
    border-radius: 25px;   
    color: #96969a;;
}