@charset "utf-8";
@import "reset.css";

/* iOS only */
@supports (-webkit-touch-callout: none) {
    height: -webkit-fill-available;
}

/* */
.justify-content-center {
    justify-content: center;
}

.overflow-h {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* header */
.menu-panel {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    position: fixed;
    z-index: 1;
    top: 60px;
    height: 100vh;
    width: 100%;
    background-color: #fff;
}

.menu-panel {
    left: -100%;
}

.header_area {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: transparent;
}

.header_area .navbar-brand {
    display: block;
    width: 160px;
    height: 60px;
    background: url("../img/wonjoon_logo.png") center no-repeat;
}

.header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    position: relative;
}

.header_area .nav_wrap {
    display: flex;
}

.header_area .header-btn {
    display: block;
    width: 140px;
    height: 46px;
    font-size: 1.125em;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(#369CD8, #2555A4);
    border-radius: 99px;
    line-height: 46px;
    vertical-align: middle;
    box-shadow: 2px 4px 20px rgb(43 103 176 / 12%);
}

.header-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.header-btn:hover {
    background: linear-gradient(#38a2e1, #285cb0);
}

.header_area .navbar .nav {
    display: flex;
}

.menu_btn {
    display: none;
}

.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.5;
    box-sizing: content-box;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.navbar > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav {
    position: relative;
}

.header_area .navbar .nav .nav-item .nav-link {
    font: 700 1.14em/80px "Pretendard", sans-serif;
    text-transform: capitalize;
    padding: 0px;
    display: inline-block;
    font-size: 1.14em;
    text-align: center;
    width: 120px;
    color: #fff;
}

.header_area.navbar_fixed .main_menu {
    z-index: 1;
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: var(--white);
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    color: #222;
}

.header_area.navbar_fixed .navbar-brand, .header_area:hover .navbar-brand {
    background: url("../img/wonjoon_black.png") center no-repeat;
}

.header_area:hover .navbar, .header_area.navbar_fixed:hover .navbar {
    border-bottom: 1px solid #dedede;
}

.header_area:hover .main_menu .navbar .nav .nav-item .nav-link {
    color: var(--black);
}

.header_area .main_menu .navbar .nav .nav-item .nav-item .nav-link {
    color: var(--content);
    font-weight: 400;
    font-size: 1em;
    height: 60px;
    line-height: 60px;
}

.header_area .main_menu .navbar .nav .nav-item .nav-item .nav-link:hover {
    font-weight: 500;
    color: var(--primary);
}

.header_area .dropdown-sub {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 80px;
    z-index: 1;
    transition: all 0.3s;
}

.bg {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    height: 260px;
    left: 0;
    width: 100%;
    z-index: -1;

    transition: all 0.3s;
}

.header_area:hover .bg {
    visibility: visible;
    opacity: 1;
    background: #fff;
}

.header_area:hover .dropdown-sub {
    visibility: visible;
    opacity: 1;
}

.header_area:hover .dropdown-sub:hover {
    border-top: 3px solid var(--primary);
    box-sizing: border-box;
}

.mobile_menu {
    display: none;
}

/* 배너 */
.banner-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

.banner-area .main_video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}

.banner-area .main_video video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.banner-area .main_video::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner-content h1 {
    color: var(--white);
    font-size: 3.57em;
    font-weight: 700;
    margin-bottom: 32px;
    opacity: 0.85;
}

.banner-content h3 {
    font-size: 2em;
    font-family: "Pretendard", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: var(--white);
    opacity: 0.85;
}

.single_slide_banner {
    height: 100%;
}

.banner-area .container {
    display: flex;
}


/* lot area */
.lot-area {
    height: 1040px;
}

.lot-area .row {
    margin-right: 0;
    margin-left: 0;
}

.lot-left .lot-text-area, .lot-right .lot-text-area {
    margin-top: 160px;
    margin-left: 80px;
}

.lot-left .lot-btn-area, .lot-right .lot-btn-area {
    margin-left: 80px;
    margin-bottom: 160px;
    display: flex;
    align-items: flex-end;
    flex: 1;
}

.lot-left {
    background: url("../img/lot_bg.jpg") center no-repeat;
    background-size: cover;
}

.lot-right {
    background: url("../img/process_bg.jpg") center no-repeat;
    background-size: cover;
}

.lot-area h1 {
    font-size: 3.57em;
    margin-bottom: 16px;
}

.lot-area p {
    font-size: 1.5em;
    font-weight: 400;
}

.contact-btn {
    width: 220px;
    height: 72px;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 600;
    color: #fff;
    background: rgba(106, 106, 106, 0.6);
    border: 1px solid #fff;
    border-radius: 70px;
    text-align: left;
    padding-left: 30px;
    position: relative;
    line-height: 72px;
    vertical-align: middle;
    transition-duration: 0.5s;
}

.contact-btn:hover {
    background: #fff;
    color: var(--primary);
}

.arrow_ico {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("../img/arrow_ico.png") center center no-repeat;
    transition-duration: 0.3s;
}

.contact-btn:hover .arrow_ico {
    background: url("../img/arrow_primary_ico.png") center center no-repeat;
}

.arrow_ico_pri {
    width: 24px;
    height: 24px;
    background: url("../img/arrow_primary_ico.png") center center no-repeat;
}

.contact-btn .arrow_ico {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -14px;
}

.section_gap {
    padding-top: 120px;
}

/* business */
.business-area {
    background-color: #f1f1f1;
    height: 1040px;
}

.business-title {
    margin-bottom: 60px;
    text-align: center;
}

.business-title h1 {
    font-size: 3.75em;
}

.business-area .row {
    margin-right: 0;
    margin-left: 0;
}

.business-area h1 {
    color: var(--black);
}

.business-area h3 {
    color: var(--black);
}

.business-area p {
    color: var(--content);
}

.business-area .card_wrap, .product-area .card_wrap {
    gap: 24px;
    flex: 1;
}

.business-area .card {
    border-radius: 20px;
    overflow: hidden;
    border: 0;
    height: 680px;
}

.business-area .card .card-title {
    font-size: 2em;
    font-weight: 600;
}

.business-area .card .card-text {
    font-size: 1.28em;
}

.business-more-btn {
    text-align: right;
    display: block;
    font-size: 1em;
    color: var(--primary);
    font-weight: 600;
    margin-top: 40px;
}

.business-more-btn span {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.business-more-btn:hover span {
    visibility: visible;
    padding-left: 8px;
    opacity: 1;
}

/* service_area */

.service-area {
    height: 1040px;
}

.service-title {
    text-align: center;
    margin-bottom: 60px;
}

.service-title h1 {
    font-size: 3.75em;
}

.service-title p {
    font-size: 1.71em;
    margin-top: 32px;
    line-height: 1.5;
}

.service-area .service-item-wrap {
    gap: 24px;
}

.service-area .row {
    margin-right: 0;
    margin-left: 0;
}

.service-area h1 {
    color: var(--black);
}

.service-area h3 {
    color: var(--black);
    font-weight: 700;
    font-size: 2em;
}

.service-area p {
    font-size: 1.21em;
    color: var(--black);
}

.service-area .feature-icon {
    margin-bottom: 50px;
}

.service-area .text-body-emphasis {
    margin-bottom: 12px;
}

.service-area .service-item {
    border: 1px solid #E2ECF8;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 126px 0;
    box-shadow: 2px 4px 20px rgb(43 103 176 / 12%);
}

/* product */
.product-area {
    height: 1040px;
}

.product-area .tab-item {
    width: 98%;
}

.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
    padding: 60px 0;
}

/* 탭 전체 스타일 */

.tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    justify-content: space-between;

    * {
        z-index: 2;
    }
}

.tabs .tab-header {
    gap: 80px;
    width: 200px;
    height: 100%;
    border-right: 1px solid #ccc;
}

.tabs .tab-header > div {
    height: 50px;
    line-height: 50px;
    font-size: 1.28em;
    font-weight: 600;
    color: #757575;
    cursor: pointer;
}

.tabs .tab-header > div:hover,
.tabs .tab-header > div.active {
    color: var(--primary);
    font-weight: 700;
}

.tabs .tab-indicator {
    position: absolute;
    width: 4px;
    height: 50px;
    background: var(--primary);
    left: 197px;
    top: 0;
    transition: all 500ms ease-in-out;
}

.tabs .tab-content > div {
    display: none;
    transition: all 500ms ease-in-out;
}

.tabs .tab-content > div.active {
    display: block;
}

/*.glider {*/
/*    position: absolute;*/
/*    display: flex;*/
/*    height: 54px;*/
/*    width: 200px;*/
/*    background-color: #e6eef9;*/
/*    z-index: 1;*/
/*    border-radius: 99px;*/
/*    transition: 0.25s ease-out;*/
/*}*/

.product-area input[type="radio"] {
    display: none;
}

.tab_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 200px;
    font-size: 1.25em;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
}

.prdt-card {
    position: relative;
    height: 456px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 4px 12px rgb(13 10 44 / 10%);
}

.prdt-card {
    width: 342px;
}

.prdt-card img {
    width: 100%;
    height: 371px;
    object-fit: cover;
}

.prdt-desc-wrap {
    height: 85px;
    padding: 20px 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(172, 172, 172, 0.2);
    width: 100%;
    gap: 8px
}

.prdt-desc-wrap h3 {
    font-size: 1.14em;
    color: var(--black);
}

.prdt-desc-wrap p {
    font-size: 1em;
    color: var(--content);
}


input[type="radio"] {
    &:checked {
        & + label {
            color: var(--primary);
        }
    }
}

input[id="radio-1"] {
    &:checked {
        & ~ .glider {
            transform: translateX(0);
        }
    }
}

input[id="radio-2"] {
    &:checked {
        & ~ .glider {
            transform: translateX(100%);
        }
    }
}

input[id="radio-3"] {
    &:checked {
        & ~ .glider {
            transform: translateX(200%);
        }
    }
}

input[id="radio-4"] {
    &:checked {
        & ~ .glider {
            transform: translateX(300%);
        }
    }
}

input[id="radio-5"] {
    &:checked {
        & ~ .glider {
            transform: translateX(400%);
        }
    }
}

input[id="radio-6"] {
    &:checked {
        & ~ .glider {
            transform: translateX(500%);
        }
    }
}

/*  */

.newsletter-area {
    background-image: url(../img/contact_bg.png);
    background-size: cover;
    height: 1040px;
}

.newsletter-area .main-title {
    margin-bottom: 60px;
}

.newsletter-area .main-title h1 {
    color: #fff;
    font-size: 3.75em;
    margin-bottom: 30px;
}

.newsletter-area .main-title p {
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.5;
}

.footer_area {
    height: 200px;
    background: #f1f1f1;
    padding: 60px 0;
}

.footer_area .footer_inner {
    gap: 122px;
}

.footer_area .f_logo {
    margin-bottom: 37px;
}

.footer_area .company_info {
    color: #606060;
    font-size: 1em;
    margin-bottom: 45px;
}

.footer_area .sns_wrap {
    gap: 10px;
}

.footer_area .company_info li {
    margin: 0 0 10px 0;
}

.footer_area .company_info li:last-child {
    margin: 0;
}

/* COMPANY */
.sub-page-nav {
    padding-top: 80px;
}

.sub-page-nav .container {
    margin-top: 80px;
}

.sub-navigation {

}

.sub-navigation li {
    padding-left: 16px;
    padding-right: calc(16px + 18px);
    background: url("../img/right-arrow.png") right center no-repeat;
    color: #757575;
    font-size: 1.14em;
}

.sub-navigation li:first-child {
    padding-left: 0;
}

.sub-navigation li:last-child {
    background: none;
}

.sub-navigation li.current {
    color: var(--black);
    font-weight: 500;
}

.sub-page-tit {
    margin-bottom: 78px;
}

.sub-page-tit h1 {
    font-size: 3.57em;
    margin-top: 24px;
}

.sub-tab-link li {
    position: relative;
}

.sub-tab-link a.tab-item {
    display: block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    text-align: center;
    font-size: 1.14em;
}

.sub-tab-link a.tab-item:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--primary);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.sub-tab-link a.tab-item:hover:after, .sub-tab-link a.tab-item.active:after {
    width: 100%;
    left: 0;
}

.sub-tab-link a.tab-item.active, .sub-tab-link a.tab-item:hover {
    color: var(--primary);
    font-weight: 600;
}

.sub-page-contents .company_info_bg {
    height: 750px;
    width: 100%;
    background: url("../img/company_bg.jpg") center no-repeat;
    background-size: cover;
    position: relative;
}

.sub-page-contents .org_info_bg {
    height: 750px;
    width: 100%;
    background: url("../img/org_bg.jpg") center no-repeat;
    background-size: cover;
}

.org_chart_mobile {
    display: none;
}

.contents-page-title {
    padding-top: 120px;
    padding-bottom: 80px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.contents-page-title h3 {
    font-weight: 600;
    font-size: 2.57em;
    margin-bottom: 32px;
}

.contents-page-title p {
    font-size: 1.28em;
    line-height: 1.5;
}

.contents {
    padding-bottom: 20px;
}

.contents .company_iso {
    margin: 80px 0;
}

.contents .org_chart {
    margin: 80px 0;
}

.contents_img_wrap {
    width: 610px;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
}

.contents_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents_text_wrap {
    width: 732px;
    padding-left: 98px;
}

.company_iso:last-child .contents_text_wrap {
    padding-right: 98px;
    padding-left: 0;
}

.contents_text_wrap h3 {
    font-weight: 600;
    font-size: 2.57em;
    margin-bottom: 32px;
}

.contents_text_wrap p {
    font-size: 1.28em;
    line-height: 1.5;
}

.direction_map {
    width: 100%;
    height: 750px;
}

.direction_info p {
    display: inline-block;
    margin-bottom: 12px;
}

.direction_info .direct_addr {
    padding-left: calc(28px + 12px);
    background: url("../img/pin_ico.png") left top no-repeat;
}

.direction_info .direct_tel {
    padding-left: calc(28px + 12px);
    background: url("../img/tel_ico_sm.png") left top no-repeat;
}

.btn_tel button {
    width: 84px;
    height: 40px;
    font-size: 1em;
    background-color: #E2ECF8;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    color: var(--primary);
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-weight: 600;
}

.direction_wrap {
    margin-bottom: 100px;
}

/* 품질관리 */
.product_cond_bg {
    background: url("../img/product_cond_bg.jpg") left top no-repeat;
    width: 100%;
    height: 750px;
    background-size: cover;
}

.lot-manage-wrap {
    margin-bottom: 80px;
}

.lot-manage-wrap .lot-manage-row {
    border-top: 1px solid #dedede;
    padding: 24px;
}

.lot-manage-wrap .lot-manage-row:last-child {
    border-bottom: 1px solid #dedede;
}

.number-title {
    gap: 12px;
    min-width: 464px;
    align-items: center;
}

.number-title h3 {
    font-size: 1.42em;
    font-weight: 500;
    line-height: 1.4;
    color: var(--primary);
}

.number-title .number {
    color: var(--primary);
    width: 50px;
    height: 50px;
    font-weight: 600;
    font-size: 1.28em;
    background-color: #F7F9FD;
    text-align: center;
    border-radius: 100px;
}

.number-content p {
    color: #757575;
    font-size: 1.14em;
    line-height: 1.4;
}

/* 데이터 분석 */
.analy_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 24px), auto));
    column-gap: 48px;
    row-gap: 48px;
    margin-bottom: 80px;
}

.data_analytics_bg {
    background: url("../img/data_analystics_bg.jpg") left top no-repeat;
    width: 100%;
    height: 750px;
    background-size: cover;
}


.analy_item {
    border: 1px solid #E2ECF8;
    border-radius: 20px;
    box-shadow: 2px 4px 20px rgb(43 103 176 / 12%);
    padding: 48px 24px;
    gap: 32px;
}

.analy_item_ico {
    min-width: 120px;
    height: 120px;
}

.analy_contents {
    gap: 32px;
}

.analy_contents h3 {
    font-size: 1.71em;
    font-weight: 500;
    line-height: 1;
    color: var(--primary);
}

.analy_contents p {
    color: #757575;
    font-size: 1.28em;
    line-height: 1.5;
}

.analy_item:nth-child(1) .analy_item_ico {
    background: url("../img/data_analystics_ico_lg_1.png") center no-repeat;
    background-size: cover;
}

.analy_item:nth-child(2) .analy_item_ico {
    background: url("../img/data_analystics_ico_lg_2.png") center no-repeat;
    background-size: cover;
}

.analy_item:nth-child(3) .analy_item_ico {
    background: url("../img/data_analystics_ico_lg_3.png") center no-repeat;
    background-size: cover;
}

.analy_item:nth-child(4) .analy_item_ico {
    background: url("../img/data_analystics_ico_lg_4.png") center no-repeat;
    background-size: cover;
}

.analy_item:nth-child(5) .analy_item_ico {
    background: url("../img/data_analystics_ico_lg_5.png") center no-repeat;
    background-size: cover;
}

/* 생산 프로세스 */
.business-process-bg {
    background: url("../img/business_process_bg.jpg") left top no-repeat;
    width: 100%;
    height: 750px;
    background-size: cover;
}

/* 생산설비 현황 */
.swiper {
    width: 100%;
    height: 384px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 2px 4px 20px rgb(43 103 176 / 12%);
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facility_swipers {
    margin-top: 60px;
    position: relative;
    padding-bottom: 36px;
}

.swiper-pagination {
    position: absolute;
    text-align: left !important;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 0 !important;
    left: 0 !important;
    margin: 0;
    height: 12px !important;
    padding-left: 12px;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin-left: 0 !important;
    margin-right: 12px !important;
}

.swiper-pagination-bullet-active {
    width: 40px !important;
    background-color: var(--primary) !important;
    border-radius: 99px !important;
}

.facility_table {
    margin-top: 120px;
    margin-bottom: 80px;
}

.facilities tr, .facilities td {
    border: 1px solid #E2ECF8;
    border-collapse: collapse;
    text-align: center;
}

.facilities thead tr {
    height: 84px;
    border-left: 0;
    border-right: 0;
}

.facilities thead th {
    background-color: #F7F9FD;
    font-size: 2em;
    font-weight: 600;
    color: #3A3548;
}

.facilities tbody tr {
    height: 54px;
    border-left: 0;
    border-right: 0;
}

.facilities tbody td {
    width: 360px;
    font-size: 1.28em;
    color: var(--content);
}

.facilities tbody td:first-child {
    background-color: #F7F9FD;
    border-left: 0;
    border-right: 0;
    font-weight: 600;
    color: #3A3548;
}

.facilities tbody td:last-child {
    border-left: 0;
    border-right: 0;
}

.sub-child-tab-link {
    margin-top: 24px;
}

.child-tab {
    /*border-top: 1px solid #DEDEDE;*/
    /*border-bottom: 1px solid #DEDEDE;*/
}

.child-tab .tablinks {
    width: 144px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    border: 1px solid #dedede;
    text-align: center;
    transition: 0.3s;
    font-weight: 400;
    color: var(--content);
}

.child-tab .tablinks.active, .child-tab .tablinks:hover {
    background-color: var(--black);
    color: var(--white);
    font-weight: 600;
}

.child-tab .tablinks {
    display: block;
}

.product .card_wrap, .product-area .card_wrap {
    gap: 24px;
    flex: 1;
}

.product .card_wrap {
    flex-flow: wrap;
}

.product-tab .child-tab {
    flex-flow: wrap;
}

.mold_injection .mold_bg {
    background: url("../img/mold_bg.jpg") center no-repeat;
    background-size: cover;
    height: 750px;
    width: 100%;
}

.mold_injection .injection_bg {
    background: url("../img/injection_bg.jpg") center no-repeat;
    background-size: cover;
    height: 750px;
    width: 100%;
}

/* 의뢰 프로세스 */
.request_process {
    margin-top: 60px;
    margin-bottom: 120px;
}

.request_ico_wrap {
    gap: 24px;
}

.request_ico_wrap li {
    text-align: center;
}

.request_ico_wrap.request_mobile {
    display: none;
}

/* 견적문의하기 */
.contact_info_bg {
    background: url("../img/contact_bg.jpg") center no-repeat;
    background-size: cover;
    height: 750px;
}

/* 견적문의하기 */
.inquiry_wrap {
    gap: 122px;
    margin-bottom: 80px;
}

.inquiry_left .inquiry_text {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dedede;
}

.inquiry_left .inquiry_text h3 {
    font-size: 2.57em;
    font-weight: 700;
    margin-bottom: 32px;
}

.inquiry_left .inquiry_text p {
    font-size: 1.28em;
    color: var(--content);
    line-height: 1.5;
}

.inquiry_left .inquiry_text p:last-child {
    margin-top: 12px;
}


.inquiry_area, .inquiry_button_area {
    padding-top: 80px;
}

.inquiry_button_area h3 {
    font-size: 2.57em;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;

}

.inquiry_button_area .inquiry_button_wrap {
    gap: 30px;
}

.inquiry_btn img {
}

.inquiry_button_area .inquiry_btn {
    width: 180px;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    border-radius: 10px;
    color: var(--primary);
    font-weight: 600;
    font-size: 1.28em;
    transition: 0.3s;
    background: #f1f1f1;
    gap: 6px;
}

.inquiry_button_area .inquiry_btn:hover {
    background: #d9d9d9;
}

.inquiry_right {
    margin-bottom: 80px;
}

.inquiry_right form {
    border-bottom: 1px solid #dedede;
}

.inquiry_right .form_item {
    width: 100%;
    margin-bottom: 40px;
}

.inquiry_right .input_title {
    margin-bottom: 12px;
}

.inquiry_right .input_text, .inquiry_right .input_textarea {
    width: 100%;
}

.inquiry_right .radio_label {
    padding-left: 8px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 1em;
    color: #757575;
}

.inquiry_right .input_radio {
    margin-left: 40px;
}

.inquiry_right .input_radio.first {
    margin-left: 0;
}

.terms_wrap {
    margin-top: 40px;
}

.terms_wrap p {
    color: var(--black);
    font-weight: 500;
    font-size: 1.28em;
    margin-bottom: 12px;
}

.terms_check {
    position: relative;
}

.terms_link {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 1em;
    color: #757575;
    cursor: pointer;
}

.terms_wrap span {
    display: block;
    font-size: 0.9em;
    margin-top: 12px;
    color: #757575;
}

.terms_wrap .check_label {
    font-size: 1em;
    margin-left: 8px;
}

.send_btn_wrap {
    margin-top: 80px;
    text-align: center;
}

.send_btn_wrap .send_btn {
    font-weight: 600;
    font-size: 1.42em;
    color: var(--white);
    background-color: var(--primary);
    width: 220px;
    height: 72px;
    cursor: pointer;
    border-radius: 99px;
    transition: 0.3s;
}

.send_btn_wrap .send_btn:hover {
    background-color: #2555A4;
}

/* 맞춤형 솔루션 */
.solution_ico {
    min-width: 120px;
    height: 120px;
}

.solution_item {
    border: 1px solid #E2ECF8;
    border-radius: 20px;
    box-shadow: 2px 4px 20px rgb(43 103 176 / 12%);
    padding: 48px 24px;
    gap: 32px;
}


.solution_item:nth-child(1) .solution_ico {
    background: url("../img/assembly_ico.png") center no-repeat;
    background-size: cover;
}

.solution_item:nth-child(2) .solution_ico {
    background: url("../img/insert_molding_ico.png") center no-repeat;
    background-size: cover;
}

.solution_item:nth-child(3) .solution_ico {
    background: url("../img/planting_ico.png") center no-repeat;
    background-size: cover;
}

.solution_item:nth-child(4) .solution_ico {
    background: url("../img/printing_ico.png") center no-repeat;
    background-size: cover;
}

.solution_item:nth-child(5) .solution_ico {
    background: url("../img/sticker_ico.png") center no-repeat;
    background-size: cover;
}

.solution_item:nth-child(6) .solution_ico {
    background: url("../img/fire_ico.png") center no-repeat;
    background-size: cover;
}

.solution_item:nth-child(7) .solution_ico {
    background: url("../img/glass_ico.png") center no-repeat;
    background-size: cover;
}

.solution_item:nth-child(8) .solution_ico {
    background: url("../img/anti_static_ico.png") center no-repeat;
    background-size: cover;
}

.solution_item:nth-child(9) .solution_ico {
    background: url("../img/polishing_ico.png") center no-repeat;
    background-size: cover;
}

.solution_item:nth-child(10) .solution_ico {
    background: url("../img/coating_ico.png") center no-repeat;
    background-size: cover;
}

.solution_item:nth-child(11) .solution_ico {
    background: url("../img/uv_ico.png") center no-repeat;
    background-size: cover;
}

.solution_item:nth-child(12) .solution_ico {
    background: url("../img/grinder_ico.png") center no-repeat;
    background-size: cover;
}

.solution_item:nth-child(13) .solution_ico {
    background: url("../img/welding_ico.png") center no-repeat;
    background-size: cover;
}

/* 모달 */
.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal_header {
    position: relative;
}

.modal_header h3 {
    font-size: 1.42em;
    font-weight: 700;
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 35px;
    border: 1px solid #dedede;
    width: 50%;
    border-radius: 20px;
}

.modal_body {
    margin: 25px 0;
    font-size: 1.24em;
    color: var(--content);
    text-align: center;
    max-height: 520px;
    overflow-y: scroll;
}

.modal_body h3 {
    font-size: 1.24em;
    font-width: 600;
}

.modal_body p {
    line-height: 1.4em;
    font-size: 1em;
}

.modal_body .section_line {
    margin: 20px 0;
    border-top: 1px solid #dedede;
}

.close {
    position: absolute;
    right: 5px;
    top: 0;
}

body.modal-open {
    overflow: hidden;
}

#alert .modal-content {
    width: 320px;
}

#alert .modal_close {
    background-color: var(--primary);
    color: #fff;
    font-size: 1em;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
}

#alert .modal_footer {
    text-align: center;
}