body {
	font:14px/1.5 "AppleSDGothic","Dotum","Arial","sans-serif";
}

body,
h1, h2, h3, h4, h5, h6,
div, p, blockquote,
dl, dt, dd, ul, ol, li,
th, td,
form, fieldset, button, input, textarea {
	margin:0;
	padding:0;
}

header, footer, nav, menu,
article, aside, section, hgroup,
figure, figcaption, canvas, details, summary {
	display:block;
	margin:0;
	padding:0;
}

hr,
caption {
	display:none;
}

legend,
.hd-element {
	visibility:hidden;
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
	font-size:0;
	line-height:0;
}

table {
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

img,
fieldset, button, input {
	border:0;
}

ul, ol, li {
	list-style:none outside;
}

em,
address {
	font-style:normal;
}

label, button {
	cursor:pointer;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
body {
    background-color: #000;
}
.head-container {
    width: 100%;
    height: 49px;
    position: fixed;
    color: #fff;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.95);
}
.head-nav {
    margin: 0 auto;
    position: relative;
}
a.logo {
    text-indent: -9999em;
    display: block;
    height: 50px;
    width: 100px;
    background: url(images/logo-white.png) left center no-repeat;
    background-size: 82px 18px;
    position: absolute;
    top: 0px;
    left: 15px;
}
.share {
    display: block;
    width: 50px;
    height: 50px;
    background: url(images/share.svg) center center no-repeat;
    background-size: 17px;
    position: absolute;
    top: 0px;
    right: 15px;
    text-indent: -9999em;
    cursor: pointer;
}
.story-nav {
    display: none;
}
.story-background {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.story-background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    z-index: 3;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}
.story-background-container.on {
    z-index: 2;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}
.story-background-container.first {
    z-index: 2;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}
.story-background-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.story-contents {
    position: relative;
    max-width: 1230px;
    margin: 0 auto;
}
.story-container {
    width: 100%;
    position: relative;
}
.story-head-text {
    position: absolute;
    width: 100%;
    bottom: auto;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    color: #fff;
    text-align: center;
}
.story-head-text h1 {
    font-size: 62px;
    font-weight: 100;
    letter-spacing: -3px;
    line-height: 92px;
    color: #f7f7f7;
    margin-bottom: 20px;
}
.story-small-title {
    font-size: 22px;
    color: #999;
}
.story-head-text p {
    font-size: 22px;
    color: #999;
    margin-bottom: 20px;
}
.story-byline {
    color: #999;
}
.story-text-zone {
    width: 37.5%;
    position: relative;
}
.right {
    margin-left: 62.5%;
}
.left {
    left: 0;
    right: auto;
}
.story-text-zone h4 {
    color: #f7f7f7;
    font-size: 18pt;
    font-weight: 100;    
    margin-bottom: 36px;
    padding-bottom: 18px;
    border-bottom: 1px solid #565656;
}
.story-text-zone p {
    margin-bottom: 1.2em;
    font-weight: 400;
    font-size: 14pt;
    color: #999;
}
.story-text-zone blockquote {
    margin: 1.8em 0;
    font-size: 14pt;
    font-weight: 100;
    font-style: italic;
    border-left: 3px solid rgba(255,255,255,.5);
    padding-left: 10px;
    margin-left: 2px;
    color: #999;
}
.story-text-zone.white p,
.story-text-zone.white blockquote {
    color: #fff;
    
}
.story-text-zone.yellow p,
.story-text-zone.yellow blockquote {
    color: #cdd23c;
}
.story-text-zone.white2 p,
.story-text-zone.white2 blockquote {
    color: #fff;
    text-shadow: 0px 0px 4px #000000;
}
.story-video-zone {
    position: relative;
    width: 100%;
    height: auto;
}
.story-video-zone img {
    width: 100%;
}
.story-video-zone iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.story-link {
    padding-top: 150px;
}
.story-link-box li {
    width: 17.6%;
    float: left;
    margin-right: 3%;
    min-height: 300px;
}
.story-link-box li:nth-child(5n) {
    margin-right: 0;
}
.story-link-box li img {
    width: 100%;
}
.story-link-box::after {
    display: table;
    content: '';
    line-height: 0;
    clear: both;
}
.story-link-box a,
.story-link-box li {
    color: #a8a8a8;
}
.story-link-box h4 {
    font-size: 28px;
    margin-bottom: 15px;
}
.bottom-nav-title {
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 5px;
}
.footer {
    position: relative;
    max-width: 1230px;
    margin: 20px auto;
    color: #565656;
    border-top: 1px solid #565656;
    text-align: center;
    padding-top: 10px;
}
@media only screen and (max-width: 768px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .story-background-image {
        background-size: auto 100%;
    }
    .story-background-image.mright {
        background-position: 75% top;
    }
    .story-background-image.mleft {
        background-position: 25% top;
    }
    .story-head-text {
        padding: 0 30px;
    }
    .story-head-text h1 {
        font-size: 42px;
        letter-spacing: -1px;
        line-height: 48px;
    }
    .story-small-title,
    .story-head-text p {
        font-size: 18px;
    }
    .right {
        margin: 0;
    }
    .story-text-zone {
        width: 100%;
        padding: 30px 25px;
        background: rgba(255,255,255,0.95);
    }
    .story-text-zone h4,
    .story-text-zone p,
    .story-text-zone blockquote,
    .story-text-zone.white p,
    .story-text-zone.white blockquote {
        color: #333;
    }
    .story-text-zone blockquote,
    .story-text-zone.white blockquote {
        border-color: #333;
    }
    .story-link-box {
        padding: 0 10px;
    }
    .story-link-box li {
        width: 50%;
        margin: 0;
        min-height: 300px;
        padding: 0 10px;
    }
    .story-link-box li:first-child {
        width: 100%;
        min-height: 120px;
    }
    .story-link-box li:nth-child(6) {
        display: none;
    }
}
