@charset "utf-8";

html {
  height: 100%;
  overflow-y: hidden;
  -webkit-user-select: none;
  -webkit-app-region: drag;
}
body {
  position: absolute;
  width: 500px;
  height: 160px;
  padding: 0;
  margin: 0;
  color: #333;
  font-family: '나눔고딕', Malgun Gothic, '맑은고딕', Arial, Dotum, '돋움',
    Gulim, '굴림';
  font-size: 12px;
  line-height: 18px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div,
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
iframe,
dl,
dt,
dd,
a {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

.no-drag {
  -webkit-app-region: no-drag;
}

.popup {
  border: 1px solid #666;
  position: absolute;
}
.popup header {
  width: 100%;
  height: 36px;
  background-image: none;
  color: #6f6f6f;
  background-color: #fff;
  border-bottom: solid 1px #28abdb;
}
.popup header h1 {
  width: 100%;
  background: none;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.popup .btn_close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 25px;
  font-size: 0;
  margin-right: 6px;
  vertical-align: middle;
  background: url(../images/btnimg_top_close.png) no-repeat 50% 50%;
}
.popup .btn_close:hover {
  opacity: 0.8;
}
.versionup .btns {
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.btns ul {
  list-style: none;
}
.btns li {
  display: inline-block;
  width: 70px;
  height: 30px;
  margin: 0 2px;
}
.btns li a {
  display: block;
  width: 70px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
}
.btnNormal {
  background-color: #eee;
  color: #333;
}
.btnSpecial {
  background-color: #3385bd;
  color: #fff;
}
.btns li a:hover {
  opacity: 0.8;
}

#update-window-container {
  position: absolute;
  width: 1500px;
  height: 160px;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0px;

  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

/*******************************************************************************************************************************************
.versionup
*******************************************************************************************************************************************/
/* .versionup {
  position: absolute;
  top: 0;
  left: 500px;
}
.versionup.on {
  position: absolute;
  top: 0;
  left: 0;
} */
.versionup {
  width: 500px;
  height: 160px;
  background-color: #fff;
}
.versionup header {
  height: 50px !important;
  border-bottom: none !important;
}
.versionup header h1 {
  font-size: 16px;
  line-height: 50px;
}
.versionup .download p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.versionup .download {
  position: relative;
  padding: 0 20px;
}
.versionup .btns {
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.versionup.step1 {
  position: absolute;
  top: 0;
  left: 0;
}

.versionup.step2 {
  position: absolute;
  top: 0;
  left: 500;
}

.versionup.step3 {
  position: absolute;
  top: 0;
  left: 1000;
}

/*******************************************************************************************************************************************
  progress
*******************************************************************************************************************************************/
.progress {
  background-color: #efefef;
  height: 12px;
  margin: 0 !important;
}
.progress .bar {
  width: 0%;
  height: 12px;
  position: relative;
  color: #fff;
  font-size: 11px;
  text-align: right;
  margin: 0 !important;
  line-height: 12px;
}

/*theme별 색상변경*/
.versionup .download p {
  color: #13b7eb;
}
.progress .bar {
  background-color: #13b7eb;
}