* {
    /* outline: 1px solid orange; */
}

#building_cases_viewer_wrapper {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 50;
    overflow: hidden;
    z-index: 10005;
}
/* 
    #building_list_wrapper
    #bl_*
    좌측 House List 바
*/
#building_list_wrapper {
    display: none; /* 지금 사용 안함 */
    position: absolute;
    top:0; left:0;
    overflow: auto;
    height: 100%;
    z-index:11000;
}
/* js 로 구현
#bl_flag_img img:hover ~ #building_lists {
    display:block;
}
*/
#building_lists {
    width:175px; height:100%;
    float:left;
    display: none;
    background: #3b9397;
    overflow-y: scroll;
}

#building_lists article {
    width: 140px; height: 78px;
    margin: 10px 0 10px 10px;
    background: white;
}

#building_list_wrapper div {
    float:left;
}

#bl_dummy_bar {
    width:10px; height:100%;
    background: #3b9397;
}

#bl_flag_img {
    width: 40px; height: 210px;
    margin-top: 30px;
}

#building_cases_viewer_wrapper > section {
    display:table;
    width:100%; height:100%;
}

#building_cases_viewer_wrapper > section > div {
    display: table-row;
}
#building_cases_viewer_wrapper > section > div:nth-child(1) {
    height: 48px;
}

.bc_top_bar {
    display: table-cell;
    color: white;
    background: #252525;
    white-space: nowrap;
}

#bc_top_logo {
    vertical-align: top;
    margin: 0 25px 0 35px;
}

.bc_top_bar:nth-of-type(1) a:nth-of-type(1) {
    display: inline-block;
    width: 125px;
    line-height: 48px;
    font-size: 15px;
    text-align: center;
    background: #018459;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    :nth-of-type(1).bc_top_bar a:nth-of-type(1) {
        line-height: 40px;
    }
    .bc_top_bar:nth-of-type(1) a:nth-of-type(1) {
        padding-top: 8px;
    }
    #board_view_counts {
        height: 44px !important;
    }
	/* IE10+ CSS styles go here */
}
.bc_top_bar:nth-of-type(1) a:nth-of-type(1) img {
    /* vertical-align: text-top; */
    margin-right: 5px;
}

#bc_top_title {
    font-size: 17px;
    /* display: inline-block;
    width: calc(100vw - 740px);
    height: 48px;
    line-height: 48px;
    vertical-align: top;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* #bc_top_title {
        line-height: 56px;
	} */
	/* IE10+ CSS styles go here */
}

.bc_top_bar:nth-of-type(1) a:nth-of-type(2) {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 35px;
}

#bc_canvas {
    display: table-cell;
    position: relative;
    background: black;
}
#bc_canvas > div:not(#bc_canvas_img):not(#bc_canvas_movie) {
    position: absolute;
    left: 0; bottom: 78px;
    width: 100%;

    /* overflow: hidden; */
    margin: 0 10px;
    text-align: center;
}
#bc_canvas_movie,
#bc_canvas_img {
    position: absolute;
    top:0; left:0;
    width:100%; 
	height:100vh;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
}
#bc_canvas_img {
    background-size: auto 110%;
}
#bc_canvas_movie {
    display: none;
    background: #181b19;
    z-index: 10;
}
#btn_close_bc_canvas_movie {
    display: inline-block;
    /* width: 100%; */
    font-size: 18px;
    text-align: left;
    color: white;
    margin: 14vh 0 0 10%;
}
#btn_close_bc_canvas_movie img {
    width: 30px !important;
    height: auto !important;
    vertical-align: text-top;
    margin-right: 10px !important;
}
#bc_canvas_movie_contents {
    width: 80%; height: 60vh;
    background: white;
    margin: 15px auto;
}
#bc_canvas img {
    position: relative;
    display: inline-block;
    width: 100%; height: auto;
    max-width: 100%; max-height: 100%;
    margin: auto;
}
#bc_canvas_controller {
    position: absolute;
    top: 47%;
    left: 5%;
    width: 90%;
    z-index: 1;
}
#bc_canvas_controller > div {
    /* width: 30px; */
    /* height: 50px; */
    width: 40px;
    height: 66px;
    background: black;
    opacity: 0.6;
}
#bc_canvas_left_arrow {
    float: left;
}
#bc_canvas_right_arrow {
    float: right;
}


#bc_canvas_caption {
    display: inline-block;
    position: relative;
    width: 70%; height: 150px;
    color: white;
}
#bc_canvas_caption_text {
    position: absolute;
    top: 0; left: 0;
    padding: 30px 35px;
	
    z-index: 3;
    text-align: left;
}
#bc_canvas_caption_text_sub {
    position: absolute;
	display: none;
    bottom: -30px; left: 50%;
	margin-left: -170px;
    padding: 30px 35px;
    z-index: 3;
	height: 35px;
	line-height: 35px;
    width: 250px;
    font-size: 16px;
    font-weight: 300;
	padding: 0 40px;
    text-align: left;	text-align: center;
}
#bc_canvas_caption_text p:first-child {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 22px 0;
}
#bc_canvas_caption_text p:nth-child(2) {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

#bc_canvas_caption_background {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    /* padding: 30px 35px; */
    background: black;
    opacity: 0.3;
    z-index:-1
}
#bc_canvas_caption_background_sub {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    /* padding: 30px 35px; */
    background: black;
    opacity: 0.3;
    z-index:-1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#bc_canvas_caption_background_sub {
		top: -3px;
	}
	/* IE10+ CSS styles go here */
}

#bc_info_panel {
    display: table-cell;
    width: 450px;
    min-width: 450px;
    background: white;
}
#bc_info_panel_scroll_area {
    overflow-y: auto;
}
#bc_info_panel_scroll_area > article h1 {
    display: inline-block;
    vertical-align: middle;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#bc_info_panel_scroll_area > article h1 {
        vertical-align: sub;
	}

	/* IE10+ CSS styles go here */
}
#btn_bc_play_movie img {
    vertical-align: middle;
    /* margin: 10px 10px 10px 0; */
}

#bc_social_score {
    display: inline-block;
    width: 100%; /* line-height: 48px; */
    text-align: center;
    font-size: 1rem;
}
#bc_social_score a {
    margin: 0 16px;
}
#board_view_counts {
    height: 48px;
    overflow: inherit;
}
#board_view_counts>span, #board_view_counts>a {
    line-height: 48px;
}
#board_view_counts .like, #board_view_counts .scrap, #board_view_counts .close {
    font-size: 15px;
    color: white;
}

#bc_social_score a.close {
    margin-left: 30px;
}
#board_view_counts .close .icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(/images/pc/bbs_cases_viewer/btn_close_4.png);
    background-size: 15px 15px;
    vertical-align: middle;
    margin-right: 5px;
}

#bc_info_panel h1 {
    font-size: 20px;
	font-weight:500;
	color:#b5b5b5;
}
#bc_info_panel h2 {
    font-size: 20px;
	font-weight:400;
    color:#2b2b2b;
}

#bc_info_panel article:first-of-type {
    height: 90px;
    text-align: center;
    background: #ebebeb;
    padding: 30px 0 0 0;
}
#bc_info_panel article:first-of-type > div {
    display: inline-block;
    width: 125px;
    height: 50px;
}
#bc_info_panel article:first-of-type > div.divider {
    width: 1px;
    height: 50px;
    border-left: 1px solid #b7b7b7;
}

#bc_info_panel article:first-of-type > div > p:nth-child(1) {
    font-size: 12px;
    color: #5a5a5a;
    margin-bottom: 11px;
}
#bc_info_panel article:first-of-type > div > p:nth-child(2) {
    font-size: 18px;
    color: #202020;
}


#bc_house_plan {
    font-size: 15px;
	color:#575757;
    background: #f2f2f2;
    padding: 30px 0 15px 20px;
}

#bc_house_plan .img_list_title {
    display: inline-block;
}

#bc_info_spec {
    margin-bottom: 20px;
}
#bc_info_spec::after{ content:""; clear:both; display:block; }

#bc_info_spec dt, #bc_info_spec dd {
    float: left;
    padding-left: 30px;
    font-size: 14px;
    margin: 5px 0;
}
#bc_info_spec dt:first-of-type, #bc_info_spec dd:first-of-type {
	margin-top:0;
}
#bc_info_spec dt {
    width: 78px;
    font-weight: 500;
    color: #2b2b2b;
    text-align: justify;
    text-align-last: justify;
    word-spacing: -5px;
}
#bc_info_spec dd {
    width: 280px;
    font-weight: 400;
    color: #717171;
    padding-left: 20px;
}


#bc_info_type, #bc_info_text,
#bc_info_type2, #bc_info_text2 {
    float: left;
    padding-left: 30px;
    font-size: 14px;
}
#bc_info_type, #bc_info_type2 {
    width: 78px;
    font-weight: 500;
    color: #2b2b2b;
}
#bc_info_text, #bc_info_text2 {
    font-weight: 400;
    color: #717171;
    list-style: none;
    padding-left: 20px;
}
#bc_info_text li, #bc_info_text2 li {
    width: 280px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#bc_info_type li, #bc_info_text li,
#bc_info_type2 li, #bc_info_text2 li {
    margin: 5px 0;
}

#bc_info_type li, #bc_info_type2 li {
    text-align: justify;
    text-align-last: justify;
    word-spacing: -5px;
}

#bc_info_type2 li:first-child{
	margin-top:0;
}
#bc_info_text2 li:first-child{
	margin-top:0;
}

/* #bc_info_type li::before,
#bc_info_type2 li::before {
    content: '• ';
} */

#more_material_info{
	display:none;
}

#bc_info_more_btn {
    display: inline-block;
    font-size: 11px;
    color: #313132;
    text-align: center;
    /* margin: 10px 0; */
    margin-left: 15px;
}
#bc_info_more_btn a {
    display: inline-block;
    padding: 1px 6px;
    border: 1px solid #313132;
}

#bc_request_consult {
    width: 250px; height: 50px;
    line-height: 50px;
    border-radius: 6px;
    background: #028358;
    font-size: 17px;
    font-weight: 300;
    color: white;
    text-align: center;
    margin: 25px auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #bc_request_consult {
        line-height: 58px;
    }
    /* IE10+ CSS styles go here */
}

article[id*='_img_list'] {
    position: relative;
    margin: 30px 0;
    padding: 0 20px;
    overflow: hidden;
}
.img_list_title {
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
	padding:0px 0px 5px 30px;
}
.img_list_title span {
    font-size: 12px;
    font-weight: 300;
    color: #b5b5b5;
}
.bc_left_arrow, .bc_right_arrow {
    width: 21px; height: 80px;
    font-size: 2.25rem;
    line-height: 80px;
}
#blueprint_img_list div.bc_left_arrow, #blueprint_img_list div.bc_right_arrow {
    width: 21px; height: 127px;
}
.bc_left_arrow {
    float:left;
    background: url('/images/pc/bbs_cases_viewer/btn_arrow_left.png') no-repeat center;
}
.bc_left_arrow:hover {
    background: url('/images/pc/bbs_cases_viewer/btn_arrow_left_hover.png') no-repeat center;
}
.bc_right_arrow {
    float: right;
    background: url('/images/pc/bbs_cases_viewer/btn_arrow_right.png') no-repeat center;
}
.bc_right_arrow:hover {
    background: url('/images/pc/bbs_cases_viewer/btn_arrow_right_hover.png') no-repeat center;
}
.bc_img_list {
    /* float:left; */
    width: 336px;
    height:80px;
    /* margin-left: 16px; */
    margin-left: 30px;
    overflow:hidden;
    position:relative;
}
.bc_img_list ul{
	position:absolute;
	top:0;
	left:0;
	list-style: none;
    margin: 0;
    padding: 0;
}
.bc_img_list li {
    float: left;
    width: 80px; height: 80px;
    margin-right:4px;
   background-position:center center;background-color:black;background-repeat:no-repeat;background-size:cover;
}
.bc_img_list li a{
	display:block;
	height:100%;
}
.bc_img_list li:hover, .bc_img_list li.active {
    width: 76px; height: 76px;
    border: 2px solid #f5af19;
}
.bc_img_list li a img{
	display:none;
}
.bc_img_list .title,.bc_img_list .description{
	display:none;
}
.bc_img_list li:first-child {
  /*  margin-left:4px;*/
}
.bc_img_list img {
    width:100%; max-width:80px;
    height:100%; max-height:80px;
}
.bc_img_list .title {
    padding: 0;
}

#interior_no_img_msg, #blueprint_no_img_msg {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    color: #b5b5b5;
    z-index: 5;
}
#blueprint_no_img_msg {
    top: 70px;
}


#bc_blueprint_list {
    height: 145px;
}
#bc_blueprint_list li {
    width: 130px;
    height: 110px;
    margin: 0 19px;
}
#bc_blueprint_list li:hover, #bc_blueprint_list li.active {
    width: 126px; height: 106px;
    border: 2px solid #f5af19;
}
#bc_blueprint_list img {
    width:100%; max-width:130px;
    height:100%; max-height:110px;
}
#bc_blueprint_list p {
    margin: 0;
}
#bc_blueprint_list li a span.title {
   display: block;
   text-align: center;
   padding-top: 107px;
   font-size: 14px;
   font-weight: 300;
   color: #2b2b2b;
}
#bc_blueprint_list li a span.description {
    display: inline;
    color: #9c9c9c;
}
#blueprint_img_list a[class*=_arrow] {
    height: 106px;
    line-height: 106px;
}

#bc_blueprint_notice {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #018459;
    margin-top: 10px;
}

#bl_close {
    position: absolute;
    top: 0; right:0;
    width: 55px; height: 55px;
    border: 1px solid #e1e1e1;
    z-index: 55;
}