/* 헤더 */
#logo{position: absolute; left: 0; top:0; width:100%;}
#logo a{display: flex; align-items:center}
#logo img{max-height: 40%;display: block;}

.cms-header{display:block; align-items:center; height:70px; padding:0 15px; width:100%; position: fixed; z-index: 99; display: flex; align-items: center; justify-content: space-between;  } /* background:#0E0E0E; color:#fff */
.cms-header #logo img{display: block; max-height:33px}

#etcMenu{display: flex; justify-content:space-between;    align-items: center; border-bottom: 1px solid #ddd; padding:13px 30px 13px; margin: 0 -30px; margin-bottom: 20px; }
.menu-etc{display: flex; border:1px solid #ddd; padding:3px; border-radius:5px; text-align: center; font-size: 14px; font-weight: 600;  color: #777}
.menu-etc li{border-radius:5px}
.menu-etc a{display: flex; width:165px; height: 40px; border-radius:5px;     justify-content: center; align-items: center; transition:all ease-in-out .15s}
.menu-etc .active{color:#fff; align-items: center;}
.menu-etc .ico{width: 18px; height: 18px; vertical-align: middle; display: inline-block; background: url('') center center no-repeat; margin-right: 8px; transition:all ease-in-out .15s}
.menu-etc .ico.lock{width:14px; height: 19px; background-image: url('../../images/common/ico-lock.png')}
.menu-etc .ico.acc{background-image: url('../../images/common/ico-acc.png')}
.menu-etc .ico.code{background-image: url('../../images/common/ico-code.png')}
.menu-etc .active .ico.lock,.menu-etc a:hover .ico.lock{background-image: url('../../images/common/ico-lock_on.png')}
.menu-etc .active .ico.acc,.menu-etc a:hover .ico.acc{background-image: url('../../images/common/ico-acc_on.png')}
.menu-etc .active .ico.code,.menu-etc a:hover .ico.code{background-image: url('../../images/common/ico-code_on.png')}
.menu-etc a:hover{color:#fff}

.menu-user{display: flex; align-items: center;}
.btn-etc{border:1px solid #ddd; border-radius:3px; padding: 9px 15px; font-size: 13px; font-weight: 600; color: #777; transition:all ease-in-out .15s}
.btn-etc:hover{border-color:#aaa; background: #f1f1f1}
.btn-site span{border: solid #777; border-width: 0 2px 2px 0; display: inline-block; padding: 3px; transform: rotate(45deg); position: relative; top: -2px; margin-left: 30px;}
.btn-logout{margin: 0 40px 0 10px;}
.btn-logout span{display: block; background: url('../../images/common/ico-logout.png') left center no-repeat; padding-left: 25px; height: 20px}
.btn-user{background: url('../../images/common/ico-user.png') right center no-repeat; font-weight: 500; font-size: 11px; padding-right: 60px; display: flex; height: 47px;     flex-flow: column;
    justify-content: center; line-height: 1;     align-items: end; text-align: left;}
.btn-user:hover strong{text-decoration: underline;}
.btn-user > *{display: block;}
.btn-user strong{font-size: 15px; font-weight: 600;}
.btn-user span{margin-top: 5px;}

.btn-setting{border:1px solid rgba(255,255,255,.4); color: #fff; height: 50px; text-align: center; border-radius:5px; position: absolute; left: 10px; bottom: 10px; width:calc(100% - 20px); font-size: 14px}
.btn-setting span{background: url('../../images/common/ico-setting.png') left center no-repeat; display: inline-block; padding-left: 16px; white-space: nowrap; overflow: hidden; height: 18px}

/* .cms-top_etc{display: flex; align-items:center}
.cms-top_etc .ico-set:before{content: '\e8b8'}
.cms-top_etc .ico-log:before{content: '\e9ba'}
.cms-top_etc .ico-user:before{content: '\e7fd'}
.cms-top_etc .btnn span:before{font-size: 18px; vertical-align: sub; margin-right: 5px;}
.cms-top_etc > *{margin-left: 25px;}
.cms-top_etc > *:first-child{margin-left: 0}
.cms-top_etc .site-btn{margin-left: 35px; position: relative}
.cms-top_etc button{color: inherit; border:0; background: none} */

.site-btn{position: relative;}
.site-btn .sel{background: none;  border:1px solid #fff; border-radius:5px; padding: 10px 60px 10px 15px; color: inherit; position: relative;}
.site-btn .sel .arrow{position: absolute; right: 15px ;top:50%;width: 8px; height: 8px;    transform: rotate(-135deg); transition:transform .3s ease-in-out; margin-top: -5px;}
.site-btn .sel .arrow > span{position: absolute; left: 0; top:0; background: #fff; content: ''}
.site-btn .sel.opend .arrow{transform: rotate(45deg);margin-top: -4px;}
.site-btn .sel .arrow .before{width: 2px; height: 100%}
.site-btn .sel .arrow .after{height: 2px; width: 100%}
.site-btn .dep{position: absolute; left: 0; top:100%;background: #f7f7f7; border-radius: 0 0  5px 5px; width: 100%; display: none; color: #000; font-weight: 600; border-left: 1px solid #ededed;  border-right: 1px solid #ededed; border-bottom: 1px solid #ededed; z-index: 5;}
.site-btn .dep a{display: block; padding:8px 15px}
.site-btn .dep a:hover,.site-btn .dep a:focus{background: #f7f7f7; text-decoration: none; color: #000; font-weight: 600; }
.site-btn .dep a:last-child{border-radius:0 0 5px 5px}

/* 메뉴 */
.cms-menu{padding-bottom:80px; height:100%; z-index:10; position: fixed; left: 0; top:0}
.cms-menu__wrap{position:relative; z-index:5}
.cms-menu__list .ico{display: block;margin: 0 auto;}
.cms-menu .ovy{position: relative; overflow-y: auto; height: 100%; padding: 0 10px 10px; overflow-x: hidden;}
.cms-menu__control{display: block; position:absolute; top:109px; height:40px; width:40px; left:100%; z-index:30; padding:0; margin-left: -20px;}

/* closed */
.cms-contents{padding-left: 70px}
.cms-menu{width:70px}
#lnb .t{text-align: center; display: none;}
.cms-menu .txt{display: none;}
#lnb .depth .ico{width:100%}
#logo{padding: 0 10px 0}
.btn-setting span{text-indent: -999px}
#lnb .depth{margin: 0 -10px;}
#lnb .depth .dep2{padding: 0}
#logo a{height: 52px}
.cms-menu{padding-top: 42px;}
#lnb .group{padding: 10px 0}

/* opend */
.active .cms-contents{padding-left: 300px;}
.active .cms-menu{width:300px}
.active .cms-menu .ovy{padding: 0 30px 10px 30px}
.active .cms-menu .txt{display: block}
.active #lnb .depth .ico{width:55px}
.active #lnb .t{text-align: left; display: block;}
.active #logo{padding: 0 30px 0}
.active .btn-setting span{text-indent: 0; padding-left: 25px;}
.active #lnb .depth{margin: 0 -30px;}
.active #lnb .depth .dep2{padding: 0 30px}
.active #logo a{height: 77px;}
.active .cms-menu{padding-top: 77px;}
.active #lnb .group{padding: 15px 0}


/* .cms-contents__item.menu-close{width:calc(100% - 80px)} */
/* .menu-close .cms-menu__list{width: calc(100% + 5px)}
.menu-close .cms-menu__list > li{padding-right: 5px;}
.menu-close .cms-menu .txt{display: none;} */

/* lnb */
#lnb{font-size: 13px; line-height: 1; font-weight: 600;}
#lnb .group{position: relative;}
#lnb .group:first-child{}
#lnb .t{font-size: 13px; letter-spacing: 0.035em; opacity:.5; margin-bottom: 10px;}
#lnb .depth .dep2{display: flex; align-items:center; height: 30px}
#lnb .depth .ico img{display: block; margin:  0 auto;}
#lnb .depth .txt{flex:1}
/* #lnb .depth > li > a{border-left-width: 2px; border-style: solid; border-color:transparent; transition:background ease-in .15s} */
#lnb .group:before{position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; content: '';}

#lnb .depth > li{position: relative;}

#lnb .depth .active > a,#lnb .depth >li:hover > a{background-color: rgba(0,0,0,.3)}
#lnb .group:before{background-color: rgba(255,255,255,.2)}
/* #lnb .depth .active > a,#lnb .depth >li:hover > a{border-color: #fff} */

#lnb .depth3{position: absolute; left: 100%; top:100%; background: #fff; color: #333; z-index: 3; width:100%; display: none;}

#cmsMenu::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
#cmsMenu::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,.1);
    border-radius: 5px;
    display: none;
}
#cmsMenu::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.4);
    border-radius: 5px;
}

.scroll-custom::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.scroll-custom::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,.1);
    border-radius: 5px;
    display: none;
}
.scroll-custom::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.4);
    border-radius: 5px;
}

/* 기본메뉴/즐겨찾기 탭 */
#tabs-cms{display: flex; text-align: center; font-size: 12px; position: relative; letter-spacing: 0; line-height: 1.18; margin: 0 20px; margin-bottom: 20px;}
#tabs-cms > li{width: 100%; position: relative;}
#tabs-cms a{padding: 13px 0 19px; letter-spacing: 0; width: 100%; align-items: center; justify-content: center; height: 59px; display: flex; opacity:.5}
#tabs-cms .color-sc a{opacity:1}
#tabs-cms .a{font-size: 20px}
#tabs-cms > li:last-child,#tabs-cms .txt{display: none;}
#tabs-cms .border-sc{width: 100%; height: 1px; border-bottom-width:1px; border-bottom-style: solid; display: block; opacity:.85; position: absolute; left: 0; bottom: 0}
#tabs-cms .active .border-sc{opacity:1}

/* depth 처리 */
.cms-l_top{}
.sub-top{margin-bottom: 15px; display: flex; position: relative; z-index: 3; line-height: 1; align-items:center}
.sub-top .loc{font-size: 15px; font-weight: 400; color: #333; margin-left: 1em; font-weight: 500; position: relative; padding-left: 1em;}
.sub-top .loc:before{position: absolute; left: 0; top:50%; width: 2px; height: 15px; background: #999; content: ''; margin-top: -8px;}
.tabs-depth_w{margin:0 -30px 30px}
.tabs-depth2{padding: 0 30px; border-bottom-width:1px; border-style:solid;display: flex; font-size: 14px; color:#777; font-weight: 700;;}
.tabs-depth2 li{border-radius:5px 5px 0 0; border:1px solid #ccc; margin-right: 5px; border-bottom: 0;}
.tabs-depth2 li:last-child{margin-right: 0;}
.tabs-depth2 a{display:flex; width:135px; height: 38px; align-items:center; justify-content:center; border-radius:5px 5px 0 0; letter-spacing: -0.04em;}

.tabs-depth3{display: flex; position: relative; line-height: 1; font-size: 14px; padding: 0 40px; font-weight: 600; color: #888; margin-bottom: 30px;}
.tabs-depth3:before{position: absolute; left: 0; top:0; width:100%; height: 100%; content: '';  opacity:.15}
.tabs-depth3 a{display: block; padding: 1em 20px; position: relative;}
.tabs-depth3 a:before{position: absolute; left: 0; bottom: 0; width: 100%; content: ''; height: 3px}

.tabs-depth2 .active{color:#fff}

.cms-menu .ico,.cms-menu .txt{position: relative; z-index: 1}

.cms-menu__control .Allopen{}
.cms-menu__control .Allopen::before{content:'\f067';}
.cms-menu__control .Allclose{}
.cms-menu__control .Allclose::before{content:'\f068';}

.cms-menu__control .arrow{border:1px solid #000; display: block; width: 100%; height: 100%; background: #fff; position: relative;  border-radius:50%}
.cms-menu__control .arrow span{width: 10px; height: 10px; display: block; margin: 0 auto; position: relative; transform: rotate(135deg); left: -1px}
.cms-menu__control .arrow span::before,
.cms-menu__control .arrow span::after{position: absolute; left: 0; top:0; background: #000; content: ''}
.cms-menu__control .arrow span:before{width: 2px; height: 100%}
.cms-menu__control .arrow span:after{height: 2px; width: 100%}

/* 열린거 */
.active .cms-menu__control .arrow span{transform: rotate(-45deg); left: 2px}


.cms-menu__title{font-size:12px; color:transparent; font-weight:500; line-height:1; padding-left:0; margin:20px 0; font-size:12px; transition:all .0s; position:relative;}
.cms-menu__title::before{content:''; display:block; width:14px; height:1px; background:#fff; position:absolute; top:50%; transform:translateY(-50%); left:28px; opacity:1; transition:all .0s;}

.cms-menu.active .cms-menu__title{color:#fff; padding-left:100px;}
.cms-menu.active .cms-menu__title::before{opacity:0;}

.cms-menu__list{transition:all .0s; position:relative; z-index:3; letter-spacing: 0;}
.cms-menu__list:not(:last-child){margin-bottom:20px;}
.cms-menu.active .cms-menu__list:not(:last-child){margin-bottom:40px;}

.cms-menu__list > li{ margin: 0; position: relative;}
.cms-menu__list > li:not(:last-child){margin-bottom:0px;}
.cms-menu__list .dep1{position: relative;}
.cms-menu__list .dep1 > a{visibility:visible; opacity:1; max-width:100%; font-weight: 500; height: 50px; display: flex; display:flex; align-items:center;}
.cms-menu__list > li .mCS_img_loaded { width: 30px;}
.cms-menu__list > li:nth-child(9) .depth{top:auto; bottom:-140px}

.cms-menu.active .cms-menu__list > li > a::before{margin-right:29px;}

.cms-menu .cms-menu__list .ico{align-items:center}
.cms-menu .cms-menu__list .txt{flex:1;}
.cms-menu .cms-menu__list .ico img{display: block; max-width:18px}
.cms-menu .cms-menu__list .ico-bookmark{border:0; background: none; position: absolute; right: 30px; top:50%; transform:translateY(-50%); display: none;}
.cms-menu .cms-menu__list .ico-bookmark:before{content: '\e867'; opacity:.5}
.cms-menu .cms-menu__list .ico-bookmark.on:before{content: '\e866'}
.cms-menu .cms-menu__list .active22 .ico-bookmark:before{opacity:1}

.cms-menu.active .cms-menu__list > li > a.active + .cms-menu__2depth{opacity:1; max-height:1500px;}

/* 컨텐츠 타이틀 + 본문 레이아웃 */
.cms-contents{display:flex; position:relative; min-height: 100%}
.cms-contents__item{min-height:100%; padding:0 30px 30px 30px; position:relative; display:block; opacity:1; background: #fff; border-radius:5px; flex:1; width:100%}

/* 컨텐츠 타이틀 영역 */
/* .cms-l_top{display: flex; align-items: baseline; flex-wrap:wrap} */
/* .cms-l_top > *{display: inline-block; vertical-align: text-bottom} */
.sub-tit{font-size:29px; color:#000; font-weight:700;}
.sub-txt{font-size: 14px; font-weight:400; color: #666; margin-left: 20px; position: relative;}

/* 컨텐츠 본문 영역 */
.cms-l_bot{position: relative;}

#footer{position: absolute; left: 0; bottom: 0; width: 100%; font-size: 14px; color: #999; font-weight: 500; letter-spacing: 0;}
#footer > *{display: inline-block; vertical-align: middle;}
#footer .copy{margin-left: 40px;}
#footer .ver{position: absolute; right: 0; bottom: 0; display: flex}
#footer .ver > *{margin-left: 15px; padding-left: 15px; position: relative;}
#footer .ver > *:first-child{margin-left: 0; padding-left: 0;}
#footer .ver > *:first-child:before{background: none}

/* 모달 - 타이틀 */
.modal-title{font-size: 20px; color: #111}

/* 색상 지정 모달 팝업 */
.cms-colorPicker__item{display:flex; align-items:center;}
.cms-colorPicker__item:not(:last-child){margin-bottom:5px;}
.cms-colorPicker__item input{border:1px solid #ddd !important; flex:1; width:100%;}
.cms-colorPicker__item label{display:flex; align-items:center; margin:0 10px 0 0;}
.cms-colorPicker__item label i{font-size:16px; display:block; margin-right:5px;}
.cms-colorPicker .sp-original-input-container{flex:1;}
.cms-colorPicker .sp-original-input-container .sp-colorize-container{min-width:30px; border:1px solid #ddd !important;}


/* 지워도 되는지 확인 일단 주석 처리 */

/* .cms-header__modify{display:block; width:18px; height:18px; background:url('/resources/cms/images/logo_icon.png') no-repeat 0 0; text-indent:-9999px; overflow:hidden; margin-left:10px;}

.cms-header__search{margin-left:140px; display:flex; align-items:center;}
.cms-header__search form{display:flex; align-items:center;}
.cms-header__search .search{display:block; margin:0 0 0 10px;}
.cms-header__search .search::before{content:'\f002'; font-size:18px; color:#333; font-family:'Font Awesome 5 Free'; font-weight:900; }

.cms-header__search input{height:50px; font-size:14px; width:350px; border:0; border-bottom:1px solid #ddd; padding:0 10px;}
.cms-header__search .mobileMenu{display:none;} */

/* .cms-memberBtn .site-btn{margin-left: 0.25rem; position: relative; display: inline-block;}
.cms-memberBtn .sel{background: #185f7a; color: #fff; padding: 7px 10px}
.cms-memberBtn .sel i{margin-left: 10px;}
.cms-memberBtn .dep{position: absolute; left: 0; top:100%; width: 100%; background: #fff; border:1px solid #ccc; border-radius: 0 0 .25rem; overflow: hidden; display: none;}
.cms-memberBtn .dep a{display: block; padding: 8px 10px; color: #555}
.cms-memberBtn .dep li{border-bottom: 1px solid #ccc;}
.cms-memberBtn .dep li:last-child{border-bottom: 0;}
.cms-memberBtn .dep a:hover{background: #f7f7f7; color: #185f7a} */
/* .cms-menu__bg{display:block; position:absolute; height:100%; top:0; transition:all .0s;}
.cms-menu__bg.bg1{width:50px;  left:0;}
.cms-menu__bg.bg2{width:calc(100% - 50px);  right:0;}
.cms-menu.active .cms-menu__bg{visibility:visible; opacity:1;} */
#loc{display: flex; align-items:center; font-size: 13px; font-weight: 500; color:#666; line-height: 1;}
#loc > *{position: relative; margin-left: 15px; padding-left: 20px;}
#loc > *:before{position: absolute; left: -1px; top:50%;     width: 8px; height: 8px; border-top: 2px solid #777; border-left: 2px solid #777; transform: rotate(135deg); content: ''; display: block; margin-top: -4px;}
#loc > *:first-child{margin-left: 0; padding-left: 0;}
#loc > *:first-child:before{display: none;}
#loc .dep{position: absolute; top: calc(100% + 5px);     border: 1px solid #ddd;
    background: #fff;
    min-width: 100%;
    background: #f7f7f7;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 10px; font-weight: 400; display: none;}
#loc .dep a{display: block; padding: 10px}
#loc .dep li{border-top: 1px solid #ddd;}
#loc .dep li:First-child{border-top: 0;}
#loc .dep a:hover,#loc .dep a:focus{background: #f1f1f1; text-decoration: underline;}
#loc .arrow button{height: 27px; padding: 0 30px 0 10px; min-width:109px; background: #f7f7f7; border:1px solid #ddd;border-radius:100px}
#loc .arrow button:after{position: absolute; width: 7px; height: 7px; border-top: 2px solid #777; border-left: 2px solid #777; content: ''; transform: rotate(-135deg); display: block; right:13px; top:50%; margin-top: -4px; transition:all ease-in-out .3s}
#loc .arrow button.active:after{transform: rotate(45deg); margin-top: -1px;}