/* ==================================================
	body 공통 속성
================================================== */

* {
	margin: 0;
	padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
}

* {
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* 프린트시 배경이미지 출력 */

* {
	-webkit-print-color-adjust: exact;
}


/* html5 호환 설정*/

article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

address {
	font-style: normal;
	display: inline;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	outline: 0;
	background: transparent;
	font-size: 100%;
}

nav,
ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}


/* 이미지 요소 기본 */

img {
	border: 0;
	vertical-align: top;
}


/* 기본 폰트 및 사이즈 설정 */

body {
	font-size: 11pt;
	line-height: 1.5;
	font-family: 'Noto_Sans_SC', 'Noto Sans KR', 'sans-serif';
	font-weight: 400;
	color: #3e3e3e;
	background: #fff
}


/* 글자 속성 */


/* a:link, a:visited, a:hover, a:active순서로 작성 */

a,
a:link {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:visited,
a.visited,
a.visited:visited {
	color: inherit;
	text-decoration: none;
}

a:hover,
a.visited:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

a:hover {}

a:focus {
	text-decoration: none;
}


/* 기타 속성 */

fieldset {
	border: 0;
}

dl,
ul,
ol,
menu,
li {
	list-style: none;
	vertical-align: middle
}

i,
em,
address {
	font-style: normal;
}

input.type-image {
	border: 0 none;
	padding: 0;
	margin: 0;
}

legend,
caption {
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	visibility: hidden;
}

address,
caption,
cite,
code,
dfn,
em,
var {
	font-style: normal;
	font-weight: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer
}

input,
button,
select,
textarea {
	font-size: 11pt;
	font-family: 'Noto_Sans_SC', 'Noto Sans KR', 'sans-serif';
	font-weight: 400;
	border: 0;
	outline: none;
}


/* button, input 박스 모바일 보이는 형태 고려할때 넣어야되는 소스 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
optgroup,
select,
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: button;
	cursor: pointer;
}


/* ==================================================
	UI Object
================================================== */

video,
audio,
object,
embed {
	border: 0px;
	vertical-align: middle;
	max-width: 100%;
	height: auto !important;
}

iframe {
	max-width: 100%;
	/*height:100%; */
	border: none;
}


/* ==================================================
	폰트
================================================== */
/* 본고딕 - 중문 */
@font-face {
	font-family: 'Noto_Sans_SC';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Noto_Sans_SC_Regular'), local('NotoSansSC-Regular'), url('font/Noto_Sans_SC_Regular.woff') format('woff');
}

@font-face {
	font-family: 'Noto_Sans_SC';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local('Noto_Sans_SC_Medium'), local('NotoSansSC-Medium'), url('font/Noto_Sans_SC_Medium.woff') format('woff');
}

@font-face {
	font-family: 'Noto_Sans_SC';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Noto_Sans_SC_Bold'), local('NotoSansSC-Bold'), url('font/Noto_Sans_SC_Bold.woff') format('woff');
}


/* 본고딕 */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('font/noto/noto-sans-kr-v12-korean_latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'), url('font/noto/noto-sans-kr-v12-korean_latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/noto/noto-sans-kr-v12-korean_latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('font/noto/noto-sans-kr-v12-korean_latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('font/noto/noto-sans-kr-v12-korean_latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('font/noto/noto-sans-kr-v12-korean_latin-regular.svg#NotoSansKR') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('font/noto/noto-sans-kr-v12-korean_latin-500.eot');
	/* IE9 Compat Modes */
	src: local('Noto Sans KR Medium'), local('NotoSansKR-Medium'), url('font/noto/noto-sans-kr-v12-korean_latin-500.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/noto/noto-sans-kr-v12-korean_latin-500.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('font/noto/noto-sans-kr-v12-korean_latin-500.woff') format('woff'),
		/* Modern Browsers */
		url('font/noto/noto-sans-kr-v12-korean_latin-500.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('font/noto/noto-sans-kr-v12-korean_latin-500.svg#NotoSansKR') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url('font/noto/noto-sans-kr-v12-korean_latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'), url('font/noto/noto-sans-kr-v12-korean_latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/noto/noto-sans-kr-v12-korean_latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('font/noto/noto-sans-kr-v12-korean_latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('font/noto/noto-sans-kr-v12-korean_latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('font/noto/noto-sans-kr-v12-korean_latin-700.svg#NotoSansKR') format('svg');
	/* Legacy iOS */
}

/* poppins */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('font/poppins/poppins-v5-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Poppins Regular'), local('Poppins-Regular'),
		url('font/poppins/poppins-v5-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/poppins/poppins-v5-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('font/poppins/poppins-v5-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('font/poppins/poppins-v5-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('font/poppins/poppins-v5-latin-regular.svg#Poppins') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('font/poppins/poppins-v5-latin-500.eot');
	/* IE9 Compat Modes */
	src: local('Poppins Medium'), local('Poppins-Medium'),
		url('font/poppins/poppins-v5-latin-500.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/poppins/poppins-v5-latin-500.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('font/poppins/poppins-v5-latin-500.woff') format('woff'),
		/* Modern Browsers */
		url('font/poppins/poppins-v5-latin-500.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('font/poppins/poppins-v5-latin-500.svg#Poppins') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('font/poppins/poppins-v5-latin-600.eot');
	/* IE9 Compat Modes */
	src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
		url('font/poppins/poppins-v5-latin-600.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/poppins/poppins-v5-latin-600.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('font/poppins/poppins-v5-latin-600.woff') format('woff'),
		/* Modern Browsers */
		url('font/poppins/poppins-v5-latin-600.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('font/poppins/poppins-v5-latin-600.svg#Poppins') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('font/poppins/poppins-v5-latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Poppins Bold'), local('Poppins-Bold'),
		url('font/poppins/poppins-v5-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/poppins/poppins-v5-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('font/poppins/poppins-v5-latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('font/poppins/poppins-v5-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('font/poppins/poppins-v5-latin-700.svg#Poppins') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	src: url('font/poppins/poppins-v5-latin-800.eot');
	/* IE9 Compat Modes */
	src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'),
		url('font/poppins/poppins-v5-latin-800.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/poppins/poppins-v5-latin-800.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('font/poppins/poppins-v5-latin-800.woff') format('woff'),
		/* Modern Browsers */
		url('font/poppins/poppins-v5-latin-800.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('font/poppins/poppins-v5-latin-800.svg#Poppins') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	src: url('font/poppins/poppins-v5-latin-900.eot');
	/* IE9 Compat Modes */
	src: local('Poppins Black'), local('Poppins-Black'),
		url('font/poppins/poppins-v5-latin-900.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/poppins/poppins-v5-latin-900.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('font/poppins/poppins-v5-latin-900.woff') format('woff'),
		/* Modern Browsers */
		url('font/poppins/poppins-v5-latin-900.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('font/poppins/poppins-v5-latin-900.svg#Poppins') format('svg');
	/* Legacy iOS */
}

/* ==================================================
	스킵네비게이션
================================================== */

#skipnavi {}

#skipnavi a {
	display: block;
	position: absolute;
	top: -1000px;
	left: 0;
	width: 100%;
	height: 1px;
	color: #222;
	overflow: hidden;
	z-index: 99999999;
}

#skipnavi a:focus,
#skipnavi a:hover,
#skipnavi a:active {
	top: 0px;
	left: 0;
	background-color: #e9e9e9;
	padding: 7px 0 5px;
	height: auto;
	color: #000;
	font-size: 12pt;
	text-align: center;
	text-decoration: none;
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	display: block;
	content: '';
	clear: both;
}


/* ==================================================
	반응형
================================================== */

.showPc {
	display: block;
}

.showTa {
	display: block;
}

.showMo {
	display: none;
}

.showTaMo {
	display: none;
}


/*** 모바일 CSS ***/

@media screen and (max-width:1250px) {
	.showPc {
		display: none;
	}

	.showTa {
		display: block;
	}

	.showMo {
		display: none;
	}

	.showTaMo {
		display: block;
	}
}

@media screen and (max-width:640px) {
	.pcArea {
		display: none;
	}

	.showPc {
		display: none;
	}

	.showTa {
		display: none;
	}

	.showMo {
		display: block;
	}

	.showTaMo {
		display: block;
	}
}


/* ==================================================
	레이아웃 큰박스
================================================== */

#wrap {
	position: relative;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	height: auto !important;
	background-position: center top;
}


/* ==================================================
	비주얼
================================================== */

#subvisual {
	position: relative;
	width: 100%;
	margin-top: 90px;
}

#subvisual .visual {
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	height: 356px;
}

.visual_about {
	background: url('../images/about/bg_visual.jpg') #767173;
	background-repeat: no-repeat;
	background-position: center top;
}

.visual_product {
	background: url('../images/product/bg_visual.jpg') #767173;
	background-repeat: no-repeat;
	background-position: center top;
}

.visual_rnd {
	background: url('../images/rnd/bg_visual.jpg') #767173;
	background-repeat: no-repeat;
	background-position: center top;
}

.visual_result {
	background: url('../images/result/bg_visual.jpg') #767173;
	background-repeat: no-repeat;
	background-position: center top;
}

.visual_pr {
	background: url('../images/pr/bg_visual.jpg') #767173;
	background-repeat: no-repeat;
	background-position: center top;
}

.vBox {
	margin: 0 auto;
	max-width: 1400px;
	min-width: 320px;
	text-align: left;
}

.vBox .sTxt {
	position: absolute;
	margin: 100px 77px 0 -50px;
	opacity: 0;
}

.vBox .sTxt.on {
	margin: 100px 0 0 0;
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 1s ease;
	transition-property: margin, opacity;
}

.b_tit {
	font-size: 65pt;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	color: #03a9f4;
	line-height: 1.3;
}

.b_tit span {
	font-weight: 400;
	color: #fff;
}

.sm_tit {
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.4;
	padding-top: 6px;
	color: #fff;
}

.sm_tit span {
	display: block;
}


/* 모바일 및 탭 */

@media all and (max-width:1250px) {
	#subvisual {
		margin-top: 60px;
	}

	#subvisual .visual {
		width: 96%;
	}
}

@media all and (max-width:1023px) {
	#subvisual {
		display: none;
	}
}


/* ==================================================
	컨텐츠
================================================== */

#container {
	clear: both;
	position: relative;
	min-width: 320px;
	margin: 0 auto;
}

#contents {
	position: relative;
	width: 100%;
	min-width: 320px;
}

.cont_detail {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 60px;
	background: url('../images/common/subcon_bg.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.condetail {
	margin-top:40px;
}

.prodetail {
	margin-top: 25px;
}

/*** 모바일CSS ***/
@media screen and (max-width:1250px) {
	.cont_detail {
		width: 96%;
		padding-top: 70px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width:640px) {
	.cont_detail {
		padding-bottom: 40px;
		background-size: 448px 170px;
		background-position: top right;
	}

	.condetail {
		margin-top: 30px;
	}

	.prodetail {
		margin-top: 30px;
	}

}

/* ==================================================
	이전/다음 버튼
================================================== */

.controls-btn {
	position: absolute;
	top: 37%;
	text-align: center;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.controls-btn.sub-prev-page-btn {
	left: 0;
}

.controls-btn.sub-next-page-btn {
	right: 0;
}

.controls-btn.sub-prev-page-btn:hover {
	margin-left: -10px
}

.controls-btn.sub-next-page-btn:hover {
	margin-right: -10px
}


/* ==================================================
	타이틀
================================================== */
.subt_con {
	width: 100%;
	margin: 55px 0 -10px 0;
	opacity: 0;
}

.subt_con.on {
	margin: 35px 0 0 0;
	opacity: 1;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.8s ease;
	transition-property: margin, opacity;
}
.sub_tit {
	line-height: 1.1;
}

.sub_tit h3 {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.sub_tit h3:before {
	width: 60px;
	height: 2px;
	margin: 20px auto;
	display: block;
	content: "";
	background-color: #000;
}

/* 모바일 및 탭 */

@media all and (max-width:1023px) {
	.subt_con.on {
		margin: 40px 0 0 0;
	}

	.sub_tit h3 {
		font-size: 30px;
	}
}

@media all and (max-width:640px) {
	.subt_con.on {
		margin: 30px 0 0 0;
	}

	.sub_tit h3 {
		font-size: 23px;
	}
}


/* ==================================================
	경로
================================================== */

#path {
	width: 100%;
	margin: 26px 0 0 0;
	text-align: center;
}

#path .plink li {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	color: #7f7f7f;
	font-size: 11pt;
}

#path .plink li:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 12px;
	width: 1px;
	height: 12px;
	background: #cccccc;
}

#path .plink li:first-child::after {
	display: none;
}

#path .plink li img {
	padding-top: 5px;
}

#path .plink li:first-child {
	background: none;
	padding-left: 0;
}

#path .plink .last {
	font-weight: bold;
}

#path_con {
	position: relative;
	width: 100%;
	background: -webkit-linear-gradient(right, #0296DA, #035CA5);
	background: -moz-linear-gradient(right, #0296DA, #035CA5);
	background: -o-linear-gradient(right, #0296DA, #035CA5);
	background: linear-gradient(to right, #0296DA, #035CA5);
}

}

/*** 모바일 CSS ***/

@media all and (max-width:800px) {
	#path {
		margin-top: 10px;
	}
}


/* ==================================================
 카피라이터 
================================================== */
#footerW {
	clear: both;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	background: #000000;
}

#footer_content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 35px 0;
	color: #fff;
}

#footer_content:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.foot_address {
	float: left;
	width: 90%;
	font-size: 11pt;
}

.foot_address ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.foot_address ul>li {
	float: left;
	padding: 0 15px;
	border-left: solid 1px rgba(255, 255, 255, 0.7);
}

.foot_address ul>li:first-child {
	padding-left: 0;
	border-left: 0px;
}

.foot_address li:last-child {
	padding-right: 0;
}

.foot_address ul>li a {
	color: #fff;
}

.copyright_con {
	font-size: 10pt;
	color: #c6c6c6;
}

.foot_logo {
	float: right;
	width: 10%;
	text-align: right;
}

.foot_logo img {
	width: 100%;
	max-width: 130px;
}

/* 퀵메뉴 */
#quick_top {
	float: right;
	margin-right: 50px;
}

/*** 모바일CSS ***/
@media screen and (max-width:1200px) {
	#footer_content {
		width: 96%;
	}
}

@media screen and (max-width:1023px) {
	#footer_content {
		padding: 25px 0;
	}

	.foot_logo {
		float: none;
		width: 100%;
		text-align: left;
	}

	.foot_address {
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	.copyright_con {
		margin-top: 10px;
	}
}

@media all and (max-width:900px) {
	.foot_logo {
		text-align: center;
	}

	.foot_address ul>li {
		float: none;
		text-align: center;
		width: 100%;
		padding: 0;
		line-height: 150%;
		border-left: 0px;
	}

	.copyright_con {
		text-align: center;
	}

	/* 퀵메뉴 */
	#quick_top {
		display: none;
	}
}