@media  (max-width: 780px) {
	.pdt_item > ul:nth-child(1) {width:auto;position:relative;top:20px;left:0px;}
	.pdt_item > ul:nth-child(1) > li{width:100%;height:260px;position:relative;}
	.pdt_item > ul:nth-child(1) > li.no-price { height:180px}
	.pdt_item > ul:nth-child(2) {margin:20px 0 0 0px;background:#f5f5f5;}
	.pdt_item > ul:nth-child(2) > li {padding:28px 0;margin:0 auto;display:table;text-align:center;}
	.pdt_item > ul:nth-child(2) > li > div.b-price {width: 90%;height:auto;line-height:inherit;font-size:7vw;background-color:#ffffff;border-radius:50px;margin:0 auto;}
	.pdt_item > ul:nth-child(2) > li > div:nth-child(1) font {color:#c20000;font-family:'NanumSquareEB', sans-serif;}
	.pdt_item > ul:nth-child(2) > li > div:nth-child(1) span{font-size:14px;}
	.pdt_item > ul:nth-child(2) > li > div:nth-child(2) {padding:20px 0 10px 0;font-size:20px;color:#000;border-bottom:1px solid #ddd;}
	.pdt_item > ul:nth-child(2) > li > div:nth-child(3) {padding:10px 0 0 0;line-height:35px;font-size:28px;color:#000;}
	.pdt_item > ul:nth-child(2) > li > div:nth-child(4) {padding:10px 25px 0;line-height:1.4;font-size:20px;color:#000;box-sizing:border-box;letter-spacing:-1px; text-align:center;}
	.pdt_item > ul:nth-child(2) > li > div:nth-child(4) span{color:#cc0000}
	.pdt_item > ul:nth-child(2) > li > div:nth-child(4) strong{font-size:18px; font-weight:bold; color:#d32b2b;}
	.it_combi span {
		font-size: 1.4em;
		line-height:1.9em;
		color: #fff;
		text-align: center;
		background: #666;
		display: inline-block;
		border-radius: 4px;
		width: 240px;
		height: 40px;
	}

	#container > .btitle, .btitle_locate {
		display: none;
	}

	.pdt_item {
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
	}


	/* 신청페이지 */
	.tb02 th, .tb02 td {
		display:block;
		width:100%;
		box-sizing: border-box;
	}

	.help_text {
		margin: 3px;
		text-align: left;
		padding: 10px 0 10px 0;
	}

	.btn_box {
		width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}

	/* 마이페이지 */
	.dataTable {
		width: 100%;
	}
	.dataTable th, .dataTable td {
		height: auto !important;
		width: auto !important;
		font-size: .2em !important;
		
	}
  
}