@charset "utf-8";
/* CSS Document */
.edit_area {color: #3e3a39; line-height: 2.25; letter-spacing: 0.1px;}
.edit_area h1 {line-height: 1.7;}
.edit_area h2 {font-weight: 600; font-size: 150%; line-height: 1.7; color: rgb(35, 24, 21);}
.edit_area h3 {font-weight: 600; font-size: 140%; line-height: 1.7; color: rgba(35, 24, 21,.9);}
.edit_area h4 {font-weight: 600; font-size: 130%; line-height: 1.7; color: rgba(35, 24, 21,.8);}
.edit_area h5 {font-weight: 600; font-size: 120%; line-height: 1.7; color: rgba(35, 24, 21,.7);}
.edit_area h6 {font-weight: 600; font-size: 110%; line-height: 1.7; color: rgba(35, 24, 21,.6);}

.seo_content {color: #3e3a39; line-height: 2.25; letter-spacing: 0.1px;}
.seo_content h1 {line-height: 1.7;}
.seo_content h2 {font-weight: 600; font-size: 150%; line-height: 1.7; color: rgb(35, 24, 21);}
.seo_content h3 {font-weight: 600; font-size: 140%; line-height: 1.7; color: rgba(35, 24, 21,.9);}
.seo_content h4 {font-weight: 600; font-size: 130%; line-height: 1.7; color: rgba(35, 24, 21,.8);}
.seo_content h5 {font-weight: 600; font-size: 120%; line-height: 1.7; color: rgba(35, 24, 21,.7);}
.seo_content h6 {font-weight: 600; font-size: 110%; line-height: 1.7; color: rgba(35, 24, 21,.6);}

.subBanner {position: relative; z-index: 1;}
.subBanner .img {line-height: 0; font-size: 0;}
.subBanner .txt {position: absolute; top: 0; bottom: 0; left: 0; right: 0; max-width: 1500px; padding: 0 100px; margin: auto; display: flex; flex-flow: wrap; align-items: flex-end; z-index: 2;}
.subBanner .txt .subBt { color: #231815; font-weight: 600; line-height: 1.3; font-size: 175%;/* margin: 0 0 45px 0;*/}

#content > div.frame_1300:first-of-type {margin-top: 80px;}

.path { display: flex; flex-flow: wrap; width: 100%;}
.path, .path li {list-style-type:none; position: relative; margin: 0; padding: 0 15px 0 0; font-weight: 400; color: #608dca;}
.path li::before { content: ""; position: absolute; top: 50%; right: 5px; transform: translateY(-50%); width: 5px; height: 6px; background: url("/images/theme-b67/next_03.svg") no-repeat center / contain;}
.path li:last-child { padding: 0;}
.path li:last-child::before {content: none;}
.path li a:link, .path li a:visited {text-decoration:none; color: #595757; position: relative; transition: all 0.25s ease 0s;}
.path li a::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 0; height: 1px; background: #385881; transition: all 0.25s ease 0s;}
.path li a:active, .path li a:hover {text-decoration:none; color: #385881; cursor:pointer; transition: all 0.25s ease 0s;}
.path li a:hover::after { width: 100%;} 

.subM { padding: 25px 0 40px 0;}
.subM ul { position: relative; width: 100%; max-height: inherit; display: flex; flex-flow: wrap; justify-content: center; padding: 0 20px;}
.subM ul li { position: relative; margin: 0 7% 0 0; line-height: 1.5;}
.subM ul li:last-child { position: relative; margin: 0;}
.subM ul li a::before { content: ''; position: absolute; top: -16px; left: calc(50% - 6px); width: 14px; height: 12px; clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); background: #385881; transform: rotate(90deg); opacity: 0; visibility: hidden; transition: all 0.25s ease 0s;}
.subM ul li a::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: #385881; opacity: 0; visibility: hidden; transition: all 0.25s ease 0s;}
.subM ul li a:link, .subM li a:visited { position: relative; text-decoration:none; color: #608dca; display: flex; flex-flow: wrap; justify-content: center; align-items: center; transition: all 0.25s ease 0s;}
.subM ul li a:active, .subM ul li a:hover { text-decoration:none; color: #385881; cursor:pointer; transition: all 0.25s ease 0s;}
.subM ul li a:active::before, .subM ul li a:hover::before { opacity: 1; visibility: visible;}
.subM ul li a:active::after, .subM ul li a:hover::after { opacity: 1; visibility: visible;}
.subM ul li.current a { pointer-events: none; color: #385881; transition: all 0.25s ease 0s;}
.subM ul li.current a::before { opacity: 1; visibility: visible;}
.subM ul li.current a::after { opacity: 1; visibility: visible;}

.collapseBox {max-height: 90px; overflow: hidden; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.collapseBtn {position: absolute; bottom: 0; left: 0; width: 100%; height: 80px; z-index: 100; background-image: linear-gradient(0deg, rgb(213, 215, 216) 0%, rgba(0, 0, 0, 0) 100%); cursor: pointer;}
.collapseBtn::after {content: ""; position: absolute; bottom: 10px; left: calc(50% - 9px); width: 13px; height: 13px; border-width: 2px 2px 0 0; border-style: solid; border-color: #608dca; transform: rotate(135deg);}
.showBox {max-height: inherit; padding-bottom: 70px!important; transition: all 1s ease 0s;}
.showBox > .collapseBtn {background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0) 100%); border: 1px solid #000; height: 40px; bottom: 0;}
.showBox > .collapseBtn::after {transform: rotate(-45deg); border-color: #000;}

.pages {display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 50px 0;}
.pages a {text-decoration:none; color: #231815!important; font-weight: 400; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 3px 5px; min-width: 21px; height: 21px; line-height: 1; overflow: hidden; margin: 0 15px; position: relative; z-index: 10; transition: all 0.25s ease 0s;}
.pages a::before {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1;  transition: all 0.25s ease 0s;}
.pages a:active, .pages a:hover {text-decoration:none; color:#fff!important; cursor:pointer; transition: all 0.25s ease 0s;}
.pages a:hover::before {background-color: #608dca; transition: all 0.25s ease 0s;}
.pages .prev { width: 33px !important; height: 22px !important; font-size: 0; margin: 0 30px 0 0 !important; }
.pages .next { width: 33px !important; height: 22px !important; font-size: 0; margin: 0 0 0 30px !important;}
.pages .prev::after{ content: ""; position: absolute; top: 0; left: 0; width: 33px; height: 22px; background: url("/images/theme-b67/prev_02.svg") no-repeat center / contain;}
.pages .next::after { content: ""; position: absolute; top: 0; right: 0; width: 33px; height: 22px; background: url("/images/theme-b67/next_02.svg") no-repeat center / contain;}
.pages .prev:hover { transform: translateX(-10px);}
.pages .next:hover { transform: translateX(10px);}
.pages .prev:hover::before { background: transparent;}
.pages .next:hover::before { background: transparent;}
.pages .current {color: #fff!important;}
.pages .current::before {background-color: #608dca; z-index: -1;}

.subMain { margin-top: 25px;}
.subMain .subtit { text-align: center; margin: 35px 0;}

.about_A { position: relative; background: #d4d6d7; padding: 45px 0 0 0; z-index: 1;}
.about_A::before { content: ''; position: absolute; bottom: 25%; right: -9%; width: 20.782%; height: 48.92%; background: url("/images/theme-b67/bg_logo_01.svg") no-repeat center bottom / contain; z-index: -1;}
.about_A .title_A { padding: 0 20px; text-align: center; margin-bottom: 5%;}
.about_A p { margin-bottom: 3%;}
.about_A .about_A_pic { margin-top: 100px; padding-right: 16%; display: flex; flex-flow: row;}
.about_B { margin: 100px 0 0 0;}
.about_B .title_A { padding: 0 20px; text-align: center; margin-bottom: 5%;}
.about_B p { margin-bottom: 3%;}
.about_B .about_B_pic { margin-top: 100px; padding-left: 16%; display: flex; flex-flow: row; justify-content: flex-end;}
.about_C { position: relative; background: url("/images/theme-b67/aboutus_bg_01.jpg") no-repeat fixed; background-position: top center; background-size: cover; padding: 80px 0 100px 0;}
.about_C .title_A { text-align: center;}
.about_C .about_C_pic { display: flex; flex-flow: row; align-items: center; justify-content: center; margin: 40px 0 0 0;}
.about_C .about_C_pic > div { margin: 0 10px;}
.about_D { margin: 70px 0 130px 0;}
.about_D .title_A { text-align: center;}
.about_D .about_D_pic { margin: 100px 0;}
.about_D .about_D_pic .pc { display: block; margin: auto;}
.about_D .about_D_pic .mobile { display: none; margin: auto;}
.about_E { position: relative; background: url("/images/theme-b67/aboutus_bg_02.jpg") no-repeat; background-position: center; background-size: cover; padding: 100px 0; text-align: center;}

.history_A { position: relative; padding: 50px 0; line-height: 1.5; background: url("/images/theme-b67/history_bg_01.jpg") no-repeat fixed; background-size: cover; overflow: hidden;}
/*.history_A .history_bg { position: absolute; top: 0; left: 0; z-index: -1;}*/
.history_A .title_A { text-align: center;}
.history_A p { color: #595757;}
.history_A > div > p { text-align: center; margin-top: 0;}
.history_A .h_list { position: relative; margin: 80px 0 80px 0; z-index: 1;}
.history_A .h_list::before { content: ''; position: absolute; top: 0; left: calc(50% - 1px); width: 1px; height: 100%; background: #608dca; z-index: -2;}
.history_A .h_list > div { display: flex; flex-flow: wrap; align-items: center; margin: 0 0 20px 0;}
.history_A .h_list > div:first-child { padding: 20px 0 0 0;}
.history_A .h_list > div:last-child { padding: 0 0 20px 0;}
.history_A .h_list > div .pic { width: 50%; padding: 0 10% 0 0;}
.history_A .h_list > div .text { position: relative; width: 50%; padding: 0 0 0 10%;}
.history_A .h_list > div .text::before { content: ''; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); width: 27px; height: 27px; background: url("/images/theme-b67/icon_circle_01.svg") no-repeat; background-size: contain; z-index: -1;}
.history_A .h_list > div .text .year { color: #385881; font-size: 175%; font-weight: 500;}
.history_A .h_list > div .text .txt { margin: 0;}

.sustain_A .title_A { text-align: center; margin: 50px 0;}
.sustain_A .sustain_A_B { display: flex;  flex-flow: wrap; align-items: flex-start; margin: 6% 0 0 0;}
.sustain_A .sustain_A_B .pic { width: 41.98%; display: flex; flex-flow: wrap;}
.sustain_A .sustain_A_B .pic div:nth-child(1) { width: 50%;}
.sustain_A .sustain_A_B .pic div:nth-child(2) { width: 50%;}
.sustain_A .sustain_A_B .pic div:nth-child(3) { width: 50%;}
.sustain_A .sustain_A_B .pic div:nth-child(4) { width: 50%;}
.sustain_A .sustain_A_B .pic div:nth-child(5) { width: 100%;}
.sustain_A .sustain_A_B .text { width: 58.02%; padding: 0 100px 0 3.5%; max-width: 1010px;}
.sustain_A .sustain_A_B .text ol, .sustain_A .sustain_A_B .text ul { line-height: 2; padding-left: 15px;}
.sustain_A .sustain_A_B .title_C { margin: -5px 0 5px 0; color: #138067;}
.sustain_A .sustain_A_B .text > div { padding: 0 0 20px 0; margin: 0 0 35px 0; border-bottom: 2px solid #eee;}
.sustain_A .sustain_A_B .text > div:last-child { border: 0;}

.search_A { position: relative; background: #ced0d1; padding: 5% 0 6.8% 0;}
.search_A::before { content: ''; position: absolute; bottom: 0; left: -8.5%; width: 20.73%; height: 83.653%; background: url("/images/theme-b67/bg_logo_01.svg") no-repeat center bottom / contain; opacity: 0.5; z-index: 1;}
.search_A > div { max-width: 1330px;}
.search_A .title_A { text-align: center; margin: 0 0 7% 0;}
.choose { display: flex; flex-flow: wrap;}
.choose .cho { width: 75%; display: flex; flex-flow: wrap; justify-content: space-between;}
.choose .cho .selectA { margin-bottom: 25px;}
.choose .cho .selectC { margin-bottom: 25px;}
.choose .cho .selectC:last-child { margin-bottom: 0;}
.choose .cho_btn { width: 25%; display: flex; flex-flow: column; justify-content: center; padding-left: 7%;}
.choose .cho_btn button { margin-bottom: 15px;}
.choose .cho_btn button:last-child { margin: 0;}
.search_B { margin: 8% 0 4% 0;}
.pro_as_btn { margin-bottom: 40px;}
.pro_as_btn .inn { display: flex; flex-flow: row; justify-content: space-between; width: 100%;}
.pro_as_btn .inn button { min-width: 200px;}
.pro_as_btn .inn .inquiry { display: block; margin: 0 0 0 auto; min-width: 225px; padding: 5px 20px;}
.pro_as_btn .inn .send { display: block; margin-left: 10px;}
.pro_as_btn .inn .reset { display: block;}
.pro_as_btn .inn .reset .btn_hover { display: none;}
.pro_as_btn .inn .reset .btn_nohover { display: inline-block;}
.pro_as_btn .inn .reset:hover .btn_hover { display: inline-block;}
.pro_as_btn .inn .reset:hover .btn_nohover { display: none;}
.pro_cho_area .img { position: relative; margin: auto; width: 100%; max-width: 131px; height: 131px;}
.pro_as_lis {line-height: 1.4; padding: 0 0 4% 0;}
.pro_as_lis > div {width: 100%; display: flex; flex-flow: wrap; align-items: center; justify-content: space-between;}
.pro_as_lis > div.tit div { color:#231815; letter-spacing: -0.5px;}
.pro_as_lis > div.tit { background: #e0e2e2; border: 1px solid #e0e2e2; color: #231815; font-weight: 500; min-height: 42px; padding: 5px 0; margin: 0 0 10px 0;}
.pro_as_lis > div.tit a:link, .pro_as_lis > div.tit a:visited { text-decoration:none; color:#595757; transition: all 0.5s ease 0s;}
.pro_as_lis > div.tit a:active, .pro_as_lis > div.tit a:hover { text-decoration:none; color:#231815; cursor:pointer; transition: all 0.5s ease 0s;}
.pro_as_lis > div.lis { color: #575757; border: 1px solid rgba(35, 24, 21, 0.25); padding: 12px 0; margin: 9px 0; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.pro_as_lis > div.lis > .openBtn {display: none;}
.pro_as_lis > div > div:nth-child(1) {width: 4%; text-align: center;}
.pro_as_lis > div > div:nth-child(2) {width: 10%; padding: 0 10px 0 0;}
.pro_as_lis > div > div:nth-child(3) {width: 18%; padding: 0 10px 0 0;}
.pro_as_lis > div > div:nth-child(4) {flex: 1; padding: 0 10px 0 0;}
.pro_as_lis > div.lis > div:nth-child(1) {padding: 0;}
.pro_as_lis > div.lis > div:nth-child(2) { padding: 0 10px 0 0;}
.pro_as_lis > div.lis > div:nth-child(3) { padding: 0 10px 0 0;}
.pro_as_lis > div.lis > div:nth-child(4) { padding: 0 10px 0 0;}
.pro_as_lis > div.lis a:link, .pro_as_lis > div.lis a:visited {text-decoration:none; color:#231815; transition: all 0.5s ease 0s;}
.pro_as_lis > div.lis a:active, .pro_as_lis > div.lis a:hover {text-decoration:none; color:#ff8c00; cursor:pointer; transition: all 0.5s ease 0s;}
.pro_as_lis_pt .img {width: 100%; max-width: 131px; height: 131px; border: 1px solid #bfbfbf; background: #fff; position: relative; z-index: 1;}
.pro_as_lis > div.lis:hover {border: 1px solid #e0e6ea; background: #e0e6ea;}

.Categ_A { position: relative; background: url("/images/theme-b67/product_bg_01.jpg") no-repeat fixed; background-position: center; background-size: cover; padding: 80px 0; text-align: center;}
.Categ_A .title_A { margin: 0 0 40px 0;}
.Categ_A p { max-width: 1300px; margin: auto;}
.Categ_B { position: relative; background: #d4d6d7; padding: 40px 0 10px 0; overflow: hidden; z-index: 1;}
.Categ_B::before { content: ''; position: absolute; bottom: 0; right: 0; width: 20.782%; height: 48.92%; background: url("/images/theme-b67/bg_logo_01.svg") no-repeat center bottom / contain; z-index: -1;}
.Categ_B .Categ_B_A { display: flex; flex-flow: wrap; margin: 65px auto 0 auto; max-width: 999px;}
.Categ_B .Categ_B_A > div { position: relative; width: 31.7%; margin: 0 2.45% 50px 0; background: #608dca; transition: all 0.25s ease 0s;}
.Categ_B .Categ_B_A > div:nth-child(3n+3) { margin: 0 0 50px 0;}
.Categ_B .Categ_B_A > div .pic { position: relative; width: 100%; height: 0; padding-bottom: 97.7917%; overflow: hidden; transition: all 0.25s ease 0s;}
.Categ_B .Categ_B_A .tit { background: #608dca; color: #fff; padding: 10px 10px; line-height: 1.5; font-size: 112.5%; transition: all 0.25s ease 0s;}
.Categ_B .Categ_B_A > div:hover { background: #385881;}
.Categ_B .Categ_B_A > div:hover .pic { transform: scale(0.9);}
.Categ_B .Categ_B_A div:hover .tit { background: #385881;}

.Categ_list_A { position: relative;}
.Categ_list_A::before { content: ''; position: absolute; bottom: 40%; left: -9.5%; width: 22.084%; height: 17.4386%; background: url("/images/theme-b67/bg_logo_02.svg") no-repeat center bottom / contain; z-index: -1;}
.Categ_list_A > div { display: flex; flex-flow: wrap;}
.Categ_list_A .list_left { width: 25%; margin: 0 5% 0 0;}
.Categ_list_A .list_left .list_search { display: flex; flex-flow: wrap; margin: 0 0 65px 0;}
.Categ_list_A .list_left .list_search .inquiry { color: #fff; padding: 5px 20px; background: #385881; border-color: #385881;}
.Categ_list_A .list_left .list_search .inquiry img { width: 22px; margin-right: 10px;}
.Categ_list_A .list_left .list_search .inquiry:hover { text-decoration: none; background: #231815; border-color: #231815;}
.Categ_list_A .list_right { width: 70%; margin: 0 0 calc(30px + 4%) 0;}
.Categ_list_A .list_right .seo_content a img { transition: all 0.25s ease 0s;}
.Categ_list_A .list_right .seo_content a:hover img { transform: scale(0.95);}
.Categ_list_A .list_right .list_right_B { display: flex; flex-flow: wrap; margin: calc(30px + 4%) 0 0 0;}
.Categ_list_A .list_right .list_right_B > div { position: relative; width: 30.11%; margin: 0 1.61% 25px 1.61%; text-align: center; transition: all 0.25s ease 0s;}
.Categ_list_A .list_right .list_right_B > div .pic { position: relative; width: 100%; height: 0; padding-bottom: 99.275%; border: 1px solid rgba(35, 24, 21, 0.3); overflow: hidden; transition: all 0.25s ease 0s;}
.Categ_list_A .list_right .list_right_B > div .pic img { transition: all 0.25s ease 0s;}
.Categ_list_A .list_right .list_right_B > div .tit { font-size: 100%;color: #231815;  line-height: 1.3; margin: 0; padding: 10px 0 0 0; font-weight: 500; transition: all 0.25s ease 0s;}
.Categ_list_A .list_right .list_right_B > div .model { font-size: 80.75%; color: #808080; line-height: 1.3; margin: 0; padding: 5px 0 10px 0; font-weight: 500; transition: all 0.25s ease 0s;}
.Categ_list_A .list_right .list_right_B > div:hover { background: #385881;}
.Categ_list_A .list_right .list_right_B > div:hover .pic { border-color: #385881;}
.Categ_list_A .list_right .list_right_B > div:hover .pic img { transform: scale(0.9);}
.Categ_list_A .list_right .list_right_B > div:hover .tit { color: #fff;}
.Categ_list_A .list_right .list_right_B > div:hover .model { color: #bbb;}

.categ_detail_T { display: flex; flex-flow: wrap; padding: 1.8% 0 6.7% 0;}
.categ_detail_T .detail_left { width: 35.154%;}
.categ_detail_T .detail_left .categ_detail_big { position: relative; border: 1px solid rgba(35, 24, 21, 0.3); transition: all 0.25s ease 0s;}
.categ_detail_T .detail_left .categ_detail_big::before { content: ''; position: absolute; bottom: 20px; right: 20px; width: 24px; height: 24px; background: url("/images/theme-b67/icon_magnifier_01.svg") no-repeat center / contain; pointer-events: none; z-index: 11; transition: all 0.25s ease 0s;}
.categ_detail_T .detail_left .categ_detail_big .pic { position: relative; width: 100%; height: 0; padding-bottom: 100%; overflow: hidden; z-index: 1;}
.categ_detail_T .detail_left .categ_detail_big .pic img { transition: all 0.25s ease 0s;}
.categ_detail_T .detail_left .categ_detail_big:hover::before { transform: scale(0.8);}
.categ_detail_T .detail_right { width: 62.346%; margin-left: 2.5%;}
.categ_detail_T .detail_right .detail_spec { margin: 50px 0 0 0;}
.categ_detail_T .detail_right .detail_title .title_A { margin: 0; line-height: 1.3;}
.categ_detail_T .detail_right table, .categ_detail_T .detail_right table th, .categ_detail_T .detail_right table td { border: none;}
.categ_detail_T .detail_bottom { width: 100%; display: flex; flex-flow: wrap; align-items: flex-start; justify-content: space-between; margin: 10px 0 0 0; padding-bottom: calc(20px + 1.5%); border-bottom: 1px solid rgba(35, 24, 21, 0.3);}
.categ_detail_T .detail_bottom .detail_btn .inquiry { padding: 4px 20px; font-weight: 300;}
.categ_detail_T .detail_bottom .detail_certi { display: flex; flex-flow: wrap; justify-content: flex-end;}
.categ_detail_T .detail_bottom .detail_certi > div { margin: 0 0 0 5px;}
.categ_detail_B { padding: calc(20px + 0.5%) 0 calc(20px + 2%) 0;}
.categ_detail_B .title_A { text-align: center; margin: 0 0 50px 0;}
/*.categ_detail_B .edit_area { min-height: 500px;}*/
.categ_detail_B .categ_detail_B_btn .back { min-width: 200px;}
.categ_detail_B .categ_detail_B_btn { text-align: center; margin: 50px auto;}
.categ_detail_related { background: #d5d7d8; padding: 3% 0;}
.categ_detail_related > div { max-width: 1065px;}
.categ_detail_related .title_A { text-align: center; margin: 0; padding: 30px 0;}
.categ_detail_related .related_pro { display: flex; flex-flow: column; text-align: center;  transition: all 0.25s ease 0s;}
.categ_detail_related .related_pro .pic { position: relative; width: 100%; height: 0; padding-bottom: 98.9247%; overflow: hidden; border: 1px solid rgba(35, 24, 21, 0.3);}
.categ_detail_related .related_pro .pic img { transition: all 0.5s ease 0s;}
.categ_detail_related .related_pro .tit { font-size: 100%; color: #231815; line-height: 1.3; margin: 0; padding: 10px 0 0 0; font-weight: 500; transition: all 0.25s ease 0s;}
.categ_detail_related .related_pro .model { font-size: 80.75%; color: #808080; line-height: 1.3; margin: 0; padding: 5px 0 10px 0; font-weight: 500; transition: all 0.25s ease 0s;}
.categ_detail_related .related_pro:hover { background: #385881;}
.categ_detail_related .related_pro:hover .pic { border-color: #385881;}
.categ_detail_related .related_pro:hover .pic img { transform: scale(0.9);}
.categ_detail_related .related_pro:hover .tit { color: #fff;}
.categ_detail_related .related_pro:hover .model { color: #bbb;}

.oem_odm_A { position: relative; background: url("/images/theme-b67/oemodm_bg_01.jpg") no-repeat fixed; background-position: center; background-size: cover; padding: 50px 0 50px 0; margin-top: 25px;}
.oem_odm_A .title_A { text-align: center; margin: 5px 0 50px 0;}
.oem_odm_B { margin: 7% 0 7% 0;}
.oem_odm_B .process > div { position: relative; display: flex; flex-flow: wrap;}
.oem_odm_B .process { max-width: 1200px; margin: auto;}
.oem_odm_B .process > div > div { position: relative; width: 33.33%; text-align: center; margin: 0 0 50px 0;}
.oem_odm_B .process > div > div::before { content: ''; position: absolute; top: 75px; left: 0; height: 1px; width: 100%; background: #608dca; z-index: -1;}
.oem_odm_B .process > div > div:nth-child(1)::before { left: auto; right: 0; width: 50%;}
.oem_odm_B .process > div > div:nth-child(3)::before { width: 1000px;}
.oem_odm_B .process > div > div:nth-child(4)::before { left: auto; right: 0; width: 1000px;}
.oem_odm_B .process > div > div:nth-child(6)::before { width: 50%;}
.oem_odm_B .process > div > div .step { font-weight: 500; transition: all 0.25s ease 0s;}
.oem_odm_B .process > div > div .text { color: #595757; line-height: 1.5; transition: all 0.25s ease 0s;}
.oem_odm_B .process > div > div .pic { position: relative; width: 150px; margin: 0 auto 5px auto; z-index: 1;}
.oem_odm_B .process > div > div .pic::before { content: ''; position: absolute; top: calc(50% - 75px); left: calc(50% - 75px); width: 150px; height: 150px; animation: rotateIt 15s infinite linear; background: url("/images/theme-b67/ind_14_1.png") no-repeat center / contain; z-index: -1;}
.oem_odm_C { margin: 10% 0 10% 0; color: #595757;}
.oem_odm_C .title_B { color: #385881; padding: 0 20px 0 0; background: #EFEFEF; margin: 0 10% 0 0;}
.oem_odm_C p { margin: 0;}
.oem_odm_C ul, .oem_odm_C ol { padding: 0 0 0 20px;}
.oem_odm_C .eng { list-style-type: lower-alpha; padding: 0 0 0 55px;}
.oem_odm_C .oem_odm_C_tit { position: relative; display: flex; flex-flow: wrap; align-items: center; justify-content: space-between;}
.oem_odm_C .oem_odm_C_tit::before { content: ''; position: absolute; top: 20px; left: 0; width: 100%; height: 2px; background: #d4d6d7; z-index: -1;}
.oem_odm_C .hexagon { padding: 0 0 0 30px; background: #EFEFEF;}
.oem_odm_C .hexagon span { position: relative; padding: 3px 15px; color: #575757; border-top: 1px solid rgb(87, 87, 87, .35); border-bottom: 1px solid rgb(87, 87, 87, .35); z-index: 1;}
.oem_odm_C .hexagon span::before { content: ''; position: absolute; top: -1px; bottom: -1px; left: -11px; width: 15px; background: url("/images/theme-b67/icon_oem_arrow_01.svg") no-repeat center / contain;}
.oem_odm_C .hexagon span::after { content: ''; position: absolute; top: -1px; bottom: -1px; right: -11px; width: 15px; background: url("/images/theme-b67/icon_oem_arrow_02.svg") no-repeat center / contain;}
.oem_odm_C .bg_right { position: relative; display: flex; flex-flow: row; align-items: center; margin-bottom: 110px;}
.oem_odm_C .bg_right::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; background: #efefef; width: 5000px; z-index: -1;}
.oem_odm_C .bg_right > div:nth-child(1) { width: 38.554%; clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%); margin: -30px 0 0 0;}
.oem_odm_C .bg_right > div:nth-child(2) { width: 61.446%; padding: 20px 10% 20px 3%;}
.oem_odm_C .bg_left { position: relative; display: flex; flex-flow: row-reverse; align-items: center; margin-bottom: 110px;}
.oem_odm_C .bg_left::before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; background: #efefef; width: 5000px; z-index: -1;}
.oem_odm_C .bg_left > div:nth-child(1) { width: 38.554%; clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%); margin: -30px 0 0 0;}
.oem_odm_C .bg_left > div:nth-child(2) { width: 61.446%; padding: 20px 3% 20px 10%;}
.oem_odm_C > div:last-child { margin-bottom: 0;}
.oem_odm_C .oem_top { align-items: flex-start;}
.oem_odm_C .oem_top > div:nth-child(2) { padding: 40px 9% 40px 3%;}

.contact_A { background: #eaedf1;}
.contact_A .contact_A_in { display: flex; flex-flow: wrap;}
.contact_A .contact_A_in > div .text .title_A { font-weight: 700;}
.contact_A .contact_A_in > div .text .t_color { color: #608dca; font-weight: 600;}
.contact_A .contact_A_in > div .text .t_name{ font-weight: bold; color: #608dca;}
.contact_A .contact_A_in > div .text .text_in { margin-top: 20px;}
.contact_A .contact_A_in > div .text .text_in a:hover { text-decoration: none;}
.contact_A .contact_A_in > div .text .text_in > div { display: flex; flex-flow: wrap; margin-bottom: 10px; color: #595757;  max-width: 350px;}
.contact_A .contact_A_in > div .text .text_in > div > div:nth-child(1) { width: 70px;}
.contact_A .contact_A_in > div .text .text_in > div > div:nth-child(2) { width: calc(100% - 70px);}
.contact_A .contact_A_in > div:nth-child(1) { width: 50%; position: relative; display: flex; flex-flow: wrap; align-items: center; padding: 55px 55px 55px 0; border-right: 2px solid rgba(96, 128, 128, 0.3);}
.contact_A .contact_A_in > div:nth-child(1) .text { position: absolute; top: 28%; left: 8%; line-height: 1.5; pointer-events: none; z-index: 3;}
.contact_A .contact_A_in > div:nth-child(1) .pic { text-align: center; margin: auto 19% auto auto;}
.contact_A .contact_A_in > div:nth-child(1) .pic > div { position: relative;}
.contact_A .contact_A_in > div:nth-child(1) .pic a { display: block; position: absolute; top: 20%; left: -33%; z-index: 2; transition: all 0.25s ease 0s;}
.contact_A .contact_A_in > div:nth-child(1) .pic a::before { content: attr(data-title); position: absolute; top: -32px; left: 0px; color: #231815; transition: all 0.25s ease 0s;}
.contact_A .contact_A_in > div:nth-child(1) .pic a .circle { display: block; position: absolute; bottom: -12px; right: -12px; width: 23px; height: 23px; font-size: 0;   border-radius: 15px; z-index: -1;}
.contact_A .contact_A_in > div:nth-child(1) .pic a .circle::before { content: ''; position: absolute; bottom: 0; right: 0; width: 23px; height: 23px; background: #608dca; border-radius: 25px; z-index: -1;}
.contact_A .contact_A_in > div:nth-child(1) .pic a .circle::after { content: ''; position: absolute; bottom: -7px; right: -7px; width: 37px; height: 37px; background: #608dca; border-radius: 25px; opacity: 0.7; z-index: -2;}
.contact_A .contact_A_in > div:nth-child(1) .pic a .bling { position: absolute; bottom: -12px; right: -12px; font-size: 0; background: #608dca; width: 23px; height: 23px; border-radius: 25px; opacity: 0.7; z-index: -2; -webkit-animation: appear_open 2000ms linear infinite; animation: appear_open 2000ms linear infinite;}
.contact_A .contact_A_in > div:nth-child(2) { width: 50%; position: relative; display: flex; flex-flow: wrap; align-items: center; padding: 55px 0 55px 55px;}
.contact_A .contact_A_in > div:nth-child(2) .text { position: absolute; top: 28%; left: 16%; line-height: 1.5; pointer-events: none; z-index: 3;}
.contact_A .contact_A_in > div:nth-child(2) .pic { position: relative; text-align: center; margin: auto 8% auto auto; z-index: 1;}
.contact_A .contact_A_in > div:nth-child(2) .pic > div { position: relative;}
.contact_A .contact_A_in > div:nth-child(2) .pic a { display: block; position: absolute; bottom: 29%; right: 0; z-index: 2; transition: all 0.25s ease 0s;}
.contact_A .contact_A_in > div:nth-child(2) .pic a::before { content: attr(data-title); position: absolute; bottom: 0; right: 0; color: #231815; transition: all 0.25s ease 0s;}
.contact_A .contact_A_in > div:nth-child(2) .pic a .circle { display: block; position: absolute; top: -12px; left: -12px; width: 23px; height: 23px; font-size: 0;  border-radius: 15px; z-index: -1;}
.contact_A .contact_A_in > div:nth-child(2) .pic a .circle::before { content: ''; position: absolute; top: 0; left: 0; width: 23px; height: 23px; background: #608dca; border-radius: 25px; opacity: 0.7; z-index: -1;}
.contact_A .contact_A_in > div:nth-child(2) .pic a .circle::after { content: ''; position: absolute; top: -7px; left: -7px; width: 37px; height: 37px; background: #608dca; border-radius: 25px; opacity: 0.7; z-index: -2;}
.contact_A .contact_A_in > div:nth-child(2) .pic a .bling { position: absolute; top: -12px; left: -12px; font-size: 0; background: #608dca; width: 23px; height: 23px; border-radius: 25px; opacity: 0.7; z-index: -2; -webkit-animation: appear_open 2000ms linear infinite; animation: appear_open 2000ms linear infinite;}
.contact_A .contact_A_in > div:nth-child(1) .pic a:hover, .contact_A .contact_A_in > div:nth-child(2) .pic a:hover { opacity: 1!important; visibility: visible;}
.contact_A .contact_A_in > div:nth-child(1) .pic a:hover::before, .contact_A .contact_A_in > div:nth-child(2) .pic a:hover::before { color: #608dca;}
.contact_B { position: relative; padding: 4% 0 5% 0;}
.contact_B::before { content: ''; position: absolute; bottom: 10%; right: -9%; width: 20.782%; height: 48.92%; background: url("/images/theme-b67/bg_logo_02.svg") no-repeat center bottom / contain; z-index: -1;}
.contact_B .title_A { text-align: center;}
.contact_B .contact_B_in { display: flex; flex-flow: wrap; margin: 7% auto 0% auto; max-width: 1150px;}
.contact_B .contact_B_in > div { display: flex; flex-flow: wrap; width: 100%; margin: 0 0 30px 0;}
.contact_B .contact_B_in .w_50 { width: 48%; margin: 0 4% 30px 0;}
.contact_B .contact_B_in .w_50:nth-of-type(2n+2) { margin: 0 0 30px 0;}
.contact_B .contact_B_in > div > div:nth-child(1) { width: 100%; font-weight: 500; font-size: 112.5%;}
.contact_B .contact_B_in > div > div:nth-child(2) { width: 100%;}
.contact_B .contact_B_in > div > div:nth-child(1) label  {color: #ff0000;}
.contact_B .contact_B_in .con_btn { justify-content: center; margin: 55px 0 30px 0;}
.contact_B .contact_B_in .con_btn > div { width: auto!important;}
.contact_B .contact_B_in .con_btn button { padding: 8px 15px; line-height: 1.3; min-width: 205px; font-weight: 300; transition: all 0.25s ease 0s;}
.contact_B .contact_B_in .con_btn .reset { margin-right: 10px;}
