
/*common*/
.fw_lgeb{font-weight: 800;}


/*!
 * FlexMasonry
 * Version: 0.2.3
 * Author: Gilbert Pellegrom <gilbert@pellegrom.me>
 * License: MIT
 */
.flexmasonry {display: flex;flex-flow: column wrap; align-content: space-between;}

.flexmasonry-item { width: 100%; }
.flexmasonry-cols-2 .flexmasonry-item { width: 50%; }
.flexmasonry-cols-3 .flexmasonry-item { width: 33.333%; }
.flexmasonry-cols-4 .flexmasonry-item { width: 25%; }
.flexmasonry-cols-5 .flexmasonry-item { width: 20%; }
.flexmasonry-cols-6 .flexmasonry-item { width: 16.666%; }
.flexmasonry-cols-7 .flexmasonry-item { width: 14.285%; }
.flexmasonry-cols-8 .flexmasonry-item { width: 12.5%; }

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n+1) { order: 1; }
.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n)   { order: 2; }

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+1) { order: 1; }
.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+2) { order: 2; }
.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n)   { order: 3; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+1) { order: 1; }
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+2) { order: 2; }
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+3) { order: 3; }
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n)   { order: 4; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+1) { order: 1; }
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+2) { order: 2; }
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+3) { order: 3; }
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+4) { order: 4; }
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n)   { order: 5; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+1) { order: 1; }
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+2) { order: 2; }
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+3) { order: 3; }
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+4) { order: 4; }
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+5) { order: 5; }
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n)   { order: 6; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+1) { order: 1; }
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+2) { order: 2; }
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+3) { order: 3; }
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+4) { order: 4; }
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+5) { order: 5; }
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+6) { order: 6; }
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n)   { order: 7; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+1) { order: 1; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+2) { order: 2; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+3) { order: 3; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+4) { order: 4; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+5) { order: 5; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+6) { order: 6; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+7) { order: 7; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n)   { order: 8; }

.flexmasonry-break { content: ""; flex-basis: 100%; width: 0 !important; margin: 0;}
.flexmasonry-break-1 { order: 1; }
.flexmasonry-break-2 { order: 2; }
.flexmasonry-break-3 { order: 3; }
.flexmasonry-break-4 { order: 4; }
.flexmasonry-break-5 { order: 5; }
.flexmasonry-break-6 { order: 6; }
.flexmasonry-break-7 { order: 7; }


.issue36_header{height: 173px;background-image:url('images/bg_issue36.jpg');display:flex;align-items: center;justify-content: center;}
.issue36_header>div{display:flex;align-items: center;justify-content: center;}
.issue36_header .lnbtitle{padding-left: 0 !important;}
.issue36_notice div{height: 94px;padding:20px;color:var(--white);}
.issue36_notice div:first-child{background: #0E6EB1;}
.issue36_notice div:last-child{background:#1D8CC4;}
.issue36_copyright{background: #0E6EB1;padding:20px;color:var(--white);}
.issue36_copyright li{position: relative;padding-left: 12px;font-size: 16px;line-height: 1.5;font-weight: 500;}
.issue36_copyright li:before{content: '\25CF'; display: block; position: absolute; left: 0; top: 10px; margin-top: -5.5px; font-size: 6px; width: 12px;}

.marsony{margin:-16px}
.marsony .item{-webkit-transition:all 0.30s ease;
-moz-transition:all 0.30s ease;
-ms-transition:all 0.30s ease;
-o-transition:all 0.30s ease;}
.marsony .item{padding:16px;position: relative;}
.marsony .item>div{position: relative;}
.marsony .btn_download{position: absolute;padding:2px;right: 8px;top: 8px;background: rgba(255,255,255,.8);border-radius:4px;z-index:1;}
.marsony .item.photo .card_img{height: auto; }
.marsony .item.photo .card_img img{cursor:pointer;}
.marsony .item.news .card{padding:16px;height: 252px;}
.marsony .card .description a{color:var(--description);}
.marsony a[href^="tel"]{color: var(--white);}
@media screen and (min-width: 992px) and (max-width:1200px) {
	.marsony .item.news .card{height: 197px;}
}
@media screen and (min-width: 768.02px) and (max-width:991.98px) {
	.marsony .item.news .card{height: 306px;}
}
@media screen and (max-width: 768px) {
	.marsony{margin:-10px}
	.marsony .item{padding:10px;}
	.marsony .item.news .card{height: 232px;}
}
@media screen and (max-width: 575.98px) {
	.marsony .item.news .card{height: unset;}
}
@media screen and (max-width: 320px) {
	.issue36_notice div{height: unset;}
}

@media screen and (min-width: 992px) {
	.marsony .item:nth-child(25){order:2 !important;}
}
@media screen and (min-width: 577px) and (max-width:991.98px) {
	.marsony .item:nth-child(26){order:1 !important;}
}

/*icon*/
.marsony .ico_download {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21' fill='none' %3E%3Cpath  d='M3.83398 14.5579V16.2246C3.83398 16.6666 4.00958 17.0906 4.32214 17.4031C4.6347 17.7157 5.05862 17.8913 5.50065 17.8913H15.5007C15.9427 17.8913 16.3666 17.7157 16.6792 17.4031C16.9917 17.0906 17.1673 16.6666 17.1673 16.2246V14.5579M6.33398 9.55794L10.5007 13.7246M10.5007 13.7246L14.6673 9.55794M10.5007 13.7246V3.72461' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E"); width: 20px; height: 20px;}
.marsony .item.news .ico_news {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 29'  %3E%3Cpath  d='M22.75 24.3906H5.25C4.41986 24.3907 3.62117 24.0731 3.01777 23.503C2.41437 22.9328 2.052 22.1534 2.005 21.3246L2 21.1406V6.64062C1.99993 6.0705 2.2163 5.5216 2.60537 5.10487C2.99444 4.68814 3.52721 4.43465 4.096 4.39563L4.25 4.39063H19.75C20.3201 4.39055 20.869 4.60692 21.2858 4.99599C21.7025 5.38507 21.956 5.91784 21.995 6.48663L22 6.64062V7.39062H23.75C24.3201 7.39055 24.869 7.60692 25.2858 7.99599C25.7025 8.38507 25.956 8.91784 25.995 9.48662L26 9.64062V21.1406C26.0001 21.9708 25.6824 22.7695 25.1123 23.3729C24.5422 23.9763 23.7628 24.3386 22.934 24.3856L22.75 24.3906ZM5.25 22.8906H22.75C23.1893 22.8906 23.6126 22.7253 23.9357 22.4276C24.2588 22.1299 24.4581 21.7215 24.494 21.2836L24.5 21.1406V9.64062C24.5 9.45939 24.4344 9.28428 24.3152 9.14769C24.1961 9.01111 24.0316 8.92227 23.852 8.89762L23.75 8.89062H22V19.6406C22 19.8219 21.9344 19.997 21.8152 20.1336C21.6961 20.2701 21.5316 20.359 21.352 20.3836L21.25 20.3906C21.0688 20.3906 20.8937 20.325 20.7571 20.2059C20.6205 20.0867 20.5316 19.9222 20.507 19.7426L20.5 19.6406V6.64062C20.5 6.45939 20.4344 6.28428 20.3152 6.14769C20.1961 6.01111 20.0316 5.92227 19.852 5.89762L19.75 5.89062H4.25C4.06876 5.89063 3.89366 5.95627 3.75707 6.07539C3.62048 6.19452 3.53165 6.35907 3.507 6.53862L3.5 6.64062V21.1406C3.50002 21.5798 3.66517 22.0029 3.96268 22.326C4.26019 22.6491 4.6683 22.8485 5.106 22.8846L5.25 22.8906ZM10.246 13.3946C10.936 13.3946 11.496 13.9546 11.496 14.6446V18.1406C11.496 18.8306 10.936 19.3906 10.246 19.3906H6.75C6.06 19.3906 5.5 18.8306 5.5 18.1406V14.6446C5.5 13.9546 6.06 13.3946 6.75 13.3946H10.246ZM14.25 17.8906H17.746C17.936 17.8907 18.1189 17.9629 18.2578 18.0926C18.3966 18.2223 18.4811 18.3999 18.494 18.5895C18.507 18.7791 18.4475 18.9665 18.3276 19.1139C18.2077 19.2613 18.0362 19.3577 17.848 19.3836L17.746 19.3906H14.25C14.06 19.3906 13.8771 19.3184 13.7382 19.1887C13.5994 19.0589 13.5149 18.8813 13.502 18.6917C13.489 18.5022 13.5485 18.3147 13.6684 18.1673C13.7883 18.0199 13.9598 17.9235 14.148 17.8976L14.25 17.8906ZM9.997 14.8946H7V17.8906H9.997V14.8946ZM14.25 13.3946H17.746C17.936 13.3947 18.1189 13.4669 18.2578 13.5966C18.3966 13.7263 18.4811 13.9039 18.494 14.0935C18.507 14.2831 18.4475 14.4705 18.3276 14.6179C18.2077 14.7653 18.0362 14.8617 17.848 14.8876L17.746 14.8946H14.25C14.0586 14.8966 13.8737 14.8253 13.7332 14.6954C13.5927 14.5654 13.5072 14.3867 13.4941 14.1957C13.4811 14.0048 13.5415 13.8161 13.6631 13.6683C13.7847 13.5205 13.9581 13.4247 14.148 13.4006L14.25 13.3946ZM6.246 8.88762H17.746C17.936 8.88768 18.1189 8.95987 18.2578 9.0896C18.3966 9.21933 18.4811 9.39692 18.494 9.5865C18.507 9.77609 18.4475 9.96352 18.3276 10.1109C18.2077 10.2583 18.0362 10.3547 17.848 10.3806L17.746 10.3876H6.246C6.05606 10.3873 5.87332 10.315 5.73466 10.1851C5.596 10.0553 5.51175 9.87775 5.49893 9.68825C5.48611 9.49874 5.54567 9.31143 5.66559 9.16413C5.7855 9.01683 5.95683 8.92051 6.145 8.89462L6.246 8.88762Z' fill='%230E6EB1'  /%3E%3C/svg%3E"); width: 28px; height: 28px;}
.modal .close .ico_cancle {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' %3E%3Cpath  d='M2.8,2.8c.29-.29.77-.29,1.06,0l6.14,6.14,6.14-6.14c.29-.29.77-.29,1.06,0,.29.29.29.77,0,1.06l-6.14,6.14,6.14,6.14c.29.29.29.77,0,1.06s-.77.29-1.06,0l-6.14-6.14-6.14,6.14c-.29.29-.77.29-1.06,0-.29-.29-.29-.77,0-1.06l6.14-6.14L2.8,3.86c-.29-.29-.29-.77,0-1.06Z' fill='%23ffffff' /%3E%3C/svg%3E"); width: 24px;  height: 24px;}

/*modal*/
.modal-image {display: none;}
.modal-image{justify-content: center; align-items: center;width: 92%;}
.modal-image img{max-height:800px;max-width: 1920px;}
.modal {display: none;position: fixed;z-index: 99999;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;background-color: rgba(0,0,0,.85);justify-content: center; align-items: center;}
.modal>p{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;z-index: 999991;}
.modal-content {position: relative; margin: auto; padding: 0; max-width: 1920px;z-index: 999992;display:flex;justify-content: center; align-items: center;}
.close {position: fixed;top: 20px;right: 20px;cursor:pointer;}

/*skeleton*/
.skeleton-loading{background: var(--white);position: absolute !important;left: 0;top: 0;width: 100%;height:100%;z-index:2;}
.skeleton-img, .skeleton-line { background: linear-gradient( 90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75% );background-size: 200% 100%; animation: shimmer 1.5s infinite;}
.skeleton-img {width: 100%;height:100%;}
.skeleton-content{height: 100%;display:flex; flex-direction: column;align-items:flex-start;justify-content: center; padding:16px;}
.skeleton-line {height: 1.2rem; width: 100%;border-radius: 4px;margin-bottom: 4px;}
.skeleton-line:nth-child(2){margin-bottom:8px;}
.skeleton-line:last-child{width: 70%;}
@keyframes shimmer {
	0% {
	 background-position: -200% 0;
	}
	100% {
	background-position: 200% 0;
	}
}
