/*login page*/

/*layout*/
#header{
    position: absolute;
    left: 0px; top: 0px;
    z-index: 100;
    width: 100%;
}
#header .inner{
    position: relative;
    margin: 0 auto;
    width: 1300px;
    height: 100px;
}
#container{
    width: 100%;
    background-color: #fff;
}
#container .inner{
    position: relative;
    margin: 0 auto;
    width: 1300px;
    height: 1350px;
}

#footer{
    width: 100%;
    background-color: #000;
}
#footer .inner{
   position: relative;
    margin: 0 auto;
    width: 1300px;
    height: 533px;
}

/*header*/
#header .logo{
    padding-left: 38px;
    padding-top: 51px;
    width: 264px;
}
#header .top_gnb{
    position: absolute;
    right: 0px; top: 36px;
    display: flex;
    font-size: 14px;
}
#header .top_gnb>li{
    padding-right: 22px;
}
#header .top_gnb>li:last-child{
    padding-right: 0px;
}
#header .top_gnb>li>a{
    display: block;
    color: #020000;
}
#header .top_gnb>li>a>img{
    margin-top: 6px;
    margin-right: 3px;
}
#header .gnb{
    position: absolute;
    right: 134px; bottom: 6px;
    display: flex;
    height: 30px;
    font-weight: 700;
}

#header .gnb>li>a.active{
    text-decoration: underline;
}
#header .gnb>li{
    padding-right: 30px;   
}
#header .gnb>li:first-child>a{
    color: #000;
    font-weight: 500;
}
#header .gnb>li:last-child{
    padding-right: 13px;
}
#header .gnb>li>a{
    display: block; 
    text-align:center; 
    margin-bottom: 25px;
    position: relative; 
    color: #8e8d8d;
    font-size: 22px;
    font-weight: 300;
}
#header .gnb>li>a:after{
    content:''; display: block; height: 2px; width:0%;
    background-color: #000; transition: 1s; 
    position: absolute; left:50%;
}
#header .gnb>li>a:hover:after{ width:100%; left:0; color: #000;}
#header .gnb>li>a:hover{color: #000;}
#header .until{
    position: absolute;
    right: 0px; bottom: 6px;
    display: flex;
}
#header .until #search{
    position: absolute;
    right: 48px; bottom: 4px;
    border: 0;
    outline: none;
    width: 90px; height: 20px;
    color: #000;
    background: none;
    border-bottom: 2px solid #000;
}
#header .until #search_icon{
    position: absolute;
    right: 23px; bottom: 4px;
}
#header .until img{
    position: absolute;
    right: 0px; bottom: 4px;
}

#header .sub_gnb{
    position: absolute;
    left: -13px; top: 34px;
    height: 0px; 
}
#header .sub_gnb li{
    text-align: center;
}
#header .sub_gnb a{
    color: #a6a3a3;
    font-size: 18px;
    font-weight: 300;  
}
#header .sub_gnb>li>a:hover{
    color: #000;
}

/*container*/
#container .login>h2{
    margin-top: 290px;
    text-align: center;
    font-size: 75px;
    font-weight: 500;
}
#container .content{
    position: absolute;
    left: 50%; top: 190px;
    transform: translateX(-50%);
    width: 666px; height: 433px;
}
#container .content>.membership{
    display: flex;
    width: 666px; height: 85px;
    border-bottom: 6px solid #000;
    box-sizing: border-box;
}

#container .membership a{
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 79px;
    font-family: 'Noto Sans KR';
    color: #545454;
    width: 333px; height: 79px;
    background-color: #fff;
    border: 2px solid #e8e8e8;
    box-sizing: border-box;
}
#container .membership a.active{
    display: block;
    font-size: 24px;
    text-align: center;
    line-height: 79px;
    border: 0px;
    font-family: 'Noto Sans KR';
    color: #bcbcbc;
    width: 333px; height: 79px;
    background-color: #000;
}
#container .content legend{
    color: transparent;
}
#id_email{
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 68px;
    width: 666px; height: 68px;
    border: 2px solid #e8e8e8;
    box-sizing: border-box;
}
#userpw{
    font-size: 20px;
    line-height: 68px;
    width: 666px; height: 68px;
    border: 2px solid #e8e8e8;
    box-sizing: border-box;
}
#container .kepp_checkbox{
    margin-top: 14px;
    display: flex;
}
#container input#keep{
    margin-top: auto;
    width: 22px; height: 22px;
    background-color: #fff;
    border-radius: 0px;
    border: 2px solid #e8e8e8;
    box-sizing: border-box;
}
#container .t1{
    margin-left: 10px;
    font-size: 18px;
    font-family: 'Noto Sans KR';
}
#container .login_btn>a{
    margin-top: 39px;
    display: block;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 85px;
    width: 666px; height: 85px;
    background-color: #7f7f7f;
}
#container .login_btn>a:hover{
    background-color: #000;
}
#container .join{
    position: absolute;
    left: 50%; top: 640px;
    transform: translateX(-50%);
    text-align: center;
    width: 666px; height: 154px;
}
#container .join>p{
    margin-top: 63px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 200;
    font-family: 'Noto Sans KR';
}
#container .join span{
    display: block;
    margin-left: 60px;
    margin-right: 60px;
    width: 4px; height: 38px;
    background-color: #b4b4b4;
}
#container .different>.df_login{
    position: absolute;
    left: 50%; top: 814px;
    transform: translateX(-50%);
    width: 666px; height: 153px;
}
#container .different>.df_login a{
    display: flex;
}
#container .different>.df_login div{
    padding-top: 11px;
    text-align: center;
    width: 91px; height: 68px;
    border: 2px solid #e8e8e8;
    box-sizing: border-box;
    border-right: 0px;
    background-color: #fff;
}
#container .different>.df_login p{
    font-size: 22px; 
    font-family: 'Noto Sans KR';
    line-height: 68px;
    width: 575px; height: 68px;
    border: 2px solid #e8e8e8;
    box-sizing: border-box;
    background-color: #fff;
}
#container .df_login .kakao_login{
    margin-top: 17px;
}
/*footer*/
#footer .inner>h2{
    padding-top: 132px;
    text-align: center;
}
#footer .inner>.copyright{
    margin-top: 30px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
}
#footer .inner>.info{
    position: absolute;
    left: 50%; top: 390px;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    width: 243px;
}