@charset "utf-8";

/* Sub-Vis */
#sub_top_Wrap{}

.visual-area {margin-top:0px; position:relative;width:100%; height:500px; line-height:1.4; box-sizing:border-box;overflow:hidden; text-align:center; background:no-repeat center center; background-size:cover}
.visual-area .visual-area-in{ position:relative;display:table;width:100%; height:100%;  z-index:200}
.visual-area .visual-area-txt { display:table-cell;  box-sizing:border-box;color:#fff; vertical-align:middle; padding-top:7em;}
.visual-area .visual-area-txt .bx{line-height:1.2em; overflow:hidden;}
.visual-area .visual-area-txt span{display:block;}
.visual-area .visual-area-txt .en{font-size:1.1em; font-family: 'Barlow Condensed', sans-serif; color:#bea48b; font-weight:600; letter-spacing:0.1em}
.visual-area .visual-area-txt .bar span{width:9.2em; height:1px; background:rgba(255,255,255,0.3); margin:0.1em auto; }
.visual-area .visual-area-txt .tt{font-size:3em; font-weight:700; margin:0.5em auto;}
.visual-area .visual-area-txt .cc{font-size:1.25em; font-weight:100; opacity:0.8;}

@media all and (max-width:1000px) {
	.visual-area {height:450px; }
}
@media all and (max-width:650px) {
	.visual-area {height:400px;}
}	
@media all and (max-width:450px) {
	.visual-area {height:300px;}
}	


/* Sub-Menu */
.sub_menu_wrap{box-sizing:border-box; border-bottom:1px solid #ddd; height:80px; line-height:80px;  z-index:3; position:relative; font-weight:400;}

.sub_menu_wrap .m_dep_tit,
.sub_menu_wrap .m_home,
.sub_menu_wrap .m_1dep_box,
.sub_menu_wrap br{display:none;}

.sub_menu_wrap.fixed .in{position:Fixed; top:0; left:0; width:100%; background:#FFF; border-bottom:1px solid #ddd;}

.sub_menu_wrap .m_1dep_box .smenu li.last{display:none !important;}

.sub_menu_wrap .m_2dep_box{text-align:center;}
.sub_menu_wrap .m_2dep_box .smenu{display:block}
.sub_menu_wrap .m_2dep_box li{position:relative; display:inline-block; color:#57585a; padding:0 20px;}
.sub_menu_wrap .m_2dep_box li:before{content:""; width:1px; height:12px; background:#DDD; position:Absolute; left:0; top:50%; margin-top:-6px;}
.sub_menu_wrap .m_2dep_box li:first-child:before{display:none;}
.sub_menu_wrap .m_2dep_box li:hover{color:#EF8100}
.sub_menu_wrap .m_2dep_box li:hover a{padding-bottom:2px; border-bottom:1px solid #EF8100;}
.sub_menu_wrap .m_2dep_box li.s_on{color:#EF8100}
.sub_menu_wrap .m_2dep_box li a.on{font-weight:500; border-bottom:2px solid #EF8100; padding-bottom:2px;}


@media all and (max-width:1000px) {
	.sub_menu_wrap{height:60px;  line-height:60px; color:#333;}
	.sub_menu_wrap .inner{width:100%;}
	.sub_menu_wrap .m_home{display:block; width:60px; float:left; background:#1c4e50;}
	.sub_menu_wrap .m_dep_box{display:block; width:220px; float:left; border-right:1px solid rgba(255,255,255,0.3); text-align:left; cursor:pointer;height:60px; line-height:60px; border-right:1px solid #ddd;}
	.sub_menu_wrap .m_dep_tit{display:block; background:url('/images/sub/icon_nav_arw.png') no-repeat 95% center; height:60px; line-height:60px; color:#333; box-sizing:border-box; padding:0 15px; cursor:pointer;}
	.sub_menu_wrap .m_dep_box .smenu{ display:none; width:calc(100% + 2px); margin-left:-1px; background:#f9f9f9; box-sizing:Border-box; border:1px solid #ddd; border-top:0;}
	.sub_menu_wrap .m_dep_box .smenu li{margin:0; width:100%; display:block; box-sizing:border-box;  border-top:1px dotted #ddd; padding:0;}
	.sub_menu_wrap .m_dep_box .smenu li:hover{background:#ccc;}
	.sub_menu_wrap .m_dep_box .smenu li:hover a{padding:7px 15px; border:0; font-weight:500;}
	.sub_menu_wrap .m_dep_box .smenu li a.on{background:#EF8100; color:#FFF; border:0; padding:10px 15px;}
	.sub_menu_wrap .m_dep_box .smenu li:first-child{border-top:0;}
	.sub_menu_wrap .m_dep_box .smenu a{color:#333; display:block; width:100%;  padding:7px 15px; box-sizing:border-box; line-height:normal}
	.sub_menu_wrap .m_2dep_box li:before{display:none;}
}

@media all and (max-width:650px) {
	.sub_menu_wrap{ height:50px;  line-height:50px}
	.sub_menu_wrap .m_home{width:50px;}
	.sub_menu_wrap .m_dep_tit{height:50px; line-height:50px;}
	.sub_menu_wrap .m_dep_box{width:calc(50% - 26px); height:50px; line-height:50px;}
	.sub_menu_wrap .m_2dep_box{border-right:0;}
}
@media all and (max-width:400px) {
	.sub_menu_wrap .m_dep_box{display:none;}
	.sub_menu_wrap .m_2dep_box{display:block; width:calc(100% - 50px);}
}



/**/

#sub_content_wrap{position:relative; width:100%; overflow:hidden;}

#pageWrap{background:#FFF; position:relative; overflow:hidden;  min-height:600px; width:100%; margin-left:auto; margin-right:auto; padding-bottom:4%}
#pageWrap.mt4p{margin-top:4%;}
#pageWrap.w-inner{width:96%; max-width:1600px;}
#pageWrap.mn-inner{width:90%;}
#pageWrap.m-inner{width:94%; max-width:1400px;}
#pageWrap.inner{width:92%; max-width:1200px;}

.sub_tit_wrap{text-align:center; overflow:hidden; padding:4em 0; color:#222; position:relative; z-index:1;}
.sub_tit_wrap span{font-size:2.4em; font-weight:500;}

@media all and (max-width:1380px) {
	#pageWrap.mn-inner{width:96%;}
}





/* ÀÎ»ç¸» */
#intro_wrap {overflow: hidden; position: relative; display: table;  width: 100%; background-image:url("/images/sub/intro_bg.png"); background-repeat: no-repeat; background-position: 1030px 400px; z-index:20;}
#intro_wrap > div {display: table-cell; width:50%; height: 721px; box-sizing: border-box;}
#intro_wrap .int_img {background: url("/images/sub/intro_img1.jpg") no-repeat center center; background-size:cover;  box-shadow: 15px 15px rgba(228,210,181,1)}
#intro_wrap .content1 { float:left; width:100%;}
#intro_wrap .content1 h1 { font:2.45em; font-weight:400; line-height: 1.2em; color:#1c4e50; position:relative;}
#intro_wrap .content1 h1 span{font-weight:600;}
#intro_wrap .content1 p {padding:1.5em 0 2.5em 0; color:#686868; position:relative; line-height: 2.0em;}
#intro_wrap .line{border-top:1px dotted #ddd; padding: 3em 0 1.5em 0; margin-top: 2em;}
.line{border-top:1px dotted #ddd; padding: 3em 0 1.5em 0; margin-top: 2em;}
.intro1_img{display: table-cell; background: url("/images/sub/intro1_img1.jpg") no-repeat center center; width: 50%; height: 400px; background-size: contain;}
.intro1_img1{display: table-cell; background: url("/images/sub/intro1_img2.jpg") no-repeat center center; width: 50%; height: 400px; background-size: contain;}
.intro1_txt{display: table-cell; vertical-align: middle;}
.intro1_img3 h2{color: #1c4e50; font-size: 2em;}
.intro_box{display: table; direction: rtl;}
.intro1_txt1{display: table-cell; vertical-align: middle; direction: ltr;}

.concept{display: flex; align-items: center;}
.concept .img{width: 50%; background: url(/images/sub/intro1_img1.png) no-repeat center center / contain; height: 363px;}
.concept .txt{width: 50%; margin-left: 40px;}
.concept .txt h4{color: #1c4e50; font-size: 1.25em;}
.concept .txt p{}

.motive{background-color: #c7bcb5; padding: 80px 0; text-align: center;}
.motive h3{display: inline-block; text-align: center; font-weight: 500; letter-spacing: 1em; color: #212121; border-bottom: 1px solid #212121;}
.motive h3 span{letter-spacing: 0;}
.motive ul{display: flex; justify-content: center; margin-top: 40px;}
.motive ul li{margin: 0 15px; color: #212121;}
.motive ul li .img{}
.motive ul li .img img{max-width: 100%;}
.motive ul li h4{margin-top: 10px;}

@media screen and (max-width:976px) {
#intro_wrap > div {display: block; width: 100%; height: auto;}
#intro_wrap .int_img {height:40vw; box-shadow: 0px 0px}
#intro_wrap .content1 {text-align: center; height:auto; margin: 3em 0em;}
#intro_wrap .content1  > div {padding:3%;}
    
.intro1_img{display:block; margin: 0 auto; width: 100%;}
.intro1_txt{display:block;}
.intro1_img1{display:block; margin: 0 auto; width: 100%;}
.intro1_txt1{display:block;}
	.concept{flex-direction: column;}
	.concept > div{width: 100% !important;}
	.concept > .txt{margin-top: 30px; margin-left: 0;}
}

@media screen and (max-width:540px) {
#intro_wrap  .content1 p img {width:40%}
	.motive ul li{margin: 0 8px;}
}



/*Ã£¾Æ¿À½Ã´Â±æ*/

#sMap { position: relative; overflow: hidden;  }
#sMap .root_daum_roughmap .wrap_map  { height: 550px !important; }
.wrap_controllers {display:none;}
.root_daum_roughmap_landing {border-bottom:1px solid #ddd}

@media all and (max-width:976px) {
#sMap .root_daum_roughmap .wrap_map  { height: 55vw !important; }
.locaInfo dl { padding: 5% 0 5% 100px; background-size: 80px; font-size: 1.3em; }
}

.sMap-info { position: relative; z-index:1; overflow: hidden; width: 92%; margin: -4vw auto 0; padding: 5%;  border:1px solid #f4f4f4; border-right-color:#ccc; border-bottom-color:#ccc;
			 background:#fff url("/images/sub/s-vis.png") no-repeat right bottom; background-size: 16% auto; }
.sMap-info .tit { float: left; width: 40%; /*border-right: 1px solid #e5e5e5;*/ }
.sMap-info .tit h4 {color:#333; font-size: 2.66em; line-height: 1.5em; }
.sMap-info .tit p { color:#999; font-size: 1.10em; line-height: 1.5em;  }
.sMap-info .txt { float: left; width: 60%; border-left:1px solid #e5e5e5; padding: 0 0 0 5%; font-size: 1.5em;line-height: 1.5em;  }
.sMap-info .txt p br {display:none}

@media all and (max-width:1399px) {
.sMap-info .tit { width: 35%; }
.sMap-info .txt { width: 65%; }
}

@media all and (max-width:767px) {
.sMap-info {background-size: 28% auto; }
.sMap-info .tit { width: 100%; border-right:0; border-bottom: 1px solid #e5e5e5; padding-bottom: 3%; margin-bottom: 3%; }
.sMap-info .txt { width: 100%; padding-left:0; font-size: 1.3em;  border-left:none;}
}

@media all and (max-width:480px) {
.sMap-info .txt p br {display:block;}
}


/* product1 ????? */
.flex1{order: 1;}
.flex2{order: 2;}

.margin{height: 180px;}
.margin1{margin-top: 340px;}
.margin2{margin-top: 380px;}
.pd1_1{position: relative;}
.pd1_1 img{width: 100%;}
.pd1_1_text{position: absolute; right: 10%; bottom: -10%; padding: 4%; background-color: rgba(28,78,80,0.6); color: #fff;}
.pd1_1_text2{background-color: rgba(28,78,80,0.8); color: #fff; display: none; padding: 5%;}
.pd1_1_text h3, .pd1_1_text2 h3{font-weight: 400; font-size: 1.1em;}
.pd1_1_text h2, .pd1_1_text2 h2{font-weight: 600; font-size: 1.8em; margin-bottom: 20px;}
.pd1_1_text p,  .pd1_1_text2 p{font-weight: 300; font-size: 1em;}

.pd1_2{}
.pd1_2 .pd1_2_color{text-align: center;}
.pd1_2 .pd1_2_color .color_box{width: 22%; margin: 0 1%; height: 100px; display: inline-block; box-shadow: 3px 3px 10px rgba(0,0,0,0.2);}
.pd1_2 .pd1_2_color .color_box .color{width: 100%; height: 100%; padding: 2%;}
.pd1_2 .pd1_2_color .color_box p{margin-top: 20px;}

.pd1_2 .pd1_2_title{text-align: center;}
.pd1_2 .pd1_2_title p{font-weight: 600; font-size: 2em; padding-bottom: 20px; color: #000; border-bottom: 1px solid #999;}

.pd1_2 .pd1_2box{position: relative;}
.pd1_2 .pd1_2box h3{color: #1c4e50; font-size: 1.6em;}
.pd1_2 .pd1_2_left{float: left; width: 50%; padding: 2%; position: absolute; top: 50%; transform: translateY(-50%);}
.pd1_2 .pd1_2_left img, .pd1_2 .pd1_2_right img{width: 90%;}
.pd1_2 .pd1_2_right{float: right; width: 50%; padding: 2%; }
.pd1_2 .pd1_2_left h3, .pd1_2 .pd1_2_right h3{font-size: 1.6em; margin-bottom: 0.8em; color:#1C4E50 ; font-weight: 600;}
.pd1_2 .pd1_2_left h4, .pd1_2 .pd1_2_right h4{font-size: 1.2em; margin-bottom: 0.8em; color:#111; font-weight: 600;}
.pd1_2 .pd1_2_left h4 span, .pd1_2 .pd1_2_right h4 span{font-size: 0.9em; color:#333; font-weight: 400;}
.pd1_2 .pd1_2_left p, .pd1_2 .pd1_2_right p{line-height: 2em; font-size: 1.1em;}
.pd1_2 .pd1_2_left p span, .pd1_2 .pd1_2_right p span{font-size: 0.9em;}
.pd1_2 .pd1_2_left p b, .pd1_2 .pd1_2_right p b{font-weight: 600; color:#555; }
.pd1_2 .pd1_2_img{}
.pd1_2 .pd1_2_img img{ width: 100%;}

.h3{font-size: 1.6em; margin-bottom: 0.8em; color:#1C4E50 ; font-weight: 600; padding-left: 2%;}
.pd1_2 .pd1_2_quard{width: 50%; float: right;}
.pd1_2 .pd1_2_quard div{width: 48%; height: 200px; margin: 0 1%; float: left; box-sizing: border-box; border: 1px solid #5a8b8e; border-radius: 10px; padding: 4%;}
.pd1_2 .pd1_2_quard div h4{font-size: 2.4em; color: #1c4e50;}
.pd1_2 .pd1_2_quard div p{margin-top: 3%; font-size: 1.1em; line-height: 1.8em;}

.catalog_btn{}
.catalog_btn a{display: inline-block; background-color: #fff; border: 2px solid #c6ab8a; color: #c6ab8a; font-weight: 600; padding: 2% 10%; font-size: 1.3em;}
.catalog_btn a:hover{ background-color: #c6ab8a; color: #fff; font-size: 1.3em; font-weight: 500;}


@media all and (max-width:780px){
    .flex{display:flex; flex-direction:column;}
    .margin{height: 30px;}
    .margin1{margin-top: 50px;}
    .margin2{margin-top: 50px;}
    .pd1_1_text{display: none;}
    .pd1_1_text2{display: block;}
    
    .pd1_2 .pd1_2_color .color_box{height: 80px;}
    .pd1_2 .pd1_2_left{text-align: center; float: none; width: 100%; position: static; top: 0; transform: translateY(0);}
    .pd1_2 .pd1_2_right{text-align: center; float: none; width: 100%;}
    .pd1_2 .pd1_2_left h3, .pd1_2 .pd1_2_right h3{margin-top: 20px;}
    .pd1_2 .pd1_2_left p, .pd1_2 .pd1_2_right p{margin-bottom: 20px;}
    
    .pd1_2 .pd1_2_quard{width: 95%; margin: 0 auto;}
    .pd1_2 .pd1_2_quard div{padding: 2%; height: 180px;}
    .pd1_2 .pd1_2_quard div h4{margin-top: 8%; margin-bottom: 10px;}
    
    .catalog_btn a{padding: 4% 30%;}
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400;500;600;700&display=swap');

.intro3{}
.intro3 .tit_img{}
.intro3 .tit_img img{}
.intro3 .tit_img p{line-height: 2em;}
.intro3 .tit_img p span{font-family: 'Noto Serif KR', serif; font-size: 1.125em; color: #222;}
.intro3 .img.pc{display: block;}
.intro3 .img.mo{display: none;}

@media all and (max-width:640px){
	.intro3 .img.pc{display: none;}
	.intro3 .img.mo{display: block;}
}
