#sub_container{
    background-size: 600px;
    background:url(../images/sub/bg_blue01.png) no-repeat 0 -10px;
}
#sub_container .visual_wrap{
    background-image: url(../images/sub/sub_visual01.png);
    background-size: auto 100%;
    background-position: right top;
    background-repeat: no-repeat;
}
#sub_container .visual_wrap.bg2{
    background-image: url(../images/sub/sub_visual02.png);
    background-color: #FFF;
}
#sub_container .visual_wrap.bg3{
    background-image: url(../images/sub/sub_visual03.png);
}
#sub_container .visual_wrap.bg4{
    background-image: url(../images/sub/sub_visual04.png);
        background-color: #FFF;
}
#sub_container .visual_wrap.bg5{
    background-image: url(../images/sub/sub_visual05.png);
    background-color: #FFF;
}
#sub_container .s_visual_area{
    padding-top: 50px;
    padding-bottom: 50px;
}
#sub_container .visual_wrap .visu_tit{
    gap: 30px;
}
.visual_wrap .visu_snb{
    align-items: center;
}
.visual_wrap .visu_snb span{
    display: inline-block;
    position: relative;
    color: #555;
    line-height: 1;
    line-height: 12px;
}
.visual_wrap .visu_snb span img{
    width: 12px;
}
.visual_wrap .visu_snb span + span{
    margin-left: 12px;
    padding-left: 12px;
}
.visual_wrap .visu_snb span + span::before{
    content: '';
    display: inline-block;
    border-radius: 50%;
    background: #555;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
#sub_container .sub_snb{
    border-top: 1px solid #e9e9eb;
    border-bottom: 1px solid #e9e9eb;
}
#sub_container .sub_snb li a{
    position: relative;
    color: #999;
    line-height: 65px;
    white-space: nowrap;
}
#sub_container .sub_snb li + li a{
    padding-left: 20px;
    margin-left: 20px;
}
#sub_container .sub_snb li + li a::before{
    content: '';
    display: inline-block;
    border-radius: 50%;
    background: #DDD;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
#sub_container .sub_snb li.active a,
#sub_container .sub_snb li a:hover{
    color: var(--blue);
    font-weight: 600;
}
#sub_container .sub_cont{
    padding:120px 0;
    overflow: hidden;
    width: 100%;
}

/* 인사말 */
#sub_container .sub_cont.sub1_1,
#sub_container .sub_cont.sub3_1{
    /* background-size: 600px,640px;
    background-image:url(../images/sub/bg_blue01.png),url(../images/sub/bg_blue02.png);
    background-repeat: no-repeat,  no-repeat;
    background-position: 0 -190px, right -50px; */
    background: url(../images/sub/bg_blue02.png) no-repeat right top -70px;

}
.sub1_1 .title_box{
    line-height: 1.4;
    margin-bottom: 60px;
}
.sub1_1 .txt_box .txt_01{
    margin: 30px 0;
}
.sub1_1 .txt_box .txt_02{
    margin-top: 20px;
}
.sub1_1 .txt_img_box{
    background: url(../images/sub/sub1_txt_img_box.png) no-repeat center center;
    background-size: cover;
    padding: 90px 70px ;
    border-radius: 90px;
    max-width: 360px;
    margin-top: 55px;
}
.sub1_1 .img_box{
    position: relative;
    margin-right: -152px;
    margin-top: -60px;
}
.sub1_1 .img_box img{
    max-width: 585px;
    position: relative;
    z-index: 1;
}
.sub1_1 .img_box .txt{
    position: absolute;
    top: 380px;
    left: 80px;
    text-shadow: 0 0 31px black;
    line-height: 1.5;
    z-index: 2;
}
.sub1_1 .img_box .txt:after{
    content: '';
    display: block;
    margin-top: 30px;
    width: 35px;
    height: 35px;
    background: #153dc8;
}
.sub1_1 .img_box:after{
    content: '';
    display: inline-block;
    width: 500px;
    height: 500px;
    position: absolute;
    right: -150px;
    background: url(../images/sub/sub1_1_bg.png) no-repeat right top;
    top: 30px;
}

/* 경기갤러리 */
#sub_container .sub_cont.sub_gallery{
    /* padding: 80px 0 110px;
    background-size: 600px,640px;
    background-image:url(../images/sub/bg_blue01.png),url(../images/sub/bg_blue02.png);
    background-repeat: no-repeat,  no-repeat;
    background-position: 0 -190px, right -50px; */
}
#sub_container .sub_cont.sub_gallery.ver_view{
    background:#FFF
}
/* paging */
.board_wrap .pg_wrap{
    margin-top: 65px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}
.board_wrap .pg_wrap a{
    display:inline-flex;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
    justify-content: center;
    border:1px solid var(--blue);
    font-size: 15px;
}
.board_wrap .pg_wrap a.pg_arw{
    border:1px solid #DDD;
    text-align:center;
    transform: rotate(0deg);
}
.board_wrap .pg_wrap a.active{
    background:#FFF;
    border-color: var(--blue);
    color:var(--blue);
}
.board_wrap .pg_wrap a:hover{
    background: #f8f8f8;
}
.board_wrap .pg_wrap a.pg_pprev{
    background: url(../images/common/ico_pg_pprev.svg) no-repeat center center;
}
.board_wrap .pg_wrap a.pg_prev{
    background: url(../images/common/ico_pg_prev.svg) no-repeat center center;
}
.board_wrap .pg_wrap a.pg_next{
    background: url(../images/common/ico_pg_prev.svg) no-repeat center center;
    transform: rotate(-180deg);
}
.board_wrap .pg_wrap a.pg_nnext{
    background: url(../images/common/ico_pg_pprev.svg) no-repeat center center;
    transform: rotate(-180deg);
}
fieldset.inflex{
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.inflex.new_flexBox{
    flex-direction: column;
}
fieldset.inflex select{
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 0 16px;
    height: 42px;
    width: 110px;
    margin-right: 5px;
    font-size: 15px;
}
fieldset.inflex .sch_bar{
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 0 16px;
    height: 42px;
    width: 324px;
    display: inline-flex;
    background: #FFF;
}
fieldset.inflex .sch_bar .sch_input{
    padding: 0;
    line-height: 40px;
    height: auto;
    border: 0;
    font-size: 15px;
    flex: 1;
}
.sch_btn img{
    width:18px;
    margin-top: -4px;
}
.board_gallery ul{
    padding-top: 24px;
    flex-wrap: wrap;
    gap: 24px;
}
.board_gallery ul li{
    width: calc((100% - 48px)/3);
}
.board_gallery ul li a{
    display: block;
    border:1px solid #DDD;
    border-radius: 15px;
    padding: 16px;
    position: relative;
    background: #FFF;
}
.board_gallery li a:hover .img_box img{
    transform: scale(1.1);
    transition: all .3s;
}
.board_gallery li a .img_box{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 300px;
}
.board_gallery li a .img_box img{
    transition: all .3s;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.board_gallery li a .txt_box{
    text-align: center;
    padding-top: 13px;
}
.board_gallery li a .txt_box .tit{
    font-weight: 600;
    word-break: keep-all;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    min-height: 54px;
}
.board_gallery li a .txt_box .date{
    font-size: 16px;
    margin-top: 10px;
}
.board_gallery ul li a:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-color: var(--blue);
}
.board_box .bo_top_area{
    margin-bottom: 24px;
}
.board_wrap .bo_view_hd{
    background: #F8F8F8;
    border-top:1px solid var(--blue);
    padding: 30px 20px;
    border-bottom: 1px solid #DDD;
}
.board_wrap .bo_view_hd .tit{
    word-break: keep-all;
}
.board_wrap .bo_view_hd .info{
    position: relative;
}
.board_wrap .bo_view_hd .info span{
    display: inline-block;
    position: relative;
    font-size: 14px;
    opacity: .7;
}
.board_wrap .bo_view_hd .info span + span{
    padding-left:15px;
    margin-left: 15px;
}
.board_wrap .bo_view_hd .info span + span:before{
    content: '';
    position: absolute;
    left: -1px;
    top: 6px;
    width: 1px;
    height: 12px;
    background: #CCC;
}
.board_wrap .no_cont{
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #000;
    width: 100%;
    min-height: 30vh;
}
.board_wrap .bo_view_cont{
    padding: 50px 24px;
    line-height: 1.7;
    font-size: 14px;
    border-bottom: 1px solid #DDD;
}
.board_wrap .bo_view_cont p + p{
    margin-top: 5px;
}
.board_wrap .bo_view_cont img{
    max-width: 100%;
}
.bo_view_file{
    padding: 25px 30px;
    border-bottom: 1px solid #000;
}
.bo_view_file .file_tit{
    width: 130px;
    gap: 5px;
}
.bo_view_file .file_tit img{
    width: 15px;
}
.bo_view_file .file_list > *{
    display: inline-block;
    color: #1a1a1a;
    border-bottom: 1px solid var(--dark-blue);
    line-height: 1;
    font-size: 17px;
    font-weight: 300;
}
.bo_view_file .file_list > *:hover{
    text-decoration: underline;
}
.bo_view_file .file_list > * + *{
    margin-top: 10px;
}
.board_wrap .btn_area{
    margin-top: 30px;
}
.board_wrap .bo_view_hd span.col_red{
   display: inline-block;
   font-weight: 500;
}
.board_wrap .bo_view_hd span.white{
    display: inline-block;
    font-weight: 500;
    background: var(--blue);
    padding: 0 10px;
    border-radius: 5px;
 }
.board_wrap .bo_view_hd .flexBox{
    margin-bottom: 5px;
    gap: 12px;
    font-size: 16px;    
}
.board_wrap .bo_list_total{
    color:#777 ;
    margin-right: 17px;
}
.board_wrap .bo_list_total strong{
    display: inline-block;
    line-height: 40px;
    font-weight: 400;
    color: #000;
}
.board_wrap .board_top{
    border-bottom: 1.5px solid var(--blue);
    padding-bottom: 24px;
}
.board_noti li{
    transition: all .3s;
    border-bottom: 1px solid #DDD;
}
.board_noti li a{
    display: flex;
    width: 100%;
    align-items: center;
    padding: 18px 0;

}
.board_noti li:hover{
    transition: all .3s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.board_noti li a .num{
    width: 8%;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    color: var(--blue); 
}
.board_noti li a .tit .new{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
    color: #FFF;
    width: 25px;
    height: 25px;
    background: var(--blue);
}
.board_noti li a .cont{
    /* margin-left: 32px; */
    flex: 1;
}
.board_noti li a .tit{
    font-size: 20px;
    font-weight: 600;
}
.board_noti li a .txt{
    font-size: 15px;
}
.board_noti li a .count{
    width: 10%;
    text-align: right;
    color: #666;
    font-size: 15px;
    letter-spacing:0;
    padding-right: 10px;
}
.board_noti li a .count span{
    color:#000
}


/* 선수소개 리스트 */
.ver_player .board_gallery ul{
    padding-top: 24px;
    flex-wrap: wrap;
    gap:40px;
}
.ver_player .board_gallery ul li{
    width: calc((100% - 120px)/4);
}
.ver_player .board_gallery ul li a{
    padding: 0;
    border: 0;
    background: transparent;
}
.ver_player .board_gallery ul li a:hover{
    box-shadow: none;
}
.ver_player .board_gallery li a .img_box{
    height: 310px;
    transition: all .3s;
    border-radius: 30px;
    border: 1px solid #DDD;
}
.ver_player .board_gallery li a:hover .img_box{
    transition: all .3s;
    border-radius: 90px;
}
.ver_player .board_gallery li a .txt_box{
    padding-top: 15px;
}
.board_gallery li a .txt_box .player_nm strong{
    display: inline-block;
    margin-right: 2px;
}
.board_gallery li a .txt_box .player_info span{
    display: inline-block;
    position: relative;
}
.board_gallery li a .txt_box .player_info span + span{
    margin-left:10px;
    padding-left:13px
}
.board_gallery li a .txt_box .player_info span + span::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    left: 0;
    top: 11px;
}
.ver_player .board_wrap .board_top{
    border: 0;
}
#sub_container .sub_cont.sub_gallery.ver_player{
    background: url(../images/sub/bg_blueline.png) no-repeat top left 50%;
}
#sub_container .sub_cont.sub_gallery.ver_player section + section{
    margin-top: 50px;
}
.player_top{
    padding-bottom: 80px;
}
.player_top_30{
    padding-bottom: 30px;
}
.board_wrap .bo_list_total strong{
    font-weight: 700;
    color: var(--blue);
}
.ver_player .board_wrap .bo_list_total{
    color: #1a1a1a;
    font-weight: 700;
}

/* 선수 상세보기 */
.pop_player_info{align-items: flex-start;}
.pop_player_info .player_img{
    width: 40%;
    border-radius: 30px;
    overflow: hidden;
    margin-right: -40px;
    z-index: 2;
}
.pop_player_info .player_img img{
    width: 100%;
    object-fit: cover;
}
.pop_player_info .player_info_detail{
    width: 55%;
    background: var(--dark-blue) url(../images/sub/bg_blueline.png) no-repeat 103% -60px;
    border-radius: 30px;
    flex: 1;
    z-index: 1;
    transform: translate(0, 55px);
    padding: 45px 50px 50px 90px;
}
.pop_player_info .player_info_detail > .fs-h3{
    margin-bottom:20px
}
.pop_player_info .player_info_detail .py-sex{
    display: inline-flex;
    width: 36px;
    margin-right: 7px;
    height: 36px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.pop_player_info .player_info_detail .py-sex.man{
    background: var(--blue);
}
.pop_player_info .player_info_detail .py-sex.wman{
    background: #d52660;
}
.pop_player_info .player_info_detail > ul > li + li{
    margin-top: 15px;
}
.pop_player_info .player_info_detail > ul > li{
    display: flex;
    align-items: flex-start;
}
.pop_player_info .player_info_detail > ul > li .tit{
    color: #a9daff;
    display: inline-block;
    width: 100px;
}
.pop_player_info .player_info_detail > ul > li .txt{
    color: #FFF;
}
.pop_player_info .player_info_detail ul ul{
    margin-top: 4px;
}


/* 회사연혁 */
.sub_cont.bg_1_3{
    background:var(--dark-blue) url(../images/sub/sub_bg_1_3.png) no-repeat top 30px right -60px !important;
    background-size: 40% !important;
    font-family:'nexon_lv2' ;
}
.history_wrap{
    width: 100%;
    position: relative;
    z-index: 1;
}
.history_wrap .his_box + .his_box{
    padding-top: 25px;
}
.history_wrap .his_box .fs-h3{
    color: #4569e8;
    margin-bottom: 10px;
    letter-spacing: -2px;
}
.history_wrap .his_box:nth-child(2n) .fs-h3{
    color: #1743e2
}
.history_wrap .his_box .fs-h4{
    color:var(--dark-blue)
}
.history_wrap .his_box:nth-child(2n) .his_list li::before{
   background: #1743e2;
}
.sub1_3 .his_tit_area{
    position: absolute;
    z-index: 1;
    background: var(--blue) url(../images/sub/bg_blueline2.png) no-repeat left top;
    border-radius: 60px;
    padding: 50px;
    width: 100%;
}
.sub1_3 .his_tit_area .fs-h3{
   line-height: 1.2;
    margin-bottom:25px
}
.sub1_3 > .flex_contents{
    position: relative;
}
.history_wrap .his_box:nth-child(2n):before{
    left:inherit;
    right: 0px;
}
.history_wrap .his_box:nth-child(2n) .his_list li > .flexBox .date{

}
.history_wrap .his_box.bg1.in_bg{
    background: #FFF;
}
.history_wrap .his_box{
    width: 52%;

    border-radius: 0;
    padding-top: 55px;
    padding-left: 70px;
    position: relative;
    /* border-left: 1px solid #DDD; */
    margin-left: 48%;
}
.history_wrap .his_box:before{
    content:'';
    display:inline-block;
    width:1px;
    height:100%;
    background:#DDD;
    position:absolute;
    top:50px;
    left: 34px;
    bottom:0
}
.history_wrap .his_box.bg2 + .bg1:before,
.history_wrap .his_box.bg1 + .bg2:before{
    top: 0;
}
.history_wrap .his_box:first-child{
    border-radius: 50px 50px 0 0;
    margin-top: 150px;
}
.history_wrap .his_box.bg2.no_bg:after{
    display: none;
}
.history_wrap .his_box:nth-child(2n){
    margin-left: -1.5px;
    border: 0;
    width: 51%;
    padding-right: 50px;
    padding-left: 0;
    text-align: right;
    background: transparent;
}
.history_wrap .his_box:nth-child(2n) .his_list li::before{
    right: -58px;
    left: inherit;
}
.history_wrap .his_box.bg2:after{
    content: '';
    display: block;
    position: absolute;
    right: -100%;
    top: -10%;
    background: url('../images/sub/bg_history.png') no-repeat right center;
    width: 100%;
    height: 150%;
    z-index: 0;
    background-size: auto 100%;
    max-height: 500px;
}
.history_wrap .his_box .his_list{
    z-index: 1;
    position: relative;
}
.history_wrap .his_box .his_list li{
    background: #f0f0f0;
    border-radius: 8px;
    position: relative;
    padding: 15px 20px;
}
.history_wrap .his_box .his_list li::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #1743e2;
    position: absolute;
    left: -43px;
    margin-top: 9px;
}
.history_wrap .his_box .his_list li:after{
    content: '';
    display: block;
    position: absolute;
    border: 1px dashed #a8b9f4;
    background: transparent;
    left: -5px;
    right:  -5px;
    top: -5px;
    bottom:  -5px;
    border-radius: 10px;
    z-index: 1;
}
.history_wrap .his_box .his_list li > .flexBox .date{
    color: #4569e8;
    font-weight: 700;
    display: inline-block;
    margin-top: 0;
    width: 90px;
    line-height: 1.5;
}
.history_wrap .his_box .his_list li > .flexBox .flex1{
    color: #1a1a1a;
    line-height: 1.5;
}
.history_wrap .his_box .his_list li > .flexBox .flex1 > .gr_box{
	margin-right:5px
}

.history_wrap .his_box .his_list li + li{
    margin-top: 25px;
}
.gr_box{
    border-radius: 5px;
    line-height: 39px;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    background: linear-gradient(217deg,#592d81,#0062c4);
    padding: 0 10px;
}
.history_wrap .his_box:nth-child(2n) .his_list li > .flexBox{
	flex-direction: row-reverse;
}
.history_wrap .his_box .his_list li > .flexBox + .flexBox{
    margin-top: 10px;
}
#sub_container .sub_cont.sub1_3{
    margin-bottom: 90px;
    background-size: 50%;
    position: relative;
}
.sub1_3 > .flex_contents:after{
    content: '';
    display: inline-block;
    position: absolute;
    z-index: -1;
    width: 500px;
    height: 500px;
    top: -240px;
    left: -200px;
    background: url(../images/sub/bg_circle.png) no-repeat left top;
}
/* 주요일정 */
.calendar_wrap > .calendar_top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #eaeaea;
    font-size: 20px;
    border-radius: 10px;
    padding: 20px 40px;
    background: var(--dark-blue);
    color: #FFF;
}
.calendar_wrap > .calendar_top .top_btn{
    justify-content: center;
    align-items: center;
}
.calendar_wrap > .calendar_top .top_btn button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 5px;
}
.calendar_wrap > .calendar_top .top_btn button img{
    width: 12px;
}
.calendar_wrap > .calendar_top .top_btn button.nxt{
    transform: rotate(-180deg);
}

.calendar_wrap > .calendar_top .fs-h5{
    letter-spacing: -1px;
    padding: 0 30px;
}

.calendar{
    margin-top: 20px;
    padding: 40px;
    border: 1px solid #DDD;
    border-radius: 15px;
    background: #FFF;
}

.calendar ul{
    display: flex;
    flex-wrap: wrap;
}

.calendar ul.top{
    border-bottom: 1px solid #DDD;
    font-weight: 700;
}

.calendar ul.top li{
    text-align: center;
    font-family: 'SEBANG_Gothic_Bold';
}

.calendar ul.top li.sun,
.calendar ul li:first-child p{
    color: red
}

.calendar ul.top li.sat,
.calendar ul li:nth-child(7n) p{
    color: #3563cb;
}

.calendar ul li{
    width: calc(100% / 7);
    padding: 20px;
}

.calendar ul.top li{
    padding: 10px;
}

.calendar .week li{
    padding: 20px;
    text-align: center;
}

.calendar ul li:nth-child(7n){
    border-right: none;
}

.calendar .week > ul:not(:last-child){
    border-bottom: 1px solid #eaeaea;
}

.calendar .week > ul li p{
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.calendar .week > ul li.today p{
    border:1px solid var(--dark-blue);
    color: var(--dark-blue) !important;
    background-color: #FFF !important;
}
.calendar .week > ul li:hover p{
    background: #f0f0f0;
}
.calendar .week > ul li.today.on p,
.calendar .week > ul li.on p{
    border:1px solid var(--blue) !important;
    color: #FFF !important;
    background: var(--blue) !important;
}
.calendar_bottom{
    /* margin-top: 40px; */
}
.calendar_bottom section + section{
    margin-top: 30px;
}
.calendar_bottom .txt_box{
    align-items:center
}
.calendar_bottom .gray-box{
    margin-top: 10px;
    padding: 20px 25px;
    border: 1px solid #DDD;
    background: #FFF;
    border-radius: 15px;
}
.calendar_bottom .gray-box li{
    /* padding-top: 10px; */
    display: flex;
    align-items: center;
}

.calendar_bottom .gray-box li + li{
    margin-top: 10px;
    border-top:1px solid #eaeaea;
    padding-top: 10px;
}
.calendar_bottom .gray-box li .cate{
    display: inline-block;
    border-radius: 50px;
    background: var(--blue);
    color: #FFF;
    font-weight: 500;
    line-height: 35px;
    width: auto;
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
    margin-right: 10px;
}
.calendar_bottom .gray-box li .place{
    flex: inherit;
    font-size: 15px;
    color: var(--dark-blue);
    font-weight: 600;
    display: inline-block;
    margin-left: 10px;
}
.calendar_bottom .gray-box li span + span{
    display: inline-block;
    flex: 1;
}


/* 오시는길 */
.root_daum_roughmap .border1,
.root_daum_roughmap .border2,
.root_daum_roughmap .border3,
.root_daum_roughmap .border4,
.root_daum_roughmap .wrap_controllers{display:none !important}
.root_daum_roughmap{width: 100% !important;}
.sub1_6{}
.sub1_6 ul{
    margin-top:20px
}
.sub1_6 .txt_box li + li{
    margin-top:10px
}
.sub1_6 .txt_box li .left-box{
    width: 140px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}
.sub1_6 .txt_box li .inner-txt{
    flex: 1;
    display: flex;
    align-items: center;
}
.sub1_6 .txt_box li .left-box .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #eee;
}
.sub1_6 .txt_box li .left-box .icon img{
    width: 15px;
}

.sub1_6 .img_box{
    border-radius: 30px;
    overflow: hidden;
}
.sub1_6 .img_box img{
    max-height: 200px;
}
.sub1_6 .map_box{}
.sub1_6 .map_box{
    border-radius: 30px;
    border: 1px solid #DDD;
    overflow: hidden;
    margin-top: 24px;
}
.sub1_6 .root_daum_roughmap .wrap_map{
    height: 360px;
}
.title_flexBox{

}
.title_flexBox .list_dot_style{
    width: 300px;
    position: -webkit-sticky; /* 사파리 브라우저 지원 */

    margin-top: 25px;
}
.tab_table_area{
}


@media screen and (max-width: 1600px) {
    #sub_container .visual_wrap{
        background-color: #FFF;
    }
}

@media screen and (max-width: 1440px) {
    .sub1_1 .img_box{
        margin-right: -80px;
    }
    .history_wrap .his_box:first-child,
    .history_wrap .his_box:nth-child(2n-1){width: 50%;margin-left: 50%;}
    .history_wrap .his_box:nth-child(2n){
    width: calc(50% + 35px);
    padding-right: 50px;
    margin-left: 0;
    }

}
@media screen and (max-width: 1220px) {
    #sub_container .sub_cont.sub1_1{
        padding: 80px 0;
    }
    .sub1_1 .title_box{
        
        word-break: keep-all;
        width: 50%;
    }
    .sub1_1 .img_box{
        margin-top: -160px;
        text-align: right;
        margin-right: 0;
    }
    .sub1_1 .img_box .txt{
        left: inherit;
        top: 50%;
        right: 20%;
        width: 280px;
        word-break: keep-all;
    }
    .sub1_1 .txt_box{
        width: 50%;
        word-break: keep-all;
    }
    .fooBannerSwiper .swiper-slide + .swiper-slide::before{
        display: none;
    }
    #sub_container .sub_cont{
        padding: 60px 0;
    }
    .pop_player_info .player_info_detail{
        transform: inherit;
        margin-top: 12px;
    }
    .pop_player_info .player_img{
        margin-right: 0;
        max-height: 340px;
        object-fit: cover;
    }
    .pop_layer{
        position: fixed;
        height: 80vh;
        background: #FFF;
        overflow-y: scroll;
        padding: 24px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 768px;
    }

}
@media screen and (max-width:1024px) {
    p{
        font-size: 16px;
    }
    .sub1_1 .img_box{
        width: 43vw;
    }
    .sub1_1 .img_box img{
        max-width: 100%;
    }
    .sub1_1 .img_box:after{
        width: 30vw;
        height: 30vw;
        background-size: 100%;
        right: -50px;
        top: 20px;
    }
    .sub1_1 .txt_img_box{
        display: none;
        position: absolute;
        right: -45vw;
        bottom: 0;
        width: 41vw;
        padding: 60px;
    }
    .sub1_1 .txt_box{
        position: relative;
    }
    .sub1_1 .img_box .txt{
        top: 34vw;
    }
    .sub1_1 .img_box .txt:after{
        display: none;
    }
    .bo_sch_wrap{
        justify-content: space-between;
    }
    .board_gallery ul li{
        width: calc((100% - 24px)/2);
    }
    .board_gallery ul{
       gap: 24px;
    }
    .board_gallery.ver_2 ul li{
        width: calc((100% - 24px)/2);
    }
    .board_gallery li a .txt_box .tit{
        min-height: inherit;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }
    #sub_container .visual_wrap .visu_tit{
        gap: 8px;
        margin-bottom: 20px;
    }
    .ver_player .board_gallery ul li{
        width: calc((100% - 24px)/2);

    }
    .ver_player .board_gallery ul{
        gap: 24px;
     }

     /* 연혁 */
     .sub1_3 .his_tit_area{
        position: relative;
        padding: 20px 30px;
        border-radius: 10px;
     }
    .sub1_3 .his_tit_area .fs-h3{
        margin-bottom:10px
    }
    .history_wrap .his_box:nth-child(2n-1){
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        border-radius: 10px;
        padding-top: 10px;
        padding-left: 30px;
        padding: 10px 20px 20px 40px;
        background: transparent;
    }
    .history_wrap .his_box{
        margin-top: 0;
        width: 100%;
    }
    .history_wrap .his_box:nth-child(2n){
        width: 100%;
        margin-left: 0;
        background: #FFF;
        padding: 0;
        text-align: left;
        padding: 0px 20px 20px 40px;
        background: transparent;
    }
    .history_wrap .his_box:nth-child(2n) .his_list li > .flexBox{
        flex-direction: row;
    }
    .history_wrap .his_box:before{
        left: 20px;
        top: 80px;
        right: inherit;
    }
    .history_wrap .his_box:nth-child(2n):before{
        left: 20px;
        top: 0;
        right: inherit;
    }
    .history_wrap{
        background:#FFF;
        border-radius: 0;
        overflow:hidden;
        margin-top:15px;
        border-radius: 12px;
        padding-bottom: 20px;
    }
    .history_wrap .his_box .his_list li::before,
    .history_wrap .his_box:nth-child(2n) .his_list li::before{
        width: 6px;
        height: 6px;
        left: -22px;
        right: inherit;
    }
    #sub_container .sub_cont.sub1_3{
        margin-bottom: 0;
    }
    .history_wrap .his_box .his_list li {
        border-radius: 8px;
        padding: 7px 12px;
    }
    .history_wrap .his_box .his_list li:after{
        top: -3px;
        bottom: -3px;
        left: -3px;
        right: -3px;
    }
    .history_wrap .his_box .his_list li::before{
        width: 6px;
        height: 6px;
        left: -22px;
        margin-top: 8px;
    }
    .history_wrap .his_box .his_list li + li{
        margin-top:15px
    }
    #sub_container .sub_snb > .flexBox{
        overflow-x: auto;
    }
    .sub1_6 .root_daum_roughmap .wrap_map{
        height: 250px;
    }
    .sub1_6 .txt_box li .left-box .icon{
        width: 30px;
        height: 30px;
    }
    .sub1_6 .txt_box li .left-box .icon img{
        width: 10px;
    }
    .sub1_6 .txt_box li .inner-txt{
        padding-left: 40px;
    }
    .sub1_6 .txt_box li{
        gap: 0;
    }
    .player_top{
        padding-bottom: 0;
    }
    .player_top_30{
        padding-bottom: 0;
    }
    
    
}

@media screen and (max-width:768px) {
    #sub_container .sub_cont{
        padding:45px 0;
    }
    #sub_container .s_visual_area{
        padding: 20px 0;
    }
    .sub1_1 .title_box{
        width: 100%;
        
    }
    .sub1_1 .title_box + .flexBox{
        flex-direction: column-reverse;
    }
    .sub1_1 .txt_box{
        width: 100%;
        margin-top: 30px;
    }
    .sub1_1 .img_box{
        width: 100%;
        text-align: center;
        margin-top: -60px;
        margin-left: 10px;
    }
    .sub1_1 .txt_img_box{
        display: none;
    }
    .sub1_1 .img_box img{
        max-width: 400px;
        width: 90%;
    }
    .sub1_1 .img_box .txt{
        text-align: left;
        left: 50%;
        right: inherit;
        top: 60%;
        transform: translate(-50%, -50%)
    }
    .sub1_1 .img_box:after{
        top: 0;
        width: 50vw;
        height: 90vw;
    }
    #sub_container .sub_snb li a{
        line-height: 50px;
    }
    .board_wrap .bo_view_hd{
        padding: 12px;
    }
    .board_wrap .bo_view_hd .tit{
        margin-bottom: 10px;
    }
    .board_wrap .bo_view_cont{
        padding: 24px 12px;
    }
    .bo_sch_wrap{
        flex-wrap: wrap;
     }
     fieldset.inflex .sch_bar .sch_input{
        width: 80%;
     }
    fieldset.inflex .sch_bar .sch_btn{
        width:20%
    }
    fieldset.inflex .sch_bar .sch_btn img{
        height: 15px;
    }
     fieldset.inflex .sch_bar{
        width: 65%;
        padding: 0 10px;
     }
    .bo_view_file{
        padding: 12px;
    }
    .bo_view_file .file_list > *{
        font-size: 15px;
    }
    .board_gallery ul{
        gap: 12px;
    }
    .board_gallery ul li{
        width: calc((100% - 12px)/2);
    }
    .board_gallery ul li a{
        padding: 0;
        border-radius: 3px;
    }
    .board_gallery.ver_2 ul li a > .flexBox{
        padding: 10px;
        margin-top: 0;
        flex-direction: column;
    }
    .board_gallery.ver_2 ul li a .txt_box{
        width: 100%;
    }
    .board_gallery.ver_2 ul li a .date strong{
        font-size: 14px;
        font-weight: 400;
        margin-left: 0;
    }
    .board_gallery.ver_2 ul li a .date strong::before{
        content: '.';
    }
    .board_gallery.ver_2 ul li a .date{
        width:100%;
        background: transparent;
        color: #000;
        flex-direction: row-reverse;
        height: auto;
        justify-content: flex-end;
        margin-top: 10px;
        opacity: .5;
    }
    .board_gallery li a .img_box{
        height: 0;
        border-radius: 3px;
        position: relative;
        padding-top: 50%;
    }
    .board_gallery li a .img_box img{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        min-height: 100%;
    }
    .board_gallery li a .txt_box{
        padding: 10px;
    }
    .board_gallery.ver_2 li a .txt_box{
        padding: 0;
    }
    .board_gallery li a:hover .img_box img{
        transform: translate(-50%, -50%);
    }
    .board_gallery li a .txt_box .date{
        font-size: 13px;
    }

    .board_noti li a{
        padding: 10px 10px;
        position: relative;
    }
    .board_noti li a .num{
        width: 30px;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .board_noti li a .num img{
        width:20px
    }
     .board_noti li a .date{

    margin-left: -24px;
}
     .board_noti li a .cont{margin-left: 0;flex: inherit;width: 100%;padding-left: 21px;}
    .board_noti li a .tit{
        font-size: 16px;
        line-height:1.4;
        margin-top:6px;
        margin-bottom:6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
     .board_noti li a .count{
        display: none;
     }
    .board_noti li a .date strong{
        font-size: 14px;
        font-weight: 400;
    }
    .board_noti.ver_2 li a .num{
        display: none;
    }
    .board_noti.ver_2 li a{
        justify-content: flex-start;
    }
    .board_noti li a .game{
        margin-left: 5px;
    }
    .board_noti li a .team{
        width: auto;
        padding: 0 5px;
    }
    .board_noti.ver_2 li a .cont{
        margin-left: 0;
    }
    /* 선수소개 */
    .ver_player fieldset.inflex select{
        width: calc((100% - 4px) / 3);
        margin-right: 0;
    }
    .ver_player fieldset.inflex{
        flex-wrap: wrap;
        gap: 2px;
    }
    .ver_player fieldset.inflex .sch_bar{
        width: 100%;
    }
    .ver_player .board_wrap .board_top{
        padding-bottom: 0;
    }
    .ver_player .board_gallery ul{
        gap: 12px;
        justify-content: space-between;
    }
    .ver_player .board_gallery ul li{
        width: calc((100% - 12px)/2);
    }
    .player_top{
        padding-bottom: 10px;
    }
    .player_top p{
        font-size: 14px;
    }
    .player_top_30{
        padding-bottom: 10px;
    }
    .player_top_30{
        font-size: 14px;
    }
    #sub_container .sub_cont.sub_gallery.ver_player{
        background-size: 220%;
        background-position: 80% -70px;
    }

    .ver_player .board_gallery li a .img_box img{
        position: relative;
        left: inherit;
        top: inherit;
        transform: inherit;
    }
    .ver_player .board_gallery li a .img_box{
        padding-top: 0;
        height: 200px;
        border-radius: 15px;
    }
    .ver_player .board_gallery li a .txt_box{
        padding: 5px;
    }
    /* 팝업 */
    .pop_player_info .player_info_detail{
        padding: 10px 5px 22px;
        background: transparent;
    }
    .pop_player_info .player_info_detail > ul > li .tit{
        width: 65px;
    }
    .pop_player_info .player_info_detail > ul > li .txt{
        flex: 1;
    }
    .list_dot_style > *{
        padding-left: 10px;
    }
    .pop_layer{
        padding: 15px;
        background: var(--dark-blue) url(../images/sub/bg_blueline.png) no-repeat 103% -60px;
    }

    /* 주요일정 */
    .sub_cont .calendar .week > ul li p{
        width: 100%;
        height: 40px;
    }
     .sub_cont .calendar .week li{
        padding: 5px;
    }
    .sub_cont .calendar{
        padding: 24px;
        margin-top: 4px;
        border-radius: 10px;
    }
    .sub_cont .calendar_wrap > .calendar_top .top_txt{
        display: none;
    }
    .calendar_wrap > .calendar_top{
        padding: 10px 0;
    }
    .calendar_bottom .gray-box{
        border-radius: 10px;
        padding: 15px;
    }
    .calendar_bottom .gray-box li{
        padding-top: 0;
        line-height: 1.3;
        flex-direction: column;
        align-items: flex-start;
    }
    .calendar_bottom .gray-box li span + span{
        padding-left: 8px;
        font-weight: 600;
        word-break: keep-all;
    }
    .calendar_bottom .gray-box li .place{
        margin-left: 0;
        font-size: 13px;
        margin-top: 5px;
        background: #f0f0f0;
        padding: 2px 5px 3px;
    }
    .calendar_bottom .gray-box li + li{
        padding-top: 10px;
    }
    .calendar_bottom .gray-box li .cate{
        line-height: 20px;
        width: auto;
        padding: 2px 10px 0;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 600;
    }
    #sub_container .sub_cont.sub1_1, #sub_container .sub_cont.sub3_1{
        background-size: 50%;
    }
    #sub_container{
        background-size: 80%;
    }


}