@charset "UTF-8";
header {
  background: #fff;
  box-sizing: border-box;
  transition: top 0.25s;
}
/* width360px */

.bd-top-gray {
  border-top: 8px solid #ebebeb;
}
.bd-btm-gray {
  border-bottom: 8px solid #ebebeb;
}

.main-cont {
  width: 100%;
  padding: 104px 0 20px;
  transition: all 1ms ease-out;
}
.main-cont.hd-appbaner {
  padding: 154px 0 20px;
}
/* .contents {padding-top:34px;} */

/* visual-slide */
.visual-slide.only-mo {
  display: block;
}
.visual-slide.only-pc {
  display: none;
}
.visual-slide {
  width: 100%;
}
.visual-slide li.swiper-slide {
  width: 100%;
}
.visual-slide li a {
  width: 100%;
  padding: 0 20px;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.visual-slide li a h3 {
  color: #fff;
  font-size: 1.375em;
  line-height: 1.364em;
}
.visual-slide li a p {
  margin-top: 7px;
  color: #fff;
  font-size: 0.875em;
}
.visual-slide li a span.imgbox {
  position: relative;
  height: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 100%;
}
.visual-slide li a span.imgbox .image-scale {
  display: inline-block;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.35s ease-in-out;
}
.visual-slide li a:hover span.imgbox .image-scale {
  transform: scale(1.05);
}
.visual-slide li a span.imgbox picture {
  transition: all 0.35s ease-in-out;
}
.visual-slide li a:hover span.imgbox picture {
  transform: scale(1.05);
}
.visual-slide li a .visual-txt {
  position: absolute;
  left: 13.5%;
  right: 13.5%;
  bottom: 18.9%;
}
.visual-slide li a .learning-opt {
  position: absolute;
  left: 13.5%;
  top: 9.1%;
  width: 62px;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 0.75em;
  line-height: 5em;
  text-align: center;
  box-sizing: border-box;
}
.visual-slide .swiper-button-prev,
.visual-slide .swiper-button-next {
  display: none;
}
.visual-slide.swiper-container-horizontal .swiper-pagination-bullets {
  line-height: 0;
  bottom: 5%;
}
.visual-slide .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #fff;
  opacity: 0.5;
}
.visual-slide
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 3px;
  opacity: 1;
}
.visual-slide .swiper-pagination-fraction {
  text-align: right;
  /* width:calc(100% - 26%);
    margin:0 13%; */ /* [P] 201027 페이지네이션 잘려서 수정 */
  color: #fff;
  bottom: 24px;
  width: 74%;
  left: 50%;
  transform: translateX(-50%);
}
.visual-slide .swiper-pagination-fraction::before,
.visual-slide .swiper-pagination-fraction::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
}
.visual-slide .swiper-pagination-fraction::before {
  width: calc(100% - 60px);
  background: #aaa;
}
.visual-slide .swiper-pagination-fraction::after {
  /* width:0; */
  background: #fff;
}
.visual-slide .swiper-pagination-fraction.on::after {
  animation-duration: 4s;
  animation-direction: normal;
  animation-name: barWidth;
  animation-timing-function: ease-in-out;
  width: calc(100% - 60px);
}
.visual-slide .swiper-pagination-fraction .ClassNamebox {
  display: inline-block;
  padding: 3px 5px;
  font-size: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.visual-slide .swiper-pagination-fraction .ClassNamebox span {
  margin: 0 3px;
  font-size: 12px;
}

@keyframes barWidth {
  0% {
    width: 0;
  }

  100% {
    width: calc(100% - 60px);
  }
}

.visual-slide02 {
  width: 100%;
  margin-top: 20px;
}
.visual-slide02 li.swiper-slide {
  width: 100%;
}
.visual-slide02 li a {
  width: calc(100% - 40px);
  /* height:calc(calc(100vw/4)*3); */
  /* padding:0 20px; */
  display: block;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
.visual-slide02 li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 55%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.82)
  );
  transform: translateX(-50%);
}
.visual-slide02 li a h3 {
  color: #fff;
  font-size: 1.375em;
  line-height: 1.364em;
}
.visual-slide02 li a .price {
  margin-top: 10px;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.429em;
}
.visual-slide02 li a .price .del {
  display: inline-block;
  margin-right: 10px;
  font-weight: 300;
  font-family: "Roboto";
  text-decoration: line-through;
  opacity: 0.5;
}
.visual-slide02 li a .price strong {
  color: #fff;
  font-weight: 400;
}
.visual-slide02 li a .price em {
  font-style: normal;
  font-family: "Roboto";
}
.visual-slide02 li a .image-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  height: 0;
}
.visual-slide02 li a .image-box .img-scale {
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.45s ease-in-out;
  background-position: 50% 50%;
  background-size: cover;
}
.visual-slide02 li a:hover .image-box .img-scale {
  transform: scale(1.1);
}
.visual-slide02 li a .image-box picture {
  transition: all 0.45s ease-in-out;
}
.visual-slide02 li a:hover .image-box picture {
  transform: scale(1.1);
}
/* .visual-slide02 li a img {
    width:100%;
    vertical-align:top;
    transition: all 0.3s ease-in-out;
}
.visual-slide02 li a:hover img {
    transform:scale(1.1);
} */
.visual-slide02 li a .visual-txt {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 13.8%;
  z-index: 1;
}
.visual-slide02 .swiper-button-prev,
.visual-slide02 .swiper-button-next {
  display: none;
}
.visual-slide02.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 6%;
  line-height: 0;
}
.visual-slide02 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #fff;
  opacity: 0.5;
}
.visual-slide02
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 3px;
  opacity: 1;
}

.visual-slide03 {
  width: 100%;
  margin-top: 16px;
}
.visual-slide03 li.swiper-slide {
  width: 100%;
}
.visual-slide03 li a {
  width: 100%;
  padding: 0 20px;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.visual-slide03 li a img {
  width: 100%;
  vertical-align: top;
}
.visual-slide03 li a .dday-txt {
  position: absolute;
  left: 35px;
  top: 15px;
  width: 80px;
  text-align: center;
}
.visual-slide03 li a .dday-txt strong {
  display: inline-block;
  width: 100%;
  background: #3281f8;
  color: #fff;
  font-size: 1em;
  line-height: 1.875em;
  font-family: "Roboto";
}
.visual-slide03 li a .dday-txt span {
  display: inline-block;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 300;
  font-size: 0.75em;
  line-height: 2.5em;
}
.visual-slide03 li a .dday-txt span em {
  font-style: normal;
  font-family: "Roboto";
}
.visual-slide03 li .alram-txt {
  margin: 8px 20px 0;
  padding: 25px 0 25px;
  background: #3a4862;
  text-align: center;
}
.visual-slide03 li .alram-txt h3 {
  color: #fff;
  font-size: 1.125em;
  line-height: 1.5em;
}
.visual-slide03 li .alram-txt p {
  margin-top: 7px;
  color: #aaaaaa;
  font-size: 0.813em;
  line-height: 1.5em;
}
.visual-slide03 li .alram-txt button {
  width: 130px;
  margin-top: 15px;
  border: 1px solid #ddd;
  color: #fff;
  font-size: 0.813em;
  line-height: 2.692em;
  border-radius: 1.346em;
}
.visual-slide03 .swiper-button-prev,
.visual-slide03 .swiper-button-next {
  display: none;
}
.visual-slide03.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 186px;
}
.visual-slide03 .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #fff;
  opacity: 0.5;
}
.visual-slide03
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 3px;
  opacity: 1;
}

/* main list slide */
.learning-area {
  position: relative;
  width: 100%;
  margin: 40px 0;
}
/* .learning-area + .learning-area {padding-top:0;} */
.learning-area.bd-top-gray {
  padding-top: 40px;
}
.alram-bg {
  background: #ebebeb;
}
.learning-area > .txt-more {
  position: absolute;
  top: 6px;
  right: 20px;
  padding-right: 10px;
  color: #333333;
  font-size: 0.813em;
  line-height: 1.538em;
}
/* .learning-area + .learning-area > .txt-more {
    top:6px;
} */
.learning-area > .txt-more::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.learning-area h2 {
  padding: 0 65px 0 20px;
  font-size: 1.125em;
  line-height: 1.556em;
}
.learning-area h2 span {
  display: none;
}
.learning-area .list-slide {
  margin-top: 16px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.learning-area .list-slide li {
  width: 48%;
  margin-top: 0;
  margin-right: 10px !important;
}
.learning-area .list-slide li:last-child {
  margin-right: 0 !important;
}
.learning-area .swiper-button-prev,
.learning-area .swiper-button-next {
  display: none;
}
.learning-area .visual-slide {
  margin-top: 16px;
}

/* curation */
.curation-cont {
  padding: 0 20px;
}
.curation-cont li {
  margin-top: 10px;
}
.curation-cont li:first-child {
  margin-top: 15px;
}
.curation-cont li a {
  display: flex;
  align-items: center;
  width: 100%;
  table-layout: fixed;
}
.curation-cont li a .curation-img {
  /* display:table-cell; */
  position: relative;
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  vertical-align: top;
  border-radius: 8px;
  overflow: hidden;
}
.curation-cont li a .curation-img picture {
  transition: all 0.3s ease-in-out;
}
.curation-cont li a .curation-img span {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.curation-cont li a:hover .curation-img span {
  transform: scale(1.1);
}
.curation-cont li a:hover .curation-img picture {
  transform: scale(1.1);
}
/* .curation-cont li a .curation-img img {
    width:100%;
    vertical-align:top;
    transition: all 0.3s ease-in-out;
}
.curation-cont li a:hover .curation-img img {
    transform:scale(1.1);
} */
.curation-cont li a .curation-txt {
  /* display:table-cell; */
  width: 75%;
  padding-left: 20px;
  vertical-align: middle;
}
.curation-cont li a .curation-txt .c-category {
  display: block;
  width: 100%;
  color: #808080;
  font-weight: 300;
  font-size: 0.813em;
  line-height: 1.692em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.curation-cont li a .curation-txt .c-txt {
  color: #1e1e1e;
  max-height: 36px;
  font-weight: 400;
  font-size: 0.813em;
  line-height: 1.385em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.curation-cont li a .curation-txt .c-price {
  display: block;
  margin-top: 5px;
  color: #3281f8;
  font-size: 0.813em;
  line-height: 1.385em;
}
.curation-cont li a .curation-txt .c-price .del {
  color: #aaa;
  margin-right: 6px;
  text-decoration: line-through;
  font-family: "Roboto";
}
.curation-cont li a .curation-txt .c-price .del em {
  font-weight: 300;
}
.curation-cont li a .curation-txt .c-price em {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
}

/* master-area  */
.master-area-bg {
  width: 100%;
  background: #3a4862;
  overflow: hidden;
}
.master-area {
  padding: 40px 0 40px;
}
.master-area h2 {
  padding: 0 20px;
  color: #fff;
  font-size: 1.125em;
  line-height: 1.556em;
}
.master-area .s-thumb-list {
  width: 100%;
  box-sizing: border-box;
  margin-top: 16px;
  padding: 0 20px;
}
.master-area .s-thumb-list li {
  width: 20%;
  text-align: center;
}
.master-area .s-thumb-list li a {
  display: block;
}
.master-area .s-thumb-list li a img {
  width: 100%;
  vertical-align: top;
}
.master-area .s-thumb-list li a .s-image {
  position: relative;
  display: block;
  padding-top: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.master-area .s-thumb-list li a .s-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #000;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.master-area .s-thumb-list li a .image-box {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.master-area .s-thumb-list li a .image-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #000;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.master-area .s-thumb-list li a:hover .s-image::after {
  opacity: 0.4;
}
.master-area .s-thumb-list li a .more {
  position: relative;
  display: block;
  padding-top: 100%;
  font-size: 0;
  line-height: 0;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
}
.master-area .s-thumb-list li a .more::before,
.master-area .s-thumb-list li a .more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  right: inherit;
  bottom: inherit;
  transform: translate(-50%, -50%);
  background: rgba(103, 103, 103, 0.8);
}
.master-area .s-thumb-list li a .more::before {
  width: 20px;
  height: 2px;
}
.master-area .s-thumb-list li a .more::after {
  width: 2px;
  height: 20px;
}
.master-area .s-thumb-list li a .s-master-name {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-size: 0.813em;
  color: #808080;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.master-area .s-thumb-list li a.active .s-image::after {
  background: transparent;
  border: 2px solid #fff;
}
.master-area .s-thumb-list li a.active .image-box::after {
  /* border-radius: 4px; */
  background: transparent;
  border: 2px solid #fff;
}
.master-area .s-thumb-list li a.active .s-master-name {
  color: #fff;
}
.master-area .master-contentsbox {
  margin-top: 15px;
  min-height: 150px;
  position: relative;
}
.master-area .master-contentsbox .master-cont {
  opacity: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.master-area .master-contentsbox .master-cont.on {
  opacity: 1;
  z-index: 10;
}
.master-area .master-contentsbox .master-cont::after {
  content: "";
  display: block;
  clear: both;
}
.master-area .master-contentsbox .master-learning-left {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.master-area .master-contentsbox .master-learning-left .big-thumb-img {
  position: relative;
  width: 100%;
  display: block;
}
.master-area .master-contentsbox .master-learning-left .big-thumb-img a {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.master-area .master-contentsbox .master-learning-left .big-thumb-img a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.82)
  );
}
.master-area
  .master-contentsbox
  .master-learning-left
  .big-thumb-img
  a
  .master-name {
  position: absolute;
  bottom: 32%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.4em;
  z-index: 1;
}
.master-area
  .master-contentsbox
  .master-learning-left
  .big-thumb-img.on
  a
  .master-name {
  bottom: 12%;
  z-index: 5;
}
.master-area
  .master-contentsbox
  .master-learning-left
  .big-thumb-img
  a
  .image-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 80.6%;
  height: 0;
}
.master-area
  .master-contentsbox
  .master-learning-left
  .big-thumb-img
  a
  .image-box
  .img-scale {
  display: block;
  height: 100%;
  width: 100%;
  padding-bottom: 80.6%;
  transition: all 0.45s ease-in-out;
  background-position: 50% 50%;
  background-size: cover;
}
.master-area
  .master-contentsbox
  .master-learning-left
  .big-thumb-img
  a:hover
  .image-box
  .img-scale {
  transform: scale(1.1);
}
.master-area
  .master-contentsbox
  .master-learning-left
  .big-thumb-img
  a
  .image-box
  picture {
  display: block;
  transition: all 0.45s ease-in-out;
}
.master-area
  .master-contentsbox
  .master-learning-left
  .big-thumb-img
  a:hover
  .image-box
  picture {
  transform: scale(1.1);
}
/* .master-area .master-contentsbox .master-learning-left .big-thumb-img a img {
    width:100%;
    vertical-align:top;
    transition: all 0.3s ease-in-out;
}
.master-area .master-contentsbox .master-learning-left .big-thumb-img a:hover img {
    transform:scale(1.05);
} */
.master-area .master-contentsbox .master-learning-left .big-thumb-img button {
  position: absolute;
  bottom: 12%;
  left: 50%;
  width: 100px;
  border-radius: 4px;
  background: #058bdd;
  text-align: center;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.813em;
  line-height: 35px;
}
.master-area
  .master-contentsbox
  .master-learning-left
  .big-thumb-img.on
  button {
  display: none;
}
.master-area
  .master-contentsbox
  .master-learning-left
  .big-thumb-img
  button.on {
  background: #333333;
}
.master-area .master-contentsbox .master-learning-right h3 {
  margin: 0 20px;
  padding: 18px 0 10px;
  border-bottom: 1px solid #5e6673;
  color: #fff;
  font-size: 1em;
  line-height: 1.625em;
}
.master-area .master-contentsbox .master-learning-right ul {
  padding: 0 20px;
}
.master-area .master-contentsbox .master-learning-right ul li {
  margin-top: 10px;
}
.master-area .master-contentsbox .master-learning-right ul li:first-child {
  margin-top: 15px;
}
.master-area .master-contentsbox .master-learning-right ul li a {
  display: flex;
  width: 100%;
  align-items: center;
}
.master-area
  .master-contentsbox
  .master-learning-right
  ul
  li
  a
  .master-learning-thumb {
  position: relative;
  width: 25%;
  padding-bottom: 25%;
  vertical-align: top;
  border-radius: 8px;
  overflow: hidden;
}
.master-area
  .master-contentsbox
  .master-learning-right
  ul
  li
  a
  .master-learning-thumb
  span {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  transition: all 0.45s ease-in-out;
  border-radius: 8px;
  background-position: 50% 50%;
  background-size: cover;
}
.master-area
  .master-contentsbox
  .master-learning-right
  ul
  li
  a:hover
  .master-learning-thumb
  span {
  transform: scale(1.1);
}
.master-area
  .master-contentsbox
  .master-learning-right
  ul
  li
  a
  .master-learning-thumb
  picture {
  display: block;
  /* height:inherit !important; */
  transition: all 0.3s ease-in-out;
}

.master-area
  .master-contentsbox
  .master-learning-right
  ul
  li
  a:hover
  .master-learning-thumb
  picture {
  transform: scale(1.1);
}
.master-area
  .master-contentsbox
  .master-learning-right
  ul
  li
  a
  .master-learning-txt {
  display: table-cell;
  width: 75%;
  padding-left: 20px;
  vertical-align: middle;
}
.master-area
  .master-contentsbox
  .master-learning-right
  ul
  li
  a
  .master-learning-txt
  .category-name {
  color: #aaa;
  font-weight: 300;
  font-size: 0.813em;
  line-height: 1.692em;
}
.master-area
  .master-contentsbox
  .master-learning-right
  ul
  li
  a
  .master-learning-txt
  p {
  max-height: 36px;
  color: #fff;
  font-size: 0.813em;
  line-height: 1.385em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.master-area
  .master-contentsbox
  .master-learning-right
  ul
  li
  a
  .master-learning-txt
  .m-price {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 0.813em;
  line-height: 1.385em;
}
.master-area
  .master-contentsbox
  .master-learning-right
  ul
  li
  a
  .master-learning-txt
  .m-price
  em {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
}
.master-area
  .master-contentsbox
  .master-learning-right
  ul
  li
  a
  .master-learning-txt
  .m-price
  .del {
  margin-right: 8px;
  color: #aaa;
  text-decoration: line-through;
}
.master-area
  .master-contentsbox
  .master-learning-right
  ul
  li
  a
  .master-learning-txt
  .m-price
  .del
  em {
  font-weight: 300;
}

/* bnr-slide */
.bnr-slide {
  margin-top: 40px;
  padding: 0 20px;
}
.bnr-slide.swiper-container {
  padding: 0 20px;
}
.bnr-slide li {
  width: 100%;
}
.bnr-slide li a {
  position: relative;
  display: block;
  height: 90px;
  border-radius: 8px;
  background: url("/assets/images/etc/img_banner.png") no-repeat 0 0;
  background-size: cover;
  overflow: hidden;
}
.bnr-slide li a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
  transition: all 0.45s ease-in-out;
  opacity: 0;
}
.bnr-slide li a:hover::before {
  opacity: 1;
}
/* .bnr-slide li a img {
    width:100%;
    vertical-align:top;
} */
.bnr-slide li a span {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  padding: 0 100px 0 25px;
  transform: translateY(-50%);
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}
.bnr-slide li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 27px;
  height: 9px;
  background: url("/assets/images/icon/icon_bnr_arrow.png") no-repeat 0 0;
  transform: translateY(-50%);
  background-size: 27px auto;
}

/* 매거진 */
.magazine-slide {
  margin-top: 20px;
}
.magazine-slide.swiper-container {
  padding: 0 20px 25px;
}
.magazine-slide li {
  width: 84%;
}
.magazine-slide li a {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.magazine-slide li a span.imgbox {
  height: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 132%;
}
.magazine-slide li a span.imgbox .image-scale {
  display: inline-block;
  width: 100%;
  padding-bottom: 132%;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.35s ease-in-out;
}
.magazine-slide li a:hover span.imgbox .image-scale {
  transform: scale(1.05);
}
.magazine-slide li a span.imgbox picture {
  transition: all 0.35s ease-in-out;
}
.magazine-slide li a:hover span.imgbox picture {
  transform: scale(1.05);
}
.magazine-slide li a .magazine-number {
  position: absolute;
  left: 9%;
  top: 6%;
  color: #fff;
  font-family: "Roboto";
  font-size: 1.25em;
  line-height: 1.4em;
}
.magazine-slide li a .magazine-txt {
  position: absolute;
  left: 9%;
  bottom: 12%;
  transform: translateY(0);
  transition: all 0.45s ease-in-out;
}
.magazine-slide li a:hover .magazine-txt {
  transform: translateY(-10px);
}
.magazine-slide li a .magazine-txt h3 {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.4em;
}
.magazine-slide li a .magazine-txt p {
  margin-top: 10px;
  color: #ddd;
  font-size: 0.875em;
  line-height: 1.429em;
}
.magazine-slide .swiper-button-prev,
.magazine-slide .swiper-button-next {
  display: none;
}
.magazine-slide.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 0;
  left: -4%;
  line-height: 0;
}
.magazine-slide .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #aaa;
  opacity: 0.5;
}
.magazine-slide
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 3px;
  opacity: 1;
}

/* 리뷰후기 */
.review-slide {
  margin-top: 20px;
}
.review-slide.swiper-container {
  padding: 0 20px 25px;
}
.review-slide li a {
  display: block;
  position: relative;
  height: 160px;
  padding: 46px 16px 0 16px;
  background: #f8f8f9;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 8px;
  overflow: hidden;
}
.review-slide li a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  display: block;
  width: 16px;
  height: 15px;
  background: url("/assets/images/icon/icon_review.png") no-repeat 50% 50%;
  background-size: 16px auto;
}
.review-slide li strong {
  display: block;
  width: calc(100% - 20px);
  color: #333;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.429em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.review-slide li p {
  display: -webkit-box;
  max-height: 4.614em;
  margin-top: 5px;
  color: #606060;
  font-weight: 300;
  font-size: 0.813em;
  line-height: 1.538em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.review-slide li span {
  display: block;
  margin-top: 10px;
  color: #aaa;
  font-size: 0.813em;
  line-height: 1.462em;
}

.review-slide .swiper-button-prev,
.review-slide .swiper-button-next {
  display: none;
}
.review-slide.swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 0;
  line-height: 0;
}
.review-slide .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #d3d3d3;
  opacity: 0.5;
}
.review-slide
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 3px;
  opacity: 1;
}
.learning-area.review-box {
  padding-top: 0;
}
.learning-area.magazine-box {
  padding-top: 0;
}
.btm-banner {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.btm-banner div {
  position: relative;
  display: table;
  height: 125px;
  color: #ebebeb;
  font-size: 0.875em;
  line-height: 1.5em;
  z-index: 2;
}
.btm-banner div p {
  display: table-cell;
  padding-left: 23px;
  vertical-align: middle;
}
.btm-banner a {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.btm-banner a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.15);
  z-index: 1;
  transition: all 0.45s ease-in-out;
  opacity: 0;
}
.btm-banner a:hover::before {
  opacity: 1;
}
.btm-banner a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 14px;
  transform: translateY(-50%);
  background: url("/assets/images/icon/icon_bnr_arrow.png") no-repeat 0 0;
  background-size: 24px auto;
}

/* ======== 모바일메뉴 ======== */
/* [P] 210125 메인에서 beautiful.css 삭제하기위해 추가 */
*,
*::before,
*::after {
  box-sizing: border-box !important;
  vertical-align: inherit;
}
img {
  max-width: 100%;
}
.page-map {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 20%;
}

.page-map .map-head {
  height: 90px;
  background-color: #058bdd;
  position: relative;
}

.page-map .map-head .left-my {
  position: absolute;
  top: 50%;
  left: 5%;
  margin-top: -23px;
}

.page-map .map-head .left-my .my-img {
  width: 46px;
  height: 46px;
  border-radius: 50% 50%;
  background-color: pink;
  margin-right: 10px;
  overflow: hidden;
}
.page-map .map-head .left-my .my-img .imgbox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.page-map .map-head .left-my p {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  vertical-align: top;
}
.page-map .map-head .left-my .my-txt a {
  color: #fff;
} /* 20191126 추가 */
.page-map .map-head .left-my .my-txt strong {
  display: inline-block;
  margin-right: 3px;
}

.page-map .map-head .left-my .my-txt .my-i {
  display: block;
  font-weight: 300;
  color: #fff;
}

.page-map .map-head .left-my .my-txt .my-i:after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0;
  vertical-align: middle;
  margin: -2px 0 0 1px;
  box-sizing: content-box;
}

.page-map .map-head .right-btn {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -15px;
}

.page-map .map-head .right-btn a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
}

.page-map .map-head .right-btn .setting-btn {
  background: url(/assets/images/happycollege/icon_new/btn_set.png) no-repeat
    center center;
  background-size: contain;
  margin-right: 8px;
}

.page-map .map-head .right-btn .close-btn {
  background: url(/assets/images/happycollege/icon_new/btn_close.png) no-repeat
    center center;
  background-size: contain;
}
.page-map .map-head .right-btn .home-btn {
  background: url(/assets/img/icon_new/btn_home.png) no-repeat center center;
  background-size: 30px auto;
  margin-right: 11px;
}

.map-body {
  background-color: #f0f0f0;
}

.map-body.mode-stu .depth1 {
  width: 100%;
  height: 180px;
  background-color: #fff;
}

.map-body.mode-stu .depth1:after {
  display: block;
  clear: both;
}

.map-body.mode-stu .depth1 li {
  float: left;
  display: table;
  width: 25%;
  text-align: center;
  border: 1px solid #ddd;
  border-left: 0;
  border-top: 0;
  background-color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  color: #000;
  position: relative;
}

.map-body.mode-stu .depth1 li img {
  width: 34px;
}

.map-body.mode-stu .depth1 li:nth-child(4n + 0) {
  border-right: 0;
}

.map-body.mode-stu .depth1 li a {
  display: block;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}

.map-body.mode-stu .depth1 li .count-txt {
  font-size: 28px;
  font-weight: 600;
  color: #ff0030;
  display: block;
  margin: 0 auto;
  vertical-align: top;
  letter-spacing: -1px;
  line-height: 33px;
}

.map-body.mode-stu .depth1 li span {
  display: block;
  margin-top: 3px;
}

.map-body .count-label {
  display: inline-block;
  border-radius: 25px 25px;
  padding: 0 5px;
  color: #fff;
  background-color: #ff0030;
  font-size: 0.7rem;
  font-weight: 700;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 17%;
}

.map-body .count-text {
  color: #ff0030;
}

.map-body.mode-stu .depth2,
.map-info {
  margin-top: 15px;
}
.map-body.mode-stu .depth2 {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.map-body.mode-stu .depth2:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  background: #ddd;
  width: 100%;
  height: 1px;
}

.map-body.mode-stu .depth2 li {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 0 0 0 5%;
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 0.9rem;
  font-weight: 300;
  float: left;
  position: relative;
}

.map-body.mode-stu .depth2 li:nth-child(odd)::after {
  display: inline-block;
  content: "";
  border-right: 1px solid #e0e0e0;
  height: 13px;
  position: absolute;
  right: 0;
  top: 14px;
}
.map-body.mode-stu .depth2 li:last-child::after {
  display: none;
}

.map-body.mode-stu .depth2 li a {
  display: block;
}

.map-body.mode-stu .depth2 li a i {
  width: 19px;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}

.map-body.mode-stu .depth2 li a i img {
  max-width: 100%;
  line-height: 36px;
  margin-top: 12px;
  vertical-align: top;
}

.map-body .map-info {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}

.map-body .map-info > h3 {
  font-size: 1rem;
  font-weight: 500;
  padding: 0 0 20px 5%;
}

.map-body .map-info .info-list:after {
  display: block;
  content: "";
  clear: both;
}

.map-body .map-info .info-list li {
  float: left;
  width: 50%;
  font-weight: 300;
  font-size: 1rem;
  padding-left: 5%;
  margin-bottom: 15px;
}

.map-body .map-info .info-list li .call-btn {
  font-size: 0.9rem;
  padding: 1% 6%;
  background-color: #eee;
  vertical-align: middle;
  margin: -3px 0 0 5px;
  display: inline-block;
  border-radius: 2px 2px;
  letter-spacing: 0;
}

.map-body .btn-logout {
  width: 90%;
  margin: 5% auto 0;
  text-align: center;
  font-weight: 300;
  height: 40px;
  line-height: 38px;
  border: 1px solid #c1c1c1;
  border-radius: 3px 3px;
  display: block;
}

.map-body.mode-pro .depth1 {
  background-color: #fff;
  padding: 0 5% 5%;
}

.map-body.mode-pro .depth1 > li h3 {
  padding: 5% 0 3%;
  margin-bottom: 3%;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #e0e0e0;
}

.map-body.mode-pro .depth1 > li .depth-row li {
  padding-bottom: 3%;
  font-size: 1rem;
}

.map-body.mode-pro .depth2 {
  height: 90px;
}

.map-body.mode-pro .depth2 > li {
  float: left;
  display: table;
  width: 33.33333%;
  text-align: center;
  border: 1px solid #ddd;
  border-left: 0;
  background-color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  color: #000;
  position: relative;
}

.map-body.mode-pro .depth2 li img {
  width: 38px;
  display: block;
  margin: 0 auto;
}

.map-body.mode-pro .depth2 li:nth-child(3n + 0) {
  border-right: 0;
}

.map-body.mode-pro .depth2 li a {
  display: block;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
.nav-wrap {
  display: none;
}

/* ======== 앱다운로드 ======== */
/* [P] 210202 메인에서 beautiful.css 삭제하기위해 추가 */
.layer-popup-appdown .popup-contents .appdown-txt span,
.layer-popup-appdown .popup-contents .appdown-txt p {
  vertical-align: middle;
}
.layer-popup-appdown .popup-contents .appdown-txt img {
  max-width: 100%;
}

/* ======== 모달 ======== */
/* [P] 210204 메인에서 beautiful.css 삭제하기위해 추가 */
.u-mask,
.u-mask-2,
.u-mask-3 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.7;
  display: none;
  z-index: 1000;
}

.u-mask-3 {
  /* 20190325 z-index:1000 */
  z-index: 1001;
}

.u-mask.is-show {
  display: block;
}
.modal-layer {
  background: #f0f0f0;
  /* 20190325 z-index:999 */
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 800px;
  overflow: hidden;
}
.modal-layer img {
  max-width: 100%;
}
.modal-layer .c-header-1 {
  position: static;
}

.modal-layer .btn-top {
  right: 20px !important;
  margin-right: 0 !important;
}
@media (min-width: 320px) {
  .modal-layer.login-alert {
    display: none;
    width: 250px !important;
    height: auto !important;
    padding: 25px 0 34px;
    background: #fff;
    border-radius: 10px;
  }
  .modal-layer.login-alert .modal-contents p {
    margin-bottom: 28px;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
  }
  .modal-layer.login-alert .modal-contents p strong {
    color: #058bdd;
    font-size: 27px;
    line-height: 40px;
  }
  .modal-layer.login-alert .modal-contents .btn-center {
    margin-top: 26px;
    margin-bottom: 0;
    text-align: center;
  }
  .modal-layer.login-alert .modal-contents .btn-center a {
    display: inline-block;
    background: #058bdd;
    margin-left: 6px;
    padding: 5px 19px 6px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }
  .modal-layer.login-alert .modal-contents .btn-center a.cancel {
    background: #eee;
    margin-left: 0;
    color: #000;
  }
  .modal-layer.login-alert .modal-contents .imgbox img {
    display: none;
  }
  .modal-layer.login-alert .modal-contents .imgbox .mobile {
    display: block;
  }
}

@media (min-width: 640px) {
  .modal-layer {
    max-height: 800px;
  }
}

.modal-layer .modal-layer-wrap {
  overflow: scroll;
  /* height: 92%; */
  height: calc(100% - 47px);
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .modal-layer .modal-layer-wrap {
    overflow: scroll;
    height: calc(100% - 57px);
    overflow-x: hidden;
  }
  .modal-layer.login-alert {
    display: none;
    width: 430px !important;
    height: 356px !important;
  }
  .modal-layer.login-alert .modal-contents .imgbox img {
    display: block;
  }
  .modal-layer.login-alert .modal-contents .imgbox .mobile {
    display: none;
  }
}

@media (min-width: 640px) {
  /* .main-cont {padding:20px 0 50px;} */
  .visual-slide.only-mo {
    display: none;
  }
  .visual-slide.only-pc {
    display: block;
  }
  .visual-slide {
    max-width: 100%;
  }
  .visual-slide.swiper-container {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .visual-slide.swiper-container .swiper-wrapper {
    margin: 0 auto;
  }
  .visual-slide li.swiper-slide {
    width: 100%;
    box-sizing: border-box;
  }
  .visual-slide li a {
    float: left;
    width: calc(50% - 18px);
    padding: 0;
  }
  .visual-slide li a .visual-txt {
    left: 11%;
    right: 11%;
    bottom: 12%;
  }
  .visual-slide li a:first-child {
    margin-right: 36px;
  }
  .visual-slide li::after {
    content: "";
    display: block;
    clear: both;
  }
  .visual-slide li.swiper-slide::before {
  }
  .visual-slide li.swiper-slide.swiper-slide-active::before {
    display: none;
  }
  .visual-slide.swiper-container-horizontal .swiper-pagination-bullets {
    display: none;
  }
  .visual-slide .swiper-button-prev,
  .visual-slide .swiper-button-next {
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.2);
  }
  .visual-slide .swiper-button-prev::after,
  .visual-slide .swiper-button-next::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .visual-slide .swiper-button-prev {
    left: 50%;
    margin-left: calc(-100vw / 2);
  }
  .visual-slide .swiper-button-next {
    right: 50%;
    margin-right: calc(-100vw / 2);
  }
  .visual-slide .swiper-button-prev::after {
    transform: rotate(135deg);
    left: 50%;
    top: 50%;
    margin-top: -11px;
    margin-left: -7px;
  }
  .visual-slide .swiper-button-next::after {
    transform: rotate(-45deg);
    right: 50%;
    top: 50%;
    margin-top: -11px;
    margin-right: -7px;
  }
  .learning-area {
    width: 100%;
    margin: 50px 0;
    /* padding:0; */
    position: relative;
  }
  /* .learning-area.bd-top-gray {padding-top:0;} */
  .learning-area h2 {
    padding-right: 77px;
    font-size: 1.5em;
  }
  .learning-area h2 span {
    display: none;
  }
  .learning-area > .txt-more {
    /* top:10px; */
    font-size: 1em;
    line-height: 1.5em;
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease-in-out;
  }
  .learning-area > .txt-more:hover {
    border-bottom: 1px solid #aaa;
  }
  .learning-area > .txt-more::after {
    border-color: #707070;
  }
  .learning-area::after {
    content: "";
    display: block;
    clear: both;
  }
  .learning-area .list-slide li {
    width: 30%;
  }
  .curation-cont li {
    margin-top: 14px;
  }
  .curation-cont li:first-child {
    margin-top: 20px;
  }
  .curation-cont li a .curation-img {
    width: 150px;
    height: 150px;
    padding: 0;
  }
  .curation-cont li a .curation-txt {
    width: calc(100% - 150px);
  }
  .curation-cont li a .curation-txt .c-category {
    font-size: 1em;
    line-height: 1.5em;
  }
  .curation-cont li a .curation-txt .c-txt {
    max-height: 38px;
    font-size: 1em;
    line-height: 1.2em;
  }
  .curation-cont li a .curation-txt .c-price {
    margin-top: 26px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .curation-cont li a .curation-txt .c-price .del {
    color: #aaaaaa;
    text-decoration: line-through;
  }
  .master-area h2 {
    font-size: 1.5em;
  }
  .master-area .s-thumb-list {
    margin-top: 20px;
  }
  .master-area .s-thumb-list li a .more::before {
    width: 30px;
    height: 2px;
  }
  .master-area .s-thumb-list li a .more::after {
    width: 2px;
    height: 30px;
  }
  .master-area
    .master-contentsbox
    .master-learning-left
    .big-thumb-img
    a
    .master-name {
    font-size: 1.4em;
  }
  .master-area .master-contentsbox .master-learning-left .big-thumb-img button {
    /* width:140px; */
    /* font-size:1.2em; */
  }
  .master-area
    .master-contentsbox
    .master-learning-right
    ul
    li
    a
    .master-learning-txt
    p {
    max-height: 56px;
    font-size: 1.25em;
    line-height: 1.4em;
  }
  .master-area
    .master-contentsbox
    .master-learning-right
    ul
    li
    a
    .master-learning-txt
    .m-price {
    margin-top: 36px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .bnr-slide li {
    width: 100%;
  }
  .bnr-slide li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 48px;
    height: 22px;
    background: url("/assets/images/icon/icon_bnr_arrow.png") no-repeat 0 0;
    transform: translateY(-50%);
  }
  .bnr-slide li a span {
    padding-right: 100px;
  }
  .alram-bg {
    padding: 3px 0 7px;
    background: #f6f6f6;
  }
  .visual-slide03 li .alram-txt {
    width: calc(100% - 40px);
    height: 280px;
  }
  .visual-slide03 li .alram-txt h3 {
    margin-top: 50px;
    font-size: 1.625em;
    line-height: 1.385em;
  }
  .visual-slide03 li .alram-txt p {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  .visual-slide03 li .alram-txt button {
    width: 180px;
    margin-top: 42px;
    font-size: 1.125em;
    line-height: 2.778em;
    border-radius: 2.778em;
    border-width: 2px;
  }
  .visual-slide03 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #aaaaaa;
  }
  .visual-slide03
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
  .visual-slide03.swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 340px;
  }
  .magazine-slide {
    margin-top: 25px;
  }
  .magazine-slide.swiper-container {
    padding-bottom: 0;
  }
  .magazine-slide li {
    width: calc(60%);
  }
  .magazine-slide li:first-child {
    margin-left: 0;
  }
  .magazine-slide li:nth-child(2) {
    /* margin-top:53px; */
  }
  .magazine-slide li a img {
    border-radius: 0;
  }
  .magazine-slide li a .magazine-number {
    font-size: 1.688em;
    line-height: 1.222em;
  }
  .magazine-slide li a .magazine-txt h3 {
    font-size: 1.75em;
    line-height: 1.357em;
  }
  .magazine-slide li a .magazine-txt p {
    font-size: 1.25em;
    line-height: 1.5em;
    font-weight: 300;
  }
  .magazine-slide .swiper-pagination {
    display: none;
  }
  .review-slide li a {
    padding: 57px 25px 0 25px;
    height: 220px;
  }
  .review-slide li a::before {
    left: 25px;
  }
  .review-slide li strong {
    font-size: 1.125em;
    line-height: 1.5em;
  }
  .review-slide li p {
    max-height: 4.5em;
    font-size: 1em;
    line-height: 1.5em;
  }
  .review-slide li span {
    font-size: 1em;
    line-height: 1.5em;
  }
  .review-box .swiper-button-prev,
  .review-box .swiper-button-next {
    margin-top: 20px;
  }
  .review-slide.swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 0;
  }
  .btm-banner a {
    padding-bottom: 31px;
  }
  .btm-banner div {
    font-size: 1.225em;
    line-height: 1.462em;
  }
  .btm-banner div p {
    padding: 31px 0 0 31px;
  }
}
@media (min-width: 1024px) {
  .main-cont {
    padding-top: 0;
  }
  .bd-top-gray {
    border-top: 0;
  }
  .learning-area.bd-top-gray {
    padding-top: 0;
  }
  .learning-area > .txt-more {
    top: 10px;
    right: 2px;
    font-size: 14px;
  }
  .contents {
    padding-top: 0;
  }
  .learning-area {
    width: 824px;
    margin: 50px auto;
    padding: 0;
    position: relative;
  }
  .visual-slide li.swiper-slide {
    width: 824px;
    box-sizing: border-box;
  }
  .visual-slide .swiper-button-prev {
    left: 50%;
    margin-left: -412px;
  }
  .visual-slide .swiper-button-next {
    right: 50%;
    margin-right: -412px;
  }
  .visual-slide li a .learning-opt {
    width: 88px;
    border-width: 4px;
    font-size: 1em;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .visual-slide li a h3 {
    font-size: 1.8em;
    line-height: 1.278em;
  }
  .visual-slide li.swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
  }
  .visual-slide li a .visual-txt {
    bottom: 12%;
    left: 10%;
    right: 10%;
  }
  .visual-slide li a p {
    margin-top: 14px;
    font-size: 1em;
    line-height: 1.45em;
  }
  .visual-slide02 {
    width: calc(50% - 18px);
    float: left;
    border-radius: 8px;
    overflow: hidden;
  }
  .visual-slide02 li a {
    height: auto;
    padding: 0;
    width: 100%;
    border-radius: 0;
  }
  .visual-slide02 li a::after {
    width: 100%;
  }
  .visual-slide02 li a h3 {
    font-size: 1.75em;
    line-height: 1.346em;
  }
  .visual-slide02 li a .image-box {
    position: relative;
    overflow: hidden;
    padding-bottom: 82.19%;
    height: 0;
  }
  .visual-slide02 li a .image-box .img-scale {
    padding-bottom: 82.19%;
  }
  .visual-slide02 li a .visual-txt {
    left: 11%;
    right: 11%;
    bottom: 16%;
  }
  .visual-slide02 li a .price {
    margin-top: 15px;
    font-size: 1.25em;
    line-height: 1.45em;
  }
  .learning-area .list-slide li {
    width: calc(25% - 15px);
    margin-right: 20px !important;
  }
  .curation-cont {
    float: right;
    padding: 0;
    width: calc(50% - 16px);
  }
  .curation-cont li {
    margin-top: 11px;
  }
  .curation-cont li:first-child {
    margin-top: 20px;
  }
  .curation-cont li a .curation-img {
    width: 100px;
    height: 100px;
    padding: 0;
  }
  .curation-cont li a .curation-txt {
    width: calc(100% - 150px);
  }
  .curation-cont li a .curation-txt .c-category {
    font-size: 0.875em;
    line-height: 1.5em;
  }
  .curation-cont li a .curation-txt .c-txt {
    max-height: 44px;
    font-size: 1em;
    line-height: 1.4em;
  }
  .curation-cont li a .curation-txt .c-price {
    margin-top: 8px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .curation-cont li a .curation-txt .c-price .del {
    color: #aaaaaa;
    text-decoration: line-through;
  }
  .learning-area h2 {
    padding: 0 77px 0 0;
  }
  .learning-area .list-slide {
    padding: 0;
  }
  .learning-area .swiper-button-prev,
  .learning-area .swiper-button-next {
    display: block;
    width: 48px;
    height: 15px;
  }
  .learning-area .swiper-button-prev::after,
  .learning-area .swiper-button-next::after {
    display: none;
  }
  .learning-area .swiper-button-prev {
    left: 50%;
    margin-left: -470px;
    background: url("/assets/images/icon/icon_list_prev.png") no-repeat 50% 50%;
  }
  .learning-area .swiper-button-next {
    right: 50%;
    margin-right: -470px;
    background: url("/assets/images/icon/icon_list_next.png") no-repeat 50% 50%;
  }
  .master-area-bg {
    /* margin-top:64px; */
  }
  .master-area {
    width: 824px;
    margin: 0 auto;
    padding: 45px 0 65px;
  }
  .master-area::after {
    content: "";
    display: block;
    clear: both;
  }
  .master-area h2 {
    padding: 0;
    font-size: 1.625em;
    line-height: 1.462em;
  }
  .master-area .s-thumb-list {
    width: 824px;
    margin: 26px auto 0;
    padding: 0;
  }
  .master-area .s-thumb-list li {
    width: calc(10% - 10px);
  }
  .master-area .s-thumb-list li a .more::before {
    width: 20px;
    height: 2px;
  }
  .master-area .s-thumb-list li a .more::after {
    width: 2px;
    height: 20px;
  }
  .master-area .s-thumb-list li a .s-master-name {
    font-size: 1em;
    line-height: 1.5em;
  }
  .master-area .master-contentsbox .master-learning-left {
    width: calc(50% - 15px);
    float: left;
    padding: 0;
  }
  .master-area
    .master-contentsbox
    .master-learning-left
    .big-thumb-img
    a
    .master-name {
    /* left:50px; */
    width: 100%;
    bottom: 100px;
    text-align: center;
    display: inline-block;
    font-size: 1.2em;
  }
  .master-area .master-contentsbox .master-learning-left .big-thumb-img button {
    left: 50%;
    bottom: 35px;
    /* width:142px; */
    transform: translateX(-50%);
    /* font-size:1em;
        line-height:2.5em; */
  }
  .master-area
    .master-contentsbox
    .master-learning-left
    .big-thumb-img.on
    button {
    display: none;
  }
  .master-area
    .master-contentsbox
    .master-learning-left
    .big-thumb-img.on
    a
    .master-name {
    bottom: 35px;
  }
  .master-learning-right {
    float: right;
    width: calc(50% - 14px);
  }
  .master-area .master-contentsbox {
    margin-top: 40px;
  }
  .master-area .master-contentsbox .master-learning-right h3 {
    margin: 0;
    padding: 6px 0 20px;
    font-size: 1.375em;
    line-height: 1.5em;
  }
  .master-area .master-contentsbox .master-learning-right ul {
    padding: 0;
  }
  .master-area .master-contentsbox .master-learning-right ul li {
    margin-top: 30px;
  }
  .master-area .master-contentsbox .master-learning-right ul li:first-child {
    margin-top: 30px;
  }
  .master-area
    .master-contentsbox
    .master-learning-right
    ul
    li
    a
    .master-learning-thumb {
    width: 100px;
    padding-bottom: 100px;
  }
  .master-area
    .master-contentsbox
    .master-learning-right
    ul
    li
    a
    .master-learning-txt {
    width: calc(100% - 100px);
  }
  .master-area
    .master-contentsbox
    .master-learning-right
    ul
    li
    a
    .master-learning-txt
    .category-name {
    font-size: 0.875em;
    line-height: 1.5em;
  }
  .master-area
    .master-contentsbox
    .master-learning-right
    ul
    li
    a
    .master-learning-txt
    p {
    max-height: 50px;
    font-size: 1.125em;
    line-height: 1.4em;
  }
  .master-area
    .master-contentsbox
    .master-learning-right
    ul
    li
    a
    .master-learning-txt
    .m-price {
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .bnr-slide.swiper-container {
    width: 824px;
    padding: 0;
    box-sizing: border-box;
  }
  .bnr-slide li {
    width: calc(50% - 5px);
  }
  .bnr-slide li a {
    height: 135px;
  }
  .bnr-slide li a span {
    font-size: 1.25em;
    line-height: 1.5em;
  }
  /* .alram-bg {
        padding:;
    } */
  .visual-slide03.swiper-container {
    padding-bottom: 50px;
  }
  .visual-slide03 li {
    position: relative;
  }
  .visual-slide03 li a {
    margin-top: 25px;
    padding: 0;
    width: 420px;
  }
  .visual-slide03 li a .dday-txt {
    width: 120px;
  }
  .visual-slide03 li a .dday-txt strong {
    font-style: italic;
    font-size: 1.25em;
  }
  .visual-slide03 li a .dday-txt span {
    font-size: 0.875em;
  }
  .visual-slide03 li .alram-txt {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 250px;
    margin: 0;
    padding: 0;
  }
  .visual-slide03 li .alram-txt h3 {
    margin-top: 60px;
    font-size: 1.325em;
    line-height: 1.385em;
  }
  .visual-slide03 li .alram-txt p {
    font-size: 1em;
    line-height: 1.5em;
  }
  .visual-slide03 li .alram-txt button {
    width: 150px;
    margin-top: 20px;
    font-size: 1em;
    line-height: 2.563em;
    border-radius: 2.778em;
    border-width: 2px;
  }
  .visual-slide03 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #aaaaaa;
  }
  .visual-slide03
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
  .visual-slide03.swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 0;
  }
  .magazine-slide {
    margin-top: 0;
    padding-top: 25px;
  }
  .magazine-slide.swiper-container {
    padding: 25px 0 0 0;
  }
  .magazine-slide li {
    margin-left: 31px;
    width: calc(33.3% - 21px);
    opacity: 0;
    transform: translateY(20%);
  }
  .magazine-slide li.on {
    opacity: 1;
    transform: translateY(0);
  }
  .magazine-slide li:nth-child(1) {
    transition: all 0.25s linear;
  }
  .magazine-slide li:nth-child(2) {
    transition: all 0.25s linear;
    transition-delay: 0.15s;
  }
  .magazine-slide li:nth-child(3) {
    transition: all 0.25s linear;
    transition-delay: 0.25s;
  }
  .magazine-slide li:first-child {
    margin-left: 0;
  }
  .magazine-slide li:nth-child(2) {
    margin-top: 53px;
  }
  .magazine-slide li a {
    overflow: hidden;
  }
  .magazine-slide li a .magazine-number {
    font-size: 1.688em;
    line-height: 1.222em;
  }
  .magazine-slide li a .magazine-txt h3 {
    font-size: 1.2em;
    line-height: 1.357em;
  }
  .magazine-slide li a .magazine-txt p {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
  }
  .magazine-slide .swiper-pagination {
    display: none;
  }
  .review-slide {
    margin-top: 0;
  }
  .review-slide.swiper-container {
    padding: 0;
  }
  .review-slide li a {
    /* width:calc(33.3% - 20px); */
    height: 210px;
  }
  .review-slide li a::before {
    left: 25px;
    top: 30px;
  }
  .review-slide li strong {
    font-size: 1.125em;
    line-height: 1.333em;
  }
  .review-slide li p {
    margin-top: 10px;
    max-height: 6.5em;
    font-size: 1em;
    line-height: 1.625em;
    -webkit-line-clamp: 4;
  }
  .review-slide li span {
    font-size: 1em;
    line-height: 1.5em;
  }
  .review-slide.swiper-container-horizontal .swiper-pagination-bullets {
    display: none;
  }
  .review-box .swiper-button-prev,
  .review-box .swiper-button-next {
    margin-top: 20px;
  }
  .btm-banner {
    width: 824px;
    padding: 0;
    margin: 0 auto;
  }
  .btm-banner div {
    height: 185px;
  }
}
@media (min-width: 1400px) {
  .learning-area {
    width: 1200px;
    margin: 50px auto;
    padding: 0;
    position: relative;
  }
  .visual-slide li.swiper-slide {
    width: 1200px;
    box-sizing: border-box;
  }
  .visual-slide .swiper-button-prev {
    left: 50%;
    margin-left: -600px;
  }
  .visual-slide .swiper-button-next {
    right: 50%;
    margin-right: -600px;
  }
  .visual-slide li a .learning-opt {
    left: 60px;
    top: 60px;
    width: 88px;
    border-width: 4px;
    font-size: 1em;
    border-color: rgba(255, 255, 255, 0.4);
  }
  .visual-slide li a h3 {
    font-size: 2.25em;
    line-height: 1.278em;
  }
  .visual-slide li a p {
    font-size: 1.25em;
    line-height: 1.45em;
  }
  .visual-slide02 {
    width: calc(50% - 18px);
    float: left;
  }
  .visual-slide02 li a {
    height: auto;
    padding: 0;
  }
  .visual-slide02 li a::after {
    width: 100%;
  }
  .visual-slide02 li a h3 {
    font-size: 1.75em;
  }
  .visual-slide02 li a .visual-txt {
    left: 50px;
    right: 50px;
  }
  .visual-slide02 li a .price {
    font-size: 1.25em;
    line-height: 1.45em;
  }

  .learning-area h2 {
    padding: 0 77px 0 0;
    font-size: 1.625em;
    line-height: 1.462em;
  }
  .learning-area h2 span {
    position: relative;
    display: inline-block;
    margin: 6px 0 0 8px;
    padding-left: 15px;
    color: #808080;
    font-size: 16px;
    line-height: 1.5em;
    vertical-align: top;
    font-weight: 400;
  }
  .learning-area h2 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 2px;
    height: 14px;
    margin-top: -7px;
    background: #d3d3d3;
  }
  .learning-area .list-slide {
    padding: 0;
  }
  .learning-area .list-slide li {
    width: calc(25% - 26px);
    margin-right: 35px !important;
  }
  .learning-area .swiper-button-prev,
  .learning-area .swiper-button-next {
    display: block;
    width: 48px;
    height: 15px;
  }
  .learning-area .swiper-button-prev::after,
  .learning-area .swiper-button-next::after {
    display: none;
  }
  .learning-area .swiper-button-prev {
    left: 50%;
    margin-left: -670px;
    background: url("/assets/images/icon/icon_list_prev.png") no-repeat 50% 50%;
  }
  .learning-area .swiper-button-next {
    right: 50%;
    margin-right: -670px;
    background: url("/assets/images/icon/icon_list_next.png") no-repeat 50% 50%;
  }
  .curation-cont {
    float: right;
    padding: 0;
    width: calc(50% - 16px);
  }
  .curation-cont li {
    margin-top: 14px;
  }
  .curation-cont li:first-child {
    margin-top: 20px;
  }
  .curation-cont li a .curation-img {
    width: 150px;
    height: 150px;
  }
  .curation-cont li a .curation-txt {
    width: calc(100% - 150px);
  }
  .curation-cont li a .curation-txt .c-category {
    font-size: 14px;
    line-height: 1.5em;
  }
  .curation-cont li a .curation-txt .c-txt {
    max-height: 60px;
    font-size: 18px;
    line-height: 1.5em;
  }
  .curation-cont li a .curation-txt .c-price {
    margin-top: 36px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .curation-cont li a .curation-txt .c-price .del {
    color: #aaaaaa;
    text-decoration: line-through;
  }
  .master-area-bg {
    margin-top: 64px;
  }
  .master-area {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 65px;
  }
  .master-area::after {
    content: "";
    display: block;
    clear: both;
  }
  .master-area h2 {
    padding: 0;
    font-size: 1.625em;
    line-height: 1.462em;
  }
  .master-area .s-thumb-list {
    width: 1200px;
    margin: 26px auto 0;
    padding: 0;
  }
  .master-area .s-thumb-list li {
    width: calc(10% - 10px);
  }
  .master-area .s-thumb-list li a .more::before {
    width: 30px;
    height: 2px;
  }
  .master-area .s-thumb-list li a .more::after {
    width: 2px;
    height: 30px;
  }
  .master-area .s-thumb-list li a .s-master-name {
    font-size: 1em;
    line-height: 1.5em;
  }
  .master-area .master-contentsbox .master-learning-left {
    width: calc(50% - 15px);
    float: left;
    padding: 0;
  }
  .master-area
    .master-contentsbox
    .master-learning-left
    .big-thumb-img
    a
    .master-name {
    /* left:50px; */
    bottom: 120px;
    /* text-align:left; */
    font-size: 1.75em;
    line-height: 1.346em;
  }
  .master-area .master-contentsbox .master-learning-left .big-thumb-img button {
    left: 50%;
    bottom: 50px;
    width: 120px;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 45px;
  }
  .master-learning-right {
    float: right;
    width: calc(50% - 30px);
  }
  .master-area .master-contentsbox {
    margin-top: 40px;
  }
  .master-area .master-contentsbox .master-learning-right h3 {
    margin: 0;
    padding: 6px 0 20px;
    font-size: 1.375em;
    line-height: 1.5em;
  }
  .master-area .master-contentsbox .master-learning-right ul {
    padding: 0;
  }
  .master-area .master-contentsbox .master-learning-right ul li {
    margin-top: 55px;
  }
  .master-area .master-contentsbox .master-learning-right ul li:first-child {
    margin-top: 30px;
  }
  .master-area
    .master-contentsbox
    .master-learning-right
    ul
    li
    a
    .master-learning-thumb {
    width: 150px;
    padding-bottom: 150px;
  }
  .master-area
    .master-contentsbox
    .master-learning-right
    ul
    li
    a
    .master-learning-txt {
    width: calc(100% - 150px);
  }
  .master-area
    .master-contentsbox
    .master-learning-right
    ul
    li
    a
    .master-learning-txt
    .category-name {
    font-size: 1em;
    line-height: 1.5em;
  }
  .master-area
    .master-contentsbox
    .master-learning-right
    ul
    li
    a
    .master-learning-txt
    p {
    max-height: 56px;
    font-size: 1.25em;
    line-height: 1.4em;
  }
  .master-area
    .master-contentsbox
    .master-learning-right
    ul
    li
    a
    .master-learning-txt
    .m-price {
    margin-top: 36px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .magazine-slide {
    margin-top: 25px;
  }
  .magazine-slide.swiper-container {
    padding: 0;
  }
  .magazine-slide li {
    margin-left: 31px;
    /* width:33.3%; */
    width: calc(33.3% - 21px);
  }
  .magazine-slide li:first-child {
    margin-left: 0;
  }
  .magazine-slide li:nth-child(2) {
    margin-top: 53px;
  }
  .magazine-slide li a img {
    border-radius: 0;
  }
  .magazine-slide li a .magazine-number {
    font-size: 1.688em;
    line-height: 1.222em;
  }
  .magazine-slide li a .magazine-txt h3 {
    font-size: 1.75em;
    line-height: 1.346em;
  }
  .magazine-slide li a .magazine-txt p {
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: 300;
  }
  .magazine-slide .swiper-pagination {
    display: none;
  }
  .bnr-slide.swiper-container {
    width: 1200px;
    margin: 40px auto 0;
    padding: 0;
  }
  .bnr-slide li {
    width: calc(50% - 17px);
  }
  .btm-banner {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
  .btm-banner a {
    padding-bottom: 64px;
  }
  .btm-banner a::after {
    position: static;
    right: inherit;
    top: inherit;
    transform: translateY(0);
    margin: 56px 0 0 51px;
    width: 48px;
    height: 15px;
    background-size: 48px auto;
  }
  .btm-banner div p {
    padding: 51px 0 0 51px;
    font-size: 1.368em;
    line-height: 1.462em;
  }
  /* .alram-bg {
        padding:;
    } */
  .visual-slide03.swiper-container {
    padding-bottom: 50px;
  }
  .visual-slide03 li {
    position: relative;
  }
  .visual-slide03 li a {
    margin-top: 25px;
    padding: 0;
    width: 640px;
  }
  .visual-slide03 li a .dday-txt {
    width: 120px;
  }
  .visual-slide03 li a .dday-txt strong {
    font-style: italic;
    font-size: 1.313em;
  }
  .visual-slide03 li a .dday-txt span {
    font-size: 1em;
  }
  .visual-slide03 li .alram-txt {
    position: absolute;
    top: 0;
    right: 0;
    width: 640px;
    height: 380px;
    margin: 0;
    padding: 0;
  }
  .visual-slide03 li .alram-txt h3 {
    margin-top: 90px;
    font-size: 1.625em;
    line-height: 1.385em;
  }
  .visual-slide03 li .alram-txt p {
    font-size: 1.125em;
    line-height: 1.5em;
  }
  .visual-slide03 li .alram-txt button {
    width: 180px;
    margin-top: 42px;
    font-size: 1.125em;
    line-height: 2.563em;
    border-radius: 2.778em;
    border-width: 2px;
  }
  .visual-slide03 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #aaaaaa;
  }
  .visual-slide03
    .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
  .visual-slide03.swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 0;
  }
  .review-slide.swiper-container {
    padding-top: 20px;
  }
  .review-slide li a {
    /* width:calc(33.3% - 20px); */
    padding: 57px 25px 0 25px;
    height: 210px;
    transform: translateY(0);
    transition: all 0.45s ease-in-out;
  }
  .review-slide li a:hover {
    transform: translateY(-10px);
  }
  .review-slide li::before {
    left: 25px;
  }
  .review-slide li strong {
    font-size: 1.125em;
    line-height: 1.333em;
  }
  .review-slide li p {
    max-height: 6em;
    font-size: 1em;
    line-height: 1.5em;
  }
  .review-slide li span {
    font-size: 1em;
    line-height: 1.5em;
  }
  .review-slide.swiper-container-horizontal .swiper-pagination-bullets {
    display: none;
  }
  .review-box .swiper-button-prev,
  .review-box .swiper-button-next {
    margin-top: 20px;
  }
}
