.m_ver {
  display: none;
}
.wrap {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}

/* ********************************************* *
   header(sh)
* ********************************************* */

/* top-header (sh) */
.pc_header {
  width: 100%;
  position: relative;
}
.pc_header header {
  width: 100%;
  height: 70px;
  position: relative;
  background-color: #fff;
  z-index: 99;
}
.pc_header .kot_log {
  width: 101px;
  height: 47px;
  float: left;
  margin-top: 11px;
}
.pc_header .kot_log a {
  display: block;
  width: 100%;
  height: 100%;
}
.pc_header .kot_log a img {
  width: 100%;
}

.pc_top_menu {
  width: 70%;
  height: 70px;
  float: left;
  margin-left: 8%;
}
.pc_top_menu ul {
  width: 100%;
  height: 100%;
}
.pc_top_menu ul li {
  width: 25%;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 70px;
}
.pc_top_menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #232323;
  font-weight: 500;
}
.pc_current,
.lan_on {
  font-weight: 700;
  color: #00a9d7 !important;
}

.lang_list {
  width: 100px;
  float: right;
  padding: 0;
  display: flex;
}
.lang_list li {
  float: left;
  font-size: 14px;
  width: 33%;
  text-align: center;
  position: relative;
  padding: 24px 0;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}
.lang_list li:nth-child(-1n + 2)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #232323;
  top: 50%;
  left: 130%;
  margin-top: -8px;
}

/* pc_sub_menu */
.pc_sub_menu {
  width: 1200px;
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -600px;
  z-index: 99;
  border-top: /* 1px solid #ddd */ 0;
}
.pc_sub_list {
  width: 100%;
  height: /* 216px */ 0;
  overflow: hidden;
  background-color: #fff;
}
.pc_sub_list ul {
  width: 100%;
  height: 100%;
}
.pc_sub_list ul li {
  float: left;
  height: 100%;
  position: relative;
}
.pc_sub_list ul li::after {
  position: absolute;
  content: "";
  background-color: #ddd;
  width: 1px;
  height: 85%;
  top: 14px;
  right: 0;
}
.pc_sub_list ul li:last-child::after {
  display: none;
}
.pc_sub_list ul li > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #232323;
}
.pc_top_menu ul li a:hover {
  color: #00a9d7;
}
.sub_menu_wrap .sub_menu_pic {
  width: 60%;
  height: 185px;
  float: left;
  padding: 4%;
}
.sub_menu_wrap .sub_menu_pic img {
  width: 100%;
  height: 185px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.pc_sub_list ul li:hover a {
  color: #00a9d7;
}
.sub_menu_wrap .sub_menu_text {
  width: 40%;
  float: left;
  padding: 4% 4% 4% 0;
  font-weight: 500;
}
#sub_company li {
  width: 25%;
}
#sub_product li {
  width: 33.3333%;
}
.sub_menu_wrap .btn_con {
  margin-top: 30px;
}
.sub_menu_wrap .btn_con .btn {
  line-height: 35px;
}

.pc_sub_list > ul > li .btn_con a {
  width: 100%;
  height: 100%;
  display: block;
}
.sub_menu_pic img {
  border: 1px solid #ddd;
}

/* ********************************************* *
    footer (sh)
* ********************************************* */

footer {
  background-color: #5a5a5a;
  font-size: 14px;
  padding: 2%;
}
footer .com_name {
  padding-bottom: 10px;
  font-size: 16px;
}

/* ********************************************* *
    버튼 공통 (sh)
* ********************************************* */
.btn {
  max-width: 170px;
  width: 100%;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  border: 1px solid #00a9d7;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #00a9d7;
  color: #fff;
  font-size: 17px;
  font-family: "Muli", sans-serif;
}

.btn span {
  z-index: 2;
}
.btn::after {
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  background: #fff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.btn:hover::after {
  left: 120%;
}

/* ********************************************* *
    서브페이지 공통부분 (sh)
* ********************************************* */
.common_top_banner {
  width: 100%;
  height: 502px;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.common_top_banner::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5 !important;
  content: "";
  z-index: -1;
  background-color: #111;
}
.common_text_container {
  padding-top: 175px;
}
.common_text_container h2 {
  font-size: 70px;
  font-weight: 700;
}
.common_text_container p {
  font-size: 18px;
}

/* in-sub메뉴 */
.in_submenu {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ddd;
}
.in_submenu .boundary {
  height: 100%;
}
.in_submenu ul.in_submenu_wrap {
  width: 100%;
}
.in_submenu ul.in_submenu_wrap li {
  float: left;
  line-height: 60px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.in_submenu ul.in_submenu_wrap li a {
  color: #232323;
  display: block;
}
.in_submenu .active {
  border-bottom: 3px solid #00a9d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
  position: relative;
}
.product_insub ul.in_submenu_wrap li {
  width: 33.3333%;
}
.company_insub ul.in_submenu_wrap > .w25 {
  width: 25%;
}
.company_insub ul.in_submenu_wrap > .w50 {
  width: 50%;
}

.company_insub ul.in_submenu_wrap > .submenu_alone {
  float: none;
  margin: 0 auto;
}
.company_insub ul.in_submenu_wrap > .submenu_two {
  display: inline-block;
  float: none;
}
.in_submenu .active::before {
  content: "";
  transform: translateY(-50%);
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -5px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00a9d7;
  padding: 0;
  margin-right: 24px;
}

/* 모바일 서브탭*/
.in_sub_tab_mobile {
  display: none;
}

/* 헤더 모바일 숨김 */
.mobile_ver {
  display: none;
}

/* TOP 버튼 */
.scroll_top_btn {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #00a9d7;
  border-radius: 50px;
  color: white;
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

/*.pro_right_container ul {padding-left:20px;}*/

/*.pro_right_container ul li {list-style: disc;}*/
.pro_right_container ol {padding-left:20px;}
.pro_right_container ol li {list-style-type: decimal;}

/*.pro_right_box ul {padding-left:14px;}*/

/*
.pro_right_box ul li {list-style: none;}
*/