@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-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: -3px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    word-break: initial;
}

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;
}


#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(../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 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(../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: 31px 65px;
	width: 828px;
	height: 181px;
	box-sizing: content-box;
}

footer .footer_inner .footer_right .affiliate_wrap .affiliate_pop ul.affiliate_list li {
	float: left;
	width: 225px;
	padding-bottom: 37px;
	box-sizing: content-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;
}

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;
	letter-spacing: -0.2px;
}

.mgb2 {margin-bottom:2px !important;}
.mgb3 {margin-bottom:3px !important;}
.mgb4 {margin-bottom:4px !important;}
.mgb5 {margin-bottom:5px !important;}
.mgb6 {margin-bottom:6px !important;}
.mgb7 {margin-bottom:7px !important;}
.mgb8 {margin-bottom:8px !important;}
.mgb9 {margin-bottom:9px !important;}
.mgb10 {margin-bottom:10px !important;}
.mgb15 {margin-bottom:15px !important;}
.mgb20 {margin-bottom:20px !important;}
.mgb25 {margin-bottom:25px !important;}
.mgb30 {margin-bottom:30px !important;}
.mgb35 {margin-bottom:35px !important;}
.mgb40 {margin-bottom:40px !important;}
.mgb45 {margin-bottom:45px !important;}
.mgb50 {margin-bottom:50px !important;}
.mgb55 {margin-bottom:55px !important;}
.mgb60 {margin-bottom:60px !important;}
.mgb85 {margin-bottom:85px !important;}
.mgb90 {margin-bottom:90px !important;}
.mgb100 {margin-bottom:100px !important;}

.mgt3 {margin-top:3px !important;}
.mgt5 {margin-top:5px !important;}
.mgt10 {margin-top:10px !important;}
.mgt15 {margin-top:15px !important;}
.mgt20 {margin-top:20px !important;}
.mgt25 {margin-top:25px !important;}
.mgt30 {margin-top:30px !important;}
.mgt40 {margin-top:40px !important;}
.mgt50 {margin-top:50px !important;}
.mgt85 {margin-top:85px !important;}
.mgt100 {margin-top:100px !important;}
.mgt200 {margin-top:200px !important;}


.mgr5  {margin-right:5px !important;}
.mgr10 {margin-right:10px !important;}
.mgr15 {margin-right:15px !important;}
.mgr20 {margin-right:20px !important;}
.mgr25 {margin-right:25px !important;}
.mgr30 {margin-right:30px !important;}

.mgl5  {margin-left:5px !important;}
.mgl10 {margin-left:10px !important;}
.mgl15 {margin-left:15px !important;}
.mgl20 {margin-left:20px !important;}
.mgl25 {margin-left:25px !important;}
.mgl30 {margin-left:30px !important;}


.pdt50{padding-top: 50px;}
.pdb50{padding-bottom: 50px;}


.scrollToTop_wrap{position:fixed; left:50%; bottom:208px; 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: 0%;
    bottom: 208px;
}

