@charset "utf-8";
html,body {font-family: 'NotoKrR';width: 100%;font-weight: 400;}
body { overflow-y: visible; overflow-x: hidden; }
.site-header{    position: fixed;    top: 0;         z-index: 10;    width: 100%;}
.site-header .header-inner{position: relative;z-index: 999;height: 100px;margin: 0 auto;display: flex;align-items: center;background: #fff;justify-content: space-between;}
.site-header .logo{margin-left: 90px; position: relative;z-index: 9;}
.site-header .logo img{ height:70px; display:block; }
.site-header .gnb{width: 100%;text-align: center;position: absolute;top: 0px;height: 100px;}
.site-header .gnb > ul{display: flex;list-style: none;margin: 0;padding: 0;justify-content: center;}
.site-header .gnb > ul > li > a{  display:block; padding:40px 30px; font-weight:800; font-size:19px;  color:#111; text-decoration:none; font-family: 'KOHINanum_Bold';  transition: ease-in-out 0.2s;}
.site-header .gnb > ul > li > a:hover{color: #476188;transition: ease-in-out 0.2s;}
/* ========== 메가메뉴: 풀폭 배경판 ========== */
.site-header .gnb::before{content: "";position: absolute;left: 0;width: 100%;top: -280px;height: 280px;background: rgb(78 128 151 / 68%);z-index: 1;}
/* 호버 시 적용될 상태값 */
.site-header .gnb.open::before { top: 100px; }
.site-header .gnb.open .submenu { top: 0px; }
.site-header .mobile-gnb .submenu ul {gap: initial;text-align: left;}
.site-header .mobile-gnb{width: 100%;text-align: center;position: absolute;top: 100px;height: 100px;text-align: left;z-index: 100;}
.site-header .mobile-gnb > ul{display: flex;list-style: none;margin: 0;padding: 0;justify-content: center;flex-direction: column;}
.site-header .mobile-gnb > ul > li > a{display: block;padding: 20px 0;font-weight: 800;font-size: 19px;color: #fff;text-decoration: none;font-family: 'KOHINanum_Bold';transition: ease-in-out 0.2s;background: #186ea7;padding-left: 20px;}
.site-header .mobile-gnb .submenu ul li a{color: #333;display: block;padding: 20px;font-size: 16px;}
.site-header .mobile-gnb .submenu a::after {position: absolute;content: '';display: block;border-bottom: inherit;transition: 250ms ease-out;left: auto;right: 0;width: 0;}
.site-header .mobile-gnb .submenu{background-color: #fff;height: initial;padding: inherit;}
.site-header .mobile-gnb{background-color: #476188;display: none;}


.site-header .submenu{position:relative;top:-400px;height:235px;color:#fff;text-align:center;z-index:1;padding:20px 0px;border-left:1px solid #ffffff59;display:none;}
.site-header .submenu ul{list-style:none;display:flex;flex-direction:column;gap:20px;}
.site-header .submenu a{color:#fff;text-decoration:none;font-size:15px;display:inline-block;font-family:'NotoKrM';position:relative;transition:ease-in-out 0.2s;}
.site-header .submenu a:hover{transition:ease-in-out 0.2s;color:#f8ff39;}
.site-header .submenu a:hover::after{position:absolute;width:100%;left:0;right:auto;transition:ease-in-out 0.2s;}
.site-header .submenu a::after{position:absolute;content:'';display:block;border-bottom:1px solid #f8ff39;transition:250ms ease-out;left:auto;right:0;width:0;}
.site-header .has-sub{display:inline-block;}
.site-header .gnb ul .has-sub:last-child .submenu{border-right:1px solid #ffffff59;}
.site-header .bg_bk{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / 16%);z-index:40;}

.site-header .sitemap-link{font-size:0;margin-left:24px;width:100px;height:100px;display:inline-flex;align-items:center;justify-content:center;background:#186ea7;text-decoration:none;transition:background-color 240ms cubic-bezier(.22,.61,.36,1),transform 120ms cubic-bezier(.2,.7,0,1);will-change:background-color,transform;}

.site-header .ham_mo{margin-left:24px;width:100px;height:100px;align-items:center;justify-content:center;background:#ffffff;display:none;}
.site-header .sitemap-link:focus-visible{outline:2px solid #92b4ff;}
.site-header .sitemap-link:hover,.site-header .sitemap-link:focus-visible{background:#5b9ab7;}
.site-header .sitemap-link img{display:block;filter:none!important;pointer-events:none;}
.site-header .ham_mo img{filter:brightness(0);}
.site-header .ham_mo{position:relative;cursor:pointer;border-radius:10px;}
.site-header .ham_mo img{transition:opacity .2s ease;}
.site-header .ham_mo.is-open img{opacity:0;}
.site-header .ham_mo::before, .site-header .ham_mo::after{content:"";position:absolute;width:24px;height:2px;background:#0e2c44;border-radius:2px;left:50%;top:50%;transform-origin:center;opacity:0;transform:translate(-50%,-50%) rotate(0deg) scaleX(0);transition:opacity .2s ease,transform .2s ease;pointer-events:none;}
.site-header .ham_mo.is-open::before{opacity:1;transform:translate(-50%,-50%) rotate(45deg) scaleX(1);}
.site-header .ham_mo.is-open::after{opacity:1;transform:translate(-50%,-50%) rotate(-45deg) scaleX(1);}
.site-header .mobile-gnb{display:none;}
@media (max-width:1600px){
    .site-header .logo img{height:50px;display:block;}
    .site-header .logo{margin-left:20px;}
    .site-header .gnb>ul>li>a{font-size:17px;padding:40px 20px;}}
@media (max-width:1200px){.site-header .gnb>ul>li>a{        font-size: 17px;       padding: 40px 13px;}}
@media (max-width:1000px){
.site-header .ham_mo{display:inline-flex;}
.site-header .gnb{top:0;}
.site-header .submenu{top:-400px;}


.site-header .sitemap-link img{display:none;}



.site-footer .sitemap-link{

}
.site-header .sitemap-link{display: none;}


}




.wrap_center {  max-width: 1920px;  margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;}
    .gnb_wrap{        margin: 0 auto;    }
.wrap { width: 1240px; margin: 0 auto; }
.cul_box ul li a, .photo_box ul li a { display: block; width: 100%; height: 100%; }

.menu-icon { display: none; font-size: 24px; cursor: pointer; }
.actions { display: flex; align-items: center; }
.actions a, .actions .countdown { margin-left: 30px; color: #fff; font-size: 18px; padding: 30px 0; }
.actions .countdown { font-family: 'BlackHanSans-Regular'; font-size: 25px; width: 120px; text-align: center; line-height: 50px; height: 80px; display: inline-block; padding: 17px 10px; color: #fff; background: linear-gradient(to right, #339a22 0%, #23834d 90%, #23834d 100%); transform: skew(-20deg); box-sizing: border-box; position: absolute; z-index: 1; right: 340px; }
.actions .big_cd { font-size: 25px; }
.actions .countdown *, .actions .small_cd * { display: inline-block; transform: skew(20deg); }
.actions .head_rtop a { font-weight: bold; }
.actions .head_rtop { background-color: #083276; height: 80px; line-height: 80px; width: 390px; text-align: center; position: relative; }
.actions .head_rtop img { margin-right: 10px; }

.new_page_icon{
    width: 10px;
    height: 10px;
    margin-left: 3px;
    margin-bottom: 4px;
    opacity: .5;
    display: none;
}


.mo_actions { display: flex; background-color: #23834d; align-items: center; flex-direction: row; justify-content: space-between; }
.mo_actions .head_rtop a:last-child { margin-right: 20px; }
.mo_actions a, .mo_actions .countdown { color: #fff; font-size: 16px; padding: 30px 10px; }
.mo_actions .countdown { font-family: 'BlackHanSans-Regular'; font-size: 25px; text-align: center; line-height: 50px; height: 80px; display: inline-block; padding: 17px 20px; color: #fff; background: linear-gradient(to right, #339a22 0%, #23834d 90%, #23834d 100%); box-sizing: border-box; }
.mo_actions .head_rtop a { font-weight: bold; }
.mo_actions .head_rtop { background-color: #23834d; height: 80px; line-height: 80px; text-align: center; }
.mo_actions .head_rtop img { margin-right: 10px; }
.slide_slick { background-color: #fff; background-size: cover; overflow: hidden; height: 770px; }
.slider-container { display: flex; justify-content: center; align-items: center; height: 770px; }
.left-slider { width: 100%; height: 770px; }
.left-slider img { width: 100%; height: 100%; object-fit: cover; position: relative; display: block; left: -140px; }
.main-slick, .main-slick .slick-list, .main-slick .slick-track, .main-slick .slick-slide, .main-slick .slick-slide>div { height: 100%; }
.center-fixed { position: absolute; top: 260px; }
.bannerBox .bannerBox_inner { width: 100%; max-width: 1600px; margin: 0 auto; }
.bannerBox .bannerBox_inner .bannerText { color: #fff; font-size: 75px; font-family: 'BlackHanSans-Regular'; max-width: 760px; line-height: 50px; height: 190px; }
.bannerBox .bannerBox_inner .spe_text_col{
    color: #ffeb00;
    text-shadow: 1px 1px 10px #000000a8;
}

.bannerBox .bannerBox_inner .bannerText.hc_bannerText { color: #fff; font-size: 75px; font-family: 'BlackHanSans-Regular'; max-width: 950px; line-height: 50px; height: 190px; }
.title_wrap { display: flex; flex-direction: row; align-content: flex-start; align-items: flex-end; flex-wrap: nowrap; }
.sub_banner { font-family: 'NanumMyeongjoBold'; font-size: 30px; display: inline-block; margin-left: 20px; margin-bottom: 20px; }
.btm_banner { font-size: 22px; font-family: 'NotoKrR'; font-weight: bold; }
.btm_banner.btm_date { margin-right: 30px; }
.slide_logo { width: 220px; margin-right: 40px; }
.custom-nav { margin-top: 60px; display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; flex-direction: row; gap: 20px; }
.progress-bar { height: 4px; background: #ffffff7a; width: 18%; position: relative; }
.progress-fill { background: #f4a005; height: 100%; width: 30%; transition: 0.5s ease; border-radius: 2px; }
.nav-controls { display: flex; align-items: center; justify-content: flex-start; gap: 10px; font-size: 14px; color: #444; z-index: 555; }
.nav-controls .page-index { min-width: 40px; font-size: 16px; font-family: 'NotoKrR'; color: #ffffff71; margin-left: 15px; }
.page-index { color: #ffffff7d; font-size: 16px; }
.point_cl { color: #fff; font-size: 24px; vertical-align: 7px; }
.nav-controls button { background-color: #00000075; border: none; border-radius: 50%; width: 45px; height: 45px; cursor: pointer; background-image: url('/images/GoseongDanghangpo/common/icon_left.PNG'); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.nav-controls .prev-btn { transform: scaleX(1); }
.nav-controls .next-btn { transform: scaleX(-1); }
.toggle-btn { background-color: #00000075; border: none; border-radius: 50%; width: 45px; height: 45px; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-size: 60%; }
.toggle-btn.stop { background-image: url('/images/GoseongDanghangpo/common/icon_stop.PNG'); }
.toggle-btn.play { background-image: url('/images/GoseongDanghangpo/common/icon_play.PNG'); }
.mgt_80 { margin-top: 80px; }
.pdb_80 { padding-bottom: 80px; }
.max1200 { max-width: 1200px; margin: 0 auto; }
.content_main_wrap { position: relative; width: 100%; z-index: 9; }
.content_main_wrap .rt_img { position: absolute; z-index: 1; right: 140px; top: -66px; width: 286px; height: 239px; background: url(/images/GoseongDanghangpo/bg/r_top.PNG) center center / contain no-repeat; max-width: 40vw; pointer-events: none; }
.content_main_wrap .lb_img { position: absolute; z-index: 1; left: 0; width: 100%; height: 548px; bottom: 0; background: url(/images/GoseongDanghangpo/bg/l_btm.PNG); background-repeat: no-repeat; background-position: left bottom; }
.content_main_wrap .rb_img { position: absolute; z-index: 1; right: 0; width: 100%; height: 358px; bottom: 0; background: url(/images/GoseongDanghangpo/bg/r_btm.PNG); background-repeat: no-repeat; background-position: right bottom; }
.up_bg { position: absolute; width: 100%; z-index: -1; top: -256px; background-color: #555; width: 100%; height: 350px; background: url('/images/GoseongDanghangpo/bg/main_bg.png') center -171px / cover no-repeat; }
.contwrap { padding: 20px 20px; z-index: 1; position: relative; }
.con_title { font-size: 40px; font-family: 'BlackHanSans-Regular'; display: block; font-weight: lighter; color: #1d1d1d; margin: 25px 0; }
.con_title .blue_txt { color: #083276; }
.more_btn { float: right; }
.sports_grid { display: flex; flex-wrap: wrap;     justify-content: flex-start; gap: 12px;  margin: 0 auto; }
.sport_name { font-size: 18px; font-weight: bold; color: #000; margin-bottom:5px;}
.sports_item {  width: calc(100% / 10 - 11px); height: 110px; background-color: #f4f4f4; border-radius: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 16px; color: #083276; transition: background 0.3s; text-align: center; }
.sports_item.active { background-color: #083276; }
.sports_item.active { background-color: #083276; }
.sports_item.active .sport_name { color: #fff !important; margin-bottom: 5px;}
.sports_item.active img { filter: brightness(0) invert(1) !important; }
.sports_item:hover { background-color: #083276; }
.sports_grid>a:hover .sport_name {color: #fff !important; margin-bottom: 5px;}
.sports_grid>a:hover img { filter: brightness(0) invert(1) !important; }
.sports_item img {width: 44px; height: 60px; margin-bottom: 0; }

.flex_box { display: flex; justify-content: space-between; }
.left_box { flex: 1; margin-right: 50px; }
.right_box { flex: 1; }
.in_list_box { border-top: 1px solid #818082; }
.noti_title li { border-bottom: 1px solid #e1dfdf; font-size: 18px; }
.noti_title li a { display: block; font-weight: 500; display: flex; padding: 30px 0 25px 0; justify-content: space-between; }
.noti_title li span.date { font-size: 15px; color: #888; float: right; text-decoration: dotted; }
.noti_title li span.els_txt { max-width: 84%; word-wrap: break-word; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: inline-block; letter-spacing: -0.04rem; }

ul.noti_title li { position: relative; padding-left: 20px; }
ul.noti_title li::before { content: ''; position: absolute; left: 10px; top: 40px; width: 6px; height: 6px; background-color: #999; border-radius: 50%; }
.photo_box ul { display: flex; gap: 25px; justify-content: center; padding: 0; list-style: none; margin: 0 auto; max-width: 100%; flex-direction: row; }
.photo_box ul li { flex: 1; border-radius: 20px; width: calc(100% / 2 - 11px); height: 100%; overflow: hidden; }
.photo_box ul li img { width: 100%; object-fit: cover; display: block; height: 330px; border-radius: 20px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; transform: scale(1.0, 1.1); -webkit-transform: scale(1.0, 1.1); -moz-transform: scale(1.0, 1.1); -ms-transform: scale(1.0, 1.1); }
.photo_box ul li :hover img { transform: scale(1.1, 1.2); -webkit-transform: scale(1.1, 1.2); -moz-transform: scale(1.1, 1.2); -ms-transform: scale(1.1, 1.2); }
.noti_title li a .els_txt { display: inline-block; position: relative; transition: ease-in-out 0.2s; color: #000; }
.noti_title li a .els_txt::after { content: ''; position: relative; display: block; bottom: 0px; left: 13px; margin-top: 4px; right: 0; width: 0; height: 2px; background-color: #083276; transition: 0.3s ease-in-out; overflow: hidden; }
.noti_title li a:hover .els_txt { color: #083276; }
.noti_title li a:hover .els_txt::after { left: 13px; right: 13px; height: 2px; width: 100%; }
.middle_wrap { position: relative; height: 100%; }
.cul_box ul li { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.cul_box ul li:hover { transform: translateY(-15px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
.cul_box_left { flex: 1.3; display: flex; flex-wrap: wrap; align-content: space-between; justify-content: flex-start; margin: 60px 0px; }
.cul_box_left .con_title { color: #fff; font-size: 50px; }
.sub_con_tit { color: #fff; font-size: 18px; font-weight: bold; padding: 20px 0; line-height: 30px; }
.cul_box_left .go_btn { font-family: 'NotoKrR'; padding: 14px 35px; font-weight: bold; font-size: 16px; background-color: #f5a003; border-radius: 50px; color: #000; margin-top: 60px; transition: all 0.3s ease; box-shadow: none; }
.go_btn img { margin-right: 10px; }
.go_btn:hover { background: #ffcf31; }
.btm_wrap { background: url('/images/GoseongDanghangpo/bg/bottom_bg.JPG'); background-repeat: no-repeat; background-size: cover; background-position: center bottom; background-color: #00367e; }
.cul_box { flex: 3; margin-top: 30px; width: 100%; display: flex; justify-content: center; }
.cul_box ul { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; padding: 0; list-style: none; width: 100%; max-width: 1200px; }
.cul_box ul li { width: calc(33.333% - 20px); border-radius: 20px; height: min-content; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; background-color: #fff; box-sizing: border-box; font-family: 'NotoKrR'; }
.cul_box ul li span { display: block; color: #004e9c; font-size: 20px; padding: 20px 0; font-weight: bold; }
.cul_box ul li img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 20px 20px 0 0; }
.cul_box ul li a { text-align: center; }
.lbb_img { background: url(/images/GoseongDanghangpo/sports_sub_img.PNG) center center / contain no-repeat; position: absolute; z-index: 151; left: -350px; width: 100%; height: 303px; top: -130px; background-repeat: no-repeat; background-position: left bottom; }
.lbb_img_hc {background: url(/images/GoseongDanghangpo/hc_sports_sub_img.PNG) center center / contain no-repeat; position: absolute; z-index: 151; left: -350px; width: 100%; height: 303px; top: -130px; background-repeat: no-repeat; background-position: left bottom;}
.botm_btn { height: 95px; background-color: #00000038; display: flex; flex-wrap: wrap; border-radius: 15px; gap: 12px; justify-content: center; margin: 0 auto; border: 1px solid #ffffff49; margin-bottom: 60px; }
.botm_btn ul { display: flex; width: 100%; max-width: 1010px; gap: 40px; align-items: center; justify-content: space-between; }
.botm_btn ul li { flex-direction: column; align-items: center; justify-content: center; }
.botm_btn ul li a { font-size: 18px; color: #fff; font-weight: bold; padding: 10px 0 10px 0; position: relative; display: inline-block; transition: color 0.3s ease; }
.botm_btn ul li a img { margin-right: 10px; }
.botm_btn ul li a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background-color: #fff; transition: width 0.3s ease; }
.botm_btn ul li a:hover::after { width: 100%; }
footer .max1200 { max-width: 1200px; width: 100%; height: 100%; }
.flex_foot { width: calc(100% - 40px); margin: 0 auto; align-content: center; align-items: center; height: 100%; position: relative; font-size: 16px; }

.flex_foot .top_foot .space_l{margin: 0 20px;}
.flex_foot .btm_foot{color: #c7b5ae;}
.flex_foot  .site_map_mo a{color: #d6d6d6; text-decoration:underline; display: none;}
.footerwrap { background-color: #343434; display: block; width: 100%; height: 200px; }
.footerwrap li { color: #d6d6d6; font-size: 18px;display: flex; line-height: 40px; flex-wrap: wrap;}
.footerwrap li img { margin-right: 10px; width:15px; object-fit: contain; }
.top_btn { z-index: 8; cursor: pointer;   line-height: initial; border-radius: 50%; width: 72px; height: 72px; background-color: #000; float: right; text-align: center; font-size: 18px; font-weight: bold; position: absolute; right: 0; top: -35px; }
.top_btn.sitemap_btn { width: 80px; height: 80px; background-color: transparent; float: right; color: #fff; text-align: center; font-size: 18px; font-weight: bold; position: absolute; right: 90px; top: 30px; box-sizing: border-box; border: 1px solid #fff; }
.top_btn.sitemap_btn .site_map { margin-top: 15px; }
.top_btn.sitemap_btn p { display: block; margin-top: 12px; color: #fff; font-size: 16px; }
.top_btn img { margin-top: 14px; margin-right: initial !important; }
.top_btn p { display: block; margin-top: 5px; color: #fff; font-size: 16px;}
.sub-wrap { width: 100%;     margin-top: 100px;}
.sub-wrap .sub-vis { position: relative; padding: 60px 0px; text-align: center; background: url("/images/GoseongDanghangpo/layout/sub-vis.jpg") no-repeat center #004070; background-size: cover; transition: transform 6s ease-in-out; transform: scale(1.0, 1.0); }
.sub-wrap .sub-vis.active { transform: scale(1.1, 1.1); }
.sub-wrap .sub-vis:after { clear: both; content: ""; display: block; }
.sub-wrap .sub-vis .txts { color: #fff; }
.sub-wrap .sub-vis .txts .btxt { font-size: 36px; line-height: 100%; margin-bottom: 10px; font-weight: 900; }
.sub-wrap .menu-dt3 { display: none; }
#container { position: relative; }
#container:after { clear: both; content: ""; display: block; }

.top_all_wrap{width: 100%; background-color: #5b9ab7; line-height: 50px; position: absolute; bottom: 0; z-index:9; height: 50px;}
.top_menu_wrap {  
        display: flex;
    max-width: 1430px;
    margin: 0 auto;
    color: #fff;
    justify-content: space-between;
        padding: 0 0 0 20px;
}
.home-icon {      width: 15px;    height: 15px;    background: url("/GoseongDanghangpo/images/common/icon_home.png") no-repeat center ;    display: inline-block; margin-bottom: -1px;
    }
.share-print .share { position: relative; display: inline-block; vertical-align: middle; display: flex; }
.share-print .share .share-btn { 
   cursor: pointer; position: relative; width: 48px; height: 50px; display: block; background: url("/upload_data/board_data/BBS_0000016/175748093365265.png") no-repeat center #497b92; text-align: center; }
.share-print .print {cursor: pointer; display: inline-block; width: 48px; height: 50px; vertical-align: middle; border-left: 1px solid #5b9ab7; background: url('/upload_data/board_data/BBS_0000016/175748093365450.png') no-repeat center #497b92; }
.snsLinkList { 
    width: 50px;
    height: 200px;
    display: flex;
    position: absolute;
    top: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: initial;

}
.snsLinkList li a { color: transparent; display: inline-block;     width:43px;    height: 43px;}
.snsLinkList li { display: inline-block; margin-bottom:5px;}
.snsLinkFace { background: url('/GoseongDanghangpo/images/common/icon_face.png') no-repeat center; }
.snsLinkTwi { background: url('/GoseongDanghangpo/images/common/icon_snstwit.png') no-repeat center; }
.snsLinkinstar { background: url('/GoseongDanghangpo/images/common/icon_snsinst.png') no-repeat center; }
.snsLinklinks { background: url('/GoseongDanghangpo/images/common/urlIcon-W.png') no-repeat center #9197a7; border-radius:10px;}
.snsLinkClose { background: url('/GoseongDanghangpo/images/common/icon_x.png') no-repeat center; cursor: pointer;  width: 50px; height: 50px;  background-color: #497b92; border-right: 1px solid #5b9ab7;  }

.big_title { font-size: 48px; color: #fff;  font-family: 'Tenada'; text-shadow: 0 0 6px rgba(0, 0, 0, 0.8); position: absolute;     top: 163px;left: 50%; width: 100%; transform: translateX(-50%); line-height: 1.4;}
.space{display: none;}
.top_m_wrap { width: 100%; height: 450px; background-color: #003366; position: relative; text-align: center; background: url('/upload_data/board_data/BBS_0000016/175747653742024.jpg') top center / auto no-repeat; }
.top_m_wrap.hc_m_top_wrap{
    background: url('/GoseongDanghangpo/images/hc_main_slide.JPG') center center / cover no-repeat;
}

.sub-wrap #content-wrap { display: block; max-width: 1430px; margin: 0 auto; position: relative; z-index: 9; padding: 70px 20px; }
.sub-wrap .navi { text-align: right; }
.sub-wrap .navi ul li { 
    color: #fff;
      position: relative;
    padding: 0px 15px;
    display: inline-block;
     
}

.title_line::after {
  content: "";
  display: block;
  height: 5px;
    margin-top: 20px;
  background-image: repeating-linear-gradient(
    to right,
    #d8d8d8 0,
    #d8d8d8 2px,
    transparent 2px,
    transparent 7px
  );
}

.sub-wrap .navi ul li::after { content: ">"; position: absolute; top: 0; right: -3px; font-size: 12px; color: #fff; font-family: 'SUIT-Regular'; transition: ease-in-out 0.2s; }
.sub-wrap .navi ul li:last-child::after { content: initial; }
.sub-wrap .navi ul li:first-child { padding-left: 0px; }
.sub-wrap .navi ul li:last-child { padding-right: 0px; }
.sub-wrap .navi ul li:last-child:before { display: none; }
/* .sub-wrap .navi ul li a { display: block; } */
.sub-wrap .navi ul li a span { font-size: 15px; color: #fff; display: block; font-family: 'NotoKrR';  }
.sub-wrap .navi ul li:last-child a span { color: #fff; font-weight: 600; }
.sub-wrap .title-share-print:after { clear: both; content: ""; display: block; }
.sub-wrap .title-share-print .title {
        font-size: 34px;
    color: #333;
    text-align: center;
   font-family: 'Tenada';
    }
.sub-wrap #content-wrap #contents { min-height: 300px; padding-top: 30px; }

/* 환영사 */
.greet_doc {
    padding-top: 60px;
    padding-bottom: 35px;
    background-color: #f5f7f9;
    border-radius: 20px;
    overflow: hidden;
}
.greet_doc::before {
    position: absolute;
    right: 0px;
    width: 442px;
    height: 341px;
    content: "";
    display: block;
    background: url('/images/GoseongDanghangpo/content_img/gonsu_bg.png') no-repeat center top;
    background-size: 100%;
    z-index: 3;
    bottom: 0px;
}
.greet_doc {
    position: relative;
}
.greet_doc strong{
    color: #000;
}
.greet_doc .doc_top_right .doc_gon_text {
    font-family: 'Vitro_core';
    font-size: 24px;
    color: #000;
    padding-top: 20px;
    letter-spacing: -0.03em;
}
.greet_doc .doc_top_right .doc_gon_text .sm_text {
    color: #083276;
    font-size: 18px;
}
.greet_doc .doc_top_right {
    text-align: center;
    display: inline-block;
    position: absolute;
    right: 90px;
    top: 90px;
}
.greet_doc .doc_top_right img {
    width: 240px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.028));
}
.greet_doc .doc_title {
    font-family: 'Vitro_core';
    font-size: 36px;
    line-height: 1.4;
    color: #000;
}
 .b_spe_text {
    color: #083276;
}
 .g_spe_text {
    color: #339922;
}
.greet_doc .doc_btom {
    padding-top: 50px;
}
.greet_doc .doc_btom .doc_text {
    font-family: 'NotoKrR';
    font-size: 16px;
    line-height: 1.6;
}


/* 대회개요 */

.league_info .league_top_wrap{
    justify-content: space-between;
    display: flex;
}


.league_info .box_btom{
    background-color: tan;
}

.league_info .league_left_box{
    width: 540px;
    margin-right: 40px;

}
.league_info .league_right_box{
    margin-top: 20px;
    flex: 1.2;
}
.league_info .league_left_box img{
    width: 100%;
}
.league_info .cell_top{
    line-height: 1.5;
}
.league_info .cell_btom{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.league_info .mini_tit{
    font-size: 18px;
    color: #afafaf;
}
.league_info .main_tit{
    font-size: 38px;
    font-family: 'GmarketSansBold';
    letter-spacing: -0.03em;
}

.league_info .info-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'NotoKrR sans-serif;
  font-size: 16px;
  line-height: 1.6;
  border-top: 2px solid #000;
}

.league_info .info-table th {
    white-space:nowrap;
padding: 25px 30px 20px 30px;
  text-align: left;
  vertical-align: top;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
font-family: 'GmarketSansBold';
color: #000;
}

.league_info .info-table td {
font-size: 16px;
border-bottom: 1px solid #ddd;
letter-spacing: -0.025em;
font-weight: bold;
padding: 20px;
color: #666;
line-height: 30px;
}

.league_info .point_list{
  color: #e23c3c;

}


.league_info .point_list {
  color: #e23c3c;
  position: relative;
  padding-left: 12px;
  display: inline-block;
}

.league_info .point_list::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 7px;
    color: #333;
    font-size: 10px;
    line-height: 1;
}

.thin_text{
    font-weight: lighter;
    color: #555;
}


/* 상징물 */

.symbol_info .grid-container {
    border: 1px solid #e5e5e5;
    width: 440px;
    height: 330px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
    background-size: 18px 18px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.symbol_info .grid_flex{
  display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 50px;
    margin-bottom: 20px;
}
.symbol_info .grid-container img {
    max-width: 70%;
    height: auto;
}
.symbol_info .grid_list .cont-title{
 margin: 20px 0;
}
.symbol_info .grid_list li
{   
    font-weight: bold;
    color: #000;
    margin-left: 20px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.03em;
}
.symbol_info .grid_list li::before {
     content: "•";
    position: relative;
    left: -10px;
    top: -3px;
    color: #6b6b6b;
    font-size: 8px;
    line-height: 1;
}
.symbol_info .grid-container{
    flex: 1;
}
.symbol_info .grid_list{
    flex: 1.6;
}
.symbol_info .grid_wrap :last-child div {
    border: 1px solid #e5e5e5;
    width: 440px;
    height: 530px;
    margin-bottom: 40px;
}
.symbol_info .grid_wrap :last-child div img {
    max-width: 76%;}



.grid_btom .grid-container{
    width: 100%;
    height: 140px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.grid_btom .slogan_text{
    font-family: 'GmarketSansBold';
    font-size: 30px;

}

.organ_info{
    position: relative;
    margin-top: 100px;
}

.organ_info div {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    /* width: initial; */
    align-items: center;
    justify-content: center;
}

.organ_info .org_box{
    background-color: #fff;
    border:8px solid #083276;
    border-radius: 40px;
    display: flex;
    width: 150px;
    height: 150px;
    line-height: 45px;
}


.organ_info .title_main{
    font-size: 24px;
    color: #083276;
    font-family: 'GmarketSansBold';
    font-weight: bold;
    position: relative;
}
.organ_info .title_main::after{
    content: '';
    display: block;
    width: 104px;
    height: 1px;
    background-color: #acb3c7;
    position: absolute;
    bottom: -2px;
    left: -15px;
}
.organ_info .main_mem{
    font-size: 18px;
    color: #000;
    font-family: 'NotoKrR'; 
}

.org_box_group{
    background-color: #fff;
    width: 370px;
    margin-bottom: 20px;
}

.organ_info .org_box_group p{
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    color: #fff;
    font-family: 'GmarketSansBold';
    font-weight: bold;
    text-align: center;
    background-color: #1e2129;
    padding: 20px 0;
    width: 100%;
    height: 20px;
}

.organ_info .org_box_group ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 16px;
    width: 100%;
    
}
.organ_info .org_box_group ul li{
    border-right: 1px solid #d9d9d9;
    padding: 15px;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    color: #000;
}

.organ_info .twdepth .org_box_group p{
    background-color: #084fa1;
    
}
.organ_info .org_box_group.twdepth{
    width: 360px;
    margin-left: 65%;

}


.organ_info .org_box_group.twdepth::before{
    content: '';
    position: absolute;
    top: 225px;
    left: 50%;
    width: 30%;
    z-index: -1;
    height: 1px;
    background: #d9d9d9;
}



.organ_info .org_box_group.thdepth{
    width: 309px;
    margin-top: 130px;
}
.organ_info .org_box_group.fdepth{
     margin-top: 70px;
}

.organ_info .org_box_group.thdepth p{
    background-color: #084fa1;
}

.organ_info .org_box_group.fdepth  p{
    background-color: #0a7d3e;
}
.organ_info .org_box_group.fdepth{
     width: 757px;
}

.organ_info .org_box_group {
    border: 1px solid #dbdbdb;
}

.organ_info .top_node::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    z-index: -1;
    height: 700px;
    background: #d9d9d9;
}

/* 오시는길 */
.road .road_map_img {
    height: 800px;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
}
/* 개회식 */

.schedule_open_hc .table_img img,
.schedule_open .table_img img{
    background-size: cover;
    max-height: 390px;
    max-width: 100%;
}


/* 숙박정보 */

.stay_info .info_button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    line-height: 75px;
    background-color: white;
    border-radius: 12px;
    text-decoration: none;
    color: #002F6C;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: calc(100% - 110px);
    padding: 0 30px;
    margin-bottom: 30px;
}

.stay_info .info_button .arrow {
    background-color: #002F6C;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    font-size: 18px;
    font-family: 'NotoKrR
    font-weight: bold;
}
.info_button span{
    font-size: 20px;
    font-family:'GmarketSansBold';
    font-weight: normal;
}

.stay_info_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    margin: 0 auto;
}


.stay_info_box.bg1 {
    background: url('/images/GoseongDanghangpo/content_img/stay1.jpg') center center / cover no-repeat;
}

.stay_info_box.bg2 {
    background: url('/images/GoseongDanghangpo/content_img/stay2.jpg') center center / cover no-repeat;
}

.stay_info_box.bg3 {
    background: url('/images/GoseongDanghangpo/content_img/stay3.jpg') center center / cover no-repeat;
}

.info_button:hover {
     transition:  0.3s;
    background-color: #083276; 
}
.info_button:hover .arrow
 {
    color: #083276!important;
    background-color: #ffffff;
}

.info_button:hover span {
    color: #fff !important;
  
}

.stay_info_box {
    width: calc(100% / 3 - 10px);
    height: 400px;
    background-color: #f4f4f4;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    text-align: center;
    justify-content: flex-end;
    transition:  0.3s;
}



.stay_name {}


@media (max-width: 1200px) {

.symbol_info .grid_flex {
    gap: 20px;
}
.symbol_info .grid_list li {
    font-size: 14px;}

.league_info .league_left_box{
        flex: 2;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
}
.league_info .league_right_box{
    flex: 3;
}
.league_info .league_left_box {
    margin-right: 20px;
}
.league_info .main_tit {
    font-size: 28px;
    font-family: 'GmarketSansBold';
    letter-spacing: -0.03em;
}
.league_info .info-table th {
    padding: 15px 10px 10px 10px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    font-family: 'GmarketSansBold';
    color: #000;
}
.league_info .info-table td {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    letter-spacing: -0.025em;
    font-weight: bold;
    padding: 10px;
    color: #666;
    line-height: 25px;
}

.greet_doc {
    padding: 50px 30px;
    background-color: #f5f7f9;
    border-radius: 20px;
}
.greet_doc .doc_top_right img {
    width: 150px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.028));
}
.greet_doc .doc_title {
    font-family: 'Vitro_core';
    font-size: 25px;
    line-height: 1.4;
    color: #000;
    float: left;
    margin-bottom: 20px;
}
.greet_doc .doc_top_right .doc_gon_text {
    font-family: 'Vitro_core';
    font-size: 14px;
    color: #000;
    padding-top: 10px;
    letter-spacing: -0.03em;
}
.greet_doc .doc_top_right .doc_gon_text .sm_text {
    color: #083276;
    font-size: 14px;
}
.greet_doc .doc_btom {
    padding-top: 90px;
}

.greet_doc .doc_top_right {
    float: right;
    display: inline-block;
    position: initial;
    padding: 10px;
}

}




@media all and (max-width:1400px) {
.top_m_wrap {background-size:150%;}
.top_m_wrap {height:340px;}
.big_title {font-size:48px; top:90px;}

.nav_list { max-width: 712px; display: flex; font-weight: bold; list-style: none; margin: 0 auto; margin-right: 100px; }
.mega_menu { width: 100%; max-width: 490px; padding: 20px 0; display: flex; box-sizing: border-box; margin: 0 auto; padding-right: 10px; position: absolute; left: 50%; transform: translateX(-71%); }
.nav_list a { display: block; padding: 3px; font-size: 16px; color: #333; box-sizing: border-box; }

}

@media (max-width: 1260px) {
.wrap_center { width: 100%; box-sizing: border-box; }

}

@media all and (max-width:1200px) {
    
.organ_info .org_box_group.twdepth {
    margin-left: 55%;
}
.center-fixed { position: absolute; top: 210px; }
.actions .countdown { width: 84px; }
.nav_list a { display: block; padding: 10px 0px; font-size: 15px; color: #333; box-sizing: border-box; }
.mega_menu { width: 100%; max-width: 460px; padding: 20px 0; display: flex; box-sizing: border-box; margin: 0 auto; padding-right: 10px; position: absolute; left: 50%; transform: translateX(-70%); }
.mega_sublist a { font-size: 14px; display: inline-block; padding: 4px; position: relative; transition: ease-in-out 0.2s; }
.actions .countdown { font-size: 20px; width: 90px; position: absolute; z-index: 1; right: 260px; }

.actions .big_cd { font-size: 21px; }
.actions a, .actions .countdown { margin-left: 15px; color: #fff; font-size: 14px; }
.actions .small_cd { font-size: 20px; }
.actions .head_rtop { width: 280px; }
.bannerBox .bannerBox_inner { width: 100%; max-width: 800px; margin: 0 auto; }
.sub_banner { font-size: 19px; margin-left: 10px; margin-bottom: 15px; }
.bannerBox .bannerBox_inner .bannerText { font-size: 50px; max-width: 800px; line-height: 34px; height: 150px; }
.bannerBox .bannerBox_inner .bannerText.hc_bannerText {font-size: 45px; max-width: 566px; line-height: 34px; height: 150px;}
.btm_banner { font-size: 16px; }
.custom-nav { margin-top: 30px; }
.slide_slick { height: 610px; }
.slider-container { height: 610px; }
.cul_box { flex: 3; margin-top: 30px; width: 100%; display: flex; justify-content: center; align-items: center; }

}


@media all and (max-width:1000px) {
.top_m_wrap {height:250px;}
.big_title {font-size:42px; top:50px;}

.flex_foot  .site_map_mo a{display: block;}
.road .road_map_img {
    padding: 20px;
}

    .organ_info .top_node::before {
        height: 730px;
    }
    .organ_info .org_box_group.twdepth {
        margin-left: initial;
        width: 100%;
        max-width: 500px;
    }
    .organ_info .org_box{
        margin-bottom: 40px;
        
    }
    .org_box_group {
    margin-bottom: 40px;
}
.organ_info .org_box_group ul {
    flex-wrap: wrap;
}

.organ_info .org_box_group.twdepth::before
{
    display: none;
}
.organ_info {
    margin-top: 30px;
}
.organ_info .org_box_group.thdepth {
    margin-top: inherit;
    width: 100%;
    max-width: 500px;
}
.organ_info .org_box_group.fdepth {
    margin-top: inherit;
    width: 100%;
    max-width: 500px;
}

.organ_info .org_box {
    border: 8px solid #083276;
    width: 140px;
    height: 110px;
    line-height: 35px;
}


.symbol_info .grid_wrap .grid-container {
    height: 270px;
}
.symbol_info .grid_wrap :last-child div {
   height: 440px;
}

.symbol_info .grid_wrap :last-child div img {
    max-width: 230px;
}

/* .snsLinkList { right: 15px; } */
.sub-wrap { overflow-x: hidden; }
.sub-wrap .sub-vis { padding: 20px 0px; }
.sub-wrap .sub-vis .txts .btxt { font-size: 28px; }
.bannerBox .bannerBox_inner .bannerText.hc_bannerText {font-size: 45px; max-width: 566px; line-height: 34px; height: 130px;}
/* .top_menu_wrap {z-index: 33;} */
.bannerBox .bannerBox_inner .bannerText.hc_bannerText
.sub_banner {font-family: 'NanumMyeongjoBold'; font-size: 18px; display: inline-block; margin-left: 10px; margin-bottom: 12px;}
.top_m_wrap .bannerBox .bannerBox_inner .bannerText.hc_bannerText { font-size: 45px; max-width: 566px; line-height: 34px; height: 130px; } 
.top_m_wrap .bannerBox .bannerBox_inner .bannerText.hc_bannerText .sub_banner { font-family: 'NanumMyeongjoBold'; font-size: 18px; display: inline-block; margin-left: 10px; margin-bottom: 12px; }
.left_box { margin-right: initial; }
.flex_box { display: flex; justify-content: space-between; flex-direction: column; }
.right_box { flex: 1; margin-top: 50px; }
.wrap_center { padding: 0 20px; }
.logo { padding-left: initial; }
.center-fixed { position: absolute; top: 260px; }
.gnb_wrap { display: none; }
.menu-icon { display: block; }
.nav_list, .actions { display: none; }
.slide_logo { width: 143px; margin-right: 20px; }
.bannerBox .bannerBox_inner .bannerText { color: #fff; font-size: 50px; font-family: 'BlackHanSans-Regular'; line-height: 40px; height: 136px; max-width: 520px; }
.sub_banner { font-family: 'NanumMyeongjoBold'; font-size: 18px; display: inline-block; margin-left: 10px; margin-bottom: 5px; }
.btm_banner { font-size: 17px; font-family: 'NotoKrR'; font-weight: bold; }
.mega_all { display: none !important; position: relative; background: #fff; width: 100%; z-index: 10; }
.mega_section { display: none; }
.mega_all .mega_menu { flex-direction: column; padding: 0; width: 100%; max-width: none; }
.mega_title { display: block; padding: 15px 20px; cursor: pointer; position: relative; background: #f9f9f9; font-weight: bold; }
.mega_title::after { content: '▸'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); transition: transform .3s; }
.mega_section.open .mega_title::after { transform: translateY(-50%) rotate(90deg); }
.mega_sublist { display: none; background: #fff; }
.mega_sublist a { color: #333; padding: 8px 20px; }
.botm_btn ul { gap: 20px; justify-content: space-evenly; }
.cul_box { flex: 3; margin-top: initial; width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; align-content: space-between; }
.botm_btn ul { gap: 4px; justify-content: space-evenly; }
.cul_box_left .go_btn { padding: 17px 17px; font-size: 16px; margin-top: 0; position: absolute; right: 20px; }
.botm_btn { margin-bottom: 50px; margin-top: 30px; }
.cul_box_left .con_title { color: #fff; font-size: 35px; margin: initial; }
.cul_box_left { flex: 1.3; display: flex; flex-direction: column; width: 100%; margin: 60px 0px 60px 0px; justify-content: flex-start; align-items: flex-start; }

}



/* 반응형 */
@media (max-width: 768px) {
.stay_info_grid{
    gap: 15px;
    flex-direction: column;
}
.stay_info_box {
    width: initial;
    height: 300px;
}

.road .road_map_img {
    padding: 0px;
}
.league_info .league_right_box {
    flex: 3;
}
.league_info .main_tit {
    font-size: 25px;
}


.greet_doc .doc_top_right img {
    width: 85px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.028));
}

/* .snsLinkList { width: 195px; height: 35px; top: -45px; } */
.subnav-container { flex-direction: column; align-items: flex-start; }
}






@media (max-width:768px) {

/* .snsLinkList li a { width: 34px; } */
.sub-wrap .sub-vis:before { left: 0px; width: 680; height: 100%; margin-left: -340px; background-size: cover; }
.top_m_wrap .bannerBox .bannerBox_inner .bannerText.hc_bannerText { color: #fff; font-size: 26px; font-family: 'BlackHanSans-Regular'; line-height: 23px; height: 94px; max-width: 390px; }
.top_m_wrap .bannerBox .bannerBox_inner .bannerText.hc_bannerText .sub_banner { font-family: 'NanumMyeongjoBold'; font-size: 14px; display: inline-block; margin-left: 10px; margin-bottom: 12px; }
.top_m_wrap .bannerBox .bannerBox_inner .bannerText.hc_bannerText .btm_banner.btm_date { margin-right: 9px; }
.top_m_wrap .bannerBox .bannerBox_inner .bannerText.hc_bannerText { color: #fff; font-size: 31px; font-family: 'BlackHanSans-Regular'; height: 91px; max-width: 390px; line-height: 22px; }
.bannerBox .bannerBox_inner .bannerText.hc_bannerText { color: #fff; font-size: 26px; font-family: 'BlackHanSans-Regular'; line-height: 23px; height: 94px; max-width: 390px; } 
.bannerBox .bannerBox_inner .bannerText.hc_bannerText .sub_banner { font-family: 'NanumMyeongjoBold'; font-size: 14px; display: inline-block; margin-left: 10px; margin-bottom: 12px; }
.bannerBox .bannerBox_inner .bannerText.hc_bannerText .btm_banner.btm_date { margin-right: 9px; } 
.bannerBox .bannerBox_inner .bannerText.hc_bannerText { color: #fff; font-size: 31px; font-family: 'BlackHanSans-Regular'; height: 91px; max-width: 390px; line-height: 22px; }
.lbb_img { background: url(/images/GoseongDanghangpo/sports_sub_img.PNG) center center / contain no-repeat; position: absolute; z-index: 151; right: -405px; width: 100%; height: 233px; top: -19px; background-repeat: no-repeat; background-position: left bottom; }
.lbb_img_hc { background: url(/images/GoseongDanghangpo/hc_sports_sub_img.PNG) center center / contain no-repeat; position: absolute; z-index: 151; right: -405px; width: 100%; height: 233px; top: -19px; background-repeat: no-repeat; background-position: left bottom; }
.cul_box_left { margin: 75px 0px 36px 0px; }
.center-fixed { position: absolute; top: 180px; }
.sports_item { width: calc(100% / 5 - 10px); height: 81px; }
.sports_item img { width: 29px; height: 39px; margin-bottom: 5px; }
.sport_name { font-size: 14px; }
.logo img { height: 43px; }
.slide_slick { height: 400px; }
.slider-container { height: 400px; }
.slide_logo { width: 110px; margin-right: 15px; padding-left: 20px; }
.noti_title li a { padding: 24px 0 19px 0; font-weight: 500; display: flex; justify-content: space-between; }
.noti_title li { border-bottom: 1px solid #e1dfdf; font-size: 15px; }
ul.noti_title li::before { content: ''; position: absolute; left: 10px; top: 33px; width: 6px; height: 6px; background-color: #999; border-radius: 50%; }
.sub_con_tit { color: #fff; font-size: 14px; font-weight: bold; padding: 10px 0 0 0; line-height: 24px; }
.botm_btn ul li a { font-size: 13px; color: #fff; font-weight: bold; padding: initial; }
.botm_btn { height: 65px; margin-bottom: 80px; }
.botm_btn ul { gap: 4px; justify-content: space-evenly; }
.cul_box_left .go_btn { padding: 11px 17px; font-size: 14px; }
.cul_box { flex: 3; margin-top: initial; width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; align-content: space-between; }
.bannerBox .bannerBox_inner .bannerText { color: #fff; font-size: 31px; font-family: 'BlackHanSans-Regular'; line-height: 23px; height: 94px; max-width: 365px; }
.sub_banner { font-family: 'NanumMyeongjoBold'; font-size: 12px; display: inline-block; margin-left: 10px; margin-bottom: 9px; }
.btm_banner.btm_date { margin-right: 9px; }
.btm_banner { font-size: 12px; }
.nav-controls button { width: 35px; height: 35px; }
.point_cl { color: #fff; font-size: 17px; vertical-align: 7px; }
.con_title { font-size: 30px; }
.contwrap { padding: 0 20px; z-index: 1; position: relative; }
.noti_title li span.date { font-size: 13px; white-space: nowrap; }
.cul_box ul li span { display: block; color: #004e9c; font-size: 15px; padding: 10px 0; font-weight: bold; }
.cul_box ul li { width: calc(33.333% - 10px); }
.cul_box ul { gap: 10px; }
.photo_box ul { gap: 15px; }
.photo_box ul li { height: 225px; }
.footerwrap li { font-size: 14px;  }
.footerwrap li img { margin-right: 10px; width: 20px; object-fit: contain; }
.flex_foot { display: flex; flex-direction: column; width: calc(100% - 40px); margin: 0 auto; align-content: flex-start; align-items: flex-start; height: 100%; justify-content: center; }
}

@media all and (max-width:680px) {
.grid_btom .grid-container {
    width: 100%;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.grid_btom .slogan_text {
    font-family: 'GmarketSansBold';
    font-size: 18px;
}
.symbol_info .grid_wrap .grid-container {
    flex: initial;
    width: 280px;
    height: 240px;
    margin-right: 40px;
    margin: 0 auto;
}

.symbol_info .grid-container img {
    max-width: 50%;
    height: auto;
}
.symbol_info .grid_flex {
    flex-direction: column;
    gap: 20px; margin-bottom: 70px;
}
.symbol_info .grid_list .cont-title {
    margin: 10px 0;
}

.league_info .league_top_wrap {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.league_info .league_left_box {
    width: 350px;
    margin-right: 40px;
    margin: 0 auto;
}





.space{display: block; height: 0;}
.sub-wrap .navi ul li {    padding: 0px 10px;    }
/* .sub-wrap #content-wrap { padding: 20px 20px 30px 20px; } */
.sub-wrap #content-wrap .page-infos .navi ul li a span { font-size: 12px; }
.sub-wrap #content-wrap .page-infos { padding-bottom: 10px; }
.sub-wrap #content-wrap .page-infos .navi { margin-bottom: 10px; }
.sub-wrap #content-wrap .page-infos .title-share-print .title { font-size: 26px; }
.sub-wrap #content-wrap #contents { padding-top: 20px; }

.sub-wrap .top_m_wrap{height:190px; }
.top_m_wrap .big_title{font-size: 35px; line-height: 35px; max-width:340px; top:24px; }
}

@media all and (max-width:560px) {
    .share-print .share .share-btn{
        width: 40px;
    }
.symbol_info .grid_wrap :last-child div {
    width: 100%;
}
.symbol_info .grid-container {
    width: 100%;
}
.symbol_info .grid-container img {
    height: auto;
}
.greet_doc .doc_title {
font-family: 'Vitro_core';
font-size: 20px;
line-height: 1.4;
color: #000;
float: left;
margin-bottom: 29px;
}
.greet_doc .doc_btom .doc_text {
    font-size: 14px;
}
.greet_doc .doc_top_right {
    float: right;
    display: inline-block;
    position: initial;
    padding: initial;
    padding: 0 10px 10px 10px;
}
.greet_doc {
    padding: 30px 20px 30px 20px;
}

.top_m_wrap .bannerBox .bannerBox_inner .bannerText.hc_bannerText { color: #fff; font-size: 24px; font-family: 'BlackHanSans-Regular'; height: 87px; line-height: 18px; max-width: 350px; }
/* .top_menu_wrap .home-icon { padding: 14px 15px; width: 5px; height: 23px; } */
.top_menu_wrap .share-print .print, .share-print .share .share-,.snsLinkClose  { width: 40px; }
.snsLinkList {
    width: 40px;}


.bannerBox .bannerBox_inner .bannerText.hc_bannerText { color: #fff; font-size: 24px; font-family: 'BlackHanSans-Regular'; height: 87px; line-height: 18px; max-width: 350px; }
}

@media (max-width: 480px) {

.sub-wrap .top_m_wrap{height:140px; }
.top_m_wrap .big_title{font-size:20px; line-height:100%; max-width:340px; top:20px; }

.league_info .league_left_box {
width: calc(100% - 15px);
}
.league_info .mini_tit {
    font-size: 13px;
}
.league_info .main_tit {
        font-size: 20px;
    }
    .league_info .info-table th {
        font-size: 14px;
    }
    .league_info .info-table td {
        font-size: 13px;}

.top_menu_wrap .share-print .print, .share-print .share .share-btn { width: 40px; }
.sub-wrap #content-wrap .page-infos .navi ul li { padding: 0px 10px; }
.sub-wrap #content-wrap .page-infos .navi ul li:first-child { padding-left: 0px; }
.sub-wrap #content-wrap .page-infos .navi ul li:last-child { padding-right: 0px; }
.sub-wrap #content-wrap .page-infos .navi ul li:last-child:before { display: none; }
.sub-wrap #content-wrap .page-infos .navi ul li a { display: block; }
.sub-wrap #content-wrap .page-infos .navi ul li:last-child a span { color: #000; font-weight: 600; }
.mo_actions .head_rtop img { margin-right: 6px; }
.mo_actions a { padding: 30px 10px; }
.sports_item { width: calc(100% / 4 - 10px); font-size: 12px; }
.progress-bar { width: 28%; }
.slide_logo { width: 110px; margin-right: initial; padding-left: initial; margin-bottom: initial; }
.slide_logo.hc_slide { width: 110px; margin-right: initial; padding-left: initial; margin-bottom: 20px; }
.cul_box ul { flex-direction: column; gap: 15px; }
.cul_box ul li img { width: 100%; height: 180px; }
.cul_box ul li { width: 100%; }
.title_wrap { display: flex; flex-direction: column; align-content: center; align-items: center; flex-wrap: nowrap; }
.sub_banner { font-family: 'NanumMyeongjoBold'; font-size: 12px; display: inline-block; margin-left: initial; margin-bottom: initial; position: absolute; padding-top: -20px; top: -20px; }
.bannerBox .bannerBox_inner .bannerText { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; align-content: center; font-size: 27px; line-height: 16px; height: 118px; max-width: 360px; }
.cul_box_left .go_btn { padding: 6px 9px; font-size: 13px; margin-top: -8px; }
.center-fixed { position: absolute; top: 155px; }
.btm_banner.btm_date { margin-right: initial; margin-top: 10px; }
.custom-nav { margin-top: 18px; position: relative; z-index: 100; }
.nav-controls button { width: 25px; height: 25px; }
.page-index { color: #ffffff7d; font-size: 13px; }
.point_cl { color: #fff; font-size: 14px; vertical-align: 0; }
.botm_btn ul { flex-direction: row; align-items: center; text-align: center; align-content: center; flex-wrap: wrap; gap: 11px; justify-content: space-between; width: 260px; }
.botm_btn { height: 85px; margin-bottom: 80px; }
/* .top_btn { width: 50px; height: 50px; background-color: #f3990a; float: right; text-align: center; font-size: 13px; font-weight: bold; position: absolute; right: 0; top: 70px; }
.top_btn img { margin-top: 16px; }
.top_btn p { display: none; } */
.top_btn.sitemap_btn { width: 50px; height: 50px; background-color: transparent; float: right; color: #fff; text-align: center; font-size: 18px; font-weight: bold; position: absolute; right: 0px; top: 10px; border: 1px solid #fff; }
.top_btn.sitemap_btn .site_map { margin-top: 15px; display: block; }
.top_btn.sitemap_btn p { display: block; margin-top: 5px; color: #fff; display: none; }
}

@media (max-width: 360px) {
.grid_btom .slogan_text {font-family: 'GmarketSansBold';font-size: 15px;}
.sub-wrap .top_menu_wrap .navi ul li a span{font-size: 12px;}
.top_menu_wrap .share-print .print,
.share-print .share .share-btn { width: 30px; }
.top_menu_wrap .share-print .print, .share-print .share .share-, .snsLinkClose {
    width:30px!important;
}
.snsLinkList li a {
    color: transparent;
    display: inline-block;
    width: 30px;
    height: 50px;}  
.snsLinkList li{
    margin-bottom:0px;
}
.snsLinkList {
    top: 30px;
    right: 26px;
}
.footerwrap li { font-size: 12px;line-height: 30px; }
.botm_btn ul { flex-direction: row; align-items: center; text-align: center; align-content: center; flex-wrap: wrap; gap: 11px; justify-content: space-between; width: 230px; }
.title_wrap { display: flex; flex-direction: column; align-content: center; align-items: center; flex-wrap: nowrap; }
.sub_banner { font-family: 'NanumMyeongjoBold'; font-size: 12px; display: inline-block; margin-left: initial; margin-bottom: initial; position: absolute; padding-top: -20px; top: -20px; }
.bannerBox .bannerBox_inner .bannerText { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; align-content: center; font-size: 25px; line-height: 16px; height: 130px; max-width: 360px; }
.btm_banner.btm_date { margin-right: initial; margin-top: 10px; }
.custom-nav { margin-top: 18px; }
.nav-controls button { width: 25px; height: 25px; }
.page-index { color: #ffffff7d; font-size: 13px; }
.point_cl { color: #fff; font-size: 14px; vertical-align: 0; }
.mo_actions .head_rtop a img { display: none; }
.top_btn p {  font-size: 14px;}
}
                                                                                                                                   