<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ******************MAIN PAGE****************** */

header .container {
  display: flex;
  justify-content: space-between;
}
header .container .logo {
  width: 674px;
  height: 55px;
  padding-top: 20px;
}
header .container .gnb {
  font: 400 1.6rem "Nanum gothic", sans-serif;
  line-height: 100px;
}
header .container .gnb a {
  margin-right: 15px;
}
header .container .gnb span {
  display: inline-block;
  position: relative;
  left: -8px;
}
.container-fluid .bx-wapper {
  border: none;
  box-shadow: none;
}
.bxslider li &gt; div{
			width: auto;
			height: 480px;
}	
.bxslider li{
    width: 100%;
	height: 100%;
}
.bxslider li &gt; div .event {
	display: block;
	width: 100%;
	height: 100%;
}
.bxslider li &gt; div#mb{
	width: auto;
	height: 100%;
}
.bxslider li &gt; div#mb img{
	width : 100%;
	
}
.bx-pager.bx-default-pager {
  display: none;
}
#mainbanner {
  margin-bottom: 86px;
}
section.lectureList .container-fluid h2 {
  text-align: center;
  font-size: 2.8rem;
  color: #222;
}
section.lectureList .container-fluid h2::before {
  display: inline-block;
  content: url(../img/bullet.png);
  margin-right: 10px;
}

/* lectureList */
.swiper{
  width: 1240px;
}
.swiper-slide {
  width: 290px;
  height: 400px;
  border: 1px solid #ededed;
  border-radius: 18px;
  box-shadow: 1px 1px 3px #ddd;
  padding: 10px;
}
.swiper-slide dl dt img{
  height: 145px;
}
.swiper-slide dl dd ul li {
  text-align: center;
}
.swiper-slide dl dd ul li:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide dl dd ul hr {
  background: #e5e5e5;
  height: 1px;
  border: 0;
}
.swiper-slide dl dd ul li:nth-of-type(2) {
  font-size: 16px;
  color: #707070;
  width: 90%;
  margin: 10px auto 0;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.swiper-slide dl dd .btn {
  width: 100px;
  height: auto;
  padding: 5px;
  color: #848484;
  font-size: 1.4rem;
  border: 1px solid #8c8c8c;
  margin: auto;
  margin-top: 40px;
  line-height: 26px;
  border-radius: 46px;
  text-align: center;
}
.swiper-slide dl dd .btn img {
  display: inline-block;
  width: 23px;
  height: 23px;
}

.swiper-slide dl dd .btn a {
  width: 100%;
  height: 100%;
  display: block;
}

.review .container {
  position: relative;
}
.review h2 {
  font-size: 2.8rem;
  text-align: center;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}

.review h2::before {
  display: inline-block;
  content: url("../img/decoleft.png");
  position: relative;
  top: 30px;
}

.review h2::after {
  display: inline-block;
  content: url("../img/decoright.png");
  position: relative;
  top: 30px;
}
#toCerti{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}
/* .review h2 img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.review .imgArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
  top: 30px;
  margin-bottom: 60px;
}
.review .imgArea img {
  width: 38%;
  height: auto;
}
.review .imgArea img.small {
  width: 32%;
  height: auto;
} */
.review .reviewBtn {
  width: 232px;
  height: 36px;
  font-size: 1.8rem;
  margin: auto;
  background-color: #002882;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
}

.review .reviewBtn img {
  display: inline-block;
  width: auto;
  height: auto;
}
.review .reviewBtn a {
  color: #fff;
}
.review .reviewBtn .width {
  width: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.bannerArea .container {
  display: flex;
}
.bannerArea &gt; div {
  border: 1px solid #f8f8f8;
}

.slick{
  width: 790px;
  height: 320px;
  overflow: hidden;
}
.slick .banner span{
  display: none;
}
.bannerArea .studyCenter {
  width: 100%;
  height: 400px;
  text-align: center;
  padding-top: 50px;
  background-color: #f8f8f8;
}
.bannerArea .studyCenter h3 {
  font-size: 3.7rem;
  color: #323232;
  margin-bottom: 20px;
  font-weight: bold;
}
.bannerArea p:nth-of-type(1) {
  font: bold 6.5rem "Nanum Gothic", sans-serif;
  color: #002882;
  letter-spacing: -5px;
  margin-bottom: 20px;
}
.bannerArea p:nth-of-type(2) {
  font: bold 3rem "Nanum Gothic", sans-serif;
  color: #323232;
  margin-bottom: 10px;
}
.bannerArea p:nth-of-type(3) {
  font: 300 2rem "Nanum Gothic", sans-serif;
  color: #323232;
  margin-bottom: 20px;
}
.bannerArea .weekend {
  font-size: 1.6rem;
  color: #323232;
  width: 164px;
  height: 25px;
  background-color: #ebedf2;
  border-radius: 12px;
  line-height: 25px;
  margin: auto;
}
section.bhedu {
  background: url("../img/youtube_lecturedetail/youtubesection.png") no-repeat
    top center;
}
.bhedu .container {
  display: flex;
  color: #222;
  margin-bottom: 127px;
}
.bhedu .bh p:nth-of-type(1) {
  font: bold 3.3rem "Nanum Gothic", sans-serif;
  margin-bottom: 10px;
  position: relative;
}
.bhedu .bh p:nth-of-type(1) img {
  width: auto;
  height: auto;
  display: inline-block;
  position: absolute;
  top: -55px;
}

.bhedu .bh p:nth-of-type(2) {
  font: bold 4.5rem "Nanum Gothic", sans-serif;
  margin-bottom: 45px;
}
.bhedu .bh p:nth-of-type(2) span {
  font-weight: 800;
}
.bh .lectureBtn {
  width: 192px;
  height: 36px;
  font-size: 1.7rem;
  background-color: #2f50ad;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
}

.bhedu .lectureBtn img {
  display: inline-block;
  width: auto;
  height: auto;
}
.bhedu .lectureBtn a {
  color: #fff;
}
.bhedu .lectureBtn .width {
  width: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.bhedu .container_a {
  width: 1170px;
  height: 211px;
  margin: auto;
}
.bhedu .container_a .menuArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.bhedu .container_a .menuArea .menu {
  width: 211px;
  height: 211px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 15px;
  position: relative;
}
.bhedu .container_a .menuArea .menu h3 {
  font: bold 2.3rem "Nanum Gothic", sans-serif;
  margin-bottom: 10px;
}
.bhedu .container_a .menuArea .menu p {
  font-size: 1.4rem;
  color: #333;
}
.bhedu .container_a .menuArea .menu img {
  width: auto;
  height: auto;
  margin-left: 50px;
  margin-top: 15px;
}
.bhedu .container_a .menuArea .menu a {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.bhedu .container_a .menuArea .menu img.go {
  margin: 0;
}
footer {
  padding-top: 37px;
  background-color: #454545;
}
footer .container {
  display: flex;
  justify-content: space-between;
}

footer .leftBox img {
  width: auto;
  height: auto;
}
footer .rightBox .top {
  margin-bottom: 27px;
}
footer .rightBox .top a {
  color: #fff;
  font-size: 17px;
}
footer .rightBox .top img {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 10px 0 10px;
  position: relative;
  top: -2px;
}
footer .rightBox .bottom {
  color: #dbdbdb;
  font-size: 15px;
}

/* ******************SUB PAGE****************** */

.categoryInfo {
  padding-top: 100px;
}

.categoryInfo .container h1 {
  font: bold 3.2rem "Nanum Gothic", sans-serif;
  margin-bottom: 24px;
  color: darkblue;
}
.categoryInfo .container h2 {
  text-align: center;
  font: 500 4.2rem "Nanum Gothic", sans-serif;
  margin-bottom: 42px;
}
.categoryInfo .container .design {
  display: flex;
}
.leftBox {
  width: 24%;
  text-align: center;
  margin-right: 1%;
}
.accordion {
  border-top: 3px solid darkblue;
  border-bottom: 2px solid #b2b2b2;
  width: 90%;
  margin: auto;
}
.accordion-header {
  font-size: 1.8rem;
  padding: 20px;
  cursor: pointer;
}
.bdt {
  border-top: 1px solid #e2e2e2;
}
.accordion-content {
  display: none;
}
.accordion-content ul li {
  font-size: 1.4rem;
  height: 25px;
  width: 100%;
  line-height: 25px;
}
.accordion-content ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.accordion-content ul li a:hover {
  color: #fa462b;
}
.categoryInfo .container .design .rightBox {
  width: 74%;
  height: auto;
  margin-left: 1%;
}
.categoryInfo .container .design .rightBox h1{
  color: #000;
  font-size: 2.4rem;
}
.categoryInfo .container .design .rightBox .button-group {
  margin-bottom: 12px;
}
.categoryInfo .container .design .rightBox .button-group button.is-checked {
  background-color: #083f88;
  color: #fff;
}
.categoryInfo .container .design .rightBox .navi{
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: -90px;
  text-align: right;
  font-size: 1.4rem;
  color: #4e4e4e;
}
#contentswrap .navi{
  top: -30px;
}
.categoryInfo .container .design .rightBox .navi a{
  color: #4e4e4e;
}
.categoryInfo .container .design .rightBox .navi a.curPage{
  font-weight: bold;
  color: #222;
  text-decoration: underline;
}
.categoryInfo .container .design .rightBox .grid {
  display: flex;
  flex-wrap: wrap;
}
.categoryInfo .container .design .rightBox .grid .grid-item {
  width: 30%;
  height: 370px;
  margin-right: 3%;
  margin-bottom: 15px;
}
.categoryInfo .container .design .rightBox .grid .grid-item:last-of-type {
  margin-right: 0;
}
.categoryInfo .container .design .rightBox .grid .grid-item .img {
  width: 100%;
  height: 151px;
  background-color: #fff;
}
.categoryInfo .container .design .rightBox .grid .grid-item .information {
  padding: 10px;
}
.categoryInfo .container .design .rightBox .grid .grid-item .information h2 {
  font: bold 1.8rem "Nanum Gothic", sans-serif;
  margin: 5px 0;
}
.categoryInfo .container .design .rightBox .grid .grid-item .information ul li {
  font: 400 1.4rem "Malgun Gothic", sans-serif;
}

/* pagination */
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: var(--swiper-pagination-top, 380px);
}

/* PAY PAGE */

.pay .container h2 {
  text-align: center;
  margin: 90px 0 63px;
  font: bold 5rem "Nanum Gothic", sans-serif;
}
.pay .container p {
  font: 400 2.1rem "Nanum Gothic", sans-serif;
  margin-bottom: 21px;
}
.pay .container table {
  border-top: 2px solid #07397b;
  width: 80%;
}
.pay .container table tr th,
.pay .container table tr td {
  border: 1px solid #999;
  height: 42px;
  font-size: 1.8rem;
}
.pay .container table tr th {
  background-color: rgba(255, 249, 213, 0.4);
}
.pay .container table tr td {
  font-size: 1.6rem;
  padding: 10px;
}
.pay .container table tr td input {
  height: 40px;
  border: 1px solid #333;
  text-align: center;
  font-size: 1.4rem;
}

#mem_hp1, #mem_hp2, #mem_hp3{
  /* border: none; */
  width: 60px;
  /* color: #000; */
  /* position: relative; */
  /* top: -2px; */
  font-size: 1.6rem;
}
#ordr_idxx{
  width:250px;
}
.pay .container table tr td .acc {
  color: #f30;
  font-weight: bold;
}
.pay .container table tr td .card {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 10px;
  margin-bottom: 0;
}

.bhedu .container_a .menuArea .menu h3.fz19 {
  font-size: 19px;
}
#mb {
  display: none !important;
}
#mbOnly{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header .container {
    display: block;
  }
  header .container .logo {
    width: 422px;
    height: 35px;
    padding-top: 40px;
  }

  header .container .logo a img {
    width: 90%;
    height: auto;
  }
  header .container .gnb {
    font-size: 1.4rem;
  }

  .menu_box .submenu {
    width: 90%;
  }
  .submenu ul li a {
    font-size: 1.4rem !important;
  }
  .container {
    width: 100%;
  }
  .swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: 630px;
    margin: auto;
  }
  .swiper .swiper-slide {
    width: 200px;
  }
  .review .imgArea {
    padding: 0 50px;
  }
  .review .reviewBtn {
    position: relative;
    top: 30px;
  }
  section.bannerArea {
    height: 640px;
    margin: auto;
  }
  .bannerArea .container {
    padding: 0 50px;
    flex-wrap: wrap;
    height: 640px;
    margin: auto;
  }
  .bannerArea .studyCenter {
    width: 790px;
  }
  .bannerArea .studyCenter h3{
  font-size: 2.4rem;
  }
  .bannerArea p:nth-of-type(1){
  font-size: 4.8rem;
  }
  .bannerArea p:nth-of-type(2){
  font-size: 2.4rem;
  }
  .bannerArea p:nth-of-type(3){
  font-size: 1.6rem;
  }
  .bhedu .container {
    padding: 0 50px;
    justify-content: space-between;
  }
  .bhedu .bh p:nth-of-type(1) {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .bhedu .bh p:nth-of-type(2) {
    font-size: 2.6rem;
  }

  section.bhedu .container .iframe iframe {
    width: 358px;
    height: 201px;
  }
  .bhedu .container_a {
    width: 100%;
    padding: 0 30px;
  }
  .bhedu .container_a .menuArea .menu {
    width: 141px;
    height: 141px;
  }

  .bhedu .container_a .menuArea .menu h3 {
    position: relative;
    font-size: 14px;
  }
  .bhedu .container_a .menuArea .menu h3.fz19 {
    font-size: 14px;
  }
  .bhedu .container_a .menuArea .menu p {
    display: none;
  }
  .bhedu .container_a .menuArea .menu img {
    width: 50%;
    height: auto;
    margin-top: 25px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .bhedu .container_a .menuArea .menu a {
    position: absolute;
    top: 42px;
    right: 0;
  }
  .bhedu .container_a .menuArea .menu a img {
    width: 100%;
    height: 100%;
  }

  footer .leftBox {
    width: 30%;
  }
  footer .leftBox img {
    width: 95%;
    height: auto;
  }
  footer .rightBox .top {
    margin-bottom: 7px;
  }

  footer .rightBox .top a {
    font-size: 14px;
  }

  footer .rightBox .bottom {
    font-size: 11px;
  }
  section.pay .container{
  width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #mb {
    display: block;
  }
  #pc {
    display: none;
  }

  #mbOnly{
    display: block;
	border: 1px solid #ccc;
	border-top: 2px solid darkblue;
  }
  header .container {
    display: none;
  }
  header#header {
    padding: 20px;
  }

  /*모바일 메뉴*/
  .mb_wrap .mobile_mobile {
    display: block;
    width: 100%;
  }

  .top-menu {
    display: flex;
    justify-content: space-between;
  }
  .top-menu .btn-menu {
  }

  .mobile_lnb_box {
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: #393939;
    border-right: 1px solid #e8e8e8;
    z-index: 9999;
  }
  .mobile_lnb_box .mobile_lnb_box_tit {
    width: 100%;
    height: 69px;
    padding-left: 0;
    background: url("/images/common/bg_sub_tit_mobile.jpg") repeat-x;
    clear: both;
    border-bottom: 1px solid #565656;
  }
  .mobile_lnb_box .mobile_lnb_box_tit &gt; h3 {
    display: block;
    color: #fff;
    line-height: 69px;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: 300;
  }
  .mobile_lnb_box .mobile_lnb_box_tit &gt; h3 &gt; img {
    padding-right: 10px;
  }
  .mobile_lnb_box .mobile_lnb_box_tit &gt; h3 a {
    color: #fff;
    font-size: 15px;
  }
  .mobile_lnb_box .mobile_lnb_box_tit &gt; h3 span {
    float: right;
    font-size: 16px;
  }
  .mobile_lnb_box .mobile_lnb_box_tit .mobile_menu_close {
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    background: url("/images/common/m_icon_menu_close.png") no-repeat center
      #294a9f;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }
  .mobile_lnb_box ul.mobile_lnb {
    width: 100%;
    height: 100%;
  }
  .mobile_lnb_box ul.mobile_lnb li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #565656 !important;
  }
  .mobile_lnb_box ul.mobile_lnb li:first-child {
    border-top: 1px solid #565656;
  }
  .mobile_lnb_box ul.mobile_lnb li a {
    display: inline-block;
    line-height: 50px;
  }

  #cssmenu,
  #cssmenu ul,
  #cssmenu li,
  #cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    position: relative;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu a {
    line-height: 1.3;
  }

  #cssmenu &gt; ul &gt; li &gt; a {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    display: block;
    border-top: none;
    padding-left: 30px;
    line-height: 50px;
    height: 50px;
    color: #fff;
  }
  #cssmenu &gt; ul &gt; li &gt; a &gt; span {
    display: block;
  }
  #cssmenu &gt; ul &gt; li &gt; a:hover {
    text-decoration: none;
  }
  #cssmenu &gt; ul &gt; li.active &gt; a {
    background: #294a9f;
  }
  #cssmenu &gt; ul &gt; li.has-sub &gt; a span {
    background: url(/images/common/icon_plus.jpg) 90% center no-repeat;
  }
  #cssmenu &gt; ul &gt; li.has-sub.active &gt; a span {
    background: url(/images/common/icon_minus.jpg) 90% center no-repeat;
  }

  /* Sub menu */
  #cssmenu ul ul {
    display: none;
  }
  #cssmenu ul ul li {
    padding: 0;
    border-top: none;
    border-bottom: 0 !important;
  }
  #cssmenu ul ul li:last-child {
    border-bottom: none;
  }
  #cssmenu ul ul a {
    padding: 10px 10px 10px 30px;
    display: block;
    color: #b6b5b5;
    font-size: 16px;
    font-weight: normal;
  }
  #cssmenu ul ul a:hover {
    color: #3e68d4;
  }
  .menu_box {
    display: none !important;
  }
  .submenu ul li a {
    font-size: 1.4rem !important;
  }
  .container {
    width: 100%;
  }
  .swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: 630px;
    margin: auto;
  }
  .bx-wrapper .bx-controls-direction a {
    z-index: 5000;
  }
  .swiper .swiper-slide {
    width: 200px;
  }
  .review .imgArea {
    padding: 0 50px;
  }
  .review .reviewBtn {
    position: relative;
    top: 30px;
  }
  section.bannerArea {
    height: 640px;
  }
  .bannerArea .container {
    padding: 0 50px;
    flex-wrap: wrap;
    height: 640px;
  }
  .slick .banner span{
    display: block;
	height:320px;
  }
  .bannerArea .studyCenter {
    width: 790px;
  }
  /* .bannerArea .studyCenter h3{
  font-size: 2.4rem;
  }
  .bannerArea p:nth-of-type(1){
  font-size: 4.8rem;
  }
  .bannerArea p:nth-of-type(2){
  font-size: 2.4rem;
  }
  .bannerArea p:nth-of-type(3){
  font-size: 1.6rem;
  } */

  .bhedu .container {
    padding: 0 50px;
    justify-content: space-between;
  }
  .bhedu .bh p:nth-of-type(1) {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .bhedu .bh p:nth-of-type(2) {
    font-size: 2.6rem;
  }

  section.bhedu .container .iframe iframe {
    width: 358px;
    height: 201px;
  }
  .bhedu .container_a {
    width: 100%;
    padding: 0 30px;
  }
  .bhedu .container_a .menuArea .menu {
    width: 141px;
    height: 141px;
  }

  .bhedu .container_a .menuArea .menu h3 {
    position: relative;
    font-size: 14px;
  }
  .bhedu .container_a .menuArea .menu h3.fz19 {
    font-size: 14px;
  }
  .bhedu .container_a .menuArea .menu p {
    display: none;
  }
  .bhedu .container_a .menuArea .menu img {
    width: 50%;
    height: auto;
    margin-top: 25px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .bhedu .container_a .menuArea .menu a {
    position: absolute;
    top: 42px;
    right: 0;
  }
  .bhedu .container_a .menuArea .menu a img {
    width: 100%;
    height: 100%;
  }

  footer .leftBox {
    width: 30%;
  }
  footer .leftBox img {
    width: 95%;
    height: auto;
  }
  footer .rightBox .top {
    margin-bottom: 7px;
  }

  footer .rightBox .top a {
    font-size: 14px;
  }

  footer .rightBox .bottom {
    font-size: 11px;
  }
}

/* 모바일 GNB */
/* ******************MAIN PAGE****************** */

header .container {
  display: flex;
  justify-content: space-between;
}
header .container .logo {
  width: 674px;
  height: 55px;
  padding-top: 20px;
}
header .container .gnb {
  font: 400 1.4rem "Nanum gothic", sans-serif;
  line-height: 100px;
}
header .container .gnb a {
  margin-right: 15px;
}
header .container .gnb span {
  display: inline-block;
  position: relative;
  left: -8px;
}
.container-fluid .bx-wapper {
  border: none;
  box-shadow: none;
}
.bx-pager.bx-default-pager {
  display: none;
}
#mainbanner {
  margin-bottom: 86px;
}
section.lectureList .container-fluid h2 {
  text-align: center;
  font-size: 2.8rem;
  color: #222;
  margin-top: 120px;
  font-weight: 600;
}
section.lectureList .container-fluid h2::before {
  display: inline-block;
  content: url(../img/bullet.png);
  margin-right: 10px;
}

/* lectureList */

.swiper-slide.recommend {
  width: 290px;
  height: 400px;
  border: 1px solid #ededed;
  border-radius: 18px;
  box-shadow: 1px 1px 3px #ddd;
  padding: 10px;
}
.swiper-slide dl dd ul li {
  text-align: center;
}
.swiper-slide dl dd ul li:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
  margin: 10px 0;
  line-height: 1.5;
}
.swiper-slide dl dd ul hr {
  background: #e5e5e5;
  height: 1px;
  border: 0;
}
.swiper-slide dl dd ul li:nth-of-type(2) {
  font-size: 16px;
  color: #707070;
  width: 80%;
  margin: 10px auto 0;
}
.swiper-slide dl dd .btn {
  width: 100px;
  height: auto;
  padding: 5px;
  color: #848484;
  font-size: 1.4rem;
  border: 1px solid #8c8c8c;
  margin: auto;
  margin-top: 40px;
  line-height: 26px;
  border-radius: 46px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}
.swiper-slide dl dd .btn img {
  display: inline-block;
  width: 23px;
  height: 23px;
}

.swiper-slide dl dd .btn a {
  width: 100%;
  height: 100%;
  display: block;
}

.review .container {
  position: relative;
}
.review h2 {
  font-size: 2.8rem;
  text-align: center;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
}

.review h2 span{
  color: darkblue;
}

.review h2::before {
  display: inline-block;
  content: url("../img/decoleft.png");
  position: relative;
  top: 30px;
}

.review h2::after {
  display: inline-block;
  content: url("../img/decoright.png");
  position: relative;
  top: 30px;
}

.review h2 img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
/* .review .imgArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
  top: 30px;
  margin-bottom: 60px;
} */

.swiper-slide{
  border: none;
  box-shadow: none;
  margin-right: 80px;
  margin-top: 60px;
}
.review .imgArea{
  margin-top: 60px;
}
.review .imgArea img {
  width: auto;
  height: 100%;
}
.review .imgArea img.small {
  width: 32%;
  height: auto;
}
.review .reviewBtn {
  width: 232px;
  height: 36px;
  font-size: 1.8rem;
  margin: auto;
  background-color: #002882;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
}

.review .reviewBtn img {
  display: inline-block;
  width: auto;
  height: auto;
}
.review .reviewBtn a {
  color: #fff;
}
.review .reviewBtn .width {
  width: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.bannerArea .container {
  display: flex;
}
.bannerArea &gt; div {
  border: 1px solid #f8f8f8;
}
.bannerArea .banner {
  width: 790px;
  height: 320px;
  text-align: center;
  font: bold 5rem "Nanum Gothic", sans-serif;
  color: #fff;
  line-height: 320px;
  background-image: url("../img/banner.png");
}
.bannerArea .studyCenter {
  width: 378px;
  height: 320px;
  text-align: center;
  padding-top: 50px;
  background-color: #f8f8f8;
}
.bannerArea .studyCenter h3 {
  font-size: 3.7rem;
  color: #323232;
  margin-bottom: 20px;
  font-weight: bold;
}
.bannerArea p:nth-of-type(1) {
  font: bold 6.5rem "Nanum Gothic", sans-serif;
  color: #002882;
  letter-spacing: -5px;
  margin-bottom: 20px;
}
.bannerArea p:nth-of-type(2) {
  font: bold 3rem "Nanum Gothic", sans-serif;
  color: #323232;
  margin-bottom: 10px;
}
.bannerArea p:nth-of-type(3) {
  font: 300 2rem "Nanum Gothic", sans-serif;
  color: #323232;
  margin-bottom: 20px;
}
.bannerArea .weekend {
  font-size: 1.6rem;
  color: #323232;
  width: 164px;
  height: 25px;
  background-color: #ebedf2;
  border-radius: 12px;
  line-height: 25px;
  margin: auto;
}
section.bhedu {
  background: url("../img/youtube_lecturedetail/youtubesection.png") no-repeat
    top center;
}
.bhedu .container {
  display: flex;
  color: #222;
  margin-bottom: 127px;
}
.bhedu .bh p{
  letter-spacing: -2px;
}
.bhedu .bh p:nth-of-type(1) {
  font: bold 3.3rem "Nanum Gothic", sans-serif;
  margin-bottom: 10px;
  position: relative;
}
.bhedu .bh p:nth-of-type(1) img {
  width: auto;
  height: auto;
  display: inline-block;
  position: absolute;
  top: -55px;
}

.bhedu .bh p:nth-of-type(2) {
  font: bold 4.5rem "Nanum Gothic", sans-serif;
  margin-bottom: 45px;
}
.bhedu .bh p:nth-of-type(2) span {
  font-weight: 800;
}
.bh .lectureBtn {
  width: 192px;
  height: 36px;
  font-size: 1.7rem;
  background-color: #2f50ad;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
}

.bhedu .lectureBtn img {
  display: inline-block;
  width: auto;
  height: auto;
}
.bhedu .lectureBtn a {
  color: #fff;
}
.bhedu .lectureBtn .width {
  width: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.bhedu .container_a {
  width: 1170px;
  height: 211px;
  margin: auto;
}
.bhedu .container_a .menuArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.bhedu .container_a .menuArea .menu {
  width: 211px;
  height: 211px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 20px 15px 15px;
  position: relative;
}
.bhedu .container_a .menuArea .menu h3 {
  font: bold 2.3rem "Nanum Gothic", sans-serif;
  margin-bottom: 10px;
}
.bhedu .container_a .menuArea .menu p {
  font-size: 1.4rem;
  color: #333;
}
.bhedu .container_a .menuArea .menu img {
  width: auto;
  height: auto;
  margin-left: 50px;
  margin-top: 15px;
}
.bhedu .container_a .menuArea .menu a {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.bhedu .container_a .menuArea .menu img.go {
  margin: 0;
}
footer {
  padding-top: 37px;
  background-color: #454545;
}
footer .container {
  display: flex;
  justify-content: space-between;
}

footer .leftBox img {
  width: auto;
  height: auto;
}
footer .rightBox .top {
  margin-bottom: 27px;
}
footer .rightBox .top a {
  color: #fff;
  font-size: 17px;
}
footer .rightBox .top img {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 10px 0 10px;
  position: relative;
  top: -2px;
}
footer .rightBox .bottom {
  color: #dbdbdb;
  font-size: 15px;
}

/* ******************SUB PAGE****************** */

.categoryInfo .container h1 {
  font: bold 3.2rem "Nanum Gothic", sans-serif;
  margin-bottom: 36px;
  color: #07397b;
  text-indent: 20px;
  width: 200px;
}
.categoryInfo .container h2 {
  text-align: center;
  font: 500 4.2rem "Nanum Gothic", sans-serif;
  margin-bottom: 42px;
}
.categoryInfo .container .design {
  display: flex;
}
.leftBox {
  width: 25%;
  text-align: center;
}
.leftBox .call{
  width: 90%;
  margin: 10px auto 0;
}

.accordion {
  border-top: 3px solid #083f88;
  border-bottom: 2px solid #bebebe;
  width: 90%;
  margin: auto;
}
.accordion-header {
  font-size: 1.8rem;
  cursor: pointer;
  height: 65px;
  font-weight: bold;
  position: relative;
  text-align: left;	
}
.accordion-header i{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #999;
  font-size: 1.4rem;
}

.bdt {
  border-top: 1px solid #e2e2e2;
}
.accordion-content {
  display: none;
}
.accordion-content ul li {
  font-size: 1.8rem;
  height: 45px;
  width: 100%;
  line-height: 45px;
  border-top: 1px dashed #d8d8d8;
  text-indent: 30px;
}
.accordion-content ul li:first-child{
  border-top: 1px solid #dedede;
}
.accordion-content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
}
.accordion-content ul li a:hover {
  color: #b71a00;
}
 #contentswrap.rightBox{
 top: -60px;
 }
 #contentswrap table.cstable{
 width: 100%;
 }
.categoryInfo .container .design .rightBox {
  width: 75%;
  height: auto;
  position: relative;
  top: 0px;
}


#contentswrap{
  top: -70px;
  width: 75%;
}

.categoryInfo .container .design .rightBox h1{
  width: 100%;
}
.categoryInfo .container .design .rightBox .contents01{
  
}
.categoryInfo .container .design .rightBox .button-group {
  margin-bottom: 25px;
}
.categoryInfo .container .design .rightBox .button-group button.is-checked {
  background-color: #083f88;
  color: #fff;
}
.categoryInfo .container .design .rightBox .grid {
  display: flex;
  flex-wrap: wrap;
}
.categoryInfo .container .design .rightBox .grid .grid-item {
  width: 32%;
  height: 320px;
  margin-right: 2%;
  box-shadow: 1px 1px 3px #d0d0d0;
  border: 1px solid #d0d0d0;
  margin-bottom: 25px;
  border-radius: 12px;
  overflow: hidden;
}
.categoryInfo .container .design .rightBox .grid .grid-item:nth-of-type(3n) {
  margin-right: 0;
}
.categoryInfo .container .design .rightBox .grid .grid-item .img {
  width: 100%;
  height: 151px;
  background-color: #fff;
}
.categoryInfo .container .design .rightBox .grid .grid-item .information {
  padding: 0 10px 10px 10px;
}
.categoryInfo .container .design .rightBox .grid .grid-item .information h2 {
  font: bold 1.8rem "Nanum Gothic", sans-serif;
  margin: 7px 0;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dashed #d3d3d3;
}

.categoryInfo .container .design .rightBox .grid .grid-item .information ul li {
  font: 400 1.4rem "Malgun Gothic", sans-serif;
  color: #333;
}
.categoryInfo .container .design .rightBox .grid .grid-item .information ul li span{
  font-weight: bold;
}
/* pagination */
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: var(--swiper-pagination-top, 380px);
}

.box.ls_td{
  width: auto !important;
}

.buttonNEW2{
  display: inline-block;
  border-radius: 7px;
  width: 122px;
  height: 43px;
  line-height: 22px;
  font-size: 1.6rem;
}
.buttonNEW2.Burgendi{
  border: 1px solid #4964ba;
  background-color: #4964ba;
}
.buttonNEW2.Burgendi:hover{
  opacity: 0.9;
}
.buttonNEW2.gray{
  border: 1px solid #bdc7d4;
  color: #26282d;
}
.buttonNEW2.gray:hover{
  background-color: #cccccc33;
}


/* PAY PAGE */

.pay .container h2 {
  text-align: center;
  margin: 90px 0 63px;
  font: bold 5rem "Nanum Gothic", sans-serif;
}
.pay .container p {
  font: 400 2.1rem "Nanum Gothic", sans-serif;
  margin-bottom: 21px;
}
.pay .container table {
  border-top: 2px solid #07397b;
  width: 100%;
}
.pay .container table tr th,
.pay .container table tr td {
  border: 1px solid #999;
  height: 42px;
  font-size: 1.8rem;
}
.pay .container table tr th {
  background-color: #CFE8FF;
}
.pay .container table tr td {
  font-size: 1.6rem;
  padding: 10px;
}
.pay .container table tr td input {
  height: 40px;
  border: 1px solid #333;
  text-align: center;
}
.pay .container table tr td .acc {
  color: #f30;
  font-weight: bold;
}
.pay .container table tr td .card {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 10px;
  margin-bottom: 0;
}
.pay .container table tr td input[type=radio]{
  margin-right: 20px;
}
.bhedu .container_a .menuArea .menu h3.fz19 {
  font-size: 19px;
}
#mb {
  display: none;
}

@media screen and (max-width: 1023px) {
  header .container {
  width: 100%;
  }

  header .container .logo {
    width: 422px;
    height: 35px;
    padding-top: 40px;
  }

  header .container .logo a img {
    width: 90%;
    height: auto;
  }
  header .container .gnb {
    font-size: 1.4rem;
  }

  .bxslider li &gt; div{
	width: auto;
	height: 480px;
	}	
	
	.bxslider li &gt; div .event {
		display: block;
		width: 100%;
		height: 100%;
	}
  .menu_box .submenu {
    width: 90%;
  }
  .submenu ul li a {
    font-size: 1.4rem !important;
  }
  .container {
    width: 100%;
  }
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
  top: 420px;
  }

  .swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: 630px;
    margin: auto;
  }
  .swiper .swiper-slide {
    width: 200px;
  }
  .review .imgArea {
    padding: 0 50px;
  }
  .review .reviewBtn {
    position: relative;
    top: 30px;
  }
  section.bannerArea {
    height: 640px;
    margin: auto;
  }
  
  .bannerArea .container {
    padding: 0 50px;
    flex-wrap: wrap;
    height: 640px;
    margin: auto;
	align-items: center;
	justify-content : center;
  }
  .bannerArea .studyCenter {
    width: 790px;
  }
  /* .bannerArea .studyCenter h3{
  font-size: 2.4rem;
  }
  .bannerArea p:nth-of-type(1){
  font-size: 4.8rem;
  }
  .bannerArea p:nth-of-type(2){
  font-size: 2.4rem;
  }
  .bannerArea p:nth-of-type(3){
  font-size: 1.6rem;
  } */
  .bhedu .container {
    padding: 0 50px;
    justify-content: space-between;
  }
  .bhedu .bh p:nth-of-type(1) {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .bhedu .bh p:nth-of-type(2) {
    font-size: 2.6rem;
  }

  section.bhedu .container .iframe iframe {
    width: 358px;
    height: 201px;
  }
  .bhedu .container_a {
    width: 100%;
    padding: 0 30px;
  }
  .bhedu .container_a .menuArea .menu {
    width: 141px;
    height: 141px;
  }

  .bhedu .container_a .menuArea .menu h3 {
    position: relative;
    font-size: 14px;
  }
  .bhedu .container_a .menuArea .menu h3.fz19 {
    font-size: 14px;
  }
  .bhedu .container_a .menuArea .menu p {
    display: none;
  }
  .bhedu .container_a .menuArea .menu img {
    width: 50%;
    height: auto;
    margin-top: 25px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .bhedu .container_a .menuArea .menu a {
    position: absolute;
    top: 42px;
    right: 0;
  }
  .bhedu .container_a .menuArea .menu a img {
    width: 100%;
    height: 100%;
  }

  footer .leftBox {
    width: 30%;
  }
  footer .leftBox img {
    width: 95%;
    height: auto;
  }
  footer .rightBox .top {
    margin-bottom: 7px;
  }

  footer .rightBox .top a {
    font-size: 14px;
  }

  footer .rightBox .bottom {
    font-size: 11px;
  }
  .tab_menu ul.free_edu_menu &gt; li{
    height: 30px;
	border: 1px solid #c4ccd8;
	color: #4e4e4e;
	background-color: #fff;
  }
  .tab_menu ul.free_edu_menu &gt; li a{
    background-color: #fff;
  }
  #wrap .container{
  width: 80%;
  }
  .categoryInfo .container h1{
  font-size: 2.4rem;
  }
  .accordion-header{
  font-size: 1.4rem;
  }

  .accordion-content ul li{
  font-size: 1.2rem;
  }
  .tab_menu .free_edu_menu li{
  height: 56px;
  padding: 0;
  }

  .tab_menu .free_edu_menu li a{
  width: 100%;
  height: 100%;
  line-height: 1;
  }
  .categoryInfo .container .design .rightBox .grid .grid-item{
  width: 47%;
  }

  .categoryInfo .container .design #contentswrap.rightBox{
  top: 0;
  }
  #contentswrap.rightBox{
  width: 75% !important;
  position: relative;
  top: -50px !important;
  margin-left: 0;
  }
  #contentswrap.rightBox h1{
  position: relative;
  top: 50px;
  }
  .cstable{
  width: 100%;
  }
  .contents01{
  width: 100%;
  position: relative;
  top: 50px;	
  }
  #contentswrap.rightBox &gt; div &gt; div &gt; div{
  width: 100%;
  }
  
}

  
  
@media screen and (max-width: 768px) {
  #mb {
    display: block !important;
  }
  #pc {
    display: none;
  }
  header .container {
    display: none;
  }
  header#header {
    padding: 20px;
	display: block;
  }
  .mb_wrap{
  display: block !important;
  }
  /*모바일 메뉴*/
  .mb_wrap .mobile_mobile {
    display: block;
    width: 100%;
  }

  .top-menu {
    display: flex;
    justify-content: space-between;
	position: relative;
  }

  .top-menu &gt; div{
    display: flex;	
	justify-content: center;
	align-items: center;
  }
  .top-menu .btn-menu {
    width: 9% !important;
	margin-right: 6%;

  }
  .top-menu .logo a img{
    width: 90%;
	margin: auto;
  }
  .top-menu .login{
    width: 15% !important;
  }
  #header .top-menu &gt; li &gt; a{
  font-size: 11px !important;
  }
  .mobile_lnb_box {
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100%;
    background: #393939;
    border-right: 1px solid #e8e8e8;
    z-index: 9999;
  }
  .mobile_lnb_box .mobile_lnb_box_tit {
    width: 100%;
    height: 69px;
    padding-left: 0;
    background: url("/images/common/bg_sub_tit_mobile.jpg") repeat-x;
    clear: both;
    border-bottom: 1px solid #565656;
  }
  .mobile_lnb_box .mobile_lnb_box_tit &gt; h3 {
    display: block;
    color: #fff;
    line-height: 69px;
    padding: 0 20px;
    box-sizing: border-box;
    font-weight: 300;
  }
  .mobile_lnb_box .mobile_lnb_box_tit &gt; h3 &gt; img {
    padding-right: 10px;
  }
  .mobile_lnb_box .mobile_lnb_box_tit &gt; h3 a {
    color: #fff;
    font-size: 15px;
  }
  .mobile_lnb_box .mobile_lnb_box_tit &gt; h3 span {
    float: right;
    font-size: 16px;
  }
  .mobile_lnb_box .mobile_lnb_box_tit .mobile_menu_close {
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    background: url("/images/common/m_icon_menu_close.png") no-repeat center
      #294a9f;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
  }
  .mobile_lnb_box ul.mobile_lnb {
    width: 100%;
    height: 100%;
  }
  .mobile_lnb_box ul.mobile_lnb li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #565656 !important;
  }
  .mobile_lnb_box ul.mobile_lnb li:first-child {
    border-top: 1px solid #565656;
  }
  .mobile_lnb_box ul.mobile_lnb li a {
    display: inline-block;
    line-height: 50px;
  }

  #cssmenu,
  #cssmenu ul,
  #cssmenu li,
  #cssmenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    position: relative;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu a {
    line-height: 1.3;
  }

  #cssmenu &gt; ul &gt; li &gt; a {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    display: block;
    border-top: none;
    padding-left: 30px;
    line-height: 50px;
    height: 50px;
    color: #fff;
  }
  #cssmenu &gt; ul &gt; li &gt; a &gt; span {
    display: block;
  }
  #cssmenu &gt; ul &gt; li &gt; a:hover {
    text-decoration: none;
  }
  #cssmenu &gt; ul &gt; li.active &gt; a {
    background: #294a9f;
  }
  #cssmenu &gt; ul &gt; li.has-sub &gt; a span {
    background: url(/images/common/icon_plus.jpg) 90% center no-repeat;
  }
  #cssmenu &gt; ul &gt; li.has-sub.active &gt; a span {
    background: url(/images/common/icon_minus.jpg) 90% center no-repeat;
  }

  /* Sub menu */
  #cssmenu ul ul {
    display: none;
  }
  #cssmenu ul ul li {
    padding: 0;
    border-top: none;
    border-bottom: 0 !important;
  }
  #cssmenu ul ul li:last-child {
    border-bottom: none;
  }
  #cssmenu ul ul a {
    padding: 10px 10px 10px 30px;
    display: block;
    color: #b6b5b5;
    font-size: 16px;
    font-weight: normal;
  }
  #cssmenu ul ul a:hover {
    color: #3e68d4;
  }
  .menu_box {
    display: none !important;
  }
  .submenu ul li a {
    font-size: 1.4rem !important;
  }
  .container {
    width: 100%;
  }
   .swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: 320px;
    margin: auto;
  }
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
  top: 50px;
  }
  .bx-wrapper .bx-controls-direction a {
    z-index: 5000;
  }
  .review .swiper-wapper .swiper .swiper-slide {
    width: 200px;
  }
  section.lectureList .container-fluid h2{
  margin-bottom: 20px;
  }
  .review h2{
  font-size: 1.8rem;
  top: -110px;
  width: 100%;
  }
  .review .imgArea {
    padding: 0 50px;
  }
  .review .reviewBtn {
    position: relative;
    top: 30px;
  }
  section.bannerArea {
    height: 640px;
  }
  .bannerArea .container {
    padding: 0 50px;
    flex-wrap: wrap;
    height: 640px;
  }
  .bannerArea .slick{
    width: 420px;
	height: 320px;
  }
  .bannerArea .studyCenter {
    width: 420px;
	margin: auto;
  }
  .bannerArea .studyCenter h3{
  font-size: 2.4rem;
  }
  .bannerArea p:nth-of-type(1){
  font-size: 4.8rem;
  }
  .bannerArea p:nth-of-type(2){
  font-size: 2.4rem;
  }
  .bannerArea p:nth-of-type(3){
  font-size: 1.6rem;
  }
  section.bhedu .container &gt; div{
  width: 100%;
  }
  .bhedu .container {
    display: block;
	padding: 30px 0 0 0;
  }
  .bhedu .bh p{
  width: 100%;
  text-align: center;
  }
  .bh .lectureBtn{
  margin: auto;
  }
  .bhedu .bh p:nth-of-type(1) {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .bhedu .bh p:nth-of-type(1) img{
  position: relative;
  top: 50%;
  }
  .bhedu .bh p:nth-of-type(2) {
    font-size: 2.6rem;
	margin-bottom: 40px;
  }
  section.bhedu .container .iframe{
    width: 290px;
    height: 190px;
	margin: auto;	
  }
  section.bhedu .container .iframe iframe {
    width: 290px;
    height: 190px;
	margin: 60px auto 0;
  }
  .bhedu .container_a {
    width: 100%;
    padding: 0 60px;
	display: block;
	height: auto;
  }
  .bhedu .container_a .menuArea{
    display: block;
  }
  .bhedu .container_a .menuArea .menu {
    width: 100%;
    height: 141px;
	margin-bottom: 15px;
  }

  .bhedu .container_a .menuArea .menu h3 {
    position: relative;
    font-size: 16px;
  }
  .bhedu .container_a .menuArea .menu h3.fz19 {
    font-size: 16px;
  }
  .bhedu .container_a .menuArea .menu p {
    display: none;
  }
  .bhedu .container_a .menuArea .menu img {
    width: 108px;
    height: 93px;
    margin-top: 25px;
    position: absolute;
    bottom: 10px;
    left: 50%;
	transform: translateX(-50%);
  }
  .bhedu .container_a .menuArea .menu a {
    position: absolute;
    top: 15px;
    right: 5px;
  }
  .bhedu .container_a .menuArea .menu a img {
    width: 100%;
    height: 100%;
  }
  footer{
    padding-top: 25px !important;
  }
  footer .container{
    display: block;
  }
  footer .leftBox {
    width: 50%;
	margin: 0 auto 20px;
  }
  footer .leftBox img {
    width: 95%;
    height: auto;
  }
  footer .rightBox{
    width: 80% !important;	
	margin: auto !important;
  }
  footer .rightBox .top {
    margin-bottom: 7px;
	text-align: center;
  }

  footer .rightBox .top img{
    margin: 0 3px;
  }

  footer .rightBox .top a {
    font-size: 11px;
  }

  footer .rightBox .bottom {
    font-size: 8px;
	width: 85%;
	word-break: keep-all;
	margin: auto;
  }

  #wrap .container{
  width: 95%;
  }
  .accordion-header{
  font-size: 1.2rem;
  }
  .categoryInfo{
  padding-top: 70px;
  }

  .categoryInfo .container h1{
  font-size: 2.4rem;
  text-indent: 10px;
  width: 100%;
  text-align: center;
  position: relative;
  top: -40px;
  margin-bottom: 0;
  }
  .categoryInfo .container .design .rightBox .grid .grid-item{
  width: 100%;
  height: auto;
  text-align: center;
  margin-right: 0;
  }
  .categoryInfo .container .design .rightBox .grid .grid-item .img{
  height: auto;
  }
  .categoryInfo .container .design .rightBox .grid .grid-item .information h2{
  display: flex;
  justify-content: center;
  align-items: center;
  }

  .tab_menu ul.free_edu_menu &gt; li{
  font-size: 14px !important;
  }
  .tab_menu .free_edu_menu li a{
  line-height: 20px;
  }
  .accordion-header{
  padding: 5px;
  }
  .accordion-content ul li.long{
  height: 50px;
  }


  .categoryInfo .container .design .rightBox{
  width: 100%;
  }

  .free_edu_menu li{
  line-height: 56px;
  }

  #contentswrap.rightBox h1{
  top: 20px;
  
  }
  .contents01{
  width: 100%;
  }

  section.pay .container{
  width: 80%;
  }

  .pay .container table tr th, .pay .container table tr td{
  font-size: 1.2rem;
  }
  .pay .container table tr td .card{
  font-size: 1.2rem;
  }

  .silver1, .silver2, .silver3, .silver4{
  height: 430px;
  }
}

/* mainMenu */

.mainmenu &gt; li{
  width: 193px !important;
}</pre></body></html>