body {margin: 0;padding: 0;
    font-family: Noto Sans SC Sliced, sans-serif, Microsoft JhengHei UI, helvetica, arial, simsun, simhei, dotum;
        font-size: 12px;
        letter-spacing: -1px;
    }
.swiper-container{position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom:50px;}
    .swiper-pagination-bullet{width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 18px));
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 18px));}
.swiper-container {
    width: 70%;
    height: 190px;
    overflow: hidden; /* 슬라이드 너비 이상시 가림 */
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 이미지가 div에 맞춰서 비율유지하도록 설정 */
  }
#menuToggle
{
  display: block;
  position: relative;
  top: 37px;margin-left: 30px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle > span
{ display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 6px;
  position: relative;
  background: #413c3c;
  border-radius: 3px;  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;}

#menuToggle span:first-child{  transform-origin: 0% 0%;}
#menuToggle span:nth-last-child(2){transform-origin: 0% 100%;}
/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{ opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 100%;
  margin: -90px 0 0 -30px;
  padding: 100px 0PX 70px 0;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 14%);
  border-radius: 0 0 20px 0;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li
{padding:10px 30px;
    font-size: 20px;
    BORDER-BOTTOM: 1PX SOLID #CCC;
}
#menu li .detail{color: #333;font-size: 20px;margin-left: 20px; }
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
.m_t_logo{position: relative;width: 100%; }
.m_t_logo img{position: relative;left: 50%;transform: translateX(-50%); top: -10px; width: 35%;}
.mo_system{height:400px;background: #ddfeff;}
.mo_edu{height:400px;background: #fff;  }
.btm_logo{background: #333;padding:20px;}
.btm_logo img{position: relative;left: 50%;transform: translateX(-50%);  width: auto;    margin: 50px 0 0;}
.btm_logo div{  color: #ececec;font-size: 1.4em;font-weight: normal; white-space: break-spaces;    line-height: 1.6em;}
.btm_logo div a, link, :visited{  color: #ececec; text-decoration: none;}
.btm_logo div span{ position: relative;padding:15px;}
.btm_logo div span::before{position: absolute;content: "";left: 15px; top: 19px; background: #a0bbd8;  width:1px;height:16px;}
/* 무료상담 */
.g12_system{background:url(/img/lan/mobile/lan_004.png);height: 250px;background-size: cover;  padding-top: 100px; }
.g12_upup{background:url(/img/lan/mobile/lan_005.png);height: 250px;background-size: cover;  padding-top: 170px; }
.form_title h4{margin: 10px;}
.form_title span{    margin: 10px;
  font-size: 14px;
  line-height: 20px; display: block;   white-space: break-spaces;
  word-break: keep-all;}