@charset "utf-8";

/*정렬*/
.alignL {text-align: left;}
.alignC {text-align: center;}
.alignR {text-align: right;}

/*ㅁㅏ진*/
.noMb {margin-bottom: 0 !important;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}

.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}


.clearFix::after {
    content: "";
    display: block;
    clear: both;
}
.tooltip {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grid-column-clickable {
    cursor: pointer;
    color: #308dfc;
}

.clfix:after, clfix:before {
    display: table;
    line-height: 0;
    content: "";
}

.clfix:after {
    clear: both;
}

.dimm {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    background: #000;
    opacity: .5;
}

.dimm img {
    display: block;
}

/* layout */
#wrap {
    min-width: 1200px;
}

.wrap {
    margin-top: 100px;
}

.container {
    padding: 0;
    border-top: 1px solid #f2f3f6;
    min-height: calc(100vh - 250px);
}

.content {
    width: 100%;
    max-width: 1320px;
    min-width: 1200px;
    margin: 0 auto;
    padding-top: 23px;
    padding-bottom: 23px;
    box-sizing: border-box;
}

@media screen and (max-width: 1360px) {
    .content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.column {
    float: left;
}

.left {
    width: 27%;
}

.right {
    width: 73%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* search */
.search {
    text-align: right;
    margin-bottom: 23px;
}

.search ol {
    display: inline-block;
}

.search li {
    display: flex;
    margin-right: 7px;
    line-height: 30px;
    float: left;
}

.search input[type=text], .search input[type=password] {
    width: 120px;
    height: 30px;
}

.search input[type=checkbox] {
    display: block;
    height: 30px;
    margin-right: 7px;
}

.search select {
    padding: 0 6px;
    padding-right: 36px;
    height: 30px;
    min-width: 120px;
}

.search input[type=text], .search input[type=password], .search select {
    font-size: 1em;
}

.search .btn-primary {
    color: #fff;
    background: #ef3b24;
}

.search button {
    height: 30px;
}

/* breadcrumb */
ol.breadcrumb {
    position: relative;
    height: 40px;
    display: flex;
    width: 100%;
    max-width: 1320px;
    min-width: 1200px;
    margin: 81px auto 0;
    padding-top: 0 !important;
    box-sizing: border-box;
}

@media screen and (max-width: 1360px) {
    .breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*
ol.breadcrumb::after{
    position:absolute;
    left:0; top:0;
    display: block;
    width:1px; height: 80px;
    background: #efefef;
    margin-left: -60px;
    content: '';
}
*/
ol.breadcrumb li {
    line-height: 40px;
}

ol.breadcrumb li.home {
    width: 50px;
    height: 40px;
    text-align: center;
    background: #ef3b24;
    color: #fff;
    margin-right: 15px;
}

ol.breadcrumb li:nth-of-type(n+2)::after {
    padding: 15px;
    color: #a19742;
    content: '';
    background: url(../img/breadcrumb-bar.png) no-repeat 50% 50%;
}

ol.breadcrumb li:last-of-type::after {
    display: none;
}

/* tab */
.tab {
    overflow: hidden;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

.tab button {
    background-color: #f3f2f7;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    /*font-family: inherit;*/
    font-family: 'Noto Sans KR', sans-serif;
    color: #666;
    border-radius: 0;
}

.tab button.active {
    background-color: #fff;
    color: #000;
    border: 1px solid #f3f2f7;
    border-bottom: 0;
    font-weight: 700
}

.tabcontent {
    display: none;
}

.tabcontent .table-block, .tabcontent .table-list {
    border-top: 1px solid #f3f2f7 !important;
}

.tab.item1 button {
    width: 100%;
}

.tab.item2 button {
    width: 50%
}

.tab.item3 button {
    width: 33.3%
}

.tab.item3 button:first-child {
    width: 33.4%
}

.tab.item4 button {
    width: 25%
}

/* table */
table {
    min-width: 100%;
}

#pager table,
#appPager table {
    min-width: auto;
    width: auto !important;
    border: none;
}

table th {
    min-height: 40px;
    padding: 0 8px;
    font-weight: 400;
    text-align: center;
    background-color: #f3f2f7;
    color: #000;
}

table td {
    padding: 7px 8px;
    height: 45px;
    border-left: 1px solid #dbe2ef;
    border-bottom: 1px solid #dbe2ef;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

table table tr:last-of-type td {
    border-bottom: none;
}

.table-list, .table-block {
}

.table-list th {
    line-height: 42px;
}

.table-list tbody th {
    border-bottom: 1px solid #e5e5e5
}

.table-list td {
}

.table-list td.color-green {
    color: #067c48
}

.table-list th:first-child, .table-list td:first-child, .table-block th:first-child {
    border-left: 0
}

.table-list .bd-left, .table-block .bd-left {
    border-left: 1px solid #eeeeee !important;
}

.table-list .disable td {
    color: #b4b4b4;
    background-color: #f8f8f8
}

.table-block th {
    padding: 8px 12px;
    border: 1px solid #dbe2ef;
}

.table-block table th,
.table-block table td {
    border-top: none;
}

.table-block td {
    text-align: left;
}

.table-block .title {
    background: #fff;
    padding-top: 15px;
}

.table-inner {
    margin: 5px 0;
    border: 1px solid #e5e5e5;
}

.table-inner th, .table-inner td {
    padding: 5px;
}

.table-block .table-list th {
    padding: 0;
}

.table-file {
    margin: 5px 0;
    max-width: 500px;
}

.table-file td {
    font-size: 14px;
    border: #ccc 1px solid;
    padding: 2px 5px;
}

.table-file td:first-child {
    border-right: none;
}

.table-file td:last-child {
    border-left: none;
    text-align: center;
}

.table-file .btn-small {
    font-size: 12px;
    height: 22px;
    padding: 0 9px !important;
}

table td.al-center {
    text-align: center
}

table td.al-right {
    text-align: right
}

table tr td.al-left {
    padding-left: 20px;
    text-align: left !important
}

table.border-none th, .border-none td {
    border-left: none;
}

/* pagination */
.pagination {
    margin: 10px auto;
    text-align: center;
}

.pagination a {
    color: #666;
    padding: 12px 10px;
    text-decoration: none;
    transition: background-color .3s;
    vertical-align: middle;
}

.pagination a.active {
    color: #a19742;
    font-weight: 400;
}

.pagination a:hover:not(.active) {
    color: #000;
}

.pagination a:first-child, .pagination a:last-child {
    font-size: 2em;
    padding: 0 10px;
}

/* title */
.title01 {
    float: left;
    font-size: 1.846em; /*24px*/
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 23px;
}

/* title2 관리자 자격증명페이지 */
.title02 {
    margin-top: 30px;
    font-size: 1.8em;
    font-weight: 700;
    color: #222222;
    /*border-bottom: 2px solid #000;*/
    padding: 0 0 20px 0;
}

.title01 span {
    font-size: 0.55em;
    color: #999;
    font-weight: 300;
}

h3 {
    position: relative;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 30px;
    color: #222222;
    display: inline-block;
}

/*
h3::before {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 4px;
	height: 17px;
	content: "";
	background-color: #a19742;
}
*/
h3 + button {
    margin-bottom: 3px;
    margin-left: 10px;
}

h4 {
    margin: 10px 0 5px 0;
    color: #000;
}

/* error */
.error-container {
    text-align: center;
    padding-top: 300px;
}

.error-container p {
    font-size: 30px;
    color: green;
    margin: 30px;
}

.error-container .btn-container {
    text-align: center;
    justify-content: center;
}

.error-container .btn-container button {
    width: 120px;
    margin: 5px;
}

.error-container .btn-container .btn-info {
}

/* button */
.button,
.button:hover,
.button:active {
    border: none;
    display: inline-block;
    font-family: 'Noto Sans KR', sans-serif;
    padding: 0 13px;
    letter-spacing: -0.7px;
    color: #929ab6;
    background-color: #ddddeb;
}

button[disabled] {
    opacity: 0.4;
}

.btn-primary {
    color: #fff;
    background: #ef3b24;
}

.btn-primary:hover {
    color: #fff;
    background: #ef3b24;
}

.btn-default {
    color: #fff;
    background: #308dfc;
}

.btn-default:hover {
    color: #fff;
    background: #308dfc;
}

/*
.btn-info{
    padding: 7px 15px 8px 15px;
    box-sizing:border-box;
    font-size: 12px;
    border-radius: 6px;
    background-color: #6c6c6c;
    color:#fff;
}
.btn-info[disabled],
.btn-info[disabled]:hover {
    padding: 7px 15px 8px 15px;
    box-sizing:border-box;
    font-size: 12px;
    border-radius: 6px;
    background-color: #6c6c6c;
}
*/
.btn-small {
    font-size: 12px;
    min-width: auto;
    line-height: 12px;
    padding: 8px !important;
    margin: 1px;
}

input + .btn-small {
    vertical-align: baseline;
}

.btn-big {
    padding: 30px 20px !important;
}

.mainbtn-container {
    overflow: hidden;
    padding-bottom: 23px;
    text-align: right;
}

.mainbtn-container h3 {
    float: left;
    margin-left: 10px;
}

.mainbtn-container select {
    float: left;
    margin-left: 10px;
}

.mainbtn-container .button {
    height: 30px;
    margin-left: 5px;
    float: right;
}

.mainbtn-container .btn-lg {
    width: 200px;
    margin: auto !important;
}

.mainbtn-container label {
    margin-right: 5px;
    font-weight: 500;
    color: #000;
}

.btn-container {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 7px;
}

.btn-container button {
    height: 30px;
    margin-left: 7px;
}

.btn-container button:active {
}

.btn-container button:first-of-type {
    margin-left: 0;
}

.btn-container-small {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn-group {
    margin: 3px 0;
    display: flex;
    max-width: 270px;
}

.btn-group button,
.btn-group button:hover {
    background-color: #626262;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    border-radius: 0;
}

.btn-group button:first-of-type {
    border-radius: 5px 0 0 5px;
}

.btn-group button:last-of-type {
    border-radius: 0 5px 5px 0;
}

.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group button:not(:last-child) {
    border-right: none;
}

.btn-group .lower {
    line-height: 3;
}

.btn-group-active {
    text-align: right;
    margin-bottom: 10px;
}

.btn-group-active button {
    background-color: #fff;
    border: 1px solid #e33b27;
    color: #000;
    padding: 8px;
    cursor: pointer;
    float: left;
    min-width: 90px;
}

.btn-group-active:after {
    content: "";
    clear: both;
    display: table;
}

.btn-group-active button:not(:last-child) {
    border-right: none;
}

.btn-group-active .activate {
    background-color: #e33b27;
    color: #fff;
}

.select-container {
    margin-top: 5px;
}

.select-container .btn-group {
    margin-bottom: 5px;
    margin-top: 3px;
}

/* input */
input[type=text] {
}

input[type=text], input[type=password], input[type=number], input[type=tel], select {
    min-width: 120px;
    padding: 0 5px;
    box-sizing: border-box;
    vertical-align: baseline;
    border: 1px solid #f3f2f7;
    border-radius: 7px;
    color: #666;
    font-weight: 300;
}

select {
    padding: 3px;
}

input[disabled], textarea[disabled] {
    background: #f4f4fb;
    color: #929ab6;
    box-shadow: 8px 0 4px 0 rgba(0, 0, 0, 0);
}

select[disabled] {
    background: url(../img/arrow_select.png) right center no-repeat, #f4f4fb;
    color: #929ab6;
    box-shadow: 8px 0 4px 0 rgba(0, 0, 0, 0);
}

input[type=checkbox] {
    width: auto;
}

input.date {
}

input.date.time {
}

input.full, textarea.full {
    width: 100%;
}

.radio-set .check-set {
    font-size: 14px;
}

.radio-set label, .check-set label {
    margin-right: 10px;
    margin-left: 3px;
    color: #000;
    font-weight: 300;
}

.radio-container, .check-container {
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    margin-right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radiomark, .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}

.checkmark {
    border-radius: 0;
}

.radio-container:hover input ~ .radiomark {
    background-color: #ccc;
}

.radio-container input:checked ~ .radiomark {
    background-color: #a19742;
}

.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked ~ .radiomark:after {
    display: block;
}

.radio-container .radiomark:after {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.check-container:hover input ~ .checkmark {
    background-color: #ccc;
}

.check-container input:checked ~ .checkmark {
    background-color: #ef3b24;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked ~ .checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

textarea {
    width: 100%;
    color: inherit;
    font-weight: 300;
}

/* popup */
.popup-container {
    background-color: #fefefe;
    margin: 20px;
}

.popup-container header {
    background: #a19742;
    color: #fff;
    position: relative;
    padding: 20px;
}

.popup-container header h2 {
    font-size: 1.2em;
    color: #FFF;
    border: none;
    padding: 0;
}

.popup-container .close {
    /*font-family: verdana, sans-serif;*/
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.5;
    font-weight: 300;
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    padding: 10px;
}

.popup-container .close:hover, .popup-container .close:focus {
    color: rgb(212, 238, 212);
    text-decoration: none;
    cursor: pointer;
}

.popup-container .content {
    padding: 30px;
    margin: 0;
    width: auto;
    overflow: auto;
    position: relative;
}

.popup-container footer {
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

.tree-container {
    border: 1px solid #e1e5eb;
    font-size: 0.9em;
    height: 542px;
    overflow: auto;
    border-radius: 7px;
}

.search-pop {
    margin-bottom: 10px;
}

.search-pop button {
    padding: 7px !important;
    vertical-align: bottom;
    min-width: 60px;
    margin-left: 3px;
}

/* login */
.login-container {
    padding: 40px;
    width: 300px;
    box-shadow: 0 7px 10px 0 rgba(40, 94, 218, 0.05);
    border: solid 1px #f2f6fb;
}

.login-container p {
    display: none;
}

.login-container .close {
    font-size: 2em;
    position: absolute;
    right: 5px;
    top: 0;
    padding: 6px 10px;
    cursor: pointer;
    line-height: 1;
}

.login-container h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    margin-top: 17px;
    border-bottom: none;
}

.login-container .content {
    width: auto;
    margin: 0;
    max-width: 100%;
    min-width: auto;
    padding-bottom:0;
}

.login-container label strong {
    font-size: 17px;
    color: #a19742;
    margin-top: 11px;
    margin-bottom: 2px;
    display: inline-block;
}

.login-container #doLogin {
    width: 100%;
}

.login-container span {
    margin-top: 3px;
}

.login-container span.id {
    float: left;
}

.login-container span.psw {
}

.login-container a {
    color: #757575;
    font-weight: 300;
    font-size: 12.5px;
}

.login-container a:hover {
    color: #000 !important;
}

.login-container .join {
    overflow: auto;
    width: 100%;
    margin-top: 50px;
}

.join button {
    width: 100%;
}

/* 회원가입 유형 */
.join-container {
    text-align: center;
    position: relative;
    margin: 9% auto;
}

.join-container h2 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.join-container .join {
    overflow: auto;
    width: 100%;
    margin: 50px auto;
}

.join-container .join button {
    padding: 40px 30px;
    margin: 10px;
    font-size: 1.5em;
    width: 200px;
    cursor: pointer;
}

.join-container .join img {
    display: block;
    margin: 0 auto 30px;
    opacity: 0.8;
    width: 60px;
}

.join-container .table-block {
    margin: 50px 0 30px 0;
}

.join-container .mainbtn-container .btn-lg {
    float: none;
}

.join-container td:last-of-type {
    border-right: 1px solid #f3f2f7;
}


/* text */
strong {
    font-weight: 500;
    color: #000;
}

.required {
    color: red;
}

.terms {
    font-weight: 200;
}

.terms h3 {
    margin-top: 40px;
}

.legend {
    font-size: 0.9em;
    margin: 5px;
}

.help {
    color: #ff5722;
    font-size: 0.9em;
    margin: 5px 0;
}

.al-center {
    text-align: center !important;
}

/* space */
.mar-s {
    margin-bottom: 20px;
}

.mar-m {
    margin-bottom: 40px;
}

.mar-l {
    margin-bottom: 60px;
}

.mar-ts {
    margin-top: 20px;
}

.mar-tm {
    margin-top: 40px;
}

.mar-tl {
    margin-top: 60px;
}

/* 소개 */
.text-container {
    padding: 50px 75px;
    margin-bottom: 50px;
}

.text-container strong {
    font-weight: 500;
    color: #000;
}

.text-container span {
    color: #999;
    font-size: 0.9em;
    margin-right: 3px;
}

.text-container img {
    margin-top: 60px;
}

.left-treeView, .right-contents {
    position: relative;
    min-width: 270px;
}

/* FAQ */
.accordion-container {
    clear: both;
    border-top: 1px solid #758aa6;
}

.accordion-container .accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 22px 18px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #f0f0f7;
    border-radius:0;
    text-align: left;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: 0.4s;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -0.5px;
}

.accordion-container .accordion span {
    width: 80px;
    color: #a19742;
    display: inline-block;
}

.accordion-container .active,
.accordion-container .accordion:hover {
    color: #000000;
}

.accordion-container .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion-container .active:after {
    content: "\2212";
    /*font-family: fantasy;*/
    font-family: 'Noto Sans KR', sans-serif;
}

.accordion-container .panel {
    padding: 0 18px;
    background-color: #f9f9fb;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-container .panel p {
    margin: 20px 10px;
}

/* 공지사항 */
.list-wrap-container {
    border-top: 2px solid #000;
    margin-top: 10px;
}

.list-wrap {
    border-bottom: 1px solid #c3c3c3;
}

.list-wrap li {
    display: flex;
    padding: 15px 23px;
}

.list-wrap li .text-wrap {
    width: 100%;
}

.list-wrap li .text-wrap .list-number {
    width: 50px;
    height: 20px;
    background: #89c440;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}

.list-wrap li .text-wrap .notice-title {
    font-size: 20px;
    margin: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    width: 86%;
    margin-top: 9px;
}

.list-wrap li .text-wrap .notice-title a {
    color: #555;
}

.list-wrap li .text-wrap .notice-title a:hover {
    color: #000;
}

.list-wrap li .text-wrap .notice-date {
    float: left;
}

.notice-content {
    border-bottom: 1px solid #c3c3c3;
    padding: 30px 20px;
    margin-bottom: 20px;
    font-size: 17px;
}

/* footer */
#footer {
    border-top: 1px solid #efefef;
}

.main_wrap + #footer {
    border-top: none;
}

#footer div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    width: 100%;
    height: 80px;
    text-align: center;
    box-sizing: border-box;
}

#footer a, #footer a:link {
    color: #666;
}

#footer .info1 {
    overflow: hidden;
    line-height: 27px;
}

#footer .info1 li {
    position: relative;
    display: inline-block;
    font-size: 0.923em; /*12px*/
    color: #666;
    margin: 0 9px;
}

#footer .info1 li:first-of-type a {
    color: #ef3b24;
    font-weight: 500;
}

#footer .info1 li::after {
    position: absolute;
    top: 13px;
    right: -12px;
    display: block;
    width: 1px;
    height: 1px;
    background: #ccc;
    content: '';
}

#footer p {
    font-style: normal;
    font-size: 0.923em; /*12px*/
    font-weight: 300;
    color: #666;
    line-height: 15px;
}

/* 개인정보처리방침 모달 하단 버튼 영역 */
.personal_modal .m_modal_container .m_modal_body {
    padding-top: 25px;
}

.personal_modal .m_modal_btnarea {
    text-align: right;
    padding: 25px 0px 15px;
}

.personal_modal .m_modal_btnarea button {
    margin-left: 10px;
    height: 36px;
    min-width: 110px;
}

.terms_modal .m_modal_container .m_modal_body {
    padding-top: 25px;
}

.terms_modal .m_modal_btnarea {
    text-align: right;
    padding: 25px 0px 15px;
}

.terms_modal .m_modal_btnarea button {
    margin-left: 10px;
    height: 36px;
    min-width: 110px;
}

/* 메뉴권한 */
.menu-container {
    overflow: auto;
    margin: 10px 0 20px 0;
}

.menu-container li {
    width: 158px;
    float: left;
    margin-right: 11px;
    font-weight: 400;
    line-height: 3em;
}

.menu-container li:last-of-type {
    margin-right: 0;
}

.menu-container ol > li > a {
    display: block;
    background: #f4f4fb;
    color: #758aa6;
    line-height: 45px;
    text-align: center;
}

.menu-container li a {
    color: #1b1b1b;
}

.menu-container li.active {
    background: #444;
}

.menu-container li.active li a span {
    color: #555;
}

.menu-container li.active li.active {
    background: #fff;
}

.menu-container li.active li.active a {

    font-weight: 600;
}

.menu-container li.active a {
    /*color: #fff;*/
}

.menu-container ol li ul {
    text-indent: 15px;
    line-height: 1.8em;
    overflow: auto;
    background: #FFF;
}

.menu-container ol li ul li {
    width: auto;
    text-align: left;
    margin: 0;
    padding: 0;
    float: none;
    height: auto;
    background: #FFF;
    line-height: 2em;
}

.menu-container ol li ul li:first-child {
    margin-top: 10px;
}

.menu-container ol li ul li a {
    color: #555555;
}

/* 임직원 책임자 */
.panel-container {
    border: 1px solid #eff3f1;
    background: #f7f9f8;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.panel-container button {
    padding: 8px;
    min-width: 60px;
    vertical-align: top;
    margin-left: 10px;
}

/* Grid */
.ui-jqgrid-bdiv table {
    border-bottom: none;
    border-top: none;
}

.ui-jqgrid-bdiv table td {
    border-width: 0 0 1px 1px;
    font-size: 15px;
    height: 40px;
}

.ui-jqgrid-bdiv table td:first-child,
.ui-jqgrid-hbox table th:first-child {
    border-left: none;
}

.ui-jqgrid-pager {
    position: relative;
    padding-top: 30px;
}

.sub_export_btn_area {
    position: absolute;
    z-index: 1;
}

.total-normal td {
    background: #DFF6F6 !important;
}

.total-error td {
    background: #F5F2F3 !important;
}

/* srkim */
#detailInfo .ui-jqgrid-btable input[type="text"],
#detailInfo .ui-jqgrid-btable select {
    width: 100%;
}

/* custom table */
.ui-jqgrid .ui-jqgrid-htable th {
    height: 45px;
    font-size: 0.923em; /*12px*/
    font-weight: 700;
    color: #333;
    background: #f2f3f7;
    padding: 0 7px;
    box-sizing: border-box;
    word-break: keep-all;
}

.ui-jqgrid .ui-jqgrid-htable th:first-of-type {
    border-radius: 7px 0 0 7px;
}

.ui-jqgrid .ui-jqgrid-htable th:last-of-type {
    border-radius: 0 7px 7px 0;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
    padding: 0 8px;
    font-size: 1em; /*13px*/
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
    border-bottom: 1px solid #dbe2ef;
    border-color: #dbe2ef;
}

.ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td {
}

.btn-func-delete {
    padding: 0 7px;
    background: #333;
    color: #fff;
    border: none;
    font-size: 1em;
}

#popPolicyCont .tui-editor-defaultUI {
    border-color: #f3f2f7;
}

#popPolicyCont .te-toolbar-section {
    border-color: #f3f2f7;
}


/**************************************

            버튼 스타일가이드

***************************************/

.m_red {
    color: #ef3b24;
}

.btn_red {
    height: 36px;
    color: #fff;
    background: #ef3b24;
    border-radius: 6px;
}

.btn_red.shadow {
    min-width: 110px;
    height: 34px;
    padding: 0 33px 0 34px;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 7px 10px 0 rgba(196, 68, 68, 0.17);
    background-image: linear-gradient(107deg, #f04e3b, #dc311d 103%);
}

.btn_red:hover {
    background: #ca2d1b;
    color: #fff;
}

.btn_red.shadow:hover {
    box-shadow: 0 7px 10px 0 rgba(196, 68, 68, 0.17);
    background-color: #ca2d1b;
    color: #fff;
}

.btn_red:active {
    background: #ae2717;
    color: #fff;
}

.btn_gray {
    min-width: 74px;
    height: 30px;
    padding: 0 18px;
    font-size: 12px;
    color: #929ab6;
    border-radius: 7px;
    background-color: #ddddeb;
}

.btn_gray.m_l_10 {
    margin-left: 10px;
}

.btn_darkgray {
    height: 34px;
    padding: 0 18px;
    font-size: 12px;
    border-radius: 6px;
    background-color: #6c6c6c;
}

.btn_white {
    min-width: 74px;
    height: 30px;
    padding: 0 18px;
    font-size: 12px;
    color: #000;
    border-radius: 7px;
    border: solid 1px #7a8888;
    background-color: #fff;
}

.btn_black {
    padding: 0 18px;
    font-size: 12px;
    border-radius: 6px;
    background-color: #1f1f1f;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

a.btn_black {
    color: #fff;
}

.search_btn {
    min-width: 100px;
    height: 36px;
    padding: 0 37.5px 0 38.5px;
    border-radius: 18px;
}

.upload_btn {
    /*min-width: 120px;*/
    min-width: 100px;
    height: 36px;
    border-radius: 6px;
}

.btn_success {
    min-width: 74px;
    height: 30px;
    padding: 0 11px 0 9px;
    font-size: 12px;
    border-radius: 7px;
    border: solid 1px #000;
    background-color: #ffffff;
    background: url(../img/check.png) 9px center no-repeat;
}

.sub_export_btn_area button {
    margin-right: 8px;
}

.sub_export_btn_area button:last-of-type {
    margin-right: 0px;
}
.serviceAddBtn { /* 오픈API 서비스 그룹 - 서비스그룹관리 팝업 버튼 커스텀 */
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #fff;
    border-radius: 7px;
    border: none;
    box-shadow: 0 7px 10px 0 rgba(196, 68, 68, 0.17);
    background-image: linear-gradient(107deg, #f04e3b, #dc311d 103%);
    margin-left: 5px;
    padding: 0 18px;
}

.modal_btn_red,
.modal_btn_red:hover,
.modal_btn_red:active,
.ui-dialog .ui-dialog-buttonpane .modal_btn_red,
.ui-dialog .ui-dialog-buttonpane .modal_btn_red:hover,
.ui-dialog .ui-dialog-buttonpane .modal_btn_red:active {
    min-width: 110px;
    height: 34px;
    /*padding: 0 33px 0 34px;*/
    color: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: 0 7px 10px 0 rgba(196, 68, 68, 0.17);
    background-image: linear-gradient(107deg, #f04e3b, #dc311d 103%);
}

.modal_btn_gray,
.modal_btn_gray:hover,
.modal_btn_gray:active,
.ui-dialog .ui-dialog-buttonpane .modal_btn_gray,
.ui-dialog .ui-dialog-buttonpane .modal_btn_gray:hover,
.ui-dialog .ui-dialog-buttonpane .modal_btn_gray:active {
    min-width: 110px;
    height: 34px;
    padding: 0 33px 0 34px;
    color: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: 0 7px 10px 0 rgba(149, 149, 149, 0.17);
    background-image: linear-gradient(107deg, #6a6a6a, #5e5e5e 103%);
}

.modal_btn_black,
.modal_btn_black:hover,
.modal_btn_black:active,
.ui-dialog .ui-dialog-buttonpane .modal_btn_black,
.ui-dialog .ui-dialog-buttonpane .modal_btn_black:hover,
.ui-dialog .ui-dialog-buttonpane .modal_btn_black:active {
    min-width: 110px;
    height: 34px;
    padding: 0 33px 0 34px;
    color: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: 0 7px 10px 0 rgba(149, 149, 149, 0.17);
    background-image: linear-gradient(107deg, #393939, #323232 103%);
}

/*******************************************

            input, text 스타일 가이드

********************************************/
.textcenter {
    text-align: center;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.m_input {
    border: 1px solid #efefef;
    border-radius: 0;
    box-sizing: border-box;
    padding-left: 10px;
    font-weight: 300;
}

.input_default {
    width: 100%;
    height: 30px;
    padding: 0 11px;
    border-radius: 7px;
    border: solid 1px #e8eaf1;
    background-color: #fff;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}

.inline_input {
    width: 100%;
    margin-right: 10px;
}

.inline_select.selectbox {
    margin-right: 10px;
}

.input_default:active {
    border: solid 1px #ed4936;
}

.input_default:focus {
    border: solid 1px #ed4936;
    outline: none;
}

.input_default::placeholder {
    color: #758aa6;
    font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
}

.input_default::-webkit-input-placeholder {
    color: #758aa6;
    font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
}

.input_default:-ms-input-placeholder {
    color: #758aa6;
    font-weight: 300;
    font-family: 'Noto Sans KR', sans-serif;
}

.h_newSearchArea .h_newSearch .searchWrap .searh_input:focus {
    outline: none;
}


input[type="checkbox"] {
    /*display: none;*/
}

input[type="checkbox"] + label {
    display: inline-block;
    margin-right: 14px;
    padding-left: 24px;
    line-height: 33px;
    cursor: pointer;
    background: url(../img/checkbox_off.png) left center no-repeat;
}

input[type="checkbox"] + label:active {
    opacity: 0.8;
}

input[type="checkbox"]:checked + label {
    background: url(../img/checkbox_on.png) left center no-repeat;
}

.ui-datepicker .ui-widget-content .ui-state-default.ui-slider-handle,
.ui-datepicker .ui-widget-content .ui-state-hover.ui-slider-handle,
.ui-datepicker .ui-widget-content .ui-state-focus.ui-slider-handle {
    background: #e33b27;
}

/**************************************

            검색 영역 공통 css

***************************************/

/****** 검색영역 ******/
.h_newSearchArea {
    display: flex;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto 23px;
    align-items: center;
}

.h_newSearchArea.between_area {
    justify-content: space-between;
}

/**** 타이틀 ****/
.h_newSearchArea .tit_left {
    font-size: 1.846em; /*24px*/
    font-weight: 700;
    line-height: 60px;
    padding-right: 40px;
    margin-bottom: 0;
    white-space: nowrap;
}

.h_newSearchArea .h_newSearch {
    display: flex;
    flex-grow: 1;
    align-items: center;
    width: 500px;
    height: 60px;
    margin-left: 10px;
    border-radius: 11px;
    box-sizing: border-box;
    box-shadow: 0 7px 10px 0 rgba(40, 94, 218, 0.05);
    border: solid 1px #f2f6fb;
}

.h_newSearchArea .h_newSearch .searchWrap {
    display: flex;
    min-width: 40%;
}

.h_newSearchArea .h_newSearch .searchWrap.full {
    width: 100%;
}

/**** 검색(ul, li) ****/
.h_newSearchArea .h_newSearch .h_searchSelect {
    display: block;
    position: relative;
    min-width: 170px;
    height: 60px;
    cursor: pointer;
    white-space: nowrap;
    padding-top: 0;
}

.h_newSearchArea .h_newSearch .h_searchSelect::after {
    position: absolute;
    right: -1px;
    top: 24px;
    display: block;
    width: 1px;
    height: 13px;
    background: #e3dcd9;
    content: '';
}

.h_newSearchArea .h_newSearch .h_searchSelect p,
.h_newSearchArea .h_newSearch select {
    width: 100%;
    height: 60px;
    min-width: 170px;
    line-height: 60px;
    border-radius: 11px;
    padding-left: 47px;
    padding-right: 45px;
    font-weight: 500;
    font-size: 1em;
    text-align: left;
    border: none;
    box-sizing: border-box;
    background: url(../img/icon_category.png) 20px center no-repeat, url(../img/arrow_select.png) right center no-repeat;
}

.h_newSearchArea .h_newSearch p.h_searchSelect {
    height: 60px;
    min-width: 122px;
    line-height: 60px;
    border-radius: 11px;
    padding-left: 47px;
    padding-right: 45px;
    font-weight: 500;
    font-size: 1em;
    text-align: left;
    border: none;
    box-sizing: border-box;
    background: url(../img/icon_category.png) 20px center no-repeat;
}

.h_newSearchArea .h_newSearch select {
    width: 170px;
    padding-top: 0;
    padding-bottom: 0;
}

.h_newSearchArea .h_newSearch .h_searchSelect ul {
    position: absolute;
    display: none;
    background: #fff;
    z-index: 10;
    min-width: 100%;
    margin-top: 5px;
    padding: 10px 0;
    border-radius: 11px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(40, 94, 218, 0.05);
    border: solid 1px #f2f6fb;
}

.h_newSearchArea .h_newSearch .h_searchSelect ul.on {
    display: block;
}

.h_newSearchArea .h_newSearch .h_searchSelect ul li {
    width: 100%;
    font-weight: 400;
    line-height: 30px;
    padding: 0 20px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #4d4d4d;
}

.h_newSearchArea .h_newSearch .h_searchSelect ul li:hover {
    font-weight: 600;
}

/** 커테고리 선택 input **/
.h_newSearchArea .h_newSearch .searchWrap .searh_input {
    height: 36px;
    flex-grow: 1;
    margin: 12px 10px 12px 0;
    padding-left: 20px;
    box-sizing: border-box;
    border: none;
    color: #000;
    letter-spacing: -0.7px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
}

.h_newSearchArea .h_newSearch .searchWrap input::placeholder {
    color: #9ea0ae;
    font-weight: 300;
}

.h_newSearchArea .h_newSearch .searchWrap input::-webkit-input-placeholder {
    color: #9ea0ae;
    font-weight: 300;
}

.h_newSearchArea .h_newSearch .searchWrap input:-ms-input-placeholde {
    color: #9ea0ae;
    font-weight: 300;
}

.h_newSearchArea .h_newSearch .searchWrap .searh_input:focus {
    outline: none;
}

.h_newSearchArea .h_newSearch .search_btn {
    height: 36px;
    margin-right: 20px;
    padding: 9px 0 8px 0;
    border-radius: 18px;
}

/**** 날짜선택 ****/
.h_datepicker {
    display: flex;
    align-items: center;
    width: 60%;
    border-left: 1px solid #f2f6fb;
}

.h_datepicker .datepicker {
    height: 30px;
    border: none;
    border-radius: 0;
    text-align: center;
    width: calc(100% - 150px);
}

.h_datepicker .datepicker:active {
    border-bottom: 1px solid #ed4936;
}

.h_datepicker .datepicker:focus {
    outline: none;
    border-bottom: 1px solid #ed4936;
}

/********************************************

                셀렉트 박스

********************************************/
.selectbox {
    position: relative;
    height: 30px;
    min-width: 120px;
    margin-right: 10px;
    text-align: left;
    border-radius: 7px;
    border: solid 1px #e8eaf1;
    box-sizing: border-box;
    cursor: pointer;
}

.selectbox[disabled] {
    background: url(../img/arrow_select.png) right center no-repeat, #efeff5;
    color: #929ab6;
}

.selectbox.on {
    border: 1px solid #ed4936;
}

.selectbox.full_select {
    width: 100%;
}

.selectbox p {
    line-height: 30px;
    padding-left: 12px;
    padding-right: 30px;
    font-size: 12px;
    background: url(../img/arrow_select.png) right center no-repeat;
    font-weight: 400;
}

.selectbox ul {
    display: none;
    position: absolute;
    top: 35px;
    min-width: 100%;
    background: #fff;
    z-index: 1;
    border-radius: 7px;
    box-shadow: 0 6px 10px 0 rgba(235, 71, 52, 0.13);
    max-height: 200px;
    overflow: auto
}

.selectbox.bottom ul {
    top: initial;
    bottom: 35px;
}

.selectbox ul.on {
    display: block;
}

.selectbox ul li {
    width: 100%;
    line-height: 27px;
    padding: 0 12px;
    font-size: 0.923em; /* 12px */
    box-sizing: border-box;
    word-break: keep-all;
    white-space: nowrap;
    color: #4d4d4d;
}

.selectbox ul li:hover,
.selectbox ul li:active {
    font-weight: 600;
}

/********************************************

                페이지넘버(공통)

********************************************/
.m_pager {
    margin-top: 35px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.m_pager.lineup::before {
    content: '';
}

ul.m_pagenum {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

ul.m_pagenum li {
    width: 22px;
    height: 22px;
    margin-right: 15px;
    font-size: 1em;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
}

ul.m_pagenum li:last-of-type {
    margin-right: 0;
}

ul.m_pagenum li.on {
    background: #ef3b24;
    color: #fff;
}

ul.m_pagenum li:active {
    background: #ef3b24;
    color: #fff;
    border: 1px solid #ef3b24;
}

ul.m_pagenum li.first {
    text-indent: -6000px;
    background: url(../img/first.png) center center no-repeat;
}

ul.m_pagenum li.prev {
    text-indent: -6000px;
    background: url(../img/prev.png) center center no-repeat;
}

ul.m_pagenum li.next {
    text-indent: -6000px;
    background: url(../img/next.png) center center no-repeat;
}

ul.m_pagenum li.last {
    text-indent: -6000px;
    background: url(../img/last.png) center center no-repeat;
}

.m_pager .selectbox {
    width: 120px;
}

.m_pager .selectbox p {
}


/********************************************

                    API

********************************************/


.single_search_area {
    padding-bottom: 20px;
    justify-content: flex-end;
}

.single_search_area input[type=text] {
    max-width: 350px;
    height: 35px;
    padding-left: 15px;
    padding-right: 35px;
    box-shadow: 0 7px 10px 0 rgba(40, 94, 218, 0.05);
    border: solid 1px #f2f6fb;
    background: url(../img/icon_search.png) right center no-repeat;
}

.single_select_area {
    padding: 10px 0;
}

.single_select_area select {
    max-width: 350px;
    min-width: 170px;
    box-shadow: 0 7px 10px 0 rgba(40, 94, 218, 0.05);
    border: solid 1px #f2f6fb;
}

.single_select_area .btn_gray {
    color: #fff;
    box-shadow: 0 7px 10px 0 rgba(149, 149, 149, 0.17);
    background-image: linear-gradient(107deg, #393939, #323232 103%);
}

/** 목록 추가 삭제 버튼 area **/

.m_category_select {
    padding-top: 10px;
    padding-bottom: 10px;
}

.m_category_select .m_api_btn_group {
    max-width: 155px;
    margin-top: 0;
    margin-bottom: 0;
}

.m_category_select select {
    background: none;
    margin-bottom: 10px;
}

.m_category_select .m_api_btn_group button {
    padding: 0;
    width: auto;
    flex-grow: 1;
}

.m_category_select .m_api_btn_group .up {
    width: 29px;
    flex-grow: 0;
    text-indent: -6000px;
    background: url(../img/btn_up.png) center center no-repeat, #626262;
}

.m_category_select .m_api_btn_group .down {
    width: 29px;
    flex-grow: 0;
    text-indent: -6000px;
    background: url(../img/btn_down.png) center center no-repeat, #626262;
}

/********************************************

                모달(공통)

********************************************/

.modal .modal_container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    width: 600px;
    height: 80vh;
    margin: 10vh auto;
    border-radius: 15px;
    background: #fff;
}

/**** 모달 헤더 ****/
.modal .modal_container .modal_header {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 25px 30px 14px 30px;
    background: #fff;
    border-radius: 15px 15px 0 0;
}

.modal .modal_container .modal_header .tit {
    color: #333;
    font-size: 1.231em; /* 16px */
    font-weight: 700;
}

.modal .modal_container .modal_header .modal_close {
    position: absolute;
    right: 0;
    top: -37px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    text-indent: -6000px;
    background: url(../img/cancel.png) center center no-repeat;
}

/**** 모달 바디 ****/
.modal_body {
    overflow: auto;
    height: calc(100% - 90px);
}

/** 탭 **/
.modal_body .tab {
}

.modal_body .tab ul {
    display: flex;
    flex-wrap: nowrap;
}

.modal_body .tab ul li {
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 1.077em; /* 14px */
    font-weight: 500;
    color: #aaa;
    background: #f2f3f7;
    cursor: pointer;
}

.modal_body .tab ul li.on {
    color: #333;
    background: #fff;
}

.modal_body section {
    display: none;
}

.modal_body section.on {
    display: block;
}

/** 테이블 **/
.modal_tablebox {
    box-sizing: border-box;
}

.modal_body .m_table {
    border-top: 1px solid #41464d;
    border-bottom: 1px solid #41464d;
}

.modal_body .m_table tbody {
}

.modal_body .m_table tbody td {
    text-align: left;
    padding-left: 15px;
    padding-right: 0;
}

.modal_body .m_table tbody td.last {
    border-bottom: 1px solid #41464d;
}

.modal_body .m_table tbody tr:last-of-type td {
    border-bottom: 1px solid #41464d;
}

.modal_body .m_table tbody td.gray {
    background: #f4f4fb;
    text-align: center;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
}

.modal_body .m_table tbody td .m_input {
    width: 100%;
    height: 30px;
}

.modal_flexwrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.modal_flexwrap select,
.modal_flexwrap input[type=text],
.modal_flexwrap input[type=number],
.modal_flexwrap input[type=text] {
    flex-grow: 1;
    margin-right: 10px;
}

.modal_flexwrap button {
    padding: 0;
    width: 80px;
}

.modal_body .m_table tbody .inline_checkbox {
}

/** 한 줄 체크박스 **/
.inline_checkbox {
    white-space: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.inline_checkbox label {
}

.inline_checkbox input[type="checkbox"],
.inline_checkbox input[type="radio"],
.modal_flexwrap input[type="checkbox"],
.modal_flexwrap input[type="radio"] {
    display: none;
}

.inline_checkbox input[type="checkbox"] + label {
    display: inline-block;
    min-height: 18px;
    margin-right: 14px;
    padding-left: 24px;
    line-height: 33px;
    cursor: pointer;
    background: url(../img/checkbox_off.png) left center no-repeat;
}

.inline_checkbox input[type="checkbox"]:checked + label {
    background: url(../img/checkbox_on.png) left center no-repeat;
}

.inline_checkbox input[type="checkbox"][disabled]:checked + label {
    background: url(../img/checkbox_check_disabled.png) left center no-repeat;
}

.inline_checkbox input[type="radio"] + label {
    display: inline-block;
    margin-right: 14px;
    padding-left: 24px;
    line-height: 20px;
    cursor: pointer;
    background: url(../img/radio_off.png) left center no-repeat;
}

.inline_checkbox input[type="radio"]:checked + label {
    background: url(../img/radio_on.png) left center no-repeat;
}

.inline_checkbox.single {
    text-align: center;
    justify-content: center;
}

.inline_checkbox.single input[type=checkbox] + label {
    min-width: 18px;
    padding: 0;
    margin: 0;
    background: url(../img/checkbox_off.png) left center no-repeat, #fff;
    border-radius: 3px;
}

.inline_checkbox.single input[type=checkbox]:checked + label {
    background: url(../img/checkbox_on.png) left center no-repeat;
}

/** 여러 줄 체크박스 **/
.modal_body .m_table tbody .block_cehckbox, .block_cehckbox {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 10px 0;
}

.block_cehckbox input[type="checkbox"] {
    /*display: none;*/
}

.block_cehckbox input[type="checkbox"] + label {
    display: inline-block;
    margin-right: 20px;
    padding-left: 24px;
    line-height: 26px;
    cursor: pointer;
    background: url(../img/checkbox_off.png) left center no-repeat;
}

.block_cehckbox input[type="checkbox"] + label:active {
    opacity: 0.8;
}

.block_cehckbox input[type="checkbox"]:checked + label {
    background: url(../img/checkbox_on.png) left center no-repeat;
}

/** 온 오프 체크박스**/
.toggle_checkbox {
    padding-top: 7px;
}

.toggle_checkbox .info {
    margin-right: 7px;
}

.toggle_checkbox input[type="checkbox"] {
    display: none;
}

.toggle_checkbox input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 26px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #aaa;
    cursor: pointer;
    border-radius: 17px;
    background: #f2f3f7;
    transition-duration: 0.3s;
}

.toggle_checkbox input[type="checkbox"]:checked + label {
    padding-right: 26px;
    padding-left: 5px;
    color: #fff;
    background: #0075ff;
}

.toggle_checkbox input[type="checkbox"] + label::after {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 22px;
    height: 22px;
    border-radius: 30px;
    background: #fff;
    content: '';
    transition-duration: 0.3s;
}

.toggle_checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 34px;
    width: 22px;
    height: 22px;
    border-radius: 30px;
    background: #fff;
    content: '';
}

.toggle_checkbox input[type="checkbox"] + label::before {
    content: 'OFF';
}

.toggle_checkbox input[type="checkbox"]:checked + label::before {
    content: 'ON';
}

/** 한 줄 라디오 박스 **/
.inline_radiobox {
    line-height: 40px;
}

.inline_radiobox input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    margin-right: 7px;
}

.inline_radiobox input[type="radio"]:disabled + label {
    color: #aaa;
}

.inline_radiobox input[type="radio"] + label + input[type=text] {
    margin-right: 7px;
}

/** 한 줄 라디오 박스 **/
select {
    min-width: 120px;
    height: 30px;
    border: 1px solid #f3f2f7;
    margin-left: 7px;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: -0.7px;
    color: #333;
    font-family: 'Noto Sans KR', sans-serif;
    padding-left: 7px;
    padding-right: 30px;
    text-indent: 0;
    -webkit-appearance: none; /* for chrome */
    -moz-appearance: none; /*for firefox*/
    appearance: none;
    background: url(../img/arrow_select.png) right center no-repeat;
    cursor: pointer;
}

select::-ms-expand {
    display: none; /*for IE10,11*/
}

select option {
    white-space: nowrap;
}

select:first-of-type {
    margin-left: 0;
}

/** 온오프 스위치 **/
.switch_content {
    display: none;
}

.switch_content.on {
    display: block;
}

/**** 모달 버튼 영역 ****/
.modal_button_area {
    display: flex;
    padding: 22px 30px 30px;
    overflow: hidden;
}

.modal_button_area.felx_end {
    justify-content: flex-end;
}

.modal_button_area button {
    display: block;
    height: 45px;
}


/**************************************

                엔진관리

***************************************/
.tit_input_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tit_input_area .title01 {
    margin: 0;
}

.tit_input_area .right_area {
    display: flex;
}

.tit_input_area .right_area .input_area,
.tit_input_area .right_area .select_area {
    margin-left: 30px;
}

.tit_input_area .right_area .select_area {
    display: flex;
    align-items: flex-end;
}

.tit_input_area .right_area .tit {
    margin: 15px 0 3px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: -0.08px;
    color: #868c93;
}

.tit_input_area .right_area .m_input,
.tit_input_area .right_area select {
    height: 36px;
    padding: 0 15px;
    border-radius: 7px;
    box-shadow: 0 7px 10px 0 rgba(40, 94, 218, 0.05);
    border: solid 1px #f2f6fb;
}

.tit_input_area .right_area .select_area select {
    width: 265px;
}

.tit_input_area .right_area .select_area button {
    width: 100px;
    margin-left: 15px;
}

/*************** 개인정보처리방침 ***************/

/* text : 약관내용 */
.terms_cont {
    white-space: normal;
}

.terms_cont .bold_txt {
    font-family: RixSGo EB;
    font-size: 16px;
    display: inline;
}

.terms_cont dl {
    margin: 20px 0 10px 0;
}

.terms_cont dt {
    font-weight: 500;
    margin-bottom: 10px;
}

.terms_cont dd {
    margin-top: 5px;
}

.terms_cont dd span {
    display: block;
    margin-bottom: 5px;
}

.terms_cont dd > ul {
    margin: 5px 0 10px 0;
}

.terms_cont dd > ul > li {
    margin-top: 5px;
}

.terms_cont dd > ul > li > ul {
    margin: 5px 0 5px 0;
}

.terms_cont > ul > li {
    padding: 3px 0;
}

.terms_cont > ul > li:first-child {
    padding: 0;
}

.terms_cont > ul > li > ul {
    margin: 0 0 10px 0;
}

.terms_cont > ul > li > ul > li {
    margin-top: 5px;
}

.terms_cont > ul.etc > li {
    padding: 3px 0;
    margin-left: 0 !important;
    text-indent: 0 !important;
}

.terms_cont > ul.etc > li p {
    margin: 0 !important;
}

.terms_cont .list_type06 li .list_type06 {
    margin-top: 7px;
    margin-bottom: 20px;
}

.terms_cont.type01 dl {
    margin: 30px 0 0 0;
}

.terms_cont.type01 dt {
    font-family: "RixSGo B";
    font-size: 18px;
    color: #475069;
}

.terms_cont.type01 dd {
    margin-top: 5px;
}

.terms_cont.type01 dd span {
    display: block;
    margin-bottom: 5px;
}

.terms_cont.type01 dd strong.tit {
    display: block;
    font-family: "RixSGo EB";
    margin-bottom: 7px;
    color: #333;
}

.terms_cont.type01 dd > ul > li {
    margin-top: 10px;
}

.terms_cont.type01 dd > ul > li > ul {
    margin: 5px 0 5px 0;
}

.terms_cont.type01 dd.etc > ul > li {
    margin-top: 0;
}

.cont_type02 dl {
    margin-top: 30px;
}

.cont_type02 .mt0 {
    margin-top: 0;
}

.cont_type02 dd {
    margin-top: 5px;
}

.cont_type02 dd span {
    display: block;
    margin-bottom: 5px;
}

.cont_type02 dd strong.tit {
    display: block;
    font-family: "RixSGo EB";
    margin-bottom: 7px;
    color: #333;
}

.cont_type02 dd > ul > li {
    margin-top: 10px;
}

.cont_type02 dd > ul > li > ul {
    margin: 5px 0 5px 0;
}

.cont_type02 dd.etc > ul > li {
    margin-top: 0;
}


.terms_cont .list_type06 .list_type01 .list_type02 {
    margin-left: 0;
}

.terms_cont .list_type06 .list_type02 li .list_type01 {
    margin-left: -12px;
}

.terms_cont .list_type06 .list_type01, .terms_cont .list_type06 .txt_type01 {
    margin-left: -10px;
}

.terms_cont .list_type06 .list_type02 .list_type01.etc {
    margin-top: 7px;
    margin-left: -13px;
}

.terms_cont dl dd .list_type06 li .list_type02 li {
    margin-left: -16px;
}

.terms_cont .list_type06 li .list_type02 {
    margin-top: 7px;
    margin-left: -10px;
}

.terms_cont .list_type06 li .txt_type05 {
    margin-left: -10px;
}

.terms_cont .list_type06 li {
    margin-top: 7px;
}

.terms_cont .list_undline li {
    font-family: "RixSGo B";
    text-decoration: underline
}

.terms_cont .txt_undline {
    font-family: "RixSGo B";
    text-decoration: underline
}

.terms_cont .txt_agree {
    padding: 0 7px 0 18px;
}

/* text : terms */
.terms_wrap {
    margin: 40px 0 0 0;
}

/* 기본 */
.terms_wrap.top {
    margin: 0 !important;
}

.terms_wrap h3.stit {
    margin-bottom: 20px;
    padding: 0 !important
}

.terms_wrap .add_p {
    margin-bottom: 17px;
    text-indent: 0 !important;
    margin-left: 0 !important;
}

.terms_wrap .bm01 {
    margin-bottom: 17px !important;
}

.terms_wrap > .list_type02 {
    margin-bottom: 27px;
}

.terms_wrap > ul > li {
}

.terms_wrap > ul > li:first-child {
    margin-top: 0;
}

.terms_wrap ul li ul {
    margin-top: 7px;
}

.terms_wrap > dl {
    margin: 27px 0 0 0;
}

.terms_wrap > dl > dt {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 16px;
}

.terms_wrap > dl > dd {
}

.terms_wrap > dl > dd.txt_type03s {
    margin-left: 4px !important;
    text-indent: 0 !important
}

.terms_wrap > .space_txt01 {
    margin-top: 30px;
}

/* 가)나)다) */
.terms_wrap > .space_txt01 > li .cnt {
    margin-top: 13px;
    text-indent: 0
}

.terms_wrap > .space_txt01 > li {
    margin-top: 24px;
    padding-left: 4px;
    margin-left: 22px;
    text-indent: -22px
}

.terms_wrap > .space_txt01 > li > .list_type06 > li {
    margin-left: 0;
    padding-left: 0;
    text-indent: 0px;
    margin-top: 14px;
    text-indent: -19px;
}

.terms_wrap > .space_txt01 > li > .list_type06 > li .list_type02 {
    margin-bottom: 30px;
    margin-left: -10px;
}

.terms_wrap > .space_txt01 > li > .list_type06 > li .list_type02 li {
    padding: 0 0 0 10px !important;
    margin-top: 10px !important
}

.terms_wrap > .space_txt01 > li > .list_type06 > li .li_txt {
    margin-top: 10px;
    margin-left: 22px;
    text-indent: -22px;
}


.terms_wrap > dl.type01 dt {
    padding-left: 4px;
    margin-left: 19px;
    text-indent: -23px;
    line-height: 24px
}

.terms_wrap > dl.type01 > dd {
    padding-left: 2px;
    margin-left: 22px;
    text-indent: -20px
}

/* 가)나)다) */
.terms_wrap > dl.type01 > dd span.tit {
    display: block;
    margin-bottom: 10px;
}

.terms_wrap > dl.type01 > dd > ul > li {
    margin-left: -13px;
    padding-left: 0;
    text-indent: 0px
}

.terms_wrap > dl.type01 > dd.none {
    margin-left: 0;
    text-indent: 0 !important;
    padding-left: 0;
}

.terms_wrap > dl.type01 > dd > p.add_p,
.terms_wrap > dl.type01 > dd > .list_type02 {
    margin-bottom: 27px
}

/*.terms_wrap > dl.type01 > dd > p.add_p02 {margin-bottom: 17px;text-indent: 0;margin-left: 0;}*/

.terms_wrap > dl.type02 > dt {
    display: block;
    font-family: "RixSGo EB" !important;
}

/* bl */
.terms_wrap > dl.type02 > dt strong {
    color: #475069;
}

.terms_wrap > dl.type02 > dd {
    padding: 0 0 0 10px !important;
}

.terms_wrap > dl.type02 > dd > ul {
    margin-left: -10px;
}

.terms_wrap dl.type03 > dt {
    text-align: left;
    font-family: "RixSGo EB" !important;
    margin-bottom: 10px;
}


.terms_wrap > dl > dd .tbl_data01 {
    margin-left: -22px;
    text-indent: 0;
}

.terms_wrap > dl > dd .tbl_data02 {
    margin-left: -22px;
    text-indent: 0;
}

.terms_wrap > dl > dd .tbl_define strong.tit {
    margin-left: -22px;
}

.terms_wrap > dl > dd .tbl_define > .txt_type03s {
    margin-left: -22px;
}

.terms_wrap .tbl_define {
    text-indent: 0;
    margin: 27px 0 30px 0;
}

.terms_wrap .tbl_define.tbl_mb {
    margin-bottom: 37px;
}

.terms_wrap .tbl_define strong {
    display: block;
    font-family: "RixSGo EB" !important;
    font-size: 16px !important;
    line-height: 16px;
    margin-bottom: 17px;
}

.terms_wrap .tbl_define .tbl_data01 {
    margin-bottom: 15px;
}

.terms_wrap .tbl_define .tbl_data01 .list_type02 .add_txts {
    margin-top: 5px;
    font-size: 14px;
    white-space: normal;
}

.terms_wrap .tbl_define .tbl_data01 .list_type02 .txt_type03s {
    margin-left: 0;
    font-size: 14px;
}

.terms_wrap .tbl_define .tbl_data01 td .txt_type03 {
    margin-top: 5px;
}

.terms_wrap .tbl_define .tbl_data01 td .cnt {
    margin-top: 5px;
}

.terms_wrap .tbl_define .tbl_data01 td .cnt.etc {
    text-indent: -43px;
    padding-left: 43px;
}

.terms_wrap .tbl_define .tbl_data02 {
    margin-bottom: 15px;
}

.terms_wrap .tbl_define .tbl_data02 .list_type02 .add_txts {
    margin-top: 5px;
    font-size: 14px;
}

.terms_wrap .tbl_define .tbl_data02 .list_type02 .txt_type03s {
    margin-left: 0;
    font-size: 14px;
}

/*.terms_wrap .tbl_define .tbl_data02 td .txt_type03 {margin-top:5px;}*/
.terms_wrap .tbl_define .tbl_data02 td .cnt {
    margin-top: 5px;
}

.terms_wrap .tbl_define .tbl_data02 td .cnt.etc {
    text-indent: -43px;
    padding-left: 43px;
}

.thrms_version.cnt_mb {
    margin-bottom: 50px;
}

.thrms_version {
    margin-top: 50px;
}

.thrms_version p,
.thrms_version ul li {
    color: #898989;
    font-size: 14px;
}

.term_menu {
    overflow: hidden;
    margin: 20px 0;
}

.term_menu li {
    float: left;
    width: 25%;
    line-height: 24px;
}

/************** 프로그레스바 **************/

    .progress_wrap{
        position:fixed;
        top:50%; left:50%;
        width:300px; height:18px;
        margin-left:-150px;
        margin-top:-13px;
        padding:3px;
        box-sizing:border-box;
        border:1px solid #ccc;
        border-radius:10px;
        background:#fff;
    }
    .progress_back{
        height:100%;
        background:#efefef;
        border-radius:10px;
    }
    .progress_per{
        height:100%;
        background-image: linear-gradient(95deg, #f04e3b, #dc311d 103%);
        border-radius:10px;
    }

    .modal_btn_area{
        margin: 30px 0 20px;
        text-align: right;
    }
    .modal_btn_area button{
        margin-left:10px;
    }


    /*!* 세로 회전 방지 *!*/
    /*.headerLogo .logo_badge{*/
    /*    writing-mode: horizontal-tb;*/
    /*    transform: none;*/
    /*    display: inline-block;*/
    /*    vertical-align: middle;*/
    /*    !*margin-left: 6px;*!*/
    /*}*/
