<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*구조*/
.photo_organA{height:100%;line-height:0;}
.photo_organA .container{}
.photo_organA ul.inner{}
.photo_organA ul.inner &gt; li{}

/*타이틀*/
.photo_organA .title{display:none;}
.photo_organA .title a{}
.photo_organA .inner &gt; li.active .title a{}

/*목록*/
.photo_organA .list{position: relative;padding: 30px 0;height: 480px;}
.photo_organA .list ul{max-width: 1700px;}
.photo_organA .list ul li{display: inline-block;vertical-align: top;float: none;transition: all ease .5s;}
.photo_organA .slick-slide{display: inline-block;vertical-align: top;opacity: 0;}
.photo_organA .slick-slide.slick-active{opacity: 1;}

/*noData*/
.photo_organA .list .nodata{font-size:18px;color:#000;text-align:center;padding:40px 0;width:100%;}

/*링크*/
.photo_organA a.subject{display:block;position:relative;padding: 0 70px 15px 0;margin-top: 110px;transition: all ease .5s;}

/*썸네일*/
.photo_organA .thumb{width:100%;height: auto;position:relative;transition:all ease 0.5s;}
.photo_organA .thumb img{object-fit:cover;object-position:center;height: 200px;width: 300px;transition:all ease 0.5s;}

/*컨텐츠*/
.photo_organA .con{width:100%;}

/*제목*/
.photo_organA .subjectText{font-size:18px;color:#000;font-family:'Dream Medium';padding: 30px 0;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:none;}

/*내용*/
.photo_organA .content{display:none;}

/*날짜*/
.photo_organA .dateA,
.photo_organA .dateB{display:none;}

/*더보기*/
.photo_organA .more{display:none !important;text-indent:-9999px;position:absolute;right:20px;bottom:0;width:40px;height:40px;background:url(../images/more.png) center no-repeat;}

/*활성화*/
.photo_organA .list,
.photo_organA .more{display:none}
.photo_organA .inner &gt; li.active .list,
.photo_organA .inner &gt; li.active .more{display:block}

/*CONTROL*/
.photo_organA .prev,
.photo_organA .next{display:block;text-indent:-9999px;width:104px;height:104px;position:absolute;top: 33%;z-index: 9;}
.photo_organA .prev{background:url(../images/shadowed-left.png) no-repeat center;left: -52px;}
.photo_organA .next{background:url(../images/shadowed-right.png) no-repeat center;left: 455px;}
.photo_organA .control .play,
.photo_organA .control .stop,
.photo_organA .control .numbering,
.photo_organA .control .paging{display:none;}

/*쉐도우이미지*/
.photo_organA .shadow_img1,
.photo_organA .shadow_img2{position:absolute;top:0;width:720px;height:450px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.photo_organA .shadow_img1{display:none !important;}
.photo_organA .shadow_img2{left:740px;}
.photo_organA .shadow_img1::before,
.photo_organA .shadow_img2::before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,0.3);}
.photo_organA .shadow_img1 img,
.photo_organA .shadow_img2 img{object-fit:cover;object-position:center;width:inherit;height:inherit;}

@media only screen and (max-width:1750px){
.photo_organA .container{padding:0 50px;}
}

.photo_organA .thumb:before{content:'';width: 0;height: 0;background: #f1f1f1;position: absolute;left: 10px;top: 10px;z-index: -1;transition: all ease .5s;}

.photo_organA .slick-list{transition:all ease .5s;overflow: visible;}
.photo_organA .slick-list &gt; div{transition:all ease .5s;}
.photo_organA .slick-current{width: 615px}
.photo_organA .slick-current .thumb{position: relative;}
.photo_organA .slick-current .thumb:before{width:100%;height:100%;}
.photo_organA .slick-current img{width:500px;max-width:500px;height: auto;}
.photo_organA .slick-current a.subject{padding-right:115px;margin-top: 0;}
.photo_organA .slick-current .subjectText{display:block;}
.photo-title{position: absolute;left:615px;top: 0;}
.photo-title .main-common-title strong{margin-left:15px;}
.photo-title .main-common-title p{margin-left:0;display:block;}


@media only screen and (max-width:1200px){
.photo_organA .container{padding:0 25px;}
.photo-title{position:initial;margin-bottom:35px;}
.photo_organA .prev, .photo_organA .next{top:60%;}
.photo_organA .slick-current a.subject{padding-right:50px;}
.photo_organA a.subject{padding:0 35px 15px 0;}
.photo_organA .slick-current img{width:100%;height: 100%;}
.photo_organA .slick-current{width:545px}
}

@media only screen and (max-width:1023px){
.photo-title .main-common-title span,
.photo-title .main-common-title strong{font-size: 42px;}
.photo-title .main-common-title p{font-size: 17px;}
}

@media only screen and (max-width:767px){
.photo_organA .slick-current{width:auto;}
.photo_organA .slick-current img{width:100%;max-width: 100%;max-height: 100%;}
.photo_organA .thumb img{width:100%;height:100%;}
.photo_organA .slick-current a.subject{padding:0;}
.photo_organA .prev{left: -45px;}
.photo_organA .next{right: -45px;left: unset;}
.photo_organA .prev, .photo_organA .next{top: 47%;width: 95px;height: 95px;background-size: contain;}
.photo_organA .list{height: auto;}
.photo_organA a.subject{margin-top:0;}
.photo_organA .subjectText{display:block;opacity: 0;}
.photo_organA .slick-current .subjectText{opacity: 1;}
}
</pre></body></html>