@charset "utf-8";

/********************************************************
■ SideBar : 사이드바(모바일 메뉴)
********************************************************/

/* sidebar Box */
#nt_sidebar { top: 0; width: 360px; height:100%; position: fixed; z-index:500; box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0 0 5px 5px rgba(50, 60, 70, 0.15); }
#nt_sidebar .sidebar-content { height: 100%; overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling:touch; }

/* Icon */
.sidebar-icon i { font-size:22px; line-height:22px; }

/* Menu */
.sidebar-list h5 { padding:0.55rem 1.0rem; margin:0; color:#000; font-weight:bold !important; margin-top:-1px; }
.sidebar-list ul.off { display:none; }
.sidebar-list li { position:relative; }
.sidebar-list li a { display:block; padding:0.75rem 1.0rem; border-bottom:1px solid #eee; overflow:hidden; }
.sidebar-list li .me-a { padding-right:2.5rem; }
.sidebar-list .tree-toggle { position:absolute; z-index:1; top:0rem; right:0; width:2.5rem; padding:0.75rem 0; margin-top:0.15rem;	text-align:center; cursor:pointer; color:#aaa; }

.sidebar-list .me-ul { background:#fff; }
.sidebar-list .me-ul1 { background:#fafafa; }
.sidebar-list .me-ul2 { }
.sidebar-list .me-li1 .me-a1,
.sidebar-list .me-li2 .me-a2 { padding-left:2.0rem; }
.sidebar-list .me-li.active .me-a,
.sidebar-list .me-li1.active .me-a1,
.sidebar-list .me-li2.active .me-a2 { font-weight:bold; }
.sidebar-list .me-line1 .me-a1 { background:#eee; font-weight:bold; }
.sidebar-list .me-line2 .me-a2 { background:#eee; font-weight:bold; }
@media (min-width: 768px) {
	#nt_sidebar { right: -400px; }
}
@media (max-width: 767px) {
	#nt_sidebar { left: -400px; }
}

/* Mask */
#nt_sidebar_mask { display:none; position:fixed; z-index:499; background:rgba(0,0,0,0.75); left:0; top:0; width:100%; height:100%; }

/* Noti Tack */
#nt_sidebar_noti { position: fixed; z-index: 100; }
@media (min-width: 768px) {
	#nt_sidebar_noti { top:40%; right: 0; border-top-left-radius: 50rem !important; border-bottom-left-radius: 50rem !important; }
}
@media (max-width: 767px) {
	#nt_sidebar_noti { left:0; bottom:25px; border-top-right-radius: 50rem !important; border-bottom-right-radius: 50rem !important; }
}

/* Go to Top */
#nt_sidebar_move { display:none; position: fixed; width: 40px; bottom: 20px; right: 25px; z-index: 2; }
#nt_sidebar_move span { display: block; color:#fff; background: rgba(0,0,0,0.5); margin:5px 0; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
#nt_sidebar_move .sidebar-move-bottom { display:none; }

#nt_sidebar .mem_gnb {margin-top: 10px;}
#nt_sidebar .mem_gnb ul {box-sizing: border-box; border:2px solid #eee; width:30%; border-radius: 10px; background-color: #fff; text-align: center; padding-top: 10px; padding-bottom: 10px; cursor: pointer; transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1); float:left; margin-left: 5%;}
#nt_sidebar .mem_gnb ul:first-child {margin-left: 0%;}
#nt_sidebar .mem_gnb ul:hover {border:2px solid #3498DB;}
#nt_sidebar .mem_gnb ul:hover {color:#3498DB;}
#nt_sidebar .mem_gnb ul li {}
#nt_sidebar .mem_gnb ul .mt_txts {margin-top: 0px; font-size: 12px;}
#nt_sidebar .mem_icons {min-height:28px;}
#nt_sidebar .po_rel {position: relative;}

.outlogin-sidebar .login_wrap {width:100%; margin: 0 auto; padding: 0px;}
.outlogin-sidebar .login_wrap input:focus {outline: none !important;}
.outlogin-sidebar .login_wrap textarea:focus {outline: none !important;}
.outlogin-sidebar .login_wrap button:focus {outline: none !important;}

.outlogin-sidebar .login_inp {width: 100%; height:50px; font-size: 14px; color:#000; font-weight: 600 !important; padding-left:10px; border:0px; border-bottom: 2px solid #eee; transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1); }
.outlogin-sidebar .login_inp:focus {border-bottom: 2px solid #000;}

.outlogin-sidebar .login_ci {margin-bottom: 30px; text-align: center;}
.outlogin-sidebar .login_ci img {height: 60px;}
.outlogin-sidebar .login_ul {margin-bottom: 10px; position: relative;}
.outlogin-sidebar .login_r_ico {position: absolute; top:13px; right: 10px; color:#999;}
.outlogin-sidebar .login_ul_chk {margin-top: 15px;}
.outlogin-sidebar .login_submit_btn {background-color: #3498DB; color:#fff; font-size: 14px; text-align: center; height:50px; width: 100%; border:0px; border-radius: 4px;}
.outlogin-sidebar .login_a_link a {padding-left: 15px; margin-left: 15px; border-left: 2px solid #eee;}
.outlogin-sidebar .login_a_link a:first-child {border:0px; padding: 0px; margin: 0px;}
.outlogin-sidebar .login_ul_chk .frm_label {display: none;}
.outlogin-sidebar .login_ul_chk .sns-wrap {text-align: left;}
.outlogin-sidebar .line_or {position: relative;display: block;width: 100%;padding: 30px 0;font-size: 0;line-height: 0;}
.outlogin-sidebar .line_or:before, .line_or:after {display: inline-block;width: calc(50% - 20px);height: 1px;margin: 8px 0;background-color: rgba(0,0,0,0.06);vertical-align: top;content: '';}
.outlogin-sidebar .line_or .txt_or {display: inline-block;width: 40px;font-size: 12px;line-height: 18px;text-align: center;color: rgba(0,0,0,0.3);}
.outlogin-sidebar .login_ul .required {background-position: right center !important;}

/* 슬라이더 GNB { */
.sidebar-wrap {position: fixed;top: 0;bottom: 0;right: 0;z-index: 9999999999;padding: 0 0;width: 380px;transform: translateX(380px);transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);letter-spacing: -0.5px;background-color: #fff;}
.sidebar-close-location {position: absolute;top: 18px;left: -40px;cursor: pointer;z-index: 99;display: none;}
.sidebar-wrap.open {transform: translateX(0px);transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1); box-shadow: 0 0px 39px 10px rgba(0, 0, 0, 0.2);}
.sidebar-wrap.open .sidebar-close-location {display: block;}
.sidebar-container {top: 0;left: 0;right: -17px;bottom: 0;position: absolute;overflow-y: scroll;background-color: #192237;background-repeat: no-repeat;background-position: right top;padding: 10px;padding-bottom: 35px;}
.sidebar-loop-container {position: relative;}
.sidebar-bgs {background-color: rgba(0,0,0,0.7); position: fixed; top:0px; left:0px; width: 100%; height:100%; display: none; z-index: 999;}

.sidebar-top-menu .post-wrap { overflow:hidden; line-height:20px; margin-right:-10px; margin-bottom:-10px; }
.sidebar-top-menu .post-row { float:left; overflow:hidden; width:25%; }
.sidebar-top-menu .post-row3 { float:left; overflow:hidden; width:33.3333%; }
.sidebar-top-menu .post-list { overflow:hidden; margin-right:10px; margin-bottom:10px; }
.sidebar-top-menu .mem_box {min-height:28px;}
.sidebar-top-menu .mem_box a {width:100%;border:2px solid #eee; border-radius: 4px; background-color: #fff; text-align: center; padding-top: 15px; padding-bottom: 15px; cursor: pointer; transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1); float:left; margin-left: 5%;}
.sidebar-top-menu .mem_box a:first-child {margin-left: 0px;}
.sidebar-top-menu .mem_box a:hover {border:2px solid #3498DB;}
.sidebar-top-menu .mem_box a:hover {color:#3498DB;}

.sidebar-top-menu .xp_icon_box {position: relative;box-sizing: border-box;width:60px;min-height:60px;border-radius: 10px;background-color: #2d3850;text-align: center;padding-top: 15px;padding-bottom: 15px;}
.sidebar-top-menu .xp_icon_box img { width: 30px !important; }
.progress-bar { background-color: #005edf !important; }