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

#wrapper .left .txt {
    margin: 59% 0 0;
}

#wrapper .mini_txt2 {
    padding: 22% 11px 0 0;
}

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



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

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

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

.innerfooter {
    width: 1200px;
    margin: 0 auto;
}

footer img {
    width: 9%;
    float: left;
}

.innerfooter .info {
/*    width: 434px;*/
    width: 36.5%;
    float: right;
    border-left: 1px solid #e0ad82;
    padding-left: 20px;
    border-right: 1px solid #e0ad82;
    padding-right: 20px;
    text-shadow: 0px 2px 1px #000;
}

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