@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body {
/*  font-size: 62.5%;*/
  line-height: 1.285;
  font-family: 'SUIT Variable', sans-serif; 
	letter-spacing: -1.2px;
  color: #666;
}

.je_container {
  width: 90%;
  max-width: 1760px;
  margin: 0 auto;
}

.je_section {
  padding: 150px 0;
}

@media (max-width: 1080px) { 
	.je_section {padding: 100px 0;}
}
@media (max-width: 768px) { 
	.je_section {padding: 70px 0;}
}


/*
@keyframes upDown {
  0% {
    top: 35%;
  }
  50% {
    top: 25%;
  }
  100% {
    top: 35%;
  }
}

@keyframes upDown2 {
  0% {
    top: 45%;
  }
  50% {
    top: 35%;
  }
  100% {
    top: 45%;
  }
}
*/
@keyframes upDown {
  0% {
    transform:translateY(10px);
  }
  50% {
    transform:translateY(0px);
  }
  100% {
    transform:translateY(10px);
  }
}

@keyframes upDown2 {
  0% {
    transform:translateY(20px);
  }
  50% {
    transform:translateY(10px);
  }
  100% {
    transform:translateY(20px);
  }
}

@keyframes txtLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.je_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  transition: .6s;
	height:100px; 
}

.je_header .je_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
	height: 100%;
}

.je_header .je_container h1 a {
	display:block; 
}

.je_header .je_container .je_hdrRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.je_header .je_container .je_hdrRight .je_topNav .je_navWrap {
  display: flex;
}

.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList {
  padding: 40px 40px;
  position: relative;
}
.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList:after{content:''; width:100%; height:100%; }

.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList > a{font-size:1.125rem;}
.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList .je_navSub {
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  padding: 30px 10px;
  text-align: center;
	background-color: #01329f;
	width: 100%;
	transition:.6s; 
}
.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList .je_navSub li{margin-bottom:12px; font-weight: 500; font-size: 1rem; }
.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList .je_navSub li:last-child{margin-bottom:0; }

/*.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList .je_navSub .je_navSubList {*/
/*  margin-top: 20px;*/
/*}*/

/*
.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList.on {
  background-color: #111;
  color: #fff;
	transition:.3s; 
}*/

.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList:hover {
  background-color: #01329f;
  color: #fff;
}

.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList.on .je_navSub {
	display:block;
	transition:top .8s; 
}

.je_header .je_container .je_hdrRight .je_icon {
  display: flex;
	margin-left:30px; 
}

.je_header .je_container .je_hdrRight .je_icon .je_iconList {
  position: relative;
}
.je_header .je_container .je_hdrRight .je_navBar{width: 30px; height: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center;}



.je_header .je_container .je_hdrRight .je_icon .je_iconList .je_langIcon .je_langIconBtn {
  background: url(../img/header/img_lang.png) center/cover;
  width: 18px;
  height: 18px;
}

.je_header .je_container .je_hdrRight .je_icon .je_iconList .je_langIcon .je_langList {
  display: none;
  position: absolute;
  bottom: -55%;
  left: -5%;
  text-align: center;
  padding: 40px 10px 16px 10px;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #ddd;
  z-index: -1;
}

.je_header .je_container .je_hdrRight .je_icon .je_iconList .je_langIcon .je_langList .je_langJp {
  margin-top: 10px;
}

.je_header .je_container .je_hdrRight .je_icon .je_iconList.on .je_langIcon .je_langIconBtn {
  background: url(../img/header/img_lang_on.png) center/cover;
}

.je_header .je_container .je_hdrRight .je_icon .je_iconList.on .je_langIcon .je_langList {
  color: #000;
}

.je_header .je_container .je_hdrRight .je_icon .je_iconList .je_navBar .je_stick {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
}

.je_header .je_container .je_hdrRight .je_icon .je_iconList .je_navBar .je_stick:not(:first-of-type) {
  margin-top: 5px;
}

.je_header.on {
  background-color: #fff;
	border-bottom: 1px solid #eee;
}

.je_header.on .je_container .je_hdrRight {
  color: #000;
}

.je_header.on .je_container .je_icon .je_iconList .je_langIcon .je_langIconBtn {
  background: url(../img/header/img_lang_on.png) center/cover;
}

.je_header.on .je_container .je_icon .je_iconList .je_navBar .je_stick {
  background-color: #000;
}

.je_header .je_slideMenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  width: 0;
  height: 100vh;
  background-color: #111;
  color: #fff;
  overflow: hidden;
  transition: .5s;
}

.je_header .je_slideMenu .je_logoBox {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}

.je_header .je_slideMenu .je_logoBox .je_logo {
  background: url(/img/dfix_logo-ww.png) center/cover;
  width: 85px;
  height: 42px;
  margin: 0 auto;
}

.je_header .je_slideMenu .je_logoBox .je_slideInfo {
  margin-top: 20px;
}

.je_header .je_slideMenu .je_logoBox .je_slideInfo .je_slideInfoList {
  font-size: 1.125rem;
  text-align: left;
  color: #666;
  font-weight: 900;
}

.je_header .je_slideMenu .je_logoBox .je_slideInfo .je_slideInfoList span {
  font-weight: 700;
  margin-right: 20px;
  color: #fff;
}

.je_header .je_slideMenu .je_logoBox .je_slideInfo .je_slideInfoList.je_sil02 {
  margin-top: 10px;
}

.je_header .je_slideMenu .je_logoBox .je_slideInfo .je_slideInfoList.je_sil02 span {
  margin: 0 20px;
}

.je_header .je_slideMenu .je_slideNav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  color: #666;
}

.je_header .je_slideMenu .je_slideNav .je_navList {
  font-size: 2rem;
}

.je_header .je_slideMenu .je_slideNav .je_navList:not(:first-of-type) {
  margin-top: 60px;
}

.je_header .je_slideMenu .je_slideNav .je_navList.menu_on a{color:#fff; }

.je_header .je_slideMenu .je_slideNav .je_navList a {
  display: inline;
  font-weight: 700;

}

.je_header .je_slideMenu .je_slideNav .je_navList a:hover {
  color: #fff;
	transition:color .3s; 
}

.je_header .je_slideMenu .je_slideNav .je_navSub {
  display: none;
	margin-top:10px; 
}

.je_header .je_slideMenu .je_slideNav .je_navSub li{font-size:1.2rem; opacity:.5; }
.je_header .je_slideMenu .je_slideNav .je_navSub li:not(:last-of-type){margin-bottom:6px; }
.je_header .je_slideMenu .je_slideNav .je_navSub li:hover{opacity:1; transition:opacity .3s;  }

.je_header .je_slideMenu .je_slideCloseBtn {
  position: absolute;
  top: 50px;
  right: 80px;
}

.je_header .je_slideMenu .je_slideCloseBtn button {
  color: #fff;
  font-size: 24px;
}

.je_header .je_slideMenu.on {
  width: 100vw;
}

.je_main {
  position: relative;
  padding-bottom: 60px;
}

.je_main .je_bannerView {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.je_main .je_bannerView .je_bannerGroup {
  width: 200%;
  height: 100%;
  display: flex;
	overflow: hidden;
}

.je_main .je_bannerView .je_bannerGroup .je_bannerItem {
  position: relative;
  width: calc(100% / 2);
  height: 100%;
}

.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_videoSec {width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; background: url(../img/index/mnBanner/mnBanner01.jpg) center/cover;	transform:scale(1.05);overflow:hidden; }

.je_main .je_bannerView .je_bannerGroup .je_bannerItem.swiper-slide-active .je_videoSec{transform:scale(1); transition:transform 5s linear; }
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_video02{background: url(../img/index/mnBanner/mnBanner02.jpg) center/cover;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container {display: flex; align-items: center; height: 100%;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts {color: #fff;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText {font-size: 4.5rem; font-weight: 100; line-height: 1;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText span {display: inline-block; overflow: hidden;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText span strong {display: inline-block; position: relative; animation: txtLeft 1.0s 0.8s; animation-fill-mode: both;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerSubText {font-size: 2rem; margin-top: 40px;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerSubText span{display: inline-block;	margin: 0 -3px;}
.je_main .je_bannerView .swiper-pagination-banner {position: absolute; margin: auto; right: -90%; top: 0; bottom: 0; height: 40px; width: 60px; z-index: 9;}
.je_main .je_bannerView .swiper-pagination-banner span {width: 20px; height: 20px; background-color: #fff; display: inline-block; font-size: 20px;}
.je_main .je_bannerView .je_goDown {width: 70px; height: 70px; background-color: #fff; margin-top: -50px; z-index: 4; position: relative;	transform: rotate(180deg);}
.je_main .je_bannerView .je_goDown .je_goDownBtn {width: 100%; height: 100%; position: relative;display:flex; flex-direction:column;align-items:center; justify-content:center; }
.je_main .je_bannerView .je_goDown .je_goDownBtn img{animation: upDown 1.3s infinite linear; width:30px; margin-top:-16px; filter:invert(1); }
.je_main .je_bannerView .je_goDown .je_goDownBtn img:nth-of-type(2){/*top: 30px;*/ opacity: .5;  animation: upDown2 1.3s infinite linear; }
.je_main .je_bannerView .je_goDown .je_goDownBtn i {font-size: 2.5rem; color: #333; position: absolute; top: 40px; left: 0; right: 0; animation: upDown2 1.3s infinite;}
.je_main .je_bannerView .je_goDown .je_goDownBtn i:nth-of-type(2) {top: 30px; opacity: .5; animation: upDown 1.3s infinite;}

.je_main .je_portfolio {position: relative; overflow: hidden;}
.je_main .je_portfolio .je_container {display: flex;}
.je_main .je_portfolio .je_secHdr {width: 50%;  height: 620px;  position: relative;}
.je_main .je_portfolio .je_secHdr h3 {font-size: 4rem; font-weight: 100;}
.je_main .je_portfolio .je_secHdr h6 {font-size: 1.3rem; line-height: 1.5; margin-top: 40px;color: #333;}
.je_main .je_portfolio .je_secHdr .je_btns {position: absolute; left: 0; bottom: 0;}
.je_main .je_portfolio .je_secHdr .je_btns button {width: 88px; height: 88px; outline: 1px solid #aaa;}
.je_main .je_portfolio .je_secHdr .je_btns button i {font-size: 4rem;}
.je_main .je_portfolio .je_secHdr .je_btns button.je_nextBtn {margin-left: 20px;}
.je_main .je_portfolio .je_swipe {position: absolute;  left: 50%;  display: flex;}
.je_main .je_portfolio .je_swipe .je_swipeTextView {width: 420px; overflow: hidden; background-color: #fff; position: absolute; left: -350px; bottom: -75px; z-index: 2;}
.je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup {display: flex; width: calc(100% * 7);}
.je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem {width: calc(100% / 7); padding: 30px 40px; color: #fff;min-height: 300px;}
.je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem h4 {font-size: 2.5rem; font-weight: 700;}
.je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem ul {margin-top: 40px;}
.je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem ul li {display: flex; justify-content: space-between; text-overflow: ellipsis; white-space: nowrap; margin-top: 20px;}
.je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem ul li h5 {font-size: 1.6rem; font-weight: 700; width: calc(20% - 10px); opacity: .8;}
.je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem ul li p {font-size: 1.6rem; width: calc(80% - 10px);  text-overflow: ellipsis; white-space: nowrap;  opacity: .5;}
.je_main .je_portfolio .je_swipe .je_swipeImageView {overflow: hidden; cursor: pointer;}
.je_main .je_portfolio .je_swipe .je_swipeImageView .je_swipeImageGroup {width: 1720px;}
.je_main .je_portfolio .je_swipe .je_portPagi{top: auto;left: 7%;	bottom: -15%;	width: 380px;	height: 1px;}
.je_main .je_portfolio .je_swipe .je_portNum{position: absolute; bottom: -15%; left: 8%; z-index: 9;font-size: 4rem;line-height: 1;	color: #f0f0f0;	font-weight: 100;}
.je_main .je_portfolio .je_swipe .je_portNum .je_number .je_cn01{color: #ddd;}
.je_main .je_portfolio .je_swipe .je_portNum .je_txt{font-size: 2rem;	color: #666;position: absolute;	left: -20%;	bottom: 0;background-color: #fff;}
.je_main .je_portfolio .je_swipe .je_portNum .je_number{display:flex;}
.je_main .je_portfolio .je_swipe .je_portNum .je_cn02{margin-top: -20px;}
.je_main .je_portfolio .je_swipe .je_portPagi span{height: 3px;	margin-top: -1px;	background-color: #b50b14;}

.je_main .je_subBanner .je_container .je_texts {text-align: center;}
.je_main .je_subBanner .je_container .je_texts h2 {font-size: 3.5rem; font-weight: 500;}
.je_main .je_subBanner .je_container .je_texts p {font-size: 5rem; font-weight: 100; margin-top: 60px; line-height: 1;}
.je_main .je_subBanner .je_container .je_bgi {width: 100%;  height: 450px; background: url(../img/subBanner/bgi.jpg) center/cover; margin-top: -130px; transition: 1s;}

.je_main .je_information .je_secHdr h3 {font-size: 4rem; font-weight: 100;}
.je_main .je_information .je_secHdr h6 {font-size: 1.3rem; margin-top: 40px;}
.je_main .je_information .je_infoSwipe .je_infoSwipeBtns {direction: rtl;}
.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button {width: 70px; height: 70px; background-color: #f4f4f4;}
.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button i {font-size: 4rem;}
.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button.je_infoNext {margin-left: 10px;}
.je_main .je_information .je_infoSwipe .je_artView {overflow: hidden; padding: 20px 10px;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem {border: 1px solid #ccc; padding: 45px 30px; transition: all .5s; position: relative;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem h5, .je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem p {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem h5 {font-size: 1.3rem; font-weight: 700;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem p {margin-top: 40px; height: 40px;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem p.time {margin-top: 60px;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem .plus {width: 0; height: 0; background-color: #b50c15; display: flex; justify-content: center; align-items: center; position: absolute; bottom: -10px; right: -10px; transition: all .4s;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem .plus i {color: #fff; font-size: 2rem;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem:hover {background-color: #f4f4f4; border: 0; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem:hover .plus {width: 80px; height: 80px;}

.je_sub .je_container {max-width: 1500px; margin: 0 auto; position: relative; width: 90%;}
.je_sub .je_section {padding: 0;}
.je_sub .je_section .je_ctSubTitle {font-weight: 700; font-size: 1.125rem; color: #01329f;}
.je_sub .je_section .je_ctTitle {font-weight: 700; font-size: 2.5rem; letter-spacing: -0.05em;color:#111;	word-break:keep-all; }
.je_sub .je_section .je_paragraph {color: #666; font-size: 1.25rem; line-height: 2;}
.je_sub .je_section .mt {margin-top: 40px;}
.je_sub .je_subBanner {background: url("../img/sub01_company/mnBanner01.jpg") center/cover; height: 650px; position: relative;}
.je_sub .je_subBanner .je_container {height: 100%; color: #fff;}
.je_sub .je_subBanner .je_container .je_texts {position: absolute; left: 0; bottom: 45px; text-align: left;}
.je_sub .je_subBanner .je_container .je_texts .je_mnTitle {font-size: 8rem; font-weight: 400;}
.je_sub .je_subBanner .je_container .je_texts .je_subTitle {font-size: 1.8rem; margin-top: 20px;}
.je_sub .je_subBanner .je_container .je_subNav {position: absolute; bottom: 50px; right: 0; width: 253px;}
.je_sub .je_subBanner .je_container .je_subNav .je_subNavBtn {position: relative; width: 100%; text-align: left; height: 30px; border-bottom: 2px solid #f9f9f9; font-weight: 700; font-size: 18px; color: #fff;}
.je_sub .je_subBanner .je_container .je_subNav .je_subNavBtn i {position: absolute;  right: 0;}
.je_sub .je_subBanner .je_container .je_subNav .je_navWrap {position: absolute; width: 100%; top: 30px; border-bottom: 1px solid #ddd; display: none;}
.je_sub .je_subBanner .je_container .je_subNav .je_navWrap .je_mnNav {display: none;}
.je_sub .je_subBanner .je_container .je_subNav .je_navWrap .je_navList {position: relative; z-index: 2;}
.je_sub .je_subBanner .je_container .je_subNav .je_navWrap .je_navList .je_navSub .je_navSubList {padding: 16px 20px; background-color: #fff; font-size: 16px; line-height: 14px; font-weight: 700; color: #555; transition: all .3s ease-in-out; border: 1px solid #ddd; border-width: 0 1px;}
.je_sub .je_subBanner .je_container .je_subNav .je_navWrap .je_navList .je_navSub .je_navSubList:hover {background-color: #b50b14; border: 1px solid #b50b14;}
.je_sub .je_subBanner .je_container .je_subNav .je_navWrap .je_navList .je_navSub .je_navSubList:hover a {color: #fff;}
.je_sub01Company .je_companyBanner .je_subNav .je_navWrap .je_navList .je_navSub .je_navSubList:nth-of-type(1) {background-color: #b50b14; border: 1px solid #b50b14; color: #fff;}
.je_sub01Company .je_companyBanner .je_subNav .je_navWrap .je_navList:not(:nth-of-type(1)) {display: none;}
.je_sub01Company .je_thank {padding: 80px 0 170px 0; position: relative; z-index: -1;}
.je_sub01Company .je_thank .je_container .je_dfix {font-size: 1.25rem; color: #222; font-weight: 700;}
.je_sub01Company .je_thank::after {content: ''; position: absolute; right: 0; top: 0; width: 1050px; height: 120%; z-index: -1; background: url(../img/sub01_company/bgImage01.png) center/cover;	display:none;}
.je_sub01Company .je_thank::before {content:''; position: absolute; left: 0; top: 0;width:100%;	height:100%;z-index: -1; background: url(../img/sub01_company/b_bg.jpg) center/cover;	opacity:.3;}

.je_footer {background-color: #f1f1f1;}
.je_footer .je_container {position: relative; display: flex; justify-content: space-between; align-items: center;	padding: 60px 0;}
.je_footer .je_container .je_goTop {width: 100px; height: 100px; background-color: #B50B14; position: absolute; left: 0; top: -35px;}
.je_footer .je_container .je_goTop .je_goTopBtn {width: 100%; height: 100%; position: relative;	display:flex; flex-direction:column; align-items:center; justify-content:center; }
.je_footer .je_container .je_goTop .je_goTopBtn img{animation: upDown 1.3s infinite linear; width:30px; margin-top:-16px; }
.je_footer .je_container .je_goTop .je_goTopBtn img:nth-of-type(2){opacity: .5; animation: upDown2 1.3s infinite linear; }
.je_footer .je_container .je_goTop .je_goTopBtn i {font-size: 3rem; color: #fff; position: absolute; top: 40px; left: 0; right: 0; animation: upDown 1.3s infinite;}
.je_footer .je_container .je_goTop .je_goTopBtn i:nth-of-type(2) {top: 30px; opacity: .5; animation: upDown2 1.3s infinite;}
.je_footer .je_container .je_ftrLeft h1 {width: 85px; height: 42px; background: url(../img/dfix_logo-bb.png);}
.je_footer .je_container .je_ftrLeft h6 {font-size: 2rem; margin-top: 40px;}
.je_footer .je_container .je_ftrRight nav .je_ftrNav {display: flex;}
.je_footer .je_container .je_ftrRight nav .je_ftrNav .je_ftrNavList {font-size: 1.8rem; position: relative; margin-left: 40px;}
.je_footer .je_container .je_ftrRight nav .je_ftrNav .je_ftrNavList .je_familyList {position: absolute; bottom: 150%; right: 0; background-color: #666; padding: 20px; display: none;}
.je_footer .je_container .je_ftrRight nav .je_ftrNav .je_ftrNavList .je_familyList li {width: 100px; color: #fff; opacity: .3; font-size: 1.6rem;}
.je_footer .je_container .je_ftrRight nav .je_ftrNav .je_ftrNavList .je_familyList li:not(:first-of-type) {margin-top: 20px;}
.je_footer .je_container .je_ftrRight .je_ftrInfo {margin-top: 40px;}
.je_footer .je_container .je_ftrRight .je_ftrInfo li {text-align: right; display: flex; justify-content: flex-end;}
.je_footer .je_container .je_ftrRight .je_ftrInfo li.mt20 {margin-top: 20px;}
.je_footer .je_container .je_ftrRight .je_ftrInfo li h5 {font-size: 1.6rem;}
.je_footer .je_container .je_ftrRight .je_ftrInfo li h5 span {font-weight: 700;}
.je_footer .je_container .je_ftrRight .je_ftrInfo li h5 span.mr10 {margin-right: 10px;}
.je_footer .je_container .je_ftrRight .je_ftrInfo li h5.ml10 {margin-left: 10px;}

@media (max-width: 1023px) {
  .je_header .je_slideMenu .je_slideNav .je_navWrap {text-align: left;  }
	.je_header .je_slideMenu .je_slideNav .je_navList:not(:first-of-type) {margin-top: 40px;}
  .je_header .je_slideMenu .je_logoBox {left: 50px; top: auto; bottom: 50px; transform: translateY(0); }
  .je_main .je_bannerView {height: 80vh; }
  .je_main .je_portfolio .je_secHdr {height: auto; }
  .je_main .je_portfolio .je_secHdr h6 {margin-top: 20px;}
  .je_main .je_portfolio .je_secHdr .je_btns {position: static;margin-top: 20px;}
  .je_main .je_portfolio .je_secHdr .je_btns button {width: 50px;height: 50px;}
  .je_main .je_portfolio .je_container {display: block;}
  .je_main .je_portfolio .je_swipe {position: static;left: auto;margin-top: 20px; }
  .je_main .je_portfolio .je_swipe .je_portPagi{bottom: 0;width: 120px; }
  .je_main .je_portfolio .je_swipe .je_portNum{bottom: 0; }
  .je_main .je_portfolio .je_swipe .je_swipeTextView {left: auto; right: 0;	width: 250px;	bottom: 0;}
	.je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem ul{margin-top: 20px;}
  .je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem{padding: 20px 20px;}
  .je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem h4{font-size: 3rem;}
  .je_main .je_portfolio .je_swipe .je_swipeImageView .je_swipeImageGroup .je_swipeImageItem {width: calc(100% / 4);}
  .je_main .je_portfolio .je_swipe .je_swipeImageView .je_swipeImageGroup .je_swipeImageItem img {width: 100%;}
  .je_main .je_portfolio .je_swipe .je_swipeImageView .je_swipeImageGroup .je_swipeImageItem ul {margin-top: 20px;}
  .je_main .je_portfolio .je_swipe .je_swipeImageView .je_swipeImageGroup .je_swipeImageItem h4 {font-size: 3rem;}
  .je_main .je_subBanner .je_container .je_texts p {margin-top: 20px;}
  .je_main .je_subBanner .je_container .je_bgi {margin-top: -90px;height: 350px; }
  .je_main .je_information .je_secHdr h6 {margin-top: 20px;}
  .je_main .je_information .je_infoSwipe .je_artView {margin-top: 20px;}
  .je_sub .je_subBanner {height: 500px;}
  .je_sub .je_subBanner .je_container .je_texts {left: 0;bottom: 25%;text-align: center;width: 100%;transform: translateY(-50%); }
  .je_sub01Company .je_thank::after {right: -370px; }
}


@media (max-width: 767px) {
  .je_header .je_container .je_hdrRight .je_topNav .je_navWrap {display: none;}
	.je_header .je_slideMenu .je_slideCloseBtn{top: 20px; right: 30px;}
	.je_header .je_slideMenu .je_slideNav .je_navList {font-size: 1.8rem;	}
	.je_header .je_slideMenu .je_slideNav .je_navSub li{font-size: 1.125rem;}
  .je_main .je_portfolio .je_swipe .je_swipeTextView {width: 300px;}
  .je_main .je_subBanner .je_container .je_bgi {height: 320px;margin-top: -90px;}
  .je_footer .je_container {flex-wrap: wrap; flex-direction: column-reverse;}
  .je_footer .je_container .je_ftrLeft, .je_footer .je_container .je_ftrRight {width: 100%; }
  .je_footer .je_container .je_ftrLeft {margin-top: 40px;}
  .je_footer .je_container .je_ftrRight nav .je_ftrNav {justify-content: center;}
  .je_footer .je_container .je_ftrRight .je_ftrInfo li {justify-content: center;}
  .je_footer .je_container .je_ftrRight .je_ftrInfo li {justify-content: center;}
  .je_footer .je_container .je_ftrLeft h1 {margin: 0 auto; }
  .je_footer .je_container .je_ftrLeft h6 {text-align: center;}
  .je_footer .je_container .je_goTop {top: -25%;}
  .je_sub .je_subBanner .je_container .je_subNav {width: 220px; }
  .je_sub01Company .je_thank::after {right: -420px; }
}

@media (max-width: 479px) {
  .je_header .je_slideMenu .je_slideCloseBtn {right: 40px; }
  .je_main {padding-bottom: 0; }
  .je_section {padding: 40px 0;}
  .je_main .je_bannerView .je_goDown {width: 50px;height: 50px;margin-top: -25px;}
	.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText{font-size: 6.5rem;}
	.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerSubText{margin-top: 20px;}
	.je_footer .je_container .je_goTop {width: 50px;height: 50px;}
	.je_main .je_portfolio .je_swipe .je_swipeTextView {width: 260px;}
	.je_main .je_portfolio .je_swipe .je_portPagi{display: none;}
	.je_main .je_portfolio .je_swipe .je_portNum{left: 10%;	font-size: 7rem;}
  .je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem {padding: 20px 20px; }

  .je_main .je_subBanner .je_container .je_bgi {height: 260px;margin-top: -80px;}

  .je_sub .je_section .je_paragraph {line-height: 1.4;}
  .je_sub .je_section .je_paragraph br {display: none; }
  .je_sub .je_section .mt {margin-top: 20px; }
  .je_sub01Company .je_thank .je_logo {margin-top: 40px;}
  .je_sub01Company .je_thank {padding: 40px 0 80px 0; }
}

.je_main {padding-bottom:0; }

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText{font-family: 'Manrope', sans-serif; font-weight:800; letter-spacing:-1px;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText span{overflow:unset; }
.je_main .je_portfolio .je_secHdr h3{font-family: 'Manrope', sans-serif; font-weight:800; letter-spacing:-1px; color:#111; }
.je_main .je_portfolio .je_swipe .je_swipeTextView{width:460px;}
.je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem{background-color:#01329f; }
.je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem h4{word-break:keep-all; }
.je_main .je_portfolio .je_swipe .je_swipeTextView .je_swipeTextGroup .je_swipeTextItem p{font-size:1.125rem; margin-top:30px; line-height:1.5; word-break:keep-all; }
.je_main .je_portfolio .je_swipe .je_portNum .je_txt{display:none;}
.je_main .je_portfolio .je_secHdr .je_btns button{width: 60px; height: 60px; outline: 1px solid #e7e7e7;}
.je_main .je_portfolio .je_secHdr .je_btns button.je_nextBtn{margin-left:10px;}
.je_main .je_portfolio .je_secHdr .je_btns button i{font-size: 2rem;}
.je_main .je_portfolio .je_swipe .je_portPagi{display: none;}

@media (max-width: 1023px){ 
	 .je_main .je_portfolio .je_swipe .je_portNum{bottom: 365px; right: 5%; left:unset; }
}

.je_main .je_subBanner{background:#f7f9fb; }
.je_main .je_subBanner .je_container .je_texts h2{color:#333; font-size: 1.3rem; line-height: 1.4; word-break:keep-all; margin-top:40px; }
.je_main .je_subBanner .je_container .je_bgi{height:auto; background:none; margin-top: 60px;}
.je_main .je_subBanner .je_container .je_bgi ul{transition: 1s; display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap;}
.je_main .je_subBanner .je_container .je_bgi ul{width:100%; transition: 1s;}
.je_main .je_subBanner .je_container .je_bgi ul li{width:23%; }
.je_main .je_subBanner .je_container .je_bgi ul li p{overflow:hidden; }
.je_main .je_subBanner .je_container .je_bgi ul li p:hover img{transform:scale(1.05); transition: transform 1s linear;}
.je_main .je_subBanner .je_container .je_bgi ul li p img{display:block; width:100%; transition: transform .3s;}
.je_main .je_subBanner .je_container .je_bgi ul li span{font-size:1.125rem; font-weight:800; color:#ff4f4f; display:block; margin:10px 0 5px 0; letter-spacing:1px;}
.je_main .je_subBanner .je_container .je_bgi ul li h5{font-size:1.375rem; font-weight:700; color:#333; word-break:keep-all; }

.je_main .je_information .je_secHdr h3{font-family: 'Manrope', sans-serif; letter-spacing:-1px; font-weight:800; color:#333; }

@media (max-width: 1023px){ 
	 .je_main .je_subBanner{margin-top:80px;}
}
@media (max-width: 830px){ 
	 .je_main .je_subBanner .je_container .je_bgi ul li{width:48%; margin-bottom:30px;}
}
@media (max-width: 460px){ 
	 	.je_main .je_subBanner .je_container .je_bgi ul li{width:100%; }
}

.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem{background-color:#111; border:none; border-radius:10px;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem h5{color:#fff; }
.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button{width:60px; height:60px; background-color:#fff; outline: 1px solid #e7e7e7;}
.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button i{font-size:2rem; }
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem:hover {background-color: #f7f9fb; border: 0; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem:hover .plus {width: 60px; height: 60px;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem:hover h5{color:#333; }
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem p{color:rgba(255,255,255,.4);}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem:hover p{color:#333; }
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem .plus{background-color: #01329f; overflow:hidden;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem .plus i{color:#ccc; }
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem .plus span{display:block; width:30px; height:2px; background-color:#fff; position:relative; }
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem .plus span:after{content:''; width:2px; height:30px; background-color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); }

.je_footer .je_container .je_goTop{width:70px; height:70px; background-color: #01329f; top: -35px;}
.je_footer .je_container .je_goTop .je_goTopBtn i{font-size: 2.5rem; color: #333;}
.je_footer{background-color:#fff; border-top: 1px solid #e5e5e5;}
.je_footer .je_container .je_ftrLeft h1{opacity:.3;}
.je_footer .je_container .je_ftrLeft h6{font-size: 0.938rem; font-family: 'Manrope', sans-serif;}
.je_footer .je_container .je_ftrRight nav .je_ftrNav{justify-content: end;}
.je_footer .je_container .je_ftrRight nav .je_ftrNav .je_ftrNavList{font-size: 0.938rem;}
.je_footer .je_container .je_ftrRight nav .je_ftrNav .je_ftrNavList:last-child{font-family: 'Manrope', sans-serif;}
.je_footer .je_container .je_ftrRight .je_ftrInfo li h5{font-size: 0.938rem;}
.je_footer .je_container .je_ftrRight .je_ftrInfo li h5 span{letter-spacing:1px; font-family: 'Manrope', sans-serif;}
.je_footer .je_container .je_ftrRight nav .je_ftrNav .je_ftrNavList .je_familyList{border-radius:10px;}
.je_footer .je_container .je_ftrRight nav .je_ftrNav .je_ftrNavList .je_familyList li{color:#e7e7e7; opacity:1;}
.je_footer .je_container .je_ftrRight nav .je_ftrNav .je_ftrNavList .je_familyList li:hover{color:#fff; text-decoration:underline;}

@media screen and (max-width:767px){ 
	 .je_footer .je_container .je_ftrRight nav .je_ftrNav{justify-content: center;}
	 .je_footer .je_container .je_ftrRight nav .je_ftrNav .je_ftrNavList{margin:0 10px;}
}

.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container{justify-content: center;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText{text-align: center;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerSubText{text-align: center;}


/*--- 2025.06 ---*/
/* 개인정보처리방침, 이용약관 팝업 */
.add_pop_wrap{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.7);z-index: 9999;display: none;}
.add_pop_inner{position: absolute;top: 50%;left: 50%;width: 94%;max-width: 800px;height: 600px;border-radius: 15px;overflow: hidden;transform: translate(-50%,-50%) scale(.9);transition: transform .3s ease;}
.add_pop_wrap.active .add_pop_inner{transform: translate(-50%,-50%) scale(1);}
.add_pop_tit{background: #01329f;color: #FFF;display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 0 25px;}
.add_pop_close{width: 20px;height: 60px;position: relative;}
.add_pop_close span{position: absolute;top: 29px;left: 0;width: 20px;height: 2px;background: #FFF;z-index: 1;transition: transform .3s ease;}
.add_pop_close span:nth-child(1){transform: rotate(45deg);}
.add_pop_close span:nth-child(2){transform: rotate(-45deg);}
.add_pop_close:hover span{transform: rotate(0);}
.add_pop_con{background: #FFF;padding: 22px 25px;overflow-y: scroll;height: calc( 100% - 60px );}
.add_pop_con h5{font-size: 1rem;font-weight: bold;margin-bottom: 10px;}
.add_pop_con p{font-size: 14px;line-height: 160%;margin-bottom: 25px;}

@media screen and (max-width: 768px){ 
	.add_pop_con p{font-size: 12px;}
}

.je_header .je_container h1 img{width:200px;}
.je_header .je_container h1 .logo_w {display:block;}
.je_header .je_container h1 .logo_b {display:none;}
.je_header .je_slideMenu .je_slideCloseBtn button{width:32px; height:32px; display:flex; align-items:center; justify-content:center; }
.je_header .je_slideMenu .je_slideCloseBtn button span{width:100%; height:2px; background-color:#fff; display:block; position:relative; transform:rotate(45deg); }
.je_header .je_slideMenu .je_slideCloseBtn button span:after{content:''; width:2px; height:32px;; background-color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); }
.je_header.on .je_container h1 .logo_w {display:none;}
.je_header.on .je_container h1 .logo_b {display:block;}
.je_header .je_container .je_hdrRight .je_icon .je_iconList .je_navBar .je_stick{width: 30px;}

.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText span strong{text-transform: uppercase;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerSubText{font-size:1.5rem; font-weight:500; line-height:1.5; letter-spacing:0px; }
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerSubText span{word-break:keep-all; }

@media screen and (max-width: 1280px){ 
	.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText{font-size: 50px;}
	.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerSubText{font-size: 18px;}
}
@media screen and (max-width: 768px){ 
	.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText{font-size: 40px; line-height:1.3}
}
@media screen and (max-width: 460px){ 
	.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText{font-size: 30px;}
	.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerSubText {font-size: 16px;}
}

.je_main .je_portfolio .je_secHdr .je_btns button img{width:20px; filter:invert(1); opacity:.6; }
.je_main .je_portfolio .je_secHdr .je_btns .je_prevBtn img{transform:rotate(180deg); }
.je_main .je_subBanner .je_container .je_texts h3{font-family: 'SUIT Variable', sans-serif;  letter-spacing: -1px; font-weight: 800; color: #333; font-size: 4rem;}
.je_main .je_portfolio .je_secHdr h3{font-family: 'SUIT Variable', sans-serif; }
.je_main .je_subBanner .je_container .je_texts h3 {font-family: 'SUIT Variable', sans-serif; }
.je_main .je_information .je_secHdr h3{font-family: 'SUIT Variable', sans-serif; }
.je_main .je_subBanner .je_container .je_bgi ul li span{color:#01329f; }

.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button img{width:20px; filter:invert(1); opacity:.6; }
.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button.je_infoPrev img{transform:rotate(180deg); }

.b_partner_sec .je_texts {text-align:center; }
.b_partner_sec .je_texts h3{letter-spacing: -1px; font-weight: 800; color: #333; font-size: 4rem;}
.b_partner_sec .je_texts h2{color: #333; font-size: 1.3rem; line-height: 1.4; word-break: keep-all;margin-top: 40px;}
.b_partner_sec .b_cont_box{margin-top:60px; }
.b_partner_sec .b_track{display:flex; column-gap:70px; align-items:center; white-space: nowrap; will-change: transform; animation: move_logo 20s linear infinite;}

@keyframes move_logo{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}

.je_main .b_sec01 .je_swipe{width: 50%; overflow: hidden; padding-bottom: 50px;}
.b_sec01 .b_slide_box {width: 100%; max-width: 500px;}
.b_sec01 .b_slide_box .swiper-slide{aspect-ratio:9/11; position:relative; display: flex; flex-direction: column; justify-content: flex-end; color:#fff; padding:50px 40px; border-radius:30px; overflow:hidden;     box-shadow: 0 10px 30px rgba(0, 0, 0, .1); } 
.b_sec01 .b_slide_box .swiper-slide figure{width:100%; height:100%; position:absolute; left:0; top:0; }
.b_sec01 .b_slide_box .slide_01 figure{background:url(/img/index/portfolio/portfolio01.jpg) no-repeat center / cover;}
.b_sec01 .b_slide_box .slide_02 figure{background:url(/img/index/portfolio/portfolio02.jpg) no-repeat center / cover;}
.b_sec01 .b_slide_box .slide_03 figure{background:url(/img/index/portfolio/portfolio03.jpg) no-repeat center / cover;}
.b_sec01 .b_slide_box .slide_04 figure{background:url(/img/index/portfolio/portfolio04.jpg) no-repeat center / cover;}
.b_sec01 .b_slide_box .swiper-slide:after{content:''; width:100%; height:100%; background-color:#f7f9fb; position:absolute; left:0; top:0; z-index:1; }
.b_sec01 .b_slide_box .swiper-slide .b_txt_box{position:relative; z-index:5; color:#777; }
.b_sec01 .b_slide_box .swiper-slide h4{font-size:2rem; font-weight:bold; word-break:keep-all; margin-bottom:40px; line-height:1.5; }
.b_sec01 .b_slide_box .swiper-slide p{font-size:1.125rem; font-weight:400; word-break:keep-all; line-height:1.8; }
.b_sec01 .b_slide_box .swiper-slide-active .b_txt_box{color:#fff; }
.b_sec01 .b_slide_box .swiper-slide-active:after{background-color:rgba(0,0,0,.4); transition:background-color .5s; }

.je_main .je_portfolio .je_secHdr .je_btns{display: flex; align-items: center;}
.je_main .b_sec01 .je_portNum{position: relative; z-index: 9;font-size: 4rem;	line-height: 1;	color: #f0f0f0;	font-weight: 100; margin-left:30px; }
.je_main .b_sec01 .je_portNum .je_number .je_cn01{color: #ddd;}
.je_main .b_sec01 .je_portNum .je_txt{font-size: 2rem;color: #666; position: absolute;	left: -20%;	bottom: 0;background-color: #fff;}
.je_main .b_sec01 .je_portNum .je_number{display:flex;}
.je_main .b_sec01 .je_portNum .je_cn02{	margin-top: -20px;}
.je_main .b_sec01 .je_portPagi span{height: 3px;margin-top: -1px;background-color: #b50b14;}

.je_main .je_subBanner .je_container .je_bgi ul li{border-radius: 20px; overflow: hidden;}
.je_main .je_subBanner .je_container .je_bgi ul li span{margin:0 0 15px; }
.je_main .je_subBanner .je_container .je_bgi ul li .b_txt_box{background-color:#fff; padding:30px; }
.je_main .je_information {background: #f7f9fb;}
.je_main .je_information .je_secHdr{padding-left: 10px;}
.je_main .je_information .je_infoSwipe .je_infoSwipeBtns{padding-right: 10px;}
.je_main .je_information .je_secHdr h6{color: #333;}

.je_sub .je_section .je_paragraph{word-break:keep-all; }

.je_footer .je_container .je_ftrLeft h1{background:unset; width:fit-content; height:unset; }
.je_footer .je_container .je_ftrLeft h1 img{width:200px; filter: brightness(0);}


@media (max-width: 1280px) {
	.je_header{height:80px; }
}
@media (max-width: 1080px) {
  .je_header .je_container .je_hdrRight .je_topNav .je_navWrap {display: none; }

	.je_main .je_portfolio .je_secHdr h3 {font-size: 50px;}
	.je_main .je_portfolio .je_secHdr h6{font-size: 18px;}
	.je_main .je_portfolio .je_secHdr .je_btns button {width: 50px; height: 50px;}
	.je_main .b_sec01 .je_portNum{font-size: 50px;}

	.je_main .je_subBanner .je_container .je_texts h3{font-size: 50px;}
	.je_main .je_subBanner .je_container .je_texts h2{font-size: 18px;}
	.je_main .je_subBanner .je_container .je_bgi ul{max-width: 600px; margin: 0 auto; row-gap: 20px;}
	.je_main .je_subBanner .je_container .je_bgi ul li {width: 48%; margin-bottom: 0 !important;}
	.je_main .je_subBanner .je_container .je_bgi ul li .b_txt_box{padding: 20px;}
	.je_main .je_subBanner .je_container .je_bgi ul li span{font-size: 16px; margin: 0 0 10px;}
	.je_main .je_subBanner .je_container .je_bgi ul li h5{font-size: 18px;}

	.b_partner_sec .je_texts h3{font-size: 50px;}
	.b_partner_sec .je_texts h2{font-size: 18px;}

	.je_main .je_information .je_secHdr h3{font-size: 50px;}
	.je_main .je_information .je_secHdr h6{font-size: 18px;}
	.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button{width: 50px; height: 50px;}

	.je_footer .je_container {flex-wrap: wrap;flex-direction: column-reverse;}
	.je_footer .je_container .je_ftrLeft, .je_footer .je_container .je_ftrRight {width: 100%;}
	.je_footer .je_container .je_ftrRight .je_ftrInfo li{flex-direction: column; align-items: center;}
	.je_footer .je_container .je_ftrRight .je_ftrInfo li h5{text-align: center; line-height: 1.5;}
	.je_footer .je_container .je_ftrRight .je_ftrInfo li h5.ml10{margin-left:0; }
	.je_footer .je_container .je_ftrRight nav .je_ftrNav {justify-content: center;}
	.je_footer .je_container .je_ftrLeft h1 {margin: 0 auto;}
	.je_footer .je_container .je_ftrLeft h6 {text-align: center;}
	.je_footer .je_container .je_ftrRight .je_ftrInfo {margin-top: 20px;}
	.je_footer .je_container .je_ftrLeft {margin-top: 20px;}
	.je_footer .je_container .je_ftrLeft h6{margin-top: 20px;}
}
@media (max-width: 1023px) {
	.je_main .je_portfolio .je_secHdr{width: 100%; text-align: center;}
	.je_main .b_sec01 .je_swipe {width: 100%; margin-top: 40px; }
	.b_sec01 .b_slide_box{margin: 0 auto;}
	.je_main .je_portfolio .je_secHdr .je_btns{justify-content: center;}
	.je_main .je_information .je_infoSwipe .je_artView {margin-top: 0px;}
}
@media (max-width: 767px) {
	.je_header{height:60px; }

	.je_main .je_bannerView .je_goDown {width: 40px; height: 40px; margin-top: -40px;}
	.je_main .je_bannerView .je_goDown .je_goDownBtn img{width: 20px; margin-top: -14px;}

	.je_footer .je_container .je_goTop{width: 40px; height: 40px; top: -20px;}
	.je_footer .je_container .je_goTop .je_goTopBtn img{width: 20px; margin-top: -14px;}

	.je_main .je_portfolio{padding-bottom: 0;}
	.je_main .je_portfolio .je_secHdr h3 {font-size: 40px;}
	.je_main .je_portfolio .je_secHdr h6{font-size: 16px; word-break:keep-all; }
	.je_main .je_portfolio .je_secHdr h6 br{display:none;}
	.je_main .je_portfolio .je_secHdr .je_btns button {width: 40px; height: 40px;}
	.je_main .je_portfolio .je_secHdr .je_btns button img {width: 15px;}
	.je_main .b_sec01 .je_portNum{font-size: 40px; margin-left: 20px;}
	.b_sec01 .b_slide_box .swiper-slide{padding: 40px 30px; border-radius: 20px;}
	.b_sec01 .b_slide_box .swiper-slide h4 {font-size: 25px; line-height: 1.4; margin-bottom: 30px; }
	.b_sec01 .b_slide_box .swiper-slide p {font-size: 16px; line-height: 1.6;}
	.b_sec01 .b_slide_box .swiper-slide p br{display:none;}

	.je_main .je_subBanner .je_container .je_texts h3{font-size: 40px;}
	.je_main .je_subBanner .je_container .je_texts h2{font-size: 16px; margin-top: 20px;}
	.je_main .je_subBanner .je_container .je_texts h2 br{display:none;}
	.je_main .je_subBanner .je_container .je_bgi{margin-top: 40px;}
	.je_main .je_subBanner .je_container .je_bgi ul li span{font-size: 14px; margin: 0 0 8px;}
	.je_main .je_subBanner .je_container .je_bgi ul li h5{font-size: 16px; }
	.je_main .je_subBanner .je_container .je_bgi ul li p{aspect-ratio: 10 / 8;}
	.je_main .je_subBanner .je_container .je_bgi ul li p img{height: 100%; object-fit: cover;}

	.b_partner_sec .b_track{column-gap: 50px; animation: move_logo 10s linear infinite;}
	.b_partner_sec .b_track img{display:block; height:40px; }
	.b_partner_sec .b_cont_box {margin-top: 30px;}
	.b_partner_sec .je_texts h3{font-size: 40px;}
	.b_partner_sec .je_texts h2{margin-top: 20px; font-size: 16px;}
	.b_partner_sec .je_texts h2 br{display:none;}

	.je_main .je_information .je_secHdr h3{font-size: 40px;}
	.je_main .je_information .je_secHdr h6{font-size: 16px; word-break:keep-all; }
	.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button{width: 40px; height: 40px;}
	.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button.je_infoNext {margin-left: 7px;}
	.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button img{width: 15px;}
	.je_main .je_information .je_infoSwipe {margin-top: 20px;}
	.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem:hover .plus {width: 40px; height: 40px;}
	.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem .plus span{width: 20px;}
	.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem .plus span:after{height: 20px;}

	.je_sub01Company .je_thank {padding: 50px 0 70px 0;}
	.je_sub .je_section .je_ctSubTitle{font-size: 16px;}
	.je_sub .je_section .je_ctTitle{font-size: 28px; line-height:1.5; }
	.je_sub .je_section .je_paragraph{font-size: 16px; line-height: 1.9;}
}
@media (max-width: 460px) { 
	.je_main .je_subBanner .je_container .je_bgi ul li {width: 100%; }
}


/* 반응형 따른 줄바꿈 */
.br_1080o{display:none;}
@media (max-width: 1080px) { 
	 .br_1080o{display:block;}
}
.br_768o{display:none;}
@media (max-width: 768px) { 
	 .br_768o{display:block;}
}