body {
    font-family: 'Noto Sans KR', sans-serif;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
}

a {
    text-decoration: none;
    color: inherit
}

.intro {
    position: relative;
    background: #01332B;
    /* background-image: url(../images/bg2.jpg); */
    width: 100%;
    height: 180vw;
    background-size: cover;
}

.title {
    position: absolute;
    top: 15%;
    left: 8%;
}

h1 img {
    width: 150px;
}

h2 {
    font-family: 'Solve Pro', sans-serif;
    font-size: 9vw;
    font-weight: 400;
    line-height: 11vw;
    color: #e6e6e6;
    margin-top: 6%;
}

h3 {
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 5vw;
    color: #606060;
    margin-top: 2.5vh;
}

.input {
    position: absolute;
    top: 47%;
    left: 8%;
    width: 80%;
    margin: 0 auto;
}


.input .password {
    margin-top: 3%;
}

.input input[type="text"],
.input input[type="password"] {
    font-family: 'Solve Pro', sans-serif;
    font-size: 3.3vw;
    color: #fff;
    padding-left: 12px;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    background-color: transparent;
    box-sizing: border-box;
}

.input input[type="checkbox"] {
    margin-top: 2%;
    width: 4vw;
    height: 4vw;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 2vw;
    font-family: 'Noto Sans KR', sans-serif;
}

.input input[type="text"]::placeholder,
.input input[type="password"]::placeholder {
    color: #f7f7f7;
}

.input input[type="checkbox"]~label {
    font-size: 3.4vw;
    color: #fff;
    vertical-align: middle;
}

.chk {
    margin: 3vw 0 0 2vw;
}


.btn {
    margin-top: 10%;
}

.btn input {
    font-size: 4.5vw;
    font-weight: bold;
    color: #000;
    text-align: center;
    border: none;
    background-color: #f0f0f0;
    opacity: 0.5;
    padding: 20px 34vw;
    border-radius: 80px;
}


.join2 {
    margin-top: 5%;
}

.join2 ul {
    width: 100%;
    height: auto;
    text-align: center;
}

.join2 ul li {
    display: inline-block;
    font-size: 3.5vw;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding: 0 3.5vw;
}

.join2 ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -1.5vw;
    width: 2px;
    height: 17px;
    background-color: #fff;
}