z@charset "euc-kr";

/*** !!!!!!!!!!ÇÊ¼ö!!!!!!!!!! ***/
body{line-height:normal !important;}
#quick-menu{display:none;}

/* °øÅë */
.container{text-align:center; position:relative}
.event_iframe_wrap{width:1108px; margin:0 auto;}

/* ¸ÞÀÎVisual Banner */
.main_visual {position:relative; width:100%; min-width:1200px; height:905px; overflow:hidden; margin:0 auto; text-align:center; z-index:5; pointer-events:none;}
.main_visual .list_visual_box .list_visual {position:absolute; top:0; left:50%; margin-left:-960px; overflow:hidden; width:1920px; height:905px; min-width:1200px;}
.main_visual .list_visual_box .list_visual li {float:left;}

/*ÄÁÅÙÃ÷*/


/* °íÁ¤ ¹è³Ê */
.fix_banner{position:fixed; bottom:250px; right:45%; margin-right:-735px; z-index:999;}
/* .fix_banner.fixed a {position:fixed; top:50%; margin-top:-110px;} */
/*.fix_banner a{display:block; width:271px; height:72px; margin-bottom:7px;}

/* ÇÏ´Ü ÀÌ´Ï¼È */
.copyright_sig {width:1100px; margin:0 auto; padding:10px 0 20px; color:#777; text-align:right;}

/* top */
.top_page {position:fixed; bottom:100px; right:50%; margin-right:-735px; z-index:999; display:none;}
.top_page span{display:block; cursor:pointer;}


.cta-button {
    width: calc(100% - 40px);
    max-width: 908px;
    margin: 16px auto 32px;
    padding: 28px 24px 26px;
    background: #0B2A4F;
    color: #ffffff;
    border: none;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(11, 37, 69, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    cursor: pointer;
}

.cta-button-title {
    margin: 0;
    color: #f8f4ee;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
}

.cta-button-sub {
    margin: 0;
    color: #f28c38;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}


.inquiry-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.inquiry-modal.active {
    display: flex;
}

