header,div,section,footer,ul,li,img,figure,article,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

#header {
    height: 120px;
    line-height: 120px;
    position: fixed;
    background: white;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    border-bottom: 1px solid #6e6e6e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

#header .wrap {
    width: 1720px;
    margin: 0 auto;
    overflow: hidden;
}

#header .wrap h1 {
    float: left;
}

section {
    width: 1720px;
    margin: 0 auto;
}

section .wrap {
    margin-bottom: 80px;
}

section img {
    width: 100%;
}

#gnb {
    float: right;
}

#gnb ul li {
    float: left;
    
    font-size: 20px;
}

#gnb ul li:hover {
    font-weight: bold;
}

#gnb ul li a {
    padding-left: 50px;
}

.pic_lt .lt_more {
    width: auto;
}

.pic_lt .lt_info {
    display: none;
}

.pic_lt li .new_icon {
    display: none;
}

.basic_li > a {
    font-weight: bold;
}

#bo_gall,#bo_v,#bo_list,#bo_w {
    width: 1720px !important;
    margin: 150px auto 0;
}

#bo_gall .gall_info {
    display: none;
}

#bo_gall .bo_tit .new_icon {
    display: none;
}

.cmt_btn, #bo_vc, #bo_vc_w {
    display: none;
}

#bo_v_share .btn {
    padding: 0;
    font-size: 14px;
}

#bo_list .td_name {
    width: 120px;
    text-align: center;
}

.lat .lt_more {
    width: auto;
}

.latest_wr {
    margin-bottom: 80px;
}

#footer {
    border-top: 1px solid #6e6e6e;
    -webkit-box-sizing: boder-box;
    box-sizing: boder-box;
    padding: 30px 0;
}

#footer .wrap {
    width: 1720px;
    margin: 0 auto;
    text-align: center;
}

#footer .wrap address {
    font-style: normal;
}

.sub_sec .wrap {
    margin-top: 150px;
    overflow: hidden;
}

.sub_sec .wrap h2 {
    margin-bottom: 20px;
}

.sub_sec .wrap img {
    width: 50%;
    float: left;
}

.sub_sec .wrap p {
    margin-top: 100px;
}

.sub_sec .wrap span {
    display: block;
    text-indent: 25px;
    line-height: 3;
}

.menu_btn {
    display: none;
}

@media all and (max-width:768px) {
    
    html,body {
        height: 100%;
    }
    
    #header .wrap {
        width: 90%;
        margin: 0 auto;
    }
    
    #header .wrap h1 {
        width: 70%;
    }
    
    #header .wrap h1 img {
        width: 100%;
    }
    
    #header.on {
        height: 100%;
        border-bottom: 0;
    }
    
    .menu_btn {
        display: block;
        position: absolute;
        right: 8vw;
        top: 60px;
    }
    
    .menu_btn span {
        display: block;
        float: right;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 2px;
        margin: -1px 0 0 -10px;
        background-color: black;
        text-indent: -9999px;
    }
    
    .menu_btn.on span {
        display: none;
    }
    
    .menu_btn::before,.menu_btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 2px;
        margin-left: -10px;
        background-color: #000;
        text-indent: -9999px;
    }
    
    .menu_btn::before {
        margin-top: -7px;
    }
    
    .menu_btn.on::before {
        transform: rotate(-45deg);
        margin-top: -1px;
    }
    
    .menu_btn::after {
        margin-top: 5px;
    }
    
    .menu_btn.on::after{
        transform: rotate(45deg);
        margin-top: -1px;
    }
    
    #gnb {
        float: none;
        display: block;
        padding-top: 120px;
    }
    
    #gnb ul li {
        float: none;
        width:100%;
        text-align: center;
        font-size: 5vw;
    }
    
    #gnb ul li a {
        padding-left: 0;
    }
    
    section {
        width: 100%;
    }
    
    #sec1 {
        min-height: 100%;
        height: auto;
    }
    
    #sec1 .wrap {
        height: 100%;
    }
    
    #sec1 figure {
        height: 100%;
    }
    
    section figure img {
        height: 100vh;
        object-fit: cover;
    }
    
    #footer .wrap {
        width: 100%;
        font-size: 3vw;
    }
    
    .latest_wr {
        width: 90%;
        margin: 0 auto;
    }
    
    .pic_lt ul {
        margin: 0;
    }
    
    .pic_lt li {
        width: 50%;
    }
    
    .sub_sec .wrap img {
        width: 100%;
        float: none;
    }
    
    .sub_sec .wrap p {
        padding-top: 10vw;
        width: 90%;
        margin: 0 auto;
    }
    
    .sub_sec .wrap span {
        display: inline;
        line-height: 0;
    }
    
    #bo_gall, #bo_v, #bo_list, #bo_w {
        width: 100% !important;
    }
    
    #gall_ul .gall_li {
        width: 50%;
    }
    
    #bo_gall #gall_ul {
        margin: 0;
    }
    
}