@charset "utf-8";
   a,
   button,
   input,
   select,
   h1,
   h2,
   h3,
   h4,
   h5,
   * {
       box-sizing: border-box;
       margin: 0;
       padding: 0;
       border: none;
       text-decoration: none;
       background: none;
   
       -webkit-font-smoothing: antialiased;
   }
   
   menu, ol, ul {
       list-style-type: none;
       margin: 0;
       padding: 0;
   }
   
   img{
	  margin-left: auto;
	  margin-right: auto;
	}

   .area-info-cont{
		/*padding: 0px,10px, 0px, 15px;*/
		padding-top: 0px;
    	padding-right: 10px;
    	padding-bottom: 0px;
    	padding-left: 15px;
	}
	
   .fishpoint{
     	width: 42px;
     	height: 42px;
     	/*margin: 10px 0 0 10px; */
   	    margin: 10px auto 10px auto;
	    display: block;
   }
   
   .fishweather{
     	width: 42px;
     	height: 42px;
     	/*margin: 10px 0 0 10px; */
   	    margin: 10px auto 10px auto;
	    display: block;
   }
   
   .pntText{
		color: white;   
   }
   .parent {
    	display: flex;
    	margin: 20px 0px 0 0px;
	}
   
	.rectangle-92 {
		flex: 1;
	    /*background: #ffffff;*/
	    /*background: #09a559;*/
	    background: #5877E5;
	    
	    
	    border-radius: 10px;
	    border-style: solid;
	    border-color: #7942e0;
	    border-width: 1px;
	/*    width: 28%; */
	    height: 90px;
	/*    position: absolute;
	    left: 10px; */
	    margin: 0 10px 0 10px;
	    /*top: 228px;*/
	    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	    text-align: center;
	}

	.rectangle-93 {
		flex: 1;
	    /*background: #ffffff;*/
	    /*background: #09a559;*/
	    background: #0DA4AC;
	    
	    
	    border-radius: 10px;
	    border-style: solid;
	    border-color: #7942e0;
	    border-width: 1px;
	/*    width: 28%; */
	    height: 90px;
	/*    position: absolute;
	    left: 10px; */
	    margin: 0 10px 0 10px;
	    /*top: 228px;*/
	    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	    text-align: center;
	}
	
	.rectangle-94 {
		flex: 1;
	    /*background: #ffffff;*/
	    background: #09a559;
	    /*background: #0DA4AC;*/
	    
	    
	    border-radius: 10px;
	    border-style: solid;
	    border-color: #7942e0;
	    border-width: 1px;
	/*    width: 28%; */
	    height: 90px;
	/*    position: absolute;
	    left: 10px; */
	    margin: 0 10px 0 10px;
	    /*top: 228px;*/
	    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	    text-align: center;
	}
	
	.menu-area {
	  /*display: flex;
	  justify-content: center;*/
	  /*border: 1px solid black;*/
	  margin-top: 15px;
	  margin-left: 15px;
	  margin-bottom: 15px;
/*	  padding: 15px;
	  height: 50px;*/
	}
  
  	.scroll-area{
		margin: 0px;  
  	}
  	
	ul.flex-menu {
	    display: flex;
	    list-style: none;
	    padding: 0;
	    margin: 0;
  	}

	ul.flex-menu li {
	    /*display: flex;*/
	    margin: 10px;
	    /*border: 1px solid #333; *//* 테두리 추가 */
	    border-radius: 10px;       /* 모서리 둥글게 (선택사항) */
	    width: 150px;         /* ✅ 너비 설정 */
	    height: 90px;         /* ✅ 높이 설정 */
	    text-align: center;    /* ✅ 텍스트 수평 정렬 */
	    justify-content: center;  /* 수평 정렬 */
	  	align-items: center;      /* 수직 정렬 */
	  	color:white;
	    /*background-color: #D1E0FF;*/
  	}
  	
  	ul.flex-menu li.csl_tab_item1{
	    background-color: #5877E5; /*#333E54*/		  
  	}
  	
  	ul.flex-menu li.csl_tab_item2{
	    background-color: #0DA4AC; /*#333E54*/		  
  	}
  	
  	ul.flex-menu li.csl_tab_item3{
	    background-color: #09a559; /*#333E54*/		  
  	}  	
  	
.area-title {
    display: inline-block;
    position: relative;
    height: 35px;
    padding: 5px 2px 5px 10px;
    font-weight: 700;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 신규 메뉴 */
  .menu-scroll {
    display: flex;
    gap: 16px;
    padding: 10px;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;

    /* 스크롤바 숨기기 */
    -ms-overflow-style: none;    /* IE */
    scrollbar-width: none;       /* Firefox */
  }
  .menu-scroll::-webkit-scrollbar {
    display: none;               /* Chrome/Safari */
  }

  .menu-item {
    flex: 0 0 auto;              /* 줄바꿈 없이 고정 */
    width: 110px;
    height: 90px;
    border-radius: 15px;
    color: white;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-item i {
    font-size: 32px;
    margin-bottom: 10px;
  }

  /* 메뉴별 색상 */
  .sea { background-color: #2196F3; }     /* 파랑 → 바다낚시 */
  .fresh { background-color: #4CAF50; }   /* 초록 → 민물낚시 */
  .weather { background-color: #FF9800; } /* 주황 → 기상청 날씨 */
  .limit { background-color: #9C27B0; }   /* 보라 → 금지체장 */

        header {
            text-align: center;
            margin: 10px 0 20px 0;
        }

        h1 {
            font-size: 20px;
            color: #1e40af;
           /* color: #4CAF50;*/
            margin: 0;
            font-weight: 800;
            letter-spacing: -1px;
        }

        /* 권역별 헤더 정렬 */
        .section-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 22px 5px 8px 2px;
            padding-bottom: 6px;
            border-bottom: 1px solid #e2e8f0;
        }

        .section-title {
            font-size: 15px;
            font-weight: bold;
            color: #1e293b;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        /* 소형 천체보기 버튼 */
        .astro-link-sub {
            /*font-size: 11px;*/
            font-size: 12px;
            color: #ffffff;
            text-decoration: none;
            background: #64748b;
            padding: 3px 9px;
            border-radius: 4px;
            font-weight: 500;
            transition: background 0.2s;
        }

        .astro-link-sub:hover {
            background: #475569;
        }

        /* 그리드 컨테이너 (3열 고정) */
        .grid-container {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 5px;
            margin-bottom: 5px;
        }

        /* 카드 디자인: 1px 사이드 테두리 적용 */
        .point-card {
            background: #ffffff;
            border-radius: 2px;
            padding: 7px 4px;
            box-shadow: 1px 1px 2px rgba(0,0,0,0.03);
            border-left: 1px solid #2563eb; 
            text-align: left;
            padding-left: 8px;
            min-height: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .region {
            /*font-size: 11px;*/
            font-size: 12px;
            color: #94a3b8;
            font-weight: 600;
            margin-bottom: 1px;
            display: block;
        }

        .point-name {
            /*font-size: 14px;*/
            font-size: 15px;
            font-weight: 700;
            margin: 0;
            color: #0f172a;
            letter-spacing: -0.4px;
            line-height: 1.1;
        }
        
        /* 권역별 1px 사이드 컬러 바리에이션 */
        .c-gyeongin { border-left-color: #2563eb; } /* 블루 */
        .c-chungcheong { border-left-color: #0ea5e9; } /* 스카이 */
        .c-honam { border-left-color: #10b981; } /* 에메랄드 */
        .c-gyeongnam { border-left-color: #f59e0b; } /* 오렌지 */
        .c-donghae { border-left-color: #ef4444; } /* 레드 */
        .c-jeju { border-left-color: #8b5cf6; } /* 퍼플 */
