:root{
    --main: #ED760E;
    --title: #3C3C3B;
    --text: #8E8C92;
    --textb: #6A6A6A;
    --white: #fff;
    --black: #000;
    --line: #E6E7E9;
    --footer1: #545353;
    --footer2: #403F3F;
    --footer-design: #2C2B2B;
    --int: "Inter", sans-serif;
    --roboto: "Roboto", sans-serif;
}

body{
    font-family: var(--int);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.tupp{
    text-transform: uppercase;
}

.tlc{
    text-transform: lowercase;
}

html::-webkit-scrollbar{
    width: 10px;
}

html::-webkit-scrollbar-track{
    background: #f2F2F2;
}

html::-webkit-scrollbar-thumb{
    background: var(--title);
    border-radius: 15px;
}

a{
    text-decoration: none;
    color: #000;
}

hr{
    opacity: 100%;
    -webkit-opacity: 100%;
    background-color: var(--line);
    margin: 0;
}

.sectitle{
    position: relative;
    text-transform: uppercase;
    color: var(--title);
    font-family: var(--roboto);
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 3.6px;
}

.sectitle.o{
    color: var(--main);
}

.sectitle::before{
    content: '';
    position: absolute;
    inset: 20px auto auto -21px;
    width: 43px;
    height: 16px;
    background-color: var(--white);
    box-shadow: 6px -6px 4px -5px #1e1e1e26;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
}

.text{
    font-family: var(--roboto);
    color: var(--text);
}

.text p:not(:last-child){
    margin-bottom: 1rem;
}

.text strong,
.text b{
    color: var(--textb);
}

.telp,
.mailp{
    display: block;
}

.dbtn{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 7px;
    width: fit-content;
    color: #F5F5F5;
    font-weight: 600;
    border: 1px solid var(--main);
    border-radius: 8px;
    background-color: var(--main);
    padding: 7px 25px;
    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::after{
    content: url('data:image/svg+xml;utf8,<svg width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 14L16 7.5M16 7.5L9.5 1M16 7.5H1" stroke="rgb(245,245,245)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    height: 13px;
    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(--footer1);
    border-color: var(--footer1);
    background-color: transparent;
}

.dbtn:hover::after{
    content: url('data:image/svg+xml;utf8,<svg width="17" height="15" viewBox="0 0 17 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 14L16 7.5M16 7.5L9.5 1M16 7.5H1" stroke="rgb(84,83,83)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 14px;
    bottom: -20px;
}

h1.entry-title{
    text-align: center;
    margin: 30px 0;
}

.exp{
    position: absolute;
    z-index: 1;
    inset: auto 0 2rem 0;
    width: fit-content;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    grid-gap: 20px;
    text-align: center;
    color: var(--white);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 auto;
}

.exp::before{
    content: '';
    width: 22px;
    height: 38px;
    border: 1px solid var(--white);
    border-radius: 41px;
    background: #FFFFFF33;
}

.exp::after{
    content: '';
    position: absolute;
    inset: 8px 0 auto 0;
    width: 4px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: transparent;
    animation: 2.5s ease-in-out infinite forwards scrll;
    -webkit-animation: 2.5s ease-in-out infinite forwards scrll;
    -moz-animation: 2.5s ease-in-out infinite forwards scrll;
    -ms-animation: 2.5s ease-in-out infinite forwards scrll;
    -o-animation: 2.5s ease-in-out infinite forwards scrll;
    margin: 0 auto;
}

@keyframes scrll{0%{background-color:var(--white)}20%{top:5px}40%{top:30px}60%{top:26px}80%{background-color:transparent}}
@-webkit-keyframes scrll{0%{background-color:var(--white)}20%{top:5px}40%{top:30px}60%{top:26px}80%{background-color:transparent}}
@-moz-keyframes scrll{0%{background-color:var(--white)}20%{top:5px}40%{top:30px}60%{top:26px}80%{background-color:transparent}}
@-ms-keyframes scrll{0%{background-color:var(--white)}20%{top:5px}40%{top:30px}60%{top:26px}80%{background-color:transparent}}
@-o-keyframes scrll{0%{background-color:var(--white)}20%{top:5px}40%{top:30px}60%{top:26px}80%{background-color:transparent}}

.ban{
    background: url(../../assets/img/banbg1.png) no-repeat center, url(../../assets/img/banbg2.png) no-repeat center, url(../../assets/img/banbg3.png) no-repeat center, var(--main);
    background-size: cover;
    background-blend-mode: hard-light,multiply,normal;
    padding: 2.6rem 0;
}

.ban .title{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 1rem 2.46rem;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--white);
    font-family: var(--roboto);
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

.ban .title::before{
    content: '';
    position: absolute;
    inset: 20px auto auto -21px;
    width: 43px;
    height: 16px;
    background-color: #E67715;
    box-shadow: 6px -6px 4px -5px #1e1e1e26;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
}

.ban .title::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFFFFF33;
}

.pathbox{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 20px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 20px 0;
}

.pathbox .back{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 9px;
    color: var(--main);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.536px;
    background: none;
}

.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(237,118,14)" 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-left: 20px;
}

.pathbox .path>*{
    color: #626F7C;
}

.pathbox .path>*:not(:last-child)::after{
    content: '/';
}

.pathbox .path>*:last-child{
    color: var(--main);
    font-weight: 700;
}

.pagination{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 6px;
}

.pagination>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 40px;
    aspect-ratio: 1/1;
    color: var(--main);
    font-family: var(--roboto);
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 1.6px;
    border: 1px solid var(--main);
    border-radius: 5px;
    background-color: var(--white);
    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(--white);
    border-color: var(--main);
    background-color: var(--main);
}

.pagination>*:first-child{
    margin-right: 7px;
}

.pagination>*:last-child{
    margin-left: 7px;
}

@media(max-width:768px){
    .pathbox,
    .pathbox .path{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .ban{
        padding: 2rem 0;
    }
    .ban .title{
        white-space: normal;
    }
    .ban .title::after{
        display: none;
        display: -webkit-none;
    }
}