@charset "utf-8";

/*
 * File       : sub-gallery.css
 * Author     : STUDIO-JT (Chaehee)
 * Guideline  : JTstyle.2.0
 *
 * Dependency : css/reset.css
 *              css/jt-strap.css
 *
 * SUMMARY:
 * 1) 
 * 2) 
 */

 

/* **************************************** *
 * GALLERY
 * **************************************** */
body.page-template-gallery .main-container { padding-top: 0; }
body.page-template-gallery .article-visual:after { background: rgba(2,10,10,0.2); }

.gallery-section__content-inner { position: relative; padding-top: 360rem; padding-bottom: 120rem; padding-left: 151rem; }
.gallery-section__bg { width: 100%; height: 586rem; background-repeat: no-repeat; background-size: cover; background-position: center; background-attachment: fixed; }
.gallery-section--01 .gallery-section__content { padding-top: 200rem; }
.gallery-section--01 .gallery-section__content-inner { padding-top: 0; }
.gallery-section--01 .gallery-section__content-inner p { position: relative; top: -6rem; margin-bottom: -6rem; }
.gallery-section--01 .gallery-section__bg { background-image: url(../images/sub/gallery/gallery-bg-01.jpg); }
.gallery-section--02 .gallery-section__bg { background-image: url(../images/sub/gallery/gallery-bg-02.jpg); }
.gallery-section--03 .gallery-section__bg { background-image: url(../images/sub/gallery/gallery-bg-03.jpg); }

html.ios .gallery-section__bg { background-attachment: inherit; }