/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.hidden {
	display:none;
}
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Main Styles
   ========================================================================== */
body {
	background:#eee;
	font-family: 'Cabin', sans-serif;
	font-size: 100%;
	visibility: hidden;
	width:100%;
	height:100%;
}

.pin-frame {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	overflow: hidden;
}

.left {
	float:left;
	width:50%;
	max-width:600px;
}

.right {
	float:right;
	width:50%;
}

.inside {
	display:block;
	margin:0 auto;
	width: 75%;
	padding:100px 0;
	overflow: hidden;
}

h2 {
	color: #fff;
	font-size: 14em;
	line-height: 1em;
	margin: 20px 0 0;
	text-transform: uppercase;
	text-align: center;
}

h3 {
	color: #fff;
	font-size: 3.0em;
	line-height: 1em;
	margin: 20px 0 0;
	text-transform: uppercase;
	text-align: center;
}

h4 {
	color:#fff;
	font-size:2.5em;
	text-align: center;
	font-weight: normal;
}

p {
	color:#007fe1;
	font-size:1.2em;
}

p:first-child {
    margin-top:0;
}

.big-first {
	font-size: 200%;
	line-height: 100%;
	letter-spacing: -1px;
}

.callout {
	color: #005CA3;
	font-weight: bold;
}

.title-english, .title-korean {
	opacity:0;
	position: absolute;
	width: 100%;
	top: 100px;
	z-index: 100;
}

.blue {
	color:#007FE1;
	display:block;
}

.black {
	color:#000;
}

.text-scene {
	background:#eee;
	overflow:hidden;
	position:relative;
	width:100%;
}

#logo-wrapper {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene1/gradient.png) no-repeat;
	background-size:100% 498px;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

#logo {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene1/logo.png) no-repeat center center;
	display:block;	
	height:157px;
	margin-top:80px;
	width:100%;
}

.caption {
	display:block;
	overflow:hidden;
	position:relative;
	width: 300px;
	margin-left: 80px;
}

.caption p {
	color:#333;
	font-size:.8em;
	text-align:left;
	padding-top:10px;
}

.plane {
	background:url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene1/plane.png) no-repeat;
	height:65px;
	left:0;
	margin-left:-1000px;
	position:absolute;
	top:80px;
	width:1000px;
	z-index:100;
}

#cursor {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/nav/down-arrow.png) no-repeat center bottom;
	bottom: 20px;
	color: #555;
	font-size: 1.1em;
	font-weight: bold;
	height: 110px;
	right: 0;
	position: absolute;
	text-align: center;
	width: 100px;
	z-index: 1000;
}

/*
 * Scene 1
 */

h1 {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/titles/title.png) no-repeat center center;
	height:517px;
	margin: 150px auto 0;
	text-indent:-9999px;
	width:1066px;
}

#scene-video {
	background:#fff;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:101;	
}

#scene-video video {
	background:#fff;
}

#scene-1 {
	background:#fff;
	height:100%;
	overflow:hidden;
	position:relative;
	width:100%;
}

#scene-intro {
	background: #eafaf3 url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene1/background.jpg) no-repeat center center;
	background-size: cover;
	top: 100%;
	z-index: 102;
}

#scene-intro .credit {
	color:#007fe1;
	bottom: 70px;
	left: 180px;
	position:absolute;
	font-size: 1.2em;
}

#cover-deck {
	left:180px;
	position:absolute;
	top:150px;
	text-align:left;
	width:700px;
	line-height: 46px;
	letter-spacing: -1px;
}

/*
 * Scene 2
 */

#scene-2 {
	height:800px;
	overflow:hidden;
	position:relative;
	width:100%;
}

#luggage-1 {
	background: #88999a url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene2/background.jpg) no-repeat center center;
	height:1842px;
	position:relative;
	width:100%;
	z-index:99;
}

/*
 * Scene 3
 */

#scene-3-side {
	position: relative;
	width: 580px;
	height: 780px;
	overflow: hidden;
}

#scene-3-side-video {
	display:block;
	overflow:hidden;
	position:relative;
	width: 100%;
	margin-left: 80px;
	max-width: 380px;
}

#scene-3-side-video video {
	width: 100%;
	height: auto;
	display:block;
	position:relative;
}

/*
 * Scene 4
 */

#scene-4 {
	height:800px;
	overflow:hidden;
	position:relative;
	width:100%;
}

#scene-4 .pin-frame {
	background: #fff url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene4/background.jpg) repeat-x;
}

#scene-4 .pin-frame span {
	display:block;
	height:100%;
	width:100%;
}

#scene-4 span {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene4/scene4-1.png) no-repeat center 100px;
}

#scene4-2 span {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene4/scene4-2.png) no-repeat center 100px;
}

#scene4-3 span {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene4/scene4-3.png) no-repeat center 100px;
}

#scene4-4 span {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene4/scene4-4.png) no-repeat center 100px;
}

#scene4-5 span {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene4/scene4-5.png) no-repeat center 100px;
}

#scene4-6 span {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene4/scene4-6.png) no-repeat center 100px;
}

.credits-info {
	top:700px;
	left:0;
	position:absolute;
	text-align: center;
	width:100%;
}

.credits-info ul li {
	color:#6fadde;
	display:inline-block;
	padding-left:20px;
	list-style-type:none;
	font-size:.7em;
}

/*
 * Scene 5
 */

#scene-5 {
	background: #65AFC9 url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene5/background.jpg) no-repeat center center;
	background-size:100% 100%;
	height:800px;
	margin-top:800px;
	overflow:hidden;
	position:relative;
	width:100%;	
}

#scene-5-cover {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene5/backgroundOverlay.png) no-repeat center center;
	background-size:100% 100%;
	height:100%;
	margin-top: 100%;
	overflow:hidden;
	position:relative;
	width:100%;	
}

#scene-5 h4 {
	position: absolute;
	top: 80px;
	width: 60%;
	left: 50%;
	margin-left: -30%;
	z-index: 100;
	font-weight: normal;
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.5em;
}

#gd-logo {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene5/GDlogo.png) no-repeat center center;
	width:100%;
	height:57px;
	position:absolute;
	bottom:50px;
	left:0;
	z-index:100;
}

/*
 * Scene 6
 */

#scene-6 {
	height:800px;
	overflow:hidden;
	position:relative;
	width:100%;
}

#luggage-2 {
	background: #8c9799 url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene6/background.jpg) no-repeat center center;
	background-size: auto 100%;
	height:100%;
	position:relative;
	width:100%;
	z-index:99;
}

/*
 * Scene 7
 */

#scene-7-side {
	position: relative;
	width: 580px;
	height: 780px;
	overflow: hidden;
}

#scene-7-side-video {
	display:block;
	overflow:hidden;
	position:relative;
	max-width: 380px;
	margin-left: 80px;
	width: 100%;
}

#scene-7-side-video video {
	width: 100%;
	height: auto;
	display:block;
	position:relative;
}

/*
 * Scene 8
 */

#scene-8 {
	background:#65AFC9 url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene8/background.jpg) no-repeat center center;
	background-size:100% 100%;
	height:800px;
	overflow:hidden;
	position:relative;
	width:100%;	
}

#scene-8-cover {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene8/backgroundOverlay.png) no-repeat center center;
	background-size:100% 100%;
	height:100%;
	margin-top:100%;
	overflow:hidden;
	position:relative;
	width:100%;	
}

#scene-8 h4 {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -30%;
	opacity: .3;
	width: 60%;
	z-index: 100;
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.5em;
}

#gd-logo2 {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/scene8/GDlogo.png) no-repeat center center;
	width:100%;
	height:52px;
	position:absolute;
	bottom:50px;
	left:0;
	z-index:100;
}

/*
 * Scene 9
 */

#scene-9 {
	height:800px;
	overflow:hidden;
	position:relative;
	width:100%;
}

#scene-9 video {
    height: auto;
    min-width: 100%; 
    width: auto;
}

/*
 * Scene 10
 */

#scene-10-side {
	position: relative;
	width: 580px;
	height: 780px;
	overflow: hidden;
}

#scene-10-side-video {
	display:block;
	overflow:hidden;
	position:relative;
	max-width: 380px;
	margin-left: 80px;
	width: 100%;
}

#scene-10-side-video video {
	width: 100%;
	height: auto;
	display:block;
	position:relative;
}

/*
 * Scene 11
 */

#scene-11 {
	height:100%;
	overflow:hidden;
	position:relative;
	width:100%;
}

#scene-11 video {
    height:auto;
    min-width: 100%;  
    width:auto;
}

/*
 * Scene 12 - Credits
 */

#scene-12 {
	background:#8c9a9c;
	position:relative;
	overflow:hidden;
	position:relative;
	width:100%;
}

#scene-12 .inside {
    padding: 40px 0;
}

#scene-12 h4 {
    text-align: left;
    margin: 0;
    font-size: 30px;
}

#scene-12 .column1 {
	width:33%;
    float:left;
}

#scene-12 .column2 {
	width:33%;
    float:left;
}

#scene-12 .column3 {
	width:33%;
    float:left;
}

#scene-12 ul{
    padding: 0;
	
}

#scene-12 ul li {
    list-style: none;
    color: #005CA3;
    margin: 5px 0;
}
/*
 * Scene 13
 */

#scene-13 {
	height:100%;
	overflow:hidden;
	position:relative;
	width:100%;
}

#scene-13 video {
    height:auto;  
	min-width: 100%;
    width:auto;
}

/*
 * Titles
 */

#title1 {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/titles/title1.png) no-repeat center center;
	height:366px;
	text-indent:-9999px;
	width:100%;
}

#title2 {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/titles/title2.png) no-repeat center center;
	height:538px;
	text-indent:-9999px;
	width:100%;
}

#title3 {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/titles/title3.png) no-repeat center center;
	height:357px;
	text-indent:-9999px;
	width:100%;
}

#ktitle1 {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/titles/ktitle1.png) no-repeat center center;
	height:366px;
	text-indent:-9999px;
	width:100%;
}

#ktitle2 {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/titles/ktitle2.png) no-repeat center center;
	height:538px;
	text-indent:-9999px;
	width:100%;
}

#ktitle3 {
	background: url(http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/titles/ktitle3.png) no-repeat center center;
	height:357px;
	text-indent:-9999px;
	width:100%;
}

/*
 * Small Screens
 */

@media screen and (max-height:750px) {
	body {
		font-size:90%;
	}
	.credits-info { 
		top: 500px;
		width: 300px;
		text-align: left;
		left: 0;
	}
	.credits-info li {
		padding:0;
    }
    .caption {
		display:none;
	}
}
@media screen and (max-height:700px) {
	h4 {
		font-size:160%;
		line-height:125% !important;
	}
	#gd-logo2 { 
        top:600px;
    }
}
/**
 * Complex Cover Story Navbar
 * --------------------------
 * 
 * @author eduardo.guanilo@complex.com
 */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  height: 55px;
  transition: opacity .03s ease-in-out;
  -moz-transition: opacity .03s ease-in-out;
  -webkit-transition: opacity .03s ease-in-out; }
  header .main-container {
    display: none;
    padding-bottom: 11px;
    height: 55px;
    background-color: black;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -webkit-transition: opacity 2s ease-in; }
    @media screen and (min-width: 925px) {
      header .main-container {
        display: block; } }
    header .main-container.dimmed {
      opacity: 0.08;
      filter: alpha(opacity=8);
      transition: opacity .25s ease-out;
      -moz-transition: opacity .25s ease-out;
      -webkit-transition: opacity .25s ease-out; }
    header .main-container:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out; }
    header .main-container .inner-header {
      border-bottom: 1px solid gray;
      position: relative;
      margin: 0 auto;
      padding-left: 100px;
      padding-right: 100px; }
  header .mobile-container {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: black;
    padding-bottom: 11px; }
    @media screen and (min-width: 925px) {
      header .mobile-container {
        display: none; } }
    header .mobile-container a {
      padding-left: 20px;
      padding-right: 20px; }
    header .mobile-container .inner-mobile {
      border-bottom: 1px solid gray; }
    header .mobile-container .share-mobile {
      display: none; }
      header .mobile-container .share-mobile li {
        border-left: none;
        width: 25%;
        text-align: center; }
  header a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    outline: 0; }
  header ul {
    list-style: none;
    margin: 0;
    padding-left: 0px;
    height: 55px; }
    header ul li {
      position: relative;
      list-style: none;
      float: left;
      height: 55px;
      line-height: 55px;
      border-left: 1px solid gray;
      cursor: pointer; }
      header ul li a {
        padding-left: 25px;
        padding-right: 25px; }
      header ul li.nav-up:hover {
        background-color: gray; }
      header ul li.nav-right {
        float: right !important; }
        header ul li.nav-right:hover {
          background-color: gray; }
      header ul li.first-btn {
        border-left: none;
        width: 30%; }
      header ul li.last-btn {
        border-right: 1px solid gray; }
      header ul li.last-mob {
        border-right: none; }

.nav-text:hover {
  padding-bottom: 3px;
  border-bottom: 2px solid white; }

.nav-icon {
  padding: 0 0 5px 20px; }

.back {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/nav/cs_nav_sprite.png") no-repeat;
  background-position: 0px 3px;
  margin-right: 0px; }

.up {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/nav/cs_nav_sprite.png") no-repeat;
  background-position: -15px 5px; }

.comment {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/nav/cs_nav_sprite.png") no-repeat;
  background-position: -40px 0px; }

.twitter {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/nav/cs_nav_sprite.png") no-repeat;
  background-position: -80px 0px; }

.fb {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/nav/cs_nav_sprite.png") no-repeat;
  background-position: -117px 0px; }

.gplus {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/nav/cs_nav_sprite.png") no-repeat;
  background-position: -40px -20px; }

.book {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/nav/cs_nav_sprite.png") no-repeat;
  background-position: 0px -20px; }

.share {
  background: url("http://covercdn.complex.com.s3.amazonaws.com/legacy-assets/gdragon/desktop/img/nav/cs_nav_sprite.png") no-repeat;
  background-position: -82px -20px; }

footer {
  position: relative;
  background-color: #ededed;
  color: #007fe1;
  padding-left: 100px;
  padding-right: 100px; 
  line-height: 18px;
}
footer .scroll-up {
	display:block;
	margin:10px auto;
	text-align:center;
	color:#007fe1;
	cursor:pointer;
	line-height: 15px;
	margin-bottom: 0px;
}
  footer #related-articles {
    padding-bottom: 20px;
    padding-top: 19px;
    border-bottom: solid 2px #bababa;
    overflow: hidden;
    height: 1%; }
    footer #related-articles div {
      margin-left: 30px;
      float: left;
      width: 300px;
      position: relative; }

      footer #related-articles div:first-child {
        margin-left: 0px;
        background: none;
        height: 35px; 
        width: 200px;
}
      @media screen and (max-width: 1425px) {
	footer #related-articles div {
		float: left;
		margin: 0 0 20px;
		width: 33%;
		}
		footer #related-articles div:first-child {
        	float: none;
		}
		}

    @media screen and (max-width: 1150px) {
    footer #related-articles div {
        float: none;
        margin: 0 0 20px;
        width: 99%; 
        text-align: center;
      }

    }

      footer #related-articles div p {
        font-size: 15px;
        margin: 0px; }
        footer #related-articles div p a {
          color: #007fe1;
          text-decoration: none;
          outline: 0; }
          footer #related-articles div p a img {
            width: 300px;
            height: 190px;margin-bottom: 12px; }
      footer #related-articles div.headline p {
        top: 0;
        text-transform: uppercase;
        font-size: 21px; }
  footer #comments {
    padding-top: 20px; }
#copyright { margin-bottom: 50px;}