@charset "utf-8";

/*--------------------------------------------------------
 ## Media Query :: max-width:1280px
  -------------------------------------------------------*/
@media (max-width:1280px){
    /* Common */
    .wrap {
        /* padding: 30px; */
        overflow: hidden;
    }
    .wrap_card {
        padding: 0 30px;
        display: flex;
        flex-direction: column;
    }
    .logo_gap {
        padding: 80px 30px 0 30px;
    }
    
    .common_tit {
        font-size: 44px;
        line-height: 52px;
    }
    .common_tit_2 {
        font-size: 44px;
        line-height: 65px;
    }
    .common_tit_sec01 {
        font-size: 48px;
        line-height: 50px;
    }
    .sec_wrap_card_01 {
        gap: 70px;
    }

    /* .wrap::before {
        height: 600px !important;
    } */

    /* 스티키 메뉴 */
    .navbar_right {
        gap: 30px;
        margin-top: 0px;
        padding-right: 60px;
        /* place-items: center; */
    }
    /* .pc_fix {
        padding: 0 30px;
    } */
    .navbar_right li a {
        font-size: 18px;
    }
    .sub_menu li a {
        font-size: 13px;
    }
    /* .pc_br{display:none !important} */


    /* HEADER 텍스트 영역 */
    .header {
        padding: 30px;
    }
    .head_tit {
        top: 0%;
    }
    .head_lt_txt {
        top: 23%;
        font-size: 16px;
        line-height: 28px;
    }
    .head_lb_txt {
        top: 50%;
        font-size: 18px;
        line-height: 28px;
    }
    .head_rt_txt {
        top: 0%;
        font-size: 14px;
        line-height: 30px;
    }
    .head_rb_l {
        font-size: 20px;
    }
    .head_rb_txt {
        top: 52%;
        font-size: 24px;
        line-height: 35px;
    }
    .head_lb_txt li {
        font-size: 18px;
    }

    .sto_head {
        height: 610px;
    }
    .pc_fix {
        height: 100px;
    }

    /* 뫼비우스 */
    .moebiu {
        top: 110px;
        left: 58%;
        width: 85%;
        height: 85%;
    }

    /* STO : 가이드 */
    .guide_wrap{
        /* background-color: #838383; */
        align-items: flex-start;
    } 
    .guide_wrap_info {
        grid-template-columns: 500px 1fr;
    }
    .guide_img img {
        width: 100%;
        height: 100%;
    }
    .guide_tit {
        margin: 0;
        font-size: 40px;
        line-height: 46px;
        /* margin-left: -32%; */
    }
    .guide_txt {
        overflow-y: scroll;
        height: 300px;
        padding-right: 15px;
    }

    /* STO : 왜 참석해야 할까요? */
    .sec_img_tit_txt_card {
        padding: 30px;
        gap: 25px;
    }
    .sec03_img_tit_txt_in {
        gap: 30px;
        padding: 0 30px;
    }
    .sec_img_tit_wrap {
        gap: 25px;
    }
    .gap_2 {
        padding: 120px 0;
    }
    .sec_img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }
    .sec_tit {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        height: auto;
    }
    .sec_txt {
        font-size: 15px;
        line-height: 25px;
        height: auto;
    }

    /* STO : SUMMIT PARTNER! */
    .straight_buy_wrap {
        padding: 0 30px;
    }
    .common_tit_sec08 {
        font-size: 48px;
        line-height: 50px;
    }
    .straight_buy_card {
        padding: 30px;
        gap: 30px;
    }
    .straight_buy_sum {
        font-size: 42px;
    }

    /* STO : 4CUT */   
    .enumerate_img_info {
        gap: 15px;
    }
    .enumerate_img {
        gap: 30px;
    }
    .enumerate_icon {
        width: 80px;
        height: 80px;
    }
    .enumerate_num {
        font-size: 42px;
    }
    .enumerate_txt {
        font-size: 15px;
    }

    /* STO : 써밋 주요 프로그램 */
    .gap_5 {
        padding: 120px 0;
    }
    .hov_event_wrapper {
        padding: 0 30px;
        gap: 30px;
    }
    .hov_event_wrap {
        gap: 30px;
    }
    .common_tit_sec03 {
        font-size: 48px;
        line-height: 50px;
    }
    .hov_event_wrap_two {
        gap: 30px;
    }
    .sec_wrap_card_03 {
        gap: 80px;
    }

    /* CONFERENCE SCHEDULE */
    .common_tit_sec04 {
        font-size: 48px;
        line-height: 50px;
    }
    .gap_6 {
        padding: 120px 0;
    }

    /* STO : 신청서 다운로드 */
    .application_card {
        padding: 50px;
        margin-top: 30px;
        gap: 40px;
        align-items: center;
    }
    .application_card_info_wrap {
        gap: 15px;
    }
    .application_card_in {
        gap: 25px;
    }
    .application_card_img img {
        width: 340px;
    }
    .application_card_tit {
        height: auto;
        font-size: 34px;
    }
    .application_card_info li {
        font-size: 18px;
    }
    .application_btn {
        width: 220px;
        height: 40px;
    }
    .application_btn a {
        font-size: 18px;
    }


    /* STO : AGENDA */
    .sec04_img_tit_txt_in {
        grid-template-columns: repeat(4, 1fr);
        display: grid;
        padding: 0;
    }
    .sec_wrap_card_05 {
        gap: 70px;
    }
    .gap_7 {
        padding: 120px 0 80px 0;
    }
    .group_column {
        padding: 0 25px;
        gap: 30px;
    }
    .common_tit_sec05 {
        font-size: 48px;
        line-height: 50px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .common_txt_line {
        font-size: 14px;
    }
    .group_column .group_column_img {
        margin-bottom: 0;
     }
    .group_column .group_column_img img{
        width: 70px;
        height: 70px;
    }
    .group_column_tit {
        font-size: 22px;
        line-height: 30px;
    }

    /* STO : 연사소개 */
    .sec_wrap_card {
        gap: 40px;
        padding: 0 15px;
    }
    .gap_8 {
        padding: 120px 0;
    }
    .common_tit_sec06 {
        font-size: 48px;
        line-height: 50px;
    }
    .group_img_around {
        gap: 80px 20px;
    }
    .group_img_around li {
        /* gap: 5px; */
        height: 310px;
    }
    .group_btn_wrap {
        padding: 51px 50px;
    }
    .group_img_around li:hover .group_img_around_img{
        border: 15px solid #9574a1;
        width: 225px;
        height: 225px;
        margin-top: -10px;
    }
    .group_img_around li:hover .group_img_around_img {
        border: 15px solid #9574a1;
    }
    .group_img_around li:hover .group_img_around_name {
        top: 264px;
        /* letter-spacing: 0px; */
        font-size: 22px;
        line-height: 25px;
    }
    .group_img_around li:hover .group_img_around_job {
        top: 298px;
    }
    .group_img_around_img {
        width: 200px;
        height: 200px;
    }
    .group_img_around_img {
        margin-bottom: 10px;
    }
    .group_img_around_name {
        font-size: 22px;
        line-height: 28px;
    }
    
    .group_btn_wrap_tit {
        font-size: 30px;
        line-height: 34px;
    }

    /* STO : 연사소개2 */
    .pick_img_wrap {
        gap: 90px;
    }
    .profile_info_img {
        height: auto;
        max-height: 500px;
    }

    /* STO : 소식 */
    .gap_9 {
        padding: 120px 0;
    }
    .common_tit_sec07 {
        font-size: 48px;
        line-height: 50px;
    }
    .anw_info_cont {
        grid-template-columns: 250px auto;
        gap: 25px;
    }
    .anw_img {
        height: 183px;
    }
    .que_line_num {
        font-size: 42px;
    }
    .anw_line_num {
        font-size: 42px;
    }
    .que_line_date {
        font-size: 13px;
        line-height: 19px;
    }
    .anw_line_date {
        font-size: 13px;
        line-height: 19px;
    }
    .anw_time {
        font-size: 13px;
    }

    .gap_10 {
        padding: 120px 0;
    }

    /* VENUE */
    .sec_img_one_tit_wrap {
        padding: 0 30px;
    }
    .gap_12 {
        padding: 120px 0;
    }
    .common_tit_sec09 {
        font-size: 48px;
        line-height: 50px;
    }
    .sec_img_one_img {
        height: 280px;
    }
    .flex_item_one {
        width: 60%;
    }
    .flex_item_two {
        width: 36%;
    }
    .img_one_tit{
        font-size: 24px;
    }


    /* STO 써밋은 여러분 모두에게 특별한 자리가 될 겁니다 */
    .gap_4 {
        padding: 120px 0;
    }
    .sec_txt_2_card {
        padding: 40px;
        height: auto;
    }
    .sec_txt_2_tit {
        font-size: 24px;
        line-height: 32px;
    }
    .common_tit_sec02 {
        font-size: 48px;
        line-height: 50px;
    }
    .common_tit_sec02_sub {
        font-size: 42px;
        line-height: 50px;
    }

    /* STO : SUMMIT */
    .gap_13 {
        padding: 120px 0;
    }
    .common_tit_sec10 {
        font-size: 48px;
        /* line-height: 50px; */
    }
    .group_table_money {
        font-size: 36px;
    }
    .group_table_line:nth-of-type(1) {
        /* width: auto; */
    }

    .coming_soon_btn_02 {
        width: 70%;
    }
    .group_table_sub {
        font-size: 15px;
        line-height: 17px;
    }
    .group_table_ticket_money {
        font-size: 40px;
    }
    .sec_tit_wrap_top {
        font-size: 38px;
        line-height: 44px;
    }
    .sec_tit_wrap_bottom {
        font-size: 48px;
        line-height: 50px;
    }
    .group_table_3 {
        padding: 25px 30px;
        gap: 20px;
    }

    /* Purchase Ticket */
    .ticket_price {
        font-size: 40px;
    }

    /* 스폰서 */
    .sponsor_card {
        text-align: center;
    }
    .sec_wrap_card_11 {
        width: 100%;
    }

    /* CONTACTS */
    .map_card_wrap {
        padding: 0 30px;
    }
    .gap_16 {
        padding: 120px 30px;
    }
    .common_tit_sec12 {
        font-size: 48px;
        line-height: 50px;
    }
    .map_info li {
        width: auto;
        font-size: 17px;
    }
    /* .map_img {
        height: 250px;
    } */
    .map_icon img{
        width: 30px;
        height: 30px;
    }

    /* FOOTER */
    .sto_footer_logo {
        width: 250px;
    }
    
}
/*--------------------------------------------------------
 ## Media Query :: max-width:1024px
  -------------------------------------------------------*/
@media (max-width:1024px){
    /* Common */
    .wrap {
        overflow: hidden;
        /* padding: 25px; */
    }
    .wrap_card {
        padding: 0 30px;
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
    .logo_gap {
        padding: 50px 0;
    }
    .common_tit {
        font-size: 35px;
        line-height: 42px;
    }
    .common_tit_2 {
        font-size: 35px;
        line-height: 60px;
    }
    .sec_wrap_card {
        gap: 65px;
        padding: 0 5%;
    }
    .pc_fix {
        padding: 0;
    }
    .navbar_right {
        gap: 14px;
        margin-top: 0px;
        padding-right: 50px;
    }
    /* .navbar_right li a {
        font-size: 15px;
    } */
    .sto_logo {
        width: 120px;
    }
    .pc_fix {
        height: 80px;
    }
    .pc_fix::before {
        height: 80px;
    }

    .common_tit_sec01 {
        font-size: 38px;
        line-height: 48px;
    }
    .sec_wrap_card_01 {
        gap: 40px;
    }
    .sec_wrap_card_02 {
        gap: 40px;
    }

    /*  간격 수치 */
    .gap_2 {
        padding: 80px 0;
    }
    .gap_4 {
        padding: 80px 0;
    }
    .gap_5 {
        padding: 80px 0;
    }
    .gap_6 {
        padding: 80px 0;
    }
    .gap_7 {
        padding: 80px 0;
    }
    .gap_8 {
        padding: 80px 0;
    }
    .gap_9 {
        padding: 80px 0;
    }
    .gap_10 {
        padding: 80px 0;
    }
    .gap_12 {
        padding: 80px 0;
    }
    .gap_13 {
        padding: 80px 0;
    }
    .gap_14 {
        padding: 80px 30px 0 30px;
    }
    .gap_15 {
        padding: 80px 30px 0 30px;
    }
    .gap_16 {
        padding: 80px 30px;
    }
    .gap_17 {
        padding: 80px 30px;
    }
    .common_tit_sec06 {
        font-size: 38px;
        line-height: 48px;
    }
    .common_tit_sec02 {
        font-size: 38px;
        line-height: 48px;
    }
    .common_tit_sec03 {
        font-size: 38px;
        line-height: 48px;
    }
    .common_tit_sec04 {
        font-size: 38px;
        line-height: 48px;
    }
    .common_tit_sec05 {
        font-size: 38px;
        line-height: 48px;
    }
    .common_tit_sec07 {
        font-size: 38px;
        line-height: 48px;
    }
    .common_tit_sec08 {
        font-size: 38px;
        line-height: 48px;
    }
    .common_tit_sec09 {
        font-size: 38px;
        line-height: 48px;
    }
    .sec_tit_wrap_top {
        font-size: 32px;
        line-height: 44px;
    }
    .sec_tit_wrap_bottom {
        font-size: 38px;
        line-height: 48px;
    }
    .common_tit_sec11 {
        font-size: 38px;
        line-height: 48px;
    }
    .common_tit_sec12 {
        font-size: 38px;
        line-height: 48px;
    }

    .common_tit_sec02_sub {
        font-size: 30px;
        line-height: 38px;
    }

    /* HEADER */
    .sto_head {
        height: 420px;
    }

    /* .wrap::before {
        height: 450px !important;
    } */

    /* HEADER 텍스트 영역 */
    .head_tit {
        top: 11px;
        width: 50%;
    }
    .head_lt_txt {
        top: 30%;
        z-index: 3;
    }
    .head_lb_txt li {
        margin-bottom: 0px;
    }
    .head_lb_txt {
        top: 62%;
    }
    .head_rt_txt {
        top: 3%;
    }
    .head_rb_txt {
        top: 67%;
        right: 0;
    }
    .head_rb_r {
        font-size: 15px;
        letter-spacing: 0px;
    }
    .navbar_right li a {
        font-size: 14px;
    }

    /* 뫼비우스 */
    .moebiu {
        width: 90%;
        height: 90%;
        top: 160px;
    }

    /* STO : 가이드 */
    .guide_wrap_info {
        grid-template-columns: 1fr;
        /* flex-direction: column; */
        margin-top: 150px;
    }
    .guide_tit {
        position: absolute;
        top: -171px;
        left: 0;
        width: 60%;
        line-height: 52px;
    }
    .guide_img img {
        opacity: 0.4;
    }
    .guide_txt {
        padding-top: 15px;
        height: auto;
        overflow-y: unset;
    }

    .flex-item_two {
        width: 100% !important;
    }

    /* STO : 왜 참석해야 할까요? */
    .sec03_img_tit_txt_in {
        gap: 25px;
    }
    .sec_img_tit_txt_card {
        padding: 20px;
        gap: 25px;
    }
    .sec_img {
        width: 65px;
        height: 65px;
        margin-bottom: 5px;
    }
    .sec_img_tit_wrap {
        gap: 15px;
    }

    /* STO : 4CUT */ 
    .enumerate_img {
        gap: 25px;
    }
    .enumerate_icon {
        width: 60px;
        height: 60px;
    }
    .test02 {
        height: 280px;
    }


    /* STO : 3CUT */ 
    .enumerate_img_3 {
        gap: 80px;
    }
    .enumerate_img_3_info {
        gap: 10px;
    }
    .enumerate_3_tit {
        gap: 0;
        height: 80px;
    }
    .enumerate_3_num {
        font-size: 50px;
        line-height: 50px;
        height: auto;
    }
    .enumerate_3_sub {
        font-size: 24px;
        line-height: 24px;
    }

    /* STO : 신청서 다운로드 */
    .application_card {
        flex-direction: column;
        padding: 50px 30px;
    }
    .application_card_in {
        gap: 20px;
    }
    .application_card_info_wrap {
        gap: 10px;
    }
    .application_btn {
        margin: 0 auto;
        margin-top: 20px;
    }

    /* CONFERENCE SCHEDULE */
    .tabmenu_in_menu {
        display: none;
    }
    .tabnav {
        margin-bottom: 20px;
    }
    .tabnav li {
        width: 50%;
        z-index: 2;
    }
    .program_txt {
        gap: 10px;
    }
    .center_txt {
        line-height: 42px;
    }
    .program_line_time {
        display: flex;
        gap: 10px;
        width: 100%;
        align-items: center;
    }
    .tabmenu_in_menu_m {
        display: block;
    }
    .program_info {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .program_cline_gray {
        flex-direction: row;
        padding: 10px 20px;
    }
    .tabmenu_img:nth-child(1) {
        z-index: 5;
    }
    .tabmenu_img:nth-child(2) {
        z-index: 4;
    }
    .tabmenu_img:nth-child(3) {
        z-index: 4;
        position: relative;
    }
    .tabmenu_img:nth-child(4) {
        z-index: 4;
        position: relative;
    }


     /* STO : AGENDA */
     .fsec04_img_tit_txt_in {
        grid-template-columns: repeat(2, 1fr); 
        gap: 60px;
        display: grid;
        
      }
      .group_column::before {
        display: none;
      }
     .group_column {
        gap: 15px;
        padding: 0;
     }
    .group_column .group_column_img {
        margin-bottom: 10px;
    }
    .program_line_gray {
        padding: 25px 30px;
        gap: 30px;
    }

    /* STO : 연사소개 */
    .group_btn_wrap {
        padding: 35px 30px;
    }
    /* STO : 연사소개2 */
    .participation_btn {
        width: 60%;
    }
    .group_btn_wrap_tit {
        text-align: center;
    }
    #modalContent {
        width: auto;
        margin: 30px;
        height: auto;;
    }
    .modal_info_img {
        height: 100%;
    }
    .modal_info {
        gap: 30px;
    }
    .modal_info_img img {
        width: 120px;
        height: 120px;
    }
    .pick_img_wrap {
        padding: 0 25%;
        gap: 60px;
        height: auto;
    }
    .pick_one {
        height: auto;
    }

    /* STO : 연사소개3 */
    .profile_info_wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
  
    /* STO : 소식 */
    .anw_info_cont {
        grid-template-columns: 200px auto;
        gap: 20px;
        flex-direction: column;
    }
    .anw_img {
        height: 100%;
    }
    .que_line_l {
        width: 100px;
        gap: 10px;
    }
    .anw_line_in {
        gap: 25px;
    }
    .anw_line_num {
        font-size: 34px;
    }
    .anw_line_date {
        font-size: 13px;
        line-height: 19px;
    }
    .que_inner_r {
        gap: 10px;
    }
    .anw_inner_r {
        width: 100%;
    }
    .anw_inner_txt {
        max-height: 300px;
        height: auto;
        padding-right: 15px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .news_more_btn {
        width: 170px;
        height: 45px;
        font-size: 15px;
    }
    /* AGENDA */
    .sec_wrap_card_05 {
        gap: 60px;
    }

    /* 여러분 모두에게게 특별한 자리가 될겁니다 */
    .common_tit_wrap {
        gap: 10px;
    }


    /* VENUE */
    .sec_wrap_card_09 {
        gap: 40px;
    }
    .sec_img_one_tit_wrap {
        gap:  40px;
    }
    .sec_img_one_img03 {
        margin-top: 0;
    }
    .sec_img_one_img {
        height: 230px;
    }
    .flex_item_one {
        width: 100%;
    }
    .flex_item_two {
        width: 100%;
    }
    .sec_img_one_tit {
        margin-top: 0;
    }

    /* CONFERENCE SCHEDULE */
    .sec_wrap_card_04 {
        gap: 40px;
    }

    /* STO : 4CUT */
    .sec_four_wrap{
        /* grid-template-columns: repeat(2, 1fr);
        display: grid; */
        /* grid-template-columns: repeat(auto-fit, minmax(250px, 2fr)); */
        /* gap: 25px;
        padding: 0 20px; */
    }
    .sec04_img_tit_txt_in {
        row-gap: 60px;
    }
    .enumerate_tit  {
        gap: 10px;
    }
    .enumerate_img_info {
        gap: 10px;
    }
    .enumerate_img {
        gap: 20px;
    }
    .enumerate_icon {
        width: 50px;
        height: 50px;
        object-fit: cover; 
        object-position: top;
    }
    .enumerate_icon img {
        width: 100%;
        height: 100%;
    }
    .sec_three_wrap {
        gap: 20px;
    }

    /* STO : SUMMIT PARTNER! */
    .partnerTarget {
        padding-top: 0px;
    }
    .sec_wrap_card_08 {
        gap: 40px;
    }
    .straight_buy_wrap {
        gap: 30px;
        grid-template-columns: repeat(1, 1fr);
    }
    .straight_buy_card {
        padding: 40px;
        gap: 30px;
    }
    .coming_soon_btn_02 {
        width: 40%;
        height: 45px;
    }

    /* STO 써밋은 여러분 모두에게 특별한 자리가 될 겁니다 */
    .sec_txt_2_card {
        padding: 30px 30px 0 30px;
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }
    .sec_txt_2_card:last-child {
        padding-bottom: 30px;
    }

    /* STO : 써밋 주요 프로그램 */ 
    .hov_event_wrap {
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-auto-flow: column || column dense;
    }
    .hov_item:nth-child(3) {
        grid-column: span 2;
    }
    .hov_event {
        height: 385px;
    }
    .sec_wrap_card_03 {
        gap: 40px;
    }
    .hov_head {
        bottom: 20px;
    }
    .hov_description {
        padding: 0 40px 80px 40px;
    }

    /* STO : SUMMIT */ 
    .sec_wrap_card_10 {
        gap: 50px;
    }
    .group_table_3 {
        /* gap: 30px; */
        padding: 20px 25px;
        justify-content: space-between;
    }
    .ticket_line_one {
        gap: 15px;
    }

    .group_table_line:nth-of-type(1) {
        gap: 15px;
        width: 150px;
    }
    .group_sponser_wrap .group_table_line:nth-of-type(2) {
        gap: 20px;
        width: 67%;
    }
    .group_table_money {
        font-size: 32px;
    }
    .group_table_ticket_3 {
        gap: 0 15px;
        justify-content: space-between;
    }
    .group_table_ticket_money {
        font-size: 32px;
    }
    .group_table_ticket_line:nth-of-type(2) {
        width: 50%;
    }

    /* Purchase Ticket */
    .ticket_tit {
        margin-bottom: 0;
    }
    .ticket_price {
        font-size: 24px;
    }
    .ticket_line_in {
        justify-content: space-between;
        margin: 20px 25px;
    }
    .ticket_info {
        width: 67%;
        gap: 10px;
    }

    .ticket_tit_img_tit {
        font-size: 38px;
        line-height: 48px;
    }
    .ticket_line_btn {
        /* align-items: center;
        display: flex; */
        /* width: 40%; */
    }
    .coming_soon_btn {
        width: 130px;
    }
    .more_btn {
        width: 130px;
    }

    /* 스폰서 */
    .sec_wrap_card_11 {
        gap: 40px;
    }
    .sponsor_card_wrap {
        /* grid-template-columns: repeat(auto-fill, minmax(35%, 1fr)); */
        /* column-gap: 0; */
        padding: 50px 15px;
    }

    /* CONTACTS */
    .sec_wrap_card_12 {
        gap: 40px;
    }
    .map_card_wrap {
        gap: 25px;
        grid-template-columns: repeat(1, 1fr);
    }
    .map_info li {
        font-size: 24px;
        padding: 15px 30px;
    }
    .map_img {
        height: auto;
    }
    .map_card_wrap {
        padding: 0;
    }

    /* FOOTER */
    .sto_footer {
        align-items: center;
    }
    .sto_footer_logo {
       width: 200px;
    }
    .sto_footer_sns {
        gap: 30px;
    }
}

/*--------------------------------------------------------
 ## Media Query :: max-width:660px
  -------------------------------------------------------*/
@media (max-width:640px) {
    /* Common */
    .wrap {
        overflow-x: hidden;
        /* padding: 30px; */
    }
    .guide_wrap {
        margin-top: 0;
    }
    .sto_head {
        display: none;
        position: relative;
        font-weight: 300;
        height: 849px;
    }
    .sto_m_head {
        display: block;
        position: relative;
        font-weight: 300;
        height: auto;
        color: #FFF;
        top: 25%;
        z-index: 3;
    }
    .guide_wrap_info {
        margin-top: 0;
    }
    .head_m_line_wrap {
        display: flex; 
        flex-direction: column; 
        gap: 40px;
    }
    .wrap::before {
        background: url(/content/sto/img/sto_head_mbg.png) repeat;
    }
    .head_m_line_t {
        display: flex;
        flex-direction: column;
        gap: 15px;
        font-size: 28px;
        line-height: 1.3;
        text-shadow: 3px 3px #1a1a1a;
    }
    .head_line_t {
        font-size: 28px;
        line-height: 1.4;
        font-weight: 400; 
        letter-spacing: 0px;
    }
    .head_line_b {
        font-size: 41px; 
        font-weight: 600; 
        line-height: 50px; 
        letter-spacing: 0px;
    }
    .head_m_line_m {
        position: relative; 
        display: flex; 
        flex-direction: column; 
        gap: 15px;
        font-size: 28px;
        line-height: 1.2;
        text-shadow: 3px 3px #1a1a1a;
    }
    .head_m_line_b {
        font-size: 12px; 
        letter-spacing: 0px;
    }
    .sto_tit_bar {
        position: absolute;
        top: -20px;
        left: 0;
        width: 80px;
        height: 1px;
        background-color: #FFF;
    }
    .head_line_mt {
        font-size: 24px; letter-spacing: 0px;
        line-height: 30px;
        text-shadow: 3px 3px #1a1a1a;
    }
    .head_line_mb {
        font-size: 21px; letter-spacing: 0px;
        line-height: 28px;
    }
    .wrap_card {
        padding: 30px 30px 30px 30px;
        gap: 30px;
;
    }
    .common_tit {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
    }
    .common_tit_2 {
        font-size: 24px;
        line-height: 41px;
        font-weight: 700;
    }
    .common_tit_sec02 {
        height: 100%;
        font-size: 30px;
    }
    .common_tit_sec02_sub {
        font-size: 30px;
        font-weight: 200;
        height: 100%;
        line-height: 40px;
    }
    .common_tit_sec03 {
        height: 100%;
        font-size: 30px;
        line-height: 1.2;
    }
    .common_tit_sec04 {
        height: 100%;
        letter-spacing: -4px;
        padding: 0 30px;
        font-size: 30px;
        line-height: 1.2;
    }
    .common_tit_sec05 {
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 32px;
    }
    .common_tit_sec06 {
        font-size: 32px;
    }
    .common_tit_sec09 {
        height: 100%;
        font-size: 32px;
    }
    .common_tit_sec12 {
        height: 100%;
        font-size: 30px;
    }
    .common_tit_wrap {
        gap: 10px;
        /* width: 75%; */
        margin: 0 auto;
        padding: 0 30px;
    }

    .f_forum_logo a{
        width: 150px;
    }
    #menu {
        display: block;
    }
    .m_btn {
        display: block;
        /* top: -14px; */
        width: 55px;
        height: 55px;
        top: 10px;
    }
    #top_btn {
        width: 40px;
        height: 40px;
    }
    /* .header {
        margin-top: 80px;
    } */
    .navbar_header {
        height: auto;
        background: rgb(0, 0, 0);
        width: 100%;
        position: fixed;
        top: -10px;
        padding: 30px 15px 15px 15px;
        left: 0;
        z-index: 9;
    }
    .navbar_right {
        display: none;
        margin-top: 20px;
        gap: 20px;
    }
    .navbar_right li a {
        font-size: 15px;
    }

    .common_tit_sec01 {
        height: 100%;
        padding: 0 30px;
        letter-spacing: 0px;
        font-size: 32px;
        line-height: 1.2;
    }
    .m_br{display:block !important}


    .header {
        display: flex;
        height: 100vh;
    }
    /* 뫼비우스 */
    .moebiu {
        top: 13%;
        width: 180%;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
    }
    .moebiu > .moebiu_wrap {
        animation-duration:15s;
    }
    
    /* HEADER 텍스트 영역 */
    .head_tit {
        top: 3%;
    }
    .head_lt_txt {
        top: 23%;
        font-size: 15px;
        line-height: 25px;
    }
    .head_lb_txt {
        top: 45%;
        font-size: 15px;
        line-height: 21px;
    }
    .head_rt_txt {
        top: 3%;
        font-size: 13px;
        line-height: 18px;
    }
    .head_rb_txt {
        top: 77%;
        left: 0;
        font-size: 15px;
        line-height: 23px;
        text-align: left;
    }
    /* .wrap::before {
        height: 280px !important;
    } */

    .sto_head {
        height: 320px;
    }

    /* STO : 가이드 */ 
    .guide_tit {
        display: none;
        font-size: 58px;
        line-height: 69px;
        letter-spacing: 0;
        top: -126px;
        left: 31%;
    }
    .guide_tit_m {
        display: block;
        letter-spacing: 0px;
        font-size: 36px;
        line-height: 1.2;
    }
    .guide_in_wrap {
        margin-top: -21%;
        gap: 40px;
    }
    .guide_txt {
        font-size: 18px;
        height: 100%;
        line-height: 1.7rem;
        color: #aeaeae;
        padding: 0;
        letter-spacing: -1px;
    }

    /* STO : 왜 참석해야 할까요? */
    .sec03_img_tit_txt_in {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .sec_img_tit_txt_card {
        flex-direction:column;
        justify-content: center;
        padding: 50px 20px;
        gap: 45px;
    }
    .sec_img_tit_wrap {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-align: left;
    }
    .sec_wrap_card_01 {
        gap: 30px;
    }
    .gap_2 {
        padding: 60px 0 30px 0;
    }
    .sec_img {
        width: 100px;
        height: 100px;
    }
    .sec_tit {
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
        height: auto;
    }
    .sec_txt {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        height: 100%;
    }

    /* CONFERENCE SCHEDULE */
    .program_line_gray {
        flex-direction:column;
        align-items:flex-start;
        justify-content: space-between;
        padding: 40px 20px 40px 20px;
        border-top: 1px solid #4a4a4a;
        border-bottom: 1px solid #4a4a4a;
    }
    .program_cline_gray {
        flex-direction: row;
        justify-content: space-between;
        padding: 20px;
        border-top: 1px solid #4a4a4a;
        border-bottom: 1px solid #4a4a4a;
        align-items: center;
    }
    .gap_6 {
        padding: 60px 0 60px 0;
    }
    .sec_wrap_card_04 {
        gap: 0px;
    }
    .tabnav {
        margin-bottom: 50px;
    }
    /* .tabnav li a {
        font-size: 26px;
    } */
    .day_btn_txt {
        font-size: 19px;
        font-weight: 300;
    }
    .program_info {
        display: flex;
        flex-direction: column;
        gap: 0;
        /* gap: 20px; */
    }
    .program_txt_bottom {
        font-size: 15px;
        font-weight: 100;
        color: #d2d2d2;
        letter-spacing: 0px;
    }
    .program_txt {
        margin: 0;
        /* width: 101%; */
        /* flex-wrap: wrap; */
        display: flex;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .program_sub {
        margin: 0;
        width: 101%;
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        color: #ff347e;
        margin-top: 5px;
    }
    .program_line_gray {
        gap: 20px;
    }
    .program_txt_right {
        color: #FFF;
        font-weight: 500;
        letter-spacing: 0px;
        margin-top: 20px;
    }
    .tabmenu_img:nth-child(1) {
        position: relative;
        left: 0;
        z-index: 5;
    }
    .tabmenu_img:nth-child(2) {
        position: relative;
        left: 0;
        z-index: 4;
    }
    .tabmenu_img:nth-child(3) {
        left: 0;
        position: relative;
        z-index: 3;
    }
    .tabmenu_img:nth-child(4) {
        position: relative;
        left: 0;
        z-index: 2;
    }
    .program_line_time {
        display: flex;
        gap: 10px;
        font-size: 15px;
        width: 100%;
        align-items: center;
        height: 28px;
    }
    .m_watch {
        width: 20px;
        height: 20px;
    }
    .time_line {
        text-align: left;
        width: 100%;
        line-height: 30px;
    }
    .center_txt {
        color: #FFF;
        line-height: 25px;
        font-weight: 300;
        text-align: left;
    }
    /* .tabmenu_img {
        width: 80px;
        height: 80px;
    } */
    .tabmenu_img img {
        height: 100%;
    }

    /* STO : 4CUT */   
    .sec_four_wrap{
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        /* grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); */
        gap: 50px;
    }
    .test02 {
        background: url(/content/sto/img/m_enumerate.png) no-repeat center;
        height: 600px;
        display: flex;
    }
    .test03 {
        background: url(/content/sto/img/m_enumerate_3.png) no-repeat center;
        height: 850px;
        background: #130007;
        padding: 60px 30px;
    }
    .enumerate_tit  {
        gap: 10px;
    }
    .enumerate_num {
        height: 100%;
        font-weight: 700;
    }
    .enumerate_sub {
        font-size: 20px;
    }
    .enumerate_img_info {
        gap: 8px;
    }
    .enumerate_txt {
        height: 100%;
    }
    .enumerate_img {
        gap: 20px;
        justify-content: center;
    }
    .enumerate_icon {
        width: 90px;
        height: 90px;
        object-fit: cover; 
        object-position: top;
    }
    .enumerate_icon img {
        width: 100%;
        height: 100%;
    }
    .sec_three_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 90px;

    }
    .gap_3 {
        padding: 0;
    }

    /* STO : 3CUT */ 
    .enumerate_img_3 {
        display: flex;
        flex-direction: row;
        align-items: center;
        /* gap: 30px; */
        justify-content: center;
        margin: 0 auto;
        justify-content: space-between;
        /* width: 100%; */
        gap: 40px;
    }
    .enumerate_3_num {
        justify-content: left;
        font-size: 50px;
        line-height: 50px;
    }
    .enumerate_3_tit {
        height: auto;
        text-align: left;
        gap: 10px;
    }
    .enumerate_3_txt {
        font-size: 17px;
        text-align: left;
        height: 100%;
        color: #aeaeae;
        letter-spacing: 0px;
        width: 100%;
    }
    .enumerate_3_icon {
        /* width: auto;
        height: auto; */
        /* width: 70px;
        height: 70px; */
        object-fit: cover;
        object-position: top;
        width: 70px;
        height: 70px;
    }
    .enumerate_img_3_info {
        gap: 10px;
    }
    .enumerate_3_sub {
        font-size: 30px;
        line-height: 30px;
    }


    /* STO : 신청서 다운로드 */
    .application_card {
        flex-direction: column;
        padding: 8% 15%;
        gap: 30px;
        margin-top: 0;
        border: 2px solid #9c9c9c;
    }
    /* .application_card_img {
        width: 386px;
        height: 260px;
    } */
    .application_card_img img {
        width: 100%;
        height: 100%;
    }
    .application_card_tit {
        font-size: 24px;
        text-align: center;
        line-height: 1.3;
    }
    .application_card_info {
        display: flex;
        flex-wrap: wrap; 
        /* align-items: center; */
        justify-content: center;
    }
    .application_btn {
        margin: 0 auto;
        /* width: 453px; */
        height: 59px;
        margin-top: 10px;
        width: 100%;
    }
    .application_card_info li:first-child {
        margin-right: -15px;
    }
    .application_card_info li {
        letter-spacing: 0px;
    }
    .application_card_in {
        gap: 40px;
    }
    .application_card_info_wrap {
        gap: 20px;
        align-items: flex-start;
    }
    .application_btn a {
        font-size: 20px;
    }

    /* VENUE */
    .sec_img_one_tit_wrap {
        gap: 60px;
    }
    .sec_wrap_card_09 {
        gap: 30px;
    }
    .gap_12 {
        padding: 60px 0 60px 0;
    }
    .sec_img_one_img01 {
        height: 237px;
    }
    .sec_img_one_img02 {
        height: 398px;
    }
    .sec_img_one_img03 {
        height: 398px;
        margin-top: 0;
    }
    .img_one_tit {
        text-align: center;
    }
    .img_one_txt {
        font-size: 19px;
        line-height: 25px;
        width: 60%;
        margin: 0 auto;
    }

    /* SCHEDULE */

    /* STO : AGENDA */
    .sec04_img_tit_txt_in {
        grid-template-columns: repeat(1, 1fr);
        /* gap: 20px; */
        /* padding: 50px 55px; */
        width: 100%;
        /* margin: 0 auto; */
        gap: 0;
    }
    .group_column::before {
        display: none;
    }
    .sec_wrap_card_05 {
        gap: 60px;
    }
    .tabnav li a {
        font-size: 15px;
    }
    .day_btn_txt {
        font-size: 17px;
    }
    .gap_7 {
        padding: 80px 0 35px 0;
    }
    .group_column {
        padding: 45px 0;
        flex-direction: row;
        /* justify-content: space-between; */
        border-top: 1px solid #4a4a4a;
        gap: 40px;
        flex-direction: column;
    }
    .group_column_info {
        display: flex;
        flex-direction: column;
        gap: 14px;
        min-width: 100%;
        align-items: center;
    }
    .group_column .group_column_img img {
        width: 100%;
        height: 100%;
    }
    .group_column_tit {
        text-align: left;
        line-height: 30px;
    }
    .group_column_txt {
        text-align: left;
    }
    .common_txt_line {
        font-size: 15px; font-weight: 100;
    }

    /* STO : 연사소개 */
    .group_img_around {
        gap: 50px 20px;
    }

    /* STO : 연사소개2 */
    .pick_img_wrap {
        gap: 65px;
        padding: 0 12%;
    }
    .sec_wrap_card {
        gap: 50px;
    }
    .pick_one_in:hover .pick_tit {
        font-size: 20px;
    }
    .pick_one {
        opacity: 1;
    }
    .pick_one::before {
        background-color: unset;
        opacity: 0;
    }
    .pick_one_in:hover .pick_one {
        position: relative;
    }
    .pick_one_in:hover .pick_one img {
        border: 10px solid #9574a1;
        padding-bottom:0%;
    }
    .group_btn_wrap_tit {
        text-align: center;
    }
    .pick_tit {
        height: auto;
        line-height: 22px;
        font-size: 20px;
    }
    .pick_job {
        line-height: 18px;
    }
    .pick_one::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: #bd3e3e; */
        width: 100%;
        height: 100%;
    }
    /* .pick_one_in:hover .pick_one img{
        border: 10px solid #9574a1;
    } */

    .gap_8 {
        padding: 60px 0 60px 0;
    }
    /* .group_img_wrap {
        padding: 0 0 0 30px;
    } */
    .sec_common_txt_line {
        font-size: 19px;
        letter-spacing: 0px;
        color: #d2d2d2;
    }
 
    .group_img_around_img {
        width: 254px;
        height: 254px;
    }
    .group_img_around li {
        height: 340px;
        /* pointer-events: none;   */
    }
    /* .group_img_around li:hover {
        pointer-events: none; 
    } */
    /* .group_img_around li:hover .group_img_around_img{
        border: 16px solid #9574a1;
        width: 270px;
        height: 270px;
        pointer-events: none;
    } */
    .group_img_around li:hover .group_img_around_name {
        top: 295px;
        width: 100%;
    }
    .group_img_around li:hover .group_img_around_job {
        top: 325px;
        width: 100%;
    }
    .group_img_around_img::before {
        opacity: 1;
        background-color: unset;
    }
    .group_img_around_name {
        font-size: 24px;
        line-height: 24px;
    }

    .group_btn_wrap {
        flex-direction: column;
        padding: 40px 0;
        gap: 25px;
        border-top: 3px solid #835e92;
        border-bottom: 3px solid #835e92;
        width: 85%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .group_btn_wrap_tit {
        font-weight: 600;
        letter-spacing: 0px;
    }
    .participation_btn {
        width: 86%;
        /* width: 335px; */
        height: 60px;
    }
    .participation_btn a {
        font-size: 25px;
        line-height: 60px;
        letter-spacing: 0px;
        display: flex;
    }
    
    #modalContainer {
        z-index: 11;
    }
    .modal_txt {
        height: 230px;
    }
    #modalContent {
        width: 100%;
        min-width: 350px;
        height: 100%;
        padding: 40px;
        /* align-items: center;
        display: flex; */
    }
    .modal_info_wrap {
        flex-direction: column;
        align-items: center;
    }
    .modal_tit_wrap {
        text-align: center;
    }
    #modalCloseButton img {
        width: 20px;
        top: -15px;
        right: -15px;
        height: 20px;
    }
    .modal_info_img {
        width:200px;
        overflow: hidden;
    }
    .modal_info_img img {
        height: 180px;
        object-fit: cover;
        overflow: hidden;
        display: flex;
        border-radius: 15px;
        width: 100%;
    }

    /* sto : 연사소개3 */
    .profile_info_wrap {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 15%;
    }
    .profile_info_tit {
        font-size: 20px;
    }
    .profile_info:hover .profile_info_tit {
        font-size: 20px;
    }
    .profile_name_info {
        height: 60px;
    }
    
    /* STO : 소식 */
    .common_tit_sec07 {
        font-size: 30px;
        line-height: 1.2;
    }
    .anw_info_cont {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        width: 100%;
    }
    .anw_inner_r {
        width: 100%;
        gap: 10px;
    }
    .anw_inner_txt {
        margin-top: 35px;
    }
    .gap_9 {
        padding: 30px 0 30px 0;
    }
    .anw_line {
        padding: 25px 0;
    }
    .que_line {
        /* gap: 70px; */
        gap: 30px;
        flex-direction: row;
        align-items: flex-start;
        flex-direction: column;
    }
    .que_line_num {
        font-size: 52px;
        line-height: 56px;
    }
    .que_line_date {
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 22px;
    }
    .anw_line_in {
        gap: 25px;
    }
    .que_line_l {
        gap: 20px;
    }
    .tab_time_txt {
        font-size: 18px;
        margin-bottom: 5px;
        letter-spacing: 1px;
    }
    .que_inner_tit {
        font-size: 25px;
        line-height: 34px;
    }
    .que_inner_time {
        font-size: 11px;
    }
    .anw_line_l {
        gap: 0px;
        flex-direction: column;
    }
    .anw_inner_tit {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0px;
    }
    .anw_inner_txt {
        overflow-y: hidden;
    }
    .anw_line_num {
        font-size: 24px;
    }
    .anw_line_date {
        font-size: 11px;
        line-height: 17px;
    }
    .news_box {
        /* width: 305px; */
        width: 53%;
        height: 60px;
        border: 2px solid transparent;
    }
    .news_box a {
        font-size: 20px;
        line-height: 58px;
    }
    .anw_img {
        height: 100%;
    }

    /* STO : SUMMIT PARTNER! */
    .partnerTarget {
        padding-top: 50px;
    }
    .straight_buy_card {
        padding: 50px 35px 50px 35px;
        gap: 40px;
    }
    .gap_10 {
        padding: 60px 0 60px 0;
    }
    .sec_wrap_card_08 {
        gap: 30px;
    }
    .common_tit_sec08 {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0 30px;
    }
    .sec_tit_wrap_top {
        font-size: 30px;
        line-height: 48px;
        height: 100%;
    }
    .sec_tit_wrap_bottom{
        height: 100%;
        font-size: 30px;
        /* height: 110px; */
    }
    .straight_buy_head {
        gap: 5px;
    }
    .straight_buy_class {
        font-size: 20px;
    }
    .straight_buy_inner {
        gap: 25px;
        height: 100%;
        overflow-y: hidden;
        border: none;
        background: none;
        padding: 0;
    }
    .check_img img {
        width: 19px;
        height: 14px;
    }
    .straight_buy_sum {
        font-size: 52px;
        height: 30px;
        line-height: 64px;
        height: 50px;
    }
    .straight_buy_inner li {
        font-size: 17px;
    }
    

    /* STO 써밋은 여러분 모두에게 특별한 자리가 될 겁니다 */
    .sec_txt_2_card {
        display: flex;
        flex-direction: column;
        padding: 40px 15px 0 15px;
        gap: 20px;
        height: auto;
    }
    .gap_4 {
        padding: 50px 0 20px 0;
    }
    .sec_txt_2_tit {
        text-align: center;
        width: 100%;
        letter-spacing: 0px;
        height: 100%;
    }
    .sec_txt_2_txt {
        width: 100%;
        text-align: left;
        font-size: 18px;
        letter-spacing: 0;
        text-align: center;
        color: #aeaeae;
    }
    .sec_wrap_card_03 {
        gap: 0px;
    }
    .sec_wrap_card_02 {
        gap: 0px;
    }
    .sec_txt_2_card:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

     /* STO : 써밋 주요 프로그램 */ 
    .hov_event_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .hov_event_wrap_two {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .gap_5 {
        padding: 50px 0 50px 0;
    }
    .hov_head {
        font-size: 24px;
        line-height: 40px;
        transform: translateY(0%);
        /* background: linear-gradient(to right, #ff8c43, #ff452d, #f41279); */
        color: transparent;
        -webkit-background-clip: text;
        color: #FFF;
        padding: 0.5em 0.5em 0.25em 0.5em;
        bottom: 0;
    }
    .hov_description {
        font-size: 18px;
        /* padding: 0 100px 30px 100px; */
        line-height: 30px;
        padding-bottom: 0;
        color: #d7d7d7;
    }
    .hov_event {
        height: 100%;
        /* height: 330px; */
        /* border: 1px solid #5a5a5a; */
        border-radius: 20px;
    }
    .hov_event:hover .hov_overlay .hov_title {
        background: linear-gradient(to right, #ffffff);
        color: transparent;
        -webkit-background-clip: text;
        line-height: 40px;
    }
    .hov_overlay {
        transform: translateY(0%);
        background-color: #000;
        opacity: 0.9;
        justify-content: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        /* padding: 20px; */
    }

     /* STO : SUMMIT */ 
     .straight_buy_wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr); 
        gap: 30px;
        padding: 0 20px;
    }
    .gap_13 {
        padding: 60px 0 30px 0;
    }
    .common_tit_sec10 {
        gap: 10px;
        padding: 0 30px;
    }
    .sec_wrap_card_10 {
        gap:0px;
    }
     .txt_gradient_in {
        display: flex;
        flex-direction: column;
        gap: 30px;
     }
     .group_sponser_wrap {
        gap: 30px;
        flex-direction: column;
        align-items: center;
     }
     .group_table_line {
        width: auto;
     }
    .group_table_3 {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        padding: 40px 20px;
    }
    .group_table_money {
        font-size: 50px;
        height: 58px;
        line-height: 72px;
    }
    .group_table_sub {
        font-size: 22px;
        color: #FFF;
        font-weight: 100;
    }
    .group_sponser_wrap .group_table_line:nth-of-type(2) {
        width: 80%;
        gap: 15px;
    }
    .coming_soon_btn {
        /* width: 100%; */
        width: 240px;
        height: 50px;
    }
    .coming_soon_btn a {
        font-size: 20px;
    }
    .more_btn {
        width: 240px;
        height: 50px;
    }
    .more_btn a {
        font-size: 20px;
    }
    .coming_soon_btn_02 {
        /* width: 100%; */
        width: 258px;
        height: 50px;
    }
    .coming_soon_btn_02 a {
        font-size: 20px;
    }
    .group_table_line:nth-of-type(1){
        width: 100%;
        gap: 12px;
    }
    .group_table_line:nth-of-type(2){
        width: auto;
        /* align-items: center; */
        gap: 12px;
    }
    
    .check_txt {
        font-size: 18px;
        line-height: 21px;
        font-weight: 100;
        letter-spacing: 0px;
    }
    
    .group_table_line:nth-of-type(3){
        width: 100%;
        align-items: center;
        margin-top: 10px;
    }

    .group_table_ticket_3 {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .group_table_ticket_money {
        font-size: 30px;
    }
    .group_table_ticket_line:nth-of-type(1){
        width: 100%;
    }
    .group_table_ticket_line:nth-of-type(2){
        width: 100%;
        gap: 10px;
    }
    .group_table_ticket_line:nth-of-type(3){
        width: 100%;
        align-items: center;
    }

    /* Purchase Ticket */
    .ticket_info {
        width: 80%;
        gap: 15px;
    }
    .ticket_line_wrap {
        flex-direction: column;
        gap: 0;
    }
    .ticket_tit_img_tit {
        font-size: 30px;
        letter-spacing: -1px;
        line-height: 37px;
    }
    .ticket_tit_img {
        width: 45px;
        /* margin-top: -15px; */
    }
    .ticket_tit {
        justify-content: center;
        gap: 20px;
        text-align: center;
    }
    .ticket_line_in {
        /* border-right: 1px solid; */
        border-bottom: 0;
        flex-direction: column;
        align-items: center;
        padding: 20px 0 10px 0;
        gap: 35px;
        width: auto;
    }
    .ticket_line_btn {
        border-top: 0;
        width: 100%;
        padding: 0px 30px 45px 30px;
        justify-content: center;
    }
    .ticket_line_one {
        text-align: center;
        width: 100%;
        gap: 35px;
    }
    .ticket_price {
        font-size: 40px;
    }


    /* 스폰서 */
    .sponsor_card_wrap {
       gap: 20px 10px;
        padding: 30px;
        align-items: center;
        gap: 30px;
        display: flex;
        flex-direction: column;
    }
    .sec_wrap_card_11 .sponsor_card_wrap:nth-of-type(3) {
        border-image-source: none !important;
        border: none;
        border-bottom: 0;
    }
    .sec_wrap_card_11 .sponsor_card_wrap:nth-child(3) {
        border-bottom: 0;
    }
    .common_tit_sec11 {
        height: auto;
        letter-spacing: 0px;
        font-size: 30px;
        line-height: 1.2;
    }
    .sponsor_card:nth-child(2) img {
        width: 200px;
    }
    .sponsor_card img {
        width: 200px;
        height: auto;
        margin: 0 auto;
        filter: grayscale(100%);
    }
    .sec_wrap_card_11 {
        gap: 30px;
        margin: revert;
    }

    .sto_footer {
        flex-direction: column;
        gap: 17px;
    }
    .sto_footer_logo {
        height: 35px;
    }

    .gap_14 {
        padding: 30px 30px 30px 30px;
    }
    .gap_15 {
        padding: 30px 30px 30px 30px;
    }
    .gap_16 {
        padding: 30px 30px 30px 30px;
    }
    .gap_17 {
        padding: 60px 0 60px 0;
    }
    

    /* CONTACTS */
    .map_card_wrap {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    .map_info li {
        width: 100%;
        font-size: 18px;
        letter-spacing: 0px;
        padding: 15px 20px;
        text-decoration: none;
    }
    .phon_txt{
        width: auto;
        font-size: 23px;
        letter-spacing: 0px;
    }
    .map_img {
        height: auto;
        border: 1px solid #aeaeae;
    }
    .map_txt {
        font-size: 23px;
    }

    /* FOOTER */
    .footer_wrap_card {
        padding: 60px 0 100px 0;
    }
    .sec_wrap_card_12 {
        padding: 0 30px;
        gap: 30px;
    }
    .sto_footer_sns {
        gap: 30px;
    }
    .sto_footer_info {
        gap: 42px;
    }
    .sns_name {
        /* width: 30px; */
        width: 100%;
    }
    .gap_18 {
        padding: 80px 0 130px 0;
    }
    .gap_11 {
        padding: 0 0 0 0;
    }

    .hov_item {
        height: 350px;
    }
    .hov_description {
        padding: 0 20px 20px 20px;
    }
    .hov_item:nth-child(1) {
        grid-column: span 2;
    }
    .hov_item:nth-child(2) {
        grid-column: span 2;
    }
    .hov_item:nth-child(4) {
        grid-column: span 2;
    }
}