@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, iframe, fieldset, input, table, tr, th, td, button, textarea, select, thead, tbody, tfoot, pre, option {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
}

a {
    font-family: 'Noto Sans KR', sans-serif;
    text-decoration: none;
}

.navbar-default {
    background-color: #FFF!important;
    border-color: #e7e7e7;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0!important;
}
.nav .bar {
    display: inline-block;
    width:20px;
    height: 2px;
    border-top:2px solid #FFF;
    margin:10px 5px 0 0;
    vertical-align: top;
}
.nav li a:hover > .bar, .nav li.select a > .bar {
    border-top:2px solid #333;
}
.navbar-default .navbar-nav > li > a {
    color: #333!important;
}
.navbar-right {
    margin:20px 0 0;
}
.logo {
    padding:10px;
    background: #28a5a8;
    display: inline-block;
}
.logo img {
    width:80px;
}
.gooose {
    font-size:40px;
    font-weight: 100;
    color:#333;
    padding:100px 0 20px;
    text-align: center;
}
.gooose strong {
    font-weight: 400;
}
.intro, .outro {
    background-color: #28a5a8;
    background-image: url('../images/bg-intro-left.png'), url('../images/bg-intro-right.png');
    background-position:left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    color:#FFF;
    padding:60px 0;
}
.intro .depth1, .outro .depth1, .sec-title .depth1 {
    font-size:18px;
    font-weight: 100;
}
.intro .depth2 {
    font-size:18px;
    font-weight: 200;
}
.intro .depth3, .outro .depth3 {
    font-size:28px;
    font-weight: 100;
}
.intro .depth3 strong, .outro .depth3 strong {
    font-weight: 400;
}
.seperate-circle {
    display: inline-block;
    margin:15px 0;
}
.seperate-circle span {
    display: inline-block;
    border-radius: 5px;
    width:5px;
    height:5px;
    background:#FFF;
    margin:0 5px;
}
.story, .tech, .contact, .terms {
    padding:60px 0;
    color:#4b4b4c;
}
.story:nth-of-type(even), .tech:nth-of-type(even), .terms:nth-of-type(even) {
    background: #f7f7f7;
}
.story h1, .tech h1, .contact h1, .terms h1 {
    font-size:28px;
    font-weight: 300;
}
.story p, .sec-title p, .contact p {
    font-size:18px;
    font-weight: 100;
    line-height: 180%;
}
.story p:nth-of-type(2), .contact p:nth-of-type(2) {
    margin-top:30px;
}
.story img {
    display: inline-block;
    width:100%;
}
.story-img1 {
    max-width:266px;
}
.story-img2 {
    max-width:371px;
}
.story-img3 {
    max-width:314px;
}
.tech ul {
    margin-left:20px;
}
.tech li {
    list-style-position:Outside;
    font-size:18px;
    font-weight: 100;
    padding:5px 0;
}
.tech-img {
    margin:20px 0;
}
.seperate-bar {
    display: inline-block;
}
.seperate-bar span {
    display: inline-block;
    width:30px;
    height: 2px;
    border-top:2px solid #333;
    background:#FFF;
    margin:25px 0 20px;
}
.withus {
    padding:60px 0;
    background: url('../images/bg-light.png');
}
.withus p {
    margin-top:40px;
    font-size:28px;
    font-weight: 100;
}
.withus p strong {
    font-weight: 400;
}
.footer {
    background: #343434;
    color:#CCC;
    font-size:14px;
    font-weight: 200;
    padding:40px 0;
}
.document {
    display: block;
}
.footer a {
    color:#28a5a8!important;
}

.sec-title {
    padding:140px 0 40px;
    background-color: #28a5a8;
    background-image: url('../images/bg-intro-left.png'), url('../images/bg-intro-right.png');
    background-position:left 90px, right bottom;
    background-repeat: no-repeat, no-repeat;
    color:#FFF;
}
.sec-title h1 {
    font-size:48px;
    font-weight: 100;
}
.map {
    padding:90px 0 0;
}
@media (max-width: 768px) {
    .gooose-slogan {
        padding:40px 0;
    }
    .story-img1 {
         margin-top:40px;
     }
    .story-img2 {
        margin-bottom:40px;
    }
    .story-img3 {
        margin-top:40px;
    }
    .text-right {
        text-align:left!important;
    }
}
@media (min-width: 769px) {
    .gooose-slogan {
        padding:120px 0;
    }
    .story-img2 {
        margin-top:40px;
    }
    .story-img3 {
        margin-top:20px;
    }

}