body {
    cursor: default;
}

#container {
    background: #f0f0f0;
}

.titleArea {
    position: relative;
    background: #F0F0F0;
    height: 100px;
}

.titleArea h1 {
    text-align: center;
    font-family: 'NanumSquareNeo-eHv';
    font-size: 35px;
    line-height: 100px;
}

.titleArea .title_img {
    vertical-align: middle;
    margin-right: 5px;
}

.contentPage .contentWrap {
    width: 100%;
    height: 980px;
    background: #fff;
    border-radius: 30px 30px 0px 0px;
    /* border: 2px solid #bfbfbf; */
    position: absolute;
    top: 100px;
    padding: 40px 40px;
    box-sizing: border-box;
}

.btn_360 {
    position: absolute;
    top: -60px;
    cursor: default;
}