@charset "utf-8";

html,
body {
  width: 100%;
  height: 100%;
}

#wrap {
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header .header_wrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

header .header_wrap h1 a {
  display: flex;
  background: url(../images/logo_wt.png) no-repeat;
  width: 110px;
  height: 51px;
  text-indent: -9999px;
}
@media (max-width: 1280px) {
  header .header_wrap {
    width: 100%;
    padding: 0 30px;
  }
  .quick_product {
    padding: 0 30px;
  }
}

header .header_wrap #nav {
  height: 100%;
}
header .header_wrap .gnb {
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 300;
}
header .header_wrap .gnb > li {
  height: 100%;
}
header .header_wrap .gnb > li > a {
  position: relative;
  font-size: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  overflow: hidden;
  transition: 0.3s;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
header .lnb {
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  z-index: 100;
  display: none;
}

header .menu:hover .dep2 {
  background: #fff;
  box-shadow: 4px 4px 4px rgba(0 0 0 / 20%);
}
header .menu:hover .lnb {
  display: block;
}
header .menu a {
  position: relative;
}
header .menu > a:hover:after {
  display: block;
  clear: both;
  content: "";
  background: url(../images/nav_active.png) no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 22px;
  top: 32px;
}

header .lnb ul > li {
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
header .lnb ul > li:last-child {
  border-bottom: none;
}
header .lnb ul li a {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 50px;
  color: #333;
  transition: 0.3s;
  font-weight: 400;
}
header .lnb ul li:hover a {
  background: #ed193a;
  color: #fff;
}

/* 모바일 메뉴 */
#m_gnb {
  position: fixed;
  right: -100%;
  top: 0;
  width: 0;
  height: 100%;
  padding-top: 90px;
  background: #fff;
  padding: 100px 0;
  z-index: 9999;
  transition: all 0.25s ease-out;
  overflow-y: auto;
  box-shadow: -4px -4px 10px rgba(0 0 0 / 10%);
  transform: right 1s;
}

#m_gnb.on {
  width: 50%;
  right: 0;
  transition: 0.5s;
}

#m_gnb .gnbList {
  float: none;
  display: block;
  text-align: center;
}

#m_gnb ul li {
  float: none;
  border-bottom: 1px solid #e2e2e2;
}

#m_gnb ul li a {
  display: block;
  padding: 20px 30px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
#m_gnb ul li > .depth01::after {
  position: absolute;
  right: 40px;
  top: 30%;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(135deg) translateY(-50%);
}

#m_gnb ul li .dep2 {
  display: none;
}
#m_gnb ul li .dep2.on {
  display: block;
}

#m_gnb ul li .dep2.on {
  display: block;
}

#m_gnb ul li .dep2 li a {
  font-size: 16px;
  padding-left: 45px;
  position: relative;
  font-weight: 300;
  color: #676767;
}
#m_gnb ul li .dep2 li > a:after {
  display: block;
  clear: both;
  content: "";
  width: 6px;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 30px;
}

/* 모바일 해멉거 메뉴 */
#open-button .btnAll {
  width: 30px;
  height: 22px;
  z-index: 10000;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: none;
  cursor: pointer;
}
@media (max-width: 1080px) {
  #open-button .btnAll {
    display: block;
  }
  header .header_wrap .gnb {
    display: none;
  }
}

@media (min-width: 1080px) {
  #m_gnb {
    display: none;
  }
}
#open-button .btnAll .navicon-line {
  width: 28px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
}

#open-button .btnAll .navicon-line:nth-child(1) {
  top: 0;
}

#open-button .btnAll .navicon-line:nth-child(2) {
  top: 10px;
}

#open-button .btnAll .navicon-line:nth-child(3) {
  top: 20px;
}

#open-button .btnAll.close .navicon-line:nth-child(1) {
  transition: 0.5s;
  transform: rotate(45deg);
  top: 10px;
  background: #222;
}

#open-button .btnAll.close .navicon-line:nth-child(2) {
  display: none;
}

#open-button .btnAll.close .navicon-line:nth-child(3) {
  transition: 0.5s;
  transform: rotate(-45deg);
  top: 10px;
  background: #222;
}

#contents {
  width: 100%;
  height: 100%;
}
#contents:after {
  display: block;
  clear: both;
  content: "";
  position: fixed;
  right: -134px;
  bottom: -127px;
  background: url(../images/start_edge.png) no-repeat;
  width: 382px;
  height: 359px;
  animation: rotate 10s linear infinite;
  z-index: 1;
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.main_visual {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  height: 100%;
}
.slogan {
  position: absolute;
  top: 50%;
  left: 5%;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


.slogan:after {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  left: -26px;
  top: -62px;
  background: url(../images/slogan_edge.png) no-repeat;
  width: 125px;
  height: 126px;
  z-index: -1;
}

.slogan h2 {
  font-size: 3.5rem;
  margin-bottom: 42px;
  font-weight: bold;
}

.slogan p {
  font-size: 20px;
  font-weight: bold;
}

.main_visual .img {
  position: absolute;
  right: 5%;
  top: 50%;
  width: 512px;
  height: 425px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


@media (max-width: 1280px) {
  .main_visual {
    width: 100%;
  }
  .slogan {
    top: 35%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    text-align: center;
  }
  .slogan:after {
    
  }
}

.main_visual .img img {
  width: 100%;
}

@media (max-width: 1280px) {
  .slogan h2 {
    font-size: 3rem;
  }
  .slogan p {
    font-size: 18px;
  }
  .main_visual .img {
    display: none;
  }
  .main_visual .img {
    width: 30%;
    height: auto;
    top: 45%;
  }
  #contents:after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .slogan {
    width: 100%;
  }
  .slogan:after {
    left: 16%;
  }
  
}
.about_wrap p {
  text-align: center;
}
.quick_product {
  position: absolute;
  width: 100%;
  bottom: 5%;
  left: 0;
}
.quick_product ul {
  display: flex;
  flex-wrap: nowrap;
}
.quick_product ul li {
  width: 25%;
  margin-right: 40px;
  z-index: 2;
}
.quick_product ul li:last-child {
  margin-right: 0;
}
.quick_product ul li a {
  display: block;
  padding: 25px;
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
  position: relative;
}
.quick_product ul li a:after {
  display: block;
  clear: both;
  content: "";
  background: url(../images/arrow_right.png) no-repeat;
  width: 26px;
  height: 13px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
}
.quick_product ul li a:hover {
  background: #fff;
  color: #ed193a;
  border: none;
  transition: 0.5s;
}

.quick_product ul li a:hover:after {
  background-position: 0 -19px;
}
@media (max-width: 1024px) {
  .quick_product ul {
    flex-wrap: wrap;
  }
  .main_visual .img {
    width: 50%;
  }
  .quick_product ul li {
    margin-right: 0;
    width: 50%;
    margin: -1px 0 0 -1px ;
  }
}
@media (max-width: 768px) {
  .quick_product ul {
    flex-wrap: wrap;
  }
  .quick_product ul li {
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    margin-top: -1px;
  }
  .quick_product ul li a {
    border-radius: 0;
  }
  .main_visual .img {
    display: none;
  }
  .slogan:after {
  }
  .slogan {
    padding: 0 30px;
  }
  .slogan h2 {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
  .slogan p {
    font-size: 14px;
    font-weight: 300;
  }
}

@media (max-width: 425px) {
  .slogan h2 {
    font-size: 1.4rem;
  }

  .quick_product ul li {
    width: 100%;
    margin-top: -1px;
    margin: 0;
  }
  .quick_product ul li a {
    padding: 16px;
  }
  .quick_product ul li:nth-child(2),
  .quick_product ul li:nth-child(4) {
    margin-left: 0;
  }
  .quick_product ul li:nth-child(3),
  .quick_product ul li:nth-child(4) {
    margin-top: 0;
  }
  .slogan:after {
    background-size: 60%;
    background-position: left center;
  }
}

#sub_wrap {
    width: 100%;
    max-width: 1920px;
    height: 280px;
    background: url(../images/bg.jpg) no-repeat center bottom;
    background-position: 0 -500px;
    position: relative;
    margin: auto;
}
.top_header .sub_tit {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%);
  display: block;
  color: #fff;
  font-size: 42px;
}
.top_header .lineCover {
  position: absolute;
  left: 0;
  bottom: 0;
}

.container_box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0;
}

.box_inner {
  position: relative;
  background: #fff;
  z-index: 1;
  width: 1280px;
  height: 100%;
  margin: 40px auto;
  padding: 0 30px;
}
@media (max-width: 1280px) {
  .box_inner {
    width:100%;
  }
}
@media (max-width: 768px) {
  .box_inner {
    width: 100%;
    padding: 0 15px;
  }
}

.box_inner .tab_title {
  display: flex;
  
}
.box_inner .tab_title li {
  font-size: 20px;
  z-index: 9999;
  color: #000;
  
  cursor: pointer;
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #ccc;
  width: 100%;
  margin-top: -1px;
  margin-left: -1px;
  box-sizing: border-box;
}
@media (max-width:800px) {
  .box_inner .tab_title {
    flex-wrap: wrap;
  }
  .box_inner .tab_title li {
    width: 50%;
  }
}

.box_inner .tab_title li:last-child{
  margin-right: 0;
}

.box_inner .tab_title li.on {
  color: #ed193a;
  font-weight: bold;
}

.box_inner .tab_cont {
  margin-top: 44px;
}
.box_inner .tab_cont > div {
  display: none;
}
.box_inner .tab_cont > div.on {
  display: block;
  height: 100%;
}
.box_inner .tab_cont img {
  margin-bottom: 20px;
  width: 100%;
}
.box_inner .tab_cont .mainTit {
  font-size: 36px;
  text-align: center;
  display: block;
  margin-bottom: 54px;
}
.box_inner .tab_cont > p {
  text-align: center;
}
.tab_cont .history > ul > li:first-child {
  border-top: 2px solid #333;
}
.tab_cont .history > ul > li {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: -1px;
}

.tab_cont .history > ul > li:last-child {
  border-bottom: none;
}
.tab_cont .history ul li .row {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
.tab_cont .history ul li .row .year {
  font-family: "GmarketSansBold";
  font-size: 28px;
  font-weight: bold;
  width: 120px;
  margin-right: 36px;
  color: #999;
}
.tab_cont .history ul li .row .title li {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-left: 18px;
  line-height: 1.6em;
}
.tab_cont .history ul li .row .title li:after {
  display: block;
  clear: both;
  content: "";
  width: 8px;
  height: 2px;
  background: #ed193a;
  position: absolute;
  left: 0;
  top: 22px;
}
@media (max-width: 1080px) {
  .tab_cont .history ul li .row .year {
    font-size: 24px;
  }
  .tab_cont .history ul li .row .title li {
    font-size: 24px;
  }
  .tab_cont .history ul li .row .title li:after {
    top: 18px;
  }
}
@media (max-width: 768px) {
  .tab_cont .history ul li .row {
    flex-direction: column;
  }
  .tab_cont .history ul li .row .year {
    font-size: 24px;
    width: 60px;
    margin-bottom: 10px;
  }
  .tab_cont .history ul li .row .title li {
    font-size: 20px;
  }
  .box_inner .tab_cont .mainTit {
    font-size: 24px;
  }
  .tab_cont .history ul li .row .title li:after {
    top: 16px;
  }
}


.tab_cont .application p {
  text-align: left;
}
.tab_cont .application ul li img {
  width: 100%;
}
.tab_cont .application .appTit {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 500;
}

#header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255 255 255 / 90%);
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0 0 0 / 10%);
  width: 100%;
  height: 100px;
  transition: 0.5s;
}
#header.fixed .header_wrap h1 a {
  background: url(../images/logo_bk.png) no-repeat;
}
#header.fixed .header_wrap .gnb > li > a {
  color: #333;
}
#header.fixed #open-button .btnAll .navicon-line {
  background: #333;
}

@media (max-width: 425px) {
  .box_inner .tab_title li {
    line-height: 38px;
    width: 100%;
  }
  .box_inner .tab_title {
    flex-direction: column;
  }
  .tab_cont .history ul li .row .year {
    font-size: 22px;
  }
  .tab_cont .history ul li .row .title li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .tab_cont .history ul li .row .title li::after {
    top: 12px;
    width: 4px;
  }
  .tab_cont .application .appTit {
    font-size: 24px;
  }
  #header.fixed {
    height: 80px;
  }
  header .header_wrap {
    height: 80px;
  }
  .top_header .sub_tit {
    font-size: 36px;
  }
  #sub_wrap {
    width: 100%;
    height: 200px;
  }
  .box_inner .tab_cont .mainTit {
    font-size: 20px;
  }
}

/* 프로덕트 스타일 */
.pro_info .pro_name {
  font-size: 42px;
  margin-bottom: 26px;
  font-weight: 500;
}
.pro_info .info_wrap {
  margin-bottom: 30px;
}
.pro_info ul li .info_ico {
  width: 100%;
  background: url(../images/amond_ico01.png) no-repeat center;
  padding-top: 60px;
  text-align: center;
  font-size: 13px;
  height: 100%;
}
.pro_info ul li .slogan_list {
  letter-spacing: -0.5px;
}
.pro_info ul li:nth-child(2) .info_ico {
  background: url(../images/amond_ico02.png) no-repeat center;
}
.pro_info ul li:nth-child(3) .info_ico {
  background: url(../images/amond_ico03.png) no-repeat center;
}
.pro_info ul li .slogan_list li:last-child {
  margin-bottom: 0;
}

.pro_info ul li .solgan_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pro_info ul li .slogan_list li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
}
.pro_info ul .slogan_row {
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.pro_info ul .slogan_row:first-child {
  padding-top: 0;
}
.pro_info ul .slogan_row:last-child {
  border-bottom: none;
}

.pro_info ul li .slogan_list > li:after {
  display: block;
  clear: both;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #ed193a;
  border-right: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 7px;
}

.info_tit {
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  background: #ed193a;
  color: #fff;
  border-radius: 500px;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1em;
}
.product_wrap .pro_thumb img {
  width: 100%;
  height: auto;
}
.product_wrap:after {
  display: block;
  clear: both;
  content: "";
}
.product_wrap > div {
  width: 50%;
  float: left;
}
.product_wrap > div:after {
  display: block;
  clear: both;
  content: "";
}
.product_wrap .pro_info {
  padding-left: 40px;
}

@media (max-width: 768px) {
  .product_wrap > div {
    width: 100%;
    float: none;
  }
  .product_wrap .pro_info {
    padding-left: 0;
  }
}

.zeb_wrap .slogan_row .info_ico {
    background: url(../images/zeb_ico01.png) no-repeat center;
}

.zeb_wrap .slogan_row:nth-child(2) .info_ico {
    background: url(../images/zeb_ico02.png) no-repeat center;
}

.zeb_wrap .slogan_row:nth-child(3) .info_ico {
    background: url(../images/zeb_ico03.png) no-repeat center;
}

.zeb_wrap .slogan_row:nth-child(4) .info_ico {
    background: url(../images/zeb_ico04.png) no-repeat center;
}

.bems_wrap .slogan_row .info_ico {
  background: url(../images/bems_ico01.png) no-repeat center;
}

.bems_wrap .slogan_row:nth-child(2) .info_ico {
  background: url(../images/bems_ico02.png) no-repeat center;
}
.bems_wrap .slogan_row:nth-child(3) .info_ico {
  background: url(../images/bems_ico03.png) no-repeat center;
}
.bems_wrap .slogan_row:nth-child(4) .info_ico {
  background: url(../images/bems_ico04.png) no-repeat center;
}

@media (max-width: 425px) {
  .pro_info ul .slogan_row {
    display: flex;
    flex-direction: column;
  }
  .pro_info ul li .info_ico {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
  }
}
.pro_info ul li .slogan_list li > ul {
  margin-top: 15px;
}
.pro_info ul li .slogan_list li > ul li {
  color: #676767;
  font-size: 15px;
}
.pro_info ul li .slogan_list li > ul li:after {
  display: block;
  clear: both;
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: #676767;
}

/* contact */
.contact_tit {
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 600;
}
.contact_box input {
  height: 42px;
  padding: 5px;
}
.contact_box span {
  font-size: 20px;
  font-weight: 500;
  width: 120px;
}
.contact_box textarea {
  height: 100%;
  min-height: 136px;
}

.contact_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.contact_btn li a {
  width: 180px;
  height: 60px;
  background: #ed193a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.contact_btn li:nth-child(1) a {
  border: 1px solid #ed193a;
  background: #fff;
  color: #ed193a;
  margin-right: 40px;
}
@media (max-width:500px){
  .contact_btn {
    flex-direction: column;
  }
  .contact_btn li:nth-child(1) {
    margin-bottom: 20px;
  }
  .contact_btn li a {
    width:100%;
  }
}
footer {
  width: 100%;
}
footer .foot-info {
  position: relative;
}
footer .foot-info strong{
  font-weight: bold;
}
.foot-info {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  background: #f2f2f2;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .foot-info {
    width: 100%;
    padding: 36px;
  }
}
.foot-info p {
  margin-bottom: 10px;
  color: #555;
  font-weight: 300;
}
.down_wrap a {
  display: flex;
  flex-direction: column;
}
.down_wrap .down_thumb {
  width: 100%;
}
.down_wrap .down_thumb img {
  width: 100%;
}
.down_wrap .down_list h4 {
  font-size: 28px;
  margin-bottom: 24px;
  font-weight: 500;
}
.down_wrap .down_list {
  background: #f2f2f2;
  width: 100%;
}
.down_wrap .down_list ul li {
  position: relative;
  padding-left: 44px;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  height: 40px;
}
.down_wrap .down_list ul li:last-child{
  margin-bottom: 0;
}
.down_wrap .down_list ul li:hover {
  background: #fff;
  font-weight: 500;
}
.down_wrap .down_list ul li:after {
  display: block;
  clear: both;
  content: "";
  background: url(../images/down_ico01.png) no-repeat center center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.down_wrap .down_list ul li:nth-child(2):after {
  background: url(../images/down_ico02.png) no-repeat center center;
}
@media (max-width: 768px) {
  .down_wrap a {
    display: flex;
  }
  .down_wrap .down_thumb {
    width: 100%;
  }
  .down_wrap .down_list h4 {
    font-size: 24px;
  }
  .down_wrap a {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .down_wrap .down_list h4 {
    font-size: 28px;
  }
  .down_wrap .down_list ul li {
    font-size: 17px;
  }
}
/* 슬라이더 */
.swiper-pagination {
  bottom: 0 !important;
}