@charset "UTF-8";
/**
input 에서 type=number 일 때 자동으로 생기는 화살표 제거
 */
.phraseBanner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.phraseBanner__link__read {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  background: #f3f5ff;
  border-radius: 3px;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.phraseBanner__link__read:focus, .phraseBanner__link__read:active {
  text-decoration: none;
  color: transparent;
}
.phraseBanner__link__read:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 80px;
}
.phraseBanner__link__read.beforeApply:after {
  background-size: 160px !important;
  background: url(/images/service/trial_link_before.png) no-repeat center bottom;
  max-height: 94px;
}
.phraseBanner__link__read.personalApply:after {
  background-size: 85px !important;
  background: url(/images/service/trial_link_personal.png) no-repeat center bottom;
}
.phraseBanner__link__read:hover {
  text-decoration: underline;
}
.phraseBanner__link__btn {
  font-size: 10px;
  color: #999;
  position: relative;
  /* margin-top: 10px; */
  /* display: inline-block; */
}
.phraseBanner__link__btn:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 3px;
  background: url(/images/service/trial_link_btn.svg) no-repeat 50%/15px;
  width: 19px;
  height: 8px;
}

.phraseBannerRead__desc {
  font-size: 13px;
  color: #111;
  display: block;
}

.topBanner2 {
  width: 100%;
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topBanner2__leftWrap, .topBanner2__rightWrap {
  width: 50%;
  position: relative;
  height: 60px;
  cursor: pointer;
}
.topBanner2__rightWrap__content {
  right: 60px;
  position: absolute;
  height: 100%;
}
.topBanner2__leftWrap__content {
  left: 60px;
  position: absolute;
  height: 100%;
}
.topBanner2__closed {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
}
.topBanner2__closed::before {
  content: "";
  background: url(/images/v2/banner/btn_topBanner_closed.png) no-repeat 0/cover;
  cursor: pointer;
  position: absolute;
  inset: 15px;
}

@media screen and (max-width: 960px) {
  .topBanner2__leftWrap {
    width: 100% !important;
    display: block;
    right: 0;
  }
  .topBanner2__leftWrap__content {
    max-width: 100%;
    left: 0;
  }
  .topBanner2__rightWrap {
    display: none;
  }
}
/* 검색페이지 */
.searchBox {
  display: none;
}

.nuriSlider__pageTab {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #666;
  border-radius: 50%;
  margin: 0 4px;
}

.nuriSlider__pageTab_active {
  background-color: #666;
}

.nuriSlider {
  margin-bottom: 20px;
}
.nuriSlider__Bullet {
  /* margin-left: auto; */
  text-align: right;
}
.nuriSlider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  overflow-x: initial;
}
.nuriSlider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nuriSlider__item img {
  width: 100%;
  vertical-align: middle;
}
.nuriSlider__style1 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  overflow-x: auto;
  scrollbar-width: none;
  overflow-x: initial;
}
.nuriSlider__style2 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nuriSlider__style2 ul {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nuriSlider__style2__btnContainer {
  display: none;
  /* 화면에 띄워야할 경우 삭제 */
  width: 100%;
  position: absolute;
  top: 50%;
}
.nuriSlider__style2__btnContainer-on {
  width: 100%;
  position: absolute;
  top: 50%;
}
.nuriSlider__style2.SearchBannerTop {
  position: relative;
  width: 100%;
}
.nuriSlider__style2.SearchBannerTop ul {
  max-height: 95px;
}
.nuriSlider__style2.SearchBannerBottom {
  margin-top: 10px;
  position: relative;
  width: 100%;
}
.nuriSlider__style2.SearchBannerBottom ul {
  max-height: 95px;
}
.nuriSlider__style2.subject {
  background-color: #dadada;
}
.nuriSlider__style2.subject ul {
  max-height: 107px;
}
.nuriSlider__style2.joinCombanner {
  background-color: #dadada;
}
.nuriSlider__style2.joinCombanner ul {
  max-height: 240px;
}
.nuriSlider__style2.mobile {
  background-color: #dadada;
}
.nuriSlider__style2.mobile ul {
  max-height: 107px;
}
.nuriSlider__bottom {
  width: 230px;
  margin-bottom: 0px;
}
.nuriSlider__prevBtn {
  opacity: 0.7;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.nuriSlider__prevBtn:after {
  content: "";
  background: url(/images/btn_banner_prev.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.nuriSlider__prevBtn:hover {
  opacity: 1;
}
.nuriSlider__prevBtn:not([disabled]) {
  cursor: pointer;
}
.nuriSlider__prevBtn.subject:after {
  width: 40px;
  height: 40px;
}
.nuriSlider__prevBtn.joinCombanner:after {
  width: 80px;
  height: 80px;
}
.nuriSlider__nextBtn {
  opacity: 0.7;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.nuriSlider__nextBtn:after {
  content: "";
  background: url(/images/btn_banner_next.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.nuriSlider__nextBtn:hover {
  opacity: 1;
}
.nuriSlider__nextBtn:not([disabled]) {
  cursor: pointer;
}
.nuriSlider__nextBtn.subject:after {
  width: 40px;
  height: 40px;
}
.nuriSlider__nextBtn.joinCombanner:after {
  width: 80px;
  height: 80px;
}
.nuriSlider__container {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nuriSlider__container:-webkit-scrollbar {
  display: none;
}
.nuriSlider__pageBullet {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #dfdfdf;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}
.nuriSlider__pageBullet:first-child {
  margin-left: 0;
}
.nuriSlider__pageBullet:last-child {
  margin-right: 0;
}
.nuriSlider__pageBullet_active {
  background-color: #8b8b8b;
}
.nuriSlider__subject {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}
.nuriSlider__subject__Bullet {
  z-index: 1;
  bottom: 4px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.nuriSlider__joinCombanner {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nuriSlider__joinCombanner__Bullet {
  z-index: 1;
  bottom: 5px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
.nuriSlider__mobile {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nuriSlider__mobile__Bullet {
  text-align: right;
}
.nuriSlider__mobile li img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.joinCombannerBox {
  padding: 25px 0;
}

dialog[class] {
  display: none;
}

dialog[open],
dialog[open=open] {
  display: block;
}

.BannerFloating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.BannerFloating.scroll {
  position: fixed;
}
.BannerFloating.scroll.up {
  top: 145px;
}
.BannerFloating.scroll.down {
  top: 100px;
}

.banner-container {
  position: fixed;
  right: 21px; /* 원하는 위치 조정 */
  bottom: 130px; /* 원하는 위치 조정 */
  z-index: 1000;
}

.close-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 25px;
  padding: 5px;
  cursor: pointer;
  z-index: 10000;
}

.banner-container {
  z-index: 999999999;
}

.banner-inner {
  display: block;
}

.banner-img {
  width: 70px;
  height: 120px;
  background-size: cover;
  transition: 0.1s;
}

.banner-container.active .banner-img {
  width: 340px;
  height: 160px;
}

.close-icon {
  padding: 2px 5px 0;
}

.close-icon.on {
  display: block;
}

.Topbanner {
  width: 100%;
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Topbanner__leftWrap {
  width: 50%;
  position: relative;
  height: 60px;
  cursor: pointer;
  right: -30px;
}
.Topbanner__leftWrap:after {
  content: "";
  position: absolute;
  border-bottom: 60px solid transparent;
  border-left: 60px solid;
  border-left-color: aqua;
  right: 0;
}
.Topbanner__leftWrap::before {
  content: "";
  position: absolute;
  height: 60px;
  background-color: aqua;
  width: 100%;
  right: 60px;
}
.Topbanner__leftWrap__content {
  max-width: 880px;
  right: 60px;
  position: absolute;
  height: 100%;
}
.Topbanner__leftWrap__content__linkimg {
  width: 100%;
  height: 100%;
}
.Topbanner__rightWrap {
  width: 50%;
  position: relative;
  height: 60px;
  cursor: pointer;
  left: -30px;
}
.Topbanner__rightWrap:after {
  content: "";
  position: absolute;
  border-top: 60px solid transparent;
  border-right: 60px solid;
  border-right-color: coral;
  left: 0;
}
.Topbanner__rightWrap::before {
  content: "";
  position: absolute;
  height: 60px;
  background-color: coral;
  width: 100%;
  left: 60px;
}
.Topbanner__rightWrap__content {
  max-width: 880px;
  left: 60px;
  position: absolute;
  height: 100%;
}
@media (max-width: 960px) {
  .searchBox {
    padding: 24px;
    display: block;
  }
  /* 검색페이지 */
  .top5.banner {
    margin-top: -20px;
    border-top: 10px solid #fff;
    padding-top: 10px;
    margin-bottom: 0;
    border-bottom: 10px solid #fff;
  }
  .Topbanner__leftWrap {
    width: 100%;
    display: block;
    right: 0;
  }
  .Topbanner__leftWrap:after {
    display: none;
  }
  .Topbanner__leftWrap::before {
    content: "";
    position: absolute;
    height: 60px;
    background-color: aqua;
    width: 100%;
    right: 0px;
  }
  .Topbanner__leftWrap__content {
    max-width: 100%;
    right: 0px;
  }
  .Topbanner__rightWrap {
    display: none;
  }
  .nuriSlider {
    width: 100%;
  }
  .nuriSlider__mobile {
    height: auto;
  }
  .nuriSlider__mobile__Bullet {
    z-index: 1;
    bottom: 5px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
  .nuriSlider__joinCombanner {
    height: auto;
  }
  .nuriSlider__joinCombanner__mobile {
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .nuriSlider__subject {
    height: auto;
  }
  .nuriSlider__item {
    width: 100%;
    height: auto;
  }
  .nuriSlider__item a {
    display: block;
  }
  .nuriSlider__item img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 336/120;
  }
  .nuriSlider__pageBullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #c0c0c0;
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
  }
  .nuriSlider__pageBullet:first-child {
    margin-left: 0;
  }
  .nuriSlider__pageBullet:last-child {
    margin-right: 0;
  }
  .nuriSlider__pageBullet_active {
    background-color: #8b8b8b;
  }
  .nuriSlider__prevBtn.subject:after {
    width: 30px;
    height: 30px;
  }
  .nuriSlider__prevBtn.joinCombanner:after {
    width: 30px;
    height: 30px;
  }
  .nuriSlider__nextBtn.subject:after {
    width: 30px;
    height: 30px;
  }
  .nuriSlider__nextBtn.joinCombanner:after {
    width: 30px;
    height: 30px;
  }
  .nuriSlider__style2 {
    position: relative;
  }
  .nuriSlider__style2__btnContainer {
    display: none;
  }
  .nuriSlider__style2.mobile {
    height: 100%;
  }
  .nuriSlider__style2.mobile ul {
    /* min-height: 134px; */
  }
  .nuriSlider__style2.mobile img {
    /* min-height: 134px; */
    -o-object-fit: inherit;
       object-fit: inherit;
    aspect-ratio: inherit;
  }
  .nuriSlider__style2.joinCombanner {
    height: 100%;
  }
  .nuriSlider__style2.joinCombanner ul {
    max-height: 100%;
  }
  .nuriSlider__style2.joinCombanner img {
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
    aspect-ratio: 336/75;
  }
  .nuriSlider__style2.subject {
    height: 100%;
  }
  .nuriSlider__style2.subject ul {
    /* min-height: 107px; */
  }
  .nuriSlider__style2.subject li {
    height: auto;
  }
  .nuriSlider__style2.subject img {
    /* min-height: 107px; */
    -o-object-fit: inherit;
       object-fit: inherit;
    aspect-ratio: inherit;
  }
}