@font-face {
	font-family: 'NotoSans';
	font-weight: 100;
	src: url('font2/NotoSans-Thin.otf') format('opentype');
}

@font-face {
	font-family: 'NotoSans';
	font-weight: 300;
	src: url('font2/NotoSans-Light.otf') format('opentype');
}

@font-face {
	font-family: 'NotoSans';
	font-weight: 400;
	src: url('font2/NotoSans-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'NotoSans';
	font-weight: 500;
	src: url('font2/NotoSans-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'NotoSans';
	font-weight: 700;
	src: url('font2/NotoSans-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'NotoSans';
	font-weight: 900;
	src: url('font2/NotoSans-Black.otf') format('opentype');
}

* {
	margin: 0;
	padding: 0;
	border: 0
}

a,
a:hover,
a:visited,
a:active {
	text-decoration: none
}

ul,
li {
	list-style-type: none
}


body {
	color: #000;
	font-family: 'NotoSans', sans-serif;
}


/* layout */
html,
#wrap_sub {
	width: 100%;
	height: 100%
}

.sub_logo {
	padding: 35px 0 20px;
	text-align: center
}

.sub_logo p {
	height: 85px
}

#wrap_menu {
	margin: 0 auto;
	width: 1280px
}

#area_menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 60px
}

#area_smenu {
	position: relative
}

#area_smenu ul {
	display: flex;
	justify-content: center
}

#area_smenu,
.smenu a {
	box-sizing: border-box
}

#container {
	margin: 0 auto;
	width: 1280px;
	height: 770px
}

#wrap_cont {
	height: 660px
}

.area_cti {
	position: relative;
	height: 55px;
	text-align: center
}

.area_cti::after {
	display: block;
	content: "";
	margin: 0 auto;
	top: 0;
	margin-top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 3px
}

.area_cont {
	padding: 30px 0;
	/* height: auto; */
	/* overflow-y: scroll */
}

#list_page {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	height: 60px
}

.btn_page {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 110px;
}

#list_page li,
.btn_page a {
	height: 31px
}

.footer {
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	padding-top: 20px;
	width: 1280px
}

.address {
	margin-left: 100px
}

/* style */
#wrap_sub {
	background: black url('../images/bg_sub.jpg') no-repeat center;
	background-size: cover;
}

#container {
	background-color: #fff
}

.area_cti {
	font-weight: 700;
	font-size: 30px;
	line-height:35px;
}

.area_cti::after {
	background-color: #0062b1;
}

.area_cont {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px
}

.area_cont p {
	margin-bottom:10px;
}

.cont_desc {
	margin-top:40px;
	margin-bottom:5px;
	color: #0062b1;
	font-size:27px;
	font-weight:700;
	line-height:36px;
}

.result .cont_desc {
	font-size:27px;
	font-weight:700;
	line-height:36px;
}


.cont_desc:first-child {
	margin-top:0;
}

.cont_tb	{
	width:100%;
}

.cont_tb tr th, .cont_tb tr td {
	padding:5px 10px;
	border: 1px solid #dee2e6;
	vertical-align:middle;
}
.cont_tb tbody tr:nth-child(2n-1) th, .cont_tb tbody tr:nth-child(2n-1) td {
	background-color: #f2f7ff;
}

.cont_tb thead tr th {
	padding:10px 10px;
	color:#fff;
	background-color:#6688cc;
}

#list_page {
	background-color: #eee
}

.btn_page {
	font-weight: 300;
	font-size: 14px
}

.address {
	margin-left: 120px;
}

.address li {
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
}

.address li.txt_copy {
	font-weight:100;
}

.address span {
	padding-left: 10px
}

.address span:first-child {
	padding-left: 0
}

.address span::before {
	padding-right: 10px;
	content: "/"
}

.address span:first-child::before {
	padding-right: 0;
	content: ""
}



.mvis-tab>.tmenu>a span {
	font-weight:600;
}


#area_smenu .line {
	position:absolute;
	left:0;
	top:48px;
	width:0;
	height:2px;
	background-color:#000;
	transition:all 0.15s ease-out
}

/*Company ~ Contact Us*/
.flex_row {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
}

.flex_end { 
	display:flex;
	align-items: flex-end;
}

.list_dot li {
	padding-bottom:5px;
	margin-left:15px;
	list-style-position:outside;
	list-style-image:url('../images/list_dot.png');
}

.list_point li {
	padding-bottom:5px;
	margin-left:18px;
	list-style-position:outside;
	list-style-image:url('../images/list_point.png');
}

.flex_sb {
	justify-content: space-between;
}

.flex_fs {
	justify-content: flex-start;
}

.flex_center{
	justify-content: center;
}

.flex_as{
	justify-content: space-around;
}

.rdbox {
	width:100%;
	border-radius:20px;
}


/*Company > Greeting*/
.greeting .cont_desc {
	margin-bottom:30px;
	font-size:24px;
	font-weight:600;
	line-height:36px
}

.greeting .cont_desc strong	{
	font-size:30px;
	font-weight:700
}


/*Company > Philosophy */
.philosophy dl {
	width:33.333%;
	text-align:center;
}

.philosophy dt {
	padding-top: 285px;
	border-bottom: solid 1px #dedfdf;
}

.philosophy dl:nth-child(1) dt {
	background:#fff url('../images/company/bg_philosophy01.jpg') no-repeat center top;
}
.philosophy dl:nth-child(2) dt {
	background:#fff url('../images/company/bg_philosophy02.jpg') no-repeat center top;
}
.philosophy dl:nth-child(3) dt {
	background:#fff url('../images/company/bg_philosophy03.jpg') no-repeat center top;
}

.philosophy dt.cont_desc {
	color: #f08300;
}

.philosophy dt::after {
	display: block;
	content: "";
	margin: 0 auto;
	top: 0;
	margin-top: 10px;
	margin-bottom: -3px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #f8b100;
}

.philosophy dd{
	padding: 5px 25px;
}
.philosophy h3{
	color: #008ccf;
	font-weight: 400;
}
.philosophy dd p{
	padding-top: 5px;
	text-align:left;
}

.philosophy ul li img {
	width:100%;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}


/*Company > Mission, Vision, Values*/
.mission {
	background:#fff url('../images/company/bg_mission.jpg') no-repeat left 30px;
}

.mission .flex_row {
	align-items: center;
}

.mission h3 {
	width:23%;
	text-align:center;
	font-size:48px;
	line-height:56px;
}

.mission div:nth-child(1) h3{
	color:#fff;
}
.mission div:nth-child(2) h3{
	color:#0080cc;
}
.mission div:nth-child(3) h3{
	color:#ffcc00;
}

.mission div:nth-child(1){
	height:238px;
	margin-top:20px;
}
.mission div:nth-child(2){
	height:238px;
}
.mission div:nth-child(3){
	height:353px;
	margin-bottom:20px;
}

.mission p, .mission dl {
	width:73%;
	margin-left:4%;
}

.mission div:nth-child(2) p strong {
	color:#0080cc;
	font-size:21px;
}
.mission div:nth-child(3) dl dt strong {
	padding:6px 10px;
	background-color:#ffcc00;
}
.mission div:nth-child(3) dl dt{
	margin:25px 0 10px;
}


/*Company > History*/
.history .cont_img {
	width:345px;
	height:870px;
	padding:25px;
	background:#fff url('../images/company/bg_history.jpg') no-repeat left top;
	color:#fff;
	font-size:48px;
	font-weight:900;
	line-height:52px;
	letter-spacing:-0.01em;
}

.history .year {
	margin-top:40px;
}
.history .year:first-child {
	margin-top:0;
}

.history .cont_desc {
	width:208px;
	background:#fff url('../images/company/bg_year.png') no-repeat right 15px;
	font-size:36px;
	font-weight:600;
	line-height:46px;
}

.history ul {
	margin:13px 0 0 20px;
}
.history ul li {
	list-style-position:outside;
	list-style-type:"\b7\20";
	font-size:13px;
	line-height:20px;
}
.history ul li.month {
	list-style-type:none;
	color:#003399;
	font-weight:700;
}


/*Company > Organization Chart*/
.orgchart .flex_as {
	background:#fff url('../images/company/bg_orgchart.png') no-repeat center top;
}

.orgchart .flex_as h3{
	width:20%;
	height:50px;
	color:#fff;
	text-align:center;
	line-height:50px;
}
.orgchart .flex_as h3:nth-child(1) {
	margin:0 40% 50px;
	background-color:#0085cb;
}
.orgchart .flex_as h3:nth-child(2) {
	margin-bottom:60px;
	background-color:#6ec1ed;
}
.orgchart .flex_as h3:nth-child(3) {
	margin-bottom:60px;
	background-color:#28a49b;
}

.orgchart .flex_sb div {
	width:24%;	
	border:solid 1px #ddd;	
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}

.orgchart .flex_sb h4 {
	padding:10px;
	background-color:#83a4b5;
	color:#fff;
	text-align:center;
}

.orgchart .list_dot {
	min-height:140px;
	padding:10px;
	color:#000;
}


/*Company > Certification*/
.bg_certifi {
	background:#fff url('../images/company/bg_certifi.jpg') no-repeat center 100px;
}

.certifi ul {
	margin: 0 20% 
}
.certifi ul li {
	margin-bottom:30px;
	margin-left:30px;
	text-align:center;
}
.certifi ul li:nth-child(1), .certifi ul li:nth-child(4) {
	margin-left:0;
}


/*Business > Our Business Field*/
.field dl {
	width:48.5%;
	margin-bottom:25px;
}

.field dl dt {
	width:33%;
	margin-right:2%;
}
.field dl dt img{
	width:100%;
	min-height:170px;
	border:1px solid #dee2e6;
}

.field dl dd {
	width:65%;
}
.field dl dd h3 {
	margin:10px 0 5px 0;
	color:#f08300;
	font-size:18px;
}


/*Business > Brand Products*/
.brand {
	background:#fff url('../images/business/bg_brand01.jpg') no-repeat right 35px;
}

.brand .txt_brand {
	width:38%;
	padding:40px;
	color:#fff;
	background:#001d40 url('../images/business/bg_brand02.jpg') no-repeat center;
}

.img_brand {
	width:60%;
}


/*Business > Field Operation*/
.operation {
	background:#fff url('../images/business/bg_operation02.jpg') no-repeat right bottom;
}

.operation .rdbox {
	min-height:270px;
	margin-bottom:30px;
	padding:40px;
	background:#001d40 url('../images/business/bg_operation01.jpg') no-repeat right bottom;
	background-size:cover;
}

.operation .rdbox .cont_desc {
	width:15%;
	margin-right:2%;
	color:#f5a200;
}
.operation .rdbox p {
	width:50%;
	color:#fff;
}

.img_operation ul {
	margin-bottom:15px;
}
.img_operation ul li {
	width:227px;
}
.img_operation ul li img {
	width:100%;
	border-radius:20px;
	border:1px solid #dee2e6;
}
.img_operation p img {
	margin:0;
}


/*Business > Equipment Demonstration*/
.demonstr .rdbox {
	min-height:270px;
	margin-bottom:30px;
	padding:40px;
	background:#001d40 url('../images/business/bg_demonstr01.jpg') no-repeat right bottom;
	background-size:cover;
}

.demonstr div.rdbox .cont_desc {
	width:15%;
	margin-right:2%;
	color:#f5a200;
}
.demonstr div.rdbox p {
	width:34%;
	color:#fff;
}

.img_demonstr1 {
	padding-right:25%;
	background:#fff url('../images/business/bg_demonstr02.jpg') no-repeat right bottom;
}
.img_demonstr2 {
	padding-left:25%;
	background:#fff url('../images/business/bg_demonstr03.jpg') no-repeat left bottom;
}

.img_demonstr1 ul, .img_demonstr2 ul {
	padding-bottom:110px;
}
.img_demonstr2 ul{
	justify-content:flex-end;
}
.demonstr ul li{
	width:283px;
	margin:0 15px 15px 0;
}
.demonstr img {
	width:100%;
	border-radius:20px;
	border:1px solid #dee2e6;
}


/*Business > Major Clients*/
.bg_client {
	background:#fff url('../images/business/bg_client.jpg') no-repeat right bottom;
}

.client ul li {
	width:19%;
	min-height:70px;
	margin:0 0.5% 1% 0.5%;
	border:1px solid #dee2e6;
}


/*Products > Welding Equipment*/
.wequip .flex_row {
	padding:30px 0;
	border-bottom:1px solid #c8161e;
}
.wequip .flex_row:nth-child(3) {
	border-bottom:none;
}

.img_wequip {
	width:25%;	
}

.txt_wequip {
	width:74%;
	margin-left:1%;
}

.txt_wequip .cont_desc{
	color:#c8161e;
}


/*Products > Hyperfill*/
.hyperfill1 {
	width:100%;
	min-height:196px;
	margin-bottom:30px;
	background:#fff url('../images/products/bg_hyperfill01.png') no-repeat center top;
	background-size:cover;
}

.img_hyperfill{
	width:40%;
}
.img_hyperfill img{
	margin:0;
}

.hyperfill1 p:nth-child(2){
	width:54%;
	margin-left:6%;
	padding:30px 0;
}
.hyperfill h5{
	width:100%;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #000;
}
.hyperfill h5 strong{
	font-size:21px;
}

.hyperfill2 {
	min-height:900px;
	background:#fff url('../images/products/bg_hyperfill02.jpg') no-repeat center 60px;
}
.hyperfill2 div{
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	width:50%;
}
.hyperfill2 div:nth-child(2){
	padding-left:35px;
}

.hyperfill2 div dl dt.cont_desc{
	color:#c8161e;
	margin-bottom:0;
}
.hyperfill2 div dl dd{
	font-size:11px;
}
.hyperfill2 div ul{
	margin-top:320px;
}
.hyperfill2 div ul li:nth-child(2) {
	margin-top:50px;
}
.hyperfill2 div ul li:nth-child(3) {
	margin-top:200px;
}
.hyperfill p.txt_copy{
	font-size:11px;
}


/*Products > Special Welding Material, SMAW, FCAW, GTAW & GMAW, SAW*/
.product .bg_product {
	width:38%;
	min-height:770px;
}

.product .bg_pspecial {
	background:#161311 url('../images/products/bg_pspecial.png') no-repeat center top;
}
.product .bg_psmaw {
	background:#161311 url('../images/products/bg_psmaw.png') no-repeat center top;
}
.product .bg_pfcaw {
	background:#161311 url('../images/products/bg_pfcaw.png') no-repeat center top;
}
.product .bg_pgtaw {
	background:#161311 url('../images/products/bg_pgtaw.png') no-repeat center top;
}
.product .bg_psaw {
	background:#161311 url('../images/products/bg_psaw.png') no-repeat center top;
}

.ti_product {
	display:flex;
	flex-direction:column;
	width:280px;
	height:100%;
	padding:40px;	
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	color:#fff;
	font-size:36px;
	line-height:45px;
	background-color:rgba(0,0,0,0.5);
}
.ti_product h3 {
	margin-bottom:auto;
	font-size:54px;	
	line-height:60px;
}
.ti_product p {
	opacity:0.7;	
	font-weight:100;
}
.ti_product p b {
	font-weight:400;
}
.pspecial .ti_product p {
	opacity:1;
	font-size:42px;
	line-height:54px;
}

.txt_product {
	width:58%;
	margin-top:10px;
}
.txt_product h4 {
	margin-bottom:7px;
	font-size:21px;
}
.txt_product ul {
	margin-bottom:30px;
	color:#f08300;
	font-size:16px;
}
.pspecial .txt_product h4, .pspecial .txt_product ul{
	color:#008ccf;
}

.img_product {
	padding:20px 0;	
	border:1px solid #dee2e6;
}


/*Contact Us > Loction*/
.location ul li {
	width:24%;
	margin-bottom:25px;
	text-align:center;
}

.location ul li img {
	width:100%;
}

.location .flex_fs li {
	margin-right:1.33%;
}
.location .flex_fs li::last-child{
	margin-right:0;
}

.txt_location {
	height:50px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	color:#fff;
	background-color:#6ec1ed;
	line-height:50px;
}


/*Contact Us > Contact Us*/
.contact ul {
	margin-bottom:30px;
	border-bottom:1px dashed #dee2e6;
}

.contact ul li {
	width:23%;
	padding-top:40px;
	margin-bottom:30px;
	text-align:center;
}

.contact ul li:nth-child(1) {
	background:#fff url('../images/contact/bg_contact01.png') no-repeat center top;
}
.contact ul li:nth-child(2) {
	background:#fff url('../images/contact/bg_contact02.png') no-repeat center top;
}
.contact ul li:nth-child(3) {
	background:#fff url('../images/contact/bg_contact03.png') no-repeat center top;
}
.contact ul li:nth-child(4) {
	background:#fff url('../images/contact/bg_contact04.png') no-repeat center top;
}


.map_contact dl {
	margin-bottom:10px;
}
.contact dl dt {
	width:120px;
}

.contact ul strong, .contact dl dt {
	color:#0080cc;	
	font-weight:700;
}
.contact ul li a {
	color:blue;
}

.map_contact {
	width:48.2%;
}
.map_contact img {
	width:100%;
	border:1px solid #dee2e6;
}