@charset "utf-8"; /* */
/* reset */
html,
body { height:100%; width:100%; max-width:initial !important; } 
body > iframe{display: none;}
body.active { overflow-y: hidden; touch-action: none; -webkit-overflow-scrolling:none; overflow:hidden; overscroll-behavior:none; } 
html,
body,
*,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video { letter-spacing: -0.5px; margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; box-sizing: border-box; font-family:"Apple SD Gothic Neo","Segoe-UI","맑은 고딕","malgun gothic","돋움","dotum",sans-serif; } 
li,
ul,
ol { list-style:none; } 
a { color:#232323; text-decoration:none !important; outline:0; border:0; } 
button { outline:0; border:0; } 
h1,
h2,
h3,
p,
span
a { word-break:keep-all; } 
.txt_hidden { font-size:0; line-height:0; color:transparent; overflow:hidden; text-indent:-999999px; } 
i.icon { display: inline-block; text-indent: -99999px; } 
i.roundArrow { width:47px; height: 50px; background: url("../img/svg/roundArrow.svg") no-repeat center /cover; margin-left: -8px; } 
i.arrow_black { width:16px; height: 16px; background: url("../img/icon/aroow_black.svg") no-repeat center /cover; margin-top: -2px; } 
input[type=text], input[type=password]{color:#232323;}

.btn_style_01 { display: flex; align-items: center; color:#fff; line-height: 26px; font-size: var(--ssm-default-size--); font-family: "Montserrat"; transition: all 0.3s ease; } 

@media(max-width:1024px) { /* */
 /* icon */
 i.roundArrow { width:42px; height: 44px; } 
 /* btn */
.btn_style_01 { } 
 }

 /* responsive */
 .only_mo { display:none; } 
 .only_ta { display:inline-block; } 

 /* space system */
 :root { --r-space--:30px; --l-space--:50px; --xl-space--:60px; --xxl-space--:100px; --xxxl-space--:120px; --str-space--:160px; } 
 @media (max-width:1024px){
 :root { --r-space--:20px; --l-space--:35px; --xl-space--:30px; --xxl-space--:60px; --xxxl-space--:60px; --str-space--:60px; } 
 }

 @media (max-width:1024px){
 .only_ta { display:none; } 
 .only_mo { display:inline-block; } 
 }


/* fontsize */
:root { --xs-default-size--: 14px; --ssm-default-size--: 16px; --sm-default-size--: 18px; --l-default-size--: 28px; --xl-default-size--: 54px; --mainTitle-size--:32px; --subTitle-size--: 32px; --sub-r-size--: 24px; --sub-r-size02--: 20px; } 
@media (max-width:1024px){
 :root { --xs-default-size--: 12px; --ssm-default-size--: 15px; --sm-default-size--: 16px; --l-default-size--: 20px; --xl-default-size--: 36px; --mainTitle-size--:28px; --subTitle-size--: 28px; --sub-r-size--: 20px; --sub-r-size02--: 16px; } 
 }
/* common_css */
.inner { max-width: 1480px; width:100%; padding:0 20px; box-sizing: border-box; margin:0 auto; } 
.img_box { display: flex; } 
.img_box > img { width:100%; height: 100%; object-fit: cover; display: flex; } 

/* header */
#header { position: fixed; z-index: 99; left:0; top:0; width:100%; padding:25px 0; box-sizing: border-box; transition: all .3s; backdrop-filter: blur(10px); } 
#header .logo{}
#header .logo > a{display: flex; align-items: center; justify-content: center;}
#header .inner { display: flex; align-items: center; justify-content: space-between; gap:20px; } 
#header .gnb { display: flex; align-self: center; align-items: center; gap:40px; }
#header .gnb > li{position: relative;}
#header .gnb > li.menu_btn { cursor: pointer; margin-left: 20px; }
#header .gnb > li > a { color:#fff; font-size: 16px; font-weight: 200; padding-bottom: 10px; }
#header .gnb > li > a.btn-signin {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 10px;
  box-shadow: 0 8px 24px rgba(30, 60, 114, 0.3);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}
#header .gnb > li > a.btn-signin:hover {
  background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
  box-shadow: 0 10px 30px rgba(30, 60, 114, 0.5);
  transform: translateY(-2px);
}
#header.on_bg { background-color: rgba(0,0,0,0.75); backdrop-filter: blur(10px); }
#header .gnb .lnb{text-align:center;opacity: 0; visibility: hidden; position: absolute; z-index:10; left:50%; top:35px; transform: translateX(-50%); width:160px; background: linear-gradient(145deg, rgba(26, 28, 36, 0.95) 0%, rgba(13, 15, 23, 0.98) 100%); backdrop-filter: blur(20px); padding:12px 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:4px; transition: all .3s; border-radius: 12px; border: 1px solid rgba(42, 82, 152, 0.3); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), 0 0 20px rgba(42, 82, 152, 0.1);}
#header .gnb .lnb > li{width: 100%;}
#header .gnb .lnb > li > a{color: rgba(255, 255, 255, 0.85); font-size: 15px; font-weight: 500; padding: 10px 20px; display: block; border-radius: 8px; transition: all 0.3s ease; position: relative;}
#header .gnb .lnb > li > a::before{content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background: linear-gradient(180deg, #2a5298 0%, #667eea 100%); opacity: 0; transition: opacity 0.3s ease; border-radius: 0 4px 4px 0;}
#header .gnb .lnb > li > a:hover{color: #fff; background: rgba(42, 82, 152, 0.2); padding-left: 24px;}
#header .gnb .lnb > li > a:hover::before{opacity: 1;}

/* menuWarp */
.menuWarp.active { right:0; }
.menuWarp { position: fixed; z-index: 100; right:-100%; top:0; width:30%; height: 100%; background: linear-gradient(145deg, #0a0c14 0%, #1a1c24 100%); padding:40px 0; box-sizing: border-box; transition: all .4s cubic-bezier(0.4, 0, 0.2, 1); overflow-y: scroll; backdrop-filter: blur(20px); border-left: 1px solid rgba(42, 82, 152, 0.2); box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5); }
.menuWarp .inner { display: flex; flex-direction: column; gap:60px; }
.menuWarp .top { padding: 0 20px; margin-bottom: 20px; display: flex; justify-content: flex-end; }
.menuWarp .mo_gnb { display: flex; flex-direction: column; gap:8px; padding:0 20px; box-sizing: border-box; }
.menuWarp .mo_gnb > li { position: relative; }
.menuWarp .mo_gnb > li > a {
  font-size: var(--sub-r-size--);
  font-weight: 600;
  color:#fff;
  display: block;
  padding: 16px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.menuWarp .mo_gnb > li > a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #2a5298 0%, #667eea 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.menuWarp .mo_gnb > li > a:hover {
  background: rgba(42, 82, 152, 0.15);
  border-color: rgba(42, 82, 152, 0.4);
  transform: translateX(-4px);
  box-shadow: 0 4px 20px rgba(42, 82, 152, 0.2);
}
.menuWarp .mo_gnb > li > a:hover::before {
  opacity: 1;
}
.menuWarp .mo_gnb > li > a.btn-signin {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: #fff;
  padding: 16px 24px;
  border-radius: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
  box-shadow: 0 8px 24px rgba(30, 60, 114, 0.4);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.menuWarp .mo_gnb > li > a.btn-signin::before {
  display: none;
}
.menuWarp .mo_gnb > li > a.btn-signin:hover {
  background: linear-gradient(135deg, #2a5298 0%, #667eea 100%);
  box-shadow: 0 12px 32px rgba(30, 60, 114, 0.6);
  transform: translateY(-2px) translateX(0);
}
.menuWarp .mo_gnb > li > .lnb {
  display: flex;
  flex-direction: column;
  gap:6px;
  margin:8px 0 0;
  padding-left: 16px;
}
.menuWarp .mo_gnb > li > .lnb > li > a {
  font-size: var(--sub-r-size02--);
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  transition: all .3s;
  display: block;
  padding: 12px 16px;
  border-radius: 8px;
  position: relative;
  padding-left: 32px;
}
.menuWarp .mo_gnb > li > .lnb > li > a::before {
  content: '→';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #2a5298;
  opacity: 0;
  transition: all 0.3s ease;
}
.menuWarp .mo_gnb > li > .lnb > li > a:hover {
  color: rgba(255, 255, 255, 0.95);
  background: rgba(42, 82, 152, 0.1);
  padding-left: 36px;
}
.menuWarp .mo_gnb > li > .lnb > li > a:hover::before {
  opacity: 1;
  left: 16px;
}
.menuWarp .close_btn {
  cursor: pointer;
  width:32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.menuWarp .close_btn:hover {
  background: rgba(255, 82, 82, 0.2);
  border-color: rgba(255, 82, 82, 0.4);
  transform: rotate(90deg);
} 
/* footer */
#footer { background: linear-gradient(180deg, #1a1c24 0%, #0a0c14 100%); padding:50px 0; box-sizing: border-box; border-top: 1px solid rgba(255, 255, 255, 0.05); } 
#footer .inner { display: flex; align-items: center; justify-content: space-between; gap:30px 20px; } 
#footer .left { max-width: 800px; width: 100%; display: flex; flex-direction: column; gap:28px 20px; } 
#footer .left .info { display: flex; flex-wrap: wrap; gap:12px 24px; } 
#footer .left .info span,
#footer .left .copyright { color: #7B7B7B; font-size: var(--sm-default-size--); font-weight: 500; word-break: keep-all; } 
#footer .right { max-width: 125px; width:100%; opacity:0.4;} 

@media(hover:hover){
 #header .gnb > li:hover .lnb{opacity: 1; visibility: visible; text-align:center;}
}

@media (max-width:1024px) { /* */

/* header */
#header { padding:15px 0; } 
#header .gnb > li:not(:last-child) { display: none; } 
#header .gnb > li.menu_btn { margin-left:0; } 
#header .logo { max-width:115px; width:100%; } 
#header .logo > a,
#header .logo > a > img { width:100%; height: 100%; } 
/* mobile_nav */
.menuWarp { width:85%; max-width: 400px; }
.menuWarp .inner { gap:40px; }
.menuWarp .mo_gnb { gap:6px; }
.menuWarp .mo_gnb > li > a {
  font-size: 18px;
  padding: 14px 18px;
}
.menuWarp .mo_gnb > li > .lnb { margin:8px 0 0; }
.menuWarp .mo_gnb > li > .lnb > li > a {
  font-size: 16px;
  padding: 10px 14px;
} 

/* footer */
#footer { padding:30px 0; } 
#footer .inner { flex-direction: column; align-items: flex-start; } 
#footer .right { max-width: 112px; } 
#footer .left { gap:20px; } 
#footer .left .info { flex-direction: column; } 

}

@media (max-width:768px) { /* */
/* header */

/* footer */ } 