#sub_container { height:calc(170px + 11vw); overflow:hidden; position:relative; margin-top:90px; }

#sub_container .subimg { position:absolute; width:100%; height:100%; background-size:cover; -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);	z-index:-1; }
#sub_container .subimg_view { -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); -webkit-transition:transform 3s ease-out; transition:transform 3s ease-out; }
#subimg1 { background:url(../images/subimg1.jpg) right center no-repeat; }
#subimg2 { background:url(../images/subimg2.jpg) center no-repeat; }
#subimg3 { background:url(../images/subimg3.jpg) center no-repeat; }
#subimg4 { background:url(../images/subimg4.jpg) center no-repeat; }
#subimg5 { background:url(../images/subimg5.jpg) center no-repeat; }
#subimg6 { background:url(../images/subimg6.jpg) center no-repeat; }

#gnb_title { padding-bottom:36px; }
#gnb_title p { color:#fff; text-align:center; }

#gnb_title #tit_cate { font-size:20px; font-weight:400; font-family:'NEXEN_TIRE_R', 'Pretendard', sans-serif; letter-spacing:0; }
#gnb_title #tit_page { font-size:48px; font-weight:700; font-family:'NEXEN_TIRE_B', 'Pretendard', sans-serif; letter-spacing:0; }
#gnb_title #tit_detail { font-size:16px; font-weight:400; }

.eng #gnb_title #tit_cate { font-size:18px; }
.eng #gnb_title #tit_page { padding:0 30px; line-height:1.3; }
.eng #gnb_title #tit_page.sub2 { font-size:36px; }


/***** 서브메뉴 탭 *****/

#tab_sub_menu { text-align:center; overflow:hidden; z-index:1000; background-color:rgba(255,255,255,0.13); margin-top:-76px; border-top:1px solid rgba(255,255,255,.2); height:76px; }
#tab_sub_menu table { display:inline-block; }
#tab_sub_menu td { position:relative; width:250px; height:76px; text-align:center; padding:0 20px; color:#fff; font-size:16.3px; font-weight:500; line-height:140%; }
#tab_sub_menu td a { position:absolute; display:block; width:100%; height:inherit; left:0; top:0; }
#tab_sub_menu td.mid_line:before { position:absolute; left:0; top:0; content:''; width:1px; height:inherit; background:url('../images/submenu_line.gif') center no-repeat; opacity:.3; }
#tab_sub_menu .submenu_on { background-color:#fff; color:#222; font-weight:600; }

#tab_sub_menu.eng td { line-height:130%; font-size:15.5px; }
#tab_sub_menu.eng.sub2 td { width:auto; padding:0 40px;}


/***** 서브메뉴 드롭다운 *****/

#dropdown_sub_menu { position:absolute; width:100%; height:auto; display:none; z-index:1000; }
/* 탭메뉴를 사용하지 않는 경우 주석을 푼다.
#dropdown_area { height:70px; }
*/
#cate_bg { position:absolute; width:100%; height:64px; background-color:rgba(255,255,255,0.13); border-top:1px solid rgba(255,255,255,.3); }
#cate_list { position:relative; height:64px; }
#cate_list > li { float:left; height:100%; }
#cate_list:after { clear:both; visibility:hidden; display:block; content:''; }
#cate_list > li:last-child { float:right; }

#cate_home { width:70px; height:100%; background:url(/images/icon_home.gif) center no-repeat; }

.sub_cate > a { position:relative; display:block; width:100%; height:100%; border-left:1px solid rgba(255,255,255,.3);}

.smenu { width:300px; cursor:pointer; }
.smenu > a { width:100%; font-size:17px; font-weight:500; color:#fff; text-indent:20px; line-height:64px; background:url(/images/icon_arrow.gif) right center no-repeat; }
.smenu a:hover { text-decoration:none; }
.smenu1 .ssmenu { width:calc(100% + 1px); }
.smenu2 > a { border-right:1px solid rgba(255,255,255,.3); }

.ssmenu { width:300px; background:#fff; border-left:1px solid #ccc; border-right:1px solid #ccc; display:none; transition:none !important; box-sizing:border-box; }

.ssmenu li a { display:block; height:46px; line-height:44px; color:#333; width:100%; font-size:14.5px; border-top:1px solid #eee; text-indent:20px; }
.ssmenu li:first-child a { border-top:0; }
.ssmenu li:last-child a { border-bottom:1px solid #ccc; }
.ssmenu li:hover a { color:#111 !important; background:#f5f5f5; }


.snb.fix { position:fixed !important; width:100%; left:0; top:76px; z-index:100; }




/***** 컨텐츠 영역 *****/