﻿@import url("css2-NotoSansKRwght300400500_swap.css");
/*
.AuthServiceContents h3,
p {
  font-family: "NotoSans Light" !important;
}

.AuthServiceContents button {
  font-family: "NotoSans Regular" !important;
}
*/
.AuthServiceContents {
  line-height: normal !important;
  display: none;
  margin-top: 40px;
  margin-bottom: 100px;
}
/*
  모달 
*/
.AuthService-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.AuthService-modal-box {
  background: white;
  width: 50%;
  height: 65%;
  overflow-y: auto;
  z-index: 100;
}

.AuthServiceContents h3,
.AuthServiceContents p {
  font-family: "Noto Sans KR", sans-serif !important;
  font-style: normal;
  font-weight: 300;
}

.AuthServiceContents button {
  font-family: "Noto Sans KR", sans-serif !important;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 640px) {
  /* Style the tab. */
  .tab {
    overflow: hidden;
    background-color: #ffffff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 520px;
    margin-top: 40px;
  }
}

@media (max-width: 640px) {
  /* Style the tab */
  .AuthServiceContents .tab {
    overflow: hidden;
    background-color: #ffffff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  /* Style the tab */
  .AuthServiceContents .tab {
    overflow: hidden;
    background-color: #ffffff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 480px;
    margin-top: 40px;
  }
}

.AuthServiceContents .imageText {
  display: grid;
}

.AuthServiceContents .menu h3 {
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 30px;
}

/*
h3 {
  margin-top: 80px !important;
  margin-bottom: 30px !important;
  font-size: 30px !important;
}
*/

/* Style the buttons that are used to open the tab content */
.AuthServiceContents .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 6px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.AuthServiceContents .tab button:hover {
  /* background-color: #ddd;*/
}

/* Create an active/current tablink class */
.AuthServiceContents .tab button.active {
  /*background-color: #ccc;*/
}

/* Style the tab content */
.AuthServiceContents .tabcontent {
  display: none;
  border-top: none;
}

.AuthServiceContents .tabInfo {
  float: left;
  text-align: center;
  border-bottom: 5px solid #eaeaea;
  width: 80%;
  padding-bottom: 10px;
  padding-top: 15px;
}

.AuthServiceContents .tablinks {
  font-size: 18px;
  font-weight: bold;
  color: #404040;
  background-color: white;
}

.AuthServiceContents .content {
  margin: 0 auto;
  width: 480px;
  text-align: center;
}

.AuthServiceContents .font1 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0px;
  color: rgb(100, 100, 100);
  margin-bottom: 4px;
}

.AuthServiceContents .font2 {
  font-size: large;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
}

/**
    * input text css
    */

.AuthServiceContents .form__input {
  color: #333;
  font-size: 1.2rem;
  margin: 0 auto;
  border-radius: 0.2rem;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  display: block;
  transition: all 0.3s;
  width: 80%;
  height: 30px;
}

.AuthServiceContents #btn_group button {
  border: 1px solid rgb(100, 100, 100);
  background-color: #404040;
  color: rgb(255, 255, 255);
  padding: 5px;
  width: 80%;
  height: 38px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 14px;
}

.AuthServiceContents .textInfo {
  background-color: #f9f9f9;
  justify-content: center;
  align-items: center;
  width: 80%;
  font-size: 14px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.AuthServiceContents .topMargin30 {
  margin-top: 30px;
}

.AuthServiceContents .bottomMargin30 {
  margin-bottom: 30px;
}

.AuthServiceContents .footer-text {
  margin-top: 30px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

.AuthServiceContents .tabArea {
  border-bottom: 3px solid white;
  width: 10px;
  height: 6px;
}

.AuthServiceContents .auth {
  border-bottom: 5px solid #26252b;
}

.AuthServiceContents .title1 {
  margin-top: 80px !important;
  font-size: 30px !important;
  margin-bottom: 0px !important;
}

.AuthServiceContents .title2 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 15px;
}

.AuthServiceContents .authContents {
  margin-top: 40px;
  border-top: 1px solid;
  padding-bottom: 10px;
  padding-top: 10px;
}

.AuthServiceContents .authContents2 {
  width: 80%;
  /*margin-top: 40px;*/
  margin: auto;
  border-top: 1px solid;
  padding-top: 18px;
  border-bottom: 1px solid;
  padding-bottom: 18px;
  align-items: center;
  display: flex;
}
_:-ms-fullscreen,
:root .authContents2 {
  width: 80%;
  /*margin-top: 40px;*/
  margin: auto;
  border-top: 1px solid;
  padding-top: 10px;
  border-bottom: 1px solid;
  padding-bottom: 12px;
}

_:-ms-fullscreen,
:root .imageText {
  display: table-row-group;
}

.AuthServiceContents .authInfo2 {
  width: 94%;
  padding-bottom: 10px;
  color: #ececec;
  background-color: white;
  margin-top: 20px;
}

.AuthServiceContents .authInfoText {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  font-size: smaller;
  font-weight: 300;
}

.AuthServiceContents .authInfo {
  width: 80%;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}

.AuthServiceContents .reInputBtn {
  width: 32%;
  border: 1px solid rgb(0, 0, 0);
  background-color: white;
  color: rgb(0, 0, 0);
  height: 38px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 14px;
}

.AuthServiceContents .reInputBtn2 {
  width: 35%;
  border: 1px solid rgb(0, 0, 0);
  background-color: white;
  color: rgb(0, 0, 0);
  height: 38px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 14px;
}

.AuthServiceContents .authBtn3 {
  width: 48%;
  border: 1px solid #404040;
  background-color: #404040;
  color: rgb(255, 255, 255);
  height: 38px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 14px;
}
.AuthServiceContents .authBtn2 {
  width: 45%;
  border: 1px solid #404040;
  background-color: #404040;
  color: rgb(255, 255, 255);
  height: 38px;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 14px;
}

.AuthServiceContents .textBold {
  font-family: "Noto Sans KR", sans-serif !important;
  font-style: normal;
  font-weight: 500;
}

.AuthServiceContents .authContents {
  margin-top: 10px;
  padding: 10px;
}

.AuthServiceContents .authInfoText {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  font-size: 14px;
  color: black;
}

.AuthServiceContents .authInfo {
  width: 94%;
  padding-bottom: 10px;
  color: #ececec;
  background-color: white;
}

.AuthServiceContents .authBtn {
  width: 98%;
  border: 1px solid #404040;
  background-color: #404040;
  color: rgb(255, 255, 255);
  height: 38px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
}

.AuthServiceContents .authCancelhBtn {
  width: 98%;
  border: 1px solid rgb(0, 0, 0);
  background-color: white;
  color: rgb(0, 0, 0);
  height: 38px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-right: 5px;
  font-size: 14px;
}

.AuthServiceContents .lostCancelhBtn {
  width: 98%;
  border: 1px solid #404040;
  background-color: white;
  color: #404040;
  height: 38px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 14px;
}

.AuthServiceContents .textBold {
  font-weight: bold;
}

.AuthServiceContents .authInfoList {
  background-color: #f9f9f9;
  padding-top: 1px;
  padding-bottom: 14px;
  width: 80%;
  margin: auto;
}

.AuthServiceContents .modalTitle {
  font-size: x-large;
  font-weight: 800;
  margin-top: 10px;
}

.AuthServiceContents .modalText {
  font-size: medium;
  margin-top: 0px;
  margin-bottom: 0px;
}

.AuthServiceContents .modatSelect {
  margin-top: 20px;
  width: 202px;
  height: 42px;
  margin-bottom: 20px;
}

.AuthServiceContents .floatRight {
  float: right;
}

/* The Modal (background) */
.AuthServiceContents .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.AuthServiceContents .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  padding-bottom: 10px;
  border: 1px solid #888;
  width: 230px;
  /* Could be more or less, depending on screen size */
  height: 230px;
}

.AuthServiceContents .authCancelModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.AuthServiceContents .authCancelModal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  padding-bottom: 10px;
  border: 1px solid #888;
  width: 260px;
  height: 260px;
}

.AuthServiceContents .authCancelModalTitle {
  font-size: x-large;
  font-weight: 800;
  margin-top: 10px;
  text-align: left;
}
.AuthServiceContents .authCancelModalText {
  font-size: medium;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  color: #888;
}

.AuthServiceContents .lostRegistrationModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.AuthServiceContents .lostRegistration-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  padding-bottom: 10px;
  border: 1px solid #888;
  width: 300px;
  height: 300px;
}

.AuthServiceContents .lostCancelModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.AuthServiceContents .lostCancel-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  padding-bottom: 10px;
  border: 1px solid #888;
  width: 300px;
  height: 250px;
}

.AuthServiceContents .stateChangeOkModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.AuthServiceContents .stateChangeOkModal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  padding-bottom: 10px;
  border: 1px solid #888;
  width: 300px;
  height: 100px;
}

.AuthServiceContents .authServiceFormInput {
  color: #333 !important;
  font-size: 14px !important;
  width: 49% !important;
  height: 34px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-left: 10px !important;
  padding-bottom: 0px !important;
  margin-bottom: 4px !important;
  margin-top: 0px !important;
  padding-top: 3px !important;
}

.AuthServiceContents #btnGroup {
  border: 1px solid rgb(100, 100, 100);
  background-color: #404040;
  color: rgb(255, 255, 255);
  width: 27%;
  height: 38px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
}

.AuthServiceContents .authServiceAuthInfoView-Image {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.AuthServiceContents .authServiceItemList {
  width: 94% !important;
  margin: auto;
}

.AuthServiceContents .authServiceItems {
  display: block !important;
  align-items: baseline;
  width: 80%;
  margin: auto;
}

.AuthServiceContents .authServiceSubject {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 16px !important;
}

.AuthServiceContents .authServiceSelectDate {
  width: 30%;
  height: 36px !important;
  padding-left: 10px;
  font-size: 14px !important;
  color: #333 !important;
  margin-top: 6px;
  margin-bottom: 10px;
  font-family: "Noto Sans KR", sans-serif !important;
  font-style: normal;
  font-weight: 300;
}

.AuthServiceContents .authServiceSelect {
  width: 360px !important;
  height: 38px !important;
  padding-left: 10px;
  font-size: 14px !important;
  color: #333 !important;
  margin-bottom: 10px !important;
  margin-top: 5px !important;
  font-family: "Noto Sans KR", sans-serif !important;
  font-style: normal;
  font-weight: 300;
}

.AuthServiceContents .authServiceItems .authServiceFormInput {
  /*margin-top: 10px !important;*/
  margin-bottom: 10px !important;
  width: 345px !important;
  font-family: "Noto Sans KR", sans-serif !important;
  font-style: normal;
  font-weight: 300;
}

.AuthServiceContents .authServiceCheckBoxOptionName {
  text-align: left;
  margin-top: 0px !important;
  margin-bottom: 10px;
  font-size: 14px !important;
  padding-top: 1px;
  margin-bottom: 5px;
  font-family: "Noto Sans KR", sans-serif !important;
  font-style: normal;
  font-weight: 300;
}
_:-ms-fullscreen,
:root .authServiceCheckBoxOptionName {
  text-align: left;
  /*margin-top: 16px !important;*/
}

.AuthServiceContents .authServiceCheckBox {
  margin: 10px;
  margin-left: 0px;
  margin-top: 6px;
  margin-bottom: 11px;
  float: left;
}

.AuthServiceContents .checkBoxDiv {
  width: 100%;
  height: 100%;
  /*display: -ms-grid;*/
  display: grid;
  align-content: center;
}

.AuthServiceContents .checkBoxSubDiv {
  /*height: 40px !important;*/
  display: flex;
}

.AuthServiceContents .authServiceFile {
  height: 34px !important;
  /*margin-top: 10px;*/
  margin-bottom: 10px;
  width: 100%;
}

.AuthServiceContents .authServiceSelectDateYear {
  width: 34% !important;
}

.AuthServiceContents .authServiceSelectDateMonth {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.AuthServiceContents .InputFileBtn {
  width: 32%;
  border: 1px solid rgb(0, 0, 0);
  background-color: white;
  color: rgb(0, 0, 0);
  height: 32px;
  margin-top: 4px;
  margin-bottom: 0px;
  font-size: 13px;
  display: block;
  float: left;
}

.AuthServiceContents .DelFileBtn {
  width: 22%;
  border: 1px solid rgb(0, 0, 0);
  background-color: #f2f2f2;
  color: rgb(0, 0, 0);
  height: 32px;
  margin-top: 4px;
  margin-bottom: 0px;
  font-size: 13px;
  display: block;
  float: left;
}

.AuthServiceContents .fileName {
  font-size: 14px;
  text-overflow: ellipsis;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-align: initial;
  margin-left: 15px;
  margin-bottom: 0px;
  margin-top: 12px;
}

.AuthServiceContents .fileArea {
  display: flex !important;
  padding-bottom: 10px;
}

.AuthServiceContents .fileClose {
  display: block;
  margin-bottom: 0px;
  margin-top: 12px;
  margin-left: 5px;
  display: inline-block !important;
}
/*
*/

@media all and (max-width: 440px) {
  #contents {
    background-color: white !important;
  }
  .AuthServiceContents #contents {
    background-color: white !important;
  }

  #authServiceAuthInfoView {
    margin-bottom: 40px;
  }

  #authServiceAuthResult {
    margin-bottom: 40px;
  }

  _:-ms-fullscreen,
  :root .authContents2 {
    width: 80%;
    /*margin-top: 40px;*/
    margin: auto;
    border-top: 1px solid;
    padding-top: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
  }

  .AuthServiceContents .authContents2 {
    align-items: end;
  }

  _:-ms-fullscreen,
  :root .authServiceAuthInfoView-Image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 0px;
    margin-left: 5px;
  }

  /* Style the tab */
  .AuthServiceContents .tab {
    overflow: hidden;
    background-color: #ffffff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    margin-top: 40px;
  }

  .AuthServiceContents .authInfo2 {
    margin-top: 20px;
  }

  .AuthServiceContents .menu h3 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: xx-large;
  }
  /*
  h3 {
    margin-top: 60px !important;
    margin-bottom: 30px !important;
    font-size: xx-large !important;
  }
  */

  /* Style the buttons that are used to open the tab content */
  .AuthServiceContents .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 6px;
    transition: 0.3s;
  }

  /* Style the tab content */
  .AuthServiceContents .tabcontent {
    display: none;
    border-top: none;
  }

  .AuthServiceContents .tabInfo {
    float: left;
    text-align: center;
    border-bottom: 5px solid #eaeaea;
    width: 50%;
    padding-bottom: 10px;
    padding-top: 15px;
  }

  .AuthServiceContents .tablinks {
    font-size: large;
    font-weight: bold;
    color: #404040;
    background-color: white;
  }

  .AuthServiceContents .content {
    width: 320px;
    text-align: center;
  }

  .AuthServiceContents .font1 {
    font-size: 15px;
    font-weight: 300;
    margin-top: 0px;
    color: rgb(100, 100, 100);
    margin-bottom: 0px;
  }

  .AuthServiceContents .font2 {
    font-size: large;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  /**
      * input text css
      */

  .AuthServiceContents .form__input {
    color: #333;
    font-size: 1.2rem;
    margin: 0 auto;
    border-radius: 0.2rem;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    display: block;
    transition: all 0.3s;
    width: 80%;
    height: 30px;
  }

  .AuthServiceContents #btn_group button {
    border: 1px solid rgb(100, 100, 100);
    background-color: #404040;
    color: rgb(255, 255, 255);
    padding: 5px;
    width: 80%;
    height: 49px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 13px;
  }

  .AuthServiceContents .textInfo {
    background-color: #f9f9f9;
    justify-content: center;
    align-items: center;
    width: 80%;
    font-size: 15px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .AuthServiceContents .topMargin30 {
    margin-top: 30px;
    height: 53px !important;
  }

  .AuthServiceContents .bottomMargin30 {
    margin-bottom: 30px;
  }

  .AuthServiceContents .footer-text {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: normal;
  }

  .AuthServiceContents .tabArea {
    border-bottom: 3px solid white;
    width: 10px;
    height: 6px;
  }

  .AuthServiceContents .auth {
    border-bottom: 5px solid #26252b;
  }

  .AuthServiceContents .title1 {
    margin-top: 60px !important;
    font-size: xx-large !important;
    margin-bottom: 0px !important;
    height: 40px !important;
  }

  .AuthServiceContents .title2 {
    font-size: xx-large;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 10px;
    height: 40px;
  }

  .AuthServiceContents .authContents {
    margin-top: 40px;
    border-top: 1px solid;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .AuthServiceContents .authInfoText {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 12px;
    letter-spacing: -0.4px;
  }

  .AuthServiceContents .reInputBtn {
    width: 32%;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgba(255, 255, 255);
    color: rgb(0, 0, 0);
    height: 49px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 13px;
  }

  .AuthServiceContents .reInputBtn2 {
    width: 35%;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgba(255, 255, 255);
    color: rgb(0, 0, 0);
    height: 49px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .AuthServiceContents .authBtn3 {
    width: 48%;
    border: 1px solid #404040;
    background-color: #404040;
    color: rgb(255, 255, 255);
    height: 49px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 13px;
  }
  .AuthServiceContents .authBtn2 {
    width: 45%;
    border: 1px solid #404040;
    background-color: #404040;
    color: rgb(255, 255, 255);
    height: 49px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .AuthServiceContents .textBold {
    font-family: "Noto Sans KR", sans-serif !important;
    font-style: normal;
    font-weight: 500;
  }

  .AuthServiceContents .authCheckBtn {
    width: 320px;
  }

  .AuthServiceContents .authServiceAuthInfoView-Image {
    width: 40px;
    height: 40px;

    margin-right: 5px;
    margin-left: 8px;
  }

  .AuthServiceContents .authContents {
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .AuthServiceContents .authInfo {
    width: 94%;
    padding-bottom: 0px;
    color: #f9f9f9;
    background-color: white;
  }

  .AuthServiceContents .authBtn {
    width: 97%;
    border: 1px solid #404040;
    background-color: #404040;
    color: rgb(255, 255, 255);
    height: 35px;
    margin-bottom: 0px;
    font-size: 13px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .AuthServiceContents .authCancelhBtn {
    width: 97%;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgba(255, 255, 255);
    color: rgb(0, 0, 0);
    height: 35px;
    margin-bottom: 0px;
    margin-right: 5px;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .AuthServiceContents .lostCancelhBtn {
    width: 98%;
    border: 1px solid #404040;
    background-color: white;
    color: #404040;
    height: 35px;
    margin-bottom: 0px;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .AuthServiceContents .authInfoList {
    background-color: #f9f9f9;
    padding-top: 1px;
    padding-bottom: 14px;
  }

  .AuthServiceContents .modalTitle {
    font-size: x-large;
    font-weight: 800;
    margin-top: 10px;
  }

  .AuthServiceContents .modalText {
    font-size: medium;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .AuthServiceContents .modatSelect {
    margin-top: 20px;
    width: 202px;
    height: 42px;
    margin-bottom: 20px;
  }

  .AuthServiceContents .floatRight {
    float: right;
  }

  /* The Modal (background) */
  .AuthServiceContents .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .AuthServiceContents .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    padding-bottom: 10px;
    border: 1px solid #888;
    width: 230px;
    /* Could be more or less, depending on screen size */
    height: 230px;
  }

  .AuthServiceContents .authCancelModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .AuthServiceContents .authCancelModal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    padding-bottom: 10px;
    border: 1px solid #888;
    width: 260px;
    height: 260px;
  }

  .AuthServiceContents .authCancelModalTitle {
    font-size: x-large;
    font-weight: 800;
    margin-top: 10px;
    text-align: left;
  }
  .AuthServiceContents .authCancelModalText {
    font-size: medium;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    color: #888;
  }

  .AuthServiceContents .lostRegistrationModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .AuthServiceContents .lostRegistration-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    padding-bottom: 10px;
    border: 1px solid #888;
    width: 300px;
    height: 300px;
  }

  .AuthServiceContents .lostCancelModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .AuthServiceContents .lostCancel-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    padding-bottom: 10px;
    border: 1px solid #888;
    width: 300px;
    height: 250px;
  }

  .AuthServiceContents .stateChangeOkModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }

  .AuthServiceContents .stateChangeOkModal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    padding-bottom: 10px;
    border: 1px solid #888;
    width: 300px;
    height: 100px;
  }

  .AuthServiceContents .authServiceFormInput {
    color: #333 !important;
    font-size: 12px !important;
    width: 49% !important;
    height: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 5px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 3px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
  }

  .AuthServiceContents #btnGroup {
    border: 1px solid rgb(100, 100, 100);
    background-color: #404040;
    color: rgb(255, 255, 255);
    width: 27%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    vertical-align: middle;
  }

  .AuthServiceContents .imageText {
    display: grid;
    padding-left: 2px;
  }

  .AuthServiceContents .font3 {
    margin-top: 10px;
    font-size: large;
    font-weight: 400;
    margin-top: 0px;
    color: rgb(100, 100, 100);
    margin-bottom: 4px;
    height: 40px;
  }

  /**/
  .AuthServiceContents .authServiceItemList {
    width: 320px !important;
    display: table;
  }
  _:-ms-fullscreen,
  :root .authServiceItemList {
    width: 320px !important;
    display: block;
  }

  .AuthServiceContents .authServiceItems {
    width: 80%;
    display: block !important;
    justify-content: center;
    text-align: center;
    margin: auto;
    /*height: 33px !important;*/
    /*margin-top: 20px;*/
  }

  .AuthServiceContents .authServiceSubject {
    /*width: 32% !important;*/
    margin-left: 0px;
    /*text-align: center;*/
    font-size: 15px !important;
    width: auto;
    font-weight: 300;
    /*max-width: 80px;*/
    margin-bottom: 8px;
  }

  .AuthServiceContents .authServiceSelect {
    width: 100% !important;
    /*height: 100% !important;*/
    margin-left: 0px;
    padding-left: 5px !important;
    padding-top: 3px;
    margin-top: 4px;
    font-size: 12px !important;
    font-family: "Noto Sans KR", sans-serif !important;
    font-style: normal;
    font-weight: 300;
  }

  .AuthServiceContents .authServiceCheckBox {
    margin-top: 4px;
    margin-bottom: 0px;
    /*height: 33px !important;*/
    margin-right: 5px !important;
  }

  .AuthServiceContents .authServiceFile {
    width: 100%;
    height: 100% !important;
    margin-top: 4px !important;
  }

  .AuthServiceContents .checkBoxDiv {
    width: 100%;
    height: 100%;
    display: block;
    align-content: center;
    margin-bottom: 3px;
  }

  .AuthServiceContents .authServiceItems .authServiceFormInput {
    height: 37px !important;
    width: 100% !important;
    margin-top: 4px !important;
    font-family: "Noto Sans KR", sans-serif !important;
    font-style: normal;
    font-weight: 300;
  }

  .AuthServiceContents .authServiceCheckBoxOptionName {
    text-align: left;
    font-size: 12px !important;
    padding: 0px 7px 7px 7px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    display: flex;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-style: normal;
    font-weight: 300;
    padding-top: 3px;
  }

  .AuthServiceContents .authServiceSelectDate {
    width: 30%;
    height: 37px !important;
    margin-left: 0px;
    margin-top: 4px;
    padding-left: 10px !important;
    margin-bottom: 10px;
    font-size: 12px !important;
    font-family: "Noto Sans KR", sans-serif !important;
    font-style: normal;
    font-weight: 300;
  }

  .AuthServiceContents .checkBoxSubDiv {
    /*height: 40px !important;*/
    display: table;
    width: 100%;
  }

  _:-ms-fullscreen,
  :root .checkBoxSubDiv {
    /*height: 40px !important;*/
    display: block;
    width: 100%;
  }

  .AuthServiceContents .authServiceSelectDateYear {
    width: 32% !important;
  }

  .AuthServiceContents .InputFileBtn {
    width: 32%;
    border: 1px solid rgb(0, 0, 0);
    background-color: white;
    color: rgb(0, 0, 0);
    height: 32px;
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 12px;
    display: block;
    float: left;
  }
  .AuthServiceContents .DelFileBtn {
    width: 32%;
    border: 1px solid rgb(0, 0, 0);
    background-color: #f2f2f2;
    color: rgb(0, 0, 0);
    height: 32px;
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 12px;
    display: block;
    float: left;
  }

  .AuthServiceContents .fileName {
    font-size: 12px;
    text-overflow: ellipsis;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-align: initial;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 14px;
  }

  .AuthServiceContents .fileArea {
    display: flex !important;
  }

  .AuthServiceContents .listProductName {
    margin-top: 2px !important;
  }
  .AuthServiceContents .authServiceAuthInfoView-ProdunctInfo {
    margin-top: 2px !important;
  }
}
