@charset "utf-8";

#main-container .contents {
    display: flex;
    justify-content: center;
}

#main-container #main-contents-1 {
    padding-bottom: 80px;
}

#main-container #main-contents-1 .services {
    height: 500px;
    background: #ffffff;
    margin-top: -123px;
    position: relative;
    z-index: 3;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
}

#main-container #main-contents-1 .services li {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-right: 1px solid #E5E5E5;
    position: relative;
    height: 100%;
}

#main-container #main-contents-1 .services li a * {
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
}

#main-container #main-contents-1 .services li a .front p {
    font-size: 1.375rem;
    font-weight: 700;
}

#main-container #main-contents-1 .services li:last-child {
    border-right: 0;
}

#main-container #main-contents-1 .services li i[class^=ico-] {
    display: block;
    width: 182px;
    height: 182px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: -30px;
}

#main-container #main-contents-1 .services li i.ico-mro {
    background-image: url(../images/main/ico_mro.svg);
}

#main-container #main-contents-1 .services li i.ico-sono {
    background-image: url(../images/main/ico_sono.svg);
}

#main-container #main-contents-1 .services li i.ico-retail {
    background-image: url(../images/main/ico_retail.svg);
}

#main-container #main-contents-1 .services li .back {
    justify-content: flex-start;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


#main-container #main-contents-1 .services li .flip-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#main-container #main-contents-1 .services li#card-mro .back {
    background-image: url(../images/main/img_MRO.jpg);
}

#main-container #main-contents-1 .services li#card-sono .front {
    background-image: url(../images/main/img_SONO.jpg);
}

#main-container #main-contents-1 .services li#card-sono .front {
    justify-content: flex-start;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#main-container #main-contents-1 .services li#card-sono .back {
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #333333;
}

#main-container #main-contents-1 .services li#card-sono a .back p {
    font-size: 1.375rem;
    font-weight: 700;
}

#main-container #main-contents-1 .services li#card-retail .back {
    background-image: url(../images/main/img_RETAIL.jpg);
}

#main-container #main-contents-1 .services li .back-title {
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    margin-top: 80px !important;
    /* text-shadow: 0 0 10px rgba(0, 0, 0, .4); */
}

#main-container #main-contents-1 .services li .back-desc {
    font-size: 1.125rem !important;
    margin-top: 10px !important;
    font-weight: 400 !important;
    /* text-shadow: 0 0 10px rgba(0, 0, 0, .4); */
}


#main-container #main-contents-1 .services li#card-sono .flip-box .flip .back {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    -moz-transform: perspective(800px) rotateY(-179.9deg);
    -ms-transform: perspective(800px) rotateY(-179.9deg);
    -o-transform: perspective(800px) rotateY(-179.9deg);
    transform: perspective(800px) rotateY(-179.9deg);
    z-index: 0!important;
}

#main-container #main-contents-1 .services li#card-sono .flip-box .flip .front {
    -webkit-transform: perspective(800px) rotateY(0);
    -moz-transform: perspective(800px) rotateY(0);
    -ms-transform: perspective(800px) rotateY(0);
    -o-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
    z-index: 1!important;
}


#main-container #main-contents-1 .services li#card-sono.hover .flip-box .flip .back {
    -webkit-transform: perspective(800px) rotateY(0);
    -moz-transform: perspective(800px) rotateY(0);
    -ms-transform: perspective(800px) rotateY(0);
    -o-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
    z-index: 1!important;
}

#main-container #main-contents-1 .services li#card-sono.hover .flip-box .flip .front {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    -moz-transform: perspective(800px) rotateY(-179.9deg);
    -ms-transform: perspective(800px) rotateY(-179.9deg);
    -o-transform: perspective(800px) rotateY(-179.9deg);
    transform: perspective(800px) rotateY(-179.9deg);
    z-index: 0!important;
}


#main-container #main-contents-1 .services li#card-sono.hover .flip-box .flip.flipped .back {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    -moz-transform: perspective(800px) rotateY(-179.9deg);
    -ms-transform: perspective(800px) rotateY(-179.9deg);
    -o-transform: perspective(800px) rotateY(-179.9deg);
    transform: perspective(800px) rotateY(-179.9deg);
    z-index: 0!important;
}

#main-container #main-contents-1 .services li#card-sono.hover .flip-box .flip.flipped .front {
    -webkit-transform: perspective(800px) rotateY(0);
    -moz-transform: perspective(800px) rotateY(0);
    -ms-transform: perspective(800px) rotateY(0);
    -o-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
    z-index: 1!important;
}





#main-container #main-contents-2 {
    height: 854px;
    background-image: url(../images/main/img_greeting.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-container #main-contents-2 .slogan {
    font-size: 2.375rem;
    font-weight: 700;
    letter-spacing: -2px;
    color: #222222;
}

#main-container #main-contents-2 .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

#main-container #main-contents-2 .wrapper .desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #666666;
}

#main-container #main-contents-2 .wrapper .desc p {
    margin-top: 20px;
    font-size: 1.125rem;
}

#main-container #main-contents-2 .wrapper a {
    margin-top: 30px;
}

#main-container #main-contents-3 {
    padding: 120px 0;
}

#main-container #main-contents-3 .wrapper {
    display: flex;
    flex-direction: column;
}

#main-container #main-contents-3 .news-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#main-container #main-contents-3 .news-title p {
    font-family: 'Lato', 'Noto Sans KR', sans-serif;
    font-size: 3.75rem;
    font-weight: 700;
}

#main-container #main-contents-3 .news-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}

#main-container #main-contents-3 .news-card li {
    width: calc((100% - 60px) / 3);
    height: 470px;
    box-shadow: 0px 0px 40px rgba(103, 96, 87, 0.2);
    transition: all .5s ease-in-out;
}

#main-container #main-contents-3 .news-card li:hover {
    transform: translateY(-30px);
}

#main-container #main-contents-3 .news-card li>a {
    display: block;
    width: 100%;
    height: 100%;
    flex-direction: column;
    position: relative;
}

#main-container #main-contents-3 .news-card li a img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

#main-container #main-contents-3 .news-card li a .news-info {
    display: flex;
    padding: 40px 30px;
    flex-direction: column;
}

#main-container #main-contents-3 .news-card li .category {
    color: #676057;
    font-weight: 500;
    font-size: 1rem;
}

#main-container #main-contents-3 .news-card li .title {
    font-size: 1.25rem;
    font-weight: 500;
    max-width: 80%;
    margin-top: 17px;  
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#main-container #main-contents-3 .news-card li .date {
    color: #999999;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 30px;
}