<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#gw-sub-layout {overflow: hidden;}
#gw-sub-layout .gw-sub-bg{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index: -1;background:#E3E8EE;}
#gw-sub-layout .gw-sub-layout-container{height: 100%;}
#gw-sub-layout .gw-left-container{position: fixed;top: 0;left:calc(50% - 35rem + 860px);display:flex;flex-direction:column;place-content:center;align-items:center;order:2;background: transparent;width:320px;height: 100%;}
#gw-sub-layout-banner {position: relative;width: 100%;overflow: hidden;}
#gw-sub-layout-banner .gw-sub-layout-slider .swiper-wrapper {display: flex;}
#gw-sub-layout-banner .gw-sub-layout-slider .swiper-slide {flex-shrink: 0;width: 100%;height: 248px;display: flex;justify-content: center;align-items: center;}
#gw-sub-layout-banner .gw-sub-layout-slider .swiper-slide img {width: 100%;height: 248px;border-radius: 64px;overflow: hidden;max-width: 320px;}
#gw-sub-layout-banner .gw-sub-layout-slider .swiper-pagination {margin: 30px 0;display: flex;gap: 8px;place-content:center;position: relative;top: 0;bottom: 0;}
#gw-sub-layout-banner .gw-sub-layout-slider .swiper-pagination .swiper-pagination-bullet {background: #fff;opacity:1;border: none;border-radius:0;width: 0.6rem;height: 0.6rem;margin: 0 0.3rem;cursor: pointer;transition: transform 0.3s ease-in-out;}
#gw-sub-layout-banner .gw-sub-layout-slider .swiper-pagination .swiper-pagination-bullet-active {background: var(--main-color);transform:rotate(-45deg);}
#gw-sub-layout .gw-left-container .gw-title-container{font-size: var(--main-title03);line-height:1.25;text-align: center;}
#gw-sub-layout .gw-left-container .gw-img {display:inline-block;width: 12rem;}
#gw-sub-layout .gw-left-container .gw-tag-container {display: flex;gap: 10px;flex-wrap:wrap;place-content: center;}
#gw-sub-layout .gw-left-container .gw-tag-container &gt; li {padding: 15px;border-radius: 10px;background:#fff;font-size:var(--main-text02);font-family:'Pretendard_M', sans-serif;align-items: center;gap: 5px;flex-direction:column;box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);width: 40%;}
#gw-sub-layout .gw-left-container .gw-tag-container .gw-ico {margin-bottom:3px;}
#gw-sub-layout .gw-left-container .gw-tag-container .gw-ico &gt; img {width: 100%;height: 100%;object-fit: cover;}
#gw-sub-layout .gw-left-container .gw-main-color{color:var(--main-color);}
#gw-sub-layout .gw-right-container {width: 720px;background: #fff;box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 31px;height: 100%;overflow: hidden;overflow-y: scroll;position: relative;left:calc(50% - 35rem);-ms-overflow-style: none;scrollbar-width: none;}
#gw-sub-layout .gw-right-container::-webkit-scrollbar {display: none;}
#gw-sub-layout.on .gw-right-container{overflow: hidden;}

/* main */
#wrapper{min-height: calc(-260px + 100vh);}
#container_wr{padding-top:0;}


/* ë°˜ì‘í˜• */
@media screen and (max-width:1280px){
    #gw-sub-layout .gw-left-container{left: calc(50% - 35rem + 780px);}
}

@media screen and (max-width:1024px){
    #gw-sub-layout .gw-sub-layout-container{width: 100%;}
    #gw-sub-layout .gw-left-container{display: none;}
    #gw-sub-layout .gw-right-container{width: 100%;max-width: 100%;left:0;}
}



@media screen and (max-width:576px){
    #gw-sub-layout.on .gw-right-container{position:fixed;top: 0;left: 0;bottom: 0;right: 0;}
}</pre></body></html>