<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*top_topics.css*/

.top_sec_title_topics {
    width: 100%;
    min-width: 1120px;
    height: 43px;
    margin: 30px auto 0;
    background-image: url(/assets/smc_img/top/top_line_topics.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_sec_title_topics h2 {
    width: 1120px;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 700;
    
}



.topics_area {
    padding-top: 15px;
}


.topics_area ul {
    width: 1120px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.topics_area ul li {
    width: 100%;
    max-width: 270px;
    height: 200px;
    position: relative;
    border: 1px #c8c8c8 solid;
    margin-bottom: 20px;
    margin-right: 1px;
}



.topics_area ul li.none{
    width: 100%;
    max-width: 270px;
    height: 200px;
    position: relative;
    border: 0;
    margin-bottom: 20px;
    margin-right: 1px;
}

.topics_area ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

.topics_area a:hover {
    text-decoration: underline;
}


@media screen and (min-width:767px) {
.topics_area ul li:hover {
    width: 100%;
    max-width: 270px;
    height: 200px;
    position: relative;
    border: 1px solid #ade3ff;
    margin-bottom: 20px;
    margin-right: 1px;
}
.topics_area ul li.none:hover {
    width: 100%;
    max-width: 270px;
    height: 200px;
    position: relative;
    border: 0;
    margin-bottom: 20px;
    margin-right: 1px;
}
}

/*hover鍑︾悊*/
@media screen and (min-width:767px) {
.topics_area ul li a:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #ade3ff;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}
}

.topics_area ul li a:hover::after {
    opacity: 1.0;
}
/*hover鍑︾悊*/


.topics_area ul li img {
    display: block;
}


.topics_area ul li img {
    width: 100%;
    margin: 0 auto;
}

.topics_area ul li span {
    text-align: left;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 5px 0 5px 8px;
    top: 0;
    font-size: 15px;
    background: #fff;
    color: #5a5a5a;
}


.topics_area .sub {
    width: 100%;
    height: 47px;
    font-size: 12px;
    letter-spacing: -1px;
    padding: 0px 10px;
}

/*---------------------------------------------
  TOP PickUP琛ㄧず銆€2208杩藉姞
  ---------------------------------------------*/



#popup_left_contents{
    float: left;
    width: 50%;
}

#popup_left_contents2{
    float: left;
    width: 50%;
    padding-top: 150px;
}


.popup_txt {
    position: relative;
    left: 30px;
    top: 30px;
    width: 74%;
  white-space: normal;
}

.popup_txt2 {
    position: relative;
    left: 30px;
    top: 30px;
    width: 70%;
  white-space: normal;
}

#popup_right_contents {
    float: right;
    width: 50%;
    padding-top: 20px;
}

#popup_right_contents_btn_l{
    float: left;
    width: 50%;
}

#popup_right_contents_btn_r{
    float: right;
    width: 50%;
}


#popup_right_contents2 {
    float: right;
    width: 50%;
    padding-top: 130px;
}

#popup_right_contents_btn_l2{
    float: left;
    width: 50%;
}

#popup_right_contents_btn_r2{
    float: right;
    width: 50%;
}


.popup_contents_btn {
    float: left;
    width: 90%;
    padding-top: 5px;
    margin: 0px auto;
}
.popup_contents_btn a {
    position: relative;
    display: block;
    width: 100%;
    padding: 13px 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    border: 1px solid #0072C1;
    color: #000;
    width: 100%;
    margin: 0 auto;
    margin: 5px 0;
    background: #fff;
}

.popup_contents_btn a:before {
    position: absolute;
    top: 33%;
    right: 5%;
    display: inline-block;
    width: 8px;
    height: 13px;
    content: "";
    vertical-align: middle;
    background-image: url(/assets/smc_img/common/arrow_blue01.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.popup_contents_btn a:hover {
    background: #cde2f1;
    cursor:pointer;
    opacity: 1;
}

iframe{
    width: 1212px !important;
    height: 582px !important;
}




.top_sec_title_popup_w {
    width: 100%;
    min-width: 1120px;
    height: 43px;
    margin: 0 auto;
    background: url(/assets/smc_img/top/top_line_w.png) top 0 right -950px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}

.top_sec_title_popup_w h2 {
    width: 1120px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 700;
    color: #0073c5;
}


.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}
.modal-wrap::-webkit-scrollbar {
  display: none;
}
.modal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}
.modal-box {
  width: 100%;
  max-width: 1200px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.modal-box .inner &gt; :first-child {
  margin-top: 0;
}
.modal-box .modal-close a{
    position: fixed;
    right: 50px;
    top: 50px;
    width: 100%;
    height: 50px;
    text-align: right;
    color: #fff;
    font-size: 30px;
}



.modal-box .inner {
    background: #fff;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
}

.modal-box .inner_ams {
    background: 
    url(/assets/smc_img/popup/electropneumatic_regulator_img/air_management_system_products.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/electropneumatic_regulator_img/air_management_system_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_vba {
    background: 
    url(/assets/smc_img/popup/vba_img/vba_products01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/vba_img/vba_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.modal-box .inner_temp {
    background: 
    url(/assets/smc_img/popup/temp_img/temp_products.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/temp_img/temp_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 610px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.modal-box .inner_electric{
    background: 
    url(/assets/smc_img/popup/electric_img/electric_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/electric_img/electric_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_vacuum{
    background: 
    url(/assets/smc_img/popup/vacuum_img/vacuum_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/vacuum_img/vacuum_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_static {
    background: 
    url(/assets/smc_img/popup/static_img/static_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/static_img/static_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_link{
    background: 
    url(/assets/smc_img/popup/link_img/link_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/link_img/link_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.modal-box .inner_valves{
    background: 
    url(/assets/smc_img/popup/process_valves_img/process_valves_products_01.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/process_valves_img/process_valves_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


.modal-box .inner_electropneumatic_regulator {
    background: 
    url(/assets/smc_img/popup/electropneumatic_regulator_img/electropneumatic_regulator_products.png) no-repeat left 10% bottom 10%,
    url(/assets/smc_img/popup/electropneumatic_regulator_img/electropneumatic_regulator_back.jpg) no-repeat center center;
background-size: cover;
    padding: 0px 0px;
    text-align: left;
    border: 16px solid #dcdcdc;
    height: 568px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


/*---------------------------------------------
  TOP NEWS銆€2211杩藉姞
  ---------------------------------------------*/

.top_news_content {
    background-color: #fff;
    width: 1120px;
    padding: 10px 20px 10px 34px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: -1px;
}

.top_newsCont &gt; ul &gt; li {
    padding: 10px 20px 10px 34px;

}



.top_newsCont ul li ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
}

.top_newsCont ul li ul li {
    margin-right: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 3;
}

.top_newsCont ul li ul li:first-child {
    width: 150px;
    max-width: 150px;
}

.top_newsCont ul li ul li:last-child {
    margin-right: 0;

}

.top_newsCont ul li ul li:last-child a {
    color: #000000;
    text-decoration: underline;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}


.top_newsCont ul li ul li:last-child a:hover {
    color: #0072c1;
    text-decoration: underline;
/*    -webkit-transition: all .3s;*/
/*    transition: all .3s;*/
}


.top_news02 {
    background-image: url(/assets/news/top_news_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 134px;
    margin-bottom: 30px;
    margin-top: 15px;
    padding: 23px 30px 17px 30px;
}

.top_news02 h1 {
    color: #000;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.0;
}

.n_title_b{
    width: 980px;
	line-height:20px;
	font-weight:bold;
	font-size:18px;
    color: #0072c1;
	border-bottom:#0072c1 2px solid;
	margin-left:34px;
	margin-bottom:20px;
	padding-bottom:4px;

}

.tnc {
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.0;
    margin-left:34px;
    text-decoration: underline;
}

    .mb0 {
        margin-bottom: 0!important;
    }
    .mb10 {
        margin-bottom: 10px!important;
    }
    .mb20 {
        margin-bottom: 20px!important;
    }
    .mb30 {
        margin-bottom: 30px!important;
    }
    .mb40 {
        margin-bottom: 40px!important;
    }
    .mb50 {
        margin-bottom: 50px!important;
    }
    .mb60 {
        margin-bottom: 60px!important;
    }
    .mb70 {
        margin-bottom: 70px!important;
    }
    .mb80 {
        margin-bottom: 80px!important;
    }
    .mb90 {
        margin-bottom: 90px!important;
    }
    .mb100 {
        margin-bottom: 100px!important;
    }





</pre></body></html>