@charset "utf-8";
/* ================================================================== */
/* Name	: common.css
/* Script : Font, Layout CSS
/* Author : Design Geulggol
/* Date	: 2018-05-24
/* ================================================================== */

/* ----------------------------- */
/* Basic
/* ----------------------------- */
html {
}
html,body {
    height: 100%;
    word-break: keep-all;
    word-wrap: break-word;
}
body {
    font-family: 'NotoSansLight';
    font-size: 1.1rem;
    line-height: 180%;
    color: #000;
    background:#5dbb8a;
}
body img { max-width: 100%; }
a { color: #444;}
a:hover, a.focus { color: #000; }
input {
    padding: 10px;
}
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
button,
select {
    font-size: 1.6rem;
    font-family: 'MontserratLight', 'NotoSansDemiLight', 'malgun gothic', 맑은고딕, 'Dotum', 돋움, 'Arial', 'sans-serif';
}

/* ----------------------------- */
/* header
/* ----------------------------- */
header {
    width: 100%;
    position: relative;
}
header .logo {
    position: absolute;
    top: 46px;
    left: 5%;
}
header .logo img {
    width: 343px;
    height: auto;
}
header nav {
    position: absolute;
    top: 55px;
    right: 20%;
    font-size: 1.5rem;
}
header nav ul > li {
    float: left;
}
header nav ul > li > a {
    display: block;
    padding: 0 35px;
}

/* ----------------------------- */
/* Header > Navigation
/* ----------------------------- */

.nav_bg > ul {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.nav_bg ul > li {
    float:left;
    position:relative;
    width:16.5%;
}
.nav_bg ul > li > a {
    display: block;
    padding-bottom: 10px;
    color: #da0000;
}
.nav_bg ul ul {
    padding: 10px 0;
}
.nav_bg li li {
	width: 100%;
	font-size: 1.6rem;
 }
.nav_bg li li a {
	 color: #fff;
     transition: 0.2s;
 }
.nav_bg li li a:hover,
.nav_bg li li a:focus {
	 color: #98caec;
     transition: 0.2s;
}

.nav_bg	{
	position:absolute;
	top: 130px;
	left: 0;
	width: 100%;
    padding: 25px 0 30px;
	height: auto;
	display:none;
	background-color:rgba(40, 40, 40, 0.9);
	border-top:1px solid #ddd;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    z-index:999;
}
.mobile_nav {
    display: none;
}
/* ----------------------------- */
/* Header > lang
/* ----------------------------- */
.lang_change {
    display: none;
}
.nav-toggle {
    display: none;
}
header .lang {
    position: relative;
    float: right;
    margin: 44px 5% 0 0;
}
header .lang ul {
    float: left;
}
header .lang li {
    float: left;
    margin: 0 4px;
}
header .lang li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    background: #2d3994;
}
/* ----------------------------- */
/* client
/* ----------------------------- */
.client {
    padding: 50px 0;
    background: #f3f3f7;
    border-top: 1px solid #b9bdce;
    text-align: center;
}
.client li {
    width: 16%;
    display: inline-block;
    vertical-align: middle;
}
.client .bx_carousel li{
	margin-left:25px;
}

/* ----------------------------- */
/* footer
/* ----------------------------- */
footer {
    width: 100%;
    padding: 57px 0 62px 0;
    background: #313442;
    color: #fff;
}
footer .logo_footer {
    display: inline-block;
    margin-left: 30px;
}
footer .logo_footer svg {
    width: 343px;
    fill: #989aa1;
}
footer .footer_copyright {
    margin-top:39px;
    padding-top:42px;
    border-top: 1px solid #565964;
}
footer .copyright {
    vertical-align: top;
    display: inline-block;
    padding: 20px 0 0 19px;
    font-size: 1.2rem;
    color: #808393;
}
footer .footer_copyright div {
    width: 50%;
    padding-left: 30px;
    float: left;
    font-size: 1.5rem;
    line-height: 2.2rem;
}
footer .footer_copyright dl dt {
    display: inline-block;
    padding-right: 35px;
    font-size: 1.4rem;
    font-family: "MontserratLight";
    color: #9ea5d9;
    vertical-align: top;
}
footer .footer_copyright dl dd {
    display: inline-block;
    color: #fff;
}

.ui-loader {
    display:none;
}
/* ----------------------------- */
/* youtube wrap
/* ----------------------------- */
.youtubeWrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.youtubeWrap iframe {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}

/* ----------------------------- */
/* contact us
/* ----------------------------- */
.main_contact {
    width: 100%;
    padding: 100px 0;
    background: url(../images/main/contact_bg.jpg) no-repeat;
    background-size: cover;
}
.main_contact h2 {
    margin-bottom: 40px;
    font-size: 4.8rem;
    text-align: center;
    font-family: "MontserratLight";
}
.main_contact h2 strong {
    font-family: "MontserratBold";
}
.contactus .contact_name {
    width: 41.5%;
    padding-right: 20px;
    float: left;
}
.contactus .contact_con {
    width: 58.5%;
    float: left;
    vertical-align: top;
}
.contactus .contact_common input {
    padding: 25px;
    margin-bottom: 20px;
    font-size: 2.0rem;
}
.contactus .contact_name input {
    width: 100%;
}
.contactus .contact_common textarea {
    width: 100%;
    padding: 25px;
    font-size: 2.0rem;
    margin-bottom: 20px;
    border-radius: 0;
}
.contactus .contact_con textarea {
    height: 166px;
    border: 0;
}
.contactus button {
    width: 100%;
    padding: 30px 0;
    background: #2d3994;
    color: #fff;
    font-size: 2.4rem;
    font-family: "NotoSansMedium";
}
.contactus .contact_btn {
    width: 32.5%;
    margin: 0 auto;
}
.contact_sub input,
.contact_sub textarea {
    border: 1px solid #cecece;
}
.contact_sub > span {
    display: block;
    width: 50%;
    float: left;

}
.contact_sub > span input {
    width: 100%;
}
.contact_sub > span.first {
    padding-right: 20px;
}

/* ----------------------------- */
/* Responsive
/* ----------------------------- */
/* Layout Max Size : 1320px (1280px)
/* Desktop Size	: 1024px < Screen <= 1280px
/* Tablet Size : 768px <= Screen <= 1024px
/* Mobile Size : 441px < Screen < 660px (landscape)
/* Mobile Size : 320px < Screen < 480px (portrait)
/* ----------------------------- */

@media screen and (max-width:1680px) {
    /* ----------------------------- */
    /* header
    /* ----------------------------- */
    header .logo {
        top: 19px;
        left: 2.5%;
    }
    header .logo img {
        width: 280px;
        height: auto;
    }
    header nav {
        display: none;
    }
    header .lang {
        margin:16px 2.5% 0 0;
    }
    .nav-toggle {
        display: block;
        width: 35px;
        height: 35px;
        top:8px;
        margin-right: 20px;
        float: left;
        cursor: pointer;
        position: relative;
        z-index: 9999;
    }
    .nav-toggle span,
    .nav-toggle span:before,
    .nav-toggle span:after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        background: #2d3994;
        cursor: pointer;
    }
    .nav-toggle span:before {
        top: 12px;
    }
    .nav-toggle span {
        top: 0;
    }
    .nav-toggle span:after {
        top: 24px;
    }
    .nav-toggle span,
    .nav-toggle span:before,
    .nav-toggle span:after {
        transition: all 300ms ease-in-out;
    }
    .nav-toggle.active span {
        background-color: transparent;
    }
    .nav-toggle.active span:before,
    .nav-toggle.active span:after {
        top: 12px;
    }
    .nav-toggle.active span:before {
        transform: rotate(45deg);
    }
    .nav-toggle.active span:after {
        top: 24px;
        transform: translatey(-12px)   rotate(-45deg);
    }
    /* ----------------------------- */
    /* mobile nav
    /* ----------------------------- */
    .mobile_nav{
        width: 100%;
        position:absolute;
        right:0;
        top:75px;
        display:none;
        z-index:9999;
    }
    .mobile_nav>ul ul {
        display:none;
    }
    .mobile_nav > ul {
        width: 100%;
        padding: 30px 0;
        background-color:rgba(40, 40, 40, 0.9);
    	border-top:1px solid #ddd;
    	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
        text-align: center;
    }
    .mobile_nav > ul > li {
        padding: 10px 0;
        font-size: 3.2rem;
        font-family: "MontserratMedium";
    }
    .mobile_nav > ul > li ul {
        padding: 10px 0;
    }
    .mobile_nav > ul > li li {
        padding: 5px 0;
        font-size: 2.4rem;
        font-family: "MontserratLight", "NotoSansDemiLight";
    }
    .mobile_nav ul li a {
        display: block;
        color: #fff;
    }


}

@media screen and (max-width:1440px) {
    .wrap,
    .wrap_plus {
        max-width: 95%;
        margin: 0 auto;
    }

}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:960px) {
    /* ----------------------------- */
    /* contact us
    /* ----------------------------- */

}

/* Tablet */
@media screen and (max-width:780px) {
    .wrap,
    .wrap_plus {
        max-width: 94%;
    }
    /* ----------------------------- */
    /* header
    /* ----------------------------- */
    header {
        height: 52px;
    }
    header .logo {
        top: 13px;
        left: 2.5%;
    }
    header .logo img {
        width: 220px;
        height: auto;
    }
    header nav {
        display: none;
    }

    header .lang {
        margin:10px 2% 0 0;
    }
    header .lang li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1.4rem;
    }
    .nav-toggle {
        width: 30px;
        height: 30px;
        top:6px;
    }
    .nav-toggle span,
    .nav-toggle span:before,
    .nav-toggle span:after {
        height: 2px;
    }
    .nav-toggle span:before {
        top: 8px;
    }
    .nav-toggle span:after {
        top: 16px;
    }
    .nav-toggle.active span:before,
    .nav-toggle.active span:after {
      top: 8px;
    }
    .nav-toggle.active span:after {
      top: 16px;
      transform: translatey(-8px)   rotate(-45deg);
    }
    /* ----------------------------- */
    /* Header > Navigation
    /* ----------------------------- */
    .mobile_nav{
        top:52px;
    }

    /* ----------------------------- */
    /* contact us
    /* ----------------------------- */
    .main_contact {
        padding: 40px 0;
    }
    .main_contact h2 {
        margin-bottom: 30px;
    }
    .contactus .contact_name {
        width: 100%;
        padding-right: 0px;
        float: none;
    }
    .contactus .contact_con {
        width: 100%;
        float: none;
    }
    .contactus .contact_common input {
        padding: 20px;
        margin-bottom: 10px;
        _font-size: 1.8rem;
    }
    .contactus .contact_common textarea {
        padding: 20px;
        _font-size: 1.8rem;
    }
    .contact_sub > span.first {
        padding-right: 10px;
    }
    .contactus button {
        padding: 20px 0;
        _font-size: 2.0rem;
    }
    .contactus .contact_btn {
        width: 100%;
    }

    /* ----------------------------- */
    /* footer
    /* ----------------------------- */
    footer {
        width: 100%;
        padding: 25px 0;
        background: #313442;
        color: #fff;
    }
    footer .logo_footer {
        display: block;
        margin-left: 0;
        text-align: center;
    }
    footer .logo_footer svg {
        width: 180px;
        fill: #989aa1;
    }
    footer .copyright {
        display: block;
        text-align: center;
    }
    footer .footer_copyright {
        margin-top:20px;
        padding-top:20px;
        border-top: 1px solid #565964;
        text-align: center;
    }
    footer .copyright {
        padding: 8px 0 0 0;
        text-align: center;
    }
    footer .footer_copyright div {
        width: 100%;
        padding-left: 0;
        float: none;
        text-align: center;
        line-height: 1.8rem;
    }
    footer .footer_copyright dl {
        margin-bottom: 10px;
    }
    footer .footer_copyright dl dt {
        display: block;
        padding-right: 0;
        padding-bottom: 5px;
        _font-size: 1.4rem;
        font-family: "MontserratLight";
        color: #9ea5d9;
        vertical-align: top;
    }
    footer .footer_copyright dl dd {
        display: inline-block;
        _font-size: 1.2rem;
    }
}


/* Mobile : landscape */
@media screen and (max-width:660px) {
    body{ font-size:1rem; }
    /* ----------------------------- */
    /* header
    /* ----------------------------- */
    header .lang ul {
        display: none;
    }

    /* ----------------------------- */
    /* Header > lang
    /* ----------------------------- */
    .lang_change {
        display: block;
        position: relative;
        float: right;
        margin: 13px 2.5% 0 0;
        z-index: 999999;
    }
    .lang_change span {
        display: block;
        position: relative;
        width: 50px;
        height: 24px;
        line-height: 24px;
        padding-left: 5px;
        border: 1px solid #d8d8d8;
        font-size: 1.6rem;
        cursor: pointer;
    }
    .lang_change span:after {
        content: "";
        display: block;
        position: absolute;
        top: 9px;
        right: 5px;
        width: 0;
        height: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 5px solid #2d3994;
    }
    .lang_change ul {
        width: 100%;
        position: absolute;
    }
    .lang_change ul li a {
        display: block;
        padding: 5px;
        border: 1px solid #d8d8d8;
        border-top: 0;
        background: #fff;
    }
    .nav-toggle {
        margin-right: 0;
    }

}

/* Mobile : portrait */
@media screen and (max-width:480px) {
    /* ----------------------------- */
    /* header
    /* ----------------------------- */
    header .logo {
        top: 17px;
        left: 2.5%;
    }
    header .logo img {
        width: 180px;
        height: auto;
    }

    .nav-toggle {
        width: 27px;
        height: 30px;
        top:6px;
    }


}
