:root {
    --main-c: #E4C17D;
    --fonts: "KoPubWorldDotum";
    --fonts2: "Pretendard",Sans-serif;
    --fonts3: 'Arita Buri';
    --fonts4: 'iceJaram-Rg';
    --fonts5: 'chosun_ilbo_myungjo.ttfRg';
}

* {
    margin: 0;
    padding: 0
}

ul,
li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333
}

img {
    width: 100%;
    display: block
}

html,
body {
	min-width:360px;
    font-family: var(--fonts);
    font-weight: 300;
    letter-spacing: -.2px
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
div,
textarea {
    color: #333;
    font-family: var(--fonts) !important
}

#fullpage.new h1,
#fullpage.new h2,
#fullpage.new h3,
#fullpage.new h4,
#fullpage.new h5,
#fullpage.new h6,
#fullpage.new p,
#fullpage.new b,
#fullpage.new div,
#fullpage.new textarea {
    font-family: var(--fonts2) !important;
}


input,
button {
    font-family: var(--fonts) !important
}

.tel_stile {
    width: 150px;
    margin-right: auto;
    margin-left: 20px
}

.line_gra {
    position: relative;
    border: 3px solid transparent;
    border-radius: 4px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, red 0%, orange 100%);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.row {
    display: flex
}

.column {
    display: flex;
    flex-direction: column
}

.row.center {
    justify-content: center
}

.column.center {
    align-items: center
}

.column.center .txt_wrap h2,
.column.center .txt_wrap h3,
.column.center .txt_wrap h1 {
    text-align: center
}

.inner {
    width: 1300px;
	/*width: calc(100% - 160px);*/
    margin: 0 auto
}
.inner.w-100 {
    width: 100%;
	/*width: calc(100% - 160px);*/
    margin: 0 auto
}
.inner.row {
    /*width: 1300px;*/
	width: calc(100% - 117px);
    margin: 0 auto
}

#header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
	transition-property: all;
    transition-duration: 0.3s;
}
.fp-viewing-2 #header,
.fp-viewing-3 #header,
.fp-viewing-4 #header,
.fp-viewing-5 #header,
.fp-viewing-6 #header,
.fp-viewing-7 #header,
.fp-viewing-8 #header,
.fp-viewing-9 #header,
.fp-viewing-10 #header,
.fp-viewing-11 #header,
.fp-viewing-12 #header,
.fp-viewing-13 #header,
.fp-viewing-14 #header {
    background: #fff;
	transition-property: all;
    transition-duration: 0.3s;
}

#header .inner {
    justify-content: space-between;
    align-items: center
}

#header .logo {
    /* width: 160px; */
	height:30px;
}
#header .logo{display:none;}
#header .logo.basic{display:block;width: 180px;background:url(/img/kb/logo_white.png)no-repeat center; background-size:contain;}
.fp-viewing-2 #header .logo.basic,
.fp-viewing-3 #header .logo.basic,
.fp-viewing-4 #header .logo.basic,
.fp-viewing-5 #header .logo.basic,
.fp-viewing-6 #header .logo.basic,
.fp-viewing-7 #header .logo.basic,
.fp-viewing-8 #header .logo.basic,
.fp-viewing-9 #header .logo.basic,
.fp-viewing-10 #header .logo.basic,
.fp-viewing-11 #header .logo.basic,
.fp-viewing-12 #header .logo.basic,
.fp-viewing-13 #header .logo.basic,
.fp-viewing-14 #header .logo.basic {display:block;width: 180px;background:url(/img/kb/logo.png)no-repeat center; background-size:contain;}
#header .logo img{display:none; height:100%;}
#header.main .logo.basic .basic{display:block;}
#header.cen_1 .logo .v12{display:block;}
#header.cen_2 .logo .v2{display:block;}
#header.cen_3 .logo .v9{display:block;}
#header.cen_4 .logo .v4{display:block;}
#header.cen_5 .logo .v11{display:block;}
#header.cen_6 .logo .v3{display:block;}
#header.cen_7 .logo .v10{display:block;}
#header.cen_8 .logo.v5,
#header.cen_8 .logo .v5{display:block;}
#header.cen_9 .logo .v1{display:block;}
#header.cen_10 .logo .v16{display:block;}
#header.cen_11 .logo .v13{display:block;}

#header.cen_12 .logo.v6,
#header.cen_12 .logo .v6{display:block;}

#header.cen_13 .logo.v7,
#header.cen_13 .logo .v7{display:block;}

#header.cen_14 .logo.v8,
#header.cen_14 .logo .v8{display:block;}
#header.cen_15 .logo.v14,
#header.cen_15 .logo .v14{display:block;}

#header.cen_16 .logo.v15,
#header.cen_16 .logo.v15 .v15{display:block;}

#header .gnb li {
    padding: 0 20px;
    height: 80px;
    display: flex;
    align-items: center
}

#header .gnb>li {
    border-bottom: 4px solid transparent;
    box-sizing: border-box
}

#header .gnb>li {
    opacity: 0;
    z-index: -9;
}
#header .gnb>li:last-child {
	opacity: 1;
	z-index: 99
}
.fp-viewing-2 #header .gnb>li,
.fp-viewing-3 #header .gnb>li,
.fp-viewing-4 #header .gnb>li,
.fp-viewing-5 #header .gnb>li,
.fp-viewing-6 #header .gnb>li,
.fp-viewing-7 #header .gnb>li,
.fp-viewing-8 #header .gnb>li,
.fp-viewing-9 #header .gnb>li,
.fp-viewing-10 #header .gnb>li,
.fp-viewing-11 #header .gnb>li,
.fp-viewing-12 #header .gnb>li,
.fp-viewing-13 #header .gnb>li,
.fp-viewing-14 #header .gnb>li {
	opacity: 1;
	z-index: 99
}

#header .gnb>li:hover {
    border-bottom: 4px solid var(--main-c)
}

#header .gnb>li:last-child:hover {
    border-bottom: 4px solid transparent
}

#header .gnb a {
    font-size: 16px
}

#header .gnb p {
    font-size: 20px;
    cursor: pointer;
    font-weight: 700
}

#header .gnb .drop_parent {
    position: relative
}

#header .gnb>li:hover .drop_gnb {
    display: block
}

#header .gnb .drop_gnb {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    /*min-width: 146px;*/
    padding: 10px 0;
    background-color: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
    backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%)
}

#header .gnb .drop_gnb li {
    margin: 6px 0;
    height: auto
}

.checkbox {
    display: none
}

.button {
    position: relative;
    height: 60px;
    width: 30px;
    border-radius: 50%;
    position: fixed;
    top: 0;
    right: 32px;
    z-index: 2000;
    text-align: center;
    cursor: pointer;
    display: none;
}
.gnb .button {
    top: 0px;
    height: 60px;
    width: 30px;
    border-radius: 50%;
    z-index: 2000;
    text-align: center;
    cursor: pointer;
	right: 0;
    position: relative;
    display: block;
}

.background {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    position: fixed;
    top: 5.5vh;
    right: 5.5vw;
    background: #fff;
    z-index: 1000;
    opacity: 0;
    display: none;
    transition: transform .8s cubic-bezier(.86, 0, .07, 1)
}

.nav {
    height: 100vh;
    position: fixed;
    top: 0;
    right: -60vw;
    z-index: 1500;
    opacity: 0;
    width: 0;
	transition-property: all; 
	transition-duration: 0.6s;
}

.nav .list {
    position: absolute;
    top: calc(50% - -40px);
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    width: 100%;
    overflow: auto;
    height: calc(100vh - 60px);
}

.nav .dep1 {
    margin: 30px;
    font-size: 24px;
    display: block !important;
    height: auto !important;
    padding: inherit !important;
}

.nav .dep1 a {
    display: flex;
    align-items: center;
	font-size: 24px !important;
    font-weight: 600;
    cursor: pointer
}

.nav .dep1 a:hover {
    color: var(--mcolor)
}

.nav .dep1 a .ico {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    transform: rotate(90deg);
    transition-duration: .5s;
    filter: invert(1)
}

.nav .dep1 a.show_btn.on .ico {
    transform: rotate(-90deg)
}

.nav .dep1 .show_menu {
    font-size: 18px;
    margin: 20px 0;
    display: none
}

.nav .dep2 {
    margin: 8px 0;
    display: block !important;
    height: auto !important;
    padding: inherit !important;
}

.nav .dep2 a {
    font-weight: 300;
	font-size: 18px !important;
}

.checkbox:checked~.background {
    transform: scale(80);
    opacity: 0
}

.checkbox:checked~.nav {
    opacity: 1;
    right: 0;
    white-space: nowrap;
    width: 240px;
    background: #fff;
    box-shadow: 1px 1px 16px rgba(0, 0, 0, .1);
	transition-property: all; 
	transition-duration: 0.3s;
}

.button .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.button .icon,
.button .icon:before,
.button .icon:after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: inline-block
}
.fp-viewing-2 .button .icon,
.fp-viewing-2 .button .icon:before,
.fp-viewing-2 .button .icon:after,
.fp-viewing-3 .button .icon,
.fp-viewing-3 .button .icon:before,
.fp-viewing-3 .button .icon:after,
.fp-viewing-4 .button .icon,
.fp-viewing-4 .button .icon:before,
.fp-viewing-4 .button .icon:after,
.fp-viewing-5 .button .icon,
.fp-viewing-5 .button .icon:before,
.fp-viewing-5 .button .icon:after,
.fp-viewing-6 .button .icon,
.fp-viewing-6 .button .icon:before,
.fp-viewing-6 .button .icon:after,
.fp-viewing-7 .button .icon,
.fp-viewing-7 .button .icon:before,
.fp-viewing-7 .button .icon:after,
.fp-viewing-8 .button .icon,
.fp-viewing-8 .button .icon:before,
.fp-viewing-8 .button .icon:after,
.fp-viewing-9 .button .icon,
.fp-viewing-9 .button .icon:before,
.fp-viewing-9 .button .icon:after,
.fp-viewing-10 .button .icon,
.fp-viewing-10 .button .icon:before,
.fp-viewing-10 .button .icon:after,
.fp-viewing-11 .button .icon,
.fp-viewing-11 .button .icon:before,
.fp-viewing-11 .button .icon:after,
.fp-viewing-12 .button .icon,
.fp-viewing-12 .button .icon:before,
.fp-viewing-12 .button .icon:after,
.fp-viewing-13 .button .icon,
.fp-viewing-13 .button .icon:before,
.fp-viewing-13 .button .icon:after,
.fp-viewing-14 .button .icon,
.fp-viewing-14 .button .icon:before,
.fp-viewing-14 .button .icon:after {
    width: 30px;
    height: 2px;
    background-color: #333;
    display: inline-block
}

.button .icon:before,
.button .icon:after {
    content: "";
    position: absolute;
    left: 0;
    transition: all .2s
}

.button .icon:before {
    top: -.4rem
}

.button .icon:after {
    top: .4rem
}

.button:hover .icon:before {
    top: -.4rem
}

.button:hover .icon:after {
    top: .4rem
}

.checkbox:checked+.button .icon {
    background-color: transparent
}

.checkbox:checked+.button .icon:before {
    top: 0;
    transform: rotate(135deg);
    background-color: #333;
}

.checkbox:checked+.button .icon:after {
    top: 0;
    transform: rotate(-135deg);
    background-color: #333;
}

.pc_img {}

.mo_img {
    display: none
}

.sub_banner {
    margin-top: 80px;
    height: 260px;
    background: #202020;
    position: relative;
    z-index: 2
}

.sub_banner.bg_01 {
    background: url(../../img/kb/sub/bg-01.webp) no-repeat;
    background-position: center;
    background-size: cover
}

.sub_banner.bg_02 {
    background: url(../../img/kb/sub/bg-02.webp) no-repeat;
    background-position: center;
    background-size: cover
}

.sub_banner.bg_03 {
    background: url(../../img/kb/sub/bg-03.webp) no-repeat;
    background-position: center;
    background-size: cover
}

.sub_banner.bg_04 {
    background: url(../../img/kb/sub/bg-04.webp) no-repeat;
    background-position: center;
    background-size: cover
}

.sub_banner.bg_05 {
    background: url(../../img/kb/sub/bg-05.webp) no-repeat;
    background-position: center;
    background-size: cover
}

.sub_banner.bg_06 {
    background: url(../../img/kb/sub/bg-06.webp) no-repeat;
    background-position: center;
    background-size: cover
}

.sub_banner.bg_07 {
    background: url(../../img/kb/sub/bg-07.webp) no-repeat;
    background-position: center;
    background-size: cover
}

.sub_banner .navigation {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(10px) saturate(100%) contrast(100%) brightness(130%);
    backdrop-filter: blur(10px) saturate(100%) contrast(100%) brightness(130%)
}

.sub_banner .title {
    height: calc(100% - 60px);
    display: flex;
    align-items: center
}

.sub_banner .title h1 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0;
    font-weight: 300
}

.sub_banner .navigation .dropdown {
    position: relative;
    width: 200px
}

.sub_banner .navigation .dropdown a {
    gap: 20px;
    color: #fff
}

.sub_banner .navigation .dropdown>a {
    justify-content: space-between;
    width: 100%;
    height: 60px;
    align-items: center;
    font-size: 16px;
    padding: 0 20px
}

.sub_banner .navigation .dropdown>a .ico {
    transition-duration: .5s
}

.sub_banner .navigation .dropdown>a.active .ico {
    transform: rotate(-90deg)
}

.sub_banner .navigation .dropUl {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    box-shadow: var(--shadow);
    border: 1px solid #000;
    z-index: 5;
    font-size: 16px;
    display: none;
    background-color: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(10px) saturate(100%) contrast(100%) brightness(130%);
    backdrop-filter: blur(10px) saturate(100%) contrast(100%) brightness(130%)
}

.sub_banner .navigation .dropUl li {
    padding: 10px
}

.sub_banner .navigation .line {
    display: flex;
    align-items: center;
    width: 1px;
    height: 100%;
    background: #999;
    color: transparent
}

#footer {
    background: #222;
    color: #fff;
    padding-bottom: 0
}

#footer.section .inner {
    height: calc(100% - 80px);
    justify-content: center;
    gap: 60px
}

#footer .myContent {
    height: fit-content;
    padding: 80px 0 100px;
}

#footer .foo-top a,
#footer .foo-top a b {
    color: #fff;
    font-size: 16px
}

#footer .foo-top ul {
    gap: 30px
}

#footer .foo-mid {
    gap: 50px
}

#footer .foo-info {
    text-align: left;
    justify-content: space-between;
    width: calc(100% - 284px - 50px);
    gap: 30px
}

#footer .foo-info .row {
    flex-wrap: wrap;
    gap: 5px 10px;
    margin: 5px 0
}

#footer .foo-info p {
    font-size: 16px;
    color: #fff
}

#footer .foo-info .add {
    gap: 5px
}

#footer .foo-info .add p {
    color: #999
}

#footer .foo-info .add p b {
    color: #fff
}

#footer .foo-service {
    text-align: right;
    width: 284px
}

#footer .foo-service p {
    font-size: 16px;
    color: #999;
    margin-bottom: 10px
}

#footer .foo-service h6 {
    font-size: 26px;
    color: #fff;
    font-weight: 700
}

#footer .foo-service h5 {
    font-size: 42px;
    color: #fff;
    font-weight: 700
}

#footer .foo-bottom p {
    font-size: 15px;
    color: #999;
    text-align: center
}

.section .inner {
    justify-content: center;
    gap: 30px
}

.section .tit_main p {
    font-size: 16px
}

.section .tit_sub p {
    font-size: 14px;
    letter-spacing: 12px;
    margin-bottom: 10px;
	text-transform:uppercase;
}

.section .tit_main img {
    width: 60px
}

.section .txt_wrap h3.small,
.section .txt_wrap h4 {
    font-size: 24px
}

.section .txt_wrap h3.small {
    font-weight: 400
}

.section .txt_wrap h3 {
    font-size: 32px;
    font-weight: 600;
	word-break:keep-all;
}

.section .txt_wrap h2 {
    font-size: 40px;
    font-weight: 400
}

.section .txt_wrap .tit br {
    display: none
}

#fullpage.new .section .txt_wrap .tit br {
    display: block;
}

.section .contents_wrap {
    width: 100%
}

.badge {
    color: var(--main-c);
    align-items: center;
    gap: 5px;
    margin-bottom: 10px
}

.badge .ico {
    width: 24px;
    height: 24px
}

#bo_v_con .badge .ico {
    width: 36px;
    height: 36px
}

.badge .ico.icon1 {
    background: url(../../img/kb/icon-1.webp) no-repeat;
    background-size: cover;
    background-position: center
}

.badge .ico.icon2 {
    background: url(../../img/kb/icon-2.webp) no-repeat;
    background-size: cover;
    background-position: center
}

.badge .ico.icon3 {
    width: 32px;
    background: url(../../img/kb/icon-3.webp) no-repeat;
    background-size: cover;
    background-position: center
}

.badge .ico.icon4 {
    background: url(../../img/kb/icon-4.webp) no-repeat;
    background-size: cover;
    background-position: center
}

.badge .ico.icon6 {
    background: url(../../img/kb/icon-6.webp) no-repeat;
    background-size: cover;
    background-position: center
}

.badge .ico.icon7 {
    width: 32px;
    background: url(../../img/kb/icon-7.png) no-repeat;
    background-size: cover;
    background-position: center
}

.badge .ico.icon8 {
    width: 32px;
    background: url(../../img/kb/icon-8.png) no-repeat;
    background-size: cover;
    background-position: center
}

.badge .ico.icon9 {
    background: url(../../img/kb/icon-9.png) no-repeat;
    background-size: cover;
    background-position: center
}

.badge .ico.icon10 {
    width: 32px;
    background: url(../../img/kb/icon-10.png) no-repeat;
    background-size: cover;
    background-position: center
}

.badge .ico.icon11 {
    background: url(../../img/kb/icon-11.png) no-repeat;
    background-size: cover;
    background-position: center
}

#bo_v_con .badge .ico.icon3,
#bo_v_con .badge .ico.icon7,
#bo_v_con .badge .ico.icon10,
#bo_v_con .badge .ico.icon8 {
    width: 50px
}

.section.w p,
.section.w h3,
.section.w h6 {
    color: #fff
}

.form_wrap form {
    width: 100%
}

.form_wrap .line_con {
    margin: 10px 0
}

.form_wrap .line_con p {
    width: 120px;
    text-align: left;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600
}

.form_wrap .full_wrap {
    width: calc(100% - 120px)
}

.form_wrap .full_wrap select,
.form_wrap .full_wrap textarea,
.form_wrap .full_wrap input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 15px;
    border: 0
}

.form_wrap .chk_box_wrap {
    width: calc(100% - 120px);
    display: block;
    float: right
}

.form_wrap .chk_box_wrap input {
    float: left;
    height: 20px;
    margin-right: 10px
}

.form_wrap .chk_box_wrap span {
    float: left;
    font-size: 15px
}

.form_wrap .chk_box_wrap a {
    float: right
}

.form_wrap input.g_counsel {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    background: var(--main-c);
    color: #fff;
    border: 0;
    margin-top: 30px
}

.sub0602 .form_wrap input.g_counsel {
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 600;
    padding: 12px
}

.radio_wrap {
    justify-content: space-between;
    gap: 10px
}

.radio_wrap label {
    width: 100%
}

.radio_wrap label input {
    display: none
}

.radio_wrap label span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px
}

.radio_wrap label:nth-child(2) {
    width: 50%
}

.radio_wrap label input:checked+span {
    background: var(--main-c);
    color: #fff
}

.tab_wrap {
    gap: 10px;
    margin-bottom: 10px
}

.tab_wrap.more_btn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0
}

.tab_wrap.more_btn a {
    color: #fff
}

.tab_wrap li {
    padding: 5px 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 16px;
    background: rgba(221, 221, 221, .2)
}

.tab_wrap li.active {
    background: var(--main-c);
    border: 1px solid var(--main-c);
    color: #fff
}

.map_wrap .map {
    display: none;
    position: relative
}

.map_wrap .map.active {
    display: block
}

.map_wrap .map .map_frame {
    height: 50vh
}

.map_wrap .map .map_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 20px;
    align-items: center;
    gap: 50px;
    margin-bottom: -1px;
    display: none
}

.map_wrap .map .map_info h6 {
    font-size: 20px
}

.map_wrap .map .map_info p {
    font-size: 16px
}

.map_info p,
.map_info h3,
.map_info h6 {
    color: #fff
}

.map_wrap .map .map_frame .map_loca {
    width: 100%;
    text-align: left;
    padding: 30px;
    margin-top: 0;
    background-color: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    height: 100%;
    overflow: hidden
}

.map_wrap .map .map_frame .map_loca .con_wrap article .icon {
    filter: invert(1)
}


@media all and (max-height:1960px) {
    .map_wrap .map .map_frame .map_loca {
        display: none
    }

    .map_wrap .map .map_info {
        display: flex
    }
}

.map_wrap .map .map_loca {
    margin-top: 20px
}

.map_wrap .map .map_loca .left,
.map_wrap .map .map_loca .right {
    width: 100%
}

.map_wrap .map .map_loca .con_wrap article {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.map_wrap .map .map_loca .con_wrap article:last-child {
    margin-bottom: 0
}

.map_wrap .map .map_loca .con_wrap article .icon {
    width: 20px
}

.map_wrap .map .map_loca h3 {
    font-size: 20px;
    margin-bottom: 20px
}
.map_wrap .map .map_loca h6,
.map_wrap .map .map_loca p {
    font-size: 16px;
    margin: 5px 0
}
.map_wrap .map .map_loca h6.mt-20 {
    font-size: 16px;
    margin: 20px 0 0 0
}

.map_wrap .map .map_loca h6,
.map_wrap .map .map_loca p {
    font-size: 16px;
    margin: 5px 0
}
.map_wrap .map .map_loca h3.mt-20 {
    margin: 20px 0 10px 0
}

.map_wrap .map .map_loca {
    margin-top: 0;
    padding: 30px;
    background: #43413c
}

.map_wrap .map .map_loca .left,
.map_wrap .map .map_loca .right {
    filter: brightness(0) invert(1)
}

.business_wrap {
    flex-wrap: wrap
}

.business_wrap .box {
    margin: 5px;
    border: 1px solid #fff;
    border-radius: 4px;
    width: calc(25% - 10px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12vh;
    background-color: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(9px) saturate(100%) contrast(100%) brightness(130%);
    backdrop-filter: blur(9px) saturate(100%) contrast(100%) brightness(130%);
    position: relative
}

.business_wrap .box:before,
.business_wrap .box:after {
    content: '';
    position: absolute;
    background: transparent;
    z-index: 2;
    width: 0;
    height: 0;
    opacity: 0;
    transition: width .2s linear, height .15s .2s ease-out, opacity 0s .35s
}

.business_wrap .box:before {
    bottom: 0;
    left: 0;
    border-top: 1px solid var(--main-c);
    border-left: 1px solid var(--main-c)
}

.business_wrap .box:after {
    top: 0;
    right: 0;
    border-bottom: 1px solid var(--main-c);
    border-right: 1px solid var(--main-c)
}

.business_wrap .box:hover:before,
.business_wrap .box:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: width .2s .15s ease-out, height .15s ease-in, opacity 0s
}

.business_wrap .box:hover {
    border: 1px solid transparent
}

.business_wrap .box:hover img {
    filter: none
}

.business_wrap .box:hover p {
    color: var(--main-c)
}

.business_wrap .box p {
    font-size: 20px;
    text-align: center;
    line-height: 26px
}

.business_wrap .box img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    filter: contrast(0) brightness(0) invert(1)
}

.form_wrap {
    padding: 20px;
    border-radius: 4px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .05);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px)
}

.step_box_wrap {
    width: 100%;
    gap: 10px
}

.step_box_wrap .step_box {
    width: 100%;
    background: #f5f5f5;
    gap: 10px;
    border-radius: 4px
}

.step_box_wrap.b .step_box {
    background-color: rgba(255, 255, 255, .15);
    -webkit-backdrop-filter: blur(10px) saturate(100%) contrast(100%) brightness(130%);
    backdrop-filter: blur(10px) saturate(100%) contrast(100%) brightness(130%);
    padding: 30px
}

.step_box_wrap .step_box span {
    font-size: 14px;
    font-weight: 600;
    background: var(--main-c);
    padding: 8px 20px;
    border-radius: 4px
}

.step_box_wrap .step_box .ico {
    width: 100px
}

.step_box_wrap.b .step_box .ico {
    width: auto;
    height: 100px
}

.step_box_wrap.b .step_box .ico img {
    width: auto;
    height: 100%
}

.step_box_wrap .step_box p {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 700
}

.step_box_wrap .step_box .step_txt {
    gap: 10px
}

.step_box_wrap .step_box .step_txt p {
    font-size: 16px;
    padding-bottom: 0;
    font-weight: 300
}

.step_box_wrap .step_box h6 {
    font-size: 20px;
    margin: 20px 0
}

.call_btn_wrap {
    flex-wrap: wrap;
    gap: 10px
}

.call_btn_wrap .call_box {
    width: calc(50% - 10px);
    padding: 40px;
    background: #eeb84230;
    border-radius: 4px;
    gap: 50px
}

.call_btn_wrap .call_box p {
    font-size: 24px;
    font-weight: 500
}

.call_btn_wrap .call_box .call_text {
    align-items: center;
    gap: 10px
}

.call_btn_wrap .call_box .call_text p {
    font-size: 16px
}

.call_btn_wrap .call_box .call_text h2 {
    font-size: 30px;
    letter-spacing: -1px;
    color: var(--main-c)
}

.call_btn_wrap .call_box .call_btn {
    width: 100px;
    font-size: 16px;
    background: var(--main-c);
    padding: 6px 10px;
    text-align: center;
    border-radius: 4px
}

.zoom_wrap {
    gap: 10px
}

.zoom_wrap .zoombox {
    overflow: hidden;
    position: relative
}

.zoom_wrap .zoombox .txt_wrap {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    width: calc(100% - 80px)
}

.section .zoom_wrap .zoombox .txt_wrap .tit_sub p {
    color: #fff;
    letter-spacing: 10px
}

.zoom_wrap .zoombox .txt_wrap h6 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px
}

.zoom_wrap .zoombox .txt_wrap p {
    color: #fff;
    font-size: 16px;
    line-height: 26px
}

.section .zoom_wrap .zoombox img {
    transition-duration: .7s
}

.section .zoom_wrap .zoombox:hover img {
    transform: scale(1.2)
}

.aside {
    width: 50px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-align: center;
    transition-duration: .5s;
    z-index: 9;
}

.aside-wrap {
    width: 100%
}

.aside .logo {
    background: #493203;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 14px
}

.aside-item{margin-bottom:7px;}
.aside-item a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	width:50px;
	height:50px;
    padding: 10px 0;
    background: #fff;
	border-radius:50px;
	box-sizing:border-box;
	box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.aside-item.cs{display:none;}
/*
.aside-item a.g_kakao {
    background: #f3f3f3
}
*/

.aside-item a .icon {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.aside-item.call img{height:18px;}

.aside #top_btn,
.aside .top_btn {
    position: unset;
    width: 100%;
    height: 50px;
    line-height: 46px;
    border: 0;
    background: #fff url(../../img/kb/ic-btn-top.svg)no-repeat center;
	background-size: auto 15px;
    color: #333;
	border-radius:50px;
	box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.aside #top_btn:hover,
.aside .top_btn:hover {
    border-color: #725303;
    background: #725303 url(../../img/kb/ic-btn-top-wt.svg)no-repeat center;
	background-size: auto 15px;
}




.aside .top_btn a {
    color: #fff
}

.aside-item a p {
    font-size: 12px;
    line-height: 16px;
	display:none;
}

.section #bo_gall #bo_cate a,
.section #bo_list #bo_cate a {
    border-radius: 4px;
    border: 1px solid var(--main-c);
    color: #d6a538
}

.section #bo_gall #bo_cate #bo_cate_on,
.section #bo_list #bo_cate #bo_cate_on {
    background: var(--main-c);
    color: #fff;
    font-weight: bold;
    border: 1px solid var(--main-c);
    -webkit-box-shadow: inset 0 2px 5px #d6a538;
    -moz-box-shadow: inset 0 2px 5px #d6a538;
    box-shadow: inset 0 2px 5px #d6a538
}

.section #bo_cate a:focus,
.section #bo_cate a:hover,
.section #bo_cate a:active {
    background: #fff3d9
}

.section #bo_w .write_div h1 {
    margin-bottom: 10px;
    font-size: 16px
}

.section #bo_gall .bo_tit {
    font-size: 20px;
    margin-bottom: 5px
}

.section #bo_gall .bo_cnt {
    font-size: 16px;
    line-height: 20px
}

.section #bo_gall .bo_tit .new_icon,
.new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #fff;
    background: #b08c52;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: bold;
    vertical-align: baseline
}

.section #bo_v_info .profile_info {
    display: none
}

.section #bo_v_share {
    display: none
}

.section #bo_v_con img {
    width: auto
}

.section .cmt_btn,
.section #bo_vc,
.section #bo_vc_w {
    display: none
}

.section .btn_submit {
    background: var(--main-c)
}

.section .btn_submit:hover {
    background: #b88925
}

.section #bo_v_con table {
    font-size: 18px
}

.section #bo_v_con table th {
    width: 150px;
    background: #f5f5f5;
    padding: 10px 0
}

.section #bo_v_con table td {
    padding: 10px
}

.section .bo_v_nb li .nb_tit,
.section .bo_v_nb li .nb_tit+a {
    font-size: 16px
}

.section .pg_wrap .pg_current {
    background: var(--main-c);
    border: 1px solid var(--main-c)
}

@media all and (max-width:1400px) {
    .inner {
        width: calc(100% - 80px)
    }

    #header .gnb li {
        padding: 0 15px
    }
}

@media all and (max-width:1260px) {
    .step_box_wrap {
        flex-wrap: wrap
    }

    .step_box_wrap .step_box {
        width: calc(50% - 10px)
    }
}

@media all and (max-width:1200px) {
    .business_wrap .box {
        width: calc(25% - 10px);
        height: 15vh
    }
}

@media all and (max-width:1080px) {
    .section .slide1 .txt_wrap br {
        display: unset
    }
}

@media all and (max-width:960px) {
    .zoom_wrap {
        flex-wrap: wrap
    }

    .zoom_wrap .zoombox {
        width: 100%;
        height: 300px
    }

    .call_btn_wrap .call_box {
        width: 100%
    }

    .gnb {
        display: none
    }

    .button {
        display: block;
        height: 80px;
		top:5px !important;
    }

    .background {
        display: block
    }
}

@media all and (max-width:920px) {
    .map_wrap .map .map_info {
        gap: 30px
    }

    .map_wrap .map .map_info h6 {
        font-size: 18px
    }

    .map_wrap .map .map_info p {
        font-size: 14px;
        text-align: left
    }
}

@media all and (max-width:900px) {
	.aside {bottom:70px;}
}
@media all and (max-width:860px) {
    .button {
      /* top:30px;*/
		height: 60px
    }

    .map_wrap .map .map_frame {
        height: auto;
        flex-direction: column
    }

    .map_wrap .map .map_frame iframe {
        height: 35vh
    }

    .map_wrap .map .map_frame .map_loca {
        display: block;
        height: auto
    }

    .map_wrap .map .map_info {
        display: none
    }

    .pc_img {
        display: none
    }

    .mo_img {
        display: block
    }

    .section .inner {
        gap: 30px
    }

    .section .txt_wrap h4,
    .section .txt_wrap h3.small {
        font-size: 18px
    }

    .section .txt_wrap h3 {
        font-size: 24px
    }

    .section .txt_wrap h2 {
        font-size: 32px
    }

    .section .tit_sub p {
        font-size: 11px;
        letter-spacing: 15px
    }

    #header {
        height: 60px
    }

	#header .logo {
		width: auto;
		height: 25px;
		position: absolute;
		left: 20px;
	}

	#header .logo img{width:auto;}

    .sub_banner {
        margin-top: 60px
    }

    .sub_banner .title h1 {
        font-size: 24px
    }

    #footer .myContent {
        padding: 50px 0 80px;
    }

    #footer .foo-mid,
    #footer.section .inner {
        gap: 20px
    }

    #footer .foo-top a,
    #footer .foo-top a b {
        font-size: 13px
    }

    #footer .foo-info {
        width: 100%
    }

    #footer .foo-service {
        width: 100%;
        text-align: left
    }

    #footer .foo-info p,
    #footer .foo-service p,
    #footer .foo-bottom p {
        font-size: 13px
    }

    #footer .foo-service h6 {
        font-size: 24px
    }

    #footer .foo-service h5 {
        font-size: 38px
    }

    #footer .foo-mid {
        flex-direction: column
    }

    .business_wrap .box {
        width: calc(33.33333333333% - 10px);
        min-height: 68px;
        height: 12vh
    }

    .business_wrap .box p {
        font-size: 16px
    }

    .map_wrap .map .map_info {
        position: relative;
        flex-wrap: wrap;
        gap: 10px
    }

    .map_wrap .map .map_info h6 {
        width: 100%;
        text-align: left
    }

    .map_wrap .map .map_loca {
        flex-direction: column;
        gap: 20px
    }
}

@media all and (max-width:660px) {
    .step_box_wrap .step_box {
        width: 100%
    }
}

@media all and (max-width:520px) {
    .call_btn_wrap .call_box .call_text {
        flex-direction: column;
        align-items: flex-start
    }

    .inner {
        width: calc(100% - 36px)
    }
	
	.button {
		right: 18px;
	}
	#header .logo {
		left: -2px;
	}
}

@media all and (max-width:500px) {
    .tel_stile {
        width: 27vw
    }

    .tab_wrap li {
        font-size: 14px
    }

    .sub_banner {
        height: 200px
    }

    .section .inner {
        margin-top: 0
    }

    .nav .dep1 {
        font-size: 4.6vw
    }

    .nav .dep2 a {
        font-size: 3.4vw
    }

    #footer .foo-top a,
    #footer .foo-top a b {
        font-size: 3vw
    }

    #footer .foo-info p,
    #footer .foo-service p,
    #footer .foo-bottom p {
        font-size: 3vw
    }

    #footer .foo-service h6 {
        font-size: 4.5vw
    }

    #footer .foo-service h5 {
        font-size: 7.6vw
    }

    .form_wrap .full_wrap select,
    .form_wrap .full_wrap textarea,
    .form_wrap .full_wrap input {
        font-size: 3vw
    }

    #footer .foo-top ul {
        gap: 15px
    }

    .sub_banner .navigation .inner>a {
        display: none
    }

    .sub_banner .navigation .dropdown {
        width: 100%
    }

    .section .txt_wrap .tit .mo_br {
        display: unset
    }

    .section .mainSwiper .txt_wrap h2 {
        font-size: 5.3vw
    }

    .section .mainSwiper .txt_wrap h3 {
        font-size: 4.8vw
    }

    .section .tit_main p {
        font-size: 2.6vw
    }

    .section .tit_main img {
        width: 6vw
    }

    .section .txt_wrap h4,
    .section .txt_wrap h3.small {
        font-size: 3.6vw
    }

    .section .txt_wrap h3 {
        font-size: 5vw
    }

    .section .txt_wrap h2 {
        font-size: 7vw
    }

    .section .tit_sub p {
        font-size: 2.6vw;
        letter-spacing: 2.6vw
    }

    .section #bo_gall .bo_cnt {
        font-size: 3vw;
        line-height: 4.2vw
    }

    .sub_banner .title h1 {
        font-size: 5vw
    }

    .sub_banner .navigation,
    .sub_banner .navigation .dropdown>a {
        height: 50px
    }

    .sub_banner .navigation .dropdown>a,
    .sub_banner .navigation .dropdown a {
        font-size: 3.8vw
    }

    .section .bo_v_nb li .nb_tit,
    .section .bo_v_nb li .nb_tit+a {
        font-size: 3vw
    }

    .sub_banner .navigation .dropUl {
        top: 50px
    }

    .sub_banner .title {
        height: calc(100% - 50px)
    }

    .business_wrap .box p {
        font-size: 3.2vw;
        line-height: 4vw
    }

    .map_wrap .map .map_info h6 {
        font-size: 4vw
    }

    .map_wrap .map .map_info p {
        font-size: 3.2vw
    }

    .map_wrap .map .map_loca h3 {
        font-size: 3.5vw;
        margin-bottom: 3vw
    }

    .map_wrap .map .map_loca h6,
    .map_wrap .map .map_loca p {
        font-size: 3vw
    }

    .map_wrap .map .map_loca .con_wrap article {
        margin-bottom: 3vw
    }

    .zoom_wrap .zoombox .txt_wrap h6,
    .step_box_wrap .step_box h6,
    .step_box_wrap .step_box p,
    .call_btn_wrap .call_box p {
        font-size: 4vw
    }

    .zoom_wrap .zoombox .txt_wrap p,
    .step_box_wrap .step_box .step_txt p,
    .call_btn_wrap .call_box .call_text p {
        font-size: 3.2vw
    }

    .call_btn_wrap .call_box .call_text h2 {
        font-size: 6vw
    }

    .step_box_wrap .step_box span {
        font-size: 2.3vw
    }

    .form_wrap .line_con p {
        display: none
    }

    .form_wrap .full_wrap {
        width: 100%
    }

    .radio_wrap label {
        width: 70px
    }

    .radio_wrap label:nth-child(2) {
        width: 70px
    }

    .radio_wrap label:nth-child(3) {
        width: calc(100% - 140px)
    }

    .form_wrap .chk_box_wrap {
        width: 100%
    }

    .form_wrap .chk_box_wrap a,
    .form_wrap .chk_box_wrap span {
        line-height: 20px;
        font-size: 3.5vw
    }

    .section #bo_gall .bo_tit {
        font-size: 4.5vw
    }

    .form_wrap input.g_counsel {
        margin-top: 2vw
    }

    .sub0602 .form_wrap input.g_counsel {
        font-size: 3.5vw
    }
	.badge {
		margin-bottom: 5px;
	}
}

@media(max-width: 480px) {
    .aside {
        width: 100%;
        right: 0;
        bottom: 0;
        height: 50px;
        /*box-shadow: 1px -1px 10px rgba(0, 0, 0, .1);*/
        border-radius: 0
    }

    .aside-wrap {
        display: flex
    }

    .aside .logo,
    .aside #top_btn,
    .aside .top_btn {
        width: 15%
    }

    .aside-item {
        width: 25%;
		margin-bottom:0;
    }

    .aside-item a {
        flex-direction: row;
		width:100%; height:100%;
		border-radius:0;
    }
	
	.aside #top_btn{width:25%; height:100%; border-radius:0;}
}

@media (max-width:420px) {
    @media (max-height:780px) {
        #fullpage .section .inner {
            gap: 10px
        }

        .business_wrap .box {
            height: 10vh
        }
    }

    .sub0602 .form_wrap input.g_counsel {
        font-size: 3.5vw
    }



    .sub_banner .title h1 {
        font-size: 5.8vw
    }

    .section .tit_sub p {
        font-size: 3vw
    }

    .section .txt_wrap h4,
    .section .txt_wrap h3.small {
        font-size: 4.9vw
    }

    .section .txt_wrap h3 {
        font-size: 5.8vw
    }

    .section .bo_v_nb li .nb_tit,
    .section .bo_v_nb li .nb_tit+a {
        font-size: 3.8vw
    }

    .section .mainSwiper .txt_wrap h2 {
        font-size: 6vw
    }

    .section .mainSwiper .txt_wrap h3 {
        font-size: 5vw
    }

    .section #bo_gall .bo_tit {
        font-size: 5.2vw
    }

    .section #bo_gall .bo_cnt {
        font-size: 3.5vw;
        line-height: 5vw
    }

    .map_wrap .map .map_loca h3 {
        font-size: 4.2vw
    }

    .map_wrap .map .map_loca h6,
    .map_wrap .map .map_loca p {
        font-size: 3.5vw
    }
}

@media (max-width:300px) {
    .aside-item a p {
        display: none
    }

    .aside .logo {
        width: 60px !important
    }
}


#m-quick-cs{display:none;}
#m-cs{position:fixed; top:0; left:0; width:100%; height:100%; z-index:999; opacity:0; display:none;}
#m-cs.active{display:block; opacity:1;}
#m-cs .bg{position: fixed; top: 0; left: 0; width: 100%; height: 100vh; overflow-y: scroll; background-color: rgba(0, 0, 0, 0.3); }
#m-cs .box-pop{width: 400px; height: auto; min-height: 340px; border-radius: 20px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 40px; background-color:#fff; box-sizing:border-box;}
#m-cs .box-pop .pop-header{position:relative; margin-bottom:18px; }
#m-cs .box-pop h4{display:block; font-size:20px; font-weight:bold; color:#111; line-height:1em; word-break:keep-all;}
#m-cs .box-pop .btn-close{position:absolute; top:0; right:0; width:20px; height:20px; cursor:pointer;}
#m-cs .box-pop .btn-close > span{display:block; position:absolute; top:10px; left:-1px; width:100%; height:2px; background:#111;}
#m-cs .box-pop .btn-close > span:nth-of-type(1){transform: rotate(-45deg);}
#m-cs .box-pop .btn-close > span:nth-of-type(2){transform: rotate(45deg);}

#m-cs .box-pop .line_con{margin-bottom:10px;}
#m-cs .box-pop .label_wrap{width:100%;}
#m-cs .box-pop .label_wrap input{width:100%; height:50px; padding:10px; background:#f9f9f9; border:1px solid #ddd; box-sizing:border-box; font-size:16px; font-weight:400; color:#555; line-height:1em; word-break:keep-all;}
#m-cs .box-pop .chk_box_wrap{float:unset; width:100%; margin-top:20px;}
#m-cs .box-pop .chk_box_wrap input{width:18px; height:18px; border-color:#ddd; margin-right:6px;}
#m-cs .box-pop .chk_box_wrap span{font-size:15px;}
#m-cs .box-pop .chk_box_wrap a{font-size:15px; font-weight:500;}
#m-cs .box-pop input.g_counsel{display:block; margin-top:15px; width:100%; height:50px; background:#bca06a; border-radius:0; font-size:19px; font-weight:bold; border:none; color:#fff;}



@media (max-width: 1500px) {
	#quick-cs .cs-num{width:260px;}
	#quick-cs .form-wrap{width:calc(100% - 260px); width:-webkit-calc(100% - 260px);}
	#quick-cs .form-wrap form fieldset{width:calc(100% - 260px); width:-webkit-calc(100% - 260px);}
	#quick-cs .cs-btn{width:260px;}
}

@media (max-width: 1350px) {
	#quick-cs .cs-num{flex-direction: column; gap:7px; width:180px;}
	#quick-cs .cs-num > span{font-size:17px;}
	#quick-cs .cs-num > span:before{width:16px; height:16px;}
	#quick-cs .cs-num > a{font-size:20px;}
	#quick-cs .form-wrap{width:calc(100% - 180px); width:-webkit-calc(100% - 180px);}
	#quick-cs .form-wrap form fieldset{width:calc(100% - 180px); width:-webkit-calc(100% - 180px);}
	#quick-cs .cs-btn{width:180px; font-size:19px;}
}

@media (max-width: 1200px) {
	#quick-cs .cs-num{width:135px;}
	#quick-cs .form-wrap{width:calc(100% - 135px); width:-webkit-calc(100% - 135px);}
	#quick-cs .cs-btn{width:135px;}
	#quick-cs .form-wrap form fieldset{gap:15px; width:calc(100% - 135px); width:-webkit-calc(100% - 135px);}
	#quick-cs .form-wrap form fieldset .label_wrap label{font-size:15px;}
	#quick-cs .form-wrap form fieldset .label_wrap input{width:140px;}
}

@media (max-width: 900px) {
	.ft.aside .aside-item{display:none !important;}
	#quick-cs{display:none;}
	#m-quick-cs {
		position: fixed;
		left: 0;
		bottom: 0;
		display: flex;
		width: 100%;
		height: 100px;
		z-index: 99;
		box-shadow: 1px -1px 10px rgba(0, 0, 0, .1);
		flex-direction: column;
		justify-content: space-between;
	}
	#m-quick-cs ul{display:flex; width:100%; height:45px;justify-content: center;}
	#m-quick-cs ul:first-child li{display:block; width:calc(90% / 1); height:100%; background:rgba(0, 0, 0, 0.8);border-radius: 15px;box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 60%);margin: 0 0 15px 0}
	#m-quick-cs ul:last-child li{display:block; width:calc(100% / 3); height:100%; background:#fff;}
	#m-quick-cs ul:last-child li:nth-child(1){width:50%;background:#bca06a;}
	#m-quick-cs ul:last-child li:nth-child(2){width:50%;background:#e4c17d;}
	#m-quick-cs ul:last-child li:nth-child(3){width:25%;background:#d0af12;}
	#m-quick-cs ul li > a{display:flex; justify-content: center; width:100%; height:100%;}
	#m-quick-cs ul li > a .icon{display: flex; justify-content: center; align-items: center; width:auto; height:30px;}
	#m-quick-cs ul li > a img{ width:35px; height:35px;}
	#m-quick-cs ul li > a.cs img,
	#m-quick-cs ul li > a.call img{width:20px;height:20px;}
	#m-quick-cs ul li > a p{font-size:15px;white-space: nowrap;color:#fff; font-weight: 600;}
	#m-quick-cs ul li > a p.gotel{padding-left:10px;color:#000;}
	#m-quick-cs ul li > a p.fyellow{color:#efc900;}
	
#m-quick-cs ul li > a div.lightbulb-area {
    background: forestgreen;
    width: 109px;
    height: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 4px;
}
	#m-quick-cs ul li > a p.text{font-size:13px;}
	
#m-quick-cs ul li > a div.lightbulb {
    position: relative;
    -moz-appearance: none;
    /* -webkit-appearance: none; */
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffe770;
    box-shadow: 0 0 0 4px #ffe770, 0 0 10px 5px #ffcd00;
    transition: all 0.5s ease-in-out;
    margin-right: 10px;
}
	
	
	
}

@media (max-width: 620px) {
	#m-cs .box-pop .pop-header{margin-bottom:15px;}
	#m-cs .box-pop h4{font-size:18px;}
	#m-cs .box-pop{padding:25px; border-radius:15px; width:335px; min-height:290px;}
	#m-cs .box-pop .chk_box_wrap{margin-top:10px;}
	#m-cs .box-pop .chk_box_wrap input{width:15px; height:15px;}
	#m-cs .box-pop .chk_box_wrap span,
	#m-cs .box-pop .chk_box_wrap a{font-size:14px;}
	#m-cs .box-pop .line_con{margin-bottom:8px;}
}

@media (max-width: 480px) {
	.ft.aside{width:40px; height:40px; right:10px; bottom:70px !important; }
	.ft.aside #top_btn{width:100%; line-height:36px; border-radius:50px;}
}

@media (max-width: 370px) {
	#m-cs .box-pop{padding:20px; min-height:280px;}
	#m-cs .box-pop .label_wrap input{height:45px; font-size:15px;}
	#m-cs .box-pop input.g_counsel{font-size:16px; height:45px;}
}