.bg {
	background: url('../img/main_img01.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0;
	background-blend-mode: multiply;
	background-color: #a8aaac;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	lefT: 0;
	width: 100%;
	height: auto;
}
#header {
	width: 100%;
	position: relative;
	z-index: 999;
}
#hd_wrapper {
	width:100%;
	height:auto;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing:border-box;
}
.head-row1 {
	width:1000px;
	margin:0 auto;
	position:relative;
}
h1.h_logo {
	float:left;
    width: 200px;
    margin-left: 40px;
    margin-right: 80px;
	line-height:100%;
	font-size:0;
}
h1.h_logo a {
	display:inline-block;
}

.qa_call_box {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url('../img/qa_call-icon.png');
	background-repeat: no-repeat;
	background-position: 15px 12px;
	width: 330px;
	height: 155px;
	padding-top: 27px;
	padding-right: 15px;
	background-color: #fffffff2;
}
.qa_call_box dl {
	text-align:right;
	margin-bottom:10px;
}
.qa_call_box dt {
	display: inline-block;
	text-align: left;
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 12px;
	color: #5d5d5d;
	margin-right: 5px;
}
.qa_call_box dd {
	display: inline-block;
	text-align: left;
	font-family: 'Gothic A1', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #383838;
}

/* 메인메뉴 */
#gnb {
	margin: 0;
	background-color: rgba(0,0,0,0);
	float: left;
}
#gnb h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
#gnb_1dul {
	margin: 0 auto !important;
	padding: 0;
	width: 1000px;
	zoom: 1;
}
#gnb_1dul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}
.gnb_1dli {
    z-index: 10;
    float: left;
    margin-right: 70px;
	border-bottom: 1px solid #ffffff00;
}
.gnb_1dli:hover {
	border-bottom: 1px solid #fff;
	box-sizing:border-box;
}
.gnb_1da {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Gothic A1', sans-serif;
    font-weight: 500;
    color: #fff;
}
.gnb_1da:hover {
	color:#fff;
}
#gnb_empty {
	padding:10px 0;
	width:100%;
	text-align:center;
	line-height:2em
}
#gnb_empty a {
	text-decoration:underline
}
/* 마우스 오버시 보이는 하위 메뉴(메인) */
.gnb_2dul {
	display: none;
	position: absolute;
	top: 65px;
	left:330px;
}
.gnb_1dli:hover .gnb_2dul {
	display: block;
}
.gnb_2dli {
	display:inline-block;
	min-width:10px;
    height: 70px;
    line-height: 70px;
	margin-right:50px;
}
.gnb_2da {
	text-align:left;
	font-size: 16px;
    font-weight: 400;
	font-family: 'Gothic A1', sans-serif;
	color:#ccc;
}
.gnb_2da:hover {
	color:#fff;
}
#contents {
	height:680px;
}
.main-rolling {
	position:relative;
}
.main-rolling h2 {
	position:absolute;
	top:170px;
	left:0;
	font-family:'NanumMyeongjo';
	font-size:48px;
	color:#fff;
	line-height:64px;
	padding-top:0;
	font-weight:normal;
	letter-spacing:-1px;
}
.main-rolling h2 span {
	font-family:'NanumMyeongjo';
	font-weight:bold;
	font-size:48px;
	color:#fff;
}
.main-rolling h1 {
	font-family:'NanumMyeongjo';
	font-size:76px;
	color:#eeeeee;
	line-height:108px;
	padding-top:30px;
	font-weight:normal;
	letter-spacing:-4px;
}
.main-rolling h1 span {
	font-family:'NanumMyeongjo';
	font-weight:bold;
	font-size:76px;
	color:#eeeeee;
	display:inline-block;
	margin-right:15px;
	padding-right:15px;
	padding-left:15px;
	border:6px solid #fff;
}

.fade-in-box {
  display: inline-block;
  animation: fadein 3s;
  -moz-animation: fadein 3s; /* Firefox */
  -webkit-animation: fadein 3s; /* Safari and Chrome */
  -o-animation: fadein 3s; /* Opera */
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in-box2 {
  display: inline-block;
  animation-delay: 3s;
  animation: fadein 3s;
  -moz-animation: fadein 3s; /* Firefox */
  -webkit-animation: fadein 3s; /* Safari and Chrome */
  -o-animation: fadein 3s; /* Opera */
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.prd-btn {
	font-family:'NanumSquare';
	font-weight:normal;
	font-size:20px;
	color:#eeeeee;
	display:inline-block;
	padding:16px 42px;
	border:1px solid #fff;
	text-align:center;
	margin-top:30px;
}
.prd-btn img {
	margin-left:10px;
}