@charset 'UTF-8';

#ww-main {}
.sub-sec {}

/* *{border: 1px solid #000;} */

/* 1sec-장점 */
.ww-advantage-sec {
}
.ww-advantage-wrap {
    position: relative; 
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: space-around;
    /* gap: 10px; */
    padding-top: 100px;
    margin-top: 50px;
}
.ww-advantage-wrap:before { /*로고*/
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    content: '';
    width: 280px;
    height: 50px;
    transform: translateX(-50%);
    margin-top: 1em;
    background: url('../images/logo.png') center center /80% no-repeat;
}
.advantage {
}

.ww-advantage {
    position: relative;
    display: block;
    width: 280px;
    height: 280px;
    /* margin-top: 1em; */
    border-radius: 50%;
    opacity: 0.8;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.ww-advantage1, .ww-advantage2, .ww-advantage3 {
    /* display: block;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; */
}

.ad-title {
    position: absolute;
    right: 25%;
    top: 20%;
    display: block;
}
.ad-info {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 260px;
    padding: 2em 1.4em;
    text-align: center;
    transform: translate(-50%, -50%);
}
.ad-info span{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

/* 2sec-플러스윅 */
.ww-pluswick-sec {
    overflow: hidden;
    margin: 2em 0;
    padding: 1em 0;
}
.ww-pluswick-wrap {
    position: relative;
    padding: 2.5em 0;
    left: 10%;
    background-color: #eee;
}

.ww-pluswick-wrap h2 {
    font-family: var(--serif-pre);
    margin-bottom: 1em;
    padding-left: 1em;
    text-align: left;
}
.pluswick-img {
    position: relative;
    left: -10%;
    width: 90%;
    height: 400px;
    background: url('../images/pluswick.jpg') center center / cover no-repeat ;
}
.pluswick-img:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.ww-pluswick {
    position: absolute;
    left: 0;
    top: 45%;
    width: 70%;
    transform: translateY(-50%);
    color: #eee;
}
.pl-info > span {
    display: block;
    padding: 1em 0;
}
.pl-info {}
.si-info:before {
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    margin-top: 0.3em;
    background: url('../images/puls.png') center center/ cover no-repeat;
}
.plus-signature {
    width: 80%;
    padding: 2em 1em 1em 2em;
}
.si-info {
    position: relative;
}
.si-info span{
    margin-left: 1.2em;
    display: block;
    color: #444;
    font-weight: 600;
}

/* 3sec-about */
.ww-about-sec {
    position: relative;
    margin-top: 2em;
    padding: 2.5em;
    background: url('../images/brand-bg.jpg') center center / cover no-repeat;
    z-index: 1;
}
.ww-about-sec::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: -1;
}

.ww-about-sec h2{
    font-family: var(--serif-pre);
    /* text-align: right; */
    color: #fff;
}

.about-container {
    margin-top: 2em;
    height: 100%;
}
.about-wrap {
    margin: 2em 0;
    color: #eee;
}
.about-pc {
    color: var(--sub-orange);
}
.about-pc1 {}
.about-pc2 {
    text-align: right;
}
.about-pc3 {}
.about-pc4 {
    text-align: right;
}
.about-info {
    padding: 1em 0 1.5em 0;
}
.about-info1 {}
.about-info2 {
    text-align: right;
}
.about-info3 {}
.about-info4 {
    text-align: right;
}



