#sub_visual {
    width: 100%;
    height: 480px;
    text-align: center;
    margin-bottom: 115px;
}

.backgroundimg {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    top: 100px;
    height: 380px;
    z-index: 0;
}

.visual_area {
    width: 100%;
    height: 380px;
    background-size: auto 380px;
    background-position: 50% top;
    background-repeat: no-repeat;
}

.subTopArea {
    position: relative;
    height: 100%;
}

/* PC Selectbox 메뉴 */
#sub_wrapper_pc {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
}

#sub_wrapper_pc #sub_menu {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#sub_wrapper_pc .sub_location {
    width: 100%;
    height: 100%;
    z-index: 11;
}

#sub_wrapper_pc .sub_location .col {
    height: 100%;
    background-color: #38a1db;
    display: flex;
    align-items: center;
}

#sub_wrapper_pc .sub_location .cen {
    line-height: 54px;
    font-size: 18px;
    text-align: left;
    border-radius: 15px 0 0 0;
}

@media (max-width: 996px) {
    #sub_wrapper_pc .sub_location .cen {
        display: none;
    }
}

#sub_wrapper_pc .sub_location .submenu-border {
    border-right: 1px solid #afd9f1;
}

#sub_wrapper_pc .sub_location .cen i {
    font-size: 25px;
    color: #fff;
}

#sub_wrapper_pc .sub_location ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

#sub_wrapper_pc .sub_location ul li {
    position: relative;
    width: 100%;
}

#sub_wrapper_pc .sub_location ul li span {
    display: block;
    padding-left: 22px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
    background-repeat: no-repeat;
    background-position: 93% 55%;
    cursor: pointer;
    text-align: left;
}

#sub_wrapper_pc .sub_location ul.on li span {
    background: url('../images/arr_drop.png') no-repeat 93% 55%;
}

#sub_wrapper_pc .sub_location ul li a {
    width: 100%;
    display: block;
    padding-left: 22px;
    line-height: 60px;
}

#sub_wrapper_pc .sub_location ul li a:hover {
    background: #ddd;
    box-sizing: border-box;
}

#sub_wrapper_pc .sub_location ul ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 60px;
    left: -1px;
    padding: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 999999;
    text-align: left;
}

#sub_wrapper_pc .sub_location ul.on li ul {
    display: block;
}

#sub_wrapper_pc .sub_location ul.dep2 {
    border-radius: 0 15px 0 0;
}

@media (max-width: 996px) {
    #sub_wrapper_pc .sub_location ul.dep2 {
        border-radius: 0;
    }
}

#sub_wrapper_pc .sub_location ul.dep2 li span {
    font-weight: 500;
}

.conTitle {
    font-weight: 800;
    text-align: center;
}

.conTitle:after {
    content: '';
    display: block;
    margin: 22px auto 72px;
    width: 58px;
    height: 3px;
    background-color: #38a1db;
}



/* 회사소개 > 보물섬식품 */
#brand .story-text p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

#brand .story-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

#brand .value-card {
    /* min-width: 306px; */
    /* height: 306px; */
    /* background: #f8f9fa; */
    border-radius: 16px;
    padding: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#brand .value-card.card01{
    background: #f8f9fa url('../html/about/images/brand02-1.png') no-repeat right bottom;
}
#brand .value-card.card02{
    background: #f8f9fa url('../html/about/images/brand02-2.png') no-repeat right bottom;
}
#brand .value-card.card03{
    background: #f8f9fa url('../html/about/images/brand02-3.png') no-repeat right bottom;
}
#brand .value-card.card04{
    background: #f8f9fa url('../html/about/images/brand02-4.png') no-repeat right bottom;
}
#brand .value-card .num {
    font-size: 28px;
    color: #f0831f;
}

#brand .value-card .label {
    font-size: 28px;
    color: #f0831f;
    font-weight: 800;
    margin-bottom: 102px;
}

#brand .value-card .desc {
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    #brand .story-text p {
        font-size: 16px;
    }

    #brand .story-image {
        margin-top: 32px;
    }
}

/* 회사소개 > 인사말 */
#greeting .display-5 {
    color: #38a1db;
}

#greeting .fs-18 {
    color: #555;
}

/* 회사소개 > 연혁 */
#history .right .yearti {
    color: #e6e6e6;
    border-bottom: 1px solid #38a1db;
}

#history .right .year {
    color: #38a1db;
    font-size: 32px;
    min-width: 10rem;
}

#history .right .yearWrap {
    /* display: flex; */
    /* padding-bottom: 24px;
    padding-top: 24px; */
}

#history .right .yearWrap:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

#history .right .eventWrap {
    display: flex;
    line-height: 48px;
}

#history .right .eventWrap .month {
    font-weight: 800;
}

#history .right .eventWrap .event {
    color: #555;
}

@media (max-width: 768px) {
    #history .right .yearWrap {
        /* display:  */
        /* margin-bottom: 48px; */
    }
}

/* 회사소개 > 인증특허 */
#patent .box .txt_box .fs-5 {
    font-weight: 800;
}

#patent .box .txt_box .left {
    font-weight: 500;
    font-size: 18px;
}

#patent .box .txt_box .right {
    color: #999;
    font-size: 18px;
}

/* 회사소개 > 오시는길 S */
#location .mapWrap {
    border-radius: 2rem;
    overflow: hidden;
}

#location .mapWrap .cont,
#location .mapWrap .wrap_controllers {
    display: none;
}

#location .address {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-left: 32px;
}

#location .infoWrap .box {
    border-radius: 1.5rem;
    padding: 32px;
    /* display: flex; */
}

#location .infoWrap .box .badge {
    padding: 8px 16px;
    background-color: #38a1db;
    margin-bottom: 32px;
}

#location .infoWrap .box.tel,
#location .infoWrap .box.email {
    border: 1px solid #ddd;
    /* background-color: #f8f9fa; */
}

/* #location .infoWrap .box.email {
    background-color: #f8f9fa;
} */
/* #location .infoWrap .box.tel {
    background: #f8f9fa url(../html/intro/images/location_ico01.png) no-repeat top right;
}

#location .infoWrap .box.email {
    background: #f8f9fa url(../html/intro/images/location_ico03.png) no-repeat top right;
} */

@media (max-width:992px) {
    #location .address {
        padding-left: 0;
    }

    #location .infoWrap .box {
        padding: 24px;
    }
}




/* 생산설비 > 생산시설 */
#production .step-number {
    font-size: 20px;
    color: #f0831f;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}

#production .step-title {
    font-size: 28px;
    color: #f0831f;
    font-weight: 800;
    margin-bottom: 60px;
}

#production .step-desc {
    color: #555555;
    font-size: 18px;
    line-height: 1.5;
}

/* 생산설비 > 제조공정 */
#process .process-section {
    background-color: #f8f9fa;
    padding: 96px 36px;
}

#process .step-wrap {
    position: relative;
    text-align: center;
}

#process .step-icon-wrap {
    position: relative;
    width: 220px;
    height: 220px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

#process .step-badge {
    position: absolute;
    top: -2px;
    left: -1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #004681;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    line-height: 1;
}

#process .step-icon-wrap i {
    font-size: 2.5rem;
    /* color: #003366; */
}

#process .step-icon-wrap .icon-accent {
    color: #3399ff;
}

#process .step-title {
    font-size: 24px;
    font-weight: 800;
    color: #004681;
    margin-bottom: 8px;
}

#process .step-desc {
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

#process .step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #dddddd;
    font-weight: 700;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#process .step-col {
    position: relative;
}

#process .secondBox {
    padding-top: 75px;
}

@media (max-width: 767px) {
    #process .process-section {
        padding: 48px 0;
    }

    #process .step-icon-wrap {
        width: 110px;
        height: 110px;
    }

    #process .step-icon-wrap i {
        font-size: 2rem;
    }

    #process .step-arrow {
        display: none;
    }

    #process .secondBox {
        padding-top: 0;
    }
}

/* 고객지원 > 판매처안내 */
#sale .rgt img{
    border: 1px solid #ddd;
}
#sale .lft{
    padding-left: 72px;
}
#sale .lft .lft01 .ico{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #38a1db;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
}
@media (max-width: 768px){
    #sale .lft{
    padding-left: 12px;
    padding-top: 24px;
}
}

/* 고객지원 > 구매문의 */
#contact .left{
    color: #38a1db;
}
#contact .right .textBox{
    background-color: #f8f9fa;
    padding: 16px;
    border: none;
}
#contact .right .textBox.content{
    height: 150px;
}
#contact .form-group {
    /* margin-bottom: 1.5rem; */
}

#contact .form-label {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: 500;
}

#contact .form-label i {
    padding: 0.25rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-danger);
    font-size: calc(var(--bs-body-font-size) / 2);
}

#contact .parallaxCover3 {
    padding: 60px 0;
    width: 100%;
    height: auto;
    color: #fff;
}

#contact .anb-parallax-3 {
    background-position: center;
    background-repeat: no-repeat;
}

.anb-contact .form-control {
    background: #161f26;
    color: #fff;
    font-weight: 700;
    border-color: transparent;
    border-radius: 4px;
}

#contact .anb-contact .form-group input,
.form-group textarea {
    padding: 15px;
}

#contact .anb-contact .form-group input.form-control {
    height: auto;
}

#contact .anb-contact ::placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #eee;
    opacity: 1;
}

#contact .anb-contact .form-group textarea.form-control {
    height: 160px;
}

#contact .anb-contact {
    scrollbar-face-color: #6a6b6d;
    scrollbar-shadow-color: #77787b;
    scrollbar-highlight-color: #77787b;
    scrollbar-3dlight-color: #2a2b30;
    scrollbar-darkshadow-color: #2a2b30;
    scrollbar-track-color: #2a2b30;
    scrollbar-arrow-color: #6f7073;
    /* height: 100%; */
}

#contact .anb-contact ::-webkit-scrollbar {
    width: 10px;
}

#contact .anb-contact ::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 20px;
}

#contact .anb-contact ::-webkit-scrollbar-track {
    background: #8e8e8e;
    border-radius: 20px;
}

#contact .anb-contact .anb-submit {
    background-color: #007db6;
    border-color: #0072a6;
    border-radius: 4px;
}

#contact .anb-contact .anb-submit:hover {
    background-color: #00628f;
    border-color: #005378;
    color: #fff;
}

#contact .privacy-of-use {
    font-size: 14px;
    padding: 15px;
    border-top: 1px solid #e0dedf;
    border-bottom: 1px solid #e0dedf;
    border-left: 1px solid #e0dedf;
    height: 300px;
    overflow-y: scroll;
}

#contact .privacy-of-use .cont {
    margin-bottom: 15px;
}

#contact .privacy-of-use h4 {
    margin-bottom: 5px;
}

#contact .privacy-of-use dl {
    padding: 10px 0;
}

#contact .privacy-of-use dl dt {
    font-weight: 600;
}

#contact .privacy-of-use dl dd {
    margin-left: 20px;
}

#contact .privacy-of-use ul {
    margin-left: 20px;
}

#contact .privacy-of-use ul li {
    margin-top: 5px;
}

#contact .privacy-of-use table {
    width: 100%;
    border-collapse: collapse;
}

#contact .privacy-of-use table th,
#contact .privacy-of-use table td {
    border: 1px solid rgb(226, 226, 226);
    padding: 5px;
}

#contact .privacy-of-use table th {
    background: rgb(245, 245, 247);
}

#contact .btn_apply_submit {
    display: inline-block;
    user-select: none;
    font-size: 1rem;
    font-weight: 600;
}