@charset "utf-8";
/* CSS Document */
body { background: #fff }
/* ***************************************************************************************************/
#l_warp { width: 100% }
/*header이미지*/
#l_header {
	position: relative;
	height: 198px;
	margin: 0 auto;
	background: url(/images/2016/event_landing/top_bg.png)
}
#div_img {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	top: 0;
}
#event_top {
	position: relative;
	margin: 0 auto;
	background: url(/images/2016/event_landing/sa_top_bg.jpg) top center repeat-x;
}
#l_top {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	top: 0;
}
#event_img {
	position: relative;
	margin: 0 auto;
	background: url(/images/2016/event_landing/bg_deco.png) top repeat-x, url(/images/2016/event_landing/bg.png) repeat;
}
.l_img {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	top: 0;
}
#go_home {
	position: absolute;
	float: right;
	right: -80px;
	top: 40px;
}
#btn_close {
	position: absolute;
	float: right;
	right: -80px;
	top: 90px;
	cursor: pointer
}
#btn_gotop {
	position: fixed;
	z-index: 9;
	bottom: 30px;
	right: 10px;
}
#d-time {
	position: absolute;
	top: 454px;
	left: 154px;
	font-size: 40px;
	line-height: 60px;
	font-family: "나눔고딕", "돋움", "맑은 고딕";
	color: #000;
	font-weight: 700;
}
#btn_consult {
	float: left;
	cursor: pointer;
	margin-left: 10px;
}
#l_img_tab {
	background: url(/images/2016/event_landing/event_sa_tab_bg.png) no-repeat;
	width: 830px;
	height: 544px;
	padding: 122px 85px 0 85px;
}
#l_img_bo_tab {
	background: url(/images/2016/event_landing/event_bo_tab_bg.png) no-repeat;
	width: 830px;
	height: 544px;
	padding: 122px 85px 0 85px;
}
ul.tabs {
	position: relative;
	float: left;
	list-style: none;
	height: 49px;
	width: 844px;
	border-bottom: 2px solid #40a2ab;
}
ul.tabs li {
	font-size: 18px;
	float: left;
	cursor: pointer;
	padding-right: 3px;
	height: 31px;
	width: 185px;
	height: 49px;
	overflow: hidden;
}
ul.tabs #tab_title1 { background: url(/images/2016/event_landing/tab_btn01.png) no-repeat; }
ul.tabs #tab_title1:hover, ul.tabs #tab_title1.active {
	background: url(/images/2016/event_landing/tab_btn01_o.png) no-repeat;
	display: block;
}
ul.tabs #tab_title2 { background: url(/images/2016/event_landing/tab_btn02.png) no-repeat; }
ul.tabs #tab_title2:hover, ul.tabs #tab_title2.active {
	background: url(/images/2016/event_landing/tab_btn02_o.png) no-repeat;
	display: block;
}
.tab_container {
	clear: left;
	width: 844px;
	line-height: 1.3em;
	background: #fff;
}
.tab_content {
	padding: 0;
	display: none;
}
.tab_drawer_heading { display: none; }
@media screen and (max-width: 480px) {
.tabs { display: none; }
.tab_drawer_heading {
	background-color: #ccc;
	color: #fff;
	margin: 0;
	padding: 5px 20px;
	display: block;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.d_active {
	background-color: #666;
	color: #fff;
}
