/*메인*/
/***************기존소스중 변경***************/
body {
  position: relative;
}
#footer {
  position: absolute;
  width: 100%;
}
#footer .footer-wrap {
  background: none;
}
.main .content-primary {
  width: 100%;
  position: relative;
  background: #fcf9f4;
  overflow: hidden;
}
.main #different .section-bg .bg-01 {
  position: absolute;
  bottom: 0;
}
.main #different .section-bg .bg-02 {
  bottom: -214px;
}
.main #different {
  background-image: linear-gradient(
    to right,
    #e7decb 60%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: top;
  background-size: 16px 2px;
  background-repeat: repeat-x;
}
.main #different .cont .item:after,
.main #different .cont02::before {
  display: none;
}
.main #different .cont .info .title {
  font-size: 40px;
}
.main #different .cont03 {
  width: 100%;
  margin: 0;
  padding-bottom: 0;
}
.main #different .cont03:after {
  content: "";
  width: 100%;
  height: 385px;
  background-color: #fbc600;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main #different .cont03 .cont_wrap {
  width: 1160px;
  margin: 0 auto;
}
.main #different .cont03 .cont-wrap {
  padding-top: 0;
  position: relative;
  z-index: 3;
}
.main #different .cont03 .info {
  float: none;
}
.main #different .cont03 .info .title {
  font-size: 50px;
}
.main #different .cont03 .bg-01 {
  position: absolute;
  top: 101px;
  left: auto;
  right: 288px;
}
#footer .footer-wrap {
  margin-top: 0 !important;
}
.main #episode {
  padding: 120px 0 150px 0;
}
.index_container .link_item_wrap .apply_btn {
  display: block;
  position: absolute;
  bottom: -120px;
  border-radius: 65px;
}
.index_container .link_item_wrap .apply_btn p {
  border-radius: 65px;
  min-width: 702px;
  padding: 25px 50px 25px 50px;
}
.index_container .link_item_wrap .apply_btn p:after {
  right: -13px;
  top: 0px;
}
.main.index_container {
  margin-bottom: -170px;
}

/* S: short video */
#short {
    width: 100%;
    padding-top: 130px;
    padding-bottom: 160px;
}

#short .section-title {
    font-size: 50px;
    font-family: "Jua", sans-serif;
    line-height: 1.16;
    font-weight: normal;
    text-align: center;
}

#short .section-title .tag {
    font-size: 0.7em;
    margin-top: 0.2em;
}

#short .cont-wrap { width: 100%; }

#short .video-wrap {
    width: 100%;
    max-width: 1160px;
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 80px auto 0;
}

#short .video-frame {
    position: relative;
    background: #000;
    width: 50%;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

#short .video-frame::after {
    content: '';
    display: block;
    max-height: 900px;
    padding-top: 177.778%;
}

#short #shortVideo {
    position: absolute;
    width: 100%;
}

#short .tab-link-list {
    position: relative;
    box-sizing: border-box;
}

#short .tab-link {
    min-width: 10em;
    min-height: 3em;
    background-color: #bababa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Jua", sans-serif;
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 1.15;
    padding: 0 1em;
    margin: 0.5em 0;
    border-radius: 16px;
    cursor: pointer;
    transition: background .35s ease-in;
}

#short .tab-link.active { background-color: #FBC600; color: #fff; }
/* E: short video */

@media screen and (max-width: 1200px) {
  .section-bg02 {
    display: none;
  }
  .main #different .cont03 .info {
    margin-top: 0;
  }
  .m_banner #header.is-active {
    top: 0;
    z-index: 500;
  }
}
@media screen and (max-width: 750px) {
  .main #different .cont03 {
    padding-top: 30px;
  }
  .main #different .cont03:before {
    margin-bottom: 35px;
  }
}
/*_eng.scss*/
#container.index_container {
  padding-top: 100vh !important;
}

/****************신규***********************/
#step {
  padding-top: 160px;
}
.main #step {
    background-image: linear-gradient(to right, #e7decb 60%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 16px 2px;
    background-repeat: repeat-x;
}
#step .cont-wrap,
.cont_top .inner {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.cont_top {
  text-align: center;
  padding-bottom: 140px;
}
.cont_top .inner {
  position: relative;
  padding-bottom: 430px;
}
.cont_top .title {
  display: block;
  font-family: "Jua", sans-serif;
  font-size: 50px;
  line-height: 1.16;
  font-weight: normal;
  font-size: 40px;
}
.cont_top .title em {
  display: block;
  font-size: 64px;
  font-style: normal;
}
.cont_top .sub {
  font-size: 30px;
  margin-top: 10px;
  display: block;
  padding: 0;
}
.cont_top img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.point_red {
  color: #ce0017;
  font-style: normal;
}
.link_item_wrap {
  max-width: 1160px;
  display: inline-block;
  margin-top: 100px;
}
.link_item_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.link_item_wrap ul li {
  width: 50%;
  margin-bottom: 170px;
}
.link_item_wrap ul li:nth-child(2) {
  padding-left: 60px;
  box-sizing: border-box;
}
.link_item_wrap ul li:last-child {
  margin-bottom: 0;
}
.link_item_wrap ul li a {
  display: flex;
  align-items: center;
  text-align: left;
}
.link_item_wrap ul li img {
  display: block;
  margin-right: 25px;
}
.link_item_wrap ul li .text p {
  font-size: 30px;
  font-weight: 700;
}
.link_item_wrap ul li .text span {
  display: block;
  font-size: 20px;
  color: #545454;
  padding: 15px 0 32px 0;
  position: relative;
}
.link_item_wrap ul li .text span:after {
  content: "";
  width: 31px;
  height: 7px;
  background: url(/images/home/renew/link_arrow.png) center no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: left 0.4s;
}

.link_item_wrap ul li:hover .text span:after {
  left: 10px;
}
.section-bg {
  position: absolute;
  left: 0;
  top: 50px;
}
.section-bg02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-bg02 img {
  display: block;
  width: 87%;
  margin-left: auto;
  max-width: 676px;
}
.main #different {
  padding-top: 120px;
  padding-bottom: 0;
}
.main #different .section-title {
  font-size: 50px;
  font-family: "Jua", sans-serif;
  line-height: 1.16;
  font-weight: normal;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  text-align: center;
}
.main #different .cont-wrap {
  padding-top: 67px;
  width: 1280px;
}
.main_faq_list {
  height: 476px;
  margin-top: 62px;
  padding-bottom: 260px;
}
.main_faq_list .list {
  background-color: #fff;
  padding: 80px;
  border-radius: 50px;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  height: 430px;
  box-sizing: border-box;
}
.main_faq_list .list .q {
  font-size: 24px;
  padding-left: 95px;
  font-weight: 500;
  margin-bottom: 55px;
  background: url(/images/home/renew/q_title.png) left top no-repeat;
  min-height: 70px;
  display: flex;
  align-items: center;
}
.main_faq_list .list .a {
  padding-left: 95px;
  font-weight: 500;
  background: url(/images/home/renew/a_title.png) left top no-repeat;
  min-height: 70px;
}
.main_faq_list .list .a p {
  font-size: 24px;
}
.main_faq_list .list .a span {
  font-size: 20px;
  margin-top: 20px;
  display: block;
  color: #676767;
}
.index_container .apply_btn {
  text-align: center;
  margin-top: 55px;
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 10;
  transform: translateX(-50%);
  display: none;
}
.index_container .apply_btn.sticky {
  position: fixed;
}
.index_container .apply_btn p {
  font-size: 40px;
  background: #ce0118;
  font-family: "Jua", sans-serif;
  display: block;
  color: #fff;
  padding: 10px 100px 5px 100px;
  border-radius: 45px 45px 0 0;
  min-width: 980px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.index_container .apply_btn p .p_inner {
  position: relative;
  z-index: 2;
}
.index_container .apply_btn p:after {
  content: "";
  width: 166px;
  height: 173px;
  background: url(/images/home/renew/apply_bg.png) center no-repeat;
  position: absolute;
  right: 16px;
  top: -29px;
  z-index: 1;
  background-size: 100%;
}
.index_container .apply_btn p em {
  font-style: normal;
  color: #fffc13;
}
.paging {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  opacity: 1;
  border: 1px solid #f7e2b8;
}
.paging .swiper-pagination-bullet-active {
  background: #ce0017;
  border: 1px solid #ce0017;
}
.index_container #main-visual .info {
  display: none;
}

@media  (min-width: 1200px) {
    .pc_top_banner {
        display: block;
        width: 100%;
        position: relative;
        z-index: 99;
        background: #fbc600;
        overflow: hidden;
        padding: 1em;
    }

    .pc_top_banner .inner {
        max-width: 1280px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pc_top_banner:after {
        content: "";
        width: 130px;
        height: 121px;
        background: url(/images/home/renew/top_banner_bg.png) center no-repeat;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-size: 100%;
        z-index: 1;
    }
    .pc_top_banner .title {
        font-family: "Jua", sans-serif;
        color: #fff;
        font-size: 1.5rem;
        z-index: 2;
    }
    .pc_top_banner .btn_link {
        background: #d82233;
        font-size: 1rem;
        font-weight: 500;
        color: #fff;
        padding: 0.2em 1em;
        border-radius: 50px;
        display: inline-block;
    }
}

@media screen and (max-width: 1201px) {
  .pc_top_banner { display: none; }

  .m_banner .top_banner {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 21;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fbc600;
    box-sizing: border-box;
    overflow: hidden;
  }
  .top_banner:after {
    content: "";
    width: 109px;
    height: 102px;
    background: url(/images/home/renew/top_banner_bg.png) center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 100%;
    z-index: 1;
  }
  .top_banner .close {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 30px;
    height: 30px;
    z-index: 3;
  }
  .top_banner .close .line {
    display: inline-block;
    width: 3px;
    border-radius: 10px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 14px;
    top: 0;
    cursor: pointer;
  }
  .top_banner .close .line01 {
    transform: rotate(45deg);
  }
  .top_banner .close .line02 {
    transform: rotate(-45deg);
  }
  .top_banner p {
    font-family: "Jua", sans-serif;
    color: #fff;
    font-size: 22px;
    padding-left: 40px;
    position: relative;
    z-index: 2;
  }
  .top_banner a {
    background: #d82233;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 2px 15px 5px 15px;
    border-radius: 50px;
    display: inline-block;
  }
  .main #different .cont-wrap .cont02 h3 {
    width: 105px;
  }
  #step {
    padding: 0 5vw;
    padding-top: 12vw;
  }
  .cont_top img {
    width: 100%;
    z-index: -1;
  }
  .cont_top .inner {
    padding-bottom: 30vw;
  }
  .cont_top .title {
    font-size: 34px;
  }
  .cont_top .title em {
    font-size: 43px;
  }
  .cont_top .sub {
    font-size: 21px;
  }
  .section-bg img {
    width: 15vw;
  }
  .link_item_wrap ul {
    max-width: 500px;
  }
  .link_item_wrap ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .link_item_wrap ul li:nth-child(2) {
    padding-left: 0;
  }
  .link_item_wrap ul li img {
    width: 155px;
  }
  .link_item_wrap ul li .text p {
    font-size: 24px;
  }
  .link_item_wrap ul li .text span {
    font-size: 16px;
    padding: 10px 0 32px 0;
  }
  .main #different .cont-wrap {
    width: 100%;
  }
  .main #different .cont .info .title {
    font-size: 32px;
  }
  .main #different .section-title {
    font-size: 34px;
  }
  .main #different .cont03 .cont-wrap {
    padding: 0 8vw;
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
  }
  .main #different .cont03 .info .title {
    font-size: 32px;
  }
  .main_faq_list {
    height: 343px;
    margin-top: 50px;
    padding-bottom: 150px;
  }
  .main_faq_list .list {
    padding: 50px;
    border-radius: 40px;
    height: 315px;
  }
  .main_faq_list .list .q {
    font-size: 18px;
    padding-left: 69px;
    margin-bottom: 45px;
    background: url(/images/home/renew/q_title.png) left top 5px no-repeat;
    background-size: 50px;
    min-height: 50px;
  }
  .main #different .cont03 .bg-01 {
    right: 5vw;
  }
  .main_faq_list .list .a {
    padding-left: 69px;
    background-size: 50px;
    min-height: 55px;
  }
  .main_faq_list .list .a p {
    font-size: 18px;
  }
  .main_faq_list .list .a span {
    font-size: 15px;
    margin-top: 12px;
  }
  .index_container .apply_btn p {
    min-width: initial;
    width: 80vw;
    padding: 16px 100px 10px 100px;
    font-size: 25px;
  }
  .m_banner #header {
    top: 53px;
  }
  .m_banner #header.nav-up {
    top: -80px;
  }
  .m_banner #header.nav-down {
    top: 0;
  }
  .paging {
    margin-top: 25px;
  }
  .main #different .section-bg .bg-02 {
    display: none;
  }

  .main #episode {
    padding: 120px 0 110px 0;
  }
  .index_container .link_item_wrap .apply_btn {
    bottom: -45px;
    border-radius: 50px;
    overflow: hidden;
  }
  .index_container .link_item_wrap .apply_btn p {
    border-radius: 50px;
    min-width: 450px;
    width: 62vw;
    padding: 20px 50px 20px 50px;
  }

  /* S:short */
  .main #short {
      padding: 10vw 5vw;
      box-sizing: border-box;
      overflow: visible;
  }
  .main #short .section-title {
      font-size: 34px;
      line-height: 1.24;
  }

  #short .video-wrap {
      flex-direction: column;
      align-items: center;
      overflow: visible;
  }

  #short .tab-link-list {
      width: 100vw;
      display: flex;
      gap: 10px;
      padding: 0 5vw;
      margin: 0 -5vw;
      overflow-x: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none;
  }

  #short .tab-link {
      font-size: 20px;
      margin: 0;
  }
  /* E:short */
}
@media screen and (max-width: 750px) {
  #step {
    padding-top: 100px;
  }
  .cont_top {
    padding-bottom: 100px;
  }
  .main #different {
    padding-top: 100px;
  }
  .main #different .cont-wrap .cont .item {
    text-align: center;
  }
  .main #episode {
    padding: 0 !important;
  }
  .main #different .cont-wrap .cont01 .item img,
  .main #different .cont-wrap .cont02 .item img {
    height: auto;
    width: 100%;
    max-width: 504px;
  }
  .main #different .cont03 .bg-01 {
    top: 5px;
  }
  .main_faq_list {
    max-height: inherit;
    height: auto;
  }
  .main #different .cont03:after {
    height: 365px;
  }
  .main_faq_list .list {
    padding: 30px;
    border-radius: 29px;
    max-height: inherit;
    height: auto;
    min-height: 35px;
  }
  .main_faq_list .list .q {
    font-size: 15px;
    padding-left: 48px;
    margin-bottom: 25px;
    background: url(/images/home/renew/q_title.png) left top 5px no-repeat;
    background-size: 40px;
  }
  .main_faq_list .list .a {
    padding-left: 48px;
    background: url(/images/home/renew/a_title.png) left top 5px no-repeat;
    background-size: 35px;
    min-height: 40px;
  }
  .main_faq_list .list .a p {
    font-size: 15px;
  }
  .main_faq_list .list .a span {
    font-size: 13px;
    margin-top: 8px;
  }
  .main_faq_list .swiper-wrapper {
    height: auto;
  }
  .index_container .apply_btn p {
    width: 100vw;
  }

  .main #different .cont03 .section-bg .bg-01 img {
    display: none;
  }
  .index_container .apply_btn p .m_hide {
    display: none;
  }
  .index_container .apply_btn {
    display: block;
    box-shadow: 0 -7px 10px rgb(0 0 0 / 25%);
    border-radius: 45px 45px 0 0;
  }
  .main #different .cont-wrap {
    padding-bottom: 70px;
  }
  .index_container .link_item_wrap .apply_btn {
    display: none !important;
  }
}
@media screen and (max-width: 650px) {
  .main #different .cont03:after {
    display: none;
  }
  #step {
    padding-top: 70px;
  }
  .cont_top .title {
    font-size: 26px;
  }
  .cont_top .title em {
    font-size: 34px;
  }
  .cont_top .sub {
    font-size: 17px;
  }
  .cont_top {
    padding-bottom: 60px;
  }
  .main #episode .section-title {
    padding-top: 70px;
  }
  .main #episode .section-title {
    font-size: 28px;
  }
  .link_item_wrap {
    margin-top: 45px;
  }
  .link_item_wrap ul {
    max-width: 200px;
  }
  .link_item_wrap ul li {
    margin-bottom: 30px;
  }
  .link_item_wrap ul li a {
    flex-wrap: wrap;
    justify-content: center;
  }
  .link_item_wrap ul li img {
    width: 130px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .link_item_wrap ul li .text {
    width: 100%;
  }
  .link_item_wrap ul li .text p {
    font-size: 18px;
  }
  .link_item_wrap ul li .text span {
    font-size: 13px;
    padding: 7px 0 32px 0;
  }
  .main #different {
    padding-top: 70px;
  }
  .main #different .section-title {
    font-size: 26px;
  }
  .main #different .cont-wrap .cont01 .item img,
  .main #different .cont-wrap .cont02 .item img {
    max-width: 304px;
  }
  .main #different .cont-wrap .cont .info .title {
    font-size: 26px;
  }
  .main #different .cont-wrap .cont .info .text {
    font-size: 14px;
  }
  .main #different .cont-wrap .cont02 .item {
    padding-bottom: 280px;
  }
  .main #different .cont-wrap .cont {
    padding: 0 8vw;
  }
  .main #different .cont-wrap .cont02 {
    margin-top: 30px;
  }
  .main #different .cont03 .info .title {
    font-size: 26px;
    margin-top: 20px;
  }
  .main_faq_list {
    padding-bottom: 170px;
  }
  .main #different .cont03 .bg-01 img {
    width: 70px;
  }
  .main_faq_list .list .a span br {
    display: none;
  }
  /* S:short */
  .main #short .section-title {
      font-size: 28px;
  }
  #short .section-title .tag { font-size: 0.6em; }
  #short .video-wrap {
      gap: 3vh;
      margin-top: 5vh;
  }
  #short .video-frame { width: 100%; }
  #short .tab-link { min-width: 55vw; font-size: 18px; }
  /* E:short */
}
@media screen and (max-width: 500px) {
  .top_banner {
    padding: 10px 15px;
  }
  .top_banner .close {
    width: 25px;
    height: 25px;
    left: 15px;
    top: 12px;
  }
  .top_banner .close .line {
    left: 10px;
  }
  .top_banner p {
    font-size: 17px;
    padding-left: 32px;
  }
  .top_banner a {
    font-size: 13px;
    padding: 4px 10px 5px 10px;
  }
  .m_banner #header {
    top: 40px;
  }
  .apply_btn p {
    font-size: 18px;
  }
  .cont_top .title em {
    font-size: 29px;
  }
  .index_container .apply_btn p {
    padding: 16px 20px 10px 20px;
    border-radius: 30px 30px 0 0;
  }
  .index_container .apply_btn {
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 414px) {
  .top_banner p {
    font-size: 14px;
  }
  .top_banner .close {
    width: 21px;
    height: 21px;
  }
  .top_banner .close .line {
    left: 9px;
  }
  .top_banner a {
    font-size: 11px;
  }
}
