@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#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 {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1500px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3; }
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}
 
.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {position:fixed; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; background: transparent; background: transparent; }
#header::before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; box-shadow: 0 0 16px rgba(0,0,0,0.08); display: none;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; }
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo-w.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; } 
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 40px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#fff; font-size:22px; font-weight:400; line-height:1.3em; font-family: var(--hakgyo);}
#gnb>ul>li>a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 4px; border-radius: 2px; background: var(--color-primary); transition: .3s;}
#gnb>ul>li:hover>a::after { width: 100%; }

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center; }
#gnb .submenu>ul {padding:30px 0; }
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#484848; font-size:16px; line-height:1.33em; font-weight: 400; }
#gnb .submenu>ul>li>a:hover { color: var(--color-primary); font-weight: 600; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#FFFBF4; }
.submenu-bg img { position: absolute; left: 230px; bottom: 0; }

.util { display: flex; align-items: center; gap: 15px; }
.hd-link { background-image:url("../images/common/hd-link.png"); background-size: contain; background-repeat: no-repeat; display: inline-block; width: 240px; height: 32px; }

.list-icon { width:24px; height:20px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: none; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:2px; background:#fff; left: 0; border-radius: 3px; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; border-radius: 3px; }
.list-icon span:before {top:-8px; transition-property:top, transform; background:#fff; content: "only"; }
.list-icon span:after {bottom:-8px; transition-property:bottom, transform; background:#fff; }

#header.hover { background: #fff; box-shadow: 0 0 16px rgba(0,0,0,0.08);}
#header.hover .sitelogo { background-image:url("../images/common/logo.png"); }
#header.hover::before { display: block; }
#header.hover #gnb>ul>li>a { color: #222; }
#header.hover .hd-link { background-image: url(../images/common/hd-link-c.png);}

#header.move { background: #fff; box-shadow: 0 0 16px rgba(0,0,0,0.08); }
#header.move .sitelogo { background-image:url("../images/common/logo.png"); }
#header.move #gnb>ul>li>a { color: #222; }
#header.move .hd-link { background-image: url(../images/common/hd-link-c.png);}
#header.move .list-icon span { background: #222;}
#header.move .list-icon span:before { background: #222;}
#header.move .list-icon span:after { background: #222;}

.mobile-navigation {display:block; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:17px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:15px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.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:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateY(0); transform:translateY(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; height:100vh; overflow:hidden;}
.main-visual .slick-slide {position:relative; height:100vh; overflow:hidden;}
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.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:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item 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 .caption { position: absolute; left: 0; text-align: left; width: 100%; bottom: 25%; }
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption h4 { font-size: 30px; font-weight: 700; line-height: 1.2em; letter-spacing: -.03em; margin-bottom: 20px; }
.main-visual .caption h2 { font-size: 48px; font-weight: 800; line-height: 1.2em; letter-spacing: -.01em;}
.main-visual .caption h2 span { color: var(--color-primary);}
.main-visual .slick-dots { position: absolute; z-index: 50; left: 0; right: 0; margin: auto; bottom: 75px; display: flex; justify-content: center;}
.main-visual .slick-dots li { width: 10px; height: 10px; border-radius: 10px; text-shadow: -9999em; border: none; background: rgba(255,255,255,0.64); margin: 0 10px; text-indent: -9999em; cursor: pointer; transition: .3s;}
.main-visual .slick-dots li.slick-active { background: #fff; width: 80px; }

/* main 공통 */
.main-pd { padding: 120px 0;}  
.main-tit-fx { display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px; }
.main-tit { font-size: 40px; font-weight: 400; line-height: 1.2em; color: #222; font-family: var(--hakgyo); }
.main-view { font-size: 18px; font-weight: 600; color: #999; line-height: 1em; padding: 15px 0; padding-right: 17px; position: relative; display: flex; gap: 8px; z-index: 1; }
.main-view::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 48px; height: 48px; border-radius: 100%; background: rgba(221,221,221,0.48); z-index: -1; transition: .2s;}
.main-view:hover { color: var(--color-primary);}
.main-view:hover::after { background: rgba(245, 175, 73,0.16);}

/* main */
.sec1 { background: #fefbf6; }
.sec1-swiper { width: 100%; position: relative; overflow: hidden;}
.sec1-swiper .item a { display: block; }
.program-thumb { padding-bottom: 75%; display: block; position: relative; overflow: hidden; border-radius: 16px; }
.program-thumb 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;}
.program-thumb::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0;margin: auto; border: 1px solid #ddd; border-radius: 16px; right: 0; }
.program-thumb .status {position: absolute; left: 20px; top: 20px; width: 73px; height: 35px; border-radius: 8px; background: var(--color-primary); color: #fff; line-height: 1em; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.program-info { padding: 24px 15px 32px; }
.program-info .ctr { width: 86px; height: 35px; border-radius: 18px; display: flex; align-items: center; justify-content: center; background: #f4fbfd; color: #1ba8d2; font-weight: 600; line-height: 1em; border: 1px solid #1ba8d2; padding-top: 2px; }
.program-info .ctr.etc { background: #f5fbfb; color: #26b4a6; border-color: #26b4a6;}
.program-info .tit { font-size: 20px; font-weight: 600; line-height: 1.4em; color: #222; margin: 20px 0 18px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.program-info dl { display: flex; margin-bottom: 8px; }
.program-info dl:last-child { margin-bottom: 0; }
.program-info dl dt { width: 75px; position: relative; font-weight: 600; }
.program-info dl dt::after { content: ""; position: absolute; right: 0; top: -1px; bottom: 0; margin: auto; width: 1px; height: 10px; background: #ddd; }
.program-info dl dd { flex: 1 1 auto; min-width: 0; width: 1%; padding-left: 20px; font-weight: 400; }
.program-view { height: 56px; border-radius: 8px; background: #fff; border: 1px solid #ddd; width: 100%; display: flex; align-items: center; justify-content: center; line-height: 1em; font-weight: 600; color: #999; transition: .3s;}
.sec1-swiper .item a:hover .program-view { background: var(--color-primary); color: #fff; border-color: var(--color-primary);}

.sec2 .contain { display: flex; flex-wrap: wrap; gap: 60px; }
.sec2 .contain::after { content: none;}
.sec2 .col { width: calc(100%/2 - 30px); }
.noti-list { border-top: 2px solid #686868; border-bottom: 1px solid #ddd;}
.noti-list li { border-bottom: 1px solid #ddd; }
.noti-list li:last-child { border-bottom: none; }
.noti-list li a { display: flex; padding: 32px 20px 27px; position: relative; }
.noti-list li a::after { content: ""; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; width: 20px; height: 19px; background: url(../images/main/sec2-view.png) center no-repeat; background-size: contain; transition: .2s;}
.noti-list li .datebox { width: 65px; text-align: center; margin-right: 20px; }
.noti-list li .datebox .day { line-height: 0.85em; font-size: 32px; font-weight: 700; color: #222; margin-bottom: 9px; transition: .2s;}
.noti-list li .datebox .month { line-height: 1em; font-weight: 500; color: #999; }
.noti-list li .txtbox { flex: 1 1 auto; min-width: 0; width: 1%; padding: 0 20px; padding-right: 35px; }
.noti-list li .txtbox .tit { font-size: 20px; font-weight: 600; line-height: 1em; color: #222; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; margin-bottom: 7px; transition: .2s;}
.noti-list li .txtbox .txt { font-size: 18px; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.noti-list li a:hover::after { background-image: url(../images/main/sec2-view-c.png);}
.noti-list li a:hover .datebox .day { color: var(--color-primary);}
.noti-list li a:hover .txtbox .tit { color: var(--color-primary);}
.sec2-swiper { width: 100%; position: relative; overflow: hidden; padding-top: 20px; border-top: 2px solid #686868;}
.sec2-swiper .item a { display: block; }
.gl-thumb { padding-bottom: 75%; display: block; position: relative; overflow: hidden; border-radius: 16px; }
.gl-thumb 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;}
.gl-thumb::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0;margin: auto; border: 1px solid #ddd; border-radius: 16px; right: 0; }
.gl-info { padding-top: 20px; padding-left: 16px; }
.gl-info .tit { font-size: 20px; font-weight: 600; line-height: 1em; color: #222; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; margin-bottom: 10px; }

/* 공지사항리스트 */
.noti-list.list li a { padding: 35px 40px; align-items: center;}
.noti-list.list li .num { width: 56px; text-align: center; font-size: 18px; font-weight: 700; line-height: 1em; color: var(--color-primary); }
.noti-list.list li .label { width: 100%; height: 56px; display: flex; align-items: center; justify-content: center; line-height: 1em; color: #fff; background: var(--color-primary); border-radius: 100%; }
.noti-list.list li .txtbox { padding-left: 40px; padding-top: 5px; }
.noti-list.list li .spanbox span {display: inline-block; padding-right: 20px; font-size: 14px; line-height: 1.2em; }
.noti-list.list li .spanbox span:last-child { padding-right: 0; }
.noti-list.list li a:hover { background: #fefbf6; }

/* sub */ 
.sub-visual {position:relative; height:550px; background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; align-items: center; color: #fff; justify-content: center; text-align: left; }
.sub-visual h2 { font-size: 56px; font-weight: 700; line-height: 1.2em; font-family: var(--hakgyo );}

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}

.lnb-wrap {position:relative; margin-top: -50px; }
.lnb {margin:0 auto; max-width:1440px; box-shadow: 0 4px 16px rgba(0,0,0,0.08); border-radius: 50px; overflow: hidden; background: #fff; padding: 10px; }
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; border-radius: 45px; }
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:90px; padding:0 15px; color:#999; font-size:20px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:var(--color-primary);}
.lnb ul li.active a {color:#fff;}

#contArea {max-width:1500px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { position: relative; text-align: center; padding: 120px 0 80px;}
.sub-title h1 { font-size: 40px; font-weight: 700; line-height: 1em; color: #222; font-family: var(--hakgyo);}

.real-cont {min-height:300px; padding-bottom: 120px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #f4f5fa; padding: 38px 0; color: #484848; }
#footer .contain { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
#footer .contain::after { content: none;}
#footer .left h3 { font-size: 20px; font-weight: 700; line-height: 1em; color: var(--color-secondary);}
.ft-text { font-size: 16px; margin: 22px 0 3px;}
.ft-text span { display: inline-block; padding-right: 20px; margin-bottom: 6px; font-weight: 300; }
.ft-text span:last-child { padding-right: 0; } 
.ft-text span strong { font-weight: 500; display: inline-block; padding-right: 20px; position: relative; }
.ft-text span strong::after { content: ""; position: absolute; right: 8px; width: 1px; height: 10px; background: #484848; top: 7px; }
#footer .right { text-align: right; }
.cpr { font-size: 16px; color: #a2a2a2; font-weight: 300;}
.cpr span { display: inline-block; padding-right: 20px; position: relative; }
.cpr span::after { content: ""; position: absolute; right: 9px; width: 1px; height: 10px; background: #a2a2a2; top: 8px; }
.cpr a { display: inline-block; }
.policy a { display: inline-block; font-weight: 600; font-size: 16px; position: relative; padding-left: 26px; color: var(--color-secondary);}
.policy a::before { content: ""; position: absolute; left: 0; width: 16px; height: 17px; background: url(../images/common/policy.png) center no-repeat; background-size: contain; top: 4px; }
.policy a:last-child { margin-left: 60px; }
.ft-link { display: flex; gap: 20px; flex-wrap: wrap; justify-content: flex-end; margin-top: 70px; }
.ft-link a { display: inline-block; }

.quick { position: fixed; right: 30px; bottom: 30px; z-index: 199; }
.quick a { display: block; margin-bottom: 10px; border-radius: 100%; box-shadow: 0 0 8px rgba(0,0,0,0.24);}
.quick a:last-child { margin-bottom: 0; }