@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}

/* section1 */
.section1{
	background: url(/include/img/sub0101_section1_bg.jpg) no-repeat center / cover;
	height: 90vh;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	/* background-attachment: fixed; */
}

.section1 .tit{
	color: #fff;
}

.section1 .conTxt{
	color: #fff;
	font-weight: 400;
}

/* section2 */
.section2{
	background: #fdf9f5;
}

.section2 .tit{
	margin-bottom: 50px;
}

.section2 ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.section2 ul li{
	width: calc((100% - 60px)/4);
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 50px 10px 30px;
	text-align: center;
}

.section2 ul li img{
	display: block;
	margin: 0 auto 20px;
}

.section2 ul li h5{
	font-size: 20px;
	font-weight: 600;
	color: #303030;
	line-height: 1;
	margin-bottom: 10px;
}

.section2 ul li p{
	font-size: 16px;
	color: #303030;
	line-height: 1.6;
}

/* section3 */
.section3 .tit{
	text-align: left;
}

.section3 .tit .sm{
	margin-bottom: 0px;
}

.section3 .imgBox{
	border-radius: 30px;
	overflow: hidden;
}

.section3 .txtBox{
	background: #fdf9f5;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 40px;
	color: #303030;
	font-size: 20px;
	line-height: 1.7;
	margin-top: 30px;
}

.section3 .txtBox strong{
	font-weight: 600;
}

.section3 ul{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.section3 ul li{
	width: calc((100% - 40px)/3);
	background: #f8f8f8;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 50px 10px 30px;
	text-align: center;
}

.section3 ul li img{
	display: block;
	margin: 0 auto 20px;
}

.section3 ul li h5{
	font-size: 20px;
	font-weight: 600;
	color: #303030;
	line-height: 1;
	margin-bottom: 10px;
}

.section3 ul li p{
	font-size: 16px;
	color: #303030;
	line-height: 1.6;
}

/* section4 */
.section4{
	background: url(/include/img/sub0101_section4_bg.jpg) no-repeat center top / cover;
	position: relative;
}

.section4 .topBox{
	display: flex;
	align-items: center;
	float: right;
	margin-bottom: 30px;
}

.section4 .topBox .txtBox{
	font-size: 22px;
	font-weight: 500;
	color: #303030;
	line-height: 1.6;
}

.section4 .topBox .imgBox{
	border-radius: 30px 0 0 30px;
	overflow: hidden;
	margin-left: 50px;
}

.section4 .conTxt{
	clear: both;
}

@font-face {
    font-family: 'gmb';
    src: url('/include/font/GmarketSansTTFBold.ttf') format('truetype');
    /* font-weight: normal; */
    font-style: normal;
}

.section4 .conTxt strong{
	color: var(--mainCol);
	font-size: 1.5em;
	line-height: 1;
	font-family: 'gmb';
}

.section4 .btnBox{
	display: flex;
	justify-content: space-between;
}

.section4 .btnBox a{
	width: calc((100% - 15px)/2);
	max-width: 560px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--mainCol);
	border-radius: 15px;
}

.section4 .btnBox a.kakao{
	background: #fae000;
}

.section4 .btnBox a span{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin-left: 7px;
}

.section4 .btnBox a.kakao span{
	color: #371c1b;
}

.section4 .btnBox a img{
	width: auto;
	height: 34px;
	margin-top: 2px;
}

.section4 .btnBox a.paper{
	background: #585858;
}





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


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

/* section1 */
.section1{
	background: url(/include/img/sub0101_section1_bg.jpg) no-repeat center / cover;
	height: auto;
	/* background-attachment: fixed; */
}

/* section2 */
.section2 .tit{
	margin-bottom: 7vw;
}

.section2 ul{
	flex-wrap: wrap;
	margin-bottom: 7vw;
}

.section2 ul li{
	width: calc((100%)/1);
	border-radius: 4vw;
	margin-top: 3vw;
	padding: 7vw 3vw 5vw;
}

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

.section2 ul li img{
	margin: 0 auto 4vw;
	width: 16vw;
	max-width: 100px;
}

.section2 ul li h5{
	font-size: 4vw;
	margin-bottom: 2vw;
}

.section2 ul li p{
	font-size: 3vw;
}

/* section3 */
.section3 .imgBox{
	border-radius: 5vw;
}

.section3 .txtBox{
	border-radius: 5vw;
	padding: 6vw;
	font-size: 4vw;
	margin-top: 5vw;
}

.section3 ul{
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5vw;
}

.section3 ul li{
	width: calc((100%)/1);
	border-radius: 4vw;
	padding: 7vw 2vw 5vw;
}

.section3 ul li + li{
	margin-top: 3vw;
}

.section3 ul li img{
	margin: 0 auto 4vw;
}

.section3 ul li h5{
	font-size: 4vw;
	margin-bottom: 2vw;
}

.section3 ul li p{
	font-size: 3vw;
}

/* section4 */
.section4{
	background: url(/include/img/sub0101_section4_bg.jpg) no-repeat center top / cover;
}

.section4 .topBox{
	display: block;
	float: inherit;
	width: 90%;
	margin: auto;
	margin-bottom: 5vw;
}

.section4 .topBox .txtBox{
	font-size: 4vw;
	margin-bottom: 5vw;
}

.section4 .topBox .imgBox{
	border-radius: 5vw;
	overflow: hidden;
	margin-left: 0;
}

.section4 .btnBox{
	display: flex;
}

.section4 .btnBox a{
	width: calc((100% - 3vw)/2);
	max-width: 560px;
	height: 12vw;
	border-radius: 3vw;
}

.section4 .btnBox a.kakao{
	background: #fae000;
}

.section4 .btnBox a span{
	font-size: 4vw;
	margin-left: 1vw;
}

.section4 .btnBox a img{
	height: 5vw;
}





}