@charset "utf-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/*basic*/
#whole {
    overflow:hidden;
    /*
    position:relative; 
    left:-200px;*/
}
/* .wrap {
    max-width:1200px; 
    margin:0 auto; 
    position:relative;
} */
/*
.shadow_upper {position:absolute; top:0; left:0; width:100%; height:10px; background:url(../images/main/shadow_upper.png); z-index:10;}
.shadow_lower {position:absolute; bottom:0; left:0; width:100%; height:10px; background:url(../images/main/shadow_lower.png); z-index:10;}*/

/*header*/
#header {
    position:fixed; 
    top:0; left:0; 
    width:100%;
    /*
    height: 85px;*/
    line-height: 85px;
    background: rgba(0, 19, 35, .75);
    z-index:999998;
    transition:all 0.1s ease-out;
}
/* header login 영역 추가 */
#header .upper {
    background: rgba(0,0,0,0.25);
    height: 40px;
    line-height: 40px;
    text-align: right;
}
#header .upper .wrap { max-width:1200px; 
    margin:0 auto; 
    position:relative; }
#header .upper ul, #header .upper li {
    display: inline-block;
    vertical-align: top;
}

#header .upper ul {
    font-size: 0;
    letter-spacing: 0;
}
#header .upper ul.menu li {
    margin-left: 20px;
}
#header .upper ul, #header .upper li {
    display: inline-block;
    vertical-align: top;
}
#header .upper ul.menu li {
    margin-left: 20px;
}
#header .upper ul, #header .upper li {
    display: inline-block;
    vertical-align: top;
}
#header .upper a {
    display: block;
    font-size: 12px;
    opacity: .6;
}

#header .upper a, #header .upper i {
    color: white;
    height: 40px;
    line-height: 40px;
}
#header .lower {
    height: 80px;
    line-height: 80px;
}

#header .lower .wrap { max-width:1200px; 
    margin:0 auto; 
    position:relative;
    padding: 10px 0; }
/*--// header login 영역 추가 */
#header h1 {
    font-size:0; 
    letter-spacing:0; 
    
    
    
    
    
    word-spacing:0; 
    float:left;
    text-align: left;
}
#header h1 img {
    vertical-align:middle;
    width: 80%;
    height: 80%;
    padding-top: 10px;
}
#header h1 img.color {
    display:none;
}
#header #gnb {
    float: left;
    margin-left: 40px;
}
#header #gnb>ul>li {
    float:left; 
    position:relative;
}
#header #gnb>ul>li.mobile_title {
    display:none;
}
#header #gnb>ul>li>a {
    color:#fff; font-size:16px;
    font-family: 'Roboto','Noto Sans KR', "맑은 고딕", "나눔고딕", "돋움";
    font-weight:700;
    letter-spacing: 1px;
    padding:0 30px; 
    display:block;
}
#header #gnb>ul>li>a.mobile {
    display:none;
}
#header #gnb>ul>li:hover>a {
    color:#fff;
    background-color: rgba(65, 166, 238, 1);
}
#header #gnb>ul>li>ul {
    background-color:#fff; 
    position:absolute; 
    top: 80px;
    left:0; 
    width:100%; 
    min-width:200px; 
    display:none;
}
#header #gnb>ul>li:last-child>ul {
    left:auto;
    right:0;
}
#header #gnb>ul>li:hover>ul {
    display:block;
}
#header #gnb>ul>li>ul>li {
    font-size:13px; 
    line-height:18px;
}
#header #gnb>ul>li>ul>li>a {
    display:block; 
    padding:10px 15px; 
    font-family: 'Roboto','Noto Sans KR', "맑은 고딕", "나눔고딕", "돋움"; 
    font-weight:400;
    text-align: left;
    transition:all 0.1s ease-out;
    border-bottom:1px solid #94bee4;
    border-left: 1px solid #94bee4;
    border-right: 1px solid #94bee4; 
    position:relative;

}
#header #gnb>ul>li>ul>li>a span.icon {
    display:block; 
    position:absolute; 
    top:50%; 
    right:10px; 
    margin-top:-8px;
}
#header #gnb>ul>li>ul>li>a span.icon i {
    font-size:20px; 
    color:#404c59;
}
#header #gnb>ul>li>ul>li>a span.icon i.off {
    display:none;
}
#header #gnb>ul>li>ul>li>a:hover {
    background-color: rgba(65, 166, 238, .5);
    /*
    background-color:#94bee4;*/
    border-bottom:1px solid #94bee4;  
    color:#fff;
}
#header #gnb>ul>li>ul>li>a:hover span.icon i {
    color:#fff;
}
#header #gnb>ul>li>ul>li.active>a {   
    background-color:#505a64; 
    border-bottom:1px solid #505a64;
    color:#fff;

}
#header #gnb>ul>li>ul>li.active>a span.icon i.on {
    display:none;
}
#header #gnb>ul>li>ul>li.active>a span.icon {
    margin-top:-10px;
}
#header #gnb>ul>li>ul>li.active>a span.icon i.off {
    display:block; 
    color:#fff;
}
#header #gnb>ul>li>ul>li>ul {
    display:none;
}
#header #gnb>ul>li>ul>li>ul li a {
    display:block; 
    padding:8px 12px; 
    border-bottom:1px solid #a1a8ae; 
    font-size:12px; 
    line-height:15px; 
    background-color:#7d8790; 
    color:#fff; 
    transition:all 0.25s ease-out;
}
#header #gnb>ul>li>ul>li>ul li a:hover {
    background-color:#404c59;
}
#header .mg_control {
    display:none;
}
#header.changed {
    background:none; 
    background-color:#fff; 
    border-bottom:1px solid #eee; 
    /*
    height: 80px;*/
    line-height: 80px;
    
}
#header.changed h1 img.white {
    display:none;
}
#header.changed h1 img.color {
    display:inline-block;
}
#header.changed #gnb>ul>li>a {
    color:#000;
    /*
    color: #0a1939;*/
}
#header.changed #gnb>ul>li:hover>a {
    color:#fff;
}
#header.changed #gnb>ul>li>ul {
    top: 80px;
    border-top:1px solid #ddd;
}
#header.changed #gnb>ul>li>ul>li>a {
    border:1px solid #ddd; 
    border-top:0;
}

.sub_contents #page .wrap { 
	max-width:1200px; 
    margin:0 auto; 
    position:relative;
}

.sub_contents .customer_DataRoom .wrap { 
	max-width:1200px; 
    margin:0 auto; 
    position:relative;
}

/*footer*/
#footer {
    clear:both;
}
#footer .information {
    padding:50px 0; 
    overflow:hidden; 
    zoom:1;
    background: #121828;
}

#footer .information .wrap {
	max-width:1200px; 
    margin:0 auto; 
    position:relative;
}
#footer .information h6 {
    float:left; 
    width:25%;
}
#footer .information h6 img {
    max-width:100%; 
    height:auto;
    opacity: .35;
}
#footer .information .info {
    float:left; 
    width:70%;
    margin-right:5%;
    text-align: left;
}
#footer .information .info li {
    font-size:14px; 
    line-height:18px;
    font-family: 'Roboto','Noto Sans KR', "맑은 고딕", "나눔고딕", "돋움";
    font-weight:300;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .5);
}
#footer .information .info .basic{
    display: inline-block;
    margin-right: 1rem;
}
#footer .information .info li span {
    /*
    width:50px;*/
    display:inline-block;
    margin-right: 10px;
    color: #4f9bf4;
    font-family: 'Roboto','Noto Sans KR', "맑은 고딕", "나눔고딕", "돋움"; 
    font-weight:700;
}
#footer .information .info li.address {
    padding:5px 0; 
    margin:5px 0; 
    /*
    border-top:1px solid #bec8d2; 
    border-bottom:1px solid #bec8d2;*/
}
#footer .information .social {
    float:left; 
    width:30%;
}
/* main_popup */
.main_layer_popup{
    position:absolute;
    left:10px;
    top:10px;
    /*
    width:350px;*/
    width: 300px; /* 아이폰 5/SE Width 사이즈 잘리는문제 */
    height:359px;
    z-index:999999; 
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.45);    
}
.main_layer_popup .pop_content{
    padding:20px;
    height:300px;
    background:#fff    
}
.main_layer_popup .pop_bottom{
    text-align:right;
    background:#001323;
    height:35px;
    padding-right:10px;
    padding-top:6px;    
}
.main_layer_popup .pop_today_close {
    padding: 1px 7px 3px 7px;
    color: #ffffff;
    background: rgba(255, 255, 255, .15);
    vertical-align: middle;
    border: 0px;
}
/* //main_popup */

#nts .wrap { max-width: 1200px; margin: 0 auto; position: relative; }
#customer .wrap { max-width: 1200px; margin: 0 auto; position: relative; }
#counseling .wrap { max-width: 1200px; margin: 0 auto; position: relative; }


@media screen and (max-width:1280px) {
	#header .upper .wrap { width: 95%; }
	#header .lower .wrap { width: 95%; }

	.sub_contents #page .wrap { width: 95%; }
	.sub_contents .customer_DataRoom .wrap { width: 95%; margin: 0 auto; }
	
	#footer .information .wrap { width: 95%; }
	
	#nts .wrap { padding: 0 20px; }
}

@media screen and (max-width: 1024px) {
	#footer .information {padding:40px 0;}
	#footer .information h6 {
        float:none; 
        width:100%; 
        text-align:center; 
        margin-bottom:20px; 
        padding-bottom:20px; 
        border-bottom:1px solid rgba(255, 255, 255, .3);
}
/*	#footer .information .info {width:30%; margin-right:10%;}*/
	#footer .information .info {
        width: 100%;
        margin-right:10%;
        text-align: center;
}
}

@media screen and (max-width: 965px) {
	#whole {
        position:relative;
    }
    /* header login 영역 추가 */
	#header .upper {
		position:fixed; 
		bottom:0; 
		right:-200px; 
		width:200px; 
		background:#000;  
		z-index:9999999; 
		height:auto;
		line-height:inherit;		
		display: none;
	 }
	#header .upper .wrap {
		padding:0;
	}
	#header .upper ul {
		display:block;
	}
	#header .upper ul li a {
		height:50px; 
		line-height:50px;
	}
	#header .upper ul.menu li.playce {
		margin-right:0; 
		width:100%;
	}
	#header .upper ul.menu li.playce a {
		border:solid rgba(255,255,255,0.2); 
		border-width:1px 0 0 0;
	}
	#header .upper ul.menu li {
		margin:0;
		/* 
		width:33.33%; */
		width: 100%;
		text-align:center; 
		font-size:11px;
	}
	#header .upper ul.menu li:first-child {
	/*
		display:none;*/
	}
	#header .lower {
		height:50px;
		line-height:50px;
	}
	#header .lower .wrap {
		width: 100%; 
	}
	#header.changed {
		height:50px; 
		line-height:50px; 
		top:0;
	}
	#header .lower h1 {
		float:none;
		margin: 0;
		padding-left: 20px;
	}
	#header .lower h1 img.white {
		display:none;
	}
	#header .lower h1 img.color {
		display:inline-block;
		width: 110px;
	}
	/*--// header login 영역 추가 */
	#header {
        background:none; 
        background-color:#fff; 
        border-bottom:1px solid #eee; 
        height:60px; 
        line-height:60px;
    }
	#header .wrap {
        padding:0 0 0 20px;
	    padding-top: 10px;        
    }
	#header {
        height:50px; 
        line-height:50px;
    }
	#header.changed {
        height:50px; 
        line-height:50px;
    }
	#header h1 {
        float:none;
    }
    #header h1 img{
        height: 50px;
        padding: 0;
    }
	#header h1 img.white {
        display:none;
    }
	#header h1 img.color {
        display:inline-block;
        width: 15%;
        height: 15%;
    }
	#header #gnb {
        position:fixed; 
        top:0; 
        right:-200px; 
        width:200px; 
        height:100%; 
        z-index:999999;
        background-color: rgba(0, 19, 35, 1);
    }
	#header #gnb>ul {
        padding-top:50px; 
        position:relative;
    }
	#header #gnb>ul>li {float:none;}
	#header #gnb>ul>li.mobile_title {
        display:block; 
        position:absolute; 
        top:0; 
        left:0; 
        width:100%; 
        height:51px; 
        line-height:51px;
        /*
        text-indent:20px;*/
        color:#fff; 
        font-size:16px; 
        font-family: 'Roboto','Noto Sans KR', "맑은 고딕", "나눔고딕", "돋움";
        font-weight:400;
        text-align: center;
        background-color:rgba(0, 0, 0, .55);
    }
	#header #gnb>ul>li>a {
        color:#bbb !important; 
        font-size:13px; 
        font-weight:400; 
        height:45px; 
        line-height:45px; 
        padding:0 20px; 
        border-bottom:1px solid rgba(148, 190, 228, .25);       
        cursor: pointer;
    }
	#header #gnb>ul>li>a.pc {
        display:none;
    }
	#header #gnb>ul>li>a.mobile {
        display:block;
        text-align: center;
    }	
	#header #gnb>ul>li:hover>a {
        color:#fff !important; 
        border-color:#309ce8;
    }
	#header #gnb>ul>li ul {
        position:relative; 
        top:auto !important;
    }
	#header #gnb>ul>li ul li a {
	    /*
        border-bottom:1px solid #ddd; */
        border-bottom: none;
        font-size:12px; 
        line-height:17px;
        text-align: center;
    }
	#header .mg_control {
        display:block; 
        width:51px; 
        text-align:center; 
        height:51px; 
        line-height:51px; 
        position:absolute; 
        top:0; 
        right:0; 
        background-color:#309ce8; 
        font-size:0; 
        letter-spacing:0; 
        word-spacing:0; 
        cursor:pointer;
        
        display: list-item;
    }
	#header .mg_control i {
        color:#fff; 
        vertical-align:middle;
    }
	#header .mg_control #mg_close {
        display:none;
    }
}
@media screen and (max-width: 640px) {
	#footer .information .info {
        width: 100%;
        margin-right:10%;
    }
    #footer .information .info li{
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
	#header h1 img.color {
        display:inline-block;
        width: 25%;
        height: 25%;
    }    
	#footer .information h6 {display:none;}
	#footer .information .info {float:none; width:auto; margin:0;}
	#footer .information .info li.address {border:0;}
	#footer .information .info li.address br {display:none;}
}

@media screen and (max-width: 320px) {
	#whole {
        min-width:260px;
    }
	#footer .quickmenu .wrap {
        padding:10px 50px 10px 15px;
    }
}
