@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 .txtBox{
	background: #f5f7fa;
	max-width: 1380px;
	box-sizing: border-box;
	padding: 40px 30px;
	font-size: 18px;
	line-height: 1.8;
	margin: auto;
	margin-top: 45px;
}

.section1 .callDiv{
	display: flex;
	align-items: center;
	line-height: 1;
}

.section1 .callDiv img{
	width: 22px;
	margin-right: 10px;
}

.section1 .callDiv a{
	color: var(--mainCol);
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.section1 .callDiv a + a{
	padding-left: 10px;
	margin-left: 10px;
}

.section1 .callDiv a + a::before{
	content: '';
	display: block;
	width: 2px;
	height: 18px;
	background: #999;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.section1 .callA{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 50px;
	margin: 50px auto 0;
	background: var(--mainCol);
	transition: all 0.4s;
}

.section1 .callA:hover{
	box-shadow: rgba(0,0,0,0.2) 3px 3px 5px;
}


.section1 .callA img{
	width: 20px;
	margin-right: 5px;
}

.section1 .callA span{
	color: #fff;
	line-height: 1;
	font-size: 20px;
	font-weight: 600;
}





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


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

/* section1 */
.section1 .txtBox{
	padding: 6vw 5vw;
	font-size: 3.5vw;
	margin-top: 5vw;
}

.section1 .callDiv{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1;
}

.section1 .callDiv img{
	width: 4vw;
	margin-right: 1vw;
}

.section1 .callDiv p{
	width: calc(100% - 4vw - 1vw);
}

.section1 .callDiv a{
	margin-top: 2vw;
}

.section1 .callDiv a + a{
	padding-left: 3vw;
	margin-left: 3vw;
}

.section1 .callDiv a + a::before{
	width: 2px;
	height: 3vw;
}

.section1 .callA{
	width: 40vw;
	max-width: 100%;
	height: auto;
	padding: 3vw 0;
	margin: 7vw auto 0;
}

.section1 .callA img{
	width: 5vw;
	margin-right: 1vw;
}

.section1 .callA span{
	font-size: 3.5vw;
}



}