@charset "UTF-8";
/****************************************************
	components.scss
	:: 각 페이지에서 공통으로 사용되는 영역들을 모음
	:: pc first로 작업
	:: scss 파일 작업 후 css로 컴파일하여 사용
	:: 각 css 상단에 html 있음 (텍스트, 이미지 변경때문에 html은 해당 페이지에 따로 씀)

	:: @include 위치는 .contents > 자식 요소로 작성해주세요.
	:: 페이지의 경우에 따라 .max-width 속에 include 되는 게 아니라면 @include 겉에 <div class="max-width"></div> 추가해주세요.
	:: ex) <div class="max-width">@include('common.related-programs-carousel')</div>
****************************************************/
.components-section {
  margin-top: 140rem;
}

/****************************************************
	미국 어학연수 수많은 고객이 edm을 선택하는 이유!
****************************************************/
#edm-reason {
  background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/components/edm-reason/edm-reason-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140rem 0;
}
#edm-reason .inner .article-title {
  width: calc(100% - 824rem);
}
#edm-reason .inner .list {
  width: 824rem;
}
#edm-reason .inner .list li {
  background-color: #fff;
  border-radius: var(--edm-radius3);
  padding: 24rem;
  outline: 1px solid #fff;
  outline-offset: -1px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
#edm-reason .inner .list li + li {
  margin-top: 16rem;
}
#edm-reason .inner .list li .tit {
  width: 400rem;
  display: flex;
  align-items: center;
}
#edm-reason .inner .list li .tit h3 {
  font: var(--edm-f-h3);
  margin: 0;
}
#edm-reason .inner .list li i {
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background-color: var(--edm-bg-neutral);
  margin-right: 16rem;
  transition: all 0.3s ease;
}
#edm-reason .inner .list li i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#edm-reason .inner .list li p {
  font: var(--edm-f-body2);
  font-weight: 400;
  color: var(--edm-color-text-3);
}
#edm-reason .inner .list li.active {
  outline-color: var(--edm-brand-primary);
  background-color: #ECFBF2;
  box-shadow: var(--edm-sd-neutral-1);
}
#edm-reason .inner .list li.active i {
  background-color: #fff;
}
#edm-reason .inner .list li.active i:not(.fill) svg path {
  stroke: var(--edm-brand-primary);
  transition: stroke 0.3s ease;
}
#edm-reason .inner .list li.active i.fill svg path {
  fill: var(--edm-brand-primary);
  transition: stroke 0.3s ease;
}

/****************************************************
	미국 어학연수 준비 완료!
****************************************************/
#prepare-banner {
  position: relative;
  text-align: center;
  margin-top: 0 !important;
  padding: 140rem 0;
}
#prepare-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  touch-action: none;
  pointer-events: none;
}
#prepare-banner .article-subTitle {
  margin: 0 0 8rem;
}
#prepare-banner .btn-wrap {
  margin-top: 40rem;
}

/****************************************************
	프로그램 배너
****************************************************/
#program-banner .inner {
  height: 240rem;
  border-radius: var(--edm-radius4);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--edm-color-border-blue);
  display: block;
}
#program-banner .inner .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
#program-banner .inner .bg * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#program-banner .inner .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#program-banner .inner .textWrap {
  padding: 40rem;
  position: relative;
  z-index: 2;
}
#program-banner .inner .textWrap .desc {
  color: var(--edm-color-text-2);
  font: var(--edm-f-h5);
  font-weight: 400;
}
#program-banner .inner .textWrap .title {
  display: block;
  font: var(--edm-f-h2);
  margin-top: 4rem;
  color: var(--edm-color-text-1);
}
#program-banner .inner .textWrap .subText {
  color: var(--edm-color-text-3);
  margin-top: 8rem;
}
#program-banner .inner .textWrap .shortcut {
  border-radius: var(--edm-radiusFull);
  background-color: transparent;
  margin-top: 16rem;
}
@media (hover: hover) and (pointer: fine) {
  #program-banner .inner .textWrap .shortcut:hover {
    border-color: var(--edm-color-text-3);
    color: var(--edm-color-text-3);
  }
}

/****************************************************
	2025 대한민국 퍼스트브랜드 대상 수상
****************************************************/
#firstbrand-award-banner .inner {
  height: 254rem;
  position: relative;
  overflow: hidden;
}
#firstbrand-award-banner .inner a {
  display: block;
  width: 100%;
  height: 100%;
}
#firstbrand-award-banner .inner .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#firstbrand-award-banner .inner .bg * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#firstbrand-award-banner .inner .max-width {
  height: 100%;
}
#firstbrand-award-banner .inner .textWrap {
  color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#firstbrand-award-banner .inner .textWrap .desc {
  font: var(--edm-f-h5);
  font-weight: 400;
}
#firstbrand-award-banner .inner .textWrap .title {
  font: var(--edm-f-h1);
  margin-top: 4rem;
}
#firstbrand-award-banner .inner .textWrap .shortcut {
  margin-top: 16rem;
  border-radius: var(--edm-radiusFull);
}

/************************************
	floating contact
************************************/
#floating-contact {
  position: fixed;
  bottom: 50rem;
  left: 0;
  width: 100%;
  z-index: 500;
}
#floating-contact .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--edm-radius3);
  padding: 12rem 24rem;
  position: relative;
  overflow: hidden;
}
#floating-contact .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30rem);
  background-color: rgba(51, 51, 51, 0.7);
  z-index: -1;
}
#floating-contact .inner .textWrap {
  color: #fff;
  font: var(--edm-f-h5);
  font-weight: 600;
}
#floating-contact .inner .right {
  display: flex;
  align-items: center;
}
#floating-contact .inner .right .shortcut {
  margin-left: 12rem;
  width: 175rem;
}
#floating-contact .inner .right .shortcut.kakao {
  color: #FFE812;
}

/************************************
	지금 누릴 수 있는 혜택
***********************************/
#edm-perks {
  background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/components/edm-perks/edm-perks-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 140rem 0;
  margin-top: 0 !important;
}
#edm-perks .list li {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 40rem;
  border-radius: var(--edm-radius3);
  outline: 1px solid var(--edm-color-border-blue);
  outline-offset: -1px;
}
#edm-perks .list li + li {
  margin-top: 24rem;
}
#edm-perks .list li .textWrap {
  width: calc(100% - 360rem);
}
#edm-perks .list li .textWrap .badge {
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #FC1D01 0%, #FDA245 100%);
  border-radius: var(--edm-radius1);
  padding: 0 8rem;
  height: 30rem;
  line-height: 30rem;
  display: inline-block;
  margin-bottom: 12rem;
}
#edm-perks .list li .textWrap h3 {
  font-weight: 600;
  margin: 0 0 4rem;
}
#edm-perks .list li .textWrap .point {
  color: var(--edm-brand-red);
  font: var(--edm-f-h5);
  font-weight: 600;
  margin-bottom: 16rem;
}
#edm-perks .list li .textWrap .dotTxt {
  font: var(--edm-f-detail);
  font-weight: 400;
  color: var(--edm-color-text-3);
}
#edm-perks .list li .img {
  width: 360rem;
  height: 220rem;
  object-fit: cover;
}

/****************************************************
	관련 프로그램 캐러셀
****************************************************/
#related-programs-carousel .slide-navigation {
  margin-bottom: 28rem;
  width: 100%;
  justify-content: flex-end;
}
#related-programs-carousel .slide {
  overflow: hidden;
  border-radius: var(--edm-radius3);
}
#related-programs-carousel .slide .swiper-slide .thumbnail {
  border-radius: var(--edm-radius3);
  overflow: hidden;
  position: relative;
  padding-top: 81.7%;
}
#related-programs-carousel .slide .swiper-slide .thumbnail::after {
  content: "";
  width: 40rem;
  height: 40rem;
  background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/common/icon-plus-40.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 12rem;
  right: 12rem;
  z-index: 1;
  background-color: var(--edm-color-text-1);
  border-radius: 50%;
  transition: all 0.3s ease;
}
#related-programs-carousel .slide .swiper-slide .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#related-programs-carousel .slide .swiper-slide .thumbnail .tit {
  font: var(--edm-f-h3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 32rem 32rem 0;
  z-index: 1;
}
#related-programs-carousel .slide .swiper-slide .thumbnail .tit.light {
  color: #fff;
  font-weight: 600;
}
#related-programs-carousel .slide .swiper-slide .textWrap {
  font: var(--edm-f-body2);
  font-weight: 400;
  color: var(--edm-color-text-2);
  padding-top: 12rem;
}
#related-programs-carousel .slide .swiper-slide:hover .thumbnail::after {
  background-color: var(--edm-color-text-2);
  transform: rotate(90deg);
}

/****************************************************
	Love Your Dream
****************************************************/
#love-your-dream {
  text-align: center;
  padding: 140rem 0;
  position: relative;
  margin-top: 0;
}
#love-your-dream .article-title {
  font: var(--edm-f-display);
  color: var(--edm-brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
#love-your-dream .article-title i {
  background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/components/love-your-dream/icon-heart.svg");
  width: 40rem;
  height: 40rem;
  margin: 0 0 0 4rem;
}
#love-your-dream .article-subTitle {
  font: var(--edm-f-h3);
  font-weight: 600;
  color: var(--edm-color-text-2);
  margin-top: 4rem;
}

/****************************************************
	자주 묻는 관련 질문
****************************************************/
.common-questions {
  text-align: left;
}
.common-questions .article-subTitle {
  margin-bottom: 40rem;
}
.common-questions .list li {
  background-color: var(--edm-bg-neutral);
  border-radius: var(--edm-radius3);
  outline: 1px solid var(--edm-color-border-blue);
  outline-offset: -1px;
}
.common-questions .list li + li {
  margin-top: 12rem;
}
.common-questions .list li .front {
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  line-height: 26rem;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 40rem;
  top: 27rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-questions .list li .q {
  position: relative;
  font: var(--edm-f-h5);
  font-weight: 600;
  position: relative;
  cursor: pointer;
  padding: 24rem 40rem 24rem 82rem;
}
.common-questions .list li .q .icon-arrow {
  position: absolute;
  right: 40rem;
  top: 50%;
  transform: translateY(-50%);
  width: 30rem;
  height: 30rem;
  background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/language-study/guide/common-questions-arrow-30.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.common-questions .list li .q .front {
  background-color: #000;
}
.common-questions .list li .q h3 {
  font: var(--edm-f-h5) !important;
  font-weight: 600 !important;
  color: var(--edm-color-text-1);
  margin: 0 !important;
}
.common-questions .list li .a {
  padding: 8rem 40rem 24rem 82rem;
  position: relative;
  color: var(--edm-color-text-3);
  display: none;
}
.common-questions .list li .a .front {
  background-color: var(--edm-brand-blue);
  top: 8rem;
  opacity: 0;
  transition: all 0.3s ease;
}
.common-questions .list li .a .txt {
  opacity: 0;
  transition: all 0.3s ease;
}
.common-questions .list li .a .txt em {
  color: var(--edm-color-text-1);
}
.common-questions .list li .a .txt a {
  color: var(--edm-brand-blue);
  text-decoration: underline;
}
.common-questions .list li.active .icon-arrow {
  background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/common/common-questions-arrow2-30.svg");
}
.common-questions .list li.active .a .front {
  opacity: 1;
}
.common-questions .list li.active .a .txt {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .components-section {
    margin-top: 50rem;
  }
  /****************************************************
  	미국 어학연수 수많은 고객이 edm을 선택하는 이유!
  ****************************************************/
  #edm-reason {
    background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/components/edm-reason/edm-reason-bg-mo.webp");
    padding: 60rem 0;
    margin-top: 60rem;
  }
  #edm-reason .inner .article-title {
    width: 100%;
  }
  #edm-reason .inner .list {
    width: 100%;
    margin-top: 24rem;
  }
  #edm-reason .inner .list li {
    padding: 16rem 16rem 16rem 76rem;
    display: block;
    position: relative;
  }
  #edm-reason .inner .list li .tit {
    width: 100%;
  }
  #edm-reason .inner .list li .tit i {
    width: 44rem;
    height: 44rem;
    position: absolute;
    left: 16rem;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  #edm-reason .inner .list li .tit h3 {
    font: var(--edm-f-h5);
    font-weight: 600;
  }
  #edm-reason .inner .list li p {
    font: var(--edm-f-detail);
  }
  /****************************************************
  	미국 어학연수 준비 완료!
  ****************************************************/
  #prepare-banner {
    padding: 60rem 0;
  }
  #prepare-banner .article-subTitle {
    margin-bottom: 4rem;
  }
  #prepare-banner .btn-wrap {
    margin-top: 24rem;
  }
  #prepare-banner .btn-wrap .shortcut {
    height: 48rem;
    line-height: 48rem;
    font: var(--edm-f-h5);
    font-weight: 500;
    border-radius: var(--edm-radius2);
  }
  #prepare-banner .btn-wrap .shortcut svg {
    width: 16rem;
    height: 16rem;
  }
  /****************************************************
  	프로그램 배너
  ****************************************************/
  #program-banner .inner {
    border-radius: var(--edm-radius3);
  }
  #program-banner .inner .textWrap {
    padding: 24rem;
  }
  #program-banner .inner .textWrap .desc {
    font-size: var(--edm-f-body1);
    font-weight: 400;
  }
  #program-banner .inner .textWrap .subText {
    display: none;
  }
  /****************************************************
  	2025 대한민국 퍼스트브랜드 대상 수상
  ****************************************************/
  #firstbrand-award-banner .inner .textWrap {
    display: block;
    padding-top: 50rem;
  }
  #firstbrand-award-banner .inner .textWrap .desc {
    font: var(--edm-f-body1);
    font-weight: 400;
  }
  /************************************
  	floating contact
  ************************************/
  #floating-contact {
    background-color: #fff;
    padding: 16rem 0 24rem;
    bottom: 0;
    border-top: 1px solid var(--edm-color-border-blue);
  }
  #floating-contact .inner {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  #floating-contact .inner::after {
    display: none;
  }
  #floating-contact .inner .textWrap {
    display: none;
  }
  #floating-contact .inner .right {
    width: 100%;
    justify-content: space-between;
  }
  #floating-contact .inner .right .shortcut {
    width: calc(50% - 4rem);
    font: var(--edm-f-h5);
    line-height: 48rem;
    margin-left: 0;
  }
  #floating-contact .inner .right .shortcut:only-child {
    width: 100%;
  }
  /************************************
  	지금 누릴 수 있는 혜택
  ***********************************/
  #edm-perks {
    background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/components/edm-perks/edm-perks-bg-mo.webp");
    padding: 60rem 0;
  }
  #edm-perks .list li {
    padding: 58rem 16rem 16rem;
    flex-wrap: wrap;
    position: relative;
  }
  #edm-perks .list li + li {
    margin-top: 16rem;
  }
  #edm-perks .list li .img {
    width: 100%;
    height: auto;
    object-fit: contain;
    order: 1;
  }
  #edm-perks .list li .textWrap {
    width: 100%;
    order: 2;
    padding-top: 16rem;
  }
  #edm-perks .list li .textWrap .badge {
    position: absolute;
    top: 16rem;
    font: var(--edm-f-body2);
    height: 26rem;
    line-height: 26rem;
    padding: 0 6rem;
  }
  #edm-perks .list li .textWrap .dotTxt {
    font: var(--edm-f-body2);
    font-weight: 400;
  }
  /****************************************************
  	관련 프로그램 캐러셀
  ****************************************************/
  #related-programs-carousel .inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24rem;
    width: calc(100% + 40rem);
    overflow: hidden;
    border-radius: var(--edm-radius3) 0 0 var(--edm-radius3);
  }
  #related-programs-carousel .inner .slide-navigation {
    order: 2;
    margin: 16rem 40rem 0 auto;
  }
  #related-programs-carousel .inner .slide {
    width: 100%;
    order: 1;
    flex-shrink: 0;
    overflow: initial;
    padding-right: 16rem;
  }
  #related-programs-carousel .inner .slide .swiper-slide .thumbnail::after {
    display: none;
  }
  #related-programs-carousel .inner .slide .swiper-slide .thumbnail .tit {
    padding: 16rem 16rem 0;
    font: var(--edm-f-h4);
  }
  #related-programs-carousel + #program-banner {
    margin-top: 60rem;
  }
  /****************************************************
  	Love Your Dream
  ****************************************************/
  #love-your-dream {
    padding: 50rem 0;
  }
  #love-your-dream .article-title i {
    width: 24rem;
    height: 24rem;
    margin: 0 0 0 2rem;
  }
  #love-your-dream .article-subTitle {
    font: var(--edm-f-h5);
    font-weight: 600;
    margin-top: 2rem;
  }
  /****************************************************
  	자주 묻는 관련 질문
  ****************************************************/
  .common-questions .list li .front {
    width: 24rem;
    height: 24rem;
    font: var(--edm-f-h5);
    line-height: 24rem;
    font-weight: 500;
  }
  .common-questions .list li .q {
    padding: 16rem 16rem 16rem 52rem;
  }
  .common-questions .list li .q .icon-arrow {
    background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/common/common-questions-arrow-20.svg");
    width: 20rem;
    height: 20rem;
    top: 50%;
    transform: translateY(-50%);
    right: 16rem;
  }
  .common-questions .list li .q .front {
    top: 50%;
    transform: translateY(-50%);
    left: 16rem;
  }
  .common-questions .list li .a {
    padding: 8rem 16rem 16rem 52rem;
  }
  .common-questions .list li .a .front {
    top: 8rem;
    left: 16rem;
  }
  .common-questions .list li.active .q .icon-arrow {
    background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/common/common-questions-arrow2-20.svg");
  }
}
@media screen and (max-width: 575px) {
  /****************************************************
  	프로그램 배너
  ****************************************************/
  #program-banner .inner {
    height: 61.1111vw;
    min-height: 200rem;
  }
  /****************************************************
  	2025 대한민국 퍼스트브랜드 대상 수상
  ****************************************************/
  #firstbrand-award-banner .inner {
    min-height: 300rem;
    height: 83.3333vw;
  }
  /****************************************************
  	관련 프로그램 캐러셀
  ****************************************************/
  #related-programs-carousel .inner {
    width: calc(100% + 16rem);
  }
  #related-programs-carousel .inner .slide-navigation {
    margin-right: 16rem;
  }
}/*# sourceMappingURL=components.css.map */