@charset "utf-8";
.user_sec2 {padding-top:110px}
.user_sec2 h5 {font-size:24px;margin-bottom: 2rem;display: inline-flex;font-weight: 600;}
.user_sec2 h5 span {width: 33px;height: 33px;border: 1px solid var(--color-main);display:inline-flex;border-radius: 50%;align-items: center;margin-right: .5rem;font-size: 18px;color: var(--color-main);font-weight: 500;justify-content: center;}
.halfsection {display: flex;gap: 0 4rem;margin-top: 4rem;}
.object {height:100%}
.object_tit {font-size:20px;margin-bottom: 1rem;}
.box_txt {
    background-color: var(--color-bg-green);
    padding: .5rem 1rem;
    border-radius: .5rem;
    color: var(--color-main);
    display: block;
    margin-top: .5rem;
}

/* PC */ 
@media only screen and (min-width:1024px) and (max-width: 1400px)  {
	
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/ 
@media all and (max-width:1023px) {
	.halfsection {flex-wrap:wrap;gap: 1.5rem 0;}
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {
    .object {padding:2rem 1rem}
	
}