@charset "utf-8";@import url(../common/font.css);* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    background: transparent
}

@media print {
    @page {
        margin: 0
    }
}

html,body {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

html {
    font-size: 80%;
    overflow: auto;
}

body {
    min-width: 260px;
    *min-width: 1200px;
    font-size: 1.3em;
    line-height: 1.8;
    letter-spacing: -.01em;
    color: #555;
    background-color: #fff
}

body {
    font-family: 'NanumSquareNeo','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕','돋움',Dotum,Verdana,Arial,helvetica,clean,sans-serif
}

input,button,select,textarea {
    font-size: 1em;
    font-family: 'NanumSquareNeo','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕','돋움',Dotum,Verdana,Arial,helvetica,clean,sans-serif
}

body.font-loaded {
    font-family: 'NanumSquareNeo','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕','돋움',Dotum,Verdana,Arial,helvetica,clean,sans-serif
}

body.font-loaded input,body.font-loaded button,body.font-loaded select,body.font-loaded textarea {
    font-family: 'NanumSquareNeo','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕','돋움',Dotum,Verdana,Arial,helvetica,clean,sans-serif
}

@media (min-width: 1200px) {
    html {
        font-size:80%
    }
}

body {
    scrollbar-3dLight-Color: #efefef;
    scrollbar-arrow-color:#0C75B7;scrollbar-base-color:#efefef;scrollbar-Face-Color:#0C75B7;scrollbar-Track-Color:#efefef;scrollbar-DarkShadow-Color: #efefef;
    scrollbar-Highlight-Color:#efefef;scrollbar-Shadow-Color:#efefef}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #F5F5F5
}

body::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #0C75B7
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0C75B7
}

body::-webkit-scrollbar-corner {
    background-color: #0C75B7
}

.map-frame::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #F5F5F5
}

.map-frame::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #333
}

.map-frame::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #333
}

.map-frame::-webkit-scrollbar-corner {
    background-color: #333
}

* {
    -webkit-print-color-adjust: exact
}

article,aside,canvas,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section,summary {
    display: block
}

address {
    font-style: normal;
    display: inline
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

table,caption,tbody,tfoot,thead,tr,th,td {
    outline: 0;
    background: transparent;
    font-size: 100%
}

nav,ul,ol {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

input[type="file"],label {
    cursor: pointer
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ebebeb;
    margin: 2.5em 0;
    padding: 0
}

a,a:link {
    color: #555;
    text-decoration: none;
    cursor: pointer
}

a:visited,a.visited,a.visited:visited {
    color: inherit;
    text-decoration: none
}

a:hover,a.visited:hover,a:active {
    color: inherit;
    text-decoration: none;
    color: #064483
}

a:focus {
    text-decoration: none
}

a:focus,button:focus {
    text-decoration: none
}

ol.onum li {
    list-style-type: decimal
}

.onum {
    padding-left: 22px
}

input,label,select,button,textarea {
    box-sizing: border-box
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: none
}

input {
    border: 1px solid #ccc;
    line-height: 30px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle
}

input[type="radio"],input[type="checkbox"] {
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

input[type="file"] {
    border: 0;
    padding: 0;
    margin: 0;
    height: auto
}

input.text,input.password {
    border-left: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: #f8f8f8;
    height: 28px;
    line-height: 28px;
    padding: 0 5px
}

input.file {
    border: 1px solid #ccc;
    height: 16px;
    padding: 2px;
    font-size: 100%;
    line-height: 110%
}

input.image,input.radio,input.checkbox {
    border: 0!important;
    vertical-align: middle;
    padding: 0;
    margin: 0
}

input.num {
    text-align: right;
    border: 1px solid #ccc;
    height: 16px;
    padding: 2px;
    font-size: 100%;
    line-height: 110%
}

input.readonly {
    background-color: #f7f7f7
}

textarea {
    border: 1px solid #ccc;
    padding: 2px 5px;
    resize: vertical
}

select {
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    line-height: 1;
    min-width: 50px
}

input:focus,button:focus,select:focus,textarea:focus,a:focus {
    outline: #000 2px solid!important;
    outline-offset: 2px!important
}

img {
    vertical-align: top
}

input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
