@charset "utf-8";
/* CSS Document */

/* --------------------------- Reset.css --------------------------- */
* { margin:0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html, body { width: 100%; min-width: 320px; }
body { margin: 0; text-size-adjust: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust:none; font-family: 'Hind', 'Noto Sans KR', sans-serif; font-size: 100%; line-height: 1; }
div section { height: auto; overflow: hidden; }
img, video { vertical-align: top; width: 100%; }
a { text-decoration: none !important; color: inherit !important; }
ul, li, ol, dl { list-style:none; }
select::-ms-expand { display: none; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input, select, textarea, button { font: inherit; color: inherit; }
article, aside, details, figcaption, figire, footer, header, hgroup, menu, nav, section { display:block; }
article, aside, details, figcaption, figire, footer, header, hgroup, menu, nav, section { display:block; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }
label { cursor: pointer; vertical-align: middle; }
.blind, legend, hr, caption { display:block; position:absolute; left:1000em; top:0; overflow:hidden; }
i, em, address {font-style:normal; font-weight:normal;}
body, h1,h2,h3,h4,h5,h6, p,ul,ol,dl,dt,dd,li,table,th,td, form,address,pre,caption,cite,code,dfn,var { font-style: normal;margin: 0; padding: 0; text-decoration: none; }
button { background:  none; outline: none; border: none; cursor: pointer; background-color: transparent; border-radius: 0px; }
a:hover { color: inherit!important; text-decoration: none!important; }
a:focus { color: inherit!important; text-decoration: none!important; }
input { outline:none; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #f6f8f9 inset !important; }

/* --------------------------- Common.css --------------------------- */
section { padding: 0 15px; }
.abwrap { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

/*div, nav, section, footer { position: relative; }*/
/* --------------------------- Section Css Steart --------------------------- */

.main-visual {
	position: relative;
	width: 100%;
	height: 770px;
	background-image: url(../images/main-visual.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main-pwrap {
	display: block;
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	padding-top: 10px;
}
.main-pwrap p {
	color: #fff;
	font-weight: 500;
}
.main-pwrap .p1 {
	font-size: 16px;
	margin-bottom: 20px;
}
.main-pwrap .p2 {
	font-size: 30px;
	line-height: 1.4;
	font-weight: 600;
}
.navbar-brand {
	width: 180px;
	display: block;
}
.container-inner {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
}

.section-top {
	width: 100%;
	height: 230px;
	overflow: hidden;
	background: url(../images/business_bg.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
}
.section-top img {
	height: 100%;
	width: auto;
	margin: auto;
	display: none;
}
.section-top p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 30px;
    margin-top: -15px;
    color: #fff;
    font-size: 30px;
    display: none;
}
.section-nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding: 20px 0;
    text-align: center;
    background-color: #f5f5f5;
    box-shadow: 1px 1.732px 5px 0px rgba(235, 235, 235, 0.75);
    -webkit-box-shadow: 1px 1.732px 5px 0px rgba(235, 235, 235, 0.75);
}
.section-nav li {
    display: inline-block;
    padding: 0 25px;
    margin-top: 2px;
}
.section-nav li a {
    font-size: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.section-nav li a:hover {
    color: #1798dd !important;
}
.section-nav li a.nav-sel {
    color: #1798dd !important;
}
.business-section {
	padding: 65px 15px;
    border-bottom: 1px solid #ebebeb;
}
.business-section h3 {
	margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #1798dd;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.6px;
    line-height: 1.25;
    text-transform: capitalize;
}
.business-wrap {
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.business-wrap.last-wrap {
    border-bottom: none;
}
.business-head p {
	line-height: 2;
}
.business-h1 {
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.6px;
    text-transform: capitalize;
}
.business-h2 {
    margin-bottom: 0;
    color: #a1a1a1;
    font-size: 15px;
}
.business-h3 {
    display: block;
    clear: both;
    width: 100%;
    margin-top: 3px;
    font-size: 15px;
}
.business-head {
    margin-bottom: 25px;
}
.business-text ul li {
    padding: 10px 0;
}
.business-text ul li p {
    display: inline-block;
    font-size: 16px;
}
.business-text ul li p.business-p1 {
    padding-right: 20px;
    color: #a1a1a1;
    font-weight: 300;
}
.fixed-category {
    width: 100%;
    top: 0;
}
.fixed-category.category-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.fixed-category.category-fixed .section-nav {
    background-color: #fff;
}
.section-nav li a { font-size: 14px; }
p.about-h1 {
    margin-top: -3px;
}

.about-section {
    padding: 100px 15px;
    border-bottom: 1px solid #ebebeb;
}
.about-section:last-child { border-bottom: none; }
p.map-p {
	margin-bottom: 15px !important;
	text-align: center;
	font-weight: 500;
}
.about-meta {
	text-align: center;
	margin-top: 25px;
}
.about-meta ul {
	text-align: left;
}
.about-meta ul li {
	line-height: 1.7;
}
.post-date {
    display: block;
    margin-top: 30px;
}
.business-text ul.about-history {
    max-width: 600px;
    margin: auto;
    margin-bottom: 45px;
    border-top: 1px solid #ebebeb;
}
.business-text ul.about-history li {
    padding: 15px 25px;
    border-bottom: 1px solid #ebebeb;
}
.history-box figure {
    float: left;
}
.history-wrap {
    text-align: center;
}
.history-image-head p.history-p1 {
    padding-right: 20px;
    color: #a1a1a1 !important;
    font-size: 16px;
    font-weight: 300;
}
.history-image-head p.history-p2 {
    padding-right: 20px;
    color: #151515 !important;
    font-size: 16px;
}
.history-wrap p {
    display: inline-block;
    color: #a1a1a1 !important;
    font-size: 14px;
    letter-spacing: 0.21px;
    line-height: 1.71;
    margin-top: 13px;
}

/* About */
.about-ceo {
    width: 170px;
    height: 170px;
    margin: auto;
    margin-bottom: 35px;
    border-radius: 50%;
    overflow: hidden;
}
.about-ceo .author {
    margin: auto;
}
.about_iframe {
    clear: both;
    position: relative;
    width: 90%;
    padding-top: 33%;
    margin: 0 auto;
}
.about-section .entry-content {
    width: 100%;
    margin-top: 0px !important;
}
.about-section .entry-content blockquote {
    margin-top: 0px !important;
}
.main-container {
    width: 100% !important;
    max-width: 1920px
}
.loader {
    display: block;
}
#toTop {
    position: fixed;
    right: 8%;
    bottom: 25px;
    width: 45px;
    height: 45px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    background-image: url(../images/top_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#toTop.toTop-sel {
	opacity: 1;
	visibility:
	visible; z-index: 10;
	cursor: pointer;
}
.organization-wrap {
	max-width: 760px;
	margin: 30px auto 130px;
}
.location-wrap ul {
	max-width: 480px;
	margin: auto;
}
.location-wrap ul li span {
	font-weight: 500;
}
.location-pwrap li {
	color: #717171;
}
/* customer */
.customer-section { margin-bottom: 130px; }
.business-text ul.about-history.customer-join-text {
}
.customer-join {
	max-width: 620px;
	height: auto;
	overflow: hidden;
	margin: auto;
}
.customer-join-text li {
    padding: 22px 0;
    border-bottom: 1px solid #ebebeb;
}
.type-post .entry-content .customer-join-text li p {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #212121;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 2.085;
}
.type-post .entry-content .customer-join-text li p.business-p1 { margin-bottom: 8px; }
.type-post .entry-content .customer-join-text li p.business-p2 {
	color: #717171;
    font-weight: 400;
}

.business-p2 span.mem_span {
	display: inline-block;
	width: 62px;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #0073ae;
	font-weight: 500;
}
.type-post .entry-content { width: 100%; }
.signForm_btn {
	margin-top: 40px;
}
.signForm_btn a.signForm_a {
    display: block;
    float: right;
    width: 49%;
    height: 50px;
    background-color: #212121;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff !important;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.35px;
    line-height: 50px;
    text-transform: uppercase;
}
.signForm_btn a.signForm_a:first-child {
	float: left;
}
.location-wrap ul li i.fa {
	width: 20px;
	margin-right: 10px;
	text-align: center;
}
.location-wrap ul li span {
	display: inline-block;
	width: 60px;
	font-weight: 400;
}
.location-pwrap li {
	font-weight: 300;
	font-size: 15px;
}

/* Media */
@media (max-width:990px){
	.main-visual { height: 400px; }
	.main-pwrap { top: 36%; padding: 10px 35px; }
	.main-pwrap .p2 { font-size: 24px; }
	
	.section-top {
		height: 180px;
	}
    .section-top p { font-size: 20px; }
    .section-nav {
        padding: 12px 0;
    }
    .section-nav li {
        height: auto;
        overflow: hidden;
        float: left;
        width: 25%;
        padding: 0px 5px;
        line-height: 1.6;
    }
    .section-nav li a { font-size: 14px; }
    .section-nav.about-nav li {
        height: auto;
        overflow: hidden;
        float: left;
        width: 20%;
        padding: 0px 0px;
        line-height: 1.6;
    }
    .business-nav li {
        height: auto;
        overflow: hidden;
        float: left;
        width: 50%;
        padding: 0px 15px;
        line-height: 1.6;
        text-align: left;
    }
    .business-section {
	    padding: 50px 15px;
    }
    .business-section p { line-height: 1.7;}
    .business-section h3 {
        font-size: 18px;
        padding: 23px 0 20px;
        margin-bottom: 0px;
    }
    .business-wrap {
	    margin-top: 25px;
    }
    .business-head {
        margin-bottom: 15px;
    }
    .business-h1 {
        font-size: 16px;
    }
    .business-h2 { font-size: 14px; }
    .business-h3 { font-size: 14px; }
    .business-text ul li p { font-size: 14px; }
    
    .business-p2 span.mem_span {
	    margin-top: 10px;
	    margin-bottom: 0px;
    }
    /* company */
    .about-section { padding: 50px 15px; }
    .about-ceo { margin-top: 0px;  margin-bottom: 30px; }
    .about-section p { font-size: 15px; }
    .about-section p.about-h1 { font-size: 18px; }
    .about-section .entry-content { margin-bottom: 50px !important; }
    article[class*="type-"] .about-section .entry-content blockquote span { margin-bottom: 15px; font-size: 15px; }
    .history-image-head { margin-bottom: 20px; }
    .type-post .entry-content .history-image-head p { font-size: 15px; margin-top: 0px; }
    article[class*="type-"] .about-section .entry-content figure { margin-top: 0px; }
    .type-post .entry-content span { font-size: 14px; line-height: 1.6; display: block; clear: both; width: 100%; }
    .post-date { margin-top: 23px; }
    .about_iframe { padding-top: 56%; }
    
    .header_s.header_s3 .menu-block .ownavigation > a.navbar-brand {
	    width: 100px;
    }
}
@media(max-width: 480px){
    .business-text p {
        display: block;
        width: 100%;
        clear: both;
    }
}
@media (max-width:380px){
    .business-nav.dis-none { display: none; }
    .business-nav li {
        float: none;
        width: 100%;
        padding: 0px 20px;
        line-height: 1.6;
        text-align: left;
    }
}