@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Nanum Gothic", "Apple Gothic", "MalgunGothic", "Dotum", "Arial", dotum, sans-serif;
    font-size: 13px;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.logo {
    position: absolute;
    top: 30px;
    left: 30px;
}

.visual {
    background: #f1f8e6 url('../img/n_visual_img.png') no-repeat center;
    height: 600px;
}

.login {
    position: absolute;
    width: 100%;
    top: 480px;
    text-align: center;
}

.login__content {
    padding: 30px;
    background-color: #5db87d;
    border-radius: 10px;
    width: 450px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.login p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

.login ul {
    padding: 0;
    font-size: 0;
}

.login li {
    list-style: none;
    text-align: center;
}

.login li input {
    width: 200px;
    border: none;
    margin: 3px;
    padding: 5px;
    border-radius: 5px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    outline: none;
    color: #4ba969;
}

.login li input:focus {
    background-color: #eaf4ee;
}

.login li input::placeholder {
    color: #4ba969;
    opacity: 1;
}

.login li button {
    border: none;
    background-color: #2b7945;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 15px;
    cursor: pointer;
    outline: none;
}

.login li button:hover {
    background-color: #1a5a30;
}

.login_guide button {
    border: none;
    background-color: #11C6A7;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 15px;
    cursor: pointer;
    outline: none;
}

.login_download button {
    border: none;
    background-color: #188DF4;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 15px;
    cursor: pointer;
    outline: none;
}

.login_top_btn button:hover {
    background-color: #4C4C4C;
}

.login .notice {
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin-top: 10px;
}
.login button + a {
    font-size: 12px;
    margin: 0 auto;
    display: table;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
    border-bottom: 1px solid;
}

.content {
    padding-top: 250px;
}

.content .first {
    width: 960px;
    margin: 0 auto 100px;
}

.content h1 {
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.4;
    color: #444;
}
.content .subTitle {
    display: table;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
    background-color: #f99219;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.content .subTitle + h1 {
    margin: 10px 0;
}

.content h2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.4;
    color: #444;
    margin: 40px 0;
}

.content .first .about {
    padding: 50px;
}

.content .first .about .image {
    float: left;
    margin-right: 10px;
    width: 380px;
}
.content .first .about .image img {
    width: 100%;
}

.content .first .about ul {
    float: left;
    width: 470px;
    margin-top: 10px;
}

.content .first .about ul li {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    padding: 15px 20px;
    font-weight: 500;
    word-break: keep-all;
    background-color: #f7f4ef;
    color: #966642;
    border-radius: 50px;
}
.content .first .about ul li b {
    margin-left: 5px;
}

.content .first .about::after {
    display: block;
    content: "";
    clear: both;
}

.content .process {
    list-style: none;
    display: table;
    width: 100%;
}

.content .process li {
    display: table-cell;
    text-align: center;
    width: 20%;
}

.content .process li.arrow {
    width: 6.6%;
}

.content .process li .img {
    line-height: 160px;
}

.content .process li img {
    display: inline-block;
    vertical-align: middle;
}

.content .process li span {
    display: block;
    padding: 20px 0;
    font-size: 15px;
    color: #777;
}

.content .second {
    width: 100%;
    margin: 0 auto;
    background-color: #f6f3ee;
    padding: 100px 0 50px;
}

.content .second__wrap {
    width: 960px;
    margin: 0 auto;
}

.content .second h1 {
    color: #636163;
    margin-top: 10px;
    margin-bottom: 50px;
}

.content .second .testType,
.content .second .testType li,
.content .second .testType dl,
.content .second .testType dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content .second .testType > li {
    display: inline-block;
    width: 230px;
    text-align: center;
    vertical-align: top;
}

.content .second .testType .image {
    text-align: center;
}
.content .second .testType .image img {
    width: 90%;
}
.slick-dots li {
    width: 35px !important;
}
.slick-dots li button:before {
    font-size: 18px !important;
}
.slick-dots li.slick-active button:before {
    color: #145493 !important;
    opacity: 0.8 !important;
}
.slick-dots li button:before {
    color: #145493 !important;
}

.content .second .testType dl {
    padding: 25px 15px;
    text-align: center;
}

.content .second .testType dl dt {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #636163;
}

.content .second .testType dl dd {
    line-height: 1.6;
    color: #636163;
    opacity: 0.6;
    word-break: keep-all;
}

.content .third {
    padding: 20px 0 120px;
    background-color: #f6f3ee;
}

.content .third ul {
    display: table;
    width: 960px;
    margin: 0 auto;
    table-layout: fixed;
}

.content .third ul li {
    display: table-cell;
    text-align: center;
    background-color: #fff;
    border: 5px solid #f6f3ee;
    border-radius: 10px;
    padding: 20px 0;
}

.content .third ul li .img {
    line-height: 130px;
}

.content .third ul li img {
    vertical-align: middle;
}

.content .third ul li span {
    display: block;
    font-size: 15px;
    color: #777;
}

.content .fourth {
    padding: 80px 0;
    width: 960px;
    margin: 0 auto;
}
.content .fourth ul {
    font-size: 0;
    margin-top: 50px;
}
.content .fourth ul li {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    margin-bottom: 30px;
}
.content .fourth ul li .img {
    line-height: 200px;
}
.content .fourth ul li .img img {
    vertical-align: middle;
}
.content .fourth ul li span {
    display: block;
    font-size: 15px;
    line-height: 1.6;
    color: #777;
}

.btnTop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btnTop.show {
    opacity: 1;
}

.footer {
    text-align: center;
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
    padding: 40px 0;
}

.footer ul {
    list-style: none;
    width: 700px;
    margin: 0 auto;
    font-size: 0;
}

.footer ul li {
    color: #aaa;
    font-size: 13px;
    display: inline-block;
    line-height: 1.7;
    margin-right: 20px;
}

.footer ul li b {
    margin-right: 7px;
}

.footer ul li.corpName {
    color: #555;
    font-weight: 600;
}
.footer ul.btnService {
    margin-top: 20px;
}
.footer ul.btnService li {
    margin-right: 10px;
}
.footer ul.btnService a {
    border: 1px solid #eee;
    text-decoration: none;
    color: #999;
    padding: 5px 10px;
    font-size: 11px;
    transition: all 0.3s;
}
.footer ul.btnService a:hover {
    color: #000;
    border: 1px solid #999;
}

.footer__logo {
    text-align: center;
    padding: 40px 0;
}

.modal {
    text-align: center !important;
    padding: 30px !important;
}
.modal .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.modal input {
    width: 250px;
    margin: 10px auto;
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.modal .help {
    font-size: 13px;
    display: block;
}
.modal a.btn {
    background-color: #5db87d;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    padding: 15px 20px;
    display: table;
    margin: 20px auto 0;
    font-size: 14px;
}
.modal a.btn:hover {
    background-color: #2f9854;
}
