*{padding: 0px; margin: 0px;}
	html,body{width: 100%; height: 100%; }
	body{ font-family: 'Inter', sans-serif;}

	div.top_menu{width: 100%; height: 100px; position: fixed; top: 0px; left: 0px; background-color: #FFF; z-index: 10000;}
	div.top_menu div.content{width: 980px; position: relative; margin: 0 auto;  height: 100%;}
	div.top_menu div.content div.logob_1{  position: absolute; top: 0px; left: 0px; width: 250px; height: 54px; padding-top: 0px;}
	div.top_menu div.content div.logob_1 p{font-size: 24px; font-weight: bolder;}
	div.top_menu div.content div.logob_2{position: absolute; top: 40px; left: 400px;}
	div.top_menu div.content div.logob_2 a{text-decoration: none; color: #111111;}
	div.top_menu div.content div.logob_2 a:hover{color: #e94615; transition: 0.5s;}
	div.top_menu div.content div.logob_3{font-weight: bolder; font-size: 24px; position: absolute; top: 10px; right: 0px; width: 250px; height: 80px; text-align: center; }
	div.top_menu div.content div.logob_3 div.icons{margin-top: 10px;}
    div.topMessage{display: none; position: absolute; bottom: 350px; left: 50%; margin-left: -425px; width: 850px; text-align: center; font-size: 3.7em; color: #FFF; font-weight: bolder; z-index: 1000;}

	div.page_content{width: 100%;}
	div.page_content div.cb_1{width: calc(100% - 80px); top: 100px; position: relative; margin: 0 auto; height: calc(100vh - 100px); background-image: url('/i/images/slide_01.jpg'); background-position: top center; background-size: 100%;}
    div.page_content div.cb_1 div.cover{background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; position: absolute; top: 0px; left: 0px;}
    div.page_content div.cb_1 div.btitle{width: 100%; height: 150px; background-image: url('/i/images/title_bg.jpg'); background-position: top center; position: absolute; bottom: 0px; left: 0px; }

    div.page_content div.cb_2{width: calc(100% - 80px); position: relative; margin: 0 auto; height: auto; top: 80px; background-color: #ededed; padding: 100px 0px 100px 0px;}
    div.page_content div.cb_3{width: calc(100% - 80px); position: relative; margin: 0 auto; height: auto; top: 80px; background-color: #333333; padding: 100px 0px 100px 0px; color: #FFF;}
    div.page_content div.cb_3 p.title{color: #FFF!important;}
    div.page_content div.cb_bottom{width: calc(100% - 80px); position: relative; margin: 0 auto; height: auto; top: 80px; background-color: #111111; padding: 100px 0px 20px 0px; color: #FFF;}

  

    div.tb_3{position: relative; width: 750px; background-color: #FFF; height: 183px; margin: -90px auto 0px auto; z-index: 1000; display: flex; justify-content: space-between; align-items: stretch; flex-direction: row; flex-wrap: nowrap; align-content: stretch;}
    div.tb_3 .item1 { order: 0; text-align: center; align-self:stretch; background-color: #FFF; width: 33%; font-weight:bolder; padding-top: 40px; font-size: 24px;}
    div.tb_3 .item2 { align-self: stretch; text-align: center; background-color: #ededed; width: 33%; font-weight:bolder; padding-top: 40px; font-size: 24px;}
    div.tb_3 .item3 { align-self: stretch; text-align: center; background-color: #d6d6d6; width: 33%; font-weight:bolder; padding-top: 40px; font-size: 24px;}

    div.cc{width: 980px; position: relative; margin: 0 auto;}
    p.title{font-weight: bolder; color: #000; font-size: 40px; margin-bottom: 20px;}


    div.bottom_flex{width: 980px; position: relative; margin: 0 auto; display: flex;  justify-content: center;  align-items: flex-start; gap: 5px;}
    div.bottom_flex div.item1{width: 33%; font-size: 14px; line-height: 26px;}
    div.bottom_flex div.item1 img{padding-bottom: 20px;}
    div.bottom_flex div.item2{width: 33%; font-size: 14px; line-height: 26px;}
    div.bottom_flex div.item3{width: 33%; font-size: 14px; line-height: 26px;}
    div.bottom_flex div.item1 p, div.bottom_flex div.item2 p, div.bottom_flex div.item3 p{font-weight: bolder; margin-bottom: 10px; font-size: 20px;}



div.secPageTitle{width: calc(100% - 80px); position: relative; margin: 0 auto; margin-top: 120px; height: 90px;  background-image: url('/i/images/title_bg.jpg');}
div.secPageTitle div.shadow{width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6);}
div.secPageTitle div.shadow p.title{text-align: center; color: #FFF; padding: 20px 0px 20px 0px;}

div.service_flex a{text-decoration: none; color: #000;}

.service_flex {

    display: flex;
    
    justify-content: space-around; 
    align-items: stretch; 

    flex-direction: row; 
    flex-wrap: wrap; 
    align-content: center;
    width: 980px;
    position: relative; 
    height: 100%;
    gap: 5px;
    margin: 80px auto 80px auto;
}

.service_flex > div{
    width: 200px;
    margin-bottom: 80px;
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
  }

.service_flex > div p{font-size: 76px; color: #e94615;}

div.hovbutton{position:  absolute; padding: 8px 40px; top: 64px; left: 300px; background-color: #e94615; color: #FFF; font-weight: normal; font-size: 14px; text-align: center; border-radius: 8px;}
div.hovbutton a{color: #FFF; text-decoration: none;}
div.hovbutton a:hover{color: #000; transition: 0.5s}


p.contTitle{font-weight: bolder; font-size: 30px; margin-bottom: 20px;}


    @media screen and (orientation:portrait) {

    div.page_content div.cb_1{height: 650px; top: 100px;}
    div.topMessage{display: none; bottom: 270px;}
    div.cc_alink{width: 300px!important;}
    div.cc_alink a{font-size: 40px;}
    div.bottom_flex div.item1, div.bottom_flex div.item2, div.bottom_flex div.item3{font-size: 24px;}
    div.bottom_flex div.item1 p, div.bottom_flex div.item2 p, div.bottom_flex div.item3 p{font-size: 30px;}


    div.contmap{height: 1200px!important; margin-top: 200px!important; margin-top: 200px!important;}

    p.contTitle{font-size: 40px;}
    div.contList{width: 900px!important;}
    div.contList > div{width: 300px!important; font-size: 24px; }
    div.mobSep{height: 0px;}
    div.service_flex{min-height: 1200px; height: auto;}
    div.top_menu div.content div.logob_2{font-size: 24px; top: 30px; left: 240px;}
    div.onas_text{height: 1200px; font-size: 30px; line-height: 30px;}
}