@charset "UTF-8";
@import url("/css/global/normalize.css");
@import url("/css/global/reset.css");
@import url("/css/global/fullpage.css");
@import url("/css/global/common.css");
@import url("/css/global/fontawesome.css");
@import url("/css/home/popup.css");
/*----------------------------------------------------------*/
/*|| 폰트
/*----------------------------------------------------------*/
@font-face {
  font-family: "G1-L";
  src: url("/lib/webfonts/GothicA1-Light.woff") format("woff"), url("/lib/webfonts/GothicA1-Light.ttf") format("turetype");
}
@font-face {
  font-family: "G1-M";
  src: url("/lib/webfonts/GothicA1-Medium.woff") format("woff"), url("/lib/webfonts/GothicA1-Medium.ttf") format("turetype");
}
@font-face {
  font-family: "G1-B";
  src: url("/lib/webfonts/GothicA1-Bold.woff") format("woff"), url("/lib/webfonts/GothicA1-Bold.ttf") format("turetype");
}
@font-face {
  font-family: "G1-Black";
  src: url("/lib/webfonts/GothicA1-Black.woff") format("woff"), url("/lib/webfonts/GothicA1-Black.ttf") format("turetype");
}
/*----------------------------------------------------------*/
/*|| 공용
/*----------------------------------------------------------*/
* {
  font-family: "G1-M";
  font-weight: 400;
}

strong {
  font-weight: 700;
}

.hidden_area {
  visibility: hidden;
  height: 0;
  margin: 0;
}

.section {
  width: 100%;
  overflow-x: hidden;
}
.section img {
  width: 100%;
}

#inquiryAgreePopup {
  display: none;
}

.mbr {
  display: none;
}

.pbr {
  display: block;
}
.pbr img {
  height: 100%;
}

/*--------------------------------------------------------------------
||PC
--------------------------------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 81px;
  background: linear-gradient(to left, rgba(102, 127, 174, 0.88), rgba(26, 55, 109, 0.88), rgba(102, 127, 174, 0.88));
  z-index: 9999;
}
#header #gnb {
  display: flex;
  width: 100%;
  min-width: 1620px;
  margin: 0 auto;
  height: 100%;
  padding: 0 6vw;
  align-items: center;
  justify-content: center;
}
#header #gnb .logo_area {
  width: 260px;
}
#header #gnb .logo_area img {
  height: 36px;
}
#header #gnb #inquiry {
  margin-left: 50px;
}
#header #gnb #inquiry .box {
  display: flex;
  align-items: center;
}
#header #gnb #inquiry .box .form {
  display: flex;
  align-items: center;
}
#header #gnb #inquiry .box .form div.phone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 300px;
  font-size: 10px;
  color: #fff;
  margin-top: 6px;
}
#header #gnb #inquiry .box .form div.phone p {
  display: inline-block;
  padding: 0 8.5px;
  font-size: 22px;
  font-family: "G1-Black";
}
#header #gnb #inquiry .box .form div.phone p:nth-of-type(3) {
  margin-top: 6px;
  padding: 0 0;
  font-family: "G1-M";
  font-size: 10px;
}
#header #gnb #inquiry .box .form input {
  height: 41px;
  border: 2px solid #fff;
  font-size: 22px;
  color: #fff;
  vertical-align: middle;
  background-color: transparent;
}
#header #gnb #inquiry .box .form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  text-indent: 7px;
}
#header #gnb #inquiry .box .form input.txt {
  width: 104px;
  margin-right: 15px;
  margin-bottom: 11px;
}
#header #gnb #inquiry .box .form input.num {
  width: 70px;
}
#header #gnb #inquiry .box .form input.contents {
  width: 308px;
  height: 62px;
}
#header #gnb #inquiry .box .form input.contents::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}
#header #gnb #inquiry .box .form .check {
  margin-left: 15px;
  margin-right: 20px;
  color: #fff;
  line-height: 1.3em;
  padding-top: 3px;
}
#header #gnb #inquiry .box .form .check input {
  vertical-align: bottom;
  height: 20px;
}
#header #gnb #inquiry .box .form .check label, #header #gnb #inquiry .box .form .check p {
  font-family: "G1-L";
  font-size: 14px;
}
#header #gnb #inquiry .box .form .check a {
  font-family: "G1-B";
  font-size: 16px;
  color: #fff;
}
#header #gnb #inquiry .box .form .submit {
  width: 115px;
  height: 41px;
  line-height: 41px;
  border: none;
  background: #fff;
  color: #224079;
  font-family: "G1-Black";
  font-size: 21px;
  text-align: center;
  cursor: pointer;
}

#inquiryAgreePopup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
}
#inquiryAgreePopup .contents {
  margin: 0 auto;
  margin-top: 10%;
  width: 30%;
  height: 60%;
  background-color: #fff;
  font-size: 14px;
  padding: 20px 30px;
  overflow-y: scroll;
  line-height: 1.2em;
}
#inquiryAgreePopup .contents b {
  font-family: "G1-B";
  font-size: 18px;
  line-height: 1.1em;
}
#inquiryAgreePopup .contents a {
  color: #000;
}
#inquiryAgreePopup .button {
  position: absolute;
  left: 67%;
  top: 17%;
}
#inquiryAgreePopup .button a {
  font-size: 17px;
  color: #fff;
}

#quick {
  position: fixed;
  right: 3vw;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 320px;
  z-index: 9998;
}
#quick .link {
  height: 100%;
}
#quick .link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
#quick .link ul li {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 18px;
  box-shadow: 2px 2px 2px rgba(12, 77, 162, 0.4);
  background-color: #fff;
  text-align: center;
}
#quick .link ul li:nth-child(1) img {
  width: 44px;
  height: 42px;
}
#quick .link ul li:nth-child(2) img {
  width: 35px;
  height: 43px;
}
#quick .link ul li:nth-child(3) img {
  width: 41px;
  height: 39px;
}
#quick .link ul li:nth-child(4) img {
  width: 39px;
  height: 39px;
}
#quick .link ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.section.section35 > div {
  position: relative;
}
.section.section35 > div .section35_wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.section.section35 > div .section35_wrap header {
  padding-top: 3.28vmin;
}
.section.section35 > div .section35_wrap header h3 {
  width: 50%;
  max-width: 961px;
  margin: 0 auto;
}
.section.section35 > div .section35_wrap article:nth-of-type(1) {
  margin-top: 2.34vw;
}
.section.section35 > div .section35_wrap article:nth-of-type(1) p {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.section.section35 > div .section35_wrap article:nth-of-type(1) p img {
  width: 26%;
  max-width: 499px;
  margin: 0 13px;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) {
  margin-top: 2.97vw;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 59.4%;
  max-width: 1141px;
  margin: 0 auto;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  text-align: center;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul li:last-child {
  margin-top: 0;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div {
  width: 49%;
  position: relative;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div > p:first-child {
  position: relative;
  z-index: 2;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div > p:first-child img {
  width: 100%;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div > p:last-child {
  position: absolute;
  left: 50%;
  bottom: -4.17vw;
  transform: translateX(-43%);
  z-index: 1;
  width: 100%;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div.after {
  position: relative;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div.after .slide_wrap {
  position: absolute;
  width: 60%;
  height: 2.34vw;
  max-height: 45px;
  left: 50%;
  bottom: 2vw;
  transform: translateX(-50%);
  z-index: 3;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_box .last {
  position: relative;
  height: 2.34vw;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_box .last:after {
  content: "▶";
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.72vw;
  height: 1.72vw;
  line-height: 1.9vw;
  text-align: center;
  border-radius: 50%;
  background-color: #1b91e4;
  color: #fff;
  font-size: 0.88vw;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_txt {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 2.1vw;
  outline: none;
  border: none;
  border-radius: 22px;
  font-size: 0.88vw;
  text-align: left;
  padding: 0;
  margin-top: 0;
  z-index: -1;
}
.section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_txt:after {
  content: "  화살표를 오른쪽으로 밀어주세요";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 97%;
  height: 80%;
  border: none;
  border-radius: 22px;
  background-color: #fff;
  padding-left: 2.2vw;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.section.section8 {
  position: relative;
}
.section.section8 .section8_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section.section8 .section8_wrap {
  padding-top: 110px;
}
.section.section8 .section8_wrap header h3 {
  text-align: center;
  font-family: "G1-M";
  font-size: 4.33vw;
  color: #1d1d1d;
  letter-spacing: -0.05em;
}
.section.section8 .section8_wrap header h3 strong {
  display: block;
  font-family: "G1-Black";
  font-size: 5vw;
  color: #1b91e4;
  text-shadow: -1px -2px #666;
  margin-top: 40px;
}
.section.section8 .section8_wrap article:nth-of-type(1) {
  margin-top: 85px;
}
.section.section8 .section8_wrap article:nth-of-type(1) p {
  font-family: "G1-M";
  font-size: 1.56vw;
  line-height: 1.5em;
  letter-spacing: -0.04em;
  text-align: center;
}
.section.section8 .section8_wrap article:nth-of-type(1) p strong {
  font-family: "G1-B";
}
.section.section8 .section8_wrap article:nth-of-type(2) {
  margin-top: 80px;
}
.section.section8 .section8_wrap article:nth-of-type(2) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1664px;
  margin: 0 auto;
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 46.6%;
  text-align: center;
  position: relative;
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li h4 {
  width: 100%;
  max-height: 75px;
  line-height: 80px;
  background: linear-gradient(to left, #1b91e4, #167ecd);
  font-size: 2.5vw;
  font-family: "G1-B";
  color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li > div {
  width: 48%;
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li > div p {
  margin-top: 14px;
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li > div p:first-child {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li > div p:last-child {
  outline: 1px solid #000;
  border: 1px solid #666;
  padding: 9px;
  font-family: "G1-M";
  font-size: 30px;
  text-align: center;
  position: relative;
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li > div p:last-child:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #666;
  width: 98%;
  height: 85%;
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after {
  position: relative;
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap {
  position: absolute;
  max-width: 307px;
  width: 19vw;
  height: 45px;
  left: 50%;
  bottom: 5vw;
  transform: translateX(-50%);
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_box .last {
  position: relative;
  height: 37px;
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_box .last:after {
  content: "▶";
  position: absolute;
  left: 2%;
  top: 58%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #1b91e4;
  color: #fff;
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 38px;
  outline: none;
  border: none;
  border-radius: 22px;
  font-size: 17px;
  text-align: right;
  padding: 0;
  margin-top: 0;
  z-index: -1;
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_txt:after {
  content: "화살표를 오른쪽으로 밀어주세요";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 97%;
  height: 80%;
  border: none;
  border-radius: 22px;
  background-color: #fff;
  padding-right: 13px;
}
.section.section8 .section8_wrap article:nth-of-type(2) ul li:nth-child(3), .section.section8 .section8_wrap article:nth-of-type(2) ul li:nth-child(4) {
  margin-top: 55px;
}
.section.section8 .section8_wrap article:nth-of-type(3) {
  margin: 0 auto;
  margin-top: 70px;
  max-width: 1664px;
  height: 235px;
  color: #3b3b3b;
  opacity: 0.8;
}
.section.section8 .section8_wrap article:nth-of-type(3) ul li {
  padding: 0 192px;
  font-family: "G1-L";
  font-size: 1.56vw;
  letter-spacing: -0.04em;
  line-height: 1.5em;
  position: relative;
  text-indent: 12px;
}
.section.section8 .section8_wrap article:nth-of-type(3) ul li:before {
  content: "";
  position: absolute;
  left: 192px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}
.section.section8 .section8_wrap article:nth-of-type(4) {
  padding-bottom: 50px;
}
.section.section8 .section8_wrap article:nth-of-type(4) a {
  display: block;
  width: 820px;
  margin: 0 auto;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  transition: all 0.4s;
}
.section.section8 .section8_wrap article:nth-of-type(4) a:hover {
  text-shadow: 0 0 4px #fff;
  border-radius: 20px;
}
.section.section12 {
  height: 9vw;
  background-color: #18366b;
  color: #fff;
  font-size: 0.96vw;
  line-height: 1.2em;
}
.section.section12 ul {
  width: 90%;
  margin: 0 auto;
  padding-top: 1vw;
}
.section.section12 ul li {
  height: 1.4vw;
}

@media screen and (max-width: 1400px) {
  .pbr {
    display: none;
  }
  .mbr {
    display: block;
  }
  #header {
    top: auto;
    bottom: 0;
    height: 54.6vw;
  }
  #header #gnb {
    padding: 0 4.5vw;
    align-items: center;
    min-width: auto;
  }
  #header #gnb .logo_area {
    display: none;
  }
  #header #gnb #inquiry {
    width: 91.1vw;
    margin-left: 0;
    margin: 0 auto;
  }
  #header #gnb #inquiry .box {
    display: flex;
    align-items: center;
  }
  #header #gnb #inquiry .box .form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  #header #gnb #inquiry .box .form div.phone {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    font-size: 10px;
    color: #fff;
    margin-top: 0;
  }
  #header #gnb #inquiry .box .form div.phone p {
    display: inline-block;
    padding: 0 1.2vw;
    font-size: 22px;
    font-family: "G1-Black";
  }
  #header #gnb #inquiry .box .form div.phone p:nth-of-type(3) {
    display: none;
  }
  #header #gnb #inquiry .box .form input {
    height: 7.3vw;
    border: 1px solid #fff;
    font-size: 2.4vw;
  }
  #header #gnb #inquiry .box .form input.txt {
    width: 27.6vw;
    margin-right: 3.24vw;
    margin-bottom: 0;
  }
  #header #gnb #inquiry .box .form input.num {
    width: 14.4vw;
  }
  #header #gnb #inquiry .box .form input.contents {
    width: 100%;
    height: 12vw;
    margin: 2.3vw 0;
  }
  #header #gnb #inquiry .box .form input.contents::placeholder {
    font-size: 2.1vw;
  }
  #header #gnb #inquiry .box .form .check {
    margin-left: 0;
    margin-right: 0;
    color: #fff;
    line-height: 1.3em;
    padding-top: 3px;
  }
  #header #gnb #inquiry .box .form .check input {
    height: 20px;
  }
  #header #gnb #inquiry .box .form .check label, #header #gnb #inquiry .box .form .check p {
    font-family: "G1-L";
    font-size: 2.5vw;
    display: inline-block;
  }
  #header #gnb #inquiry .box .form .check a {
    font-family: "G1-B";
    font-size: 2.7vw;
    color: #fff;
  }
  #header #gnb #inquiry .box .form .submit {
    width: 42vw;
    height: 11vw;
    line-height: 11vw;
    border: none;
    background: #fff;
    color: #224079;
    font-family: "G1-B";
    font-size: 5.28vw;
    text-align: center;
    cursor: pointer;
    margin-top: 3.2vw;
  }
  .section.section8 .section8_wrap header h3 {
    font-size: 7.33vw;
  }
  .section.section8 .section8_wrap header h3 strong {
    font-size: 8vw;
  }
  .section.section8 .section8_wrap article:nth-of-type(1) p {
    font-size: 2.96vw;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) {
    margin-top: 80px;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul {
    justify-content: center;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li {
    width: 90%;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after {
    position: relative;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap {
    position: absolute;
    width: 80%;
    height: 4.5vw;
    left: 50%;
    bottom: 7vw;
    transform: translateX(-50%);
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_box .last {
    position: relative;
    height: 4.5vw;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_box .last:after {
    content: "▶";
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2vw;
    height: 3.2vw;
    line-height: 3.3vw;
    text-align: center;
    border-radius: 50%;
    background-color: #1b91e4;
    color: #fff;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 3.8vw;
    outline: none;
    border: none;
    border-radius: 3vw;
    font-size: 1.8vw;
    text-align: right;
    padding: 0;
    margin-top: 0;
    z-index: -1;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_txt:after {
    content: "화살표를 오른쪽으로 밀어주세요";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 97%;
    height: 80%;
    border: none;
    border-radius: 3vw;
    background-color: #fff;
    padding-right: 2vw;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li:nth-child(2) {
    margin-top: 55px;
  }
  .section.section8 .section8_wrap article:nth-of-type(3) {
    height: 30vw;
  }
  .section.section8 .section8_wrap article:nth-of-type(3) ul li {
    padding: 0 7vw;
    font-size: 2vw;
    text-indent: 0;
  }
  .section.section8 .section8_wrap article:nth-of-type(3) ul li:before {
    left: 5.4vw;
  }
  .section.section8 .section8_wrap article:nth-of-type(4) a {
    width: 90%;
  }
  .section.section12 {
    height: 70vw;
    font-size: 1.8vw;
  }
  .section.section12 ul li {
    height: 2.2vw;
  }
}
/*--------------------------------------------------------------------
||Mobile
--------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #header #gnb {
    min-width: auto;
  }
  #inquiryAgreePopup .contents {
    margin-top: 50%;
    width: 80%;
    height: 50%;
    background-color: #fff;
    font-size: 14px;
    padding: 4vw 6vw;
    overflow-y: scroll;
    line-height: 1.2em;
    font-size: 2.56vw;
  }
  #inquiryAgreePopup .contents b {
    font-size: 4vw;
  }
  #inquiryAgreePopup .button {
    position: absolute;
    left: 72%;
    top: 19%;
  }
  #inquiryAgreePopup .button a {
    font-size: 17px;
    color: #fff;
  }
  #quick {
    transform: translateY(-60%);
    width: 13vw;
    height: 72vw;
  }
  #quick .link {
    height: 100%;
  }
  #quick .link ul li {
    width: 13vw;
    height: 13vw;
    line-height: 13vw;
  }
  #quick .link ul li:nth-child(1) img {
    width: 8.2vw;
    height: 8.2vw;
  }
  #quick .link ul li:nth-child(2) img {
    width: 8.2vw;
    height: 8.2vw;
  }
  #quick .link ul li:nth-child(3) img {
    width: 8.2vw;
    height: 8.2vw;
  }
  #quick .link ul li:nth-child(4) img {
    width: 8.2vw;
    height: 8.2vw;
  }
  .section.section35 > div > p {
    width: 140%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .section.section35 > div .section35_wrap {
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
  }
  .section.section35 > div .section35_wrap article:nth-of-type(2) ul li:last-child {
    margin-top: 0;
  }
  .section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div > p:last-child {
    bottom: -6.17vw;
  }
  .section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div.after .slide_wrap {
    width: 27vw;
    height: 2.34vmax;
  }
  .section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_box .last {
    height: 2.34vmax;
    line-height: 2.34vmax;
  }
  .section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_box .last:after {
    top: 50%;
    width: 1.72vmax;
    height: 1.72vmax;
    line-height: 1.9vmax;
    font-size: 0.88vmax;
  }
  .section.section35 > div .section35_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_txt {
    line-height: 2.1vmax;
    font-size: 1.4vw;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li h4 {
    font-size: 4vw;
    height: 8vw;
    line-height: 8vw;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div p:last-child {
    font-size: 3vw;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after {
    position: relative;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap {
    position: absolute;
    width: 86%;
    height: 6.5vw;
    left: 50%;
    bottom: 14vw;
    transform: translateX(-50%);
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_box .last {
    position: relative;
    height: 6.5vw;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_box .last:after {
    content: "▶";
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2vw;
    height: 4.2vw;
    line-height: 4.3vw;
    text-align: center;
    border-radius: 50%;
    background-color: #1b91e4;
    color: #fff;
    font-size: 2.8vw;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_txt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 5.5vw;
    outline: none;
    border: none;
    border-radius: 3vw;
    font-size: 2vw;
    text-align: right;
    padding: 0;
    margin-top: 0;
    z-index: -1;
  }
  .section.section8 .section8_wrap article:nth-of-type(2) ul li > div.after .slide_wrap .slide_txt:after {
    content: "화살표를 오른쪽으로 밀어주세요";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 97%;
    height: 80%;
    border: none;
    border-radius: 3vw;
    background-color: #fff;
    padding-right: 1.5vw;
  }
  .section.section8 .section8_wrap article:nth-of-type(3) ul li:before {
    top: 1.4vw;
  }
}