body {
	font-family: 'Roboto', sans-serif;
	color:#333;
    font-size: 16px;
}


p {
    text-align: justify;
    line-height: 200%;
}

.sub_contents li {
    line-height: 200%;
}


img {
	max-width:100%;
}

.fixed-top {
	position: relative;
}

#header {
	height:auto;
	box-shadow:0 0 0 0;
	border-bottom:1px solid #dfdfdf;
}

.logo {
	padding:20px 0;
}

.top_menu {
	padding:25px 0;
	text-align:right;
}

.top_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

.top_menu ul li {
	display:inline-block;
	margin-right:20px;
    font-size: 0;
}

.navbar_top_bar {
	border-top:1px solid #dfdfdf;
}


.navbar {
	text-align:center;
	width:100%;
	display:block;
}


.navbar ul {
    justify-content: space-around;
}

.navbar a, .navbar a:focus {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 20px 30px;
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    transition: 0.3s;
	font-family: 'Roboto', sans-serif;
}


.navbar .mega_sub_menu a:focus {
    padding: 10px;
}



.navbar .dropdown ul a {
	color:#333;
}


/* mega s */

.nav-item i.fa-bars {
	font-size:18px;
}



.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-menu[data-mdb-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
    border-top: 0;
}

.mega_sub_menu {
	display:inline-block;
	text-align:center;
}

.mega_sub_menu a {
	font-size:14px !important;
	padding:10px;
	display:block !important;
}

/* mega e */



.scrolled-offset {
	margin-top:0;
}

#hero {
    height: 45vh;
}

#hero .carousel-item {
    height: 45vh;
}

#hero .carousel-item::before {
	background-color:transparent ;
}

#hero h2 {
	color:#fff;
	border-bottom:1px solid rgb(255 255 255 / 42%);
	padding-bottom:10px;
}

#hero p {
	color:#fff;
	width:80%;
}

#hero .carousel-content {
    max-width: 1000px;
}


.carousel-indicators {
	display:none;
}


#footer {
	padding:50px 0;
	background: #383838;
    color: #bfbfbf;
}


.footer-contact {
	text-align:center;
}

.footer-info span {
	display:inline-block;
}



.featured .icon-box {
	border-radius:0;
	box-shadow: 0 0 0 0;
	background:#f5fcfe;
}

.featured .icon-box:hover {
	background:#f5fcfe
}


.featured .icon-box table {
	width:100%;
}

.featured .icon-box table td {
	text-align:center;
	border-right:1px solid #d1d1d1;
	padding:15px 10px;
}

.featured .icon-box table td:last-child {
	border-right:0;
}

.featured .icon-box table td img {
	margin-bottom:10px;
}





.services .icon-box {
    text-align: center;
    border: 0;
    padding: 40px 0px;
    transition: all ease-in-out 0.3s;
	width:100%;
}


.services .icon-box:hover {
	background: inherit;
    border-color: inherit;
}


.services .icon-box div.no01 {
	display:inline-block;
	width:50%;
	margin-right:10px;
	vertical-align:top;
}

.services .icon-box div.no01 img {
    box-shadow: 4px 7px 7px #e3e3e3;
}


.services .icon-box div.no02 {
	display:inline-block;
	text-align:left;
    width: 42%;
	vertical-align:top;
}

.services .icon-box div.no02 h5 {
	font-size:16px;
	margin-bottom:15px;
}

.services .icon-box div.no02 p {
	margin-bottom:15px;
	text-align:left;
}

.services .icon-box div a {
    width: 160px;
    display: inline-block;
    text-align: Center;
    margin: 5px 0;
    border: 1px solid #b7b7b7;
    color: #333;
    padding: 6px 5px;
    font-size: 14px;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
	color:#333;
}


section {
	padding: 0 0 40px 0;
}




#conf {
	width:100%;
	padding:0px 0 30px;
}

.sub_title {
	margin-bottom:15px;
}


.sub_title h2 {
	text-align:center;
	margin: 0;
	margin-bottom:30px;
/*	background:url(/images/sub/sub_title_bar.png)center bottom no-repeat;*/
	padding-bottom: 15px;
	font-size:25px;
	border-bottom:1px solid #cfcfcf;
}

.sub_title p {
	float:right;
	color:#000;
	padding:0px 0 15px;
	margin-bottom:0;
}

.sub_title p span {
	color:#4f4f4f;
}

.cb {
	clear:both;
}


#sub_top {
	padding:20px 24px 20px;
	color:#fff;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sub_top_box {
	/*background:rgba(0, 0, 0, 0.58);*/
	max-width:600px;
	width:100%;
	padding:10px 20px;
	margin:0 auto;
	text-align:center;
}

#sub_top h1 {
	/*background:url(/images/sub/sub_top_bar.png) 0 0 no-repeat;*/
	padding-top: 0px;
	font-size:3rem;
	margin-bottom:0;
}	 

.sub_contents {
	padding: 20px 40px 40px;
	margin-bottom: 50px;
	margin-top:30px;
	min-height:600px;
}



.sub_left_menu {
	width:165px;
	border:1px solid #dcdcdc;
	margin-bottom: 70px;
    border-radius: 10px;
    margin-top: 50px;
	background:#fff;
}

.left_title {
    border-radius: 10px 10px 0 0;
	text-align:center;
	font-size:20px;
	padding: 20px 0;
	border-bottom: 1px solid #d4d4d4;
    background: #f7f7f7;
}


.sub_left_menu ul {
	list-style:none;
	margin:0px 0 0px 0;
	padding:0;
}                                                                      

.sub_left_menu ul li {
	padding:15px 20px;
	border-bottom:1px solid #dcdcdc;
    display: block;
    width: 100%;
	text-align:Center;
	font-size:15px;
    position: relative;
}





.sub_left_menu ul li.last {
	border-bottom:0;
}


.sub_left_menu ul li a {
	color:#333;
}

.sub_left_menu ul li a:hover {
	color: #0051cb;
}


.sub_left_menu ul.sub_menu{
	background: #f9f9f9;
    padding:0 5px;
    border: 1px solid #d7d7d7;
    margin-top: 10px;
}


.sub_left_menu ul.sub_menu li {
	padding: 7px 0px;
	font-size:15px;
}


.sub_title01 {
	font-size: 22px;
    margin-bottom: 15px;
    color: #001a61;
    font-weight: bold;
}

.sub_title02 {
    color:#356aaf;
}







.President_photo {
	display:inline-block;
	float:left;
	margin:0 30px 30px 0;
}




table.table01 {
	border-collapse:collapse;
	border-top:3px solid #616161;
	border-bottom:2px solid #616161;
	width:100%;
	margin-bottom:50px;
}
table.table01 th {
	padding:10px 10px 6px; 
	text-align:center; 
	font-weight:bold; 
	border-bottom:1px solid #383838; 
	background-color:#f7f7f7; 
	color:#383838;
}

table.table01 td {
	padding:10px 10px 6px; 
	border-bottom:1px solid #d3dbe7; 
	border-left:1px solid #d6dce1; 
	border-right:1px solid #d6dce1; 
	word-break:keep-all; 
	text-align:center;
}

table.table01 td.bg01 {
	text-align:center;
	background:#f9f9f9;
}

table.table02 {
	border-collapse:collapse;
	border-top:3px solid #616161;
	border-bottom:2px solid #616161;
	width:100%;
	margin-bottom:50px;
}
table.table02 th {
	padding:10px 10px 6px; 
	text-align:center; 
	font-weight:bold; 
	border-bottom:1px solid #383838; 
	background-color:#f7f7f7; 
	color:#383838;
}

table.table02 td {
	padding:10px 10px 6px; 
	border-bottom:1px solid #d3dbe7; 
	border-left:1px solid #d6dce1; 
	border-right:1px solid #d6dce1; 
	word-break:keep-all; 
}

table.table02 td:nth-child(1) {
	background:#f9f9f9;
}



/* tab */
.tab-button-outer {
  display: none;
}

#tab-button {
	list-style:none;
	padding:0;
	margin:0;
}

.tab-button {
	text-align:center;
}


.tab-button li {
	display:inline-block;
}

.tab-button li a {
	background: #f9f9f9;
	border:1px solid #ababab;
	padding:10px 50px;
	display: block;
}

.tab-button li a:hover, .tab-button li a:active, .tab-button li a:focus {
	background: #0075be;
	color:#fff;
}

.intro-button li {
	display: inline-block;
	margin:2px 0;
}



.intro-button li a {
    background: #fff;
    border: 1px solid #ababab;
    padding: 10px 0px;
    color: #333;
    display: block;
    width: 95px;
    text-align: center;
}

.intro-button li.is-active a{
	background:#356aaf;
	color:#fff;
}

.intro-button li a:hover, .intro-button li a:active, .intro-button li a:focus {
	background:#356aaf;
	color:#fff;
}

.intro-button li a.intro {
	background: #d1f9cd;
	border:1px solid #ababab;
	padding:13px 0px;
	color:#333;
	display: block;
	width: 180px;
    text-align: center;
}

.intro-button li a.intro:hover, .intro-button li a.intro:active, .intro-button li a.intro:focus {
	background: #548438;
	color:#fff;
}

.tab-contents {
	margin-top:5%;
}

.hr_line {
	position: relative;
    top: -1px;
}

@media screen and (min-width: 640px) {
  .tab-button-outer {
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
}

.tab-select-outer {
	text-align:right;
}

select#tab-select {
	padding: 5px 10px;
    background: #f5f5f5;
}


.journal_table {
	width:100%;
}

.journal_table td {
	vertical-align:top;
}

.journal_table td.bg01 {
    width: 270px;
}


.banner_box01 {
	border:1px solid #d7d7d7;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    min-height: 195px;
    position: relative;
    background: #fafffe;
}

.banner_box01 h5 {
	font-weight:bold;
    color: #3798bf;
}


.banner_box01 p {
	margin-bottom:0;
	line-height:160%;
}

.banner_box01 span {
    font-size: 20px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}



.banner_box02 {
	border:1px solid #d7d7d7;
    border-radius: 30px;
    padding: 30px;
    width: 100%;
    min-height: 195px;
    position: relative;
    background: #fdf9ff;
}

.banner_box02 h5 {
	font-weight:bold;
    color: #9f37bf;
}


.banner_box02 p {
	margin-bottom:0;
	line-height:160%;
}

.banner_box02 span {
    font-size: 20px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}




.mega_sub_menu1 {
	width:24%;
}

.mega_sub_menu2 {
	width:23%;
}

.mega_sub_menu3 {
	width:20%;
}

.mega_sub_menu4 {
	width:20%;
}


.navbar a:focus i.fas {
	font-size: 18px;
}



@media screen and (max-width: 1400px) { 
	.mega_sub_menu2 {
		width:25%;
	}

	.mega_sub_menu3 {
		width:18%;
	}

	.mega_sub_menu4 {
		width:21%;
	}
}


@media screen and (max-width: 1200px) { 
	.mega_sub_menu2 {
		width:27%;
	}


}




@media screen and (max-width: 990px) { 
	.featured .icon-box table td {
		display:inline-block;
		width:33%;
		margin:5px 0;
	}

	.featured .icon-box table td:nth-child(3) {
		border-right:0;
	}

	.sub_left_menu {
		display:none;
	}
}




@media screen and (max-width: 768px) {
	.logo {
		text-align:center;
	}

	.top_menu {
		padding:0 0 20px;
		text-align:center;
	}

	.top_menu ul li {
		margin-right:0px;
		font-size: 0;
		margin:10px;
	}

	.navbar {
		padding:10px;
	}

	.navbar a i, .navbar a:focus i {
		font-size: 18px;
		line-height: 0;
		margin-right: 10px;
	}

	.nav-item i.fa-bars {
		display:none;
	}

	.footer-contact {
		margin-bottom:20px;
	}

	.footer-info {
		text-align:center;
	}


	.featured .icon-box table td {
		display:inline-block;
		width:50%;
	}

	.featured .icon-box table td:nth-child(3) {
		border-right:1px solid #d1d1d1;
	}

	.featured .icon-box table td:nth-child(2),
	.featured .icon-box table td:nth-child(4) {
		border-right:0;
	}

	.services .icon-box div.no01,
	.services .icon-box div.no02 {
		display:block;
		text-align:center;
		margin-bottom:15px;
		width:100%;
	}

	.services .icon-box div.no02 p {
		text-align:center;
	}

	.President_photo {
		display:block;
		width:100%;
		text-align:center;
		margin:0 0 30px 0;
	}

	.journal_table td,
	.journal_table td.bg01  {
		display:block;
		width:100%;
		text-align:center;		
	}



}

@media screen and (max-width: 400px) { 
	#hero {
		height: 60vh;
	}
	#hero .carousel-item {
		height: 60vh;
	}
}






