@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: 45px;
    
}

.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;}

#visual{
    width: 100%;height: 650px;
    overflow: hidden;
    position: relative;
    background-color: #333;
}
#visual div{
    width:100%;
    position: absolute;
    top:0px;left:0px;    
}

#visual div:nth-of-type(2),
#visual div:nth-of-type(3),
#visual div:nth-of-type(4){display: none;}

#visual div .v_txt{
    position: absolute;
    bottom: 155px;left:20%;
    z-index: 9999;
    line-height: 50px;
}

#visual div .v_txt li:first-child{
    color:#f7f7f7;
    font-weight: bold;
    font-size: 45px;
    text-shadow: 1px 1px 2px #333;
}

#visual div .v_txt li:nth-child(2){
    color:#f7f7f7;
    font-size: 22px;
    text-shadow: 1px 1px 2px #333;
}

#visual div .v_txt li:nth-child(3){
    background-color: #f7f7f7;
    width:150px;height:40px;
    font-size: 15px;
    color:#000;
    border-radius: 50px;
    text-indent: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 15px;
    cursor: pointer;
}

#visual div .v_txt li:nth-child(3)>img{
    width:15px;height:15px;
}


#visual div img{width:100%;}



#visual .ctrl_btn{
    position: absolute;
    left: 48%;bottom:20px;
    display: flex;
    cursor: pointer;
}

#visual .ctrl_btn li{
    background-color: rgba(204, 204, 204,.8);
    width:13px;height:13px;
    border-radius: 50%;
    margin-right:8px;
}

#visual .ctrl_btn li.on{
    background-color: rgba(0, 0, 0,.8) !important;
}

#visual #prv, #visual #nex{
    background-color: rgba(0,0,0,.7);
    color:#fff;
    width:25px;height:25px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    padding:15px 15px;
}

#visual #prv{top:290px;left:0px;}

#visual #nex{top:290px;right:0px;}






.cont01{
    width:1280px;
    margin:0px auto;
    text-align: center;
    position:relative;    
}

.cont01>h3{
    font-size: 30px;
    margin: 50px 0px 35px 0px;
    
}

.cont01>img{
    width:100%;
    margin-top:30px;
    cursor: pointer;
}



.cont01>ul{text-align: center;}

.cont01>ul>li{
    display: inline;
    margin-right: 30px;
    font-size: 18px;
    
}

.cont01>ul>li:first-child>a{     
    padding-bottom: 10px;
    border-bottom:3px solid #c53539;
    color:#c53539;
}




.cont01 #m_over{
    position: absolute;
    top:113px;left:0px;
    width:100%;height: 550px;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    display: none;
}

.cont01 #m_over #m_over_clk{
    display: block;
    width:180px;height:45px;
    border:2px solid #fff;
    border-radius: 50px;        
    margin: 0px auto;
    transform: translateY(250px);
    font-size: 18px;
    color:#fff;
    line-height: 45px;
    cursor: pointer;
}



.cont01 #m_over #m_over_clk img{    
    width:17px;height:19px;
    transform: translate(8px,4px);    
}

.cont01 img:hover+#m_over{display: block;}





.cont02{
    width:1280px;
    margin:0px auto;
}

.cont02>h3{
    text-align: center;
    font-size: 30px;
    margin:50px 0px 35px 0px;
}

.cont02>ul{display: flex;}

.cont02>ul:first-of-type{margin-top: 0px;}

.cont02>ul:last-of-type{margin-bottom: 100px;}

.cont02>ul>li{
    height:600px;
    background-color:#f7f7f7;
    font-size:16px;
    
}

.cont02 div{margin:55px 0px 0px 50px;}

.cont02 #banner1,.cont02 #banner2,.cont02 #banner3,.cont02 #banner4{width:640px;}


.cont02 b{
    display: block;
    font-size:30px;
    font-weight:bold;
    font-style:normal;
    
}

.cont02 #more1,.cont02 #more2,.cont02 #more3,.cont02 #more4{
    width:35px;
    transform: translate(550px,-45px);
}

.cont02 li i{
    display: block;
    overflow: hidden;
}

.cont02 li img:first-child{
    width:640px;height:420px;
    transition: 0.5s;
    
}

.cont02 li img:first-child:hover{transform: scale(1.1);}







.cont03{
    width:1280px;
    margin:0px auto;
    
}

.cont03>ul>li{float: left;}

.cont03>ul>li:first-child{
    position: relative;
}

.cont03>ul>li:first-child>img{
    width:335px;height: 260px;

}



.cont03>ul>li:first-child>span{
    color: #f7f7f7;
    font-size:45px;
    font-weight:bold;
    position: absolute;
    top:85px;left:110px;
    letter-spacing: 1px;
}

.cont03 li:nth-child(2){
    position: relative;
    overflow: hidden;
}

.cont03 li:nth-child(2) img{
    width:315px;height:260px;
    transition: 0.5s;
}

.cont03 li:nth-child(2) img:hover{transform: scale(1.1);}


.cont03 li:nth-child(2) span:first-of-type{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top:192px;left:20px;
    color:#f7f7f7;
}

.cont03 li:nth-child(2) span:nth-of-type(2){
    font-size: 14px;
    position: absolute;
    top:222px;left:20px;
    color:#f7f7f7;
}


.cont03 li:nth-child(3){
    position: relative;
    overflow: hidden;
}

.cont03 li:nth-child(3) img{
    width:315px;height:260px;
    transition: 0.5s;
}

.cont03 li:nth-child(3) img:hover{transform: scale(1.1);}

.cont03 li:nth-child(3) span:first-of-type{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top:192px;left:20px;
    color:#f7f7f7;
}

.cont03 li:nth-child(3) span:nth-of-type(2){
    font-size: 14px;
    position: absolute;
    top:222px;left:20px;
    color:#f7f7f7;
}


.cont03 li:nth-child(4){
    position: relative;
    overflow: hidden;
}

.cont03 li:nth-child(4) img{
    width:315px;height:260px;
    transition: 0.5s;
}

.cont03 li:nth-child(4) img:hover{transform: scale(1.1);}

.cont03 li:nth-child(4) span:first-of-type{
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top:192px;left:20px;
    color:#f7f7f7;
}

.cont03 li:nth-child(4) span:nth-of-type(2){
    font-size: 14px;
    position: absolute;
    top:222px;left:20px;
    color:#f7f7f7;
}


.cont03::after{
    display: block;
    content:"";
    clear:both;
    height:80px;
}


.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;}


