@charset "utf-8";

header {
    background-color: #042b48;
}
._cover img,
._cover videeo {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.comm2-wrapper.new .comm2-sec1 .tit-box {
    margin-bottom: 60px;
}
.comm2-wrapper.new .comm2-sec1 .review-group {
    justify-content: center;
}
.comm2-wrapper.new .comm2-sec1 {
    padding: 140px 0 80px;
}
.comm2-wrapper.new .comm2-sec1 .review-box .review-nm {
    padding: 20px 0;
}
.comm2-wrapper .comm2-sec1 .review-box .review-nm .nm_wrap {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comm2-wrapper .comm2-sec1 .review-box .review-ch td p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.comm2-wrapper .comm2-sec1 .review-box .review-ch td:first-child p {
    min-width: 85px;
}
@media screen and (max-width: 1250px) {
    .comm2-wrapper.new .comm2-sec1 .cont-group {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .comm2-wrapper.new .comm2-sec1 .tit-box {
        margin-bottom: 30px;
    }
    .comm2-wrapper.new .cont-inner {
        width: 100%;
    }
}
.header {
    background-color: #042b48;
    color: #fff;
}
.header .rightWrap .hamWrap span {
    background-color: #fff;
}
.header .rightWrap .quick li::after {
    background-color: #fff;
}
.header .quick li:first-child img {
    filter: brightness(1);
}
.header .logo a img._c {
    display: none;
}
.header .logo a img._w {
    display: block;
}

.header.basicbg {
    background-color: #042b48;
    color: #fff;
}
.header.basicbg .rightWrap .hamWrap span {
    background-color: #fff;
}
.header.basicbg .rightWrap .quick li::after {
    background-color: #fff;
}
.header.basicbg .quick li:first-child img {
    filter: brightness(1);
}
.header.basicbg .logo a img._c {
    display: none;
}
.header.basicbg .logo a img._w {
    display: block;
}

.notice_pag1 {
    cursor: pointer;
}
.notice_pag3 {
    cursor: pointer;
}
.comm2-wrapper.new .comm2-sec1 .cont-inner {
    padding-top: 0;
    padding-bottom: 0px;
}
.comm2-wrapper.new .comm2-sec1 .review-box .review-more {
    color: #a48362;
}
@media screen and (min-width: 821px) {
    .comm2-wrapper.new .comm2-sec1 .cont-inner {
        max-width: 1650px;
    }
    .comm2-wrapper.new .comm2-sec1 .review-group .review-box {
        width: 280px;
        /* height: 210px; */
    }
    .comm2-wrapper.new .comm2-sec1 .review-group .review-box img {
        width: 280px;
        height: 210px;
    }
}

@media screen and (max-width: 820px) {
    .comm2-wrapper.new .comm2-sec1 .review-group .review-box {
        width: 280px;
        /* height: 210px; */
        .comm2-wrapper.new .comm2-sec1 .review-group .review-box {
            padding-bottom: 0;
        }
    }
    .comm2-wrapper.new .comm2-sec1 .review-group .review-box img {
        width: 280px;
        height: 210px;
    }
}

@media screen and (max-width: 300px) {
    .comm2-wrapper.new .comm2-sec1 .review-group .review-box {
        width: 100%;
    }
    .comm2-wrapper.new .comm2-sec1 .review-group .review-box img {
        width: 100%;
    }
}

/* 여기서부터 csh 추가 */

.comm2-box .inner {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
}
.comm_nav {
    width: 90%;
    max-width: 1440px;
    margin: 140px auto 0;
}
.comm_nav ul {
    display: flex;
    align-items: center;
}
.comm_nav ul li {
    flex: 1;
    color: rgba(0, 0, 0, 0.3);
    text-align: center;

    /* 본문 서브 타이틀 */
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #bbbcba;
}

.comm_nav ul li a {
    width: 100%;
    display: block;
    padding-bottom: 20px;
}
.comm_nav ul li.on {
    border-bottom: 2px solid #000;
    color: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 768px) {
    .comm_nav {
        margin: 20px auto 0;
    }
    .comm_nav ul li a {
        font-size: 12px;
    }
}
.comm2-box .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comm2-box.tab2 .con_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2vw;
    row-gap: 40px;
}
.comm2-box.tab2 .con {
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px rgba(44, 131, 134, 0.2);
    overflow: hidden;
    width: calc((100% - 6vw) / 4);
}
.comm2-box.tab2 .con ._cover {
    position: relative;
    padding-top: calc(200 / 320 * 100%);
    /* aspect-ratio: 320/200; */
}
.comm2-box.tab2 .con ._cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.comm2-box.tab2 .txt_box {
    padding: 16px 20px 20px;
    box-sizing: border-box;
}
.comm2-box.tab2 .txt_box .name {
    color: #171717;
    display: block;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}
.comm2-box.tab2 .txt_box .vision {
}
.comm2-box.tab2 .txt_box .vision p {
    color: #3ea495;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 14.4px */
    margin-bottom: 6px;
}
.comm2-box.tab2 .txt_box .vision ul {
    display: flex;
    gap: 14px;
    margin-bottom: 16px;
}
.comm2-box.tab2 .txt_box .vision ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}
.comm2-box.tab2 .txt_box .vision ul li em {
    color: #3ea495;
    text-align: center;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 13.2px */
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #e9f4ed;
}
.comm2-box.tab2 .txt_box .vision ul li .num {
    color: #3ea495;
    text-align: center;
    font-family: "Spoqa Han Sans Neo";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
}
.comm2-box.tab2 .txt_box .review_box {
    border: 1px solid #3ea495;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.comm2-box.tab2 .txt_box .review_box p {
    color: #555;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 18px */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.comm2-box.tab2 .txt_box .bottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
@media screen and (max-width: 1280px) {
    .comm2-box.tab2 .con {
        width: calc((100% - 4vw) / 3);
    }
}
@media screen and (max-width: 1024px) {
    .comm2-box.tab2 .con {
        width: calc((100% - 2vw) / 2);
    }
}
@media screen and (max-width: 768px) {
    .comm2-box.tab2 .con {
        width: 100%;
    }
    .comm2-wrapper.new .comm2-sec1 {
        padding: 40px 0 50px;
    }
    .comm2-wrapper.new .comm2-sec1 h3 {
        font-size: 24px;
    }
    .comm2-wrapper.new .comm2-sec1 .tit-box {
        margin-bottom: 30px;
    }
}
.comm2-wrapper.new .pagination {
    color: #000;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 100% */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 140px;
}
.comm2-box.tab3 .grid-item {
    width: calc(33.3333333333% - 0.5px);
    padding: 20px;
    box-sizing: border-box;
}
.comm2-box.tab3 .grid-item .grid-inner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    display: block;
}
.comm2-box.tab3 .grid-item img {
    width: 100%;
}
.comm2-box.tab3 .grid-item .hover_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 26.4px */
    opacity: 0;
    transition: 0.45s;
    background: rgba(0, 0, 0, 0.6);
}
.comm2-box.tab3 .grid-item:hover .hover_box {
    opacity: 1;
}
.comm2-box.tab3 .grid-item .hover_box strong {
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
}
.comm2-box.tab3 .grid-item .hover_box strong span {
    font-size: 16px;
    margin-left: 5px;
}
.comm2-box.tab3 .grid-item .hover_box p {
    font-size: 18px;
}
@media screen and (max-width: 1024px) {
    .comm2-box.tab3 .grid-item {
        width: 50%;
        padding: 6px;
    }
}
@media screen and (max-width: 768px) {
    .comm2-wrapper.new .pagination {
        font-size: 16px;
        margin-bottom: 60px;
    }
    .comm2-box.tab3 .grid-item .hover_box strong {
        font-size: 16px;
        margin-bottom: 1px;
    }
    .comm2-box.tab3 .grid-item .hover_box strong span {
        font-size: 12px;
    }
    .comm2-box.tab3 .grid-item .hover_box p {
        font-size: 14px;
    }
}
.comm2-box.tab4 .con_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 17px;
    row-gap: 60px;
}
.comm2-box.tab4 .con {
    width: calc((100% - 34px) / 3);
}
.comm2-box.tab4 ._cover {
    margin-bottom: 24px;
}
.comm2-box.tab4 .txt_wrap p {
    color: #171717;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    margin-bottom: 14px;
}
.comm2-box.tab4 .txt_wrap .vision {
    padding: 6px 12px;
    display: flex;
    align-self: center;
    gap: 16px;
    border-radius: 10px;
    background: rgba(62, 164, 149, 0.1);
    width: fit-content;
    margin: 0 auto;
}
.comm2-box.tab4 .txt_wrap .vision li {
    display: flex;
    gap: 6px;
    align-items: center;
}
.comm2-box.tab4 .txt_wrap .vision em {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 14.4px */
    border-radius: 7px;
    background: #3ea495;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}
.comm2-box.tab4 .txt_wrap .vision .num {
}
.comm2-box.tab4 .txt_wrap .vision .num span {
    color: #3ea495;
    font-family: "Spoqa Han Sans Neo";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 18px */
}
@media screen and (max-width: 1024px) {
    .comm2-box.tab4 .con {
        width: calc(50% - 8.5px);
    }
}
@media screen and (max-width: 768px) {
    .comm2-box.tab4 .con {
        width: 100%;
    }
    .comm2-box.tab4 .txt_wrap p {
        font-size: 16px;
    }
    .comm2-box.tab4 .txt_wrap .vision em {
        font-size: 11px;
    }
    .comm2-box.tab4 .txt_wrap .vision .num span {
        font-size: 14px;
    }
}
