@charset "utf-8";


/*  board  */
.bbs { background-color: #fff; }
.bbs .bbs_infotext { font-size: 1.3rem; color:#000; font-family: dotum, sans-serif; margin-bottom: 20px }
.bbs .bbs_table { margin: 0 auto 60px auto; border-top: 2px solid #000;  color: #999; font-size: 1.3rem; }
.bbs .bbs_table table { width: 100%; border-collapse: collapse; text-align: center; table-layout: fixed; }
.bbs .bbs_table table thead th { font-weight: 700; }
.bbs .bbs_table table  th {	padding: 18px 10px; border-bottom: 1px solid #999 ;} 
.bbs .bbs_table table  td { padding: 11px 10px; border-bottom: 1px solid #999 ;} 

.bbs .bbs_table table td.bbs_title { text-align: left; }
.bbs .bbs_table table td.bbs_title a { float: left; display: block; max-width: 80%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #999; line-height: 21px; }
.bbs .bbs_table table td .btn_new { display: none }
.bbs .bbs_table table td.bbs_new .btn_new { display: block; float: left; width: 50px; margin-left: 20px; line-height: 19px; border: 1px solid #1d3c98; color: #1d3c98; text-align: center; font-family: dotum; margin-top: 15px; }

.bbs .bbs_table.bbs_list table .bbs_num { width:15%; }
.bbs .bbs_table.bbs_list table .bbs_title{ width:70%; }
.bbs .bbs_table.bbs_list table .bbs_title img { width: 100px; height: 50px;  margin-right: 14px; border: 1px solid #999; }
.bbs .bbs_table.bbs_list table .bbs_date{ width:15%; }

/*  °øÁö»çÇ×°Ô½ÃÆÇ - ÄÁÅÙÃ÷  */
.bbs .bbs_table.bbs_detail { margin-bottom: 20px; }
.bbs .bbs_table.bbs_detail  table  td  { border-color: #d9d9d9}
.bbs .bbs_table.bbs_detail  table  thead td{ border-color: #999}
.bbs .bbs_table.bbs_detail  table td.bbs_new .btn_new { margin-top: 0; margin-right: 10px; }

.bbs .bbs_table.bbs_detail table .bbs_title { width: 70%; }
.bbs .bbs_table.bbs_detail table .bbs_date { width: 30%; text-align: right; }

/*  ÀÌÀü, ´ÙÀ½±Û º¸±â */
.bbs .bbs_table.bbs_detail .bbs_list_history { display: block; float: left; overflow: hidden; color: #999; }
.bbs .bbs_table.bbs_detail .bbs_list_history p { float: left; }
.bbs .bbs_table.bbs_detail .bbs_list_history p:first-child  { width: 60px; padding-right: 10px ; box-sizing: border-box; background-repeat: no-repeat; background-position: 100% 50%; }
.bbs .bbs_table.bbs_detail  .list_prev { background-image: url("../images/basic/bbs_list_history_prev.png"); }
.bbs .bbs_table.bbs_detail  .list_next { background-image: url("../images/basic/bbs_list_history_next.png"); }
.bbs .bbs_table.bbs_detail  .bbs_list_title { margin-left: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; }
.bbs .bbs_table.bbs_detail  .bbs_list_history > .bbs_list_title { margin-left: 38px; }

/*  °ßÀû¹®ÀÇ °Ô½ÃÆÇ */
.bbs .bbs_table.bbs_inquiry table { text-align: left; }  
.bbs .bbs_table.bbs_inquiry table th { width: 15%; color: #000; font-size: 1.7rem; font-weight: 700; border-color: #d9d9d9}
.bbs .bbs_table.bbs_inquiry table th , 
.bbs .bbs_table.bbs_inquiry table td{ padding: 11px 0; border-color: #d9d9d9; }


/*  µî·ÏÁõ  */
.bbs .bbs_license { margin-bottom: 30px; padding-bottom: 75px; border-bottom: 1px solid #999; margin-left: -1%; margin-right: -1%; }
.bbs .bbs_license .license_item { float: left; width: 23%; margin: 0 1%; margin-bottom: 30px; text-align: center}

.bbs .bbs_license .license_item .item_thumb { width: 100%; height: 363px;border: 1px solid #ddd; box-sizing: border-box; }
.bbs .bbs_license .license_item .item_thumb img { height: 100%;  width: 100%;  }
.bbs .bbs_license .license_item .item_detail {  position: relative;  }
.bbs .bbs_license .license_item .item_detail::before { content: ""; display: block; width: 2px; height: 40px; position: absolute; z-index: 2; top: -20px; left: 50%; background-color: #008850}
.bbs .bbs_license .license_item .item_detail .tit { overflow: hidden;  font-weight: bold; font-size: 1.9rem; color: #222; padding-top: 40px; padding-bottom: 10px;  text-overflow: ellipsis; white-space: nowrap; }
.bbs .bbs_license .license_item .item_detail .date { margin-bottom: 20px; }
.bbs .bbs_license .license_item .item_detail .date span { display: inline-block; font-size: 1.2rem; background-image: url("../images/basic/ico_clock.png"); background-repeat: no-repeat; background-position: 0 2px; padding-left: 25px;  color: #999; }

/*  °¶·¯¸® (ºñ°è)  */
.bbs .bbs_gallery { padding-bottom: 20px; margin-bottom: 40px; border-bottom: 1px solid #999}
.bbs .bbs_gallery ul { margin: 0 -1%; }
.bbs .bbs_gallery ul li { overflow: hidden; float: left; width: 23.5%; height: 328px; margin: 0 0.7% 30px 0.7%; border: 1px solid #e8e8e8; box-sizing: border-box; font-size: 1.3rem; }
.bbs .bbs_gallery ul li .gallery_thumb { overflow: hidden; height: 204px; border-bottom: 1px solid #e8e8e8;}
.bbs .bbs_gallery ul li .gallery_thumb img { width: 100%; height: 100%; }
.bbs .bbs_gallery ul li .gallery_info { padding: 26px 25px 0 25px; }
.bbs .bbs_gallery ul li .gallery_info .title { overflow: hidden; height: 45px; letter-spacing: -0.5px; color: #222; }
.bbs .bbs_gallery ul li .gallery_info .date { margin-top: 10px; color: #999}

/*  »ç¾÷½ÇÀû- ºñ°èºÎºÐ , »ó¼¼º¸±â ÄÁÅÙÃ÷ °¶·¯¸® ½½¶óÀÌ´õ  */
.bbs .bbs_bg_gallery { position: relative; margin: 0 4%; }
.bbs .bbs_bg_gallery li img { max-height: 500px; }
.bbs .bbs_bg_gallery .bx-controls { position: absolute; z-index: 120; top: 34%; width: 100%; height: 53px; }
.bbs .bbs_bg_gallery .bx-controls a { position: absolute; display: block; width: 53px; height: 53px; font-size: 0; text-indent: -9999px; background-image: url("../images/basic/bbs_bg_gallery_prev.png"); }
.bbs .bbs_bg_gallery .bx-controls a.bx-prev { top: 0; left: 25px;; }
.bbs .bbs_bg_gallery .bx-controls a.bx-next { top: 0; right: 25px;; background-image: url("../images/basic/bbs_bg_gallery_next.png"); }
.bbs .bbs_bg_gallery .bg_gallery_selector { margin: 15px 0; } 
.bbs .bbs_bg_gallery .bg_gallery_selector a { display: inline-block; overflow: hidden; width: 65px; height: 65px; opacity: 0.5; margin: 0 4px; box-sizing: border-box; border: 2px solid #999}
.bbs .bbs_bg_gallery .bg_gallery_selector a.active { opacity: 1; border: 2px solid #213e9a; }
.bbs .bbs_bg_gallery .bg_gallery_selector a img { width: 100%; height: 100%; }

/*  °Ô½ÃÆÇ ÇÏ´Ü °Ë»öºÎºÐ */
.bbs .bbs_search { overflow: hidden; text-align: center; }
.bbs .bbs_search .bbs_cate_sel   { display: inline-block; width: 100px; margin-right: 8px; }
.bbs .bbs_search .bbs_cate_sel  select { width: 100%; }
.bbs .bbs_search .bbs_search_txt  { display: inline-block; width: 35%; margin-top: 1px; }
.bbs .bbs_search .bbs_search_txt  .input_w { width: 80%; }
.bbs .bbs_search .bbs_search_txt  .btn_gray { width: 20%; margin-left: -4px; }

/*  ÆäÀÌÂ¡ */
.bbs .bbs_pager { text-align: center; margin: 25px auto; }
.bbs .bbs_pager a { display: inline-block; height: 32px; width: 32px; line-height: 32px; text-align: center; font-size: 1.3rem; color: #999; border: 1px solid #999; background-color: #fff; box-sizing: border-box; }
.bbs .bbs_pager a.selected { background-color: #1d3c98;  border-color: #1d3c98; color: #fff; }

 /*  input »çÀÌÅØ½ºÆ® °£°Ý , hyphen, email  at µî */
.ins { padding: 0 5px; } 
/*  input common style */
.cd { height: 35px; padding: 7px; margin: 0; color: #444; border: 1px solid #d8d8d8; background-color: #fff; box-sizing: border-box; }
/*  input width  */
.cd_w10 { width: 10%; }
.cd_w15 { width: 15%; }
.cd_w20 { width: 20%; }
.cd_w30 { width: 30%; }
.cd_w40 { width: 40%; }
.cd_w50 { width: 50%; }
.cd_w60 { width: 60%; }
.cd_w70 { width: 70%; }
.cd_w80 { width: 80%; }

.bbs_inquiry textarea {  height: 135px;  resize: none; text-align: left; }
.bbs_inquiry .policy_textarea   { height: 135px; overflow: auto; border: 1px solid #d8d8d8; padding: 10px; box-sizing: border-box;}

/*  °Ô½ÃÆÇÇü½Ä ³»¿¡¼­ »ç¿ëµÇ´Â ¹öÆ° */
button.btn { padding: 0; line-height: 33px; border: none; box-sizing: border-box; text-align: center; font-weight: 700;  } 
/* ÀÏ¹ÝÀ¥¹®¼­¿¡¼­ »ç¿ëµÇ´Â ¹öÆ°  a class="btn btn--- "*/
.btn { display: inline-block; width: auto; line-height: 45px; padding: 0 30px; font-size: 1.6rem; font-weight: 400; text-align: center; color: #fff;  cursor: pointer }
.btn.btn_nar { width: auto !important; padding: 0 28px; line-height: 33px; font-size: 1.2rem; }
.btn.btn_gray { background-color: #3e4146}
.btn.btn_lgreen{ background-color: #2ab6ad}
.btn.btn_ico_down { background-image: url("../images/basic/btn_down.png"); background-repeat: no-repeat; background-position: 90% center; padding-right: 35px; }
.btn.btn_ico_nomi { background-image: url("../images/basic/ico_nomi.png"); background-repeat: no-repeat; background-position: 25px 13px; padding-left: 53px; } /*  btn_lgreen  */

.cd.btn_gray { width: 60px; text-align: center; border: none; background-color: #666; color: #fff; }
.btn_golist{ width: 120px; font-size: 1.6rem; background-color: #e8e8e8; color: #222; }
.btn_blue { width: 120px; background-color: #1d3c98; color: #fff; font-size: 1.6rem; text-align: center; font-weight: 700; }
.btn_green { width: 120px; background-color: #008850; color: #fff; font-size: 1.2rem; text-align: center; font-weight: 700; }

/* button.btn.btn_arr{ padding-right: 15px;  background-image: url("../images/basic/btn_detail_arr.png"); background-repeat: no-repeat; background-position: 90% 12px}  */
.btn.btn_arr { padding-right: 40px; background-image: url("../images/basic/btn_detail_arr.png"); background-repeat: no-repeat; background-position: 90% center}

/*  font color  */
.fc_orange { color: #f36910 }
.fc_blue { color: #1d3c98; }
.fc_sky { color: #0e8baa }
.fc_lime { color: #91cd80; }

/*  bullet , title style  */
.bul01 { padding-bottom: 30px; font-size: 2.6rem; font-weight: 700; color: #222; }
.bul01::before { content: ""; display: block; width: 27px; height: 3px; background-color: #000; margin-bottom: 15px; }
.bul02 { padding-bottom: 20px; padding-left: 22px; font-size: 2.4rem; line-height: 26px; font-weight: 700; color: #213e9a; background-image: url("../images/cont/bul02_img.png"); background-repeat: no-repeat;  background-position: 0 4px; }

/*  table style  */
.tbl_type01.tbl_t_left table { text-align: left; }
.tbl_type01.tbl_t_center table { text-align: center; }
.tbl_type01 { border-top: 4px solid #111; border-bottom: 4px solid #111;  }
.tbl_type01 table { width: 100%; border-collapse: collapse;}
.tbl_type01 table th, 
.tbl_type01 table td { border-top: 1px solid #e4e4e4; padding: 25px 20px ;}
.tbl_type01 table th { font-weight: 700; font-size: 1.6rem; background-color: #f7f7f7; color: #222; }
.tbl_type01 table td { font-size: 1.5rem; color: #999}


.tbl_type02 table { width: 100%; border-collapse: collapse; font-size: 1.6rem; border: 1px solid #ddd; }
.tbl_type02 table th, 
.tbl_type02 table td { padding: 9px 15px 10px 15px; font-weight: 500; }
.tbl_type02 table th { background-color: #ddd; color: #222; border-top: 1px solid #fff; }
.tbl_type02 table th.no_top { border-top: none; }
.tbl_type02 table td { border-bottom: 1px solid #ddd; color: #999; }
/*  list style  */

.li_basic { margin: 5px 0 0 15px; }
.li_basic li { margin-bottom: 5px; }

.li_dot01 > li { text-align: left; margin-bottom: 5px;  padding-left: 12px; background-image: url("../images/basic/dot_blue.png"); background-repeat: no-repeat; background-position: 0 9px; }
.li_dot02 > li { text-align: left; margin-bottom: 5px;  padding-left: 12px; background-image: url("../images/basic/dot_gray.png"); background-repeat: no-repeat; background-position: 0 9px; }

.li_num { margin-left: 18px; }
.li_num > li { list-style-type: decimal; margin-bottom: 5px; }


.personal_data_policy { 
}
/*  È¸»ç¼Ò°³ */

.company_top  { font-size: 1.6rem; }
.company_top > .t_big { font-size: 4.0rem; font-weight: 700; }
.company_top > .t_mid {  margin-top: 55px; font-size: 1.8rem; color: #222; }
.company_top > .t_sml{  margin-top: 10px; color: #999; }
.company_top .company_img  { margin-top: 60px; background-image: url("../images/cont/company_top_dots.png"); background-repeat: no-repeat; background-position: 50% 92%}
.company_top .company_img  .img_item { display: inline-block;text-align: center; margin-left: 16px; }
.company_top .company_img  .img_item:first-child { margin-left: 0; }
.company_top .company_img  .img_item .itxt_big  { font-size: 2.3rem; padding:32px 0 10px 0; }

/* --------------------- °æ¿µÀÌ³ä  */
.company_philosophy { background-image: url("../images/cont/company_philosophy_plus.png"); background-repeat: no-repeat; background-position: 50% 180px;  }
.company_philosophy .phi_item { float: left; width: 329px; min-height: 380px; text-align: center; background-image: url("../images/cont/company_philosophy_box01.png"); background-repeat: no-repeat; background-position: 0 0 ;}
.company_philosophy .phi_item.phi_item__02 { margin: 0 100px; background-image: url("../images/cont/company_philosophy_box02.png"); }
.company_philosophy .phi_item.phi_item__03 { background-image: url("../images/cont/company_philosophy_box03.png"); }
.company_philosophy .phi_item  .ico { display: block; width: 135px; height: 92px; margin: 100px auto 0 ; background-image: url("../images/cont/company_philosophy_ico.png"); background-repeat: no-repeat; background-position: 0 0 }
.company_philosophy .phi_item.phi_item__02  .ico  { background-position: -135px 0; }
.company_philosophy .phi_item.phi_item__03  .ico  { background-position: -270px 0; }
.company_philosophy .phi_item .en { padding-top: 30px; padding-bottom: 7px; font-size: 1.7rem; font-weight: 700; color: #222; }
.company_philosophy .phi_item .kr { font-size: 2.4rem; }
.company_philosophy .phi_item .item_textarea { padding-top: 140px; }
.company_philosophy .phi_item .item_textarea .t_top { height: 70px; font-size: 1.9rem; line-height: 1.3; font-weight: 700}
.company_philosophy .phi_item .item_textarea .t_btm{ font-size: 1.4rem; line-height: 26px; padding-top: 15px; color: #999}

/* --------------------- CI */
.gaon_ci h3, 
.gaon_color h3  { width: 18%; float: left; }
.gaon_ci .meaning, 
.gaon_color .color { padding-left: 18%; }
.gaon_ci .meaning .fc_blue { padding-top: 20px; padding-bottom: 15px; font-weight:700; font-size: 1.9rem; }
.gaon_ci .meaning .fc_gray { color: #999; line-height: 26px; }
.gaon_ci .meaning .ci_grid { display: table; width: 100%; height:485px; margin: 20px 0 35px 0; text-align: center; background-image: url("../images/cont/company_ci_grid.png"); background-repeat: repeat; }
.gaon_ci .meaning .ci_grid > p { display: table-cell; vertical-align: middle; }
.gaon_ci .meaning .ci_down { text-align: right; }
.gaon_color { font-size: 1.1rem; text-transform: uppercase; }
.gaon_color .color > div { float: left; width: 30%; margin-left: 3%; }
.gaon_color .color > div:first-child  { margin-left: 0; }

.gaon_color .color .color_name { display: table; float: left; width: 113px; height: 130px; text-align: center; color: #fff; background-image: url("../images/cont/company_cicolor_blue.png"); background-repeat: no-repeat; }
.gaon_color .color .color_name span { display: table-cell; vertical-align: middle; }
.gaon_color .color .color_02 .color_name { background-image: url("../images/cont/company_cicolor_sky.png"); }
.gaon_color .color .color_03 .color_name { background-image: url("../images/cont/company_cicolor_lime.png"); }
.gaon_color .color dl { padding-left: 135px; }
.gaon_color .color dl dt { padding-top: 26px; padding-bottom: 5px; font-weight: 700; color: #222; }
.gaon_color .color dl dd { color: #999; }
.gaon_color .color dl dd li {   }



 /* CEO ÀÎ»ç¸»   */
.company_ceo { font-size: 1.3rem; line-height: 26px; }
.company_ceo .ceo_left { float: left; width: 50%; }
.company_ceo .ceo_right {  float: right; width: 39%; }
.company_ceo .ceo_left  .ceo_title { font-weight: 700; padding-bottom: 72px; } 
.company_ceo .ceo_left  .ceo_title p { font-size: 2.6rem; color: #222; }
.company_ceo .ceo_left  .ceo_title p:first-child { padding-bottom: 23px; font-size: 4.0rem; color: #1d3c98; }
.company_ceo .ceo_left  .ceo_greeting  p {  margin-top: 40px; color: #999; }
.company_ceo .ceo_left  .ceo_greeting  p:first-child  { margin-top: 0 }
.company_ceo .ceo_right { padding-top: 550px; background-image: url("../images/cont/company_ceo_img.png"); background-repeat: no-repeat; background-position: 0 0 }
.company_ceo .ceo_right .ceo_history { margin-top: 4px; border-top: 1px solid #000; border-bottom: 1px solid #000; }
.company_ceo .ceo_right .ceo_history ul li { position: relative; padding: 5px 0 5px 15px; font-size: 1.3rem; border-top: 1px solid #f1f1f1; color: #999; }
.company_ceo .ceo_right .ceo_history ul li::before { content: ""; position: absolute; left: 0; top: 14px; display: block; width: 3px; height: 3px; background-color: #999; }
.company_ceo .ceo_right .ceo_history ul li:first-child { border-top: none}

/*  È¸»ç°³¿ä  */
.company_intro .li_dot01 li { width: 50%; margin-bottom: 20px; float: left; box-sizing: border-box; }
.company_intro .li_dot01 li:nth-child(n+3) { margin-bottom: 0;  }

/*  È¸»ç¿¬Çõ  */
.company_history { font-size: 1.6rem; }
.company_history .history_title { height: 242px; padding-top: 60px; padding-left: 50px; box-sizing: border-box; background-color: #fafafa ;background-image: url("../images/cont/company_history_img.png"); background-repeat: no-repeat; background-position: 100% 0; }
.company_history .history_title .t_big { font-weight: 400; font-size: 2.8rem; line-height: 40px; padding-bottom: 20px; }
.company_history .hisotry_content { position: relative; padding-top: 50px; background-image: url("../images/cont/company_history_midline.png"); background-repeat: repeat-y; background-position: 50% 0; }
.company_history .hisotry_content .yearwrap { position: relative; left: 0; width: 50%; z-index: 1; padding-bottom: 77px;  box-sizing: border-box; text-align: right; }
.company_history .hisotry_content .yearwrap h4 { margin-right: -10px; padding-right: 80px; font-weight: 700; font-size: 3.4rem; line-height: 34px; color: #222; padding-bottom: 4px; background-image: url("../images/cont/company_historoy_year_right.png"); background-repeat: no-repeat; background-position: 100% 4px; }
.company_history .hisotry_content .yearwrap ul.history   { margin:  0 70px 0 0}
.company_history .hisotry_content .yearwrap ul.history  li { overflow: hidden; margin-top: 20px; }
.company_history .hisotry_content .yearwrap ul.history  li .date { display: block; float: right; width: 57px; padding-right: 0; padding-left: 10px; font-size: 1.9rem; color: #222; font-weight: 700; }
.company_history .hisotry_content .yearwrap ul.history  li .cnt { display: block; padding: 0 65px 0 0 ; color: #999; }
.company_history .hisotry_content .yearwrap ul.history  li.fc_blue .date, 
.company_history .hisotry_content .yearwrap ul.history  li.fc_blue .cnt { color: #1d3c98}
.company_history .hisotry_content .yearwrap:nth-child(2n-1) { left: 50%;  text-align: left; }
.company_history .hisotry_content .yearwrap:nth-child(2n-1) h4 { margin-left: -10px; padding-left: 80px;  background-image: url("../images/cont/company_history_year.png"); background-position: 0 4px;; }
.company_history .hisotry_content .yearwrap:nth-child(2n-1) ul.history   { margin:  0 0 0 70px}
.company_history .hisotry_content .yearwrap:nth-child(2n-1) ul.history  li .date { float: left;  padding-right: 10px; padding-left: 0; color: #222; font-weight: 700; }
.company_history .hisotry_content .yearwrap:nth-child(2n-1) ul.history  li .cnt { padding: 0 0 0 65px ; }

/*  ¿À½Ã´Â±æ  */
.company_map { font-size: 1.6rem; }
.company_map .location p { float: left; background-image: url("../images/basic/ico_location.png"); background-repeat: no-repeat; background-position: 0 0; padding-left: 25px; color: #222; }
.company_map .location .contact { float: right; overflow: hidden; margin-bottom: 25px;}
.company_map .location .contact li { display: inline-block; margin-left: 10px; color: #999}
.company_map iframe { width: 100%; height: 500px; }
.company_map .btn_area { margin-top: 30px ; text-align: right; }
.company_map .btn_area a { margin-left: 5px; }

/* Á¶Á÷µµ  */
.company_org { }
.company_org .org_row01 { height: 215px;}
.company_org .org_row01 p { text-align: center; min-width: 200px; max-width: 200px; font-size: 1.9rem; font-weight: 400; line-height: 60px; text-align: cener; color: #fff; background-image: url("../images/cont/company_orgbg_or.png");  background-repeat: repeat-y; box-shadow: 3px 3px 9px rgba(0,0,0,0.3)}
.company_org .org_row01:before { content: ""; display: block; width: 1px; height: 155px; background-color: #aaa; position: absolute; left: 50%; top: 60px; }
.company_org .org_row01 .depth01 p { margin: 0 auto; }
.company_org .org_row01 .depth02 p { background-image: url("../images/cont/company_orgbg_bl.png"); }
.company_org .org_row01 { position: relative;  }
.company_org .org_row01 .depth02 { position: relative; margin-top: 30px; width: 62%; margin: 30px auto 0;}
.company_org .org_row01 .depth02:after { content: ""; display: block; position: absolute; left: 0; top: 30px; width: 100%; height: 1px; background-color: #aaa; }
.company_org .org_row01 .depth02 .depth_left { position: absolute; left: 0; z-index: 1; }
.company_org .org_row01 .depth02 .depth_right { position: absolute; right: 0; ;z-index: 1;  }
.company_org .org_row02 { position: relative; width: 76%; margin: 0 auto }
.company_org .org_row02 .org_row02_inner:before { content: ""; display: block; position: absolute; top:0 ; left: 7.3%; width: 85.5%; height: 1px; background-color: #aaa; }

.company_org .org_row02 .org_row02_inner { overflow: hidden; width: 114%; margin-left: -7% }
.company_org .org_row02 .org_row02_inner .depth_col  { position: relative; float: left; width: 25%; padding-top: 25px; text-align: center; }
.company_org .org_row02 .org_row02_inner .depth_col:before  { content: ""; display: block; position: absolute; left: 50%; top: 0; width: 1px; height: 26px; background-color: #aaa;  }
.company_org .org_row02 .org_row02_inner .depth_col .dept_title  { border: 1px solid #aaa;  width: 145px; height: 145px; margin: 0 auto; border-radius: 50%; line-height: 145px; font-size: 2.0rem; }
.company_org .org_row02 .org_row02_inner .depth_col ul li { border: 1px solid #aaa; width: 145px; padding: 8px 0; font-size: 1.6rem; text-align: center; border-radius: 20px; margin: 5px auto; color: #888}
.company_org .org_row02 .org_row02_inner .depth_col ul li:first-child { margin-top: 10px; }

 
/*  ÁÖ¿ä»ç¾÷  */
.biz .biz_wrap { overflow: hidden; }
.biz .biz_wrap .img { float: left; width: 50%; box-sizing: border-box; }
.biz .biz_wrap .cnt { float: right; width: 50%; box-sizing: border-box; }
.biz .biz_wrap.biz_wrap_align .img { float: right; }
.biz .biz_wrap.biz_wrap_align .cnt { float: left; padding-left: 0; padding-right: 30px; ; }
.biz .biz_wrap .cnt dt { font-size: 4rem; line-height: 100%; }
.biz .biz_wrap .cnt dd { font-size: 1.7rem; color: #999; line-height: 26px; }


.biz.biz01 .biz_wrap { margin-bottom: 155px; }
.biz.biz01 .biz_wrap .cnt { padding-top: 10px; padding-left: 60px; }
.biz.biz01 .biz_wrap .cnt dt { padding-top: 50px; font-weight: 100;  }
.biz.biz01 .biz_wrap .cnt dd { margin-top: 20px; padding-left: 12px; background-image: url("../images/basic/dot_gray.png"); background-repeat: no-repeat; background-position: 0 9px; }

/*  ÁÖ¿ä»ç¾÷2  */
.biz.biz02 .biz_wrap { margin-bottom: 100px; }
.biz.biz02 .biz_wrap .cnt { padding-left: 30px; }
.biz.biz02 .biz_wrap .cnt dt { font-weight: 500; font-size: 3.2rem; color: #213e9a; }
.biz.biz02 .biz_wrap .cnt dd { margin-top: 5px; }

/*  ÁÖ¿ä»ç¾÷3  */
.biz03 .biz_wrap  .img { width: 100%; }
.biz03 .biz_wrap  .cnt { margin-top: 60px; }
.biz03 .biz_wrap  .cnt dt { font-size: 3.2rem; line-height: 100%; font-weight: 500; color: #213e9a; }
.biz03 .biz_wrap  .cnt dd { margin-top: 5px; font-size: 1.7rem; color: #999; line-height: 26px; }

.biz_sg01 .sg01_top { margin-bottom: 150px; }
.biz_sg01 .sg01_gallery { margin-left: -12px; }
.biz_sg01 .sg01_gallery li { float: left; height: 230px; margin-left: 12px; margin-bottom: 12px; }

.biz_sg02 .biz_wrap .img { float: left; width: 50%; }
.biz_sg02 .biz_wrap .cnt { float: right; width: 48%; }
.biz_sg02 .sg02_gallery { margin-left: -35px; margin-top: 30px; margin-bottom: 120px;}
.biz_sg02 .sg02_gallery.sg02_gallery02 { margin-left: -20px; }
.biz_sg02 .sg02_gallery li { float: left; margin-left: 33px; }
.biz_sg02 .sg02_gallery.sg02_gallery02  li { margin-left: 18px; }

.biz_sg03 .sg03_top { padding: 42px; border: 1px solid #ddd; background-color: #fbfbfb; text-align: center; }
.biz_sg03 .sg03_gallery { margin-left: -1%; margin-top: 15px; margin-bottom: 100px; }
.biz_sg03 .sg03_gallery li { float: left; width: 32.3%; margin-left: 1% ; height: 230px; }
.biz_sg03 .sg03_gallery li img { width: 100%; height: 100%; }



/*  ÇÙ½É±â¼ú  */
.tech_top .tech_wrap  { margin-bottom: 120px; }
.tech_top .tech_wrap .tech_thumb { float: left; width: 390px; text-align: center; }
.tech_top .tech_wrap .tech_thumb .img { margin-bottom: 20px; }
.tech_top .tech_wrap .patent { padding-left: 410px; }
.tech_top .tech_wrap .patent li { float: left; margin-left: 10px }
.tech_top .tech_wrap .patent li:first-child  { margin-left: 0; }

.tech_bg01 .tech_wrap { margin-bottom: 50px; }
.tech_bg01 .tech_wrap ul { float: left; width: 600px; }
.tech_bg01 .tech_wrap ul li { float: left; margin-left: 9px; }
.tech_bg01 .tech_wrap ul li:first-child { margin-left: 0}
.tech_bg01 .tech_wrap .tech_detail { padding-left: 620px; }
.tech_bg01 .tech_wrap .tech_detail .tech_detail__txt { padding-left: 20px; color: #999; line-height: 26px; font-size: 1.7rem; word-break: keep-all;}

.tech_bg02 .tech_wrap { margin-bottom: 120px; color: #999; font-size: 1.7rem; line-height: 26px; }
.tech_bg02 .tech_wrap .tech_gallery_wrap { margin-left: -1%; float: left; width: 600px; }
.tech_bg02 .tech_wrap .tech_gallery { width: 49%; float: left; margin-left: 1%; }
.tech_bg02 .tech_wrap .tech_gallery .gal_caption {font-size: 1.7rem;  color: #000; text-align: center; }
.tech_bg02 .tech_wrap .tech_detail { padding-left: 620px; }
.tech_bg02 .tech_wrap .tech_gallery2 { margin-left: -1%;  }
.tech_bg02 .tech_wrap .tech_gallery2 li { float: left; width: 32.3%; margin-left: 1%; }
.tech_bg02 .tech_wrap .tech_gallery2 li img { width: 100%; }



/* ÁÖ¿ä°í°´»ç */
.client { height: 630px; }
.client .client_logo {  }
.client .client_logo li { float: left; margin-left: -1px; margin-bottom: -1px; padding-top: 53px; width: 50%; height: 140px; border: 1px solid #ddd; box-sizing: border-box; text-align: center; }
.client .record_content  { position: absolute; left: 0; min-width: 1920px; margin-top: 100px; }
.client .record_content ul li { width: 50%; height: 254px; float: left; background-repeat: no-repeat; background-size: cover; }
.client .record_content ul li.record_bg { background-image: url("../images/cont/client_ban_01.png"); }
.client .record_content ul li.record_sg { background-image: url("../images/cont/client_ban_02.png"); }
.client .record_content ul li a { display: block; color: #fff; box-sizing: border-box; }
.client .record_content ul li.record_bg a { padding-left: 40%}
.client .record_content ul li.record_sg a { margin-left: 5%; }
.client .record_content ul li h4 { padding-top: 90px; font-size: 2.8rem; font-weight: 400; }
.client .record_content ul li .arrow { display: inline-block; margin-top: 20px; padding-right: 55px; font-size: 1.3rem; background-image: url("../images/cont/client_arrow.png"); background-repeat: no-repeat; background-position: 100% 6px; }

/*  ÁÖ¿ä»ç¾÷  */
.biz_top { position: relative; width: 100%; height: 850px; background-image: url("../images/cont/biz_bg.png"); background-repeat: no-repeat; background-position: top center; background-size: contain; }
.biz_top li { position: absolute; }
.biz_top li p.number { position: relative; padding-bottom: 5px; font-weight: 500; font-size: 1.8rem; color: #213e9a; }
.biz_top li p.number:after  { content: ""; display: block; position: absolute; margin-top: 10px; width: 17px; height: 3px; background-color: #213e9a; }
.biz_top li p.text { font-size: 1.7rem; color: #222; margin-top: 25px; line-height: 26px; }
.biz_top li.biz_01 { left: 30%; top: 150px; text-align: right; }
.biz_top li.biz_02 { right: 30%; top: 150px; }
.biz_top li.biz_03 { left: 20%; top: 370px; text-align: right; }
.biz_top li.biz_04 { right: 24%; top: 370px; }
.biz_top li.biz_05 { left: 30%; top: 610px; text-align: right; }
.biz_top li.biz_06 { right: 30%; top: 610px; }
.biz_top li.biz_01 p.number:after , 
.biz_top li.biz_03 p.number:after , 
.biz_top li.biz_05 p.number:after { right: 0; }

/*  

*/
@media screen and (max-width:1920px) {  
	.client .record_content { min-width: inherit; width: 100%; }
	.client .record_content ul li.record_bg a { padding-left: 0; margin-left: 5%; }
}
@media screen and (max-width:1280px) {  
	.company_top .company_img .img_item { width: 32.3%; margin-left: 1%; }

	.company_philosophy { background-image: none; }
	.company_philosophy .phi_item { width: 30%; background-size: contain }
	.company_philosophy .phi_item.phi_item__02 { margin: 0 5%; }
	.company_philosophy .phi_item .item_textarea .t_top { height: auto; }
	.company_philosophy .phi_item .item_textarea .t_top br, 
	.company_philosophy .phi_item .item_textarea .t_btm br { display: none; }

   .biz_top li  br { display: none }
   .biz_top li { width: 35%; }
   .biz_top li.biz_01, 
   .biz_top li.biz_03,
   .biz_top li.biz_05{ left: 0; }
   .biz_top li.biz_02, 
   .biz_top li.biz_04, 
   .biz_top li.biz_06 { right: 0}
   .biz_top li.biz_05, 
   .biz_top li.biz_06 { top: 525px; }

}

@media screen and (max-width:1200px) {  
	.biz_sg01 .sg01_gallery{ margin-left: -1%; }
	.biz_sg01 .sg01_gallery li { width: 19%; height: auto; margin-bottom: 5px; margin-left: 1%; }
	
	.biz_sg02 .sg02_gallery, 
	.biz_sg02 .sg02_gallery.sg02_gallery02 { margin-left: -1%; margin-bottom: 30px; }
	.biz_sg02 .sg02_gallery li, 
	.biz_sg02 .sg02_gallery.sg02_gallery02 li{ width: 32.3%; margin-left: 1%; }

	

}
@media screen and (max-width:1024px) {  
	.bbs .bbs_table.bbs_detail .bbs_list_history p { background-image: none; }
	.bbs .bbs_table.bbs_detail .bbs_list_history p.bbs_list_title { }

	.bbs .bbs_gallery ul li { height: auto }
	.bbs .bbs_gallery ul li .gallery_info .title { height: 22px; }
	.bbs .bbs_gallery ul li .gallery_info .date { margin-top: 5px; }
	.bbs .bbs_gallery ul li .gallery_info { padding: 15px; }

	.bbs .bbs_bg_gallery .bx-controls{ display: none; }
	.bbs .bbs_bg_gallery { margin: 0 ;}

	.bbs .bbs_license .license_item .item_thumb { height: 280px; }

	.company_top .company_img { background-image: none }

	.company_intro .li_dot01 li { float: none; width: auto; margin-bottom: 5px !important; }

	.company_map { font-size: 1.4rem; }
	.company_map .location p { float: none; }
	.company_map .location .contact { float: none; margin-top: 10px; }
	.company_map .location .contact li:first-child { margin-left: 0; }
	.company_map iframe  { height: 350px; }

	.company_philosophy .phi_item .ico { display: none; }
	.company_philosophy .phi_item .en { padding-top: 140px}

	
	.biz_top li.biz_01, 
	.biz_top li.biz_02 { top: 100px;  }
	.biz_top li.biz_03, 
	.biz_top li.biz_04 { top: 275px; }
	.biz_top li.biz_05, 
	.biz_top li.biz_06 { top:450px; }

	.biz_sg01 .sg01_top { margin-bottom: 30px; }

	.tech_top .tech_wrap .tech_thumb { width: 49%; margin-right: 1%; }
	.tech_top .tech_wrap .patent{ float: left; ; width: 50%;  padding-left: 0}
	.tech_top .tech_wrap .patent li { width: 49%; margin-left: 1%; }

	.tech_bg01 .tech_wrap ul { width: 48%; }
	.tech_bg01 .tech_wrap ul li { width: 49%; margin-left: 1%; }
	.tech_bg01 .tech_wrap .tech_detail { padding-left: 50%; }

	.tech_bg02 .tech_wrap .tech_gallery_wrap { width: 48%; }
	.tech_bg02 .tech_wrap .tech_detail { padding-left: 50%; }



	


}
@media screen and (max-width:768px) { 
	
	.bul02 { font-size: 2rem; }
	.bbs .bbs_table table td { padding: 20px 10px; }
	.bbs .bbs_license .license_item .item_detail .tit { font-size: 1.5rem; }
	.bbs .bbs_license .license_item .item_detail .date { margin-bottom: 10px; }
	.bbs .bbs_license .license_item .item_thumb { height: 220px; }

	.tbl_type01 table th, 
	.tbl_type01 table td  { padding: 10px; } 
	.tbl_type01 table th { font-size: 1.4rem; }
	.tbl_type01 table td { font-size: 1.3rem; }
	.tbl_type02 table { font-size: 1.3rem }


	.company_top > .t_big { font-size: 3.2rem }
	.company_top > .t_mid { font-size: 1.4rem; margin-top: 20px }
	.company_top .company_img { margin-top: 20px;}
	.company_top .company_img .img_item .itxt_big { font-size: 1.6rem; padding: 10px 0 4px 0}
	.company_top .company_img .img_item .itxt_sml{ font-size: 1.4rem; }

	.company_ceo .ceo_left , 
	.company_ceo .ceo_right { float: none; width: auto; background-image: none; padding-top : 0}
	.company_ceo .ceo_right { margin-top: 30px; }

	.company_map iframe  { height: 280px; }

	.company_org .org_row01 .depth02 { width: auto; }
	.company_org .org_row02 { width: auto; }
	.company_org .org_row02 .org_row02_inner { width: auto; margin-left: 0; }
	.company_org .org_row02 .org_row02_inner:before { left: 0; width: 100%; }
	.company_org .org_row02 .org_row02_inner .depth_col .dept_title { width: 95%; height: auto; padding: 10px 0;  line-height: 1; border-radius: 5px; background-color: #ccc; }

	.company_philosophy .phi_item, 
	.company_philosophy .phi_item.phi_item__02{ width: auto; float: none; min-height: initial; position: relative; text-align: left; margin: 0; margin-bottom: 40px; overflow: hidden; background-image: none !important;	    background-image: none !important;  padding-bottom: 20px;     border-bottom: 1px solid #eee; }
	.company_philosophy .phi_item .ico { display: block; margin: 0 0 20px 0; }
	.company_philosophy .phi_item .en { padding-top: 0; }

	.gaon_ci h3, .gaon_color h3 { float: none; width: auto; }
	.gaon_ci .meaning, .gaon_color .color  { padding-left: 0; }
	.gaon_ci .meaning .fc_blue { padding-top: 0; }
	.gaon_ci .meaning .ci_grid { display: block;height: auto; padding: 20px; box-sizing: border-box; }
	.gaon_color .color > div { float: none; width: auto; margin-left: 0; margin-bottom: 20px; }
	.gaon_color .color .color_name  { float: none; margin: 0 auto } 
	.gaon_color .color dl { padding-left: 0; text-align: center; }
	.gaon_color .color dl dt {  padding-top: 10px; }
	.gaon_color .color dl dd { overflow: hidden }
	.gaon_color .color dl dd li { float: left; width: 33%; }

	.client { height: auto; }
	.client .client_logo li { padding: 20px; height: auto }
	.client .record_content{ position: static; margin-top: 20px; }
	.client .record_content ul li { float: none; width: auto; height: 240px; }

	.biz_top { height: auto; background-image: none; }
	.biz_top li { position: static; width: auto; padding-bottom: 20px; text-align: center }
	.biz_top li.biz_01, 
	.biz_top li.biz_03, 
	.biz_top li.biz_05 { text-align: center  }
	.biz_top li p.number { text-align: center; }
	.biz_top li p.number:after, 
	.biz_top li.biz_01 p.number:after, 
	.biz_top li.biz_03 p.number:after, 
	.biz_top li.biz_05 p.number:after { position: static; margin: 10px auto 0 }
	.biz_top li p.text { margin-top: 10px; }

	.biz .biz_wrap .img, 
	.biz .biz_wrap.biz_wrap_align .img{ float: none; width: auto; }
	.biz .biz_wrap .cnt , 
	.biz .biz_wrap.biz_wrap_align .cnt{ float: none; width: auto; }
	.biz.biz01 .biz_wrap .cnt, 
	.biz.biz02 .biz_wrap .cnt{ padding-left: 0; }
	
	.biz .biz_wrap.biz_wrap_align .cnt, 
	.biz.biz02 .biz_wrap.biz_wrap_align .cnt{ padding-right: 0; }

	.biz.biz01 .biz_wrap, 
	.biz.biz02 .biz_wrap{ margin-bottom: 30px; }
	.biz03 .biz_wrap .cnt { margin-top: 30px; }

	.biz.biz02 .biz_wrap .cnt dt  { padding-top: 10px; }
	.biz_sg02 .biz_wrap .img, 
	.biz_sg02 .biz_wrap .cnt { float: none; width: auto }
	.biz_sg02 .biz_wrap .img img { width: 100%; }

	.tech_top .tech_wrap, 
	.tech_bg02 .tech_wrap{ margin-bottom: 50px; }

	.tech_bg01 .tech_wrap .tech_detail .tech_detail__txt , 
	.tech_bg02 .tech_wrap{ font-size: 1.4rem; line-height: 19px}
	.tech_bg02 .tech_wrap .tech_gallery .gal_caption { font-size: 1.4rem }

}

@media screen and (min-width:601px) and (max-width:768px) { 

	
	.company_philosophy .phi_item .item_textarea { padding-top: 0; float: left; width: 45%; position: absolute; top: 0; left: 47%; } 	
}
@media screen and (max-width:640px) { 
	/* .bbs .bbs_table { margin: 20px auto } */
	.bbs .bbs_search .bbs_cate_sel { width: 20%; margin-right: 1%; }
	.bbs .bbs_search .bbs_search_txt { width: 75% }
	.bbs .bbs_search .bbs_search_txt .input_350 { width: 80%; }
	.bbs .bbs_search .bbs_search_txt .btn_gray { width: 20%; }

	/* .bbs .bbs_table.bbs_detail .bbs_list_history p:first-child { width: 17%; text-align: left; }
	.bbs .bbs_table.bbs_detail .bbs_list_history p.bbs_list_title { width: 79%; } */

	.bbs .bbs_table.bbs_inquiry table th { font-size: 1.4rem; padding-right: 5px; }

	.bbs .bbs_license{ padding-bottom: 0;}
	.bbs .bbs_license .license_item { width: 48%; margin-bottom: 25px; }
	.bbs .bbs_license .license_item .item_detail .tit { padding-top: 30px; padding-bottom: 5px; }

	.bbs .bbs_gallery ul li .gallery_thumb { height: 125px; }
	.bbs .bbs_gallery ul li { margin-bottom: 10px; }

	.bul01 { font-size: 2rem; padding-bottom: 20px; }


	.company_top > .t_big { font-size: 2.5rem }
	.company_ceo .ceo_left .ceo_title p:first-child { font-size: 2.5rem; padding-bottom: 5px;}
	.company_ceo .ceo_left .ceo_title { padding-bottom: 20px; }
	.company_ceo .ceo_left .ceo_title p { font-size: 2rem; }
	.company_top .company_img .img_item { width: 32%; }


	.company_history { font-size: 1.4rem }
	.company_history .history_title { padding: 30px ; background-size: cover}
	.company_history .history_title .t_big { color: #fff; line-height: 1.2; padding-bottom: 5px; }
	.company_history .hisotry_content { padding-top: 20px; background-image: none; }
	.company_history .hisotry_content .yearwrap,
	.company_history .hisotry_content .yearwrap:nth-child(2n-1) { left: 0; width: auto; padding-bottom: 50px; text-align: left; }
	.company_history .hisotry_content .yearwrap h4, 
	.company_history .hisotry_content .yearwrap:nth-child(2n-1) h4 { margin: 0; font-size: 2.5rem; background-position: 0 0 ; padding: 0 0 0 80px; }
	.company_history .hisotry_content .yearwrap ul.history, 
	.company_history .hisotry_content .yearwrap:nth-child(2n-1)  ul.history { margin: 0px 0 0 45px;}
	.company_history .hisotry_content .yearwrap ul.history li .date , 
	.company_history .hisotry_content .yearwrap:nth-child(2n-1)  ul.history li .date { float: left; width: 50px; padding: 0 10px 0 0; font-size: 1.4rem }
	.company_history .hisotry_content .yearwrap ul.history li { margin-top: 13px; }
	.company_history .hisotry_content .yearwrap ul.history li .cnt { padding: 0 0 0 62px}


	.company_org .org_row01 p { min-width: 80px;  max-width: min-content; font-size: 1.5rem; padding: 0 10px; }
	.company_org .org_row02 .org_row02_inner .depth_col { width: auto; float: none; overflow: hidden; }
	.company_org .org_row02 .org_row02_inner .depth_col .dept_title { width: 45%; float: left; font-size: 1.4rem }
	.company_org .org_row02 .org_row02_inner .depth_col:before {  z-index: -1; left: 45%; top: 45px; width: 25px; height: 1px;	}
	.company_org .org_row02 .org_row02_inner .depth_col ul {  width: 45%; float: left; margin-left: 4%; 	}
	.company_org .org_row02 .org_row02_inner .depth_col ul li:first-child { margin-top: 0; }
	.company_org .org_row02 .org_row02_inner .depth_col ul li { width: auto; background-color: #fff; font-size: 1.3rem }
	.company_org .org_row02 .org_row02_inner .depth_col.depth_col01:before { display: none}

	.gaon_ci .meaning .fc_blue { padding-bottom:5px; font-size: 1.5rem; }
	.gaon_ci .meaning .fc_gray { font-size: 1.3rem; line-height: 1.3; }

	.biz_sg01 .sg01_gallery li { width: 24%; }
	.biz_sg03 .sg03_gallery li { float: none; width: auto; height: auto; margin-left: 0; margin-bottom: 5px; }

	
	.tech_bg01 .tech_wrap { margin-bottom: 30px; }
	.tech_bg01 .tech_wrap ul { width: auto; float: none; }
	.tech_bg01 .tech_wrap .tech_detail { padding-left: 0; margin-top: 10px; }
	.tech_bg01 .tech_wrap .tech_detail .tech_detail__txt { padding-left: 0; }

	.tech_bg02 .tech_wrap .tech_gallery_wrap { width: auto; float: none; margin-left: 0; }
	.tech_bg02 .tech_wrap .tech_detail { padding-left: 0; margin-top: 10px; }
	.tech_bg02 .tech_wrap .tech_gallery { width: auto; float: none; margin-left: -1%; overflow: hidden ; }
	.tech_bg02 .tech_wrap .tech_gallery li { float: left; width: 49%; height: 220px; margin-left: 1%; }
	.tech_bg02 .tech_wrap .tech_gallery li img { width: 100%; height: 100%; }
	.tech_bg02 .tech_wrap .tech_gallery .gal_caption { clear: both; padding: 10px 0; }

	
}

@media screen and (max-width:600px) { 
	.company_philosophy .phi_item, 
	.company_philosophy .phi_item.phi_item__02 { text-align: center }
	.company_philosophy .phi_item .ico { margin: 0 auto 20px auto }
	.company_philosophy .phi_item .item_textarea { padding-top: 30px; }

	.company_philosophy .phi_item .kr { font-size: 2rem }
	.company_philosophy .phi_item .en, 
	.company_philosophy .phi_item .item_textarea .t_top { font-size: 1.5rem; }

}
@media screen and (max-width:560px) { 
	

	.company_ceo { line-height: 150%;}
	.company_ceo .ceo_left .ceo_greeting p { text-align: justify }
	.company_ceo .ceo_left .ceo_greeting p br { display: none }

	.company_map .location .contact { margin-left: 25px; margin-bottom: 10px; }
	.company_map .location .contact li { display: block; margin-bottom: 3px; margin-left: 0; padding-left: 12px; background-image: url("../images/basic/dot_blue.png"); background-repeat: no-repeat; background-position: 0 7px; }


}
@media screen and (max-width:480px) { 


	.bul02 { padding-bottom: 10px; font-size: 1.7rem; padding-left: 20px;}
	.bbs .bbs_table table th, 
	.bbs .bbs_table table td { padding: 10px 6px; }
	.bbs .bbs_table table td.bbs_new .btn_new { display: none; }
	.bbs .bbs_table table .bbs_date { width: 20%; }
	.bbs .bbs_table table tbody .bbs_date  { font-size: 1rem; letter-spacing: -0.7px; }
	.bbs .bbs_table table .bbs_title { width: 60%; }

	.bbs .bbs_table.bbs_list table .bbs_title { width: 60% }
	.bbs .bbs_table.bbs_list table .bbs_date { width: 25%}

	.bbs .bbs_table.bbs_inquiry table th { width: 25%; }
	.bbs .bbs_table.bbs_inquiry table td { width: 75%}
	
	.bbs .bbs_license .license_item .item_thumb { height: 170px; }
	.bbs .bbs_license .license_item .item_detail::before { display: none; }
	.bbs .bbs_license .license_item .item_detail .tit { padding-top: 10px; font-size:1.4rem; }

	.bbs .bbs_gallery { padding-bottom: 10px; margin-bottom: 20px; }
	.bbs .bbs_gallery ul{ margin: 0;}
	.bbs .bbs_gallery ul li { width: 48.5%; }

	.tbl_type01 table th, 
	.tbl_type01 table td  { font-size: 1.3rem; padding: 5px; }

	.btn { padding: 0 20px; }


	/*  input - mobile width */
	.cd_mw20 { width: 20%; }
	.cd_mw25 { width: 25%; }
	.cd_mw30 { width: 30%; }
	.cd_mw40 { width: 40%; }
	.cd_mw50 { width: 50%; }
	.cd_mw60 { width: 60%; }
	.cd_mw70 { width: 70%; }
	.cd_mw80 { width: 80%; }
	.cd_mw90 { width: 90%; }
	.cd_mw100 { width: 100%; }


	.company_top > .t_big { font-size: 2rem }
	.company_top > .t_mid, 
	.company_top > .t_sml { font-size: 1.3rem; line-height: 1.4; margin-top: 5px; }
	.company_top .company_img .img_item { display: block ;width: auto; margin-left: 0; margin-bottom: 10px; }

	.company_history .history_title { height: auto ; background-image: none; }
	.company_history .history_title .t_big { font-size: 2.2rem; color: #222 }
	
	.company_map .btn_area a { width: 48.5%; margin-left: 1%; margin-bottom: 5px; box-sizing: border-box; }

	.client .client_logo li { width: auto; float: none; padding: 30px 10px; }
	.client .record_content ul li { height: auto; padding: 50px 20px; }
	.client .record_content ul li h4{ padding-top: 0; font-size: 2rem }

	.biz03 .biz_wrap .cnt { margin-top: 0; }
	.biz.biz01 .biz_wrap .cnt dt, 
	.biz.biz02 .biz_wrap .cnt dt, 
	.biz03 .biz_wrap .cnt dt { padding-top: 10px; font-size: 3rem; }
	.biz.biz01 .biz_wrap .cnt dd, 
	.biz.biz02 .biz_wrap .cnt dd, 
	.biz03 .biz_wrap .cnt dd { font-size: 1.4rem }

	.biz_sg01 .sg01_gallery li { width: 32.3%}

	.biz_sg02 .sg02_gallery { margin-left: 0; text-align: center;  }
	.biz_sg02 .sg02_gallery li, 
	.biz_sg02 .sg02_gallery.sg02_gallery02 li{ width: auto; float: none; margin-left: 0; margin-bottom: 5px; }
	.biz_sg02 .sg02_gallery li img , 
	.biz_sg02 .sg02_gallery.sg02_gallery02 li img { width: 100%; }

	.tech_top .tech_wrap .tech_thumb, 
	.tech_top .tech_wrap .patent{ width: auto; float: none; margin-right: 0; margin-bottom: 20px; }


	
}
@media screen and (max-width:414px) { 

	
	.company_map .btn_area a  { width: 49%}
	.company_map .btn_area a:first-child { margin-left:0 }
	.company_map .btn_area .btn.btn_ico_nomi { width: 100%; margin-left: 0 ;} 

	.gaon_ci .meaning .ci_grid { padding: 0; margin: 15px 0; background-image: none }

	.subcontents .cont_title { font-size: 2.4rem; }
}



@media screen and (max-width:360px) { 
	.tech_bg02 .tech_wrap .tech_gallery, 
	.tech_bg02 .tech_wrap .tech_gallery2 { margin-left: 0; }
	.tech_bg02 .tech_wrap .tech_gallery li { float: none; width: auto; height: auto; margin-left: 0; }
	.tech_bg02 .tech_wrap .tech_gallery2 li { float: none; width: auto; margin-left: 0; }
}