#sub .boardList {
    margin:7rem auto 10rem;
}
#sub .boardList table{
    width: 100%;
}
#sub .boardList table thead{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
#sub .boardList table thead th{
    font-size: 1.8rem;
    letter-spacing: -0.04em;
    color: #222f8a;
    padding: 1.5rem 1rem;
    position: relative;
}
#sub .boardList table thead th::after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.2rem;
    height: 2.1rem;
    background: #c3c3c3;
}
#sub .boardList table thead th:last-child:after{
    width: 0;
}
#sub .boardList table tr{
    border-bottom: 1px solid #d4d4d4;
}
#sub .boardList table td{
    padding: 1.5rem 0;
    font-size: 1.6rem;
    letter-spacing: -0.04em;
    text-align: center;
}
#sub .boardList table td.board_content{
    text-align: left;
    padding: 0 4rem;
}
#sub .boardList table td.board_content a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 60rem;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10rem;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%); */
}
.pagination > *{
    margin: 0 0.7rem;
}
.pagination .num {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .num .page-item {
    margin: 0 0.7rem;
}
.pagination .num .page-item a{
    display: inline-block;
    width: 100%;
    font-size: 2rem;
    color: #474957;
    width: 3.6rem;
    height: 3.6rem;
    text-align: center;
    padding-top: 0.3rem;
    border: 0.1rem solid #e8e8e8;
}
.pagination .num .page-item.on a{
    border: 0.1rem solid #e8e8e8;
    background: #7db1b3;
    color: #fff;
}

#sub .videoList{
    padding: 9rem 0;
}
#sub .videoList ul{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
#sub .videoList ul li{
    width: 49%;
    border: 0.2rem solid #134e50;
    margin-bottom: 9rem;
    box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
#sub .videoList ul li .img_box{
    position: relative;
    height: 37.2rem;
}
#sub .videoList ul li .video01{
    background: url(/img/sub/video01.jpg) no-repeat center/cover;
}
#sub .videoList ul li .video02{
    background: url(/img/sub/video02.jpg) no-repeat center/cover;
}
#sub .videoList ul li .video03{
    background: url(/img/sub/video03.jpg) no-repeat center/cover;
}
#sub .videoList ul li .video04{
    background: url(/img/sub/video04.jpg) no-repeat center/cover;
}
#sub .videoList ul li .video05{
    background: url(/img/sub/video05.jpg) no-repeat center/cover;
}
#sub .videoList ul li .video06{
    background: url(/img/sub/video06.jpg) no-repeat center/cover;
}
#sub .videoList ul li .img_box .you_ic{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#sub .videoList ul li .txt_box p{
    padding:2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
#sub .videoList ul li .txt_box p .sp_01{
    font-size: 2.2rem;
    letter-spacing: -0.04em;
    color: #222;
    font-weight: 300;
}
#sub .videoList ul li .txt_box p .sp_02{
    font-size: 2.2rem;
    color: #999999;
    font-weight: 200;
}


/* board_view */

#sub .board_view{
    text-align: center;
    padding: 7rem 0 14.5rem;
}
#sub .board_view ul{
    margin-top: 3rem;
    background: #fff;
}
#sub .board_view ul li{
    border-bottom: 1px solid #dadada;
    padding: 2.5rem 0;
    text-align: left;
}
#sub .board_view ul li:first-child{
    border-top: 1px solid #000;
}
#sub .board_view ul li h3{
    text-align: center;
    display: block;
}
#sub .board_view ul li h4{
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #252525;
    padding: 0 2.5rem; 
}
#sub .board_view ul li span,#sub .board_view ul li p{
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    color: #838383;
    padding: 0 2.5rem; 
    line-height: 2.5rem;
}
#sub .board_view .before_page{
    display: inline-block;
    padding: 1.3rem 6rem;
    border: 1px solid #999;
    color: #000;
    background: #f4f4f4;
    font-size: 2.2rem;
    letter-spacing: -0.02em;
    margin-top: 3rem;
}

/* planes */

#sub .planes .tab-wrapper{
	margin-top:7rem;
}
#sub .planes .tab-menu{
	display:flex;
	border:0.1rem solid #134e50;
}
#sub .planes .tab-menu li{
	width:20%;
	border-right:0.1rem solid #134e50;
	text-align:center;	
}
#sub .planes .tab-menu li a{
	padding:1rem 0;
	display:inline-block;
	font-size:3rem;
	letter-spacing: -0.04em;	
	color:#134e50;
	width:100%;
}
#sub .planes .tab-menu li a.active{
	background:#134e50;
	color:#fff;
}
#sub .planes .tab-menu li:last-child{
	border-right:0;
}
#sub .planes #tab-content{
	margin-bottom:3rem;
}

/* eModel */

#sub .eModel .tab-wrapper{
	margin-top:7rem;
}
#sub .eModel .tab-menu{
	display:flex;
	border:0.1rem solid #134e50;
}
#sub .eModel .tab-menu li{
	width:33.33333%;
	border-right:0.1rem solid #134e50;
	text-align:center;	
}
#sub .eModel .tab-menu li a{
	padding:1rem 0;
	display:inline-block;
	font-size:3rem;
	letter-spacing: -0.04em;	
	color:#134e50;
	width:100%;
}
#sub .eModel .tab-menu li a.active{
	background:#134e50;
	color:#fff;
}
#sub .eModel .tab-menu li:last-child{
	border-right:0;
}
#sub .eModel #tab-content{
	margin:3rem 0;
}

#sub .eModel #tab-content > div{
	display:none;
}

/* announcement */

#sub .announcement .tab-wrapper{
	margin:7rem auto 10rem;
}
#sub .announcement .tab-menu{
	display:flex;
	border:0.1rem solid #134e50;
	margin-bottom:5rem;
}
#sub .announcement .tab-menu li{
	width:33.33333%;
	border-right:0.1rem solid #134e50;
	text-align:center;	
}
#sub .announcement .tab-menu li a{
	padding:1rem 0;
	display:inline-block;
	font-size:2rem;
	letter-spacing: -0.04em;	
	color:#134e50;
	width:100%;
}
#sub .announcement .tab-menu li a.active{
	background:#134e50;
	color:#fff;
}
#sub .announcement .tab-menu li:last-child{
	border-right:0;
}
#sub .eModel .iframe_box{
	margin-bottom:10rem;
	/* display:none; */
}
#sub .eModel iframe{
	height:70rem;
	width:100%
}