@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,800&display=swap');
/* CSS Document */
/* reset #3ab0a3
------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html,body
{
    /* width: 100%;
    overflow-x: hidden; */

	/* -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth; */
}
body {
	color: #454545;
    font-family: Arial, sans-serif, "LiHei Pro";
	font-size: 16px;
    margin: 0 auto;
    max-width: 100%;
}

.clear1 {
	clear: both;
	height: 0;
}
.clear30 {
	clear: both;
	height: 30px;
}
.img100 {
	max-width: 100%;
}
.hr-dot {
	display: block;
    height: 2px !important;
	background: url(../images/dot.png) repeat-x;
    border: 0;
	opacity: 1;
}
.hr-dot3v {
	display: block;
    height: 9px !important;
	background: url(../images/dots_3v.png) repeat-x;
    border: 0;
	opacity: 1;
}
.hr-grey {
	display: block;
    height: 1px !important;
	background: #ebebeb;
    border: 0;
	opacity: 1;
}
.hr-brown {
	display: block;
    height: 5px !important;
	background: #78503a;
    border: 0;
	opacity: 1;
	margin-top: 5px;
}
.hr-gp-panel {
	display: block;
    height: 1px !important;
	background: #f7b334;
    border: 0;
	opacity: 1;
	margin-top: 7px;
	margin-bottom: 7px;
}
.hr-dot3v {
	display: block;
    height: 9px !important;
	background: url(../images/dots_3v.png) repeat-x;
    border: 0;
	opacity: 1;
}
.red {
	color: #c30d23;
}
.no-mt {
	margin-top: 0 !important;
}
.txt-em {
	font-weight: bold;
}


input[type="radio"] {
	margin-top: 0px;
	vertical-align: middle;
}
/* ::selection {
	background-color: #018c7d;
	color: #fff;
} */


a.btn-detail {
	color: #FFF;
	text-decoration: none;
}
.btn-detail {
	color: #FFF;
	display: inline-block;
	background: rgb(2,146,130);
	background: -moz-linear-gradient(0deg, rgba(2,146,130,1) 0%, rgba(58,176,163,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(2,146,130,1) 0%, rgba(58,176,163,1) 100%);
	background: linear-gradient(0deg, rgba(2,146,130,1) 0%, rgba(58,176,163,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86002f",endColorstr="#3ab0a3",GradientType=1);
	border-radius: 20px;
	border: 1px solid #018c7d;
	letter-spacing: 1px;
	padding: 10px 25px;
}
a.btn-detail:hover {
	background: transparent;
	border: 1px solid #018c7d;
	color: #018c7d;
	-moz-transition: background-color .5s linear;
	-webkit-transition: background-color .5s linear;
	-o-transition: background-color .5s linear;
	-ms-transition: background-color .5s linear;
	transition: background-color .5s linear;
}
a.btn-white {
	color: #018c7d;
	text-decoration: none;
}
.btn-white {
	color: #018c7d;
	display: inline-block;
	background: #FFF;
	border-radius: 20px;
	border: 1px solid #FFF;
	letter-spacing: 1px;
	padding: 10px 25px;
}
a.btn-white:hover {
	background: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	-moz-transition: background-color .5s linear;
	-webkit-transition: background-color .5s linear;
	-o-transition: background-color .5s linear;
	-ms-transition: background-color .5s linear;
	transition: background-color .5s linear;
}


.navbar-brand {
	padding-left: 15px;
}
.navbar-light .navbar-brand {
	padding-bottom: 0 !important;
}
.navbar-toggler {
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    margin-right: 15px;
}
.mynav {
	color: #222;
	font-size: 1.15rem;
	letter-spacing: 1.5px;
	border-top: 1px solid #ccc;
}
.mynav li {
	/* border-bottom: 1px solid #ccc; */
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.65rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(34,34,34,1);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #3ab0a3;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e9ecef;
}

.subnav-block {
	padding: 15px;
}
.subnav-ul {
	display: flex;
	/* flex-direction: row-reverse; */
	flex-wrap: wrap;
	color: #FFF;
	justify-content: end;
	list-style: none;
	margin-top: -40px;
}
.subnav-ul li {
	background: #018c7d;
	flex: 1;
	letter-spacing: 0.5px;
	line-height: 1.8rem;
	padding: 7px 0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.subnav-ul li a {
	color: #fff;
	line-height: 1.8rem;
	margin: 0;
	padding: 7px 15px;
	text-decoration: none;
}
.subnav-ul li a:hover {
	background: #FFF;
	color: #3ab0a3;
	text-decoration: none;
	-moz-transition: background-color .5s linear;
	-webkit-transition: background-color .5s linear;
	-o-transition: background-color .5s linear;
	-ms-transition: background-color .5s linear;
	transition: background-color .5s linear;
}

.inpage-nav .nav-link {
	color: #454545;
	padding: 0.5rem;
	border-radius: 0.25rem;
	border: 1px solid #ebebeb;
	margin-bottom: 5px;
}
.inpage-nav .nav-link.active {
	color: #3ab0a3;
	border: 1px solid #ebebeb;
	background: #ebebeb;
}
.inpage-nav .nav-tabs {
    border-bottom: 0;
}
.inpage-nav button {
	border: 1px solid #ebebeb;
	margin-right: 5px;
	font-size: 1.1rem;
}
.inpage-nav .nav-tabs .nav-link:focus, .inpage-nav .nav-tabs .nav-link:hover {
    border-color: #ebebeb #ebebeb #ebebeb;
}


.main-tit {
	color: #222;
	font-size: 1.8rem;
	letter-spacing: 1.65px;
	margin-bottom: 1.2rem;
}


.block-banner {
	font-size: 0;
	padding: 0;
	margin: 0;
}
.block-banner img {
	width: 100%;
	object-fit: cover;
}
.inbanner-block {
    width: 100%;
    height: 325px;
    background: url(../images/banner.jpg);
	background-position: center;
  	background-repeat: no-repeat;
	background-size: contain;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 0 11.25rem;
}
.inbanner-block .tit-wrapper {
    width: 280px;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.inbanner-block .tit-wrapper .pg-title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
}
.inbanner-block .tit-wrapper .pg-title .tit-mask {
    width: 0%;
    height: inherit;
    background: #3ab0a3;
    background: -moz-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
    background: linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ab0a3",endColorstr="#86002f",GradientType=1);
    position: absolute;
    animation: pgTitleMask 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    display: flex;
    border-radius: 2px;
}
.inbanner-block .tit-wrapper .pg-title h1 {
    font-family: 'Poppins';
    color: #FFFFFF;
    font-size: 60px;
    -webkit-animation: pgTitleFadeIn 2s forwards;
    -o-animation: pgTitleFadeIn 2s forwards;
    animation: pgTitleFadeIn 2s forwards;
    animation-delay: 1.6s;
    opacity: 0;
    display: flex;
    align-items: baseline;
    position: relative;
	text-shadow: 2px 2px rgba(0,0,0,0.5);
}
.inbanner-block .tit-wrapper .pg-subtit {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: -10px;
}
.inbanner-block .tit-wrapper .pg-subtit .tit-mask {
    width: 0%;
    height: inherit;
    background: rgb(58,176,163);
    background: -moz-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
    background: linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ab0a3",endColorstr="#86002f",GradientType=1);
    position: absolute;
    animation: subTitleMask 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation-delay: 2s;
    display: flex;
}
.inbanner-block .tit-wrapper .pg-subtit p {
    animation: subTitleFadeIn 2s forwards;
    animation-delay: 3.2s;
    opacity: 0;
    font-weight: 400;
    font-family: 'Lato';
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
	text-shadow: 2px 2px rgba(0,0,0,0.5);
    letter-spacing: 3px;
}
.banner-about {
	background: url(../images/banner_about.png) no-repeat;
	text-align: center;
}
.banner-igws {
	background: url(../images/banner_igws.png) no-repeat;
	text-align: center;
}
.banner-seminar {
	background: url(../images/banner_seminar.png) no-repeat;
	text-align: center;
}
.banner-news {
	background: url(../images/banner_news.png) no-repeat;
	text-align: center;
}
.banner-contact {
	background: url(../images/banner_contact.png) no-repeat;
	text-align: center;
}
.banner-career {
	background: url(../images/banner_career.png) no-repeat;
	background-size: cover;
	text-align: center;
}
.banner-privacy {
	background: url(../images/banner_privacy.png) no-repeat;
	text-align: center;
}




.idx-prod-block {
	padding: 15px;
	margin: 0 15px;
}
.idx-prod-item {
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 3rem 1rem;
	text-align: center;
}
.idx-prod-item:first-child {
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.idx-prod-item p {
	color: #1d1d1d;
	font-size: 0.875rem;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.idx-prod-item h2 {
	color: #333;
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 2rem;
}
.idx-prod-item h3 {
	color: #010101;
	font-size: 1rem;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 2.5rem;
	min-height: 55px;
}

.idx-about-block {
	background: url(../images/bg_idx_about_mo.png) no-repeat;
	padding: 20px;
	color: #FFF;
}
.idx-about-block h3 {
	font-size: 1.125rem;
	letter-spacing: 1.65px;
	line-height: 1.65em;
	margin-top: 10px;
}
.idx-about-block h2 {
	font-size: 1.8rem;
	letter-spacing: 1.65px;
	margin-bottom: 1.5rem;
}
.idx-about-block p {
	font-size: 1.125rem;
	letter-spacing: 1.5px;
	line-height: 1.85em;
	margin-bottom: 2rem;
}




.idx-news-block {
	margin: 15px;
}
.idx-news-block .main-tit {
	margin-top: 15px;
}
.news-item {
	margin-bottom: 20px;
}
a.news-item {
	background: #f5f5f5;
	display: inline-block;
	line-height: 0;
	text-decoration: none;
	width: 100%;
}
.news-list-hd {
	padding: 15px;
}
.deco-hline {
	width: 16px;
	height: 3px;
	background: rgb(58,176,163);
	background: -moz-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	background: linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ab0a3",endColorstr="#86002f",GradientType=1);
	margin: 15px 0 20px 0;
}
a.news-item .news-list-hd h2 {
	color: #222;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	line-height: 1.5rem;
	margin-bottom: 1.5rem;
	height: 4.5rem;
}
.text-truncate.trunc-3{
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.news-item p.list-date {
	color: #018c7d;
	font-size: 0.8rem;
	letter-spacing: 1.5px;
	margin-bottom: 0.5rem;
}
a.news-item .news-img-wrapper {
	padding: 0;
	margin: 0;
	line-height: 1.65rem;
	width: 100%;
	position: relative;
}
.badge-position {
	position: absolute;
	right: 15px;
	bottom: -40px;
	z-index: 10;
}
.badge-new {
	background: rgb(58,176,163);
	background: -moz-linear-gradient(0deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	background: linear-gradient(0deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ab0a3",endColorstr="#86002f",GradientType=1);
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	color: #FFF;
	font-size: 0.75rem;
	padding: 3px 5px;
}
.rwd-img {
    width: 100%;
    padding: 0;
    margin: 0;
}
.img-box {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img-box span {
    display: block;
    width: 100%;
    overflow: hidden;
}
.prod-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.rwd-img .img-box .news-cover-img {
    position: relative;
    height: 0;
    padding-top: 70.83%;
}
.rwd-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
a.news-list-item {
	background: #f5f5f5;
	display: inline-block;
	height: 100%;
	line-height: 1.65em;
	padding: 15px;
	text-decoration: none;
	width: 100%;
}
a.news-list-item h2 {
	color: #222;
	font-size: 1.1rem;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: -10px;
}
.news-list-item span.list-date {
	color: #018c7d;
	font-size: 0.8rem;
	letter-spacing: 1.5px;
	margin-bottom: 5px;
}
.news-list-item .badge-new {
	float: right;
	line-height: 14px;
}
.news-tit {
	font-size: 1.375rem;
	line-height: 1.3em;
}
.news-date {
	color: #018c7d;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
}
.news-content-block {
	padding: 20px 0;
	line-height: 1.65rem;
}

.main-block {
	padding: 20px 15px 15px 15px;
}

.about-subtit {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: -20px;
	margin-bottom: 30px;
}
.about-intro p {
	letter-spacing: 1px;
	line-height: 1.65rem;
	margin-bottom: 20px;
}
.about-intro h3 {
	color: #222;
	font-size: 1.375rem;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
}
.about-intro ul {
	margin-left: 20px;
	line-height: 1.85rem;
}

.solutions-row {
	border-bottom: 1px solid #018c7d;
	line-height: 1.85rem;
	padding: 15px;
}
.solutions-row:nth-child(even) {
	background: #d4ece9;
}
.solutions-row ul {
	margin-left: 20px;
}
.solution-ul {
	line-height: 1.85rem;
	margin-left: 20px;
}

.igws-block {
	margin: 15px;
}
.igws-block .main-tit {
	margin-top: 15px;
}
.igws-intro-lf p {
	letter-spacing: 1px;
	line-height: 1.65rem;
	padding-right: 30px;
	margin-bottom: 15px;
}
.igws-intro-rt  {
	padding-left: 30px;
	margin-bottom: 15px;
}
.prod-intro p {
	letter-spacing: 1px;
	line-height: 1.65rem;
	margin-bottom: 20px;
}
.igws-intro-img2 {
	border: 10px solid #ebebeb;
	padding: 15px;
	text-align: center;
}
.igws-ft-item {
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-collapse: collapse;
	padding: 15px 15px 15px 25px;
}
.igws-ft-row {
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	margin: 5px;
}
.igws-ft-icon {
	max-width: 150px;
	text-align: center;
}
.igws-ft-item h3 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
}
.igws-ft-item ul {
	line-height: 1.65rem;
	margin-top: 15px;
	padding-bottom: 15px;
}
.igws-ft-item ul li {
	letter-spacing: 0.45px;
	margin-left: 20px;
}
.igws-ft-item .subnote {
	color: #018c7d;
	font-size: 0.975rem;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding-top: 30px;
}
.igws-specs-item h3 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
}
.igws-ft-item  .ft-content {
    line-height: 1.65rem;
}
.deco-igws-specs {
	width: 25px;
	height: 3px;
	background: rgb(58,176,163);
	background: -moz-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	background: linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ab0a3",endColorstr="#86002f",GradientType=1);
	margin: 0 0 7px 0;
}
.igws-specs-item ul {
	line-height: 1.65rem;
	margin-top: 25px;
	padding-bottom: 25px;
}
.igws-specs-item ul li {
	letter-spacing: 0.45px;
	margin-left: 20px;
}

.acts-block {
	margin: 15px;
}
.acts-click-item {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 35px 25px 45px 25px;
	text-align: center;
}
.acts-click-item h3 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
}
.acts-click-item img {
	margin: 20px 0;
}
.acts-click-item .subnote {
	color: #1d1d1d;
	font-size: 0.875rem;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.process-tit {
	color: #FFF;
	background: rgb(58,176,163);
	background: -moz-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	background: linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ab0a3",endColorstr="#86002f",GradientType=1);
	border-radius: 0 0 15px 0;
	box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 3px 3px hsl(0deg 0% 0% / 0.075),
      0 6px 6px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075)
    ;

	display: inline-block;
	font-size: 1.25rem;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	padding: 5px 15px;
}
.act-main-item h3 {
	color: #018c7d;
	font-size: 1.15rem;
	margin-bottom: 15px;
	margin-top: 5px;
}
.act-main-item h4 {
	color: #454545;
	font-size: 1.05rem;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;
}
.act-main-item .material-icons {
	vertical-align: middle;
	color: #454545;
	font-size: 1.05rem;
}
.act-main-item p {
	letter-spacing: 0.3px;
	line-height: 1.65rem;
	margin-bottom: 15px;
}
.act-main-item .last-para {
	margin-bottom: 30px;
}
.act-main-item p.last-para {
	letter-spacing: 0.3px;
	line-height: 1.65rem;
	margin-bottom: 30px;
}
.act-main-item p.conn-para {
	letter-spacing: 0.3px;
	line-height: 1.65rem;
	margin-bottom: 5px;
}
.act-main-item {
	margin-bottom: 30px;
}
.act-main-item ul {
	letter-spacing: 0.3px;
	line-height: 1.65rem;
	margin-bottom: 15px;
	margin-left: 20px;
}

.acts-tb-norm {
	width: 100%;
	border: 1px solid #c95147;
	border-collapse: collapse;
	border-radius: 5px;
}
.acts-tb-norm tr th {
	background-color: #f7ebeb;
	font-weight: bold;
	padding: 10px 15px;
	vertical-align: middle;
}
.acts-tb-norm tr th, .acts-tb-norm tr td {
	border-right: 1px solid #c95147;
	border-bottom: 1px solid #c95147;
	line-height: 1.65rem;
	padding: 10px 15px;
	vertical-align: middle;
}
.acts-tb-norm tr:nth-child(2n+1) {
	background-color: #f5f5f5;
}
.acts-tb-norm .material-icons {
	vertical-align: middle;
}
.tab-tit {
	font-size: 1.85rem;
	letter-spacing: 0.5px;
	line-height: 1.85rem;
	margin: 35px 0;
}
.acts-tb-norm ul {
	margin-left: 20px;
}
.act-img {
	max-width: 100%;
	background: #FFF;
	border: 10px solid #ebebeb;
	box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075)
    ;

	margin-bottom: 15px;
	padding: 20px;
	text-align: center;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
	padding-bottom: 46.05%;
    padding-top: 25px;
    height: 0;
	background: #FFF;
	border: 10px solid #ebebeb;
	box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075)
    ;
	margin-bottom: 20px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.notice-block {
	border: 1px solid #018c7d;
	padding: 15px;
}
.accessory-item {
	border: 1px solid #ebebeb;
	border-radius: 5px;
	line-height: 1.65rem;
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
}
.accessory-item h3 {
	background: #018c7d;
	color: #FFF;
	line-height: 2.3rem;
}
.accessory-item h4 {
	color: #018c7d;
	line-height: 1.65rem;
	text-align: center;
}
.accessory-item ul {
	text-align: left;
	margin-bottom: 0;
}
.accessory-item .spec-item {
	padding: 15px;
}
.accessory-item .spec-item:nth-child(2n+1) {
	background: #ebebeb;
}
.accessory-item p {
	margin-bottom: 0;
}



.seminar-intro h3 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.3px;
	margin-bottom: 25px;
	min-height: 30px;
}
.seminar-intro p {
	letter-spacing: 1px;
	line-height: 1.65rem;
	margin-bottom: 20px;
}
.seminar-item h3 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
}
.deco-seminar {
	width: 25px;
	height: 3px;
	background: rgb(58,176,163);
	background: -moz-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	background: linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ab0a3",endColorstr="#86002f",GradientType=1);
	margin: 0 0 7px 0;
}
.tb-seminar {
	border: 1px solid #ebebeb;
	padding: 20px;
}
.seminar-instructor-block {
	padding: 4rem 11.25rem;
}
.seminar-intro ul {
	line-height: 1.65rem;
	margin-top: 25px;
	padding-bottom: 25px;
}
.seminar-intro ul li {
	letter-spacing: 0.45px;
	margin-left: 20px;
}
.service-instructor-block {
	background: url(../images/bg_instructor.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
	color: #FFF;
	font-weight: bold;
	padding: 30px 15px;
}
.service-instructor-block ul li{
	letter-spacing: 1px;
	line-height: 1.65rem;
}
.instructor-img {
	max-width: 100%;
	text-align: center;
}
.instructor-img img {
	box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075)
    ;
	border: 10px solid #FFF;
	max-width: 100%;
}
.instructor-item .deco-igws-specs {
	margin-top: 2rem;
}
.instructor-item h3 {
	font-size: 1.375rem;
	margin-bottom: 2rem;
}
.instructor-item ul {
	/* padding-left: 40px; */
	margin-left: 20px;
}


.contact-block {
	margin: 15px;
}
.contact-block .main-tit {
	margin-top: 15px;
}
.contact-block h2 {
	font-size: 1.1rem;
	margin-bottom: 20px;
}
.ul-contact {
	list-style: none;
}
.ul-contact li {
	letter-spacing: 0.8px;
	line-height: 1.65rem;
	margin-bottom: 10px;
}
.ul-contact .material-icons {
	color: #3ab0a3;
	vertical-align: middle;
}
.ul-contact-tit {
	color: #3ab0a3;
	font-size: 1.05rem;
	letter-spacing: 1px;
	vertical-align: middle;
}
.form-contact-box {
	box-shadow:
	0 2px 1px rgba(0, 0, 0, 0.03),
	0 4px 3px rgba(0, 0, 0, 0.045),
	0 6px 5px rgba(0, 0, 0, 0.06),
	0 10px 8px rgba(0, 0, 0, 0.07),
	0 15px 15px rgba(0, 0, 0, 0.08),
	0 50px 40px rgba(0, 0, 0, 0.1);
	padding-top: 30px;
}
#radioGp {
	margin-top: 9px;
}
.form-contact-box .form-group.row {
	margin-bottom: 15px;
}
.submit-row {
	background: #f5f5f5;
	margin-top: 20px;
	padding: 10px 25px;
	text-align: center;
}
.indent-x25 {
	padding: 0 25px;
}

.career-item-0 {
	background: #018c7d;
	border-radius: 3px;
	color: #FFF;
	height: 100%;
	padding: 25px 20px;
}
.career-item-0 h2 {
	color: #FFF;
	font-size: 1.75rem;
	margin-bottom: 2rem;
}
.career-item-0 p {
	letter-spacing: 0.5px;
	line-height: 1.65rem;
	margin-bottom: 25px;
}
.career-item {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	height: 100%;
	padding: 20px;
	text-align: center;
}
.career-item h3 {
	font-size: 1.375rem;
	letter-spacing: 0.5px;
	margin-top: 10px;
}
.career-item img {
	margin: 5px 0;
}
.career-item ul {
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 0.5px;
	line-height: 1.65rem;
	margin-left: 25px;
	text-align: left;
}
.row.row-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.row-flex > [class*='col-'] {
	flex-grow: 0;
	margin-bottom: 20px;
}
.career-img-block {
	background: #e1e7ed;
	padding: 20px 15px;
	text-align: center;
}
.career-img-block img {
	margin-bottom: 15px;
	border: 5px solid #FFF;
	box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075)
    ;
}


.privacy-block {
	padding: 20px 15px;
}
.privacy-block h2{
	font-size: 1.8rem;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}
.privacy-block h3 {
	font-size: 1.5rem;
	letter-spacing: 1.3px;
	margin-bottom: 15px;
	vertical-align: middle;
}
.privacy-block h4 {
	color: #018c7d;
	font-size: 1.2rem;
	letter-spacing: 1.1px;
}
.privacy-block p {
	letter-spacing: 0.8px;
	line-height: 1.5rem;
	margin-bottom: 15px;
}
.deco-privacy {
	width: 25px;
	height: 3px;
	background: rgb(58,176,163);
	background: -moz-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	background: linear-gradient(90deg, rgba(58,176,163,1) 0%, rgba(2,146,130,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3ab0a3",endColorstr="#86002f",GradientType=1);
	margin: 40px 0 7px 0;
}
.ul-privacy {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 15px;
}
.ul-privacy li {
	line-height: 1.5rem;
	letter-spacing: 0.8px;
}
.ul-privacy li a {
	color: #3ab0a3;
}
.privacy-block p + .ul-privacy {
	margin-top: -15px;
}
.privacy-block p + h3 {
	margin-top: 25px;
}
.privacy-block .material-icons {
	vertical-align: middle;
	margin-top: -5px;
}


.foot-top {
	background: url(../images/bg_foot_top.jpg) repeat-x;
	height: 15px;
}
.foot-block {
	padding: 15px;
	font-size: 0.88rem;
	color: #797979;
	vertical-align: middle;
}
.foot-ul-nav {
	margin-bottom: 3.125rem;
}
.foot-ul-nav li {
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 1px;
}
.foot-ul-nav li a {
	color: #797979;
	text-decoration: none;
}
.foot-ul-nav li a:hover {
	color: #3ab0a3;
}
.foot-sepa {
	color: #ebebeb;
	padding: 0 8px 0 6px;
}
.copy-row {
	font-size: 0.75rem;
	margin-top: 1.75rem;
	letter-spacing: 1px;
	vertical-align: middle;
}
.copy-mob {
	font-size: 0.75rem;
	margin-top: 5px;
	letter-spacing: 1px;
	vertical-align: middle;
}
.foot-logo {
	display: none;
}
.foot-author {
	vertical-align: middle;
}
.foot-author a {
	color: #797979;
	text-decoration: none;
}
.foot-author a:hover {
	text-decoration: underline;
}
.totop {
	width: 39px;
	height: 39px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: rgba(0, 0, 0, 0.7);
}
.totop .material-icons {
	color: #FFF;
	display: inline-block;
	padding: 8px;
}
.totop:hover {
	cursor: pointer;
}

.page-link {
    color: #3ab0a3;
}
.page-link:hover {
    z-index: 2;
    color: #3ab0a3;
    background-color: #FFF;
    border-color: #3ab0a3;
}
.page-link:focus {
    color: #3ab0a3;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3ab0a3;
    border-color: #3ab0a3;
}

.footer-bar {
	width: 100%;
	min-height: 20px;
	background-color:#000000;
	background-color:rgba(0,0,0,0.5);
	color: white;
	vertical-align: middle;
}
.privacy-note {
	line-height: 1.65em;
	padding: 15px 0 10px 15px;
	margin-bottom: 0;
}
.btn-agree {
	color: white;
	margin-top: -5px;
	vertical-align: middle;
	padding: 2px 12px 2px 12px;
	float: right;
	margin-bottom: 5px;
}
.btn-agree:hover {
	background: #FFF;
	border: 1px solid #FFF;
	color: #454545;
	text-decoration: none;
}

.swal2-styled.swal2-confirm {
	background: rgb(2,146,130) !important;
	background: -moz-linear-gradient(0deg, rgba(2,146,130,1) 0%, rgba(58,176,163,1) 100%) !important;
	background: -webkit-linear-gradient(0deg, rgba(2,146,130,1) 0%, rgba(58,176,163,1) 100%) !important;
	background: linear-gradient(0deg, rgba(2,146,130,1) 0%, rgba(58,176,163,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86002f",endColorstr="#3ab0a3",GradientType=1) !important;
	border: 1px solid #3ab0a3 !important;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(255 255 255 / 50%) !important;
}
.swal2-icon.swal2-warning {
    border-color: #3ab0a3 !important;
    color: #3ab0a3 !important;
}
#myForm {
	margin-top: 15px !important;
}


@media (max-width: 380px) {

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.subnav-ul li {
		background: rgba(58,176,163,1);
		flex: 0;
		letter-spacing: 0.5px;
		line-height: 1.8rem;
		padding: 7px 0;
		margin: 0;
	}
	.subnav-ul li a {
		color: #fff;
		line-height: 1.8rem;
		margin: 0;
		padding: 12px 15px;
		text-decoration: none;
	}

	.inpage-nav .nav-link {
		color: #454545;
		padding: 0.35rem 0.5rem;
		/* border-bottom-left-radius: 0;
		border-bottom-right-radius: 0; */
		border-color: #ebebeb #ebebeb #ebebeb;
		border-width: 3px;
		margin-bottom: -3px;
	}
	.inpage-nav .nav-link.active {
		color: #3ab0a3;
		border-color: #ebebeb #ebebeb #ebebeb;
		border-bottom: 3px solid #ebebeb;
		border-width: 3px;
		background: #ebebeb;
	}
	.inpage-nav .nav-tabs {
		border-bottom: 3px solid #ebebeb;
	}
	.inpage-nav button {
		margin-right: 5px;
		font-size: 1.1rem;
		letter-spacing: 0.5px;
	}
	.inpage-nav .nav-tabs .nav-link:focus, .inpage-nav .nav-tabs .nav-link:hover {
		border-width: 3px;
		border-color: #ebebeb #ebebeb #ebebeb;
		background: #ebebeb;
		color: #3ab0a3;
	}
	.acts-tab {
		border-left: 3px solid #ebebeb;
		border-bottom: 3px solid #ebebeb;
		border-right: 3px solid #ebebeb;
		padding: 15px 30px;
		/* box-shadow:
		0 1px 1px hsl(0deg 0% 0% / 8%),
		0 2px 2px hsl(0deg 0% 0% / 8%),
		0 4px 4px hsl(0deg 0% 0% / 8%),
		0 8px 8px hsl(0deg 0% 0% / 8%),
		0 16px 16px hsl(0deg 0% 0% / 8%); */
		margin-bottom: 30px;
	}

	.btn-agree {
		color: white;
		margin-top: 10px;
		vertical-align: middle;
		padding: 2px 12px 2px 12px;
		float: right;
		margin-bottom: 5px;
	}

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.nav-main {
		padding: 10px 2.6rem;
	}
	.mynav {
		border-top: none;
	}
	.mynav li {
		border-bottom: 0;
		padding-left: 15px;
		line-height: 1.65rem;
	}
	.mynav ul li:first-child {
		border-top: none;
	}
	.subnav-block {
		padding: 15px 2.56rem;
	}
	.subnav-ul li:last-child {
		border-right: 0;
	}

	.main-block {
		padding: 3.5rem;
	}
	.main-tit {
		color: #222;
		font-size: 2.25rem;
		letter-spacing: 1.65px;
		margin-bottom: 3rem;
	}

	.idx-prod-item {
		border-left: 0;
		border-bottom: 0;
	}
	.idx-prod-item:first-child {
		border-left: 1px solid #ebebeb;
		border-top: 0;
	}
	.idx-about-block {
		padding: 20px 2.6rem;
		color: #FFF;
	}
	.idx-about-block h2 {
		font-size: 2.25rem;
		letter-spacing: 1.65px;
		margin-bottom: 2.5rem;
	}
	.idx-news-block {
		margin: 25px 2.6rem;
	}
	.news-tit {
		font-size: 1.75rem;
		line-height: 1.5em;
	}
	.news-list-hd {
		padding: 20px;
	}
	a.news-item .news-list-hd h2 {
		color: #222;
		font-size: 1.125rem;
		letter-spacing: 1.5px;
		line-height: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.about-intro h3 {
		font-size: 1.8rem;
		letter-spacing: 1.65px;
		margin-bottom: 1.5rem;
	}

	.igws-block {
		margin: 4rem 2.6rem;
	}

	.service-instructor-block {
		background: url(../images/bg_instructor.jpg);
		background-repeat: no-repeat;
		background-position-x: center;
		background-size: cover;
		color: #FFF;
		padding: 4rem 2.6rem 3.5rem 2.6rem;
	}
	.instructor-item {
		padding-left: 30px;
	}
	.instructor-item .deco-igws-specs {
		margin-top: 0;
	}
	.instructor-img {
		margin-top: -100px;
		max-width: 100%;
	}
	.contact-block {
		padding: 2rem;
	}
	.career-img-block {
		padding: 4rem 2.6rem;
	}
	.privacy-block {
		padding: 3.5rem;
	}
	.foot-top {
		background: url(../images/bg_foot_top.jpg) repeat-x;
		height: 40px;
	}
	.foot-block {
		padding: 4rem 2.6rem;
		font-size: 0.88rem;
		color: #797979;
		vertical-align: middle;
	}
	.foot-logo {
		display: inline-block;
		float: right;
		vertical-align: middle;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.nav-main {
		padding: 10px 5.7rem;
	}
	.navbar-brand {
		padding-left: 0;
	}
	.mynav li {
		margin-left: 1.5rem;
	}
	.subnav-block {
		padding: 15px 5.7rem;
	}

	.main-block {
		padding: 4rem 5.7rem;
	}
	.idx-news-block {
		margin: 4rem 5.7rem;
	}
	.idx-prod-item h2 {
		color: #333;
		font-size: 2.25rem;
		letter-spacing: 1px;
		margin-bottom: 2rem;
	}
	.idx-prod-item h3 {
		color: #010101;
		font-size: 1.125rem;
		letter-spacing: 1px;
		margin-bottom: 3.5rem;
		margin-top: 2.5rem;
		min-height: 35px;
	}
	.idx-about-block {
		background: url(../images/bg_idx_about_lg.png) no-repeat;
		padding: 20px;
		color: #FFF;
	}

	.igws-block {
		margin: 4rem 5.7rem 1rem 5.7rem;
	}

	.service-instructor-block {
		background: url(../images/bg_instructor.jpg);
		background-repeat: no-repeat;
		background-position-x: center;
		background-size: cover;
		color: #FFF;
		padding: 4rem 5.7rem 3rem 5.7rem;
	}
	.instructor-img {
		margin-top: -100px;
		max-width: 100%;
	}
	.career-img-block {
		padding: 4rem 5.7rem;
	}
	.contact-block {
		padding: 4rem 5.7rem;
	}
	.privacy-block {
		padding: 4rem 5.7rem;
	}
	.foot-block {
		padding: 4rem 5.7rem;
		font-size: 0.88rem;
		color: #797979;
		vertical-align: middle;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.mynav li {
		margin-left: 3.5rem;
	}

	.idx-prod-block {
		padding: 1rem 5.7rem;
	}
	.idx-about-block {
		background: url(../images/bg_idx_about.png);
		background-repeat: no-repeat;
		background-position-x: center;
		background-size: cover;
		padding: 3rem 5.7rem 3rem 5.7rem;
		color: #FFF;
		width: 100%;
	}

	.igws-block {
		margin: 4rem 5.7rem 1rem 5.7rem;
	}
	.acts-block {
		margin: 4rem 5.7rem 1rem 5.7rem;
	}

	.service-instructor-block {
		background: url(../images/bg_instructor.jpg);
		background-repeat: no-repeat;
		background-position-x: center;
		background-size: cover;
		color: #FFF;
		padding: 4rem 5.7rem 2rem 5.7rem;
	}
	.instructor-item {
		padding-left: 40px;
	}
	.instructor-img {
		margin-top: -100px;
	}

	.contact-block {
		padding: 4rem 5.7rem;
	}

	.privacy-block {
		padding: 4rem 5.7rem;
	}
	.btn-agree {
		color: white;
		margin-top: 10px;
		vertical-align: middle;
		padding: 2px 12px 2px 12px;
		float: right;
		margin-bottom: 0px;
	}

}
/*xxl and up)*/
@media (min-width: 1400px) {
	.instructor-img {
		margin-top: -120px;
		max-width: 100%;
	}

}
@media (min-width: 1560px) {
	.nav-main {
		padding: 10px 11.25rem;
	}
	.subnav-block {
		padding: 15px 11.25rem;
	}
	.main-block {
		padding: 4rem 11.25rem;
	}
	.idx-prod-block {
		padding: 1rem 11.25rem;
	}
	.idx-about-block {
		background: url(../images/bg_idx_about.png) no-repeat;
		background-size: cover;
		padding: 6.5rem 11.25rem 7.5rem 11.25rem;
		color: #FFF;
	}
	.idx-news-block {
		margin: 4rem 11.25rem;
	}
	.idx-about-block p {
		font-size: 1.125rem;
		letter-spacing: 1.65px;
		line-height: 1.85em;
		margin-bottom: 4rem;
	}

	.igws-block {
		margin: 4rem 11.25rem 1rem 11.25rem;
	}
	.acts-block {
		margin: 4rem 11.25rem 1rem 11.25rem;
	}

	.service-instructor-block {
		background: url(../images/bg_instructor.jpg);
		background-repeat: no-repeat;
		background-position-x: center;
		background-size: cover;
		color: #FFF;
		font-weight: bold;
		margin-top: 3rem;
		padding: 5.5rem 11.25rem 5rem 11.25rem;
	}
	.instructor-img {
		margin-top: -150px;
	}
	.contact-block {
		padding: 4rem 11.25rem;
	}

	.career-img-block {
		background: #e1e7ed;
		padding: 4rem 11.25rem;
	}
	.privacy-block {
		padding: 4rem 11.25rem;
	}
	.foot-block {
		padding: 4rem 11.25rem;
		font-size: 0.88rem;
		color: #797979;
		vertical-align: middle;
	}
}
@media (min-width: 1800px) {

}


@keyframes pgTitleMask {
	0% {
		width: 0%;
		left: 0;
   }
	50% {
		width: 100%;
		left: 0;
   }
	100% {
		width: 0;
		left: 100%;
   }
}
@keyframes subTitleMask {
	0% {
		width: 0%;
		left: 0;
   }
	50% {
		width: 100%;
		left: 0;
   }
	100% {
		width: 0;
		left: 100%;
   }
}
@keyframes pgTitleFadeIn {
	0% {
		opacity: 0;
   }
	100% {
		opacity: 1;
   }
}
@keyframes subTitleFadeIn {
	0% {
		opacity: 0;
   }
	100% {
		opacity: 0.8;
   }
}