@charset "utf-8";

/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {font-family: 'Gilroy-Light';src: url('../webfonts/3B24F6_0_0.eot');src: url('../webfonts/3B24F6_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/3B24F6_0_0.woff2') format('woff2'),url('../webfonts/3B24F6_0_0.woff') format('woff'),url('../webfonts/3B24F6_0_0.ttf') format('truetype');}
@font-face {font-family: 'Gilroy-ExtraBold';src: url('../webfonts/3B24F6_1_0.eot');src: url('../webfonts/3B24F6_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/3B24F6_1_0.woff2') format('woff2'),url('../webfonts/3B24F6_1_0.woff') format('woff'),url('../webfonts/3B24F6_1_0.ttf') format('truetype');}
* {
    font-family: 'Noto Sans KR', sans-serif;
}
/**-----------------------

 docSlider.js - ver.3.0.1
 URL : https://prjct-samwest.github.io/docSlider/
 created by SamWest
 Copyright (c) 2020 SamWest.
 This plugin is released under the MIT License.

 -----------------------**/
/* CHANGE THE PAGER STYLE */
.docSlider-pager {
    position: fixed;
    z-index: 100;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden;
}
.docSlider-pager.software {
    visibility: visible;
}
.docSlider-pager.advantages {
    visibility: visible;
}
.docSlider-pager.introduce {
    visibility: visible;
}
/* CHANGE THE BUTTON STYLE */
.docSlider-button {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin: 15px 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #004ea8;
}
.docSlider-button.selected {
    background: #004ea8;
}
.docSlider-button:active {
    outline: none;
}
.docSlider-button:first-of-type {
    display: none;
}
.docSlider-pager.software .docSlider-button {
    border-color: #004ea8;
}
.docSlider-pager.software .docSlider-button.selected {
    background: #004ea8;
}
.docSlider-pager.advantages .docSlider-button {
    border-color: #43b02a;
}
.docSlider-pager.advantages .docSlider-button.selected {
    background: #43b02a;
}
.docSlider-pager.introduce .docSlider-button {
    border-color: #00a3e0;
}
.docSlider-pager.introduce .docSlider-button.selected {
    background: #00a3e0;
}
.docSlider-pager.join .docSlider-button {
    border-color: #8659b5;
}
.docSlider-pager.join .docSlider-button.selected {
    background: #8659b5;
}
/**------------------------------
  REWRITING IS NOT RECOMMENDED
 -----------------------------**/
html, body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    height: 100%;
}

html, body,
.docSlider,
.docSlider-inner,
.docSlider-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}

html:active, body:active,
.docSlider:active,
.docSlider-inner:active,
.docSlider-page:active {
    outline: none;
}

.docSlider {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.docSlider-inner {
    width: inherit;
    height: inherit;
    position: fixed;
    top: 0;
    left: 0;
}

.docSlider-page {
    height: inherit;
    width: inherit;
    overflow: auto;
    position: absolute;
    overflow-scrolling: touch;
}

/* ----------------------------------------------------------------
       common
---------------------------------------------------------------- */
.wrap {
    overflow-x: hidden;
}
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.inner {
    position: relative;
    display: block;
    width: 1260px;
    margin: 0 auto;
    font-size: 0;
}
.inner:after {
    content: "";
    display: block;
    clear: both;
}
/*slick style*/
.slick-list {
    overflow: hidden;
    font-size: 0;
    z-index: 10;
}
.slick-slide {
    display: inline-block;
    vertical-align: middle;
}
.slick-arrow {
    position: absolute;
    left: 0;
    bottom: 80px;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 0;
    z-index: 1000;
}
.slick-arrow.slick-prev {
    background: url("../img/btn_prev_off.png") no-repeat center;
}
.slick-arrow.slick-prev:hover {
    background: url("../img/btn_prev_on.png") no-repeat center;
}
.slick-arrow.slick-next {
    left: 190px;
    background: url("../img/btn_next_off.png") no-repeat center;
}
.slick-arrow.slick-next:hover {
    background: url("../img/btn_next_on.png") no-repeat center;
}
.slick-dots {
    position: absolute;
    left: 65px;
    bottom: 80px;
}
.slick-dots li button {
    display: none;
    color: #43b02a;
    font-size: 50px;
    font-weight: 600;
    font-family: "Gilroy-ExtraBold";
}
.slick-dots li.slick-active button {
    display: block;
}
.slick-dots li.slick-active button:before {
    content: "0";
}
.num {
    position: absolute;
    left: 120px;
    bottom: 80px;
    font-size: 25px;
    font-family: "Gilroy-ExtraBold";
    color: #bebebe;
    letter-spacing: -1.5px;
}
.num:before {
    content: "/";
    display: inline-block;
    margin: 0 5px;
}
.slider .text-area {
    vertical-align: baseline;
}
.slider_item img {
    float: right;
}
/* icon */
.ico {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    text-indent: -99999px;
    overflow: hidden;
}
.ico-clock {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    background: url("../img/ic_sub2_1.png") no-repeat center;
}
.ico-rtb {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    background: url("../img/ic_sub2_2.png") no-repeat center;
}
.ico-document01 {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url("../img/ic_sub3_01.png") no-repeat center;
}
.ico-document02{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url("../img/ic_sub3_02.png") no-repeat center;
}
.ico-document03 {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url("../img/ic_sub3_03.png") no-repeat center;
}
.ico-document04 {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url("../img/ic_sub3_04.png") no-repeat center;
}
.ico-document05 {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url("../img/ic_sub3_05.png") no-repeat center;
}

/*
.btn-play {
    width: 30px;
    height: 30px;
    background: url("../img/ic_main_paly_on.png") no-repeat center;
}
button.active.btn-play {
    background: url("../img/ic_main_paly_off.png") no-repeat center;
}
.btn-mute {
    width: 38px;
    height: 28px;
    background: url("../img/ic_main_sound_off.png") no-repeat center;
}
button.active.btn-mute {
    background: url("../img/ic_main_sound_on.png") no-repeat center;
}
*/

.btn-play {
    width: 40px;
    height: 40px;
    background: url("../img/icon_stop.png") no-repeat center;
}
button.active.btn-play {
    background: url("../img/icon_play.png") no-repeat center;
}
.btn-mute {
    width: 40px;
    height: 40px;
    background: url("../img/icon_sound_on.png") no-repeat center;
}
button.active.btn-mute {
    background: url("../img/icon_sound_off.png") no-repeat center;
}

.ico-scroll {
    width: 24px;
    height: 59px;
    background: url("../img/ic_main_scroll.png") no-repeat center;
}
.ico-error {
    width: 16px;
    height: 16px;
    background: url("../img/ic_check_error.png") no-repeat center;
}
.ico-check {
    width: 16px;
    height: 16px;
    background: url("../img/ic_check_on.png") no-repeat center;
}
/*input type*/
.input-chk {
    display: inline-block;
    vertical-align: middle;
}
.input-chk input[type="checkbox"] {
    display: none;
}
.input-chk input[type="checkbox"] + span {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.input-chk input[type="checkbox"] + span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    margin: -3px 15px 0 0;
    background: url("../img/icon_checkbox_off.png") no-repeat 0 0;
}
.input-chk input[type="checkbox"]:checked + span:before {
    content: '';
    display: inline-block;
    background: #8659b5 url("../img/ic_login_check.png") no-repeat center;
}
.input-chk.login input[type="checkbox"] + span {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.input-chk.login input[type="checkbox"]:checked + span:before {
    content: '';
    display: inline-block;
    background: #009ce1 url("../img/ic_login_check.png") no-repeat center;
}
/*button*/
.btn-purple {
    background: #8659b5;
    color: #fff;
}
.btn-purple-line {
    color: #8659b5;
    border: 1px solid #8659b5;
}
/*header*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    z-index: 999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .logo {
    display: inline-block;
    line-height: 36px;
}
header .logo a {
    display: inline-block;
    vertical-align: middle;
}
header .logo img:first-of-type {
    display: none;
}
header .logo img:last-of-type {
    display: block;
}
header .right-box {
    float: right;
}
header nav {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}
header nav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-right: 60px;
}
header nav li:last-of-type {
    margin-right: 0;
}
header nav li.active,
header nav li:hover {
    font-weight: 600;
}
header nav li:hover:after,
header nav li.active:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -34px;
    width: 100%;
    height: 2px;
    background: #fff;
}
header .btn-login {
    display: inline-block;
    vertical-align: middle;
    width: 96px;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #ff9425;
    border-radius: 30px;
}
header.first-head {
    background: #fff;
}
header.first-head .logo img:first-of-type {
    display: block;
}
header.first-head .logo img:last-of-type {
    display: none;
}
header.first-head nav li:hover:after,
header.first-head nav li.active:after{
    background: #333;
}
header.first-head nav li {
    color: #333;
}
header.software{
    background: #004ea8;
}
header.advantages{
    background: #43b02a;
}
header.introduce{
    background: #00a3e0;
}
.copyright {
    position: absolute;
    bottom: 15px;
    font-size: 12px;
    font-weight: 300;
    color: #aaa;
}
/*content*/
.sub-head {
    max-height: 300px;
    padding: 146px 0 60px;
    color: #fff;
    text-align: center;
}
.sub-head h2 {
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -2px;
}
.sub-head h2 + p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: -0.9px;
}
.text-area {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 35%;
}
.text-area h3 {
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: -2.5px;
    color: #111;
}
.text-area h3 b {
    font-weight: 500;
}
.text-area p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -1px;
    color: #666;
}
.text-area h3 + p {
    margin-top: 25px;
}
.text-box {
    position: relative;
}
.text-box input:focus {
    border-color: #000;
}
.info-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    font-size: 0;
}
.info-wrap .info-box {
    display: inline-block;
    vertical-align: middle;
    background: #f9f9f9;
}
#video .video-wrap {
    padding-top: 86px;
}
#video video {
    width: 100%;
    height: 100%;
}
#video .btn-area {
    position: absolute;
    left: 180px;
    bottom: 20px;
}
#video .btn-area button + button {
    margin-left: 20px;
}
#video .scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#software .inner {
    padding: 90px 0;
}
#software .sub-head {
    background: #004ea8;
}
#software .sub-head p img {
    margin: -3px 7px 0 0;
}
#software .text-area h3 {
    position: relative;
    color: #333;
}
#software .text-area h3:after {
    content: "";
    position: absolute;
    top: -120px;
    right: 90px;
    width: 272px;
    height: 141px;
    background: url("../img/img_sub1_1.png") no-repeat center;
}
#software .info-box {
    width: 49%;
    padding: 45px 40px;
}
#software .info-box:first-of-type {
    margin-right: 2%;
}
#software .info-box:last-of-type {
    width: 100%;
    margin-top: 20px;
}
#software .info-box > img {
    float: left;
    margin-right: 6%;
}
#software .info-box b {
    font-size: 35px;
    font-family: "Gilroy-ExtraBold";
}
#software .info-box p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.9px;
    color: #666;
}
#software .info-box:last-of-type > img {
    margin-right: 45px;
}
#software .info-box .check {
    margin-top: 26px;
}
#software .info-box .check li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #333;
    letter-spacing: -1px;
}
#software .info-box .check li:first-of-type {
    margin-right: 30px;
}
#software .info-box .check li:last-of-type {
    margin-top: 20px;
}
#software .info-box .check li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 11px;
    margin-right: 10px;
    background: url("../img/ic_sub1_check.png") no-repeat center;
}
#software .info-box:hover {
    background: #004ea8;
}
#software .info-box:hover *,
#software .info-box:hover .check li {
    color: #fff;
}
#software .info-box:hover .check li:before {
    background: url("../img/ic_sub1_check2.png") no-repeat center;
}
#advantages .sub-head {
    background: #43b02a;
}
#advantages .sub-head h2 img {
    margin-top: -7px;
}
#advantages .inner {
    padding: 75px 0;
}
.partners-slide .slick-arrow,
.partners-slide .num {
    bottom: 215px;
}
.partners-slide .slick-dots {
    bottom: 206px;
}
#advantages .optimi-box {
    padding: 25px 60px;
    background: #f9f9f9;
}
#advantages .optimi-box + .optimi-box {
    margin-top: 10px;
}
#advantages .optimi-box h4 {
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-size: 23px;
    color: #333;
    letter-spacing: -1.15px;
    border-bottom: 1px solid #e2e2e2;
}
#advantages .optimi-info {
    padding-left: 70px;
}
#advantages .optimi-info em {
    display: block;
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: -2.25px;
    color: #43b02a;
}
#advantages .optimi-info em b {
    font-size: 50px;
    font-family: "Gilroy-ExtraBold";
    letter-spacing: 1px;
}
#advantages .optimi-info li {
    font-size: 20px;
    font-weight: 300;
    color: #666;
    line-height: 30px;
}
#advantages .optimi-info li:before {
    content: "-";
    margin-right: 10px;
}
#introduce .sub-head {
    background: #00a3e0;
}
#introduce .inner {
    padding: 25px 0;
}
/*tab style*/
.tab-list li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -1px;
    cursor: pointer;
}
.tab-info {
    display: none;
}
.tab-info.active {
    display: block;
}
.text-area .size {
    margin: 5px 0 15px;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
}
.check-box {
    margin-top: 30px;
}
.check-box span {
    display: inline-block;
    padding: 7px 15px;
    margin-right: 20px;
    font-size: 16px;
    letter-spacing: -0.8px;
    color: #00a3e0;
    border: 1px solid #00a3e0;
}
.check-box span:last-of-type {
    margin-right: 0;
}
.check-box span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 11px;
    margin-right: 5px;
    background: url("../img/ic_sub3_check.png") no-repeat center;
}
#introduce .text-area {
    margin-top: 45px;
}
#introduce .info-wrap {
    vertical-align: top;
    min-height: 519px;
}
#introduce .info-wrap > img {
    float: right;
}
#introduce .info-wrap img.low-img {
    margin-top: 70px;
}
#introduce .slick-arrow,
#introduce .num {
    bottom: 135px;
}
#introduce .slick-dots {
    bottom: 130px;
}
#introduce .introduce02-slide .text-area {
    width: 41%;
    margin-top: 70px;
}
#introduce .tab-list {
    padding: 18px 0 15px;
    text-align: center;
    background: #fbfbfb;
}
#introduce .tab-list li {
    display: inline-block;
    margin-right: 65px;
    padding-bottom: 7px;
    font-size: 20px;
    letter-spacing: -1px;
    color: #666;
}
#introduce .tab-list li:last-of-type {
    margin-right: 0;
}
#introduce .tab-list li.active,
#introduce .tab-list li:hover {
    color: #00a3e0;
    border-bottom: 1px solid #00a3e0;
}
.introduce02-slide .text-area h3 + dl {
    margin-top: 25px;
}
.introduce02-slide .text-area dl * {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    color: #666;
    letter-spacing: -0.8px;
}
.introduce02-slide .text-area dl dt:after {
    content: ":";
    display: inline-block;
    margin-left: 5px;
}
.introduce02-slide .text-area dl dd {
    margin-left: 10px;
}
.introduce02-slide .info-wrap {
    width: 59%;
}
.join-wrap .copyright {
    bottom: -20px;
}
#join .progress {
    margin-top: 20px;
}
#join .progress li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    opacity: 0.5;
}
#join .progress li.active {
    opacity: 1;
}
#join .progress li.active,
#join .progress li.p-complete {
    opacity: 1;
}
#join .progress li.p-complete span {
    font-size: 0;
}
#join .progress li.p-complete span:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-top: 18px;
    background: url("../img/icon_join_step_check.png") no-repeat center;
}
#join .progress li span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-family: "Gilroy-ExtraBold";
    line-height: 50px;
    color: #8659b5;
    background: #fff;
    border-radius: 50%;
}
#join .progress li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    margin: 0 16px 0 20px;
    background: #fff;
}
#join .progress li:first-of-type:before {
    content: none;
}
#join .sub-head {
    background: #8659b5;
}
.agree h3 {
    padding: 40px 0;
    font-size: 20px;
    color: #333;
    letter-spacing: -1px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
#join form {
    font-size: 0;
    margin-top: 30px;
}
#join .box-wrap {
    display: inline-block;
    width: 49%;
}
#join .box-wrap:first-of-type {
    margin-right: 2%;
}
#join .guide {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
}
#join .guide span {
    color: #ff0909;
}
#join .agree-area {
    height: 310px;
    padding: 20px;
    margin-top: 30px;
    overflow: auto;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.7px;
    border: 1px solid #dcdcdc;
    background :#fbfbfb;
}
#join .agree-area table {
    width: 100%;
    text-align: center;
}
#join .agree-area table th,
#join .agree-area table td {
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #dcdcdc;
}
#join .agree-area table th {
    font-weight: 500;
    color: #333;
    background: #e9e9e9;
}
#join .agree-area table td {
    background: #fff;
}
#join .agree-area li {
    margin-left: 15px;
}
.input-form {
    position: relative;
}
.input-form + .input-form {
    margin-top: 20px;
}
.input-form label {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    font-size: 14px;
}
.input-form label.necessary:before {
    content: "*";
    display: inline-block;
    margin-right: 5px;
    color: #ff0000;
}
.input-form label + .text-box {
    display: inline-block;
    vertical-align: middle;
}
.input-form input {
    width: 450px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ddd;
}
.input-form .text-box.error input {
    border-color: #ff0d0d;
}
.input-form .text-box.error p {
    position: absolute;
    top: 11px;
    right: 46px;
    color: #ff0000;
    font-size: 12px;
}
.input-form .text-box.check input {
    border-color: #38b684;
}
.input-form .text-box .ico {
    position: absolute;
    top: 12px;
    right: 20px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #999;
}
input::placeholder,
textarea::placeholder {
    color: #999;
}
.input-form textarea {
    width: 96.6%;
    height: 120px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ddd;
}
.input-form.block {
    margin-top: 20px;
}
.input-form.block .text-box {
    width: calc(100% - 130px);
}
.input-form label.top {
    vertical-align: top;
    margin-top: 10px;
}
#join .btn-area {
    margin-top: 40px;
    text-align: center;
}
#join .btn-area > * {
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    height: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
}
#join .btn-area > * + * {
    margin-left: 10px;
}
.complete {
    padding-top: 180px;
    text-align: center;
}
.complete h3 {
    font-size: 35px;
    font-weight: 500;
    color: #333;
    line-height: 56px;
}
.complete h3 img {
    display: block;
    margin: 0 auto;
}
.complete p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 300;
    color: #666;
    line-height: 28px;
}
/*login*/
#login {
    padding-top: 170px;
    text-align: center;
    background: url("../img/img-login-bg.png") no-repeat center;
    background-size: cover;
}
#login p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    color: #666;
    letter-spacing: -1px;
}
#login form {
    width: 700px;
    padding: 60px 130px;
    margin: 50px auto 0;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
#login .tab-list {
    margin-bottom: 60px;
}
#login .tab-list li {
    font-size: 22px;
    font-weight: 400;
    color: #999;
    letter-spacing: -1.1px;
}
#login .tab-list li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: 0 40px;
    background: #999;
}
#login .tab-list li:hover,
#login .tab-list li.active {
    color: #009ce1;
    font-weight: 600;
}
#login .tab-list li:last-of-type:after {
    content: none;
}
#login .text-box {
    position: relative;
}
#login .text-box input {
    display: block;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 35px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
#login .text-box input:focus {
    border-bottom-color: #000;
}
#login .text-box.error {
    border-bottom-color: #ff0000;
}
#login .text-box p {
    position: absolute;
    bottom: -24px;
    left: 0;
    font-size: 12px;
    font-weight: 400;
    color: #ff0000;
    letter-spacing: 0;
}
#login .btn-login {
    width: 100%;
    height: 70px;
    margin-top: 40px;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    background: #009ce1;
}