@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: 1200px;}
.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;}


/* 패딩 스타일 */
.p0 { padding:0px !important}
.pt0 { padding-top:0px !important}
.pt5 { padding-top:5px !important}
.pt10 { padding-top:10px !important}
.pt15 { padding-top:15px !important}
.pt20 { padding-top:20px !important}
.pt25 { padding-top:25px !important}
.pt30 { padding-top:30px !important}
.pt35 { padding-top:35px !important}
.pt40 { padding-top:40px !important}
.pt45 { padding-top:45px !important}
.pt50 { padding-top:50px !important}
.pt55 { padding-top:55px !important}
.pt60 { padding-top:60px !important}
.pt65 { padding-top:65px !important}
.pt70 { padding-top:70px !important}
.pt75 { padding-top:75px !important}
.pt80 { padding-top:80px !important}
.pt85 { padding-top:85px !important}
.pt90 { padding-top:90px !important}
.pt95 { padding-top:95px !important}

.pr0 { padding-right:0px !important}
.pr5 { padding-right:5px !important}
.pr10 { padding-right:10px !important}
.pr15 { padding-right:15px !important}
.pr20 { padding-right:20px !important}
.pr25 { padding-right:25px !important}
.pr30 { padding-right:30px !important}
.pr35 { padding-right:35px !important}
.pr40 { padding-right:40px !important}
.pr45 { padding-right:45px !important}
.pr50 { padding-right:50px !important}

.pb0 { padding-bottom:0px !important}
.pb5 { padding-bottom:5px !important}
.pb10 { padding-bottom:10px !important}
.pb15 { padding-bottom:15px !important}
.pb20 { padding-bottom:20px !important}
.pb25 { padding-bottom:25px !important}
.pb30 { padding-bottom:30px !important}
.pb35 { padding-bottom:35px !important}
.pb40 { padding-bottom:40px !important}
.pb45 { padding-bottom:45px !important}
.pb50 { padding-bottom:50px !important}
.pb55 { padding-bottom:55px !important}
.pb60 { padding-bottom:60px !important}
.pb65 { padding-bottom:65px !important}
.pb70 { padding-bottom:70px !important}
.pb75 { padding-bottom:75px !important}
.pb80 { padding-bottom:80px !important}
.pb85 { padding-bottom:85px !important}
.pb90 { padding-bottom:90px !important}
.pb95 { padding-bottom:95px !important}

.pl0 {padding-left:0 !important}
.pl5 {padding-left:5px !important}
.pl10 {padding-left:10px !important}
.pl15 { padding-left:15px !important}
.pl20 { padding-left:20px !important}
.pl25 { padding-left:25px !important}
.pl30 { padding-left:30px !important}
.pl35 { padding-left:35px !important}
.pl40 { padding-left:40px !important}
.pl45 { padding-left:45px !important}
.pl50 { padding-left:50px !important}
.pl55 { padding-left:55px !important}
.pl60 { padding-left:60px !important}
.pl65 { padding-left:65px !important}
.pl70 { padding-left:70px !important}
.pl75 { padding-left:75px !important}
.pl80 { padding-left:80px !important}
.pl85 { padding-left:85px !important}
.pl90 { padding-left:90px !important}
.pl95 { padding-left:95px !important}

.p10 {padding:10px !important}
.p15 {padding:15px !important}
.p20 {padding:20px !important}


/* 마진 스타일 */
.mt0 { margin-top:0 !important}
.mt5 { margin-top:5px !important}
.mt10 { margin-top:10px !important}
.mt15 { margin-top:15px !important}
.mt20 { margin-top:20px !important}
.mt25 { margin-top:25px !important}
.mt30 { margin-top:30px !important}
.mt35 { margin-top:35px !important}
.mt40 { margin-top:40px !important}
.mt45 { margin-top:45px !important}
.mt50 { margin-top:50px !important}
.mt55 { margin-top:55px !important}
.mt60 { margin-top:60px !important}
.mt62 { margin-top:62px !important}
.mt65 { margin-top:65px !important}
.mt70 { margin-top:70px !important}
.mt75 { margin-top:75px !important}
.mt80 { margin-top:80px !important}
.mt85 { margin-top:85px !important}
.mt90 { margin-top:90px !important}
.mt95 { margin-top:95px !important}
.mt100 { margin-top:100px !important}


.mr0 { margin-right:0 !important}
.mr5 { margin-right:5px !important}
.mr8 { margin-right:8px !important}
.mr10 { margin-right:10px !important}
.mr15 { margin-right:15px !important}
.mr20 { margin-right:20px !important}
.mr25 { margin-right:25px !important}
.mr30 { margin-right:30px !important}
.mr35 { margin-right:35px !important}
.mr40 { margin-right:40px !important}
.mr45 { margin-right:45px !important}
.mr50 { margin-right:50px !important}
.mr55 { margin-right:55px !important}
.mr60 { margin-right:60px !important}
.mr65 { margin-right:65px !important}
.mr70 { margin-right:70px !important}

.mb0 { margin-bottom:0 !important}
.mb5 { margin-bottom:5px !important}
.mb10 { margin-bottom:10px !important}
.mb15 { margin-bottom:15px !important}
.mb20 { margin-bottom:20px !important}
.mb25 { margin-bottom:25px !important}
.mb30 { margin-bottom:30px !important}
.mb35 { margin-bottom:35px !important}
.mb40 { margin-bottom:40px !important}
.mb45 { margin-bottom:45px !important}
.mb50 { margin-bottom:50px !important}
.mb55 { margin-bottom:55px !important}
.mb60 { margin-bottom:60px !important}
.mb65 { margin-bottom:65px !important}
.mb70 { margin-bottom:70px !important}
.mb75 { margin-bottom:75px !important}
.mb80 { margin-bottom:80px !important}
.mb85 { margin-bottom:85px !important}
.mb90 { margin-bottom:90px !important}
.mb95 { margin-bottom:95px !important}
.mb100 { margin-bottom:100px !important}

.ml0 { margin-left:0 !important}
.ml5 { margin-left:5px !important}
.ml10 { margin-left:10px !important}
.ml15 { margin-left:15px !important}
.ml20 { margin-left:20px !important}
.ml25 { margin-left:25px !important}
.ml30 { margin-left:30px !important}
.ml35 { margin-left:35px !important}
.ml40 { margin-left:40px !important}
.ml45 { margin-left:45px !important}
.ml50 { margin-left:50px !important}
.ml55 { margin-left:55px !important}
.ml56 { margin-left:56px !important}
.ml57 { margin-left:57px !important}
.ml58 { margin-left:58px !important}
.ml59 { margin-left:59px !important}
.ml60 { margin-left:60px !important}
.ml65 { margin-left:65px !important}
.ml70 { margin-left:70px !important}
.ml75 { margin-left:75px !important}
.ml80 { margin-left:80px !important}
.ml85 { margin-left:85px !important}
.ml90 { margin-left:90px !important}
.ml95 { margin-left:95px !important}
.ml100 { margin-left:100px !important}
.m10 {margin:10px !important}
.m20 {margin:20px !important}
.m30 {margin:30px !important}

.ma0 {margin:0 auto !important}



#pagination{margin: 30px 0 10px;text-align:center;font-size:0;width:auto;display: block;position: relative;}
#pagination a{display:inline-block;margin:4px;color:#777;font-size:16px;font-weight:400;line-height:40px;width:40px;height:40px;vertical-align:top;border-radius:100%;}
#pagination a.active{background:#333;color:#fff;vertical-align:top;}
#pagination .end-prev,
#pagination .prev,
#pagination .next,
#pagination .end-next{text-indent: -99px;overflow: hidden;width:40px;height:40px;}
#pagination .end-prev{background:url(/_public/images2/common/first-prev.svg) no-repeat;background-size:100%;}
#pagination .prev{background:url(/_public/images2/common/prev.svg) no-repeat;margin-right:20px;background-size:100%;}
#pagination .next{background:url(/_public/images2/common/next.svg) no-repeat;margin-left:20px;background-size:100%;}
#pagination .end-next{background: url(/_public/images2/common/end-next.svg) no-repeat;background-size:100%;}

.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;}
.overlay2{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;}




/* 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;}



.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;}
.filebox input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.filebox label{position:relative;line-height:60px;display: block;border-radius: 5px;border: solid 1px #ddd;background: #f8f8f8;padding:0 60px 0 20px;font-size: 18px;font-weight: normal;letter-spacing: -0.72px;color: #8e8e8e;cursor: pointer;}
.filebox label button{position: absolute;top:20px;right:20px;display: block;width:20px;height:20px;background: url(/_public/images2/icon/ico_upload.svg) no-repeat;background-size: cover;}
.filebox .upload-name{border:0;background: transparent;position: absolute;left:0;top:1px;padding:0 20px;font-size: 18px;font-weight: normal;letter-spacing: -0.72px;width:calc(100% - 60px);height:60px;z-index: 1;font-weight: normal;letter-spacing: -0.72px;color: #202020;display: none;}
.filebox.on label{font-size: 0;}
.filebox.on .upload-name{display: block;}
.filebox.on label button{background: url(/_public/images2/icon/ico_close3.svg) no-repeat;background-size: cover;}

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

.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 { margin: -0.5px;}
.radio-type1 input[type="radio"] {display: inline-block;position: absolute;opacity: 0;}
.radio-type1 label {position: relative !important;top: inherit !important;left: inherit !important;cursor: pointer;display: block;text-align: center;font-size: 14px;line-height: 50px;border: 1px solid #e5e5e5;}
.radio-type1 input[type="radio"]:checked + label {background-color: #222;color: #fff;}


.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;}

#goTop{position: fixed;right:40px;bottom:40px;z-index: 10;}

@keyframes dropHeader {
    0% {
        top: -5rem;
    }
    100% {
        top: 0;
    }
}

header{position: fixed;top:0;left:0;width:100%;z-index: 100;transition: all 0.4s;}
header .h-cont{position: relative;display: flex;justify-content: space-between;max-width:1600px;margin: 0 auto;align-items: center;height:90px;}
header .logo{display:inline-block;width:115px;height:60px;font-size: 0;background: url(/_public/images2/common/logo_w.svg) no-repeat;background-size: cover;transition: all 0.2s;}
header .gnb{}
header .gnb .gnb-top{display: none;align-items: center;justify-content: space-between;height:60px;}
header .gnb .gnb-top .m-lan{position: relative;padding-left: 25px;display: flex;gap:26px;}
header .gnb .gnb-top .m-lan:before{content: "";position:absolute;top:3px;left:0;display:block;width:15px;height:15px;background: url(/_public/images2/common/ico_global_g.svg) no-repeat;background-size: cover;}
header .gnb .gnb-top .m-lan a{position:relative;display: inline-block; font-size: 16px;font-weight: 500;color: #8e8e8e;transition: all 0.4s;}
header .gnb .gnb-top .m-lan a:before{content: "";position: absolute;top:5px;left:-13px;width:1px;height:12px;background: #ccc;}
header .gnb .gnb-top .m-lan a:first-child:before{display: none;}
header .gnb .gnb-top .m-lan a.on{font-weight: 600;color: #488402;}
header .gnb .gnb-top .close-gnb{display: inline-block;}
header .gnb .gnb-top .close-gnb img{display:block;}

header .gnb ul{display: flex;}
header .gnb ul li{position: relative;}
header .gnb ul li > a{display: block;line-height: 90px;padding:0 60px;font-size: 20px;font-weight: 500;color: #fff;transition: all 0.4s;}
header .gnb ul li > a span{position:relative;display: inline-block;line-height: 90px;}
header .gnb ul li > a span:after{content: "";position: absolute;bottom:0;left:0;width:100%;height:2px;background: #488402;transition: all 0.4s;opacity: 0;}
header .gnb ul li .dropdown{display:none;position:absolute;width:100%;z-index: 10;height:270px;padding-top: 35px;}
header .gnb ul li .dropdown a{display: block;text-align: center;font-size: 18px;font-weight: normal;line-height: 1;color: #202020;transition: all 0.2s;}
header .gnb ul li .dropdown a:hover{font-weight: bold;}
header .gnb ul li .dropdown a.on{font-weight: bold;}
header .gnb ul li .dropdown a + a{margin-top:20px;}
header .gnb ul li:hover > a{font-weight: bold;color:#488402;}
header .gnb ul li:hover > a span{font-weight: bold;color:#488402;}
header .gnb ul li:hover > a span:after{opacity: 1;}
header .language{position: relative;padding-left: 32px;display: flex;gap:26px;}
header .language:before{content: "";position:absolute;top:3px;left:0;display:block;width:20px;height:20px;background: url(/_public/images2/common/ico_global_w.svg) no-repeat;background-size: cover;}
header .language a{position:relative;display: inline-block; font-size: 18px;font-weight: 500;color: #8e8e8e;transition: all 0.4s;}
header .language a:before{content: "";position: absolute;top:7px;left:-13px;width:1px;height:12px;background: #ccc;}
header .language a:first-child:before{display: none;}
header .language a.on{font-weight: 600;color: #fff;}
header .open-navi{position:absolute;right:0;display: none;width:30px;height:30px;background: url(/_public/images2/common/ico_navi.svg) no-repeat;background-size: cover;}
header .open-navi img{display:block;}
header .gnb-bg{display:none;position:absolute;top:90px;left:0;width:100%;height:270px;background: #fff;border-top: 1px solid #dedede;}

header.active{background: #fff;}
header.active .logo{background: url(/_public/images2/common/logo_b.svg) no-repeat;background-size: cover;}
header.active .gnb ul li > a{color: #202020;}
header.active .language:before{background: url(/_public/images2/common/ico_global_g.svg) no-repeat;background-size: cover;}
header.active .language a.on{color: #488402;}
header.active .open-navi{background: url(/_public/images2/common/ico_navi2.svg) no-repeat;background-size: cover;}

header.drop{animation: dropHeader 0.3s;background: #fff;box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);}
header.drop .logo{background: url(/_public/images2/common/logo_b.svg) no-repeat;background-size: cover;}
header.drop .gnb ul li > a{color: #202020;}
header.drop .language:before{background: url(/_public/images2/common/ico_global_g.svg) no-repeat;background-size: cover;}
header.drop .language a.on{color: #488402;}
header.drop .open-navi{background: url(/_public/images2/common/ico_navi2.svg) no-repeat;background-size: cover;}

footer{padding: 40px 0 60px;background: #0f110c;}
footer .layout{max-width: 1600px;display: flex;justify-content: space-between;}
footer .f-logo{display: inline-block;}
footer .f-logo img{display:block;}
footer .f-cont{max-width: 1280px;width:100%;}
footer .f-cont nav{display: flex;gap:30px;padding-bottom: 20px;border-bottom: 1px solid #474f61;}
footer .f-cont nav a{display: inline-block;font-size: 16px;font-weight: normal;letter-spacing: -0.4px;color: #bbbdc4;}
footer .f-cont nav a strong{display: inline-block;color: #fff;font-weight: normal;}
footer .f-cont .f-bottom{margin-top:30px;display: flex;justify-content: space-between;}
footer .f-cont .f-bottom address{display: flex;gap:80px;}
footer .f-cont .f-bottom address > div{max-width:200px;}
footer .f-cont .f-bottom address > div em{display: block;font-size: 14px;font-weight: 500;color: #bbbdc4;}
footer .f-cont .f-bottom address > div span{display: block;margin-top:10px;font-size: 14px;font-weight: normal;line-height: 1.43;letter-spacing: -0.35px;color: #fff;word-break: auto-phrase;}
footer .f-cont .f-bottom copyright{display: inline-block;font-size: 14px;font-weight: normal;color: #bbbdc4;}






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

}


@media all and (max-width:1600px) {
    header{padding:0 20px;}

    footer{padding:40px 20px 60px;}
    footer .layout{gap:40px;}
}


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

}


@media all and (max-width:1280px) {
    #pagination {padding: 15px 0 50px;}
    #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;}

    .filebox label{line-height: 50px;font-size: 16px;}
    .filebox label button{top:16px;}
    .filebox .upload-name{height:50px;font-size: 16px;}

    .checkbox-type1 label{font-size: 18px;}
    .checkbox-type1 label:before{top:-1px;}

    footer .f-cont .f-bottom{flex-direction: column;gap:30px;}

}


@media all and (max-width:1024px) {
    #goTop{width:50px;right:10px;bottom:10px;}

    .filebox label{line-height: 50px;font-size: 14px;}
    .filebox label button{top:17px;width:18px;height:18px;}
    .filebox .upload-name{height:50px;font-size: 14px;}


    .checkbox-type1 label{font-size: 16px;padding-left: 25px;}
    .checkbox-type1 label:before{width:20px;height:20px;top:-1px;}

    header{padding: 10px 20px;}
    header .h-cont{height:60px;padding-right: 55px;}
    header .logo{width:77px;height:40px;}
    header .gnb{position: fixed;top:0;right:-80%;width:80%;height:100%;background:#fff;z-index: 99999;transition: all 0.4s;padding:15px 20px;}
    header .gnb.active{right:0;}
    header .gnb .gnb-top{display: flex;}
    header .gnb ul{flex-direction: column;max-height: calc(100% - 60px);overflow-y: auto;}
    header .gnb ul li{border-bottom: 1px solid #ddd;}
    header .gnb ul li > a{position:relative;line-height: 66px;font-size: 22px;font-weight: 600;padding:0 10px;color: #202020;}
    header .gnb ul li > a:after{content: "";position: absolute;top:22px;right:10px;display:block;width:20px;height:20px;background: url(/_public/images2/common/gnb_arrow.svg);background-size: cover;}
    header .gnb ul li > a span{line-height: 66px;font-size: 22px;font-weight: 600;padding:0 10px;color: #202020;}
    header .gnb ul li > a span:after{display: none;}
    header .gnb ul li > a.on:after{background: url(/_public/images2/common/gnb_arrow2.svg);background-size: cover;}
    header .gnb ul li .dropdown{position:relative;height:auto;padding:0 20px 25px;}
    header .gnb ul li .dropdown a{display:block;font-size: 18px;font-weight: normal;color: #202020;text-align: left;}


    header .language{padding-left: 25px;}
    header .language:before{width:15px;height: 15px;}
    header .language a{font-size:16px;}
    header .open-navi{display: block;}


    footer{padding:60px 20px 40px;}
    footer .layout{flex-direction: column;gap:50px;}
    footer .f-logo{width:114px;}
    footer .f-cont nav{gap:20px;}
    footer .f-cont nav a{font-size: 15px;}
    footer .f-cont .f-bottom address{gap:30px;justify-content: space-between;}
}


@media all and (max-width:768px) {
    .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 label{padding: 0 45px 0 15px;}
    .filebox label button{right:15px;}
    .filebox .upload-name{width:calc(100% - 45px);padding:0 15px;}


    footer .f-cont .f-bottom address{flex-direction: column;gap:15px;}
    footer .f-cont .f-bottom address > div{display: flex;gap:10px;max-width:100%;}
    footer .f-cont .f-bottom address > div em{min-width:50px;}
    footer .f-cont .f-bottom address > div span{margin-top:0;word-break: auto-phrase;}
    footer .f-cont .f-bottom address > div span br{display: none;}

}


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

}
