@charset "utf-8";

/* 내용관리 */
.product_ban{
	background:url(img/ban.png)no-repeat center center;
	background-size:cover;
}

#ctt{
	width:100%;
	margin-top:50px;
	padding-bottom:273px;
}
.product_01{
	width:1200px;
	margin:0 auto;
}
.product_img_box{
	width:100%;
	background-size:cover;
	position:relative;
}
.product_01_img{
	height:540px;
	background:url(img/img1.png)no-repeat center center;
}
.product_02_img{
	height:459px;
	background:url(img/img2.png)no-repeat center center;
}
.product_03_img{
	height:459px;
	background:url(img/img3.png)no-repeat center center;
}
.product_04_img{
	height:459px;
	background:url(img/img4.png)no-repeat center center;
}
.product_01_img>div{
	width:90%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
.product_01_img>div>p{
	display:block;
	width:100%;
	text-align:left;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#fff;	
	letter-spacing:-0.03em;	
	line-height:38px;
}
.product_01_img>div>h1{
	display:block;
	width:100%;
	text-align:left;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:900;
	font-size:50px;
	color:#fff;	
	letter-spacing:-0.03em;	
	line-height:50px;
	margin-top:10px;
}
.product_01_title{
	width:100%;
	text-align:center;
	padding:44px 0;
}
.product_01_title>h1{
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:700;
	font-size:50px;
	color:#191919;	
	letter-spacing:-0.03em;	
	line-height:56px;	
}
.product_01_title>p{
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:500;
	font-size:18px;
	color:#a0a0a0;	
	letter-spacing:-0.03em;	
	line-height:26px;	
	margin-top:15px;
}
.product_03_img>ul{
	width:100%;
	position:absolute;
	left:0;
	bottom:20px;
	overflow:hidden;
	padding:0 20px;
}
.product_03_img>ul>li{
	width:371px;
	height:82px;
	background:#fff;
	line-height:82px;
	margin-right:22px;
	text-align:center;
	float:left;
}
.product_03_img>ul>li:last-child{
	margin-right:0px;
}
.product_03_img>ul>li>h1{
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#509BFF;	
	letter-spacing:-0.03em;	
}
.product_table{
	width:100%;
}
.product_table>thead{
	width:100%;
}
.product_table>thead>tr{
	width:100%;
}
.product_table>thead>tr>th{
	height:90px;
	border-right:1px solid #fff;
	background:#509BFF;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#fff;	
	letter-spacing:-0.03em;	
	line-height:30px;
	text-align:center;
}
.product_table>thead>tr>th:last-child{
	border-right:0px;
}
.product_table>tbody{
	width:100%;
}
.product_table>tbody>tr{
	width:100%;
}
.product_table>tbody>tr>td{
	height:90px;
	border-right:1px solid #a0a0a0;
	background:#f9f9f9;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:400;
	font-size:22px;
	color:#000;	
	letter-spacing:-0.03em;	
	line-height:38px;
	text-align:center;
	border-bottom:1px solid #a0a0a0;
}
.product_table>tbody>tr>td:nth-child(5){
	border-right:0px;
}
.table_info_box{
	width:100%;
	margin-top:27px;
}
.table_info_box>p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 326px);
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:500;
	font-size:18px;
	color:#3c3c3c;	
	letter-spacing:-0.03em;	
	line-height:18px;
}

.table_info_box>span{
	display:inline-block;
	vertical-align:middle;
	width:326px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:500;
	font-size:18px;
	color:#fff;	
	letter-spacing:-0.03em;	
	line-height:18px;
	background:#3c3c3c;
	text-align:center;
}
.sbpb_mtextr{
	display:none;
}
.product_02{
	display:none;
}
.motb{
	display:none;
}
.mo_table_topicon{
	display:none;
}
@media(max-width:1200px){
	 /* 내용관리 */
	.product_ban{
		background:url(img/m_ban.png)no-repeat center center;
		background-size:cover;
	}

	#ctt{
		width:100%;
		margin-top:9.7vw;
		padding:0 3.1vw;
		padding-bottom:15.6vw;
	}
	.product_01{
		width:100%;
		margin:0 auto;
	}
	.product_img_box{
		width:100%;
		background-size:cover;
		position:relative;
	}
	.product_01_img{
		height:112.5vw;
		background:url(img/mimg1.png)no-repeat bottom center;
		background-size:90.6vw;
	}
	.product_02_img{
		height:459px;
		background:url(img/img2.png)no-repeat center center;
	}
	.product_03_img{
		height:459px;
		background:url(img/img3.png)no-repeat center center;
	}
	.product_04_img{
		height:459px;
		background:url(img/img4.png)no-repeat center center;
	}
	.product_01_img>div{
		width:100%;
		position:absolute;
		left:0;
		top:10.9vw;
		transform:translate(0, -50%);
	}
	.product_01_img>div>p{
		display:block;
		width:100%;
		text-align:center;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:700;
		font-size:4.7vw;
		color:#191919;	
		letter-spacing:-0.03em;	
		line-height:5.9vw;
	}
	.product_01_img>div>h1{
		display:block;
		width:100%;
		text-align:center;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:900;
		font-size:7.8vw;
		color:#191919;	
		letter-spacing:-0.03em;	
		line-height:7.8vw;
		margin-top:2.2vw;
	}
	.product_01_title{
		width:100%;
		text-align:center;
		padding:7vw 0;
	}
	.product_01_title>h1{
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:700;
		font-size:7.8vw;
		color:#191919;	
		letter-spacing:-0.03em;	
		line-height:10.9vw;	
	}
	.product_01_title>p{
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:500;
		font-size:3.1vw;
		color:#a0a0a0;	
		letter-spacing:-0.03em;	
		line-height:4.1vw;	
		margin-top:2.2vw;
	}
	.product_03_img>ul{
		width:100%;
		position:absolute;
		left:0;
		bottom:20px;
		overflow:hidden;
		padding:0 20px;
	}
	.product_03_img>ul>li{
		width:371px;
		height:82px;
		background:#fff;
		line-height:82px;
		margin-right:22px;
		text-align:center;
		float:left;
	}
	.product_03_img>ul>li:last-child{
		margin-right:0px;
	}
	.product_03_img>ul>li>h1{
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:700;
		font-size:30px;
		color:#509BFF;	
		letter-spacing:-0.03em;	
	}
	.product_table{
		width:100%;
	}
	.product_table>thead{
		width:100%;
	}
	.product_table>thead>tr{
		width:100%;
	}
	.product_table>thead>tr>th{
		height:12.4vw;
		border-right:0.2vw solid #fff;
		background:#509BFF;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:700;
		font-size:3.4vw;
		color:#fff;	
		letter-spacing:-0.03em;	
		line-height:3.4vw;
		text-align:center;
	}
	.product_table>thead>tr>th:last-child{
		border-right:0px;
	}
	.product_table>tbody{
		width:100%;
	}
	.product_table>tbody>tr{
		width:100%;
	}
	.product_table>tbody>tr>td{
		height:12.8vw;
		border-right:0.2vw solid #a0a0a0;
		background:#f9f9f9;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:400;
		font-size:3.4vw;
		color:#000;	
		letter-spacing:-0.03em;	
		line-height:4.4vw;
		text-align:center;
		border-bottom:0.2vw solid #a0a0a0;
	}
	.product_table>tbody>tr>td:nth-child(5){
		border-right:0px;
	}
	.table_info_box{
		width:100%;
		margin-top:3.1vw;
	}
	.table_info_box>p{
		display:inline-block;
		vertical-align:middle;
		width:100%;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:500;
		font-size:2.2vw;
		color:#3c3c3c;	
		letter-spacing:-0.03em;	
		line-height:2.2vw;
	}

	.table_info_box>span{
		display:inline-block;
		vertical-align:middle;
		width:326px;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:500;
		font-size:18px;
		color:#fff;	
		letter-spacing:-0.03em;	
		line-height:18px;
		background:#3c3c3c;
		text-align:center;
	}

	.sbpb_ptextr{
		display:none;
	}
	.sbpb_mtextr{
		display:block;
	}
	.pc_view{
		display:none;
	}
	.product_02{
		display:block;
		width:100%;
		overflow:hidden;
		margin-top:21.9vw;
	}
	.pt02_left{
		margin-right:3.1vw;
	}
	.product_02>div{
		width:calc(50% - 1.55vw);
		float:left;
	}
	.product_02>div>div{
		width:100%;
		margin-bottom:12.5vw;
	}
	.product_02>div>div:last-child{
		margin-bottom:0;
	}
	.product_02>div>div>img{
		display:block;
		width:100%;
	}
	.product_02>div>div>h1{
		display:block;
		width:100%;
		text-align:left;
		margin-top:3.1vw;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:700;
		font-size:4.1vw;
		color:#000;	
		letter-spacing:-0.03em;	
		line-height:5vw;
	}
	.product_02>div>div>p{
		display:block;
		width:100%;
		text-align:left;
		margin-top:2.5vw;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:400;
		font-size:3.1vw;
		color:#3c3c3c;	
		letter-spacing:-0.03em;	
		line-height:4.1vw;
	}
	.pctb{
		display:none;
	}
	.motb{
		display:block;
	}
	.mo_table_topicon{
		display:block;
		text-align:right;
		margin-bottom:1.6vw;
	}
	.mo_table_topicon>span{
		display:inline-block;
		padding:0.8vw 1.3vw;
		background:#3C3C3C;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:400;
		font-size:2.3vw;
		color:#fff;	
		letter-spacing:-0.03em;	
		line-height:2.3vw;
	}
}