﻿@charset "UTF-8";
/* 
h1 {display 와 단독사용 속성들... 
  박스모델 속성들
  동일 성향의 속성단위로 한줄씩 입력, 순서는 상관없슴
  애니메이션 관련 속성을 가장 마지막에 등록 
}
만일 속성이 하나의 성향만 사용할 경우 첫줄 만 사용
*/

/********************
      MAIN-S 
********************/
/* MAIN-common-S 메인페이지 공통 */
#content h3.title {
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -1px;
    color: #383838;
}

#content h4.title {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #383838;
    font-weight: bold;
    font-size: 22px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #383838;
}

#content>section+section {
    padding: 60px 0 80px 0;
}

/* MAIN-common-E */

/* VISUAL-S */
.visual {
    overflow: hidden;
    width: 100%;
    height: 475px;
    min-width: 1080px;
    position: relative;
}

.swiper-visual {
    margin-bottom: 80px;
}

.swiper-visual .swiper-wrapper {
    text-align: center;
}

.swiper-visual .swiper-wrapper img {
    width: 1080px;
}

.swiper-visual .swiper-wrapper .swiper-slide {
    position: relative;
    height: 475px;
}

.swiper-visual .swiper-wrapper .swiper-slide a {
    position: absolute;
    display: block;
    width: 100%;
}

.swiper-visual .swiper-wrapper .visual_4_btn_1 {
    bottom: 10%;
    left: 29%;
    width: 12.5% !important;
    height: 8%;
}

.swiper-visual .swiper-wrapper .visual_4_btn_2 {
    bottom: 10%;
    left: 58%;
    width: 12.5% !important;
    height: 8%;
}

.swiper-visual .swiper-wrapper .visual_5_btn_1 {
    bottom: 14%;
    left: 44.5%;
    width: 9.4% !important;
    height: 8%;
}

.swiper-visual .swiper-wrapper .visual_7_btn_1 {
    bottom: 0%;
    left: 22%;
    width: 8% !important;
    height: 31%;
}

.swiper-visual .swiper-wrapper .visual_8_btn_1 {
    bottom: 6%;
    left: 25.8%;
    width: 11.5% !important;
    height: 41%;
}

.swiper-visual .swiper-wrapper .visual_8_btn_2 {
    bottom: 6%;
    left: 38%;
    width: 11.5% !important;
    height: 41%;
}

.swiper-visual .swiper-wrapper .visual_8_btn_3 {
    bottom: 6%;
    left: 50.2%;
    width: 11.5% !important;
    height: 41%;
}

.swiper-visual .swiper-wrapper .visual_8_btn_4 {
    bottom: 6%;
    left: 62.5%;
    width: 11.5% !important;
    height: 41%;
}

.visual .visual-next {
    position: absolute;
    top: 50%;
    background: url('https://image3.masterprep.net/content/sprite_202012.png') -400px -134px;
    width: 21px;
    height: 35px;
    margin-top: -18px;
    left: 50%;
    margin-left: 541px;
    cursor: pointer;
    z-index: 10;
}

.visual .visual-prev {
    position: absolute;
    top: 50%;
    background: url('https://image3.masterprep.net/content/sprite_202012.png') -400px -85px;
    width: 21px;
    height: 35px;
    margin-top: -18px;
    left: 50%;
    margin-left: -561px;
    cursor: pointer;
    z-index: 10;
}

.visual .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #333333;
    opacity: 1;
}

.visual .swiper-pagination-bullet-active {
    background-color: #5a41a0;
}

.visual .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.visual .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

/* VISUAL-E */

.service-banner {
    margin: 20px 0;
}

.service-banner li {
    float: left;
    margin-left: 10px;
}

.service-banner li:first-child {
    margin: 0;
}

.ad-anner ul li {
    float: left;
}

.lect-banner ul li {
    float: left;
}

.left-service,
.view-series {
    float: left;
}

/* 이벤트 및 공지사항 및 Best강의-S */
.column {}

.column-wrap {
    margin-bottom: 65px;
}

.column-event {
    float: left;
    width: 694px;
    margin-right: 20px;
}

.column-event ul {
    width: 694px;
}

.column-event li {
    position: relative;
    float: left;
    width: 211px;
    height: 152px;
    background: #fff;
    border: 1px solid #e5e7e6;
    border-radius: 10px;
}

.column-event li:first-child {
    margin-right: 30px;
}

.column-event li:nth-child(2) {
    margin-right: 30px;
}

.column-event li:before {
    content: '';
    position: absolute;
    left: 28px;
    top: 18px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('https://image3.masterprep.net/content/main/upload/ico_event_list.png') no-repeat 0 0;
}

.column-event li:nth-child(2):before {
    background-position: 0 -40px
}

.column-event li:nth-child(3):before {
    background-position: 0 -80px
}

.column-event li a {
    display: block;
    height: 100%;
    padding: 63px 10px 0 25px;
}

.column-event li:nth-child(2) a {
    padding: 72px 10px 0 25px;
}

.column-event li:nth-child(3) a {
    padding: 72px 10px 0 25px;
}

.column-event li a p {
    overflow: hidden;
    width: 100%;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column-event li a .sub-txt {
    font-size: 15px;
    color: #333;
    line-height: 1.2;
    font-weight: 300;
}

.column-event li a .main-txt {
    display: block;
    margin-top: 4px;
    font-size: 21px;
    color: #4e2a84;
    line-height: 1.2;
    letter-spacing: -.04em;
}

.column-event li a .main-txt strong {
    display: inline-block;
    font-weight: 600;
}

/**/
.column-notice {
    float: right;
    width: 366px;
    position: relative;
}

.column-notice li {
    width: 100%;
    height: 38px;
    padding-left: 30px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 38px;
    position: relative;
}

.column-notice li:before {
    content: "";
    width: 2px;
    height: 2px;
    position: absolute;
    top: 18px;
    left: 14px;
    background-color: #666666;
}

.column-notice li a {
    display: block;
    color: #765d9f;
}

.column-notice li a span {
    display: block;
    width: 300px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: normal;
}

.column-notice .more {
    position: absolute;
    top: 13px;
    right: 0;
}

.column-notice .more span {
    margin-right: 5px;
    font-weight: 500;
    vertical-align: middle;
}

.column-notice li a:hover span {
    text-decoration: underline;
}

.column-best {}

.best-lecture {}

.best-lecture .best-lecture-item {
    float: left;
    width: 249px;
    height: 265px;
    padding: 100px 20px 0 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: relative;
}

.best-lecture .best-lecture-item img {
    position: absolute;
    left: 1px;
    top: 0;
    z-index: -1;
}

/*.best-lecture .best-lecture-item:nth-child(1) {background-image: url(https://image3.masterprep.net/content/main_202012/best_lect_01.png);}*/
/*.best-lecture .best-lecture-item:nth-child(2) {background-image: url(https://image3.masterprep.net/content/main/upload/best_lect_Dani.png);}*/
/*.best-lecture .best-lecture-item:nth-child(3) {background-image: url(https://image3.masterprep.net/content/main_202012/best_lect_03.png);}*/
/*.best-lecture .best-lecture-item:nth-child(4) {background-image: url(https://image3.masterprep.net/content/main_202012/best_lect_04.png);}*/
.best-lecture .best-lecture-item+.best-lecture-item {
    margin-left: 28px;
}

.best-lecture .best-lecture-item .lecture-data {
    display: block;
    height: 66px;
    margin: 0 0 40px 0;
    font-size: 20px;
    color: #333333;
    line-height: 22px;
}

.best-lecture .best-lecture-item .summary {
    margin: 10px 0 16px;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    position: absolute;
    left: 20px;
    top: 40px;
}

.best-lecture .best-lecture-item .tag {
    width: 58px;
    height: 20px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background-color: #4e2a84;
    position: absolute;
    top: 10px;
    left: 20px;
}

.best-lecture .best-lecture-item .name {
    float: left;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

.best-lecture .best-lecture-item .name span {
    display: block;
    font-size: 14px;
}

.best-lecture .best-lecture-item a {
    float: right;
    width: 40px;
    height: 40px;
    text-indent: -10000px;
    background: url(https://image3.masterprep.net/content/sprite.png) no-repeat -440px -40px;
}

/* 이벤트 및 공지사항 및 Best강의-E */

/* 마스터프렙 신규/추천강의-S */
#content .new-lecture {
    padding-top: 0;
}

.new-lecture .new-lecture-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 30px auto;
    /*padding: 20px 0 0;
    background-color: #6337c2;*/
}

#content .new-lecture h3.title {
    padding: 0 0 26px;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    /*color: #fff;*/
}

.new-lecture li {
    float: left;
    width: 530px;
    height: 70px;
    padding-top: 13px;
    font-size: 17px;
    text-align: center;
    background-color: #eae8f5;
    border-radius: 10px;
}

.new-lecture li:nth-child(n+1):nth-child(-n+4) {
    margin-bottom: 15px;
}

.new-lecture li:nth-child(odd) {
    margin-right: 20px;
}

.new-lecture li a {
    display: block;
    width: 100%;
    height: 70px;
}

.new-lecture li a span {
    display: block;
    margin-top: 10px;
    color: #66449f;
}

.new-lecture .recommend {
    height: 90px;
    border-radius: 20px;
    background-color: #ededed;
    font-size: 16px;
    text-align: center;
}

.new-lecture .recommend .title {
    display: inline-block;
    margin-right: 20px;
    line-height: 90px;
}

.new-lecture .black {
    width: 180px;
    height: 45px;
    border-radius: 10px;
    background-color: #1d1c27;
    color: #fff;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

/* 마스터프렙 신규/추천강의-S */

/* 영역별 인기강의-S */
.popula-lecture {
    padding-bottom: 40px;
    background: #f5f5f5;
    text-align: center;
}

.popula-lecture p.title {}

.popula-lecture .tabs {
    width: 888px;
    margin: auto;
}

.popula-lecture .tabs .tab {
    display: table;
    float: left;
    cursor: pointer;
    width: 294px;
    height: 46px;
    margin-left: -1px;
    background-color: #fff;
    border: 1px solid #cccccc;
}

.popula-lecture .tabs .tab.active {
    background-color: #684c96;
    color: #fff;
}

.popula-lecture .tabs .tab span {
    display: table-cell;
    vertical-align: middle;
}

.popula-lecture .tab-content {
    overflow: hidden;
    height: 250px;
}

.popula-lecture .tab-content .swiper-container {
    padding-top: 74px;
}

.popula-lecture .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 30px;
}

.popula-lecture .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 0;
}

.popula-lecture .swiper-pagination-bullet-active {
    background-color: #7d56a7;
}

.popula-lecture .swiper-wrapper {
    z-index: 1;
}

.popula-lecture .swiper-pagination {
    z-index: -1;
}

.popula-lecture .swiper-button-next {
    width: 24px;
    height: 47px;
    margin-top: 87px;
    background: url('https://image3.masterprep.net/content/sprite_202012.png') -440px -134px;
    right: -64px !important;
}

.popula-lecture .swiper-button-prev {
    width: 24px;
    height: 47px;
    margin-top: 87px;
    background: url('https://image3.masterprep.net/content/sprite_202012.png') -440px -85px;
    left: -64px !important;
}

/* 영역별 인기강의-E */

/* 과목별 추천 강의-S 20250103 */
.ms-recommand {
    padding: 45px 0;
    background: #f5f5f5;
    box-sizing: border-box;
}

.ms-recommand-wrap.container {
    text-align: center
}

#content .ms-recommand .title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #383838
}

#content .ms-recommand .title .sub_txt {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #66449f;
    font-weight: 400;
}

/*.ms-recommand .title .txt_q { display:inline-block; margin-right:20px;}*/
.ms-recommand .title .txt_q {
    display: inline-block;
    margin-right: 20px;
    color: #d8cdf7;
    font-weight: 900;
    font-size: 64px;
    font-family: '나눔스퀘어';
    vertical-align: middle;
}

.ms-recommand .btn_roadmap {
    display: inline-block;
    color: #4d2a84;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}

.ms-recommand .recommand_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
    justify-content: space-between;
    row-gap: 40px;
}

.ms-recommand .recommand_list>li {
    width: calc(50% - 30px);
}

.ms-recommand .recommand_list>li .list_box {
    display: inline-flex;
    justify-content: space-between;
}

.ms-recommand .recommand_list>li .tit {
    width: 120px;
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    letter-spacing: -.02em;
    text-align: left
}

.ms-recommand .recommand_list>li .tit:before {
    content: '';
    display: block;
    width: 52px;
    height: 48px;
    margin-bottom: 10px;
}

.ms-recommand .recommand_list li:first-child .tit:before {
    background: url('https://image3.masterprep.net/content/main/ico_recommand_sample1.png') no-repeat 50% 0
}

.ms-recommand .recommand_list li:nth-child(2) .tit:before {
    background: url('https://image3.masterprep.net/content/main/ico_recommand_sample2.png') no-repeat 50% 0
}

.ms-recommand .recommand_list li:nth-child(3) .tit:before {
    background: url('https://image3.masterprep.net/content/main/ico_recommand_sample3.png') no-repeat 50% 0
}

.ms-recommand .recommand_list li:nth-child(4) .tit:before {
    background: url('https://image3.masterprep.net/content/main/ico_recommand_sample4.png') no-repeat 50% 0
}

.ms-recommand .recommand_list li .txt_list {
    width: 380px;
    /*padding:20px;*/
    border-radius: 10px;
    box-shadow: 3px 2px 15px 2px rgba(0, 0, 0, .06);
    background: #fff;
    box-sizing: border-box;
    text-align: left;
}

.ms-recommand .txt_list li {
    position: relative;
}

.ms-recommand .txt_list li:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    display: inline-block;
    width: calc(100% - 40px);
    height: 1px;
    background: #ccc
}

.ms-recommand .txt_list li:last-child:after {
    display: none
}

.ms-recommand .txt_list li>a {
    display: block;
    padding: 25px 20px;
}

.ms-recommand .txt_list li p {
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    color: #666;
    letter-spacing: -.02em
}

.ms-recommand .txt_list li p>strong {
    display: block;
    color: #66449f;
    font-weight: 500;
}

/* 과목별 추천 강의-E */

/* 실제 점수를 오르게 하는 검증된 강의-S */
#content .high-lecture h3.title {
    margin-bottom: 50px;
}

.high-lecture .container {
    position: relative;
}

.high-lecture .swiper-container {
    margin: 0;
}

.high-lecture .swiper-slide {
    padding: 20px;
    height: 410px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
}

.high-lecture .swiper-slide .lect-header {
    margin-bottom: 30px;
    color: #323333;
    font-size: 18px;
    line-height: 22px;
    position: relative;
}

.high-lecture .swiper-slide .lect-header span {
    display: block;
    font-size: 14px;
    font-family: Noto Sans CJK KR-L, serif;
}

.high-lecture .swiper-slide .lect-header .avatar {
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.high-lecture .swiper-slide .lect-header .avatar img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.high-lecture .swiper-slide .lect-content {
    padding-top: 18px;
    border-top: 1px solid #e4e4e4;
    color: #848484;
    line-height: 20px;
    font-size: 14px;
}

.high-lecture .hl-next {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 47px;
    margin-top: 45px;
    cursor: pointer;
    background: url('https://image3.masterprep.net/content/sprite_202012.png') -440px -134px;
    right: -64px;
}

.high-lecture .hl-prev {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 47px;
    margin-top: 45px;
    cursor: pointer;
    background: url('https://image3.masterprep.net/content/sprite_202012.png') -440px -85px;
    left: -64px;
}

.high-lecture .more {
    width: 200px;
    margin-left: -100px;
    color: #4d2a84;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50px;
    ;
}

.high-lecture .more i {
    margin-left: 6px;
    vertical-align: 2px;
}

/* 실제 점수를 오르게 하는 검증된 강의-E */

/* Study Guide & Roadmap-S */
.help-service {
    padding: 0 0 80px 0 !important;
    /*background-color: #f5f5f5;*/
}

.help-service article {
    float: left;
    overflow: hidden;
    width: 340px;
    height: 145px;
    border-radius: 10px;
    position: relative;
}

.help-service article.help-item-1 {
    background: #676dc3 url('https://image3.masterprep.net/content/main/upload/help_service_bg_01.png') no-repeat 50% 50%;
}

.help-service article.help-item-2 {
    background: #fa7e79 url('https://image3.masterprep.net/content/main/upload/help_service_bg_02.png') no-repeat 50% 50%;
}

.help-service article.help-item-3 {
    background: #30b1b5 url('https://image3.masterprep.net/content/main/upload/help_service_bg_03.png') no-repeat 50% 50%;
}

.help-service article+article {
    margin-left: 30px;
}

.help-service article a {
    width: 100%;
    height: 100%;
    padding: 10px 18px 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.help-service article .subject {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    position: absolute;
    left: 20px;
    top: 70px;
    z-index: 1;
    margin: 0;
}

.help-service article .summary {
    margin: 10px 0;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}

.help-service article img {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Study Guide & Roadmap-E */

/* 미국 대학교 입학시험 정보-S */
.lecture-info li {
    float: left;
    width: 340px;
    height: 175px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.lecture-info li+li {
    margin-left: 28px;
}

.lecture-info li a {
    position: relative;
    display: block;
    width: 100%;
    height: 175px;
    padding-top: 25px;
    padding-left: 25px;
}

.lecture-info li a::before {
    content: "";
    position: absolute;
    right: 25px;
    bottom: 20px;
    display: block;
    width: 67px;
    height: 54px;
    background-image: url('https://image3.masterprep.net/content/main/2024/banner_en/lecture_icon.png');
    background-repeat: no-repeat;
}

.lecture-info li:nth-child(1) a::before {
    width: 88px;
    height: 71px;
    background-position: 0 0;
}

.lecture-info li:nth-child(2) a::before {
    width: 85px;
    height: 80px;
    background-position: 0 -71px;
}

.lecture-info li:nth-child(3) a::before {
    width: 98px;
    height: 67px;
    background-position: 0 -151px;
}

.lecture-info li strong {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #4e2a83;
    font-size: 24px;
    letter-spacing: -.04em;
}

.lecture-info li span {
    font-weight: 300;
    color: #333;
    letter-spacing: -.04em;
    line-height: 1.4;
}

/*
	.lecture-info li a:hover {
        border-radius: 10px;
        background-color: #4e2a83;
    }

	.lecture-info li:nth-child(1) a:hover::before {
        background-position: -380px -430px;
    }

	.lecture-info li:nth-child(2) a:hover::before {
        background-position: -380px -554px;
    }

	.lecture-info li:nth-child(3) a:hover::before {
        background-position: -380px -620px;
    }

    .lecture-info li a:hover strong,
    .lecture-info li a:hover span {
        color: #fff;
    }*/
/* 미국 대학교 입학시험 정보-E */

/* 유학생 대상 인강의 압도적 1위-S 20251113 */
#content .statistical-data {
    padding: 60px 10px 45px 50px;
    border-radius: 20px;
    background-color: #eae8f5;
    color: #222;
}

.statistical-data .data-title {
    float: left;
}

.statistical-data h3 {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    position: relative;
}

.statistical-data h3 span {
    color: #63539d;
}

.statistical-data h3::after {
    content: '';
    width: 68px;
    height: 2px;
    background-color: #63539d;
    position: absolute;
    bottom: 14px;
    right: 0;
}

.statistical-data .summary {
    margin: 18px 0 70px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
}

.statistical-data .black {
    width: 180px;
    height: 45px;
    border-radius: 10px;
    background-color: #1d1c27;
    color: #fff;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.statistical-data .data-container {
    float: right;
    width: 635px;
}

.statistical-data .data-item {
    float: left;
    width: 215px;
}

.statistical-data .data-item:nth-child(3n) {
    width: 205px;
}

.statistical-data .data-item:nth-child(n+1):nth-child(-n+3) {
    margin-bottom: 25px;
}

.statistical-data .view-data {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 43px;
    color: #432a9f;
    position: relative;
}

.statistical-data .view-data::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #8560f6;
    position: absolute;
    top: 5px;
    left: -10px;
}

.statistical-data .view-data span {
    font-size: 24px;
}

.statistical-data .view-data.no1 {
    color: #222;
}

/*.statistical-data .view-data.no1::before {
            background-color: #fff;
        }*/

.statistical-data .description {
    /*font: 12px/18px "Noto Sans CJK KR-L", serif;*/
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    color: #222;
}

/* 유학생 대상 인강의 압도적 1위-E 20251113 */

/* 마스터프렙 서비스 안내-S */
.service {}

.service ul {}

.service li {
    float: left;
    width: 180px;
    height: 165px;
    text-align: center;
}

.service li a {
    display: block;
    width: 100%;
    height: 165px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 14px;
}

.service li a::before {
    content: '';
    display: block;
    width: 104px;
    height: 85px;
    margin: 0 auto 15px auto;
    background: url(https://image3.masterprep.net/content/main_202012/service_icon.png) no-repeat 0 0;
}

.service li a:hover {
    color: #4d2a84;
}

.service li.icon-01 a:before {
    background-position: 0 0;
}

.service li.icon-02 a:before {
    background-position: -120px 0;
}

.service li.icon-03 a:before {
    background-position: -240px 0;
}

.service li.icon-04 a:before {
    background-position: -360px 0;
}

.service li.icon-05 a:before {
    background-position: -480px 0;
}

.service li.icon-06 a:before {
    background-position: -600px 0;
}

.service li.icon-07 a:before {
    background-position: 0 -100px;
}

.service li.icon-08 a:before {
    background-position: -120px -100px;
}

.service li.icon-09 a:before {
    background-position: -240px -100px;
}

.service li.icon-10 a:before {
    background-position: -360px -100px;
}

.service li.icon-11 a:before {
    background-position: -480px -100px;
}

.service li.icon-12 a:before {
    background-position: -600px -100px;
}

.service li.icon-01 a:hover::before {
    background-position: 0 -201px;
}

.service li.icon-02 a:hover::before {
    background-position: -120px -201px;
}

.service li.icon-03 a:hover::before {
    background-position: -240px -201px;
}

.service li.icon-04 a:hover::before {
    background-position: -360px -201px;
}

.service li.icon-05 a:hover::before {
    background-position: -480px -201px;
}

.service li.icon-06 a:hover::before {
    background-position: -600px -201px;
}

.service li.icon-07 a:hover::before {
    background-position: 0 -301px;
}

.service li.icon-08 a:hover::before {
    background-position: -120px -301px;
}

.service li.icon-09 a:hover::before {
    background-position: -240px -301px;
}

.service li.icon-10 a:hover::before {
    background-position: -360px -301px;
}

.service li.icon-11 a:hover::before {
    background-position: -480px -301px;
}

.service li.icon-12 a:hover::before {
    background-position: -600px -301px;
}

/* 마스터프렙 서비스 안내-E */

/* 유학생 맞춤형 Global 동영상 시스템-S */
.video-system {
    width: 100%;
    height: 503px;
    max-width: 1280px;
    min-width: 1080px;
    margin: 0 auto;
    padding-top: 65px;
    background: #f5f5f5 url('https://image3.masterprep.net/content/main_202012/earth.png') no-repeat center 100px;
}

#content .video-system h3.title {
    margin-bottom: 100px;
}

.video-system ul.video-service {
    width: 1080px;
    margin: 0 auto;
    padding: 0 50px;
}

.video-system li.service-list {
    float: left;
    width: 300px;
    height: 202px;
    border-radius: 10px;
    letter-spacing: -1px;
    text-align: center;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.video-system li+li {
    margin-left: 40px;
}

.video-system .service-list::after {
    content: '';
    height: 82px;
    background-image: url('https://image3.masterprep.net/content/main_202012/global_icon.png');
    background-size: 272px auto;
    position: absolute;
    top: -63px;
    left: 50%;
    transform: translateX(-50%);
}

.video-system .service-list.item-1::after {
    background-position: 0 0;
    width: 65px;
}

.video-system .service-list.item-2::after {
    background-position: -70px 0;
    width: 114px;
}

.video-system .service-list.item-3::after {
    background-position: -186px 0;
    width: 86px;
}

.video-system .service-list .data-title {
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    background-color: #6337c2;
}

.video-system .service-list .data-summary {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    position: relative;
    z-index: 1;
}

/* 유학생 맞춤형 Global 동영상 시스템-E */

/* 입금계좌안내-S */
#content .pay-service {
    padding-bottom: 40px;
}

.pay-service .pay {
    display: block;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 10px;
    text-align: center;
}

.pay-service .pay .bank {
    color: #383838;
}

.pay-service .pay .bank em {
    color: #6337c2;
    font-size: 22px;
    vertical-align: middle;
}

.pay-service .pay .bank span {
    font-size: 20px;
}

.pay-service .pay .bank span.account-number {
    display: inline-block;
    margin: 0 22px 0 30px;
    font-size: 26px;
}

.pay-service .pay .message {
    height: 12px;
    margin-top: 15px;
    font-size: 12px;
    color: #999;
    line-height: 1;
    background-color: #fff;
}

/* 입금계좌안내-E */

.line-up,
.streaming-banner {
    padding-top: 0px;
}

.streaming-banner {
    padding-bottom: 10px;
}

.epilogue {
    background-color: #363636;
    margin-bottom: 40px;
}

.epilogue a {
    display: block;
    background: url('https://image3.masterprep.net/content/main/m_banner_map_02.png') center;
    background-repeat: no-repeat;
    width: 100%;
    height: 293px;
}

/*======================== S 메인 파트너 ===========================*/
.main-partners-area {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 70px 0;
}

.main-partners-area h2 {
    width: 190px;
    height: 48px;
    margin: 0 auto;
    font-size: 0;
    background: url('https://image3.masterprep.net/content/main/img_text-partners.png');
}

.main-partners-area .partners-list {
    margin-top: 6px;
    list-style: none;
}

.main-partners-area .partners-list:after {
    display: block;
    content: "";
    clear: both;
}

.main-partners-area .partners-list>li {
    float: left;
    vertical-align: top;
    width: 23%;
    margin-left: 2%;
    margin-top: 54px;
}

.main-partners-area .partners-list>li img {
    max-width: 100%;
}

.main-partners-area .partners-list>li:nth-child(4n + 1) {
    margin-left: 0;
}

/*======================== E 메인 파트너 ===========================*/