/* 인사말 */
.greeting_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row nowrap; justify-content: space-between; transition: all 0.2s ease-in-out; }
.greeting_content>dd{ width: 65%; transition: all 0.2s ease-in-out; }
.greeting_content>dd>h4{ width: 100%; font-size: 28px; color: rgb(51,51,51); font-weight: bold; transition: all 0.2s ease-in-out; }
.greeting_content>dd>h4>span{ color: rgb(0,90,171); }
.greeting_content>dd>h6{ width: 100%; margin: 20px 0 50px; font-size: 20px; color: rgb(51,51,51); font-weight: bold; transition: all 0.2s ease-in-out; }
.greeting_content>dd>p{ width: 100%; font-size: 16px; color: rgb(102,102,102); text-align: justify; transition: all 0.2s ease-in-out; }
.greeting_content>dd>p>span{ color: rgb(0,90,171); }
.greeting_content>dt{ width: 35%; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; transition: all 0.2s ease-in-out; }
.greeting_content>dt>div{ width: 80%; max-width: 350px; min-width: 250px; height: auto; transition: all 0.2s ease-in-out; }
.greeting_content>dt>div>img{ width: 100%; height: auto; }
.greeting_content>dt>p{ width: 100%; max-width: 350px; color: rgb(0,90,171); font-size: 16px; text-align: center; transition: all 0.2s ease-in-out; }
.greeting_content>dt>h5{ width: 100%; max-width: 350px; color: rgb(51,51,51); font-size: 22px; text-align: center; font-weight: bold; transition: all 0.2s ease-in-out; }

/* 연혁 */
.history_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; }
.history_content>dl{ width: 100%; padding: 30px 0; border-top: 2px dotted rgb(235,235,235); display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.history_content>dl:first-of-type{ border-top: 0; }
.history_content>dl>dt{ min-width: 100px; font-size: 24px; color: rgb(0,90,171); font-weight: bold; transition: all 0.2s ease-in-out; }
.history_content>dl>dd{ width: 100%; display: flex; flex-flow: row wrap; transition: all 0.2s ease-in-out; }
.history_content>dl>dd>ul{ width: 100%; display: flex; flex-flow: row nowrap; }
.history_content>dl>dd>ul>li{ line-height: 30px; font-size: 16px; transition: all 0.2s ease-in-out; }
.history_content>dl>dd>ul>li:first-of-type{ min-width: 100px; font-weight: bold; color: rgb(12,155,216); }
.history_content>dl>dd>ul>li:last-of-type{ width: 100%; text-align: justify; color: rgb(85,85,85); }
.history_content>dl>dd>ul>li span.color_red{ color: rgb(221,0,0); }

/* 임원 */
.executive_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; }
.executive_content>dl{ width: 100%; margin-bottom: 10px; display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.executive_content>dl>dt{ width: 40px; height: 130px; min-width: 40px; padding: 5px 0; border-top-left-radius: 15px; border-bottom-left-radius: 15px; background-color: rgb(73,71,157); color: rgb(255,255,255); display: flex; flex-flow: column nowrap; justify-content: space-around; align-items: center; transition: all 0.2s ease-in-out; }
.executive_content>dl>dt.w_h_auto{ height: auto; min-height: 130px; max-height: 180px;}
.executive_content>dl>dd{ width: 100%; border-left: 1px solid rgb(220,220,220); display: flex; flex-flow: row wrap; transition: all 0.2s ease-in-out; }
.executive_content>dl>dd>dl{ width: 33.3%; height: 130px; padding: 15px; border-right: 1px solid rgb(220,220,220); border-bottom: 1px solid rgb(220,220,220); background-color: rgb(240,240,240); display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; transition: all 0.2s ease-in-out; }
.executive_content>dl>dd>dl:nth-of-type(1){ border-top: 1px solid rgb(220,220,220); }
.executive_content>dl>dd>dl:nth-of-type(2){ border-top: 1px solid rgb(220,220,220); }
.executive_content>dl>dd>dl:nth-of-type(3){ border-top: 1px solid rgb(220,220,220); }
@media(max-width:1090px){
    .executive_content>dl>dd>dl{ width: 50%; }
    .executive_content>dl>dd>dl:nth-of-type(3){border-top:0;}
}
@media(max-width:580px){
    .executive_content>dl>dd>dl{ width: 100%; }
    .executive_content>dl>dd>dl:nth-of-type(2){border-top:0;}
}
.executive_content>dl>dd>dl.empty{ height: 0; padding: 0; border: 0; }
.executive_content>dl>dd>dl>dt{ width: 80px; min-width: 80px; height: 100%; border: 1px solid rgb(220,220,220); background-position: center; background-repeat: no-repeat; background-size: cover; background-color: rgb(255,255,255); }
.executive_content>dl>dd>dl>dd{ width: 100%; height: 100%; padding-left: 15px; display: flex; flex-flow: column nowrap; justify-content: center; align-items: flex-start; }
.executive_content>dl>dd>dl>dd>h6{ width: 100%; margin-bottom: 10px; color: rgb(102,102,102); font-size: 14px; }
.executive_content>dl>dd>dl>dd>h4{ width: 100%; color: rgb(51,51,51); font-size: 18px; }
.executive_content>dl>dd>dl>dd>p{ width: 100%; margin-top: 15px; color: rgb(102,102,102); font-size: 14px; display: flex; flex-flow: row wrap; }
.executive_content>dl>dd>dl>dd>div { width: 100%; margin-top: 15px; color: rgb(102,102,102); font-size: 14px; display: flex; flex-flow: row wrap; }
.executive_content>dl>dd>dl>dd>p>span{ margin-right: 5px; }
.executive_content>dl.new201007>dd>dl>dd>p {flex-flow: column nowrap;}
.executive_content>dl.new201007>dd>dl>dd>p>span{word-break: keep-all;}

/* 사무국 */
.office_content_2{
	
	border: 5px solid rgb(240,240,240);
 	border-radius: 10px;


}

.gray_border{
	
	width: 100%;
	height: 3px;
	background-color: rgb(240,240,240);
}


.office_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; }
.office_content>h4{ width: 100%; margin: 10px 0 40px; text-align: center; color: rgb(73,71,157); font-size: 26px; transition: all 0.2s ease-in-out; }
.office_content>ul{ width: 100%; display: flex; flex-flow: row nowrap; }
.office_content>ul>li{ display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; color: rgb(102,102,102); font-size: 16px; transition: all 0.2s ease-in-out; }
.office_content>ul:nth-of-type(2n+1)>li{ height: 60px; }
.office_content>ul:nth-of-type(2n)>li{ height: 20px; }
.office_content>ul>li:nth-of-type(2n+1){ width: 30%; }
.office_content>ul>li:nth-of-type(2n){ width: 5%; }
.office_content>ul>li:nth-of-type(3){ min-width: 170px; }
.office_content>ul:nth-of-type(2n+1)>li:nth-of-type(3){ border: 5px solid rgb(240,240,240); border-radius: 10px; }
.office_content>ul:nth-of-type(1)>li:nth-of-type(3){ border-color: rgb(73,71,157); background-color: rgb(73,71,157); color: rgb(255,255,255); }
.office_content>ul:nth-of-type(5)>li:nth-of-type(5){ border: 5px solid rgb(127,172,213); border-radius: 10px; }
.office_content>ul:nth-of-type(7)>li:nth-of-type(1){ border: 5px solid rgb(164,163,206); border-radius: 10px; }
.office_content>ul:nth-of-type(7)>li:nth-of-type(5){ border: 5px solid rgb(127,213,242); border-radius: 10px; }
.office_content>ul:nth-of-type(2n)>li>div{ width: 100%; height: 100%; }
.office_content>ul:nth-of-type(2n)>li>div:nth-of-type(1){ border-right: 3px solid rgb(240,240,240); }
.office_content>ul:nth-of-type(7)>li>div{ width: 100%; height: 3px; background-color: rgb(240,240,240); }
.office_content>section{ display: none; }
.office_content>ol{ width: 100%; margin-top: 100px; border-top: 1px solid rgb(220,220,220); border-left: 1px solid rgb(220,220,220); display: flex; flex-flow: row wrap; justify-content: center; transition: all 0.2s ease-in-out; }
.office_content>ol>li{ width: 100%; display: flex; flex-flow: row nowrap; color: rgb(85,85,85); transition: all 0.2s ease-in-out; }
.office_content>ol>li:nth-of-type(1){ background-color: rgb(239,247,255); font-weight: bold; }
.office_content>ol>li>div{ padding: 10px; border-right: 1px solid rgb(220,220,220); border-bottom: 1px solid rgb(220,220,220); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; transition: all 0.2s ease-in-out; }
.office_content>ol>li>div:nth-of-type(1){ width: 20%; }
.office_content>ol>li>div:nth-of-type(2){ width: 20%; }
.office_content>ol>li>div:nth-of-type(3){ width: 40%; padding: 10px 20px; }
.office_content>ol>li>div:nth-of-type(4){ width: 20%; }
.office_content>ol>li>div p{ font-size: 16px; transition: all 0.2s ease-in-out; }
.office_content>ol>li>div:nth-of-type(3)>p{ width: 100%; text-align: justify; }
.office_content>ol>li:nth-of-type(1)>div:nth-of-type(3)>p{ width: auto; }
.office_content>ol>li>div:nth-of-type(3)>p{ display: flex; flex-flow: row wrap; }
.office_content>ol>li>div>a{ cursor: pointer;}
.office_content>ol>li>div:nth-of-type(3)>p>span{ width: 100%; display: flex; flex-flow: row nowrap; }
.office_content>ol>li>div:nth-of-type(3)>p>span>span:nth-of-type(2){ width: 100%; text-align: justify; }
/* 20190911 안정은추가 */
.color_red { color: red; }


/* 주요사업 */
.business_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; justify-content: space-between; transition: all 0.2s ease-in-out; }
.business_content>li{ display: flex; flex-flow: row wrap; }
.business_content>li:nth-of-type(1){ width: 66%; }
.business_content>li:nth-of-type(2){ width: 30%; }
.business_content>li>dl{ width: 100%; margin-bottom: 15px; display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.business_content>li>dl>dt{ width: 5px; height: 5px; min-width: 5px; margin-top: 10px; background-color: rgb(113,191,68); transform: rotate(45deg); transition: all 0.2s ease-in-out; }
.business_content>li>dl>dd{ width: 100%;  margin-left: 10px; color: rgb(102,102,102); text-align: justify; font-size: 16px; transition: all 0.2s ease-in-out; }
.business_content>li>figure{ width: 100%; height: auto; display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.business_content>li>figure:nth-of-type(1){ margin-bottom: 50px; justify-content: flex-start; }
.business_content>li>figure:nth-of-type(2){ justify-content: flex-end; }
.business_content>li>figure>figcaption{ height: auto; max-width: 100%; transition: all 0.2s ease-in-out; }
.business_content>li>figure>figcaption:nth-of-type(1){ width: 147px; }
.business_content>li>figure>figcaption:nth-of-type(2){ width: 148px; }
.business_content>li>figure>figcaption>img{ width: 100%; height: auto; transition: all 0.2s ease-in-out; }

/* 규정안내 */
.regulation_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; justify-content: space-between; }
.regulation_content>h4{ width: 100%; margin: 40px 0 5px; color: rgb(51,51,51); font-size: 20px; font-weight: bold; transition: all 0.2s ease-in-out; }
.regulation_content>h4:first-of-type{ margin-top: 0; }
.regulation_content>p{ width: 100%; color: rgb(102,102,102); font-size: 16px; text-align: justify; transition: all 0.2s ease-in-out; }
.regulation_content>h6{ width: 100%; display: flex; flex-flow: row nowrap; }
.regulation_content>h6:first-of-type{ margin-top: 15px; }
.regulation_content>h6>p{ color: rgb(102,102,102); font-size: 16px; font-weight: normal; transition: all 0.2s ease-in-out; }
.regulation_content>h6>p:nth-of-type(1){ min-width: 30px; }
.regulation_content>h6>p:nth-of-type(2){ text-align: justify; }
.regulation_content>h5{ width: 100%; color: rgb(51,51,51); font-size: 16px; font-weight: bold; text-align: justify; transition: all 0.2s ease-in-out; }
.regulation_content>h5:first-of-type{ margin: 40px 0 5px; }
.regulation_content>h5>a{ color: rgb(0,90,171); cursor: pointer; }

/* 오시는길 */
.direction_content{ width: 100%; height: auto; margin: auto; }
.daum_map{ width: 100% !important; height: 540px !important; transition: all 0.2s ease-in-out; }
.daum_map .wrap_map{ height: calc(100% - 32px) !important; }
.direction_content>dl{ width: 100%; margin-top: 20px; display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.direction_content>dl:first-of-type{ margin-top: 50px; }
.direction_content>dl>dt{ width: 26px; height: auto; min-width: 26px; margin-right: 20px; transition: all 0.2s ease-in-out; }
.direction_content>dl>dt>img{ width: 100%; height: auto; }
.direction_content>dl>dd{ width: 100%; margin-top: 2px; display: flex; flex-flow: column nowrap; transition: all 0.2s ease-in-out; }
.direction_content>dl:nth-of-type(1)>dd, .direction_content>dl:nth-of-type(2)>dd, .direction_content>dl:nth-of-type(3)>dd{ flex-flow: row nowrap; }
.direction_content>dl>dd>h4{ min-width: 50px; color: rgb(51,51,51); font-size: 16px; transition: all 0.2s ease-in-out; }
.direction_content>dl>dd>p{ color: rgb(51,51,51); font-size: 16px; transition: all 0.2s ease-in-out; }
.direction_content>dl>dd>h6{ width: 100%; margin-top: 5px; display: flex; flex-flow: row nowrap; color: rgb(102,102,102); font-size: 15px; font-weight: normal; transition: all 0.2s ease-in-out; }
.direction_content>dl>dd>h6>p{ text-align: justify; transition: all 0.2s ease-in-out; }
.direction_content>dl>dd>h6>p:nth-of-type(1){ min-width: 80px; }

/* 운동부 현황 */
.athletic_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; justify-content: space-between; }
.athletic_content>h2{ width: 100%; margin: 40px 0 10px; font-size: 20px; font-weight: bold; color: rgb(51,51,51); transition: all 0.2s ease-in-out; }
.athletic_content>h2:first-of-type{ margin-top: 0; }
.athletic_content>ul{ width: 100%; border-left: 1px solid rgb(220,220,220); display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.athletic_content>ul:nth-of-type(1){ border-top: 1px solid rgb(220,220,220); background-color: rgb(239,247,255); }
.athletic_content>ul>li{ width: 100%; padding: 5px 0; border-right: 1px solid rgb(220,220,220); border-bottom: 1px solid rgb(220,220,220); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; font-size: 16px; transition: all 0.2s ease-in-out; }
.athletic_content>ul>li:nth-of-type(1){ min-width: 90px; }
.athletic_content>ul>li:nth-of-type(2){ min-width: 160px; }
.athletic_content>ul>li:nth-of-type(3){ min-width: 190px; }
.athletic_content>ul>li:nth-of-type(4){ min-width: 130px; }
.athletic_content>ul>li>p>span{ display: none; }
.athletic_content>div{ width: 100%; display: flex; flex-flow: row wrap; justify-content: space-around; transition: all 0.2s ease-in-out; }
.athletic_content>div>dl{ width: 30%; min-width: 260px; margin: 0 1% 30px; border: 1px solid rgb(220,220,220); border-radius: 15px; display: flex; flex-flow: column nowrap; overflow: hidden; background-color: rgb(248,248,248); transition: all 0.2s ease-in-out; }
.athletic_content>div>dl.empty{ height: 0; margin-bottom: 0; border: 0; }
.athletic_content>div>dl>dt{ width: 100%; height: 45px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; color: rgb(255,255,255); transition: all 0.2s ease-in-out; }

.athletic_content>div>dl .color01 {background-color: rgb(38,124,204);} /* 수영 */
.athletic_content>div>dl .color02 {background-color: rgb(94,94,94);} /* 보치아 */
.athletic_content>div>dl .color03 {background-color:  rgb(223,137,225);} /* 유도 */
.athletic_content>div>dl .color04 {background-color: rgb(73,71,157);} /* 육상 */
.athletic_content>div>dl .color05 {background-color: rgb(223,138,38);}
.athletic_content>div>dl .color06 {background-color: rgb(223,199,38);}

.athletic_content>div>dl dd p:not(:last-child) {margin-bottom: 5px;}
/* .athletic_content>div>dl:nth-of-type(1)>dt{ background-color: rgb(94,94,94); }
.athletic_content>div>dl:nth-of-type(2)>dt{ background-color: rgb(94,94,94); }
.athletic_content>div>dl:nth-of-type(3)>dt{ background-color: rgb(94,94,94); }
.athletic_content>div>dl:nth-of-type(4)>dt{ background-color: rgb(94,94,94); }
.athletic_content>div>dl:nth-of-type(5)>dt{ background-color: rgb(73,71,157); }
.athletic_content>div>dl:nth-of-type(6)>dt{ background-color: rgb(38,124,204);  }
.athletic_content>div>dl:nth-of-type(7)>dt{ background-color: rgb(38,124,204); }
.athletic_content>div>dl:nth-of-type(8)>dt{ background-color: rgb(223,137,225); }
.athletic_content>div>dl:nth-of-type(9)>dt{ background-color: rgb(223,137,225);  }
.athletic_content>div>dl:nth-of-type(10)>dt{ background-color: rgb(73,71,157); }
.athletic_content>div>dl:nth-of-type(11)>dt{ background-color: rgb(38,124,204); }
.athletic_content>div>dl:nth-of-type(12)>dt{ background-color: rgb(223,138,38); }
.athletic_content>div>dl:nth-of-type(13)>dt{ background-color: rgb(223,199,38); } */
.athletic_content>div>dl>dd{ width: 100%; display: flex; flex-flow: column nowrap; transition: all 0.2s ease-in-out; }
.athletic_content>div>dl>dd:nth-of-type(1){ height: 205px; justify-content: center; align-items: center; background-color: rgb(255,255,255); }
.athletic_content>div>dl>dd:nth-of-type(1)>div{ width: 140px; height: 160px; border: 1px solid rgb(220,220,220); background-position: center; background-repeat: no-repeat; background-size: cover; transition: all 0.2s ease-in-out; }
.athletic_content>div>dl>dd:nth-of-type(2){ height: auto; padding: 15px; }
.athletic_content>div>dl>dd:nth-of-type(2)>h5{ width: 100%; margin-bottom: 10px; font-size: 16px; color: rgb(51,51,51); transition: all 0.2s ease-in-out; }
.athletic_content>div>dl>dd:nth-of-type(2)>p{ width: 100%; font-size: 14px; color: rgb(102,102,102); word-break: keep-all; transition: all 0.2s ease-in-out; }

/* 현황 */
.gamestatus_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; justify-content: space-between; }
.gamestatus_content>h2{ width: 100%; margin: 25px 0 20px; font-size: 20px; transition: all 0.2s ease-in-out; }
.gamestatus_content>h2:first-of-type{ margin-top: 0; }
.gamestatus_content>ul{ width: 100%; display: flex; flex-flow: row wrap; justify-content: space-between; transition: all 0.2s ease-in-out; }
.gamestatus_content>ul>li{ width: 13%; height: 50px; margin-bottom: 15px; border: 1px solid; border-radius: 10px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; font-size: 16px; cursor: pointer; transition: all 0.2s ease-in-out; }
@media(max-width:1090px){
    .gamestatus_content>ul>li{ width: 15%; }
}
@media(max-width:700px){
    .gamestatus_content>ul>li{ width: 18%; }
}
@media(max-width:550px){
    .gamestatus_content>ul>li{ width: 23%; }
}
@media(max-width:440px){
    .gamestatus_content>ul>li{ width: 30%; }
}
.gamestatus_content>ul>li.empty{ height: 0; border: 0; margin: 0; }
.gamestatus_content>section{ width: 100%; border: 1px solid rgb(220,220,220); border-radius: 15px; display: flex; flex-flow: row wrap; background-color: rgb(246,247,248); transition: all 0.2s ease-in-out; }
.gamestatus_content>section>article:nth-of-type(1){ width: 100%; border-bottom: 1px solid rgb(220,220,220); display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.gamestatus_content>section>article:nth-of-type(1)>dl{ width: 100%; padding: 30px; display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.gamestatus_content>section>article:nth-of-type(1)>dl:first-of-type{ border-right: 1px solid rgb(220,220,220); }
.gamestatus_content>section>article:nth-of-type(1)>dl>dt{ width: 130px; height: 130px; min-width: 130px; border-radius: 130px; background-position: center; background-repeat: no-repeat; background-size: cover; transition: all 0.2s ease-in-out; }
.gamestatus_content>section>article:nth-of-type(1)>dl>dd{ width: 100%; margin-left: 15px; display: flex; flex-flow: column nowrap; justify-content: center; transition: all 0.2s ease-in-out; }
.gamestatus_content>section>article:nth-of-type(1)>dl>dd>h4{ margin-bottom: 10px; color: rgb(51,51,51); font-size: 18px; transition: all 0.2s ease-in-out; }
.gamestatus_content>section>article:nth-of-type(1)>dl>dd>p{ color: rgb(102,102,102); font-size: 16px; transition: all 0.2s ease-in-out; }
.gamestatus_content>section>article:nth-of-type(2){ width: 100%; padding: 30px; display: flex; flex-flow: row wrap; transition: all 0.2s ease-in-out; }
.gamestatus_content>section>article:nth-of-type(2)>h6{ width: 100%; margin: 30px 0 10px; color: rgb(85,85,85); font-size: 18px; transition: all 0.2s ease-in-out; }
.gamestatus_content>section>article:nth-of-type(2)>h6:first-of-type{ margin-top: 0; }
.gamestatus_content>section>article:nth-of-type(2)>p{ width: 100%; color: rgb(102,102,102); font-size: 16px; text-align: justify; transition: all 0.2s ease-in-out; }

/* 생활체육 클럽 */
.club_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; justify-content: center; }
.club_content>h2{ width: 100%; margin-top: 20px; font-size: 22px; color: rgb(51,51,51); font-family: 'RixPremiumM', 'Noto Sans KR', sans-serif; font-weight: normal; line-height: 32px; display: flex; flex-flow: row wrap; transition: all 0.2s ease-in-out; }
.club_content>h2:first-of-type{ margin-top: 0; }
.club_content>h2>span{ margin-right: 5px; font-family: inherit; transition: all 0.2s ease-in-out; }
.club_content>h2>span:nth-of-type(2){ color: rgb(113,191,68); }
.club_content>h4{ width: 100%; margin-top: 40px; color: rgb(51,51,51); font-size: 20px; display: flex; flex-flow: row wrap; align-items: baseline; transition: all 0.2s ease-in-out; }
.club_content>h4>span:first-of-type{ width: 50px; color: rgb(73,71,157); font-size: 34px; font-family: 'RixPremiumM', 'Noto Sans KR', sans-serif; font-weight: normal; transition: all 0.2s ease-in-out; }
.club_content>h4>span:last-of-type{ color: rgb(73,71,157); transition: all 0.2s ease-in-out; }
.club_content>ul{ width: 100%; display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.club_content>ul>li{ padding: 5px 10px; border-right: 1px solid rgb(220,220,220); border-bottom: 1px solid rgb(220,220,220); display: flex; flex-flow: row wrap; align-items: center; font-size: 16px; color: rgb(102,102,102); transition: all 0.2s ease-in-out; }
.club_content>ul>li:nth-of-type(1){ width: 27%; border-left: 1px solid rgb(220,220,220); justify-content: center; text-align: center; background-color: rgb(246,245,255); color: rgb(51,51,51); }
.club_content>ul>li:nth-of-type(2){ width: 27%; min-width: 220px; text-align: justify; }
.club_content>ul>li:nth-of-type(3){ width: 27%; justify-content: center; text-align: center; }
.club_content>ul>li:nth-of-type(4){ width: 19%; justify-content: center; text-align: center; }
.club_content>ul:nth-of-type(1)>li{ margin-top: 20px; border-top: 1px solid rgb(220,220,220); flex-flow: row wrap; justify-content: center; text-align: center; font-weight: bold; color: rgb(51,51,51); background-color: rgb(239,247,255); }
.club_content>ul>li>span{ margin-right: 5px; word-break: keep-all; transition: all 0.2s ease-in-out; }
.club_content>ul>li>span.m_title{ display: none; }
.club_content>ul>li>span:last-of-type{ margin-right: 0; }
.club_content>ul>li:nth-of-type(3)>span{ margin-right: 0; }
.club_content>ul>li:nth-of-type(2)>div{ width: 100%; display: flex; flex-flow: row wrap; transition: all 0.2s ease-in-out; }
.club_content>ul>li:nth-of-type(2)>div>h5{ width: 100%; font-size: 16px; font-weight: normal; font-family: 'Noto Sans KR', sans-serif; transition: all 0.2s ease-in-out; }
.club_content>ul>li:nth-of-type(2)>div>p{ width: 100%; font-size: 16px; font-weight: normal; font-family: 'Noto Sans KR', sans-serif; display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.club_content>ul>li:nth-of-type(2)>div>p>span:first-of-type{ margin-right: 5px; }
.club_content>ol{ width: 100%; margin: 30px 0 20px 50px; display: flex; flex-flow: row wrap; justify-content: space-around; transition: all 0.2s ease-in-out; }
.club_content>ol>li{ width: 170px; height: 170px; border-radius: 170px; background-color: rgb(240,240,240); display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; transition: all 0.2s ease-in-out; }
.club_content>ol>li>div{ width: auto; height: auto; margin-bottom: 10px; text-align: center; transition: all 0.2s ease-in-out; }
.club_content>ol>li>div>img{ width: auto; height: auto; }
.club_content>ol>li>p{ text-align: center; transition: all 0.2s ease-in-out; }
.club_content>ol>div{ width: auto; color: rgb(240,240,240); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; font-size: 50px; transition: all 0.2s ease-in-out; }
.club_content> p.add_text201008 { margin: 15px auto 0; font-weight: bold; font-size: 17px; word-break: keep-all; line-height: 21px; width: 100%; display: flex; justify-content: center; flex-flow: row nowrap; }
.club_content> p.add_text201008 span:first-child {flex: 0 0 auto;}


/* 20230328 수정 */
.club_content .club-info-box {width: 100%;}
.club_content .club-info-box h4 {width: 100%; margin-top: 40px;color: rgb(51,51,51);font-size: 20px;transition: all 0.2s ease-in-out; color: rgb(73,71,157); margin-bottom: 20px;}

.club_content .club-info-box h4>span:first-child {width: 50px;color: rgb(73,71,157);font-size: 34px;font-family: 'RixPremiumM', 'Noto Sans KR', sans-serif;font-weight: normal;transition: all 0.2s ease-in-out; display: inline-block;}
.club_content>ul>li:nth-of-type(1) {width: 30%;}
.club_content>ul>li:nth-of-type(2) {min-width: 34%;}
.club_content>ul>li:nth-of-type(3) {width: 32%;}







/* 찾아가는 생활체육 */
.visit_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; }
.visit_content>h2{ width: 100%; display: flex; flex-flow: row wrap; transition: all 0.2s ease-in-out; }
.visit_content>h2>p{ margin: 0 10px 10px 0; font-family: 'RixPremiumM', 'Noto Sans KR', sans-serif; font-size: 34px; font-weight: normal; transition: all 0.2s ease-in-out; }
.visit_content>h2>p:nth-of-type(1){ color: rgb(113,191,68); }
.visit_content>h2>p:nth-of-type(2){ color: rgb(73,71,157); }
.visit_content>h4{ width: 100%; margin-top: 40px; color: rgb(51,51,51); font-size: 20px; display: flex; flex-flow: row wrap; align-items: baseline; transition: all 0.2s ease-in-out; }
.visit_content>h4>span:first-of-type{ width: 50px; color: rgb(113,191,68); font-size: 34px; font-family: 'RixPremiumM', 'Noto Sans KR', sans-serif; font-weight: normal; transition: all 0.2s ease-in-out; }
.visit_content>h4>span:nth-of-type(2){ margin-right: 5px; transition: all 0.2s ease-in-out; }
.visit_content>h4>span:last-of-type{ color: rgb(113,191,68); transition: all 0.2s ease-in-out; }
.visit_content>h6{ width: 100%; margin: 5px 0 15px 50px; font-size: 16px; color: rgb(51,51,51); font-weight: bold; transition: all 0.2s ease-in-out; }
.visit_content>p{ width: 100%; margin-left: 50px; font-size: 16px; color: rgb(102,102,102); display: flex; flex-flow: row nowrap; text-align: justify; transition: all 0.2s ease-in-out; }
.visit_content>p>span:first-of-type{ margin-right: 5px; }
.visit_content>dl{ width: 100%; height: 110px; margin: 10px 0 0 50px; padding: 0 45px; border-radius: 15px; display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; background-color: rgb(246,245,255); transition: all 0.2s ease-in-out; }
.visit_content>dl>dt{ font-family: 'RixPremiumM', 'Noto Sans KR', sans-serif; font-size: 24px; transition: all 0.2s ease-in-out; }
.visit_content>dl>dt>span{ color: rgb(73,71,157); font-family: inherit; }
.visit_content>dl>dd{ width: 40%; transition: all 0.2s ease-in-out; }
.visit_content>dl>dd>p{ width: 100%; display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.visit_content>dl>dd>p>span:first-of-type{ margin-right: 5px; }
.visit_content>ul{ width: 100%; margin: 30px 0 20px 50px; display: flex; flex-flow: row wrap; justify-content: space-around; transition: all 0.2s ease-in-out; }
.visit_content>ul>li{ width: 170px; height: 170px; border-radius: 170px; background-color: rgb(240,240,240); display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; transition: all 0.2s ease-in-out; }
.visit_content>ul>li>div{ width: auto; height: auto; margin-bottom: 10px; text-align: center; transition: all 0.2s ease-in-out; }
.visit_content>ul>li>div>img{ width: auto; height: auto; }
.visit_content>ul>li>p{ text-align: center; transition: all 0.2s ease-in-out; }
.visit_content>ul>div{ width: auto; color: rgb(240,240,240); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; font-size: 50px; transition: all 0.2s ease-in-out; }
.visit_content>div{ width: 100%; margin-left: 50px; display: flex; flex-flow: row wrap; transition: all 0.2s ease-in-out; }
.visit_content>div>p{ margin-right: 40px; color: rgb(51,51,51); font-size: 18px; transition: all 0.2s ease-in-out; }
.visit_content>ol{ width: 100%; margin-top: 100px; display: flex; flex-flow: row wrap; transition: all 0.2s ease-in-out; }
.visit_content>ol>li{ width: 100%; border-bottom: 1px solid rgb(220,220,220); border-left: 1px solid rgb(220,220,220); display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.visit_content>ol>li:nth-of-type(1){ height: 50px; border-top: 1px solid rgb(220,220,220); border-right: 1px solid rgb(220,220,220); background-color: rgb(218,237,255); color: rgb(0,90,171); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; font-size: 20px; font-weight: bold; }
.visit_content>ol>li>div{ height: 90px; border-right: 1px solid rgb(220,220,220); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; color: rgb(85,85,85); transition: all 0.2s ease-in-out; }
.visit_content>ol>li>div:nth-of-type(1){ width: 24%; }
.visit_content>ol>li>div:nth-of-type(1)>img{ width: 100px; height: auto; }
.visit_content>ol>li>div:nth-of-type(2){ width: 76%; }
.visit_content>ol>li>div:nth-of-type(2)>div{ height: 90px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; transition: all 0.2s ease-in-out; }
.visit_content>ol>li>div:nth-of-type(2)>div:nth-of-type(1){ width: 30%; padding: 0 5px; border-right: 1px solid rgb(220,220,220); }
.visit_content>ol>li>div:nth-of-type(2)>div:nth-of-type(2){ width: 70%; padding: 0 5px; }
.visit_content>ol>li>div:nth-of-type(2)>div p{ text-align: justify; transition: all 0.2s ease-in-out; }

/* 소개 및 이용안내 */
.information_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; }
.information_content>p{ width: 100%; margin-bottom: 30px; font-size: 16px; color: rgb(85,85,85); text-align: justify; transition: all 0.2s ease-in-out; }
.information_content>p>span{ font-size: 14px; }
.information_content>div{ width: 100%; margin-top: 15px; padding: 30px; border: 1px solid rgb(244,244,244); border-radius: 10px; background-color: rgb(250,250,250); transition: all 0.2s ease-in-out; }
.information_content>div>h4{ margin-bottom: 20px; color: rgb(0,90,171); font-size: 18px; text-align: justify; font-weight: bold; transition: all 0.2s ease-in-out; }
.information_content>div>h5{ margin-bottom: 5px; color: rgb(51,51,51); font-size: 15px; text-align: justify; transition: all 0.2s ease-in-out; }
.information_content>div>h6{ margin-bottom: 15px; color: rgb(102,102,102); font-size: 15px; text-align: justify; transition: all 0.2s ease-in-out; }
.information_content>div>h6>span{ font-size: 14px; font-weight: normal; }
.information_content>div>p{ width: 100%; display: flex; flex-flow: row nowrap; font-size: 15px; color: rgb(102,102,102); text-align: justify; transition: all 0.2s ease-in-out; }
.information_content>div>p>span.underline{ color: rgb(51,51,51); text-decoration: underline; font-weight: bold; }
.information_content>div>p>span:first-of-type{ margin-right: 10px; color: rgb(0,90,171); }

/* 인터넷 접수방법 */
.accept_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; }
.accept_content>div{ width: 100%; margin-bottom: 50px; display: flex; flex-flow: row nowrap; align-items: flex-start; transition: all 0.2s ease-in-out; }
.accept_content>div>dl{ width: 30%; display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: center; transition: all 0.2s ease-in-out; }
.accept_content>div>dl>dt{ width: 80%; max-width: 200px; margin-bottom: 30px; border-radius: 200px; background-color: rgb(250,250,250); background-position: center; background-repeat: no-repeat; transition: all 0.2s ease-in-out; }
.accept_content>div>dl:nth-of-type(1)>dt{ background-size: auto 47%; }
.accept_content>div>dl:nth-of-type(2)>dt{ background-size: auto 40.5%; }
.accept_content>div>dl:nth-of-type(3)>dt{ background-size: auto 40%; }
.accept_content>div>dl:nth-of-type(4)>dt{ background-size: auto 39%; }
.accept_content>div>dl:nth-of-type(5)>dt{ background-size: auto 35%; }
.accept_content>div>dl>dd{ width: 100%; display: flex; flex-flow: column nowrap; align-items: center; transition: all 0.2s ease-in-out; }
.accept_content>div>dl>dd>h4{ margin-bottom: 15px; font-size: 18px; color: rgb(70,82,102); font-weight: bold; transition: all 0.2s ease-in-out; }
.accept_content>div>dl>dd>p{ font-size: 15px; color: rgb(102,102,102); text-align: center; transition: all 0.2s ease-in-out; }
.accept_content>div>dl>dd>p>span.for_mobile{ display: none; }
.accept_content>div>div{ width: 5%; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; transition: all 0.2s ease-in-out; }
.accept_content>div>div>div{ width: 100%; height: auto; transition: all 0.2s ease-in-out; }
.accept_content>div>div>div>img{ width: 100%; height: auto; transition: all 0.2s ease-in-out; }
.accept_content>figure{ width: 100%; margin-top: 50px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; transition: all 0.2s ease-in-out; }
.accept_content>figure>a{ width: 50%; height: 60px; border: 2px solid; border-radius: 10px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; font-weight: bold; font-size: 18px; transition: all 0.2s ease-in-out; }
.accept_content>figure>a:nth-of-type(1){ margin-right: 20px; background-color: rgb(246,245,255); border-color: rgb(200,199,225); color: rgb(73,71,157); }
.accept_content>figure>a:nth-of-type(2){ background-color: rgb(244,250,255); border-color: rgb(178,205,230); color: rgb(0,90,171); }

/* 사이트맵 */
.sitemap_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; justify-content: space-between; transition: all 0.2s ease-in-out; }
.sitemap_content>dl{ width: 27%; min-width: 250px; height: auto; margin: 0 1% 40px; transition: all 0.2s ease-in-out; }
.sitemap_content>dl>dt{ width: 100%; padding: 15px 25px; background-color: rgb(68,65,154); color: rgb(255,255,255); font-size: 18px; font-weight: bold; transition: all 0.2s ease-in-out; }
.sitemap_content>dl>dd{ width: 100%; border-bottom: 1px solid rgb(204,204,204); display: flex; flex-flow: row wrap; color: rgb(85,85,85); font-size: 16px; transition: all 0.2s ease-in-out; }
.sitemap_content>dl>dd.sitemap_detail{ padding: 15px 45px; display: flex; flex-flow: column nowrap; align-items: flex-start; background-color: rgb(247,247,247); }
.sitemap_content>dl>dd a{ width: 100%; height: 100%; padding: 15px 25px; }
.sitemap_content>dl>dd.sitemap_detail a{ padding: 0; }
.sitemap_content>dl>dd a:hover{ color: rgb(68,65,154); font-weight: bold; }
.sitemap_content>dl>dd.sitemap_detail>a{ display: flex; flex-flow: row nowrap; align-items: center; }
.sitemap_content>dl>dd.sitemap_detail>a>span:first-of-type{ margin-right: 5px; font-size: 10px; }



/* e-스포츠 : 인터넷 접수방법 */
.use_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; }
.use_content>div{ width: 100%; margin-bottom: 50px; display: flex; flex-flow: row nowrap; align-items: flex-start; transition: all 0.2s ease-in-out; }
.use_content>div>dl{ width: 30%; display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: center; transition: all 0.2s ease-in-out; }
.use_content>div>dl>dt{ width: 80%; max-width: 200px; margin-bottom: 30px; border-radius: 200px; background-color: rgb(250,250,250); background-position: center; background-repeat: no-repeat; transition: all 0.2s ease-in-out; }
.use_content>div:nth-of-type(1)>dl:nth-of-type(1)>dt{ background-size: auto 47%; }
.use_content>div:nth-of-type(1)>dl:nth-of-type(2)>dt{ background-size: auto 40%; }
.use_content>div:nth-of-type(1)>dl:nth-of-type(3)>dt{ background-size: auto 40%; }
.use_content>div:nth-of-type(2)>dl:nth-of-type(1)>dt{ background-size: auto 40%; }
.use_content>div:nth-of-type(2)>dl:nth-of-type(2)>dt{ background-size: auto 47%; }

.use_content>div>dl>dd{ width: 100%; display: flex; flex-flow: column nowrap; align-items: center; transition: all 0.2s ease-in-out; }
.use_content>div>dl>dd>h4{ margin-bottom: 15px; font-size: 18px; color: rgb(70,82,102); font-weight: bold; transition: all 0.2s ease-in-out; }
.use_content>div>dl>dd>p{ font-size: 15px; color: rgb(102,102,102); text-align: center; transition: all 0.2s ease-in-out; }
.use_content>div>dl>dd>p>span.for_mobile{ display: none; }
.use_content>div>div{ width: 5%; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; transition: all 0.2s ease-in-out; }
.use_content>div>div>div{ width: 100%; height: auto; transition: all 0.2s ease-in-out; }
.use_content>div>div>div>img{ width: 100%; height: auto; transition: all 0.2s ease-in-out; }
.use_content>figure{ width: 100%; margin-top: 50px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; transition: all 0.2s ease-in-out; }
.use_content>figure>a{ width: 50%; height: 60px; border: 2px solid; border-radius: 10px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; font-weight: bold; font-size: 18px; transition: all 0.2s ease-in-out; }
.use_content>figure>a:nth-of-type(1){ margin-right: 20px; background-color: rgb(246,245,255); border-color: rgb(200,199,225); color: rgb(73,71,157); }
.use_content>figure>a:nth-of-type(2){ background-color: rgb(244,250,255); border-color: rgb(178,205,230); color: rgb(0,90,171); } 

.use_content>figure>a.ct{ margin:0 auto; }

/* e-스포츠 : 소개 및 이용안내 */
.esports_content .overlay-bg{ background:url('/img/esports_sub_bg.jpg') no-repeat center center;  width:100%; height:250px; }
.esports_content .overlay-bg2{ background:url('/img/esports_sub_bg2.jpg') no-repeat center center;  width:100%; height:250px; }
.esports_top_txt {background: #fcfcfc; width:95%; margin:0 auto; position: relative; top: -75px; padding: 40px; box-sizing: border-box; }
.esports_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; }
.esports_top_txt p{ width: 100%; font-size: 18px; color: #333; text-align: center; font-weight: 600;}
.pct_br {display:none;}
.txt_gray {color:#666;}
.txt_red {color:#ff0000;}
.esports_top_txt .txt_red {display:inline-block; margin:20px 0;  }
.esports_top_table {width: 100%; font-size: 18px; text-align: center; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; }
.esports_top_table th {background: #fcfcfc; color: #333;  padding:30px; border-right: 1px solid #e3e3e3;}
.esports_top_table td {background: #fff; padding:30px; color: #666; display: flex; align-items: center; justify-content: center;}
.esports_top_table tt {background: #fff; padding:30px; color: #666; display: flex; align-items: center; justify-content: center;
border-top-width:1px; border-top-style:solid; border-top-color:#e9e9e9;}

.c2 { width: 100%; margin-top: 20px; transition: all 0.2s ease-in-out; }
.c2 h4{ margin-bottom: 20px; color: rgb(0,90,171); font-size: 18px; text-align: justify; font-weight: bold; transition: all 0.2s ease-in-out; }
.c2 h5{ margin-bottom: 5px; color: rgb(51,51,51); font-size: 15px; text-align: justify; transition: all 0.2s ease-in-out; }
.c2 h6{ margin-bottom: 15px; color: rgb(102,102,102); font-size: 15px; text-align: justify; transition: all 0.2s ease-in-out; }
.c2 h6>span{ font-size: 14px; font-weight: normal; }
.c2 p{ width: 100%; display: flex; flex-flow: row nowrap; font-size: 15px; color: rgb(102,102,102); text-align: justify; transition: all 0.2s ease-in-out; margin-bottom: 5px;
}



.map_view_btn {display: inline-block; padding:3px 5px; /* width: 80px; height: 35px; */ border-radius: 5px; border: 1px solid #71bf44; background-color: #f7fef3; display: flex; flex-flow: row nowrap; align-items: center; font-size: 16px; line-height: 28px; color: #71bf44; cursor: pointer; transition: all 0.2s ease-in-out; margin-left:10px;}

.ota { margin-top:5%; margin-bottom:5%; text-align:center;}
.ota img{ margin:0 auto;}

.ota2 { margin-top:5%; margin-bottom:5%; text-align:center;}
.ota2 img{ margin:0 auto;}


@media(max-width:700px){
.ota img { width:80%;}
}
@media(max-width:550px){
.ota img { width:80%;}
}
@media(max-width:440px){
.ota img { width:80%;}
}

.esports_content .esports_top_txt .smap { margin-top:20px; text-align:center;}
.esports_content .esports_top_txt .smap img { width:100%;}



/* 게임 종목 수정 - 220324*/
.esports_list_box {font-size:0; width:100%; display: flex; }
.esports_list_box + .esports_list_box {margin-top:30px;}
.esports_list_box.elb02 {padding-bottom:50px; border-bottom:1px solid #eeeeee; margin-bottom:85px;}
.esports_list_box.elb03 {padding-bottom:50px; margin-bottom:85px;}
.esports_list_box .esports_con_box { display: flex; width:50%; font-size:0; }
.esports_list_box .esports_con_box > div {display: inline-block; vertical-align: top; }
.esports_con_box:nth-of-type(2n) .esports_con_info {padding-right:0;}
.esports_con_info {padding: 10px 5px 0 15px; box-sizing:border-box;}
.esports_con_info > h4 { font-size: 24px; color: #000; font-weight: bold; margin-bottom: 20px; letter-spacing: -2px;}
.esports_con_info > p { font-size: 16px; color: #333; font-weight: 300; word-break: keep-all;}

@media(max-width:1200px){ 
	.esports_con_info > p br {display:none;}
}

@media(max-width:1024px){ 
	.esports_list_box { flex-direction: column;}
	.esports_list_box .esports_con_box { width:100%;}
	.esports_con_box + .esports_con_box {margin-top:30px;}
	.esports_con_info > h4 { font-size: 20px;}
}
@media(max-width:600px){ 
	.esports_con_info > h4 { font-size: 18px; margin-bottom:10px;}
	.esports_con_info > p { font-size: 14px;}
	.esports_list_box.elb02 {margin-top: 20px; padding-bottom: 20px; margin-bottom: 50px;}
	.esports_con_box + .esports_con_box {margin-top:20px;}

}
@media(max-width:380px){ 
	.esports_list_box .esports_con_box { flex-direction: column;}
	.esports_con_img img {width:100%;}
	.esports_con_info {padding: 10px;}
	
}


/* 게임 종목 */
.esports_content h2 { width: 100%; padding-bottom: 30px; margin-bottom: 50px;font-size: 26px; color: #71bf44; font-weight: 600; text-align: center; transition: all 0.2s ease-in-out; border-bottom: 1px solid  #71bf44;}
.esports_content>section>dl {width: 100%; height: auto; margin: auto; display: flex; flex-flow: row nowrap; justify-content: space-between; transition: all 0.2s ease-in-out; padding-bottom: 70px; }
.esports_content>section>dl>dt {transition: all 0.2s ease-in-out; }
.esports_content>section>dl>dd {width: 60%; transition: all 0.2s ease-in-out; padding-left:40px;}
.esports_content>section>dl>dt img {max-width: 420px; height: auto; transition: all 0.2s ease-in-out; }
.esports_content>section>dl>dd>h4 { width: 100%; font-size: 28px; color:#333; font-weight: bold; margin-bottom: 30px; transition: all 0.2s ease-in-out; }
.esports_content>section>dl>dd>p { 
	width: 100%; font-size: 24px; color:#aae786; font-weight: bold; margin-bottom: 5px; transition: all 0.2s ease-in-out; 
}
.esports_content>section>dl>dd li{ width: 100%; font-size: 18px; color:#666; font-weight: 500; transition: all 0.2s ease-in-out; position:relative; text-indent: 30px;}
.esports_content>section>dl>dd li::before {content:""; display:inline-block; position:absolute; left:0; top: 4px; background: url('/img/esports_icon.png') no-repeat center center; width:20px; height:20px;}

.reservation_btn {display: inline-block; width: 210px; height: 35px; border-radius: 5px; background-color: #005aab; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; font-size: 16px;font-weight: bold; line-height: 28px; color: #fff; transition: all 0.2s ease-in-out;  margin-bottom: 20px;}
.esports_content>article { width: 100%; margin-top: 15px; padding: 30px; border: 1px solid rgb(244,244,244); border-radius: 10px; background-color: #fafafa; transition: all 0.2s ease-in-out; }
.esports_content>article>h4{ margin-bottom: 20px; color: rgb(0,90,171); font-size: 18px; text-align: justify; font-weight: bold; transition: all 0.2s ease-in-out; }
.esports_content>article>h5{ margin-bottom: 5px; color: rgb(51,51,51); font-size: 15px; text-align: justify; transition: all 0.2s ease-in-out; }
.esports_content>article>h6{ margin-bottom: 15px; color: rgb(102,102,102); font-size: 15px; text-align: justify; transition: all 0.2s ease-in-out; }
.esports_content>article>h6>span{ font-size: 14px; font-weight: normal; }
.esports_content>article>p{ width: 100%; display: flex; flex-flow: row nowrap; font-size: 15px; color: rgb(102,102,102); text-align: justify; transition: all 0.2s ease-in-out; margin-bottom: 5px;
}



.m_br {display:none;}
.underline { color: #ff0000; text-decoration: underline; font-weight: bold; }
.esports_content>article>p>span:first-of-type{ margin-right: 10px; color: rgb(0,90,171); }
.esports_body_table {width:100%; font-size: 16px; text-align: center; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; margin-bottom: 20px;}
.esports_body_table thead th {background: #71bf44; color: #fff;  padding:20px 0; }
.esports_body_table tbody th {background: #fcfcfc; color: #333;  padding:20px 0; border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; min-width:50px;}
.esports_body_table tbody .c1 {background: #e7f2e1;}
.esports_body_table tbody td {background: #fff; color: #666;  padding:20px 0; border-bottom: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3; }

.esports_body_table2 {width:100%; font-size: 16px; text-align: center; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;  margin-top: 20px;}
.esports_body_table2 thead th {background: #71bf44; color: #fff;  padding:10px 0; }
.esports_body_table2 tbody th {background: #fcfcfc; color: #333;  padding:7px 0; border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;}
.esports_body_table2 tbody .c1 {background: #e7f2e1;}
.esports_body_table2 tbody td {background: #fff; color: #666;  padding:7px 0; border-bottom: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3; }

.ss-tt {
	display:inline-block;padding:3px 20px 5px 20px;border-radius: 5px; background-color: #005aab; font-size: 16px;font-weight: bold;color: #fff;
	margin-bottom:10px;
}

.red-tt {
    display:inline-block;padding:3px 20px 5px 20px;border-radius: 5px; background-color: #ff0000; font-size: 16px;font-weight: bold;color: #fff;
	margin-bottom:10px; font-weight: bold;
} 

.rev-comp {overflow:unset !important;color:#999999;}
.rev-ing {overflow:unset !important;color:#777777;}
.rev-comp:after {
	content:'완';background-color:#666666;color:#ffffff;border:1px solid #666666;border-radius:3px;padding:0 4px 1px 4px;margin-left:10px;
	font-size:12px;
}
.rev-ing:after {
	content:'가';background-color:#ff6565;color:#ffffff;border:1px solid #ff6565;border-radius:3px;padding:0 4px 1px 3px;margin-left:10px;
	font-size:12px;
}
.rev-ing-dis,.rev-comp-dis {color:#cccccc;}
.rev-ing-dis:after {content:'가';background-color:#cccccc;color:#ffffff;border:1px solid #c1c1c1;border-radius:3px;padding:0 4px 1px 3px;margin-left:10px;
	font-size:12px;}
.rev-comp-dis:after {content:'완';background-color:#cccccc;color:#ffffff;border:1px solid #c1c1c1;border-radius:3px;padding:0 4px 1px 4px;margin-left:10px;
	font-size:12px;}

.txt-rev-ing {background-color: #ff6565;color: #ffffff;border: 1px solid #ff6565;border-radius: 3px;padding: 0 4px 1px 3px;font-size: 12px;}
.txt-rev-comp {background-color: #666666;color: #ffffff;border: 1px solid #666666;border-radius: 3px;padding: 0 4px 1px 4px;font-size: 12px;}


.table50 {width:50%; float:left; height: 65px; line-height: 65px;}
.table50:nth-of-type(1) {border-right:1px solid #e3e3e3;}

.esports-li {display: flex; align-items: flex-start;}
.esports-li u {text-decoration:none; width:calc(100% - 108px);}
.esports-li i {font-style:normal; display:block;margin-left:5px;}
.esports-li > span {width:108px;}

@media(max-width:960px){
	.rev-comp,.rev-ing,.rev-ing-dis,.rev-comp-dis {font-size:14px;}
}
@media only screen and (max-width: 768px) {
	.cal-table table, .cal-table thead, .cal-table tbody, .cal-table th, .cal-table td, .cal-table tr {
		display: block;
	}
	.cal-table td {float:left;width:100%;max-width:100% !important;text-align:center;position:relative;border-bottom:1px solid #f1f1f1;padding-top:10px;padding-bottom:10px;}
	.cal-table td font {float:left;display:inline-block;width:50px;}
	.cal-table td p {float:left;display:inline-block;margin-right:5px;}
	.m-hide {display:none !important;}
}

@media only screen and (max-width: 570px) {
	.esports-li i {word-break: break-word;}
}


@media only screen and (max-width: 412px) {
	.cal-table td {height:auto !important;text-align:left;}
	.cal-table td p {width:100%;padding-left:25px;margin-bottom:5px;}
	.order-btn > a {width:100%;}
	
	.esports-li { flex-direction: column; width: 100%;}
	.esports-li u { width: 100%;}
	.esports-li i {margin-left:0;}
	
}
.order-btn {text-align:right;margin-bottom:20px;}

/* 파크골프 : 소개 및 이용안내 */
.pg-overlay-bg{ background:url('/img/parkgolf_sub_bg.jpg') no-repeat center center;  width:100%; height:250px; }
.pg_body_table {width:100%; font-size: 16px; text-align: center; border-top: 1px solid #e3e3e3; }
.pg_body_table thead th {background: #71bf44; color: #fff; padding:10px 0; border-left: 1px solid #e3e3e3;border-right: 1px solid #e3e3e3;}
.pg_body_table thead th:first-child {border-left:0;}
.pg_body_table thead th:last-child {border-right:0;}
.pg_body_table tbody th {background: #fcfcfc; color: #333; padding:20px 0; border-bottom: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3;}
.pg_body_table tbody td:first-child {border-left:0;}
.pg_body_table tbody td:last-child {border-right:0;}
.pg_body_table tbody td {background: #fff; color: #666;  padding:5px 0; border-bottom: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3;     }
.pg_body_table tfoot td {padding:20px 0;color: #666;}


.pg-rev-btn {
	width:85%;display:block;border:1px solid #999999;background-color:#ffffff;font-size:0.8rem;text-align:center;padding:5px 0;margin:10px;color:#666666;
}
.pg-rev-ing {color:#ff0000;font-size:0.8rem;text-align:center;}
.pg-rev-comp {color:#666666;font-size:0.8rem;text-align:center;}

.pg-rev-ing-dis, .pg-rev-comp-dis {color:#cccccc;font-size:0.8rem;text-align:center;}
.pg-rev-btn-dis {
	width:85%;display:block;border:1px solid #cccccc;background-color:#f1f1f1;font-size:0.8rem;text-align:center;color:#cccccc;padding:5px 0;margin:10px;
}
@media only screen and (max-width: 768px) {
	.pg_body_table tbody td {padding-top:10px;padding-bottom:10px;height:auto;}
	.pg-rev-btn, .pg-rev-btn-dis {width:100%;margin:0;padding-left:10px;padding-right:10px;}
}
@media (max-width: 480px){
	.content_table tbody td {padding-top:10px;padding-bottom:10px;height:auto;}
}

.mimeStone-wrap {width:100%;position:relative;float:left;font-size:14px;}
.mimeStone-half {width:50%;float:left;}
.mimeStone-header {float:left;width:100%;border-top:1px solid #71bf45;}
.mimeStone-header > ul {float:left;position:relative;width:100%;}
.mimeStone-header > ul:nth-child(2) {border-top:1px solid #dddddd;border-bottom:1px solid #dcdedb;}
.mimeStone-header > ul > li {
	word-break: keep-all;word-wrap: break-word;display: flex;justify-content: center;align-items: center;
	float:left;text-align:center;color:#666666;box-sizing: border-box;height:42px;font-weight:500;
	border-right:1px solid #dcdedb;background-color:#f5fdf0;width:33.3333%;
}
.mimeStone-header > ul > li:last-child {border-right:0;}
.mimeStone-header > ul > li.full {background-color:#f5fdf0;width:100%;color:#333333;border-right:0;}
.mimeStone-body {width:100%;position:relative;float:left;}

.mimeStone-body > .mimeStone-body-item {width:100%;float:left;box-sizing: border-box;border-bottom:1px solid #dfdfdf;}
.mimeStone-body > .mimeStone-body-item > ul {margin:0;padding:0;}
.mimeStone-body > .mimeStone-body-item > ul > li {
	float:left;text-align:center;box-sizing: border-box;padding-left:10px;padding-right:10px;height:42px;
	display: flex;justify-content: center;align-items: center;border-right:1px solid #dfdfdf;
	word-break: normal; word-wrap: break-word;width:33.3333%;color:#666666;
}
.mimeStone-body > .mimeStone-body-item > ul > li:last-child {border-right:0;}
.pg-btn-ing {
	width:100%;display:block;border:1px solid #71bf45; background-color:#71bf45;font-size:0.8rem;text-align:center;padding:5px 0;
	margin:10px;color:#ffffff;border-radius:5px;
}
.pg-btn-comp {
	width:100%;display:block;border:1px solid #dddddd;background-color:#dddddd;font-size:0.8rem;text-align:center;padding:5px 0;
	margin:10px;color:#666666;border-radius:5px;
}
.pg-btn-edt {
	width:100%;display:block;border:1px solid #b479e6;background-color:#c188f0;font-size:0.8rem;text-align:center;padding:5px 0;
	margin:10px;color:#ffffff;border-radius:5px;
}
@media only screen and (max-width: 768px) {
	.mimeStone-half {width:100%;}
}

.layer-continer {display:none; z-index:200; position:fixed; left:0; top:0; width:100%; height:100%;}
.layer-continer .l-blind { position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5); }
.layer-continer .in-layer {position:absolute; left:50%; top:50%; max-width:	768px; width:100%;  background:#fff;
transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%);border-radius:15px;}
.layer-continer .in-layer .top-area {position:relative; height:76px; padding:0 55px; background:#f5f5f5;border-radius:15px 15px 0 0; }
.layer-continer .in-layer .top-area span { display:inline-block; font-size:24px; color:#222; font-weight:500; padding-top:19px; }
.layer-continer .in-layer .top-area a { position:absolute; right:0; top:0; width:76px; height:76px; background:url("/img/btn_closeX_gray.png") no-repeat center; background-size:22px; }
.layer-continer .in-layer .cont-area { 
	padding:20px 40px 40px 40px; box-sizing:border-box; overflow-y:auto;max-height:600px;margin-top:20px;margin-bottom:30px;
}
@media only screen and (max-width: 412px) {
	.pop-tt {font-size:18px !important;}
	.layer-continer .in-layer .cont-area {max-height:400px !important;padding-left:15px !important;padding-right:15px !important;padding-top:0 !important;}
	.layer-continer .in-layer .top-area {padding-left:25px !important;height:60px !important;}
	.layer-continer .in-layer .top-area a {width:55px !important;height:55px !important;top:4px !important;}
}
@media (max-width: 520px){
	.pop-tt {padding-top:3px !important;}
	.layer-continer .in-layer .top-area span.se-dt {font-size:14px !important;padding-top:0 !important;}
}
.layer-continer .in-layer .top-area span.se-dt {font-size:18px;color:#0000ff !important;}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left; position: relative;width: 100%;padding-right: 5px;padding-left: 5px;
}
@media (min-width: 768px){
	.col-sm-12 {width: 100% !important;}
	.col-sm-11 {width: 91.66666667% !important;}
	.col-sm-10 {width: 83.33333333% !important;}
	.col-sm-9 {width: 75% !important;}
	.col-sm-8 {width: 66.66666667% !important;}
	.col-sm-7 {width: 58.33333333% !important;}
	.col-sm-6 {width: 50% !important;}
	.col-sm-5 {width: 41.66666667% !important;}
	.col-sm-4 {width: 33.33333333% !important;}
	.col-sm-3 {width: 25% !important;}
	.col-sm-2 {width: 16.66666667% !important;}
	.col-sm-1 {width: 8.33333333% !important;}
}

/* 대여 생활체육 */
.rent_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; }
.rent_content>h2{ width: 100%; display: flex; flex-flow: row wrap; transition: all 0.2s ease-in-out; }
.rent_content>h2>p{ margin: 0 10px 10px 0; font-family: 'RixPremiumM', 'Noto Sans KR', sans-serif; font-size: 34px; font-weight: normal; transition: all 0.2s ease-in-out; }
.rent_content>h2>p:nth-of-type(1){ color: rgb(73,71,157); }
.rent_content>h2>p:nth-of-type(2){ color: rgb(73,71,157); }
.rent_content>h4{ width: 100%; margin-top: 40px; color: rgb(51,51,51); font-size: 20px; display: flex; flex-flow: row wrap; align-items: baseline; transition: all 0.2s ease-in-out; }
.rent_content>h4>span:first-of-type{ width: 50px; color: rgb(73,71,157); font-size: 34px; font-family: 'RixPremiumM', 'Noto Sans KR', sans-serif; font-weight: normal; transition: all 0.2s ease-in-out; }
.rent_content>h4>span:nth-of-type(2){ margin-right: 5px; transition: all 0.2s ease-in-out; }
.rent_content>h4>span:last-of-type{ color: rgb(73,71,157); transition: all 0.2s ease-in-out; }
.rent_content>h6{ width: 100%; margin: 5px 0 15px 50px; font-size: 16px; color: rgb(51,51,51); font-weight: bold; transition: all 0.2s ease-in-out; }
.rent_content>p{ width: 100%; margin-left: 50px; font-size: 16px; color: rgb(102,102,102); display: flex; flex-flow: row nowrap; text-align: justify; transition: all 0.2s ease-in-out; }
.rent_content>p>span:first-of-type{ margin-right: 5px; }
.rent_content>dl{ width: 100%; height: 110px; margin: 10px 0 0 50px; padding: 0 45px; border-radius: 15px; display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; background-color: rgb(246,245,255); transition: all 0.2s ease-in-out; }
.rent_content>dl>dt{ font-family: 'RixPremiumM', 'Noto Sans KR', sans-serif; font-size: 24px; transition: all 0.2s ease-in-out; }
.rent_content>dl>dt>span{ color: rgb(73,71,157); font-family: inherit; }
.rent_content>dl>dd{ width: 40%; transition: all 0.2s ease-in-out; }
.rent_content>dl>dd>p{ width: 100%; display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.rent_content>dl>dd>p>span:first-of-type{ margin-right: 5px; }
.rent_content>ul{ width: 100%; margin: 30px 0 20px 50px; display: flex; flex-flow: row wrap; justify-content: space-around; transition: all 0.2s ease-in-out; }
.rent_content>ul>li{ width: 165px; height: auto;margin-bottom:20px; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; transition: all 0.2s ease-in-out; }
.rent_content>ul>li>div{width: auto; height: auto; margin-bottom: 10px; text-align: center; transition: all 0.2s ease-in-out;border:1px solid #dddddd; }
.rent_content>ul>li>div>img{ width: auto; height: auto; }
.rent_content>ul>li>p{ text-align: center; transition: all 0.2s ease-in-out; }
.rent_content>ul>div{ width: auto; color: rgb(240,240,240); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; font-size: 50px; transition: all 0.2s ease-in-out; }
.rent_content>div{ width: 100%; margin-left: 50px; display: flex; flex-flow: row wrap; transition: all 0.2s ease-in-out; }
.rent_content>div>p{ margin-right: 40px; color: rgb(51,51,51); font-size: 18px; transition: all 0.2s ease-in-out; }
.rent_content>ol{ width: 100%; margin-top: 100px; display: flex; flex-flow: row wrap; transition: all 0.2s ease-in-out; }
.rent_content>ol>li{ width: 100%; border-bottom: 1px solid rgb(220,220,220); border-left: 1px solid rgb(220,220,220); display: flex; flex-flow: row nowrap; transition: all 0.2s ease-in-out; }
.rent_content>ol>li:nth-of-type(1){ height: 50px; border-top: 1px solid rgb(220,220,220); border-right: 1px solid rgb(220,220,220); background-color: rgb(218,237,255); color: rgb(0,90,171); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; font-size: 20px; font-weight: bold; }
.rent_content>ol>li>div{ height: 90px; border-right: 1px solid rgb(220,220,220); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; color: rgb(85,85,85); transition: all 0.2s ease-in-out; }
.rent_content>ol>li>div:nth-of-type(1){ width: 24%; }
.rent_content>ol>li>div:nth-of-type(1)>img{ width: 100px; height: auto; }
.rent_content>ol>li>div:nth-of-type(2){ width: 76%; }
.rent_content>ol>li>div:nth-of-type(2)>div{ height: 90px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; transition: all 0.2s ease-in-out; }
.rent_content>ol>li>div:nth-of-type(2)>div:nth-of-type(1){ width: 30%; padding: 0 5px; border-right: 1px solid rgb(220,220,220); }
.rent_content>ol>li>div:nth-of-type(2)>div:nth-of-type(2){ width: 70%; padding: 0 5px; }
.rent_content>ol>li>div:nth-of-type(2)>div p{ text-align: justify; transition: all 0.2s ease-in-out; }

.rent_content_twrap {margin:5px 0 15px 50px;}
.rent_content_table {width: 100%; font-size: 16px; text-align: center; border-top: 1px solid #e3e3e3; }
.rent_content_table th {
	background: #fcfcfc; color: #333;  padding:10px 30px; border-right: 1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;
}
.rent_content_table td {
	background: #fff; padding:10px 30px; color: #666; border-bottom:1px solid #e3e3e3;text-align:left;
}
@media (max-width:480px){
	.rent_content>h2{ justify-content: center; }
    .rent_content>h2>p{ margin: 0 0 10px 0; font-size: 24px; }
    .rent_content>h4{ margin-top: 30px; font-size: 16px; }
    .rent_content>h4>span:first-of-type{ width: 30px; font-size: 24px; }
    .rent_content>h6{ margin-left: 30px; font-size: 14px; }
    .rent_content>p{ margin-left: 30px; font-size: 14px; }
    .rent_content>dl{ margin-left: 30px; padding: 15px; }
    .rent_content>dl>dt{ margin-bottom: 15px; font-size: 16px; }
    .rent_content>dl>dd{ font-size: 14px; text-align: justify; }
    .rent_content>dl>dd>p{ justify-content: flex-start; }
    .rent_content>ul{ margin: 15px 0 15px 30px; flex-flow: column nowrap; align-items: center; }
    .rent_content>ul>li{ width: 150px; height: 150px; }
    .rent_content>ul>div{ width: auto; height: auto; margin: 10px 0; font-size: 30px; }
    .rent_content>ul>div>i{ transform: rotate(90deg);}
    .rent_content>div{ margin-left: 30px; }
    .rent_content>div>p{ margin-right: 20px; font-size: 14px; }
    .rent_content>ol{ margin-top: 40px; }
    .rent_content>ol>li{ border: 0; }
    .rent_content>ol>li:nth-of-type(1){ padding-left: 10px; border: 0; justify-content: flex-start; font-size: 16px; }
    .rent_content>ol>li>div:nth-of-type(1){ width: 100px; }
    .rent_content>ol>li>div:nth-of-type(1)>img{ width: 80px; }
    .rent_content>ol>li>div{ height: 90px; border: 0; }
    .rent_content>ol>li>div:nth-of-type(2){ flex-flow: column nowrap; justify-content: center; font-size: 14px; }
    .rent_content>ol>li>div:nth-of-type(2)>div:nth-of-type(1){ width: 100%; height: auto; font-weight: bold; }
    .rent_content>ol>li>div:nth-of-type(2)>div:nth-of-type(2){ width: 100%; height: auto; color: rgb(102,102,102); }
}
@media (max-width:600px){
	.rent_content>ul>li{ width: auto; height: auto; }
    .rent_content>ol>li>div:nth-of-type(1){ width: 120px; border-right: 0; }
    .rent_content>ol>li>div:nth-of-type(2){ width: calc(100% - 120px); }
    .rent_content>ol>li>div:nth-of-type(2)>div:nth-of-type(1){ width: 130px; border-right: 0; justify-content: flex-start; }
    .rent_content>ol>li>div:nth-of-type(2)>div:nth-of-type(2){ width: calc(100% - 130px); justify-content: flex-start; }
}
@media (max-width:960px){
	.rent_content>h2>p{ font-size: 28px; }
    .rent_content>h4{ margin-top: 40px; font-size: 18px; }
    .rent_content>h4>span:first-of-type{ width: 40px; font-size: 28px; }
    .rent_content>h6{ margin-left: 40px; font-size: 16px; }
    .rent_content>p{ margin-left: 40px; font-size: 16px; }
    .rent_content>dl{ height: auto; margin-left: 40px; padding: 30px; justify-content: center; }
    .rent_content>dl>dt{ margin-bottom: 20px; font-size: 20px; }
    .rent_content>dl>dd{ width: 100%; }
    .rent_content>dl>dd>p{ width: 100%; justify-content: center; }
    .rent_content>ul{ margin: 20px 0 20px 40px; }
    .rent_content>ul>li{ width: 140px; height: auto; margin-bottom:20px; }
    .rent_content>ul>li>div{ width: auto; margin-bottom: 5px; }
    .rent_content>ul>li>div>img{ width: auto;height: auto; }
    .rent_content>ul>li>p{ font-size: 14px; }
    .rent_content>ul>div{ font-size: 40px; }
    .rent_content>div{ margin-left: 40px; }
    .rent_content>div>p{ margin-right: 30px; font-size: 16px; }
    .rent_content>ol{ margin-top: 70px; }
    .rent_content>ol>li:nth-of-type(1){ height: 40px; border-top: 1px solid rgb(220,220,220); border-right: 1px solid rgb(220,220,220); background-color: rgb(218,237,255); color: rgb(0,90,171); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; font-size: 20px; font-weight: bold; }
    .rent_content>ol>li>div{ height: 90px; border-right: 1px solid rgb(220,220,220); display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; }
}



/* 게임 종목 */
.esports_content h2_2 { width: 100%; padding-bottom: 30px; margin-bottom: 50px;font-size: 26px; color: #005aab; font-weight: 600; transition: all 0.2s ease-in-out; border-bottom: 1px solid  #005aab;}



.m_br {display:none;}
.underline { color: #ff0000; text-decoration: underline; font-weight: bold; }
.esports_content>article>p>span:first-of-type{ margin-right: 10px; color: rgb(0,90,171); }
.esports_body_table {width:100%; font-size: 16px; text-align: center; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; margin-bottom: 20px;}
.esports_body_table thead2 th {background: #000000; color: #fff;  padding:20px 0; }





.use_content>div>dl>dd{ width: 100%; display: flex; flex-flow: column nowrap; align-items: center; transition: all 0.2s ease-in-out; }
.use_content>div>dl>dd>h4{ margin-bottom: 15px; font-size: 18px; color: rgb(70,82,102); font-weight: bold; transition: all 0.2s ease-in-out; }
.use_content>div>dl>dd>p{ font-size: 15px; color: rgb(102,102,102); text-align: center; transition: all 0.2s ease-in-out; }
.use_content>div>dl>dd>p>span.for_mobile{ display: none; }
.use_content>div>div{ width: 5%; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; transition: all 0.2s ease-in-out; }
.use_content>div>div>div{ width: 100%; height: auto; transition: all 0.2s ease-in-out; }
.use_content>div>div>div>img{ width: 100%; height: auto; transition: all 0.2s ease-in-out; }
.use_content>figure2{ width: 100%; margin-bottom:30px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; transition: all 0.2s ease-in-out; justify-content:center; }
.use_content>figure2>a{ width: 50%; height: 60px; border: 2px solid; border-radius: 10px; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; font-weight: bold; font-size: 18px; transition: all 0.2s ease-in-out; }
.use_content>figure2>a:nth-of-type(1){ margin-right: 20px; background-color: rgb(246,245,255); border-color: rgb(200,199,225); color: rgb(73,71,157); }
.use_content>figure2>a:nth-of-type(2){ background-color: rgb(244,250,255); border-color: rgb(178,205,230); color: rgb(0,90,171); }
.use_content>figure2>a.ct{ margin:0 auto; }


.esports_content .overlay-bg{ background:url('/img/esports_sub_bg.jpg') no-repeat center center;  width:100%; height:250px; }
.esports_content .overlay-bg2{ background:url('/img/esports_sub_bg2.jpg') no-repeat center center;  width:100%; height:250px; }
.esports_top_txt {background: #fcfcfc; width:95%; margin:0 auto; position: relative; top: -75px; padding: 40px; box-sizing: border-box; }
.esports_content{ width: 100%; height: auto; margin: auto; display: flex; flex-flow: row wrap; }
.esports_top_txt p{ width: 100%; font-size: 18px; color: #333; text-align: center; font-weight: 600;}
.pct_br {display:none;}
.txt_gray {color:#666;}
.txt_red {color:#ff0000;}
.esports_top_txt .txt_red {display:inline-block; margin:20px 0;  }
.esports_top_table1 {width: 100%; font-size: 18px; text-align: center; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; }


.esports_top_table1 th {background: #fcfcfc; color: #333;  padding:18px; border-right: 1px solid #e3e3e3; 
border-top-style:solid; border-top-color:#e3e3e3; border-top-width:1px}
.esports_top_table1 td {background: #fff; padding:18px; color: #666; 
border-top-style:solid; border-top-color:#e3e3e3; border-top-width:1px}

.esports_top_table1 tr:nth-child(1) th {border-top:none;}
.esports_top_table1 tr:nth-child(1) td {border-top:none;}


/* 조직현황 모바일 버전 수정 */

.con-area {position: relative;}
.office_content_2 p {padding: 0 0.5rem;}


@media (max-width: 480px) {

    .con-area .mo {display: flex !important; position: absolute; width: 40% !important; top: 50px; min-height: 40px; height: auto !important; text-align: center;}
    /* .con-area .mo::before { content: ""; position: absolute; width: 3px; height: 20px; background-color: rgb(240,240,240); top: -20px; z-index: -1;} */
}



/* 조직현황 사무국 테이블 짜기 */
/* .office-table {border: 1px solid rgb(220,220,220);} */
.table-responsive {width: 100%;}
.office-table {width: 100%; text-align: center; margin-top: 100px;}
.office-table thead tr th{border: 1px solid rgb(220,220,220); padding: 10px 20px; background-color: rgb(239,247,255); font-weight: bold;}
.office-table tbody tr th{border: 1px solid rgb(220,220,220); padding: 10px 20px;}
.office-table tbody tr td{border: 1px solid rgb(220,220,220); padding: 10px 20px;}
.office-table tbody tr td span {font-size: 14px;}
.office-table .text-left {text-align: left;}

@media screen and (max-width:960px) {
    .office-table {margin-top: 70px;}
    .table-responsive {overflow-x: auto; width: 960px;}
    .office-table {width: 960px;}
}

/* 20240319 생활체육클럽 수정 */
.table-responsive {overflow-x: auto;}
.table-club {text-align: center; border: 1px solid rgb(220, 220, 220); margin-top: 20px;}
.table-club thead tr {background-color: rgb(239,247,255);}
.table-club thead tr th {white-space: nowrap;padding: 10px;}
.table-club th , .table-club td {padding: 5px 10px;border: 1px solid rgb(220, 220, 220); word-break: keep-all;}

.table-club tbody th {background-color: rgb(246, 245, 255);}








