@charset "UTF-8";
.webcryptoLayout {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-family: "돋움", Dotum, Helvetica, sans-serif;
  color: #333;
}
.webcryptoLayout * {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.webcryptoLayout a {
  text-decoration: none;
  color: #333;
  margin: 0;
  padding: 0;
  border: 0;
}
.webcryptoLayout input,
.webcryptoLayout select {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: "돋움", Dotum, Helvetica, sans-serif;
  color: #333;
  vertical-align: middle;
}
.webcryptoLayout input[type=radio], .webcryptoLayout input[type=checkbox] {
  margin: 0;
  padding: 0;
  margin-right: 3px;
  width: 13px;
  height: 13px;
}
.webcryptoLayout table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}
.webcryptoLayout label {
  cursor: pointer;
}
.webcryptoLayout img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
}
.webcryptoLayout i {
  font-style: normal;
}
.webcryptoLayout ul,
.webcryptoLayout ol,
.webcryptoLayout li,
.webcryptoLayout dl,
.webcryptoLayout dt,
.webcryptoLayout dd {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.webcryptoLayout h1,
.webcryptoLayout h2,
.webcryptoLayout h3,
.webcryptoLayout h4,
.webcryptoLayout h5,
.webcryptoLayout h6 {
  font-size: 12px;
  font-family: "돋움", Dotum, Helvetica, sans-serif;
}
.webcryptoLayout .hide,
.webcryptoLayout legend,
.webcryptoLayout caption {
  position: absolute !important;
  left: -1000%;
  top: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  border: 0 !important;
}
.webcryptoLayout applet,
.webcryptoLayout object,
.webcryptoLayout embed {
  position: absolute !important;
  top: 0;
  width: 0;
  height: 0;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  border: 0 none !important;
}
.webcryptoLayout .scroll {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-face-color: #fff;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #545454;
  scrollbar-highlight-color: #bcbcbc;
  scrollbar-3dlight-color: #fff;
  scrollbar-shadow-color: #bcbcbc;
  scrollbar-darkshadow-color: #fff;
}

.wcCertificateWrap {
  position: absolute;
  top: calc( 50% - ( 594px / 2 ) );
  left: calc( 50% - 260px / 2 );
  transform: translateY(-50%) !important;
  transform: translateX(-50%) !important;
  /* margin: -297px 0 0 -135px; */
  width: 470px;
  height: 594px;
  background: transparent;
  /* border: 1px #bbb solid; */
  cursor: default;
}
.wcCertificateWrap.overay {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0) solid;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.wcDragAndDropBoder {
  width: 448px;
  height: 170px;
  border: 1px;
  border-color: #157;
  border-style: dashed;
  pointer-events: none;
  margin-top: 215px;
  margin-left: 10px;
  pointer-events: none;
}

.wcDragAndDropMessage {
  margin: 60px 20px;
  text-align: center;
}

.wcDragAndDropMessage.hOver {
  color: #157;
}

.wcSection {
  /* width: 470px !important; */
  margin: 0;
  padding: 5px 10px;
}

.wcTitleBar {
  padding: 10px 10px 7px;
  background: #157;
  color: #fff;
}
.wcTitleBar table {
  width: 100%;
}
.wcTitleBar td:last-child {
  width: 6%;
}

#wc_enter_password_main_window {
  padding: 2px;
}

h2.wcTitle {
  padding-bottom: 2px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}

.wcBlinder {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/bg_blinder.png) 0 0 repeat;
  z-index: 9999;
}

.wcBlinderSub {
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  /* margin: -297px 0 0 -235px; */
  /* width: 472px; */
  /* height: 596px; */
  width: 100%;
  height: 100%;
  background: url(../image/bg_blinder.png) 0 0 repeat;
  z-index: 10;
}

.wcHeader {
  margin-top: 5px;
  margin-bottom: 10px;
  width: 100%;
  height: 60px;
  /* line-height: 60px; */
  background: url(../image/fincert_header.jpg) no-repeat center center/110%;
  border: solid 1px;
}

.wcMediaTabs {
  *zoom: 1;
  display: flex;
  justify-content: space-between;
}
.wcMediaTabs:after {
  display: block;
  clear: both;
  content: "";
}
.wcMediaTabs .wcMediaTabWEB {
  background: url(../image/icon_browser_on.png) 50% 26% no-repeat;
}
.wcMediaTabs .wcMediaTabHDD {
  background: url(../image/icon_harddisk_on.png) 50% 26% no-repeat;
}
.wcMediaTabs .wcMediaTabUSB {
  background: url(../image/icon_movabledisk_on.png) 50% 30% no-repeat;
}
.wcMediaTabs .wcMediaTabPhone {
  background: url(../image/icon_ubikey_on.png) 50% 26% no-repeat;
}
.wcMediaTabs .wcMediaTabHWToken {
  background: url(../image/icon_hsm_on.png) 50% 26% no-repeat;
}
.wcMediaTabs .wcMediaTabUSIM {
  background: url(../image/icon_usim_on.png) 50% 26% no-repeat;
}
.wcMediaTabs li {
  float: left;
  margin-left: 10px;
  width: 80px;
  height: 63px;
  border: 1px #ddd solid;
  background: #fff;
  z-index: 2;
}
.wcMediaTabs li:first-child {
  margin-left: 0;
}
.wcMediaTabs li label {
  top: 2px;
  display: block;
  width: 80px;
  height: 63px;
  color: #777;
}
.wcMediaTabs li label span {
  display: block;
  padding-top: 46px;
  width: 100%;
  text-align: center;
  font-size: 11px;
  letter-spacing: -1px;
  white-space: nowrap;
  font-weight: normal;
}
.wcMediaTabs li .wcMediaTabWEB {
  background: url(../image/icon_browser.png) 50% 26% no-repeat;
}
.wcMediaTabs li .wcMediaTabHDD {
  background: url(../image/icon_harddisk.png) 50% 26% no-repeat;
}
.wcMediaTabs li .wcMediaTabUSB {
  background: url(../image/icon_movabledisk.png) 50% 30% no-repeat;
}
.wcMediaTabs li .wcMediaTabPhone {
  background: url(../image/icon_ubikey.png) 50% 26% no-repeat;
}
.wcMediaTabs li .wcMediaTabHWToken {
  background: url(../image/icon_hsm.png) 50% 26% no-repeat;
}
.wcMediaTabs li .wcMediaTabUSIM {
  background: url(../image/icon_usim.png) 50% 26% no-repeat;
}
.wcMediaTabs li:hover {
  border: 1px #157 dashed;
}
.wcMediaTabs li:hover label {
  color: #333;
}
.wcMediaTabs li.wcSelcOn {
  border: 1px #0670ab solid;
  background-color: #0670ab;
}
.wcMediaTabs li.wcSelcOn .wcMediaTabWEB {
  background: url(../image/icon_browser_on.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcOn .wcMediaTabHDD {
  background: url(../image/icon_harddisk_on.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcOn .wcMediaTabUSB {
  background: url(../image/icon_movabledisk_on.png) 50% 30% no-repeat;
}
.wcMediaTabs li.wcSelcOn .wcMediaTabPhone {
  background: url(../image/icon_ubikey_on.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcOn .wcMediaTabHWToken {
  background: url(../image/icon_hsm_on.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcOn .wcMediaTabUSIM {
  background: url(../image/icon_usim_on.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcOn label {
  color: #fff;
}
.wcMediaTabs li.wcSelcDown label.wcMediaTabWEB {
  background: url(../image/icon_browser.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcDown label.wcMediaTabHDD {
  background: url(../image/icon_harddisk_down.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcDown label.wcMediaTabUSB {
  background: url(../image/icon_movabledisk_down.png) 50% 30% no-repeat;
}
.wcMediaTabs li.wcSelcDown label.wcMediaTabPhone {
  background: url(../image/icon_ubikey_down.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcDown label.wcMediaTabHWToken {
  background: url(../image/icon_hsm_down.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcDown label.wcMediaTabUSIM {
  background: url(../image/icon_usim_down.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcOff {
  background: #eee;
}
.wcMediaTabs li.wcSelcOff:hover {
  border: 1px #ddd solid;
}
.wcMediaTabs li.wcSelcOff label {
  color: #bbb;
}
.wcMediaTabs li.wcSelcOff .wcMediaTabWEB {
  background: url(../image/icon_browser_none.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcOff .wcMediaTabHDD {
  background: url(../image/icon_harddisk_none.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcOff .wcMediaTabUSB {
  background: url(../image/icon_movabledisk_none.png) 50% 30% no-repeat;
}
.wcMediaTabs li.wcSelcOff .wcMediaTabPhone {
  background: url(../image/icon_ubikey_none.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcOff .wcMediaTabHWToken {
  background: url(../image/icon_hsm_none.png) 50% 26% no-repeat;
}
.wcMediaTabs li.wcSelcOff .wcMediaTabUSIM {
  background: url(../image/icon_usim.png) 50% 26% no-repeat;
}
.wcMediaTabs li label.wcMediaTabHDDSpin {
  background: url(../image/spinner.gif) 50% 50% no-repeat, url(../image/icon_harddisk_none.png) 50% 26% no-repeat;
  background-color: #eee;
  color: #bbb;
}
.wcMediaTabs li label.wcMediaTabUSBSpin {
  background: url(../image/spinner.gif) 50% 50% no-repeat, url(../image/icon_movabledisk_none.png) 50% 26% no-repeat;
  background-color: #eee;
  color: #bbb;
}
.wcMediaTabs li label.wcMediaTabPhoneSpin {
  background: url(../image/spinner.gif) 50% 50% no-repeat, url(../image/icon_ubikey_none.png) 50% 26% no-repeat;
  background-color: #eee;
  color: #bbb;
}
.wcMediaTabs li label.wcMediaTabHWTokenSpin {
  background: url(../image/spinner.gif) 50% 50% no-repeat, url(../image/icon_hsm_none.png) 50% 26% no-repeat;
  background-color: #eee;
  color: #bbb;
}
.wcMediaTabs li label.wcMediaTabUSIMSpin {
  background: url(../image/spinner.gif) 50% 26% no-repeat, url(../image/icon_usim.png) 50% 26% no-repeat;
  background-color: #eee;
  color: #bbb;
}

.wcCertList {
  position: relative;
  width: 448px;
  height: 170px;
  border: 1px #ccc solid;
  margin-bottom: 5px;
}
.wcCertList * {
  line-height: 14px;
}
.wcCertList table thead th, .wcCertList table tbody td {
  table-layout: auto;
  border-right: 1px #e4e4e4 solid;
  text-align: center;
}
.wcCertList table thead th {
  padding: 5px;
  background: #f4f4f4;
}
.wcCertList table thead th .wcCertListTit {
  position: relative;
}
.wcCertList table thead th .wcMoveBar {
  position: absolute;
  top: -5px;
  left: 100%;
  margin: 0 0 0 3px;
  width: 6px;
  height: 24px;
  cursor: w-resize;
  background: transparent;
}
.wcCertList tbody td {
  padding: 0;
  border-bottom: 1px #e4e4e4 solid;
}
.wcCertList tbody tr.wcSelcOn td {
  background: #6aa2ff;
  color: #fff;
}
.wcCertList tbody td .wcCertListConts {
  overflow: hidden;
  padding: 4px 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.wcCertList tbody td .wcCertListConts .CertStatusNormal {
  background: url(../image/cert_normal.png) 50% 50% no-repeat;
  width: 20px;
  height: 14px;
}
.wcCertList tbody td .wcCertListConts .CertStatusExpired {
  background: url(../image/cert_expiration.png) 50% 50% no-repeat;
  width: 20px;
  height: 14px;
}
.wcCertList tbody td .wcCertListConts .CertStatusRevoked {
  background: url(../image/cert_revocation.png) 50% 50% no-repeat;
  width: 20px;
  height: 14px;
}
.wcCertList tbody td .wcCertListConts .CertStatusRenewal {
  background: url(../image/cert_renewal.png) 50% 50% no-repeat;
  width: 20px;
  height: 14px;
}

#wcExpireNotifyBox {
  position: absolute;
  display: none;
  background-color: #fff3b5;
  width: 300px;
  height: 70px;
  padding: 5px;
  margin-right: 10px;
  border: black solid 1px;
}

#wcExpireNotifyMessage {
  text-align: center;
  margin-top: 10px;
  padding: 5px;
}

.wcPwWrap {
  padding: 7px;
  border: 1px #ccc solid;
  text-align: center;
}
.wcPwWrap table {
  width: 100%;
}
.wcPwWrap td:first-child {
  width: 35%;
}
.wcPwWrap .wcPwInput input[type=password] {
  width: 250px;
  height: 23px;
  padding: 0 5px;
  border: 1px #777 solid;
  -moz-box-shadow: inset 0 1px 4px 0 #ddd;
  -webkit-box-shadow: inset 0 1px 4px 0 #ddd;
  box-shadow: inset 0 1px 4px 0 #ddd;
}
.wcPwWrap .wcTipText {
  margin-top: 10px;
  color: #555;
}

#wcPwWarn {
  margin: 2px 0px 0px 10px;
  text-align: left;
}

.wcPwChangeWrap {
  padding: 10px;
  border: 1px #ccc solid;
  text-align: center;
}
.wcPwChangeWrap .wcPwChange {
  clear: both;
  width: 340px;
  height: 23px;
  margin-bottom: 10px;
}
.wcPwChangeWrap .wcPwChange span {
  float: left;
  display: block;
  padding: 5px 0;
  padding-top: 0px;
  width: 133px;
  margin-right: 5px;
}
.wcPwChangeWrap .wcPwChange input[type=password] {
  float: left;
  width: 190px;
  height: 23px;
  padding: 0 5px;
  border: 1px #777 solid;
  -moz-box-shadow: inset 0 1px 4px 0 #ddd;
  -webkit-box-shadow: inset 0 1px 4px 0 #ddd;
  box-shadow: inset 0 1px 4px 0 #ddd;
}
.wcPwChangeWrap .wcTipText {
  clear: both;
  color: #555;
}

.wcBtnWrap {
  padding-top: 5px;
}
.wcBtnWrap table {
  width: 100%;
}
.wcBtnWrap td {
  text-align: center;
}
.wcBtnWrap td:first-child {
  text-align: left;
}
.wcBtnWrap td:last-child {
  text-align: right;
}

.wcBtnWrap02 {
  text-align: right;
  padding-right: 10px;
}

.wcBtnWrap input[type=button],
.wcBtnWrap02 input[type=button] {
  border: 1px #777 solid;
  background: #fff;
  width: 140px;
  height: 30px;
  line-height: 25px;
  cursor: pointer;
  -moz-box-shadow: inset 0 -2px 8px -2px #bbb;
  -webkit-box-shadow: inset 0 -2px 8px -2px #bbb;
  box-shadow: inset 0 -2px 8px -2px #bbb;
}

.wcBtnWrap input[type=button]:hover,
.wcBtnWrap02 input[type=button]:hover {
  -moz-box-shadow: inset 0 2px 8px -2px #999;
  -webkit-box-shadow: inset 0 2px 8px -2px #999;
  box-shadow: inset 0 2px 8px -2px #999;
}

.wcProgBtnWrap {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 12px;
}
.wcProgBtnWrap input[type=button] {
  border: 1px #777 solid;
  background: #fff;
  width: 90px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  -moz-box-shadow: inset 0 -2px 8px -2px #bbb;
  -webkit-box-shadow: inset 0 -2px 8px -2px #bbb;
  box-shadow: inset 0 -2px 8px -2px #bbb;
}
.wcProgBtnWrap input[type=button]:hover {
  -moz-box-shadow: inset 0 2px 8px -2px #999;
  -webkit-box-shadow: inset 0 2px 8px -2px #999;
  box-shadow: inset 0 2px 8px -2px #999;
}
.wcProgBtnWrap .wcOkBtn input[type=button] {
  border: 1px #157 solid;
  background: #fff;
}

.wcDriveSelectionWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -160px;
  padding-bottom: 10px;
  width: 320px;
  border: 1px #777 solid;
  background: #fff;
}

.wcDriveSelectionCont {
  padding: 10px;
}

.wcDriveSelection {
  position: relative;
  background: #fff;
  height: 102px;
  border: 1px #ddd solid;
}
.wcDriveSelection table thead th {
  table-layout: auto;
  padding: 5px;
  text-align: center;
  border-bottom: 1px #ddd solid;
  background: #efefef;
}
.wcDriveSelection table thead th .wcDriveTit {
  position: relative;
}
.wcDriveSelection table tbody td {
  table-layout: auto;
  border-top: 1px #e4e4e4 solid;
  text-align: center;
}
.wcDriveSelection table tbody td .wcDriveConts {
  overflow: hidden;
  padding: 3px 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.wcDriveSelection table tbody tr.wcSelcOn td {
  background: #6aa2ff;
  color: #fff;
}

.wcPwLayoutWrap,
.wcPkcs11LoginWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -190px;
  padding-bottom: 10px;
  width: 380px;
  border: 1px #777 solid;
  background: #fff;
}

.wcPwLayoutWrap .wcSection,
.wcPkcs11LoginWrap .wcSection {
  padding: 5px 0;
}

.wcPwLayoutCont,
.wcPkcs11LoginCont {
  margin: 5px 10px 0;
}

.wcCretDetailWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -200px;
  padding-bottom: 10px;
  width: 400px;
  border: 1px #777 solid;
  background: #fff;
}

.wcCretDetailCont {
  padding: 10px;
}
.wcCretDetailCont ul {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 360px;
}
.wcCretDetailCont li {
  position: absolute;
  top: 0;
  left: 0;
}

.wcTap01 .wcTapCont,
.wcTap02 .wcTapCont {
  display: none;
}

.wcTap01.wcSelcOn .wcTapCont,
.wcTap02.wcSelcOn .wcTapCont {
  display: block;
}

.wcTapTit {
  position: absolute;
  top: 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 7px 10px 5px;
  width: 50px;
  height: 14px;
  border: 1px #ddd solid;
  border-bottom: none;
  background: #f4f4f4;
  z-index: 5;
  cursor: pointer;
}

.wcTap01 .wcTapTit {
  left: 10px;
}

.wcTap02 .wcTapTit {
  left: 82px;
  width: 60px;
}

.wcTap01.wcSelcOn .wcTapTit,
.wcTap02.wcSelcOn .wcTapTit {
  top: 1px;
  padding: 9px 10px 7px;
  border: 1px #bbb solid;
  border-bottom: none;
  background: #fff;
}

.wcTapCont {
  margin-top: 30px;
  padding: 10px 0;
  width: 100%;
  height: 313px;
  border-top: 2px #bbb solid;
  background: #fff;
}

.wcBaseInfo {
  overflow: auto;
  width: 358px;
  height: 314px;
}
.wcBaseInfo .wcBaseInfoTit {
  padding: 20px 0;
}
.wcBaseInfo .wcBaseInfoCont dt {
  padding-bottom: 3px;
}
.wcBaseInfo .wcBaseInfoCont dd {
  padding-bottom: 20px;
  word-break: break-all;
}

.wcDetailInfo {
  position: relative;
  background: #fff;
  height: 250px;
  border: 1px #ddd solid;
}

.wcDetailInfo02 {
  overflow-y: auto;
  margin-top: 10px;
  padding: 5px;
  height: 40px;
  width: 368px;
  border: 1px #ddd solid;
  word-break: break-all;
}

.wcDetailInfo table thead th {
  table-layout: auto;
  padding: 5px;
  text-align: center;
  border-bottom: 1px #ddd solid;
  background: #efefef;
}
.wcDetailInfo table thead th .wcDetailTit {
  position: relative;
}
.wcDetailInfo table thead th .wcMoveBar {
  position: absolute;
  top: -5px;
  left: 100%;
  width: 3px;
  height: 24px;
  cursor: w-resize;
  background: transparent;
}
.wcDetailInfo table tbody td {
  table-layout: auto;
  border-top: 1px #e4e4e4 solid;
}
.wcDetailInfo table tbody td .wcDetailConts {
  overflow: hidden;
  padding: 3px 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.wcDetailInfo table tbody tr.wcSelcOn td {
  background: #6aa2ff;
  color: #fff;
}

.wcFindCertificateWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -210px 0 0 -170px;
  width: 340px;
  border: 1px #777 solid;
  background: #fff;
  word-break: keep-all;
}

.wcFindCertificateContWrap {
  padding: 10px;
  text-align: center;
}

.wcFindCertificateBtnWrap {
  padding: 10px;
}
.wcFindCertificateBtnWrap input[type=button] {
  border: 1px #777 solid;
  background: #f4f4f4;
  width: 200px;
  height: 37px;
  cursor: pointer;
  -moz-box-shadow: inset 0 -2px 8px -2px #bbb;
  -webkit-box-shadow: inset 0 -2px 8px -2px #bbb;
  box-shadow: inset 0 -2px 8px -2px #bbb;
}
.wcFindCertificateBtnWrap input[type=button]:hover {
  background: #6aa2ff;
  -moz-box-shadow: inset 0 2px 8px -2px #999;
  -webkit-box-shadow: inset 0 2px 8px -2px #999;
  box-shadow: inset 0 2px 8px -2px #999;
}

.wcFindCertificateCont {
  padding: 10px 30px 10px 30px;
}

.wcFindCertificateCont2 {
  display: block;
  border: 1px dotted #157;
  margin-bottom: 10px;
  padding: 10px;
  color: #157;
}

.wcFindCertificateLink {
  border-top: solid 1px #ddd;
  padding-top: 10px;
}
.wcFindCertificateLink a {
  text-decoration: none;
  color: #6aa2ff;
  margin: 0;
  padding: 0;
  border: 0;
}
.wcFindCertificateLink a:hover {
  border: dashed 1px #6aa2ff;
}

.wcImportCertificateWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -210px 0 0 -170px;
  padding-bottom: 10px;
  width: 340px;
  border: 1px #777 solid;
  background: #fff;
}
.wcImportCertificateWrap .wcSection {
  padding: 5px 0;
}

.wcImportCertificateCont {
  margin: 5px 10px 0;
}

.wcImportCertRelayWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -210px 0 0 -235px;
  padding-bottom: 10px;
  width: 470px;
  border: 1px #777 solid;
  background: #fff;
}

.wcCertCopyWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -210px 0 0 -235px;
  padding-bottom: 10px;
  width: 470px;
  border: 1px #777 solid;
  background: #fff;
}

.selectDriveHeader table {
  width: 100%;
}
.selectDriveHeader td:first-child {
  width: 64%;
}

#helpWindowIcon {
  display: inline-block;
  background: url(../image/icon_help.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 17px;
  height: 17px;
}

#helpWindowOpen {
  text-align: center;
  width: 162px;
  height: 22px;
  margin-bottom: 5px;
  border: 1px #97c4dc solid;
  box-sizing: border-box;
  background-color: aliceblue;
  font-size: 11px;
  font-family: "맑은고딕";
  color: #1773a5;
  padding-top: 3px;
}

@font-face {
  font-family: "HangeulNuri-Bold";
  src: url("../fonts/HangeulNuri-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GoyangIlsan";
  src: url("../fonts/GoyangIlsan.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.em {
  font-weight: 600;
}

.white_em {
  color: #fff;
  font-weight: 600;
}

/* ******************************************************** */
#wcSelectType {
  position: relative;
  width: 50px;
  height: 507px;
  padding: 12px;
  background-color: transparent;
  font-family: "GoyangIlsan", sans-serif;
  font-size: 12px;
  font-weight: 300;
  /* line-height: 20px; */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;  
}
/*------------ navigation button -----------*/
.btn-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -32px;
  padding-top: 30px;
}
.btn-nav {
  position: relative;
  padding-top: 24px !important;
  margin-bottom: 5px;
  color: #e4e4e4 !important;
  background: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  width: 30px;
  min-height: 100px;
  border: 1px solid #5e5e5e;
  border-right: 0;
  transition: all 0.2s;
  border-radius: 6px 0 0 6px;
}
.btn-nav.active {
  background-color: #fff;
  border-color: #2c338c;
  color: #2c338c !important;
  border-right: 0;
  cursor: default;
}
.btn-nav:hover {
  background-color: #fff;
  border: 1px solid #2c338c;
  color: #2c338c !important;
  border-right: 0;
  cursor: pointer;
  box-shadow: none;
}
.btn-nav:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
/*-------------- 버튼 아이콘 ------------*/
.btn-nav::before {
  position: absolute;
  top: 6px;
  left: 3px;
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('../image/icon-public-cert-off.png');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
/* 디폴트 버튼 선택 아이콘, 공동인증서 버튼 마우스오버 아이콘 */
.btn-nav.active::before,
.btn-nav:hover::before {
  background-image: url('../image/icon-public-cert-on.png');
}
/* 금융인증서 버튼 아이콘 */
.btn-nav:nth-child(2)::before {
  background-image: url('../image/icon-financial-cert-off.png');
}
/* 금융인증서 버튼 선택 아이콘, 금융인증서 버튼 hover 아이콘 */
.btn-nav:nth-child(2).active::before,
.btn-nav:nth-child(2):hover::before {
  background-image: url('../image/icon-financial-cert-on.png');
}
/* ******************************************************** */

#help {
  position: absolute;
  margin-left: -236px;
  margin-top: -1.5px;
  width: 300px;
  height: 595px;
  padding: 12px;
  background-color: #e4f2ff;
  font-family: "GoyangIlsan", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#header .title {
  width: 100%;
  height: 60px;
  padding: 0;
  margin: 10px 0px;
}
#header .clipimage {
  display: inline-block;
  width: 65px;
  height: 57px;
  margin-left: 10px;
  background: url(../image/icon_help.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#header .clipimage span {
  display: block;
  text-indent: -9999px;
}
#header .title h1 {
  display: inline-block;
  font-size: 1.3rem;
  color: #0e81c9;
  vertical-align: top;
  padding-left: 10px;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: "HangeulNuri-Bold", "GoyangIlsan", "S-CoreDream-1Thin", "Handon3gyeopsal600g", "locus_sangsang", sans-serif;
}
#header .info {
  color: #333;
  padding: 0 9px 0 9px;
}

#content .description p {
  padding: 5px 10px 5px 10px;
  color: #333;
  border: 1px solid #666;
  margin-bottom: 10px;
}
#content .case {
  margin-bottom: 10px;
}
#content .case > p {
  padding: 4px 5px 4px 10px;
  color: #fff;
  background-color: #0e81c9;
  letter-spacing: -0.8px;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0;
}
#content div > ul {
  list-style: none;
  margin: 0;
  padding: 8px;
  background-color: #fff;
}
#content div > ul > li {
  color: #333;
  font-weight: 300;
}
#content div > ul > li p {
  padding: 5px 0 10px 10px;
  margin: 0;
}
#content div[class^=case]:nth-child(2) li {
  position: relative;
  padding-left: 20px;
}
#content div[class^=case]:nth-child(2) .num {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #0e81c9;
}
#content div:nth-child(3) ul li:nth-child(2) p {
  padding-bottom: 0;
}
#content .ref {
  color: #333;
  font-size: 0.7rem;
  line-height: 10px;
  font-weight: 300;
  letter-spacing: -0.5px;
}

#header div:nth-child(1) {
  width: 100%;
  height: 20px;
}

.btn_cont {
  display: block;
  text-align: right;
  /* overflow: hidden; */
  z-index: 99;
}

.btn_close {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  transition: transform 0.3s;
}
.btn_close:hover, .btn_close:focus {
  outline: none;
  transform: scale(1.2);
}
.btn_close:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -1px;
  background-color: #aaa;
  transform: rotate(-45deg);
}
.btn_close:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -1px;
  background-color: #aaa;
  transform: rotate(45deg);
}

.openDownloadPageWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -120px 0 0 -235px;
  padding-bottom: 10px;
  width: 470px;
  border: 1px #777 solid;
  background: #fff;
}

/*# sourceMappingURL=certificate_ui.css.map */
