@charset "utf-8";

/*btn style*/
.btn {
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
    padding: 0 10px;
    color: #fff
}
@media (max-width: 1000px) {
    .btn {
        padding: 0 5px;
    }
    #popstyle .btn,
    #popstyle2 .btn,
    #popstyle3 .btn {
        padding: 0 10px;
    }
}

/* 버튼 우측정렬 추가 */
.r2,.b2, .g2, .btn_right  {
    float: right;
    margin-right: 4px;
}

.g,.g2, .filebox label,.b,.r,.r2 , .lg,.b2, .b12,.e {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(rgb(82, 101, 120) 5%, rgb(50, 64, 78) 100%);
    border: 1px solid rgb(42, 55, 67);
    text-shadow: rgb(60, 60, 60) 0px 1px 0px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    color: #fff;
    height: 24px;
}
.g:hover,.g2:hover ,.b:hover,.r:hover, .r2:hover, .lg:hover, .b2:hover, .b12:hover,
.e:hover {
    background: linear-gradient(rgb(99, 119, 141) 5%, rgb(61, 76, 91) 100%);
}
.g:active,.g2:active, .b:active,.r:active, .r2:active, .lg:active, .b2:active, .b12:active,
.e:active {
    background: linear-gradient(#2c3742 5%, #2c3742 100%);
}

.admin {
    border: 2px solid #d3dadf;
}
.admin2 {
    background-color: #d3dadf;
    padding: 2px;
}


/*form style*/
#data input[type="text"] {
    background: #fff;
    border: solid 1px #b7bac6;
    font-size: 12px;
    min-width: 90px;
    height: 24px;
    padding: 0 4px 0 4px;
    font-family: '돋움', dotum
}

#data input[type="password"] {
    background: #fff;
    border: solid 1px #b7bac6;
    font-size: 12px;
    min-width: 90px;
    height: 24px;
    padding: 0 4px 0 4px;
    font-family: '돋움', dotum
}

#data select {
    background: #fff;
    border: solid 1px #b7bac6;
    font-size: 12px;
    font-family: '돋움', dotum;
    height: 24px
}

#data img {
    cursor: pointer
}

#data input[type="radio"] {
    background: transparent;
    margin: 0 4px 0 2px
}

#data input[type="checkbox"] {
    background: transparent;
    margin: 0 4px 0 2px
}

#data textarea {
    background: #fff;
    border: solid 1px #b7bac6;
    font-size: 12px;
    padding: 5px;
    font-family: '돋움', dotum;
    text-align: left;
    line-height: 160%
}



.filebox {
    display: inline-block
}

.filebox label {
    border-radius: 4px;
    cursor: pointer;
    padding: 0 10px 0 10px;
    font-size: 12px;
    
}
@media (max-width: 1000px) {
    .filebox label {
        padding: 0 5px;
    }
}

.filebox label:before {
    content: url("/images/btn13_icon.png");
}

.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.filebox div span {
    color: #ee7812;
    font-weight: bold;
}

.filebox2 {
    display: inline-block
}

.filebox2 label {
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
    padding: 0 30px 0 30px;
    color: #fff;
    background: url('/images/btn10_bg.png') repeat;
    height: 24px
}

.filebox2 input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}


.filebox3 {
    display: inline-block
}

.filebox3 label {
    display: inline-block;
    border-radius: 4px;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
    padding: 0 10px 0 10px;
    color: #fff;
    background: url('/images/btn07_bg.png') repeat;
    height: 24px
}

.filebox3 label:before {
    content: url("/images/btn13_icon.png");
    vertical-align: middle;
    margin: 2px 4px 0 0;
    display: inline-block
}

.filebox3 input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}


.filename {
    display: inline-block;
    vertical-align: middle;
}

.filename a {
    color: #666
}

.filename div {
    margin: 0 10px 0 0;
    display: inline-block
}

.filename font {
    margin: 0 0 0 2px !important
}

.filename .btn_x {
    height: 14px;
    width: 14px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    border: solid 1px #636363
}

.filename span {
    display: inline-block;
    margin: 3px 0 0 3px
}

.btn_x {
    height: 12px;
    width: 12px;
    display: inline-block;
    text-align: center;
    line-height: 90%;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    border: solid 1px #636363
}

/*pop up style*/
#popstyle, #popstyle2, #popstyle3 {
    position: relative;
    padding: 5px 20px 50px;
    border-top: 3px solid #32404e;
}
#popstyle font {
    color: #515151;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 10px 0
}

#popstyle ul {
    color: #515151;
    margin: 10px 0 10px 0;
    float: right
}

#popstyle ul li {
    display: inline-block;
    padding: 0 0 0 20px;
    line-height: 200%
}

#popstyle ul li font {
    width: 80px;
    display: inline-block;
    line-height: 200%;
    font-size: 12px;
    text-align: right;
    margin: 0 10px 0 0;
    vertical-align: middle
}

#popstyle input[type="text"],#popstyle2 input[type="text"] {
    border: solid 1px #ccc;
    font-size: 12px;
    height: 24px;
    padding: 0 0 0 6px
}
span.deleteicon span {
    top: 6px;
    right: 5px;
}

#popstyle select, #popstyle2 select {
    border: solid 1px #ccc;
    font-size: 12px;
    height: 24px;
    padding: 2px 2px 2px 4px
}

#popstyle2 .p_part, #popstyle3 .p_part {
    border: 1px solid #ddd;
    border-radius: 5px;
    border-bottom: 2px solid #91a0ae;
    padding: 5px 20px;
    background: rgba(255,255,255,1);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(247,247,247,1) 100%);
    transition: all 0.2s ease-in-out;
}

#popstyle2 .p_part ul, #popstyle3 .p_part ul {
    font-size: 12px;
    margin: 10px 0 10px 0;
    display: flex;
    gap: 20px;
}

#popstyle2 .p_part ul li, #popstyle3 .p_part ul li {
    display: flex;
    align-items: center;
}

#popstyle2 .p_part ul li font, #popstyle2 .p_part ul li .font_s, #popstyle3 .p_part ul li font {
    position: relative;
    display: inline-block;
    line-height: 180%;
    margin: 0 10px 0 0;
    color: #515151;
    font-weight: bold;
    min-width: 75px;
    padding-left: 10px;
}
#popstyle2 .p_part ul li font:before, #popstyle2 .p_part ul li .font_s:before, #popstyle3 .p_part ul li font:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #87949f;
    top: 8px;
    left: 0;
}

#popstyle2 .p_part ul li label {
    display: inline-block;
    line-height: 180%;
    margin: 0 10px 0 0
}

#popstyle2 .p_part2 {
    border: 1px solid #ddd;
    border-radius: 5px;
    border-bottom: 2px solid #91a0ae;
    margin: 0 0 10px 0
}

#popstyle2 .p_part2 ul {
    font-size: 12px;
    margin: 10px 0 10px 10px
}

#popstyle2 .p_part2 ul li {
    display: inline-block;
    width: 60px;
    padding: 4px 0;
}

#popstyle2 .p_part2 ul li font {
    display: inline;
    margin: 0 0 0 0
}

#popstyle2 .p_part2 ul li label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0
}

#popstyle2 .p_part2 ul li input[type="checkbox"] {
    background: transparent;
    margin: 0 2px 0 2px
}

#popstyle2 .p_part3 {
    width: 99.4%;
    display: inline-block;
    border: solid 1px #16161c;
    border-radius: 4p;
    margin: 0 0 10px 0;
    background: #494f5a;
    text-align: right;
    padding: 0 10px 0 0
}

#popstyle2 .p_part3 ul {
    font-size: 12px;
    margin: 10px 0 10px 0
}

#popstyle2 .p_part3 ul li {
    display: inline;
    padding: 0 0 0 25px;
    line-height: 22px
}

#popstyle2 .p_part3 ul li font {
    display: inline-block;
    line-height: 180%;
    margin: 0 10px 0 0
}

#popstyle2 .p_part3 ul li label {
    display: inline-block;
    line-height: 180%;
    margin: 0 10px 0 0
}

#popstyle2 .p_part3 ul li input[type="checkbox"] {
    background: transparent;
    margin: 0 4px 0 2px
}



#popstyle2 .part3 {
    width: 450px;
    margin: 5px 0 10px 0
}

#popstyle2 .part3 ul li {
    padding: 0 0 0 10px;
    line-height: 200%;
    font-size: 12px
}



#popstyle2 ul li .font_s {
    width: 48px;
    display: inline-block;
    line-height: 180%;
    margin: 0 10px 0 0
}

#popstyle2 ul li .font_s2 {
    width: 30px;
    display: inline-block;
    line-height: 180%;
    margin: 0 10px 0 0
}

#popstyle2 .p_part input {}

#popstyle2 .p_part select {}

#popstyle2 .p_part font:nth-child(even) {
    color: #a7bf54
}


#popstyle2 textarea {
    border: solid 1px #ccc;
    font-size: 12px;
    padding: 5px;
    font-family: '돋움', dotum;
    text-align: left;
    line-height: 160%;
    min-width: 90%
}

@media all and (min-width:300px) and (max-width:1000px) {
    #popstyle2 textarea {
        min-width: 80%
    }
}


#popstyle .boxtitle, #popstyle2 .boxtitle, #popstyle3 .boxtitle {
    font-size: 14px;
    font-weight: bold;
    color: #4f6276;
    padding: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
}
#popstyle2 .boxtitle:before {
    display: none;
}
#popstyle .part2 ,#popstyle2 .part2, #popstyle3 .part2 {
    display: flex;
    justify-content: flex-end;
    padding: 13px 0;
    gap: 5px;
}
#popstyle2 .part2 font {
    color: #515151;
    font-size: 12px;
    font-weight: bold;
}

#popstyle2 .part2 ul {
    display: flex;
    gap: 15px;
}

#popstyle2 .part2 ul li {
    display: flex;
    align-items: center;
}

#popstyle2 .part2 ul li font {
    width: 80px;
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
    text-align: right;
    margin: 0 10px 0 0
}

#popstyle2 .part5 {
    width: 98.8%;
    display: inline-block;
    margin: 0;
    border: solid 1px #606170;
    padding: 4px;
    background: #2e3139
}

#popstyle2 .imgzone {
    width: 50.8%;
    display: inline-block;
    margin: 0 0 0 100px;
    border: solid 1px #606170;
    padding: 4px;
    background: #2e3139
}
#popstyle .totalNum,
#popstyle2 .totalNum,
#popstyle3 .totalNum {
    width: 100px;
    height: 24px;
    margin: 10px 0 0 0;
    float: right;
    background: #32404e;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    padding: 0 4px 0 0
}

#popstyle2 .text {
    font-size: 12px;
    color: #888;
    margin: 10px 0 5px 0
}

#popstyle2 .text li {
    padding: 0 0 5px 0;
    line-height: 16px
}

#popstyle2 .text li:nth-child(1) {
    font-weight: bold
}

#popstyle2 .text li:nth-child(2) {
    padding: 0 0 0 14px
}

#popstyle3 {
    width: 500px;
}

#popstyle3 input {
    border: solid 1px #b7bac6;
    font-size: 12px;
    height: 20px;
    padding: 0 0 0 4px
}

#popstyle3 select {
    border: solid 1px #b7bac6;
    font-size: 12px;
    height: 23px;
    padding: 2px 2px 2px 4px
}


#popstyle3 .part2 ul li font {
    width: 80px;
    display: inline-block;
    line-height: 200%;
    font-size: 12px;
    text-align: right;
    margin: 0 10px 0 0
}

#popstyle4 {
    width: 300px;
    height: 250px;
    padding: 10px;
    background: #1f2026
}

#popstyle4 .boxtitle {
    width: 100%;
    display: inline-block;
    height: 26px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 200%;
    padding: 0 0 0 4px;
    margin: 0 0 8px 0;
    border-bottom: dashed 1px #606170
}

.poptable {
    width: 100%;
    border: solid 1px #ced4e4;
    font-size: 12px;
    margin: 5px 0 0 0;
    border-top: 2px solid #91a0ae;
}

.poptable th {
    border: solid 1px #ced4e4;
    color: #414c56;
    padding: 5px;
    line-height: 160%;
    background: #eff1f4;
    text-align: left
}

.poptable td {
    color: #545353;
    padding: 5px;
    line-height: 160%;
    height: 20px;
    border-top: solid 1px #ced4e4;
}

.poptable td font {
    margin: 0 0 0 10px
}

/*달력*/
#calendarbox {
    color: #fff;
    margin: 0 auto
}

#calendarbox .daytitle {
    width: 1400px;
    margin: 0 auto
}

#calendarbox .daytitle li {
    width: 14.2%;
    text-align: center;
    font-size: 12px;
    padding: 8px 0 8px 0;
    float: left;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

#calendarbox .daytitle li:nth-child(7n) {
    border-right: 1px solid #fff
}

.cell_color {
    background: #c65859
}

.cell_color2 {
    background: #5a90c1
}

#calendarbox .day {
    width: 1400px;
    margin: 0 auto;
    color: #666
}

#calendarbox .day li {
    height: 80px;
    width: 14.2%;
    padding: 8px 0 8px 0;
    text-indent: 4px;
    font-size: 85%;
    float: left;
    border-left: 1px solid #fff
}

#calendarbox .day li:nth-child(7n) {
    border-right: 1px solid #fff
}

#calendarbox .day li:nth-child(1n) {
    border-bottom: 1px solid #fff
}

#calendarbox .day li input {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 85%
}

#calendarbox .day li p {
    margin: 10px 0 0 0;
    font-size: 85%
}

.dayselect {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 200%;
    margin: 0 0 10px 0
}

.btn_prev {
    display: inline-block;
    cursor: pointer
}

.btn_next {
    display: inline-block;
    cursor: pointer
}

.dayselect li {
    padding: 0 20px 0 20px;
    display: inline-block
}

.dayselect li select {
    border: solid 1px #424242;
    background:#fff;
    height: 23px;
    padding: 2px 2px 2px 4px;
    font-size: 12px;
    margin: 0 0 0 10px
}

.color_on {
    background: #c3daf0
}

.color_off {
    background: #e4e4e4
}

.font_red {
    color: #c65859
}

.font_gray {
    color: #636363
}


/*tab*/
.tabline {
    width: 100%;
    display: inline-block;
    margin: 18px 0 0 0;
    font-size: 12px;
    margin: 0 0 8px 0;
    border-bottom: solid 1px #435018
}

.tabline ul {
    width: 20%
}

.tabline ul li {
    float: left;
    margin-right: 1px;
    line-height: 24px;
    background: #d2d2d2;
    border-radius: 4px 4px 0 0
}

.tabline ul li a {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px 0 10px;
    color: #fff;
    background: #212020;
    border-radius: 4px 4px 0 0
}

.tabline ul li a:hover {
    background: #a7bf54
}

.tabline ul li.on a {
    background: #a7bf54
}
.search-box td {
    vertical-align: middle ;
}


/*error*/
#error {
    border: solid 1px #fff;
    width: 20%;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    background: #1f2026;
    top: 100px;
    position: relative
}

#error h2 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 5px 0
}

#error p {
    color: #fff;
    font-size: 15px
}

#error span {
    margin: 10px 0 0 0
}