@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

body {
    font-family: "Noto Sans KR", "malgun gothic", sans-serif;
    color: #000;
    background: #fff;
    padding-top: 130px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #62affa;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 1s ease-in-out;
    -webkit-transition: top 0.5s ease-in-out;
    z-index: 1000;
}

.header-up {
    top: -130px;
}

.header-top {
    max-width: 1200px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    font-size: 1.2em;
}

.container > header nav a {
    width: 150px;
    /*height: 106px;*/
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-top: 45px;
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 25px;
    font-family: "malgun gothic", "century gothic", "Roboto", Sans-serif;
    font-weight: 500;
    font-size: 1em;
    -webkit-transition: background ease-in 0.2s;
    -moz-transition: background ease-in 0.2s;
    -ms-transition: background ease-in 0.2s;
    transition: background ease-in 0.2s;
}

.container > header nav a:hover {
    color: #62affa;
}

.footer {
    background: #dad7d7;
}

.footer-contents {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em 1.2em;
}

.footer-links > a {
    font-size: 1em;
    font-weight: 300;
    margin: 0 1em 0 0;
}

.footer-info {
    font-size: 0.8em;
    padding: 1em 0;
    line-height: 1.6em;
}

.footer-bottom {
    max-width: 1200px;
    height: 100px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    padding: 1em 1.2em 1.6em;
    font-size: 0.8em;
    text-transform: uppercase;
    vertical-align: central;
}

.footer-select {
    background: url(../images/select_box.png) no-repeat;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    text-align: left;
}

/* scroller */
.gp-scroller {
    overflow: hidden;
}

.gp-section-bg {
    width: 100%;
    padding: 3em 0;
}

.gp-section-bg1 {
    background: #ffffff url(../images/bg_acc.png) no-repeat center;
}

.gp-section-bg2 {
    background: url(../images/bg_fac.png) no-repeat;
    background-size: cover;
    color: #363636;
}

.gp-section-bg3 {
    background: #363636;
    background-size: cover;
}

.gp-section-bg4 {
    background: #d2d2d2 url(../images/bg_res.png) no-repeat center top;
}

.gp-section-htitle {
    width: 90%;
    margin: 0 auto;
    padding-top: 1.5em;
    text-align: center;
    font-size: 4em;
    font-weight: 700;
    line-height: 1.5em;
}

.gp-section-stitle {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 2em;
    line-height: 1.5em;
}

.gp-section-line {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

.gp-section-line > span {
    display: none;
}

.gp-section-htitle2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 1em;
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1em;
}

.gp-section-stitle2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
}

/* Clear floats of children */
.gp-section:before,
.gp-section:after {
    content: " ";
    display: table;
}

.gp-section:after {
    clear: both;
}

/* Text styling */

.gp-section .ptitle {
    font-size: 1.7em;
    font-weight: 700;
    padding: 1em 0.5em 0 0.5em;
    line-height: 1.4;
}

.gp-section .ptitle-l {
    font-size: 2.4em;
    font-weight: 500;
    padding-right: 0.1em;
    line-height: 1.4;
    color: #62affa;
}

.gp-section .ptitle-r {
    font-size: 2.4em;
    font-weight: 500;
    padding-left: 0.1em;
    line-height: 1.4;
    color: #62affa;
}

.gp-section .pdesc {
    font-size: 1.3em;
    padding: 0.5em;
    line-height: 1.4;
    text-align: left;
}

.gp-section .pdesc-l {
    font-size: 1.3em;
    padding: 0 0.1em 0 3em;
    line-height: 1.4;
    text-align: left;
}

.gp-section .pdesc-r {
    font-size: 1.3em;
    padding: 0 3em 0 0.1em;
    line-height: 2em;
    text-align: left;
    /*font-weight: 100;*/
}

.gp-link {
    font-weight: 700;
    font-size: 1em;
    color: #363636;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 10px 20px;
    border: 2px solid #363636;
    display: inline-block;
    margin: 5px 0 0;
    outline: none;
}

.gp-link:hover {
    background-color: #f26c4f;
    color: #fff;
}

/* Sides */
.gp-side {
    width: 50%;
    float: left;
    margin: 0;
    padding: 3em 4%;
    overflow: hidden;
    min-height: 12em;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.img-shadow {
    box-shadow: 0 0 4px #000;
}

.gp-side2 {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 4% 3em;
    overflow: hidden;
    min-height: 12em;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.gp-side:before,
.gp-side:after {
    content: " ";
    display: table;
}

.gp-side:after {
    clear: both;
}

.gp-side-right {
    text-align: left;
}

.gp-side-left {
    text-align: right;
}

.gp-side-right img {
    float: left;
}

.gp-side-left img {
    float: right;
}

.gp-side-down {
    font-size: 1.3em;
    line-height: 1.6;
    text-align: center;
}

.gp-side-down .cdesc {
    width: 90%;
    overflow: hidden;
    margin: auto;
}

/* Initial state (hidden or anything else) */
.gp-init .gp-side {
    opacity: 0;
}

.gp-init .gp-side-left {
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    transform: translateX(-80px);
}

.gp-init .gp-side-right {
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    transform: translateX(80px);
}

.gp-init .gp-side-down {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    transform: translateY(40px);
}

/* Animated state */
.gp-section.gp-animate .gp-side-left,
.gp-section.gp-animate .gp-side-right,
.gp-section.gp-animate .gp-side-down {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

/* m/index css */

.m-header {
    height: 60px;
    background: #ffffff;
    margin: 0 auto;
    text-align: center;
}

.m-menu {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-around;
}

.m-menu > a:visited {
    color: black;
}

.m-paragraph,
.m-textCard {
    margin: 0 auto;
    padding: 1.6rem 1.6rem 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
}

.m-paragraph:first-letter {
    font-size: 1.6rem;
}

.m-textCard {
    margin: 8px auto 0;
    width: 90%;
    padding: 1rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.m-textCard > p {
    font-weight: bold;
    color: #336699;
}

.gp-section-m-htitle2 {
    margin: 0 auto;
    padding: 1rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.m-table {
    margin: 8px auto 0;
    width: 90%;
    padding: 1rem;
    border: 1px solid #cccccc;
    border-radius: 4px;
    list-style: none;
    text-align: left;
}

.m-table > li {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 0.4rem;
    border: 1px solid #cccccc;
    border-radius: 1rem;
}

.m-table > li:first-child {
    margin-bottom: 1rem;
    display: block;
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
}

.div-imgs > img {
    width: 90%;
}

.gp-section-m-bg2 {
    background: #ffffff url(../images/bg_acc.png) no-repeat left;
}

@media screen and (max-width: 1000px) {
    .gp-scroller {
        font-size: 65%;
    }

    .gp-section h2 {
        margin: 0;
    }

    .gp-side img {
        max-width: 120%;
    }
}

@media screen and (max-width: 660px) {
    .gp-side {
        float: none;
        width: 100%;
    }
    .gp-side img {
        max-width: 100%;
    }
    .container .m-nav,
    .container .m-nav-cn {
        width: 92%;
    }
    .gp-section .pdesc-r {
        padding: 0 0.1em;
    }
    .gp-section-htitle,
    .gp-section-htitle2 {
        padding-top: 150px;
        background: #ffffff url(../images/bg_acc.png) no-repeat center;
    }
}
