@charset "utf-8";


/* body{background-color: #ffffb7;} */

header{
    width:100%;
    position:relative;/* 수정된 부분 */
    z-index:99999;/* 수정된 부분 */
}

header>p{
    height:30px;
    margin:0px auto;
    text-align: center;
    color:#f7f7f7;
    line-height: 30px;
    background-color: #333;
    overflow: hidden;
}

.header_inner{
    width:1280px;height:80px;
    margin:0px auto;
    position: relative;
}

.header_inner>h1{
    width:85px;
    height:57px;
    position: absolute;
    top:3px;
    z-index: 100;
}

.header_inner>h1>a{font-size:0px;}

.header_inner>h1>a>img{
    width:65px;
    margin-top: 7px;
    margin-left: 10px;
}

/*상단네비 서식*/

.nav_wrap{
    width:100%;/* 수정된 부분 */
    position:absolute;/* 수정된 부분 */
    top:50px;/* 수정된 부분 */
}

.nav_wrap>nav{
    width:1280px;
    margin:0px auto;
    
}

.nav_wrap>nav>ul{
    display: flex;
    margin-left: 150px;/* 수정된 부분 */
    width:100%;
}

 .nav_wrap>nav>ul>li{
    line-height: 40px;
    
}

.nav_wrap>nav>ul>li>a{
    font-size:16px;
    font-weight:bold;
    padding-right:70px;
}

.sub_wrap{
    width:100%;height:260px;/* 수정된 부분 */
    position:absolute;top:60px;/* 수정된 부분 */
    left:0px;
    line-height: 24px;
    background-color:#fff;
}

.sub dt{
    font-size:14px;
    font-weight: bold;
} 

.sub dd{font-size:14px;}


.sub_wrap nav{
    width:1280px;/* 수정된 부분 */
    margin:0px auto;
    padding-left:148px;/* 수정된 부분 */
    box-sizing:border-box;/* 수정된 부분 */
} 

.sub_wrap nav dl{
    float:left;
    margin-right:60px;
}





.lnb{
    position: absolute;
    top:40px;right:0px;
    z-index:1001;

}

.lnb>ul{display: flex;}


.lnb>ul>li>a{
    font-size:14px;
    font-weight:bold;
}

.lnb>ul>li:first-child>a>span{margin:0px 10px;}

.lnb>ul>li:nth-child(2){margin-right: 13px;}

.lnb>ul>li:last-child img{
    width:22px;
    transform:translateY(-5px);
}

.lnb>ul>li:last-child{position: relative;}


#s_toggle,.sear{display:none;}

#s_toggle:checked ~ .sear{display: block;}

header input[type=search]{
    width:300px;height:42px;
    border-radius: 50px;
    border:2px solid #b1b1b1;
    font-size:14px;
    background-color: #f7f7f7;
}

header .sear{
    position: absolute;
    top:45px;right:0px;
    line-height:50px;
    
}





















/* 콘텐츠영역 서식*/

section{width:100%;overflow: hidden;}

section .eve{
    width:1280px;
    overflow: hidden;
    margin:0px auto;
}

section .eve h3{
    font-size: 30px;
    margin:40px auto 50px auto;
    text-align: center;
}

section .eve iframe{
    width:100%;height:800px;
    margin: 0px auto 40px auto;
    
}











.up {
    background-color: #424242;    
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}

.up a {
    color:#f7f7f7;
    line-height: 50px;
    font-weight: bold;
}

aside {
    position: fixed;
    bottom: 45%;
    right: 15px;
}

aside img{
    width:28px;
    transform: translateY(10px);
}












/*  푸터영역 서식  */


footer::before{
    display: block;
    content:"";
    height:40px;
}

footer{
    width:100%;
    background-color:#141414;
}

.footer_inner{
    width:1280px;
    margin:0px auto;
    display: flex;
}

.footer_inner::after{
   display: block;
    content:"";
    clear:both;
    height:30px; 
}


.footer_inner>ul{
    padding-left: 35px;
    margin-right:100px;
}



.foot01{
    margin-right:50px;
    margin-bottom: 40px;
}

.foot01>li{
    font-size:16px;
    color:#f7f7f7;
}

.foot01>li:first-child{
    font-size:20px;
    margin-bottom: 5px;
}
.foot01>li:nth-child(2){
    font-size:30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.foot01>li:nth-child(5){
    margin-bottom: 30px;
}

.foot01>li:nth-child(3),.foot01>li:nth-child(4){
    margin-bottom: 5px;
}


.foot02>li{padding-bottom:18px; }

.foot02>li>a{
    font-size:16px;
    color:#f7f7f7;
}

.foot03>li{padding-bottom:18px; }

.foot03>li>a{
    font-size:16px;
    color:#f7f7f7;
}

.foot04>li>a{
    font-size:12px;
    color:#f7f7f7;
}

.foot04>li{
    margin-bottom: 15px;
    line-height:14px;
}

.foot04>li:last-child{text-decoration: underline;}


.foot05>li{margin-bottom:5px; }


.footer_bottom::before{
    display: block;
    content:"";
    clear:both;
    height:10px;
}

.footer_bottom{
    width:100%;
    background-color: #333;
}

.footer_bottom>ul{
    text-align: center;
    width:1280px;
    margin: 5px auto 10px auto;
    
}

.footer_bottom>ul>li{
    display: inline;
    
}

.footer_bottom>ul>li>a{
    color:#acacac;
    border-right:1px solid #acacac;
    padding-right:10px;
    padding-left:10px;
}

.footer_bottom>ul>li:last-child>a{
    border:none;
}

.footer_bottom>p{
    color:#777;
    text-align: center;
}

.footer_bottom::after{
    display: block;
    content:"";
    clear:both;
    height:10px;
}





.visual h6{display: none;}
section h6{display: none;}
.cont03 h6{display: none;}




































