#wrap {position: relative;}
.inner {position: relative; max-width: 1400px; margin: 0 auto;}
.inner:after {content: ''; clear: both; display: block;}

/* sub visual */
.subContainer {margin-top: 100px;}

.subVisual {position: relative; padding: 40px 0 0;}
.subVisual .subVisual_bg {width: 100%; height: 300px; background-color: #005BAB; background: no-repeat 50% 50%; background-size: cover;}
.subVisual .subVisual_bg.bg01 {background-image: url('/images/contents/subVisual01.jpg');}

/* location */
/* .location ul {font-size: 0;} */
.location ul li {display: inline-block; font-size: 1rem; vertical-align: middle; color: #666;}
.location ul li:after {content: ''; display: inline-block; position: relative; vertical-align: middle; width: 6px; height: 6px; margin: -3px 10px 0; border-top: 2px solid #999; border-right: 2px solid #999; transform: rotate(45deg);}
.location ul li:first-child:after {width: 10px; height: 3px; background-color: #14a83c; border: 0; transform: rotate(0); margin-top: -1.5px;}
.location ul li:last-child:after {content: none;}
.location ul li.home a {color: #14a83c; font-weight: 800; font-family: 'SBAggro', 'Pretendard', sans-serif;}

.subVisual .subVisual_tit {padding-top: 20px; padding-bottom: 30px;}
.subVisual .subVisual_tit h3 {display: inline-block; font-size: 42px; font-weight: 600; font-family: 'SBAggro', 'Pretendard', sans-serif;}
.subVisual .subVisual_tit span {display: inline-block; font-size: 24px; font-weight: 400; color: #666; padding-left: 20px;}

/* lnb */
.lnb {text-align: center; border-bottom: 1px solid #eee; /* border-width: 1px 0 1px 0;*/}
.lnb ul li {position: relative; display: inline-block; font-size: 18px; margin: 0 40px;}
.lnb ul li:after {content: ''; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%); width: 0%; height: 3px; background-color: #14a83c; opacity: 0; z-index: 1; transition: all .3s;}
.lnb ul li a {display: block; padding: 20px 0; color: #666;}
.lnb ul li.on:after,
.lnb ul li:hover:after {width: 100%; opacity: 1;}
.lnb ul li.on a,
.lnb ul li:hover a {font-weight: 600; color: #14a83c;}


/* contents */
#contents {padding: 80px 0 120px;}
#contents.wide {padding-bottom: 0;}
.sub_title {text-align: center; margin-bottom: 70px;}
.sub_title > h3 {font-size: 36px; font-weight: 800;}
.sub_title > span {font-size: 1rem; font-weight: 400; color: #ccc; text-transform: uppercase; letter-spacing: 0;}

.sub_title_02 {position: relative; font-size: 24px; font-weight: 600; color: #666; padding-left: 30px; margin-bottom: 15px;}
.sub_title_02:before{content:''; display:block; width:15px; height:5px; background:#14a83c; transform: rotate(45deg); position:absolute; top:0; bottom:0; left:0; margin:auto; }
.sub_title_02:after {content:''; display:block; width:15px; height:5px; background:#005BAB; transform: rotate(45deg); position:absolute; top:0; bottom:0; left:10px; margin:auto; }

/* common */
.highlight {color: #14a83c !important;}

.img_box {position: relative; overflow: hidden;}
/* .img_box > img {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; min-height: 100%; max-height: none; min-width: 100%; object-fit: cover;} */

.swiper-container-horizontal .swiper-scrollbar {position: static; width: 100%; height: 3px; background-color: #eee; border-radius: 0; margin-top: 40px;}
.swiper-container-horizontal .swiper-scrollbar-drag {background-color: #111; border-radius: 0;}

/* tab */
.tab {max-width: 1400px; margin: 0 auto 70px;}
.tab ul {display: flex; flex-wrap: nowrap; gap: 0 10px;}
.tab ul li {font-size: 17px; text-align: center;}
.tab ul li a {display: block; background-color: #f8f8f8; padding: 15px 0; color: #999; border: 1px solid #f8f8f8;}

.tab ul li.on a {background-color: #fff; border-color: #14a83c; color: #14a83c; font-weight: 600; box-shadow: 0 15px 25px 0 rgba(20, 168, 60, .1);}

/* thumb list */
.bx-wrapper {margin-bottom: 0; box-shadow: none; background: transparent; border: 0;}
.thumb_list li .img_box {width: 100%; height: 620px;}
.thumb_list li .img_box > img {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; min-height: 100%; max-height: none; min-width: 100%; object-fit: cover;}

.thumb_tab {margin: 40px -20px 0;}
.thumb_tab li {display: inline-block; width: calc(33.3% - 40px); height: 240px; margin: 0 20px;}
.thumb_tab li a {display: block; width: 100%; height: 100%; background-color: #eee;}
.thumb_tab li a .img_box {width: 100%; height: 100%;}
.thumb_tab li a .img_box > img {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; min-height: 100%; max-height: none; min-width: 100%; object-fit: cover;}
.thumb_tab li a.active .img_box:after {content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; border: 3px solid #14a83c; box-sizing: border-box;}

.thumb_ctrl {margin-top: 20px;}
.thumb_ctrl * {display: inline-block; vertical-align: middle;}
.thumb_ctrl .ctrl {width: 50px; height: 50px; margin: 0 5px; background-color: rgba(0, 0, 0, .3); font-size: 0;}
.thumb_ctrl .ctrl a {position: relative; width: 100%; height: 100%; background: no-repeat 50% 50%; background-size: 16px auto;}
.thumb_ctrl .ctrl.prev a {background-image: url('/images/common/icon_prev_wh.png');}
.thumb_ctrl .ctrl.next a {background-image: url('/images/common/icon_next_wh.png');}
/* .thumb_ctrl .ctrl a:after {content: ''; position:absolute; top: 50%; left: 50%; margin-top: -6.5px; width: 13px; height: 13px; border-right: 3px solid #fff; border-bottom: 3px solid #fff;} */
/* .thumb_ctrl .ctrl.prev a:after {transform: rotate(135deg); margin-left: -3.5px;}
.thumb_ctrl .ctrl.next a:after {transform: rotate(-45deg); margin-right: -3.5px;} */

.desc_box {padding: 20px 20px; border: 5px solid #eee;}
.dot_list > li {position: relative; display: block !important; font-size: 17px; padding-left: 15px; margin-top: 10px;}
.dot_list > li:first-child {margin-top: 0;}
.dot_list > li:before {content: ''; position: absolute; top: 11px; left: 0; display: block; width: 5px; height: 5px; background-color: #999; border-radius: 50%;}

.info_list li {display: block; padding: 15px 20px; background-color: #f8f8f8;}
.info_list li + li { margin-top: 10px;}
.info_list li p {position: relative; font-size: 1rem; color: #666; padding-left: 15px;}
.info_list li p:before {content: ''; position: absolute; top: 10px; left: 0; width: 5px; height: 1px; background-color: #666;}

/* 공통 테이블 */
.table {width: 100%; border-top: 2px solid #005BAB;}
.table th, .table td {font-size: 1rem; padding: 15px 20px; border-bottom: 1px solid #eee; vertical-align: middle;}
.table th {background-color: #FBFBFB; font-weight: 600; text-align: center;}

/* 회사소개 > 인사말 */
.intro .intro_box {display: flex; flex-wrap: wrap; /* align-items: center; */}
.intro .intro_box .img_box {position: relative; width: 50%;}
/* .intro_wrap .img_box:after {content: ''; position: absolute; bottom: -30px; right: -30px; width: 100%; height: 100%; background-color: #14a83c; z-index: -1;} */
.intro .intro_box .intro_title {font-size: 34px; line-height: 1.4; margin-bottom: 40px;}
.intro .intro_box .txt_box {width: 50%; padding-left: 80px;}
.intro .intro_box .txt_box .txt {margin-bottom: 20px; font-size: 17px; color: #666; line-height: 1.7; word-break: keep-all;}
.intro .intro_box .txt_box strong {font-size: 20px; font-weight: 800; color: #333;}
.intro .intro_box .txt_box .name {text-align: right; padding-top: 80px;}
.intro .intro_box .txt_box .name * {display: block;}
.intro .intro_box .txt_box .name strong {font-size: 22px; color: #999;}
.intro .intro_box .txt_box .name b {font-size: 28px;}

/* 회사소개 > 회사전경 */
.overview .overview_box:after {content: ''; clear: both; display: block;}
.overview .overview_box .thumb_list {position: relative;}
.overview .overview_box .thumb_ctrl .ctrl {position: absolute; top: 50%; transform: translateY(-50%);}

/* 회사소개 > 오시는 길 */
.contact .wrap {position: relative; padding-bottom: 120px;}
.contact .wrap:after {position:absolute; content:""; width:100%; height:320px; background-color:#14a83c; bottom:0; left:0; z-index: -1;}
.contact .map_info {display: block; overflow: hidden; margin-bottom: 40px;}
.contact .map_info .address {font-size: 24px; font-weight: 600;}
.contact .map_info .map_list {display: block; margin-top: 15px;}
.contact .map_info .map_list li {display: inline-block; width: auto; font-size: 18px; vertical-align: middle;}
.contact .map_info .map_list li + li {margin-left: 60px;}
/* .contact_wrap .map_info .info_list li.full {width: 100%;} */
.contact .map_info .map_list li span {display: inline-block; vertical-align: middle; width: 120px;}
.contact .map_info .map_list li i {color: #14a83c;}
.contact .map_info .map_list li strong {font-weight: 600; margin-left: 10px; margin-bottom: 10px;}
.contact .map_info .map_list li p {display: inline-block; font-weight: 400; font-size: 1rem; color: #666;}
.contact .map_box #map {width: 100%; height: 540px; box-shadow: 0 20px 20px 0 rgba(0, 0, 0, .1);}
.contact .map_box #map > .root_daum_roughmap{width:100%; height:100%;}
.contact .map_box #map > .root_daum_roughmap .wrap_controllers{display:none;}
.contact .map_box .btn_wrap {text-align: right;}
.contact .map_box .link_btn {font-size: 20px; font-weight: 600; color: rgba(255, 255, 255, .6); margin: 0 20px;}
.contact .map_box .link_btn i {vertical-align: middle; margin-left: 10px;}
.contact .map_box .link_btn:hover {color: #fff;}

/* 설비 및 공정 > 생산공정 */
.process .process_list li {position: relative; display: inline-block; width: calc(33.3% + 1px); height: auto; border: 1px solid #ddd; background-color: #fff; padding: 40px 40px; margin: -1px 0 0 -1px;}
.process .process_list .deco {display: block; margin-bottom: 20px;}
.process .process_list .deco span {display: inline-block; width: 8px; height: 8px; margin-right: 10px; background-color: #ddd; border-radius: 50%;}
.process .process_list .deco span.on {background-color: #005BAB;}
/* .process .process_list li .img_box {display: block; width: 100%; height: 240px; background-color: #eee; margin-bottom: 20px;} */
.process .process_list li .icon {display: block; width: 95px; height: 95px; margin: 0 auto 30px; background: no-repeat 50% 50%; background-size: auto;}
.process .process_list li:nth-child(1) .icon {background-image: url('/images/main/process_icon01.png');}
.process .process_list li:nth-child(2) .icon {background-image: url('/images/main/process_icon02.png');}
.process .process_list li:nth-child(3) .icon {background-image: url('/images/main/process_icon03.png');}
.process .process_list li:nth-child(4) .icon {background-image: url('/images/main/process_icon04.png');}
.process .process_list li:nth-child(5) .icon {background-image: url('/images/main/process_icon05.png');}
.process .process_list li:nth-child(6) .icon {background-image: url('/images/main/process_icon06.png');}
.process .process_list li span {font-size: 18px; font-weight: 600; color: #999; text-transform: uppercase;}
.process .process_list li strong {display: block; font-size: 24px; font-weight: 600; color: #111;}

/* 설비 및 공정 > 기계설비 */
/* type01 */
.equipment .tab ul li {width: calc(25% - 7px);}
.equipment .type01 {display: flex; flex-wrap: wrap; align-items: center;}
.equipment .type01 .img_box {width: 620px; background-color: transparent;}
.equipment .type01 .info_box {width: calc(100% - 620px); /*padding: 60px 60px 60px 120px;*/ padding-left: 100px;}

/* type02 */
.equipment .type02 ul {margin: 0 -20px;}
.equipment .type02 ul li {float: left; width: 50%; padding: 0 20px;}
.equipment .type02 ul li .img_box {width: 100%;}

/* common */
.equipment .info_box strong {font-size: 18px; font-weight: 600; color: #14a83c; letter-spacing: 0;}
.equipment .info_box h4 {display: block; font-size: 32px; font-weight: 800; color: #333; margin-top: 10px; margin-bottom: 40px;}

.equipment .wrap {padding-bottom: 80px;}
.equipment .wrap + .wrap {padding: 80px 0;}
.equipment .wrap:nth-child(2n) .type01 {flex-direction: row-reverse;}
.equipment .wrap:nth-child(2n) .type01 .info_box {padding-left: 0; padding-right: 100px;}
.equipment .wrap:nth-child(2n) {background-color: #f8f8f8;}
.equipment .wrap:nth-child(2n) .info_list li {background-color: #fff;}

/* 제품소개 */
.product .wrap {padding-bottom: 80px;}
.product .wrap + .wrap {padding-top: 80px;}
/* .product .dot_list {padding-bottom: 60px;} */
.product .product_list {display: flex; flex-wrap: wrap; gap: 20px 20px;}
.product .product_list > li {width: calc(25% - 15px);}
.product .product_list > li .img_box {width: 100%; height: 0; padding-bottom: 100%; background-color: transparent; transition: all .3s ease 0s;}
.product .product_list > li .img_box > img {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; min-height: 100%; max-height: none; min-width: 100%; object-fit: cover;}
.product .product_list > li > strong {display: block; font-size: 1rem; font-weight: 600; background-color: #fff; border: 1px solid #eee; padding: 10px 10px; text-align: center; margin-top: 10px;}
.product .product_list > li:hover .img_box,
.product .product_list > li:focus .img_box {opacity: 0.6;}

.product .product_list.col2 > li {width: calc(50% - 15px);}
.product .product_list.col2 > li .img_box {display: inline-block; width: 180px; height: 180px; padding-bottom: 0; vertical-align: middle;}
.product .product_list.col2 > li .txt_box {display: inline-block; width: calc(100% - 250px); padding-left: 40px; vertical-align: middle;}
.product .product_list.col2 > li .txt_box strong {font-size: 20px; font-weight: 600;}
/* .product .product_list.col2 li .txt_box p {font-size: 1rem;} */

/* 견적문의 > 온라인문의 */
/* .online .order_box {} */
.online .form_list {display: flex; flex-wrap: wrap; gap: 20px 40px; padding-bottom: 40px;}
.online ul + ul {border-top: 1px solid #eee; padding: 40px 0;}
.online .form_group {width: calc(50% - 20px); display: flex; align-items: center;}
.online .form_group.full {width: 100%;}
.online .form_label {width: 140px; font-size: 18px; font-weight: 600;}
.online .form_field {width: calc(100% - 140px);}
.online .form_field input {margin: 0;}
.online .form_field .designChk label,
.online .form_field .designRadio label {margin-right: 40px;}
.online .form_field textarea {width: 100%; border-color: #eee; padding: 20px 20px;}

.online .form_group.agree {flex-direction: column;}
.online .form_group.agree .form_label {width: 100%; display: block; margin-bottom: 20px;}
.online .form_group.agree .form_field {width: 100%;}

.online .agree_box {width: 100%; height: 240px; background-color: #f7f7f7; border: 1px solid #eee; padding: 30px 30px; overflow-y: auto;}
.online .btn_wrap .btn {min-width: 180px;}
.online .btn_wrap .btn span {font-size: 18px;}

.formBtn {display: inline-block;}
.formBtn input[type="radio"],
.formBtn input[type="checkbox"] {display: none;}
.formBtn label {display: inline-block; position: relative; min-width: 100px; height: 45px; line-height: 43px; text-align: center; border: 1px solid #eee; background-color: #fff; padding: 0 20px; margin-right: 20px;}
.formBtn label > span {font-size: 1rem; color: #666; vertical-align: middle}
.formBtn input:checked + label {border-color: #14a83c; box-shadow: 0 3px 5px 0 rgba(20, 168, 60, .1);}
.formBtn input:checked + label > span {color: #14a83c; font-weight: 600;}

/* 개인정보동의 */
/* .agree_box_scroll {height: 280px; overflow-x: hidden; overflow-y: scroll; border: 1px solid #e1e1e1; padding: 30px 30px; margin-bottom: 10px;} */
/* .agree_box .def_list > li {margin-bottom: 30px;} */
.agree_box .def_list > li + li {margin-top: 30px;}
.agree_box .tit {display: inline-block; position: relative; font-weight: 800; font-size: 16px; margin-bottom: 10px;}
.agree_box .tit:after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 8px; background-color: #C7D4ED; z-index: -1;}
.agree_box .txt {padding-left: 0; font-size: 1rem;}
.agree_box .line_box {margin-bottom: 0;}
.agree_box .line_box .txt {padding-bottom: 20px;}
.agree_box .line_box strong {display: block; font-weight: 800; margin-bottom: 10px;}
.agree_box .dot_list {padding-top: 15px; padding-left: 15px;}
.agree_box .dot_list li {font-size: 1rem;}
.agree_box .dot_list li + li {margin-top: 5px;}

/* 개인정보취급방침 */
.desc_list li {position: relative; margin-bottom: 5px; padding-left: 10px; text-align: left;}
.desc_list li:before {content: ''; position: absolute; top: 12px; left: 0; width: 4px; height: 1px; background: #666; border-radius: 50%; display: inline-block; vertical-align: middle;}

.policy_list li {font-size: 1rem; word-break: keep-all;}
.policy_list > li {margin-bottom: 30px;}
.policy_list > li > p {margin-bottom: 10px;}
.policy_list .line_box {padding: 25px 25px; border: 1px solid #eee; background: #fff; margin-bottom: 40px;}
.policy_list .tit {display: inline-block; position: relative; font-weight: 800; font-size: 17px; margin-bottom: 10px;}
.policy_list .txt {padding-left: 0;}
.policy_list .line_box {margin-bottom: 0;}
.policy_list .line_box {padding-bottom: 20px;}
.policy_list .line_box strong {display: block; font-weight: 800;}
.policy_list .line_box strong ~ p {padding-bottom: 10px;}
.policy_list .line_box > ul > li + li {margin-top: 10px;}
/* .policy_list .line_box ul li + li {margin-bottom: 5px;} */
.policy_list .line_box ul li > ul {margin: 5px 0;}
.policy_list .line_box ul li > ul > li {margin-left: 10px;}

.policy_list table {width: 100%; border-top: 1px solid #eee; margin-top: 10px;}
.policy_list table th,
.policy_list table td {padding: 6px 10px; text-align: center; vertical-align: middle;}
.policy_list table th {font-weight: 600; background-color: #f8f8f8; border-bottom: 1px solid #eee;}
.policy_list table td {border-bottom: 1px solid #eee; color: #666;}
.policy_list table td[rowspan] {border-left: 1px solid #eee;}


@media (max-width: 1440px) {
    .inner {max-width: 100%; padding: 0 4%;}
}

@media (max-width: 1200px) {
    /* sub visual */
    .subVisual .subVisual_tit h3 {font-size: 38px;}

    /* contents */
    .sub_title > h3 {font-size: 32px;}

    /* tab */
    .tab {max-width: 100%; padding: 0 4%;}

    /* 회사소개 > 인사말 */
    .intro .intro_box .txt_box {padding-left: 60px;}
    .intro .intro_box .intro_title {font-size: 30px;}

    /* 설비 및 공정 > 생산공정 */
    .process .process_list li {padding: 30px 30px;}
    .process .process_list li strong {font-size: 22px;}

    /* 설비 및 공정 > 기계설비 */
    .equipment .type01 .img_box {width: 50%;}
    .equipment .type01 .info_box {width: 50%; padding-left: 50px;}
    .equipment .info_box h4 {font-size: 28px;}
    .equipment .wrap:nth-child(2n) .type01 .info_box {padding-right: 50px;}
    
}

@media (max-width: 1024px) {
    /* sub visual */
    .subVisual .subVisual_tit h3 {font-size: 32px;}

    /* contents */
    #contents {padding: 60px 0 80px;}
    .sub_title {margin-bottom: 50px;}

    /* thumb list */
    .thumb_list li .img_box {height: 540px;}
    .thumb_tab li {height: 200px;}


    /* 회사소개 > 인사말 */
    .intro .intro_box .intro_title {font-size: 26px;}
    .intro .intro_box .txt_box .name strong {font-size: 20px;}
    .intro .intro_box .txt_box .name b {font-size: 24px;}

    /* 회사소개 > 오시는길 */
    .contact .wrap {padding-bottom: 80px;}
    .contact .map_info .address {font-size: 20px;}
    
    
}

@media (max-width: 768px) {
    /* sub visual */
    .subVisual .subVisual_tit h3 {font-size: 30px;}

    /* lnb */
    .lnb ul li {font-size: 16px;}

    /* contents */
    .sub_title > h3 {font-size: 26px;}
    
    .sub_title_02 {font-size: 20px;}

    /* tab */
    .tab {margin-bottom: 50px;}
    .tab ul li {font-size: 1rem;}

    /* 회사소개 > 인사말 */
    .intro .intro_box {display: block;}
    .intro .intro_box .img_box {width: 100%; margin-bottom: 0;}
    .intro .intro_box .txt_box {width: 100%; padding-left: 0; padding-top: 30px;}
    .intro .intro_box .intro_title {font-size: 24px;}
    .intro .intro_box .txt_box .txt {font-size: 16px;}
    .intro .intro_box .txt_box strong {font-size: 18px;}

    /* 회사소개 > 오시는길 */
    .contact .map_box #map {height: 340px;}
    .contact .map_info .address {font-size: 17px;}
    .contact .map_info .map_list li {font-size: 1rem;}
    .contact .map_box .link_btn {font-size: 16px;}

    /* 설비 및 공정 > 생산공정 */
    .process .process_list li span {font-size: 16px;}
    .process .process_list li strong {font-size: 18px;}
    .process .process_list li .icon {width: 80px; height: 80px; background-size: auto 75%; margin-bottom: 15px;}
 
    /* 설비 및 공정 > 기계설비 */
    .equipment .type01 {display: block;}
    .equipment .type01 .img_box {width: 100%;}
    .equipment .type01 .info_box {width: 100%; padding-left: 0; padding-top: 30px;}
    .equipment .info_box strong {font-size: 16px;}
    .equipment .info_box h4 {font-size: 24px; margin-top: 5px; margin-bottom: 30px;}
 
    .equipment .type02 ul {margin: 0;}
    .equipment .type02 ul li {width: 100%; padding: 0;}
    .equipment .type02 ul li + li {margin-top: 20px;}
 
    .equipment .wrap:nth-child(2n) .type01 .info_box {padding-right: 0;}

    /* 제품소개 */
    .product .wrap {padding-bottom: 40px;}
    .product .wrap + .wrap {padding-top: 40px;}
    .product .product_list > li {width: calc(50% - 15px);}

    /* 견적문의 > 온라인문의 */
    .online .form_list {display: block;}
    .online ul + ul {padding: 30px 0;}
    .online .form_group {width: 100%; margin-bottom: 20px;}
    .online .form_label {font-size: 1rem;}

    .online .form_group.full {margin-bottom: 0;}

    .online .agree_box {padding: 20px 20px;}
    /* .online .form_group + .online .form_group {margin-top: 20px;} */
}

@media (max-width: 576px) {
    /* tab */
    .tab ul {flex-wrap: wrap; gap: 10px 10px;}

    /* thumb list */
    .thumb_list li .img_box {height: 420px;}
    .thumb_tab {margin: 20px -10px 0;}
    .thumb_tab li {width: calc(33.3% - 20px); height: 140px; margin: 0 10px;}

    /* 회사소개 > 오시는길 */
    .contact .map_info .map_list li {display: flex; justify-content: space-between;}
    .contact .map_info .map_list li + li {margin-left: 0;}

    /* 설비 및 공정 > 생산공정 */
    .process .process_list li {width: calc(50% + 1px);}

    /* 설비 및 공정 > 기계설비 */
    .equipment .tab ul li {width: calc(50% - 7px);}

    /* 견적문의 > 온라인문의 */
    .online .form_group {display: block;}
    .online .form_field {width: 100%; margin-top: 10px;}
    .formBtn {display: block;}
    .formBtn label {display: block; width: 100%; margin: 5px 0;}

    /* 개인정보동의 */
    .agree_box .tit {font-size: 15px;}
}

@media (max-width: 420px) {
    .subVisual .subVisual_tit h3 {font-size: 28px;}

    /* lnb */
    .lnb ul li {margin: 0 20px;}
    .lnb ul li a {padding: 15px 0;}
    
    /* contents */
    .sub_title {margin-bottom: 40px;}

    /* thumb list */
    .thumb_list li .img_box {height: 320px;}
    .thumb_tab li {height: 100px;}

    /* 회사소개 > 인사말 */
    .intro .intro_box .intro_title {font-size: 20px; word-break: keep-all; margin-bottom: 25px;}
    .intro .intro_box .intro_title > br {display: none;}
    .intro .intro_box .txt_box .txt {font-size: 1rem;}
    .intro .intro_box .txt_box .name {padding-top: 60px;}
    .intro .intro_box .txt_box .name strong {font-size: 16px;}
    .intro .intro_box .txt_box .name b {font-size: 20px;}

    /* 회사소개 > 오시는길 */
    /* .contact .map_box .btn_wrap {text-align: center;} */
    .contact .map_box .link_btn {display: block; margin: 0 10px;}
    .contact .map_box .link_btn i {margin-left: 5px;}

    /* 설비 및 공정 > 생산공정 */
    .process .process_list li {width: calc(100% + 1px);}
    
}

@media (max-width: 360px) {
    /* contents */
    .sub_title > h3 {font-size: 24px;}


    /* 회사소개 > 인사말 */
    .intro .intro_box .intro_title {font-size: 18px;}
    
}