@charset "utf-8";

html {width:100%; height:100%; /* overflow-y:scroll; overflow-x:hidden; */ overflow-y:overlay; overflow-x:auto;}
body {height:100%;}
#wrap {position:relative; display:block; width:100%; height:100%; }
#wrapper{position:relative; width:100%; min-width:1250px; height:100%; padding-top:94px; text-align:left;}
#wrapper_mobileA {position: relative; width:100%; max-width:768px; height:auto; margin: 0 auto;}



/*= 화면 레이아웃 
------------------------------------------------------------------------------------------------------------------------- */

body {
    width: 100%;
    height:100%;
    /* overflow: auto; */
    font-size: 14px; /* 기본 폰트 사이즈 */
    font-weight: 400;
    color: #333;
    background: #FFF !important;
    background-repeat:repeat;
    word-break: keep-all;
    position: relative;
    font-feature-settings: 'liga';
}

/*
body.theme-dark {
  color: #D8D8D8;
  background-color: #101314;
}
*/

body.login-pg {
    background-color: #f9f9f9 !important;
}

a { color: inherit; }
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,ol,dl {
    width: auto;
    height: auto;
    /* overflow: hidden; */
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: default;
    position: relative;
}

ul:after,
ol:after,
dl:after {
    content: '';
    display: table;
    clear: both;
}

ul>li,
ol>li {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
    float: left;
}

body.side-first.side-bar-sub-open #side-bar-sub { left: 0px; z-index: 110;}
body.side-first.side-bar-sub-open.side-bar-sub-only #side-bar-sub { left: 0; }
body.side-first.side-bar-sub-open.side-bar-sub-only #side-bar-sub + #ContentsWrapper { padding-left: 180px; }
body.side-first.side-bar-sub-open #header-bar.on-light,
body.side-first.side-bar-sub-open #ContentsWrapper,
body.side-first.side-bar-sub-open #FtooltipWrap,
body.side-first.side-bar-sub-open #footer-bar { padding-left: calc(60px + 180px) }
body.side-first.side-bar-sub-only #ContentsWrapper, #FtooltipWrap { padding-left: 180px; }
body.side-first #ContentsWrapper, #FtooltipWrap { padding-left: 4%; }




/*= 상단 헤더 메뉴
------------------------------------------------------------------------------------------------------------------------- */

header {position:fixed !important; display:block !important;  width:100% !important; min-width:1250px !important; top:0px !important; text-align:left !important; background:#192a3c; z-index:100;} 

#HeaderWrap {padding:0 30px;}
#HeaderWrap .HeaderBox { position:relative; display:flex; align-items:center;  min-width:980px; height:36px; margin: 0 auto;}
#HeaderWrap .HeaderBox .HeadLogo { position:relative; width:150px; height:24px;}
#HeaderWrap .HeaderBox .HeadLogo:after { content: '';  position:absolute; right:0px; top:8px; margin-top:-2px; width:1px; height:12px; background-color: #335173;}
#HeaderWrap .HeaderBox .Company{ position:relative; display:flex;align-items:center; padding:0 16px 0 25px; height:26px; min-width:120px; margin-left:33px;}
#HeaderWrap .HeaderBox .Company.backBGicon{ background:url('../images/icon/header/CompanyN_icon.png')no-repeat left center;}
#HeaderWrap .HeaderBox .Company h1{ font-size:14px; color:#04d2be;}
#HeaderWrap .HeaderBox .Company:after { content: '';  position:absolute; right:0px; top:8px; margin-top:-2px; width:1px; height:12px; background-color: #335173;}
#HeaderWrap .HeaderBox .Name {position:relative; height:26px; line-height:26px; letter-spacing:0px; padding:0 16px 0 15px; font-size:13px; color:#FFF;}
#HeaderWrap .HeaderBox .Name:after { content: '';  position:absolute; right:0px; top:8px; margin-top:-2px; width:1px; height:12px; background-color: #335173;}
#HeaderWrap .HeaderBox .Mypage {position:relative; height:26px; line-height:26px; letter-spacing:0px; padding:0 16px 0 15px; font-size:13px; color:#FFF;}
#HeaderWrap .HeaderBox .Mypage:hover {color:#1bd4e5;}

#HeaderWrap .HeaderBox .UserR {position:absolute; right:0px;}
#HeaderWrap .HeaderBox .UserR .Rmenu {position: relative;  display:flex; font-size:13px; font-weight:400; line-height:26px;}
#HeaderWrap .HeaderBox .UserR .Rmenu li a {position: relative; padding:4px 12px 4px 30px; color:#FFF;}

#HeaderWrap .HeaderBox .UserR .Rmenu li a.Rhome {background:url("../images/icon/header/R01_home.png")no-repeat left 10px center;}
#HeaderWrap .HeaderBox .UserR .Rmenu li a.Rsetting {background:url("../images/icon/header/R02_setting.png")no-repeat left 10px center;}
#HeaderWrap .HeaderBox .UserR .Rmenu li a.Rfavo {background:url("../images/icon/header/R03_favo.png")no-repeat left 10px center;}
#HeaderWrap .HeaderBox .UserR .Rmenu li a.Remote {background:url("../images/icon/header/R04_remote.png")no-repeat left 10px center;}
#HeaderWrap .HeaderBox .UserR .Rmenu li a.Rlogout {background:url("../images/icon/header/R05_logout.png")no-repeat left 10px center;}
#HeaderWrap .HeaderBox .UserR .Rmenu li a.Textbook {background:url("../images/icon/header/R06_book.png")no-repeat left 10px center;}
#HeaderWrap .HeaderBox .UserR .Rmenu li a:hover {color:#1bd4e5;}
#HeaderWrap .HeaderBox .UserR .Rmenu li:last-child a::after {display:none;}

#HeaderMenu  { position:relative; display: flex; align-items:center; width:100%; padding:0px 30px; text-align:left; height:58px; background:#f5f7f9;}
#HeaderMenu .border-gradient {position:absolute; width:100%; height:1px; bottom:0px; margin-left:-30px; background: linear-gradient(to right, #f9cc23, #00cbb7); }
#HeaderMenu .Pgnb {position:relative; margin-left:8.5%;}
#HeaderMenu .Pgnb .menu {overflow:visible;}
#HeaderMenu .Pgnb .menu ul {display:flex;}
#HeaderMenu .Pgnb .menu ul li {position:relative;}
#HeaderMenu .Pgnb .menu ul li a.menu_title { 
    position:relative;
	display:block; 
	padding:23px 22px 0px 22px; 
	font-family:"NanumSquare"; 
	color:#000; 
    font-size:14px; font-weight: 700; 
	transform: rotate(-0.03deg); 
	letter-spacing:-0.5px;
	text-align:center;
	transition: all 0.25s ease;
}
#HeaderMenu .Pgnb .menu ul li a.menu_title:hover {color:#ff9000;}
#HeaderMenu .Pgnb .menu ul li a.menu_title::after {display:block; content:''; position:absolute; width:2px; height:20px; background:url("../images/icon/header/Hgnb_line.png")no-repeat; right:0; top:10px;}
#HeaderMenu .Pgnb .menu ul li:last-child a.menu_title::after {display:none;}
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon02 {background:url("../images/icon/header/Hgnb02.png")no-repeat center top;}  /* 학생관리 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon03 {background:url("../images/icon/header/Hgnb03.png")no-repeat center top;}  /* 수업관리 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon04 {background:url("../images/icon/header/Hgnb04.png")no-repeat center top;}  /* 수납관리 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon05 {background:url("../images/icon/header/Hgnb05.png")no-repeat center top;}  /* 반관리 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon06 {background:url("../images/icon/header/Hgnb06.png")no-repeat center top;}  /* 상담관리 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon07 {background:url("../images/icon/header/Hgnb07.png")no-repeat center top;}  /* 교직원관리 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon08 {background:url("../images/icon/header/Hgnb08.png")no-repeat center top;}  /* 급여신고 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon09 {background:url("../images/icon/header/Hgnb09.png")no-repeat center top;}  /* 회계관리 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon10 {background:url("../images/icon/header/Hgnb10.png")no-repeat center top;}  /* 경영현황 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon11 {background:url("../images/icon/header/Hgnb11.png")no-repeat center top;}  /* 차량관리 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon12 {background:url("../images/icon/header/Hgnb12.png")no-repeat center top;}  /* 일정관리 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon13 {background:url("../images/icon/header/Hgnb13.png")no-repeat center top;}  /* 모바일홈 */
/* 추가메뉴 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon14 {background:url("../images/icon/header/Hgnb14.png")no-repeat center top;}  /* 노무관리 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon15 {background:url("../images/icon/header/Hgnb15.png")no-repeat center top;}  /* 장부관리 */
#HeaderMenu .Pgnb .menu ul li a.menu_title.Gicon16 {background:url("../images/icon/header/Hgnb16.png")no-repeat center top;}  /* 삼성플러스샵 */




#HeaderMenu .Pgnb_R { position:absolute; display:flex; align-items:center;  right:30px; top:8px; height:41px;}
#HeaderMenu .Pgnb_R span.send {padding:6px 20px 7px; background:#f6f7f9; border-radius:3px; font-size:12px; font-weight:bold; color:#333; border:1px solid #ddd; letter-spacing:-0.5px;}
#HeaderMenu .Pgnb_R span.send:hover { background:#192a3c; color:#FFF; transition: all 0.25s ease; -webkit-transition: all 0.25s ease; border:1px solid #192a3c;}
#HeaderMenu .Pgnb_R .Rb_sms .tooltip {display:none;}
#HeaderMenu .Pgnb_R span.cms {padding:6px 20px 7px; background:#f6f7f9; border-radius:3px; font-size:12px; font-weight:bold; color:#333; border:1px solid #ddd; letter-spacing:-0.5px;}
#HeaderMenu .Pgnb_R span.cms:hover { background:#192a3c; color:#FFF; transition: all 0.25s ease; -webkit-transition: all 0.25s ease; border:1px solid #192a3c;}
#HeaderMenu .Pgnb_R .Rb_cms .tooltip {display:none;}
#HeaderMenu .Pgnb_R span.mr4{margin-right:4px;}




/*= 사이드 메뉴 #side-bar-menu 
------------------------------------------------------------------------------------------------------------------------- */

body.side-bar-sub-open:not(.by-menu) #side-bar .side-bar-toggle .icon:nth-of-type(1) { display: none; }
body.side-bar-sub-open:not(.by-menu) #side-bar .side-bar-toggle .icon:nth-of-type(2) { display: inline-block; }

#side-bar {position: fixed; top:38px; left:10px; height:auto; overflow-y: auto; color: #b5bdc7;}
#side-bar .side-bar-toggle {padding:13px 14px; font-size: 0; color: #ff9000; background-color: transparent;}
#side-bar .side-bar-toggle .icon { display: inline-block; }
#side-bar .side-bar-toggle .icon i { font-size: 28px; }
#side-bar .side-bar-toggle .icon i.iclose {color:#b5bdc7;}
#side-bar .side-bar-toggle .icon:nth-of-type(1) {display: inline-block; }
#side-bar .side-bar-toggle .icon:nth-of-type(2) {display: none; }

#side-bar .menu-area {display: block; padding: 16px; width: 100%; height: auto;}
#side-bar.slim .menu-area {padding:8px 0;}
#side-bar.slim .menu-area .menu {display: block; width: 100%; height: auto;}
#side-bar.slim .menu-area .menu > .menu-group { position: relative; margin-bottom: 16px;}
#side-bar.slim .menu-area .menu>.menu-group:after {
    content: '';
    position: absolute;
    width: 44px;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(229, 229, 229, .2);
}
#side-bar.slim .menu-area .menu > .menu-group:last-child { margin-bottom: 0; }
#side-bar.slim .menu-area .menu > .menu-group:last-child:after { display: none; }
#side-bar.slim .menu-area .menu .menu-item {
    display: block;
    padding: 12px 8px;
    text-align: center;
    width: 60px;
    height: auto;
    color: #333;
    text-decoration: none;
}
#side-bar.slim .menu-area .menu .menu-item .icon,
#side-bar.slim .menu-area .menu .menu-item .label { display: block; }
#side-bar.slim .menu-area .menu .menu-item .icon i { font-size: 24px; }
#side-bar.slim .menu-area .menu .menu-item .icon + .label { margin-top: 4px; }
#side-bar.slim .menu-area .menu .menu-item .label { font-size: 12px; font-weight: 700; line-height: 15px;}
#side-bar.slim .menu-area .menu .menu-item.on { background-color: #ff9000;}
#side-bar.slim .menu-area .menu .menu-item.on .icon .Licon:before { color: #999;}
#side-bar.tab { width:60px; }

#side-bar-sub {
    position: fixed;
    top: 94px;
    left: -100%;
    bottom: 0;
    width: auto;
    min-width: 180px;
    height: 100vh;
    background-color: #FFF;
    transition: left 0.15s ease-in-out;
    overflow-y: auto;
    border-right: 1px solid #DDD;
}
#side-bar-sub .bi {
    width: 100%;
    height: auto;
    padding: 26px 16px 23px;
    background-image: linear-gradient(60deg, rgba(229, 78, 43, .4) 0%, rgba(229, 78, 43, 0) 40%);
}
#side-bar-sub .bi img { display: block; width: auto; height: 12px; margin-bottom: 16px;}
#side-bar-sub .bi h1 { line-height: 120%; font-size: 22px; font-weight: 700; color: #fff; padding: 0; margin: 0; margin-top: 4px;}
#side-bar-sub .search-bar-container {width: 180px;padding: 9px 16px; border-bottom: 2px solid #3B4951;}


.theme-dark #side-bar-sub { background-color: #2E3031; }
.theme-dark #side-bar-sub .search-bar-container { border-bottom: 2px solid rgba(229, 229, 229, .2); }

.theme-dark #side-bar { background-color: #4c4c4c; }
.theme-dark #side-bar .side-bar-toggle { border-bottom: 2px solid rgba(229, 229, 229, .2); }

.menu-accordion-wrapper {position: relative; display: block; width: 100%; height: auto; /*overflow: hidden;*/ }
.menu-accordion {display: inline-block; width: auto; height: auto; background-color: #FFF; border-bottom:1px solid #e9e9e9 !important; margin-bottom:140px;}
.menu-accordion li {display: block; float: none;}

.menu-accordion li p.group-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    background: #FFF;
}

.menu-accordion li p.group-label .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92%;
    height: 78%;
    line-height: 1;
    font-family: 'NanumSquare';
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    background: #FF9000;
}

.menu-accordion li a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #333;
    letter-spacing: calc((-25 / 1000) * 1em);
    text-decoration: none;
    padding: 13px 16px 12px;
    width: 180px;
    height: auto;
    background-color: #FFF;
    border-top: 1px solid #e9e9e9;

}

.menu-accordion.menu-accordion-sm li a {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 32px;
}

.menu-accordion li a.group-label { pointer-events: none; }
.menu-accordion li a:before,
.menu-accordion li a:after {
  display: inline-block;
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  font-size: 16px;
  width: 16px;
  line-height: 16px;
  transform: translateY(-50%);
}
.menu-accordion li.open > a {color: #000; font-weight: bold; transition: transform 0.15s ease-in-out, color 0.15s ease-in-out; border-bottom:1px solid #e9e9e9;}
.menu-accordion li.active > a {color: #000; font-weight: 700; transition: transform 0.15s ease-in-out, color 0.15s ease-in-out;}
.menu-accordion li > a:hover {background-color: #eff1f6 !important;}

.menu-accordion > li.direct > a:after {content: '\e947'; font-family: 'Licon'; right: 12px;}
.menu-accordion > li.tree-view > a:after {content: '\e911'; font-family: 'Licon';left: 12px;transition: transform 0.15s ease-in-out;}
.menu-accordion > li.tree-view.open > a:after { transform: translateY(-50%) rotate(180deg);}

.menu-accordion ul.tree-view-menu { display: none; }
.menu-accordion li.tree-view.open > ul.tree-view-menu { display: block; }
.menu-accordion li.disabled > a {color: rgba(182, 189, 193, .3); pointer-events: none;}

/* 1depth*/
.menu-accordion > li > a {font-size: 16px; padding: 21px 40px 20px 16px;}
.menu-accordion > li.open > a { background-color: #f7f9fb;}
.menu-accordion > li.active > a { background-color:#f7f9fb; }
#side-bar-menu.style-light .menu-accordion > li.open > a { background-color: #f7f9fb; }

/* 2depth*/
.menu-accordion > li.tree-view > ul.tree-view-menu {margin-top:12px; margin-bottom:12px;}
.menu-accordion > li.tree-view > ul.tree-view-menu > li > a {padding: 8px 16px 8px 34px; background-color: #FFF; font-weight:400; border:none;}
#side-bar-menu.style-light .menu-accordion > li.tree-view > ul.tree-view-menu > li > a {background-color: #dcdfe0;}
.menu-accordion > li.tree-view > ul.tree-view-menu > li > a.group-label {padding-left: 16px;}
.menu-accordion > li.tree-view > ul.tree-view-menu > li > a:not(.group-label):before {content: 'arrow_right'; left: 16px; color: rgba(0, 0, 0, .2);}
.menu-accordion > li.tree-view > ul.tree-view-menu > li.active > a{ font-weight:bold;}
.menu-accordion > li.tree-view > ul.tree-view-menu > li.active > a:before { color: #e54e2b; }
.menu-accordion > li.tree-view > ul.tree-view-menu > li.tree-view > a:before {content: 'add'; color: #cbcfd6; background-color:none;}
.menu-accordion > li.tree-view > ul.tree-view-menu > li.tree-view.open > a:before {content: 'remove'; color: #cbcfd6;}

/* 3depth */
.menu-accordion > li.tree-view > ul.tree-view-menu > li.tree-view > ul.tree-view-menu { margin-top:6px;}
.menu-accordion > li.tree-view > ul.tree-view-menu > li.tree-view > ul.tree-view-menu > li > a {border-top:none; padding-top:8px; padding-bottom:8px;}
.menu-accordion > li.tree-view > ul.tree-view-menu > li.tree-view > ul.tree-view-menu > li > a {padding-left: 46px;background-color: #FFF; font-weight:400;}
.menu-accordion > li.tree-view > ul.tree-view-menu > li.tree-view > ul.tree-view-menu > li > a:before {content: 'arrow_right'; left: 30px; color: rgba(248, 248, 248, .1);}
.menu-accordion > li.tree-view > ul.tree-view-menu > li.tree-view > ul.tree-view-menu > li.tree-view > a:before { content: 'add'; color: #afafaf; background-color: rgba(248, 248, 248, .1);}
.menu-accordion > li.tree-view > ul.tree-view-menu > li.tree-view > ul.tree-view-menu > li.tree-view.open > a:before { content: 'remove'; color: #f8f8f8;}
.menu-accordion > li.tree-view > ul.tree-view-menu > li.tree-view > ul.tree-view-menu > li.active > a {font-weight:bold;}
.menu-accordion > li.tree-view > ul.tree-view-menu > li.tree-view > ul.tree-view-menu > li.active > a:before { color: #e54e2b; }

/* 사이드 풋터 */
.side-bar-foot {position:absolute; display:fixed; width:100%; height:90px; bottom:94px; color:#eaeaea; background:#FFF;}
.side-bar-foot .cst {margin-top:20px; padding-left:28px;}
.side-bar-foot .cst .tel {font-size:20px; font-weight:700; font-family:'NanumSquare';  padding-left:20px; background:url("../images/icon/tel01.png")no-repeat left 1px top 3px; color:#aeaeae;}
.side-bar-foot .cst .time { margin-top:4px; padding-left:20px; background:url("../images/icon/clock01.png")no-repeat left top 3px;  color:#aeaeae;}

/*= 도움말 툴팁 footer 
------------------------------------------------------------------------------------------------------------------------- */
#FtooltipWrap {position: fixed; width: 96%; bottom:0; left: 0; height:0px; transition: bottom 0.1s; z-index: 10;}
.Ftooltip{position: relative; width:100%; background:#FFF; border-radius:10px 0 0 0; border:2px solid #000;}
.Titlebox {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: flex-end;
    border: 2px solid #000;
    width: 135px;
    height: 34px;
    background: #FFF;
    border-radius: 8px 8px 0 0;
    right: -2px;
    top: -34px;
    border-bottom: none;
}
.Titlebox .toolt { width:auto; height:18px; padding-left:24px;  background:url("../images/icon/Ftooltip.png")no-repeat left center; font-size:12px; cursor: pointer; margin-left:12px; }
.Titlebox .buttonA {width:30px; height:30px; background-image: url("../images/icon/arrow-up.png"); background-size: cover; cursor: pointer; margin-right:6px;}
.Titlebox .buttonA.active {background-image: url("../images/icon/arrow-down.png");}

.Titalarm { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    align-items: center;
    justify-content: left;
    width: calc(100% - 179px);
    height: 34px;
    border-radius: 8px 8px 0 0;
    padding-right: 15px;
    LEFT: 0;
    top: -34px;
    /* border: 2px solid #000; */
    border-bottom:2px solid #000;
    z-index: -1;
    background:#eef1f3;
    overflow: hidden; 
}
.Titalarm .NoticeA {
    width: 100%;
    height: 24px;
    padding-left: 38px !important;
    padding-right: 38px !important;
    overflow: hidden;
    background: url("../images/icon/footer_icon01.png")no-repeat left 12px top 2px;
    padding: 2px 0;
    text-align: left;
    overflow: hidden;
}
.Titalarm .NoticeA .teo {width:100%; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; letter-spacing:-0.5px; font-size: 14px !important;}
.Titalarm .NoticeA a {font-family:'Noto Sans KR'; color:#ff6600;} /* 반복 움직임 대상 박스 */
.Titalarm .NoticeA a:hover {color:#333;}
.Titalarm .close {width: 20px; height: 20px; background: url("../images/icon/delete04.png")no-repeat center center; border: 1px solid #999; overflow: hidden; border-radius: 3px;}
.Titalarm .close:hover {background: url("../images/icon/delete04_on.png")no-repeat center center;}


.TitManualbox {     
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    width: 48px;
    height: 34px;
    border-radius: 8px 8px 0 0;
    right: 131px;
    top: -34px;
    border-bottom:2px solid #000;
    z-index: -1;
    background:#FFF url("../images/icon/Ftooltip02.png")no-repeat center top 7px;
}
.TitManualbox:hover .tooltip {display:block;}
.TitManualbox .tooltip {
    position: absolute;
    width:120px;
    display: none;
    padding: 4px 0px;
    background-color: #000;
    color: #F8F8F8;
    font-size: 13px;
    font-weight: 400;
    z-index: 99;
    text-align: center;
    line-height: 20px;
    margin-top:-80px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.TitManualbox .tooltip:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom:-10px;
    margin-left: -5px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: transparent transparent #000 transparent;
    transform: rotate(180deg);
}
.FtoolContent { display: none; width:97%; height: 234px; margin:0 auto; margin-top:1.6%;}
.FtoolContent .ToolScroll {display:block; width: 100%; height: 190px; max-height: 190px; overflow-y: overlay; overflow-x: hidden; background:#f7f8fa; padding:20px; line-height:1.6;} /* 스크롤 대상박스 높이 지정 - 툴팁 */





/*= 가변형 미디어쿼리
------------------------------------------------------------------------------------------------------------------------- */

/* *********** 미디어쿼리 2560~ *********** */
@media only screen and (max-width:2560px) and
(min-width:2400px) {

}

/* *********** 미디어쿼리 1800 *********** */
@media all and (max-width:1800px){

    #HeaderMenu .Pgnb {position:relative; margin-left:6%;}
    #HeaderMenu .Pgnb .menu ul li a.menu_title {padding:23px 18px 0px 18px; transition: all 0.25s ease;}
    #HeaderMenu .Pgnb_R { position:absolute; display:flex; align-items:center;  right:30px; top:3px; height:41px;}

    #HeaderMenu .Pgnb_R span.send {position: relative; padding:16px 16px;  font-size:0; border-radius: 20px; background: url("../images/icon/header/Rb_smsOff.png") no-repeat center center;}
    #HeaderMenu .Pgnb_R span.send:hover {border-radius: 20px; background:#192a3c url("../images/icon/header/Rb_smsOn.png") no-repeat center center;}
    #HeaderMenu .Pgnb_R .Rb_sms:hover .tooltip {display:block;}
    #HeaderMenu .Pgnb_R .Rb_sms .tooltip {
        position: absolute;
        display: none;
        padding: 3px 8px;
        background-color: #000;
        color: #F8F8F8;
        font-size: 12px;
        font-weight: 400;
        z-index: 99;
        text-align: center;
        line-height: 18px;
        margin-top: 22px;
        border-radius: 5px;
        left: 25%;
        transform: translateX(-50%);
    }
    #HeaderMenu .Pgnb_R .Rb_sms .tooltip:after {
        content: '';
        width: 0;
        height: 0;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: -10px;
        margin-left: -5px;
        border-style: solid;
        border-width: 5px 5px 5px 5px;
        border-color: transparent transparent #000 transparent;
    }
    #HeaderMenu .Pgnb_R span.cms {padding:16px 16px;  font-size:0; border-radius: 20px; background: url("../images/icon/header/Rb_cmsOff.png") no-repeat center center;}
    #HeaderMenu .Pgnb_R span.cms:hover {border-radius: 20px; background:#192a3c url("../images/icon/header/Rb_cmsOn.png") no-repeat center center;}
    #HeaderMenu .Pgnb_R .Rb_cms:hover .tooltip {display:block;}
    #HeaderMenu .Pgnb_R .Rb_cms .tooltip {
        position: absolute;
        display: none;
        padding: 3px 8px;
        background-color: #000;
        color: #F8F8F8;
        font-size: 12px;
        font-weight: 400;
        z-index: 99;
        text-align: center;
        line-height: 18px;
        margin-top: 22px;
        border-radius: 5px;
        left: 75%;
        transform: translateX(-50%);
    }
    #HeaderMenu .Pgnb_R .Rb_cms .tooltip:after {
        content: '';
        width: 0;
        height: 0;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: -10px;
        margin-left: -5px;
        border-style: solid;
        border-width: 5px 5px 5px 5px;
        border-color: transparent transparent #000 transparent;
    }

}

/* *********** 미디어쿼리 1440 *********** */
@media all and (max-width:1440px){

    body.side-first.side-bar-sub-open #header-bar.on-light,
    body.side-first.side-bar-sub-open #ContentsWrapper,
	body.side-first.side-bar-sub-open #FtooltipWrap,
    body.side-first.side-bar-sub-open #footer-bar { padding-left: calc(40px + 180px) }

    #HeaderMenu .Pgnb {position:relative; margin-left:3.5%;}
    #HeaderMenu .Pgnb .menu ul li a.menu_title {padding:23px 17px 0px 17px; transition: all 0.25s ease;}

    #FtooltipWrap {width: 98%;}

}

/* *********** 미디어쿼리 1280 *********** */
@media all and (max-width:1280px){

    body.side-first.side-bar-sub-open #header-bar.on-light,
    body.side-first.side-bar-sub-open #ContentsWrapper,
	body.side-first.side-bar-sub-open #FtooltipWrap,
    body.side-first.side-bar-sub-open #footer-bar { padding-left: calc(30px + 180px) }

    #HeaderMenu .Pgnb .menu ul li a.menu_title {font-size:13px; }
    #HeaderMenu .Pgnb {position:relative; margin-left:3%;}
    #HeaderMenu .Pgnb .menu ul li a.menu_title {padding:23px 15px 0px 15px; transition: all 0.25s ease;}

}

/* *********** 미디어쿼리 1024 *********** */
@media all and (max-width:1024px){

    .side-bar-foot {display:none;}

}