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

/*photo swiper 전용 CSS : directing, styling 공통 CSS*/

#wrapper {
    width: 94%;
    height: auto;
    margin: 20% auto;
}

#wrapper .left {
    width: 100%;
    display: block;
    float: none;
    padding: 0 0;
    margin: 0 auto;
}

#wrapper .left .txt {
    width: 90%;
    margin: 0 auto;
}

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

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

#wrapper .left .text p {
    width: 98%;
    margin: 0 auto 16px;
    font: 18px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    text-align: justify;
    letter-spacing: 1.5px;
    line-height: 1.8;
    padding: 5% 0;
}

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

#wrapper .left .text {
    width: 100%;
    margin: 0 auto;
    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: 96%;
    display: block;
    margin: 0 auto;
    float: none;
}

#wrapper .right img {
    width: 100%;
    padding: 0;
    margin: 0;
}

#wrapper .mini_txt1 {
    padding-left: 40%;
    width: 60%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

#wrapper .mini_txt2 {
    display: none;
}

#wrapper .mobile_mini_txt2 {
    display: block;
    padding-left: 38%;
    width: 60%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 8%;
    text-align: right;
}

#wrapper .mobile_mini_txt2 p {
    border-right: 3px solid #273034;
    padding-right: 2%;
    font: 12px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    color: #273034;
    letter-spacing: .7px;
    line-height: 1;
}

#wrapper .mobile_mini_txt1 {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 8%;
    text-align: right;
}

#wrapper .mini_txt1 p {
    border-right: 3px solid #273034;
    padding-right: 3%;
    font: 12px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    color: #273034;
    letter-spacing: .7px;
    line-height: 1;
}

.swiper-slide {
    padding: 0;
    margin: 0;
}

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

.swiper-wrapper {
    position: relative;
}

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

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

footer {
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    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: 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;
}
