body {
    font-family: 'Malgun Gothic', sans-serif;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
}

.intro {
    position: relative;
    background-image: url(../images/bg2.jpg);
    width: 100%;
    height: 28vh;
    background-size: cover;
    border-bottom: 5px solid #e6e6e6;
}

.title {
    position: absolute;
    top: 47%;
    left: 10%;
}

h1 {
    color: #cd0e2b;
    font-size: 11vw;
    font-weight: bold;
}

h1 img {
    width: 60px;
}

h2 {
    font-size: 5vw;
    font-weight: bold;
    line-height: 6vw;
    color: #e6e6e6;
    margin-top: 6%;
}

h3 {
    font-weight: bold;
    font-size: 4.5vw;
    margin: 30px 0 13px 0;
}

.join {
    width: 80%;
    margin: 0 auto;
}

.join input {
    width: 100%;
    height: 13vw;
    box-sizing: border-box;
    padding-left: 12px;
    margin-top: 3%;
    border: 1px solid #acacac;
}

.join input.id {
    width: 72%;
    float: left;
}

.join a input[type="button"] {
    margin-top: 3%;
    float: right;
    display: inline-block;
    width: 26%;
    height: 13vw;
    border: none;
    background-color: #6c6c6c;
    color: #fff;
    font-size: 3.8vw;
    text-align: center;
    line-height: 13vw;
}

.input {
    position: absolute;
    /*    top: 47%;*/
    left: 8%;
    width: 80%;
    margin: 0 auto;
}


.btn {
    margin-top: 12%;
}

.btn input {
    font-family: 'Noto Sans KR';
    font-size: 4.5vw;
    font-weight: 600;
/*    color: #000000;*/
    color: #fff;
    text-align: center;
    border: none;
    background-color: #f0f0f0;
    background-color: #ED4C5A;
/*    opacity: 0.7;*/
    padding: 15px 33vw;
    border-radius: 80px;
}