* { font-family: 'Spoqa Han Sans', 'Spoqa Han Sans KR', 'Sans-serif'; }

body{
    width:100%;
    height:100%;
    margin: 0 auto;
    
}

div{
    width:400px;
    margin: 0 auto;
    padding:20px;
    height:100%;
    overflow: hidden;
}

section{
    display:block;
    margin: 0 auto;
    height:100%;
    text-align: left;
    margin-top:30px;
    padding-bottom:100px;
}

@media ( min-width: 768px ) {
    div{
        width:80%;
    }

  }

@media ( min-width: 1024px ) {
    div{
        width:1000px;
    }
    
  }

h1{
    text-align: right;
    margin:0;
}

h1 img{
    width:150px;
}


h2{
    font-size:22px;
    font-weight:400;
    margin:0;
}

span.title{
    font-size:60px;
    font-weight:900;
    color: #ff7312;
    border-bottom:8px solid #ff7312;
}

a{
    color:#333;
}



p.contents{
    margin-top:30px;
    margin-bottom:30px;
    padding:10px;
    background-color:#f4f5f6;
    font-style: italic;
    border-radius: 5px;
    text-align:left;
}

p.sub-title{
    color: #ff7312;
    margin-bottom:10px;
    font-size:16px;
    font-weight:600;
}

ul.gamepack{
    width:100%;
    display: inline-block;
}

ul.gamepack li{
    float: left;
    display: block;
    width:45%;
    height:200px;
    border-radius: 10px;
    margin-right:15px;
    margin-bottom:15px;
    text-align:center;
    padding:20px;
    box-sizing: border-box;
    font-weight:600;
    border:1px solid rgba(243, 110, 32, .2);
    box-shadow: 5px 5px 2px 1px rgba(243, 110, 32, .2);
}

ul.gamepack li:hover{
    color:#ff7312;
}

ul.gamepack li:active{
    color:#ff7312;
}

ul.mbti-contents{
    margin-bottom:30px;
    border:1px solid rgba(243, 110, 32, .2);
    box-shadow: 5px 5px 2px 1px rgba(243, 110, 32, .2);
    padding:20px;
    box-sizing: border-box;
    border-radius: 10px;
}

ul.mbti-contents li{
    text-indent: -10px;
    margin-left: 10px;
    font-size:18px;
    margin-bottom:5px;
}

ul.mbti-contents li span.dot{
    font-size:16px;
    color:#ff7312;
    font-weight:900;
}

p.gamepack-contents{
    margin-bottom:40px;
    padding:10px;
    font-size:16px;
}

span.bold{
    font-size:24px;
    font-weight:900;
}

img{
    width:90%;
}

ul.mate{
    background-color:#555;
    border-radius: 10px;
    padding:15px;
    box-sizing: border-box;
}

ul.mate:hover{
    background: linear-gradient( to left, #ffca08, #f36e20 );
}

ul.mate:active{
    background: linear-gradient( to left, #ffca08, #f36e20 );
}

ul.mate li{
    color:#fff;
    font-weight: 900;
    font-size:18px;
}

ul.mate li.mate-mbti{
    font-size:35px;
    text-align:right;
}

@media ( min-width: 768px ) {
    img{
        width:70%;
    }
    ul.gamepack li{
        float: left;
        display: block;
        width:47%;
        height:300px;
    }

  }

@media ( min-width: 1024px ) {
    img{
        width:55%;
    }
    ul.gamepack li{
        float: left;
        display: block;
        width:47%;
        height:320px;
        margin-bottom:30px;
    }
    
  }


p.button{
    display: block;
    font-size:17px;
    background-color:#ff7312;
    padding:15px;
    margin-bottom:10px;
    border-radius:100px;
    text-align:center;
    font-weight:900;
    cursor:pointer;
}

p.button:hover{
    display: block;
    font-size:17px;
    color:white;
    font-weight: 600;
    background: linear-gradient( to left, #ffca08, #f36e20 );
}

p.button:active{
    display: block;
    font-size:17px;
    color:white;
    font-weight: 600;
    background: linear-gradient( to left, #ffca08, #f36e20 );
}

p.button a{
    color:#fff;
}

p.banner-paju{
    background-color:#f36e20;
    border-radius: 10px;
    padding:20px 30px 20px 30px;
    
    text-align:center;
    font-size:17px;
    color:white;
}

p.banner-kakao{
    background-color:#FAE100;
    border-radius: 10px;
    padding:15px 30px 15px 30px;
}

p.banner-kakao:hover{
    display: block;
    background: linear-gradient( to left, #19ce60, #fae100);
}