@font-face{font-family:NotoKR;src:local(NotoSansCJKKRThin),url(/child/font/NotoSansKR-Thin.woff2) format('woff2'),url(/child/font/NotoSansKR-Thin.woff) format('woff');font-weight:100;}
@font-face{font-family:NotoKR;src:local(NotoKR-Light),url(/child/font/NotoSansKR-Light.woff2) format('woff2'),url(/child/font/NotoSansKR-Light.woff) format('woff');font-weight:200;}
@font-face{font-family:NotoKR;src:local(NotoKR-DemiLight),url(/child/font/NotoSansKR-DemiLight.woff2) format('woff2'),url(/child/font/NotoSansKR-DemiLight.woff) format('woff');font-weight:300;}
@font-face{font-family:NotoKR;src:local(NotoKR-Regular),url(/child/font/NotoSansKR-Regular.woff2) format('woff2'),url(/child/font/NotoSansKR-Regular.woff) format('woff');font-weight:400;}
@font-face{font-family:NotoKR;src:local(NotoKR-Medium),url(/child/font/NotoSansKR-Medium.woff2) format('woff2'),url(/child/font/NotoSansKR-Medium.woff) format('woff');font-weight:500;}
@font-face{font-family:NotoKR;src:local(NotoKR-Bold),url(/child/font/NotoSansKR-Bold.woff2) format('woff2'),url(/child/font/NotoSansKR-Bold.woff) format('woff');font-weight:700;}
@font-face{font-family:NotoKR;src:local(NotoKR-Black),url(/child/font/NotoSansKR-Black.woff2) format('woff2'),url(/child/font/NotoSansKR-Black.woff) format('woff');font-weight:800;}
/* BrownPro */
@font-face{font-family:'Lineto Brown';src:local(lineto-brown-regular),url(/child/font/lineto-brown-regular.woff2) format('woff2'),url(/child/font/lineto-brown-regular.woff) format('woff');font-weight:400;}
@font-face{font-family:'Lineto Brown';src:local(lineto-brown-bold),url(/child/font/lineto-brown-bold.woff2) format('woff2'),url(/child/font/lineto-brown-bold.woff) format('woff');font-weight:600;}
.font-brown{ font-family: "Lineto Brown","NotoKR","Apple SD Gothic Neo",Helvetica,sans-serif,Arial; }

html{overflow-x:hidden;font-family:NotoKR,"Apple SD Gothic Neo",Helvetica,sans-serif,Arial;font-size:62.5% !important;color:#222222;letter-spacing:-0.04em;word-break:keep-all;word-wrap:break-word;box-sizing:border-box;}
body{font-size:1.6rem;}
*,*:before,*:after{margin:0;padding:0;box-sizing:border-box !important;}
img{max-width:100%;}
ul{list-style:none;}
a{text-decoration:none;color:inherit;}
/* a{text-decoration:none;color:inherit;} */
p{line-height:1.75;}
button{font-family:inherit;background-color:transparent;border:none;cursor:pointer;}
table{border-collapse:collapse;}
input,select,textarea{padding-left:10px;padding-right:10px;font-family:inherit;background-color:#fff !important;border:1px solid #e5e5e5 !important;-webkit-transition:all ease .1s;transition:all ease .1s;}
textarea{padding:10px;}
select{padding-right:30px;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url('/child/img/icon/select-arrow.svg');background-color:#fff;background-size:10px auto;background-repeat:no-repeat;background-position:right 10px center;}
select::-ms-expand{display:none;}
input[type=number]{-moz-appearance:textfield;}
input:-moz-read-only,textarea:-moz-read-only{background-color:#f8f8f8;}
input:read-only,textarea:read-only{background-color:#f8f8f8;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
input:not([readonly="readonly"]):not(:disabled):hover{border-color:#bbbbbb !important;}
select:not(:disabled):hover{border-color:#bbbbbb !important;}
textarea:not(:read-only):not(:disabled):hover{border-color:#bbbbbb !important;}
input:not([readonly="readonly"]):not(:disabled):focus{border-color:#555555 !important;}
select:not(:disabled):focus{border-color:#555555 !important;}
textarea:not(:read-only):not(:disabled):focus{border-color:#555555 !important;}
/* :focus{outline:none;} */
::placeholder{color:#999999;}
:-ms-input-placeholder{color:#999999;}
::-ms-input-placeholder{color:#999999;}
::selection{color: #fff !important; background-color:#1c96cc !important;}
@media (max-width:1024px){
    select{background-size:8px auto;background-position:right 9px center;}
    p{line-height:1.8;}
}
[v-cloak]{display:none;}
[role="button"],[role="link"]{cursor:pointer;}
[data-scroll="false"]{overflow-y:hidden;}


/* Wrap - Container */
.wrap--mypage .main { padding-bottom: 140px; }
.wrap .main--no-padding-top,
.wrap--sub .main--no-padding-top,
.wrap--mypage .main--no-padding-top,
.wrap--products .main--no-padding-top { padding-top: 0 !important; }
.wrap .main--no-padding-bottom,
.wrap--sub .main--no-padding-bottom,
.wrap--mypage .main--no-padding-bottom,
.wrap--products .main--no-padding-bottom { padding-bottom: 0 !important; }
.main { overflow: hidden; display: block; min-height: calc(100vh - 160px); }
#vue-app .container { margin: auto; max-width:1080px; padding: 0 15px; }
.wrap--main#vue-app .container { max-width:1230px; }
.pt-none{padding-top:0 !important;}.pb-none{padding-bottom:0 !important;}.mt-none{margin-top:0 !important;}.mb-none{margin-bottom:0 !important;}
@media (max-width: 1024px){
    .wrap .main { }
    .wrap--sub { min-height: 500px; }
}

/* Section */
.page-section{
    position: relative;
    padding:110px 0;
}
.page-section--last{
    margin-bottom: -110px;
}
.page-section.bg-gray-f9::before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    z-index: -1;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f9f9f9;
}
@media (max-width:1024px){
    .page-section{
        padding:80px 0;
    }
    .page-section--last{
        margin-bottom: -80px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .page-section{
        padding:60px 0;
    }
    .page-section--last{
        margin-bottom: -60px;
    }
}
@media (max-width:576px){
}

.img-section{
    margin-bottom:50px;
}
.img-section:last-child{
    margin-bottom: 0;
}
@media (max-width:1024px){
    .img-section{
        margin-bottom:40px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .img-section{
        margin-bottom:30px;
    }
}
@media (max-width:576px){
}

/* Font */
.align-left { text-align: left !important; }.align-right { text-align: right !important; }.align-center { text-align: center !important; }
.justify-start{ justify-content: flex-start; !important; }.justify-end{ justify-content: flex-end !important; }.justify-center{ justify-content: center !important; }
.weight-1{font-weight:100;}.weight-2{font-weight:200;}.weight-3{font-weight:300;}.weight-4{font-weight:400;}.weight-5{font-weight:500;}.weight-6{font-weight:600;}.weight-7{font-weight:700;}.weight-8{font-weight:800;}
.line-height-1{line-height:1 !important;}.line-height-11{line-height:1.1 !important;}.line-height-12{line-height:1.2 !important;}.line-height-13{line-height:1.3 !important;}.line-height-14{line-height:1.4 !important;}.line-height-15{line-height:1.5 !important;}.line-height-16{line-height:1.6 !important;}.line-height-17{line-height:1.7 !important;}.line-height-18{line-height:1.8 !important;}.line-height-19{line-height:1.9 !important;}.line-height-2{line-height:2 !important;}
.opacity-7{opacity: .7 !important;}

/* Color */
.color-point{color:#00b8fc !important;}
.color-red{color:#ff2f25 !important;}
.color-blue{color:#0971ce !important;}
.color-sky{color:#00b8fc !important;}
.color-white{color:#fff !important;}
.color-gray-2{color:#222 !important;}

/* Bg */
.bg-gray-f9{background-color: #f9f9f9 !important;}
.bg-sky{background-color: #00b8fc !important;}

/* Title */
.text-tit-wrap{
    margin-bottom: 50px;
}
.text-tit-wrap-line{
    border-top:1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding:15px 0;
}
.text-tit-line{
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.text-tit-line::before{
    content:'';
    display: inline-block;
    width: 4px;
    height: 15px;
    background-color: #00b8fc;
    margin-right: 5px;
}
.text-tit-line--pink::before{
    background-color: #ff2947;
}
.text-tit-line--mint::before{
    background-color: #00ead0;
}
.text-tit-28{ font-size: 28px; }
.text-tit-40{ font-size: 40px; }
.text-tit-60{ font-size: 60px; }
.text-tit-60 small{ display:block; font-size: 28px; font-weight: 400; margin-bottom: 5px;}
@media (max-width:1024px){
    .text-tit-line{
        font-size: 16px;
    }
    .text-tit-wrap{
        margin-bottom: 40px;
    }
    .text-tit-28{ font-size: 24px; }
    .text-tit-40{ font-size: 36px; }
    .text-tit-60{ font-size: 56px; }
    .text-tit-60 small{ font-size: 24px; }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .text-tit-wrap{
        margin-bottom: 30px;
    }
    .text-tit-28{ font-size: 20px; }
    .text-tit-40{ font-size: 28px; }
    .text-tit-60{ font-size: 48px; }
    .text-tit-60 small{ font-size: 20px; }
}
@media (max-width:576px){
    .text-tit-28{ font-size: 18px; }
    .text-tit-40{ font-size: 20px; }
    .text-tit-60{ font-size: 38px; }
    .text-tit-60 small{ font-size: 18px; margin-bottom: 2px; }
}

.text-tit-line-item{
    position: relative;
    padding-left: 130px;
    margin-bottom: 25px;
}
.text-tit-line-item:last-child{
    margin-bottom: 0;
}
.text-tit-line-item .text-tit-line{
    position: absolute;
    top:0;
    left:0;
}
@media (max-width:1024px){
    .text-tit-line-item{
        margin-bottom: 15px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .text-tit-line-item{
        padding-left: 0;
        margin-bottom: 10px;
    }
    .text-tit-line-item .text-tit-line{
        position: static;
        top:auto;
        left: auto;
        margin-bottom: 4px;
    }
}
@media (max-width:576px){
}

/* Text */
.text-txt-18{
    font-size: 18px;
    color:#666;
}
@media (max-width:1024px){
    .text-txt-18{ font-size: 16px; }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .text-txt-18{ font-size: 14px; }
}
@media (max-width:576px){
}

/* Spacing */
.m-0{margin:0 !important;}
.mt-0{margin-top:0 !important;}.mt-5{margin-top:5px !important;}.mt-10{margin-top:10px !important;}.mt-15{margin-top:15px !important;}
.mt-50{margin-top:50px !important;}.mt-60{margin-top:60px !important;}
.mb-0{margin-bottom: 0 !important;}.mb-5{margin-bottom: 5px !important;}.mb-10{margin-bottom: 10px !important;}.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 20px !important;}.mb-25{margin-bottom: 25px !important;}.mb-30{margin-bottom: 30px !important;}.mb-40{margin-bottom: 40px !important;}
.p-0{padding:0 !important;}
.pt-0{padding-top:0 !important;}
.pb-0{padding-bottom:0 !important;}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .mt-md-0{ margin-top:0 !important; }.mt-md-5{ margin-top:5px !important; }.mt-md-10{ margin-top:10px !important; }.mt-md-30{ margin-top:30px !important; }
    .mb-md-10{margin-bottom: 10px !important;}.mb-md-20{margin-bottom: 20px !important;}
}
@media (max-width:576px){
    .mt-sm-0{ margin-top:0 !important; }
    .mb-sm-5{ margin-bottom:5px !important; }.mb-sm-10{ margin-bottom:10px !important; }.mb-sm-15{ margin-bottom:15px !important; }.mb-sm-20{ margin-bottom:20px !important; }
}

/* transform */
._t{-webkit-transform: skew(-0.03deg);transform: skew(-0.03deg);}


/* Button */
.button{display:inline-flex;align-items:center;justify-content:center;padding:10px;text-align:center;border:1px solid transparent;-webkit-transition: all ease .1s; transition: all ease .1s;}
.button-point{color:#fff !important;background-color:#222;border-color:#222;}
.button-blue{color:#fff !important;background-color:#0971ce;border-color:#0971ce;}
.button-grey{color:#fff !important;background-color:#60626c;border-color:#60626c;}
.button-border{border-color:#bbb;}
.button-border-light { color: #ffffff; border-color: rgba(255,255,255,.5); }
@media(min-width:1201px){
	.button-point:hover { background-color: #000; border-color: #000; }
    .button-grey:hover { background-color: #50525b; border-color: #50525b; }
    .button-border:hover { color: #ffffff; background-color: #00b8fc; border-color: #00b8fc; }
    .button-border-light:hover { color: #222222; background-color: #fff; border-color: #fff; }
}
/* Button */
.btn-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.btn-wrap .btn{
    margin:5px;
}
.btn{
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    text-align: center;
    color: #333;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 14px 15px 13px;
    font-size: 16px;
    line-height: 1.2;
        -webkit-transition: all ease-out .2s; -ms-transition: all ease-out .2s; transition: all ease-out .2s;
}
.btn *{
    -webkit-transition: all ease-out .2s; -ms-transition: all ease-out .2s; transition: all ease-out .2s;
}
.btn .icon{
    margin-left: 18px;
}
.btn-icon .icon-arrow{
    width: 0;
    opacity: 0;
    margin: 0;
}
.btn-primary{
    color:#fff;
    background-color: #222;
}
.btn-outline-primary{
    color:#222;
    border-color: #222;
}
.btn-disabled{
    cursor: default;
    pointer-events: none;
}
@media (min-width:1025px){
    .btn-icon:hover .icon-arrow{
        width: 8px;
        opacity: 1;
        margin-left: 18px;
    }
    .btn-primary:hover{
        background-color: #333;
    }
    [class*="btn-outline"]:hover{
        background-color: #dcdcdc;
    }
}
@media (max-width:1024px){
    .btn-wrap{
        margin-top: 40px;
    }
    .btn{
        min-width: 180px;
        padding: 12px 15px;
    }
}
@media (max-width:992px){
}
@media (max-width:768px){
    .btn-wrap{
        margin-top: 30px;
    }
    .btn-wrap .btn{
        margin:3px;
    }
    .btn{
        min-width: 150px;
        font-size: 14px;
        padding: 10px;
    }
}
@media (max-width:576px){
    .btn{
        min-width: 100px;
        padding: 8px 10px;
    }
}

.blind{overflow:hidden;position:absolute;width:1px;height:1px;clip:rect(1px,1px,1px,1px);}
.clearfix:after{content:'';display:block;clear:both;}
.sp{display:none;}.mo{display:none;}
@media(max-width:1200px){.sp{display:block;}.pc{display:none;}}
@media(max-width:1024px){.sp{display:block;}.pc{display:none;}}
@media(max-width:768px){.tb{display:none;}.mo{display:block;}}

/*  Grid  */
.grid{display:flex;flex-wrap:wrap;}
.grids-4 >div{
    width: 25%;
}
.grid > div,.grid > li{padding:10px;}
.grid-24{width:100%;}.grid-12{width:50%;}.grid-8{width:33.333333%;}.grid-6{width:25%;}.grid-5{width:20%;}.grid-4{width:16.66666%;}
@media (max-width: 1024px){.grid-4{width:33.33333%;}}
@media(max-width:768px){.grid-6{width:50%;}.grid-5{width:33.33333%;}}
@media(max-width:600px){.grid-8,.grid-5,.grid-4{width:50%;}}


/* Icon */
.icon{
    display: inline-block;
    background-repeat: no-repeat;
    background-position:center;
}
.icon-arrow{
    width: 8px;
    height: 14px;
    background-image:url(/child/img/icon/icon-arrow.png);
}

/* Box */
.box-style{
    padding:35px;
}
@media (max-width:1024px){
}
@media (max-width:992px){
}
@media (max-width:768px){
    .box-style{
        padding:20px;
    }
}
@media (max-width:576px){
}

/* Image */
.img-wrap{
    font-size: 0;
    text-align: center;
}
.img-wrap img{
    max-width: 100%;
}
.img{position:relative;}
.img:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;}


.m-scroll { display: none; margin: auto; max-width: 360px; width: 100%; }
@media(max-width:768px){.m-scroll { display: block; }}

.mobile-scroll-container { position: relative; }
.mobile-scroll-container:before{ content: none; }
.mobile-scroll-wrapper { z-index: 2; position: relative; }
@media (max-width:1200px){
    .mobile-scroll-container ::-webkit-scrollbar { -webkit-appearance: none; }.mobile-scroll-container ::-webkit-scrollbar:vertical { width: 10px; }.mobile-scroll-container ::-webkit-scrollbar:horizontal { height: 10px; }.mobile-scroll-container ::-webkit-scrollbar-thumb { background-color: #bbb; border: 2px solid #ffffff; border-radius: 10px; }.mobile-scroll-container ::-webkit-scrollbar-track { border-radius: 10px; background-color: #ffffff; }
    .mobile-scroll-wrapper { overflow-x: auto; overflow-y: hidden; }
    .mobile-scroll-inner { min-width: 1200px; }
}


/* Tab Menu */
.tab-list { display: flex; flex-wrap: wrap; position: relative; margin-bottom: 70px; }
.tab-list > li { flex: 1 1; margin-top: -1px; margin-left: -1px; -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
.tab-list > li .button{display: flex; align-items: center; justify-content: center; width: 100%; height: 60px;text-align: center; color: #999; font-size: 18px; letter-spacing: -0.05em; font-weight: 300;-webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s;}
.tab-list > li .button span { -webkit-transition: none; transition: none; }
.tab-list--sticky{ z-index: 100001; position: fixed; top: 0; left: 0; width: 100%; -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
.tab-list--block > li {
    margin:0;
    /* border: 1px solid #e5e5e5; */
}
.tab-list--block > li .button {
    color: #666;
    background-color: #f9f9f9;
}
.tab-list--block > li.on { border-color: #222; }
.tab-list--block > li.on .button {
    position: relative;
    z-index: 1;
    background: #222; color: #fff; font-weight: 400;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.tab-list--punch:before { content: ''; position: absolute; left: 0; bottom: 0; width: calc(100% - 3px); height: 1px; background-color: #00b8fc; }
.tab-list--punch > li { margin-left: -1px; background-color: #fff; border: 1px solid transparent; }
.tab-list--punch > li .button { display: block; width: 100%; }
.tab-list--punch > li.on { position: relative; margin-top: 0; border-top: 1px solid #00b8fc; background-color: #fff; border-left: 1px solid #00b8fc; border-right: 1px solid #00b8fc; }
.tab-list--punch > li.on .button { color: #00b8fc; font-weight: 700; }
.tab-list--punch > li.on:before { content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background-color: #fff; }
.tab-list--underline:before { content: ''; position: absolute; left: 0; bottom: 1px; width: 100%; height: 1px; background-color: #e5e5e5; }
.tab-list--underline > li { position: relative; }
.tab-list--underline > li::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #00b8fc; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: center; transform-origin: center; opacity: 0; -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
.tab-list--underline > li .button { width: 100%; }
.tab-list--underline > li.on::before { opacity: 1; -webkit-transform: scaleX(1); transform: scaleX(1); }
.tab-list--underline > li.on .button { color: #00b8fc; font-weight: 700; }
.tab2 > li { flex: auto; width: 50%; }.tab3 > li { flex: auto; width: 33.33333%; }.tab4 > li { flex: auto; width: 25%; }.tab5 > li { flex: auto; width: 20%; }.tab6 > li { flex: auto; width: 16.66666%; }.tab7 > li { flex: auto; width: 14.285%; }.tab8 > li { flex: auto; width: 12.5%; }
.tab6:before { width: calc(100% - 5px); }
.tab-contents { position: relative; }
.tab-contents > li { display: none; position: absolute; top: 0; left: 0; }
.tab-contents > li.on { display: block; height:auto; position:relative; animation: contents-on ease-in-out .5s forwards; }
@-webkit-keyframes contents-on { from { opacity: 0; } to { opacity: 1; } }
@keyframes contents-on { from { opacity: 0; } to { opacity: 1; } }
@media(min-width:1025px){.tab-list--underline > li .button:hover { color: #00b8fc; }}
@media(max-width:1024px) {.tab-list:before { content: none; }.tab-list--underline:before { content: ''; bottom: -1px; }.tab-list { margin-bottom: 35px; }.tab-list > li { width: 50%; }.tab-list > li .button { height: 50px; font-size: 13px; }}
@media(max-width:600px){.tab-list > li { flex: auto; }.tab-list > li .button { height: 40px; }}


.pagination{ display: flex; justify-content: center; margin-top: 50px; }
.pagination a{display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px;text-align: center; font-size: 13px; font-weight: 700;background-repeat: no-repeat; background-position: center; background-color: #fff; -webkit-transition: all ease-out .15s; transition: all ease-out .15s;}
.pagination a:first-child { margin-left: 0; }
.pagination a:not(.current) { cursor: pointer; }
.pagination .current{ color: #00b8fc; font-weight: bold; }
.pagination__backward{ margin-right: 10px; background-image: url('/child/img/icon/pagination-backward.png'); border: 1px solid #dfdfdf; }
.pagination__prev{ margin-right: 16px; background-image: url('/child/img/icon/pagination-prev.png'); border: 1px solid #dfdfdf; }
.pagination__next{ margin-left: 16px; background-image: url('/child/img/icon/pagination-next.png'); border: 1px solid #dfdfdf; }
.pagination__forward{ margin-left: 10px; background-image: url('/child/img/icon/pagination-forward.png'); border: 1px solid #dfdfdf; }
@media (min-width:1201px){
    .pagination a:not(.current):hover{background-color: #f1f1f1;}
}
@media(max-width:1200px){
	.pagination a { width: 30px; height: 30px; font-size: 12px; background-size: auto 10px; }
}


.thumbnail { overflow: hidden; display: block; position: relative; padding-top: 100%; width: 100%; height: 0; }
.thumbnail .image { display: block; z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.thumbnail .image span { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; }
.thumbnail .img { z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media(max-width:1200px){
}
@media(max-width:768px){
}


/* Form Style */
.radio-wrap { margin: -2px -25px; }
.radio-wrap .radio { vertical-align: middle; margin: 2px 25px; }
.radio-wrap .radio input[type="text"] { margin: 5px 10px; padding-right: 20px; padding-left: 20px; }
.radio { display: inline-block; vertical-align: top; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.radio:last-child { margin-right: 0; }
.radio input[type="radio"] { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }
.radio i { display: inline-block; vertical-align: middle; margin-right: 10px; width: 20px; height: 20px; background-repeat: no-repeat; background-image: url('/child/img/icon/radio.svg'); }
.radio span { display: inline-block; vertical-align: middle; }
.radio input:checked ~ i { background-image: url('/child/img/icon/radio-on.svg'); }
.radio input[type="radio"]:disabled ~ i, .radio input[type="radio"]:disabled ~ span { opacity: .5; }
.check-wrap { margin: -2px -25px; }
.check-wrap .check { vertical-align: middle; margin: 2px 25px; }
.check-wrap .check input[type="text"] { margin: 5px 10px; padding-right: 20px; padding-left: 20px; }
.check { display: inline-block; vertical-align: top; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.check:last-child { margin-right: 0; }
.check input[type="checkbox"] { position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; }
.check i { display: inline-block; vertical-align: middle; margin-right: 5px; width: 20px; height: 20px; background-repeat: no-repeat; background: url('/child/img/icon/check.svg'); }
.check span { display: inline-block; vertical-align: middle; }
.check input:checked ~ i { background-image: url('/child/img/icon/check-on.svg'); }
.check input[type="checkbox"]:disabled ~ i, .check input[type="checkbox"]:disabled ~ span { opacity: .5; }
.email-box-wrap, .tel-box-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.email-box { display: inline-block; vertical-align: middle; width: 32%; }
.email-box ~ span { display: inline-block; vertical-align: middle; padding: 0 5px; text-align: center; font-size: 16px; width: 4%; }
.email-box:last-child { padding-left: 5px; }
.addr-box { margin-top: 10px; }
.addr1 { position: relative; margin-top: 0; padding-right: 110px; max-width: 330px; }
.addr1 button { position: absolute; top: 0; right: 0; width: 110px; height: 50px; font-size: 16px; color: #fff; background: #777777; }
.center-form .addr-box input { max-width: 100%; }
.form-tel { display: flex; align-items: center; justify-content: space-between; max-width: 545px; }
.form-tel .select,
.form-tel .input { width: 28.5%; }
.form-tel .text { display: block; width: 10px; height: 1px; background: #333333; }
.form-tel--wide .input { width: 55%; }
@media (max-width: 1024px){
    .radio-wrap { margin: -2px -15px; }
    .radio-wrap .radio { margin: 2px 15px; }
    .radio-wrap .radio input[type="text"] { margin: 5px; }
    .radio { font-size: 14px; }
    .radio i { width: 20px; height: 20px; background-size: auto 20px; }
    .check-wrap { margin: -2px -15px; }
    .check-wrap .check { margin: 2px 15px; }
    .check { font-size: 14px; }
    .check i { width: 20px; height: 20px; background-size: auto 20px; }
    .email-box ~ span { width: 8%; text-align: center; font-size: 13px; }
    .email-box, .tel-box { width: 30%; }
    .email-box:last-child { padding-left: 5px; }
    .addr1 button { height: 40px; font-size: 14px; }
}
@media (max-width: 768px){
    .radio { font-size: 13px; }
    .check { font-size: 13px; }
}
@media (max-width: 550px){
    .email-box { width: 46%; }
    .email-box:last-child { padding: 5px 0 0; width: 100%; }
}


.scroll-top { z-index: 999; position: fixed; bottom: 30px; right: 30px; }
.scroll-top .button { display: block; width: 70px; height: 70px; background: #fff url('/child/img/icon/scroll-top.svg') no-repeat center / auto 25px; border: 1px solid #838383; border-radius: 50%; box-shadow: 0px 3px 10px 0px rgba(0,0,0,.15); -webkit-transform: translateY(150px); transform: translateY(150px); visibility: hidden; opacity: 0; }
[data-scroll-top="true"] .scroll-top .button { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: ease-out .25s; transition: ease-out .25s; }
@media (max-width: 768px){
    .scroll-top { right: 15px; bottom: 15px; }
    .scroll-top .button { width: 50px; height: 50px; }
}


/* Modal */
[data-modal="opened"] { overflow: hidden; }
[data-modal="opened"] .modal-container { overflow-x: hidden; overflow-y: auto; }
.modal-container { z-index: 10000; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); }
.modal-wrapper { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 10px; width: auto; height: 100%; min-height: calc(100% - 20px);  max-height: calc(100% - 20px); }
.modal { overflow: hidden; display: flex; flex-direction: column; position: relative; max-width: 800px; width: 100%; max-height: none; background: #ffffff; }
.modal--6 { max-width: 640px; }
.modal--7 { max-width: 700px; }
.modal--11 { max-width: 1100px; }
.modal__head { margin: 0 30px; padding: 32px 0 14px; border-bottom: 1px solid #dddddd; }
.modal__title { padding: 0 45px; line-height: 1.6; text-align: center; font-size: 24px; font-weight: 700; }
.modal__close{
    display: flex; align-items: center; justify-content: center;
    z-index: 2; position: absolute; top: 0; right: 0; width: 54px; height: 54px;
}
.modal__close svg { width: 18px; height: 18px; fill: #292929; }
.modal__body{
    overflow-x: hidden; overflow-y: auto; height: 100%;
}
.modal__body--top { padding-top: 60px; padding-bottom: 2px; }
.modal__body--no-padding-top { padding-top: 0; }
.modal__body--no-padding-bottom { padding-bottom: 0; }
.modal__foot { margin: 0 30px; padding: 0 0 40px; border-top: 1px solid #dddddd; }
.modal__foot-no-border { border-top: none; }
.modal__foot-caption { padding: 15px 0 0; text-align: center; font-size: 16px; color: #999999; font-weight: 300; }
.modal__buttons { display: flex; align-items: center; justify-content: center; padding: 40px 0 0; }
.modal__buttons .button { flex: 1 auto; margin: 0 5px; max-width: 240px; width: 100%; height: 60px; font-size: 18px; font-weight: 700; }
.modal__buttons .button--download { padding-right: 30px; padding-left: 30px; }
.modal__buttons--narrow .button { max-width: 180px; }

.modal-enter,
.modal-leave-to { opacity: 0; }
.modal-enter-active,
.modal-leave-active { -webkit-transition: all ease .1s; transition: all ease .1s; }
@media(max-width:1024px){
}
@media(max-width:768px){
}


/* ======= Header ======= */
/* [data-header="sticky"].header,
[data-header-submenu="on"].header { color: #ffffff; background: #000000; }
[data-header="sticky"] .header-menu-background { border-bottom: 1px solid #eaeaea; }
[data-header="sticky"] .header-primary__logo a,
[data-header-submenu="on"] .header-primary__logo a { background-image: url('/child/img/icon/logo.png'); } */
[data-page="main"] .header-primary::before{
    -webkit-transform-origin: top; transform-origin: top;
    -webkit-animation: header-background .35s ease-out .85s forwards;
    animation: header-background .35s ease-out .85s forwards;
    opacity: 0;
}
[data-page="main"] .header-primary__contents{
    -webkit-animation: header-contents .35s ease-out .85s forwards;
    animation: header-contents .35s ease-out .85s forwards;
    opacity: 0;
}
[data-option-theme="transparentize"] .header:not([data-header-submenu="on"]) .header-primary::before { opacity: 0; }
[data-option-theme="transparentize"] .header:not([data-header-submenu="on"]) .header-primary__contents { color: #ffffff; }
[data-option-theme="transparentize"] .header:not([data-header-submenu="on"]) .header-primary__logo a { background-image: url('/child/img/icon/logo-light.svg'); }
[data-option-theme="transparentize"] .header:not([data-header-submenu="on"]) .header-search-container .toggle { color: #ffffff; }
@media(min-width:1201px){
    .header-menu-background::before{
        content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: #e6e6e6;
    }
}

.header{
    z-index: 10000; position: relative; top: 0; left: 0; width: 100%;
}
.header-primary{
    z-index: 2; position: relative; width: 100%;
}
.header-primary::before{
    content: ''; position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; background: #222; /*box-shadow: 0px 5px 13px 0px rgba(74,74,74,.15);*/
    -webkit-transition: all ease .15s; transition: all ease .15s;
}
.header-primary__contents{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
    position: relative; margin: auto; max-width: 1650px; padding: 0 30px; width: 100%; color: #202020;
}
.header-primary__left { position: absolute; top: 0; left:15px; }
.header-primary__right { position: absolute; top:20px; right:15px; border:1px solid rgba(255,255,255,.2);}

.header-primary__right a {color:#fff; padding:7px 12px; display:block;}

.header-primary__logo { display: block; margin-top:24px; width: 335px; height: 32px; }
.header-primary__logo a{
    display: block; width: 100%; height: 100%;
    background: url('/child/img/logo.png') no-repeat center / auto 32px;
    -webkit-transition: all ease .15s; transition: all ease .15s;
}

.header-primary__main{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content:flex-end;
    margin: auto; max-width: 1480px; width: 100%;
}
.header-main-container{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    position: relative;
}
.header-menu { display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 10000; position: relative; }
.header-menu__list { position: relative; }
.header-menu__link { display: block; margin: 0 10px; padding: 30px; line-height: 1; font-size: 1.6rem; color:#fff; font-weight: 400; -webkit-transform: skew(-0.03deg); transform: skew(-0.03deg); }
.header-menu__link h2 { font-size: inherit; font-weight: inherit; color: inherit; }
.header-menu__sub{
    overflow: hidden; position: absolute; top: 100%; left: 0; width: 100%; height: 0;
    -webkit-transition: all ease .35s; transition: all ease .35s;
}
.header-menu__sub-lists{
    text-align: center; font-size: 1.6rem; font-weight: 400; color: #999;
    border: 1px solid transparent;
}
.header-menu__sub li { margin-top:20px; }
.header-menu__sub li:last-child { margin-bottom: 20px; }
.header-menu__sub li a { display: block; -webkit-transform: skew(-0.03deg); transform: skew(-0.03deg); }

.header-menu-background { z-index: 9998; overflow: hidden; }

.header-global { margin-left: 30px; }
.header-global .button { width: 40px; height: 40px; font-size: 1.6rem; font-weight: 400; color: #00b8fc; border: 1px solid rgba(163,145,97,.3); border-radius: 50%; -webkit-transition: all ease-out .15s; transition: all ease-out .15s; }

.header-search-container { position: relative; margin-top: 12px; }
.header-search-container .toggle{
    display: block; padding: 16px; width: 50px; height: 50px;
    color: #202020;
}
@-webkit-keyframes header-background {
    from { opacity: 0; -webkit-transform: scaleY(0); transform: scaleY(0); }
    to { opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); }
}
@keyframes header-background {
    from { opacity: 0; -webkit-transform: scaleY(0); transform: scaleY(0); }
    to { opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); }
}
@-webkit-keyframes header-contents {
    to { opacity: 1; }
}
@keyframes header-contents {
    to { opacity: 1; }
}
@media(min-width:1201px){
    [data-header-type="normal"] .header-menu__sub { background: #fff; }
    [data-header-type="normal"] .header-menu__sub-lists { border-top: 1px solid transparent; border-bottom: 1px solid transparent; }
    /* [data-header-type="full"] .header-menu__sub { padding-top: 1px; border-right: 1px solid #ddd; } */
    /* [data-header-type="full"] .header-menu__list:first-child .header-menu__sub { border-left: 1px solid #ddd; } */

    .header-menu__link:hover { color: #00b8fc; }
    .header-global .button:hover { color: #ffffff; background: #00b8fc; border-color: #00b8fc; }
    .header-menu__sub li a:hover { color: #222; }
    .header-menu-background{
        position: absolute; top: 100%; left: -50%; width: 200%; height: 0;
        background: rgba(255,255,255,1);
        -webkit-transition: all ease .35s; transition: all ease .35s;
    }

}
@media (max-width: 1400px){
    .header-menu__link{
        padding: 30px 12px;
        margin:0 5px;
    }
}
@media (max-width: 1200px){
    [data-header-mobile="on"] .header-main-container { right: 0; }
    [data-header-mobile="on"] .header-menu-background { visibility: visible; opacity: 1; }
    [data-menu-link="toggle"] { padding-right: 30px !important; }
    [data-menu-link="toggle"] .arrow{
        position: absolute; top: 0; right: 10px; bottom: 0; margin: auto; width: 15px; height: 10px;
        -webkit-transition: all ease .15s; transition: all ease .15s;
    }
    [data-menu-link="toggle"] .arrow::before,
    [data-menu-link="toggle"] .arrow::after{
        content: ''; position: absolute; margin: auto; top: 4px;
        width: 10px; height: 2px; background: #00b8fc;
    }
    [data-menu-link="toggle"] .arrow::before { left: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
    [data-menu-link="toggle"] .arrow::after { left: 6px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    [data-menu-sub="opened"][data-menu-link="toggle"] .arrow { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
    /* [data-menu-sub="opened"] + .header-menu__sub { max-height: 200px; } */
    .header-primary { display: block; height: 70px; }
    .header-primary::before { box-shadow: 0px 2px 4px 0px rgba(0,0,0,.1); }
    .header-primary__left { position: static; }
    .header-primary__logo { z-index: 2; position: absolute; top:19px; left: 24px; margin: 0; width:210px; }
    .header-primary__logo a { background-size: auto 20px; }
    .header-main-container{
        overflow-y: auto; display: block; z-index: 9999; position: fixed; top: 0; right: -100%;
        padding: 80px 24px; max-width: 550px; width: 100%; height: 100%; background: #ffffff;
        -webkit-transition: all ease .35s; transition: all ease .35s;
    }
    .header-menu { display: block; }
    .header-menu__list { border-bottom: 1px solid #f1f1f1; }
    .header-menu__link { margin: 0; padding: 22px 10px; font-size: 1.8rem; color:#222;}
    .header-menu__sub { position: static; }
    .header-menu__sub-lists { text-align: left; color: #999; background: #ffffff; border-color: #ffffff; }
    .header-menu__sub li:first-child { margin-top: 8px; }
    .header-menu__sub li:last-child { margin-bottom: 30px; }
    .header-menu__sub li a { padding: 0 30px; }
    .header-menu-background{
        position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(17,17,17,.8);
        -webkit-transition: all ease .3s; transition: all ease .3s;
        visibility: hidden; opacity: 0;
    }
    .header-global { margin: 40px 0 0; }


    /*210722 추가*/
    .header-primary__right {top:15px; right:60px;}
}
@media (max-width: 768px){
}


/* Burger Maker */
.mobile-menu { z-index: 10000; display: none; position: absolute; top: 0; right: 0; width: 50px; height: 50px; }
.mobile-menu__button { display: inline-block; position: relative; width: 100%; height: 100%; }
.mobile-menu__button[aria-pressed="true"] span,
.mobile-menu__button[aria-pressed="true"] span::before,
.mobile-menu__button[aria-pressed="true"] span::after { background: #222; }
.mobile-menu__button--flip[aria-pressed="true"] span {
    background-color: rgba(0,0,0,0);
    -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.mobile-menu__button--flip[aria-pressed="true"] span::before {
    margin-top: 0;
    -webkit-transform: rotate(45deg); transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.mobile-menu__button--flip[aria-pressed="true"] span::after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.mobile-menu__button span { position: relative; margin: 0 auto; }
.mobile-menu__button span::before,
.mobile-menu__button span::after { content: ''; position: absolute; }
.mobile-menu__button span,
.mobile-menu__button span::before,
.mobile-menu__button span::after{
    display: block; width: 25px; height: 3px; background-color: #fff;
}
.mobile-menu__button span::before {	margin-top: -10px; }
.mobile-menu__button span::after { margin-top: 10px; }
.mobile-menu__button--flip span::before {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.mobile-menu__button--flip span::after {
	-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
	-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
@media(max-width:1200px){
    .mobile-menu { display: block; top: 9px; right: 12px; }
}
@media(max-width:768px){

}


/* ======= Footer ======= */
.footer { overflow: hidden; z-index: 2; position: relative; background: #222; }
.footer-primary{
    margin: auto; padding: 60px 15px; max-width: 1710px; width: 100%;
}
.footer-primary__contents{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
    font-size: 1.4rem; color: #ffffff;
}
.footer-primary__left{
    display: -webkit-box; display: -ms-flexbox; display: flex;
}
.footer-primary__right{
    flex: 1 1;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end;
}
.footer-primary__logo {width: 335px; height: 32px; background: url('/child/img/logo.png') no-repeat center; margin-top: 70px;}
.footer-primary__copyright { font-size: 1.4rem; color: #dbd4c2; -webkit-transform: skew(-0.03deg); transform: skew(-0.03deg); }
.right .footer-info { -webkit-box-pack:end; -ms-flex-pack:end; justify-content:flex-end; text-align: right; }
.footer-info{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -ms-flex-wrap: wrap; flex-wrap: wrap;
    margin: 50px 0; justify-content: flex-end;
}
.footer-info li { padding: 6px 10px; color: rgba(255,255,255,.6); position: relative; font-size:1.4rem;}

.footer-info li::after {width:1px; height:12px; background-color:#777; content:""; display:block; position: absolute; top:50%; transform: translateY(-50%); right: 0px; }

.footer-info li:nth-child(4)::after, .footer-info li:last-child::after {display:none;}

.footer-info li b { padding-right: 6px; color: #ffffff; }
.footer-info li:last-child { width: 100%; text-align: right;}
.footer-sns{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    margin: 30px 0;
}
.footer-sns a { display: block; margin: 0 7px; width: 28px; color: #00b8fc; -webkit-transition: all ease .1s; transition: all ease .1s; }
.footer-sns svg { display: block; width: 28px; height: 28px; }
.footer-link{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    margin: 0 -18px;
}
.footer-link li { position: relative; padding: 0 18px; }
.footer-link li:not(:last-child)::before{
    content: ''; position: absolute; top: 0; right: 0; bottom: 0;
    margin: auto; width: 1px; height: 12px; background: #717171;
}


.footer .container {max-width:1630px !important; width:100%;}

.footer-col {display: flex; justify-content: space-between;}


.zs-container { position: relative; width: 200px; -webkit-transform: skew(-0.03deg); transform: skew(-0.03deg); }
.zs__toggle{
    display: flex; align-items: center; justify-content: space-between;
    position: relative; padding: 7px 20px; font-size: 1.6rem; color: #ffffff;
    border: 1px solid rgba(255,255,255,.5); cursor: pointer;
    -webkit-transition: all ease .1s; transition: all ease .1s; user-select: none;
}
.zs__action { width: 12px; height: 6px; background: url('/child/img/icon/arrow-bottom-thin.svg') no-repeat; -webkit-transition: all ease .1s; transition: all ease .1s; }
.zs__dropdown-menu { display: none; position: absolute; top: calc(100% - 1px); width: 100%; background: rgba(255,255,255,1); }
.zs__dropdown-menu li { padding: 10px 20px; font-size: 1.4rem; color: #222222; cursor: pointer; }
[aria-expanded="true"] .zs__toggle { background-color: transparent; border-color: #ffffff; box-shadow: 5px 5px 15px 0px rgba(24,24,24,.1); }
[aria-expanded="true"] .zs__action { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
[aria-expanded="true"] .zs__dropdown-menu { display: block; animation: zs-fade-in ease .15s forwards; opacity: 0; }
@-webkit-keyframes zs-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes zs-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
@media(min-width:1201px){
    .footer-sns a:hover { color: #ffffff; }
}
@media(max-width:1200px){
    .footer-primary { padding-top: 40px; padding-bottom: 60px; padding-right: 15px; }
    .footer-primary__left { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
    .footer-primary__logo { height: 32px; background-size: auto 13px; width:180px; }

    .zs-container { width: 160px; }
    .zs__toggle { padding: 12px 20px; font-size: 1.3rem; }
    .zs__dropdown-menu li { font-size: 1.3rem; }
}
@media(max-width:768px){
    .footer-primary__contents{
        -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
        -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;
        font-size: 1.4rem;
    }
    .footer-primary__left{
        -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
    }
    .footer-primary__logo { margin-bottom: 26px; width:136px; margin-top:40px; margin-left:10px;}
    .right .footer-info{
        -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start;
        margin-top: 2px; text-align: left;
    }

    .footer-col {flex-direction: column;}

    .footer-info {justify-content: flex-start; margin:0px 0px 50px;}

    .footer-info li:last-child {text-align:left;}
}

.quick-menu{
    position: fixed;
    top: 50%;
    right: 50px;
    z-index: 999;
    animation: quickmenu .35s ease-out 1s forwards;
    opacity: 0;
}
@-webkit-keyframes quickmenu {
    from { -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); opacity: 0; }
    to { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}
@keyframes quickmenu {
    from { -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); opacity: 0; }
    to { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}
.quick-menu-items{
    margin:-5px 0;
}
.quick-menu-item{
    padding:5px 0;
}
.quick-menu-item__inner{
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #222;
    border-radius: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -webkit-transition: all ease-out .5s; -ms-transition: all ease-out .5s; transition: all ease-out .5s;
}
.quick-menu-item__icon{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position:center;
}
.quick-menu-item__tit{
    position: absolute;
    top:50%;
    right:70px;
    -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%);
    display: none;
    font-size: 14px;
    font-weight: 500;
    color: #828282;;
}
.quick-menu-item.top .quick-menu-item__inner{
    cursor: pointer;
    background-color: #00b8fc;
}
.quick-menu-item.top .quick-menu-item__icon{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,0); -ms-transform: translate(-50%,0); transform: translate(-50%,0);
    width: 24px;
    height: 14px;
    animation: scrolltop 1.5s ease-out infinite;
}
@keyframes scrolltop {
    0%, 20%, 50%, 80%, 100%{
        top:20px;
    }
    40%{
        top:30px;
    }
    60% {
        top:25px;
    }
}
@media (min-width:1025px){
    .quick-menu-item__inner:hover{
        background-color: #333;
    }
    .quick-menu-item__inner:hover .quick-menu-item__tit{
        display: block;
        width: 50px;
    }
}
@media (max-width:1024px){
    .quick-menu{display: none;}
}
@media (max-width:992px){
}
@media (max-width:768px){
}
@media (max-width:576px){
}
