﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2') format('woff2'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff') format('woff'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2') format('woff2'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff') format('woff'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2') format('woff2'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff') format('woff'), url('https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf') format('opentype');
}

/*
    기존색
#1e319d
*/


:root {
    --base: #3D4695;
}

/* common */
* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  background: #fff;
  letter-spacing: -.03rem;
}
.container {
  width: 100%;
  height: 100%;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  padding: 0 16px;
}
.bg-grey {
  background-color: #f1f3f4;
}




/*text*/
.text-primary {
    color: var(--base);
}
.text-bold {
  font-weight: 700;
}
/*input*/
input {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
}
/*button*/
button {
  font-family: 'Roboto', 'Noto Sans KR', Arial, sans-serif;
  font-weight: 500;
}
.btn {
  border-radius: 100px;
  cursor: pointer;
}
.btn-lg {
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  border: 2px solid transparent;
  height: 50px;
  width: 100%;
}
.btn-primary {
    background: var(--base);
    color: #fff;
}
.btn-primary-outline {
    color: var(--base);
    border-color: var(--base);
    background-color: transparent;
}
.btn-area {
  margin-top: 25px;
}
.btn-area button + button {
  margin-top: 6px;
}
/*login-area*/

.d-table {
  display: table;
  width: 100%;
  height: 100%;
}
.d-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.login-area {
  max-width: 400px;
  margin: 0 auto;
  padding: 40px 4px;
}
.logo-area {
  width: 200px;
  margin: 0 auto 35px;
}
.logo-area img {
  width: 100%;
}
.login-area form {
  width: 100%;
}
.login-input-area input {
  border: 0;
  width: 100%;
  background: #f5f5f5;
  border-radius: 100px;
  height: 45px;
  padding: 0 16px;
  font-size: 16px;
}
.login-input-area input + input {
  margin-top: 6px;
}


.login-join {
    padding-top: 30px;
    text-align: center;
}
/*checkbox*/

.checkbox-label {
  cursor: pointer;
  color: #14171a;
  font-size: 14px;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.checkbox {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.checkbox input[type="checkbox"] + .checkbox-label:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  z-index: 1;
  width: 0.58rem;
  height: 0.29rem;
  border: 2px solid #fff;
  border-top-style: none;
  border-right-style: none;
  left: -10px;
}
.checkbox input[type="checkbox"] + .checkbox-label:after {
  content: '';
  border: 2px solid #aaa;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  margin-left: -13px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  left: 0;
}
.id-chk {
  margin-left: 15px;
  margin-top: 20px;
}
.id-chk .checkbox-label {
  font-size: 15px;
  padding-left: 5px;
  color: #333;
}
    .id-chk input[type="checkbox"]:checked + .checkbox-label:after {
        border-color: var(--base);
        background-color: var(--base);
    }
.id-chk input[type="checkbox"] + .checkbox-label:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-color: #aaa;
  margin-left: -15px;
  margin-top: -2px;
}
.id-chk input[type="checkbox"] + .checkbox-label:before {
  top: 5px;
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
  border: 2px solid #aaa;
  border-top-style: none;
  border-right-style: none;
  left: -14px;
}
.id-chk input[type="checkbox"]:checked + .checkbox-label:before {
  border-color: #fff;
}
/*lang-area*/
.lang-area {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}
.lang-area > div {
  margin: 0 10px;
  display: flex;
  justify-content: center;
}
.lang-area img {
  width: 100%;
}
.lang-area .radio {
  margin: 0;
  float: left;
  padding: 0 !important;
}
.lang-area input[type='radio'] + label {
  clear: none;
  cursor: pointer;
  position: relative;
}
.lang-area input[type='radio']:checked + label .lang-chk {
  position: absolute;
  z-index: 1;
  background-color: rgba(30,49,157,.8);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.lang-area input[type='radio']:checked + label .lang-ic {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang-area input[type='radio']:checked + label .lang-ic:before {
  content: '';
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  z-index: 1;
  width: 0.90rem;
  height: 0.4rem;
  border: 3px solid #fff;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.lang-img {
  overflow: hidden;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0 auto;
}
.lang-img.b-1 {
  border: 1px solid #eee;
}
.lang-area input[type='radio'] {
  opacity: 0;
  float: left;
  width: 42px;
  height: 42px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
/*header*/
header {
  position: fixed;
  width: 100%;
  height: 56px;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  background: #fff;
  top: 0;
  left: 0;
}
.header-user-area {
  display: flex;
  width: calc(100% - 120px);
  align-items: center;
}
.status {
  font-size: 12px;
  color: #fff;
  padding: 3px;
  border-radius: 100px;
  text-align: center;
  margin-right: 8px;
  border: 1px solid transparent;
  background: #fff;
  line-height: 1.2;
}
    .status.regi {
        border-color: var(--base);
        color: var(--base);
        min-width: 38px;
    }
.status.unregi {
  border-color: #ddd;
  color: #888;
  min-width: 45px;
}
.user-name {
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-ic-area {
  display: flex;
}
.header-ic-area > div {
  width: 24px;
  margin-left: 15px;
}
.header-ic-area > div img {
  width: 100%;
}
/*visual-area*/
.visual-area {
  margin-top: 56px;
  background: #fff;
  width: 100%;
  height: 145px;
  position: relative;
  display: inline-block;
  margin-bottom: -5px;
}
.visual-title-area {
  position: relative;
  width: 100%;
  height: 100%;
}
    .visual-title-area:after {
        content: '';
        position: absolute;
        width: 195px;
        height: 143px;
        top: 0;
        right: 0;
        /*background-image: url("../images/img-visual.png");*/
        background-repeat: no-repeat;
        background-size: contain;
    }
.visual-title-wrap {
  /*position: absolute;*/
  display: flex;
  flex-direction: column;
  justify-content: center;

  height: 100%;
  z-index: 1;
  margin:auto;
}
.visual-title {
  font-size: 20px;
}
.visual-text {
    font-size: 12px;
    color: #576071;
    padding-top: 5px;
    
    
}
/*point-area*/
.point-area {
  background: #fff;
  padding: 10px 0 0;
}
.point-content-area {
    background: var(--base);
    border-radius: 8px;
    padding: 10px 0;
    display: flex;
}
    .point-content-area > div {
        width: 50%;
        text-align: center;
        position: relative;
        padding: 0 8px;
        
    }


        .point-content-area > div:last-child:before {
            content: '';
            width: 1px;
            height: 100%;
            background-color: rgba(255,255,255,.05);
            position: center;
            left: 0;
            top: 0;
            
        }


    /*.point-content-area > div {
        width: 50%;
        text-align: center;
        position: relative;
        padding: 0 8px;
    }

        .point-content-area > div:last-child:before {
            content: '';
            width: 1px;
            height: 100%;
            background-color: rgba(255,255,255,.05);
            position: absolute;
            left: 0;
            top: 0;
        }*/





.point-title {
  color: #aab7ff;
  
  font-size: 12px;
}
.point-title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  /*background-image: url("../images/ic-point.png");*/
  background-repeat: no-repeat;
  background-size: contain;
  margin: -2px 5px 0 0;
}
.point-vaule {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding-top: 5px;
  word-break: break-all;
  line-height: 1.1em;
}
.point-vaule:after {
  content: '';
  font-size: 12px;
  margin-left: 5px;
  font-weight: normal;
}



.point-vaule-red {
    color: red;
    font-weight: 700;
    font-size: 20px;
    padding-top: 5px;
    word-break: break-all;
    line-height: 1.1em;
}

    .point-vaule-red:after {
        content: '';
        font-size: 12px;
        margin-left: 5px;
        font-weight: normal;
    }





/*menu-area*/
.menu-area {
  padding: 16px 0;
}
.menu-area .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.menu-area .row > div {
  width: 33.33333%;
  text-align: center;
  padding: 1px;
  cursor: pointer;
}
.menu-item {
    background: #fff;
    border-radius: 3px;
    width: 100%;
    padding-bottom: calc(100% - 16px);
    position: relative;
}

.item {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ic-img {
    width: 50px;
    margin: 0 auto;
    min-height: 1px;
}

    .ic-img img {
        width: 100%;
    }

.ic-title {
    font-weight: 500;
    margin-top: 10px;
}




/*글자 굵은색 */
.Font-Large-Black {
    font-size: x-large;
    font-weight: bold;
    color: black;
}

.Font-Large-Red {
    font-size: medium;
    font-weight: bold;
    color: red;
}



/*loading img*/
#load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.8;
    background: white;
    z-index: 99;
    text-align: center;
}

    #load > img {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 100;
    }


