/* Main Page */

.wrapper {width: 100%; max-width: 1800px; margin: 0 auto; padding: 0 20px;}

/* Header */
#header {width: 100%; height: 100px; line-height: 100px; border-bottom: 1px solid rgba(255,255,255,0.2); background-color: transparent; position: fixed; z-index: 999; overflow: visible;}
/* Homepage first screen: dark-to-clear gradient behind white nav text */
#header.header-on-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
#header.header-on-banner .header {z-index: 1;}
.header .nav_ul > li.has-dropdown {overflow: visible;}
.header {width: 100%; height: 100%; position: relative; padding: 0 60px;}
.header > * {display: inline-block;}
.header h1 {float: left;}
.header h1 a {display: block;}
.header h1 a img{margin-top: 10px; max-height: 70px; width: auto;}
.header .nav_ul {position: absolute; left: 50%; transform: translateX(-50%); text-align: center; white-space: nowrap;}
.header .nav_ul > li{position: relative; padding: 0 26px;}
.header .nav_ul > li > a {display: block; font-weight: 500; font-size: 20px; color: #fff; text-align: center; position: relative; z-index: 2; transition: color 0.25s;}
.header .nav_ul > li.has-dropdown > a {padding: 0 8px;}
.header .nav_ul > li.has-dropdown:hover > a {color: #fff!important;}

/* Product Catalog - download PDF */
.header .nav_ul > li.nav_catalog_item {padding: 0 18px;}
.header .nav_ul > li.nav_catalog_item > a.nav_catalog,
.mo_menu .nav_catalog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #666 !important;
}
#header.header-on-banner > .header .nav_ul > li.nav_catalog_item > a.nav_catalog {
  color: #fff !important;
}
#header.search_open > .header .nav_ul > li.nav_catalog_item > a.nav_catalog {
  color: #666 !important;
}
.nav_catalog_icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2372bf45' d='M8 2v7.2L5.4 6.6 4.3 7.7 8 11.4l3.7-3.7-1.1-1.1L8 9.2V2H8z'/%3E%3Cpath fill='%2372bf45' d='M3 12.5h10v1.5H3z'/%3E%3C/svg%3E") center / 22px 22px no-repeat;
  vertical-align: middle;
}

/* Nav dropdown - rounded panel */
.nav_dropdown {
  display: none;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 230px;
  padding: 0 0px 26px;
  background-color: #72bf45;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 1;
  text-align: center; padding-top: 50px;
}
.header .nav_ul > li.has-dropdown:hover .nav_dropdown {display: block;}
.nav_dropdown_inner {padding-top: 58px;}
.nav_dropdown_line {
  position: relative;
  height: 2px;
 
  background-color: rgba(255, 255, 255, 0.85); width: 30%; margin: 0px auto; margin-bottom: 18px;
}
.nav_dropdown_line i {
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  background: transparent; background: #72bf45;
}
.nav_dropdown_list > li > a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  color: #fff!important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 7px 0;
  text-align: center;
}
.nav_dropdown_list > li > a::before {content: none;}
.nav_dropdown_list > li > a:hover {opacity: 1; color: #fff!important;}

/* Products dropdown - level 3 flyout */
.nav_dropdown_products {
  min-width: 280px;
  padding: 50px 0 18px;
  text-align: left;
  overflow: visible; padding-top: 100px;
}
.nav_dropdown_products .nav_dropdown_inner {
  position: relative;
  padding-top: 0;
}
.nav_dropdown_products .nav_dropdown_line {
  width: 30%;
  margin: 0 auto 16px;
}
.nav_dropdown_products .nav_menu_item {
  position: relative;
}
.nav_dropdown_products .nav_menu_item > a {
  position: relative;
  padding: 10px 40px 10px 24px;
  text-align: left;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0; text-align: center; color: #fff!important;
}
.nav_dropdown_products .nav_menu_item > a:hover {
  opacity: 1;
}


.nav_menu_item > a:hover,
.nav_menu_item.active > a {
  background-color: #71bf48;
  color: #fff;
}
.nav_dropdown_list > li > a:hover  {
  background-color: #71bf48;
  color: #fff!important;
}

.nav_dropdown_products .nav_menu_item.has-child > a:hover,
.nav_dropdown_products .nav_menu_item.has-child.active > a {
  background-color: #71bf48;
  color: #fff;
}
.nav_dropdown_products .nav_menu_arrow {
  display: none;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  pointer-events: none;
}
.nav_dropdown_products .nav_menu_item.has-child .nav_menu_arrow {
  display: block;
}
.nav_dropdown_products .nav_dropdown_level3 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 340px;
  max-width: 420px;
  max-height: 430px;
  overflow-y: auto;
  background: #72bf45;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 10px 0;
  z-index: 20;
  text-align: left;
}
.nav_dropdown_products .nav_menu_item.has-child:hover .nav_dropdown_level3 {
  display: block;
}
.nav_dropdown_products .nav_dropdown_level3 > ul > li > a {
  display: block;
  padding: 9px 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #fff!important;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  white-space: normal;
}
.nav_dropdown_products .nav_dropdown_level3 > ul > li > a:hover {
  color: #fff;
  opacity: 1;
  background: #71c041;
}
.header .nav_ul > li.has-mega {overflow: visible;}
.header .nav_ul > li.has-mega .nav_dropdown {overflow: visible;}

.snb {display: none !important;}

.header .nav_right_box {
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 16px;
  line-height: normal;
}
.header .nav_right_box .header_icon_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s;
}
.header .nav_right_box .header_icon_btn svg {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0;
}
.header .nav_right_box .lang_switch_wrap {
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  margin: 0;
  line-height: normal;
}
.header .nav_right_box .lang_switch_wrap .header_icon_btn {margin: 0;}
.header .nav_right_box .menu_all {
  display: block;
  flex-shrink: 0;
  margin: 0;
  cursor: pointer;
  height: 18px;
  width: auto;
}
.header .nav_right_box .lang_dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 150px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  z-index: 1001;
  line-height: normal;
  overflow: hidden;
}
.header .nav_right_box .lang_switch_wrap.is-open .lang_dropdown {display: block;}
.header .nav_right_box .lang_dropdown li a {
  display: block;
  padding: 11px 22px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-align: left;
  line-height: 1.4;
  transition: background 0.2s, color 0.2s;
}
.header .nav_right_box .lang_dropdown li a:hover,
.header .nav_right_box .lang_dropdown li a.active {
  color: #72bf45;
  background: #f4f3fa;
}
.header_search_panel {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  z-index: 998;
  padding: 28px 0 34px;
}
#header.search_open .header_search_panel {display: block;}
#header.search_open > .header {
  background-color: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.12);
  border-bottom-color: #eee;
}
#header.search_open > .header .nav_ul > li > a {color: #666;}
#header.search_open > .header h1 a img {content: normal;}
.header_search_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}
.header_search_form {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header_search_icon {
  flex-shrink: 0;
  color: #999;
  line-height: 1;
}
.header_search_icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.header_search_input {
  flex: 1;
  min-width: 0;
  height: 48px;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  background: transparent;
  outline: none;
  padding: 0 0 8px;
}
.header_search_input::placeholder {color: #bbb;}
.header_search_submit {
  flex-shrink: 0;
  min-width: 120px;
  height: 48px;
  padding: 0 34px;
  border: none;
  border-radius: 24px;
  background: #71bf48;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s;
}
.header_search_submit:hover {background: #65ab3f;}
.header .nav_right_box .lang_btn {display: inline-block; font-weight: 500; font-size: 18px; color: #fff; padding: 0 25px; border: 1px solid rgba(255,255,255,0.5); height: 40px;line-height: 40px; border-radius: 20px; margin-right: 30px;}
.menu_all,
.menu_close_btn {cursor: pointer;}

.snb {width: 100%; height: 400px; position: absolute; left: 0; top: 0; z-index: 9999;background-color: rgba(255,255,255,0.9); box-shadow: 2px 0 5px rgba(0,0,0,0.15); display: none !important;}
.snb .header {height: 100px; border-bottom: 1px solid #fff;}
.snb .header .nav_ul > li{position: relative; vertical-align: top;}
.snb .header .nav_ul > li:after{content: ""; width: 0; height: 4px; background-color: #72bf45; position: absolute; top: 96px; left: 50%; z-index: 10; transform: translateX(-50%); transition: 0.3s;}
.snb .header .nav_ul > li:hover:after{width: 175px;}
/*.snb .header .nav_ul li.active::before {content: ''; width: 150px; height: 4px; background-color: #72bf45; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: 0.5s;}*/
.snb .header .nav_ul > li > a {color: #666666;}
.snb .header .nav_ul > li > ul{position: absolute; top: 100px; left: 60px; z-index: 1; padding-top: 25px;}
.snb .header .nav_ul > li > ul > li{}
.snb .header .nav_ul > li > ul.en_font > li > a {font-weight: 400;}
.snb .header .nav_ul > li > ul > li > a{display: block; font-weight: 300; font-size: 17px; color: #000; text-align: left; line-height: 1.5; padding: 4px 0;}
.snb .header .nav_ul > li > ul > li > a::before {content: '- ';}
.snb .header .nav_ul > li > ul > li > a:hover {color: #72bf45;}
.snb .header .nav_right_box .header_icon_btn {border: 1px solid #666; color: #666;}
.snb .header .nav_right_box .lang_btn {color: #72bf45; border: 1px solid #fff;}
.snb_sub_ul { margin-top: 50PX;}
.snb_sub_depth2 { margin-bottom: 30px;}

/*
.snb_ul {height: 100%; width: 820px;margin: 0 auto;}
.snb_big_ul {vertical-align: top; height: 100%;}
.snb_sub_ul {padding-top: 30px; padding-left: 35px; position: relative;}
.snb_sub_ul::before {content: ''; width: 0; height: 4px; background-color: #72bf45; position: absolute; top: -4px; left: 50%; transform: translateX(-50%); transition: 0.3s;}
.snb_sub_ul:hover::before {width: 150px;}
.snb_sub_ul > li {line-height: normal; padding-left: 35px; padding: 5px 0;}
.snb_sub_ul > li > a {display: block; font-weight: 300; font-size: 17px; color: #000;}
.snb_sub_ul > li > a::before {content: '- ';}
.snb_sub_ul > li > a:hover {color: #72bf45;}
.snb_sub_ul.en_font li a {font-weight: 400;}
*/

.site_map {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  min-height: 100vh;
  height: auto;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(255,255,255,0.96);
  display: none;
}
.site_map .header {height: 100px; background-color: #72bf45; position: sticky; top: 0; z-index: 2;}
.site_map_cont {padding-bottom: 48px;}
.big_site_map_ul {
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; margin-top: 100px;
}
.big_site_map_ul > li {
  font-weight: 500;
  font-size: 34px;
  color: #333;
  line-height: normal;
  text-align: left;
  padding: 60px 40px 40px;
  position: relative;
  width: 25%;
  flex: 0 0 25%;
  box-sizing: border-box;
}
.big_site_map_ul > li::after {
  content: '';
  width: 1px;
  background-color: #e8e8e8;
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 40px;
  height: auto;
}
.big_site_map_ul > li:last-child::after {content: none;}
.site_map .snb_sub_ul > li {padding: 0px 0 0 0;}
.site_map .snb_sub_ul > li > span {display: inline-block; width: 100%;}
.site_map .snb_sub_ul > li > a {font-weight: 500; font-size: 18px; display: block; margin-bottom: 24px;}
.site_map .snb_sub_ul > li > a::before {content: none;}
.site_map .snb_sub_ul > li > ul > li {padding: 0; height: 30px; margin-bottom: 8px;

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
height: 30px;
line-height: 30px;

}
.snb_products_ul { margin-top: 50px;}
.site_map .snb_sub_ul > li > ul > li > a {font-weight: 300; font-size: 18px; color: #333; display: block;}
.site_map .snb_sub_ul > li > ul > li > a::before {content: '- ';}
.site_map .snb_sub_ul > li > ul > li > a::before {color: #333;}
.site_map .snb_sub_ul > li > ul > li > a:hover {color: #72bf45;}
.site_map .snb_sub_ul > li > ul > li > a:hover::before {color: #72bf45;}


/* Mobile Menu */
.mo_menu{display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100vh; background-color: rgba(0,0,0,0.3);}
.mo_menu_top h1 a img {width: 125px;}
.mo_menu_ct{position: fixed; top: 0; right: 0; z-index: 999; width: 350px; max-width: 95%; height: 100vh; background-color: #fff;}
.mo_menu_top{height: 58px; line-height: 58px; padding: 0 20px; background-color: #72bf45;}
.mo_menu_top h1{display: inline-block; line-height: 1; vertical-align: middle;}
.mo_menu_close{position: absolute; top: 17px; right: 20px; z-index: 10; line-height: 1;}
.mo_menu_dp1{height: 100%; overflow-y: auto;}
.mo_menu_dp1 > li{position: relative; border-bottom: 1px solid #eee;}
.mo_menu_dp1 > li > span,
.mo_menu_dp1 > li > a{display: block; font-size: 24px; font-weight: 500; padding: 10px 30px; color: #53534b;}
.mo_menu_dp1 > li > img {position: absolute; top: 22px; right: 20px;}
.mo_menu_dp2{display: none;}
.mo_menu_dp2 > li{}
.mo_menu_dp2 > li > span,
.mo_menu_dp2 > li > a{display: block; font-size: 17px; font-weight: 400; padding: 10px 30px; color: #333;}
.mo_menu_dp3{display: none;}
.mo_menu_dp3 > li{padding: 0 10px;}
.mo_menu_dp3 > li > span,
.mo_menu_dp3 > li > a{display: block; font-size: 17px; font-weight: 300; padding: 5px 30px; color: #666;}
.mo_menu_dp3 > li > a::before {content: '- ';}
.mo_menu_dp3.en_font li a {font-weight: 400;}

/* top btn */
.tf_btn_box {position: fixed; right: 61px; bottom: 85px;}
.facebook_btn {width: 54px; height: 54px; line-height: 54px; border-radius: 50%; background-color: #fff; text-align: center; padding-top: 10px; cursor: pointer; box-shadow: 2px 0 5px rgba(10,10,10,0.15);}
.top_btn {width: 54px; height: 54px; line-height: 54px; border-radius: 50%; background-color: #71bf48; margin-top: 14px; text-align: center; cursor: pointer; box-shadow: 2px 0 5px rgba(10,10,10,0.15);}
.f_400 {font-weight: 400;}
.top_btn a {display: block;}

/* Main- Contents */
/* Main1 */
.main_wrapper {position: relative; width: 100%; height: 100%;}
.main_visual_sl {position: relative;}
.main_visual_pause_btn img{width: 14px;}
.main_visual_pause_btn.pause img{width: auto;}
.visual {position: relative; height: 0; padding-bottom: 100vh; overflow: hidden;}
.main_visual_sl{height: 100%;}
.mian_visual {max-width: 100%; height: 100vh; position: relative; min-height: 560px;}
.mian_visual .slick-list,
.mian_visual .slick-track,
.mian_visual .slick-slide{height: 100%;}
.visual div.visual_img{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; transform: scale(1); margin: 0 !important;}
.main_visual_sl.start .visual div.visual_img{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; transform: scale(1); margin: 0 !important;}
.mian_visual .slick-current div.visual_img{transform: scale(1);}
.mian_visual .slick-current .sldier_copy_txt_box > p{transform: translate3d(0px, 0px, 0px); opacity: 1;}

.visual_img video {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

/* 2022-03-30 */
/*
.visual.slick-slide,
.visual.slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
  transition: transform 0.3s linear;
  transition-delay: 0.5s;
  transform: scale(1.2);
}
.visual.slick-center,
.visual.slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transition-delay: 0s;
  transform: scale(1);
}
*/
.visual.slick-slide .visual_img {
  transform: scale(1);
}
.visual:not(.slick-current) .visual_img {
  transform: scale(1);
}

/* .visual.slider1 .visual_img{position: absolute; top: 0; left: 0;}
.visual.slider2 .visual_img{position: absolute; top: 0; left: 0;}
.visual.slider3 .visual_img{position: absolute; top: 0; left: 0;}
.visual.slider4 .visual_img{position: absolute; top: 0; left: 0;} */
.visual_img {max-width: 100%;}
.visual_img img {width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover;}

/*
.visual {min-height: 947px; height: 100%; position: relative;}
.mian_visual {max-width: 100%; height: 100%;}
.visual.slider1 {background: url(../img/m_slide1.png) no-repeat center center/cover;}
.visual.slider2 {background: url(../img/m_slide2.png) no-repeat center center/cover;}
.visual.slider3 {background: url(../img/m_slide3.png) no-repeat center center/cover;}
.visual.slider4 {background: url(../img/m_slide4.png) no-repeat center center/cover;}
*/

.slider_copy_txt_box {text-align: center;}
.visual_copy_tit {font-weight: 600; font-size: 75px; color: #fff;}
.visual_copy_txt {font-weight: 400; font-size: 28px; color: #fff;}

.sldier_copy_txt_box {margin-top: 300px; margin-left: 11%;  display: none;}
.sldier_copy_txt_box > p{transform: translate3d(0px, 50px, 0px); opacity: 0;}
.main_visual_sl.start .sldier_copy_txt_box > p{transform: translate3d(0px, 50px, 0px); opacity: 0; transition: inherit;}
.sldier_copy_txt_box > p:nth-child(1){transition: all ease 0.5s 1s;}
.sldier_copy_txt_box > p:nth-child(2){transition: all ease 0.5s 1.2s;}
.sldier_copy_txt_box > p:nth-child(3){transition: all ease 0.5s 1.4s;}
.slider1 .visual_copy_tit {line-height: 70px; margin-bottom: 30px;}
.slider1 .visual_copy_tit span:nth-child(3) {color: #fff;}
.slider1 .visual_copy_tit span:nth-child(5) {color: #71bf48;}
.visual .visual_copy_tit .color_b{color:#71bf48;}

.visual>div {margin-top: 210px; margin-left: 10%; margin-right: 10%;}
.visual .visual_copy_tit {font-weight: 600; font-size: 75px; margin-bottom: 55px; line-height: 1.1;}
.visual .visual_copy_txt1 {font-weight: 400; font-size: 28px; color: #fff; margin-bottom: 30px;}
.visual .visual_copy_txt2 {font-size: 22px; font-weight: 300; color: #71bf48;}
.visual .visual_copy_txt2 span {color: #fff;}

.slide_btnbox {position: absolute; z-index: 5; right: 11%; bottom: 8%;}
.slide_btnbox >div {display: inline-block;}
.main_visual_numbox span {font-size: 18px; color: #fff; font-weight: 500;}
.main_visual_act_num {font-size: 21px; font-weight: 600; color: #fff; margin-right: 5px;}
.main_visual_tot_num {font-size: 21px; font-weight: 600; color: #71bf48!important; margin-right: 28px;}
.main_visual_btnbox button {margin-right: 13px; border: none; background-color: transparent;}
.main_visual_sl .slick-arrow{display: none !important;}

.detail_btn {display: inline-block; border: 1px solid #fff; border-radius: 30px; font-weight: 400; font-size: 18px; text-align: center; color: #fff; width: 200px; height: 40px; line-height: 40px; margin-top: 50px;}

.scr_icon{position: absolute; bottom: 10%; left: 50%; transform: translateX(-50%); z-index: 100;}
.scr_icon_symb{position: relative; width: 20px; height: 40px; border-radius: 40px; border: 2px solid #fff; background-color: rgba(255,255,255,0.2); opacity: 1;}
.scr_icon_symb span{position: absolute; top: 5px; left: 50%; z-index: 1; width: 3px; height: 10px; background-color: #fff; margin-left: -1.5px; border-radius: 30px; animation: scrani 1.2s linear infinite;}

@-webkit-keyframes scrani {
  0% {
    top:5px;
    opacity: 1;
  }
  100% {
    top:15px;
    opacity: 0.4;
  }
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {background: rgba(255,255,255,0.5);}

/* Main2 */
.main2 {width: 100%; padding: 30px 60px 0;} 
.main_visual_txtbox {text-align: center;}
.main_visual_tit {font-weight: 700; font-size: 70px; color: #222;}
.main_visual_txt {font-weight: 400; font-size: 26px; color: #222; margin-top: 25px;}
.main_visual_subtxt {font-weight: 400; font-size: 20px; color: #666; margin-top: 10px;}

.main2_list {position: relative; margin-top: 50px; padding: 0 10px;}
.main2_blind {display: flex; width: 100%; height: ; gap: 18px;}
.main2_blind_item {flex: 1; min-width: 0; position: relative; transition: flex 0.6s ease; cursor: pointer; height: 60vh;}
.main2_blind_item.active {flex: 2.8;}
.main2_blind:hover .main2_blind_item {flex: 0.75;}
.main2_blind:hover .main2_blind_item:hover {flex: 2.8;}
.main2_blind:not(:hover) .main2_blind_item.active {flex: 2.8;}
.main2_blind:not(:hover) .main2_blind_item:not(.active) {flex: 1;}
.main2_slide_inner_box {overflow: hidden; position: relative; height: 100%; border-radius: 20px;}
.main2_slide_inner_box::after {content: ''; position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 45%, transparent 100%); pointer-events: none; transition: opacity 0.4s ease;}
.main2_blind_item:hover .main2_slide_inner_box::after,
.main2_blind_item.active .main2_slide_inner_box::after {opacity: 0;}
.main2_slide_inner_box > img {position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease;}
.main2_blind_item:hover .main2_slide_inner_box > img {transform: scale(1.05);}
.main2_blind_icon {
  position: absolute;
  bottom: 24%;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  transition: opacity 0.4s ease;
}
.main2_blind_icon .product_icon_svg {width:62px; height: 62px;}
.main2_blind_tit {position: absolute; bottom: 8%; left: 50%; z-index: 3; transform: translateX(-50%); font-weight: 500; font-size: 20px; color: #fff; width: 90%; text-align: center; white-space: normal; transition: opacity 0.4s ease; padding: 0 10px; line-height: 1.25;}
.main2_blind_item:hover .main2_blind_icon,
.main2_blind_item.active .main2_blind_icon,
.main2_blind_item:hover .main2_blind_tit,
.main2_blind_item.active .main2_blind_tit {opacity: 0;}
.main2_over {position: absolute; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; background-color: rgba(114, 191, 70, 0.92); border-radius: 20px; box-shadow: 4px 0 7px rgba(0,0,0,0.47); opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; text-align: center;}
.main2_over a {display: block; width: 100%; height: 100%; color: #fff;}
.main2_over p:first-child {position: relative; font-weight: 500; font-size: 30px; color: #fff; margin-top: 17vh;}
.main2_over p:first-child::after {content: ''; width: 15px; height: 2px; background-color: #fff; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); margin-bottom: -40px;}
.main2_over p:nth-child(2) {font-weight: 300; font-size: 18px; color: #fff; line-height: 30px; margin-top: 100px;}
.main2_over span {display: block; font-weight: 400; font-size: 16px; color: #fff; margin-top: 80px;}
.main2_over span img {margin-left: 10px; transition: 0.5s;}
.main2_over span:hover img {margin-left: 20px;}
.main2_blind_item:hover .main2_over,
.main2_blind_item.active .main2_over {opacity: 1; visibility: visible;}

/* Main3 */
.main3 {width: 100%; padding: 30px 60px 0;} 
.main_visual_txtbox {text-align: center;}
.main_visual_tit {font-weight: 700; font-size: 60px; color: #222;}
.main_visual_txt {font-weight: 400; font-size: 25px; color: #222; margin-top: 0px;}
.main_visual_subtxt {font-weight: 400; font-size: 20px; color: #666; margin-top: 10px; display: none;}

.main3_list {margin-top: 80px; position: relative;}
.main3_swiper_wrap {
  position: relative;
  margin: -50px 0 0;
  padding: 50px 20px 0;
  box-sizing: border-box;
}
.main3_swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 12px;
  box-sizing: border-box;
}
.main3_swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.main3_slide_box {height: auto; border-radius: 20px; text-align: center; position: relative; padding: 0 20px; box-sizing: border-box;}
.main3_slide_inner_box {overflow: hidden; position: relative; height: 0; padding-bottom: 106%; border-radius: 20px; box-shadow: 0 0 10px rgba(51,51,51,0.13); cursor: pointer; transition: transform 0.35s ease; background: rgba(0,0,0,.05);}
.main3_slide_inner_box > img {position: absolute; left: 50%; top: 35%; transform: translate(-50%,-50%); z-index: 1;}
.hot_product_icon {
  position: absolute;
  left: 50%;
  top: 29%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #72bf45;
  box-shadow: 0 8px 24px rgba(66, 56, 145, 0.36), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hot_product_icon .product_icon_svg {width: 50px; height: 50px;}
.product_icon_svg {
  display: block;
  width: 64px;
  height: 64px;
}
.product_icon_svg--white {color: #fff; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35));}
.product_icon_svg--lab {color: #72bf45; position: absolute; left: 50%; top: 32%; transform: translate(-50%,-50%); z-index: 1;}
.main3_slide_inner_box > p {position: absolute; bottom: 14%; left: 50%; transform: translateX(-50%); font-weight: 500; font-size: 20px; color: #666; width: 100%; padding: 0 12px; text-align: center; line-height: 1.35;}
.main3_over {position: absolute; inset: 0; z-index: 5; background-color: #72bf45; border-radius: 20px; box-shadow: 4px 0 7px rgba(0,0,0,0.47); opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease;}
.main3_over a {display: block; width: 100%; height: 100%;}
.main3_over p:first-child {position: relative; font-weight: 500; font-size: 30px; color: #fff; margin-top: 45px; padding: 20px 30px ;}
.main3_over p:first-child::after {content: ''; width: 15px; height: 2px; background-color: #fff; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); margin-bottom: -40px; display: none;}
.main3_over p:nth-child(2) {font-weight: 300; font-size: 18px; color: #fff; line-height: 30px; margin-top: 20px;}
.main3_over span {display: block; font-weight: 400; font-size: 16px; color: #fff; margin-top: 50px;}
.main3_over span img {margin-left: 10px; transition: 0.5s;}
.main3_over span:hover img {margin-left: 20px;}

.main3_slide_inner_box:hover .main3_over {opacity: 1; visibility: visible;}

.main3_swiper_wrap .swiper-button-prev,
.main3_swiper_wrap .swiper-button-next {
  width: 44px;
  height: 44px;
  top: 46%;
  margin-top: 0;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px auto;
  box-shadow: 0 4px 18px rgba(66, 56, 145, 0.22);
  cursor: pointer;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
}
.main3_swiper_wrap .swiper-button-prev:hover,
.main3_swiper_wrap .swiper-button-next:hover {
  background-color: #72bf45;
  box-shadow: 0 6px 20px rgba(66, 56, 145, 0.35);
}
.main3_swiper_wrap .swiper-button-prev {background-image: url('../img/arrow_left2.png'); left: 0;}
.main3_swiper_wrap .swiper-button-next {background-image: url('../img/arrow_right2.png'); right: 0;}
.main3_swiper_wrap .swiper-button-prev:after,
.main3_swiper_wrap .swiper-button-next:after {display: none;}
.main3_swiper_wrap .swiper-button-disabled {opacity: 0.35; cursor: default; pointer-events: none;}
.main3_swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 28px;
  line-height: 0;
  z-index: 5;
  text-align: center;
}
.main3_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #72bf45;
  opacity: 0.35;
  margin: 0 6px !important;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.main3_swiper .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.2);
}

/* About GB Chemwin */
.main_about {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 0px 0 0px;
  overflow: hidden;
}
.main_about_bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.05);
}
.main_about_inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.main_about_cards { margin-right: ;}
.main_about_glass {
  background: rgba(140, 190, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0px;
  padding: 150px 150px 48px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); height: 100vh; width: 100%; display: grid; align-items: center; 
}

 @media only screen  and (max-width:2400px){}
 @media only screen  and (max-width:1024px){ }
@media (min-width: 1024px) and (max-width: 1441px){ 



.main_about_glass {
  padding: 150px 80px 48px;
}


	.main3_list .wrapper { padding: 0px;} 
	.main3_over p:first-child { margin-top: 30px!important;}

}



.main_about_text { width: 80%;}
.main_about_tit {
  font-weight: 700;
  font-size: 52px;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 18px;
}
.main_about_text a { color: #fff;}
.main_about_subtit {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  margin-bottom: 28px;
}
.main_about_text p {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 18px;
  text-align: justify;
}
.main_about_text p:last-child {margin-bottom: 0;}
.main_about_cards {
  margin-top: 42px;
  border-top: 0px solid rgba(255, 255, 255, 0.15);
  padding-top: 36px;
}
.main_about_cards > li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 1);
  min-height: 120px;
  box-sizing: border-box;
}
.main_about_cards > li:last-child {margin-right: 0;}
.main_about_card_txt strong {
  display: block;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  color: #73bf47;
  margin-bottom: 10px;
}
.main_about_card_txt span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.88);
}
.main_about_card_icon {
  float: right;
  width: 52px;
  height: 52px;
  color: #73bf47;
  margin-top: -4px;
}
.main_about_card_icon svg {
  width: 100%;
  height: 100%;
  transform-origin: center center;
  animation: main_about_icon_spin 3s linear infinite;
}
@keyframes main_about_icon_spin {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
@media (prefers-reduced-motion: reduce) {
  .main_about_card_icon svg {
    animation: none;
  }
}


/* } 2022-01-19 ????? */

/* Main4 */
/* Main4 - AKIS NEWS Cover Flow */
.main4 {width: 100%; padding: 30px 0 0; text-align: center;}




.main_section04 .main4_visual_txtbox {}
.main_section04 .main4_visual_tit {font-weight: 700; font-size: 60px; margin-bottom: 0px;}
.main_section04 .main4_visual_txt {font-weight: 400; font-size: 20px; margin-bottom: 0px; color: #666;}
.main_section04 .main4_slide {margin-top: 80px; padding: 30px 0 10px;}

.main4_slide_box {position: relative; overflow: hidden;}


.main4_slide_box::before {
    content: "";
    display: block;
    background:  url(../img/main4_bg_left.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 300px;
    height: 100%;
}

.main4_slide_box::after {
    content: "";
    display: block;
   background:  url(../img/main4_bg_right.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 300px;
    height: 100%;
}







.main4_slide .slick-list {overflow: visible; padding: 20px 0 0px !important;}
.main4_slide .slick-track {display: flex; align-items: center;}

.main4_slider {position: relative; text-align: left; padding: 0 12px; transition: opacity 0.4s ease, transform 0.4s ease; /*opacity: 0.35; transform: scale(0.88);*/}
.main4_slider.slick-center,
.main4_slider.slick-current {opacity: 1; transform: scale(1); z-index: 5;}

.main4_slider > div {padding: 38px 34px 34px; width: 340px; height: auto; background: transparent; border-radius: 20px; transition: width 0.4s ease, background 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;}
.main4_slider > div > a {display: block; color: inherit;}

.main4_slider_thumb {display: none; width: 100%; height: 0; padding-bottom: 40%; border-radius: 14px; overflow: hidden; margin-bottom: 22px; position: relative;}
.main4_slider_thumb img {position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;}

.main4_slider_tit {font-size: 20px; font-weight: 700; line-height: 1.4; border-bottom: 2px solid #d0d0d0; padding-bottom: 18px; color: #333; height: 84px; overflow: hidden;}
.main4_slider_txt {font-size: 15px; font-weight: 300; line-height: 1.55; margin-top: 18px; color: #999; height: 92px; overflow: hidden;}
.main4_slider span {display: ; color: #fff;}


.main4_slider.slick-slide span img {
    display: inline-block !important;
    transition: 0.5s;
    margin-left: 10px;
}
.main4_slider.slick-current span:hover img {
    margin-left: 20px;
}

.main4_slider.slick-center > div,
.main4_slider.slick-current > div {width: 470px; padding: 42px 40px 38px;  border-radius: 20px; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18); cursor: pointer;


background-color: #72bf45;
	
background-image: linear-gradient(130deg, #72bf45,#72bf45, #96c835);

}







.main4_slider.slick-center .main4_slider_thumb,
.main4_slider.slick-current .main4_slider_thumb {display: block;}
.main4_slider.slick-center .main4_slider_tit,
.main4_slider.slick-current .main4_slider_tit {font-size: 24px; color: #fff; border-bottom-color: #fff; }
.main4_slider.slick-center .main4_slider_txt,
.main4_slider.slick-current .main4_slider_txt {font-size: 16px; color: #fff; height: 68px;}

.main4_slide .slick-arrow {display: block; width: 18px; height: 32px; border: 0; position: absolute; top: 50%; z-index: 100; margin-top: -16px; text-indent: -9999px; outline: none; cursor: pointer; transition: opacity 0.3s ease;}
.main4_slide .slick-arrow:hover {opacity: 0.7;}
.main4_slide .slick-prev {left: 50%; margin-left: -300px; background: url('../img/arrow_left2.png') no-repeat center/contain;}
.main4_slide .slick-next {right: 50%; margin-right: -300px; background: url('../img/arrow_right2.png') no-repeat center/contain;}

.main4_more_btn {display: block; font-size: 16px; font-weight: 400; color: #999; position: absolute; right: 310px; bottom: 564px; z-index: 4; display: none;}
.main4_more_btn>img {margin-left: 10px;}

/* Footer */
#footer {height: auto; position: relative;  background: url("../img/images/fbg.jpg") no-repeat center top; background-size: 100% 100%;  height:calc(100vh - 100px);



}
#footer .wrapper {height: 100%; padding: 0px 60px;}

.foot_client {border-top: 1px solid #e8e8e8; height: 122px; line-height: 122px; text-align: center;}
.client_left {display: inline-block; vertical-align: middle;}
.client_left span {font-weight: 600; font-size: 26px; color: #5c5d6a; vertical-align: middle;}
.client_right {display: inline-block; vertical-align: middle; margin-left: 150px; /*height: 100%; */width: 80%;}
.client_right .slick-slide img {display: inline-block; vertical-align: middle;}
.client_list {text-align: center;}
.client_btn_box {display: inline-block; vertical-align: middle; margin-left: 30px; position: relative;}
.client_btn_box img {display: inline-block; vertical-align: middle; cursor: pointer;}
.client_btn_box img:first-child {margin-right: 18px;}
.client_btn_box::before {content: ''; width: 1px; height: 15px; background-color: #5c5d6a; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

.client_list .slick-arrow {display: none!important;}

.foot_border { border-bottom: 1px solid #d1d1d1;}
.foot_border_top {border-top: 1px solid #e8e8e8; background: ; overflow: hidden;}
.foot_bot {width: 100%;}

/* Footer - reference layout */
.foot_new {padding: 48px 0 36px;}
.foot_top_row,
.foot_mid_row,
.foot_bottom_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.foot_top_row {margin-bottom: 28px;}
.foot_mid_row {
  align-items: center;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #ececec;
}
.foot_bottom_row {align-items: flex-end;}
.foot_brand {
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 0;
}
.foot_logo {display: block; flex-shrink: 0;}
.foot_logo img {display: block; max-height: 52px; width: auto;}
.foot_slogan {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.35;
  color: #333;
}
.foot_slogan strong {
  font-weight: 700;
  color: #72bf45;
}
.foot_family {flex-shrink: 0;}
.foot_family_select {
  appearance: none;
  -webkit-appearance: none;
  min-width: 220px;
  height: 46px;
  padding: 0 44px 0 22px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff url('../img/f_site_icon.png') no-repeat calc(100% - 18px) 50%;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
}
.foot_nav_links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 28px;
}
.foot_nav_links > a {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
}
.foot_nav_links > a:first-child {color: #72bf45;}
.foot_nav_links > a:hover {color: #72bf45;}
.foot_social_links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.foot_social_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #72bf45;
  color: #fff;
  transition: background 0.25s;
}
.foot_social_btn svg {width: 18px; height: 18px;}
.foot_social_btn:hover {background: #71bf48;}
.foot_info {flex: 1; min-width: 0;}
.foot_info_line {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #888;
  word-break: break-word;
}
.foot_info_line:last-child {margin-bottom: 0;}
.foot_info_line span {color: #666; font-weight: 500;}
.foot_info_line a {color: #666;}
.foot_info_line a:hover {color: #72bf45;}
.foot_info_mail_wa {
  font-size: 18px;
  color: #555;
}
.foot_info_mail_wa .foot_wa_link {
  color: #444;
  font-weight: 500;
  white-space: nowrap;
}
.foot_info_mail_wa .foot_wa_link span {
  font-weight: 500;
  color: #666;
}
.foot_info_company {margin-top: 4px; color: #777;}
.foot_sep {
  display: inline-block;
  margin: 0 10px;
  font-style: normal;
  color: #ddd;
}
.foot_copyright {
  flex-shrink: 0;
  text-align: right;
  max-width: 420px;
}
.foot_copyright p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: #999;
  letter-spacing: 0.02em;
}
.foot_copyright p a {color: #999;}
.foot_wave {
  height: 322px;
  margin-top:-100px;
  
   background:  url("../img/footer.jpg") no-repeat top center; display: none;
}

.foot_con {/*height: 70px;*/ margin-top: 45px ; margin-bottom: 38px;}
.foot_con_left {float: left; color: #525252; font-size: 16px; font-weight: 350; margin-left: 3px;}

.foot_con_left p:first-child {color: #666; font-size: 18px; font-weight: 400; margin-bottom: 15px;}
.foot_con_left > p:last-child {color: #bdbdbd; margin-top: 10px;}
.foot_con_left span:not(:first-child) {margin-left: 0px;}
.foot_con_left span:not(:first-child)::before {content: '|'; margin-right: 0px; color: #e0e0e0; display: none;}
.foot_con_left span {font-weight: 400;}
.foot_con_left span a {color: #525252; font-size: 16px; font-weight: 400;}
.foot_con_right {float: right; height: 100%; position: relative; margin-top: 30px;}
.foot_con_right > a:first-child {color: #72bf45;}
.foot_con_right > a {font-size: 16px; font-weight: 500; color: #666;}
.foot_con_right > a::before {content: '|'; color: #666; margin-left: 15px; margin-right: 15px;}
.foot_con_right > a:first-child::before {content: none;}

.foot_con_right select {display: inline-block; width: 250px; height: 44px; border: 1px solid #c3c3c3; border-radius: 5px; line-height: 44px; margin-left: 25px; font-size: 16px; font-weight: 500; color: #909090; background: url(../../resource/img/f_site_icon.png) no-repeat 225px 50%;}

/* sub page common */
.container {max-width: 1280px; width: 100%; margin: 0 auto;}
.sub_wrapper {max-width: 1280px; width: 100%; margin: 0 auto;}

.sub_visual {width: 100%; height: 400px; position: relative; text-align: center; color: #fff; overflow: hidden;}
.sub_visual > img {max-width: none; width: auto; height: 100%;}
.sub_visual_txtbox {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-40%);width: 100%;}
.sub_visual_subtit {font-weight: 300; font-size: 18px;}
.sub_visual_tit {font-weight: 700; font-size: 60px; margin-top: 10px;}
.sub_visual_txt {font-weight: 300; font-size: 18px; margin-top: 10px; width: 100%;}

.sub_tabbtn_box {width: 100%; height: 60px; background-color: rgba(113,191,72,0.7);}
.tab_ul > li {display: inline-block; vertical-align: top; line-height: 60px; position: relative; color: #bac8d9;}
.tab_ul > li:not(:first-child)::before {content: ''; width: 1px; height: 24px; background-color: #708ea1;position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.tab_ul > li.active {background-color: #fff; color: #72bf45;}
.tab_ul > li.active a { color: #72bf45;}
.tab_ul > li a {display: block; font-size: 24px; font-weight: 700; color: #fff;}

/* ?????????????????? */
.m_tabbox {width: 100%; display: none; margin-top: -20px; position: relative; z-index: 5;}
.m_sub_tabbtn_ul {width: 100%;}
.m_sub_tabbtn_ul > li {height: 45px; text-align: center; line-height: 45px; position: relative; color: #fff; background-color: #72bf45;}
.m_sub_tabbtn_ul > li > span {font-weight: 400; font-size: 14px; display: block;}
.m_sub_tabbtn_ul > li > img {position: absolute; top: 18px; right: 30px;}
.m_sub_2db_ul {display: none;}
.m_sub_2db_ul li {font-size: 20px; font-weight: 500; background-color: #f8f9fd; border-bottom: 1px solid #e0e0e0;}
.m_sub_2db_ul li a {font-size: 16px; font-weight: 400; display: block; color: #333;}
.m_sub_2db_ul li.active a {color: #72bf45;}

.sub_title_box {padding-top: 120px; padding-bottom: 10px; border-bottom: 1px solid #d7d7d7; position: relative;

display: flex;  justify-content: space-between;

}
.sub_title_box:before { display: none;}
.sub_title_box:after { display: none;}
.sub_tit {float: left; font-weight: 700; font-size: 50px; color: #0f0f0f;}
.location_wrap {float: right; font-weight: 300; font-size: 13.71px;color: #4e4e4e; margin-top: 40px;}
.location_wrap a {font-weight: 300; font-size: 13.71px;color: #4e4e4e;}
.location_wrap p {display: inline-block; line-height: 75px; vertical-align: middle;}
.location_wrap p:not(:last-child)::after {content: '>'; margin: 0 10px;}

h3.sub_first_tit {font-size: 40px; font-weight: 300; padding: 60px 0; line-height: 54px; word-break: break-all;}
h3.sub_first_tit > span {font-weight: 500;}
p.sub_second_tit {font-weight: 500; font-size: 25px; color: #0f0f0f; position: relative; padding-left: 15px; margin-bottom: 30px;}
p.sub_second_tit::before {content: ''; width: 4px; height: 11px; background-color: #72bf45; position: absolute;left: 0; top: 40%; transform: translateY(-50%);}
p.sub_second_tit::after {content: ''; width: 4px; height: 11px; background-color: #9f8568; position: absolute;left: 0; top: 70%; transform: translateY(-50%);}
p.before_bar {font-weight: 300; font-size: 18px; color: #333; padding: 5px 0; position: relative; padding-left: 10px; word-break: break-all;}
p.before_bar::before {content: '-'; position: absolute; top: 0; left: 0;}
p.add_txt {font-weight: 300; font-size: 18px; color: #333;}
@media (min-width: 1600px) {
  p.add_txt {font-size: 20px; line-height: 1.6;}
}
/* About 公司简介正文加大（覆盖后台富文本行内字号） */
#introduce .about_contt .add_txt,
#introduce .about_contt .add_txt p,
#introduce .about_contt .add_txt span,
#introduce .about_contt .add_txt div,
#introduce .about_contt .add_txt * {
  font-size: 18px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  color: #333 !important;
}
#introduce .about_contt .add_txt strong,
#introduce .about_contt .add_txt b {
  font-weight: 700 !important;
  color: #72bf45 !important;
}
@media (min-width: 1440px) {
  #introduce .about_contt .add_txt,
  #introduce .about_contt .add_txt p,
  #introduce .about_contt .add_txt span,
  #introduce .about_contt .add_txt div,
  #introduce .about_contt .add_txt * {
    font-size: 22px !important;
    line-height: 1.8 !important;
  }
}

/* contact us ????????*/
.contact_modal {position: fixed ; width: 100%; height: 100vh; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.3); z-index: 9999; display: none;}
.contact_box {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background-color: #fff; padding: 30px;}
.contact_tit_box {width: 100%; margin-bottom: 30px;}
.contact_tit_box > * {display: inline-block;}
.contact_tit_box p {font-weight: 500; font-size: 24px; color: #0f0f0f;}
.contact_tit_box img {float: right; margin-top: 5px; cursor: pointer;}
.contact_conbox {border: 1px solid #dddddd; padding: 45px 50px; width: 590px;}
.contact_conbox img {margin-right: 24px; display: inline-block;}
.contact_conbox p {font-weight: 300; font-size: 20px; color: #0f0f0f; padding: 2px 0;}
.contact_conbox p a {font-weight: 300; font-size: 22px; color: #0f0f0f;}
.contact_conbox p a:hover {color: #72bf45;}

/* ABOUT AKIS */
/* ????????? sub page */
/* ??????????? */
.introduce .add_txt {margin-bottom: 60px;}
.introduce .add_txt p {margin: 0 0 1em;}
.introduce .add_txt p:last-child {margin-bottom: 0;}
.intro_midle_ul li {display: inline-block; border: 1px solid #d7d7d7; padding: 50px 60px; width: 30%; height: 180px; vertical-align: top; position: relative;}
.intro_middle_box {margin-bottom: 60px; margin-top: 60px;}

.container .about_contt strong { color:#72bf45; }

.intro_midle_ul li img {position: absolute; right: 0; top: 50%; transform: translateY(-50%); margin-right: 45px;}
.intro_midle_ul li:not(:first-child) {margin-left: 25px;}
.intro_midle_ul li p:nth-child(2) {font-weight: 500; font-size: 38px; color: #72bf45;}
.intro_midle_ul li p:last-child {font-weight: 400; font-size: 16px; color: #666;}

.introduce .bg_blue { padding: 60px 0; margin-bottom: 60px;}
.introduce .bg_blue .add_txt {margin-bottom: 20px;}
.organ_graph {padding: 50px 180px; border: 1px solid #d7d7d7; background-color: #fff;}
.organ_graph_top {text-align: center;}
.organ_graph_top li {background-color: #72bf45; width: 150px; height: 150px; border-radius: 50%; text-align: center; margin: 0 auto; max-width: 100%; position: relative;}
.organ_graph_top li p {font-weight: 400; font-size: 16px; color: #fff; line-height: 150px;}
.organ_graph_top li::before {content: '';width: 1px; height: 140px; background-color: #d7d7d7; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); margin-bottom: -142px;}

.organ_graph_middle {text-align: right; margin-top: 20px;}
.organ_graph_middle li {border: 2px solid #9f8568; width: 290px; height: 80px; text-align: center; line-height: 40px; display: inline-block; max-width: 100%; position: relative; background-color: #fff;}
.organ_graph_middle li p {font-weight: 400; font-size: 16px; color: #333;}
.organ_graph_middle li p:first-child {color: #fff; background-color: #9f8568; height: 76px; line-height: 80px;}
.organ_graph_middle li::before {content: '';width: 170px; height: 1px; background-color: #d7d7d7; position: absolute; top: 50%; left: -172px; transform: translateY(-50%);}
p.beige_ball {position: relative;}
p.beige_ball::before {content: ''; width: 14px; height: 14px; border-radius: 50%; background-color: #9f8568; position: absolute; top: 30px; left: -178px; }

/*.organ_graph_bot {text-align: center; margin-top: 80px; position: relative;}*/
.organ_graph_bot {text-align: center; margin-top: 100px; position: relative;}
/*.organ_graph_bot::before {content: '';width: 58%; height: 1px; background-color: #d7d7d7; position: absolute; top: 0; left: 50%; transform: translateX(-50%); margin-top: -40px;} 20221229 */
.organ_graph_bot::before {content: '';width: 69%; height: 1px; background-color: #d7d7d7; position: absolute; top: 0; left: 50%; transform: translateX(-50%); margin-top: -40px;} /*20221229 ?????????????????? css????/ 
/*.organ_graph_bot > li {position: relative; width: 50%} 20221229*/
.organ_graph_bot > li {position: relative; width: 30%} /*20221229 ?????????????????? css????/ 
 
.organ_graph_bot > li:first-child {padding-right: 70px;}
.organ_graph_bot > li:nth-child(2)  {padding-top: 0px; margin-top : -70px;} /*20221229 ?????????????????? css????/ 
.organ_graph_bot > li:last-child {padding-left: 70px; padding-top: 0px; margin-top : -210px;} /*20221229 ?????????????????? css????/  
.organ_graph_bot > li > p {font-weight: 400; font-size: 16px; color: #333;}
.organ_graph_bot > li > p:first-child {border: 2px solid #72bf45; border-bottom: none; width: 100%; height: 80px; line-height: 80px; background-color: #72bf45; color: #fff; max-width: 100%;}
.organ_graph_bot > li > p:nth-child(2) {border: 2px solid #72bf45; border-top: none; width: 100%; height: 40px; line-height: 40px; max-width: 100%;}
.organ_graph_bot > li::before {content: '';width: 1px; height: 40px; background-color: #d7d7d7; position: absolute; top: 0;transform: translateX(-50%); margin-top: -40px;}

.organ_graph_bot_sub {height: auto; max-width: 100%;}
.organ_graph_bot_sub li {height: 50px; line-height: 40px; font-weight: 300; font-size: 16px; color: #0f0f0f; border: 5px solid #f4f4f4; margin-top: 20px; position: relative;}
.organ_graph_bot_sub li::before {content: ''; width: 1px; height: 20px; background-color: #d7d7d7; position: absolute; top: 0; left: 50%; transform: translateX(-50%); margin-top: -25px;}

p.blue_ball {position: relative;}
p.blue_ball::before {content: ''; width: 14px; height: 14px; border-radius: 50%; background-color: #72bf45; position: absolute; top: 0; left: 50%; transform: translateX(-50%); margin-top: -48px;}

.introduce .service .add_txt {margin-bottom: 20px;}
.service {margin-bottom: 60px;}
.service_ul li {display: inline-block; vertical-align: top; border: 1px solid #ddd; padding: 50px 0; text-align: center; width: 18.5%; height: 330px;}
.service_ul li:not(:first-child) {margin-left: 20px;}
.service_ul li:nth-child(4) p:nth-child(2) {margin-top: 35px; margin-bottom: 23px;}
.service_ul li:nth-child(5) p:nth-child(2) {margin-bottom: 47px;}
.service_ul li p:nth-child(2) {font-weight: 500; font-size: 22px; color: #0f0f0f; margin-top: 50px; margin-bottom: 35px;}
.service_ul li p:last-child {font-weight: 400; font-size: 16px; color: #666;}

.history_box {border-top: 2px solid #666666; padding: 50px 20px;}
.history {vertical-align: top;}
.history_cont {position: relative;}
.history_cont::before {content: ''; border-left: 1px dashed #bdbdbd; height: 100%; position: absolute; top: 18px; left: 4px}
.history_cont:last-child::before {content: none;}
.history_cont:not(:last-child) {padding-bottom: 90px;}
.history_cont > * {display: inline-block; vertical-align: top;}
.history_cont > p {font-weight: 500; font-size: 24px; color: #0f0f0f; position: relative; padding-left: 40px; margin-right: 40px;}
.history_cont > p::before {content: ''; width: 10px; height: 10px; background-color: #72bf45; position: absolute; left: 0; top: 15px; border-radius: 50%; vertical-align: top; z-index: 4;}
.history_content p {font-weight: 300; font-size: 18px; color: #333;position: relative;}
.history_content p::before {content: '-'; color: #333; font-size: 18px; font-weight: 300; position: absolute; left: -10px; top: -2px;}
.history_content p.emty::before {content: none;}

.pd-10 {padding-top: 10px!important;}

.subsidiary {margin-bottom: 120px;}
.subsidiary .add_txt {margin-bottom: 30px;}
.subsidiary_ul:last-child {margin-top: 50px;}
.subsidiary_ul li {padding-left: 16px; padding-right: 16px; text-align: center; margin-bottom: 10px;}
.subsidiary_ul li p {margin-top: 10px; font-weight: 300; font-size: 16px; color: #333;}
.subsidiary_icon_box {border: 1px solid #dddddd; height: 90px; padding-top: 15px;}
.subsidiary_icon_box.img_size {padding-top: 24px;}
.subsidiary_icon_box.img_size img {width: 100px;}

/* ???????????*/
.manage .sub_second_tit {margin-top: 60px;}
.man_gra_box {width: 100%; height: 190px; padding-top: 20px;}
.man_gra_box p {position: relative; text-align: center; font-weight: 600; font-size: 42px; line-height: 52px;  max-width: 880px; margin: 0 auto; color: #72bf45;}
.man_gra_box p:before{content:""; display: inline-block; position: absolute; top: 50%; left: -80px; width: 29px; height: 103px; background: url('../img/mission_title_symbol1.png') no-repeat center/contain; vertical-align: middle; transform: translateY(-50%);}
.man_gra_box p:after{content:""; display: inline-block; position: absolute; top: 50%; right: -80px; width: 29px; height: 103px; background: url('../img/mission_title_symbol2.png') no-repeat center/contain; vertical-align: middle; transform: translateY(-50%);}

.manage .bg_blue {padding: 60px 0; margin: 60px 0;}
.manage .bg_blue .sub_second_tit {margin-top: 0;}
.man_value_ul li {border: 1px solid #d7d7d7; background-color: #fff; vertical-align: top; width: calc((100% - 40px) / 3); height: 243px; text-align: center;}
.man_value_ul li:not(:last-child) {margin-right: 20px;}
.man_value_ul li img {margin-top: 50px;}
.man_value_ul li p {font-weight: 600; font-size: 28px; color: #0f0f0f; margin-top: 30px;}

.man_ability_box {border: 1px solid #d7d7d7; text-align: center; padding: 50px 10px; margin-bottom: 60px;}
.man_ability_ul {border-top: 2px solid #666; margin-bottom: 120px;}
.man_ability_ul li {border-bottom: 1px solid #d7d7d7; height: auto; padding: 40px; overflow: hidden;}
.man_ability_ul li  > * {display: inline-block; vertical-align: middle;}
.ability_tit p {font-weight: 400; font-size: 22px; color: #0f0f0f;}
.ability_tit {width: 9%;}
.ability_tit p span {font-size: 36px; color: #72bf45;}
.ability_cont {width: 90%; padding-left: 50px;}
.ability_cont p {font-weight: 300; font-size: 18px; color: #333; line-height: 30px; word-break: break-all;}

/* CI */
.ci_greed_box {padding-bottom: 15px; margin: 0;}
.ci_greed_box > * {display: inline-block; width: 50%;}
.ci_greed_box p {font-weight: 300; font-size: 18px; color: #333; margin-bottom: 10px;}
.ci .txt_box {margin-bottom: 60px;}

.ci_color_box {border: 1px solid #d8d8d8; padding: 46px 54px;}
.ci_color_box > * {display: inline-block;}
.ci_color_box > div:first-child {float: left;}
.ci_color_box > div:last-child {float: right;}
.ci_color_box img {display: block;}
.ci_color_box div span {font-size: 14px; font-weight: 300; color: #666; margin-left: 20px;}
.ci_color_box div span.b {font-size: 18px; font-weight: 400; color: #0f0f0f; margin-left: 0;}
.ci p.add_txt {margin-top: 20px; margin-bottom: 120px;} 

/* ??????? sub page */
/* ???????? */
.srch_box {padding: 60px 0; text-align: center;}
.srch_box form {width: 100%; max-width: 730px; margin: 0 auto;}
.srch_box select {width: 170px; height: 44px; line-height: 44px; border: 1px solid #e8e8e8; color: #999; font-size: 18px; font-weight: 300; padding: 0 20px; background: url(../img/news_list_under_arr.png) no-repeat 140px center;}
.srch_con {width: calc(100% - 240px); max-width: 100%; height: 44px; border: 1px solid #e8e8e8; padding-left: 20px; margin-left: 10px; -webkit-appearance: none; -webkit-border-raius: 0;}
.srch_submit {width: 60px; height: 44px; line-height: 53px; border: none; background-color: #666666; }
.srch_submit img {display: inline-block;}

.news_box {width: 100%; border-top: 0px solid #333333; margin-bottom: 60px;}
.news_ul >li {border-bottom: 1px solid #e8e8e8; padding: 50px 20px;}
.news_ul >li >div {display: inline-block; vertical-align: top;}
/*.news_new {width: 120px;}*/
.news_new {
  width: auto;
  min-width: 81px;
  height: 39px;
  padding: 0 14px;
  box-sizing: border-box;
  border-radius: 19px;
  border: 1px solid #72bf45;
  text-align: center;
  line-height: 37px;
  color: #72bf45!important;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
.news_conbox {width: calc(100% - 270px); cursor: pointer;}
.news_tit {font-weight: 500; font-size: 22px; color: #0f0f0f; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%;}
.news_con {font-weight: 300; font-size: 16px; color: #666; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%;}
.news_date {width: 150px; text-align: center;}
.news_date p {color: #bdbdbd; font-weight: 300; font-size: 18px;}
.news_num {width: 120px;}
.news_num p {text-align: center; font-weight: 600; font-size: 30px; color: #e8e8e8;}

.news_ul >li:hover {background-color: #f8f9fc;}
.news_ul >li:hover .news_conbox p a {color: #72bf45;}

.pagination {text-align: center; margin-bottom: 120px;}
.pagination p {display: inline-block;}
.pagination p a {display: block; width: 44px; height: 44px; line-height: 44px; cursor: pointer; font-size: 18px; font-weight: 400; color: #bdbdbd;}
.pagination p:hover a {color: #72bf45;}
.pagination p.active a {color: #72bf45;}
.pagination > a {display: inline-block; width: 44px; height: 44px; line-height: 44px;}
.pagination > a:hover {background-color: #72bf45;}
.pagination a:hover img {filter: brightness(0) invert(1);}
.pagination > a:first-child,
.pagination > a:last-child {border: 1px solid #72bf45;}

/* ???????????? */
.news_view_titbox {padding: 50px;}
.news_view_tit {font-weight: 500; font-size: 26px; color: #0f0f0f; word-break: break-all; margin: 0;}
h1.news_view_tit {font-weight: 500; font-size: 26px; color: #0f0f0f; word-break: break-all; margin: 0; line-height: 1.4;}
.news_view_date {font-weight: 300; font-size: 18px; color: #bdbdbd; margin-top: 20px;}

.news_view_content {padding: 50px; border-top: 1px solid #e8e8e8; height: auto; text-align: center;}
.news_view_content *{white-space: normal !important; word-break: break-all !important;}
.news_view_content p {font-size: 18px; color: #333333; word-break: break-word; text-align: left;}
.prev_next {width: 100%; border-top: 1px solid #e8e8e8; margin-bottom: 60px;}
.prev_next_ul li {height: 60px; line-height: 60px; border-bottom: 1px solid #e8e8e8;}
.prev_next_ul p {display: inline-block; text-align: center; padding-left: 15px; font-weight: 300; font-size: 17px; color: #666666;}
.prev_next_ul p a:hover {color: #72bf45;}
.prev_next_ul p:first-child {height: 59px; width: 200px; background-color: #f7f7f7; font-weight: 400; font-size: 18px; color: #333333;}
.prev_tit, .next_tit {cursor: pointer;}

.prev_tit a:hover, .next_tit a:hover {color: #72bf45;}

.list_btn_box {width: 100%; text-align: center; margin-bottom: 120px;}
.news_go_list {width: 220px; height: ; line-height: ; font-weight: 300; font-size: 18px; color: #fff; background-color: #72bf45; display: inline-block;}


/* ????????? */
.disclosureData .data_box {padding: 60px 0 120px; min-height: 560px; height: auto; position: relative; overflow: hidden; width: 720px; max-width: 100%; margin: 60px auto 120px;}
.disclosureData .data_box iframe {position: absolute; top: 0; left: 0; overflow: auto;}

/* ???????????????*/
.map_tab_box {text-align: center; padding: 60px 0;}
.map_tab_ul li {display: inline-block; width: 190px; height: 60px; line-height: 60px; text-align: center; color: #999; font-weight: 300; font-size: 17px; border: 1px solid #e8e8e8; cursor: pointer;}
.map_tab_ul li.active {background-color: #72bf45; color: #fff; border: none;}

.map_tab_content {display: none;}
.map_tab_content.active {display: block;}

.map_list {height: 636px; width: 100%; overflow-y: hidden; margin-bottom: 60px;position: relative;}
.map_map {position: absolute;left: 0;top: 0; width: 100%; height: 636px; opacity: 0;}
.map_map.active{opacity: 1;}
.map_address {border: 1px solid #e8e8e8; padding: 48px 50px;margin-bottom: 120px;}
.map_address > div {display: inline-block; width: auto; position: relative;}
.map_address > div:not(:first-child) {padding-left: 40px; margin-left: 40px;}
.map_address > div:not(:first-child)::before {content: ''; width: 1px; height: 33px; background-color: #e8e8e8; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.map_address > div p {display: inline-block; vertical-align: super; font-weight: 300; font-size: 20px; color: #0f0f0f;}
.map_address > div p span {font-weight: 400; font-size: 20px; color: #0f0f0f; margin-left: 20px; margin-right: 30px;}
.map_address > div p a {font-weight: 300; font-size: 20px; color: #0f0f0f;}

.map_sns_qr {position: absolute; background-color: rgba(255,255,255,0.85); bottom: 0; left: 0; z-index: 50; padding-bottom: 10px; border: 1px solid #e8e8e8;}
.map_sns_qr > div {width: 200px;height: 200px; margin-bottom: 10px; padding: 10px;}
.map_sns_qr button {background-color: transparent; border: none;text-align: center; width: 50px; height: 50px; line-height: 62px; background-color: #efefef; border-radius: 50%; text-align: center; display: inline-block; margin-left: 10px;}
.map_sns_qr a {display: inline-block; text-align: center;width: 50px; height: 50px; line-height: 62px; background-color: #efefef; border-radius: 50%; text-align: center; margin-left: 10px;}

/* ???????? sub page */
/*???????*/
/* ?????????? */
.charter_box {margin-top: 60px; margin-bottom: 50px;}
.charter_ul {width: 100%; max-width: 100%;}
.charter_ul li {max-width: 100%;margin-bottom: 20px; vertical-align: top; width: 33.33%; padding: 0 10px; height: 300px;}
.charter_ul li div {display: inline-block; border: 1px solid #d7d7d7; padding: 50px; height: 100%;}
.charter_ul li img {display: block;}
.charter_ul li .sub_num {margin: 50px 0 30px;}
.charter_txt {font-weight: 300; font-size: 17px; color: #333;}

/* ??????? */
.ethics p.add_txt {margin-bottom: 60px;}
.ethics_box {width: 100%; max-width: 100%; margin-bottom: 120px;}
.ethics_ul {border-top: 2px solid #666666;}
.ethics_ul li {padding: 50px 0; border-bottom: 1px solid #d7d7d7;}
.ethics_ul li > * {display: inline-block; vertical-align: top;}
.ethics_num {width: 100px; text-align: center;}
p.sub_num {display: inline-block; font-weight: 500; font-size: 20px; color: #666666; position: relative;}
p.sub_num::before {content: ''; display: inline-block; width: 25px; height: 1px; background-color: #666; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.ethics_con {width: calc(100% - 100px); padding-left: 20px; padding-right: 100px;}
.ethics_con p {font-weight: 300; font-size: 17px; color: #333; position: relative;}
.ethics_con p:not(:first-child)::before {content: '-'; position: absolute; left: 0; top: 0;}
.ethics_con p:not(:first-child) {padding-left: 10px;}
.ethics_con p:first-child {font-weight: 400; font-size: 22px; color: #0f0f0f; margin-bottom: 20px;}

/* INDUSRTY */
/* ?????? */
.main_service {margin: 60px 0;}
.main_service .sub_second_tit {margin-bottom: 20px;}
.main_content_box {border-top: 2px solid #666; border-bottom: 1px solid #d7d7d7; padding: 50px 30px;}
.main_service_tit {font-weight: 500; font-size: 23px; color: #0f0f0f; margin-bottom: 25px;}
.main_service_txt {font-weight: 300; font-size: 18px; color: #333; padding: 5px 0; position: relative; padding-left: 10px;}
.main_service_txt::before {content: '- '; position: absolute; top: 3px; left: 0;}
.main_service .main_content:not(:last-child) {margin-bottom: 70px;}

.reference .sub_second_tit {margin-bottom: 20px;}
.reference {margin-bottom: 60px;}

.help {font-size: 0; text-align: center; width: 100%; height: 250px; background: url(../../resource/img/sub_help.png) no-repeat center;}
.help_txt_box {padding-top: 80px;}
.help_txt_left {display: inline-block; width: 65%; font-weight: 300; font-size: 40px; color: #fff; line-height: 54px; text-align: left; vertical-align: top;}
.help_txt_left span {font-weight: 500;}
.help_txt_right {display: inline-block; width: 35%; vertical-align: middle; font-weight: 300; font-size: 24px; text-align: left; color: #fff; border-left: 1px solid #fff; padding-left: 100px;}
.helper_mail {margin-top: 20px;}
.help_txt_right a {font-weight: 300; font-size: 24px; color: #fff;}


/* APPLY AKIS */
/* ???????? */
#personnel .bg_blue {padding: 60px 0; margin: 60px 0;}

.personnel_box {text-align: center; border: 1px solid #d7d7d7; background-color: #fff; padding: 40px; margin: 60px 0;}
.personnel_box ul {width: 33%; display: inline-block; vertical-align: top; padding: 0 37px;}
.personnel_box ul li {position: relative;}

.first_list_ul li div {border: 5px solid rgba(0,105,173,0.3); padding: 30px 15px;}
.first_list_ul li:first-child div {background-color: #72bf45; border: none; padding: 30px;}
.second_list_ul li div {border: 5px solid rgba(85,85,85,0.3); padding: 30px 10px;}
.second_list_ul li:first-child div {background-color: #555; border: none; padding: 30px;}
.third_list_ul li div {border: 5px solid rgba(159,133,104,0.3); padding: 30px 8px;}
.third_list_ul li:first-child div {background-color: #9f8568; border: none; padding: 30px;}

.first_list_ul li:first-child div p:first-child,
.second_list_ul li:first-child div p:first-child,
.third_list_ul li:first-child div p:first-child {font-weight: 500; font-size: 20px; color: #fff; margin-bottom: 26px;}
.first_list_ul li:first-child div p:last-child,
.second_list_ul li:first-child div p:last-child,
.third_list_ul li:first-child div p:last-child {font-weight: 300; font-size: 16px; color: #fff;}

.first_list_ul li:last-child div,
.second_list_ul li:last-child div,
.third_list_ul li:last-child div {border-top: none;}


.first_list_ul li p:first-child,
.second_list_ul li p:first-child,
.third_list_ul li p:first-child {font-weight: 500; font-size: 20px; color: #333; margin-bottom: 30px;}
.first_list_ul li p,
.second_list_ul li p,
.third_list_ul li p {font-weight: 300; font-size: 16px; color: #333;}

.personnel_box ul li:first-child {margin-bottom: 90px;}
.personnel_box ul li:last-child {margin-bottom: 80px;}

/* ???????? ?????????*/
.first_list_ul li:nth-child(2)::before {content: ''; background: url(../img/personnel_arrow1.png) no-repeat center; position: absolute; top: -44px; left: 44px; width: 1004px; height: 49px;}
.first_list_ul li:nth-child(2)::after {content: ''; background: url(../img/personnel_arrow2.png) no-repeat center; position: absolute; top: 52px; right: -80px; width: 84px; height: 303px;}
.first_list_ul li:last-child::after {content: ''; background: url(../img/personnel_arrow3.png) no-repeat center; position: absolute; left: 253px; bottom: -72px; width: 548px; height: 561px;}
.third_list_ul li:last-child::after {content: ''; background: url(../img/personnel_arrow4.png) no-repeat center; position: absolute; right: 50px; bottom: -78px; width: 1004px; height: 78px;}

/* ???????? */
.welfare_icon_box {width: 100%; margin-top: 60px; margin-bottom: 120px;}
.welfare_ul {width: 100%; border-top: 1px solid #d7d7d7;}
.welfare_ul li {display: inline-block; width: 50%; vertical-align: top; height: auto; padding: 50px; height: 100%;}
.welfare_ul li > div {display: inline-block; vertical-align: top; height: 100%;}
.welfare_icon {width: 56px; margin-right: 40px;}
.welfare_txtbox {width: calc(100% - 101px);}
.welfare_txtbox p {font-weight: 300; font-size: 18px; color: #333; line-height: 28px; position: relative;}
.welfare_txtbox p:first-child {font-weight: 400; font-size: 22px; color: #0f0f0f; margin-bottom: 20px;}
.welfare_txtbox p:not(:first-child)::before {content: '-'; position: absolute; top: 0; left: 0;}
.welfare_txtbox p:not(:first-child) {padding-left: 10px;}

.bg_blue {background-color: #f8f9fc;}

/* ??????????? */
.hire_box {margin-top: 60px; margin-bottom: 60px;}
.hire_box .man_ability_ul {margin-bottom: 60px;}
.hire_ul li {vertical-align: top; padding: 40px; width: calc((100% - 50px) / 3); height: 300px;}
.hire_ul li:not(:last-child) {margin-right: 25px;}
/* .hire_box li:first-child {border: 4px solid rgba(0,105,173,0.3);}
.hire_box li:nth-child(2) {border: 4px solid rgba(85,85,85,0.3);}
.hire_box li:last-child {border: 4px solid rgba(159,133,104,0.3);} */

.hire_tit {font-weight: 700; font-size: 30px; margin-top: 30px;}
/* .hire_box li:first-child .hire_tit {color: #72bf45;}
.hire_box li:nth-child(2) .hire_tit {color: #555555;}
.hire_box li:last-child .hire_tit {color: #9f8568;} */
.hire_txt {font-weight: 300; font-size: 18px; color: #333; line-height: 26px; margin-top: 20px;}
.hire_btn {text-align: center; margin-bottom: 120px;}
.go_hire_center {display: inline-block; font-weight: 400; font-size: 20px; color: #fff; background-color: #72bf45; width: 235px; height: 64px; text-align: center; line-height: 64px;}

/* 2022-01-19 ???? */
#fp-nav.right {right: 30px;}
#fp-nav ul li:last-child {display: none!important;}
#fp-nav ul li:first-child .fp-tooltip {color: #fff;}
#fp-nav ul li .fp-tooltip {color: #666; font-size: 18px; top: -7px;}
#fp-nav ul li .fp-tooltip.right {left: 20px; right: inherit;  display: none;}
#fp-nav ul li, .fp-slidesNav ul li {margin: 20px 0;}
.scr_icon_symb {margin: 0 auto;}
.scr_icon > span {color: #fff; }
.scr_icon .arw_bot {display: block;text-align: center; height: 9px; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); animation: motion 0.5s linear 0s infinite alternate;}
.scr_icon .arw_bot:last-child {bottom: -16px;}
@keyframes motion {
	0% {margin-bottom: 0px;}
	100% {margin-bottom: -5px;}
}
.main3_leftbtn_box, .main3_rightbtn_box {transform: none;}
.tab_ul > li {position: relative;}
.tab_ul > li.active::before {display: none;}
.tab_ul > li.active::after {content: ''; width: 1px; height: 100%; background-color: #fff; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); z-index: 2;}
.charter_box {margin-bottom: 120px;}
.map_tab_ul li:not(:last-child) {border-right: none;}
p.before_bar::before {top: 5px;}
h3.sub_first_tit {padding: 60px 0 35px;}
#personnel .bg_blue {padding: 60px 0 120px; margin: 60px 0 0;}
.main_section04 .main4_slide {margin-top: 0; padding-top: 20px; margin: -20px 0;}
.main4_slider {padding: 20px 0;}
.main4_btnbox {bottom: 44%;}

.sub_tabbtn_wrap{position: relative; z-index: 10; width: 100%; margin: -60px auto 0; text-align: center;}
.main_content_box {border-bottom: none;}
.main_service .main_content:not(:last-child) {margin-bottom: 50px;}
.foot_con_right > a::before {color: #e0e0e0;}
.foot_con_left > p:last-child {color: #525252;}
.foot_con_right > a {font-weight: 500!important;}

.temp {display: none!important;}
.en_font {font-weight: 400!important;}

.sub_tit {float: none!important;}
.location_wrap {float: none!important; display: block; text-align: right; font-size: 14.71px;}
.location_wrap a {font-size: 14.71px;}
.location_wrap p {line-height: normal;}

.s_visual_img {position: relative; width: 100%; height: 100%;}
.s_visual_img img {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: auto; height: auto; min-width: 100%; min-height: 100%; max-width: initial;}

/* sub visual
.sub_vis_img1 {background: url('../../resource/img/sub_visual01.png') no-repeat center/cover;}
.sub_vis_img2 {background: url('../../resource/img/sub_visual02.png') no-repeat center/cover;}
.sub_vis_img3 {background: url('../../resource/img/sub_visual04.png') no-repeat center/cover;}
.sub_vis_img4 {background: url('../../resource/img/sub_visual_airline.png') no-repeat center/cover;}
.sub_vis_img5 {background: url('../../resource/img/sub_visual_circulation.png') no-repeat center/cover;}
.sub_vis_img6 {background: url('../../resource/img/sub_visual_chemistry.png') no-repeat center/cover;}
.sub_vis_img7 {background: url('../../resource/img/sub_visual_consum.png') no-repeat center/cover;}
.sub_vis_img8 {background: url('../../resource/img/sub_visual_health.png') no-repeat center/cover;}
.sub_vis_img9 {background: url('../../resource/img/sub_visual_airpa.png') no-repeat center/cover;}
.sub_vis_img10 {background: url('../../resource/img/sub_visual_digital.png') no-repeat center/cover;}
.sub_vis_img11 {background: url('../../resource/img/sub_visual_cloud.png') no-repeat center/cover;}
.sub_vis_img12 {background: url('../../resource/img/sub_visual_si.png') no-repeat center/cover;}
.sub_vis_img13 {background: url('../../resource/img/sub_visual_itpng.png') no-repeat center/cover;}
.sub_vis_img14 {background: url('../../resource/img/sub_visual05.png') no-repeat center/cover;}
.sub_vis_img15 {background: url('../../resource/img/sub_visual03.png') no-repeat center/cover;}
.sub_vis_img16 {background: url('../../resource/img/sub_visual_hire.png') no-repeat center/cover;} */

/* 2022-01-28 ??????/????????? ??????? ?????????????*/
.container03 {border: 1px solid #e8e8e8; background-color: #fdfdfd; margin-bottom: 30px; padding: 5px 0;}
.mT10 {padding: 3px 0; padding-left: 50px;}
.mT10 li span {background: url('../img/n_file_icon.png') no-repeat center; display: inline-block; color: transparent; width: 16px;}
.mT10 li a {font-weight: 300; font-size: 18px; color: #666; padding-left: 3px;}
.mT10 li a:hover {color: #72bf45;}

/*2022-02-04 ???????????*/
.foot_con_left span:first-child {display: ;}

.contact_baro > * {display: inline-block;}
.contact_baro {background-color: #f9f9f9; border-radius: 15px; padding: 28px 30px;}
.contact_baro p {font-weight: 500; font-size: 18px; color: #72bf45;}
.contact_baro a {display: block; font-weight: 300; font-size: 15px; color: #666;}
.contact_baro a img {margin-left: 5px; transition: 0.3s;}
.contact_baro a:hover img {margin-left: 10px;}

/* ??????????? */
.policy_txt_box {padding: 50px 0 26px;}
.policy_txt {font-weight: 300; font-size: 18px; color: #333; word-break: break-all; margin-bottom: 13px;}
.policy_box {border: 1px solid #d7d7d7; font-weight: 400; padding: 50px; margin-bottom: 80px;}

.p_b_tit {font-size: 18px; color: #0f0f0f; padding-bottom: 10px;}
.p_star_tit { font-size: 17px; color: #0f0f0f; padding-top: 3px; padding-left: 20px;}
.p_star_tit::before {content: '*';}
.p_bar_txt {font-weight: 300; font-size: 17px; color: #666; padding: 3px 0; padding-left: 30px;}
.p_bar_txt::before {content: '- ';}
.p_cau {font-weight: 300; font-size: 17px; color: #72bf45; padding: 3px 0; padding-left: 35px;}
.p_cau::before {content: '???';}
.p_txt {font-weight: 300; font-size: 17px; color: #333; padding-left: 20px;}
.p_g_txt {font-weight: 300; font-size: 17px; color: #333; padding: 3px 0; padding-left: 20px;}

.policy_p_box:not(:last-child) {padding-bottom: 25px;}

/* 2022-04-14 ??????????? ????? ???? */
.go_hire_center.add_btn {position: absolute; top: 100px; right: 0;}

/* 2022-04-26 ??????????? ?????????? ???? */
.m_add_btn01 {display: none;}

/* 2026-04-15 ????????? ???? ????????????*/
  .section-icon { width: 28px; height: 28px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
  .section-title { font-size: 16px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: #888; }
  .card-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
  .card-text { font-size: 18.5px; color: #222; line-height: 1.55; }
  .card-tag { display: inline-block; font-size: 18px; font-weight: 300; padding: 2px 7px; border-radius: 4px; margin-bottom: 4px; 
    background: #cde7ff; color: #000; }

  /*******2026-04-16 AX ??????????????????????? ??????************/
  /* ===== AX TOP SECTION ===== */
  .ax-top-section {width: 100%; background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: 18px;
    padding: 52px 60px 48px;
    max-width: 1060px;
    margin: 0 auto;
  }
 
  /* ?????? ??????? ?????? */
  .ax-top-header {
    text-align: center;
    margin-bottom: 36px;
  }
 
  .ax-top-subtitle {
    font-size: 17px;
    font-weight: 400;
    color: #222;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
  }
 
  .ax-top-title {
    font-size: 42px;
    font-weight: 800;
    color: #111;
    letter-spacing: -1px;
    line-height: 1.2;
  }
 
  .ax-top-title span {
    color: #0078D4;
  }
 
  /* AKeeON ??? ?????? */
  .ax-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
 
  .ax-logo-inner {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
 
  /* ?? SVG */
  .ax-wave {
    width: 180px;
    margin-bottom: 2px;
  }
 
  .ax-logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #111;
    letter-spacing: 1px;
  }
 
  /* 4???????? ???? ?????? */
  .ax-circles-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex-wrap: nowrap;
  }
 
  .ax-circle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
 
  /* ?????? ???? */
  .ax-circle {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 22px 18px;
  }
 
  /* 1?? ????? ?????? ???(?????) */
  .ax-circle.filled {
    background: #72bf45;
    border: none;
  }
 
  .ax-circle.filled .ax-circle-title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
  }
 
  .ax-circle.filled .ax-circle-desc {
    color: rgba(255,255,255,0.92);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.3px;
  }
 
  /* 2,3,4?? ????????? ???*/
  .ax-circle.outlined {
    background: #fff;
    border: 2px solid #72bf45;
  }
 
  .ax-circle.outlined .ax-circle-title {
    color: #72bf45;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
  }
 
  .ax-circle.outlined .ax-circle-desc {
    color: #333;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.3px;
  }
 
  /* 3?? ????? ?????? ???(?????) - ???????????????????*/
  .ax-circle.filled-2 {
    background: #72bf45;
    border: none;
  }
 
  .ax-circle.filled-2 .ax-circle-title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
  }
 
  .ax-circle.filled-2 .ax-circle-desc {
    color: rgba(255,255,255,0.92);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.3px;
  }
 
  /* ===== ??????? ???????(1024px ????) ===== */
  @media screen and (max-width: 1024px) {
    .ax-top-section {
      padding: 44px 40px 40px;
      max-width: 100%;
    }
 
    .ax-top-title {
      font-size: 36px;
    }
 
    .ax-circle {
      width: 160px;
      height: 160px;
      padding: 18px 14px;
    }
 
    .ax-circle.filled .ax-circle-title,
    .ax-circle.outlined .ax-circle-title,
    .ax-circle.filled-2 .ax-circle-title {
      font-size: 15px;
      margin-bottom: 8px;
    }
 
    .ax-circle.filled .ax-circle-desc,
    .ax-circle.outlined .ax-circle-desc,
    .ax-circle.filled-2 .ax-circle-desc {
      font-size: 12.5px;
    }
 
    .ax-circles-wrap {
      gap: 18px;
    }
 
    .ax-wave {
      width: 150px;
    }
 
    .ax-logo-text {
      font-size: 24px;
    }
  }
 
  /* ===== ??????? ?????(768px ????) ===== */

  @media screen and (max-width: 768px) {
    .ax-top-section {
      padding: 36px 24px 36px;
      border-radius: 12px;
    }
 
    .ax-top-subtitle {
      font-size: 14px;
    }
 
    .ax-top-title {
      font-size: 28px;
      letter-spacing: -0.5px;
    }
 
    .ax-logo-wrap {
      margin-bottom: 30px;
    }
 
    .ax-wave {
      width: 120px;
    }
 
    .ax-logo-text {
      font-size: 22px;
    }
 
    /* ????? 2x2 ?????*/
    .ax-circles-wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      justify-items: center;
    }
 
    .ax-circle {
      width: 100%;
      max-width: 170px;
      height: 170px;
      padding: 16px 12px;
    }
 
    .ax-circle.filled .ax-circle-title,
    .ax-circle.outlined .ax-circle-title,
    .ax-circle.filled-2 .ax-circle-title {
      font-size: 14px;
      margin-bottom: 8px;
    }
 
    .ax-circle.filled .ax-circle-desc,
    .ax-circle.outlined .ax-circle-desc,
    .ax-circle.filled-2 .ax-circle-desc {
      font-size: 12px;
    }
  }
 
  /* ===== ??????? ?????? ?????(480px ????) ===== */
  @media screen and (max-width: 480px) {
    .ax-top-section {
      padding: 28px 16px 28px;
      border-radius: 10px;
    }
 
    .ax-top-title {
      font-size: 24px;
    }
 
    .ax-top-subtitle {
      font-size: 13px;
    }
 
    .ax-circles-wrap {
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
 
    .ax-circle {
      max-width: 145px;
      height: 145px;
      padding: 14px 10px;
    }
 
    .ax-circle.filled .ax-circle-title,
    .ax-circle.outlined .ax-circle-title,
    .ax-circle.filled-2 .ax-circle-title {
      font-size: 13px;
      margin-bottom: 6px;
    }
 
    .ax-circle.filled .ax-circle-desc,
    .ax-circle.outlined .ax-circle-desc,
    .ax-circle.filled-2 .ax-circle-desc {
      font-size: 11px;
    }
 
    .ax-wave {
      width: 100px;
    }
 
    .ax-logo-text {
      font-size: 20px;
     }
      /*******2026-04-16 AX ??????????????????????? ??***********/
	  

	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  