@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/*  General CSS  */
html,
body {
    background: #fff;
    font-family: 'Chosunilbo_myungjo', "Noto Sans KR";
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

a {
    font-family: 'Chosunilbo_myungjo', "Noto Sans KR", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: 'Chosunilbo_myungjo', "Noto Sans KR", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    font-weight: 300;
}

h2 {
    font-size: 1.5em;
    margin: .75em 0
}

h3 {
    font-size: 1.17em;
    margin: .83em 0
}

h5 {
    font-size: .83em;
    margin: 1.5em 0
}

h6 {
    font-size: .75em;
    margin: 1.67em 0
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*  Header Section  */

header {
    top: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100px;
    background: white;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

header.headerShrink {
    height: 75px;
}

header img.logo {
    height: 50px;
    margin-top: 25px;
    float: left;
    transition: 0.3s ease;
}

header img.logoShrink {
    height: 35px;
    margin-top: 20px;
}

header a.logo {
    color: #333333;
    font-weight: 500;
    text-decoration: none;
    font-size: 32px;
    height: 100px;
    line-height: 100px;
}

header a.hamburger {
    text-decoration: none;
    display: none;
    float: right;
    margin-top: 28px;
    width: 24px;
    height: 19px;
    transition: 0.3s ease;
}

header nav {
    float: right;
    opacity: 1;
}


header nav ul {
    list-style: none;
    overflow: hidden;
    float: left;
}

header nav ul li {
    float: left;
    margin-left: 50px;
    line-height: 100px;
    transition: 0.3s ease;
}

header .sns_btn {
    float: right;
    margin: 25px 0 0 20px;
    padding: 10px 0px 11px 0px;
    background: transparent;
    transition: .3s ease;
}

header.headerShrink .sns_btn {
    margin: 12px 0 0 20px;
}

header .sns_btn img {
    margin: 0 2px;
}

header nav ul li:last-child {
    margin-right: 20px;
}

header nav ul li.keepCenter {
    line-height: 75px;
    transition: 0.3s ease;
}

header nav ul li a {
    font-weight: 500;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.55);
    font-family: 'Chosunilbo_myungjo', "Noto Sans KR", Helvetica, Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0px;

    transition: color .1s linear;
}

header nav ul li a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.sub-menu {
    display: none;
    transition: .2s ease;
}

header.headerShrink .sub-menu {
    margin-top: 75px;

}

.hover .sub-menu {
    transition: .3s ease;
    display: block;
    position: relative;
    background-color: white;
    margin-top: 100px;
    left: 114px;
    margin-left: -157px;
    border-left: solid 5px #083588;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

header .hover .sub-menu li {
    margin: 0;
    padding: 0 20px 0 40px;
    display: block;
    float: none !important;
    text-align: right;
    height: 49px;
    line-height: 49px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

header .hover .sub-menu a:last-child>li {
    border: none;
}

header .hover .sub-menu li:hover {
    background-color: rgba(0, 0, 0, .05);
}

header .hover .sub-menu a {
    cursor: pointer;
    font-weight: 500;
}

.swiper-container {
    width: 100%;
    height: calc(100vh - 100px);
    margin-top: 100px;
    --swiper-theme-color: white;
    --swiper-navigation-size: 44px;
}

.swiper-button-next {
    right: 24px !important;
}

.swiper-button-prev {

    left: 24px !important;
}


/*  Hero Section  */

.dark {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.swiper-slide .caption {
    text-shadow: 0px 2px 4px rgba(0, 0, 0, .35);
    width: 100%;
    text-align: left;
    z-index: 10;
}

.swiper-slide .caption h2 {
    color: #fff;
    font-family: 'Chosunilbo_myungjo', "Noto Sans KR", Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 1.4;
    font-weight: 300;
    margin: 0;
    position: relative;
    display: block;
}

.swiper-slide .caption h3 {
    color: #fff;
    font-family: 'Chosunilbo_myungjo', "Noto Sans KR", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    word-break: keep-all;
    margin: 30px 0 0 0px;
    left: 1px;
}

.swiper-slide .caption a {
    text-decoration: none;
}

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    padding: 0px 24px;
    border-radius: 0 !important;
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5) !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.button {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 3px white;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 16px 24px;
    text-decoration: none;
    transition-property: background;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}

.button:hover {
    background-color: rgba(255, 255, 255, .95);
    color: #444;
    text-shadow: none;
}

.button:active {
    position: relative;
}

.sub_hero {
    width: 100%;
    height: 200px;
    z-index: -10px;
    position: relative;
    background: url('../img/sub.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.col4 {
    width: 20px;
    border: 0;
    height: 3px;
    background-color: #444;
    margin: 20px 0;
}

.sub_hero .dark {
    margin-top: 100px;
}
.sub_hero .header {
    height: 100%;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    top: 0;
    position: absolute;
    text-align: left;
    z-index: 10;
    font-weight: 600;
}

.sub_hero .header h2 {
    color: #fff;
    font-family: "Noto Sans KR", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin: 0;
    position: relative;
    display: block;
}
.sub_hero .header h3 {
    line-height: 1.3;
    color: rgba(255, 255, 255, .8);
    font-family: "Noto Sans KR", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 0;
    position: relative;
    display: block;
}

/*  footer  */
footer {
    background: #fffdea;
}

footer .footer {
    padding: 40px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

footer .footer a {
    text-decoration: none;
}

footer .footer h5 {
    color: #222;
    font-size: 18px;
    margin: 16px 0;
}

footer .footer ul>li {
    list-style: none;
    line-height: 2;
}

footer .footer ul>li a {
    text-decoration: none;
    color: #444;
    transition: .2s ease;
}

footer .footer ul>li a:hover {
    color: #083588;
}

footer .footer .bottom-logo {
    width: 300px;
}

footer .footer .bottom-logo img {
    width: 100%;
}

footer .footer .bottom-text {
    width: 100%;
    padding-left: 100px;
}

footer .footer hr {
    margin-top: 0px;
}

footer .footer table {
    display: inline-block;
}

footer .footer table tr {
    height: 25px;
}

footer .footer table tr td:nth-child(1) {
    font-weight: 700;
    padding-right: 20px;
}

footer .footer table tr:nth-child(3) td:nth-child(2) {
    letter-spacing: -1px;
}

footer .sns_btn {
    float: right;
    margin: 25px 0 0 20px;
    padding: 10px 0px 11px 0px;
    background: transparent;
    transition: .3s ease;
}

footer .sns_btn img {
    margin: 0 2px;
}

footer .copyrights {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    background-color: #bbb01d;
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
    line-height: 50px;
}

footer .copyrights a.ph_link {
    font-weight: bold;
    text-decoration: none;
}

.button_container {
    position: fixed;
    top: 27px;
    right: 16px;
    height: 24px;
    width: 27px;
    cursor: pointer;
    z-index: 10000;
    transition: opacity .25s ease;
}

.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #FFF;
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

.button_container.active .bottom {
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_container span {
    background: #222;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 10px;
}

.button_container span:nth-of-type(3) {
    top: 20px;
}

.overlay {
    z-index: 9999;
    position: fixed;
    background: rgb(143, 135, 26);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}

.overlay.open {
    opacity: .94;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .50s;
}

.overlay nav {
    position: relative;
    height: 50%;
    top: 50%;
    transform: translateY(-40%);
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.button_container {
    display: none;
}

/*  responsive css */
@media (max-width: 1360px) {
    .wrapper {
        width: calc(100% - 40px);
        max-width: 1060px;
        margin: 0 auto;
        padding: 0 20px;
    }
}
@media (max-width: 1200px) {
    .wrapper {
        width: calc(100% - 40px);
        max-width: 920px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .swiper-container .wrapper {
        width: calc(100% - 200px);
        padding: 0 100px;
    }
}
@media (max-width: 1080px) {
    .wrapper {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 0 20px;
    }
}


@media (max-width:800px) {
    .sub_hero .dark {
        margin-top: 75px;
    }
    .sub_hero .header h2 {
        color: #fff;
        font-family: "Noto Sans KR", Helvetica, Arial, sans-serif;
        font-size: 28px;
        font-weight: 300;
        margin: 0;
        position: relative;
        display: block;
    }
    .sub_hero .header h3 {
        color: rgba(255, 255, 255, .8);
        font-family: "Noto Sans KR", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        margin: 10px 0 0;
        position: relative;
        display: block;
    }
    .swiper-container .wrapper {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    .swiper-slide .caption {
        text-shadow: 0px 2px 4px rgba(0, 0, 0, .35);
        width: 100%;
        text-align: left;
        z-index: 10;
    }

    .swiper-slide .caption h2 {
        color: #fff;
        font-family: 'Chosunilbo_myungjo', "Noto Sans KR", Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 1.4;
        font-weight: 300;
        margin: 0;
        position: relative;
        display: block;
    }

    .swiper-slide .caption h3 {
        color: #fff;
        font-family: 'Chosunilbo_myungjo', "Noto Sans KR", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        word-break: keep-all;
        margin: 30px 0 0 0px;
        left: 1px;
    }

    .swiper-pagination {
        bottom: 16px !important;
    }

    .swiper-pagination-bullet {
        padding: 0px 0px;
        border-radius: 50% !important;
        width: auto;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(255, 255, 255, 0.7) !important;
    }

    .swiper-pagination-bullet-active {
        background: #fff !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }

    .button_container {
        display: block;
    }

    header nav {
        display: none;
    }

    .swiper-container {
        width: 100%;
        height: 400px;
        margin-top: 75px;
        --swiper-theme-color: white;
        --swiper-navigation-size: 28px;
    }

    header .sns-buttons {
        display: none;
    }

    .m-sns-buttons {
        background-color: rgba(0, 0, 0, 0);
        clear: both;
        transition: 0.3s ease;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        color: white;
    }

    header.headerShrink .m-sns-buttons {
        background-color: rgba(0, 0, 0, .7);
    }

    .m-sns-buttons>div {
        display: flex;
        align-items: center;
        margin: 0 8px;
    }

    .m-sns-buttons img {
        width: 20px;
        padding: 0 4px;
        margin: 4px;
    }

    .hero .caption h2 {
        font-size: 28px;
    }

    .hero .caption h3 {
        font-size: 24px;
    }

    .hero .caption span {
        font-size: 40px;
    }


    header {
        height: 75px;
    }

    header nav ul li {
        line-height: 15px;
    }

    header nav ul li.keepCenter {
        line-height: 15px
    }

    header a.hamburger {
        display: block;
    }

    header img.logo {
        height: 40px;
        margin-top: 16px;
    }

    header a.hamburger {
        margin-top: 28px;
    }

    header.headerShrink a.hamburger {
        margin-top: 17px;
    }

    header.headerShrink a.hamburger img {
        height: 16px;
    }

    footer .footer {
        flex-direction: column;
        margin: 0;
    }

    footer .footer .bottom-logo {
        display: block;
        width: 100%;
    }

    footer .footer hr.col4 {
        margin: 24px 0 16px;
    }

    footer .footer .bottom-logo img {
        max-width: 160px;
    }

    footer .footer .bottom-text {
        padding: 0;
        font-size: 14px;
    }

    footer .copyrights {
        font-size: 11px;
    }

}