#container {
    /*background-image: url(../img/sub_melasma.png);*/
}

#container_wr .sub1-s2 {
    background-color: #fff;
    aspect-ratio: 1920 / 1336;
    margin: 0;
    overflow: hidden;
    position: relative;
}
#container_wr .sub1-s2 {
    /*opacity: 0.5;*/
}

.sub1-s2-tab {
    margin: 0 auto;
    width: 43.5%;
    aspect-ratio: 841/62;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    margin-top: 5.2%;
    gap: 10px;
    font-family: 'Pretendard-Regular';
    font-size: 1.4rem; 
}

.tab {
    display: flex;
    width: 100%;
    gap: 10px; 
}

.tab-place {
    position: absolute;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%; 
}

.tab-place.fix {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%; 
    position: fixed !important;
    top: 45px !important;
    transition: all 0.3s ease-out;
    z-index: 12;
}

.tab {

}

.tab .tab-btn {
    background: #fff;
    color: #887160;
    border: 2px solid #887160;
    border-radius: 80px;
    display: flex;
    justify-content: center;
}

.tab .tab-btn.active {
    background: #887160;
    color: #fff;
}

.tab .tab-btn a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #887160;
}

.tab .tab-btn.active a {
    color: #fff;
}


.sub1-s2-info1 {
    width: 67.8%;
    top: 24.7%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 1300/459;
}

.sub1-s2-bottom {
    background-image: url('../img/sub1-s2-bottom-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1300 / 298;
    overflow: hidden;
    width: 67.8%;
    top: 65.1%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


#container_wr .sub1-s3 {
    background-color: #f6f6f6;
    aspect-ratio: 1920 / 1177;
    margin: 0;
    overflow: hidden;
    position: relative;
    /*opacity: 0.5;*/
}

.sub1-s3 img {
    width: 100%;
}

.sub1-s3 .anchor {
    position: absolute;
    top: -20%;
}
