/* =============================== 레이아웃 =============================== */
div#container {
    position: relative;
    padding-top: 170px; 
    background: none;
}
.inner-layer{
    max-width: 1300px;
    margin: 0 auto;
}


/* 공통::헤더 */
#header{
    overflow: hidden;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 170px;
}
.header-wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 110px;
}

.header-logo > a{
    display: block;
    width: 456px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../image/common/header_logo_new.png');
    text-indent: -9999px;
}

.util-menu-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.dday-wrap {
    flex-shrink: 0;
    text-align: center;
    line-height: 1;
    border-radius: 50px;
    background-image: url('../image/common/bg_dday.png');
    background-size: cover;
}
.dday-wrap .dday-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 10px 30px;
}
.dday-wrap .dday {
    margin-bottom: 2px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #fff;
}
.dday-wrap .today {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.dday-wrap img{
    animation: shake 3s infinite ease-out;  
}
@keyframes shake{
    0%{
        transform: rotate(0deg);
    }
    85%{
        transform: rotate(-3deg);
    }
    87.5%{
        transform: rotate(3deg);
    }
    90%{
        transform: rotate(-2deg);
    }
    92.5%{
        transform: rotate(2deg);
    }
    95%{
        transform: rotate(-1deg);
    }
    97.5%{
        transform: rotate(1deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

.util-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.util-menu li > a{
    padding: 7px 15px;
    border-radius: 20px;
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
    background-color: #3c445e;
    color: #fff;
}

/* 공통::GNB */
#gnb{
    position: relative;
    text-align: center;
}
#gnb::after{
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    background-color: #0f1a51;
}
#gnb::before{
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    background-color: #ffff;
}
.gnb{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.gnb > li {
    flex: 1;
}
.gnb > li > a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    letter-spacing: -0.5px;
    transition: 0.3s ease;
}
.gnb > li > ul{
    width: 100%;
    height: calc(100% - 65px);
    padding: 10px 0;
    transition: 0.3s ease;
    box-sizing: border-box;
}
.gnb > li > ul > li > a{
    display: block;
    padding: 10px;
    font-size: 17px;
    box-sizing: border-box;
}

#header.active .gnb > li:hover > a {
    background-color: #f58752;
}
#header.active .gnb > li:hover ul {
    background-color: #fff4ef;
}
.gnb > li > ul > li > a:hover {
    color: #f58752;
    font-weight: 700;
}

/**/
.hosted-wrap { 
    border-top: 1px solid #dadada; 
    border-bottom: 1px solid #dadada; 
}
.hosted-wrap .inner-layer{
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hosted-wrap dl { 
    display: flex;
    align-items: center;
    gap: 30px;
    width: 50%;
}
.hosted-wrap dt { 
    flex-shrink: 0;
    font-size: 17px; 
    font-weight: 500; 
}
.hosted-wrap ul { 
    display: flex;
    align-items: center;
    gap: 20px;
}

/**/
.sponsor-wrap { 
    padding-top: 20px;
    padding-bottom: 40px;
}
.sponsor-wrap .title {
    font-size: 17px; 
    font-weight: 500; 
}
.sponsor-list { 
    position: relative; 
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}
.sponsor-list dt {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px; 
    height: 46px;
    font-size: 18px;
    font-weight: 500; 
    background-repeat: no-repeat; 
    background-position: left top;
    color: #fff; 
}
.sponsor-list dt { 
    background-image: url('/image/main/sponBnr_bg_zeus.png');
}
.sponsor-list dd { 
    position: relative;
    width: calc(100% - 200px); 
}
.sponsor-rolling  {
    padding: 0 40px;
}
.sponsor-list dd a { 
    display: block;
}
.sponsor-list dd img {
    margin: 0 auto;
}
.sponsor-list .slick-arrow{ 
    position:absolute; 
    top: 0; 
    width: 20px; 
    height: 100%;
    border: 0;
    text-indent: -9999px;
}
.sponsor-list .slick-prev { 
    left: 0; 
    background: url('/image/common/spon_prev.png') center center no-repeat; 
}
.sponsor-list .slick-next { 
    right: 0; 
    background: url('/image/common/spon_next.png') center center no-repeat;
}

.sponsor-list.hercules dt { 
    background-image:url('/image/main/sponBnr_bg_hercules.png');
}

p#goTop { z-index:80; position:fixed; bottom:160px; left:50%; margin-left:750px; width:55px; height:55px; }
p#goTop a { background-color:#2c344b; border-radius:50%; }
p#goTop a,
p#goTop img { display:block; width:100%; }

/* Footer */
#footer { 
    position: relative;  
    padding: 50px 0; 
    background-color: #2c344b;
}
#footer .title { 
    margin-bottom: 20px; 
    font-size: 16px; 
    color: #fff;
}
#footer a {
    color: #828b9d;
}
#footer ul li { 
    font-size: 15px; 
    line-height: 1.6;
    color: #828b9d;
}
#footer ul li:last-child{
    margin-top: 40px;
}

#footer ul li:has(p) {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}
#footer ul li p:has(span){
    display: flex;
}
#footer ul li p {
    position: relative;
}
#footer ul li p::before{
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #828b9d;
}
#footer ul li p:first-child::before{
    display: none;
}

/* =============================== 서브 =============================== */
/* 서브::비주얼 */
@keyframes visualTextUp{
	from {opacity: 0; -webkit-transform:translateY(10px); transform:translateY(10px); }
	50%{ opacity: 0.4; }
	to { opacity: 1; -webkit-transform:translateY(0px); transform:translateY(0px); }
}
.sub-visual{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 228px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1920px auto;
    background-image: url('../image/sub/bg_subvisual.png');
}
.sub-visual-con{
    width: 100%;
}

/* Contents */
div.contents { 
    width: 1300px; 
    margin: 0 auto; 
    padding: 50px 0; 
    text-align: justify;
}
h2.pageTit { 
    width: auto;
    height: auto;
    text-align: center;
    border: 0;
    margin-bottom: 30px;
}
h2.pageTit span {
    border: 0;
    font-size: 32px;
    line-height: 1;
}
.subTit { 
    margin: 50px 0 10px; 
    padding: 0;
    padding-left: 20px;
    font-size: 24px; 
    line-height: 1.2;
    font-weight: bold; 
    background: url('../image/common/subTit_new.png') no-repeat left top; 
}

/* 서브::LNB */
.sub-menu-wrap{
    background-color: #f8f8f8;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.sub-menu-list{
    display: flex;
}
.sub-menu-list > li{
    flex: 1;
}
.sub-menu-list > li > a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 60px;
    border-bottom: 5px solid transparent;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    transition: 0.3s ease;
}
.sub-menu-list > li.on > a,
.sub-menu-list > li:hover > a{
    color: #c1262b;
}
.sub-menu-list > li.on > a {
    border-color: #c1262b;
}


/* 준비중 */
div.ing {
    padding: 100px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
div.ing img { 
    display: block; 
    margin: 0 auto 30px;
}