/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap');
html
{
    overflow-x: hidden;
    height: 100%;
    font-family: 'Noto Sans KR', sans-serif;
}
#popup_container {
    font-size: 11px;
    min-width: 250px; /* Dialog will be no smaller than this */
    max-width: 580px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 5px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title {
    font-size: 14px;
    font-weigt: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    /* [disabled]background: #CCC url(images/title.gif) top repeat-x; */
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_content {
    /* [disabled]background: 16px 16px no-repeat url(images/info.gif); */
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_content.alert {
    /* [disabled]background-image: url(images/info.gif); */
}

#popup_content.confirm {
    /* [disabled]background-image: url(images/important.gif); */
}

#popup_content.prompt {
    /* [disabled]background-image: url(images/help.gif); */
}

#popup_message {
    padding-left: 48px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_prompt {
    margin: .5em 0em;
}
body
{
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    color: #254264;
    background-repeat: repeat-x;
}

h1
{
    font-size: 14pt;
}

h2
{
    font-size: 13pt;
    color: #4E81C8;
}
h2 span
{
    font-size: 13pt;
    color: #4E81C8;
}

img
{
    border: 0px;
}

a
{
    color: #254264;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

.mainContainer
{
    width: 100%;
    background-color: #d9e4f3;
    border: 1px solid #3b5a82;
    border-bottom: 0px;
}

hr{
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    height: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 0px;
    border: 1px solid #000;
}


.ContentArea
{
    background-image: url(../images/textboxbg.png);
    background-repeat: repeat-y;
    width: 80%;
    background-color: #DCE5F2;
    padding: 1%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.textbox div
{
    width: 740px;
    margin: 0px auto;
    padding: 20px;
    overflow: hidden;
}
.allbdr {
    border: 1px solid #006699;
}

#lm a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 2px;
    background-color: #B6DEFF;
    background-image: url(images/nav_bg.jpg);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
    border: 1px solid #006699;
}

.quotation {
    font-size: 11pt;
    color: #c3c3c3;
    text-decoration: none;
    text-align: center;
    font-style: italic;
}
select {	
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    margin: 0px;
    padding: 2px;
    border: 1px solid #006699;
    min-width:80px;

}
input {
    border: 1px solid #006699;
    font-size: 12px;
    padding: 2px;
}
textarea {
    border: 1px solid #006699;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
}
#msgbox {

    clear:both;
    padding: 5px;
    /*background: rgb(195, 4, 4);*/
}
#msgbox p{
    font-size: 14px;
    color: #FF0000;
}
.btn {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-image: url(images/btn_bg.gif);
    background-repeat: repeat-x;
    border: 1px double #666666;
    padding: 5px;
}

.btn a {
    color: #000;
}

.btn a:hover {
    color: #FFF;
}


.btn:hover{
    color: #FFF;
    background-image: url(images/nav_bg.jpg);
    background-repeat: repeat-x;
    border: 1px double #09F;
}
.notify {
    font-size: 12px;
    font-style: italic;
    color: #FF0000;
    text-decoration: none;
    font-weight: bold;
}
.headings_black {
    color: #000000;
    font-size: 12px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}
fieldset {
    margin-right: 5px;
    margin-left: 5px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #AED0EA;
    min-width:300px;
    padding: 5px;
}
legend{
    margin:0 0 10px 10px;
    font-size:16px;
    font-weight:bold;
}
#lm a:hover {
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #0099FF;
    background-image: url(images/btn_bg.gif);
    border: 1px solid #666666;
}
.whitetext {
    color: #FFFFFF;
}
#login {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    border: 1px solid #999999;
}
#login th {
    font-size: 14px;
    font-weight: bold;
    /*color: #FFFFFF;*/
    background-color: #006699;
    margin: 0px;
    text-align: left;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}
a {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #000000;
    text-decoration: none;
}
#leftNav {
    color: #000000;
    width: 200px;
}
#leftNav ul {
    padding: 0px;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -10px;
}
#leftNav li {
    color: #000000;
    padding: 0px;
}
#leftNav li a {
    margin: 0px;
    display: block;
    color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    background-image: url(images/arro_green_1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 5px;
    padding-bottom: 5px;
    /*padding-right: 5px;
    padding-left: 15px;*/
    font-size: 11px;
    padding-left: 15px;
}
#leftNav li a:hover {
    color: #006699;
    background-color: #DAF1FC;
    text-decoration: none;
    font-weight: bold;
}
#loadcontent{

}
#loadcontent table {

}
#loadcontent table td{
    border: solid 1px #CAC7C7;
}
#loadcontent table td h2{
    margin: 0;
}
.tblbdr{
    border: solid 1px #999999;
}

.tdbg1{
    background:#E0E0E0;
}

.tdbg2{
    background:#F0F0F0;
}

.tdhover{
    background:#DAF1FC;
}

.linkbtn{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.linkbtn a{
    /* [disabled]background-image:url(images/linkbtn.gif); 
    background-repeat: no-repeat;
    height: 35px;
    width: 155px;
    float: left;
    margin: 0px;
    padding-top: 9px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #003;*/
    border: 1px solid #aed0ea;
    background: #d7ebf9 url(images/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #2779aa;
    float:left;
    margin-right:10px;
    padding:5px;	
    border-radius: 6px;
}

.linkbtn a:hover{
    border: 1px solid #74b2e2;
    background: #e4f1fb url(images/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #0070a3;
}

#topSubmenu{
    font-size: 11px;
}

#topSubmenu a {
    display: block;
    background:#DAF1FC;
    padding: 5px;
}

#topSubmenu a:hover {
    color:#FFFFFF;
    text-decoration:none;
    background:#1DA3E2;
    font-weight: bold;
}

#topSubmenu .current, #topSubmenu .current a {
    color:#FFFFFF;
    text-decoration:none;
    background:#1DA3E2;
    font-weight: bold;
}

#headDiv{
    width: 97%;
    margin: 2px auto;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.closeLink{
    clear:both;
    float:left;
}

.closeLink a{
    background-image:url(images/close-1.png);
    width: 24px;
    height: 24px;
    float: right;
}

.closeLink a:hover{
    background-image:url(images/close-2.png);
}

.addLink{
    clear:both;
    float:right;
}

.addLink a{
    background-image:url(images/add-1.png);
    width: 24px;
    height: 24px;
    float: right;
}

.addLink a:hover{
    background-image:url(images/add-2.png);
}

.grid{
    border-collapse: collapse;
}

.grid td{
    border: solid 1px #39C;
    padding: 2px;
}

.grid thead{
    text-align: center;
}.selected {
    font-weight: bold;
    text-decoration: none;
}
.footer {
    font-size: 12px;
    color: #999;
    padding: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}

#selectedImages{
    display: block;
    clear: both;
}

#selectedImages ul{
    margin: 5px;
    padding: 0px;
    float: left;
    clear: both;
}

#selectedImages li{
    list-style: none;
    float: left;
    border: solid 1px #999;
    margin: 5px;
    height: 90px;
    overflow: hidden;
}

#selectedImages li input{
    float: left;
    position: absolute;
}

#selectedImages li img{
    float: left;
    padding: 2px;
}

#imgSubmitter{
    float: left;
    clear: both;
    margin-bottom: 20px;
}

#loadingDiv{
    position: fixed;
    top: 0px;
    left: 0px;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    background-image: url(../images/icon_loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.temprivew  {
    display: block;
    padding: 3px;
    margin: 2px 2px;
    float: left;
    /*width: 150px;*/
    /*border-radius: 6px;
    border: 1px solid #AED0EA;
    background-color: #DEEDF7;
    background-image: url(scripts/css/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png);
    background-repeat: repeat-x;
    background-position: 50% 50%;*/
}

.temprivew img{
    border-left: 1px solid #F9DD34;
    padding: 0px 5px;
}

.eitvew  {
    display:block;
    padding:2px;
    margin: 2px 2px;
    float: left;

}

.Print_form{
    min-width:400px;
    max-width:800px;	
}

.Print_form td{
    padding: 5px;
    text-align:left;
}


.load a {
    display:block;
    padding:3px;
    margin: 5px 5px;
    float: right;
    border-radius: 6px;
    border:1px solid #AED0EA;
    background-color: #DEEDF7;
    background-image: url(scripts/css/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png);
    background-repeat: repeat-x;
    background-position: 50% 50%;

}

.send{
    display: block;
    padding: 8px;
    margin-top: 15px;
    margin-left:auto;
    border-radius: 6px;
    width: 250px;
    border: 1px solid #AED0EA;
    background-color: #deedf7;
    margin-right: auto;
    margin-bottom: 10px;	
}


.cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
    display: block;
    float: left;
    background-image: url(images/switch.gif);
    background-repeat: repeat-x;
}
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -90px; padding: 0 10px; }
.cb-disable span { background-position: right -180px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -30px; }
.cb-disable.selected span { background-position: right -210px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }
.switch input { display: none; }

.pgeact{
    float: left;
    color: #177BE7;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #93CFEB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #EFEFEF;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#EFEFEF));
    background: -webkit-linear-gradient(top, #C6E3F7 0%,#7FD4FC 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}


.ver-zebra
{
    font-size: 12px;
    margin: 5px;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.ver-zebra th
{
    font-size: 14px;
    font-weight: normal;
    padding: 6px 8px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #039;
}
.ver-zebra td
{
    padding: 3px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #669;
    vertical-align:top;
    width:25%;
}
.vzebra-odd
{
    background: #eff2ff;
}
.vzebra-even
{
    background: #e8edff;
}
#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
    background: #d0dafd;
    border-bottom: 1px solid #c8d4fd;
}
#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
    background: #dce4ff;
    border-bottom: 1px solid #d6dfff;
}

.pagelink{
    color: #000;
    font-weight: bold;
    display: block;
    text-align: right;	
}

.pagelink a{
    border: solid 1px #06C;
    margin: 1px;
    padding: 2px 7px;
}

.pagelink a:hover{
    background-color: #069;
    color: #FFF;
}

.pagelink span{
    border: solid 1px #666;
    padding: 4px 10px;
    color: #FFF;
    background-color: #666;
}
footer{
}
@media screen and (orientation: portrait) and (min-width: 320px) and (max-width: 768px) {
    header table tr td{
        width: 100%;
        float: left;
        text-align: center !important;
    }
}