@charset "utf-8";

@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('../fonts/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('../fonts/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('../fonts/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* RESET */
*{margin:0;padding:0}
ul,ol{list-style:none}
button{-webkit-border-radius:0;border-radius:0;background-color:transparent;cursor:pointer}
a,a:hover,a:active,a:focus{text-decoration:none}
em,address{font-style:normal}
table{border-collapse:collapse;border-spacing:0}
iframe,fieldset,img,button{border:0 none}
textarea{resize:none}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
img{vertical-align:top}
hr{display:none}

/* font rule */
body,table,input,textarea,select,button,th,td,input,select,textarea,th,td,p,dl,dt,dd,li,pre{
	font-family: Gmarket Sans;
	font-weight:500;
	
}
.bg_light {background-color: #252220;}
.flex_justify {
	display:flex;
	justify-content: space-between;
}

.wrap {
	position: relative;
	background-color: #000;
	min-width: 1500px;
}

header {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    color: #E9E9E9;
    width: 90%;
    padding-top: 3vh;
	position: relative;
}
header .header_ar {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
header .language {position: absolute; right: 0;}
header .language ul {display: flex;}
header .language li a{ color: rgba(255, 255, 255, 0.7); font-weight:bold;font-size: 15px; margin-left: 20px;}
header .language li.active a{ color: rgba(255, 255, 255, 1);}
/* header .header_ar {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
/* .container {background: url(../img/main_visual2.png) center 0 no-repeat;} */
.container {background: url(../img/main_visual_kor.png) center 0 no-repeat;}
.container.eng {background: url(../img/main_visual_eng.png) center 0 no-repeat;}
.container .mainvisual {
	min-height: 695px;
}
.mainvisual .visual_wrap h2 {
	/* width: 1125px; */
	width: 1046px;
	margin: 0 auto;
	padding: 0 50px;
	/* font-size: 190px; */
	font-size: 0;
	/* color: #FD3F25; */
	color: transparent;
	padding-top: 50px;
	display: none;
}
.mainvisual .visual_wrap h2:last-child {
	padding-top: 20px;
	line-height: 95%;
}
.content_wrap {
	padding: 50px 0;
	color: #E9E9E9;
}
.content_wrap .con {
	width: 1440px;
	margin: 0 auto;
}
.content_wrap .con_title,
.content_wrap .con_title_center{
	display:flex;
	justify-content: center;
	flex-direction: row;
	max-width: 1440px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.content_wrap .con_title_justify {
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
	max-width: 1440px;
	margin: 0 auto;
	margin-bottom: 60px;
	border-bottom: 3px solid #999;
}

.content_wrap .con_title_center::before,
.content_wrap .con_title_center::after {
	content: "";
	flex: 1 1;
	border-bottom: 3px solid #999;
	margin: auto;
}
.content_wrap .con_title h3,
.content_wrap .con_title_center h3{
    font-size: 50px;
    line-height: 100%;
	padding: 12px 20px 0px;
}
.content_wrap .con_title_justify h3{
    font-size: 50px;
    line-height: 100%;
	padding: 12px 0 0px;
}
.content_wrap .con_title_justify h3 small{font-weight: 300;}
.content_wrap .con_title_justify h3 small::before {content: "(";}
.content_wrap .con_title_justify h3 small::after {content: ")";}
.content_wrap .con_title_justify p {
	font-size: 40px;
}
.content_wrap .con_title_justify.eng p {
	font-size: 30px;
}

.content_wrap .con_stitle{
	text-align: center;
	font-size: 35px;
	font-weight: 300;
}
.content_wrap .con_stitle strong {
	font-size: 45px;
}

.content_wrap .con h4 {
	border: 1px solid #E9E9E9;
	padding:6px 15px 0px;
	border-radius: 25px;
	font-weight: 500;
	font-size: 34px;
	width: 297px;
	margin: 0 auto;
	text-align: center;
}


/* news */
.news {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	padding: 30px 0 50px;
}
.news img {margin-right: 10px;}
.news a:link,
.news a:visited,
.news a:active {color: rgba(255, 255, 255, 0.8);/*letter-spacing: -0.05em;*/}
.news a {border-bottom:1px solid rgba(255, 255, 255, 0.8);}
/* 화재원인 */
.content_wrap .con .graph {
	position: relative;
	margin: 69px 27px 0;
}
.content_wrap .con .graph span {
	position: absolute;
	font-size: 30px;
	font-weight: 500;
}
.content_wrap .con .graph span.data_1,
.content_wrap .con .graph span.data_6 {
	font-size: 50px;
	color: #FD3F25;
	top: 12px;
}
.content_wrap .con .graph span.data_1 {
	right: 0;
	text-align: right;
}
.con .graph span.data_2 {top: 124px}
.con .graph span.data_3 {top: 273px}
.con .graph span.data_4 {top: 445px}
.con .graph span.data_5 {top: 376px;right: 0;text-align: right;}
.con .graph span.data_7 {top: 87px;right: 0;text-align: right;}
.con .graph span.data_8 {top: 194px;right: 0;text-align: right;}
.con .graph span.data_9 {top: 300px;right: 0;text-align: right;}
.con .graph span.data_10 {top: 448px;right: 0;text-align: right;}
.con .graph span.data_11 {top: 376px;}
/* 영문그래프 */
.content_wrap .con h4.eng{
	font-size: 24px;
	width:395px;
	border-radius: 44px;
	padding: 6px 15px 6px;
}
.content_wrap .con .graph.eng span {font-size: 21px;}
.content_wrap .con .graph.eng span.data_1,
.content_wrap .con .graph.eng span.data_6 {
	font-size: 35px;
	top: 2px;
	letter-spacing: -0.07em;
}
.con .graph.eng span.data_2 {top: 144px}
.con .graph.eng span.data_3 {top: 292px}
.con .graph.eng span.data_4 {top: 439px}
.con .graph.eng span.data_5 {top: 394px;right: 0;text-align: right;}
.con .graph.eng span.data_7 {top: 78px;right: 0;text-align: right;}
.con .graph.eng span.data_8 {top: 185px;right: 0;text-align: right;}
.con .graph.eng span.data_9 {top: 292px;right: 0;text-align: right;}
.con .graph.eng span.data_10 {top: 438px;right: 0;text-align: right;}
.con .graph.eng span.data_11 {top: 395px;}

/* 제품소개 */
.con .product {
	text-align: center;
	position: relative;
}
.con .product p {
	position: absolute;
	font-size: 20px;
	width: 248px;
	font-weight: 300;
}
.con .product p strong {
	font-size: 34px;
	display: block;
	font-weight: 500;
}
.con .product p.pd_1,
.con .product p.pd_2,
.con .product p.pd_3 {left:217px;}
.con .product p.pd_1 {top:83px;}
.con .product p.pd_2 {top:245px;}
.con .product p.pd_3 {top:550px;}
.con .product p.pd_4,
.con .product p.pd_5 {left:975px;}
.con .product p.pd_4 {top:131px;}
.con .product p.pd_5 {top:455px;}
/* 영문 */
.con .product.eng p strong {
	font-size: 25px;
}
.con .product.eng p.pd_3 {top:573px;}
.con .product.eng p.pd_4 {top:126px;}
.con .product.eng p.pd_5 {top:476px;}

/* 설치대상 */
.con .whereused {
	font-size: 38px;
	line-height: 125%;
}
.con .whereused ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 45px;
	gap: 80px;
	background: url(../img/line.png) center no-repeat;
}
.con .whereused ul li {
	width: 47%;
	letter-spacing: -0.05em;
	word-break: keep-all;
	font-weight: 300;
}
.con .whereused p {
	margin-top: 80px;
	font-weight: 300;
}
.con .whereused p strong {
	font-weight: 600;
}
/* .con .whereused li:nth-child(even) {
	margin-left: 58px;
} */

/* 제품 특징 */
 
.features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.features ul li {
    width: 19%;
    padding-bottom: 25px;
    overflow: hidden;
	font-size: 30px;
}
.features ul.eng li {
	width: 18%;
}
.features ul.eng li {
	font-size: 25px;
}
.features ul li img {
    /* width:calc(100vw - 80vw) !important; */
    height: 109px;
    width: auto !important;
    margin-bottom: 20px;
}
.features ul li b {
	display: block;
} 
.features ul li em {
	font-weight: 100;
	font-size: 29px;
}
.features ul.eng li em {
	font-size: 25px;
}
.features ul li:nth-child(10),
.features ul li:nth-child(5) {
    width: 22% !important;
}
.features ul.eng li:nth-child(10),
.features ul.eng li:nth-child(5) {
    width: 25% !important;
}

/* 모니터링 시스템 */
.moni p {
    font-size: 38px;
    line-height: 125%;
}
.moni_features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 40px;
}
.moni_features2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
	
}
.moni_features li,
.moni_features2 li {font-size: 1.7vw !important; text-align: center;}
.moni_features2 li {margin: 0 30px;}
.moni_features2 li strong,
.moni_features li strong {display: block;margin: 15px 0 2px;}
.moni_features2 li img,
.moni_features li img {width: calc(17vw - 10vw) !important; }

.moni_process .prc_ar { font-size: 30px;}
.moni_process .prc_a { color:#32302E; 
	display:inline-block; 
	background-color: rgba(255, 255, 255, .8);
	padding: 22px 40px 18px;
	border-radius: 60px;
	margin-top: 40px;
}
.moni_process .prc_a strong {
	display: block;
}
.moni_process .prc_b {
	display:block;
	position: relative;
	padding: 70px 0 175px;
}
.moni_process .prc_b::before {
	content: url(/assets/img/arrow_1.png);
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -12px;
	padding-bottom: 30px;
}
.moni_process .prc_b::after {
	content: url(/assets/img/arrow_2.png);
	position: absolute;
	top: 270px;
	left: 50%;
	margin-left: -12px;
}

.moni_process .prc_c {margin-bottom: 40px;}
.moni_process .prc_c ul {display: flex; justify-content: space-evenly;}
.moni_process .prc_c ul li {
	border: 2px solid #FD3F25;
	color: #FD3F25;
	width: 28%;
	padding: 22px 0 18px;
	border-radius: 100px;
}



/* 제품사양  */
.prd_spec p {
	font-size: 25px;
}
.prd_spec  table,
.volume table,
.install table,
.license table {
	width: 100%;
	letter-spacing: -0.07em;
}
.prd_spec table thead tr:first-child th {
	vertical-align: bottom;
	padding-bottom: 20px;
}
.prd_spec table thead tr:nth-child(2) th, 
.volume table thead tr th{
	background: #32302E;
	font-size: 30px;
	padding: 13px 0 7px;
	
}
.prd_spec table thead tr:nth-child(2) th:nth-child(n+2) {
	font-weight: bold;
	color: #FD3F25;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.prd_spec table tbody tr th {
	color: #FFB323;
	padding:23px 0 20px;
	text-align: left;
	font-size: 20px;
}
.prd_spec table tbody tr th,
.prd_spec table tbody tr td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.prd_spec table tbody td {
	text-align: center;
	font-size: 28px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

/* 방호체적 */
.volume table thead tr th {
	font-weight: bold;
	position: relative;
}
.volume table thead tr th small {
	font-size: 14px;
    font-weight: 500;
	position: absolute;
	top: 21px;
	right: 20px;
}
.volume table thead tr th:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.volume table tbody tr td {
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.volume table tbody tr td:first-child {
	border-left: 0;
}
.volume table tbody tr:first-child td {
	background: #fff;
	vertical-align: bottom;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	padding: 20px 0;
}
.volume table tbody tr:nth-child(2) td {
	background-color: #33302F;
	color: #FD3F25;
	padding: 8px 0 3px;
	font-size: 29px;
}
.volume table tbody tr:last-child td {
	font-size: 25px;
	vertical-align: middle;
	padding: 25px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #999;
}
.volume table tbody tr:last-child td strong {
	color: #E9E9E9;
	font-weight: 500;
	line-height: 120%;
}
.volume table tbody tr:last-child td small {
	font-size: 17px;
}

/* 설치및시공 */
.install table th {
	font-size: 40px;
	padding-bottom: 10px;
}
.install table tbody tr:first-child td {
	padding-bottom: 20px;
}
.install table td {
	text-align: center;
	position: relative;
	font-size: 27px;
}
.install table tbody td:first-child::after,
.install table tbody td:nth-child(2)::after {
	content: url(/assets/img/arrow.png);
    position: absolute;
    top: 76px;
    z-index: 1;
    right: -43px;
}
/* 설치및시공 */
.installed ul {display: flex; justify-content: space-between;}
.installed p {
	text-align: center;
	position: relative;
	font-size: 27px;
	padding: 20px 20px;
}

/* 라이센스 */
.license table td {
	text-align: center;
}
.license table tr:nth-child(even) td{
	padding: 20px 0 0;
	font-size: 22px;
}
.license table tr:nth-child(even):not(:last-child) td{
	padding-bottom: 30px;
}

/* 제품문의 */
.contact ul {
	display: flex;
	align-items: center;
	justify-content: center
}
.contact ul li {
	font-size: 50px;
}
.contact ul li:first-child {
	margin-right: 40px;
}
/* footer */
footer {
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    padding: 10px 0 20px;
}

/* color */
.color_red {color: #FD3F25;}
.color_yellow {color: #FFB323;}
.color_gray {color: rgb(110, 110, 110);}
/* align */
.txt-left {text-align: left;}
.txt-right {text-align: right;}
.txt-center {text-align: center;}
/* margin */
.mj-t-10 {margin-top: 10px;}
.mj-t-20 {margin-top: 20px;}
.mj-t-30 {margin-top: 30px;}
.mj-t-40 {margin-top: 40px;}
.mj-t-50 {margin-top: 50px;}
.mj-t-60 {margin-top: 60px;}
.mj-t-70 {margin-top: 70px;}
.mj-t-80 {margin-top: 80px;}
.mj-t-90 {margin-top: 90px;}
.mj-t-100 {margin-top: 100px;}

.mj-b-10 {margin-bottom: 10px;}
.mj-b-20 {margin-bottom: 20px;}
.mj-b-30 {margin-bottom: 30px;}
.mj-b-40 {margin-bottom: 40px;}
.mj-b-50 {margin-bottom: 50px;}
.mj-b-60 {margin-bottom: 60px;}
.mj-b-70 {margin-bottom: 70px;}
.mj-b-80 {margin-bottom: 80px;}
.mj-b-90 {margin-bottom: 90px;}
.mj-b-100 {margin-bottom: 100px;}