html{
    scroll-behavior: smooth;
}
:root {
  scroll-padding-top: 100px;
}

#Jatticve01{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
}
h1.maintitle{
    line-height: 180%;
    margin-bottom: 20px;
    font-size: 43px;
}
#listbox01{
    margin-bottom: 20px;
}
#Jatticve01 .mano{
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 20px);
    padding: 10px;
    width: 100%;
}
#Jatticve01 h2.zomJ{
    font-size: 28px;
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
}
#Jatticve01 h2.zomJ:before{
    content:"";
    position: absolute;
    width: 4px;
    height: 80%;
    background: #1a99f3;
    top: 10%;
    left: 0;
}
#Jatticve01 .mano .malist{
    display: flex;
    width: 500px;
    max-width: calc(100% - 100px);
    flex-wrap: wrap;
    background: white;
    padding: 50px;
    border: #9b9b9b33 1px solid;
    border-radius: 10px;
}
#Jatticve01 .mano .malist .mtitle{
    color: #454545;
    width: 33.3%;
    padding: 20px;
}
#Jatticve01 .mano .naroad-box h3{
    font-size: 29px;
    line-height: 180%;
    padding: 20px 0;
}
#Jatticve01 .mano .naroad-box .textinfo{
    padding: 0 2px 20px;
    border-bottom: #ededed 1px solid;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
}
#Jatticve01 .mano .naroad-box .textleftbox{
    display: flex;
    flex-direction: column;
    width: 50%;
}
#Jatticve01 .mano .naroad-box .textleftbox h5{
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 800;
    margin-top: 10px;
    color: #1b9af4;
}
#Jatticve01 .mano .naroad-box .textrightbox{
    width: 50%;
    display: flex;
    flex-direction: column;
}
#Jatticve01 .mano .naroad-box .textrightbox .imgJbox img{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#Jatticve01 .mano .naroad-box .textinfo h4{
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 800;
    margin-right: 10px;
}
#Jatticve01 .mano .naroad-box .textinfo p{
    font-size: 16px;
    color: #858585;
    font-weight: 500;
    margin-bottom: 10px;
}
#Jatticve01 .imgJbox{
    margin: 20px 0;
}
#Jatticve01 .insider{
    padding: 0 22px;
    border-left: #e2e2e2 2px solid;
}
#Jatticve01 .insider h5{
    font-size: 20px;
    line-height: 180%;
    color: #ea900c;
}
#Jatticve01 .mamoree{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#Jatticve01 .mamoree a{
    background: #1695f0;
    padding: 10px 27px;
    font-size: 18px;
    color: white;
    border-radius: 7px;
}
#Jatticve01 .mamoree a:hover{
    background:#ea900c;
}
@media screen and (max-width: 980px) {
	#Jatticve01 .mano .naroad-box .textleftbox , #Jatticve01 .mano .naroad-box .textrightbox{
        width: 100%;
    }
    #Jatticve01 .imgJbox img{
    height: 250px;
    object-fit: cover;
}
}
