@charset "utf-8";
body{
    padding-top: 100px;
}
/* 헤더 */
.head_mo{
    display: none;
}
.head_pc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8.33vw;
    background: #fff;
    z-index: 110;
}
.head_pc > a{
    display: block;
    width: auto;
    height: 3.125vw;
}
.head_pc > a.lang{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2E3D28;
    color: #fff;
    border-radius: 1.04vw;

}
.head_pc > a figure{
    width: auto;
    height: 100%;
}
.head_pc > a figure img{
    width: auto;
    height: 100%;
    object-fit: cover;
}
.head_pc > .menu{
    display: flex;
    width: max-content;
    height: 100%;
}
.head_pc > .menu li{
    width: 5.5vw;
    font-size: 1.04vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.5s;
}
.head_pc > .menu li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    color: #000;
    text-decoration: none;
}
.head_pc > .menu li::before{
    content: "";
    width: 0.52vw;
    height: 0.52vw;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}
.head_pc > .menu li:hover{
    color: #2BA91A;
}
.head_pc > .menu li:hover:before{
    background: #2BA91A;
}
.head_pc > .menu li.on{
    width: 8.89vw;

}
.head_pc .depth_02{
    position: fixed;
    top: 100px;
    left: 0;
    background-color: #fff;
    width: 100vw;
    padding: 0 1.04vw 1.04vw 1.04vw;
    display: none;
}
.head_pc .depth_02 .inner{
    display: flex;
}
.head_pc .depth_02 .inner > figure{
    width: 27.60vw;
    height: auto;
    margin-right: 1.04vw;
}
.head_pc .depth_02 .inner > figure img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.head_pc .depth_02 .inner .cont{
    display: flex;
}
.head_pc .depth_02 .inner .cont ul{
    width: 8.89vw;
    border-right: 1px solid #d9d9d9;
    padding: 1.56vw 0 0 1.04vw;
}
.head_pc .depth_02 .inner .cont ul:last-child{
    border-right: 0;
}
.head_pc .depth_02 .inner .cont ul:hover{
    border: 0;
    background: #F8F8F8;
    border-radius: 1.04vw;
}
.head_pc .depth_02 .inner .cont ul li{
    font-size: 1.04vw;
    font-weight: 600;
    margin-bottom: 0.78125vw;
    transition: 0.5s;
}
.head_pc .depth_02 .inner .cont ul li a{
    color: #000;
    text-decoration: none;
}
.head_pc .depth_02 .inner .cont ul li:last-child{
    margin-bottom: 0;
}
.head_pc .depth_02 .inner .cont ul li:hover a{
    color: #2BA91A;
}
/* 헤더 */



/* footer */
.footer{
    width: 100%;
    background: #333;
    color: #fff;
    padding: 4.16vw 0 2.60vw;
}
.footer .inner{
    width: 83.33vw;
    margin: 0 auto;
    margin-bottom: 4.16vw;
}
.footer .inner ul{
    display: flex;
    justify-content: space-between;
}
.footer .inner ul li{
    width: 25%;
    display: flex;
    flex-direction: column;
}
.footer .inner ul li p{
    font-size: 1.04vw;
    font-weight: 600;
    margin-bottom: 1.56vw;
}
.footer .inner ul li p:last-child{
    opacity:0.7;
}
.footer .inner ul li span{
    font-size: 1.04vw;
    opacity: 0.7;
}
.footer .inner ul li a{
    font-size: 1.04vw;
    opacity: 0.7;
    margin-bottom: 0.52vw;
    color: #fff;
}
.footer .inner ul li a:last-child{
    margin-bottom: 0;
}
.footer span{
    display: block;
    width: max-content;
    margin: 0 auto;
}
/* footer */



@media screen and (max-width:500px) {
    body {
    padding-top: 80px;
}
        /* 헤더 */
        .head_pc{
            display: none;
        }
        .head_mo {
            width: 100%;
            position: fixed;
            top: 0;
            left: 0;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 100;
            background: #fff;
        }
        .head_mo > a{
            display: block;
            width: 41.6vw;
            height: 8vw;
        }
        .head_mo > a.lang{
            width: 20vw;
            height: 8vw;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #2E3D28;
            border-radius: 4vw;
            color: #fff;
            font-size: 4vw;
        }
        .head_mo > a figure{
            width: 100%;
            height: 100%;
        }
        .head_mo > a figure img{
            width: 100%;
            height: 100%;
            object-fit:cover;
        }
        .head_mo > figure{
            width: 6vw;
            height: 4.6vw;
        }
        .head_mo > .menu{
            position: fixed;
            width: 90%;
            height: 100vh;
            right: -90%;
            top: 0;
            z-index: 9990;
            background: #F3F5E8;
            border-radius: 4vw 0 0 4vw;
            padding: 16vw 20px;
            overflow-y: scroll;
            transition: 0.5s;
        }
        .head_mo > .menu.on{
            right: 0;
        }
        .head_mo > .menu > a{
            position: absolute;
            top: 25px;
            right: 20px;
            display: block;
            width: 6vw;
            height: 6vw;
        }
        .head_mo > .menu > h1{
            width: 100%;
            height: 12vw;
            border-radius: 2vw;
            background: #2E3D28;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 5vw;
            font-weight: 700;
            margin-bottom: 8vw;
        }
        .head_mo > .menu > ul{
            width: 100%;
            display: flex;
            flex-direction: column;
        }
        .head_mo > .menu > ul > li {
            margin-bottom: 1vw;
            border-radius: 2vw;
            background: #fff;
        }
        .head_mo > .menu > ul > li.on{
            background: #2E3D28;
        }
        .head_mo > .menu > ul > li > a{
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 4vw;
            color: #333;
            font-weight: 700;
            height: 8vw;
            padding: 0 4vw;
        }
        .head_mo > .menu > ul > li.on > a{
            color: #fff;
        }
        .head_mo > .menu > ul > li > a figure{
            width: 3.4vw;
            height: 2vw;
        }
        .head_mo > .menu > ul > li > a figure img:nth-child(2){
            display: none;
        }
        .head_mo > .menu > ul > li.on > a figure img:nth-child(1){
            display: none;
        }
        .head_mo > .menu > ul > li.on > a figure img:nth-child(2){
            display: block;
        }
        .head_mo > .menu > ul > li .depth_02{
            display: none;
            padding: 4vw 0 4vw 6vw;
        }
        .head_mo > .menu > ul > li .depth_02 li{
            font-size: 4vw;
            color: #fff;
            opacity: 0.7;
            font-weight: 600;
            margin-bottom: 3vw;
        }
        .head_mo > .menu > ul > li .depth_02 li a{
            color:#fff !important;
        }
        .head_mo > .menu > ul > li .depth_02 li:last-child{
            margin-bottom: 0;
        }
    
        /* 헤더 */
        /* footer */
        .footer {
            width: 100%;
            padding: 10vw 0;
        }
        .footer .inner {
            width: auto;
            margin-bottom: 10vw;
        }
        .footer .inner ul {
            display: flex
        ;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }
        .footer .inner ul li {
            width: 70%;
            margin-bottom: 6vw;
        }
        .footer .inner ul li:last-child{
            margin-bottom: 0;
        }
        .footer .inner ul li p {
            font-size: 4vw;
            margin-bottom: 4vw;
        }
        .footer .inner ul li span {
            width: auto;
            font-size: 4vw;
        }
        .footer .inner ul li span br{
            display: none;
        }
        .footer .inner ul li a {
            font-size: 4vw;
            opacity: 0.7;
            margin-bottom: 2vw;
        }
        .footer span {
            font-size: 2.8vw;
        }
        /* footer */
    
}
