body{
    color:#0b0b0b;
}

.transform-center-xy {position: absolute;top:50%;left:50%;transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);}
.lazy {
    /* background-image: url(/images/img_loading.gif); */
    background: url(/images/img_loading.gif);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.container{
    display: block;
    padding: 0;
    /*background-color: aquamarine;*/
    min-height: 600px;
    position: relative;
    margin: 40px 0;
}

.tab{
    display: block;
    z-index: 9001;
    background-color: #fff;
    width:100%;
    /*max-width: 1203px;*/
    min-height: 50px;
    text-align: center;
    margin: 0 auto;
    padding:10px 0;
}
.tab.fixed{
    position: fixed;
    border-bottom: 1px solid #eee;
    top:98px;
    left:50%;
    transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);
}
.tab-contents{
    display: block;
    width:100%;
    max-width: 1503px;
    min-height: 600px;
    text-align: center;
    margin:0 auto;
    /*background-color: lightgoldenrodyellow;*/
    padding: 20px;
}

.menu { margin: 0; padding: 0;}
.menu li {
    display: inline-block;
    list-style:none;
    position: relative;
    padding: 5px 0;
    min-width: 120px;
    color:#0b0b0b;
    font-size: 15px;
}
.menu li:hover { background: #fff; }
.menu li:hover>a { color: #BB9D7D;}
.menu li a.menu-none { color: #0b0b0b; }
.menu li a.menu-none:hover { color: #BB9D7D; }
.menu li a.menu-active { color: #BB9D7D; }



/* tab1 portfolio list */
.pf-list-inner-container{
    padding-top: 65px;
    width:100%;
    max-width: 1500px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.pf-list-inner-container > a {
    text-decoration: none;
    color: black;
}
.pf-list-div {
    margin: 18px;
    width: 390px;
    min-width: 290px;
    background-color: white;
    display: inline-block;
    padding: 0;
}
.pf-list-div:focus, .pf-list-div:hover{
    background-color: #eee;
}

.pf-img-div {
    overflow: hidden;
    height: 250px;
    width: 100%;
}

.pf-img{
    width: 100%;
    height: 100%;
}
/* vertical align */
.pf-img2{
    width: auto;
    height: 100%;
}

.pf-thumb-div {
    display: none;
    /*display: inline-block;*/
    position: relative;
    width:20%;
    height:100%;
    text-align: center;
}
.pf-thumb-div img{

    position: absolute;
    top: -50%;
    left: 45%;
    width: 95%;
    margin:0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius:50%;
    border-radius: 50%;

    -webkit-transform: translate(-50%,-88%);
    -moz-transform: translate(-50%,-88%);
    -ms-transform: translate(-50%,-88%);
    -o-transform: translate(-50%,-88%);
    transform: translate(-50%,-88%);

    z-index: 49;


}
.pf-thumb-div p {
    display: none;
    position: absolute;
    width:130%;
    min-width:80%;
    background-color: #FFF;
    bottom:-8px;
    z-index: 50;
    font-size: 13px;
    font-weight: 600;
    margin:0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}



.pf-text-div {
    width:100%;
    min-height:100px;
    display: inline-block;
    padding:10px 2px;
}
.pf-text-div-inner{
    min-height: 88px;
    width:98%;
    display: inline-block;
}
.pf-service-type-p{
    /* word-break: keep-all; */
    font-weight: 400;
    font-size: 16px;
    margin: 5px 10px 0 10px;
    text-align: left;
    height: 41px;
    color: #0b0b0b;
    overflow: hidden;
}

.pf-info-divs {
    text-align: left;
    color: #BB9D7D;
    font-weight: 400;
    padding: 5px 10px 10px;
}
.pf-info-div {
    display: inline-block;
}
/* kakao buttons*/
.kakao-share-wrap{
    text-align: center;width: 100%;font-size: 21px;font-weight: 700;padding:40px;white-space: pre-line;
}
.kakaostory-follow-button{
    margin:0 auto;
}
div.tab > ul > li:nth-child(1) > a > span{
    position: relative;
}
img.new{
    /*position: absolute;*/
    /*left: -13px;*/
    /*top: 9px;*/
    width: 13px;
    margin-bottom: 3px;
}

/* masonry */
.grid {
    max-width: 1203px;
    margin: 60px auto;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item {
    width: 33.333%;
}

.grid-item {
    float: left;
    padding: 1px;
}

.grid-item img {
    display: block;
    max-width: 100%;
}
/* masonry End */


.caption-style-1 .grid-item:hover .caption{
    padding:2px;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.caption-style-1 img{
    margin: 0px;
    padding: 0px;
    float: left;
    z-index: 4;
}
.caption-style-1 .caption {
    cursor: pointer;
    position: absolute;
    padding:0;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition:all 0.45s ease-in-out;
    -moz-transition:all 0.45s ease-in-out;
    -o-transition:all 0.45s ease-in-out;
    -ms-transition:all 0.45s ease-in-out;
    transition:all 0.45s ease-in-out;
}

.caption-style-1 .blur {
    background-color: rgba(0,0,0,0.45);
    /* background-color: rgba(187, 157, 125, 0.7); */
    height: 100%;
    width: 100%;
    z-index: 5;
    position: relative;
}

.caption-style-1 .blur-inner {

}

.caption-style-1 .caption-text p.title {
    text-transform: uppercase;
    font-size: 2.2vmin;
    text-align: center;
    color:#fff;
}
.caption-style-1 .caption-text p.desc {
    text-transform: uppercase;
    font-size: 1.2vmin;
    text-align: center;
}
.caption-style-1 .caption-text{
    z-index: 10;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

/* zoom gallery */
.jq-toast-wrap {
    width: 300px;
}
.mfp-close {
    cursor: pointer !important;
}
.mfp-title {
    font-size: 1.1em;
}
/* .mfp-counter{
    width: 100%; text-align: center;
} */
.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}


/* zoom.arrow custom */
.mfp-arrow-left:before{
    border-right: none;
}
.mfp-arrow-left:before, .mfp-arrow-right:before {
    border-left: none;

}

.mfp-arrow-right:after{
    border-left: 17px solid #BB9D7D;
}
.mfp-arrow-left:after{
    border-right: 17px solid #BB9D7D;
}
.mfp-arrow{
    opacity: 1;
}
.mfp-arrow:hover {
    opacity: 0.7;
}
.mfp-arrow:before,.mfp-arrow:after {
    border-top-width: 21px;
    border-bottom-width: 21px;
}
/* zoom.arrow custom End*/

/* 인테리어 슬라이드 개별추가 */
.mfp-content figure {
    background-color: inherit;
    margin:0 auto;
}
img.mfp-img{
    max-width: 100%; margin:0 auto;
}
/* 인테리어 슬라이드 개별추가 끝*/


/* zoom gallery End */


/*desktop*/
@media all and (max-width: 991px) {
}

/*tablet*/
@media all and (max-width: 767px) {
    .tab-contents{
        padding:10px 0;
    }
    .pf-list-div{
        padding:0;
        margin: 15px auto;
        width: 100%;
    }
    .pf-img-div{
        width:100%;
        height:auto;
    }
    .pf-img2 {
        max-height: 300px;
    }

    /* mfp prev position fix */
    button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
        top: 52.25%;
    }
    /* End mfp prev position fix */

}


/*mobile*/
@media all and (max-width: 575px) {
    .pf-list-div:focus, .pf-list-div:hover{
        background-color: #fff;
    }
    .menu li {
        min-width: 21%;
        font-size: 14px;
    }
    .pf-thumb-div img{
        width: 66px;
        left: 55%;
    }

    .pf-list-div{
        margin: 15px auto;
        width: 100%;
    }

    .pf-img-div{
        width: 100%;
        height: auto;
    }

    .pf-text-div{
        min-height: 88px;
        padding:15px;
    }
    .pf-text-div-inner{
        min-height: 0;
    }
    .pf-service-type-p{
        margin: 0;
        font-size:14px;
    }
    .pf-info-divs{
        margin: 0;
        padding:0;
        font-size:12px;
    }
    .kakao-share-wrap{
        font-size: 1.0em;
    }

    /* masonry */
    .grid-sizer,
    .grid-item {
        width: 50%;
    }
    /* masonry end */


}


