:root{
    --main: #FDC100;
    --title: #002B4B;
    --title2: #EF7D00;
    --orange: #E97A00;
    --text: #9398A8;
    --text2: #615E68;
    --white: #fff;
    --black: #000;
    --line: #EAEAEA;
    --line2: #E6E7E980;
    --line3: #E6E7E9;
    --footer1: #EF7D00;
    --footer2: #DB6900;
    --footer-design: #C75500;
    --roboto: "Roboto", sans-serif;
    --int: "Inter", sans-serif;
    --mont: "Montserrat", sans-serif;
    --jak: "Plus Jakarta Sans", sans-serif;
}

body{
    font-family: var(--int);
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.07px;
}

.tupp{
    text-transform: uppercase;
}

.tlc{
    text-transform: lowercase;
}

html::-webkit-scrollbar{
    width: 10px;
}

html::-webkit-scrollbar-track{
    background: #f2F2F2;
}

html::-webkit-scrollbar-thumb{
    background: linear-gradient(to top, #FFB767 0%, var(--title2) 100%);
    border-radius: 15px;
}

a{
    text-decoration: none;
    color: #000;
}

hr{
    opacity: 100%;
    -webkit-opacity: 100%;
}

.sectitle{
    width: fit-content;
    text-transform: uppercase;
    color: var(--title);
    font-family: var(--jak);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.sectitle strong{
    color: var(--title2);
    font-weight: inherit;
}

.sectitle::before{
    content: '';
    display: block;
    display: -webkit-block;
    width: 1px;
    height: 64px;
    background-color: #00569D;
    margin-bottom: 1rem;
}

.sectitle.bo::before{
    background-color: var(--title2);
}

.sectitle.bb::before{
    background-color: var(--title);
}

.sectitle.bmx-auto::before{
    margin-left: auto;
    margin-right: auto;
}

.text{
    font-family: var(--jak);
    color: var(--text);
}

.text p:not(:last-child){
    margin-bottom: 1rem;
}

.text strong{
    color: var(--title);
}

.telp,
.mailp{
    display: block;
}

.dbtn{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: clamp(10px,100%,280px);
    color: var(--white);
    font-family: var(--int);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.024px;
    border-radius: 295px;
    background-color: var(--main);
    padding: 10px 1rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.dbtn.o{
    background-color: var(--title2);
}

.dbtn::before{
    content: '';
    position: absolute;
    left: 6px;
    width: 27px;
    aspect-ratio: 1/1;
    background-size: contain !important;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    opacity: 50%;
    -webkit-opacity: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.dbtn:hover{
    color: var(--white);
    background-color: #3C3C3B;
}

.dbtn:hover::before{
    left: calc(100% - 33px);
}

.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 14px !important;
    bottom: -20px;
}

h1.entry-title{
    text-align: center;
    margin: 30px 0;
}

.ban{
    background: url(../../assets/img/banbg.png) no-repeat center,var(--orange);
    background-size: cover;
    background-blend-mode: multiply;
    padding: 2.53rem 0;
}

.ban .title{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem;
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--jak);
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.ban .title::before{
    content: '';
    min-width: 1px;
    max-width: 1px;
    height: 64px;
    background-color: var(--white);
}

.pathbox{
    font-family: var(--jak);
    border-bottom: 1px solid var(--line);
    padding: 5px 0;
}

.pathbox .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 19px;
}

.pathbox .back{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 9px;
    color: var(--main);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.024px;
    background: none;
    border: none;
    padding: 0;
}

.pathbox .back::before{
    content: url('data:image/svg+xml;utf8,<svg width="9" height="13" viewBox="0 0 9 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 12L2 6.5L8 1" stroke="rgb(253,193,0)" stroke-width="2"/></svg>');
}

.pathbox .path,
.pathbox .path>*:not(:last-child){
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 5px;
}

.pathbox .path{
    border-left: 1px solid var(--line);
    padding: 7px 0 7px 19px;
}

.pathbox .path::before{
    content: url('data:image/svg+xml;utf8,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.99961 16V11H11.9996V16C11.9996 16.55 12.4496 17 12.9996 17H15.9996C16.5496 17 16.9996 16.55 16.9996 16V8.99997H18.6996C19.1596 8.99997 19.3796 8.42997 19.0296 8.12997L10.6696 0.599971C10.2896 0.259971 9.70961 0.259971 9.32961 0.599971L0.96961 8.12997C0.62961 8.42997 0.83961 8.99997 1.29961 8.99997H2.99961V16C2.99961 16.55 3.44961 17 3.99961 17H6.99961C7.54961 17 7.99961 16.55 7.99961 16Z" fill="rgb(60,60,59)"/></svg>');
    margin-right: 7px;
}

.pathbox .path>*{
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.07px;
}

.pathbox .path>*:not(:last-child)::after{
    content: '/';
}

.pagination{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    grid-gap: 7px;
}

.pagination>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 41px;
    color: var(--main);
    font-family: var(--jak);
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.09px;
    border: 1px solid var(--main);
    border-radius: 2px;
    padding: 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.pagination>*:not(:first-child):not(:last-child):hover,
.pagination>*:not(:first-child):not(:last-child).active{
    color: var(--title2);
    border-color: var(--title2);
}

.pagination>*:first-child{
    margin-right: 18px;
}

.pagination>*:last-child{
    margin-left: 18px;
}

.pagination>*:first-child.disabled,
.pagination>*:last-child.disabled{
    border-color: #D8D8D8;
}

@media(max-width:575px){
    .pathbox{
        padding: 1rem 0;
    }
    .pathbox .df,
    .pathbox .df .path{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
}