@charset "UTF-8";
@import "board.css";
@import "quick.css";
.container {
  max-width: 1280px;
}
.main .slick-track {
  margin: 0;
}
.controls button {
  display: none;
}
.controls button.active {
  display: block;
}
#content {
  width: 100%;
  margin: 0;
}
@media(max-width: 1440px) {
  .container {
    padding: 0 2.5rem;
  }
}
@media(max-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
  .section {
    padding: 0 0 5rem 0;
  }
}
/* =======================================================================================
section01 - visual
======================================================================================= */
/* mainvisual */
.mainvisual {
  position: relative;
  height: auto;
  padding-top: 0px;
  z-index: 1;
  overflow: hidden;
}
.mainvisual .cycle-slideshow {
  text-align: center;
  height: 70rem;
}
.mainvisual .cycle-slideshow .slide {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 80% center;
  background-repeat: no-repeat;
}
.mainvisual .slide .txt-box {
  display: block;
  position: relative;
  top: 18rem;
  text-align: left;
  padding-left: 1rem;
  width: 1280px;
  margin: 0 auto;
}
.mainvisual .slide .txt-box .name {
  font-size: 2.4rem;
  color: hsl(0, 0%, 100%, .85);
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-left: .5rem;
  margin-bottom: 1rem;
}
.mainvisual .slide .txt-box .tit {
  font-size: 6rem;
  font-weight: 700;
  color: hsl(0, 0%, 100%, 1);
  line-height: 1.2;
  margin-top: 1rem;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.mainvisual .slide .txt-box .content {
  font-size: 2.4rem;
  color: hsl(0, 0%, 100%, .8);
  font-weight: 600;
  margin-top: 20px;
  line-height: 33px;
  letter-spacing: .3px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.mainvisual .cont-box {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 20rem;
  transform: translate(-50%, -50%);
  z-index: 202;
}
.mainvisual .cont-box .pagerWrap {
  position: relative;
}
.mainvisual .cont-box .pagerWrap #adv-custom-pager {
  display: inline-block;
}
.mainvisual .cont-box .pagerWrap #adv-custom-pager a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/main/bg_pagerOff.png) 0 0 no-repeat;
  background-size: cover;
}
.mainvisual .cont-box .pagerWrap #adv-custom-pager a.cycle-pager-active {
  width: 50px;
  background: url(../img/main/bg_pagerOn.png) 0 0 no-repeat;
  background-size: cover;
}
.mainvisual .cont-box .pagerWrap button {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  top: -5px;
  border: none;
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
}
.mainvisual .cont-box .pagerWrap button.blind {
  display: none;
}
.mainvisual .cont-box .pagerWrap .btnStop {
  background: url(../img/main/btn_stop.png) 0 0 no-repeat;
  background-size: cover;
}
.mainvisual .cont-box .pagerWrap .btnPlay {
  background: url(../img/main/btn_play.png) 0 0 no-repeat;
  background-size: cover;
}
/* countdown */
.countdown {
  position: relative;
  margin-bottom: -1.5rem;
}
.countdown .container {
  position: relative;
  left: 0;
  top: -2.4rem;
  z-index: 7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 2.5rem;
  padding: 2.2rem;
  gap: 1rem;
  background: linear-gradient(180deg, #262D8C 15%, #1F2662 100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.countdown strong {
  font-weight: 700;
  margin-right: .5rem;
}
.countdown .info {
  margin-right: 2rem;
}
.countdown i {
  font-size: 2.5rem;
}
.countdown .time {
  display: inline-flex;
  color: #E84646;
  padding: 0.8rem 1.4rem;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  gap: 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
.countdown .time+.time {
  min-width: 12.5rem;
}
/* prev / next links */
.cycle-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.cycle-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  color: #ffffff;
  z-index: 111118;
  opacity: 1;
  border: 0;
  border-color: rgb(255, 255, 255);
  border-style: solid;
}
.cycle-prev {
  left: -12rem;
  border-top-width: 1px;
  border-left-width: 1px;
}
.cycle-next {
  right: -15rem;
  border-bottom-width: 1px;
  border-right-width: 1px;
}
.mainvisual:hover .cycle-arrows {
  opacity: 1
}
@media (max-width:1600px) {
  .cycle-container {
    max-width: 100%;
    width: calc(100% - 10rem);
  }
  .cycle-prev {
    left: -3.2rem;
  }
  .cycle-next {
    right: -3.2rem;
  }
  .mainvisual .slide .txt-box {
    padding-left: 0;
    width: calc(100% - 70rem);
    margin-left: 7%;
  }
  .mainvisual .cont-box {
    max-width: 100%;
    width: calc(100% - 70rem);
    margin-left: 7%;
    left: 0;
    transform: none;
  }
}
@media (max-width:1440px) {
  .mainvisual .cycle-slideshow {
    height: 60rem;
  }
  .mainvisual .slide .txt-box {
    margin-left: 5%;
  }
  .mainvisual .cont-box {
    margin-left: 5%;
  }
  .mainvisual .slide .txt-box {
    width: calc(100% - 60rem);
  }
  .mainvisual .slide .txt-box .tit {
    font-size: 5.6rem;
  }
  .mainvisual .slide .txt-box .content {
    font-size: 2.2rem;
  }
}
@media (max-width:1380px) {
  .mainvisual .cycle-slideshow {
    height: 55rem;
  }
  .mainvisual .slide .txt-box {
    top: 14rem;
  }
  .mainvisual .slide .txt-box .tit {
    font-size: 4.8rem;
  }
  .mainvisual .slide .txt-box .content {
    font-size: 2rem;
  }
  .mainvisual .cont-box {
    bottom: 15rem;
  }
}
@media (max-width:1280px) {
  .mainvisual .cycle-slideshow {
    height: 50rem;
  }
  .mainvisual .slide .txt-box {
    top: 12rem;
    width: calc(100% - 54rem);
  }
  .mainvisual .slide .txt-box .tit {
    font-size: 4.4rem;
  }
  .mainvisual .slide .txt-box .content {
    font-size: 1.8rem;
    line-height: 28px;
  }
}
@media (max-width:1150px) {
  .mainvisual .slide .txt-box {
    top: 12rem;
    width: calc(100% - 53rem);
  }
  .mainvisual .slide .txt-box .content {
    font-size: 1.6rem;
  }
}
@media (max-width:1024px) {
  .mainvisual .slide .txt-box {
    top: 9rem;
    margin-left: 6rem;
    width: calc(100% - 44rem);
  }
  .mainvisual .slide .txt-box .tit {
    font-size: 4.2rem;
  }
  .mainvisual .slide .txt-box .content {
    margin-top: 1rem;
  }
  .mainvisual .cycle-slideshow {
    height: 40rem;
  }
  .mainvisual .cont-box {
    bottom: 12rem;
    margin-left: 5rem;
    width: calc(100% - 44rem);
  }
}
@media (max-width:850px) {
  .mainvisual .slide .txt-box .content br {
    display: none;
  }
  .mainvisual .slide .txt-box .content {
    word-break: keep-all;
    line-height: 22px;
  }
  .mainvisual .cont-box {
    width: calc(100% - 34rem);
  }
}
@media (max-width:768px) {
  .mainvisual .slide .txt-box {
    width: calc(100% - 12rem);
  }
  .mainvisual .slide .txt-box .content br {
    display: block;
  }
  .mainvisual .cont-box {
    width: calc(100% - 10rem);
  }
  .mainvisual .cycle-slideshow {
    height: 39rem;
  }
  .mainvisual .cycle-slideshow .slide {
    background-position: left center;
  }
  .countdown .container {
    flex-direction: column;
  }
  .countdown .time_area {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .countdown .time {
    padding: 0.6rem 1.2rem;
    font-size: 2rem;
  }
}
@media (max-width:540px) {
  .mainvisual .cycle-slideshow {
    height: 38rem;
  }
  .mainvisual .slide .txt-box {
    top: 7rem;
  }
  .mainvisual .slide .txt-box .tit {
    font-size: 3.7rem;
  }
  .mainvisual .slide .txt-box .content br {
    display: none;
  }
  .mainvisual .cont-box {
    bottom: 9rem;
  }
  .mainvisual .cont-box .pagerWrap #adv-custom-pager a.cycle-pager-active {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    background: url(../img/main/bg_pagerOn2.png) 0 0 no-repeat;
    background-size: cover;
  }
}
/* login box */
.login_wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% - (1280px / 2) + 2rem);
  width: 38rem;
  height: auto;
  z-index: 203;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  background-color: #fff;
  box-shadow: 0 4px 20px hsl(0 0% 0% / .2);
  border-radius: 8px;
}
.login_wrap .tit-header {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #2B2B2B;
  padding: 3rem 3.2rem 1.2rem;
  overflow: hidden;
}
.login_wrap .tit-header .tit {
  font-size: 2.8rem;
  font-weight: 700;
}
.login_wrap .tit-header .desc {
  font-size: 1.5rem;
  font-weight: 400;
  color: #6C7073;
}
.login_wrap .login_form {
  width: 100%;
  flex: 1;
  padding: 0 3.2rem 3.2rem;
  color: #1a1a1a;
}
.login_input *:has(>#loginInputPw)::before {
  --maskimg: url('../img/new_main/lock_icon.svg');
}
.login_form .login_input {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  margin-bottom: .8rem;
}
.login_form .login_input input {
  font-size: 1.5rem;
  border-radius: 4px;
  border: 1px solid #BCBFC7;
  padding: 1.2rem 0 1.2rem 4.2rem;
  color: #333;
  border-radius: 8px;
}
.login_form .login_input input.icon-id {
  background: url(../img/common/login_icon01.svg) 1.5rem center no-repeat;
}
.login_form .login_input input.icon-pw {
  background: url(../img/common/login_icon02.svg) 1.5rem center no-repeat;
}
.login_form .login_input::placeholder {
  color: #6C6C6C;
  opacity: 1;
}
.login_form .idchk_save label {
  font-size: 1.4rem;
}
.login_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.login_form .login_foot {
  display: flex;
  align-items: center;
  margin-top: 1.3rem;
}
.login_form .login_foot .left_btn {
  display: flex;
}
.login_form .login_foot .left_btn .btn {
  position: relative;
  padding: 0;
  border: none;
  color: #6C7073;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -1px;
}
.login_form .login_foot .left_btn .btn~.btn {
  padding-left: 10px;
}
.login_form .login_foot .left_btn .btn~.btn::before {
  content: '';
  display: block;
  background-color: #ddd;
  width: 1px;
  height: 1.4rem;
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.login_form .login_foot .left_btn .btn:hover {
  color: #0F7439;
}
.login_form .login_foot .btn_join {
  margin-left: auto;
  color: #0F7439;
  padding-left: 2.7rem;
  font-size: 1.6rem;
  font-weight: 600;
  height: fit-content;
  background: url(../img/common/icon-arrow-circle.png) 5px center no-repeat;
  transition: all 0.2s ease-in;
}
.login_form .login_foot .btn_join:hover {
  animation: btn_arrow 0.5s ease-in-out;
}
@keyframes btn_arrow {
  0% {
    background-position: 5px center;
  }
  50% {
    background-position: 0px center;
  }
  100% {
    background-position: 5px center;
  }
}
.login_form .login_foot ul {
  display: flex;
}
.login_form .login_foot ul li:first-child:after {
  content: "|";
  margin: 0 1rem;
}
.login_form .login_foot ul a {
  font-size: 1.5rem;
}
.login_form .entry_btn button {
  width: 100%;
  padding: 1.3rem;
  background: #1E7F46;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  transition: all .3s;
}
.login_form .entry_btn button:hover {
  background: #166f3b;
}
.after_login .welcom {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  padding: 3rem 1rem;
  color: #333;
  background-color: #F3FAF7;
  border-radius: 4px;
}
.after_login .login_bottom {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.after_login .login_bottom ul {
  display: flex;
  width: 100%;
  gap: .8rem;
}
.after_login .login_bottom ul li {
  display: flex;
  flex: 1;
}
.after_login .login_bottom .btn {
  flex: 1;
  font-size: 1.6rem;
  text-align: center;
  padding: 9px 10px;
  color: #166f3b;
  font-weight: 500;
}
.after_login .login_bottom .btn:hover {
  border-color: #166f3b;
}
@media(max-width: 1600px) {
  .login_wrap {
    right: 16rem;
  }
}
@media (max-width:1380px) {
  .login_wrap {
    width: 36rem;
  }
}
@media (max-width:1280px) {
  .login_wrap {
    width: 31rem;
    top: 45%;
  }
  .login_wrap .tit-header {
    padding: 2rem 2.6rem .8rem;
  }
  .login_wrap .login_form {
    padding: 0 2.6rem 2.6rem;
  }
  .login_wrap .tit-header .tit {
    font-size: 2.6rem;
  }
  .login_form .login_foot .left_btn .btn {
    font-size: 1.5rem;
  }
  .after_login .welcom {
    font-size: 1.8rem;
    padding: 2rem 1rem;
  }
  .after_login .login_bottom {
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
@media (max-width:1024px) {
  .login_wrap {
    right: 5rem;
  }
  .login_wrap .login_form {
    padding: 0 2.6rem 2rem;
  }
  .login_form .login_input input {
    padding: .8rem 0 .8rem 4.2rem;
  }
  .login_form .entry_btn button {
    padding: 1rem;
  }
}
@media (max-width:768px) {
  .login_wrap {
    display: none;
  }
}
/* notice */
.notice_area {
  position: relative;
  left: 0;
  top: -8.5rem;
  background-color: hsl(0, 0%, 0%, .5);
  z-index: 120;
}
.notice_area .container {
  z-index: 7;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  height: 8.5rem;
  padding: 2rem 4rem 2rem 0rem;
  gap: 1rem;
}
.notice_area .title {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  width: 85px;
  margin-right: 20px;
}
.notice_area .title a.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #000;
  font-weight: 700;
  background-color: #fff;
  border-radius: 100em;
  transition: all .3s;
}
.notice_area .title a.more:hover {
  background-color: hsl(0, 0%, 100%, .6);
}
.notice_area .cont_list {
  flex: 1;
  width: calc(100% - 100px);
}
.notice_area .cont_list li {
  padding: 14px 10px;
  transition: all 0.2s ease;
}
.notice_area .cont_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.notice_area .cont_list li a p {
  flex: 1;
  color: hsl(0, 0%, 100%);
  font-size: 1.8rem;
  letter-spacing: 0;
  transition: all .3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notice_area .cont_list li a span {
  display: inline-block;
  color: hsl(0, 0%, 100%, .8);
  ;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 300;
}
.notice_area .cont_list li a:hover p {
  color: #b7d620;
  text-decoration: underline;
}
.notice_area .cont_list .slick-prev {
  left: auto;
  right: -50px;
  width: 26px;
  height: 34px;
  top: -3px;
  transform: rotate(90deg);
  border: none;
  background-color: transparent;
}
.notice_area .cont_list .slick-prev i {
  color: #fff;
}
.notice_area .cont_list .slick-next {
  width: 26px;
  height: 34px;
  top: 27px;
  transform: rotate(90deg);
  border: none;
  background-color: transparent;
}
.notice_area .cont_list .slick-next:before {
  background: url(../img/page_arrow_right_w.png);
  background-size: cover;
}
.notice_area .cont_list .slick-prev:before {
  background: url(../img/page_arrow_left_w.png);
  background-size: cover;
}
@media (max-width:1380px) {
  .notice_area .container {
    max-width: calc(100% - 220px);
    margin-left: 5rem;
  }
}
@media (max-width:1024px) {
  .notice_area {
    top: -7rem
  }
  .notice_area .container {
    max-width: calc(100% - 100px);
    height: 7rem;
  }
  .notice_area .title a.more {
    width: 2.2rem;
    height: 2.2rem;
  }
  .notice_area .cont_list li a p {
    font-size: 1.7rem;
  }
}
@media (max-width:900px) {
  .notice_area .container {
    max-width: calc(100% - 50px);
    margin-left: 3rem;
    gap: 0;
  }
  .notice_area .title {
    width: 80px;
  }
  .notice_area .cont_list {
    width: calc(100% - 80px);
  }
  .notice_area .cont_list li {
    padding: 14px 0px;
  }
  .notice_area .cont_list li a span {
    font-size: 1.5rem;
  }
  .notice_area .cont_list .slick-prev {
    width: 22px;
    height: 30px;
    top: 0;
    right: -40px;
  }
  .notice_area .cont_list .slick-next {
    width: 22px;
    height: 30px;
    top: 25px;
    right: -40px;
  }
}
@media (max-width:480px) {
  .notice_area .container {
    margin-left: 1.5rem;
    max-width: calc(100% - 25px);
  }
  .notice_area .title {
    width: 60px;
    margin-right: 8px;
  }
  .notice_area .title a.more {
    width: 2rem;
    height: 2rem;
  }
  .notice_area .cont_list {
    width: calc(100% - 60px);
  }
  .countdown {
    padding: 0rem;
    margin-bottom: -2.5rem;
  }
  .countdown .container {
    top: -1rem;
    gap: .5rem;
    border-radius: 0;
  }
  .countdown i {
    display: none;
  }
  .countdown .time_area+span {
    display: none;
  }
}
/* 과정분류 */
.section {
  padding: 0 0 9rem 0;
}
#content+.section01 {
  padding: 0 0 5rem 0;
}
.section01 .container {
  display: flex;
  flex-wrap: wrap;
}
.section01 .con_area {
  flex: 1 1 100%;
  max-width: 100%;
  position: relative;
}
.section01 .con_area .course_menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
}
.section01 .con_area .course_menu .menubtn {
  position: relative;
  display: flex;
  flex: 1;
  width: 100%;
  height: 27rem;
  background-color: #6B6B6B;
  border-radius: 16px;
  overflow: hidden;
}
.section01 .con_area .course_menu .menubtn .title {
  position: absolute;
  left: 3.5rem;
  top: 3.5rem;
  font-weight: 800;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.1;
  z-index: 1;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
}
.section01 .con_area .course_menu .menubtn .arrow {
  position: absolute;
  display: block;
  right: 3.5rem;
  bottom: 3rem;
  width: 4rem;
  height: 4rem;
  background: hsl(0, 0%, 7%, .5) url(../img/common/icon-arrow.png) center center no-repeat;
  border-radius: 100em;
  z-index: 1;
}
.section01 .con_area .course_menu .img_area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.section01 .con_area .course_menu .img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section01 .con_area .course_menu .info_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(180, 6%, 10%, .8);
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  z-index: 4;
  opacity: 0;
  transition: all .6s ease;
  /*margin-top: 27rem;*/
}
.section01 .con_area .course_menu .info_txt span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section01 .con_area .course_menu .info_txt strong {
  display: block;
  margin-bottom: -1.8rem;
}
.section01 .con_area .course_menu .menubtn:hover .info_txt {
  opacity: 1;
  /*margin-top:0;*/
}
@media (max-width: 1440px) {
  .section01 .con_area .course_menu {
    gap: 2.5rem;
  }
  .section01 .con_area .course_menu .menubtn {
    height: 26rem;
  }
  .section01 .con_area .course_menu .menubtn .title {
    font-size: 3rem;
  }
  .section01 .con_area .course_menu .info_txt {
    font-size: 2.2rem;
  }
}
@media (max-width: 1280px) {
  .section01 .con_area .course_menu {
    gap: 2.2rem;
  }
  .section01 .con_area .course_menu .menubtn {
    height: 25rem;
  }
  .section01 .con_area .course_menu .menubtn .title {
    font-size: 2.8rem;
  }
  .section01 .con_area .course_menu .info_txt {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .section01 .con_area .course_menu {
    gap: 2rem;
  }
  .section01 .con_area .course_menu .menubtn {
    height: 23rem;
  }
  .section01 .con_area .course_menu .menubtn .title {
    font-size: 2.6rem;
  }
  .section01 .con_area .course_menu .info_txt {
    font-size: 1.8rem;
  }
}
@media (max-width: 950px) {
  #content+.section01 {
    padding: 0 0 3rem 0;
  }
  .section01 .con_area .course_menu .menubtn {
    height: 20rem;
  }
  .section01 .con_area .course_menu .menubtn .title {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .section01 .con_area .course_menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .section01 .con_area .course_menu {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
  .section01 .con_area .course_menu .menubtn {
    height: 18rem;
  }
}
/* 사업안내 */
.section02 {
  padding: 4rem 0rem 5.5rem 0rem;
}
.section02 .title {
  position: relative;
  padding-top: 0px;
  margin-bottom: 3rem;
  text-align: center;
}
.section02 .title h2 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 800;
  color: #222222;
  letter-spacing: -1px;
}
.biz_link {
  margin-right: -1.5rem;
}
.biz_link a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 12rem;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.biz_link a span {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  font-size: 2rem;
  font-weight: 500;
}
.biz_link a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
  z-index: -1;
}
.biz_link a:hover::before {
  transform: scale(1.1);
}
.biz_link li {
  margin-right: 1.5rem;
}
.biz_link .slick-prev {
  left: -40px;
  border: none;
  background-color: transparent;
}
.biz_link .slick-next {
  right: -25px;
  border: none;
  background-color: transparent;
}
@media (max-width: 1280px) {
  .biz_link a span {
    font-size: 1.8rem;
  }
  .biz_link .slick-prev {
    left: -1.8rem;
    z-index: 7;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  }
  .biz_link .slick-next {
    right: -.8rem;
    z-index: 7;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  }
}
@media (max-width: 1024px) {
  .section02 {
    padding: 3rem 0rem 4rem 0rem;
  }
}
@media (max-width: 768px) {
  .biz_link a {
    height: 11rem;
  }
}
@media (max-width: 480px) {
  .section02 {
    padding: 2rem 0rem 3rem 0rem;
  }
  .section02 .title {
    margin-bottom: 2rem;
  }
  .section02 .title h2 {
    font-size: 2.6rem;
  }
}
/* 관련사이트 */
.relate_site {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.2rem;
}
.relate_site li {
  display: flex;
}
.relate_site li a {
  display: flex;
  flex: 1;
  width: 100%;
  height: 8.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  transition: all 0.2s ease;
}
.relate_site li a:hover {
  border: 1px solid #222;
}
@media (max-width: 1280px) {
  .relate_site li img {
    max-width: 85%;
  }
  .countdown {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1024px) {
  .section03 {
    padding: 0 0 6rem 0;
  }
  .relate_site li img {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .relate_site {
    grid-template-columns: repeat(3, 1fr);
  }
  .relate_site li img {
    max-width: 70%;
    max-height: 75%;
  }
  .relate_site li a {
    height: 7rem;
  }
}
@media (max-width: 480px) {
  .relate_site {
    gap: .8rem;
  }
  .relate_site li img {
    max-width: 80%;
    max-height: 33px;
  }
  .relate_site li:nth-child(4) img {
    max-width: 53%;
  }
  .relate_site li:nth-child(5) img {
    max-width: 60%;
  }
  .relate_site li a {
    height: 6rem;
  }
}
/* =======================================================================================
팝업 배너
======================================================================================= */
/* 메인 레이어 팝업 CSS */
.popup-wrap {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100vh;
  z-index: 9999;
}
.popup-wrap .inner-box {
  position: relative;
  width: 920px;
  opacity: 1;
  z-index: 1;
}
.popup-wrap .inner-box .head-box {
  display: flex;
  align-items: center;
  padding-bottom: 1.2rem;
  padding-right: 3rem;
}
.popup-wrap .inner-box .head-box a {
  display: inline-block;
  margin-left: auto;
  padding: 1rem 2.5rem;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 2.4rem;
  background: rgba(0, 0, 0, .5);
}
.popup-wrap .inner-box .head-box a:hover {
  color: #38ffff;
  background-color: rgba(0, 0, 0, .8);
}
.popup-wrap .inner-box .slick-track {
  margin: 0 auto;
}
.popup-wrap .inner-box ul li {
  text-align: center;
  max-width: 420px;
  height: 420px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: transparent;
}
.popup-wrap .inner-box ul li iframe {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.popup-wrap .inner-box ul li img {
  display: inline-block;
  width: 420px;
  max-width: 100%;
}
.popup-wrap .inner-box .slick-prev, .popup-wrap .inner-box .slick-next {
  width: 64px;
  height: 64px;
  color: #fff;
  border: none;
  border-radius: 100%;
  background: rgba(0, 0, 0, .9);
}
.popup-wrap .inner-box .slick-prev {
  left: -64px;
}
.popup-wrap .inner-box .slick-next {
  right: -64px;
}
.popup-wrap .inner-box .slick-prev:before, .popup-wrap .inner-box .slick-next:before {
  -webkit-filter: grayscale(1) invert(1);
}
.popup-wrap .inner-box .slick-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 15px;
  margin: -7px 0 0 -6px;
  content: '';
  background: url(../img/page_arrow_left.png);
  background-size: cover;
}
.popup-wrap .inner-box .slick-dots li {
  height: auto;
  background-color: transparent;
}
.popup-wrap .popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popup-wrap.on {
  display: flex;
}
.popup-wrap.on~.popup-btn-box .popup-close {
  display: flex;
}
.popup-btn-box .popup-close {
  display: none;
}
.popup-btn-box {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 9999;
}
.popup-btn-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  box-shadow: 0px 1px 3px 0px #d4d4d5, 0px 0px 0px 1px #d4d4d5;
  border-radius: 100%;
  background: #fff;
}
.popup-btn-box a i {
  font-size: 2.5em;
}
.popup-btn-box a:last-child {
  margin-top: 10px;
}
.popup-btn-box .popup-close i {
  font-size: 2.5em;
}
.popup-btn-box .popup-open i {
  font-size: 1.5em;
}
.popup-btn-box a:last-child label {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ui.circular.blue.label {
  min-width: 2rem;
  min-height: 2rem;
  padding: 0.5em !important;
  line-height: 1rem;
  text-align: center;
  border-radius: 500rem;
  background-color: #2185D0 !important;
  border-color: #2185D0 !important;
  color: #FFFFFF !important;
}
@media (max-width: 1024px) {
  .popup-wrap .inner-box .slick-prev {
    left: -34px;
    z-index: 1000;
  }
  .popup-wrap .inner-box .slick-next {
    right: -34px;
  }
}
@media (max-width: 950px) {
  .popup-wrap .inner-box {
    width: 460px;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .popup-wrap .inner-box {
    width: 90%;
  }
  .popup-wrap .inner-box ul li img {
    width: 100%;
  }
  .popup-wrap .inner-box .slick-prev {
    left: -10px;
    z-index: 1000;
  }
  .popup-wrap .inner-box .slick-next {
    right: -10px;
  }
}
/* 메인 과정 타임어택 하단 플로팅 */
/*.bottom_floating {display: none;} */
.bottom_floating {
  position: fixed;
  z-index: 124;
  max-width: 84rem;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  max-height: min(530px, -134px + 100dvh);
}
.bottom_floating .countdown {
  position: relative;
}
.bottom_floating .countdown {
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 2rem;
  padding: 2rem 3.2rem;
  gap: 1rem;
  background-color: var(--darkblue);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 24px 0px;
  backdrop-filter: blur(8px);
}
.bottom_floating .countdown strong {
  font-weight: 700;
}
.bottom_floating .countdown em {
  font-style: normal;
}
.bottom_floating .countdown .info {
  margin-right: 2rem;
}
.bottom_floating .countdown .time_area {
  display: flex;
  align-items: center;
  gap: .6rem;
}
.bottom_floating .countdown i {
  font-size: 2rem;
}
.bottom_floating .countdown .time {
  padding: 0.3rem .7rem 0.2rem .7rem;
  color: #E84646;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0.5rem;
  background-color: #fff;
}
.bottom_floating .countdown .right_btn {
  margin-left: auto;
}
.bottom_floating .countdown .right_btn a {
  color: #fff;
  font-size: 1.5rem;
  padding: 0.7rem 1.5rem;
  border-radius: 0.5rem;
  background-color: #E84646;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.bottom_floating .countdown .right_btn a:hover {
  background-color: #ca3737;
}
@media (max-width: 580px) {
  .bottom_floating .countdown {
    flex-wrap: wrap;
    gap: .6rem;
  }
}