@charset "UTF-8";
@media screen and (min-width:1025px) {
    #function_detail {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 100px;
        color: hsla(0, 0%, 45%, 1.00);
        margin-top: 20px;
        margin-bottom: 50px;
        min-height: 78vh;
    }
    #function_detail h1 {
        font-weight: lighter;
        border-bottom: 1px solid hsla(0, 0%, 51%, 1.00);
        padding: 0 10px 10px 10px;
        margin-bottom: 50px;
    }
	
	#wrap{
		display:flex;
	}
	
	#left_nav{
		width:20%;
		margin-top:8px;
		
	}
	
	#left_nav a{
	display: block;
	text-decoration: none;
	color: hsla(0,0%,25%,1.00);
	border-bottom: 1px dashed hsla(0,0%,41%,1.00);
	margin-bottom: 5px;
	padding: 10px 0 10px 0;
	position: relative;
	font-size:18px;	
	}
	
	#left_nav a span{
		position: relative;
		top:5px;
		font-size:20px;
		margin-right:5px;
	}
	
	#right_content{
		width:85%;
	}
	
    .item {
        display: flex;
        width: 90%;
        margin: 0px auto 15px auto;
        color: hsla(0, 0%, 35%, 1.00);
        text-decoration: none;
        border-bottom: 1px dashed #757575;
        padding: 10px 0 20px 0;
        align-items: center;
    }
    .item span {
        display: block;
        margin-right: 20px;
        width: 150px;
        /*background-color: #019b91;*/
        text-align: center;
    }
    .item a {
        display: block;
        color: hsla(0, 0%, 45%, 1.00);
        text-decoration: none;
    }
    .item a:hover {
        color: #000;
    }
    #record {
        width: 90%;
        border: 0px solid hsla(0, 0%, 55%, 1.00);
        display: flex;
        align-items: center;
        color: hsla(0, 0%, 41%, 1.00);
		padding:10px 0 10px 0;
		margin:0 auto 0 auto;
		
    }
    #date_totle {
        width: 15%;
        min-width: 120;
		border: 0px solid hsla(0, 0%, 55%, 1.00);
    }
    #page_num {
        width: 70%;
        text-align: center;
		border: 0px solid hsla(0, 0%, 55%, 1.00);
		position: relative;
		top:-12px;
    }
    #page_num a {
        color: hsla(0, 0%, 41%, 1.00);
        text-decoration: none;
        font-size: 16px;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }
    #page_num a:hover {
        color: hsla(359, 59%, 56%, 1.00);
        font-weight: 500;
    }
    .page_select { /*選擇*/
        margin: 0 10px 0 10px;
        width: 60px;
        height: 30px;
        text-align: center;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid hsla(0, 0%, 71%, 1.00);
    }
    .page_previous { /*上一頁*/
    }
    .page_next { /*下一頁*/
    }
    
    .sym{
		height:40px;
		padding:0 10px 0 10px;
		background-color: #019b91;
		color:hsla(0,0%,100%,1.00);
	}
	
	.serach_block{
		padding-bottom:20px;
		
	}
	.ymsubmit{
		height:40px;
		width:80px;
		background-color: #019b91;
		color:hsla(0,0%,100%,1.00);
		border: 0px;
		border-radius:5px;
	}
}
@media screen and (max-width:1024px) {
    #function_detail {
        margin-bottom: 60px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        color: hsla(0, 0%, 45%, 1.00);
        word-wrap: break-word;
        line-height: 30px;
        min-height: 500px;
        margin-top: 0px;
        position: relative;
        top: 70px;
    }
	
	#function_detail h1 {
    font-weight: lighter;
    border-bottom: 1px solid hsla(0, 0%, 51%, 1.00);
    padding: 0 10px 10px 10px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 30px;
    }
	
	#wrap{
		
	}
	
	#left_nav{
		display: none;
		
	}
	
	#left_nav a{
	display: block;
	text-decoration: none;
	color: hsla(0,0%,25%,1.00);
	border-bottom: 1px dashed hsla(0,0%,41%,1.00);
	margin-bottom: 5px;
	padding: 10px 0 10px 0;
	position: relative;
	font-size:18px;	
	}
	
	#left_nav a span{
		position: relative;
		top:5px;
		font-size:20px;
		margin-right:5px;
	}
	
	#right_content{
		width:100%;
	}
    .item {
        width: 90%;
        margin: 15px auto 15px auto;
        color: hsla(0, 0%, 35%, 1.00);
        text-decoration: none;
        border-bottom: 1px dashed #757575;
        padding: 10px 0 20px 0;

    }
    .item span {
        display: block;
        margin-right: 10px;
        /*width: 150px;*/
        /*background-color: #019b91;*/
		font-size:18px;
    }
    .item a {
    display: block;
    color: hsla(0, 0%, 45%, 1.00);
    text-decoration: none;
    text-align: justify;
    }
    .item a:hover {
        color: #000;
    }
    #record {
        width: 90%;
        border: 0px solid hsla(0, 0%, 55%, 1.00);
        align-items: center;
        color: hsla(0, 0%, 41%, 1.00);
		padding:10px 0 10px 0;
		margin:0 auto 0 auto;
		
    }
    #date_totle {
    border: 0px solid hsla(0, 0%, 55%, 1.00);
    text-align: center;
	margin-bottom:15px;
    }
    #page_num {
        width: 100%;
        text-align: center;
		border: 0px solid hsla(0, 0%, 55%, 1.00);
    }
    #page_num a {
        color: hsla(0, 0%, 41%, 1.00);
        text-decoration: none;
        font-size: 16px;
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }
    #page_num a:hover {
        color: hsla(359, 59%, 56%, 1.00);
        font-weight: 500;
    }
    .page_select { /*選擇*/
        margin: 0 10px 0 10px;
        width: 60px;
        height: 30px;
        text-align: center;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid hsla(0, 0%, 71%, 1.00);
    }
    .page_previous { /*上一頁*/
    }
    .page_next { /*下一頁*/
    }
    
    .sym{
		height:40px;
		padding:0 5px 0 5px;
		background-color: #019b91;
		color:hsla(0,0%,100%,1.00);
		text-align: center;
	}
	
	.serach_block{
		padding-bottom:20px;
	text-align: center;
		
	}
	.ymsubmit{
		height:40px;
		width:60px;
		background-color: #019b91;
		color:hsla(0,0%,100%,1.00);
		border: 0px;
		border-radius:5px;
	}
}