@charset "utf-8";

/* 모바일용 CSS */
/* 기본 CSS */

header .logo_box{position: absolute; left: 3%; top: 15%; cursor: pointer; width: 80%;}
header .logo_box img{width: 80%;}


.container{
width:90%;
max-width:1132px;
margin:0 auto;
}    

.cfixed:after, .container:after{
display:block;
content:"";
clear:both;
}
    
.blind{
position:absolute;
width:0;
height:0;
line-height:0;
text-indent:-9999px;
overflow:hidden;
}

.sec-tit{
font-size:42px;
color:#3f51b5;
font-weight:normal;
}

.divider{
width:90%;
max-width:1132px;
margin:0 auto;
margin-top:77px;
background:#eee;
}
    
.m-divider{
width:20px;
margin:0 auto;
margin-top:77px;
background:#3f51b5;
}
    
/* 헤더 영역 CSS */
.header{
position:relative;
padding:25px 5%;
}
    
.header .logo{
float:left;
}
    
.header .logo a{
font-size:26px;
color:#3f51b5;
font-weight:normal;
}

.header .gnb{
display:none;
position:absolute;
z-index: 1;
top:100%;
left:0;
width:100%;
background:#3f51b5;
}
    
.header .gnb li{
border-bottom:1px solid #303f9f;
}
    
.header .gnb li a{
display:block;
padding:14px 0 14px 5%;
font-size:14px;
text-align: center;
font: bold 17px/1 'SpoqaHanSansNeo-Regular';
color: #fff;
}
    
.header .menu-toggle-btn{
float:right;
width:20px;
margin-top:4px;
cursor:pointer;
}
    
.header .menu-toggle-btn span{
display:block;
width:100%;
height:2px;
background:#3f51b5;
}
    
.header .menu-toggle-btn span:nth-child(2){
margin:5px 0;
}

/* 슬라이더 영역 CSS */
.slider video {
	display:block;
	object-fit: cover; /*영상을 figure안쪽에 꽉 차도록 설정*/
	width: 100%;
	height: 50%;
	opacity: 0.75;
	top: 0px;
	left: 0px;
	position: relative;
	overflow: hidden;
}

figure {
	width: 100%;
	max-width:100%;
	height: 200px;
	background-color: #000;
	position: relative;
	overflow: hidden;
	display: block;
}

article .inner {
	max-width:100%;
	width: 100%;
	margin: 0px auto;
	position: relative;
	bottom: 900px;
	display: block;
}
article  .inner h1 {
	font: normal 40px/1 'SpoqaHanSansNeo-Regular';
	color: #fff;
	margin-bottom: 20px;
	animation: visualtxt1 30s infinite;
	position: relative;
	text-align: center;
}
article  .inner p {
	font: 16px/1.4 'SpoqaHanSansNeo-Regular';
	color: #fff;
	margin-bottom: 60px;
	animation: visualtxt2 30s infinite;
	position: relative;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
article  .inner a {
	display: block;
	width: 400px;
	height: 30px;
	border: 1px solid #bbb;
	font: bold 11px/30px 'SpoqaHanSansNeo-Regular';
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	transition: all 0.5s;
		position: relative;
		top: 50px;
}
article  .inner a:hover {
	background: #fff;
	color: #555;
		position: relative;
}
    
/* 디스플레이 영역 CSS */
.display-section{
margin-top:59px;
text-align:center;
}

.display-section .sec-tit{
margin-bottom:30px;
}
    
.display-section .desc{
font-family:'SpoqaHanSansNeo-Regular';
color:#616161;
line-height:1.9;
}
    
/* 프로모션 영역 CSS */
.promotion-section{
margin-top:68px;
}
    
.promotion-section .promo-list li{
margin-top:52px;
text-align:center;
}
    
.promotion-section .promo-list li:first-child{
margin-top:0;
}
    
.promotion-section .promo-list li img{
height:150px;
width: 240px;
}
    
.promotion-section .promo-list li h3{
margin:29px 0 20px 0;
color:#3f51b5;
font-family: 'SpoqaHanSansNeo-Regular';
font-size: 20px;
font: bold;
}
    
.promotion-section .promo-list li p{
font-size:14px;
font-family: 'SpoqaHanSansNeo-Regular';
color:#616161;
line-height:1.5;
}  
    
/* 푸터 영역 CSS */
.footer{
margin-top:104px;
}
    
.footer iframe{
width:100%;
height:320px;
}
    
.footer p{
margin:21px 0;
color:#3f51b5;
text-align:center;
}    



/* 태블릿용 CSS */
@media all and (min-width:768px){

/* 기본 CSS */
.divider{
margin-top:124px;
}    
    
.m-divider{
margin-top:124px;
}
    
/* 헤더 영역 CSS */
.header{
position:static;
padding:28px 52px;
}
    
.header .gnb{
display:block !important;
position:static;
float:right;
width:auto;
margin-top:6px;
background:none;
}
    
.header .gnb li{
float:left;
margin-left:21px;
border-bottom:0;
}
    
.header .gnb li a{
text-align: center;
display: block; /*인라인 요소는 block설정하여 크기를 조절가능*/
font: bold 17px/1 'SpoqaHanSansNeo-Regular';
color: #555;
padding: 20px 30px;
transition: all 0.5s;
width: 150px;
}

.header .gnb li a:hover {
	background: #555;
	color: #fff;
}

/*2차메뉴*/
.header .gnb .depth2 {
	text-align: center;
	background: #dedede;
	opacity: 1;
	position: absolute;
	z-index: 99;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.header .gnb .depth2 li{
	 background-color: #fff;
}

.header .gnb .depth2 li a{
	display: inline-block;
	padding: 15px 0px;
	width: 140px;
	font: bold 15px/1 'SpoqaHanSansNeo-Regular';
	   
}

.header .gnb .depth2 li: hover a {
	background: #555;
	color: #3f51b5;
	font-weight: bold;
}

/*2차메뉴-2*/
.header .gnb .depth2_1 {
	text-align: center;
	background: #dedede;
	opacity: 0.5;
	position: absolute;
	z-index: 99;
    margin-inline-start: -308px;
    margin-inline-end: 0px;
}

.header .gnb .depth2_1 li{
}

.header .gnb .depth2_1 li a{
	display: inline-block;
	padding: 15px 0px;
	width: 150px;
	font: bold 15px/1 'SpoqaHanSansNeo-Regular';
}

.header .gnb .depth2_1 li: hover a {
	background: #555;
	color: #fff;
	font-weight: bold;
}


/*2차메뉴-3*/
.header .gnb .depth2_2 {
	text-align: center;
	background: #dedede;
	opacity: 0.5;
	position: absolute;
	z-index: 99;
    margin-inline-start: -154px;
    margin-inline-end: 0px;
}

.header .gnb .depth2_2 li{
}

.header .gnb .depth2_2 li a{
	display: inline-block;
	padding: 15px 0px;
	width: 150px;
	font: bold 15px/1 'SpoqaHanSansNeo-Regular';
}

.header .gnb .depth2_2 li: hover a {
	background: #555;
	color: #fff;
	font-weight: bold;
}

    
.header .menu-toggle-btn{
display:none !important;
}




    
/* 디스플레이 영역 CSS */
.display-section{
margin-top:95px;
}

/* 프로모션 영역 CSS */
.promotion-section{
margin-top:110px;
}
    
.promotion-section .promo-list li{
float:left;
width:23.046875%;
/* 177px ÷ 768px*/
margin-left:2.604166666666667%;
/* 20px ÷ 768px*/
margin-top:0;
}

.promotion-section .promo-list li:first-child{
margin-left:0;
}

    
/* 푸터 영역 CSS */
.footer iframe{
height:432px;
}
    
.footer p{
margin:34px 0;
}  
}
    
/* PC용 CSS */
@media all and (min-width:1132px){

header .logo_box{position: relative;  cursor: pointer;}
header .logo_box img{width: 65%;}

.slider video {
	display:block;
	object-fit: cover; /*영상을 figure안쪽에 꽉 차도록 설정*/
	width: 100%;
	height: 100%;
	opacity: 0.75;
	top: 0px;
	left: 0px;
	position: relative;
	overflow: hidden;
}

figure {
	width: 100%;
	max-width:100%;
	height: 750px;
	background-color: #000;
	position: relative;
	overflow: hidden;
}

article .inner {
	font-family: 'SpoqaHanSansNeo-Regular';
	max-width:100%;
	width: 100%;
	margin: 0px auto;
	position: relative;
	bottom: 700px;

}

article  .inner h1 {
	font: normal 120px/1 'SpoqaHanSansNeo-Regular';
	color: #fff;
	margin-bottom: 20px;
	margin-left: 10%;
	animation: visualtxt1 30s infinite;
	position: relative;
	text-align: left;
}
article  .inner p {
	font: 24px/1.4 'SpoqaHanSansNeo-Regular';
	color: #fff;
	margin-bottom: 60px;
	animation: visualtxt2 30s infinite;
	position: relative;
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	padding-right: 10px;
	padding-left: 10px;
}
article  .inner a {
	display: block;
	width: 400px;
	height: 30px;
	border: 1px solid #bbb;
	font: bold 11px/30px 'SpoqaHanSansNeo-Regular';
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	transition: all 0.5s;
	position: relative;
	margin-left: 10%;
	margin-top: 5%;
}
article  .inner a:hover {
	background: #fff;
	color: #555;
		position: relative;
}

/* 디스플레이 영역 CSS */
.display-section{
text-align:left;
}
    
.display-section .sec-tit{
text-align: center;
margin-bottom:0;
}
    
.display-section .desc{
position:relative;
float:right;
padding-left:20px;
font-family:'PT Serif';
color:#616161; 
line-height:1.9;
}
    
.display-section .desc:before{
display:block;
position:absolute;
top:9px;
left:0;
width:2px;
height:44px;
background:#e0e0e0;
content:"";
}    

/* 프로모션 영역 CSS */
.promotion-section .promo-list li{
width:23.67491166077739%;
/* 268px ÷ 1132px*/
margin-left:1.76678445229682%;
/* 20px ÷ 1132px*/
}     
    
/* 헤더 영역 CSS */
.header{
position:static;
padding:28px 52px;
}
    
.header .gnb{
display:block !important;
position:static;
float:right;
width:auto;
margin-top:6px;
background:none;
}
    
.header .gnb li{
float:left;
margin-left:21px;
border-bottom:0;
}
    
.header .gnb li a{
text-align: center;
display: block; /*인라인 요소는 block설정하여 크기를 조절가능*/
font: bold 17px/1 'SpoqaHanSansNeo-Regular';
color: #555;
transition: all 0.5s;
width: 80%;
}

.header .gnb li a:hover {
	background: #555;
	color: #fff;
}

/*2차메뉴*/
.header .gnb .depth2 {
	text-align: center;
	background: #dedede;
	opacity: 1;
	position: absolute;
	z-index: 99;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.header .gnb .depth2 li{
	 background-color: #fff;
}

.header .gnb .depth2 li a{
	display: inline-block;
	padding: 15px 0px;
	width: 140px;
	font: bold 15px/1 'SpoqaHanSansNeo-Regular';
	   
}

.header .gnb .depth2 li: hover a {
	background: #555;
	color: #3f51b5;
	font-weight: bold;
}

/*2차메뉴-2*/
.header .gnb .depth2_1 {
	text-align: center;
	background: #dedede;
	opacity: 0.5;
	position: absolute;
	z-index: 99;
    margin-inline-start: -308px;
    margin-inline-end: 0px;
}

.header .gnb .depth2_1 li{
}

.header .gnb .depth2_1 li a{
	display: inline-block;
	padding: 15px 0px;
	width: 150px;
	font: bold 15px/1 'SpoqaHanSansNeo-Regular';
}

.header .gnb .depth2_1 li: hover a {
	background: #555;
	color: #fff;
	font-weight: bold;
}


/*2차메뉴-3*/
.header .gnb .depth2_2 {
	text-align: center;
	background: #dedede;
	opacity: 0.5;
	position: absolute;
	z-index: 99;
    margin-inline-start: -154px;
    margin-inline-end: 0px;
}

.header .gnb .depth2_2 li{
}

.header .gnb .depth2_2 li a{
	display: inline-block;
	padding: 15px 0px;
	width: 150px;
	font: bold 15px/1 'SpoqaHanSansNeo-Regular';
}

.header .gnb .depth2_2 li: hover a {
	background: #555;
	color: #fff;
	font-weight: bold;
}


}