.inner_top { 
    display: flex; 
    align-items: center;justify-content: center;
    gap: 60px;
    margin-bottom: 70px;
    padding: 90px 100px; 
    width: 100%; 
    background-color: #f1f1f1; 
    border-radius: 6px; 
}
.inner_top > div p {
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
}
.inner_top > div p span:first-child { color: #194b93; }
.inner_top > div p span:last-child { color: #1fa03a; }
.inner_top h6 {
    margin-top: 15px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
}
.inner_top > p { 
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
 }
 .inner_bottom {
    display: flex;
    gap: 60px;
 }
.inner_info div {
    padding: 40px 30px;
}
.inner_info p.tit {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
}
.inner_info p.s_tit {
    margin: 30px 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}
.inner_info p.r_tit {
    line-height: 30px;
    font-weight: 500;
}
.inner_info a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    width: 210px;
    height: 60px;
    border-radius: 4px;
    background-color: #1025c8;
    transition: all 0.4s;
}
.inner_info a span {
    display: inline-block;
    width: 24px;
    height: 25px;
    background-image: url(../images/ico_directions.png);
}
.inner_info a:hover { background-color: rgb(8, 39, 83); }
.inner_info a p { color: #fff; }
.inner_info dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.inner_info dt {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    background-color: #4171d2;
}
.inner_info dd {
    width: calc(100% - 120px);
    font-size: 18px;
    font-weight: 500;
}
.inner_info dt:nth-child(3) { background-color: #252ba5; }
.inner_info dt:nth-child(5) { background-color: #e7516a; }
.df { display: flex; align-items: baseline; }

.cont_inner2 img {border-radius: 10px; margin-bottom: 20px;}
.cont_inner2 p {font-size: 20px;}
.btn_wrap {padding: 0 130px; margin-top: 50px; display: flex; gap: 20px;}
.btn_wrap a {display: flex; align-items: center; justify-content: center; gap: 15px; width: 50%; height: 80px; background-color: #1c5db5; transition: all 0.4s; color: #fff; }
.btn_wrap a:last-child {background-color: #1025c8;}
.btn_wrap a:hover {background-color: #313872;}

.cont_inner2, .cont_inner3 {margin-bottom: 65px;}
.cont_inner3 strong, .cont_inner4 strong {font-size: 24px;}
.cont_inner4 img {border-radius: 10px; margin-bottom: 20px;}
.cont_inner4 a {position: relative;}
.cont_inner4 a:hover::before {position: absolute; content: ""; width: 100%; height: 375px; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px;  transition: all 0.5s;} 
.cont_inner4 a:hover p {color: #29bb27;}
.cont_inner4 p {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 50%; height: 80px; line-height: 80px; font-weight: 900; font-size: 54px; text-align: center; color: #fff; }

.list > li {font-size: 18px !important;}
p.min {color: #444; font-size: 16px;}

.inner_bottom2 {flex-direction: column;}
.inner_info2 {width: 100%;}
.inner_info2>div {    border: 2px dashed #ddd;    padding: 60px 50px;
    border-radius: 20px;display: flex;    gap: 50px;}
    .inner_info2>div p {width: 260px; display: inline-block;}
.inner_info ul {width: calc(100% - 320px);}

.inner_info ul li {margin-bottom: 15px;
    line-height: 30px;
    font-size: 22px;}
    .inner_info ul li:last-child{margin-bottom: 0;}
.inner_bottom2 a {    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}