@charset "utf-8";

@font-face {
    font-family: 'Dokrip';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Dokrip.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/************************ 서브페이지 공통 ************************/




/************************ 인사말 ************************/
.greeting {
	width:100%;
	position:relative;
}

.greeting_imgbox {
	width:100%;
	position:relative;
}

.greeting_img {
	width:626px;
	max-width:100%;
}

.greeting_img img {
	width:100%;
}

.greeting_tit {
	/* position:absolute;
	right:0;
	bottom:48px; 
	background-color:#d63201;
	color:#fff;*/
	font-size:24px;
	font-weight:600;
	width:50%;
	padding:12px 0 24px;
}

.greeting_textbox {
	/* margin-top:30px; */
}

.greeting_txt {
	font-size:18px;
	word-break:keep-all;
}

.greeting_txt + .greeting_txt {
	margin-top:20px;
}

.greeting_ceo {
	margin-top:36px;
	font-weight:600;
	font-size:18px;
}

.greeting_ceo span {
	font-family: 'Dokrip';
	font-weight:normal;
	margin-left:15px;
	font-size:28px;
	vertical-align:bottom;
}




/************************ 연혁 ************************/
.hitory {
	width:100%;
}

.hitory_top {
	width:100%;
	background:url('/images/history_img.jpg') center center no-repeat;
	background-size:cover;
	padding:60px 40px 92px;
}

.hitory_text {
	font-size:32px;
	color:#fff;
	font-weight:700;
}

.history_content {
	width:calc(100% - 80px);
	margin:-55px auto 0; 
	padding:20px 40px;
	background-color:#fff;
}

.hitory_unit {
	display:flex;
	align-items:center;
	width:100%;
	padding:40px 15px;
	border-bottom:1px solid #ddd;
}

.hitory_unit:last-child {
	border-bottom:0;
}

.history_year {
	width:165px;
	font-size:36px;
	font-weight:600;
}

.history_list {
	width:calc(100% - 165px);
}

.history_list dl {
	display:flex;
}

.history_list dl + dl {
	margin-top:16px;
}

.history_list dl dt {
	width:45px;
	font-family: 'Kanit', sans-serif;
	font-weight:600;
	font-size:18px;
}

.history_list dl dd {
	width:calc(100% - 45px);
	font-size:18px;
}





/************************ 사업분야 ************************/
.business_area {
	width:100%;
}

.busi_tit {
	text-align:center;
	font-size:24px;
	font-weight:600;
}

.busi_txt {
	text-align:center;
	margin-top:16px;
	font-size:18px;
	color:#666;
	
}

.busiarea_list {
	display:flex;
	justify-content:space-between;
	margin-top:40px;
}

.busiarea_unit {
	width:calc((100% - 60px)/3);
}

.busiarea_img {
	width:100%;
}

.busiarea_img img {
	width:100%;
}

.busiarea_stit {
	font-size:20px;
	margin-top:12px;
	text-align:center;
}





/************************ 조직도 ************************/
.orga_wrap {
	width:100%;
	position:relative;
}

.orga_wrap:before {
	position:absolute;
	left:50%;
	top:0;
	width:1px;
	height:443px;
	content:"";
	display:block;
	background-color:#ddd;
	z-index:-1;
}

.orga01 {
	margin:0 auto;
	width:120px;
	height:120px;
	border-radius:50%;
	overflow:hidden;
	border:2px solid #d63201;
	padding-top:15px;
	background-color:#fff;
}

.orga01_img {
	height:46px;
	text-align:center;
}

.orga01_img img {
	height:100%;
}

.orga01_tit {
	font-size:18px;
	font-weight:500;
	text-align:center;
	color:#fff;
	padding:12px 0;
	margin-top:9px;	
	background-color:#d63201;
}

.orga02 {
	position:relative;
	width:762px;
	max-width:100%;
	margin:80px auto 0;
	display:flex;
	justify-content:space-between;
}

.orga02:before {
	position:absolute;
	left:0;
	top:21px;
	width:100%;
	height:1px;
	content:"";
	display:block;
	background-color:#ddd;
	z-index:-1;
}

.orga02_unit {
	width:calc((100% - 160px)/3);
	text-align:center;
}

.orga02_tit {
	font-size:18px;
	font-weight:500;
	color:#fff;
	background-color:#050247;
	padding:12px 0;
}

.orga02_unit ul {
	padding:16px 5px;
	border:1px solid #050247;
}

.orga02_unit ul li {
	font-size:16px;
	color:#666;
}

.orga02_unit ul li + li {
	margin-top:8px;
}

.orga03 {
	position:relative;
}

.orga03_tit {
	width: 160px;
    background: #488eb6;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    /* margin: 0 auto 0 0; */
    position: absolute;
    left: calc(50% + 76px);
    top: -89px;
	font-size:18px;
}

.orga03_tit:before {
	position:absolute;
	left:-76px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:100%;
	height:1px;
	display:block;
	content:"";
	background-color:#ddd;
	z-index:-1;
}

.orga04 {
	position:relative;
	width:465px;
	max-width:100%;
	margin:50px auto 0;
	display:flex;
	justify-content:space-between;
}

.orga04:before {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	top:-15px;
	width:calc(100% - 50% + 50px);
	height:1px;
	content:"";
	display:block;
	background-color:#ddd;
}

.orga04_unit {
	position:relative;
	width:calc((100% - 100px)/2);
	text-align:center;
}

.orga04_unit:before {
	position:absolute;
	left:50%;
	top:-15px;
	width:1px;
	height:15px;
	content:"";
	display:block;
	background-color:#ddd;
	z-index:-1;
}

.orga04_tit {
	font-size:18px;
	font-weight:500;
	color:#fff;
	background-color:#488eb6;
	padding:12px 0;
}

.orga04_unit ul {
	padding:16px 5px;
	border:1px solid #488eb6;
}

.orga04_unit ul li {
	font-size:16px;
	color:#666;
}

.orga04_unit ul li + li {
	margin-top:8px;
}




/************************ 찾아오시는길 ************************/
.location {
	width:100%;
}

.location_map {
	width:100%;
	height:350px;
}

.location_map .root_daum_roughmap {
	width:100%;
	height:100%;
}

.location_map .root_daum_roughmap .wrap_map {
	width:100%;
	height:100%;
}

.location_map .root_daum_roughmap .wrap_controllers {
	display:none;
}

.location_map .root_daum_roughmap_landing .border2 {
	display:block;
}

.location_info {
	padding-top:25px;
}

.loca_add {
	text-align:center;
	font-size:18px;
	margin-bottom:12px;
}

.loca_contact {
	display:flex;
	align-items:center;
	justify-content:center;
}

.loca_p {
	position:relative;
	font-size:18px;
	padding:0 24px;
}

.loca_p:last-child:before {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-dtransform:translateY(-50%);
	width:1px;
	height:16px;
	content:"";
	display:block;
	background-color:#ddd;
}

.loca_p span {
	font-weight:600;
	margin-right:5px;
}

.loca_ul {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:45px;
}

.loca_ul li {
	width:200px;
	margin:0 10px;
}

.loca_ul li a {
	display:block;
	width:100%;
	height:100%;
	padding:16px 20px;
	position:relative;
	border:1px solid #d63201;
	font-size:16px;
}

.loca_ul li a:before {
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	-webkit-dtransform:translateY(-50%);
	width:25px;
	height:12px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;	
	display:block;
	content:"";
}

.loca_ul li.loca_li01 a {
	background-color:#d63201;
	color:#fff;
}

.loca_ul li.loca_li01 a:before {
	background-image:url('/images/location_arrow_white.png');
}

.loca_ul li.loca_li02 a:before {
	background-image:url('/images/location_arrow_red.png');
}

.loca_ul li.loca_li02 a {
	background-color:#fff;
	color:#d63201;
}





/************************ 제품소개 ************************/
.product_wrap {
	width:100%;
	position:relative;
}

.product_top {
	display:flex;
}

.pro_topLeft {
	width:110px;
	background-color:#d63201;
	display:flex;
	align-items:center;
	justify-content:center;	
}

.pro_topLeft img {
	width:46px;
}

.pro_topRight {
	padding:20px 20px;
	background-color:#f7f7f7;
	width:calc(100% - 110px);
}

.pro_topRight_text {
	margin-bottom:10px;
}

.pro_topRight_ul {
	display:flex;
}

.pro_topRight_ul li {
	width:155px;
	margin-right:15px;
}

.pro_topRight_ul li:last-child {
	margin-right:0;
}

.pro_topRight_ul li a {
	display:block;
	padding:10px 16px;
	border:1px solid #ddd;
	display:flex;
	align-items:center;
	color:#666;
	background-color:#fff;
}

.pro_topRight_ul li a img {
	height:20px;
	margin-right:10px;
}

.pro_stext {
	margin-top:5px;
	color:#666;
}

.pro_stext a {
	display:inline-block;
	background-color:#050247;
	color:#fff;
	font-size:1em;
	padding: 3px 10px;
    margin: 0 3px;
}

.product_catalog {
	width:100%;
	height:800px;
	margin-top:50px;
}

.product_catalog iframe {
	width:100%;
	height:100%;
}

.product_catalog iframe.modern {
	display:block;
}

.product_catalog iframe.explorer {
	display:none;
}

.product_catalog.on iframe.explorer {
	display:block;
}

.product_catalog.on iframe.modern {
	display:none;
}






/************************ 제품소개 230224 ************************/
.product_wrap {

}

.product_itop {
	margin-bottom:30px;
}

.product_txt {
	font-size:18px;
	word-break:keep-all;
}

.product_tit {
	font-size:24px;
	font-weight:700;
}

.product_itop .product_txt + .pro_img {
	margin-top:15px;
}

.pro_grey {
	background-color:#f9f9f9;
	border:1px solid #ddd;
	padding:20px 20px;
}


.product_content {
	width:100%;
}

.product_unit {
	width:100%;
}

.product_unit + .product_unit {
	margin-top:90px;
}

.pro_utit {
	font-size:24px;
	font-weight:700;
	position:relative;
	margin-bottom:14px;
	padding-left:10px;
}

.pro_utit:before {
	position:absolute;
	left:0;
	top:10px;
	width:5px;
	height:5px;
	content:"";
	display:block;
	background-color:#d63201;
}

.pro_ustit {
	font-size:20px;
	font-weight:700;
	margin-bottom:5px;
}

.pro_utxt {
	font-size:18px;
	margin-bottom:10px;
}

.pro_img {
	width:100%;
}

.pro_img + .pro_img {
	margin-top:20px;
}

.pro_img img {
	width:100%;
}

.pro_utxt + .pro_img {
	margin-top:20px;
}


.pro_img02 {
	width:100%;
	border:1px solid #ddd;
	padding:20px 15px;
	text-align:center;
} 

.pro_img02 img {
	width:auto;
	max-width:100%;
}

.pro_table_wrap + .pro_img02 {
	margin-top:5px;
}

.pro_img03 {
	text-align:left;
	border:0;
	padding:0;
}

.pro_table_wrap {
	width:100%;
}

.product_table {
	width:100%;
	border-top:1px solid #555;
}

.product_table caption {
	text-indent:-99999px;
	font-size:0;
}

.product_table tr th, .product_table tr td {
	padding:10px;
	text-align:center;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

.product_table tr th.last, .product_table tr td.last {
	border-right:0;
}

.product_table tr th {
	background-color:#d3d3d3;
}

.product_table tr td[scope="row"] {
	background-color:#f5f5f5;
}

.pro_count_ul {
	counter-reset:pro_count;
	margin-top:10px;
}

.pro_count_ul li {
	position:relative;
	padding-left:18px;
	font-size:18px;
}

.pro_count_ul li + li{
	margin-top:7px;
}

.pro_count_ul li:before {
	position:absolute;
	left:0;
	top:0;
	counter-increment:pro_count;
	content:counter(pro_count)".";
}

.pro_ul_bar {
}

.pro_ul_bar li {
	position:relative;
	padding-left:12px;
	font-size:18px;
}

.pro_ul_bar li + li{
	margin-top:7px;
}

.pro_ul_bar li:before {
	position:absolute;
	left:0;
	top:0;
	content:"-";
}

div + .pro_ul_bar {
	margin-top:10px;
}

.product_bar {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:45px;
}

.product_bar li {
	width:25%;
}

.product_bar li a {
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	text-align:center;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	font-size:18px;
	color:#666;
	padding:7px 5px;
}

.product_bar li:last-child a {
	border-right:1px solid #ddd;
}

.product_bar li.on a {
	background-color:#d63201;
	border-color:#d63201;
	color:#fff;
	font-weight:700;
}




/************************ 협력사 ************************/
.partner_wrap {
	width:100%;
	position:relative;
}

.partner_wrap:after {
	clear:both;
	content:"";
	display:block;
}

.partner_unit {
	float:left;
	width:calc((100% - 90px)/4);
	margin-right:30px;
	margin-bottom:30px;
}

.partner_unit:nth-child(4n) {
	margin-right:0;
}

.partner_unit a {
	display:block;
	width:100%;
	height:100%;
	border:1px solid #ddd;
}

.partner_unit a img {
	width:100%;
}





/************************ hover ************************/
@media (hover: hover) {
	
	
	.partner_unit a:hover {
		border-color:#d63201;
		box-shadow:0 0 5px rgba(0,0,0,0.1);
	}





}
/************************ hover ************************/


/*---------------------------------------------------------------------------------------------------------------------------*/

/* 반응형 중간기기 1380px 사이즈 이하*/
@media all and (max-width:1280px){


	
	
	

}

/* 반응형 중간기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){


	
	


}



/* 반응형 중간기기 1100px 사이즈 이하*/
@media all and (max-width:1100px){

	

	/* 협력사 */
	.partner_unit {
		width:calc((100% - 40px)/5);
		margin-right:10px;
		margin-bottom:10px;
	}
	.partner_unit:nth-child(4n) {
		margin-right:10px;
	}
	.partner_unit:nth-child(5n) {
		margin-right:0;
	}



}

/* 반응형 중간기기 998px 사이즈 이하*/
@media all and (max-width:998px){


	
	/* 협력사 */
	.partner_unit {
		width:calc((100% - 30px)/4);
	}
	.partner_unit:nth-child(5n) {
		margin-right:10px;
	}
	.partner_unit:nth-child(4n) {
		margin-right:0;
	}



}



/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	

	
	
	/* 인사말 */
	.greeting_tit {
		bottom:-30px;
		width:calc(100% - 60px);
	}	
	.greeting_tit {
		font-size:20px;
	}
	.greeting_textbox {
		/* margin-top:50px; */
	}
	.greeting_txt {
		font-size:16px;
	}
	.greeting_ceo {
		font-size:16px;
	}
	.greeting_ceo span {
		font-size:24px;
		margin-left:8px;
	}



	/* 연혁 */
	.hitory_top {
		padding:46px 15px 80px;
	}
	.hitory_text {
		text-align:center;
		font-size:28px;
	}
	.history_content {
		width:calc(100% - 40px);
		margin:-40px auto 0;
		padding:20px 20px;
	}
	.hitory_unit {
		padding:20px 15px;
	}
	.history_year {
		font-size:32px;
		width:130px;
	}
	.history_list {
		width:calc(100% - 130px);
	}
	.history_list dl dt {
		font-size:16px;
		width:36px;
	}
	.history_list dl dd {
		font-size:16px;
		width:calc(100% - 36px);
	}



	/* 사업분야 */
	.busi_tit {
		font-size:20px;
		word-break:keep-all;
	}
	.busi_txt {
		font-size:16px;
		margin-top:5px;
		word-break:keep-all;
	}
	.busi_txt br {
		display:none;
	}
	.busiarea_list {
		margin-top:24px;
	}
	.busiarea_unit {
		width:calc((100% - 20px)/3);
	}
	.busiarea_stit {
		margin-top:5px;
		font-size:16px;
	}


	/* 조직도 */
	.orga_wrap:before {
		height:367px;
	}
	.orga01 {
		width:100px;
		height:100px;
	}
	.orga01_img {
		height:36px;
	}
	.orga01_tit {
		margin-top:10px;
		padding:8px 0;
		font-size:16px;
	}
	.orga02 {
		margin-top:50px;
	}
	.orga02_unit {
		width:calc((100% - 40px)/3);
	}
	.orga02_tit {
		font-size:16px;
	}
	.orga02_unit ul {
		padding:10px 5px;
	}
	.orga02_unit ul li {
		font-size:14px;
	}
	.orga03_tit {
		font-size:16px;
		width:140px;
	}
	.orga04:before {
		width:calc(100% - 50% + 10px);
	}
	.orga04_unit {
		width:calc((100% - 20px)/2);
	}
	.orga04_tit {
		font-size:16px;
	}
	.orga04_unit ul {
		padding:10px 5px;
	}
	.orga04_unit ul li {
		font-size:14px;
	}


	/* 협력사 */
	.partner_unit {
		width:calc((100% - 20px)/3);
	}
	.partner_unit:nth-child(5n) {
		margin-right:10px;
	}
	.partner_unit:nth-child(4n) {
		margin-right:10px;
	}
	.partner_unit:nth-child(3n) {
		margin-right:0;
	}



	/* 제품소개 */
	.pro_topLeft {
		display:none;
	}
	.pro_topRight {
		width:100%;
	}
	.pro_topRight_text {
		font-size:14px;
	}
	.pro_topRight_ul li {
		width:150px;
	}
	.pro_topRight_ul li a {
		font-size:14px;
	}
	.pro_stext {
		font-size:14px;
	}
	.product_catalog {
		margin-top:30px;
		height:450px;
	}


	/* 제품소개_스타일 수정 */
	.product_bar li a {
		font-size:16px;
	}

	.product_itop {
		margin-bottom:20px;
	}

	.product_tit {
		font-size:20px;
	}

	.product_txt {
		font-size:16px;
	}

	.pro_grey {
		padding:16px 16px;
	}

	.product_unit + .product_unit {
		margin-top:68px;
	}

	.pro_utit {
		font-size:20px;
		margin-bottom:7px;
	}

	.pro_utit:before {
		top:8px;
	}

	.pro_ustit {
		font-size:18px;
	}

	.pro_utxt {
		font-size:16px;
	}

	.pro_count_ul li {
		font-size:16px;
	}

	.product_table tr th, 
	.product_table tr td {
		font-size:14px;	
	}


}



/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {	

	/* 인사말 */
	.greeting_tit {
		position:initial;
		background-color:transparent;	
		color:#111;
		margin-top:20px;
		padding:0; 
	}
	.greeting_textbox {
		margin-top:20px;
	}


	/* 연혁 */
	.history_content {
		padding:0 0;
	}
	.hitory_top {
		padding:30px 15px 60px;
	}
	.hitory_text {
		font-size:22px;
	}
	.hitory_unit {
		flex-direction: column;
	}
	.history_year{
		width:100%;
		font-size:24px;
	}
	.history_list {
		width:100%;
		margin-top:12px;
	}
	.history_list dl + dl {
		margin-top:5px;
	}
	.history_list dl dd {
		word-break:keep-all;
	}


	/* 사업분야 */
	.busiarea_list {
		flex-direction: column;
	}
	.busiarea_unit {
		width:100%;
	}
	.busiarea_unit + .busiarea_unit {
		margin-top:20px;
	}
	.busiarea_img {
		text-align:center;
	}	
	.busiarea_img img {
		width:auto;
	}

	
	/* 조직도 */
	.orga02_unit {
		width:calc((100% - 10px)/3);
	}
	.orga03_tit {
		width:120px;
		left:calc(50% + 30px);
	}
	.orga03_tit:before {
		left:-30px;
	}
	.orga04:before {
		width:calc(100% - 50% + 5px);
	}
	.orga04_unit {
		width:calc((100% - 10px)/2);
	}


	/* 찾아오시는길 */
	.location_info {
		padding-top:16px;
	}
	.location_map {
		height:240px;
	}
	.loca_add {
		font-size:16px;
		margin-bottom:8px;
	}
	.loca_p {
		font-size:16px;
		padding:0 12px;
	}
	.loca_p:first-child {
		padding-left:0;
	}
	.loca_p:last-child {
		padding-right:0;
	}
	.loca_ul {
		justify-content: space-between;
		margin-top:32px;
	}
	.loca_ul li {
		margin:0;
		width:calc(50% - 5px);
	}
	.loca_ul li a {
		font-size:14px;
		padding:12px 16px;
	}
	.loca_ul li a:before {
		right:16px;
	}


	/* 제품소개_스타일 수정 */
	.product_unit + .product_unit {
		margin-top:48px;
	}


}



/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {	

	
	

}


