@charset "UTF-8";
@font-face {
  font-family: "NanumSquare";
  font-weight: 300;
  src: url(../../fonts/NanumSquareL.eot);
  src: url(../../fonts/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareL.woff) format("woff"), url(../../fonts/NanumSquareL.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 400;
  src: url(../../fonts/NanumSquareR.eot);
  src: url(../../fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareR.woff) format("woff"), url(../../fonts/NanumSquareR.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 700;
  src: url(../../fonts/NanumSquareB.eot);
  src: url(../../fonts/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareB.woff) format("woff"), url(../../fonts/NanumSquareB.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 800;
  src: url(../../fonts/NanumSquareEB.eot);
  src: url(../../fonts/NanumSquareEB.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareEB.woff) format("woff"), url(../../fonts/NanumSquareEB.ttf) format("truetype"); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; }

html {
  font-size: 10px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 400; }

image {
  vertical-align: top; }

a {
  text-decoration: none; }

/* input 기본 스타일 초기화 */
input {
  border: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */ }
  input::-ms-clear {
    display: none; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

/* Select box 스타일 초기화 */
select {
  border: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  /* IE 에서 Select box 화살표 제거 */ }
  select::-ms-expand {
    display: none; }

button {
  background: 0;
  border: 0;
  border-radius: 0; }

@font-face {
  font-family: "NanumSquare";
  font-weight: 300;
  src: url(../../fonts/NanumSquareL.eot);
  src: url(../../fonts/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareL.woff) format("woff"), url(../../fonts/NanumSquareL.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 400;
  src: url(../../fonts/NanumSquareR.eot);
  src: url(../../fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareR.woff) format("woff"), url(../../fonts/NanumSquareR.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 700;
  src: url(../../fonts/NanumSquareB.eot);
  src: url(../../fonts/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareB.woff) format("woff"), url(../../fonts/NanumSquareB.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 800;
  src: url(../../fonts/NanumSquareEB.eot);
  src: url(../../fonts/NanumSquareEB.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareEB.woff) format("woff"), url(../../fonts/NanumSquareEB.ttf) format("truetype"); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; }

html {
  font-size: 10px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 400; }

image {
  vertical-align: top; }

a {
  text-decoration: none; }

/* input 기본 스타일 초기화 */
input {
  border: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */ }
  input::-ms-clear {
    display: none; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

/* Select box 스타일 초기화 */
select {
  border: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  /* IE 에서 Select box 화살표 제거 */ }
  select::-ms-expand {
    display: none; }

button {
  background: 0;
  border: 0;
  border-radius: 0; }

.header__container {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 73px;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.3s; }
  .header__container.scroll {
    background-color: #ffffff; }

.header__inner--layer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1280px;
  height: 100%;
  margin: 0 auto; }

.header__logo {
  position: relative;
  width: 125px;
  height: 20px;
  background: url("../../images/logo_01.png") no-repeat center center;
  background-size: cover;
  z-index: 5; }

.header__navigation-web {
  position: relative;
  width: calc(100% - 125px);
  padding-left: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.header__navigation-inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .header__navigation-inner > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    font-size: 1.6rem;
    color: #000000;
    cursor: pointer; }
    .header__navigation-inner > a.active, .header__navigation-inner > a:hover {
      color: #3fb2e4; }
      .header__navigation-inner > a.active:after, .header__navigation-inner > a:hover:after {
        position: absolute;
        bottom: -5px;
        left: 0;
        right: 0;
        display: inline-block;
        content: "";
        width: 100%;
        height: 1px;
        background: #3fb2e4; }

.header__signin {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .header__signin a {
    display: inline-block;
    font-size: 1.6rem;
    color: #000000;
    cursor: pointer;
    margin-left: 30px; }
    .header__signin a.active, .header__signin a:hover {
      color: #3fb2e4;
      text-decoration: underline; }

.header__navigation-mobile {
  z-index: 2;
  width: 100%;
  padding-top: 100px;
  padding-left: 18px;
  padding-right: 18px;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  display: none; }
  .header__navigation-mobile.open {
    left: 0; }
  .header__navigation-mobile > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #d8d8d8; }
    .header__navigation-mobile > a.m_colored {
      color: #3fb2e4; }
    .header__navigation-mobile > a.active, .header__navigation-mobile > a:hover {
      color: #3fb2e4; }

#hamburger {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 3;
  display: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  #hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    #hamburger span:nth-child(1) {
      top: 0px; }
    #hamburger span:nth-child(2), #hamburger span:nth-child(3) {
      top: 8px; }
    #hamburger span:nth-child(4) {
      top: 16px; }
  #hamburger.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }
  #hamburger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #hamburger.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }

@media (max-width: 1080px) {
  .header__container {
    width: 100%;
    height: 50px;
    padding: 0 18px; }
  .header__navigation-web {
    display: none; }
  .header__navigation-mobile {
    display: flex; }
  .header__inner--layer {
    width: 100%; }
  #hamburger {
    display: block; }
  .header__logo {
    width: 103px;
    background-size: 103px; } }

@font-face {
  font-family: "NanumSquare";
  font-weight: 300;
  src: url(../../fonts/NanumSquareL.eot);
  src: url(../../fonts/NanumSquareL.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareL.woff) format("woff"), url(../../fonts/NanumSquareL.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 400;
  src: url(../../fonts/NanumSquareR.eot);
  src: url(../../fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareR.woff) format("woff"), url(../../fonts/NanumSquareR.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 700;
  src: url(../../fonts/NanumSquareB.eot);
  src: url(../../fonts/NanumSquareB.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareB.woff) format("woff"), url(../../fonts/NanumSquareB.ttf) format("truetype"); }

@font-face {
  font-family: "NanumSquare";
  font-weight: 800;
  src: url(../../fonts/NanumSquareEB.eot);
  src: url(../../fonts/NanumSquareEB.eot?#iefix) format("embedded-opentype"), url(../../fonts/NanumSquareEB.woff) format("woff"), url(../../fonts/NanumSquareEB.ttf) format("truetype"); }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none; }

html {
  font-size: 10px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 400; }

image {
  vertical-align: top; }

a {
  text-decoration: none; }

/* input 기본 스타일 초기화 */
input {
  border: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
  /* input type number 에서 화살표 제거 */ }
  input::-ms-clear {
    display: none; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

/* Select box 스타일 초기화 */
select {
  border: 0;
  box-shadow: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  /* IE 에서 Select box 화살표 제거 */ }
  select::-ms-expand {
    display: none; }

button {
  background: 0;
  border: 0;
  border-radius: 0; }

.footer__container {
  width: 100%;
  padding: 70px 0 45px 0;
  background: #f9f9f9; }
  .footer__container > article {
    position: relative;
    width: 1280px;
    margin: 0 auto; }

.footer__logo {
  width: 130px;
  margin-bottom: 30px; }
  .footer__logo img {
    width: 100%; }

.footer__support {
  width: 100%;
  list-style: none; }
  .footer__support > li {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 8px; }

.footer__link {
  position: absolute;
  bottom: 45px;
  right: 0;
  font-size: 1.6rem; }
  .footer__link > a {
    display: inline-block;
    color: #000; }
    .footer__link > a:last-child {
      margin-left: 20px; }

.footer__copyRight {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.6rem; }

@media (max-width: 1080px) {
  .footer__container {
    width: 100%;
    padding: 40px 18px; }
    .footer__container > article {
      width: 100%; }
  .footer__logo {
    width: 75px;
    margin-bottom: 25px; }
  .footer__support {
    margin-bottom: 25px; }
    .footer__support li {
      font-size: 1rem;
      margin-bottom: 2px; }
  .footer__link {
    position: static;
    font-size: 1rem; }
  .footer__copyRight {
    position: static;
    font-size: 1rem; } }

.header__container {
  background: #fff;
  border-bottom: 1px solid #d8d8d8; }

.signin__wrap {
  width: 100%;
  padding: 150px 0; }

.signin__container {
  width: 600px;
  margin: 0 auto; }

.signin__tabWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 100px; }

.signin__tab {
  position: relative;
  bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 80px;
  border-bottom: 4px solid transparent;
  font-size: 1.8rem;
  color: #000;
  cursor: pointer; }
  .signin__tab.active {
    font-weight: 700;
    border-color: #3fb2e4; }

.signin__content {
  width: 100%;
  display: none; }
  .signin__content.active {
    display: block; }

.signin__form {
  width: 100%; }

.signin__heading {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px; }

.signin__formEl {
  width: 100%;
  margin-bottom: 8px; }
  .signin__formEl input {
    width: 100%;
    height: 48px;
    padding: 0 19px;
    color: #000;
    font-size: 1.6rem;
    border: 1px solid #d8d8d8; }
    .signin__formEl input::placeholder, .signin__formEl input::-webkit-input-placeholder, .signin__formEl input:-ms-input-placeholder, .signin__formEl input::-moz-placeholder {
      color: #d8d8d8; }

.signin__validationMsg {
  width: 100%;
  color: #e60012;
  font-size: 1.4rem;
  margin: 16px auto 8px auto; }

.signin__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #3fb2e4;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 35px auto 10px auto; }

.signin__utilsEl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 30px; }

.signin__utils-checkbox {
  height: 100%; }
  .signin__utils-checkbox input[type="checkbox"] {
    display: none; }
  .signin__utils-checkbox label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    font-size: 1.4rem;
    padding-left: 30px;
    background-image: url("../../images/icon_13.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px 20px; }
  .signin__utils-checkbox input[type="checkbox"]:checked + label {
    background-image: url("../../images/icon_14.png"); }

.signin__utils-links {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .signin__utils-links a {
    display: inline-block;
    font-size: 1.4rem;
    color: #000;
    padding: 0 18px;
    border-right: 1px solid #d8d8d8; }
    .signin__utils-links a:last-child {
      padding-right: 0;
      border-right: 0; }
