/* sub_visual */
.sub_visual .sub_visual_img{
    width: 100%;
    object-fit: cover;
}

.wi_are_flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Company -> 연혁 */
.his_to_ry .w33{width: 32.5%;}
.his_to_ry .w16{width: 15.6%;}
.his_to_ry .w50{width: 49.3%;}
.his_to_ry .w66{width: 66.25%;}

.his_to_ry .ti_tle{
    margin-bottom: 10px;
}
.his_to_ry .his_tit_yo p{
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.his_to_ry .con_tent .bo_x{
    padding-top: 20px;
    border-top: 1px solid #a7a7a7;
}

.his_to_ry .con_tent > .d-flex + .d-flex {
    margin-top: 60px;
}

.his_to_ry .dep_li li{
    position: relative;
    padding-left: 14px;
    line-height: 1.625em;
}

.his_to_ry .dep_li li:before{
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    left: 6px;
    top: 11px;
    background-color: #191919;
}

@media all and (max-width:1024px){
    .his_to_ry .con_tent > .d-flex + .d-flex {
        margin-top: 30px;
    }
}

@media all and (max-width:768px){
    .his_to_ry .dep_li li:before{
        top: 10px;
    }
    .his_to_ry .con_tent > .d-flex + .d-flex {
        margin-top: 20px;
    }
}

/* Company -> CI/BI */
.ci_col_or .won_box{
    width: 33.333%;
}
.ci_col_or .colr_box{
    line-height: 1.333em;
    background-color: var(--bg);
    padding: 30px;
    width: 100%;
    aspect-ratio: 1/0.901;
}
.ci_col_or .won_and_two .colr_box{
    aspect-ratio: 1/0.450;
}

.colr_box_wh{
    border: 1px solid #B4B4B4;
}

.ci_img_li{
}
.ci_img_li .ci_img{
    width: 25%;
    background-color: var(--bg);
    aspect-ratio: 1/ 0.3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 15px;
}
.ci_img_li .ci_img img{
    width: 100%;
    max-width: fit-content;
}

@media all and (max-width:1024px){
    .ci_col_or .colr_box {
        aspect-ratio: 1/0.450;
    }
    .ci_col_or .won_box,
    .ci_col_or .won_and_two .colr_box{
        width: 50%;
    }
    .ci_col_or .won_and_two{
        width: 100%;
        display: flex;
    }

    .ci_img_li .ci_img{
        width: 50%;
    }
}
@media all and (max-width:650px){
    .ci_col_or .won_box,
    .ci_col_or .won_and_two .colr_box{
        width: 100%;
    }
    .ci_col_or .won_and_two{
        flex-wrap: wrap;
    }
}

/* Company -> 생산시설 */

.map_ifra_me{
    max-width: 655px; width: 100%; aspect-ratio: 1/1;
}

.ju_so_li {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #a7a7a7;
}
.ju_so_li .ju_so_tit{
    min-width: 190px;
}

.zig_zag_li .ma_new_tit:nth-child(even){
    flex-direction: row-reverse;
}
.zig_zag_li .wi_are_flex{
    min-width: 790px;
}

.con_tac_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #191919;
    margin: 0 auto;
    padding: 10px 30px;
    width: fit-content;
    transition: .5s;
}

.con_tac_btn.mt-30{
    margin-top: 30px;
}

.con_tac_btn:hover{
    background-color: #191919;
    color: #fff;
}

@media all and (max-width:1400px){
    .zig_zag_li .wi_are_flex{min-width: auto;}
}
@media all and (max-width:1200px){
    .zig_zag_li .ma_new_tit{
        flex-wrap: wrap;
    }
    .zig_zag_li .wi_are_flex{
        width: 100%;
        gap: 30px;
    }
    .map_ifra_me{
        max-width: 100%;
    }

    .ju_so_li .ju_so_tit{min-width: 110px;}
}

/* Product -> 고객사 */
.par_tner_li ul{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 20px;
}
.par_tner_li li {
    position: relative;
    width: calc(25% - 15px);
    max-width: 250px;
    aspect-ratio: 1/0.68;
}
.par_tner_li li i{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #191919;
}

.par_tner_li .txt_box{
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}

@media all and (max-width:800px){
    .par_tner_li li{
        width: calc(33.333% - 13.333px);
    }
}
@media all and (max-width:650px){
    .par_tner_li li{
        width: calc(50% - 10px);
    }
}



/* Facility -> 인증현황 */
.cer_ti_li > .d-flex{
    flex-wrap: wrap; gap: 20px;
}
.cer_ti_li li{
    width: calc(20% - 16px);
    text-align: center;
}


@media all and (max-width:950px){
    .cer_ti_li > .d-flex{
        gap: 10px;
    }
    .cer_ti_li li{
        width: calc(33.333% - 6.6666px);
    }
}

@media all and (max-width:768px){
    .cer_ti_li li{
        width: calc(50% - 5px);
    }
}

/* Recruit -> 채용정보 */
.info_con_t{
    background-color: #F5F5F5;
    padding: 40px;
    width: 100%;
    gap: 40px;
    flex-wrap: wrap;
}

.info_con_t .bg_txt p{
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info_con_t .info_cbox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    width: calc(33.333% - 26.666px);
    aspect-ratio: 1/1;
    background-color: #fff;
}

.info_con_t .pt_txt{
    color: #F27021;
    flex-wrap: wrap;
}
.info_con_t .pt_txt p + p{
    padding-left: 20px;
    position: relative;

}
.info_con_t .pt_txt p + p:before{
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    height: 13px;
    width: 2px;
    background-color: #F27021;
}

.info_con_t .btn_box {
    background-color: rgba(19,19,19,.77);
    width: 100%;
    border-radius: 10px;
    height: 60px;
    gap: 10px;
    margin-top: 10px;
    transition: .5s;
}
.info_con_t .info_cbox:hover .btn_box{
    background-color: #F27021;
}

@media all and (max-width:1200px){
    .info_con_t{
        gap: 20px;
    }
    .info_con_t .info_cbox{
        padding: 20px;
    }
}

@media all and (max-width:1024px){
    .info_con_t .info_cbox{
        width: calc(50% - 10px);
    }
}

@media all and (max-width:768px){
    .info_con_t .info_cbox{
        width: 100%;
        gap: 20px 0;
        aspect-ratio: auto;
    }

    .info_con_t .btn_box{height: 50px;}
}


/* product 페이지 */
main.prod_page{
    position: relative;
    z-index: 50;
}
.pro_menu_li{
    width: 250px;
}
.pro_menu_li .pro_menu_stk{
    position: sticky;
    top: 0;
}

.pro_menu_li .ti_tle{
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 8px;

}
.pro_menu_li .pro-dep01 + .pro-dep01{
    margin-top: 18px;
}
.pro_menu_li .pro-dep01 > li > a{
    padding: 10px 0;
    border-bottom: 1px solid #a7a7a7;
    position: relative;
}

.pro_menu_li .pro-dep01 > li > a:before{
    content: '';
    width: 11px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/asset/img/icon/pro_menu_icon01.png') no-repeat center center / cover;
    display: block;
    transition: .5s;
}
.pro_menu_li .pro-dep01.active > li > a:before{
    transform: translateY(-50%) rotate(180deg);
}
.pro_menu_li .pro-dep01.active > li > a,
.pro_menu_li .pro-dep01 > li:hover > a{
    font-weight: 700;
}

.pro_menu_li .pro-dep02{
    padding-top: 20px;
    display: none;
}
.pro_menu_li .pro-dep02 a{
    padding: 5px 0;
    display: block;
    color: #878787;
}
.pro_menu_li .pro-dep02 a:hover{
    font-weight: 700;
}

.pro_list_li{
    width: calc(100% - 300px);
}

.pro_list_li .txt_box{
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pro_list_li > .d-flex{
    flex-wrap: wrap;
    gap: 20px;
}

.pro_list_li li{
    width: calc(25% - 15px);
}
.pro_list_li .img_box{
    aspect-ratio: 1/1;
    border: 1px solid #a7a7a7;
    width: 100%;
}
.pro_list_li .img_box img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.menu-bg{
    width: 100vw;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 49;
    display: none;
}

@media all and (max-width:1200px){
    .pro_list_li li{
        width: calc(33.333% - 13.333px);
    }
}

@media all and (max-width:1024px){
    .pro_list_li li{
        width: calc(50% - 10px);
    }
}
@media all and (max-width:768px){
.prod_page .mo-pt{
    padding-top: 200px;
}
    .pro_menu_li{
        position: fixed;
        top: 69px;
        left: 0;
        background-color: #fff;
        width: 100vw;
        z-index: 50;
    }

    .pro_list_li li{
        width: calc(50% - 10px);
    }

    .pro_menu_li .pro_menu{
        display: flex;
        overflow-x:auto;
        margin-top: 0;
    }
    .pro_menu_li .pro-dep01 > li > a{
        padding: 10px 20px;
        word-break: keep-all;
        white-space: nowrap;
    }
    .pro_menu_li .ti_tle{
        text-align: center;
        padding: 10px 0;
    }
    .pro_menu_li .pro-dep02{
        width: 100vw;
        position: absolute;
        left: 0;
        background-color: #fff;
        padding-top: 0;
    }
    .pro_menu_li .pro-dep02 li{
        display: inline-block;
    }
    .pro_list_li{
        width: 100%;
    }

    .pro_menu_li .pro-dep01 > li > a:before{
        content: none;
    }
    .pro_menu_li .pro-dep02 a{
        display: block;
        padding: 5px 10px;
    }
    
    .menu-bg{
        height: 100vh;
    }
    .menu-bg.on{
        display: block;
        
    }

    .pro_menu_li .pro-dep01 + .pro-dep01{
        margin-top: 0;
    }
}

/* Product Detail */
.product-detail .product-detail-head {
  display: flex;
  gap:100px;
  padding-bottom: 50px;
}

.product-detail .product-gallery {
  width: 49%;
}

.product-detail .product-gallery .main-image {
  position: relative;
  width: 100%; 
}

.product-detail .product-gallery .main-image .img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  overflow: hidden;
}

.product-detail .product-gallery .main-image .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-detail .product-gallery .thumbnail-list {
  margin-top: 20px;
}

.product-detail .product-gallery .thumbnail-list .img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  overflow: hidden;
  cursor: pointer;
}

.product-detail .product-gallery .thumbnail-list .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-detail .product-info {
  width: calc(51% - 100px);
}

.product-detail .product-hashtag {
  font-size: 1.8rem;
  line-height: 1;
  color:#a7a7a7;
  padding-bottom: 10px;
  border-bottom: 1px solid #a7a7a7;
    margin-bottom: 18px;

}  

.product-detail .product-name {
  font-size: 3.6rem;
  font-weight: 500;
  margin: 15px 0px 10px;
}

.product-detail .product-icons{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
    margin-bottom: 8px;
}
.product-detail .product-icons img{
    display: block;
}

.product-detail .product-check{
    position: relative;
    padding-left: 22px;
    font-size: 1.6rem;
}
.product-detail .product-check:before{
    content: '';
    width: 16px;
    height: 16px;
    background: url(/asset/img/icon/prod_con01_iconn01.png)no-repeat center center /cover;
    position: absolute;
    left: 0;
    top: 1px;
}

.product-detail .product-sub{
    font-size: 1.8rem;
}

.product-detail .product-line{
    width: 100%;
    height: 1px;
    background-color: #a7a7a7;
    margin: 28px 0 22px;
}

.product-detail .product-div{
    line-height: 1.625em;
}
.product-detail .product-div .div-tit{
    font-size: 1.8rem;
    padding-left: 28px;
    font-weight: 700;
    position: relative;
}
.product-detail .product-div .div-tit:before{
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: #191919;
}
.product-detail .product-div .div-txt li{
    position: relative;
    padding-left: 28px;
    font-size: 1.8rem;
    line-height: 1.444em;
}
.product-detail .product-div .div-txt li:before{
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    width: 4px;
    height: 1px;
    background-color: #191919;
}

.product-detail .product-div .pro-div + .pro-div{
    margin-top: 17px;
}

.product-detail .pro-p-box{
    display: flex;
    gap: 0 24px;
    align-items: center;
    margin-bottom: 4px;
}
.product-detail .pro-p-box .pro-href{
    position: relative
}
.product-detail .pro-p-box .pro-href + .pro-href:before{
    content: '';
    width: 8px;
    height: 11px;
    background: url(/asset/img/icon/product_arrow01.png)no-repeat center center;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:1536px) {
  .product-detail .product-detail-head {
    gap:60px;
  }

  .product-detail .product-info {
    width: calc(59% - 60px);
    }
}
@media screen and (max-width:1200px) {
    .product-detail .product-detail-head{
        flex-wrap: wrap;
    }
  .product-detail .product-info,
  .product-detail .product-gallery{
    width: 100%;
  }
}


/* Contact Us -> 문의하기 */
.inquiry-page .inquiry-radio{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.inquiry-page .inquiry-btn{
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    cursor: pointer;
    padding: 17px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inquiry-page .inquiry-btn.mw-160{
    min-width: 160px;
}
.inquiry-page .inquiry-btn.mw-130{
    min-width: 130px;
}

.inquiry-page .inquiry-btn input{
    display: none;
}
.inquiry-page .inquiry-btn:has(input:checked){
    background-color: #191919;
    color: #fff;
    border-color: #191919;
}

.inquiry-page .inquiry-text{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.inquiry-page .inquiry-text .ml-10{
    margin-left: 10px;
}

.inquiry-page .inquiry-input{
    width: calc(50% - 20px);
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.inquiry-page .inquiry-input:has(.read):before{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,.05);
    content: '';
    left: 0;
    top: 0;
}
.inquiry-page .inquiry-input.mw-385{
    max-width: 385px;
}

.inquiry-page .inquiry-input.w-100{
    width: 100%;
}
.inquiry-page .inquiry-input input,
.inquiry-page .inquiry-input textarea{
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    font-size: 1.8rem;
}
.inquiry-page .inquiry-input textarea{
    resize: none;
    height: 240px;
}
.inquiry-page .inquiry-input input::placeholder{
    color: #a7a7a7;
}

.inquiry-page .agree label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap:10px;
  font-size: 0px;
  cursor: pointer;
}

.inquiry-page .agree input {
  position: absolute;
	top:0;
	left:0;
	width:23px;
	opacity:0;
  height: 100%;
  cursor: pointer;
}

.inquiry-page .agree i {
  display: inline-block;
  width:23px;
  height:23px;
  background: url('/asset/img/icon/ico_chk_off.png') no-repeat center;
}

.inquiry-page .agree input:checked + i {
  background-image: url('/asset/img/icon/ico_chk_onnew.png');
}

.inquiry-page .agree button{
    font-size: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    font-weight: 700;
}
.inquiry-page .date_picker{
    cursor: pointer;
}

.form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-btn .btn {
  max-width: 480px;
  width: 100%;
  height: 80px;
  background-color: #191919;
  border-radius: 5px;
  font-size:2rem;
  font-weight:700;
  color:#fff;
  transition: var(--transition-basic);
}


/* 모달창 */
.form-modal {
	display: none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:20px;;
	z-index: 9999;
}

.form-modal .modal-con {
	display: flex;
  justify-content: center;
  align-items: center;
  max-width:640px;
  width: 100%;
  max-height: calc(100% - 300px);
	height:100%;
	margin:0 auto;
}

.form-modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.form-modal .modal-inner {
	position: relative;
  width: 100%;
  height: 100%;
  padding:40px;
  background-color: #fff;
	overflow-y: auto;
}

.form-modal .textarea p {
	font-size:1.6rem;
}

.form-modal.open {
  display: flex;
  align-items: center;
  visibility: visible;
}

@media all and (max-width:768px){
    .inquiry-page .inquiry-input{width: 100%;}

    .inquiry-page .inquiry-btn{
        padding: 10px 23px;
    }

    .inquiry-page .inquiry-btn.mw-130{
        min-width: auto;
        width: calc(33.333% - 6.666px);
    }

    .inquiry-page .inquiry-btn.mw-160{
        min-width: auto;
        width: 100%;
    }

    .inquiry-page .inquiry-input input,
    .inquiry-page .inquiry-input textarea{
        font-size: 1.6rem;
    }
}