@charset "utf-8";

/***************** common.css - 공통 레이아웃 디자인 *****************/

/* 탭 */
.communication_tabBox > section {display: none;}
.communication_tabBox > section.on {display: block;}
.sustainable_contli > li {display: none;}
.sustainable_contli > li.on {display: block ;}
.fuelcell_navcont > li {display: none;}
.fuelcell_navcont > li.on {display: block ;}

/***********  header 공통  ***********/
/* nav */
/* 공통헤더 */
.header {position: fixed; width: 100%; left: 0; height: 72px; padding: 0 5%; border-bottom: 1px solid rgba(255,255,255,0.25); z-index: 1000;}
.header:hover {background-color: #fff;}
#header2 {background-color: #fff;} 
#header2 .nav > li > a {color: #000;}
.header:hover .nav > li > a {color: #000;}
.navBG {background-color: rgba(255, 255, 255, 0.9); width: 100%; height: 0; position: absolute; top: 72px; left: 0; z-index: -1; transition: all .1s ease-in /*transition: all .2s ease-in;*/}
.header:hover .navBG {height: 280px; /* transition: all .2s ease-in; */transition: all .1s ease-in;}
#header2 {background-color: #fff; display: none;}
.head {display: flex; align-items: center; justify-content: space-between; position: relative;}
.head .nav_wrap {width: 100%;}
.nav_wrap .nav {display: flex; justify-content: center;}
.nav_wrap .nav>li {position: relative; padding: 0 4%;}
.nav_wrap .nav > li > a {display: block; font-size: 1.125rem; font-weight: 500; color: #fff; line-height: 72px;}
.btn_menuwrap {cursor: pointer;}

/* 호버시 */
#header1:hover .nav_wrap .nav >li .smenu {display: block !important;}
#header2:hover .nav_wrap .nav >li .smenu {display: block !important;}
.head2 .nav > li > a {color: #444;}
.smenu {position: absolute; left: 0; width: 100%; height: 300px; text-align: center; margin-top: 1px; padding-top: 13px; display: none;}
.smenu > li {padding: 9px 0;}
.smenu > li > a {display: block; font-size: 0.938rem; color: #444;}
.nav_wrap .nav > li:hover > a , .smenu li:hover a {color: #00a7ab;}
.nav_wrap .nav > li:hover::after {content: ""; position: absolute; width: 100%; left: 0; height: 3px; background-color: #00a7ab;}
.smenu::after {content: ""; position: absolute; top: 0; right: 0; width: 1px; height: 192px; margin: 24px 0px; background-color: #cecece;}
.roll {background-color: #fff; color:#444;}

/* fullpg 이미지 */
.fullSpg  img {width: 100%; height: 100%;}

/* language_wrap */
.language_wrap {flex: none; margin-left: auto; color: rgba(255, 255, 255, 0.4); padding-right: 32px;}
.language_wrap > a {font-size: 0.875rem; color: rgba(255, 255, 255, 0.4);}
.language_wrap > a.on {color: #fff; font-weight: bold;}
.header:hover .language_wrap {color: #888;}
.header:hover .language_wrap > a {color: #888;}
.header:hover .language_wrap > a.on {color: #292929;font-weight: bold;}
#header2  .language_wrap {color: #888;}
#header2  .language_wrap > a {color: #888;}
#header2  .language_wrap > a.on {color: #292929;font-weight: bold;}

/*  pc 전체메뉴 */
.menu_wrapPc {display: flex; position: fixed; width: 100%; height: 100%; right: -100%; top: 0; z-index: 9999; background-color: #fff; box-shadow: 1px 0 18px 0px #afaeae; /* transition: all .4s ease-in-out; */ transition: all .1s ease-in-out;}
.menu_wrapPc.menu_open {right: 0; /* transition: all .4s ease-in-out; */ transition: all .1s ease-in-out;}
.menu_headPc {width: 180px; height: 100%; background-color: #0059a1;}
.menu_bodyPc {width: calc(100% - 180px); height: 100%;}
.menu_bodyPc .menuListPc li a:hover,  .menu_bodyPc .menuListPc li a:focus {color: #00a7ab; /* transition: all .5s; */ transition: all .1s;}
.menuListPc {display: flex; justify-content: space-between; padding: 7rem 7.813rem 0;}
.menuListPc li  a {display: block; font-weight: 500; color: #292929;}
.menuListPc > li > a {position: relative; padding-bottom: 67px; font-size: 1.75rem;}
.menuListPc > li > a::after {content: ""; position: absolute; bottom: 50px; left: 0; width: 48px; height: 3px; background-color: #0059a1;}
.SubmenuListPc > li > a {padding-bottom: 32px; font-size: 1.25rem;}
.SubmenuListinPc > li > a {font-size: 1rem; font-weight: normal; color: #888; padding-bottom: 16px;}
.SubmenuListinPc {margin-top: -16px;}
.menu_closePc {position: absolute; padding: 24px 40px; right: 0; cursor: pointer;}
.siteMap_wrap {width: 230px; right: 40px; transform: rotate(-90deg); position: relative; top: 140px; color: #fff;}
.siteMap_wrap > h3 {font-size: 1.875rem; font-weight: 500;}
.siteMap_wrap > p {font-size: .75rem;}



/*  모바일 햄버거 클릭  */

/* 메뉴바 *************************************************/
.menu_wrap {position: fixed; width: 85%; height: 100%; right: -100%; top: 0; z-index: 9999; background-color: #fff; box-shadow: 1px 0 18px 0px #afaeae; /*transition: all .4s ease-in-out; */ transition: all .2s ease-in-out; display: none;}
.menu_wrap.menu_open {right: 0; /*transition: all .4s ease-in-out; */ transition: all .2s ease-in-out;}
.menu_head {height: 64px; background-color: #fff; padding: 40px 0 16px 16px;}
.menu_close_line {position: relative; bottom: 35px; display: flex; justify-content: space-between; align-items: center; padding: 16px;}
.menu_body {background-color: #fff; overflow-y: auto; height: calc(100% - 90px);}
.menu_body .menuList > li {margin: 0 16px; border-bottom: 1px solid #e1e1e1;}
.menu_body .menuList  li  a {display: block; position: relative; color: #000;}
.menu_body .menuList > li > a {height: 56px; line-height: 56px; font-weight: 500;}
.menu_body .menuList li a:hover,  .menu_body .menuList li a:focus {color: #00a7ab; /*transition: all .5s;*/transition: all .2s;}
.menu_body .menuList li a span {position: absolute; right: 0;}
.menuSubList {padding: 16px 32px; background-color: #f5f5f5;}
.menuSubList > li  a {display: block; height: 40px; line-height: 40px; font-size: 0.875rem; font-weight: 500;}
.menuSubListIn {padding: 0 16px;}
.menuSubListIn > li > a {font-weight: normal;}
.languageMob {font-size: 0.875rem;color: #888;}
.languageMob a {font-family: 'Roboto', sans-serif; color: #888;}
.languageMob a.on {color: #292929;}


/***********  footer 공통  ***********/
.footer {padding: 32px 0 40px; background-color:#222;}
.footer_wrap {display: flex;}
.footer_wrap >img {width: 122px; padding-right: 20px;}
.footer_wrap p {font-size: 0.875rem; color: #888;}
.footer_wrap .footer_CName {display: block; padding-bottom: 5px; font-size: 1rem; color: #cecece;}
.footer_wrap .footer_copy {display: block; padding-top: 10px; font-size: .75rem;}

/************* 공통 타이틀  *************/
.comtit_box {padding: 72px 0 64px; text-align: center;}
.comtit_box > h3 {position: relative; padding-bottom:50px; font-size: 2.5rem;}
.comtit_box > h3::after {content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 24px; width: 37px; height: 2px; background-color: #cecece;}
.comtit_box > p {color: #888;}


/**************** media ****************/
@media (max-width:1300px) {
.menuListPc {padding: 11rem 3.813rem 0;}
.menuListPc > li > a {font-size: 1.5rem;}
.SubmenuListPc > li > a {font-size: 1.11rem;}
}

@media (max-width:990px) {
/* 헤더 */
.head {line-height: 73px;}
.header:hover {background-color: transparent;}
.header:hover .navBG {height: 0; transition: none;}
.nav_wrap .nav {display: none;}
.menu_wrap {display: inherit;}

/* 첫번째 페이지 */
.mouseImg_Box {display: none;}

/* 원페이지 네비  */
#fp-nav.right {display: none !important;}
.menu_wrapPc {display: none;}
.menu_wrap {display: block;}
}

@media (max-width:769px) { 
.comtit_box {padding: 56px 0 40px;}
.footer_wrap {display: block;}
.footer_wrap .footer_CName {padding-top: 8px;}
}