@charset "utf-8";

*{margin:0; padding:0;}
html{width:100%; height:100%;}
body{width:100%; height:100%; /*background:#efefef; 20160705*/ font-size:12px; line-height:16px; font-family:'Malgun Gothic', '돋움', 'dotum'; color:#111;}
fieldset{border:0;}
input,button,select,textarea{font-size:12px; line-height:16px; font-family:'Malgun Gothic', '돋움', 'dotum'; color:#111;}
input,button,select{vertical-align:middle;}
input,button{border:0; background:none;}
button{cursor:pointer;}
ol,ul,li{list-style-type:none;}
table,th,td{border:0; border-collapse:collapse;}
caption{width:0; height:0; font-size:0; line-height:0; position:absolute; overflow:hidden; visibility:hidden;}
img{border:0;}
a{color:#111; text-decoration:none;}
a:hover{color:#111; text-decoration:underline;}
address{font-style:normal;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}
.hidden{width:0; height:0; font-size:0; line-height:0; position:absolute; overflow:hidden; visibility:hidden;}

/*웹폰트
Gotham Light - font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 300;
Gotham Book - font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 400;
Gotham Bold - font-family: "Gotham A", "Gotham B"; font-style: normal; font-weight: 700;
*/

.pop_content .ekolon_one_guide .readme{box-sizing: border-box;}
.overlay-loader-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .15);
}

.overlay-loader-bg .hint-text,
.overlay-loader-bg .progress {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -100px;
}

.overlay-loader-bg .progress-circle-lg-white {
    background-image: url("/_ui/img/progress/progress-circle-lg-white.svg");
    width: 50px;
    height: 50px;
    margin: 10px auto;
}

.overlay-loader-bg .hint-text {
    text-align: center;
    margin-top: -35px;
    color: #fff;
    font-size: 13px;
}
input::-ms-clear {
    display: none;
}
