@charset "utf-8";
@import "../../../../common/lib/style/webfont/Swagger.css";

/* 사이트 빌더 세팅으로 인한 css 추가 */
#webzineBody div, #webzineBody span, #webzineBody h1, #webzineBody h2, #webzineBody h3, #webzineBody h4, #webzineBody h5, #webzineBody h6, #webzineBody p, #webzineBody a, #webzineBody article, #webzineBody aside, #webzineBody footer, #webzineBody header, #webzineBody nav, #webzineBody section, #webzineBody button {
    font-family: "NanumGothic", "나눔고딕";
}
.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(1px 1px 1px 1px);
    overflow: hidden;
    z-index: -1;
}

/* 기존 commu_style.css 스타일 수정 */
.commu-wrap {
    padding: 0;
    width: 100%;
    min-width: 1280px;
}
.commu-content {
    margin: 0;
    width: 100%;
}
.commu-center {
    padding: 0;
    width: 100%;
}
.commu-content header {
    margin: 0;
    height: 100px;
    box-shadow: 3px 3px 3px rgba(193,193,193,0.5);
}
.commu-content header h1 {
    width: 395px;
    height: 100px;
}
.commu-content header h1.typeA a {
    display: flex;
    width: 395px;
    height: 100px;
    background: url("//static.inven.co.kr/image_2011/gstar/2024/pc_top.png?v=241101c") no-repeat;
    background-position-y: 29px;
}
.commu-content nav {
    padding: 0 45px 0 0;
    background: transparent;
}
.commu-center .commu-body {
    margin: 0;
    width: 100%;
}
.pt-main .topbar::before, .pt-main .topbar::after {
    display: none;
}
.mobile_area .app {
    line-height: 27px;
}

/* gstar css */
html, body {
    height: 100%;
}
body .container, body .container a, header nav a {
    color:#333;
}
.gstar_img {
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.layout01 {
    width: 1150px;
    margin: 0 auto;
}
.layout02 {
    width: 1168px;
    margin: 0 auto;
}
.layout_bg_wrapper {
    margin: 30px 0 50px;
    padding: 30px 0;
    background-color: #f4f6f8;
}
.gstar_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
    overflow: hidden;
    margin:0 44px;
    width: 245px;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.5);
    border:2px solid #00b2e4;
    border-radius: 55px;
    box-sizing: border-box;
    color:#00b2e4;
    text-align: center;
    line-height: 55px;
    cursor: pointer;
}
.gstar_btn a, .gstar_btn p {
    font-family: "NanumSquareRound" !important;
}
.gstar_btn.notice p {
    margin-left: 25px;
}
.gstar_btn p {
    margin: 0;
    color: #00b2e4;
    font-size:23px;
}
.gstar_btn span {
    display: block;
    width: 28px;
    height: 17px;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
.gstar_btn.pink {
    border-color: #FF62BE;
    color: #FF62BE;
}
.gstar_btn.pink p {
    color: #FF62BE;
}
.gstar_btn.event {
    background-color: #00b2e4;
}
.gstar_btn.event p {
    color: #fff;
}
.gstar_btn.booth_P {
    background: #05b28e;
    border: none;
}
.gstar_btn.booth_P p {
    color:#fff;
    margin-left: 18px;
}
.gstar_btn.booth_P span {
    background-position-y: -40px;
}

/* header */
header {
    overflow: hidden;
    width:100%;
    min-width: 1150px;
    background: #343536;
    border-top:1px solid #dcdcdc;
}
header.fix {
    position: fixed;
    top: 0;
    z-index: 1000;
}
header.fix + main {
    margin-top: 100px;
}
header > section {
    display: flex;
    justify-content: space-between;
}
header nav {
    margin: 0;
}
header nav a {
    display: block;
    position: relative;
    float: left;
    min-width: 105px;
    margin: 0 35px;
    padding: 28px 0;
    font-size: 20px;
    font-weight: 600;
    color: #bce2ff;
}
header nav a:last-child {
    margin-right: 0px;
}
header nav a span {
    display: block;
    text-align: center;
}
header nav a span.en {
    padding-top: 5px;
    font-size: 14px;
}
header nav a:hover, header nav a.action {
    color: #fff;
}
header nav a:hover::after, header nav a.action::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 5px;
    background: #fff;
    border-radius: 5px;
}

/* 메인페이지 */
.main_title {
    font-size:30px;
    color:#333333;
    text-align: center;
    margin: 25px 0;
}
.main_title.type02 {
    margin: 0;
    padding: 18px 0 20px;
    color: #fff;
    background-color: #343536;
    border-radius: 15px 15px 0 0;
}

/* 조감도 */
.gstar_contents .ViewMap {
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 3px 3px 3px rgb(193 193 193 / 50%);
}

/* 조감도 영역 영상 */
.gstar_contents .gstar_youtube_video_wrap {
    width: 80%;
    margin: 0 auto 30px;
}
.gstar_contents .gstar_youtube_video {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
}
.gstar_contents .gstar_youtube_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 참가업체소개 */
.gstar_contents .company_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 55px;
}
.gstar_contents .company_list a {
    position: relative;
    display: block;
    flex: 1 1 auto;
    background-color: #fff;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 3px 3px 3px rgba(193,193,193,0.5);
    text-align: center;
}

/* 후원 */
.gstar_contents .sponsor {
    margin: 0 0 130px 0;
}
.gstar_contents .sponsor ul {
    text-align: center;
}
.gstar_contents .sponsor ul li {
    margin: 0 20px 20px;
}
.gstar_contents .sponsor ul li a {
    display: block;
}
.gstar_contents .sponsor.multi ul {
    display: flex;
    flex-wrap: wrap;
}
.gstar_contents .sponsor.multi ul li {
    width: 20%;
    margin: 0;
    padding: 12px 0;
}

/* 지난 지스타 페이지 */
.gstar_contents .pre_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 50px 0 100px;
}
.gstar_contents .pre_list .gstar_btn {
    flex: 1 1 calc(50% - 5px);
    margin: 0;
    width: auto;
    background-color: #fff;
}

/* 지스타 메인 페이지 */
.gstar_main {
    position: relative;
    width: 100%;
    height: 570px;
    min-width: 1130px;
    background: url("//static.inven.co.kr/image_2011/gstar/2022/main_bg.jpg") no-repeat center;
}
.gstar_main .btn_box {
    position: absolute;
    bottom: 53px;
    left: 50%;
    display: flex;
    justify-content: center;
    width: 1060px;
    margin-left: -530px;
    z-index: 21;
}
.gstar_main .main_img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 1150px;
    text-align: center;
    background: url("//static.inven.co.kr/image_2011/gstar/2022/main_box_bg.png") no-repeat center;
}
.gstar_main .main_img > div {
    transition: all .2s;
}
.gstar_main .main_img .logo {
    position: absolute;
    top: 45px;
    right: 0;
    left: 0;
    z-index: 5;
    margin: auto;
    width: 479px;
    height: 254px;
    background: url("//static.inven.co.kr/image_2011/gstar/2024/pc_main.png?v=20241101a") no-repeat top;
}
.gstar_main .main_img .ch-top {
    position: absolute;
    right: -128px;
    top: 20px;
    width: 150px;
    height: 200px;
    background: url("//static.inven.co.kr/image_2011/gstar/2022/ch_top.png?v=220927a") no-repeat center;
    background-size: 100%;
}
.gstar_main .main_img .ch-le {
    position: absolute;
    left: -305px;
    bottom: 16px;
    width: 527px;
    height: 453px;
    background: url("//static.inven.co.kr/image_2011/gstar/2022/ch_le.png") no-repeat bottom;
    background-size: 100%;
    z-index: 20;
}
.gstar_main .main_img .ch-ri {
    position: absolute;
    right: -283px;
    bottom: 14px;
    width: 561px;
    height: 326px;
    background: url("//static.inven.co.kr/image_2011/gstar/2022/ch_ri.png") no-repeat bottom;
    background-size: 100%;
    z-index: 20;
}
.gstar_main .text_line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: 122px;
    left: 0;
    width: 100%;
    height: 120px;
    background: #06090a;
    z-index: 10;
}
.gstar_main .main-tit {
    color: #00b2e4;
    font-size: 42px;
    font-weight: bold;
}
.gstar_main .main-sub-txt {
    color: #fff;
    font-family: "SDSwagger" !important;
    font-size: 34px;
    text-shadow: 0px 0px 4px #000;
    letter-spacing: 0.08em;
}

/* 메인 캐릭터 위치 반응형 */
@media screen and (max-width: 1740px) {
    .gstar_main .main_img .ch-le {
        left: -200px;
        width: 370px;
        height: 318px;
    }
    .gstar_main .main_img .ch-ri {
        right: -180px;
        width: 400px;
        height: 232px;
    }
    .gstar_main .main_img .ch-top {
        right: -111px;
        width: 130px;
        height: 166px;
    }
}
@media screen and (max-width: 1540px) {
    .gstar_main .main_img .ch-le {
        left: -50px;
    }
    .gstar_main .main_img .ch-ri {
        right: -30px;
    }
    .gstar_main .main_img .ch-top {
        display: none;
    }
}

/* 이벤트, 놀이터 */
.gstar_event, .gstar_playground {
    position: relative;
    top: 0;
    z-index: 1;
    height: 440px;
    background: url("//static.inven.co.kr/image_2011/gstar/2022/main_bg.jpg") no-repeat center;
}
/* .gstar_event h2 {
    margin-top: 60px;
    font-size:43px;
    text-align: left;
    overflow: hidden;
    left: 20px;
}
.gstar_event h2 span {
    display: block;
    float: left;
}
.gstar_event h2 span.tit {
    margin: 40px 0 0 15px;
} */
.gstar_event .inner, .gstar_playground .inner {
    position: relative;
    width: 1150px;
    margin: 0 auto;
    padding-top: 20px;
}
.gstar_event .swiper-container {
    margin-bottom: 5px;
    border-radius: 15px;
    overflow: hidden;
}
.event_slide img {
    display: block;
    width: 100%;
}
.gstar_contents p {
    margin: 0;
}
.gstar_contents .eventTitle {
    display: none;
    position: relative;
    margin-bottom: 30px;
}
.gstar_contents .eventTitle.action {
    display: block;
}
.gstar_contents .eventTitle span {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    background: #f4f6f8;
    font-size: 30px;
    font-weight: 900;
    z-index: 2;
}
.gstar_contents .eventTitle::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    top: 50%;
    background: #343536;
    z-index: 1;
}
.gstar_contents>article {
    position: relative;
    margin-top:50px;
}
.gstar_contents>article::after {
    content: "";
    display: block;
    clear: both;
}
.gstar_contents>article>div {
    float: left;
    width: 362px;
    height: 425px;
    margin:0 22px 20px 0px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    cursor: pointer;
}
.gstar_contents>article>div:nth-child(3n) {
    margin-right:0;
}
.gstar_contents>article>div a {
    display: block;
}
.gstar_contents>article>div img {
    width: 276px;
    height: 176px;
    object-fit: cover;
}
.gstar_contents>article>div .eventPop .x_btn {
    width: 34px;
    height: 34px;
    text-indent: -9999px;
}
.gstar_contents>article>.event_bundle4.action {
    display: flex;
}
.gstar_contents>article>.event_bundle4 {
    display: none;
    flex-wrap: wrap;
    float: none;
    width: 100%;
    height: 100%;
    margin: 0 0 80px 0;
    border: none;
    cursor: auto;
}
.gstar_contents>article>.event_bundle4>div {
    width: 23.875%;
    box-sizing: border-box;
    margin:0 1.5% 20px 0px;
}
.gstar_contents>article>.event_bundle4>div:nth-child(4n) {
    margin-right: 0;
}
.gstar_contents>article>.event_bundle4 .eventThumb {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 3px 3px 3px rgba(193,193,193,0.5);
    cursor: pointer;
}
.gstar_contents>article>div .eventPop .x_btn::before, .gstar_contents>article>div .eventPop .x_btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 42px;
    width: 5px;
    background-color: #fff;
}
.gstar_contents>article>div .eventPop .x_btn::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gstar_contents>article>div .eventPop .x_btn::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gstar_contents h2 {
    position: relative;
    font-weight: 900;
}
.gstar_contents h2 .subImg {
    display: block;
    position: absolute;
    top: -28px;
    right: 15px;
}
.gstar_contents .con_text {
    padding: 10px 15px;
    background-color: #fff;
}
.gstar_contents .con_category {
    width: max-content;
    padding: 3px;
    color:#fff;
    font-weight: 600;
}
.gstar_contents .con_category.cate4 {
    background: #3abff0;
}
.gstar_contents .con_category.cate3 {
    background: #dc2e53;
}
.gstar_contents .con_category.cate2 {
    background: #2769ba;
}
.gstar_contents .con_category.cate1 {
    background: #eba22f;
}
.gstar_contents .con_title {
    height: 48px;
    margin:10px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gstar_contents .con_hashtags {
    font-size: 15px;
    color: #999999;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gstar_contents .con_intro {
    padding: 10px;
    text-align: center;
    cursor: default;
}
.gstar_contents .con_intro img {
    width: 340px;
    height: 190px;
}
.gstar_contents .con_intro .con_minor {
    margin-top: 10px;
    color: #000;
    font-size: 21px;
}
.gstar_contents .con_intro .con_title {
    font-size: 32px;
    color:#00b2e4;
    margin: 32px 0;
    overflow: visible;
}
.gstar_contents .con_intro .con_title.red {
    color: #e24949;
    margin-top: 16px;
}
.gstar_contents .con_intro .con_hashtags {
    letter-spacing: -1px;
    line-height: 20px;
}
.gstar_contents .photo_main img {
    width: 362px;
    height: 266px;
}
.gstar_contents .con_photo {
    text-align: center;
    padding: 0 18px;
}
.gstar_contents .con_photo .con_title {
    height: inherit;
    margin: 20px 0 15px 0;
}
.gstar_contents .con_photo .con_title span {
    color:#f6aa2f;
}
.gstar_contents .con_photo .con_hashtags {
    font-size: 23px;
}
.cooperation_company {
    margin-bottom: 120px;
}
.cooperation_company ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.cooperation_company ul li {
    padding: 12px 0;
    width: 25%;
}
.cooperation_company ul li a {
    display: block;
    width: 155px;
    height: 75px;
    margin: 0 auto;
    overflow: hidden;
}
.cooperation_company ul li img {
    width: 100%;
}
.cooperation_company.center ul {
    display: flex;
    justify-content: center;
}

/* 서브페이지 */
.streaming_platform {
    overflow: hidden;
    margin: 35px 0 0 0;
}
.streaming_platform .youtube {
    float: left;
}
.streaming_platform .twitch {
    float: right;
}
.streaming_platform a {
    text-indent: -9999px;
    display: block;
    width: 553px;
    height: 139px;
    background: url("//static.inven.co.kr/image_2011/gstar/2019/live_img.png") no-repeat center;
}
.streaming_platform .youtube a {
    background-position: 0px 0px;
}
.streaming_platform .twitch a {
    background-position: 0px -139px;
    height: 134px;
    margin-top: 6px;
}
.gstar_banner {
    margin: 80px 0 120px 0;
    text-align: center;
}
.gstar_banner>article {
    margin-top: 20px;
}
.market.layout_bg_wrapper {
    margin: 0 auto;
    padding: 5px 0 50px;
}
.market .main_title {
    margin: 60px auto 40px;
}
.market .market_banner {
    margin: auto;
}
.market .market_banner > article {
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    border-radius: 15px;
    overflow: hidden;
}
.market .market_banner img {
    display: block;
    width: 1150px;
}
.market .gstar_contents>article>.event_bundle4 {
    margin-bottom: 0;
}
.event_header + .layout_bg_wrapper {
    margin: 0;
}
.event_header {
    overflow: hidden;
    border-bottom:8px solid #eceded;
    position: relative;
}
.event_header::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #d9d9d9;
    bottom: 0px;
    position: absolute;
}
.event_header nav {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}
.event_header nav button {
    font-size: 24px;
    position: relative;
    border: none;
    cursor: pointer;
    outline:0;
    font-family: "NanumSquareRound" !important;
    background: transparent;
    height: 100%;
}
.event_header nav button.all{
    height: 50px;
    padding: 0 36px;
    line-height:48px;
    border: 2px solid transparent;
    box-sizing: border-box;
}
.event_header nav button.all.action {
    border-color:#bfbebe;
    border-radius: 30px;
    box-sizing: border-box;
}
.event_header nav button:not(.all) {
    border-bottom: 4px solid transparent;
    margin-bottom: 1px;
}
.event_header nav button.event_yellow.action, .event_header .event_yellow:hover {
    color: #eba22f;
    border-color: #eba22f;
}
.event_header nav button.event_green.action, .event_header .event_green:hover {
    color: #05b28e;
    border-color: #05b28e;
}
.event_header nav button.event_red.action, .event_header .event_red:hover {
    color: #dc2e53;
    border-color: #dc2e53;
}
.event_header nav button.event_sky.action, .event_header .event_sky:hover {
    color: #3abff0;
    border-color: #3abff0;
}
.event_header nav button.event_blue.action, .event_header .event_blue:hover {
    color: #2769ba;
    border-color: #2769ba;
}
.eventPop{
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}
.eventPop.action{
    display: block;
}
.gstar_popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1001;
    font-family: "NanumSquareRound" !important;
    display:none;
}
.gstar_popup.action{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
}
.gstar_popup .x_btn {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}
.gstar_popup .booth_img {
    width: 842px;
    height: 596px;
    position: absolute;
    left: 50%;
    margin-left: -421px;
    top: 50%;
    margin-top: -298px;
    cursor: pointer;
}
.gstar_popup .event_popup {
    position: relative;
    display:block;
    width: 784px;
    height: 100%;
    margin: 70px auto 0;
    z-index: 20;
}
.gstar_popup .event_popup .content_wrap {
    width: 724px;
    height: calc(100% - 200px);
    max-height: 750px;
    padding: 30px;
    overflow-x: hidden;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 15px;
}
.gstar_popup .event_popup .content_wrap::-webkit-scrollbar {
    border-radius: 15px;
}
.gstar_popup .event_popup .content_wrap::-webkit-scrollbar-thumb {
    background:#a8a8a8;
    border-radius: 15px;
}
.gstar_popup .event_popup .content_wrap::-webkit-scrollbar-track {
    background: #dcdcdc;
    border-radius: 15px;
}
.gstar_popup .event_popup p {
    margin: 0;
}
.gstar_popup .event_popup .con_title {
    height: auto;
    margin: 20px 0;
    font-size: 40px;
    line-height: 1.2;
}
.gstar_popup .event_popup .con_img img {
    margin-top: 20px;
    max-width: 724px;
    width: 100%;
    height: auto;
}
.gstar_popup .event_popup .con_text {
    font-size:23px;
    margin-top: 30px;
}
.gstar_popup.action .screen_close {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
}
.gstar_popup .popup_layout {
    overflow: hidden;
    width: 100%;
}
.gstar_popup .popup_layout .con_hashtags {
    float: left;
    width: 477px;
    height: auto;
    line-height: 1.6;
}
.gstar_popup .popup_layout .link {
    float: right;
}
.gstar_popup .popup_layout .link a {
    width: 230px;
    height: 51px;
    text-align: center;
    background: #e0435e;
    color: #FFF;
    border-radius: 15px;
    line-height: 50px;
    font-size: 25px;
}

/* 놀이터 */
.gstar_playground .inner .main_img {
    height: 400px;
    background: url("//static.inven.co.kr/image_2011/gstar/2023/playlounge_2023_bg.png") no-repeat center;
    border-radius: 15px;
    overflow: hidden;
}
.gstar_playground .inner .main_img::before {
    content: '';
    display: block;
    margin: 33px auto;
    width: 706px;
    height: 266px;
    background: url("//static.inven.co.kr/image_2011/gstar/2024/playlounge_2024_logo.png?v=20241105b") no-repeat center;
}
.playground .btn_box {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}
.playground .gstar_btn.play_special {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 490px;
    padding: 0 20px;
    text-align: center;
    background-color: #231916;
    border-color: #d3101a;
}
.playground .gstar_btn.play_special p {
    color: #fff;
}
.playground .gstar_btn.play_special span {
    margin: 0 0 0 23px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 29.18 17.38' style='enable-background:new 0 0 29.18 17.38;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23ffffff;stroke-width:2;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0,8.66h26.88H0z'/%3E%3Cpolyline class='st0' points='19.78,0.76 27.7,8.68 19.78,16.6 '/%3E%3C/svg%3E%0A");
}
.playground .gstar_btn.booth {
    width: 262px;
    padding: 0 10px;
}
.playground .layout_bg_wrapper {
    margin: 0 auto 40px;
    padding: 30px 0 60px;
}
.playground .zone {
    display: flex;
    justify-content: space-between;
}
.playground .zone > div {
    width: 568px;
    padding: 30px 24px 0 24px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 3px rgba(193,193,193,0.5);
    overflow: hidden;
    box-sizing: border-box;
}
.playground .zone > div * {
    box-sizing: border-box;
}
.playground .zone_title {
    position: relative;
    margin-bottom: 30px;
}
.playground .zone_title h2 {
    width: fit-content;
    font-size: 27px;
    font-weight: bold;
}
.playground .zone_title a {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    font-size: 0;
    transform: translateY(-50%);
    text-indent: -9999px;
}
.playground .zone_title a::before, .playground .zone_title a::after {
    content: "";
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display: block;
    width: 14px;
    height: 3px;
    margin: auto;
    background-color: #343536;
}
.playground .zone_title a::after {
    transform: rotate(90deg);
}
.playground .zone .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.playground .zone .items .photoNews {
    width: 48%;
    margin-bottom: 30px;
}
.playground .zone .items .photoNews .img {
    position: relative;
    width: 250px;
    height: 150px;
    border-radius: 15px;
    background-color: #d2d7dc;
    box-shadow: 0 0 1px rgba(51, 51, 51, 0.5);
    overflow: hidden;
}
.playground .zone .items .photoNews .img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    margin: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.playground .zone .items .photoNews .txt {
    height: 54px;
    padding: 7px 10px;
}
.playground .zone .items .photoNews .txt span {
    display: block;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 1.5;
}
.playground .zone .items .photoNews .txt span.title {
    font-size: 18px;
    color: #4c4c4c;
}
.playground .zone .items .photoNews .txt span.sub {
    font-size: 12px;
    color: #949494;
}
.playground .zone .items .line {
    position: relative;
    width: 100%;
    margin-left: 30px;
    margin-bottom: 21px;
    font-size: 18px;
    font-weight: 600;
}
.playground .zone .items .line::before {
    content: "";
    display: block;
    position: absolute;
    left: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background-color: #3d3d3d;
    border-radius: 5px;
}
.playground .zone .items .line a {
    display: flex;
    align-items: center;
}
.playground .zone .items .line a .title {
    display: block;
    width: auto;
    max-width: 445px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.playground .zone .items .line a .cmt {
    display: block;
    margin-left: 5px;
    color: #15c0ff;
}
.playground .gstar_contents .sponsor {
    margin-bottom: 100px;
}

/* 마켓인벤 서브페이지 레이아웃 추가 */
.layout01-col4.gstar_contents>article>div {
    position: relative;
    width: 266px;
}
.layout01-col4.gstar_contents>article>div img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -181px;
    max-width: inherit;
}
.layout01-col4.gstar_contents>article>div:nth-child(3n) {
    margin-right: 22px;
}
.layout01-col4.gstar_contents>article>div:nth-child(4n) {
    margin-right: 0;
}
.layout01-col4.gstar_contents .con_text {
    margin: 266px 0 0 0;
}

/* focus */
.gstar_contents .CenterZone {
    border-top: none;
    overflow: visible;
}
.gstar_contents .CenterZone .topFilter {
    border-radius: 15px 15px 0 0;
    background: #d2d7dc;
    box-shadow: 3px 3px 3px rgba(193,193,193,0.5);
}
.gstar_contents .CenterZone .topFilter ul {
    width: 100%;
    border-bottom: none;
    justify-content: space-between;
}
.gstar_contents .CenterZone .topFilter ul li {
    width: 100%;
    margin: 0;
    background: #d2d7dc;
}
.gstar_contents .CenterZone .topFilter ul li:first-of-type {
    border-radius: 15px 0 0 0;
}
.gstar_contents .CenterZone .topFilter ul li:last-of-type {
    border-radius: 0 15px 0 0;
}
.gstar_contents .CenterZone .topFilter ul li a {
    position: relative;
    width: 100%;
    height: 45px;
    padding: 0 7.8px;
    line-height: 45px;
    box-sizing: border-box;
}
.gstar_contents .CenterZone .topFilter ul li:last-of-type a {
    padding-right: 0;
}
.gstar_contents .CenterZone .topFilter ul li a.selected {
    background-color: #fff;
}
.gstar_contents .CenterZone .topFilter ul li a.selected::before, .gstar_contents .CenterZone .topFilter ul li a.selected::after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 15px;
    left: 0;
}
.gstar_contents .CenterZone .topFilter ul li a.selected::before {
    top: -15px;
    border-radius: 15px 15px 0 0;
}
.gstar_contents .CenterZone .topFilter ul li a.selected::after {
    bottom: -15px;
}
.gstar_contents .CenterZone .topFilter ul li a.selected, .gstar_contents .CenterZone .topFilter ul li a:hover {
    color: #0c68b2;
}
.gstar_contents .CenterZone .tabCon {
    padding: 0;
    background-color: #d2d7dc;
    border-radius: 0 0 15px 15px;
    box-shadow: 3px 3px 3px rgba(193,193,193,0.5);
    box-sizing: border-box;
}
.gstar_contents .CenterZone .tabCon .inner {
    padding: 35px 22px;
    background-color: #fff;
}
.gstar_contents .CenterZone .tabCon .inner::after {
    content: "";
    display: block;
    clear: both;
}
.gstar_contents .CenterZone .tabCon .inner {
    border-radius: 15px 15px 0 0;
}
.gstar_contents .CenterZone .tabCon dl {
    width: 260px !important;
    height: 216px;
    margin-left: 0 !important;
    border-radius: 15px;
}
.gstar_contents .CenterZone .tabCon dl:not(:last-of-type) {
    margin-right: 22px;
}
.gstar_contents .CenterZone .tabCon dl dt a {
    height: 144px;
    border: none;
    background: #eee;
}
.gstar_contents .CenterZone .tabCon dl dt a img {
    width: 100% !important;
    height: 144px !important;
    object-fit: cover;
}
.gstar_contents .CenterZone .tabCon dl dd {
    line-height: 1.6;
}
.gstar_contents .CenterZone .tabCon dl dd.subject {
    padding: 10px 17px 0;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.gstar_contents .CenterZone .tabCon dl dd.subject a {
    font-size: 15px;
}
.gstar_contents .CenterZone .tabCon dl dd.content {
    padding: 0 17px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.gstar_contents .CenterZone .tabCon dl dd.content a {
    display: inline;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

/* 홈 - 참가업체 슬라이드 */
.homeSlide {
    position: relative;
}
.homeSlide .swiper-container {
    padding-bottom: 5px;
    overflow: hidden;
}
.homeSlide .swiper-wrapper .swiper-slide {
    width: 760px;
    height: 302px;
    background: #d2d7dc;
    border-radius: 10px;
    overflow: hidden;
}
.homeSlide .swiper-wrapper .swiper-slide:nth-child(odd) {
    background: #ccc;
}
.homeSlide .swiper-wrapper .swiper-slide.swiper-slide-active {
    box-shadow: 3px 3px 3px rgba(193,193,193,0.5);
}
.homeSlide .swiper-wrapper .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
}
.homeSlide .swiper-wrapper .swiper-slide a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gstar .swiper-button-next, .gstar .swiper-button-prev {
    width: 42px;
    height: 42px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-radius: 100%;
}
.gstar .swiper-button-next::after, .gstar .swiper-button-prev::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.gstar .swiper-button-next {
    right: -74px;
}
.gstar .swiper-button-prev {
    left: -74px;
}
@media screen and (max-width: 1350px) {
    .gstar .swiper-button-next {
        right: 0px;
    }
    .gstar .swiper-button-prev {
        left: 0px;
    }
}
.gstar .swiper-button-next::after {
    left: -3px;
    transform: rotate(-225deg);
}
.gstar .swiper-button-prev::after {
    left: 3px;
    transform: rotate(-45deg);
}
.gstar .swiper-button-next[aria-disabled="true"], .gstar .swiper-button-prev[aria-disabled="true"] {
    display: none;
}

/* 볼텍스 이벤트 페이지 */
.vortex {
    padding: 20px 0 0 0;
}
.gstar-event-wrap {
    margin: 0 0 70px 0;
}
.gstar-event-con {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
    width: 100%;
    height: 300px;
    background-color: #d2d7dc;
    border-radius: 15px;
    box-shadow: 0 3px 8px #666768;
}
.gstar-event-con:last-child {
    margin: 0;
}
.gstar-event-con img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
