@charset "utf-8";

/*common*/

body {
    padding: 0;
    margin: 0;
}

.idic-eng .ft-color-white {
    color:#ffffff;
}

.pd-b5 {
    clear: both;
    padding-bottom: 5px;
}

.pd-b10 {
    clear: both;
    padding-bottom: 10px;
}

.pd-b20 {
    clear: both;
    padding-bottom: 20px;
}

.pd-b30 {
    clear: both;
    padding-bottom: 30px;
}

.pd-b50 {
    clear: both;
    padding-bottom: 50px;
}

.pd-t5 {
    clear: both;
    padding-top: 5px;
}

.pd-t10 {
    clear: both;
    padding-top: 10px;
}

.pd-t20 {
    clear: both;
    padding-top: 20px;
}

.pd-t30 {
    clear: both;
    padding-top: 30px;
}

.pd-t50 {
    clear: both;
    padding-top: 50px;
}

.view-m {
    display: block;
}

.view-pc {
    display: none;
}

.idic-eng section > .inner {
    padding: 60px 20px;
    text-align: center;
}

.idic-eng section > .inner > .title {
    text-align: center;
}

.idic-eng section > .inner .title h1 {
    font-size: 36px;
    color: #333333;
}

.idic-eng section > .inner .title p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}

.idic-eng section, .idic-eng div, .idic-eng ul, .idic-eng ol, .idic-eng li, .idic-eng a, .idic-eng p {
    font-family: 'pretendard', 'Noto Sans KR', Arial;
    font-size: 16px;
    color: #333333;
}

.idic-eng h1, .idic-eng h2, .idic-eng h3, .idic-eng h4, .idic-eng h5, .idic-eng h6 {
    padding: 0;
    margin: 0;
    font-family: 'TmoneyRoundWindExtraBold', 'pretendard', 'Noto Sans KR', Arial;
    transform: skew(-0.1deg); /*웹폰트 깨짐 방지*/
    letter-spacing: -1px;
}

.idic-eng > section > .inner > .idic-title {
    text-align: center;
}

.idic-eng > section > .inner > .idic-title > h1 {
    padding-bottom: 15px;
    font-family: 'pretendard', 'Noto Sans KR', Arial;
    font-size: 40px;
    font-weight: 900;
    color: #333333;
}

.idic-eng > section > .inner > .idic-title > p {
    font-family: 'TmoneyRoundWindRegular', 'pretendard', 'Noto Sans KR', Arial;
    font-size: 20px;
    letter-spacing: -1px;
    color: #333;
}

.idic-eng section .d-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.idic-eng section .d-flex .d-flex-container {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    overflow: hidden;
}

.idic-eng section .d-flex .d-flex-container > div:first-child {
    position: relative;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
}

.idic-eng section .d-flex .d-flex-container > div:last-child {
    padding: 15px 0;
    text-align: center;
}

.idic-eng section .d-flex .d-flex-container > div > h3 {
    font-family: 'pretendard', 'Noto Sans KR', Arial;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
}

.idic-eng section .d-flex .d-flex-container > div > p {
    line-height: 130%;
    color: #666;
}

.idic-eng section .d-flex .d-flex-container label {
    position: absolute;
    display: inline-block;
    padding: 5px 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .7);
    border-radius: 30px;
    font-family: 'TmoneyRoundWindExtraBold', 'pretendard', 'Noto Sans KR', Arial;
    font-size: 16px;
    color: #fff;
}

.idic-eng section .d-flex .d-flex-container > div > img {
    width: 100%;
    height: auto;
}

.idic-eng section.inner .img-description {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-family: 'TmoneyRoundWindRegular', 'pretendard', 'Noto Sans KR', Arial;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 140%;
}

.idic-eng .lab .inner .img-description span {
    font-family: 'TmoneyRoundWindExtraBold', 'pretendard', 'Noto Sans KR', Arial;
}

.idic-eng > section hr {
    margin: 30px 0;
    border-top: 1px dashed #dddddd;
}


@media(min-width: 768px){
    .pd-b5 {
        padding-bottom: 10px;
    }
    
    .pd-b10 {
        padding-bottom: 20px;
    }
    
    .pd-b20 {
        padding-bottom: 40px;
    }
    
    .pd-b30 {
        padding-bottom: 60px;
    }
    
    .pd-b50 {
        padding-bottom: 100px;
    }
    
    .pd-t5 {
        padding-top: 10px;
    }
    
    .pd-t10 {
        padding-top: 20px;
    }
    
    .pd-t20 {
        padding-top: 40px;
    }
    
    .pd-t30 {
        padding-top: 60px;
    }
    
    .pd-t50 {
        padding-top: 100px;
    }

    .idic-eng section > .inner {
        padding: 80px 40px;
    }
    
    .idic-eng section > .inner .title h1 {
        font-size: 48px;
    }
    
    .idic-eng section > .inner .title p {
        font-size: 28px;
    }
    
    .idic-eng section, .idic-eng div, .idic-eng ul, .idic-eng ol, .idic-eng li, .idic-eng a, .idic-eng p {
        font-size: 18px;
    }
    
    .idic-eng > section > .inner > .idic-title > h1 {
        padding-bottom: 20px;
        font-size: 60px;
    }
    
    .idic-eng > section > .inner > .idic-title > p {
        font-size: 24px;
        line-height: 160%;
    }

    .idic-eng section .d-flex {
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
        text-align: center;
    }

    .idic-eng section .d-flex .d-flex-container label {
        border-radius: 40px;
        font-size: 20px;
    }

    .idic-eng section .inner .img-description {
        font-size: 30px;
    }

    .idic-eng > section hr {
        margin: 50px 0;
        border-top: 1px dashed #dddddd;
    }
}

@media(min-width: 960px){
    .idic-eng section > .inner {
        padding: 100px 60px;
    }
    
    .idic-eng section > .inner .title h1 {
        font-size: 60px;
    }

    .idic-eng section > .inner .title p {
        font-size: 32px;
    }
    
    .idic-eng section, .idic-eng div, .idic-eng ul, .idic-eng ol, .idic-eng li, .idic-eng a, .idic-eng p {
        font-size: 22px;
    }

    .idic-eng section .d-flex .d-flex-container {
        border-radius: 30px;
    }
    
    .idic-eng section .d-flex .d-flex-container > div:last-child {
        padding: 20px 0;
    }
}


@media(min-width: 1280px){
    .view-m {
        display: none;
    }
    
    .view-pc {
        display: inline-block;
    }

    .pd-b5 {
        padding-bottom: 15px;
    }
    
    .pd-b10 {
        padding-bottom: 30px;
    }
    
    .pd-b20 {
        padding-bottom: 60px;
    }
    
    .pd-b30 {
        padding-bottom: 90px;
    }
    
    .pd-b50 {
        padding-bottom: 150px;
    }
    
    .pd-t5 {
        padding-top: 15px;
    }
    
    .pd-t10 {
        padding-top: 30px;
    }
    
    .pd-t20 {
        padding-top: 60px;
    }
    
    .pd-t30 {
        padding-top: 90px;
    }
    
    .pd-t50 {
        padding-top: 150px;
    }
    
    .idic-eng section > .inner {
        padding: 100px 0;
        margin: 0 auto;
        width: 1100px;
    }
    
    .idic-eng section > .inner .title h1 {
        font-size: 65px;
    }
    
    .idic-eng section, .idic-eng div, .idic-eng ul, .idic-eng ol, .idic-eng li, .idic-eng a, .idic-eng p {
        font-size: 18px;
    }
    
    .idic-eng > section > .inner > .idic-title > h1 {
        padding-bottom: 30px;
        font-size: 72px;
        line-height: 72px;
    }
    
    .idic-eng > section > .inner > .idic-title > p {
        font-size: 32px;
    }
    
    .idic-eng section .d-flex {
        flex-direction: row;
        justify-content: start;
        align-items: top;
        width: 100%;
        max-width: 1100px;
    }

    .idic-eng section .d-flex > div {
        width: 100%;
    }
    
    .idic-eng section .d-flex .d-flex-container > div:last-child {
        padding: 20px;
    }
    
    .idic-eng section .d-flex .d-flex-container > div > h3 {
        font-size: 26px;
    }
    
    .idic-eng section .d-flex .d-flex-container > div > p {
        font-size: 20px;
    }
    
    .idic-eng section .d-flex .d-flex-container label {
        font-size: 16px;
    }

    .idic-eng section .inner .img-description {
        font-size: 36px;
    }
    
    .idic-eng > section hr {
        margin: 70px 0;
    }
    
    .clear-20 {
        padding-top: 40px;
    }

    .cleat-30 {
        padding-top: 60px;
    }
}

/*section 01*/
.idic-eng .visual {
    width: 100%;
    background-color: #FBE16D;
}

.idic-eng .visual .inner .title > h1 {
    font-size: 42px;
}

@media(min-width:768px){
    .idic-eng .visual .inner .title > h1 {
        font-size: 65px;
    }
}

@media(min-width: 960px){
    .idic-eng .visual .inner .title > h1 {
        font-size: 80px;
    }
}

@media(min-width: 1280px){
    .idic-eng .visual .inner .title > h1 {
        font-size: 90px;
    }

    .idic-eng .visual .inner img {
        width: 1000px;
    }
}

/*section 02*/
.idic-eng .intro .inner .intro-box-container {
    position: relative;
    width: 100%;
}

.idic-eng .intro .inner .intro-box-container .intro-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.idic-eng .intro .inner .intro-box-container .intro-box > div {
    padding: 5px;
    background-color: #F3FAFF;
    border-radius: 10px;
    text-align: center;
}

.idic-eng .intro .inner .intro-box-container .intro-box > div > p {
    margin-bottom: 10px;
    font-family: 'TmoneyRoundWindRegular', 'pretendard', 'Noto Sans KR', Arial;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 12px;
    line-height: 140%;
    color: #333333;
}

.idic-eng .intro .inner .intro-box-container .intro-box > div > img {
    width: 85%;
}

.idic-eng .intro .inner .intro-box-container .circle-txt {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
}

.idic-eng .intro .inner .intro-box-container .circle-txt > p {
    margin: auto;
    font-family: 'TmoneyRoundWindExtraBold', 'pretendard', 'Noto Sans KR', Arial;
    transform: skew(-0.1deg); /*웹폰트 깨짐 방지*/
    letter-spacing: -1px;
    font-size: 18px;
    line-height: 150%;
    color: #333333;
}

.idic-eng .intro .inner .intro-box-container .circle-txt > p span {
    color: #31a5ff;
}

.idic-eng .intro .inner .d-flex > div {
    text-align: center;
}

.idic-eng .intro .inner .d-flex > div p {
    padding: 5px 0;
    font-family: 'TmoneyRoundWindExtraBold', 'pretendard', 'Noto Sans KR', Arial;
    transform: skew(-0.1deg); /*웹폰트 깨짐 방지*/
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 140%;
    color: #333;
}

.idic-eng .intro .inner .d-flex > div i {
    font-size: 24px;
    color: #ffd362;
}

@media(min-width:768px){
    .idic-eng .intro .inner .intro-box-container .intro-box {
        gap: 20px;
    }
    
    .idic-eng .intro .inner .intro-box-container .intro-box > div {
        padding: 10px;
        border-radius: 20px;
    }
    
    .idic-eng .intro .inner .intro-box-container .intro-box > div > p {
        font-size: 16px;
    }
    
    .idic-eng .intro .inner .intro-box-container .circle-txt {
        width: 150px;
        height: 150px;
    }
    
    .idic-eng .intro .inner .intro-box-container .circle-txt > p {
        font-size: 24px;
        line-height: 30px;
    }
    
    .idic-eng .intro .inner .d-flex > div p {
        font-size: 30px;
    }
    
    .idic-eng .intro .inner .d-flex > div i {
        font-size: 30px;
    }
}

@media(min-width: 960px){
    .idic-eng .intro .inner .intro-box-container .intro-box > div {
        padding: 20px;
    }

    .idic-eng .intro .inner .intro-box-container .intro-box > div > .view-m {
        display: none;
    }

    .idic-eng .intro .inner .intro-box-container .intro-box > div > .view-pc {
        display: inline-block;
    }

    .idic-eng .intro .inner .intro-box-container .intro-box > div > p {
        font-size: 20px;
    }
}

@media(min-width:1280px){
    .idic-eng .intro .inner {
        padding: 100px 0 0 0;
    }

    .idic-eng .intro .inner .intro-box-container .intro-box {
        gap: 60px;
    }
    
    .idic-eng .intro .inner .intro-box-container .intro-box > div {
        padding: 30px 100px;
        border-radius: 20px;
    }
    
    .idic-eng .intro .inner .intro-box-container .intro-box > div > p {
        font-size: 24px;
    }
    
    .idic-eng .intro .inner .intro-box-container .intro-box > div > img {
        width: 85%;
    }
    
    .idic-eng .intro .inner .intro-box-container .circle-txt {
        width: 360px;
        height: 360px;
    }
    
    .idic-eng .intro .inner .intro-box-container .circle-txt > p {
        font-size: 24px;
    }
    
    .idic-eng .intro .inner .intro-box-container .circle-txt > p span {
        font-size: 48px;
        line-height: 150%;
    }
    
    .idic-eng .intro .inner .d-flex > div:first-child {
        width: 55%;
    }

    .idic-eng .intro .inner .d-flex > div:last-child {
        width: 45%;
    }

    .idic-eng .intro .inner .d-flex > div p {
        padding: 10px 0;
        font-size: 36px;
    }
    
    .idic-eng .intro .inner .d-flex > div i {
        font-size: 32px;
    }
}

/*section 03*/
.idic-eng .lab {
    background-color: #31a5ff;
}

.idic-eng > .lab > .inner > .title > h1 {
    color: #ffffff;
}

/*section 04*/

.idic-eng .half .inner .title > h1 {
    line-height: 50px;
}

.idic-eng .half .inner .title > p {
    font-size: 20px;
    line-height: 140%;
}

.idic-eng .half .inner img {
    width: 80%;
}


@media(min-width:768px){
    .idic-eng .half .inner .title > h1 {
        line-height: 70px;
    }

    .idic-eng .half .inner .title > p {
        font-size: 24px;
    }
    
    .idic-eng .half .inner img {
        width: 60%;
    }
}

@media(min-width: 960px){
    .idic-eng .half .inner .title > h1 {
        line-height: 90px;
    }

    .idic-eng .half .inner img {
        width: 50%;
    }
}

@media(min-width: 1280px){
    .idic-eng .half .inner img {
        width: 500px;
    }
}

/*section 05*/
.idic-eng .complete {
    background-color: #fafafa;
}

/*section 06*/
.idic-eng .why {
    width: 100%;
    background: url('/edu/skin/default/content/images/idic_english/section07-01.png') top center no-repeat, url('/edu/skin/default/content/images/idic_english/section07-02.png') bottom center no-repeat, #31a5ff;
    background-size: contain, contain, 100%;
}

.idic-eng .why .title {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 10px 0;
}

.idic-eng .why .inner .title > p {
    font-family: 'TmoneyRoundWindExtraBold', 'pretendard', 'Noto Sans KR', Arial;
    font-size: 24px;
    line-height: 150%;
}

.idic-eng .why .inner .title > h1 {
    font-family: 'TmoneyRoundWindExtraBold', 'pretendard', 'Noto Sans KR', Arial;
    font-size: 60px;
    color: #ffd362;
}

@media(min-width:768px){
    .idic-eng .why .title {
        padding: 20px 0;
    }
    
    .idic-eng .why .inner .title > p {
        font-size: 36px;
    }
    
    .idic-eng .why .inner .title > h1 {
        font-size: 80px;
    }
}

@media(min-width:960px){
    .idic-eng .why {
        background-size: 50%, 50%, 100%;
    }

    .idic-eng .why .title {
        padding: 30px 0;
    }

    .idic-eng .why .inner .title > p {
        font-size: 48px;
    }
    
    .idic-eng .why .inner .title > h1 {
        font-size: 100px;
    }
    
}

/*section 07*/
.idic-eng .fund {
    width: 100%;
    background-color: #fafafa;
}

.idic-eng .fund .inner {
    padding: 60px 20px 0 20px;
}

@media(min-width:768px){
    .idic-eng .fund .inner {
        padding: 80px 40px 0 40px;
    }
}

@media(min-width: 960px){
    .idic-eng .fund .inner {
        padding: 100px 60px 0 60px;
    }
}

@media(min-width:1280px){
    .idic-eng .fund .inner {
        padding: 100px 0 0 0;
    }
}

/*section 08*/
.idic-eng .balance .bnn-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, auto));
    gap: 10px;
    justify-content: center;
    align-items: top;
}

.idic-eng .balance .bnn-container > div {
    width: 80px;
    height: auto;
}

.idic-eng .balance .bnn-container > div > div {
    width: 80px;
    height: 80px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    overflow: hidden;
}

.idic-eng .balance .bnn-container > div > img {
    width: 80px;
    height: 80px;
}

.idic-eng .balance .bnn-container > div > p {
    font-size: 12px;
}

@media(min-width:1280px){
    .idic-eng .balance .bnn-container {
        grid-template-columns: repeat(auto-fit, minmax(120px, auto));
    }
    
    .idic-eng .balance .bnn-container > div {
        width: 120px;
    }

    .idic-eng .balance .bnn-container > div > div {
        width: 120px;
        height: 120px;
    }

    .idic-eng .balance .bnn-container > div > img {
        width: 120px;
        height: 120px;
    }
}

/*section 09*/
.idic-eng .monopoly {
    width: 100%;
    background-color: #fafafa;
    text-align: center;
}

.idic-eng .monopoly .d-flex-container img {
    width: 85%;
}
.idic-eng .monopoly .inner .d-flex .d-flex-container {
    background: none;
    box-shadow: none;
}

.idic-eng .monopoly .inner .d-flex .d-flex-container > div:first-child {
    box-shadow: none;
}

@media(min-width: 768px){
    .idic-eng .monopoly .d-flex {
        flex-direction: row;
        max-width: 100%;
    }
}

@media(min-width: 1280px){
    .idic-eng .monopoly .d-flex {
        max-width: 1100px;
        gap: 50px;
    }
}

/*section 10*/
.idic-eng .speaking {
    width: 100%;
    background-color: #fff;
}

.idic-eng .speaking .inner {
    padding: 60px 20px 0 20px;
}

@media(min-width: 768px){
    .idic-eng .speaking .inner {
        padding: 80px 40px 0 40px;
    }
}

@media(min-width: 960px){
    .idic-eng .speaking .inner {
        padding: 100px 60px 0 60px;
    }
}

@media(min-width: 1280px){
    .idic-eng .speaking .inner {
        padding: 100px 0 0 0;
    }
}

/*section 11*/
.idic-eng .update {
    width: 100%;
    background-color: #fafafa;
}

/*section 12*/
.idic-eng .natural {
    width: 100%;
    background-color: #fbe16d;
}

.idic-eng .natural .inner {
    padding: 60px 20px 0 20px;
}

.idic-eng .natural .img-description {
    padding: 30px 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.idic-eng .natural .img-description > p {
    padding: 10px 0;
    font-family: 'TmoneyRoundWindRegular', 'pretendard', 'Noto Sans KR', Arial;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 34px;
    color: #333333;
}

.idic-eng .natural .img-description i {
    font-size: 24px;
}

@media(min-width: 768px){
    .idic-eng .natural .inner {
        padding: 80px 40px 0 40px;
    }
    
    .idic-eng .natural .img-description > p {
        font-size: 28px;
        line-height: 140%;
    }
    
    .idic-eng .natural .img-description i {
        font-size: 32px;
    }

    .idic-eng .natural img {
        width: 80%;
        height: auto;
    }
}

@media(min-width: 960px){
    .idic-eng .natural .inner {
        padding: 100px 60px 0 60px;
    }
}

@media(min-width: 1280px){
    .idic-eng .natural .inner {
        padding: 100px 0 0 0;
    }

    .idic-eng .natural .img-description > p {
        font-size: 32px;
    }
    
    .idic-eng .natural .img-description i {
        font-size: 28px;
    }

    .idic-eng .natural img {
        width: 800px;
    }
}

/*section 13*/
.idic-eng .level {
    width: 100%;
    background-color: #ffffff;
}

/*section 14*/
.idic-eng .self {
    width: 100%;
    background-color: #fafafa;
}

/*section 15*/
.idic-eng .review {
    width: 100%;
    background-color: #31a5ff;
}

.idic-eng .review .inner {
    padding: 60px 20px 0 20px;
}

.idic-eng .review .inner .title {
    padding-bottom: 30px;
}

.idic-eng .review .inner .title > h1 {
    color: #ffffff;
}

.idic-eng .review .inner .title > p span {
    font-weight: 700;
}

.idic-eng .review .inner .title > img {
    width: 40%;
}

.idic-eng .review .review-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 10px;
    height: 260px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 5px .8;
}

.idic-eng .review .review-box .score {
    font-size: 14px;
    font-weight: 500;
}

.idic-eng .review .review-box .score > i {
    color: #ffd362;
}

.idic-eng .review .review-box .name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.idic-eng .review .review-box .review-desc {
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    overflow: hidden;
}

@media(min-width: 768px){
    .idic-eng .review .inner {
        padding: 80px 40px 0 40px;
    }
    
    .idic-eng .review .inner .title {
        padding-bottom: 40px;
    }
    
    .idic-eng .review .inner .title > img {
        width: 30%;
    }
    
    .idic-eng .review .review-box {
        padding: 30px 20px;
        height: 300px;
    }
    
    .idic-eng .review .review-box .score {
        font-size: 18px;
    }
    
    .idic-eng .review .review-box .name {
        font-size: 22px;
    }
    
    .idic-eng .review .review-box .review-desc {
        font-size: 18px;
    }
}

@media(min-width: 960px){
    .idic-eng .review .inner {
        padding: 100px 60px 0 60px;
    }
}

@media(min-width: 1280px){
    .idic-eng .review .inner {
        padding: 100px 0 0 0;
    }

    .idic-eng .review .inner .title > img {
        width: 240px;
    }

    .idic-eng .review .img-contain > img {
        width: 60%;
        height: auto;
    }
}


/*section 16, 17, 18, 19 아이딕북 아이딕비디오 아이딕보카 아이딕셔너리*/
.idic-eng .idicbook {
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.idic-eng .idicbook .inner {
    padding: 50px 20px 0 20px;
}

.idic-eng .idicvideo {
    width: 100%;
    background-color: #fafafa;
    text-align: center;
}

.idic-eng .idicvoca {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}

.idic-eng .idictionary {
    width: 100%;
    background-color: #fafafa;
    text-align: center;
}

.idic-eng .idicbook h1 > span {
    color: #D7D064;
}

.idic-eng .idicvideo h1 > span {
    color: #92DDE8;
}

.idic-eng .idicvoca h1 > span {
    color: #6098FF;
}

.idic-eng .idictionary span {
    color: #FFB800;
}

.idic-eng section .part-title {
    display: inline-block;
    padding: 15px 20px 10px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    font-family: 'TmoneyRoundWindExtraBold', 'pretendard', 'Noto Sans KR', Arial;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}

.idic-eng .idicbook .part-title {
    background-color: #D7D064;
}

.idic-eng .idicvideo .part-title {
    background-color: #92DDE8;
}

.idic-eng .idicvoca .part-title {
    background-color: #6098FF;
}

.idic-eng .idictionary .part-title {
    background-color: #FFB800;
}

.idic-eng .idicbook .preview {
    position: relative;
}

.idic-eng .idicbook .preview > .preview-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 30px 5px 30px;
    background-color: #D7D064;
    border: 2px solid #fffe92;
    border-radius: 30px;
    font-family: 'TmoneyRoundWindExtraBold', 'pretendard', 'Noto Sans KR', Arial;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    cursor: pointer;
}

.idic-eng .idicbook .ebook-btn {
    display: inline-block;
    margin-bottom: 60px;
    padding: 8px 30px;
    background-color: #333;
    border-radius: 30px;
    font-family: 'TmoneyRoundWindExtraBold', 'pretendard', 'Noto Sans KR', Arial;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
}

@media(min-width: 768px){
    .idic-eng .idicbook .inner {
        padding: 80px 40px 0 40px;
    }
    
    .idic-eng section .part-title {
        margin-bottom: 30px;
        border-radius: 50px;
        font-size: 24px;
        line-height: 24px;
    }

    .idic-eng .idicbook .preview > .preview-btn {
        border-radius: 50px;
        font-size: 32px;
        line-height: 32px;
    }
    
    .idic-eng .idicbook .ebook-btn {
        margin-bottom: 80px;
        padding: 10px 40px;
        border-radius: 40px;
        font-size: 30px;
    }
}

@media(min-width: 960px){
    .idic-eng .idicbook .inner {
        padding: 100px 60px 0 60px;
    }
}

@media(min-width: 1280px){
    .idic-eng .idicbook .inner {
        padding: 100px 0 0 0;
    }
    
    .idic-eng section .part-title {
        padding: 15px 20px 10px 20px;
        margin-bottom: 20px;
        border-radius: 30px;
        font-size: 28px;
        line-height: 28px;
    }

    .idic-eng .idicbook .preview > img {
        width: 800px;
        height: auto;
    }
    
    .idic-eng .idicbook .preview > .preview-btn {
        font-size: 36px;
        line-height: 36px;
    }
    
    .idic-eng .idicbook .ebook-btn {
        font-size: 36px;
    }
}

/* Marquee */

.marquee-set {
    margin-top: 50px;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 40s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

.marquee-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  max-width: 100vw;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-group {
    animation-play-state: paused;
  }
}

.marquee--vertical,
.marquee--vertical .marquee-group {
  flex-direction: column;
}

.marquee--vertical .marquee-group {
  animation-name: scroll-y;
}

.marquee-reverse .marquee-group {
  animation-direction: reverse;
  animation-delay: -3s;
}


@keyframes scroll-x {
  from {transform: translateX(var(--scroll-start));}
  to {transform: translateX(var(--scroll-end));}
}

.marquee-group > div > img {
    width: 147px;
}


/*section 18*/
.idic-eng .idicvoca .video-container {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}

.idic-eng .idicvoca .video-container iframe,
.idic-eng .idicvoca .video-container object,
.idic-eng .idicvoca .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(min-width: 768px){
    .idic-eng .idicvoca .video-wrap {
        margin: 0 auto;
        max-width: 500px;
    }
}

/*section 19*/
.idic-eng .idictionary .d-flex .korean {
    padding: 0 15px 15px 15px;
    background-color: #fafafa;
    border: 2px solid #dddddd;
    border-radius: 50px;
    text-align: center;
}

.idic-eng .idictionary .d-flex .korean > div:first-child {
    margin: 0 auto;
    padding: 8px 0;
    width: 150px;
    border-radius: 0 0 30px 30px;
    background-color: #dddddd;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.idic-eng .idictionary .d-flex .english {
    padding: 0 15px 15px 15px;
    background-color: #fff;
    border: 8px solid #FFB800;
    border-radius: 50px;
    text-align: center;
}

.idic-eng .idictionary .d-flex .english > div:first-child {
    margin: 0 auto;
    padding: 8px 0;
    width: 150px;
    border-radius: 0 0 30px 30px;
    background-color: #FFB800;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
}

.idic-eng .idictionary .d-flex .english > p {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.idic-eng .idictionary .d-flex .korean > p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

@media(min-width: 960px){
    .idic-eng .idictionary .d-flex .english > div:first-child,
    .idic-eng .idictionary .d-flex .korean > div:first-child {
        width: 300px;
        font-size: 24px;
    }
}

@media(min-width: 1280px){
    .idic-eng .idictionary .d-flex .korean > div:first-child {
        font-size: 20px;
    }
    
    .idic-eng .idictionary .d-flex .english > div:first-child {
        font-size: 24px;
    }
    
    .idic-eng .idictionary .d-flex .english > p {
        font-size: 22px;
        line-height: 32px;
    }
}

/*section 20*/
.idic-eng .link {
    width: 100%;
    background-color: #fafafa;
    text-align: center;
}

.idic-eng .link .inner {
    padding: 0 20px 60px 20px;
}

.idic-eng .link .go-idiceng {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #333333;
    font-family: 'TmoneyRoundWindExtraBold', 'pretendard', 'Noto Sans KR', Arial;
    font-size: 20px;
    line-height: 20px;
    color: #fffe92;
    cursor: pointer;
}

@media(min-width: 768px){
    .idic-eng .link .inner {
        padding: 0 40px 80px 40px;
    }

    .idic-eng .link .go-idiceng {
        padding: 15px 30px 10px 30px;
        font-size: 28px;
        line-height: 28px;
    }
}

@media(min-width: 960px){
    .idic-eng .link .inner {
        padding: 0 60px 100px 60px;
    }

    .idic-eng .link .go-idiceng {
        padding: 15px 50px 10px 50px;
        border-radius: 40px;
        font-size: 32px;
        line-height: 32px;
    }
}

/*section 21*/
.idic-eng .foot-badge {
    width: 100%;
    background-color: #333333;
    text-align: center;
}

.idic-eng .foot-badge .inner .badge-container {
    display: grid;
    grid-template-columns: repeat(5, 50px);
    gap: 10px;
    justify-content: center;
}

.idic-eng .foot-badge .inner .badge-container p {
    font-size: 11px;
    font-weight: 300;
    color: #ffffff;
}

@media(min-width:768px){
    .idic-eng .foot-badge .inner .badge-container {
        grid-template-columns: repeat(5, 80px);
        gap: 20px;
    }
    
    .idic-eng .foot-badge .inner .badge-container p {
        font-size: 14px;
    }
}

@media(min-width:960px){
    .idic-eng .foot-badge .inner .badge-container {
        grid-template-columns: repeat(5, 90px);
        gap: 30px;
    }
}

@media(min-width:1280px){
    .idic-eng .foot-badge .inner .badge-container {
        grid-template-columns: repeat(5, 100px);
        gap: 40px;
    }
    
}