@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://webfontworld.github.io/TheJamsil/TheJamsil.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('font.css');

body,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,select,input,textarea{font-family: 'TheJamsil', "Noto Sans JP", "Noto Sans SC", 'Montserrat', 'Noto Sans KR', sans-serif; font-size:15px; line-height:1.47; font-weight:400; letter-spacing:-0.5px; color:#1d1f29;}
:root {
	--grad-start: #fd8451;
	--grad-end: #ff5624;
	--grad-hoverstart: #fd8451;
	--grad-hoverend: #fb4915;
	--default-point: #ff5624;
	--red-point: #e7001e;
	--write-border: #d4d5dd;
	--light-orange: #fff3ec;
}
a.DefaultBtn:hover, a.DefaultBtn:active, a.DefaultBtn:focus,
.DefaultBtn:hover, .DefaultBtn:active, .DefaultBtn:focus{transition:all .3s ease-in; border:1px solid #1e51b0; }
a.DefaultBtnB:hover, a.DefaultBtnB:active, a.DefaultBtnB:focus,
.DefaultBtnB:hover, .DefaultBtnB:active, .DefaultBtnB:focus{transition:all .3s ease-in;  border:1px solid #1e51b0;}
.SolidBtn:hover, .SolidBtn:active, .SolidBtn:focus,.AttachBtn
a.SolidBtn:hover, a.SolidBtn:active, a.SolidBtn:focus, a.AttachBtn{transition:all .3s ease-in; background:#000; color:#fff !important;}
.DefaultBtn:disabled,.SolidBtn:disabled,
.DefaultBtn:hover:disabled,.SolidBtn:hover:disabled{color:#747c99 !important; background:#f4f5f9 !important; border:1px solid #a8b1d3 !important;}
button,input,.ui-widget{font-family: 'TheJamsil', "Noto Sans JP", "Noto Sans SC", 'Montserrat', 'Noto Sans KR', sans-serif; font-size:12px; font-weight:400; letter-spacing:-0.1px; color:#353b44;}
button.firstBtn:focus{ border: none; outline:none; background: none;}
input[type=text]::-ms-clear{ display: none;}
input[type=number],input[type=date],input[type=password],input[type=email],
input[type=text]{border:1px solid var(--write-border);  height: 30px; padding: 0 11px; background: #fff; font-size: 14px; color:#1d1f29; min-width: 28px; -webkit-appearance: none; -webkit-border-radius: 8px; border-radius:10px; outline:1px solid transparent; overflow: hidden; text-overflow: ellipsis; box-sizing:border-box;}
.NoneBorder input[type=number],
.NoneBorder input[type=text]{border:1px solid transparent;  /*padding-right:0;*/}
.NoneBorder .BorderUse{border:1px solid #bbc7d1 !important;  }
.DefaultTable input[type=number],
.DefaultTable input[type=text],
.DefaultTableB input[type=number],
.DefaultTableB input[type=text]{width: calc(100%); min-width:60px; background-color:transparent;}

.ClickTr select,
.ClickTr input[type=text],
.ClickTr input[type=email],
.ClickTr input[type=password],
.ClickTr input[type=number],
.DefaultTable tr:hover select,
.DefaultTable tr:hover input[type=text],
.DefaultTable tr:hover input[type=email],
.DefaultTable tr:hover input[type=password],
.DefaultTable tr:hover input[type=number],
.DefaultTableB tr:hover select,
.DefaultTableB tr:hover input[type=text],
.DefaultTableB tr:hover input[type=email],
.DefaultTableB tr:hover input[type=password],
.DefaultTableB tr:hover input[type=number]{background-color:#fff !important;}
.ClickTr .AttItemB input[type=text],
.DefaultTable tr:focus .AttOuterB .AttListB .AttItemB,
.DefaultTable tr:hover .AttOuterB .AttListB .AttItemB,
.DefaultTable tr:focus .AttItemB input[type=text],
.DefaultTable tr:hover .AttItemB input[type=text]{background:transparent !important;}
.DefaultTable tr:hover .AttOuterB.AttOn .AttListB .AttItemB{background:#f0f2f3 !important;}
.SearchTd input{width: calc(100% - 16px);}
textarea::placeholder,
input::placeholder{font-size: 14px; color:#7a7a7a;}
textarea{border:1px solid var(--write-border); width: calc(100%); height: 100px; padding: 5px 0 5px 10px; /*background: #fff; */font-size: 14px; color:#000; resize:none; display: block; box-sizing:border-box; border-radius:10px;}
.WriteDefault textarea{width:calc(100% - 10px);}
select{border:1px solid var(--write-border); height: 30px; padding: 0 23px 0 12px; font-size: 14px; color:#1d1f29; background: #fff url(../img/content/select_ico.png) no-repeat right 10px top 12px; font-family: inherit; min-width: 100px; width:100%; border-radius:10px; outline: 1px solid transparent; box-sizing:border-box;}
.DefaultTable select{background-color:transparent;}
.NoneBorder select{border:1px solid transparent; }
.DefaultTable .ClickTr select,
.DefaultTable tr:hover select{background-color:#fff !important;}
/*tr.NoneBorder:hover input[type=text],
tr.NoneBorder:hover input[type=number],
tr.NoneBorder:hover input[type=email],
tr.NoneBorder:hover input[type=password],
tr.NoneBorder:hover select{background-color:transparent !important;}*/
.SearchTd select{width: 100%;}
.SearchTd .DatePeriod{line-height: 30px;}
.WriteDefault input[type=text],
.WriteDefault textarea,
.WriteDefault select{border-color: #d6d8ec; border-radius: 8px;}
textarea:hover,
select:hover,
input[type=text]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=password]:hover{outline-color: #ffbd6f; border-color: #ffbd6f; transition:all ease-out 0.3s;}
textarea:focus,
select:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus{outline-color: #f9a643; border-color: var(--default-point); transition:all ease-out 0.3s;}
.AttOuterB .AttListB .AttItemB .FileNameB:hover,
.AttOuterB .AttListB .AttItemB .FileNameB:focus{outline: none;}
/*disabled*/
.EssentialWrite input:disabled, 
select:disabled,
input:hover:disabled, 
select:hover:disabled,
.DefaultTable .ClickTr select:disabled,
.DefaultTable .ClickTr select:hover:disabled{background-color:#f6f8f9 !important; opacity:1; cursor: default; outline:none; border-color: var(--write-border) !important;}
input[type=text]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=text]:hover:disabled,
input[type=number]:hover:disabled,
input[type=email]:hover:disabled,
input[type=password]:hover:disabled,
.ClickTr input[type=text]:disabled, 
.ClickTr input[type=email]:disabled, 
.ClickTr input[type=password]:disabled, 
.ClickTr input[type=number]:disabled, 
.DefaultTable tr:hover select:disabled, 
.DefaultTable tr:hover input[type=text]:disabled, 
.DefaultTable tr:hover input[type=email]:disabled, 
.DefaultTable tr:hover input[type=password]:disabled, 
.DefaultTable tr:hover input[type=number]:disabled, 
.DefaultTableB tr:hover select:disabled, 
.DefaultTableB tr:hover input[type=text]:disabled, 
.DefaultTableB tr:hover input[type=email]:disabled, 
.DefaultTableB tr:hover input[type=password]:disabled, 
.DefaultTableB tr:hover input[type=number]:disabled{border:1px solid var(--write-border); background-color:#f6f8f9 !important;}
.NoneBorder input:disabled, .NoneBorder select:disabled,
.NoneBorder input:hover:disabled, .NoneBorder select:hover:disabled {background-color: transparent !important; border-color: transparent !important; opacity: 1; cursor: default;}
.NoneBorder input[type='radio']:disabled{ background: #9ea2af !important;border:none; }
.NoneBorder select{background-image:none; /*text-align:center;  padding-left:0;*/}

/*로딩바*/
.LoadingBarOuter{background:rgba(23,24,24,0.6); position:fixed; left:0; top:0; width:100%; height:100vh; z-index:9999;}
.LoadingBar { width: 50px; aspect-ratio: 1; border-radius: 50%; border: 8px solid #0000; border-right-color: rgba(255,255,255,0.85); position: relative; animation: l24 1.2s infinite linear; position:absolute; left:50%; top:50%; margin:-25px 0 0 -25px;}
.LoadingBar:before,
.LoadingBar:after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: inherit; animation: inherit; animation-duration: 2s;}
.LoadingBar:after { animation-duration: 4s;}
@keyframes l24 {
  100% {transform: rotate(1turn)}
}
/*ADMINLTE 수정*/
.app-header{height:50px; z-index:899 !important; position:fixed; left:221px; top:0; width:calc(100% - 221px); transition:all ease 0.3s;}
.sidebar-collapse .app-header{width:100%; left:0; transition:all ease 0.3s;}
.navbar{--bs-navbar-padding-y:0;}
.sidebar-brand{height:3.05rem;}
.app-content{padding:0;}
.app-main{padding-bottom:0; margin-top:50px;height: calc(100vh - 85px);}
.container-fluid{ --bs-gutter-x: 0; z-index:999;}
.header-logo{width: 100px; margin-left:4px;}
.header-logo a{display:block; line-height:0; font-size:0; padding-top:8px; margin-left:0px;}
.header-logo a img{width:150px;}
.sidebar-open .header-logo{display:none; transition:all ease 03s;}
.sidebar-collapse .header-logo{display:block; transition:all ease 03s;}
.navbar-expand .navbar-nav .nav-link{padding-right:10px !important;padding-left:27px !important; padding-top:8px !important;}

@media screen and (max-width:1700px) {
	body,button{font-size:13px;}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, select, input, textarea{font-size:13px;}
}
@media screen and (max-width:1200px){
	body,button{font-size:13px;}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, select, input, textarea{font-size:13px;}
}
/* 스크롤바 */
/*::-webkit-scrollbar { width: 12px; height: 12px; background: #fff; border:1px solid #ddd; }
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment { display: none; height: 0px;}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-thumb { background: #67717b; border-radius:10px; border:1px solid #ddd; background-clip: padding-box; border: 2px solid transparent;}

textarea::-webkit-scrollbar,
.OxScroll::-webkit-scrollbar,
.OXScroll::-webkit-scrollbar,
.OYScroll::-webkit-scrollbar { width: 10px; height: 10px; border-radius:10px;}
textarea::-webkit-scrollbar-thumb,
.OxScroll::-webkit-scrollbar-thumb,
.OXScroll::-webkit-scrollbar-thumb,
.OYScroll::-webkit-scrollbar-thumb{ background: #adbebe;  background-clip: padding-box; border: 3px solid transparent;}*/

::-webkit-scrollbar { width: 4px; height: 4px; background: transparent; }
::-webkit-scrollbar-track {border:1px solid #f2f5f9;}
::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius:10px; }

textarea::-webkit-scrollbar,
.OxScroll::-webkit-scrollbar,
.OXScroll::-webkit-scrollbar,
.OYScroll::-webkit-scrollbar { width: 4px; height: 4px; border-radius:10px;}
textarea::-webkit-scrollbar-thumb,
.OxScroll::-webkit-scrollbar-thumb,
.OXScroll::-webkit-scrollbar-thumb,
.OYScroll::-webkit-scrollbar-thumb{ /*background: #adbebe;  */background-clip: padding-box; }

/* 헤더 */
:root, [data-bs-theme=light] {
	--lte-sidebar-width: 220px;
}
.HeadSection{background: #fff; z-index: 999; position: fixed; left:0; top:0; height: 50px; box-sizing: border-box; width: 100%; border-bottom:1px solid #ced4e0; box-sizing:border-box; box-shadow: 3px 3px 3px rgba(22, 33, 73, 0.05), inset -5px -4px 7px #fff, -5px -4px 5px rgba(255, 255, 255, 0.8);}
.sidebar-brand{z-index: 999; position: relative;}
.sidebar-brand a{display: block; }
.sidebar-brand a img{ display: block; padding-top:10px; width:150px;}
.HeadSection .MenuArea{float:left;}
.HeadSection .MenuArea ul li.Menu01{float: left; margin-right:0px; position: relative;}
.HeadSection .MenuArea ul li.Menu01>a{font-size: 17px; letter-spacing: -0.5px; display: block; padding:0 52px;  color:#1d1f29; line-height: 50px; position:relative; font-weight:500;}
/*.HeadSection .MenuArea ul li.Menu01>a:after{position:absolute; right:-25px; top:19px; height:12px; width:1px; content:''; background:#e6e8ed;}*/
.HeadSection .MenuArea ul li.Menu01>a:before{position: absolute; left: 5%; bottom: 0; width: 0; height: 2px; content: ''; background: #1e51b0; border-radius: 2px;}
.HeadSection .MenuArea ul li.Menu01>a:hover{color:#1d1f29;}
.HeadSection .MenuArea ul li.Menu01.On>a:before,
.HeadSection .MenuArea ul li.Menu01.NowPage>a:before,
.HeadSection .MenuArea ul li.Menu01>a:hover:before{width: 90%; height: 2px; transition: all .3s ease; }
.HeadSection .MenuArea ul li.Menu01>ul{opacity: 0;visibility: hidden; width: 100%; z-index: 290; line-height: 1.47;  position: absolute; left: 50%; top: 50px; transform: translateX(-50%); text-align: center; transition: all 0.3s ease;}
/*임시오픈*/
.HeadSection .MenuArea.On ul li.Menu01>ul{opacity: 1; visibility: visible; transition: all 0.3s ease-out;}
.HeadSection .MenuArea ul li.Menu01>ul li.Menu02{ }
.HeadSection .MenuArea ul li.Menu01>ul li.Menu02 a{font-size: 15px; color:#000; padding: 10px 0; display: inline-block; position: relative; word-break: keep-all; font-weight: 400; line-height: 1.15;}
.HeadSection .MenuArea ul li.Menu01>ul li.Menu02:first-child a{padding-top: 28px;}
.HeadSection .MenuArea ul li.Menu01>ul li.Menu02 a{ position:relative; }
.HeadSection .MenuArea ul li.Menu01>ul li.Menu02 a:hover{ color:#1e51b0; transition: all .4s ease; }
/*임시오픈*/
.HeadSection .MenuArea ul li.Menu01>ul li.Menu02 a:after{position:absolute; left:0; bottom:0; width:0; height:1px; content:''; background:#1e51b0;}
.HeadSection .MenuArea ul li.Menu01>ul li.Menu02 a:hover:after{width:100%;  transition: all .3s ease;}

.HeadSection .MenuArea ul li.Menu01.NowPage>a,
.HeadSection .MenuArea ul li.Menu01.On>a{color:#1d1f29;}
.EtcArea { float:right;line-height: 50px; font-size: 13px;}
.EtcArea ul{}
.EtcArea ul li{ position: relative;}
.EtcArea > ul > li > a{line-height: 50px; color:#1d1f29; font-size: 13px; font-weight:400; margin:0 6px; width:32px; height:32px; box-shadow:0 0 6px rgba(105,105,105,0.32); justify-content:center; border-radius:20px;  transition:all ease-in 0.3s;}
.EtcArea > ul > li:hover > a{transition:all ease-in-out 0.4s; box-shadow:none;}
.EtcArea ul li a img{height: 21px; vertical-align:middle; display:inline-block; filter: brightness(0);}
.EtcArea > ul > li:hover a img{transition:all ease-in 0.4s; filter:none;}
.EtcArea ul li a span{}
.EtcArea .UserName a{width:auto; box-shadow:none;}
.EtcArea .UserName > a:hover{box-shadow:none;}
.EtcArea .Configuration {position:relative; z-index: 2; letter-spacing: -0.3px; }
/*.EtcArea .Configuration > a {padding-right:25px;}*/
.EtcArea .Configuration > a:after,
.EtcArea .Configuration > ul > li:first-child:after {display:block; float:right;}
/*.EtcArea .Configuration > a:after {background:url(../img/common/lang_arr.png) center center no-repeat; width: 7px; height: 4px; position: absolute; right:10px; top:24px; content:'';}*/
.EtcArea .Configuration > a:hover{text-decoration:none;}
.EtcArea .Configuration > a:hover span.Txt{text-decoration:underline;}
.EtcArea .Configuration > ul {position:absolute; width:auto; top:43px; left: -26px; background:#fff; border:1px solid #afb5bf; /*box-shadow: 4px 4px 4px rgba(35,147,109,0.2), -3px -3px 3px #fff, inset 2px 2px 2px rgba(46,170,128,0.2); */ display:none; font-size: 13px;/* box-shadow: 2px 2px 10px rgba(0,0,0,0.2); */border-radius: 10px; padding: 8px 0; min-width:71px;}
.EtcArea .Configuration > ul.On{}
.EtcArea .Configuration > ul > li {cursor:pointer; padding:0 9px; border-top:0; line-height: 23px;}
.EtcArea .Configuration > ul > li a{color:#474a51; line-height: 25.5px; font-weight: 500; white-space:nowrap;}
.EtcArea .Configuration > ul > li a:hover{text-decoration: underline;}

.EtcArea .Language {position:relative; z-index: 2; letter-spacing: -0.3px; }
.EtcArea .Language > a {margin-right:10px;}
.EtcArea .Language > a:after,
.EtcArea .Language > ul > li:first-child:after {display:block; float:right;}
/*.EtcArea .Language > a:after {background:url(../img/common/lang_arr.png) center center no-repeat; width: 7px; height: 4px; position: absolute; right:10px; top:24px; content:'';}*/
.EtcArea .Language > a:hover{text-decoration:none;}
.EtcArea .Language > a:hover span.Txt{text-decoration:underline;}
.EtcArea .Language > ul {position:absolute; width:57px; top:43px; left: -5px; background:#fff; color:#1e51b0; border:1px solid #afb5bf;/*box-shadow: 4px 4px 4px rgba(35,147,109,0.2), -3px -3px 3px #fff, inset 2px 2px 2px rgba(46,170,128,0.2); */ display:none; font-size: 12px;/* box-shadow: 2px 2px 10px rgba(0,0,0,0.2); */border-radius: 10px; padding: 8px 0;}
.EtcArea .Language > ul.On{}
.EtcArea .Language > ul > li {cursor:pointer; padding:0 7px; border-top:0; line-height: 23px;}
.EtcArea .Language > ul > li a{color:#474a51; line-height: 25px; font-weight: 500; }
.EtcArea .Language > ul > li a:hover{text-decoration: underline;}
.EtcArea ul li.LogoutButton{ }
.EtcArea ul li.LogoutButton a{margin-right: 30px; height:32px; font-family: "Montserrat", sans-serif; letter-spacing:0;color:#fff; font-size:13px; font-weight:600; width:auto; line-height:1px; padding:10px 13px 0; display:inline-block; box-sizing:border-box; border-radius:20px; background: linear-gradient(to right, var(--grad-start), var(--grad-end), var(--grad-hoverstart), var(--grad-hoverend)); background-size: 300% 100%;moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; line-height:1;}
.EtcArea ul li.LogoutButton a:hover{background-position: 100% 0; moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.EtcArea ul li.LogoutButton a p {position:relative;overflow:hidden;display:block;text-align:center;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;padding:0;line-height:1;}
.EtcArea ul li.LogoutButton a p:after {position:absolute;top:100%;left:0;right:0;content:attr(data-hover);display:inline;text-align:center;-webkit-transition:top 500ms cubic-bezier(0.68,-0.55,0.265,1.55);transition:top 500ms cubic-bezier(0.68,-0.55,0.265,1.55);color:rgba(255,255,255,0.9);}
.EtcArea ul li.LogoutButton a:hover p:after {top:0;}
.EtcArea ul li.LogoutButton a p span {display:block;-webkit-transition:-webkit-transform 500ms cubic-bezier(0.68,-0.55,0.265,1.55);transition:-webkit-transform 500ms cubic-bezier(0.68,-0.55,0.265,1.55);transition:transform 500ms cubic-bezier(0.68,-0.55,0.265,1.55);transition:transform 500ms cubic-bezier(0.68,-0.55,0.265,1.55),-webkit-transform 500ms cubic-bezier(0.68,-0.55,0.265,1.55);}
.EtcArea ul li.LogoutButton a:hover p span {color:rgba(255,255,255,0.8);-webkit-transform:translateY(-100%);transform:translateY(-100%);}

.app-sidebar{ background:linear-gradient(to bottom, #f5f5f5, #fffcf9) !important; }
.sidebar-wrapper{padding-left:0; padding-right:0;}
.sidebar-wrapper a{color:#000; font-size:15px;}
.sidebar-wrapper a:hover{color:#000;}
.sidebar-wrapper .nav-item{margin-bottom:5px;}
.sidebar-wrapper .sidebar-menu > .nav-item.menu-open > .nav-link, .sidebar-wrapper .sidebar-menu > .nav-item:hover > .nav-link, .sidebar-wrapper .sidebar-menu > .nav-item > .nav-link:focus{color:#111 !important; background:rgba(255,255,255,0); transition:all ease-out .3s;}
.sidebar-wrapper .sidebar-menu > .nav-item.menu-open > .nav-link, .sidebar-wrapper .sidebar-menu > .nav-item:hover > .nav-link, .sidebar-wrapper .sidebar-menu > .nav-item > .nav-link{color:#111 !important; margin: 0 10px; border-radius:5px; padding:4px 15px; background:rgba(255,255,255,1); transition:all ease-out .3s;}
.sidebar-wrapper .sidebar-menu > .nav-item:hover > .nav-link{color:#000 !important; background:#fff !important; box-shadow:0 0 7px rgba(231,173,140,0.15); transition:all ease-out .3s;border:1px solid transparent; box-sizing:border-box;}
.sidebar-wrapper .nav-treeview > .nav-item > .nav-link{color:#333; padding:5px 5px 2px; font-weight:300; font-size:16px;}
.sidebar-wrapper .nav-treeview > .nav-item > .nav-link:last-child{}
.sidebar-wrapper .nav-treeview > .nav-item > .nav-link:hover{color:var(--default-point) !important; transition:all ease-out .3s;}
.sidebar-wrapper .nav-treeview > .nav-item.active > .nav-link{color:#333 !important;}
.sidebar-wrapper .sidebar-menu > .nav-item > .nav-link.active:not(:hover){background:rgba(255,255,255,0.7); padding:4px 15px; transition:all ease-out .3s; border:1px solid #f0eceb;}
.sidebar-menu .nav-link p{padding-left:0;}
.bg-white{background:#fff !important;}
.app-sidebar{z-index:900 !important;}
[data-bs-theme=dark].app-sidebar, [data-bs-theme=dark] .app-sidebar {--lte-sidebar-hover-color:#1e51b0;--lte-sidebar-active-color:#1e51b0;}
.sidebar-menu .nav-item .nav-arrow{font-size:10px; font-weight:900; transition:all ease-out .3s;}
.sidebar-menu .nav-item .nav-arrow:before{ vertical-align:-.2em; font-weight: 400 !important;}
.sidebar-wrapper .sidebar-menu > .nav-item:hover .nav-arrow:before { color:var(--default-point); font-weight: 900 !important; transition:all ease-out .3s;}
.sidebar-brand{border-bottom:1px solid transparent;}
.sidebar-collapse .app-sidebar.shadow{box-shadow:none !important; transition:all ease 0.3s;}
.sidebar-wrapper .sidebar-menu > .nav-item > .nav-treeview{ padding:0px 20px; position:relative; margin-top:6px;}

/* 오버레이 */
.MenuBg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 999; }
.MenuBg.Active { opacity: 1; pointer-events: auto; }
.SideMenu { position: fixed; top: 0; right: -400px; width: 400px; height: 100%; background: #fff; box-shadow: -2px 0 8px rgba(0,0,0,0.2); transition: right 0.3s ease; z-index: 1000; display: flex; flex-direction: column; }
.SideMenu.Active { right: 0; }
.MenuHeader { position: relative; margin: 15px; border-radius: 10px; background: url(../img/common/sidemenu_bg01.jpg) center center no-repeat; height: 200px; background-size: cover; }
.MenuHeader h2 { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); color: #fff; font-weight: 700; margin: 0; font-size: 47px; width: 100%; text-align: center; }
.MenuClose { position: absolute; top: 13px; right: 14px; font-size: 20px; cursor: pointer; color: #fff; line-height:1;}
.MenuList { padding: 0 20px; flex: 1; overflow-y: auto; }
.MenuList a { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ddd; font-size: 18px; color: #333; padding:8px 15px; position:relative; position:relative; transition: all .3s;}
.MenuList a:hover{transition: all .3s; padding-left:20px;}
.MenuList a:before{position:absolute; left:0; top:4px; transition: all .3s;}
.MenuList a:hover:before{transition: all .3s;}
.MenuList a img { opacity: 0.2; transition: all 0.3s;}
.MenuList a:hover img { opacity: 1; transition: all 0.3s; margin-right:10px;}

/*임시오픈*/
.HeadSection .HeaderBg{background: rgba(255,255,255,0.98); width: 100%; height: 220px; position: absolute; left:0; top: 50px; z-index: -1; transform: translateY(-1px); border-top:1px solid #ced4e0; border-bottom:2px solid #294984;}


/*모바일메뉴*/
.HeadSection .MobileMenuOuterArea {display: none; text-align:right; float:right; position:relative; z-index:999;}
.HeadSection .MobileMenuOuterArea .MobileMenuOuterBtn {position: relative; width: 30px; height: 50px; z-index: 1;}
.HeadSection .MobileMenuOuterArea .MobileMenuOuterBtn span {display: block; position: absolute; right: 0; width: 20px; height: 2px; background-color: #1d1f29;}
.HeadSection .MobileMenuOuterArea .MobileMenuOuterBtn span:nth-child(1) {top: 17px;}
.HeadSection .MobileMenuOuterArea .MobileMenuOuterBtn span:nth-child(2) {top: 24px; transition: opacity 0s 0.15s;}
.HeadSection .MobileMenuOuterArea .MobileMenuOuterBtn span:nth-child(3) {top: 31px;}
.HeadSection .MobileMenuOuterArea .MobileMenuOuterBtn span:nth-child(1), .header .MobileMenuOuterArea .MobileMenuOuterBtn span:nth-child(3) {transition: top 0.15s 0.15s, transform 0.15s, width 0.15s, left 0.15s;}
.HeadSection .MobileMenuOuterArea.open .MobileMenuOuterBtn span:nth-child(2) {opacity: 0; transition: opacity 0.15s;}
.HeadSection .MobileMenuOuterArea.open .MobileMenuOuterBtn span:nth-child(1), .header .MobileMenuOuterArea.open .MobileMenuOuterBtn span:nth-child(3) {top: 24px; width: 20px; transition: top 0.15s, transform 0.15s 0.15s, width 0.15s 0.15s, left 0.15s 0.15s;}
.HeadSection .MobileMenuOuterArea.open .MobileMenuOuterBtn span:nth-child(1) {right: 0; transform: rotate(45deg); background:#fff;}
.HeadSection .MobileMenuOuterArea.open .MobileMenuOuterBtn span:nth-child(3) {right: 0; top:24px; transform: rotate(-45deg); transition: opacity 0.15s; background:#fff;}
.HeadSection .MobileMenuOuterArea .MobileMenuOuterBg {position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: rgb(9 9 16 / 81%); visibility: hidden; opacity: 0; transition: all 0.5s;}
.HeadSection .MobileMenuOuterArea.open .MobileMenuOuterBg {visibility: visible; opacity: 1;}
.HeadSection .MobileMenuOuterArea .MobileMenuOuterBg .MobileMenuOuter {position: absolute; top: 0; right: 0; width: 100%; height: calc(100vh - 40px); background-color: #fff; transform: translateX(100%); transition: all 0.4s; height:100% !important;}
.HeadSection .MobileMenuOuterArea.open .MobileMenuOuterBg .MobileMenuOuter { transform: translateX(0);}
.HeadSection .MobileMenuOuterArea .MobileMenu {height: 100%; overflow-y: auto;}
.HeadSection .MobileMenuOuterArea .MobileMenu01 > a {display: flex; align-items: center; position: relative; padding: 0 60px 0 25px; height: 50px; font-size: 15px; font-weight: bold; color:#1d1f29; position:relative;}
.HeadSection .MobileMenuOuterArea .MobileMenuSetting > a {color:#728585;}
.HeadSection .MobileMenuOuterArea .MobileMenu01Include02 > a::before {content: ""; display: block; position: absolute; top: 22px; right: 25px; transform: translateY(-50%); width: 13px; height: 8px; background: url(../img/common/mmenu_ico.png) no-repeat center;  transition: all 0.2s ease; transform:rotate(0deg);}
.HeadSection .MobileMenuOuterArea .MobileMenu01 > a::after{content: ""; position:absolute; left: 20px; bottom:0; width:calc(100% - 40px); height:1px; background:#dee6e7;}
.HeadSection .MobileMenuOuterArea .MobileMenu01.current > a::after{background:#2e7179; height:2px;}
.HeadSection .MobileMenuOuterArea .MobileMenu01.current > a::before {transform:rotate(-180deg); transition: all 0.2s ease; top: 20px;}
.HeadSection .MobileMenuOuterArea .MobileMenu01 > a > span {position: relative; display: block; line-height: normal;}
.HeadSection .MobileMenuOuterArea .MobileMenu01 > a > span::before {content: ""; display: block;position: absolute; right:7px; top:5px; width: 5px; height: 55px; transition: all 0.5s; background: #333; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); z-index: -1; opacity:0; }
.HeadSection .MobileMenuOuterArea .MobileMenu01.current > a > span::before {opacity:1;}
.HeadSection .MobileMenuOuterArea .MobileMenu02Outer {display: none; background-color: #f0fafb; padding: 10px 0; margin:0 20px; text-align: left; border-bottom:1px solid #b5bec5;}
.HeadSection .MobileMenuOuterArea .MobileMenu02.current {}
.HeadSection .MobileMenuOuterArea .MobileMenu02 > a {display: block; padding: 7px 15px; margin:4px 0; font-size: 14px; font-weight: 500; color: #3a3d4f; transition: all 0.3s;}
/*.HeadSection .MobileMenuOuterArea .MobileMenu02.current > a {background-color: rgba(24,34,70,0.8); color: #fff;}*/
.HeadSection .MobileMenuOuterArea .MobileMenu02 .MobileMenu03Outer {display: none;  border: 1px solid transparent; background:rgba(255,255,255,9); border-bottom:1px solid rgba(255,255,255,0.2);}
.HeadSection .MobileMenuOuterArea .MobileMenu02 .MobileMenu03 {position: relative; margin: 12px 0;}
.HeadSection .MobileMenuOuterArea .MobileMenu02 .MobileMenu03 > a {display: block; padding-left: 28px; font-size: 14px; color: #182246; font-weight:400;}
.HeadSection .MobileMenuOuterArea .MobileMenu02 .MobileMenu03 > a::after {content:''; display: block; position: absolute; top: 8px; left: 18px; width: 2px; height: 2px; border-radius: 50%; background-color: #ff2e2e;}

/*모바일etc*/
.HeadSection .MobileMenuOuterArea.open .MobileEtc{display:block; background:#1e51b0;}
.HeadSection .MobileMenuOuterArea .MobileEtc{}
.HeadSection .MobileMenuOuterArea .MobileEtc ul li{position: relative; float: left;}
.HeadSection .MobileMenuOuterArea .MobileEtc ul li.AccountInfo{margin-left:20px;}
.HeadSection .MobileMenuOuterArea .MobileEtc ul li.Configuration{float: right;}
.HeadSection .MobileMenuOuterArea .MobileEtc ul li.LogoutButton{float: right; margin-right:50px;}
.HeadSection .MobileMenuOuterArea .MobileEtc ul li:before{position: absolute; right:0; top:18px; height: 14px; width: 1px; background: rgba(255,255,255,0.3); content: '';}
.HeadSection .MobileMenuOuterArea .MobileEtc ul li:nth-child(3n):before,
.HeadSection .MobileMenuOuterArea .MobileEtc ul li:last-child:before{display: none;}
.HeadSection .MobileMenuOuterArea .MobileEtc ul li a{line-height: 50px; color:#fff; display:inline-block;}
.HeadSection .MobileMenuOuterArea .MobileEtc ul li a img{padding:0 10px; height: 21px; opacity:1; display:inline-block; vertical-align:middle;}
.HeadSection .MobileMenuOuterArea .MobileEtc ul li.AccountInfo  a img{padding:0 6px 0 0;}
.HeadSection .MobileMenuOuterArea .MobileEtc ul li a span{ font-size:14px;}

.BodySection{ background: #fff; padding:70px 22px 22px 22px; min-height: calc(100vh - 127px)}

.FooterSection { background: #11162b; color: #ebebef; height: 35px; line-height: 35px; padding: 0px 10px; font-size: 13px; font-weight:300;}
.FooterSection strong{font-weight:500;}
.app-footer{background: #323233; color: #ebebef; height: 35px; line-height: 34px; padding: 0px 10px; font-size: 13px; font-weight:300; min-height:auto;}


/*컨텐츠탭*/
.PageTab{background: #f3f6fa; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.PageTab .PageTabList{width: 100%; display: flex;}
.PageTab .PageTabList li{flex: 0 0 8%; background: #e4e9f2; border-radius: 4px 4px 0 0 ; margin-right: 0.1%; height: 29px; line-height: 29px; overflow: hidden; font-weight: 600;}
.PageTab .PageTabList li:last-child{margin-right: 0;}
.PageTab .PageTabList li.NowTab{ background: #fff; }g
.PageTab .PageTabList li.NowTab a{color: #2b3b73;}
.PageTab .PageTabList li a{text-align: center; display: block; width: 100%; height: 100%; color: #797e8e; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px;}
.PageTab .PageTabList li a button.TabCloseBtn{background: #fafcff; height: 8px; width: 8px; position: absolute; right: 2px; top: 3px; display: inline-block;}
.PageTab .PageTabList li a button.TabCloseBtn span{justify-content: center; align-items: center; display: flex;}
.PageTab .PageTabList li a button img{}
.PageTab .tab_controll{margin-right: 5px;}
.PageTab .tab_controll .b_ico{width: 26px; height: 26px; margin-right: 5px;}

.BodyInner{padding:15px; margin-bottom: 10px;}
.Hidden,
.Hide {display: none;}
.Bold {font-weight: bold;}
.Bolder {font-weight: bolder;}
.Underline {text-decoration:underline; text-underline-position:under;}
/*.Ellipsis {text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block;}*/
.Wrap {margin:0 auto; position: relative; width: 100%;}

/*로딩중*/
.LoaderOuter{position: fixed; left:0; top:0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999; font-family: 'TheJamsil', "Noto Sans JP", "Noto Sans SC", 'Montserrat', 'Noto Sans KR', sans-serif;}
.LoaderIcon { width: 60px; height: 60px; border-radius: 50%; position: fixed; left: 50%; top: 48%; margin:-30px 0 0 -30px; animation: rotater 1s linear infinite;}
.LoaderIcon:before, 
.LoaderIcon:after { content: ""; box-sizing: border-box; position: absolute; inset: 0px; border-radius: 50%; border: 9px solid #fff; animation: prixClipFix 2s linear infinite ; }
.LoaderIcon:after{ transform: rotate3d(90, 90, 0, 180deg ); border-color: #f33e56;}
@keyframes rotater {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}
 @keyframes prixClipFix {
    0% {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50% {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}

.LoaderTxt {color: #fff; display: inline-block; font-size: 20px; font-weight: 500;  box-sizing: border-box; position: fixed; left: 50%; top: 55.5%; transform: translate(-50%, -50%); margin-left: -2px;}
.LoaderTxt::after { content: ''; width: 3px; height: 3px; background: currentColor; position: absolute; bottom: 8px; right: -6px; box-sizing: border-box; animation: animloader 1s linear infinite;}

@keyframes animloader {
  0% { box-shadow: 6px 0 rgba(255, 255, 255, 0), 20px 0 rgba(255, 255, 255, 0); }
  50% { box-shadow: 6px 0 white, 12px 0 rgba(255, 255, 255, 0); }
  100% { box-shadow: 6px 0 white, 12px 0 white; }
}


/*scrollbar*/
.DefaultScroll::-webkit-scrollbar { width: 6px;}
.DefaultScroll::-webkit-scrollbar-button:start:decrement,
.DefaultScroll::-webkit-scrollbar-button:end:increment {  display: block;  height: 5px;}
.DefaultScroll::-webkit-scrollbar-thumb {  background: #dde2e9;	border-radius: 10px;}
.DefaultScroll::-webkit-scrollbar-thumb {}
.NameList.DefaultScroll::-webkit-scrollbar,
.CarList.DefaultScroll::-webkit-scrollbar { width: 4px;}


/*stickyheader*/
.FixedHeader{position:sticky; left:0; top:0; z-index:1;}


.box{border:none;box-shadow:none; margin-bottom:0; padding-bottom:0;}
.modal{padding-right:0 !important;}

@media screen and (min-width: 768px) {
	.WTsy01{transform:translateY(1px);}
	.WTsy02{transform:translateY(2px);}
	.WTsy03{transform:translateY(3px);}
	.WTsy04{transform:translateY(4px);}
	.WTsy05{transform:translateY(5px);}
}

@media screen and (max-width: 1700px) {
	.HeadSection .MenuArea ul li.Menu01>a{font-size:14px;}
	.HeadSection .MenuArea ul li.Menu01.On>a:before, 
	.HeadSection .MenuArea ul li.Menu01.NowPage>a:before, 
	.HeadSection .MenuArea ul li.Menu01>a:hover:before{width:88%;}
	.BodySection{padding: 65px 23px 25px 23px; min-height: calc(100vh - 125px);}

}
@media screen and (max-width: 1400px) {
	/*.FooterSection{position:inherit;}*/
    .HeadSection{height: 50px;}
    /*.HeadSection .LogoArea{width: 170px;}*/
	.HeadSection .MenuArea{}
	.HeadSection .MenuArea ul li.Menu01>a{font-size:14px; line-height: 50px;}
	.HeadSection .MenuArea ul li.Menu01>a:after{right:-20px;}
	.HeadSection .MenuArea ul li.Menu01>div>ul{left:230px;}
	.HeadSection .MenuArea ul li.Menu01.On ul li{width:132px;}
	.HeadSection .MenuArea ul li.Menu01 div ul li.Menu02 ul li.Menu02 a{ font-size: 16px;}
	.HeadSection .MenuArea ul li.Menu01 div ul li.Menu02 ul li.Menu03 a{ font-size: 13px;}
	.HeadSection .EtcArea ul li a{ font-size:13px;}
	
}
@media screen and (max-width: 1200px) {
	.HeadSection{ padding:0 20px;}
	.HeadSection .LogoArea{width: auto;}
	.HeadSection .LogoArea h1.Logo a img { padding-left: 0; margin-left:0;}
	.HeadSection .MenuArea {display: none;}
	.HeadSection .EtcArea>ul>li{display:none;	}
	.HeadSection .EtcArea>ul>li>a span{font-size:0;}
	.HeadSection .EtcArea > ul > li > a{padding:0;}
	.HeadSection .EtcArea li.ThemeSelect,
	.HeadSection .EtcArea li.Language {display:block; margin-right:0; padding:0;	}
	.HeadSection .EtcArea .Language > a:after{display:none;}
	.HeadSection .EtcArea .Language > ul{width:60px; left:-22px;}
	.HeadSection .EtcArea .Language > ul > li{width:60px; padding:0; line-height:28px;}
	.HeadSection>.EtcArea ul li a img{/*height: 21px; opacity:1;*/ padding-right:15px;}
	.HeadSection .EtcArea li.Language  a img{padding-right:10px;}
    .HeadSection .MobileMenuOuterArea {display: block;}
	.HeadSection .MobileMenuOuterArea .MobileEtc ul li:before{display:none;}
	.MobileEtc{display:none;}
	.HeadSection .EtcArea .Language > a{padding-right:0; display:inline-block;}
	/*.HeadSection .EtcArea ul li.Language a img{display:block;}*/
}


@media screen and (max-width: 700px) {
	input[type=number], 
	input[type=text],
	select{height:30px; line-height:29px; font-size:12px;}
	select{background:#fff url(../img/content/select_ico.png) no-repeat right 10px top 10px;}
	.navbar-expand .navbar-nav .nav-link{padding-left:20px !important;}
	.sidebar-collapse .header-logo{display:none;}
}
@media screen and (max-width: 500px) {
	.HeadSection .EtcArea ul li:first-child a img{display:none;}
    /*scrollbar*/
	.DefaultScroll::-webkit-scrollbar { width: 4px;}
	.DefaultScroll::-webkit-scrollbar-button:start:decrement,
	.DefaultScroll::-webkit-scrollbar-button:end:increment {  display: block;  height: 4px;}
	html.not-scroll .HeadSection .header-logo {opacity: 0;}
	.HeadSection>.EtcArea ul li a img{padding-right: 9px;}
	.HeadSection>.EtcArea ul li.Language a img{padding-right:5px;}
    .HeadSection .MobileMenuOuterArea .MobileMenuOuterBg .MobileMenuOuter {max-width: 100%;}
	.BodySection{padding:65px 15px 20px 15px;}
	.FooterSection .CopyrightArea{text-align:center;}

	/*body { min-height: 100vh; min-height: -webkit-fill-available;}
	html { height: -webkit-fill-available;}
	@supports (-webkit-touch-callout: none) {
		height: -webkit-fill-available;
	}*/
	.EtcArea ul li.LogoutButton a{margin-right:20px;}
	.EtcArea > ul > li > a{padding:0 8px;}
	.EtcArea .Language > a{padding-right:20px;}
}

@media screen and (max-width: 430px) {
	.navbar-expand .navbar-nav .nav-link{padding-left:15px !important;}
}

@media screen and (max-width: 380px) {
	.HeadSection .EtcArea ul li a img{padding: 0 4px;}
	.HeadSection .EtcArea ul li:first-child{margin-right:7px; }
	.HeadSection .EtcArea .Language > ul{left:-9px;}
	.BodySection{padding:65px 15px 20px 15px;}
	/*.HeadSection .MobileMenuOuterArea .MobileEtc ul li{margin:0 15px;}*/
	.HeadSection .MobileMenuOuterArea .MobileEtc ul li:first-child{margin-left:20px;}
	.HeadSection .MobileMenuOuterArea .MobileEtc ul li a span{font-size:13px;}
}

@media screen and (max-width: 370px) {
	.EtcArea ul li.LogoutButton a{margin-right:15px;}
}



/*DarkTheme*/
.DarkTheme .HeadSection{ background:#26282e; box-shadow:3px 3px 3px rgba(22, 33, 73, 0.05), inset -5px -4px 7px rgba(255,255,255,0.05), -5px -4px 5px rgba(255, 255, 255, 0.1); border-bottom:1px solid rgba(255,255,255,0.3);}
.DarkTheme .HeadSection .LogoArea h1.Logo a img{ -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.DarkTheme .HeadSection .MenuArea ul li.Menu01 > a{color:#fff;}
.DarkTheme .HeadSection .MenuArea ul li.Menu01.NowPage>a, 
.DarkTheme .HeadSection .MenuArea ul li.Menu01.On>a{color:#fff;}
.DarkTheme .HeadSection .MenuArea ul li.Menu01.On>a:before, 
.DarkTheme .HeadSection .MenuArea ul li.Menu01.NowPage>a:before, 
.DarkTheme .HeadSection .MenuArea ul li.Menu01>a:hover:before{background:#a9e7d6;}
.DarkTheme .HeadSection .EtcArea ul li:before{display:none;}
.DarkTheme .HeadSection .EtcArea > ul > li > a{color:#fff; }
.DarkTheme .HeadSection .EtcArea ul li a img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.DarkTheme .HeadSection .EtcArea ul li.LogoutButton a{background:#2d575b;}
.DarkTheme .HeadSection .MobileMenuOuterArea.open .MobileEtc{background-color:#2f5558;}
.DarkTheme .HeadSection .MobileMenuOuterArea .MobileMenu01 > a{color:rgba(255,255,255,0.9); font-weight:300;}
.DarkTheme .HeadSection .MobileMenuOuterArea .MobileMenu01 > a::after{background:rgba(255,255,255,0.3);}
.DarkTheme .HeadSection .MobileMenuOuterArea .MobileMenuOuterBtn span{background-color:#fff;}
.DarkTheme .HeadSection .MobileMenuOuterArea .MobileMenuOuterBg .MobileMenuOuter{background-color:#24272c;}
.DarkTheme .HeadSection .MobileMenuOuterArea .MobileMenu02Outer{background:rgb(188 236 255 / 18%); border-top:1px solid rgba(255,255,255,0.8);}
.DarkTheme .HeadSection .MobileMenuOuterArea .MobileMenu02 > a{color:rgba(255,255,255,0.8); font-weight:300;}
.DarkTheme .HeadSection .MobileMenuOuterArea .MobileMenu01Include02 > a::before{background:url(../img/common/mmenu_ico_dark.png) no-repeat center;}
.DarkTheme .FooterSection{background:rgba(31,33,35,0.4); box-shadow:-3px -3px 8px rgba(255,255,255,0.05);}
.DarkTheme textarea, 
.DarkTheme input[type=number], 
.DarkTheme input[type=text]{color:rgba(255,255,255,0.9); background:transparent; font-weight:300;}
.DarkTheme select{color:rgba(255,255,255,0.9); background:transparent  url(../img/content/select_ico_w.png) no-repeat right 7px top 10px; font-weight:300;}
.DarkTheme .NoneBorder select{ background:transparent; font-weight:300;}
.DarkTheme select option {color:#fff; background:#576671; font-weight:300;}
.DarkTheme .NoneBorder input[type=number], 
.DarkTheme .NoneBorder input[type=text]{}
.DarkTheme input:disabled, 
.DarkTheme .EssentialWrite input:disabled, 
.DarkTheme select:disabled, 
.DarkTheme input:hover:disabled, 
.DarkTheme select:hover:disabled{background-color:transparent !important; border:1px solid transparent; color:#8f9597;}

.DarkTheme .ClickTr,
.DarkTheme .ClickTr td{background:rgba(255,255,255,0.03) !important;}

.DarkTheme ::-webkit-scrollbar { width: 10px; height: 10px; background: rgba(255,255,255,0.05); }
.DarkTheme ::-webkit-scrollbar-track {border:1px solid rgba(255,255,255,0.01);}
.DarkTheme ::-webkit-scrollbar-thumb { background: #25282D; border-radius:10px; border: 1px solid rgba(255,255,255,0.8);}

.DarkTheme textarea::-webkit-scrollbar,
.DarkTheme .OxScroll::-webkit-scrollbar,
.DarkTheme .OXScroll::-webkit-scrollbar,
.DarkTheme .OYScroll::-webkit-scrollbar { width: 8px; height: 8px; border-radius:10px;}
.DarkTheme textarea::-webkit-scrollbar-thumb,
.DarkTheme .OxScroll::-webkit-scrollbar-thumb,
.DarkTheme .OXScroll::-webkit-scrollbar-thumb,
.DarkTheme .OYScroll::-webkit-scrollbar-thumb{ /*background: #adbebe;  */background-clip: padding-box;  border: 1px solid #7f8e8e;}

.DarkTheme .HeadSection .EtcArea .Configuration > ul,
.DarkTheme .HeadSection .EtcArea .Language > ul{background:rgba(51,55,63,0.9); color:#fff; border-color:#96a9a9;}
.DarkTheme .HeadSection .EtcArea .Configuration > ul > li a,
.DarkTheme .HeadSection .EtcArea .Language > ul > li a{color:#fff; font-weight:300;}

.DarkTheme button img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}

/*Jquery Validate관련*/
.error {display: block;color: #f00 !important;border-color: #f00 !important;}
label.error {font-size: 12px; color: red;text-align: left; display: inline-block;margin-left: 10px;}