.container-wrap{width: 1520px; padding: 0; }
.box-shadow{box-shadow: 22px 38px 50px rgba(34,34,34,0.14);}
.view-info .maskimg{background: url(../images/miraen_book/miraen_bg.jpg) center no-repeat; background-size: cover;}
.inner {width: 1400px; margin: 0 auto;}
.inner1280 {width: 1280px; margin: 0 auto;}
.title h3 {margin-bottom: 10px; font-size: 24px;font-weight: 700;}

/*sec01*/
.sec-01 {padding: 0 0 calc(100/1920*100vw); margin-top: 10px; text-align: center}
.sec-01 h5 {margin-bottom: 10px;font-size: 24px;}
.sec-01 p {word-break: keep-all;}

/*sec02*/
.sec-02 {
    position: relative;
    padding: calc(120/1920*100vw) calc(496/1920*100vw) calc(160/1920*100vw) 0;
    background: #F8F8F8;
}
.sec-02 .flex {
    display: flex;
    justify-content: space-between;
}
.sec-02 .sec-bg01,
.sec-02 .sec-bg02 {
    position: absolute;
}
.sec-02 .sec-bg01 {
    top: 360px;
    right: -3%;
}
.sec-02 .sec-bg02 {
    right: 0;
    bottom: calc(-128/1920*100vw);
}
.sec-02 h5 {margin-bottom: 10px;font-size: 14px; color: #999999;}
.sec-02 .container-wrap {display: flex;justify-content: space-between}
.sec-02 .left {}
.sec-02 .left .box {
    width: 47%;
    height: 448px;
    background: #FFC815;
    position: absolute;
    top: 318px;
    left: 0;
}
.sec-02 .left h5 {
    position: relative;
    left: 50%;
    margin-bottom: 0;
}
.sec-02 .left .imgs {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sec-02 .left .imgs img:nth-of-type(1) {
    position: relative;
    z-index: 5;
    border-radius: 28px;

}
.sec-02 .left .imgs img:nth-of-type(2) {
    width: 375px;
}
.sec-02 .right h5 {
    text-align: left;
}
.sec-02 .right .img01 {
    position: relative;
    padding-top: 425px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.sec-02 .right > div {
    width: 356px;
}
.sec-02 .right .img01 img:nth-of-type(1) {
    margin-bottom: 60px;
}
.sec-02 .right .img02 {
    margin-top: 304px;
}
.sec-02 .right .img03 {
    margin-top: 200px;
}
.sec-02 .right .img02 img,
.sec-02 .right .img03 img {
    border-radius: 10px;
}

/*sec03*/
.sec-03 {
    position: relative;
    padding: calc(180/1920*100vw) 0;
    background: url(../images/miraen_book/miraen_03_bg.png) bottom no-repeat;
}
.sec-03 .inner > img {
    margin-top: 80px;
}
.sec-03 .inner > img:nth-of-type(1) {
    width: 100%;
}
.sec-03 .imgs {
    display: flex;
    justify-content: space-between;
}
.sec-03 .imgs .left {
    width: 30%;
    padding-top: calc(306/1920*100vw);
}
.sec-03 .imgs .left h5 {
    color: #999999;
    font-size: 14px;
}
.sec-03 .imgs .right {
    display: flex;
    flex-direction: column;
}
.sec-03 .img01 {
    display: flex;
    flex-direction: column;
    width: calc(380/1920*100vw);
}
.sec-03 .img02 {
    position: relative;
    top: calc(-600/1920*100vw);
    right: -120px;
    display: flex;
    flex-direction: column;
    width: calc(380/1920*100vw);
    align-self: flex-end;
}
.sec-03 .bottom-img {
    position: absolute;
    bottom: 0;
    right: -30%;
}

/*sec4*/
.sec-04 {
    overflow: hidden;
    padding: calc(180/1920*100vw) 0 0;
    background: #EFF3F6;
}
.sec-04 .img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 160px;
    padding-bottom: 586px;
}
.sec-04 .img-list li {
}
.sec-04 .img-list li:nth-of-type(2),
.sec-04 .img-list li:nth-of-type(5){
    position: relative;
    top: 385px;
}
.sec-04 .img-list li:nth-of-type(3),
.sec-04 .img-list li:nth-of-type(6){
    position: relative;
    top: -246px;
}
.sec-04 .img-list li:nth-of-type(-n+3) {
    margin-bottom: 160px;
}

/*sec05*/
.sec-05 {
    padding: calc(180/1920*100vw) 0 0;
    margin-bottom: calc(-120/1920*100vw);
}
.sec-05 h5 {margin-bottom: 10px;font-size: 14px; color: #999999;}

.sec-05 .img-list {
    display: flex;
    justify-content:center ;
    align-items: center;
    flex-wrap: wrap;
}
.sec-05 .img-list li {
    position: relative;
    width: 29%;
    z-index: 2;
}
.sec-05 .img-list li:nth-of-type(1),
.sec-05 .img-list li:nth-of-type(2) {
    margin-right: 82px;
}
.sec-05 .img-list li:nth-of-type(1) {
    top: 397px;
}
.sec-05 .img-list li:nth-of-type(3) {
    top: 594px;
}
.sec-05 .img-list li:nth-of-type(4) {
    top: 160px;
}

.sec-05 .img-list li img {
    border-radius: 30px;
}
.sec-05 .img {
    position: relative;
    top: calc(-300/1920*100vw);
}

/* 반응형 */
@media (max-width: 1870px) {
    .sec-02 .left .box {
        top: 315px;
    }
    .sec-02 .left h5 {
        left: 40%;
    }
    .sec-02 .left .imgs img:nth-of-type(1) {
        left: -10%;
    }
    .sec-03 .img02 {
        right: 0;
    }
}

@media (max-width: 1440px) {
    img {
        max-width: 100%;
    }
    .container-wrap {
        width: 100%;
        padding: 0 calc(25 / 1140 * 100vw)
    }
    .inner,
    .inner1280 {padding: 0 calc(24/720*100vw); width: 100%;}
    .sec-02 {
        padding: calc(160/1920*100vw) 0 calc(120/1920*100vw);
    }
    .sec-02 .left {
        width: 50%;
    }
    .sec-02 .left .imgs img:nth-of-type(1) {
        left: 0;

    }
    .sec-02 .right {
        width: 50%;
    }
    .sec-02 .left h5 {
        left: 50%;
    }
    .sec-04 .img-list li img {
        max-width: 90%;
    }
    .sec-04 .img-list li {
        width: 33.3333%;
        text-align: center;
    }

    .sec-05 h5 {
        text-align: left;
    }
    .sec-05 .img-list li {
        width: 25%;
    }
    .sec-05 .img {
        position: relative;
        top: calc(-160/1440*100vw);
    }
}

@media (max-width: 1024px) {
    .view_pc{display: none;}
    .sec-02 .left h5 {
        left: 18%;
    }
    .sec-02 .left .imgs img:nth-of-type(1) {
        left: 0;
        width: calc(600/720*100vw);
        max-width: initial;
    }
    .sec-02 .right > div {
        width: calc(260/720*100vw);
        margin: 0 auto;
    }

    .sec-04 .img-list {
        margin-top: calc(160/1920*100vw)
    }
    .sec-04 .img-list {
        margin-top: calc(80/720*100vw);
        justify-content: center;
    }
    .sec-04 .img-list li {
        width: 44%;
        text-align: center;

    }
    .sec-04 .img-list li img {
        max-width: 100%;
        width: 100%;
        border-radius: calc(10/720*100vw);
    }
    .sec-04 .img-list li:nth-of-type(1),
    .sec-04 .img-list li:nth-of-type(2),
    .sec-04 .img-list li:nth-of-type(4){
        margin-right: calc(72/720*100vw);
    }
    .sec-04 .img-list li:nth-of-type(2) {
        order: 3;

    }
    .sec-04 .img-list li:nth-of-type(3) {
        order: 6;
    }
    .sec-04 .img-list li:nth-of-type(6) {
        order: 4;
    }
    .sec-04 .img-list li:nth-of-type(4) {
        order: 5;
    }
    .sec-04 .img-list li:nth-of-type(1),
    .sec-04 .img-list li:nth-of-type(2),
    .sec-04 .img-list li:nth-of-type(5),
    .sec-04 .img-list li:nth-of-type(6){
        margin-bottom: calc(100/720*100vw);
    }
    .sec-04 .img-list {
        padding-bottom: 0;
    }
    .sec-04 .img-list li:nth-of-type(3),
    .sec-04 .img-list li:nth-of-type(6) {
       top: calc(-200/720*100vw);
    }
    .sec-05 .img {
        position: relative;
        top: calc(-245/1240*100vw);
    }
    .sec-05 .img-list li:nth-of-type(1) {
        top: calc(100/720*100vw);
    }
    .sec-05 .img-list li:nth-of-type(3) {
        top: calc(150/720*100vw);
    }
    .sec-05 .img-list li:nth-of-type(4) {
        top: calc(60/720*100vw);
    }
    .sec-05 .img-list li img {
        border-radius: calc(20/720*100vw);
    }
}

@media (max-width: 768px) {

    .title h3 {
        font-size: 15px;
    }
    .title p {
        font-size: 12px;
    }
    .sec-01 h5 {
        font-size: 15px;
    }
    .sec-01 p {
        padding: 0 calc(34/720*100vw);
        font-size: 12px;
    }

    /*sec02*/
    .sec-02 {
        padding: calc(193/720*100vw) 0 calc(143/720*100vw);
    }
    .sec-02 .sec-bg01 {
        top: calc(100/720*100vw);
    }
    .sec-02 h5 {
        margin-bottom: calc(6/720*100vw);
        font-size: 11px;
    }
    .sec-02 .right .img01 {
        padding-top: calc(330/720*100vw);
    }
    .sec-02 .right .img02 {
        margin-top: calc(180/720*100vw);
    }
    .sec-02 .right .img03 {
        margin-top: calc(140/720*100vw);
    }
    .sec-02 .sec-bg02 {
        right: 14%;
        max-width: 120%;
    }
    /*sec03*/
    .sec-03 {
        padding: calc(105/720*100vw) 0;
    }
    .sec-03 .imgs .left h5 {
        font-size: 11px;
    }
    .sec-03 .inner > img {
        margin-top: calc(80/720*100vw);
    }
    .sec-03 .img01,
    .sec-03 .img02 {
        width: calc(280/720*100vw);
    }
    .sec-03 .bottom-img {
        position: relative;
        top: auto;
        right: auto;
        margin-top: calc(120/720*100vw);
    }

    .sec-04 .img-list li:nth-of-type(2),
    .sec-04 .img-list li:nth-of-type(5) {
        top: 0;
    }
    .sec-04 .img-list li:nth-of-type(1) {
        margin-top: calc(200/720*100vw);
    }
    .sec-04 .img-list {
        margin-bottom: calc(-140/720*100vw);
    }
    .sec-05 {
        padding: calc(160/720*100vw) 0 calc(200/720*100vw);
        margin-bottom: 0;
    }
    .sec-05 h5 {
        font-size: 11px;
    }
    .sec-05 .img-list > li {
        width: 45%;
        margin-right: calc(52/720*100vw);
    }
    .sec-05 .img-list li:nth-of-type(1) {
        margin-right: calc(52/720*100vw);
    }
    .sec-05 .img-list li:nth-of-type(2),
    .sec-05 .img-list li:nth-of-type(4){
        margin-right: 0;
    }
    .sec-05 .img-list li:nth-of-type(3) {
        top: calc(365/720*100vw);
    }
    .sec-05 .img-list li:nth-child(evne) {
        margin-right: 0;
    }
    .sec-05 .img-list li:nth-of-type(1) {
        top: calc(265/720*100vw);
    }
    .sec-05 .img {
        top: calc(160/720*100vw);
        left: 56%;
    }
    .sec-05 .img img {
        max-width: initial;
        width: calc(1200/720*100vw);
    }
}