#sub-page section#info1{margin-top:40px;}
#sub-page section#info2{
	width: 100%;
   	margin: auto;
   	margin-bottom:30px;
}
.guide-infonum{color: #4F7DFF;padding-bottom:10px;}
.guide-infotitle{font-size:20px;padding-bottom:25px;}
.guide-box-table{margin:auto;}
.guide-box-table tr td{
	padding: 30px 2%;
}
.panel-heading .panel-title a{
	padding-right: 40px;	
}
table.guide-box-table {
    box-shadow: 1px 3px 11px 2px #E3E3E3;
   	margin-bottom: 20px;
   	border:1px #E3E3E3 solid;
}
.bd-line{ 
    display: inline-flex;
    border-left: 1px #E3E3E3 solid;
    row-gap: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.btn.gLine{
	width:133px;
	display: flex;
    border-radius: 20px;
    color: #000000;
    border: 1px #000000 solid;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.bd-line .bt-layer{
	text-align:center;
	width:100%;
	
}
.bd-line .img-layer{
    text-align: center;
   	padding-top: 8px;
}
.bd-line .txt-layer{
	text-align:center;
    padding-bottom: 4px;
    width:100%;
    font-size:15px;
}
.bd-line .info-layer{
	height: 49px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width:100%;
}
.bd-line .btn.nextGray{
       border: 1px solid #bebebe;
    background: #e4e4e4;
    color: #000;
}
.bd-line .img-layer img{width:71px;}
.contents1 tr td:nth-child(1), .contents2 tr td:nth-child(1){
	width: 176px;
}
.contents1 tr td{
	width:33%;
}
.contents2 tr td{
	width:25%;
}

#info2 ul{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
}

#info2 ul li{
    width: 32%;
    padding: 35px 33px;
    text-align: center;
    border: 1px lightgray solid;
    box-shadow: 3px 1px 6px 0px lightgray;
    background-color:white;
}
#info2 .btn.sky{
    padding: 5px 10px;
    margin-top: 10px;
}
#info2 .font-txt{font-size:15px;}

.popuptext{
	visibility: hidden;
    min-width: 300px;
    max-width: 100%;
    background-color: #fff;
    color: #888;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    top: auto;
    bottom: 30px;
    right: -15px;
    margin-left: -80px;
    box-shadow: 0px 2px 7px #e0e0e0;
}
.popuptext ul li:first-child{
    position: relative;
    height: auto;
    min-height: auto;
    padding: 8px 0;
    padding-left: 35px;
    background: none;
    color: #212529;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 0;
    text-align: left;
}
.popuptext ul li:first-child:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 10px;
    width: 18px;
    height: 18px;
    background-image: url(../images/icon/icon-help-black.gif);
    background-repeat: no-repeat;
    background-size: 18px;

}
.popuptext ul li:nth-child(2){
	margin-top: 0;
    padding-top: 5px;
    font-size: 15px;
    text-align:left;
    padding: 15px;
    font-weight: 200;
    border-top: 0;
    text-align: left;
}
.popuptext ul li:nth-child(2) strong{
    font-weight: 400;
				color: #6C6F73;	
}
.popuptext::after{
    content: "";
    position: absolute;
    top: auto;
    right: 15px;
    bottom: -20px;
    margin-left: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.fa-circle:before {
    content: "\f059";
}
.popup.up .show{
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
@media(max-width:768px){
	.contents1 tr td,.contents2 tr td{
		float:left;
		width: 100%;
		border:1px lightgray solid;
	}
	.contents1 tr td:nth-child(1), .contents2 tr td:nth-child(1){
		width: 100%;
        padding: 15px 20px;
	}
	.contents1 tr td:last-child, .contents2 tr td:last-child{
		width: 100%;
		padding-bottom:10px;
	}
	.bd-line{
		flex-direction: row;
		justify-content: flex-start;
		column-gap:18px;
	}
	.bd-line .info-layer{
		flex-direction: row;
	}
	.bd-line .bt-layer{
		text-align: right;
		width:50%;
	}
	.bd-line .txt-layer{text-align:left;font-size:15px;}
	.bd-line .img-layer img{width:41px;}
	.guide-infotitle{padding-bottom:0px;}
	.guide-info-layer{
	    width: 46%;
   		float: left;
	}
	.btn.gLine{
	    float: left;
	    width: 54%;
	    margin-top: 28px;
	}
	.guide-box-table tr td{
		padding:3% 24px;
	}
	
	#info2 ul{
		flex-direction: column;
	}
	#info2 ul li{
		width: 97%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
	}
	#info2 .font-txt{
		text-align:left;
	}
	table.guide-box-table {
		border:0px;
	}
}