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

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

/**********************BOTTOM***************************/

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

#wrapper .left .txt {
    width: 100%;
    margin: 50px 0 0;
}

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

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

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

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

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

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

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

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

/**********************TOP***************************/

#wrapper .right {
    width: 96%;
    display: block;
    margin: 0 auto;
}

.video {
    position: relative; 
    padding-bottom: 56.25%;
    height:0; 
    overflow:hidden;
    width: 100%;
    margin-bottom: 4%;
}

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

#wrapper .mini_txt1 {
    width: 100%;
    border-bottom: 2px solid #273034;
    padding-bottom: 35px;
    font: 12px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    color: #273034;
    letter-spacing: .7px;
    text-align: right;
    margin-bottom: 45px;
}

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