@charset "utf-8";

/* 내용관리 */
#ctt {width:1000px; margin:0 auto; padding:20px;background:#fff}
.ctt_admin {text-align:right;display: none;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* section1 */
.section1{
	background: url(/include/img/s0301_s01_bg.jpg) no-repeat center / cover;
	padding: 0 !important;
}

.section1 .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	box-sizing: border-box;
}

.section1 .inner h2{
	color: #fff;
	font-size: 50px;
	text-align: center;
	width: 100%;
	font-family: "sc7";
	margin-bottom: 30px;
}

.section1 .inner p{
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 70px;
	font-family: 'GmarketSansMedium';
	font-weight: 700;
}

.section1 .inner p .nums{
	font-size: 195px;
	font-family: 'GmarketSansMedium';
}

/* section2 */
.section2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section2 ul li{
	width: calc(100%/4 - 68px/4);
	margin-top: 22px;
}

.section2 ul li:nth-child(-n+4){
	margin-top: 0;
}

.section2 ul li img{
	max-width: 100%;
}

.section2 ul li p{
	display: none;
}

/* section3 */
.section3{
	background: #fff5f5;
	overflow-x: hidden;
}

.section3 .inner{
	width: 100%;
	max-width: 100%;
}

.section3 .tit{
	color: #b7242a;
}

.section3.section .tit.line::after{
	background: #b7242a;
	margin-bottom: 30px;
}

.section3 .conTxt{
	text-align: center;
	margin-bottom: 50px;
	color: #b7242a;
}

.section3 article{
	width: 100%;
}

.section3 .slideUl{
	display: flex;
	width: calc(600px*10 + 30px*9);
	position: relative;
	/* animation-timing-function : linear; */
}

.section3 .slideLi .review{
	background: #fff;
	border-radius: 20px;
	box-shadow: rgba(0,0,0,0.1) 0 0 20px;
	width: 600px;
	height: 160px;
	margin-right: 30px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}

.section3 .slideLi .review + div{
	margin-top: 30px;
	transform: translateX(150px)
}

.section3 .slideLi .review h5{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.section3 .slideLi .review h5 img{
	margin-left: 10px;
}

.section3 .slideLi .review h5 span{
	color: #b7242a;
	font-size: 18px;
	line-height: 1.5;
	font-family: "sc7";
}

.section3 .slideLi .review p{
	font-size: 16px;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: calc(100% - 100px);
}

.section3 .slideLi .review .persent{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ff3d51;
	font-family: "sc7";
	font-size: 17px;
	line-height: 1.3;
	background: url(/include/img/icon_circle.png) no-repeat center / contain;
}

/* section4 */
.section4{
	overflow: hidden;
}

.section4 .inner{
	display: flex;
	flex-wrap: wrap;
}

.section4 .inner .leftBox{
	width: calc(100% - 623px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.section4 .inner .leftBox img{
	margin-bottom: 30px;
}

.section4 .inner .leftBox .tit{
	text-align: center;
	margin-bottom: 0px;
	width: 100%;
}

.section4 .inner .rightBox{
	width: 623px;
	height: calc(75px*5 + 20px*4);
}

.section4 .inner .rightBox ul{
	position: relative;
}

.section4 .inner .rightBox ul li{
	background-color: #fff5f5;
	height: 75px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
	/* background-image: url(/include/img/s0301_s04_01.png); */
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: rgba(0,0,0,0.17) 0 0 15px;
	padding: 0 5% 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	margin-bottom: 20px;
	transition: all 1s;
}

/* .section4 .inner .rightBox ul li[data-num="0"]{
	background-image: url(/include/img/s0301_s04_01.png);
}

.section4 .inner .rightBox ul li[data-num="1"]{
	background-image: url(/include/img/s0301_s04_02.png);
}

.section4 .inner .rightBox ul li[data-num="2"]{
	background-image: url(/include/img/s0301_s04_03.png);
}

.section4 .inner .rightBox ul li[data-num="3"]{
	background-image: url(/include/img/s0301_s04_04.png);
}

.section4 .inner .rightBox ul li[data-num="4"]{
	background-image: url(/include/img/s0301_s04_05.png);
}

.section4 .inner .rightBox ul li[data-num="5"]{
	background-image: url(/include/img/s0301_s04_06.png);
} */

.section4 .inner .rightBox ul li.view{
	opacity: 1;
}

.section4 .inner .rightBox ul li p{
	font-size: 18px;
	line-height: 1.5;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 10px 0;
	padding-left: 0px;
	font-family: "sc7";
	width: 15%;
}

.section4 .inner .rightBox ul li p:nth-child(1){
	color: #b7242a;
}

.section4 .inner .rightBox ul li p:nth-child(3){
	font-family: "sc4";
	color: #838383;
	width: 40%;
}

.section4 .inner .rightBox ul li p:nth-child(4){
	background: #b7242a;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
	text-align: center;
	width: 30%;
}

/* section5 */
.section5{
	background: url(/include/img/s0301_s05_bg.jpg) no-repeat center / cover;
	padding: 0 !important;
}

.section5 .inner{
	height: 812px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.section5 .inner .txtBox{
	width: 45%;
}

.section5 .inner .txtBox .tit{
	text-align: left;
	font-size: 50px;
	margin-bottom: 0px;
}

.section5 .inner .txtBox .telBtn{
	display: flex;
	width: 376px;
	height: 65px;
	align-items: center;
	justify-content: center;
	background: #b7242a;
	border-radius: 20px;
	margin: 30px 0 30px;
}

.section5 .inner .txtBox .telBtn img{
	margin-right: 5px;
}

.section5 .inner .txtBox .telBtn span{
	color: #fff;
	font-size: 26px;
	line-height: 1;
}

.section5 .inner .txtBox p{
	color: #b7242a;
	font-family: "sc7";
	font-size: 22px;
	line-height: 1.4;
}

/* quickSubForm */
.quickSubForm{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #b7242a;
	transition: all 1s;
}

.quickSubForm.off{
	transform: translateY(100%);
}

.quickSubForm .closeBtn{
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
	position: absolute;
	top: 20px;
	right: 5%;
	border-radius: 50%;
	cursor: pointer;
}

.quickSubForm .closeBtn::before,
.quickSubForm .closeBtn::after{
	content: '';
	display: block;
	width: 1px;
	height: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
}

.quickSubForm .closeBtn::before{
	transform: translate(-50%,-50%) rotate(45deg);
}

.quickSubForm .closeBtn::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}

.quickSubForm .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}

.quickSubForm .telBox{
	display: flex;
	align-items: center;
}

.quickSubForm .telBox p{
	font-size: 26px;
	color: #fff;
	margin-right: 5px;
}

.quickSubForm .telBox a{
	font-size: 26px;
	color: #fff;
	font-family: "sc7";
}

.quickSubForm .snsBox{
	width: 130px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.quickSubForm .snsBox a{
	display: block;
	width: 56px;
	height: 56px;
}

.quickSubForm .snsBox a img{
	width: 100%;
	animation: ani001 2s infinite;
}

.quickSubForm .snsBox a:nth-child(2) img{
	animation-delay: 0.2s;
}

@keyframes ani001{
	0%{transform: scale(1);}
	5%{transform: scale(1.05);}
	15%{transform: scale(0.95);}
	20%{transform: scale(1);}
}

.quickSubForm .formBox{
	box-sizing: border-box;
	padding: 0 15px;
}

.quickSubForm .formBox form{
	display: flex;
	align-items: center;
}

.quickSubForm .formBox form ul{
	display: flex;
	align-items: center;
}

.quickSubForm .formBox form ul li + li{
	margin-left: 10px;
}

.quickSubForm .formBox form ul .iptLi{
	width: 30%;
}

.quickSubForm .formBox form ul .iptLi input{
	border: 0;
	background: #fff;
	height: 35px;
	line-height: 35px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 10px;
}

.quickSubForm .formBox form ul .perLi{
	display: flex;
	align-items: center;
}

.quickSubForm .formBox form ul .perLi label{
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.quickSubForm .formBox form ul .perLi input{
	display: none;
}

.quickSubForm .formBox form ul .perLi span{
	width: 14px;
	height: 14px;
	background: #fff;
	display: block;
	margin-left: 4px;
}

.quickSubForm .formBox form ul .sendLi{
	/* width: calc(40% - 30px - ); */
}

.quickSubForm .formBox form ul .sendBtn{
	display: block;
	background: #921217;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 16px;
	padding: 0 50px;
	border-radius: 10px;
}

.quickSubForm .formBox form ul .perLi input:checked + label span{
	background: url(/include/img/icon_check.png) no-repeat center / contain;
}

body{
	padding-bottom: 120px;
}



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


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

.section .tit{
	font-size: 6vw !important;
}

/* section1 */
.section1{
	background: url(/include/img/s0301_s01_bg_m.jpg) no-repeat center / cover;
}

.section1 .inner{
	height: 100vh;
}

.section1 .inner h2{
	font-size: 7vw;
	margin-bottom: 5vw;
}

.section1 .inner p{
	font-size: 9vw;
}

.section1 .inner p .nums{
	font-size: 24vw;
	font-family: 'GmarketSansMedium';
}

/* section2 */
.section2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section2 ul li{
	width: calc(100%/2 - 3vw/2);
	margin-top: 3vw !important;
}

.section2 ul li:nth-child(-n+2){
	margin-top: 0 !important;
}

/* section3 */
.section3.section .tit.line::after{
	margin-bottom: 5vw;
}

.section3 .conTxt{
	margin-bottom: 7vw;
}

.section3 .slideUl{
	width: calc(70vw*10 + 5vw*9);
}

.section3 .slideLi .review{
	border-radius: 5vw;
	box-shadow: rgba(0,0,0,0.1) 0 0 4vw;
	width: 70vw;
	height: 28vw;
	margin-right: 5vw;
	padding: 4vw;
}

.section3 .slideLi .review + div{
	margin-top: 5vw;
	transform: translateX(30vw)
}

.section3 .slideLi .review h5{
	margin-bottom: 2vw;
}

.section3 .slideLi .review h5 img{
	margin-left: 2vw;
	width: 15vw;
}

.section3 .slideLi .review h5 span{
	font-size: 3vw;
}

.section3 .slideLi .review p{
	font-size: 2.5vw;
	width: calc(100% - 17vw);
}

.section3 .slideLi .review p br{
	display: none;
}

.section3 .slideLi .review .persent{
	right: 4vw;
	width: 15vw;
	height: 15vw;
	font-size: 3vw;
	background: url(/include/img/icon_circle.png) no-repeat center / contain;
}

/* section4 */
.section4 .inner .leftBox{
	width: 100%;
	margin-bottom: 5vw;
}

.section4 .inner .leftBox img{
	width: 35%;
	margin-bottom: 5vw;
}

.section4 .inner .leftBox .tit{
	margin-bottom: 2vw;
}

.section4 .inner .rightBox{
	width: 100%;
	height: calc(12vw*5 + 4vw*4);
}

.section4 .inner .rightBox ul li{
	height: 12vw;
	background-size: 100% auto;
	border-radius: 4vw;
	box-shadow: rgba(0,0,0,0.17) 0 0 3vw;
	padding: 0 5% 0;
	margin-bottom: 4vw;
}

.section4 .inner .rightBox ul li p{
	font-size: 3vw;
	border-radius: 2vw;
	padding: 2vw 0;
	padding-left: 3vw;
}

.section4 .inner .rightBox ul li p:nth-child(3){
	width: 40%;
}

.section4 .inner .rightBox ul li p:nth-child(4){
	padding: 1.5vw 2.5vw;
	border-radius: 2vw;
	text-align: center;
	width: 30%;
}

/* section5 */
.section5{
	background: url(/include/img/s0301_s05_bg_m.jpg) no-repeat center bottom / cover;
}

.section5 .inner{
	height: 165vw;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	padding-top: 15vw;
}

.section5 .inner .txtBox{
	width: 100%;
}

.section5 .inner .txtBox .tit{
	font-size: 7vw !important;
}

.section5 .inner .txtBox .telBtn{
	width: 60vw;
	height: 12vw;
	border-radius: 4vw;
	margin: 5vw 0 5vw;
}

.section5 .inner .txtBox .telBtn img{
	margin-right: 1vw;
	width: 4vw;
}

.section5 .inner .txtBox .telBtn span{
	font-size: 4vw;
}

.section5 .inner .txtBox p{
	font-size: 3.5vw;
}

/* quickSubForm */
.quickSubForm{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #b7242a;
}

.quickSubForm .closeBtn{
	width: 20px;
	height: 20px;
	top: 12px;
}

.quickSubForm .inner{
	flex-wrap: wrap;
	height: auto;
	padding: 15px 0;
}

.quickSubForm .telBox{
	width: 100%;
	justify-content: center;
	margin-bottom: 10px;
}

.quickSubForm .telBox p{
	font-size: 13px;
	margin-right: 5px;
}

.quickSubForm .telBox a{
	font-size: 13px;
}

.quickSubForm .snsBox{
	width: 100%;
	justify-content: center;
}

.quickSubForm .snsBox a{
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

.quickSubForm .formBox{
	padding: 0;
}

.quickSubForm .formBox form ul{
	flex-wrap: wrap;
}

.quickSubForm .formBox form ul li{
	width: 100%;
}

.quickSubForm .formBox form ul li + li{
	margin-left: 10px;
}

.quickSubForm .formBox form ul .iptLi{
	width: calc(100%/2 - 10px/2);
}

.quickSubForm .formBox form ul .iptLi input{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 12px;
	border-radius: 10px;
}

.quickSubForm .formBox form ul .perLi{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 10px 0;
}

.quickSubForm .formBox form ul .perLi label{
	font-size: 10px;
	margin-right: 5px;
}

.quickSubForm .formBox form ul .perLi span{
	width: 10px;
	height: 10px;
}

.quickSubForm .formBox form ul .sendBtn{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	padding: 0 50px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.quickSubForm .formBox form ul .perLi input:checked + span{
	background: url(/include/img/icon_check.png) no-repeat center / contain;
}

body{
	padding-bottom: 120px;
}


}