.hgroup_side.hg_side_right.jtb{display: none;}
.bs_juju { margin: 0 auto; max-width: 1200px; padding: 150px 0 50px; }
.bs_juju .top_text_area .top_tit { font-size: max(38px, 2.820833333vw); font-weight: 500; text-align: center; }
.bs_juju .juju_table { padding-top: max(66px, 6.5104166667vw); margin: 0 auto; }
.bs_juju .juju_table .stand { display: block; text-align: right; font-size: max(15.24px, 1.0114583333vw); color: #9e9e9e; padding-bottom: 10px; }
.bs_juju .juju_table table { width: 100%; border-top: 2px solid #000; }
.bs_juju .juju_table table tr th { padding: 20px 20px 20px 20px; border-bottom: 1px solid #d4d4d4; font-size: max(16.33px, 1.071875vw); font-weight: 500; }
.bs_juju .juju_table table tr th:nth-child(1) { text-align: left; }
.bs_juju .juju_table table tr td { padding: 20px 20px 20px 20px; border-bottom: 1px solid #d4d4d4; font-size: max(16.33px, 1.071875vw); }
.bs_juju .juju_table table tr td:nth-child(1) { text-align: left; }
.bs_juju .juju_table table tbody tr td { color: #697077; }
.bs_juju .juju_table table tbody tr:last-child td { color: #000; font-weight: 500; }
/* 스크롤 이벤트 */
.hidden-section { opacity: 0; transform: translateY(50px); transition: opacity 1s, transform 1s; transition-delay: 0.1s; }
.hidden-sectiontwo { opacity: 0; transform: translateY(50px); transition: opacity 1s, transform 1s; transition-delay: 0.3s; }
.hidden-sectionthree { opacity: 0; transform: translateY(50px); transition: opacity 1s, transform 1s; transition-delay: 0.5s; }
.hidden-sectionfour { opacity: 0; transform: translateY(50px); transition: opacity 1s, transform 1s; transition-delay: 0.7s; }
.visible { opacity: 1; transform: translateY(0); }
@media (max-width:1023px){
	.bs_juju { padding: 50px 10px; }
	.bs_juju .juju_table .stand { text-align: left; }
	.bs_juju .juju_table table tr td { padding: 20px 5px; }
	.bs_juju .juju_table table tr th { padding: 20px 5px; }
}