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


.goog-te-banner-frame {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.goog-te-combo {
    display: none !important;
}
.goog-te-gadget {
    display: none !important;
}
.goog-te-gadget-simple {
    display: none !important;
}
.goog-te-menu-value {
    display: none !important;
}
.goog-te-menu2 {
    display: none !important;
}
.goog-te-menu2-item {
    display: none !important;
}
.goog-te-banner {
    display: none !important;
}
.goog-te-menu-frame {
    display: none !important;
}
body {
    top: 0 !important;
}

[id*="google_translate"],
[class*="goog-te"],
[class*="skiptranslate"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

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: #0039C8; /* Pantone Blue */
	--point-clr: #E60012; /* Pantone Red */
	--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_tit {z-index:1;font-size: var(--font-size-32);font-weight: var(--font-b);margin-bottom: 10px;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;margin-bottom: 50px;}

.ch_sect_business li .ch_box_tit {color:#222;}
.ch_sect_business li .ch_box_art {color:#222;}

.ch_sect_business li:hover .ch_box_tit {color:#fff;transition:all 0.5s;}
.ch_sect_business li:hover .ch_box_art {color:#fff;transition:all 0.5s;}

.ch_box_icon {
    z-index: 2;
    margin: 0 auto 60px auto;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.nmnetella-icon {
    background-image: url('/img/icon/nmnetella-icon.png');
}

.exoxe-icon {
    background-image: url('/img/icon/exoxe-icon.png');
}

.obesity-drug-icon {
    background-image: url('/img/icon/obesity-drug-icon.png');
}

.ch_sect_business li:hover .nmnetella-icon {
    background-image: url('/img/icon/nmnetella-icon-hover.png');
    transition: all 0.25s;
}

.ch_sect_business li:hover .exoxe-icon {
    background-image: url('/img/icon/exoxe-icon-hover.png');
	transition:all 0.5s;
}

.ch_sect_business li:hover .obesity-drug-icon {
    background-image: url('/img/icon/obesity-drug-icon-hover.png');
	transition:all 0.5s;
}


.ch_box_plus {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	margin: 0 auto;
}

.ch_box_plus span {
    position: relative;
    width: 20px;
    height: 2px;
    background-color: #222;
}

.ch_box_plus span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 20px;
    background-color: #222;
}

.ch_sect_business li .ch_box_plus {
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #ddd;
}

.ch_sect_business li .ch_box_plus span,
.ch_sect_business li .ch_box_plus span::after {
    background-color: #222;
}


.ch_sect_business li:hover .ch_box_plus {
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #fff;
	transition:all 0.5s;
}

.ch_sect_business li:hover .ch_box_plus span,
.ch_sect_business li:hover .ch_box_plus span::after {
    background-color: #222;
	transition:all 0.5s;
}

@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;}
	.ch_box_plus {width: 36px;height: 36px;}
}
 
 
/*--ÃƒÂªÃ‚Â´Ã¢â€šÂ¬ÃƒÂ«Ã‚Â¦Ã‚Â¬ÃƒÂ¬Ã…Â¾Ã‚ÂÃƒÂ¬Ã‚Â Ã¢â‚¬Å¾ÃƒÂ¬Ã…Â¡Ã‚Â© : ÃƒÂ«Ã‚Â¬Ã‚Â¸ÃƒÂ¬Ã‚ÂÃ‹Å“ÃƒÂ¬Ã‹Å“Ã‹â€ ÃƒÂ¬Ã¢â‚¬Â¢Ã‚Â½ ÃƒÂ«Ã‚Â¦Ã‚Â¬ÃƒÂ¬Ã…Â Ã‚Â¤ÃƒÂ­Ã…Â Ã‚Â¸ ÃƒÂ¬Ã¢â‚¬Â¢Ã‹â€ ÃƒÂ«Ã¢â‚¬Å¡Ã‚Â´ ÃƒÂ­Ã¢â€šÂ¬Ã‚ÂµÃƒÂ«Ã‚Â©Ã¢â‚¬ÂÃƒÂ«Ã¢â‚¬Â°Ã‚Â´--*/
.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:25px;right:70px;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){

}
@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;
	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%;
	width: 150px;
}

.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%);
	max-width: 1000px;
	width: 100%;
}
.je_header .je_container .je_hdrRight .je_topNav .je_navWrap {
  display: flex;
}

.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList {
  width: 20%;
  position: relative;
  text-align: center;	
  
}
.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);cursor:pointer;}
.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList .je_navSub {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 10px;
	border-radius:10px;
	text-align: center;
	background-color: var(--main-clr);
	width: 100%;
}
.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);cursor:pointer}
.je_header .je_container .je_hdrRight .je_topNav .je_navWrap .je_navList .je_navSub li a:hover {color:rgba(255,255,255,1);transition:all 0.5s;}

.je_header > .je_container > .je_hdrRight > .je_topNav > .je_navWrap > .je_navList.on .je_navSub {
	display: block;
}

.je_header .je_container .je_hdrRight .je_icon {
  display: none;
	margin-left:20px; 
}

.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_socialLang {
    display: flex;
    align-items: center;
    gap: 24px;
}

.je_socialIcons {
    display: flex;
    gap: 20px;
}

.je_instagramIcon,
.je_appIcon {
    display: block;
	cursor:pointer;
}

.je_instagramIcon:hover,
.je_appIcon:hover {
    opacity: 0.7;
	transition:all 0.5s;
}

.je_instagramIcon img,
.je_appIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.je_languageSelect {
    display: flex;
    gap: 12px;

}

.je_langBtn {
    background: none;
    border: none;
    color: #ccc;
    font-size: var(--font-size-18);
    font-weight: var(--font-r);
    cursor: pointer;
    position: relative;
	font-family: 'pretendard', "san-serif";
}

.je_langBtn:hover {
    color:#fff;
	transition:all 0.5s;
}

.je_langBtn.active {
    color: #fff;
    font-weight: var(--font-r);
	font-family: 'pretendard', "san-serif";
}

.je_langBtn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #fff;
}



.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: #222;
}

.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: #222;
}

.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: #222;
}


.je_header.on .je_socialLang .je_instagramIcon img,
.je_header.on .je_socialLang .je_appIcon img {
    filter: invert(1);
}

.je_header.on .je_socialLang .je_langBtn {
    color: #ccc;}

.je_header.on .je_socialLang .je_langBtn:hover {
    color: #ccc;
	transition:all 0.5s;
}

.je_header.on .je_socialLang .je_langBtn.active {
    color: #222;
}

.je_header.on .je_socialLang .je_langBtn.active::after {
    background: #222;
}

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

.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;cursor:pointer; }

.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:all 0.5s;
}

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

.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; cursor:pointer;}
.je_header .je_slideMenu .je_slideNav .je_navSub li:hover{opacity:1;transition:all 0.5s;}


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

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




.ch_sect_business {width:100%;display:flex;}
.ch_sect_business li {
					position:relative;
					width:calc((100% - 20px)/3);
					background-color: #fff;
					display: flex;
					flex-direction: column;
					justify-content: center;
					padding:3.5em;
					margin-right:20px;
					border-radius:20px;
					overflow:hidden;
					text-align: center;
					transition: all 0.5s;
					}
.ch_sect_business li:hover{background-color: #0039C8;/* transition: all 0.2s; */}
.ch_sect_business li:last-child {margin-right:0;}
.sj_secHdr h3,h6 {text-align: center;}

.sj_marketing {
    background-color: #f4f7f9;
}

.sj_sub {
    position: relative;
}

.sj_section {
    padding: 150px 0;
}

.sj_container {
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
    width: 90%;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 5%;
}

.sj_cosmetic_hero {
    color: #fff;
    position: relative;
    overflow: hidden;
}

.sj_cosmetic_hero_content {
    position: relative;
    z-index: 2;
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.sj_marketing_hero_content {
     background-image: url("/theme/uanmedi/img/sub02_company/marketing_bg.png");
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
	max-width: 1480px;
	width: 100%;
	padding: 10% 5%;
	border-radius: 24px;
}

.sj_cosmetic_hero_text {
    flex: 1;
    max-width: 800px;
}

.sj_cosmetic_category {
  font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    font-weight: var(--font-m);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.sj_cosmetic_title {
    font-size: var(--font-size-48);
    font-weight: var(--font-b);
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.3;
}

.sj_cosmetic_description p {
    font-size: var(--font-size-20);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
	}

.sj_cosmetic_description p:last-child {
    margin-bottom: 0;
}

.sj_cosmetic_services {
    background-color: #f4f7f9;
    padding: 100px 0;
}

.sj_marketing_hero {
    padding: 60px;
    text-align: center;
    color: #fff;
	background-color: #0039c8;
}

.sj_marketing_header {
    margin: 0 auto;
}

.sj_marketing_title {
    font-size: var(--font-size-48);
    font-weight: var(--font-b);
    margin-bottom: 30px;
    letter-spacing: -0.02em;
    line-height: 1.2;
	text-align: center;
}

.sj_marketing_subtitle {
    font-size: var(--font-size-20);
    font-weight: var(--font-m);
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 0;
}

.sj_marketing_services {
    padding: 100px 0;
    background-color: #f7f8f9;
}

.sj_services_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    gap: 20px;
	width: 100%;

}

.sj_service_item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	gap:12px;
}

.sj_service_title {
    font-size: var(--font-size-32);
    font-weight: var(--font-b);
    color: #333;
    margin-bottom: 40px;
    line-height: 1.3;
    position: relative;
}

.sj_service_title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #ddd;
}

.sj_service_description {
    font-size: var(--font-size-18);
    color: #333;
    line-height: 1.6;
    margin-bottom: 40px;
}

.sj_circle_progress {
    position: relative;
	width: 100%;
    margin: 0 auto;
}

.sj_progress_ring {
    position: relative;
    width: 100%;
    height: 100%;
}

.sj_progress_svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.sj_progress_bg {
    stroke: #d2e5ff;
    stroke-width: 12;
    fill: none;
}

.sj_progress_fill {
    stroke-width: 6;
    fill: none;
    stroke: #0039C8;
    stroke-linecap: round;
}

.sj_progress_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: var(--font-b);
    color: white;
    width: 100px;
    height: 100px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 1280px) {
    .sj_marketing_hero {
        padding: 60px 0;
    }
    
    .sj_marketing_title {
        font-size: var(--font-size-50);
    }
    
    .sj_marketing_subtitle {
        font-size: var(--font-size-18);
    }
    
    .sj_marketing_services {
        padding: 80px 0;
    }
    
    .sj_services_grid {
        gap: 60px;
    }
    
    .sj_service_title {
        font-size: var(--font-size-24);
    }
    

    .sj_progress_text {
        font-size: 50px;
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 1080px) {
    .sj_services_grid {
        grid-template-columns: 1fr;
        gap: 60px;
        max-width: 600px;
        min-width: auto;
        justify-content: center;
        margin: 0 auto;
    }
    
    .sj_service_title {
        font-size: var(--font-size-26);
    }
    
    .sj_service_description {
        font-size: var(--font-size-20);
        max-width: 400px;
    }

    
    .sj_progress_text {
        font-size: 40px;
        width: 80px;
        height: 80px;
    }
    

}

@media screen and (max-width: 720px) {
    .sj_marketing_hero {
        padding: 40px 0 40px;
    }
    
    .sj_marketing_title {
        font-size: var(--font-size-40);
        margin-bottom: 20px;
    }
    
    .sj_marketing_subtitle {
        font-size: var(--font-size-16);
    }
    
    .sj_marketing_services {
        padding: 60px 0;
    }
    
    .sj_services_grid {
        gap: 50px;
        min-width: auto;
        justify-content: center;
        margin: 0 auto;
    }
    
    .sj_service_title {
        font-size: var(--font-size-24);
        margin-bottom: 15px;
    }
    
    .sj_service_description {
        font-size: var(--font-size-18);
        margin-bottom: 30px;
    }
    

    
    .sj_progress_text {
        font-size: 30px;
        width: 60px;
        height: 60px;
    }
    

}

@media screen and (max-width: 480px) {
    .sj_marketing_hero {
        padding: 30px 0 30px;
    }
    
    .sj_marketing_title {
        font-size: var(--font-size-32);
		margin-bottom: 10px;
    }
    
    .sj_marketing_subtitle {
        font-size: var(--font-size-15);
    }
    
    .sj_marketing_services {
        padding: 40px 0;
    }
    
    .sj_services_grid {
        gap: 40px;
        min-width: auto;
        justify-content: center;
        margin: 0 auto;
    }
    
    .sj_service_title {
        font-size: var(--font-size-20);
        margin-bottom: 12px;
    }
    
    .sj_service_description {
        font-size: var(--font-size-16);
        margin-bottom: 25px;
        letter-spacing: -0.1px;
    }
    

    .sj_progress_text {
        font-size: 25px;
        width: 50px;
        height: 50px;
    }
}


@media screen and (max-width: 1280px) {
    .sj_section {
        padding: 130px 0;
    }
    
    .sj_cosmetic_title {
        font-size: var(--font-size-44);
    }
    
    .sj_cosmetic_description p {
        font-size: var(--font-size-18);
    }
    
    .sj_cosmetic_services {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1080px) {
    .sj_section {
        padding: 100px 0;
    }
    
    .sj_container {
        text-align: center;
        flex-direction: column;
    }
    
    .sj_cosmetic_title {
        font-size: var(--font-size-40);
    }
    
    .sj_cosmetic_description p {
        font-size: var(--font-size-17);
    }
    
    .sj_cosmetic_services {
        padding: 70px 0;
    }
}

@media screen and (max-width: 720px) {
    .sj_section {
        padding: 70px 0;
    }
    
    .sj_cosmetic_category {
        font-size: var(--font-size-13);
        padding: 6px 16px;
    }
    
    .sj_cosmetic_title {
        font-size: var(--font-size-32);
    }
    
    .sj_cosmetic_description p {
        font-size: var(--font-size-16);
    }
    
    .sj_cosmetic_services {
        padding: 60px 0;
    }
}

@media screen and (max-width: 480px) {
    .sj_section {
        padding: 50px 0;
    }
    
    .sj_cosmetic_category {
        font-size: var(--font-size-12);
        padding: 5px 12px;
    }
    
    .sj_cosmetic_title {
        font-size: var(--font-size-28);
    }
    
    .sj_cosmetic_description p {
        font-size: var(--font-size-15);
    }
    
    .sj_cosmetic_services {
        padding: 50px 0;
    }
}

.pharmaceutical-products {
    font-size: var(--font-size-24);
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 44px;
    color: var(--white-clr);
    margin-bottom: 20px;
	text-align: center;
}

.je_bannerBtn {
    width: 180px;
    border-radius: 100px;
    border: 1px solid var(--white-clr);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    font-size: 16px;
    margin-top: 50px;
    gap: 4px;
	margin: 50px auto 0 auto;	
	cursor:pointer;
	transition: all 0.5s;
	
}
.je_bannerBtn:hover {
    border: 1px solid var(--main-clr);
	background-color: var(--main-clr);
	transition:all 0.5s;

}
.je_bannerBtn span {
    position: relative;
    letter-spacing: -0.02em;
    line-height: 24px;
    font-weight: 600;
    color: var(--white-clr);
}
.je_bannerBtn a {text-align: center;}

.je_mediaBtn {
    width: 180px;
    border-radius: 100px;
    border: 1px solid var(--white-clr);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    font-size: 16px;
    margin-top: 50px;
}

.je_mediaBtn:hover {
    border: 1px solid var(--main-clr);
	background-color: var(--main-clr);
	transition:all 0.5s;
}

.je_mediaBtn span {
    position: relative;
    letter-spacing: -0.02em;
    line-height: 24px;
    font-weight: 600;
    color: var(--white-clr);
}

.je_mediaBtn a {text-align: center;}


@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);}
	.ch_box_icon {width: 80px; height: 80px;}
	.ch_box_plus {bottom: 30px; }
	.ch_box_plus span {width: 18px;}
	.ch_box_plus span::after {height: 18px;}
}
@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);}
	.ch_box_icon {width: 70px; height: 70px;}
	.ch_box_plus {bottom: 25px; }
	.ch_box_plus span {width: 16px;}
	.ch_box_plus span::after {height: 16px;}
}
@media screen and (max-width:1280px){
	.ch_sect_business {flex-direction: column;gap:20px;}
	.ch_sect_business li {width: 100%;height: 400px;margin-right:0;flex-direction: column;justify-content: center;padding: 30px;}
	.ch_sect_business .ch_box_tit {font-size: var(--font-size-24);margin-bottom: 20px;}
	.ch_box_icon {width: 80px; height: 80px;margin: 0 auto 60px auto;}
	.ch_box_plus {margin: 0 auto;}
	.ch_box_plus span {width: 14px;}
	.ch_box_plus span::after {height: 14px;}
}
@media screen and (max-width:720px){
	.ch_sect_business {flex-direction: column;gap:15px;}
	.ch_sect_business li {width: 100%;height: 350px;margin-right:0;flex-direction: column;justify-content: center;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_art {font-size: var(--font-size-16);margin-bottom: 50px;}
	.ch_box_icon {width: 60px; height: 60px;margin: 0 auto 50px auto;}
	.ch_box_plus {margin: 0 auto;}
	.ch_box_plus span {width: 12px;}
	.ch_box_plus span::after {height: 12px;}
}
@media screen and (max-width:480px){
	.ch_sect_business {flex-direction: column;}
	.ch_sect_business li {width: 100%;height: 100%;margin-right:0;flex-direction: column;justify-content: center;padding: 16px;transition: all 0.5s;}
	.ch_sect_business .ch_box_tit {font-size: 18px;margin-bottom: 8px;}
	.ch_sect_business .ch_box_art {margin-bottom: 20px;}
	.ch_box_icon {width: 50px; height: 50px;margin: 0 auto 20px auto;}
	.ch_box_plus {margin: 0 auto;}
	.ch_box_plus span {width: 10px;}
	.ch_box_plus span::after {height: 10px;}
}



.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; 
	transition:all 0.5s;
}

.je_main .je_bannerView .je_bannerGroup .je_bannerItem.swiper-slide-active .je_videoSec{transform:scale(1.0);  transition: transform 3s linear;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_video01{background: url(../img/index/mnBanner/mnBanner01.jpg) center/cover;min-height: 100vh;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_video02{background: url(../img/index/mnBanner/mnBanner02.jpg) center/cover;min-height: 100vh;}
.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_video03{background: url(../img/index/mnBanner/mnBanner03.jpg) center/cover;min-height: 100vh;}

.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){
	.je_main .je_bannerView {height: 70vh;}
	.mv_swiper_scrollbar {bottom: 40px;}
	.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_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;
}

.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 0.6s 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 0.6s 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 0.8s infinite;
}

.je_main .je_bannerView .je_goDown .je_goDownBtn i:nth-of-type(2) {
  top: 30px;
  opacity: .5;
  animation: upDown 0.8s infinite;
}

.je_main .je_information .je_secHdr h6 {
  font-size: 1.3rem;
  margin-top: 40px;
  text-align: center;
}

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

.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem {
  
  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-22);font-weight:var(--font-sb);
}

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

.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem p.time {font-size:var(--font-size-14);font-weight:var(--font-r);margin-top: 60px;}

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

.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: 1480px;margin: 0 auto;position: relative;width: 100%;text-align: left;display: flex;flex-direction: row;justify-content: flex-start;width: 95%;align-items: flex-start;gap: 10%;}
.sj_left_flex {	display: flex;flex-direction: column;}
.sj_right_flex {display: flex;flex-direction: column;margin: 0 auto;}

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

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

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

.je_sub .je_section .mt {
  margin-top: 24px;
}
.je_sub .je_section .mt16 {
  margin-top: 16px;
}
.je_sub .je_section .mt8 {
  margin-top: 8px;
}
.je_sub01Company {background-color: #f4f7f9;background-image: url(/theme/uanmedi/img/sub01_company/c_bg.png); background-repeat: no-repeat; background-size: cover;}
.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;
  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;border:1px solid #eee;}
.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:#555;background:#f4f7f9;border: 1px solid#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;}
		.je_header .je_container .je_hdrRight .je_icon {
		display: flex;
	}
	.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: 24px;
		justify-content: flex-end;
		margin-top: 20px;
	}
	.je_header .je_slideMenu .je_slideNav .je_navWrap {
		height: auto;
		gap: 0;
		flex-direction: column;
	}
	.je_header .je_slideMenu .je_slideNav .je_navList {
		padding: 10px 30px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	.je_header .je_slideMenu .je_slideNav .je_navList .je_mnNav {font-size: var(--font-size-22);}
	
	
	.je_slideSocialApps {
		padding: 20px 30px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 15px;
		text-align: center;
	}
	
	.je_slideSocialApps h4 {
		font-size: var(--font-size-18);
		font-weight: var(--font-sb);
		color: #fff;
		margin-bottom: 15px;
	}
	
	.je_slideSocialApps .je_socialAppBtns {
		display: flex;
		gap: 15px;
		justify-content: center;
	}
	
	.je_slideSocialApps .je_socialAppBtn {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 12px 20px;
		background: rgba(255, 255, 255, 0.15);
		border-radius: 25px;
		text-decoration: none;
		min-width: 140px;
		justify-content: center;
		transition: 0.5s all;
	}
	
	.je_slideSocialApps .je_socialAppBtn:hover {
		background: rgba(255, 255, 255, 0.25);
		transform: translateY(-2px);
		transition: all 0.5s;
	}
	
	.je_slideSocialApps .je_socialAppBtn img {
		width: 24px;
		height: 24px;
		margin-right: 8px;
		margin-bottom: 0;
		filter: brightness(0) invert(1);
	}
	
	.je_slideSocialApps .je_socialAppBtn span {
		font-size: var(--font-size-14);
		font-weight: var(--font-m);
		color: #fff;
		white-space: nowrap;
	}
	
	
	.je_slideLanguage {
		margin-top: 30px;
		padding: 25px 0;
	}
	
	.je_languageTitle h4 {
		font-size: var(--font-size-18);
	}
	
	.je_langOption {
		padding: 12px 15px;
		gap: 12px;
	}
	
	.je_langFlag {
		font-size: 20px;
	}
	
	.je_langName {
		font-size: var(--font-size-15);
	}
}
@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;}
	.je_header .je_container h1 a img {width: 150px;}
}
@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;gap:8px;}
	.je_ftrInfo li h5 {font-size:13px;}
}

@media (max-width: 1023px) {
  .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: 1080px) {
	.je_header .je_container .je_hdrRight .je_topNav .je_navWrap {
		display: none;
	}
	.je_socialLang {
		display: none;
	}
	.je_header .je_container .je_hdrRight .je_icon {
		display: flex;
	}
	.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: 24px;
		justify-content: flex-end;
		margin-top: 20px;
	}
	.je_header .je_slideMenu .je_slideNav .je_navWrap {
		height: auto;
		gap: 0;
		flex-direction: column;
	}
	.je_header .je_slideMenu .je_slideNav .je_navList {
		padding: 10px 30px;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		cursor:pointer;
	}

	.je_header .je_slideMenu .je_slideNav .je_navList .je_mnNav {font-size: var(--font-size-22); cursor:pointer}
	
	
	.je_slideSocialApps {
		padding: 20px 30px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 15px;
		text-align: center;
	}
	
	.je_slideSocialApps h4 {
		font-size: var(--font-size-18);
		font-weight: var(--font-sb);
		color: #fff;
		margin-bottom: 15px;
	}
	
	.je_slideSocialApps .je_socialAppBtns {
		display: flex;
		gap: 15px;
		justify-content: center;
	}
	
	.je_slideSocialApps .je_socialAppBtn {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 12px 20px;
		background: rgba(255, 255, 255, 0.15);
		border-radius: 25px;
		text-decoration: none;
		min-width: 140px;
		justify-content: center;
		transition: 0.5s all;
	}
	
	.je_slideSocialApps .je_socialAppBtn:hover {
		background: rgba(255, 255, 255, 0.25);
		transform: translateY(-2px);
		transition: all 0.5s;
	}
	
	.je_slideSocialApps .je_socialAppBtn img {
		width: 24px;
		height: 24px;
		margin-right: 8px;
		margin-bottom: 0;
		filter: brightness(0) invert(1);
	}
	
	.je_slideSocialApps .je_socialAppBtn span {
		font-size: var(--font-size-14);
		font-weight: var(--font-m);
		color: #fff;
		white-space: nowrap;
	}
	
	
	.je_slideLanguage {
		margin-top: 30px;
		padding: 25px 0;
	}
	
	.je_languageTitle h4 {
		font-size: var(--font-size-18);
	}
	
	.je_langOption {
		padding: 12px 15px;
		gap: 12px;
	}
	
	.je_langFlag {
		font-size: 20px;
	}
	
	.je_langName {
		font-size: var(--font-size-15);
	}
}

@media (max-width: 479px) {
	.je_header .je_slideMenu .je_container {
		gap: 20px;
	}
  .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 .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{ display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap;}
.je_main .je_subBanner .je_container .je_bgi ul{width:100%; }
.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: all 0.5s; }
.je_main .je_subBanner .je_container .je_bgi ul li p img{display:block; width:100%; }
.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){ 
.je_header .je_container h1 .logo_w {width: 130px;}
.je_socialIcons {display: none;}
}
@media (max-width: 1280px){ 
.je_sub .je_container {text-align: center;	flex-direction: column;	}
.sj_left_flex {display: flex;	flex-direction: column;	align-items: center; justify-content:center; width: 100%; align-items: center;}
.je_instagramIcon img, .je_appIcon img {display: none;}

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

.je_socialLang {display: flex;gap:12px;}
.je_socialIcons {gap:10px;}
.je_langBtn {font-size: 16px;}

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

/*--Ã«Â¯Â¸Ã«â€â€Ã¬â€“Â´ Ã¬â€žÂ¹Ã¬â€¦Ëœ--*/
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem{border-radius:20px;background:#fff;box-shadow: 0 3px 6px 0 rgba(0, 57, 200, 0.12);	transition:all 0.5s;	}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem img{border-radius:20px 20px 0 0  ;width: 100%;height: 200px;object-fit: cover;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem:hover {background:var(-main-clr); transition: all 0.5s;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem h5{color:#222;}
.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;border:1px solid #ddd;}
.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:#333; transition: all 0.5s;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem:hover p {color: #fff; transition: all 0.5s;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem:hover h5 {color: #fff; transition: all 0.5s;}

.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem:hover .plus {width: 60px;height: 60px; transition: all 0.5s;}
.je_main .je_information .je_infoSwipe .je_artView .je_artGroup .je_infoItem p{color:#222;}
.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: 20px;}
	.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: 40px;}
}

.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);}
.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;}
.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); transition: all 0.5s;}
.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 .logo_w {display:block;width: 150px;}
.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);}
.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_slideLanguage {
    margin-top: 40px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.je_languageTitle {
    margin-bottom: 25px;
}

.je_languageTitle h4 {
    font-size: var(--font-size-20);
    font-weight: var(--font-sb);
    color: #fff;
    margin: 0;
}

.je_languageOptions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.je_langOption {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.je_langOption:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    transform: translateX(5px);
    transition: all 0.5s;
}

.je_langOption.active {
    background: var(--main-clr);
    border-color: var(--main-clr);
    color: #fff;
}

.je_langFlag {
    font-size: 24px;
    line-height: 1;
}

.je_langName {
    font-size: var(--font-size-16);
    font-weight: var(--font-m);
}


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


.pharmaceutical-products {
    font-size: var(--font-size-24);
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 44px;
    color: var(--white-clr);
    margin-bottom: 20px;
	text-align: center;
}

@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;}
	
	.pharmaceutical-products {
		font-size: var(--font-size-20);
		line-height: 36px;
		margin-bottom: 15px;
	}
	
	.je_bannerBtn {
		width: 160px;
		padding: 14px 18px;
		font-size: 14px;
		margin-top: 40px;
	}
	
	.je_bannerBtn span {
		font-size: 14px;
		line-height: 20px;
	}

	.je_mediaBtn {
		width: 160px;
		padding: 14px 18px;
		font-size: 14px;
		margin-top: 40px;
	}
	
	.je_mediaBtn span {
		font-size: 14px;
		line-height: 20px;
	}
	

}
@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}
	
	.pharmaceutical-products {
		font-size: var(--font-size-18);
		line-height: 32px;
		margin-bottom: 12px;
	}
	
	.je_bannerBtn {
		width: 140px;
		padding: 12px 16px;
		font-size: 13px;
		margin-top: 30px;
	}
	
	.je_bannerBtn span {
		font-size: 13px;
		line-height: 18px;
	}

	.je_mediaBtn {
		width: 140px;
		padding: 12px 16px;
		font-size: 13px;
		margin-top: 30px;
	}
	
	.je_mediaBtn span {
		font-size: 13px;
		line-height: 18px;
	}
	

}

@media screen and (max-width: 460px){ 
	.je_main .je_bannerView .je_bannerGroup .je_bannerItem .je_container .je_texts .je_bannerSubText {font-size: 18px;}
	
	.pharmaceutical-products {
		font-size: var(--font-size-16);
		line-height: 28px;
		margin-bottom: 10px;
	}
	
	.je_bannerBtn {
		width: 120px;
		padding: 10px 14px;
		font-size: 12px;
		margin-top: 25px;
	}
	
	.je_bannerBtn span {
		font-size: 12px;
		line-height: 16px;
	}

	.je_mediaBtn {
		width: 120px;
		padding: 10px 14px;
		font-size: 12px;
		margin-top: 25px;
	}
	
	.je_mediaBtn span {
		font-size: 12px;
		line-height: 16px;
	}
	

}

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


/*--je_cosmetic_hero*/
.je_cosmetic_hero {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
	padding-top: 0;
}

/*--je_drug_hero -*/
.je_drug_hero {

    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
	padding-top: 0;
}
.obesity {background-color: #f7f8f9;}


.je_cosmetic_hero_content {
    position: relative;
    z-index: 2;
    width: 100%;
	background-image: url(/theme/uanmedi/img/sub02_company/cosmetic.png);
	padding: 10%;
	border-radius: 24px;
	background-position-y: 70%;
}

.je_drug_hero_content {
    position: relative;
    z-index: 2;
    width: 100%;
	background-image: url(/theme/uanmedi/img/sub02_company/drug_hero_bg.png);
	padding: 5%;
	border-radius: 24px;
}
.marketing_hero_content {	background-image: url(/theme/uanmedi/img/sub02_company/drug_hero_bg.png);}

.je_cosmetic_category {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    font-weight: var(--font-m);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.je_drug_category {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    font-weight: var(--font-m);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.je_cosmetic_title {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-60);
    font-weight: var(--font-b);
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.je_drug_title {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-60);
    font-weight: var(--font-b);
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}


.je_drug_description {
    margin-bottom: 50px;
}

.je_cosmetic_description p {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-20);
    font-weight: var(--font-m);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 20px;
    word-break: keep-all;
}

.je_drug_description p {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-20);
    font-weight: var(--font-m);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 8px;
    word-break: keep-all;
}

.je_cosmetic_description p:last-child {
    margin-bottom: 0;
}

.je_drug_description p:last-child {
    margin-bottom: 0;
}

.je_cosmetic_cta_btn {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-20);
    font-weight: var(--font-b);
    color: #fff;
    padding: 18px 40px;
    border-radius: 999px;
    cursor: pointer;
    letter-spacing: -0.01em;
	border:1px solid #fff;
}

.je_drug_cta_btn {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-20);
    font-weight: var(--font-b);
    color: #fff;
    padding: 18px 40px;
    border-radius: 999px;
    cursor: pointer;
    letter-spacing: -0.01em;
	border:1px solid #fff;
	transition: all 0.5s;
}

.je_cosmetic_cta_btn:hover {
    background: var(--main-clr);
	border:1px solid var(--main-clr);
	transition: all 0.5s;
}

.je_drug_cta_btn:hover {
    background: var(--main-clr);
	border:1px solid var(--main-clr);
	transition: all 0.5s;
}

/*--je_drug_tabs : ÃƒÂ¬Ã‚ÂÃ‹Å“ÃƒÂ¬Ã¢â‚¬Â¢Ã‚Â½ÃƒÂ­Ã¢â‚¬â„¢Ã‹â€  ÃƒÂ¬Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¬Ã¢â‚¬â€Ã¢â‚¬Â¦ÃƒÂ«Ã‚Â¶Ã¢â€šÂ¬ ÃƒÂ­Ã†â€™Ã‚Â­ ÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¹ÃƒÂ¬Ã¢â‚¬Â¦Ã‹Å“--*/
.je_drug_tabs {
    background: #f8f9fa;
    padding: 120px 0;
}

.drug_tabnav {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 80px;
    list-style: none;
    padding: 0;
}

.drug_tabnav li {
    position: relative;
}

.drug_tabnav li a {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-24);
    font-weight: var(--font-b);
    color: var(--black-clr);
    text-decoration: none;
    padding: 20px 30px;
    border: 2px solid transparent;
    border-radius: 12px;
    display: block;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.drug_tabnav li a:hover,
.drug_tabnav li a.active {
    color: var(--main-clr);
    border-color: var(--main-clr);
    background: rgba(0, 57, 200, 0.05);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 57, 200, 0.15);
    transition: all 0.5s;
}

.drug_tabnav li a span {
    display: block;
    font-size: var(--font-size-16);
    font-weight: var(--font-m);
    color: #666;
    margin-top: 5px;
    font-family: 'Pretendard', sans-serif;
}

.drug_tabnav li a:hover span,
.drug_tabnav li a.active span {
    color: var(--main-clr);
    transition: all 0.5s;
}

.drug_tabcontent {
    max-width: 1480px;
    margin: 0 auto;
}

.drug_tabcontent_box {
    display: none;
    background: #fff;
    border-radius: 20px;
    padding: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.drug_tabcontent_box.active {
    display: block;
    animation: fadeInUp 0.3s ease;
}

.drug_tabcontent_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 57, 200, 0.15);
    transition: all 0.5s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.drug_tabcontent_box figure {
    margin: 0 0 40px 0;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}

.drug_tabcontent_box figure img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.drug_tabcontent_box:hover figure img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.drug_info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.drug_info li {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    font-weight: var(--font-m);
    color: #555;
    line-height: 1.8;
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative;
    word-break: keep-all;
}

.drug_info li::before {
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';
    color: var(--main-clr);
    font-weight: bold;
    font-size: var(--font-size-24);
    position: absolute;
    left: 0;
    top: -2px;
}

.drug_info li:last-child {
    margin-bottom: 0;
}

/*--ÃƒÂ­Ã¢â€žÂ¢Ã¢â‚¬ÂÃƒÂ¬Ã…Â¾Ã‚Â¥ÃƒÂ­Ã¢â‚¬â„¢Ã‹â€  ÃƒÂ¬Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¬Ã¢â‚¬â€Ã¢â‚¬Â¦ÃƒÂ«Ã‚Â¶Ã¢â€šÂ¬ ÃƒÂ«Ã‚Â°Ã‹Å“ÃƒÂ¬Ã‚ÂÃ¢â‚¬ËœÃƒÂ­Ã‹Å“Ã¢â‚¬Â¢ ÃƒÂ«Ã¢â‚¬ÂÃ¢â‚¬ÂÃƒÂ¬Ã…Â¾Ã‚ÂÃƒÂ¬Ã‚ÂÃ‚Â¸--*/
@media screen and (max-width: 1280px) {
    .je_cosmetic_title {
        font-size: var(--font-size-60);
        margin-bottom: 35px;
    }
    
    .je_cosmetic_description p {
        font-size: var(--font-size-18);
    }
    
    .je_cosmetic_cta_btn {
        font-size: var(--font-size-18);
        padding: 16px 35px;
    }
}

/*--ÃƒÂ¬Ã‚ÂÃ‹Å“ÃƒÂ¬Ã¢â‚¬Â¢Ã‚Â½ÃƒÂ­Ã¢â‚¬â„¢Ã‹â€  ÃƒÂ¬Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¬Ã¢â‚¬â€Ã¢â‚¬Â¦ÃƒÂ«Ã‚Â¶Ã¢â€šÂ¬ ÃƒÂ«Ã‚Â°Ã‹Å“ÃƒÂ¬Ã‚ÂÃ¢â‚¬ËœÃƒÂ­Ã‹Å“Ã¢â‚¬Â¢ ÃƒÂ«Ã¢â‚¬ÂÃ¢â‚¬ÂÃƒÂ¬Ã…Â¾Ã‚ÂÃƒÂ¬Ã‚ÂÃ‚Â¸--*/
@media screen and (max-width: 1280px) {
    .je_drug_title {
        font-size: var(--font-size-60);
        margin-bottom: 35px;
    }
    
    .je_drug_description p {
        font-size: var(--font-size-18);
    }
    
    .je_drug_cta_btn {
        font-size: var(--font-size-18);
        padding: 16px 35px;
    }
    
    .drug_tabnav {
        gap: 30px;
        margin-bottom: 60px;
    }
    
    .drug_tabnav li a {
        font-size: var(--font-size-22);
        padding: 18px 25px;
    }
    
    .drug_tabnav li a span {
        font-size: var(--font-size-15);
    }
    
    .drug_tabcontent_box {
        padding: 50px;
    }
    
    .drug_info li {
        font-size: var(--font-size-17);
    }
}

@media screen and (max-width: 1080px) {
    .je_cosmetic_title {
        font-size: var(--font-size-50);
        margin-bottom: 30px;
    }
    
    .je_cosmetic_description p {
        font-size: var(--font-size-17);
    }
}

@media screen and (max-width: 1080px) {

    .je_drug_title {
        font-size: var(--font-size-50);
        margin-bottom: 30px;
    }
    
    .je_drug_description p {
        font-size: var(--font-size-17);
    }
    
    .je_drug_tabs {
        padding: 100px 0;
    }
    
    .drug_tabnav {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    
    .drug_tabnav li {
        width: 100%;
        max-width: 400px;
    }
    
    .drug_tabnav li a {
        font-size: var(--font-size-20);
        padding: 16px 20px;
    }
    
    .drug_tabcontent_box {
        padding: 40px;
    }
    
    .drug_tabcontent_box figure img {
        height: 250px;
    }
    
    .drug_info li {
        font-size: var(--font-size-16);
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 720px) {

    .je_cosmetic_category {
        font-size: var(--font-size-16);
        margin-bottom: 15px;
    }
    
    .je_cosmetic_title {
        font-size: var(--font-size-40);
        margin-bottom: 25px;
    }
    

    
    .je_cosmetic_description p {
        font-size: var(--font-size-16);
        margin-bottom: 15px;
    }
    
    .je_cosmetic_cta_btn {
        font-size: var(--font-size-16);
        padding: 14px 30px;
    }
}

@media screen and (max-width: 720px) {
    .je_drug_hero_text {
        padding: 40px 0;
    }
    
    .je_drug_category {
        font-size: var(--font-size-16);
        margin-bottom: 15px;
    }
    
    .je_drug_title {
        font-size: var(--font-size-40);
        margin-bottom: 25px;
    }
    
    .je_drug_description {
        margin-bottom: 35px;
    }
    
    .je_drug_description p {
        font-size: var(--font-size-16);
        margin-bottom: 15px;
    }
    
    .je_drug_cta_btn {
        font-size: var(--font-size-16);
        padding: 14px 30px;
    }
    
    .je_drug_tabs {
        padding: 80px 0;
    }
    
    .drug_tabnav {
        margin-bottom: 50px;
    }
    
    .drug_tabnav li a {
        font-size: var(--font-size-18);
        padding: 14px 18px;
    }
    
    .drug_tabnav li a span {
        font-size: var(--font-size-14);
    }
    
    .drug_tabcontent_box {
        padding: 30px;
        border-radius: 15px;
    }
    
    .drug_tabcontent_box figure {
        margin-bottom: 30px;
    }
    
    .drug_tabcontent_box figure img {
        height: 200px;
    }
    
    .drug_info li {
        font-size: var(--font-size-15);
        margin-bottom: 18px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 480px) {

    
    .je_cosmetic_category {
        font-size: var(--font-size-15);
        margin-bottom: 12px;
    }
    
    .je_cosmetic_title {
        font-size: var(--font-size-24);
        margin-bottom: 20px;
    }
    

    .je_cosmetic_description p {
        font-size: var(--font-size-15);
        margin-bottom: 12px;
        line-height: 1.6;
    }
    
    .je_cosmetic_cta_btn {
        font-size: var(--font-size-15);
        padding: 12px 25px;
    }
}

@media screen and (max-width: 480px) {

    
    .je_drug_hero_text {
        padding: 30px 0;
    }
    
    .je_drug_category {
        font-size: var(--font-size-15);
        margin-bottom: 12px;
    }
    
    .je_drug_title {
        font-size: var(--font-size-32);
        margin-bottom: 20px;
    }
    
    .je_drug_description {
        margin-bottom: 30px;
    }
    
    .je_drug_description p {
        font-size: var(--font-size-15);
        margin-bottom: 12px;
        line-height: 1.6;
    }
    
    .je_drug_cta_btn {
        font-size: var(--font-size-15);
        padding: 12px 25px;
    }
    
    .je_drug_tabs {
        padding: 60px 0;
    }
    
    .drug_tabnav {
        margin-bottom: 40px;
    }
    
    .drug_tabnav li a {
        font-size: var(--font-size-16);
        padding: 12px 15px;
    }
    
    .drug_tabnav li a span {
        font-size: var(--font-size-13);
    }
    
    .drug_tabcontent_box {
        padding: 25px;
        border-radius: 12px;
    }
    
    .drug_tabcontent_box figure {
        margin-bottom: 25px;
    }
    
    .drug_tabcontent_box figure img {
        height: 180px;
    }
    
    .drug_info li {
        font-size: var(--font-size-14);
        margin-bottom: 15px;
        padding-left: 18px;
        line-height: 1.6;
    }
}

/*--ÃƒÂ«Ã‚Â©Ã¢â‚¬ÂÃƒÂ¬Ã‚ÂÃ‚Â¸ ÃƒÂ¬Ã‚Â Ã…â€œÃƒÂ­Ã¢â‚¬â„¢Ã‹â€ /ÃƒÂªÃ‚Â¸Ã‚Â°ÃƒÂ¬Ã‹â€ Ã‚Â  --*/
.sj_bg{background:url("/theme/uanmedi/img/index/product_bg.png") no-repeat 50% 50%/ cover ;}

/*--b_loc_sec : ÃƒÂ¬Ã‹Å“Ã‚Â¤ÃƒÂ¬Ã¢â‚¬Â¹Ã…â€œÃƒÂ«Ã…Â Ã¢â‚¬Â ÃƒÂªÃ‚Â¸Ã‚Â¸ ÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¹ÃƒÂ¬Ã¢â‚¬Â¦Ã‹Å“--*/


.b_cont_box {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.b_tab_menu {
    flex: 1;
    max-width: 500px;
}

.tab_nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.tab_btn {
    padding: 20px 30px;
    background-color: #fff;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: var(--font-size-18);
    font-weight: var(--font-sb);
    color: #666;
    cursor: pointer;
    text-align: left;
    position: relative;
    overflow: hidden;
	transition: all 0.5s;
}

.tab_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 57, 200, 0.1), transparent);
	transition: all 0.5s;
}

.tab_btn:hover::before {
    left: 100%;
    transition: all 0.5s;
}

.tab_btn:hover {
    border-color: var(--main-clr);
    color: var(--main-clr);
    transform: translateX(5px);
    transition: all 0.5s;
}

.tab_btn.active {
    background-color: var(--main-clr);
    border-color: var(--main-clr);
    color: #fff;
    box-shadow: 0 8px 25px rgba(0, 57, 200, 0.3);
}

.tab_content {
    display: none;
    animation: fadeInUp 0.25s ease;
}

.tab_content.active {
    display: block;
}

.office_info h2 {
    font-size: var(--font-size-24);
    font-weight: var(--font-b);
    color: #222;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--main-clr);
}

.office_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.office_info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.5s;
}

.office_info li:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
}

.b_tit_txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    min-width: 100px;
	margin-right: 8px;
}

.b_tit_txt figure {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b_tit_txt figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	filter: invert(1);
}

.b_tit_txt p {
    font-size: var(--font-size-16);
    font-weight: var(--font-m);
    color: #555;
    margin: 0;
}

.office_info li span {
    font-size: var(--font-size-16);
    color: #333;
    line-height: 1.6;
    flex: 1;
}

.office_info li span a {
    color: var(--main-clr);
    text-decoration: none;
    font-weight: var(--font-m);
}

.office_info li span a:hover {
    text-decoration: underline;
    transition: all 0.5s;
}

.b_map_box {
    flex: 1;
    position: relative;
}

.map_container {
    display: none;
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.map_container.active {
    display: block;
    animation: fadeInUp 0.25s ease;
	transition: all 0.5s;
}

.map_container:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
    border-radius: 16px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media screen and (max-width: 1280px) {
    .b_cont_box {
        gap: 40px;
    }
    
    .tab_btn {
        padding: 18px 25px;
        font-size: var(--font-size-16);
    }
    
    .office_info h2 {
        font-size: var(--font-size-22);
    }
    
    .map_container {
        height: 450px;
    }
}

@media screen and (max-width: 1080px) {
    .b_cont_box {
        flex-direction: column;
        gap: 30px;
    }
    
    .b_tab_menu {
        max-width: 100%;
    }
    
    .tab_nav {
        flex-direction: row;
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .tab_btn {
        flex: 1;
        text-align: center;
        padding: 15px 20px;
    }
    
    .map_container {
        height: 400px;
    }
}

@media screen and (max-width: 720px) {
    .tab_nav {
        flex-direction: column;
        gap: 10px;
    }
    
    .tab_btn {
        padding: 15px 20px;
        font-size: var(--font-size-16);
    }
    
    .office_info h2 {
        font-size: var(--font-size-20);
        margin-bottom: 20px;
    }
    
    .office_info li {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .b_tit_txt {
        min-width: 80px;
    }
    
    .b_tit_txt p {
        font-size: var(--font-size-14);
    }
    
    .office_info li span {
        font-size: var(--font-size-14);
    }
    
    .map_container {
        height: 350px;
    }
}

@media screen and (max-width: 480px) {

    .tab_btn {
        padding: 12px 15px;
        font-size: var(--font-size-15);
    }
    
    .office_info h2 {
        font-size: var(--font-size-18);
    }
    
    .office_info li {
        padding: 12px;
        flex-direction: column;
        gap: 10px;
    }
    
    .b_tit_txt {
        min-width: auto;
        margin-bottom: 5px;
    }
    
    .map_container {
        height: 300px;
    }
}

/*--je_contact_support */
.je_contact_support {
    background:url("/theme/uanmedi/img/index/customer_bg.png") no-repeat 50% 50%/ cover }
.je_contact_support .je_container {
	display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: row;
    width: 92%;
}

.je_contact_header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.je_contact_header h3 {
    font-size: var(--font-size-50);
    font-weight: var(--font-b);
    color: #222;
    margin-bottom: 35px;
}

.je_contact_header p {
    font-size: var(--font-size-20);
    font-weight: var(--font-m);
    color: #555;
    line-height: 1.8;
}

.je_contact_support .je_bannerBtn {border:1px solid#222;margin:50px auto 0 0}
.je_contact_support .je_bannerBtn span {color: #222;}
.je_contact_support .je_bannerBtn:hover {border:1px solid(var(--main-clr)); transition: all 0.5s; }
.je_contact_support .je_bannerBtn:hover  a{color: #fff; transition: all 0.5s; }
.je_contact_cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    flex-shrink: 0;
	transition:all 0.5s;
	width: 60%;
}

.je_contact_card {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: 240px;
	transition:all 0.5s;
	text-align: left;	
	gap:24px;	
	
}

.je_contact_card:hover {
    background-color: #333;
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);	transition: all 0.5s;
}

.je_contact_card_content h4 {
    font-size: var(--font-size-24);
    font-weight: var(--font-b);
    margin-bottom: 20px;
    color: #222;
}

.je_contact_card:hover .je_contact_card_content h4 {
    color: #fff;
    transition: all 0.5s;
}

.je_contact_info p {
    font-size: var(--font-size-16);
    font-weight: var(--font-m);
    color: #666;
    margin-bottom: 8px;
}

.je_contact_card:hover .je_contact_info p {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.5s;
}

.je_contact_icon {
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.customer-support-icon {
    background-image: url('/img/icon/customer-support-icon.png');
}


.pharmaceutical-icon {
    background-image: url('/img/icon/pharmaceutical-icon.png');
}


.cosmetics-icon {
    background-image: url('/img/icon/cosmetics-icon.png');
}

.marketing-icon {
    background-image: url('/img/icon/marketing-icon.png');
}

.je_contact_card:hover .customer-support-icon {
    background-image: url('/img/icon/customer-support-icon-hover.png');
    transition: all 0.5s;
}

.je_contact_card:hover .pharmaceutical-icon {
    background-image: url('/img/icon/pharmaceutical-icon-hover.png');
    transition: all 0.5s;
}

.je_contact_card:hover .cosmetics-icon {
    background-image: url('/img/icon/cosmetics-icon-hover.png');
    transition: all 0.5s;
}

.je_contact_card:hover .marketing-icon {
    background-image: url('/img/icon/marketing-icon-hover.png');
    transition: all 0.5s;
}


@media screen and (max-width: 1480px) {
    .je_contact_support .je_container {
        flex-direction: column;
        gap: 40px;
    }
    
    .je_contact_header {
        width: 100%;
		text-align: center;
		 align-items: center;
    }

    .je_contact_cards {
        width: 100%;
    }
    
    .je_contact_card {
        padding: 35px;
        height: 180px;
		width: 100%;
    }
    
    .je_contact_icon {
        width: 50px;
        height: 50px;
    }
	.je_contact_support .je_bannerBtn{margin: 40px auto 0 auto ;}
}

@media screen and (max-width: 1280px) {
    
    .je_contact_header h3 {
        font-size: var(--font-size-44);
        margin-bottom: 25px;
    }
    
    .je_contact_header p {
        font-size: var(--font-size-18);
    }
    
    .je_contact_card_content h4 {
        font-size: var(--font-size-20);
        margin-bottom: 15px;
    }
    
    .je_contact_info p {
        font-size: var(--font-size-15);
    }
}

@media screen and (max-width: 1080px) {

    
    .je_contact_cards {
        gap: 20px;
    }
    
    .je_contact_card {
        padding: 30px;
        height: 160px;
    }
    
    .je_contact_header h3 {
        font-size: var(--font-size-40);
    }
    
    .je_contact_header p {
        font-size: var(--font-size-16);
    }
}

@media screen and (max-width: 720px) {

    
    .je_contact_cards {
        grid-template-columns: 1fr;
    }
    
    .je_contact_card {
        padding: 25px;
        height: auto;
        min-height: 140px;
    }
    
    .je_contact_header h3 {
        font-size: var(--font-size-32);
        margin-bottom: 20px;
    }
    
    .je_contact_header p {
        font-size: var(--font-size-16);
    }
    
    .je_contact_btn a {
        padding: 12px 25px;
        font-size: var(--font-size-14);
    }
    
    .je_contact_card_content h4 {
        font-size: var(--font-size-18);
        margin-bottom: 12px;
    }
    
    .je_contact_info p {
        font-size: var(--font-size-14);
    }
    
    .je_contact_icon {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 480px) {

    
    .je_contact_header h3 {
        font-size: var(--font-size-28);
        margin-bottom: 15px;
    }
    
    .je_contact_header p {
        font-size: var(--font-size-15);
    }
    
    .je_contact_btn a {
        padding: 10px 20px;
        font-size: var(--font-size-13);
    }
    
    .je_contact_card {
        padding: 20px;
        min-height: 120px;
    }
    
    .je_contact_card_content h4 {
        font-size: var(--font-size-16);
        margin-bottom: 10px;
    }
    
    .je_contact_info p {
        font-size: var(--font-size-13);
    }
    
    .je_contact_icon {
        width: 40px;
        height: 40px;
    }
}


.je_main .je_information {background: url('/img/index/media_bg.png')no-repeat 50% 50% / cover;}
.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_information .je_bannerBtn {border:1px solid#222;}
.je_information .je_bannerBtn span {color: #222;}
.je_information .je_bannerBtn:hover {border:1px solid(var(--main-clr)); transition: all 0.5s; }
.je_information .je_bannerBtn:hover  span{color: #fff; transition: all 0.5s; }
.je_sub .je_section .je_paragraph{word-break:keep-all; }
.sj_center h6 {text-align: left;}
.je_main .je_information .je_secHdr h3{text-align: center;}


@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: 20px 0 20px 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: 1280px) {
  .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 h3 {text-align: left;}
	.je_main .je_information .je_secHdr h6{font-size: 16px; word-break:keep-all;text-align: left;	 }
	.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: 16px; 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; }
	
	
	.je_slideLanguage {
		margin-top: 25px;
		padding: 20px 0;
	}
	
	.je_languageTitle h4 {
		font-size: var(--font-size-16);
	}
	
	.je_langOption {
		padding: 10px 12px;
		gap: 10px;
	}
	
	.je_langFlag {
		font-size: 18px;
	}
	
	.je_langName {
		font-size: var(--font-size-14);
	}
}



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

}

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

}

/*--sj_philosophy_sec : ÃƒÂªÃ‚Â²Ã‚Â½ÃƒÂ¬Ã‹Å“Ã‚ÂÃƒÂ¬Ã‚ÂÃ‚Â´ÃƒÂ«Ã¢â‚¬Â¦Ã‚Â ÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¹ÃƒÂ¬Ã¢â‚¬Â¦Ã‹Å“--*/
.sj_philosophy_sec {
    background: #f8f9fa;
    padding: 120px 0;
    position: relative;
}

.sj_philosophy_content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.sj_philosophy_title h3 {
    font-family:  'Pretendard', sans-serif;
    font-size: var(--font-size-40);
    font-weight: var(--font-sb);
    color: var(--black-clr);
    margin-bottom: 100px;
}


.sj_philosophy_columns {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1480px;
    margin: 0 auto;
}

.sj_philosophy_column {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    padding: 60px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    text-align: center;

}


.sj_philosophy_item {
    position: relative;
}

.sj_philosophy_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background: var(--main-clr);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sj_philosophy_icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--main-clr);
    border-radius: 50%;
    opacity: 0.2;
    transform: scale(1.2);
}

.sj_philosophy_icon img {
    width: 40px;
    height: 40px;
    filter: brightness(0) invert(1);
}




.sj_philosophy_item h4 {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-32);
    font-weight: var(--font-b);
    color: var(--main-clr);
    margin-bottom: 30px;
}


.sj_philosophy_item p {
    font-size: var(--font-size-18);
    color: #666;
    line-height: 1.8;
    word-break: keep-all;
}

/*--sj_mission_vision_sec : ÃƒÂ«Ã‚Â¯Ã‚Â¸ÃƒÂ¬Ã¢â‚¬Â¦Ã‹Å“ ÃƒÂ«Ã‚Â¹Ã¢â‚¬Å¾ÃƒÂ¬Ã‚Â Ã¢â‚¬Å¾ ÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¹ÃƒÂ¬Ã¢â‚¬Â¦Ã‹Å“--*/
.sj_mission_vision_sec {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.sj_mission_vision_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="mission-dots" width="40" height="40" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1.5" fill="rgba(0,57,200,0.08)"/></pattern></defs><rect width="100" height="100" fill="url(%23mission-dots)"/></svg>');
    opacity: 0.6;
}

.sj_mission_vision_content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.sj_mission_vision_title h3 {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-48);
    font-weight: var(--font-b);
    color: var(--black-clr);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.sj_mission_vision_subtitle {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    color: #666;
    margin-bottom: 80px;
    font-weight: var(--font-m);
}

.sj_mission_vision_single {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    padding: 40px 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    border: 2px solid var(--main-clr);
    max-width: 1000px;
    margin: 0 auto;
}





.sj_single_content {
    flex: 1;
}

.sj_single_content h4 {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-16);
    font-weight: var(--font-b);
    color: var(--main-clr);
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sj_single_content p {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-24);
    color: var(--black-clr);
    line-height: 1.6;
    word-break: keep-all;
    margin: 0;
    font-weight: var(--font-m);
}



/*--ÃƒÂ«Ã‚Â°Ã‹Å“ÃƒÂ¬Ã‚ÂÃ¢â‚¬ËœÃƒÂ­Ã‹Å“Ã¢â‚¬Â¢ ÃƒÂ«Ã¢â‚¬ÂÃ¢â‚¬ÂÃƒÂ¬Ã…Â¾Ã‚ÂÃƒÂ¬Ã‚ÂÃ‚Â¸--*/
@media screen and (max-width: 1280px) {
    .sj_philosophy_sec {
        padding: 100px 0;
    }
    
    .sj_philosophy_title h3 {
        font-size: var(--font-size-44);
        margin-bottom: 60px;
    }
    
    .sj_philosophy_columns {
        gap: 30px;
    }
    
    .sj_philosophy_column {
        padding: 50px 30px;
    }
    
    .sj_philosophy_icon {
        width: 70px;
        height: 70px;
        margin-bottom: 25px;
    }
    
    .sj_philosophy_icon img {
        width: 35px;
        height: 35px;
    }
    
    .sj_philosophy_item h4 {
        font-size: var(--font-size-28);
    }
    
    .sj_philosophy_item p {
        font-size: var(--font-size-16);
    }
    
    .sj_mission_vision_sec {
        padding: 100px 0;
    }
    
    .sj_mission_vision_title h3 {
        font-size: var(--font-size-44);
        margin-bottom: 15px;
    }
    
    .sj_mission_vision_subtitle {
        font-size: var(--font-size-16);
        margin-bottom: 60px;
    }
    
    .sj_mission_vision_single {
        padding: 35px 40px;
    }
    
    .sj_single_icon {
        width: 60px;
        height: 60px;
        margin-right: 30px;
    }
    
    .sj_single_icon img {
        width: 30px;
        height: 30px;
    }
    
    .sj_single_content h4 {
        font-size: var(--font-size-15);
    }
    
    .sj_single_content p {
        font-size: var(--font-size-20);
    }
}

@media screen and (max-width: 1080px) {
    .sj_philosophy_columns {
        flex-direction: column;
        gap: 20px;
    }
    
    .sj_philosophy_column {
        padding: 40px 30px;
    }
    
    .sj_philosophy_icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .sj_philosophy_icon img {
        width: 30px;
        height: 30px;
    }
    
    .sj_philosophy_item h4 {
        font-size: var(--font-size-24);
    }
    
    .sj_philosophy_item p {
        font-size: var(--font-size-16);
    }
    
    .sj_mission_vision_single {
        padding: 30px 35px;
        flex-direction: column;
        text-align: center;
    }
    
    .sj_single_icon {
        width: 55px;
        height: 55px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .sj_single_icon img {
        width: 28px;
        height: 28px;
    }
    
    .sj_single_content h4 {
        font-size: var(--font-size-14);
    }
    
    .sj_single_content p {
        font-size: var(--font-size-18);
    }
}

@media screen and (max-width: 720px) {
    .sj_philosophy_sec {
        padding: 80px 0;
    }
    
    .sj_philosophy_title h3 {
        font-size: var(--font-size-36);
        margin-bottom: 50px;
    }
    
    .sj_philosophy_column {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .sj_philosophy_icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .sj_philosophy_icon img {
        width: 25px;
        height: 25px;
    }
    
    .sj_philosophy_item h4 {
        font-size: var(--font-size-22);
        margin-bottom: 20px;
    }
    
    .sj_philosophy_item p {
        font-size: var(--font-size-15);
    }
    
    .sj_mission_vision_sec {
        padding: 80px 0;
    }
    
    .sj_mission_vision_title h3 {
        font-size: var(--font-size-36);
        margin-bottom: 12px;
    }
    
    .sj_mission_vision_subtitle {
        font-size: var(--font-size-15);
        margin-bottom: 50px;
    }
    
    .sj_mission_vision_single {
        padding: 25px 30px;
        border-radius: 12px;
    }
    
    .sj_single_icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .sj_single_icon img {
        width: 25px;
        height: 25px;
    }
    
    .sj_single_content h4 {
        font-size: var(--font-size-13);
    }
    
    .sj_single_content p {
        font-size: var(--font-size-16);
    }
}

@media screen and (max-width: 480px) {
    .sj_philosophy_sec {
        padding: 60px 0;
    }
    
    .sj_philosophy_title h3 {
        font-size: var(--font-size-30);
        margin-bottom: 40px;
    }
    
    .sj_philosophy_column {
        padding: 25px 15px;
    }
    
    .sj_philosophy_icon {
        width: 45px;
        height: 45px;
        margin-bottom: 12px;
    }
    
    .sj_philosophy_icon img {
        width: 22px;
        height: 22px;
    }
    
    .sj_philosophy_item h4 {
        font-size: var(--font-size-20);
    }
    
    .sj_philosophy_item p {
        font-size: var(--font-size-18);
    }
    
    .sj_mission_vision_sec {
        padding: 50px 0;
    }
    
    .sj_mission_vision_title h3 {
        font-size: var(--font-size-28);
        margin-bottom: 50px;
    }
    
    .sj_mission_vision_sec {
        padding: 60px 0;
    }
    
    .sj_mission_vision_title h3 {
        font-size: var(--font-size-32);
        margin-bottom: 10px;
    }
    
    .sj_mission_vision_subtitle {
        font-size: var(--font-size-14);
        margin-bottom: 40px;
    }
    
    .sj_mission_vision_single {
        padding: 20px 25px;
        border-radius: 10px;
    }
    
    .sj_single_icon {
        width: 45px;
        height: 45px;
        margin-bottom: 12px;
    }
    
    .sj_single_icon img {
        width: 22px;
        height: 22px;
    }
    
    .sj_single_content h4 {
        font-size: var(--font-size-12);
    }
    
    .sj_single_content p {
        font-size: var(--font-size-15);
    }
}

/*--sj_history_sec : ÃƒÂ¬Ã¢â‚¬â€Ã‚Â°ÃƒÂ­Ã‹Å“Ã‚Â ÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¹ÃƒÂ¬Ã¢â‚¬Â¦Ã‹Å“--*/
.sj_history_sec {
    background: #f8f9fa;
    padding: 120px 0;
    position: relative;
}

.sj_history_sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="history-dots" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="rgba(0,57,200,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23history-dots)"/></svg>');
    opacity: 0.4;
}

.sj_history_content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.sj_history_title h3 {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-40);
    font-weight: var(--font-sb);
    color: var(--black-clr);
    margin-bottom: 100px;
}

.sj_history_timeline {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
	flex-direction: row-reverse;
}


.sj_timeline_item {
    flex: 1;
    position: relative;
    z-index: 2;
    text-align: center;
}

.sj_timeline_year {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-36);
    font-weight: var(--font-b);
    color: var(--main-clr);
    margin-bottom: 30px;
}

.sj_timeline_number {
    width: 30px;
    height: 30px;
    margin: 0 auto 20px;
    background: var(--main-clr);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-16);
    font-weight: var(--font-b);
    color: #fff;
    position: relative;
}

.sj_timeline_content {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


.sj_timeline_content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sj_timeline_content li {
    font-size: var(--font-size-16);
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    word-break: keep-all;
    text-align: left;
}

.sj_timeline_content li::before {
    content: '⊙';
    color: var(--main-clr);
    font-weight: bold;
    position: absolute;
    left: 0;
}


.sj_timeline_content li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
    .sj_history_sec {
        padding: 100px 0;
    }
    
    .sj_history_title h3 {
        font-size: var(--font-size-36);
        margin-bottom: 80px;
    }
    
    .sj_history_timeline {
        gap: 40px;
    }
    
    .sj_timeline_year {
        font-size: var(--font-size-32);
        margin-bottom: 25px;
    }
    
    .sj_timeline_number {
        width: 24px;
        height: 24px;
        margin-bottom: 15px;
        font-size: var(--font-size-14);
    }
    
    .sj_timeline_content {
        padding: 35px 25px;
    }
    
    .sj_timeline_content li {
        font-size: var(--font-size-15);
    }
}

@media screen and (max-width: 1080px) {
    .sj_history_timeline {
        flex-direction: column;
        gap: 40px;
    }
    
    .sj_timeline_number {
        width: 24px;
        height: 24px;
        margin-bottom: 12px;
        font-size: var(--font-size-13);
    }
    
    .sj_timeline_content {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 720px) {
    .sj_history_sec {
        padding: 80px 0;
    }
    
    .sj_history_title h3 {
        font-size: var(--font-size-32);
        margin-bottom: 60px;
    }
    
    .sj_history_timeline {
        gap: 30px;
    }
    
    .sj_timeline_year {
        font-size: var(--font-size-28);
        margin-bottom: 20px;
    }
    
    .sj_timeline_number {
        width: 24px;
        height: 24px;
        margin-bottom: 10px;
        font-size: var(--font-size-12);
    }
    
    .sj_timeline_content {
        padding: 25px 20px;
        border-radius: 15px;
    }
    
    .sj_timeline_content li {
        font-size: var(--font-size-14);
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 480px) {
    .sj_history_sec {
        padding: 60px 0;
    }
    
    .sj_history_title h3 {
        font-size: var(--font-size-28);
        margin-bottom: 50px;
    }
    
    .sj_timeline_year {
        font-size: var(--font-size-24);
    }
    
    .sj_timeline_number {
        width: 24px;
        height: 24px;
        margin-bottom: 8px;
        font-size: var(--font-size-11);
    }
    
    .sj_timeline_content {
        padding: 20px 15px;
    }
    
    .sj_timeline_content li {
        font-size: var(--font-size-13);
        margin-bottom: 10px;
    }
}

/*--sj_ci_sec : CI ÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¹ÃƒÂ¬Ã¢â‚¬Â¦Ã‹Å“--*/
.sj_ci_sec {
    background: #fff;
    padding: 120px 0;
    position: relative;
}

.sj_ci_content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.sj_ci_title h3 {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-48);
    font-weight: var(--font-b);
    color: var(--black-clr);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.sj_ci_subtitle {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    color: #666;
    margin-bottom: 80px;
    font-weight: var(--font-m);
}

/* CI Grid Layout */
.sj_ci_grid {
    max-width: 1480px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
}

.sj_ci_row {
    display: grid;
    grid-template-columns: 200px 1fr;
    min-height: 120px;
    border-bottom: 1px solid #e0e0e0;
}

.sj_ci_row:last-child {
    border-bottom: none;
}

.sj_ci_label {
    background: #fff;
    border-right: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sj_ci_label h4 {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    font-weight: var(--font-b);
    color: var(--black-clr);
    margin: 0;
    text-align: center;
}

.sj_ci_content_area {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* CI Content Styles */
.sj_ci_logo_display img {
    max-width: 80%;
    height: auto;
    max-height: 80px;
}

.sj_ci_variation_display {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
}

.sj_ci_variation_horizontal {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sj_ci_variation_vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.sj_ci_variation_horizontal img,
.sj_ci_variation_vertical img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.sj_ci_company_name {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    font-weight: var(--font-b);
    color: var(--main-clr);
}

.sj_ci_color_display {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    height: 100%;
}

.sj_ci_color_swatch {
    width: 65%;
    height: 120px;
    border: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.sj_ci_color_swatch.pantone_blue {
    background: var(--main-clr);
    border: 1px solid var(--main-clr);
}

.sj_ci_color_info {
    flex: 1;
}

.sj_ci_color_codes {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sj_ci_color_code {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sj_ci_code_label {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-16);
    font-weight: var(--font-b);
    color: var(--black-clr);
    min-width: 50px;
}

.sj_ci_code_value {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-16);
    font-weight: var(--font-m);
    color: #666;
    letter-spacing: 0.5px;
}

/* Brand Description Section */
.sj_ci_description {
    background: #fff;
    padding: 60px 0;
    border-top: 1px solid #e0e0e0;
}

.sj_ci_desc_content {
    text-align: center;
}

.sj_ci_desc_content h4 {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-28);
    font-weight: var(--font-b);
    margin-bottom: 30px;
    color: var(--black-clr);
}

.sj_ci_desc_content p {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    line-height: 1.8;
    color: #666;
    font-weight: var(--font-m);
    word-break: keep-all;
    max-width: 800px;
    margin: 0 auto;
}


@media screen and (max-width: 1280px) {
    .sj_ci_sec {
        padding: 100px 0;
    }
    
    .sj_ci_title h3 {
        font-size: var(--font-size-44);
        margin-bottom: 15px;
    }
    
    .sj_ci_subtitle {
        font-size: var(--font-size-16);
        margin-bottom: 60px;
    }
    
    .sj_ci_row {
        grid-template-columns: 180px 1fr;
        min-height: 100px;
    }
    
    .sj_ci_content_area {
        padding: 30px;
    }
    
    .sj_ci_color_display {
        gap: 30px;
    }
    
    .sj_ci_color_swatch {
        width: 65%;
        height: 100px;
    }
    
    .sj_ci_code_label {
        font-size: var(--font-size-15);
        min-width: 45px;
    }
    
    .sj_ci_code_value {
        font-size: var(--font-size-15);
    }
    
    .sj_ci_description {
        padding: 50px 0;
    }
    
    .sj_ci_desc_content h4 {
        font-size: var(--font-size-24);
    }
    
    .sj_ci_desc_content p {
        font-size: var(--font-size-16);
    }
}

@media screen and (max-width: 1080px) {
    .sj_ci_row {
        grid-template-columns: 160px 1fr;
        min-height: 90px;
    }
    
    .sj_ci_content_area {
        padding: 25px;
    }
    
    .sj_ci_variation_display {
        flex-direction: column;
		gap:40px;
    }
    
    .sj_ci_variation_horizontal,
    .sj_ci_variation_vertical {
        justify-content: center;
    }
    
    .sj_ci_color_display {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .sj_ci_color_swatch {
        width: 65%;
        height: 80px;
        margin: 0 auto;
    }
    
    .sj_ci_color_codes {
        gap: 12px;
    }
    
    .sj_ci_color_code {
        justify-content: center;
        gap: 15px;
    }
    
    .sj_ci_code_label {
        font-size: var(--font-size-14);
        min-width: 40px;
    }
    
    .sj_ci_code_value {
        font-size: var(--font-size-14);
    }
	.sj_ci_variation_horizontal img,
.sj_ci_variation_vertical img {
    max-width: 75%;
    height: auto;
    object-fit: contain;
}
}

@media screen and (max-width: 720px) {
    .sj_ci_sec {
        padding: 80px 0;
    }
    
    .sj_ci_title h3 {
        font-size: var(--font-size-36);
        margin-bottom: 12px;
    }
    
    .sj_ci_subtitle {
        font-size: var(--font-size-15);
        margin-bottom: 50px;
    }
    
    .sj_ci_row {
        grid-template-columns: 140px 1fr;
        min-height: 80px;
    }
    
    .sj_ci_content_area {
        padding: 20px;
    }
    
    .sj_ci_label h4 {
        font-size: var(--font-size-16);
    }
    
    .sj_ci_company_name {
        font-size: var(--font-size-16);
    }
    
    .sj_ci_color_display {
        flex-direction: column;
        gap: 15px;
    }
    
    .sj_ci_color_swatch {
        width: 65%;
        height: 70px;
    }
    
    .sj_ci_color_codes {
        gap: 10px;
    }
    
    .sj_ci_color_code {
        gap: 12px;
    }
    
    .sj_ci_code_label {
        font-size: var(--font-size-13);
        min-width: 35px;
    }
    
    .sj_ci_code_value {
        font-size: var(--font-size-13);
    }
    
    .sj_ci_description {
        padding: 40px 0;
    }
    
    .sj_ci_desc_content h4 {
        font-size: var(--font-size-22);
        margin-bottom: 25px;
    }
    
    .sj_ci_desc_content p {
        font-size: var(--font-size-15);
    }
}

@media screen and (max-width: 480px) {
    .sj_ci_sec {
        padding: 60px 0;
    }
    
    .sj_ci_title h3 {
        font-size: var(--font-size-32);
        margin-bottom: 10px;
    }
    
    .sj_ci_subtitle {
        font-size: var(--font-size-14);
        margin-bottom: 40px;
    }
    
    .sj_ci_row {
        grid-template-columns: 120px 1fr;
        min-height: 70px;
    }
    
    .sj_ci_content_area {
        padding: 15px;
    }
    
    .sj_ci_label h4 {
        font-size: var(--font-size-14);
    }
    
    .sj_ci_variation_display {
        flex-direction: column;
    }
    
    .sj_ci_company_name {
        font-size: var(--font-size-14);
    }
    
    .sj_ci_color_display {
        flex-direction: column;
        gap: 12px;
    }
    
    .sj_ci_color_swatch {
        width: 65%;
        height: 60px;
    }
    
    .sj_ci_color_codes {
        gap: 8px;
    }
    
    .sj_ci_color_code {
        gap: 10px;
    }
    
    .sj_ci_code_label {
        font-size: var(--font-size-12);
        min-width: 30px;
    }
    
    .sj_ci_code_value {
        font-size: var(--font-size-12);
    }
    
    .sj_ci_description {
        padding: 30px 0;
    }
    
    .sj_ci_desc_content h4 {
        font-size: var(--font-size-20);
        margin-bottom: 20px;
    }
    
    .sj_ci_desc_content p {
        font-size: var(--font-size-14);
    }
}

/*--je_facilities_sec : ÃƒÂ¬Ã‚Â£Ã‚Â¼ÃƒÂ¬Ã…Â¡Ã¢â‚¬ÂÃƒÂ¬Ã¢â‚¬Â¹Ã…â€œÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¤ ÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¹ÃƒÂ¬Ã¢â‚¬Â¦Ã‹Å“--*/
.je_facilities_sec {
    background: var(--main-clr);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.je_facilities_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/theme/uanmedi/img/sub02_company/storage.png') center center / cover;
    opacity: 0.1;
    z-index: 1;
}

.je_facilities_background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 57, 200, 0.2);
    z-index: 2;
}

.je_facilities_content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 1480px;
    margin: 0 auto;
}

.je_facilities_title {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-40);
    font-weight: var(--font-b);
    color: #fff;
    margin-bottom: 50px;
    letter-spacing: -0.02em;
}

.je_facilities_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    justify-content: flex-start;
}

.je_facility_item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0;
    background: transparent;
    border: none;
    position: relative;
}

.je_facility_check {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-30);
    font-weight: var(--font-b);
    flex-shrink: 0;
}

.je_facility_text {
    font-family: 'Pretendard', sans-serif;
    font-size: 26px;
    font-weight: var(--font-m);
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: -0.01em;
    line-height: 1.4;
    word-break: keep-all;
}


@media screen and (max-width: 1280px) {
    .je_facilities_sec {
        padding: 70px 0;
    }
    
    .je_facilities_content {
        padding: 0 30px;
    }
    
    .je_facilities_title {
        font-size: var(--font-size-36);
        margin-bottom: 40px;
    }
    
    .je_facilities_list {
        gap: 40px;
    }
    
    .je_facility_text {
        font-size: var(--font-size-20);
    }
}

@media screen and (max-width: 1080px) {
    .je_facilities_sec {
        padding: 60px 0;
    }
    
    .je_facilities_content {
        padding: 0 25px;
    }
    
    .je_facilities_title {
        font-size: var(--font-size-32);
        margin-bottom: 35px;
    }
    
    .je_facilities_list {
        gap: 30px;
        flex-wrap: wrap;
    }
    
    .je_facility_text {
        font-size: var(--font-size-16);
    }
}

@media screen and (max-width: 768px) {
    .je_facilities_sec {
        padding: 50px 0;
    }
    
    .je_facilities_content {
        padding: 0 20px;
        text-align: center;
    }
    
    .je_facilities_title {
        font-size: var(--font-size-28);
        margin-bottom: 30px;
        text-align: center;
    }
    
    .je_facilities_list {
        flex-direction: column;
        gap: 20px;
        max-width: 400px;
        margin: 0 auto;
		align-items:flex-start;		
		align-content: center;
    }
    
    .je_facility_item {
        justify-content: center;
    }
    
    .je_facility_text {
        font-size: var(--font-size-20);
	.je_facility_check {font-size: 20px;}
    }
}

@media screen and (max-width: 480px) {
    .je_facilities_sec {
        padding: 40px 0;
    }
    
    .je_facilities_content {
        padding: 0 15px;
    }
    
    .je_facilities_title {
        font-size: var(--font-size-24);
        margin-bottom: 25px;
    }
    
    .je_facilities_list {
        gap: 15px;
        max-width: 320px;
    }
    
    .je_facility_item {
        gap: 12px;
    }
    
    .je_facility_check {
        width: 20px;
        height: 20px;
        font-size: var(--font-size-16);
    }
    
    .je_facility_text {
        font-size: var(--font-size-16);
    }
}

/*--je_logistics_sec : ÃƒÂ¬Ã‚ÂÃ‹Å“ÃƒÂ¬Ã¢â‚¬Â¢Ã‚Â½ÃƒÂ­Ã¢â‚¬â„¢Ã‹â€  ÃƒÂ«Ã‚Â¬Ã‚Â¼ÃƒÂ«Ã‚Â¥Ã‹Å“ ÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¹ÃƒÂ¬Ã¢â‚¬Â¦Ã‹Å“--*/


.je_logistics_content {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1480px;
    margin: 0 auto;
}

.je_logistics_left {
    flex: 1;
}

.je_logistics_image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
}

.je_logistics_image img {
    width: 100%;
    object-fit: cover;
    display: block;
	transition: all 0.5s;
}

.je_logistics_image:hover img {
    transform: scale(1.05);
	transition:all 0.5s;
}


.je_logistics_right {
    flex: 1;
    padding-left: 40px;
	transition:all 0.5s;
	text-align: left;
}

.je_logistics_header {
    margin-bottom: 30px;
}

.je_logistics_badge {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-14);
    font-weight: var(--font-b);
    color: var(--main-clr);
    background: rgba(0, 57, 200, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.je_logistics_title {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-40);
    font-weight: var(--font-b);
    color: var(--black-clr);
    margin-bottom: 25px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.je_logistics_desc {
    /* vertical-align: top; */
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    font-weight: var(--font-m);
    color: #555;
    line-height: 1.8;
    word-break: keep-all;
    margin-bottom: 10px;
}


/*--je_system_sec : ÃƒÂ«Ã‚Â¬Ã‚Â¼ÃƒÂ«Ã‚Â¥Ã‹Å“ÃƒÂ¬Ã¢â‚¬Â¹Ã…â€œÃƒÂ¬Ã…Â Ã‚Â¤ÃƒÂ­Ã¢â‚¬Â¦Ã…â€œ ÃƒÂ¬Ã¢â‚¬Å¾Ã‚Â¹ÃƒÂ¬Ã¢â‚¬Â¦Ã‹Å“--*/


.je_system_content {
    width: 100%;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.je_system_header {
    margin-bottom: 60px;
}

.je_system_badge {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-14);
    font-weight: var(--font-b);
    color: var(--main-clr);
    background: rgba(0, 57, 200, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.je_system_title {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-40);
    font-weight: var(--font-b);
    color: var(--black-clr);
    margin-bottom: 0;
    text-align: left;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.je_system_sec {
	background-color: #f7f8f9;
}
.je_system_steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
	width: 60%;
	text-align: left;
}

.je_system_step {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.5s;
}

.je_system_step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 57, 200, 0.15);
    transition: all 0.5s;
}



.je_step_icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 57, 200, 0.05);
    border-radius: 12px;
    flex-shrink: 0;
}

.je_step_icon span {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-20);
    font-weight: var(--font-b);
    color: var(--main-clr);
    line-height: 1;
}

.je_step_content {
    flex: 1;
}

.je_step_title {
    font-family:  'Pretendard', sans-serif;
    font-size: var(--font-size-20);
    font-weight: var(--font-b);
    color: var(--black-clr);
    margin-bottom: 10px;
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 2%;
}
.je_step_title span {font-size: 32px;/* margin-right:8px; */}
.je_step_desc {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-20);
    font-weight: var(--font-m);
    color: #666;
    line-height: 1.6;
    word-break: keep-all;
}

.je_medical_devices_hero {
    background: url('/img/cosmetic/medical_devices.jpg') no-repeat center center / cover;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    padding-top: 0;
    height: 100vh;
}

.je_medical_devices_hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.je_medical_devices_hero_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.je_medical_devices_hero_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.je_medical_devices_hero_content {
    position: relative;
    z-index: 3;
    width: 100%;
    background-image: url(/theme/uanmedi/img/sub02_company/drug_hero_bg.png);
    padding: 5%;
    border-radius: 24px;
}

.je_medical_devices_hero_text {
    max-width: 800px;
}

.je_medical_devices_category {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    font-weight: var(--font-m);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.je_medical_devices_title {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-60);
    font-weight: var(--font-b);
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.je_medical_devices_description {
    margin-bottom: 50px;
}

.je_medical_devices_description p {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-20);
    font-weight: var(--font-m);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 20px;
    word-break: keep-all;
}

.je_medical_devices_description p:last-child {
    margin-bottom: 0;
}



.je_rapid_diagnostic_sec {
    background: #fff;
    padding: 120px 0;
    position: relative;
}

.je_rapid_diagnostic_sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: var(--main-clr);
}

.je_rapid_diagnostic_content {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1480px;
    margin: 0 auto;
}

.je_rapid_diagnostic_left {
    flex: 1;
    padding-right: 40px;
}

.je_rapid_diagnostic_text {
    text-align: left;
}

.je_rapid_diagnostic_title {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-40);
    font-weight: var(--font-b);
    color: var(--black-clr);
    margin-bottom: 25px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.je_rapid_diagnostic_desc {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    font-weight: var(--font-m);
    color: #555;
    line-height: 1.8;
    word-break: keep-all;
}

.je_rapid_diagnostic_right {
    flex: 1;
}

.je_rapid_diagnostic_image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.je_rapid_diagnostic_image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.je_rapid_diagnostic_image:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}


.je_skin_booster_nmn_sec {
    background: #f1f1f1;
    padding: 80px 0;
}

.je_skin_booster_nmn_content {
    max-width: 1480px;
    margin: 0 auto;
	width: 100%;
}

.je_skin_booster_nmn_banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-image: url('/theme/uanmedi/img/sub_page/nmnetella_banner.png');
    background-size: cover;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    max-width: 1480px;
    margin: 0 auto;
	width: 100%;
}

.je_skin_booster_nmn_overlay {

    background: linear-gradient(135deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.1) 100%);
    display: flex;
    align-items: center;
    padding: 60px;
}

.je_skin_booster_nmn_text {
    color: #fff;
    text-align: left;
}

.je_skin_booster_nmn_badge {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-14);
    font-weight: var(--font-m);
    color: var(--white-clr);
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}


.je_skin_booster_nmn_title {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-48);
    font-weight: var(--font-b);
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.je_skin_booster_nmn_subtitle {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-24);
    font-weight: var(--font-m);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

.je_skin_booster_nmn_desc {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-16);
    font-weight: var(--font-m);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    word-break: keep-all;
    margin-bottom: 30px;
}

.je_skin_booster_nmn_btn {
    width: 180px;
    border-radius: 100px;
    border: 1px solid var(--white-clr);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    font-size: 16px;
    gap: 4px;
    cursor: pointer;
    font-family: 'Pretendard', sans-serif;
    font-weight: var(--font-b);
    color: var(--white-clr);
    text-decoration: none;
    letter-spacing: -0.01em;
	transition: all 0.5s;
}

.je_skin_booster_nmn_btn:hover {
    border: 1px solid var(--main-clr);
    background-color: var(--main-clr);
    transition: all 0.5s;
}


.je_skin_booster_exoxe_sec {
    background: #f8f9fa;
    padding: 80px 0 150px 0;
}

.je_skin_booster_exoxe_content {
    max-width: 1480px;
    margin: 0 auto;
	width: 100%;
}

.je_skin_booster_exoxe_banner {
    border-radius: 20px;
    overflow: hidden;
    background-image: url('/theme/uanmedi/img/sub_page/exoxe_banner.png');
    background-size: cover;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.je_skin_booster_exoxe_overlay {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 60px;
	 background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%)
}

.je_skin_booster_exoxe_text {
    color: #fff;
    text-align: right;
}

.je_skin_booster_exoxe_badge {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-14);
    font-weight: var(--font-m);
    color: var(--white-clr);
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.je_skin_booster_exoxe_title {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-48);
    font-weight: var(--font-b);
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.je_skin_booster_exoxe_subtitle {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-24);
    font-weight: var(--font-m);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

.je_skin_booster_exoxe_desc {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-16);
    font-weight: var(--font-m);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    word-break: keep-all;
    margin-bottom: 30px;
}

.je_skin_booster_exoxe_btn {
    width: 180px;
    border-radius: 100px;
    border: 1px solid var(--white-clr);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    font-size: 16px;
    gap: 4px;
    cursor: pointer;
    font-family: 'Pretendard', sans-serif;
    font-weight: var(--font-b);
    color: var(--white-clr);
    text-decoration: none;
    letter-spacing: -0.01em;
	float:right;
}

.je_skin_booster_exoxe_btn:hover {
    border: 1px solid var(--main-clr);
    background-color: var(--main-clr);
    transition: all 0.5s;
}


.je_rapid_diagnostic_sec_2 {
    background: #fff;
    padding: 120px 0;
    position: relative;
}

.je_rapid_diagnostic_sec_2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: var(--main-clr);
}

.je_rapid_diagnostic_content_2 {
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1480px;
    margin: 0 auto;
}

.je_rapid_diagnostic_left_2 {
    flex: 1;
    padding-right: 40px;
}

.je_rapid_diagnostic_text_2 {
    text-align: left;
}

.je_rapid_diagnostic_title_2 {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-40);
    font-weight: var(--font-b);
    color: var(--black-clr);
    margin-bottom: 25px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.je_rapid_diagnostic_desc_2 {
    font-family: 'Pretendard', sans-serif;
    font-size: var(--font-size-18);
    font-weight: var(--font-m);
    color: #555;
    line-height: 1.8;
    word-break: keep-all;
}

.je_rapid_diagnostic_right_2 {
    flex: 1;
}

.je_rapid_diagnostic_image_2 {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.je_rapid_diagnostic_image_2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.je_rapid_diagnostic_image_2:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}


@media screen and (max-width: 1280px) {
    .je_medical_devices_hero {
        height: 80vh;
    }
    
    .je_medical_devices_title {
        font-size: var(--font-size-50);
        margin-bottom: 35px;
    }
    
    .je_medical_devices_description p {
        font-size: var(--font-size-18);
    }
    
    
    .je_rapid_diagnostic_sec,
    .je_rapid_diagnostic_sec_2 {
        padding: 100px 0;
    }
    
    .je_rapid_diagnostic_content,
    .je_rapid_diagnostic_content_2 {
        gap: 60px;
    }
    
    .je_rapid_diagnostic_title,
    .je_rapid_diagnostic_title_2 {
        font-size: var(--font-size-36);
    }
    
    .je_rapid_diagnostic_desc,
    .je_rapid_diagnostic_desc_2 {
        font-size: var(--font-size-16);
    }
}

@media screen and (max-width: 1080px) {
    .je_medical_devices_hero {
        height: 70vh;
    }
    
    .je_medical_devices_title {
        font-size: var(--font-size-44);
        margin-bottom: 30px;
    }
    
    .je_medical_devices_description p {
        font-size: var(--font-size-17);
    }
    
    
    .je_rapid_diagnostic_content,
    .je_rapid_diagnostic_content_2 {
        flex-direction: column;
        gap: 40px;
    }
    
    .je_rapid_diagnostic_left,
    .je_rapid_diagnostic_left_2 {
        padding-right: 0;
    }
    
    .je_rapid_diagnostic_text,
    .je_rapid_diagnostic_text_2 {
        text-align: center;
    }
    
    .je_rapid_diagnostic_title,
    .je_rapid_diagnostic_title_2 {
        font-size: var(--font-size-32);
        text-align: center;
    }
    
    .je_rapid_diagnostic_desc,
    .je_rapid_diagnostic_desc_2 {
        font-size: var(--font-size-16);
        text-align: center;
    }
}

@media screen and (max-width: 720px) {
    .je_medical_devices_hero {
        height: 60vh;
    }
    
    .je_medical_devices_title {
        font-size: var(--font-size-40);
        margin-bottom: 25px;
    }
    
    .je_medical_devices_description p {
        font-size: var(--font-size-16);
    }
    
    
    .je_rapid_diagnostic_sec,
    .je_rapid_diagnostic_sec_2 {
        padding: 80px 0;
    }
    
    .je_rapid_diagnostic_content,
    .je_rapid_diagnostic_content_2 {
        gap: 30px;
    }
    
    .je_rapid_diagnostic_title,
    .je_rapid_diagnostic_title_2 {
        font-size: var(--font-size-28);
    }
    
    .je_rapid_diagnostic_desc,
    .je_rapid_diagnostic_desc_2 {
        font-size: var(--font-size-15);
    }
}

@media screen and (max-width: 480px) {
    .je_medical_devices_hero {
        height: 50vh;
    }
    
    .je_medical_devices_title {
        font-size: var(--font-size-32);
        margin-bottom: 20px;
    }
    
    .je_medical_devices_description p {
        font-size: var(--font-size-15);
    }
    
    
    .je_rapid_diagnostic_sec,
    .je_rapid_diagnostic_sec_2 {
        padding: 60px 0;
    }
    
    .je_rapid_diagnostic_content,
    .je_rapid_diagnostic_content_2 {
        gap: 25px;
    }
    
    .je_rapid_diagnostic_title,
    .je_rapid_diagnostic_title_2 {
        font-size: var(--font-size-24);
    }
    
    .je_rapid_diagnostic_desc,
    .je_rapid_diagnostic_desc_2 {
        font-size: var(--font-size-14);
    }
}


@media screen and (max-width: 1280px) {
    .je_logistics_content {
        gap: 60px;
    }
    
    .je_logistics_title {
        font-size: var(--font-size-36);
    }
    
    .je_logistics_desc {
        font-size: var(--font-size-17);
    }


    .je_system_header {
        margin-bottom: 50px;
    }
    
    .je_system_title {
        font-size: var(--font-size-36);
    }
    
    .je_system_step {
        gap: 25px;
        padding: 25px;
    }
    

    
    .je_step_icon {
        width: 45px;
        height: 45px;
    }
    
    .je_step_icon span {
        font-size: var(--font-size-18);
    }
    
    .je_step_title {
        font-size: var(--font-size-18);
    }
    
    .je_step_desc {
        font-size: var(--font-size-18);
    }
}

@media screen and (max-width: 1080px) {
    .je_logistics_content {
        flex-direction: column;
        gap: 40px;
    }
    
    .je_logistics_right {
        padding-left: 0;
    }
    

    .je_logistics_header {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .je_logistics_title {
        font-size: var(--font-size-32);
        text-align: center;
    }
    
    .je_logistics_desc {
        font-size: var(--font-size-16);
        text-align: center;
        margin-bottom: 10px;
    }
    

    
    .je_system_header {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .je_system_title {
        font-size: var(--font-size-32);
        text-align: center;
    }
    
    .je_system_step {
        gap: 20px;
        padding: 20px;
    }
    

    .je_step_icon {
        width: 40px;
        height: 40px;
    }
    
    .je_step_icon span {
        font-size: var(--font-size-16);
    }
    
    .je_step_title {
        font-size: var(--font-size-17);
    }
    
    .je_step_desc {
        font-size: var(--font-size-16);
    }
}

@media screen and (max-width: 768px) {
	.je_system_content {
		flex-direction: column;
		align-items: center;
	}
    .je_logistics_sec {
        padding: 60px 0;
    }
    

	.je_system_step {
	    width: 100%;
        display: flex;
        align-items: center;
		flex-direction: column;
        text-align: center;
	}
    .je_system_steps {
		display: flex;
		gap: 30px;
		width: 90%;
		align-items: center;
	}

    .je_logistics_title {
        font-size: var(--font-size-28);
    }
    
    .je_logistics_desc {
        font-size: var(--font-size-15);
    }
    

    
    .je_system_sec {
        padding: 60px 0;
		background-color: #f7f8f9;
    }
    
    .je_system_header {
        text-align: center;
        margin-bottom: 35px;
    }
    
    .je_system_title {
        font-size: var(--font-size-28);
    }    

    .je_step_icon {
        width: 35px;
        height: 35px;
    }
    
    .je_step_icon span {
        font-size: var(--font-size-14);
    }
    
    .je_step_title {
        font-size: var(--font-size-16);
        display: flex;
        flex-direction: column;
    }
    
    .je_step_desc {
        font-size: var(--font-size-14);
    }
}

@media screen and (max-width: 480px) {
    .je_logistics_sec {
        padding: 50px 0;
    }
    


    .je_logistics_title {
        font-size: var(--font-size-24);
    }
    
    .je_logistics_desc {
        font-size: var(--font-size-14);
    }


    .je_system_sec {
        padding: 50px 0;
    }
    
    .je_system_header {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .je_system_title {
        font-size: var(--font-size-24);
    }
    
    .je_system_step {
        gap: 12px;
        padding: 12px;
    }
    

    
    .je_step_icon {
        width: 30px;
        height: 30px;
    }
    
    .je_step_icon span {
        font-size: var(--font-size-12);
    }
    
    .je_step_title {
        font-size: var(--font-size-15);
    }


}


@media screen and (max-width: 1280px) {
    .je_skin_booster_nmn_sec,
    .je_skin_booster_exoxe_sec {
        padding: 100px 0;
    }
    

    
    .je_skin_booster_nmn_overlay,
    .je_skin_booster_exoxe_overlay {
        padding: 50px 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .je_skin_booster_nmn_text,
    .je_skin_booster_exoxe_text {
        max-width: 100%;
        text-align: center;
    }
    
    .je_skin_booster_nmn_title,
    .je_skin_booster_exoxe_title {
        font-size: var(--font-size-40);
        margin-bottom: 20px;
        line-height: 1.3;
    }
    
    .je_skin_booster_nmn_subtitle,
    .je_skin_booster_exoxe_subtitle {
        font-size: var(--font-size-20);
        margin-bottom: 20px;
        line-height: 1.4;
    }
    
    .je_skin_booster_nmn_desc,
    .je_skin_booster_exoxe_desc {
        font-size: var(--font-size-16);
        margin-bottom: 30px;
        line-height: 1.5;
    }
    
    .je_skin_booster_nmn_btn,
    .je_skin_booster_exoxe_btn {
        font-size: var(--font-size-16);
        padding: 14px 32px;
        display: inline-block;
		float: none;	
    }
    
    .je_skin_booster_nmn_badge,
    .je_skin_booster_exoxe_badge {
        font-size: var(--font-size-15);
        padding: 10px 20px;
        margin-bottom: 20px;
        display: inline-block;
    }
}

@media screen and (max-width: 1080px) {
    .je_skin_booster_nmn_sec,
    .je_skin_booster_exoxe_sec {
        padding: 60px 0;
    }
    

    .je_skin_booster_nmn_overlay,
    .je_skin_booster_exoxe_overlay {
        padding: 40px 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .je_skin_booster_nmn_text,
    .je_skin_booster_exoxe_text {
        max-width: 100%;
        text-align: center;
    }
    
    .je_skin_booster_nmn_title,
    .je_skin_booster_exoxe_title {
        font-size: var(--font-size-36);
        margin-bottom: 18px;
        line-height: 1.3;
    }
    
    .je_skin_booster_nmn_subtitle,
    .je_skin_booster_exoxe_subtitle {
        font-size: var(--font-size-18);
        margin-bottom: 18px;
        line-height: 1.4;
    }
    
    .je_skin_booster_nmn_desc,
    .je_skin_booster_exoxe_desc {
        font-size: var(--font-size-15);
        margin-bottom: 25px;
        line-height: 1.5;
    }
    
    .je_skin_booster_nmn_btn,
    .je_skin_booster_exoxe_btn {
        font-size: var(--font-size-15);
        padding: 12px 28px;
        display: inline-block;
    }
    
    .je_skin_booster_nmn_badge,
    .je_skin_booster_exoxe_badge {
        font-size: var(--font-size-14);
        padding: 8px 18px;
        margin-bottom: 18px;
        display: inline-block;
    }
}

@media screen and (max-width: 720px) {
    .je_skin_booster_nmn_sec,
    .je_skin_booster_exoxe_sec {
        padding: 40px 0;
    }
    
    .je_skin_booster_nmn_banner,
    .je_skin_booster_exoxe_banner {

        border-radius: 15px;
        margin: 0 15px;
    }
    
    .je_skin_booster_nmn_overlay,
    .je_skin_booster_exoxe_overlay {
        padding: 30px 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .je_skin_booster_nmn_text,
    .je_skin_booster_exoxe_text {
        max-width: 100%;
        text-align: center;
    }
    
    .je_skin_booster_nmn_title,
    .je_skin_booster_exoxe_title {
        font-size: var(--font-size-28);
        margin-bottom: 15px;
        line-height: 1.3;
    }
    
    .je_skin_booster_nmn_subtitle,
    .je_skin_booster_exoxe_subtitle {
        font-size: var(--font-size-16);
        margin-bottom: 15px;
        line-height: 1.4;
    }
    
    .je_skin_booster_nmn_desc,
    .je_skin_booster_exoxe_desc {
        font-size: var(--font-size-14);
        margin-bottom: 25px;
        line-height: 1.5;
    }
    
    .je_skin_booster_nmn_btn,
    .je_skin_booster_exoxe_btn {
        font-size: var(--font-size-14);
        padding: 12px 24px;
        display: inline-block;
    }
    
    .je_skin_booster_nmn_badge,
    .je_skin_booster_exoxe_badge {
        font-size: var(--font-size-13);
        padding: 8px 16px;
        margin-bottom: 15px;
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .je_skin_booster_nmn_sec,
    .je_skin_booster_exoxe_sec {
        padding: 30px 0;
    }
    
    .je_skin_booster_nmn_banner,
    .je_skin_booster_exoxe_banner {

        border-radius: 10px;
        margin: 0 10px;
    }
    
    .je_skin_booster_nmn_overlay,
    .je_skin_booster_exoxe_overlay {
        padding: 20px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .je_skin_booster_nmn_text,
    .je_skin_booster_exoxe_text {
        max-width: 100%;
        text-align: center;
    }
    
    .je_skin_booster_nmn_title,
    .je_skin_booster_exoxe_title {
        font-size: var(--font-size-24);
        margin-bottom: 12px;
        line-height: 1.2;
    }
    
    .je_skin_booster_nmn_subtitle,
    .je_skin_booster_exoxe_subtitle {
        font-size: var(--font-size-14);
        margin-bottom: 12px;
        line-height: 1.3;
    }
    
    .je_skin_booster_nmn_desc,
    .je_skin_booster_exoxe_desc {
        font-size: var(--font-size-13);
        margin-bottom: 20px;
        line-height: 1.4;
    }
    
    .je_skin_booster_nmn_btn,
    .je_skin_booster_exoxe_btn {
        font-size: var(--font-size-13);
        padding: 10px 20px;
        display: inline-block;
    }
    
    .je_skin_booster_nmn_badge,
    .je_skin_booster_exoxe_badge {

        padding: 2px 12px;
        margin-bottom: 12px;
        display: inline-block;
    }
}



.recruitment_main {
    background-color: #fff;
}


.recruitment_philosophy_sec {
    padding: 120px 0;
    background-color: #f8f9fa;
}

.recruitment_philosophy_content {
    margin: 0 auto;
    text-align: center;
    max-width: 1480px;
    width: 100%;
}

.recruitment_philosophy_title h3 {
    font-size: var(--font-size-40);
    font-weight: var(--font-sb);
    color: #222;
    margin-bottom: 30px;
}
.recruitment_philosophy_title p{
    font-size: var(--font-size-20);
    color: #666;
    line-height: 1.8;
}
.recruitment_philosophy_title p:last-child {
    font-size: var(--font-size-20);
    color: #666;
    line-height: 1.8;
    margin-bottom: 80px;
}

.recruitment_philosophy_columns {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    justify-content: center;
}

.recruitment_philosophy_column {
    width: 100%;
    /* height: 100%; */
    background: #fff;
    border-radius: 20px;
    padding: 60px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}



.recruitment_philosophy_item {
    text-align: center;
    width: 100%;
}

.recruitment_philosophy_icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #0039C8, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.recruitment_philosophy_icon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(135deg, #0039C8, #0056b3);
    border-radius: 50%;
    opacity: 0.2;
    z-index: 0;
}

.recruitment_philosophy_icon img {
    width: 64px;
    height: 64px;
    filter: brightness(0) invert(1);
}

.recruitment_philosophy_item h4 {
    font-size: var(--font-size-32);
    font-weight: var(--font-b);
    color: #222;
    margin-bottom: 15px;
}

.recruitment_philosophy_item p {
    font-size: var(--font-size-32);
    color: #666;
    font-weight: var(--font-m);
}



.recruitment_benefits_sec {
    padding: 120px 0;
    background-color: #fff;
}

.recruitment_benefits_content {
    max-width: 1480px;
    margin: 0 auto;
	width: 100%;
}

.recruitment_benefits_title {
    text-align: center;
    margin-bottom: 80px;
}

.recruitment_benefits_title h3 {
    font-size: var(--font-size-40);
    font-weight: var(--font-sb);
    color: #222;
    margin-bottom: 30px;
}

.recruitment_benefits_title p {
    font-size: var(--font-size-20);
    color: #666;
    line-height: 1.8;
}

.recruitment_benefits_visual {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1480px;
    margin: 0 auto;
}

.benefit_item {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #0039C8;
    box-shadow: 0 10px 30px rgba(0, 57, 200, 0.1);
}

.benefit_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 57, 200, 0.15);
    transition: all 0.5s;
}

.benefit_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #0039C8, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit_icon img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

.benefit_item h4 {
    font-size: var(--font-size-24);
    font-weight: var(--font-b);
    color: #222;
    margin-bottom: 15px;
}

.benefit_item p {
    font-size: var(--font-size-18);
    color: #666;
    line-height: 1.6;
}



@media screen and (max-width: 1280px) {
    .recruitment_philosophy_sec,
    .recruitment_benefits_sec {
        padding: 100px 0;
    }
    
    .recruitment_philosophy_title h3,
    .recruitment_benefits_title h3 {
        font-size: var(--font-size-42);
    }
    
    .recruitment_philosophy_columns {
        gap: 30px;
    }
    

}

@media screen and (max-width: 1080px) {
    .recruitment_philosophy_columns {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    
    .recruitment_benefits_visual {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 720px) {
    .recruitment_philosophy_sec,
    .recruitment_benefits_sec {
        padding: 80px 0;
    }
    
    .recruitment_philosophy_title h3,
    .recruitment_benefits_title h3 {
        font-size: var(--font-size-36);
    }
    
    .recruitment_philosophy_title p,
    .recruitment_benefits_title p {
        font-size: var(--font-size-18);
    }
    
    .recruitment_philosophy_columns {
        gap: 25px;
    }
    

    
    .recruitment_philosophy_icon {
        width: 96px;
        height: 96px;
        margin-bottom: 20px;
    }
    
    .recruitment_philosophy_icon img {
        /* width: 40px; */
        height: 40px;
    }
    
    .recruitment_philosophy_item h4 {
        font-size: var(--font-size-24);
    }
    
    .recruitment_philosophy_item p {
        font-size: var(--font-size-24);
    }
    
    .recruitment_benefits_visual {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .benefit_item {
        padding: 30px 20px;
    }
    
    .benefit_icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .benefit_icon img {
        width: 25px;
        height: 25px;
    }
    
    .benefit_item h4 {
        font-size: var(--font-size-16);
    }
    
    .benefit_item p {
        font-size: var(--font-size-13);
    }
    
}

@media screen and (max-width: 480px) {
    .recruitment_philosophy_sec,
    .recruitment_benefits_sec {
        padding: 60px 0;
    }
    
    .recruitment_philosophy_title h3,
    .recruitment_benefits_title h3 {
        font-size: var(--font-size-30);
    }
    
    .recruitment_philosophy_title p,
    .recruitment_benefits_title p {
        font-size: var(--font-size-16);
    }
    .recruitment_philosophy_title p:last-child{
	font-size: var(--font-size-16);
	}
    .recruitment_philosophy_columns {
        gap: 20px;
    }
    

    
    .recruitment_philosophy_icon {
        /* width: 50px; */
        /* height: 50px; */
        /* margin-bottom: 15px; */
    }
    
    .recruitment_philosophy_icon img {
        /* width: 25px; */
        /* height: 25px; */
    }
    
    .recruitment_philosophy_item h4 {
        /* font-size: var(--font-size-20); */
    }
    
    .recruitment_philosophy_item p {
        /* font-size: var(--font-size-14); */
    }
    
    .recruitment_benefits_visual {
        grid-template-columns: 1fr;
    }
    
    .benefit_item {
        padding: 25px 15px;
    }
}


.support_main {
    background-color: #f4f7f9;
}

.support_hero_sec {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/theme/uanmedi/img/sub_page/mall.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 150px 0;
}

.support_hero_content {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px;
}

.support_hero_title {
    text-align: center;
    margin-bottom: 80px;
}

.support_hero_title h3 {
    font-size: var(--font-size-50);
    font-weight: var(--font-b);
    color: #fff;
    margin-bottom: 0;
}

.support_services_columns {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
}

.support_service_column {
    flex: 1;
   width: 100%;

}

.support_service_item {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
	
	
}
.support_service_item  a{height: auto;}

.support_service_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);


}

.support_service_header {
    margin-bottom: 20px;
}

.support_service_header h4 {
    font-size: var(--font-size-22);
    font-weight: var(--font-b);
    color: #222;
    margin-bottom: 0;
    line-height: 1.4;
}

.support_service_content p {
    font-size: var(--font-size-16);
    color: #555;
    line-height: 1.7;
    margin-bottom: 0;
    word-break: keep-all;
}

.support_service_column .je_bannerBtn{border:1px solid#222;}

.support_service_column .je_bannerBtn span{color:#222;}
.support_service_item:hover .je_bannerBtn {
    border: 1px solid #fff;
	background-color: #fff;
	transition:all 0.5s;

}
.support_service_item:hover .je_bannerBtn span {color:var(--main-clr);	}
.support_service_column:nth-child(1) .support_service_item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.support_service_column:nth-child(1) .support_service_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.5s;

}

.support_service_column:nth-child(1) .support_service_item:hover::before {
    left: 100%;

}

.support_service_column:nth-child(1) .support_service_item:hover {
    background-color: var(--main-clr);
    color: #fff;
	transition: all 0.5s;
}

.support_service_column:nth-child(1) .support_service_item:hover .support_service_header h4,
.support_service_column:nth-child(1) .support_service_item:hover .support_service_content p {
    color: #fff;
}


.support_main .je_contact_support {
    background-color: #fff;
}

.support_main .je_contact_header {
    text-align: center;
    margin-bottom: 80px;
    align-items: left;
}

.support_main .je_contact_header h3 {
    font-size: var(--font-size-50);
    font-weight: var(--font-b);
    color: #222;
    margin-bottom: 30px;
    text-align: center;
}

.support_main .je_contact_header p {
    font-size: var(--font-size-20);
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
	text-align: left;	
}


@media screen and (max-width: 1280px) {
    .support_hero_sec {
        padding: 130px 0;
    }
    
    .support_hero_title h3 {
        font-size: var(--font-size-44);
    }
    
    .support_services_columns {
        gap: 30px;
    }
    
    .support_service_item {
        padding: 35px 25px;
        height: 280px;
    }
    
    .support_service_header h4 {
        font-size: var(--font-size-20);
    }
    
    .support_service_content p {
        font-size: var(--font-size-15);
    }
    
    .support_main .je_contact_header h3 {
        font-size: var(--font-size-44);
    }
    
    .support_main .je_contact_header p {
        font-size: var(--font-size-18);
    }
}

@media screen and (max-width: 1080px) {
    .support_hero_sec {
        padding: 100px 0;
    }
    
    .support_hero_title h3 {
        font-size: var(--font-size-40);
    }
    
    .support_services_columns {
        gap: 25px;
    }
    
    .support_service_item {
        padding: 30px 20px;
        height: 260px;
    }
    
    .support_service_header h4 {
        font-size: var(--font-size-18);
    }
    
    .support_service_content p {
        font-size: var(--font-size-14);
    }
    
    .support_main .je_contact_header h3 {
        font-size: var(--font-size-40);
    }
    
    .support_main .je_contact_header p {
        font-size: var(--font-size-17);
    }
}

@media screen and (max-width: 720px) {
    .support_hero_sec {
        padding: 80px 0;
    }
    
    .support_hero_title h3 {
        font-size: var(--font-size-32);
    }
    
    .support_hero_title {
        margin-bottom: 60px;
    }
    
    .support_services_columns {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    

    
    .support_service_item {
        padding: 25px 20px;
        height: 240px;
    }
    
    .support_service_header h4 {
        font-size: var(--font-size-18);
    }
    
    .support_service_content p {
        font-size: var(--font-size-14);
    }
    
    .support_main .je_contact_header {
        margin-bottom: 60px;
    }
    
    .support_main .je_contact_header h3 {
        font-size: var(--font-size-32);
    }
    
    .support_main .je_contact_header p {
        font-size: var(--font-size-16);
    }
}

@media screen and (max-width: 480px) {
    .support_hero_sec {
        padding: 60px 0;
    }
    
    .support_hero_title h3 {
        font-size: var(--font-size-28);
    }
    
    .support_hero_title {
        margin-bottom: 40px;
    }
    
    .support_service_item {
        padding: 20px 15px;
        height: 220px;
    }
    
    .support_service_header h4 {
        font-size: var(--font-size-16);
    }
    
    .support_service_content p {
        font-size: var(--font-size-13);
    }
    
    .support_main .je_contact_header {
        margin-bottom: 0;
    }
    
    .support_main .je_contact_header h3 {
        font-size: var(--font-size-28);
		margin-bottom: 10px;
    }
    
    .support_main .je_contact_header p {
        font-size: var(--font-size-15);
		text-align: center;
    }
}
.subject_p {padding: 20px;}


img {
    max-width: 100%;
    height: auto;
}


@font-face {
    font-family: 'Pretendard';
    font-display: swap;
}

.je_artGroup {
    min-height: 300px;
}

.je_artView {
    min-height: 400px;
}

.detail_page {display: flex;
    flex-direction: column;
    margin: 0 auto;
	width: 100%;
    
	}
	
