<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Hd_HB';
  src: url("../font/HyundaiSansHeadKRBold.eot");
  src: url("../font/HyundaiSansHeadKRBold.eot") format("embedded-opentype"), url("../font/HyundaiSansHeadKRBold.woff") format("woff"), url("../font/HyundaiSansHeadKRBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hd_HM';
  src: url("../font/HyundaiSansHeadKRMedium.eot");
  src: url("../font/HyundaiSansHeadKRMedium.eot") format("embedded-opentype"), url("../font/HyundaiSansHeadKRMedium.woff") format("woff"), url("../font/HyundaiSansHeadKRMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hd_HR';
  src: url("../font/HyundaiSansHeadKRRegular.eot");
  src: url("../font/HyundaiSansHeadKRRegular.eot") format("embedded-opentype"), url("../font/HyundaiSansHeadKRRegular.woff") format("woff"), url("../font/HyundaiSansHeadKRRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hd_TB';
  src: url("../font/HyundaiSansTextKRBold.eot");
  src: url("../font/HyundaiSansTextKRBold.eot") format("embedded-opentype"), url("../font/HyundaiSansTextKRBold.woff") format("woff"), url("../font/HyundaiSansTextKRBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hd_TM';
  src: url("../font/HyundaiSansTextKRMedium.eot");
  src: url("../font/HyundaiSansTextKRMedium.eot") format("embedded-opentype"), url("../font/HyundaiSansTextKRMedium.woff") format("woff"), url("../font/HyundaiSansTextKRMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Hd_TR';
  src: url("../font/HyundaiSansTextKRRegular.eot");
  src: url("../font/HyundaiSansTextKRRegular.eot") format("embedded-opentype"), url("../font/HyundaiSansTextKRRegular.woff") format("woff"), url("../font/HyundaiSansTextKRRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "Hd_TR", "Malgun Gothic", "sans-serif";
  font-weight: 400;
  font-size: 18px;
  color: #666;
  letter-spacing: 0;
  line-height: 1.3;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, table, tr, th, td {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

img, fieldset {
  border: none;
  vertical-align: top;
}

legend, caption {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -1;
}

textarea, button {
  vertical-align: middle;
}

input, select {
  font-family: "Hd_TR", "Malgun Gothic", "sans-serif";
  font-size: 18px;
  color: #333;
  letter-spacing: 0;
  border-radius: 0;
  vertical-align: top;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input {
  padding: 3px 20px;
  height: 40px;
}

input:focus, input:active {
  outline: none;
}

.attach_area .file_div input[readonly] {
  pointer-events: none;
}

option {
  padding: 3px 10px;
}

option:focus, option:active {
  outline: none;
}

input[type="radio"], input[type="checkbox"] {
  border: 0;
  padding: 0;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="password"] {
  height: 40px;
  border: 1px solid #ccc;
  color: #999;
  background: #fff;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="password"]::-webkit-input-placeholder {
  color: #999;
}

input[type="password"]:-ms-input-placeholder {
  color: #999;
}

input[type="password"]::-ms-input-placeholder {
  color: #999;
}

input[type="password"]::placeholder {
  color: #999;
}

input[type="password"]:disabled {
  color: #999;
  background-color: #f3f3f3;
}

input[type="text"] {
  width: 278px;
  height: 40px;
  background: #fff;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="text"]::-webkit-input-placeholder {
  color: #999;
}

input[type="text"]:-ms-input-placeholder {
  color: #999;
}

input[type="text"]::-ms-input-placeholder {
  color: #999;
}

input[type="text"]::placeholder {
  color: #999;
}

input[type="text"]:disabled {
  color: #999;
  background-color: #f3f3f3;
}

input[type="text"]:disabled + .cal_btn {
  opacity: 0.5;
}

input[type="number"]::-webkit-input-placeholder {
  color: #999;
}

input[type="number"]:-ms-input-placeholder {
  color: #999;
}

input[type="number"]::-ms-input-placeholder {
  color: #999;
}

input[type="number"]::placeholder {
  color: #999;
}

input[type="number"]:disabled {
  color: #999;
  background-color: #f3f3f3;
}

select {
  height: 40px;
  padding: 5px 30px 5px 20px;
  font-size: 15px;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: #fff url("../images/select-icon.png") no-repeat right 17px center;
  vertical-align: top;
}

select::-ms-expand {
  display: none;
}

select:focus, select:active {
  outline: none;
}

select:disabled {
  color: #999;
  background-color: #f3f3f3;
  background-image: url("../images/select-icon-disabled.png");
  opacity: 1;
}

textarea {
  padding: 10px;
  font-family: "Hd_TR", "Malgun Gothic", "sans-serif";
  font-size: 18px;
  color: #333;
  letter-spacing: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  vertical-align: top;
  background: #fff;
  border: 1px solid #ccc;
  resize: none;
}

textarea:focus, textarea:active {
  outline: none;
}

a {
  text-decoration: none;
  color: #666;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: "Hd_TR", "Malgun Gothic", "sans-serif";
  font-size: 18px;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
}

button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}


/* ì²´í¬ë°•ìŠ¤ ìŠ¤íƒ€ì¼ */
.chk_type {
  position: relative;
}

.chk_type input[type="checkbox"] {
  display: none;
}

.chk_type label {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}

.chk_type label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/checkbox-icon.png") no-repeat 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chk_type input[type="checkbox"]:checked + label:before {
  background-image: url("../images/checkbox-icon-on.png");
}


#wrap.login_type {
  position:relative;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0 auto;
}

.login_div {
  position:absolute;
  max-width: 480px;
  text-align: center;
}

.login_div .login_txt {
  margin-bottom: 80px;
  font-family: 'Hd_HM';
  font-size: 60px;
  color: #000;
  line-height: 1;
}

.login_div .form_div input {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  color: #000;
  background: #efece9;
  border: none;
  border-radius: 0;
}

.login_div .form_div input::-webkit-input-placeholder {
  color: #000;
}

.login_div .form_div input:-ms-input-placeholder {
  color: #000;
}

.login_div .form_div input::-ms-input-placeholder {
  color: #000;
}

.login_div .form_div input::placeholder {
  color: #000;
}

.login_div .btn {
  margin-top: 60px;
}

.login_div .login_btn {
  display: block;
  height: 74px;
  font-family: "Hd_HB";
  font-size: 20px;
  line-height: 72px;
  color: #ffffff;
  background: #002c5f;
  text-align: center;
}

.login_div .find_btn {
  display: block;
  margin-top: 10px;
  font-family: 'Hd_HR';
  font-size: 15px;
  color: #000;
  text-align: left;
}

@media (max-width: 575px) {
  .login_div {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .login_div .login_txt {
    margin-bottom: 40px;
    font-family: 'Hd_HM';
    font-size: 35px;
  }
  .login_div .form_div input {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .login_div .form_div input::-webkit-input-placeholder {
    color: #000;
  }
  .login_div .form_div input:-ms-input-placeholder {
    color: #000;
  }
  .login_div .form_div input::-ms-input-placeholder {
    color: #000;
  }
  .login_div .form_div input::placeholder {
    color: #000;
  }
  .login_div .btn {
    margin-top: 30px;
  }
  .login_div .login_btn {
    height: 45px;
    font-family: "Hd_HB";
    font-size: 15px;
    line-height: 43px;
  }
  .login_div .find_btn {
    margin-top: 5px;
    font-family: 'Hd_HR';
    font-size: 13px;
  }
}

.login_div2 {
  position:absolute;
  max-width: 970px;
  margin-top: -150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  margin-top: -150px;
}

.login_div2 .login_txt2 {
  margin-bottom: 60px;
  font-family: 'Hd_HM';
  font-size: 34px;
  line-height: 46px;
  color: #000;
  text-align: center;
}

.login_div2 .login_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login_div2 .login_link a {
  position: relative;
  width: 475px;
  margin-right: 20px;
  padding: 60px 90px 60px 60px;
  font-family: 'Hd_TR';
  font-size: 15px;
  color: #000;
  background: #e4dcd3;
  -webkit-transition: all 0.3s sease;
  transition: all 0.3s sease;
}

.login_div2 .login_link a:last-child {
  margin-right: 0;
}

.login_div2 .login_link a:hover, .login_div2 .login_link a:focus, .login_div2 .login_link a:active {
  background: #f6f3f2;
}

.login_div2 .login_link a:after {
  content: "";
  display: block;
  width: 28px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 60px;
  background: url("../images/login-arrow.png") no-repeat center;
}

.login_div2 .login_link a .tit {
  margin-bottom: 10px;
  font-family: 'Hd_HB';
  font-size: 30px;
  line-height: 1;
  color: #000;
}

.login_div2 .login_link a .txt br {
  display: none;
}

.dimd {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url("../images/dimd.png") repeat 0 0;
}

#browserPop {
  position:fixed;
  width:680px;
  background:#fff;
  box-shadow:0 30px 80px rgba(0,0,0,0.2);
}

#browserPop .layer_top {
  height:90px;
  padding:0 40px;
  font-size:22px;
  font-family:'Hd_HM';
  line-height:90px;
  color:#fff;
  background:#002c5f;
}

#browserPop .layer_con {
  padding:60px 80px 80px;
  color: #000;
  line-height: 30px;
  word-break: keep-all;
  text-align:center;
}

#browserPop .layer_con .browser_list {
  margin-top: 50px;
}

#browserPop .layer_con .browser_list:after {
  content:"";
  display:block;
  clear:both;
}

#browserPop .layer_con .browser_list li {
  float:left;
  margin-left: 20px;
}

#browserPop .layer_con .browser_list li:first-child {
  margin-left: 0;
}

#browserPop .layer_con .browser_list li a {
  display: block;
}

#browserPop .layer_con .browser_list li a:hover .img_area {
  border-color:#002c5f;
  box-shadow:0 13px 27px rgba(0,0,0,0.15);
}

#browserPop .layer_con .browser_list li a:hover .txt {
  font-family:'Hd_HB';
  color:#002c5f;
}

#browserPop .layer_con .browser_list li .img_area {
  position:relative;
  width: 160px;
  height: 140px;
  padding:40px;
  border: 1px solid #ccc;
}

#browserPop .layer_con .browser_list li .img_area img {
  max-width: 100%;
}

#browserPop .layer_con .browser_list li .txt {
  margin-top: 20px;
  font-family:'Hd_HR';
  font-size: 16px;
  color: #676767;
}

#browserPop .layer_bot {
  position: relative;
  padding: 20px 40px;
  background: #f6f3f2;
}

#browserPop .layer_close {
  position:absolute;
  top: 32px;
  right: 40px;
  width: 26px;
  height:26px;
  padding-right: 20px;
  background: url("../images/close-icon.png") no-repeat right center;
  text-indent:-9999px;
  overflow:hidden;
}

#browserPop .layer_bot .chk_type label {
  font-family:'Hd_HR';
  font-size:16px;
  color: #676767;
}

#browserPop .layer_bot .close_btn {
  position:absolute;
  top:20px;
  right:40px;
  font-family:'Hd_HR';
  font-size:16px;
  color: #676767;
}


@media (max-width: 997px) {
  #wrap.login_type {
    padding: 150px 0;
  }
  .login_div2 {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-top: -80px;
  }
}

@media (max-width: 575px) {
  .login_div2 .login_txt2 {
    margin-bottom: 30px;
    font-family: 'Hd_HM';
    font-size: 20px;
    line-height: 26px;
  }
  .login_div2 .login_link {
    display: block;
  }
  .login_div2 .login_link a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    padding: 40px 30px;
    font-family: 'Hd_TR';
    font-size: 13px;
    line-height: 19px;
  }
  .login_div2 .login_link a:last-child {
    margin-bottom: 0;
  }
  .login_div2 .login_link a:after {
    content: "";
    display: block;
    width: 25px;
    height: 15px;
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
    background-size: 25px 12px;
  }
  .login_div2 .login_link a .tit {
    font-family: 'Hd_HB';
    font-size: 20px;
    line-height: 1;
    color: #000;
  }
  .login_div2 .login_link a .txt br {
    display: block;
  }
}
</pre></body></html>