/* header */
header{
    border-bottom: 1px solid #000000;
    padding: 30px 0px;
    position: relative;
}
header.mobile{
    display: none;
}
header .headerWrapper{
    position: relative;
    width: 100%;
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
}
header.home{
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    padding: 0 60px;
    width: 100%;
    border-bottom: 0;
}
header.home .headerWrapper{
    max-width: 1775px;
}
header nav{
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: max-content;
}
header nav ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
header nav ul + ul::before{
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background-color: #E5E5EC;
    margin-left: 20px;
}
header nav ul ul.sub{
    margin-top: 20px;
    display: none;
}
header nav ul ul.sub li{
    margin-top: 20px;
}
header nav ul ul.sub li a{
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #767676;
}
header nav ul ul.sub li:hover a{
    color: #ffffff;
}
header.home nav{
    position: static;
    transform: none;
    margin-top: 30px;
}
header.home nav ul{
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
}
header.home nav > ul > li{
    padding: 10px 0;
    
}

header.home nav > ul > li > a{
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    border-bottom: 1px solid transparent;
}
header.home nav > ul > li.on > a{
    border-bottom: 1px solid #ffffff;
}
header .searchBox{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    border: 1px solid #E5E5EC;
    width: 430px;
    height: 48px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 0 17px;
}
header.home .searchBox{
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.2);
}
header .searchBox form{
    width: 100%;
    padding-right: 28px;
}
header .searchBox input{
    width: 100%;
    border: 0;
    color: #767676;
}
header.home .searchBox input{
    background-color: transparent;
    border: 0;
    color: #fff;
}
header.home .searchBox input::placeholder{
    color: #fff;
}
header .searchBox input:focus{
    outline: none;
}
header .searchBox button{
    position: absolute;
    right: 17px;
    background-color: transparent;
    border: 0;
}
header.home .searchBox button{
    color: #fff;
}
header .languageBox{
    position: absolute;
    display: flex;
    gap: 20px;
    right: 0px;
    top: 0;
}
header.home .languageBox{
    right: 60px;
}
header .subNav{
    padding: 20px 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -60px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
/* footer */
footer{
    background-color: #050505;
    display: flex;
    height: 315px;
}
footer .logoInfo{
    flex: 1;
    padding-top: 40px;
    display: flex;
    justify-content: center;
}
footer .logoInfo ul{
    margin-top: 15px;
}
footer .logoInfo ul li{
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.025em;
    color: #FFFFFF;
}
footer .logoInfo ul li+li{
    margin-top: 15px;
}
footer .fnb{
    padding-top: 40px;
    flex: 1;
}
footer .fnb nav > ul{
    display: flex;
    justify-content: space-evenly;
}
footer .fnb nav > ul > li > a{
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.025em;
    color: #FFFFFF;
}
footer .fnb nav > ul .sub{
    margin-top: 15px;
}
footer .fnb nav > ul .sub li + li{
    margin-top: 10px;
}
footer .fnb nav > ul .sub a{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.025em;
    color: #999999;
}
footer .contact{
    padding-top: 40px;
    flex: 1;
    padding-left: 70px;
    background-color: #000000;
}
footer .contact .tel{
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.025em;
    color: #FFFFFF;
}
footer .contact .time{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.025em;
    color: #FFFFFF;
}
footer .contact .link{
    display: flex;
    gap: 15px;
    margin-top: 10px;
}
footer .contact .link a{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.025em;
    color: #FFFFFF;
    border-bottom: 1px solid #ffffff;
    padding: 3px 0;
}
footer .contact .copy{
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    margin-top: 40px;
}

.listContainer{
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
}
.color-orange{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: #F15422;
}
.underline{
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: underline;
}
.pagination{
    gap: 3px;
}
.page-link{
    border-color: transparent;
    color: #767676;
}
.page-link:hover{
    background-color: transparent;
    border-color: transparent;
    color: #111111;
}
.page-item.active .page-link{
    background-color: transparent;
    border-color: transparent;
    color: #111111;
}
.page-item:first-child .page-link{
    border-radius: 0;
}
.popup{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
}
.popupHead{
    background-color: #111111;
    color: #fff;
    cursor: move;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}
.popupContent{
    max-width: 500px;
    vertical-align: auto;
}
.popupContent img{
    vertical-align: middle;
}
.popupBottom{
    background-color: #111111;
    color: #fff;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.popupBottom button{
    background-color: transparent;
    border: 0;
    color: #fff;
}
.mobileNav{
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    z-index: 999999;
    background-color: #ffffff;
    top: 0;
    left: -100vw;
    height: 100%;
    overflow: auto;
}
.mobileNav .navHeader{
    padding: 0 30px ;
    background-color: #111111;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}
.mobileNav .navHeader > a{
    position: absolute;
    left: 30px;
}
.mobileNav .navHeader > button{
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 30px;
}
.mobileNav > ul{
    min-height: 100vh;
    overflow-y: scroll;
}
.mobileNav ul li a{
    padding: 16px 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.025em;
    color: #111111;
    border-bottom: 1px solid #f1f1f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobileNav ul li a > i{
    font-size: 1.5rem;
    transition: all 0.5s;
    transform-origin: center;
}
.mobileNav ul li a.on i{
    transform: rotate(180deg);
    
}
.mobileNav .sub{
    display: none;
    background-color: #f1f1f5;
}
.mobileNav .sub li a{
    border-bottom: 1px solid #ffffff;
}
body.menu-open{
    position: relative;
    max-height: 100vh;
    overflow-y: hidden;
}
@media screen and (max-width: 768px) {
    header{
        display: none;
    }
    header.mobile{
        padding: 0 30px ;
        background-color: #111111;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 56px;
    }
    header.mobile > button{
        background-color: transparent;
        border: 0;
    }
    footer{
        flex-direction: column;
        height: auto;
        padding: 20px;
    }
    footer .logoInfo{
        padding: 0;
        margin-top: 20px;
        justify-content: flex-start;
    }
    footer .logoInfo .info{
        display: none;
    }
    footer .fnb{
        order: -1;
        padding-top: 0;
    }
    footer .fnb nav > ul{
        justify-content: flex-start;
        gap: 10px;
    }
    footer .fnb nav > ul .sub{
        display: none;
    }
    footer .contact{
        padding: 0;
        margin-top: 20px;
        background-color: transparent;
    }
    footer .contact > *{
        display: none !important;
    }
    footer .contact > .copy{
        margin-top: 0;
        display: block !important;
    }
}