@media(min-width:768px){
    .m{display: none;}
    .pc{display: none;}
    .tab{display: block;}
.section .wrap{
    padding: 60px 16px;
    max-width: 1344px;
    margin: 0 auto;
    height: 100vh;
}
.section.bn{
    background-position: center center;
    aspect-ratio: unset;
    /* height: 100vh; */
}
.s1{
    /* min-height: 911px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.s1 .wrap{
    margin-top: unset;
    display: flex;
    flex-direction: column;
}
.s1 .wrap .top{
    font-weight: lighter;
    gap: 8px;
}
.s1 .wrap .top .logo{
    width: 180px;
    height: 60px;
}
.s1 .wrap .top h2{
    font-size: 52px;
}
.s1 .wrap .top .sub{
    font-size: 16px;
}
.s1 .wrap .top .sub-kor{
    max-width: unset;
}
.s1 .wrap .mid{
    display: flex;
    flex-direction: unset;
    justify-content: space-between;
}
.s1 .wrap .mid .box{
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 12px;
    aspect-ratio: 3/1.6;
}
    .s1 .wrap .mid .box::before{
    content: '';
    display: block;
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 50%;
}
.s1 .wrap .mid .box h3{
    font-size: 20px;
    color: #fff;
}
.s1 .wrap .mid .box .btn{
    z-index: 1;
    font-size: 14px;
    color: #fff;
    padding: 4px 12px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.s1 .wrap .mid .box .btn .p{}
.s1 .wrap .mid .box .btn::after{}

.s1 .wrap .btom{}
.s1 .wrap .btom h3{
    font-size: 24px;
    padding-bottom: 16px;
    font-weight: bold;
}
.s1 .wrap .btom .tab-box{
    max-width: 1400px;
    display: flex;
    gap: unset;
    flex-wrap: wrap;
    justify-content: left;
}
.s1 .wrap .btom .tab-box .tab-menu .inner{margin: 32px;}
.s1 .wrap .btom .tab-box .tab-menu{width:max-content}
.s1 .wrap .btom .tab-box .tab-menu .ico{
    width: 60px;
    height: 60px;
}
.s1 .wrap .btom .tab-box .tab-menu p{
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}
.s2 .wrap .inner .right{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.s2 .wrap .inner .right .box{
    margin-bottom: unset;
    min-width: 100%;
    min-height: 200px;
}
.s2 .wrap .inner .right .pc{display: flex;}

}
.s2 .wrap .inner{
    width: 100%;
}
.section:nth-child(3){
    display: unset;
}