@charset "utf-8";






#bo_v_atc_top{display:flex;align-items:flex-start;flex-direction:column;gap:20px;}
#bo_v_atc_top .bo_v_img{max-width:600px;border:1px solid rgba(0,0,0,0.1);border-radius:6px;box-shadow:0 5px 6px rgba(0,0,0,0.04);}
#bo_v_atc_top .bo_v_img img{width:100%;}
#bo_v_atc_top .bo_v_summary{border-radius:10px;box-shadow:5px 6px 7px rgba(0,0,0,0.06);border:1px solid #e8e9eb;}
#bo_v_atc_top .bo_v_summary table{width:100%;font-size:15px;}
#bo_v_atc_top .bo_v_summary th, #bo_v_atc_top .bo_v_summary td{padding:11px 15px;}
#bo_v_atc_top .bo_v_summary tr:not(:first-child) th{width:170px;border-top:1px solid #4a4a4a;}
#bo_v_atc_top .bo_v_summary tr:not(:first-child) td{border-top:1px solid #e8e9eb;}
#bo_v_atc_top .bo_v_summary th{background:#333333;color:#fff;font-weight:400;border-color:#4a4a4a;}
#bo_v_atc_top .bo_v_summary td{background:#fff;min-width:300px}
#bo_v_atc_top .bo_v_summary tr:first-child > *:first-child{border-top-left-radius:10px;}
#bo_v_atc_top .bo_v_summary tr:first-child > *:last-child{border-top-right-radius:10px;}
#bo_v_atc_top .bo_v_summary tr:last-child > *:first-child{border-bottom-left-radius:10px;}
#bo_v_atc_top .bo_v_summary tr:last-child > *:last-child{border-bottom-right-radius:10px;}
#bo_v_atc_top .bo_v_summary .link{display:inline-flex;align-items:center;gap:6px;}
#bo_v_atc_top .bo_v_summary .link:hover{color:var(--red);}
#bo_v_atc_top .bo_v_summary .link:after{content:'\e30a';font-family:'newfont';color:var(--red);font-size:18px;}





.wr-file .wr-list-con{display:flex;flex-direction:column;gap:5px;}
.wr-file .upImg img{max-height:180px;}


@media screen and (max-width:780px) {
	.table .tbody .cell_wr_1,
	.table .tbody .cell_wr_2{order:-1;height:27px;background:#f56c67;color:#fff;border-radius:5px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;}
	.table .tbody .cell_wr_3{order:-1;}
	#bo_v_atc_top .bo_v_summary td{background:#fff;min-width:100%;}
	#bo_v_atc_top .bo_v_summary{width:100%;}
}