	@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('../fonts/PretendardVariable.woff2') format('woff2-variations');
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox  */
input[type='number'] {
  -moz-appearance: textfield;
}
@font-face {
    font-family: 'ChosunGs';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGs.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Black.woff') format('woff');
    font-weight: 1000;
    font-display: swap;
}



body {
	font-family: 'Pretendard', sans-serif;
    color: #423a3a;
    font-weight: 400;
    background: #ffffff;
}

html {scroll-behavior: smooth;}

input,
select {
    font-family: 'Pretendard', sans-serif;
}

.pc_inner {
    width: 1300px;
    margin: 0 auto;
	position: relative;
}

.inner {
    width: 1300px;
    margin: 0 auto;
}

.inner2 {
    width: 1300px;
    margin: 0 auto;
}

.c_inner {
    width: 960px;
    margin: 0 auto;
    position: relative;

}

p {
    margin: 0px 0px 0px 0px;
    line-height: 1;
}

.top_inner {
    width: 1300px;
    margin: 0 auto;
}

.pc_hide {
    display: none! important;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp110 {
    height: 110px;
    clear: both;
}

.sp120 {
    height: 120px;
    clear: both;
}

.sp130 {
    height: 130px;
    clear: both;
}

.sp140 {
    height: 140px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.t_bold {
    font-weight: bold
}

.pc_hider {
    display: none;
}

.allowed {
    cursor: not-allowed !important;
}
.p_mt80 {margin-top:80px;}
.p_mb5 {margin-bottom:5px !important;}

/* 공통 input 시작 */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 8px auto;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -webkit-padding: 0 10px;
    -moz-padding: 0 10px;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='radio'] {
    -webkit-appearance: radio
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select::-ms-expand {
    display: none;
    /*for IE10, 11*/
}
/* 공통 input 끝 */







/* common 시작*/
.hideBox {overflow: hidden;}

#header {
	z-index: 999999999;
	padding: 20px 0 20px;
	top: 0;
	left: 0;
	background: rgb(27 27 27 / 50%);
	position: fixed;
	top: 0px;
}
#header .logo{
	height:55px;
}

#header .inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#header.fixedOn {
	background: #cc272f;
    position: fixed;
}
#header.fixedOn .tel-link{
	background: #282828;
}

.topMenu {
	width: 100%;
}

.topMenu .menusc {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.topMenu .menusc a {
        font-size: 20px;
        margin-right:70px;
        font-weight: 500;
        color: #fff;
    }
.topMenu .tel-link {
        width: 245px;
        height: 100%;
        text-align: center;
        background: #cc272f;
        position: absolute;
        top: 0px;
        right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
		color:#ffffff;
    }
.topMenu .tel-link .tit{
    font-size:20px;
	font-weight:500;
	margin-bottom:5px;
    }
.topMenu .tel-link .call_num a{
    font-size:24px;
	font-weight:700;
	color:#ffffff;
    }

.topMenu .menuArea {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: end;
    -moz-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.topMenu .menu {
    margin-left: auto;
    margin-right: 4%;
}

.topMenu .menu .mList {
	color: #fff;
    font-size: 18px;
    margin-left: 65px;
}

#footer {
	background: #282828;
	height: 210px;
    }
#footer .f_logo{
	height:47px;
	}
#footer .inner {
        display: flex;
        align-items: center;
        height: 100%;
    }

#footer .element_0 ul {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }
#footer .element_0 ul li {
	font-size:14px;
	color:#919191;
	font-weight:300;
	position:relative;
	margin-right:30px;
	}
#footer .element_0 ul li:last-child:after {display:none;}
#footer .element_0 ul li:after {
        content: '';
        width: 1px;
        height: 11px;
        background: #767676;
        position: absolute;
        top: 3px;
        right: -15px;
    }
#footer .element_0 ul li a{
	font-size:14px;
	color:#919191;
	font-weight:300;
	}
#footer .element_a{
	margin-right:90px;
	}

#footer .copyTxt{
	font-size:14px;
	color:#919191;
	font-weight:300;
	position:relative;
	}
#footer .element_c .tit{
	display:flex;
	align-items:center;
	font-size:30px;
	color:#ffffff;
	font-weight:400;
	}
#footer .element_c {
	margin-left:auto;
	}
#footer .element_c img{
	margin-left:15px;
	}
#footer .call_num{
	margin-top:10px;
	}
#footer .call_num a{
	font-size:55px;
	font-weight:700;
	color:#cc272f;
	line-height:1;
	}



#footer .topBtn {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #4385f3;
    cursor: pointer;
    position: fixed;
    right: 100px;
    bottom: 60px;
	display: none;
}
#footer .topBtn img {
	height: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.hide {display:none;}




#wrap {
    width: 100%;
    overflow: hidden;
}

#wrap .visual {
	width: 100%;
    height: 100vh;
    position: relative;
}
#wrap .video_area {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

#visual .bg-video .video_area{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


#section01 {
	width:100%;
	height:1353px;
	background:url(../img/bg01.jpg)no-repeat;
	background-size:cover;
	padding-top:210px;
	}
#section01 .titbox{

	}

#section01 .titbox .txt{
	font-size: 45px;
        color: #ffffff;
        font-weight: 500;
        position: relative;
        text-align: center;
	}
#section01 .titbox .txt:After {
        content: '';
        width: 815px;
        height: 1px;
        background: rgba(255, 255, 255, 0.3);
        left: 50%;
        bottom: -18px;
        position: absolute;
        transform: translateX(-50%);
    }
#section01 .titbox .txt span{
	font-size: 58px;
	color: #ff8600;
	font-weight: 1000;
	font-style: italic;
	}

#section01 .titbox .stxt {
        width: 463px;
        height: 47px;
        background: #cc272e;
        display: flex;
        align-items: center;
        margin: 40px auto 20px;
        text-align: center;
        justify-content: center;
    }
#section01 .titbox .stxt p{
	font-size:26px;
	font-weight:500;
	color:#ffffff;
	}
    #section01 .stxt2 {
        font-size: 40px;
        font-weight: 700;
        color: #ffdd19;
        text-align: center;
		margin-bottom:55px;
    }
#section01 .stxt2 span{
	font-size:45px;
	}
    #section01 .itemBox {
        width: 100%;
        height: 745px;
        background: rgba(0, 0, 0, 0.4);
        padding: 70px 150px;
    }
#section01 .itemBox ul {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 40px;
        justify-content: center;
    }
#section01 .itemBox ul li {width:calc(100% / 4 - 40px);}
#section01 .itemBox ul li .value{text-align:center;margin-bottom:20px;}
    #section01 .itemBox ul li .price {
        text-align: center;
        border: 2px #ff8600 solid;
        padding: 15px;
    }

@keyframes charge {
    0% {
        border-color: #ff8600;
        box-shadow: 0 0 5px #ff8600;
    }
    25% {
        border-color: #ffab33;
        box-shadow: 0 0 10px #ffab33;
    }
    50% {
        border-color: #ffce66;
        box-shadow: 0 0 15px #ffce66;
    }
    75% {
        border-color: #fff299;
        box-shadow: 0 0 20px #fff299;
    }
    100% {
        border-color: #ff8600;
        box-shadow: 0 0 5px #ff8600;
    }
}

/* 애니메이션 정의 */
@keyframes enlargeShrink {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); /* 확대 크기 */
    }
    100% {
        transform: scale(1);
    }
}

#section01 .itemBox ul li .price {
   animation: charge 1s infinite, enlargeShrink 1s infinite;
}

#section02{
    padding-top: 120px;
    height: 1000px;
    background-image: url(../img/bg02.jpg);
}
#section02 .comTit{
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 50px;
}
#section02 .inner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 101px);
    padding: 0 15px;
}
#section02 .inner .imgbox{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 130px;
}
#section02 .inner .textbox{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#section02 .inner .textbox p{
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 150%;
    word-break: keep-all;
}
#section02 .inner .textbox>span{
    font-size: 20px;
    color: #a21f1e;
    font-weight: 400;
    margin-bottom: 10px;
}
#section02 .inner .textbox p span{
    font-size: 24px;
    color: #ffdd19;
}



#section03{
	background:url(../img/bg03.jpg);
	padding-top: 120px;
	height:1200px;
}
#section03 .comTit{
	color: #333;
	font-size: 50px;
    font-weight: 700;
    text-align: center;
		padding-bottom: 0;
}
#section03 .inner{
	height: calc(100% - 50px);
	display:flex;
	align-items: center;
	justify-content: center;
}
#section03 .inner ul{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#section03 .inner ul li{
	width: calc(100% / 4);
}
#section03 .inner ul .m_box{
	background-color: #fff;
	height: 338px;
	max-width: 338px;
	margin-bottom: 50px;
	padding: 25px 40px;
}
#section03 .inner ul .m_box .num{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px
}
#section03 .inner ul .m_box .num .text{
	font-size: 20px;
	font-weight: 800;
}
#section03 .inner ul .m_box .num .iconbox{
	width:70px;
	height:70px;
	background-color: #cc272e;
	border-radius: 100%;
	display:flex;
	align-items: center;
	justify-content: center;
}
#section03 .inner ul .m_box .contents .tit{
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 30px
}
#section03 .inner ul .m_box .contents span{
	font-size: 18px;
	font-weight: 400;
	color: #6c6c6c;
	line-height: 150%;
	word-break: keep-all;
}
#section03 .inner ul .line{
	width: 40px;
	height: 2px;
	background-color: #333;
	margin: 0 20px
}
#section03 .inner ul .noline{
	display:none;
}



	#section04{
		padding-top: 160px;
		background:url(../img/bg04.jpg);
		height:1320px;
	}
	#section04 .comTit{
		border-bottom: 0;
		padding-bottom:0px;
	}
	#section04 .comTit p{
		margin-bottom: 30px
	}
	#section04 .comTit .yellow{
		font-size: 50px;
		font-weight: 300;
		color: #fdb42f;
		display: block;
		margin-bottom: 60px
	}
	#section04 .comTit .small{
		font-size: 30px;
		font-weight: 100;
		opacity: .6;
	}
	#section04 .inner{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#section04 .inner ul{
		display: grid;
		grid-template-columns: repeat(4,1fr);
		color: #fff;
		margin-top:80px;
		gap: 20px;
	}
	#section04 .inner ul li{
		border: 1px solid #fff;
		height: 340px;
		padding: 45px 30px
	}
	#section04 .inner ul li.bg01{
		background:#9d231d;
		border:1px solid #9d231d;
	}
	#section04 .inner ul li .num02{
		font-size: 24px;
		font-weight: 200;
		margin-bottom: 50px;
	}
	#section04 .inner ul li .title02{
		font-size:28px;
		font-weight: 400;
		word-break: keep-all;
		line-height: 150%;
		margin-bottom: 35px;
	}
	#section04 .inner ul li .title02 span{
		color: #fdb42f;
	}
	#section04 .inner ul li .text02{
		font-weight: 200;
		font-size: 16px;
		line-height: 150%;
	}
	#section04 .inner ul li:hover{
		background:#9d231d;
		border:1px solid #9d231d;
	}

#section05 {
	width: 100%;
	padding-top:160px;
	padding-bottom:160px;
	background:#ece4d2;
    }
#section05 .txt_box{
	overflow:hidden;
	text-align:center;
    }
#section05 .txt_box .t1{
	font-size:55px;
	font-weight:300;
	color:#231815;
	line-height:1;
    }
#section05 .txt_box .t1 span{
	font-size:55px;
	font-weight:1000;
	color:#9b2f2f;
    }
#section05 .txt_box .t2{
	font-size:55px;
	line-height:1;
	font-weight:300;
	color:#231815;
	margin:15px 0px 20px 0px;
    }
#section05 .txt_box .t2 span{
	font-size:55px;
	font-weight:1000;
	color:#231815;
    }
#section05 .txt_box .t3{
	font-size:80px;
	line-height:1;
	font-weight:1000;
	color:#9b2f2f;
    }
#section05 .txt_box .t4{
	font-size:55px;
	line-height:1;
	font-weight:300;
	color:#231815;
	margin:15px 0px 20px 0px;
    }
#section05 .txt_box .t5{
	font-size:60px;
	line-height:1;
	font-weight:1000;
	color:#9b2f2f;
    }
#section05 .se5-sns {
	overflow:hidden;
	margin:110px auto 180px;
    }

#section05 .sns_slide_area .inner{position:relative;}

#section05 .sns_slide_area .Left_Txt{
	position:absolute;
	top:200px;
	left:0px;
	}
#section05 .sns_slide_area .Right_Txt{
	position:absolute;
	top:200px;
	right:0px;
	}
#section05 .sns_slide_area .Left_Txt .text, #section05 .sns_slide_area .Right_Txt .text{
	font-size: 45px;
	color: #231815;
	letter-spacing: 1;
	font-weight: 1000;
	margin-bottom:15px;
	}
#section05 .sns_slide_area .Left_Txt .text span, #section05 .sns_slide_area .Right_Txt .text span{
	color: #9b2f2f;
	}

#section05 .sns_slide_area .tit {
        font-size: 55px;
        text-align: Center;
        font-style: italic;
        color: #231815;
        letter-spacing: 1;
        font-weight: 1000;
    }
#section05 .sns_slide_area .tit span{
	color: #9b2f2f;
	margin-left:10px;
	margin-right:10px;
	font-size:60px;
	}
#section05 .sns_slide_area .slide_Form {
     width: 428px;
    height: 800px;
    margin: 70px auto 0px;
	overflow:hidden;
    }
#section05 .sns_slide_area .swiper {
      width: 100%;
      height: 100%;
    }

#section05 .sns_slide_area .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

#section05 .sns_slide_area .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


#sns_slide_content {
	position: relative;
	width:100%;
	height:280px;
	overflow:hidden;
	margin-top:-370px;
	}

#sns_slide_content ul{
	display:inline; padding:0; margin:0; font-size:0;
	}

#sns_slide_content li{
	display:inline; list-style:none; padding:0; margin:0; font-size:0;
	float:left;
	margin:5px;
	overflow:hidden;
	}
#sns_slide_content li img {width:240px;}
#sns_slide_content p {padding:0; margin:0;}

@media (max-width:640px){
#sns_slide_content {height:160px;}
#sns_slide_content li img {width:227px;}
}



#section05 .item_cert {
    overflow:hidden;
	margin-top:270px;
    }
#section05 .item_cert .tit{
    font-size:45px;
	font-weight:700;
	color:#231815;
	text-align:Center;
    }
#section05 .item_cert .tit .sbox{
    background:#000000;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
    }
#section05 .item_cert .tit span{
	color:#9b2f2f;
    }
    #section05 .item_cert .se5_img_area {
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 100px;
		margin-top:60px;
    }
#section05 .item_cert .se5_img_area .left_area img{
	width:auto;
    }
#section05 .item_cert .se5_img_area .right_area{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
    #section05 .item_cert .se5_img_area .right_area img {
	width: auto;
	height: 445px;
    }
#section05 .item_cert .se5_img_area .right_area .txt {
	text-align: Center;
	font-size: 26px;
	color: #ffffff;
	font-weight: 500;
	background: #000;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 20px;
    }



#section05 .item_cert .cert_img{
	overflow:hidden;
	margin-top:80px;
    }
#section05 .item_cert .cert_img ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
    }
#section05 .item_cert .cert_img ul li {
        text-align: Center;
        width: calc(100% / 9 - 11px);
    }
#section05 .item_cert .cert_img ul li img {width:100%;}
#section05 .item_cert .cert_img ul li dl{
	margin-top:15px;
    }
#section05 .item_cert .cert_img ul li dl dt {
        font-size: 14px;
        color: #232323;
        font-weight: 500;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
#section05 .item_cert .cert_img ul li dl dd{
	font-size:12px;
	color:#232323;
	font-weight:500;
	opacity:0.7;
    }



#section06{
		background: url('../img/bg02.jpg');
		padding-top: 160px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	#section06 .inner{
		overflow:hidden;
		display:flex;
		position: relative;
		height: calc( 100% - 100px);
		padding-top:80px;
		justify-content : center;
	}
#section06 .swiper {
      width: 100%;
      height: 100%;
			max-height: 640px;
			background-color: #292929;
    }
#section06 .swiper001{
			width:fit-content;
			height: fit-content;
			overflow:hidden;
		}
#section06 .swiper002{
			width:100%;
			max-width: 640px;
			height: 640px;
			overflow:hidden;
		}
		/* .swiper-wrapper{
			background-color: #000;
		} */
#section06 .swiper002 .swiper-wrapper{
			display:flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
#section06 .swiper002 .swiper-wrapper .swiper-slide02{
			display:flex;
			justify-content: center;
			align-items: center;
			margin-right: 0;
		}
#section06 .swiper001 .swiper-wrapper{
			width:100%;
			max-width: 640px;
			height: 640px;
		}
#section06 .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
	  /* width:100%;
	  max-width: 640px; */
	  height: 640px;
	  background-size: cover;
      background-position: center;
	  position: relative;
    }
#section06 .swiper001 .swiper-wrapper .swiper-slide img{
			height: 98%
		}
#section06 .swiper-slide .menu-title{
			position:absolute;
			z-index: 9999;
			top:50px;
			left:50px;
			color:#fff;
			font-weight: 500;
			font-size: 40px;
		}
#section06 .swiper-slide p{
			position:absolute;
			z-index: 9999;
			top: 110px;
			left:50px;
			color:#fff;
			font-weight: 300;
			font-size: 18px;
			text-align: left;
			width: 100%;
			max-width: 400px;
			word-break: keep-all;
			line-height: 150%;
		}
#section06 .swiper-slide02 .menu-title{
			position:absolute;
			z-index: 9999;
			top:30px;
			left:30px;
			color:#fff;
			font-weight: 500;
			font-size: 25px;
		}
#section06 .swiper-slide img {
      display: block;
      width: 95%;
      height: 95%;
      object-fit: cover;
			margin: 1% auto;
			position:absolute;
			cursor:pointer;
    }
#section06 .swiper {
      width: 100%;
      /* height: 300px; */
      /* margin-left: auto;
      margin-right: auto; */
    }

#section06 .mySwiper2 {
      height: 100%;
      width: 100%;
    }

#section06 .mySwiper {
      /* height: 20%; */
      box-sizing: border-box;
      padding:0;
    }

#section06 .mySwiper .swiper-slide {
      /* width: 25%; */
      height: 100%;
      opacity: 0.4;
    }

#section06 .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

#section06 .swiper-pagination{
		top: 0;
		right: 0;
		z-index: 9999;
		}
#section06 .swiper-pagination{
		top: 70px;
		}
#section06 .swiper-pagination-bullet{
		margin-right: 8px;
		background-color: #d2d2d2;
		opacity: 1;
		}
#section06 .swiper-pagination-bullet-active {
		background-color: #e11405;
		}

#section07 {
	width: 100%;
	height:auto;
	background: url(../img/bg07.jpg) no-repeat;
	background-size: cover;
	padding-top: 220px;
    }
#section07 .titbox{
	text-align:center;
    }
#section07 .titbox p {
        text-align: center;
        font-size: 35px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 40px;
        line-height: 1.4;
    }
#section07 .titbox .tit{
	text-align:center;
	font-size:50px;
	color:#f7e3c0;
	font-weight:700;
    }
#section07 .itemBox {
	display: flex;
	flex-wrap: wrap;
	gap: 120px 90px;
	justify-content: center;
	width: 1000px;
	margin: 160px auto 0px;
    }
#section07 .itemBox .item_0{
	width:270px;
	height:345px;
	background:#ffffff;
	position:relative;
	padding: 50px 30px 30px 30px;
	text-align:center;
    }
#section07 .itemBox .item_0:before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../img/bull_icon.png) repeat-x left top;
    background-size: auto 5px;
    content: '';
}
#section07 .itemBox .item_0:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../img/bull_icon.png) repeat-x left top;
    background-size: auto 5px;
    content: '';
    transform: rotate(180deg);
}
#section07 .itemBox .item_0 .store_info {
   border-bottom:1px #e4e4e4 solid;
   padding-bottom:20px;
   margin-bottom:20px;
   text-align:center;
}
#section07 .itemBox .item_0 .store_info .txt {
	font-size: 32px;
	color: #000000;
	font-weight: 1000;
	margin-bottom: 15px;
}
#section07 .itemBox .item_0 .store_info .txt span{
	font-size: 0.7em;
}
#section07 .itemBox .item_0 .store_info .txt2 {
        font-size: 22px;
        color: #595959;
        font-weight: 700;
        letter-spacing: 2;
    }
#section07 .itemBox .item_0 .store_value {
    padding-top:10px;
}
#section07 .itemBox .item_0 .store_value .t_price{
   font-size:20px;
	color:#000000;
	font-weight:700;
	margin-bottom:15px;
}
#section07 .itemBox .item_0 .store_value .to_price {
        font-size: 45px;
        color: #B52023;
        font-weight: 1000;
        letter-spacing: 2;
	
    }
#section07 .itemBox .item_0 .icon {
    width: 50%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    }
#section07 .itemBox .item_0 .bulllet_area {
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        border: 2px #e4e4e4 solid;
        border-radius: 15px;
        width: 70%;
        height: 43px;
        font-size: 20px;
        color: #000000;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
		font-weight:1000;
    }
#section07 .itemBox .item_0 .red {
	border:3px #B52023 solid;
	color:#B52023;
	}
#section07 .itemBox .item_0 .yell {
	border:3px #F3961A solid;
	color:#F3961A;
	}
#section07 .itemBox .item_0 .gre {
	border:3px #52B340 solid;
	color:#52B340;
	}
#section07 .itemBox .item_0 .blue {
	border:3px #358CCC solid;
	color:#358CCC;
	}
#section07 .itemBox .item_0 .tur {
	border:3px #3DB39C solid;
	color:#3DB39C;
	}
/* bulllet_area 요소를 처음에 숨김 처리 */
#section07  .bulllet_area {
    opacity: 0;
    animation: fadeInOut 1s infinite; /* 애니메이션 이름, 총 지속 시간, 무한 반복 */
}

/* 스르륵 보였다가 사라지는 애니메이션 정의 */
@keyframes fadeInOut {
   0% {
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
    }
}

#section08 {
	width:100%;
	background:url(../img/bg08.jpg)no-repeat;
	background-size:cover;
	padding-top:160px;
	padding-bottom:0px;
	}
	#section08>.inner{
		margin-bottom: 100px;
	}


	/* partner */
	#section08 .partner{
		width: 100%;
	}
	#section08 .partner .inner{
		width: 1000px;
	}
	#section08 .partner .cbox{
		width: 100%;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		height: 250px;
		margin-bottom: 30px;
		padding: 40px 75px;
		position: relative;
	}
	#section08 .partner .cbox .left_box{
		width: 70%;
		position: relative;
		/* border: 1px solid pink; */
	}
	#section08 .partner .cbox .left_box .logo{
		width: 30%;
		height: 40%;
		display: flex;
		align-items: start;
	}
	#section08 .partner .cbox .left_box .logo img{
		width: 100%;
	}
	#section08 .partner .cbox:nth-of-type(3) .left_box .logo,
	#section08 .partner .cbox:nth-of-type(4) .left_box .logo{
		max-width: 90px;
		width: 100%;
	}
	#section08 .partner .cbox .left_box .text{
		height: 60%;
		display: flex;
		flex-direction: column;
		justify-content: end;
	}
	#section08 .partner .cbox .left_box .text h2{
		font-size: 30px;
		font-weight: 800;
		margin-bottom: 30px;
	}
	#section08 .partner .cbox .left_box .text p{
		font-size: 20px;
		font-weight: 500;
	}
	#section08 .partner .cbox .left_box .bgicon{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	#section08 .partner .cbox .left_box .bgicon img{
		width: 50px;
	}
	#section08 .partner .cbox .right_box{
		width: 30%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#section08 .partner .cbox .right_box .imgbox{
		margin-bottom: 20px;
		width: 100%;
		max-width: 150px;
	}
	#section08 .partner .cbox .right_box .imgbox img{
		width: 100%;
	}
	#section08 .partner .cbox .right_box p{
		font-size: 20px;
		font-weight: 500;
	}
	#section08 .partner .cbox .boxbg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: space-between;
		z-index: 1;
	}
	#section08 .partner .cbox .boxbg .bg{
		width: 50%;
		height: 100%;
	}
	#section08 .partner .cbox .boxbg .bg02{
		display: flex;
		align-items: end;
		justify-content: end;
	}
	#section08 .partner .cbox .boxbg .bg img{
		width: 80px;
	}



  /* partner */



    #section08 .tit_stit {
        font-size: 34px;
        color: #1b1a15;
        font-weight: 700;
        text-align: center;
        margin-top: 20px;
    }
#section08 .table_area{
	overflow:hidden;
	margin-top:80px;
	}
#section08 .table_area .tit{
	font-size:16px;
	color:#353535;
	font-weight:500;
	text-align:right;
	margin-bottom:10px;
	}
#section08 .table_area .tit2 {
	font-size: 16px;
	color: #353535;
	font-weight: 500;
	margin-top: 20px;
	padding-left:30px;
	opacity:0.7;
    }
#section08 .table_area .table_form .table_head {
	display: flex;
	gap: 10px;
	width: 100%;
    }
#section08 .table_area .table_form .table_head li{
	background:#ffffff;
	border-top:3px #9c211b solid;
	border-bottom:3px #9c211b solid;
	font-size:22px;
	color:#9c211b;
	font-weight:700;
	height:54px;
	text-align:center;
	line-height:48px;
	}
#section08 .table_area .table_form .table_head li.co_1{
	width:186px;
	flex-shrink: 0;
	}
#section08 .table_area .table_form .table_head li.co_2{
	width:calc(100% - 744px);
	}
#section08 .table_area .table_form .table_head li.co_3{
	width:186px;
	}
#section08 .table_area .table_form .table_head li.co_4{
	width:186px;
	}
#section08 .table_area .table_form .table_head li.co_5{
	width:186px;
	}

#section08 .table_area .table_form .table_body .table_list{
	display: flex;
	gap: 10px;
	width: 100%;
	}
#section08 .table_area .table_form .table_body .table_list li{
	background:#ffffff;
	font-size:20px;
	color:#353535;
	font-weight:700;
	height:60px;
	display:flex;
	align-items:center;
	justify-content: center;
	}
#section08 .table_area .table_form .table_body .list3 li.co_5{
	font-size:17px !important;
	}
#section08 .table_area .table_form .table_body .list7 li.co_5{
	font-size:18px !important;
	}
#section08 .table_area .table_form .table_body .table_list li.co_1{
	width:186px;
	flex-shrink: 0;
	}
#section08 .table_area .table_form .table_body .table_list li.co_2{
	width:calc(100% - 744px);
	font-size:18px;
	}
#section08 .table_area .table_form .table_body .table_list li.co_3{
	width:186px;
	}
#section08 .table_area .table_form .table_body .table_list li.co_4{
	width:186px;
	}
#section08 .table_area .table_form .table_body .table_list li.co_5{
	width:186px;
	flex-direction: column;
	}
#section08 .table_area .table_form .table_body .price_total{
	display: flex;
	gap: 10px;
	width: 100%;
	}
#section08 .table_area .table_form .table_body .price_total li{
	height:63px;
	background:#9d231d;
	line-height:63px;
	color:#ffffff;
	font-weight:700;
	}
#section08 .table_area .table_form .table_body .price_total li.co_1{
	width: 186px;
	font-size: 30px;
	flex-shrink: 0;
	text-align: Center;
	font-family: 'ChosunGs', sans-serif;
	font-weight: 500;
	}
#section08 .table_area .table_form .table_body .price_total li.co_2{
	width:calc(100% - 186px);
	text-align:right;
	padding-right:20px;
	font-size:30px;
	}


#section08 #video_area {
        width: 1000px;
        position: relative;
        padding-top: 500px;
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: 100px;
    }

#section08 #video_area iframe{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border: 0px;
    object-fit: cover;
    width: 100%;
    }



#section08 .inquiry_item {margin-top:100px;}
#section08 .inquiry_item .tit_h2{color:#5a5f37;}
#section08 .inquiry_item .call_banner{
	display: table;
    margin: 100px auto 0px;
	}
#section08 .inquiry_item .call_banner li{
	margin-bottom:80px;
	}


.fw400 {font-weight:400 !important;}
.mb10 {margin-bottom:10px;}

/* visual 끝 */




.section {width:100%;}
.tit_h2 {font-size:58px;color:#1b1a15;font-weight:700;text-align:center;}
.comTit {
	font-size:50px;
	font-weight:700;
	color:#ffffff;
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,0.3);
	padding-bottom:50px;
	}
#section_inquiry{
	height:1600px;
	background:#9d231d;
	padding-top:120px;
	}
#section_inquiry .inquiry__form{
	width: 856px;
	height: 1180px;
	background: #ffffff;
	border-radius: 10px;
	padding: 70px 80px 50px 80px;
	margin: 80px auto 0px;
	}
#section_inquiry .inquiry__form .form_head{
	border-bottom:2px solid #eeeeee;
	padding-bottom:35px;
	text-align:center;
	margin-bottom:60px;
	}
#section_inquiry .inquiry__form .form_head .txt{
	font-size:30px;
	font-weight:700;
	color:#401a08;
	margin-bottom:20px;
	line-height:1;
	}
#section_inquiry .inquiry__form .form_head .txt2{
	font-size:25px;
	font-weight:700;
	color:#401a08;
	line-height:1;
	}
#section_inquiry .inquiry__form .form_head .txt2 span{
	font-size:27px;
	color:#ae321d;
	}
#section_inquiry .inquiry__form .inquiry__body {
	overflow:hidden;
	}
#section_inquiry .inquiry__form .inquiry__body .form_groap {
	display: flex;
    gap: 20px;
    margin-bottom: 30px;
	}
#section_inquiry .inquiry__form .inquiry__body .form_groap .control-label{
	font-size: 20px !important;
    font-weight: bold !important;
    width: 200px;
	color: #423a3a;
	padding-top: 10px;
	}
#section_inquiry .inquiry__form .inquiry__body .form_groap .control-label span {position:relative;}
#section_inquiry .inquiry__form .inquiry__body .form_groap .control-label span:after {
        content: '';
        width: 5px;
        height: 5px;
        background: #f25656;
        border-radius: 50%;
        position: absolute;
        top: 11px;
        right: -12px;
    }
#section_inquiry .inquiry__form .inquiry__body .form_groap .input01{
	width: 50%;
    background: #f9f9f9 !important;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 50px;
	padding-left:10px;
	color: #423a3a;
	}
#section_inquiry .inquiry__form .inquiry__body .form_groap .input01:focus {
    border-color: #9d231d;
}
#section_inquiry .inquiry__form .inquiry__body .form_groap .textarea{
	width: 50%;
    background: #f9f9f9 !important;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 200px;
	padding-left:10px;
	padding-top:10px;
    overflow: auto;
    min-height: 100px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    resize: none;
	color: #423a3a;
	font-weight:400;
	font-family: 'Pretendard', sans-serif;
	}
#section_inquiry .inquiry__form .terms__form{
	margin-top:20px;
	}
#section_inquiry .inquiry__form .terms__form .txt{
	font-size: 20px !important;
    font-weight: bold !important;
	color: #423a3a;
	position:relative;
	display:inline-block;
	margin-bottom:10px;
	}
#section_inquiry .inquiry__form .terms__form .txt:after {
        content: '';
        width: 5px;
        height: 5px;
        background: #f25656;
        border-radius: 50%;
        position: absolute;
        top: 11px;
        right: -12px;
    }
#section_inquiry .inquiry__form .terms__form .terms_list {
    width:100%;
	height:160px;
	background: #f9f9f9 !important;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
	padding: 10px;
    height: 160px;
    overflow-y: auto;
    font-size: 13px;
	margin-bottom:10px;
    }
#section_inquiry .inquiry__form .terms__form .terms_check .label_area{
    display: flex;
    align-items: center;
    }
#section_inquiry .inquiry__form .terms__form .terms_check span{
    font-size: 20px;
     cursor:pointer;
    }
#section_inquiry .inquiry__form .terms__form .terms_check input[type="checkbox"] {
    display:none;
}

#section_inquiry .inquiry__form .terms__form .terms_check input[type="checkbox"] + label span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0px 10px 0 0;
    vertical-align: middle;
    background: url(../img/checkbox.png) left top no-repeat;
    cursor: pointer;
    background-size: cover;
}

#section_inquiry .inquiry__form .terms__form .terms_check input[type="checkbox"]:checked + label span {
    background:url(../img/checkbox.png)  -31px top no-repeat;
     background-size: cover;
}


.btn_box {margin-top:50px;}
.btn_submit {
	width: 100%;
    height: 55px;
    border: none;
    background: #9d231d;
    outline: none;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'Pretendard', sans-serif;
	cursor:pointer;
	}

.scrollBtn a {
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    text-decoration: none;
    transition: opacity .3s;
    padding-left: 45px;
    font-size: 15px;
    letter-spacing: 0.3;
    font-weight: 300;
}
.scrollBtn a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 43px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.scrollBtn a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}


#toTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: #cc272e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}
#toTop img {height:30px;}


.store_admin_list {
	margin-top: 100px;
    padding-bottom: 100px;
	}

.store_admin_list .sch_box {display:flex;}
.store_admin_list .sch_box #sch_word{
	width:calc(100% - 20%);
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
	height: 50px;
    line-height: 48px;
    padding: 0 0 0 14px;
    display: inline-block;
    font-size: 17px;
	color: #444;
	}
.store_admin_list .sch_box .sch_btn {
	border: 0;
	outline: none;
	height: 50px;
	display: inline-block;
	text-align: center;
	font-size: 17px;
	color: #fff;
	width: 20%;
	box-sizing: border-box;
	margin: 0;
	background-color: #282828;
	cursor: pointer;
}


.store_admin_list input[type="text"] { padding: 8px; width: 300px; }
.store_admin_list button { padding: 8px 16px; }
.store_admin_list table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.store_admin_list th {
	padding: 10px;
	text-align: center;
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
	border: 1px solid #cc272f;
}
.store_admin_list th.store_name{width:250px;border-right:1px #96181e solid;}
    .store_admin_list td {
        border: 1px solid #2e2e2e;
        padding: 12px 15px;
        text-align: left;
        color: #232323;
        background: rgba(255, 255, 255, 1);
    }
.store_admin_list thead {background-color: #cc272f;}
.store_admin_list .page {
	margin-top: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.store_admin_list .page a {
        padding: 8px 22px;
        text-decoration: none;
        color: #ffffff;
        cursor: pointer;
        border: 1px #2b354f solid;
        display: inline-block;
		transition: 0.3s;
    }
.store_admin_list .page a:hover {
        background:#cc272f;
    }
.store_admin_list .page em { font-weight: bold; }
.store_admin_list #store_atc_page .num {font-size:20px;color:#ffffff;font-weight:500;}