:root {
    --wrapper: 1200px;
    --gnb: 76px;
    --siteUtil: 46px;
}

.is-floting{width: 100%; position: absolute; left: 0; overflow: hidden; height: 100%;padding-right: var(--scrollbar-width)}

#blackCurtain{display:none;z-index: 10000;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0, 0, 0, 0.5)}
#gnbCurtain{display:none;z-index: 1000;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0, 0, 0, 0.5)}


/* 사이트 전체를 감싸기 */
#wrap{position: relative;min-width:var(--wrapper);max-width: 100%;overflow:hidden;min-height: 1000px;padding-top: 120px}
@media screen and (max-width:1440px) {
    #wrap{min-width:480px}
}



.site-util{z-index: 1040;position:absolute;top:0;left:0;width:100%;height:var(--siteUtil);border-bottom:1px solid #e7e7e7;background-color:#fff;padding: 0 20px}
.site-util .util-wrapper{position:relative;display:flex;align-items:center;height:inherit;align-items:center;max-width:var(--wrapper);margin:0 auto}
.site-util .util-family{margin-right:10px}
.site-util .util-family .family-label{padding:0 20px;height:var(--siteUtil);color:#000;border:solid #ddd;border-width:0 1px}
.site-util .util-family .family-label img{width:10px;height:10px;margin-left:10px}
.site-util .util-family .family-label.is-selected{background-color:#ef3b24;color:#fff}
.site-util .util-family .family-label.is-selected img{filter:brightness(0) invert(1)}
.site-util .util-family .family-list{display:none;position:absolute;top:var(--siteUtil);left:0;background-color:#fff;border:solid #e7e7e7;border-width:0 1px 1px;box-shadow:2px 2px 5px 0 rgba(0, 0, 0, 0.2)}
.site-util .util-family .family-list li a{color:#222;padding: 10px 20px;width: 100%}
.site-util .util-family .family-list li a:hover{background-color:#e7e7e7}
.site-util .util-link{display:flex}
.site-util .util-link a{margin-left:7px}
.site-util .util-link a img{height:25px}




#header{z-index: 1030;position:absolute;top: var(--siteUtil);left:0;padding: 0 20px;width:100%}
#header .head-wrapper{position:relative;max-width:var(--wrapper);margin:0 auto}
#header .head-logo{position:absolute;top: 5px}
#header .head-util{display:flex;align-items:center;position:absolute;top: 17px;right:0}
#header .head-util .head-donation{height:40px;font-weight:500;font-size:19px;padding:10px 23px;background-color:#ef3b24;color:#fff;margin-right:40px}
#header .head-util .head-sitemap{display:block}
#header .head-util .head-sitemap img{width:20px}
#header .head-util .head-mobile-menu{display:none}





#footer{z-index:10;position:relative;background-color: #fff;border-top: 1px solid #e7e7e7}
#footer .foot-link{padding:0 20px}
#footer .foot-link .link-wrapper{display:flex;align-items:center;height:58px;max-width:var(--wrapper);margin:0 auto}
#footer .foot-link .link-list{flex:1;display:flex}
#footer .foot-link .link-list li{position:relative}
#footer .foot-link .link-list li ~ li{margin-left:30px}
#footer .foot-link .link-list li ~ li::before{content:'';position:absolute;top:1px;left:-15px;border-left:1px solid #e7e7e7;height:15px}
#footer .foot-link .link-list li a{color: #555;font-size: 17px;font-weight: 700}
#footer .foot-link .link-list li a.highlight{color:var(--primary)}
#footer .foot-link .link-familysite{flex: 0 0 auto;position:relative}
#footer .foot-link .link-familysite .familysite-open{display:flex;align-items:center;color:#222;width:385px;height:58px;padding:0 20px;border:solid #e7e7e7;border-width:0 1px}
#footer .foot-link .link-familysite .familysite-open span{flex:1;text-align:left}
#footer .foot-link .link-familysite .familysite-open img{width:10px}
#footer .foot-link .link-familysite .familysite-list{display:none;position:absolute;bottom:59px;left:0;width:100%;border:solid #e7e7e7;border-width:1px 1px 0 1px;background-color:#fff}
#footer .foot-link .link-familysite .familysite-list li ~ li{border-top:1px dashed #e7e7e7}
#footer .foot-link .link-familysite .familysite-list li a{display:block;padding:20px;color:#222}
#footer .foot-link .link-familysite .familysite-list li a:hover{background-color:#e7e7e7}

#footer .foot-info{padding:40px 20px;border-top:1px solid #e7e7e7}
#footer .foot-info .info-wrapper{max-width:var(--wrapper);margin:0 auto}
#footer .foot-info p{line-height:150%;color: #555;font-size: 16px;letter-spacing:-0.5px}
#footer .foot-info p span{display:inline-block}
#footer .foot-info p .bar{margin:0 15px;opacity:0.3}
#footer .foot-info p ~ p{margin-top:15px}
#footer .foot-info .info-address{font-weight: 700}
#footer .foot-info .info-number{font-weight: 500}
#footer .foot-info .info-copyright{margin-top:40px;font-weight:400;color:#555}


#util{display: flex;z-index:100;position: fixed;bottom: 20px;right: 20px;flex-direction:column;align-items:flex-end}
#util a, #util button{display:flex;align-items:center}
#util button ~ button{margin-top:10px}
#util button ~ a{margin-top:10px}
#util a ~ button{margin-top:10px}
#util a ~ a{margin-top:10px}
#util .scroll-top{opacity:0;display:inline;width: 40px;height: 40px;background-color:#5c5e63;color:#aaa;border-radius:100%;box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);transition:opacity 100ms ease-out}
#util .scroll-top img{width: 13px;vertical-align: -3px}




/* GNB */
.ani-gnb{width:100%;height:var(--gnb);overflow:hidden;transition: background-color 100ms ease-out;z-index: 1000;position: absolute;top: var(--siteUtil);left:0;padding: 0 20px;background-color:#fff;border-bottom: 1px solid #e7e7e7}
.ani-gnb::after{content:'';z-index: 1001;position:absolute;top:var(--gnb);left:0;width:100%;height:1px;background-color:#e9e9e9}
.ani-gnb .gnb-wrapper{position:relative;max-width:var(--wrapper);height: var(--gnb);margin:0 auto;padding: 0 215px 0 410px}

.gnb-util{z-index: 1003;position:absolute;top: 0;right:0;display:flex;align-items:center;height: 100%}
.gnb-util .util-search{margin-right:15px}

#gnb{z-index: 1002;align-items:center}
#gnb .gnb-container{display:flex;justify-content: space-between;align-items:center}
#gnb .gnb-container a[target="_blank"] span::after{display: inline-block;width: 14px;height: 14px;margin-left: 5px;margin-top: 5px;background: url(../../../../images/name/user/styleguide/icon-window.png) no-repeat 100% 0 / 14px}

#gnb .gnb-parent-item{flex: 0 1 auto;padding-top: 18px;height:var(--gnb)}
#gnb .gnb-parent-item .gnb-item-ti{position:relative;display:block;text-align: center;padding: 10px;font-size: 19px;font-weight: 700;color: #222}
#gnb .gnb-parent-item .gnb-item-ti span{display:inline-block}
#gnb .gnb-parent-item .gnb-item-ti:hover{color:var(--primary)}
#gnb .gnb-parent-item .gnb-item-ti.is-selected{color:var(--primary)}

#gnb .gnb-slave-wrapper{position:absolute;top:var(--gnb);left: 0;width: 100%;min-height: 250px;transition:background-color 100ms ease-out}

#gnb .gnb-accessory{padding: 15px 0;margin-bottom:15px;border-bottom:1px solid #e7e7e7;display:flex;align-items: flex-end}
#gnb .gnb-accessory img{height:41px;margin-right:15px}
#gnb .gnb-accessory strong{position:relative;display:block;font-size: 30px;font-weight:800;color: #222}
#gnb .gnb-accessory p{display:none;position:relative;color:#fff;font-weight:100;line-height:140%;padding:20px 70px 0 0;margin-top:20px;border-top:1px solid rgba(255, 255, 255, 0.3)}

#gnb .gnb-slave{display:flex;flex-wrap:wrap;align-items:flex-start;height:auto}
#gnb .gnb-slave li{flex: 0 1 25%;padding-left:15px}
#gnb .gnb-slave li:nth-child(4n+1){padding-left:0}
#gnb .gnb-slave li:nth-child(4) ~ li{margin-top:15px}
#gnb .gnb-slave li a{display:block;padding:15px;background-color:#f8f8f8;border:1px solid #f8f8f8;border-radius:5px;color:#333}
#gnb .gnb-slave li a span{display:block;padding-left:15px;background:url(../../../../images/name/user/ko/layout/gnb_go.svg) no-repeat 0% 50% / 6px;transition:background 100ms ease-out}
#gnb .gnb-slave li a:hover{border-color:var(--primary);color:var(--primary);background-color:#fff}
#gnb .gnb-slave li a:hover span{background-image:url(../../../../images/name/user/ko/layout/gnb_go_red.svg)}



/* 모바일 네비게이션 */ 
#mobileGnb{display:none;z-index:11000;position: fixed;top:0;right: -280px;width: 280px;height:100vh;background-color:#fff}
#mobileGnb li ul{display:none}
#mobileGnbList{height:calc(100% - 100px);overflow-y:scroll}
    .moGnb-util{position:relative;height:100px;overflow:hidden;background-color: #fff;border-bottom:1px solid #e7e7e7;}
    .moGnb-util .moGnb-util-logo img{width:220px;}
    .moGnb-util .moGnb-util-close{position:absolute;top: 15px;right:15px;filter: brightness(30%)}
    .moGnb-util .moGnb-util-account{display:flex;align-items:center;flex-wrap:wrap;padding:0 15px;height:100%;}
    .moGnb-util .moGnb-util-account .head-util-logout{flex:0 0 100%;display:flex;align-items:center;justify-content:center;margin:0 0 15px}
    .moGnb-util .moGnb-util-account .head-util-logout i{margin-right:10px;color:#fff}
    .moGnb-util .moGnb-util-account .util-account-login{padding:8px 15px;text-align:center;border-radius:25px;font-size: 18px;font-family: 'Roboto', sans-serif}
    .moGnb-util .moGnb-util-account .util-account-login img{/* width:12px; */margin-right:3px;/* vertical-align:-1px; */}
    .moGnb-util .moGnb-util-account .util-account-login{/* border:1px solid #87898e; */color:#fff}
    .moGnb-util .moGnb-util-account .util-account-login ~ .util-account-login{margin-left:7px}

    .moGnb-depth-1 > li > a{display:block;padding: 0 18px 0 20px;transition: initial;border-bottom:1px solid #dfdfdf}
    .moGnb-depth-1 > li > a span{display:block;padding: 25px 0;font-size: 18px;font-weight: 500;color:#5d5d5d;background:url(../../../../images/name/user/styleguide/mo-gnb-depth-1.png) no-repeat 100% 50%}
    .moGnb-depth-1 > li > a.is-selected{border-color: var(--primary)}
    .moGnb-depth-1 > li > a.is-selected span{font-weight: 400;color: var(--primary);background: url(../../../../images/name/user/styleguide/mo-gnb-depth-1-hover.png) no-repeat 100% 50%;}
    
    .moGnb-depth-2{position:relative;padding:15px 20px 20px}
    .moGnb-depth-2::after{content:'';position:absolute;bottom:0;left:0;width:100%;border-bottom: 1px solid var(--primary)}
    .moGnb-depth-2 > li ~ li{margin-top: 5px}
    .moGnb-depth-2 > li > a{display: flex;padding: 0 15px;font-size: 16px;height: 50px;border-radius: 5px;border: 1px solid #ddd}
    .moGnb-depth-2 > li > a span{display: block;flex: 1 1 auto;align-self: center;background: url(../../../../images/name/user/styleguide/snb-state-fold.png) no-repeat 100% 50%}
    .moGnb-depth-2 > li > a.is-selected{background-color: var(--primary);color: #fff;height: 50px;border-color: var(--primary);border-radius: 5px}
    .moGnb-depth-2 > li > a.is-selected span{background-image: url(../../../../images/name/user/styleguide/snb-state-unfold.png)}
    .moGnb-depth-2 > li > a.is-selected.empty{border-radius: 5px}
    .moGnb-depth-2 > li > a.is-selected.empty span{background-image:none}
    .moGnb-depth-2 > li > a.empty span{background-image:none}  

    .moGnb-depth-3{display: none;padding: 10px 0 15px 0}
    .moGnb-depth-3 > li > a{display: block;padding: 3px 0 3px 20px;position: relative;background: url(../../../../images/name/user/styleguide/snb-state-fold.png) no-repeat 100% 50%;transition:color 100ms ease-out}
    .moGnb-depth-3 > li > a span{display:inline-block;padding-bottom: 1px;border:1px solid transparent;line-height: 110%}
    .moGnb-depth-3 > li > a::before{content: '';position: absolute;top: 0;left: 8px;width: 4px;height: 100%;background: url(../../../../images/name/user/styleguide/depth-3.png) no-repeat 0 10px;transition: inherit}
    .moGnb-depth-3 > li > a.is-selected{background-image: url(../../../../images/name/user/styleguide/snb-state-unfold-black.png)}
    .moGnb-depth-3 > li > a.is-selected span{border-bottom-color: #176ac7;color: #176ac7}
    .moGnb-depth-3 > li > a.is-selected.empty{background-image:none}
    .moGnb-depth-3 > li > a.empty{background-image:none}

    .moGnb-depth-4{display:none;padding: 13px 17px;margin-top: 7px;background-color:#f4f5f9}
    .moGnb-depth-4 > li ~ li{margin-top:10px}
    .moGnb-depth-4 > li > a{display:block;position:relative;padding-left:13px;font-size: 14px}
    .moGnb-depth-4 > li > a::before{content:'';position:absolute;top:6px;left:0;width:5px;height:1px;background-color:#aaaaaa}
    .moGnb-depth-4 > li > a.is-selected{color:#176ac7}
    .moGnb-depth-4 > li > a.is-selected::before{background-color:#176ac7}

#mobileGnb.isAnonymous .moGnb-util{height:75px;}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-close{top: 27px}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-signin{display:flex;flex:1;align-items: center;margin-right: 30px}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-signin a{flex:1;display:block;width:100%;color:#fff;text-align:center}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-signin a span{display:flex;align-items:center;justify-content: center;padding:10px 0}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-signin a span img{margin-top:-2px;margin-right: 7px}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-signin a ~ a{position:relative;margin-left:20px}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-signin a ~ a::before{content:'';position:absolute;top: 12px;left: -12px;width:1px;height:10px;background-color:rgba(255, 255, 255, 0.3)} 
#mobileGnb.isAnonymous #mobileGnbList{height:calc(100% - 75px)}





#sub-visual{background: url(../../../../images/name/user/ko/layout/sub_bg.png) no-repeat 100% 50% / cover;height: 193px;position: absolute;width: 100%;z-index:-1}






.main-contents{padding: 50px 20px 100px}
.main-contents .contents-wrapper{display:flex;flex-wrap:wrap;max-width: var(--wrapper);margin:0 auto}
.main-contents .contents-wrapper .sub-container{flex:1}
.main-contents .contents-location{padding: 30px 0;border-bottom: 3px solid #999}
.main-contents .contents-location .location-title{font-size:40px;font-weight:800;color:#000}
.main-contents .sub-container{min-height:700px;margin: 0 auto}




#snb{z-index:110;position:relative;width: 240px;margin-right: 60px;}
    
    .snb-title{display:flex;height: 143px;justify-content:center;align-items:center;font-size: 28px;font-weight: 500;color:#fff;text-align: center;background:url(../../../../images/name/user/ko/layout/snb-title.png) no-repeat}

    .snb-list{border:1px solid #e7e7e7}
    .snb-list .snb-item-parent ~ .snb-item-parent{border-top:1px solid #ddd}
    .snb-list .snb-item-parent>a{display:block;height: 55px;padding: 0 20px;font-size: 17px;font-weight:500}
    .snb-list .snb-item-parent>a>span{display:flex;height:100%;align-items:center;letter-spacing: -1px;color: #444;background:no-repeat 100% 50%;transition:color 100ms ease-out}

    .snb-list .snb-depth-3{display:none;padding: 20px;background-color:#f9f9f9}
    .snb-list .snb-depth-3>li ~ li{margin-top:15px}
    .snb-list .snb-depth-3>li>a{position:relative;font-size: 17px;padding-left:13px}
    .snb-list .snb-depth-3>li>a::before{content:'';position:absolute;top:7px;left:0;width:4px;height:4px;border-radius:100%;background-color:#999}
    .snb-list .snb-depth-3>li>a>span{padding:3px;font-weight:400;color:#000}

    .snb-list .snb-item-parent>a:hover>span{color:var(--primary)}
    .snb-list .snb-item-parent>a.is-selected span{font-weight:600;color:var(--primary);background-image:url(../../../../images/name/user/ko/layout/snb-item-arrow-hover.png)}
    .snb-list a.is-selected+ul{display:block}

    .snb-list .snb-depth-3>li>a.is-selected::before{background-color:var(--primary)}
    .snb-list .snb-depth-3>li>a.is-selected>span{font-weight:700;color:#000;border-bottom:1px solid #000}




#sub-container{flex: 1;min-width: 0;padding: 40px 0 60px}
    .contents-head{position: relative;padding: 35px 0;min-height: 60px}
    .contents-title{flex:1 0 auto;font-weight:600;text-align: center;font-size:28px;min-height: 30px;color:#000}
    .contents-body{padding: 30px 0}



#navigator{z-index:100;position:relative;height:143px;padding-top:28px}
#navigator .navi-wrapper{position:relative;margin:0 auto;align-items: center;display: flex;flex-wrap:wrap}
    .navi-title{flex: 0 0 100%;display:block;font-weight:700;font-size: 34px;color: #222;margin-bottom:20px}
    .navi-link{flex:1 1 auto;display:flex;align-items:center}
    .navi-link li{display:flex;align-items:center}
    .navi-link li a{color: #666;font-size: 15px;display:block;line-height: 110%;letter-spacing:-1px}
    .navi-link li a:hover{color:var(--primary)}
    .navi-link li ~ li{margin-left: 12px}
    .navi-link li ~ li img{margin-right: 12px;height:10px}
    .navi-link .home{display:flex;justify-content:center;align-items:center;width: 32px;height: 32px;background-color:#fff;border-radius:10px;border:1px solid #eee;}
    .navi-link .home:hover{box-shadow:2px 2px 5px 0 rgba(0, 0, 0, 0.15)}
    .navi-link .home img{width:12px}
    .navi-link .is-selected{color: #222;font-weight:500}

    .navi-util{flex:0 0 auto;display: flex;align-items:center}
    .navi-util .util-button{width: 32px;height: 32px;border-radius: 10px;background-color: #fff;border:1px solid #eee}
    .navi-util .util-button:hover{box-shadow:2px 2px 5px 0 rgba(0, 0, 0, 0.15)}
    
    .navi-util-sns{position:relative}
    .navi-util-sns .util-button{background: #fff url(../../../../images/name/user/ko/layout/navi-util-sns.png) no-repeat 50% 50%}
    .navi-util-sns .share-layer{display: none;z-index:10;position:absolute;top:0;left:0}
    .navi-util-sns .share-layer .share-layer-close{width: 36px;height: 36px;background-color: #1373c6;border-radius: 10px;box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15)}
    .navi-util-sns .share-layer .share-list{position:absolute;top:45px;left:50%;transform:translateX(-50%);align-items:center;padding:10px 15px;border: 1px solid #cacaca;background-color:#fff;border-radius:10px}
    .navi-util-sns .share-layer .share-list::before{content:'';position:absolute;top: -9px;left:0;width:100%;height:11px;background:url(../../../../images/name/user/ko/layout/sns-share-list-arr.png) no-repeat 50% 0}
    .navi-util-sns .share-layer .share-list button{flex:0 0 auto;height:30px;width:30px}
    .navi-util-sns .share-layer .share-list button ~ button{margin-top:5px}
    .navi-util-sns .share-layer .share-item-kakao{background:url(../../../../images/name/user/ko/layout/navi-util-icon-kakao.png) no-repeat 50% 50%}
    .navi-util-sns .share-layer .share-item-twt{background:url(../../../../images/name/user/ko/layout/navi-util-icon-x.png) no-repeat 50% 50%}
    .navi-util-sns .share-layer .share-item-fb{background:url(../../../../images/name/user/ko/layout/navi-util-icon-fb.png) no-repeat 50% 50%}
    .navi-util-sns .share-layer .share-item-blog{background:url(../../../../images/name/user/ko/layout/navi-util-icon-blog.png) no-repeat 50% 50%}
        
    .navi-util-print{margin-left: 7px}
        

#sub-contents{padding: 50px 0 0 0;}














@media screen and (max-width:1300px) {
    #header .head-logo{top:10px;width:250px}
    .ani-gnb .gnb-wrapper{padding-left:300px}
}

@media screen and (max-width:1100px) {

    .ani-gnb{display:none}
    #header .head-util .head-sitemap{display:none}
    #header .head-util .head-mobile-menu{display:block;margin-top:10px}
    #header .head-util .head-donation{display:none}

    #snb{display:none}
    

    #navigator .navi-wrapper{justify-content:center}
    .navi-title{text-align:center}
    .navi-link{flex:0 0 auto;margin-right:30px}
    .navi-util-print{display:none}

    #footer .foot-link{padding:20px}
    #footer .foot-link .link-wrapper{flex-direction:column;height:auto}
    #footer .foot-link .link-familysite{margin-top:20px}
    #footer .foot-link .link-familysite .familysite-open{border-width:1px}
    
    #footer .foot-info{border-top:0;padding-top:20px}
    #footer .foot-info p{text-align:center}
    #footer .foot-info p ~ p{margin-top:30px}
    #footer .foot-info p span{display:block}
    #footer .foot-info p span ~ span{margin-top:10px}
    #footer .foot-info p .bar{display:none}
}
