.bn-list-faq01.type06 {}
.bn-list-faq01.type06 ul {border-top: 2px solid #000E2D;}
.bn-list-faq01.type06 ul li {border-bottom: 1px solid #ddd;position: relative;}
.bn-list-faq01.type06 ul li .b-quest-box {display: flex;justify-content: flex-start;align-items: center;gap: 26px;padding: 23px 20px;background: url(../img/industry/faq-plus.png) no-repeat center right 20px;min-height: 100px;box-sizing: border-box; }
.bn-list-faq01.type06 ul li .b-quest-box.faq-close {background: url(../img/industry/faq-minus.png) no-repeat center right 20px;}
.bn-list-faq01.type06 ul li .b-quest-box > span {font-weight: 800;font-size: 30px;line-height: 1;letter-spacing: -0.02em;text-transform: uppercase;color: #0A60FF;text-align: center;}
.bn-list-faq01.type06 ul li .b-quest-box .b-title-box { flex: 1; cursor: pointer; }
.bn-list-faq01.type06 ul li .b-quest-box .b-title-box a {display: block;padding-right: 25px;pointer-events: none;font-weight: 700;font-size: 20px;line-height: 160%;letter-spacing: -0.02em;color: #222222;vertical-align: middle;text-transform: capitalize; }
.bn-list-faq01.type06 ul li .b-quest-box:has(.b-btn-modify) .b-title-box a { padding-right: 0; }
.bn-list-faq01.type06 ul li .b-quest-box .b-btn-modify { padding: 15px 21px; border-radius: 40px; background: #004BAE; box-sizing: border-box; font-weight: 700; font-size: 14px; line-height: 140%; letter-spacing: -0.01em; color: #FFFFFF; margin-right: 30px; }
.bn-list-faq01.type06 ul li .b-quest-box .b-btn-modify:hover { background: #001A54; }
.bn-list-faq01.type06 ul li .b-ans-box { display: none; background: #EFF3F6; }
.bn-list-faq01.type06 ul li .b-ans-box > div { display: flex; justify-content: flex-start; gap: 26px; padding: 40px 90px 40px 20px;position:relative;border-top: 1px solid #ddd;background: #F9F9F9;}
.bn-list-faq01.type06 ul li .b-ans-box > div span {font-weight: 800;font-size: 30px;line-height: 1;letter-spacing: -0.02em;color: #0A60FF;text-align: center;}
.bn-list-faq01.type06 ul li .b-ans-box > div p {font-weight: 500;font-size: 16px;line-height: 160%;letter-spacing: -0.02em;color: #222222;}
.bn-list-faq01.type06 ul li .b-ans-box > div .btn-box { margin: 30px 0; }
.bn-list-faq01.type06 ul li .b-ans-box > div .btn-box a {font-weight: 700;font-size: 15px;line-height: 140%;letter-spacing: -0.01em;color: #001B54;display: inline-flex;align-items: center;justify-content: space-between;padding: 12px 21px;border: 1px solid #ddd;min-width: 195px;box-sizing: border-box;border-radius: 45px;transition: all .3s ease;}
.bn-list-faq01.type06 ul li .b-ans-box > div .btn-box a:after{content:'';width: 21px;height: 21px;background: url(../img/research/faq-btn.png) no-repeat center;display: inline-block;}
.bn-list-faq01.type06 ul li .b-ans-box > div .btn-box a:hover{background: #0A60FF;color: #fff;}
.bn-list-faq01.type06 ul li .b-ans-box > div .btn-box a:hover:after{filter: brightness(0) invert(1);}
.bn-list-faq01.type06 ul li .b-ans-box > div .img-box { text-align: left; width: 100%; max-width: 446px; }

.b-btn01.type06 ul{padding:60px 0 0 0;display: flex;gap: 10px;justify-content: flex-end;flex-wrap: wrap;}
.b-btn01.type06 ul.b-center{justify-content: center;}
.b-btn01.type06 ul.b-left{justify-content: flex-start;}
.b-btn01.type06 ul li a,
.b-btn01.type06 ul li button{display:flex;gap: 0 15px;justify-content: center;align-items: center;padding:15px 36px;background: #0A60FF;font-weight: 700;font-size: 17px;line-height: 140%;letter-spacing: -0.01em;color: #FFFFFF;border-radius: 41px;border:1px solid #0A60FF;transition: all .3s;position: relative;white-space: nowrap;}
.b-btn01.type06 ul li a.b-btn-c-back:before,
.b-btn01.type06 ul li button.b-btn-c-back:before{content: '';background: url(../img/board/ico-btn02.png) no-repeat center left;display: inline-block;width: 14px;height: 23px;}
.b-btn01.type06 ul li a.active,
.b-btn01.type06 ul li button.active{background-color:#0A60FF;border-color:#001A54;color:#fff}
.b-btn01.type06 ul li a.b-btn-c-white,
.b-btn01.type06 ul li button.b-btn-c-white{background-color:#fff;border-color:#0A60FF;color:#0A60FF}
.b-btn01.type06 ul li a:hover{background-color:#0A60FF;border-color:#0A60FF;color:#fff}

@media (max-width: 768px) {
	.bn-list-faq01.type06 ul li .b-quest-box { gap: 16px; padding: 16px; min-height: 70px; }
	.bn-list-faq01.type06 ul li .b-quest-box > span { font-size: 20px; }
	.bn-list-faq01.type06 ul li .b-quest-box .b-title-box a { font-size: 16px; }
	.bn-list-faq01.type06 ul li .b-ans-box > div { gap: 16px; padding: 20px 16px 20px 16px; }
	.bn-list-faq01.type06 ul li .b-ans-box > div span { font-size: 20px;}
	.bn-list-faq01.type06 ul li .b-ans-box > div p { font-size: 15px; }
	.bn-list-faq01.type06 ul li .b-ans-box > div .btn-box { margin: 20px 0; }

	/* .b-btn01 type01 */
	.b-btn01.type06 ul{padding: 30px 0 0 0;}
	.b-btn01.type06 ul li a,
	.b-btn01.type06 ul li button{padding:10px 20px;font-size:14px;text-align: center;}
}