/* BASIC css start */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic|Noto+Sans+HK:300&display=swap');

.no-drag {-ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;}

.brand_story { text-align: center; font-family: 'Noto Sans HK', sans-serif; }
.brand_story p { line-height: 35px; font-size: 17px; color: #888; letter-spacing: -.5px; }
.brand_top h2 { padding: 130px 0 70px 0; font-size: 45px; font-weight: 100;
letter-spacing: -4px; color: #464646; }
.brand_story .line { width: 45px; border: 1px solid #ddd; margin: 0 auto; margin-top: 60px; }


.brand_story .mid_vis { background-color: #e3f2ef; }
.brand_story .button { width: 300px;
    height: 60px;
    background-color: #96ccc3;
    margin: 70px auto;
    text-align: center;
    line-height: 59px;
    font-size: 15px;
    color: #fff;
    font-weight: 800;
    letter-spacing: -.5px; }
/* BASIC css end */

