@font-face {
	font-family: "Open Sans";
	src: url("/resource/assets/fonts/OpenSans-Regular.ttf") format("truetype");
}

@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

body * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 12px;
}

body,
div,
ul,
li,
ol,
dd,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
select,
input {
    color: #656565;
}

ul,
li {
    list-style: none;
}

body,
input,
textarea,
select,
button,
table {
    font-family: 'Malgun Gothic', "돋움", Dotum, hevetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

table,
th,
td {
    vertical-align: middle;
}

input[type=button],
button,
select {
    cursor: pointer;
}

textarea {
    padding: 10px;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    vertical-align: text-bottom;
}

input[type=radio] {
    width: 14px;
    height: 14px;
    cursor: pointer;
    vertical-align: text-bottom;
}

input,
button,
select,
textarea {
    border: 1px solid #e4eaec;
    border-radius: 2px;
    outline: none;
}

a {
    text-decoration: none;
    color: #656565;
}

a:hover,
a:active {
    color: #484848;
}

.decoration {
    text-decoration: underline;
}

.b {
    font-weight: bold;
}

.col-red {
    color: #ff0000;
}

.col-orange {
    color: #ff6c00;
}

.col-green {
    color: #37bc9b;
}

.col-blue {
    color: #0267e5;
}

.col-link {
    color: #37bc9b;
}

.cur {
    cursor: pointer;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.wbreak {
    word-break: break-all;
}
.under-l {
    text-decoration: underline;
}

/* margin style */
.mauto	{ margin:auto; }
.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.ml7 {
    margin-left: 7px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml50 {
    margin-left: 50px;
}

.ml100 {
    margin-left: 100px;
}

.mr7 {
    margin-right: 7px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}

/* padding style */

.pt3 {
    padding-top: 3px;
}

.pt5 {
    padding-top: 5px;
}

.pt7 {
    padding-top: 7px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pt80 {
    padding-top: 80px;
}

.pt100 {
    padding-top: 100px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}



/* tilt style */

.tilt {
    display: inline-block;
    min-height: 27px;
    line-height: 27px;
    padding: 0 10px;
    vertical-align: bottom;
}


/* width rate style */

.width5 {
    width: 5%;
}

.width10 {
    width: 10%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width40 {
    width: 40%;
}

.width48 {
    width: 48%;
}

.width50 {
    width: 50%;
}

.width55 {
    width: 55%;
}

.width60 {
    width: 60%;
}

.width70 {
    width: 70%;
}

.width80 {
    width: 80%;
}

.width100 {
    width: 100%;
}

.textwidth100 {
    width: 100%;
}


/* width size style */

.divide-5 {
    width: calc(100% / 5 - 1px);
}

.divide-7 {
    width: calc(100% / 7 - 1px);
}

.w25 {
    width: 25px;
    min-width: 25px !important;
}

.w30 {
    width: 30px;
    min-width: 30px !important;
}

.w50 {
    width: 50px;
    min-width: 50px !important;
}

.w70 {
    width: 70px;
    min-width: 70px !important;
}

.w100 {
    width: 100px;
}

.w120 {
    width: 120px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w450 {
    width: 450px;
}

.w500 {
    width: 500px;
}

.w550 {
    width: 550px;
}

.w600 {
    width: 600px;
}
.w700 {
    width: 700px;
}

.w800 {
    width: 800px;
}

.h30px {
    height: 30px;
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px;
}

.h300 {
    height: 300px;
}

.h400 {
    height: 400px;
}

.vt {
    vertical-align: top;
}

.vt-i {
    vertical-align: top !important;
}

.vm {
    vertical-align: middle;
}

.vm-i {
    vertical-align: middle !important;
}

.vb {
    vertical-align: bottom;
}

.block {
    display:block;
}
.iblock {
    display:inline-block;
}

.relative	{
	position: relative;
}
.vc-s {
    vertical-align: super;
}
/* Center the loader */

.loader-layer {
    position: relative;
    width: 100%;
    min-height: 600px;
}

/* font-size */
.font12 {
    font-size: 12px;
    line-height: 17px;
}
.font16 {
    font-size: 16px;
    line-height: 17px;
}


.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    /* width: 150px; */
    /* height: 150px; */
    /* margin: -75px 0 0 -75px; */
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #37bc9b;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Part the loader */

.loader-layer-part {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.loader-part {
    position: relative;
    left: 15%;
    top: 0%;
    z-index: 1;
    /* width: 150px; */
    /* height: 150px; */
    /* margin: -75px 0 0 -75px; */
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #37bc9b;
    width: 30px;
    height: 30px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.chart-donut-layer {
    position: relative;
    width: 100%;
    min-height: 600px;
}

.chart-donut-layer .donut {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #37bc9b;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loading-wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    padding-top: 150px;
    z-index: 99;
}

.preline {
    white-space: pre-line !important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Add animation to "page content" */

.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.clear {
    content: "";
    clear: both;
    display: block !important;
}
.clear::after{
    content: "";
        clear: both;
        display: block !important;
}