@charset "utf-8";

/*--------------------------------------------------------------
# 초기화
--------------------------------------------------------------*/

body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
a,
button,
select {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
input,
textarea,
select,
button,
table {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    line-height: 1.5;
    word-break: break-all;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 18px;
}

a {
    color: #3498db;
    text-decoration: none;
}

a:hover {
    color: #5faee3;
    text-decoration: none;
}

/*a:link {color:#333;text-decoration:none;}
a:visited {color:#333;text-decoration:none;}
a:active {color:#333;text-decoration:none;}
a:hover {color:#333;text-decoration:none;}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

ul {
    display: block;
    list-style-type: disc;
}

li {
    list-style: none;
}

.screen-out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */

/* -----------------------------------------------------------------------------------------------
	Global Classname
--------------------------------------------------------------------------------------------------*/

.ir-pm {
    display: block;
    overflow: hidden;
    font-size: 0px;
    line-height: 0;
    text-indent: -9999px;
}

/* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */

.screen-out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */

.f-l {
    float: left !important;
}

.f-r {
    float: right !important;
}

.dis-block {
    display: block !important;
}

.dis-none {
    display: none !important;
}

.ta-c {
    text-align: center !important;
}

.ta-l {
    text-align: left !important;
}

.ta-r {
    text-align: right !important;
}

.vt-t {
    vertical-align: top !important;
}

.vt-m {
    vertical-align: middle !important;
}

.vt-b {
    vertical-align: bottom !important;
}

.bg-none {
    background: none !important;
}

.border-none {
    border: none !important;
}

.ov-h {
    overflow: hidden !important;
}

.clear-fix:after {
    content: "";
    display: block;
    clear: both;
}

.pdt12 {
    padding-top: 12px !important;
}

.pdl40 {
    padding-left: 40px !important;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}

#util-wrap {
    width: 100%;
    height: 34px;
    background: #000;
}

.util-wrap-inner {
    position: relative;
    max-width: 1310px;
    margin: 0 auto;
}

.lang-wrap {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 0;
}

.lang-wrap a {
    display: inline-block;
    color: #ccc;
    font-size: 12px;
    font-family: 'Noto Sans KR', sans-serif;
}

.lang:after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 9px;
    margin: 0 2px;
    background: #666;
}

#gnb-wrap {
    width: 100%;
    height: 80px;
    background-image: url(/assets/img/header_bg.png);
    opacity: 95%;
}

.gnb-wrap-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 15% 10% 0;
}

.gnb-wrap-inner h1 {
    float: left;
    font-size: 0;
    margin: 11px 0;
}

#gnb-wrap {
    z-index: 997;
    transition: all 0.5s;
    background-image: url(/assets/img/header_bg.png);
    background-repeat: repeat;
}

#gnb-wrap h1 a,
#gnb-wrap h1 a:hover {
    color: #222222;
    text-decoration: none;
}

/*-- 폰 적용 --*/

#gnb-wrap {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    height: 80px;
    opacity: 95%;
}




/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/



/* Mobile Navigation */

.mobile-nav-toggle {
    position: fixed;
    right: 20px;
    top: 45px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #e7e7e7;
}

.mobile-nav {
    position: fixed;
    top: 100px;
    right: 20px;
    bottom: 100px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: -50px;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #222222;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover,
.mobile-nav li:hover {
    color: #3498db;
    text-decoration: none;
}


.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav li > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}


.mobile-nav .drop-down ul li > a{
    padding: 3px 35px 3px 20px;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav .drop-down2 li a {
    font-size: 16px;
    padding: 1.5% 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(9, 9, 9, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}



/*-- 폰 적용 --*/

.nav-menu {
    display: none;
}

#gnb-wrap h1 {
    vertical-align: top;
}

#gnb-wrap {
    height: 50px;
}

.gnb-wrap-inner {
    padding: 0.5% 5%;
}

.gnb-wrap-inner h1 img {
    width: 45%;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    background: #000;
}

#hero {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    z-index: 900;
}

#hero .carousel-item {
    width: 100%;
    height: calc(80vh);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
}

#hero .carousel-item::before {
    content: '';
    position: absolute;
    height: 80%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#hero .carousel-container {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 30% 15px 5% 15px;
}

#hero .carousel-content {
    margin-bottom: 30%;
    text-align: top;
    display: table-cell;
    vertical-align: top;

}


#hero h2 {
    width: 100%;
    color: #fff;
    margin-bottom: 5%;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
}

#hero p {
    width: 100%;
    font-size: 20px;
    line-height: 0.2;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
}


#hero .tit,
.desc {
    width: 100%;
    text-align: right;
    padding: 0;
}

#hero .tit {
    line-height: 1.1;
}

#hero .desc {
    line-height: 0.5;
}

#hero h2 span {
    color: #00b3e3;
}


#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    display: none;
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .carousel-indicators li {
    cursor: pointer;
    display: none;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 20px 0;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 1px solid #f2f2f2;
    background: none;
    position: relative;
    z-index: 1;
}

#hero .btn-get-started:hover {
    background: #f2f2f2;
    color: #333;
}


#hero .btn-area {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#hero .btn-get-started2 {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 20px 0;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 1px solid #f2f2f2;
    background: none;
    float: right;
}

#hero .btn-get-started2:hover {
    background: #f2f2f2;
    color: #333;
}


/*--------------------------------------------------------------
# mbutton
--------------------------------------------------------------*/

.intro-container {
    background: #000;
    position: relative;
    width: 100%;
    max-width: 1310px;
    padding: 0 10px;
    z-index: 901;
}

.intro-btn-wrap {
    position: relative;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.intro-btn-wrap li {
    position: relative;
    display: inline-block;
    width: 20%;
    margin:0 3px;
    height: 100% !important;
}

.intro-btn-wrap li a.active,
.intro-btn-wrap li a:hover {
    background: #3498db;
}

.intro-btn-wrap li a {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 90px;
    background: rgba(51, 51, 51, .9);
    font-size: 12px;
    color: #fff;
    transition: background .5s ease-in-out;
    border-radius:10px;
}


.intro-btn-wrap span {
    display: block;

}


.intro-btn-wrap .btn_t,
.btn_t2 {
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
    word-break: keep-all;
}

.clear-fix:after {
    content: "";
    display: block;
    clear: both;
}


.intro-btn-wrap li a .intro-icon {
    width: 45%;
    padding-top: 10%;
    margin: 10% auto 6%;
}



.intro-btn-wrap img {
    max-width: 100%;
    vertical-align: top;
}



.intro-btn-wrap li + li a {
    background-image: none;
}

/* .intro-btn-wrap li:nth-child(1) a,
.intro-btn-wrap li:nth-child(2) a,
.intro-btn-wrap li:nth-child(3) a {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.intro-btn-wrap li:nth-child(5) a {
    border-left: 1px solid rgba(255, 255, 255, .3);
}
 */


.callNum {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
}




/*--------------------------------------------------------------
# Product Section
--------------------------------------------------------------*/

.section .pro {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
}


.pro1 {
    float: left;
}

.pro2 {
    float: left;
    width: 100%;
}


.pro img {
    float: left;
    width: 100%;
    height: 100%;
}


.section .intro {
    margin-top: 23%;
    padding: 3% 3% 3% 3%;
}


.section .intro h1 {
    margin-top: 5%;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    color: #3498db;
}

.section .intro h2 {
    margin: 2% 0;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    color: #333;
}

.section .intro > p {
    font-size: 12px;
    color: #333;
    word-break: keep-all;
}


.section .intro > p > span {
	color: #999;
	font-size: 10px;
	display: block;
}

.text-header1 {
    width: 85px;
    height: 25%;
    border: 2px solid #b9b9b9;
    border-radius: 50px;
    color: #b9b9b9;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    font-size: 15px;
	display: none;
}

.text-header2 {
    width: 110px;
    height: 25%;
    border: 2px solid #b9b9b9;
    border-radius: 50px;
    color: #b9b9b9;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    font-size: 15px;
	display: none;
}

.pro-btn-wrap {
    background-color: #1a1a21;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    margin: 3% 0;
    padding: 2% 6%;
    text-decoration: none;
    box-shadow: 0px 10px 14px -7px #000000;
    transform: translateZ(0);
}

.pro-btn-wrap a {
    color: #fff;
}


/*--------------------------------------------------------------
# Info section
--------------------------------------------------------------*/


#section6 .intro {
    height: 100%;
    text-align: center;
    padding: 30% 2% 0;
}

#section6 .intro h1 {
    font-size: 24px;
    line-height: 1.23;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 800;
    color: #000;
    word-break: keep-all;
}

.info-btn-wrap {
    margin-top: 10%;
    display: inline-block;
    width: 100%;
    text-align: center;
}


.info-btn-wrap li {
    position: relative;
    float: left;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 80px;
    margin: 0 0 1%;
}

.info-btn-wrap li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: transparent;
    z-index: 1;
}

.info-btn-wrap .v-wrap {
    display: table;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.info-btn-wrap .v-wrap p {
    display: table-cell;
    vertical-align: middle;
}

.info-btn-wrap .v-wrap .num {
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 1;
    word-break: keep-all;
}

.info-btn-wrap li a:hover {
    background: url('/assets/img/info_hover.png') 50% 50% no-repeat;
}


.info-btn-wrap li img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -50%;
    z-index: 0;
}


/*--------------------------------------------------------------
# Footer section
--------------------------------------------------------------*/

.footer {
    font-size: 10px;
    word-break: keep-all;
    padding: 20px 0;
    background-color: #262626;
    background-position: center center;
    color: #999999;
}

#footer .container {
    padding: 10px 0;
    display: block;
    text-align: center;
    width: 100%;
}

#footer .row {
    display: inline-block;
    margin: 0 auto; 
}


#footer h3 > img {
    width: 90%;
}

.footer-info {
    width: 100px;
    display: inline-block;
    float: left;
    position: relative;
    box-sizing: border-box;  
    text-align: left;  
    margin-right: 10px;
}

.footer-info > p {
    word-break: keep-all;
    word-wrap: break-word;
    
}

.block {
    float: left;
    display: inline;
    box-sizing: border-box;
}

.footer-links {
    float: left;
    display: inline-block;
    position: relative;
    margin-left: calc(15px / 2);
    margin-right: calc(15px / 2);
    box-sizing: border-box;
    text-align: left;  
}

#footer h4 {
    margin: 0;
    padding: 0 0 5px 0;
    color: #eee;
    font-size: 10px;
}

#footer ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}

#footer a {
    color: #999;
}

#footer a:hover {
    color: #57aae1;
}

.copyright {
    width: 100%;
    height: 34px;
    background: #000;
    color: #999;
    font-size: 12px;
}

.copytext {
    text-align: center;
    padding-top: 5px;
}


/*--------------------------------------------------------------
# 서브페이지 기업소개
--------------------------------------------------------------*/

/* 스마트폰 */

/* 기업소개 and 경영철학 */


#ab_section0 {
    background: url(/assets/img/about/bg_5.jpg) 66.5% 0 no-repeat;
    background-size: cover;

}


#ab_section0 .intro {
    width: 100%;
    height: 100%;
}


#ab_section0 .intro .introwrap p {
    width: 250px;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    word-break: keep-all;
    word-wrap: break-word;
    padding-top: 10%;
    display: inline-block;
}


#ab_section0 .intro .bg-line {
    width: 100%;
    height: 2px;
    margin: 10px 0 15px;
    background: url(/assets/img/about/bg_line.png) 50% 0 no-repeat;
}

#ab_section0 span {
    color: #fff;
	background: #00529d;
}

#ab_section0 .introwrap .introinner {
    display: inline-block;
    vertical-align: middle;
}


#ab_section0 .introwrap {
    width: 100%;
    text-align: center;
}




/* 조직도 */




#ab_section1 {
    background: #fff;
    background-size: cover;

}


#ab_section1 .intro {
    width: 100%;
	height: 100%;
}


#ab_section1 .oz_img {
    display: block;
    width: 100%;
    height: auto;
	padding-top: 20%;
}


#ab_section1 .oz_img > img {
    width: 100%;
}


#ab_section1 .intro .bg-line {
    width: 100%;
    height: 2px;
    margin: 15px 0 35px;
    background: url(/assets/img/about/bg_line3.png) 50% 0 no-repeat;
}



/* 오시는 길 */



#ab_section2 {
    background: #fff;
    width: 100%;
    height: 100%;

}

#ab_section2 .intro {
    width: 100%;
    height: 100%;
}


#ab_section2 .map_wrap,
.map_text {
    float: left;
}


#ab_section2 .intro .bg-line {
    width: 100%;
    height: 0px;
    margin: 1px 0 1px;
    background: url(/assets/img/about/bg_line3.png) 50% 0 no-repeat;
}



#ab_section2 .intro .caption {
	display:inline-block;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background: #57aae1;
	text-align: center;
}


#ab_section2 .intro .map_wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#ab_section2 .map_text {
    width: 100%;
    display: inline-block;
    margin: auto;
}

#ab_section2 .intro .map {
    display: inline-block;
    width: 100%;
    height: 85px;
}

.os_mac.root_daum_roughmap {
    height: 50px;
}

#ab_section2 .map_text img {
    width: 6.2%;
    opacity: 25%;
}

#ab_section2 .office_main ul {
    width: 100%;
    display: block;
    text-align: left;
}

#ab_section2 .office_main ul > li {
    font-size: 10px;
    font-weight: 600;
	word-break: keep-all;
}


#ab_section2 .office_main ul > li:nth-child(2) {
	
}


#ab_section2 .office_main li > i {
    font-size: 12px;
    vertical-align: middle;
}

#ab_section2 .office_main li > span {
    font-size: 10px;
    font-weight: 100;
    color: #999;
  
}

#ab_section2 .branch {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	font-family: 'Noto Sans KR';
	
}

#ab_section2 .branch_text {
	display: block;
	width: 100%;
}



#ab_section2 .branch .branch_text .office {
	text-align: left;
	margin-bottom: 5px;
	display: block;
	width: 100%;
	float: left;
	word-break: keep-all;
}

#ab_section2 .office h2 {
	font-size: 12px;
	font-weight: 700;
	color: #333;
	font-family: 'Noto Sans KR';
}

#ab_section2 .office ul > li {
	font-size: 10.5px;
	font-weight: 500;
}

#ab_section2 a {
	color: #333;
}



/* 문의하기 */

#ab_section3 {
    width: 100%;
    height: 100%;
    text-align: center;
}

#ab_section3 .intro {
    width: 100%;
}


#ab_section3 .intro .bg-line {
    width: 100%;
    height: 2px;
    margin: 15px 0 60px;
    background: url(/assets/img/about/bg_line2.png) 50% 0 no-repeat;
    display: none;
}

#ab_section3 .contact_wrap {
    width: 100%;
	height: 100%;
    display: block;
	padding: 0 20px;
}

#ab_section3 .contact_wrap1 {
    width: 100%;
    display: block;
	text-align: center;
	margin-top: 2%
}

#ab_section3 .contact_wrap2 {
	width: 100%;
	height: 50px;
    display: block;
	text-align: center;
	margin-top: 10%
}



#ab_section3 .contact1 {
    display: block;  
	width: 100%;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);

}

#ab_section3 .contact1 > span {
    font-size: 15px;
    font-weight: 600;
    display: block;
    background: #00a8e0;
    color: #fff;
}

#ab_section3 .contact1 > h2 {
    font-size: 15px;
    font-weight: 600;
    display: block;
    line-height: 1.5em;
    color: #fff;
    background: #00a8e0;
}

#ab_section3 .contact1 > p {
    display: inline-block;
    font-size: 13px;
    line-height: 3em;
    word-spacing: normal;
      
}

#ab_section3 .contact2 {
    display: block;
    text-align: left;
    width: 100%;
    float: left;
	margin-bottom: 20px;
}

#ab_section3 .contact2 > span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
	background: #333;
	text-align: center;
}

#ab_section3 .contact2 > p {
    color: #333;
    width: 100%;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    word-break: keep-all;
    word-wrap: break-word;
}

.icofont-location-arrow {
    color: #00a8e0;
	
}

#ab_section3 a {
	color: #333;
}



/* 공통 섹션 */


.ab_section {
    width: 100%;
    height: 100vh;
    text-align: left;
}

.ab_section .intro {
    width: 100%;
    height: 100%;
    text-align: center;
	font-family: 'Noto Sans KR';
	padding-top: 25%;
}

.ab_section .intro h1 {
    width: 100%;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
	padding-top: 15px;
	color: #333;
}


.ab_section .intro .bg-line {
	display: none;
}


.ab_section .intro .sub_label {
	width: 100%;
	margin-top: 0px;
	padding: 2.5px 20px 2.5px 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #ddd;
}









/*--------------------------------------------------------------
# 서브페이지 홍보센터
--------------------------------------------------------------*/


/* 공통 적용 */


.sub_layout {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}


.sub_layout .sub_tit {
    margin-top: 120px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.sub_layout .sub_text {
    display: block;
    color: #ddd;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.5px;
}


.board_layout {
    width: 100%;
    height: auto;
    margin-top: 20px;
}



/*하단 페이지네이션*/



.pagination {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    padding-top: 50px;
}


.pagination a {
    display: inline-block;
    margin: 0 6px;
    line-height: 1.5rem;
    vertical-align: top;
    color: #000;
}


.pagination a:focus,
.pagination a.active {
    color: #fff;
    border-radius: 50px;
    background: #000;
    width: 20px;
    height: 20px;
    line-height: 1.3rem;
    margin-top: 1.5px;
}

.pagination a:hover {
    opacity: 50%;
}



.pagination .top_list,
.prev,
.next,
.down_list {
    width: 10px;
    height: 20px;
}




/*글쓰기버튼*/

.write_in {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-right: 10px;
    border-top: 1px solid #ddd;
}


.write_in a {
    float: right;
}


.write_in2 {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}


.write_in2 a {    
    float: right;
    margin-top: 30px;
    margin-right: 15px;
}



a.animated-button.thar-three {
    color: #000;
    cursor: pointer;
    display: block;
    position: relative;
    border: 1px solid #000;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    font-size: 15px;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 1.2rem;

}

a.animated-button.thar-three:hover {
    color: #fff !important;
    background-color: transparent;
    text-shadow: nthree;
}

a.animated-button.thar-three:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

a.animated-button.thar-three:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 50px;

}

.icofont-pencil-alt-2 {
    padding-right: 3px;
}



/*검색창*/


.sub_layout .list-sch {
    width: 250px;
    text-align: center;
    font: 0;
    margin: 10px auto 50px;
    border: 0;
    box-sizing: border-box;
}

.list-sch legend {
    visibility: hidden;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
}

.list-sch .sch-wrap {
    width: 100%;
    display: inline-block;
    position: relative;
}

.list-sch .sch-wrap .blind {
    display: block;
    position: absolute;
    left: -9999px;
    text-indent: -9999px;
    width: 0;
    height: 0;
    border: 0;
    overflow: hidden;
    font-size: 1px;
    line-height: 0;
    white-space: nowrap;
}

.list-sch .sch-wrap .srchword {
    padding-right: 90px;
    width: 100%;
    height: 60px;
    font-size: 18px;
    padding: 0 30px 0 0;
    border: 2px solid #000;
    border-width: 0 0 2px 0;
    vertical-align: middle;
}


.sch-wrap .sch {
    font-size: 28px;
    outline: none;
    border: none;
    background: none;
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #333;
}

.sch-wrap .i_sch:hover {
    opacity: 50%;
}


.srchword:focus {
    outline: none;
    border: none;
}



/* 시공사례 */


#board .board_layout .list {
    width: 100%;
    margin: auto;
}

.GalleryLST {
    width: 100%;
    margin: auto;
}

.GalleryItem {
    width: calc(80%);
    padding-bottom: 15px;
    text-align: center;
    overflow: hidden;
    margin: auto;
    margin-bottom: 50px;
}

.GalleryItem:hover {
    -webkit-animation: shadow-drop-lr 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-lr 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes shadow-drop-lr {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-lr {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: -12px 0 20px -12px rgba(0, 0, 0, 0.35), 12px 0 20px -12px rgba(0, 0, 0, 0.35);
    }
}




.GalleryItem > .G_img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    box-shadow: 0 0 30px 2px #eee;
}


.GalleryItem img {
    width: 100%;
    height: auto;
}

.GalleryItem span {
    display: none;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-left: 20px;
    margin-top: 15px;
}


.GalleryItem strong {
    width: 200px;
    height: auto;
    text-align: center;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: normal;
    line-height: 1.2em;

}

.GalleryItem > a {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #00a8e0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    letter-spacing: .02em;
    transition-duration: .6s;
    box-sizing: border-box;
    text-align: center;
    opacity: 70%;
}

.GalleryItem > a:hover {
    background-image: linear-gradient(-45deg, #4dd3ae, #0685e6);
    color: #fff;
    border: 0;
    line-height: 40px;
}

#board_notice .sub_layout .list_sch_box {
	width: 100%;
	text-align: center;
}


#board_notice .btn-category {
    display: inline-block;
	width: 180px;
	height: 45px;
	margin: 0;
}

#board_notice .mce-btn {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;

}



#board_notice .mce-btn > select {
    width: 150px;
    height: 50px;
    padding: .5em;
    text-align: center;
    border-radius: 0px;
    outline: none;
    font-size: 15px;
}






/* 홍보자료 */


#board_book .board_layout {
    width: 100%;
    display: block;
    text-align: center;
}


#board_book .ebook {
    display: inline-block;
    margin: 20px 50px;
}

#board_book .ebook_t {
    display: block;
    line-height: 2.5em;
    font-size: 16px;
    color: #333;
    background: #f2f2f2;
    overflow: hidden;
}

#board_book .ebook_t2 {
	display: block;
	margin-top: 10px;
	height: 45px;
	line-height: 4em;
	background-color: #fff;
    border: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	font-size: 13px;
}


#board_book .ebook .sum_wrap {
    display: inline-block;
    width: 200px;
    height: 290px;
}


#board_book .ebook .sum_wrap img {
    width: 100%;
    border: 1px solid #ddd;
}


#board_book .ebook .eb_button , .eb_button2 {
    display: inline-block;
    text-align: center;
    color: #999;
    margin-top: 10px;
    font-size: 15px;
    width: 100px;
    height: 45px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    line-height: 3em;
}


#board_book .ebook .eb_button:hover {
  background-color: #0685e6;
  box-shadow: 0px 15px 20px rgba(6, 133, 230, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

#board_book .ebook .eb_button2 {
	pointer-events: none;
	
}



#board_book .pagination, #board_book .list-sch {
    display: none;
}



/* 공지사항 */


#board_notice table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    empty-cells: show;
}

#board_notice table caption {
    visibility: hidden;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    display: table-caption;
    text-align: -webkit-center;
}


#board_notice table colgroup {
    display: table-column-group;
}


#board_notice table colgroup col {
    display: table-column;
}


#board_notice table thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}


#board_notice table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.tb-list thead th {
    text-indent: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: solid 1px #000;
    text-align: center;
}

#board_notice table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.tb-list tbody tr {
    height: 50px;
}

.tb-list tbody tr:hover {
    background-color: #f2f2f2;
    opacity: 50%
}

.tb-list td {
    text-align: center;
    border-bottom: 1px solid #eee;
}

.tb-list .tb-num {
    font-size: 12px;
    color: #888;
}

.tb-list .tb-subj {
    padding: 8px 0px 10px 0px;
    text-align: left;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: normal;
}

.tb-list .tb-date {
    font-size: 12px;
    color: #888;
    padding: 0;
}

.tb-list .tb-subj a {
    color: inherit;
    text-decoration: none;
    font-size: 15px;
}

.tb-list .tb-subj a:hover {
    color: cornflowerblue;
}




.tb-list .tb-file .filebutton {
    color: #333;
    font-size: 14px;
}

.tb-list .tb-file:hover > span{
    display: inline-block;
    position: absolute;
    right: 150px;
}


.tb-list .tb-file .filelistwrap {
    position: absolute;
    width: 150px;
    height: auto;
    background: #fff;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 5px;
    display: none;
}


.tb-list .tb-file .filelistwrap .filelist {
    font-size: 15px;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: normal;
    margin-bottom: 5px;
    color: #333;
}

.tb-list .tb-file .filelistwrap .filelist:hover {
    background-color: rgba(105, 183, 255, 0.3);
    color: #fff;
}




#board_notice .sub_layout .list_sch_box {
	width: 100%;
	text-align: center;
}


#board_notice .btn-category {
    display: inline-block;
	width: 180px;
	height: 45px;
	margin: 0;
}

#board_notice .mce-btn {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;

}



#board_notice .mce-btn > select {
    width: 180px;
    height: 45px;
    padding: .1em .8em;
    text-align: center;
    border: none;
    border-right: 3px solid #fff;
    border-radius: 0px;
    outline: none;
    background: #f6f6f6;
    font-size: 15px;
}


#board_notice .write_in {
	margin-top: 0;
	border: 0;
	display: inline-block;
	
}



/* 게시판 View More 페이지 */




.board_tit {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    color: #333;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
    margin: 120px auto 50px;
}


.board_tit > span {
    display: block;
    font-size: 18px;
    color: dodgerblue;
    margin: 0 0 30px;

}

.board_tit > p {
    line-height: 14px;
    margin-top: 40px;
}

.board_tit > p > span {
    color: #646464;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 13px 0 10px;
    box-sizing: border-box;
    line-height: 12px;
    display: inline-block;
}



.board_tit > p:after {
    content: '';
    display: block;
    clear: both;
}



.re_tit {
    display: block;
    font-size: 15px;
    text-align: right;
    margin-bottom: 20px;
}


.re_tit > span {
    letter-spacing: 1px;
    padding: 0 13px 0 10px;
    box-sizing: border-box;
    line-height: 12px;
    display: inline-block;
}

.re_tit > span > a {
    color: #646464;
}


.re_tit > span > a:hover {
    color: dodgerblue;
}


.re_tit > span:first-child {
    border-right: 1px solid #dcdcdc;
}




.board_cont > video {
    width: 100%;
    height: auto;
}




.board_cont p.file_box {
    width: 100%;
    height: 25px;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;

}

.board_cont p.file_box a {
    display: block;
    max-width: 500px;
    text-align: left;
    color: #333;

}

.board_cont p.file_box a:hover {
    color: dodgerblue;
}

.board_cont p.file_box .icofont-download {
    display: inline-block;
    padding: 0 20px;
    color: dodgerblue;
}


.board_cont {
    padding: 5% 3% 5%;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    line-height: 1.5em;
    width: 100%;
	height: 100%;
	margin: 0;
	text-align: none;
}

.board_cont > p {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}


.board_cont p > img {
	width: 100% !important;
	height: 100% !important;
	margin: 0;
	padding: 0;
}



.attach_file_list {
    display: block;
    position: relative;
    margin: -2px 0 18px;
    text-align: right;
}

.attach_file_list .attach_file {
    position: relative;
}

.attach_file_list .button_file {
    color: #323232;
    display: block;
    font-size: 16px;
}


.attach_file_list .button_file:hover {
    color: cornflowerblue;
}


.attach_file_list .button_file > p {
    margin: 0;
    padding: 0;
}



.attach_file_list .button_file > span {
    letter-spacing: 1px;
}


.attach_file_list .button_file span > i {
    padding-right: 10px;
    font-size: 20px;

}


.attach_file_list .layer_attach {
    display: inline-block;
    text-align: right;
    overflow-y: auto;
    width: 500px;
    max-height: 416px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
    border-radius: 15px;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .06);
    background: #fff;
    box-sizing: border-box;
    color: #333;
}


.attach_file_list .layer_attach .file_item {
    display: flex;
    min-width: 100px;
    height: 36px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 37px;
    white-space: nowrap;
    color: #000;
}


.attach_file_list .layer_attach .file_item .file_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 100%;
}

.attach_file_list .layer_attach .file_item .file_download {
    flex: none;
    box-sizing: border-box;
    margin-left: auto;
    padding-left: 20px;
    font-size: 15px;
}




.board_btn {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}

.board_btn ul {
    width: 100%;
}


.board_btn ul:after {
    content: '';
    display: block;
    clear: both;
}



.board_btn ul li {
    float: left;
    width: 33.3%;
}



.board_btn ul li a {
    display: block;
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    text-align: center;
    color: #0685e6;
}

.board_btn ul li.list a {
    background: url(/assets/img/board/board_list.png) no-repeat 15px;
    border: 1px solid #0685e6;
    width: 95px;
    margin: auto;
    padding-left: 30px;
    box-sizing: border-box;
    transition-duration: 0.3s;
    display: block;
    border-radius: 50px;
}

.board_btn ul li.list a:hover {
    background: url(/assets/img/board/board_list_w.png) no-repeat 15px;
    color: #fff;
    border-color: #fff;
    display: block;
}

.board_btn ul li.list a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition-duration: 0.3s;
    opacity: 0;
    border-radius: 50px;
}


.board_btn ul li.list a:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, #0685e6, #4dd3ae);
    opacity: 1;
    border-radius: 50px;
}




.board_btn ul li.prev1 a,
.board_btn ul li.next1 a {
    font-size: 15px;
}



.board_btn ul li.prev1 a i {
    content: '';
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 0px;
    padding: 5px 5px 0 0;
    border: 1px solid #0685e6;
    box-sizing: border-box;
    vertical-align: middle;
    transition-duration: 0.3s;
    font-size: 40px;
    border-radius: 50px;
}

.board_btn ul li.next1 a i {
    content: '';
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-left: 0px;
    padding: 5px 5px;
    border: 1px solid #0685e6;
    box-sizing: border-box;
    vertical-align: middle;
    transition-duration: 0.3s;
    font-size: 40px;
    border-radius: 50px;
}

.board_btn ul li.next1 a i:hover,
.board_btn ul li.prev1 a i:hover {
    background-image: linear-gradient(-45deg, #4dd3ae, #0685e6);
    color: #fff;
    border: 0;
}

.board_btn ul li.prev1 a:hover,
.board_btn ul li.next1 a:hover {
    color: #eee;
}


.board_btn .end .icofont-thin-left,
.board_btn .end .icofont-thin-right {
    border: 1px solid #fff;
}

.board_btn .end a {
    color: #ddd;
}



/* 게시판 글쓰기 페이지 */


#post_wrap {
    margin: 0;
    padding: 0;
    margin-top: 10em;
    outline: none;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 1.5;

}


.btn-category {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
	margin-top: 50px;
}


.mce-btn {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;

}


.mce-btn > select {
    width: 180px;
    height: 45px;
    padding: .1em .8em;
    text-align: center;
    border: none;
    border-right: 3px solid #fff;
    border-radius: 0px;
    outline: none;
    background: #f6f6f6;
    font-size: 15px;
}



.post-title {
    width: 100%;
    margin: 50px auto 17px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}


.post-title .textarea_tit {
    display: block;
    width: 100%;
    height: 56px;
    border: none;
    font-size: 25px;
    font-weight: 600;
    color: #202020;
    font-family: sans-serif;
    resize: none;
    outline: 0 none;
    line-height: 50px;
    overflow: hidden;
    letter-spacing: -.4px;
    padding: 0 20px;
}


.post-title .textarea_tit2 {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    font-size: 18px;
    color: #202020;
    font-family: sans-serif;
    resize: none;
    outline: 0 none;
    line-height: 40px;
    overflow: hidden;
    letter-spacing: -.4px;
    padding: 0 20px;
}

#edit-container {
    display: block;
    margin: 0;
    padding: 0;
    outline: none;
    border-width: 1px;
    width: 100%;
    height: 100%;
    visibility: visible !important;
    margin: 0 auto;
}

#edit-container .edit-area {
    display: block;
    width: 100%;
    height: 550px;
    overflow: scroll;
    border: none;
    font-size: 20px;
    color: #000;
    padding: 20px;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
}

#edit-container .edit-area:focus {
    border: none;
    outline: none;
}


#edit-container .line {
    border-bottom: 1px solid #eee;

}




#edit-container .file_box {
    width: 100%;
    margin: 0;
    padding: 13px;
    border-top: 1px solid #eee;
    box-sizing: border-box;
}



#edit-container .file_wrap {
    margin-top: 30px;
}

#edit-container .f_tt {
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 10px 10px 0 0;
    padding-top: 5px;
    padding-left: 25px;
    margin-left: 10px;
    background: #eee;
    color: #999;
}


.file_box .file-input {
    font-size: 15px;
    display: block;
    width: 100%;
    margin: 15px 0;

}



.box-file-input .input_wrap {
    margin-top: 6px;
    padding-top: 6px;
}

.file-input:hover {
    background: #eee;
}



.box-video-input .input_wrap {
    margin-top: 6px;
    padding-top: 6px;
}


.checkbox-wrap {
    display: block;
    text-align: right;
}


.checkbox-container {
    display: inline-block;
    margin: 15px;
    color: #999;
}

.checkbox-container > label {
    vertical-align: top;
    margin-top: 2px;
}


.checkbox-container input[type="radio"] {

    width: 13px;
    height: 13px;
    margin-top: 5px;
    margin-right: 5px;
    opacity: 35%;
}


.content-aside {
    bottom: 0;
    width: 100%;
    height: 66px;
    background-color: #f5f5f5;
    z-index: 1;
    overflow: hidden;
    text-align: right;
    margin-top: 100px;
}


.content-aside .wrap_btn_edit {
    float: left;
    margin: 25px 0 0 20px;
    line-height: 20px;
}

.btn_type1 {
    display: inline-block;
    font-size: 15px;
    color: #999;
    line-height: 1.3;
}



.mce-ico {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}


.btn-default a {
    color: #fff;
}


.btn_type1:hover {
    color: dodgerblue;
}

.content-aside .btn_type1:focus {
    border: none;
    outline: none;
}



.content-aside .status-text-bar.hidden {
    opacity: 0;
}






.content-aside .wrap_btn {
    padding: 20px 20px;
    ;
    text-align: right;
}




.wrap_btn {
    font-size: 0;
    line-height: 0;
    text-align: center;
}


.content-aside .wrap_btn .btn-draft {
    width: 70px;
    vertical-align: middle;
    display: inline-block;
}


.content-aside .wrap_btn .btn {
    width: 70px;
    margin-left: 5px;
}



.btn {
    height: 30px;
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    -webkit-transition: border-color .2s, color .2s, background-color .2s;
    -moz-transition: border-color .2s, color .2s, background-color .2s;
    transition: border-color .2s, color .2s, background-color .2s;
    box-sizing: border-box;
}


.content-aside .wrap_btn .btn-draft .action {
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    border-radius: 20px 0 0 20px;
}



.content-aside .wrap_btn .btn-draft a {
    text-decoration: none;
}




.btn-default {
    font-size: 13px;
    line-height: 1.3;

}



.content-aside .wrap_btn .btn-draft .count {
    font-size: 0px;
    color: dodgerblue;
    cursor: pointer;
    font-family: Avenir Next, sans-serif;
    display: inline-block;
    border-radius: 0 20px 20px 0;
    padding: 0 14px 0 0;
}

.content-aside .wrap_btn .btn-draft .count:before {
    content: "";
    width: 0px;
    height: 12px;
    background-color: rgba(0, 0, 0, .09);
    display: inline-block;
    margin: 0 9px -1px 0;
}

.btn-default {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}




.btn-default:hover {
    background-color: dodgerblue;
    color: #fff;
    border: none;
}



/* 로그인 */


#login .log_layout {
    width: 100%;
    height: 100%;
    padding-bottom: 300px;
	background: #ddd;
}




#loginbox {
    position: relative;
    margin: auto;
    z-index: 1;
    padding: 130px 30px 0px 30px ;
}



#loginbox .megeonbox {
    display: none;
    margin: auto;
    text-align: center;
    padding-bottom: 50px;
    opacity: 40%;
}


#loginbox .megeonbox a {
    display: block;
    font-size: 24px;
    color: #fff;
    margin: auto;
    width: 100px;

}




#loginbox .megeonbox img {
    display: block;
    width: 100px;
    margin: auto;
}




#loginbox .login-wrap {
    position: relative;
    background-clip: padding-box;
    background-color: #fff;
    outline: 0;
}




#loginbox .login-header {
    font-size: 25px;
    font-weight: 100;
    color: #eee;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #333;

}

#loginbox .login-header .close {
    line-height: 5;
    padding-right: 30px;
}

#loginbox .login-header i {
    font-size: 50px;
    color: #eee;
    font-weight: 100;
}


#loginbox .login-body {
    position: relative;
    padding: 10px 30px;
    margin: auto;
    display: block;
    width: 100%;
}

#loginbox .popinner dl {
    margin-bottom: 15px;
}

#loginbox .popinner dl dt {
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    float: left;
}

#loginbox .popinner dl dd {
    font-size: 25px;
    float: left;
    min-height: 45px;
    line-height: 45px;

}


#loginbox .intext {
    width: 100%;
    height: 45px;
    line-height: 1.4;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 50px;
}

#loginbox .clfix input {
    text-indent: 20px;
}


#loginbox .clfix input:focus {
    outline: none;
}



#loginbox .clfix {
    display: inline-block;
    width: 100%;
}


#loginbox .popinner .btnwrap_logrn {
    padding-top: 20px;
    margin: 0px auto 10px auto;
    border-top: 1px solid #999;
}


#loginbox .popinner .btnwrap_logrn .btnSubmit {
    font-size: 20px;
    background: #333;
    width: 120px;
    height: 40px;
    line-height: 38px;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    text-align: center;
    color: #fff;
    margin: auto;
    display: block;
}





/*--------------------------------------------------------------
# 제품페이지 
--------------------------------------------------------------*/

/* 모바일용 제품 메뉴 */
#P_container .mobile-menu {
	display: block;
	position: fixed;
	top:84px;
	z-index: 500;
	width: 100%;
	height: 50px;
	background: #f0f0f0;
	text-align: center;
	line-height: 2.3;
	cursor: pointer;
}

#P_container .mobile-menu a {
	color: #fff;
}


#P_container .product_inner_wrap_m {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: -350px;
	box-sizing: border-box;
	transition: top .3s ease-in-out;
}


#P_container .product_inner_wrap_m.on {
	top:134px;
}


.anchor_m {
    font-weight: 700;
	width: 100%;
    height: 50px;
    text-align: center;
    line-height: 2.5;
    display: block;
    background: rgba(49, 49, 49, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: background 400ms linear;
}

.anchor_m a {
	display: block;
	color: #fff;
	width: 100%;
	height: 50px;
}



/* 공통 */

#P_container .mobile-menu {
	display: block;
	position: fixed;
	top:84px;
	z-index: 500;
	width: 100%;
	height: 50px;
	background: #f0f0f0;
	text-align: center;
	line-height: 2.3;
}

#P_container .mobile-menu a {
	color: #333;
	font-size: 20px;
	font-weight: 600;
}


#P_container .product_inner_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: -300px;
	box-sizing: border-box;
	transition: top .3s ease-in-out;
	display: none;
}


#P_container .product_inner_wrap.on {
	top:134px;
}


.anchor {
    font-weight: 700;
    height: 50px;
    text-align: center;
    line-height: 2.5;
    display: block;
    background: rgba(242, 242, 242, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: background 400ms linear;
}



.P_contents {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 380px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);

}

#P-OVC .P_contents {
	margin-top: 1250px;
}

.P_contents .P_title {
    width: 100%;
    font-size: 0px;
    letter-spacing: 5px;
    margin: 30px auto 30px;
}


.P_contents .P_title_sub {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 1.53;
    word-break: keep-all;
}


.P_contents .list_wrap {
    width: 100%;
    margin-top: 60px;
    box-sizing: border-box;
}


.P_title2 {
    width: 100%;
    font-size: 35px;
    font-weight: 700;
    padding: 50px 0 50px 0;
}

.P_line {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}


.Pconact {
    text-align: center;
    word-break: keep-all;
	background: #fff;
}


.Pconact > p {
    font-size: 15px;
    padding: 0 5%;
    word-break: keep-all;
    word-wrap: break-word;
	display: none;
}


.P_call {
    max-width: 1030px;
    padding-bottom:50px;
    display: block;
    margin: 0 auto;
}

.P_call ul {
    display: inline-block;
    text-align: center;
    padding-top: 50px;
}


.P_call ul > li {
    float: left;
    margin: 0 15px;
}



.P_call ul > li > i {
    font-size: 40px;
}

.P_call img {
    width: 3%;
    opacity: 50%;
}


.P_title3 {
    width: 100%;
    font-size: 35px;
    font-weight: 700;
    padding: 50px 0 15px 0;
    font-family: 'Noto Sans KR';
}



.P_title4 {
    width: 100%;
    font-size: 35px;
    font-weight: 700;
    padding: 50px 0 15px 0;
    color: #5893a7;
}




.Topbutton {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
    text-align: right;
    font-size: 35px;
    color: #555;
    z-index: 1;
}



#P_container .anchor_button {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 90px;
	z-index: 999;	
	width: 100%;
	height: 50px;
}

#P_container .anchor_button a {
	color: #333;
	display: block;
	text-align: center;
}


#P_container .anchor_button a > i {
	font-size: 40px;
}

/* -------클린룸-------- */



#P-CR.product_cr {
    background-color: #0e8fbd;
    background-image: url(/assets/img/product_info/cr/mo/m_cr_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}


/* 오버뷰 선택버튼 */

#P-CR .mobile-menu {
	width: 100%;
	height: 50px;
	background: #0e8fbd;
}

#P-CR .mobile-menu a {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.8;
}


/* 본문 */

#cr1 {

    background-image: url(/assets/img/product_info/cr/mo/1.png);

}

#cr2 {
    background-image: url(/assets/img/product_info/cr/mo/2.png);
}


#cr3 {
    background-image: url(/assets/img/product_info/cr/mo/3.png);
}

#cr4 {
    background-image: url(/assets/img/product_info/cr/mo/4.png);
}

#cr5 {
    background-image: url(/assets/img/product_info/cr/mo/5.png);
}


.cr_sub {
    display: block;
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: #fff;
	border-bottom: 1px solid #999;
}


.cr_sub:nth-child(5) {
	border-bottom: none;
}


.product_cr {
    width: 100%;
    padding: 250px 0 0;
    color: #fff;
}



.P_contents .list_wrap .cr_sub {
    width: 100%;
    padding: 0 2%;
    text-align: left;
}

.list_wrap .cr_sub .Ptextwrap1 {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #333;
    margin: 10% auto 5%;
    text-align: center;
}

.list_wrap .cr_sub .Ptextwrap2 {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #333;
    margin: 10% auto 5%;
    text-align: center;

}


.list_wrap span.text_t {
    display: inline-block;
    font-size: 23px;
    font-weight: 500;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 0 15px;
    color: #0e8fbd;
}

.list_wrap .cr_text_box {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    word-break: keep-all;
}


.board_call {
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    color: #0e8fbd;
    padding-bottom: 50px;
}

.board_call .GalleryLST .GalleryItem a {
    position: relative;
    z-index: 9999;
}


.call_con_wrap {
    display: block;
}



.call_con {
    display: inline-block;
    box-sizing: border-box;
    padding-top: 50px;
}



.board_call .call_more {
    display: inline-block;
    font-size: 20px;
}

.board_call .call_more > a {
    display: block;
    color: #0e8fbd;
    font-size: 30px
}

.board_call .call_more:hover,
.board_call .call_more > a:hover {
    opacity: 70%;
}



.product_cr .down_plus {
    width: 100%;
    background: #fff;
    padding: 50px 10px;
}

.product_cr .down_plus .download {
    margin: auto;
    width: 100%;
    height: 150px;
    border: 1px solid #788f98;
    border-radius: 30px;
    margin-bottom: 50px;
}

.product_cr .down_t {
    color: #788f98;
    font-weight: 800;
    font-size: 25px;
    margin-top: 15px;
}

.product_cr .download > p {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
}


.product_cr .download .button_down {
    display: inline-block;
    width: 125px;
    height: 40px;
    background: #788f98;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    -webkit-animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}





.product_cr .download .button_down i {
    font-size: 18px;
    font-weight: normal;
    margin-left: 5px;
}

.product_cr .download .button_down > a {
    color: #fff;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 10px;
}




.product_cr .download .button_down:hover {
    opacity: 70%;
}


.product_cr .Pconact {
    background: #fff;
	color: #0e8fbd;
}

.product_cr .Pconact a {
   	color: #0e8fbd;
}


/* -------OVC-------- */

#P-OVC.product_ovc {
    background-color: #5893a7;
    background-image: url(/assets/img/product_info/ovc/mo/m_ovc_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}


/* 오버뷰 선택버튼 */

#P-OVC .mobile-menu {
	width: 100%;
	height: 50px;
	background: #5893a7;
}

#P-OVC .mobile-menu a {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.8;
}


/* 본문 */

.product_ovc {
    width: 100%;
    padding: 250px 0 0;
    color: #fff;
}




.ovc_sub {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}




.P_contents .list_wrap .ovc_sub {
    width: 100%;
    text-align: center;
}




.ovc_sub .P_info_wrap {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 150px;
    color: #999;
    background: #fff;

}



.ovc_sub .P_info_wrap .P_title3 {
    color: #000;
    padding: 50px 5%;
    font-weight: 800;
    font-size: 20px;
    word-break: keep-all;
    word-wrap: break-word;
}

.ovc_sub .P_info_wrap .P_title3 > span {
    color: #5893a7;
}




.box_wrap .ovc_text_wrap {
    display: inline-block;
    font-family: 'Noto Sans KR';
}


.box_wrap .ovc_left img {
    display: inline-block;
}


.box_wrap .ovc_right img {
    display: inline-block;
}


.ovc_left .ovc_text_wrap {
    padding-bottom: 30px;
 
}

.ovc_left .ovc_text_t,
.ovc_right .ovc_text_t {
    font-size: 35px;
    font-weight: 600;
    display: block;
}

.ovc_left .ovc_text_box,
.ovc_right .ovc_text_box {
    font-size: 15px;
    padding-top: 20px;
    font-family: 'Noto Sans KR';
    font-weight: 600;
    color: #333;
    word-break: keep-all;
    word-wrap:break-word;
}

.ovc_right .ovc_text_wrap {
    border-top: 1px solid #ddd;
    padding-bottom: 30px;
}


.ovc_sub .ovc_info_img {
    display: block;
    width: 100%;
}


.ovc_sub .ovc_text_t {
     font-size: 15px;
}



.ovc_sub .ovc_info_img img {
    width: 70%;
	margin: 10% 0
}


.ovc_sub .ovc_info_img span {
	display: block;
	color: #333;
	font-size: 23px;
	font-weight: 600
}

.ovc_sub .ovc_info_img p {
	color: #999;
	font-size: 20px;
}



.ovc_sub .plus_item {
    width: 100%;
	height: 450px;
    background: #f0f0f0;
    margin: 100px 0;	
}

.ovc_sub .plus_item .pi-wrap {
	display: inline-block;
	text-align: center;
}

.ovc_sub .plus_item .pi-box {
	display: block;
	padding: 30px;
	float: left;
	width: 100%;
	height: 100%;
}
.ovc_sub .plus_item .pi-box .boxing {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}


.ovc_sub .plus_item img {
    width: 70%;
	display: inline-block;
	margin: 0px 40px;
	

}

.ovc_sub .plus_item .pi-t {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #5893a7;
	border-radius: 50px;
	width: 100px;
}

.ovc_sub .plus_item .pi-name {
	text-align: left;
	font-size: 27px;
	word-break: keep-all;
	color: #333;
	font-weight: 600;
}

.ovc_sub .plus_item p {
	text-align: left;
	color: #333;
	font-size: 17px;
	word-break: keep-all;
 }



.ovc_sub .down_plus {
    width: 100%;
    height: 100px;
    background: #fff;
    padding: 0 10px;
}

.ovc_sub .down_plus .download {
    margin: auto;
    margin-bottom: 50px;
    width: 100%;
    height: 150px;
    border: 1px solid #788f98;
    border-radius: 30px;
}

.ovc_sub .download .down_t {
    color: #788f98;
    font-weight: 800;
    font-size: 25px;
    margin-top: 15px;
}

.ovc_sub .download > p {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
}


.ovc_sub .download .button_down {
    display: inline-block;
    width: 125px;
    height: 40px;
    background: #788f98;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    -webkit-animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}





.ovc_sub .download .button_down i {
    font-size: 18px;
    font-weight: normal;
    margin-left: 5px;
}

.ovc_sub .download .button_down > a {
    color: #fff;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 10px;
}




.ovc_sub .download .button_down:hover {
    opacity: 70%;
}


.product_ovc .Pconact {
	color: #5893a7;
}

.product_ovc .Pconact a {
	color: #5893a7;
}


/* -------큐클린-------- */

#P-QC.product_qc {
    background-color: #142e64;
    background-image: url(/assets/img/product_info/qc/mo/mo_qc_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

/* 오버뷰 선택버튼 */

#P-QC .mobile-menu {
	width: 100%;
	height: 50px;
	background: #142e64;
}

#P-QC .mobile-menu a {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.8;
	
}


/* 본문 */

.product_qc {
    width: 100%;
    padding: 250px 0 0;
    color: #fff;
}


.product_qc .P_title_sub {
    margin-bottom: 50px;
}



.qc_sub {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}




.P_contents .list_wrap .qc_sub {
    width: 100%;
    text-align: center;
}




.qc_sub .P_info_wrap {
    display: block;
    width: 100%;
    height: auto;
    color: #999;
    background: #fff;

}

.qc_sub .P_info_wrap .P_title3 {
    color: #000;
    padding: 30px 15%;
    word-break: keep-all;
    word-wrap: break-word;
    font-family: 'Noto Sans KR';
    font-weight: 800;
    font-size: 20px;
}

.qc_sub .P_info_wrap .P_title3 > span {
    color: #142e64;
}


.qc_sub .qc_text_wrap .qc_text_t2 {
    font-size: 18px;
	display: block;
	padding: 10px 0;
    color: #000;
    font-weight: 700;
    word-break: keep-all; 
}

.qc_sub .qc_text_wrap .qc_text_box2 {
    font-size: 10px;
    word-break: keep-all;
    padding: 0 15px;
}

.box_wrap .qc_text_wrap {
    display: inline-block;
    font-family: 'Noto Sans KR';
}

.box_wrap .qc_left {
	border-bottom: 1px solid #ddd;
}


.box_wrap .qc_left img {
    display: inline-block;
}

	
.box_wrap .qc_right img {
    display: inline-block;
}


.qc_left .qc_text_wrap {
    
}

.qc_left .qc_text_t,
.qc_right .qc_text_t {
    font-size: 25px;
    font-weight: 600;
    display: block;
}

.qc_left .qc_text_box,
.qc_right .qc_text_box {
    font-size: 18px;
    padding: 20px 20px;
    font-family: 'Noto Sans KR';
    font-weight: 600;
    color: #333;
    word-break: keep-all;
    word-wrap: break-word;
}


.qc_sub .qc_info_img_wrap {
	width: 100%;
}


.qc_sub .qc_info_img {
    display: block;
    width: 100%;
	margin: 10% 0;
}

.qc_sub .qc_info_img img {
    width: 70%;
}


.qc_sub .qc_info_img span {
	display: block;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin-top: 30px;
}


.qc_sub .qc_info_img p {
	color: #333;
	font-size: 15px;
}





.qc_sub .down_plus {
    width: 100%;
    background: #fff;
    padding: 50px 10px;
}

.qc_sub .down_plus .download {
    margin: auto;
    width: 100%;
    height: 150px;
    border: 1px solid #788f98;
    border-radius: 30px;
    margin-bottom: 50px;
}

.download .down_t {
    color: #788f98;
    font-weight: 800;
    font-size: 25px;
    margin-top: 15px;
}

.qc_sub .download > p {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
}


.qc_sub .download .button_down {
    display: inline-block;
    width: 125px;
    height: 40px;
    background: #788f98;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    -webkit-animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}





.qc_sub .download .button_down i {
    font-size: 18px;
    font-weight: normal;
    margin-left: 5px;
}

.qc_sub .download .button_down > a {
    color: #fff;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 10px;
}




.qc_sub .download .button_down:hover {
    opacity: 70%;
}


.product_qc .Pconact {
	color: #142e64;
}

.product_qc .Pconact a {
	color: #142e64;
}


/* -------펜던트-------- */

#P-PDT.product_pdt {
    background-color: #4f5f65;
    background-image: url(/assets/img/product_info/pdt/mo/mo_pdt_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

/* 오버뷰 선택버튼 */

#P-PDT .mobile-menu {
	width: 100%;
	height: 50px;
	background: #4f5f65;
}

#P-PDT .mobile-menu a {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.8;
	
}


/* 본문 */

.product_pdt {
    width: 100%;
    padding: 250px 0 0;
    color: #fff;
}




.product_pdt .P_title_sub {
    padding-bottom: 60px; 
}


.product_pdt .list_wrap {
    margin: 0;
}


.pdt_sub {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}




.P_contents .list_wrap .pdt_sub {
    width: 100%;
    text-align: center;
    background: #fff;
}




.pdt_sub .P_info_wrap {
    display: block;
    width: 100%;
    height: auto;
    color: #999;

}


.pdt_sub .P_info_wrap .P_title3 {
    color: #000;
    padding: 30px 15% 30px;
    word-break: keep-all;
    word-wrap: break-word;
    font-size: 20px;
    font-weight: 800;
}

.pdt_sub .P_info_wrap .P_title3 > span {
    color: #4f5f65;
}



.box_wrap .pdt_text_wrap {
    display: inline-block;
    font-family: 'Noto Sans KR';
}


.box_wrap .pdt_left img {
    display: inline-block;
}


.box_wrap .pdt_right img {
    display: inline-block;
}


.pdt_left .pdt_text_wrap {
    
}

.pdt_left .pdt_text_t,
.pdt_right .pdt_text_t {
    font-size: 35px;
    font-weight: 600;
    display: block;
}

.pdt_left .pdt_text_box,
.pdt_right .pdt_text_box {
    font-size: 15px;
    padding: 30px 15%;
    font-family: 'Noto Sans KR';
    font-weight: 600;
    color: #333;
    word-break: keep-all;
    word-wrap: break-word;
}

.pdt_right .pdt_text_wrap {
    border-top: 1px solid #ddd;
}

.pdt_sub .p_info_wrap {
	width: 100%;
	padding: 10% 0;
;}

.pdt_sub .pdt_info_img {
    display: inline-block;
    width: 100%;
}


.pdt_sub .pdt_info_img:nth-child(10) {
	display: none;
}


.pdt_sub .pdt_info_img img {
    width: 60%;
}

.pdt_sub .pdt_info_img span {
	display: block;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	margin: 20px 0 50px;;
}


.pdt_sub .plus_item {
    width: 100%;
    background: #f1f1f1;
    margin: 50px 0;
}

.pdt_sub .plus_item > img {
    width: 60%;
}





.pdt_sub .down_plus {
    width: 100%;
    background: #fff;
    padding: 50px 10px;
}

.pdt_sub .down_plus .download {
    margin: auto;
    width: 100%;
    height: 150px;
    border: 1px solid #788f98;
    border-radius: 30px;
    margin-bottom: 50px;
}

.pdt_sub .download .down_t {
    color: #788f98;
    font-weight: 800;
    font-size: 25px;
    margin-top: 15px;
}

.pdt_sub .download > p {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
}


.pdt_sub .download .button_down {
    display: inline-block;
    width: 125px;
    height: 40px;
    background: #788f98;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    -webkit-animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}





.pdt_sub .download .button_down i {
    font-size: 18px;
    font-weight: normal;
    margin-left: 5px;
}

.pdt_sub .download .button_down > a {
    color: #fff;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 10px;
}




.pdt_sub .download .button_down:hover {
    opacity: 70%;
}


.product_pdt .Pconact {
    background: #fff;
    color: #788f98;
}

.product_pdt .Pconact a {
    color: #788f98;
}




/* -------필터-------- */

#P-FIL.product_fil {
    background-color: #042635;
    background-image: url(/assets/img/product_info/fil/mo/mo_fil_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

/* 오버뷰 선택버튼 */

#P-FIL .mobile-menu {
	width: 100%;
	height: 50px;
	background: #042635;
}

#P-FIL .mobile-menu a {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.8;
	
}




/* 본문 */

.product_fil {
    width: 100%;
    padding: 250px 0 0;
    color: #fff;
}


.product_fil .P_title_sub {
    margin-bottom: 50px;
}



.fil_sub {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}




.P_contents .list_wrap .fil_sub {
    width: 100%;
    text-align: center;
}



.fil_sub .P_info_wrap {
    display: block;
    width: 100%;
    height: auto;
    color: #999;
    background: #fff;
}



.fil_sub .fil_info_img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}


.fil_sub .fil_info_img img {
    width: 100%;
}



.fil_sub .P_info_wrap .P_title3 {
    color: #000;
    padding: 50px 20% 15px;
    font-weight: 800;
    font-size: 20px;
    word-break: keep-all;
    word-wrap: break-word;
    font-family: 'Noto Sans KR';
}

.fil_sub .P_info_wrap .P_title3 > span {
    color: #00529d;
}


.fil_sub .fil_text_labal {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}


.box_wrap .fil_text_wrap {
    width: 100%;
  	height: 60%;
    font-family: 'Noto Sans KR';
}


.fil_left {
	width: 100%;
	height: 520px;
    padding: 50px 0;

}


.fil_right {
	width: 100%;
	height: 520px;
    background: #f2f2f2;
    padding: 50px 0;
	
}

.box_wrap .fil_left img {
    display: inline-block;
}


.box_wrap .fil_right img {
	display: inline-block;   
}



.fil_left .fil_text_t,
.fil_right .fil_text_t {
    font-size: 26px;
    font-weight: 800;
    color: #00529d;
    font-family: 'Noto Sans KR';
    word-break: keep-all;
    display: block;
    padding: 0 3%;
    
}


.fil_left .fil_text_t span,
.fil_right .fil_text_t span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #999;
    word-break: keep-all;
    word-wrap: break-word;
    padding-bottom: 30px;
    
}

.fil_left .fil_text_box,
.fil_right .fil_text_box {
    font-size: 15px;
    font-family: 'Noto Sans KR';
    font-weight: 600;
    color: #333;
    padding: 0 15%;
    word-break: keep-all;
    word-wrap: break-word;
}





.fil_sub .down_plus {
    width: 100%;
    background: #fff;
    padding: 50px 10px;
}

.fil_sub .down_plus .download {
    margin: auto;
    width: 100%;
    height: 150px;
    border: 1px solid #788f98;
    border-radius: 30px;
    margin-bottom: 50px;
}

.download .down_t {
    color: #788f98;
    font-weight: 800;
    font-size: 25px;
    margin-top: 15px;
}

.fil_sub .download > p {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
}


.fil_sub .download .button_down {
    display: inline-block;
    width: 125px;
    height: 40px;
    background: #788f98;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    -webkit-animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}





.fil_sub .download .button_down i {
    font-size: 18px;
    font-weight: normal;
    margin-left: 5px;
}

.fil_sub .download .button_down > a {
    color: #fff;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 10px;
}




.fil_sub .download .button_down:hover {
    opacity: 70%;
}




.product_fil .Pconact {
	color: #042635;
}


.product_fil .Pconact a {
	color: #042635;
}


/* -------피지카-------- */

#P-PHY.product_phy {
    background-color: #5993a7;
    background-image: url(/assets/img/product_info/phy/mo/mo_phy_bg_noimg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

/* 오버뷰 선택버튼 */

#P-PHY .mobile-menu {
	width: 100%;
	height: 50px;
	background: #005a48;
}

#P-PHY .mobile-menu a {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.8;
	
}



/* 본문 */

.product_phy {
    width: 100%;
    padding: 250px 0 0;
    color: #fff;
}



.phy_sub {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}




.P_contents .list_wrap .phy_sub {
    width: 100%;
    text-align: center;
}



.phy_sub .P_info_wrap {
    display: block;
    width: 100%;
    height: auto;
    color: #999;
    background: #fff;
}




.phy_sub .phy_info_text {
    display: inline-block;
    margin-top: 50px;
    padding: 30px;
    border-radius: 30px;
    color: #005a48;
    font-size: 18px;
    font-weight: 500;
    word-break: keep-all;
    margin-bottom: 50px;
}


.phy_sub .P_info_wrap .P_title3 {
    color: #333;
    font-size: 20px;
    font-weight: 800;
    word-break: keep-all;
    padding: 30px 3%;
}


.phy_sub .P_title3 > span {
    color: #005a48;
}



.phy_sub .phy_info_img {
    display: block;
    width: 100%;
    height: auto;
}

.phy_sub .phy_info_img img {
    width: 80%;
}


.phy_sub .box_wrap {
    display: block;
    width: 100%;
    height: auto;
    color: #333;
    font-family: 'Noto Sans KR';
}



.box_wrap > .phy_left,
.phy_right {
    width: 100%;
    display: inline-block;
}



.box_wrap .phy_text_wrap {
    display: inline-block;
    padding-top: 50px;
}


.box_wrap .phy_left img {
    display: inline-block;
    width: 40%;
}


.box_wrap img {
    width: 50%;
}


.box_wrap .phy_right img {
    display: inline-block;
}


.phy_left .phy_text_wrap {
    padding-bottom: 50px;
}

.phy_left .phy_text_t,
.phy_right .phy_text_t {
    font-size: 20px;
    font-weight: 800;
    word-break: keep-all;
    padding: 0 20px;
    display: block;
}

.phy_left .phy_text_box,
.phy_right .phy_text_box {
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    padding: 20px 15%; 
    word-break: keep-all;
}

.phy_right .phy_text_wrap {
    width: 100%;
    border-top: 1px solid #ddd;
}



.phy_sub .down_plus {
    width: 100%;
    background: #fff;
    padding: 20px 10px;
}

.phy_sub .down_plus .download {
    margin: auto;
    width: 100%;
    height: 150px;
    border: 1px solid #788f98;
    border-radius: 30px;
    margin-bottom: 50px;
}

.download .down_t {
    color: #788f98;
    font-weight: 800;
    font-size: 25px;
    margin-top: 15px;
}

.phy_sub .download > p {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
}


.phy_sub .download .button_down {
    display: inline-block;
    width: 125px;
    height: 40px;
    background: #788f98;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    -webkit-animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


@-webkit-keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-bottom {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}





.phy_sub .download .button_down i {
    font-size: 18px;
    font-weight: normal;
    margin-left: 5px;
}

.phy_sub .download .button_down > a {
    color: #fff;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 10px;
}




.phy_sub .download .button_down:hover {
    opacity: 70%;
}



.product_phy .Pconact {
	color: #005a48;
}

.product_phy .Pconact a {
	color: #005a48;
}


/* -------웹 컨설팅-------- */

#P-WEB.product_web {
    background-color: #080919;
    background-image: url(/assets/img/product_info/web/mo/mo_web_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}


/* 오버뷰 선택버튼 */

#P-WEB .mobile-menu {
	width: 100%;
	height: 50px;
	background: #080919;
}

#P-WEB .mobile-menu a {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.8;
	
}


/* 본문 */


.product_web {
	position: relative;
    padding: 250px 0 0;
    color: #fff;
}



#web1 {

    background-image: url(/assets/img/product_info/web/mo/mo_1.png);

}

#web2 {
    background-image: url(/assets/img/product_info/web/mo/mo_2.png);
}


#web3 {
    background-image: url(/assets/img/product_info/web/mo/mo_3.png);
}

#web4 {
    background-image: url(/assets/img/product_info/web/mo/mo_4.png);
}

#web5 {
    background-image: url(/assets/img/product_info/web/mo/mo_5.png);
}

.web_sub {
    display: block;
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}


.web_sub1 .P_info_wrap {
    display: block;
    width: 100%;
    height: auto;
    color: #FCFFFF;
    background: #354962;

}

.web_info_text {
    display: inline-block;
    padding: 20px;
	color: #FCFFFF;
    font-size: 20px;
    font-weight: 600;
}

.web_sub1 .P_title3 {
    text-shadow: #2A3D4E 1px 1px, #2A3D4E -0px 0px, #2A3D4E -1px 1px, #2A3D4E -2px 2px, #2A3D4E -3px 3px, #2A3D4E -4px 4px, #2A3D4E -5px 5px, #2A3D4E -6px 6px, #2A3D4E -7px 7px, #2A3D4E -8px 8px, #2A3D4E -9px 9px;
    padding: 80px 0;
    font-size: 20px;
}


.list_wrap .web_sub .Ptextwrap1 {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333;
    margin-top: 25%;
    text-align: center;
	padding-right: 10px;
}



.list_wrap .web_sub .Ptextwrap2 {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333;
    margin-top: 25%;
    text-align: center;
	padding-left: 10px;	
}




.list_wrap span.text_t {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    width: auto;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 0 15px;
    color: #0e8fbd;
}

.list_wrap .web_text_box {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    word-break: break-all;
	text-shadow: -.030em .030em #f2f2f2, -.08em .08em #f2f2f2;
}




.product_web .Pconact {
	color: #080919;
}




.product_web .Pconact a {
	color: #080919;
}







/* 풀스크린 네비게이터 제어*/

#fp-nav {
    position: fixed;
    top: 220px;
    right: 2%
}

#fp-nav ul li {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 0px 10px;
}

#fp-nav ul li + li:before {
    display: block;
    position: absolute;
    top: -12px;
    width: 14px;
    height: 14px;
    background: url('/assets/img/main_nav_bg.png') 50% 50% no-repeat;
    content: '';
    opacity: 50%;
}

#fp-nav ul li a span {
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background: transparent;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#fp-nav ul li:hover a span,
#fp-nav ul li a.active span,
#fp-nav ul li a:hover span,
#fp-nav ul li a.active:hover span {
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    background: #fff;
}

#fp-nav ul li .fp-tooltip {
    top: -2px;
    font-family: 'SECGCL';
    color: #fff;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav li a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

/* 반전 */

#fp-nav.fp_white ul li + li:before {
    background: url('/assets/img/main_nav_bg2.png') 50% 50% no-repeat;
    content: '';
}

#fp-nav.fp_white ul li a span {
    border: 2px solid #00a8e0;
}

#fp-nav.fp_white ul li:hover a span,
#fp-nav.fp_white ul li a.active span,
#fp-nav.fp_white ul li a:hover span,
#fp-nav.fp_white ul li a.active:hover span {
    background: #00a8e0;
}

#fp-nav.fp_white ul li .fp-tooltip {
    color: #00a8e0;
}
