/* media-screen-1200px */

@media screen and (max-width: 1200px) {
  .header .logo {
    margin: 0;
  }
  
  .header .hd_wr {
    height: 100%;
  }
  
  .header .gnb {
    display: none;
  }
  
  .header .hd_link a {
    display: none;
  }
  
  .header .hd_link a.hd_search {
    display: block;
  }
  
  .header .gnb_btn {
    display: flex;
    margin: 14px 0;
  }
  
  /* main */
  .full_sec2 .sec_ebook {
    width: 50%
  }
  
  .full_sec2 .sec_ebook ul {
    display: block;
  }
  
  .full_sec2 .sec_ebook ul li {
    width: 100%;
    margin-bottom: 4%;
    padding: 40px;
    position: relative;
    text-align: left;
  }
  
  .full_sec2 .sec_ebook ul li a {
    position: absolute;
    right: 30px;
    top: 40px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100px;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
  }
  
  .full_sec2 .sec_ebook ul li p {
    margin: 10px 0
  }
  
  .full_sec2 .sec_ebook ul li h3 {
    font-size: 24px;
  }
  
  .full_sec3 .sec_tabs {
    width: 50%;
  }
  
  .book_nav ul li a {
    padding: 20px;
    white-space: nowrap;
  }
  
  /* book layout */
  .book_top .bkt_cont > div {
    float: none;
  }
  
  .book_top .bkt_cont > .book_atc {
    float: none;
    width: 100%;
  }
  
  .book_top .bkt_cont .book_thum {
    display: inline-block;
  }
  
  .book_top .bkt_cont .book_name {
    display: inline-block;
    width: calc(100% - 230px)
  }
  
  .book_top .bkt_cont > .book_atc .book_btn {
    width: 100%;
    display: flex;
  }
  
  .book_top .bkt_cont > .book_atc .book_btn a {
    width: 33%;
    padding: 10px;
    margin-right: 1%;
  }
  
  .book_top .bkt_cont > .book_atc .book_btn a:last-child {
    margin-right: 0;
  }
  
  .normal_list {
    padding-top: 20px;
  }
  
  .media_list.video_list ul li .video_area {
    overflow: hidden;
  }
  
  .media_list.video_list ul li .video_area > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .media_list.video_list ul li {
    /* flex-direction: column; */
  }
  
  .group_area {
    flex-direction: column;
  }
  
  .left_menu {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
  
  .modal_imgs .modal_container {
    width: calc(100% - 120px);
    height: 500px;
    margin: 0 120px;
    padding: 10px;
    row-gap: 10px;
  }
  
  .modal_imgs .modal_hd {
    padding-bottom: 10px;
  }
  
  .modal_container .modal_cont {
    height: 408px;
  }
  
  .modal_container .modal_cont .imgs_area {
    max-width: 50%;
    width: 100%;
    height: 408px;
  }
  
  .modal_container .modal_cont .imgs_area .imgs_box {
    height: 100%;
  }
  
  .modal_container .modal_cont .imgs_area .imgs_box .imgs {
    height: 314px;
  }
  
  .modal_container .modal_cont .img_desc {
    max-width: 50%;
    width: calc(50% - 20px);
    height: 408px;
  }
  
  .modal .modal_content {
    width: 100%;
    margin: 0 40px;
  }
  
  .webMagazineSwiper {
    height: auto;
  }
  
  .schoolBannerSwiper.pcVer {
    display: none;
  }
  
  .schoolBannerSwiper.moVer {
    display: block;
  }
  
  .eduTabs .tab-content .tab > ul > li {
    width: calc(100% / 4 - 24px);
  }
  
  #fullpage .tabSwiper {
    width: 100%;
    height: auto;
  }
  
  #fullpage .tabSwiper .swiper-wrapper {
    width: 100%;
    height: 200px;
    /* height: auto; */
  }
  
  .full_sec4 .sec_tabs {
    max-width: 100%;
  }
  
  #fullpage .tabSwiper .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: row;
  }
  
  #fullpage .tabSwiper .slide_thumb {
    width: 46%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    
    display: flex;
    /* max-width: 280px; */
    /* width: 100%; */
    /* height: auto; */
    /* padding-top: 38%; */
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
  }
  
  #fullpage .tabSwiper .slide_thumb > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  }
  
  #fullpage .tabSwiper .slide_text {
    width: 54%;
    height: auto;
    align-items: flex-start;
    justify-content: unset;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  #fullpage .tabSwiper .swiper-slide p {
    text-align: start;
  }
  
  .swiper-pagination.full_sec4_pagination {
    display: block;
  }
  
  #fullpage .tabSwiper .swiper-slide h3 {
    font-size: 35px;
  }
  
  #fullpage .tabSwiper .go_to_page {
    display: none;
  }
  
  #fullpage .tabSwiper .go_to_page_mo {
    display: block;
    background-color: transparent;
    margin-top: 15px;
  }
  
  .full_sec4 .right_area .cont_area {
    padding-top: 81px;
  }
  
  .full-sec4-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  
  .footer .ft_link a {
  
  }
  
  #fullpage .tabSwiper .swiper-pagination-bullet {
    background-color: #c5c8cb;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 30px;
  }
  
  #fullpage .tabSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ef3b24;
    width: 12px;
    height: 12px;
  }
  
  .footer .ft_info {
    line-height: 42px;
    margin-bottom: 60px;
  }
  
  .group_area > ul {
    width: 100%;
  }
  
  /* music-content-section */
  .music-content-section .group_area .flex-order:nth-child(1) {
    order: 2;
    padding-top: 20px;
  }
  
  .music-content-section .group_area .flex-order:nth-child(2) {
    order: 1;
    padding-top: 0;
  }
  
  .popup_wrap {
    /* flex-direction: column; */
    width: calc(100% - 40px);
  }
  
}