@CHARSET "UTF-8";

/*Copyright ©2016 LG CNS, All Rights Reserved.*/


/* HTML(Common) Elements
---------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "LGSmHaR";
    src: url('../fonts/LGSmHaR.eot');
    src: url('../fonts/LGSmHaR.eot?') format('eot'), url('../fonts/LGSmHaR.woff') format('woff'), url('../fonts/LGSmHaR.ttf') format('truetype');
}

@font-face {
    font-family: "LGSmHaL";
    src: url('../fonts/LGSmHaL.eot');
    src: url('../fonts/LGSmHaL.eot?') format('eot'), url('../fonts/LGSmHaL.woff') format('woff'), url('../fonts/LGSmHaL.ttf') format('truetype');
}

@font-face {
    font-family: "LGSmHaB";
    src: url('../fonts/LGSmHaB.eot');
    src: url('../fonts/LGSmHaB.eot?') format('eot'), url('../fonts/LGSmHaB.woff') format('woff'), url('../fonts/LGSmHaB.ttf') format('truetype');
}

@font-face {
    font-family: "LGSmHaSB";
    src: url('../fonts/LGSmHaSB.eot');
    src: url('../fonts/LGSmHaSB.eot?') format('eot'), url('../fonts/LGSmHaSB.woff') format('woff'), url('../fonts/LGSmHaSB.ttf') format('truetype');
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    position: relative;
    min-width: 1280px;
    height: 100%;
    min-height: 800px;
    background: #f9f9f9;
    overflow-y: hidden;
    padding: 0px;
    margin: 0px;
    font-family: "Malgun Gothic", sans-serif;
    font-size: 12px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

ol,
ul {
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #00c9bd;
    margin: 0;
    padding: 0;
}

a:hover {
    color: #008880;
}

a:focus,
a:hover {
    text-decoration: none;
}

hr {
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}

img {
    border: none;
    vertical-align: middle;
}

h1,
h2,
h3 {
    margin: 0;
}

p {
    margin: 0;
}

input,
select,
button,
textarea {
    color: #4d4c4c;
}

textarea {
    width: 100%;
    vertical-align: middle;
}

button {
    border: none;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    width: 100%;
}

iframe {
    height: 100%;
    border: none;
}

*:focus {
    outline: none;
}

caption {
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
}

legend,
caption {
    display: none;
}

em,
i {
    font-style: normal;
}

label {
    margin: 0;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

#wrapper {
    width: 100%;
/*     height: 100%; */
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.txt-center {
    text-align: center !important;
}

.txt-left {
    text-align: left !important;
}

.txt-right {
    text-align: right !important;
}

.txt-red {
    color: #f01313 !important;
}

.txt-blue {
    color: #1456CF !important;
}

.txt-LGS {
    font-family: "LGSmHaR";
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.pr-0 {
    padding-right: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.wd-35 {
    width: 35px !important;
    min-width: 0 !important;
}

.wd-40 {
    width: 40px !important;
    min-width: 0 !important;
}

.wd-50 {
    width: 50px !important;
}

.wd-60 {
    width: 60px !important;
    min-width: 0 !important;
}

.wd-100 {
    width: 100px !important;
}

.wd-150 {
    width: 150px !important;
}

.wd-200 {
    width: 200px !important;
}

.wd-300 {
    width: 300px !important;
}

.wd-400 {
    width: 400px !important;
}

.wd-500 {
    width: 500px !important;
}

.wd-full {
    width: 100% !important;
}

.bg-yellow,
tr.bg-yellow td {
    background-color: #fff6a9 !important;
}

.bg-yellow2,
tr.bg-yellow2 td {
    background-color: #fff1c3 !important;
}

.bg-gray {
    background-color: #dfdfdf !important;
}

.list-inline {
    display: inline-block;
    margin-bottom: -5px;
}

.list-inline:after {
    content: "";
    display: inline-block;
    clear: both;
}

.list-inline>li {
    float: left;
    margin-bottom: 5px;
}

.cursor-default {
    cursor: default !important;
}

button span {
    display: inline-block;
    text-indent: -9999px;
}

input::-ms-clear {
    display: none;
}

input[type=checkbox],
input[type=radio] {
    display: inline-block;
    width: auto;
    height: auto;
}

.border-dashed {
    border-top: 1px dashed #202020;
}

.txt-underline {
    text-decoration: underline !important;
}

.overflow-visible {
    overflow: visible !important;
}

.border-none {
    border: none !important;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}