/**agenda**/
.agenda_wrap_padding{
	padding: 50px;
}
.author_clr_box{
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	display: none;
}
.author_clr_box.show{
	display: table;
}
.author_clr_box:after{
	position: absolute;
	content: '';
	z-index: 0;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	background-color: #000000;
	opacity: .4;
}
.author_clr_box .ct{
	display: table-cell;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	text-align: center;
}
.author_clr_item{
	display: inline-block;
	width: 680px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 30px;
	position: relative;
	background-color: #ffffff;
	border-radius: 5px;
}
.author_clr_item .close{
	position: absolute;
	width: 20px;
	cursor: pointer;
	top:10px;
	right: 10px;
}

.author_head{
	width: 100%;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 10px;
	border-bottom: #b56d09 1px solid;
	margin-bottom: 10px;
}

.author_clr_item .cover{
	display: inline-block;
	vertical-align: bottom;
	width: 100px;
	margin-right: 20px;
}
.author_clr_item .title{
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
	font-size: 20px;
	color: #b56d09;
}
.author_clr_item .des{
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #414040;
}


.agenda_nav{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.agenda_btn{
	display: inline-block;
	text-align: center;
	color: #ffffff;
	background-color: #ffffff;
	border: #163C91 1px solid;
	width: 176px;
	height: 40px;
	border-radius: 20px;
	cursor: pointer;
}

.agenda_btn img{
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	margin-right: 5px;
}

.agenda_btn span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	line-height: 40px;
	color: #163C91;
}

.agenda_btn:hover, .agenda_btn.current{
	background-color: #163C91;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}


.agenda_btn:hover img, .agenda_btn.current img{
	filter: brightness(0) invert(1);
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.agenda_btn:hover span, .agenda_btn.current span{
	color: #ffffff;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}


.agenda_nav_select {
	display: none;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	font-size: 1.1rem;
}


.agenda_content{
	display:none;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.agenda_content.show{
	display: inline-block;
}

.agenda_sec{
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}

.agenda_sec_title{
	position: relative;
	display: flex;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.agenda_sec_title span{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 1px;
	white-space: nowrap;
}

.agenda_sec_title span.title_blue{
	color: #163C91
}
.agenda_sec_title span.title_purple{
	color: #6d3379
}

.agenda_title_label{
	width: 5rem;
}

.agenda_info_wrap{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.agenda_info{
	display: inline-block;
	height: 60px;
	border-radius: 5px;
	border: #a25340 1px solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px;
}

.coming_soon{
	width: 60%;
	margin: auto;
}

.agenda_info .box{
	display: inline-block;
	vertical-align: middle;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0px 15px;
}

.agenda_info .box.border{
	border-right: #a25340 1px solid;
}

.agenda_info .box img{
	display: inline-block;
	vertical-align: middle;
	height: 24px;
	margin-right: 10px;
}
.agenda_info .box p{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 24px;
	color: #a25340;
}
.agenda_info .box p span{
	font-weight: normal;
	font-size: 20px;
}

.agenda_timeline_wrap{
	display: inline-block;
	width: 650px;
}

.agenda_timeline{
	display: table;
	width: 100%;
}

.agenda_timeline .date{
	display: table-cell;
	vertical-align: top;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 15px;
	width: 150px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #163C91;
}
.agenda_timeline .dot{
	display: table-cell;
	position: relative;
	width: 32px;
	text-align: center;
}

.agenda_timeline .dot img{
	width: 100%;
	position: relative;
	z-index: 1;
}

.agenda_timeline .dot:after{
	content: '';
	position: absolute;
	z-index: 0;
	width: 4px;
	height: 100%;
	top:0px;
	left: 50%;
	margin-left: -2px;
	background-color: #163C91;
}

.agenda_timeline .des{
	display: table-cell;
	vertical-align: top;
	position: relative;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 15px;
	padding-left: 30px;
	font-size: 20px;
	color: #163C91;
	font-weight: bold;
}
.agenda_timeline .des .author{
	display: inline-block;
	cursor: pointer;
}
.agenda_timeline .des .author span{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #a25340;
	font-weight: normal;
}
.agenda_timeline .des .author img{
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	margin-left: 10px;
}

.agenda_timeline .des .unit{
	font-size: 20px;
	color: #a25340;
	font-weight: normal;
}

.agenda_author{
	display: inline-table;
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
}

.agenda_author_type{
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #6c396a;
}

.agenda_author_header{
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 45px 0;
}

.agenda_author_header1:after{
	content: '';
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 1px;
	bottom: 10px;
	right: 0px;
	background-color: #163C91;
}

.agenda_author_header2:after{
	content: '';
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 1px;
	bottom: 10px;
	right: 0px;
	background-color: #6d3379;
}

.agenda_author_header_title{
	font-size: 1.5rem;
	font-weight: bold;
}
.agenda_author_header_title1{
	color: #163C91;
}
.agenda_author_header_title2{
	color: #6d3379;
}

.agenda_author_header_box{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.agenda_author_header_box:nth-child(2){
	margin-bottom: 10px;
}

.finance_date_select{
	display: none;
	padding: 5px 15px;
	border: 1px solid #163C91;
	margin: 15px 10px;
	height: fit-content;
	font-size: 1.2rem;
	color: #163C91;
}

.finance_date_btn{
	padding: 5px 15px;
	border: 1px solid #163C91;
	margin: 0 10px;
	border-radius: 30px;
	height: fit-content;
}

.finance_date_btn p{
	font-size: 1.2rem;
	color: #163C91;
	font-weight: bold;
}

.finance_date_btn.active{
	background-color: #163C91;
}

.finance_date_btn.active p{
	color: #fff;
}
.finance_date_btn:hover{
	background-color: #163C91;
	opacity: .8;
}

.finance_date_btn:hover p{
	color: #fff;
}

.finance_management_date_select{
	display: none;
	padding: 5px 15px;
	border: 1px solid #6d3379;
	margin: 15px 10px;
	height: fit-content;
	font-size: 1.2rem;
	color: #6d3379;
}

.finance_management_date_btn{
	padding: 5px 15px;
	border: 1px solid #6d3379;
	margin: 0 10px;
	border-radius: 30px;
	height: fit-content;
}

.finance_management_date_btn p{
	font-size: 1.2rem;
	color: #6d3379;
	font-weight: bold;
}

.finance_management_date_btn.active{
	background-color: #6d3379;
}

.finance_management_date_btn.active p{
	color: #fff;
}

.finance_management_date_btn:hover{
	background-color: #6d3379;
	opacity: .8;
}

.finance_management_date_btn:hover p{
	color: #fff;
}

.agenda_author_body{
	position: relative;
	display: block;
	width: 100%;
}

.agenda_author_box{
	display: inline-block;
	width: 200px;
	text-align: center;
	margin: 10px;
	vertical-align: top;
}

.agenda_author_box .cover{
	width: 100%;
}

.agenda_author_box .name{
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #414040;
	margin-top: 10px;
}


.agenda_author_box .topic{
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #b56d09;
	font-weight: bold;
}


.agenda_author_box .time{
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #b56d09;
	font-weight: bold;
}
.agenda_author_box .time span{
	font-weight: normal;
}

@media screen and (max-width: 991px) {
	.agenda_author_header_title{
		letter-spacing: 10px;
	}

	.agenda_author_header{
		flex-direction: column;
	}

	.finance_date_btn{
		margin: 10px 5px;
	}

	.finance_management_date_btn{
		margin: 10px 5px;
	}

	.agenda_btn {
		display: none;
	}

	.agenda_nav_select {
		display: block;
	}

	.finance_date_btn{
		display: none;
	}
	
	.finance_date_select{
		display: block;
	}

	.finance_management_date_btn{
		display: none;
	}

	.finance_management_date_select{
		display: block;
	}
}

@media screen and (max-width: 680px) {
	.agenda_wrap_padding{
		padding: 25px;
	}

	.agenda_btn{
		width: 100px;
	}

	.agenda_btn:nth-child(3){
		margin-top: 15px;
	}
	
	.agenda_btn img{
		height: 14px;
	}
	
	.agenda_btn span{
		font-size: 14px;
	}
	
	.agenda_sec_title span{
		font-size: 24px;
	}

	.agenda_author_header_box {
		flex-wrap: wrap;
		justify-content: center;
	}

	.finance_date_btn {
        margin: 10px 1px;
    }
	
	.finance_date_btn p{
		font-size: 1rem;
	}

	.finance_management_date_btn{
		margin: 10px 1px;
	}

	.finance_management_date_btn p{
		font-size: 1rem;
	}

	.agenda_author_header1:after{
		bottom: 0;
	}

	.agenda_author_header2:after{
		bottom: 0;
	}


	.agenda_info{
		display: inline-block;
		height: auto;
		border-radius: 5px;
		border: #a25340 1px solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}
	
	.agenda_info .box{
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px 15px;
	}
	
	.agenda_info .box.border{
		border-right: none;
	}
	
	.agenda_timeline_wrap{
		display: inline-block;
		width: 100%;
	}

	.agenda_timeline{

		display: block;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: #6c396a 1px solid;
	}

    .agenda_timeline .date{
        display:inline-block;
        vertical-align: top;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 0px;
        width: 100%;
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        color: #163C91;
    }
    .agenda_timeline .dot{
        display:none;
        position: relative;
        width: 32px;
        text-align: center;
    }


    .agenda_timeline .des{
        display: inline-block;
        width: 100%;
        vertical-align: top;
        position: relative;
        text-align: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
        font-size: 20px;
        color: #163C91;
        font-weight: bold;
    }
    .author_clr_item{
        display: inline-block;
        width: 96%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px;
        position: relative;
        background-color: #ffffff;
        border-radius: 5px;
    }


}