@font-face {
  font-family: "SangSangRock";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/SangSangRockOTF.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Eulyoo1945-SemiBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/Eulyoo1945-SemiBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

.padding100 {
  padding: 100px 0 !important;
  box-sizing: border-box !important;
}
.padding100_t {
  padding-top: 100px !important;
  box-sizing: border-box !important;
}
@media (max-width: 800px) {
  .padding100 {
    padding: 50px 0 !important;
  }
  .padding100_t {
    padding-top: 50px !important;
  }
}

/*===========================================
================= 서브 베너 ==================
============================================*/
#sub_banner {
  padding-top: 100px;
  box-sizing: border-box;
}
.sub_banner_wrap {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 310px;
}
.business_bg {
  background-image: url(/img/sub_banne01.png);
  background-position: center top -80px;
}
.company_bg {
  background-image: url(/img/sub_banne02.png);
}
.product_bg {
  background-image: url(/img/sub_banne03.jpg);
  background-position: center bottom -300px !important;
}
.customer_bg {
  background-image: url(/img/sub_banne04.png);
}
.sub_banner_texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
}
.sub_banner_tit {
  font-size: 40px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: bold;
}
.sub_banner_sub {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .product_bg {
    background-position: center center !important;
  }
  .business_bg {
    background-image: url(/img/sub_banne01.png);
    background-position: center center;
  }
}
@media (max-width: 1024px) {
  #sub_banner {
    padding-top: 64px;
  }
  .sub_banner_tit {
    font-size: 34px;
  }
  .sub_banner_sub {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .sub_banner_wrap {
    height: 280px;
  }
  .sub_banner_tit {
    font-size: 32px;
  }
  .sub_banner_sub {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .sub_banner_wrap {
    height: 220px;
  }
  .sub_banner_tit {
    font-size: 24px;
  }
  .sub_banner_sub {
    font-size: 14px;
  }
}
/*===========================================
================= 서브 헤더 ==================
============================================*/
#sub_header {
  /* position: fixed;
  top: 100px;
  z-index: 99999;
  border: 1px solid red;
  width: 100%; */
  background: #fff;
  translate: all 0.5s;
  border: 1px solid #eee;
  z-index: 1;
}
#sub_header.sticky {
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 2 !important;
}

.sub_header_wrap {
}
.sub_header_wrap > ul {
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
}
.sub_header_wrap > ul > a > li {
  position: relative;
  float: left;
  width: 33.333%;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #1c1c1c;
  margin: 20px 0;
  border-left: 2px solid #eee;
  cursor: pointer;
}
.sub_header_wrap > ul > a:nth-last-child(1) > li {
  border-right: 2px solid #eee;
}
.sub_header_wrap > ul > a > li.active {
  color: #8f7a5e;
  font-weight: 500;
}
.sub_header_wrap > ul > a > li.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #8f7a5e;
}
.company_li {
  width: 25% !important;
}
@media (max-width: 1024px) {
  #sub_header.sticky {
    top: 64px;
  }
}
@media (max-width: 800px) {
  .sub_header_wrap > ul {
    width: 100%;
    margin: none;
  }
  .sub_header_wrap > ul > a > li.active::after {
    bottom: -18px;
  }
  .sub_header_wrap > ul > a > li {
    font-size: 16px;
    margin: 18px 0;
  }
}
@media (max-width: 500px) {
  .sub_header_wrap > ul > a > li {
    font-size: 16px;
  }
}

/*===========================================================================*/
/*================================= 회사소개 =================================*/
/*===========================================================================*/

/*===========================================
================회사소개 섹션1 =================
============================================*/
.company_sec1_tit {
  font-size: 44px;
  text-align: center;
  font-family: Montserrat, "sans-serif";
  padding-bottom: 40px;
}
.company_sec1_bg,
.company_sec1_bg_bottom {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.company_sec1_bg {
  background-image: url(/img/company_sec1.jpg);
  width: 100%;
  height: 260px;
}
.company_sec1_bg_bottom {
  background-image: url(/img/company_sec1_bg.jpg);
  width: 80%;
  height: 120px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: -60px !important;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.company_sec1_bg_bottom > div {
  line-height: 1.5 !important;
}
.company_sec1_w {
  width: 80%;
  margin: 0 auto;
}
.company_sec1_conts {
  position: relative;
}
.company_sec1_conts > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  width: 60%;
}
.company_sec1_cont {
  padding-top: 55px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  z-index: -1;
}
.company_sec1_name {
  text-align: right;
  padding-top: 40px;
  font-size: 20px;
}
.company_sec1_name2 {
  font-size: 40px !important;
  font-family: "SangSangRock", sans-serif;
  padding-left: 10px;
}
@media (max-width: 1280px) {
  .company_sec1_bg_bottom {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .company_sec1_bg_bottom {
    font-size: 18px;
  }
  .company_sec1_cont {
    font-size: 16px;
    padding-top: 30px;
  }
  .company_sec1_name {
    font-size: 18;
    padding-top: 30px;
  }
  .company_sec1_name2 {
    font-size: 30px !important;
  }
}
@media (max-width: 800px) {
  .company_sec1_tit {
    font-size: 34px;
    padding-bottom: 20px;
  }

  .company_sec1_bg {
    height: 140px;
  }
  .company_sec1_bg_bottom {
    width: 92% !important;
    font-size: 16px;
  }
  .company_sec1_conts > img {
    width: 50%;
  }
  .company_sec1_w {
    width: 92% !important;
  }
}
@media (max-width: 600px) {
  .company_sec1_bg_bottom {
    font-size: 13px;
  }
  .company_sec1_conts > img {
    width: 80%;
  }
  .company_sec1_cont {
    font-size: 13px;
    padding-top: 30px;
  }
  .company_sec1_name {
    font-size: 15px;
    padding-top: 20px;
  }
  .company_sec1_name2 {
    font-size: 26px !important;
  }
  .company_sec1_bg_bottom > div {
    padding: 20px;
  }
  .company_sec1_bg_bottom > div > br {
    display: none;
  }
}

/*===========================================
================회사소개 섹션2 =================
============================================*/
.company_sec2_bg {
  position: relative;
  background-image: url(/img/company_sec2_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 125vh;
}
.company_sec2_wrap {
  width: 100%;
  padding: 30vh 20px;
  box-sizing: border-box;
}
.sub_bg1 {
  position: absolute;
  top: 10%;
  right: 0;
  width: 100%;
}
.sub_bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
}
.history_list {
  width: 100%;
  padding: 60px 20px;
  box-sizing: border-box;
}
.history_list::after {
  content: "";
  display: block;
  clear: both;
}
.history_list > li {
  position: relative;
  float: left;
  width: 20%;
  height: 40vh;
  margin-top: -50px;
  box-sizing: border-box;
}
.history_list > li:nth-child(1) {
  padding-top: 20px;
}
.history_list > li:nth-child(2) {
  padding-top: 70px;
}
.history_list > li:nth-child(3) {
  padding-top: 40px;
}
.history_list > li:nth-child(4) {
}
.history_list > li:nth-child(5) {
  padding-top: 50px;
}
.history_list > li:nth-child(6) {
  padding-top: 140px;
  margin-left: 50px;
}
.history_list > li:nth-child(7) {
  padding-top: 100px;
  margin-left: 50px;
}
.history_list > li:nth-child(8) {
  padding-top: 150px;
  margin-left: 80px;
}
.history_list > li:nth-child(9) {
  padding-top: 30px;
  margin-left: 30px;
}
.history_list > li:nth-last-child(1) {
  /* opacity: 0; */
  display: none;
}
.history_list > li > img {
  padding: 0 20%;
  /* padding-left: 10px;
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translate(-50%, 0); */
}
.history_img01 {
  width: 40%;
}
.history_img02 {
  width: 50%;
}
.history_img03 {
  width: 50%;
}
.history_img04 {
  width: 60%;
}
.history_img05 {
  width: 35%;
}
.history_img06 {
  width: 40%;
}
.history_img07 {
  width: 60%;
}
.history_img08 {
  width: 50%;
}
.history_img09 {
  width: 50%;
}

.history_texts {
  position: relative;
  padding: 0 60px 0 20px;
}
.history_texts::before {
  content: "";
  display: block;
  position: absolute;
  top: -3.5px;
  left: -3.5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #4d3f2b;
}
.history_texts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 200px;
  background-color: #4d3f2b;
}
.history_texts > p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}
.history_texts > p:nth-child(1) {
  padding-top: 20px;
}
.history_texts > strong {
  font-size: 45px;
  color: #4d3f2b;
  font-family: "Eulyoo1945-SemiBold", sans-serif;
  font-style: oblique;
  padding: 25px 0;
  display: inline-block;
}
@media (max-width: 1280px) {
  .history_list > li:nth-child(9) {
    margin-left: 0px;
  }
  .history_texts {
    padding: 0 20px 0 20px;
  }
  .company_sec2_bg {
    height: 100vh !important;
  }
  .company_sec2_wrap {
    padding: 23vh 20px;
  }
  .history_list {
    padding: 200px 20px;
  }
  .history_list > li {
    height: 40vh;
    margin-top: -155px;
  }
  .history_list > li:nth-child(7) {
    padding-top: 150px;
  }
  .history_list > li:nth-child(8) {
    padding-top: 95px;
  }
  .history_list > li:nth-child(9) {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .company_sec2_bg {
    height: 115vh !important;
  }
  .history_list > li:nth-child(1),
  .history_list > li:nth-child(2),
  .history_list > li:nth-child(3),
  .history_list > li:nth-child(4),
  .history_list > li:nth-child(5),
  .history_list > li:nth-child(6),
  .history_list > li:nth-child(7),
  .history_list > li:nth-child(8),
  .history_list > li:nth-child(9) {
    padding-top: 0px;
    margin-left: 0px;
  }
  .history_list > li {
    width: 33.333%;
  }
  .history_img03 {
    margin-top: -20px;
  }
  /* .history_img03 {
    display: none;
  } */
  .history_texts > p {
    font-size: 13px;
    line-height: 1.2;
    padding-top: 0 !important;
  }
}
@media (max-width: 500px) {
  .sub_bg1 {
    top: 4%;
  }
  .company_sec2_wrap {
    padding: 16vh 20px;
  }
  .company_sec2_bg {
    height: 180vh !important;
  }
  .history_list {
    padding: 24vh 0px;
  }
  .history_list > li:nth-of-type(odd) .history_texts {
    padding-right: 10px;
  }
  .history_list > li {
    width: 50%;
    height: 43vh;
    margin-bottom: 60px;
  }
  .history_img03 {
    display: block;
  }
  .company_sec2_tit {
    padding: 0px !important;
  }
  .history_texts {
    padding: 0 0px 0 20px;
  }
  .history_texts > p {
    font-size: 13px;
    line-height: 1.2;
  }
  .history_texts > strong {
    font-size: 28px;
    padding: 20px 0;
  }
  .sub_bg1 {
    width: 200%;
  }
  .sub_bg2 {
    width: 50%;
  }
}

/*===========================================
================회사소개 섹션3 =================
============================================*/
.company_com_line {
  border-bottom: 1px solid #ccc;
  margin: 40px 0;
}
.company_sec3_texts {
  text-align: center;
}
.company_sec3_top {
  font-size: 32px;
  font-weight: 200;
  padding-bottom: 30px;
}
.company_sec3_sub {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
  padding-bottom: 40px;
}
.company_sec3_img {
  width: 80%;
  margin: 0 auto;
}
.company_sec3_img > img {
  width: 100%;
}
@media (max-width: 1280px) {
  .company_com_tit {
    padding: 0 20px;
  }
}
@media (max-width: 800px) {
  .company_com_line {
    margin: 20px 0;
  }
  .company_sec3_top {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .company_sec3_sub {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .company_sec3_img {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 500px) {
  .company_sec3_top {
    font-size: 18px;
  }
  .company_sec3_sub {
    font-size: 13px;
  }
}

/*===========================================
================회사소개 섹션4 =================
============================================*/
.company_sec4_tit {
  font-size: 44px;
  font-weight: 500;
  font-family: Montserrat, "sans-serif";
  color: #1c1c1c;
}
.company_sec4_sub_tit {
  position: relative;
  font-size: 32px;
  font-weight: 500;
  color: #1c1c1c;
}
.company_sec4_sub_tit::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 60px;
  height: 5px;
  background-color: #8f7a5e;
}
.company_sec4_cont {
  padding-bottom: 100px;
}
.company_sec4_cont:nth-last-child(1) {
  padding-bottom: 0;
}
.company_sec4_cont .company_sec4_sub01 {
  overflow: hidden;
  padding-top: 34px;
}
.company_sec4_cont .company_sec4_sub01 > li {
  position: relative;
  border: 1px solid #ccc;
  float: left;
  width: 50%;
  height: 200px;
  box-sizing: border-box;
}
.company_sec4_cont .company_sec4_sub01 > li:nth-child(1) {
  border-right: 0px;
}
.company_sec4_cont .company_sec4_sub01 > li {
  font-size: 16px;
  padding: 20px 0 0 20px;
}
.company_sec4_cont .company_sec4_sub01 > li > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company_sec4_sub02 {
  overflow: hidden;
}
.company_sec4_sub02 > li {
  float: left;
  width: 16.6666667%;
  box-sizing: border-box;
}
.sub02_color {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 20px;
}
.color01 {
  background-color: #00883f;
}
.color02 {
  background-color: #cc815a;
}
.color03 {
  background-color: #221e1f;
}
.color04 {
  background-color: #ed1953;
}
.color05 {
  background-color: #16aa9e;
}
.color06 {
  background-color: #fcaf39;
}
.color07 {
  background-color: #a0cf6f;
}
.color08 {
  background-color: #000000;
}
.color09 {
  background-color: #cf181d;
}
.color10 {
  background-color: #bf1d2d;
}
.color11 {
  background-color: #221e1f;
}

.sub02_texts {
  overflow: hidden;
}
.sub02_texts > ul:nth-child(1) {
  padding-right: 20px;
}
.sub02_texts > ul {
  float: left;
  font-family: Montserrat, "sans-serif";
}
.sub02_texts > ul > li {
  padding-bottom: 10px;
  font-family: Montserrat, "sans-serif";
}
.sub02_text_l,
.sub02_text_r {
  font-size: 13px;
}
.sub02_text_l {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .company_sec4_sub_tit {
    font-size: 28px;
  }
  .company_sec4_1-1 {
    width: 30%;
  }
  .company_sec4_1-2 {
    width: 60%;
  }
  .company_sec4_2-1 {
    width: 40%;
  }
  .company_sec4_2-2 {
    width: 70%;
  }
  .company_sec4_3-1 {
    width: 50%;
  }
  .company_sec4_3-2 {
    width: 50%;
  }
  .company_sec4_sub02 > li {
    width: 20%;
  }
}
@media (max-width: 800px) {
  .company_sec4_tit {
    font-size: 34px;
  }
  .company_sec4_sub_tit {
    font-size: 24px;
  }
  .company_sec4_cont {
    padding-bottom: 50px;
  }
  .company_sec4_sub02 > li {
    width: 33.333%;
  }
  .sub02_color {
    width: 70px;
    height: 70px;
    margin: 30px;
  }
}
@media (max-width: 500px) {
  .company_sec4_tit {
    font-size: 28px;
  }
  .company_sec4_sub_tit {
    font-size: 24px;
  }
  .company_sec4_cont .company_sec4_sub01 > li {
    height: 160px;
    padding: 10px 0 0 10px;
  }
  .company_sec4_cont .company_sec4_sub01 > li > p {
    font-size: 13px;
  }
  .company_sec4_sub02 > li {
    width: 50%;
  }
  .company_sec4_1-1 {
    width: 40%;
  }
  .company_sec4_1-2 {
    width: 70%;
  }
  .company_sec4_2-1 {
    width: 60%;
  }
  .company_sec4_2-2 {
    width: 80%;
  }
  .company_sec4_3-1 {
    width: 60%;
  }
  .company_sec4_3-2 {
    width: 60%;
  }
}

/*===========================================================================*/
/*================================= 사업소개 =================================*/
/*===========================================================================*/

/*=========================================
================사업소개 섹션1 ===============
==========================================*/
#company_sec1 {
  position: relative;
  width: 100%;
}
#link_3 {
  height: 100px;
  width: 100%;
  position: absolute;
  top: -14%;
  left: 0;
}
.business_sec1_wrap {
  position: relative;
  height: 85vh;
  background-image: url(/img/bus_sec1_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#link_1 {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 33%;
  left: 0;
}
#link_2 {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: -28%;
  left: 0;
}
.business_sec1_texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.business_sec1_tit {
  font-size: 55px;
  font-weight: bold;
  padding-bottom: 50px;
}
.business_sec1_sub {
  font-size: 22px;
  padding-bottom: 12px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .business_sec1_wrap {
    height: 75vh;
  }
  .business_sec1_tit {
    font-size: 45px;
  }
  .business_sec1_sub {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .business_sec1_tit {
    font-size: 36px;
    padding-bottom: 30px;
  }
  .business_sec1_sub {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .business_sec1_tit {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .business_sec1_sub {
    font-size: 16px;
    line-height: 1.5;
  }
}

/*===========================================
  ================사업소개 섹션2 ===============
  ==========================================*/
.business_sec2_wrap {
  position: relative;
}
.business_sec2_texts_b {
  text-align: center;
  padding-bottom: 40px;
}
.business_sec2_tit {
  font-size: 44px;
  font-weight: 200;
}
.business_sec2_tit_b {
  font-size: 44px;
  font-weight: 200;
  padding-left: 300px;
}
.business_sec2_btns {
  display: block;
  text-align: right;
  padding-bottom: 30px;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: center;
}
.business_sec2_btns.posibtn {
  float: right;
  /* position: absolute;
  top: 2.5%;
  right: 0%;
  transform: translateX(-50%); */
}
.business_sec2_btns li.active {
  background-color: #4d3f2b;
  color: #fff;
}
.business_sec2_btns li {
  display: inline-block;
  padding: 14px 48px;
  box-sizing: border-box;
  border-radius: 25px;
  margin-left: 14px;
  color: #4d3f2b;
  border: 1px solid #4d3f2b;
  transition: all 0.3s;
}

.business_sec2_bg img:nth-child(1) {
  display: block;
}
.business_sec2_bg img:nth-last-child(1) {
  display: none;
}
.business_sec2_bg {
  width: 100%;
  transition: all 0.3s;
}
.item {
  display: none;
}
.business_sec2_bg img {
  width: 100%;
}
@media (max-width: 1280px) {
  .business_sec2_btns {
    top: 25%;
  }
}
@media (max-width: 1032px) {
  .business_sec2_tit_b {
    padding-left: 0px;
  }
  .business_sec2_btns.posibtn {
    float: inherit;
    margin-top: 20px;
  }
  .business_sec2_texts_b {
    padding-bottom: 0;
  }
}

@media (max-width: 800px) {
  .business_sec2_btns.posibtn {
    position: inherit;
  }
  .business_sec2_bg img:nth-child(1) {
    display: none;
  }
  .business_sec2_bg img:nth-last-child(1) {
    display: block;
  }
  /* .business_sec2_texts {
    padding-bottom: 20px;
  } */
  .business_sec2_tit {
    font-size: 38px;
  }
  .business_sec2_wrap {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  /* .business_sec2_texts {
    padding-bottom: 40px;
  } */
  .business_sec2_tit {
    font-size: 32px;
  }
  .business_sec2_btns {
    padding-bottom: 30px;
    padding-right: 10px;
  }
  .business_sec2_btns li {
    padding: 10px 36px;
    margin-left: 8px;
    font-size: 14px;
  }
}

/*===========================================
  ================ 사업소개 섹션3 ===============
  ==========================================*/
.business_sec3 {
  background-color: #eee;
}
.business_sec2_btns {
  padding-top: 0 !important;
}
.busi {
  padding: 14px 35px !important;
}
.container {
  overflow: hidden;
}
@media (max-width: 600px) {
  .busi {
    padding: 10px 25px !important;
  }
}

/*===========================================================================*/
/*================================= 제품소개 =================================*/
/*===========================================================================*/

/*=========================================
================ 제품소개 섹션1 ===============
==========================================*/
#product_sec1 {
  position: relative;
}
.product_bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.product_sec1_wrap {
  padding-top: 200px;
}
.product_sec1_cont {
}
.product_sec1_cont::after {
  content: "";
  display: block;
  clear: both;
}
.product_sec1_cont > li {
  width: 33.333333%;
  float: left;
}
.product_sec1_cont > li::after {
  content: "";
  display: block;
  clear: both;
}
.product_sec1_cont > li:nth-child(3) img {
  float: right;
}
.product_sec1_cont_texts {
  text-align: center;
  display: inline-block;
}
.product_sec1_cont_texts_tit {
  position: relative;
  font-size: 45px;
  font-weight: 500;
  color: #af9c82;
  padding-bottom: 20px;
}
.product_sec1_cont_texts_tit::after {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #16aa9e;
}
.product_sec1_cont_texts_sub {
  font-size: 20px;
  font-weight: 200;
  color: #6f6967;
  font-family: Montserrat, "sans-serif";
}
.product_sec1_cont_texts_cont {
  font-size: 30px;
  font-weight: 200 !important;
  color: #1c1c1c;
  line-height: 1.3;
  display: inline-block;
  padding: 40px 0;
}
.product_sec1_cont_icons::after {
  content: "";
  display: block;
  clear: both;
}
.product_sec1_cont_icons > li {
  float: left;
  border: 1px solid #af9c82;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  text-align: center;
  transition: all 0.4s;
  margin-right: 20px;
}
.product_sec1_cont_icons > li:nth-last-child(1) {
  margin-right: 0;
}
.product_sec1_cont_icons > li:hover {
  background-color: #af9c82;
  transition: all 0.4s;
}
.product_sec1_cont_icons > li:hover .product_sec1_cont_icon {
  fill: #fff;
  transition: all 0.4s;
}
.product_sec1_cont_icon {
  fill: #af9c82;
  transition: all 0.4s;
}
.cont_icon01 {
  width: 80px;
  padding-top: 4px;
}
.cont_icon02,
.cont_icon03 {
  width: 60px;
  padding-top: 20px;
}
@media (max-width: 1280px) {
  .product_sec1_wrap {
    padding-top: 100px !important;
  }
  .product_sec1_cont > li > img {
    width: 80%;
  }
  .product_sec1_cont_texts_tit {
    font-size: 38px;
    padding-bottom: 10px;
  }
  .product_sec1_cont_texts_sub {
    font-size: 16px;
  }
  .product_sec1_cont_texts_cont {
    font-size: 24px;
    padding: 30px 0;
  }
  .product_sec1_cont_icons > li {
    width: 80px;
    height: 80px;
  }
  .cont_icon01 {
    width: 60px;
    padding-top: 4px;
  }
  .cont_icon02,
  .cont_icon03 {
    width: 40px;
    padding-top: 20px;
  }
}
@media (max-width: 950px) {
  .product_sec1_cont > li:nth-child(1),
  .product_sec1_cont > li:nth-child(3) {
    display: none;
  }
  .product_sec1_cont > li:nth-child(2) {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .product_sec1_cont_icons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 800px) {
  .product_sec1_wrap {
    padding-top: 80px;
  }
  .product_sec1_cont_texts_tit {
    padding-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .product_sec1_cont_texts_tit {
    font-size: 28px;
  }
  .product_sec1_cont_texts_tit::after {
    width: 8px;
    height: 8px;
  }
  .product_sec1_cont_texts_sub {
    font-size: 13px;
  }
  .product_sec1_cont_texts_cont {
    font-size: 20px;
    padding: 20px 0;
  }
  .product_sec1_cont_icons > li {
    width: 70px;
    height: 70px;
  }
  .cont_icon01 {
    width: 50px;
    padding-top: 6px;
  }
  .cont_icon02,
  .cont_icon03 {
    width: 40px;
    padding-top: 14px;
  }
}

/*=========================================
========= 제품소개 섹션2(top-item) ==========
==========================================*/
.product_sec2_wrap::after {
  content: "";
  display: block;
  clear: both;
}
.product_sec2_text_wrap {
  line-height: 1.2;
}
.product_sec2_texts {
  position: relative;
  font-size: 44px;
  font-weight: 200;
  line-height: 1.3;
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
.product_sec2_text {
  color: #af9c82;
  box-sizing: border-box;
}
.product_sec2_top_conts {
  width: 50%;
  box-sizing: border-box;
}
.product_sec2_top_list {
  padding: 4px 0 0 4px;
  box-sizing: border-box;
}
.product_sec2_top_nav {
  margin-top: 20px;
}
.product_sec2_top_nav::after {
  content: "";
  display: block;
  clear: both;
}
.product_sec2_top_prev,
.product_sec2_top_next {
  position: relative;
  border: 1px solid #af9c82;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  float: left;
  text-align: center;
  line-height: 30px;
  transition: all 0.3s;
  margin-right: 10px;
}
.product_sec2_top_icon {
  width: 20px;
  fill: #af9c82;
  transition: all 0.3s;
}
.product_sec2_top_prev:hover,
.product_sec2_top_next:hover {
  background-color: #af9c82;
  transition: all 0.3s;
}
.product_sec2_top_prev:hover .product_sec2_top_icon,
.product_sec2_top_next:hover .product_sec2_top_icon {
  fill: #fff;
}
.top_item_img {
  position: relative;
  border-radius: 10px;
  width: 100%;
  padding-top: 100%;
  display: inline-block;
  background: #fff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}
.top_item_img::after,
.top_item_img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.top_item_img::after {
  content: "인기";
  background-color: #ed1953;
  bottom: -30px;
  right: 90px;
}
.top_item_img::before {
  content: "추천";
  background-color: #fcaf39;
  bottom: -30px;
  right: 20px;
}
.top_item_img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  text-align: center;
}
.top_item_texts > p {
  font-size: 20px;
  color: #666;
  padding: 40px 0 10px 0;
}
.top_item_texts > strong {
  font-size: 30px;
  color: #1c1c1c;
  display: inline-block;
}
@media (max-width: 1280px) {
  .product_sec2_wrap {
    padding: 100px 20px !important;
  }
  .product_sec2_texts {
    width: 44%;
    font-size: 38px;
    font-weight: 1.5;
  }
  .product_sec2_top_conts {
    width: 56%;
  }
  .top_item_img img {
    width: 150px;
  }
}
@media (max-width: 1020px) {
  .product_sec2_texts {
    float: none;
    width: 100%;
    text-align: center;
  }
  .product_sec2_top_conts {
    width: 100%;
  }
  .product_sec2_top_nav {
    text-align: center;
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 900px) {
  .product_sec2_wrap {
    padding: 50px 20px 100px 20px !important;
  }
  .top_item_img img {
    width: 130px;
    padding: 40px 70px;
  }
  .top_item_texts > p {
    font-size: 16px;
  }
  .top_item_texts > strong {
    font-size: 24px;
  }
  .top_item_img::after,
  .top_item_img::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .top_item_img::after {
    right: 80px;
  }
  .top_item_img::before {
    right: 20px;
  }
  .product_sec2_texts {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  .top_item_img img {
    width: 110px;
    padding: 40px 65px;
  }
  .top_item_texts > p {
    font-size: 14px;
  }
  .top_item_texts > strong {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .product_sec2_text_wrap {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .top_item_img img {
    width: 95px;
    padding: 40px 60px;
  }
}

/*=========================================
======= 제품소개 섹션2(bottom-item) ========
==========================================*/
.product_sec2_bottom_conts_wrap {
  position: relative;
  width: 1320px !important;
  margin: 0 auto;
  padding: 100px 0;
  box-sizing: border-box;
}
.product_sec2_bottom_list > li {
}

.product_sec2_bottom_list > li {
  float: left;
  width: 20%;
  font-size: 0;
  padding: 0 20px;
  box-sizing: border-box;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.product_sec2_bottom_list::after {
  content: "";
  display: block;
  clear: both;
}
.bottom_item_img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.bottom_item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.bottom_item_texts > p {
  font-size: 14px;
  color: #666;
  padding: 20px 0 10px 0;
}
.bottom_item_texts > strong {
  font-size: 22px;
  color: #1c1c1c;
  display: inline-block;
}
.bottom_item_pc_ex {
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 2;
}
.bottom_item_pc_ex_list > li {
  display: none;
}
.bottom_item_pc_ex_list > li {
  position: relative;
  width: 450px;
  height: auto;
  padding: 40px;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  z-index: 1;
}
.bottom_item_pc_ex_list > li:nth-child(1),
.bottom_item_pc_ex_list > li:nth-child(2),
.bottom_item_pc_ex_list > li:nth-child(3),
.bottom_item_pc_ex_list > li:nth-child(4),
.bottom_item_pc_ex_list > li:nth-child(5) {
  position: absolute;
  top: 0;
  left: 0;
}
.bottom_item_pc_ex_list > li:nth-child(6),
.bottom_item_pc_ex_list > li:nth-child(7),
.bottom_item_pc_ex_list > li:nth-child(8),
.bottom_item_pc_ex_list > li:nth-child(9),
.bottom_item_pc_ex_list > li:nth-child(10) {
  position: absolute;
  top: 370px;
  left: 0;
}
.bottom_item_pc_ex_list > li:nth-child(1) {
  background-image: url(/img/product_ex01.jpg);
}
.bottom_item_pc_ex_list > li:nth-child(2) {
  background-image: url(/img/product_ex02.jpg);
}
.bottom_item_pc_ex_list > li:nth-child(3) {
  background-image: url(/img/product_ex03.jpg);
}
.bottom_item_pc_ex_list > li:nth-child(4) {
  background-image: url(/img/product_ex04.jpg);
}
.bottom_item_pc_ex_list > li:nth-child(5) {
  background-image: url(/img/product_ex05.jpg);
}
.bottom_item_pc_ex_list > li:nth-child(6) {
  background-image: url(/img/product_ex06.jpg);
}
.bottom_item_pc_ex_list > li:nth-child(7) {
  background-image: url(/img/product_ex07.jpg);
}
.bottom_item_pc_ex_list > li:nth-child(8) {
  background-image: url(/img/product_ex08.jpg);
}
.bottom_item_pc_ex_list > li:nth-child(9) {
  background-image: url(/img/product_ex09.png);
}
.bottom_item_pc_ex_list > li:nth-child(10) {
  background-image: url(/img/product_ex10.jpg);
}

.bottom_item_pc_ex_list > li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(98 98 98 / 60%);
  border-radius: 20px;
  z-index: -1;
}
.pc_ex_top::after {
  content: "";
  display: block;
  clear: both;
}
.pc_ex_top > li {
  font-size: 13px;
  padding: 6px 10px;
  border: 1px solid;
  float: left;
  margin-right: 10px;
  color: #fff;
}
.pc_ex_middle_tit {
  font-size: 40px;
  padding: 10px 0 30px 0;
  font-weight: 500;
  color: #fff;
}
.pc_ex_middle_cont {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  padding-bottom: 30px;
  color: #fff;
}
.pc_ex_bottom {
  border-top: 1px solid;
  color: #fff;
}
.pc_ex_bottom_tit {
  font-size: 24px;
  padding: 30px 0 15px 0;
}
.pc_ex_bottom_cont {
  font-size: 18px;
  line-height: 1.2;
}
.bottom_item_mb_ex_list {
  display: none;
}
.mb_ex_top {
  padding-top: 20px;
}
.mb_ex_top > li {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #af9c82;
  padding: 4px 6px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.mb_ex_middle_cont {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  padding-top: 10px;
}
@media (max-width: 1340px) {
  .product_sec2_bottom_conts_wrap {
    width: 100% !important;
  }
  .product_sec2_bottom_list > li {
    width: 25%;
  }
  .bottom_item_pc_ex_list > li:nth-child(5) {
    position: absolute;
    top: 370px;
    left: 0;
  }
  .bottom_item_pc_ex_list > li:nth-child(9),
  .bottom_item_pc_ex_list > li:nth-child(10) {
    position: absolute;
    top: 800px;
    left: 0;
  }
}
@media (max-width: 1280px) {
  .product_sec2_bottom_list > li {
    width: 25%;
  }
}
@media (max-width: 1020px) {
  .product_sec2_bottom_conts_wrap {
    padding: 0 !important;
    padding-bottom: 50px !important;
  }
  .bottom_item_texts > p {
    font-size: 18px !important;
    padding: 40px 0 10px 0;
  }
  .bottom_item_texts > strong {
    font-size: 28px !important;
    color: #4d3f2b;
    display: inline-block;
  }
  .bottom_item_pc_ex {
    display: none;
  }
  .bottom_item_mb_ex_list {
    display: block;
  }
  .product_sec2_bottom_list > li {
    width: 33.33333%;
    height: 600px;
  }
  .bottom_item_img img {
    width: 40% !important;
  }
  .bottom_item_img img {
    width: 80px;
    padding: 30px 50px;
  }
  .bottom_item_texts > p {
    font-size: 14px;
  }
  .bottom_item_texts > strong {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .product_sec2_bottom_list > li {
    width: 50%;
  }
  .bottom_item_texts > strong {
    font-size: 24px !important;
    line-height: 1.3;
  }
}
@media (max-width: 600px) {
  .bottom_item_texts > p {
    font-size: 14px !important;
    padding: 20px 0 10px 0 !important;
    line-height: 1.2;
  }
  .mb_ex_top > li {
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .mb_ex_middle_cont {
    font-size: 14px !important;
  }
}
@media (max-width: 500px) {
  .bottom_item_img img {
    width: 50% !important;
  }
  .product_sec2_bottom_list > li {
    height: 550px;
    box-sizing: border-box;
  }
  .bottom_item_texts > strong {
    font-size: 18px !important;
  }
}
@media (max-width: 375px) {
  .product_sec2_bottom_list > li {
    width: 100% !important;
  }
  .bottom_item_img img {
    width: 40% !important;
  }
}
