﻿@charset "utf-8";

@font-face {
  font-family: NanumSquareB;
  src: url(/resources/common/font/NanumSquareB.eot);
  src: local(※), url(/resources/common/font/NanumSquareB.woff) format('woff')
}

@font-face {
  font-family: NanumSquareR;
  src: url(/resources/common/font/NanumSquareR.eot);
  src: local(※), url(/resources/common/font/NanumSquareR.woff) format('woff')
}

body {
  font-family: Dotum, Arial, sans-serif;
  font-size: 12px
}

/* Reset */
body, html {
  
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, caption, td, th, form, fieldset, legend, input {
  margin: 0;
  padding: 0
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}

li {
  list-style-type: none
}

img, fieldset {
  border: 0;
  vertical-align: middle
}

#skip_navi, .blind {
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0
}

li img, li a {
  vertical-align: middle
}

address, em {
  font-style: normal
}

select, input {
  vertical-align: middle
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* width: 960px */
}

caption {
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
  visibility: hidden
}

hr {
  display: none
}

a:link {
  color: #666;
  text-decoration: none
}

a:visited {
  color: #999;
  text-decoration: none
}

a:active {
  color: #999;
  text-decoration: none
}

a:hover {
  color: #333;
  text-decoration: none
}

textarea {
  resize: none;
  margin: 0
}

img {
  max-width: 100%
}

input[type="radio"] {
  border: 0 none !important;
  width: 13px;
  height: 13px
}

input[type="checkbox"] {
  width: 13px;
  height: 13px
}

button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: 0 none;
  font-weight: bold;
  vertical-align: middle
}

.blind, legend {
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 0
}

hr {
  display: none;
}

* {
  -webkit-text-size-adjust: none
}

/* common */
body {
  font-family: NanumSquareR
}

.hide_txt {
  display: inline-block;
  overflow: hidden;
  line-height: 999em;
  vertical-align: middle
}

/* header */
#header {
  background: url(/resources/insight/images/login/bg_header.png) repeat-x left top
}

#header .header_inner {
  position: relative;
  width: 960px;
  height: 150px;
  margin: 0 auto;
}

#header .header_inner .logo {
  position: absolute;
  top: 22px;
  left: 17px;
  width: 89px;
  height: 36px;
}

#header .header_inner .welcome {
  height: 22px;
  padding: 36px 0 12px 128px;
  font-size: 14px;
  color: #585858;
  line-height: 22px
}

#header .header_inner .welcome .txt {
  display: inline-block;
  vertical-align: middle
}

#header .header_inner .welcome .btn_sign_out {
  width: 79px;
  height: 22px;
  margin-left: 8px;
  background: url(/resources/insight/images/login/btn_sign_out.png) no-repeat
}

#header .header_inner .smtown {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 63px;
  height: 42px;
  background: url(/resources/insight/images/login/logo_smtown.png) no-repeat
}

#gnb>ul {
  height: 47px;
  border-radius: 2px;
  background: #f38fac
}

#gnb .depth01 {
  float: left;
  padding: 0 37px
}

#gnb .depth01:first-child {
  padding-left: 47px
}

#gnb .depth01>a {
  display: block;
  font-size: 14px;
  font-family: NanumSquareB;
  color: #fff;
  line-height: 47px;
}

#gnb .depth01>a:hover {
  color: #2b2b2b
}

#gnb .depth01.on>a {
  color: #2b2b2b
}

#gnb .depth02 {
  display: none;
  margin: 0 -20px;
  border: 1px solid #c7c7c7;
  border-top: 0 none;
  border-radius: 0 0 2px 2px;
  background: #fff
}

#gnb .depth02 li {
  height: 30px;
  border-top: 1px solid #dedede
}

#gnb .depth02 li:first-child {
  border-top: 0 none
}

#gnb .depth02 a {
  display: block;
  height: 30px;
  font-size: 13px;
  font-family: NanumSquareB;
  color: #585858;
  text-align: center;
  line-height: 30px
}

#gnb .depth02 a:hover {
  color: #2d2d2d
}

.select_language {
  margin-left: 605px;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  color: #919aa7;
}

.select_language li {
  display: inline-block;
  margin: 0px 5px 0px 5px;
}

.bar {
  color: #5e6877;
}

#lakorean, #laenglish {
  cursor: pointer;
}

#lakorean.active, #laenglish.active {
  color: #5e6877;
}

/* login */
.login_wrap {
  min-width: 742px;
  background: url(/resources/insight/images/login/login_bg.jpg) no-repeat center top;
  text-align: center
}

.login_wrap #header {
  padding: 55px 0 16px;
  background: none;
}

.login_wrap #header .logo {
  width: 211px;
  height: 73px;
  background: url(/resources/insight/images/login/login_logo.png) no-repeat
}

.login_wrap #container {
  width: 742px;
  margin: 0 auto 24px
}

.login_wrap #footer {
  display: block;
  width: 742px;
  height: 98px;
  margin: 0 auto;
  padding-bottom: 198px;
  background: url(/resources/insight/images/login/login_footer.png) no-repeat left top;
  text-align: left
}

.login {
  width: 223px;
  height: 500px;
  padding: 42px 39px 0 480px
}

.login .welcome {
  width: 168px;
  height: 29px;
  margin-bottom: 30px;
  background: url(/resources/insight/images/login/login_txt_welcome_ko.png) no-repeat
}

.login .form_area {
  padding-bottom: 33px
}

.login .form_area .input_box {
  position: relative;
  width: 221px;
  height: 40px;
  margin-bottom: 8px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  line-height: 40px
}

.login .form_area .input_box input {
  width: 171px;
  height: 40px;
  padding: 0 10px 0 40px;
  border: 0 none;
  font-size: 13px
}

.login .form_area .input_box .ico {
  display: block;
  position: absolute;
  left: 15px
}

.login .form_area .input_box .ico_id {
  top: 11px;
  width: 18px;
  height: 18px;
  background: url(/resources/insight/images/login/ico_id.png) no-repeat
}

.login .form_area .input_box .ico_pw {
  top: 10px;
  width: 16px;
  height: 21px;
  background: url(/resources/insight/images/login/ico_pw.png) no-repeat
}

.login .form_area .chk_save {
  margin-bottom: 17px;
  text-align: right
}

.login .form_area .chk_save .save {
  width: 93px;
  height: 11px;
  background: url(/resources/insight/images/login/login_txt_save_ko.png) no-repeat
}

.login .form_area .chk_save input {
  width: 15px;
  height: 15px
}

.login .form_area .btn_area .btn_sign_in {
  width: 233px;
  height: 45px;
  background: url(/resources/insight/images/login/btn_sign_in.png) no-repeat
}

.login .noti_area {
  position: relative;
  height: 39px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada
}

.login .noti_area.request {
  color: #919aa7;
  font-weight: bold;
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.login .noti_area.request .btn_reset_password {
  color: #f38fac;
  cursor: pointer;
}

.login .noti_area .ico {
  display: block;
  position: absolute;
  top: 21px;
  left: 12px;
  width: 23px;
  height: 19px;
  background: url(/resources/insight/images/login/ico_mt.png) no-repeat
}

.login .hrg_area {
  width: 224px;
  height: 172px;
  position: relative;
  background: url(/resources/insight/images/login/login_hrg.png) no-repeat;
  margin-top: 10px;
}