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

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

#wrapper .left {
    width: 100%;
    display: block;
    float: none;
}

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

#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: .1px;
    line-height: .8;
    text-align: center;
    margin-top: 0;
}

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

#wrapper .left h3 {
    width: 76%;
    font: italic 16px '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 13%;
}

#wrapper .left .text {
    width: 100%;
    margin: 0 auto;
}

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

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

#wrapper .right video {
    position: relative; 
    padding-bottom: 56.25%;
    height:0; 
    overflow:hidden;
    width: 100%;
}

.video iframe,
.video object,
.video embed { 
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%;
    height:100%; 
}

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

#wrapper .mini_txt1 p {
    padding-left: 47%;
    width: 50%;
    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;
}

/*---------------------///////contents///////--------------------------*/

#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: 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;
}