/* CSS Document */

body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans TC', sans-serif;
	overflow-x: hidden;
	position: relative;
}

img {
	border: 0;
}

/* Reset ================================================================================= */

a {
	text-decoration: none;
	transition: all 0.4s ease-out 0s;
}

a:hover {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}
.fontover{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.content-Box {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	clear: both;
}

#content {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	letter-spacing: 0.05rem;
	font-weight: 400;
	padding-top: 0px;
}

#content p {
	margin-bottom: calc(20px + 1%);
	margin-top: 0;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
}

p,
td,
li,
label {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
}

.photo-fit img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.photo {
	line-height: 0;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
}

.imgCenter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.imgCenter img {
	max-height: 100%;
}

.menuzord-menu>li>a {
	color: #fff !important;
}

.menuzord-menu>li.current>a,
.menuzord-menu>li:hover>a {
	color: #0e509a !important;
}

.header-scroll .menuzord-menu>li>a {
	color: #444 !important;
}

.header-scroll .menuzord-menu>li.current>a,
.menuzord-menu>li:hover>a {
	color: #0e509a !important;
}

.demo-section {
	padding-left: 5%;
	padding-right: 5%;
}

.btn01 {
	background: #ffffff;
	width: 220px;
	height: 45px;
	border-radius: 23px;
	padding: 0 24px 0 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.btn01:hover>div:nth-of-type(1) {
	transform: translateX(25px);
}

.btn01:hover>div:nth-of-type(2) {
	width: 0px
}

.btn01>div:nth-of-type(1) {
	font-size: 15px;
	color: #224f94;
	line-height: 1;
	transition: all 0.4s ease-out 0s;
}

.btn01>div:nth-of-type(2) {
	width: 35px;
	height: 1px;
	background: #224f94;
	transition: all 0.4s ease-out 0s;
	position: relative;
}

.btn01>div:nth-of-type(2):after {
	content: "";
	position: absolute;
	width: 8px;
	height: 7px;
	background: #224f94;
	transition: all 0.4s ease-out 0s;
	clip-path: polygon(0 0, 100% 50%, 0% 100%);
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}


.btn01-blue {
	background: #0e509a;
}

.btn01-blue>div:nth-of-type(1) {
	color: #fff;
}

.btn01-blue>div:nth-of-type(2) {
	background: #fff;
}

.btn01-blue>div:nth-of-type(2):after {
	background: #fff;
}

.idx-office-btn {
	display: block;
	max-width: 266px;
	margin: 0 auto;
	border: 1px solid #e9f1f8;
	background: #fff;
	text-align: center;
	color: #0064d4 !important;
	line-height: 1.1;
	border-radius: 30px;
	padding: 18px 10px;
}

.idx-office-btn:hover {
	max-width: 230px;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-20 {
	font-size: clamp(18px, 1.5vw, 20px);
}

.font-size-22 {
	font-size: clamp(20px, 1.7vw, 22px);
}

.font-size-24 {
	font-size: clamp(20px, 1.9vw, 24px);
}

.font-size-28 {
	font-size: clamp(22px, 2.2vw, 28px);
}

.font-size-30 {
	font-size: clamp(22px, 2.5vw, 30px);
}

.font-size-40 {
	font-size: clamp(24px, 3.5vw, 40px);
	line-height: 1.3;
}

.font-size-48 {
	font-size: clamp(24px, 3.5vw, 48px);
	line-height: 1.3;
}

.color-green {
	color: #00b0a7;
}

.color-blue {
	color: #0e509a;
}

.font-family-Poppins {
	font-family: "Poppins", sans-serif;
}

.align-center {
	text-align: center;
}

.banner {
	position: relative;
	height: 100vh;
	background: url("../images/idx-banner-bg.jpg") no-repeat top center / cover;
	overflow: hidden;
}

.banner-pc {}

.banner-mobile {
	display: none;
}

.banner-scroll {
	position: absolute;
	z-index: 5;
	right: 22px;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}

.banner-scroll>div {
	writing-mode: vertical-rl;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #fff;
	padding-bottom: 15px;
	line-height: 1;
}

.banner-scroll>span {
	width: 1px;
	height: 50px;
	background: #fff;
	display: inline-block;
	position: relative;
}

.banner-scroll>span:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 25px;
	background: #00b4ab;
	animation-name: line-animate;
	animation-duration: 2.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes line-animate {
	0% {
		top: -25px;
	}

	100% {
		top: calc(100% + 25px);
	}
}

.banner .demo-section {
	position: absolute;
	top: 60%;
	left: 0%;
	transform: translateY(-50%);
	width: 100%;
	padding-left: calc(20px + 10%);
	padding-right: calc(20px + 10%);
}

.banner-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.banner-content>div {
	width: 50%;
}

.banner-en {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-size: clamp(28px, 7vw, 88px);
	line-height: 1;
	color: #fff;
	font-weight: 700;
	padding-bottom: calc(20px + 1.5%);
}

.banner-title {
	text-shadow: 0px 0px 3px rgba(4, 98, 149, .6), 0px 0px 10px rgba(4, 98, 149, .6);
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 1.8;
	padding-bottom: calc(30px + 8%);
}

.banner-title h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
}


.banner-tool {
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}

.swiper-next,
.swiper-prev {
	width: 30px !important;
	height: 30px !important;
	border-radius: 100%;
	background: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
	border: 0px solid #a9aaac;
}

.swiper-next:hover,
.swiper-prev:hover {}

.swiper-next:hover:after,
.swiper-prev:hover:after {
	border-color: #fff;
}

.swiper-next:after,
.swiper-prev:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	border-style: solid;
}

.swiper-prev:after {
	transform: rotate(-45deg);
	margin-left: 2px;
}

.swiper-next:after {
	transform: rotate(135deg);
	margin-right: 2px;
}

.swiper-prev {}

.swiper-next {
	padding-top: 30px;
}

.swiper-pagination {
	position: relative !important;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	color: #fff !important;
}

.idx-about-box {
	background: url("../images/idx-about-bg.jpg") no-repeat top center;
	padding: calc(20px + 7%) 5% calc(20px + 4%) 5%;
}

.idx-about-section-1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: calc(20px + 3%);
}

.idx-about-section-1>div {
	width: 48%;
}

.title01 {
	padding-bottom: calc(20px + 2%);
	color: #0e509a;
}

.title01 span {
	display: block;
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
	line-height: 1;
}



.idx-about-section-2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.idx-about-section-2>div {
	width: 25%;
	padding: 0 3% 25px 3%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}

.idx-about-section-2>div>div {
	text-align: center;
}

.idx-about-2-icon {
	padding-bottom: 20px;
}

.idx-about-2-title {
	padding-bottom: calc(10px + 2%);
}

.idx-pro-box {
	background: url("../images/idx-pro-bg.png") no-repeat top center / 100%;
	padding: calc(20px + 6%) 3% calc(20px + 2%) 3%;
}

.idx-pro-top-section {
	max-width: 1000px;
	margin: 0 auto 20px auto;
}

.idx-app-link {
	display: block;
	position: relative;
}

/*.idx-app-link:after { content: ""; position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; transform: translate(-50%, -50%) scale(1.6); background: url("../images/idx-circle-bg.png") no-repeat; background-size: contain; animation-name:app-circle; animation-duration:25s; animation-iteration-count: infinite; animation-timing-function: linear; opacity: 0;}*/
.idx-app-link-circle {
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 40%;
	width: 125%;
	transform: translate(-50%, -50%);
	animation-name: app-circle;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	display: none;
}

.idx-app-link-top-box {
	width: 100%;
	padding: 15px;
	border-radius: 50%;
	overflow: visible;
	position: relative;
}

.idx-app-link-top {
	position: relative;
	z-index: 3;
	opacity: 1;
}

.idx-app-link-top>img {}

.idx-app-link-top-content {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: all 0.4s ease-out 0s;
}

.idx-app-link-top-content>div:nth-of-type(1) {
	line-height: 0;
	margin-bottom: 14px;
}

.idx-app-link-top-content>div:nth-of-type(1) img {
	max-width: 115px;
}

.idx-app-link-top-content>div:nth-of-type(2) {
	color: #fff;
	font-size: calc(16px + 0.7vw);
	text-align: center;
	line-height: 1.2;
}

.idx-app-link-name {
	color: #444;
	font-size: 23px;
	text-align: center;
	padding-top: calc(0px + 2.5%);
	transition: all 0.4s ease-out 0s;
	padding-bottom: 0px;
	position: relative;
	z-index: 3;
}

@keyframes app-circle {
	0% {
		transform: translate(-50%, -50%) scale(1.6) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) scale(1.6)rotate(360deg);
	}
}

.loop3 {
	position: relative;
	z-index: 3 !important;
}

.loop3 .owl-dots {}

.loop3 .owl-item {
	position: relative;
	transform: scale(0.75) !important;
	z-index: 2;
}

.loop3 .center .idx-app-link-top>img {
	transform: scale(2.3);
	z-index: -1;
}

.loop3 .owl-nav {
	position: absolute;
	top: 42%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32.5%;
	z-index: 11;
}

.loop3 .owl-prev,
.loop3 .owl-next {
	position: absolute;
	z-index: 100;
	top: calc(50% - 20px);
	background: #fff !important;
	width: 50px;
	height: 50px;
	margin: 0 !important;
	border-radius: 100% !important;
	border: 0px solid #ddd !important;
	transform-origin: 50% 50%;
	transition: all 0.4s ease-out 0s;
	box-shadow: 0px 0px 30px 0px rgba(1, 84, 123, 0.2);
}

.loop3 .owl-prev {
	left: -10px;
}

.loop3 .owl-next {
	right: -10px;
}

.loop3 .owl-prev:before,
.loop3 .owl-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900 !important;
	font-size: 70px;
	color: #fff;
	opacity: 1;
	transition: all 0.4s ease-out 0s;
	width: 12px;
	height: 12px;
	background-size: contain;
	display: inline-block;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0e509a;
	position: relative;
	top: -2px;
}

.loop3 .owl-prev:before {
	content: "";
	transform: rotate(-135deg);
	left: 2px;
}

.loop3 .owl-next:before {
	content: "";
	transform: rotate(45deg);
	right: 3px;
}

.loop3 .owl-prev:hover,
.loop3 .owl-next:hover {
	opacity: 0.5;
}

.loop3 .owl-stage-outer {
	z-index: 2;
	padding-top: 70px;
	padding-bottom: 50px;
}

.loop3 .owl-dots {
	position: absolute;
	z-index: 100;
	bottom: -10px;
	width: 100%;
	text-align: center !important;
	padding: 0 0px;
}

.loop3 .owl-dots .owl-dot span,
.loop3 .owl-dots .owl-dot span {
	background: #00b4ab !important;
	width: 9px !important;
	height: 9px !important;
	margin: 5px !important;
}

.loop3 .owl-dots .owl-dot.active span,
.loop3 .owl-dots .owl-dot:hover span {
	background: #165ea7 !important;
}

.loop3 .center {
	position: relative;
	z-index: 3;
}

.loop3 .center .idx-app-link-circle {
	display: block;
}

.loop3 .center .idx-pro-menu {
	display: block;
}

.loop3 .center .idx-app-link-name {
	color: #0e509a;
	font-size: 28px;
	padding-top: calc(60px + 2.5%);
}

.idx-pro-menu {
	position: absolute;
	z-index: 4;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	padding: calc(20px + 1%) calc(20px + 2%);
	right: -70%;
	bottom: -100px;
	display: none;
	max-width: 300px;
}

.idx-pro-menu>a {
	position: relative;
	padding: 0 0 0 22px;
	margin: 15px 0;
	display: block;
	text-align: left;
	font-size: 20px;
	line-height: 1.2;
}

.idx-pro-menu>a:hover {
	color: #0e509a;
}

.idx-pro-menu>a:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #0e509a;
	top: 10px;
	left: 0;
}

.idx-app-box {
	padding: calc(20px + 2%) 5% calc(20px + 4%) 5%;
	position: relative;
}

.idx-app-box:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	top: -360px;
	height: 800px;
	left: 50%;
	transform: translateX(-50%);
	background: url("../images/idx-app-bg.png") no-repeat top center;
}

.idx-app-box:after {
	content: "";
	position: absolute;
	z-index: -2;
	width: 100%;
	bottom: 0;
	background: #f3f9fc;
	height: 550px;
	left: 0%;
}

.loop2 {
	position: relative;
	padding-bottom: calc(20px + 2%);
	padding-top: 20px;
}

.loop2 .owl-dots {}

.loop2 .owl-item {
	position: relative;
	z-index: 2;
	padding: 0 20px;
}

.loop2 .owl-nav {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	z-index: 11;
	transform: translateY(-50%);
}

.loop2 .owl-prev,
.loop2 .owl-next {
	position: absolute;
	z-index: 100;
	top: calc(50% - 20px);
	background: #fff !important;
	width: 50px;
	height: 50px;
	margin: 0 !important;
	border-radius: 100% !important;
	border: 0px solid #ddd !important;
	transform-origin: 50% 50%;
	transition: all 0.4s ease-out 0s;
	box-shadow: 0px 0px 30px 0px rgba(1, 84, 123, 0.2);
}

.loop2 .owl-prev {
	left: -40px;
}

.loop2 .owl-next {
	right: -40px;
}

.loop2 .owl-prev:before,
.loop2 .owl-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900 !important;
	font-size: 70px;
	color: #fff;
	opacity: 1;
	transition: all 0.4s ease-out 0s;
	width: 12px;
	height: 12px;
	background-size: contain;
	display: inline-block;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #0e509a;
	position: relative;
	top: -2px;
}

.loop2 .owl-prev:before {
	content: "";
	transform: rotate(-135deg);
	left: 2px;
}

.loop2 .owl-next:before {
	content: "";
	transform: rotate(45deg);
	right: 3px;
}

.loop2 .owl-prev:hover,
.loop2 .owl-next:hover {
	opacity: 0.5;
}

.loop2 .owl-stage-outer {
	z-index: 2;
}

.loop2 .owl-dots {
	position: absolute;
	z-index: 100;
	bottom: -20px;
	width: 100%;
	text-align: center !important;
	padding: 0 0px;
}

.loop2 .owl-dots .owl-dot span,
.loop2 .owl-dots .owl-dot span {
	background: #00b4ab !important;
	width: 9px !important;
	height: 9px !important;
	margin: 5px !important;
}

.loop2 .owl-dots .owl-dot.active span,
.loop2 .owl-dots .owl-dot:hover span {
	background: #165ea7 !important;
}


.idx-app-pto {
	display: block;
	border-radius: 20px;
	padding-bottom: 62%;
	margin-bottom: calc(20px + 1%);
}

.idx-app-pto:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.idx-app-content {
	padding: 0 3% calc(20px + 1%) 3%;
}

.idx-app-case-title {
	background: #0bb2b0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 6px 3%;
	color: #fff;
}

.idx-app-case-title img {
	width: 12px !important;
}

.idx-app-case-list {
	padding: calc(15px + 1%) 3% 10px 3%;
}

.idx-app-case-list>div {
	position: relative;
	margin-bottom: 12px;
	padding-left: 20px;
	line-height: 1.3;
}

.idx-app-case-list>div:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #0bb2b0;
	left: 4px;
	top: 10px;
}


.idx-news-box {
	padding: calc(20px + 5%) 5%;
	background: url("../images/idx-news-bg.png") no-repeat left bottom;
}

.idx-news-section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.idx-news-section>div:nth-of-type(1) {
	width: 45%;
}

.idx-news-section>div:nth-of-type(2) {
	width: 51%;
}

.idx-news-top-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 12px;
}

.idx-news-top-box .title01 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.idx-news-top-box .title01 span {
	display: inline-block;
	padding-bottom: 0;
	padding-right: 10px;
}

.idx-news-top-box .title01 div {
	display: inline-block;
}

.idx-news-content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 3;
}

.idx-news-content>div:nth-of-type(1) {
	width: 110px;
	padding: 10px 0;
	border-right: 1px solid #e7e7e7;
}

.idx-news-content>div:nth-of-type(2) {
	width: 128px;
	text-align: center;
}

.idx-news-content>div:nth-of-type(3) {
	width: calc(100% - 110px - 128px - 80px);
}

.idx-news-content>div:nth-of-type(4) {
	width: 80px;
	text-align: center;
	height: 20px;
}

.news-date {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	font-family: "Poppins", sans-serif;
}

.news-date>span {
	font-weight: 500;
	line-height: 1.1;
}

.news-date>div {
	font-size: 12px;
}

.news-tag {
	border: 1px solid #3793cd;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 13px;
	color: #3793cd;
	font-size: 14px;
	display: inline-block;
}

.news-title {
	line-height: 1;
	color: #444444;
	display: block;
}

.news-title:hover {
	text-decoration: underline;
	color: #0e509a;
}

.news-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #f3f6f9;
	transition: all 0.4s ease-out 0s;
	position: relative;
}

.news-btn:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #0e509a;
	transform: rotate(45deg) translateX(-50%);
	left: 35%;
	top: 9px;
}

.product-nav__link.active .news-btn {
	background: #0e509a;
}

.product-nav__link.active .news-btn:before {
	border-color: #fff;
}

.news-pto {
	border-radius: 20px;
	width: 100%;
}

.idx-office-box {
	padding: calc(20px + 5%) 5%;
	background: url("../images/idx-office-bg.jpg") no-repeat top center / cover;
}

.idx-office-section {
	max-width: 630px;
	margin: 0 auto;
}

.idx-office-content {
	border-radius: 20px;
	box-shadow: 0px 0px 90px 0px rgba(2, 24, 32, 0.8);
	border: 1px solid rgba(255, 255, 255, .25);
	background: rgba(7, 38, 59, .5);
	padding: calc(20px + 2.5%) 10%;
	color: #fff;
	margin-bottom: calc(20px + 5%);
}

.idx-office-title-en {
	font-weight: 700;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.idx-office-title-ch {
	padding-bottom: 15px;
}

.idx-bottom-link {
	background: #002a44;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.idx-bottom-link>a {
	width: 50%;
	position: relative;
	height: 344px;
	overflow: hidden;
}

.idx-bottom-link>a>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 2s ease-out 0s, opacity 0.5s ease-out 0s;
}

.idx-bottom-link>a:hover>img {
	transform: scale(1.03);
	opacity: 0.4;
}

.idx-bottom-link-content-box {
	position: absolute;
	z-index: 3;
	top: 50px;
	left: 0;
	padding: 0 10%;
}

.idx-bottom-link-content {
	max-width: 342px;
	margin: 0 auto 0 0;
	color: #fff;
}

.idx-bottom-link-title {
	line-height: 1.2;
	padding-bottom: 25px;
	color: #fff;
}

.idx-bottom-link-title span {
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}

.idx-investor-data {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	line-height: 1.1;
	padding: 10px 20px;
	color: #fff;
}

.idx-investor-data>span {
	display: inline-block;
	font-size: 15px;
	padding-right: 15px;
}

.idx-investor-data>div {
	font-weight: 700;
}

@media only screen and (max-width: 1920x) {

	.idx-app-box {
		background: url("../images/idx-app-bg.png") no-repeat top center;
		background-size: auto;
	}
}

@media only screen and (max-width: 1365px) {
	.menuzord-responsive .menuzord-menu>li>a {
		color: #444 !important;
	}

	.menuzord-responsive .menuzord-menu>li:hover>a,
	.menuzord-responsive .menuzord-menu>li.current>a {
		color: #285aa8 !important;
	}

	.loop3 .owl-nav {
		width: 52%;
	}

	.loop3 .owl-stage-outer {
		padding-top: 90px;
	}
}

@media only screen and (max-width: 1279px) {
	.banner {
		height: auto;
	}

	.banner-pc {
		display: none
	}

	.banner-mobile {
		display: block;
		margin: 0 auto;
	}


	.banner .demo-section {
		position: relative;
		top: auto;
		left: auto;
		transform: translateY(0%);
		padding-top: calc(50px + 5%);
		padding-bottom: calc(20px + 5%);
	}

	.banner-content>div {
		width: 100%;
	}

	.banner-content>div:nth-of-type(1) {
		order: 2;
	}

	.banner-content>div:nth-of-type(2) {
		order: 1;
	}

	.banner-title {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 980px) {
	.banner-scroll {
		display: none;
	}

	.banner-title,
	.banner-title h1 {
		font-size: 15px;
	}

	.banner-tool {
		transform: translateY(-50%) scale(0.7)
	}

	.idx-about-section-1>div {
		width: 100%;
	}

	.idx-about-section-1>div:nth-of-type(1) {
		padding-bottom: 30px;
	}

	.title01 {
		padding-bottom: 20px;
	}

	.idx-about-section-2>div {
		width: 50%;
	}

	.loop3 .owl-nav {
		width: 78%;
	}

	.idx-news-section>div:nth-of-type(1) {
		width: 100%;
		order: 2;
		display: none;
	}

	.idx-news-section>div:nth-of-type(2) {
		width: 100%;
		order: 1;
	}
}

@media only screen and (max-width: 768px) {
	.loop3 .owl-stage-outer {
		padding-bottom: 0;
		padding-top: 0;
	}

	.loop3 .center .idx-app-link-top>img {
		transform: scale(1.5);
	}

	.loop3 .owl-nav {
		width: 100%;
	}

	.loop3 .owl-dots {
		bottom: 10px;
	}

	.idx-app-link-circle {
		width: 70%;
		display: block;
	}

	.idx-pro-menu {
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 20px;
		max-width: 100%;
		display: none;
	}

	/*.idx-pro-menu, .loop3 .center .idx-pro-menu { display: none;}*/

	.loop2 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.loop2 .owl-prev,
	.loop2 .owl-next {
		transform: scale(0.7);
	}

	.loop2 .owl-prev {
		left: -10px;
	}

	.loop2 .owl-next {
		right: -10px;
	}

	.idx-bottom-link>a {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 570px) {
	.idx-news-content {
		padding: 10px 20px;
	}

	.idx-news-content>div:nth-of-type(1) {
		width: 100%;
		border-width: 0;
	}

	.idx-news-content>div:nth-of-type(2) {
		width: 100%;
		text-align: left;
		padding-bottom: 10px;
	}

	.idx-news-content>div:nth-of-type(3) {
		width: calc(100% - 80px);
	}

	.idx-news-content>div:nth-of-type(4) {
		width: 80px;
	}

	.product-nav__link.active::before {
		display: none;
	}

	.news-date {
		align-items: flex-start;
		flex-direction: row;
	}

	.news-date>span {
		display: inline-block;
		margin-right: 10px;
		;
	}
}

@media only screen and (max-width: 414px) {
	.idx-about-section-2>div {
		width: 100%;
	}

	.idx-about-2-title {
		padding-bottom: 5px;
	}

}

@media only screen and (max-width: 320px) {
	.loop3 .owl-dots {
		bottom: 0px;
	}

}