@charset "utf-8";


.m-Part {margin:130px 0}
.m-Part2 {margin:130px auto}
.p-Part {padding:130px 0}

@media all and (max-width:976px) {
    .m-Part {margin:90px 0}
    .m-Part2 {margin:90px auto}
	.p-Part {padding:90px 0}
}


/* 공통 */
#sTitle {margin-bottom:2em; }
#sTitle .st1 {font-size:1.5rem; display: inline-block; padding: 6px 14px; border-radius: 30px; color: #fff; background-color:#094d93; font-weight:500; margin-bottom:15px;}
#sTitle h3 {font-size:3.8rem;  color:#222; line-height:1.4em; font-family: 'Elice DX Neolli'; font-weight: 500;}
#sTitle h4 {font-size:3.4rem; color:#094d93; font-weight:500}

.s-Part {padding:8em 0}

.line {margin:5em 0; width:100%; border-bottom:1px dashed #e9eaf0}



h2.s-tit2{display: flex; align-items: center; gap: 10px; color: #000; margin: 0 0 1em; font-family: 'Elice DX Neolli'; font-weight: 700; position: relative; font-size: 30px;  color: #094d93;}
h2.s-tit2:before{content:'\f46a'; display: block; padding-bottom: 4px; font-family: 'Material Symbols Outlined';}
h3.s-tit3{display: flex; align-items: center; gap: 10px; color: #000; margin: 0 0 1em; font-family: 'Elice DX Neolli'; font-weight: 700; position: relative; font-size: 20px;  color: #094d93;}
h3.s-tit3:before{content:'\f46a'; display: block; padding-bottom: 4px; font-family: 'Material Symbols Outlined';}
h3.s-tit4{color: #000; margin: 0 0 1em; font-family: 'Elice DX Neolli'; font-weight: 500; position: relative; font-size: 24px;  }

.intro_tit{margin-top: 5em; margin-bottom: 20px; display: flex; gap: 10px; justify-content: space-between; align-items: flex-end; flex-wrap: wrap;}
.intro_tit p{font-size: 1.8rem; padding-bottom: 5px;}



@media all and (max-width:976px){
	#sTitle h3 br {display:none }
}

@media all and (max-width:767px){
	#sTitle {margin-bottom:20px; }
	.s-Part {padding:5em 0}
    h2.s-tit2{font-size: 20px;}
    h3.s-tit3{font-size: 17px;}
    h3.s-tit4{font-size: 19px;}
}



#sGreeting{}
#sGreeting .cont{display: flex; gap: 20px 5%; align-items: flex-start; background-color: #fff;}
#sGreeting .cont img{max-width: 60%; border-radius: 20px;}
#sGreeting .cont .txt{text-align: left;}
#sGreeting .cont .txt h3{padding: 0 0 2.7%; font-size: 3.6rem; color: #0083ee; line-height: 1.5em;}
#sGreeting .cont .txt p.t1{font-size: 1.9rem; line-height: 1.7em; color: #666;}
#sGreeting .cont .txt p.t2{display: inline-flex; align-items: center; gap: 1em; padding-top: 4%; font-size: 1.9rem; font-weight: 600; color: #333;}
#sGreeting .cont .txt p.t2 span{font-family: 'ROEHOE-CHAN'; font-size: 4.2rem; color: #000; font-weight: normal;}
@media all and (max-width:1280px) {
}
@media all and (max-width:976px) {
    #sGreeting .cont{flex-direction: column; align-items: center;}
}
@media all and (max-width:568px) {
    #sGreeting .cont{}
    #sGreeting .cont .txt h3{font-size: 2.4rem;}
    #sGreeting .cont .txt h3 br{display: none;}
    #sGreeting .cont .txt p.t1{font-size: 1.6rem;}
}




#halfWrap {padding-bottom: 5em; margin-bottom: 6em; display:flex; border-bottom: 1px dashed #ddd;}
#halfWrap .title {width:260px;}
#halfWrap .title #sTitle{}
#halfWrap .cont {width:calc(100% - 260px);}
#halfWrap .cont .symbol {margin-bottom:30px; background:#f3f8fc; text-align:center; padding:50px 0 }
#halfWrap .cont .symbol img {width:80%; max-width:700px}
#halfWrap .cont .t1 {line-height:2.0em}
#halfWrap .cont .img { display:flex;  flex-wrap:wrap;}
#halfWrap .cont .img li {margin:5px;}
#halfWrap .cont .img li img {width:100%}
#halfWrap .cont h3 {display: flex; gap: 5px; align-items: center; position: relative; margin-bottom: 20px; font-size: 2.4rem; color: #094d93; line-height: 1em;  font-weight: 700;}
#halfWrap .cont h3:before{content:'\e57b';  font-family: 'Material Symbols Outlined';}
#halfWrap .cont .c_box{padding: 3em; background-color: #f7f8fb;}
#halfWrap .cont .c_box h4{font-weight: 600; font-size: 2rem; color: #000; margin-bottom: 20px;}
#halfWrap .cont .c_box .inbox{display: flex;}
#halfWrap .cont .c_box .inbox h4{width: 240px; padding-top: 32px; border-top: 2px solid #222;}
#halfWrap .cont .c_box .inbox h4 + div{width: calc(100% - 240px);}


#halfWrap .cont.bus2-2 {padding-top:50px;}
#halfWrap .cont.bus2-2 h3 { padding-bottom: 30px; font-size: 2.2rem; color: #375e6c; line-height: 1.4em;  font-weight: 500; }
#halfWrap .cont.bus2-2 .lt1 {font-size:1.8rem; line-height:1.6em}
@media all and (max-width:1400px) {

    #halfWrap .cont .c_box .inbox{flex-wrap: wrap;}
    #halfWrap .cont .c_box .inbox h4{width: 100%; border-top: 0;}
    #halfWrap .cont .c_box .inbox h4 + div{width: 100%;}

}
@media all and (max-width:1140px) {
	#halfWrap .cont .img li {width:49%; margin:0.5%}
}
@media all and (max-width:1024px) {
	#halfWrap .title {width:200px}
	#halfWrap .cont {width:calc(100% - 200px)}

	#halfWrap.bus2-2 .title {width:250px}
	#halfWrap.bus2-2 .cont {width:calc(100% - 250px)}

	#halfWrap .cont.bus2-2 {padding:30px;}
	#halfWrap .cont.bus2-2 .lt1 br {display:none}
}
@media all and (max-width:978px) {
	#halfWrap .cont.bus2-2 {padding:20px 0;}

	#halfWrap.bus2 {display:block}
	#halfWrap.bus2 .title {width:100%; margin-bottom: 20px;}
	#halfWrap.bus2 .cont {width:100%}
	
	#halfWrap.bus2-2 {display:block}
	#halfWrap.bus2-2 .title {width:100%}
	#halfWrap.bus2-2 .title h3 br {display:none}
	#halfWrap.bus2-2 .cont {width:100%}
}
@media all and (max-width:767px) {
	#halfWrap {display:block}
	#halfWrap .title {width:100%}
	#halfWrap .cont {width:100%}
}




#dotList li { padding:5px 0; position:relative}
#dotList li:before {content:''; width:4px; height:4px; border-radius:10px; background:#094d93; position:absolute; left:0; top:0.9em}
#dotList li p {padding-left:10px; line-height:1.6em}
#dotList li p.im{font-weight: 500; color: #444; font-size: 1.7rem; border-bottom: 1px dashed #eee;}
#dotList li p .stit {display:inline-block;  vertical-align:top; color:#222; }
#dotList li p .scont {display:inline-block; padding-left:10px}



#checkList {padding-top:10px; display:flex; flex-wrap:wrap; gap:10px}
#checkList li {width: 100%; border-radius:50px; padding:2em 1.9em 2em 1.5em; background:#f7f8fb; position:relative; } 
#checkList li:before {content:'\e877';  font-family: 'Material Symbols Outlined'; /*width:22px; height:22px; background:url('/images/sub/checklist-icon.png') no-repeat left center;background-size:cover;*/ position:absolute; left:1.5em; top:1.3em; font-size: 2.2rem; color: #094d93;}
#checkList li p {font-size:18px; padding-left:2em; color:#333}

.bus3_box #checkList li {background-color: #fff;}

#checkList.w5 {display:flex; flex-wrap:wrap; gap:10px}
#checkList.w5 li {width:calc(20% - 10px);}
#checkList.w4 {display:flex; flex-wrap:wrap; gap:10px}
#checkList.w4 li {width:calc(25% - 10px);}
#checkList.w3 {display:flex; flex-wrap:wrap; gap:10px}
#checkList.w3 li {width:calc(33.3333% - 10px);}
#checkList.w2 {display:flex; flex-wrap:wrap; gap:10px}
#checkList.w2 li {width:calc(50% - 10px);}
@media all and (max-width:1439px) {	
	#checkList.w5 li {width:calc(25% - 10px);}
}
@media all and (max-width:1280px) {	
	#checkList.w4 li {width:calc(50% - 10px);}
}
@media all and (max-width:1024px) {	
	#checkList.w5 li {width:calc(33.3333% - 10px);}
	#checkList.w2 {gap:5px 0}
	#checkList.w2 li {width:100%}
}
@media all and (max-width:976px) {	
	#checkList.w5 li {width:calc(50% - 10px);}
	#checkList.w3 li {width:calc(50% - 10px);}
}
@media all and (max-width:680px) {	
	#checkList.w4 {gap:5px 0}
	#checkList.w4 li {width:100%; }
	#checkList.w3 {gap:5px 0}
	#checkList.w3 li {width:100%; }
}
@media all and (max-width:580px) {	
	#checkList.w5 {gap:5px 0}
	#checkList.w5 li {width:100%; }
}




#tBox{display: flex; flex-wrap: wrap; gap: 1em; text-align: center;}
#tBox.w2{}
#tBox.w2 > li{width: calc(50% - 1em); background-color: #f7f8fb; }
#tBox > li{display: flex; justify-content: center; align-items: center; padding: 4%; }
#tBox > li .num{display: inline-block; width: 30px; height: 30px; line-height: 30px; margin-bottom: 2em;  font-family: 'Elice DX Neolli'; color: #333; font-weight: 300; background-color: #c8d5f7;  color: #fff; border-radius: 50%; text-align: center;}
#tBox > li dl dt{font-weight: 600; font-size: 2.4rem; padding-bottom: 0.5em; color: #333;}
#tBox > li dl dt span{display: inline-block; position: relative;}
#tBox > li dl dt span:before{content: '';
    width: 16px;
    height: 13px;
    background: url(/images/sub/subtitle.webp) no-repeat center center;
    display: block;
    position: absolute;
    left: -23px;
    top: 7px;
    }
#tBox > li dl dd{font-size: 1.7rem;}
#tBox > li dl dd.d2{opacity: 0.7; font-size: 1.5rem; margin-bottom: 1em;}


#tBox.left{}
#tBox.left > li{justify-content: flex-start; align-items: flex-start; padding: 4% 6%;}
@media all and (max-width:767px) {
    #tBox.w2 > li{width: 100%; padding-left: 3em;}
}



/* dl-table */
#dl-table dl.dl-t {border-top:2px solid #222; padding-top:10px}
#dl-table dl { display: table; width:100%;}
#dl-table dt, 
#dl-table dd { display: table-cell; vertical-align: middle; }
#dl-table dt { width:160px; font-size:1.8rem; font-weight:500;  color:#222;   padding: 1em 0;  /*background:#375e6c*/}
#dl-table dd { width:calc(100% - 160px); /*background:rgba(240,249,251,0.4);*/ border-bottom:1px solid #e9e9e9; line-height: 1.5em;  padding: 1em 2em; }
#dl-table dl:last-child dd{border-bottom: 0;}
#dl-table dd.none-p {padding:1em 0; border-bottom:0 }
#dl-table dd h3 {padding-bottom:30px; font-size: 2.2rem; color: #222;  line-height: 1.4em;  font-weight: 500;}
#dl-table dd .st1 {font-size:1.5rem; padding-top:1em; }
#dl-table dd .st1 a { color:#222; font-weight:500 }

#dl-table .img { display:flex;  flex-wrap:wrap;}
#dl-table .img li {margin:5px;}
#dl-table .img li img {width:100%}


#dl-table .dl-cont {padding:20px 0 20px }
#dl-table .dl-cont h4 {font-size:2.2rem; color:#375e6c; font-weight:500}
#dl-table .dl-cont .t1 {margin:10px 0 15px 0; display:inline-block; background:#375e6c; padding:0 20px; color:#FFF; border-radius:5px;}

#dl-table.ver2 dl dt {vertical-align:top}

@media all and (max-width:1024px) {
	#dl-table dl.dl-t {border-top:0; padding-top:0}
	#dl-table dt, 
	#dl-table dd { display: block }
	#dl-table dt { width:100%; background:#7b9dc0; color:#FFF; font-size:1.6rem;  padding: 10px 20px; }
	#dl-table dt br {display:none}
	#dl-table dd { width:100%; padding: 25px 20px; }
	#dl-table dd.none-p {padding:0 }

	#dl-table .img li {width:49%; margin:0.5%}

}

@media all and (max-width:767px) {
		#dl-table dd { width:100%; padding: 20px 20px; }
}




#imgList{display: flex; flex-wrap: wrap; gap: 10px;}
#imgList > li img{width: 100%;}
#imgList > li p{text-align: center; padding:1em; line-height: 1.6em; font-size: 1.7rem; border:1px solid #eee;}
#imgList.w2 > li{width: calc((100% - 20px*1)/2);}
#imgList.w3 > li{width: calc((100% - 20px*2)/3);}
@media all and (max-width:976px) {
#imgList.w3 > li{width: 100%;}
#imgList.w2 > li{width: 100%;}

}



.bus3_box{margin-bottom: 4em; padding: 5%; background-color: #f7f8fb;}




.tb-style1{width: 100%; border-spacing: 0; }
.tb-style1 thead th{padding:18px 0; background:#F8FAFC; border-top:2px solid #009dca; border-bottom:1px solid #eee; font-size:18px; line-height:28px; color:#222; text-align: center; font-weight: bold;}
.tb-style1 tbody th{padding:15px; border-bottom:1px solid #ddd;font-size:16px; line-height:29px; word-break: keep-all; border-right: 1px solid #eee; text-align: center;}
.tb-style1 tbody td{padding:15px 0 15px 3rem; border-bottom:1px solid #ddd;font-size:16px; line-height:29px; word-break: keep-all; border-right: 1px solid #eee;}
.tb-style1 tbody th:last-child{border-right: 0;}
.tb-style1 tbody td:last-child{border-right: 0;}
.tb-style1 tbody td .dot > li{position: relative;}
.tb-style1 tbody td .dot > li::before{position: absolute; left: -13px; top: 13px;  content: '';  width: 4px;  height: 4px;  background: #ccc; border-radius: 50%;}
.tb-style1 tbody td.c{padding-left:0;}

.tb-style2{width: 100%; border-spacing: 0;  background-color: #fff; color: #222;}
.tb-style2 thead th{padding:18px 0; background:#0080ca; border-bottom:1px solid #ddd;font-size:18px; line-height:28px; text-align: center; color: #fff; border-right:1px solid #ddd; }
.tb-style2 tbody th{padding:15px; border-bottom:1px solid #ddd;font-size:16px; line-height:29px; word-break: keep-all; border-right: 1px solid #ddd; text-align: center;}
.tb-style2 tbody td{padding:15px; border-bottom:1px solid #ddd;font-size:16px; line-height:29px; word-break: keep-all; border-right: 1px solid #ddd; text-align: center; background-color: #f9f9f990;}
.tb-style2 tbody th:last-child{border-right: 0;}
.tb-style2 tbody td:last-child{border-right: 0;}
.tb-style2 tbody td .dot > li{position: relative;}
.tb-style2 tbody td .dot > li::before{position: absolute; left: -13px; top: 13px;  content: '';  width: 4px;  height: 4px;  background: #ccc; border-radius: 50%;}
.tb-style2 tbody td.c{padding-left:0;}
.tb-style2{width: 100%; border-spacing: 0; }
.tb-style2 td a img{width: 100%; max-width: 60px;}
.tb-style2 td .con{ max-width: 100px; margin: 0 auto;}
.tb-style2 td .con img{width: 100%;}
.tb-style2 tbody th.non { border-right:1px solid #ddd; }
.tb-style2 tbody td.non { border-right:1px solid #ddd; }

.tb-style3{width: 100%; border-spacing: 0; border-top: 2px solid #333; }
.tb-style3 tbody th{padding:15px; border-bottom:1px solid #ddd;font-size:18px; line-height:29px; word-break: keep-all; border-right: 1px solid #eee; text-align: center; background-color: #f3f3f3; font-weight: 500; }
.tb-style3 tbody td{padding:15px 0 15px 3rem; border-bottom:1px solid #ddd;font-size:18px; line-height:29px; word-break: keep-all; border-right: 1px solid #eee;}
.tb-style3 tbody th:last-child{border-right: 0;}
.tb-style3 tbody td:last-child{border-right: 0;}
.tb-style3 tbody td .dot > li{position: relative;}
.tb-style3 tbody td .dot > li::before{position: absolute; left: -13px; top: 13px;  content: '';  width: 4px;  height: 4px;  background: #ccc; border-radius: 50%;}
.tb-style3 tbody td.c{padding-left:0;}

span.blue{color: #272bcd; font-size: 14px; font-weight: bold; margin-left: 10px;}

.tb-scroll{position: relative;}
.tb-scroll:before{content: '※좌우로 스크롤해주세요.'; display: none;}
@media all and (max-width:787px){
    .tb-style1{width: 787px; }
    .tb-scroll{width: 100%; overflow-x: scroll; }
    .tb-scroll:before{display: block;}
    .tb-style1 thead th{font-size:16px; line-height:26px; padding: 15px 0;}
    .tb-style1 tbody th{padding:13px; font-size:14px; line-height:25px;}
    .tb-style1 tbody td{padding:13px 0 13px 2rem;font-size:14px; line-height:25px;}
    .tb-style1 tbody td .dot > li::before{position: absolute; left: -10px; top: 10px;}
    
    .tb-style2{width: 787px; }
    .tb-style2 thead th{font-size:16px; line-height:26px; padding: 15px 0;}
    .tb-style2 tbody th{padding:13px; font-size:14px; line-height:25px;}
    .tb-style2 tbody td{padding:13px 0 13px 2rem;font-size:14px; line-height:25px;}
    .tb-style2 tbody td .dot > li::before{position: absolute; left: -10px; top: 10px;}
    span.blue{font-size: 12px;}

    .tb-style3{}
    .tb-style3 tbody th{padding:13px; font-size:14px; line-height:25px;}
    .tb-style3 tbody td{padding:13px 0 13px 2rem;font-size:14px; line-height:25px;}
    .tb-style3 tbody td .dot > li::before{position: absolute; left: -10px; top: 10px;}
}




#historyTop { position: relative; width: 100%; min-height:360px;; padding: 3em 5%; display: flex; justify-content: space-between; align-items: center;
    background: url("/images/sub/history_top.png") no-repeat center; background-size: cover; }
    #historyTop dl{color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,0.3);}
    #historyTop dl dt{font-size: 3rem; font-weight: 700; font-family: 'Elice DX Neolli'; }
    #historyTop dl dt br.mo{display: none;}
    #historyTop dl dd{padding-top: 1em; font-size: 1.8rem;}

#historyTop h3 { width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; color:#fff;
          color:#fff; font-family: 'GmarketSans'; font-size: 2.6rem; border-radius: 100%;
          transform: translateY(80%);
          background: #32baec; /* Old browsers */
          background: -moz-linear-gradient(-45deg,  #3298ec 0%, #0055b7 100%); /* FF3.6-15 */
          background: -webkit-linear-gradient(-45deg,  #3298ec 0%,#0055b7 100%); /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(135deg,  #3298ec 0%,#0055b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3298ec', endColorstr='#0055b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
#historyTop p { font-size: 2.6rem; color:#fff; text-align: right; line-height: 1.4em; font-weight: 200; max-width: calc(100% - 180px); }


#historyTop.historyTop2 { padding: 5.5em 5%;  background-image: url("/images/sub/history_top.jpg"); }


#history { position: relative; padding: 1% 2% 0 90px; width: 90%; margin: 0 auto;  }
#history::before { content: ''; width: 1px; height: 100%; background: #e2e6ed; position: absolute; top:0; left: 89.5px; z-index: -1; }
#history li { position: relative; margin: 3em 0;  }

#history li::before { content:''; width: 20px; height: 20px; display: block; position: absolute; left:0; top:50%; transform: translate(-50%,-50%);
                        border-radius: 100%; background: #0871ea; border: 6px solid #e6f1fd; z-index:2;  }
#history li::after { content:''; width: 40px; height: 1px; display: block; background: #b4d8f9; z-index:1;
                      position: absolute; left:0; top:50%; margin-top: -0.5px;}
#history li .txt { position: relative; padding: 2% 0 2% 4em; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;  }
#history li .txt h4 { font-size: 4.8rem; color:#0055b7;  font-family: 'Elice DX Neolli'; font-weight: 800; width: 20%;   }
#history li .txt dl { width: 78%; display: flex; flex-wrap: wrap; font-size: 1.8rem; line-height: 1.6em; }
#history li .txt dl dt { width: 90px; color:#212121; font-weight: 700;  }
#history li .txt dl dd { width: calc(100% - 90px); }


@media all and (max-width:1280px) {
#historyTop h3 { width: 150px; height: 150px; font-size: 2.4rem;  }
#historyTop p { max-width: calc(100% - 150px); }

#history { padding: 5% 3% 0 75px; }
#history::before { left: 74.5px; }

#history li .txt h4 { width: 28%; }
#history li .txt dl { width: 72%; }
}

@media all and (max-width:1080px) {
#historyTop p { font-size: 2.4rem; }
#history li::before, #history li::after { top: 40%; }
#history li .txt h4  { width: 100%; margin-bottom: 0.2em;  }
#history li .txt dl { width: 100%; }
#history li .txt dl dt { width: 60px; }
#history li .txt dl dd { width: calc(100% - 60px); }
}

@media all and (max-width:680px) {
    #historyTop dl dt br.mo{display: block;}

#historyTop h3 { width: 120px; height: 120px; font-size: 2.2rem; transform: translateY(55%); }
#historyTop p { max-width: calc(100% - 120px); }
#historyTop p br { display: none; }

#history { padding: 5% 3% 0 0px; }
#history::before { left: 0; }
}


@media all and (max-width:480px) {
#historyTop { padding: 4.5em 2em 5.5em; }
#historyTop h3 { width: 90px; height: 90px; font-size: 1.8rem; transform: translateY(30%); position: absolute; left: 5%; bottom:0; }
#historyTop p { max-width: 100%; }

#history { padding: 5% 3% 0 0px; }
#history::before { left: 0px; }
#history li::before, #history li::after { top: 35%; }
#history li::before { width: 16px; height: 16px; border-width: 5px; }
#history li::after { width: 25px; }
#history li .txt { padding: 2% 0 2% 35px; }
#history li .txt h4 { font-size: 3.6rem; }
#history li .txt dl dt { width: 100%; }
#history li .txt dl dd { width: 100%; }
#history li .txt dd + dt {margin-top: 10px;}
}


.chairman_wrap{margin: 8em 0 6em; padding: 6em 0; background-color: #f5f7fa;}

#chairman{display: flex; flex-wrap: wrap; gap: 2em;}
#chairman > li{position: relative; width: calc((100% - 3em*2)/3); display: flex; border:1px solid #e5e7ee; font-family: 'Elice DX Neolli'; background-color: #fff;}
#chairman > li p{margin-bottom: 1em; color: #009dca; }
#chairman > li img{width:130px; }
#chairman > li dl{padding: 2em; display: flex; flex-direction: column; align-items: flex-start; justify-content: center;}
#chairman > li dl dt{font-size: 2.6rem; color: #000;}
#chairman > li dl dd{font-weight: 300; margin-top: 10px;}
@media all and (max-width:1280px) {
    #chairman > li{width: calc((100% - 3em*1)/2);}
}
@media all and (max-width:976px) {
    #chairman > li{width: 100%;}
}


#org{text-align: center;}
#org > img{max-width: 100%;}


#orgSports{position: relative; border:1px solid #ededed; padding: 4%; text-align: center; border-radius: 20px;}
#orgSports .ab_dl{position: absolute; border:1px solid #ddd; font-size: 2rem; font-family: 'Elice DX Neolli'; font-weight: 300; color: #333;}
#orgSports .ab_dl dt{padding:1em 2em;border-bottom: 1px solid #ddd; }
#orgSports .ab_dl dd{padding:1em 2em;}
#orgSports .ab_dl1{left: 4%;}
#orgSports .ab_dl2{right: 4%;}
#orgSports .inbox{position: relative; display: inline-flex; flex-direction: column; align-items: center; gap: 40px;}
#orgSports .inbox:before{content: ''; position: absolute; width: 1px; height: 100%; background-color: #ddd; left: 50%; transform: translateX(-50%); top: 0; z-index: -1;}
#orgSports .inbox dl{border:1px solid #ddd; font-size: 2rem; font-family: 'Elice DX Neolli'; font-weight: 300; color: #333;}
#orgSports .inbox dl dt{padding:1em 2em; border-bottom: 1px solid #ddd; background-color: #0055b7; color: #fff;}
#orgSports .inbox dl dd{padding: 1em 2em; background-color: #fff;}
#orgSports .inbox .dep3{display: flex;}

@media all and (max-width:976px) {
    #orgSports .ab_dl{position: static;  margin-bottom: 2em;}
    #orgSports .ab_dl{font-size: 1.6rem;}
    #orgSports .inbox dl{font-size: 1.6rem;}
}
@media all and (max-width:568px) {
#orgSports .inbox .dep3{display: block;}
}




 
/* comm3 */
.comm3 .root_daum_roughmap .wrap_controllers{display: none;}
.comm3 dl{display: flex; flex-wrap: wrap;   margin-top: 20px;}
.comm3 dl dt{width: 200px; padding:15px 20px; font-size: 1.7rem; font-weight: 700; color: #212121; border-bottom: 1px solid #e6e6e6; background-color: #f8f8f8;}
.comm3 dl dt:first-child{border-top: 2px solid #094d93;}
.comm3 dl dd:nth-child(2){border-top: 1px solid #dedede;}
.comm3 dl dd{width: calc(100% - 200px); padding:15px 20px; font-size: 1.7rem; border-bottom: 1px solid #dedede;}

@media all and (max-width:976px){
	.comm3 .root_daum_roughmap .wrap_map{height: 400px !important;}
	.comm3 dl dt{width: 150px;}
	.comm3 dl dd{width: calc(100% - 150px); }
}
@media all and (max-width:640px){
	.comm3 .root_daum_roughmap .wrap_map{height: 340px !important;}
	.comm3 dl dt{width: 130px;font-size: 1.6rem; padding: 12px 15px;}
	.comm3 dl dd{width: calc(100% - 130px); font-size: 1.6rem; padding: 12px 15px;}
}


.intro8{padding: 100px 50px; border: 20px solid #cbd9e8; color: #222;}
.intro8 h3{text-align: center; font-size:4rem; font-family: 'Elice DX Neolli';}
.intro8 .cont > p{margin: 50px 0; font-size: 2rem; text-align: center; line-height: 3rem;}
.intro8 .cont ul{border: 1px solid #ccc; padding: 30px; display: flex; flex-wrap: wrap;justify-content: center;}
.intro8 .cont ul li{padding: 10px; font-size: 2rem; display: flex; gap: 20px; align-items: center; width: 100%; max-width: 640px;}
.intro8 .cont ul li p{width: calc(100% - 50px);}
.intro8 .cont ul li span{color: #fff; background: #094d93; width: 30px; height: 30px; display: flex; text-align: center; align-items: center; justify-content: center;}

@media all and (max-width:976px){
    .intro8{padding: 50px 20px; border: 10px solid #cbd9e8;}
}
@media all and (max-width:700px){
    .intro8 h3{font-size: 3.5rem;}
    .intro8 .cont > p{margin: 30px 0; font-size: 1.8rem;}
    .intro8 .cont > p br{display: none;}
    .intro8 .cont ul{padding: 20px;}
    .intro8 .cont ul li{font-size: 1.8rem;}
}
@media all and (max-width:480px){
    .intro8 h3{font-size: 3rem;}
    .intro8 .cont ul{padding: 10px;}
    .intro8 .cont ul li{gap: 10px;}
    .intro8 .cont > p{font-size: 1.6rem; line-height: 2.6rem;}
    .intro8 .cont ul li span{width: 20px; height: 20px;font-size: 1.4rem;}
    .intro8 .cont ul li{font-size: 1.5rem;padding: 10px 0;}
    .intro8 .cont ul li p{width: calc(100% - 30px);}
}

.bus1{display: flex;gap: 50px; align-items: center;background: #f7f8fb;padding: 30px;}
.bus1 .lt{width: 70%;}
.bus1 .lt ul{display: flex; flex-wrap: wrap; flex-direction: column; padding: 10px;}
.bus1 .lt ul li{padding: 20px;}
.bus1 .lt ul li + li{border-top: 1px dashed #ddd;  padding-top: 20px;}
.bus1 .lt ul li p{position: relative;padding-left: 20px;color: #222; font-size: 1.8rem;}
.bus1 .lt ul li p:after{position: absolute; content: '•'; left: 0;top: 0;color: #0e5acd;}
.bus1 .rt{width: 30%;}
.bus1 .rt .img{width: 100%;}
.bus1 .rt .img img{width: 100%;}

@media all and (max-width:1400px){
    .bus1 .lt{width: 60%;}
    .bus1 .rt{width: 40%;}
}
@media all and (max-width:980px){
    .bus1{flex-wrap: wrap;gap: 30px; padding: 20px;}
    .bus1 .lt{width: 100%;order: 2;}
    .bus1 .rt{width: 100%;order: 1;}
    .bus1 .lt ul{padding: 0px;}
    .bus1 .lt ul li{padding: 10px;}
    .bus1 .lt ul li p{padding-left: 15px;}
    .bus1 .lt ul li + li{padding-top: 10px;}
}
@media all and (max-width:480px){
    .bus1 .lt ul li p{font-size: 1.6rem;}
}