@charset "utf-8";

/*
 * File    : sub-pinterest.css
 * Author  : STUDIO-JT (JC)
 *
 * SUMMARY :
 * 핀터레스트
 */

/* 기본셋팅 */
html:not(.mobile) .pinterest_popup_open #header {padding-right:17px;}
.jt_isotope_pinterest .pinterest_item {width: 236px;height: auto;  float: left;margin-bottom: 60px; }
.jt_isotope_pinterest .pinterest_item a {display:block;}
.jt_isotope_pinterest .pinterest_item img {  display: block;  width: 100%;}
.jt_isotope_pinterest .pinterest_item .pinterest_fig { border-radius:5px; overflow:hidden;  position:relative;}
.jt_isotope_pinterest .pinterest_item .pinterest_fig img { width:100%; display:block;}
.jt_isotope_pinterest .pinterest_item .pinterest_fig:after { content:''; display:block; background:rgba(255,252,0,0.5); position:absolute; top:0; left:0; right:0; bottom:0; opacity:0; transition:all 300ms;}
html:not(.mobile) .jt_isotope_pinterest .pinterest_item a:hover .pinterest_fig:after { opacity:1; }
.jt_isotope_pinterest .pinterest_item_title {margin-top:10px; margin-bottom:-30px; color:#222;}
.pinterest_popup { max-width:1128px; margin:126px auto; display:table; position:relative; }
.pinterest_popup > div { width:50%; display:table-cell; vertical-align:top;}
.pinterest_img_wrap img { display:block; }
.pinterest_meta_wrap {padding: 84px 80px; background:#fff; }
.pinterest_meta_wrap h2 {font-family: 'Montserrat', 'NotoSansKR', sans-serif;font-size: 34px;font-weight: 600;color: #222;line-height: 1.25;}
.pinterest_meta_wrap p {margin-top: 14px;font-size:14px;color:#444;line-height: 2;font-weight:500;}
.pinterest_meta_wrap p strong {background: #fffd7f;}
.pinterest_meta_wrap a.view_btn_site {width:auto;height:auto;position:relative;padding: 17px 98px 18px 38px;margin-top:33px;font-size:15px;color:#fff;background:#dc372b;border:2px solid #dc372b;border-radius:3px;display: inline-block;line-height:normal;}
html:not(.mobile) .pinterest_meta_wrap a.view_btn_site:hover {background:#fff; color:#dc372b;}
.pinterest_meta_wrap a.view_btn_site:after {height: 21px; top:50%;margin-top: -11px;}
.pinterest_popup .mfp-close {position:absolute;right: -53px;top: -8px; font-size:0; -webkit-transition: all 300ms; transition: all 300ms;}
.pinterest_popup .mfp-close:before {font-family:'jt-font';content:'\e929';font-size: 24px;font-weight:600;color:#fff;}
.pinterest_meta_inner.stick { position:fixed}
.pinterest_popup_img_only .pinterest_img_wrap { width:100%; }
.pinterest_popup_img_only .pinterest_meta_wrap {display:none;}
.pinterest_popup_open { overflow: hidden; }
.jt_mfp_wrap { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10000; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.jt_mfp_bg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #0b0b0b; opacity: .8; }
.jt_mfp_container { position: relative; min-height: 100%; }
