/* ÇÊ¿äÇÑ ÆùÆ®¸¸ »ç¿ëÇÒ°Í ³ª¸ÓÁö ÁÖ¼®Ã³¸®*/
/*@import url(fontawesome-all.css);   ÆùÆ®¾î½æ : cdn ÀÛµ¿ÇÏÁö ¾ÊÀ»¶§ ÁÖ¼®Ç®°Í */
/*@import url(nanumbarungothic.css);  ³ª´®¹Ù¸¥°íµñ :    font-family: 'Nanum Barun Gothic', sans-serif; font-weight:400;    */
/*@import url(nanumsquare.css); /* ³ª´®½ºÄù¾î :    font-family: 'NanumSquare', sans-serif; font-weight:400;    */
@import url(notosanskr.css); /*   NotoSanskr :   font-family: 'Noto Sans KR', sans-serif;  font-weight:400;         */
@import url(font_etc.css); /*   font-family: 'Do Hyeon', sans-serif;         */
@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One|Black+Han+Sans');


body,td,span,h1,h2,h3,h4,h5,div,p,li,ul,ol,dd,dt,section,input,textarea,select,button {margin:0;padding:0; font-size:14px; color:#000; line-height:1.6em; font-family: 'Noto Sans KR', sans-serif; font-weight:400; letter-spacing:-0.02em;}
ul,ol,li{margin:0;padding:0;list-style:none;}

a, img{border:0px; vertical-align:middle;}
a{text-decoration:none; color:#000;}
strong{font-weight:700;}


/*³ª´®½ºÄù¾î ÆùÆ® »ç¿ë½Ã ÆÐ½º¿öµå ±ÛÀÚÇ¥±â ¾ÈµÇ´Â ¿À·ù¼öÁ¤*/
input[type=password]{font-family: 'µ¸¿ò','µ¸¿òÃ¼';}
input[type=password]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'NanumSquare', sans-serif;
}
input[type=password]::-moz-placeholder { /* Firefox 19+ */
  font-family: 'NanumSquare', sans-serif;
}
input[type=password]:-ms-input-placeholder { /* IE 10+ */
 font-family: 'NanumSquare', sans-serif;
}
input[type=password]:-moz-placeholder { /* Firefox 18- */
  font-family: 'NanumSquare', sans-serif;
}


.fc_pointer {color:#57b5f0;}
.fc_red{color:#d40b1b;}
.fc_blue{color:#117ec2;}
.fc_orange{color:#fd7701;}



*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.pT10 {padding-top:10px;}
.pT15 {padding-top:15px;}
.pT20 {padding-top:20px;}
.pT25 {padding-top:25px;}
.pT30 {padding-top:30px;}
.pT40 {padding-top:40px;}
.pT50 {padding-top:50px;}

.pR10 {padding-right:10px;}
.pR15 {padding-right:15px;}
.pR20 {padding-right:20px;}
.pR25 {padding-right:25px;}
.pR30 {padding-right:30px;}
.pR40 {padding-right:40px;}
.pR50 {padding-right:50px;}

.pB10 {padding-bottom:10px;}
.pB15 {padding-bottom:15px;}
.pB20 {padding-bottom:20px;}
.pB25 {padding-bottom:25px;}
.pB30 {padding-bottom:30px;}
.pB40 {padding-bottom:40px;}
.pB50 {padding-bottom:50px;}

.pL10 {padding-left:10px;}
.pL15 {padding-left:15px;}
.pL20 {padding-left:20px;}
.pL25 {padding-left:25px;}
.pL30 {padding-left:30px;}
.pL40 {padding-left:40px;}
.pL50 {padding-left:50px;}





#back_cover, #sideMenu{display:none;}

#mobile_header {width:100%; height:60px;  line-height:60px; border:0px solid red; z-index:99999; display:none;}
#mobile_header .inner {top:0; left:0; z-index:50; width:100%; height:60px; line-height:60px; overflow:hidden; background:#fff;}
#mobile_header h1 { width:220px; padding-top:15px; text-align:center; margin:0 auto; }
#mobile_header h1 img { width:60%; overflow:hidden;}
#mobile_header .m_gnb li {list-style:none;}
#mobile_header .m_gnb li a {display:block; top:0; width:100%; text-align:center; color:transparent;}
#mobile_header .m_gnb li.category a i{float:left; position:absolute; width:20px; height:20px; line-height:20px; left:15px; top:20px; font-size:23px; color:#333;}
#mobile_header .m_gnb li.home a i { float:left; position:absolute; width:20px; height:20px; line-height:20px; right:15px; top:20px; font-size:23px; color:#333; }



.swiper-container { width: 100%; height:100%; margin-left: auto; margin-right: auto; background-size: cover; }
.swiper-slide { text-align: center; background: #fff;    /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


#header_wrap{ width:100%; height:110px; background:none; background-color:#fff;}
#header_wrap:after{content:""; display:block; clear:both;}
#header_wrap .header_area { width:1200px; text-align:center; padding:0px 0; margin:0px auto; height:110px; background:none;}
#header_wrap .header_area h1 {float:left; text-align:left; padding-top:30px;}


	.gnb {width:100%; text-align:right; height:30px; padding-top:15px;}
	.gnb a{display:inline-block; font-size:0.9em; color:#777; padding-left:15px;}
	.gnb a:hover{margin:0; color:#1c3b8e;}

	.lnb {float:right; width:;  height:110px; line-height:110px; text-align:right; background:none;}
	.lnb ul {padding:0; margin:0; }
	.lnb ul li {position:relative; display:inline-block; margin:0; padding:0 50px; text-align:center; z-index: 9999999999;}
	.lnb ul li:last-child {padding-right:0px;}
	.lnb ul li a {display:block; margin:0; padding:0; width:100%; height:110px; line-height:110px; font-size:1.3em; color:#000; cursor:pointer;  font-weight:400;  }
	.lnb ul li a:hover {margin:0; padding:0; cursor:pointer; color:#1c3b8e;}
	.lnb ul li .sub_menu {height:0px; -webkit-transition: all 200ms ease-in;	-ms-transition: all 200ms ease-in;	-moz-transition: all 200ms ease-in;	transition: all 200ms ease-in; }
	/*
	.lnb ul li span {position:absolute; left:50%; bottom:0px; width:0px; height:2px; background-color:#ba1a1c; z-index: 9999999888;
		-webkit-transition: all 200ms ease-in;
		-ms-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}
	*/

	.lnb ul li.on span, .lnb ul li:hover span {display:block; }

	.lnb ul li .sub_menu {position:absolute; top:110px; text-align:center; background:rgba(255,255,255,1);  height:0; overflow:hidden; margin:0; padding:0;
		-webkit-transition: all 200ms ease-in;
		-ms-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}

	.lnb ul li:hover .sub_menu {-webkit-transition: all 200ms ease-in;	-ms-transition: all 200ms ease-in;	-moz-transition: all 200ms ease-in;	transition: all 200ms ease-in; }
	.lnb ul li:nth-child(1):hover .sub_menu {height:175px;} /*È¸»ç¼Ò°³_¼­ºê¸Þ´º³ôÀÌ*/
	.lnb ul li:nth-child(2):hover .sub_menu {height:140px;} /*ºê·£µå_¼­ºê¸Þ´º³ôÀÌ*/
	.lnb ul li:nth-child(3):hover .sub_menu {height:70px;} /*¸Þ´º_¼­ºê¸Þ´º³ôÀÌ*/
	.lnb ul li:nth-child(4):hover .sub_menu {height:105px;} /*ºê·£µå_¼­ºê¸Þ´º³ôÀÌ*/

	/*.lnb ul li:hover span { width:140px; margin-left:-64px; box-sizing:border-box;}*/
	.lnb ul li .sub_menu a {display:block; width:160px; height:35px; line-height:35px; font-size:1em; color:#000; border:0px solid #eee; border-top:0; box-sizing:border-box;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.lnb ul li .sub_menu a:hover {width:160px; height:35px; line-height:35px; background:#0069B5; color:#fff;}
	.lnb .top_btn { float:right; width:10%;  }
	.lnb .top_btn a {display:inline-block; vertical-align:middle; margin:0 10px;}


#main_visual{clear:both; position:relative; text-align:center; width:100%; max-height:100%; height:auto; padding:0; margin:0px auto; z-index:0; }
#main_visual:after{ content:""; display:block; clear:both;}
#main_visual .swiper-slide{width:100%; height:520px; max-height:100%;  padding:0; }
#main_visual .swiper-slide div.backgroundimg1{width:100%; height:100%; background:url('//seogangbest.cdn3.cafe24.com/html/image/main_visual01.jpg') top center no-repeat;}
#main_visual .sliderkit-text {width:100%; max-width:1200px; border:0px solid red; position:absolute; top:35%; left:50%; text-align:center; transform:translate(-50%,0); margin-left:0px; }
#main_visual .sliderkit-text h1.eviewa{font-size:2.3em;  color:#fff; line-height:1.3em; letter-spacing:0em; padding-bottom:10px; } 
#main_visual .sliderkit-text h1.lviewa{font-size:6em; font-family: 'Black Han Sans', sans-serif; color:#fff; font-weight:400; }
#main_visual .sliderkit-text h1.lviewa span{position:absolute; display:inline-block;  font-size:0.7em; color:#fff; margin:0; padding:0; margin-top:5px; margin-left:-10px;}
#main_visual .swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:250px; display:block;}
#main_visual .swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:250px; display:block;}


#comm_wrap { width:100%; margin:80px auto; background-color:#fff;}
#comm_wrap:after{ content:""; display:block; clear:both;}
#comm_wrap .header_area { position:relative; text-align:center; }
#comm_wrap .comm_list { width:100%; max-width:1200px; margin:0 auto; }
#comm_wrap .comm_list:after{ content:""; display:block; clear:both;}
#comm_wrap .comm_list > li { float:left; position:relative; text-align:left; width:30.333333%; margin-left:4.5%;}
#comm_wrap .comm_list > li:first-child { margin-left:0; }
#comm_wrap .comm_list > li h1{font-size:1.5em; font-weight:700;}
#comm_wrap .comm_list > li span.more{position:absolute; right:0; top:0;}
#comm_wrap .comm_list > li span.more a{display:inline-block; width:25px; height:25px; line-height:25px; text-align:center; background-color:#273D93; color:#fff; font-size:1.3em;}
#comm_wrap .comm_list > li ul{width:100%; margin-top:20px;}
#comm_wrap .comm_list > li ul li{width:100%; height:30px; text-align:left; margin-left:0px;}
#comm_wrap .comm_list > li h2{text-align:left; font-size:1.3em; color:#273D93; margin-top:20px; margin-bottom:10px;}
#comm_wrap .comm_list > li p{text-align:left; font-size:1em; color:#666;}
#comm_wrap .comm_list > li div{position:absolute; bottom:5px; right:0px; font-size:2em; color:#725D50;}



#main_con_wrap{clear:both; width:100%; height:200px; padding-top:45px; margin:0px auto; background:url('//seogangbest.cdn3.cafe24.com/html/image/006.jpg') top center no-repeat;}
#main_con_wrap:after{ content:""; display:block; clear:both;}
#main_con_wrap h1{text-align:center; font-size:2.5em; color:#000; font-family: 'Alfa Slab One', cursive; text-shadow: 2px 2px 3px rgba(255,255,255,0.5); letter-spacing:0.05em;}
#main_con_wrap h2{text-align:center; font-size:1.3em; color:#000; margin-top:5px; font-weight:900;}



#products_wrap { position:relative;  overflow:hidden; width:100%; padding:100px 0; margin:0px auto; background:url('//seogangbest.cdn3.cafe24.com/html/image/products_back.gif')repeat; background-position:center top; }
#products_wrap:after{ content:""; display:block; clear:both;}
#products_area { position:relative; width:100%; max-width:1200px; margin:0px auto; z-index:1;}
#products_area .products_tit p { text-align:center; font-size:3em;  line-height:50px; color:#000; font-weight:700; padding:0; margin:0px auto;  }
#products_area .products_tit span { display:block; text-align:center; font-size:1.2em; color:#777;  padding:0 10px; margin:10px 0 50px 0; word-break: keep-all;}

.products_list{ position:relative;  width:100%; max-width:1200px; text-align:center; margin:0px auto; overflow:hidden; z-index:1;}
.products_list:after {content:""; display:block; clear:both;}
.products_list ul{ float:left; font-size:0; list-style:none;  padding:0; margin-bottom:50px; overflow:hidden; }
.products_list ul li{  display:inline-block; margin-right:14px; padding:0; width:282px; vertical-align:top; text-align:center; border:1px solid #ddd; box-sizing:border-box;}
.products_list ul li:last-child{margin-right:0px;}
.products_list ul li .pro_zoom { width:100%; height:100%; margin:0; overflow:hidden; }
.products_list ul li .pro_zoom img {width:100%; transition: transform 1s; -webkit-transition: -webkit-transform 1s;}
.products_list ul li .pro_txt { width:100%; height:100%; padding:20px 15px; margin:0; overflow:hidden; border-top:1px solid #ddd; box-sizing:border-box;}
.products_list ul li .pro_txt p {display:block; width:100%; font-size:1.2em;font-weight:700; text-overflow:ellipsis; white-space:nowrap;word-wrap:normal; overflow:hidden}
.products_list ul li .pro_txt span {display:block; font-size:1em; color:#777;}
.products_list ul li:hover {border:1px solid #f2f2f2; box-sizing:border-box;}
.products_list ul li:hover img{ transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.); }
.products_list ul li:hover .pro_txt {background:#f2f2f2;}
.products_list ul li:hover .pro_txt p {color:#000; }

a.btn_ok1:link, a.btn_ok1:visited, a.btn_ok1:active{letter-spacing:0em; text-align:center; display:inline-block; font-size:1.25em; width:200px; height:50px; line-height:50px; text-decoration:none; color:#fff; background:#000;  border-radius:0px; -webkit-transition: all 200ms ease-in;
		-ms-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		transition: all 200ms ease-in;}
a.btn_ok1:hover {color:#fff !important; background:#1c3b8e !important; }






#footer{ clear:both; width:100%; text-align:left; margin:0; padding-bottom:70px; background:#333;}
#footer:after{ content:""; display:block; clear:both;}
#footer .copy_bar{ width:100%;}
#footer .copy_bar div{width:100%; max-width:1200px; margin:0 auto; text-align:left;}
#footer .copy_bar div .copy_menu { padding-top:30px; }
#footer .copy_bar div .copy_menu a{color:#fff; }
#footer .copy_bar div .copy_menu a:hover{color:#fd7701; }


#footer .copy_area{position:relative; width:100%; max-width:1200px; margin:0 auto; padding-top:20px; }
#footer .copyright{float:left; width:100%; text-align:left; padding:0; }
#footer .copyright p{width:100%; text-align:left; color:#888;}
#footer .copyright p span{ display:inline-block; color:#888; margin-right:15px; font-size:12px;}







#sub_visual{width:100%; height:240px; text-align:center; background:#e8e9eb;}
.backgroundimg{position:relative; width:100%; height:240px; text-align:center; margin:0 auto; z-index:0; }
.visual_area {width:100%; max-width:2000px; height:240px; margin:0 auto; background:url('//seogangbest.cdn3.cafe24.com/html/image/sub_visual01.jpg') no-repeat top center}



#sub_wrapper{ width:100%; margin:0 auto;}
#sub_wrapper:after{ content:""; display:block; clear:both;}
#sub_menu{ display:block; width:100%; margin:0px auto; background:#00499d; border-bottom:0px solid #eee; z-index:100000;} /*¸Þ´º°¡¸²*/



.sub_location{ width:100%; max-width:1200px; height:60px; font-size: 0; margin:0 auto;}
.sub_location > div{font-size: 0;}
.sub_location > div .cen{ float:left; width:60px; height:60px; line-height:60px; text-align:center; border-left: 1px solid #1b69c3; border-right: 1px solid #1b69c3;}
.sub_location > div .cen i{ color:#fff; font-size:1.2em;}

.sub_location ul{width:100%; max-width:1200px; padding:0; margin:0; display: inline-block; width:200px; border-right: 1px solid #1b69c3;vertical-align: top; box-sizing:border-box; z-index:999999999;}
.sub_location ul:first-child{ border-left: 1px solid #eee; }
.sub_location ul li{position: relative; width:100%;  z-index:999999999;}
.sub_location ul li span{display: block; padding: 0 15px; line-height: 60px; font-size:1.2em; color: #fff; background: url('//seogangbest.cdn3.cafe24.com/html/image/icnLocaArr.png') 90% center no-repeat; cursor: pointer;}
.sub_location ul.on li span{background: url('//seogangbest.cdn3.cafe24.com/html/image/icnLocaArr1.png') 90% center no-repeat;}
.sub_location ul li a{width:100%; display: block; padding: 8px 15px; color: #000;}
.sub_location ul li a:hover{color: #fff; background:#000; box-sizing:border-box;}

.sub_location ul ul{display: none;position: absolute;top:60px; left: -1px; padding: 0px 0; background:#fff; border: 1px solid #eee;  border-top:none; z-index:999;}
.sub_location ul.on li ul{display: block;}
.sub_location ul.dep2 li span{color:#facc39; }
.sub_location ul.dep2 ul{width:180px;}



#sub_tit {  position:absolute; width:100%; max-width:1200px; margin:0px auto; top:175px; left:50%; margin-left:-600px; border:0px solid red;}
#sub_tit .path { display:none; position:absolute; top:190px; right:0;  }
#sub_tit .path li { float: left; text-align:center; font-size:0.9em; padding: 0 8px 0 12px; margin:0; color: #333; background: url('//seogangbest.cdn3.cafe24.com/html/image/ico_path.gif') no-repeat left center; }
#sub_tit .path li a span.ic-home {padding: 0;cursor: pointer;}
#sub_tit .path li a span.ic-home i { background: url('//seogangbest.cdn3.cafe24.com/html/image/icon_home.png')no-repeat left center; display:inline-block; width:11px; height:11px;}
#sub_tit .path li:first-child { background:none;}
#sub_tit .path li:last-child { color:#333; font-weight:700;}

#sub_tit .title{ position:relative; padding-bottom:5px; font-size:2.4em;  font-weight:700;  color:#fff; text-align:center; text-transform:uppercase; text-shadow: 0px 1px 4px #333; } 
#sub_tit .title:after{display:block; content:""; width:3%; margin:5px auto;  height:1px; background:#fff;}
#sub_tit .normal_txt{display:block; margin:0px 0; font-size:1.2em; font-weight:700; color:#fff; opacity:0.9; text-transform:uppercase; text-align:center; line-height:1.4em; word-break: keep-all; text-shadow: 0px 1px 4px #333; }



.scontents{width:100%; height:100%; max-width:1200px; margin:0px auto; padding:50px 0 100px 0; }
.scontents:after{ content:""; display:block; clear:both;}

.scontents .con_arrow {font-size:1.6em; font-weight:700; line-height:30px;  color: #000; margin:50px 0 20px 0;}
.scontents .con_arrow:before { content: ""; width:16px; height:16px; display:inline-block; border:5px #59647A solid; box-sizing:border-box; border-radius:14px; background:#fff; margin-right:10px;}
.scontents .con_arrow:first-child { margin:0 0 20px 0;}





.company { width:100%; max-width:1200px; margin:0 auto;}
.company:after{ content:""; display:block; clear:both;}
.company .ceo_tit { width:100%; text-align:left; margin-top:30px; }
.company .ceo_tit span strong { line-height:1em; font-size:1.8em;  font-weight:500;  letter-spacing:0em;  color:#000;}
.company .ceo_tit .ceo_msg { margin-top:20px; word-break: keep-all; }
.company .ceo_tit .ceo_msg span{display:block; font-size:1.3em; color:#000; line-height:1.8em;  margin-top:15px;}
.company .ceo_tit .ceo_msg .ceo_sign { margin-top:20px; font-size:1.3em; color:#000;}

.company .summary { float:left; width:100%; margin-top:50px;}



.sview{display:none;}

.map_wrap{ width:100%; max-width:1200px; margin:0 auto; margin-bottom:0px;}
.map_wrap:after{ content:""; display:block; clear:both;}
.map_wrap .g_map{ height:400px; overflow:hidden; margin-bottom:0px;}
.map_wrap h1{text-align:left; font-size:1.5em; color:#000; margin-top:20px; margin-bottom:10px;}

.tbl{margin-top:10px; border-top:1px solid #000; width:100%;}
.tbl th{border-bottom:1px solid #ddd; font-size:1.1em; color:#000; width:15%; text-align:center; background-color:#f2f2f2; height:35px;}
.tbl td{border-bottom:1px solid #ddd; text-indent:15px; text-align:left;}

.history{margin-top:10px; border-top:0px solid #000; width:100%;}
.history th{border-bottom:1px solid #ddd; font-size:1.1em; color:#000; width:15%; text-align:center; background-color:#f2f2f2; height:50px;}
.history td{border-bottom:1px solid #ddd; text-indent:15px; text-align:left;}
.history td h1{text-align:left; font-size:1.5em; color:#000; margin-top:20px; margin-bottom:10px;}

#history_img{clear:both; width:100%; height:200px; padding-top:60px; margin:0px auto; background:url('//seogangbest.cdn3.cafe24.com/html/image/007.jpg') top center no-repeat;}
#history_img:after{ content:""; display:block; clear:both;}
#history_img h1{text-align:center; font-size:2em; color:#333; font-family: 'Alfa Slab One', cursive; /*text-shadow: 2px 2px 3px rgba(0,0,0,0.5);*/ letter-spacing:0.05em;}
#history_img h2{text-align:center; font-size:1.3em; color:#000; margin-top:5px; font-weight:900;}



.product_view_left{width:45%; float:left;}
.product_view_right{width:50%; float:right;}
.product_view_right table { width:100%; border-top:1px solid #000; padding:0; margin:0; border-collapse:collapse;}
.product_view_right table th { width:20%; text-align:center; font-size:1.1em; color:#000; vertical-align:middle; font-weight:normal; padding:0; margin:0; padding:10px 0 10px 15px; background:#f5f5f5; border-bottom:1px solid #EEE;}
.product_view_right table td { width:80%; text-align:left; font-size:1em; color:#555; vertical-align:top;  padding:10px 0 10px 15px; background:#fff; border-bottom:1px solid #EEE;}
.product_view_right table td > a {color:#666;}
.product_view_right table td > a:hover {color:#000;}







a.btn_ok:link, a.btn_ok:visited, a.btn_ok:active{text-align:center; display:inline-block; width:60%; height:40px; line-height:37px; text-decoration:none; border:1px solid #eee; color:#333; background:#fff; -webkit-transition: all 200ms ease-in;
		-ms-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		transition: all 200ms ease-in;}
a.btn_ok:hover {color:#fff !important; background:#000000 !important; }



.ssview{display:none;}

@media all and (max-width:992px){

	body{min-width:100%;}
	
	#mobile_header{display:block; min-width:320px; }
	#header_wrap, #gnb_wrap, #gnb_area {display:none;}
	#sub_menu{display:block;}

	.lview{display:none;}
	.sview{display:block;}

	#back_cover {position:absolute; display:none; left:0; top:0;  width:100%; height:100%; top:0px; background:rgba(0,0,0,0.5); z-index:99998;}
	#sideMenu {display:inline; position:absolute; top:0; left:-250px; width:250px; height:100%; background-color:#fff; z-index:100001;}
	#sideMenu .side_close{height:60px; line-height:60px; background-color:#797A7C; color:#fff; text-align:right; font-size:1em;  cursor:pointer;}
	#sideMenu .side_title{height:60px; line-height:60px; background-color:#00499D; color:#fff; text-align:center; font-size:1.3em; }
	#sideMenu .navi_bg{ width:100%;}
	#sideMenu .nav { width:100%; margin:0 auto;  padding:0; list-style: none; overflow:hidden;  box-sizing:border-box;}/*ÁÖ¸Þ´º ¸¶¿ì½º ¾Æ¿ô*/
	#sideMenu .nav ul { width:100%; margin:0; padding:0;}
	#sideMenu .navi_set{ display:inline;  margin:0; padding:10px 0 10px 0; text-align:center;  }
	#sideMenu .navi_set > div {display:block; width:100%; height:40px; line-height:40px; border-bottom:1px solid #aaa; text-align:left; background-color:#fff; color:#333; text-indent:10px; cursor:pointer;}
	#sideMenu .navi_set ul {display:none;}
	#sideMenu .navi_set ul li {list-style:none; border-bottom:1px solid #eee;}
	#sideMenu .navi_set ul li a{display:block; width:100%; height:30px; line-height:30px; text-align:left; font-size:0.9em; color:#333; cursor:pointer;  text-indent:20px; background-color:#fff;}
	#sideMenu .navi_set ul li a:hover{color:#fff; background-color:#aaa; }

	
	#main_visual{height:auto; min-width:320px; }
	#main_visual:after{ content:""; display:block; clear:both;}
	#main_visual .sliderkit-panels{width:100%; height:550px; padding:0; }
	#main_visual .sliderkit-panel{width:100%; height:550px;padding:0; }
	#main_visual .sliderkit-panel img{width:100%; }
	#main_visual .sliderkit-nav {position:relative; width:105px; margin:0 auto; }
	#main_visual .sliderkit-nav-clip {position:absolute; height:10px; margin:0; top:550px;}
	#main_visual .sliderkit-nav-clip li {float:left; width:30px; height:10px;  background-color:#000; margin:0 2px; border:1px solid #fff; box-sizing:border-box;}
	#main_visual .sliderkit-nav-clip li.sliderkit-selected{background-color:#4664bc; box-sizing:border-box;}





	.products_list ul li{ margin-right:2%; width:46%; }
	.products_list ul li:nth-child(2){ margin-right:0; margin-bottom:2%;}



	

	#footer{ clear:both; min-width:320px; padding-bottom:30px; text-align:center;}
	#footer .copyright{width:100%; padding:0 30px; }
	#footer .copyright p{ text-align:center;}
	#footer .cs_area {display:none;}
	#footer .copy_bar{width:95%; margin:0 auto;}




	#backtotop{right:15px;}


	.sub_location > div .cen{ display:none;}
	.sub_location ul{width:50%;}
	.sub_location ul:first-child{border-left:0px; }
	.sub_location ul.dep2{border-right:0px;}
	.sub_location ul ul{width:100.8% !important;}

	.scontents{padding:20px 10px;}
	.scontents .stitle { margin-bottom:30px; }
	

	
	#sub_tit { top:15%; margin:30px auto; padding:0; left:0%; margin-left:0px; background:none;}
	#sub_tit .path { display:none; }
	#sub_tit .title{ font-size:2em; }
	#sub_tit .title:after{display:block; content:""; width:20%; height:3px; background:#fff; margin:10px auto; }
	#sub_tit .normal_txt{font-size:1.2em;  color:#fff;  text-transform:uppercase; text-align:center; line-height:1.6; word-break: keep-all; text-shadow: 0px 1px 4px #333; font-family: 'NanumSquare', sans-serif;}
	#sub_tit .normal_txt .color1{color:#fd7701;}


}



@media screen and (max-width: 768px) {
	
	

	#main_visual{height:auto;}
	#main_visual .swiper-slide{width:100%; height:400px;}
	#main_visual .swiper-slide div.backgroundimg1{height:400px; background:url('//seogangbest.cdn3.cafe24.com/html/image/main_visual01_m.jpg') top center no-repeat;}
	#main_visual .sliderkit-text {top:30%; text-align:center; border:0px solid red; background:rgba(255,255,255,0); padding:15px 0; }
	#main_visual .sliderkit-text h1.eviewa{font-size:2em;}
	#main_visual .sliderkit-text h1.lviewa{font-size:4em;}
	#main_visual .sliderkit-text h1 img{width:60%;}
	#main_visual .swiper-button-next{display:none !important;}
	#main_visual .swiper-button-prev{display:none !important;}
	.swiper-pagination{bottom:20px !important;}



	.sub_location > div .cen{ display:none;}
	.sub_location ul{width:50%;}
	.sub_location ul:first-child{border-left:0px; }
	.sub_location ul.dep2{border-right:0px;}
	.sub_location ul ul{width:100.8% !important;}

	.product_view_left{width:100%; float:none; text-align:center;}
	.product_view_right{width:100%; float:none;}


	#comm_wrap{width:85%; margin:40px auto;}
	#comm_wrap .comm_list > li { width:100%; margin-left:0px !important; padding-bottom:30px; border-bottom:1px solid #ddd; margin-bottom:30px; }
	#comm_wrap .comm_list > li:nth-child(3){border:0px; padding-bottom:0px; margin-bottom:10px; }

	.company .ceo_tit span strong{font-size:1.5em;}



}



@media screen and (max-width: 480px) {

	#main_visual .sliderkit-text h1.eviewa{font-size:1.8em;}
	#main_visual .sliderkit-text h1.lviewa{font-size:3em;}

	#products_area .products_tit p{font-size:2.5em;}
	#products_wrap{padding-bottom:30px;}
	.products_list{ width:90%; margin:0px auto; }
	.products_list ul{ width:100%; margin-bottom:20px;}
	.products_list ul li{ margin-right:0; width:100%; }
	.products_list ul li:nth-child(n+1){ margin-right:0; margin-bottom:5%;}
	.products_list ul li img{width:100%; }

	
	#main_con_wrap h1{font-size:1.8em; line-height:1em;}
	#main_con_wrap h2{font-size:1em; }

	#history_img h1{font-size:1.8em; line-height:1em;}
	#history_img h2{font-size:1em; }

	.history th span{display:none;}




	#footer .copyright span{font-size:1em;}
	#footer .copyright p{font-size:0.8em;}
	
	#sub_tit {top:14%; background:none;}
	#sub_tit .title{  font-size:2em;  } /*´ë¹®ÀÚ·Î*/
	#sub_tit .normal_txt{font-size:1em;}


	.ssview{display:block;}
	.g_map {width:100%; height:350px; overflow:hidden;}
	
	.ceo_msg img{width:40%; margin-right:10px !important;}
	.company .ceo_tit span strong{font-size:1.2em; line-height:1em;}

	#footer .copy_bar div{text-align:center;}

	.family_site{position:relative !important; width:90% !important; margin:0 auto !important; }
	#footer .copy_area{padding-top:30px;}


}


@media screen and (max-width: 360px) {
	

	#sub_visual{height:210px; }
	.backgroundimg{height:210px; }
	.visual_area {height:210px; background-position:center top; background-size:cover;}
	


}




/* ¹ÝÀÀÇü °Ô½ÃÆÇ °ü·Ã*/

#bo_sch #sfl{width:19%;}
#bo_sch .sch_input{width:70%;}
.select_bo_cate {width: 100%;	margin:0 auto;	 padding:0; display: block;	height: 40px;		border: 1px solid #ddd;		background: #fff;		position: relative;		text-align: left;	box-sizing:border-box; margin-bottom:20px; z-index:99999;}
.select_bo_cate a.sel {color: #333;	height: 40px;	line-height: 40px;	width: 100%;	display: block;		background: url(/img/select.gif) no-repeat top right;	font-size: 1em;		cursor: pointer;	text-indent:15px;}
.select_bo_cate a:hover {	text-decoration: none; }
.select_bo_cate ul{display:none; width:100%; margin:0; padding:0;  background:#333; border:1px solid #333; margin-top:-1px;}
.select_bo_cate ul li{width:100%; margin:0; padding:0;	}
.select_bo_cate li a {width:100%; margin:0; padding:0;	list-style: none;	display: block;	 height: 30px;	line-height: 30px;	font-size: 1em;	color:#fff;text-indent:10px;}

.select_bo_catea {width: 100%;	margin:0 auto;	 padding:0; display: block;	height: 31px;		border: 0px solid #ddd;		background: #fff;		position: relative;		text-align: left;	box-sizing:border-box; margin-bottom:20px; z-index:99999;}
.select_bo_catea a.sel {color: #333;	height: 30px;	line-height: 30px;	width: 100%;	display: block;		background: url(/img/select.gif) no-repeat center right;	text-align: left; font-size: 0.9em;		cursor: pointer;	text-indent:15px;}
.select_bo_catea a:hover {	text-decoration: none; }
.select_bo_catea ul{display:none; width:100%; margin:0; padding:0;  background:#fff; border-top:1px solid #ddd; margin-top:-1px;}
.select_bo_catea ul li{width:100%; margin:0; padding:0; text-align: left;	}
.select_bo_catea li a {width:100%; margin:0; padding:0;	list-style: none;	text-align: left;display: block;	 height: 25px;	line-height: 25px;	font-size: 0.9em;	color:#333;text-indent:10px;}

.mview{display:none;}

@media all and (max-width:1160px){ 
	#bo_sch #sfl{width:17%;}
	#bo_sch .sch_input{width:60%;}
}

@media all and (max-width:992px){ 
	#bo_sch{width:100%;}
	.mview{display:none;}
	#bo_cate_ul li{width:15%; min-width:100px;}
	#bo_cate a{padding:0 10px;}
}
@media all and (max-width:768px){ 
	.snone{display:none;}
	#bo_gall .gall_box{margin:0 0 20px 0}
	.gall_row .col-gn-3, .gall_row .col-gn-4, .gall_row .col-gn-5{width:50%;}
	.gall_row .col-gn-3:nth-child(2n+1), .gall_row .col-gn-4:nth-child(2n+1), .gall_row .col-gn-5:nth-child(2n+1){clear:both;}
	.gall_row .box_clear{clear:none;}
	.gall_text_href{font-size:0.9em;}

	#bo_v_con iframe{width:100%; height:auto; min-height:450px;}

	.mnone{display:none;}
	.mview{display:block;}

	.bo_w_info1{width:100% !important; margin-top:10px;}

	#bo_sch .sch_input{width:60%;}

	.date_l{float:none; margin:0 auto;}
	.date_r{float:none; margin:0 auto; margin-top:15px;}
}

@media screen and (max-width: 480px) {
	a.btn i,.btn i{display:none;}
	#bo_sch #sfl{width:20%;}
	#bo_sch .sch_input{width:55% !important;}

	.gall_row .col-gn-3, .gall_row .col-gn-4, .gall_row .col-gn-5{width:100%;}
	.gall_row .box_clear{clear:none;}

	#bo_cate li{min-width:auto;}
	#bo_cate a {padding:0px 10px;}

	#bo_v_con iframe{min-height:300px;}

	.mbskin{width:100%;}

	.date_l, .date_r{min-width:100%;}

	
}