.selfie > .title{
    display : flex;
    align-items : center;
    justify-content : center;
    flex-direction: column;
    height : 16.92vw;
    background-image : url('https://h-mihak.co.kr/images/selfies/top.jpg');
    background-size : cover;
    background-repeat : no-repeat;
    background-position : center;
}

.selfie > .title > h1{
    text-align : center;
    font-size : 1.875vw;
    font-family : "ScoreB";
}

.selfie > .title > h1 > span{
    display: block;
    font-family: 'Lato', sans-serif;
    font-size : 0.67vw;
    letter-spacing : 2px;
    margin-top : 1.25vw;
}

.selfie > .title > p{
    font-family : 'ScoreL';
    font-size : 0.9375vw;
    margin-top : 2.34vw;
}

#list .selfie-list-wrap{
    width : 61.77vw;
    margin : 0 auto;
}

#list .selfie-list-wrap nav{
    position : relative;
}

#list .selfie-list-wrap nav > ul{
    margin-top : 4.27vw;
    display : flex;
    border : 1px solid #adadad;
}

#list .selfie-list-wrap nav > ul > li{
    cursor : pointer;
    flex : 1;
    border-right : 1px solid #adadad; 
    background-color : #f1f1f1;
    color : #555252;
    font-size : 0.9375vw;
    font-family : 'ScoreM';
    height : 3.125vw;
    display : flex;
    align-items : center;
    justify-content : center;
}

#list .selfie-list-wrap nav > ul > li.on{
    background-color : #ff5454;
    color : #fff;
}

#list .selfie-list{
  margin-left : -2px;
}

#list .selfie-list-banner{
    margin: 1.25vw 0;
}


#list .selfie-list-banner .swiper-slide{
    display : flex;
    flex-wrap : wrap;
}

#list .selfie-list-banner .swiper-slide .image{
    width : 19.79vw;
}

#list .selfie-list-banner .swiper-slide .info{
    background-color: rgb(245,245,245);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size : 0.83vw;
}

#list .selfie-list-banner .swiper-button-prev{
    left : 21.79vw;
}

#list .selfie-list-banner .swiper-button-prev:after{
    content:'';
    background-image : url('https://h-mihak.co.kr/images/etc/left-arrow2.png');
    background-size : 100%;
    width : 0.78vw;
    height: 1.40vw;
    
}

#list .selfie-list-banner .swiper-button-next{
    right : 2vw;
}

#list .selfie-list-banner .swiper-button-next:after{
    content:'';
    background-image : url('https://h-mihak.co.kr/images/etc/right-arrow2.png');
    background-size : 100%;
    width : 0.78vw;
    height: 1.40vw;
}

#list .selfie-list-banner .info .title{
    font-size : 1.66vw;
    font-family : 'ScoreR';
    margin-bottom :2.5vw;
}

#list .selfie-list-banner .info > div{
    width : 68%;
    font-family : 'ScoreL';
}

#list .selfie-list-banner .info > div > span,
#list .selfie-list-best .info .circle,
#list .selfie-list-content .circle{
    display : inline-block;
    width : 0.41vw;
    height : 0.41vw;
    background-color : #ff5454;
    border-radius : 50%;
    margin-right : 0.26vw;
}

#list .selfie-list-banner .info > div:not(.title){
    display : flex;
    align-items: center;;
}

#list .selfie-list-best{
    margin: 1.25vw 0;
}

#list .selfie-list-best > ul{
    display: flex;
    justify-content : flex-start;
    flex-wrap: wrap;
}

#list .selfie-list-best > ul > li{
    width: calc(25% - 1.5vw);
    margin-right : 2vw;
    margin-bottom : 1.25vw;
    background-color : rgb(245,245,245);
    cursor : pointer;
}

#list .selfie-list-best>ul>li:nth-child(4n){
    margin-right : 0;
}

#list .selfie-list-best > ul > li:hover{
    background-color : #525252;
    color : #fff;
    transition : .4s;
}

#list .selfie-list-best > ul > li:hover .title{
    color : #ff5454;
    transition : .4s;
}

#list .selfie-list-best > ul > li:last-child{
    margin-right : 0;
}

#list .selfie-list-best > ul > li .image{
    position : relative;
}


#list .selfie-list-best > ul > li .image > img.best{
    width : auto;
    height : auto;
    position : absolute;
    top : 0;
    left : 0;
}

#list .selfie-list-best > ul > li .info{
    padding : 1.25vw 1.25vw 2.5vw 1.25vw;
    font-size : 0.72vw;
    font-family : 'ScoreL';
}

#list .selfie-list-best > ul > li .title{
    font-size : 1.14vw;
    font-family : 'ScoreR';
    margin-bottom : 2.5vw;
}

#list .selfie-list-content{
    margin: 1.25vw 0;
    background-color : rgb(245,245,245);
    padding : 3.75vw 2.76vw;
    position: relative;
}

#list .selfie-list-content .thumbnail{
    width : 10.72vw;
    height : 10.72vw;
    border-radius : 50%;
    overflow: hidden;
    position: relative;
    margin-bottom : 1.25vw;
}

#list .selfie-list-content .thumbnail > img{
    width: auto;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    
}

#list .selfie-list-content .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#list .selfie-list-content .title{
    font-size : 1.66vw;
    font-family : 'ScoreR';
    margin-bottom : 1.25vw;
}

#list .selfie-list-content .title + div{
    font-size : 0.83vw;
    font-family : 'ScoreL';
    margin-bottom : 1.25vw;
}

#list .selfie-list-content .cate{
    text-align : center;
    font-family : 'ScoreL';
    margin-bottom : 2.5vw;
}

#list .selfie-list-content .cate > span{
    display : block;
    font-size : 1.25vw;
    font-family : 'ScoreR';
    margin-bottom : 0.625vw;
}

#list .selfie-list-content .cate > span:after{
    border-bottom: 1px solid #333;
    content: '';
    display: block;
    margin: auto;
    width: 40%;
    padding-top: 0.625vw;
}

#list .selfie-list-content .content{
    border-top : 1px solid #525252;
    padding : 0.625vw;
    font-family : 'ScoreL';
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size : 0.72vw;
}

#list .selfie-list-best>ul>li .info > div:not(.title){
    display : flex;
    align-items : center;
}

#list .selfie-list-best>ul>li .image>img.best{
    width : 3.48vw;
    height : 3.90625vw;
}

#list .btn-submit{
    display : flex;
    justify-content: flex-end;
}

#list .btn-submit > a, #list .btn-update > a{
    background-color: #ff4669;
    height : 3.38vw;
    text-align : center;
    color : #fff;
    font-family : 'ScoreB';
    font-size : 1.04vw;
    position : relative;
    padding : 0 1vw;
    width : auto;
    line-height: 3.38vw;
}

#list .btn-update{
    position : absolute;
    top : 0;
    right : 0;
}

@media screen and (max-width : 768px){
    .selfie > .title > h1{
        font-size : 4.94vw;
    }

    .selfie > .title > h1 > span{
        font-size : 1.82vw;
        font-weight : 300;
    }

    .selfie > .title{
        height: 42.31vw;
    }

    .selfie > .title > p{
        font-size : 2.86vw;
        margin-top: 5.20vw;
        text-align : center;
    }

    #list .selfie-list-wrap {
        width : 95vw;
    }

    #list .selfie-list-wrap nav > ul{
        margin-top : 5.72vw;
        flex-wrap: wrap;
        justify-content: center;
        border: 0;
    }

    #list .selfie-list-wrap nav > ul > li{
        flex-wrap: wrap;
        width: 31.25vw;
        height: 8.46vw;
        font-size: 3.38vw;
        flex: initial;
        border: 0;
    }

    #list .selfie-list-wrap nav>ul>li:nth-child(1) {
        border-top: 1px solid #adadad;
        border-bottom: 1px solid #adadad;
        border-left: 1px solid #adadad;
    }

    #list .selfie-list-wrap nav>ul>li:nth-child(2) {
        border-top: 1px solid #adadad;
        border-bottom: 1px solid #adadad;
        border-left: 1px solid #adadad;
    }

    #list .selfie-list-wrap nav>ul>li:nth-child(3) {
        border-top: 1px solid #adadad;
        border-bottom: 1px solid #adadad;
        border-left: 1px solid #adadad;
        border-right: 1px solid #adadad;
    }

    #list .selfie-list-wrap nav>ul>li:nth-child(4) {
        border-bottom: 1px solid #adadad;
        border-left: 1px solid #adadad;
        border-right: 1px solid #adadad;
    }

    #list .selfie-list-wrap nav>ul>li:nth-child(5) {
        border-bottom: 1px solid #adadad;
        border-right: 1px solid #adadad;
    }

    #list .selfie-list-banner,
    #list .selfie-list-best,
    #list .selfie-list-content{
        margin : 3.125vw 0;
    }

    #list .selfie-list-banner .swiper-slide{
        flex-direction : column;
        align-items : center;
    }

    #list .selfie-list-banner .swiper-slide .image{
        width : 60vw;
    }

    #list .selfie-list-banner .info .title{
        margin-top : 3.125vw;
        font-size : 4.17vw;
    }

    #list .selfie-list-banner .swiper-slide .info{
        width : 60vw;
        font-size : 2.08vw;
        padding-bottom : 3.125vw;
    }

    #list .selfie-list-best>ul>li{
        width : calc( 50% - 2vw);
        margin-bottom : 2vw;
    }

    #list .selfie-list-best>ul>li .title,
    #list .selfie-list-content .title{
        font-size : 3.39vw;
    }

    #list .selfie-list-best>ul>li .info{
        font-size : 2.08vw;
        padding : 4vw;
    }

    #list .selfie-list-banner .info>div>span, #list .selfie-list-best .info .circle, #list .selfie-list-content .circle{
        width : 6px;
        height : 6px;
        margin-right: 5px;
    }

    #list .selfie-list-content .thumbnail{
        width : 50vw;
        height : 50vw;
        margin-bottom : 8vw;
    }
    #list .selfie-list-content{
        padding : 16vw 2vw;
    }

    #list .selfie-list-content .title{
        font-size : 4.17vw;
    }

    #list .selfie-list-content .title+div{
        font-size : 2.08vw;
    }

    #list .selfie-list-content .title+div{
        margin-bottom : 6vw;
    }

    #list .selfie-list-content .cate>span{
        font-size : 5.66vw;
        margin-bottom : 4vw;
    }

    #list .selfie-list-content .cate>span:after{
        padding-top : 3vw;
    }

    #list .selfie-list-content .cate{
        margin-bottom : 10vw;
        font-size : 3.5vw;
    }

    #list .selfie-list-content .content{
        border-top : 1px solid #e1e1e1;
        padding : 8vw 4vw;
        font-size : 3vw;
    }

    #list .selfie-list-best>ul>li .image>img.best{
        width : 8.72vw;
        height : 9.76vw;
    }

    #list .selfie-list-banner .swiper-button-prev{
        left : 10px;
    }
}

@media screen and (min-width : 1921px){
    .selfie > .title{
        margin-top : 66px;
        margin-bottom : 56px;
        height: 325px;
    }

    .selfie > .title > h1{
        font-size : 36px;
    }

    .selfie > .title > h1 > span{
        font-size : 13px;
        margin-top : 24px;
    }

    .selfie > .title > p{
        font-size : 18px;
        margin-top : 45px;
    }

    #list .selfie-list-wrap{
        width : 1186px;
    }

    #list .selfie-list-wrap nav > ul{
        margin-top : 82px;
    }

    #list .selfie-list-banner{
        margin: 24px 0;
    }
    
    #list .selfie-list-banner .swiper-slide .image{
        width : 380px;
    }

    
    #list .selfie-list-banner .swiper-button-prev:after{
        width : 15px;
        height: 27px;
    }

    #list .selfie-list-banner .swiper-button-next:after{
        width : 15px;
        height: 27px;
    }

    #list .selfie-list-banner .info .title{
        font-size : 32px;
        margin-bottom :48px;
    }

    #list .selfie-list-banner .info{
        font-size : 16px;
    }
    
    #list .selfie-list-banner .info > div > span,
    #list .selfie-list-best .info .circle,
    #list .selfie-list-content .circle{
        width : 8px;
        height : 8px;
        margin-right : 5px;
    }

    #list .selfie-list-best{
        margin: 24px 0;
    }

    #list .selfie-list-best > ul > li{
        width: calc( 25% - 20px );
        margin-right : 20px;
        margin-bottom : 24px;
    }

    #list .selfie-list-best > ul > li .info{
        padding : 24px 24px 48px 24px;
        font-size : 14px;
    }

    #list .selfie-list-best > ul > li .title{
        font-size : 22px;
        margin-bottom : 48px;
    }

    #list .selfie-list-content{
        margin: 24px 0;
        padding : 72px 53px;
    }

    #list .selfie-list-content .thumbnail{
        width : 206px;
        height : 206px;
        margin-bottom : 24px;
    }

    #list .selfie-list-content .title{
        font-size : 32px;
        margin-bottom : 24px;
    }

    #list .selfie-list-content .title + div{
        font-size : 16px;
        margin-bottom : 24px;
    }

    #list .selfie-list-content .cate{
        margin-bottom : 48px;
    }

    #list .selfie-list-content .cate > span{
        font-size : 24px;
        margin-bottom : 12px;
    }

    #list .selfie-list-content .cate > span:after{
        padding-top: 12px;
    }

    #list .selfie-list-content .content{
        padding : 12px;
        font-size : 14px;
    }

    #list .selfie-list-best>ul>li .image>img.best{
        width : 67px;
        height : 75px;
    }
    
}

.selfie .pages-tab > ul {display: none;}

#create.selfie > .title > h1 > span{
    font-family : 'ScoreR';
}


#create.selfie .write-wrap{
    padding : 2.60vw 3.125vw 3.64vw;
    background-color : #f1f1f1;
    width : 49.47vw;
    margin : 2vw auto 0;
}

#create.selfie .input-wrap{
    display : flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom : 1.45vw;
}

#create.selfie .input-wrap input[name='title'],
#create.selfie .input-wrap input[name='name'],
#create.selfie .input-wrap input[name='age'] {
    width : 100%;
    height : 3.43vw;
    font-family : 'ScoreR';
    color : #555252;
    font-size : 0.98vw;
    padding-left : 1.30vw;
}

#create.selfie #name-wrap {flex:1;margin-right:1vw;}
#create.selfie #age-wrap {flex:1;}

#create.selfie .input-wrap select{
    width : 100%;
    height : 3.43vw;
    padding-left : 1.30vw;
    font-family : 'ScoreR';
    color : #555252;
    font-size : 0.98vw;
    border : 0;
    background-color : #fff;
}

#create.selfie .radio-wrap > div{
    display : flex;
    align-items: center;
    margin-bottom : 0.52vw;
}

#create.selfie .radio-wrap > div:last-child{
    margin-bottom : 0;
}

#create.selfie  .radio + label{
    display : flex;
    align-items: center;
}

#create.selfie  .radio + label:before{
    content : '';
    display : block;;
    width : 1.30vw;
    height : 1.30vw;
    border : 1px solid #464646;
    background-color : #fff;
    border-radius : 50%;
    margin-right : 0.52vw;
}

#create.selfie .btn-submit{
    background-color: #ff4669;
    height : 3.38vw;
    text-align : center;
    color : #fff;
    font-family : 'ScoreB';
    font-size : 1.04vw;
    position : relative;
    width :100%;
}


#create.selfie .btn-submit i{
    position : absolute;
    top : 0;
    bottom : 0;
    margin : auto;
    right : 1.30vw;
    width : 1.71vw;
    height : 1.71vw;
}

#create.selfie textarea{
    width : 100%;
}

#create.selfie .note-editor{
    width : 100%;
}

@media screen and (max-width : 768px){
    #create.selfie .write-wrap{
        width : 95vw;
        background-color : #fff;
    }

    #create.selfie .input-wrap{
        display : block;
        margin-bottom : 2.60vw;
    }

    #create.selfie .input-wrap .radio-wrap{
        display : flex;
        align-items : center;
        margin-bottom : 2.60vw;
    }

    #create.selfie .input-wrap .radio-wrap > span{
        font-family: 'ScoreB';
        font-size : 3.38vw;
        margin-right : 7.29vw;
    }

    #create.selfie .radio + label{
        margin-bottom : 0;
        color : #1c1c1c;
        font-size : 3.125vw;
    }

    #create.selfie .radio + label:before{
        width : 3.125vw;
        height : 3.125vw;
        margin-right : 1.43vw;
    }

    #create.selfie .radio-wrap > div{
        margin-right : 6.25vw;
    }

    #create.selfie .radio-wrap > div:last-child{
        margin-right : 0;
    }

    #create.selfie .input-wrap input[name='title']{
        border : 1px solid #000;
        width : 100%;
        height : 9.76vw;
        font-size : 3.64vw;
        padding-left : 2.47vw;
    }

    #create.selfie .input-wrap select{
        border : 1px solid #000;
        width : 100%;
        height : 9.76vw;
        font-size : 3.64vw;
        padding-left : 2.47vw;
    }
    
    #create.selfie #select-wrap{
        margin-bottom : 3.90625vw;
    }

    #create.selfie .btn-submit{
        background-color : #ff5454;
        font-size : 3.64vw;
        height : 12vw;
    }

    #create.selfie .btn-submit i{
        width : 4.16vw;
        height : 4.16vw;
        position : static;
        margin-left : 2.34375vw;
    }
}

@media screen and (min-width : 1921px){
    #create.selfie .write-wrap{
        padding : 50px 60px 70px;  
        width : 950px;
    }

    #create.selfie .input-wrap input[name='title']{
        width : 715px;
        height : 66px;
        font-size : 19px;
        padding-left : 25px;
    }

    #create.selfie .input-wrap select{
        height : 66px;
        font-size : 19px;
        padding-left : 25px;
    }
    

    #create.selfie .radio-wrap > div{
        margin-bottom : 10px;
    }

    #create.selfie .input-wrap{
        margin-bottom : 28px;
    }

    #create.selfie  .radio + label:before{
        width : 25px;
        height : 25px;
        margin-right : 10px;
        
    }

    
    #create.selfie .btn-submit{
        height : 65px;
        font-size : 20px;
    }

    #create.selfie .btn-submit i{
        right : 25px;
        width : 33px;
        height : 33px;
    }
    
}

