﻿@charset "utf-8";

/* 모바일용 CSS */
/* 기본 CSS */
.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:20px;
color:#3f51b5;
font-weight:normal;
}

.divider{
width:90%;
max-width:1132px;
margin:0 auto;
margin-top:40px;
background:#eee;
}
    
.m-divider{
width:20px;
margin:0 auto;
margin-top:20px;
background:#3f51b5;
}
    
/* 헤더 영역 CSS */
.header{
position:relative;
padding:18px 5%;
}
    
.header .logo{
float:left;
}
    
.header .logo a{
font-size:26px;
color:#3f51b5;
font-weight:normal;
}
    
.header .gnb{
display:none;
position:absolute;
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;
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 img{
display:block;
width:100%;
max-width:100%;
height:auto;
}
    
/* 디스플레이 영역 CSS */
.display-section{
margin-top:59px;
text-align:center;
}

.display-section .sec-tit{
margin-bottom:30px;
}
    
.display-section .desc{
font-family:'PT Serif';
color:#616161;
line-height:1.9;
}

.board_table{
width:100%;
}

.board_table caption{
position:absolute;
top:-9999px;
left:-9999px;
width:1px;
height:1px;
overflow:hidden;
visibility:hidden;
}

.board_table thead, .board_table tbody{
	font-size: 0.813em;
	font-size: 0.813rem;
	text-align: center;
	font-weight: normal;
}

.board_table thead{
	color: #660066;
	background: #66CCFF;
}
.board_table tbody, .board_table tbody a{
color:#333;
}

.board_table tbody tr:nth-child(odd){
background:#f6f6f6;
}

.board_table thead tr th{
padding:18px 0;
padding:1.125rem 0;
}

.board_table tbody tr td{
padding:22px 0;
padding:1.375rem 0;
}
    
/* 프로모션 영역 CSS */
.promotion-section{
margin-top:30px;
}
    
.promotion-section .promo-list li{
	margin-top: 20px;
	text-align: left;
}
    
.promotion-section .promo-list li:first-child{
margin-top:0;
}
    
.promotion-section .promo-list li h3{
margin:29px 0 20px 0;
color:#3f51b5;
font-weight:normal;
}
    
.promotion-section .promo-list li p{
font-size:14px;
font-family:'PT Serif';
color:#616161;
line-height:1.5;
}  
        
    
/* 푸터 영역 CSS */
.footer{
margin-top:30px;
margin-bottom:50px;
}
    
    
.footer p{
margin:21px 0;
color:#3f51b5;
text-align:center;
}    

/* 태블릿용 CSS */
@media all and (min-width:768px){

/* 기본 CSS */
.divider{
margin-top:40px;
}    
    
.m-divider{
margin-top:40px;
}
    
/* 헤더 영역 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{
padding:0;
font-size:16px;
color:#3f51b5;
}
    
.header .menu-toggle-btn{
display:none !important;
}
    
/* 디스플레이 영역 CSS */
.display-section{
margin-top:95px;
}

.board_table thead tr th:first-child{
width:14.2857142%;
}

.board_table thead tr th:nth-child(2){
width:14.2857142%;
}

.board_table thead tr th:nth-child(3){
width:14.2857142%;
}

.board_table thead tr th:nth-child(4){
width:14.2857142%;
}

.board_table thead tr th:nth-child(5){
width:14.2857142%;
}

.board_table thead tr th:nth-child(6){
width:14.2857142%;
}

.board_table thead tr th:nth-child(7){
width:14.2857142%;
}

/* 프로모션 영역 CSS */
.promotion-section{
margin-top:30px;
}
    
.promotion-section .promo-list li{
float:left;
width:48%;
/* 374px ÷ 768px*/
margin-left:2.604166666666667%;
/* 20px ÷ 768px*/
margin-top:0;
}

.promotion-section .promo-list li:first-child{
margin-left:0;
}    

    
/* 푸터 영역 CSS */    
.footer{
margin-top:30px;
margin-bottom:50px;
}

.footer p{
margin:21px 0;
color:#3f51b5;
text-align:center;
}  
    
/* PC용 CSS */
@media all and (min-width:1132px){
    
/* 디스플레이 영역 CSS */
.display-section{
margin-top:59px;
text-align:center;
}
    
.display-section .sec-tit{
float:left;
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:49%;
/* 556px ÷ 1132px*/
margin-left:1.76678445229682%;
/* 20px ÷ 1132px*/
}  
 
/* 푸터 영역 CSS */    
.footer{
margin-top:30px;
margin-bottom:50px;
}

.footer p{
margin:21px 0;
color:#3f51b5;
text-align:center;
}  
  

