/* 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* 리셋 reset */
*{margin:0;padding:0;box-sizing:border-box;font-family: 'Poppins', 'Noto Sans KR', sans-serif;letter-spacing:-0.03em;color:#020202;line-height:1;}
body{min-width:1500px;margin:0 auto;}
img{vertical-align:bottom;border:none;max-width:100%;}
ul, ol{list-style:none;}
a{text-decoration:none;}
b{font-size:inherit;font-weight:700;color:inherit;}

/* 공통 common */
.inner{width:60%;margin:0 auto;}
.flex_wrap{display:flex;justify-content:space-between;}
.pc_view{}
.m_view{display:none;}

/* 버튼 */
.btn_go{font-size:20px;color:#001296;border:2px solid #001296;padding:20px 60px;position:relative;transition:.2s;display:table;margin:0 auto;}
.btn_go:before{content: '';position: absolute;top:0;left:0;width:100%;height:0;background:#001296;transition:.2s;z-index:-1;}
.btn_go span{color:#fff;position:absolute;top:50%;transform:translateY(-50%);right:20px;font-size:18px;opacity:0;}
.btn_go:hover{color:#fff;padding:20px 70px 20px 50px;}
.btn_go:hover:before{height:100%;}
.btn_go:hover span{opacity:1;}

.btn_plus{width:56px;height:56px;border:1px solid #001296;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:200;transition:.2s;}
.btn_plus span{transition:.2s;}
.btn_plus:hover{background:#001296;}
.btn_plus:hover span{color:#fff;transform:rotate(90deg);}

/* 퀵메뉴 */
.quick_menu_wrap{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:999;opacity:0;transition:.3s;}
.quick_menu_wrap a{display:flex;align-items:center;justify-content:center;width: 68px;height: 68px;background: #ed6d00;border-bottom:1px solid rgba(255,255,255,.3);/* border-radius: 20px; *//* margin-bottom: 5px; */margin-right: 5px;}
.quick_menu_wrap li:last-child a{background: #6b6b6b;border-bottom:0;}


/* 헤더 */
.header{height:100px;display:flex;align-items:center;justify-content:space-between;position:fixed;width:100%;min-width:1500px;top:0;left:0;transition: all .3s;z-index:99;background:rgba(255,255,255,0);border-bottom: 1px solid rgba(255,255,255,.2);padding:0 6.14% 0 6.14%;}
.header *{color:#fff;font-weight:600;}
.header .logo{z-index:999;max-width:50%;min-width:100px;}
.header .gnb{display:flex;height:100%;margin-left:-190px;}
.header .gnb>li{height:100%;display:flex;align-items:center;}
.header .gnb>li>a{display:block;padding:0 34px;font-size:18px;}
.header .gnb .gnb_depth02{position:absolute;width:100%;background:#fff;height:0;top:calc(100% + 1px);left:0;display:flex;overflow:hidden;align-items:center;justify-content:center;transition:height .2s;}
.header .gnb .gnb_depth02 a{color:#626262;font-size:16px;font-weight:500;padding:0 34px;}
.header .gnb .gnb_depth02.active{height:70px;border-bottom:1px solid #eee;}
.header .translate{z-index:999;}

.header .toggle_btn{position:absolute;width:24px;height:16px;top:50%;transform:translateY(-50%);right:calc(6.14% + 60px);z-index:999;display:none;}
.header .toggle_btn span{position:absolute;width:100%;height:2px;background:#fff;display:block;}
.header .toggle_btn span:nth-child(1){top:0;}
.header .toggle_btn span:nth-child(2){top:calc(50% - 1px);width:16px;}
.header .toggle_btn span:nth-child(3){bottom:0;}
.header .toggle_btn.active span{background:#171717;}
.header .toggle_btn.active span:nth-child(1){top:calc(50% - 1px);transform:rotate(45deg);}
.header .toggle_btn.active span:nth-child(2){opacity:0;}
.header .toggle_btn.active span:nth-child(3){top:calc(50% - 1px);transform:rotate(-45deg);}
.header .toggle_menu{opacity:0;transform:translateX(100%);transition:.2s;width:100%;height:100vh;background:#fff;position:fixed;top:0;left:0;z-index:99;}
.header .toggle_menu.active{opacity:1;transform:translate(0);}
.header .toggle_menu>ul{padding:100px 6.14%;}
.header .toggle_menu>ul>li>a{font-size:20px;color:#001296;margin:20px 0 10px;display:block;}
.header .toggle_menu .toggle_depth02 a{font-size:14px;color:#bbb;}
.header .toggle_menu .toggle_depth02{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:30px;}
.header .toggle_menu .toggle_depth02 li{width:50%;border-bottom:1px solid #ddd;padding:10px 0;margin-bottom:10px;}

.header.active{height:70px;background:rgba(255,255,255,1);border-bottom:1px solid rgba(0,0,0,.07);}
.header.active *{color:inherit;font-weight:600;}
.header.active .toggle_btn span{background:#171717;}

/* 푸터 */
.footer{background:#171717;padding-top:34px;padding-bottom:34px;}
.footer *{color:#555;}
.footer .flex_wrap{align-items:flex-end;}
.footer .flex_box{width:50%;}
.footer .info_wrap ul{display:flex;align-items:center;flex-wrap:wrap;}
.footer .info_wrap li{font-size:14px;line-height:2;font-weight:300;color:#ccc;}
.footer .info_wrap li:after{content:'/';color:#5f72ff;margin:0 10px;}
.footer .info_wrap li:last-child:after{display:none;}
.footer .info_wrap li span{font-size:13px;font-weight:600;margin-right:4px;color:#ccc;}
.footer .sns_wrap{margin-bottom:20px;display:none;}
.footer .sns_wrap ul{display: flex;align-items:center;background:#001296;}
.footer .sns_wrap li{flex:1;align-content:center;padding:12px 0;}
.footer .sns_wrap li img{width:22px;margin-right:4px;}
.footer .sns_wrap a{color:#fff;display:flex;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.3);}
.footer .sns_wrap li:last-child a{border-right:none;}

.footer .footer_bottom{margin-top:34px;align-items:center;border-top:1px solid #333;padding-top:30px;}
.footer .copyright{font-size:12px;}
.footer .adm{border:1px solid #5f72ff;border-radius:10px;padding:0 4px;color:#5f72ff;}
.footer .designby{font-size:10px;}


/* 메인 */
/* 그리드 */
.main_grid{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;clear:both;}
.main_grid .line{height: 100%;border-left: 1px solid rgba(255,255,255,.2);width:25%;position: absolute;}
.main_grid .line.line01 {top: 0;left: 0;border-left: none;}
.main_grid .line.line02 {top: 0;left: 20%;}
.main_grid .line.line03 {top: 0;left: 40%;}
.main_grid .line.line04 {top: 0;left: 60%;}
.main_grid .line.line05 {top: 0;left: 80%;}

@keyframes upDown1 {
  from   { -webkit-transform: translateY(50px);}
  99%,to { -webkit-transform: translateY(0);}
}
@keyframes upDown2 {
  from   { transform: translateY(-50px);}
  99%,to { transform: translateY(0);}
}

.main section{position:relative;}
.main section h1.main_tit{font-size:48px;font-weight:900;}
.main section h6.main_sub_tit{font-size:20px;color:#ed6d00;font-family: 'Teko', sans-serif;margin-bottom:30px;letter-spacing:0;font-weight:500;}

section.section01{height:100vh;}
section.section01 .main_grid{z-index:50;}
section.section01 .section01_slider01{height:100%;}
section.section01 .section01_slider01 .swiper-pagination{top:50%;left:20%;bottom:auto;width:auto;transform:translateY(-50%);display:flex;flex-direction:column;}
section.section01 .section01_slider01 .swiper-pagination-bullet{color:#fff;background:transparent;margin:50px 0;width:50px;height:auto;position:relative;z-index:51!important;}
section.section01 .section01_slider01 .swiper-pagination-bullet:after{content:'';position:absolute;left:-8px;background:url('../Img/bullet_icon.png') no-repeat;width:17px;height:17px;}
section.section01 .section01_slider01 .swiper-pagination-bullet-active{position:relative;}
section.section01 .section01_slider01 .swiper-pagination-bullet-active::after{opacity:.8;}
section.section01 .swiper-slide.bg01{background:url('../Img/main_slider_img01.jpg') center no-repeat;background-size:cover;}
section.section01 .swiper-slide.bg02{background:url('../Img/main_slider_img02.jpg') center no-repeat;background-size:cover;}
section.section01 .swiper-slide.bg03{background:url('../Img/main_slider_img03.jpg') center no-repeat;background-size:cover;}

section.section01 .swiper-slide .txt_wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center;}
section.section01 .swiper-slide h1 {opacity:0;transition:.8s .3s;transform:translateY(30px);font-size:110px;color:#fff;font-family: 'Teko', sans-serif;font-weight:normal;letter-spacing:0;text-shadow:0 0 10px rgba(0,0,0,.3);}
section.section01 .swiper-slide h3 {opacity: 0;transition: .8s .5s;transform:translateY(30px);font-size:20px;color:#fff;letter-spacing:.6em;margin-top:40px;text-shadow:0 0 10px rgba(0,0,0,.3);}
section.section01 .swiper-slide-active h1 {transform:translateY(0);opacity: 1;}
section.section01 .swiper-slide-active h3 {transform:translateY(0);opacity: 1;}


section.section02{background:#fff;padding:140px 0 280px;}
section.section02 .main_grid .line{border-color:rgba(0,0,0,.07);}
section.section02 .main_grid .icon_wrap01{animation:upDown1 alternate infinite 3s;}
section.section02 .main_grid .icon_wrap01 .line_icon{transform:translate(-50%, 200px);}
section.section02 .main_grid .icon_wrap02{animation:upDown2 alternate infinite 3s;}
section.section02 .main_grid .icon_wrap02 .line_icon{transform:translate(-50%, 400px);}
section.section02 .main_grid .icon_wrap03{animation:upDown1 alternate infinite 2s;}
section.section02 .main_grid .icon_wrap03 .line_icon{transform:translate(-50%, 50px);}
section.section02 .main_grid .icon_wrap04{animation:upDown2 alternate infinite 3s;}
section.section02 .main_grid .icon_wrap04 .line_icon{transform:translate(-50%, 500px);}

section.section02 h6.main_sub_tit, section.section02 h1.main_tit{text-align:center;}
section.section02 .flex_wrap{margin-top:100px;text-align:center;}
section.section02 .flex_box{flex:1;}
section.section02 .num{font-size:96px;color:#001296;font-weight:bold;min-height:100px;display:flex;justify-content:center;align-items:center;}
section.section02 .year{font-size:20px;color:#001296;font-weight:bold;margin-top:20px;}
section.section02 .main_txt{font-size:28px;margin:50px 0 20px;font-weight:bold;}
section.section02 .txt{font-size:15px;}

section.section03{height:100vh;min-height:800px;background:url('../Img/section03_bg01.jpg') left center no-repeat;background-size:50% 100%;}
section.section03 .main_grid .line{border-color:rgba(0,0,0,.07);}
section.section03 .txt_wrap{position:absolute;left:60%;top:80px;}
section.section03 .section03_slider01{position:absolute;width:60%;left:40%;top:280px;}
section.section03 .swiper-slide{background:#f1f1f1;height:500px;position:relative;}
section.section03 .swiper-pagination{top:850px;left:70%;transform:translateX(-50%);}
section.section03 .swiper-pagination-bullet {width: 100px;height: 5px;border-radius: 0;margin:0 5px;}
section.section03 .swiper-pagination-bullet-active {background:#001296;}
section.section03 .swiper-slide img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
section.section03 .pro_name{top:40px;left:40px;position:absolute;font-size:18px;}
section.section03 .btn_plus{bottom:40px;right:40px;position:absolute;}

section.section04{padding:140px 0;}
section.section04 .main_grid .line{border-color:rgba(0,0,0,.07);}
section.section04 .main_grid .icon_wrap01{animation:upDown1 alternate infinite 3s;}
section.section04 .main_grid .icon_wrap01 .line_icon{transform:translate(-50%, 200px);}
section.section04 .main_grid .icon_wrap02{animation:upDown2 alternate infinite 3s;}
section.section04 .main_grid .icon_wrap02 .line_icon{transform:translate(-50%, 400px);}
section.section04 .main_grid .icon_wrap03{animation:upDown1 alternate infinite 2s;}
section.section04 .main_grid .icon_wrap03 .line_icon{transform:translate(-50%, 50px);}
section.section04 .main_grid .icon_wrap04{animation:upDown2 alternate infinite 3s;}
section.section04 .main_grid .icon_wrap04 .line_icon{transform:translate(-50%, 500px);}
section.section04 .txt_wrap{text-align:center;}
section.section04 p{font-size:24px;font-weight:400;line-height:1.8;margin:80px 0;}

section.section05{background:url('../Img/section05_bg01.jpg') center no-repeat;background-size:cover;text-align:center;height:100vh;min-height:800px;display:flex;flex-direction:column;justify-content:center;}
section.section05 h1.main_tit{color:#fff;}
section.section05 .flex_wrap{margin-top:100px;}
section.section05 .flex_box{flex:1;height:380px;background:rgba(255,255,255,.3);position:relative;overflow:hidden;transition:.4s;cursor:pointer;}
section.section05 .flex_box *{color:#fff;}
section.section05 .logo_bg{position:absolute;bottom:-30px;right:-16px;transition:.3s;opacity:0;}
section.section05 .main_txt{font-size:28px;font-weight:bold;margin-bottom:20px;margin-top:88px;}
section.section05 .txt{font-size:20px;}
section.section05 .btn_plus2{position:absolute;bottom:70px;left:50%;transform:translateX(-50%);border:none;font-size:40px;font-weight:200;transition:.2s;}

@media (hover: hover) {
  section.section05 .flex_box:hover{background:#fff;}
  section.section05 .flex_box:hover .logo_bg{bottom:0;opacity:1;}
  section.section05 .flex_box:hover .main_txt{color:#001296;}
  section.section05 .flex_box:hover .txt{color:inherit;}
  section.section05 .flex_box:hover .btn_plus2{color:#101010;transform:translateX(-50%) rotate(90deg);}
}


/* 메인 슬라이더 */
/* section.section01{}
.main_slider{height:100vh;min-height:970px;position:relative;margin:0 auto;}
.main_slider .item{position:relative;height:970px;overflow:hidden;}
.main_slider .item img{height:100%;width:100%;position:absolute;top:0;left:0;z-index:-1;}
.main_slider .item .txt_wrap{height:100%;display:flex;flex-direction:column;justify-content:center;}
.main_slider .item .main_tit{font-size:48px;color:#fff;opacity:0;}
.main_slider .item .sub_tit{font-size:18px;color:#fff;opacity:0;margin-bottom:30px}
.main_slider .item .txt{color:#fff;opacity:0;line-height:1.6;}
.main_slider .item .txt::before{content:'';background:#fff;width:26px;height:3px;margin:30px 0;display:block;}
.main_slder_arrow>div{width:50px;height:50px;background:#fff;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);display:flex!important;align-items:center;justify-content:center;cursor:pointer;}
.main_slder_arrow>div i{color:#096fd5;font-size:12px;}
.main_slder_arrow>div:hover{background:#096fd5;}
.main_slder_arrow>div:hover i{color:#fff;}
.main_slder_prev{left:50px;}
.main_slder_next{right:50px;}

.main_slider .slick-active .main_tit{animation: main_ani 1 1s .5s both;}
.main_slider .slick-active .sub_tit{animation: main_ani 1 1.3s .5s both;}
.main_slider .slick-active .txt{animation: main_ani 1 1.6s .5s both;}
.main_slider .slick-active img{animation: main_img_ani 1 4s .5s both;}
@keyframes main_ani{0%{opacity:0;transform:translateX(-60px);} 100%{opacity:1;transform:translateX(0);}}
@keyframes main_img_ani{0%{transform:scale(1.5);} 100%{transform:scale(1);}} */


/* 서브 */
.sub .inner{max-width:1152px;}
.sub_top_area{height:418px;position:relative;}
.sub_top_area.bg01{background:url('../Img/sub_top_bg01.jpg') center no-repeat;background-size:cover;}
.sub_top_area.bg02{background:url('../Img/sub_top_bg02.jpg') center no-repeat;background-size:cover;}
.sub_top_area.bg03{background:url('../Img/sub_top_bg03.jpg') center no-repeat;background-size:cover;}
.sub_top_area.bg04{background:url('../Img/sub_top_bg04.jpg') center no-repeat;background-size:cover;}
.sub_top_area .txt_wrap{position:absolute;top:calc(50% + 50px);transform:translateY(-50%);left:6.14%;}
.sub_top_area .txt_wrap h2.sub_top_tit{font-size:58px;font-family: 'Teko', sans-serif;color:#fff;text-shadow:0 0 10px rgba(0,0,0,.2);}
.sub_top_area .txt_wrap h5.sub_top_txt{font-size:15px;color:#fff;margin-top:14px;font-weight:300;letter-spacing:3px;}
.sub_top_area .icon_wrap01{animation:upDown1 alternate infinite 3s;}
.sub_top_area .icon_wrap01 .line_icon{transform:translate(-50%, 200px);}
.sub_top_area .icon_wrap02{animation:upDown2 alternate infinite 3s;}
.sub_top_area .icon_wrap02 .line_icon{transform:translate(-50%, 400px);}
.sub_top_area .icon_wrap03{animation:upDown1 alternate infinite 2s;}
.sub_top_area .icon_wrap03 .line_icon{transform:translate(-50%, 50px);}
.sub_top_area .icon_wrap04{animation:upDown2 alternate infinite 3s;}
.sub_top_area .icon_wrap04 .line_icon{transform:translate(-50%, 200px);}

.sub_path_area{border-bottom:1px solid #ddd;}
.sub_path{display:flex;align-items:center;height:68px;width:75%;justify-content:center;margin:0 auto;}
.sub_path a{padding:0 60px;display:block;}
.sub_path a.current{color:#001296;border-bottom:1px solid #001296;line-height:68px;}

.sub_cont{min-height:500px;}
h5.sub_cont_txt{font-size:20px;color:#001296;font-family: 'Teko', sans-serif;text-align:center;margin:100px 0 20px;font-weight:500;letter-spacing:0;}
h2.sub_cont_tit{font-size:48px;text-align:center;margin-bottom:100px;}

/* 회사개요 */
.about01 h3{font-size:30px;line-height:1.4;margin:50px 0;}
.about01 h3 span{color:#001296;}
.about01 p{font-size:16px;line-height:2;}
.about01 .flex_wrap{align-items:center;padding:50px 30px;border-top:2px solid #001296;border-bottom:1px solid #ddd;margin-top:50px;}
.about01 .flex_wrap p{margin-left:30px;}
.about01 .about01_bg{height:352px;background:url('../Img/about01_img01.jpg') center no-repeat;}

.about02 iframe{width:100%;height:450px;}
.about02 table.place_table{width:100%;border-top:2px solid #001296;margin:50px 0;}
.about02 table.place_table th{padding:20px;color:#001296;font-size:18px;text-align:left;border-bottom:1px solid #ddd;}
.about02 table.place_table th:before{content:'◆';color:#001296;font-size:10px;margin-right:10px;vertical-align:middle;}
.about02 table.place_table td{padding:20px;border-bottom:1px solid #ddd;}

.about03{}
.cert_wrap:first-child{border-top:2px solid #001296;}
.cert_wrap{border-bottom:1px solid #ddd;padding:50px 0;}
.about03 .cert_name{font-size:24px;color:#001296;font-weight:bold;margin-bottom:20px;}
.about03 .cert_sub_name{font-size:16px;white-space:nowrap;margin-bottom:20px;text-transform: uppercase;}
.about03 .flex_wrap{justify-content:flex-start;}
.about03 .flex_wrap img{border:1px solid #ddd;width:calc(25% - 20px);margin-right:20px;}
.cert_wrap2{display:flex;padding:50px 0;}
.about03 .cert_wrap2 .cert_box{width:calc(25% - 20px);margin-right:20px;}
.about03 .cert_wrap2 .cert_box img{width:100%;}

.product{margin-bottom:100px;}
.product .product_tab{display:flex;align-items:center;justify-content:space-between;}
.product .product_tab li{flex:1;border:1px solid #ddd;overflow:hidden;padding: 15px 0; height: 80px;}
.product .product_tab li a{height:100%;font-size:16px;color:#bbb;display:block;line-height:24px;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:0 20px;}
.product .product_tab li.current{background:#001296;}
.product .product_tab li.current a{color:#fff;}
.product .product_tab li:nth-child(3) > a{line-height: 48px;}
.product .product_tit{font-size:22px;border-bottom:2px solid #001296;padding-bottom:20px;margin:70px 0 30px;}
.product .product_tit:before{content:'◆';color:#001296;font-size:10px;margin-right:10px;vertical-align:middle;}
.product .product_name{font-size:15px;background:#e6e6e6;padding:16px 0;text-align:center;color: #6b6b6b;font-weight:500;}

.product .product_exp{margin:20px 0;line-height:1.4;color: #6b6b6b;}
.product .product_point_txt{color:#ed6d00;line-height:1.4;margin:20px 0 20px 10px;font-weight:500;font-size:16px;}
.product .product_point_txt::before{content:'*';margin-right:4px;margin-left:-10px;}

.product_table{width:100%;margin-bottom:40px;}
.product_table th{background:#e6e6e6;color:#6b6b6b;font-size:16px;padding:16px;font-weight:500;line-height: 22px}
.product_table td{background:#f6f6f6;color:#6b6b6b;font-size:16px;padding:16px;text-align:center;white-space: nowrap;}

.product_table.style02{margin-bottom:0;border-spacing:0;}
.product_table.style02 th{font-size:14px;padding:8px 4px 8px 16px;text-align:left;border-bottom:1px solid #fff;width:40%;font-weight:500;}
.product_table.style02 td{font-size:13px;padding:8px 4px 8px 16px;text-align:left;;border-bottom:1px solid #e6e6e6;line-height:1.4;}

/* 제품 레이아웃 */
.product .flex_wrap{gap:20px;margin-bottom:40px;}
.product .flex_wrap.fw3{flex-wrap:wrap;justify-content:flex-start;}
.product .flex_wrap.fw3 .flex_box{width:calc(33.333% - 15px);}
.product .flex_wrap.fw4{flex-wrap:wrap;justify-content:flex-start;}
.product .flex_wrap.fw4 .flex_box{width:calc(25% - 15px);}
.product .flex_wrap.fw5{flex-wrap:wrap;justify-content:flex-start;}
.product .flex_wrap.fw5 .flex_box{width:calc(20% - 16px);}

.product06 .product_tit{font-size:18px;margin:50px 0 30px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

@media (max-width:1499px){
  body, .header{min-width:1180px;}
  .inner{min-width:1180px;}

  /* 메인 */
  /* 그리드 */
  .main_grid .line.line01 {top: 0;left: 0;border-left: none;}
  .main_grid .line.line02 {top: 0;left: 25%;}
  .main_grid .line.line03 {top: 0;left: 50%;}
  .main_grid .line.line04 {top: 0;left: 75%;}
  .main_grid .line.line05 {display: none;}

  section.section01 .swiper-slide h1{font-size:68px;}
  section.section01 .swiper-slide h3{font-size:16px;margin-top:20px;}
  section.section01 .section01_slider01 .swiper-pagination{left:25%;}

  section.section03 .section03_slider01{width:62.5%;left:37.5%;}
  section.section03 .txt_wrap{left:calc(50% + 30px);}

  /* 서브 */
}
@media (max-width:1180px){
  body, .header{min-width:340px;}
  .inner{width:100%;min-width:340px;padding:0 6.14%;}

  .header .gnb{display:none;}
  .header .toggle_btn{display:block;}

  /* 메인 */
  /* 그리드 */
  .main_grid .line.line01 {top: 0;left: 0;border-left: none;}
  .main_grid .line.line02 {top: 0;left: 33.333%;}
  .main_grid .line.line03 {top: 0;left: 66.666%;}
  .main_grid .line.line04 {display:none;}
  .main_grid .line.line05 {display: none;}

  section.section01 .section01_slider01 .swiper-pagination{left:6.14%;}
  section.section02 .num{font-size:68px;}
  section.section02 .main_txt{font-size:22px;}
  section.section03{background-size:100% 100%;background:url('../Img/section03_bg01_m.jpg') center ;min-height:600px;height:auto;}
  section.section03 .section03_slider01{width: calc(100% - 12.28%);left:50%;transform:translateX(-50%);}
  section.section03 .swiper-slide{height:400px;}
  section.section03 .txt_wrap{left:50%;transform:translateX(-50%);text-align:center;}
  .main section.section03 h1.main_tit{color:#fff;}

  /* 서브 */
  .sub_top_area{height:318px;}
  .sub_path{width:100%;}
  .sub_path a{font-size:15px;padding:0 30px;white-space:nowrap;}

  .sub_cont h5.sub_cont_txt{margin:80px 0 20px;}
  .sub_cont h2.sub_cont_tit{margin-bottom:80px;font-size:36px;}

  .product .product_tab li a{line-height:60px;font-size:16px;}
  .product06 .flex_wrap.fw4 .flex_box{width:calc(33.333% - 20px);}
}
@media (max-width:960px){
  .product .product_tab li a{line-height: 25px;font-size: 13px;padding: 0 10px;}
}

@media (max-width:768px){
  .pc_view{display:none;}
  .m_view{display:block;}

  .quick_menu_wrap{display:none;}

  .footer .flex_wrap{flex-direction:column-reverse;align-items:flex-start;}
  .footer .logo{margin-bottom:20px;max-width:50%;min-width:100px;}
  .footer li{font-size:12px;line-height:1.6;}
  .footer .flex_wrap.footer_bottom{flex-direction:column;align-items:center;}
  .footer .flex_wrap.footer_bottom .designby{margin-top:10px;}
  .footer .sns_wrap{display:block;}

  .main_grid .line{display:none;}
  .main section h1.main_tit{font-size:36px;line-height:1.4;}

  section.section01 .swiper-slide:nth-child(2){background:url('../Img/main_slider_img02_m.jpg') center no-repeat;}
  section.section01 .swiper-slide h1{font-size:48px;}
  section.section01 .swiper-slide h3{letter-spacing:.2em;}
  section.section01 .section01_slider01 .swiper-pagination{display:none;}

  section.section02{padding:80px 0;}
  section.section02 .flex_wrap{flex-direction:column;margin-top:60px;}
  section.section02 .flex_box{padding:30px 0;}
  section.section02 .flex_box:nth-child(2n-1){background:#f6f6f6;}
  section.section02 .num{min-height:inherit;}
  section.section04 p{font-size:18px;margin:60px 0;}
  section.section05{height:inherit;min-height:inherit;padding:80px 0;}
  section.section05 .flex_wrap{flex-direction:column;margin-top:60px;}
  section.section05 .flex_box{padding:30px 0;background:rgba(0,0,0,.5);border-bottom:1px solid rgba(0,0,0,.8);}
  section.section05 .main_txt{margin-top:0;}
  section.section05 .btn_plus2{position:relative;bottom:inherit;left:inherit;transform:none;}
  section.section05 .flex_box .logo_bg{bottom:0;opacity:.5;}

  /* 서브 */
  .about01 .flex_wrap{padding:40px 0;flex-direction:column;}
  .about01 .flex_wrap p{margin:30px 0 0 0;}
  .about01 .about01_bg{background-position: -150px 0;height: 250px;background-size: cover;}

  .about02 table.place_table th{white-space:nowrap;padding:10px 10px 10px 0;font-size:16px;vertical-align:text-top;}
  .about02 table.place_table td{padding:10px 0;font-size:14px;line-height:1.6;}

  .about03 .flex_wrap{flex-wrap:wrap;}
  .about03 .flex_wrap img{width:calc(50% - 20px);margin-bottom:20px;}
  .about03 .flex_wrap img:nth-child(2n){margin-right:0;}

  .about03 .cert_wrap2{flex-direction:column;}
  .about03 .cert_wrap2 .cert_box{width:calc(50% - 20px);margin-bottom:20px;}
  .about03 .cert_wrap2 .cert_box:nth-child(2n){margin-right:0;}
  .about03 .cert_wrap2 .cert_box:nth-child(2n):before{content:'';display:block;height:1px;background:#ddd;margin:50px 0;width:200%;}

  .product .product_tit {font-size: 22px;margin: 50px 0 20px;}
  .product .product_point_txt{font-size:15px;}
  .product_table th{padding:4px;font-size:14px;}
  .product_table td{padding:4px;font-size:13px;}
  .product_table.style02 td{padding:4px;}
  .product_table.style02 td{padding:4px;}

  .product .flex_wrap.fw4 .flex_box, .product .flex_wrap.fw5 .flex_box{width:calc(33.333% - 20px);}

  .product06 .product_tit{font-size:18px;}
  .product06 .flex_wrap.fw4 .flex_box{width:calc(50% - 20px);}
}
@media (max-width:640px){

  .main section h1.main_tit{font-size:30px;}

  section.section01 .swiper-slide h1{font-size:40px;}
  section.section01 .swiper-slide h3{font-size:14px;}
  section.section03 .swiper-slide{height:350px;}
  section.section04 p{font-size:16px;}
  section.section03 .btn_plus{height:40px;width:40px;}

  /* 서브 */
  .product .product_tab{flex-direction:column;}
  .product .product_tab li{width:100%;padding:10px 0}
  .product .flex_wrap{flex-direction:column;}
  .product .flex_box, .product .flex_wrap.fw3 .flex_box, .product .flex_wrap.fw4 .flex_box, .product .flex_wrap.fw5 .flex_box{width:100%;}
  .product .flex_box img{width:100%;}

  .product .product_tab li a{line-height: 20px}

}


/* css 추가 - 250108*/
.flex_wrap{margin-bottom: 20px}
.flex_wrap:last-child{margin-bottom: 0}

.product_table tr th.th_point{color: #1e1e1e;}
.product_table tr td.bold{font-weight: 500;}
.product_table tr td.color{color: #fff;}
.product_table tr td.color_violet{color: #784581;}
.product_table tr td.color_green{color: #78d1ac}
.product_table tr td.color_yellow{color: #e6ef48}
.product_table tr td.color_gray{color: #a3a3a3}
.product_table tr td.color_red{color: #eb1528}
.product_table tr td.color_brown{color: #b75400}
.product_table tr td.color_blue{color: #66beff}
.product_table tr td.color_orange{color: #ffa22c}

.product .bo_50{margin-bottom: 50px}
.product .bo_35{margin-bottom: 35px}
img.mix_img{mix-blend-mode: multiply;width: 72px;}
p.pd_txt{line-height: 25px;color: #444}
h4.sub_tit{font-size: 20px;color: #020202;margin-bottom: 25px;}
p.product_exp span.small_tit{color: #020202;font-weight: 500;}

.product .flex_start{justify-content: flex-start;}
.product .flex_wrap.bo_20{margin-bottom: 20px;}
.product .flex_wrap .width_per{width: 100%;}
.product .flex_wrap img.width_367px{width: 367px}


.mo_commant{
  display: none;
  background-color: #fff;
  border: 1px solid #001296;
  border-radius: 10px;
  padding: 8px 6px;
  font-size: 16px;
  color: #001296;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width:550px){
  .scroll{width: 480px;overflow-x: scroll;}
  .mo_commant{display: block;}
}
@media (max-width:480px){
  .scroll{width: 420px;}
}
@media (max-width:430px){
  .scroll{width: 365px;}
}
@media (max-width:370px){
  .scroll{width: 313px;}
}



/* 폴리에스터 라운드 슬링 (240717 추가) */
.polyester-pg{}
.bold{font-weight: bold;}
ul.txt_list{padding-top: 20px}
ul.txt_list > li{
  color: #6b6b6b;
  line-height: 1.2;
  list-style: auto;
  margin-left: 20px;
  margin-bottom: 10px
}
.grid{display: flex;}
.grid-col-2{grid-template-columns: repeat(2,1fr);}
.grid-col-3{grid-template-columns: repeat(3,1fr);}
.grid-col-4{grid-template-columns: repeat(4,1fr);}
ul.img-wr{grid-gap: 20px;padding-top: 20px}
ul.img-wr > li{width: 100%}
ul.img-wr.wt_auto > li{width: auto}
ul.img-wr .imgbx{border: 1px solid #d9d9d9}
ul.img-wr .imgbx img.grid-img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
ul.img-wr h5{display: block;text-align: center;margin-top: 15px;font-size: 16px;font-weight: 400;}

.flex-wr{display: flex;align-items: flex-start;}
.flex-wr img{height: 100%}

.img-wr1{display: flex;align-items: flex-start;}


@media (max-width:640px){
  ul.img-wr{flex-direction: column;}
  ul.img-wr h5{font-size: 15px;margin-top: 8px}

  .imgbx-ht{height: 250px;width: 100%}

  .flex-wr{flex-direction: column;}
  .left-bx{margin-bottom: 20px;width: 100%;height: 300px}
  .left-bx img{padding-right: 0 !important;}
  .flex-wr img{width: 100%;height: 100%;object-fit: cover;object-position: center}
  .img-wr1{flex-direction: column;}
  ul.img-wr .imgbx, ul.img-wr > li{width: 100%}

  .product .product_tab li a{font-size: 15px}
}














/*  */
