.tab-wrapper .tab-right-btn a.link-btn { background: #C8005F; display: inline-block; position: relative; padding: 14.7px 80px 14.7px 20px; border: 0; font-size: 16px; font-weight: 700; line-height: 24px; border-radius: 10px; color: #fff;}
.tab-wrapper .tab-right-btn a.link-btn::after { content: ''; display: inline-block; width: 32px;height: 32px; vertical-align: text-bottom; right: 10px;  top: 50%;transform: translateY(-50%); position: absolute; background: #fff url(/_res/postech/csepostech/img/common/postech_arrow_right.png);background-repeat: no-repeat; background-position: center; border-radius: 50%; background-size: 22px;}
.tab-wrapper { display: flex;justify-content: space-between;}



@media screen and (max-width: 760px) {
.tab-wrapper { display: flex;  flex-direction: column;}
.tab-right-btn { margin-bottom: 15px;}	
.tab-wrap { margin-bottom: 15px;}	
	.tab-wrapper .tab-right-btn a.link-btn{width:100%}	
}