@charset "utf-8";

.icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.icon-local{
    background-image: url(/img/renewal/ico_map.svg);
}
.icon-tel{
    background-image: url(/img/renewal/ico_tel.svg);
}
.icon-top{
    background-image: url(/img/renewal/ico_arrow_up.svg);
}

/*header*/
#header_wrap {
    overflow: hidden;
    position:fixed;
    left: 0;
    top:0;
    z-index: 1000;
    width: 100%;
    height:100px;
    text-align:right;
    transition: .1s background, .15s height;
}
#header_wrap > div{
    max-width:1400px;
    height:100%;
    padding-right:20px;
    padding-left:20px;
    margin:auto;
}
#header_wrap.top_menu_06 {
    background-color: #fff;
}
#header_wrap h1 {
    position:relative;
    float:left;
    display:inline-block;
    margin:24px 0 0;
    overflow: hidden;
}
#header_wrap h1 a {
    overflow: hidden;
    display: block;
    width:205px;
    height:48px;
    background: url(/img/renewal/logo_white.svg)0 center no-repeat;
    background-size:205px auto;
    transition:none;
}
#header_wrap.top_menu_06 .menu_wrap {
    display:inline-block;
    margin-right:-35px;
}
#header_wrap.top_menu_06 .gnb {
    display:inline-block;
    margin:18px 0 0;
    text-align: center;
    background-color: transparent;
}
#header_wrap.top_menu_06 .gnb li {
    text-align: center;
}
#header_wrap.top_menu_06 .gnb a {
    display: inline-block;
    font-weight: 400;
    line-height: 1em;
    color: #000;
}
#header_wrap.top_menu_06 .gnb:after {
    display: block;
    clear: both;
    content: "";
}
#header_wrap.top_menu_06 .gnb .depth1 {
    position: relative;
    float: left;
    text-align:center;
}
#header_wrap.top_menu_06 .gnb .depth1 > a{
    display: block;
    padding:20px 35px;
    font-size:19px;
    font-weight:600;
    text-transform: capitalize;
}
#header_wrap.top_menu_06 .gnb .depth1 > a:before {
    margin-top: 20px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0%;
    transition: 0.5s;
}
#header_wrap.top_menu_06 .gnb .depth1 > a:hover::before {
    color: #4568DC;
    width: 80px;
}
#header_wrap.top_menu_06 .gnb .depth1 > a:hover {
    color: #4568DC;
}
#header_wrap.top_menu_06 .gnb .depth2 {
    display: none;
}
#header_wrap.top_menu_06 .top_right_menu {
    position:relative;
    float:right;
    height:43px;
    margin-top:18px;
    background: url(/img/main/top_tel.png) no-repeat;
    background-size:130px auto;
    color: #fcdb6a;
    font-size: 20px;
    font-family: impact;
    padding:17px 0 0 52px;
}
@media(max-width:1340px){
    #header_wrap.top_menu_06 .top_right_menu {
        display:none;
    }
}
#header_wrap.top_menu_06 .top_right_menu .btn-white {
    display: inline-block;
    background-color: #fff;
    color: #9c9c9c !important;
    transition: 0.4s;
    border: 1px #eee solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
#header_wrap.top_menu_06 .top_right_menu .btn-white:hover {
    background-color: #f6f6f6;
    color: #000
}
@media(max-width:1350px){
    #header_wrap.top_menu_06 .gnb{
        margin:18px 0 0;
    }
    #header_wrap.top_menu_06 .menu_wrap{
        margin-right:-20px;
    }
    #header_wrap.top_menu_06 .gnb .depth1 > a {
        font-size:19px;
        padding:20px;
    }
}
@media(max-width:1150px){
    #header_wrap.top_menu_06 .gnb{
        margin:20px 0 0;
    }
    #header_wrap.top_menu_06 .menu_wrap{
        margin-right:-14px;
    }
    #header_wrap.top_menu_06 .gnb .depth1 > a {
        font-size:17px;
        padding:20px 14px;
    }
}











@media(max-width:1290px){
    #header_wrap > div{
        padding-right:20px;
        padding-left:20px;
    }
}
@media(max-width:1024px){
    #header_wrap.top_menu_06 .menu_wrap,
    #header_wrap.top_menu_06 .top_right_menu{
        display: none;
    }
    #header_wrap{
        height:60px;
    }
    #header_wrap.top_menu_06 h1 {
        width: 140px;
        margin:12px 0 auto;
    }
    #header_wrap.top_menu_06 h1 a {
        height:35px;
        background-size:139px auto;
    }
    #header_wrap > div{
        padding-right:16px;
        padding-left:16px;
    }
}
/* 투명 */
#header_wrap.top_menu_06.transparent {
    background:linear-gradient(to top, transparent 0%, rgb(0 0 0 / 30%) 100%);
}
#header_wrap.top_menu_06.transparent .gnb a {
    color: #fff;
}
#header_wrap.top_menu_06.transparent.on .gnb a{
    color: #272727;
}
#header_wrap.top_menu_06.transparent .top_right_menu .btn-white {
    display: inline-block;
    background: transparent;
    color: #fff !important;
    transition: 0.4s;
    border: 1px #fff solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
    height: 32px;
}
#header_wrap.transparent.on .hiraku-open-btn-line.white,
#header_wrap.transparent.on .hiraku-open-btn-line.white:before,
#header_wrap.transparent.on .hiraku-open-btn-line.white:after{
    transition:none;
    background-color:#1C1C1C;
}
@media(max-width:1024px){
    #header_wrap.transparent {
        background:linear-gradient(to top, transparent 0%, rgb(0 0 0 / 24%) 100%);
    }
    #header_wrap.transparent.on{
        background: rgba(255, 255, 255, .88);
        box-shadow:0 3px 16px rgba(0,0,0,.06);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
    #header_wrap.on h1 a{
        background:url(/img/renewal/logo_black.svg)0 center no-repeat;
        background-size: 139px auto;
    }
}
@media(min-width:1025px){
    /* header_hover */
    #header_wrap.full_down {
        position:fixed;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 1100;
    }
    #header_wrap.full_down:before {
        position: absolute;
        left: 0;
        top: 97px;
        width: 100%;
        height: 290px;
        border-top: 0;
        content: "";
    }
    #header_wrap.on h1 a,
    #header_wrap.top_menu_06.full_down h1 a {
        background:url(/img/renewal/logo_black.svg)0 center no-repeat;
    }
    #header_wrap.top_menu_06.full_down .menu_wrap .gnb {
        overflow: hidden;
    }
    #header_wrap.top_menu_06.full_down .menu_wrap .gnb a {
        color: #666;
    }
    #header_wrap.top_menu_06.full_down .menu_wrap .gnb a:hover,
    #header_wrap.top_menu_06.full_down .menu_wrap .gnb a:focus {
        color: #000;
        text-decoration: none;
    }
    #header_wrap.top_menu_06.full_down .menu_wrap .depth1 {
        overflow: hidden;
    }
    #header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a {
        color: #272727;
    }
}
@media (min-width:1025px){
    #header_wrap.top_menu_06:hover .menu_wrap .depth1 > a,
    #header_wrap.top_menu_06:focus .menu_wrap .depth1 > a {
        color: #272727;
    }
}
#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a:hover,
#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a:focus {
    color: #E1152D;
    text-decoration: none;
}
#header_wrap.top_menu_06.full_down .menu_wrap .depth2 {
    display: block;
    padding-top: 8px;
    margin-bottom:25px;
}
#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li {
    display: block;
}
#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a {
    padding:8px 10px;
    font-size: 14px;
    font-weight:500;
    line-height: 1em;
    color: #666;
    transition:.2s all;
}
#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a:hover {
    color: #000;
    padding-left: 4px;
}
#header_wrap.top_menu_06.full_down .top_right_menu .btn-white {
    display: inline-block;
    background-color: #000;
    color: #fff !important;
    transition: 0.4s;
    border: 1px #000 solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
/* 투명  풀다운  */
@media(min-width:1025px){
    #header_wrap.top_menu_06.transparent.full_down {
        height:auto;
        /*background: rgba(255, 255, 255, 1);*/
        /*z-index: 1100;*/
    }
}
#header_wrap.top_menu_06.transparent.full_down::before {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    height: 290px;
    /*background-color: rgb(255, 255, 255, 1);*/
    border-top: 0;
    /*    border-top: 1px #f6f6f6 solid;*/
    content: "";
}
@media (min-width:1025px){
    #header_wrap.top_menu_06.transparent.on,
    #header_wrap.top_menu_06.transparent:hover,
    #header_wrap.top_menu_06.transparent:focus{
        background: rgba(255, 255, 255, .88);
        z-index: 1100;
        box-shadow:0 3px 16px rgba(0,0,0,.06);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }
}

/* 모바일 메뉴 */
.sidebar-offcanvas {
    display: none;
}
.js-offcanvas-btn {
    display:none;
    position: absolute;
    top: 13px;
    right: 0;
    padding:10px 14px;
    margin:0;
    background-color: transparent;
    border: 0;
}
@media(max-width:1024px) {
    .js-offcanvas-btn {
        display: block;
    }
    .sidebar-offcanvas {
        display: block !important;
    }
}


/*footer*/
footer{
    background-color: #121212;
    padding: 100px 0 84px;
}
footer .footer-wrap{
    width: 1360px;
    margin: auto;
}
footer .footer-wrap .time-box{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #222222;
    padding-bottom: 60px;
}
footer .footer-wrap .time-box .tit{
    width: 214px;
}
footer .footer-wrap .time-box .box-row{
    margin: 4px -8px 0 0;
}
footer .footer-wrap .time-box .box-row dl{
    float: left;
    margin-right:80px;
}
footer .footer-wrap .time-box .box-row dl:last-child{
    margin-right: 0;
}
footer .footer-wrap .time-box .box-row dl dt{
    display: inline-block;
    position: relative;
    padding: 0 4px;
    transform: translateX(-5px);
}
footer .footer-wrap .time-box .box-row dl dt::after{
    content: '';
    position: absolute;
    height: 6px;
    background-color: #E1152D;
    width: 100%;
    left: 0;
    bottom: 15px;
    z-index: 0;
}
footer .footer-wrap .time-box .box-row dl dt div{
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.35;
    z-index: 1;
}
footer .footer-wrap .time-box .box-row dl dt div::before{
    content: '';
    position: absolute;
    background: url(/img/renewal/img_underline_left.png) center no-repeat;
    background-size: contain;
    left: -9px;
    bottom: 0;
    width: 5px;
    height: 6px;
}
footer .footer-wrap .time-box .box-row dl dt div::after{
    content: '';
    position: absolute;
    background: url(/img/renewal/img_underline_right.png) center no-repeat;
    background-size: contain;
    right: -9px;
    bottom: 0px;
    width: 5px;
    height: 6px;
}
footer .footer-wrap .time-box .box-row dl dd{
    color: #cccccc;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.813;
    padding-left: 10px;
    word-break: keep-all;
}
footer .footer-wrap .time-box .box-row dl dd::before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    top: 12px;
}
footer .footer-wrap .footer-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
}
footer .footer-wrap .footer-info .footer-logo{
    width: 302px;
    height: 42px;
}
footer .footer-wrap .footer-info .footer-logo img{
    width:100%;
}
footer .footer-wrap .footer-reserve{
    width: calc(100% - 302px);
}
footer .footer-wrap .footer-reserve>div{
    float: right;
}
footer .footer-wrap .footer-reserve p{
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
footer .footer-wrap .footer-reserve a{
    color: #fff;
    font-size: 32px;
    line-height: 1.3125;
    font-weight: 700;
    display: block;
}
footer .footer-wrap .footer-reserve a:focus,
footer .footer-wrap .footer-reserve a:hover{
    color: #fff !important;
}
footer .footer-wrap .footer-info address{
    font-size: 0;
    margin-top: 18px;
    margin-bottom: 0;

    width:52%;
    line-height:1.65;
}
footer .footer-wrap .footer-info address span{
    display: inline-block;
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
    line-height:2;
    color: #999999;
    margin-right: 20px;
}
footer .footer-wrap .footer-info address span a{
    color: #fff;
}
footer .footer-wrap .footer-info address span em{
    font-style: normal;
    color: #fff;
    padding-left: 5px;
}
footer .footer-wrap .footer-info address span.name em{
    padding-left: 0;
}
footer .footer-wrap .footer-info address .terms .privacy a{
    color:#E1152D;
    font-weight:bold;
}
footer .footer-wrap .footer-info address .terms .privacy a:focus,
footer .footer-wrap .footer-info address .terms .privacy a:hover{
    color:#E1152D !important;
}
footer .footer-wrap .footer-info address .terms a:focus,
footer .footer-wrap .footer-info address .terms a:hover{
    color:#fff !important;
}
footer .footer-wrap .footer-info address .copyright{
    margin:9px 0 0 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.231;
    color: #999;
    word-break: keep-all;
}
footer .footer-wrap .familysite{
    position: relative;
    margin-top:90px;
}
footer .footer-wrap .familysite .btn-familysite{
    position: relative;
    width: 220px;
    text-align: left;
    padding: 15px 23px 14px 20px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.417;
    color: #fff;
    border: 1px solid #333;
    background: #121212;
}
footer .footer-wrap .familysite .btn-familysite::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    width: 11px;
    height: 11px;
    background: url(/img/renewal/ico_familysite_arrow.svg) no-repeat;
    transform: translateY(-50%);
    transition: transform .2s;
}
footer .footer-wrap .familysite.on .btn-familysite::after{
    transform: translateY(-50%) rotate(180deg);
}
footer .footer-wrap .familysite .familysite-list{
    display: none;
    z-index: 1;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #333;
    background: #121212;
}
footer .footer-wrap .familysite .familysite-list.on{
    display: block;
}
footer .footer-wrap .familysite .familysite-list a{
    display: block;
    padding:8px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
footer .footer-wrap .familysite .familysite-list a:hover{
    color: #fff !important;
}
@media (max-width:1400px) {
    footer{
        padding: 80px 40px 64px;
    }
    footer .footer-wrap{
        width: 100%;
    }
    footer .footer-wrap .time-box{
        padding-bottom: 20px;
    }
    footer .footer-wrap .time-box .box-row{
        flex: 1;
        padding-left: 6%;
    }
    footer .footer-wrap .time-box .box-row dl{
        margin-left: 4%;
        margin-right: 8%;
    }
}
@media (max-width:1200px) {
    footer .footer-wrap .time-box .tit {
        width: 182px;
    }
    footer .footer-wrap .time-box .box-row dl dt div{
        font-size: 18px;
    }
    footer .footer-wrap .time-box .box-row dl dd{
        font-size: 14px;
        line-height: 1.715;
    }
    footer .footer-wrap .footer-info .footer-logo{
        width: 250px;
        height: 35px;
    }
    footer .footer-wrap .footer-reserve {
        width: calc(100% - 250px);
    }
    footer .footer-wrap .footer-reserve p{
        font-size:15px;
    }
    footer .footer-wrap .footer-reserve a{
        font-size:28px;
    }
    footer .footer-wrap .footer-info address {
        margin-top: 12px;
    }
    footer .footer-wrap .footer-info address span{
        margin-right:16px;
        font-size: 13px;
    }
    footer .footer-wrap .footer-info address .copyright{
        font-size: 12px;
    }
    footer .footer-wrap .familysite{
        margin-top:71px;
    }
}
@media (max-width:991px){
    footer .footer-wrap .time-box {
        flex-wrap: wrap;
    }
    footer .footer-wrap .time-box .tit {
        width: 160px;
    }
    footer .footer-wrap .time-box .box-row {
        margin: 5% 0 0 0;
        flex: auto;
        padding-left: 0;
    }
    footer .footer-wrap .time-box .box-row dl{
        margin-left: 14px;
        margin-right: 6%;
    }
    footer .footer-wrap .time-box .box-row dl dt div{
        font-size: 16px;
    }
    footer .footer-wrap .footer-info{
        flex-direction: column;
        padding-top: 40px;
    }
    footer .footer-wrap .footer-info .footer-logo {
        order: 1;
        width: 200px;
        height: 28px;
    }
    footer .footer-wrap .footer-reserve {
        width: 100%;
        order: 2;
        margin-top:28px;
    }
    footer .footer-wrap .footer-reserve>div {
        float: left;
    }
    footer .footer-wrap .footer-reserve p {
        font-size: 13px;
        line-height: 1.231;
    }
    footer .footer-wrap .footer-reserve a {
        font-size: 26px;
    }
    footer .footer-wrap .footer-info address{
        order: 4;
        width:100%;
        margin-top:24px;
    }
    footer .footer-wrap .familysite{
        order: 3;
        margin-top:16px;
    }
    footer .footer-wrap .footer-info address>span:nth-of-type(5){
        margin-top: 0;
    }
    footer .footer-wrap .familysite .btn-familysite{
        width: 100%;
        padding:16px 48px 14px 18px;
        font-size:13px;
    }
    footer .footer-wrap .familysite .familysite-list{
        bottom:40px;
        width: 100%;
    }
    footer .footer-wrap .familysite .familysite-list a{
        padding:8px 18px;
    }
}
@media (max-width:768px){
    footer {
        padding:10% 20px 100px;
    }
}
@media (max-width:575px){
    footer {
        padding:12% 20px 100px;
    }
}

/*top banner*/
.top-banner{
    position:fixed;
    top:0;
    right:0;
    left:0;
    padding:0 !important;
    z-index:99;
}
.top-banner a{
    display:block;
    height:60px;
    text-align:center;
    background:#33B225;
}
.top-banner img{
    width:auto;
    height:100%;
}
@media(max-width:575px){
    .top-banner a{
        height:50px;
    }
}
@media(max-width:425px){
    .top-banner img{
        margin-left:1.2%;
        width:100%;
    }
}

/*quick*/
.quick-kakao{
    position:fixed;
    right:37px;
    bottom:82px;
    width:56px;
    height:56px;
    z-index:999;
}
.quick-kakao a{
    display:block;
    height:100%;
    border-radius:22px;
    background:url(/img/main/banner_quick.png)no-repeat;
    background-size:100%;
    box-shadow:0 0 12px rgba(0,0,0,.15);
}
.quick-buy{
    position:fixed;
    right:16px;
    bottom:154px;
    z-index:999;
}
.quick-buy a{
    display:block;
    width:170px;
    height:150px;
    background:url(/img/main/img_quick_buy.png)no-repeat;
    background-size:170px auto;
}
.quick-buy a::after{
    content:'';
    position:absolute;
    top:0;
    left:20px;
    width:150px;
    height:150px;
    background:#005aff;
    border-radius:50%;
    box-shadow:0 15px 20px rgba(0,0,0,0.1);
    z-index:-1;
}
.quick-pickup{
    position:fixed;
    right:16px;
    bottom:320px;
    z-index:999;
}
.quick-pickup a{
    position:relative;
    display:block;
    width:162px;
    height:150px;
    background:url(/img/main/img_quick_pickup.png)no-repeat;
    background-size:auto 100%;
}
.quick-pickup a::after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:150px;
    height:150px;
    border-radius:50%;
    box-shadow:0 15px 20px rgba(0,0,0,0.1);
}
@media (max-width:768px){
    .quick-kakao{
        width:40px;
        height:40px;
        right:16px;
        bottom:127px;
    }
    .quick-kakao a{
        border-radius:16px;
    }
    .quick-buy{
        right:0;
        bottom:15px;
        left:0;
        padding:0 15px;
    }
    .quick-buy a{
        width:100%;
        height:50px;
        border-radius:4px;
        background: #005aff; /* Old browsers */
        background: -moz-linear-gradient(top,  #005aff 0%, #0047cc 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #005aff 0%,#0047cc 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #005aff 0%,#0047cc 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005aff', endColorstr='#0047cc',GradientType=0 ); /* IE6-9 */
        box-shadow:0 2px 12px 4px rgba(0,90,255,0.3);
    }
    .quick-buy a::after{
        position:relative;
        left:auto;
        display:block;
        width:100%;
        height:100%;
        background:transparent url(/img/main/img_quick_buy_m.png)no-repeat center bottom;
        background-size:190px auto;
        border-radius:0;
        box-shadow:none;
        z-index:1;
    }
    .quick-pickup{
        right:6px;
        bottom:179px;
    }
    .quick-pickup a{
        width:60px;
        height:60px;
        background:url(/img/main/img_quick_pickup_m.png)no-repeat;
        background-size:auto 100%;
    }
    .quick-pickup a::after{
        width:60px;
        height:60px;
        box-shadow:0 0 12px rgba(0,0,0,0.15);
    }
}

/*to top*/
#top_btn{
    position:fixed;
    bottom:20px;
    right:40px;
    width:50px;
    height:50px;
    line-height:46px;
    border:2px solid #000;
    color:#000;
    text-align:center;
    font-size:15px;
    z-index:90;
    background:rgba(255,255,255,0.5)
}
#top_btn i{
    margin:11px auto;
}
@media (max-width:768px){
    #top_btn{
        bottom:77px;
        right: 15px;
        width: 42px;
        height: 42px;
        line-height: 38px;
    }
    #top_btn i{
        width:20px;
        height:20px;
        margin:9px auto 0;
    }
}

/*fixed button*/
.fixed-btn-wrap{
    position:fixed;
    right:0;
    bottom:24px;
    left:0;
    font-size:0;
    text-align:center;
    z-index:89;
}
.fixed-btn-wrap a{
    min-width:240px;
}
.fixed-btn-wrap a+a{
    margin-left:8px;
}
.btn-fixed-yellow{
    display:inline-block;
    padding:18px 28px 14px;
    color:#221e1a;
    font-size:19px;
    font-weight:900;
    line-height:1;
    letter-spacing:-0.8px;
    background: #fee564; /* Old browsers */
    background: -moz-linear-gradient(top,  #fee564 0%, #ffe208 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fee564 0%,#ffe208 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fee564 0%,#ffe208 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee564', endColorstr='#ffe208',GradientType=0 ); /* IE6-9 */
    box-shadow:0 3px 0 0 #ffcb00;
    border:1px solid #ffcb00;
    border-radius:4px;
}
@media (max-width:768px){
    .fixed-btn-wrap{
        bottom:18px;
        display:flex;
        padding:0 15px;
    }
    .fixed-btn-wrap a{
        flex:1;
    }
    .fixed-btn-wrap a+a{
        margin-left:4px;
        min-width:auto;
        max-width:none;
    }
    .fixed-btn-wrap .btn-fixed-size{
        width:40%;
        max-width:170px;
    }
    .fixed-btn-wrap .btn-fixed-yellow{
        padding:16px 24px 14px;
        font-size:15px;
    }
}
@media (max-width:575px){
    .fixed-btn-wrap .btn-fixed-size{
        min-width:auto;
        max-width:none;
    }
    .fixed-btn-wrap a+a{
        width:60%;
    }
}

/*popup*/
.popup-wrap{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    padding-top:3%;
    overflow-y:auto;
    z-index:9000;
}
.popup-wrap::after{
    content:'';
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.6);
    z-index:1;
}
.popup-wrap .popup-list{
    position:relative;
    text-align:center;
    z-index:2;
}
.popup-wrap .popup-content{
    display:inline-block;
    width:450px;
    margin:0 10px;
    background:transparent;
}
.popup-wrap .popup-swiper{
    background:#fff;
    box-shadow:0 0 12px rgba(0,0,0,.3);
}
.popup-wrap .popup-swiper .swiper-button-next,
.popup-wrap .popup-swiper .swiper-button-prev{
    width:22px;
    height:52px;
    margin:0;
    color:#fff;
}
.popup-wrap .popup-swiper .swiper-button-next::after,
.popup-wrap .popup-swiper .swiper-button-prev::after{
    font-size:12px;
}
.popup-wrap .popup-swiper .swiper-button-next{
    right:0;
    padding:0 5px 0 7px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.popup-wrap .popup-swiper .swiper-button-prev{
    left:0;
    padding:0 7px 0 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.popup-wrap .popup-content p{
    margin:0;
}
.popup-wrap img{
    width:100%;
}
.popup-wrap .popup-btn{
    display:flex;
    justify-content:space-between;
}
.popup-wrap .popup-btn > *{
    color:#fff;
    font-size:12px;
    font-weight:normal;
}
.popup-wrap .popup-btn label{
    padding:4px 4px 2px;
    cursor:pointer;
}
.popup-wrap .popup-btn label input[type="checkbox"]{
    margin:0 5px 0 0;
}
.popup-wrap .popup-btn a{
    position:relative;
    display:inline-block;
    padding:4px 20px 4px 8px;
}
.popup-wrap .popup-btn a:hover{
    text-decoration:none;
}
.popup-wrap .popup-btn a::before,
.popup-wrap .popup-btn a::after{
    content:'';
    position:absolute;
    top:12px;
    right:5px;
    width:12px;
    height:1px;
    background:#fff;
}
.popup-wrap .popup-btn a::before{
    transform: rotate(45deg);
}
.popup-wrap .popup-btn a::after{
    transform: rotate(-45deg);
}
/*@media(max-width:1024px){*/
/*    .popup-wrap{*/
/*        padding-top: 20%;*/
/*    }*/
/*}*/
@media(max-width:768px){
    .popup-wrap{
        padding-top:8%;
    }
    .popup-wrap .popup-content{
        min-width:290px;
        width:88%;
    }
}
