@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:40px;height:40px;line-height: 1;border-radius: 100%;border: solid 1px #ccc;background: #fff; font-size: 15px;font-weight: 600;letter-spacing: -0.4px;color: #231815;}
#pagination a.active{background:#121212;color:#fff;border-color: #121212;}
#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;}

.ct-badge{display: flex;align-items: center;justify-content:center;width:90px;height:36px; font-size: 18px;font-weight: 600;letter-spacing: -0.36px;border-radius: 18px;}
.ct-badge.ct1{background:#eff8fe;color:#1087f5;}
.ct-badge.ct2{background:#eff8fe;color:#1087f5;}
.ct-badge.ct3{background:#eff8fe;color:#1087f5;}
.ct-badge.ct4{background:#eff8fe;color:#1087f5;}
.ct-badge.ct5{background:#eff8fe;color:#1087f5;}
.ct-badge.ct6{background:#eff8fe;color:#1087f5;}
.ct-badge.ct7{background:#eff8fe;color:#1087f5;}
.ct-badge.ct8{background:#eff8fe;color:#1087f5;}
.ct-badge.ct9{background:#eff8fe;color:#1087f5;}
.ct-badge.ct10{background:#eff8fe;color:#1087f5;}



.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:30px;bottom:30px;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;}


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


.tab2{display: flex;}
.tab2 .button{flex:1;display: flex;align-items: center;justify-content: center;line-height: 1;height:60px;background: #f4f4f4; font-size: 20px;font-weight: bold;letter-spacing: -0.4px;color: #787878;}
.tab2 .button:first-child{border-radius: 10px 0 0 10px;}
.tab2 .button:last-child{border-radius: 0 10px 10px 0;}
.tab2 .button.on{border:2px solid #163182;background: #fff;color: #163182;}

/* 라벨 전체 */
.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;display: flex;gap:10px;}
.filebox .input-wrap{position: relative;width:calc(100% - 140px);}
.filebox .input-wrap button{position: absolute;top:15px;right:20px;display: inline-block;}
.filebox .input-wrap button img{display: block;}
.filebox input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.filebox label{display: flex;align-items: center;justify-content: center;width:130px;height:55px; border-radius: 5px;border: solid 1px #163182;background-color: #fff;font-size: 16px;font-weight: 500;letter-spacing: -0.32px;color: #163182;cursor: pointer;}
.filebox .upload-name {border:0;width:100%;height:55px;border-radius: 5px;background-color: #e5e5e5;padding:0 64px 0 20px; font-size: 16px;font-weight: 500;letter-spacing: -0.32px;color: #202020;}
.filebox .upload-name::placeholder{color: #a3a4a8;}



.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: 35px;font-size: 16px;font-weight: 500;letter-spacing: -0.32px;color: #202020;cursor: pointer;}
.checkbox-type1 label strong{display: inline-block;font-weight: 500;letter-spacing: -0.32px;color: #163182;}
.checkbox-type1 label:before {content: "";position: absolute;top:-2px;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: absolute;left:20px;display: block;width:25px;height:25px;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: #163182;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;transition: all 0.4s;}
header .layout{max-width:1400px;}
header .h-top{background: #022b54;padding:5px 0;}
header .h-top .layout{display: flex;justify-content: space-between;align-items: center;}
header .h-top .site{position: relative;width:260px;}
header .h-top .site button{position:relative;display:flex;width:100%;align-items: center;padding:0 30px;height:40px;border-radius: 20px;background: #163182;font-size: 16px;font-weight: 600;letter-spacing: -0.45px;color: #fff;}
header .h-top .site button:after{content: "";position: absolute;right:20px;display:block;width:21px;height:21px;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;gap:40px;}
header .h-top .member-box a{position:relative;display: inline-block;font-size: 16px;font-weight: 600;letter-spacing: -0.32px;color: #fff;}
header .h-top .member-box a.btn-login{padding-left:20px;}
header .h-top .member-box a.btn-login:before{content: "";position: absolute;top:2px;left:0;width:15px;height:15px;background: url(/_public/images2/icon/ico_lock2.svg) no-repeat;background-size: cover;}
header .h-bottom{border-bottom: 1px solid #ccc;background: #fff;}
header .h-bottom .logo{position:absolute;top:29px;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;background: #022b54;height:40px;padding:0 20px;}
header .h-bottom .gnb .gnb-top .member-box{display:flex;gap:20px;}
header .h-bottom .gnb .gnb-top .member-box a{position: relative;font-size: 16px;font-weight: bold;letter-spacing: -0.32px;color: #fff;}
header .h-bottom .gnb .gnb-top .member-box a.btn-login{padding-left:20px;}
header .h-bottom .gnb .gnb-top .member-box a.btn-login:before{content: "";position: absolute;top:2px;left:0;width:15px;height:15px;background: url(/_public/images2/icon/ico_lock2.svg) no-repeat;background-size: cover;}
header .h-bottom .gnb .gnb-top2{display: none;align-items: center;justify-content:space-between;height:70px;background: #fff;padding:0 20px;border-bottom: 1px solid #ccc;}
header .h-bottom .gnb .gnb-top2 button{display: inline-block;}
header .h-bottom .gnb .gnb-top2 button img{display:block;}
header .h-bottom .gnb ul{position:relative;display: flex;left:0;}
header .h-bottom .gnb ul li{position: relative;}
header .h-bottom .gnb ul li > a{line-height:110px;display: block;padding:0 35px;font-size: 21px;font-weight: bold;letter-spacing: -0.42px;text-align: center;color: #202020;transition: all 0.3s;}
header .h-bottom .gnb ul li > a span{display: block;position: relative;}
header .h-bottom .gnb ul li .dropdown{display:none;position: absolute;left:0;width:100%;height:333px;z-index: 10;padding-top: 20px;}
header .h-bottom .gnb ul li .dropdown a{position:relative;display: block;font-size: 18px;font-weight: 500;letter-spacing: -0.36px;line-height: 1.3;text-align: center;color: #202020;transition: all 0.3s;word-break: keep-all;}
header .h-bottom .gnb ul li .dropdown a + a {margin-top:25px;}
header .h-bottom .gnb.active ul li > a{padding:0 45px;}
header .h-bottom .gnb ul li:hover > a{color:#1c275f;}
header .h-bottom .gnb ul li .dropdown a:hover{font-weight: 600;color:#1087f5;}
header .h-bottom .gnb .register-box{display:none;margin:29px 20px 0;padding:20px;  border-radius: 10px;border: solid 1px #c3c7cf;background-color: #f3f4f6;}
header .h-bottom .gnb .register-box h3{font-size: 18px;font-weight: 600;line-height: 1.56;letter-spacing: -0.36px;color: #202020;}
header .h-bottom .gnb .register-box p{margin-top:15px;font-size: 15px;font-weight: 500;line-height: 1.6;letter-spacing: -0.3px;color: #787878;}
header .h-bottom .gnb .register-box .btn-box{margin-top:25px;padding:0 20px;}
header .h-bottom .gnb .register-box a{display: flex;align-items:center;justify-content:center;width:100%;height:45px;border-radius: 22.5px;background-color: #f60;line-height: 1;font-size: 16px;font-weight: bold;letter-spacing: -0.32px;text-align: center;color: #fff;}
header .h-bottom .open-gnb{display: none;}
header .h-bottom .open-gnb img{display:block;}
header .h-bottom .util-box{position: absolute;top:30px;right:0;display: flex;gap:10px;}
header .h-bottom .util-box .btn01{display: inline-block;line-height: 50px;padding:0 27px; border-radius: 25px;background: #f60;font-size: 18px;font-weight: 600;letter-spacing: -0.36px;color: #fff;margin-right: 10px;}
header .h-bottom .util-box a{display: inline-block;}
header .h-bottom .util-box a img{display:block;}
header .h-bottom .util-box button{display: inline-block;}
header .h-bottom .util-box button img{display:block;}
header .gnb-bg{display:none;position: absolute;left:0;width:100%;height:333px;background: #fff;border-bottom: 1px solid #dedede;}
header.drop{top:-50px;}


.allmenu{display:none;position: fixed;top:50px;left:0;width:100%;height:calc(100% - 50px);z-index: 999999;background: #fff;}
.allmenu .layout{max-width:1400px;padding-top: 29px;}
.allmenu .menu-top{display: flex;align-items: center;justify-content: space-between;}
.allmenu .menu-top .logo{display: inline-block;}
.allmenu .menu-top .logo img{display:block;}
.allmenu .menu-top .close-allmenu{display:inline-block;}
.allmenu .menu-top .close-allmenu img{display:block;}
.allmenu .menu-wrap{margin-top:100px;display: flex;justify-content: space-between;}
.allmenu .menu-wrap .menu{}
.allmenu .menu-wrap .menu strong{position:relative;display:inline-block;font-size: 36px;font-weight: bold;color: #202020;margin-bottom: 30px;padding-right: 36px;}
.allmenu .menu-wrap .menu strong:after{content: "";position: absolute;top: 15px;right:0;width: 21px;height: 21px;background: url(/_public/images2/icon/ico_plus6.svg) no-repeat;background-size: cover;}
.allmenu .menu-wrap .menu a{display: block;font-size: 21px;font-weight: 500;line-height: 2.14;letter-spacing: -0.42px;color: #202020;}
.allmenu .register-box{margin-top:120px;position:relative;padding:30px 260px 30px 30px;border-radius: 10px;border: solid 1px #c3c7cf;background-color: #f3f4f6;}
.allmenu .register-box h3{font-size: 21px;font-weight: 600;letter-spacing: -0.42px;color: #202020;}
.allmenu .register-box p{margin-top:15px;font-size: 18px;font-weight: 500;line-height: 1.61;letter-spacing: -0.36px;color: #787878;}
.allmenu .register-box a{position: absolute;top:65px;right:50px;display:flex;align-items:center;justify-content:center;width:160px;height:60px;border-radius: 30px;background-color: #f60;font-size: 20px;font-weight: 600;letter-spacing: -0.4px;color: #fff;}




footer{}
footer .layout{max-width: 1400px;}
footer .f-top{padding:40px 0;background: #fff;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
footer .f-top .slide-box{position: relative;padding:0 0 0 194px;}
footer .f-top .slide-box .control-box{position: absolute;top:9px;left:0;display: flex;gap:20px;align-items: center;}
footer .f-top .slide-box .control-box span{display: inline-block;font-size: 18px;font-weight: bold;letter-spacing: -0.36px;color: #202020;}
footer .f-top .slide-box .control-box .btns{display: flex;gap:5px;align-items: center;}
footer .f-top .slide-box .swiper-button{position:relative;top:initial;bottom:initial;left:initial;right:initial;margin:0;width:14px;height:14px;cursor: pointer;}
footer .f-top .slide-box .swiper-button-prev{background:url(/_public/images2/icon/target_left4.svg) no-repeat;background-size: cover }
footer .f-top .slide-box .swiper-button-next{background:url(/_public/images2/icon/target_right4.svg) no-repeat;background-size: cover;}
footer .f-top .slide-box .swiper-button-stop{display:none;background:url(/_public/images2/icon/target_stop2.svg) no-repeat;background-size: cover;}
footer .f-top .slide-box .swiper-button-stop.on{display: block;}
footer .f-top .slide-box .swiper-button-play{display:none;background:url(/_public/images2/icon/target_play2.svg) no-repeat;background-size: cover;}
footer .f-top .slide-box .swiper-button-play.on{display: block;}
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:34px 0 61px;background: #f8f8f8;}
footer .f-bottom .f-logo{}
footer .f-bottom .f-logo img{display: block;}
footer .f-bottom .layout{}
footer .f-bottom .f-cont1{display: flex;align-items:center;justify-content: space-between;border-bottom: 1px solid #ccc;padding-bottom: 30px;}
footer .f-bottom .f-cont1 nav{display: flex;gap:30px;}
footer .f-bottom .f-cont1 nav a{display: inline-block;font-size: 16px;font-weight: normal;letter-spacing: -0.32px;color: #202020;}
footer .f-bottom .f-cont1 nav a.btn-privarcy{font-weight: bold;text-decoration: underline;}
footer .f-bottom .f-cont1 .f-site{position: relative;width:360px;}
footer .f-bottom .f-cont1 .f-site button{position:relative;display: flex;align-items: center;padding:0 30px; border-radius: 10px;border: solid 1px #f8f8f8;background: #e5e5e5;width:100%;height:50px;font-size: 16px;font-weight: 600;letter-spacing: -0.32px;color: #202020;}
footer .f-bottom .f-cont1 .f-site button:after{content: "";position: absolute;right:30px;width:21px;height:21px;display:block;background: url(/_public/images2/icon/ico_plus2.svg) no-repeat;background-size: cover;}
footer .f-bottom .f-cont1 .f-site ul{display:none;position:absolute;bottom:50px;left:0;width:100%;background: #fff;border: 1px solid #ced7e1;z-index: 10;overflow-y: scroll;}
footer .f-bottom .f-cont1 .f-site ul li{}
footer .f-bottom .f-cont1 .f-site ul li + li{border-top: 1px dotted #ced7e1;}
footer .f-bottom .f-cont1 .f-site ul li a{display: block;line-height: 35px;padding:0 30px;font-size:16px;}
footer .f-bottom .f-cont2{padding-top: 40px;;}
footer .f-bottom .f-cont2 .f-info{display: flex;justify-content: space-between;gap:20px;}
footer .f-bottom .f-cont2 .f-info .cont1{display: flex;gap:50px;}
footer .f-bottom .f-cont2 .f-info .cont1 address{display: flex;gap:20px;}
footer .f-bottom .f-cont2 .f-info .cont1 address span{display: inline-block;font-size: 16px;font-weight: 500;letter-spacing: -0.32px;color: #787878;}
footer .f-bottom .f-cont2 .f-info .cont1 copyright{display: block;margin-top:10px; font-size: 14px;font-weight: normal;letter-spacing: -0.28px;color: #787878;}
footer .f-bottom .f-cont2 .f-info .cont2{width:360px;}
footer .f-bottom .f-cont2 .f-info .cont2 a{display: block;padding:20px 30px; border-radius: 10px;background: #163182;font-size: 15px;font-weight: 500;letter-spacing: -0.3px;color: #ccc;}
footer .f-bottom .f-cont2 .f-info .cont2 a em{display: block;font-size: 18px;font-weight: 500;letter-spacing: -0.36px;color: #fff;}
footer .f-bottom .f-cont2 .f-info .cont2 a strong{display: block;margin-top:5px;  font-size: 20px;font-weight: bold;letter-spacing: -0.4px;color: #fff;}
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:1400px) {
    header .h-top{padding:5px 20px;}
    header .h-bottom{padding:0 20px;}

    .allmenu .layout{padding:29px 20px 0;}
    .allmenu .menu-wrap .menu strong{font-size:32px;margin-bottom: 20px;}
    .allmenu .menu-wrap .menu strong:after{top:11px;}
    .allmenu .menu-wrap .menu a{font-size:18px;}
    .allmenu .register-box{margin-top:100px;}



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


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

    .tab2 .button{height:55px;font-size: 18px;}

    .filebox .upload-name{height:50px;}
    .filebox label{height:50px;}

    header .h-bottom .logo{width:200px;}
    header .h-bottom .util-box{top:25px;}
    header .h-bottom .util-box .btn01{line-height: 45px;font-size: 16px;margin-right: 0;padding:0 20px;}
    header .h-bottom .util-box a img{width:45px;}
    header .h-bottom .util-box button img{width:45px;}
    header .h-bottom .gnb ul li > a{line-height: 100px;font-size: 18px;}
    header .h-bottom .gnb ul li .dropdown a{font-size:16px;}
    header .h-bottom .gnb ul li > a{padding:0 25px;}
    header .h-bottom .gnb.active ul li > a{padding:0 35px;}


    .allmenu .menu-wrap{margin-top:60px;}
    .allmenu .menu-wrap .menu strong{font-size:28px;margin-bottom: 15px;padding-right: 26px;}
    .allmenu .menu-wrap .menu strong:after{top:11px;width:18px;height:18px;}
    .allmenu .menu-wrap .menu a{font-size:16px;}
    .allmenu .register-box{margin-top:60px;padding:20px 180px 20px 20px;}
    .allmenu .register-box h3{font-size:18px;}
    .allmenu .register-box p{font-size:16px;}
    .allmenu .register-box a{top:50px;right:20px;width:140px;height:50px;font-size: 16px;}

    footer .f-bottom .f-cont1 .f-site{width:300px;}
    footer .f-bottom .f-logo{width:200px;}
    footer .f-bottom .f-cont2{gap:20px;}
    footer .f-bottom .f-cont2 .f-info .cont1{flex-direction: column;gap:20px;}
    footer .f-bottom .f-cont2 .f-info .cont2{width:300px;}


}

@media all and (max-width:1024px) {
    #goTop{bottom:20px;right:20px;width:45px;}
    #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;}

    .tab2 .button{height:50px;font-size: 16px;}

    .ct-badge{width:80px;height:32px;font-size:16px;}

    .filebox .upload-name{height:45px;font-size:15px;}
    .filebox label{height:45px;font-size:15px;}

    header .h-top{padding:0 20px;}
    header .h-top .member-box{gap:20px;}
    header .h-top .member-box a{font-size:14px;}
    header .h-top .member-box a.btn-login:before{top:1px;}
    header .h-bottom{padding:15px 20px;}
    header .h-bottom .logo{position: relative;top:0;width:167px;}
    header .h-bottom .layout{display: flex;align-items: center;justify-content: space-between;}
    header .h-bottom .gnb-wrap{overflow-y: auto;height: calc(100% - 110px);padding-bottom: 20px;}
    header .h-bottom .gnb{position: fixed;top:0;right:-100%;width:100%;height:100%;background: #fff;z-index: 100;transition: all 0.4s;display: block;}
    header .h-bottom .gnb.on{right:0;}
    header .h-bottom .gnb .gnb-top{display: flex;}
    header .h-bottom .gnb .gnb-top2{display: flex;}
    header .h-bottom .gnb ul{flex-direction: column;padding:0;}
    header .h-bottom .gnb ul li{border-bottom: 1px solid #dedede;}
    header .h-bottom .gnb ul li > a{position:relative;padding:0 20px;line-height: 70px;font-size: 20px;font-weight: bold;letter-spacing: -0.5px;text-align: left;}
    header .h-bottom .gnb ul li.level1 > a:after{content: "";position: absolute;top:25px;right:20px;width:21px;height:21px;background: url(/_public/images2/icon/ico_plus6.svg) no-repeat;background-size: cover;}
    header .h-bottom .gnb ul li.level1 > a.on:after{background: url(/_public/images2/icon/ico_minus.svg) no-repeat;background-size: cover;}
    header .h-bottom .gnb ul li .dropdown{position: relative;height:auto;padding:0;}
    header .h-bottom .gnb ul li .dropdown a{padding:0 20px; font-size: 18px;font-weight: 500;line-height: 2.78;letter-spacing: -0.36px;text-align: left;color: #202020;}
    header .h-bottom .gnb ul li .dropdown a + a {margin-top:0;}
    header .h-bottom .gnb .register-box{display: block;}
    header .h-bottom .util-box{position: relative;top:0;}
    header .h-bottom .util-box .btn01{line-height: 40px;font-size: 16px;margin-right: 0;padding:0 20px;}
    header .h-bottom .util-box a img{width:40px;}
    header .h-bottom .util-box button img{width:40px;}
    header.drop{top:-40px;}

    .allmenu{display: none;}

    footer .f-top .slide-box{padding:0 0 0 150px;}
    footer .f-top .slide-box .control-box{top:4px;}
    footer .f-top .slide-box .swiper-slide{margin:0 10px;}
    footer .f-top .slide-box .swiper-slide a img{height:35px;}
    footer .f-bottom{padding:40px 20px 20px;}
    footer .f-bottom .f-cont2{flex-direction: column;}
    footer .f-bottom .f-cont2 .f-info{flex-direction: column-reverse;}
    footer .f-bottom .f-cont2 .f-info .cont1 address{flex-wrap: wrap;gap:5px 30px;}
    footer .f-bottom .f-cont2 .f-info .cont1 copyright{margin-top:25px;font-size: 12px;}
    footer .f-bottom .f-cont2 .f-info .cont2{width:100%;}
    footer .f-bottom .f-cont2 .f-info .cont2 a{padding:20px;font-size:14px;}
    footer .f-bottom .f-cont2 .f-info .cont2 a em{font-size:16px;}
    footer .f-bottom .f-cont2 .f-info .cont2 a strong{font-size:18px;}
}



@media all and (max-width:768px) {
    #goTop{width:40px;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;}

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

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

    .tab2 .button{height:45px;font-size: 15px;}
    .tab2 .button:first-child{border-radius: 5px 0 0 5px;}
    .tab2 .button:last-child{border-radius: 0 5px 5px 0;}

    .filebox .input-wrap{width:calc(100% - 80px);}
    .filebox label{width:70px;}

    header .h-top .site{width:168px;}
    header .h-top .site button{font-size:14px;}
    header .h-top .site ul li a{padding:0 10px;font-size:14px;line-height: 30px;}
    header .h-bottom .util-box .btn01{display: none;}

    footer .f-top{padding:20px 0;}
    footer .f-top .slide-box{padding:0;}
    footer .f-top .slide-box .control-box{position: relative;top:0;padding-left: 20px;margin-bottom: 10px;}
    footer .f-top .slide-box .control-box span{font-size:16px;}
    footer .f-top .slide-box .swiper-slide{margin:0 5px;}
    footer .f-top .slide-box .swiper-slide a img{height: 27px;}
    footer .f-bottom .f-logo{width:167px;}
    footer .f-bottom .f-cont1{gap:20px;flex-direction: column;align-items: flex-start;padding: 0;border-bottom: 0;}
    footer .f-bottom .f-cont1 nav a{font-size:14px;}
    footer .f-bottom .f-cont1 .f-site{width:100%;}
    footer .f-bottom .f-cont1 .f-site ul{overflow-y: auto;}
    footer .f-bottom .f-cont1 .f-site ul li a{padding:0 10px;font-size:14px;line-height: 30px;}
    footer .f-bottom .f-cont2 .f-info .cont1 address span{font-size:14px;}


}



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



}
