#fix {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

#fix.fix {
    display: block;
}

#fix.end {
    display: none;
}

#top a {
    display: block;
    background-color: #fff;
    border: 1.5px solid #ccc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
}

#top a .ico {
    display: block;
    width: 50px;
    height: 50px;
    background: url(/m/insigniabp/img/top_arrow.svg) no-repeat center /30px;
    position: absolute;
    top: -2px;
}

#btn .customer {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 10px 0;
    background-color: #ab5c2f;
    position: relative;
    box-shadow: 0px 0px 15px #ab5c2f;
    border: 1px solid #ab5c2f;
}

#btn .customer .ico {
    display: block;
    width: 35px;
    height: 35px;
    background: url(/m/insigniabp/img/customer_white.svg) no-repeat center/50px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

#btn .close {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 10px 0;
    background-color: #fff;
    position: relative;
    border: 1px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 9998;
    cursor: pointer
}

#btn .close .ico {
    display: block;
    width: 35px;
    height: 35px;
    background: url(/m/insigniabp/img/close_ico.svg) no-repeat center/35px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

#fix .menu {
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    right: 30px;
    display: none;
}

#fix .menu li a {
    display: block;
    padding: 18px;
    background-color: #fff;
    color: #333;
    text-align: left;
    margin: 10px 0;
    font-size: 0.925rem;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    font-weight: 700;
    border-radius: 5px;
    width: 250px;
}

#fix .menu li .ico {
    display: block;
    width: 50px;
    height: 40px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}

#fix .menu li .call .ico {
    background-image: url(/m/insigniabp/img/call_ico.svg);
    background-size: 65px;
}

#fix .menu li .kakao .ico {
    background-image: url(/m/insigniabp/img/kakao_blue.svg);
    background-size: 50px;
}

#fix .menu li .service .ico {
    background-image: url(../../img/request_blue.svg);
    background-size: 50px;
}

#fix .menu li .des {
    color: #666;
    font-weight: 500;
    display: block;
    margin-top: 5px;
    font-size: 0.825rem;
}

#fix .blackBg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
}

#wrap {
    overflow-x: hidden;
}

/*모바일 헤더*/
#header {
    position: absolute;
    top: 0;
    z-index: 800;
    width: 100%;
}

#headerIn {
    width: 90%;
    margin: 0 auto;
    position: relative;
    min-width: 320px;
}

#header .logo {
    display: block;
    width: 100px;
    height: 55px;
    background: url(../../img/logo_blue.svg) no-repeat center/cover;
    text-indent: -9999px;
    margin: 10px 0 0 0;
}

#header .mBtn {
    display: block;
    padding: 16px 2px;
    width: 28px;
    position: absolute;
    top: 0;
    right: 0;
}

#header .mBtn span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #333;
    text-indent: -9999px;
}

#header .mBtn:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #333;
    margin: 5px 0;
}

#header .mBtn:before {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #333;
    margin: 5px 0;
}

#header .request {
    display: block;
    position: absolute;
    top: 14px;
    right: 50px;
    background-color: #255b98;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
}

#header.fix {
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    height: 60px;
}

#header.fix .logo {
    margin: 5px 0 0 0;
}

#header.fix .mBtn {
    top: -3px;
}

#header.fix .request {
    top: 12px;
}

#mainVisual .inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    min-width: 320px;
}

#mainVisual .place {
    color: #aaa;
    font-size: 0.825rem;
    margin-bottom: 5px;
}

#container>div .inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    min-width: 320px;
}

.notice {
    font-size: 14px;
    line-height: 1.35;
    color: #e10000;
    padding: 0;
    margin-bottom: 12px;
}
