@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");

.center_wrap{ padding:0 5%; width: 90%;max-width:1500px;margin: 0 auto;}

:root {
  font-size: 16px;
}
/* reset */
* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", sans-serif;
}
li {
  list-style: none;
}
a:link,
a:visited {
  text-decoration: none;
}

html,
body {
  height: 100%;
}
.containerH {
  height: 100%;
}

div[class*="section"] {
  height: 100%;
  overflow: hidden;
  /*min-height: 929px;*/
}
.section_inner{padding-top:59px;height:auto;display:block !important;}
/* SECTION 1 */
.section1 {
  background-image: linear-gradient(270deg, #702c63 16.65%, #000000 85.59%);
  position: relative;
  overflow: hidden;
}
.section1 .mainText {
  color: #fff;
  font-size: 4.5vh;
  position: absolute;
  top: 100px;
  left: 150px;
}
.imgLight {
  font-size: 0;
  float: right;
  margin-top: 2%;
  margin-bottom: -10%;
}
.imgLight img {
  display: inline-block;
  margin-left: -150px;
}
.imgLight img:nth-child(3),
.imgLight img:nth-child(4) {
  vertical-align: 35px;
}
.imgLogo img {
  width: 100%;
}
.descLight {
  width: 54%;
  display: flex;
  float: right;
  margin-right: 3%;
}
.descLight li {
  width: 25%;
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 20px;
}
.descLight li::before {
  content: "";
  display: block;
  width: 3px;
  height: 80px;
  background-color: #fff;
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translate(-50%, 0);
}
.descLight li div:first-child {
  margin-bottom: 30px;
}
.section1 .linkArea a {
  display: block;
  width: 600px;
  color: #fff;
  padding: 10px 0;
  border: 3px solid #fff;
  border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
  border-left: 0;
  margin-bottom: 25px;
  font-size: 18px;
}

/* SECTION2 */
.section2 {
  background: url(../img/main/bg_sec02.png) no-repeat center;
  background-size: cover;
}
.section2 .desc {
  width: 100%;
  margin: 0 auto;
  display: flex;
  color: #a80679;
  font-size: 3.3vh;
 justify-content: space-around;
  padding: 50px 0;
}
.section2 .desc .text_wrap{text-align:center;}
.section2 .desc .text_wrap img{max-width:90%; display:inline-block; margin: 0 auto;}
.section2 .desc .text {
  line-height: 1.8;
  text-align:center;
  font-weight:500;
  margin-bottom:50px;
  margin-top:50px;

}

.section2 .desc .image {
  padding-right: 5%;
  text-align: center;
  margin-top:100px;
  margin-bottom:40px;
}
.section2 .sec02_logoList {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.section2 .sec02_logoList img {
  width: 100%;
}
.section2 .sec02_logoList .title {
  padding: 10px 0;
  text-align: center;
  color: #702c63;
  border-top: 1px dotted #702c63;
  border-bottom: 1px dotted #702c63;
  font-size: 1.125rem;
}
.section2 .sec02_logoList .image {
  padding: 50px 0;
}

/* SECTION 3 */
.section3 div {
  display: flex;
  background-color: #702c63;
  overflow: hidden;
}
.section3 div.bottom_txt{
	display: block;
    position: absolute;
    bottom: 50px;
    color: #fff;
    max-width: 476px;
    width: 46%;
	background:none;
	}
.section3 div img {
  width: 50%;
}
.section3 div ul {
  width: 50%;
  color: #fff;
  position: relative;
  padding-left: 5%;
  padding-top: 6%;
  box-sizing: border-box;
}
.section3 div ul li {
  position: relative;
  text-indent: 60px;
  font-size: 20px;
  margin-bottom: 20px;
}
.section3 div ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 23px;
  background-image: url(../img/main/sec3_icon.png);
}
.section3 .top ul {
position:relative;
  background: url(../img/main/sec3_bg1.png) no-repeat bottom right;
}
.section3 .top ul::after {
  content: "브이빔 프리마";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 50px;
  font-size: 20px;
  font-weight: bold;
}
.section3 .bottom ul {
  background: url(../img/main/sec3_bg2.png) no-repeat bottom 17% right;
}
.section3 .bottom ul .bottom_txt{width:100%;max-width:600px;bottom:70px;}
.section3 .bottom ul::after {
  content: "브이빔 퍼펙타";
  display: block;
  position: absolute;
  bottom: 13%;
  right: 0;
  padding: 0 50px;
  font-size: 20px;
  font-weight: bold;
}
/* SECTION 4 */
.section4 {
  background-color: #fff;
  text-align: center;
}
.section4 img {
  width: 100%;
}
/* SECTION 5 */
.section5 {
  background: url(../img/main/bg_sec05.png) no-repeat center;
  background-size: cover;
  position:relative;
}
.section5 h3 {
  width: 80%;
  margin: 6% auto 0;
  color: #702c63;
  font-size: 3.3vh;
}
.section5 .desc {
  display: flex;
  margin: 6% auto 0;
  	padding-bottom:40px;
}
.section5 .desc .image {
  padding-right: 10%;
  width:50%;
}
.section5 ul{width:55%;}
.section5 li {
  margin-bottom: 20px;
  position: relative;
  font-size:20px;
}
.section5 li::before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background: url(../img/main/sec05_icon.png) no-repeat;
  position: absolute;
  left: -30px;
  top: 7px;
}
.section5 li span {
  color: #702c63;
}

.section5 .bottom_notice{padding:14px 0;background: #702C63;color:#fff;position:Absolute; bottom:0;text-align:center;width:100%;line-height: 2;}

/* SECTION 6 */
.section6 {
  background: url(../img/main/bg_sec06.png) no-repeat center;
  background-size: cover;
}
.section6 .text {
  font-size: 1.5rem;
  padding-left: 58%;
  padding-top: 27%;
  line-height: 1.8;
}
.section6 .text span,
.section6 .text strong {
  color: #702c63;
}

/* SECTION 7 */
.section7 {
  background: url(../img/main/bg_sec07.png) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
}
.section7 .text {
  width: 100%;
  position: absolute;
  font-size: 1.75rem;
  line-height: 1.5;
  left: 50%;
  top: 193px;
  transform: translate(-50%, 0);
}

.section7 .linkArea {
  width: 1200px;
  /* display: flex; */
  position: absolute;
  z-index: 5;
  /* left: 50%;
  transform: translate(-50%, 0);
  bottom: 118px; */
   left: 50%;
   top:50%;
  transform: translate(-50%, 80%);

}
.section7 .linkArea a {
  color: #fff;
  background: url(../img/main/sec7_icon.png) no-repeat center right 20px;
  font-size: 20px;
}
.buttonLink a {
  display: inline-block;
  width: 550px;
  line-height: 210px;
  border: 3px solid #fff;
  border-radius: 50px;
  margin-right: 10px;
}
.boderLink a {
  display: inline-block;
  width: 550px;
  line-height: 92px;
  border-bottom: 1px solid #fff;
}

.channelArea {
  background-color: #702c63;
  text-align: center;
  padding: 35px 0;
  color: #fff;
}

@media all and (min-width: 1201px) and (max-width: 1800px) {
  div[class*="section"] {
    height: auto;
    overflow: hidden;
  }
  .section1 {
    padding-bottom: 50px;
  }
  .section1 .mainText {
    font-size: 4vh;
    left: 5%;
  }
  .imgLight {
    width: 54%;
    margin-bottom: -3%;
    margin-top: 5%;
  }
  .imgLight img {
    width: 25%;
    margin-left: 0;
  }
  .imgLight img:nth-child(3),
  .imgLight img:nth-child(4) {
    vertical-align: 0px;
  }
  .descLight {
    margin-right: 0;
  }
  .descLight li {
    font-size: 16px;
  }
  .descLight li::before {
    height: 50px;
    top: -55%;
  }
  .section1 .linkArea {
    margin-top: 30px;
  }
  .section1 .linkArea a {
    width: 450px;
  }


  .section2 .desc {
    width: 100%;
    font-size: 2.7vh;
  }
  .section2 .desc .image {
    padding-right: 0;
  }
  .section2 .desc .image img {
    width: 80%;
  }

  .section3 div.top ul,  .section3 div.bottom ul  {
    padding-bottom: 7%;
  }
 .section3 div.top ul li,  .section3 div.bottom ul li{
    font-size: 16px;
  }

  .section5 {
    padding-bottom: 5%;
  }
  .section5 li{
  font-size:18px;
  }
  .section5 .desc {
    width: 85%;
	padding-bottom:20px;
  }
  .section5 .desc .image img {
    width: 95%;
  }

  .section6 .text {
    font-size: 18px;
    padding-bottom: 5%;
  }

  .section7 {
    position: static;
    padding-bottom: 5%;
  }
  .section7 .text {
    position: static;
    font-size: 20px;
    padding: 10% 0;
    transform: translate(0, 0);
    box-sizing: border-box;
  }
  .section7 .linkArea {
    position: static;
    transform: translate(0, 0);
  }
}
@media all and (max-width: 1200px) {
.imgLogo{
top:22%;
position:absolute;
}
@media all and (max-width: 768px) {
.imgLogo{
top:34%;
position:absolute;
}

}

@media all and (max-width: 500px) {
.imgLogo{
top:35%;
position:absolute;
}

}
@media all and (min-width: 360px) and (max-width: 1200px) {
  :root {
    font-size: 14px;
  }
  .section_inner{padding-top:0;}
  div[class*="section"] {
    height: auto;
    overflow: hidden;
  }
  .section1 {
    padding-bottom: 50px;
  }
  .section1 .mainText {
    font-size: 18px;
    position: static;
    padding: 5%;
  }
  .imgLight {
    width: 100%;
    margin-bottom: -3%;
    margin-top: 11%;
    float: none;
  }
  .imgLight img {
    width: 25%;
    margin-left: 0;
  }
  .imgLight img:nth-child(3),
  .imgLight img:nth-child(4) {
    vertical-align: 0px;
  }
  .descLight {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .descLight li {
    font-size: 0.8rem;
    padding: 1%;
    box-sizing: border-box;
  }
  .descLight li::before {
    display: none;
  }
  .section1 .linkArea {
    margin-top: 30px;
    width: 90%;
    margin: 5% auto;
  }
  .section1 .linkArea a {
    width: 100%;
    border-left: 1px solid #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 14px;
  }

  .section2 .desc {
    width: 85%;
    font-size: 18px;
    flex-direction: column-reverse;
  }
  .section2 .desc .text {
    width: 100%;
	margin-top:20px;
  }
  .section2 .desc .image {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .section2 .desc .image img {
    width: 70%;
  }

  .section3 div.top {
    flex-direction: column;
  }
  .section3 div.bottom {
    flex-direction: column-reverse;
  }
  .section3 div img {
    width: 100%;
  }
  .section3 div ul {
    width: 100%;
  }
  .section3 div ul li {
    font-size: 14px;
    text-indent: 40px;
  }
  .section3 div ul li::before {
    width: 20px;
    height: 15px;
    background-size: 100%;
  }
  .section3 div.bottom_txt{position:static;padding-bottom:20px;}
  
  .section3 .bottom ul{background: url(../img/main/sec3_bg2.png) no-repeat bottom 0 right;}
  .section3 .top ul,
  .section3 .bottom ul {
    background-size: 50%;
  }
  .section3 .top ul::after,
  .section3 .bottom ul::after {
    font-size: 15px;
    bottom: 0;
  }

  .section5 {
    padding-bottom: 5%;
  }
  .section5 h3 {
    font-size: 18px;
  }
    .section5 ul{
  width:auto;
  }
   .section5 li{
  font-size:1.0rem;
  }
  .section5 .desc .image{
  width:auto;
	margin: 0 auto 30px;
	max-width:579px;
	padding-right:0;
  }
  .section5 .desc {
    width: 100%;
    display: block;
  }
  .section5 .desc .image img {
    width: 100%;
  }
  .section5 li::before {
    left: 0;
    width: 15px;
    background-size: 100%;
  }
  .section5 li {
    padding-left: 6%;
  }
  .section5 .bottom_notice{position:static;font-size:0.9em;}

  .section6 {
    background-size: 100%;
    background-position: top;
    background-color: #f0efed;
  }
  .section6 .text {
    font-size: 0.9rem;
    padding: 50% 5% 5%;
  }

  .section7 {
    position: static;
  }
  .section7 .text {
    position: static;
    font-size: 0.9rem;
    padding: 10% 5%;
    transform: translate(0, 0);
    box-sizing: border-box;
  }
  .section7 .linkArea {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    padding: 0 5% 10%;
    box-sizing: border-box;
    display: block;
  }
  .section7 .linkArea a {
    font-size: 14px;
  }
  .buttonLink a {
    width: 100%;
    line-height: 60px;
  }
  .boderLink a {
    width: 100%;
    line-height: 60px;
  }
}
