/*메인-제품소개*/
.cont01 {padding: 90px 0;}
.cont01 .cont01_wrap {max-width: 1200px; margin: 0 auto;}
.cont01_wrap h2 {font-size: 46px; font-weight: 700; color: #222; text-align: center; margin-bottom: 60px;}
.cont01_wrap ul {display: flex; flex-wrap: wrap;}
.cont01_wrap ul li {display: flex; width: 25%; padding: 0px 20px; }
.cont01_wrap ul li a {box-shadow: 3px 2px 4px rgba(0,0,0,0.23); width: 100%; border-radius: 15px;}
.cont01_wrap ul li a:hover {transform: scale(1.1); transition: 0.3s ease-in;}
.cont01_wrap ul li a img {width: 100%; border-radius: 15px 15px 0 0;}
.cont01_wrap ul li a p {font-size: 22px; font-weight: 500; color: #222; line-height: 60px; text-align: center;}

/*메인-회사소개*/
.cont02 {background: url(../img/cont02_bg.png)no-repeat center/cover; background-attachment: fixed; padding: 80px 0;}
.cont02 .cont02_wrap {max-width: 1200px; margin: 0 auto;}
.cont02_wrap .cont02_text {text-align: center;}
.cont02_wrap .cont02_text h2 {margin-bottom: 40px; font-size: 28px; line-height: 40px; color: #fff; font-weight: 700;}
.cont02_wrap .cont02_text h2 span {font-weight: 400;}
.cont02_wrap .cont02_text a {display: inline-block; border: 1px solid #fff; padding: 15px 23px; font-size: 18px; font-weight: 500; color: #fff;}
.cont02_wrap .cont02_text a:hover {background: #fff; border: 2px solid #0e0868; color: #0e0868; border-radius: 60px; transition: 0.3s ease-in;}
.cont02_wrap .cont02_text a span {padding-left: 10px;}

/*메인-고객센터*/
.cont03 {padding: 100px 0; background: #f5f5f5;}
.cont03 .cont03_wrap {margin: 0 auto; max-width: 1200px;}
.cont03_wrap .cont03_board {overflow: hidden;}
.cont03_board .cont03_box {float: left; width: 50%; padding-right: 20px;}
.cont03_board .cont03_box:last-child {padding-right: 0; padding-left: 20px;}
.cont03_board .cont03_box .c3_boxwrap {padding; 0 30px;}
.cont03_board .cont03_box h2 {font-size: 24px; color: #222; font-weight: 700; border-bottom: 1px solid #666; padding: 15px; margin-bottom: 20px;}
.cont03_board .cont03_box .c3_box {padding: 0 20px; overflow: hidden;}
.cont03_board .cont03_box .c3_box .c3_boximg {float: left; width: 30%;}
.cont03_board .cont03_box .c3_box .c3_boximg img {}
.cont03_board .cont03_box .c3_box .c3_boxtext {float: right; width: 70%;}
.cont03_board .cont03_box .c3_box .c3_boxtext p {font-size: 18px; font-weight: 400; color: #222;}
.cont03_board .cont03_box .c3_box .c3_boxtext span {font-weight: 700; font-size: 28px; color: #0e0868; padding-left: 35px;}
.cont03_board .cont03_box .c3_box .c3_boxtext a:nth-child(3) span {padding-left: 15px;}
.cont03_board .cont03_box .c3_box .c3_boxtext a {font-size: 18px; font-weight: 400; color: #222;}
.cont03_wrap .cont03_img {margin-top: 50px;}
.cont03_wrap .cont03_img ul {overflow: hidden;}
.cont03_wrap .cont03_img ul li {float: left; width: 25%; padding: 0 20px;}
.cont03_wrap .cont03_img ul li a {border-radius: 15px; display: inline-block; width: 100%; height: 200px; text-align: center; padding: 15px;}
.cont03_wrap .cont03_img ul li a:hover {opacity: 0.7; transition: 0.3s ease-in;}
.cont03_wrap .cont03_img ul li:nth-child(1) a {background: url(../img/cont03_bg01.png)no-repeat top center/cover;}
.cont03_wrap .cont03_img ul li:nth-child(2) a {background: url(../img/cont03_bg02.png)no-repeat top center/cover;}
.cont03_wrap .cont03_img ul li:nth-child(3) a {background: url(../img/cont03_bg03.png)no-repeat top center/cover;}
.cont03_wrap .cont03_img ul li:nth-child(4) a {background: url(../img/cont03_bg04.png)no-repeat top center/cover;}
.cont03_wrap .cont03_img ul li a .cont03_imgwrap {border: 2px solid #fff; height: 100%;}
.cont03_wrap .cont03_img ul li a .cont03_imgwrap img {padding-top: 30px;}
.cont03_wrap .cont03_img ul li a .cont03_imgwrap p {font-size: 20px; font-weight: 500; color: #fff; padding-top: 25px;}

/*서브-회사소개-인사말*/
.sub01 {}
.sub01 .s1_c1_img {margin-bottom: 60px;}
.sub01 .s1_c1_img img {width: 100%;}
.sub01 .s1_c1 {overflow: hidden; position: relative; padding: 0 10px 0px 10px;}
.sub01 .s1_c1 .s1_c1_text {padding: 0 20px;}
.sub01 .s1_c1 .s1_c1_text h2 {font-size: 27px; font-weight: 600; line-height: 40px; color: #333; word-break: keep-all; margin-bottom: 20px;}
.sub01 .s1_c1 .s1_c1_text p {font-size: 17px; font-weight: 400; line-height: 26px; margin-bottom: 15px; color: #444; word-break: keep-all;}

/*서브-회사소개-찾아오시는길*/
.sub01 .s1_c2 {}
.sub01 .s1_c2 .s1_c2_map {}
.sub01 .s1_c2 .s1_c2_map iframe {width: 100%;}
.sub01 .s1_c2 .s1_c2_table {margin-top: 50px; overflow: hidden;}
.sub01 .s1_c2 .s1_c2_table .s1_c2_img {width: 30%; float: left; text-align: center;}
.sub01 .s1_c2 .s1_c2_table .s1_c2_img img {padding-top: 55px;}
.sub01 .s1_c2 .s1_c2_table table {width: 70%; float: right;}
.sub01 .s1_c2 .s1_c2_table table tr {border-bottom: 1px solid #d1d1d1;}
.sub01 .s1_c2 .s1_c2_table table tr:first-child {border-top: 2px solid #0e0868;}
.sub01 .s1_c2 .s1_c2_table table tr th {font-size: 18px; font-weight: 500; color: #222; background: #eee; border-right: 1px solid #d1d1d1; padding: 10px;}
.sub01 .s1_c2 .s1_c2_table table tr td {font-size: 17px; font-weight: 400; color: #555; padding: 10px;}

.product-list-wrap .sub02 .sub02_box a h2{
    font-size: 14px;
    margin-bottom: 0;
    background: #fff;
    border-radius: 0;
    color: #666;
    border-bottom: 1px solid #ccc;
}


/*서브-제품소개*/
/* .sub02 {overflow: hidden; padding-right: 20px ;} */
.sub02 .sub02_box {float: left; width: 33.33%; padding: 0 20px;}
.sub02 .sub02_box:hover {opacity: 0.8; transition: 0.4s ease;}
.sub02 .sub02_box a {}
.sub02 .sub02_box a h2 {font-size: 19px; text-align: center; background: #0e0868; border-radius: 5px; padding: 10px 0; margin-bottom: 20px; word-break: keep-all; color: #fff;}
.sub02 .sub02_box a .s2_img {padding-bottom: 20px; border-bottom: 1px solid #afafaf; margin-bottom: 50px;}
.sub02 .sub02_box a .s2_img img {width: 100%; box-shadow: 1px 1px 5px rgba(0,0,0,0.2);}
.sub02 .sub02_box a:hover h2 {background: #ddd; color: #333; transition: 0.4s ease;}

/* 서브메뉴 */
.sub02.submn01 .sub02_box:nth-child(1) a h2 {background: #0e0868; color: #fff;}
.sub02.submn01 .sub02_box:nth-child(1) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn02 .sub02_box:nth-child(2) a h2 {background: #0e0868; color: #fff;}
.sub02.submn02 .sub02_box:nth-child(2) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn03 .sub02_box:nth-child(3) a h2 {background: #0e0868; color: #fff;}
.sub02.submn03 .sub02_box:nth-child(3) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn04 .sub02_box:nth-child(4) a h2 {background: #0e0868; color: #fff;}
.sub02.submn04 .sub02_box:nth-child(4) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn05 .sub02_box:nth-child(5) a h2 {background: #0e0868; color: #fff;}
.sub02.submn05 .sub02_box:nth-child(5) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn06 .sub02_box:nth-child(6) a h2 {background: #0e0868; color: #fff;}
.sub02.submn06 .sub02_box:nth-child(6) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn07 .sub02_box:nth-child(7) a h2 {background: #0e0868; color: #fff;}
.sub02.submn07 .sub02_box:nth-child(7) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn08 .sub02_box:nth-child(8) a h2 {background: #0e0868; color: #fff;}
.sub02.submn08 .sub02_box:nth-child(8) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn09 .sub02_box:nth-child(9) a h2 {background: #0e0868; color: #fff;}
.sub02.submn09 .sub02_box:nth-child(9) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn10 .sub02_box:nth-child(10) a h2 {background: #0e0868; color: #fff;}
.sub02.submn10 .sub02_box:nth-child(10) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn11 .sub02_box:nth-child(11) a h2 {background: #0e0868; color: #fff;}
.sub02.submn11 .sub02_box:nth-child(11) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn12 .sub02_box:nth-child(12) a h2 {background: #0e0868; color: #fff;}
.sub02.submn12 .sub02_box:nth-child(12) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn13 .sub02_box:nth-child(13) a h2 {background: #0e0868; color: #fff;}
.sub02.submn13 .sub02_box:nth-child(13) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn14 .sub02_box:nth-child(14) a h2 {background: #0e0868; color: #fff;}
.sub02.submn14 .sub02_box:nth-child(14) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn15 .sub02_box:nth-child(15) a h2 {background: #0e0868; color: #fff;}
.sub02.submn15 .sub02_box:nth-child(15) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

.sub02.submn16 .sub02_box:nth-child(16) a h2 {background: #0e0868; color: #fff;}
.sub02.submn16 .sub02_box:nth-child(16) a:hover h2{background: #0e0868; color: #fff; transition: 0.4s ease;}

/* 샘플페이지 */

.product-list-wrap{
    display: flex;
}

.product-list-wrap .sub02 .sub02_box{
    float: unset;
    width: unset;
    padding: 0;
}

.product-list-wrap .sub02{
    width: 20%;
}

.product-list-wrap .sub-product-page{
    width: 80%;
    padding-left: 50px;
}

.product-list ul{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px 2%;
}

.product-list li{
    width: 32%;
    transition: 0.3s all;
}

.product-list li:hover{
    opacity: 0.7;
}

.product-list h3{
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}

.side_scroll .product-list-wrap .sub02 {position: relative; width: 20%;}
.side_scroll .product-list-wrap .sub02 > div
{position: fixed; top: 11%; max-width: 222px; width: 100%;}


/* 샘플-상세페이지 */
.detail-wrap {
  margin-bottom: 50px;
}

.detail-wrap h2{
  font-size: 18px;
  color: #fff;
  background: #0e0868;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 30px;
  margin-bottom: 10px;
}


.detail-wrap h3{
  display: flex;
  align-items: center;
  color: #222;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.detail-wrap h3::before{
  content: '';
  display: block;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  background: #0e0868;
}

.detail-wrap .row img{
  width: 100%;
}

.detail-wrap ul li{
  display: flex;
  align-items: center;
  color: #222;
}

.detail-wrap ul li::before{
  content: '';
  display: block;
  width: 8px;
  height: 2px;
  background: #0e0868;
  margin-right: 10px;
}


.detail-btn a{
  color: #222;
  border: 1px solid #ccc;
  display: inline-flex;
  padding: 10px 30px;
  font-size: 16px;
  align-items: center;
}

.detail-btn a:hover{
  background: #0e0868;
  color: #fff;
}

.detail-btn a i{
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 1024px){
  .cont01 {padding: 50px 0;}
  .cont01_wrap h2 {font-size: 40px; margin-bottom: 30px;}
  
  .cont02 {padding: 35px 0;}
  .cont02 .cont02_wrap h2 {font-size: 30px; margin-bottom: 20px;}
  .cont02_wrap .cont02_text h2 span {font-size: 24px;}
  .cont02_wrap .cont02_text a {font-size: 16px; padding: 10px 20px;}
  
  .cont03 {padding: 50px 0;}
  .cont03_board .cont03_box .c3_box .c3_boximg {width: 25%;}
  .cont03_board .cont03_box .c3_box .c3_boxtext {width: 75%;}
  .cont03_board .cont03_box .c3_box .c3_boximg img {max-width: 90%;}
  .cont03_board .cont03_box .c3_box .c3_boxtext span {padding-left: 15px; font-size: 24px;}
  
}

@media screen and (max-width: 768px){
  .cont01_wrap ul li {width: 50%; margin-bottom: 30px;}
  
  .cont02 .cont02_wrap h2 {font-size: 26px; line-height: 30px;}
  .cont02_wrap .cont02_text h2 span {font-size: 22px;}
  
  .cont03_board .cont03_box {width: 100%; padding-left: 20px;}
  .cont03_board .cont03_box:last-child {padding-right: 20px;}
  .cont03_wrap .cont03_img ul li {width: 50%; margin-bottom: 20px;}
  
  .sub01 .s1_c1_img {margin-bottom: 40px;}
  .sub01 .s1_c1 .s1_c1_text p {font-size: 16px; line-height: 22px;}
  
  .sub01 .s1_c2 {margin-top: 50px;}
  .sub01 .s1_c2 .s1_c2_table .s1_c2_img {display: none;}
  .sub01 .s1_c2 .s1_c2_table table {width: 100%;}
  
  .sub02 .sub02_box {width: 50%;}
  .sub02 .sub02_box a h2 {font-size: 17px;}
  
  
  
  
  
  
  
}

@media screen and (max-width: 570px){
  .cont01_wrap ul li {width: 100%;}
  
  .cont03_board .cont03_box .c3_box {padding: 0 10px;}
  
  .sub01 .s1_c2 .s1_c2_table {margin-top: 30px;}
  
  .sub02_cont01 .s2_img {width: 100%;}
  .sub02_cont01 .s2_table {width: 100%; padding: 0;}
  .sub02 .s_tit_h3 {padding-left: 0;}
  .sub02 .s2_textwrap {padding-left: 0;}
  .sub02_cont03 .s2_img img {width: 100%;}
  
  
}

@media screen and (max-width: 450px){
  .cont02 .cont02_wrap h2 {font-size: 20px; word-break: keep-all;}
  .cont02_wrap .cont02_text h2 span {font-size: 17px; word-break: keep-all;}
  .cont02_wrap .cont02_text a {font-size: 14px; padding: 5px 10px;}
  
  .cont03_board .cont03_box .c3_box .c3_boximg {display: none;}
  .cont03_board .cont03_box .c3_box .c3_boxtext {width: 100%;}
  .cont03_board .cont03_box .c3_box .c3_boxtext a {font-size: 16px;}
  .cont03_board .cont03_box .c3_box .c3_boxtext p {font-size: 16px;}
  .cont03_board .cont03_box .c3_box .c3_boxtext span {font-size: 20px;}
  .cont03_wrap .cont03_img ul li {width: 100%;}

  .sub01 .s1_c2 .s1_c2_table table tr th {font-size: 16px;}
  .sub01 .s1_c2 .s1_c2_table table tr td {font-size: 16px;}
  
  .sub02 .sub02_box {width: 100%;}
  
  
  
}

@media screen and (max-width: 375px){
  .sub-cont {padding: 50px 0;}
}






