@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
* { font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'; }

html{
    height: 100%;
    width: 100%;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent ;
    -webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
body {
    margin: 0;
    background-color: #ffffff;
    height:100%;
    width: 100%;
}
input[type="text"]{
    outline: none;
}
input[type="password"]{
    outline: none;
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
#modal_home{
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    z-index: 5;
    /* background-color: white; */
    background-image: url('/public/images/main/square_1.png');
    background-position:center center;
    display: none;
}
.mod-wrap{
    width: 80%;
    height: 100%;
    padding: 10%;
    /* background-color: rgba(0,93,159,0.1); */
    /* border-radius: 20px; */
    display: flex;
    flex-flow: column;
    flex-direction: column;
    justify-content: space-around;
}
.modal-lions-img{
    width: 60%;
    height: auto;
}
.mod-wrap * {
    margin: 0 auto;
    padding: 14px 0;
}
.mod-wrap p{
    font-size: 24px;
    font-weight: 800;
    color:white
}
/*footer*/
.footer{
    display: flex;
    list-style: none;
    justify-content: space-between;
    flex:auto;
    padding: 10px 0;
    background-color: #000000;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
}
#footer > ul > li:nth-child(1) > a{
    padding-left: 25px;
}
#footer > ul > li:nth-child(5) > a{
    padding-right: 25px;
    font-size: 8px;
}
.footer li a{
    text-decoration: none;
    color:#ffffff;
    font-size: 10px;
    font-weight: bold;
}
.footer li a img {
    width: 25px;
    padding-bottom: 10px;
}
/*header*/
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
 
    /* width: 100%; */
    background-color: #ffffff;
    padding: 20px 10px 15px 10px;
    height: 30px;
}
.header a{
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    /* padding-left:25px; */
}
.header .button {
    /* padding-left: 13px; */
    border: none;
    /* background-color: #ffffff; */
}
.header div{
    /* padding-right: 13px;
    padding-top: 5px; */
}
#header > nav > .button:nth-child(1){
    /* padding-left: 25px; */
}
#header > nav > div > .button:nth-child(2){
    /* padding-right: 10px; */
}
/* common */
.column-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#wrapper{
    margin-top: 20%;
    border: none;
    width: 100%;
    padding-bottom: 20%;
}
.black-btn{
    align-items: center;
    background: #000000;
    border: none;
}

.profile_mypage_img_warp{
    width: 294px;
    height:350px;
    position: relative;
}
.profile_mypage_img_warp img{
    position: absolute;
}

.profile_mypage_img{
    width: 100%;
    /* height: 100%; */
}


