@charset "utf-8";
@import url(reset.css);

.swiper-slide:nth-child(1) {
    padding-top: 34%;
}

/*---------------------footer--------------------------*/

#wrapper::after {
    content: '';
    display: table;
    clear: both;
}

footer {
    width: 100%;
    height: 2%;
    margin: 0 auto;
    padding: 3% 0;
    box-shadow: 24px 2px 24px 4px rgba(0, 0, 0, 0.14);
    background-color: #273034;
}

.innerfooter {
    width: 100%;
    margin: 0 auto;
}

footer img {
    display: none;
}

.innerfooter .line_footer_mobile {
    width: 94%;
    height: 1px;
    background-color: #e0ad82;
    margin: 0 auto;
    box-shadow: 1px 1px 1px 0 #000;
}

.innerfooter .info {
    /*    width: 434px;*/
    width: 94%;
    float: none;
    padding: 1.4% 0;
    border-right: none;
    border-left: none;
    margin: 0 auto;
}

footer p {
    width: 82%;
    color: #e0ad82;
    font: lighter 12px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    text-align: center;
    letter-spacing: .4px;
    margin: 0 auto;
}

footer p:nth-child(2),
footer p:nth-child(3) {
    display: none;
}