@charset "utf-8";
@import url('//fonts.googleapis.com/earlyaccess/nanumgothic.css');
* {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

body {
    font-family: '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', AppleSDGothicNeo-Regular, '돋움', Dotum, '굴림', Gulim, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}


/* 영문 설정 */

.lang-en,
:lang(en) {
    font-family: "Helvetica Neue", Helvetica, Verdana, Arial, Sans-Serief;
}


/* 목록 및 인용 */

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

*,
:after,
:before {
    box-sizing: border-box
}


/* hr 제거 */

hr {
    display: none;
}

.sb {
    background: url(../images/sv_b_20170608.png) no-repeat;
    background-size: 1000px 1000px;
    display: inline-block;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
}

.blind {
    font-size: 0!important;
    line-height: 0!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    visibility: hidden!important;
    overflow: hidden!important;
}


/* LOGIN PAGE */

.login-bg {
    background: #00c73c;
}


/* dash-board-tp */

.app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header-fixed .app-header {
    position: fixed;
    /*z-index: 1020;*/
    width: 100%;
}


/*
.header-fixed .app-body {
    margin-top: 55px;
}
*/

.app-body {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    overflow-x: hidden;
}

.app-body .main {
    flex: 1;
    min-width: 0;
}

.app-body .sidebar {
    flex: 0 0 200px;
    order: -1;
}

.app-body .aside-menu {
    flex: 0 0 250px;
}

.sidebar-fixed .sidebar {
    position: fixed;
    height: 100%;
}

.sidebar-fixed .sidebar .sidebar-nav {
    height: calc(100vh - 100px);	
	/*padding-bottom: 20px;*/
}

.sidebar-fixed .main,
.sidebar-fixed .app-footer {
    margin-left: 320px;
}

.sidebar-fixed.sidebar-hidden .main,
.sidebar-fixed.sidebar-hidden .app-footer {
    margin-left: 0;
}

.sidebar {
    padding: 0;
    overflow: hidden;
}

.sidebar .sidebar-nav {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
    width: 320px;
}
/*
.sidebar .sidebar-nav::-webkit-scrollbar {
    position: absolute;
    width: 10px;
    margin-left: -10px;
    -webkit-appearance: none;
}

.sidebar .sidebar-nav::-webkit-scrollbar-track {
    background-color: #d8d8d8;
}

.sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #969696;
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 2px;
}
*/

/*
.sidebar .nav {
    width: 200px;
    flex-direction: column !important;
}
*/

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
}

.breadcrumb::after {
    display: block;
    clear: both;
    content: "";
}

.breadcrumb-item {
    float: left;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #b0bec5;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #b0bec5;
}

.main .container-fluid {
    padding: 0 30px;
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px; 
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .navbar>.container,
    .navbar>.container-fluid {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.app-footer {
    min-height: 40px;
    padding: 0.5rem 1rem;
    line-height: 50px;
    color: #263238;
    background: #d3d6d7;
    border-top: 1px #b5b9ba solid;
}

.app-footer {
    /*flex: 0 0 40px;*/
}

.footer-logo {
    background-position: -10px -260px;
    width: 197px;
    height: 22px;
}

.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
    /*transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;*/
}

@media (max-width: 991px) {
    .app-header {
        position: fixed !important;
        z-index: 1020;
        width: 100%;
    }
    /*
    .app-header .navbar-toggler {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: inherit;
    }
    .app-header .navbar-toggler {
        color: rgba(0, 0, 0, 0.3);
    } 
    .app-header .navbar-brand {
        width: 100% !important;
        margin: 0 auto !important;
    }
    .app-header .navbar-nav {
        position: absolute;
        top: 0;
        right: 15px;
        height: inherit;
    }*/
    .app-body {
        margin-top: 55px;
    }
    .sidebar {
        position: fixed;
        width: 250px;
        height: 100%;
    }
    .sidebar .sidebar-nav,
    .sidebar .nav {
        width: 250px !important;
    }
    .main,
    .app-footer {
        margin-left: 250px!important;
    }
    .aside-menu {
        margin-right: -250px;
    }
    .header-wrap>ul {
        min-width: 800px;
    }
    /*
    .sidebar-mobile-show .sidebar {
        width: 220px;
        margin-left: 0;
    }
    .sidebar-mobile-show .sidebar .sidebar-nav {
        height: calc(100vh - 55px);
    }
    .sidebar-mobile-show .main {
        margin-right: -220px !important;
        margin-left: 220px !important;
    }
    */
}


/*
.app-body {
    margin-top: 55px;
}
*/

.app-header.navbar {
    position: relative;
    flex-direction: row;
    /*height: 55px; 2017-08-01 민병성: IE에서 레이아웃이 깨져서 주석처리 */ 
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #cfd8dc;
}

.p-h-5 {
    padding: 5px 0;
}

.p-t-0 {
    padding-top: 0;
}

.m-t-10 {
    margin-top: 10px;
}
/* start */

.login-conts-wrap {
    width: 444px;
    margin: 0 auto;
}

.n-logo {
    background-position: -10px -10px;
    width: 178px;
    height: 70px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.form-wrap {
    clear: both;
}

.form-wrap dl {
    width: 100%;
}

.form-wrap dt {
    padding: 155px 0 50px 0;
}

.form-wrap dd {}

.form-wrap dd ul {
    width: 40%;
    margin: 0 auto;
}

.form-wrap dd ul:after {
    clear: both;
    display: block;
    content: "";
}

.form-wrap dd ul li {
    color: black;
    display: inline-block;
    position: relative;
    float: left;
    text-align: center;
}

.form-wrap dd ul li:first-child {
    margin-right: 20px;
}

.form-wrap>dl>dd>ul>li>input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.form-wrap>dl>dd>ul>li>label {
    display: block;
    position: relative;
    font-size: 13px;
    padding: 0px 0px 0px 25px;
    margin: 5px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.form-wrap>dl>dd>ul>li:hover label {
    color: #FFFFFF;
}

.form-wrap>dl>dd>ul>li>.check {
    display: block;
    position: absolute;
    border: 1px solid #000000;
    background: white;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 5px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.form-wrap>dl>dd>ul>li:hover .check {
    border: 1px solid #000000;
}

.form-wrap>dl>dd>ul>li>.check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}


/* radio-button-style */

.form-wrap>dl>dd>ul>li>input[type=radio]:checked~.check {
    border: 1px solid #000000;
}

.form-wrap>dl>dd>ul>li>input[type=radio]:checked~.check::before {
    background: #000000;
}

.form-wrap>dl>dd>ul>li>input[type=radio]:checked~label {
    color: #000000;
}

.form-wrap>dl>dd>input[type=text],
.form-wrap>dl>dd>input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none
}

.form-wrap>dl>dd>input:focus {
    border: 1px #000000 solid;
}

.form-wrap>dl>dd>input[type=submit] {
    border: none;
    cursor: pointer;
    margin: 8px 0;
    display: inline-block;
}

.btn-login {
    background-position: -10px -114px;
    width: 444px;
    height: 52px;
	cursor:pointer;	/* 2017-07-04 조상기 */
}


/* 서브페이지 기본 */

.wrapper {
    min-height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.header-wrap {
    background: #00c73c;
    border-bottom: 1px #00a732 solid;
    z-index: 5;
}

.header-wrap>ul {
    width: 95%;
    padding: 13px 10px;
}

.header-wrap>ul:after {
    clear: both;
    content: "";
    display: block;
}

.header-wrap>ul>li:first-child {
    float: left;
}

.header-wrap>ul>li:last-child {
    float: right;
    color: white;
    vertical-align: middle;
}

.header-wrap>ul>li>dl {}

.header-wrap>ul>li>dl:after {
    clear: both;
    display: block;
    content: "";
}

.header-wrap>ul>li>dl>dt {
    float: left;
    vertical-align: middle;
    margin-left: 30px;
}

.header-wrap>ul>li>dl>dd {
    float: left;
    vertical-align: middle;
    margin-top: 5px;
}

.header-wrap>ul>li>dl>dd a {
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    padding: 5px 15px;
    text-align: center;
}

.header-wrap>ul>li>dl>dt label {
    padding: 0 5px;
    border: 1px rgba(255, 255, 255, 0.6) solid;
    border-radius: 3px;
    margin-left: 10px;
}

.header-wrap>ul>li>dl>dt label a {
    text-decoration: none;
    color: white!important;
    cursor: pointer;
    display: inline-block;
}

.header-wrap>ul>li>dl>dd a:link,
a:visited {
    text-decoration: none;
    color: #333333!important;
}

.header-wrap>ul>li>dl>dd a:hover {
    color: white!important;
}

.header-wrap>ul>li>dl>dd a.active {
    color: white!important;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    border-radius: 20px;
}

.admin-ico {
    background-position: -640px -130px;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    vertical-align: middle;
}

.conts-logo {
    background-position: -10px -200px;
    width: 228px;
    height: 28px;
}

.side-floater {
    background: #f2f6f8;
    transition: 0.5s;
    /* padding: 15px; */
    border-right: 1px #9a9a9a solid;
}


/* 임시 

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.side-wide {
    width: 500px;
    margin: 50px auto;
    border: 1px #9a9a9a solid;
}

.side-floater .tab-close {
    cursor: pointer;
    background-position: -500px -130px;
    width: 20px;
    height: 38px;
    position: absolute;
    top: 10px;
    right: -21px;
    overflow-x: hidden;
}
*/

.side-floater>h3 {
    padding-bottom: 10px;
    border-bottom: 1px #cccccc solid;
    margin-bottom: 10px;
    position: relative;
}

.side-floater>h3>span i {
    position: absolute;
    right: 0;
    top: 3px;
    color: #555555;
    display: inline-block;
    cursor: pointer;
    font-size: 120%;
}


/* list-tree-css */

.f-normal {
    font-weight: normal;
}


/* 트리메뉴 */

.st-treed,
.st-treed ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-image: url('../images/vdot.gif');
    background-repeat: repeat-y;
    background-position: 8px 0;
}

#tree, #tree_adgroup {
    margin-top: 20px;
    margin-bottom: 20px;
}

.st-treed a {
    text-decoration: none;
    color: #000;
    /* background-image: url('../images/folder.gif');
	background-repeat: no-repeat;
	background-position: center left;*/
    padding: 0 0 2px 0;
	display: block;
	position: relative;
	left: -20px;
	padding-left: 20px;
}

.st-treed a.selected {
	color: blue;
	/*text-decoration: underline;*/
}

.st-treed li {
    padding-top: 4px;
    padding-left: 20px;
    background-image: url('../images/corner.gif');
    background-repeat: no-repeat;
    background-position: 8px 0;
    position: relative;
}

.st-treed b {
	display: inline-block;
	line-height: 13px;
	white-space: nowrap;
	font-weight: normal;
}

.st-treed.ellipsis b {
	width: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#tree_adgroup a[data-bid-grp-id] {
/*
    white-space: nowrap;
	font-weight: normal;
    width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	*/
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal; 
	/* white-space: nowrap; */
	text-overflow: ellipsis;
    word-break: break-all;
	width: 360px;
}

.st-treed a.selected > b {
	font-weight: bold;
}

.st-treed a:hover {
    text-decoration: underline;
}

.st-treed .st-last {
    background-image: url('../images/corner.gif');
    background-position: 8px 0;
}

.st-treed .st-collapsed,
.st-treed .st-open {
    background-repeat: no-repeat;
    background-position: 4px 0;
    cursor: pointer;
}

.st-treed .st-collapsed {
    background-image: url('../images/plus.gif');
}

.st-treed .st-open {
    background-image: url('../images/minus.gif');
}

.st-treed .st-collapsed ul {
    display: none;
}

.st-treed .st-file a {
    /* background-image: url('../images/file.gif'); */
}

.st-treed a:hover {
    background-color: transparent;
	text-decoration: none;
}


/* 본문 */

.conts-wrap {
    width: 100%;
    min-width: 750px;
    height: auto;
    position: relative;
    display: flex;
    order: 2;
    background: #ffffff;
}

.conts-box {
    padding: 10px 0;
    min-width: 750px;
    width: 100%;
    /* border-right: 1px #cccccc solid; */
}

.conts-box dl {
    border-bottom: 1px #a7a7a7 solid;
}

.conts-box dt {
    border-bottom: 1px #d1d1d1 solid;
    padding: 10px 30px;
    font-weight: 600;
    vertical-align: middle;
    font-size: 110%;
    position: relative;
}

.conts-box dt i {
    color: #00c73c;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 5px;
    padding-bottom: 5px;
}

.conts-box dd {
    padding: 15px 30px;
}

.conts-box dd i {
    color: #00c73c;
    font-size: 20%;
    margin-right: 5px;
}


/* 변수 발생 */

.conts-box .title-dl {
    border: none;
    margin-bottom: 13px;
}

.conts-box .title-dl dt {
    border: none;
    padding-left: 15px;
}

.conts-box .inside-wrap {
    /* background-color: rgba(242, 242, 242, 0.5);*/
    margin-bottom: 20px;
}

.conts-box .inside-wrap {
    border: 1px #cccccc solid;
}

.conts-box .inside-wrap .tit-line {
    padding: 10px 30px;
}

.conts-box .inside-wrap dd {
    background: rgba(244, 244, 244, 0.56);
    padding: 10px 30px;
}
/* 20170717 추가수정 */
.conts-box .inside-wrap-add01 {
     border: 1px #e6e6e6 solid;
	max-height:270px;
	overflow-x:hidden;
	overflow-y:hidden;
}
.conts-box .inside-wrap-add01 dt {
     padding: 10px;
    background: rgba(255,255,255,.5);
}
.conts-box .inside-wrap-add01 dd {
    background: #ffffff;
    padding: 10px 10px 0 10px;
    position: relative;
}
.conts-box .inside-wrap-add01 dd:last-child {
    padding-bottom: 10px;
}
.conts-box .inside-wrap-add01 dd ul {
    width: 100%; 
}
.conts-box .inside-wrap-add01 dd ul li label {
    width: 80px;
    display: inline-block;
}
.conts-box .inside-wrap-add01 dd .btn-space {
    position: absolute;
    right: 10px;
    top: 10px;
}
.conts-box .inside-wrap-add01 dd .btn-space i {
    color: white;
    font-size: 13px;
    vertical-align: middle;
    
}

.color-tbl-group dl {
    padding: none;
}

.conts-box dd .w-2 label,
.conts-box dd .w-2-2 label {
    /* width: 25%; */
    display: inline-block;
    font-weight: 600;
	padding:5px 0;
}

.conts-box .color-line label {
    width: 50px;
    float: left!important;
}

.conts-box .color-line select {
    float: left!important;
    margin-right: 10px;
    width: 70px;
    max-width: 70px;
}

.conts-box dd input,
.conts-box dd select,
.conts-box dd label {
    vertical-align: middle;
}
.conts-box dd ul {
    min-width: 700px;
}
.conts-box dd ul li label {
    width: 100px;
}

.conts-box dd .w-2 input[type=text],
.conts-box dd .w-2 input[type=password],
.conts-box dd .w-2 select {
    width: 60%;
}

.conts-box dd .w-2:after,
.conts-box dd .w-3:after,
.conts-box dd .w-3-1:after,
.conts-box dd .w-3-2:after,
.conts-box dd .w-4:after,
.conts-box dd .w-5:after,
.conts-box dd .w-2-1:after {
    clear: both;
    display: block;
    content: "";
}

.conts-box dd li {
    display: inline-block;
    vertical-align: middle;
}

.conts-box dt li {
    display: inline-block;
    vertical-align: middle;
}

.conts-box dd .w-2 li {
    float: left;
    width: 40%;
    margin: 0 3% 1% 0;
}

.conts-box dt .w-2 li {
    float: left;
    width: 40%;
    margin: 0 3% 1% 0;
}


/* 
.conts-box dd .w-5 .step01 {
	display: block;
	width: 100%;
	text-align: right;
	padding-right: 10px;
}
*/

.conts-box dd .w-2 .step01 {
    margin-right: 49%;
}


/* 
.conts-box dd .w-3 li {
	float: left;
	padding: 0 3% 1% 0;
}

.conts-box dd .w-3 select {
	width: 70%;
	float: right;
}

.conts-box dd .w-3 li:first-child {
	width: 55%;
}

.conts-box dd .w-3 li:nth-child(2) {
	width: 20%;
}

.conts-box dd .w-3 li:nth-child(2) label {
	width: 20%;
}


.conts-box dd .w-3 li:first-child+li {
	width: 20%;
}

.conts-box dd .w-3 li:last-child,
.conts-box dd .w-3 li:first-child+li+li {
	float: right;
	margin-right: 0;
}

.conts-box dd .w-3 label {
	display: inline-block;
	font-weight: 600;
}

.conts-box dd .w-3 input[type=text] {
	width: 70%;
}

*/

.conts-box dd .w-3-re li {
    float: left;
    padding: 0 0 1% 0;
    background: red;
}

.conts-box dd .w-3-re select {
    width: 70%;
    float: right;
}

.conts-box dd .w-3-re li:first-child {
    width: 70%;
}

.conts-box dd .w-3-re li:last-child {
    float: right;
    width: 30%;
}

.conts-box dd .w-3-re label {
    display: inline-block;
    font-weight: 600;
}

.conts-box dd .w-3-re input[type=text] {
    width: 70%;
}

.conts-box dd .w-3-1 li {
    float: left;
    width: 27%;
    margin-right: 1%;
    vertical-align: middle;
    padding-top: 4px;
}

.conts-box dd .w-3-1 li:first-child {
    width: 43%;
    padding-top: 0;
}

.conts-box dd .w-3-1 label,
.conts-box dd .w-3-2 label {
    margin-right: 5px;
}

.conts-box dd .w-3-2 li {
    float: left;
    margin-right: 1%;
    vertical-align: middle;
}

.conts-box dd .w-3-2 li:last-child {
    padding-top: 4px;
}

.conts-box dd .w-3-2 .no-pad {
    padding-top: 0!important;
}

.conts-box dd .w-4 {
    display: flex;
}

.conts-box dd .w-4 li {
    float: left;
    width: 34%;
    /*padding: 0 10px;*/
    border-left: 1px #d1d1d1 solid;
}

.conts-box dd .w-4 li:first-child {
    border-left: 0;
    width: 34%;
    /*padding-left: 30px;*/
    margin-bottom: 10px;
}

.conts-box dd .w-4 li:last-child,
.conts-box dd .w-4 li:first-child+li+li+li {
    width: 33%;
    padding-bottom: 10px;
}

.conts-box dd .w-4 li dl {
    border-bottom: none;
}

.conts-box dd .w-4 li dt {
    border-bottom: none;
    padding: 10px;
    font-size: 100%;
    background-color: #f8fafb;
    text-align: center;
    border-bottom: 1px #d1d1d1 solid;
    margin-bottom: 10px;
}

.conts-box dd .w-4 li:first-child dt {
    padding-left: 0px;    
}

.conts-box dd .w-4 li dd {
    padding: 4px 12px;
}

.conts-box dd .w-4 li dd input[type=text],
.conts-box dd .w-4 li dd input[type=number] {
    width: 70%;
    padding: 3px 5px;
}

.conts-box dd .w-4 li dd input[type=radio],
.conts-box dd .w-4 li dd input[type=checkbox] {
    margin-right: 3px;
    vertical-align: middle;
}

.conts-box dd .w-4 li dd select {
    width: 70%;
    padding: 3px 5px;
}

.conts-box dd .w-4 li dd:after {
    clear: both;
    content: "";
    display: block;
}

.conts-box dd .w-4 li dd label {
    width: 45%;
    display: inline-block;
    float: left;
}

.conts-box dd .w-4 li dd span {
    text-align: right;
    float: right;
    width: 55%;
    padding-right: 5%;
}

.conts-box dd .w-4 li dd .other {
    /*width: 90%;*/
}

.conts-box dd .w-4 li dd .other input[type=text] {
    width: 60%;
    margin-left: 3%;
}

.conts-box dd .w-5 {
    width: 86%;
    margin-bottom: 10px;
}

.conts-box dd .w-5 li {
    float: left;
    width: 20%;
    display: inline-block;
}

.conts-box dd .w-5 input[type=time] {
    vertical-align: middle;
    font-size: 12px;
    padding: 3px;
    margin-left: 5px;
}

.conts-box dd input[type=checkbox] {
    vertical-align: middle;
    margin-left: 3%;
}


/*
.conts-box dd .w-1 {
	display: block!important;
	margin-right: 49%;
}
*/

.conts-box dd .w-1 li,
.conts-box dd .w-1-1 li {
    display: block!important;
    width: 100%;
}

.add-edit {
    position: relative;
}

.conts-box dd .w-1-1 li {
    margin-bottom: 20px;
}

.conts-box dd .w-1-1 li:last-child,
.conts-box dd .w-1-1 li:first-child+li {
    margin-bottom: 0;
}

.conts-box dd .w-1 label,
.conts-box dd .w-1-1 label {
    display: inline-block;
    font-weight: 600;
}

.conts-box dd .w-1-2 {
    width: 500px;
    margin: 30px auto;
}

.conts-box dd .w-1-2 li {
    width: 100%;
    margin-bottom: 10px;
}

.conts-box dd .w-1-2 li:last-child {
    text-align: center;
    margin-top: 30px;
}

.conts-box dd .w-1-2 li button {
    width: 80px;
    font-size: 15px;
}

.conts-box dd .w-1-2 label {
    width: 20%;
    display: inline-block;
    font-size: 12px;
    color: black;
    font-weight: 600;
}

.conts-box dd .w-1-2 input {
    float: right;
    width: 80%;
}

.conts-box dd .no-margin {
    margin-right: 0;
    width: auto;
}

.conts-box dd .free-label {}

.conts-box dd .free-label>label {
    width: auto!important;
    margin-right: 20px!important;
}

.conts-box dd .free-label>input[type=text] {
    float: none;
    width: 75%;
}

.conts-box dd .w-1-1 .in-wrap {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.conts-box dd .w-2-1 label {}

.conts-box dd .w-2-1 li {
    display: inline-block;
    position: relative;
    float: left;
}

/*
.conts-box dd .w-2-1 .ico-question {
    background-position: -806px -129px;
    width: 22px;
    height: 23px;
    cursor: pointer;
    vertical-align: middle;
}
*/

.ico-question {
    background-position: -806px -129px;
    width: 22px;
    height: 23px;
    cursor: pointer;
    vertical-align: middle;
}

.conts-box dd .w-2-1 button {
    margin-left: 10px;
}

.conts-box dd .w-2-1 li:last-child,
.conts-box dd .w-2-1 li:first-child+li {
    float: right;
}

.conts-box dd .w-2-1 input[type=checkbox] {
    margin-left: 5px;
}


/* 변수 */

.conts-box dd .w-2-3:after {
    clear: both;
    display: block;
    content: "";
}

.conts-box dd .w-2-3 label {
    margin-right: 10px;
}

.conts-box dd .w-2-3 li {
    display: inline-block;
    position: relative;
    float: left; 
}

.conts-box dd .w-2-3 li:last-child {
    margin-right: 0;
    float: right;
}

.conts-box dd .width-10 {
    width: 10%!important;
}

.conts-box dd .width-30 {
    width: 30%!important;
}

.conts-box dd .width-100 {
    width: 100%!important;
}

.conts-box dl.last-no-line {
    border-bottom: none;
	/*background-color: #f8fafb;*/    
}

.conts-box .under-line {
    border-bottom: 1px #d1d1d1 solid;
}

.conts-box .no-pad {
    padding: 0!important;
    border: 0;	
}

.choice-name {
    border: 1px #cccccc solid;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    color: #888888;
    margin-right: 10px;
    border-radius: 20px;
    margin-bottom: 5px;
}

.choice-name .active {
    border: 1px #43414e solid;
}

input[type=text],
input[type=date],
input[type=number],
input[type=password] {
    border: 1px #b7b7b7 solid;
    padding: 6px 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    display: inline-block;
    font-size: 12px;
    color: black;
}

input[type=text]::placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]::-moz-placeholder,
input[type=text]::-ms-input-placeholder {
    color: #777777;
}


/* input-type */

.input-text-st01 {}

.input-text-st02 {
    border: 1px #b7b7b7 solid;
    padding: 7px 10px;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    background: url(../images/sv_b_20170608.png) no-repeat;
    background-position: 15px -480px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calendar {
    background: url(../images/ico_date.png) no-repeat 95% 50%;
    width: 105px;
}


/* select-type */

select {
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px #c0c0c0 solid;
    background: #fafafa url(../images/ico_select.png) no-repeat 98% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    appearance: none;
    color: #666666;
    font-size: 12px;
}

.select-st01 {
    width: 70%;
    background-position: -15px -450px;
}

.select-st02 {
    width: 30%;
    background-position: -150px -450px;
}

.select-st03 {
    background-position: -175px -450px;
}

.select-st04 {
    width: 150px;
}

.select-st05 {
    background-position: -175px -450px;
}

.s-w-50 {
    width: 50px;
    max-width: 50px;
}

.s-w-60 {
    width: 60px;
    max-width: 60px;
}

.s-w-100 {
    width: 100px;
    max-width: 100px;
}

.s-w-150 {
    max-width: 200px;
    width: 150px;
    margin: 0 10px;
}

.s-w-200 {
    max-width: 300px;
    width: 200px;
    margin: 0 10px;
}

.s-w-225 {
    max-width: 300px;
    width: 225px;
    margin: 0 10px;
}

.s-w-60-p {
    max-width: 80%;
    width: 60%;
}


/* IE 10, 11의 네이티브 화살표 숨기기 */

select::-ms-expand {
    display: none;
}

.input-off-st {
    background: #f9f9f9;
}


/* 칼라들어가는 테이블 관련 */

.color-tbl-group {
    border-top: 1px #d1d1d1 solid;
    background: white;
}

.color-tbl-group>dl {}

.color-tbl-group>dl>dt {
    border-bottom: 1px #ececec solid;
    font-size: 100%;
    padding: 0;
}

.color-tbl-group>dl>dt>ul {}

.color-tbl-group>dl>dt>ul:after {
    clear: both;
    display: block;
    content: "";
}

.color-tbl-group>dl>dt>ul>li {
    width: 11%;
    margin-right: 2.9%;
    position: relative;
    text-align: right;
    padding: 10px 5px 10px 0;
}

.color-tbl-group>dl>dt>ul>li:first-child {
    width: 10%;
    text-align: center;
    border-right: 1px #ececec solid;
}

.color-tbl-group>dl>dt>ul>li .start-time {
    position: absolute;
    left: 0;
}

.color-tbl-group>dl>dt>ul>li .default-time1 {
    position: absolute;
    bottom:1px;
    left: 13%;
}

.color-tbl-group>dl>dt>ul>li .default-time2 {
    position: absolute;
    bottom:1px;
    left: 35%;
}

.color-tbl-group>dl>dt>ul>li .default-time3 {
    position: absolute;
    bottom:1px;
    left: 56%;
}

.color-tbl-group>dl>dt>ul>li .default-time4 {
    position: absolute;
    bottom:1px;
    left: 77%;
}

.color-tbl-group>dl>dt>ul>li .btn-reset {
    position: absolute;
    right: -20px;
    bottom:-4px;
}

.color-tbl-group>dl>dt>ul>li .btn-reset i {
    color: black;
    font-size: 17px;
    cursor: pointer;
    text-align: right;
}

.color-tbl-group>dl>dd {
    padding: 0;
    background: white!important;
}

.color-tbl-group>dl>dd>ul {}

.color-tbl-group>dl>dd>ul:after {
    clear: both;
    display: block;
    content: "";
}

.color-tbl-group>dl>dd>ul>li {
    width: 11%;
    margin-right: 2.9%;
    position: relative;
    text-align: right;
    padding: 10px 10px;
    vertical-align: top;
}

.color-tbl-group>dl>dd>ul>li:first-child {
    width: 10%;
    text-align: center;
    border-right: 1px #ececec solid;
    line-height: 19px;
}

/* 2018-05-04 추가 */
.color-tbl-group>span{
	text-align:center;
}

/* 스케쥴표 시간표시 영역 */

.schedule-tbl {
    width: 100%;
    border-collapse: collapse;
}

.schedule-tbl tr td {
    border: 1px #ffffff solid;
    text-align: center;
    background: #ffffff;
}


.color-tbl {
    width: 100%;
    border-collapse: collapse;
	text-align:center;
}

.color-tbl tr td {
    border: 1px #cacaca solid;
    background: #ffffff;
}

.color-tbl td:empty:after,
th:empty:after {
    content: "\00a0";
}


/* tab */

.tab-wrap {
    min-height: 100px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.tab-wrap>div {
    display: inline;
}

.tab-wrap>div>a {
    margin-left: -1px;
    position: relative;
    left: 1px;
    text-decoration: none;
    color: black;
    background: white;
    display: block;
    float: left;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ffffff;
    border-radius: 3px 3px 0 0;
    z-index: 10;
}

.tab-wrap>div:not(:target)>a {
    border-bottom: 0;
    background: -moz-linear-gradient(top, white, #eee);
}

.tab-wrap>div:target>a {
    background: white;
}

.tab-wrap>div>div {
    background: white;
    left: 0;
    top: 28px;
    bottom: 0;
    right: 0;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 0 3px 3px 3px;
    width: 78%;
}

.tab-wrap>div>div label {
    margin-right: 10px;
}

.tab-wrap>div:not(:target)>div {
    position: absolute
}

.tab-wrap>div:target>div {
    position: absolute;
    z-index: -1;
}

.find-search {
/*    background: url(../images/ico_search2.png) no-repeat 98% 50%;*/
    width: 70%;
}

.footer-wrap {
    background: #d3d6d7;
    padding: 10px 0 15px 10px;
    border-top: 1px #b5b9ba solid;
    overflow: hidden;
    width: 100%;
    z-index: 60;
}

.footer-logo {
    background-position: -10px -260px;
    width: 197px;
    height: 22px;
}


/* btn-group */

.a-center {
    text-align: center;
}

.a-right {
    text-align: right;
}


/* 
.a-p-right {
	position: absolute;
	right: 30px;
	text-align: right;
	top: 70px;
}
*/

.btn-group {
    position: absolute;
    right: 30px;
    bottom: 10px;
}

.btn-group2 {
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.btn-group3 {
    position: absolute;
    right: 20px;
    bottom: 7px;
}

.btn-group3 i {
    color: white!important;
    line-height: 5px;
    vertical-align: middle;
}

.btn-group4 {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.btn-group4 i {
    color: white!important;
    line-height: 0;
    vertical-align: middle;
    padding-top: 3px;
}

.btn-group4 button {
    font-size: 105%;
}

.btn-group5 {
    text-align: right;
    margin-top: 10px;
}

.btn-group5 i {
    color: white!important;
    line-height: 17px;
    vertical-align: middle;
    font-size: 15px!important;
}

.btn-group5 button {}

.btn-etc {
    background: none;
    border: none;
    cursor: pointer;
}

.btn-etc i {
    color: black!important;
    font-size: 20px!important;
}

button {
    font-size: 12px;
    font-weight: 600;
}

.btn-green {
    background: #00c73c;
    border-radius: 3px;
    text-align: center;
    color: white;
    padding: 5px 10px;
    border: 1px #05a536 solid;
    line-height: 15px;
    cursor: pointer;
}

.btn-gray {
    background: #9da1aa;
    border-radius: 3px;
    text-align: center;
    color: white;
    padding: 5px 10px;
    border: 1px #8a8f9b solid;
    line-height: 15px;
    cursor: pointer;
}

.btn-dgray {
    background: #60646d;
    border-radius: 3px;
    text-align: center;
    color: white;
    padding: 5px 10px;
    border: 1px #565962 solid;
    line-height: 15px;
    cursor: pointer;
}

.btn-lgray {
    background: #e6e8ec;
    border-radius: 3px;
    text-align: center;
    color: white;
    padding: 5px 10px;
    border: 1px #dfe1e5 solid;
    line-height: 15px;
    cursor: pointer;
}

.btn-red {
    background: #ff0000;
    border-radius: 3px;
    text-align: center;
    color: white;
    padding: 5px 10px;
    border: 1px #ea0000 solid;
    line-height: 15px;
    cursor: pointer;
}

.btn-blue {
    background: #5683ff;
    border-radius: 3px;
    text-align: center;
    color: white;
    padding: 5px 10px;
    border: 1px #4a6dff solid;
    line-height: 15px;
    cursor: pointer;
}

/* 2018-06-12 추가 */
.btn-orange {
    background: #FF8C00;
    border-radius: 3px;
    text-align: center;
    color: white;
    padding: 5px 10px;
    border: 1px #FFA500 solid;
    line-height: 15px;
    cursor: pointer;
}

.btn-default {
    background: #ffffff;
    border-radius: 3px;
    text-align: center;
    color: #555555;
    padding: 5px 10px;
    border: 1px #b9bcc1 solid;
    line-height: 15px;
    cursor: pointer;
}

.ico-excel {
    background: #e6e8ec url(../images/ico_excel.png) no-repeat 5% 50%;
    border: 1px #d3d5d9 solid;
    cursor: pointer;
    color: black;
    padding-left: 30px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}

.ico-search {
    background: #00c73c url(../images/ico_search.png) no-repeat 2% 50%;
    border-radius: 3px;
    padding-left: 25px;
    cursor: pointer;
    color: white;
    border: 1px #05a536 solid;
    font-size: 12px;
    font-weight: 600;
}


/* ico-group */

.spacer {
    z-index: 1;
}

.spacer i {
    font-size: 140%;
    vertical-align: middle;
    margin-right: 3px;
}

.spacer span {
    color: white;
    text-align: center;
    width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 13px;
    border-radius: 3px;
    font-size: 87%;
    margin-right: 3px;
}

.spacer>ul {
    padding: 15px 10px 25px 0px;
    background: none;
    margin-bottom: 15px;
}

.spacer>.depth-campaign {
    padding: 15px 5px 15px 0px;
    margin-bottom: 15px;
    background-image: url('../images/vdot.gif');
    background-repeat: repeat-y;
    /*background-position: 40px 0;*/
}

/*
.spacer>.depth-campaign>li {
        background-image: url('../images/vdot.gif');
    background-repeat: repeat-y;
    background-position: 8px 0;
}
*/
/* depth one manager */
/*
.spacer>ul>li>ul>li>span {
    background: red;
    border: 1px #cb0000 solid;
}
*/
.spacer span.icon_manager {
    background: red;
    border: 1px #cb0000 solid;
}

/* depth two agency */

.spacer span.icon_advertiser {
    background: #00c73c;
    border: 1px #00ab34 solid;
}


/* depth four group  */

.spacer>.depth-campaign>li>ul>li>span {
    background: #404041;
    border: 1px #2e2e2f solid;
}


/* depth three campaign  */

.spacer span.icon_campaign,
.spacer>.depth-campaign>li>span {
    background: #00a6cf;
    border: 1px #008db0 solid;
}

/* 2018-06-07 최적화 작업 : 캠페인 리스트 색상변경 */
.spacer span.icon_campaign.running {
    background-color: #3366ff;
    border: 1px #3300ff solid;
}

.spacer span.icon_campaign.notbid {
    background-color: white;
    border: 1px #3300ff solid;
}

.spacer span.icon_campaign.inactive {
    background-color: gray;
    border: 1px #696969 solid;
}

.spacer li.tree_node_campaign {
    position: relative;
}

.spacer li.tree_node_campaign button {
    /*position: absolute;*/
    color: white;
    font-size: 11px;
    padding: 1px 5px;
    background: #84868c;
    font-weight: normal;
    font-family: "돋움", Dotum!important;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
	float: right;
	line-height: normal;
}

.spacer>ul>li>ul>li>ul>li>ul>li button:hover {
    background: #3e3f43;
}


/* depth three campaign  */

.spacer>.depth-campaign>li>ul>li>span, .icon_bid_group {
    background: #8BC34A;
    border: 1px #008000 solid;
}

.spacer .icon_bid_group[data-schedule-exists='N'] {
	background-color: gray;
	border:1px #696969 solid;
}

.spacer .disabled,
.spacer .depth-campaign .disabled {
    color: #9f9f9f!important; 
    opacity: 0.8;
   /* cursor: not-allowed;  */
}

.spacer .disabled a,
.spacer .depth-campaign .disabled a {
    /* color: #9f9f9f!important; */
}

.spacer .disabled span,
.spacer .depth-campaign .disabled span {
    background: #c7c7c7;
    border: 1px #b0b0b7 solid;
}

.side-floater .button-group {
    background: #00c73c;
    font-size: 13px;
    border: 1px #00992e solid;
    border-radius: 5px;
    overflow: hidden;
    width: calc(250px - 20px);
    margin: 10px auto;
    margin-bottom: 0;
    text-align: center;
    box-sizing: content-box;
}

.side-floater .button-group:after {
    clear: both;
    display: block;
    content: "";
}

.side-floater .button-group .client-list,
.side-floater .button-group .account-structure {
    color: white;
    text-align: center;
    float: left;
    width: 50%;
    padding: 5px 0;
    font-weight: 500;
	cursor: pointer;
}


/*
.side-floater .button-group .account-structure { 
    background: #ededed;
    width: 50%;
    float: right;
    padding: 5px 0;
    color: #a5a5a5;
    font-weight: 400;
}
*/

.side-floater .button-group .off {
    background: white;
    color: #63cb82;
    font-weight: 500;
    background: #ffffff;
    width: 50%;
    float: left;
    padding: 5px 0;
    color: #a5a5a5;
    font-weight: 400;
    cursor: pointer; 
}

.menu-btn-wrap {
    margin: 20px 10px;
}

.menu-btn-wrap:after {
    clear: both;
    display: block;
    content: "";
}

.menu-btn-wrap li {
    float: left;
    margin-right: 5px;
}

.menu-btn-wrap li:last-child {
    margin-right: 0;
}

.menu-btn-wrap li i {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    font-size: 15px;
    font-weight: normal;
    margin-right: 2px;
}

.menu-btn-wrap button {
    background: #9da1aa;
    border-radius: 3px;
    text-align: center;
    color: white;
    padding: 5px 10px;
    border: 1px #8a8f9b solid;
    line-height: 15px;
    cursor: pointer;
}

.menu-btn-wrap button:hover {
    background: #00c73c;
    border-radius: 3px;
    text-align: center;
    color: white;
    padding: 5px 10px;
    border: 1px #05a536 solid;
    line-height: 15px;
    cursor: pointer;
}

.menu-btn-wrap button.active {
    background: #00c73c;
    border-radius: 3px;
    text-align: center;
    color: white;
    padding: 5px 10px;
    border: 1px #05a536 solid;
    line-height: 15px;
    cursor: pointer;
}


/* depth-menu */

.depth-menu {
    border-bottom: 1px #828282 solid;
   /* margin-bottom: 20px; */
}

.depth-menu ul {
    width: 100%;
    min-width: 730px;
    margin-top: 10px;
}

.depth-menu ul:after {
    clear: both;
    display: block;
    content: "";
}

.depth-menu li {
    float: left;
    width: 16%;
    text-align: left;
}

.depth-menu li a {
    padding: 10px 0;
    font-weight: 70;
    text-decoration: none;
    display: inline-block;
    width: 80%;
    color: #919191;
	cursor:pointer;
}

.depth-menu li a:hover {
    border-bottom: 2px #00c73c solid;
    color: #505050;
}

.depth-menu li a.active {
    border-bottom: 2px #00c73c solid;
    color: #505050;
    font-size: 110%;
}


/* table style */

.tbl-st01,
.tbl-st02,
.tbl-st03,
.tbl-st04,
.tbl-st05,
.tbl-st06,
.tbl-st07 {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.tbl-st01 th,
.tbl-st01 td,
.tbl-st02 th,
.tbl-st02 td,
.tbl-st03 th,
.tbl-st03 td,
.tbl-st04 th,
.tbl-st04 td,
.tbl-st05 th,
.tbl-st05 td,
.tbl-st06 th,
.tbl-st06 td,
.tbl-st07 th,
.tbl-st07 td {
    padding: 7px;
    border-collapse: collapse;
}

.tbl-st01 thead th,
.tbl-st02 thead th,
.tbl-st03 thead th,
.tbl-st04 thead th,
.tbl-st05 thead th,
.tbl-st06 thead th,
.tbl-st07 thead th {
    background: #f8fafb;
    color: black;
    font-weight: normal;
    border: 1px #d1d1d1 solid;
    border-top: none;
}

.tbl-st01 th:first-child,
.tbl-st01 td:first-child,
.tbl-st02 th:first-child,
.tbl-st02 td:first-child,
.tbl-st03 th:first-child,
.tbl-st03 td:first-child,
.tbl-st04 th:first-child,
.tbl-st04 td:first-child,
.tbl-st05 th:first-child,
.tbl-st05 td:first-child,
.tbl-st06 th:first-child,
.tbl-st06 td:first-child,
.tbl-st07 th:first-child,
.tbl-st07 td:first-child {
    border-left: none;
}

.tbl-st01 th:last-child,
.tbl-st01 th:first-child+th+th+th+th+th+th+th,
.tbl-st01 td:last-child,
.tbl-st01 td:first-child+td+td+td+td+td+td+td,
.tbl-st02 th:last-child,
.tbl-st02 th:first-child+th+th+th+th+th+th+th,
.tbl-st02 td:last-child,
.tbl-st02 td:first-child+td+td+td+td+td+td+td,
.tbl-st03 th:last-child,
.tbl-st03 td:last-child,
.tbl-st04 th:last-child,
.tbl-st04 td:last-child,
.tbl-st05 th:last-child,
.tbl-st05 td:last-child,
.tbl-st06 th:last-child,
.tbl-st06 td:last-child,
.tbl-st07 th:last-child,
.tbl-st07 td:last-child {
    border-right: none;
}

.tbl-st01 tbody td,
.tbl-st02 tbody td,
.tbl-st03 tbody td,
.tbl-st04 tbody td,
.tbl-st05 tbody td,
.tbl-st06 tbody td {
    border: 1px #e2e2e2 solid;
	background-color: white;
}

.tbl-st01 td:first-child,
.tbl-st01 td:nth-child(4),
.tbl-st01 td:first-child+td+td+td,
.tbl-st01 td:first-child+td+td+td+td+td+td+td,
.tbl-st01 td:last-child {
    text-align: center;
}

.tbl-st01 td:nth-child(3),
.tbl-st01 td:nth-child(5),
.tbl-st01 td:nth-child(6),
.tbl-st01 td:nth-child(7),
.tbl-st01 td:first-child+td+td,
.tbl-st01 td:first-child+td+td+td+td,
.tbl-st01 td:first-child+td+td+td+td+td,
.tbl-st01 td:first-child+td+td+td+td+td+td {
    text-align: right;
}

.tbl-in-delete {
    background-position: -694px -130px;
    width: 15px;
    height: 16px;
    cursor: pointer;
}

.tbl-st02 td,
.tbl-st03 td,
.tbl-st05 td {
    text-align: right;
}

.tbl-st02 td:first-child {
    text-align: center;
}

.tbl-st02 td:nth-child(2),
.tbl-st02 td:first-child+td {
    text-align: left;
}

.tbl-st03 td:first-child {
    text-align: left;
}

.tbl-st04 td:first-child,
.tbl-st04 td:last-child {
    text-align: center;
}

.tbl-st04 td:nth-child(4),
.tbl-st04 td:nth-child(5) {
    text-align: right;
}

.tbl-st05 td:nth-child(2) {
    text-align: left;
}

.tbl-st06 td {
    text-align: center;
}

.tbl-st06 td button {
    font-weight: normal;
    padding: 3px 7px;
}

.tbl-st07 td {
    text-align: center;
}

.tbl-st07 td:nth-child(2) {
    text-align: left;
}


/* progress */

.progress {
    height: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.progress-bar {
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease;
    transition-property: width;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    transition-delay: initial;
    background-color: #5cb85c;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, .1) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}


/* pagenation */

.page-wrap {
    text-align: center;
    padding: 10px;
}

.pagination {
	width:100%;
    display: inline-block;
}

.pagination a {
    color: black;
/*    float: left;*/
    padding: 4px 8px;
    text-decoration: none;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 0 2px;
    border-radius: 3px;
    vertical-align: middle;
}

.pagination a.left-arrows {
    font-size: 20px;
}

.pagination a.right-arrows {
    font-size: 20px;
}

.pagination a.active {
    background-color: #00c73c;
    color: white;
    border-radius: 3px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 3px;
}


/* modal */

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fafafa;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px rgba(0, 0, 0, 0.48) solid;
    /*border: 1px solid rgba(0, 0, 0, .2);*/
    border-radius: 5px;
    outline: 0;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
    overflow: hidden;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #00c73c;
}

.modal-header h4 {
    font-size: 17px;
    color: white;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.38);
}

.modal-header .close {
    margin-top: -2px
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-body input[type=text]:focus {
    outline-color: #00c73c;
}

.modal-body select {
    background-color: #ffffff;
}

.modal-body p {
    text-align: center;
    font-weight: 600;
}

.modal-body p label {
    margin-right: 10px;
}

/* 2018-06-15 추가 */
.modal-body h5{
	 font-size: 15px;
	 font-weight:600;
	 color:#aaa;
}
.modal-body i{
vertical-align:middle; 
font-size:15px; 
color:#00c73c;
}
/* 2018-06-18 추가 */
.modal-body input[type=radio]{
	cursor:pointer;
}
.modal-body th{
	text-align:center;
}

.modal-footer {
    padding: 15px;
    text-align: center;
    background: #ffffff;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn {
    font-size: 15px;
    padding: 7px 20px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.lg-modal-panel {
    
}

/* 2018-05-03 순위기반 작업 */
.modal-input{
	padding-top:15px;
}
	.modal-input input{
		cursor:pointer;
		vertical-align:middle;
	}

@media (min-width:368px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
	.modal-dialog2 {
        width: 700px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 2px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.close {
    float: right;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=30);
    opacity: .3
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=1);
    opacity: 1
}

.add-client {
    width: 90%;
    margin: 20px auto;
}

.add-client li {
    margin-bottom: 5px;
}

.add-client li:before {
    content: "•";
    /* Insert content that looks like bullets */
    padding-right: 5px;
    color: #00c73c;
    vertical-align: top;
    line-height: 1;
    font-size: 150%;
    /* Or a color you prefer */
}

.add-client li label {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    font-weight: 600;
    margin-right: 0!important;
}

.add-client li label+div {
    display: inline-block;
    width: 70%;
}

.add-client li input {
    width: 100%;
}

.add-client li input:disabled {
    background: #efefef;
    color: #999999;
}

.add-client>.address-wrap>div>input {
    margin-bottom: 5px;
}

.add-client>.address-wrap>div>input+button {
    margin-left: 5px;
}

.add-client li input:focus {
    outline-color: #00c73c;
}

.add-client>.file-upload>div {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.add-client>.file-upload>div>input[type=text] {
    width: 70%;
    z-index: 30;
}

.add-client>.file-upload>div>input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 80;
    width: 100%;
}

.add-client>.file-upload>div>.replace {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    cursor: pointer;
}


/* color-mark */

.color-mark {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

.m-tp01 {
    background: red;
}

.m-tp02 {
    background: #960000;
}

.m-tp03 {
    background: #ff8900;
}

.m-tp04 {
    background: #7b7b7b;
}

.m-tp05 {
    background: #ffd800;
}

#naver_search_btn{
	cursor:pointer;
	margin: 0 0 -5px 10px;
}

#color_picker{
	cursor:pointer;
	float:none;
	width:20%;
}

.schedule_days{
	cursor:pointer;
}

.check_label{
	cursor:pointer;
}

.group_help_view_layer {
	display:none;
	position:absolute;
	z-index:1;
	background:#f9ff9e;
	border-radius: 3px;
	text-align: left;
	padding: 5px 10px;
	border: 1px #333 solid;
	line-height: 15px;
	cursor: pointer;
}

.help_view_layer {
    display:none;
    position:absolute;
    z-index:1;
    background:#f9ff9e;
    border-radius: 3px;
    text-align: left;
    padding: 5px 10px;
    border: 1px #333 solid;
    line-height: 15px;
    cursor: pointer;
}

.keyword_help_view_layer {
    display:none;
    position:absolute;
    z-index:1;
    background:#f9ff9e;
    border-radius: 3px;
    text-align: left;
    padding: 5px 10px;
    border: 1px #333 solid;
    line-height: 15px;
    cursor: pointer;
}

/* BEGIN: 모달창 세로 가운데 정렬 */
.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-dialog2 {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/* END: 모달창 세로 가운데 정렬 */

.input_span{
	vertical-align:top;
	display:inline-block;
	padding:5px 0px;
	width:60%;
}

.input_kor{ime-mode:active;}
.input_eng{ime-mode:disabled;}

/* 2017-08-01 민병성 */
.active_group {
	cursor: pointer;
}

#per_page {
	float:right;
	width:110px;
	cursor:pointer;
}

.spacer a[data-status='N'] > span.icon_advertiser {
    background-color: gray;
    border: 1px #00ab34 solid;
}

/*.spacer a[data-cust-idx=''] > span.icon_advertiser {
    background-color: gray;
    border: 1px #00ab34 solid;
}*/

/*.spacer a[data-cust-idx='']:not([data-ct-log-id='']) > b {*/
.spacer a[data-cust-idx=''][data-status='Y'] > b {
	color: red;
}

#manualModal .list-group {

}

#manualModal .list-group-item {
	padding-top: 16px;
}

#manualModal .list-group-item>a {
	text-decoration: none;
}

.bid-status-specified>td {
	background-color: #cf8273 !important;
	font-weight: bold;
	color: white;
}

.bid-status-y>td {
	background-color: #00c73c !important;
	font-weight: bold;
	color: white;
}

.bid-status-n>td {
	color: lightgray;
}

.question-circle {
    position: relative;
    overflow: visible;
}

.question-circle:hover .help_view_layer .keyword_help_view_layer {
    color: black;
    display: block;
    position: absolute;
    top: 25px;left: 25px;
    position: absolute;
}

span.bid-plan-count, span.bid-keyword-count {
    display: inline-block;
    width: auto;
    position: absolute;
    top: 6px;
    right: 6px;
    background: gray;
    border-radius: 5px;
    padding: 0 4px;
}

/* 다중선택 관련 스타일 */
.bid-type-controls {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 10px;
    vertical-align: middle;
}

.bid-type-controls input[type="checkbox"] {
    margin: 0;
    width: 14px;
    height: 14px;
}

.bid-type-controls .btn-delete-multiple {
    background: #dc3545;
    color: white;
    border: none;
    padding: 2px 6px;
    font-size: 10px;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
}

.bid-type-controls .btn-delete-multiple:hover {
    background: #c82333;
}

/* 입찰그룹 아이템 스타일 */
.bid-group-item {
    position: relative;
    display: flex;
    align-items: center;
}

.bid-group-item a {
    flex: 1;
    display: inline-block;
}

.bid-group-checkbox {
    margin-left: 5px;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* 키워드 검색 타입 셀렉트박스 스타일 */
#search_type2 {
    margin-left: 5px;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 12px;
    background-color: white;
    vertical-align: middle;
}

#search_type2:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
/* 2018-05-24 설명 */
.explain-comment{
	font-weight:500;
	color:gray;
}