/*홈페이지 가입 후 페이지*/
* {margin: 0; padding: 0;}
img {text-align: center;}
a {text-decoration: none;}

.all_content_box {
    width: 900px;
    margin: 0 auto;
    
}
p {color:#555;}
h3 {color: #555; margin-bottom: 10px;}
.logo_img {margin: 30px 0px;}

.thank_box {
    width: 802px;
    background-color:#ffebda;
    padding: 20px 20px;
    box-sizing:border-box;
}

.note_box {
    width: 802px;
    margin: 40px 0px;
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}
.note_box > div {
    float: left;
    width: 200px;
    height: 200px;
    padding: 10px;
    box-sizing: border-box;
}
.note_box > div:nth-of-type(1) {border-right: 1px solid #e2e2e2;}
.note_box > div:nth-of-type(2) {border-right: 1px solid #e2e2e2;}
.note_box > div:nth-of-type(3) {border-right: 1px solid #e2e2e2;}

.note_box > div > p:nth-of-type(1) {font-weight: bold; margin-top: 6px;}
.note_box > div > p:nth-of-type(2) {margin: 10px 0px; color:#f87028;}

.more_box {
    width: 100px;
    height: 23px;
    border: 1px solid #555;
    border-radius: 3px;
    margin-top: 18px;
    text-align: center;
}
.more_box:hover {border: 1px solid #e67e22;}
.more_box:hover > p {color: #e67e22;}

.upgrade_box {width: 130px;}

.b-to-h_box { width: 180px;}
.b-to-h_box:hover > p {color: #e67e22;}
.b-to-h {color: #2b52f8;}

.more_box, .b-to-h_box {            
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}