html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #1b1b1b;
}
a {
    color: #fff;
}

.kr-bold {
    font-family: Futura,"Futura","Sandoll GothicNeo2 06 Bd","Malgun Gothic","Dotum",sans-serif;
    font-weight: 600;
}

.main-image-container {
    width: 100%;
}
.splash-img, .main-image {
    width: 100%;
}
.splash-img {
    display: none;
}
.gucci-logo {
    margin-top: 48px;
}
.header {
    height: 120px;
    background-color: #1b1b1b;
    text-align: center;
}
.main-copy {
    position: absolute;
    top: 170px;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 1.2;
}
.main-copy h1 { 
    margin-bottom: 36px;
}
.copy-text {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}
.icons {
    margin: 45px 0;
}

.icon-chrome {
    display: inline-block;
    margin-left: 20px;
}
.icon-ie {
    display: inline-block;
    margin-right: 20px;
}

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

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

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

textarea {
    resize: vertical;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */



@font-face { font-family: "Futura"; font-weight: 200; 
src: url("/_ui/responsive/common/fonts/futura/774926/1921b76a-df9e-4cc6-ab61-03f57c2f2454.eot") format("eot"), 
url("/_ui/responsive/common/fonts/futura/774926/b5b296d5-bbbc-4936-828d-ff0d8c163a89.woff") format("woff"), 
url("/_ui/responsive/common/fonts/futura/774926/dacb7ec9-508a-4a20-a11a-e1c71ad653b8.ttf") format("truetype"), 
url("/_ui/responsive/common/fonts/futura/774926//ff86acda-0d1f-4f82-96be-91b0d94bad49.svg") format("svg"); }




/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px "Futura", Helvetica, Helvetica Neue, Arial;
    height: 100%;
    display: block;
    overflow-x: hidden;
}

body.language-ko {
    font-family: Futura,"Futura","Sandoll GothicNeo2 02 Lt","Malgun Gothic","Dotum",sans-serif;
    font-weight: 200;
}
body.language-ja {
    font-family: Futura,"Futura","UD Shin Go NT Medium JIS2004","Meiryo","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}