@charset "utf-8";

/* sub main */
.first_page.commu {background-image:url("../image/commu/bg_subm.jpg");}

/* sub main : background */
.page_move.case {background-image:url("../image/commu/bg_menu1.jpg");}
.page_move.news {background-image:url("../image/commu/bg_menu2.jpg");}
.page_move.review {background-image:url("../image/commu/bg_menu3.jpg");}

/* sub visual */
.bo_sub_t { width:100%; height:610px; text-align:center; box-sizing:border-box; padding-top:16.875em; }
.bo_sub_t p { padding-top:27px; }
.bo_sub_t.case { background:url("../image/commu/bg_case.jpg") top center no-repeat; background-size:cover;}
.bo_sub_t.news { background:url("../image/commu/bg_news.jpg") top center no-repeat; background-size:cover;}
.bo_sub_t.review { background:url("../image/commu/bg_review.jpg") top center no-repeat; background-size:cover;}
.bo_sub_t.review.bo_sub_vt { background:url("../image/commu/bg_re_view.jpg") top center no-repeat; background-size:cover;}

.bo_sub_vt {height:400px; padding-top:13em;}

@media screen and (max-width: 1024px) {
	.bo_sub_t {height:60vh; padding-top:20vh;}
	.bo_sub_vt {height:30vh; padding-top:15vh;}
}
@media screen and (max-width: 740px) {
	.bo_sub_t {height:320px; padding-top:20vh;}
	.bo_sub_t.case {padding-top:16vh;}
	.bo_sub_vt {height:200px; padding-top:16vh;}
}

/* point - case */
.starlaw_point {width:1078px; height:220px; box-sizing:border-box; padding:0 120px; margin:-98px auto 0; display:flex; align-items:center; justify-content:center; background:#dfe8ea;}
.starlaw_point ul { width:100%; height:auto; display:flex; justify-content:space-between; }
.starlaw_point li { /*width:245px;*/ width:300px; color:#404040;}
.starlaw_point span {display:block; text-align:right; border-top:1px solid #7c7c7c; padding-top:20px; margin-top:12px; color:#0d3a44;}
.starlaw_point mark { color:inherit; }

@media screen and (max-width: 1024px) {
	.starlaw_point {width:90.66%; padding:0 50px;}
	.starlaw_point li {width:30%;}
}
@media screen and (max-width: 740px) {
	.starlaw_point {height:auto; padding:35px 30px 50px;}
	.starlaw_point ul {display:block;}
	.starlaw_point li {width:100%; display:flex; justify-content:space-between; border-bottom:1px solid #bcccd0; padding:15px 0;}
	.starlaw_point li:nth-child(2) {margin:10px 0;}
	.starlaw_point span {border:0; padding:0; margin:0;}
}

/* board contents */
.contents { width:1280px; height:auto; padding-bottom:20vh; margin:10vh auto 0; }

@media screen and (max-width: 1366px) {
	.contents {width:93.70424597364568%;}
}

/* tabmenu */
.star_tab {width:1280px; height:auto; display:flex; align-items:center; justify-content:center; margin:-31px auto 0; background:#fff;}
.star_tab li {flex:1 1 auto; width:100%; text-align:center; position:relative;}
.star_tab li:after { content:''; width:1px; height:26px; background:#bebebe; position:absolute; top:21px; left:0; }
.star_tab li:first-child:after { width:0; }
.star_tab li a {display:block; padding:21px 0; box-sizing:border-box;}
.star_tab li a:hover {color:#3e3a39;}
.star_tab li a.current {display:inline-block; background:#222; border-top:3px solid #2463cc; color:#fff; padding:30px 90px; margin-top:-24px; position:relative;}
.star_tab li a.current:after { content:''; display:block; width:0px; height: 0px; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid #222; position:absolute; top:75px; left:50%; transform:translateX(-50%);}

.star_tab_cont {margin:5vw 0;}

@media screen and (max-width: 1366px) {
	.star_tab {width:93.70424597364568%;}
}
@media screen and (max-width: 768px) {
	.star_tab li a.current {padding:30px 60px;}
}
@media screen and (max-width: 740px) {
	.star_tab li a.current {padding:30px 20px;}
	.star_tab li a.current:after {top:70px;}
}

.adm_btn_wrap { width:1078px; box-sizing:border-box; margin:0 auto; text-align:right; padding: 10px; background:#dfe8ea;}
.adm_btn_wrap button { font-size:12px; padding:10px 24px; display: inline-block;  border:1px solid #CCC; background:#FFF; border-radius:4px; }

@media screen and (max-width: 1024px) {
	.adm_btn_wrap {width:90.66%; }
}