/* Default Body Style */
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(/css/atomeditor_customformat.css);
/* Scroll Bar */
::-webkit-scrollbar {width: 9px; height: 9px;}
::-webkit-scrollbar-track {background:#f0f0f0;}
::-webkit-scrollbar-thumb {height: 9px; width: 9px; 
                           background:#c0c0c0;
                           -webkit-border-radius: 6px;
                           border-radius: 6px;
                           -webkit-box-shadow:#c0c0c0;
}

* {
    box-sizing: border-box;
}

ul,
ol {
    padding-inline-start: 30px;
}

body {
    font: 14px 'Noto Sans KR', Vernana, Helvetica, 'malgun Gothic';
    font-weight: 400;
    line-height: 1.6;
    background: #ffffff;
}

p {
    line-height: 1.6;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

a {
    -webkit-tap-highlight-color: transparent;
}

html, body {width:100%; height: 100%; margin: 0px; padding:0px;}
div { display: block; }
table { border-collapse: collapse; }
input, select, .c_textarea {
    border-radius: 3px;
    border: 1px solid #dadada;
    font-size: 12px;
    height: 30px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    padding: 4px 6px 4px 6px;
}

.c_textarea {
    font: 12px 'Noto Sans KR', Vernana, Helvetica, 'malgun Gothic';
}

/* Default Button Style */
button {
    height: 30px;
    font-size: 12px;
    outline: none;
    border: 1px solid #dadada;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #fbfbfb, #f0f0f0);
}
button:hover {
    background: linear-gradient(to bottom, #f0f0f0, #ebebeb);
}
button:active {
    box-shadow: 1px 1px 1px 1px #eaeaea inset;
    background: linear-gradient(to bottom, #f0f0f0, #ebebeb);
}

/* Green Button Style */
.c_greenbutton {
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 7px;
    background: #2ab27b;
}
.c_greenbutton:hover {
    box-shadow: -2px -2px 1px 1px rgba(0,0,0,0.15) inset;
    background: #2ab27b;
}
.c_greenbutton:active {
    box-shadow: 2px 2px 1px 1px rgba(0,0,0,0.15) inset;
    background: #2ab27b;
}

.c_uploadbutton label {
    display: inline-block;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    outline: none;
    border: 1px solid #dadada;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #fbfbfb, #f0f0f0);
}
.c_uploadbutton label:hover {
    background: linear-gradient(to bottom, #f0f0f0, #ebebeb);
}
.c_uploadbutton label:active {
    box-shadow: 1px 1px 1px 1px #eaeaea inset;
    background: linear-gradient(to bottom, #f0f0f0, #ebebeb);
}


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

.c_body {
    padding: 10px;
}

.c_pagelist {
    width: 300px;
    padding: 10px 0px 10px 10px;
}

.c_pagebody {
    width: 900px;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    padding: 20px 0px 20px 0px;
    border-left: 1px solid #f0f0f0;
    background-color: #fafafa;
    box-shadow: 8px 2px 8px 8px #fbfbfb;
}

.c_disable {
    cursor: default;
    pointer-events: none;
    background: #eaeaea;
    color: #a6a6a6;
}

/* default-header */
.c_default-header {
    background: #016096;
    color: #ffffff;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
    min-width: 100px;
}

/* default-footer */
.c_default-footer {
    background: #ffffff;
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    margin-top: 20px;
    min-width: 100px;
}

/* WithPage : spaceheader */
.c_spaceheader {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom:-10px;
}

.c_spacetitle {
/*    width: calc(100% - 10px);*/
    font-size: 12px;
}

.c_spacecontent {
    font: 14px 'Open Sans', sans-serif, 'Noto Sans KR', Vernana, Helvetica, 'malgun Gothic';
    font-weight: 400;
    line-height: 1.6;
    background:#ffffff;
    border-bottom: 1px solid #eaeaea;
}

/* footer-content */
.c_footercontent {
    text-align: center;
    font-size: 12px;
    color: #808080;
    padding-top: 5px;
}

/* floatleft */
.c_floatleft {
    display: inline-block;
    float: left !important;
}
/* floatright */
.c_floatright {
    display: inline-block;
    float: right !important;
}

/* headerheight */
.c_headerheight {
    height: 33px;
}

/* Page Style */
.c_pagewrap {
    width: 960px;
    margin: 0 auto;
    border: 1px #f0f0f0 solid;
    padding: 12px 32px 62px 32px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px #eaeaea;
}
.c_pagehead {
    background:#ffffff;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0px 14px 0px;
    height: 60px;
}
.c_pagetitle {
    font-size: 26px;
    font-weight: bold;
}
.c_inputpagetitle {
    border-radius: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dadada;
    border-radius: 10px 10px 0px 0px;
    padding: 4px 6px 4px 6px;
    width: 100%;
    height:50px;
    font-size: 26px;
    font-weight: bold;
}
.c_pagecontent {
    font: 14px 'Open Sans', sans-serif, 'Noto Sans KR', Vernana, Helvetica, 'malgun Gothic';
    font-weight: 400;
    line-height: 1.6;
    background:#ffffff;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #eaeaea;
    overflow-wrap: anywhere;
}
.c_pagecontent_noborder {
    font: 14px 'Open Sans', sans-serif, 'Noto Sans KR', Vernana, Helvetica, 'malgun Gothic';
    font-weight: 400;
    line-height: 1.6;
    background:#ffffff;
    padding: 10px 0px 10px 0px;
    overflow-wrap: anywhere;
}
.c_pageinfo {
    background:#ffffff;
    font-size: 11px;
    text-align: end;
    color: #606060;
}

/* Header Input, Button Style */
.c_headerinput, .c_headerbutton {
    height: 30px;
    font-size: 14px;
    color: #ffffff;
    outline: none;
    border: 1px solid rgba(0,0,0,0);
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px 2px 0px 2px;
    border-radius: 3px;
    background: rgba(255,255,255,0);
}
.c_headerinput {
    font-size: 14px;
    box-shadow:none;
    border: 1px solid rgba(0,0,0,0);
    background: rgba(0,0,0,0.2);
}

.c_headerbutton:hover, .c_headerbutton:active {
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0);
    box-shadow: none;
    background: rgba(255,255,255,0.12);
}

.c_headerinput:hover {
    border: 1px solid rgba(0,0,0,0);
    background: rgba(0,0,0,0.25);
}

.c_headerinput:focus {
    color: #0a0a0a;
    border: 1px solid #ffffff;
    background: #ffffff;
}

/* inputsearch animation */
@-moz-keyframes inputsearch_on { from {width:200px;}  to {width:300px;} }
@-webkit-keyframes inputsearch_on { from {width:200px;}  to {width:300px;} }
@keyframes inputsearch_on { from {width:200px;}  to {width:300px;} }

@-moz-keyframes inputsearch_off { from {width:300px;}  to {width:200px;} }
@-webkit-keyframes inputsearch_off { from {width:300px;}  to {width:200px;} }
@keyframes inputsearch_off { from {width:300px;}  to {width:200px;} }

.c_headerinputsearch, .c_headerinputsearch:hover {
    width:200px;
    background-image:url('/img/icon_search.png');
    background-position:5px 4px;
    background-repeat:no-repeat;
    background-size:20px 20px;
    padding-left:30px;
}

.c_headerinputsearch_focusout {
    animation-duration: 0.5s;
    animation-name: inputsearch_off;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: inputsearch_off;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: inputsearch_off;
}

.c_headerinputsearch:focus {
    animation-duration: 0.5s;
    animation-name: inputsearch_on;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: inputsearch_on;
    -moz-animation-duration: 0.5s;
    -moz-animation-name: inputsearch_on;
    width:300px;
    background-image:url('/img/icon_searchb.png');
    background-position:5px 4px;
    background-repeat:no-repeat;
    background-size:20px 20px;
 
}
.c_headerinputsearch::-webkit-input-placeholder { color: rgba(255,255,255,0.5) }
.c_headerinputsearch:focus::-webkit-input-placeholder { color: #AAAAAA; }

/* center */
.c_wrapper, .c_horicenter_wrapper {
    margin:0 auto;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    min-width:1024px;
}

/* hosizontal center wrapper(width will be fixed) */
.c_horicenter_wrapper {
    width:1024px;
}

/* vertical center wrapper(height should be fixed) */
.c_vertcenter_wrapper {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

/* ComboBox Style(Dropdown Carot) */
.c_combobox_black:after, .c_combobox_white:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    margin-left: 8px;
    border: 4px solid transparent;
}
.c_combobox_black:after {
    border-top-color: #000000;
}
.c_combobox_white:after {
    border-top-color: #ffffff;
}


/* Panel Style */
.c_panel, .c_largepanel {
    position:relative;
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 3px;
    font-size: 12px;
}

.c_panel {
    margin: 5px;
}


.c_largepanel {
    margin: auto;
    padding: 40px;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
}


.c_panelheader {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    color: #4a4a4a;
    vertical-align: middle;
    height: 30px;
    padding: 5px 15px 5px 15px;
    margin-bottom: 6px;
    background:#f2f2f2;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid #dadada;
    text-align:center;
}

.c_panelitemheader, .c_panelitemlargeheader {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    font-weight: bold;
    color: #565656;
    vertical-align: middle;
    background:#ffffff;
}

.c_panelitemheader {
    font-size: 12px;
    height: 24px;
    padding: 2px 12px 0px 12px;
    margin: 3px 3px 0px 3px;
}

.c_panelitemlargeheader {
    font-size: 24px;
    padding: 2px 12px 0px 12px;
    margin: 3px 3px 0px 3px;
}

.c_panelitem {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #303030;
    vertical-align: middle;
    height: 36px;
    padding: 2px 12px 2px 12px;
    margin: 3px;
    background:#ffffff;
}

.c_panelitembox {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #303030;
    vertical-align: middle;
    padding: 2px 12px 2px 12px;
    margin: 0px;
    background:#ffffff;
}

.c_panelitembox:hover {
    background:#fafafa;
}

.c_panelitembar {
    border-top: 1px solid #dadada;
    height: 1px;
    width: 100%;
}

.c_panelitemtext {
    height: 30px;
    padding: 5px;
    display: inline-block;
}

/* Menu Popup Style */
.c_menuwrapper {
    visibility: hidden;
    position:absolute;
    width:100%; height:90%; top:37px; left:0px;
    z-index: 2;
}

.c_menupopup {
    position:relative;
    background: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    margin: 5px;
    padding: 4px;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
    z-index: 3;
    font-size: 12px;
}

/* List Style */
.c_listwrapper, .c_listwrapper_scroll {
    margin: 2px;
    overflow-x: hidden;
    background:#ffffff;
}
.c_listwrapper_scroll {
    overflow-y: scroll;
}

.c_listitem, .c_listitem_link {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #000000;
    vertical-align: middle;
    height: 24px;
    padding: 3px 20px 3px 3px;
    background:#ffffff;
}
.c_listitem_link:hover {
    cursor: pointer;
    background: #016096;
    color: #ffffff;
}
.c_listitem_bar {
    border-top:1px solid #eaeaea;
    margin: 7px 0px 7px 0px;
    height: 1px;
    width: 100%;
}

.c_listicon {
    width:24px; height:20px; padding-right: 4px;
}

.c_textcurrent {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
.c_textlink {
    text-decoration: underline;
    font-size: 12px;
    color: #0000ff;
}
.c_textlink:hover {
    cursor: pointer;
}

.c_table_mobile_single_cell {
}

.c_publicpage_title {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding: 10px;
}
.c_publicpage_item {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #000000;
    vertical-align: middle;
    padding: 3px 12px 3px 12px;
}
.c_publicpage_item:hover {
    cursor: pointer;
    opacity: 0.7;
}

