@charset "utf-8";



    /*  체험종목 */
.exp_course h4{margin:40px 0 18px;font-size:26px;font-weight:700;color:#111;}
.exp_course h4:first-child{margin-top:0;}
.exp_list2{display:flex;flex-wrap:wrap;gap:24px;margin:0;padding:0;list-style:none;}
.exp_list2 li{width:calc(33.333% - 16px);}
.exp_item2{position:relative;overflow:hidden;border:1px solid #e5e5e5;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:.3s ease;}
.exp_item2:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(0,0,0,.13);}
.exp_thumb{display:block;width:100%;height:240px;overflow:hidden;background: #bee4ff;}
.exp_thumb img{display:block;width: 100%;height: 100%;object-fit: cover;transition:.4s ease;margin: 0 auto;}

.exp_thumb2{display:block;width:100%;height:240px;overflow:hidden;background: #bee4ff;}
.exp_thumb2 img{display:block;width:70%;height: 100%;object-fit: cover;transition:.4s ease;margin: 0 auto;}

.exp_item2:hover .exp_thumb img{transform:scale(1.06);}
.exp_item2 p{margin:0;padding:18px 130px 18px 20px;font-size:18px;font-weight:700;color:#222;line-height:1.4;}
.exp_item2 a{position:absolute;right:16px;bottom:14px;display:inline-block;padding:9px 18px;border-radius:30px;background:#2f86f0;color:#fff;font-size:15px;font-weight:600;text-decoration:none;}
.exp_item2 a:hover,.exp_item2 a:focus{background:#005bab;}

@media all and (max-width:1024px){
	.exp_list2 li{width:calc(50% - 12px);}
}

@media all and (max-width:540px){
	.exp_course h4{margin:30px 0 14px;font-size:22px;}
	.exp_list2 {gap:16px;}
	.exp_list2 li{width:100%;}
	.exp_thumb{height:220px;}
	.exp_item2 p{padding:16px 18px 60px;font-size:17px;}
	.exp_item2 a{left:18px;right:auto;bottom:16px;}
}               


/* 제전상징물 */
.symbol_wrap{display:flex;flex-direction:column;gap:24px;margin-top:35px;}
.symbol_item{position:relative;overflow:hidden;border: 1px solid #ddd;border-radius:26px;background:#fff;box-shadow: 0 9px 10px rgba(0,64,128,.1);}
.symbol_left{position:relative;z-index:1;padding:30px 22px 26px;background:linear-gradient(135deg,#f1f8ff 0%,#fff 70%);text-align:center;}
.symbol_left h4{display:inline-flex;align-items:center;justify-content:center;margin:0 0 24px;padding:9px 20px;border-radius:50px;background: #2f86f0;color: #ffffff;font-size:20px;font-weight: 600;}
.symbol_left .img{display: flex;align-items:center;justify-content:center;/* min-height: 215px; */padding:22px;border-radius:22px;background:rgba(255,255,255,.85);border: 2px dashed #21a3ff;/* box-shadow:inset 0 0 0 6px rgba(237,247,255,.8); */}
.symbol_left img{max-width:100%;max-height: 166px;transition:transform .3s ease;margin: 0 auto;}
.symbol_item:hover .symbol_left img{transform:scale(1.04);}
.symbol_right{position:relative;z-index:1;padding:26px 24px 30px;background:#fff;}
.symbol_right strong{display:flex;align-items:center;gap:10px;margin-bottom:14px;color: #333;font-size:18px;font-weight: 700;}
.symbol_right strong:before{content:'';display:block;width:10px;height:10px;border-radius:50%;background:#00a8ff;box-shadow:0 0 0 6px rgba(0,168,255,.13);margin-right: 6px;}
.symbol_right p{margin:0;color: #777;font-size:16px;line-height:1.75;word-break:keep-all;}

@media screen and (min-width:768px){
	.symbol_wrap{gap:26px;}
	.symbol_item{padding:24px 26px 30px;border-radius:28px;}
	.symbol_left{width:100%;padding:0;background:transparent;text-align:left;box-sizing:border-box;}
	.symbol_left h4{margin:0 0 22px;padding:10px 28px;border-radius:50px;background:#2f86f0;color:#fff;font-size:20px;font-weight:600;}
	.symbol_left .img{width:100%;min-height:260px;padding:24px;border:2px dashed #21a3ff;border-radius:20px;background:#fff;box-sizing:border-box;overflow:hidden;}
	.symbol_left img{max-width:100%;max-height:190px;}
	.symbol_right{display:block;width:100%;padding:30px 4px 0;background:#fff;box-sizing:border-box;}
	.symbol_right strong{margin-bottom:14px;color:#222;font-size:20px;font-weight:700;}
	.symbol_right p{max-width:none;margin:0;color:#777;font-size:16px;line-height:1.75;}
}

@media screen and (min-width:1200px){
	.symbol_wrap{gap:30px;margin-top:45px;}
	.symbol_item{padding:26px 30px 34px;border-radius:32px;}
	.symbol_left{width:100%;padding:0;background:transparent;text-align:left;box-sizing:border-box;}
	.symbol_left h4{margin:0 0 26px;padding:10px 32px;border-radius:50px;background:#2f86f0;color:#fff;font-size:21px;font-weight:600;}
	.symbol_left .img{width:100%;min-height:315px;padding:28px;border:2px dashed #21a3ff;border-radius:20px;background:#fff;box-sizing:border-box;overflow:hidden;}
	.symbol_left img{max-width:100%;max-height: 280px;}
	.symbol_right{display:block;width:100%;padding:34px 4px 0;background:#fff;box-sizing:border-box;}
	.symbol_right strong{margin-bottom:14px;color:#222;font-size:22px;font-weight:700;}
	.symbol_right p{max-width:none;margin:0;color:#777;font-size:17px;line-height:1.75;}
}                 


/* 종목 종류 */
.marine_sports ul{display:flex;flex-wrap:wrap;margin:2em -0.4em 0;padding:0;list-style:none;}
.marine_sports ul li{width:50%;padding:0 .4em;margin:0 0 .8em;box-sizing:border-box;text-align:center;}
.marine_sports .sport_item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:100%;min-height:220px;padding:1.2em .8em;border:1px solid #dbe4ee;border-radius:1.8em;background:#fff;box-sizing:border-box;transition:border-color .2s ease;}
.marine_sports .sport_item:hover{border-color:#2f86f0;}
.marine_sports .sport_item:before{display:block;content:'';width:4em;height:.35em;margin:0 auto 1em;border-radius:5em;background:#e8f3ff;}
.marine_sports .sport_item img{display:flex;align-items:center;justify-content:center;width:100%;max-width:110px;height:90px;margin:0 auto 1em;object-fit:contain;}
.marine_sports .sport_item p{display:flex;align-items: end;justify-content:center;min-height:2.8em;margin:0;color: #1a6cb4;font-size:1rem;font-weight:700;line-height:1.35;word-break:keep-all;}

@media all and (min-width:641px){
	.marine_sports ul li{width:33.333%;}
	.marine_sports .sport_item{min-height:240px;}
}

@media all and (min-width:1024px){
	.marine_sports ul li{width:25%;}
	.marine_sports .sport_item{min-height:260px;padding:1.6em 1em;}
	.marine_sports .sport_item img{max-width:130px;height:110px;}
	.marine_sports .sport_item p{font-size: 18px;}
}              



/* 행사장위치 */
.map_wrap{position:relative;padding:26px 14px 32px;background:linear-gradient(135deg,#0b73d9 0%,#00a6b8 100%);box-sizing:border-box;overflow:hidden;}
.map_wrap:before{content:'';position:absolute;left:-80px;bottom:-55px;width:300px;height:150px;border-radius:50%;background:rgba(255,255,255,.14);}
.map_wrap:after{content:'';position:absolute;right:-90px;top:35px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.1);}
.map_inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;}
.map_box{overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 18px 35px rgba(0,47,100,.25);}
.map_area2{height:300px;background: #f5f5f5;}
.map_info{position:relative;padding:20px 22px 22px 58px;background:#fff;box-sizing:border-box;z-index: 1;}
.map_info:before{content:'';position:absolute;left:24px;top:23px;width:22px;height:22px;border-radius:50% 50% 50% 0;background: #ed1651;transform:rotate(-45deg);}
.map_info:after{content:'';position:absolute;left:31px;top:30px;width:8px;height:8px;border-radius:50%;background:#fff;}
.map_info strong{display:block;margin-bottom:6px;color: #333;font-size:18px;font-weight:800;}
.map_info p{margin:0;color:#555;font-size:15px;line-height:1.6;}

@media all and (min-width:768px){
	.map_wrap{padding:42px 36px 48px;}
	.map_box{border-radius:28px;}
	.map_area2{height:400px;}
	.map_info{padding:24px 30px 26px 72px;}
	.map_info:before{left:32px;top: 23px;}
	.map_info:after{left:39px;top: 30px;}
	.map_info strong{display:inline-block;margin:0 18px 0 0;font-size:19px;vertical-align:middle;}
	.map_info p{display:inline-block;font-size:16px;vertical-align:middle;}
}

@media all and (min-width:1024px){
	.map_wrap{padding:50px 48px 56px;border-radius:0 0 90px 0;}
	.map_wrap:before{width:460px;height:210px;}
	.map_wrap:after{right:-120px;top:-80px;width:420px;height:420px;}
	.map_area2{height:460px;}
}                                             