@charset 'UTF-8';
/* 서브 헤더 공통 */
#paris-sub-hd {
    position: relative;
}
.sub-hd-bg { /*서브 비주얼 이미지*/
    height: 180px;
    background-image: url('../images/mp/sub-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub-hd-container {
    height: 280px;
}
.sub-hd-wrap {
    padding-bottom: 60px;
    vertical-align: middle;
    text-align: center;
}
.sub-hd-wrap h2 {
    font-family: 'Roboto', 'Noto Sans KR', 'Malgun Gothic', 'Dotum', sans-serif;
    margin-bottom: 0.5em;
    font-size: 2.4em;
}
.bread-menu {}
.bread-menu li {
    position: relative;
    display: inline-block;
    padding: 0 0.7em;
}
.bread-menu li:after { /*동그라미*/
    position: absolute;
    right: -4px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    background-color: #999;
    content: '';
}
.bread-menu .last:after {
    display: none;
}
.bread-menu li a {
    color: #999;
}
.bread-menu li a:hover {
    text-decoration: underline;
}
.bread-menu strong {
    color: #000;
    font-weight: 400;
}

.lnb-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 48px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 4px 3px rgba(0,0,0,0.15);
    z-index: 98;
}
.lnb-container.fixed {
    position: fixed;
    bottom: inherit;
}
.lnb-wrap {}
#paris-lnb {}
#paris-lnb li {}
#paris-lnb .active {}
#paris-lnb li a {
    display: block;
    background-color: #fff;
}
#paris-lnb .active a {
    position: relative;
    background-color: #008190;
    color: #FFF;
}
#paris-lnb .active a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #008190;
    content: '';
}

.ct-box > p {
    padding-top: 50px;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.4;
    text-align: center;
    color: #999;
}
.img-box {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    background: url(../images/mp/sub2.jpg) center center / cover no-repeat;
    margin-bottom: 40px;
}
.ct-box > dl,dt {
    color: #999;
}
.ct-box > dl {
    font-size: 1.8em;
    text-align: center;
    margin-top: 50px;
}
.ct-box > dt {
    font-size: 1.2em;
    line-height: 1.4;
    text-align: center;
}
strong {
    color: #008190;
}
.mp-box {
    margin-top: 50px;
}
.mp-box img {
    border-radius: 10px;
    width: 330px;
    margin: 0 auto;
}
.f-box {
    float: left;
    width: 98%;
    height: 300px;
    margin: 1% 1%;
    position: relative;
    overflow: hidden;
}
.f-box > p {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    padding-top: 120px;
    opacity: 1;
    color: #fff;
}
.f-box1::after,
.f-box2::after,
.f-box3::after,
.f-box4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
    background-color: #000;
    opacity: 0;
    transition: 0.3s;
}
.f-box:hover p {
    opacity: 1;
}
.f-box:hover:after {
    opacity: 0.3;
}
.f-box1 {background: url('../images/mp/mpsub1.jpg') center center / cover no-repeat;}
.f-box2 {background: url('../images/mp/mpsub2.jpg') center center / cover no-repeat;}
.f-box3 {background: url('../images/mp/mpsub3.jpg') center center / cover no-repeat;}
.f-box4 {background: url('../images/mp/mpsub4.jpg') center center / cover no-repeat;}

/* 1. 모바일까지 */
@media screen and (max-width: 767px) {}

/* 2. 태블릿부터 */
@media screen and (min-width: 768px) {
    .lnb-container {
        font-size: 1.2em;
        letter-spacing: 0;
    }
    
}

/* 3. 태블릿만 */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    #paris-main article {
        width: 650px;
        margin: auto;
    }
    .img-box {
        height: 500px;
    }
    .f-box > p {
        font-size: 1.8em;
        padding-top: 100px;
    }
}

@media screen and (min-width: 1024px) {
    .ct-box p {
        font-size: 2.5em;
        text-align: left;
    }
    .img-box {
        height: 500px;
    }
    .ct-box > dl {
        font-size: 2.5em;
        text-align: left;
    }
    .ct-box > dt {
        font-size: 1.6em;
        line-height: 1.4;
        text-align: left;
    }
    .f-box {
        float: left;
        width: 48%;
        height: 400px;
        margin: 1% 1%;
        position: relative;
        overflow: hidden;
    }
    .f-box > p {
        text-align: center;
        font-size: 2em;
        padding-top: 135px;
    }
}

/* 4. PC부터 */
@media screen and (min-width: 1280px) {
    .sub-hd-bg {
        height: 400px;
    }
    .sub-hd-container {
        height: 360px;
    }
    .lnb-container {
        font-size: 1.3em;
        line-height: 60px;
    }
    #paris-main {
        padding: 150px 0;
    }
    main h1 {
        margin-bottom: 100px;
    }
    .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        padding: 0 8%;
        margin-bottom: 0;
    }
    .txt .table {
        height: 100%;
    }
    .img {
        padding-left: 50%;
    }
    .even .txt {
        left: inherit;
        right: 0;
    }
    .even .img {
        padding-left: 0;
        padding-right: 50%;
    }
    .img-box {
        width: 80%;
        height: 700px;
    }
}

