@charset "UTF-8";


/* base */
* {
	max-height: 10000000px;
	box-sizing: border-box;
}
html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Noto Sans KR', sans-serif, Helvetica;
	font-size: 12px;
	color: #333;
	letter-spacing: -1px;
	-webkit-text-size-adjust: none;
	max-width: 100%;
	word-break: keep-all;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight: normal;
	font-size: 100%;
}
fieldset, img, button {
	border: 0;
}
img, input, button {
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
address, em {
	font-style: normal;
}
ol, ul {
	list-style: none;
}
hr {
	display: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover, a:active {
	text-decoration: none;
}
legend {
	position: absolute;
	left: -9999px;
	top: 0;
}
caption {
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
button {
	background: none;
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
body {
	min-width: 1100px;
	min-height: 100%;
}
p {
	-webkit-text-size-adjust: none;
}
#skip_nav {
	position: absolute;
	height: 0px;
	overflow: hidden;
}
.wrap {
	overflow-x: hidden;
	position: relative;
}
header {
	position: relative;
	margin: 8px auto 0;
	width: 1100px;
	height: 56px;
	overflow: hidden;
	z-index: 100;
}
header .header_inner {
	position: absolute;
	width: 100%;
	padding: 24px 38px 0px 38px;
}


header .header_inner h1 {
	position: relative;
	/*width: 180px;*/
	max-width: 220px;
	float: left;
	left: 0;
	overflow: hidden;
	z-index: 10;
}
header .header_inner h1.pc {
	display: block;
}
header .header_inner h1.mobile {
	display: none;
}
header .header_inner h1 img{width: 100%;vertical-align: middle;}
header .header_inner a.btn_menu {
	display: none;
}
header .header_inner nav#gnb {
	float: right;
}
header .header_inner nav#gnb ul.main_nav {
	float: left;
}
header .header_inner nav#gnb ul.main_nav li.one_depth {
	float: left;
	position: relative;
	padding: 0 18px;
	line-height: 30px;
	z-index: 100;
	height: 293px;
}
header .header_inner nav#gnb ul.main_nav li.one_depth:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 1px;
	height: 9px;
	width: 1px;
	background-color: #b0a8a3;
}
header .header_inner nav#gnb ul.main_nav li.one_depth:first-child:after {
	display: none;
}
header .header_inner nav#gnb ul.main_nav li.one_depth > a {
	font-size: 17px;
	color: white;
	font-weight: 500;
}
header .header_inner nav#gnb ul.sub_nav {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 100;
	height: 264px;
}
header .header_inner nav#gnb ul.sub_nav li {
	text-align: center;
	position: relative;
}
header .header_inner .p_top {
	float: right;
	display: block;
}
header .header_inner .p_top a.language_btn {
	float: left;
	width: 47px;
	height: 32px;
	background: url(/assets/img/common/language_btn.png) no-repeat left 0;
	text-indent: -9999px;
	margin-left: 4px;
	position: relative;
	z-index: 100;
}
header .header_inner .p_top a.all_view {
	display: inline-block;
	width: 31px;
	height: 32px;
	background: url(/assets/img/common/all_view.png) no-repeat left 0;
	text-indent: -9999px;
	margin-left: 4px;
	position: relative;
	z-index: 100;
}

header .header_inner .m_top {
	display: none;
	overflow: hidden;
	background: url(/assets/img/common/gnb_bg01.jpg) no-repeat;
	background-size: auto 100%;
	border-bottom: 1px solid #ccc;
}
header .header_inner .m_top a.language_btn {
	float: left;
	padding: 20px 29px;
	font-size: 14px;
	color: white;
	box-sizing: content-box;
}
header .header_inner .m_top a.all_view {
	float: right;
	width: 15px;
	padding: 20px 26px;
	box-sizing: content-box;
}

header .header_inner .m_top a.all_view img {
	width: 100%;
}

header .header_inner .header_bg {
	position: absolute;
	height: 293px;
	width: 0;
	top: 0;
	bottom: 0;
}
header .header_inner .header_bg.left_bg {
	left: 0;
	background: url(/assets/img/common/header_bg_left.png) no-repeat right 0;
}
header .header_inner .header_bg.right_bg {
	right: 0;
	background: url(/assets/img/common/header_bg_right.png) no-repeat left 0;
}
header .header_inner .gnb_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
header.header.on {
	overflow: visible;
	background-color: white;
}
header.header.on .header_inner {
	height: 293px;
	background-color: white;
}
header.header.on .header_inner h1 a img {
	display: block;
	/*margin-left: -180px;*/
}
header.header.on .header_inner nav#gnb ul.main_nav li.one_depth a {
	color: #333;
}
header.header.on .header_inner nav#gnb ul.main_nav li.one_depth a:hover {
	color: #e6240f;
}
header.header.on .header_inner nav#gnb ul.sub_nav li a {
	font-size: 14px;
	color: #666;
}
header.header.on .header_inner a.language_btn {
	background-position: -47px 0;
}
header.header.on .header_inner a.all_view {
	background-position: -31px 0;
}
header.header.on .header_inner .header_bg.left_bg {
	width: 255px;
}
header.header.on .header_inner .header_bg.right_bg {
	width: 182px;
}
#container .main_visual {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 1100px;
}
#container .main_visual ul.visual_list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 1100px;
	overflow: hidden;
}
#container .main_visual ul.visual_list li {
	position: absolute;
	top: 0;
	bottom: 0;
	min-width: 1100px;
	overflow: hidden;
	width: 100%;
}
#container .main_visual ul.visual_list li img {
	width: 100%;
	min-width: 1400px;
}
#container .main_visual .visual_title {
	position: absolute;
	z-index: 2;
	width: 1100px;
	top: 30%;
	left: 50%;
	margin-left: -550px;
	font-size: 18px;
	color: white;
	text-align: center;
}
#container .main_visual .visual_title P {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#container .main_visual .visual_title p.txt1 {
	font-size: 100px;
}
#container .main_visual .visual_title p.txt2 {
	font-size: 60px;
	margin-bottom: 20px;
}
#container .main_visual ul.visual_btn {
	position: absolute;
	z-index: 11;
	bottom: 90px;
	left: 50%;
	width: 1400px;
	margin-left: -700px;
	overflow: hidden;
}
#container .main_visual ul.visual_btn li {
	float: left;
	padding-right: 5px;
	text-indent: -9999px;
}
#container .main_visual ul.visual_btn li a {
	display: block;
	width: 54px;
	height: 15px;
	border-bottom: 2px solid #e4e8e7;
}
#container .main_visual ul.visual_btn li.on a {
	border-bottom: 2px solid #e6240f;
}
#container .main_visual .oplayer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 10;
	background: black;
	opacity: 0;
}
.index footer {
	position: relative;
	z-index: 100;
	width: 1100px;
	margin: 0 auto;
	background: url(/assets/img/common/footer.gif) no-repeat center 0;
}
footer .footer_inner {
	padding: 0 70px;
}
footer .footer_inner:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}
footer .footer_inner .footer_left {
	float: left;
	height: 101px;
	padding: 36px 0 0;
	font-size: 12px;
	color: #8b8b8b;
	box-sizing: content-box;
}
footer .footer_inner .footer_left ul.footer_nav:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}
footer .footer_inner .footer_left ul.footer_nav li {
	float: left;
	position: relative;
	color: #6f6f6f;
	font-size: 14px;
	padding: 0 28px;
}
footer .footer_inner .footer_left ul.footer_nav li:first-child {
	padding-left: 0;
}
footer .footer_inner .footer_left ul.footer_nav li:first-child:after {
	display: none;
}
footer .footer_inner .footer_left ul.footer_nav li:after {
	content: '';
	display: block;
	position: absolute;
	left: 1px;
	top: 5px;
	width: 1px;
	height: 10px;
	background: #a8a9a9;
}
footer .footer_inner .footer_left .footer_cell {
	display: block;
}
footer .footer_inner .footer_left .footer_cell h2.logo {
	margin: 18px 0px 10px;
}
footer .footer_inner .footer_left .footer_cell h2.logo img{max-width: 150px;}
footer .footer_inner .footer_left .footer_cell p {
	padding: 0;
	font-size: 12px;
	color: #8b8b8b;
}
footer .footer_inner .footer_right {
	float: right;
}
footer .footer_inner .footer_right .affiliate_wrap {
	position: relative;
	margin-top: 32px;
	line-height: 36px;
	padding: 0 16px;
	border: 1px solid #7d7d7d;
	font-size: 15px;
	color: #333;
}
footer .footer_inner .footer_right .affiliate_wrap:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}
footer .footer_inner .footer_right .affiliate_wrap a.affiliate_btn {
	float: right;
}
footer .footer_inner .footer_right .affiliate_wrap a.affiliate_btn:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 10px;
	background: url(/assets/img/common/affiliate_btn.png) no-repeat -7px 0;
}
footer .footer_inner .footer_right .affiliate_wrap .affiliate_pop {
	display: none;
	/* 계열사 리스트 노출하려면 block 설정 */
	position: absolute;
	bottom: 36px;
	right: -1px;
	z-index: 10;
	background-color: white;
	overflow: hidden;
	/*height: 0;*/
	height: 247px;
	width: 960px;
}
footer .footer_inner .footer_right .affiliate_wrap .affiliate_pop ul.affiliate_list {
	position: absolute;
	right: 0;
	bottom: 0;
	border: 1px solid #e6240f;
	padding: 20px 20px;
	width: 828px;
	height: 181px;
	height: auto;
	box-sizing: content-box;
}
footer .footer_inner .footer_right .affiliate_wrap .affiliate_pop ul.affiliate_list li {
	float: left;
	/*width: 225px;
	width: 207px;
	padding-bottom: 37px;
	box-sizing: content-box;*/
	width: 33.3%;
    padding: 10px;
    box-sizing: border-box;
}
footer .footer_inner .footer_right .affiliate_wrap .affiliate_pop ul.affiliate_list li a {
	/*display: block;
	height: 16px;*/
}
footer .footer_inner .footer_right .affiliate_wrap .affiliate_pop ul.affiliate_list li a img {
	/*width: 160px;*/
	max-height: 22px;
	vertical-align: middle;
}
footer .footer_inner .footer_right .affiliate_wrap .affiliate_pop ul.affiliate_list li.affiliate_itme04, footer .footer_inner .footer_right .affiliate_wrap .affiliate_pop ul.affiliate_list li.affiliate_itme08, footer .footer_inner .footer_right .affiliate_wrap .affiliate_pop ul.affiliate_list li.affiliate_itme12 {
	/* width: 150px; */
}
footer .footer_inner .footer_right .affiliate_wrap.open {
	background-color: #e6240f;
	color: white;
	border-color: #e6240f;
}
footer .footer_inner .footer_right .affiliate_wrap.open a.affiliate_btn {
	color: white;
}
footer .footer_inner .footer_right .affiliate_wrap.open a.affiliate_btn:after {
	background-position: 6px 0;
}
footer .footer_inner .footer_right ul.sns_icon {
	overflow: hidden;
	float: right;
	padding-top: 15px;
}
footer .footer_inner .footer_right ul.sns_icon li {
	float: left;
	padding-left: 12px;
}

footer .footer_copy {
	background: #55585f;
}
footer .footer_copy .footer_cell {
	display: none;
}
footer .footer_copy p {
	padding: 0;
	background: #55585f;
	color: #b7b8ba;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	line-height: 27px;
}
.scrollToTop_wrap{position:fixed; left:50%; bottom:213px; height:1px; width:1400px; margin-left:-700px; z-index:100;}
.scrollToTop_wrap .scrollToTop{position:absolute; z-index:100; right:10px;}

.footer_top{position: relative;}
.scrollToTop_wrap_m{display: none; position:absolute; width: 35px; height:35px; right: 7%; top: -50px; z-index:100;}
#container .bxslider .title{ position: absolute;left: 50%;font-size: 18px;width: 700px;text-align: right;bottom: 85px;color: #fff;}
#container .bxslider .main_title {
	position: absolute;
	z-index: 2;
	bottom: 85px;
	left: 50%;
	width:700px;
	font-size: 18px;
	color: white;
	text-align: right;
}





