
hr.dashline { display:block; width:100%; border-top:0 ; border-left:0; border-right:0; border-bottom:1px dashed #d2d2d2;  height:1px;  padding-top:40px;  margin:0;     margin-bottom: 40px; }

.sub-contents article {
	font-size: 16px;
	line-height: 1.6;
}
.sub-contents article h2 {
	text-align: center;
	color: #005aab;
	font-weight: bold;
	border: 1px solid #9db7d0;
	height: 50px;
	line-height: 50px;
	box-shadow: 0px 0px 0px 3px #e6f0fa inset;
	font-size: 16px;
}
.sub-contents article h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}
.sub-contents article ul.bullet1, .sub-contents article ul.bullet2 {
	margin: 16px 0;
	padding-left: 14px;
}
.sub-contents article ul.bullet1 > li, .sub-contents article ul.bullet2 > li {
	margin-top: 6px;
	/* padding-left: 5px; */
    padding-left: 30px;
    text-indent: -25px;
}
.sub-contents article .tabs ul.tabs-buttons {
	display: flex;
	margin-bottom: 20px;
}
.sub-contents article .tabs ul.tabs-buttons > li.selected {
	background-color: #005aab;
    color: #fff;
}
.sub-contents article .tabs ul.tabs-buttons > li {
    background-color: #d1d1d1;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 0px 13px 0;
	justify-content: center;
	flex: 1;
}
.sub-contents article h3.bullet1::before, .sub-contents article ul.bullet1 > li::before {
	display: inline-block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	border: 3px solid #005aab;
	margin-right: 5px;
}
.sub-contents article h3.bullet2::before, .sub-contents article ul.bullet2 > li::before {
	display: inline-block;
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 100%;
	border: 1px solid #878686;;
	margin-right: 5px;
	margin-bottom: 2px;
}

.sub-contents article table.table_type1{
	width: 100%;
	text-align: center;
	border-top: 2px solid #005aab;
	border-collapse: collapse;
	}

.sub-contents article table.table_type1 th{
	background: #f7f7f7;
	font-size: 16px;
	/* color: #005aab; */
	color: black;
	font-weight: 800;
	padding: 11px 6px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.sub-contents article table.table_type1 td{
	padding: 11px 6px;
	font-size: 16px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.sub-contents article table.table_type1 table tr th:last-child,
.sub-contents article table.table_type1 table tr td:last-child{
	border-right: none;
}

.sub-contents article a.download {
    background-repeat: repeat-x;
    padding: 3px 36px 3px 2px;
    background-position: bottom;
	text-decoration: none;
	color: black;
	position: relative;
	font-weight: 700;
}
.sub-contents article a.download::before {
	display: block;
	content: "";
	background-image: url('../images/link_arrow.png');
    background-repeat: no-repeat;
    background-position: right;
	position: absolute;
	top: 7px;
	right: 0;
	width: 32px;
	height: 7px;
}
.sub-contents article a.download:hover { background-image: url('../images/notice_bg.png'); }
.sub-contents article a.download:hover::before { background-image: url('../images/link_arrow_on.png'); }

.sub-contents article ul.agl { display: flex; color: #b3874e; flex-direction: row; flex-wrap: wrap; }
.sub-contents article ul.agl > li { display: flex; flex-direction: column; text-align: center; margin-bottom: 20px; background-image: url('../images/bg_agl.png'); background-repeat: no-repeat; background-size: contain; flex: 0 0 18%; margin-left: 1%; margin-right: 1%; padding-top: 22%; overflow: hidden; text-shadow: #484848 0px 0px 6px; position: relative; }
.sub-contents article ul.agl > li > span { position: absolute; width: 100%; }
.sub-contents article ul.agl > li .top { color: #a68a52; top: 15%; font-size: 18px; }
.sub-contents article ul.agl > li .name { color: #b49a57; font-size: 48px; font-weight: bold; letter-spacing: 14px; padding-left: 8px; line-height: 1; top: 26%; }
.sub-contents article ul.agl > li .bottom { top: 48%; padding: 0 4%; box-sizing: border-box; }

@media (max-width: 1600px) {
	.sub-contents article ul.agl > li { flex-basis: 23%; }
}


/* card */
    section.card{
        display: flex;
        border: 1px solid #d1d1d1;
    }

    section.card > div{
        margin: 10px 15px;
    }

    section.card > div img{
        margin-top: 10px;
    }

    section.card h4 {
        font-size: 25px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    section.card > .contents ul{
        padding-left: 20px;
    }

    section.card > .contents ul li{
         list-style-type: disc;
         margin-bottom: 15px;
        word-break: keep-all;
    }

    section.card > .contents ul li::marker{
        color: #979797;
    }

    section.card > .contents{
        display: flex;
        flex-direction: column;
    }

    section.card > .contents .download{
        display: flex;
        justify-content: flex-end;
    }
