@charset "utf-8";


/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subTop{z-index:666;}
	.sub_visual{position:relative; overflow:hidden; width:100%; height:480px; box-sizing:border-box; background-size:cover; background-repeat:no-repeat; background-position:center;}
	.sub_visual .sub_top_bg{position:absolute; top:0; left:0; width:100%; height:480px;  z-index:-1; animation:animate_background 3s ease-in-out; }
	.sub_visual .sub01{background:url('/images/kor06r-22-0459/sub/sub01_visual.jpg') no-repeat center center/cover;}
	.sub_visual .sub02{background:url('/images/kor06r-22-0459/sub/sub02_visual.jpg') no-repeat center center/cover;}
	.sub_visual .sub03{background:url('/images/kor06r-22-0459/sub/sub03_visual.jpg') no-repeat center center/cover;}
	.sub_visual .sub04{background:url('/images/kor06r-22-0459/sub/sub04_visual.jpg') no-repeat center center/cover;}
	.sub_visual .sub05{background:url('/images/kor06r-22-0459/sub/sub05_visual.jpg') no-repeat center center/cover;}

	.sub_visual{position:relative;width:100%;height:480px; overflow:hidden}
	@keyframes animate_background {
		0% {transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); }
		100%  {transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
		}


	.sub_visual .inner_title{position:absolute;top:210px;bottom:0;left:0;right:0;margin:auto;/* height:80px; */}
	.sub_visual .inner_title h1{font-size:52px; font-weight:600; font-weight:500; color:#fff; text-align:center}
	.sub_visual .inner_title h1 span{font-size:20px; display:block; margin-top:10px; line-height:1.3; word-break:keep-all;}
	.sub-top .sub-tab {display: block; background:#f7f7f7; width: 100%;}
	.sub-top .sub-tab ul {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
	.sub-top .sub-tab ul li {position: relative; display:table; min-width: 220px;}
	.sub-top .sub-tab ul li a {display: table-cell; vertical-align:middle; line-height:1.2; font-size:20px; padding: 22px 20px; color: #555; font-weight: 500; text-align: center; width: 100%;}
	.sub-top .sub-tab ul li:not(:last-child):after {content: ''; display: inline-block; width: 1px; height: 30px; background: rgba(255, 255, 255, 0.15); position: absolute; top: calc(50% - 15px); right: 0;}

	.sub-top .sub-tab ul li.active:after {display: none;}
	.sub-top .sub-tab ul li.active a {border-bottom:2px solid #0d995c; color:#0d995c;}
	
	.sub-top .sub-tab.sub_menu03 ul.col-4 li a{line-height:1.1;}

	
	@media screen and (min-width:768px){
		.sub-top .sub-tab.sub_menu03 ul.col-4 li a{word-break:keep-all;}
		.sub-top .sub-tab.sub_menu03 ul li a br{display:none;}
	}

	@media screen and (max-width:980px){
	    .sub_visual .cont_inner{padding:200px 20px 0 20px !important;}

		.sub-top .sub-tab ul li {min-width: unset; width: 100%;}
		.sub-top .sub-tab ul li a {padding: 20px 5px;}
		.sub-top .sub-tab ul li:not(:last-child):after {height: 20px;top: calc(50% - 10px);}
		.sub-top .sub-tab ul.col-2 li {width: calc(100% / 2);}
		.sub-top .sub-tab ul.col-3 li {width: calc(100% / 3);}
		.sub-top .sub-tab ul.col-4 li {width: calc(100% / 4);}
	}

   	@media screen and (max-width:768px){
		.sub_visual{height:340px;}
		.sub_visual .sub_top_bg{height:340px;}
		.sub_visual .inner_title{top:180px;}
		.sub_visual .inner_title h1{font-size:28px;}
		.sub_visual .inner_title h1 span{font-size:15px; letter-spacing:-0.02em; margin-top:5px;}
		.sub-top .sub-tab ul li a {font-size: 16px;}
	} 
	
	@media screen and (max-width: 620px) {
		.sub-top .sub-tab.sub_menu03 ul.col-4 li {/*width: calc(100% / 2);*/}
	}

	@media screen and (min-width: 501px) {
		.sub_visual .inner_title h1 span br{display:none;}
	}

	@media screen and (max-width: 500px) {
		.sub_visual .inner_title{top:170px;}
		.sub-top .sub-tab ul li a {padding: 15px 5px;}
		.sub-top .sub-tab.sub_menu03 ul.col-4 li a {padding: 10px 5px;}
	}


/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	#subContents{position:relative; width:100%;}
	.sub-contents .s_title{margin-bottom:70px;box-sizing:border-box;}
	.sub-contents .s_title h1{font-weight:600;color:#353535; text-align:center; font-size:46px;}
	.sub-contents .cont_area{position:relative; padding:100px 0 120px 0;}
	.sub-contents .cont_area .group{margin-bottom:50px;box-sizing:border-box;}
	.sub-contents .cont_area .t_group{}
	.sub-contents .cont_area .t_group p{margin-bottom:30px;}
	.sub-contents .cont_area .t_group p:last-child{margin-bottom:0px;}


	@media only screen and (min-width:1201px) {
		#subContents/*{margin:0 auto;width:1280px;}*/
		.sub-contents .cont_area {margin:0 auto;width:1280px;}
	}
	

	@media only screen and (max-width:1280px) {
		#subContents{width:100%;}
		.sub-contents .cont_area{padding:100px 30px 120px 30px;}
	}

	@media only screen and (max-width:980px) {
		#subContents{}
		.sub-contents .cont_area{padding:50px 20px 80px 20px;}
	    .sub-contents .cont_area .group{margin-bottom:40px;}

	}

	@media only screen and (max-width:768px) {
		#subContents{}
		.sub-contents .cont_area{padding:40px 20px 60px 20px;}
	    .sub-contents .s_title{margin-bottom:50px;}
		.sub-contents .s_title h1{font-size:30px;}
	    .sub-contents .cont_area .group{margin-bottom:30px;}
	    .sub-contents .cont_area .t_group p{margin-bottom:20px;}
	}

	@media only screen and (max-width:520px) {
		#subContents{}
		.sub-contents .cont_area{padding:40px 15px 60px 15px;}
	    .sub-contents .s_title{margin-bottom:30px;}
	}


/* 인사말
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.greeting {padding:100px 0 120px 0;}
.greeting .greeting-wrap{position:relative; }
.greeting .greeting-wrap .greeting-inner{position:absolute; top:0; left:0; width:100%; height:100%; background:url('/images/kor06r-22-0459/sub/sub1_1_img.jpg') no-repeat top center; z-index:-1}

.greeting .greeting-wrap:after{content:""; display:block; clear:both;}
.greeting-wrap .top-title{padding:160px 0 130px 0;}
.greeting-wrap .top-title h3{font-size:40px; font-family: 'Noto Serif KR', serif; font-weight:600; color:#fff; letter-spacing:-0.02em; line-height:1.4; word-break:keep-all; }
.greeting-wrap .top-title h3 span{position:relative;}
.greeting-wrap .top-title h3 span.quotes01:before{position:absolute; content:""; left:-20px; top:-10px; width:40px; height:33px; background:url('/images/kor06r-22-0459/sub/quotes01.png') no-repeat}
.greeting-wrap .top-title h3 span.quotes02:before{position:absolute; content:""; right:-20px; bottom:-10px; width:40px; height:33px; background:url('/images/kor06r-22-0459/sub/quotes02.png') no-repeat}
.greeting-wrap .txt-box{margin-left:30%; background:#fff;}
.greeting-wrap .txt-box .txt-inner{width:100%; padding:80px 60px 0 60px;}
.greeting-wrap .txt-box p{font-size:19px; margin-bottom:25px; color:#454545; line-height:1.6; word-break:keep-all;}
.greeting-wrap .txt-box p.big-title{font-size:24px; color:#0d995c; font-weight:600;}
.greeting-wrap .txt-box p.from{font-size:22px; color:#222; text-align:right; padding-top:50px;}
.greeting-wrap .txt-box p.from strong{font-weight:600;}

@media only screen and (min-width:1410px) {
	.greeting-wrap .txt-box{width:100%;}
	.greeting-wrap .txt-box .txt-inner{width:1050px;}
}

@media only screen and (min-width:1201px) {
	.greeting-wrap .top-title{padding-left:70px; width:1200px; margin:0 auto;}
}

@media only screen and (max-width:1200px) {
	.greeting-wrap .txt-box{margin-left:15%;}
	.greeting-wrap .top-title{padding:160px 30px 130px 80px;}
}

@media only screen and (max-width:980px) {
	.greeting {padding:50px 20px 80px 20px;}
	.greeting-wrap .txt-box{margin-left:15%;}
	.greeting-wrap .top-title h3{font-size:34px;}
}

@media only screen and (max-width:768px) {
	.greeting {padding:40px 0 60px 0}
	/*.greeting .greeting-wrap{background:none;}*/
	.greeting .greeting-wrap .greeting-inner{display:none;}
	.greeting-wrap .txt-box{margin-left:0;}
	.greeting-wrap .top-title{padding:100px 50px; background:url('/images/kor06r-22-0459/sub/sub1_1_img.jpg') no-repeat left 30% center/cover;}
	.greeting-wrap .top-title h3{font-size:22px;}
	.greeting-wrap .txt-box .txt-inner{padding:50px 40px 0 40px;}
	.greeting-wrap .txt-box p{font-size:16px; margin-bottom:20px; line-height:1.4; }
	.greeting-wrap .txt-box p.big-title{font-size:19px; }
	.greeting-wrap .txt-box p.from{font-size:18px; padding-top:20px; padding-right:15px;}
	.greeting-wrap .top-title h3 span.quotes01:before{left:-10px; top:-5px; width:26px; height:20px; background-size:26px;}
	.greeting-wrap .top-title h3 span.quotes02:before{right:-10px; bottom:-5px; width:26px; height:21px; background-size:26px;}
}

@media only screen and (max-width:500px) {
	.greeting-wrap .top-title{padding:80px 40px;}
	.greeting-wrap .top-title .block{display:block;}
	.greeting-wrap .txt-box .txt-inner{padding:40px 20px 0 20px;}
}


/* 오시는길
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.contact .location{width:100%; display:table;}
.contact .location .map-box{width:50%; display:table-cell; vertical-align:top; overflow:hidden;}
.contact .location .map-box iframe{height:400px;}
.contact .location .info-box{width:50%; display:table-cell; vertical-align:middle; padding-left:80px}

.contact .info-box li{position:relative; padding-left:75px; min-height:56px; margin-bottom:30px; font-size:18px; color:#454545; line-height:1.3; font-weight:400; word-break:keep-all; }

.contact .info-box dl:first-child{border-top:1px solid #333;}
.contact .info-box dl{display:table; width:100%; padding:25px 0; border-bottom:1px solid #ddd;}
.contact .info-box dt{display:table-cell; padding-left:20px; width:220px; vertical-align:top;}
.contact .info-box dt h3{font-size:18px; display:inline-block; margin-bottom:5px; color:#0d995c; font-weight:700; font-family:'Montserrat', sans-serif;} 
.contact .info-box dt img{position:relative; top:-2px; margin-right:10px;}
.contact .info-box dd{display:table-cell; padding-right:20px; vertical-align:middle; font-size:18px; color:#454545; line-height:1.3; word-break:keep-all; }


@media only screen and (max-width:1280px) {
	.contact .location .info-box{padding-left:30px}
}

@media only screen and (max-width:1024px) {
	.contact .info-box dd br{display:none; word-break:keep-all;}
	.contact .location .map-box{width:45%;}
	.contact .location .info-box{width:55%;}
}

@media only screen and (max-width:768px) {
	.contact .info-box dt{padding-left:15px; width:180px;}
	.contact .info-box dt h3{font-size:16px;} 
	.contact .info-box dt img{top:-2px; margin-right:8px; width:36px}
	.contact .info-box dd{padding-right:10px; font-size:16px;}

}

@media only screen and (max-width:620px) {
	.contact .location .map-box{width:100%; display:block; }
	.contact .location .map-box iframe{height:300px;}
	.contact .location .info-box{width:100%; display:block; padding-left:0; padding-top:20px;}
	.contact .info-box dl{padding:20px 0;}
	.contact .info-box dt{padding-left:10px; width:160px;}
	.contact .info-box dd{padding-right:5px;}

}


/* 품질경영
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#subContents .sub-contents.quality .cont_area{padding-bottom:0 !important;}
.quality .info-box{display:table; width:100%; margin-bottom:180px;}
.quality .info-box .txt-frame{display:table-cell; width:50%; padding-right:100px; vertical-align:middle; }
.quality .info-box .txt-frame h3{font-size:36px; font-weight:600; color:#0d995c; margin-bottom:60px; position:relative;}
.quality .info-box .txt-frame h3:after{content:""; display:block; margin-top:35px; width:70px; height:2px; background:#0d995c}
.quality .info-box .txt-frame p{font-size:19px; color:#454545; line-height:1.5; word-break:keep-all;}

.quality .info-box .img-frame{display:table-cell; width:50%; height:400px; padding-right:20px; position:relative;}
.quality .info-box .img-frame:before{position:absolute; content:""; width:20%; height:140px; top:-20px; right:0; background:#86be00; z-index:-1 }
.quality .info-box .img-frame .inner-img{height:400px;}
.quality .bg01{background:url('/images/kor06r-22-0459/sub/sub2_1_img01.jpg') no-repeat center center/cover;}
.quality .bg02{background:url('/images/kor06r-22-0459/sub/sub2_1_img02.jpg') no-repeat center center/cover;}
.quality .bg03{background:url('/images/kor06r-22-0459/sub/sub2_1_img03.jpg') no-repeat center center/cover;}

.quality .info-box._second .txt-frame{padding-left:100px; }
.quality .info-box._second .img-frame{padding-left:20px;}
.quality .info-box._second .img-frame:before{right:0; left:0;}
.quality .info-box._second .img-frame._mobile{display:none !important;}

.quality .sub-cont-wide{width:100%;}
.quality .sub-bottom-bg{background:url('/images/kor06r-22-0459/sub/sub2_1_bg.jpg') no-repeat top center/cover;}
.quality .sub-bottom-bg .bot-inner{width:1280px; margin:0 auto; padding:160px 30px;}
.quality .sub-bottom-bg p span{position:relative;}
.quality .sub-bottom-bg p span.quotes01:before{position:absolute; content:""; left:-50px; top:-10px; width:40px; height:33px; background:url('/images/kor06r-22-0459/sub/quotes01.png') no-repeat}
.quality .sub-bottom-bg p span.quotes02:before{position:absolute; content:""; right:-30px; top:-60px; width:40px; height:33px; background:url('/images/kor06r-22-0459/sub/quotes02.png') no-repeat}
.quality .sub-bottom-bg p{position:relative; font-size:36px; line-height:1.4; font-weight:600; color:#fff; text-align:center; word-break:keep-all;}

@media only screen and (max-width:1280px) {
	.quality .sub-bottom-bg .bot-inner{width:100%}
}

@media only screen and (max-width:980px) {
	.quality .info-box .txt-frame{padding-right:50px;}
	.quality .info-box._second .txt-frame{padding-left:50px; }
}

@media only screen and (max-width:768px) {
	.quality .info-box{margin-bottom:100px;}
	.quality .info-box .img-frame{height:300px; padding-right:10px;}
	.quality .info-box .img-frame:before{height:90px; top:-10px;}
	.quality .info-box .img-frame .inner-img{height:300px;}
	.quality .info-box._second .img-frame{padding-left:10px;}
	.quality .info-box .txt-frame h3{font-size:24px; margin-bottom:25px;}
	.quality .info-box .txt-frame h3:after{margin-top:15px; width:40px;}
	.quality .info-box .txt-frame p{font-size:16px; line-height:1.4;}
	
	.quality .sub-bottom-bg .bot-inner{padding:100px 20px;}
	.quality .sub-bottom-bg p{font-size:24px;}
	.quality .sub-bottom-bg p span.quotes01:before{left:-30px; top:-5px; width:26px; height:21px; background-size:26px;}
	.quality .sub-bottom-bg p span.quotes02:before{right:-20px; top:-35px; width:26px; height:21px; background-size:26px;}
}

@media only screen and (min-width:621px) {
	.quality .info-box._second .txt-frame{padding-right:0;}
	.quality .info-box._second .img-frame {padding-right:0;}
}


@media only screen and (max-width:620px) {
	.quality .info-box{margin-bottom:70px;}
	.quality .info-box .txt-frame{display:block; width:100%; padding:0 0 30px 0;}
	.quality .info-box .img-frame{display:block; width:100%;}
	.quality .info-box._second .txt-frame{padding:0 0 30px 0;}
	.quality .info-box._second .img-frame{padding-right:0;}
	.quality .info-box._second .img-frame._pc-wide{display:none !important;}
	.quality .info-box._second .img-frame._mobile{display:block !important;}

	.quality .info-box .img-frame{height:250px;}
	.quality .info-box .img-frame:before{height:80px;}
	.quality .info-box .img-frame .inner-img{height:250px;}
	
	.quality .sub-bottom-bg p span{position:initial;}
	.quality .sub-bottom-bg .bot-inner{padding:80px 15px;}
	.quality .sub-bottom-bg p{font-size:20px;}
	.quality .sub-bottom-bg p span.quotes01:before{position:absolute; left:0; right:0; margin:0 auto; top:-25px;}
	.quality .sub-bottom-bg p span.quotes02:before{position:absolute; left:0; right:0; margin:0 auto; bottom:-25px; top:initial;}

}


/* 제품소개
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents .sub-contents.product .cont_area{padding-bottom:0 !important;}
.product {padding:80px 0 120px 0;}
.product01 h1{letter-spacing:-1px;}
.product-top{position:relative;  padding-top:100px;}
.product-top:before{position:absolute; content:""; top:0; right:0; width:45%; height:500px; background:#c3de80; border-radius: 100px 00 0 0; z-index:-1;}
.product-top .intro{width:100%; display:table;}
.product-top .intro .txt-area{width:40%; display:table-cell; vertical-align:top; padding-right: 10px;}
.product-top .intro .txt-area h1{font-weight:600;color: #333;font-size:46px; margin-bottom:80px;}
.product-top .intro .txt-area p{font-size:20px; color:#454545; margin-top:40px; line-height:1.6; word-break:keep-all;}
.product-top .intro .txt-area p:first-child{margin-top:0;}
.product-top .intro .txt-area p strong{font-weight:600; color:#111;}

.product-top .intro .img-area-wrap{width:100%; display:flex;}
.product-top .intro .img-area-wrap > div:first-child{margin-right: 10px;}
.product-top .intro .img-area{flex: 1; height:460px; border-radius: 0 0 100px 0; vertical-align:middle; overflow:hidden}
.product-top .intro .img-area.pro01{background:url('/images/kor06r-22-0459/sub/product05_bg.jpg?250122') no-repeat center center/cover;}
.product-top .intro .img-area.pro01-1{background:url('/images/kor06r-22-0459/sub/product01_bg.jpg') no-repeat center center/cover;}
.product-top .intro .img-area.pro02{background:url('/images/kor06r-22-0459/sub/product02_bg.jpg') no-repeat center center/cover;}
.product-top .intro .img-area.pro03{background:url('/images/kor06r-22-0459/sub/product03_bg.jpg') no-repeat center center/cover;}
.product-top .intro .img-area.pro04{background:url('/images/kor06r-22-0459/sub/product04_bg.jpg') no-repeat center center/cover;}
.product-top .intro .img-area.pro05{background:url('/images/kor06r-22-0459/sub/product06_bg.jpg') no-repeat center center/cover;}
.product-top .intro .img-area.pro06{background:url('/images/kor06r-22-0459/sub/product07_bg.jpg') no-repeat center center/cover;}

.product-info-box{position:relative; padding:90px 0; border-top:1px solid #ddd; }
.product-info-box:after{content:""; display:block; clear:both;}
.product-info-box .info-title{float:left; /*width:360px;*/}
.product-info-box .info-title h3{font-size:32px; color:#0d995c; font-weight:600;}
.product-info-box .info-cont{float:right; width:920px; position:relative;}
.product-info-box .info-cont > p{font-size: 23px; color: #222; font-weight: 600; padding-bottom: 15px;}
.product-info-box .info-cont > span{font-size: 20px; color: #454545;}
.info-cont.flex-box{display: flex; flex-wrap: wrap; align-items: flex-start;}
.product-info-box._last{padding-bottom:0 !important;}

.product table{width:100%; border-top:2px solid #222}
.product table th{font-size:17px; color:#222; font-weight:500; text-align:center; padding:20px 3px; background:#f9f9f9; border-left:1px solid #ddd; border-bottom:1px solid #ddd;}
.product table td{font-size:17px; color:#666; text-align:center; padding:10px 3px; border-left:1px solid #ddd; border-bottom:1px solid #ddd;}

.product table tr th:first-child,
.product table tr td:first-child{border-left:0; border-right:1px solid #ddd;}
.product table tr td.sect{font-weight:500; background:#f9f9f9; color:#222;  }

.list-col-2 ul{margin:0 -10px;}
.list-col-2 ul:after{content:""; display:block; clear:both;}
.list-col-2 li{float:left; margin:0 10px; margin-bottom:20px; height:150px; width:calc(50% - 20px); background:#f8f8f8; padding:25px 20px; border:1px solid #eee;}

.list-col-2 li > p{}
.list-col-2 li ul.product_list{}
.list-col-2 li ul.product_list li{}


.product01 .list-col-2 li{height:130px;}
 
.list-col-5 ul{margin:0 -10px;}
.list-col-5 ul:after{content:""; display:block; clear:both;}
.list-col-5 li{float:left; margin:0 10px; margin-bottom:20px; height:150px; width:calc(33.33% - 20px); background:#f8f8f8; padding:25px 20px; border:1px solid #eee;}
.list-col-5 li:nth-child(4), .list-col-5 li:nth-child(5){width:calc(50% - 20px);}

.li-txt li span{display:block; margin:0 auto 10px; font-size:16px; font-weight:600; width:34px; height:34px; line-height:34px; color:#fff; background:#0d995c; border-radius:50px; text-align:center;}
.li-txt li p{font-size:18px; color:#454545; line-height:1.5; word-break:keep-all;  text-align:center;}

.li-txt.list-col-5 {padding-bottom: 40px;}
.li-txt.list-col-5 > p {font-size: 23px; padding-bottom: 15px; font-weight: 600; color: #222;}
.li-txt.list-col-5 > p b{color: #0d995c;}

.info-img ul{margin:0 -10px; padding-top:20px;}
.info-img ul:after{content:""; display:block; clear:both;}
.info-img li{float:left; margin:0 10px 20px; width:calc(50% - 20px);}
.info-img li img{width:100%;}
.info-img li p{font-size: 20px; text-align: center; background: #0d995c; border-radius: 30px; width: 30%; margin: 15px auto; color: #fff;}

.info-img-big{margin-bottom: 30px; border: 1px solid #eee;}
.info-img-big img{width: 100%;}

.inner-box-col{width:100%; display:table;}
.inner-box-col ._left{width:50%; display:table-cell; vertical-align:top;}
.inner-box-col ._right{width:50%; display:table-cell; padding-left:50px; vertical-align:middle;}
.inner-box-col ._right li{position:relative; padding-left:45px; margin-bottom:30px; font-size:18px; color:#454545; line-height:1.5; word-break:keep-all; }
.inner-box-col ._right li:last-child{margin-bottom:0;}
.inner-box-col ._right li span{position:absolute; left:0; top:-2px; font-size:16px; font-weight:600; width:34px; height:34px; line-height:34px; color:#fff; background:#0d995c; border-radius:50px; text-align:center;}

.prouct-box-list {margin-bottom: 50px; display: flex; align-items: center; width: 50%;}
.prouct-box-list:last-child {margin-bottom: 0;}
.prouct-box-list dt {flex-shrink: 0; width: 200px; height: 120px; font-size: 20px; font-weight: 400; color: #fff; -webkit-border-radius: 10px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: #0d995c;}
.prouct-box-list dd {flex-grow: 1; padding-left: 30px;}
.prouct-box-list dd ul li {font-size: 18px; position: relative; padding-left: 10px; margin-bottom: 5px;}
.prouct-box-list dd ul li:last-child {margin-bottom: 0;}
.prouct-box-list dd ul li:before {content: ''; display: block; width: 3px; height: 3px; background: #000; position: absolute; left: 0; top: 12px; -webkit-border-radius: 50%; border-radius: 50%;}








@media only screen and (min-width:1281px) {
	.product-top .intro{width:1280px; margin:0 auto;}
}


@media only screen and (max-width:1280px) {
	.product-top .intro {padding:0 30px}
	.product-top .intro .txt-area{padding-right:50px;}
}


@media only screen and (max-width:1200px) {
	.product-info-box .info-title{float:none; margin-bottom:30px;}
	.product-info-box .info-cont{float:none; width:100%;}
	.product-info-box .info-title h3 br{display:none;}
	.inner-box-col ._right{padding-left:30px}
}

@media only screen and (max-width:980px) {
	.product {padding:40px 0 80px 0;}
	.product-top .intro {padding:0 20px}
	
	.prouct-box-list {margin-bottom: 40px; }
	.prouct-box-list dt {width: 150px; height: 120px; font-size: 18px;}
	.prouct-box-list dd ul li {font-size: 16px;}
	.prouct-box-list dd ul li:before {top: 10px;}
}

@media only screen and (max-width:940px) {
	.product01 .list-col-2 li{height:150px;}
}

@media only screen and (max-width:768px) {
	.product {padding:25px 0 60px 0;}
	.product-top{padding-top:60px;}
	.product-top:before{height:380px; border-radius: 50px 00 0 0; }
	.product-top .intro .txt-area h1{font-size:28px; margin-bottom:30px; text-align:center;}
	.product-top .intro .txt-area p{font-size:17px;  margin-top:20px; line-height:1.4;}
	.product-top .intro .img-area{height:360px; border-radius: 0 0 50px 0;}

	.product-info-box{padding:50px 0;}
	.product-info-box .info-title{margin-bottom:15px;}
	.product-info-box .info-title h3{font-size:22px; }
	.product table th{font-size:15px; padding:10px 3px;}
	.product table td{font-size:15px; padding:7px 3px;}
	
	.list-col-2 ul{margin:0 -5px;}
	.list-col-2 li{margin:0 5px; margin-bottom:10px; width:calc(50% - 10px); padding:20px 15px; height:120px;}	
	.list-col-5 ul{margin:0 -5px;}
	.list-col-5 li{margin:0 5px; margin-bottom:10px; height:120px; width:calc(33.33% - 10px); padding:20px 15px;}
	.list-col-5 li:nth-child(4), .list-col-5 li:nth-child(5){width:calc(50% - 10px);}
	.product01 .list-col-2 li{height:120px;}

	.li-txt li span{margin-bottom:10px; font-size:13px; width:27px; height:27px; line-height:27px;}
	.li-txt li p{font-size:15px; line-height:1.4;}
	
	.info-img ul{margin:0 -5px; padding-top:10px;}
	.info-img li{margin:0 5px; width:calc(50% - 10px);}

	.inner-box-col ._right li{padding-left:35px; margin-bottom:20px; font-size:15px; line-height:1.4;}
	.inner-box-col ._right li span{top:-2px; font-size:13px; width:27px; height:27px; line-height:27px;}
	
	.prouct-box-list {display: block; width: 100%;}
	.prouct-box-list dt {width: 100%; height:60px; -webkit-border-radius: 10px; border-radius: 10px;}
	.prouct-box-list dd {padding-left: 0; margin-top: 15px;}
}	

@media only screen and (max-width:620px) {
	.product {padding:40px 0 60px 0;}
	.product-top{padding-top:0;}
	.product-top .intro {padding:0 15px}
	.product-top .intro .txt-area{width:100%; display:block; padding-right:0; padding-bottom:60px;}
	.product-top .intro .img-area{width:100%; display:block; height:300px;}
	.product-top:before{top:auto; bottom:30px; width:75%; height:300px;}

	.product01 .product-top .intro .txt-area h1{font-size:26px;}
	.product01 .list-col-2 li{height:auto;}
	.list-col-5, .list-col-2 ul{margin:0;}
	.list-col-5 li, .list-col-2 li{margin:10px 0 0 0; width:100%; height:auto; padding:20px;}
	.list-col-5 li:first-child, .list-col-2 li:first-child{margin:0;}
	.list-col-5 li:nth-child(4), .list-col-5 li:nth-child(5){margin:10px 0 0 0; width:100%;}

	.info-img ul{margin:0;}
	.info-img li{margin:10px 0 0 0; width:100%;}
	.info-img li:first-child{margin:0;}
	.info-img li p{font-size: 18px;}

	.inner-box-col ._left{width:100%; display:block;}
	.inner-box-col ._right{width:100%; display:block; padding-left:0; padding-top:30px;}
	
	.product-info-box .info-cont > p{font-size: 18px;}
	.li-txt.list-col-5 > p{font-size: 18px;}
}


/* career
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#subContents .sub-contents.career .cont_area{padding-bottom:0 !important;}
.career h3{font-size:34px; color:#0d995c; font-weight:600; margin-bottom:60px; text-align:center;}
.career h3:after{content:""; display:block; width:60px; height:2px; margin:25px auto 0; background:#0d995c;}

.career .career-top{position:relative; display:table; width:100%; padding-left:8%; height:360px; margin-bottom:100px;  background:url('/images/kor06r-22-0459/sub/sub5_1_bg.jpg') no-repeat top right 30% /cover;}
.career .career-top .inner-title{display:table-cell; vertical-align:middle;}
.career .career-top .inner-title p{font-size:32px; color:#222; font-weight:500; line-height:1.4; word-break:keep-all;}

.process {width:100%; margin-top:20px; margin-bottom:180px;}
.process ul:after{content:""; display:block; clear:both;}
.process li{float:left; width:25%; text-align:center;}
.process .img-frame{position:relative; padding:0 30px; padding-bottom:50px;}
.process .img-frame:before{content:""; display:block; position:absolute; top:0; left:50%; width:1px; height:100%; background:#ccc; z-index:-1;}
.process .img-frame:after{content:""; display:block; position:absolute; bottom:-6px; margin-left:-5px; left:50%; background:#87be01; width:11px; height:11px; border-radius:30px;}

.process .txt-frame {position:relative; font-size:18px; padding:0 30px; color:#454545; padding-top:20px; line-height: 1.5; word-break:keep-all;}
.process .txt-frame:before{content:""; display:block; position:absolute; top:0; left:0; width:100%; height:1px; background:#ccc; z-index:-1;}
.process .txt-frame h4{font-size:22px; font-weight:600; color:#222; display:block; margin:15px 0 10px 0; letter-spacing: -0.5px;}
.process .txt-frame h4 span{font-size:16px; font-weight:bold; display:block; color:#87be01; font-family:'Montserrat', sans-serif;}
.process li:nth-child(1) .txt-frame:before{width:50%; left:50%;}
.process li:nth-child(4) .txt-frame:before{width:50%;}

.career .sub-cont-wide{width:100%;}
.career .sub-bottom-bg{background:url('/images/kor06r-22-0459/sub/sub5_1_foot_bg.jpg') no-repeat top center/cover;}
.career .sub-bottom-bg .bot-inner{width:1280px; margin:0 auto; padding:100px 30px;}
.career .sub-bottom-bg .bot-inner h3{color:#fff; margin-bottom:40px}
.career .sub-bottom-bg .bot-inner h3:after{background:#fff; margin:20px auto 0;}

.career .sub-bottom-bg p{position:relative; font-size:21px; line-height:1.6; font-weight:400; color:#fff; text-align:center; word-break:keep-all;}
.career .sub-bottom-bg p a{font-weight:600; border-bottom:1px solid #fff;}
.career .sub-bottom-bg p a:hover{color:#fff;}

.career .sub-bottom-bg .tel-box{margin-top:30px; text-align:center; font-weight:500; color:#fff; font-size:24px;}
.career .sub-bottom-bg .tel-box .btn {border-radius:50px; margin:10px auto 0; padding:20px 0; width:320px; display:table; font-family:'Montserrat', sans-serif; color:#fff; font-size:26px; font-weight:bold; border:1px solid #fff; -webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}
.career .sub-bottom-bg .tel-box .btn i{font-size:26px; margin-right:7px; position:relative; top:2px; color:#fff;}
.career .sub-bottom-bg .tel-box .btn:hover{border:1px solid #87be01; background:#87be01;}

@media only screen and (max-width:1280px) {
	.process .img-frame{padding:0 10px;  padding-bottom:50px;}
	.process .txt-frame{padding:0 10px; padding-top:20px;}
	.career .sub-bottom-bg .bot-inner{width:100%}
}

@media only screen and (max-width:768px) {	
	.career h3{font-size:24px; margin-bottom:40px;}
	.career h3:after{width:35px; margin:15px auto 0;}

	.career .career-top{padding-left:5%; height:300px; margin-bottom:80px;}
	.career .career-top .inner-title p{font-size:23px;}

	.process {margin-bottom:80px;}
	.process .txt-frame {font-size:16px; line-height:1.4;}
	.process .txt-frame h4{font-size:19px; margin:10px 0 5px 0;}
	.process .txt-frame h4 span{font-size:14px;}

	.career .sub-bottom-bg .bot-inner h3{margin-bottom:30px}
	.career .sub-bottom-bg .bot-inner h3:after{margin:15px auto 0;}
	.career .sub-bottom-bg .bot-inner{padding:60px 20px;}
	.career .sub-bottom-bg p{font-size:16px; line-height:1.4;}
	.career .sub-bottom-bg .tel-box{margin-top:15px; font-size:18px;}
	.career .sub-bottom-bg .tel-box .btn {padding:12px 0; width:220px; font-size:19px;}
	.career .sub-bottom-bg .tel-box .btn i{font-size:19px; margin-right:5px;}
}

@media only screen and (min-width:501px) {	
	.career .career-top .mo-top-img{display:none;}
}

@media only screen and (max-width:500px) {	
	.career .career-top{padding-left:0; height:auto; background:none; margin-bottom:50px;}
	.career .career-top .inner-title{display:block; background:#f3f4f1; padding:20px;}
	.career .career-top .inner-title p{font-size:18px; letter-spacing:-1px;}
	.career .career-top .inner-title p br{display:none; word-break:keep-all;}

	.process .img-frame{padding-bottom:0;}
	.process .txt-frame{padding-top:10px; height:130px;}
	.process li{width:50%; padding:0 10px; margin-bottom:30px}
	.process .txt-frame:before, .process .img-frame:before, .process .img-frame:after {display:none;}

	.process {margin-bottom:50px;}
	.career .sub-bottom-bg .bot-inner{padding:40px 15px;}
}

@media only screen and (max-width:480px) {	
	.process .txt-frame span {font-size:20px;}
	.process .txt-frame {font-size:15px; font-weight:400; color:#777}
}





/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	/* 일반게시판 List */
	.whois-board-list {display:inline-block;}
	.whois-board-list .whois-board-row {width:100%; margin:0 0 0 0; padding:15px; float:left; border-bottom:1px solid #d2d2d2; color:#000000; }
	.whois-board-list .whois-board-row:first-child{border-top:2px solid #222; } /* Line 색상 */
	.whois-board-list .whois-board-row .whois-board-row-subject { margin:0 0 5px 0; padding:0; font-size:20px; font-weight:600; }
	.whois-board-list .whois-board-row .whois-board-row-info { color:#acacac; font-size:15px;}
	.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author { max-width: 33vw; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; vertical-align: middle; }
	.whois-board-list .whois-board-row .whois-board-row-subject{font-size:18px;font-weight:normal;color:#333;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
	.whois-board-list .whois-board-row .whois-board-row-author{color:#585858;font-size:16px;font-weight:400;}
	.whois-board-list .whois-board-row .obj:first-child{width:80%;}
    .whois-board-view .btn_area{text-align:center;margin-top:50px;}
	.whois-board-view .btn_area .go_list{display:inline-block;/*border-bottom:2px solid #333*/;padding-bottom:5px;}
	/*.whois-board-view .btn_area .go_list button.arrow_button{border:none;outline:none;background:transparent;font-size:1.250em;font-weight:500;}*/
	.whois-board-view .btn_area .go_list button.arrow_button {
		display: inline-block;
		width: 100px;
		height: 5rem;
		line-height: 5rem;
		font-weight: 500;
		color: #fff;
		font-size: 1.6rem;
		padding: 0;
		text-align: center;
		border: 1px solid #d6dadd;
		border-radius: 5px;
		background:#333;
	}

	.whois-board-view .btn_area .go_list button.arrow_button:hover{background:#0d995c; border:1px solid #0d995c; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
	.content-wrap .notice .list-inline{margin-top:50px;}

	/* 일반게시판 view */
	.whois-board-view {display:inline-block; border-top:2px solid #414141; padding-top:15px;} /* Line 색상 border-top:1px solid #e1e1e1; */
	.whois-board-view .board-info{padding-bottom:15px;}
	.whois-board-view .board-info span.user{font-weight:400;color:#333;}
	.whois-board-view .board-header .board-title{}
	.whois-board-view .board-header .board-title h3{width:95%;font-size:22px; margin:8px 0 20px;padding:0;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;}
	.whois-board-view .whois-board-view-row { width:100%; margin:0; padding:0; padding:10px 0 10px 0; float:left; border-bottom:1px solid #eee; }
	.whois-board-view .whois-board-view-row .whois-board-view-subject { width:100%; margin:0 0 15px 0; padding:0; float:left; font-size:18px; font-weight:600; }
	.whois-board-view .whois-board-view-row .whois-board-view-author { width:100%; margin:0 0 5px 0; padding:0; float:left;font-size:1.938em;font-weight:600; }
	.whois-board-view .whois-board-view-row .whois-board-view-info { width:100%; margin:0; padding:0 0 10px 0; float:left; color:#acacac; }
	.whois-board-view .whois-board-view-row .whois-board-view-content { width:100%; margin:0; padding:10px 0 10px 0; float:left;}
	.whois-board-view .board-content-wrap{padding:40px 20px 70px 20px;font-size:18px;font-weight:400;;border-top:1px solid #d2d2d2; border-bottom:1px solid #d2d2d2;}
	.whois-board-view .whois-board-view-files { width:100%; margin:0; padding:0; float:left; }
	.whois-board-view .whois-board-view-files .whois-board-view-file { width:100%; margin:0; padding:5px 0; float:left; font-size:12px; }
	.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count { font-size:11px; color:#c4c4c4; }
	
	
	.list-inline select {
	  background: #fff;
	  height: 5rem;
	  line-height: 5rem;
	  padding: 0 10px;
	  min-width: 100px;
	  vertical-align: top;
	  font-size: 1.4rem;
	  color: #555;
	  border-radius: 5px;
	}

	.list-inline .form-control {
	  background: #fff;
	  height: 5rem;
	  line-height: 5rem;
	  padding: 0 10px;
	  min-width: 160px;
	  vertical-align: top;
	  font-size: 1.4rem;
	  color: #555;
	  border: 1px solid #ddd;
	  border-radius: 5px;
	}
	
	.btn-search, .whois-button-submit, .btn-sub{
	  display: inline-block;
	  width: 80px;
	  height: 5rem;
	  line-height: 5rem;
	  background: #666;
	  font-weight: 500;
	  color: #fff;
	  font-size: 1.6rem;
	  padding: 0;
	  text-align: center;
	  border-radius: 5px;
	}

	/* portfolio */
	.portfolio_area .search_wrap{margin-bottom:40px;-webkit-box-align:end;-moz-box-align:end;-ms-flex-align:end;-webkit-align-items:end;align-items:end;}
	.search_wrap .search_cont{min-width:280px;border-bottom:2px solid #3c3c3c;position:relative;}
	.search_wrap .search_cont input{padding:7px 25px 5px 10px;border:none;font-size:1em;}
	.search_wrap .search_cont button{position:absolute;right:10px;top:50%;margin-top:-10px;border:none;outline:none;width:18px;height:20px;background-image:url('/images/kor06r-22-0459/sub/icon_search.png');display:inline-block;background-repeat:no-repeat;background-position:center center;background-size:auto;text-indent:-9999px;background-color:transparent;}

	/* 신청폼 
	.cont_area.inquiry{}
	.cont_area.inquiry .content-wrap .form-group{margin-bottom:30px !important;padding:10px 10px 10px 7%;position:relative;border-bottom:1px solid #ccc;}
	.cont_area.inquiry .content-wrap .form-group label{top:50%;left:5px;margin-top:-10px;padding:0;position:absolute;font-size:1.063em;font-weight:400;color:#222;}
	.cont_area.inquiry .content-wrap .form-group label .whois-validation-required{color:#222;}
	.cont_area.inquiry .content-wrap .form-group input.form-control{padding:10px;font-size:1.063em;border:none;height:auto;border-radius:none;}
	.cont_area.inquiry .content-wrap .form-group.text-group,
	.cont_area.inquiry .content-wrap .form-group.edit-group{padding:10px 0;border-bottom:none;}
	.cont_area.inquiry .content-wrap .form-group.text-group label,
	.cont_area.inquiry .content-wrap .form-group label.editContent{margin-bottom:10px;top:auto;margin-top:0px;position:relative;left:auto;}
	.cont_area.inquiry .content-wrap .form-group.edit-group textarea.form-control{padding:20px;margin-bottom:10px;min-height:180px;line-height:1.7;font-size:1em;border:1px solid #ccc;background:#f5f5f5;color:#858585;}
	.cont_area.inquiry .content-wrap .form-group label.editContent2{font-size:0.875em;color:#666;}
	.cont_area.inquiry .content-wrap .form-control.btn.whois-button-submit{width:250px;height:65px;line-height:65px;margin:30px auto 0 auto;font-size:1.5em;border-radius:35px;background:#232323;color:#fff;text-align:center;display:block;padding:0;}
	.cont_area.inquiry .content-wrap .form-control.btn.whois-button-submit:hover{background:#000;}
	.cont_area.inquiry .content-wrap .col-xs-12.form-group.half{width:47% !important;}
	.cont_area.inquiry .content-wrap .col-xs-12.form-group.half:nth-child(even){float:right;}
	.cont_area.inquiry .content-wrap .col-xs-12.form-group.half:after{content:'';clear:both;display:block;}
	
	*/

	/* 게시판 버튼 */
	.btn-search, .whois-button-submit, .btn-sub { color:#fff; background-color: #0d995c; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; transition: all .3s ease-out;}
	.btn-search:hover, .btn-search:focus, .whois-button-submit:hover,.whois-button-submit:focus, .btn-sub:hover, .btn-sub:focus { /*color:#fff; background-color: #034c94;*/ }

	/* 게시판 공통 */
	.sub-box { margin-right:5px; background-color: #0575ab;  border: 0; color:#ffffff; display: inline-block; font-family: "Nanum Gothic", sans-serif;}
	.sub-box.sm { font-size: 12px; padding: 2px 5px;}
	.sub-box.m { font-size: 14px; padding: 4px 8px;}
	.sub-box.lg { font-size: 16px; padding: 6px 12px;}
	 
	.sub-border { border: 1px solid #0575ab; }
	.sub-border-t { border-top: 1px solid #0575ab; }
	.sub-border-r { border-right: 1px solid #0575ab; }
	.sub-border-b { border-bottom: 1px solid #0575ab; }
	.sub-border-l { border-left: 1px solid #0575ab; }

	.sub-bg { background-color: #0575ab; }
	.sub-bg-hover:hover { background-color: #034c94; }

    @media only screen and (max-width:980px){
	    .portfolio_area.ff_cont .obj{flex:0 0 100%;-ms-flex:0 0 100%;max-width:100%;}
		.portfolio_area .search_wrap{display:inline-block;}
		.search_wrap .search_cont{min-width:100%;width:100%;}
		.whois-board-view .board-content-wrap{padding:30px 10px 50px 10px;}
        .whois-board-view .btn_area{margin-top:40px;}

		/*.cont_area.inquiry .content-wrap .form-group{margin-bottom:20px !important;padding:10px 10px 10px 10%;}
		.cont_area.inquiry .content-wrap .form-group.edit-group textarea.form-control{padding:15px;}
		.cont_area.inquiry .content-wrap .col-xs-12.form-group.half{width:100% !important;}
		.cont_area.inquiry .content-wrap .form-control.btn.whois-button-submit{width:200px;height:60px;line-height:60px;margin:20px auto 0 auto;border-radius:30px;}*/
	}
	    
    @media only screen and (max-width:768px) {
		.content-wrap .notice .list-inline{margin-top:30px;}
		.whois-board-list .whois-board-row .whois-board-row-subject{font-size:16px;}
		.whois-board-list .whois-board-row{padding:12px 10px;}
		.whois-board-list .whois-board-row .whois-board-row-info,
		.whois-board-list .whois-board-row .whois-board-row-author{font-size:15px;}

		.whois-board-view .board-header .board-title h3{font-size:18px; margin:0px 0 10px;}
		.whois-board-view{padding-top:10px;}

		.whois-board-view .board-content-wrap{padding:20px 5px 20px 5px; font-size:16px;}
        .whois-board-view .btn_area{margin-top:30px;}		
		
		/*.cont_area.inquiry .content-wrap .form-group{margin-bottom:10px !important;padding:10px 10px 10px 12%;}
		.cont_area.inquiry .content-wrap .form-group.edit-group textarea.form-control{padding:10px;}
		.cont_area.inquiry .content-wrap .form-control.btn.whois-button-submit{width:100%;height:55px;line-height:55px;border-radius:30px;}*/

		.whois-board-view .btn_area .go_list button.arrow_button{width:80px;}

		.list-inline>li{padding:0 2px;}
		.list-inline select {min-width: 50px;}
		.list-inline .form-control {min-width: 110px;}		
		.btn-search, .whois-button-submit, .btn-sub{width:70px;}
    }


    @media only screen and (max-width:520px) {
		/*.cont_area.inquiry .content-wrap .form-control.btn.whois-button-submit{height:50px;line-height:50px;border-radius:25px;}*/
    }


/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
	.material-form{margin:0 auto; background:#fff;}
    .material-form h3 {position:relative; font-size:50px; font-weight:500; text-align:left; color:#d5d5d5; letter-spacing:-3px;}
    .material-form h3:after {content: ''; position: absolute; left: 0; bottom: 1px; width: 100%; height: 3px; background: #d5d5d5;}
    .material-form .body {margin:60px auto 0 !important; padding:0 15px;}
    .material-form p.page_slogan {position: relative; margin-bottom: 60px; margin-top: 30px; color: #333; padding-left: 13px; font-size: 30px; font-weight: 300; text-align: left; line-height: 30px; letter-spacing: -0.5px; }
    .material-form p.page_slogan:before {content: ''; position: absolute; left: 0; top: 0; width: 2px; height: 100%; background: #ffa800;}
    .material-form span.c_red {color:#f00;}

	.material-form .header{padding:50px 10px; background:#6498fe; font-size:16px; color:#fff;}
	.material-form .header h3{font-size:30px;}
	.material-form .header p,
	.material-form .header span{margin-top:15px; font-size:16px; color:#fff;}

	.material-form .sub-header h4{font-weight:bold;	height:34px; line-height:34px; font-size:16px;}
	.material-form .sub-content .form-group:last-child{margin:0;}

	.material-form .input-group{position:relative; border:0;}
	.material-form .input-group .input-group-addon{padding-right:6px; padding-left:6px; background:#fff; border:0;}

	.material-form .form-control,
	input[type='text'].whois,
	input[type='password'].whois,
	select.whois{border:1px solid #ccc; transition:0.3s all ease;}

	/*.material-form .btn:first-child,*/
	.material-form .input-group .form-control:first-child,
	.material-form .input-group .form-control.first,
	.material-form .input-group .th + .form-control,
	.th + input[type='text'].whois,
	.th + input[type='password'].whois,
	.th + select.whois{border-bottom-left-radius:4px; border-top-left-radius:4px;}

	/*.material-form .btn:last-child,*/
	.material-form .input-group .form-control:last-child,
	.material-form .input-group .form-control.last,
	.material-form .input-group .input-group-btn:last-child,
	.material-form .input-group .input-group-btn:last-child button,
	.material-form .input-group .input-group-btn:last-child .btn{border-bottom-right-radius:4px; border-top-right-radius:4px;}

	.material-form .form-group{margin-bottom:15px; overflow:visible;}

	.material-form .form-group.success .form-control{color:#5cb85c;}
	.material-form .form-group.failed .form-control{color:#d9534f;}
	.material-form .form-control[readonly]{background:#fff;}
	.material-form .btn {height:38px;}
	.material-form .btn-default{-webkit-transition:all .3s ease-out; -moz-transition:all .3s ease-out; transition:all .3s ease-out;}

	.material-form .input-group input,
	.material-form .input-group select,
	input[type='text'].whois,
	input[type='password'].whois,
	select.whois{z-index:10;}

	.input-group label.th{z-index:9; display:none; position:absolute; top:50%; left:10px; margin-top:-10px; height:20px; color:#ccc;}

	.input-group label.th.ie9{z-index:11; display:block;}
	.material-form .desc{padding:10px 0;}

	.chkbox{display:inline-block; margin:0; padding:0;}
	.chk-block,
	.chk-block span{display:block; text-align:center; width:100%;}
	.chkbox input[type='radio'],
	.chkbox input[type='checkbox']{display:none;}
	.chkbox input[type='radio']~.rbtn{padding: 6px 12px; line-height:27px; border:1px solid #ccc; border-radius:3px; cursor:pointer;}
	.chkbox input[type='radio']:checked~.rbtn{background:#ccc; color:#fff;}
	.chkbox input[type='radio']~.box,
	.chkbox input[type='checkbox']~.box{display:block; color:#bbb; cursor:pointer; transition:0.5s all ease;}
	.chkbox input[type='radio']~.box:before,
	.chkbox input[type='checkbox']~.box:before{display:inline-block; margin-right:5px; padding:2px;	font-family:'Glyphicons Halflings'; font-size:18px; font-weight:normal; line-height:1; text-align:center; transition:0.4s all ease; vertical-align:middle; color:#cfcfcf;}
	.chkbox input[type='radio']~.box:before{content:"e165";}
	.chkbox input[type='checkbox']~.box:before{content:"e013";}
	.chkbox input[type='radio']:checked~.box,
	.chkbox input[type='checkbox']:checked~.box{color:#666;}
	.chkbox input[type='radio']:checked~.box:before,
	.chkbox input[type='checkbox']:checked~.box:before{color:#666;}

    .process-wrap {display: flex; gap: 10px; margin: 50px 0 0;}
    .process-wrap .item {flex: 1; border: 1px solid #ddd; padding: 25px; font-weight: 400;}
    .process-wrap .item + .process-wrap .item {margin-left: 16px;}
    .process-wrap .item > div {display: flex; align-items: center; justify-content: center;}
    .process-wrap .item .num {color: #2f4f7f; font-size: 30px; text-align: center;}
    .process-wrap .item .num:after {content:''; display: inline-block; width: 1px; height: 20px; background-color: #ddd; margin: 0 25px;}
    .process-wrap .item .desc {display: inline-block; color: #555; font-size: 20px; padding: 0;}

    @media only screen and (max-width: 1200px) {
        .material-form h3 {padding:0 15px;} 
        .material-form p.page_slogan {margin: 30px 15px 60px; padding: 0 15px; font-size: 20px; line-height: 1;}
    }

    @media only screen and (max-width: 820px) {
        .process-wrap {gap: 5px; margin: 20px 15px;}
        .process-wrap .item {flex: 1; border: 1px solid #ddd; padding: 10px; font-weight: 400;}
        .process-wrap .item > div {display: block; text-align: center;}
        .process-wrap .item .num {color: #2f4f7f; font-size: 15px; text-align: center;}
        .process-wrap .item .desc {display: inline-block; color: #555; font-size: 15px; padding: 0;}
        .process-wrap .item .num:after{display: none}
        
    }


/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
    .common-content h3 {position:relative; font-size:50px; font-weight:500; text-align:left; color:#d5d5d5; letter-spacing:-3px;}
    .common-content h3:after {content: ''; position: absolute; left: 0; bottom: 1px; width: 100%; height: 3px; background: #d5d5d5;}
    .common-content p.page_slogan {position: relative; margin-bottom: 60px; margin-top: 30px; color: #333; padding-left: 13px; font-size: 30px; font-weight: 400; text-align: left; line-height: 30px; letter-spacing: -1px; }
    .common-content p.page_slogan:before {content: ''; position: absolute; left: 0; top: 0; width: 2px; height: 100%; background: #ffa800;}
    .common-content p.page_slogan span.c_red {color:#f00;}

    .common-content .sub-content {margin-top:60px;}

    @media only screen and (max-width: 1200px) {
        .common-content h3 {padding:0 15px;} 
        .common-content p.page_slogan {margin: 30px 15px 60px; padding: 0 15px; font-size: 20px; line-height: 1;}
    }


/* 사이트정보 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.common-content .qna-info{margin-top:30px; font-size:18px;}