html {
    font-size: 62.5%;
    height: 100%;
}

body, table, input, textarea, select, button {
    font-size: 2rem;
    line-height: 1.7;
}
.ds-lt-color-black, body, table, input, textarea, select, button {
    color: #3a3a3a;
}
body, table, select, button, .ds-font {
    font-family: "NanumSquareNeo-Variable", sans-serif;
}
body {
    margin: 0;
    position: relative;
    top: 0;
    min-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
@media all and (max-width:1600px) {
	body {font-size:1.8rem;}
}
@media all and (max-width:1366px) {
	body {font-size:1.7rem;}
}
@media all and (max-width:1024px) {
	body {font-size:1.6rem;}
}
@media all and (max-width:768px) {
	body {font-size:1.5rem;}
}
.ds-lt-width {max-width:1200px; margin-left:auto; margin-right:auto; padding-left:1rem; padding-right:1rem; box-sizing:border-box;}

img {height:auto; max-width:100%;}
header,
footer {background:#fbf8f3; overflow:hidden; text-align:center;}
header .ds-logo {margin:8% 0; font-size:0;}
footer .ds-logo {margin:20% 0; font-size:0;}
.ds-logo img {max-width:30%;}

main {text-align:center;}
figure {font-size:0; margin:10% 0;}

.ds-video>div {position:relative; width:100%; height:0; padding-bottom:56.25%;}
.ds-video iframe {position:absolute; width:100%; height:100%; top:0; left:0; background:#fff;}
