*{
	font-family:'Noto Sans JP',sans-serif;
}
.wrap{
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding-top: 0px;
}

.inner{
	width: 100%;
	margin: auto;
}

/* header */
.head_top{
	height: 75px;
	display: flex;
	flex-direction:row;
	
}
.header{
	width:80%;
	background: #93CDDD;
	text-align: center;
}

.header .inner{
	height: 75px;
	display: flex;
	
	align-items: center;
	justify-content: center;
}

.header h1{
	color: #fff;
	font-size: 30px;
	/*font-size: 34px;*/
	letter-spacing: 3px;
}

/* conBox */
.conBox .inner{
	width: 100%;
}

.conBox .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0;
	height: 60px;
}

.conBox .top .tit{
	display: flex;
	align-items: center;
}

.conBox .top .tit img{
	width: 53px;
}

.conBox .top .tit {
	margin-left: 10px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.conBox .top .btnUl{
	display: flex;
	align-items: center;
}

.conBox .top .btnUl li{
	position: relative;
	margin-left: 14px;
}

.conBox .top .btnUl li img{
	transition: all 0.4s;
	display: block;
	width: 52px;
}


.conBox .top .btnUl li img.on{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
}
.conBox .top .btnUl li:hover img.on{
	opacity: 1;
}
 .con_menu{
	  display: flex;
	  flex-direction:row;
	  height:70%;
	  
	  justify-content:center;
	    text-align:center;
      align-items: center;
	  gap:10px;
}

.conBox .bottom .bottom_menu{
	display: flex;
	
	align-items: center;
}
.conBox .bottom .bottom_menu li{
	position: relative;
	margin-left: 14px;
}
.conBox .bottom .bottom_menu li:hover img.on{
	opacity: 1;
}
.conBox .top .bottom_menu li img{
	transition: all 0.4s;
	display: block;
	width: 52px;
}
.conBox .bottom .bottom_menu li img.on{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	opacity: 0;
}


.conBox .bottom h3{
	background: url(../haikana_img/sub/background.png) no-repeat center / cover;
	text-align: center;
	line-height: 1.5;
	font-size: 20px;
	letter-spacing: 3px;
	margin: 40px 0;
	font-weight: 400;
}
.conBox .bottom h4{
	background: url(../haikana_img/sub/background.png) no-repeat center / cover;
	text-align: center;
	line-height: 1.5;
	font-size: 20px;
	letter-spacing: 3px;
	margin: 30px 0;
	font-weight: 400;
	
}
.sub03 .conBox .bottom h3{
	margin: 30px 0;
}

.conBox .bottom h3 strong{
	font-weight: 700;
}

.conBox .bottom .menu{
    padding: 0;
    display: block;
}


.conBox .bottom .menu li{
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.conBox .bottom .menu li a{
	transition: all 0.2s;
}

.conBox .bottom .menu li a:hover{
	color: #93CDDD;
}

.conBox .bottom .menu img{
	width: 200px;
}

.bottomTxt{
	color: #93cdcd;
	font-weight: 600;
	font-size: 24px;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	animation-delay: 3s;
	opacity: 0;
}

@keyframes txt{
	0%{opacity: 0;}
	0%{opacity: 0;}
}

.imgBox{
	/* margin-bottom: 50px; */
}
.imgBox img{
	max-width: 100%;
	display: block;
	margin: auto;
}


@media screen and (max-width: 800px){

.header .inner{
	height: auto;
	padding: 10px 0;
}

.header h1{
	font-size: 4.5vw;
}

.conBox .top{
	height: auto;
	padding: 2vw;
}

.conBox .top .tit img{
	width: 6vw;
}

.conBox .top .tit strong{
	font-size: 4vw;
}

.conBox .top .btnUl li{
	margin-left: 2vw;
}

.conBox .top .btnUl li img{
	width: 8vw;
}

.conBox .bottom h3{
	margin: 5vw 0;
	font-size: 3.5vw;
}

.conBox .bottom .menu{
	padding: 0 10%;
}

.conBox .bottom .menu li{
	font-size: 3.5vw;
}

.conBox .bottom .menu img{
	width: 24vw;
}

.bottomTxt{
	font-size: 3vw;
}


}

/* ===== 새 메인 메뉴 카드 디자인 ===== */

.newMenu{
    display: flex;
    flex-direction: column;
    gap: 14px;   /* 👈 간격 줄임 */
    padding: 0 40px;
}


.stepCard{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 22px;   /* 👈 높이 줄이는 핵심 */
    text-decoration: none;
    color: #333;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
    border: 1px solid #e5eef3;
}


.stepCard:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.stepLeft{
    display: flex;
    flex-direction: column;
}

.stepLabel{
    font-size: 13px;
    font-weight: 700;
    color: #7ec8d8;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.stepTitle{
    font-size: 18px;  /* 👈 줄임 */
    font-weight: 600;
    margin-bottom: 3px;
}


.stepDesc{
    font-size: 13px;
    color: #7a8b9a;
}

.arrow{
    font-size: 28px;
    color: #7ec8d8;
    transition: transform 0.2s ease;
}

.stepCard:hover .arrow{
    transform: translateX(8px);
}

.stepCard.primary{
    border: 2px solid #7ec8d8;
    background: linear-gradient(135deg,#e9f8fc,#ffffff);
}

/* ===== STEP 옆으로 배치 ===== */

.stepCard{
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 20px;
}

.stepBadge{
    background: linear-gradient(180deg,#9fd6e3,#7ec8d8);
    color: white;
    font-weight: 700;
    font-size: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    min-width: 80px;
    text-align: center;
}

.stepContent{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.stepTitle{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}

.stepDesc{
    display:none;
}

.arrow{
    font-size: 22px;
}
