@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
/*============================*/
/*@mixin center() {
    top: $percentage;
    left: $percentage;
    transform: translate(-$percentage, -$percentage);
}*/
ul, li {
  list-style-type: none;
}

@keyframes left-in-tex {
  0% {
    margin-left: -150%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}
@keyframes right-in {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes rightIn-box {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-tex {
  0% {
    transform: translateX(-150%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightIn-over {
  0% {
    transform: translateX(100%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    transform: translateX(0%);
    opacity: 1;
  }
  60% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}
@keyframes rightIn-over4 {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box1 {
  0% {
    transform: translateY(-120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes Box2 {
  0% {
    transform: translateX(120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box3 {
  0% {
    transform: translateX(-120%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes Box4 {
  0% {
    transform: translateY(120%);
    opacity: 1;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  background-color: #f8f9fb;
}

.sec_1 {
  width: 100%;
}
.sec_1 .cont {
  width: 100%;
  display: flex;
  padding: 100px 15px;
}
.sec_1 .cont .left img {
  max-width: 100%;
  height: auto;
}
.sec_1 .cont .right {
  width: auto;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sec_1 .cont .right .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3031;
  margin-bottom: 20px;
}
.sec_1 .cont .right .tex {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3031;
}
.sec_1 .cont .right .tex2 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3031;
}

@media screen and (max-width: 992px) {
  .sec_1 .cont {
    display: flex;
    flex-direction: column;
    padding: 50px 15px 100px;
  }
  .sec_1 .cont .left {
    padding-bottom: 50px;
  }
  .sec_1 .cont .left img {
    width: 100%;
    max-width: 100%;
    height: 300px;
  }
  .sec_1 .cont .right {
    width: auto;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec_1 .cont .right .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
    margin-bottom: 20px;
  }
  .sec_1 .cont .right .tex {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
  }
  .sec_1 .cont .right .tex2 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
  }
}
@media screen and (max-width: 768px) {
  .sec_1 .cont {
    display: flex;
    flex-direction: column;
    padding: 50px 15px 60px;
  }
  .sec_1 .cont .left {
    padding-bottom: 30px;
  }
  .sec_1 .cont .left img {
    height: 200px;
  }
  .sec_1 .cont .right {
    width: auto;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec_1 .cont .right .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
    margin-bottom: 10px;
  }
  .sec_1 .cont .right .tex {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
  }
  .sec_1 .cont .right .tex2 {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
  }
}
.sec_2 {
  width: 100%;
}
.sec_2 .cont2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}
.sec_2 .cont2 .hl {
  width: 100%;
  display: flex;
  height: 60px;
  background-color: #e5e8ee;
}
.sec_2 .cont2 .hl .left {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3031;
}
.sec_2 .cont2 .hl .right {
  width: 80%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3031;
}
.sec_2 .cont2 .bl {
  width: 100%;
  display: flex;
  height: auto;
  border-bottom: 1px solid #d1d1d1;
}
.sec_2 .cont2 .bl .left {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3031;
}
.sec_2 .cont2 .bl .right {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
}
.sec_2 .cont2 .bl .right .right_bx {
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3031;
}

@media screen and (max-width: 768px) {
  .sec_2 .cont2 {
    padding: 50px 0;
  }
  .sec_2 .cont2 .hl {
    width: 100%;
    display: flex;
    height: 60px;
    background-color: #e5e8ee;
  }
  .sec_2 .cont2 .hl .left {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .sec_2 .cont2 .hl .right {
    width: 80%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .sec_2 .cont2 .bl {
    border-bottom: 1px solid #d1d1d1;
  }
  .sec_2 .cont2 .bl .left {
    width: 25%;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
  }
  .sec_2 .cont2 .bl .right {
    width: 75%;
    padding: 10px 20px;
  }
  .sec_2 .cont2 .bl .right .right_bx {
    font-size: 15px;
    font-weight: 300;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
.sec_3 {
  width: 100%;
}
.sec_3 .cont3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
.sec_3 .cont3 img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .sec_3 .cont3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
  }
  .sec_3 .cont3 img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin-bottom: 20px;
  }
}
/*서브 4 제품소개*/
.cont4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 100px 15px;
}
.cont4 .title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3031;
}
.cont4 .item_box_wrap {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.cont4 .item_box_wrap .item_box_left {
  width: 50%;
  height: 460px;
}
.cont4 .item_box_wrap .item_box_left .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cont4 .item_box_wrap .item_box_right {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.cont4 .item_box_wrap .item_box_right .tex {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3031;
}
.cont4 .item_box_wrap .item_box_right .tex .btex {
  font-size: 25px;
  line-height: 34px;
}
.cont4 .item_box_wrap .item_box_right .tex .b {
  height: 20px;
}
.cont4 .item_box_wrap2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.cont4 .item_box_wrap2 .title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3031;
  margin-bottom: 15px;
}
.cont4 .item_box_wrap2 .item_box_top {
  width: 100%;
  height: 460px;
}
.cont4 .item_box_wrap2 .item_box_top.h550 {
  height: 550px;
}
.cont4 .item_box_wrap2 .item_box_top.h300 {
  height: 300px;
}
.cont4 .item_box_wrap2 .item_box_top.h450 {
  height: 450px;
}
.cont4 .item_box_wrap2 .item_box_top .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cont4 .item_box_wrap2 .item_box_bottom {
  width: 100%;
  display: flex;
}
.cont4 .item_box_wrap2 .item_box_bottom .tex {
  padding: 30px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3031;
}
.cont4 .item_box_wrap2 .item_box_bottom .tex .p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
}
.cont4 .item_box_wrap2 .item_box_bottom .tex .b {
  height: 20px;
}

@media screen and (max-width: 992px) {
  .sec_4 .cont4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 15px;
  }
  .sec_4 .cont4 .title {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
  }
  .sec_4 .cont4 .item_box_wrap {
    width: 100%;
    display: flex;
    margin-top: 0;
    flex-direction: column;
  }
  .sec_4 .cont4 .item_box_wrap .item_box_left {
    width: 100%;
    height: 460px;
  }
  .sec_4 .cont4 .item_box_wrap .item_box_left .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_4 .cont4 .item_box_wrap .item_box_right {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding: 35px;
  }
  .sec_4 .cont4 .item_box_wrap .item_box_right .tex {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
  }
  .sec_4 .cont4 .item_box_wrap .item_box_right .tex .btex {
    font-size: 25px;
    line-height: 34px;
  }
  .sec_4 .cont4 .item_box_wrap .item_box_right .tex .b {
    height: 20px;
  }
  .sec_4 .cont4 .item_box_wrap2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .sec_4 .cont4 .item_box_wrap2 .title {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
    margin-bottom: 15px;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top {
    width: 100%;
    height: 460px;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top .img.full {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top.h550 {
    height: 550px;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top.h300 {
    height: 300px;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top.h450 {
    width: 100%;
    height: 450px;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top.h450 .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top.h450 .img.full {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top .item_box_bottom {
    width: 100%;
    display: flex;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top .item_box_bottom .tex {
    padding: 30px 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top .item_box_bottom .tex .p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top .item_box_bottom .tex .b {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec_4 .cont4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 15px;
  }
  .sec_4 .cont4 .title {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
  }
  .sec_4 .cont4 .item_box_wrap {
    width: 100%;
    display: flex;
    margin-top: 0;
    flex-direction: column;
  }
  .sec_4 .cont4 .item_box_wrap .item_box_left {
    width: 100%;
    height: 200px;
  }
  .sec_4 .cont4 .item_box_wrap .item_box_left .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_4 .cont4 .item_box_wrap .item_box_right {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding: 35px;
  }
  .sec_4 .cont4 .item_box_wrap .item_box_right .tex {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
  }
  .sec_4 .cont4 .item_box_wrap .item_box_right .tex .btex {
    font-size: 25px;
    line-height: 34px;
  }
  .sec_4 .cont4 .item_box_wrap .item_box_right .tex .b {
    height: 20px;
  }
  .sec_4 .cont4 .item_box_wrap2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .sec_4 .cont4 .item_box_wrap2 .title {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
    margin-bottom: 15px;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top {
    width: 100%;
    height: 300px;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top .img.full {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top.h550 {
    height: 230px;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top.h300 {
    height: 200px;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top.h450 {
    width: 100%;
    height: 300px;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top.h450 .img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top.h450 .img.full {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top .item_box_bottom {
    width: 100%;
    display: flex;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top .item_box_bottom .tex {
    padding: 30px 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3031;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top .item_box_bottom .tex .p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .sec_4 .cont4 .item_box_wrap2 .item_box_top .item_box_bottom .tex .b {
    height: 20px;
  }
}
/*서브 6 자료실*/
/*

#sec_6 {
    width: 100%;

    .cont6 {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 100px 0;


        .item_box_wrap6 {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin-top: 30px;

            .item_box_left {
                width: calc(50% - 10px);
                padding: 15px;

                .img {
                    width: 100%;
                    height: 100%;
                    @include bg-center();

                }
            }

            .item_box_right {
                width: calc(50% - 10px);
                height: 100%;
                display: flex;
                align-items: center;
                padding: 15px;

                .img {
                    width: 100%;
                    height: 100%;
                    @include bg-center();

                }
            }


        }


        .item_box_wrap2 {
            width: 100%;
            display: flex;
            flex-direction: column;
            margin-top: 30px;

            .title {
                position: relative;
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                @include kr(21, 700, 34);
                color: $c20;
                margin-bottom: 15px;

            }


            .item_box_top {
                width: 100%;


                &.h550 {
                    height: 550px;
                }

                &.h300 {
                    height: 300px;
                }

                &.h450 {
                    height: 450px;
                }

                .img {
                    width: 100%;
                    height: 100%;
                    @include bg-center();

                }
            }

            .item_box_bottom {
                width: 100%;
                display: flex;

                .tex {
                    padding: 30px 10px;

                    .p {
                        margin-bottom: 15px;
                        @include kr(18, 300, 30);
                    }

                    .b {
                        height: 20px;
                    }

                    @include kr(18, 300, 30);
                    color: $c20;
                }
            }
        }


    }
}

*/
/*서브 6 자료실*/
.sec_6 {
  width: 100%;
}
.sec_6 .cont6 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 70px 0;
}
.sec_6 .cont6 .item_box_wrap {
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.sec_6 .cont6 .item_box_wrap .item_box_left {
  padding: 15px;
}
.sec_6 .cont6 .item_box_wrap .item_box_left .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_6 .cont6 .item_box_wrap .item_box_left .img iframe {
  width: 697px;
  height: 403px;
}
.sec_6 .cont6 .item_box_wrap .item_box_right {
  display: flex;
  align-items: center;
  padding: 15px;
}
.sec_6 .cont6 .item_box_wrap .item_box_right .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_6 .cont6 .item_box_wrap .item_box_right .img iframe {
  width: 697px;
  height: 403px;
}

@media screen and (max-width: 1500px) {
  .sec_6 .cont6 {
    padding: 50px 0;
  }
  .sec_6 .cont6 .item_box_wrap {
    margin-top: 30px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_left {
    padding: 15px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_left .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_left .img iframe {
    width: 557.6px;
    height: 322.4px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_right {
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_right .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_right .img iframe {
    width: 557.6px;
    height: 322.4px;
  }
}
@media screen and (max-width: 1200px) {
  .sec_6 .cont6 {
    padding: 50px 0;
  }
  .sec_6 .cont6 .item_box_wrap {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_left {
    padding: 15px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_left .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_left .img iframe {
    width: 697px;
    height: 403px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_right {
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_right .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_right .img iframe {
    width: 697px;
    height: 403px;
  }
}
@media screen and (max-width: 768px) {
  .sec_6 .cont6 {
    padding: 50px 0;
  }
  .sec_6 .cont6 .item_box_wrap {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_left {
    padding: 15px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_left .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_left .img iframe {
    width: 557.6px;
    height: 322.4px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_right {
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_right .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_right .img iframe {
    width: 557.6px;
    height: 322.4px;
  }
}
@media screen and (max-width: 576px) {
  .sec_6 .cont6 {
    padding: 50px 0;
  }
  .sec_6 .cont6 .item_box_wrap {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_left {
    padding: 15px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_left .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_left .img iframe {
    width: 383.35px;
    height: 221.65px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_right {
    display: flex;
    align-items: center;
    padding: 15px;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_right .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sec_6 .cont6 .item_box_wrap .item_box_right .img iframe {
    width: 383.35px;
    height: 221.65px;
  }
}

/*# sourceMappingURL=sub.css.map */
