/* @media all and (min-width:1200px) 태블릿모드 사용시 */
@media (min-width: 1400px) 
{ 
/* 메인페이지 */
  .pc_view {display:block;}
  .tb_view {display:none;}
  .pc_tb_view {display:block;}
  .mobile_view {display:none;}  
  .tb_mb_view {display:none;}
  
  #pc_main_logo {display:block; min-width:1400px;}
  #mobile_main_logo {display:none;}

  #pc_main_menu {display:block; min-width:1400px;}
  #pc_main_menu2 {transition:all 0.5s ease;}
  #mobile_main_menu {display:none;}  
   
  #pc_main_banner{display:block;}
  #mobile_main_banner{display:none;}  


  #pc_view_fixed {display:block;width:100%;background:#fff;}

  .wrcen { width:1400px; margin:0 auto; }
  .wrcen1 { width:1400px; margin:0 auto; line-height:0; display: flex; justify-content: space-between; flex-wrap:wrap; }  
  .wrcen2 { width:100%; margin:0 auto; }  
  .wrcen3 { width:1400px; margin:0 auto; line-height:0; display: flex; flex-wrap:wrap; justify-content:space-between; gap:0; }  
  .wrcen4 { width:1400px; margin:0 auto; line-height:0; display: flex; justify-content: space-between; flex-wrap:wrap; }  
  .wrcen5 { width:100%; margin:0 auto; line-height:0; display: flex; flex-wrap:wrap; justify-content:space-between; gap:0; }  
  .wrcen6 { width:1400px; margin:0 auto; line-height:0; display: flex; flex-wrap:wrap; justify-content:space-between; gap:0; }  
  .wrcen7 { width:1400px; margin:0 auto; display:flex; flex-wrap:wrap; justify-content:space-between; gap:0; }

  .cen1 { width:100%; margin:0 auto; padding:0; background:#fff; } 
  .cen2 { width:100%; margin:0 auto; padding:100px 0; background:#fff; } 
  .cen3 { width:100%; margin:0 auto; padding:60px 0; background:#faf9f6; }
  .cen3_ { width:1400px; margin:0 auto; padding:60px 0; background:#fff; }
  .cen3_1 { width:1400px; margin:0 auto; padding:0; background:rgba(0,0,0,0); }
  .cen4 { width:100%; margin:0 auto; padding:60px 0; background:#fff; }
  .cen5 { width:1400px; margin:0 auto; padding:100px 0; background:#fff; } 
  .cen6 { width:100%; margin:100px auto 40px auto; padding:0; background:url(../images/main_bg3.jpg)no-repeat #fff; }
  .cen7 { width:100%; margin:0 auto; padding:100px 0 0 0; background:#fff; }
  .cen8 { width:100%; margin:0 auto; padding:100px 0 50px 0; background:#fff; }
  .cen9 { width:100%; margin:0 auto; padding:100px 0; background:#ddd; display:flex; align-items:center; }

  .sub_cen { width:1400px; margin:0 auto; padding:60px 0; }
  .sub_cen2 { width:100%; margin:0 auto; padding:0; }
  .sub_cen3 { width:1400px; margin:0 auto; padding:120px 0; }
  .sub_cen4 { width:1400px; margin:0 auto; padding:60px 0; text-align:center; line-height:0; }


  .s_left { width:100%; background:rgba(255,255,255,0); margin:0 0 30px 0; }
  
  .lan {width:120px;padding:8px;background:#d5e2e2;text-align:center;border-radius:10px;}
  .lan a {font-size:15px;font-weight:600;font-family:"Montserrat";} 
  .lan a:hover {font-size:15px;font-weight:600;font-family:"Montserrat";color:#188180;} 

  .lan2 {width:120px;padding:5px 8px;background:#555;text-align:center;border-radius:10px;float:right;}
  .lan2 a {font-size:15px;font-weight:600;font-family:"Montserrat";color:#ddd;} 
  .lan2 a:hover {font-size:15px;font-weight:600;font-family:"Montserrat";color:#1ea2a1;} 

  .cen_notice{width:100%; background:url(../images/notice_bg.jpg) no-repeat center top; height:353px; }
  .cen_notice section {width:1400px; margin:0 auto;padding:40px 0;}  
  
  .main_title { margin:15px auto 40px auto; font-size:50px; color:#000; font-weight:500;}  
  .main_title02 {width:1400px; margin:15px auto 35px auto; font-size:23px; color:#fff; font-weight:bold;}  



/* 로그인 */
.main_login_layout {position:fixed; left:50%; top:50%; margin-left:-400px; margin-top:-345px; width:810px; height:670px; }

/*메인카테고리이미지*/
#main_c { width:340px; margin:0; background:rgba(255,255,255,1); text-align:center; transition: all ease 0.5s; }
#main_c:hover img { transition: all ease 0.5s; opacity:0.5; }
#main_c_img { width:100%; text-align:center; padding:0; line-height:0; background:#000; border-radius:20px; }
#main_c_img img { width:100%; border-radius:15px; }
#main_c_t { width:100%; text-align:center; font-size:18px; color:#000; background:#fff; padding:15px 0 0 0; line-height:1.3em; font-weight:600; }

#main_c section {display:none;}
#main_c:hover section {display:block;width:100%;text-align:center;background:rgba(0,0,0,0.7); color:#fff;font-size:20px;line-height:1.5em;height:280px;padding:90px 0 0 0;}
#main_c:hover section span {color:#fff;font-size:15px;}
#main_c:hover section button {width:120px;margin:20px auto 0 auto;padding:2% 4%;color:#fff;background:rgba(0,0,0,0); border:1px solid #fff; border-radius:20px; font-size:15px;}

#main_c2 { width:515px; margin:0; background:rgba(255,255,255,1); text-align:center; transition: all ease 0.5s; }
#main_c2:hover img { transition: all ease 0.5s; opacity:0.5; }
#main_c2_img { width:100%; text-align:center; padding:0; line-height:0; background:#000; border-radius:20px; }
#main_c2_img img { width:100%; border-radius:15px; }
#main_c2_t { width:100%; text-align:center; font-size:20px; color:#000; background:#fff; padding:15px 0 0 0; line-height:1.3em; font-weight:600; }


.faq { width:100%; display:flex; flex-wrap:wrap; gap:12px 0; }
.faq .faq_1 { width:100%; padding:20px 30px; display:flex; justify-content:left; border:1px solid #d5d5d5; cursor:pointer; }
.faq .faq_1:hover { width:100%; border:1px solid #d01700; }
.faq .faq_11 { width:20%; font-size:18px; color:#d01700; font-weight:700; line-height:1.3em; }
.faq .faq_12 { width:80%; font-size:18px; line-height:1.3em; }
.faq .faq_13 { width:10%; line-height:1.3em; display:flex; align-items:center; justify-content:right; }

.inquiry { width:100%; height:220px; display:flex; justify-content:center; align-items:center; background:#ffecec; padding:0 25px; }
.inquiry_1 { width:175px; height:175px; border-radius:100px; background:#fff; display:flex; align-items:center; justify-content:center; flex-direction: column; gap:15px 0; color:#d01700; font-size:16px; }
.inquiry_2 { font-size:18px; color:#000; line-height:1.5em; padding:0 0 0 30px; }
.inquiry_2 b { font-size:45px; color:#000; letter-spacing:-0.02em; }

#main_c3 { width:385px; margin:0; padding:40px 0; font-size:18px; line-height:1.7em; text-align:center; background:rgba(255,255,255,0); border:4px solid rgba(255,255,255,1); color:#fff; font-weight:300; }
#main_c3 b { font-size:35px; color:#fff; font-weight:700; font-family:"GmarketSansBold"; line-height:1.5em;}
#main_c3 button { width:80%; margin:0 auto; font-size:18px; color:#000; padding:12px 0; line-height:1.5em; font-weight:400; background:rgba(255,255,255,1); border-radius:30px; }
#main_c3 button:hover { background:rgba(0,0,0,1); color:#fff; }
#main_c3 img { margin:25px 0; }
#main_c3_ { width:310px; display:flex; flex-wrap:wrap; gap:20px 0; background:rgba(0,0,0,0); }
#main_c3_btn1 { width:100%; height:100px; padding:0 30px; background:#fff; display:flex; align-items:center; font-size:23px; color:#000; font-family:"GmarketSansBold"; }
#main_c3_btn1 img { margin:0 15px 0 0; }

#main_c3_1 { width:385px; padding:40px 30px; background:rgba(255,255,255,0); border:4px solid rgba(255,255,255,1); display:flex; align-content:space-between; flex-wrap:wrap; }
#main_c3_1 b { font-size:30px;color:#000; font-weight:700; }
#main_c3_1 img { margin:25px 0; }
#main_c3_11 { width:100%; display:flex; justify-content:left; }
#main_c3_11_img { line-height:0; margin:0 25px 0 0; }
#main_c3_11_img img { margin:0; }
#main_c3_11_t { font-size:25px; color:#fff; font-family:"GmarketSansBold"; text-align:left; line-height:1.5em; }
#main_c3_11_t b { font-size:28px; color:#fff; font-family:"GmarketSansBold"; }
.line_bar { width:100%; height:1px; background:#fff; }


#main_c4 { width:23%; margin:0; background:#fff; box-shadow:0 0 30px rgba(0,129,43,0.15); border-radius:40px 0 40px 0; font-size:16px; line-height:1.5em; font-weight:300; padding:60px; text-align:center; }
#main_c4 img { }
#main_c4 b { font-size:25px;color:#000; font-weight:500; }

#main_c5 { width:420px; height:530px; margin:0; background:url(../images/gallery_img.png)no-repeat left bottom; }
#main_c5_ { width:980px; margin:0; display:flex; flex-wrap:wrap; justify-content:space-between; }
#main_c5_ th { line-height:0; }
#main_c5_ td { font-size:16px; color:#555; padding:10px 0 0 0; font-weight:300; }
#main_c5_ td b { font-size:16px; color:#555; }


#main_c6 { width:100%; display:flex; justify-content:center; gap:0 55px; padding:60px 0 0 0; }
#main_c6_img { line-height:0; }
#main_c6_t { font-family:"GmarketSansBold"; color:#fff; font-size:60px; text-align:left; line-height:1.3em; padding:85px 0 0 0; }
#main_c6_t b { font-family:"GmarketSansBold"; color:#fff; font-size:50px; text-decoration:underline; text-decoration-color: rgba(0,194,59,0.7); text-decoration-thickness:25px; text-underline-offset : -10px; }


#main_c7 { width:50%; padding:0; line-height:0; }
#main_c7 img { width:100%; border-radius:0 0 30px 0; }
#main_c7_ { width:50%; padding:0 0 0 100px; line-height:1.5em; }
#main_c7_t { width:100%; border-top:2px solid #00c23b; padding:50px 0 0 0; font-family:"GmarketSansBold"; color:#000; font-size:50px; line-height:1.3em; letter-spacing:-0.03em; }
#main_c7_t span { font-family:"GmarketSansBold"; color:#00c23b; font-size:50px; }
#main_c7_1 { width:50%; padding:0 100px 0 0; line-height:1.5em; }
#main_c7_1t { width:100%; border-top:2px solid #00c23b; padding:50px 0 0 0; font-family:"GmarketSansBold"; color:#000; font-size:50px; line-height:1.3em; text-align:right; letter-spacing:-0.03em; }
#main_c7_1t span { font-family:"GmarketSansBold"; color:#00c23b; font-size:50px; }
#main_c7_btn { width:230px; margin:40px 0 0 0; }
#main_c7_btn button { width:100%; background:#000; padding:15px; color:#fff; font-size:18px; border-radius:30px;  }
#main_c7_1btn { width:230px; margin:40px 0 0 0; float:right; }
#main_c7_1btn button { width:100%; background:#000; padding:15px; color:#fff; font-size:18px; border-radius:30px;  }


#main_c8 { width:300px; padding:15px 0 15px 0; line-height:2em; color:#fff; font-size:20px; }
#main_c8 b { font-family:"GmarketSansBold"; color:#fff; font-size:50px; }
#main_c8 button { width:230px; padding:15px; color:#000; font-size:18px; border-radius:30px; background:#fff; }
#main_c8 button:hover { width:230px; padding:15px; color:#fff; font-size:18px; border-radius:30px; background:#000; }
#main_c8_ { width:1040px; padding:0 0 0 0; display:flex; /*align-items:center;*/ flex-wrap:wrap; border-top:1px solid #363a38; }
#main_c8_ section { width:100%; border-bottom:1px solid #d2d6d4; display:flex; justify-content:left; padding:35px 0; }
#main_c8_1 { width:20%; font-family:"GmarketSansBold"; color:#e54c09; font-size:18px; line-height:1.5em; padding:0 0 0 20px; }
#main_c8_2 { width:60%; color:#000; font-size:18px; font-weight:300; line-height:1em; text-overflow: ellipsis; }
#main_c8_2 a { color:#000; font-size:18px; font-weight:300; }
#main_c8_2 a:hover { color:#000; font-size:18px; font-weight:500; }
#main_c8_3 { width:20%; color:#6f6f6f; font-size:18px; font-weight:600; line-height:1em; text-align:right; padding:0 20px 0 0; }



#top_title { width:1400px; margin:0 auto; padding:10px 0 40px 0; display:flex; justify-content:space-between; }
#top_title_ { width:100%; margin:0 auto; padding:0 0 40px 0; display:flex; justify-content:space-between; }
#top_title_2 { width:1400px; margin:0 auto; padding:0 0 40px 0; text-align:left; color:#000; font-size:18px; line-height:1.5em; font-weight:300; }
#top_title_2 b { font-size:40px; color:#000; font-family:"GmarketSansBold"; }
#top_title_2 img { margin:0 15px -10px 0; }

.top_t1 { font-size:18px; font-weight:300; color:#000; line-height:1.5em; letter-spacing:-0.03em; }
.top_t1 b { font-size:40px; color:#000; font-weight:800; margin:0 20px 0 0; }
.top_t2 { padding:0; }
.top_t2 button { width:140px; height:35px; background:#000; font-size:16px; color:#fff; }
.top_t2 button:hover { width:140px; height:35px; background:#d01700; font-size:16px; color:#fff; }



/*===== 메인 아이콘 ======*/
.main_mg { width:100%; display:flex; justify-content:space-between; }
.main_mg1 { width:18%; display:flex; justify-content:left; } 
.main_mg1_img { width:35%; line-height:0; }
.main_mg1_t { width:65%; font-size:16px; color:#000; line-height:1.3em; }
.main_mg1_t b { font-size:20px; color:#000; font-weight:600; }


/*===== 메인 회사소개 ======*/
.main_cp { width:1400px; margin:0 auto; display:flex; justify-content:left; }
.main_cp2 { width:1400px; margin:0 auto; display:flex; justify-content:left; align-items:center; }
.cp_bd { border:3px solid #2ddd63; padding:20px; border-radius:10px; }
.main_cp_menu { width:180px; }
.main_cp_menu2 { width:360px; }
.main_cp_menu3 { width:180px; }
.main_cp_t { width:100%; color:#243931; font-size:30px; font-family: 'OneStoreMobileGothicTitleFont'; line-height:1em; padding:0 0 20px 0; }
.main_cp_t2 { width:100%; color:#243931; font-size:30px; font-family: 'OneStoreMobileGothicTitleFont'; line-height:1em; padding:0 20px 0 0; }
.main_cp_t2 b { color:#243931; font-size:30px; font-family: 'OneStoreMobileGothicTitleFont'; line-height:1.2em; font-weight:500; }
.main_cp_t2 span { color:#000; font-size:18px; line-height:1.3em !important; }
.main_cp_t2 button { width:150px; height:45px; background:#e8eeef; border-radius:30px; text-align:center; color:#000000; font-size:16px; }
.main_cp_t2 button:hover { background:#243931; font-size:16px; color:#fff; font-weight:600; }
.main_cp_t3 { width:100%; color:#fff; font-size:30px; font-family: 'OneStoreMobileGothicTitleFont'; line-height:1em; padding:0 20px 0 0; }
.main_cp_t3 span { color:#fff; font-size:18px; line-height:1.3em !important; }
.main_cp_menu1 { width:100%; color:#000; font-size:18px; line-height:1.3em; padding:10px 0; font-weight:500; border-bottom:1px solid #faf9f6; cursor:pointer;  }
.main_cp_menu1on { width:100%; color:#000; font-size:18px; line-height:1.3em; padding:10px 0; font-weight:500; border-bottom:1px solid #54575c; cursor:pointer; }
.main_cp_menu1:hover { width:100%; color:#000; font-size:18px; line-height:1.3em; padding:10px 0; font-weight:500; border-bottom:1px solid #54575c; cursor:pointer; transition:all ease 0.5s; }
.main_cp_gt { width:560px; padding:0 50px; font-size:18px; color:#000; line-height:1.3em; }
.main_cp_gt span { font-size:30px; color:#243931; font-family: 'BonmyeongjoSourceHanSerif'; line-height:1.4em; }

.main_cp_img { width:660px; display:flex; justify-content:left;  }
.main_cp_img1 { line-height:0; }
.main_cp_img1 img { border-radius:10px; }
.main_cp_info { padding:0 0 0 50px; }
.main_cp_info table { height:100%; }
.main_cp_info th { line-height:0; }
.main_cp_info td { font-size:16px; color:#000; padding:0 0 0 20px; }
.main_cp_info td b { font-size:18px; color:#000; }

.main_cp_his { width:1220px; display:flex; justify-content:space-between; background:url("../images/line_img.jpg")repeat-x center 164px; }
.main_cp_his1 { width:190px; } 
.main_cp_his1_img { width:100%; line-height:0; }
.main_cp_his1_img img { width:100%; }
.main_cp_his1_img2 { width:100%; line-height:0; text-align:center; padding:20px 0; }
.main_cp_his1_t { width:100%; text-align:center; font-size:16px; color:#000; line-height:1.3em; }
.main_cp_his1_t b { font-size:18px; color:#000; }

.cp_ct0 { width:100%; display:flex; justify-content:space-between; }
.cp_ct0 section { width:30%; border-left:3px solid #eee; padding:0 0 0 30px; }
.cp_ct { width:100%; color:#243931; font-size:35px; padding:0 0 30px 0; font-family:'OneStoreMobileGothicTitleFont'; line-height:1em; }
.cp_ct_box { width:100%; padding:0px; line-height:1.8em; color:#000; font-size:20px; }
.cp_ct_box img { width:120px; margin:0 15px 0 0; }
.cp_ct_box span { margin:0 20px; }


.main_pd { width:1220px; display:flex; justify-content:space-between; }
.main_pd1 { width:230px; height:100%; } 
.main_pd1_img { width:100%; line-height:0; }
.main_pd1_img img { width:100%; border-radius:10px 10px 0 0; }
.main_pd1_t { width:100%; height:360px; text-align:left; font-size:15px; color:#5c5c5c; line-height:1.3em; padding:20px; background:#fff; border-radius:0 0 10px 10px; position:relative; }
.main_pd1_t_b { width:100%; height:60px; margin: 0 0 10px 0; font-size:16px; color:#000; font-weight:700; }
.main_pd1_t span { font-size:15px; color:#5c5c5c; line-height:1.5em;  }
.main_pd1_t ul { width:100%; display:flex; flex-wrap:wrap; gap:8px 0; padding:0 0 0 20px; }
.main_pd1_t ul li { font-size:15px; color:#5c5c5c; line-height:1.2em; list-style-type: disc; list-style-position: inside; text-indent:-20px; }
.main_pd1_t button { position:absolute; bottom:20px; border:1px soild #ddd; width:190px; height:40px; border-radius:5px; font-size:16px; color:#243931; font-weight:600; }
.main_pd1_t button:hover { position:absolute; bottom:20px; border:1px soild #243931; width:190px; height:40px; border-radius:5px; background:#243931; font-size:16px; color:#fff; font-weight:600; }
.main_pd1_t .nb_btn { position:absolute; bottom:20px; border:1px soild #ddd; width:190px; height:40px; border-radius:5px; font-size:16px; color:#243931; font-weight:600; }
.main_pd1_t .nb_btn:hover { position:absolute; bottom:20px; border:1px soild #03c75a; width:190px; height:40px; border-radius:5px; background:#03c75a; font-size:16px; color:#fff; font-weight:600; }


.main_tm1_t { width:100%; text-align:left; font-size:15px; color:#5c5c5c; line-height:1.3em; padding:20px 0 0 0; background:rgba(0,0,0,0); }
.main_tm1_t b { font-size:16px; color:#000; }

.main_nt { width:1040px; display:flex; justify-content:space-between; }
.main_nt1 { width:20%; text-align:center; } 
.main_nt1_t { width:100%; text-align:center; font-size:18px; color:#000; line-height:1.3em; padding:10px; font-weight:700; }


.main_cs { width:1040px; display:flex; justify-content:space-between; }
.main_cs1 { display:flex; justify-content:left; } 
.main_cs2 { width:60px; } 
.main_cs1_img { width:60px; line-height:0; }
.main_cs1_img img { width:100%; border-radius:10px 10px 0 0; }
.main_cs1_t { text-align:left; font-size:15px; color:#fff; line-height:1.3em; padding:0 0 0 30px; }
.main_cs1_t b { font-size:16px; color:#fff; }
.main_cs1_t span { font-size:26px; color:#fff; line-height:1.5em;  }




/*main_news*/
.main_news th {padding:20px;font-size:20px;color:#333;text-align:left;border-bottom:1px solid #ddd;}
.main_news th a{font-size:20px;color:#333;}
.main_news td {padding:8px 20px 0 20px;font-size:16px;color:#333;text-align:left;}
.main_news td span {font-size:16px;color:#aaa;}


.maingimg { width:100%; margin:0 auto; }

.cs_t1 { width:100%; font-size:100px; font-family:"Montserrat"; text-align:right; line-height:1em; color:rgba(255,255,255,0.7); font-weight:700; }
.cs_t2 { width:100%; padding:50px 0 0 55%; }
.cs_t21 { width:100%; font-size:30px; line-height:1em; color:rgba(255,255,255,0.7); font-weight:400; border-left:2px solid rgba(255,255,255,0.5); padding:0 0 0 30px; }
.cs_t21 b { font-size:50px; color:rgba(255,255,255,1); font-weight:700; line-height:1.2em; }


/*메인제품확대효과*/
  .ts01 a img{width:80%; overflow:hidden; }
  .ts01 a img:hover {width:80%; transform:scale(1.1); transition:transform 0.5s ease; overflow:hidden; }  


/*========== 서브페이지 ==========*/
  .sub_main { width:100%; margin:0 auto; min-width:1400px; /*position:relative;*/ height:115px; }    
  .sub_main01 { background:url(../images/sub_main.jpg) bottom center no-repeat black; height:250px; margin:0 auto; background-position:center top; background-size:auto; display:flex; align-items:center; }
  .sub_main01 article { width:1400px; margin:0 auto; font-size:60px; color:#fff; line-height:0.8em; font-weight:500; text-align:left; font-family:'OneStoreMobileGothicTitleFont'; font-size:60px; } 
  .sub_main02 { background:url(../images/sub_main1.jpg) bottom center no-repeat black; height:250px; margin:0 auto; background-position:center top; background-size:auto; display:flex; align-items:center; }
  .sub_main02 article { width:1400px; margin:0 auto; display:flex; justify-content:space-between; font-size:60px; color:#fff; line-height:1em; font-weight:500; text-align:left; font-family:'OneStoreMobileGothicTitleFont'; } 
  .sub_main_t { font-size:60px; color:#fff; line-height:1em; font-weight:500; text-align:left; font-family:'OneStoreMobileGothicTitleFont'; }
  .sub_main_t2 { font-size:50px; color:#fff; line-height:1.2em; font-weight:500; text-align:left; font-family:'OneStoreMobileGothicTitleFont'; }
  .sub_main03 { background:url(../images/sub_main2.jpg) bottom center no-repeat black; height:250px; margin:0 auto; background-position:center top; background-size:auto; display:flex; align-items:center; }
  .sub_main03 article { width:1400px; margin:0 auto; display:flex; justify-content:space-between; font-size:60px; color:#fff; line-height:1em; font-weight:500; text-align:left; font-family:'OneStoreMobileGothicTitleFont';  } 
  .sub_main04 { background:url(../images/sub_main3.jpg) bottom center no-repeat black; height:250px; margin:0 auto; background-position:center top; background-size:auto; display:flex; align-items:center; }
  .sub_main04 article { width:1400px; margin:0 auto; display:flex; justify-content:space-between; font-size:60px; color:#fff; line-height:1em; font-weight:500; text-align:left; font-family:'OneStoreMobileGothicTitleFont';  } 


/* 2차메뉴 */
  .sm_t00 { width:1400px; margin:0 auto; border:1px solid #ddd; border-radius:30px; display:flex; justify-content:center; flex-wrap:wrap; gap:0 50px; }
  .sm_t00 div {  }
  .sm_t00 button { width:100%; height:60px; background:rgba(255,255,255,0); color:#373637; font-weight:400; font-size:18px; text-align:center; letter-spacing:0.03em; }
  .sm_t00 button:hover { font-weight:500; color:#d01700; }
  .sm_t00 .sub_selected4 {font-weight:500; color:#d01700; }

.menu_btn { width:180px; height:50px; border-radius:5px; box-shadow:0 0 30px rgba(0,0,0,0.1); background:#243931; color:#fff; font-size:18px; font-weight:500; }


/*메뉴드롭 시작*/
.menubar { width:100%; margin:0 auto; padding:0 100px 0 0; }
.menubar ul { list-style:none; margin:0; padding:0; display:flex; justify-content:right; flex-wrap:wrap; gap:0 70px; }
.menubar ul li { text-align:center; font-size:20px; font-weight:bold; color:#232936; position:relative; }
.menubar ul li button { margin:0 auto; text-align:center; background:rgba(255,255,255,0); line-height:1.5em; }
.menubar ul li .m_box { text-align:center; font-size:20px; font-weight:400; color:#232936; height:115px; padding:42px 0 0 0; }
.menubar ul li .m_box button { text-align:center; font-size:20px; font-weight:500; color:#fff; }
.menubar ul li .m_box:hover button { text-align:center; font-size:20px; font-weight:500; color:#00c23b; text-decoration:underline; text-underline-offset:5px; }
.menubar ul li .m_box .sub_selected1 { text-align:center; font-size:20px; font-weight:500; color:#00c23b !important; text-decoration:underline; text-underline-offset:5px; }

.menubar ul li ul { top:100px; height:auto; position:absolute; margin:0; padding:25px 30px; border:0; z-index:100; background:#fff; box-shadow:0px 0px 5px #ddd; display:none;  /* 평상시에는 서브메뉴가 안보이게 하기 */ }
.menubar ul li ul li { border:0; text-align:left; float:none; display:block; }
.menubar ul li ul li button { width:100%;font-size:16px; text-align:left; padding:0 0 10px 0; } 
.menubar ul li ul li:nth-last-child(1) button { width:100%; font-size:16px; text-align:left; padding:0 0 0 0; } 
.menubar ul li ul li button:hover { font-size:16px; color:#00c23b; text-align:left; display:block; border:0; }
.menubar li:hover ul {
display:block;   /* 마우스 커서 올리면 서브메뉴 보이게 하기 */
}

.menubar2 { width:100%; margin:0 auto; padding:0 100px 0 0; }
.menubar2 ul { list-style:none; margin:0; padding:0; display:flex; justify-content:right; flex-wrap:wrap; gap:0 70px; }
.menubar2 ul li { text-align:center; font-size:20px; font-weight:bold; color:#232936; position:relative; }
.menubar2 ul li button { margin:0 auto; text-align:center; background:rgba(255,255,255,0); line-height:1.5em; }
.menubar2 ul li .m_box { text-align:center; font-size:20px; font-weight:400; height:115px; padding:42px 0 0 0; }
.menubar2 ul li .m_box button { text-align:center; font-size:20px; font-weight:500; color:#000; }
.menubar2 ul li .m_box:hover button { text-align:center; font-size:20px; font-weight:500; color:#000; text-decoration:underline; text-underline-offset:5px; }
.menubar2 ul li .m_box .sub_selected1 { text-align:center; font-size:20px; font-weight:500; color:#000 !important; text-decoration:underline; text-underline-offset:5px; }

.menubar2 ul li ul { top:100px; height:auto; position:absolute; margin:0; padding:25px 30px; border:0; z-index:100; background:#fff; box-shadow:0px 0px 5px #ddd; display:none;  /* 평상시에는 서브메뉴가 안보이게 하기 */ }
.menubar2 ul li ul li { border:0; text-align:left; float:none; display:block; }
.menubar2 ul li ul li button { width:100%;font-size:16px; text-align:left; padding:0 0 10px 0; } 
.menubar2 ul li ul li:nth-last-child(1) button { width:100%; font-size:16px; text-align:left; padding:0 0 0 0; } 
.menubar2 ul li ul li button:hover { font-size:16px; color:#00c23b; text-align:left; display:block; border:0; }
.menubar2 li:hover ul {
display:block;   /* 마우스 커서 올리면 서브메뉴 보이게 하기 */
}

.lan_c { 
width:150px; height:45px; padding:12px 0 12px 20px; font-size:15px; border:1px solid #e6e6e6; border-radius:20px; 
background:url(../images/lan_bg.png)no-repeat 85% center; text-align:left; float:right; 
}

.lan_c:hover { 
width:150px; height:45px; padding:12px 0 12px 20px; font-size:15px; border:1px solid #2f318d; border-radius:20px; 
background:url(../images/lan_bg_.png)no-repeat 85% center; text-align:left; float:right; color:#2f318d;
}
/*메뉴드롭 끝*/

/*2차메뉴드롭 시작*/
.menubar03 { width:1400px; margin:0 auto;  }
.menubar03 ul { list-style:none; margin:0; padding:0; }
.menubar03 ul li { float:left; width:250px; border-right:1px solid #e6e6e6; border-bottom:0; position:relative; background:rgba(255,255,255,0); }
.menubar03 ul li button { width:100%; text-align:left; font-size:18px; color:#000; padding:0 40px 0 20px; font-weight:500; }
.menubar03 ul li button:hover { text-align:left; font-size:18px; color:#4b4b4b; background:#000; font-weight:500; }
.menubar03 ul li ul { top:80px; height:auto; position:absolute; width:100%; margin:0; padding:0; border:0; z-index:100; background:#fff; display:none;  /* 평상시에는 서브메뉴가 안보이게 하기 */ }
.menubar03 ul li ul li { font-size:14px; border:1px solid #d1e4e9; border-top:0; text-align:left; float:none; display:block; }
.menubar03 ul li ul li button { font-size:14px; width:100%; height:50px; text-align:left; padding:0 20px; color:#333; background:#fff; }
.menubar03 ul li ul li button:hover { font-size:14px; color:#d01700; text-align:left; font-weight:600; background:#ffe7e4; display:block; }
.menubar03 li:hover ul {
display:block;  /* 마우스 커서 올리면 서브메뉴 보이게 하기 */
}
.navi { width:100%; min-width:1400px; margin:0 auto; background:#f4f4f4; height:80px; }
.menubar03 .home { width:80px; height:80px; text-align:center; padding:20px 0; cursor:pointer; background:#e7e7e7; display:flex; align-items:center; justify-content:center; }
/*2차메뉴드롭 끝*/


/*========== 타이틀 ==========*/
.s_title01 { width:100%; font-size:60px; color:#243931; margin:40px auto 60px auto; text-align:left; line-height:1.2em; font-family:'OneStoreMobileGothicTitleFont'; }
.s_title02 { width:1400px; font-size:60px; color:#fff; margin:0px auto; text-align:left; font-family:'OneStoreMobileGothicTitleFont'; }
.s_title02 b { font-size:25px; color:#fff; font-weight:500; line-height:1.8em !important; }
.s_title03 { width:1400px; font-size:60px; color:#000; margin:0 auto 0 auto; text-align:left; line-height:1.2em; font-family:'OneStoreMobileGothicTitleFont'; }
.s_title04 { width:100%; font-size:40px; color:#243931; margin:0 auto 30px auto; text-align:center; line-height:1.2em; font-family:'OneStoreMobileGothicTitleFont'; }
.s_title04 span { font-family:'OneStoreMobileGothicTitleFont'; font-size:40px; font-weight:700; }
.s_title04 span b { font-family:'OneStoreMobileGothicTitleFont'; font-size:40px; font-weight:700; }
.s_title04 img { margin:0 15px 0 0; }
.faq_title { width:100%; text-align:left; line-height:2em; }
.faq_title b { font-size:40px; color:#243931; font-family:'OneStoreMobileGothicTitleFont'; font-weight:500; }
.faq_title span { font-size:20px; color:#000; font-weight:500; }


/*========== 회사소개 ==========*/
.cp_box { width:100%; display:flex; flex-wrap:wrap; gap:70px 0; }
.cp_img { width:100%; line-height:0; }
.cp_t1 { width:490px; font-size:40px; color:#243931; font-family:'OneStoreMobileGothicTitleFont'; line-height:1.3em; }
.cp_t1 b { font-size:40px; color:#00c23b; font-family:'OneStoreMobileGothicTitleFont'; font-weight:500; }
.cp_t2 { width:910px; font-size:20px; color:#000; font-weight:300; line-height:1.5em; }
.cp_t2 b { font-size:20px; color:#000; font-weight:600; }
.cp_t3 { width:500px; font-size:0; line-height:0; background:url(../images/pf_img.png)no-repeat left top; background-size:cover; }
.cp_t4 { width:900px; font-size:20px; color:#000; font-weight:300; line-height:1.5em; padding:0 0 0 60px; }
.cp_t4 table { width:100%; border-top:2px solid #000; }
.cp_t4 td { font-size:16px; color:#000; padding:10px 10px; border-bottom:1px solid #ddd; }
.cp_t4 td b { font-size:16px; color:#000; font-weight:500; margin:0 5px 0 0; }
.cp_t4 th { font-size:22px; color:#000; padding:15px 15px; border-bottom:1px solid #ddd; }



.location_bx { width:100%; }
.location_bx2 { width:100%; }
.location_bx2 table { width:70%; margin:0 auto; border-collapse:collapse; border-top:2px solid #aaa;  }
.location_bx2 th { padding:15px 0; font-size:18px; color:#000; border:1px solid #ddd;  border-left:0; border-right:0; width:30%; }
.location_bx2 td { padding:15px 0; font-size:18px; color:#000; border:1px solid #ddd;border-left:0; border-right:0; }

.his_box { width:100%; display:flex; flex-wrap:wrap; gap:50px 0; justify-content:space-between; padding:0 0 40px 0; }
.his_img_box { width:680px; }
.his_img_box section { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; gap:20px 0; }
.his_img { width:330px; line-height:0; } 
.his_img img { width:100%; border-radius:10px; }
.his_t { width:630px; display:flex; flex-wrap:wrap; gap:60px 0; }
.his_t section { width:100%; }
.his_t0 { width:100%; color:#243931; font-size:40px; padding:0 0 50px 0; font-family:'OneStoreMobileGothicTitleFont'; line-height:1em; }
.his_t1 { width:100%; color:#000; font-size:35px; padding:0 0 25px 0; font-weight:900; border-bottom:2px solid #dedfe1; }
.his_t2 { width:100%; font-size:20px; color:#000; line-height:1.5em; padding:20px 0 0 0; }

.ceo_box { width:100%; margin:0 auto; display:flex; justify-content:space-between; padding:0 0 40px 0; }
.ceo_box1 { width:600px; background:#fff; font-size:35px; font-weight:700; color:#000; line-height:0; }
.ceo_box2 { width:730px; background:#fff; font-size:20px; line-height:1.6em; font-weight:300; }
.ceo_box2 b { font-size:25px; color:#000;  line-height:1.3em; font-weight:700; }
.ceo_img { width:100%; display:flex; justify-content:space-between; }
.ceo_bg { width:100%; height:350px; background:url(../images/ceo_bg.jpg)no-repeat center center; display:flex; justify-content:center; align-items:center; }
.ceo_bg .ceo_bg_t { width:100%; text-align:center; color:#fff; font-family:'OneStoreMobileGothicTitleFont'; margin:0 auto; font-size:45px; text-shadow:10px 0px 10px #000; }

.vision_box { width:100%; height:700px; background:url(../images/vision_bg.jpg)no-repeat center center; padding:350px 0 0 0; }
.mission_box { width:100%; padding:120px 0; background:#f8fce7; display:flex; flex-wrap:wrap; gap:80px 0; }
.mission_box section { width:1400px; margin:0 auto; display:flex; justify-content:space-between; align-items:center; }
.mission_img { width:600px; line-height:0; }
.mission_img img { width:100%; }
.mission_t { font-size:20px; color:#000; line-height:1.8em; }
.mission_t b { font-size:30px; color:#000; }

#od1 { order:1; }
#od2 { order:2; }

.team_box { width:1400px; margin:0 auto; display:flex; flex-wrap:wrap; justify-content:left; gap:100px; }
.team1 { width:400px; }
.team_img { width:100%; padding:0 10px; line-height:0; }
.team_img img { width:100%; }
.team_t1 { width:100%; text-align:center; color:#000; font-size:20px; line-height:1.7em; padding:50px 0 0 0; }
.team_t1 b { font-size:25px; color:#243931; font-family:'OneStoreMobileGothicTitleFont'; font-weight:300; }
.team_t1 b span { font-size:35px; color:#243931; font-family:'OneStoreMobileGothicTitleFont'; font-weight:300; }


.pd_box { width:1400px; margin:0 auto; display:flex; flex-wrap:wrap; justify-content:left; gap:40px; }
.pd_box1 { width:320px; margin:0; background:rgba(255,255,255,1); text-align:center; transition: all ease 0.5s; }
.pd_box1:hover img { transition: all ease 0.5s; opacity:0.5; }
.pd_box1_img { width:100%; text-align:center; padding:0; line-height:0; background:#000; border-radius:20px; }
.pd_box1_img img { width:100%; border-radius:15px; }
.pd_box1_t { width:100%; text-align:left; font-size:18px; color:#000; background:#fff; padding:15px 0 0 0; line-height:1.3em; font-weight:600; }


/*========== 준비물 =========*/
.list_box { width:100%; margin:40px 0 0 0; border-top:1px solid #555; }
.list_box table { width:100%; border-collapse:collapse; }
.list_box th { background:#f3f3f3; padding:10px 0; font-size:18px; color:#000; border:1px solid #ddd; text-align:center; font-weight:600; }
.list_box td { padding:5px 0; font-size:18px; color:#000; border:1px solid #ccc; text-align:center; font-weight:300; }
.list_box .td_left { padding:5px 15px; font-size:18px; color:#000; text-align:left !important; }
.list_box .td_left2 { padding:10px 15px; font-size:18px; color:#000; }
.list_box .td_left2 b { font-size:18px; color:#000; font-weight:600; }
.list_box .td_left2 b span { font-size:18px; color:#000; font-weight:600; margin:0 10px 0 0; }


/*========== 약관 ==========*/
.tac_box { width:100%; background:#f1f4f6; padding:30px; border-radius:10px; font-size:18px; color:#000; line-height:1.8em; font-weight:300; }
.tac_box textarea { width:100%; height:305vw; background:#f1f4f6; border:0; font-size:18px; color:#000; line-height:1.8em; font-weight:300; box-sizing: border-box;  overflow: hidden; /* 스크롤바 숨김 */ }

.tac_box2 { width:100%; background:#f1f4f6; padding:30px; border-radius:10px; font-size:18px; color:#000; line-height:1.8em; font-weight:300; }
.tac_box2 textarea { width:100%; height:231vw; background:#f1f4f6; border:0; font-size:18px; color:#000; line-height:1.8em; font-weight:300; overflow-y:hidden;}






/*조직도*/
.org_box { width:1400px; margin:0 auto; line-height:0; }
.org_box img { width:100%; }


/*오시는길*/
.map_box { width:1400px; margin:0 auto; }
.map_w { width:100%; margin:0 auto; box-shadow:0 5px 10px #aaa; padding:25px; border-radius:20px; } 
.map { width:100%; border-collapse:collapse; margin:0 auto; }
.map th { font-size:18px; padding:12px; border-right:2px solid #eee; } 


/* 코스진행 */
.course_box1 { width:700px; }
.course_box1 article { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; gap:20px 0; }
.course_box1_1 { width:340px; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:0; border-radius:20px; padding:40px 0; } 
.course_box1_1 section { display:flex; flex-wrap:wrap; gap:30px 0; }
.course_box1_1img { width:100%; line-height:0; text-align:center; }
.course_box1_1t { width:100%; font-size:18px; color:#000; text-align:center; line-height:1.3em; }
.course_box1_1t b { font-size:18px; color:#000; }
.course_box2 { width:650px; border-top:3px solid #000; padding:40px 0 0 0; display:flex; flex-wrap:wrap; gap:0; }
.course_box2_title { width:100%; font-size:25px; color:#000; font-weight:800; }
.course_box2_0 { width:100%; display:flex; justify-content:space-between; flex-wrap:wrap; gap:0 0; padding:30px 0 0 0; }
.course_box2_1 { width:3.5%; line-height:0; background:url(../images/h_line.png)left 10px no-repeat; padding:6px 0 25px 0; } 
.course_box2_1_ { width:3.5%; line-height:0; background:url(../images/h_line.png)left top repeat-y; padding:6px 0 25px 0; } 
.course_box2_1_1 { width:3.5%; line-height:0; background:url(../images/h_line.png)left top repeat-y; padding:6px 0 0 0; } 
.course_box2_2 { width:96.5%; font-size:17px; color:#000; font-weight:300; line-height:1.5em; padding:0 0 25px 0; }
.course_box2_2_ { width:96.5%; font-size:17px; color:#000; font-weight:300; line-height:1.5em; padding:0 0 0 0; }
.course_box2_2 b { font-size:17px; color:#000; }
.course_box2_2_ b { font-size:17px; color:#000; }
.course_box3 { width:100%; padding:0; margin:0 auto; padding:50px 0 0 0; }
.course_box4 { width:100%; border-top:3px solid #000; padding:40px 100px 0 100px; display:flex; flex-wrap:wrap; gap:0; }
.course_box4_t { width:100%; font-size:15px; color:#000; font-weight:300; border:1px solid #ddd; border-bottom:0; padding:20px 20px; }
.course_box4_t1 { width:50%; font-size:15px; color:#000; font-weight:300; border:1px solid #ddd; border-bottom:0; border-right:0; padding:20px 20px; line-height:1.3em; } 
.course_box4_t2 { width:50%; font-size:15px; color:#000; font-weight:300; border:1px solid #ddd; border-bottom:0; padding:20px 20px; line-height:1.3em; } 
.course_box4_t1:nth-child(15) { width:50%; font-size:15px; color:#000; font-weight:300; border:1px solid #ddd; border-right:0; padding:20px 20px; line-height:1.3em; } 
.course_box4_t2:last-child { width:50%; font-size:15px; color:#000; font-weight:300; border:1px solid #ddd; padding:20px 20px; line-height:1.3em; } 


.course_line { position:absolute; bottom:100px; width:100%; display:flex; justify-content:center; gap:0 130px; background:url(../images/course_line.png)center center no-repeat; padding:0 0 0 0; }
.course_line01 { width:90px; height:100%; text-align:center; padding:0 0 0 0; } 
.c_nb { padding:10px; border-radius:20px; border:3px solid #00c23b; text-align:center; color:#fff; font-size:18px; }
.c_nb:hover { padding:10px; border-radius:20px; border:3px solid #00c23b; background:#00c23b; text-align:center; color:#fff; font-size:18px; cursor:pointer; }


.reservation_btn { 
margin:0; width:255px; padding:23px 0 20px 0; 
background: linear-gradient(90deg,rgba(86, 174, 50, 1) 0%, rgba(218, 180, 1, 1) 100%); 
font-size:23px; color:#fff; font-family:"OneStoreMobileGothicTitleFont"; text-align:center; 
border-radius:30px; text-shadow:0 0px 10px #888; line-height:1em;
}
.reservation_btn:hover { cursor:pointer;
margin:0; width:255px; padding:23px 0 20px 0; 
background: linear-gradient(90deg,rgba(218, 180, 1, 1) 0%, rgba(86, 174, 50, 1) 100%); 
font-size:23px; color:#fff; font-family:"OneStoreMobileGothicTitleFont"; text-align:center; 
border-radius:30px; text-shadow:0 0px 10px #888; line-height:1em;
}






/*제품형태*/
.pd_form { width:100%; display:flex; justify-content:left; flex-wrap:wrap; gap:80px 30px; }
.pd_form_ { width:100%; display:flex; justify-content:left; flex-wrap:wrap; gap:50px 70px; }
.pd_form1 { width:625px; }
.pd_form2 { width:380px; }
.pd_form_img { width:100%; text-align:center; line-height:0; padding:25px 0; border:1px solid #ddd; }
.pd_form_img2 { width:100%; text-align:center; line-height:0; padding:0; border:1px solid #ddd; }
.pd_form_t { width:100%; text-align:center; font-size:18px; color:#000; line-height:1.5em; font-weight:300; padding:25px 0 0 0; }
.pd_form_t b { font-size:25px; color:#d01700; font-weight:600; }

/*주문제작 프로세스*/
.pd_pcs { width:100%; display:flex; justify-content:left; flex-wrap:wrap; gap:20px 0; padding:20px 0 0 0; }
.pd_pcs1 { width:100%; border:0; padding:0; display:flex; justify-content:left; align-items:center; border:1px solid #eee; border-radius:20px; box-shadow:0 3px 10px #ddd; }
.pd_pcs2 { width:100%; line-height:0; padding:10px 0; text-align:center; } 
.pd_pcs2 img { height:40px; }
.pd_pcs_img { width:28%; text-align:center; line-height:0; padding:0; }
.pd_pcs_img img { width:60%; }
.pd_pcs_t { width:72%; text-align:left; font-size:20px; color:#000; line-height:1.3em; font-weight:800; padding:40px; background:#f9f9f9; border-radius:20px;}
.pd_pcs_t b { font-size:20px; color:#d01700; font-weight:800; margin:0 10px 0 0; }
.pd_pcs_t span { font-size:18px; color:#000; font-weight:300; }

.pd_pcs_img2 { width:17%; text-align:center; line-height:0; padding:0; }
.pd_pcs_t2 { width:83%; text-align:left; font-size:23px; color:#000; line-height:1.3em; font-weight:800; padding:40px; background:#f9f9f9; border-radius:20px;}
.pd_pcs_t2 span b { font-size:18px; color:#000; font-weight:700; }
.pd_pcs_t2 span { font-size:18px; color:#000; font-weight:300; }



/*========== FAQ ==========*/
.cs_box { width:1400px; margin:40px auto 0 auto; /*display:flex; flex-wrap:wrap; gap:20px 0;*/ }
.cs_box_q { width:100%; font-size:18px; color:#000; display:flex; justify-content:left; align-items:center; padding:20px 40px; background:#f1f4f6; margin:0; border-radius:10px; }
.cs_box_q1 { width:5%; font-size:25px; color:#000; line-height:1em; text-align:left; padding:0; font-weight:600; }
.cs_box_q2 { width:95%; font-size:18px; color:#888; line-height:1em; font-weight:600; }
.cs_box_q2 b { font-size:18px; color:#000; font-weight:700; }

.cs_box_q_on { width:100%; font-size:18px; color:#000; display:flex; justify-content:left; align-items:center; padding:20px 40px; background:#f1f4f6; margin:0 0 0px 0; border-radius:10px 10px 0 0; }
.cs_box_q_on .cs_box_q1 { width:5%; font-size:25px; color:#000; line-height:1em; text-align:left; padding:0; font-weight:600; height:100%; }
.cs_box_q_on .cs_box_q2 { width:95%; font-size:18px; color:#555; line-height:1em; font-weight:600; height:100%; }
.cs_box_a { width:100%; font-size:16px; color:#555; background:#f1f4f6; padding:20px 40px 20px 40px; line-height:1.8em; font-weight:300; border-radius:0 0 10px 10px; 
              border-top:1px solid #d6dde1; display:none; }
.cs_box_a b { font-size:16px; color:#000; font-weight:500; }
.cs_box_a th { font-size:16px; background:#999; color:#fff; padding:10px 0; }
.cs_box_a td { font-size:16px; border-bottom:1px solid #999;  padding:10px 0; text-align:center; }



/*이미지*/
.box01 { width:100%;text-align:center;line-height:0; }
.box02 { width:100%;text-align:center;line-height:0;padding:5% 0; }
.box03 { width:100%;text-align:center;font-size:18px;color:#333;line-height:1.5em; }
.box_tb { width:1000px; margin:60px auto 0 auto; }
.box_tb table { border-collapse:collapse; width:100%; border-left:2px solid #fff; border-right:2px solid #fff; border-top:3px solid #333; }
.box_tb th { padding:18px 0; font-size:16px; width:30%; border-bottom:1px solid #ddd; }
.box_tb td { padding:18px 0; font-size:16px; padding:0 0 0 3%; border-bottom:1px solid #ddd; }






.status { width:100%; padding:0; display:flex; flex-wrap: wrap; gap:85px; } /* 제품 */
.stt01 { width:410px; background:#eee; line-height:0; overflow:hidden; }
.stt01_t { width:100%; font-size:16px; color:#333; line-height:1.5em; text-align:left; padding:13px 0; background:#fff; border-bottom:1px solid #dcdcdc; }
.stt01_img a { line-height:0; }
.stt01_img { width:100%; line-height:0; border:1px solid #dcdcdc; }
.stt01_img img { width:410px; height:410px; transition: ease all 1s; }
.stt01_img img:hover { width:410px; height:410px;
cursor:pointer; 
 transform:scale (1.03); 
 -o-transform:scale(1.03); 
 -moz-transform:scale(1.03);
  -webkit-transform:scale(1.03);
  transition: ease all 1s;
}


/* 서브페이지 - 제품 */
.bd_count {clear:both;text-align:center; margin:10px;}
.items {float:left; width:255px; height:340px; margin-left:45px; }
.items:nth-child(4n - 2)  {margin-left:20px;}
.items:nth-child(4n + 1)  {float:right; margin-right:21px;}


.items .item_image img {width:255px; height:255px; border:solid 1px #ddd;}
.items .item_title {margin:10px auto 0 auto; font-size:15px; text-align:center;}

.info_title img {max-width:550px; }
.info_movie {height:42px;}
.info_movie img {width:185px; height:42px;}
.info_img  {float:left; margin:0 10px 0 auto; width:100px;height:100px;}
.info_img img {width:98px; height:98px; border:1px solid #c6c6c6;}
.info_big img {max-width:650px; max-height:650px;}
.info_big div {width:650px; height:650px;}

.pd_list0 {padding:50px 0 0 0;}
.pd_list0 td {width:25%;}
.pd_list {border:1px solid #fff; font-size:15px; padding:36px;}
.pd_list:hover {border:1px solid #90c31f; font-size:15px; color:#333;}
.pd_list b {font-size:15px; font-weight:300; color:#333;}
.pd_list b:hover {font-size:15px; font-weight:300; color:#333;}
.pd_list img {margin:0 0 20px 0;}

.pd_list_ {width:100%;background:rgba(0,0,0,0.8); border:1px solid #fff; font-size:15px; padding:75px 36px; }
.pd_list_ th {width:50%; color:#fff;padding:5px 0;font-size:14px;}
.pd_list_ td {width:50%; color:#fff;font-size:14px; font-weight:300;}

.pd_s {border-collapse:collapse;}
.pd_s th{font-size:15px; font-weight:400;color:#333;vertical-align:top;line-height:0;}
.pd_s td{padding:30px 0 30px 30px; font-size:15px; font-weight:400;vertical-align:top;border-top:4px solid #72a7a7;border-bottom:1px solid #dadada;text-align:left;line-height:1.7em;}
.pd_s td b {color:#17807f;font-size:22px;}
.pd_s td span {color:#333;font-size:17px;font-weight:600;}
.pd_s th img {box-shadow:2px 2px 10px #ddd;}

.pd_textarea {text-align:center;font-size:15px;font-weight:400;margin:30px 0 0 0;padding:30px;background:#f0f0f0;}
.pd_textarea b {font-size:15px;font-weight:600;color:#333;}

.spec {width:100%; border-collapse:collapse; border-top:2px solid #333; border-left:2px solid #fff; border-right:2px solid #fff;}
.spec th {border:1px solid #ccc;font-size:14px;font-weight:400;color:#000;padding:8px 0;background:#f9f9f9;}
.spec td {border:1px solid #ccc;font-size:14px;font-weight:400;color:#494949;padding:8px 0;background:#fff;}
.spec .t_bg {background:#f2fffd !important;}

.btn01 {width:130px; padding:13px 0; font-size:13px; font-weight:bold; color:#fff; background:#000; border-radius:0px; cursor:pointer; margin:0 auto;}



/*세로간격*/
.text_h05 { height:5px; clear:both; }
.text_h1 { height:10px; clear:both; }
.text_h15 { height:15px; clear:both; }
.text_h2 { height:20px; clear:both; }
.text_h3 { height:30px; clear:both; }
.text_h4 { height:40px; clear:both; }
.text_h5 { height:50px; clear:both; }
.text_h6 { height:60px; clear:both; }
.text_h7 { height:70px; clear:both; }
.text_h8 { height:80px; clear:both; }
.text_h9 { height:90px; clear:both; }
.text_h10 { height:100px; clear:both; }


/*가로간격*/
.text_w02 { margin:0 2px; }
.text_w05 { margin:0 5px; }
.text_w1 { margin:0 10px; }
.text_w2 { margin:0 20px; }
.text_w25 { margin:0 25px; }
.text_w3 { margin:0 30px;} 
.text_w4 { margin:0 40px; }
.text_w5 { margin:0 50px; }
.text_w6 { margin:0 60px; }
.text_w7 { margin:0 70px; }




/*연구개발*/
.rnd_text { font-size:16px; text-align:center; width:100%; color:#777; line-height:1.5em; }
.rnd { width:90%; display:flex; justify-content: space-between; margin:0 auto;}
.rnd01 { width:25%; text-align:center; }
.rnd01_t { width:100%; font-size:18px; color:#555; text-align:center; padding:5px 0 0 0;}



/* 상세페이지 css */
.ss {border-collapse:collapse;}
.ss_title {font-size:22px;color:#555;}
.ss td b {font-size:20px;color:#404041;}
.ss td span {font-size:14px;color:#7d7d7d;}


/* 게시판 */
.newstop {height:50px;}
.s_right {float:left; width:1400px; height:100%;  }
.s_right_list {margin:0 auto; width:900px; height:100%;  }
#s_right{width:1400px; margin:0 auto;}
.sright{color:#363636; font-weight:600; font-size:18px; text-align:center;}
#s_left{width:1400px; margin:0 auto; padding-top:10px;}
.scen{width:1400px; margin:0 auto;}
.news {width:100%; }
.news00 { width:100%; font-size:15px; line-height:1.7em; color:#484e52; padding:50px 0; border-bottom:1px solid #e9e9e9;}
.news00_ { width:100%; font-size:15px; line-height:1.7em; color:#484e52; padding:0 0 50px 0; border-bottom:1px solid #e9e9e9;}
.news01 {float:left; line-height:0;}
.news02 {float:right; padding:15px 0; width:50%;  font-size:15px; line-height:1.7em; color:#484e52;}
.news span{color:#777777; font-size:15px; line-height:1.5em;}
.news b{color:#000; font-size:15px; line-height:1.5em;}
.news .bt01{font-size:14px; color:#fff; background:#000;  border:0; border-radius:20px; width:80%; height:45px; text-align:center; cursor:pointer; margin:50px auto 0 auto;}

.bd_title a{font-family:"Noto Sans Kr","Nanum Gothic", "굴림", "Gulim", Verdana, Arial, Sans-serif;}
.bd_title a:hover{ font-family:"Noto Sans Kr","Nanum Gothic", "굴림", "Gulim", Verdana, Arial, Sans-serif;}
.bd_title a:visited{ font-family:"Noto Sans Kr","Nanum Gothic", "굴림", "Gulim", Verdana, Arial, Sans-serif;}
.bd_title a:link{ font-family:"Noto Sans Kr","Nanum Gothic", "굴림", "Gulim", Verdana, Arial, Sans-serif;}



/* 카피라이트 */  
.copyright_section{width:100%;margin:0 auto;min-width:1400px;}
.copyright_layout {width:1400px;}
.copyright_sns img{width:30px;}
.copyright_logo img{height:90px;}

.img_drop {width:100%; position:relative;overflow:hidden; cursor:pointer;}
.sub_menu1 {background:url('../images/bs_btn01.jpg') !important; width:100%; height:100px;font-size:20px;border:1px solid #4581d7;border-bottom:1px solid #ededec;border-left:0;}
.sub_menu2 {background:url('../images/bs_btn02.jpg') !important; width:100%; height:100px;font-size:20px;border:1px solid #4581d7;border-bottom:1px solid #ededec;}
.sub_menu3 {background:url('../images/bs_btn03.jpg') !important; width:100%; height:100px;font-size:20px;border:1px solid #4581d7;border-bottom:1px solid #ededec;}
.sub_menu4 {background:url('../images/bs_btn04.jpg') !important; width:100%; height:100px;font-size:20px;border:1px solid #4581d7;border-bottom:1px solid #ededec;border-right:0;}
.sub_menu1_selected {background:url('../images/bs_btn01on.jpg') !important; color:#fff !important; width:100%; height:100px; font-size:20px; border:1px solid #4581d7;border-bottom:0;border-left:0;}
.sub_menu2_selected {background:url('../images/bs_btn02on.jpg') !important; color:#fff !important; width:100%; height:100px; font-size:20px; border:1px solid #4581d7;border-bottom:0;}
.sub_menu3_selected {background:url('../images/bs_btn03on.jpg') !important; color:#fff !important; width:100%; height:100px; font-size:20px; border:1px solid #4581d7;border-bottom:0;}
.sub_menu4_selected {background:url('../images/bs_btn04on.jpg') !important; color:#fff !important; width:100%; height:100px; font-size:20px; border:1px solid #4581d7;border-bottom:0;border-right:0;}


.img_drop button {width:190px;height:47px; font-size:15px; background:#fff; border:1px solid #b5b5b5; margin:35px 0 0 0; color:#666; float:right;}

.bs_contents{border-collapse:collapse;}
.bs_contents th {font-size:20px;font-weight:bold; color:#000;}
.bs_contents th span {font-size:14px;  color:#555;}
.bs_contents td {font-size:0;line-height:0;vertical-align:top;}

.notice td{border-bottom:1px solid #fff; color:#fff; padding:10px 0; font-size:15px;}

.drop_d {
background: rgb(238,238,237);
background: linear-gradient(0deg, rgba(238,238,237,1) 0%, rgba(255,255,255,1) 100%);
border-left:0;
border-right:0;
padding:15px;
}



/* Scroll Animation (sa, 스크롤 애니메이션) */
      .sa {
        opacity: 0;
        transition: all 1s ease;
      }

      /* 아래에서 위로 페이드 인 */
      .sa-up {
        transform: translate(0, 100px);
      }
      /* 위에서 아래로 페이드 인 */
      .sa-down {
        transform: translate(0, -100px);
      }
      /* 왼쪽에서 오른쪽으로 페이드 인 */
      .sa-right {
        transform: translate(-100px, 0);
      }
      /* 오른쪽에서 왼쪽으로 페이드 인 */
      .sa-left {
        transform: translate(100px, 0);
      }
      /* 왼쪽으로 회전하면서 페이드 인 */
      .sa-rotateL {
        transform: rotate(180deg);
      }
      /* 오른쪽으로 회전하면서 페이드 인 */
      .sa-rotateR {
        transform: rotate(-180deg);
      }
      /* 작아진 상태에서 커지면서 페이드 인 */
      .sa-scaleUp {
        transform: scale(.5);
      }
      /* 커진 상태에서 작아지면서 페이드 인 */
      .sa-scaleDown {
        transform: scale(1.5);
      }

      .sa.show {
        opacity: 1;
        transform: none;
      }
}      