@charset "utf-8";
@import url( "base.css" );
@import url( "layout.css" );
@import url( "main.css" );
@import url( "sub.css" );

/* common tag */

/* pc */
@media screen and (max-width: 970px) {
	p, h4, strong, dd, dt, th, td {font-size:16px;}
}

/* mobile */
@media screen and (max-width: 768px) {
	p, h4, strong, dd, dt, th, td {font-size:14px;}
}


.row {width:1200px; margin:0 auto;}

/* view more */
a.bt_more {display:inline-block; padding:0 50px; margin:30px 0 60px; height:48px; line-height:48px; border:1px solid #000; background:#fff; font-size:14px; font-weight:700; color:#000;}
a.bt_more:hover {color:#fff; background:#000;}

.page {margin:30px 0 60px; text-align:center; font-size:14px;}

/* ÆË¾÷·¹ÀÌ¾î */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:970px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}
