/* swiper Section */
.swiper_wrap {
    width: 100%;
    height: 40rem;
    margin-top: 110px;
}
.swiper_wrap > .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper_wrap > .swiper > .swiper_list {
    width: 100%;
    height: 100%;
}
.swiper_wrap > .swiper > .swiper_list > .swiper_img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 40rem;
}
.swiper_wrap > .swiper img {
    width: 100%;
    height: 640px;
    object-fit: cover;
}
.swiper_wrap > .swiper > .swiper_list > .swiper_img > img {
    height: 100%;
}
/* .swiper_wrap > .swiper > .matal_notice {
    width: 525px;
    height: 560px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 70px;
}
.swiper_wrap > .swiper > .matal_notice > h2 {
    font-size: 38px;
    color: #1644d3;
    letter-spacing: -3px;
    position: relative;
    margin-bottom: 25px;
}
.swiper_wrap > .swiper > .matal_notice > h2::before {
    content: "";
    width: 44px;
    height: 1px;
    background: #1644d3;
    position: absolute;
    top: 50%;
    left: -12.5%;
    transform: translate(-50%, -50%);
}
.swiper_wrap > .swiper > .matal_notice .won {
    color: #d37816;
}
.swiper_wrap > .swiper > .matal_notice .ton {
    color: #1644d3;
}
.swiper_wrap > .swiper > .matal_notice > table {
    margin-bottom: 15px;
}
.swiper_wrap > .swiper > .matal_notice > table > thead > tr > th {
    font-size: 12px;
    color: #b8b8b8;
    font-weight: 300;
    padding-bottom: 20px;
}
.swiper_wrap > .swiper > .matal_notice > table > thead > tr > th.left {
    text-align: left;
}
.swiper_wrap > .swiper > .matal_notice > table > thead > tr > th.right {
    text-align: right;
}
.swiper_wrap > .swiper > .matal_notice > table > tbody > tr > td {
    padding: 0px 0px 20px 20px;
    letter-spacing: -1.5px;
    font-size: 19px;
}
.swiper_wrap > .swiper > .matal_notice > table > tbody > tr > td:first-child {
    padding: 0 0 20px 0;
    font-size: 16px;
}
.swiper_wrap > .swiper > .matal_notice > .box_list {
    width: 100%;
    height: 46px;
    line-height: 46px;
    display: flex;
    justify-content: space-between;
}
.swiper_wrap > .swiper > .matal_notice > .box_list > .box {
    width: 178px;
    height: 100%;
    background: #15369e;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 19px;
    letter-spacing: -1.5px;
    color: #15369e;
    background: #e5ebff;
    cursor: pointer;
    transition: all 0.3s;
}
.swiper_wrap > .swiper > .matal_notice > .box_list > .box:hover {
    color: #e5ebff;
    background: #15369e;
} */

/* product Intro Section */
.product_intro_wrap {
    width: 100%;
    height: 873px;
    background: #fff;
}
.product_intro_wrap > .product_intro {
    width: 1470px;
    height: 100%;
    margin: 0 auto;
    padding: 150px 0;
    text-align: center;
}
section > article > p.title {
    font-size: 45px;
    letter-spacing: -2px;
    font-weight: 300;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
section > article > p.title::before {
    width: 100%;
    content: "KNOW HOW";
    font-family: "Nanum Myeongjo", serif;
    font-size: 90px;
    position: absolute;
    color: #f3f4fc;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
section > article > p.title > strong {
    color: #1644d3;
}
section > article > p.subtitle {
    font-size: 16px;
    color: #b8b8b8;
    line-height: 2;
    letter-spacing: -1.5px;
    margin-bottom: 150px;
}
.product_intro_wrap > .product_intro > .products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 220px;
}
.product_intro_wrap > .product_intro > .products > .product {
    display: flex;
    width: 50%;
    height: 100%;
    background: #15369e;
    color: #fff;
    align-items: center;
    padding: 0 90px;
    background: #e5ebff;
    color: #15369e;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}
.product_intro_wrap > .product_intro > .products > .product > img {
    position: absolute;
    top: -41%;
    right: 0;
}
.product_intro_wrap > .product_intro > .products > .product:first-child > img {
    right: 0;
}
.product_intro_wrap > .product_intro > .products > .product:last-child > img {
    left: 0;
}
.product_intro_wrap > .product_intro > .products > .product > p {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
    text-align: left;
}
.product_intro_wrap > .product_intro > .products > .product:hover {
    background: #15369e;
    color: #fff;
}
.product_intro_wrap > .product_intro > .products > .product:last-child > p {
    text-align: right;
}
/* //product Intro Section */

/* default Image Section */
.default_image_wrap {
    width: 100%;
    height: 552px;
    display: flex;
    justify-content: flex-end;
}
.default_image_wrap > .default_image {
    width: calc(100% - 133px);
    height: 100%;
}
.default_image_wrap > .default_image > .img {
    width: 100%;
    position: relative;
}

.default_image_wrap > .default_image > .img::before {
    content: "";
    width: 100%;
    height: 350px;
    background: #eee;
    position: absolute;
    top: 55%;
    left: 45%;
    transform: translate(-49%, -40%);
    z-index: -1;
}
.default_image_wrap > .default_image > .img > img {
    width: 100%;
}

/* // default Image Section */
/* outstanding Section */
.outstanding_wrap {
    width: 100%;
    height: 250px;
}
.outstanding_wrap > .outstanding {
    width: 1470px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    /* padding: 93px 0; */
}
.outstanding_wrap > .outstanding > .subtitle {
    margin-bottom: 0px;
}
.outstanding_wrap > .outstanding > p.title::before {
    content: "OUTSTANDING";
}
.outstanding_wrap > .outstanding > button {
    width: 178px;
    height: 46px;
    border: none;
    outline: none;
    background: #15369e;
    color: #fff;
    font-size: 19px;
    letter-spacing: -2px;
    font-weight: 600;
}
/* //outstanding Section */
/* notice Section */
.notice_wrap {
    width: 100%;
    height: 345px;
    background: #f3f3f3;
}
.notice_wrap > .notice {
    /* width: 1470px; */
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 30px 0;
}
.notice_wrap > .notice > h2 {
    text-align: center;
    font-size: 38px;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
}
.notice_wrap > .notice > .notice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
}
.notice_wrap > .notice > .notice_list > .notice_box {
    /* width: 720px; */
    width: 45%;
    height: 90%;
    background: #fff;
    /* padding: 45px 92px; */
    padding: 8px 40px;
    letter-spacing: -1.5px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    box-sizing: border-box;
}
.notice_wrap > .notice > .notice_list > .notice_box:hover {
    background: #15369e;
}
.notice_wrap > .notice > .notice_list > .notice_box:hover > .title {
    color: #fff;
}
.notice_wrap > .notice > .notice_list > .notice_box > .title {
    width: 100%;
    /* padding: 0 10px; */
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice_wrap > .notice > .notice_list > .notice_box > .days {
    position: absolute;
    /* bottom: 45px;
    left: 92px; */
    bottom: 10px;
    left: 50px;
    color: #c7c7c7;
}
.notice_wrap > .notice > .notice_list > .notice_box > .views {
    position: absolute;
    /* bottom: 45px;
    right: 92px; */
    bottom: 10px;
    right: 50px;
    color: #c7c7c7;
}
/* //notice Section */

/* 카탈로그 & 동영상 */
.intro_btn {
    width: 100%;
    padding: 40px 0;
}
.intro_btn .wrap {
    /* width: 1470px; */
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.intro_btn .wrap .item {
    width: 20%;
    height: 100%;
    background: #e5ebff;
    color: #15369e;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    cursor: pointer;
}

.intro_btn .wrap .item-one-line {
    width: 30%;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro_btn .wrap .center {
    background: #15369e;
    color: #e5ebff;
}

/* .intro_btn .wrap .item:last-child {
    background: #15369e;
    color: #e5ebff;
} */
.intro_btn .wrap .item strong {
    font-size: 2rem;
    letter-spacing: -1.5px;
}
.intro_btn .wrap .item p {
    font-size: 1rem;
}

/* // 카탈로그 & 동영상 */

/* 미디어 쿼리 */
@media screen and (max-width: 1470px) {
    .swiper_wrap {
        height: 400px;
    }
    .swiper_wrap > .swiper {
        width: calc(100% - 10vw);
    }
    .swiper_wrap > .swiper > .swiper_list > .swiper_img {
        width: 100%;
        height: 100%;
    }
    .swiper_wrap > .swiper img {
        height: 400px;
    }
    .default_image_wrap > .default_image > .img > img {
        width: 100%;
        height: 250px;
    }
    .product_intro_wrap > .product_intro {
        width: 100%;
        padding: 80px 2vw;
        box-sizing: border-box;
    }
    section > article > p.title {
        font-size: 32px;
    }
    section > article > p.title::before {
        font-size: 52px;
    }
    section > article > p.subtitle {
        font-size: 16px;
        letter-spacing: -1.5px;
        line-height: 1.5;
        margin-bottom: 100px;
    }
    .product_intro_wrap > .product_intro > .products {
        /* height: 21%; */
    }
    .product_intro_wrap > .product_intro > .products > .product {
        width: 100%;
        margin-bottom: 50px;
        padding: 0 10vw;
    }
    .product_intro_wrap > .product_intro > .products > .product > p {
        font-size: 32px;
    }
    .product_intro_wrap > .product_intro > .products > .product > img {
        width: 20%;
        min-width: 384px;
        top: -10px;
    }
    .product_intro_wrap
        > .product_intro
        > .products
        > .product:last-child
        > img {
        top: -40px;
    }
    .default_image_wrap {
        height: 220px;
    }
    .default_image_wrap > .default_image {
        width: calc(100% - 10vw);
    }
    .default_image_wrap > .default_image > .img {
        height: 200px;
    }
    .default_image_wrap > .default_image > .img::before {
        height: 200px;
    }
    .outstanding_wrap {
        height: 250px;
        padding: 0 5vw;
    }
    .outstanding_wrap > .outstanding {
        width: 100%;
        padding: 1vw 0 0 0;
    }
    .notice_wrap {
        height: auto;
    }
    .notice_wrap > .notice {
        width: 100%;
        padding: 30px 2vw;
    }
    .notice_wrap > .notice > .notice_list {
        height: auto;
    }
    .notice_wrap > .notice > .notice_list > .notice_box {
        width: 40%;
        height: 112px;
        padding: 2rem;
    }
    .notice_wrap > .notice > .notice_list > .notice_box > .days {
        left: 2rem;
        bottom: 1rem;
    }
    .notice_wrap > .notice > .notice_list > .notice_box > .views {
        right: 2rem;
        bottom: 1rem;
    }
    .notice_wrap > .notice > h2 {
        font-size: 2rem;
    }
    .intro_btn {
        padding: 30px 2vw;
    }
    /* .intro_btn .wrap {
        width: 100%;
    } */
    .intro_btn .wrap .item {
        padding: 10px 0;
    }
    .intro_btn .wrap .item strong {
        font-size: 1.5rem;
    }
    .intro_btn .wrap .item p {
        font-size: 0.8rem;
    }

    .intro_btn .wrap .item-one-line {
        height: 66px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media screen and (max-width: 1000px) {
    .intro_btn .wrap {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .swiper_wrap {
        margin-top: 79px;
        height: 350px;
    }
    .swiper_wrap > .swiper > .swiper_list > .swiper_img {
        width: 100%;
        /* height: 40rem; */
    }
    .swiper_wrap > .swiper img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
    .swiper_wrap > .swiper > .matal_notice {
        width: 80%;
        height: auto;
        padding: 3vw;
    }
    .swiper_wrap > .swiper > .matal_notice > h2 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .swiper_wrap > .swiper > .matal_notice > table > thead > tr > th {
        font-size: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .swiper_wrap > .swiper > .matal_notice > table > tbody > tr > td,
    .swiper_wrap
        > .swiper
        > .matal_notice
        > table
        > tbody
        > tr
        > td:first-child {
        font-size: 0.95rem;
        padding-bottom: 0.5rem;
    }
    .swiper_wrap > .swiper > .matal_notice > .box_list > .box {
        width: 45%;
        font-size: 0.8rem;
        height: 30px;
        line-height: 30px;
    }
    section > article > p.title {
        font-size: 24px;
    }
    section > article > p.title::before {
        font-size: 40px;
    }
    .default_image_wrap {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .default_image_wrap > .default_image {
        width: calc(100% - 5vw);
    }
    .default_image_wrap > .default_image > .img > img {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }

    .outstanding_wrap {
        height: auto;
    }
    .outstanding_wrap > .outstanding {
        width: 100%;
        padding: 5vw 0;
    }
    .notice_wrap > .notice {
        width: 100%;
        padding: 30px 1vw;
    }
    .notice_wrap > .notice > .notice_list {
        height: auto;
    }
    .notice_wrap > .notice > .notice_list > .notice_box {
        width: 48%;
        height: 100px;
        padding: 1rem;
    }
    .notice_wrap > .notice > .notice_list > .notice_box > .days {
        left: 1rem;
        bottom: 1rem;
    }
    .notice_wrap > .notice > .notice_list > .notice_box > .views {
        right: 1rem;
        bottom: 1rem;
    }
    .notice_wrap > .notice > h2 {
        font-size: 1.5rem;
    }
    .notice_wrap > .notice > .notice_list > .notice_box > .title {
        font-size: 1rem;
    }
    .notice_wrap > .notice > .notice_list > .notice_box > .days,
    .notice_wrap > .notice > .notice_list > .notice_box > .views {
        font-size: 0.9rem;
    }
    .intro_btn .wrap .item strong {
        font-size: 1.3rem;
    }
    .intro_btn .wrap .item p {
        font-size: 0.7rem;
    }
}
@media screen and (max-width: 600px) {
    .product_intro_wrap {
        height: 400px;
    }
    .product_intro_wrap > .product_intro {
        padding: 80px 2vw 20px 2vw;
    }
    .product_intro_wrap > .product_intro > .products {
        height: 200px;
    }
    .product_intro_wrap > .product_intro > .products > .product {
        width: 100%;
        margin-bottom: 50px;
        padding: 0 10vw;
    }
    .product_intro_wrap > .product_intro > .products > .product:last-child {
        margin-bottom: 0;
    }

    .product_intro_wrap > .product_intro > .products > .product > p {
        font-size: 20px;
    }
    .product_intro_wrap > .product_intro > .products > .product > img {
        width: 12%;
        min-width: 350px;
    }
    section > article > p.title {
        margin-bottom: 20px;
    }
    section > article > p.subtitle {
        font-size: 0.7rem;
        letter-spacing: -1.3px;
        line-height: 1.5;
        margin-bottom: 50px;
    }
    .product_intro_wrap {
        height: 700px;
    }
    .product_intro_wrap
        > .product_intro
        > .products
        > .product:first-child
        > img {
        right: -40px;
    }
    .product_intro_wrap
        > .product_intro
        > .products
        > .product:last-child
        > img {
        left: -40px;
    }
    .outstanding_wrap > .outstanding > button {
        font-size: 14px;
        width: 30%;
        height: 32px;
    }
    .default_image_wrap > .default_image > .img {
        height: 150px;
    }
    .default_image_wrap > .default_image > .img > img {
        width: 100%;
        height: 100%;
    }
    .default_image_wrap > .default_image > .img::before {
        height: 150px;
    }
    .notice_wrap > .notice {
        width: 100%;
        padding: 30px 1vw;
    }
    .notice_wrap > .notice > .notice_list {
        height: auto;
        margin-bottom: 0;
    }
    .notice_wrap > .notice > .notice_list > .notice_box {
        width: 100%;
        height: 90px;
        padding: 1rem;
        margin-bottom: 20px;
    }
    .notice_wrap > .notice > .notice_list:last-child > .notice_box:last-child {
        margin-bottom: 0;
    }
    /* .notice_wrap > .notice > .notice_list > .notice_box > .days {
        left: 1rem;
        bottom: 1rem;
    }
    .notice_wrap > .notice > .notice_list > .notice_box > .views {
        right: 1rem;
        bottom: 1rem;
    } */
    .notice_wrap > .notice > h2 {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    .notice_wrap > .notice > .notice_list > .notice_box > .title {
        font-size: 0.8rem;
    }
    .notice_wrap > .notice > .notice_list > .notice_box > .days,
    .notice_wrap > .notice > .notice_list > .notice_box > .views {
        font-size: 0.8rem;
    }
    .intro_btn .wrap .item {
        padding: 15px 0;
    }
    .intro_btn .wrap .item strong {
        font-size: 1.1rem;
    }
    .intro_btn .wrap .item p {
        font-size: 0.6rem;
    }
}
@media screen and (max-width: 450px) {
    .product_intro_wrap > .product_intro {
        padding: 50px 2vw;
    }
    section > article > p.subtitle {
        margin-bottom: 45px;
    }
    .product_intro_wrap > .product_intro > .products {
        height: 140px;
    }
    .product_intro_wrap > .product_intro > .products > .product {
        width: 100%;
        margin-bottom: 50px;
        padding: 0 10vw;
        overflow: hidden;
    }
    .product_intro_wrap > .product_intro > .products > .product > p {
        font-size: 24px;
    }
    .product_intro_wrap > .product_intro > .products > .product > img {
        width: 10%;
        min-width: 250px;
    }
    .product_intro_wrap
        > .product_intro
        > .products
        > .product:first-child
        > img {
        right: -40px;
    }
    .product_intro_wrap
        > .product_intro
        > .products
        > .product:last-child
        > img {
        left: -40px;
        top: -32px;
    }
    .product_intro_wrap {
        height: 550px;
    }
}
@media screen and (max-width: 400px) {
    .swiper_wrap > .swiper > .matal_notice > h2 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
    .swiper_wrap > .swiper > .matal_notice > table > thead > tr > th {
        font-size: 0.3rem;
        padding-bottom: 0.5rem;
    }
    .swiper_wrap > .swiper > .matal_notice > table > tbody > tr > td,
    .swiper_wrap
        > .swiper
        > .matal_notice
        > table
        > tbody
        > tr
        > td:first-child {
        font-size: 0.85rem;
        padding-bottom: 0.5rem;
    }
    section > article > p.title {
        font-size: 1.3rem;
    }
    section > article > p.subtitle {
        font-size: 0.6rem;
        margin-bottom: 30px !important;
    }
}
