@charset "utf-8";

*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
h2{
    font-size: 60px;
    margin-top: 80px;
}
h2 > a{
    color: #000;
}
/* p:last-of-type{
    margin-bottom: 90px;
} */
#sub{
    height: 250px;    /* 나중에 서브페이지 합치면 제거 */
}
h2, p{
    text-align: center;
}
.title h3{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 1.1em;
    overflow: hidden;
}
.title h3 span{
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.title h3 span::before{
    content: '';
    position: absolute;
    border-bottom: 1px solid #ADABAB;
    width: 300px;
    top: 50%;
    left: -300px;
}
.title h3 span::after{
    content: '';
    position: absolute;
    border-bottom: 1px solid #ADABAB;
    width: 300px;
    top: 50%;
    right: -300px;
}
#login{
    background-color: #CFC4E0;
    height: 600px;
    padding-top: 50px;
}
#box{
    width: 600px;
   /*  border: 1px solid #000;  */ /* 나중에 제거 */
    margin: 0 auto;
    box-sizing: border-box;
}
#e_l{
    width: 400px;
    margin: 0 auto;
}
#fr_l{
    float: left;
    width: 70%;
}
#fr_l #email, #fr_l #pw{
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    text-indent: 8px;
}
#fr_l #email{
    margin-bottom: 8px;
}
#fr_l ul li a{
    color: #000;
}
#fr_l ul li:nth-child(1){
    float: left;
}
#fr_l ul li.f_d{
    float: right;
}
#fr_l ul li{
    font-size: 12px;
    margin-top: 7px;
}
.f_d{
    position: relative;
}
.f_d span a{
    margin-left: 4px;
}
.line{
    border: 1px solid #ADABAB;
    height: 7px;
    position: absolute;
    margin-top: 5px;
}
#fr_r{
    float: right;
    width: 25%;
}
#fr_r > input{
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 90px;
    background-color: #6D3379;
    border-style: none;
    color: #fff;
}
#e_l{
    overflow: hidden;
}
#sns{
    width: 400px;
    margin: 0 auto;
}
#sns a{
    color: #000;
}
#sns .caca, #sns .e_j{
    border: 1px solid #505050d2;
    height: 45px;
    line-height: 45px;
    width: 100%;
}
#sns .caca{
    margin-bottom: 8px;
    background-color: #FADC31;
    text-align: center;
}
#sns .e_j{
    background-color: #fff;
    text-align: center;
    border: 1px solid #000000b4;
}
#sns ul li{
    display: inline;
    
}
#sns ul li img{
    width: 45px;
    margin-right: 20px;
}
#sns ul li:last-child img{
    margin-right: 0;
}
#sns ul{
    text-align: center;
    margin-top: 20px;
}