@charset "utf-8";

#intro-nav-list {
    background-color: #ffffff;
}
#intro-nav-list.fixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    margin-top: 40px;
}

@media(max-width: 1200px) {
    #intro-nav-list.fixed {
        margin-top: 51px;
    }
}

#readingschool section,#readingschool div,#readingschool p {
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    box-sizing:	border-box;
    letter-spacing: -1px;
}

#readingschool h1 {
    padding: 0;
    margin: 0;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    letter-spacing: -2px;
}

#readingschool h1 span {
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    color: #ffe57e;
}

#readingschool h2 {
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 26px;
    line-height: 140%;
    text-align: center;
}

#readingschool h3 {
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
}

#readingschool h4 {
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 20px;
    text-align: center;
}

@media screen and (min-width:1280px) {
    #readingschool section, #readingschool div, #readingschool p {
        font-size: 22px;
    }

    #readingschool h1 {
        font-size: 62px;
        text-align: center;
    }

    #readingschool h1 br {
        display: none;
    }

    #readingschool h2 {
        font-size: 30px;
        text-align: center;
    }

    #readingschool h3 {
        font-size: 26px;
    }

    #readingschool h4 {
        font-size: 24px;
    }
}


/*Section-visual*/

#readingschool section.visual {
    padding-bottom: 10px;
    position: relative;
    background-color: #31a5ff;
}

#readingschool section.visual > .r-container {
    margin: 0;
    padding: 0 20px;
    background: url(/edu/skin/default/content/layout/idicschool/images/readingSchool/readingschool-img20.png) no-repeat;
    background-size: contain;
}

#readingschool section.visual .maintxt {
    padding-top: 40px;
    text-align: center;
}

#readingschool section.visual .maintxt > p {
    padding-top: 10px;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    color: #fff;
    font-size: 20px;
}

#readingschool section.visual .subtxt {
    text-align: center;
}

#readingschool section.visual .subtxt > span {
    display: inline-block;
    margin: 10px 0;
    padding: 6px 15px 2px 15px;
    border-radius: 30px;
    background-color: #ffe57e;
    font-size: 18px;
    line-height: 18px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    color: #31a5ff;
}

#readingschool section.visual .subtxt > p {
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    color: #fff;
    text-align: justify;
    font-size: 16px;
}

#readingschool section.visual .subtxt > p br {
    display: none;
}

/*Section-visual_1280px~*/
@media screen and (min-width:1280px) {
    #readingschool section.visual {
        background-size: 1200px;
    }

    #readingschool section.visual > .r-container {
        margin: 0 auto;
        padding: 0;
        width: 1000px;
    }

    #readingschool section.visual .maintxt {
        padding-top: 100px;
    }

    #readingschool section.visual .maintxt > p {
        padding-top: 20px;
        font-size: 30px;
    }

    #readingschool section.visual .subtxt > span {
        padding: 8px 15px 2px 15px;
        font-size: 24px;
        line-height: 24px;
    }

    #readingschool section.visual .subtxt > p {
        font-size: 20px;
        text-align: center;
    }

    #readingschool section.visual .subtxt > p br {
        display: block;
    }
}

/*Section-video*/

#readingschool section.video {
    background-color: #31a5ff;
}

#readingschool section.video > .r-container {
    padding: 0 20px 20px;
}

#readingschool section.video > .r-container > p {
    padding: 10px 0;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    color: #fff;
    text-align: center;
}

/*Section-video_1280px~*/
@media screen and (min-width:1280px) {
    #readingschool section.video > .r-container {
        margin: 0 auto;
        padding: 50px 0;
        width: 1000px;
    }

    #readingschool section.video > .r-container > div {
        margin: 0 auto;
        width: 720px;
    }

    #readingschool section.video > .r-container > p {
        font-size: 22px;
    }
}


/*Section-brand*/
#readingschool section.talks-brand {
    background-color: #333;
}

#readingschool section.talks-brand > .r-container {
    padding: 20px;
}

#readingschool section.talks-brand > .r-container > p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    color: #fff;
    text-align: center;
}

#readingschool section.talks-brand > .r-container .brand-badge {
    display: grid;
    grid-template-columns: repeat(4, 70px);
    justify-content: center;
    align-items: top;
    gap: 10px;
    padding: 10px 0;
}

#readingschool section.talks-brand > .r-container .brand-badge > div {
    text-align: center;
}

#readingschool section.talks-brand > .r-container .brand-badge > div > span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: url('/edu/skin/default/content/layout/idicschool/images/readingSchool/talks-brand-bg.png') left top;
    background-size: cover;
    font-weight: 600;
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    color: #d9ba6b;
}

#readingschool section.talks-brand > .r-container .brand-badge > div > p {
    padding-top: 5px;
    font-size: 11px;
    color: #ccc;
}

/*Section-brand_1280px~*/
@media screen and (min-width:1280px) {
    #readingschool section.talks-brand > .r-container {
        margin: 0 auto;
        padding: 30px 0;
        width: 1000px;
    }

    #readingschool section.talks-brand > .r-container > p {
        font-size: 24px;
    }

    #readingschool section.talks-brand > .r-container .brand-badge {
        grid-template-columns: repeat(4, 160px);
        gap: 10px;
        padding: 20px 0;
    }

    #readingschool section.talks-brand > .r-container .brand-badge > div > span {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 20px;
    }

    #readingschool section.talks-brand > .r-container .brand-badge > div > p {
        font-size: 15px;
    }

    #readingschool section.talks-brand > .r-container .brand-badge > div > p br {
        display: none;
    }
}


/*Section-contents01*/
#readingschool section.contents01 {
    background-color: #fff;
}

#readingschool section.contents01 > .r-container {
    padding: 20px;
}

#readingschool section.contents01 > .r-container .img-box {
    position: relative;
}

#readingschool section.contents01 > .r-container .img-box > img {
    border-radius: 20px;
}

#readingschool section.contents01 > .r-container .img-box > .txt {
    position: absolute;
    padding: 10px 0;
    width: 55%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .7);
    border-radius: 0 0 20px 20px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 16px;
    color: #444;
    text-align: center;
}

#readingschool section.contents01 > .r-container .img-box > .txt > span,
#readingschool section.contents01 > .r-container > p > span {
    color: #ff5656;
}

#readingschool section.contents01 > .r-container > p {
    padding: 20px 0;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 16px;
    color: #444;
    text-align: center;
}

/*Section-contents01_1280px~*/
@media screen and (min-width:1280px) {
    #readingschool section.contents01 > .r-container {
        margin: 0 auto;
        padding: 50px 0;
        width: 1000px;
    }

    #readingschool section.contents01 > .r-container .img-box {
        margin: 0 auto;
        width: 850px;
    }

    #readingschool section.contents01 > .r-container .img-box > .txt {
        font-size: 20px;
    }

    #readingschool section.contents01 > .r-container > p {
        padding: 30px 0;
        font-size: 20px;
    }
}


/*Section-contents02*/

#readingschool section.contents02 {
    background-color: #e7f6ff;
}

#readingschool section.contents02 > .r-container {
    padding: 20px;
    text-align: center;
}

#readingschool section.contents02 > .r-container > p {
    padding-top: 10px;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
}

#readingschool section.contents02 > .r-container > p > span {
    color: #31a5ff;
}

#readingschool section.contents02 > .r-container .readingschool-icon01 {
    width: 20%;
}

#readingschool section.contents02 > .r-container .readingschool-icon02 {
    padding-top: 30px;
    width: 80%;
}

/*Section-contents02_1280px~*/
@media screen and (min-width:1280px) {
    #readingschool section.contents02 > .r-container {
        margin: 0 auto;
        padding: 50px 0;
        width: 1000px;
    }

    #readingschool section.contents02 > .r-container .readingschool-icon01 {
        width: 180px;
    }

    #readingschool section.contents02 > .r-container .readingschool-icon02 {
        padding-top: 50px;
        width: 500px;
    }

}


/*Section-contents03*/

#readingschool section.contents03 {
    background-color: #e7f6ff;
}

#readingschool section.contents03 > .r-container {
    padding: 20px 0;
    text-align: center;
}

#readingschool section.contents03 > .r-container .view-more-title {
    position: relative;
    margin-bottom: 30px;
    padding: 18px 0;
    background-color: #ffd22e;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 18px;
    color: #333;
}

#readingschool section.contents03 > .r-container .view-more-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #ffd22e;
    border-bottom: 0;
    margin-left: -10px;
    margin-bottom: -10px;
}

#readingschool section.contents03 > .r-container .contents-wrap {
    padding: 0 20px;
}

#readingschool section.contents03 > .r-container .reading-title {
    margin: 0 auto 10px auto;
    padding: 5px 0;
    width: 100%;
    background-color: #a5deff;
    border-radius: 30px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 18px;
    color: #31a5ff;
}

#readingschool section.contents03 > .r-container .description {
    margin: 20px 0;
}

#readingschool section.contents03 > .r-container .description strong {
    font-weight: 700;
}

#readingschool section.contents03 > .r-container .learning-wrap { /*리딩 스쿨에서는*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#readingschool section.contents03 > .r-container .learning-wrap > div {
    background-color: #fff;
    border: 1px solid #31a5ff;
    border-radius: 20px;
    overflow: hidden;
}

#readingschool section.contents03 > .r-container .learning-wrap > div > .top {
    padding: 8px 0;
    background-color: #31a5ff;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 14px;
    color: #fff;
}

#readingschool section.contents03 > .r-container .learning-wrap > div > .top > span {
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 18px;
    color: #ffe57e;
}

#readingschool section.contents03 > .r-container .learning-wrap > div > .bottom {
    padding: 10px;
    text-align: left;
}

#readingschool section.contents03 > .r-container .learning-wrap > div > .bottom br {
    display: none;
}

#readingschool section.contents03 > .r-container .specific-wrap > div { /*리딩 스쿨의 특징*/
    position: relative;
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #31a5ff;
    border-radius: 20px;
    text-align: left;
}

#readingschool section.contents03 > .r-container .specific-wrap > div:nth-child(3) {
    background: url('/edu/skin/default/content/layout/idicschool/images/readingSchool/readingschool-img09.png') no-repeat top right, #fff;
    background-size: 180px;
}

#readingschool section.contents03 > .r-container .specific-wrap > div:nth-child(4) {
    padding-bottom: 0;
}


#readingschool section.contents03 > .r-container .specific-wrap > div > span.number {
    display: block;
    width: 50px;
    background: url('/edu/skin/default/content/layout/idicschool/images/readingSchool/readingschool-img04.png') no-repeat center center;
    background-size: contain;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 18px;
    color: #31a5ff;
    text-align: center;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box  {
    position: relative;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .book { /*리딩 스쿨의 특징 - 원서 픽션 논픽션*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    margin: 10px auto 0 auto;
    width: 90%;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .book > div > p {
    font-size: 12px;
    text-align: center;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .arlevel { /**리딩 스쿨의 특징 - AR레벨*/
    display: grid;
    grid-template-columns: auto 200px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .arlevel br {
    display: none;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    align-items: end;
    justify-content: center;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    align-items: end;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k .top > div {
    background-color: #ffeaea;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 .top > div {
    background-color: #fff4db;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 .top > div {
    background-color: #ecffdb;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 .top > div {
    background-color: #e3f7ff;
}


#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k .top > div:nth-child(1) {
    height: 30px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k .top > div:nth-child(2) {
    height: 40px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k .top > div:nth-child(3) {
    height: 50px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k .top > div:nth-child(4) {
    height: 60px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 .top > div:nth-child(1) {
    height: 70px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 .top > div:nth-child(2) {
    height: 80px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 .top > div:nth-child(3) {
    height: 90px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 .top > div:nth-child(4) {
    height: 100px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 .top > div:nth-child(1) {
    height: 110px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 .top > div:nth-child(2) {
    height: 120px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 .top > div:nth-child(3) {
    height: 130px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 .top > div:nth-child(4) {
    height: 140px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 .top > div:nth-child(1) {
    height: 150px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 .top > div:nth-child(2) {
    height: 160px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 .top > div:nth-child(3) {
    height: 170px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 .top > div:nth-child(4) {
    height: 180px;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k .top > div > span,
#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 .top > div > span,
#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 .top > div > span,
#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 .top > div > span {
    display: block;
    background-color: #fff;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 12px;
    text-align: center;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k .top > div:nth-child(1) > span {
    border-bottom: 2px solid #ff8383;
    color: #ff8383;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k .top > div:nth-child(2) > span {
    border-bottom: 2px solid #ff7575;
    color: #ff7575;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k .top > div:nth-child(3) > span {
    border-bottom: 2px solid #ff6666;
    color: #ff6666;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k .top > div:nth-child(4) > span {
    border-bottom: 2px solid #ff5858;
    color: #ff5858;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 .top > div:nth-child(1) > span {
    border-bottom: 2px solid #ffae00;
    color: #ffae00;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 .top > div:nth-child(2) > span {
    border-bottom: 2px solid #ff9600;
    color: #ff9600;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 .top > div:nth-child(3) > span {
    border-bottom: 2px solid #ff8400;
    color: #ff8400;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 .top > div:nth-child(4) > span {
    border-bottom: 2px solid #ff7200;
    color: #ff7200;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 .top > div:nth-child(1) > span {
    border-bottom: 2px solid #abea75;
    color: #abea75;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 .top > div:nth-child(2) > span {
    border-bottom: 2px solid #98d568;
    color: #98d568;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 .top > div:nth-child(3) > span {
    border-bottom: 2px solid #85bf5b;
    color: #85bf5b;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 .top > div:nth-child(4) > span {
    border-bottom: 2px solid #72aa4e;
    color: #72aa4e;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 .top > div:nth-child(1) > span {
    border-bottom: 2px solid #3dc1f8;
    color: #3dc1f8;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 .top > div:nth-child(2) > span {
    border-bottom: 2px solid #36abf1;
    color: #36abf1;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 .top > div:nth-child(3) > span {
    border-bottom: 2px solid #3096ea;
    color: #3096ea;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 .top > div:nth-child(4) > span {
    border-bottom: 2px solid #2980e3;
    color: #2980e3;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .levelup {
    margin: 20px 0;
    width: 100%;
    border-top: 2px solid #ddd;
    text-align: right;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .levelup span {
    display: inline-block;
    margin-top: 5px;
    padding: 2px 10px;
    background-color: #999;
    border-radius: 5px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 12px;
    color: #fff;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k > .bottom {
    padding: 3px 0;
    width: 100%;
    text-align: center;
    background-color: #ff5858;
    border-radius: 5px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 12px;
    color: #fff;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 > .bottom {
    padding: 3px 0;
    width: 100%;
    text-align: center;
    background-color: #ff7200;
    border-radius: 5px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 12px;
    color: #fff;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 > .bottom {
    padding: 3px 0;
    width: 100%;
    text-align: center;
    background-color: #72aa4e;
    border-radius: 5px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 12px;
    color: #fff;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 > .bottom {
    padding: 3px 0;
    width: 100%;
    text-align: center;
    background-color: #2980e3;
    border-radius: 5px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 12px;
    color: #fff;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .activity { /*리딩 스쿨의 특징 - 다양한 학습 컨텐츠*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    text-align: center;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .activity > div > img {
    border-radius: 10px;
    box-shadow: 0 2px 2px #ddd;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .activity > div > span,
#readingschool section.contents03 > .r-container .specific-wrap .specific-box .management > div > span {
    display: inline-block;
    margin-top: 10px;
    padding: 2px 8px;
    background-color: #31a5ff;
    border-radius: 30px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 12px;
    color: #fff;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .homeschool { /*리딩 레벨의 특징 - 홈 스쿨링*/
    display: block;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .readingschool-icon03 {
    width: 45%;
}

#readingschool section.contents03 > .r-container .specific-wrap .specific-box .management { /*리딩 레벨의 특징 - 홈 스쿨링*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    text-align: center;
}

#readingschool section.contents03 > .r-container .class-list-wrap { /*리딩 레벨의 구성*/
    position: relative;
    padding-top: 20px;
}

#readingschool section.contents03 > .r-container .class-list-wrap .class-list {
    display: grid;
    grid-template-columns: 1fr 1fr 20px 1fr;
    gap: 5px;
}

#readingschool section.contents03 > .r-container .class-list-wrap .class-item {
    position: relative;
    padding: 10px 0;
    cursor: pointer;
    background: url('/edu/skin/default/content/layout/idicschool/images/readingSchool/readingschool-img16.png') no-repeat right bottom, #ffffff;
    background-size: 20px;
    border: 1px solid #31a5ff;
    border-radius: 10px;
}

#readingschool section.contents03 > .r-container .class-list-wrap .class-item:nth-child(3) {
    cursor: default;
    border: none;
    background: none;
}

#readingschool section.contents03 > .r-container .class-list-wrap .class-item > span {
    position: absolute;
    display: block;
    width: 75px;
    height: 20px;
    line-height: 24px;
    background-color: #ffd22e;
    border-radius: 30px;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 14px;
    color: #444;
}

#readingschool section.contents03 > .r-container .class-list-wrap .class-item:last-child > span {
    background-color: #67e0a3;
}

#readingschool section.contents03 > .r-container .class-list-wrap .class-item .group {
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
}

#readingschool section.contents03 > .r-container .class-list-wrap .class-item .personal {
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
}

#readingschool section.contents03 > .r-container .class-list-wrap .detail-item {
    position: relative;
    display: none;
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #31a5ff;
    border-radius: 10px;
    text-align: justify;
}

#readingschool section.contents03 > .r-container .class-list-wrap .detail-item:nth-child(3) {
    display: none;
    background: none;
    border: none;
}

#readingschool section.contents03 > .r-container .class-list-wrap .detail-item:not(:nth-child(3))::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #31a5ff;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
}

#readingschool .curriculum-view {
    padding: 20px;
    margin: 0 auto;
    background-color: #fafafa;
    text-align: center;
}

#readingschool .curriculum-view > p { /*커리큘럼 바로가기*/
    padding: 20px;
    margin: 0 auto;
    background-color: #fafafa;
    text-align: center;
}

#readingschool .curriculum-view > p > span {
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
}

#readingschool .curriculum-view > a.btn-curriculum {
    display: inline-block;
    padding: 8px 30px;
    background-color: #444;
    border-radius: 30px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 18px;
    color: #fff;
}

#readingschool section.contents03 > .r-container .circle-plus {
    display: block;
    margin: 20px auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background-color: #ffd22e;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 30px;
    color: #fff;
}

/*20230912 추가*/
#readingschool section.contents03 > .r-container .reading-pt-box {
    padding: 30px;
    margin-bottom: 10px;
    background-color: #ffe06d;
    border-radius: 30px;
}

#readingschool section.contents03 > .r-container .reading-pt-box > p {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    color: #019cff;
}

#readingschool section.contents03 > .r-container .reading-pt-box > p.class {
    padding-top: 10px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 28px;
}

#readingschool section.contents03 > .r-container .reading-pt-box > p.class > span {
    display: inline-block;
    padding: 3px 10px;
    margin-right: 3px;
    background-color: #ff6868;
    line-height: 20px;
    border-radius: 30px;
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
}

#readingschool section.contents03 > .r-container .reading-pt-box .pt-img,
#readingschool section.contents03 > .r-container .reading-group-box .pt-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-top: 30px;
    align-items: center;
}

#readingschool section.contents03 > .r-container .reading-pt-box .pt-img > div,
#readingschool section.contents03 > .r-container .reading-group-box .pt-img > div {
    text-align: left;
}

#readingschool section.contents03 > .r-container .reading-group-box {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #d4efff;
    border-radius: 30px;
}

#readingschool section.contents03 > .r-container .reading-group-box > p {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    color: #666666;
}

#readingschool section.contents03 > .r-container .reading-group-box > p.class {
    padding-top: 10px;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 28px;
    color: #444;
}

/*Section-contents03_1280px~*/
@media screen and (min-width:1280px) {
    #readingschool section.contents03 > .r-container {
        margin: 0 auto;
        padding: 50px 0;
        width: 1000px;
    }

    #readingschool section.contents03 > .r-container .view-more-title {
        margin-bottom: 50px;
        padding: 20px 0;
        border-radius: 40px;
        font-size: 26px;
    }

    #readingschool section.contents03 > .r-container .contents-wrap {
        padding: 0;
    }

    #readingschool section.contents03 > .r-container .reading-title {
        margin: 0 auto 30px auto;
        padding: 10px 0;
        width: 800px;
        font-size: 26px;
    }

    #readingschool section.contents03 > .r-container .description {
        margin: 20px 0;
    }

    #readingschool section.contents03 > .r-container .learning-wrap {
        gap: 50px;
    }

    #readingschool section.contents03 > .r-container .learning-wrap > div > .top {
        padding: 10px 0;
        font-size: 20px;
    }

    #readingschool section.contents03 > .r-container .learning-wrap > div > .top > span {
        font-size: 26px;
    }

    #readingschool section.contents03 > .r-container .learning-wrap > div > .bottom {
        padding: 20px;
        text-align: center;
    }

    #readingschool section.contents03 > .r-container .learning-wrap > div > .bottom br {
        display: block;
    }

    #readingschool section.contents03 > .r-container .specific-wrap > div {
        padding: 20px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap > div:nth-child(3) {
        background-size: 250px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap > div > span.number {
        width: 130px;
        font-size: 26px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .book {
        margin: 20px auto 0 auto;
        width: 70%;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .book > div > p {
        font-size: 16px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .arlevel {
        display: grid;
        grid-template-columns: auto 300px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .arlevel br {
        display: block;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph {
        gap: 10px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .top {
        gap: 5px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k .top > div > span,
    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 .top > div > span,
    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 .top > div > span,
    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 .top > div > span {
        font-size: 16px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .levelup span {
        margin-top: 10px;
        font-size: 16px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-k > .bottom,
    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-1 > .bottom,
    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-2 > .bottom,
    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .level-graph .level-3 > .bottom {
        padding: 8px 0;
        font-size: 16px;
    }

    #readingschool section.contents03 > .r-container .class-list-wrap .class-list {
        grid-template-columns: 1fr 1fr 60px 1fr;
        gap: 10px;
    }

    #readingschool section.contents03 > .r-container .class-list-wrap .class-item {
        padding: 20px 0;
        background-size: 40px;
        border-radius: 20px;
    }

    #readingschool section.contents03 > .r-container .class-list-wrap .class-item > span {
        padding: 4px 0;
        width: 100px;
        height: 30px;
        border-radius: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #444;
    }

    #readingschool section.contents03 > .r-container .class-list-wrap .detail-item {
        margin-top: 30px;
        padding: 20px;
    }

    #readingschool .curriculum-view {
        padding: 30px;
    }

    #readingschool .curriculum-view > p {
        font-size: 24px;
    }

    #readingschool .curriculum-view > a.btn-curriculum {
        padding: 8px 40px;
        border-radius: 40px;
        font-size: 26px;
    }

    #readingschool section.contents03 > .r-container .circle-plus {
        margin: 30px auto;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 100%;
        font-size: 50px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .homeschool {
        display: grid;
        grid-template-columns: 1fr 300px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .readingschool-icon03 {
        width: 300px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .activity > div > span,
    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .management > div > span {
        margin-top: 20px;
        padding: 5px 15px;
        border-radius: 40px;
        font-size: 18px;
    }

    #readingschool section.contents03 > .r-container .specific-wrap .specific-box .management {
        gap: 20px;
    }

    /*20230912 추가*/
    #readingschool section.contents03 > .r-container .reading-pt-box {
        padding: 80px 100px;
        margin-bottom: 30px;
    }

    #readingschool section.contents03 > .r-container .reading-pt-box > p {
        font-size: 36px;
        line-height: 46px;
    }

    #readingschool section.contents03 > .r-container .reading-pt-box > p br {
        display: none;
    }

    #readingschool section.contents03 > .r-container .reading-pt-box > p.class {
        padding-top: 20px;
        font-size: 50px;
    }

    #readingschool section.contents03 > .r-container .reading-pt-box > p.class > span {
        padding: 5px 20px;
        margin-right: 5px;
        line-height: 40px;
        border-radius: 40px;
        font-size: 36px;
    }

    #readingschool section.contents03 > .r-container .reading-pt-box .pt-img,
    #readingschool section.contents03 > .r-container .reading-group-box .pt-img {
        gap: 30px;
    }

    #readingschool section.contents03 > .r-container .reading-group-box {
        padding: 80px 100px;
    }

    #readingschool section.contents03 > .r-container .reading-group-box > p {
        font-size: 36px;
        line-height: 46px;
    }

    #readingschool section.contents03 > .r-container .reading-group-box > p br {
        display: none;
    }

    #readingschool section.contents03 > .r-container .reading-group-box > p.class {
        padding-top: 20px;
        font-size: 50px;
    }
}


/*Section-Price 20230912 추가*/
#readingschool section.price {
    background-color: #fff;
}

#readingschool section.price > .r-container {
    padding: 30px 20px;
    text-align: center;
}

#readingschool section.price > .r-container .class-title > span {
    display: inline-block;
    margin-top: 20px;
    width: 150px;
    height: 40px;
    line-height: 45px;
    border: 45px;
    border-radius: 30px;
    background-color: #31a5ff;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

#readingschool section.price > .r-container .class-time > span {
    display: inline-block;
    margin: 15px 0 10px 0;
    padding: 0 10px;
    height: 36px;
    line-height: 40px;
    border: 45px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #ffb32e;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 16px;
    color: #ffb32e;
    text-align: center;
}

#readingschool section.price > .r-container .scroll {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #31a5ff;
    border-radius: 20px;
}

#readingschool section.price > .r-container table {
    width: 100%;
    min-width: 600px;
    overflow: hidden;
    border-collapse: collapse;
    border-radius: 20px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #31a5ff; /* this draws the table border  */
}


#readingschool section.price > .r-container table th,
#readingschool section.price > .r-container table td {
    padding: 8px 0;
    font-size: 16px;
    vertical-align: middle;
    border: 1px solid #31a5ff;
}

#readingschool section.price > .r-container table thead tr th {
    background-color: #e7f6ff;
    color: #31a5ff;
}

#readingschool section.price > .r-container table tbody td:last-child {
    color: #ff5b5b;
}

@media screen and (min-width:1280px) {
    #readingschool section.price > .r-container {
        margin: 0 auto;
        padding: 50px 0;
        width: 1000px;
    }

    #readingschool section.price > .r-container .class-title > span {
        margin-top: 40px;
        width: 200px;
        height: 50px;
        line-height: 55px;
        border-radius: 25px;
        font-size: 24px;
    }

    #readingschool section.price > .r-container .class-time > span {
        margin: 25px 0 20px 0;
        padding: 0 20px;
        height: 36px;
        line-height: 40px;
        font-size: 20px;
    }

    #readingschool section.price > .r-container .scroll {
        overflow-x: hidden;
    }

    #readingschool section.price > .r-container table th,
    #readingschool section.price > .r-container table td {
        font-size: 18px;
    }
}



/*Section-level form*/
#readingschool section.level-form {
    background-color: #31a5ff;
}

#readingschool section.level-form > .r-container {
    padding: 30px 20px;
    text-align: center;
}

#readingschool section.level-form > .r-container > h3 {
    color: #fff;
}

#readingschool section.level-form > .r-container > .level-table-wrap { /*레벨 참고표*/
    margin: 20px 0;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
}

#readingschool section.level-form > .r-container > .level-table-wrap .level-table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5px;
    column-gap: 10px;
    padding: 10px 0 20px 0;
}

#readingschool section.level-form > .r-container > .level-table-wrap .level-table > div {
    padding: 5px 0;
    background-color: #fafafa;
    border-radius: 8px;
    color: #444;
    letter-spacing: 0;
}

#readingschool section.level-form > .r-container > .level-table-wrap .level-table > div:nth-child(1),
#readingschool section.level-form > .r-container > .level-table-wrap .level-table > div:nth-child(2) {
    background-color: #ffb71b;
    color: #fff;
    font-weight: 600;
}

#readingschool section.level-form > .r-container > .level-table-wrap a.btn-sample {
    display: inline-block;
    padding: 3px 20px;
    background-color: #666;
    border-radius: 30px;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 18px;
    color: #fff;
}

/*
#readingschool section.level-form > .r-container .button-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
*/

#readingschool section.level-form > .r-container .button-wrap > div > p {
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 15px;
    color: #fff;
}

#readingschool section.level-form > .r-container .button-wrap > div > a {
    display: block;
    padding: 15px;
    background-color: #333;
    border-radius: 10px;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 18px;
    color: #fff;
}

#readingschool section.level-form > .r-container .button-wrap > div > a > span {
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    color: #ffe57e;
}

#readingschool section.level-form > .r-container .button-wrap > div > a.renewal {
    position: relative;
}

#readingschool section.level-form > .r-container .button-wrap > div > a.renewal .img-obj {
    display: none;
}

#readingschool section.level-form > .r-container .notice-cscenter { /*고객센터 안내*/
    margin: 30px 0 10px 0;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 13px;
    color: #fff;
}

#readingschool section.level-form > .r-container .info-box {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    background-color: #3eabff;
    border: 1px solid #8cd5ff;
    border-radius: 15px;
    text-align: left;
}

#readingschool section.level-form > .r-container .info-box .wrapped > p {
    font-family: 'TmoneyRoundWindRegular', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    font-size: 14px;
    color: #fff;
}

#readingschool section.level-form > .r-container .info-box .wrapped > p:nth-child(2) {
    letter-spacing: 0;
}

#readingschool section.level-form > .r-container .info-box .wrapped > p span {
    display: inline-block;
    margin-right: 15px;
    width: 80px;
    border-right: 1px solid #8cd5ff;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    color: #ffe57e;
}

/*Section-level form_1280px~*/
@media screen and (min-width:1280px) {
    #readingschool section.level-form > .r-container {
        margin: 0 auto;
        padding: 50px 0;
        width: 1000px;
    }

    #readingschool section.level-form > .r-container > .level-table-wrap {
        margin: 30px 0;
        padding: 30px;
        border-radius: 30px;
    }

    #readingschool section.level-form > .r-container > .level-table-wrap .level-table {
        gap: 10px;
    }

    #readingschool section.level-form > .r-container > .level-table-wrap .level-table > div {
        padding: 10px 0;
    }

    #readingschool section.level-form > .r-container > .level-table-wrap a.btn-sample {
        padding: 5px 30px;
        font-size: 26px;
    }

    #readingschool section.level-form > .r-container .button-wrap > div > p {
        font-size: 22px;
    }

    #readingschool section.level-form > .r-container .button-wrap > div > a {
        padding: 20px;
        border-radius: 20px;
        font-size: 24px;
    }

    #readingschool section.level-form > .r-container .button-wrap > div > a > span {
        font-size: 26px;
    }

    #readingschool section.level-form > .r-container .button-wrap > div > a.renewal .img-obj {
        display: block;
        position: absolute;
        width: 120px;
        height: auto;
        right: 50px;
        bottom: 0;
    }

    #readingschool section.level-form > .r-container .notice-cscenter {
        font-size: 19px;
    }

    #readingschool section.level-form > .r-container .info-box {
        padding: 20px 0;
        border-radius: 20px;
    }

    #readingschool section.level-form > .r-container .info-box .wrapped > p {
        margin: 5px 0;
        font-size: 20px;
    }

    #readingschool section.level-form > .r-container .info-box .wrapped > p span {
        margin-right: 20px;
        width: 120px;
    }
}