@charset "UTF-8";
/* =============== basis =============== */
.webcryptoLayout {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-family: "돋움", Dotum, Helvetica, sans-serif;
  color: #333333; }
  .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: #333333;
    margin: 0;
    padding: 0;
    border: 0; }
  .webcryptoLayout input, .webcryptoLayout select {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "돋움", Dotum, Helvetica, sans-serif;
    color: #333333;
    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; }

/* =============== Content =============== */
/* 각 영역 공통 */
.wcCertificateWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -297px 0 0 -235px;  
  width: 470px;
  height: 594px;
  background: #fff;
  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; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */}
  
.wcDragAndDropBoder {
  width: 448px;
  height: 170px;
  border: 1px;
  border-color: #115577;
  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: #115577; }
  
.wcSection {
  margin: 0;
  padding: 5px 10px; }

.wcTitleBar {
  padding: 10px 10px 7px;
  background: #115577;
  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; }

.wcBlinderSub {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -297px 0 0 -235px;
  width: 472px;
  height: 596px;
  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/header.png) 100% 100% no-repeat;
  border: solid 1px;
}  

/* 인증서 저장매체 선택 탭 */
.wcMediaTabs {
  *zoom: 1; }
.wcMediaTabs:after {
  display: block;
  clear: both;
  content: ''; }
.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; }
.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.wcSelcOn {
  border: 1px #0670ab solid;
  background-color: #0670ab;
}
.wcMediaTabs .wcMediaTabWEB, .wcMediaTabs li.wcSelcOn .wcMediaTabWEB {
  background: url(../image/icon_browser_on.png) 50% 26% no-repeat;
}
.wcMediaTabs .wcMediaTabHDD, .wcMediaTabs li.wcSelcOn .wcMediaTabHDD {
  background: url(../image/icon_harddisk_on.png) 50% 26% no-repeat; }    
.wcMediaTabs .wcMediaTabUSB, .wcMediaTabs li.wcSelcOn .wcMediaTabUSB {
  background: url(../image/icon_movabledisk_on.png) 50% 30% no-repeat; }
.wcMediaTabs .wcMediaTabPhone, .wcMediaTabs li.wcSelcOn .wcMediaTabPhone {
  background: url(../image/icon_ubikey_on.png) 50% 26% no-repeat; }          
.wcMediaTabs .wcMediaTabHWToken, .wcMediaTabs li.wcSelcOn .wcMediaTabHWToken {
  background: url(../image/icon_hsm_on.png) 50% 26% no-repeat; }
.wcMediaTabs .wcMediaTabUSIM, .wcMediaTabs li.wcSelcOn .wcMediaTabUSIM {
  background: url(../image/icon_usim_on.png) 50% 26% no-repeat; }
.wcMediaTabs li:hover label {
  color: #333;
}
.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: 16px;
  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 #dddddd;
    -webkit-box-shadow: inset 0 1px 4px 0 #dddddd;
    box-shadow: inset 0 1px 4px 0 #dddddd; }
  .wcPwWrap .wcTipText {
    margin-top: 10px;
    color: #555; }

/* 비밀번호 변경 */
.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-top: 0px;
      width: 133px;
      padding: 5px 0;
      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 #dddddd;
      -webkit-box-shadow: inset 0 1px 4px 0 #dddddd;
      box-shadow: inset 0 1px 4px 0 #dddddd; }
  .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 #bbbbbb;
  -webkit-box-shadow: inset 0 -2px 8px -2px #bbbbbb;
  box-shadow: inset 0 -2px 8px -2px #bbbbbb; }

.wcBtnWrap input[type="button"]:hover, .wcBtnWrap02 input[type="button"]:hover {
  -moz-box-shadow: inset 0 2px 8px -2px #999999;
  -webkit-box-shadow: inset 0 2px 8px -2px #999999;
  box-shadow: inset 0 2px 8px -2px #999999; }

.wcProgBtnWrap {
  text-align: center;
  padding-top: 8px; }
  .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 #bbbbbb;
    -webkit-box-shadow: inset 0 -2px 8px -2px #bbbbbb;
    box-shadow: inset 0 -2px 8px -2px #bbbbbb; }
    .wcProgBtnWrap input[type="button"]:hover {
      -moz-box-shadow: inset 0 2px 8px -2px #999999;
      -webkit-box-shadow: inset 0 2px 8px -2px #999999;
      box-shadow: inset 0 2px 8px -2px #999999; }
  .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; }

/*
.wcDriveSelection table thead th .wcMoveBar {
  position: absolute;
  top: -5px;
  left: 100%;
  width: 3px;
  height: 24px;
  cursor: w-resize;
  background: transparent;
}
*/
/* PIN 또는 비밀번호 입력 팝업 */
.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; }

/* z-index 넣으면 다른쪽 탭을 선택(클릭)할 수 없음 */
/*
.wcTap01,
.wcTap02 {
  z-index: 1;
  width: 100%;
}
.wcTap01.wcSelcOn,
.wcTap02.wcSelcOn {
  z-index: 2;
}
*/
.wcTap01 .wcTapCont, .wcTap02 .wcTapCont {
  display: none; }

.wcTap01.wcSelcOn .wcTapCont, .wcTap02.wcSelcOn .wcTapCont {
  display: block; }

/*
.wcTapTit {
  position: absolute;
  top: 3px;
  display: inline-block;
  padding: 7px 10px 5px;
  width: 50px;
  height: 14px;
  border: 1px #ddd solid;
  border-bottom: none;
  background: #f4f4f4;
  z-index: 5;
  cursor: pointer;
}
*/
.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;
  /* 380px - padding(5*2) + border(1*2) */
  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 #bbbbbb;
  -webkit-box-shadow: inset 0 -2px 8px -2px #bbbbbb;
  box-shadow: inset 0 -2px 8px -2px #bbbbbb;
}

.wcFindCertificateBtnWrap input[type="button"]:hover {
  background: #6aa2ff;
  -moz-box-shadow: inset 0 2px 8px -2px #999999;
  -webkit-box-shadow: inset 0 2px 8px -2px #999999;
  box-shadow: inset 0 2px 8px -2px #999999;
}

.wcFindCertificateCont {
	padding: 10px 30px 10px 30px;
}
.wcFindCertificateCont2 {
  display: block;
  border: 1px dotted #115577;
  margin-bottom: 10px;
  padding: 10px;
  color: #115577;
}

.wcFindCertificateLink {
	border-top: solid 1px #dddddd;
    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%;
}

#helpWindowOpen {
    text-align: right;
    background: url(../image/helpPageOpen.png) no-repeat;
    width: 162px;
    height: 21px;
    margin-bottom: 5px;
}
/* 도움말 윈도우 */
/*================ 폰트 ===============*/
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Noto+Sans+KR');
@font-face { font-family: 'HangeulNuri-Bold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/HangeulNuri-Bold.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GoyangIlsan'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GoyangIlsan.woff') format('woff'); font-weight: normal; font-style: normal; }

.em { font-weight: 600; }     /* 텍스트 강조  */
.white_em { color: #fff; font-weight: 600; }     /* 텍스트 강조 - 흰색 */

#help {     /*   전체 컨테이너   */
	position: absolute;
	width: 300px; height: 594px; padding: 12px; background-color: #e4f2ff;
	font-family: 'Nanum Gothic', "Noto Sans KR", "GoyangIlsan", sans-serif; 
	font-size: 13px; 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", "Noto Sans KR", sans-serif; 
}
#header .info { color: #333; padding: 0 9px 0 9px; }     /* info - 브라우저인증서 용어 정의 */
/* description - 설명글 */
#content .description p { padding: 5px 10px 5px 10px; color: #333; border: 1px solid #666; margin-bottom: 10px; }  

/*-------------------- case block --------------------*/
#content .case { margin-bottom: 10px; }  /* case 블록 하단 마진 */
#content .case > p {    /* case 블록 제목 */
	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[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 > ul { list-style: none; margin: 0; padding: 8px; background-color: #fff; }  /* case 블록 배경 색상 */
#content div > ul > li { color: #333; font-weight: 300; }     /* case li */
#content div > ul > li p { padding: 5px 0 10px 10px; margin: 0; }     /* case 2 > p */
#content div:nth-child(3) ul li:nth-child(2) p { padding-bottom: 0; }     /* case 2 > 두번째 p */

/*------------- 하단 참고 글 ------------*/
#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; }
.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 {     /* 우측 막대기 */
	content: ""; position: absolute; width: 15px; height: 2px; left: 50%; top: 50%; 
	margin-left: -7px; margin-top: -1px; background-color: #aaa; transform: rotate(-45deg);
}
.btn_close:before {    /* 좌측 막대기 */
	content: ""; position: absolute; width: 15px; height: 2px; left: 50%; top: 50%; 
	margin-left: -7px; margin-top: -1px; background-color: #aaa;  transform: rotate(45deg);
}		

/* openDownloadPage */
.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 */
