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


html, body {
	line-height: 150%;
	font-family: 'Pretendard', sans-serif;
	letter-spacing: -0.04em;
	color: #222;
}
p{word-break: keep-all;}

.je_container {
  width: 92%;
  max-width: 1480px;
  margin: 0 auto;
}

.je_section {
  padding: 150px 0;
}
@media (max-width: 1280px) { 
	.je_section {padding: 130px 0;}
}
@media (max-width: 1080px) { 
	.je_section {padding: 100px 0;}
}
@media (max-width: 720px) { 
	.je_section {padding: 70px 0;}
}


@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;
  }
}
/*--all class--*/
* {letter-spacing: -0.04em;}

:root {
/*--font size--*/
	--font-size-13: 0.75rem;
	--font-size-13: 0.813rem;
	--font-size-14: 0.875rem;
	--font-size-15: 0.9375rem; 
	--font-size-16: 1rem; 
	--font-size-17: 1.0625rem; 
	--font-size-18: 1.125rem;
	--font-size-19: 1.188rem;
	--font-size-20: 1.25rem; 
	--font-size-21: 1.313rem;
	--font-size-22: 1.375rem; 
	--font-size-23: 1.438rem; 
	--font-size-24: 1.5rem; 
	--font-size-25: 1.563rem; 
	--font-size-26: 1.625rem;
	--font-size-27: 1.688rem; 
	--font-size-28: 1.75rem; 
	--font-size-30: 1.875rem; 
	--font-size-31: 1.938rem; 
	--font-size-32: 2rem; 
	--font-size-34: 2.125rem; 
	--font-size-35: 2.188rem; 
	--font-size-36: 2.25rem; 
	--font-size-37: 2.313rem; 
	--font-size-38: 2.375rem; 	
	--font-size-40: 2.5rem; 	
	--font-size-42: 2.625rem; 
	--font-size-43: 2.688rem; 
	--font-size-44: 2.75rem; 
	--font-size-45: 2.813rem; 
	--font-size-46: 2.875rem; 
	--font-size-48: 3rem; 
	--font-size-50: 3.125rem;
	--font-size-52: 3.25rem;
	--font-size-55: 3.438rem;
	--font-size-56: 3.5rem;
	--font-size-58: 3.625rem;
	--font-size-60: 3.75rem;
	--font-size-65: 4.063rem;
	--font-size-70: 4.375rem;
	--font-size-72: 4.5rem;
	--font-size-74: 4.625rem;
	--font-size-75: 4.688rem;
	--font-size-80: 5rem;
	--font-size-85: 5.313rem;
	--font-size-86: 5.375rem;
	--font-size-90: 5.625rem;
	--font-size-100: 6.25rem;
	--font-size-110: 6.875rem;
	--font-size-120: 7.5rem;

/*--font weight--*/
	--font-t: 100;
	--font-l: 300;
	--font-r: 400;
	--font-m: 500;
	--font-sb: 600;
	--font-b: 700;
	--font-eb: 800;
	--font-bl: 900;

/*color*/
	--main-clr: #03318c;
	--point-clr: #00153e;
	--white-clr: #fff;
	--black-clr: #222;
	
/*color*/	
	--line-180:180%;
}

.fs_12{font-size: var(--font-size-12);letter-spacing: -0.03em;}
.fs_14{font-size: var(--font-size-14);letter-spacing: -0.03em;}
.fs_15{font-size: var(--font-size-15);letter-spacing: -0.03em;}
.fs_16{font-size: var(--font-size-16);letter-spacing: -0.03em;} 
.fs_17{font-size: var(--font-size-17);letter-spacing: -0.03em;} 
.fs_18{font-size: var(--font-size-18);letter-spacing: -0.03em;}
.fs_20{font-size: var(--font-size-20);} 
.fs_21{font-size: var(--font-size-21);} 
.fs_22{font-size: var(--font-size-22);} 
.fs_23{font-size: var(--font-size-23);} 
.fs_24{font-size: var(--font-size-24);}
.fs_25{font-size: var(--font-size-25);} 
.fs_26{font-size: var(--font-size-26);} 
.fs_28{font-size: var(--font-size-28);} 
.fs_29{font-size: var(--font-size-29);} 
.fs_30{font-size: var(--font-size-30);} 
.fs_32{font-size: var(--font-size-32);} 
.fs_33{font-size: var(--font-size-33);} 
.fs_34{font-size: var(--font-size-34);} 
.fs_35{font-size: var(--font-size-35);} 
.fs_36{font-size: var(--font-size-36);} 
.fs_38{font-size: var(--font-size-38);} 
.fs_40{font-size: var(--font-size-40);} 
.fs_42{font-size: var(--font-size-42);} 
.fs_44{font-size: var(--font-size-44);}
.fs_45{font-size: var(--font-size-45);}
.fs_46{font-size: var(--font-size-46);}
.fs_48{font-size: var(--font-size-48);}
.fs_50{font-size: var(--font-size-50);}
.fs_52{font-size: var(--font-size-52);}
.fs_54{font-size: var(--font-size-54);}
.fs_55{font-size: var(--font-size-55);}
.fs_56{font-size: var(--font-size-56);}
.fs_60{font-size: var(--font-size-60);}
.fs_65{font-size: var(--font-size-65);} 
.fs_67{font-size: var(--font-size-67);} 
.fs_70{font-size: var(--font-size-70);} 
.fs_72{font-size: var(--font-size-72);} 
.fs_74{font-size: var(--font-size-74);} 
.fs_75{font-size: var(--font-size-75);} 
.fs_80{font-size: var(--font-size-80);} 
.fs_86{font-size: var(--font-size-86);} 
.fs_90{font-size: var(--font-size-90);} 
.fs_94{font-size: var(--font-size-94);} 
.fs_100{font-size: var(--font-size-100);}
.fs_110{font-size: var(--font-size-110);}
.fs_120{font-size: var(--font-size-120);}

.fw_t{font-weight: var(--font-t);}
.fw_l{font-weight: var(--font-l);}
.fw_r{font-weight: var(--font-r);}
.fw_m{font-weight: var(--font-m);}
.fw_sb{font-weight: var(--font-sb);}
.fw_b{font-weight: var(--font-b);}
.fw_eb{font-weight: var(--font-eb);}
.fw_bl{font-weight: var(--font-bl);}

.fc_main {color: var(--main-clr);}
.fc_point {color: var(--point-clr);}
.fc_wt {color: var(--white-clr);}
.fc_bl {color: var(--black-clr);}
.line_180 {line-height:var(--line-180);}


/*공통*/
.je_main .je_secHdr h3 {font-size: var(--font-size-50);font-weight: var(--font-b);margin-bottom: 44px;}
.je_main .je_secHdr h6 {font-size: var(--font-size-20);font-weight: var(--font-m);line-height: 1.8;margin-bottom: 66px;color: #555;}
.ch_box_sub_tit {z-index:1;font-size: var(--font-size-20);font-weight: var(--font-b);margin-bottom: 28px;color:rgba(255,255,255,.6);}
.ch_box_tit {z-index:1;font-size: var(--font-size-32);font-weight: var(--font-b);margin-bottom: 22px;color:#fff;line-height:1.375em;}
.ch_box_art {z-index:1;font-size: var(--font-size-20);font-weight: var(--font-r);color:#fff;line-height:1.8;}

@media screen and (max-width:1480px){
}
@media screen and (max-width:1280px){
	.je_main .je_secHdr h3 {font-size: var(--font-size-44);margin-bottom: 34px;}
	.je_main .je_secHdr h6 {font-size: var(--font-size-20);margin-bottom: 56px;}
}
@media screen and (max-width:1080px){
	.je_main .je_secHdr h3 {font-size: var(--font-size-40);margin-bottom: 26px;}
	.je_main .je_secHdr h6 {font-size: var(--font-size-18);margin-bottom: 46px;}
}
@media screen and (max-width:720px){
	.je_main .je_secHdr h3 {font-size: var(--font-size-30);margin-bottom: 22px;}
	.je_main .je_secHdr h6 {font-size: var(--font-size-16);margin-bottom: 36px;}
}
@media screen and (max-width:480px){
	.je_main .je_secHdr{text-align:center;}
	.je_main .je_secHdr h3 {font-size: 26px;margin-bottom: 20px;}
	.je_main .je_secHdr h6 {font-size: 15px;margin-bottom: 30px;}
}
 
 
/*--관리자전용 : 문의예약 리스트 안내 퀵메뉴--*/
.b_adm_list{position:fixed; right:20px; bottom:160px; z-index:15; }
.b_adm_list li{margin-bottom:7px; }
.b_adm_list li:last-child{margin-bottom:0px; }
.b_adm_list li a{display:flex; align-items: center; justify-content: center; color:#fff; width:100px; height:40px; border-radius:6px;font-size: 16px;text-align:center; background-color:#111; border:1px solid #666; }

@media screen and (max-width: 920px) {
	.b_adm_list {right: 33px;z-index: 55;}
}
@media screen and (max-width: 767px) {
	.b_adm_list {right: 20px;}
	.b_adm_list li a {width:70px;}
}
@media screen and (max-width: 480px) {
	.b_adm_list{bottom:20px;}
}
 
 /*--픽스 이동 버튼--*/
.ch_fixed_btn {z-index: 2;position:fixed;bottom:80px;left:80px;display:flex;flex-direction:column;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;border-radius: 4px;background:rgba(255,255,255,.8)}
.ch_fixed_btn svg {fill:#aaa;}
.je_goTop {position:relative;}
.je_goTop::after {content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:#e1e1e1;}
.je_goTop, .je_goDown {text-align:center;display: flex ; align-items: center;padding: 14px;}

@media screen and (max-width:1824px){
	.ch_fixed_btn{left:20px;}
}
@media screen and (max-width:1600px){
	.ch_fixed_btn{left:unset;right:40px;bottom:40px;}
}
@media screen and (max-width:1480px){
	.ch_fixed_btn{right:20px;bottom:40px;}
}
@media screen and (max-width:480px){
	.ch_fixed_btn{display:none;}
}

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

.je_header .je_container {
    position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.je_header .je_slideMenu .je_container {
    justify-content: center;
    flex-direction: column-reverse;
    gap: 100px;
}

.je_header .je_container h1 a {
	display:block; 
}
.je_header .je_container h1 a img {
	display:block; max-width:100%;
}

.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 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.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;
  transition:.24s;
}
.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:var(--font-size-18);font-weight:var(--font-sb);}
.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList .je_navSub {
	opacity:0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 80px;
	padding: 24px 10px;
	border-radius:10px;
	text-align: center;
	background-color: var(--main-clr);
	width: 100%;
	transition:.24s; 
}
.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 li a {color:rgba(255,255,255,.8);}
.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList .je_navSub li a:hover {color:rgba(255,255,255,1);}

.je_header > .je_container > .je_hdrRight > .je_topNav > .je_navWrap > .je_navList.on .je_navSub {
	opacity: 1;
	pointer-events: auto;
	transition:top .24s; 
}
.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList.on .je_navSub {
	transition:top .24s; 
}

.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: flex-end;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.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:var(--point-clr);
  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 {color: rgba(255,255,255,.7);}
.je_header .je_slideMenu .je_slideNav .je_navWrap {height: 200px;display:flex;gap:60px;}

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

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

.je_header .je_slideMenu .je_slideNav .je_navList .je_mnNav {
    display: inline;
    font-weight: var(--font-sb);
    font-size: var(--font-size-24);
}

.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:20px; 
}

.je_header .je_slideMenu .je_slideNav .je_navSub li{font-size:var(--font-size-18);font-weight:var(--font-m);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 button {
  color: #fff;
  font-size: 24px;
}

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


@media screen and (max-width:1480px){
	.je_header .je_container h1 a img {width:200px}
}
@media screen and (max-width:1280px){
	.je_header .je_container h1 a img {width:180px}
}
@media screen and (max-width:1080px){
	.je_header .je_container h1 a img {width:150px}
}

/*sect_business : 비즈니스 섹션*/
.ch_sect_business {width:100%;display:flex;}
.ch_sect_business li {position:relative;width:calc((100% - 20px)/3);height:480px;display: flex;flex-direction: column;justify-content: flex-end;padding:3em;margin-right:20px;border-radius:20px;overflow:hidden;}
.ch_sect_business li::after {z-index: 0;content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: linear-gradient(to top, rgb(3, 49, 140, .7) 10%, transparent);transition:all .24s ease;}
.ch_sect_business li:hover::after {height: 50%;}
.ch_sect_business li:nth-child(1){background:url('/img/index/sect_business_info_img1.jpg')no-repeat 50% 50% /cover;}
.ch_sect_business li:nth-child(2){background:url('/img/index/sect_business_info_img2.jpg')no-repeat 50% 50% /cover;}
.ch_sect_business li:nth-child(3){background:url('/img/index/sect_business_info_img3.jpg')no-repeat 50% 50% /cover;}
.ch_sect_business li:last-child {margin-right:0;}

@media screen and (max-width:1480px){
	.ch_sect_business li {padding:2rem}
	.ch_sect_business .ch_box_tit {font-size: var(--font-size-28);}
	.ch_sect_business .ch_box_art {font-size: var(--font-size-18);}
}
@media screen and (max-width:1280px){
	.ch_sect_business li {padding:30px;height: 400px;}
	.ch_sect_business .ch_box_tit {font-size: var(--font-size-26);}
}
@media screen and (max-width:1080px){
	.ch_sect_business {flex-wrap:wrap;gap:10px;}
	.ch_sect_business li {width: 100%;height: auto;margin-right:0;}
	.ch_sect_business .ch_box_tit {font-size: var(--font-size-24);}
	.ch_sect_business .ch_box_sub_tit {margin-bottom: 40px;}
}
@media screen and (max-width:720px){
	.ch_sect_business {gap:10px;}
	.ch_sect_business li {padding: 24px;border-radius:10px;}
	.ch_sect_business .ch_box_tit {font-size: var(--font-size-22);margin-bottom: 16px;}
	.ch_sect_business .ch_box_sub_tit {font-size: var(--font-size-16);margin-bottom: 40px;}
	.ch_sect_business .ch_box_art {font-size: var(--font-size-16);}
}
@media screen and (max-width:480px){
	.ch_sect_business li {padding: 16px;}
	.ch_sect_business .ch_box_tit {font-size: 18px;margin-bottom: 8px;}
	.ch_sect_business .ch_box_sub_tit {margin-bottom: 16px;}
	.ch_sect_business .ch_box_art {font-size: 12px;}
}



.je_main {
  position: relative;
}

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

.je_main .je_bannerView .je_bannerGroup {
	width: 100%;
	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;
	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_video01{background: url(../img/index/mnBanner/mnBanner01.jpg) center/cover;}
.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_video03{background: url(../img/index/mnBanner/mnBanner03.jpg) center/cover;}

.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container { display: flex; align-items: center; height: 100%; }
.mv_swiper_scrollbar {z-index: 1;width: 300px;height: 2px;position: absolute;bottom: 150px;left: 50%;transform: translateX(-50%);background: rgba(255, 255, 255, .3);}
.mv_swiper_scrollbar .swiper-scrollbar-drag{background: rgba(255, 255, 255, 1)}
.je_bannerView .pager {position: absolute;font-size: 0;z-index: 1;top: 50%;transform: translate(-50%, -50%);width: 120%;display: flex;justify-content: space-between;left: 50%;align-items: center;}
.je_bannerView .pager > span {display: inline-block;font-size:var(--font-size-16);font-weight:var(--font-sb);vertical-align: middle;letter-spacing: 0.05em;}
.je_bannerView .pager .swiper-pagination-total {color:rgba(255,255,255,.5);}
.je_bannerView .pager .swiper-pagination-current {color:#fff}

@media screen and (max-width:1080px){
	.mv_swiper_scrollbar {width: 240px;}
	.je_bannerView .pager {width: 130%;}
}
@media screen and (max-width:720px){
	.mv_swiper_scrollbar {width: 180px;}
	.je_bannerView .pager {width: 140%;}
}
@media screen and (max-width:480px){
	.mv_swiper_scrollbar {width: 200px;}
	.je_bannerView .pager > span {font-size:var(--font-size-14);}
}
.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: var(--font-size-70);font-weight:var(--font-b);line-height:1.2em;

}

.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: 20px;
}

.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{/*position: absolute;
 top: 40px; left: 0; right: 0; */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: #555;
  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_information .je_secHdr h6 {
  font-size: 1.3rem;
  margin-top: 40px;
}

.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: 16px;}

.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem {
  padding: 45px 30px 38px;
  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:var(--font-size-20);font-weight:var(--font-sb);
}

.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem p {
  margin-top: 34px;
}

.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem p.time {font-size:var(--font-size-14);font-weight:var(--font-sb);margin-top: 110px;color:rgba(255,255,255,.6);}

.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem .plus {
  width: 0;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -14px;
  right: -14px;
  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 .plus {
  width: 60px;
  height: 60px;
}

.je_sub .je_container { max-width: 1500px; margin: 0 auto; position: relative; width: 90%; text-align: center; display: flex ; flex-direction: column; align-items: center; }

.je_sub .je_section {
  padding: 0;
}

.je_sub .je_section .je_ctSubTitle { font-weight: 700; font-size: 1.125rem; color: var(--point-clr); width:fit-content; padding:10px 30px; border-radius:50px; background: #fff; }

.je_sub .je_section .je_ctTitle { font-weight:var(--font-b); font-size: var(--font-size-36); letter-spacing: -0.05em; color:#111; word-break:keep-all; line-height: 1.5; }

.je_sub .je_section .je_paragraph {
  color: #666;
  font-size: 1.25rem;
  line-height: 2;
}

.je_sub .je_section .mt {
  margin-top: 40px;
}
.je_sub01Company {background:#f4f7f9;}
.je_sub01Company h5 { font-size: var(--font-size-20); font-weight:var(--font-b);}

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

}

/*--footer : 푸터--*/
.je_footer {background-color: #fff;}
.je_footer .je_ftrLeft .je_container {position: relative;display: flex;justify-content:center;}
.je_footer .je_ftrRight .je_container {position: relative;display: flex;justify-content: space-between;}
.je_footer .je_container figure {width: 100%;display: flex;justify-content: center;margin-bottom: 36px;}
.je_footer .je_container figure img {display: block;max-width: 100%;}
.je_ftrLeft {padding:60px 0;}
.je_ftrInfo li {display:flex;gap:14px;justify-content: center;color: #555;}
.je_ftrInfo li h5 {font-size: var(--font-size-16);font-weight:var(--font-l);}

.je_ftrRight {font-size:var(--font-size-16);padding:18px 0;color:#888;background:#eee;}
.je_ftrInfo {display: flex;flex-direction: column;gap: 10px;}
.je_ftrNav {display: flex;gap: 20px;}
.je_ftrNavList a {font-size:var(--font-size-16);font-weight:var(--font-r);}

@media (max-width: 1280px) {
	.je_ftrLeft {padding: 50px 0;}
	.je_footer .je_container figure {margin-bottom: 30px;}
	.je_footer .je_container figure img {width:90px;}
}
@media (max-width: 720px) {
	.je_ftrInfo{gap:0;}
	.je_ftrInfo li {gap: 0px;flex-direction: column;align-items: center;}
	.je_ftrRight {font-size: 14px;}
	.je_ftrNavList a {font-size: 14px;}
}
@media (max-width: 480px) {
    .je_ftrLeft {padding: 40px 0 36px;}
	.je_footer .je_container figure {margin-bottom: 20px;}
    .je_footer .je_container figure img {width: 80px;}
	.je_footer .je_ftrRight .je_container {flex-direction: column;align-items: center;}
	.je_ftrInfo li h5 {font-size:14px;}
}






@media (max-width: 1023px) {
  .je_main .je_bannerView {
    height: 80vh;
  }
  .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_slideNav .je_navList {
		font-size: 1.8rem;
	}
	.je_header .je_slideMenu .je_slideNav .je_navSub li{font-size: var(--font-size-16);}
	.je_main .je_subBanner .je_container .je_bgi {
		height: 320px;
		margin-top: -90px;
	}

	.je_sub .je_subBanner .je_container .je_subNav {
		width: 220px;
	}
	.je_sub01Company .je_thank::after {
		right: -420px;
	}

	.je_header .je_slideMenu .je_container {
		gap: 60px;
	}
	.je_header .je_slideMenu .je_slideNav .je_navWrap {
		height: auto;
		gap: 0;
		flex-direction: column;
	}
	.je_header .je_slideMenu .je_slideNav .je_navList {
		padding: 20px 30px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	.je_header .je_slideMenu .je_slideNav .je_navList:last-child {
		border-bottom:0;
	}
	.je_header .je_slideMenu .je_slideNav .je_navList .je_mnNav {font-size: var(--font-size-22);}
}

@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_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 .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText span{overflow:unset; }


.je_main .je_subBanner{background:#f7f9fb; }
.je_main .je_subBanner .je_container .je_texts h2{color:#555; font-size: 1.3rem; line-height: 1.4; word-break:keep-all;}
.je_main .je_subBanner .je_container .je_bgi{width:60%;height:auto; background:none;}
.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: calc((100% - 40px) / 2);margin-right:40px;}
.je_main .je_subBanner .je_container .je_bgi ul li:nth-child(2n) {margin-right:0;}
.je_main .je_subBanner .je_container .je_bgi ul li:nth-child(2) {margin-top:200px;}
.je_main .je_subBanner .je_container .je_bgi ul li:nth-child(n + 3) {margin-top:40px;}
.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:#555; word-break:keep-all; }


@media (max-width: 1480px){ 
}
@media (max-width: 1280px){ 
}
@media (max-width: 1080px){ 
}
@media (max-width: 720px){ 
}

/*--공지사항--*/
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem{border-radius:20px;background:var(--point-clr);}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem:hover {background:var(-main-clr);}
.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:#fff;border-radius: 6px;box-shadow: rgba(0, 62, 122, .03) 0px 3px 10px;}
.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: var(--main-clr);}
.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 p{color:rgba(255,255,255,.7);}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem .plus{background-color: #fff; overflow:hidden; border-radius: 50%;box-shadow: rgba(0, 62, 122, .1) 0px 3px 10px;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem .plus span{position:relative;display:block; width:20px; height:2px; background-color:var(--main-clr);}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem .plus span:after{content:''; width:2px; height:20px; background-color:var(--main-clr); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); }

@media screen and (max-width:1280px){ 
	.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button {width: 50px;height: 50px;}
	.je_main .je_information .je_infoSwipe .je_infoSwipeBtns {position: absolute;top: -110px;}
	.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem p {margin-top: 24px;}
}
@media screen and (max-width:720px){ 
	.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem {border-radius: 10px;padding: 30px 23px 24px;}
	.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem h5 {font-size:18px;}
	.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem p {font-size: var(--font-size-16);margin-top: 18px;}
	.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem p.time {margin-top: 80px;}
}

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




/*250613*/

/* 개인정보처리방침, 이용약관 팝업 */
.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{color: #FFF;display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 0 25px;background: var(--main-clr);}
.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(0deg);transition:all .6s ease;transition-delay:.5s;}
.je_header .je_slideMenu.on .je_slideCloseBtn button span{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:nth-child(1){width: 22px;}
.je_header .je_container .je_hdrRight .je_icon .je_iconList .je_navBar .je_stick:nth-child(2){width: 26px;margin-top:6px;}
.je_header .je_container .je_hdrRight .je_icon .je_iconList .je_navBar .je_stick:nth-child(3){width: 32px;margin-top:6px;}

.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:var(--font-size-24); font-weight:var(--font-m); line-height:1.8;}
.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;margin-top: 14px;}
}
@media screen and (max-width: 768px){ 
	.je_header .je_slideMenu .je_slideCloseBtn button{width:27px; height:27px;}
	.je_header .je_slideMenu .je_slideCloseBtn button span:after{height:27px;}
	.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText{font-size: 28px; line-height:1.3}
}

@media screen and (max-width: 460px){ 
	.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerText{}
	.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerSubText {font-size: 16px;}
}

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


/*--sect_value : 가치 섹션--*/
.je_section.je_subBanner {background: url('/img/index/sect_value_bg.jpg') no-repeat 50% 50% / cover;}
.je_main .je_subBanner .je_container {display:flex;}
.je_main .je_subBanner .je_secHdr {width:44%;padding-top: 80px;}

.ch_sect_value {width:56%;}
.ch_sect_value_wrap {display: flex;flex-wrap: wrap;gap: 40px;padding: 0;margin: 0;list-style: none;}
.ch_sect_value_box {display: flex;flex-direction: column;justify-content: space-between;flex: 1 1 calc((100% - 40px) / 2);height: 480px;padding: 48px 40px;border-radius: 20px;overflow: hidden;}
.ch_sect_value_box:nth-child(1) {background: url('/img/index/sect_value_info_img1.jpg') no-repeat 50% 50% / cover;}
.ch_sect_value_box:nth-child(2) {margin-top: 40px;background: url('/img/index/sect_value_info_img2.jpg') no-repeat 50% 50% / cover;}
.ch_sect_value_box:nth-child(3) {background: url('/img/index/sect_value_info_img3.jpg') no-repeat 50% 50% / cover;}
.ch_sect_value_box:nth-child(4) {background: url('/img/index/sect_value_info_img4.jpg') no-repeat 50% 50% / cover;}
.ch_sect_value_box:nth-child(3n) {margin-top: -40px;}
.ch_sect_value_tit_wrap {width:100%; word-break:keep-all; color:#fff;}
.ch_sect_value .ch_box_tit {margin-bottom:unset;}
.ch_value_icon {display: flex;justify-content: flex-end;}
.ch_value_icon img {display:block;max-width:100%;}

@media screen and (max-width:1480px){
	.je_main .je_subBanner .je_secHdr {width:50%;}
	.ch_sect_value {width:50%;}
	.ch_sect_value_wrap {gap: 20px;}
	.ch_sect_value_box {height: 380px;padding: 38px 32px;}
	.ch_value_icon img {width:60px;}
	.ch_sect_value .ch_box_tit {font-size: var(--font-size-24);}
	.ch_sect_value .ch_box_sub_tit {font-size: var(--font-size-18);}
}
@media screen and (max-width:1280px){
	.ch_sect_value_wrap {gap:10px;}
	.ch_sect_value_box {height: 330px;padding: 30px 24px;}
	.ch_sect_value .ch_box_sub_tit {margin-bottom: 14px;}
	.ch_sect_value .ch_box_tit {font-size: var(--font-size-20);}
	.ch_sect_value .ch_box_sub_tit {font-size: var(--font-size-16);}
	.ch_value_icon img {width:50px;}
}
@media screen and (max-width:1080px){
	.je_main .je_subBanner .je_container {flex-wrap:wrap;}
	.je_main .je_subBanner .je_secHdr {width:100%;padding-top: 0;}
	.ch_sect_value {width:100%;}
	.ch_sect_value_box {height: 300px;padding: 28px 20px;}
}

@media screen and (max-width:720px){
	.ch_sect_value_wrap {gap: 10px;}
	.ch_sect_value_box{height: 250px;border-radius: 10px;padding: 24px 16px;}
	.ch_sect_value_box:nth-child(2) {margin-top: 0;}
	.ch_sect_value_box:nth-child(3n) {margin-top: 0;}
	.ch_value_icon img {width:40px;}
	.ch_sect_value .ch_box_tit {font-size: var(--font-size-18);}
	.ch_sect_value .ch_box_sub_tit {font-size: var(--font-size-14);}
}

@media screen and (max-width:480px){
	.ch_sect_value_box {flex: 1 1 100%;}
	.ch_sect_value_box {height: auto;padding: 16px;}
	.ch_sect_value_box:nth-child(3) {background: url('/img/index/sect_value_info_img3.jpg') no-repeat 50% 20% / cover;}
	.ch_sect_value_box:nth-child(4) {background: url('/img/index/sect_value_info_img4.jpg') no-repeat 50% 22%/ cover;}
}

/*--sect_partner : 파트너 섹션--*/
.je_section.b_partner_sec {background: url('/img/index/sect_partner_bg.jpg') no-repeat 50% 50% / cover;}
.je_main .b_partner_sec .je_secHdr {text-align:center;}
.b_partner_sec .b_track{display:flex;gap: 30px;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%);
    }
}
.b_partner_sec .b_track li {padding: 30px 60px;box-shadow: rgba(0, 62, 122, .1) 0px 8px 24px;border-radius:10px;background:#fff;}
@media screen and (max-width:1280px){
	.b_partner_sec .b_track li {padding: 20px 40px;}
	.b_partner_sec .b_track li img{display:block; width:200px;}
}
@media screen and (max-width:1080px){
	.b_partner_sec .b_track{gap: 20px; animation: move_logo 10s linear infinite;}
	.b_partner_sec .b_track li {padding: 16px 30px;}
	.b_partner_sec .b_track li img{width:150px;}
}
@media screen and (max-width:720px){
	.b_partner_sec .b_track{gap: 10px;}
	.b_partner_sec .b_track li {border-radius:10px;}
	.b_partner_sec .b_track li img{width:120px;}
}
@media screen and (max-width:480px){
	.b_partner_sec .b_track li {padding: 10px 4px;}
}


/*--sect_information : 공지사항 섹션--*/
.je_main .je_information {background: #f4f7f9;}
.je_main .je_information .je_secHdr{padding-left: 16px;}
.je_main .je_information .je_infoSwipe {position:relative;}
.je_main .je_information .je_infoSwipe .je_infoSwipeBtns{position:absolute;top:-130px;right:0;padding-right: 16px;}
.je_main .je_information .je_secHdr h6{color: #555;}

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


@media (max-width: 1280px) {
	.je_main .je_information .je_infoSwipe .je_infoSwipeBtns{top:-110px;}
}
@media (max-width:720px) {
	.je_main .je_information .je_infoSwipe .je_infoSwipeBtns{top:-80px;padding-left: 0;padding-right:0; }
	.je_main .je_information .je_infoSwipe .je_artView {padding: 16px 0 0 0; }
	.je_main .je_information .je_secHdr { padding-left: 0;}
}
@media (max-width:500px) {
	.je_main .je_information .je_infoSwipe .je_infoSwipeBtns {position: unset;display: flex;}
}




@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_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;}
	.je_main .je_information .je_infoSwipe .je_infoSwipeBtns button{width: 50px; height: 50px;}
}
@media (max-width: 1023px) {
	.je_main .b_sec01 .je_swipe {width: 100%; margin-top: 40px; }
	.b_sec01 .b_slide_box{margin: 0 auto;}

	.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_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;}
	
	.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: 14px;}
	.je_sub .je_section .je_ctTitle{font-size: 28px; line-height:1.5; }
	.je_sub .je_section .je_paragraph{font-size: 14px; line-height: 1.8;display: flex;flex-direction: column;}

}


@media (max-width: 460px) { 
	.je_main .je_subBanner .je_container .je_bgi ul li {width: 100%; }
	.je_sub .je_section .je_ctTitle {font-size: 24px; }
}



.br_1080o{display:none;}
@media (max-width: 1080px) { 
	 .br_1080o{display:block;}

}

.br_768o{display:none;}
@media (max-width: 768px) { 
	 .br_768o{display:block;}

}