@charset "utf-8";
@import "header.css";
@import "footer.css";

/* Sub Nav */
#lnb{border-bottom:1px solid #d8d8d8;}
#lnb dl dt{display:none;}
#lnb dl dd{max-width:1261px;text-align:center;font-size:0;margin:0 auto;}
#lnb dl dd ul{display:flex;}
#lnb dl dd ul li{position:relative;flex:1 0 auto;border:1px solid #d8d8d8;border-top:0;border-bottom:0;margin-left:-1px;}
#lnb dl dd ul li:first-child{margin-left:1px;}
#lnb dl dd ul li a{display:block;color:#424242;font-size:1.7rem;padding:11px 0;font-weight:300;}
#lnb dl dd ul li.depth02Active a{background:#141a98;color:#fff;}
#lnb > span{display:none;}

#sub_nav{background:#fff;max-width:1800px;margin:0 auto;position:relative;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;}
#sub_nav .sub_menu_list:after{clear:both;content:"";display:block;}
#sub_nav .sub_menu_list .btn_home{width:54px;height:58px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;float:left;position:relative;}
#sub_nav .sub_menu_list div{width:300px;height:58px;float:left;box-sizing:border-box;position:relative;font-size:2rem;}
#sub_nav .sub_menu_list .btn_home:before,
#sub_nav .sub_menu_list div:before{width:1px;height:16px;position:absolute;right:-1px;top:50%;transform:translateY(-50%);background:#e5e5e5;content:'';z-index:20;}
#sub_nav .sub_menu_list div.sub_depth_01:before{right:0;}
#sub_nav .sub_menu_list div dl{position:relative;z-index:5;}
#sub_nav .sub_menu_list div > dl > dt{line-height:58px;padding-left:31px;cursor:pointer;color:#000;background:#fff url(/img/common/select_bg_g.png) no-repeat 90% center;}
#sub_nav .sub_menu_list div dl dd{width:300px;display:none;position:absolute;left:0;top:58px;background:#fff;border:1px solid #e5e5e5;}
#sub_nav .sub_menu_list div.sub_depth_01 dl dd{left:1px;}
#sub_nav .sub_menu_list div dl dd ul{padding:10px 0;}
#sub_nav .sub_menu_list div dl dd ul li a{display:block;padding:10px 18px;}
#sub_nav .sub_menu_list div dl dd ul li a:hover{color:#004cb1;}
#sub_nav .sub_menu_list div.depthCont{height:auto;float:none;}
#sub_nav .sub_menu_list .sub_depth_01 dl dd .depth{display:none;}
#sub_nav .sub_menu_list .sub_depth_02 dl dd ul li ul{display:none;}
#sub_nav .sub_menu_list div.sub_depth_02 > dl > dt{background-color:#004cb1;color:#fff;}

/* Contnet */
#subCon{margin:95px auto 100px;}
#subCon .pageTitle{padding-bottom:69px;font-size:5rem;color:#000;font-weight:700;position:relative;line-height:1;}
#subCon .pageTitle:after{width:12px;height:12px;background:#004cb1;border-radius:50%;content:'';display:inline-block;margin-left:11px;vertical-align: -3px;}
#introduceGroup #subCon .pageTitle{padding-bottom:51px;}
#membersGroup #subCon{max-width:100%;}
.pageCont{max-width:1420px;margin:0 auto;}
.pageFull{width:100vw;position:relative;left:0;}

@media all and (max-width:1460px){
.pageCont{max-width:100%;padding:0 20px;}
}

@media all and (max-width:1279px){

/* Sub Nav */
#lnb{width:100%;position:absolute;left:0;bottom:0;border:0;background:#333;}
#lnb .mNavTitle{display:block;padding:15px 20px;font-size:1.5rem;color:#fff;position:relative;cursor:pointer;}
#lnb .mNavTitle:before,
#lnb .mNavTitle:after{width:11px;height:2px;background:#fff;position:absolute;top:50%;content:"";}
#lnb .mNavTitle:before{right:17px;transform:rotate(-135deg);}
#lnb .mNavTitle:after{right:10px;transform:rotate(135deg);}
#lnb dl dd{width:100%;display:none;position:absolute;left:0;top:100%;background:#fff;text-align:left;}
#lnb dl dd ul{display:block;border-bottom:1px solid #ccc;}
#lnb dl dd ul li{padding:7px 20px;border:0;margin:0;}
#lnb dl dd ul li:nth-child(n+2){border-top:1px solid #cbcbcb;}
#lnb dl dd ul li:first-child{margin-left:0;border-top:0;}
#lnb dl dd ul li a{color:#142441;padding:3px 0 3px 10px;font-size:1.5rem;font-weight:400;position:relative;display:inline-block;}
#lnb dl dd ul li a:before{position:absolute;left:0;top:50%;content:"-";line-height:0;}
#lnb dl dd ul li.depth02Active a{background:none;color:#142441;font-weight:700;}

#sub_nav{top:0;}
/* Contnet */
.pageCont{padding:0 20px;}
}

@media all and (max-width:979px){
/* Sub Nav */
}

@media all and (max-width:767px){

/* Contnet */
#subCon{margin:50px auto 50px;}
#subCon .pageTitle{padding-bottom:35px;}
#subCon .pageTitle:after{width:10px;height:10px;vertical-align:-4px;}

/* Sub Nav */
#sub_nav{margin-bottom:19px;}
#sub_nav .content{padding:0;}
#sub_nav .sub_menu_list .btn_home{display:none;}
#sub_nav .sub_menu_list div{width:50%;height:50px;}
#sub_nav .sub_menu_list div dl dd{}
#sub_nav .sub_menu_list div.sub_depth_01 dl dd{border-left:0;top:50px;left:0;}
#sub_nav .sub_menu_list div.sub_depth_02{border-right:0;height:50px;}
#sub_nav .sub_menu_list div.sub_depth_02 dl dd{left:-1px;border-right:0;}
#sub_nav .sub_menu_list div > dl > dt{line-height:50px;background-size:11px auto;}
#sub_nav .sub_menu_list div dl dd{width:calc(100% + 2px);top:50px;}
#sub_nav .sub_menu_list div dl dd ul{padding:5px 0;}
#sub_nav .sub_menu_list div dl dd ul li a{display:block;padding:5px 18px;}
#sub_nav .sub_menu_list div dl dd ul li:hover{text-decoration:underline;}
}

@media print{
#header .headerWrap{position:relative;}
}