@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-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

/* header */
#header {position:fixed; top:0; left:0; width:100%; transition:.2s; z-index:100; background: #fff;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:center; max-width:1720px;  height:100px; z-index:10;}
#header .h-bot{border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
#header .h-bot .contain {height: auto;}

#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; width: 200px; padding: 0 15px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:60px; color:#242424; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a {color: #920883}
#gnb .submenu {display:none; position:absolute; left:50%; width:200px; transform:translateX(-50%); background:#920883; border-top:0; text-align:center; border-radius: 0 0 20px 20px;}
#gnb .submenu>ul {padding:21px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:7px 0; color:#fff; font-size:17px; line-height:1.5em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-offset: 4px;}
#gnb .submenu>ul>li.active>a {color:#42ade2;}

#header.header-white {background:none; border-bottom:1px solid rgba(255,255,255,.3);}
#header.header-white #gnb > ul > li > a {color:#fff;}
#header.header-white .btn-m-menu span,
#header.header-white .btn-m-menu span:before,
#header.header-white .btn-m-menu span:after {background:#fff;}

#header.header-white:hover {background:#fff; border-bottom:1px solid #ddd;}
#header.header-white:hover #gnb > ul > li > a {color:#242424;}
#header.header-white:hover .btn-m-menu span,
#header.header-white:hover .btn-m-menu span:before,
#header.header-white:hover .btn-m-menu span:after {background:#242424;}

#header.header-white.header-fixed {background:#fff; border-bottom:1px solid #ddd;}
#header.header-white.header-fixed #gnb > ul > li > a {color:#242424;}
#header.header-white.header-fixed .btn-m-menu span,
#header.header-white.header-fixed .btn-m-menu span:before,
#header.header-white.header-fixed .btn-m-menu span:after {background:#242424;}

/* for allmenu */
.all-navigation {position:fixed; left:0; top:0; transform:translateY(-100%); width:100%; overflow:auto; transition:.3s ease-in-out;background:rgba(255,255,255,.9); z-index:20;}
.all-navigation .contain {max-width:1460px; display:flex; align-items:center; justify-content:center; padding-left:79px; padding-right:30px;}
.all-navigation .all-nav-menu {width:100%; background: #fff;}
.all-navigation .all-nav-menu>ul {display:flex; justify-content:center;}
.all-navigation .all-nav-menu>ul>li {position:relative; transition:0.2s all ease; width:200px;}
.all-navigation .all-nav-menu>ul>li>a {display:none;}
.all-navigation .all-nav-menu .submenu {display:block !important; height:100%; position:relative; text-align:center; bottom:auto; transform:translateX(0); left:auto; top:auto; transition:0.2s all ease;}
.all-navigation .all-nav-menu .submenu>ul {position:relative; display:block; padding:21px 5px;}
.all-navigation .all-nav-menu .submenu>ul>li {line-height:1.2em; transition:0.2s all ease; padding:7px 0;}
.all-navigation .all-nav-menu .submenu>ul>li>a {display:block; font-size:17px; font-weight:400; color:#454545; line-height:1.5em; transition:0.2s all ease;}
.all-navigation .all-nav-menu .submenu>ul>li>a:hover  {color: #42ade2;} 
.all-navigation .all-nav-menu .submenu .depthmenu {display: none;}

html.menu-all-opened #header {background:#fff;}
html.menu-all-opened #header #gnb > ul > li > a {color:#242424;}
html.menu-all-opened #gnb .submenu  {display:none !important;}
html.menu-all-opened .btn-all-menu span:before,
html.menu-all-opened .btn-all-menu span:after {transition-delay:0s, 0.3s; background:#242424 !important;}
html.menu-all-opened .btn-all-menu span:before {top:0;}
html.menu-all-opened .btn-all-menu span:after  {bottom:0;}
html.menu-all-opened .all-navigation {transform:translateY(0); margin-top:160px;}
html.menu-all-opened .all-navigation .only-all-menu {display:block;}

.btn-all-menu {display:block; position:absolute; right: 0; width:27px; height:26px; overflow:hidden; text-indent:-9999em; z-index:50;}
.btn-all-menu span {position:absolute; top:50%; right:0; width:70%; height:2px; margin-top:-1px; background:#242424;}
.btn-all-menu:before,
.btn-all-menu:after {content:" "; position:absolute; left:0; width:100%; height:2px; background:#242424;}
.btn-all-menu:before {top:0;}
.btn-all-menu:after {bottom:0;}

/* for mobile */
.btn-m-menu {display:none; position:absolute; right: 30px; width:26px; height:26px; overflow:hidden; text-indent:-9999em; z-index:50;}
.btn-m-menu span {position:absolute; top:50%; right:0; width:70%; height:2px; margin-top:-1px; background:#242424;}
.btn-m-menu:before,
.btn-m-menu:after {content:" "; position:absolute; left:0; width:100%; height:2px; background:#242424;}
.btn-m-menu:before {top:0px;}
.btn-m-menu:after {bottom:0px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:320px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:150;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px;}
.mobile-navigation .home img {height:45px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:11px 48px 11px 20px; display:block; color:#2c2c2c; font-size:20px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-78%) rotate(45deg); width:13px; height:13px; border-right:1px solid #505050; border-bottom:1px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#25a9df;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; padding:10px 20px; background:#fafafa; color:#454545; font-size:18px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu > ul > li {padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li > a {display:block; padding:3px 0;}
.mobile-navigation .nav-menu .submenu > ul > li.active>a {color:#25a9df;}
.mobile-navigation .close {position:absolute; top:25px; right:18px; 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:#454545; 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:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.main-visual {position:relative; overflow:hidden; text-align:center; color:#fff; margin-top: 160px;}
.main-visual .item {position:relative; overflow:hidden; height:100vh; max-height: 820px;}
.main-visual .item img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; transition:5s; transform:scale(1.1);}
.main-visual .caption {position:absolute;  bottom:50%; left:0; width:100%;letter-spacing:-.03em; transition:1.4s; transform:translateY(50%); padding: 0 30px;}
.main-visual .caption h2 {font-size: 50px; color: #fff; font-weight: 400; line-height: 1.4em;}
.main-visual .slick-arrow {position:absolute; display:flex; align-items:center; top:50%; color:#fff; font-size:18px; font-weight:700; border:0; z-index:50; text-indent: -9999em; overflow: hidden;  width:70px; height:70px;}
.main-visual .slick-prev {left:100px; background:url("../images/main/slide_prev.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-next {right:100px; background:url("../images/main/slide_next.png") 50% 50% no-repeat; background-size: contain;}
.main-visual .slick-prev:hover {background:url("../images/main/slide_prev_on.png") 50% 50% no-repeat; background-size: contain; transition: .3s;}
.main-visual .slick-next:hover {background:url("../images/main/slide_next_on.png") 50% 50% no-repeat; background-size: contain; transition: .3s;}
.main-visual .slick-dots {position:absolute; bottom:60px; left:0; width:100%; text-align:center; line-height:0;}
.main-visual .slick-dots li {display:inline-block; margin:0 7px;}
.main-visual .slick-dots li button {display:flex; align-items:center; justify-content:center; width:15px; height:15px; opacity: 40%; color:#fff; font-size:14px; font-weight:700; background:transparent; transition:.2s; border: none; border-radius:100%; text-indent: -9999em; background-color: #fff;}
.main-visual .slick-dots li.slick-active button {position: relative; opacity: 100%;}
.main-visual .active .item img {transform:scale(1);}

.main-section {padding: 100px 0;}
.main-section .contain {max-width: 1580px;}
.main-tit {font-size: 40px; color: #242424; line-height: 1em; font-weight: 700; text-align: center; margin-bottom: 60px;}
.point {color: #920883 !important;}
.point2 {color: #551167;}
.point3 {color: #d44692;}

.main-portfolio .main-cnt:before {position: absolute; content:''; top: 0; left: 50%; transform: translateX(-50%); width: 700px; height: 100%; background: url('../images/main/bg_m_port.jpg') no-repeat center center; background-size: contain; z-index: -1;}
.main-portfolio .main-cnt {position: relative; display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 50px; margin-bottom: 55px;}
.main-portfolio .main-cnt .item {width: calc((100% - 150px) / 4);}
.main-portfolio .main-cnt .item .img {position: relative; width: 100%; padding-bottom: 65%; display: block; border-radius: 20px; overflow: hidden; box-shadow: 3px 3px 5px rgba(0,0,0,.3);}
.main-portfolio .main-cnt .item .img img {position: absolute; width: 100%; height: 100%; object-fit: contain;}
.main-portfolio .main-cnt .item .txt {text-align: center; margin-top: 24px;}
.main-portfolio .main-cnt .item .item-tit {font-size: 18px; font-weight: 600; color: #242424; line-height: 1.3em; margin-bottom: 8px;}
.main-portfolio .main-cnt .item .txt p {font-size: 15px; color: #686868;}
.view-more {display: inline-block; color: #fff; background: #920883; width: 250px; height: 60px; border-radius: 30px; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 18px; margin: 0 auto;	}

.main-type .contain {max-width: 1260px;}
.main-type .main-tit {color: #fff;}
.main-type {position: relative;}
.main-type:before {position: absolute; content: ''; background: url('../images/main/bg_m_type.jpg') no-repeat center right; background-size: cover; top: 0; left: 0; width: 100%; height: 100%; z-index: -1;}
.cards {display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap;}
.cards .item {width: calc((100% - 40px) / 2); height: auto;  border-radius: 30px; border: 2px solid #920883; overflow: hidden; background: #fff;}
.cards .item-tit {color: #fff; background: #920883; font-size: 28px; font-weight: 700; text-align: center; padding: 22px;}
.cards .item-cnt {padding: 40px;}
.cards .item-cnt .price {text-align: center; font-weight: 500; font-size: 22px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
.cards .item-cnt .price strong {font-size: 32px; color: #242424;}
.cards .item-cnt .price span {font-size: 16px; font-weight: 400;}
.cards .item-cnt .info {padding: 30px 0; width: fit-content; margin: 0 auto}
.cards .item-cnt .info > div {display: flex; gap: 7px}
.cards .item-cnt .info > div:not(:last-child) {margin-bottom: 20px;}
.cards .item-cnt .info .txt {display:flex; gap: 20px;}
.cards .item-cnt .info .txt br {display: none;}
.cards .item-cnt .info .txt .tit {font-size: 18px; font-weight: 600; color: #242424;}
.cards .audio {position: relative; width: 100%; height: 50px;}
.cards .audio audio {position: absolute; width: 100%; height: 100%;}
.cards .ico img {vertical-align: middle;}

.main-section.main-link {padding: 150px 0;}
.main-section.main-link .main-tit {line-height: 1.625; margin-bottom: 0; text-align: left; width: 27.63%;}
.main-link .contain {display: flex;}
.main-link .main-cnt {display: flex; aling-items: center; justify-content: space-between; flex: 1; margin-right: -80px;}
.main-link .main-cnt .item .ico {padding-top: 40px; padding-bottom: 70px;}
.main-link .main-cnt .item-tit {font-size: 20px; font-weight: 500; color: #242424;}
.main-link .main-cnt .item {text-align: center; flex: 1; padding: 0 15px;}
.main-link .main-cnt .item:not(:last-child) {border-right: 1px solid #ddd;}

/* sub */
.sub-visual {position:relative; height:300px; color:#fff; text-align:center; overflow:hidden; background:#333; margin-top: 160px;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:0; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:45px; font-weight:700; line-height:1.3em; letter-spacing:-.03em; text-align: center; color: #fff; text-shadow: 3px 3px 5px rgba(0,0,0,.5);}
.sub-visual p {letter-spacing: .2em; color: rgba(255,255,255,.6); text-shadow: 3px 3px 5px rgba(0,0,0,.5);}
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2.jpg");}
.sub-visual .bg2-2 {background-image:url("../images/common/sv2_2.jpg");}
.sub-visual .bg2-3 {background-image:url("../images/common/sv2_3.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

#container .path-wrap .inner {max-width: 1520px;}
.path-wrap {position:relative; border-bottom:1px solid #ddd; z-index:50;}
.path-wrap .inner {display:flex; max-width:1200px; margin:0 auto;}
.path-wrap .home a {display:block; width:72px; height:60px; background:url("../images/common/home.png") 50% 50% no-repeat; text-indent:-999em; overflow:hidden; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.path-wrap .part {position:relative; width:100%; max-width:250px; background:#fff; border-right:1px solid #ddd; z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; color:#242424; font-weight:500; line-height:1.2em; letter-spacing:-.03em; padding:0 50px 0 28px; font-size: 18px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:17px; margin-top:-5px; width:14px; height:9px; background:url("../images/common/path_down.png") 50% 50% no-repeat;}
.path-wrap .part:last-child > a {color:#242424}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50;}
.path-wrap .part ul li {color:#505050; font-weight:500; line-height:1.2em; letter-spacing:-.03em; border-bottom:1px solid #ddd;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:14px 28px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#292929; background:#f8f8f8;}

.lnb-wrap {position:relative; border-bottom:1px solid #ddd; text-align:center; background-color: #f4f4f4; padding: 0 15px;}
.lnb {margin:0 auto; max-width:1200px;}
.lnb .swiper-container {margin-bottom:-2px;}
.lnb .swiper-wrapper, .sub-tab .swiper-wrapper {transform: translate3d(0px, 0px, 0px);}
.lnb .swiper-wrapper {margin-left: -15px;}
.lnb ul {justify-content:flex-start;}
.lnb ul li {text-align:center; width: max-content; min-width: 80px;}
.lnb ul li a {position: relative; display:flex; align-items:center; justify-content:center; width:100%; height:64px; padding:0 15px; color:#878787; font-size:18px; font-weight:300; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a {font-weight:500; color: #0a6a7e; }
.lnb ul li.active a:before {position: absolute; content: ''; width: 20px; height: 3px; background-color: #0a6a7e; left: 50%; bottom: 0; transform: translateX(-50%);}

.sub-tab-wrap {position: relative; margin-bottom: 60px;}
.sub-tab {margin: 0 auto; max-width: 1520px; padding: 0 140px;}
.sub-tab ul {justify-content: center; gap: 20px;}
.sub-tab ul li {text-align: center; flex:1; position: relative; background: #f8f8f8; border-radius: 27.5px;}
.sub-tab ul li a {position: relative; display:flex; align-items:center; justify-content:center; height:60px; font-size: 18px; font-weight: 600; color: #686868; text-align: center;}
.sub-tab ul li.active {background: #920883;}
.sub-tab ul li.active a {color: #fff;}

.sub-title {padding-top: 100px; padding-bottom: 60px; max-width: 1260px; margin: 0 auto; display: flex; justify-content: center;}
#contArea.wide .sub-title {padding-left: 30px; padding-right: 30px;}
.sub-title h2 {font-size: 35px; line-height: 1em; color: #242424; padding-bottom: 30px; position: relative; width: fit-content; display: table;}
.sub-title h2:before {position: absolute; content:''; width: 60px; bottom: 0; left: 50%; transform: translateX(-50%); height: 3px; background: #920883;}

.sub-title .doc-tit {margin-bottom: 22px;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:110px;}

.bg-c1 {background: #d44692 !important;}
.bg-c2 {background: #920883 !important;}
.bg-c3 {background: #551167 !important;}
.bg-c4 {background: #350342 !important;}

/* footer */
#footer {background-color: #292929; padding: 40px 0; font-size: 16px; color: rgba(255,255,255,.6); line-height: 1em;}
#footer .contain {display: flex;  max-width: 1780px; gap: 50px;}
#footer .ico {display: inline; margin-right: 10px;}
#footer .ico img {vertical-align: middle;}
/* ############################################### */
.f-link a {margin-right: 35px;font-size: 15px;}
.f-info h5 {font-size: 18px;  margin-bottom: 4px;}
#footer address {font-style: normal; margin: 18px 0; line-height: 1.3em;}
#footer address span:first-child {margin-left: 0;}
#footer address span:first-child:before {content: none;}
#footer span {margin-left: 30px; position: relative;}
#footer span:before{position: absolute; content: ''; width: 1px; height: 10px; background: #ddd; left: -15px; top: 50%; transform: translateY(-50%); opacity: 30%;}
#footer .copyright { font-size: 13px; font-weight: 300;}
#footer .copyright a {font-weight: 500;}
#footer .copyright a:hover {text-decoration: underline; transition: 0.2s;}

#footer .right {display: flex; align-items: center;}
/* ############################################### */

.foot-wrap {display:flex; justify-content:space-between; padding:70px 0;}
.foot-wrap .f-nav {width:58%; max-width:800px;}
.foot-wrap .f-nav > ul {display:flex;}
.foot-wrap .f-nav > ul > li {width:25%;}
.foot-wrap .f-nav > ul > li > a {display:block; font-size:18px; font-weight:600; line-height:1.3em; margin-bottom:19px;}
.foot-wrap .f-nav .submenu ul li {margin-bottom:18px;}
.foot-wrap .f-nav .submenu ul li:last-child {margin-bottom:0;}
.foot-wrap .f-nav .submenu ul li a {color:#909090;}
.foot-wrap .f-nav .submenu ul li a:hover {color:#fff;}
.foot-wrap .f-contact {width:38%; max-width:510px;}
.foot-wrap .f-contact .item {margin-bottom:30px;}
.foot-wrap .f-contact .item:last-child {margin-bottom:0;}
.foot-wrap .f-contact .item.flex {display:flex; align-items:center;}
.foot-wrap .f-contact dt {font-size:18px; font-weight:600; line-height:1.3em; margin-bottom:16px;}
.foot-wrap .f-contact dd {color:#909090;}
.foot-wrap .f-contact .tel {display:inline-flex; align-items:center; padding:0 33px; margin-left:40px; height:69px; font-size:28px; font-weight:600; line-height:1.3em; letter-spacing:-.03em; background:#ab8000; border-radius:70px;}
.foot-wrap .f-contact .tel:before {content:""; margin-right:20px; width:22px; height:22px; background:url("../images/common/tel.png") 50% 50% no-repeat; background-size:contain;}

.footer {display:flex; justify-content:space-between; align-items:center; padding:28px 0; border-top:1px solid rgba(255,255,255,.3);}
.footer .copyright {color:#909090;}
.footer .copyright > span:nth-child(1) {margin-right:48px;}
.footer .links {text-align:right;}
.footer .links a {margin-left:44px; display:inline-block;}
.footer a:hover {text-decoration:underline;}

#quickmenu {position: fixed; top: 220px; right: 0; z-index: 100}
#quickmenu > a {background: #f8ef2c; width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; border-radius: 10px 0 0 10px; margin-bottom: 10px;}

.scroll-top {position:fixed; border-radius: 100%; bottom:160px; right:60px; font-weight: 500; width:70px; height:70px; color:#fff; font-size:14px; line-height:1em; text-align:center; display:flex; justify-content:center; align-items:center; background-color: #930a83; z-index:80;}
.scroll-top span:before {content:""; display:block; margin:0 auto 10px; width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:7px solid #fff;}