@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;
}
/* ## 회장 인사말 s ## */
.greeting_box{
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;
}
.greeting_box .img_box{
    width: 100%;
    max-width: 330px;
    margin-right: 80px;
}
.greeting_box .img_box .m_tit{
    font-family: 'GmarketSansMedium';
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    display: none;
}
.greeting_box .img_box .m_tit .point{
    font-family: 'GmarketSansBold';
}
.greeting_box .img_box img{
    display: block;
    margin: 0 auto;
}
.greeting_box .img_box .person_img{
    margin-bottom: 40px;
}
.greeting_box .txt_box .tit{
    font-family: 'GmarketSansMedium';
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
}
.greeting_box .txt_box .tit .point{
    font-family: 'GmarketSansBold';
}
.greeting_box .txt_box .tit:after{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 50px;
    background: url("/images/layout/dot_bg_img.png");
}
.greeting_box .txt_box .desc{
    font-weight: 300;
    font-size: 18px;
    line-height: 35px;
}
@media screen and (max-width: 1023px){
    .greeting_box{
        flex-direction: column;
    }
    .greeting_box .img_box{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .greeting_box .img_box img{
        max-width: 330px;
        margin: 0 auto;
    }
    .greeting_box .img_box:after{
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        margin-top: 50px;
        background: url("/images/layout/dot_bg_img.png");
    }
    .greeting_box .img_box .m_tit{
        display: block;
    }
    .greeting_box .txt_box .tit{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .greeting_box .img_box{
        margin-bottom: 30px;
    }
    .greeting_box .img_box:after{
        margin-top: 30px;
    }
    .greeting_box .img_box .m_tit{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .greeting_box .img_box .person_img{
        margin-bottom: 0;
    }
    .greeting_box .img_box .person_img img{
        max-width: 250px;
    }
    .greeting_box .img_box .name_box img{
        max-width: 140px;
    }
    .greeting_box .txt_box .desc{
        font-size: 14px;
        line-height: 25px;
    }
}
/* ## 회장 인사말 e ## */
/* ## 설립목적 및 연혁 s ## */
.purpose_box{
    margin-bottom: 100px;
    padding: 50px 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 51.29%, #F4F8FF 93.29%);
    border: 3px dashed #06377F;
    border-radius: 50px;
}
.purpose_box .tit{
    max-width: 273px;
    margin: 0 auto 50px;
    padding: 15px 0 10px;
    font-family: 'GmarketSansBold';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #fff;
    top: 1px;
    background: #06377F;
    border-radius: 100px;
    position: relative;
}
.purpose_box .tit:before,
.purpose_box .tit:after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
}
.purpose_box .tit:before{
    left: 40px;
}
.purpose_box .tit:after{
    right: 30px;
}
.purpose_box .desc_box{
    max-width: 1070px;
    margin: 0 auto;
}
.purpose_box .desc_box .desc{
    text-align: center;
    color: #06377F;
    font-size: 20px;
    position: relative;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    padding: 0 50px 50px;
}
.purpose_box .desc_box .desc:before,
.purpose_box .desc_box .desc:after{
    content: '';
    width: 39px;
    height: 34px;
    display: inline-block;
    position: absolute;
    top: 20px;
}
.purpose_box .desc_box .desc:before{
    background: url("/images/layout/purpose_bg_img01.png");
    left: 0px;
}
.purpose_box .desc_box .desc:after{
    background: url("/images/layout/purpose_bg_img02.png");
    right: 0px;
}
.purpose_box .img_box{
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.purpose_box .img_box li{
    width: 100%;
    max-width: 170px;
    margin: 0 15px;
}
.purpose_box .img_box li:first-child{
    margin-left: 0;
}
.purpose_box .img_box li:last-child{
    margin-right: 0;
}
.history_box{
    margin-bottom: 100px;
}
.history_box .tit{
    max-width: 217px;
    margin: 0 auto 50px;
    padding: 15px 0 10px;
    font-family: 'GmarketSansBold';
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #fff;
    top: 1px;
    background: #2E9CF0;
    border-radius: 100px;
    position: relative;
}
.history_box .tit:before,
.history_box .tit:after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
}
.history_box .tit:before{
    left: 40px;
}
.history_box .tit:after{
    right: 30px;
}
.history_box .desc_box{
    display: flex;
    margin-bottom: 50px;
}
.history_box .desc_box li{
    width: 33.33%;
    border-top: 1px solid #2E9CF0;
    padding: 50px 75px;
    font-size: 18px;
    font-weight: 300;
    position: relative;
}
.history_box .desc_box li:first-child{
    padding-left: 0;
}
.history_box .desc_box li:nth-child(2){
    padding: 50px 25px;
}
.history_box .desc_box li:last-child{
    padding-right: 0;
}
.history_box .desc_box li:before{
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #2E9CF0;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.history_box .img_box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.history_box .img_box li{
    width: 100%;
    margin: 0 15px;
}
.history_box .img_box li:first-child{
    margin-left: 0;
}
.history_box .img_box li:last-child{
    margin-right: 0;
}
@media screen and (max-width: 767px){
    .purpose_box{
        padding: 20px 10px;
    }
    .purpose_box,
    .history_box{
        margin-bottom: 70px;
    }
    .purpose_box .tit,
    .history_box .tit{
        margin: 0 auto 30px;
        font-size: 18px
    }
    .purpose_box .tit{
        max-width: 200px;
    }
    .purpose_box .desc_box .desc{
        font-size: 16px;
        padding: 0 40px 30px;
        margin-bottom: 30px;
        line-height: 25px;
    }
    .purpose_box .desc_box .desc:before,
    .purpose_box .desc_box .desc:after{
        width: 29px;
        height: 24px;
    }
    .purpose_box .desc_box .desc:before{
        background-size: 29px 24px;
    }
    .purpose_box .desc_box .desc:after{
        background-size: 29px 24px;
    }
    .purpose_box .img_box{
        flex-wrap: wrap;
    }
    .purpose_box .img_box li{
        width: 33.33%;
		max-width: 100%;
        margin: 0;
        padding: 5px;
		text-align: center;
    }
    .history_box .tit{
        max-width: 170px;
    }
    .history_box .desc_box{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .history_box .desc_box li{
        width: 100%;
        padding: 30px 0;
        font-size: 14px;
    }
    .history_box .desc_box li:nth-child(2){
        padding: 30px 0;
    }
    .history_box .img_box{
        flex-wrap: wrap;
    }
    .history_box .img_box li{
        width: 50%;
        padding: 0 5px;
        margin: 0 auto 10px;
    }
    .history_box .img_box li img{
        display: block;
        margin: 0 auto;
    }
}
/* ## 설립목적 및 연혁 e ## */
/* ## 임원현황 s ## */
.basic_table_box .desc table.nt_tbl{
    border-top: none;
}
.basic_table_box .desc table.nt_tbl thead th{
    background: #06377F;
    color: #fff;
}
.basic_table_box .desc table.nt_tbl tbody th{
    height: 50px;
}
@media screen and (max-width: 419px){
    .basic_table_box.v3{
        overflow: hidden;
    }
    .basic_table_box .desc{
        overflow-x: scroll;
    }
    .basic_table_box .desc table.nt_tbl{
        width: 420px;

    }
}
/* ## 임원현황 e ## */
/* ## 조직 및 업무분장 s ## */
.organization_box{
    margin-bottom: 100px;
    position: relative;
}
.organization_box:before,
.organization_box:after{
    content: '';
    display: inline-block;
    position: absolute;
    z-index: -1;
}
.organization_box:before{
    background: url("/images/layout/organization_left_bg.png") no-repeat;
    width: 221px;
    height: 221px;
    left: 8%;
    animation:ball 3s ease-in Infinite Alternate;
}
.organization_box:after{
    background: url("/images/layout/organization_right_bg.png") no-repeat;
    width: 300px;
    height: 337px;
    right: 8%;
    animation:ball2 3s ease-in Infinite Alternate;
}
@keyframes ball {
    0% {
        top:-100px;
    }
    to {
        top:200px;
    }
}
@keyframes ball2 {
    0% {
        top:200px;
    }
    to {
        top:-100px;
    }
}
.organization_wrap{
    max-width: 1100px;
    margin: 0 auto;
}
.organization_list{
    padding-bottom: 50px;
}
.organization_list.v2{
    display: flex;
    padding-top: 50px;
}
.organization_item_wrap{
    display: flex;
    flex-basis: 50%;
    position: relative;
}
.organization_item_wrap::before{
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #333333;
}
.organization_item_wrap.noline_top::before{
    display: none;
}
.organization_item_wrap.dep3:first-child::before{
    transform: translateX(0);
}
.organization_item_wrap.dep3:last-child::before{
    transform: translateX(-100%);
}
.organization_item{
    max-width: 200px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.organization_item::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 52px;
    background: #333333;
    z-index: -1;
}
.organization_item.noline_bt::after,
.organization_item.empty::after{
    display: none;
}
.organization_item.dep1{
    border: 2px solid #06377F;
    background: #06377F;
}
.organization_item.dep2{
    border: 2px solid #1D2F51;
    background: #1D2F51;
}
.organization_item.dep3{
    border: 2px solid #4564D6;
    background: #4564D6;
}
.organization_item.dep4{
    border: 2px solid #333333;
    background: #333333;
}
.organization_item.dep5{
    border: 2px solid #666666;
    background: #666666;
}
.organization_item.empty{
    border: 2px solid transparent;
    background: transparent;
}
.organization_item.dep1::before{
    content: '';
    display: inline-block;
    background: url("/images/layout/organization_top_pt.png");
    width: 303px;
    height: 176px;
    position: absolute;
    left: -51px;
    z-index: -1;
}
.organization_item.dep3::before,
.organization_item.dep4::before,
.organization_item.dep5::before{
    content: '';
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    background: #333333;
    z-index: -1;
}
.organization_item .tit{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 10px 20px;
}

.organization_item .tit{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 10px 7px;
}
.organization_item .tit > br{
    display: none;
}
.organization_item .tit2{
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 10px 20px;
	height:75px;
	display: flex;
	align-items: center; /* 세로 가운데 정렬 */
	justify-content: center; 
}

.organization_item .name{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #111;
    background: #F7F7F7;
    border-radius: 0 0 8px 8px;
    padding: 10px 20px;
}

@media screen and (max-width: 1023px){
    .organization_box:before{
        width: 111px;
        height: 111px;
        background-size: 111px 111px;
    }
    .organization_box:after {
        width: 150px;
        height: 168px;
        background-size: 150px 168px;
    }
    .organization_item{
        max-width: 160px;
    }
	 .organization_item .tit{
        font-size: 16px;
    }
   
	.organization_item .tit2{
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .organization_box:before,
    .organization_box:after {
        display: none;
    }
    .organization_list{
        padding-bottom: 25px;
    }
    .organization_list.v2{
        padding-top: 25px;
    }
    .organization_item_wrap::before{
        top: -25px;
    }
    .organization_item{
        max-width: 80px;
    }
    .organization_item.dep1,
    .organization_item.dep2{
        max-width: 120px;
    }
    .organization_item::after{
        height: 27px;
    }
    .organization_item.dep1::before {
        width: 230px;
        height: 132px;
        left: -60px;
        background-size: cover;
    }
    .organization_item.dep3::before,
    .organization_item.dep4::before,
    .organization_item.dep5::before{
        top: -27px;
        height: 25px;
    }
    .organization_item .tit{
        font-size: 14px;
        line-height: normal;
        padding: 8px 5px;
    }
    .organization_item .tit > br{
        display: block;
    }
	.organization_item .tit2{
        font-size: 14px;
        line-height: normal;
        padding: 8px 5px;
		 display: flex;
		  align-items: center; /* 세로 가운데 정렬 */
		  justify-content: center; /* 가로 가운데 정렬 (선택사항) */
		  height: 100px; /* 원하는 높이 */
    }
	
    .organization_item .name{
        font-size: 14px;
        line-height: normal;
        padding: 8px 5px;
    }

}
/* ## 조직 및 업무분장 e ## */
/* ## 체육시설 s ## */
@media screen and (max-width: 767px){
    .tab.basic_tab.sports_tab .tab-list{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .tab.basic_tab.sports_tab .tab-list li{
        width: 50%;
    }
    .tab.basic_tab.sports_tab .tab-list li:nth-child(2n+1){
        border-right: 1px solid #06377F;
    }
    .tab.basic_tab.sports_tab .tab-list li:nth-child(7){
        border-bottom: none;
    }
    .sports_tab_cont .basic_table_box tr th:nth-child(1),
    .sports_tab_cont .basic_table_box tr td:nth-child(1),
    .sports_tab_cont .basic_table_box tr th:nth-child(3),
    .sports_tab_cont .basic_table_box tr td:nth-child(3){
        width: 50%;
    }
    .sports_tab_cont .basic_table_box tr th:nth-child(3),
    .sports_tab_cont .basic_table_box tr td:nth-child(3){
        border-right: none;
    }
    .sports_tab_cont .basic_table_box tr th:nth-child(2),
    .sports_tab_cont .basic_table_box tr th:nth-child(4),
    .sports_tab_cont .basic_table_box tr th:nth-child(5),
    .sports_tab_cont .basic_table_box tr td:nth-child(2),
    .sports_tab_cont .basic_table_box tr td:nth-child(4),
    .sports_tab_cont .basic_table_box tr td:nth-child(5){
        display: none;
    }
}
/* ## 체육시설 e ## */
/* ## 찾아오시는 길 s ## */
.directions_map{
    width:100%;
    height:500px;
    margin-bottom: 50px;
}
.directions_box{
    margin-bottom: 100px;
}
.directions_box > .tit{
    color: #06377F;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    position: relative;
}
.directions_box > .tit:before{
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    background: #D2D5DC;
    z-index: -1;
}
.directions_box > .desc{
    border: 5px solid #E8EAEE;
    padding: 20px;
}
.directions_box > .desc ul{
    padding-left: 24px;
}
.directions_box .desc li{
    display: flex;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
}
.directions_box .desc li:before{
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #333;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: -12px;
}
.directions_box .desc li .tit{
    min-width: 29px;
    font-weight: 500;
    margin-right: 20px;
}
.directions_box .desc li .desc{
    font-weight: 300;
}
@media screen and (max-width: 1023px){
    .directions_map{
        height: 400px;
    }
}
@media screen and (max-width: 767px){
    .directions_map{
        height: 300px;
        margin-bottom: 30px;
    }
    .directions_box{
        margin-bottom: 50px;
    }
    .directions_box > .tit {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 6px;
    }
    .directions_box > .tit:before{
        width: 14px;
        height: 14px;
    }
    .directions_box .desc li{
        font-size: 14px;
    }
    .directions_box .desc li .tit{
        margin-right: 10px;
    }
}
/* ## 찾아오시는 길 e ## */
/* ## 대회 및 행사안내 s ## */
.tournament_list{
    margin-bottom: 100px;
}
.tournament_list .tit{
    color: #06377F;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    position: relative;
}
.tournament_list .tit:before{
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    background: #D2D5DC;
    z-index: -1;
}
.tournament_list .desc table{
    width: 100%;
}
.tournament_list .desc table th,
.tournament_list .desc table td{
    text-align: center;
    padding: 20px 10px;
    font-size: 16px;
    border-right: 1px solid #ccc;
}
.tournament_list .desc table th:last-child,
.tournament_list .desc table td:last-child{
    border-right: none;
}
.tournament_list .desc table th{
    background: #06377F;
    color: #fff;
    font-weight: 500;
}
.tournament_list .desc table td{
    font-weight: 300;
    box-shadow: 0px 1px 0px #CCCCCC;
}
@media screen and (max-width: 1440px){
    .tournament_list .desc{
        overflow-x: scroll;
		padding-bottom: 10px;
    }
    .tournament_list .desc table{
        width: 1440px;
    }
}
@media screen and (max-width: 767px){
    .tournament_list .desc table{
        width: 1200px;
    }
    .tournament_list .tit{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .tournament_list .desc table th,
    .tournament_list .desc table td{
        padding: 10px;
        font-size: 14px;
    }
}
/* ## 대회 및 행사안내 e ## */
/* ## 전문체육 s ## */
.physical_box{
    margin-bottom: 50px;
}
.physical_list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.physical_item{
    width: 25%;
    margin-bottom: 50px;
    padding: 0 15px;
    font-size: 16px;
}
.physical_item:last-child{
    margin-right: 0;
}
.physical_item > .tit{
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/images/layout/physical_bg.png") no-repeat;
    background-size: 100% 100%;
}
.physical_item > .img_box,
.physical_item > .desc{
    border: 1px solid #ccc;
    border-top: none;
}
.physical_item > .img_box{
    height: 143px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.physical_item > .desc .tit_box,
.physical_item > .desc .desc_box{
    min-height: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    background: #E8EAEE;
}
.physical_item > .desc .tit_box{
    border-bottom: 1px solid #ccc;
}
.physical_item > .desc .tit_box .director_tit,
.physical_item > .desc .desc_box .place_tit{
    min-height: 50px;
    height: 100%;
    min-width: 100px;
    max-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #06377F;
    font-weight: 500;
}
.physical_item > .desc .tit_box .director_name,
.physical_item > .desc .desc_box .place_name{
    min-height: 50px;
    height: 100%;
    flex: 1 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-weight: 300;
    background-color: #fff;
}
@media screen and (max-width: 1440px){
    .physical_item{
        width: 33.33%;
    }
}
@media screen and (max-width: 1023px){
    .physical_item{
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .physical_item{
        width: 100%;
        padding: 0;
        font-size: 14px;
    }
}
/* ## 전문체육 e ## */