.recNews{
	padding: 0 1rem 3rem;
}
.desc {
    color: #00479D;
    font-weight: bold;
    margin: 32px 16px 16px;
    font-size: 18px;
}
.term_container{
	background:#f5f5f5;
	padding: 3rem;
}
.term_wrap {
	background:#fff;
/* 	max-width:1200px; */
	margin: 0 auto;
	padding: 3rem;
}
.category_name{
	display:flex;
	align-items:center;
	margin-bottom: 6px;
	font-size: 15px;
}
.term_list {
    display: flex;
	flex-wrap: wrap;
    width: 100%;
	font-size: 13px;
}

.term_list li {
    border-radius: 4px;
    padding: 6px 10px;
	margin: 0 8px 8px 0;
	margin-right: 8px;
	transition: 0.3s;
	color: #333333;
    background: #f0f4f9;
	position:relative;
	width:240px;
	height: 40px;
	display: flex;
	align-items: center;
}

.term_list a {
    width: 240px;
	position:relative;
	margin-right: 8px;
/*     text-align: center; */
}

.term_list li:hover,
.term_list li a:hover {
    background: #2477b2;
    color: #fff;
    transition: 0.3s;
}
.catIcon{
	width:25px;
	height: 25px;
	margin-right: 10px;
}

.term_list li:after{
    position: absolute;
    top: 50%;
    right: 16px;
    width: .6em;
    height: .6em;
    z-index: 10;
    border-right: 1px solid;
    border-bottom: 1px solid;
    content: '';
    background-color: transparent;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.partner_row {
	width: 88%;
	margin: 0 auto;
    position: relative;
}

.partner__header {
    width: 100%;
    display: flex;
}

.detail_wrap {
    width: 100%;
	margin: 12px 0 8px;
    padding-top: 20px;
	border-top: 1px solid #ccc;
}

.detail_wrap h2{
	font-size: 2rem;
}
.detail_wrap h2::before{
	content:"Q";
	border-color:#00479D;
    width: 2.5em;
    height: 2.5em;
	padding:4px;
	font-size: 2rem;
}
.partner__detail p::before{
	content:"A";
	color:#b71a58;
	border-color:#b71a58;
	padding:4px;
	font-size: 2rem;
}
.detail_wrap a{
	cursor:initial;
}
.detail_wrap a::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 1em;
    height: 1em;
    flex: 0 0 autoz;
    margin-left: auto;
    border-radius: 50%;
    background-color: #00479D;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2014%22%20enable-background%3D%22new%200%200%2014%2014%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2211.5%2C1.6%2013.2%2C2.7%206.8%2C12.4%200.8%2C2.7%202.5%2C1.7%206.8%2C8.7%20%22%2F%3E%3C%2Fsvg%3E);
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}
.partner__media {
    width: 120px;
    height: 120px;
    flex: 0 0 auto;
    margin: 0 40px 0 16px;
}

.partner__media img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.partner__body {
    flex-grow: 1;
}

.detail_wrap h3 {
    font-size: 20px;
    font-weight: bold;
}

.partner__category {
	border: 1px solid #2477b2;
	border-radius: 4px;
	font-size: 12px;
    color: #2477b2;
	margin-bottom: 8px;
    padding: 0.2em 1em;
    display: table;

}

.partner__detail {
    font-size: 14px;
    color: #888;
    margin-top: 8px;
}

.partner__subtitle {
    font-size: 16px;
    color: #838890;
    border-bottom: 1px solid #D7DBDF;
    padding-bottom: 0.3em;
}

.partner__services {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.partner__body {
    margin-top: 12px;
}

.partner__body h4 {
    font-size: 18px;
    font-weight: 700;
}

.partner__subtitle {
    margin-top: 16px;
}

.partner__services {
    color: #888;
    padding-left: 8px;
}

.partner__services li {
    list-style: initial;
}

.partner__service {
    margin-left: 16px;
    line-height: 2.4;
}

.area_no_alliance {
    margin-top: 56px;
}

@media screen and (max-width: 480px) {
	.term_container{
		padding: 1rem;
	}
    .term_wrap {
        width: 100%;
        margin: 0;
        padding: 12px 6px;
        font-size: 12px;
    }
	.detail_wrap a::after{
		top: 37%;
	}
	.category_name{
		font-size: 13px;
	}
    .area_term {
        margin: -30px auto 0;
    }
    .term_list {
		font-size: 12px;
    }
    .term_list li {
        width: 176px;
        height: 40px;
        margin: 2px;
        padding: 8px 4px;
        text-align: center;
		text-overflow: ellipsis;
    	overflow: hidden;
    	white-space: nowrap;
    }
    .term_list a {
        width: 172px;
		overflow: hidden;
    }
    .desc {
        font-size: 15px;
        margin: 24px 12px 16px;
    }
    .partner_row {
		width: 96%;
        margin: 2px auto 8px;
        padding: 8px 8px 2px;
    }
    .partner__category {
        padding: 0.1em 1em;
    }
    .partner__media {
        width: 80px;
        height: 80px;
        margin: 0 16px 0 0;
    }
    .partner__media img {
        height: 80px;
    }
    .detail_wrap h2 {
        font-size: 18px;
		width: 95%;
    }
    .partner__detail {
        font-size: 13px;
        overflow: hidden;
        width: 100%;
    }
    .partner__detail li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .area_no_alliance {
        margin-top: 16px;
    }
}