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

#wrapper {
    width: 1200px;
    height: auto;
    margin: 130px auto;
}

#wrapper .left {
    width: 38%;
    display: inline-block;
    float: left;
}

#wrapper .left .title {
   width: 100%;
    padding: 0;
    margin: 10% 0 10%;
}

#wrapper .left h1 {
    font: 68px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    line-height: .8;
    letter-spacing: 2.4px;
    text-align: center;
    margin: 0;
}

.subtitle {
    width: 100%;
    margin-bottom: 9%;
}

#wrapper .left .txt {
    width: 100%;
}

#wrapper .left h3 {
    width: 70%;
    font: italic 18px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 2px dotted #273034;
    padding-bottom: 2%;
    border-top: 2px dotted #273034;
    padding-top: 2%;
    margin: 0 auto 18%;
}

#wrapper .left .text {
    padding: 0;
}

#wrapper .left .text p {
    font: 14px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    text-align: justify;
    letter-spacing: 2px;
    line-height: 1.9;
    margin-bottom: 26px;
    padding: 0;
}

#wrapper .left .text .eng {
    display: none;
}

/*
#wrapper .left .text .eng {
    border-top: 1px solid #888;
    padding-top: 25px;
    margin-top: 50px;
}
*/

#wrapper .right {
    width: 50%;
    display: inline-block;
    float: right;
}

#wrapper .right img {
    width: 100%;
    margin-bottom: 20px;
}

#wrapper .mini_txt2 {
    float: right;
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
   font: 12px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    color: #273034;
    letter-spacing: .8;
    line-height: 1.6;
}

.swiper-container {
}

.swiper-slide img {
    position: relative;
}

#wrapper .swiper-pagination {
    position: absolute;
    bottom: 7%;
}

/*---------------------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;
}