@charset "UTF-8";
/*_mixins.scss*/
/* Responsive Breakpoints
   ========================================================================== */
/*_colors.scss*/
/* 와우패스 변수 가져오기 ====================================================================  */
/*_placeholders.scss*/
/* 버튼 */
.contents.main > section {
  width: 100%;
  overflow: hidden; }

.course_slide {
  overflow: visible; }
  .course_slide.grid_type .swiper-button-group {
    display: none; }
    @media (max-width: 1400px) {
      .course_slide.grid_type .swiper-button-group {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .course_slide.grid_type ul.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (max-width: 1400px) {
      .course_slide.grid_type ul.swiper-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    .course_slide.grid_type ul.swiper-wrapper li.swiper-slide {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 1.5rem; }
      @media (max-width: 1400px) {
        .course_slide.grid_type ul.swiper-wrapper li.swiper-slide {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto; } }

/* 배너 */
section.banner_main {
  margin-bottom: 2.75rem; }
  section.banner_main .banner_slide {
    width: 100%;
    height: 415px; }
    section.banner_main .banner_slide ul li {
      width: 100%; }
    section.banner_main .banner_slide .swiper-button-prev,
    section.banner_main .banner_slide .swiper-button-next {
      margin-top: -2.85rem; }
      section.banner_main .banner_slide .swiper-button-prev:after,
      section.banner_main .banner_slide .swiper-button-next:after {
        font-family: "icomoon"; }
    section.banner_main .banner_slide .swiper-button-prev:after {
      content: '\e91a'; }
    section.banner_main .banner_slide .swiper-button-next:after {
      content: '\e91b'; }
    section.banner_main .banner_slide .btn_group {
      top: auto;
      right: auto;
      bottom: 70px;
      left: 0;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      height: auto;
      z-index: 10; }
      section.banner_main .banner_slide .btn_group .swiper-button-start,
      section.banner_main .banner_slide .btn_group .swiper-button-stop {
        width: 30px;
        height: 30px;
        font-size: 12px;
        font-size: 0.78rem;
        line-height: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        background-color: rgba(255, 255, 255, 0.45);
        color: #464646;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      section.banner_main .banner_slide .btn_group .swiper-button-start {
        font-size: 15px;
        font-size: 0.975rem;
        line-height: 100%; }
      section.banner_main .banner_slide .btn_group ul.pagination_bullet {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        height: 30px;
        margin-right: 15px;
        padding: 0 20px;
        background-color: rgba(255, 255, 255, 0.45);
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        section.banner_main .banner_slide .btn_group ul.pagination_bullet li.swiper-pagination-bullet {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          width: auto;
          height: auto;
          padding: 0 3px;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          font-size: 12px;
          font-size: 0.78rem;
          line-height: 100%; }
          section.banner_main .banner_slide .btn_group ul.pagination_bullet li.swiper-pagination-bullet i.bar {
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: top;
            zoom: 1;
            *display: inline;
            width: 1px;
            height: 2px;
            margin-left: 5px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
            transform-origin: left center;
            opacity: 0; }
          section.banner_main .banner_slide .btn_group ul.pagination_bullet li.swiper-pagination-bullet span {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            width: auto;
            height: 15px;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            background: transparent;
            color: #fff;
            opacity: 0.75;
            cursor: pointer; }
        section.banner_main .banner_slide .btn_group ul.pagination_bullet li.swiper-pagination-bullet-active i.bar {
          width: 60px;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          transition: all .5s;
          background-color: #2D2B36;
          opacity: .9; }
        section.banner_main .banner_slide .btn_group ul.pagination_bullet li.swiper-pagination-bullet-active span {
          color: #2D2B36;
          opacity: 1; }
  section.banner_main article.ban_contents {
    width: 100%;
    height: calc(100% - 35px);
    background: #6c70ff;
    color: #fff;
    border-radius: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    section.banner_main article.ban_contents figcaption,
    section.banner_main article.ban_contents .responsive_wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative;
      max-width: 70%;
      padding: 0 5rem;
      z-index: 1; }
      section.banner_main article.ban_contents figcaption h3,
      section.banner_main article.ban_contents figcaption p,
      section.banner_main article.ban_contents .responsive_wrap h3,
      section.banner_main article.ban_contents .responsive_wrap p {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: auto;
        word-break: keep-all; }
    section.banner_main article.ban_contents figure {
      top: auto;
      right: 0;
      bottom: 0;
      left: auto;
      position: absolute;
      height: calc(100% - 50px);
      margin: 0;
      z-index: 0; }
      section.banner_main article.ban_contents figure img {
        display: block;
        height: 100%; }
    section.banner_main article.ban_contents h3 {
      padding: 0 0 2rem;
      font-size: 58px;
      font-size: 3.77rem;
      letter-spacing: -3px;
      line-height: 110%; }
    section.banner_main article.ban_contents p {
      padding-bottom: 10px;
      font-size: 19px;
      font-size: 1.235rem;
      line-height: 120%;
      letter-spacing: -0.05rem;
      letter-spacing: -0.25px;
      line-height: 120%;
      word-break: keep-all; }
      @media (max-width: 480px) {
        section.banner_main article.ban_contents p {
          font-size: 18px;
          font-size: 1.17rem; } }
    section.banner_main article.ban_contents img.on_w {
      display: block;
      width: auto;
      max-width: 100%; }
    section.banner_main article.ban_contents img.on_m {
      display: none; }
  section.banner_main .ban_wrap article.ban_ac {
    width: 100%;
    height: calc(100% - 35px);
    background: #6c70ff;
    color: #fff;
    border-radius: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    section.banner_main .ban_wrap article.ban_ac .txt_wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative;
      max-width: 70%;
      padding: 0 5rem;
      z-index: 1; }
    section.banner_main .ban_wrap article.ban_ac figcaption {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      position: relative;
      max-width: 80%;
      padding: 0 5rem 1.2rem 5rem;
      z-index: 1; }
      section.banner_main .ban_wrap article.ban_ac figcaption.txt_area h3.big {
        font-size: 50px;
        font-size: 3.25rem;
        letter-spacing: -1.5px;
        font-weight: 400;
        line-height: 1.2;
        word-break: keep-all; }
        section.banner_main .ban_wrap article.ban_ac figcaption.txt_area h3.big > strong {
          font-weight: 700; }
      section.banner_main .ban_wrap article.ban_ac figcaption.txt_area div.sm {
        margin-top: 15px; }
        section.banner_main .ban_wrap article.ban_ac figcaption.txt_area div.sm > p {
          font-size: 17px;
          font-size: 1.105rem;
          line-height: 1.6;
          font-weight: 400; }
    section.banner_main .ban_wrap article.ban_ac figure {
      top: auto;
      right: 4%;
      bottom: 0;
      left: auto;
      position: absolute;
      margin: 0;
      z-index: 0; }
      section.banner_main .ban_wrap article.ban_ac figure img {
        display: block; }
    section.banner_main .ban_wrap article.ban_ac img.on_w {
      display: block;
      width: auto;
      max-width: 100%; }
    section.banner_main .ban_wrap article.ban_ac img.on_m {
      display: none; }
  @media (max-width: 1280px) {
    section.banner_main .ban_wrap article.ban_ac .txt_wrap {
      padding: 0 4rem; }
    section.banner_main .ban_wrap article.ban_ac figcaption {
      max-width: 80%;
      padding: 0 1.5rem 1.5rem 3rem; }
      section.banner_main .ban_wrap article.ban_ac figcaption.txt_area h3.big {
        font-size: 45px;
        font-size: 2.925rem; }
      section.banner_main .ban_wrap article.ban_ac figcaption.txt_area div.sm {
        margin-top: 15px; }
        section.banner_main .ban_wrap article.ban_ac figcaption.txt_area div.sm > p {
          font-size: 16px;
          font-size: 1.04rem;
          line-height: 1.6;
          font-weight: 400; }
    section.banner_main .ban_wrap article.ban_ac figure {
      right: 0; }
      section.banner_main .ban_wrap article.ban_ac figure img.on_w {
        max-width: 96%; }
      section.banner_main .ban_wrap article.ban_ac figure.img_area {
        width: auto;
        right: 1.5rem; }
        section.banner_main .ban_wrap article.ban_ac figure.img_area > img {
          width: 400px; } }
  @media (max-width: 1024px) {
    section.banner_main .banner_slide {
      height: 360px; }
      section.banner_main .banner_slide .btn_group {
        left: 3rem;
        bottom: 60px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
    section.banner_main article.ban_contents {
      height: calc(100% - 25px); }
      section.banner_main article.ban_contents figcaption,
      section.banner_main article.ban_contents .responsive_wrap {
        padding: 0 3rem; }
      section.banner_main article.ban_contents figure {
        height: calc(100% - 30px); }
      section.banner_main article.ban_contents h3 {
        padding-bottom: 1.5rem;
        font-size: 42px;
        font-size: 2.73rem;
        letter-spacing: -1.75px; }
      section.banner_main article.ban_contents p {
        padding-bottom: 8px;
        font-size: 16px;
        font-size: 1.04rem;
        line-height: 120%;
        letter-spacing: -0.4px; } }
    @media (max-width: 1024px) and (max-width: 640px) {
      section.banner_main article.ban_contents p {
        font-size: 15px;
        font-size: 0.975rem; } }
    @media (max-width: 1024px) and (max-width: 480px) {
      section.banner_main article.ban_contents p {
        font-size: 14px;
        font-size: 0.91rem; } }
    @media (max-width: 1024px) and (max-width: 320px) {
      section.banner_main article.ban_contents p {
        font-size: 13.25px;
        font-size: 0.86125rem; } }
  @media (max-width: 1024px) {
      section.banner_main article.ban_contents .responsive_wrap .on_w {
        max-width: 70%; }
    section.banner_main .ban_wrap article.ban_ac .txt_wrap {
      padding: 0 0 3rem 3rem;
      max-width: 65%; }
    section.banner_main .ban_wrap article.ban_ac figcaption {
      max-width: 80%;
      padding: 0 1.5rem 2rem 3rem; }
      section.banner_main .ban_wrap article.ban_ac figcaption.txt_area h3.big {
        font-size: 40px;
        font-size: 2.6rem;
        letter-spacing: -1px; }
      section.banner_main .ban_wrap article.ban_ac figcaption.txt_area div.sm {
        margin-top: 18px; }
        section.banner_main .ban_wrap article.ban_ac figcaption.txt_area div.sm > p {
          font-size: 15.6px;
          font-size: 1.014rem;
          line-height: 1.5; }
    section.banner_main .ban_wrap article.ban_ac figure {
      height: auto;
      width: 50%;
      right: 2%; }
      section.banner_main .ban_wrap article.ban_ac figure img.on_w {
        max-width: 100%; }
      section.banner_main .ban_wrap article.ban_ac figure.img_area {
        right: 0.5rem; }
        section.banner_main .ban_wrap article.ban_ac figure.img_area > img {
          width: 360px; } }
  @media (max-width: 800px) {
    section.banner_main .banner_slide {
      height: 340px; }
      section.banner_main .banner_slide .swiper-button-prev,
      section.banner_main .banner_slide .swiper-button-next {
        display: none; }
      section.banner_main .banner_slide .btn_group {
        left: 2rem; }
    section.banner_main article.ban_contents {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      section.banner_main article.ban_contents figcaption,
      section.banner_main article.ban_contents .responsive_wrap {
        max-width: 100%;
        padding: 2.5rem 2.5rem 0; }
      section.banner_main article.ban_contents figure {
        height: 80%; }
    section.banner_main .ban_wrap article.ban_ac .txt_wrap {
      padding: 0 2rem 5rem;
      max-width: 70%; }
    section.banner_main .ban_wrap article.ban_ac figcaption {
      max-width: 80%; }
      section.banner_main .ban_wrap article.ban_ac figcaption.txt_area {
        padding: 0 1.5rem 2rem 3rem; }
        section.banner_main .ban_wrap article.ban_ac figcaption.txt_area h3.big {
          font-size: 32px;
          font-size: 2.08rem;
          letter-spacing: -1px; }
          section.banner_main .ban_wrap article.ban_ac figcaption.txt_area h3.big .br_m {
            display: block; }
        section.banner_main .ban_wrap article.ban_ac figcaption.txt_area div.sm {
          margin-top: 15px; }
          section.banner_main .ban_wrap article.ban_ac figcaption.txt_area div.sm > p {
            font-size: 14.6px;
            font-size: 0.949rem;
            line-height: 1.5; }
    section.banner_main .ban_wrap article.ban_ac figure {
      height: auto;
      width: 58%;
      right: 2%; }
      section.banner_main .ban_wrap article.ban_ac figure img.on_w {
        max-width: 100%; }
      section.banner_main .ban_wrap article.ban_ac figure.img_area {
        right: 0.5rem; }
        section.banner_main .ban_wrap article.ban_ac figure.img_area > img {
          width: 360px; } }
  @media (max-width: 640px) {
    section.banner_main {
      margin-bottom: 1.6rem; }
      section.banner_main .banner_slide {
        height: auto; }
        section.banner_main .banner_slide .btn_group {
          height: 25px;
          left: 7%; }
          section.banner_main .banner_slide .btn_group .swiper-button-start,
          section.banner_main .banner_slide .btn_group .swiper-button-stop {
            width: 25px;
            height: 25px; }
          section.banner_main .banner_slide .btn_group ul.pagination_bullet {
            height: 25px;
            margin-right: 5px;
            padding: 0 10px; }
            section.banner_main .banner_slide .btn_group ul.pagination_bullet li.swiper-pagination-bullet {
              padding: 0 4px 0 0; }
              section.banner_main .banner_slide .btn_group ul.pagination_bullet li.swiper-pagination-bullet i.bar {
                margin-left: 2px; }
            section.banner_main .banner_slide .btn_group ul.pagination_bullet li.swiper-pagination-bullet-active i.bar {
              width: 30px; }
      section.banner_main article.ban_contents {
        overflow: hidden;
        height: calc(100% - 15px);
        min-height: 300px; }
        section.banner_main article.ban_contents figcaption {
          padding: 2.5rem 2.5rem 0; }
        section.banner_main article.ban_contents .responsive_wrap {
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 0; }
        section.banner_main article.ban_contents figure {
          right: -2rem !important; }
        section.banner_main article.ban_contents h3 {
          padding-bottom: 1rem;
          font-size: 34px;
          font-size: 2.21rem;
          line-height: 110%;
          letter-spacing: -1px; }
        section.banner_main article.ban_contents p {
          font-size: 15px;
          font-size: 0.975rem;
          letter-spacing: -.5px; }
        section.banner_main article.ban_contents img.on_w {
          display: none !important; }
        section.banner_main article.ban_contents img.on_m {
          display: block;
          margin: 0 auto;
          width: 100%;
          max-width: 500px; }
      section.banner_main .ban_wrap {
        height: 100%;
        height: 100%;
        border-radius: 30px;
        overflow: hidden; }
        section.banner_main .ban_wrap article.ban_ac {
          height: 100%; }
          section.banner_main .ban_wrap article.ban_ac .txt_wrap {
            padding: 0;
            max-width: 100%; }
            section.banner_main .ban_wrap article.ban_ac .txt_wrap img.on_w {
              display: none; }
            section.banner_main .ban_wrap article.ban_ac .txt_wrap img.on_m {
              display: block;
              margin: 0 auto;
              width: 100%;
              border-radius: 20px; }
          section.banner_main .ban_wrap article.ban_ac figcaption.txt_area {
            padding: 3rem 0.5rem 10rem 2rem; }
            section.banner_main .ban_wrap article.ban_ac figcaption.txt_area h3.big {
              font-size: 32px;
              font-size: 2.08rem;
              letter-spacing: -0.5px;
              line-height: 1.2; }
            section.banner_main .ban_wrap article.ban_ac figcaption.txt_area div.sm {
              margin-top: 15px; }
              section.banner_main .ban_wrap article.ban_ac figcaption.txt_area div.sm > p {
                font-size: 14.6px;
                font-size: 0.949rem;
                line-height: 1.5; }
          section.banner_main .ban_wrap article.ban_ac figure {
            height: auto;
            width: 58%;
            right: 2%; }
            section.banner_main .ban_wrap article.ban_ac figure img.on_w {
              display: none; }
            section.banner_main .ban_wrap article.ban_ac figure.img_area {
              right: 0.5rem; }
              section.banner_main .ban_wrap article.ban_ac figure.img_area > img {
                width: 320px;
                padding-bottom: 0.5rem; } }
  @media (max-width: 480px) {
    section.banner_main {
      margin-bottom: 1rem; }
      section.banner_main .banner_slide {
        height: auto; }
        section.banner_main .banner_slide .btn_group {
          bottom: 17%; }
      section.banner_main article.ban_contents {
        min-height: 240px; }
        section.banner_main article.ban_contents figcaption {
          padding: 1.75rem 1.5rem 0; }
          section.banner_main article.ban_contents figcaption h3 {
            padding-bottom: 0.75rem;
            font-size: 30px;
            font-size: 1.95rem;
            line-height: 110%;
            letter-spacing: -1.2px; }
          section.banner_main article.ban_contents figcaption p {
            font-size: 16px;
            font-size: 1.04rem;
            line-height: 120%; } }
        @media (max-width: 480px) and (max-width: 640px) {
          section.banner_main article.ban_contents figcaption p {
            font-size: 15px;
            font-size: 0.975rem; } }
        @media (max-width: 480px) and (max-width: 480px) {
          section.banner_main article.ban_contents figcaption p {
            font-size: 14px;
            font-size: 0.91rem; } }
        @media (max-width: 480px) and (max-width: 320px) {
          section.banner_main article.ban_contents figcaption p {
            font-size: 13.25px;
            font-size: 0.86125rem; } }
  @media (max-width: 480px) {
      section.banner_main .ban_wrap article.ban_ac figcaption.txt_area {
        padding: 2.2rem 1rem 10.2rem 1rem;
        max-width: 100%; }
        section.banner_main .ban_wrap article.ban_ac figcaption.txt_area h3.big {
          font-size: 26px;
          font-size: 1.69rem;
          letter-spacing: -0.5px;
          line-height: 1.2; }
        section.banner_main .ban_wrap article.ban_ac figcaption.txt_area div.sm {
          margin-top: 12px; }
          section.banner_main .ban_wrap article.ban_ac figcaption.txt_area div.sm > p {
            font-size: 14.2px;
            font-size: 0.923rem;
            line-height: 1.42; }
      section.banner_main .ban_wrap article.ban_ac figure {
        height: auto;
        width: 58%;
        right: 2%; }
        section.banner_main .ban_wrap article.ban_ac figure img.on_w {
          display: none; }
        section.banner_main .ban_wrap article.ban_ac figure.img_area {
          right: 0.5rem; }
          section.banner_main .ban_wrap article.ban_ac figure.img_area > img {
            width: 230px;
            padding-bottom: 0.5rem; }
            section.banner_main .ban_wrap article.ban_ac figure.img_area > img.sm_m {
              width: 200px; } }

section.course_area.mycourse_main {
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden; }
  section.course_area.mycourse_main .container {
    position: relative;
    width: 100%;
    height: 450px;
    padding-top: 7.25rem;
    padding-bottom: 1.5rem;
    overflow: visible;
    z-index: 1; }
    @media (max-width: 1024px) {
      section.course_area.mycourse_main .container .icon-imc_login {
        display: none; } }
    @media (max-width: 800px) {
      section.course_area.mycourse_main .container {
        height: 400px;
        padding-top: 6rem;
        padding-bottom: 1.25rem; } }
    section.course_area.mycourse_main .container .icon-imc_login {
      position: absolute;
      right: 0;
      bottom: 1.5rem;
      z-index: 1; }
    section.course_area.mycourse_main .container:before, section.course_area.mycourse_main .container:after {
      top: 1px;
      right: auto;
      bottom: auto;
      left: -2rem;
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 80%;
      background-color: #585CFF;
      z-index: 0; }
      @media (max-width: 640px) {
        section.course_area.mycourse_main .container:before, section.course_area.mycourse_main .container:after {
          height: 70%; } }
    section.course_area.mycourse_main .container:before {
      border-radius: 1.25rem;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    section.course_area.mycourse_main .container:after {
      left: auto;
      right: -50%; }
    section.course_area.mycourse_main .container .course_slide.mycourse {
      max-width: 800px;
      margin-top: -3.75rem;
      margin-left: 0;
      background: none;
      overflow: hidden; }
      section.course_area.mycourse_main .container .course_slide.mycourse h2 a {
        position: relative;
        color: #fff;
        z-index: 10; }
      section.course_area.mycourse_main .container .course_slide.mycourse .swiper-button-group {
        top: 0.75rem;
        right: 0; }
        section.course_area.mycourse_main .container .course_slide.mycourse .swiper-button-group .swiper-button-prev,
        section.course_area.mycourse_main .container .course_slide.mycourse .swiper-button-group .swiper-button-next {
          color: #fff;
          background: none; }
      section.course_area.mycourse_main .container .course_slide.mycourse .card {
        -webkit-box-shadow: 0 1px 15px rgba(88, 92, 255, 0.15) ;
        -moz-box-shadow: 0 1px 15px rgba(88, 92, 255, 0.15) ;
        box-shadow: 0 1px 15px rgba(88, 92, 255, 0.15) ; }

/* 컨텐츠목록 영역 */
section.course_area {
  margin-top: 1.5rem; }
  @media (max-width: 800px) {
    section.course_area {
      margin-top: 1rem; } }
  section.course_area .container {
    overflow: hidden; }
    section.course_area .container h2 {
      padding: 1.5rem 0;
      font-size: 19px;
      font-size: 1.235rem;
      line-height: 120%;
      letter-spacing: -0.05rem; }
      @media (max-width: 480px) {
        section.course_area .container h2 {
          font-size: 18px;
          font-size: 1.17rem; } }
      @media (max-width: 640px) {
        section.course_area .container h2 {
          padding: 1.25rem 0; } }
      section.course_area .container h2 a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0.2rem 0; }
        section.course_area .container h2 a span,
        section.course_area .container h2 a i {
          display: -moz-inline-stack;
          display: inline-block;
          vertical-align: top;
          zoom: 1;
          *display: inline;
          line-height: 15px;
          line-height: 1.25rem; }
        section.course_area .container h2 a i {
          margin-left: 0.25rem; }

.layer_pop_notice .layer_wrap .layer_conts,
.layer_pop_notice .layer_wrap .research_wrap,
.layer_pop_survey .layer_wrap .layer_conts,
.layer_pop_survey .layer_wrap .research_wrap {
  position: relative; }
  .layer_pop_notice .layer_wrap .layer_conts a, .layer_pop_notice .layer_wrap .layer_conts button,
  .layer_pop_notice .layer_wrap .research_wrap a,
  .layer_pop_notice .layer_wrap .research_wrap button,
  .layer_pop_survey .layer_wrap .layer_conts a,
  .layer_pop_survey .layer_wrap .layer_conts button,
  .layer_pop_survey .layer_wrap .research_wrap a,
  .layer_pop_survey .layer_wrap .research_wrap button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0; }
  .layer_pop_notice .layer_wrap .layer_conts img,
  .layer_pop_notice .layer_wrap .research_wrap img,
  .layer_pop_survey .layer_wrap .layer_conts img,
  .layer_pop_survey .layer_wrap .research_wrap img {
    margin: 0 auto;
    width: 100%;
    max-width: 590px; }
  .layer_pop_notice .layer_wrap .layer_conts .day_close,
  .layer_pop_notice .layer_wrap .research_wrap .day_close,
  .layer_pop_survey .layer_wrap .layer_conts .day_close,
  .layer_pop_survey .layer_wrap .research_wrap .day_close {
    position: absolute;
    top: -2rem;
    left: 0;
    font-size: 13px;
    font-size: 0.845rem;
    letter-spacing: normal;
    color: #fafafa;
    font-weight: 100; }
    .layer_pop_notice .layer_wrap .layer_conts .day_close label,
    .layer_pop_notice .layer_wrap .research_wrap .day_close label,
    .layer_pop_survey .layer_wrap .layer_conts .day_close label,
    .layer_pop_survey .layer_wrap .research_wrap .day_close label {
      color: #fafafa; }
  .layer_pop_notice .layer_wrap .layer_conts .layer_close,
  .layer_pop_notice .layer_wrap .layer_conts .btn_guide_layer_close,
  .layer_pop_notice .layer_wrap .research_wrap .layer_close,
  .layer_pop_notice .layer_wrap .research_wrap .btn_guide_layer_close,
  .layer_pop_survey .layer_wrap .layer_conts .layer_close,
  .layer_pop_survey .layer_wrap .layer_conts .btn_guide_layer_close,
  .layer_pop_survey .layer_wrap .research_wrap .layer_close,
  .layer_pop_survey .layer_wrap .research_wrap .btn_guide_layer_close {
    position: absolute;
    top: -2.5rem;
    right: 0; }
    .layer_pop_notice .layer_wrap .layer_conts .layer_close i,
    .layer_pop_notice .layer_wrap .layer_conts .btn_guide_layer_close i,
    .layer_pop_notice .layer_wrap .research_wrap .layer_close i,
    .layer_pop_notice .layer_wrap .research_wrap .btn_guide_layer_close i,
    .layer_pop_survey .layer_wrap .layer_conts .layer_close i,
    .layer_pop_survey .layer_wrap .layer_conts .btn_guide_layer_close i,
    .layer_pop_survey .layer_wrap .research_wrap .layer_close i,
    .layer_pop_survey .layer_wrap .research_wrap .btn_guide_layer_close i {
      font-size: 36px;
      font-size: 2.34rem;
      line-height: 100%;
      color: #fff; }

@media (max-width: 640px) {
  .layer_pop_notice .layer_wrap .layer_conts,
  .layer_pop_survey .layer_wrap .layer_conts {
    padding: 0 7%; }
    .layer_pop_notice .layer_wrap .layer_conts .day_close,
    .layer_pop_survey .layer_wrap .layer_conts .day_close {
      top: -1.8rem;
      left: 7%;
      font-size: 12px;
      font-size: 0.78rem; }
    .layer_pop_notice .layer_wrap .layer_conts .layer_close,
    .layer_pop_survey .layer_wrap .layer_conts .layer_close {
      top: -2.3rem;
      right: 6%; }
      .layer_pop_notice .layer_wrap .layer_conts .layer_close i,
      .layer_pop_survey .layer_wrap .layer_conts .layer_close i {
        font-size: 30px;
        font-size: 1.95rem; } }

@media (max-width: 480px) {
  .layer_pop_notice .layer_wrap .layer_conts,
  .layer_pop_survey .layer_wrap .layer_conts {
    padding: 0 2%; }
    .layer_pop_notice .layer_wrap .layer_conts .day_close,
    .layer_pop_survey .layer_wrap .layer_conts .day_close {
      top: -1.6rem;
      left: 2%;
      font-size: 11.6px;
      font-size: 0.754rem; }
    .layer_pop_notice .layer_wrap .layer_conts .layer_close,
    .layer_pop_survey .layer_wrap .layer_conts .layer_close {
      top: -2rem;
      right: 1%; }
      .layer_pop_notice .layer_wrap .layer_conts .layer_close i,
      .layer_pop_survey .layer_wrap .layer_conts .layer_close i {
        font-size: 28px;
        font-size: 1.82rem; } }
