<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 {
	min-width: 320px;
	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: 'Noto Sans KR', 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;
}




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

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




/*--------------------------------------------------------------
# 레이어팝업
--------------------------------------------------------------*/

#popup {
	width: 100%;
	position: absolute;
	top: 35%;
	display: none;
	left: 80px;
	top: 150px;
	z-index: 999;
}

#popup .popwrap {
	height: 250px;
	display: inline-block;
	background: #eee;
	border-radius: 10px;
	text-align: center;
}

#popup .popwrap .pop_header {
	background:#333;
	color: #fff;
	font-size: 25px;
}


#popup .popwrap .pop_cont {
	padding: 50px 50px 0 50px;
}


#popup .popwrap .pop_footer {
	display: inline-block;
	background: #999;
	margin-top: 20px;
	padding: 0px 30px;
	border-radius: 10px;
}

#popup .popwrap .pop_footer a {
	color: #fff;
	width: 90px;
	height: 20px;
}

#popup .popwrap .pop_footer:hover {
	opacity: 70%;
	
}



/*--------------------------------------------------------------
# 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: 8%;
    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;
	top: 45px;
	right: 8%;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
}

.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 &gt; a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

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

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

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


.mobile-nav .drop-down ul li &gt; 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;
	margin-left: 20px;
}

#gnb-wrap {
    height: 50px;
}

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

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

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

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

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

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

#hero .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

#hero .carousel-content {
	text-align: left;
	width: 100%;
	height: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding-top: 15%;
	display: block;
	position: relative;
}


#hero h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.11;
	padding: 0 15px;
}

#hero p {
	line-height: 1.5;
	font-size: 30px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	color: #fff;
	padding: 0 15px;
}


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


#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: 5%;
}

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

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

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

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

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

#hero .btn-get-started2 {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 50px;
	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 {
	position: relative;
	width: 100%;
	max-width: 700px;
	bottom: -10px;
	margin: -235px auto 0px;
	z-index: 9;
}

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

.intro-btn-wrap li {
	position: relative;
	display: inline-block;
	width: 18%;
	height: 100%;
	margin: 0 5px;
	padding: 0;
}

.intro-btn-wrap li a.active,
.intro-btn-wrap li a:hover {
	top: -50px;
	height: 130px;
	padding: 25px 0;
	background: #3498db;
}

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


.intro-btn-wrap .btn_t,
.btn_t2 {
	display: block;
	padding: 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	font-size: 18px;
	color: #ddd;
	width: 100%;
	word-break: keep-all;
}

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

.intro-btn-wrap li a .intro-icon {
	width: 40%;
	margin: 10% auto 5%;
}

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





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






.section {
	width: 100%;
	height: 100% !important;
	padding: 0;
	overflow: hidden;
	z-index: 900;
}

.pro {
	width: 100%;
	height: calc(100vh);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
	display: flex;
}



.pro1 {
	float: left;
	order: 1;
	width: 50%;
	height: 100%;
}

.pro2 {
	float: right;
	order: 2;
	width: 50%;
	height: 100%;
}


#section1 .pro2 img {
	height: calc(100%);
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

#section3 .pro2 img {
	height: calc(60vw);
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0%;
}

#section5 .pro2 img {
	height: calc(60vw);
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -5%;
}



.pro1-1 {
	float: right;
	order: 1;
	width: 50%;
	height: 100%;
	overflow: hidden;
}


#section2 .pro1-1 img {
	height: calc(100vh);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -200px;
	z-index: -1;
}


#section4 .pro1-1 img {
	height: calc(95vh);
	position: absolute;
	top: 0%;
	bottom: 0;
	left: -10%;
	z-index: -1;
}

@media (max-width:768px){
	#section3 .pro2 img {
	height: calc(70vw);
	z-index: -1;
	position: absolute;
	top: 10%;
	bottom: 0;
	right: 0%;
}

	
	#section4 .pro1-1 img {
	height: calc(90vh);
	position: absolute;
	top: 0%;
	bottom: 0;
	left: -25%;
	z-index: -1;
}
	#section5 .pro2 img {
	height: calc(85vw);
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15%;
}
	
}


.pro2-1 {
	float: left;
	order: 2;
	width: 50%;
	height: 100%;
}

.pro1 &gt; .intro {
	margin-top: 20%;
	padding: 150px 10% 0% 15%;
}

.pro2-1 &gt; .intro &gt; p &gt; span {
	color: #999;
	font-size: 11px;
	display: block;
}

.pro2-1 &gt; .intro {
	margin-top: 10%;
	padding: 150px 20% 0% 10%;
}

.section .intro h1 {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #3498db;
}

.section .intro h2 {
	margin: 10px 0 30px 0px;
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
	color: #333;
}

.section .intro &gt; p {
	font-size: 15px;
	color: #333;
	word-break: keep-all;
}

.text-header1 {
	margin-top: 0;
	padding: 0;
	width: 180px;
	height: 60px;
	border: 4px solid #b9b9b9;
	border-radius: 50px;
	color: #b9b9b9;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	font-size: 35px;
	display: none;
}

.text-header2 {
	margin-top: 0;
	padding: 0;
	width: 250px;
	height: 60px;
	border: 4px solid #b9b9b9;
	border-radius: 50px;
	color: #b9b9b9;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	font-size: 35px;
	display: none;
}

.pro-btn-wrap {
	background-color: #1a1a21;
	border-radius: 50px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	margin: 40px 0 0 5px;
	padding: 10px 20px;
	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: 150px 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 {
   opacity: 50%;
}


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

.footer {
	position: relative;
	z-index: 2;
	font-size: 12px;
	padding: 20px 0;
	background-color: #262626;
	background-position: center center;
	color: #999999;
}

#footer .container {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	position: relative;
	max-width: 750px;
}

.footer-info {
	float: left;
	display: inline;
	position: relative;
	left: 10%;
	margin-left: calc(20px / 2);
	margin-right: calc(20px / 2);
	box-sizing: border-box;
	width: calc(20% - 20px);
}

.block {
	float: left;
	display: inline;
	margin-left: calc(10px / 2);
	margin-right: calc(10px / 2);
	box-sizing: border-box;
	width: calc(20% - 70px);
}

.footer-links {
	float: left;
	display: inline;
	position: relative;
	left: 110px;
	margin-left: calc(5px / 2);
	margin-right: calc(5px / 2);
	box-sizing: border-box;
	width: calc(20% - 20px);
}

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

#footer ul {
	list-style: none;
	margin: 0;
	padding: 15px 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;
}



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


/* PC */

/* 기업소개 */


#ab_section0 {
	background: url(/assets/img/about/bg_5.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	width: 100%;
}

#ab_section0 .intro {
	width: 100%;
}


#ab_section0 .intro .introwrap h1 {
	padding-top: 100px;
	font-size: 40px;
	font-weight: 700;
}



#ab_section0 .intro .introwrap p {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	padding-top: 80px;
	word-break: keep-all;
	word-wrap: break-word;
	display: block;
	text-align: left;
}




#ab_section0 .intro .bg-line {
	width: 100%;
	height: 2px;
	margin: 10px 0 20px;
	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;
	padding-top: 30px;
}

#ab_section0 .introwrap {
	width: 100%;
	text-align: center;
	margin: 0 auto 50px;

}



/* 조직도 */


#ab_section1 {
	background: #fff;
	text-align: center;
}


#ab_section1 .oz_img {
	display: block;
	width: 100%;
	height: auto;
}

#ab_section1 .oz_img &gt; img {
	width: 80%;
}


#ab_section1 .intro h1 {
	color: #333;
	padding-top: 130px;
	font-size: 40px;
	font-weight: 700;
}




/* 오시는 길 */



#ab_section2 {
	background: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
}


#ab_section2 .map_wrap {
	float: left;
}

#ab_section2 h1 {
	padding-top: 130px;
}


#ab_section2 .intro .caption {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	width: 15%;
	margin: 0% 0% 3%;
	border-radius: 50px;
	background: #333;
}

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

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

#ab_section2 .intro .map {
	width: 100%;
	height: 350px;
	padding: 0% 10.2% 3%;
}


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

#ab_section2 .office_main ul &gt; li {
	font-size: 14px;
	font-weight: 600;
}


#ab_section2 .office_main ul &gt; li:nth-child(2) {
	padding: 10px 50px 20px 0px;
}


#ab_section2 .office_main li &gt; i {
	font-size: 20px;
	vertical-align: middle;
}

#ab_section2 .office_main li &gt; span {
	font-size: 10.5px;
	font-weight: 300;
	color: #999;
	margin-left: 25px;
}


#ab_section2 .branch {
	width: 50%;
	height: 100%;
	float: right;
	font-family: 'Noto Sans KR';
}


#ab_section2 .branch .branch_text .office {
	text-align: left;
	margin-bottom: 5px;
}

#ab_section2 .branch .branch_text .office:nth-child(1) {
}


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

#ab_section2 .office ul &gt; li {
	font-size: 13px;
	padding: 0 29% 0 0;
}

#ab_section2 a {
	color: #333;
}



/* 문의하기 */

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

#ab_section3 .intro {
	margin: auto;
}


#ab_section3 h1 {
	padding-top: 130px;
}


#ab_section3 .contact_wrap {

	height: 100%;
	display: block;
}

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

#ab_section3 .contact_wrap2 {
	display: inline-block;
	margin: 50px auto 0;
}



#ab_section3 .contact1 {
	display: block;
}


#ab_section3 .contact1 &gt; span {
	font-size: 30px;
	font-weight: 600;
	display: block;
	color: #fff;
	width: 200px;
	margin: auto;
	background: #00a8e0;
	border-radius: 50px;
}


#ab_section3 .contact1 p {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	line-height: 2.5;
}



#ab_section3 .contact2 {
	width: 250px;
	display: block;
	float: left;
}

#ab_section3 .contact2 &gt; span {
	display: block;
	width: 240px;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	background: #333;
	margin: auto;
	border-radius: 50px;
}

#ab_section3 .contact2 &gt; p {
	color: #333;
	font-size: 20px;
	margin-top: 10px;
}

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

#ab_section3 a {
	color: #333;
}



/* 공통 섹션 */


.ab_section {
	width: calc (100vw);
	height: 100vh;
	text-align: left;
}

.ab_section .intro {
	font-family: 'Noto Sans KR';
}


.ab_section .intro &gt; h1 {
	padding-top: 10%;
	font-size: 40px;
	font-weight: 700;
	color: #333;
}


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

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





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

/* 공통 셀렉 박스 */




.btn-category {
	display: block;
	width: 200px;
	height: 60px;
	margin: auto;
}


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

}


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






/* 시공사례 */


#board {
	width: 100%;
}

.sub_layout {
	width: 100%;
}



.list_sch_box {
	width: 100%;
	text-align: center;
	display: block;
}


.sub_layout .sub_tit {
	display: block;
	text-align: center;
	color: #333;
	font-size: 40px;
	font-weight: 700;
	padding-top: 15%;
}


.sub_layout .sub_text {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	margin-top: 0px;
	color: #ddd;
	padding: 5px 20px 36px 20px;
	line-height: 1.5;
}




.sub_layout .List .GalleryLST:after {
	content: '';
	display: block;
	clear: both;
}



.board_layout {
	max-width: 1300px;
	margin: 0 auto;
}


.sub_layout .List .GalleryLST {
	display: block;
	width: 100%;
	margin: auto;
}


.GalleryItem {
	width: 400px;
	text-align: center;
	overflow: hidden;
	padding-bottom: 20px;
	display: block;
	margin: 0 auto 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 &gt; .G_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	box-shadow: 0 0 30px 2px #eee;
}


.GalleryItem img {
	width: 100%;
}

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


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

.GalleryItem &gt; a {
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	font-weight: 600;
	color: #dedede;
	border-top: 1px solid;
	border-bottom: 1px solid;
	letter-spacing: .02em;
	transition-duration: .6s;
	box-sizing: border-box;
	text-align: center;
}

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


#BO_Body .pagination {
	display: block;
	margin-top: 20px;
	padding: 100px 0 50px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	position: relative;
	left: 0%;
	right: 0%;
	

}


#BO_Body .pagination a {
	display: inline-block;
	margin: 0 15px;
	font-size: 0.775em;
	line-height: 1.5rem;
	vertical-align: top;
	color: #000;
}


#BO_Body .pagination a:focus,
#BO_Body .pagination a.active {
	color: #fff;
	border-radius: 50px;
	background: #000;
	width: 25px;
	height: 25px;
	margin: 0 10px;
}

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



#BO_Body .pagination .top_list,
.prev,
.next,
.down_list {
	width: 25px;
	height: 25px;
}



#BO_Body .pagination .next,
.down_list {
	padding-left: 2px;
}

#BO_Body .pagination .top_list,
.prev {
	padding-right: 2px;
}


.write_in {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin-top: 100px;
	border-top: 1px solid #ddd;
}


.write_in:nth-child(1) {
	border: none;
}


.write_in a {
	margin: 50px auto 50px;
}



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


.write_in2 a {
	float: right;
}




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: 20px;
	width: 120px;
	height: 40px;
	text-align: center;
	padding: 5px 0px;

}

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: 600px;
	text-align: center;
	font: 0;
	margin: 38px auto 150px;
	border: 0;
	box-sizing: border-box;
	display: inline-block;
}

.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: 20px;
	padding: 0 30px 0 0;
	border: 2px solid #000;
	border-width: 0 0 2px 0;
	vertical-align: middle;
}


.sch-wrap .sch {
	font-size: 30px;
	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_book .board_layout .List {
	display: block;
	text-align: center;
	padding-bottom: 150px;
}



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

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

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



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


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


#board_book .ebook .eb_button {
	display: inline-block;
	text-align: center;
	color: #999;
	margin-top: 10px;
	font-size: 15px;
	width: 140px;
	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_button2 {
	display: inline-block;
	text-align: center;
	color: #999;
	margin-top: 10px;
	font-size: 15px;
	width: 140px;
	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;
	pointer-events: none;
}

#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:hover {
	color: #000;
}



#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: 17px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 30px;
	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: 75px;
}

.tb-list tbody tr:hover {
	background-color: rgba(242, 242, 242, 0.3);
}

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

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

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

.tb-list .tb-date {
	font-size: 14px;
	color: #888;
}

.tb-list .tb-subj a {
	color: inherit;
	text-decoration: none;
}

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


.tb-list .tb-file .filebutton {
	color: #333;
}

.tb-list .tb-file:hover &gt; span {
	display: inline-block;
}


.tb-list .tb-file .filelistwrap {
	position: absolute;
	width: 150px;
	height: auto;
	background-color: #fff;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
	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 .write_in {
	margin-top: 0;
	border: 0;
	display: inline-block;
	
}

#board_notice .pagination {
	margin-top: 0;
}







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


.board_tit {
	display: block;
	text-align: center;
	color: #333;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 200px auto 80px;
}


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

}

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

.board_tit &gt; p &gt; 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 &gt; p:after {
	content: '';
	display: block;
	clear: both;
}



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


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

.re_tit &gt; span &gt; a {
	color: #646464;
}


.re_tit &gt; span &gt; a:hover {
	color: dodgerblue;
}


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



.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: 15px 10px 20px;
	box-sizing: border-box;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	line-height: 1.5em;
	width: 100%;
	height: 100%;
}

.board_cont &gt; p,
span {
	margin: 0;
	padding: 0;
}


.board_cont &gt; img {
	width: 100%;
	height: 100%;
	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 &gt; p {
	margin: 0;
	padding: 0;
}



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


.attach_file_list .button_file span &gt; 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_cont p {
	display: block;
}


.board_cont img {
	width: auto;
}

.board_btn {
	margin-top: 40px;
	margin-bottom: 150px;
}


.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: 75px;
	font-size: 20px;
	letter-spacing: 1.5px;
	font-weight: 300;
	position: relative;
	text-align: center;
	color: #0685e6;
}

.board_btn ul li.list a {
	background: url(/assets/img/board/board_list.png) no-repeat 40px;
	border: 1px solid #0685e6;
	max-width: 230px;
	margin: 0 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 40px;
	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 i {
	content: '';
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	display: inline-block;
	margin-right: 30px;
	padding: 15px 5px 0 0;
	border: 1px solid #0685e6;
	box-sizing: border-box;
	vertical-align: middle;
	transition-duration: 0.3s;
	font-size: 50px;
	border-radius: 50px;
}

.board_btn ul li.next1 a i {
	content: '';
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	display: inline-block;
	margin-left: 30px;
	padding: 15px 18px;
	border: 1px solid #0685e6;
	box-sizing: border-box;
	vertical-align: middle;
	transition-duration: 0.3s;
	font-size: 50px;
	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: 100%;
	min-width: 944px;
	font-size: 13px;
	line-height: 1.5;

}


#post_wrap .btn-category {
	width: 100%;
	display: block;
	text-align: center;
}


#post_wrap .mce-btn {
	display: block;
	margin-right: 670px;
}


#post_wrap .mce-btn &gt; select {
	width: 200px;
	height: 60px;
	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: 860px;
	margin: 50px auto 17px;
	padding-bottom: 26px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}


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


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

#edit-container {
	display: block;
	margin: 0;
	padding: 0;
	outline: none;
	border-width: 1px;
	width: 880px;
	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 30px 30px;
	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;
	background: #eee;
	color: #999;
}


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




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




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


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

.checkbox-container &gt; 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;
	min-width: 944px;
	text-align: right;
	margin-top: 100px;
}


.content-aside .wrap_btn_edit {
	float: left;
	margin: 25px 0 0 59px;
	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 .status-text-bar {
	display: inline-block;
	padding: 0;
	box-sizing: border-box;
	height: 66px;
	line-height: 66px;
	font-size: 13px;
	color: #777;
	margin-right: 10px;
	font-weight: 300;
	-webkit-transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	-ms-transition: opacity 2s ease-in-out;
	-o-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
	opacity: 1;
	width: 200px;
}


.content-aside .wrap_btn {
	float: right;
	padding: 13px 54px 0 0;
}



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


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


.content-aside .wrap_btn .btn {
	width: 150px;
	margin: 0 4px;
	line-height: 25px;
}



.btn {
	height: 40px;
	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;
	padding: 0 7px 0 14px;
}



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



.content-aside .wrap_btn .btn-draft .count {
	font-size: 14px;
	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: 1px;
	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 {
	width: 700px;
	position: relative;
	margin: auto;
	padding-top: 300px;
	z-index: 1;
}



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


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

}


#loginbox .megeonbox:hover {
	opacity: 90%;
}



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




#loginbox .login-wrap {
	position: relative;
	background-clip: padding-box;
	background-color: #f2f2f2;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	color: #333;
	font-size: 14px;
	line-height: 130%;
}



#loginbox .login-header {
	font-size: 35px;
	font-weight: 100;
	color: #eee;
	text-indent: 45px;
	height: 100px;
	line-height: 100px;
	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: 50px;
	padding-bottom: 30px;
}

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

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

#loginbox .popinner dl dd {
	width: 430px;
	float: left;
	min-height: 45px;
	line-height: 45px;
	margin-left: 50px;
}


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

#loginbox .intext:focus {
	border: none;
	outline: none;
}


#loginbox .clfix {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}


#loginbox .popinner .btnwrap_logrn {
	padding-top: 50px;
	margin: 30px auto 10px auto;
	border-top: 1px solid #ddd;
}



#loginbox .popinner .btnwrap_logrn .btnSubmit:hover {
	background-color: #333;
	color: #fff;
}


#loginbox .popinner .btnwrap_logrn .btnSubmit {
	font-size: 25px;
	border: 2px solid #333;
	width: 180px;
	height: 48px;
	line-height: 44px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	text-align: center;
	color: #333;
	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.0);

}


.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 &gt; 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 &gt; li {
    float: left;
    margin: 0 15px;
}



.P_call ul &gt; li &gt; 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 &gt; i {
	font-size: 40px;
}

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



#P-CR.product_cr {
	background-color: #0e8fbd;
	background-image: url(/assets/img/product_info/cr/cr_bg.jpg);
	background-repeat: no-repeat;
	background-position: 60% 0.5%;
	background-size: 200%;
}


/* 오버뷰 선택버튼 */

#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;
}



#P-CR .anchor &gt; a:hover {
	opacity: 50%;

}

#P-CR .anchor.active,
#P-CR .anchor.active &gt; a {
	background: #fff;
	color: #0e8fbd;
}


#P-CR .anchor &gt; a:focus {
	background: #fff;
	color: #0e8fbd;
}


#P-CR .anchor &gt; a {
	display: block;
	color: #fff;
}


/* 본문 */

#cr1 {

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

}

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


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

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

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

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



.product_cr {
	position: relative;
	padding: 350px 0 0;
	color: #fff;
}





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



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

}




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

}



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

.product_cr .list_wrap .cr_text_box {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	word-break: break-all;
}


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



.call_con_wrap {
	display:block;
	width: 100%;
	height: 1150px;

}


.call_con {
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	padding: 50px 0;
}


.call_con .GalleryLST {
	display: block;
	height: 100%;
}


.call_con .GalleryItem {
	margin: 0 auto;
	display: block;
	float: none;
}


.board_call .call_more {
	display: block;
	text-align: center;
	font-size: 25px;
	margin-top: 100px;
}

.board_call .call_more &gt; a {
	display: block;
	color: #0e8fbd;
	font-size: 50px
}

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



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

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


#P-CR .down_plus {
	width: 100%;
	background: #fff;
	padding: 50px 0;
}

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

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

#P-CR .down_plus .download &gt; p {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	margin-top: 5px;
}


#P-CR .down_plus .download .button_down {
	display: inline-block;
	width: 145px;
	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);
	}
}




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

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




#P-CR .download .button_down:hover {
	opacity: 70%;
}






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

#P-OVC.product_ovc {
	background-color: #5893a7;
	background-image: url(/assets/img/product_info/ovc/ovc_bg.jpg);
	background-repeat: no-repeat;
	background-position: 60% 2%;
	background-size: 200%;
}


/* 오버뷰 선택버튼 */


#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;
}




#P-OVC .anchor &gt; a:hover {
	opacity: 50%;

}

#P-OVC .anchor.active,
#P-OVC .anchor.active &gt; a {
	background: #fff;
	color: #5893a7;
}


#P-OVC .anchor &gt; a:focus {
	background: #fff;
	color: #5893a7;
}



#P-OVC .anchor &gt; a {
	display: block;
	color: #fff;
}


/* 본문 */

.product_ovc {
	position: relative;
	padding: 350px 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-top: 80px;
	font-size: 25px;
}

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




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


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


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


.ovc_left .ovc_text_wrap {
	text-align: center;
	margin-top: 50px;
}

.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: 20px;
	padding-top: 20px;
	font-family: 'Noto Sans KR';
	font-weight: 600;
	color: #333;
}

.ovc_right .ovc_text_wrap {
	margin-top: 50px;
	border-top: 1px solid #ddd;
	display: block;
	width: 100%;
}

.ovc_right .ovc_text_box {
	width: 100%;
	padding: 50px 0;
	display: block;
	
}


.ovc_info_img_wrap {
	display: block;
	width: 100%;
}

.ovc_sub .ovc_info_img {
	display: inline-block;
	margin: 3% 0%;
}

.ovc_sub .ovc_info_img img {
	width: 80%;
}

.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: 18px;
}


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

.ovc_sub .plus_item .pi-wrap {
	display: block;
	width: 100%;
}

.ovc_sub .plus_item .pi-box {
	display: block;
	padding: 5% 0;
	width: 70%;
	height: 100%;
	line-height: 2;
	margin: auto;
}

.ovc_sub .plus_item .pi-box .boxing {
	display: block;
	width: 100%;
	margin: 0 auto;
}


.ovc_sub .plus_item img {
	width: 30%;
	display: block;
	margin: auto;
}

.ovc_sub .plus_item .pi-t {
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	background: #5893a7;
	border-radius: 50px;
	width: 140px;
	margin: auto;
	display: block;
}

.ovc_sub .plus_item .pi-name {
	text-align: center;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	margin-left: 10px;
}

.ovc_sub .plus_item p {
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 13px;
	margin-left: 10px;
}

.ovc_sub .down_plus {
	width: 100%;
	height: 150px;
	padding-top: 50px;
	background: #fff;
}

.ovc_sub .down_plus .download {
	margin: auto;
	margin-bottom: 50px;
	width: 500px;
	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 &gt; p {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	margin-top: 5px;
}


.ovc_sub .download .button_down {
	display: inline-block;
	width: 145px;
	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 &gt; 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/qc_bg.jpg);
	background-repeat: no-repeat;
	background-position: 60% 2%;
	background-size: 200%;
}

/* 오버뷰 선택버튼 */


#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;
	
}



#P-QC .anchor &gt; a:hover {
	opacity: 50%;

}

#P-QC .anchor.active,
#P-QC .anchor.active &gt; a {
	background: #fff;
	color: #142e64;
}


#P-QC .anchor &gt; a:focus {
	background: #fff;
	color: #142e64;
}



#P-QC .anchor &gt; a {
	display: block;
	color: #fff;
}



/* 본문 */

.product_qc {
	position: relative;
	padding: 350px 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-top: 80px;
	font-size: 25px;
}

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


.qc_sub .qc_text_wrap .qc_text_t2 {
	font-size: 15px;
	color: #000;
	font-weight: 600;
}

.qc_sub .qc_text_wrap .qc_text_box2 {
	font-size: 10px;
}

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


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


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


.qc_left .qc_text_wrap {
	margin-top: 50px;
}

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

.qc_left .qc_text_box,
.qc_right .qc_text_box {
	font-size: 20px;
	padding-top: 20px;
	font-family: 'Noto Sans KR';
	font-weight: 600;
	color: #333;
}

.qc_right .qc_text_wrap {
	margin-top: 50px;
}




.qc_sub .qc_info_img_wrap {
	width: 100%;
}


.qc_sub .qc_info_img {
	display: inline-block;
	margin: 2% 3%;
}

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

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


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




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

.qc_sub .plus_item &gt; img {
	width: 60%;
}







.qc_sub .down_plus {
	width: 100%;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 20px;
}

.qc_sub .down_plus .download {
	margin: auto;
	width: 500px;
	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 &gt; p {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	margin-top: 5px;
}


.qc_sub .download .button_down {
	display: inline-block;
	width: 145px;
	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 &gt; 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/pdt_bg.jpg);
	background-repeat: no-repeat;
	background-position: 60% 1%;
	background-size: 200%;
}

/* 오버뷰 선택버튼 */

#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;
	
}



#P-PDT .anchor &gt; a:hover {
	opacity: 50%;

}

#P-PDT .anchor.active,
#P-PDT .anchor.active &gt; a {
	background: #fff;
	color: #4f5f65;
}


#P-PDT .anchor &gt; a:focus {
	background: #fff;
	color: #4f5f65;
}



#P-PDT .anchor &gt; a {
	display: block;
	color: #fff;
}



/* 본문 */

.product_pdt {
	position: relative;
	padding: 350px 0 0;
	color: #fff;
}



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


.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: 80px 0 50px;;
}

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




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


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


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


.pdt_left .pdt_text_wrap {
	margin-top: 50px;
}

.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: 18px;
	padding-top: 20px;
	font-family: 'Noto Sans KR';
	font-weight: 600;
	color: #333;
}

.pdt_right .pdt_text_wrap {
	margin-top: 50px;
	padding: 20px 0 50px;
	border-top: 1px solid #ddd;
	width: 100%;
}


.pdt_sub .p_info_wrap {
	width: 100%;
}

.pdt_sub .pdt_info_img {
	display: inline-block;
	margin: 50px 0;
}

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

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

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



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

.pdt_sub .plus_item &gt; img {
	width: 60%;
}





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

.pdt_sub .down_plus .download {
	margin: auto;
	width: 500px;
	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 &gt; p {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	margin-top: 5px;
}


.pdt_sub .download .button_down {
	display: inline-block;
	width: 145px;
	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 &gt; 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/fil_bg.jpg);
	background-repeat: no-repeat;
	background-position: 60% 2%;
	background-size: 200%;
}

/* 오버뷰 선택버튼 */


#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;
	
}


#P-FIL .anchor &gt; a:hover {
	opacity: 50%;

}

#P-FIL .anchor.active,
#P-FIL .anchor.active &gt; a {
	background: #fff;
	color: #042635;
}


#P-FIL .anchor &gt; a:focus {
	background: #fff;
	color: #042635;
}



#P-FIL .anchor &gt; a {
	display: block;
	color: #fff;
}



/* 본문 */

.product_fil {
	position: relative;
	padding: 350px 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 .P_info_wrap .P_title3 {
	color: #000;
	padding-top: 80px;
	font-weight: 800;
	font-family: 'Noto Sans KR';
}

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

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


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


.fil_right {
	background: #f2f2f2;
}

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


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


.fil_left .fil_text_wrap {
	margin: 5% 6%;
	height: 100%;
	vertical-align: middle;
}

.fil_left .fil_text_t,
.fil_right .fil_text_t {
	font-size: 30px;
	font-weight: 800;
	color: #00529d;
	font-family: 'Noto Sans KR';
	display: block;
}


.fil_left .fil_text_t span,
.fil_right .fil_text_t span {
	font-size: 23px;
	font-weight: 500;
	color: #999;
}

.fil_left .fil_text_box,
.fil_right .fil_text_box {
	font-size: 15px;
	padding-top: 20px;
	font-family: 'Noto Sans KR';
	font-weight: 600;
	color: #333;
}


.fil_right .fil_text_wrap {
	text-align: center;
	margin: 5% 6%;
	height: 100%;
	vertical-align: middle;
}


.fil_sub .fil_info_img {
	display: block;
	width: 100%;
}




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

.fil_sub .plus_item &gt; img {
	width: 60%;
}









.fil_sub .down_plus {
	width: 100%;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 20px;
}

.fil_sub .down_plus .download {
	margin: auto;
	width: 500px;
	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 &gt; p {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	margin-top: 5px;
}


.fil_sub .download .button_down {
	display: inline-block;
	width: 145px;
	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 &gt; 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: #005a48;
	background-image: url(/assets/img/product_info/phy/phy_bg.jpg);
	background-repeat: no-repeat;
	background-position: 60% 2%;
	background-size: 200%;
}

/* 오버뷰 선택버튼 */


#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;
	
}



#P-PHY .anchor &gt; a:hover {
	opacity: 50%;

}

#P-PHY .anchor.active,
#P-PHY .anchor.active &gt; a {
	background: #fff;
	color: #005a48;
}


#P-PHY .anchor &gt; a:focus {
	background: #fff;
	color: #005a48;
}



#P-PHY .anchor &gt; a {
	display: block;
	color: #fff;
}



/* 본문 */

.product_phy {
	position: relative;
	padding: 350px 0 0;
	color: #fff;
}


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



.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: 150px;
	padding: 30px;
	border: 5px solid #005a48;
	border-radius: 30px;
	color: #005a48;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 50px;
}


.phy_sub .P_info_wrap .P_title3 {
	color: #333;
	font-size: 30px;
	font-weight: 800;
	padding-top: 80px;
	padding-bottom: 50px;
}


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



.phy_sub .phy_info_img {
	display: block;
	width: 100%;
	height: auto;
	margin: 50px 0;
}


.phy_sub .box_wrap {
	display: block;
	width: 100%;
	height: auto;
	color: #333;
}

.box_wrap &gt; .phy_left,
.phy_right {
	display: inline-block;
}


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


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


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


.phy_left .phy_text_wrap {
	text-align: center;
	margin-top: 50px;
	padding: 0 25%;
}

.phy_left .phy_text_t,
.phy_right .phy_text_t {
	font-size: 25px;
	font-weight: 600;
	display: block;
}

.phy_left .phy_text_box,
.phy_right .phy_text_box {
	font-size: 15px;
	padding-top: 20px;
}

.phy_right .phy_text_wrap {
	text-align: center;
	margin-top: 50px;
	padding: 5% 20%;
	border-top: 1px solid #ddd;
}

.phy_info_img img {
	margin: 5% 3%;
	width: 50%;
}




.phy_sub .down_plus {
	width: 100%;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 20px;
}

.phy_sub .down_plus .download {
	margin: auto;
	width: 500px;
	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 &gt; p {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	margin-top: 5px;
}


.phy_sub .download .button_down {
	display: inline-block;
	width: 145px;
	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 &gt; 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/web_bg.jpg);
	background-repeat: no-repeat;
	background-position: 60% 0.5%;
	background-size: 200%;
}


/* 오버뷰 선택버튼 */

#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;
	
}



#P-WEB .anchor &gt; a:hover {
	opacity: 50%;

}

#P-WEB .anchor.active,
#P-WEB .anchor.active &gt; a {
	background: #fff;
	color: #080919;
}


#P-WEB .anchor &gt; a:focus {
	background: #fff;
	color: #080919;
}



#P-WEB .anchor &gt; a {
	display: block;
	color: #fff;
}


/* 본문 */


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



#web1 {

	background-image: url(/assets/img/product_info/web/1.png);
	background-position: 30% 0%;

}

#web2 {
	background-image: url(/assets/img/product_info/web/2.png);
	background-position: 50% 0%;
}


#web3 {
	background-image: url(/assets/img/product_info/web/3.png);
	background-position: 6.5% 0%;
}

#web4 {
	background-image: url(/assets/img/product_info/web/4.png);
	background-position: 60% 0%;
}

#web5 {
	background-image: url(/assets/img/product_info/web/5.png);
	background-position: 20% 0%;
}

.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;
	margin-top: 50px;
	padding: 30px;
	border: 10px solid #2a3d4e;
	border-radius: 30px;
	color: #FCFFFF;
	font-size: 30px;
	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: 130px 0;
	font-size: 30px;
}



.product_web .list_wrap .web_sub .Ptextwrap1 {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #333;
	margin-top: 20%;
}



.product_web .list_wrap .web_sub .Ptextwrap2 {
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #333;
	margin-top: 20%;
}




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

.product_web .list_wrap .web_text_box {
	margin-top: 30px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
	word-break: break-all;
}





.product_web .Pconact {
	color: #080919;
}


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



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

#fp-nav {
	top: 250px;
	display: none;
}

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

#fp-nav ul li + li:before {
	display: block;
	position: absolute;
	top: -18px;
	width: 14px;
	height: 18px;
	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;
}
</pre></body></html>