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

/* directing, styling, editorial, video, design 리스트 페이지용 CSS */

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

.list {
    width: 100%;
    padding: 0 0 130px;
}

figure {
    width: 90%;
    display: block;
    margin: 5% auto;
    border: 1px solid #9d9d9d;
        padding: 2% 2% 0;
    background-color: #f0f0f0;
}

figure .captionBoxImage img,
video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

figure .captionBoxImage {
    margin: 0 5%;
    width: 100%;
}

.scale {
    display: block;
     width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

h2 {
    width: 100%;
    font: 600 20px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    letter-spacing: .3px;
    line-height: .9;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3%;
}

h2 span {
    font: 700 25px 'Cormorant Garamond', 'Garamond', 'Adobe 명조 Std', 'Nanum Myeongjo', 'AppleMyungjo', 'serif';
    display: block;
}

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