@charset "UTF-8";

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ul-table,
.div-table {
    display: table;
}

.ul-table>*,
.div-table>* {
    display: table-cell;
}

.mgr0 {
    margin-right: 0 !important;
}

.tl {
    text-align: left !important;
}

.tc {
    text-align: center !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pull-over {
    overflow: hidden;
}

.col50 {
    width: 50%;
}

.clear-after::after {
    content: '';
    display: table;
    clear: both;
}

.w1100 {
    width: 1100px;
    margin: 0 auto;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.skip,
legend,
caption {
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
    position: absolute;
    left: -9999px;
}

#contents-wrap {
    overflow: hidden;
}

.subject_selc {
    margin-top: 50px;
}

.inner {
    position: relative;
    margin: auto;
}

.content-1 {
    background-color: #5824e1;
    position: relative;
}

.content-1 .sub-bg {
    position: absolute;
    bottom: 0;
    right: 100%;
    transform: translateX(92%);
    z-index: 2;
}

@media screen and (max-width: 1900px) {
    .content-1 .sub-bg {
        transform: translateX(90%);
    }
}

.content-1 .inner {
    width: 1800px;
    height: 1246px;
    margin: 0 auto;
    position: relative;
    padding-left: 200px;
    padding-top: 180px;
}

.content-1 .txt-wrap {
    display: flex;
    flex-flow: column nowrap;
}

.content-1 .move-txt-grp {
    position: relative;
}

.content-1 .move-txt-grp .move-1 {
    position: absolute;
    top: -80px;
    animation-name: move-key-1;
    animation-duration: 1s;
    /*animation-iteration-count: infinite;*/
    /*animation-duration: 4s;*/
    /*animation-iteration-count: infinite;*/
}

.content-1 .move-txt-grp .move-2 {
    animation-name: move-key-1;
    animation-duration: 1.5s;
}

.content-1 .dontmove-txt-grp {
    margin-top: 50px;
    position: relative;
}

.content-1 .dontmove-txt-grp .dont-txt-1 {
    position: absolute;
}

.content-1 .dontmove-txt-grp .dont-txt-2 {
    position: relative;
    z-index: 3;
    margin-top: 70px;
}

.content-1 .teacher-grp-1 {
    display: flex;
    position: absolute;
    top: 70px;
    left: 620px;
    animation-name: move-key-2;
    animation-duration: 2s;
    animation-delay: 1s;
    transform: translateX(100px) translateY(-36px);
    animation-fill-mode: both;
}

.content-1 .teacher-grp-1 .move-1 {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 2;
}

.content-1 .teacher-grp-1 .move-2 {
    position: absolute;
    top: 30px;
    left: 300px;
    z-index: 1;
}

.content-1 .teacher-grp-1 .move-3 {
    position: absolute;
    left: 500px;
}

.content-1 .teacher-grp-2 {
    display: flex;
    position: absolute;
    bottom: 750px;
    right: 950px;
    flex-flow: row;
    z-index: 4;
    animation-name: move-key-1-1;
    animation-duration: 2s;
    animation-delay: 2s;
    transform: translateX(100px) translateY(-36px);
    animation-fill-mode: both;
}

.content-1 .teacher-grp-2 .move-1 {
    position: absolute;
    z-index: 1;
}

.content-1 .teacher-grp-2 .move-2 {
    position: absolute;
    top: -80px;
    left: 260px;
}

@keyframes move-key-1 {
    from {
        transform: translateX(-100px) translateY(36px);
    }

    to {
        /*transform: translateX(-50px) translateY(18px);*/
        transform: translateX(0) translateY(0);
    }
}

@keyframes move-key-1-1 {
    from {
        transform: translateX(-100px) translateY(36px);
    }

    to {
        /*transform: translateX(-50px) translateY(18px);*/
        transform: translateX(0) translateY(0);
    }
}

@keyframes move-key-2 {
    from {
        transform: translateX(100px) translateY(-36px);
    }

    to {
        /*transform: translateX(-50px) translateY(18px);*/
        transform: translateX(0) translateY(0);
    }
}

.content-2 {
    padding: 250px 0 150px;
}

.content-2 .inner {
    width: 1100px;
    margin: 0 auto;
}

.content-2 .tit-txt span {
    font-size: 50px;
    font-family: 'noto3', 'noto3', 'Malgun Gothic', '맑은 고딕';
}

.content-2 .tit-txt strong {
    font-family: 'noto7', 'sans-sarif';
    font-size: 64px;
    margin-top: 20px;
}

.content-2 .tit-txt span,
.content-2 .tit-txt strong {
    color: #000;
    display: block;
    line-height: 100%;
}

.content-2 .atoz_img_txt span,
.content-2 .atoz_img_txt strong {
    display: block;
    font-size: 25px;
    color: #000;
    line-height: 100%;
}

.content-2 .atoz_img_txt {
    position: relative;
}

.content-2 .atoz_img_txt::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/play_s_btn.png');
}

.content-2 .atoz_img_txt span {
    font-family: 'noto3', 'noto3', 'Malgun Gothic', '맑은 고딕';
}

.content-2 .atoz_img_txt strong {
    font-family: 'noto6', 'noto6', 'Malgun Gothic', '맑은 고딕';
    margin-top: 15px;
}

.content-2 .atoz_area {
    padding-top: 165px;
    padding-bottom: 130px;
}

.content-2 .atoz_area .atoz_tit {
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 8px;
}

.content-2 .atoz_area .tab-menu p {
    line-height: 150%;
    font-size: 20px;
}

.content-2 .atoz_area .tab-menu p span {
    font-size: 23px;
    font-family: 'noto6';
}

.content-2 .atoz_area .at_area_txt p {
    font-size: 50px;
    line-height: 130%;
    text-align: left;
    letter-spacing: -1.7px;
}

.content-2 .atoz_area .at_area_txt p span {
    font-family: 'noto6';
    font-weight: 100;
}

.content-2 .tab-content .con1_img1 {
    /*    position: absolute;
    left: 45%;
    top: -3%;*/
    position: absolute;
    top: -200px;
    right: -230px;
}

.content-2 .atoz_area .con1_img3 {
    position: absolute;
    left: 48%;
    top: 20%;
}

.content-2 .atoz_area .con_img {
    margin-bottom: 50px;
}

.content-2 .atoz_menu {
    position: relative;
    margin-top: 150px;
    margin-right: -42px;
    z-index: 3;
}

.content-2 .atoz_menu li {
    position: relative;
    width: calc(33.33% - 19px);
    margin-right: 28px;
    text-align: left;
    box-sizing: border-box;
}

.content-2 .atoz_menu li .atoz_img_txt {
    margin-top: 25px;
}

.content-2 .atoz_menu li a {
    display: inline-block;
    width: 345px;
    padding-top: 175px;
}

.content-2 .atoz_menu li a>div {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 345px;
    height: 185px;
    opacity: 0.5;
}

.content-2 .atoz_menu .tab1 {
    background: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/play_s1.png') top left no-repeat;
    border: 5px solid;
    border-color: transparent;
}

.content-2 .atoz_menu .tab2 {
    background: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/play_s2.png') top left no-repeat;
    border: 5px solid;
    border-color: transparent;
}

.content-2 .atoz_menu .tab3 {
    background: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/play_s3.png') top left no-repeat;
    border: 5px solid;
    border-color: transparent;
}

.content-2 .atoz_menu .btn_tab:hover,
.content-2 .atoz_menu .btn_tab.is_active {
    border-color: #ff5d5b;
}

.content-2 .atoz_menu .btn_tab:hover>div,
.content-2 .atoz_menu .btn_tab.is_active>div {
    opacity: 0;
}

.content-2 .atoz_menu .tab1:hover,
.content-2 .atoz_menu .tab1.selected {
    border-color: #ff5d5b;
}

.content-2 .atoz_menu .tab1:hover>div,
.content-2 .atoz_menu .tab1.selected>div {
    opacity: 0;
}

.content-2 .atoz_menu .tab2:hover,
.content-2 .atoz_menu .tab2.selected {
    border-color: #ff5d5b;
}

.content-2 .atoz_menu .tab2:hover>div,
.content-2 .atoz_menu .tab2.selected>div {
    display: block;
    opacity: 0;
}

.content-2 .atoz_menu .tab3:hover,
.content-2 .atoz_menu .tab3.selected {
    border-color: #ff5d5b;
}

.content-2 .atoz_menu .tab3:hover>div,
.content-2 .atoz_menu .tab3.selected>div {
    opacity: 0;
}

.content-2 .atoz_tab {
    margin-top: 170px;
}

.content-2 .atoz_tab .tab-content {
    position: relative;
}

.content-2 .atoz_tab .video_box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 820px;
    height: 490px;
}

.content-2 .atoz_tab .video_box .layer,
.content-2 .atoz_tab .video_box .layer span {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.content-3 {
    background: #d8ec7b;
    padding: 150px 0;
}

.content-3 .inner {
    width: 1100px;
    margin: 0 auto;
}

.content-3 .tit-txt {
    margin-bottom: 140px;
}

.content-3 .tit-txt span {
    font-size: 50px;
    font-family: 'noto3', 'noto3', 'Malgun Gothic', '맑은 고딕';
}

.content-3 .tit-txt strong {
    font-family: 'noto7', 'sans-sarif';
    font-size: 64px;
    margin-top: 20px;
}

.content-3 .tit-txt span,
.content-3 .tit-txt strong {
    color: #000;
    display: block;
    line-height: 100%;
}

.content-4 {
    padding: 250px 0 0;
    margin-bottom: 0 0 150px;
    position: relative;
}

.content-4::before {
    position: absolute;
    bottom: 0;
    height: 390px;
    width: 43%;
    content: '';
    background-color: #bcacf5;
}

.content-4 .inner {
    width: 1100px;
    margin: 0 auto;
}

.content-4 .tit-txt span {
    font-size: 50px;
    font-family: 'noto3', 'noto3', 'Malgun Gothic', '맑은 고딕';
}

.content-4 .tit-txt strong {
    font-family: 'noto7', 'sans-sarif';
    font-size: 64px;
    margin-top: 20px;
}

.content-4 .tit-txt span,
.content-4 .tit-txt strong {
    color: #000;
    display: block;
    line-height: 100%;
}

.content-4 .atoz_img_txt span,
.content-4 .atoz_img_txt strong {
    display: block;
    font-size: 25px;
    color: #000;
    line-height: 100%;
}

.content-4 .atoz_img_txt {
    position: relative;
}

.content-4 .atoz_img_txt::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 14px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/play_s_btn.png');
}

.content-4 .atoz_img_txt span {
    font-family: 'noto3', 'noto3', 'Malgun Gothic', '맑은 고딕';
}

.content-4 .atoz_img_txt strong {
    font-family: 'noto6', 'noto6', 'Malgun Gothic', '맑은 고딕';
    margin-top: 15px;
}

.content-4 .atoz_area {
    padding-top: 165px;
    padding-bottom: 130px;
}

.content-4 .atoz_area .atoz_tit {
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 8px;
}

.content-4 .atoz_area .tab-menu p {
    line-height: 150%;
    font-size: 20px;
}

.content-4 .atoz_area .tab-menu p span {
    font-size: 23px;
    font-family: 'noto6';
}

.content-4 .atoz_area .at_area_txt p {
    font-size: 50px;
    line-height: 130%;
    text-align: left;
    letter-spacing: -1.7px;
}

.content-4 .atoz_area .at_area_txt p span {
    font-family: 'noto6';
    font-weight: 100;
}

.content-4 .tab-content .con1_img1 {
    /*    position: absolute;
        left: 45%;
        top: -3%;*/
    position: absolute;
    top: -200px;
    right: -230px;
}

.content-4 .atoz_area .con1_img3 {
    position: absolute;
    left: 48%;
    top: 20%;
}

.content-4 .atoz_area .con_img {
    margin-bottom: 50px;
}

.content-4 .atoz_menu {
    position: relative;
    display: flex;
    margin-bottom: 140px;
}

.content-4 .atoz_menu li {
    position: relative;
    width: 100%;
    margin-right: 5px;
    box-sizing: border-box;
}

.content-4 .atoz_menu li:last-child {
    margin-right: 0px;
}

.content-4 .atoz_menu li .atoz_img_txt {
    margin-top: 25px;
}

.content-4 .atoz_menu li a {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #e7e7e7;
    background-color: #a2a5b6;
    line-height: 100%;
    font-family: 'noto6', 'dotum', sans-serif;
}

.content-4 .atoz_menu .tab1 {}

.content-4 .atoz_menu .tab2 {}

.content-4 .atoz_menu .tab3 {}

.content-4 .atoz_menu li a:hover,
.content-4 .atoz_menu li a.selected {
    color: #fff;
    background-color: #5a21df;
}

.content-4 .atoz_tab {
    margin-top: 86px;
}

.content-4 .atoz_tab .tab-content {
    position: relative;
}

.content-4 .atoz_tab .video_box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 820px;
    height: 490px;
}

.content-4 .atoz_tab .video_box .layer,
.content-4 .atoz_tab .video_box .layer span {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.content-4 .tit-video-wrap {
    display: flex;
    justify-content: space-between;
}

.content-4 .tit-video-wrap .t_sample {
    position: relative;
    margin-top: 30px;
    width: 560px;
    height: 330px;
    background-color: #333333;
    display: flex;
    align-items: center;
}

.content-4 .tit-video-wrap a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.content-4 .tit-video-wrap a>div {
    margin-left: 60px;
}

.content-4 .tit-video-wrap span,
.content-4 .tit-video-wrap strong {
    display: block;
    line-height: 100%;
}

.content-4 .tit-video-wrap span {
    color: #c0c0c0;
    font-size: 26px;
}

.content-4 .tit-video-wrap strong {
    color: #fff;
    font-size: 35px;
    margin-top: 16px;
}

.content-4 .tit-video-wrap i {
    display: block;
    width: 80px;
    height: 80px;
    font-size: 0;
    position: relative;
    background-color: #1a1a1a;
    box-sizing: border-box;
    border-radius: 40px;
    margin-top: 60px;
}

.content-4 .tit-video-wrap i::before {
    content: '';
    background-image: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/teacher_arrow.png');
    background-repeat: no-repeat;
    width: 36px;
    height: 41px;
    position: absolute;
    left: 32%;
    top: 25%;
}

.content-4 .teacher-profile {
    display: flex;
}

.content-4 .teacher-profile>div {
    width: 49%;
}

.content-4 .teacher-profile-img {
    position: relative;
}

.content-4 .teacher-profile-img .image-box {
    margin-left: 100px;
}

.content-4 .teacher-profile-img .small-txt strong {
    font-family: 'noto6', 'noto6', 'Malgun Gothic', '맑은 고딕';
}

.content-4 .teacher-profile-img .small-txt {
    font-family: 'noto2', 'noto2', 'Malgun Gothic', '맑은 고딕';
    position: absolute;
    font-size: 26px;
    top: 244px;
    line-height: 34px;
    color: #fff;
}

.content-4 .teacher-profile-txt ul {
    margin-top: 100px;
}

.content-4 .teacher-profile-txt ul li {
    display: flex;
    padding: 30px 0;
    align-items: center;
    border-bottom: 1px solid #b3b3b3;
}

.content-4 .teacher-profile-txt ul li:last-child {
    border-bottom: none;
}

.content-4 .teacher-profile-txt ul li div {
    width: 50%;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1.3px;
}

.content-4 .teacher-profile-txt ul li strong {
    font-size: 25px;
    line-height: 29px;
}

.content-4 .teacher-profile-txt ul li i {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    color: #b3b3b3;
    line-height: 22px;
}

.content-4 .profile-review-tit {
    display: flex;
}

.content-4 .profile-review-tit p {
    font-size: 20px;
    color: #5926dd;
    font-family: 'noto6', 'dotum', sans-serif;
    margin-left: 10px;
    position: relative;
    width: 100%;
}

.content-4 .profile-review-tit p::after {
    content: '';
    width: 82%;
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #5926dd;
    top: 50%;
}

.content-4 .profile-review-txt {
    font-size: 20px;
    line-height: 24px;
    padding-top: 20px;
}

.content-4 .profile-review-txt span {
    color: #aaa;
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.content-5 {
    overflow: hidden;
}

.content-5 .inner {
    width: 1100px;
    margin: 0 auto;
}

.content-5 .tit-txt {
    margin-bottom: 140px;
    margin-top: 230px;
}

.content-5 .tit-txt span {
    font-size: 50px;
    font-family: 'noto3', 'noto3', 'Malgun Gothic', '맑은 고딕';
}

.content-5 .tit-txt strong {
    font-family: 'noto7', 'sans-sarif';
    font-size: 64px;
    margin-top: 20px;
}

.content-5 .tit-txt span,
.content-5 .tit-txt strong {
    color: #000;
    display: block;
    line-height: 100%;
}

.content-5 .book-review-wraper {
    position: relative;
}

.content-5 .book-review-wraper .image-box {
    position: absolute;
    right: -30px;
    top: 20px;
}

.content-5 .swiper.mySwiper.swiper-container-initialized.swiper-container-vertical {
    height: 600px;
}

.content-5 .review-slider .swiper-slide {}

.content-5 .review-slider {
    width: 400px;
    overflow: hidden;
}

.content-5 .review-slider .tit {
    font-size: 26px;
    background-color: #ebebeb;
    width: 100%;
    padding: 15px 53px;
    font-family: 'noto6', 'dotum', sans-serif;
    color: #5b25d5;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.content-5 .review-slider .tit::before {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/icon_1.png');
    position: absolute;
    left: 30px;
    top: -10px;
}

.content-5 .review-slider .txt {
    margin-top: 25px;
    padding: 0 25px;
    font-size: 17px;
}

.content-5 .review-slider .txt span {
    display: block;
    color: #aeaeae;
    margin-top: 20px;
}

.content-6 {
    height: 1200px;
    padding: 150px 0;
}

.content-6 .inner {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.content-6 .book-wraper {
    position: relative;
}

.content-6 .book-wraper .book-slide-list {
    display: flex;
}

.content-6 .book-wraper .image-box {
    border: 2px solid #000;
    box-sizing: border-box;
    padding: 60px;
    background-color: #f3f3f3;
}

.content-6 .swiper-pagination-fraction,
.content-6 .swiper-pagination-custom,
.content-6 .swiper-container-horizontal>.swiper-pagination-bullets {
    top: 0;
    height: 80px;
    line-height: 34px;
    position: relative;
    text-align: left;
}

.content-6 .swiper-pagination-bullet-active {}

.content-6 .swiper-pagination-bullet-active span {
    display: block;
    border-bottom: 4px solid #5824de;
    height: 45px;
}

.content-6 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 40px;
}

.content-6 .swiper-pagination-bullet {
    color: #4d4c51;
    opacity: 1;
    background: none;
    width: max-content;
    display: inline-block;
    font-size: 30px;
    font-family: 'noto6', 'dotum', sans-serif;
}

.content-6 .book-wraper .txt {
    margin-left: 80px;
    width: 38%;
}

.content-6 .book-wraper .txt ul li {
    font-size: 20px;
    line-height: 100%;
    margin-top: 30px;
}

.content-6 .book-wraper .txt ul li strong::before {
    display: inline-block;
    content: '';
    background-image: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/icon_2.png');
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.content-6 .book-wraper .txt ul li strong {
    font-family: 'noto6', 'dotum', sans-serif;
    padding: 15px 30px;
    color: #6d3dde;
    box-sizing: border-box;
    border-radius: 30px;
    background: #ebebeb;
    display: block;
    font-size: 30px;
    line-height: 100%;
}

.content-6 .book-wraper .txt ul li p {
    padding: 30px 25px;
    line-height: 1.9em;
}

.content-7 {
    padding: 0 0 120px;
}

.content-7 .inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 50px;
}

.content-7 .tit-txt {
    margin-bottom: 140px;
}

.content-7 .tit-txt span {
    font-size: 50px;
    font-family: 'noto3', 'noto3', 'Malgun Gothic', '맑은 고딕';
}

.content-7 .tit-txt strong {
    font-family: 'noto7', 'sans-sarif';
    font-size: 64px;
    margin-top: 20px;
}

.content-7 .tit-txt span,
.content-7 .tit-txt strong {
    color: #000;
    display: block;
    line-height: 100%;
}

.content-7 .one-row {
    background: linear-gradient(90deg, #e5f98a, #e5f98a 70%, #b0d95f);
    border-radius: 40px;
    padding: 80px 70px;
    box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}

.content-7 .one-row::before,
.content-7 .one-row::after {
    position: absolute;
}

.content-7 .one-row::before {
    content: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/benefit_book.png');
    top: 30%;
    right: 300px;
    z-index: 1;
}

.content-7 .one-row::after {
    content: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/benefit_play.png');
    top: 20%;
    right: 80px;
}

.content-7 .one-row span,
.content-7 .one-row strong {
    display: block;
    line-height: 100%;
    margin: 15px 0;
}

.content-7 .one-row span {
    font-size: 34px;
}

.content-7 .one-row strong {
    font-size: 48px;
    font-family: 'noto6', 'dotum', sans-serif;
}

.content-7 .two-row {
    position: relative;
}

.content-7 .two-row ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 40px 0;
}

.content-7 .two-row ul li {
    width: calc((100% - 20px) / 2);
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.2);
    padding: 48px 44px;
    margin: 20px 0;
    position: relative;
}

.content-7 .two-row ul li::after {
    position: absolute;
    right: 35px;
}

.content-7 .two-row ul li:nth-child(1)::after {
    content: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/bottom_benefit_1.png');
    top: 20%;
}

.content-7 .two-row ul li:nth-child(2)::after {
    content: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/bottom_benefit_2.png');
    right: 17px;
    top: 18%;
}

.content-7 .two-row ul li:nth-child(3)::after {
    content: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/bottom_benefit_3.png');
    top: 15%;
}

.content-7 .two-row ul li:nth-child(4)::after {
    content: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/bottom_benefit_4.png');
    top: 18%;
}

.content-7 .two-row ul li>a {
    display: inline-block;
    padding: 5px 10px;
    font-family: 'noto5', 'Malgun Gothic', '맑은 고딕';
    font-size: 14px;
    color: #fff;
    background: #000;
    border-radius: 5px;
}

.content-7 .one-row::after {
    content: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/benefit_play.png');
    top: 20%;
    right: 80px;
}

.content-7 .two-row span,
.content-7 .two-row strong {
    display: block;
    line-height: 100%;
    margin: 10px 0;
}

.content-7 .two-row span {
    font-size: 20px;
}

.content-7 .two-row strong {
    font-size: 32px;
    font-family: 'noto6', 'dotum', sans-serif;
    line-height: 1.2em;
}

i[class$='-icon'] {
    background-repeat: no-repeat;
    display: inline-block;
}

.review-icon {
    width: 24px;
    height: 22px;
    background-image: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/icon_1.png');
}

.pan-icon {
    background-image: url('/_skin/tpl_skin/basic_gtelp_new/images/con1_20/icon_2.png');
    width: 28px;
    height: 28px;
}

.bar-text {
    min-width: 1100px;
    margin: 0 auto;
    background: #0b194f;
    color: #fff;
    text-align: center;
    font-family: 'noto5';
    padding: 30px 0;
    font-size: 30px;
    line-height: 35px;
}