@import url('../css/cc-fonts.css');
/*

/*  Reset CSS   */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    background:#f6f6f0;
    position:relative;
    z-index:1;
}
body#error {
    background:#f6f6ef;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
b {font-weight:bold;}
div.table-div {
    display:table;
}
div.table-row {
    display:table-row;
}
div.table-cell {
    display:table-cell;
    vertical-align:middle;
}
.sk-fading-circle {
    margin: 0px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #b49759;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}
/*  Common CSS  */
body {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto; /* iOS position:fixed; elements fix (not 100%) */
    min-height:100%;
    overflow-x:hidden;
    /*height:100%*/
}
body#ko {
    font-family:"SD Gothic";
}
body#en {
    font-family : "Avenir";
}
.gold-color {
    color:#e3c207;
}
.cc-container-wrap {
    width:100%;
    position:relative;
    overflow:auto;
    z-index:5;
}
.cc-container-wrap.pattern {
    background-image:url('../img/bg_pattern.png');
    background-color:#1b1b1b;
}
.cc-container-wrap.beige {
    background-color:#f6f6f0;
}
.cc-container-wrap.dark-beige {
    background-color:#e4e2d7
}
.cc-container {
    max-width:1440px;
    margin:0 auto;
    overflow:hidden;
}
.cc-container-wrap h2 {line-height:1.4;}
a:hover {text-decoration:none;}
a:focus {text-decoration:none;}

/*  Header CSS  */
#header-wrap {
    width:100%;
    padding-top:35px;
    padding-bottom:35px;
    height:184px;
    overflow:hidden;
    background-image:url('../img/bg_pattern.png');
    background-color:#1b1b1b;
    transition-duration:0.5s;
    position:fixed;top:0;
    left:0;
    z-index:10;
}
.fixed-header {
    position:fixed !important;
    left:0;
    top:0 !important;
    padding-top:25px !important;
    padding-bottom:25px !important;
    z-index:10;
    height:72px !important;
}
.fixed-nav {
    transition-duration:0.5s;
    position:fixed !important;
    left:0;
    top:68px !important;
    z-index:10;
    -webkit-box-shadow: 0px 2px 10px rgba(0,0,0, 0.3);
    -moz-box-shadow: 0px 2px 10px rgba(0,0,0, 0.3);
    box-shadow: 0px 2px 10px rgba(0,0,0, 0.3);
}
#header {position:relative;}
#header > div#logo{text-align:center;}
#header > div#logo .d-logo {position:relative;width:450px;height:91px;overflow:hidden;left:50%;margin-left:-225px;transition-duration:0.5s;}
#header > div#logo .d-logo a {overflow:hidden;height:91px;}
#header > div#logo .d-logo img{position:absolute;transition-duration:0.5s;left:0;}
#header > div#logo .d-logo img.biglogo {top:32px;opacity:1;}
#header > div#logo .d-logo img.smalllogo {
    top: 150px;
    opacity: 0;
    margin-left: -150px;
    left: 50%;
}
#header-wrap.fixed-header #header > div#logo .d-logo img.biglogo {top:-150px;opacity:0;}
#header-wrap.fixed-header #header > div#logo .d-logo img.smalllogo {
    top: 0px;
    opacity: 1;
}
/*#header-wrap.fixed-header #header > div#logo .d-logo {height:19px;}*/
#header > div#logo .m-logo {display:none;float:right;}
#header > div#logo .m-logo img {display:block;width:226px;}
#header > div#sns {position:absolute;left:10px;top:0px;}
#header > div#sns ul li {display:inline-block;margin-right:15px;}
#header > div#sns ul li a {color:white;}
#header > div#lang {position:absolute;right:10px;top:0px;}
#header > div#lang ul li {display:inline-block;margin-left:15px;color:white;font-size:11px;}
#header > div#lang ul li a {color:white;text-transform:uppercase;letter-spacing:1px;font-family:"Avenir";}
#header > div#lang ul li a.active {color:#b49759;font-weight:bold;}
p.al {font-size:10px;margin-top:16px;}
#m-nav-button {
    display:none;
    font-size: 34px;
    width: 30px;
    height: 30px;
    float: left;
    padding: 0px;
    position:fixed;
    z-index:1001;
    left:15px;
    top:10px;
    cursor:pointer;
}

#m-nav-button span {
    background: #fff;
    display: block;
    position: relative;
    -webkit-transform: translate3d(0,0,0);
}

#m-nav-button span:before,
#m-nav-button span:after {
    width: 30px;
    height: 1px;
    -moz-transition:       all 0.4s;
    -o-transition:         all 0.4s;
    -webkit-transition:    all 0.4s;
    transition:            all 0.4s;
    -webkit-transform: translate3d(0,0,0);
}

#m-nav-button span:before,
#m-nav-button span:after {
    background: #fff;
    content: " ";
    margin-top: 10px;
    position: absolute;
}

#m-nav-button span:after {
    margin-top: 25px;
}

#m-nav-button.on span {
    background: transparent;
}

#m-nav-button.on span:before {
    -moz-transform: rotate(45deg) translate(0px, 0px);
    -ms-transform: rotate(45deg) translate(0px, 0px);
    -o-transform: rotate(45deg) translate(0px, 0px);
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px);
    margin-top:15px;
}

#m-nav-button.on span:after {
    -moz-transform: rotate(-45deg) translate(0px, 0px);
    -ms-transform: rotate(-45deg) translate(0px, 0px);
    -o-transform: rotate(-45deg) translate(0px, 0px);
    -webkit-transform: rotate(-45deg) translate(0px, 0px);
    transform: rotate(-45deg) translate(0px, 0px);
    margin-top:15px;
}
.close_button {
    width: 25px;
    height: 25px;
    float: left;
    padding: 0px;
    position:fixed;
    z-index:12;
    cursor:pointer;
}
.close_button.popup {
    position: absolute;
    top:10px;right:0;
}
.close_button.popup span:before,
.close_button.popup span:after{
    background-color:#b49759 !important;
}
.close_button span {
    background: #fff;
    display: block;
    position: relative;
    -webkit-transform: translate3d(0,0,0);
}
.close_button.black span {
    background:#b49759;
}
.close_button span:before,
.close_button span:after {
    width: 25px;
    height: 1px;
    -moz-transition:       all 0.4s;
    -o-transition:         all 0.4s;
    -webkit-transition:    all 0.4s;
    transition:            all 0.4s;
    -webkit-transform: translate3d(0,0,0);
    margin-left:-25px;
}
.close_button.popup span:before,
.close_button.popup span:after {
    width: 20px;
    height: 2px;
    -moz-transition:       all 0.4s;
    -o-transition:         all 0.4s;
    -webkit-transition:    all 0.4s;
    transition:            all 0.4s;
    -webkit-transform: translate3d(0,0,0);
    margin-left:0px;
    margin-top:10px;
}

.close_button span:before,
.close_button span:after {
    background: #b49759;
    content: " ";
    margin-top: 10px;
    position: absolute;
}
.close_button.black span:before,
.close_button.black span:after {
    background:#b49759;
    margin-left: -17px;
    margin-top: 10px;
}
.close_button.bkbt span:before,
.close_button.bkbt span:after {
    background: #1b1b1b;
}
.close_button span:before {
    -moz-transform: rotate(45deg) translate(0px, 0px);
    -ms-transform: rotate(45deg) translate(0px, 0px);
    -o-transform: rotate(45deg) translate(0px, 0px);
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px);
    margin-top:25px;
}

.close_button span:after {
    -moz-transform: rotate(-45deg) translate(0px, 0px);
    -ms-transform: rotate(-45deg) translate(0px, 0px);
    -o-transform: rotate(-45deg) translate(0px, 0px);
    -webkit-transform: rotate(-45deg) translate(0px, 0px);
    transform: rotate(-45deg) translate(0px, 0px);
    margin-top:25px;
}
.close_button.popup span:before {
    -moz-transform: rotate(45deg) translate(0px, 0px);
    -ms-transform: rotate(45deg) translate(0px, 0px);
    -o-transform: rotate(45deg) translate(0px, 0px);
    -webkit-transform: rotate(45deg) translate(0px, 0px);
    transform: rotate(45deg) translate(0px, 0px);
}

.close_button.popup span:after {
    -moz-transform: rotate(-45deg) translate(0px, 0px);
    -ms-transform: rotate(-45deg) translate(0px, 0px);
    -o-transform: rotate(-45deg) translate(0px, 0px);
    -webkit-transform: rotate(-45deg) translate(0px, 0px);
    transform: rotate(-45deg) translate(0px, 0px);
}
.show-480 {display:none;}
.cc-container > .title .sub-title {font-size:50px;text-align:center;position:relative;}

/*.cc-container > .title .sub-title:before,
.cc-container > .title .sub-title:after {
    display:inline-block;
    background:#b49759;
    content : " ";
    margin-top:-3px;
    vertical-align:middle;
    margin-right:35px;
    width:43px;
    height:1px;
}
.cc-container > .title .sub-title:after {
    margin-left:35px;
    margin-right:0px;
}*/
.cc-container > .title .sub-title-desc {font-size:17px;margin-top:5px !important;text-align:center;}
#m-header {
    display:none;
    position:fixed;
    left:0;
    top:0;
    background:rgba(0,0,0, 0.7);
    width:100%;
    height:100%;
    overflow:auto;
    padding-top:60px;
    padding-bottom:50px;
    z-index:1000;
}
#m-header.on {display:block;}
#m-header ul li {text-align:center;margin-top:10px;display:block;overflow:hidden;}
#m-header ul li.sns, #m-header ul li.lang {margin-top:20px;width:50%; margin-left:auto;margin-right:auto;float:none;}
#m-header ul li a {color:white;display:block;padding:8px 15px;}
#m-header ul li.sns a {width:20%;font-size:21px;display:inline-block;padding:8px 0px;}
#m-header ul li.lang a {width:20%;display:inline-block;font-size:18px;font-family:"Avenir";font-weight:500;text-transform: uppercase;padding:8px 0px;}
#m-header ul li.lang a.guide {width:20%;}
#m-header ul li.lang a.active {color:#b49759;font-weight:bold;}
#m-header ul li span.big_sz {
    display:inline-block;
    font-weight:bold;
    font-size:19px;
    letter-spacing:2px;
    font-family:"Avenir";
    text-transform: uppercase;
}
#m-header ul li span.small_sz {
    display:inline-block;
    margin-top:5px;
    font-size:12px;
}
body#en #m-header ul li span.small_sz{
    font-family:'Didot W01 Italic';
}

#footer-wrap {padding-top:90px;padding-bottom:0px !important;font-weight:300;background:#212121;}
#footer .footer-logo {max-width:370px;margin:0 auto 50px auto;text-align:center;}
#footer .footer-logo img {width:100%;}
#footer .footer-nav {display:block;max-width:1070px;margin:0 auto;text-align:center;letter-spacing:0;word-spacing:0;}
#footer .footer-nav li {display:inline-block;height:20px;border-left:1px solid #f6f6f0;padding-left:15px;padding-right:10px;text-align:center;font-size:18px;letter-spacing:0;word-spacing:0em;}
#footer .footer-nav li:first-of-type {border:0;}
#footer .footer-nav li a {
    color: #f6f6f0;
    text-transform: uppercase;
    font-size: 12px;

    letter-spacing: 1px;
    font-family: "Avenir";
    font-weight: bold;
}
body#en #footer .footer-nav li a {  letter-spacing: 2px;}

#footer .privacy_terms {display:block;max-width:1070px;margin:10px auto 0 auto;text-align:center;letter-spacing:0;word-spacing:0;}
#footer .privacy_terms li {display:inline-block;height:20px;padding-left:15px;padding-right:15px;text-align:center;font-size:18px;letter-spacing:0;word-spacing:0em;}
#footer .privacy_terms li a {color:#f6f6f0;font-size:12px;font-weight:200;letter-spacing:1px;}

#footer .address_tel,#footer .copyright {margin-top:40px;color:#f6f6f0;text-align:center;font-size:10px;line-height:1.4;}
#footer .copyright {color:#828181}
#footer .address_tel {line-height:1.8;}
#footer .copyright {
    margin-top: 36px;
    font-family: "Avenir";
    font-style: italic;
    padding-top:15px;
    padding-bottom:15px;
    background:#000;
}

    /*  Desktop Navigation  */
#desktop-nav-wrap {
    background:#f6f6f0;
    padding-top:17px;
    padding-bottom:17px;
    position:fixed;
    top:161px;
    left:0;
    width:100%;
    z-index:10;
    transition-duration:0.5s;
}
#desktop-nav ul {width:100%;text-align:center;}
#desktop-nav ul li {
    display:inline-block;
    text-align:center;
    width:13.5%;
    /*max-height: 30px;*/
    overflow: hidden;
    /*float:left;*/
}
#desktop-nav ul li span.big_sz {
    font-family:"Avenir";
    font-weight:bold;
    font-size:18.6px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.5s ease-out;display:inline-block;
    position:relative;
}
#desktop-nav ul li span.small_sz {
    margin-top:5px;
    font-size:12px;
    transition: all 0.5s;display:inline-block;
    /*font-family: 'Didot';
    font-style:italic;*/
}
body#en #desktop-nav ul li span.small_sz {font-family:"Didot W01 Italic";}
#desktop-nav ul li a {color:#1b1b1b;overflow:hidden;display:block;max-height:36px;}
#desktop-nav span.fix-underline {display:none;position:absolute;width:100%;height:3px;background:#1b1b1b;left:0;bottom:0px;}
.top-image {
    margin-top:230px;
    width:100%;
    position:relative;
    height:850px;
    overflow:hidden;
    /*background-position-y : 200px;*/
    transition-duration: 0.1s;
    z-index:3;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.top-image > div.bg {position:relative;background-position:center center;background-repeat:no-repeat;left:0;top:0;z-index:4;width:100%;height:1080px;-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    backface-visibility: hidden;}
.top-image.fixed-top,
.notice-image.fixed-top {
    /*margin-top:230px;*/
}
.top-image .caption {
    background-color:rgba(0, 0, 0, 0.7);
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    padding-top:55px;
    padding-bottom:55px;
    z-index:5;
}
.top-image .caption h1 {
    letter-spacing: 1px;
    font-size:50px;
    color:white;
    font-family:"Didot W01 Bold Italic";
}
.top-image .caption p.eng-name {
    font-family:"Didot W01 Bold Italic";
}
body#ko .top-image.familleview .caption h1 {
    font-family:"SD Gothic";
}
body#en .top-image .caption p {
    font-weight:100;
    letter-spacing:1px;
    line-height:1.6;
}
.top-image .caption p {
    margin:10px auto 0px auto;
    font-size:14px;
    line-height:27px;
    color:white;
    /*color:#eef0ea;*/
    max-width:860px;
    padding:0px 15px;
}
.top-image .caption a.gosite {
    margin:20px auto 0px auto;
    border:1px solid #b49759;
    color:#b49759;
    display:inline-block;
    padding:10px 18px;
    font-size:15px;
    text-decoration: none;
    font-weight:500;
}
.parallex {
    background-attachment: fixed;
}
.parallex2 {
    background-attachment: fixed;
}
.top-image .caption a.gosite:hover {background:#b49759;color:#f6f6f0;}
body#en .top-image .caption a.gosite {font-size:12px;letter-spacing:2px;}
.gotop {display:none;position:fixed;right:20px;bottom:20px;width:42px;height:42px;background:rgba(0,0,0,0.6);z-index:6;}
.gotop a {dislay:block;}
.gotop img {dislay:block;}
.show-1280 {display:none;}
.map-zoom:focus {color:#1b1b1b;}
.zoom-arrow {
    display:none;
    position:absolute;
    right:20px;
    top:25px;
    z-index:1;
}
.zoom-arrow img {
    width:23px !important;
    height:23px !important;
}
.map-zoom {
    display:none;
    color: #1b1b1b;
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 15px auto 15px auto;
    letter-spacing:2px;
    font-size: 14px;
    font-family: "Avenir";
}
.map-zoom.on {
    background: #1b1b1b;
    color:#e3c207;
}
.scroll-down {
    display:block;
    position:absolute;
    color:#e3c207;
    text-align:center;
    width:60px;
    height:25px;
    line-height:35px;
    border:0;
    font-size:35px;
    left:50%;
    bottom:30px;
    padding:0;
    margin-left:-30px;
    vertical-align:middle;
    float:none;
    clear:both;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
}
@media (max-width:1280px) {
    .show-1280 {display:block;}
}
@media (max-width:1024px) {
    .cc-container-wrap {padding-left:15px !important;padding-right:15px !important;}
    #footer-wrap {padding-top:60px;padding-bottom:60px;padding-left:15px;padding-right:15px;}
    #footer .privacy_terms li a,
    #footer .footer-nav li a {font-size:11px;}
    #footer .footer-logo img {width:240px;}
    #footer .privacy_terms {margin-top:25px;font-size:12px;}
    #about-faq-1 #contact-mail,
    #about-faq-1 #contact-mail div.contact-box {padding-left:15px;padding-right:15px;}
    .top-image {height:640px;}
    .top-image > div.bg {height:700px;}
}
@media(min-width:1025px) {
    #m-header {display:none !important;}
    #desktop-nav ul li.on span.big_sz ,#desktop-nav ul li.on span.small_sz {transition: all 0s;}
    #desktop-nav-wrap:not(.fixed-nav) #desktop-nav ul li:hover a span.small_sz {overflow:hidden;margin-top:155px;}
    #desktop-nav-wrap:not(.fixed-nav) #desktop-nav ul li:hover a span.big_sz {padding-bottom:3px;border-bottom:3px solid #1b1b1b;margin-top:8px;}
    #desktop-nav-wrap.fixed-nav #desktop-nav, #desktop-nav ul li a {overflow:visible;}
    #desktop-nav-wrap.fixed-nav #desktop-nav ul li:hover a span.big_sz span.fix-underline {display:block;bottom:-5px;}

    #desktop-nav-wrap:not(.fixed-nav) #desktop-nav ul li.on a span.small_sz {overflow:hidden;margin-top:155px;}
    #desktop-nav-wrap:not(.fixed-nav) #desktop-nav ul li.on a span.big_sz {padding-bottom:3px;border-bottom:3px solid #1b1b1b;margin-top:8px;}
    #desktop-nav-wrap.fixed-nav #desktop-nav ul li.on a span.big_sz span.fix-underline {display:block;bottom:-5px;}
}
@media(min-width:800px) {


}
@media (max-width:1024px) {
    #header > div#logo .m-logo {display:block;}
    #desktop-nav-wrap, #header > div#logo .d-logo, #header #sns, #header #lang {display:none;}
    #m-nav-button {display:block;}
    #header-wrap {
        height:auto;
        padding-top: 20px !important;
        padding-bottom: 21px !important;
        padding-left:15px !important;;
        padding-right:15px !important;;
    }
    .fixed-header {height:auto !important;}
    .notice-image > div.bg,
    .top-image > div.bg {background-position-y:60px !important;}
    .notice-image,
    .top-image {background-position-y:0px !important;background-attachment:scroll;margin-top:53px !important;}
}

@media(min-width:640px) and (max-width:800px) {
    .top-image {height:540px;}
    .top-image > div.bg {height:600px;}
    .about-block > div > .imgbox img {max-width:626px;margin:0 auto;display:block;}
    .top-image .caption p {padding-left:30px;padding-right:30px;}
    .top-image .caption {padding-top:20px;}
    .familleview.top-image .caption {padding-top:55px;}
}
@media (max-width:800px) {
    #footer .address_tel,#footer .copyright {margin-top:20px;}
    .top-image .caption h1 {font-size:28px;}
    .top-image .caption p {font-size:12px;}
    .cc-container-wrap {padding-top:75px !important;padding-bottom:75px !important;}
    /*.ddaum_left, .ddaum_right {display:none !important;}*/
    .ddaum_left, .ddaum_right {width:22px;}
}
@media(min-width:721px) {
    #footer .footer-nav li.show-720 {display:none;}
}
@media(max-width:720px) {
    #footer .footer-nav {overflow:hidden;text-align:center;width:500px;}
    #footer .footer-nav li {display:block;margin-top:10px;float:left;width:25%;}
    #footer .footer-nav li.show-720 {display:block;width:12.5%;border:0;}
    #footer .footer-nav li.hotel {border:0;}
    /*#footer .footer-nav li:nth-child(3n+1) {border:0;}*/
    #footer .footer-nav li.clearlist {clear:both;}
}
@media(max-width:640px) {
    .cc-container-wrap {padding-top:50px !important;padding-bottom:50px !important;}
    .top-image .caption a.gosite {font-size:12px;}
}
@media (max-width:630px) {
    #main-image.top-image .caption p br{
        display:none;
    }
    .top-image .caption p br{display:none;}
}
@media(min-width:481px) {
    .show-480 {display:none !important;}
}
@media (max-width:480px) {
    #footer .privacy_terms li a,
    #footer .footer-nav li a {font-size:10px;}
    #footer .footer-logo {margin-bottom:25px;}
    .top-image .caption {
        padding-top:35px;
    }
    .top-image .caption p {
        line-height:23px;
    }
    .top-image {height:450px;}
    .top-image > div.bg {height:520px;}
    .show-480 {display:block;}
    .hide-480 {display:none !important;}
    #footer .footer-nav {width:100%;text-align:center;}
    #footer .footer-nav li {
        display: inline-block;
        /*float: left;*/
        float:none;
        margin-top: 10px;
        padding-left: 8px;
        padding-right: 4px;
        width:auto;
        border-left: 1px solid #f6f6f0;
        text-align: center;
        line-height: 8px;
        height: 11px;
    }
    /*#footer .footer-nav li.about {width:30.5%;}
    #footer .footer-nav li.famille {width:39%;}
    #footer .footer-nav li.terminal {width:30.5%;}
    #footer .footer-nav li.hotel {width:39%;}
    #footer .footer-nav li.shinsegae {width:30%;}
    #footer .footer-nav li.notice {width:30%;}
    #footer .footer-nav li:nth-child(3n+1) {border-left:0;}*/
	#footer .address_tel {font-size:9px;}
    #footer .copyright {
        margin-left:-15px;
        margin-right:-15px;
        padding-top:11px;
        padding-bottom:11px;
    }
}
@-webkit-keyframes bounce {
    0% {
        bottom:30px;
    }
    10% {
        bottom:20px;
    }
    20% {
        bottom: 30px;
    }
    30% {
        bottom:20px;
    }
    40% {
        bottom: 30px;
    }
}
@keyframes bounce {
    0% {
        bottom:30px;
    }
    10% {
        bottom:20px;
    }
    20% {
        bottom: 30px;
    }
    30% {
        bottom:20px;
    }
    40% {
        bottom: 30px;
    }
}

.popup-layer {position:absolute;border:2px solid #1b1b1b;z-index:55;background:#f6f6f0;line-height:1.4;}
.popup-layer .title {background:#1b1b1b;color:#b49759;padding:8px 10px;font-size:12px;}
.popup-layer .content img {display:block;}
.popup-layer .bottom {background:#1b1b1b;color:#b49759;padding:8px 10px;text-align:right;font-size:12px;}
.popup-layer .bottom a {color:#b49759;}
.popup-layer br {display:none;}
.popup-map > img {vertical-align:middle;width:150% !important;}

@media (max-width:860px) {
    .popup-layer {display:none !important;}
}
#newView-wrap #newView div.content.terms {
    /*white-space:pre-line;*/
}
#newView-wrap #newView div.content.terms p.term_title {
    margin-top:30px;
    margin-bottom:3px;
    font-weight:bold;
}
#newView-wrap #newView div.content.terms .term-table {
	width:100%;
	table-layout:fixed;
}
#newView-wrap #newView div.content.terms .term-table thead th {
	background:#ddd;
	text-align:center;
	border:1px solid #999;
	border-top:1px solid #999;
	border-bottom:3px double #999;
	padding:10px 0;
}
#newView-wrap #newView div.content.terms .term-table tbody td {
	text-align:center;
	border:1px solid #999;
	vertical-align:middle;
	padding:10px 8px;

}
#newView-wrap #newView div.content.terms ul {
    margin-left:18px;
    list-style-type:decimal;
}
ul.demical {
    margin-left:18px;
    list-style-type:decimal;
}
#newView-wrap #newView div.content.terms ul.none {
    list-style-type: none;
}
#newView-wrap #newView div.content.terms ul li.none {
    list-style-type: none;
}



/*error*/
body#error {
    height:100%;
}
#error-wrap {display:table;width:100%;height:100%;}
#error-wrap > div{display:table-cell;vertical-align:middle;width:960px;}
#head-bar {
    background:#1b1b1b;
    width:100%;
    height:22px;
    position:absolute;
    top:0;
    left:0;
}
#error-wrap #content {
    width:960px;
    margin:0 auto;
    position:relative;
}
#error-wrap #content h1 {
    font-size:20px;
    font-weight:bold;
    line-height:1.6;
}
#error-wrap #content p.info {
    font-size:14px;
    font-weight:bold;
    margin-top:30px;
    line-height:1.6;
}
#error-wrap #content > a {
    border:1px solid #b49759;
    color:#b49759;
    font-size:12px;
    width:150px;
    height:40px;
    line-height:40px;
    text-align:center;
    display:inline-block;
    margin-right:8px;
    margin-top:60px;
}
#error-wrap #content > a.active,
#error-wrap #content > a:hover {
    background:#b49759;
    color:white;
}
#error-wrap #content > div.guide {
    width:100%;
    height:1px;
    background:#1b1b1b;
    margin:38px auto 45px auto;
}
#error-wrap #content > h2 {font-family:"Avenir";font-weight:500;font-size:20px;}
#error-wrap #content > p.en-info {font-size:15px;margin-top:21px;}
#error-wrap #content > img.logo {position:absolute;right:0;bottom:0;}

#browser-upgrade-wrap {
    display:table;
    position:fixed;
    z-index:999;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}
#browser-upgrade-wrap > div {
    display:table-cell;
    vertical-align:middle;
}
#browser-upgrade-wrap > div > div {
    width:1024px;
    padding:70px 120px 100px 120px;
    margin:0 auto;
    position:relative;
    background:#1b1b1b;
}
#browser-upgrade-wrap > div > div .close_button {
    right:120px;
    top:70px;
}
#browser-upgrade-wrap > div > div h2 {
    font-size:20px;
    font-weight:bold;
    line-height:32px;
    color:white;
}
#browser-upgrade-wrap > div > div p {
    font-size:14px;
    color:white;
    margin-top:10px;
    line-height:24px;
}
#browser-upgrade-wrap > div > div div.guide {
    background:#b49759;
    width:100%;
    height:1px;
    margin:80px auto 30px auto;
}
#browser-upgrade-wrap > div > div .po-button-wrap a {
    width:140px;
    color:#b49759;
    border:1px solid #b49759;
    text-align:center;
    line-height:36px;
    display:inline-block;
    height:36px;
    font-size:12px;
    margin-left:8px;
}
#browser-upgrade-wrap > div > div .po-button-wrap a:hover {
    background:#b49759;
    color:white;
}
#browser-upgrade-wrap > div > div .po-button-wrap a:first-child {
    margin-left:0;
}
