
/* ì „ì—­ ìŠ¤íƒ€ì¼ */
:root {
    --wrapper: 1400px;
    --gnb: 65px;
}


.is-floting{width: 100%; position: absolute; left: 0; overflow: hidden; height: 100%}

#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}
@media screen and (max-width:1400px) {
    #wrap{min-width:0}
}



#header{z-index: 1001;position: relative;padding:0 20px;margin-bottom: 65px;border-bottom:1px solid #ddd;background-color: #fff;}
#header .head-wrapper{display:flex;justify-content:space-between;align-items:center;height:100px;max-width:var(--wrapper);margin:0 auto}

#header .head-logo{flex:1 1 auto}

#header .head-generalSearch{position:relative;flex:1 1 auto;max-width:425px}
#header .head-generalSearch input{border:0;height:55px;width:100%;padding:0 70px 0 20px;border:2px solid #0f4a96;border-radius:50px}
#header .head-generalSearch .generalSearch-submit{z-index:1;position:absolute;top:0;right:0;width:70px;height:100%}

#header .head-util{flex:1 1 auto;display:flex;justify-content: flex-end;align-items: center;}
#header .head-util a{position:relative;font-size:16px}

#header .head-util .util-session{display:flex;align-items:center;font-size:16px;margin-right:15px} 
#header .head-util .util-session i{font-size:14px}
#header .head-util .util-session i + span{display:flex;line-height:110%;align-items:center;height:33px;padding:2px 15px 0;margin-left:10px;border-radius:20px;background-color:#666;color:#fff;transition:background-color 100ms ease-out}
#header .head-util .util-session:hover i + span{background-color:#0f4a96}

#header .head-util .util-login{height:33px;line-height:0;padding: 16px 15px 0 33px;margin-right:15px;border:1px solid #ddd;border-radius:25px;}
#header .head-util .util-login img{position:absolute;top: 7px;left: 14px;width: 14px;}

#header .head-util .util-anchors{display:flex;align-items: center}
#header .head-util .util-anchors a ~ a{margin-left:30px}
#header .head-util .util-anchors a ~ a::before{content:'';position:absolute;top:1px;left:-15px;width:1px;height:13px;background-color:#d2d2d2}

#header .head-mobile-menu{display:none;width:40px;height:40px;text-align:center;padding-top:9px;line-height:0}


@media screen and (max-width:1200px) {
    #header{margin-bottom: 0}
    #header .head-wrapper{display:block;height:70px}
    #header .head-logo{position:absolute;top: 19px;left:20px;width: 160px;}
    #header .head-util{position:absolute;top:20px;right:20px}

    #header .head-generalSearch{display:none;z-index:10;position:absolute;top: 70px;left:0;max-width: none;width: 100%;padding: 20px;background-color: rgba(255, 255, 255, 0.7);}
    #header .head-generalSearch form{position:relative;margin:0 auto;width: 100%;text-align: center;}

    #header .head-util{display:none}

    #header .head-mobile-menu{display:block;position:absolute;top: 14px;right:20px}
}



#footer{padding:0 20px;background-color: #283246}
#footer .foot-wrapper{position:relative;max-width:var(--wrapper);margin:0 auto;padding: 60px 0}

#footer .foot-logo{position:absolute;top:60px;left:0}

#footer .foot-licence{position:absolute;top: 60px;right: 180px;display:flex;align-items:center}
#footer .foot-licence a{display:block;flex:0 1 auto}
#footer .foot-licence img{height:70px}

#footer .foot-menu{position:absolute;top:50px;right:0}
#footer .foot-menu li ~ li{margin-top:10px}
#footer .foot-menu li a{padding:10px;font-weight:300;color:#fff}
#footer .foot-menu li a:hover{font-weight:500;color:#61a4ff}

#footer .foot-info{padding-left:300px}
#footer .foot-info p{font-weight:300;font-size:15px;color:#fff}

#footer .foot-info p span{display:inline-block}

#footer .foot-info p ~ p{margin-top:15px}
#footer .foot-info p:nth-child(3){margin-top:35px}
#footer .foot-info p:nth-child(3) span{position:relative}
#footer .foot-info p:nth-child(3) span ~ span{margin-left:50px}
#footer .foot-info p:nth-child(3) span ~ span::before{content:'';position:absolute;top:4px;left:-27px;width:1px;height:10px;background-color:#69707e}


@media screen and (max-width:1200px) {
    #footer .foot-wrapper{display:block;text-align: center;}
    #footer .foot-logo{position:static}
    #footer .foot-menu{display:flex;position:relative;top:0;left:0;padding-left:0;justify-content: center;margin-top:30px;}
    #footer .foot-menu li ~ li{margin-top:0}
    #footer .foot-info{margin-top:20px}
    #footer .foot-info{padding-left:0}
	    
	#footer .foot-licence{display:block;position:static;text-align:center;margin-top:30px}
}


@media screen and (max-width:700px) {
    #footer .foot-info p:nth-child(2) span ~ span{margin-top:10px}
    #footer .foot-info p:nth-child(3) span{display:block}
    #footer .foot-info p:nth-child(3) span ~ span{margin: 10px 0 0 0}
    #footer .foot-info p:nth-child(3) span ~ span::before{display:none}

}



/* GNB */
.ani-gnb{width:100%;height:var(--gnb);overflow:hidden;transition: background-color 100ms ease-out;z-index: 1000;position: absolute;top: 101px;left:0;padding: 0 20px;background-color:#fff;border-bottom: 1px solid #ddd;}
.ani-gnb::after{content:'';z-index: 1001;position:absolute;top:var(--gnb);left:0;width:100%;height:1px;background-color:#e9e9e9}
.ani-gnb .gnb-followBar {opacity:0;z-index: 1003;position: absolute;width:100px;height:3px;background-color: #114a97}
.ani-gnb .gnb-wrapper{position:relative;max-width:var(--wrapper);height: var(--gnb);margin:0 auto}

.gnb-util{z-index: 1003;position:absolute;top: 0;right:0;display:flex;align-items:center;height: 100%}
.gnb-util .gnb-sitemap{font-size:21px;color:#041526}
.gnb-util .gnb-sitemap img{vertical-align: -2px;margin-right:15px}

#gnb{z-index: 1002;position:relative;align-items:center}
#gnb .gnb-container{display:flex;justify-content: flex-start;align-items:center;margin-right: 115px}
#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: 13px;height:var(--gnb)}
#gnb .gnb-parent-item ~ .gnb-parent-item{margin-left: 2.5%}
#gnb .gnb-parent-item .gnb-item-ti{position:relative;display:block;text-align: center;padding: 10px;font-size: 20px;font-weight:700;color: #000;}
#gnb .gnb-parent-item .gnb-item-ti span{display:inline-block;}
#gnb .gnb-parent-item .gnb-item-ti:hover{color:#114a97}
#gnb .gnb-parent-item .gnb-item-ti.is-selected{color:#114a97}

#gnb .gnb-parent-item .gnb-depth-3>li>a>span img{width:15px;vertical-align: -1px;margin-left:5px}

#gnb .gnb-parent-item .gnb-slave-wrapper{display:none;position:absolute;padding: 0 0 0 300px;left:0;top: var(--gnb);width: 100%;min-height: 250px;transition:background-color 100ms ease-out}
#gnbcode-gKMfdloeOD5C53dATj7u .gnb-slave-wrapper{border-left-width:1px}

#gnb .gnb-accessory{position:absolute;top:0;left:0;width:300px;padding:30px;height:100%}
#gnb .gnb-accessory::before{content:'';position:absolute;top:0;right:0;width:1000px;height:1000px;background-color:#e5f2fb}
#gnb .gnb-accessory strong{position:relative;display:block;font-size:30px;font-weight:800;color:#114a97}
#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{position:relative;height:100%;padding: 30px 0;}

#gnb .gnb-slave{display:flex;flex-wrap:wrap;align-items:flex-start;height:auto;padding-top:30px;padding-left: 30px;}
#gnb .gnb-slave li{flex: 0 0 240px;padding-right:50px}
#gnb .gnb-slave li a{display:block;padding:10px 0;background:url(../../../../images/name/user/ko/layout/gnb-item-arrow.png) no-repeat 100% 50%}

#gnbcode-gKMfdloeOD5C53dATj7u .gnb-slave,
#gnbcode-FWvebtw8bbxII1Souf40 .gnb-slave{display:block;padding-left:0}

#gnbcode-gKMfdloeOD5C53dATj7u .gnb-slave::before,
#gnbcode-FWvebtw8bbxII1Souf40 .gnb-slave::before{content:'';position:absolute;top:0;left:0;width:300px;height:1000px;background-color:#f8f8f8;}

#gnbcode-gKMfdloeOD5C53dATj7u .gnb-slave .gnb-slave-item,
#gnbcode-FWvebtw8bbxII1Souf40 .gnb-slave .gnb-slave-item{position:relative;display:flex;padding: 0;}

#gnbcode-gKMfdloeOD5C53dATj7u .gnb-slave .gnb-slave-item ~ .gnb-slave-item,
#gnbcode-FWvebtw8bbxII1Souf40 .gnb-slave .gnb-slave-item ~ .gnb-slave-item{padding-top:20px;margin-top:20px;border-top:1px solid #ddd}

#gnbcode-gKMfdloeOD5C53dATj7u .gnb-slave .gnb-slave-item>div,
#gnbcode-FWvebtw8bbxII1Souf40 .gnb-slave .gnb-slave-item>div{flex: 0 0 300px;padding: 5px 0 0 30px;}

#gnbcode-gKMfdloeOD5C53dATj7u .gnb-slave .gnb-slave-item>div>a,
#gnbcode-FWvebtw8bbxII1Souf40 .gnb-slave .gnb-slave-item>div>a{display:inline-block;padding:0;font-size:20px;font-weight:700;color:#222;background:transparent}

#gnbcode-gKMfdloeOD5C53dATj7u .gnb-slave .gnb-slave-item>div>a span,
#gnbcode-FWvebtw8bbxII1Souf40 .gnb-slave .gnb-slave-item>div>a span{word-break:keep-all}

#gnbcode-gKMfdloeOD5C53dATj7u .gnb-slave .gnb-slave-item>a:hover,
#gnbcode-FWvebtw8bbxII1Souf40 .gnb-slave .gnb-slave-item>a:hover{border-color:#114a97}

#gnbcode-gKMfdloeOD5C53dATj7u .gnb-slave .gnb-depth-3,
#gnbcode-FWvebtw8bbxII1Souf40 .gnb-slave .gnb-depth-3{flex:1;display:flex;flex-wrap:wrap;align-items:flex-start;padding-left:20px}

#gnbcode-gKMfdloeOD5C53dATj7u .gnb-slave .gnb-depth-3 li,
#gnbcode-FWvebtw8bbxII1Souf40 .gnb-slave .gnb-depth-3 li{flex: 0 0 240px;padding-right:50px}

#gnbcode-gKMfdloeOD5C53dATj7u .gnb-slave .gnb-depth-3 li a,
#gnbcode-FWvebtw8bbxII1Souf40 .gnb-slave .gnb-depth-3 li a{display:block;padding:10px 0;background:url(../../../../images/name/user/ko/layout/gnb-item-arrow.png) no-repeat 100% 50%}

@media screen and (max-width:1200px) {
    .ani-gnb{display:none}
}


/* ëª¨ë°”ì¼ ë„¤ë¹„ê²Œì´ì…˜ */ 
#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% - 75px);overflow-y:scroll}
    .moGnb-util{position:relative;height:100px;overflow:hidden;background-color:#303644}
    .moGnb-util .moGnb-util-close{position:absolute;top: 15px;right:15px}
    .moGnb-util .moGnb-util-account{display:flex;align-items:center;flex-wrap:wrap;padding:15px;padding-right:50px;height:100%}
    .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{background-color: #174572;border-color:#174572}
    .moGnb-depth-1 > li > a.is-selected span{font-weight: 400;color: #fff;background: url(../../../../images/name/user/styleguide/snb-item-parent-bullet-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 #174572}
    .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: #176ac7;color: #fff;height: 50px;border-color: #176ac7;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:100px}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-close{top: 27px}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-signout{display:flex;flex:1 0 100%;align-items: center;margin-bottom:15px}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-signout .util-session{flex:1 1 auto;display:flex;justify-content:center;align-items:center;color:#fff}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-signout .util-session i{font-size:14px}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-signout .util-session i + span{display:flex;line-height:110%;align-items:center;height:33px;padding:2px 15px 0;margin-left:10px;border-radius:20px;background-color:#666;color:#fff;transition:background-color 100ms ease-out}}
#mobileGnb.isAnonymous .moGnb-util .moGnb-util-signout .util-session:hover i + span{background-color:#0f4a96}

#mobileGnb.isAnonymous .moGnb-util .moGnb-util-signin{display:flex;flex:1 0 100%;align-items: center;}
#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: 3px;left: -12px;width:1px;height:10px;background-color:rgba(255, 255, 255, 0.3)} 
#mobileGnb.isAnonymous #mobileGnbList{height:calc(100% - 100px)}




#sub-visual{height:250px;margin-top: var(--gnb);background:url(../../../../images/name/user/ko/layout/sub-visual-image-1.jpg) no-repeat 50% 50% / cover}
#sub-visual .visual-wrapper{max-width:var(--wrapper);margin:0 auto;padding-top: 70px;text-align: center;}
#sub-visual .visual-slogan span {display: block;color: #fff;text-shadow: 1px 1px 2px #000;}
#sub-visual .visual-slogan .slogan-small { font-size: 14px; font-family: 'ONE-Mobile-Reguler', sans-serif;  }
#sub-visual .visual-slogan .slogan-large { font-size: 20px; font-family: 'ONE-Mobile-Reguler', sans-serif; margin-top: 20px }
#sub-visual .visual-slogan .slogan-big {font-size: 36px;font-family: 'ONE-Mobile-Title', sans-serif;margin-top: 20px;}

.page-number-01 #sub-visual{background-image:url(../../../../images/name/user/ko/layout/sub-visual-image-1.jpg)}
.page-number-02 #sub-visual{background-image:url(../../../../images/name/user/ko/layout/sub-visual-image-1.jpg)}
.page-number-03 #sub-visual{background-image:url(../../../../images/name/user/ko/layout/sub-visual-image-3.jpg)}
.page-number-04 #sub-visual{background-image:url(../../../../images/name/user/ko/layout/sub-visual-image-4.jpg)}
.page-number-05 #sub-visual{background-image:url(../../../../images/name/user/ko/layout/sub-visual-image-5.jpg)}
.page-number-06 #sub-visual{background-image:url(../../../../images/name/user/ko/layout/sub-visual-image-6.jpg)}
.page-number-07 #sub-visual{background-image:url(../../../../images/name/user/ko/layout/sub-visual-image-7.jpg)}

@media screen and (max-width:1200px) {
    #sub-visual{display:none}
}



.main-contents{padding: 0 20px 100px;margin-top:40px}
.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;}

@media screen and (max-width:1200px) {
    .main-contents{margin-top:0;padding: 30px 20px 100px;}
}




#snb{z-index:110;position:relative;width: 290px;margin-right: 50px;}
#snb .snb-list a.empty, #snb .snb-list a.empty span{background:transparent}
    
    .snb-title{display:flex;height: 85px;justify-content:center;align-items:center;font-size: 28px;font-weight: 500;background: #104b98;color:#fff;border-radius: 15px;text-align: center;}

    .snb-list{margin-top:10px;border-radius:15px;border:1px solid #ddd;padding: 15px;}
    .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 5px;font-size: 20px;font-weight:500}
    .snb-list .snb-item-parent>a>span{display:flex;height:100%;align-items:center;letter-spacing: -1px;color:#000;background:url(../../../../images/name/user/ko/layout/snb-item-arr.png) no-repeat 100% 50%}

    .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-depth-3>li>a>span img{width:15px;vertical-align: -1px;margin-left:5px}

    .snb-list .snb-item-parent>a.is-selected span{font-weight:800;color:#104b98;background-image:url(../../../../images/name/user/ko/layout/snb-item-arr-selected.png)}
    .snb-list a.is-selected+ul{display:block}


    .snb-list .snb-depth-3>li>a.is-selected::before{background-color:#104b98}
    .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;}  



@media screen and (max-width:1200px) {
    #snb{display:none}
}






#navigator{z-index:100;padding: 25px 0;position:relative;border-bottom:2px solid #ddd;}
#navigator .navi-wrapper{position:relative;margin:0 auto;align-items: center;display: flex;}
    .navi-title{flex: 1;display:block;font-weight:700;font-size: 35px;color: #222}
    .navi-link{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:#056cc3}
    .navi-link li ~ li{margin-left: 12px}
    .navi-link li ~ li img{margin-right: 12px;height:10px}
    .navi-link .home img{width:18px}
    .navi-link .is-selected{color: #222;}

    .navi-util{display: flex;margin-left: 30px;align-items:center}
    .navi-util .util-button{width: 36px;height: 36px;border-radius: 10px;background-color: #f8f8f8;}
    .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: #f8f8f8 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: 5px 0 0 0;}
    .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;}
        

@media screen and (max-width:1200px) {
    #navigator{padding:0 0 20px}
    .navi-util-print{display:none}
    .navi-title{font-size: 24px;}
}


@media screen and (max-width:800px) {
    #navigator .navi-wrapper{flex-wrap:wrap;align-items: center;justify-content: center;}
    .navi-title{flex-basis:100%;text-align: center;margin-bottom:20px}
    .navi-util{margin-left:15px;}
}


#sub-contents{padding: 30px 0 0;}




#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{display:none;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}