@charset "utf-8";



.supBiz01 {background: #b1c9f3;}
.supBiz01 .titbox {width:100%;text-align:center;}
.supBiz01 .titbox .maintit {font-size:42px;letter-spacing: -1px;}
.supBiz01 .titbox .subtxt {font-size:18px;color:#004a98;margin: 5px 0 45px;width: 100%;float: left;letter-spacing: -0.5px;font-weight: 600;}
.supBiz01 .hashtagZone {width:100%;max-width: 1050px;text-align:center;margin: 0 auto;}
.supBiz01 .hashtagZone .htag {min-width: 150px;display:inline-block;font-size:18px;padding: 10px 20px;border-radius: 30px;border:1px solid #ccc;margin:0 10px 20px;font-weight:600;letter-spacing:-0.5px;box-sizing: border-box;transition: all 1s;background: #fff;}
.supBiz01 .hashtagZone .htag:before {content:"#";}
.supBiz01 .hashtagZone .htag:hover {background:#004a98; color:#fff !important;}

.supBiz01 .hashtagZone .htag:nth-child(10):after {content:"";}
.supBiz01 .hashtagZone .htag:nth-child(3n+1) {color:#333;}
.supBiz01 .hashtagZone .htag:nth-child(3n+2) {color:#004a98;}
.supBiz01 .hashtagZone .htag:nth-child(3n)   {color:#098a77;}




@media (min-width:991px){
	.supBiz01 {height:560px;}
	.supBiz01 .titbox .maintit {padding-top:40px;}
	.supBiz01 .hashtagZone .htag:nth-child(6) {margin-left: 150px;}
	.supBiz01 .hashtagZone .htag:nth-child(9) {margin-right: 150px;}
}


@media (min-width: 800px) and (max-width: 990px){
	.supBiz01 {height: 420px;}
	.supBiz01 .titbox .maintit {padding-top:30px;}
}
@media (min-width:600px) and (max-width:990px){
    .supBiz01 .hashtagZone .htag {padding: 7px 15px;font-size: 17px;min-width: auto;margin: 0 8px 10px;}
}


@media (max-width:799px){
    .supBiz01 .hashtagZone .htag {width: 42%;}
}
@media (min-width:600px) and (max-width:799px){
	.supBiz01 {height:750px;}
	.supBiz01 .titbox .maintit {font-size:34px;padding-top: 30px;}
}
@media (max-width:599px){
	.supBiz01 {height:90vh;}
	.supBiz01 .titbox .maintit {font-size:25px;padding-top: 25px;}
	.supBiz01 .titbox .subtxt {margin-bottom: 30px;}
	.supBiz01 .hashtagZone {padding-bottom:20px;}
    .supBiz01 .hashtagZone .htag {padding: 5px 14px 6px;font-size: 15px;min-width: auto;margin: 0px 3px 10px;}
}