/* 230908 ¼öÁ¤ */
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* »ó´Ü Ç®ÆäÀÌÁö ÆË¾÷ - Ãß¼®´ëÃ¥¾È³» ¹× ¼­¸®Ç® Æä½ºÆ¼¹ú È«º¸ */
#main_top_notice {
    display: none;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main_top_notice.show {
    display: block;
}

#main_top_notice a {
    cursor: pointer;
}

#main_top_notice .seoripul_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main_top_notice .seoripul_wrap .seoripul_bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
}

#main_top_notice .seoripul_wrap .seoripul_bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

#main_top_notice .seoripul_wrap .seoripul_bg img {
    display: block;
    width: 100%;
    height: 100%;
}

#main_top_notice .seoripul_wrap .seoripul_bg iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.video-background {
    background: #000;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.video-foreground, .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/*
@media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height:300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width:300%;
        left: -100%;
    }
}
*/

#main_top_notice .seoripul_wrap .thanks_giving {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

#main_top_notice .seoripul_wrap .thanks_giving.hide {
    display: none;
}

#main_top_notice .seoripul_wrap .thanks_giving a {
    display: block;
    width: 100%;
    cursor: pointer;
}

#main_top_notice .seoripul_wrap .thanks_giving a img {
    display: block;
    width: 100%;
}

#main_top_notice .seoripul_wrap .thanks_giving a img.img_tablet {
    display: none;
}

#main_top_notice .seoripul_wrap .thanks_giving a img.img_mobile {
    display: none;
}

#main_top_notice .seoripul_wrap .thanks_giving + a.logo_seocho {
    top: 180px;
}

#main_top_notice .seoripul_wrap .thanks_giving.hide + a.logo_seocho {
    top: 30px;
}

#main_top_notice .seoripul_wrap a.logo_seocho {
    position: absolute;
    left: 30px;
    top: 30px;
    display: block;
    width: 179px;
    z-index: 1001;
}

#main_top_notice .seoripul_wrap a.logo_seocho img {
    display: block;
    width: 100%;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner {
    width: 100%;
    max-width: 1360px;
    margin: -100px auto 0 auto;
    text-align: center;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner h2 {
    display: block;
    width: 630px;
    margin: 0 auto;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner h2 img {
    max-width: 100%;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner p {
    color: #fff;
    text-align: center;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner p.seoripul_schedule {
    margin-top: 14px;
    font-family: 'GmarketSansBold';
    font-size: 24px;
    font-weight: bold;
    color: #f7c100;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner p.seoripul_text {
    margin-top: 10px;
    font-family: 'GmarketSansMedium';
    font-size: 15px;
    font-weight: 500;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link {
    display: inline-block;
    margin-top: 20px;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}
/* 230908 ¼öÁ¤ */
#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li {
    float: left;
    width: 160px;
    height: 160px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 230908 ¼öÁ¤ */
#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 105px 10px 0px;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: 50% 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li a:hover {
    border: 1px solid #ed0182;
    background-color: #ed0182;
}
/* 230908 ¼öÁ¤ */
#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li.seoripul_link_1 a {
    background-image: url('/html/seoripulFestival2025/images/icon_seoripul_1.png');
}
/* 230908 ¼öÁ¤ */
#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li.seoripul_link_2 a {
    background-image: url('/html/seoripulFestival2025/images/icon_seoripul_2.png');
}
/* 230908 ¼öÁ¤ */
#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li.seoripul_link_3 a {
    background-image: url('/html/seoripulFestival2025/images/icon_seoripul_3.png');
}
/* 230908 ¼öÁ¤ */
#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li.seoripul_link_4 a {
    background-image: url('/html/seoripulFestival2025/images/icon_seoripul_4.png');
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_d_day {
    position: relative;
    display: block;
    width: 124px;
    height: 40px;
    margin: 20px auto 0px;
    padding: 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: bold;
    line-height: 100%;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_d_day:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 100%;
    background: url('/images/seocho_2018/seoripul2019/bg_dday_left.png') no-repeat 50% 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_d_day:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
    height: 100%;
    background: url('/images/seocho_2018/seoripul2019/bg_dday_right.png') no-repeat 50% 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

#main_top_notice .btn_scroll_tn {
    position: absolute;
    left: 50%;
    bottom: 36px;
    display: block;
    width: 221px;
    height: 64px;
    margin-left: -110px;
    background: url('/html/seoripulFestival2025/images/icon_scroll_homepage.png') no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    text-indent: -9999px;
}

#main_top_notice .btn_hide_tn {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: inline-block;
    height: 19px;
    padding-right: 28px;
    background: url('/images/seocho_2018/seoripul2019/btn_hide_tn.png') no-repeat right top;
    font-size: 14px;
    color: #fff;
    text-align: right;
    line-height: 120%;
	font-size:18px;
}

@media (max-width: 1360px) {
    #main_top_notice .seoripul_wrap .thanks_giving + a.logo_seocho {
        top:120px;
    }

	#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content {
		vertical-align: middle;	
	}

    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner h2 {
        width: 555px;
    }
    /* 230908 ¼öÁ¤ */
    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner p.seoripul_schedule {
        margin-top: 10px;
        font-size: 22px;
        letter-spacing: -0.5px;
    }
    /* 230908 ¼öÁ¤ */
    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner p.seoripul_text {
        margin-top: 5px;
        font-size: 16px;
    }

    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link {
        margin-top: 10px;
    }

    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li {
        width: 140px;
        height: 130px;
    }
    /* 230908 ¼öÁ¤ */
    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li a {
        padding: 85px 10px 0px;
        background-position: 50% 22px;
        -webkit-background-size: 50px 50px;
        background-size: 50px 50px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    #main_top_notice .seoripul_wrap .thanks_giving a img.img_pc {
        display:none;
    }

    #main_top_notice .seoripul_wrap .thanks_giving a img.img_tablet {
        display: block;
    }

    #main_top_notice .seoripul_wrap .thanks_giving + a.logo_seocho {
        top: 80px;
    }

    #main_top_notice .seoripul_wrap a.logo_seocho {
        left: 20px;
        top: 20px;
        width: 100px;
    }

    #main_top_notice .seoripul_wrap .thanks_giving.hide + a.logo_seocho {
        top: 20px;
    }

    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner h2 {
        width: 400px;
    }

    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_d_day {
        height: 30px;
        margin: 5px auto 0px;
        padding: 5px;
        font-size: 18px;
    }
    /* 230908 ¼öÁ¤ */
    /* #main_top_notice .btn_scroll_tn {
        width: 221px;
        height: 64px;
        margin-left: -110px;
    } */

    #main_top_notice .btn_hide_tn {
        right: 20px;
        bottom: 20px;
        font-size: 13px;
    }
}

@media (max-width: 639px) {

/*
    .video-foreground {
        display:none;
    }

    .seoripul_bg_img {
        display: block;
    }
*/

    #main_top_notice {
        height: 550px;
    }

    #main_top_notice .seoripul_wrap .thanks_giving a img.img_tablet {
        display: none;
    }

    #main_top_notice .seoripul_wrap .thanks_giving a img.img_mobile {
        display: block;
    }

    #main_top_notice .seoripul_wrap .thanks_giving + a.logo_seocho {
        top: 70px;
    }

	#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner {
		width: 100%;
		max-width: 1360px;
		margin:0 auto;
		text-align: center;
	}

    /* 230908 ¼öÁ¤ */
    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner h2 {
        width:330px;
    }

    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link {
        padding: 0px 10px;
    }

    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li {
        width: 50%;
        height: 60px;
        padding: 2px;
    }
    /* 230908 ¼öÁ¤ */
    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner p.seoripul_schedule{
        margin-top: 5px;
        font-size: 20px;
    }
    /* 230908 ¼öÁ¤ */
    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li a {
        padding: 17px 15px 17px 43px;
        background-position: 15px 50%;
        -webkit-background-size: 22px 22px;
        background-size: 22px 22px;
        text-align: left;
    }
    /* 230908 ¼öÁ¤ */
    #main_top_notice .btn_hide_tn {
        right: 10px;
        bottom: 12px;
        font-size: 11px;
        letter-spacing: -1px;
        line-height: 170%;
    }
    /* 230908 ¼öÁ¤ */
    #main_top_notice .btn_scroll_tn{
        bottom:12px;
        width:163px;
        height:47px;
        margin-left:-81px;
    }
}

@media (max-width: 480px) {
    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner h2 {
        width:300px;
    }
    /* 230908 ¼öÁ¤ */
    #main_top_notice .btn_scroll_tn{
        bottom:30px;
        width:163px;
        height:47px;
        margin-left:-81px;
    }
}

/* ·¹ÀÌ¾îÆË¾÷ */
#layer_popup {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#layer_popup.show {
    display: block;
}

#layer_popup .layer_popup_window {
    position: relative;
    width: 500px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
    overflow: hidden;
}

#layer_popup .layer_popup_window .layer_img_wrap {
    width: 100%;
}

#layer_popup .layer_popup_window .layer_img_wrap a, #layer_popup .layer_popup_window .layer_img_wrap a img {
    display: block;
    width: 100%;
}

#layer_popup .layer_popup_window .layer_img_wrap a img.img_mobile {
    display: none;
}

#layer_popup .layer_popup_window a.btn_close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,0.4) url("/images/seocho_2018/seoripul2019/btn_close.png") no-repeat 50% 50%;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
}

#layer_popup .layer_popup_window a.btn_close:hover {
    background-color: rgba(0,0,0,0.75);
}

@media (max-width: 639px) {
    #layer_popup {
        right:10px;
    }

    #layer_popup .layer_popup_window {
        width: 100%;
    }

    #layer_popup .layer_popup_window a.btn_close {
        width: 29px;
        height: 29px;
    }

    #layer_popup .layer_popup_window .layer_img_wrap a img.img_pc {
        display: none;
    }

    #layer_popup .layer_popup_window .layer_img_wrap a img.img_mobile {
        display: block;
    }
}

/* [¼öÁ¤] 230912 : ¼­¸®Ç® Å×ºí¸´ °¡·Î¸ðµå ¿À·ù */
@media (max-width:1280px) and (orientation: landscape){

    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner{
        margin:-40px auto 0;
    }

	#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner h2{
		width:50%;
        height: auto;
        padding-top:17%;
        background: url(/html/seoripulFestival2026/images/festival_logo_2026_wide.png) no-repeat center center;
        background-size:contain;
	}
    #main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner h2 img{
        display: none;
    }

	#main_top_notice .btn_scroll_tn{
		bottom:15px;
	}

	#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li{
		height: 120px;
	}

	#main_top_notice .seoripul_wrap .seoripul_content_wrap .seoripul_content .seoripul_inner .seoripul_link li a{
		padding: 75px 10px 0px;
		background-position: 50% 18px;
		background-size: 45px 45px;
	}

}