#header { position: fixed; left: 0; right: 0; top: 0; width: 100%; z-index: 100; margin: 0 auto; background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.scroll,
#header.ov { background-color: #fff; box-shadow: 0 0 14px rgba(0, 0, 0, .4); }
#header.ov::before { position: absolute; left: 0; top: 90px; content: ''; width: 100%; height: 1px; background-color: #eaeaea; z-index: -1; }

/* hover, scroll 발생 시 */
#header.scroll .hd_wrap .logo,
#header.ov .hd_wrap .logo {	background: url(../images/logo_b.png) left top no-repeat; background-size: 213px 45px; }
#header.scroll #gnb > li > a,
#header.ov #gnb > li > a { color: #000; }
#header.scroll #mobileGnb_toggle span,
#header.ov #mobileGnb_toggle span { background-color: #000; }

.hd_wrap { position: relative; }
.hd_wrap .logo { position: absolute; left: 24px; top: 23px; width: 213px; height: 45px; background: url(../images/logo.png) left top no-repeat; background-size: 213px 45px; text-indent: -9999px; z-index: 110;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hd_wrap .logo a { display: block; width: 213px; height: 45px; }
.hd_inner { position: relative; max-width: 1280px; margin: 0 auto; }
.hd_inner .util_lang { position: absolute; right: 0; top: 33px; }
.hd_inner .util_lang a { position: relative; font-size: 16px; font-weight: 500; margin: 0 3px; padding: 0 3px; color: #aaa; }
.hd_inner .util_lang a::after { position: absolute; right: -6px; top: 50%; content: ''; width: 1px; height: 10px; margin-top: -5px; background: #aaa; }
.hd_inner .util_lang a:last-child::after { display: none; }
.hd_inner .util_lang a.active { color: #000; }

.gnb_wrap { text-align: center; }
#gnb { display: inline-block; margin: 0 auto; }
#gnb::after { content: ''; display: block; clear: both; visibility: hidden; }
#gnb > li { float: left; display: block; }
#gnb > li > a { position: relative; display: block; height: 90px; line-height: 90px; padding: 0 20px; margin: 0 20px; color: #fff; font-size: 18px; font-weight: 500; z-index: 110; }
#gnb > li > a::after { position: absolute; right: -16px; top: 50%; content: ''; width: 1px; height: 12px; margin-top: -6px; background: #d9d9d9; }
#gnb > li:last-child > a::after { display: none; }
#gnb > li:hover > a { color: #2075de; }
#gnb > li > a::before { position: absolute; bottom: -1px; left: 50%; content: ''; width: 0; height: 1px; background: #2075de; 
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
#gnb > li:hover > a::before { width: 100%; margin-left: -50%; }
#gnb > li .depth2 { font-size: 0; display: none; padding: 28px 0; width: 100%; text-align: center; }
#gnb:hover > li .depth2 { display: block; }
#gnb > li .depth2::after { content: ''; display: block; clear: both; visibility: hidden; }
#gnb > li .depth2 > li { text-align: center; display: block; }
#gnb > li .depth2 > li > a { display: block; font-size: 15px; font-weight: 400; line-height: 20px; color: #000; padding: 4px 0; margin: 8px 0; }
#gnb > li .depth2 > li > a:hover { color: #2075de; }


/* GNB MOBILE BUTTON */
#mobileGnb_toggle { position: absolute; right: 0; top: 0; width: 90px; height: 90px; z-index: 210; }
#mobileGnb_toggle > a { position: absolute; left: 50%; top: 50%; width: 20px; height: 20px; margin-left: -10px; margin-top: -10px; }
#mobileGnb_toggle span { position: absolute; right: 0; height: 3px; background-color: #fff; width: 100%; border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#mobileGnb_toggle span.barTop { top: 0; }
#mobileGnb_toggle span.barMid { top: 8px; width: 70%; }
#mobileGnb_toggle span.barBot { top: 16px; }
#mobileGnb_toggle a.on span {
	background-color: #000;
}
#mobileGnb_toggle a.on span.barTop { width: 100%; top: 12px;
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mobileGnb_toggle a.on span.barBot { width: 100%; top: 12px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#mobileGnb_toggle a.on span.barMid { width: 0; }

/* GNB MOBILE */
#gnb_moblie a span, #gnb_moblie .inner, #gnb_moblie li  {
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#gnb_moblie { position: fixed; left: -100%; top: 0; width: 100%; height: 100%; z-index: 200; visibility: hidden; }
#gnb_moblie .back { position: absolute; right: -100%; top: 0; width: 100%; height: 100%; background: #000; opacity: 0; }
#gnb_moblie .back::before { position: absolute; right: 0; top: 0; width: 100%; height: 100%; content: ''; background: #000; display: block; opacity: 0.4; z-index: 1; }
#gnb_moblie .inner { position: absolute; right: -100%; top: 0; width: 320px; height: 100%; margin-right: -320px; background: rgba(255,255,255,1); z-index: 3; overflow: hidden; overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#gnb_moblie .util_lang { position: absolute; left: 48px; top: 33px; width: auto; }
#gnb_moblie .util_lang a { display: inline-block; position: relative; font-size: 16px; font-weight: 500; margin: 0 3px; padding: 0 3px; color: #aaa; }
#gnb_moblie .util_lang a::after { position: absolute; right: -6px; top: 50%; content: ''; width: 1px; height: 10px; margin-top: -5px; background: #aaa; }
#gnb_moblie .util_lang a:last-child::after { display: none; }
#gnb_moblie .util_lang a.active { color: #000; } 

#gnb_moblie nav { margin: 98px 0; }
#gnb_moblie a { display: block; text-align: left; padding-left: 48px; font-size: 25px; font-weight: 500; text-transform: uppercase; line-height: 2; color: #000; }
#gnb_moblie li { 
	-webkit-transform: translate3d(250px, 0, 0);
	-moz-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
}
#gnb_moblie dl { display: none; margin: 0 auto 10px; background: #efefef; }
#gnb_moblie dt { font-size: 0; line-height: 0; visibility: hidden; }
#gnb_moblie dd > a { color: #000; font-size: 17px; text-align: left; padding-top: 12px; padding-bottom: 12px; }
#gnb_moblie .on > a { text-decoration: underline; }
#gnb_moblie .dep3 { background: #3061cf; padding: 12px 0; }
#gnb_moblie .dep3 dd > a { padding: 0 0 0 48px; color: #fff; }
#gnb_moblie .m1 { -ms-transition-delay: 0.035s; -moz-transition-delay: 0.035s; -webkit-transition-delay: 0.035s; transition-delay: 0.035s; }
#gnb_moblie .m2 { -ms-transition-delay: 0.07s; -moz-transition-delay: 0.07s; -webkit-transition-delay: 0.07s; transition-delay: 0.07s; }
#gnb_moblie .m3 { -ms-transition-delay: 0.14s; -moz-transition-delay: 0.14s; -webkit-transition-delay: 0.14s; transition-delay: 0.14s; }
#gnb_moblie .m4 { -ms-transition-delay: 0.175s; -moz-transition-delay: 0.175s; -webkit-transition-delay: 0.175s; transition-delay: 0.175s; }
#gnb_moblie .m5 { -ms-transition-delay: 0.21s; -moz-transition-delay: 0.21s; -webkit-transition-delay: 0.21s; transition-delay: 0.21s; }
#gnb_moblie .m6 { -ms-transition-delay: 0.245s; -moz-transition-delay: 0.245s; -webkit-transition-delay: 0.245s; transition-delay: 0.245s; }

#gnb_moblie.show { visibility: visible; }
#gnb_moblie.show .back { opacity: 0.7; }
#gnb_moblie.show .inner { margin-right: 0; }
#gnb_moblie.show .inner, #gnb_moblie.show li {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);	
}


#container { }


#footer { background: #3a4147; margin-top: 118px; }
#footer.main { margin-top: 0; }
#footer .ft_wrap { padding: 56px 0 68px; text-align: left; }
#footer .ft_wrap .ft_inner { position: relative; width: 100%; max-width: 1280px; margin: 0 auto; }
#footer .ft_wrap .ft_tab { position: absolute; right: 20px; top: 0; z-index: 3; }
#footer .ft_wrap .ft_tab::after { content: ''; display: block; clear: both; visibility: hidden; }
#footer .ft_wrap .ft_tab .btn_ft { float: right; display: block; text-align: left; font-size: 15px; background: #33363d ; color: #fff; width: 172px; height: 36px; padding: 0 18px; line-height: 36px; 
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer .ft_wrap .ft_tab .btn_ft.active { background: #3061cf; }
#footer .ft_wrap .ft_tab .btn_ft .arrow { position: absolute; right: 18px; top: 50%; width: 10px; height: 10px; margin-top: -2px; background: transparent; border: 2px solid white; border-width: 2px 2px 0 0; 
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer .ft_wrap .ft_tab .btn_ft.active .arrow { margin-top: -7px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);

}
#footer .ft_wrap .ft_tab .ft_item { display: none; position: absolute; right: 0; bottom: 36px; }
#footer .ft_wrap .ft_tab .ft_item ul { width: 172px; background: #282e39; border: 1px solid #282e39; border-top: none; }
#footer .ft_wrap .ft_tab .ft_item ul li { margin-bottom: 1px; background: #282e39; border-bottom: 1px solid #313845; }
#footer .ft_wrap .ft_tab .ft_item ul li:last-child { border-bottom: 0; margin-bottom: 0; }
#footer .ft_wrap .ft_tab .ft_item ul li a { display: block; text-align: center; font-size: 13px; color: #fff; padding: 10px 18px; 
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#footer .ft_wrap .ft_tab .ft_item ul li a:hover { background: #3e4553; }
#footer .ft_wrap .f_menu { }
#footer .ft_wrap .f_menu a { position: relative; display: inline-block; font-size: 16px; font-weight: 500; text-transform: uppercase; color: #fff; margin: 0 10px; }
#footer .ft_wrap .f_menu a::after { position: absolute; right: -15px; top: 50%; content: ''; width: 4px; height: 4px; background: #ccc; margin-top: -2px; border-radius: 50%; }
#footer .ft_wrap .f_menu a:first-child { margin-left: 0; }
#footer .ft_wrap .f_menu a:last-child::after { display: none; }
#footer .ft_wrap .address { font-size: 15px; letter-spacing: 0; margin-top: 8px; color: rgba(255,255,255,0.6); }
#footer .ft_wrap .address span { position: relative; display: inline-block; padding-right: 20px; margin-right: 10px; }
#footer .ft_wrap .address span::after { position: absolute; right: 0; top: 50%; content: ''; width: 1px; height: 14px; margin-top: -7px; background: #515761; }
#footer .ft_wrap .address span:nth-child(2)::after,
#footer .ft_wrap .address span:last-child::after { display: none; }
#footer .ft_wrap .copyright { font-size: 12px; letter-spacing: 0; text-transform: uppercase; margin-top: 8px; color: rgba(255,255,255,0.5); }



/* ****************** SUB LAYOUT ********************** */
/* SUB LAYOUT :: 비주얼 */
#svisual { position: relative; width: 100%; height: 518px; background: #000; overflow: hidden; }
#svisual .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover !important; opacity: 0.4;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.load #svisual .bg { opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
#svisual .svi_txt_con { position: relative; text-align: center; display: table; width: 100%; padding-bottom: 25px; height: calc(100% - 25px); color: #fff; z-index: 1; }
#svisual .table_cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }
#svisual .tit1 { font-size: 24px; font-weight: 500; text-transform: uppercase; color: #fff; opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
} 
#svisual .tit2 { font-size: 52px; font-weight: 700; text-transform: uppercase; color: #fff; opacity: 0;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
} 
.load #svisual .tit1 { opacity: 1; transition-delay: 0.2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.load #svisual .tit2 { opacity: 1; transition-delay: 0.6s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
#svisual .bg.gr_about { background: url(../images/svi_about.jpg) center top no-repeat; } 
#svisual .bg.gr_tech { background: url(../images/svi_tech.jpg) center top no-repeat; }
#svisual .bg.gr_quality { background: url(../images/svi_quality.jpg) center top no-repeat; }
#svisual .bg.gr_cost { background: url(../images/svi_cost.jpg) center top no-repeat; }
#svisual .bg.gr_industrial { background: url(../images/svi_industrial.jpg) center top no-repeat; }
#svisual .bg.gr_cs { background: url(../images/svi_cscenter.jpg) center top no-repeat; }


/* SUB LAYOUT :: 서브메뉴 */
#sub_menu { position: relative; width: 100%; height: 68px; margin-top: -68px; z-index: 1; }
#sub_menu .sub_menu_inner { text-align: center; width: 100%; height: 68px; margin: 0 auto; background-color: rgba(89,155,215,0.8); }
#sub_menu .sub_menu_inner > ul { display: block; width: 100%; max-width: 1280px; height: 68px; margin: 0 auto; font-size: 0; opacity: 0;
	-webkit-transform: translateY(30px); 
	-moz-transform: translateY(30px);
    transform: translateY(30px);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;
}
.load #sub_menu .sub_menu_inner ul { opacity: 1; transition-delay: 0.5s;
	-webkit-transform: translateY(0); 
	-moz-transform: translateY(0);
    transform: translateY(0);
}
#sub_menu .sub_menu_inner > ul > li { position: relative; display: inline-block; width: auto; text-align: center; } 
#sub_menu .sub_menu_inner > ul > li::before { position: absolute; left: -1px; top: 50%; content: '';  margin-top: -10px; width: 1px; height: 20px; background-color: #80b9ed; }
#sub_menu .sub_menu_inner > ul > li:first-child::before { display: none; }
#sub_menu .sub_menu_inner > ul > li > a { position: relative; display: block; width: 100%; height: 68px; line-height: 68px; color: rgba(255,255,255,0.7); font-size: 18px; font-weight: 500; text-transform: uppercase;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;	
	transition: all 0.4s;
}
#sub_menu .sub_menu_inner > ul > li > a::before { position: absolute; bottom: 0; left: 0; content: ''; width: 100%; height: 0; background-color: #fff; z-index: -1;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;	
	transition: all 0.4s;
}
#sub_menu .sub_menu_inner > ul > li > a > span { padding: 0 64px; }
#sub_menu .sub_menu_inner > ul > li > a:hover,
#sub_menu .sub_menu_inner > ul > li.on > a { color: #599bd7; }
#sub_menu .sub_menu_inner > ul > li > a:hover::before, 
#sub_menu .sub_menu_inner > ul > li.on > a::before { height: 100%; }
#sub_menu .sub_menu_inner > ul > li .dep2 { display: none; position: absolute; left: 50%; top: 101px; width: 240px; margin-left: -120px; }
#sub_menu .sub_menu_inner > ul > li .dep2::after { content: ''; display: block; clear: both; visibility: hidden; }
#sub_menu .sub_menu_inner > ul > li .dep2.show { display: block; }
#sub_menu .sub_menu_inner > ul > li .dep2 li { position: relative; float: left; }
#sub_menu .sub_menu_inner > ul > li .dep2 li::after { position: absolute; right: -1px; top: 50%; content: ''; width: 1px; height: 12px; margin-top: -6px; background-color: #c8c8c8; }
#sub_menu .sub_menu_inner > ul > li .dep2 li:last-child::after { display: none; }
#sub_menu .sub_menu_inner > ul > li .dep2 li a { display: block; color: #686868; font-size: 19px; font-weight: 500; padding: 22px 20px; }
#sub_menu .sub_menu_inner > ul > li .dep2 li.on a { color: #2075de; }

#sub_menu .sub_menu_inner > ul > li .dep2.management { width: 340px; margin-left: -170px; }

#sub_menu_mo { display: none; position: relative; width: 100%; height: 70px; margin-top: -70px; z-index: 20; }
#sub_menu_mo .sub_menu_inner { text-align: center; width: 100%; height: 70px; margin: 0 auto; background: #fff; }
#sub_menu_mo .sub_menu_inner .drop_menu { width: 100%; height: 60px; margin: 0 auto; }
#sub_menu_mo .sub_menu_inner .drop_menu .drop_dn { width: 100%; font-size: 17px; font-weight: 700; color: #000; position: relative; padding: 0 20px; border-right: 1px solid #ddd; cursor: pointer; outline: none; height: 60px; line-height: 58px; }
#sub_menu_mo .sub_menu_inner .drop_menu .drop_dn::after { content: ''; width: 0; height: 0; position: absolute; right: 16px; top: 50%; margin-top: -3px; border-width: 6px 6px 0 6px; border-style: solid; border-color: #999 transparent; }
#sub_menu_mo .sub_menu_inner .drop_menu .drop_dn .dropdown2 { border-top:1px solid #ddd; position: absolute; width: 100%; top: 100%; left: 0; right: 0; background: #fff; list-style: none; opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;	
	-moz-transition: all 0.3s ease-in-out;	
    transition: all 0.3s ease-in-out;
	pointer-events: none;
}
#sub_menu_mo .sub_menu_inner .drop_menu .drop_dn .dropdown2 > li a { display: block; text-decoration: none; color: #333; font-weight: 700; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd; padding: 0 20px; line-height: 60px; 
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;	
	transition: all 0.3s ease-in-out;
}
#sub_menu_mo .sub_menu_inner .drop_menu .drop_dn .dropdown2 > li > a.active { background: #fff; color: #2075de; }
#sub_menu_mo .sub_menu_inner .drop_menu .drop_dn .dropdown2 > li > i { margin-right: 5px; color: inherit; vertical-align: middle; }
#sub_menu_mo .sub_menu_inner .drop_menu .drop_dn .dropdown2 > li:hover > a { color: #2075de; }
#sub_menu_mo .sub_menu_inner .drop_menu .drop_dn .dropdown2 > li > .dep2 { background: #f3f3f3; }
#sub_menu_mo .sub_menu_inner .drop_menu .drop_dn.active { z-index: 10; color: #2075de; }
#sub_menu_mo .sub_menu_inner .drop_menu .drop_dn.active ul { font-weight: 400; }
#sub_menu_mo .sub_menu_inner .drop_menu .drop_dn.active::after { border-width: 0 6px 6px 6px; border-color: #787878 transparent; }
#sub_menu_mo .sub_menu_inner .drop_menu .drop_dn.active .dropdown2 { opacity: 1;
	pointer-events: auto;
}


/* SUB LAYOUT :: 서브 콘텐츠 */
#content { max-width: 1280px; margin: 0 auto; padding-top: 78px; }
#content.wide { max-width: 100%; }
.sub_top .st_txt1 { font-size: 36px; font-weight: 200; color: #000; letter-spacing: -1px; }
.sub_top .st_txt1 strong { display: inline-block; font-weight: 700; color: #3061cf; vertical-align: baseline; }
.sub_top .st_txt2 { margin-top: 12px; }

.sub_con { margin: 76px 0; }
.sub_con:first-child { margin-top: 0; }
.sub_con:last-child { margin-bottom: 0; }
.image_box { text-align: center; }
.image_box .image img { max-width: 100%; height: auto; }
.txt { margin-bottom: 32px; }
.txt:last-child { margin-bottom: 0; }

.flex_box { position: relative; width: 100%; 
	display: -ms-flexbox; display: -moz-box; display: -webkit-box; display: flex;
	-ms-flex-flow: row wrap; -moz-flex-flow: row wrap; -webkit-flex-flow: row wrap;	flex-flow: row wrap;
	-ms-box-pack: justify; -moz-box-pack: justify; -webkit-box-pack: justify; box-pack: justify; 
	-ms-flex-pack: justify; -moz-flex-pack: justify; -webkit-flex-pack: justify; flex-pack: justify;
	-ms-justify-content: space-between; -moz-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between;
}

.clearfix { }
.clearfix::after { content: ''; display: block; clear: both; visibility: hidden; }

.scroll-x { overflow-x: auto; linear-gradient(45deg, blue, red); }
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; }
::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5); }
.scroll-x > table { min-width: 768px; }


@media all and (max-width:1600px) {
	#gnb { margin-left: 168px; }
}

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

@media all and (max-width:1310px) {
	#content { padding: 78px 15px; }
}

@media all and (max-width:1200px) {
	#header { height: 80px; }
	#header::before { display: none; }
	.gnb_wrap { display: none; }
	.hd_wrap .logo { top: 18px; }
	#mobileGnb_toggle { width: 80px; height: 80px; }

	/* SUB LAYOUT :: 비주얼 */
	#svisual .tit1 { font-size: 22px; }
	#svisual .tit2 { font-size: 42px; }

	#sub_menu .sub_menu_inner > ul > li > a > span { padding: 0 40px; }
	
}

@media all and (max-width:1024px) {
	
	#sub_menu { display: none; }
	#sub_menu_mo { display: block; }
	#sub_menu_mo .sub_menu_inner { width: calc(100% - 30px); margin: 0 auto; }

	#footer { margin-top: 0; }
	#footer br { display: none; }
	#footer .ft_wrap { padding: 46px 0 58px; text-align: center; }
	#footer .ft_wrap .ft_tab { position: absolute; left: 50%; right: auto; top: auto; bottom: 0; margin-left: -86px; }
	#footer .ft_wrap .address span:after { display: none; }

	#footer .ft_wrap .f_menu a { font-size: 14px; }
	#footer .ft_wrap .address { font-size: 12px; }
	#footer .ft_wrap .copyright { font-size: 11px; }
}

@media all and (max-width:768px) {
	html, body { font-size: 14px; }
	
	#header { height: 60px; }
	.hd_wrap .logo { left: 15px; top: 16px; width: 142px; height: 30px; background-size: 142px 30px; }
	.hd_wrap .logo a { width: 142px; height: 30px; }
	#header.scroll .hd_wrap .logo,
	#header.ov .hd_wrap .logo { background-size: 142px 30px; }
	#mobileGnb_toggle { width: 60px; height: 60px; }

	
	/* SUB LAYOUT :: 비주얼 */
	#svisual { height: 326px; }
	#svisual .svi_txt_con { padding-bottom: 0; height: 100%; }
	#svisual .tit1 { font-size: 16px; }
	#svisual .tit2 { font-size: 29px; } 
	
	
	/* SUB LAYOUT :: 서브 콘텐츠 */
	#content { padding: 50px 15px; }
	.sub_top .st_txt1 { font-size: 25px; margin-bottom: 26px; }
	
	.sub_con { margin: 52px 0; }
	.txt { margin-bottom: 26px; }
	.txt br { display: none; }

}