@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans KR', sans-serif;
}
.footer{
  border-top:.5px solid #5e5e5e;
}
ul, ol {
    list-style: none;
}
a { color:#000; text-decoration: none; outline: none}

a:hover, a:active {text-decoration: none; }
a {
    text-decoration: none
}

/*overview*/
/**/
#overview_wrap{
  margin:100px auto 150px;
  width:70%;
  display:flex;
  align-items: center;
  justify-content: space-between;
}
/**/
.overview_wrap1{
  width:30%;
}
.overview_wrap1>p{
  text-align:left;
  font-size:calc(12px + .2vw);
  font-weight:600;
}
.overview_wrap1>p>span{
  color:#e0002A;
}
.overview_wrap1>p:last-child{
  margin-top:35px;
  font-weight:400;
  color:#666;
}
.overview_wrap1>h4{
  text-align:left;
  font-size:calc(12px + 1.5vw);
  font-weight:600;
}
.overview_wrap1>h4>span{
  font-size:16px;
  margin-left:5px;
  color:#666;
}
/**/
.overview_wrap2::after{
  content:'';
  display:block;
  clear:both;
}
.overview_wrap2{
  width:60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overview_wrap2>li{
  float:left;
  width:33.3%;
  text-align:center;
  position:relative;
}
.ov_text_line::before{
    position: absolute;
    top: 50%;
    left: 0;
    height: 2rem;
    width: 1px;
    opacity: 0.15;
    background-color: #000;
    content: "";
    transform: translateY(-50%);
}

.ov_text_wrap>dt{
  color:#e0002A;
  font-size:calc(12px + .3vw);
  font-weight:600;
}
.ov_text_wrap2>p{
  font-size:calc(12px + 1vw);
  font-weight:800;
}
.ov_text_wrap2>span{
  display:block;
  margin-top:20px;
  font-size:calc(12px + .1vw);
  font-weight:400;
  color:#888;
}

@media screen and (max-width: 880px) {
  #overview_wrap {
    width:100%;
    display:block;
    margin-bottom:50px;
  }
  
  .overview_wrap2{
    width:100%;
    display:block;
  }

  .overview_wrap2>li:last-child>dl{
    border-bottom:1px solid rgba(0, 0, 0, 0.3);
  }
  
  .overview_wrap1, .overview_wrap2 > li {
    width: 100%;
  }
  
  .overview_wrap1 > h4 {
    font-size: 54px;
    margin: 10px 0px;
    text-align:center;
  }
  
  .overview_wrap1>p{
    font-size:20px;
    text-align:center;
  }

  .overview_wrap1 > p:last-child {
    margin:20px 0 80px 0;
  }

  .ov_text_wrap{
    padding:25px 0 25px 0;
    border-top:1px solid rgba(0, 0, 0, 0.3);

  }

  .ov_text_wrap>dt{
    font-size:24px;
  }
  .ov_text_wrap2>p{
    margin-top:10px;
    font-size:32px;
  }
  .ov_text_wrap2>span{
    margin-top:10px;
    font-size:16px;
    color:#888;
  }

  #grid_main_text{
    font-size:20px !important;
  }

  }

/* 메인페이지 전체 납품현황 Best*/
#grid_main_text{
  margin:0 auto;
  margin-bottom:50px;
  text-align:center;
  width:80%;
  font-size:calc(32px + 1vw);
  font-weight:600;
}
.wave-text {
  background: linear-gradient(to bottom, orange, black);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#grid_main_text2{
  margin:0 auto;
  text-align:center;
  width:80%;
  font-size:calc(12px + 1vw);
  margin-top:50px;
}

#grid_main_text2>a{
border:1px solid #666;
box-shadow:0 0 8px rgba(0,0,0,.3);
padding:10px 30px;
}

#grid_main_text2>a:hover{
  border-radius:30px;
  font-weight:600;
  transition:.3s;
  color:#e0002A;
  border:2px solid #e0002A;
  }

.grid-container {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 5px;
  overflow:hidden;
}

.grid-item {
  padding: 0px;
}

.image-with-text {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: orange;
}

.image-with-text img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-with-text p {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 30px;
  background-color: #e0002A;
  text-align: center;
  font-size: 18px;
  font-weight:400;
  color: white;
  line-height: 30px;
  margin-bottom:0px !important;
}

@media screen and (max-width: 768px) {
  .grid-container {
    display: flex;
    flex-wrap: wrap;
    height:770px;
  }
  .grid-item {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    height:770px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
    height:770px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-container {
    grid-template-columns: repeat(6, 1fr);
  }
}


/* 회사소개 */
#menu_wrap2{
  width:100%;
  height:2000px;
  background-color:#ffffff;
  margin-bottom:50px;
}

#menu_wrap2_box::after{
	content:'';
	display:block;
	clear:both;
	width:0; height:0;
	visibility:hidden;
}
#menu_wrap2_box{
  margin:0 auto;
  width:1300px;
  position:relative;
}

/*left*/
#cp_left{
  width:50%;
  float:left;
}
.image-container {
  position: absolute;
  top: 100px;
  left: 0%;
  transform: translateX(-50%) translateY(-50%);
}

.scrole_img>img {
  width: 450px;
  height: 600px;
  border-radius:20px;
  /*transition: all 0.3s ease;*/
}
.scrole_img{
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.scrole_img>h4{
  text-align: left;
  font-size: calc(32px + 1.5vw);
  font-weight: 600;
  background: linear-gradient(to left, orange, black);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display:block;
  }
.scrole_img>h4>span{
  font-size:16px;
  margin-left:5px;
  color:#666;
}
  .scrole_img>p{
    margin: 5px 0 40px 0px;
    color: #666;
    font-size: 18px;
    display:block;
    width:600px;
    }

/*right*/
#cp_right{
  width:50%;
  float:right;
}

.cp_right_box{
  width:100%;
  margin:0 0 150px 0;
  text-align:left;
}

.cp_right_box>p{
  font-size:32px;
  font-weight:600;
  color:#222;
  margin-top:5px;
}

.cp_right_box>span{
  font-size:16px;
  font-weight:400;
  color:#333;
  margin-top:10px;
  display:block;
}

.cp_right_box:nth-child(1){
 margin-top:230px;
}

.cp_right_box:nth-child(2){
  text-align:right;
 }

.cp_right_box>img{
  width:400px;
  height:450px;
  border-radius:20px;
  object-fit: cover;
}

.cp_right_box:nth-child(1)>img{
  width:550px;
  height:300px;
}

.cp_right_box:nth-child(2)>img{
  width:500px;
  height:350px;
}

.cp_right_box:nth-child(3)>img{
  width:650px;
  height:300px;
}

@media screen and (max-width: 880px) {
#menu_wrap2{
  height:2300px;
}
#menu_wrap2_box{
  width:100%;
}
/*left*/
#cp_left{
  width:100%;
}

.image-container {
  position: static;
  transform:translate(0);
}
.scrole_img{
  position: static;
  margin-top:100px;
}

.scrole_img>img {
  width: 100%;
  height: 300px;
  border-radius:20px;
  object-fit: cover;
}

.scrole_img>h4{
  display:block;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.scrole_img>h4>span{
  font-size:16px;
  margin-left:5px;
  color:#666;
}
.scrole_img>p{
  text-align: center;
  margin: 5px 0 40px 0px;
  color: #666;
  font-size: 14px;
  display:block;
  width:100%;
  }

/*right*/
#cp_right{
  width:100%;
}

.cp_right_box{
  width:100%;
  margin:0 0 80px 0;
  text-align:left;
}

.cp_right_box>p{
  font-size:32px;
  font-weight:600;
  color:#222;
  margin-top:5px;
}

.cp_right_box>span{
  font-size:18px;
  font-weight:400;
  color:#333;
  margin-top:10px;
  display:block;
}

.cp_right_box:nth-child(1){
 margin-top:50px;
}

.cp_right_box:nth-child(2){
  text-align:right;
 }

.cp_right_box>img{
  width:400px;
  height:450px;
  border-radius:20px;
  object-fit: cover;
}

.cp_right_box:nth-child(1)>img{
  width:100%;
  height:300px;
}

.cp_right_box:nth-child(2)>img{
  width:100%;
  height:350px;
}

.cp_right_box:nth-child(3)>img{
  width:100%;
  height:300px;
}

  }

/* 제품소개 */

#menu_wrap3{
  width:100%;
  height:1100px;
  background-color:#F7F8FB;
  position:relative;
  margin-top:150px;
}
.contain1_box{
  width:70%;
  padding:100px 0 0 0;
  margin:0 auto;
}
.contain1_box_L{
  text-align: left;
  font-size: calc(32px + 1.5vw);
  font-weight: 600;
  background: linear-gradient(to left, rgb(179, 125, 26), black);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display:inline-block;
}
.contain1_box_L>span{
  font-size:16px;
  margin-left:5px;
  color:#666;
}
.contain1_box_R{
  margin: 5px 0 50px 0px;
  color: #666;
  font-size: 18px;
}
.contain2_box{
  width:70%; height:700px;
  display:flex;
  justify-content:space-between;
  margin:0 auto;
}
.contain2_box_EM{
  width:25%;
  position:relative;
  margin:0 5px 0 5px;
  border:1px solid #e6e6e6;
  border-radius:10px;
}
.contain2_img{
  width:100%;
  height:280px;
  object-fit:cover;
}
.contain2_box_EM>div{
  width:100%;
  height:280px;
  overflow:hidden;
}
.contain2_text{
  text-align: left;
  font-size: calc(2rem + 1vw);;
  font-weight:600;
  color:#000;
  position:absolute;
  right:30px;
  bottom:45px;
}
.contain_href{
  font-size:18px;
  line-height:3;
  font-weight:400;
  margin-left:30px;
}
.contain2_box_EM>div{
  width:100%;
}

.contain2_box_EM>p{
  margin-bottom:auto;
}

.contain2_box_EM:hover{
  background-color:#e0002A;
  transition-duration:.5s;
}
.contain2_box_EM:hover>p{
  color:#fff;
}
.contain2_box_EM:hover>p>a{
  color:#fff;
}
.contain2_box_EM:hover div img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

@media screen and (max-width: 880px) {
  
  #menu_wrap3{
    height:100%;
    padding-bottom:200px;
  }
  .contain1_box_L{
    text-align: center;
    display:block;
    font-size:36px;
  }
  .contain1_box_R{
    text-align:center;
    font-size:14px;
  }
  .contain2_box{
    display:block;
    height:100%;
  }
  .contain2_box_EM{
    width:100%;
  }
  .contain_href{
    display:none;
  }
  .contain2_box_EM{
    cursor:pointer;
  }
  .contain2_box_EM>p{
    color:#fff;
    background-color:#666;
    padding:0 20px;
    border-radius:20px;
  }  
}

/* 새로운소식 */
.menu_wrap4_main_text{
  text-align: left;
  font-size: calc(24px + 1.5vw);
  font-weight: 600;
  color: #fff;
}
.menu_wrap4_sub_text{
    margin: 5px 0 40px 0px;
    color: #a1a1a1;
    font-size: 18px;
}
.news_href{
  margin-bottom: 20px;
}
.news_href>a{
font-size:18px;
font-weight:600;
color:#a1a1a1;
text-decoration: underline;
}

#menu_wrap4 {
  width: 100%;
  height: 1050px;
  background-color: #1f1f1f;
}

#menu_wrap4_box {
  width: 80%;
  height: 1000px;
  padding-top: 100px;
  margin: 0 auto;
}
.carousel1 {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; 
}

.carousel1 ul {
  width: 300%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 0.5s ease-in-out;
  position: absolute; 
  top: 0; 
  left: 0; 
}

.carousel1 ul li {
  float: left;
  height: 100%;
  margin: 0 10px;
}

.carousel-caption1 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.carousel-caption1>h4 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight:600;
  color:#fff;
}

.carousel-caption1>p {
  margin: 0;
  color:#fff;
  font-weight:400;
  color: #a5a5a5;
}


.carousel1 img {
  width: 100%;
  height:525px;
  object-fit: cover;
}

.carousel1 .control-wrap { 
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel1 .control-wrap button {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 30px;
  margin: 0 10px;
  outline: none;
  cursor: pointer;
}

.carousel1 .control-wrap button:hover {
  color: gray;
}

.carousel1 .prev,
.carousel1 .next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  text-decoration: none;
}

.carousel1 .prev {
  left: 10px;
}

.carousel1 .next {
  right: 10px;
}

@media screen and (max-width: 880px) {
#menu_wrap4{
  height:800px;
  display:inline-block;
}
.carousel1 img {
  height:325px;
}
}

/* 사이드 메뉴바 */
.side-menu {
  position: fixed;
  top: 200px;
  right: 3.5%;
  width: 90px;
  background-color: #fff;
  padding: 30px 0px;
  z-index:999;
  border-radius:50px;
  box-shadow:0 0 8px rgba(0,0,0,.2);
  text-align:center;
}

.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-menu li {
  margin-bottom: 10px;
}
.side-menu li>hr{
  width:100%;
  border:0;
  height:1px;
  background-color:rgba(0,0,0,.1);
  margin:5px 0px 10px 0px;
}
.side-menu a {
  color: #333;
  text-decoration: none;
}
.side-menu a>img{
  width:40px;
  border-radius:10px;
}
.side-menu a>span{
  font-size:14px; 
  font-weight:600;
}
.side-menu a:hover {
  color: #000;
}

@media screen and (max-width: 880px) {
  .side-menu{
    display:none;
  }
}

@media screen and (max-width: 500px) {
  .overview_wrap1 > h4{
    font-size:42px;
  }
  .overview_wrap1>p{
    font-size:16px;
  }
  #grid_main_text {
    font-size:14px !important;
  }
  .wave-text{
    font-size:20px;
  }
  #menu_wrap3{
    margin-top:100px;
  }
  .contain1_box{
    width:90%;
    padding: 50px 0 0 0;
  }
  .contain2_box{
    width:100%;
  }
  .contain1_box_R{
  font-size:13.5px;
  }
  .scrole_img{
  margin-top:50px;
} 
  #menu_wrap3{
    padding-bottom:60px;
  }
  .cp_right_box>p{
    font-size:24px;
    text-align:center;
  }
  .cp_right_box>span{
    font-size:14px;
    margin-top:5px;
    text-align:center;
  }
  .carousel-caption1>h4{
    font-size:18px;
    margin:10px 0 10px 0;
  }
  .carousel-caption1>p{
    font-size:14px;
  }
  #menu_wrap4{
  height:1050px;
  }
}