@charset "UTF-8";

/*2022.01.11 진의&성분*/
/* 갤러리 로비 페이지 추가 */
/* 갤러리 필터 */
.gallery_lob_bg {
    background: url(/resources/brandsite/img/garllery_banner.png) !important;
    background-size: cover !important;
    background-position: center !important;
}
.gallery_lobby{
	margin: 80px 60px 0;
}
.gallery_lobby input{
    display: none;
}
.gal_filter{
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #ededed;
    box-sizing: border-box;
}
/* .gal_filter label:nth-child(2){
    margin: 0 20px;
} */
/* 갤러리 박스들 */
.gallery_lobby_wrap ul{
    display: flex;
    justify-content: inherit;
    flex-wrap: wrap;
    background-color: #fff;
    padding-top: 40px;
}
.gallery_lobby_wrap .box{
	position: relative;
    width: calc(33.33% - 20px);
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    margin-right: 30px;
}
.gallery_lobby_wrap .box:nth-child(3n){
    margin-right: 0px;
}
.gallery_lobby_wrap .img{
    overflow: hidden;
    border-radius: 10px;
}
.gallery_lobby_wrap .img a{
    display: block;
}
.img >a >img{
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.gallery_lobby_exterior .exterior_body .img {
    height: auto !important;
}
.exterior_body .img >a >img {
    height: auto !important;
}
.gallery_lobby_wrap .img:hover img{
    transform: scale(1.1);
    transition: 0.5s;
}
.gallery_lobby_wrap .icon_play{
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.gallery_lobby_wrap .icon_360 {
    position: absolute;
    top: 12%;
    left: 11%;
    transform: translate(-11%, -12%) !important;
}
.gallery_topsec {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.gallery_topsec a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #595757;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px !important;
}
.gallery_topsec .quot_btn a {
    display: block;
    background-color: #88b8ff;
    color: #fff;
    font-weight: 600;
    padding: 5px 8px;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px !important;
}
.gallery_lobby_wrap .img_txt{
    margin-top: 15px;
}
.gallery_lobby_wrap .box .img_txt p {
    font-size: 15px;
    font-weight: 600;
    color: #727171;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.gallery_txt002{
	margin-top: 4px;
}
.gallery_date{
	font-size: 13px;
    margin-top: 4px;
    color: #b1b1b1;
}
.gallery_lobby_video,
.gallery_lobby_matta,
.gallery_lobby_exterior{
    display: none;
}
.gallery_all_btn{
    text-align: center;
} 
.gallery_all_btn a{
    width: 135px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background: #426492;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
    margin: 50px 0;
}

/* 갤러리 필터 */

.gal_filter label{
    display: inline-block;
    width: 120px;
    height: 42px;
/*     border-radius: 10px; */
    color: #4d4d4d;
    cursor: pointer;
/*     background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%); */
    line-height: 42px;
    text-align: center;
    border-bottom: solid 2px transparent;
    font-size: 18px;
}
.gallery_lobby #main_gall_img:checked ~ .gal_filter label[for="main_gall_img"],
.gallery_lobby #main_gall_video:checked ~ .gal_filter label[for="main_gall_video"],
.gallery_lobby #main_gall_matta:checked ~ .gal_filter label[for="main_gall_matta"],
.gallery_lobby #main_gall_exterior:checked ~ .gal_filter label[for="main_gall_exterior"]{
    border-bottom: solid 2px #5892cd;
    font-weight: 700;
    color: #5892cd;
}
.gallery_lobby #main_gall_video:checked ~ .gallery_lobby_video,
.gallery_lobby #main_gall_matta:checked ~ .gallery_lobby_matta,
.gallery_lobby #main_gall_exterior:checked ~ .gallery_lobby_exterior{
    display: block !important;
}

.gallery_lobby #main_gall_video:checked ~ .gallery_lobby_image,
.gallery_lobby #main_gall_matta:checked ~ .gallery_lobby_image,
.gallery_lobby #main_gall_exterior:checked ~ .gallery_lobby_image{
    display: none !important;
}
/* 갤러리 리스트 버튼 */
.gal_movebtn_list{
	display: flex;
    justify-content: center;
    border-bottom: solid 1px #ededed;
    box-sizing: border-box;
    margin-top: 80px;	
}
.gal_movebtn_list li a{
	display: block;
	width: 110px;
    height: 42px;
    color: #4d4d4d;
    cursor: pointer;
    line-height: 42px;
    text-align: center;
    border-bottom: solid 2px transparent;
    font-size: 18px;
}

/* 영상 갤러리 */
.video_gallery_wrap{
	display: flex;
    justify-content: space-between;
    white-space: nowrap;
    margin-bottom: 10px;
}
.video_gallery_txt0001{
	display: block !important;
}
.video_gallery_wrap span {
    margin: auto 0;
}
.video_gallery_wrap span a{
    background-color: #88b8ff;
    color: #fff;
    font-weight: 600;
    padding: 6px 10px;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* 건축물 갤러리 */
.gallery_exteriorWrap .gallery_lobby_exterior{
	display: block !important;
}
.gallery_lobby_exterior .exterior_body .box{
	width: calc(25% - 24px);
	margin-right: 30px;
}
.gallery_lobby_exterior .exterior_body .box:nth-child(4n) {
    margin-right: 0px;
} 