@charset "utf-8";/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.fancybox-close {background-color:#242424 !important;}

#skipToContent a { z-index:100000; position:absolute; top:0; left:0; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden } 
#skipToContent a:focus, 
#skipToContent a:active { width:200px; height:50px; background:#21272e; color:#fff; font-size:14px; font-weight:bold; text-align:center; text-decoration:none; line-height:50px } 

.only-desktop-tablet { display:block; } 
.only-desktop { display:block; }  
.only-tablet { display:none; } 
.only-mobile { display:none; } 

#sub #wrapper {padding-top: var(--header-height);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:90; background: #fff;} 
#header .contain {display:flex; align-items:center; justify-content:space-between; position:relative; height:var(--header-height); max-width:1780px !important;} 
#header .sitelogo a {display:block; width:clamp(120px, calc( 178 / var(--inner) * 100vw ), 178px); height:var(--header-height); text-indent:-999em; background-image:url(../images/common/logo-c.png); background-size:contain; background-repeat:no-repeat; background-position: 0 50%;} 

#header.active { box-shadow:rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
#header.active .submenu-bg::after {width: 100%;} 
#header:hover .submenu-bg::after {width: 100%;} 

#gnb>ul { display:flex; justify-content:flex-end; } 
#gnb>ul>li { position:relative; text-align:center; padding:0 50px; } 
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); font-size:clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px); font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li:hover>a:after { content:""; width:80px; height:4px; background-color:var(--color-primary); position:absolute; left:50%; bottom:0; transform:translateX(-50%); } 
#gnb>ul>li.active>a {color: var(--color-primary) !important;}
#gnb .submenu { position:absolute; top:var(--header-height); left:0; width:100%; height:0; overflow:hidden; z-index:20; } 
#gnb .submenu ul { display:block; padding:30px 0; } 
#gnb .submenu ul li { padding:0; padding-left: 50px;text-align: left;} 
#gnb .submenu ul li:not(:last-child) {padding-bottom: 5px;} 
#gnb .submenu ul li a { display:inline-block; color:#505050; font-size:clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); line-height:2.2em; font-weight:400; position:relative; } 
#gnb .submenu ul li:hover a {color:#121212; text-decoration: underline;}
.submenu-bg {position:relative; background-color:#fff; } 
.submenu-bg::after {position:absolute; content: ''; top:0; left:0; width:0; height:1px; background:#ddd;}

.nav-right {display: flex;align-items: center;gap: 15px;}
.memlist {display: flex;align-items: center;gap:var(--padding-20);}
.memlist .mlink {display:flex; flex-direction: column;justify-content: center; align-items: center; gap:6px; text-align: center;}
.memlist .mlink img {width: clamp(20px, calc( 32 / var(--inner) * 100vw ), 32px);}
.memlist .mlink .name {font-size: clamp(10px, calc( 13 / var(--inner) * 100vw ), 13px); font-weight: 500; }


/* 공통  */
.section {overflow:hidden;}
.flxWrap {display:flex; flex-wrap:wrap;}
.sec-pd {padding: clamp(50px, calc( 120 / var(--inner) * 100vw ), 120px) 0;}
.text-center {text-align:center;}
.align-items-center {align-items:center !important;}
.justify-content-center {justify-content:center !important;}
.main-color {color:var(--color-primary) !important;}
.sub-color {color:var(--color-secondary) !important;}
.sub-color2 {color:var(--color-tertiary) !important;}
.color-dark {color: var(--color-dark) !important;}
.red {color:#e32020;}
.pt-0 {padding-top:0 !important;} 
.pb-0 {padding-bottom:0 !important;}
.mb-0 {margin-bottom:0 !important;}
.mt-0 {margin-top:0 !important;}
.font-light {font-weight:300 !important;}
.font-medium {font-weight:500 !important;}
.font-semi {font-weight:600 !important;}
.font-extra {font-weight:800 !important;}
.font-normal {font-weight:400 !important;}
.text-center {text-align:center !important;}
.text-left {text-align:left !important;}
.text-right {text-align:right !important;}
.max-wid {max-width:1460px; width:100%; margin:0 auto; padding-left:var(--container-space); padding-right:var(--container-space);}
.sec-titbox {line-height:1.1;}
.sec-titbox .section-tit {font-size:clamp(22px, calc( 40 / var(--inner) * 100vw ), 40px); font-weight:bold; }
.sec-titbox .section-dec {padding-top:var(--padding-20); font-size:clamp(14px, calc( 18 / var(--inner) * 100vw ), 18px); }
.bg-gray {background:#fafafa;}

/* main */
[data-aos=fade-up] { transform: translate3d(0,100px,0); } 
.main-visual { position:relative; overflow:hidden; color:#fff; } 
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .image {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:5s linear; transform:scale(1.15);}
.main-visual .image img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}

/* .main-visual .vjs-controls-disabled {position:relative; padding-bottom:36.11%; overflow:hidden;}
.main-visual .vjs-controls-disabled video {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; height:auto; max-width:100%; min-height:100%;object-fit : cover;}
.main_visual_vod_0-dimensions ,
.vjs-workinghover {height: 100% !important; width: 100% !important;} */

.main-visual .text-box {padding-left:var(--container-space); padding-right:var(--container-space); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); max-width:1460px; width:100%; line-height:1.3;}
.main-visual .text-box p {transition:1.2s; transform:translate(50px,0); opacity:0; }
.main-visual .text-box .txt1 {font-size: clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px);font-weight: 300; color:rgba(255, 255, 255, 0.70);;}
.main-visual .text-box .txt2 {padding-top: clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px); font-size: clamp(26px, calc( 56 / var(--inner) * 100vw ), 56px); line-height: 1.28; font-weight: bold; letter-spacing: -0.1px;}

.main-visual .active .image {transform:scale(1);}
.main-visual .active .text-box p {transform:translate(0,0); opacity:1;}
.main-visual .active .text-box .txt1 {transition-delay:.5s;}
.main-visual .active .text-box .txt2 {transition-delay:.7s;}

.main-visual .slick-dots {display: flex;align-items: center;gap: var(--padding-12); position:absolute; bottom:var(--padding-60); left:50%; transform: translateX(-50%); max-width: 1460px; padding-left: var(--container-space); padding-right: var(--container-space); width:100%; text-align:center; line-height:0; z-index:50;}
.main-visual .slick-dots li {display:inline-block; }
.main-visual .slick-dots li button {position:relative; display:block; width:clamp(10px, calc( 12 / var(--inner) * 100vw ), 12px); height:clamp(10px, calc( 12 / var(--inner) * 100vw ), 12px); background:rgba(255, 255, 255, 0.50);; border:0; border-radius:100%; overflow:hidden; text-indent:-9999em; transition:.2s;}
.main-visual .slick-dots .slick-active button {width:clamp(20px, calc( 32 / var(--inner) * 100vw ), 32px); background: #fff; border-radius: 33px;}

.morebx .btn-more {display: inline-flex;align-items: center;justify-content: center;width:clamp(30px, calc( 40 / var(--inner) * 100vw ), 40px); height: clamp(30px, calc( 40 / var(--inner) * 100vw ), 40px); border-radius: 50%; border: 1px solid #878787 ;} 
.morebx .btn-more:hover {background: var(--color-primary); border-color: var(--color-primary);}
.morebx .btn-more:hover path {fill:#fff;}
.morebx .btn-more.ty2 {width: 100%; height: clamp(30px, calc( 48 / var(--inner) * 100vw ), 48px); gap: var(--padding-20); padding:10px 25px; background: #fff; border-color: #fff; border-radius: 99px; color: var(--color-primary); font-weight: 600;}
.morebx .btn-more.ty2:hover path {fill:var(--color-primary);}

.sec1 .commflx {display: grid; grid-template-columns: repeat(2,1fr); gap: var(--padding-100); position: relative;}
.sec1 .commwid {position: relative;}
.sec1 .headbx {display: flex;align-items: center;justify-content: space-between; padding-bottom: 20px; border-bottom: 2px solid #121212;}
.sec1 .tabs {display: flex;align-items: center; margin:0 clamp(-20px, calc( -20 / var(--inner) * 100vw ), -10px);}
.sec1 .tabitem {padding: 0 var(--padding-20); position: relative;}
.sec1 .tabitem:not(:last-child):after {position: absolute; content: ''; right: -1px; top: 50%; transform: translateY(-50%); width: 1px; height:20px; background: #ddd;}
.sec1 .headtit {font-size: var(--font-size-28); font-weight: bold; color: #121212;}
.sec1 .tabitem.active .headtit {color: #121212;}
.sec1 .tabitem .headtit {color: #ccc;}
.sec1 .tab-content .morebx {position: absolute; right: 0; top: 0;}
.resource-grid {border-bottom: 1px solid #eee;}
.resource-grid .list {max-height: clamp(300px, calc( 610 / var(--inner) * 100vw ), 610px); overflow-y: auto;}
.resource-grid .item {display: flex;flex-direction: column;gap: var(--padding-20); padding: var(--padding-30) 0; border-bottom: 1px solid #eee; letter-spacing: -0.5px;}
.resource-grid .titlebx {display: flex;align-items: center;gap: 5px;}
.resource-grid .title {font-size:var(--font-size-18); font-weight: 600;  display:-webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp: 1;}
.resource-grid .timebx {display: flex;align-items: center;gap: 8px;} 
.resource-grid .date {font-size:var(--font-size-14); color: #878787;}
.resource-grid .item:hover .title {color: var(--color-primary);}

/* 메인 세미나 일정 캘린더 (FullCalendar · Figma 시안) */
.main-calendar-wrap .fc .fc-toolbar { display:flex; align-items:center; justify-content:space-between; padding: var(--padding-25) var(--padding-10); margin-bottom: 0 !important; flex-wrap:nowrap; }
.main-calendar-wrap .fc .fc-toolbar-title { font-size: var(--font-size-24); font-weight: 700; color: #121212; }
.main-calendar-wrap .fc .fc-button { background-color:transparent !important; border:none !important; box-shadow:none !important; color:#121212 !important; font-size: clamp(20px, calc( 28 / var(--inner) * 100vw ), 28px); font-weight: 600; line-height: 1; padding: 0 !important; opacity: 1; }
.main-calendar-wrap .fc .fc-button:focus { box-shadow:none !important; }
.main-calendar-wrap .fc .fc-button:hover { color: var(--color-primary) !important; }
.main-calendar-wrap .fc .fc-button-primary:not(:disabled):active,
.main-calendar-wrap .fc .fc-button-primary:not(:disabled).fc-button-active { background-color: transparent !important; border: none !important; color: #121212 !important; }
.main-calendar-wrap .fc .fc-button .fc-icon { display: none; }
.main-calendar-wrap .fc .fc-prev-button,
.main-calendar-wrap .fc .fc-next-button { display: inline-flex; align-items: center; justify-content: center; width: clamp(12px, calc( 18 / var(--inner) * 100vw ), 18px); height: clamp(12px, calc( 18 / var(--inner) * 100vw ), 18px);  padding: 0 !important; font-size: 0 !important; line-height: 0 !important; color: transparent !important; overflow: hidden; }
.main-calendar-wrap .fc .fc-prev-button .cal-nav-icn,
.main-calendar-wrap .fc .fc-next-button .cal-nav-icn { display: block; width: clamp(12px, calc( 18 / var(--inner) * 100vw ), 18px); height: clamp(12px, calc( 18 / var(--inner) * 100vw ), 18px); object-fit: contain; pointer-events: none; }
.main-calendar-wrap .fc .fc-prev-button:hover,
.main-calendar-wrap .fc .fc-next-button:hover { opacity: 0.75; color: transparent !important; }
.main-calendar-wrap .fc-theme-standard .fc-scrollgrid,
.main-calendar-wrap .fc-theme-standard td,
.main-calendar-wrap .fc-theme-standard th { border-color: #eee; }
.main-calendar-wrap .fc .fc-scrollgrid-sync-table { table-layout: fixed; width: 100%; }
.main-calendar-wrap .fc .fc-daygrid-body table { table-layout: fixed; width: 100%; }
.main-calendar-wrap .fc .fc-daygrid-body tr { height: clamp(80px, calc( 100 / var(--inner) * 100vw ), 100px); }
.main-calendar-wrap .fc .fc-daygrid-body td.fc-daygrid-day { vertical-align: top; height: clamp(80px, calc( 100 / var(--inner) * 100vw ), 100px); }
.main-calendar-wrap .fc .fc-daygrid-day-frame { height: 100%; min-height: 0; display: flex; flex-direction: column; box-sizing: border-box; padding: 5px;}
.main-calendar-wrap .fc .fc-col-header-cell { padding: var(--padding-12) 5px; font-weight: 600; font-size: var(--font-size-14); border-color: #eee; vertical-align: middle; }
.main-calendar-wrap .fc .fc-col-header-cell .fc-col-header-cell-cushion { color: inherit; text-decoration: none; }
.main-calendar-wrap .fc .fc-col-header-cell.fc-day-sun { background: #e32020; color: #fff; }
.main-calendar-wrap .fc .fc-col-header-cell.fc-day-mon,
.main-calendar-wrap .fc .fc-col-header-cell.fc-day-tue,
.main-calendar-wrap .fc .fc-col-header-cell.fc-day-wed,
.main-calendar-wrap .fc .fc-col-header-cell.fc-day-thu,
.main-calendar-wrap .fc .fc-col-header-cell.fc-day-fri { background: #454545; color: #fff; }
.main-calendar-wrap .fc .fc-col-header-cell.fc-day-sat { background: var(--color-secondary); color: #fff; }
.main-calendar-wrap .fc .fc-daygrid-day-top { flex-direction: row; justify-content: flex-start;  }
.main-calendar-wrap .fc .fc-daygrid-day-number { font-size: var(--font-size-14); font-weight: 600; padding: 0; }
.main-calendar-wrap .fc .fc-day-sun:not(.fc-day-other) .fc-daygrid-day-number { color: #e32020; }
.main-calendar-wrap .fc .fc-day-sat:not(.fc-day-other) .fc-daygrid-day-number { color: var(--color-secondary); }
.main-calendar-wrap .fc .fc-day-other .fc-daygrid-day-number { color: #ccc; font-weight: 500; }
.main-calendar-wrap .fc .fc-daygrid-day-events { flex: 0 0 auto; flex-grow: 0; flex-shrink: 0; margin-top: var(--padding-5); height: clamp(38px, calc( 48 / var(--inner) * 100vw ), 48px) !important; min-height: clamp(38px, calc( 48 / var(--inner) * 100vw ), 48px); max-height: clamp(38px, calc( 48 / var(--inner) * 100vw ), 48px); overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; box-sizing: border-box; }
.main-calendar-wrap .fc .fc-daygrid-event { border-radius: 4px; border: none !important; margin: 3px 0 0; padding: 3px var(--padding-8); font-size: var(--font-size-12); line-height: 1.35; }
.main-calendar-wrap .fc .fc-daygrid-event .fc-event-title { font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
.main-calendar-wrap .fc .fc-h-event { background-color: var(--color-secondary) !important; }
.main-calendar-wrap .fc .fc-h-event .fc-event-main { color: #fff; }

.sec2 {position:relative; z-index: 2;}
.sec2:after {position: absolute; content: ''; top: 0; left: 0; background: url(../images/main/sec2-bg.jpg) no-repeat 50% 50% / cover;  width: 100%; height:clamp(250px, calc( 445 / var(--inner) * 100vw ), 445px); z-index: -1;}
.sec2 .head {position: relative; z-index: 2; display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap; gap: 15px; margin-bottom: var(--padding-60);}
.sec2 .sec-titbox {color: #fff;}
.sec2 .headright {display: flex;align-items: center;gap:var(--padding-30);}
.btn-arrow {margin-top:0; top:40%; width:clamp(30px, calc( 48 / var(--inner) * 100vw ), 48px); height:clamp(30px, calc( 48 / var(--inner) * 100vw ), 48px); border-radius:50%;  border:1px solid #ddd; transition: all 0.3s;}
.btn-arrow::after {display: none;}
.swiper-button-next {right:0; }
.swiper-button-prev {left:0; }
.btncontrol {display:flex; align-items:center; gap: 10px;}
.btncontrol .btn-arrow {position:initial;}
.btn-arrow svg {color: #ddd; width:clamp(20px, calc( 28 / var(--inner) * 100vw ), 28px);}
.btn-arrow:hover {background:#fff; border-color:#fff;}
.btn-arrow:hover svg {color: var(--color-primary);}
.slidecont {position:relative;}
.slidecont .ginner {display:block;}
.slidecont .ginner .image {position:relative; padding-bottom:75%; overflow:hidden; transition: all 0.3s;}
.slidecont .ginner .image img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; height:auto; max-width:100%; min-height:100%; object-fit : cover;}
.slidecont .ginner .textbx {display: flex;flex-direction: column;gap:10px; padding-top:clamp(10px, calc( 30 / var(--inner) * 100vw ), 30px); letter-spacing: -0.5px;}
.slidecont .ginner .title {font-size:clamp(14px, calc( 18 / var(--inner) * 100vw ), 18px); font-weight:600; display:-webkit-box; -webkit-box-orient: vertical; overflow: hidden; -webkit-line-clamp:1;}
.slidecont .ginner .datebx {display: flex;align-items: center;gap: 8px;}
.slidecont .ginner .date {font-size:clamp(12px, calc( 14 / var(--inner) * 100vw ), 14px); color:#878787;}
.slidecont .ginner:hover .image {box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.20);}
.slidecont .ginner:hover .title {color: var(--color-primary);}

.sec3 {padding: var(--padding-40); border-top: 1px solid #ddd;}
.sec3 .flxWrap {gap: var(--padding-60);}
.sec3 .titlebx {display: flex;flex-direction: column;gap: var(--padding-12);}
.sec3 .titlebx .txt1 {font-size: var(--font-size-22); font-weight: 600;}
.sec3 .titlebx .txt2 {font-size: var(--font-size-14); color: var(--color-body);}
.sec3 .logobx {flex:1; overflow: hidden; min-width: 0;}
.sec3 .marquee-wrap { overflow: hidden; width: 100%; }
.sec3 .marquee { overflow: hidden; width: 100%; }
.sec3 .marquee-inner { display: flex; width: max-content; animation: sec3-logo-marquee 40s linear infinite; gap: var(--padding-60);}
.sec3 .marquee-inner:hover { animation-play-state: paused; }
.sec3 .items-box { display: flex; flex-shrink: 0; align-items: center; gap: var(--padding-60); margin: 0; padding: 0; }
.sec3 .items-box .item { display: flex; align-items: center; justify-content: center; width: clamp(150px, calc( 200 / var(--inner) * 100vw ), 200px); }
.sec3 .items-box .item img { max-width: 100%; height: auto; vertical-align: middle; }
@keyframes sec3-logo-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .sec3 .marquee-inner { animation: none; } }


/* sub page */
.contain { max-width:1460px; margin:0 auto; padding-left:var(--container-space); padding-right:var(--container-space); width:100%;} 
#contArea { max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;} 
#sub .contain {max-width:1460px; }
#contArea.wide { max-width:100% !important; padding-left:0 !important; padding-right:0 !important;} 
.sub-title {margin-bottom:clamp(40px, calc( 80 / var(--inner) * 100vw ), 80px); text-align:center;}
.sub-title .maintit { font-size:clamp(22px, calc( 40 / var(--inner) * 100vw ), 40px); line-height:1.2; font-weight: bold;} 
.sub-box { display:flex; align-items:center; justify-content:center; width:300px; height:300px; border-radius:var(--border-radius-30); background-color:var(--color-warning); font-size:var(--font-size-20); color:var(--color-white); text-align:center; } 

.real-cont {padding:clamp(50px, calc( 100 / var(--inner) * 100vw ), 100px) 0 clamp(60px, calc( 180 / var(--inner) * 100vw ), 180px);} 

.sub-visual { position:relative; height:520px; z-index:10; overflow:hidden; } 
.sub-visual .background {position:absolute;top:0;left:0;width:100%; height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;transform:scale(1.09); -ms-transform:scale(1.09); /* IE 9 */
 -moz-transform:scale(1.09); /* Firefox */
 -webkit-transform:scale(1.09); /* Safari and Chrome */
 -o-transform:scale(1.09); /* Opera */
transition: all 2s ease-out 0s;transition-delay: 0.1s;z-index:0; }  
.sub-visual.load .background {transform:scale(1); -ms-transform:scale(1); /* IE 9 */
 -moz-transform:scale(1); /* Firefox */
 -webkit-transform:scale(1); /* Safari and Chrome */
 -o-transform:scale(1); /* Opera */}
.sub-visual .tt-wrap {padding-right:var(--container-space); padding-left:var(--container-space); max-width:1260px; width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; color: #fff; text-align: center; } 
.sub-visual .tt-wrap .tit {font-size: clamp(24px, calc( 56 / var(--inner) * 100vw ), 56px); line-height: 1.2em; font-weight: 700; text-shadow: 3px 5px 10px rgba(0, 0, 0, 0.20);}
.sub-visual .tt-wrap .dec {margin-top: var(--padding-15); font-size: var(--font-size-18); line-height: 1.55;}

.lnb ul {display:flex; justify-content:center; margin:0 auto; max-width:1200px; width:100%;}
.lnb ul li {width:auto; flex:1; text-align:center;}
.lnb ul li.active {background:var(--color-primary);}
.lnb ul li.active a {color:#fff;}
.lnb ul li a {display:flex; align-items:center; justify-content:center; padding:0 20px; height:var(--nav-height); line-height:1.2em; font-size:clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px); color:#242424;}

/* 라운드 lnb css */
.lnb-wrap {position: relative; margin-top: var(--nav-height2);z-index: 100;}
.lnb {margin: 20px 0;box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);margin:0 auto; max-width:1200px; width:100%;border-radius:  clamp(16px, calc( 34 / var(--inner) * 100vw ), 34px) ;}
.lnb ul {display:flex; justify-content:center;  margin:0 auto; max-width:1200px; width:100%;border-radius:  clamp(16px, calc( 34 / var(--inner) * 100vw ), 34px);overflow: hidden;}
.lnb ul li {width:auto; flex:1; text-align:center;background: #ffff;}
.lnb ul li.active {background: var(--color-primary);border-right: 0 !important;}
.lnb ul li.active a {color:#fff;background:var(--color-primary);}
.lnb ul li a {display:flex; align-items:center; justify-content:center; padding:0 20px; height:var(--nav-height); line-height:1.2em; font-size:clamp(15px, calc( 20 / var(--inner) * 100vw ), 20px); color:var(--color-body);font-weight: 600;}
.lnb ul li:not(:last-child){border-right: 2px solid #ddd;}

/* 라운드 lnb type2 css */
.lnb-wrap {position: relative; margin-top: var(--nav-height2); z-index: 10;}
.lnb { margin: 0 auto;  max-width: 1500px;  width: 100%;  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08); border-radius: 60px; overflow: hidden; background: #fff; padding: var(--padding-10);}
.lnb ul {display:flex; justify-content:center; margin:0 auto; max-width:1500px; width:100%; background: #fff;}
.lnb ul li {width:auto; flex:1; text-align:center; border-radius:60px; background: #fff;}
.lnb ul li.active {background:var(--color-primary);}
.lnb ul li.active a {color:#fff;}
.lnb ul li a {display:flex; align-items:center; justify-content:center; padding:0 20px; height:var(--nav-height); line-height:1.2em; font-size:clamp(14px, calc( 20 / var(--inner) * 100vw ), 20px); color:#999; font-weight: 600;}

.path-wrap {position:relative; margin-top:var(--nav-height2) ; z-index:50;}
.path-wrap .wrap {max-width:1400px; margin:0 auto; background: #fff;} 
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:var(--nav-height); height:var(--nav-height); background:var(--color-primary) url("../images/common/home.svg") 50% 50% no-repeat; background-size:24px; text-indent:-999em; overflow:hidden;}
.path-wrap .part {position:relative; min-width:250px;  z-index:50;}
.path-wrap .part:after {position: absolute; content: ''; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height:17px; background: #ddd;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:var(--nav-height); color:#121212; font-size:17px; font-weight:600 ; line-height:1.3em; padding:0 60px 0 24px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:23px; margin-top:-7px; width:17px; height:14px; background:url("../images/common/path_down.svg") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; padding: var(--padding-30); position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);}
.path-wrap .part ul li {color:#505050; line-height:1.3em;}

.path-wrap .part ul li a {display:block; padding:12px 0 !important;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#121212; text-decoration: underline;}
@media (max-width: 1024px) {
	.path-wrap .part > a {font-size:16px; }
}
@media (max-width: 640px) {
	.path-wrap .home a {border-left:0;}
	.path-wrap .home a { background-size:14px auto;}
	.path-wrap .part {min-width:calc(50% - 20px); width:calc(50% - 20px);}
	.path-wrap .part > a { padding:0 32px 0 14px; font-size:14px;}
	.path-wrap .part > a:after {right:10px; width:12px; background-size:contain;}
	.path-wrap .part:last-child {border-right:0;}
	.path-wrap .part ul li a {font-size:14px; }
}

/* footer */
#footer { background-color:#121212;} 
#footer .contain {max-width:1460px !important; display: flex;justify-content: space-between; flex-wrap: wrap; gap: 15px;}
#footer .foot-links {padding: 30px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.20);}
#footer .f-menu  {display:flex;}
#footer .f-menu li {padding-left:clamp(15px, calc( 40 / var(--inner) * 100vw ), 40px);}
#footer .f-menu li:first-child {padding-left:0;}
#footer .f-menu li:first-child a {color: #fff; font-weight: bold;}
#footer .f-menu li a {display:block;color:rgba(255, 255, 255, 0.50); font-weight:400; font-size:var(--font-size-16);}
#footer .f-gnb {display: flex;gap:var(--padding-50); overflow-x: auto;}
#footer .f-gnb li a {white-space: nowrap; font-size: var(--font-size-16);color: rgba(255, 255, 255, 0.50);}
#footer .f-gnb li a:hover {color: #fff; text-decoration: underline;}
#footer .foot-addr {padding: clamp(30px, calc( 50 / var(--inner) * 100vw ), 50px) 0 clamp(50px, calc( 80 / var(--inner) * 100vw ), 80px); color: #b8b8b8; letter-spacing:-0.5px; font-size:15px;} 
#footer .company {margin-bottom:var(--padding-35); font-size:var(--font-size-18); font-weight: bold;}
#footer address { font-style:normal; display:flex; flex-direction: column;gap:10px;} 
#footer .address-txt {display: inline-flex; line-height: 1.714em; font-size: var(--font-size-14); color: rgba(255, 255, 255, 0.50);}  
#footer .address-txt .name {width: 100px; color: #fff; font-weight: bold;}
#footer .address-txt .dec {flex: 1;}
#footer .foot-family {display: flex;flex-direction: column;align-items: flex-end; gap: var(--padding-30); text-align: right;}
.familysite {position:relative; display:inline-block; width:200px;}
.familysite .toggle-button {display:flex; justify-content:space-between; align-items:center; width:100%; padding:var(--padding-15) 20px; background:none; border:1px solid rgba(255, 255, 255, 0.20); color:#fff; font-weight:600; line-height:1.5em; text-align:left;}
.familysite .toggle-button .txt {width:36px;}
.familysite .toggle-button .chevron {width:12px;}
.familysite .toggle-button svg {display:block; width:100%; height:auto;}
.familysite .toggle-button path {fill:#fff;}
.familysite .toggle-layer {display:none; position:absolute; left:0; width:100%; background:#fff; border:1px solid #ddd; border-top:0;}
.familysite .toggle-layer ul {padding: 20px; display: flex;flex-direction: column;gap: var(--padding-15);}
.familysite .toggle-layer a {display:block; color:#505050; font-weight:400; line-height:1.5em; text-align: left;}
.familysite .toggle-layer a:hover {text-decoration: underline;}
.familysite.active .toggle-button .chevron {transform:scaleY(-1);}
#footer .copy {font-size:var(--font-size-14); color:rgba(255, 255, 255, 0.50); line-height: 1.714em;} 



.btn-top {display:flex; flex-direction:column; justify-content:center; align-items:center; padding:5px; width:clamp(35px, calc( 60 / var(--inner) * 100vw ), 60px); height:clamp(35px, calc( 60 / var(--inner) * 100vw ), 60px); border-radius:50%; color:#fff; font-size:clamp(10px, calc( 14 / var(--inner) * 100vw ), 14px); line-height:1; font-weight:600; background:var(--color-primary);}
.btn-top span {display:inline-block; padding-top:clamp(3px, calc( 6 / var(--inner) * 100vw ), 6px); color:#fff;}

/* all menu */
html.menu-all-opened {overflow:hidden;}
html.menu-all-opened .all-navigation {-ms-transform:translateX(0); transform:translateX(0); }
html.menu-all-opened .all-navigation .only-all-menu {display:block;}
html.menu-all-opened .mobile-overlay {display:block;}

.btn-all-menu {position:relative; top:0; right:0; width:24px; height:15px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out; } 
.btn-all-menu span{ position:absolute; right:0; top:0; height:2px; width:24px; background:#fff; } 
.btn-all-menu span:before,
.btn-all-menu span:after { content:" "; position:absolute; right:0; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; } 
.btn-all-menu span:before {top:7.5px; width:24px; transition-property:top, transform; } 
.btn-all-menu span:after { bottom:-15px; width:24px; transition-property:bottom, transform; } 

.all-navigation {position:fixed; top:0; right:0; padding:20px 0; width:100%; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202; } 
.all-navigation .contain {padding-top:200px; max-width:1460px !important;}
.all-navigation .home {display:none;}
.all-navigation .sitelogo {display:block; margin-bottom:20px; padding-left:15px; } 
.all-navigation .sitelogo img { height:23px; } 
.all-navigation .all-nav-menu>ul>li {display:flex; align-items:center; padding:50px 0; border-bottom:1px solid #dfdfdf; } 
.all-navigation .all-nav-menu>ul>li>a {flex:1 0 410px; max-width:410px; position:relative; font-size:36px; font-weight:bold; line-height:1.3em; color:#2c2c2c;}
.all-navigation .all-nav-menu>ul>li>a:hover {color:var(--color-primary);}
.all-navigation .all-nav-menu .submenu {flex:1; display:block;} 
.all-navigation .all-nav-menu .submenu>ul {display:flex;}
.all-navigation .all-nav-menu .submenu>ul>li {flex:1 0 25%; max-width:25%; padding-right:15px;}
.all-navigation .all-nav-menu .submenu>ul:after { content:""; display:block; clear:both; } 
.all-navigation .all-nav-menu .submenu>ul>li>a {display:block; position:relative; color:#898989; font-size:18px; font-weight:500; line-height:1.3em; } 
.all-navigation .all-nav-menu .submenu>ul>li>a:hover {color:var(--color-secondary); text-decoration: underline;}
.all-navigation .close { position:absolute; top:20px; right:100px; width:24px; height:24px; text-indent:-9999em; overflow:hidden; } 
.all-navigation .close:before,
.all-navigation .close:after { content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#2c2c2c; } 
.all-navigation .close:before { transform:rotate(45deg); } 
.all-navigation .close:after { transform:rotate(-45deg); } 


/* for mobile */
.only-mobile { display:none; } 
.btn-m-menu {display: none; position:relative; top:0; right:0; width:20px; height:16px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out; } 
.btn-m-menu span { position:absolute; right:0; top:0; height:2px; width:20px; background:#242424; } 
.btn-m-menu span:before,
.btn-m-menu span:after { content:" "; position:absolute; right:0; height:2px; background:#242424; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; } 
.btn-m-menu span:before {top:8px; width:20px; transition-property:top, transform; } 
.btn-m-menu span:after { bottom:-16px; width:20px; transition-property:bottom, transform; } 
.mobile-navigation { position:fixed; top:0; right:0; padding:20px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202; } 
.mobile-navigation .home {margin-left:15px; width:100px;}
.mobile-navigation .sitelogo {display:block; margin-bottom:20px; padding-left:15px; } 
.mobile-navigation .sitelogo img { height:23px; } 
.mobile-navigation .nav-menu>ul {margin-top:20px;}
.mobile-navigation .nav-menu>ul>li { border-bottom:1px solid #dfdfdf; } 
.mobile-navigation .nav-menu>ul>li>a { position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; font-weight:500; line-height:1.3em; } 
.mobile-navigation .nav-menu>ul>li a:after { content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c; } 
.mobile-navigation .nav-menu>ul>li.active>a { color:#305e92 } 
.mobile-navigation .nav-menu>ul>li.active>a:after { transform:translateY(-35%) rotate(-135deg); border-color:#305e92; } 
.mobile-navigation .nav-menu .submenu { display:none; margin:-1px 0 0 0; padding:0 15px 15px; } 
.mobile-navigation .nav-menu .submenu>ul:after { content:""; display:block; clear:both; } 
.mobile-navigation .nav-menu .submenu>ul>li>a { display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em; } 
.mobile-navigation .nav-menu .submenu>ul>li>a:after { display:block; content:""; position:absolute; top:14px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out; border-radius: 50%;} 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover { color:#305e92 } 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after { background:#305e92 } 
.mobile-navigation .close { position:absolute; top:20px; right:15px; width:24px; height:24px; text-indent:-9999em; overflow:hidden; } 
.mobile-navigation .close:before,
.mobile-navigation .close:after { content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#2c2c2c; } 
.mobile-navigation .close:before { transform:rotate(45deg); } 
.mobile-navigation .close:after { transform:rotate(-45deg); } 

.mobile-overlay { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:201; } 

html.menu-opened { overflow:hidden; } 
html.menu-opened .mobile-navigation { -ms-transform:translateX(0); transform:translateX(0); } 
html.menu-opened .mobile-overlay { display:block; } 