/*-------------------------------------------------
Author : KLIC
Create date : 2020. 06. 15. SY,CHo
-------------------------------------------------*/
#wrap {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* LAYOUT */
h2 {
    font-size: 2rem;
}
h3 {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: 400;
    color: #000;
}

#issue {
    display: none;
}
.innerBox {
    position: relative;
}
.btnMore {
    position: absolute;
    top: 0;
    right: 0;
}
.btnMore i {
    width: 100%;
    height: inherit;
    line-height: inherit;
    font-size: 2.2rem;
    color: #000;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}
.btnMore:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.tit {
    line-height: 1.2;
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
}
.tit .line {
    position: relative;
    font-weight: 700;
    word-break: keep-all;
} /* 201224수정 */
.tit .line:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    content: "";
} /* 201221ìˆ˜ì • */
.txt {
    margin-top: 1.5rem;
    line-height: 1.3;
    color: #333;
}
.dat {
    /*margin-top: 2rem;*/
    color: #666;
    overflow: hidden;
}
.dat em {
    color: #00b9ac;
}
.tag {
    display: inline-block;
    margin-right: 2rem;
    padding: 0 2rem;
    height: 4rem;
    line-height: 4rem;
    color: #fff;
    background: #939598;
    border-radius: 2rem;
}
.imgBook {
    display: block;
}
.imgBook img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    aspect-ratio: 915 / 380;
    object-fit: cover;
} /* 201224수정 */
.imgBook .cityColumn {
    width: 100%;
    height: 100%;
}
.MC_box2 .iBox p,
.MC_box2 .iBox strong {
    display: block;
    height: 4.4rem;
    overflow: hidden;
    margin-bottom: 0.4rem;
    font-size: 1.5rem;
} /* 201228추가 */
/* Ã¬â€"Â¬Ã«Â°Â± */
.MC_box2 .iBox p,
.MC_box2 .iBox .info {
    display: block;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
    margin: 0.7rem 0 0;
    padding-top: 1rem;
} /* 201229수정 */
.MC_box2 .iBox p,
.MC_box2 .iBox .info li {
    width: 95%;
    float: left;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
} /* 201229수정 */
.section {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}

#section1 {
    padding: 7rem 0 19rem;
    background: url("/ubin/img/main/pattern01.png") repeat;
}
#section1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background: #81dbff;
    content: "";
}
#section1 [class^="bg"] {
    line-height: 1;
}
#section1 .bg1 {
    position: absolute;
    bottom: 6.5rem;
    left: 0;
}
#section1 .bg2 {
    position: absolute;
    bottom: calc(8rem - 1px);
    right: 0;
}
#section1 .bg3 {
    position: absolute;
    bottom: 4.5rem;
    left: 50%;
}
#section1 .bg4 {
    position: absolute;
    bottom: 5.6rem;
    right: 31rem;
}

#section1.active .bg1 {
    animation: bounce 2s ease-in-out infinite;
    -webkit-animation: bounce 2s ease-in-out infinite;
}
#section1.active .bg3 {
    animation: go 30s ease infinite;
    -webkit-animation: go 30s ease infinite;
}
#section1.active .bg4 {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
}

@-webkit-keyframes go {
    0% {
        opacity: 0;
        margin-left: -40rem;
    }
    2% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        margin-left: 20rem;
    }
}
@keyframes go {
    0% {
        opacity: 0;
        margin-left: -40rem;
    }
    2% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        margin-left: 20rem;
    }
}
@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
    }
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
/* .bounce {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: bounce; animation-name: bounce;} */

.MC_box1 .lstBox {
    position: relative;
    height: 37rem;
}
.MC_box1 .lst > li > a {
    display: block;
    height: 37rem;
    float: left;
} /* 201224수정 */
.MC_box1 .lst > li > a:after {
    clear: both;
    display: block;
    content: "";
} /* 201224수정 */
.MC_box1 .imgBook {
    position: relative;
    float: left;
    width: 91.5rem;
}
.MC_box1 .imgBook:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 7px;
    background: #00b9ac;
    content: "";
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.MC_box1 .imgBook img {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.MC_box1 .info {
    float: left;
    margin-left: 5.5rem;
    width: 43rem;
}
/* 201224추가 */
.MC_box1 .info .tit .line {
    box-shadow: inset rgba(0, 185, 172, 0.3) 0 -20px 0;
}
.MC_box1 .info .info_btn {
    position: relative;
    padding: 20px 50px 20px 50px;
    width: 26rem;
    color: #fff;
    background: #00b9ac;
    display: inline-block;
    margin: 1px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px;
    text-align: center;
}
.MC_box1 .info .info_btn i {
    margin-left: 10px;
    font-size: 1.6rem;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}
.MC_box1 .info .info_btn:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/* //201224추가 */

.MC_box1 .tit {
    font-size: 4rem;
}
.MC_box1 .txt {
    margin-top: 2.6rem;
    line-height: 1.3;
    color: #333;
}
.MC_box1 .list {
    margin: 2.4rem 0 2.4rem;
    color: #333;
    overflow: hidden;
} /* 201224수정 */
.MC_box1 .list > li {
    line-height: 2.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
.MC_box1 .list > li + li {
    margin-top: 0.5rem;
}
.MC_box1 .list > li span {
    display: inline-block;
    margin-right: 1rem;
    width: 5rem;
    text-align: center;
    border: 1px solid #333;
    border-radius: 1.4rem;
}

.MC_box1 .lst > li.active .imgBook:after {
    width: 100%;
}
.MC_box1 .lst > li a {
    display: block;
} /* 201224추가 */

.MC_box1 .bx-controls {
    position: absolute;
    bottom: -20px;
    right: 0;
    padding-left: 220px;
    line-height: 40px;
}
.MC_box1 .bx-controls:after {
    position: absolute;
    top: 20px;
    left: 0;
    width: 215px;
    height: 2px;
    background: #000;
    content: "";
}
.MC_box1 .bx-controls * {
    float: left;
}
.MC_box1 .bx-controls a {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    color: transparent;
    overflow: hidden;
}
.MC_box1 .bx-controls .bx-next {
    margin-left: 80px;
}
.MC_box1 .bx-controls a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: "xeicon";
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    overflow: hidden;
}
.MC_box1 .bx-controls .bx-prev:after {
    content: "\e93b";
}
.MC_box1 .bx-controls .bx-next:after {
    content: "\e93e";
}
.MC_box1 .bx-controls .bx-start:after {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    content: "\ea3e";
}
.MC_box1 .bx-controls .bx-stop:after {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    content: "\ea3b";
}
.MC_box1 .bx-controls .bx-pager {
    position: absolute;
    top: 0;
    right: 85px;
    width: 80px;
    text-align: center;
    letter-spacing: 0.5rem;
}

.MC_box2 {
    margin-top: 7.5rem;
    color: #fff;
    height: 200px;
}
/* .MC_box2 .innerBox {float: left; padding: 2.5rem 4rem 2.5rem 18rem; width: 43rem; height: 18.7rem; background: #022f50 url("/ubin/img/main/pattern02.gif") repeat;} 201229수정 */
.MC_box2 .innerBox {
    float: left;
    padding: 2.5rem 2rem 2.5rem 17rem;
    width: 43rem;
    height: 20rem;
    background: #022f50 url("/ubin/img/main/pattern02.gif") repeat;
} /* 210111 수정 */

.MC_box2 .innerBox + .innerBox {
    margin-left: 5.5rem;
}
.MC_box2 h3 {
    margin-bottom: 1rem;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 2.3rem;
} /* 201229수정 */
.MC_box2 p > strong {
    display: block;
}
.MC_box2 .imgBook {
    position: absolute;
    top: -2.5rem;
    left: 2.5rem;
    display: inline-block;
    width: 12.5rem;
    height: 17.5rem;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.MC_box2 .innerBox .btnMore {
    top: -2.5rem;
    right: 2.5rem;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background: #00b9ac;
}
.MC_box2 .innerBox .btnMore i {
    color: #fff;
}

/* 210111 추가 */
.MC_box2 .innerBox:nth-of-type(3) {
    padding-left: 21rem;
}
.MC_box2 .innerBox:nth-of-type(3) h3 {
    margin-top: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.MC_box2 .innerBox:nth-of-type(3) .imgBook {
    width: 160px;
    height: 118px;
    top: 2.6rem;
    text-align: center;
    background: #eee;
}
.MC_box2 .innerBox:nth-of-type(3) p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 0;
}
/* //210111 추가 */

.MC_box2 .innerBox.box1 {
    padding: 2rem 2.5rem;
}
.MC_box2 .innerBox.box1 h3 {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #fff;
}
.MC_box2 .innerBox.box1 .iBox {
    height: 7rem;
    overflow: hidden;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #00b9ac;
}
.MC_box2 .innerBox.box1 ul {
}
.MC_box2 .innerBox.box1 ul > li + li {
    margin-top: 0.5rem;
}
.MC_box2 .innerBox.box1 ul > li a {
    position: relative;
    display: block;
    padding: 0 9rem 0 1rem;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
}
.MC_box2 .innerBox.box1 ul > li a:before {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 4px;
    height: 2px;
    background: #fff;
    content: "";
}
.MC_box2 .innerBox.box1 ul > li a .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 9rem;
    text-align: right;
    font-size: 1.5rem;
    color: #dcf9fe;
}

#section2 h2 {
    margin-bottom: 7rem;
    text-align: center;
}
#section2 .iBox {
    position: relative;
}
#section2 .totGrpic {
    overflow: hidden;
}
#section2 .box2 {
    margin-top: 7rem;
}
#section2 .box1 .iBox {
    height: 34.5rem;
    overflow: hidden;
} /* 201214 ìˆ˜ì • */
#section2 .box1 .iBox .temp1 {
    height: 100%;
    overflow: hidden;
    float: left;
    width: 55%;
} /* 201214 ì¶"ê°€ */
#section2 .box1 .iBox .temp1 .imgBook {
    width: 100%;
    height: 100%;
    height: 34.5rem;
    background: #eee;
} /* 201214 ì¶"ê°€ */
#section2 .box1 .iBox .temp1 .imgBook img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#section2 .box2 .iBox {
    height: 16rem;
    overflow: hidden;
}
.left_Wrap .box2 .iBox .txt {
    /*height: 4rem; */
    overflow: hidden;
} /* 201214 ì¶"ê°€ */

/* 201016 Ã¬Ë†ËœÃ¬Â â€¢ */
.left_Wrap {
    float: left;
    width: 86.5rem;
}
.right_Wrap {
    position: relative;
    float: left;
    margin-left: 15.5rem;
    width: 38rem;
}
.right_Wrap:before {
    position: absolute;
    top: 0;
    left: -7.75rem;
    width: 1px;
    height: 100%;
    background: #ccc;
    content: "";
}

.left_Wrap .box1 .infoBox {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5rem 4rem 4rem;
    width: 45%;
    height: 100%;
    color: #fff;
    background: #00b9ac;
} /* 201214ìˆ˜ì € */
.left_Wrap .box1 .tit {
    font-size: 2.6rem;
    color: #fff;
}
.left_Wrap .box1 .txt {
    margin-top: 3rem;
    height: 12.4rem;
    color: #fff;
    overflow: hidden;
} /* 201214ìˆ˜ì € */
.left_Wrap .box1 .dat {
    color: #fff;
} /* 201214ìˆ˜ì € */
.left_Wrap .box1 .dat em {
    color: #ffd502;
}

.left_Wrap .box2 .iBox {
    padding-left: 27rem;
}
.left_Wrap .box2 .imgBook {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 25rem;
    text-align: center;
    background: #eee;
    height: 16rem;
}
.left_Wrap .box2 .tit .tag {
    display: inline-block;
    margin-right: 2rem;
    padding: 0 2rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.8rem;
    color: #fff;
    background: #939598;
    border-radius: 2rem;
}
.left_Wrap .box2 .tit .line:before {
    height: 1rem;
    background: rgba(0, 185, 172, 0.5);
}

.right_Wrap .box1 .imgBook {
    height: 100%;
    position: relative;
} /* 201224수정 */
.right_Wrap .box1 .txt_box {
    font-size: 1.8rem;
    color: #000;
    word-break: keep-all;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
} /* 201228수정 */
.right_Wrap .box1 .txt_box p.tit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
} /*201224추가 */
.right_Wrap .box1 .txt_box p.txt {
    font-size: 1.5rem;
    height: 5.5rem;
    overflow: hidden;
} /*201224추가 */
.right_Wrap .box1 .txt_box p.dat span {
    padding-right: 1.4rem;
} /* 201228추가 */
.right_Wrap .box1 .txt_box p.dat {
    margin-top: 1.6rem;
    font-size: 1.6rem;
} /*201224추가 */
.right_Wrap .box1 ul li {
    position: relative;
}
.right_Wrap .box1 ul li a {
    display: block;
    padding: 1rem 0;
}
.right_Wrap .box1 ul li p {
    padding: 0 10rem 0 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right_Wrap .box1 ul li:hover p {
    text-decoration: underline;
}
.right_Wrap .box1 ul li p::after {
    display: block;
    content: "";
    width: 0.46rem;
    height: 0.9rem;
    background: #00b9ac;
    position: absolute;
    left: 0.4rem;
    top: 1.8rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 1rem;
}
.right_Wrap .box1 ul li span {
    position: absolute;
    right: 0;
    top: 1rem;
}

#section3 {
    color: #fff;
    background: #ccc url("/ubin/img/main/sBg3.jpg") no-repeat center;
    background-size: 150%;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
}
#section3.active {
    background-size: cover;
} /* 201214 ìˆ˜ì • */

.MC_box7 {
    position: relative;
    float: left;
    width: 86.5rem;
}
.MC_box7 .eleTrans.order2 {
    transition-delay: 0s;
} /* 201224추가 */
.MC_box7 h2 {
    margin-bottom: 3.5rem;
}
.MC_box7 .btnMore i {
    color: #fff;
}
.MC_box7 ul {
    height: 21rem;
    overflow: hidden;
}
.MC_box7 li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.MC_box7 li a {
    position: relative;
    display: block;
    padding: 0.9rem 9rem 0.9rem 2rem;
    line-height: 5rem;
    font-size: 1.8rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    overflow: hidden;
}
.MC_box7 li a strong {
    color: #fff;
}
.MC_box7 li a strong i {
    color: #00b9ac;
}
.MC_box7 .tag {
    position: absolute;
    top: 0.9rem;
    left: 0;
    margin-right: 0;
    padding: 0;
    width: 12rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    font-size: 1.6rem;
    background: none;
    border: 1px solid #fff;
    border-radius: 2.5rem;
}
.MC_box7 .date {
    position: absolute;
    top: 0.9rem;
    right: 0;
    width: 9rem;
}

.MC_box8 {
    float: left;
    margin-left: 15.5rem;
    width: 38rem;
}
.MC_box8 li + li {
    margin-top: 2rem;
}
.MC_box8 a {
    position: relative;
    display: block;
    padding: 3.2rem 0 0 11rem;
    height: 13rem;
    font-size: 1.8rem;
}
.MC_box8 a strong {
    display: block;
    margin-top: 0.5rem;
    font-size: 2.4rem;
    font-weight: 400;
}
.MC_box8 a.naver {
    background: #022f50;
} /* 210122수정 */
.MC_box8 a.facebook {
    background: #0054a6;
}
.MC_box8 a:after {
    position: absolute;
    top: 50%;
    left: 4.4rem;
    display: inline-block;
    width: 2.8rem;
    height: 3.7rem;
    background: url("/ubin/img/main/icons.png");
    background-size: auto 100%;
    content: "";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.MC_box8 a.naver:after {
    background-position: 0 0;
}
.MC_box8 a.facebook:after {
    background-position: -2.8rem 0;
}
/* //201016 Ã¬Ë†ËœÃ¬Â â€¢ */

/* Transform Element */
.eleTrans {
    opacity: 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.order1 {
    transition-delay: 0.25s;
}
.order2 {
    transition-delay: 0.5s;
}
.order3 {
    transition-delay: 0.75s;
}
.order4 {
    transition-delay: 1s;
}
.motionL {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
}
.motionR {
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
}
.motionT {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
}
.motionB {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

/* active */
.section.active .eleTrans {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
}

@media screen and (max-width: 1440px) {
    .container {
        margin: 0 2rem;
        width: calc(100% - 4rem);
    }

    /* 201016 Ã¬Ë†ËœÃ¬Â â€¢ */
    .left_Wrap {
        width: 65%;
    }
    .right_Wrap {
        margin-left: 5%;
        width: 30%;
    }
    .right_Wrap:before {
        left: -8%;
    }
    /* //201016 Ã¬Ë†ËœÃ¬Â â€¢ */

    #section3,
    #section3.active {
        background-size: auto 100%;
    }

    /* Transform Element */
    .eleTrans {
        opacity: 1;
        transition: none;
        -webkit-transition: none;
    }
    .motionL,
    .motionR,
    .motionT,
    .motionB {
        transform: none;
        -webkit-transform: none;
    }
}
@media screen and (min-width: 1281px) and (max-width: 1439px) {
    .MC_box1 .lst > li > a {
        width: 65%;
    } /* 201224추가 */
    .MC_box1 .imgBook {
        width: 65%;
    }
    .MC_box1 .info {
        margin-left: 5%;
        width: 30%;
    }

    .MC_box2 .innerBox {
        width: 32%;
    }
    .MC_box2 .innerBox + .innerBox {
        margin-left: 2%;
    }

    /* 201016 Ã¬Ë†ËœÃ¬Â â€¢ */
    .MC_box7 {
        width: 65%;
    }
    .MC_box8 {
        margin-left: 5%;
        width: 30%;
    }
    /* //201016 Ã¬Ë†ËœÃ¬Â â€¢ */
}
@media screen and (max-width: 1280px) {
    .section {
        padding: 6rem 0;
    }

    #section1 {
        padding: 4rem 0 31rem;
    }
    .MC_box1 .lstBox {
        height: auto;
    }
    .MC_box1 .lst > li a {
        height: auto;
        width: 100%;
        float: none;
    } /* 201224 수정 */

    .MC_box1 .imgBook {
        float: none;
        width: 100%;
    }
    .MC_box1 .imgBook img {
        width: 100%;
    }
    .MC_box1 .info {
        float: none;
        margin-top: 2rem;
        margin-left: 0;
        width: 100%;
    }

    .MC_box1 .bx-controls {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 2rem 0;
        padding-left: calc(100% - 210px);
        height: 40px;
    }
    .MC_box1 .bx-controls:after {
        width: calc(100% - 220px);
    }

    .MC_box2 {
        margin-top: 7rem;
    }
    .MC_box2 .innerBox {
        float: none;
        width: 100%;
    }
    .MC_box2 .innerBox + .innerBox {
        margin-top: 5.5rem;
        margin-left: 0;
    }

    .MC_box4 {
        margin-top: 2rem;
    } /* 201214 ìˆ˜ì € */

    #section2 {
        position: relative;
        padding: 7rem 0 2rem;
    } /* 201214 ìˆ˜ì € */
    #section2 h2 {
        margin-bottom: 2rem;
    }
    #section2 .box2 {
        margin-top: 0;
    } /* 201214 ìˆ˜ì € */
    /* .section.active .eleTrans{margin-top: 2rem;} 201214 ìˆ˜ì € */
    /* #section2 .box1 .iBox .temp1{width: 100%; height: 200px; overflow: hidden;} 201214 ìˆ˜ì € */
    /* #section2 .box1 .iBox {height: auto;} 201214 ìˆ˜ì € */
    #section2 .box1 .iBox {
        height: auto;
    }
    .txt {
        height: 6rem;
        overflow: hidden;
    }

    /* 201016 Ã¬Ë†ËœÃ¬Â â€¢ */
    .left_Wrap {
        float: none;
        width: 100%;
    }

    .right_Wrap {
        float: none;
        margin-top: 2rem;
        margin-left: 0;
        width: 100%;
    }
    .right_Wrap .box1 {
        float: left;
        width: 48%;
    } /* 201228수정 */
    /* .right_Wrap .box1 .imgBook img {max-width: 100%;} 201228 삭제 */
    .right_Wrap .box2 {
        float: left;
        margin-left: 4%;
        width: 48%;
    } /* 201228수정 */

    .MC_box7 {
        float: none;
        width: 100%;
    }

    .MC_box8 {
        float: none;
        margin-top: 2rem;
        margin-left: 0;
        width: 100%;
    }
    .MC_box8 li {
        float: left;
        width: 49%;
    }
    .MC_box8 li + li {
        margin-top: 0;
        margin-left: 2%;
    }
    /* //201016 Ã¬Ë†ËœÃ¬Â â€¢ */
}
@media screen and (max-width: 1024px) {
    .tit .line {
        font-size: 3rem;
    }
}
@media screen and (max-width: 768px) {
    #section2 .box2 .iBox {
        min-height: 16rem;
        height: auto;
    }

    /* 210111수정 */
    .MC_box2 .innerBox:nth-of-type(3) {
        padding-left: 22rem;
    }

    /* 201016 Ã¬Ë†ËœÃ¬Â â€¢ */
    .left_Wrap .box1 .infoBox {
        position: static;
        top: auto;
        right: auto;
        padding: 3rem;
        width: 100%;
        height: auto;
    }
    .left_Wrap .box1 .infoBox br {
        display: none;
    }
    .left_Wrap .box1 .txt {
        margin-top: 3rem;
        height: auto;
    }
    .left_Wrap .box1 .dat {
        margin-top: 2rem;
    }

    .left_Wrap .box2 .iBox {
        padding-left: 0;
    }
    .left_Wrap .box2 .imgBook {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
    }
    .left_Wrap .box2 .imgBook img {
        width: 100%;
    }
    .left_Wrap .box2 .tit {
        position: relative;
        margin-top: 2rem;
        padding-left: 10rem;
        height: 4rem;
        line-height: 4rem;
        overflow: hidden;
    }
    .left_Wrap .box2 .tit .tag {
        position: absolute;
        top: 0;
        left: 0;
    }

    .right_Wrap .box1 {
        width: 100%;
        margin-bottom: 2rem;
    }
    .right_Wrap .box1 .imgBook img {
        background: #f5f5f5;
        width: 100%;
    }
    .right_Wrap .box2 {
        margin-top: 7rem;
        margin-left: 0;
        width: 100%;
    }

    .MC_box7 li a {
        padding: 2.2rem 9rem 2.2rem 0;
        line-height: 1.5;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .MC_box7 .tag {
        position: absolute;
        top: 0.9rem;
        left: 0;
        margin-right: 0;
        padding: 0;
        width: 12rem;
        height: 5rem;
        line-height: 5rem;
        text-align: center;
        font-size: 1.6rem;
        background: none;
        border: 1px solid #fff;
        border-radius: 2.5rem;
    }
    .MC_box7 .date {
        position: absolute;
        top: 2rem;
        right: 0;
        width: 9rem;
    }

    .MC_box8 {
        float: none;
        margin-top: 2rem;
        margin-left: 0;
        width: 100%;
    }
    .MC_box8 a {
        padding: 2rem 0 2rem 7rem;
        height: auto;
    }
    .MC_box8 a strong {
        font-size: 2rem;
    }
    .MC_box8 a:after {
        left: 2.4rem;
    }
    /* //201016 Ã¬Ë†ËœÃ¬Â â€¢ */

    /* 201214 ì¶"ê°€ */
    #section2 {
        padding-top: 7rem;
    }
    #section2 .box1 .iBox .temp1 {
        float: none;
        width: 100%;
    }
    #section2 .box1 .iBox {
        height: auto;
    }
    #section2 .box2 {
        margin-top: 2rem;
    }
    #section2 .box1 .iBox .temp1 .imgBook {
        height: auto;
    }
    #section2 .box1 .iBox .temp1 .imgBook img {
        width: 100%;
        height: auto;
        position: static;
        transform: none;
        -webkit-transform: none;
    }
}
@media screen and (max-width: 600px) {
    .MC_box1 .info .info_btn {
        padding: 10px 30px;
        width: auto;
        line-height: 1.5;
    } /* 201224추가 */

    /* 201016 Ã¬Ë†ËœÃ¬Â â€¢ */
    .MC_box8 li {
        width: 100%;
    }
    .MC_box8 li + li {
        margin-top: 2rem;
        margin-left: 0;
    }
    /* //201016 Ã¬Ë†ËœÃ¬Â â€¢ */

    h3 {
        margin-bottom: 1rem;
    }
}
@media screen and (max-width: 414px) {
    .MC_box2 .innerBox {
        padding: 2.5rem 2rem 2.5rem 18rem;
        height: auto;
        min-height: 17.5rem;
    }
}
