
.clearfix::after{
	content:"";
	display:block;
	clear:both;
	}

/* ========== 견적 문의 ========= */

/* ========== 메인 배너 ========= */
#main_banner{
	height:400px;
	position:relative;
	}
#main_banner img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	}
#main_banner .txt{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	text-align:center;
	color:#fff;
	text-shadow:3px 3px 10px rgba(0,0,0,0.1);
	width:100%;
	}
#main_banner h3{
	font-size:60px;
	font-weight:bold;
	}
#main_banner p{
	font-size:24px;
	font-weight:normal;
	margin-top:24px;
	}

/* ========== 섹션 1 ========= */
#sec_01{
	margin-top:120px;
	}
#sec_01 .title{
	/* text-align:center; */
	}
#sec_01.contact .title{
	text-align:center;
	}
#sec_01 .title h3{
	font-size:40px;
	font-weight:bold;
	}
#sec_01 .title p{
	font-size:18px;
	color:#666;
	margin-top:30px;
	}
#sec_01 .content{
	margin-top:100px;
	display:flex;
	align-items:center;
	justify-content: center;
	}
#sec_01 .content h4{
	font-size:24px;
	font-weight:bold;
	margin-top:50px;
	}
#sec_01 .content p{
	font-size:24px;
	font-weight:500;
	color:#666;
	margin-top:10px;
	}
#sec_01 figure{
	height:100px;
	display:flex;
	flex-direction:column;
	align-items: center;
    justify-content: center;
	}
#sec_01 .cont_01 img{
	max-width:100px;
	}
#sec_01 .cont_02 img{
	max-width:119px;
	}
#sec_01 .cont_03 img{
	max-width:110px;
	}
#sec_01 .cont_01, .cont_02, .cont_03{
	text-align:center;
	max-width:466px;
	width:100%;
	}
#sec_01 .cont_01, .cont_02{
	border-right:1px solid #ccc;
	}

/* ========== 섹션 2 ========= */
/* 왼쪽 섹션 */
#sec_02 .box{
	margin-top:120px;
	width:100%;
	/* display:flex; */
	align-items:center;
	}
#sec_02 .left_box{
	width:calc(60% - 20px);
	height:640px;
	background-color:#ffd511;
	position:relative;
	float:left;
	}
#sec_02 .left_cont{
	display:flex;
	align-items:center;
	justify-content: flex-end;
	width:95%;
	height: 100%;
    margin-left: -23px;
	}
#sec_02 .left_cont img{
	max-width:350px;
	width:100%;
    margin-right: 40px;
	}
#sec_02 .txt{
	/* height:400px; */
	}
#sec_02 h3{
	font-size:40px;
	font-weight:bold;
	}
#sec_02 h4{
	margin-top:60px;
	font-size:30px;
	line-height:42px;
	}
#sec_02 h4 .blue{
	color:#004f9b;
	font-weight:bold;
	}
#sec_02 h4 .bold{
	font-weight:bold;
	}
#sec_02 .line{
	width:80px;
	height:4px;
	background-color:#000;
	margin-top:30px;
	}
#sec_02 ol{
	margin-top:30px;
	}
#sec_02 ol li{
	line-height:25px;
	}
#sec_02 ol li:not(:first-child){
	margin-top:20px;
	}
#sec_02 ol .circle{
	font-family:"Roboto";
	width:25px;
	height:25px;
	line-height:25px;
	background-color:#004f9b;
	display:inline-block;
	text-align:center;
	color:#fff;
	border-radius:50%;
	margin-right:5px;
	}
#sec_02 ol .bold{
	font-weight:bold;
	}

/* 오른쪽 섹션 */
#sec_02 .right_box{
	width:calc(40% - 20px);
	height:640px;
	background-color:#4f89ff;
	position:relative;
	float:right;
	display:inline-block;
	}
#sec_02 .right_cont{
	color:#fff;
	}
#sec_02 .right_cont ul{
	margin-top:60px;
	font-size:20px;
	}
#sec_02 .right_cont ul li:not(:first-child){
	margin-top:30px;
	}
#sec_02 .right_cont p{
	font-family:"Montserrat";
	font-size:80px;
	font-weight:bold;
	color:rgba(255,255,255,0.1);
	position:absolute;
	bottom:50px;
	right:10px;
	}
#sec_02 .right_cont .txt{
	position:absolute;
	top:114px;
	left:120px;
	}
/* ========== 섹션 3 ========= */
#sec_03{
	text-align:center;
	margin:120px auto;
	}
#sec_03 .content{
	margin-top:50px;
	display:flex;
	align-items: center;
    justify-content: space-between;
	}
#sec_03 .left_cont, .right_cont{
	max-width:600px;
	width:calc(50% - 20px/2);
	}
#sec_03 h3{
	font-size:40px;
	font-weight:bold;
	max-width: 1180px;
	}
#sec_03 table{
	text-align:left;
	margin-top:50px;
	max-width:600px;
	width:100%;
	}
#sec_03 table caption{
	font-size:20px;
	font-weight:500;
	text-align:left;
	border-left: 4px solid #000;
	padding-left:10px;
	margin-bottom:30px;
	}
#sec_03 table td{
	height:35px;
	border-bottom:1px solid #a7a7a7;
	vertical-align:middle;
	padding-left:10px;
	color:#666;
	}
#sec_03 table tr:nth-child(2n-1){
	background-color:#fafafa;
	}
#sec_03 .other{
	border:1px solid #ccc;
	}
#sec_03 .other td{
	height:160px;
	line-height:48px;
	padding:20px;
	text-align:center;
	vertical-align:middle;
	font-size:36px;
	font-weight:bold;
	color:#999;
	}

/* ========== 오시는 길 ========= */
/* ========== 섹션 1 ========= */
.way table{
	margin-top:50px;
	max-width:1280px;
	width:100%;
	}
.way table tr{
	height:120px;
	border-bottom:1px solid #ccc;
	}
.way table th{
	width:20%;
	background-color:#ebebeb;
	padding:0 20px;
	color:#333;
	font-weight:500;
	}
.way table td{
	width:80%;
	color:#666;
	padding-left:20px;
	}
.way table th, td{
	vertical-align:middle;
	line-height:24px;
	}
.way table tr:first-child{
	border-top:3px solid #ccc;
	}
.way table tr:last-child{
	border-bottom:3px solid #ccc;
	}




/* ========== 섹션 2  ========= */
.way #sec_02{
	margin:120px auto;
	}
.way #sec_02 .title{
	/* text-align:center; */
	}
.way #sec_02 .title p{
	margin-top:30px;
	color:#666;
	line-height:24px;
	}
#daumRoughmapContainer1631671711373{
	margin-top: 50px;
	z-index:0;
	height:600px;
	}
.root_daum_roughmap .wrap_map{
	height:600px;
	}
.wrap_controllers{
	display:none;
	}

/* ========== 미디어쿼리 ========= */
@media screen and (max-width: 1650px) {
	/* === 견적 문의 === */
	/* 섹션 1 */
	#sec_01 .title{
		margin-right:200px;
		}
	#sec_01 .content{
		margin-right:200px;
		}

	/* 섹션 2 */
	.way #sec_02{
		/* margin:120px 200px 120px 0; */
		}
	#sec_02 .left_box{
		float:none;
		width:70%;
		}
	#sec_02 .right_box{
		width:70%;
		margin-top:40px;
		height:450px;
		}
	#sec_02 .right_cont p{
		font-size:72px;
		bottom:30px;		
		}
	
	/* 섹션 3 */
	#sec_03{
		margin: 120px 200px 120px 60px;
		}
	#sec_03 h3{	
		margin-right:200px;
		}
	#sec_03 .content{
		margin-right:200px;
		}

	/* 오시는 길 */
	.way{
		width:80%;
		margin-right:200px;
		}
	}

@media screen and (max-width: 1280px) {
	/* 메인 배너 */
	#main_banner{
		height:300px;
		}
	#main_banner h3{
		font-size:50px;
		}
	#main_banner p{
		font-size:21px;
		margin-top:15px;
		line-height:21px;
		} 
	
	/* 섹션 1 */
	#sec_01 .content h4{
		font-size:18px;
		}
	#sec_01 .content p{
		font-size:18px;
		}
	#sec_01 .content img{
		width:80%;
		}
	#sec_01 .cont_01 img{
		max-width:75px;
		}
	#sec_01 .cont_02 img{
		max-width:90px;
		}
	#sec_01 .cont_03 img{
		max-width:80px;
		}

	/* 섹션 2 */
	#sec_02 .left_box{
		float:none;
		width:80%;
		}
	#sec_02 .right_box{
		width:80%;
		margin-top:40px;
		height:450px;
		}
	
	/* 섹션 3 */
	#sec_03 .content{
		align-items: center;
		}
	/* 오시는 길 */
	#daumRoughmapContainer1631671711373{
		height:500px;
		}
	}

@media screen and (max-width: 991px) {

	/* 메인 배너 */
	#main_banner{
		height:200px;
		}
	#main_banner h3{
		font-size:40px;
		}
	#main_banner p{
		font-size:18px;
		margin-top:15px;
		line-height:21px;
		}

	/* 섹션 1 */
	#sec_01{
		margin: 50px auto 0;
		}
	#sec_01 .title h3{
		font-size:24px;
		}
	#sec_01 .title p{
		font-size:16px;
		line-height:24px;
		}
	#sec_01 .title{
		margin:0 auto;
		}
	#sec_01 .content{
		flex-direction: column;
		}
	#sec_01 .cont_01 img{
		max-width:100px;
		}
	#sec_01 .cont_02 img{
		max-width:119px;
		}
	#sec_01 .cont_03 img{
		max-width:110px;
		}
	#sec_01 .content h4{
		font-size:20px;
		}
	#sec_01 .content p{
		font-size:20px;
		}
	#sec_01 .cont_01, .cont_02, .cont_03{
		padding: 30px 0;
		border:0;
		border-bottom:1px solid #ccc;
		}
	#sec_01 .cont_03{
		border:0;
		}
	#sec_01 .content{
		margin: 0 auto;
		}
	
	/* 섹션 2 */
	
	#sec_02 .left_cont{
		flex-direction:column;
		justify-content: center;
		}
	#sec_02 .left_box{
		height:740px;
		}
	#sec_02 .left_cont img{
		max-width:240px;
		margin-top: -40px;
		}
	#sec_02 h3{
		font-size:24px;
		}
	#sec_02 h4{
		font-size:20px;
		margin-top:30px;
		line-height:26px;
		}
	#sec_02 ol li:not(:first-child){
		margin-top:10px;
		}
	#sec_02 .img{
		margin-left: -120px;
		}
	#sec_02 .box{
		margin-top:50px;
		}
	#sec_02 .right_cont p{
		font-size:70px;
		bottom:20px;		
		}
	
	/* 섹션 3 */
	#sec_03{
		margin:50px auto;
		}
	#sec_03 table{
		margin-top:40px;
		}
	#sec_03 .other td{
		font-size:30px;
		line-height:40px;
		}
	#sec_03 .content{
		margin-top:0;
		margin-right:0;
		}
	#sec_03 h3{
		font-size:24px;
		margin-right:0;
		}
	#sec_03 table caption{
		font-size:18px;
		}
	#sec_03 table td{
		font-size:14px;
		}
	
	/* 오시는 길 */
	.way{
		width:95%;
		margin:0 auto;
		}
	.way #sec_02{
		margin: 80px auto;
		width: 100%;
		}
	.way table{
		margin-top:30px;
		}
	#daumRoughmapContainer1631671711373{
		height:400px;
		}
	.root_daum_roughmap .wrap_map{
		height:400px;
		}
	}

@media screen and (max-width: 600px) {
	/* 견적 문의 */

	/* 메인 배너 */
	#main_banner{
		height:150px;
		}
	#main_banner h3{
		font-size:30px;
		}
	#main_banner p{
		font-size:16px;
		font-weight:normal;
		margin-top:15px;
		line-height:21px;
		}

	/* 섹션 1 */

	#sec_01 .content h4{
		font-size:18px;
		}
	#sec_01 .content p{
		font-size:18px;
		}
	#sec_01 .cont_01 img{
		max-width:75px;
		}
	#sec_01 .cont_02 img{
		max-width:90px;
		}
	#sec_01 .cont_03 img{
		max-width:80px;
		}
	#sec_01 .content h4{
		margin-top:20px;
		}

	/* 섹션 2 */

	#sec_02 .left_box{
		float:none;
		width:100%;
		}
	#sec_02 .left_cont{
		margin-left:10px;
		}
	#sec_02 .right_box{
		width:100%;
		margin-top:0;
		height:300px;
		}
	#sec_02 .right_cont .txt{
		left:50%;
		transform:translateX(-50%);
		text-align:center;
		top:60px;
		}
	#sec_02 ol .circle{
		width:20px;
		height:20px;
		line-height:20px;
		}
	#sec_02 ol li{
		font-size:16px;
		}
	#sec_02 ol li:not(:first-child) {
		margin-top: 5px;
		}
	#sec_02 .right_cont ul{
		margin-top:40px;
		}
	#sec_02 .right_cont ul li{
		font-size:16px;
		}
	#sec_02 .right_cont ul li:not(:first-child){
		margin-top:20px;
		}
	#sec_02 .right_cont p{
		font-size:50px;
		bottom:20px;
		}

	/* 섹션 3 */
	#sec_03 .content{
		flex-direction:column;
		}
	#sec_03 .left_cont, .right_cont{
		width:100%;
		}

	/* 오시는 길 */
	.way table{
		font-size:14px;
		}
	.way table tr:first-child {
		height: 180px;
		}
	#daumRoughmapContainer1631671711373{
		height:300px;
		}
	.root_daum_roughmap .wrap_map{
		height:300px;
		}
	}