*{
    padding: 0;
    margin: 0;
    font-family: Roboto;
}

@font-face {
	font-family: Roboto;
	src: url(../font/Roboto-Regular.ttf);
}
@font-face {
	font-family: Gotham;
	src: url(../font/Gotham-Light.ttf);
}

:root {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex_between_start {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.flex_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex_end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_box {
    width: 100%;
    height: auto;
    margin-top: 72px;
}


/*header_box  start*/
.header_box {
    width: 100vw;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header_main {
    max-width: none;
    width: auto;
    height: 72px;
    padding: 0 120px;
    box-sizing: border-box;
}
.header_name img{
    width: 148px;
    height: 38px;
}
.header_nav{
    gap: 0 56px;
}
.header_nav_item{
    font-family: Gotham;
    font-weight: bold;
    font-size: 16px;
    color: #080808;
    cursor: pointer;
}
.header_nav_item a {
    color: #080808;
    text-decoration: none;
}
.header_nav_item_active {
    font-family: Gotham;
    font-weight: bold;
    font-size: 16px;
    color: #FF7000;
    position: relative;
}
.header_nav_item_active::before{
    content: '';
    position: absolute;
    left:50%;
    bottom: -10px;
    width: 50%;
    background: #FF7000;
    height: 2px;
    transform: translate(-50%,0px);
}
.solid_phone_img{
    width: 24px;
    height: 24px;
}
.header_phone_box {
    gap: 0 10px;
}
.header_phone_des{
    font-family: Gotham;
    font-weight: bold;
    font-size: 12px;
    color: #FF7000;
}
.header_phone_number{
    font-family: Gotham;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}
.header_menu_option{
    width: 72px;
    height: 72px;
    background: #FF7000;
    display: none;
}
.open_menu_img{
    width: 50px;
    height: 50px;
}
/*header_box  end*/

/*drawer start*/
.drawer_box{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.45);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    clear: both;
    display:none;
}
.drawer_main{
    width: 60%;
    height: 100%;
    background: #ffffff;
    padding: 120px 0 90px 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0%;
    animation-duration:0.5s;
}
@keyframes drawerMainMove {
    0%{
        right:-60%
    }
    100%{
        right:0%
    }
}
@keyframes drawerMainLeave {
    0%{
        right:0%
    }
    100%{
        right:-60%
    }
}
.drawer_content{
    width: 100%;
    height: 100%;
}
.close_img{
    width: 26px;
    height: 25px;
    position: absolute;
    top: 50px;
    right: 30px;
}
.menu_item{
    width: 100%;
    height: 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 0 30px;
    box-sizing: border-box;
}
.menu_item a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.arrow_img{
    width: 20px;
    height: 20px;
}
/*drawer end*/


/*footer_box start*/
.footer_box {
    width: 100vw;
    background: #000000;
    overflow:hidden;
}
.footer_main {
    max-width: none;
    width: auto;
    margin-top: 65px;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
    gap: 32px 0%;
    flex-wrap: wrap;
}
.footer_item{
    width: 290px;
}
.footer_name_width{
    width: auto;
    height: auto;
}
.footer_name_width img {
    width: 100px;
    height: 92px;
}
.footer_item_title{
    font-family: Gotham;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.footer_item_text{
    font-family: Gotham;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 28px;
    align-items: start;
}
.footer_item_text:last-of-type{
    margin-bottom: 0px;
}
.footer_item_text a {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
.ml11{
    margin-left: 11px;
}
.footer_tc {
    width: 100%;
    padding: 17px 0;
    text-align: center;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}
/*footer_box end*/

/*banner start*/

.banner_box{
    width: 100%;
    height: 280px;
}

/*banner end*/

.line_decoration{
    width: auto;
    height: 10px;
}
.line_decoration_line{
    width: 304px;
    height: 1px;
    background: #020100;
}
.line_decoration_circle{
    width: 10px;
    height: 10px;
    background: #FF7000;
    margin: 0 19px;
    border-radius: 50%;
}