@charset "utf-8";
*{ list-style: none; margin: 0; padding: 0; border: 0; box-sizing: border-box; text-decoration: none; font-family: 'Pretendard', sans-serif; font-weight: 400; line-height: 1; letter-spacing: -0.5px; color: #000;}
input{ outline: none; -webkit-appearance: none;}
select{ outline: none; -webkit-appearance: none;}
select::-ms-expand{ display: none;}
textarea{ outline: none; -webkit-appearance: none;}
html{ overflow-y: scroll; width: 100%; height: 100%; background: #FFF;}
html.no_scroll{ overflow: hidden;}
body{ overflow: hidden; background: #FFF; -webkit-text-size-adjust: none;}
body.sub{ padding: 5rem 0 0 0;}
@media(max-width: 600px){
    html{ font-size: calc(100vw / 30);}
}


.modle_scrollbar::-webkit-scrollbar{ width: 4px; height: 4px; background: #FFF;}
.modle_scrollbar::-webkit-scrollbar-thumb{ background-color: #ef7d05; border-radius: 0;}
@media(max-width: 600px){
}


.modle_br_pc{ display: block;}
.modle_br_pad{ display: none;}
.modle_br_m{ display: none;}
@media(max-width: 1023px){
    .modle_br_pc{ display: none;}
    .modle_br_pad{ display: block;}
    .modle_br_m{ display: none;}
}
@media(max-width: 600px){
    .modle_br_pc{ display: none;}
    .modle_br_pad{ display: none;}
    .modle_br_m{ display: block;}
}


.modle_max{ padding-right: 80px !important; padding-left: 80px !important;}
.modle_min{ margin: 0 auto; max-width: 1280px; width: 100%; position: initial}
@media(max-width: 1440px){
    .modle_max{ padding-right: 50px !important; padding-left: 50px !important;}
}
@media(max-width: 600px){
    .modle_max{ padding-right: 1rem !important; padding-left: 1rem !important;}
}


.modle_popup_main{ display: none; position: fixed; z-index: 5000; top: 0; right: 0; left: 0; bottom: 0; transition: all 0.2s;}
.modle_popup_main .inner{ overflow: hidden; position: fixed; z-index: 10; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 500px; border-radius: 10px; box-shadow: 0 10px 50px 0 rgba(0 0 0/30%); opacity: 1; transition: all 0.2s;}
.modle_popup_main .img{}
.modle_popup_main .fb{ display: flex; justify-content: space-between; align-items: center; padding: 20px; background: #FFF;}
.modle_popup_main .fb .btn{ display: flex; align-items: center; grid-gap: 10px;}
.modle_popup_main .fb .btn i{ display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #000; background: #000; font-size: 14px; color: #FFF; cursor: pointer;}
.modle_popup_main .fb .btn p{ font-size: 16px; font-weight: 600; color: #333; cursor: pointer;}
.modle_popup_main .fb .btn.on i{ border-color: #ef7d05; background: #ef7d05; color: #FFF;}
.modle_popup_main .fb .btn_close{ display: flex; align-items: center; grid-gap: 5px; cursor: pointer;}
.modle_popup_main .fb .btn_close i{ font-size: 20px; color: #666;}
.modle_popup_main .fb .btn_close p{ font-size: 16px; color: #666;}
.modle_popup_main .bg{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/70%); transition: all 1s;}
.modle_popup_main.on{ display: block;}
@media(max-width: 768px){
    .modle_popup_main .inner{ width: 25rem; border-radius: 1rem;}
    .modle_popup_main .fb{ padding: 1.5rem;}
    .modle_popup_main .fb .btn{ grid-gap: 0.4rem;}
    .modle_popup_main .fb .btn i{ width: 1.8rem; height: 1.8rem; font-size: 1rem;}
    .modle_popup_main .fb .btn p{ font-size: 1.2rem;}
    .modle_popup_main .fb .btn_close{ grid-gap: 0.4rem;}
    .modle_popup_main .fb .btn_close i{ font-size: 1.4rem;}
    .modle_popup_main .fb .btn_close p{ font-size: 1.2rem;}
}


.modle_option{ display: flex; justify-content: flex-end; grid-gap: 10px; margin: 0 0 50px 0; padding: 30px; border-radius: 25px; background: #f6f8fb;}
.modle_option select{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 20px; width: auto; height: 50px; border-radius: 30px; border: 1px solid #ddd; background:url(/images/icon_select_down.svg) no-repeat #FFF center right 15px/14px auto; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option select:focus{ border: 1px solid #ef7d05;}
.modle_option .search{ position: relative;}
.modle_option .search i{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; width: 50px; font-size: 20px; color: #000; cursor: pointer;}
.modle_option .search input{ display: flex; align-items: center; margin: 0; padding: 0 50px 0 20px; max-width: 300px; width: 100%; height: 50px; border-radius: 30px; border: 1px solid #ddd; background: #FFF; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_option .search input:focus{ border: 1px solid #ef7d05;}
.modle_option .btn{ display: flex; justify-content: center; align-items: center; padding: 0 30px; height: 50px; border-radius: 30px; background: #ef7d05; font-size: 18px; font-weight: 700; color: #FFF; white-space: nowrap; cursor: pointer;}
@media(max-width: 600px){
    .modle_option{ grid-gap: 0.4rem; margin: 0 0 2rem 0; padding: 1rem; border-radius: 1rem;}
    .modle_option select{ padding: 0 3rem 0 1.5rem; height: 3.5rem; border-radius: 2rem; background:url(/images/icon_select_down.svg) no-repeat center right 1rem #FFF; background-size: 1rem auto; font-size: 1.1rem;}
    .modle_option .search i{ width: 50px; font-size: 20px;}
    .modle_option .search input{ padding: 0 3rem 0 1.5rem; height: 3.5rem; border-radius: 2rem; font-size: 1.1rem;}
    .modle_option .btn{ padding: 0 1.5rem; height: 3.5rem; border-radius: 2rem; font-size: 1.2rem;}
}


.modle_info{ display: flex; justify-content: space-between; align-items: center; margin: 0 0 50px 0;}
.modle_info .fl{ font-size: 20px; color: #000;}
.modle_info .fl span{ margin: 0 2px 0 0; font-weight: 800; color: #ef7d05;}
.modle_info .fr{ display: flex; align-items: center;}
.modle_info .fr .number{ display: flex; align-items: center;}
.modle_info .fr .number .tit{ margin: 0 16px 0 0; font-size: 16px; font-weight: 700; color: #000;}
.modle_info .fr .number select{ display: flex; align-items: center; margin: 0; padding: 0 20px 0 0; width: auto; height: 20px; border-radius: 0; border: 0; background:url(/images/icon_select_down.svg) no-repeat center right 0/12px auto; line-height: 20px; font-size: 16px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.modle_info .fr .sort{ display: flex; align-items: center; margin: 0 0 0 40px; padding: 0 0 0 40px; border-left: 1px solid #e5e5e5;}
.modle_info .fr .sort .tit{ font-size: 16px; font-weight: 700; color: #000;}
.modle_info .fr .sort .btn{ display: flex; align-items: center;}
.modle_info .fr .sort .btn a{ margin: 0 0 0 16px; font-size: 16px; color: #666; cursor: pointer;}
.modle_info .fr .sort .btn a.on{ font-weight: 700; color: #ef7d05;}
@media(max-width: 600px){
    .modle_info{ margin: 0 0 2rem 0;}
    .modle_info .fl{ font-size: 1.2rem;}
    .modle_info .fl span{ margin: 0 0.2rem 0 0;}
    .modle_info .fr .number .tit{ margin: 0 1rem 0 0; font-size: 1rem;}
    .modle_info .fr .number select{ padding: 0 1.5rem 0 0; height: 1rem; background:url(/images/icon_select_down.svg) no-repeat center right 0; background-size: 1rem auto; line-height: 1rem; font-size: 1rem;}
    .modle_info .fr .sort{ margin: 0 0 0 1.5rem; padding: 0 0 0 1.5rem;}
    .modle_info .fr .sort .tit{ font-size: 1rem;}
    .modle_info .fr .sort .btn a{ margin: 0 0 0 1rem; font-size: 1rem;}
}


.modle_sub_menu{ display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 10px; margin-bottom: 50px;}
.modle_sub_menu a{ display: flex; justify-content: center; align-items: center; padding: 0 30px; height: 50px; border-radius: 30px; border: 1px solid #ddd; background: #FFF; font-size: 16px; color: #333; cursor: pointer;}
.modle_sub_menu a.on{ border-color: #ef7d05; background: #ef7d05; font-weight: 700; color: #FFF;}
@media(max-width: 600px){
    .modle_sub_menu{ grid-gap: 0.4rem;}
    .modle_sub_menu a{ height: 3.5rem; border-radius: 2rem; font-size: 1.2rem;}
}


.modle_page{ display: flex; justify-content: center; align-items: center; margin: 60px 0 0 0;}
.modle_page .btn{ display: flex; align-items: center; grid-gap: 10px; padding: 0 12px; height: 40px; border-radius: 20px; cursor: pointer;}
.modle_page .btn i{ font-size: 12px; color: #000;}
.modle_page .btn p{ font-size: 15px; color: #000;}
.modle_page .btn:hover{ background: rgba(0 0 0/5%);}
.modle_page .page{ display: flex; align-items: center;}
.modle_page .page > * { margin: 0 2px;}
.modle_page .page span{ font-size: 14px; color: #999;}
.modle_page .page p{ display: flex; justify-content: center; align-items: center; padding: 0 12px; min-width: 40px; height: 40px; border-radius: 50%; font-size: 14px; color: #000; cursor: pointer;}
.modle_page .page p:hover{ background: rgba(0 0 0/5%);}
.modle_page .page p.on{ border: 1px solid #ef7d05; background: #ef7d05 !important; color: #FFF;}
@media(max-width: 600px){
    .modle_page{ margin: 2rem 0 0 0;}
    .modle_page .btn{ padding: 0 0.4rem; height: 2.4rem;}
    .modle_page .btn i{ padding: 0;}
    .modle_page .btn p{ font-size: 1rem;}
    .modle_page .btn:hover{ background: #FFF;}
    .modle_page .page > * { margin: 0;}
    .modle_page .page span{ font-size: 1rem;}
    .modle_page .page p{ padding: 0 0.4rem; min-width: 2.4rem; height: 2.4rem; font-size: 1rem;}
    .modle_page .page p:hover{ background: #FFF;}
}


.modle_notice{ overflow: hidden; margin: 50px 0 0 0;}
.modle_notice .head{ display: flex; border-top: 1px solid #e5e5e5; border-bottom: 2px solid #ef7d05;}
.modle_notice .head li{ display: flex; justify-content: center; align-items: center; height: 60px;}
.modle_notice .head li p{ font-size: 16px; font-weight: 700; color: #000;}
.modle_notice .body{}
.modle_notice .body li{}
.modle_notice .body li .row{ display: flex; flex-wrap: wrap; align-items: center; position: relative; padding: 30px 0; border-bottom: 1px solid #e5e5e5; transition: all .3s;}
.modle_notice .body li .row .number{ width: 10%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_notice .body li .row .number.top{ font-weight: 600; color: #F00;}
.modle_notice .body li .row .tit{ width: 60%; display: flex; align-items: center; padding: 0 15px;}
.modle_notice .body li .row .tit a{ max-width: 90%; line-height: 1.4; font-size: 16px; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_notice .body li .row .tit span{ display: inline-block; margin: 0 5px 0 0; transform: translate(0,-1px); padding: 0 10px; border-radius: 20px; border: 1px solid #F00; background: #F00; line-height: 20px; font-size: 13px; color: #FFF;}
.modle_notice .body li .row .tit i{ margin: 0 0 0 10px; font-size: 24px; color: #ef7d05; cursor: pointer;}
.modle_notice .body li .row .user{ width: 15%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_notice .body li .row .date{ width: 15%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_notice .body li .row .click{ width: 15%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_notice .body li .row .answer{ width: 15%; display: flex; justify-content: center; align-items: center;}
.modle_notice .body li .row .answer p{ display: flex; justify-content: center; align-items: center; padding: 0 20px; height: 40px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; font-size: 16px; color: #666; white-space: nowrap;}
.modle_notice .body li .row .answer.on p{ border: 1px solid #ef7d05; background: #ef7d05; box-shadow: 0 5px 20px 0 rgba(13 112 213/30%); color: #FFF;}
.modle_notice .body li .row:hover{ background: #f6f8fb;}
@media(max-width: 600px){
    .modle_notice{ margin: 2rem 0 0 0; border-top: 2px solid #ef7d05;}
    .modle_notice .head{ display: none;}
    .modle_notice .body li .row{ grid-gap: 0.6rem 1rem; padding: 1.5rem 1rem;}
    .modle_notice .body li .row .number{ flex: 0 0 3rem; justify-content: flex-start; font-size: 1.1rem;}
    .modle_notice .body li .row .tit{ padding: 0; width: 100%;}
    .modle_notice .body li .row .tit a{ font-size: 1.2rem;}
    .modle_notice .body li .row .tit i{ font-size: 1.4rem;}
    .modle_notice .body li .row .user{ justify-content: flex-start; width: auto; font-size: 1rem;}
    .modle_notice .body li .row .date{ justify-content: flex-start; width: auto; font-size: 1rem;}
    .modle_notice .body li .row .click{ justify-content: flex-start; width: auto; font-size: 1rem;}
    .modle_notice .body li .row .answer{ width: auto;}
    .modle_notice .body li .row .answer p{ padding: 0 1rem; height: 2rem; font-size: 1rem;}
}


.modle_career{ overflow: hidden; margin: 50px 0 0 0;}
.modle_career .head{ display: flex; border-top: 1px solid #e5e5e5; border-bottom: 2px solid #ef7d05;}
.modle_career .head li{ display: flex; justify-content: center; align-items: center; height: 60px;}
.modle_career .head li p{ font-size: 16px; font-weight: 700; color: #000;}
.modle_career .body{}
.modle_career .body li{}
.modle_career .body li .row{ display: flex; flex-wrap: wrap; align-items: center; position: relative; padding: 30px 0; border-bottom: 1px solid #e5e5e5; transition: all .3s;}
.modle_career .body li .row .number{ width: 10%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_career .body li .row .number.top{ font-weight: 600; color: #F00;}
.modle_career .body li .row .tit{ display: flex; align-items: center; padding: 0 15px; width: 40%;}
.modle_career .body li .row .tit a{ max-width: 90%; line-height: 1.4; font-size: 16px; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_career .body li .row .tit span{ display: inline-block; margin: 0 5px 0 0; transform: translate(0,-1px); padding: 0 10px; border-radius: 20px; border: 1px solid #F00; background: #F00; line-height: 20px; font-size: 13px; color: #FFF;}
.modle_career .body li .row .tit i{ margin: 0 0 0 10px; font-size: 24px; color: #ef7d05; cursor: pointer;}
.modle_career .body li .row .user{ width: 15%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_career .body li .row .date{ width: 30%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_career .body li .row .click{ width: 20%; display: flex; justify-content: center; align-items: center; font-size: 16px; color: #666;}
.modle_career .body li .row .answer{ width: 20%; display: flex; justify-content: center; align-items: center;}
.modle_career .body li .row .answer p{ display: flex; justify-content: center; align-items: center; padding: 0 20px; height: 40px; border-radius: 30px; border: 1px solid #e5e5e5; background: #FFF; font-size: 16px; color: #666; white-space: nowrap;}
.modle_career .body li .row .answer.on p{ border: 1px solid #ef7d05; background: #ef7d05; color: #FFF;}
.modle_career .body li .row:hover{ background: #f6f8fb;}
@media(max-width: 600px){
    .modle_career{ margin: 2rem 0 0 0; border-top: 2px solid #ef7d05;}
    .modle_career .head{ display: none;}
    .modle_career .body li .row{ grid-gap: 0.6rem 1rem; padding: 1.5rem 1rem;}
    .modle_career .body li .row .number{ justify-content: flex-start; width: 2.4rem; font-size: 1.1rem;}
    .modle_career .body li .row .tit{ padding: 0; width: 80%;}
    .modle_career .body li .row .tit a{ font-size: 1.2rem;}
    .modle_career .body li .row .tit i{ font-size: 1.4rem;}
    .modle_career .body li .row .user{ justify-content: flex-start; width: auto; font-size: 1rem;}
    .modle_career .body li .row .date{ justify-content: flex-start; width: auto; font-size: 1rem;}
    .modle_career .body li .row .click{ justify-content: flex-start; width: auto; font-size: 1rem;}
    .modle_career .body li .row .answer{ width: auto;}
    .modle_career .body li .row .answer p{ padding: 0 1rem; height: 2rem; font-size: 1rem;}
}


.modle_view{}
.modle_view .modle_min{ padding: 100px 0 200px 0;}
.modle_view .back{ display: flex; align-items: center; grid-gap: 20px; margin: 100px 0; height: 100px;}
.modle_view .back i{ font-size: 60px; color: #000; transition: all .2s;}
.modle_view .back p{ font-size: 60px; font-weight: 700; color: #000;}
.modle_view .back:hover i{ color: #ef7d05;}
.modle_view .head{ border-top: 1px solid #ddd;}
.modle_view .head .tit{ padding: 30px 50px; line-height: 1.4; font-size: 30px; font-weight: 700; color: #000;}
.modle_view .head ul{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; padding: 30px 50px; border-top: 1px solid #e5e5e5; border-bottom: 2px solid #ef7d05;}
.modle_view .head ul li{ display: flex; align-items: center; grid-gap: 10px;}
.modle_view .head ul li p{ display: block; line-height: 1; font-size: 16px; color: #666;}
.modle_view .head ul li font{ display: block; font-size: 16px; font-weight: 500; color: #000;}
.modle_view .head ul li .file{ display: flex; justify-content: center; align-items: center; padding: 0 20px; height: 40px; border-radius: 20px; border: 1px solid #e5e5e5; cursor: pointer;}
.modle_view .head ul li .file p{ margin: 0; padding: 0; border: 0; font-size: 16px; color: #000;}
.modle_view .head ul li .file i{ margin: 0 0 0 10px; font-size: 18px; color:#000;}
.modle_view .head ul li .file:hover{ background: #f6f8fb;}
.modle_view .head ul li .answer{ display: flex; justify-content: center; align-items: center; padding: 0 20px; height: 40px; border-radius: 30px; border: 1px solid #666; font-size: 16px; color: #000; cursor: pointer;}
.modle_view .head ul li .answer.on{ border: 1px solid #ef7d05; background: #ef7d05; color: #FFF; font-weight: 600;}
.modle_view .body{ padding: 50px;}
.modle_view .body *{ line-height: 1.8; font-size: 18px; font-weight: 400; color: #000;}
.modle_view .body iframe{ display: block; margin: 0 0 40px 0; width: 100% !important; height: 500px !important;}
.modle_view .body img{ display: block; margin: 0 0 40px 0; max-width:100%;}

.modle_view .body .qna{ border-radius: 8px;}
.modle_view .body .qna .head{ display: flex; align-items: center; margin: 0 0 40px 0; font-size: 19px; font-weight: 700; color: #000;}
.modle_view .body .qna .head span{ display: flex; justify-content: center; align-items: center; margin: 0 12px 0 0; width: 40px; height: 40px; border-radius: 50%; background: #000; color: #FFF;}
.modle_view .body .qna .q{}
.modle_view .body .qna .a{ margin: 40px 0 0 0; padding: 40px 0 0 0; border-top: 1px solid #000;}
.modle_view .body .qna .a .head span{ background: #000;}

.modle_view .page{ display: grid; grid-gap: 10px;}
.modle_view .page .wrap{ display: flex; align-content: center; position: relative; padding: 30px 50px 30px 120px; border-radius: 10px; border: 1px solid #ddd;}
.modle_view .page .wrap p{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; bottom: 0; left: 50px; font-size: 16px; color: rgba(0 0 0/60%);}
.modle_view .page .wrap .tit{ display: flex; align-content: center; width: 100%;}
.modle_view .page .wrap .tit a{ max-width: 90%; line-height: 1.4; font-size: 18px; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.modle_view .page .wrap .tit a span{ display: inline-block; margin: 0 10px 0 0; transform: translate(0,-1px); padding: 0 10px; border-radius: 20px; background: #F00; line-height: 24px; font-size: 13px; color: #FFF;}
.modle_view .page .wrap:hover{ background: #f6f8fb;}
@media(max-width: 600px){
    .modle_view .modle_min{ padding: 5rem 0 6rem 0;}
    .modle_view .back{ grid-gap: 1rem; margin: 3rem 0; height: 3rem;}
    .modle_view .back i{ font-size: 2.4rem;}
    .modle_view .back p{ font-size: 2.4rem;}
    .modle_view .head .tit{ padding: 1.2rem 0; font-size: 1.4rem;}
    .modle_view .head ul{ grid-gap: 1rem 1.5rem; padding: 1.2rem 0;}
    .modle_view .head ul li{ grid-gap: 0.6rem;}
    .modle_view .head ul li p{ font-size: 1rem;}
    .modle_view .head ul li font{ font-size: 1rem;}
    .modle_view .head ul li .file{ padding: 0 1.2rem; height: 2.2rem; border-radius: 2rem;}
    .modle_view .head ul li .file p{ font-size: 1rem;}
    .modle_view .head ul li .file i{ margin: 0 0 0 0.4rem; font-size: 1.1rem;}
    .modle_view .head ul li .answer{ padding: 0 1rem; height: 2.2rem; border-radius: 2rem; font-size: 1rem;}
    .modle_view .body{ padding: 2rem 0;}
    .modle_view .body *{ font-size: 1.2rem;}
    .modle_view .body iframe{ margin: 0 0 1.5rem 0; height: 12rem !important;}
    .modle_view .body img{ margin: 0 0 1.5rem 0;}

    .modle_view .body .qna{ border-radius: 8px;}
    .modle_view .body .qna .head{ display: flex; align-items: center; margin: 0 0 40px 0; font-size: 19px; font-weight: 700; color: #000;}
    .modle_view .body .qna .head span{ display: flex; justify-content: center; align-items: center; margin: 0 12px 0 0; width: 40px; height: 40px; border-radius: 50%; background: #000; color: #FFF;}
    .modle_view .body .qna .q{}
    .modle_view .body .qna .a{ margin: 40px 0 0 0; padding: 40px 0 0 0; border-top: 1px solid #000;}
    .modle_view .body .qna .a .head span{ background: #000;}

    .modle_view .page{ grid-gap: 0.5rem;}
    .modle_view .page .wrap{ padding: 1.2rem 1rem 1.2rem 6rem; border-radius: 1rem;}
    .modle_view .page .wrap p{ left: 1rem; width: 4rem; font-size: 1.1rem;}
    .modle_view .page .wrap .tit a{ font-size: 1.1rem;}
    .modle_view .page .wrap .tit a span{ margin: 0 0.6rem 0 0; transform: translate(0,0); padding: 0 0.6rem; border-radius: 1rem; line-height: 1.6rem; font-size: 0.9rem;}
}


.modle_btn{ display: flex; justify-content: center; align-items: center; grid-gap: 10px; margin: 50px 0 0 0;}
.modle_btn a{ display: flex; justify-content: center; align-items: center; padding: 0 80px; height: 60px; border-radius: 30px; border: 1px solid #ddd; font-size: 18px; font-weight: 600; color: #000; cursor: pointer;}
.modle_btn a:hover{ background: #f6f8fb;}
.modle_btn a.on{ background: #ef7d05; box-shadow: 0 5px 10px 0 rgba(13 112 213/20%); color: #FFF;}
@media(max-width: 600px){
    .modle_btn{ grid-gap: 0.4rem; margin: 2rem 0 0 0;}
    .modle_btn a{ padding: 0 3rem; height: 3.5rem; border-radius: 3.5rem; font-size: 1.2rem;}
}


.modle_scroll_down{ display: flex; justify-content: center; align-items: center; grid-gap: 5px; position: absolute; z-index: 100; left: calc(50% - 80px); top: calc(100dvh - 30px - 80px); width: 160px; height: 30px; transition: all .5s;}
.modle_scroll_down .icon{ display: flex; justify-content: center; align-items: center; position: relative; width: 30px; height: 30px;}
.modle_scroll_down .icon i{ display: block; position: absolute; color: #000;}
.modle_scroll_down .icon i:nth-child(1){ font-size: 24px; animation: modle_scroll_dow_01 1.5s infinite;}
.modle_scroll_down .icon i:nth-child(2){ font-size: 18px; animation: modle_scroll_dow_02 1.5s infinite;}
.modle_scroll_down p{ font-size: 24px; color: #000; letter-spacing: 0; white-space: nowrap; transform: scale(0.8);}
.modle_scroll_down.white .icon i{ color: #FFF;}
.modle_scroll_down.white p{ color: #FFF;}
@media(max-width: 1440px){
    .modle_scroll_down{ top: calc(100dvh - 30px - 50px);}
}
@keyframes modle_scroll_dow_01{
    0%   { transform: translate(0,-15px); opacity: 0;}
    30%  { transform: translate(0,0px); opacity: 1;}
    70%  { transform: translate(0,10px); opacity: 1;}
    99% { transform: translate(0,10px); opacity: 0;}
    100% { transform: translate(0,-15px); opacity: 0;}
}
@keyframes modle_scroll_dow_02{
    0%   { transform: translate(0,-15px); opacity: 0;}
    30%  { transform: translate(0,-10px); opacity: 1;}
    70%  { transform: translate(0,0px); opacity: 1;}
    99% { transform: translate(0,0px); opacity: 0;}
    100% { transform: translate(0,-15px); opacity: 0;}
}
@media(max-width: 600px){
    .modle_scroll_down{ grid-gap: 0.2rem; left: calc(50% - 4rem); top: calc(100dvh - 2rem - 3rem); width: 8rem; height: 2rem;}
    .modle_scroll_down .icon{ width: 2rem; height: 2rem;}
    .modle_scroll_down .icon i:nth-child(1){ font-size: 1.2rem;}
    .modle_scroll_down .icon i:nth-child(2){ font-size: 1rem;}
    .modle_scroll_down p{ font-size: 1.2rem;}
}




.home_intro{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 300; top: 0; right: 0; bottom: 0; left: 0; background: #ef7b01;}
.home_intro .item{ display: flex; justify-content: center; align-items: center; position: relative; z-index: 30; width: 600px; height: 600px;}
.home_intro .item img{ display: block; position: absolute; height: 100%;}
.home_intro .item img:nth-child(1){ z-index: 10;}
.home_intro .bg{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(/images/bg_black.png) center top/1000px auto; opacity: 0.2;}
@media(max-width: 1440px){
    .home_intro .item{ width: 300px; height: 300px;}
    .home_intro .bg{ background: url(/images/bg_black.png) center top/760px auto;}
}
@media(max-width: 1023px){
    .home_intro .bg{ background: url(/images/bg_black.png) center top/700px auto;}
}
@media(max-width: 600px){
    .home_intro .item{ width: 10rem; height: 10rem;}
    .home_intro .bg{ background: url(/images/bg_black.png) center top/39rem auto;}
}


.scroll_top{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 120; right: 50px; bottom: 120px; width: 60px; height: 60px; border-radius: 50%; background: #1E2725; transform: translate(200px,0); opacity: 0; transition: all .2s; cursor: pointer;}
.scroll_top i{ font-size: 24px; color: #FFF;}
.scroll_top:hover{ background: #ef7b01;}
body.scroll .scroll_top{ transform: translate(0,0); opacity: 1;}
@media(max-width: 1440px){
    .scroll_top{ right: 30px;}
}
@media(max-width: 600px){
    .scroll_top{ right: 0.5rem; bottom: 5rem; width: 3rem; height: 3rem; transform: translate(50px,0);}
    .scroll_top i{ font-size: 1.2rem;}
    .scroll_top:hover{ background: #1E2725;}
}


.full_menu{ overflow: auto; display: flex; justify-content: center; align-items: center; padding: 5rem 2rem; position: fixed; z-index: 140; top: 0; right: -100%; bottom: 0; left: 100%; background: #ef7b01; transition: all .5s;}
.full_menu .menu{}
.full_menu .menu > ul{ display: grid; grid-gap: 2rem;}
.full_menu .menu > ul > li{ display: flex; flex-direction: column; align-items: flex-start;}
.full_menu .menu > ul > li > a{ display: block; text-align: center; cursor: pointer;}
.full_menu .menu > ul > li > a span{ display: flex; justify-content: center; align-items: center; font-size: 40px; font-weight: 700; color: #FFF;}
.full_menu .menu > ul > li > a span i{ margin: 0 0 0 20px; font-size: 18px; color: #FFF; transition: all .2s;}
.full_menu .menu > ul > li.on > a span{ color: #000;}
.full_menu.on{ right: 0; left: 0;}
@media(max-width: 600px){
    .full_menu .menu > ul > li > a span{ font-size: 3rem;}
}


.full_menu_btn{ position: fixed; z-index: 150; top: 35px; right: 80px; cursor: pointer;}
.full_menu_btn .icon{ position: relative; z-index: 10; width: 24px; height: 30px; transition: all .2s;}
.full_menu_btn .icon span{ display: block; position: absolute; width: 100%; height: 2px; background: #000; transition: all .2s;}
.full_menu_btn .icon span:nth-child(1){ top: 5px;}
.full_menu_btn .icon span:nth-child(2){ top: calc(50% - 1px);}
.full_menu_btn .icon span:nth-child(3){ bottom: 5px;}
.full_menu_btn.white .icon span{ background: #FFF;}
.full_menu_btn.on .icon{}
.full_menu_btn.on .icon span{ background: #FFF !important;}
.full_menu_btn.on .icon span:nth-child(1){ top: 50%; transform: rotate(45deg) translate(-6.25%,-6.25%);}
.full_menu_btn.on .icon span:nth-child(2){ opacity: 0;}
.full_menu_btn.on .icon span:nth-child(3){ bottom: 50%; transform: rotate(-45deg) translate(-6.25%,-6.25%);}

body.scroll .full_menu_btn.white .icon span{ background: #000;}
@media(max-width: 1440px){
    .full_menu_btn{ right: 50px;}
}
@media(max-width: 600px){
    .full_menu_btn{ top: 1.6rem; right: 1rem; cursor: pointer;}
    .full_menu_btn .icon{ width: 1.8rem; height: 1.8rem;}
    .full_menu_btn .icon span:nth-child(1){ top: 0.3rem;}
    .full_menu_btn .icon span:nth-child(3){ bottom: 0.3rem;}
}


.header_logo{ display: block; position: fixed; z-index: 400; top: 20px; left: 80px; height: 60px; transition: all .5s;}
.header_logo img{ display: block; height: 100%;}
@media(max-width: 1440px){
    .header_logo{ left: 50px;}
}
@media(max-width: 600px){
    .header_logo{ top: 1rem; left: 1rem; height: 3rem;}
}


.header{ display: flex; justify-content: flex-end; align-items: center; grid-gap: 50px; position: fixed; z-index: 100; top: 0; right: 0; left: 0; height: 100px;}
.header:after{ content: ""; position: absolute; top: -100px; right: 0; left: 0; height: 100px; background: rgba(255 255 255/80%); backdrop-filter: blur(20px); transition: all .3s;}
.header .menu{ display: flex; grid-gap: 50px; position: relative; z-index: 10;}
.header .menu a{ display: flex; align-items: center; position: relative; height: 100px; cursor: pointer; transition: all .2s;}
.header .menu a p{ font-size: 18px; font-weight: 500; color: #000; transition: all .2s;}
.header .menu a.on p{ color: #ef7b01 !important;}
.header .menu a.on:before{ content: ""; display: block; position: absolute; bottom: -4px; left: calc(50% - 4px); width: 8px; height: 8px; border-radius: 50%; background: #ef7b01;}
.header .line{ position: relative; z-index: 10; width: 1px; height: 16px; background: rgba(0 0 0/20%);}
.header .language{ position: relative; z-index: 10; margin-right: calc(50px + 24px); height: 40px;}
.header .language .inner{}
.header .language .head{ display: flex; align-items: center; grid-gap: 5px; height: 40px; cursor: pointer;}
.header .language .head p{ font-size: 16px; color: #000;}
.header .language .head i{ font-size: 16px; color: #000; transition: all .2s;}
.header .language .body{ overflow: hidden; position: absolute; top: 30px; right: -10px; left: -10px; padding: 0; height: 0; border-radius: 20px; background: #FFF; transition: all .2s;}
.header .language .body a{ overflow: hidden; display: flex; align-items: center; margin: 1px 0; padding: 0 10px; height: 0; border-radius: 15px; transition: all .2s;}
.header .language .body a p{ font-size: 14px; color: #666; letter-spacing: 0;}
.header .language .body a:hover{ background: #f5f5f5;}
.header .language .body a.on{ background: #ef7b01;}
.header .language .body a.on p{ color: #FFF;}
.header .language:hover .head i{ transform: rotate(180deg);}
.header .language:hover .body{ top: 40px; padding: 10px; height: auto; box-shadow: 0 0 0 1px rgba(0 0 0/10%);}
.header .language:hover .body a{ height: 30px;}

.header.white .menu a p{ color: #FFF;}
.header.white .line{ background: rgba(255 255 255/20%);}
.header.white .language .head p{ color: #FFF;}
.header.white .language .head i{ color: #FFF;}

body.scroll .header:after{ top: 0;}
body.scroll .header.white .menu a p{ color: #000;}
body.scroll .header.white .line{ background: rgba(0 0 0/20%);}
body.scroll .header.white .language .head p{ color: #000;}
body.scroll .header.white .language .head i{ color: #000;}
@media(max-width: 1440px){
}
@media(max-width: 1179px){
    .header{ grid-gap: 30px;}
    .header .menu{ grid-gap: 30px;}
    .header .language{ margin-right: calc(30px + 24px);}
}
@media(max-width: 1023px){
    .header .menu{ display: none;}
    .header .line{ display: none;}
}
@media(max-width: 600px){
    .header{ height: 5rem;}
    .header:after{ height: 5rem;}
    .header .language{ margin-right: calc(2rem + 1.8rem); height: 1.8rem;}
    .header .language .inner{}
    .header .language .head{ grid-gap: 0.2rem; height: 1.8rem;}
    .header .language .head p{ font-size: 1.2rem;}
    .header .language .head i{ font-size: 1rem;}
    .header .language .body{ top: 1.6rem; right: -0.6rem; left: -0.6rem; border-radius: 1.2rem;}
    .header .language .body a{ padding: 0 0.6rem; border-radius: 1rem;}
    .header .language .body a p{ font-size: 1rem;}
    .header .language:hover .body{ top: 1.8rem; padding: 0.6rem;}
    .header .language:hover .body a{ height: 1.8rem;}
}


.footer{ background: #ef7b01;}
.footer .modle_min{ display: flex; justify-content: space-between; align-items: center; height: 100px;}
.footer .menu{ display: flex; align-items: center; grid-gap: 50px;}
.footer .menu a{ display: block; font-size: 16px; font-weight: 500; color: #FFF;}
.footer .menu span{ display: block; width: 1px; height: 16px; background: rgba(255 255 255/30%);}
.footer .copy{ font-size: 14px; color: #FFF;}
@media(max-width: 1023px){
    .footer .menu{ grid-gap: 30px;}
}
@media(max-width: 600px){
    .footer .modle_min{ flex-direction: column; justify-content: center; padding: 2rem; height: auto;}
    .footer .menu{ grid-gap: 1rem;}
    .footer .menu a{ font-size: 1.1rem;}
    .footer .menu span{ height: 1.1rem;}
    .footer .copy{ margin-top: 1rem; font-size: 1rem;}
}




.home_visual{ display: flex; justify-content: center; align-items: center; position: relative; z-index: 20; height: 100dvh; background: url(/images/bg_white.jpg) center top/1000px auto;}
.home_visual:after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(255 255 255/80%), rgba(255 255 255/0%), rgba(255 255 255/100%));}
.home_visual .title{ position: relative; z-index: 10; text-align: center; line-height: 1.2; font-size: 6vw; font-weight: 700; color: #000; letter-spacing: -1px;}
.home_visual .title div{ overflow: hidden; font-weight: 700; color: #000; letter-spacing: -1px;}
.home_visual .title b div{ font-weight: 700; color: #ef7d05;}

@media(max-width: 1440px){
    .home_visual{ height: 100dvh; background: url(/images/bg_white.jpg) center top/760px auto;}
}
@media(max-width: 1023px){
    .home_visual{ background: url(/images/bg_white.jpg) center top/700px auto;}
}
@media(max-width: 600px){
    .home_visual{ background: url(/images/bg_white.jpg) center top/39rem auto;}
}


.home_about{ position: relative; z-index: 10; padding-top: 200px;}
.home_about .top{ display: flex; justify-content: center; align-items: center; position: relative;}
.home_about .top .item{ display: flex; justify-content: center; align-items: center; position: relative; margin: 0 auto; width: 400px; height: 400px;}
.home_about .top .item img{ display: block; position: absolute; height: 100%;}
.home_about .top .item img:nth-child(1){ z-index: 10;}
.home_about .top .head{ position: absolute; z-index: 10; font-size: 60px; font-weight: 700; color: #ef7d05;}
.home_about .text{ display: flex; flex-direction: column; align-items: center; margin-top: calc(-200px + 30px + 60px);}
.home_about .text .t1{ margin-left: 30vw; font-size: 10vw; font-weight: 700; color: #000;}
.home_about .text .t2{ margin-left: 10vw; font-size: 10vw; font-weight: 700; color: #FFF; text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;}
.home_about .text .t3{ margin-right: 30vw; font-size: 10vw; font-weight: 700; color: #ef7d05;}
.home_about .video{ display: flex; justify-content: center; align-items: center; height: 100dvh;}
.home_about .video .box{ overflow: hidden; display: flex; justify-content: center; align-items: center; position: relative; width: 1000px;}
.home_about .video .box video{ display: block; position: absolute; z-index: 10; height: 100%; opacity: 1; transition: all .3s;}
.home_about .video .box .bg{ padding-top: 56.25%;}
@media(max-width: 1440px){
    .home_about .video .box{ width: 800px;}
}
@media(max-width: 1023px){
    .home_about .video{ margin-top: -25dvh;}
    .home_about .video .box{ width: 600px;}
}
@media(max-width: 600px){
    .home_about{ padding-top: 6rem;}
    .home_about .top .item{ width: 18rem; height: 18rem;}
    .home_about .top .head{ font-size: 2.4rem;}
    .home_about .text{ margin-top: calc(-9rem + 1.2rem + 3rem);}
    .home_about .text .t1{ font-size: 15vw;}
    .home_about .text .t2{ font-size: 15vw;}
    .home_about .text .t3{ font-size: 15vw}
    .home_about .video .box{ width: 80vw;}
}


.home_business{ overflow: hidden; position: relative; z-index: 10; padding-top: 200px;}
.home_business .top{ display: flex; justify-content: center; align-items: center; position: relative; z-index: 20;}
.home_business .top .item{ display: flex; justify-content: center; align-items: center; position: relative; margin: 0 auto; width: 400px; height: 400px;}
.home_business .top .item img{ display: block; position: absolute; height: 100%;}
.home_business .top .item img:nth-child(1){ z-index: 10;}
.home_business .top .head{ position: absolute; z-index: 10; font-size: 60px; font-weight: 700; color: #ef7d05;}
.home_business .body{ display: flex; align-items: center;}
.home_business .body .list{ display: flex; grid-gap: 10px; padding-left: 50%;}
.home_business .body .list .wrap{ position: relative; cursor: pointer;}
.home_business .body .list .wrap:after{ content: ""; display: block; position: absolute; width: 60px; height: 60px; background-size: 60px 60px;}
.home_business .body .list .wrap .box{ overflow: hidden; padding: 50px; width: 520px; height: 600px; border-radius: 30px; border: 2px solid #000;}
.home_business .body .list .wrap .t1{ overflow: hidden; margin-top: 280px; font-size: 80px; font-weight: 700; color: #ef7a00; transition: all .4s;}
.home_business .body .list .wrap .t2{ overflow: hidden; margin-top: 20px; height: 100px; line-height: 50px; font-size: 50px; font-weight: 700; color: #000; transition: all .4s;}
.home_business .body .list .wrap .t3{ margin-top: 20px; height: 50px; line-height: 50px; font-size: 50px; font-weight: 700; color: #000; opacity: 0; transition: all .2s;}
.home_business .body .list .wrap .t4{ margin-top: 20px; line-height: 1.5; font-size: 20px; color: #333; opacity: 0; transition: all .2s;}
.home_business .body .list .wrap:hover .t1{ margin-top: 0;}
.home_business .body .list .wrap:hover .t2{ margin-top: 0; height: 0; opacity: 0;}
.home_business .body .list .wrap:hover .t3{ height: 50px; opacity: 1;}
.home_business .body .list .wrap:hover .t4{ opacity: 1;}

.home_business .body .list .wrap:nth-child(1){ z-index: 5;}
.home_business .body .list .wrap:nth-child(1) .box{ border-color: #ef7a00; background: #ef7a00;}
.home_business .body .list .wrap:nth-child(1) .t1{ color: #FFF;}
.home_business .body .list .wrap:nth-child(1) .t2{ color: #FFF;}
.home_business .body .list .wrap:nth-child(1) .t3{ color: #FFF;}
.home_business .body .list .wrap:nth-child(1) .t4{ color: #FFF;}

.home_business .body .list .wrap:nth-child(2){ z-index: 4;}
.home_business .body .list .wrap:nth-child(2) .box{ z-index: 4; border-color: #000; background: #000;}
.home_business .body .list .wrap:nth-child(2) .t1{ color: #ef7a00;}
.home_business .body .list .wrap:nth-child(2) .t2{ color: #FFF;}
.home_business .body .list .wrap:nth-child(2) .t3{ color: #FFF;}
.home_business .body .list .wrap:nth-child(2) .t4{ color: #FFF;}

.home_business .body .list .wrap:nth-child(3){ z-index: 3;}

.home_business .body .list .wrap:nth-child(4){ z-index: 2;}
.home_business .body .list .wrap:nth-child(4) .box{ border-color: #ef7a00; background: #FFF;}
.home_business .body .list .wrap:nth-child(4) .t1{ color: #ef7a00;}
.home_business .body .list .wrap:nth-child(4) .t2{ color: #000;}
.home_business .body .list .wrap:nth-child(4) .t3{ color: #000;}
.home_business .body .list .wrap:nth-child(4) .t4{ color: #000;}

.home_business .body .list .wrap:nth-child(5){ z-index: 1;}
.home_business .body .list .wrap:nth-child(5) .box{ border-color: #e9e9e9; background: #e9e9e9;}
.home_business .body .list .wrap:nth-child(5) .t1{ color: #ef7a00;}
.home_business .body .list .wrap:nth-child(5) .t2{ color: #000;}
.home_business .body .list .wrap:nth-child(5) .t3{ color: #000;}
.home_business .body .list .wrap:nth-child(5) .t4{ color: #000;}

.home_business .body .list .wrap:nth-child(1):after{ top: 100px; right: -58px; background: url(/images/hbl_01.png) center/cover;}
.home_business .body .list .wrap:nth-child(2):after{ bottom: 100px; right: -58px; background: url(/images/hbl_02.png) center/cover;}
.home_business .body .list .wrap:nth-child(3):after{ top: 100px; right: -57px; background: url(/images/hbl_03.png) center/cover;}
.home_business .body .list .wrap:nth-child(4):after{ bottom: 100px; right: -57px; background: url(/images/hbl_04.png) center/cover;}
@media(max-width: 1440px){
    .home_business .body{ margin-top: calc(-200px + 30px + 80px);}
    .home_business .body .list{ flex-wrap: wrap; justify-content: center; grid-gap: 10px 0; margin: 0 -5px; padding-left: 0;}
    .home_business .body .list .wrap{ padding: 0 5px; width: 33.333%;}
    .home_business .body .list .wrap:after{ width: 60px; height: 60px;}
    .home_business .body .list .wrap .box{ padding: 50px 30px; width: 100%; height: 500px; border-radius: 30px;}
    .home_business .body .list .wrap .t1{ margin-top: 0; font-size: 60px;}
    .home_business .body .list .wrap .t2{ margin-top: 0; height: 0;}
    .home_business .body .list .wrap .t3{ margin-top: 30px; height: 60px !important; line-height: 1; font-size: 60px; opacity: 1;}
    .home_business .body .list .wrap .t4{ margin-top: 20px; font-size: 18px; opacity: 1;}

    .home_business .body .list .wrap:nth-child(1):after{ right: -53px;}
    .home_business .body .list .wrap:nth-child(2):after{ right: -53px;}
    .home_business .body .list .wrap:nth-child(3):after{ display: none; right: -52px;}
    .home_business .body .list .wrap:nth-child(4):after{ right: -52px;}
}
@media(max-width: 1023px){
    .home_business .body .list .wrap{ width: 50%;}
    .home_business .body .list .wrap:nth-child(1):after{}
    .home_business .body .list .wrap:nth-child(2):after{ display: none;}
    .home_business .body .list .wrap:nth-child(3):after{ display: block;}
    .home_business .body .list .wrap:nth-child(4):after{ display: none;}
}
@media(max-width: 600px){
    .home_business{ padding-top: 6rem;}
    .home_business .top .item{ width: 18rem; height: 18rem;}
    .home_business .top .head{ font-size: 2.4rem;}
    .home_business .body{ margin-top: calc(-9rem + 1.2rem + 3rem);}
    .home_business .body .list{ display: grid; grid-gap: 5px; margin: 0;}
    .home_business .body .list .wrap{ padding: 0; width: auto;}
    .home_business .body .list .wrap:after{ width: 60px; height: 60px; background-size: 60px 60px;}
    .home_business .body .list .wrap .box{ position: relative; padding: 3rem 2rem; height: auto; border-radius: 1rem; border: 1px solid #000;}
    .home_business .body .list .wrap .t1{ position: absolute; top: 1rem; right: 1rem; margin-top: 0 !important; font-size: 3rem;}
    .home_business .body .list .wrap .t2{ display: none;}
    .home_business .body .list .wrap .t3{ margin-top: 0; height: 2.4rem !important; font-size: 2.4rem !important;}
    .home_business .body .list .wrap .t4{ margin-top: 1rem !important; font-size: 1.2rem;}

    .home_business .body .list .wrap:nth-child(1):after{ display: block; top: initial; right: initial; left: 3rem; bottom: -30px; width: 30px; height: 30px; transform: rotate(90deg);}
    .home_business .body .list .wrap:nth-child(2):after{ display: block; top: initial; right: 3rem; left: initial; bottom: -30px; width: 30px; height: 30px; transform: rotate(90deg);}
    .home_business .body .list .wrap:nth-child(3):after{ display: block; top: initial; right: initial; left: 3rem; bottom: -28px; width: 30px; height: 30px; transform: rotate(90deg);}
    .home_business .body .list .wrap:nth-child(4):after{ display: block; top: initial; right: 3rem; left: initial; bottom: -28px; width: 30px; height: 30px; transform: rotate(90deg);}
}


.home_career{ position: relative; z-index: 10; padding: 200px 0 0 0;}
.home_career .top{ display: flex; justify-content: center; align-items: center; position: relative;}
.home_career .top .item{ display: flex; justify-content: center; align-items: center; position: relative; margin: 0 auto; width: 400px; height: 400px;}
.home_career .top .item img{ display: block; position: absolute; height: 100%;}
.home_career .top .item img:nth-child(1){ z-index: 10;}
.home_career .top .head{ position: absolute; z-index: 10; font-size: 60px; font-weight: 700; color: #ef7d05;}
.home_career .text{ display: flex; flex-direction: column; align-items: center; margin-top: calc(-200px + 30px + 60px);}
.home_career .text .t1{ margin-left: 30vw; font-size: 10vw; font-weight: 700; color: #FFF; text-shadow: 2px 0 #ef7d05, -2px 0 #ef7d05, 0 2px #ef7d05, 0 -2px #ef7d05, 2px 2px #ef7d05, -2px -2px #ef7d05, 2px -2px #ef7d05, -2px 2px #ef7d05;}
.home_career .text .t2{ margin-right: 30vw; font-size: 10vw; font-weight: 700; color: #000;}
.home_career .text .t3{ margin-top: 60px; text-align: center; line-height: 1.5; font-size: 24px; color: #333;}
.home_career .btn{ display: flex; align-items: center; margin: 60px auto 0 auto; padding: 0 20px; width: 400px; height: 80px; border-radius: 40px; border: 1px solid #000; cursor: pointer; transition: all .2s;}
.home_career .btn p{ flex: 1; text-align: center; font-size: 24px; font-weight: 600; color: #000; transition: all .2s;}
.home_career .btn i{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: #000; font-size: 20px; color: #FFF; transition: all .2s;}
.home_career .btn:hover{ border-color: #ef7d05;}
.home_career .btn:hover p{ color: #ef7d05;}
.home_career .btn:hover i{ background: #ef7d05;}
@media(max-width: 1440px){
}
@media(max-width: 1023px){
}
@media(max-width: 600px){
    .home_career{ padding: 6rem 0 0 0;}
    .home_career .top .item{ width: 18rem; height: 18rem;}
    .home_career .top .head{ font-size: 2.4rem;}
    .home_career .text{ margin-top: calc(-9rem + 1.2rem + 3rem);}
    .home_career .text .t1{ font-size: 15vw;}
    .home_career .text .t2{ font-size: 15vw;}
    .home_career .text .t3{ margin-top: 3rem; font-size: 1.2rem;}
    .home_career .btn{ margin: 3rem auto 0 auto; padding: 0 0.8rem; width: 20rem; height: 4rem; border-radius: 2rem;}
    .home_career .btn p{ font-size: 1.4rem;}
    .home_career .btn i{ width: 2.4rem; height: 2.4rem; font-size: 1.2rem;}
}


.home_media{ position: relative; z-index: 10; padding: 200px 0;}
.home_media .modle_min{}
.home_media .top{ display: flex; justify-content: center; align-items: center; position: relative; z-index: 30;}
.home_media .top .item{ display: flex; justify-content: center; align-items: center; position: relative; margin: 0 auto; width: 400px; height: 400px;}
.home_media .top .item img{ display: block; position: absolute; height: 100%;}
.home_media .top .item img:nth-child(1){ z-index: 10;}
.home_media .top .head{ position: absolute; z-index: 10; font-size: 60px; font-weight: 700; color: #ef7d05;}
.home_media .text{ margin-top: -130px; text-align: center; font-size: 30px; color: #000;}
.home_media .body{ position: relative; margin-top: 80px;}
.home_media .rolling{ overflow: hidden;}
.home_media .rolling .swiper-wrapper{}
.home_media .rolling .swiper-slide{ width: auto;}
.home_media .rolling .swiper-slide a{ display: block;}
.home_media .rolling .swiper-slide a .img{ position: relative; border-radius: 10px; transition: all .2s;}
.home_media .rolling .swiper-slide a .img:after{ content: ""; display: block; padding-top: 80%;}
.home_media .rolling .swiper-slide a .img .new{ display: flex; align-items: center; position: absolute; z-index: 10; top: 20px; left: 20px; padding: 0 15px; height: 30px; border-radius: 20px; background: #F00; font-size: 14px; font-weight: 500; color: #FFF; letter-spacing: 0;}
.home_media .rolling .swiper-slide a .info{ padding: 20px 20px 0 0;}
.home_media .rolling .swiper-slide a .info .tag{ display: flex; align-items: center; grid-gap: 20px;}
.home_media .rolling .swiper-slide a .info .tag p{ font-size: 16px; color: #333; transition: all .2s;}
.home_media .rolling .swiper-slide a .info .tag span{ display: block; width: 1px; height: 16px; background: #DDD;}
.home_media .rolling .swiper-slide a .info .tit{ margin-top: 20px; line-height: 1.3; font-size: 20px; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .2s;}
.home_media .rolling .swiper-slide a:hover .img{ transform: scale(0.95);}
.home_media .rolling .swiper-slide a:hover .info .tit{ color: #ef7d05;}
.home_media .home_media_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: calc(50% - 30px - 103px/2); left: -30px; width: 60px; height: 60px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(0 0 0/10%); background: #FFF; font-size: 20px; color: #000; cursor: pointer;}
.home_media .home_media_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: calc(50% - 30px - 103px/2); right: -30px; width: 60px; height: 60px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(0 0 0/10%); background: #FFF; font-size: 20px; color: #000; cursor: pointer;}
.home_media .btn{ display: flex; align-items: center; margin: 60px auto 0 auto; padding: 0 20px; width: 400px; height: 80px; border-radius: 40px; border: 1px solid #000; cursor: pointer;}
.home_media .btn p{ flex: 1; text-align: center; font-size: 24px; font-weight: 600; color: #000;}
.home_media .btn i{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: #000; font-size: 20px; color: #FFF;}
.home_media .btn:hover{ border-color: #ef7d05;}
.home_media .btn:hover p{ color: #ef7d05;}
.home_media .btn:hover i{ background: #ef7d05;}
@media(max-width: 1440px){
}
@media(max-width: 1023px){
}
@media(max-width: 600px){
    .home_media{ padding: 6rem 0;}
    .home_media .top .item{ width: 18rem; height: 18rem;}
    .home_media .top .head{ font-size: 2.4rem;}
    .home_media .text{ margin-top: calc(-9rem + 1.2rem + 1rem); font-size: 1.4rem;}
    .home_media .body{ display: flex; justify-content: center; margin: 3rem -1rem 0 -1rem;}
    .home_media .rolling .swiper-slide a .img{ border-radius: 1rem;}
    .home_media .rolling .swiper-slide a .img .new{ top: 1rem; left: 1rem; padding: 0 0.6rem; height: 1.4rem; border-radius: 1rem; font-size: 0.8rem;}
    .home_media .rolling .swiper-slide a .info{ padding: 1rem 1rem 0 0;}
    .home_media .rolling .swiper-slide a .info .tag{ grid-gap: 1rem;}
    .home_media .rolling .swiper-slide a .info .tag p{ font-size: 1rem;}
    .home_media .rolling .swiper-slide a .info .tag span{ height: 1rem;}
    .home_media .rolling .swiper-slide a .info .tit{ margin-top: 0.8rem; font-size: 1.2rem;}
    .home_media .rolling .swiper-slide a:hover .img{ transform: scale(0.95);}
    .home_media .rolling .swiper-slide a:hover .info .tit{ color: #ef7d05;}
    .home_media .btn{ margin: 3rem auto 0 auto; padding: 0 0.8rem; width: 20rem; height: 4rem; border-radius: 2rem;}
    .home_media .btn p{ font-size: 1.4rem;}
    .home_media .btn i{ width: 2.4rem; height: 2.4rem; font-size: 1.2rem;}
    .home_media .home_media_prev{ display: none;}
    .home_media .home_media_next{ display: none;}
}









.sub_visual{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; height: 100dvh; text-align: center;}
.sub_visual .t1{ position: relative; z-index: 10; font-size: 60px; font-weight: 700; color: #ef7d05;}
.sub_visual .t1 div{ font-weight: 700; color: #ef7d05;}
.sub_visual .t2{ position: relative; z-index: 10; margin-top: 60px; line-height: 1.2; font-size: 4vw; font-weight: 700; color: #000;}
.sub_visual .t2 > *{ display: inline-block;}
.sub_visual .t2 div{ font-weight: 700; color: #000;}
.sub_visual .t2 b{ font-weight: 700; color: #ef7d05;}
.sub_visual .t2 b div{ font-weight: 700; color: #ef7d05;}
.sub_visual .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(/images/bg_white.jpg) center top/1000px auto;}
.sub_visual .bg:after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg, rgba(255 255 255/80%), rgba(255 255 255/0%), rgba(255 255 255/100%));}
.sub_visual.black{ background: #333;}
.sub_visual.black .bg{ background: url(/images/bg_black.png) center top/1000px auto;}
.sub_visual.black .bg:after{ background: linear-gradient(180deg, rgba(51 51 51/80%), rgba(51 51 51/0%), rgba(51 51 51/100%));}
.sub_visual.black .t2 div{ color: #FFF;}
@media(max-width: 1440px){
    .sub_visual .bg{ background: url(/images/bg_white.jpg) center top/760px auto;}
    .sub_visual.black .bg{ background: url(/images/bg_black.png) center top/760px auto;}
}
@media(max-width: 1023px){
    .sub_visual .bg{ background: url(/images/bg_white.jpg) center top/700px auto;}
    .sub_visual.black .bg{ background: url(/images/bg_black.png) center top/700px auto;}
}
@media(max-width: 600px){
    .sub_visual .t1{ font-size: 2.4rem;}
    .sub_visual .t2{ margin-top: 3rem; line-height: 1.4; font-size: 5vw;}
    .sub_visual .bg{ background: url(/images/bg_white.jpg) center top/39rem auto;}
    .sub_visual.black .bg{ background: url(/images/bg_black.png) center top/39rem auto;}
}


.sub_about_01{ text-align: center;}
.sub_about_01 .text{ display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100dvh;}
.sub_about_01 .text .wrap{ position: relative; line-height: 1.2; font-size: 4vw; font-weight: 700; color: #ddd;}
.sub_about_01 .text .wrap .copy{ overflow: hidden; position: absolute; z-index: 10; top: 0; left: 0; width: 0; line-height: 1.2; font-size: 4vw; font-weight: 700; color: #000; white-space: nowrap;}
@media(max-width: 1440px){
}
@media(max-width: 1023px){
}
@media(max-width: 600px){
}


.sub_about_02{ background: #333;}
.sub_about_02 .modle_min{ position: relative; padding: calc(100dvh + 200px) 0 200px 0;}
.sub_about_02 .pin{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; left: 0; padding-bottom: 100px; width: 100%; height: 100dvh;}
.sub_about_02 .pin .title{ text-align: center; font-size: 140px; font-weight: 700; color: #ef7d05;}
.sub_about_02 .list{ display: grid; grid-gap: 200px;}
.sub_about_02 .list .wrap{ display: flex; grid-gap: 100px;}
.sub_about_02 .list .wrap .img{ width: 50%; border-radius: 20px;}
.sub_about_02 .list .wrap .img:after{ content: ""; display: block; padding-top: 60%;}
.sub_about_02 .list .wrap .txt{ display: flex; justify-content: center; align-items: center; width: 50%; text-align: center; line-height: 1.4; font-size: 24px; color: #FFF;}
.sub_about_02 .list .wrap:last-child{ flex-direction: row-reverse;}
@media(max-width: 1440px){
    .sub_about_02 .modle_min{ padding: 200px 0;}
    .sub_about_02 .pin{ position: initial; padding: 0; height: auto;}
    .sub_about_02 .pin .title{ font-size: 60px;}
    .sub_about_02 .pin .title br{ display: none;}
    .sub_about_02 .list{ margin-top: 80px; grid-gap: 60px;}
    .sub_about_02 .list .wrap{ grid-gap: 50px;}
}
@media(max-width: 1023px){
    .sub_about_02 .list .wrap{ display: grid; grid-gap: 30px;}
    .sub_about_02 .list .wrap .img{ width: auto;}
    .sub_about_02 .list .wrap .txt{ width: auto;}
}
@media(max-width: 600px){
    .sub_about_02 .modle_min{ padding: 6rem 0;}
    .sub_about_02 .pin .title{ font-size: 2.4rem;}
    .sub_about_02 .list{ margin-top: 3rem; grid-gap: 3rem;}
    .sub_about_02 .list .wrap{ grid-gap: 1rem;}
    .sub_about_02 .list .wrap .img{ border-radius: 1rem;}
    .sub_about_02 .list .wrap .txt{ font-size: 1.2rem;}
}


.sub_about_03{ overflow: hidden;}
.sub_about_03 .modle_min{ display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100dvh;}
.sub_about_03 .head{ text-align: center;}
.sub_about_03 .head .t1{ font-size: 60px; font-weight: 700; color: #ef7d05;}
.sub_about_03 .head .t1 div{ font-weight: 700; color: #ef7d05;}
.sub_about_03 .head .t2{ margin-top: 60px; text-align: center; line-height: 1.2; font-size: 40px; font-weight: 600; color: #000;}
.sub_about_03 .head .t2 div{ font-weight: 600; color: #000;}
.sub_about_03 .list{ display: flex; position: relative; margin-top: 100px; width: 100%;}
.sub_about_03 .list .wrap{ display: flex; flex-direction: column; align-items: center; width: 25%;}
.sub_about_03 .list .wrap .img{}
.sub_about_03 .list .wrap .img img{ display: block;}
.sub_about_03 .list .wrap .t1{ margin-top: 40px; text-align: center; font-size: 40px; font-weight: 700; color: #ef7d05;}
.sub_about_03 .list .wrap .t2{ margin-top: 20px; text-align: center; font-size: 24px; font-weight: 600; color: #000;}
.sub_about_03 .list .line{ display: block; position: absolute; top: 70px; left: 50%; width: 0; height: 2px; background: #ef7d05; transform: translate(-50vw,0);}
@media(max-width: 1440px){
    .sub_about_03 .modle_min{ padding-top: 100px;}
    .sub_about_03 .head .t2{ margin-top: 40px;}
    .sub_about_03 .list{ margin-top: 60px;}
    .sub_about_03 .list .wrap .img img{ height: 80px;}
    .sub_about_03 .list .wrap .t1{ margin-top: 20px; font-size: 30px;}
    .sub_about_03 .list .wrap .t2{ margin-top: 10px;}
    .sub_about_03 .list .line{ top: 50px;}
}
@media(max-width: 1023px){
}
@media(max-width: 600px){
    .sub_about_03 .modle_min{ padding-top: 5rem;}
    .sub_about_03 .head .t1{ font-size: 2.4rem;}
    .sub_about_03 .head .t2{ margin-top: 1.2rem; font-size: 1.6rem;}
    .sub_about_03 .list{ display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 3rem 0; margin-top: 3rem;}
    .sub_about_03 .list .wrap{ width: auto;}
    .sub_about_03 .list .wrap .img img{ height: 4rem;}
    .sub_about_03 .list .wrap .t1{ margin-top: 1rem; font-size: 1.6rem;}
    .sub_about_03 .list .wrap .t2{ margin-top: 0.5rem; font-size: 1.4rem;}
    .sub_about_03 .list .line{ top: 10rem;}
}


.sub_about_04{ overflow: hidden; position: relative; padding-top: 100dvh;}
.sub_about_04 .pin{ display: flex; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; width: 100%; height: 100dvh;}
.sub_about_04 .pin .img{ margin: 100px auto 0 auto; width: 800px;}
.sub_about_04 .pin .img .bg{ padding-top: 60%;}
.sub_about_04 .head{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; z-index: 10; height: 100dvh; text-align: center;}
.sub_about_04 .head .t1{ font-size: 60px; font-weight: 700; color: #ef7d05;}
.sub_about_04 .head .t2{ margin-top: 60px; text-align: center; line-height: 1.4; font-size: 40px; font-weight: 600; color: #FFF;}
@media(max-width: 1440px){
}
@media(max-width: 1023px){
    .sub_about_04 .pin .img{ width: 600px;}
    .sub_about_04 .head .t2{ font-size: 30px;}
}
@media(max-width: 600px){
    .sub_about_04 .head .t1{ font-size: 2.4rem;}
    .sub_about_04 .head .t2{ margin-top: 1.2rem; font-size: 1.4rem;}
    .sub_about_04 .pin .img{ width: 20rem;}
}


.sub_about_05{ overflow: hidden; background: #333;}
.sub_about_05 .modle_min{ padding: 200px 0;}
.sub_about_05 .head{}
.sub_about_05 .head .t1{ text-align: center; font-size: 60px; font-weight: 700; color: #ef7d05;}
.sub_about_05 .list{ display: grid; grid-gap: 200px; margin-top: 100px;}
.sub_about_05 .list .wrap{ display: flex; flex-direction: column; align-items: center; grid-gap: 60px; position: relative;}
.sub_about_05 .list .wrap .img{ position: absolute; top: 0; left: -200px; width: 400px;}
.sub_about_05 .list .wrap .img img{ display: block; width: 100%; border-radius: 20px;}
.sub_about_05 .list .wrap .t1{ width: 400px; font-size: 120px; font-weight: 700; color: #FFF;}
.sub_about_05 .list .wrap .t2{ display: grid; grid-gap: 10px; width: 400px;}
.sub_about_05 .list .wrap .t2 p{ position: relative; padding-left: 20px; line-height: 1.2; font-size: 20px; color: #FFF;}
.sub_about_05 .list .wrap .t2 p:before{ content: ""; display: block; position: absolute; top: 8px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #FFF;}
.sub_about_05 .list .wrap:nth-child(even) .img{ left: initial; right: -200px;}
@media(max-width: 1440px){
    .sub_about_05 .list .wrap{ grid-gap: 30px;}
    .sub_about_05 .list .wrap .img{ position: initial;}
}
@media(max-width: 1023px){
}
@media(max-width: 600px){
    .sub_about_05 .modle_min{ padding: 6rem 0;}
    .sub_about_05 .head .t1{ font-size: 2.4rem;}
    .sub_about_05 .list{ grid-gap: 6rem; margin-top: 3rem;}
    .sub_about_05 .list .wrap{ grid-gap: 1.5rem;}
    .sub_about_05 .list .wrap .img{ width: 22rem;}
    .sub_about_05 .list .wrap .img img{ border-radius: 1rem;}
    .sub_about_05 .list .wrap .t1{ width: 22rem; font-size: 4rem;}
    .sub_about_05 .list .wrap .t2{ grid-gap: 0.5rem; width: 22rem;}
    .sub_about_05 .list .wrap .t2 p{ padding-left: 1rem; font-size: 1.1rem;}
    .sub_about_05 .list .wrap .t2 p:before{ top: 0.5rem;}
}


.sub_about_06{}
.sub_about_06 .modle_min{ padding: 200px 0;}
.sub_about_06 .head{}
.sub_about_06 .head .t1{ text-align: center; font-size: 60px; font-weight: 700; color: #ef7d05;}
.sub_about_06 .head .menu{ display: flex; justify-content: center; grid-gap: 10px; margin-top: 60px;}
.sub_about_06 .head .menu a{ display: flex; justify-content: center; align-items: center; width: 300px; height: 80px; border-radius: 40px; border: 1px solid #ddd; font-size: 24px; color: #333; cursor: pointer;}
.sub_about_06 .head .menu a.on{ border-color: #ef7d05; background: #ef7d05; font-weight: 700; color: #FFF;}
.sub_about_06 .head .t2{ margin-top: 60px; text-align: center; line-height: 1.2; font-size: 40px; font-weight: 600; color: #000;}
.sub_about_06 .head .t2 b{ font-weight: 600; color: #ef7d05;}
.sub_about_06 .body{ position: relative; margin-top: 80px;}
.sub_about_06 .body .rolling{ overflow: hidden;}
.sub_about_06 .body .rolling .swiper-wrapper{}
.sub_about_06 .body .rolling .swiper-wrapper .swiper-slide{}
.sub_about_06 .body .rolling .swiper-wrapper .swiper-slide .wrap{}
.sub_about_06 .body .rolling .swiper-wrapper .swiper-slide .wrap .img{ height: 500px; border-radius: 20px;}
.sub_about_06 .body .rolling .swiper-wrapper .swiper-slide .wrap .txt{ margin-top: 20px; text-align: center; line-height: 1.4; font-size: 24px;}

.sub_about_06 .sub_about_06_page{ display: flex; justify-content: center; grid-gap: 10px; margin-top: 60px;}
.sub_about_06 .sub_about_06_page span{ display: flex; justify-content: center; align-items: center; margin: 0 !important; width: 300px; height: 80px; border-radius: 40px; border: 1px solid #ddd; background: none; font-size: 24px; color: #333; opacity: 1; cursor: pointer; transition: all .2s;}
.sub_about_06 .sub_about_06_page span:hover{ background: #f5f5f5;}
.sub_about_06 .sub_about_06_page span.swiper-pagination-bullet-active{ border-color: #ef7d05; background: #ef7d05; font-weight: 700; color: #FFF;}

.sub_about_06 .sub_about_06_prev{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: calc(500px/2 - 30px); left: -30px; width: 60px; height: 60px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(0 0 0/10%); background: #FFF; font-size: 20px; color: #000; cursor: pointer;}
.sub_about_06 .sub_about_06_next{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: calc(500px/2 - 30px); right: -30px; width: 60px; height: 60px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(0 0 0/10%); background: #FFF; font-size: 20px; color: #000; cursor: pointer;}
@media(max-width: 1440px){
}
@media(max-width: 1023px){
    .sub_about_06 .head .t2{ font-size: 24px;}
    .sub_about_06 .body .rolling .swiper-wrapper .swiper-slide .wrap .img{ height: 350px;}
    .sub_about_06 .sub_about_06_prev{ top: calc(350px/2 - 30px);}
    .sub_about_06 .sub_about_06_next{ top: calc(350px/2 - 30px);}
}
@media(max-width: 600px){
    .sub_about_06 .modle_min{ padding: 6rem 0;}
    .sub_about_06 .head .t1{ font-size: 2.4rem;}
    .sub_about_06 .head .t2{ margin-top: 1.5rem; font-size: 1.4rem;}
    .sub_about_06 .body{ margin-top: 3rem;}
    .sub_about_06 .body .rolling .swiper-wrapper .swiper-slide .wrap .img{ height: 14rem; border-radius: 1rem;}
    .sub_about_06 .body .rolling .swiper-wrapper .swiper-slide .wrap .txt{ margin-top: 1.2rem; font-size: 1.2rem;}

    .sub_about_06 .sub_about_06_page{ grid-gap: 0.5rem; margin-top: 1.5rem;}
    .sub_about_06 .sub_about_06_page span{ padding: 0 1rem; width: auto; height: 3rem; border-radius: 3rem; font-size: 1.2rem;}

    .sub_about_06 .sub_about_06_prev{ display: none;}
    .sub_about_06 .sub_about_06_next{ display: none;}
}









.sub_business_top{ margin-top: -5px; background: #333;}
.sub_business_top .modle_min{}
.sub_business_top .text{ display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 200px 0 0 0;}
.sub_business_top .text .wrap{ position: relative; line-height: 1.2; font-size: 40px; font-weight: 700; color: #444;}
.sub_business_top .text .wrap .copy{ overflow: hidden; position: absolute; z-index: 10; top: 0; left: 0; width: 0; line-height: 1.2; font-size: 40px; font-weight: 700; color: #FFF; white-space: nowrap;}
.sub_business_top .box{ display: flex; grid-gap: 20px; padding-top: 400px;}
.sub_business_top .box .wrap{ overflow: hidden; display: flex; justify-content: center; align-items: center; position: relative; width: 50%;}
.sub_business_top .box .wrap:after{ content: ""; display: block; width: 100%; padding-top: 100%; border-radius: 20px; border: 1px solid #FFF;}
.sub_business_top .box .wrap .txt{ position: absolute; z-index: 10; text-align: center; line-height: 1.2; font-size: 30px; font-weight: 600; color: #FFF;}
.sub_business_top .box .wrap .txt b{ font-size: 50px; font-weight: 700; color: #ef7d05;}
.sub_business_top .box .wrap .bg{ position: absolute; z-index: 20; bottom: 0; right: 0; width: 100%; height: 0; background: #333; opacity: 0.95;}
.sub_business_top .title{ padding-top: 200px; text-align: center; line-height: 1.2; font-size: 40px; font-weight: 700; color: #FFF;}
.sub_business_top .title div{ overflow: hidden; font-weight: 700; color: #FFF;}
.sub_business_top .end{ display: flex; flex-direction: column; align-items: center; padding: 400px 0 400px 0; text-align: center;}
.sub_business_top .end .item{ position: relative;}
.sub_business_top .end .item img{ display: block; height: 200px;}
.sub_business_top .end .item img:first-child{ position: absolute;}
.sub_business_top .end .t1{ margin-top: 60px; font-size: 4vw; font-weight: 700; color: #FFF;}
.sub_business_top .end .t1 b{ font-weight: 700; color: #ef7d05;}
.sub_business_top .end .t2{ margin-top: 60px; line-height: 1.2; font-size: 40px; font-weight: 700; color: #FFF;}
@media(max-width: 1440px){
    .sub_business_top .box .wrap .txt{ font-size: 24px;}
    .sub_business_top .box .wrap .txt b{ font-size: 36px;}
}
@media(max-width: 1023px){
    .sub_business_top .box{ flex-wrap: wrap; justify-content: center;}
    .sub_business_top .box .wrap{ width: 46%;}
    .sub_business_top .title{ padding-top: 150px; font-size: 36px;}
    .sub_business_top .end .t1{ font-size: 60px;}
    .sub_business_top .end .t2{ font-size: 36px;}
}
@media(max-width: 600px){
    .sub_business_top .box{ grid-gap: 1rem; padding-top: 6rem;}
    .sub_business_top .box .wrap{ width: 100%;}
    .sub_business_top .box .wrap:after{ border-radius: 1rem;}
    .sub_business_top .box .wrap .txt{ font-size: 1.8rem;}
    .sub_business_top .box .wrap .txt b{ font-size: 2.4rem;}
    .sub_business_top .title{ padding-top: 6rem; line-height: 1.4; font-size: 1.4rem;}
    .sub_business_top .end{ padding: 6rem 0;}
    .sub_business_top .end .item img{ height: 10rem;}
    .sub_business_top .end .t1{ margin-top: 3rem; font-size: 2.4rem;}
    .sub_business_top .end .t2{ margin-top: 1.2rem; line-height: 1.4; font-size: 1.4rem;}
}


.sub_business_menu{ position: relative; z-index: 50; background: rgba(245 245 245/80%); backdrop-filter: blur(20px);}
.sub_business_menu .modle_min{ display: flex; justify-content: center; align-items: center; grid-gap: 60px;}
.sub_business_menu .modle_min .wrap{}
.sub_business_menu .modle_min .wrap a{ display: flex; align-items: center; height: 80px; font-size: 18px; font-weight: 400; color: #999; cursor: pointer;}
.sub_business_menu .modle_min .wrap.active a{ color: #ef7d05;}
@media(max-width: 1440px){
}
@media(max-width: 1023px){
}
@media(max-width: 600px){
    .sub_business_menu .modle_min{ grid-gap: 1.4rem;}
    .sub_business_menu .modle_min .wrap a{ height: 5rem; font-size: 1.1rem;}
}


.sub_business_01{}
.sub_business_01 .modle_min{ padding: 260px 0 200px 0;}
.sub_business_01 .head{ text-align: center;}
.sub_business_01 .head .t1{ font-size: 60px; font-weight: 700; color: #ef7d05;}
.sub_business_01 .head .t2{ margin-top: 40px; text-align: center; line-height: 1.2; font-size: 70px; font-weight: 700; color: #000;}
.sub_business_01 .head .t2 br{}
.sub_business_01 .body{ display: grid; grid-gap: 100px; margin-top: 100px;}
.sub_business_01 .body .wrap{ display: flex; align-items: center;}
.sub_business_01 .body .wrap .img{ flex: 0 0 50%; height: 440px; border-radius: 20px; background: #f5f5f5;}
.sub_business_01 .body .wrap .img .bg{ width: 100%; height: 100%; border-radius: 20px;}
.sub_business_01 .body .wrap .info{ flex: 1; padding-left: 50px;}
.sub_business_01 .body .wrap .info .t1{ line-height: 1.2; font-size: 36px; font-weight: 600; color: #000;}
.sub_business_01 .body .wrap .info .t1 b{ font-weight: 700; color: #ef7d05;}
.sub_business_01 .body .wrap .info .t2{ display: grid; grid-gap: 10px; margin-top: 40px;}
.sub_business_01 .body .wrap .info .t2 p{ position: relative; padding-left: 100px; line-height: 1.2; font-size: 20px; color: #333; letter-spacing: -1px;}
.sub_business_01 .body .wrap .info .t2 p span{ display: block; position: absolute; top: 0; left: 0; line-height: 1.2; font-size: 20px; font-weight: 700; color: #000;}
.sub_business_01 .body .wrap .info .t3{ font-size: 24px; font-weight: 700; color: #000;}
.sub_business_01 .body .wrap .info .t4{ margin-top: 10px; font-size: 40px; font-weight: 700; color: #ef7d05;}
.sub_business_01 .body .wrap .info .t5{ margin-top: 40px; line-height: 1.4; font-size: 20px; color: #333;}
.sub_business_01 .body .wrap .info .button{ display: flex; align-items: center; margin: 40px 0 0 0; padding: 0 10px; width: 300px; height: 60px; border-radius: 40px; border: 1px solid #000; cursor: pointer; transition: all .2s;}
.sub_business_01 .body .wrap .info .button p{ flex: 1; text-align: center; font-size: 20px; font-weight: 600; color: #000; pointer; transition: all .2s;}
.sub_business_01 .body .wrap .info .button i{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: #000; font-size: 20px; color: #FFF; cursor: pointer; transition: all .2s;}
.sub_business_01 .body .wrap .info .button:hover{ border-color: #ef7d05;}
.sub_business_01 .body .wrap .info .button:hover p{ color: #ef7d05;}
.sub_business_01 .body .wrap .info .button:hover i{ background: #ef7d05;}
.sub_business_01 .body .wrap:last-child{ flex-direction: row-reverse;}
.sub_business_01 .body .wrap:last-child .info{ padding: 0 50px 0 0;}
.sub_business_01 .list_tit{ margin-top: 140px; text-align: center;}
.sub_business_01 .list_tit .t1{ font-size: 40px; font-weight: 700; color: #000;}
.sub_business_01 .list{ margin-top: 60px;}
.sub_business_01 .list ul{ display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 40px; margin: 0 -10px;}
.sub_business_01 .list ul li{ width: 33.333%;}
.sub_business_01 .list ul li .wrap{ margin: 0 10px;}
.sub_business_01 .list ul li .wrap .img{ border-radius: 20px;}
.sub_business_01 .list ul li .wrap .img:after{ content: ""; display: block; padding-top: 60%;}
.sub_business_01 .list ul li .wrap .info{ padding: 30px 0 0 0;}
.sub_business_01 .list ul li .wrap .info .t1{ font-size: 24px; font-weight: 700; color: #000;}
.sub_business_01 .list ul li .wrap .info .t2{ margin-top: 15px; line-height: 1.2; font-size: 18px; color: #666;}
@media(max-width: 1440px){
}
@media(max-width: 1023px){
    .sub_business_01 .head .t2{ margin-top: 30px; font-size: 50px;}
    .sub_business_01 .body .wrap{ display: block;}
    .sub_business_01 .body .wrap .info{ padding: 30px 0 0 0 !important;}
    .sub_business_01 .list ul li{ width: 45%;}
}
@media(max-width: 600px){
    .sub_business_01 .modle_min{ padding: 13rem 0 6rem 0;}
    .sub_business_01 .head .t1{ font-size: 2.4rem;}
    .sub_business_01 .head .t2{ margin-top: 1.2rem; font-size: 1.8rem;}
    .sub_business_01 .body{ grid-gap: 3rem; margin-top: 3rem;}
    .sub_business_01 .body .wrap .img{ height: 20rem; border-radius: 1rem;}
    .sub_business_01 .body .wrap .img .bg{ border-radius: 1rem;}
    .sub_business_01 .body .wrap .info{ padding: 1.2rem 0 0 0 !important;}
    .sub_business_01 .body .wrap .info .t1{ font-size: 1.4rem;}
    .sub_business_01 .body .wrap .info .t2{ grid-gap: 0.5rem; margin-top: 1.2rem;}
    .sub_business_01 .body .wrap .info .t2 p{ padding-left: 6rem; font-size: 1.2rem;}
    .sub_business_01 .body .wrap .info .t2 p span{ font-size: 1.2rem;}
    .sub_business_01 .body .wrap .info .t3{ font-size: 1.1rem;}
    .sub_business_01 .body .wrap .info .t4{ margin-top: 0.5rem; font-size: 1.8rem;}
    .sub_business_01 .body .wrap .info .t5{ margin-top: 1.2rem; font-size: 1.2rem;}
    .sub_business_01 .body .wrap .info .button{ margin: 2rem 0 0 0; padding: 0 0.5rem; width: auto; height: 4rem; border-radius: 2rem;}
    .sub_business_01 .body .wrap .info .button p{ font-size: 1.2rem;}
    .sub_business_01 .body .wrap .info .button i{ width: 3rem; height: 3rem; font-size: 1.2rem;}

    .sub_business_01 .list_tit{ margin-top: 6rem;}
    .sub_business_01 .list_tit .t1{ font-size: 2.4rem;}
    .sub_business_01 .list{ margin-top: 3rem;}
    .sub_business_01 .list ul{ display: grid; grid-gap: 3rem; margin: 0;}
    .sub_business_01 .list ul li{ width: auto;}
    .sub_business_01 .list ul li .wrap{ margin: 0;}
    .sub_business_01 .list ul li .wrap .img{ border-radius: 1rem;}
    .sub_business_01 .list ul li .wrap .info{ padding: 1.2rem 0 0 0;}
    .sub_business_01 .list ul li .wrap .info .t1{ font-size: 1.6rem;}
    .sub_business_01 .list ul li .wrap .info .t2{ margin-top: 0.5rem; font-size: 1.2rem;}
}


.sub_business_02{ background: #333;}
.sub_business_02 .modle_min{ padding: 260px 0 200px 0;}
.sub_business_02 .head{ text-align: center;}
.sub_business_02 .head .t1{ font-size: 60px; font-weight: 700; color: #ef7d05;}
.sub_business_02 .head .t2{ margin-top: 40px; text-align: center; line-height: 1.2; font-size: 70px; font-weight: 700; color: #FFF;}
.sub_business_02 .list_tit{ margin-top: 140px; text-align: center;}
.sub_business_02 .list_tit .t1{ font-size: 40px; font-weight: 700; color: #FFF;}
.sub_business_02 .list{ margin-top: 60px;}
.sub_business_02 .list ul{ display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 40px 0; margin: 0 -10px;}
.sub_business_02 .list ul li{ width: 33.333%;}
.sub_business_02 .list ul li .wrap{ margin: 0 10px;}
.sub_business_02 .list ul li .wrap .img{ border-radius: 20px;}
.sub_business_02 .list ul li .wrap .img:after{ content: ""; display: block; padding-top: 60%;}
.sub_business_02 .list ul li .wrap .info{ padding: 30px 0 0 0;}
.sub_business_02 .list ul li .wrap .info .t1{ line-height: 1.2; font-size: 24px; font-weight: 700; color: #FFF;}
.sub_business_02 .list ul li .wrap .info .t2{ margin-top: 15px; line-height: 1.2; font-size: 18px; color: rgba(255 255 255/80%);}
@media(max-width: 1440px){
}
@media(max-width: 1023px){
    .sub_business_02 .head .t2{ margin-top: 30px; font-size: 50px;}
    .sub_business_02 .body .wrap{ display: block;}
    .sub_business_02 .body .wrap .info{ padding: 30px 0 0 0 !important;}
}
@media(max-width: 600px){
    .sub_business_02 .modle_min{ padding: 13rem 0 6rem 0;}
    .sub_business_02 .head .t1{ font-size: 2.4rem;}
    .sub_business_02 .head .t2{ margin-top: 1.2rem; font-size: 1.8rem;}
    .sub_business_02 .list_tit{ margin-top: 3rem;}
    .sub_business_02 .list_tit .t1{ font-size: 2.4rem;}
    .sub_business_02 .list{ margin-top: 2rem;}
    .sub_business_02 .list ul{ display: grid; grid-gap: 3rem; margin: 0;}
    .sub_business_02 .list ul li{ width: auto;}
    .sub_business_02 .list ul li .wrap{ margin: 0;}
    .sub_business_02 .list ul li .wrap .img{ border-radius: 1rem;}
    .sub_business_02 .list ul li .wrap .info{ padding: 1.2rem 0 0 0;}
    .sub_business_02 .list ul li .wrap .info .t1{ font-size: 1.6rem;}
    .sub_business_02 .list ul li .wrap .info .t2{ margin-top: 0.5rem; font-size: 1.2rem;}
}


.sub_business_03{}
.sub_business_03 .modle_min{ padding: 260px 0 200px 0;}
.sub_business_03 .head{ text-align: center;}
.sub_business_03 .head .t1{ font-size: 60px; font-weight: 700; color: #ef7d05;}
.sub_business_03 .head .t2{ margin-top: 40px; text-align: center; line-height: 1.2; font-size: 70px; font-weight: 700; color: #000;}
.sub_business_03 .head .t3{ margin-top: 40px; text-align: center; line-height: 1.2; font-size: 30px; color: #666;}
.sub_business_03 .list_tit{ margin-top: 140px; text-align: center;}
.sub_business_03 .list_tit .t1{ font-size: 40px; font-weight: 700; color: #000;}
.sub_business_03 .list{ margin-top: 60px;}
.sub_business_03 .list ul{ display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 40px 0; margin: 0 -10px;}
.sub_business_03 .list ul li{ width: 33.333%;}
.sub_business_03 .list ul li .wrap{ margin: 0 10px;}
.sub_business_03 .list ul li .wrap .img{ border-radius: 20px;}
.sub_business_03 .list ul li .wrap .img:after{ content: ""; display: block; padding-top: 60%;}
.sub_business_03 .list ul li .wrap .info{ padding: 30px 0 0 0;}
.sub_business_03 .list ul li .wrap .info .t1{ font-size: 24px; font-weight: 700; color: #000;}
.sub_business_03 .list ul li .wrap .info .t2{ margin-top: 15px; line-height: 1.2; font-size: 18px; color: #666;}
@media(max-width: 1440px){
}
@media(max-width: 1023px){
    .sub_business_03 .head .t2{ margin-top: 30px; font-size: 50px;}
    .sub_business_03 .body .wrap{ display: block;}
    .sub_business_03 .body .wrap .info{ padding: 30px 0 0 0 !important;}
}
@media(max-width: 600px){
    .sub_business_03 .modle_min{ padding: 13rem 0 6rem 0;}
    .sub_business_03 .head .t1{ font-size: 2.4rem;}
    .sub_business_03 .head .t2{ margin-top: 1.2rem; font-size: 1.8rem;}
    .sub_business_03 .head .t3{ margin-top: 1.2rem; font-size: 1.4rem;}
    .sub_business_03 .list_tit{ margin-top: 3rem;}
    .sub_business_03 .list_tit .t1{ font-size: 2.4rem;}
    .sub_business_03 .list{ margin-top: 2rem;}
    .sub_business_03 .list ul{ display: grid; grid-gap: 3rem; margin: 0;}
    .sub_business_03 .list ul li{ width: auto;}
    .sub_business_03 .list ul li .wrap{ margin: 0;}
    .sub_business_03 .list ul li .wrap .img{ border-radius: 1rem;}
    .sub_business_03 .list ul li .wrap .info{ padding: 1.2rem 0 0 0;}
    .sub_business_03 .list ul li .wrap .info .t1{ font-size: 1.6rem;}
    .sub_business_03 .list ul li .wrap .info .t2{ margin-top: 0.5rem; font-size: 1.2rem;}
}


.sub_business_04{ background: #333;}
.sub_business_04 .modle_min{ padding: 260px 0 200px 0;}
.sub_business_04 .head{ text-align: center;}
.sub_business_04 .head .t1{ font-size: 60px; font-weight: 700; color: #ef7d05;}
.sub_business_04 .head .t2{ margin-top: 40px; text-align: center; line-height: 1.2; font-size: 70px; font-weight: 700; color: #FFF;}
.sub_business_04 .head .t3{ margin-top: 40px; text-align: center; line-height: 1.2; font-size: 30px; color: rgba(255 255 255/70%);}
.sub_business_04 .list_tit{ margin-top: 140px; text-align: center;}
.sub_business_04 .list_tit .t1{ font-size: 40px; font-weight: 700; color: #FFF;}
.sub_business_04 .list{ margin-top: 60px;}
.sub_business_04 .list ul{ display: flex; flex-wrap: wrap; justify-content: center; grid-gap: 40px 0; margin: 0 -10px;}
.sub_business_04 .list ul li{ width: 50%;}
.sub_business_04 .list ul li .wrap{ position: relative; margin: 0 10px;}
.sub_business_04 .list ul li .wrap .step{ display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; top: 0; left: 0; width: 100px; height: 100px; border-radius: 20px; background: #ef7d05;}
.sub_business_04 .list ul li .wrap .step p{ font-size: 20px; font-weight: 700; color: #FFF;}
.sub_business_04 .list ul li .wrap .step span{ font-size: 40px; font-weight: 700; color: #FFF;}
.sub_business_04 .list ul li .wrap .img{ border-radius: 20px;}
.sub_business_04 .list ul li .wrap .img:after{ content: ""; display: block; padding-top: 60%;}
.sub_business_04 .list ul li .wrap .info{ padding: 30px 0 0 0;}
.sub_business_04 .list ul li .wrap .info .t1{ font-size: 24px; font-weight: 700; color: #FFF;}
.sub_business_04 .list ul li .wrap .info .t2{ margin-top: 15px; line-height: 1.2; font-size: 18px; color: rgba(255 255 255/70%);}
@media(max-width: 1440px){
}
@media(max-width: 1023px){
    .sub_business_04 .head .t2{ margin-top: 30px; font-size: 50px;}
    .sub_business_04 .body .wrap{ display: block;}
    .sub_business_04 .list ul li .wrap .step{ width: 60px; height: 60px;}
    .sub_business_04 .list ul li .wrap .step p{ font-size: 12px;}
    .sub_business_04 .list ul li .wrap .step span{ font-size: 24px;}
    .sub_business_04 .body .wrap .info{ padding: 30px 0 0 0 !important;}
}
@media(max-width: 600px){
    .sub_business_04 .modle_min{ padding: 13rem 0 6rem 0;}
    .sub_business_04 .head .t1{ font-size: 2.4rem;}
    .sub_business_04 .head .t2{ margin-top: 1.2rem; font-size: 1.8rem;}
    .sub_business_04 .head .t3{ margin-top: 1.2rem; font-size: 1.3rem;}
    .sub_business_04 .list_tit{ margin-top: 3rem;}
    .sub_business_04 .list_tit .t1{ font-size: 2.4rem;}
    .sub_business_04 .list{ margin-top: 2rem;}
    .sub_business_04 .list ul{ display: grid; grid-gap: 3rem; margin: 0;}
    .sub_business_04 .list ul li{ width: auto;}
    .sub_business_04 .list ul li .wrap{ margin: 0;}
    .sub_business_04 .list ul li .wrap .step{ border-radius: 1rem;}
    .sub_business_04 .list ul li .wrap .img{ border-radius: 1rem;}
    .sub_business_04 .list ul li .wrap .info{ padding: 1.2rem 0 0 0;}
    .sub_business_04 .list ul li .wrap .info .t1{ font-size: 1.6rem;}
    .sub_business_04 .list ul li .wrap .info .t2{ margin-top: 0.5rem; font-size: 1.2rem;}
}






















.sub_career{}
.sub_career .modle_min{ padding: 200px 0;}
.sub_career .comments{ display: grid; grid-template-columns: repeat(4,1fr); align-items: flex-end; grid-gap: 40px 20px; margin-bottom: 200px;}
.sub_career .comments .wrap{ display: flex; flex-direction: column; align-items: center; text-align: center;}
.sub_career .comments .wrap .tit{ position: relative; padding: 30px; border-radius: 20px; border: 1px solid #ddd; line-height: 1.2; font-size: 20px; font-weight: 600; color: #000;}
.sub_career .comments .wrap .tit:after{ content: ""; display: block; position: absolute; bottom: -11px; left: calc(50% - 10px); width: 20px; height: 20px; background: #FFF; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; transform: rotate(45deg);}
.sub_career .comments .wrap .tit div{ font-weight: 600; color: #000;}
.sub_career .comments .wrap .user{ display: block; margin-top: 30px; font-size: 50px;}
@media(max-width: 1440px){
}
@media(max-width: 1023px){
    .sub_career .comments{ grid-template-columns: repeat(2,1fr);}
}
@media(max-width: 600px){
    .sub_career .modle_min{ padding: 6rem 0;}
    .sub_career .comments{ grid-gap: 2rem 1rem; margin-bottom: 6rem;}
    .sub_career .comments .wrap .tit{ padding: 1.2rem; border-radius: 1rem; font-size: 1.2rem;}
    .sub_career .comments .wrap .tit:after{ bottom: -6px; left: calc(50% - 5px); width: 10px; height: 10px;}
    .sub_career .comments .wrap .tit br{ display: none;}
    .sub_career .comments .wrap .user{ margin-top: 1.5rem; font-size: 2rem;}
}


.sub_media{}
.sub_media .modle_min{ padding: 200px 0;}
.sub_media_list{ display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 40px;}
.sub_media_list a{ display: block;}
.sub_media_list a .img{ position: relative; border-radius: 10px; transition: all .2s;}
.sub_media_list a .img:after{ content: ""; display: block; padding-top: 80%;}
.sub_media_list a .img .new{ display: flex; align-items: center; position: absolute; z-index: 10; top: 20px; left: 20px; padding: 0 15px; height: 30px; border-radius: 20px; background: #F00; font-size: 14px; font-weight: 500; color: #FFF; letter-spacing: 0;}
.sub_media_list a .info{ padding: 20px 20px 0 0;}
.sub_media_list a .info .tag{ display: flex; align-items: center; grid-gap: 20px;}
.sub_media_list a .info .tag p{ font-size: 16px; color: #333; transition: all .2s;}
.sub_media_list a .info .tag span{ display: block; width: 1px; height: 16px; background: #DDD;}
.sub_media_list a .info .tit{ margin-top: 20px; line-height: 1.3; font-size: 20px; font-weight: 500; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .2s;}
.sub_media_list a:hover .img{ transform: scale(0.95);}
.sub_media_list a:hover .info .tit{ color: #ef7d05;}
@media(max-width: 1440px){
}
@media(max-width: 1023px){
    .sub_media_list{ grid-template-columns: repeat(2,1fr);}
}
@media(max-width: 600px){
    .sub_media .modle_min{ padding: 6rem 0;}
    .sub_media_list{ grid-template-columns: repeat(2,1fr); grid-gap: 2rem 1rem;}
    .sub_media_list a .img{ border-radius: 0.5rem;}
    .sub_media_list a .img .new{ top: 0.5rem; left: 0.5rem; padding: 0 0.5rem; height: 1.4rem; border-radius: 2rem; font-size: 0.8rem;}
    .sub_media_list a .info{ padding: 1rem 1rem 0 0;}
    .sub_media_list a .info .tag{ grid-gap: 1rem;}
    .sub_media_list a .info .tag p{ font-size: 1rem;}
    .sub_media_list a .info .tag span{ height: 1rem;}
    .sub_media_list a .info .tit{ margin-top: 0.8rem; font-size: 1.2rem;}
}


.sub_contact{}
.sub_contact .modle_min{ display: flex; padding: 200px 0;}
.sub_contact .head{ flex: 0 0 50%;}
.sub_contact .head .t1{ font-size: 60px; font-weight: 700; color: #ef7d05;}
.sub_contact .head .t2{ display: grid; grid-gap: 10px; margin-top: 50px;}
.sub_contact .head .t2 p{ position: relative; padding-left: 100px; line-height: 1.4; font-size: 24px; color: #666;}
.sub_contact .head .t2 p span{ display: block; position: absolute; top: 0; left: 0; line-height: 1.4; font-size: 24px; font-weight: 600; color: #000;}
.sub_contact .body{}
.sub_contact .body .box{ display: grid; grid-gap: 30px; position: relative;}
.sub_contact .body .box:after{ content: ""; position: absolute; top: 0; bottom: 0; left: 25px; width: 1px; background: #ddd;}
.sub_contact .body .wrap{ position: relative; padding-left: 120px;}
.sub_contact .body .wrap .number{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 10; top: 0; left: 0; width: 50px; height: 50px; border-radius: 50%; border: 1px solid #e5e5e5; background: #FFF; font-size: 18px; font-weight: 500; color: #000; transition: all .2s;}
.sub_contact .body .wrap:hover .number{ border-color: #ef7d05; background: #ef7d05; color: #FFF;}
.sub_contact .body .wrap .tit{ display: flex; align-items: center; height: 50px; font-size: 20px; font-weight: 500; color: #000;}
.sub_contact .body .wrap .txt{ display: flex; align-items: center; margin-top: 10px; font-size: 16px; color: #666;}
.sub_contact .body .wrap input{ display: flex; align-items: center; margin: 0; padding: 0 20px; width: 100%; height: 60px; border-radius: 10px; border: 1px solid #ddd; background: #fafafa; font-size: 18px; font-weight: 400; color: #000; transition: all .2s;}
.sub_contact .body .wrap input:focus{ border-color: #ef7d05; color: #000;}
.sub_contact .body .wrap select{ display: flex; align-items: center; margin: 0; padding: 0 40px 0 20px; width: 100%; height: 60px; border-radius: 10px; border: 1px solid #ddd; background: url(/images/icon_select_down.svg) no-repeat center right 20px #fafafa; background-size: 20px auto; font-size: 18px; font-weight: 400; color: #000; transition: all .2s;}
.sub_contact .body .wrap select::-ms-expand{ display:none;}
.sub_contact .body .wrap select:focus{ border-color: #ef7d05; color: #000;}
.sub_contact .body .wrap textarea{ display: block; margin: 0; padding: 15px 20px; width: 100%; height: 150px; resize: none; border-radius: 10px; border: 1px solid #ddd; background: #fafafa; line-height: 1.4; font-size: 18px; font-weight: 400; color: #000; outline: none; -webkit-appearance: none;}
.sub_contact .body .wrap textarea:focus{ border-color: #ef7d05;}

.sub_contact .body .wrap .tel{ display: flex; grid-gap: 10px;}
.sub_contact .body .wrap .tel select{ width: 40%;}
.sub_contact .body .wrap .tel input{ width: 50%; text-align: center;}

.sub_contact .body .wrap .check{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; padding-top: 10px;}
.sub_contact .body .wrap .check label{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
.sub_contact .body .wrap .check label i{ display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #ddd; background: #fafafa; font-size: 14px; color: #666;}
.sub_contact .body .wrap .check label p{ font-size: 18px; color: #000;}
.sub_contact .body .wrap .check label input{ max-width: 100px;}
.sub_contact .body .wrap .check label.on i{ border-color: #ef7d05; background: #ef7d05; color: #FFF;}
.sub_contact .body .wrap .check label.on p{ font-weight: 400; color: #000;}

.sub_contact .body .wrap .terms{ display: flex; align-items: center; grid-gap: 10px; padding: 10px 0;}
.sub_contact .body .wrap .terms i{ display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #ddd; background: #fafafa; font-size: 14px; color: #666;}
.sub_contact .body .wrap .terms i.on{ border-color: #ef7d05; background: #ef7d05; color: #FFF;}
.sub_contact .body .wrap .terms p{ font-size: 18px; color: #999;}
.sub_contact .body .wrap .terms p span{ display: inline-block; border-bottom: 1px solid #000; font-weight: 600; color: #000; cursor: pointer;}

.sub_contact .button{ display: flex; align-items: center; margin: 40px 0 0 120px; padding: 0 20px; width: 400px; height: 80px; border-radius: 40px; border: 1px solid #000; cursor: pointer; transition: all .2s;}
.sub_contact .button p{ flex: 1; text-align: center; font-size: 24px; font-weight: 600; color: #000; pointer; transition: all .2s;}
.sub_contact .button i{ display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 50%; background: #000; font-size: 20px; color: #FFF; pointer; transition: all .2s;}
.sub_contact .button:hover{ border-color: #ef7d05;}
.sub_contact .button:hover p{ color: #ef7d05;}
.sub_contact .button:hover i{ background: #ef7d05;}
@media(max-width: 1500px){
}
@media(max-width: 1023px){
    .sub_contact .modle_min{ display: block;}
    .sub_contact .body{ margin-top: 60px;}
}
@media(max-width: 600px){
    .sub_contact .modle_min{ padding: 6rem 0;}
    .sub_contact .head .t1{ font-size: 2.4rem;}
    .sub_contact .head .t2{ grid-gap: 0.5rem; margin-top: 1.2rem;}
    .sub_contact .head .t2 p{ padding-left: 4rem; font-size: 1.2rem;}
    .sub_contact .head .t2 p span{ font-size: 1.2rem;}

    .sub_contact .body{ margin-top: 3rem;}
    .sub_contact .body .box{ grid-gap: 1rem;}
    .sub_contact .body .box:after{ left: 1.5rem; bottom: 1rem;}
    .sub_contact .body .wrap{ padding-left: 4rem;}
    .sub_contact .body .wrap .number{ width: 3rem; height: 3rem; font-size: 1rem;}
    .sub_contact .body .wrap .tit{ height: 3rem; font-size: 1.2rem;}
    .sub_contact .body .wrap .txt{ margin-top: 0.5rem; font-size: 1rem;}
    .sub_contact .body .wrap input{ padding: 0 1rem; height: 3.5rem; border-radius: 0.5rem; font-size: 1.1rem;}
    .sub_contact .body .wrap select{ padding: 0 3.5rem 0 1rem; height: 3.5rem; border-radius: 0.5rem; background: url(/images/icon_select_down.svg) no-repeat center right 1rem #fafafa; background-size: 1rem auto; font-size: 1.1rem;}
    .sub_contact .body .wrap textarea{ padding: 0.5rem 1rem; height: 8rem; border-radius: 0.5rem; font-size: 1.1rem;}

    .sub_contact .body .wrap .tel{ grid-gap: 0.5rem;}

    .sub_contact .body .wrap .check{ display: flex; flex-wrap: wrap; grid-gap: 10px 30px; padding-top: 10px;}
    .sub_contact .body .wrap .check label{ display: flex; align-items: center; grid-gap: 10px; cursor: pointer;}
    .sub_contact .body .wrap .check label i{ display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; border-radius: 50%; border: 1px solid #ddd; background: #fafafa; font-size: 14px; color: #666;}
    .sub_contact .body .wrap .check label p{ font-size: 18px; color: #000;}
    .sub_contact .body .wrap .check label input{ max-width: 100px;}
    .sub_contact .body .wrap .check label.on i{ border-color: #ef7d05; background: #ef7d05; color: #FFF;}
    .sub_contact .body .wrap .check label.on p{ font-weight: 400; color: #000;}

    .sub_contact .body .wrap .terms{ grid-gap: 10px; padding: 10px 0;}
    .sub_contact .body .wrap .terms i{ width: 1.8rem; height: 1.8rem; font-size: 1rem;}
    .sub_contact .body .wrap .terms p{ font-size: 1.1rem;}

    .sub_contact .button{ margin: 3rem 0 0 0; padding: 0 0.5rem; width: auto; height: 4rem; border-radius: 2rem;}
    .sub_contact .button p{ font-size: 1.4rem;}
    .sub_contact .button i{ width: 3rem; height: 3rem; font-size: 1.2rem;}
}


.popup_terms{ display: flex; justify-content: center; align-items: center; position: fixed; z-index: 500; top: -100%; right: 0; bottom: 100%; left: 0; background: rgba(0 0 0/0); transition: background .5s;}
.popup_terms .inner{ position: relative; z-index: 20; width: 600px; height: 600px; border-radius: 0; background: #FFF; opacity: 0; transform: scale(.5); transition: all .5s;}
.popup_terms .inner .close_btn{ display: flex; justify-content: center; align-items: center; position: absolute; z-index: 30; top: 10px; right: 10px; width: 40px; height: 40px; cursor: pointer;}
.popup_terms .inner .close_btn i{ font-size: 24px; color: #000;}
.popup_terms .inner .box{ overflow: hidden; position: relative; height: 100%; border-radius: 0;}
.popup_terms .inner .box .scroll{ overflow: auto; position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 40px;}
.popup_terms .inner .box .scroll .text{}
.popup_terms .inner .box .scroll .text h1{ margin: 0 0 20px 0; font-size: 24px; font-weight: 700; color: #000;}
.popup_terms .inner .box .scroll .text p{ margin: 10px 0 0 0; line-height: 1.8; font-size: 16px; color: #666;}
.popup_terms .inner .box .scroll .text.on{ display: block;}
.popup_terms .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0 0 0/0.0000001%);}
.popup_terms.on{ top: 0; bottom: 0; background: rgba(0 0 0/70%);}
.popup_terms.on .inner{ opacity: 1; transform: scale(1);}
@media(max-width: 600px){
    .popup_terms .inner{ width: 24rem; height: 40rem;}
    .popup_terms .inner .close_btn{ top: 0; right: 0; width: 3rem; height: 3rem;}
    .popup_terms .inner .close_btn i{ font-size: 1.4rem;}
    .popup_terms .inner .box .scroll{ padding: 3rem;}
    .popup_terms .inner .box .scroll .text h1{ margin: 0 0 1rem 0; font-size: 1.4rem;}
    .popup_terms .inner .box .scroll .text p{ margin: 0.5rem 0 0 0; font-size: 1.1rem;}
}






.sub_terms{}
.sub_terms .modle_min{ padding: 200px 0;}
.sub_terms h1{ font-size: 40px; font-weight: 700; color: #000;}
.sub_terms p{ margin-top: 40px; line-height: 1.6; font-size: 18px; color: #333;}
@media(max-width: 600px){
    .sub_terms .modle_min{ padding: 6rem 0;}
    .sub_terms h1{ font-size: 2.4rem;}
    .sub_terms p{ margin-top: 3rem; font-size: 1.2rem;}
}





/* 기본: 번역용 plain은 숨김, 연출용 styled만 표시 */
.tl-plain  { display: none !important; }
.tl-styled { display: inline !important; }

/* 번역이 실제 켜졌을 때만 plain 표시, styled 숨김 */
html.translated-ltr .tl-plain,
html.translated-rtl .tl-plain,
html.is-translated    .tl-plain { display: inline !important; }

html.translated-ltr .tl-styled,
html.translated-rtl .tl-styled,
html.is-translated    .tl-styled { display: none !important; }

/* 래퍼 때문에 상속이 끊기는 걸 방지: 부모 스타일을 그대로 상속 */
.tl-styled {
  color: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-align: inherit !important;
  /* display는 위에서 inline으로 명시 */
}