
@font-face {
    font-family: 'NotoSans';
    src: url("../fonts/NotoSans/NotoSansCJKkr-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url("../fonts/NotoSans/NotoSansCJKkr-DemiLight.otf") format("opentype");
    font-weight: 350;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSans';
    src: url("../fonts/NotoSans/NotoSansCJKkr-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}
/*...........................................GENERAL_TAG............................................*/
body {
    font-family: 'NotoSans', sans-serif;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 350;
    color: #000 !important;
    overflow-x: hidden;
    word-break: keep-all;
}

body.map-section {
    overflow: hidden;
    height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 350;
    color: #fff;
}

h1 {
    font-size: 34px;
    line-height: 47px;
    font-weight: 400;
}

h3 {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
}

h4 {
    font-size: 23px;
    line-height: 33px;
    font-weight: 400;
}

p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 350;
    color: #fff;
}

h1,
h2,
h3 {
    letter-spacing: -0.7px;
}

h4,
h5,
p {
    letter-spacing: -0.2px;
}

ul,
ol {
    padding-left: 15px;
    line-height: 26px;
    margin-left: 15px;
}

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

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 25px;
}

p,
img {
    margin: 0 0 20px 0;
}

img {
    max-width: 100%;
}

pre {
    white-space: pre-wrap;
    /* CSS3 browsers  */
    white-space: -moz-pre-wrap !important;
    /* 1999+ Mozilla  */
    white-space: -pre-wrap;
    /* Opera 4 thru 6 */
    white-space: -o-pre-wrap;
    /* Opera 7 and up */
    word-wrap: break-word;
    /* IE 5.5+ and up */
    /* overflow-x: auto; */
    /* Firefox 2 only */
    /* width: 99%; */
    /* only if needed */
}

a {
    text-decoration: none;
    color: #0066a1;
}

a:hover {
    text-decoration: none;
    color: #00a2ff;
}

section {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100vh;
    width: 100vw;

}

/*...........................................GENERAL_CLASS............................................*/

.position-a {
    position: absolute;
}

.mobile {
    display: none;
    margin: 0;
}

.not-mobile {
    display: block;
}

@media (max-width:992px) {
    .wrapper {
        overflow-y: scroll;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    .mobile {
        display: block;
    }

    .not-mobile {
        display: none;
    }
}

#menu {
    position: fixed;
    top: 50%;
    left: 0px;
    margin-top: -100px;
    z-index: 13;
}

#menu a {
    display: block;
    width: 200px;
    height: 25px;
    margin-bottom: 30px;
    padding-right: 5px;
    font-family: arial;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    text-align: right;
    overflow: display;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.5s;
}

#menu li.on a {
    font-size: 16px;
}

#menu li.on:nth-child(1) a {
    color: #ff1612;
    border-color: #ff1612;
}

#menu li.on:nth-child(2) a {
    color: #ffec6a;
    border-color: #ffec6a;
}

#menu li.on:nth-child(3) a {
    color: #3399ff;
    border-color: #3399ff;
}


/*...........................................animation............................................*/

#image-mouse {
    animation-duration: 1.5s;
    animation-name: updown;
    animation-iteration-count: infinite;
    position: fixed;
    bottom: 0;
    left: 50vw;
    display: block;
}

@keyframes updown {
    0% { bottom: 20px; }
    50% { bottom: 0; }
    100% { bottom: 20px; }
}

@media (max-width: 992px) {
    #image-mouse {
        display: none;
    }
}

/*...........................................theme............................................*/
#hero99 {
    height: 100vh;
    width: 100vw;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #aaa;
}

#hero99 .wrapper {
    margin-top: -100vh;
    position: relative;
}


#section0 {
    background-color: #fff;
}
#section00 {
    height: 100%;
    position: fixed;
    text-align: center;
    padding-left: 80px;
}
#section00 img {
    width: 120px;
    max-width: 120px;
    padding-top: 6vh;
}
#section00 p a{
    margin: auto;
    position: relative;
    z-index: 9998;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 400;
}
#section00 p a:hover {
    color: #f71656;
}
#section1 {
    background: url(../images/bg.png) fixed no-repeat;
    background-size: cover;
}
#section2 {
    background: url(../images/bg2.png) fixed no-repeat;
    background-size: cover;
}
#section3 {
    background: url(../images/bg3.png) fixed no-repeat;
    background-size: cover;
}
.themetitle {
    text-align: center;
}
.text-box {
    margin-bottom: 7vh;
}
.themetitle .text-box h3 {
    margin-bottom: 0;
    margin-top: 3vh;
    font-weight: 250;
    font-size: 16px;
}
.themetitle .text-box h1 {
    font-size: 38px;
    font-weight: 300;
}
.container {
    margin-top: 18vh;
    position: relative;
}
.carousel img {
    margin-bottom: 0;
}
.carousel .text-box {
    background: #fff;
    padding: 25px 15px 16px;
}
.carousel .text-box h2 {
    color: #000;
    font-weight: 400;
    margin-bottom: 12px;
}
.carousel .text-box p {
    color: #2793ef;
    font-size: 15px;
    line-height: 27px;
    word-break: keep-all;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}
.image-box {
    overflow: hidden;
}
.image-box img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.image-box img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
@media (max-width:992px) {
    h1 {
        font-size: 28px;
        line-height: 34px;
    }
    section {
        height: 100%;
    }
    #menu {
        display: none;
    }
    #section0 {
        display: block;
        position: fixed;
        z-index: 98;
        height: 224px;
    }
    #logo {
        max-width: 25vw;
        position: fixed;
        top: 15px;
        left: 15px;
    }
    #section0 p {
        position: fixed;
        right: 15px;
        top: 15px;
        color: #000;
        font-weight: 400;
    }
    #section1,
    #section2,
    #section3 {
        background: none;
        background-color: #fff;
    }
    #themetitle1,
    #themetitle2,
    #themetitle3 {
        position: fixed;
        z-index: 99;
        top: 110px;
        margin: auto;
    }
    #themetitle2,
    #themetitle3 {
        display: none;
    }
    #carousel1 {
        margin-top: 250px;
    }
    .image-box {
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        box-shadow: 3px 5px 8px 2px #ccc;
    }
    .image-box img {
        width: 100%;
    }
    .carousel .text-box {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        box-shadow: 3px 5px 8px 2px #ccc;
    }
    .container {
        margin: 0;
    }
    .themetitle .text-box {
        padding: 20px 40px 0 0;
    }
    
    .themetitle .text-box h3 {
        margin-bottom: 5px;
        font-weight: 250;
        display: none;
    }
    .themetitle .text-box h1 {
        margin-bottom: 5px;
        color: #000;
        font-weight: 300;
        font-size: 24px;
        text-align: left;
    }
}

/*...........................................map............................................*/

#map {
    width: 100vw;
    height: 100vh;
}

/*.......... header ..........*/
#map-nav {
    background: #1f1f1f;
    padding: 0;
    position: fixed;
    z-index: 9999;
}
header .logo {
    position: absolute;
    max-height: 35px;
    top: 20px;
    left: 0;
}
.search-box {
    width: 280px;
    max-width: 280px;
    z-index: 999;
    margin: auto;
    position: fixed;
    top: 80px;
    left: 50px;
}
.search-box input {
    background-color: #fff;
    border: solid 1px #ddd;
    border-radius: 0;
    color: #000;
    font-weight: 300;
}
.search-box input:active,
.search-box input:checked,
.search-box input:focus,
.search-box input:hover {
    box-shadow: none;
        border: solid 2px #aaa;
}
.search-box img {
    position: absolute;
    top: 6px;
    right: 4px;
    height: 22px;
}
#unshrink img {
    position: fixed;
    left: 302px;
    z-index: 999;
    top: 83px;
    height: 22px;
    display: none;
}

/*.......... placelist ..........*/

.search {
    background: white;
    max-height: 210px;
    height: 100%;
    width: 280px;
    z-index: 999;
    position: fixed;
    left: 50px;
    top: 114px;
    float: right;
    overflow: auto;
    border-radius: 0;
    border: solid 1px #ddd;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: none;
}

.search::-webkit-scrollbar {
    display: none;
}

.feature-center {
    padding: 5px 10px 10px 15px;
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

tbody.veiled {
    display: none;
}

.featre-center {
    border-bottom: solid 1px #ccc; 
}

.feature-center .deck-text {
    margin-top: 0px;
    margin-left: 100px;
    line-height: 1.1;
    padding: 0 0 0 8px;
}

.place-title {
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 13px;
    line-height: 1.5;
}

.place-tag {
    font-size: 11px;
    color: #3a84e2;
}


.feature-center lang:last-child {
    display: none;
}

.deck-body {
    border-bottom: solid 1px #ccc;
}

.deck-body img {
    margin-top: 5px;
    margin-bottom: -5 px;
    width: 88px;
    height: 60px;
    min-width: 88px;
    max-width: 88px;
}


.feature-center:hover,
.feature-center:focus {
    background: #f8f4f0;
    bottom: 10px;
    box-shadow: 0px 10px 71px -10px rgba(0, 0, 0, 0.35);
}

.feature-center:hover p:last-child,
.feature-center:focus p:last-child {
    margin-bottom: 0;
}

.feature-center:hover .icon i,
.feature-center:focus .icon i {
    color: rgba(255, 255, 255, 0.7);
}

.feature-center:hover p,
.feature-center:hover h3,
.feature-center:hover span,
.feature-center:focus p,
.feature-center:focus h3,
.feature-center:focus span {
    color: black !important;
}

.feature-center:hover a,
.feature-center:focus a {
    color: rgba(255, 255, 255, 0.7);
}

.feature-center:hover a:hover,
.feature-center:focus a:hover {
    color: #fff;
}

@media (max-width:768px) {
    header .logo {
        top: 8px;
    }
    .search-box {
        top: 80px;
        left: 10px;
        margin-right: 10px;
        z-index: 9999;
    }
    .search {
        left: 10px;
    }
    
    .feature-center:hover,
    .feature-center:focus {
        bottom: 0;
    }

}
