@charset "utf-8";
/*************************************************************************
* @ 서비스명   : commonui
* @ 파일명     : /css/commonui.css
* @ 페이지설명  : commonui.css
* @ 작성자     : 한주현 (pointweb)
* @ 작성일     :

**************************************************************************/

/* basic style */
* {box-sizing: border-box;}
html {width: 100%;height: 100%;}
body {overflow: inherit;width: 100%;height: 100%;}
body.on {overflow: hidden;}
#wrap {width: 100%;height: 100%;}
.layout{position:relative;margin: 0 auto;max-width: 1280px;}
.no-data {display: block !important;font-size: 16px !important;width: 100% !important;padding: 100px 0 !important;text-align: center;margin: 0 !important;}
.blind{position: absolute;top:-9999999px;left:-999999px;}
.required{color:#e32a2a;}
#pagination{position: relative;display: flex;justify-content: center;margin-top:60px;gap:5px;}
#pagination a{display: flex;align-items: center;justify-content: center;width:30px;height:30px;line-height: 1;border-radius: 5px;border: solid 1px #dedede;background: #fff; font-size: 16px;font-weight: normal;letter-spacing: -0.4px;color: #8e8e8e;}
#pagination a.active{background:#1c275f;color:#fff;border-color: #1c275f;}
#pagination .end-prev,
#pagination .prev,
#pagination .next,
#pagination .end-next{border:0;background: #f5f5f5;}
#pagination .end-prev:after,
#pagination .prev:after,
#pagination .next:after,
#pagination .end-next:after{display: block;width:15px;height:15px;}
#pagination .end-prev:after{content: "";position: relative;background: url(/_public/images2/common/first-prev.svg) no-repeat;background-size: cover;}
#pagination .prev{margin-right:15px;}
#pagination .prev:after{content: "";position: relative;background: url(/_public/images2/common/prev.svg) no-repeat;background-size: cover;}
#pagination .next{margin-left:15px;}
#pagination .next:after{content: "";position: relative;background: url(/_public/images2/common/next.svg) no-repeat;background-size: cover;}
#pagination .end-next:after{content: "";position: relative;background: url(/_public/images2/common/end-next.svg) no-repeat;background-size: cover;}

.overlay{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.7);z-index:1000;line-height: normal;}


.not-post{padding:50px 0;text-align: center;line-height: normal !important;}
.not-post figure{}
.not-post figure figcaption{display:block;font-size: 19px;font-weight: 600;letter-spacing: 0.19px;color: #202020;}
.not-post figure figcaption span{display: block;margin-top:5px; font-size: 15px;font-weight: normal;letter-spacing: 0.15px;text-align: center;color: #999;}

.not-find{padding:50px 0;text-align: center;line-height: normal !important;}
.not-find figure{}
.not-find figure figcaption{display:block;font-size: 19px;font-weight: 600;letter-spacing: 0.19px;color: #202020;}
.not-find figure figcaption span{display: block;margin-top:5px; font-size: 15px;font-weight: normal;letter-spacing: 0.15px;text-align: center;color: #999;}

#goTop{position: fixed;right:40px;bottom:40px;display:inline-block;z-index: 10;transition: all 0.4s;}
#goTop img{display: block;}


/* dl style */
.dl-type1{}
.dl-type1 dt{position:relative;clear:left;float:left;}
.dl-type1 dd{position:relative;width:100%;}
.dl-type1 dd:after {content: "";display: table;clear: both;}
/* text style */
.txt-left {text-align: left !important;}
.txt-center {text-align: center !important;}
.txt-right {text-align: right !important;}

.color-blue{color:#1c275f;}

.tab{display: flex;margin:40px 0 60px;}
.tab a{flex:1;display: flex;align-items: center;justify-content: center; border: solid 1px #dedede;background-color: #fff;height:60px;font-size: 20px;font-weight: normal;letter-spacing: -0.5px;text-align: center;color: #8e8e8e;}
.tab a.on{background: #1c275f;border-color:#1c275f;color: #fff;font-weight: 600;}

/* 라벨 전체 */
.switch-label {position:relative;display: inline-flex;align-items: center;gap: 10px;cursor: pointer;font-size: 16px;font-weight: normal;letter-spacing: -0.4px;color: #202020;}
.switch-label input {position:absolute;opacity: 0;width: 0;height: 0;}
.switch-label .slider{position: relative;display: inline-block;width: 45px;height: 25px;background-color: #ccc;border-radius: 25px;transition: background-color 0.4s;}
.switch-label .slider::before {content: "";position: absolute;height: 19px;width: 19px;left: 3px;bottom: 3px;background-color: white;transition: 0.4s;border-radius: 50%;}
.switch-label .label-text{line-height: normal;}
.switch-label input:checked + .slider {background-color: #1c275f;}
.switch-label input:checked + .slider::before{transform: translateX(20px);}


.ios-chk {display:inline-block;position: relative;cursor: pointer;}
.ios-chk input[type="checkbox"]{position: absolute;display: inline-block;opacity: 0;}
.ios-chk label {position:relative !important;top:inherit !important; left:inherit !important;cursor: pointer;display: inline-block;padding-left:60px;color: #555;font-size: 15px;line-height: 27px;vertical-align: middle;font-weight: 400;}
.apple-switch::before {content:"";-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: absolute;left:0;vertical-align: middle;-webkit-appearance: none;outline: none;width: 50px;height: 25px;background-color: #fff;border: 1px solid #D9DADC;border-radius: 50px;box-shadow: inset -20px 0 0 0 #fff;cursor: pointer;}
.apple-switch:after {content: "";-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: absolute;top: 3px;left: 1px;background: transparent;width: 22px;height: 22px;border-radius: 50%;box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);}
.ios-chk input[type="checkbox"]:checked + .apple-switch:before {box-shadow: inset 26px 0 0 0 #222;border-color: #222;}
.ios-chk input[type="checkbox"]:checked + .apple-switch:after {left: 20px;box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);}

.filebox{position:relative;font-size:0;}
.filebox input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.filebox label {position:relative ;display: inline-block;margin-right:5px;width:127px;color: #fff;font-size:14px;vertical-align: middle;cursor: pointer;border: 1px solid #383838;border-radius: 5px;line-height: 48px;text-align: center; font-size: 18px;background: #383838; color: #fff; margin-left: 10px;}
.filebox label:hover { background: #000; color: #fff; }
.filebox .upload-name {display: inline-block;width: calc(100% - 260px);height: 50px;font-size: 16px;color: #595757;padding: 0 40px;vertical-align: middle;background: #fafafa url(/_public/images2/icon/link_icon.svg) no-repeat;background-size: 30px 30px;border: 1px solid #bebebe;border-radius: 5px;background-position: 10px 50%;}



.checkbox-type1{display: inline-block;position: relative;}
.checkbox-type1 input[type="checkbox"]{position: absolute;display: inline-block;opacity: 0;}
.checkbox-type1 label {position: relative;display: inline-block;padding-left: 33px;font-size: 18px;font-weight: 500;letter-spacing: -0.45px;color: #202020;cursor: pointer;}
.checkbox-type1 label:before {content: "";position: absolute;left:0;width:25px;height:25px;background: url(/_public/images2/icon/check_off.svg) no-repeat;background-size: cover;transition: all 0.3s;}
.checkbox-type1 input[type="checkbox"]:checked + label:before {background: url(/_public/images2/icon/check_on.svg) no-repeat;background-size: cover;}

.checkbox-type2{display: inline-block;position: relative;}
.checkbox-type2{display:inline-block;vertical-align:top;width:33.333%;margin:10px 0;}
.checkbox-type2 input[type="checkbox"]{position:absolute;opacity:0;}
.checkbox-type2 label{display:block;font-size:18px;padding-left:40px;position:relative;cursor:pointer;}
.checkbox-type2 label::before{content:'';width:30px;height:30px;border:1px solid #fff;border-radius:50%;position:absolute;left:0;top:-3px;}
.checkbox-type2 label::after{display:none;content:'';width:7px;height:13px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);position:absolute;left:11px;top:3px;}
.checkbox-type2 input[type="checkbox"]:checked + label::before{background:#222;border-color:#222;}
.checkbox-type2 input[type="checkbox"]:checked + label::after{display:block;}

.radio-type1 {position: relative;display: inline-block;}
.radio-type1 input[type="radio"]{display: inline-block;position: absolute;opacity: 0;}
.radio-type1 label{position: relative;cursor: pointer;display: flex;align-items:center;justify-content:center;padding:0 30px 0 20px;height:50px; border-radius: 5px;background: #f5f5f5;gap:10px;  font-size: 16px;font-weight: 500;line-height: 1;letter-spacing: -0.4px;color: #626272;transition: all 0.3s;}
.radio-type1 label:before{content: "";position: relative;display: block;width:20px;height:20px;background: url(/_public/images2/icon/check_off2.svg) no-repeat;background-size: cover;transition: all 0.3s;}
.radio-type1 input[type="radio"]:checked + label{background: #003cb2;color:#fff;font-weight: bold;}
.radio-type1 input[type="radio"]:checked + label:before{background: url(/_public/images2/icon/check_on2.svg) no-repeat;background-size: cover;}


.radio-type2{display:inline-block;vertical-align:middle;}
.radio-type2 input[type="radio"]{position:absolute;opacity:0;}
.radio-type2 label{display:block;font-size:18px;padding-left:35px;position:relative;cursor:pointer;}
.radio-type2 label::before{content: '';width: 25px;height: 25px;border: 1px solid #bebebe;border-radius: 50%;position: absolute;left: 0;top: 1px;box-sizing: border-box;}
.radio-type2 label::after{display:none;content:'';width:11px;height:11px;border-radius:50%;background:#202020;position:absolute;left:6.5px;top:8px;}
.radio-type2 input[type="radio"]:checked + label::before{border-color:#202020}
.radio-type2 input[type="radio"]:checked + label::after{display:block;}


header{position: fixed;top:0;left:0;width:100%;z-index: 100;}
header .h-top{background: #1c275f;}
header .h-top .layout{display: flex;justify-content: space-between;}
header .h-top .site{position: relative;width:300px;}
header .h-top .site button{position:relative;display:flex;width:100%;align-items: center;padding:0 30px;height:45px;background: #37427b;font-size: 18px;font-weight: 500;letter-spacing: -0.45px;color: #fff;}
header .h-top .site button:after{content: "";position: absolute;right:30px;display:block;width:14px;height:14px;background: url(/_public/images2/icon/ico_plus.svg) no-repeat;background-size: cover;}
header .h-top .site ul{display:none;position:absolute;left:0;width:100%;background: #fff;border: 1px solid #ced7e1;z-index: 10;}
header .h-top .site ul li{}
header .h-top .site ul li + li{border-top: 1px dotted #ced7e1;}
header .h-top .site ul li a{display: block;line-height: 35px;padding:0 30px;font-size:16px;}
header .h-top .member-box{display: flex;}
header .h-top .member-box a{display: flex;align-items: center;padding:0 25px;height:45px; font-size: 18px;font-weight: 500;letter-spacing: -0.45px;color: #fff;background: #f56756;}
header .h-top .member-box a:first-child{background: #3186f5;}
header .h-bottom{border-bottom: 1px solid #dedede;background: #fff;}
header .h-bottom .logo{position:absolute;top:23px;left:0;display: inline-block;}
header .h-bottom .logo img{display:block;}
header .h-bottom .gnb{display: flex;justify-content: center;}
header .h-bottom .gnb .gnb-top{display: none;align-items: center;justify-content: space-between;background: #1c275f;height:60px;}
header .h-bottom .gnb .gnb-top .member-box{display:flex;padding:0 20px;gap:40px;}
header .h-bottom .gnb .gnb-top .member-box a{position: relative;font-size: 18px;font-weight: normal;letter-spacing: -0.45px;color: #fff;}
header .h-bottom .gnb .gnb-top .member-box a:first-child{font-weight: 600;}
header .h-bottom .gnb .gnb-top .member-box a:before{content: "";position: absolute;top:5px;left:-20px;width:2px;height:15px;background: #5f6481;}
header .h-bottom .gnb .gnb-top .member-box a:first-child:before{display: none;}
header .h-bottom .gnb .gnb-top button{display: flex;align-items: center;justify-content: center;width:60px;height:60px;background: #003cb2;}
header .h-bottom .gnb .gnb-top button img{display: block;}
header .h-bottom .gnb .site{position:relative;display: none;}
header .h-bottom .gnb .site button{position:relative;display:flex;width:100%;align-items: center;padding:0 20px;height:45px;background: #37427b;font-size: 16px;font-weight: 500;letter-spacing: -0.45px;color: #fff;}
header .h-bottom .gnb .site button:after{content: "";position: absolute;right:20px;display:block;width:14px;height:14px;background: url(/_public/images2/icon/ico_plus.svg) no-repeat;background-size: cover;}
header .h-bottom .gnb .site ul{display:none;position:absolute;left:0;width:100%;background: #fff;border: 1px solid #ced7e1;z-index: 10;overflow-y: auto;height:100vh;max-height: calc(100vh - 145px);}
header .h-bottom .gnb .site ul li{}
header .h-bottom .gnb .site ul li + li{border-top: 1px dotted #ced7e1;}
header .h-bottom .gnb .site ul li a{display: block;line-height: 35px;padding:0 30px;font-size:16px;}



header .h-bottom .gnb ul{position:relative;display: flex;left:40px;}
header .h-bottom .gnb ul li{position: relative;}
header .h-bottom .gnb ul li > a{line-height:79px;display: block;padding:0 40px;font-size: 22px;font-weight: 600;letter-spacing: -0.55px;color: #202020;transition: all 0.3s;}
header .h-bottom .gnb ul li > a span{display: block;position: relative;}
header .h-bottom .gnb ul li > a span:before{content: "";position: absolute;top: 25px;right: -10px;width:5px;height:5px;border-radius: 100%;background: #1c275f;transition: all 0.3s;opacity: 0;}
header .h-bottom .gnb ul li > a span:after{content: "";position:absolute;left:0;bottom:0;width:100%;height:2px;background: #1c275f;transition: all 0.3s;opacity: 0;}
header .h-bottom .gnb ul li .dropdown{display:none;position: absolute;left:0;width:100%;height:260px;z-index: 10;padding-top: 30px;}
header .h-bottom .gnb ul li .dropdown a{position:relative;display: block;font-size: 18px;font-weight: normal;letter-spacing: -0.45px;text-align: center;color: #626272;transition: all 0.3s;}
header .h-bottom .gnb ul li .dropdown a + a{margin-top:10px;}
header .h-bottom .gnb.active ul li > a{padding:0 60px;}
header .h-bottom .gnb ul li:hover > a{color:#1c275f;}
header .h-bottom .gnb ul li:hover > a span:before{opacity: 1;}
header .h-bottom .gnb ul li:hover > a span:after{opacity: 1;}
header .h-bottom .gnb ul li .dropdown a:hover{font-weight: 600;color:#202020;}
header .h-bottom .open-gnb{display: none;}
header .h-bottom .open-gnb img{display:block;}

header .gnb-bg{display:none;position: absolute;left:0;width:100%;height:260px;background: #fff;border-bottom: 1px solid #dedede;}


footer{}
footer .f-top{padding:40px 0;background: #f5f6f9;border-bottom: 2px solid #1c275f;}
footer .f-top .slide-box{position: relative;padding:0 50px;}
footer .f-top .slide-box .swiper-button{position: absolute;top:-10px;bottom:initial;left:initial;right:initial;margin:0;width:30px;height:60px;}
footer .f-top .slide-box .swiper-button-prev{left:0;background:url(/_public/images2/icon/target_left.svg) no-repeat;background-size: cover }
footer .f-top .slide-box .swiper-button-next{right:0;background:url(/_public/images2/icon/target_right.svg) no-repeat;background-size: cover;}
footer .f-top .slide-box .swiper-button:after{display: none;}
footer .f-top .slide-box .swiper-wrapper{transition-timing-function: linear;}
footer .f-top .slide-box .swiper-slide{position: relative;margin:0 20px;width:auto;}
footer .f-top .slide-box .swiper-slide a{display: block;}
footer .f-top .slide-box .swiper-slide a img{display: block;}
footer .f-bottom{padding:50px 0 59px;}
footer .f-bottom .f-logo{}
footer .f-bottom .f-logo img{display: block;}
footer .f-bottom .layout{display: flex;justify-content: space-between;}
footer .f-bottom .f-cont{width:calc(100% - 374px);display: flex;justify-content: space-between;}
footer .f-bottom .f-cont .cont1{}
footer .f-bottom .f-cont .cont1 address{}
footer .f-bottom .f-cont .cont1 address p{display: flex;gap:30px;}
footer .f-bottom .f-cont .cont1 address p span{position: relative;display: inline-block;font-size: 15px;font-weight: normal;letter-spacing: -0.38px;color: #626272;}
footer .f-bottom .f-cont .cont1 address p span:before{content: "";position: absolute;top:4px;left:-15px;width:1px;height:12px;background: #ccc;}
footer .f-bottom .f-cont .cont1 address p span:first-child:before{display: none;}
footer .f-bottom .f-cont .cont1 address p span em{color:#8e8e8e;}
footer .f-bottom .f-cont .cont1 copyright{display: block;margin-top:10px; font-size: 14px;font-weight: normal;letter-spacing: -0.35px;color: #8e8e8e;}
footer .f-bottom .f-cont .cont1 copyright span{display: inline-block;font-weight: 500;color: #1c275f;}
footer .f-bottom .f-cont .cont2{width:180px;}
footer .f-bottom .f-cont .cont2 a{display: flex;width:100%;height:30px;align-items: center;justify-content:space-between;padding: 0 15px;border-radius: 15px;background: #e8e8eb; font-size: 15px;font-weight: normal;letter-spacing: -0.38px;color: #626272;line-height: 1;}
footer .f-bottom .f-cont .cont2 a:after{content: "";position: relative;display: inline-block;width:12px;height:12px;background: url(/_public/images2/icon/ico_view.svg) no-repeat;background-size: cover;}
footer .f-bottom .f-cont .cont2 a + a{margin-top:5px;}
footer.sub{border-top:1px solid #dedede;}
footer.sub .f-top{background: #fff;}
footer.sub .f-bottom{background: #f4f4f5}

#zipcode-wrap{position:fixed !important;;margin:0 !important;height:100% !important;top:50% !important;left:50%;transform: translate(-50%, -50%);max-width: 500px;max-height:444px;}

@media all and (max-width:1760px) {

}


@media all and (max-width:1600px) {

}


@media all and (max-width:1460px) {


}


@media all and (max-width:1280px) {
    #pagination {margin-top:40px;}
    #pagination a{width: 25px;height: 25px;line-height: 25px;font-size: 13px;}
    #pagination .end-prev,
    #pagination .prev,
    #pagination .next,
    #pagination .end-next {width: 25px;height: 25px;}

    .radio-type1 label{height:45px;}

    #goTop{width:50px;right:30px;bottom:10px;}

    .tab{margin:30px 0 50px;}
    .tab a{height:50px;font-size: 18px;}


    header .h-top{}
    header .h-top .site button{font-size:16px;}
    header .h-top .member-box a{font-size:16px;}
    header .h-top .site ul li a{font-size:15px;}
    header .h-bottom{padding: 0 20px;}
    header .h-bottom .logo{top:26px;width:230px;}
    header .h-bottom .gnb ul li > a{padding: 0 30px;font-size:20px;}
    header .h-bottom .gnb ul li .dropdown a{font-size:16px;}
    header .h-bottom .gnb.active ul li > a{padding: 0 40px;}


    footer .f-top{padding:30px 0;}
    footer .f-bottom{padding:50px 20px 59px;}
    footer .f-bottom .f-logo{width:230px;}
    footer .f-bottom .f-cont{width: calc(100% - 330px);}
    footer .f-bottom .f-cont .cont1 address p{gap:20px;}
    footer .f-bottom .f-cont .cont1 address p span:before{left:-10px;}


}

@media all and (max-width:1024px) {
    #goTop{bottom:20px;right:20px;}
    #goTop.at-bottom{bottom:128px;}

    .checkbox-type1 label{font-size:16px;}
    .checkbox-type1 label:before{top:-3px;}

    .radio-type1 label{font-size:15px;padding:0 20px 0 10px;}

    .tab{margin:20px 0 30px;}
    .tab a{height:40px;font-size: 16px;}

    header{}
    header .h-top{display: none;}
    header .h-bottom .layout{display: flex;align-items: center;justify-content: space-between;height:60px;}
    header .h-bottom .logo{position: relative;top:0;width:210px;}
    header .h-bottom .gnb{position: fixed;top:0;right:-100%;display:block;width:100%;height:100%;background: #fff;z-index: 999999;transition: all 0.4s;}
    header .h-bottom .gnb.on{right:0;}
    header .h-bottom .gnb .site{display: block;}
    header .h-bottom .gnb .site ul li a{font-size: 15px;line-height: 40px;padding:0 20px;}
    header .h-bottom .gnb .site ul li a:after{display: none;}
    header .h-bottom .gnb ul{left:0;display: block;padding-top: 15px;overflow-y: auto;max-height: calc(100% - 120px);}
    header .h-bottom .gnb ul li{border-bottom: 1px solid #dedede;}
    header .h-bottom .gnb ul li > a{position:relative;line-height: 54px;padding:0 20px;}
    header .h-bottom .gnb ul li > a:after{content: "";position: absolute;top:18px;right:20px;width:15px;height:15px;background: url(/_public/images2/icon/gnb_icon01.svg) no-repeat;background-size: cover;}
    header .h-bottom .gnb ul li > a.on:after{background: url(/_public/images2/icon/gnb_icon02.svg) no-repeat;background-size: cover;}
    header .h-bottom .gnb ul li > a span:before{display: none;}
    header .h-bottom .gnb ul li > a span:after{display: none;}
    header .h-bottom .gnb ul li .dropdown{border-top:2px solid #1c275f;padding:0;background:#f4f4f5;position: relative;height: auto;}
    header .h-bottom .gnb ul li .dropdown a{display:block;padding:0 30px;line-height: 45px;font-size: 18px;font-weight: normal;letter-spacing: -0.45px;color: #626272;text-align: left;}
    header .h-bottom .gnb ul li .dropdown a + a{margin:0;border-top: 1px solid #dedede;}

    header .h-bottom .gnb .gnb-top{display:flex;}
    header .h-bottom .open-gnb{display: block;}


    footer .f-top{padding:22px 0;}
    footer .f-top .slide-box .swiper-slide{margin:0 10px;}
    footer .f-top .slide-box .swiper-slide a img{height:35px;}
    footer .f-top .slide-box .swiper-button{top:-8px;width:25px;height:50px;}
    footer .f-top .slide-box .swiper-button-prev{left:20px;}
    footer .f-top .slide-box .swiper-button-next{right:20px;}

    footer .f-bottom{padding:40px 20px;}

    footer .f-bottom .layout{flex-direction: column;gap:30px;}
    footer .f-bottom .f-logo{width:210px;}
    footer .f-bottom .f-cont{width:100%;}
    footer .f-bottom .f-cont .cont1 address p span{font-size:14px;}
}



@media all and (max-width:768px) {
    #goTop{width:45px;right:10px;bottom:10px;}
    #goTop.at-bottom{bottom:223px;}

    .switch-label{font-size: 15px;}

	#zipcode-wrap{position:fixed !important;;margin:0 !important;height:100% !important;top:0 !important;left:0;transform:none;max-width: 100%;max-height:100%;}
	
    .not-post figure figcaption{font-size:17px;}
    .not-post figure figcaption span{font-size:14px;}

    .not-find figure figcaption{font-size:17px;}
    .not-find figure figcaption span{font-size:14px;}

    .filebox .upload-name{width:100%;height:40px;font-size:12px;background-size: 20px 20px;padding: 0 10px 0 20px;background-position: 0 50%;}
    .filebox label{line-height: 38px;font-size:14px;margin-left:0;margin-top:10px;width:100%;}
    .radio-type2 label{padding-left:25px;font-size:14px;}
    .radio-type2 label::before{width:20px;height:20px;top:0;}
    .radio-type2 label::after{left:5px;top:5px;}

    .tab{flex-wrap: wrap;}
    .tab a{flex:none;width:50%;font-size: 15px;}



    footer .f-bottom .f-logo{width:198px;}
    footer .f-bottom .f-cont{flex-direction: column;gap:35px;}
    footer .f-bottom .f-cont .cont1 copyright{margin-top:20px;}
    footer .f-bottom .f-cont .cont2{width:100%;}

    footer .f-bottom .f-cont .cont2 a{height:38px;border-radius: 19px;padding:0 25px;}
}



@media all and (max-width:460px) {
    #goTop.at-bottom{bottom:288px;}

    footer .f-bottom .f-cont .cont1 address p{flex-direction: column;gap:5px;}
    footer .f-bottom .f-cont .cont1 address p span:before{display: none;}

}
