@charset "utf-8";

/* 갤러리 미리보기 개선(급) */
.gallery_view_popup .gallery_view_container .gallery_image_area { display: flex;  align-items: center; justify-content: center; height:calc(100vh - 170px); gap:50px; }
.gallery_view_popup .gallery_view_container .img_area { width:50%; text-align: right;}
.gallery_view_popup .gallery_view_container .gallery_image_area:not(:has(.gallery_contents)) .img_area {text-align: center; width:100%;}
.gallery_view_popup .gallery_view_container .gallery_contents {width:50%; color: #FFF; padding-right: 200px;}
.gallery_view_popup .gallery_view_container .gallery_contents .tit {font-size: 20px; font-weight: 500; }
.gallery_view_popup .gallery_view_container .gallery_contents .mess {font-size: 16px; font-weight: 300; line-height: 26px; margin-top: 20px; white-space: pre-wrap;}
.gallery_view_popup .gallery_view_container .gallery_image_area img {max-height:calc(100vh - 170px); max-width: 90%;}

@media only screen and (max-width:1440px) {
	.gallery_view_popup .gallery_view_wrap {margin: 0 150px;}
	.gallery_view_popup .gallery_view_container .gallery_contents {padding-right: 0; }
}

@media only screen and (max-width:1023px) {
	.gallery_view_popup .gallery_view_wrap {margin: 0;}
	.gallery_view_popup .gallery_view_container .gallery_contents {    width: 90%;}
	.gallery_view_popup .gallery_view_container .gallery_image_area {flex-direction: column; text-align: center;}
	.gallery_view_popup .gallery_view_container .gallery_image_area img { max-height:calc(100vh - 80px); max-width: 95%;}

}

@media only screen and (max-width:800px) {
	.gallery_view_popup .gallery_view_container .gallery_image_area img { max-height:calc(100vh - 60px); }
}
@media only screen and (max-width:800px) and (orientation : landscape) {
	.gallery_view_popup .gallery_view_container .gallery_image_area img { max-height:100vh; }
}

[data-content-type1='gallery'] .gallery_top_info { text-align:center; padding-bottom:1px; }
[data-content-type1='gallery'] .gallery_ul .gallery_wrap {position: relative; overflow: hidden;}
[data-content-type1='gallery'] .contents_area {display: flex;flex-direction: column; height: auto; overflow: hidden; width: 100%;transition: all .3s ease;}
[data-content-type1='gallery'] .contents_area img { width:100%; }
[data-content-type1='gallery'] .contents_area p { padding: 0 10px; }
[data-content-type1='gallery'] .contents_area .tit { line-height: inherit; margin: 10px 0 7px; font-size: calc(1em + 2px); font-weight: 500; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%;}
[data-content-type1='gallery'] .contents_area .mess {line-height: inherit; opacity: 0.7; white-space: pre-wrap; font-weight: 300;-webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;overflow: hidden; text-overflow: ellipsis; margin-bottom: 15px;}

[data-content-type1='gallery'] .gallery_ul > li { display:inline-block; vertical-align:top; }
[data-content-type1='gallery'] .gallery_ul > li .dim {position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 1; transition: all .3s ease;}
[data-content-type1='gallery'] .gallery_paging_1 > a { display:block; width:50%; margin-left:auto; margin-right:auto; padding:10px; line-height:20px; text-align:center; font-size:15px; border:1px #ddd solid; color:#333; }
[data-content-type1='gallery'] .gallery_paging_1 > a:before { display:inline; content:'더보기'; }

[data-content-type1='gallery'] .gallery_paging_3 .paging_navigation > li { margin-left:0; }
[data-content-type1='gallery'] .gallery_paging_3 .paging_navigation > li.direction.prev { margin-right:4px; }
[data-content-type1='gallery'] .gallery_paging_3 .paging_navigation > li.direction.next { margin-left:4px; }
[data-content-type1='gallery'] .gallery_paging_3 .paging_navigation > li > a { min-width:34px; padding:0; border:none; background:none; font-size:15px; line-height:34px; font-family:Montserrat, 'Noto Sans KR'; }
[data-content-type1='gallery'] .gallery_paging_3 .paging_navigation > li > a:hover { background:none !important; }
[data-content-type1='gallery'] .gallery_paging_3 .paging_navigation > li.direction > a { font-size:22px; }
[data-content-type1='gallery'] .gallery_paging_3 .paging_navigation > li.on > a { border-radius:50%; background:#000000 !important; color:#fff; }

[data-content-type1='gallery'] .gallery_paging_1,
[data-content-type1='gallery'] .gallery_paging_3 { display:none; }

/* 삭제 대기 */
[data-content-type1='gallery'][data-gallery-screen-ratio='21_9'] .gallery_ul .gallery_wrap { padding-bottom:42.857%; }
[data-content-type1='gallery'][data-gallery-screen-ratio='2_1'] .gallery_ul .gallery_wrap { padding-bottom:50%; }
[data-content-type1='gallery'][data-gallery-screen-ratio='16_9'] .gallery_ul .gallery_wrap { padding-bottom:56.25%; }
[data-content-type1='gallery'][data-gallery-screen-ratio='4_3'] .gallery_ul .gallery_wrap { padding-bottom:75%; }
[data-content-type1='gallery'][data-gallery-screen-ratio='1_1'] .gallery_ul .gallery_wrap { padding-bottom:100%; }
[data-content-type1='gallery'][data-gallery-screen-ratio='3_4'] .gallery_ul .gallery_wrap { padding-bottom:133.33%; }
[data-content-type1='gallery'][data-gallery-screen-ratio='9_16'] .gallery_ul .gallery_wrap { padding-bottom:177.77%; }
[data-content-type1='gallery'][data-gallery-screen-ratio='1_2'] .gallery_ul .gallery_wrap { padding-bottom:200%; }
[data-content-type1='gallery'][data-gallery-screen-ratio='9_21'] .gallery_ul .gallery_wrap { padding-bottom:233.33%; }

/* NEW */
[data-content-type1='gallery'][data-gallery-screen-ratio='0'] .gallery_ul .gallery_wrap { padding-bottom:30%; } /* 10:3 */
[data-content-type1='gallery'][data-gallery-screen-ratio='10'] .gallery_ul .gallery_wrap { padding-bottom:42.857%; } /* 21:9 */
[data-content-type1='gallery'][data-gallery-screen-ratio='20'] .gallery_ul .gallery_wrap { padding-bottom:50%; } /* 2:1 */
[data-content-type1='gallery'][data-gallery-screen-ratio='30'] .gallery_ul .gallery_wrap { padding-bottom:56.25%; } /* 16:9 */
[data-content-type1='gallery'][data-gallery-screen-ratio='40'] .gallery_ul .gallery_wrap { padding-bottom:75%; } /* 4:3 */
[data-content-type1='gallery'][data-gallery-screen-ratio='50'] .gallery_ul .gallery_wrap { padding-bottom:100%; } /* 1:1 */
[data-content-type1='gallery'][data-gallery-screen-ratio='60'] .gallery_ul .gallery_wrap { padding-bottom:133.33%; } /* 3:4 */
[data-content-type1='gallery'][data-gallery-screen-ratio='70'] .gallery_ul .gallery_wrap { padding-bottom:177.77%; } /* 9:16 */
[data-content-type1='gallery'][data-gallery-screen-ratio='80'] .gallery_ul .gallery_wrap { padding-bottom:200%; } /* 1:2 */
[data-content-type1='gallery'][data-gallery-screen-ratio='90'] .gallery_ul .gallery_wrap { padding-bottom:233.33%; } /* 9:21 */
[data-content-type1='gallery'][data-gallery-screen-ratio='100'] .gallery_ul .gallery_wrap { padding-bottom:333.33%; } /* 3:10 */


[data-gallery-pagingtype='paging_1'] .gallery_paging_1 { display:block; } /* 더보기 type */
[data-gallery-pagingtype='paging_3'] .gallery_paging_3 { display:block; } /* 숫자 type */

[data-gallery-type='A'] .contents_area,
[data-gallery-type='C'] .contents_area { align-items: flex-start; }
[data-gallery-type='A'] .img_area img,
[data-gallery-type='C'] .img_area img { cursor:pointer; }

[data-gallery-type='B'] .contents_area,
[data-gallery-type='D'] .contents_area { align-items: center; transition: all .3s ease; width: 100%; height: 100%; justify-content: center; position: absolute; top: 0; z-index: 5;}
[data-module-name="gallery_B003"] [data-gallery-type='B'] .contents_area,
[data-module-name="gallery_B003"] [data-gallery-type='D'] .contents_area {width: calc(100% - 20px);height: calc(100% - 20px);top: 10px;}
[data-module-name="gallery_B005"] [data-gallery-type='B'] .contents_area,
[data-module-name="gallery_B005"] [data-gallery-type='D'] .contents_area {width: 100%;height: 100%;}
[data-gallery-type='B'] .img_area,
[data-gallery-type='D'] .img_area { cursor:pointer; }

[data-content-type2='gallery-type-B'] .gallery_ul .gallery_wrap { position:relative; overflow:hidden; }
[data-content-type2='gallery-type-B'] .gallery_ul .gallery_wrap .img_area { position:absolute; left:0; top:0; right:0; bottom:0; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; }

[data-module-parents='gallery_A002'] .gallery_ul { margin-left:-1px; margin-right:-1px; }
[data-module-parents='gallery_A002'] .gallery_top_info { margin-left:1px; margin-right:1px; }
[data-module-parents='gallery_A002'] .gallery_ul > li { padding:1px; }
[data-module-parents='gallery_A003'] .module_container { margin-left:0; margin-right:0; }
[data-module-parents='gallery_A003'] .gallery_ul > li { padding:10px; display: flex; flex-direction: column; justify-content: center; }
[data-module-parents='gallery_A003'] .gallery_top_info,
[data-module-parents='gallery_A003'] .gallery_paging { margin-left:10px; margin-right:10px; }
[data-module-parents='gallery_A003'] [data-gallery-type='B'] .contents_area,
[data-module-parents='gallery_A003'] [data-gallery-type='D'] .contents_area { width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; }

@media only screen and (max-width:1279px) {
	[data-module-parents='gallery_A003'] .gallery_top_info,
	[data-module-parents='gallery_A003'] .gallery_paging { margin-left:calc( 100vw * 0.0078125 + ( 1280px - 100vw ) * 0.0023777 ); margin-right:calc( 100vw * 0.0078125 + ( 1280px - 100vw ) * 0.0023777 ); }
}

[data-module-parents='gallery_B002'] .gallery_ul { margin-left:-1px; margin-right:-1px; }
[data-module-parents='gallery_B002'] .gallery_top_info { margin-left:1px; margin-right:1px; }
[data-module-parents='gallery_B002'] .gallery_ul > li { padding:1px; }

[data-module-parents='gallery_B003'] .module_container { margin-left:0; margin-right:0; }
[data-module-parents='gallery_B003'] .gallery_ul > li { padding:10px; }
[data-module-parents='gallery_B003'] .gallery_top_info,
[data-module-parents='gallery_B003'] .gallery_paging { margin-left:10px; margin-right:10px; }

@media only screen and (max-width:1279px) {
	[data-module-parents='gallery_B003'] .gallery_top_info,
	[data-module-parents='gallery_B003'] .gallery_paging { margin-left:calc( 100vw * 0.0078125 + ( 1280px - 100vw ) * 0.0023777 ); margin-right:calc( 100vw * 0.0078125 + ( 1280px - 100vw ) * 0.0023777 ); }
}

[data-module-name='gallery_B005'] .gallery_ul > li{padding: 15px; box-shadow:10px 20px 20px rgba(0,0,0,.16); transition:.2s;}
[data-module-name='gallery_B005'] .gallery_ul > li{box-shadow:12px 22px 20px rgba(0,0,0,.2);}


.skin_block > [data-module-name='gallery_B005'] [data-layout-fullsize='yes'] .gallery_ul > li{padding: calc((100vw + 100vw / 6 * .12 ) / 6 * .12);}
.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="5"] [data-layout-fullsize='yes'] .gallery_ul > li{padding: calc((100vw + 100vw / 5 * .12 ) / 5 * .12);}
.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="4"] [data-layout-fullsize='yes'] .gallery_ul > li{padding: calc((100vw + 100vw / 4 * .12 ) / 4 * .12);}
.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="3"] [data-layout-fullsize='yes'] .gallery_ul > li{padding:calc((100vw + 100vw / 3 * .12 ) / 3 * .12);}
.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="2"] [data-layout-fullsize='yes'] .gallery_ul > li,
.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="1"] [data-layout-fullsize='yes'] .gallery_ul > li{padding:calc((100vw + 100vw / 2 * .12 ) / 2 * .12);}

.skin_block > [data-module-name='gallery_B005'] [data-layout-fullsize='no'] .gallery_ul > li{padding: calc((1280px + 1280px / 6 * .1 ) / 6 * .1);}
.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="5"] [data-layout-fullsize='no'] .gallery_ul > li{padding: calc((1280px + 1280px / 5 * .1 ) / 5 * .1);}
.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="4"] [data-layout-fullsize='no'] .gallery_ul > li{padding: calc((1280px + 1280px / 4 * .1 ) / 4 * .1);}
.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="3"] [data-layout-fullsize='no'] .gallery_ul > li{padding:calc((1280px + 1280px / 3 * .1 ) / 3 * .1);}
.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="2"] [data-layout-fullsize='no'] .gallery_ul > li,
.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="1"] [data-layout-fullsize='no'] .gallery_ul > li{padding:calc((1280px + 1280px / 2 * .1 ) / 2 * .1);}
@media only screen and (min-width:1340px) {
	.skin_block > [data-module-name='gallery_B005'] [data-layout-fullsize='no'] .gallery_ul{margin: calc((1280px + 1280px / 6 * .1 ) / 6 * -.1); margin-bottom:0 !important;}
	.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="5"] [data-layout-fullsize='no'] .gallery_ul{margin: calc((1280px + 1280px / 5 * .1 ) / 5 * -.1);}
	.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="4"] [data-layout-fullsize='no'] .gallery_ul{margin: calc((1280px + 1280px / 4 * .1 ) / 4 * -.1);}
	.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="3"] [data-layout-fullsize='no'] .gallery_ul{margin: calc((1280px + 1280px / 3 * .1 ) / 3 * -.1);}
	.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="2"] [data-layout-fullsize='no'] .gallery_ul,
	.skin_block > [data-module-name='gallery_B005'][data-gallery-colnum="1"] [data-layout-fullsize='no'] .gallery_ul{margin: calc((1280px + 1280px / 2 * .1 ) / 2 * -.1);}
}
@media only screen and (max-width:1279px) {
	[data-module-name="gallery_B005"] [data-gallery-type='B'] .contents_area,
	[data-module-name="gallery_B005"] [data-gallery-type='D'] .contents_area {width: calc(100% - 30px);height: calc(100% - 30px);top: 15px;}
}



[data-module-parents='gallery_C002'] .gallery_ul { margin-left:-1px; margin-right:-1px; }
[data-module-parents='gallery_C002'] .gallery_top_info { margin-left:1px; margin-right:1px; }
[data-module-parents='gallery_C002'] .gallery_ul > li { padding:1px; }

[data-module-parents='gallery_C003'] .module_container { margin-left:0; margin-right:0; }
[data-module-parents='gallery_C003'] .gallery_ul > li { padding:10px; }
[data-module-parents='gallery_C003'] .gallery_top_info,
[data-module-parents='gallery_C003'] .gallery_paging { margin-left:10px; margin-right:10px; }

@media only screen and (max-width:1279px) {
	[data-module-parents='gallery_C003'] .gallery_ul > li { padding:calc( 100vw * 0.0078125 + ( 1280px - 100vw ) * 0.0023777 ); }
	[data-module-parents='gallery_C003'] .gallery_top_info,
	[data-module-parents='gallery_C003'] .gallery_paging { margin-left:calc( 100vw * 0.0078125 + ( 1280px - 100vw ) * 0.0023777 ); margin-right:calc( 100vw * 0.0078125 + ( 1280px - 100vw ) * 0.0023777 ); }
}