#blackCurtain {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7)
}

@keyframes SVGCircle {
    0% {
        transform: rotateZ(0deg)
    }

    100% {
        transform: rotateZ(360deg)
    }
}

@keyframes SVGShadow {
    0% {
        transform: translateX(3px) scale(1.1) rotateZ(0deg)
    }

    100% {
        transform: translateX(3px) scale(1.1) rotateZ(360deg)
    }
}

/******************************** * layout sizer ********************************/
._wrapper {
    max-width: 1400px;
    margin: 0 auto
}

/******************************** * header ********************************/
#wrap {
    position: relative;
    padding-top: 105px
}


.ani-gnb {
    z-index: 100;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.2)
}

.ani-gnb::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f37a1a
}

#header {
    z-index: 10;
    position: relative;
    height: 105px;
    padding: 0 20px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2)
}

/* 영역 분리 */
#header .head-wrapper {
    position: relative;
    max-width: 1800px;
    height: inherit;
    margin: 0 auto
}

#header ._wrapper {
    position: relative;
    padding-right: 50px;
    max-width: 1500px;
    height: inherit
}

/* 로고 */
.head-logo {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 17px
}

.head-logo::after {
    content: '';
    display: block;
    clear: both
}

.head-logo a {
    display: block;
    margin-top: 12px;
    float: left;
}

.head-logo .head-logo-kriss {
    margin: 20px 20px 0 0;
}

.head-logo .head-logo-kriss {
    display: block
}

/* 기능 버튼 */
.head-util {
    z-index: 10;
    position: absolute;
    right: 50px;
    top: 45px
}

.head-util .middot {
    display: inline-block;
    width: 20px;
    height: 3px;
    vertical-align: 4px;
    background: url(../../../../images/name/user/metclub/layout/head-util-middot.png) no-repeat 50% 50%
}

.head-util a {
    color: #797979
}

.head-util a span {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    transition: border 100ms ease-out
}

.head-util a:hover {
    color: #000
}

.head-util a:hover span {
    border-color: #000
}

.head-util .util-kriss {
    margin-right: 25px;
    vertical-align: -1px
}

/* 사이트맵 이동 버튼 */
.head-moMenu {
    display: none
}

.head-sitemap, .head-moMenu {
    position: absolute;
    right: 0;
    top: 44px
}

/* 주 메뉴 */
.head-gnb {
    position: relative;
    height: inherit;
    text-align: center
}

.gnb-left-util {
    position: absolute;
    top: 157px;
    left: -150px;
}

.gnb-right-util {
    position: absolute;
    top: 137px;
    right: 20px;
}

.gnb-right-util .gnb-util-anchor {
    display: block;
    width: 215px;
    height: 110px;
    padding: 42px 0 0 65px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    border-radius: 20px;
    border: 1px solid #d7d7d7;
    background: url(../../../../images/name/user/metclub/layout/metclub-icon.png) no-repeat 30px 31px
}

.head-gnb .gnb-followBar {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #f37a1a;
    opacity: 0
}

.head-gnb .gnb-container {
    display: flex;
    justify-content: space-between;
    height: inherit;
    margin: 0 220px 0 150px;
}

.head-gnb .gnb-container::after {
    content: '';
    display: block;
    clear: both
}

.head-gnb .gnb-parent-item {
    flex:0 0 auto;
    height: inherit
}

.head-gnb .gnb-item-ti {
    display: block;
    height: inherit;
    padding: 40px 0 0;
    font-weight: 500;
    font-size: 19px;
    color: #000
}

.head-gnb .gnb-item-ti span {
    display: inline-block;
    padding: 0 10px
}

/* 하위메뉴 - 풀다운 */
.gnb-slave-wrapper {
	display:none;
	position: relative;
	left: 0;
}

.gnb-slave-wrapper .gnb-slave {
	max-width:100%;
    padding: 30px 0
}

.gnb-slave-wrapper .gnb-slave-item a {
    display: block;
    padding: 7px 0 7px 12px;
    background: url(../../../../images/name/user/metclub/layout/menu-bullet.png) no-repeat 0 16px;
    text-align: left;
    font-size: 17px;
    transition: unset;
    color: #090909
}

.gnb-slave-wrapper .gnb-slave-item a span {
	line-height:145%;
    display: inline-block;
    white-space:nowrap;
}

.gnb-slave-wrapper .gnb-slave-item a:hover {
    color: #d9782d
}

.gnb-slave-wrapper .gnb-slave-item a.is-selected {
    color: #d9782d;
    background: url(../../../../images/name/user/metclub/layout/menu-bullet-hover.png) no-repeat 0 11px
}

.gnb-parent-item:nth-child(1) .gnb-slave-wrapper {
    border-left-width: 0
}

/******************************** * footer ********************************/
#footer {
    height: 185px;
    padding: 40px 20px;
    background-color: #3b3b3b
}

#footer ._wrapper {
    position: relative;
    padding-left: 275px
}

.foot-logo {
    position: absolute;
    top: 0;
    left: 0
}

.foot-logo div {
    float: left;
    display: block
}

.foot-logo .foot-logo-kriss {
    width: 85px;
    height: 44px;
    margin: 7px 20px 0 0;
    background: url(../../../../images/name/user/metclub/layout/logo-kriss-dark.svg) no-repeat 0 0;
    opacity: 0.3;
}

.foot-logo .foot-logo-metclub {
    width: 109px;
    height: 52px;
    background: url(../../../../images/name/user/metclub/layout/logo-metclub-dark.svg) no-repeat 0 0;
}

.foot-menu {
    padding-top: 5px
}

.foot-menu::after {
    content: '';
    display: block;
    clear: both
}

.foot-menu li {
    float: left
}

.foot-menu li ~ li::before {
    content: '';
    display: inline-block;
    margin: 0 15px;
    width: 1px;
    height: 10px;
    vertical-align: 2px;
    background-color: #a8a8a8
}

.foot-menu li:first-child {
    border-left-width: 0
}

.foot-menu li a {
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    color: #fff
}

.foot-menu li a span {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    transition: border 100ms ease-out;
    color: #e48234;
}

.foot-menu li a:hover, .foot-menu li a:hover span {
    border-color: #fff;
    color: #fff
}

.foot-menu li a.highlight, .foot-menu li a.highlight:hover span {
    border-color: #e48234;
    color: #e48234
}

.site-infomation {
    margin-top: 20px
}

.site-infomation p {
    font-weight: 300;
    line-height: 145%;
    font-size: 15px;
    color: #fff;
    opacity: 0.7
}

.site-infomation p ~ p {
    margin-top: 5px
}

.site-infomation p span {
    display: inline-block;
    margin-right: 20px
}

/*스크롤탑 이동 버튼*/
.scroll-top {
    display: none;
    z-index: 100;
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 58px;
    height: 58px;
    cursor: pointer
}

.scroll-top .circle {
    display: block;
    z-index: 10;
    position: absolute;
    transform-origin: 50% 50%;
    animation: SVGCircle 7000ms infinite linear
}

.scroll-top .circle-path {
    transform-origin: 50% 50%;
    fill: #e48234
}

.scroll-top .shadow {
    display: block;
    position: absolute;
    top: 7px;
    filter: blur(3px);
    transform-origin: 50% 50%;
    animation: SVGShadow 7000ms infinite linear;
    transition: all 300ms ease-out
}

.scroll-top .shadow-path {
    fill: rgba(0, 0, 0, 0.2)
}

.scroll-top .arrow {
    z-index: 10;
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background: no-repeat 50% 50%;
    transition: transform 300ms ease-out
}

.scroll-top .arrow-yellow {
    top: 17px;
    transform: translateY(0);
    background-image: url(../../../../images/name/user/metclub/layout/scroll-top-arrow-yellow.png)
}

.scroll-top .arrow-white {
    top: 27px;
    transform: translateY(0);
    background-image: url(../../../../images/name/user/metclub/layout/scroll-top-arrow-white.png)
}

/* 서브 레이아웃 */
#navigator {
    height: 157px;
    padding-top: 45px;
    text-align: center;
    background: url(../../../../images/name/user/metclub/layout/navigator-bg.png) no-repeat 50% 50% / cover
}

.navi-title {
    font-family: 'S-Core Dream WF', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #000
}

.navi-link {
    display: flex;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 15px;
    margin-top: 20px
}

.navi-link li ~ li {
    padding-left: 15px;
    margin-left: 10px;
    background: url(../../../../images/name/user/metclub/layout/navigator-arr.png) no-repeat 0 50%
}

.navi-link li a {
    display: block
}

#container-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

/* SNB */
#snb {
    margin: -57px 0 0 40px;
    width: 285px;
    padding-bottom: 50px
}

.snb-title {
    position: relative;
    height: 85px
}

.snb-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
    height: 100%;
    border-radius: 15px 0 0 0;
    background: #f37a1a url(../../../../images/name/user/metclub/layout/snb-title-pattern.png) repeat-x 0 100%
}

.snb-title strong {
    position: relative;
    display: block;
    height: inherit;
    padding: 35px 0 0 30px;
    font-family: 'S-Core Dream WF', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    background: url(../../../../images/name/user/metclub/layout/snb-title-img.png) no-repeat 100% 100%
}

.snb-list {
    margin-top: 10px;
    border-bottom: 1px solid #dfdfdf
}

.snb-list .snb-item-parent {
    background-color: #fff
}

.snb-list .snb-item-parent ~ .snb-item-parent {
    border-top: 1px solid #dfdfdf
}

.snb-list .snb-item-parent>a {
    display: block;
    padding: 0 15px 0 30px;
    transition: unset;
    white-space: break-spaces;
    line-height: 150%;
}

.snb-list .snb-item-parent>a span {
    display: block;
    padding: 20px 0;
    font-size: 17px;
    padding-right: 30px;
    line-height: inherit;
    color: #5d5d5d;
    background: url(../../../../images/name/user/metclub/layout/snb-item-parent-bullet.png) no-repeat 100% 50%
}

.snb-list .snb-item-parent>.is-selected {
    padding-right: 0;
}

.snb-list .snb-item-parent>.is-selected>span {
    font-weight: 500;
    color: #000;
    padding-right: 45px;
    background: url(../../../../images/name/user/metclub/layout/snb-item-parent-bullet-hover.png) no-repeat 100% 25px
}

.snb-list .snb-slave {
    display: none;
    padding: 20px 30px;
    border-top: 2px solid #f37a1a;
    background-color: #f8f8f8;
}

.snb-list .snb-slave-item ~ .snb-slave-item {
    margin-top: 13px
}

.snb-list .snb-slave-item>a {
    display: block;
    padding-left: 12px;
    font-size: 16px;
    color: #676767;
    background: url(../../../../images/name/user/metclub/layout/menu-bullet.png) no-repeat 0 9px
}

.snb-list .snb-slave-item>.is-selected {
    color: #f37a1a;
    background: url(../../../../images/name/user/metclub/layout/menu-bullet-hover.png) no-repeat 0 3px
}

/* 콘텐츠 영역 */
#container {
    flex: 1
}

.contents-head {
    position: relative;
    padding: 30px 0;
    background: url(../../../../images/name/user/metclub/layout/contents-head-pattern.png) repeat-x 0 100%
}

.contents-head .contents-title {
    font-family: 'S-Core Dream WF', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #000
}

.contents-head .contents-util {
    display: flex;
    position: absolute;
    right: 0;
    top: 28px
}

.contents-head .contents-util .util-button {
    width: 30px;
    height: 30px;
    background: no-repeat 50% 50%
}

.contents-head .contents-util-sns {
    position: relative
}

.contents-head .contents-util-sns .util-button {
    background-image: url(../../../../images/name/user/metclub/layout/contents-util-sns.png)
}

.contents-head .contents-util-sns .share-layer {
    display: none;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
    background-color: #fff
}

.contents-head .contents-util-sns .share-layer-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px
}

.contents-head .contents-util-sns .share-list {
    display: flex;
    position: relative;
    padding-right: 15px;
    margin-right: 35px
}

.contents-head .contents-util-sns .share-list::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 18px;
    background-color: #cecece
}

.contents-head .contents-util-sns .share-list button {
    width: 30px;
    height: 30px
}

.contents-head .contents-util-sns .share-list button ~ button {
    margin-left: 7px
}

.contents-head .contents-util-print .util-button {
    background-image: url(../../../../images/name/user/metclub/layout/contents-util-print.png)
}

.contents-body {
    padding: 50px 0
}

/* 모바일 메뉴 */
#mobileGnb {
    display: none;
    z-index: 1010;
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100vh;
    background-color: #fff
}

#mobileGnb li ul {
    display: none
}

#mobileGnbList {
    height: calc(100% - 70px);
    overflow-y: scroll
}

.moGnb-util {
    height: 70px;
    display: flex;
    background-color: #ec8526
}

.moGnb-util a {
    position: relative;
    font-weight: 400;
    min-width: 50%;
    text-align: center;
    display: block;
    padding: 28px 0 0;
    font-size: 16px;
    color: #fff
}

.moGnb-util a ~ a::after {
    content: '';
    position: absolute;
    top: 33px;
    left: 0;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5)
}

.moGnb-depth-1 > li {
    border-top: 1px solid #dfdfdf
}

.moGnb-depth-1 > li > a {
    display: block;
    padding: 0 18px 0 30px;
    transition: unset
}

.moGnb-depth-1 > li > a span {
    display: block;
    padding: 20px 0;
    font-size: 17px;
    color: #5d5d5d;
    background: url(../../../../images/name/user/metclub/layout/mo-gnb-depth-1.png) no-repeat 100% 50%
}

.moGnb-depth-1 > li > a.is-selected {
    padding-right: 0
}

.moGnb-depth-1 > li > a.is-selected span {
    font-weight: 500;
    color: #000;
    background: url(../../../../images/name/user/metclub/layout/snb-item-parent-bullet-hover.png) no-repeat 100% 25px
}

.moGnb-depth-2 {
    position: relative;
    padding: 2px 0 0 0;
    background-color: #f8f8f8
}

.moGnb-depth-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #f37a1a
}

.moGnb-depth-2 > li ~ li {
    border-top: 1px solid #ddd
}

.moGnb-depth-2 > li > a {
    transition: unset;
    display: block;
    padding: 15px 20px 15px 30px;
    background: url(../../../../images/name/user/metclub/layout/mo-gnb-depth-2.png) no-repeat 30px 23px
}

.moGnb-depth-2 > li > a span {
    display: block;
    padding-left: 12px;
    font-size: 15px;
    color: #676767;
    background: url(../../../../images/name/user/metclub/layout/mo-gnb-depth-2-fold.png) no-repeat 100% 3px
}

.moGnb-depth-2 > li > a.is-selected {
    background: url(../../../../images/name/user/metclub/layout/mo-gnb-depth-2-hover.png) no-repeat 30px 18px
}

.moGnb-depth-2 > li > a.is-selected span {
    color: #f37a1a;
    background: url(../../../../images/name/user/metclub/layout/mo-gnb-depth-2-unfold.png) no-repeat 100% 7px
}

.moGnb-depth-3 {
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.05)
}

.moGnb-depth-3 > li {
    padding: 0 0 0 42px
}

.moGnb-depth-3 > li ~ li {
    margin-top: 10px
}

.moGnb-depth-3 > li > a {
    display: block;
    position: relative;
    padding-left: 7px;
    font-size: 14px
}

.moGnb-depth-3 > li > a::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.5)
}

.moGnb-depth-1 .empty span {
    background: unset
}

/*클럽전체목록*/
#clubList {
    display: none;
    z-index: 10100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7)
}

#clubList .clublist-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    max-width: 1400px;
    max-height: 840px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff url(../../../../images/name/user/metclub/layout/clublist-layer-bg.png) no-repeat 50% 0 / 100% auto
}

#clubList .clublist-head {
    position: relative;
    height: 200px;
    padding: 50px 0 0;
    text-align: center
}

#clubList .head-title {
    font-family: 'S-Core Dream WF', sans-serif;
    font-weight: 500;
    font-size: 38px;
    color: #fff
}

#clubList .head-close {
    position: absolute;
    top: 20px;
    right: 20px
}

#clubList .head-category {
    display: flex;
    flex-wrap: wrap;
    -ms-justify-content: center;
    justify-content: center;
    margin-top: 40px
}

#clubList .category-item {
    font-size: 16px;
    color: #4e4e4e;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3)
}

#clubList .category-item ~ .category-item {
    margin-left: 10px
}

#clubList .category-item.is-selected {
    background-color: #000;
    color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.7)
}

#clubList .clublist-body {
    height: calc(100% - 200px);
    padding: 20px;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    overflow: auto
}

#clubList .body-list {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%
}

#clubList .list-item {
    width: 25%;
    padding: 10px
}

#clubList .item-anchor {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding-left: 100px;
    height: 80px
}

#clubList .item-icon {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 82px;
    height: inherit;
    border-radius: 20px 0 0 20px;
}

#clubList .item-icon img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#clubList .item-category {
    display: block;
    font-size: 14px;
    margin-top: 15px
}

#clubList .item-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: -1px
}

.club-banner {
    margin-top: 20px
}

.club-banner a {
    display: block;
    padding: 30px 40px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 20px;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
    color: #fff
}

.club-banner a::after {
    content: '';
    display: block;
    width: 46px;
    height: 30px;
    margin-top: 15px;
    background: url(../../../../images/name/user/metclub/layout/banner-arr.png) no-repeat 0 0
}

.club-banner img {
    vertical-align: -6px;
    margin-left: 10px
}

.club-banner.banner-counsel a {
    background: #4f72d6 url(../../../../images/name/user/metclub/main/consulting-item-icon-technology.png) no-repeat 190px 50px / 70px;
}

.club-banner.banner-equipment a {
    background: #2eadb6 url(../../../../images/name/user/metclub/main/consulting-item-icon-equipment.png) no-repeat 190px 50px / 60px;
}

.club-banner.banner-technology a {
	color:#000;
    background: #f3f4f6 url(../../../../images/name/user/metclub/main/consulting-item-icon-3.png) no-repeat 190px 40px / 60px;
} 
.club-banner.banner-technology a::after {
	filter: brightness(0.5)
}

.club-map {
    margin-top: 20px
}

.club-map a {
    display: block;
    height: 100px;
    padding: 33px 0 0 105px;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    background: url(../../../../images/name/user/metclub/layout/metclub-icon.png) no-repeat 40px 28px;
    box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.1);
    color: #000
}

.club-map a span {
    display: inline-block;
    padding: 5px 35px 5px 0;
    background: url(../../../../images/name/user/metclub/layout/club-map-arrow.png) no-repeat 100% 50%
}

.club-map img {
    vertical-align: -6px;
    margin-left: 10px
}



.siteutil{display:none}
.is-admin #wrap{padding-top:165px}
.is-admin .siteutil{z-index:101;display:block;position:absolute;top:0;left:0;width:100%;padding:0 20px;background-color:#fff;border-bottom:1px solid #eee}
.is-admin .siteutil .siteutil-wrapper{max-width:1400px;height:60px;margin:0 auto;display:flex;align-items:center;justify-content:flex-end}
.is-admin .siteutil a{display:block;min-width:100px;padding:0 10px;background-color:#e47e20;border:1px solid #e47e20;text-align:center;border-radius:3px;box-shadow:0 2px 5px rgba(0, 0, 0, 0.2)}
.is-admin .siteutil a span{display:inline-block;padding:10px 0;padding-right:30px;color:#fff;background:url(../../../../images/name/user/styleguide/btn-fn-arr.png) no-repeat 100% 50%}
.is-admin .siteutil a:hover{background-color:#fff}
.is-admin .siteutil a:hover span{color:#000;background:url(../../../../images/name/user/styleguide/btn-fn-arr-hover.png) no-repeat 100% 50%}

.is-admin .ani-gnb{top:60px;}
