@charset "utf-8";


/* ----------------------------------------------------------------- */
/* sub_common */
/* ----------------------------------------------------------------- */

/* .sub_visual {position:relative; margin:0 auto 0; width:100%; height:400px; background-size:cover !important;} */
.sub_visual {overflow:hidden; position:relative; display:table; margin:0 auto 0; width:100%; height:380px;}
/* .sub_visual:before {content:''; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, .4);}  */


.sub_bg {position:absolute; left:0; top:0; right:0; bottom:0; width:100%; height:100%; background-size:cover !important; animation:blurs 1s;}
.sub_bg:before {content:''; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, .4);} 
.bg_01 {background:#999 url("../images/common/bg_sub01.jpg") no-repeat center center; }
.bg_02 {background:#999 url("../images/common/bg_sub02.jpg") no-repeat center center;}
.bg_03 {background:#999 url("../images/common/bg_sub03.jpg") no-repeat center center;}
.bg_04 {background:#999 url("../images/common/bg_sub04.jpg") no-repeat center center;}
.bg_05 {background:#999 url("../images/common/bg_sub05.jpg") no-repeat center center;}


@keyframes blurs {
    0% {
        filter: blur(0);
        transform: scale(1.2)
    }

    100% {
        filter: blur(0);
        transform: scale(1)
    }
}



.sub_visual .slogan {position:relative; display:table-cell; width:100%; height:100%; padding-top:85px; text-align:center; vertical-align:middle; z-index:1;}
.sub_visual .slogan h2 {width:100%; line-height:1; font-size:5rem; color:#fff; font-family:'Gmarket'; font-weight:700; letter-spacing:0em; text-transform:uppercase;}
.sub_visual .slogan .h_desc {margin-top:10px; font-size:1.6rem;	color:rgba(255,255,255,0.6); font-family:'S-CoreDream-4Regular'; letter-spacing:0.02em;}

.sub_visual .location {display:none; overflow:hidden; position:relative; width:100%;}
.sub_visual .location li {display:inline-block; vertical-align:middle; color:#fff; font-size:1.4rem;}
.sub_visual .location li:nth-child(2){text-transform:capitalize;}
.sub_visual .location li a {color:inherit;}
.sub_visual .location li i {font-size:1.6rem; margin-top:1px;}
.sub_visual .location li:before {font-family:'xeicon'; display:inline-block;content: "\e93f"; position:relative; top:-0.1rem;  margin:0px 11px 0 9px; color:#fff; font-size:1.8rem; vertical-align:middle;}
.sub_visual .location li:first-child:before {display:none;}
.sub_visual .location li br {display:none;}



/* nav */
.location_wrap {display:none; position:relative; width:100%; margin:0 auto 0; border-bottom:1px solid rgba(0, 0, 0, .3); background:rgba(255, 255, 255, 1.0); z-index:99;}
.locationArea {position:relative; width:var(--sub-width); margin:0 auto;}
.locationArea:after {content:''; display:block; clear:both;}
.locationArea .location {float:left;letter-spacing:0.25px; font-family:'S-CoreDream-4Regular';}
.locationArea .location > li.home a {display:block; width:65px; height:53px;  background:url("../images/common/ico_home.png") no-repeat center center; background-size:15px; text-indent:-99999px;}
.locationArea .location > li {float:left; position:relative;}
.locationArea .location > li:after {content: ""; position:absolute; right:0; top:0; width:1px; height:53px; border-right:1px solid rgba(0,0,0, 0.15);}
.locationArea .location > li:first-child {border-left:1px solid rgba(0,0,0, 0.15);}

.locationArea .location > li.locationLink > a {display:block; padding:0 90px 0 25px; min-width:200px; line-height:53px; font-size:1.5rem; color:rgba(0, 0, 0, .8);}
.locationArea .location > li.locationLink > a:after {content: ""; position:absolute; right:22px; top:50%; transform:translateY(-50%); width: 0; height: 0;
				border-bottom: 4px solid transparent; border-top: 4px solid transparent; border-left: 6px solid #303030; border-right: 6px solid transparent;
				transform: rotate(90deg); transform-origin:50% 50%;}
.locationArea .location > li.locationLink.on > a:after {-webkit-transform: rotate(-90deg); transform: rotate(-90deg); margin-top:-6px;}
.locationArea .location > li.locationLink .selectMenu {position:absolute; left:-1px; top:53px; width:calc(100% - 50px - 1px); padding:15px 25px; border:1px solid rgba(0, 0, 0, .15); background:#fff; box-sizing:content-box; display:none; z-index:10;}
.locationArea .location > li.locationLink .selectMenu.open {display:block;}	
.locationArea .location > li.locationLink .selectMenu li {background:#fff;}
.locationArea .location > li.locationLink .selectMenu li a {display:block; border-top:0px solid #e7e7e7; padding:4px 0; color:#555; text-decoration:none; line-height:1.3; font-size:1.4rem;}
.locationArea .location > li.locationLink .selectMenu li a:hover,
.locationArea .location > li.locationLink .selectMenu li a:focus {}
.locationArea .location > li.locationLink .selectMenu li.on a {color:#777;}

.locationArea .location > li.locationLink.dep3 > a {min-width:auto;}

.locationArea .location > li.locationLink .selectMenu li a i {margin-left:3px; margin-top:6px;}




/* sub :: 레이아웃 */
.sub_wrap {position:relative;}

/* lnb  */
.aside {width:100%;/* position:absolute; top:-60px; left:0; z-index:1 */ border-bottom:1px solid rgba(0, 0, 0, .3);}
.aside:after {clear:both; display:block; content:""}

.lnb {position:relative; display:flex; flex-wrap:wrap; justify-content:center;}
.lnb:after {content:""; display:block; clear:both;}
.lnb > li {float:left; position:relative;}
.lnb > li > a {display:block; position:relative; height:60px; line-height:60px; margin:0 35px; padding:0 5px 0; font-size:1.6rem; 
font-family:'S-CoreDream-4Regular'; background:url()no-repeat 93% 50%; color:#000; text-align:center;}
.lnb > li:first-child a {border-left:0;}
.lnb > li > a::before {content:""; position:absolute; bottom:0px; left:50%; width:0; height:3px; background-color:var(--main-color); word-break:keep-all; -webkit-transition:all 0.4s; transition:all 0.4s;}
.lnb > li > a i {margin-left:7px;  line-height:60px;}
.lnb > li.on > a {border-color:transparent; color:#333; font-family:'S-CoreDream-5Medium';  background-color:#fff;}
.lnb > li > a:hover:before,
.lnb > li.on > a:before{width:100%; margin-left:-50%;}
.lnb > li > a br {display:none;}

/* .lnb.item3 li {width:33.33%;}
.lnb.item4 li {width:25%;} 
.lnb.item5 li {width:20%;} 
.lnb.item6 li {width:calc(100% / 6);} 
 */


/* sub :: 본문 */
.contents {overflow:hidden; position:relative; min-height:500px;}
.sub_title {position:relative; margin:70px auto 45px; text-align:center;}
.sub_title h3 {font-size:4rem; color:#333; font-family:var(--font-title); font-weight:normal;}
.sub_cont {position:relative; font-size:1.7rem; word-break:keep-all;}
.sub_cont h4, 
.personal > .personal_area .tit {position:relative; display:inline-block; margin:60px 0 15px; /* padding-left:24px; */ line-height:1.2; font-size:2.3rem; color:#333; font-family:'Gmarket'; font-weight:500; letter-spacing:0em;}
.sub_cont h4:first-child,
.personal > .personal_area .tit:first-child {margin-top:0;} /* 약관 */
.sub_cont h4:before {content:''; display:none; position:absolute; left:0; top:7px; width:8px; height:8px;  border:4px solid transparent; /* border-image:linear-gradient(-315deg, rgba(0,98,178,1) 0%, rgba(62,177,53,1) 33.33%, rgba(248,181,0,1) 66.66%, rgba(230,4,17,1) 100%); border-image-slice:1; */
background-image: linear-gradient(#fff, #fff), linear-gradient(-315deg, rgba(250,191,0,1) 0%, rgba(243,151,0,1) 50%, rgba(232,56,61,1) 100%);
background-origin:border-box; background-clip:content-box, border-box; border-radius:50px;} 

.sub_title h3 br {display:none;}

.sub_cont h4 + .table_wrap {margin-top:0;}
.sub_cont h5 {position:relative; display:inline-block; margin:40px 0 15px; line-height:1.2; font-size:2.2rem; color:#333; font-family:'GyeonggiTitle'; font-weight:500; letter-spacing:0em;}
.sub_cont h4 + h5 {margin-top:5px !important;}

/* sub :: 관리자 내역 */
.sub_cont h4 + .table_wrap, .sub_cont h5 + .table_wrap  {margin-top:0;}




/* tab */
.tab_wrap {overflow:hidden; position:relative; margin:0 auto 35px; width:100%;}
.tabList {display:flex; flex-wrap:wrap; height:100%; margin:1px 0 0 1px;}
.tabList li {position:relative; width:25%;  margin-left:-1px; margin-top:-1px;}
.tabList li:first-child{} 
.tabList li a {display:table; height:54px; width:100%; background-color:#fff; border:1px solid rgba(0,0,0,0.15);}
.tabList li a em {display:table-cell; padding:0 10px; vertical-align:middle; font-size:1.5rem; color:#444; font-family:'S-CoreDream-4Regular'; text-align:center;}
.tabList li a em span{font-size:1rem;}
.tabList li.on a {z-index:1; border-color:var(--main-color);  background-color:var(--main-color);}
.tabList li.on a em {color:#fff;}

.tabList.item3 li {width:33.33%;}
.tabList.item4 li {width:25%;}
.tabList.item5 li {width:20%;}
.tabList.item8 li {width:calc(100% / 8 + 1px);}
.tabList.item8 li a {height:50px;}

.tabContent {display:none;}
.tabContent.on {display:block;}
.tabContent h4:first-child {margin-top:20px !important;}
.tab_wrap + h4 {margin-top:20px !important;} 
.tabList li:not(:first-child) {}

/* .tabList {margin:0 0 0 -8px;}
.tabList li {width:calc(100% / 7 - 8px); margin-left:8px; margin-top:8px; border-radius:0 10px 0 10px;}
 */
.tab_wrap.st4 {margin-top:-5px; border-color:rgba(0,0,0,0.15);}
.st4 .tabList li {margin-left:0px;}
.st4 .tabList li a {height:50px; background-color:rgba(0,0,0,0.05); padding:0 10px; border:0px; border-radius:0;}
.st4 .tabList li.on a {background-color:#002c5a;} 
.st4 .tabList li a strong {font-weight:normal;}


/* li list */
.dot_list > li, .dot {position:relative; margin:0 0 3px 10px; padding-left:12px;}
.dot_list > li::before, .dot::before {content:""; display:block; position:absolute; left:0; top:12px; width:5px; height:5px; background:#555; border-radius:50%;}

.dashed_list li, .dashed {position:relative; margin:0 0 3px 3px; padding:0 0 0 11px;}
.dashed_list li:before, .dashed:before {content:""; display:block; position:absolute; top:14px; left:0; width:6px; height:1px; background:#797979;}
.dashed_list li strong {font-weight:500;}

.default_list {margin:12px 0 0 3px;}
.default_list li {}

.dot_list > li > .dashed_list {margin:7px 0 7px 0px;}



/* 기본 테이블 */
.tList {position:relative; width:100%; border-top:2px solid var(--main-color);}
.tList th, .tList td {padding:14px 15px; border:1px solid #dcdcdc; vertical-align:middle;}
.tList th:first-child, .tList td:first-child {border-left:none;}
.tList th:last-child, .tList td:last-child {border-right:none;} 
.tList thead th,
.tList tbody th,
.tList tfoot th {background:#fcfcfc; color:#333; font-weight:normal; word-break:keep-all; text-align:center;}
.tList tbody td,
.tList tfoot td {background:#fff; word-break:keep-all; text-align:center;}
.tList th, .tList td.tLeft {text-align:left;}
.tList tr.bg {background:#fcfcfc;}
.tList .st {display:block; font-size:80%;} /* 작은글씨 */

.tList thead th,
.tList.w tbody th {background:#f3f7fc; font-family:'S-CoreDream-4Regular'; font-size:96%;}


table col.no {width:8%;}
table col.space_01 {width:15%} 
table col.space_02 {width:20%}
table col.space_03 {width:25%}
table col.space_04 {width:30%} 
table col.space_05 {width:35%}
table col.space_06 {width:40%}
table col.space_07 {width:50%}
table col.space_08 {width:10%;} 



.table_sup {margin-bottom:10px; text-align:right;}



/* i마크 정보 */
.ic_alert {font-size:94%; color:#dd613a; font-family:'S-CoreDream-4Regular';}
.ic_alert i {padding-top:3px; font-size:2rem; color:#f84e18;}
.txt_subs {display:inline-block; margin-left:5px; margin-top:4px; font-size:80%; color:#dd613a; font-family:'S-CoreDream-4Regular';}


/* 신청 내역 */		
.ic_link {display:inline-block; margin:8px 0 0 5px; font-size:1.8rem; }






@media (max-width:1300px){ /* 선택 */


	.sub_visual:after {background-size:120%;}

	/* 마스코트 */ 
	.sub_visual .mascot_box {right:0; bottom:26px;}
	.sub_visual .mascot_box .img {right:-10px; bottom:32px; width:270px; height:227px;} 
	




}

@media (max-width:1200px){ /* 1152px 96%*/

	
	.sub_visual {height:320px;}

	.sub_visual .slogan {padding-top:70px;}
	.sub_visual .slogan h2 {font-size:4.2rem;}





	/* lnb  */
	.aside {top:-52px;}
	.lnb > li > a {height:52px; line-height:52px; margin:0 30px; font-size:1.5rem;}
	.lnb > li > a i {margin-left:5px; line-height:52px;}



	/* sub :: 본문 */
	.contents {min-height:400px;}
	.sub_title {margin:60px auto 35px;}
	.sub_title h3 {font-size:3.6rem;}
	
	.sub_cont h4,
	.personal > .personal_area .tit {margin:50px 0 15px; font-size:2.2rem;}
	


	/* tab */
	.tabList li a {height:48px;}
	.tabList li a em {font-size:1.4rem;}	
	.tabList.item8 li {width:calc(100% / 7);}
	.tabList.item8 li a {height:42px;}

	.st4 .tabList li a {height:46px;}

	

}

@media (max-width:1024px){ /* tablet 980 */


	.sub_visual {height:310px;}
	.sub_visual .slogan {padding-top:65px;}
	.sub_visual .slogan h2 {font-size:3.6rem;}

	
	/* 마스코트 */ 
	.sub_visual .mascot_box {bottom:20px;}
	.sub_visual .mascot_box .img {bottom:25px; width:200px; height:168px;} 
	
	

	

	/* sub :: 본문 */
	.sub_title {margin:50px auto 35px;}
	.sub_title h3 {font-size:3.2rem;}
	.sub_cont {font-size:1.6rem;}
	.sub_cont h4,
	.personal > .personal_area .tit {font-size:2.1rem;}

	

	/* lnb  */	
	.lnb > li > a {margin:0 25px;}


	
	/* tab */
	.tabList.item8 li {width:calc(100% / 6);}
	
		

	/* li list */
	.dot_list > li, .dot {padding-left:11px;}
	.dot_list > li::before, .dot::before {top:11px; width:4px; height:4px;}



	/* 기본 테이블 */
	.tList th, .tList td {padding:12px 15px;}
	.tList.t2 th {padding:10px 15px;}


}


@media (max-width:900px){ /* tablet ~ 768 */

	
	.sub_visual {height:280px;}

	.sub_visual .slogan h2 {font-size:3.2rem;}
	.sub_visual .slogan .h_desc {margin-top:8px; font-size:1.5rem;}


	
	/* lnb  */	
	.lnb > li > a {height:48px; line-height:48px; margin:0 20px; font-size:1.4rem;}
	.lnb > li > a i {line-height:48px;}

	
	
	/* sub :: 본문 */
	.sub_title {margin:50px auto 35px;}
	.sub_title h3 {font-size:3rem;}
	

	.sub_cont h4,
	.personal > .personal_area .tit {margin:40px 0 12px; font-size:2rem;}

	
	
	/* tab */
	.tabList li a {height:46px;}
	.tabList li a em {font-size:1.36rem;}
	.tabList.item8 li {width:calc(100% / 5);}
	.tabList.item8 li a {height:40px;}
	
	.tab_wrap.st4 {margin-top:-10px;} 
	.st4 .tabList li a {height:44px;}
	.st4 .tabList li a strong {display:none;}
	.st4 .tabList li a em {font-size:1.3rem;}





}

@media (max-width:830px){ /* tablet ~ 768 */


	.sub_visual {height:270px;}
	.sub_visual:after {background-size:125%;}
	.sub_visual .slogan h2 {font-size:3.2rem;}
	

	
	/* sub :: 본문 */
	.sub_title {margin:45px auto 30px;}
	.sub_title h3 {font-size:3rem;}
	.sub_cont {font-size:1.56rem;} /* 폰트설정 */


	/* lnb  */	
	.lnb > li > a {margin:0 15px;}


	/* tab */
	.tab_wrap {margin-bottom:30px;}
	


	/* 좌우 스크롤 :: 모바일 */
	.limitArea {position:relative; overflow-x:auto; overflow-y:hidden; width:100%; -webkit-overflow-scrolling:touch; padding-bottom:10px;}	
	.limitArea .w600 {min-width:800px;}



}

@media (max-width:768px){ /* mobile 가로 */

	html {line-height:1.5;}

	.sub_visual {height:240px;}
	.sub_visual .slogan {padding-top:70px;}
	.sub_visual .slogan h2 {font-size:3rem;}	
	.sub_visual .slogan .h_desc {margin-top:5px; font-size:1.4rem;}

	
	.sub_visual .location,
	.aside {display:none;}



	/* nav */
	.location_wrap {display:block;}
	.locationArea {width:100%;} 
	.locationArea .location {font-size:1.3rem;}
	.locationArea .location > li:first-child {border-left:0;}
	.locationArea .location > li.home a {width:50px; background-size:13px;}
	.locationArea .location > li.home a, .locationArea .location > li:after {height:43px;}
	.locationArea .location > li.locationLink > a {padding:0 70px 0 20px; min-width:170px; line-height:43px; font-size:1.3rem;}
	.locationArea .location > li.locationLink .selectMenu {top:43px; width:calc(100% - 40px - 1px); padding:12px 20px;}
	.locationArea .location > li.locationLink .selectMenu li a {padding:0; line-height:25px; font-size:1.3rem;}
	.locationArea .location > li.locationLink.dep3 {display:none;} 




	/* sub :: 본문 */
	.sub_title {margin:40px auto 25px;}
	.sub_title h3 {font-size:2.8rem;}
	.sub_cont h4,
	.personal > .personal_area .tit {margin:40px 0 12px; font-size:1.9rem;}
	.sub_cont {font-size:1.5rem;}

	


	
	/* tab */
	.tabList li a {height:44px;}



	/* li list */
	.dot_list > li, .dot {margin:0 0 3px 1px; padding-left:10px;}
	.dot_list > li::before, .dot::before {top:9px;}

	.dashed_list li, .dashed {margin:0 0 3px 1px; padding:0 0 0 11px;}
	.dashed_list li:before, .dashed:before {top:10px; left:0;}



	/* 기본 테이블 */
	table col.space_01 {width:17%} 
	table col.space_02 {width:20%}
	table col.space_03 {width:25%}
	table col.space_04 {width:30%} 
	table col.space_05 {width:35%}
	table col.space_06 {width:43%}
	table col.space_07 {width:50%}


	.table_sup {margin-bottom:8px;}



	/* 신청 내역 */		
	.ic_link {margin:7px 0 0 5px; }

	/* i마크 정보 */
	.ic_alert i {padding-top:1px; font-size:1.8rem;}


}

@media (max-width:680px){ /* mobile 가로 640기준 */


	.sub_visual {height:220px;}
	.sub_visual:after {background-size:135%;}
	.sub_visual .slogan h2 {font-size:2.8rem;}




	/* sub :: 본문 */
	.sub_title {margin:40px 0 25px;}
	.sub_title h3 {font-size:2.6rem;}
	.sub_cont h4,
	.personal > .personal_area .tit {margin:30px 0 10px; font-size:1.8rem;}


		
	/* tab */
	.tabList li a {height:42px;}
	.tabList li a em {font-size:1.3rem;}
	.tabList.item8 li {width:calc(100% / 5);}
	.tabList.item8 li a {height:38px;}

	.st4 .tabList li a {height:42px;}



	/* 기본 테이블 */
	.tList th, .tList td {padding:10px 15px;}
	.tList.t2 th {padding:10px 15px;}



	/* 신청 내역 */		
	.ic_link {margin:8px 0 0 5px; font-size:1.7rem; }

	.txt_subs {display:block; margin-left:0px; font-size:86%;}


	/* 좌우 스크롤 :: 모바일 */
	.limitArea {position:relative; overflow-x:auto; overflow-y:hidden; width:100%; -webkit-overflow-scrolling:touch; padding-bottom:10px;}	
	.limitArea .w600 {min-width:600px;}
	.limitArea .w500 {min-width:500px;}
	.limitArea .w400 {min-width:450px;}



}


@media (max-width:610px){ /* mobile 세로 */

	
	.sub_visual:after {background-size:120%;}
	.sub_visual .slogan h2 {font-size:2.6rem;}
	.sub_visual .slogan .h_desc {margin-top:5px; font-size:1.3rem;}

	
	
	/* sub :: 본문 */	
	.sub_title {margin:35px auto 25px;}
	.sub_title h3 {font-size:2.4rem;}
	.sub_cont {font-size:1.4rem;}




	/* nav */	
	.locationArea .location > li.home a {width:45px; background-size:13px;}
	.locationArea .location > li.home a, .locationArea .location > li:after {height:41px;}
	.locationArea .location > li.locationLink > a {padding:0 60px 0 15px; min-width:160px; line-height:41px;}
	.locationArea .location > li.locationLink > a:after {right:15px;}
	.locationArea .location > li.locationLink .selectMenu {top:41px; width:calc(100% - 30px - 1px); padding:12px 15px;}
	
 

	/* tab */
	.tab_wrap {margin-bottom:25px;}	

	/* tab */
	/* .tabList li a {height:40px;} */
	.tabList li a em {font-size:1.3rem;}
	.tabList.item8 li {width:calc(100% / 4);}
	.tabList.item8 li a {height:36px;}

	.st4 .tabList.item4 li {width:50%;}
	.st4 .tabList.item4 li strong {}




	/* li list */
	.dot_list > li, .dot {padding-left:9px;}
	.dot_list > li::before, .dot::before {top:9px;}
	.dashed_list li:before, .dashed:before {top:9px;}

	

	/* 기본 테이블 */
	.tList th, .tList td {padding:10px 10px;}
	.tList.t2 th {padding:10px 10px;}


	/* i마크 정보 */
	.ic_alert {font-size:90%;}
	.ic_alert i {padding-top:0; font-size:1.7rem;}
	



}

@media (max-width:430px){ /* mobile 세로 */


	.sub_visual .slogan .h_desc {margin-top:5px; font-size:1.2rem;}



	/* nav */	
	.locationArea .location > li.locationLink > a {padding:0 50px 0 15px; min-width:130px;}
	


	/* sub :: 본문 */
	.sub_title {margin:35px auto 20px;}
	.sub_title h3 {font-size:2.4rem;}
	.sub_cont h4,
	.personal > .personal_area .tit {margin:30px 0 8px; font-size:1.7rem;}



	/* tab */
/* 	.tabList {margin:-3px -4px;}
	.tabList li {padding:3px 4px;} */
	.tabList.item3 li {width:calc(100% / 2);}
	.tabList.item8 li {width:calc(100% / 3);}



	table col.space_01 {width:16%} 
	table col.space_02 {width:19%} 

}


@media (max-width:380px){ /* mobile 세로 */

	/* nav */	
	.locationArea .location > li.locationLink > a {padding:0 40px 0 15px; min-width:130px;}

	table col.space_02 {width:22%;} 


	/* 기본 테이블 */
	.tList th, .tList td {padding:10px 8px;}
	.tList.t2 th {padding:10px 8px;}


}



/* ----------------------------------------------------------------- */
/* sub */
/* ----------------------------------------------------------------- */


/* intro :: 인사말 */
.greet .group {display:flex; flex-wrap:wrap; justify-content:center; margin-top:70px; gap:80px;}
.greet .group .thumb {position:relative; width:340px;}
.greet .group .thumb img {width:100%;}
.greet .group .cont {flex:1 1 60%; position:relative; width:100%; word-break:keep-all;}
/*flex-grow:1; === 남는 공간을 나눠서 할당한다.
flex-shrink:1; (기본값) === 컨테이너가 줄어들 때 자리가 부족하다면 동일한 비율로 줄어들게 된다.
flex-shirink:0; === 원래 요소의 크기를 유지해라! (줄이지 마!)*/
.greet .group .cont.all {width:100%;}
.greet .group .cont p.tit {font-size:2.8rem; line-height:1.4; font-family:'Gmarket'; font-weight:500; color:var(--main-color);}
.greet .group .cont p:first-child {margin-top:0px;}
.greet .group .cont p {margin-top:20px;}
.greet .group .cont p .stit {font-family:'Gmarket'; font-weight:500; color:var(--main-color);}

.sign {display:flex; align-items:center; justify-content:flex-end; margin:40px 0 0;}
.sign dt {font-size:1.5rem; font-family:'S-CoreDream-4Regular';}
.sign dd {margin-left:10px; color:#333; font-size:2.2rem; font-family:'S-CoreDream-5Medium';}



/* intro :: 대회개요 */
.tList.info th, .tList.info td {padding:20px 20px;}
.tList.info td img {height:30px;}
.tList.info td img + img {margin-left:20px;}



/* intro :: 대회상징물 */
.symbol .kuho {display:flex; flex-wrap:wrap; justify-content:space-between; position:relative;}
.symbol .kuho dl {display:flex; flex-wrap:wrap; position:relative; width:48.5%;}
.symbol .kuho dl dt {display:flex; align-items:center; justify-content:center; width:100%; height:56px; color:#fff; font-family:'S-CoreDream-4Regular'; background:var(--main-color); 
border-radius:16px 16px 0 0;}
.symbol .kuho dl dd {width:100%; padding:30px 20px 25px; font-size:2.6rem; color:#444; font-family:"Gmarket"; font-weight:500; background:#fff; border:1px solid var(--main-color); 
border-radius:0 0 16px 16px;}
.symbol .kuho dl dt,
.symbol .kuho dl dd {text-align:center;}

.symbol .kuho dl:nth-child(2) dt {background:var(--sub-color);}
.symbol .kuho dl:nth-child(2) dd {border-color:var(--sub-color);}
.symbol .kuho .exp {margin-top:20px; padding-top:20px; border-top:1px dashed #ccc; font-size:1.5rem; color:#666; font-family:'S-CoreDream-4Regular';}



/* .symbol .group + .group {padding-top:60px; border-top:1px dashed #ccc;}   */
.symbol .group {display:flex; flex-wrap:wrap; justify-content:center;  margin-top:50px; padding-top:50px; border-top:1px dashed #ccc;}
.symbol .group .thumb {display:flex; align-items:center; justify-content:center;  width:550px; min-height:400px; border:1px solid #ddd; background:url("../images/intro/bg_ci.png") repeat;}
.symbol .group .thumb img {max-width:400px;}
.symbol .group .cont {position:relative; width:calc(100% - 550px); padding-top:30px; padding-left:70px;}
.symbol .group .cont h4 {padding-left:0; margin-bottom:20px; font-size:3rem;}
.symbol .group .cont h4:before {display:none;}
.symbol .btn {display:flex; flex-wrap:wrap; margin-top:50px;}
.symbol .btn a {display:flex; align-items:center; justify-content:space-between; width:200px; height:50px; line-height:50px; padding:0 18px 0 25px; color:#333;
border:1px solid rgba(0,0,0,0.2); border-radius:4px; transition:0.2s;}
.symbol .btn a span {font-size:1.6rem; font-family:'S-CoreDream-4Regular';}
.symbol .btn a i {font-size:2rem;}
.symbol .btn a:hover {color:#fff; background-color:var(--main-color);} 




/* intro :: 조직도 */
.org_list, 
.org_list2 {position:relative; margin:0 auto; }
.org_list::after,
.org_list:before, 
.org_list li:after,
.org_list li:before,
.org_list2:after,
.org_list2:before,
.org_list2 > li:after,
.org_list2 > ul > li > dl > dd:before {content:""; display:block; position:absolute; background:#ccc; z-index:-1;}
.org_list li dl dt,
.org_list2 li dl dt {height:50px; line-height:50px; font-family:'S-CoreDream-4Regular'; border-radius:12px 12px 0 0; text-align:center;} 
.org_list li dl dd,
.org_list2 li dl dd {border-radius:0 0 12px 12px;}

.org_list {width:80%;}
.org_list li {position:relative;}
.org_list li.st1, .org_list li.st2 {position:relative; padding-bottom:60px;}
.org_list li.st1:after {bottom:0px; left:50%; width:1px; height:100%;} /* 세로선 */

.org_list li .l, .org_list li .r { position:absolute; left:50%; transform:translateX(-50%); }
.org_list li .l {margin-left:-350px;}
.org_list li .r {margin-left:350px;}
/* 
.org_list li.st2 {display:flex; flex-wrap:wrap; justify-content:space-between;}
.org_list li.st2 div {display:flex;}
.org_list li.st2:before {top:0px; left:50%; width:1px; height:100%;}
.org_list li.st2:after {top:30px; left:0; width:100%; height:1px;}  */

.org_list li dl {overflow:hidden; position:relative; margin:0 auto; width:280px; text-align:center;}
.org_list li dl dt {color:#fff; background:#002c5a; border:1px solid #002c5a;}
.org_list li dl dd {padding:20px 20px 22px; border:1px solid #002c5a; border-top:0px solid #e5e5e5; background:#fff;}
.org_list li.st2 dl dd {display:flex; align-items:center; justify-content:center; height:120px;}
.org_list li.st2 dl dt {background:var(--main-color); border-color:var(--main-color);}
.org_list li.st2 dl dd {border-color:var(--main-color);}

.org_list:after {bottom:0px; left:50%; width:1px; height:60px;} /* 세로선 */

.org_list2 {display:flex; flex-wrap:wrap; justify-content:space-between; width:56%;}
.org_list2 > li {position:relative; padding-top:40px;}
.org_list2 > li:after {top:0px; left:50%; width:1px; height:40px;} /* 세로선 */
.org_list2 li dl {overflow:hidden; position:relative; width:300px; min-height:150px;}
.org_list2 li dl dt {background:#8fc31f; color:#fff; border:1px solid #8fc31f;}
.org_list2 li dl dd {height:290px; padding:20px 20px 20px 15px; font-size:1.6rem; border-top:1px solid #8fc31f; border:1px solid #8fc31f; border-top:0px;}
.org_list2:before {top:0px; left:50%; transform:translateX(-50%); width:calc(100% - 300px); height:1px;} /* 가로선 */





/* sub :: 공통 */
/* .group {overflow:hidden; position:relative;}
.group .thumb {position:relative; width:40%;}
.group .thumb img {width:100%;}
.group .cont {width:calc(100% - 40% - 60px);word-break:keep-all;}
 */
.highlight {position:relative;}
.highlight:before {content: ''; position:absolute; bottom:0; left:0; right:0; height:30%; background-color:#ffef66; z-index:-1;}



/* box */
.box {position:relative; padding:40px 40px; border:1px solid #ddd;/*  border-radius:0 30px 0 30px; */}
.box.bg {background:#f6f6f6; border:0;} 


/* 준비중입니다. */
.update {padding:10px; border:0px solid #ddd; font-family:'S-CoreDream-4Regular'; text-align:center;}
.update .mascot img {}
.update .tit {margin:20px 0 5px; font-size:3.6rem; color:#333; font-family:'GyeonggiTitle'; font-weight:500; letter-spacing:0em;}




/* event :: 부대행사 */
.incid {display:flex; flex-wrap:wrap; justify-content: center; gap:30px;}
.incid img {width:100%; max-width:850px;}


/* event :: 문화행사 */
.tList img.c_logo {display:block; margin:0 auto 3px;}



/* guide :: 경기종목 */
.sports_list {position:relative; display:flex; flex-wrap:wrap; margin:-10px calc((130px - 100%/7)/2) 0;} 
.sports_list .item {overflow:hidden; position:relative; text-align:center; padding:20px 0; width:calc(100%/7);}
.sports_list .item a {display:block;}
.sports_list .item .picto {display:block; position:relative; margin:0 auto; width:130px; height:130px;}
.sports_list .item .tit {display:block; margin-top:10px; font-size:1.6rem; color:#222; font-family:'S-CoreDream-5Medium';}
.sports_list .item .picto:before {content:''; position:absolute; left:0; right:0; top:0; bottom:0; background-color:rgba(75,129,194,.10); clip-path: polygon(70% 0,100% 30%,100% 100%,0 100%,0 0); border-radius:6px;  transition:.3s all; -webkit-transition:.3s all;}
/* .sports_list .item a:hover .picto:before {background-color:rgba(75,129,194,.22);} */


.sports_list .item .picto:after {content:''; display:block; position:absolute; left:0; right:0; top:0; bottom:0; margin-right:auto; margin-left:auto; margin-top:auto; margin-bottom:auto;
transition:.3s all; -webkit-transition:.3s all;} 
.sports_list .item .picto:after {width:82px; height:82px; background-repeat:no-repeat; background-position:center; background-size:100%; opacity:1; filter:Alpha(opacity=10);}


.item.p1 .picto:after {background-image:url('../images/main/ico_p01.png');}
.item.p2 .picto:after {background-image:url('../images/main/ico_p02.png');}
.item.p3 .picto:after {background-image:url('../images/main/ico_p03.png');}
.item.p4 .picto:after {background-image:url('../images/main/ico_p04.png');}
.item.p5 .picto:after {background-image:url('../images/main/ico_p05.png');}
.item.p6 .picto:after {background-image:url('../images/main/ico_p06.png');}
.item.p7 .picto:after {background-image:url('../images/main/ico_p07.png');}
.item.p8 .picto:after {background-image:url('../images/main/ico_p08.png');}
.item.p9 .picto:after {background-image:url('../images/main/ico_p09.png');}
.item.p10 .picto:after {background-image:url('../images/main/ico_p10.png');}
.item.p11 .picto:after {background-image:url('../images/main/ico_p11.png');}
.item.p12 .picto:after {background-image:url('../images/main/ico_p12.png');}
.item.p13 .picto:after {background-image:url('../images/main/ico_p13.png');}
.item.p14 .picto:after {background-image:url('../images/main/ico_p14.png');}
.item.p15 .picto:after {background-image:url('../images/main/ico_p15.png');}
.item.p16 .picto:after {background-image:url('../images/main/ico_p16.png');}
.item.p17 .picto:after {background-image:url('../images/main/ico_p17.png');}
.item.p18 .picto:after {background-image:url('../images/main/ico_p18.png');}
.item.p19 .picto:after {background-image:url('../images/main/ico_p19.png');}
.item.p20 .picto:after {background-image:url('../images/main/ico_p20.png');}
.item.p21 .picto:after {background-image:url('../images/main/ico_p21.png');}
.item.p22 .picto:after {background-image:url('../images/main/ico_p22.png');}
.item.p23 .picto:after {background-image:url('../images/main/ico_p23.png');}
.item.p24 .picto:after {background-image:url('../images/main/ico_p24.png');}
.item.p25 .picto:after {background-image:url('../images/main/ico_p25.png');}
.item.p26 .picto:after {background-image:url('../images/main/ico_p26.png');}
.item.p27 .picto:after {background-image:url('../images/main/ico_p27.png');}
.item.p28 .picto:after {background-image:url('../images/main/ico_p28.png');}
.item.p29 .picto:after {background-image:url('../images/main/ico_p29.png');}
.item.p30 .picto:after {background-image:url('../images/main/ico_p30.png');}
.item.p31 .picto:after {background-image:url('../images/main/ico_p31.png');}
.item.p32 .picto:after {background-image:url('../images/main/ico_p32.png');}
.item.p33 .picto:after {background-image:url('../images/main/ico_p33.png');}
.item.p34 .picto:after {background-image:url('../images/main/ico_p34.png');}
.item.p35 .picto:after {background-image:url('../images/main/ico_p35.png');}
.item.p36 .picto:after {background-image:url('../images/main/ico_p36.png');}


.item.p37 .picto:after {background-image:url('../images/main/ico_p37.png');}/*댄스스포츠*/
.item.p38 .picto:after {background-image:url('../images/main/ico_p38.png');}/*체조*/
.item.p39 .picto:after {background-image:url('../images/main/ico_p39.png');}/*국학기공*/
.item.p40 .picto:after {background-image:url('../images/main/ico_p40.png');}/*패러글라이딩*/
.item.p41 .picto:after {background-image:url('../images/main/ico_p41.png');}/*요가*/
.item.p42 .picto:after {background-image:url('../images/main/ico_p42.png');}/*합기도*/
.item.p43 .picto:after {background-image:url('../images/main/ico_p43.png');}/*등산*/



@media (max-width:1300px){ /* 선택 */


}

@media (max-width:1200px){ /* 1152px 96%*/

	
	/* intro :: 인사말 */	
	.greet .group {gap:70px; margin-top:60px;}
	.greet .group .thumb {}
	.greet .group .cont {}
	.greet .group .cont p.tit {font-size:2.6rem;} 
	.sign {margin-top:30px;}
	.sign dd {font-size:2rem;}



	/* intro :: 대회상징물 */
	.symbol .kuho dl dt {height:52px;}
	.symbol .kuho dl dd {font-size:2.4rem;}

	.symbol .group .thumb {width:450px; min-height:350px;}
	.symbol .group .thumb img {max-width:350px;}
	.symbol .group .cont {width:calc(100% - 450px); padding-top:10px; padding-left:60px;}
	.symbol .group .cont h4 {font-size:2.8rem;}

	.symbol .btn {margin-top:45px;}
	.symbol .btn a {width:200px; height:48px; line-height:48px;}



	/* intro :: 조직도 */
	.org_list li dl {width:250px;}
	.org_list li .l {margin-left:-300px;}
	.org_list li .r {margin-left:300px;}

	.org_list2 {width:58%;}
	.org_list2 li dl {width:280px;}
	.org_list2:before {width:calc(100% - 280px);} /* 가로선 */


	
	/* guide :: 경기종목 */
	.sports_list {margin:-10px calc((126px - 100%/7)/2) 0;} 
	.sports_list .item .picto {width:126px; height:126px;}
	.sports_list .item .tit {font-size:1.5rem;}
	.sports_list .item .picto:after {width:80px; height:80px;}




}

@media (max-width:1024px){ /* tablet 980 */


	/* intro :: 인사말 */	
	.greet .group {gap:60px; margin-top:50px;}
	.greet .group .thumb {}
	.greet .group .cont {}	
	.greet .group .cont p.tit {font-size:2.4rem;} 
	.sign dt {font-size:1.4rem;}
	.sign dd {font-size:1.9rem;}




	/* intro :: 대회상징물 */
	.symbol .kuho dl dd {font-size:2rem;}

	.symbol .group {margin-top:45px; padding-top:45px;}
	.symbol .group .thumb {width:400px; min-height:320px;}
	.symbol .group .thumb img {max-width:310px;}
	.symbol .group .cont {width:calc(100% - 400px); padding-top:5px; padding-left:50px;}
	.symbol .group .cont h4 {margin-bottom:15px; font-size:2.6rem;}
	.symbol .btn {margin-top:40px;}
	.symbol .btn a {width:185px; height:46px; line-height:46px;}
	.symbol .btn a span {font-size:1.5rem;}
	.symbol .btn a i {font-size:1.8rem;}



	/* intro :: 조직도 */	
	.org_list2 {width:70%;}
	.org_list2 li dl {width:280px;}
	.org_list2:before {width:calc(100% - 280px);} /* 가로선 */

	.org_list li.st1, .org_list li.st2 {padding-bottom:50px;}
	.org_list:after {height:50px;} /* 세로선 */




	/* guide :: 경기종목 */
	.sports_list {margin:-10px calc((110px - 100%/7)/2) 0;} 
	.sports_list .item .picto {width:110px; height:110px;}
	.sports_list .item .tit {font-size:1.5rem;}
	.sports_list .item .picto:after {width:76px; height:76px;}



}

@media (max-width:900px){ 


	/* intro :: 인사말 */	
	.greet .group {gap:50px;}
	.greet .group .thumb {width:30%;}
	.greet .group .cont {}	
	


	/* intro :: 대회개요 */
	.tList.info th, .tList.info td {padding:18px 18px;}
	.tList.info td img {height:28px;}
	.tList.info td img + img {margin-left:20px;}



	/* intro :: 대회상징물 */
	.symbol .kuho dl {width:100%;}
	.symbol .kuho dl:nth-child(2) {margin-top:20px;}
	.symbol .kuho dl dt {height:50px;}
	.symbol .kuho dl dd {padding:22px 20px 19px; font-size:2.2rem;}
	.symbol .kuho .exp {margin-top:19px; padding-top:19px; font-size:1.4rem;}

	.symbol .group {margin-top:40px; padding-top:40px;}
	.symbol .group .thumb {width:350px; min-height:320px;}
	.symbol .group .thumb img {max-width:290px;}
	.symbol .group .cont {width:calc(100% - 350px); padding-top:5px; padding-left:40px;}
	.symbol .group .cont h4 {margin-bottom:10px; font-size:2.4rem;}
	.symbol .btn a {padding: 0 16px 0 20px; width:180px; height:44px; line-height:44px;}
	.symbol .btn a span {font-size:1.4rem;}
	


	/* intro :: 조직도 */	
	.org_list li.st1, .org_list li.st2 {padding-bottom:40px;}
	.org_list:after {height:40px;} /* 세로선 */

	.org_list li dl {width:230px;}
	.org_list li .l {margin-left:-270px;}
	.org_list li .r {margin-left:270px;}

	.org_list li dl dt,
	.org_list2 li dl dt {height:48px; line-height:48px; font-size:1.5rem;}
	.org_list li dl dd {padding:16px 20px 18px; font-size:1.5rem;}

	.org_list li.st2 dl dd {height:110px;}

	.org_list2 {width:76%;}
	.org_list2:before {width:calc(100% - 260px);} /* 가로선 */
    .org_list2 li dl {width:260px;}	
	.org_list2 li dl dd {height:250px;}	
	.org_list2 .dot_list li {margin:0 0 3px 5px; padding-left:10px; font-size:1.5rem;}
	.org_list2 .dot_list > li::before {top:10px;}



	/* guide :: 경기종목 */
	.sports_list {margin:-10px calc((110px - 100%/6)/2) 0;} 
	.sports_list .item {padding:15px 0; width:calc(100%/6);}
	.sports_list .item .picto {width:110px; height:110px;}
	.sports_list .item .tit {font-size:1.4rem;}
	.sports_list .item .picto:after {width:70px; height:70px;}

	


	
}

@media (max-width:830px){ /* tablet ~ 768 */


	/* intro :: 인사말 */	
	.greet .group {margin-top:40px;}
	.greet .group .thumb {}
	.greet .group .cont {}
	.greet .group .cont p.tit {font-size:2.2rem;} 
	.sign {margin-top:20px;}
	.sign dt {font-size:1.3rem;}
	.sign dd {font-size:1.8rem;}



	/* intro :: 대회개요 */
	.info_box .mascot {top:30px;}
	.info_box .mascot img {width:160px;}
	.info_box .tit {margin:0 0 30px;}
	.info_box .tit img {max-width:590px;}



	/* intro :: 대회상징물 */
	.symbol .kuho dl:nth-child(2) {margin-top:15px;}

	.symbol .group {margin-top:35px; padding-top:35px;}
	.symbol .group .thumb {width:300px; min-height:310px;}
	.symbol .group .thumb img {max-width:250px;}
	.symbol .group .cont {width:calc(100% - 300px);}
	.symbol .group .cont h4 {font-size:2.2rem;}
	.symbol .btn {margin-top:35px;}
	.symbol .btn a {width:170px; height:44px; line-height:44px;}
	.symbol .btn a span {font-size:1.4rem;}


	
	/* intro :: 조직도 */	
	.org_list li dl {width:200px;}
	.org_list li .l {margin-left:-230px;}
	.org_list li .r {margin-left:230px;}


	

	/* guide :: 경기종목 */
	.sports_list {margin:-10px calc((110px - 100%/5)/2) 0;} 
	.sports_list .item {padding:15px 0; width:calc(100%/5);}
	.sports_list .item .picto {width:110px; height:110px;}
	.sports_list .item .tit {font-size:1.4rem;}
	.sports_list .item .picto:after {width:70px; height:70px;}

	
}

@media (max-width:768px){ /* mobile 가로 */


	/* intro :: 인사말 */	
	.greet .group {gap:40px;}
	.greet .group .thumb {}
	.greet .group .cont {}
	.greet .group .cont p.tit {font-size:2rem;} 
	.sign dd {font-size:1.7rem;}


	
	/* intro :: 대회개요 */
	.info_box .mascot {top:35px;}
	.info_box .mascot img {width:140px;}
	.info_box .tit {margin:0 0 25px;}
	.info_box .tit img {max-width:570px;}
	.info_box .cont dl dt {width:22%;}
	.info_box .cont dl dd {width:78%;}



	/* intro :: 대회상징물 */
	.symbol .kuho dl dd {font-size:2rem;}

	.symbol .group {margin-top:40px; padding-top:0; border:0;}
	.symbol .group .thumb {width:280px; min-height:auto;}
	.symbol .group .thumb img {max-width:220px;}
	.symbol .group .cont {width:calc(100% - 280px); padding-top:10px; padding-left:30px;}
	.symbol .group .cont h4 {font-size:2rem;}
	.symbol .btn {margin-top:35px;}
	.symbol .btn a {width:170px; height:44px; line-height:44px;}
	.symbol .btn a span {font-size:1.36rem;}



	/* inro :: 조직도 */
	.org_list2 {width:80%;}



}

@media (max-width:680px){ /* mobile 가로 640기준 */


	/* intro :: 인사말 */		
	.greet .group .thumb {width:220px;}
	.greet .group .cont {}	
	.greet .group .cont p.tit {font-size:1.8rem;} 



	/* intro :: 대회개요 */
	.tList.info th, .tList.info td {padding:16px 15px;}
	.tList.info td img {height:26px;}
	.tList.info td img + img {margin-left:20px;}



	/* intro :: 대회상징물 */
	.symbol .kuho dl dt {height:45px;}
	.symbol .kuho dl dt, .symbol .kuho dl dd {}
	.symbol .kuho dl dd {padding:18px 15px 15px; font-size:1.8rem;}
	.symbol .kuho .exp {margin-top:15px; padding-top:15px;}

	.symbol .group .thumb {width:100%; min-height:200px;}
	.symbol .group .thumb img {max-width:220px; }
	.symbol .group .cont {width:100%; padding-top:20px; padding-left:0;}	
	.symbol .btn {justify-content:center; margin-top:30px;}



	/* intro :: 조직도 */	
	.org_list li dl {width:180px;}
	.org_list li .l {margin-left:-200px;}
	.org_list li .r {margin-left:200px;}

	.org_list li dl dt,
	.org_list2 li dl dt {height:46px; line-height:46px; font-size:1.4rem;}
	.org_list li dl dd {padding:16px 16px 18px; font-size:1.4rem;}
	.org_list li.st2 dl dd {height:98px;}

	.org_list2 {width:80%;}
	.org_list2:before {width:calc(100% - 230px);} /* 가로선 */
    .org_list2 li dl {width:230px;}	
	.org_list2 li dl dd {height:auto; padding:16px 16px 18px;}



	/* guide :: 경기종목 */
	.sports_list {margin:-10px calc((100px - 100%/5)/2) 0;} 
	.sports_list .item .picto {width:100px; height:100px;}
	.sports_list .item .tit {font-size:1.36rem;}
	.sports_list .item .picto:after {width:64px; height:64px;}






}

@media (max-width:610px){ /* mobile 세로 */

	
	/* intro :: 인사말 */	
	.greet .group .thumb img {}
	.greet .group .cont p {margin-top:15px;}
		
	

	/* intro :: 대회개요 */
	.tList.info th, .tList.info td {padding:15px 15px;}
	.tList.info td img {height:24px;}
	.tList.info td img + img {margin-left:15px;}



	
	/* intro :: 대회상징물 */
	.symbol .kuho dl dd {padding:18px 15px 15px; font-size:1.8rem;}
	.symbol .kuho .exp {margin-top:15px; padding-top:15px; font-size:1.3rem;}

	.symbol .group .thumb {min-height:180px;}
	.symbol .group .thumb img {max-width:200px;}
	.symbol .group .cont h4 {font-size:2rem;}
	


	/* intro :: 조직도 */	
	.org_list {padding-bottom:0px;}
	.org_list:after {display:none;} /* 세로선 */	

	.org_list li.st1 {padding-bottom:25px;} 
	.org_list li.st1:after {display:none;} /* 세로선 */	

	.org_list li.st2 {padding-bottom:0;}
	.org_list li.st2 .l,
	.org_list li.st2 .r {position:relative; left:auto; right:auto; transform: translateX(0%); padding-bottom:25px;}
	.org_list li.st2 .l {margin-left:0;}
	.org_list li.st2 .r {margin-left:0;}

	.org_list li.st2 dl dd {height:auto;}

	.org_list2 {justify-content:center;}
	.org_list2 > li {padding-top:25px;}
	.org_list2:before {display:none;}

	.org_list li dl,	
	.org_list2 li dl {width:279px;}



	/* event :: 부대행사 */
	.incid {gap:20px;}


	
	/* guide :: 경기종목 */
	.sports_list {margin:-10px calc((90px - 100%/5)/2) 0;} 
	.sports_list .item .picto {width:90px; height:90px;}
	.sports_list .item .picto:after {width:56px; height:56px;}
	.sports_list .item .tit {font-size:1.3rem;}



	/* 준비중입니다. */
	.update .mascot img {width:280px;}
	.update .tit {margin:10px 0 3px; font-size:2.4rem;}



}

@media (max-width:430px){ /* mobile 세로 */


	/* intro :: 인사말 */	
	.greet .group .thumb img {}	
	


	/* intro :: 대회개요 */
	.tList.info th, .tList.info td {padding:15px 15px;}
	.tList.info td img {height:24px;}
	.tList.info td img:nth-child(3) {display:block; margin-top:15px; margin-left:0;}



	/* intro :: 대회상징물 */
	.symbol .kuho dl dt {margin-right:0; width:100%; height:auto; padding:10px 0 8px; border-radius:12px 12px 0 0;}
	.symbol .kuho dl dd {width:100%; padding:18px 15px 15px; border-radius:0 0 12px 12px;}

	.symbol .group .thumb {min-height:180px;}
	.symbol .group .thumb img {max-width:200px;}
	.symbol .group .cont h4 {font-size:2rem;}
	.symbol .btn a {width:165px; height:42px; line-height:42px;}
	.symbol .btn a span {font-size:1.3rem;}
	.symbol .btn a i {font-size:1.6rem;}



	
	/* guide :: 경기종목 */
	
	
	/* guide :: 경기종목 */
	.sports_list {margin:0px calc((76px - 100%/4)/2) 0;} 
	.sports_list .item {padding:10px 0; width:calc(100%/4);}
	.sports_list .item .picto {width:76px; height:76px;}
	.sports_list .item .picto:after {width:48px; height:48px;}
	.sports_list .item .tit {font-size:1.2rem;}
	

	

}

@media (max-width:380px){ /* mobile 세로 */


	/* guide :: 경기종목 */
	.sports_list {margin:-10px calc((72px - 100%/4)/2) 0;} 	
	.sports_list .item .picto {width:72px; height:72px;}
	.sports_list .item .picto:after {width:46px; height:46px;}
	.sports_list .item .tit {font-size:1.16rem;}


	


}