/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Lato', 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;}

.content-Box { max-width:1400px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: 16px; line-height:1.5; color: #666; letter-spacing: 0; font-weight: 400; padding-top: 106px;}

.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%;}


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

.font-size-18 { font-size: clamp(16px, 1.3vw, 18px);}
.font-size-20 { font-size: clamp(18px, 1.5vw, 20px);}
.font-size-21 { font-size: clamp(18px, 1.6vw, 21px);}
.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-36 { font-size: clamp(22px, 3.3vw, 36px); line-height: 1.3;}
.font-size-40 { font-size: clamp(26px, 3.3vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(26px, 3.3vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(26px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(26px, 3.5vw, 48px); line-height: 1.3;}
.font-size-60 { font-size: clamp(32px, 4vw, 60px); line-height: 1.2;}

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

.color-white { color: #fff !important;}
.color-red { color: #b61900 !important;}
.color-gray { color: #333 !important;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}
.align-right { text-align: right !important;}

.weight-100 { font-weight: 100;}
.weight-300 { font-weight: 300;}
.weight-400 { font-weight: 400;}
.weight-500 { font-weight: 500;}
.weight-700 { font-weight: 700;}
.weight-800 { font-weight: 800;}

.p-layout { margin: 0; padding:0 0 calc(10px + 1%) 0; font-weight: 400; line-height: 1.5; font-size: 16px;}

.hr-type-1 { padding: 0 !important; margin: 20px 0 !important;}

.banner { position: relative;  z-index: 3;}
.banner-pc { }
.banner-mobile { display: none !important;}


.banner-pto { position: relative;}
.banner-pto img { /*object-fit: cover; width: 100%; height: 100%;*/}

.swiper-slide {text-align: center;font-size: 18px;display: flex;justify-content: center;align-items: center;}
.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper {width: 100%;height: 300px;margin-left: auto;margin-right: auto;}
.swiper-slide {background-size: cover;background-position: center; padding: 0 0px; position: relative;}
.mySwiper2 {height: 80%;width: 100%; margin-bottom: 25px;}
.swiper-slide .description, .swiper-slide .title , .swiper-slide .banner-btn {display: block;opacity: 0; transform: translateY(-50px);position: relative; text-align: center;}
.swiper-slide .title {font-weight: 800; font-size: clamp(23px, 3.5vw, 60px);/*-webkit-text-stroke: 2px #fff;*/ line-height: 1.2; padding-bottom: calc(5px + 1%); color: #f0f0f0;transition: all 0.5s ease 0.5s; text-shadow: 0px 0px 20px #000; letter-spacing: 0.05rem;}
.swiper-slide .title:after {/*content: "";*/ position:absolute; width: 310px; height: 8px; background: #222; left: 0; bottom: 0;}
.swiper-slide .title > span {display: block; font-size: clamp(16px, 1.1vw, 20px); padding-bottom: 15px; line-height: 1.2; font-weight: 500;}
.swiper-slide .description {font-weight:300; font-size: clamp(17px, 2vw, 30px); color: #f0f0f0 !important;transition: all 0.8s ease 0.8s; line-height: 1.2;text-shadow: 0px 0px 20px #000;  letter-spacing: 0.05rem;}
.swiper-slide .banner-btn { display: block; background: transparent; max-width: 260px; width: 100%; line-height: 60px; border-radius: 30px; margin: 0 auto; font-weight:700; font-size: 16px; color: #fff !important;transition: transform 1.2s ease 1.2s, opacity 1.2s ease 1.2s, background 0.4s ease-out 0s; padding: 0 15px; border: 2px solid #fff;}
.swiper-slide .banner-btn:hover { background: #fff; color: #4e4e4e !important;}
.swiper-slide-active .description, .swiper-slide-active .title, .swiper-slide-active .banner-btn {opacity: 1;}
.swiper-slide-active .title, .swiper-slide-active .description { transform:translateY(0px);}
.swiper-slide-active .banner-btn { transform:translateY(0px);}

.swiper-next, .swiper-prev { width: 50px !important; height: 50px !important; border-radius: 100%; background: rgba(0,0,0,.6); position: absolute; z-index: 2; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; top:50%; transform: translateY(-50%);transition: all 0.4s ease-out 0s;}
.swiper-next:hover, .swiper-prev:hover { transform: translateY(-50%) scale(0.85);}
.swiper-next:after, .swiper-prev:after { content: ""; display: block; width: 30px; height: 9px ; transform: translateY(-1px);}
.swiper-prev:after { background: url("../images/tool-prev.png") no-repeat top center / contain;}
.swiper-next:after { background: url("../images/tool-next.png") no-repeat top center / contain;}
.swiper-prev { left: 20px;}
.swiper-next { right: 20px;}

.swiper-pagination { text-align: right !important; padding: 0 3%; bottom: calc(10px + 3%) !important;}
.swiper-pagination-bullet { width: 14px !important; height: 14px !important;  background: rgba(255,255,255,.3) !important; margin-left: 6px !important; margin-right: 6px !important; opacity: 1 !important;}
.swiper-pagination-bullet-active { background: #d81c29 !important; }

.idx-about-section { background: #f7f7f7; padding: calc(20px + 5%) 5% calc(20px + 3%) 5% ;position: relative; margin-bottom: calc(20px + 4%);}
.idx-about-section .content-Box { z-index: 2; display: flex; flex-direction: row; flex-wrap: wrap;}
.idx-about-section .content-Box > div { width: 50%;}
.idx-about-section .content-Box > div:nth-of-type(1) { padding-right: 25px;}
.idx-about-section .content-Box > div:nth-of-type(2) { text-align: center;}

.circle-animate { position: absolute; left: 35px; top:-30px; width: 30%;animation: rotate 10s linear infinite;}
@keyframes rotate {to{transform: rotate(360deg);}}
.idx-about-dot-bg { position: absolute; top:10%; right: 5%;}
.idx-about-dot-bg-2 { position: absolute; bottom:-50px; left: 5%;}

.title-type-1 { position: relative; font-weight: 900; color: #333; font-size: clamp(24px, 3.3vw, 42px); line-height: 1.2; padding: 0 0 15px 0; margin: 0 0 calc(15px + 2%) 0; letter-spacing: 0;font-family: 'Lato', sans-serif;}
.title-type-1:after { position: absolute; content: ""; width: 40px; height: 3px; background: #b61900; bottom: 0; left: 0;}
.title-type-1-center { text-align: center;}
.title-type-1-center:after { left: 50%; transform: translateX(-50%);}

.title-type-2 { padding-bottom: 14px;}

.btn-type-1 { display: block; width: 150px; line-height: 50px; background: #b61900; color: #fff !important; text-align: center; font-size: 16px; border-radius: 5px; margin: calc(10px + 1%) 0; position: relative; overflow: hidden;}
.btn-type-1 > span { position: relative; z-index: 2;}
.btn-type-1:after { background: #222222; bottom: 0; width: 0%; height: 100%; right: -10px; content: ""; display: block; position: absolute;transition: all 0.25s ease-out 0s; transform: skewX(-20deg);}
.btn-type-1:hover { width: 140px;}
.btn-type-1:hover:after { width: 120%; left: -10px;}

.idx-pro-box { position: relative; padding: calc(20px + 4%) 5% calc(100px + 5%) 5%;}
.idx-pro-box-bg { position: absolute; width: 100%; height: 100%; z-index: -1; left: 0; top: 0;}
.idx-pro-box-bg img { object-fit: cover; width: 100%; height: 100%;}
.idx-pro-box-content { max-width: 700px; padding: 0 5%; color: #fff;}

.idx-pro-list { position: relative; margin-top: -100px;}

.loop2 { padding:0 0 calc(50px + 3%) 0; margin-bottom: calc(20px + 2%); }
.loop2 .owl-dots { display: none !important;}
.loop2 .owl-item {position: relative;  }
.loop2 .owl-nav { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%);width: 145px; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100;  width: 60px !important; height: 40px !important; border-radius: 0% !important; background: none !important; border: 1px solid #111111 !important; transition: all 0.2s ease-out 0s; display: flex !important; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;}
.loop2 .owl-prev:hover, .loop2 .owl-next:hover { transform: scale(0.95);}
.loop2 .owl-prev { left:0px; }
.loop2 .owl-next { right:0px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { content: ""; position: relative; width: 30px; height: 9px;  transition: all 0.4s ease-out 0s; display: block; margin-top: -3px; filter: invert(1);}
.loop2 .owl-prev:before { background: url("../images/tool-prev.png") no-repeat top center / contain;}
.loop2 .owl-next:before { background: url("../images/tool-next.png") no-repeat top center / contain;}
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { }
.loop2 .owl-stage-outer {z-index: 2;}
.loop2 .owl-dots { position: absolute; z-index: 100; bottom:24px; left:0; width: 100%; text-align: left !important; padding: 0 0px; }
.loop2 .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.loop2 .owl-dots .owl-dot.active {  }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #c0c7cb !important; width: 10px !important; height: 10px !important; margin: 0 auto!important;transition: all 0.4s ease-out 0s !important;}
.loop2 .owl-dots .owl-dot.active span/*, .loop2  .owl-dots .owl-dot:hover span*/ { background: #114375 !important; }

.idx-pro-pto-link:hover .idx-pro-pto-box { transform: scale(0.95);}
.idx-pro-pto-link:hover .idx-pro-btn { text-decoration: none;}
.idx-pro-pto-box { border-radius: 20px;box-shadow: 0px -25px 20px 0px rgba(0,0,0,0.1); background: #fff; padding: 20px; margin-bottom: calc(10px + 2%);transition: all 0.4s ease-out 0s;}
.idx-pro-pto { padding-bottom: 82%;}
.idx-pro-pto img { transition: all 0.4s ease-out 0s;}
.idx-pro-type { text-align: center; color: #b61900;font-size: clamp(18px, 1.5vw, 20px); line-height: 1.3; padding-bottom: 8px; font-weight: 900;}
.idx-pro-name { text-align: center; color: #333;font-size: clamp(20px, 1.9vw, 24px); line-height: 1.3; padding-bottom: 12px;}
.idx-pro-btn { text-align: center; color: #b61900; line-height: 1; text-decoration: underline;}

.idx-app-section { position: relative; padding: calc(20px + 5%) 5% calc(20px + 7%) 5%; overflow: hidden;}
.circle-animate-2 { position: absolute; right: 10%; top:13%; width: 26%;animation: rotate 10s linear infinite; z-index: -1;}
.idx-app-dot-bg { position: absolute; top:0%; left: 0%; z-index: -2;}
.idx-app-dot-bg-2 { position: absolute; bottom:13%; right: 0%; z-index: -2;}

.idx-app-top-section { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 2%)}
.idx-app-top-section > div:nth-of-type(1) { width: 310px;}
.idx-app-top-section > div:nth-of-type(2) { width: calc(100% - 310px);}

.idx-app-list { overflow: hidden; margin-right: -40px; display: flex; flex-direction: row; flex-wrap: wrap;}
.idx-app-list > a { margin: 0 40px 40px 0; width: calc(25% - 40px); position: relative;}
.idx-app-list > a:hover .idx-app-list-pto img { filter: brightness(60%) grayscale(1); transform: scale(1.1);}
.idx-app-list-pto { padding-bottom: 146%;}
.idx-app-list-pto img { transition: all 0.4s ease-out 0s; filter: brightness(60%);}
.idx-app-list-data { position: absolute; z-index: 4; top:50%; transform: translateY(-50%); left: 0; width: 100%; padding: 0 5%;display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center;}
.idx-app-list-data > div:nth-of-type(1) { width: 60px; height: 60px; border-radius: 100%; background: #b61900; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center;}
.idx-app-list-data > div:nth-of-type(1) img { width: 39px; }
.idx-app-list-data > div:nth-of-type(2) { font-weight: 900; color: #fff;font-size: clamp(18px, 1.5vw, 20px); text-align: center; line-height: 1.3;}

.idx-news-section { position: relative; padding: 0 5% calc(20px + 2%) 5%; margin-bottom: calc(20px + 4%);}
.idx-news-section:after { position: absolute; content: ""; width: 100%; height: 62%; bottom: 0; left: 0; background: #f7f7f7; z-index: -1;}

.idx-news-section .btn-type-1 { margin-left: auto; margin-right:auto;}

.loop-news { padding:0 0 calc(10px + 1%) 0; }
.loop-news .owl-dots { display: none !important;}
.loop-news .owl-item {position: relative;  }
.loop-news .owl-nav { position: absolute; top: 35.5%; left: 0;width: 100%; z-index: 11;}
.loop-news .owl-prev, .loop-news .owl-next { width: 50px !important; height: 50px !important; border-radius: 100% !important; background: rgba(0,0,0,.6) !important; position: absolute; z-index: 2; display: flex !important; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; transition: all 0.4s ease-out 0s;}
.loop-news .owl-prev:hover, .loop-news .owl-next:hover { transform: scale(0.95);}
.loop-news .owl-prev { left:-25px; }
.loop-news .owl-next { right:-25px;}
.loop-news .owl-prev:before, .loop-news .owl-next:before { content: ""; position: relative; width: 30px; height: 9px;  transition: all 0.4s ease-out 0s; display: block; margin-top: -3px; filter: invert(0);}
.loop-news .owl-prev:before { background: url("../images/tool-prev.png") no-repeat top center / contain;}
.loop-news .owl-next:before { background: url("../images/tool-next.png") no-repeat top center / contain;}
.loop-news .owl-prev:hover:before, .loop-news .owl-next:hover:before { }
.loop-news .owl-stage-outer {z-index: 2;}
.loop-news .owl-dots { position: absolute; z-index: 100; bottom:24px; left:0; width: 100%; text-align: left !important; padding: 0 0px; }
.loop-news .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.loop-news .owl-dots .owl-dot.active {  }
.loop-news .owl-dots .owl-dot span, .loop-news  .owl-dots .owl-dot span { background: #c0c7cb !important; width: 10px !important; height: 10px !important; margin: 0 auto!important;transition: all 0.4s ease-out 0s !important;}
.loop-news .owl-dots .owl-dot.active span/*, .loop-news  .owl-dots .owl-dot:hover span*/ { background: #114375 !important; }

.idx-news-link { display: block;}
.idx-news-link:hover .idx-news-pto img { transform: scale(1.1);}
.idx-news-pto { padding-bottom: 56%; margin-bottom: 18px;}
.idx-news-pto img { transition: all 0.4s ease-out 0s;}
.idx-news-date { line-height: 1; color: #666666;font-size: clamp(16px, 1.3vw, 18px); margin-bottom:8px;}
.idx-news-title { line-height: 1.3; color: #333;font-size: clamp(18px, 1.5vw, 20px); font-weight: 900; }

@media only screen and (max-width: 1279px) {
    #content { padding-top: 60px; }

	.idx-app-top-section > div:nth-of-type(1) { width: 100%;}
	.idx-app-top-section > div:nth-of-type(2) { width: calc(100% - 0px);}
	.circle-animate-2 { width: 45%;}
}


@media only screen and (max-width: 980px) {
	.banner-pc { display: none !important;}
	.banner-mobile { display: block !important;}
	
	.swiper-slide .banner-btn { max-width: 140px; line-height: 44px; border-radius: 22px; font-size: 14px; }
	
	.idx-about-section .content-Box > div { width: 100%;}
	.idx-about-section .content-Box > div:nth-of-type(1) { padding-right: 0px; padding-bottom: 25px;}
	
	.circle-animate { width: 60%; left: -70px;}
	.idx-about-dot-bg, .idx-about-dot-bg-2 { width: 30%;}
	.idx-about-dot-bg-2 { bottom: -15px;}
	
	.btn-type-1 { width: 130px; line-height: 40px; font-size: 15px;}
	.btn-type-1:hover { width: 120px;}
	
	.idx-pro-box-content { max-width: 100%; padding: 0 ;}
	
	.idx-app-list { margin-right: -20px;}
	.idx-app-list > a { width: calc(25% - 20px); margin-right: 20px; margin-bottom: 20px;}
}
@media only screen and (max-width: 768px) {
	.swiper-pagination { }
	.swiper-pagination-bullet { width: 10px !important; height: 10px !important;  margin-left: 4px !important; margin-right: 4px !important;}
	.swiper-pagination-bullet-active { border-radius: 5px !important; }
	
	.swiper-next, .swiper-prev { transform: translateY(-50%) scale(0.6);}
	.swiper-next:hover, .swiper-prev:hover { transform: translateY(-50%) scale(0.5);}
	.swiper-prev { left: 0px;}
	.swiper-next { right: 0px;}
	
	.loop2 .owl-nav { transform: translateX(-50%) scale(0.7);}
	
	.idx-app-list > a { width: calc(50% - 20px); }
	
	.loop-news .owl-nav { top: 25%;}
	.loop-news .owl-prev, .loop-news .owl-next { transform: translateY(-50%) scale(0.6);}
}
@media only screen and (max-width: 640px) {
	
}
@media only screen and (max-width: 570px) {
	
	
}

@media only screen and (max-width: 414px) {
	.idx-app-list > a { width: calc(100% - 20px); }
	
}

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