 /* 노트북 1024px~1280px css */
/* 레이아웃 크기 지정*/
.wrap {
    min-width: 1024px;
    max-width: 1280px;
    width: 1024px;
    margin: 0 auto;
 }
 
 .wrapper {
    min-width: 1024px;
    max-width: 1280px;
    width: 1024px;
    margin: 0 auto;
 }
 
 /*-- 모바일 끄기 --*/
 #hd,
 #main,
 #ft,
 .tablet, 
 .mobile {
    display: none !important;
    visibility: hidden !important;
 }
 
 .labtop {
    display: block;
 }




 #hd, #main, #ft, .tablet, .mobile {
    display: none !important;
    visibility: hidden !important;
}

a, ul, li, p{
    color: #222;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

a{
    color: #222 !important;
    text-decoration: none !important;
}

/*header*/
#header{
    position: relative !important;
    width: 1024px !important;
    margin:0 auto;
    padding: 30px 0;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99 !important;
}

#header>ul{
   display: flex;
   align-items: center;
   justify-content: center;
}

#header>ul>li{
   display: flex;
   position: relative;
   width:45px;
   height:45px;
   text-align: center;
   justify-content: center;
   align-items: center;

   transition: all 0.3s;
}

#header>ul li.all-menu-ham>a{
   width: 30px;
   height: 30px;
}

#header>ul>li:hover{
   background:#00000010;
   border-radius: 50%;
}

#header ul li .all-menu-pop{
    display: none;
    position: absolute;
    width: 400px;
    height: 500px;
    overflow: auto;
    top: 50px;
    right: 0;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    filter: drop-shadow(2px 4px 6px #ddd);
}

#header ul li .all-menu-pop.open{
    display: block;
}

#header ul li .all-menu-pop::-webkit-scrollbar{
    width: 5px;
    background: #fff;
    padding: 20px 0 ;
}

#header ul li .all-menu-pop::-webkit-scrollbar-thumb{
    background: #888;
    border-radius: 6px;
}

#header ul li .all-menu-pop .menu-tit{
    font-size: 1.2rem;
    font-weight: 800;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#header ul li .all-menu-pop .menu-con>p{
    background: #f5f7f8;
    padding: 7px 5px;
    border-radius: 7px;
    margin: 15px 0;
}

#header ul li .all-menu-pop .menu-con>p a{
    display: flex;
    align-items: center;
    color: #222;
    font-size: 0.9rem;
    font-weight: 600;
}

#header ul li .all-menu-pop .menu-con>p img{
    width: 23px;
    height: 23px;
    margin-right: 5px;
}

#header ul li .all-menu-pop .menu-con>p i{
    color: #888;
    margin-left: 3px;
}

#header ul li .all-menu-pop .menu-con ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8rem;
}

#header ul li .all-menu-pop .menu-con ul li{
    width: 49%;
    margin-right: 2%;
    padding: 5px 0;
}

#header ul li .all-menu-pop .menu-con ul li:hover{
    text-decoration: underline;
}

#header ul li .all-menu-pop .menu-con ul li a{
    display: flex;
    align-items: center;
}

#header ul li .all-menu-pop .menu-con ul li a img{
   width: auto;
   height: auto;
   max-width: 20px;
   max-height: 22px;
   margin-right: 5px;
   padding: 1px;
}

#header ul li .all-menu-pop .menu-con ul li:nth-child(2n){
    margin-right: 0;
}

/* #header ul li:nth-child(1), #header ul li:nth-child(1){
    margin-right: 5px;
} */

#header ul li img {
    width: 32px;
    border-radius: 5px;
}
/*header*/


/*--  footer --*/
#footer {
    width: 100% !important;
    min-width: 1024px !important;
    padding: 50px 0 !important;
    position: relative;
    border-top: 1px solid #ccc;
 }
 
 #footer .footer-inner {
    width: 1024px;
    min-width: 1024px;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
 }
 
 #footer .footer-inner:after {
    content: '';
    display: block;
    clear: both;
 }
 
 #footer .box-size {
    width: 50% !important;
    float: left;
    position: relative;
 }
 
 #footer .ft-box1 .ft-info {
    margin: 30px 0 0;
 }

 #footer .ft-box1 .ft-info a{
    color: #888 !important;
  }
 
 #footer .ft-box1 span {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #333;
    position: relative;
    top: 3px;
    margin: 0 5px;
 }
 
 #footer .ft-box1 .ft-info h4 {
    color: #333;
    font-size: 1em;
    font-weight: 500;
 }
 
 #footer .ft-box1 .ft-info p {
    font-size: 14px;
    color: #888;
    line-height: 22px;
    margin: 5px 0 0;
    font-weight: 400;
 }
 
 #footer .ft-box1 .ft-info span {
    height: 14px;
    background: #ccc;
 }
 
 #footer .ft-box1 .ft-sub {
    margin: 25px 0 0 !important;
 }
 
 #footer .ft-box1 .ft-sub a {
    font-size: 15px;
    color: #888;
    font-weight: 600;
    display: inline-block;
    transition: all .3s ease-in-out;
 }
 
 #footer .ft-box1 .ft-sub a:hover {
    color: #121212;
    font-weight: 700;
 }
 
 #footer .ft-box1 .ft-sub a:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #888;
    position: relative;
    top: 2px;
    margin: 0 5px 0 8px;
 }
 
 #footer .ft-box3 {
    text-align: right;
 }

 #footer .ft-box3 .family-site p{
    font-size: 1.2rem;
    font-weight: 600;
 }
 
 #footer .ft-box3 .family-site ul{
    margin-top: 5px !important;
    display: unset !important;
    border: none !important;
    position: unset !important;
    background: none !important;
 }

 #footer .ft-box3 .family-site ul li {
   width: auto !important;
   font-size: 0.9rem !important;
   font-weight: 400 !important;
   color: #333 !important;
   margin-left: 15px !important;
   margin-bottom: 10px !important;
   text-align: left !important;
   display: inline-block !important;
   position: relative !important;
   line-height: normal !important;
   padding: 0px !important;
   background: none !important;
}

#footer .ft-box3 .family-site ul li :hover{
   background: none !important;
}

 #footer .ft-box3 .family-site ul li:after {
   position: absolute;
   content: "";
   height: 100%;
   width: 1px;
   border-left: 1px solid #ccc;
   left: -8px;
}

#footer .ft-box3 .all-service a{
    font-size: 0.9rem;
    margin-bottom: 10px;
    color: #fe5e23 !important;
}

#footer .ft-box3 .family-site ul a:first-child li:after{
   border-left: 0px solid #ccc;
}

 #footer .ft-box3 .ft-sns{
    position: absolute !important;
    bottom: 25px;
    right: 0;
 }

 #footer .ft-box3 .ft-sns img{
   width: 28px;
   height: 28px;
 }
 
 #footer .ft-box3 .ft-sns a {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
 }
 
 #footer .ft-box3 .ft-copy {
    font-size: 1rem;
    margin: 25px 0 0 0;
    color: #333;
    position: absolute;
    right: 0;
    bottom: 0;
    font-weight: 400;
}
/* footer */

/*-- 이용약관, 개인정보처리방침, 이메일 수집거부 --*/
.personal,
.clause,
.email {
   width: 1200px;
   margin: 50px auto;
}

#etc .sub-title {
   position: relative;
}

#etc .title-box h1 {
   font-size: 2.5em;
   font-weight: 800;
   text-align: center;
}

#etc .homeicon{
    text-align: center;
    margin-bottom: 20px;
}

#etc .homeicon img{
    width: 40px;
    height: 40px;
}

#etc .sub-contents {
   margin: 60px 0 0;
}

#etc .etc-tit-box {
   border: 1px solid #ccc;
   padding: 40px;
}

#etc .etc-tit-box p {
   font-size: 1.2em;
   line-height: 30px;
}

#etc .etc-txt-box {
   margin: 20px 0 0;
   line-height: 26px;
}

#etc .etc-txt-box h5 {
   font-size: 1.125em;
}

#etc .etc-sub-box {
   margin: 40px 0 0;
}

#etc .etc-sub-box ul {
   margin: 15px 0;
}

#etc .etc-box ul li {
   padding-left: 12px;
   color: #666;
}

#etc .etc-box ul li b {
   color: #333;
}

#etc .etc-box {
   border-bottom: 1px solid #ededed;
   padding: 0 40px 40px 40px;
   margin: 40px 0 0;
   font-size: 1em;
   line-height: 26px;
}

#etc .etc-box h5 {
   font-size: 1.3em;
   margin-bottom: 10px;
}

#etc .sub-tit-box {
   margin: 40px 0 0;
   background: #f8f8f8;
   padding: 20px;
}

#etc .sub-tit-box h5 {
   font-size: 24px;
   margin-bottom: 10px;
}

#etc .sub-tit-box p {
   font-size: 1em;
   line-height: 26px;
}

/*전체서비스보기*/ 
.ft-sitemap{
    width: 100%;
    max-width: 1024px;
    margin: 80px auto;
}

.ft-sitemap .sitemap-tit{
    font-size: 2rem;
    font-weight: 800;
}

.ft-sitemap .sitemap-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
} 

ul.sitemap-tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}

ul.sitemap-tabs li{
    font-size: 1.2rem;
    background: none;
    border-radius: 30px;
    border: 1px solid #666;
    color: #666;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 10px;
}

ul.sitemap-tabs li.current{
    border: 1px solid #fe5e23;
    color: #fe5e23;
}

.sitemap-content{
    display: none;
    /* background: #ededed; */
    padding: 15px;
}

.sitemap-content.current{
    display: inherit;
}

.sitemap-content .sitemap-con{
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

.sitemap-content .sitemap-con div{
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    background: #f5f7f8;
    padding: 20px 10px;
    border-radius: 7px;
}

.sitemap-content .sitemap-con div img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.sitemap-content .sitemap-con a{
    display: flex;
    align-items: center;
}

.sitemap-content .sitemap-con span{
    margin-left: 5px;
    color: #fe5e23;
}

.sitemap-content .sitemap-con span i{
   margin-left: 5px;
   color: #888;
}

.sitemap-content .sitemap-con ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:15px;
}

.sitemap-content .sitemap-con ul li{
    width: 20%;
    font-size: 1rem;
}

.sitemap-content .sitemap-con ul li a{
    display: flex;
    align-items: center;
    padding: 15px 20px;
}

.sitemap-content .sitemap-con ul li a.row{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.sitemap-content .sitemap-con ul li a.row img{
    width: 40px;
    height: 40px;
    margin: 0;
    margin-bottom: 15px;
}

.sitemap-content .sitemap-con ul li a:hover{
    text-decoration: underline;
}

.sitemap-content .sitemap-con ul li img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.sitemap-content .sitemap-con div.sitemap-team{
    padding: 10px 20px 10px 20px;
    background: floralwhite;
    margin-top: 20px;
}

.sitemap-content .sitemap-con div.sitemap-team p{
    width: 100%;
    font-size: 1rem;
}

.sitemap-content .sitemap-con div.sitemap-team ul{
    border-bottom: 1px solid #ddd;
}

.sitemap-content .sitemap-con div.sitemap-team ul:last-child{
    border-bottom: 0px solid #ddd;
}

.sitemap-content .sitemap-con div.sitemap-team ul li{
    width: 25%;
}

.sitemap-content .sitemap-con div.sitemap-team ul li a{
    font-size: 1rem !important;
    font-weight: 400 !important;
}
/*전체서비스보기*/

/*search*/
main#wrap{
    width: 1024px;
    margin:0 auto;
}

.all-search{
    /* width: 800px; */
    margin: 0 auto;
}

.all-search .main-search{
    display: flex;
    justify-content: space-between;
    align-items: center;

    border: 2px solid #ff611c;
    border-radius: 7px;
    padding: 15px;

    max-width: 800px;
    margin: 0 auto;
    transition: all 0.3s;
}

.all-search .main-search:hover{
   box-shadow: 3px 3px 5px #ddd;
}

.all-search .main-search img{
    width: 25px;
    height: auto;
}

.all-search .main-search input[type="text"]{
    border: 0px solid #ff611c;
    width: 100%;
    padding: 0 15px;
    outline: none;
}

.all-search .main-search input[type="text"]:focus-visible{
    border: 0px solid #ddd;
    outline: none;
}

.all-search .main-search button{
    background: none;
    border: 0px solid #ccc;
}

.all-search .icon-menu{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 7px;
}

.all-search .icon-menu ul{
    padding: 0;
    text-align: center;
    margin: 0 20px;
    display: none;
}

.all-search .icon-menu ul.more{
   display: inline-block;
}

.all-search .icon-menu ul a{
    padding: 10px;
    font-size: 0.8rem;
}

.all-search .icon-menu ul li:first-child{
    width: 60px;
    height: 50px;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 8px #ddd;
    margin-bottom: 5px;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.3s;
}

.all-search .icon-menu ul:hover li:first-child{
   border: 1px solid #ff5e16;
}

.all-search .icon-menu img{
    width: 35px;
}

.all-search .icon-menu ul:last-child img{
    width: 20px;
}
/*search*/


#contents {
    display: flex;
    position: relative;
    width: 100%;
    min-width: 1024px;
    max-width: 1024px;
    margin: 30px auto;
    min-height: calc(100% - 65px);
}

#contents .left-content{
    width: 740px;
    margin-right: 15px;
}


/*right-content*/
#contents .right-content{
    width: 260px;

}

#contents .right-content>div{
    border: 1px solid #ddd;
    border-radius: 10px;
    
    margin-bottom: 15px;
    padding: 10px;

    font-size: 0.8rem;
}

#contents .right-content>div li{
   font-weight:400;
}

#contents .right-content .content-tit{
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 10px !important;
}

#contents .right-content .login-box{
    text-align: center;
    background: #ff5e1610;
}

#contents .right-content .login-box a.login-bt{
   min-width: 100%;
    padding: 15px 30px;
    background: #ff5e16;
    border-radius: 10px;
    color: #fff !important;
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;

    transition: all 0.3s
}

#contents .right-content .login-box a.login-bt:hover {
   background: #ea5614 !important;
   /* color: #000 !important; */
}

#contents .right-content .login-box a.login-bt span{
    font-size: 1rem;
    font-weight: 400;
}

#contents .right-content .login-box ul{
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contents .right-content .login-box ul li{
    padding: 0 10px;
    border-right: 1px solid #ddd;
    margin-top: 10px;
}

#contents .right-content .login-box ul li:hover{
   text-decoration:underline;
}

#contents .right-content .login-box ul li:last-child{
    border-right: 0px solid #ddd;
}

#contents .right-content .login-box ul.login-after{
   display: unset;
}

#contents .right-content .login-box ul.login-after li:hover{
   text-decoration: none;
}


#contents .right-content .login-box ul.login-after .login-info{
   display: flex;
   justify-content: space-between;
   padding: 0;
   border: 0px solid #ddd;
}

#contents .right-content .login-box ul.login-after .login-info .login-info-img{
   position: relative;
}

#contents .right-content .login-box ul.login-after .login-info .login-info-img img{
   width: 55px;
   height: 55px;
   object-fit: cover;
   border-radius: 50%;
}

#contents .right-content .login-box ul.login-after .login-info .login-info-img .login-setting{
   position: absolute;
   content: "";
   width: 15px;
   height: 15px;
   background: #fff;
   border-radius: 50%;
   bottom: 3px;
   right: 3px;
}

#contents .right-content .login-box ul.login-after .login-info .login-info-name{
   width: 45%;
   padding: 0 7px;
}

#contents .right-content .login-box ul.login-after .login-info .login-info-name p{
   text-align: left;
   font-size: 0.8rem;
}

#contents .right-content .login-box ul.login-after .login-info .login-info-name .login-name{
   font-size: 1rem;
   font-weight: 600;
}


#contents .right-content .login-box ul.login-after .login-info .login-info-logout{
   padding: 4px;
   border-radius: 5px;
   border: 1px solid #ddd;
   height: 25px;
}

#contents .right-content .login-box ul.login-after .login-info .login-info-logout span{
   font-size: 0.8rem;
}

#contents .right-content .login-box ul.login-after .login-info .login-info-logout i{
   margin-left: 2px;
}

#contents .right-content .login-box ul.login-after .login-private{
   /* border-top: 1px solid #ddd; */
   padding: 0;
}

#contents .right-content .login-box ul.login-after .login-private span{
   display: inline-block;
   width: 49%;
   margin-right: 1%;
   margin-bottom: 5px;

   border: 1px solid #ff611c;
   border-radius: 7px;

   transition: all 0.3s;
}

#contents .right-content .login-box ul.login-after .login-private span a{
   padding: 7px 0;
   width: 100%;
   display: block;
}

#contents .right-content .login-box ul.login-after .login-private span:hover{
   background: #ff611c;
}

#contents .right-content .login-box ul.login-after .login-private span:hover a{
   width: 100%;
   height: 100%;
   color:#fff !important;
}

#contents .right-content .login-box ul.login-after .login-private span:nth-child(2n){
   margin-right: 0;
}

#contents .right-content .main-register .register-all-icon{
    display: flex;
    flex-wrap: wrap;
}

#contents .right-content .main-register ul{
    padding: 0;
    width: 50%;
    margin-top: 15px;
}

#contents .right-content .main-register ul:hover{
   text-decoration:underline;
}

#contents .right-content .main-register ul li{
    padding: 0;
    text-align: center;
}

#contents .right-content .main-register ul li img{
    height: 30px;
    margin-bottom: 5px;
}

#contents .right-content .main-calendar .cal-week{
    display: flex;
}

#contents .right-content .main-calendar .cal-today{
    margin-right: 7px;
    width: 40%;
    height: 70px;
    background: #6185ff;
    border-radius: 10px;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#contents .right-content .main-calendar .cal-today p{
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-right:5px;
}

#contents .right-content .main-calendar .cal-today span{
    font-size: 1rem;
    color: #fff;
}

#contents .right-content .main-calendar .cal-issue{
    width: 60%;
    height: 70px;
    padding: 7px;
    border-radius: 10px;
    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contents .right-content .main-calendar .cal-issue p{
    font-size: 0.9rem;
    font-weight: 600;
}

#contents .right-content .main-calendar .cal-issue span{
    font-size: 0.7rem;
    padding: 2px 5px;
    background: #7dacff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-top: 3px;
}

#contents .right-content .main-calendar .cal-schedule{
    margin: 20px 0;
}

#contents .right-content .main-calendar .cal-schedule>div{
    max-height: 125px;
    border-radius: 10px;
    background: #f2f7ff;
    margin-top: 10px;
    padding: 10px;
}

#contents .right-content .main-calendar .cal-schedule>div.cal-content2{
    background: #fff2f2;
}

#contents .right-content .main-calendar .cal-schedule>div p{
    font-weight: 600;
    margin-bottom: 5px;
}

#contents .right-content .main-calendar .cal-schedule>div>ul{
    max-height: 80px;
    overflow-y: auto;
}

#contents .right-content .main-calendar .cal-schedule>div>ul::-webkit-scrollbar{
    width: 5px;
    background: #fff;
}

#contents .right-content .main-calendar .cal-schedule>div>ul::-webkit-scrollbar-thumb{
    background: #888;
    border-radius: 6px;
}

#contents .right-content .main-calendar .cal-schedule div ul a{
    width: 98%;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

#contents .right-content .main-calendar .cal-schedule div ul a:hover li{
   text-decoration:underline;
}

#contents .right-content .main-calendar .cal-schedule div ul a:last-child{
    border-bottom: 0px solid #ddd;
}

#contents .right-content .main-keyword{
    background: #f9f9f9;
}

#contents .right-content .main-keyword ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

#contents .right-content .main-keyword ul li{
    padding: 5px;
    width: 48%;
    height: 45px;
    border-radius:7px;
    margin-right: 4%;
    background: #fff;
    margin-bottom: 10px;

    display: flex;
    align-items: center;
    transition: all 0.3s;
}

#contents .right-content .main-keyword ul li:hover{
    box-shadow: 3px 3px 5px #ddd;
}

#contents .right-content .main-keyword ul li a{
    width: 100%;
    display: flex;
    align-items: center;
}

#contents .right-content .main-keyword ul li:nth-child(2n){
    margin-right: 0%;
}

#contents .right-content .main-keyword ul li:nth-child(7),#contents .right-content .main-keyword ul li:nth-child(8){
    margin-bottom:0;
}

#contents .right-content .main-keyword ul li img{
    width: 18px;
    margin-right: 8px;
}

#contents .right-content .main-side-banner a{
    display: flex;
    align-items: center;
}

#contents .right-content .main-side-banner:hover{
   text-decoration: underline;
}

#contents .right-content .main-side-banner img{
    width: 25px;
    margin-right: 10px;
}

#contents .right-content .main-side-banner p{
    margin: 0;
    font-size: 0.8rem;
}

#contents .right-content .main-side-banner span{
    font-size: 1rem;
    display: block;
}
/*right-content*/


/*left-content*/
/*-- 메인비주얼 main-visual --*/
.main-visual {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 190px;
    z-index: 0;
 }
 
 .main-visual .swiper-container {
    height: 100%;
 }
 
 .main-visual .item__box p{
    width: 100%;
    position: absolute;
    top: 20px;
    left: 50px;
    /* left: 50%;
    transform: translateX(-50%); */

    text-align: left;
    font-size: 1.2rem;
    color: #000 !important;
 }

 .main-visual .item__box span{
    font-size: 1.8rem;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
 }

 .main-visual .item-1 .item__box {
    height: 100%;
    background-image: url(/images/main_banner1.jpg);
    background-size: cover;
 }

 .main-visual .item-1 .item__box p{
    color: #fff !important;
 }
 
 .main-visual .item-2 .item__box {
    height: 100%;
    background-image: url(/images/main_banner2.jpg);
    background-size: cover;
 }
 
 .main-visual .item-3 .item__box {
    height: 100%;
    background-image: url(/images/main_banner3.jpg);
    background-size: cover;
 }
 
 .main-visual .item-4 .item__box {
    height: 100%;
    background-image: url(/images/main_banner4.jpg);
    background-size: cover;
 }
 
 .main-visual .box-link {
    position: absolute;
    bottom: 20px;
    left: 50px;
    /* transform: translateX(-50%); */
 }
 
 .main-visual .box-link a {
    display: inline-block;
    padding: 10px 18px;
    background: inherit;
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: 'SUITE-Regular', sans-serif;
    margin: 0 2px;
 }
 
 .main-visual .box-link a.btn-2 {
    background: #121212;
    border-radius: 5px;
 }
 
 .main-visual .item-1 .btn-1 {
    background: #463cff;
    border-radius: 5px;
 }
 
 .main-visual .item-2 .btn-1 {
    background: #5927ea;
    border-radius: 5px;
 }
 
 .main-visual .item-3 .btn-1 {
    background: #16b53f;
    border-radius: 5px;
 }
 
 .main-visual .item-4 .btn-1 {
    background: #ff6f6f;
 }
 
 .swiper-btn-wrap {
    position: absolute;
    left: 50%;
    bottom: 20px;
    display: flex;
    align-items: center;
    width: 50px;
    transform: translateX(-50%);
    z-index: 1;
 }
 
 .swiper-pagination {
    bottom: 0 !important;
    color: #888 !important;
    font-size: 0.8rem;
    margin: 0 8px;
 }
 
 .swiper-pagination span {
    color: #888;
 }
 
 .swiper-pagination span.swiper-pagination-current {
    color: #000;
    font-weight: 600;
 }
 
 .swiper-button-prev,
 .swiper-button-next {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    bottom: 0 !important;
    margin: 0 !important;
    background-image: none !important;
 }
 
 .swiper-button-prev {
    left: 0 !important;
    top: 1px !important;
 }
 
 .swiper-button-next {
    left: 33px !important;
    top: 1px !important;
 }
 
 .swiper-button-prev::after,
 .swiper-button-next::after {
    display: none;
 }
 
 .swiper-btn i {
    font-size: 0.9rem;
    color: #888;
 }
 
 .swiper-button-stop {
    position: absolute;
    left: 60px;
    bottom: -5px;
    z-index: 10;
    cursor: pointer;
 }
 
 .swiper-button-stop i {
    font-size: 1.3rem;
    color: #888;
}
 
 .swiper-button-play {
    position: absolute;
    left: 76px;
    bottom: -5px;
    z-index: 10;
    cursor: pointer;
 }
 
 .swiper-button-play i {
    color: #888;
    font-size: 1.3rem;
 }
 /*-- 메인비주얼 main-visual --*/


 /*tab css*/
 .main-tab{
    padding: 10px 0;
 }
 .main-tab ul.title li:first-child {
    margin-left:0;
}
.main-tab ul.title{
    display: flex;
}
.main-tab ul.title li {
    margin: 0 5px 20px 5px; 
    position: relative;
}

.main-tab ul.title li::after{
    position: absolute;
    content: "";
    border-right: 1px solid #ccc;
    right: -5px;
    height: 100%;
}

.main-tab ul.title li:last-child:after{
    border: none;
}

 .main-tab ul.title li a{
    padding: 3px 5px;
    border-radius: 5px;
    color: #555 !important;
 }
 .main-inside .main-tab ul.title li a.show {
    background:#6c45ff50;
    color: #6c45ff !important;
}
 .main-service .main-tab ul.title li a.show {
    background:#007fff50;
    color: #007fff !important;
}
 .main-marketer .main-tab ul.title li a.show {
    background:#ff666650;
    color: #ff6666 !important;
}
 .main-reference .main-tab ul.title li a.show {
    background:#3dbeb050;
    color: #3dbeb0 !important;
}
 .main-bid .main-tab ul.title li a.show {
    background:#3dbeb050;
    color: #3dbeb0 !important;
}

 .main-tab ul.title:after {
    content:"";
    display:block;
    clear:both;
}
 .main-tab ul.main-panel>li.tab-box{
   display: none;
   height: 100%;
   overflow: hidden;
}

/* 
.main-tab ul.main-panel li.tab-box.show{
   display: list-item;
} */


/*롤링 텍스트*/
.rollingbanner{
    position: relative;
    width: 80%;
    height: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.rollingbanner p{
    position: absolute;
    top: -36px;
    left: 0;
}

.rollingbanner p.prev{
    top: 36px;
    transition: top 0.5s ease;
}

.rollingbanner p.current{
    top: 0;
    transition: top 0.5s ease;
}

.rollingbanner p.next{
    top: -36px;
}

.rollingbanner a{
    display: block;
    display: -webkit-box;
    text-decoration: none;
    -webkit-line-clamp: 1;
    -webkit-box-orient:vertical;
    overflow: hidden;
    color: #000;
}

.main-panel li[id^="content-"] .panel-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 7px;
    background: #f2f7ff;
    font-size: 0.9rem;
    margin-bottom: 20px;
 }

.main-panel li[id^="content-"] .panel-tit img{
    width: 25px;
    height: 25px;
    margin-right: 3px;
 }

.main-panel li[id^="content-"] .panel-tit span a{
    display: flex;
    align-items: center;
 }

 .main-marketer .main-panel li[id^="content-"] .panel-tit{
    background: #fff;
 }

 /*롤링 텍스트*/

 /*마케팅인사이트*/
 .main-inside{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #f2f7ff;
    margin: 20px 0;
 }

 .main-inside .main-panel li[id^="content-"] .panel-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 7px;
    background: #fff;
    font-size: 0.9rem;
    margin-bottom: 20px;
 }

 .main-inside .main-panel li[id^="content-"] .panel-tit img{
    width: 25px;
    height: 25px;
    margin-right: 3px;
 }

 .main-inside .main-panel li[id^="content-"] .panel-tit span a{
    display: flex;
    align-items: center;
 }

 .main-inside .main-panel .tab-box1{
   display: flex;
   flex-wrap: wrap;
 }

 .main-inside .main-panel .tab-box1 ul{
   width: 32%;
   height: 150px;
   margin-right: 2%;
   margin-bottom: 2%;
   padding: 15px;

   border: 1px solid #ddd;
   border-radius: 15px;
   background: #fff;

   position: relative;
 }

 .main-inside .main-panel .tab-box1 ul a{
   display: block;
   width: 100%;
   height: 100%;
 }

 .main-inside .main-panel .tab-box1 ul li.best p i{
   color: #6c45ff;
 }

 .main-inside .main-panel .tab-box1 ul:nth-child(3n){
   margin-right: 0%;
 }

 .main-inside .main-panel .tab-box1 ul p{
   font-size: 1.2rem;
   font-weight: 600;
 }

 .main-inside .main-panel .tab-box1 ul span{
   font-size: 0.9rem;
   position: absolute;
   bottom: 15px;
 }

 .main-inside .main-panel .tab-box1 ul li:nth-child(2) span{
   left: 15px;
 }

 .main-inside .main-panel .tab-box1 ul li:last-child span{
   right: 15px;
 }


 .main-inside .main-panel .tab-box2{
    display: flex;
 }

 .main-inside .main-panel .tab-box2 ul{
    width: 24%;
    height: 200px;
    margin-right: 2%;
    position: relative;
 }

 .main-inside .main-panel .tab-box2 ul a{
   display: block;
   width: 100%;
   height: 100%;
 }

 .main-inside .main-panel .tab-box2 ul:hover{
    text-decoration: underline;
 }

 .main-inside .main-panel .tab-box2 ul:nth-child(4n){
    margin-right: 0%;
 }

 .main-inside .main-panel .tab-box2 ul li:first-child{
    height: 130px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
 }

 .main-inside .main-panel .tab-box2 ul li:nth-child(2){
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   word-break: break-all;
}

 .main-inside .main-panel .tab-box2 ul img{
    width: 100%;
    height: 130px;
    object-fit: cover;
    transition: all 0.3s;
 }

.main-inside .main-panel .tab-box2 ul:hover img{
    transform: scale(1.1);
}

 .main-inside .main-panel .tab-box2 ul li.date{
    width: 100%;
    font-size: 0.9rem;
    color: #555;
    display: flex;
    justify-content: space-between;

    position: absolute;
    bottom: 0;
 }

 .main-inside .main-panel .tab-box3{
   display: flex;
   flex-wrap: wrap;
 }

 .main-inside .main-panel .tab-box3 ul{
   width: 32%;
   height: 150px;
   margin-right: 2%;
   margin-bottom: 2%;
   padding: 15px;

   border: 1px solid #ddd;
   border-radius: 15px;
   background: #fff;

   position: relative;
 }

 .main-inside .main-panel .tab-box3 ul a{
   display: block;
   width: 100%;
   height: 100%;
 }

 .main-inside .main-panel .tab-box3 ul:nth-child(3n){
   margin-right: 0%;
 }

 .main-inside .main-panel .tab-box3 ul p{
   font-size: 1.2rem;
   font-weight: 600;
   margin-bottom: 5px;
 }

 .main-inside .main-panel .tab-box3 ul li{
   color: #888;
 }

 .main-inside .main-panel .tab-box3 ul li:last-child span{
   font-size: 0.9rem;
   position: absolute;
   bottom: 15px;
   left: 15px;
 }

 .main-inside .main-panel .tab-box4{
    display: flex;
 }

 .main-inside .main-panel .tab-box4 ul{
    width: 23.5%;
    height: 220px;
    margin-right: 2%;
    position: relative;
 }

 .main-inside .main-panel .tab-box4 ul:hover{
    text-decoration: underline;
 }

 .main-inside .main-panel .tab-box4 ul:nth-child(4n){
    margin-right: 0%;
 }

 .main-inside .main-panel .tab-box4 ul li:first-child{
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
 }

 .main-inside .main-panel .tab-box4 ul img{
    width: 100%;
    height: 110px;
    object-fit: cover;
    transition: all 0.3s;
 }

 .main-inside .main-panel .tab-box4 ul:hover img{
    transform: scale(1.1);
}

 .main-inside .main-panel .tab-box4 ul li{
    color: #555;
    font-size: 0.9rem;
 }

 .main-inside .main-panel .tab-box4 ul li p{
    color: #222;
    font-size: 1rem;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
 }

 .main-inside .main-panel .tab-box4 ul li span{
    display: inline-block;
    width: 100px;
    color: #222;
    text-align: center;
    padding: 5px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
    border: 2px solid #222;
 }
 /*마케팅인사이트*/

  /*광고제안사례*/
  .main-service{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: 20px 0;
 }

 .main-service .main-panel .tab-box5{
    display: flex;
 }

 .main-service .main-panel .tab-box5 ul{
    width: 24%;
    margin-right: 2%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
 }

 .main-service .main-panel .tab-box5 ul:hover p{
    text-decoration: underline;
 }

 .main-service .main-panel .tab-box5 ul:nth-child(4n){
    margin-right: 0%;
 }

 .main-service .main-panel .tab-box5 ul li:first-child{
    max-height: 250px;
    border-radius: 10px;
    overflow: hidden;
 }

 .main-service .main-panel .tab-box5 ul img{
    width: 100%;
    height: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: all 0.3s;
    overflow: hidden;
   }

   .main-service .main-panel .tab-box5 ul:hover img{
      transform: scale(1.1);
  }

 .main-service .main-panel .tab-box5 ul li{
    color: #555;
    font-size: 0.9rem;
 }

 .main-service .main-panel .tab-box5 ul li p{
   color: #222;
   font-size: 1.2rem;
   font-weight: 600;
   margin-bottom: 5px;
   padding: 5px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   word-break: break-all;
 }

 .main-service .main-panel .tab-box5 ul li span{
    display: block;
    width: 95%;
    background: #fff;
    color: #222;
    padding: 5px;
    margin: 0px 5px 5px 5px;
    border-radius: 5px;
 }

 .main-service .main-panel .tab-box5 ul li b{
   color: #2876ca;
   margin-right: 2px;
 }
 
 /*광고제안사례*/

  /*마케터*/
  .main-marketer{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #f2f7ff;
    margin: 20px 0;
 }

 .recommend-marketer {
    position: relative;
    margin: 28px 0 0;
    border-radius: 15px;
 }

 .recommend-marketer .mkt_name {
   text-align: center;
   margin: 10px 0 0;
   font-size: 15px;
   font-weight: 500;
}
 
 .mkt-slide .bx-wrapper {
    border: none;
    box-shadow: none;
    margin: 0;
    height: 140px;
 }

 .mkt-slide a{
    width: 13%;
    float: left;
    list-style: none;
    position: relative;
    width: 121.714px;
    margin-right: 10px;
 }

 .mkt-slide .mkt_img {
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 100px;
 }
 
 .mkt-slide .bx-wrapper{
   background: none;
 }
 
 .mkt-slide .mkt_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:all 0.3s;
   }
   
   .mkt-slide .mkt_img:hover img {
       transform:scale(1.1);
   }
 
 .mkt-slide .mkt-name {
   background: #fff;
   border: 1px solid #ccc;
   border-top: 0px solid #ccc;
   border-top: 0;
   border-radius: 0 0 5px 5px;
   position: relative;
   width: 100%;
   text-align: center;
   font-size: 0.9rem;
   padding: 5px 0;
 }
 
 .mkt-slide .recomm-pager {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
 }
 
 .mkt-slide .recomm-pagnation {
    letter-spacing: .1rem;
    font-size: 0.9rem;
    color: #888;
    width: 60px;
    text-align: center;
 }
 
 .mkt-slide span.current {
    color: #000;
    font-weight: 600;
 }
 
 .mkt-slide .page-btn {
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #f2f7ff;
    position: relative;
    text-align: center;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 
 .mkt-slide .page-btn a {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
 }
 
 .mkt-slide .page-btn i {
    font-size: 1rem;
    color: #888;
 }
 /*마케터*/

 /*업종별*/

.sector-wrap {
   padding: 0 20px 20px 20px;
}

.sector_slide{
   display: flex;
   flex-wrap: wrap;
}

.sector_slide.slick-slide {
   display: flex !important;
   flex-wrap: wrap;
   border: 1px solid #ddd;
   box-sizing: border-box;
   height: auto;
}

.sector-group .sector__item {
   border: 1px solid #ddd;
   box-sizing: border-box;
   width: 12.5%;
   height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: relative;
   transition: all 0.3s;
}

.sector-group .sector__item:hover{
   background: #fff;
   border: 1px solid#ff6666;
}

.sector-group .sector__item a {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   align-content: center;
   text-align: center;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.sector-group .sector__item a .item-img {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   height: 40px;
}

.sector-group .sector__item a img {
   text-align: center;
   max-width: 40px;
   max-height: 40px;
}

.sector-group .sector__item span {
   margin: 10px 0 0;
   width: 100%;
   text-align: center;
   display: block;
   font-size: 0.9rem;
   color: #333;
}

.sector-pagnation {
   display: flex;
   width: 100%;
   justify-content: center;
   align-items: center;
   margin: 20px 0 0;
}

.sector-pagnation .page-btn {
   border: 1px solid #ccc;
   width: 30px;
   height: 30px;
   border-radius: 100%;
   background: #fff;
}

.sector-pagnation .page-btn span {
   font-size: 0;
}

.sector-pagnation .page-btn i {
   font-size: 1.4rem;
   color: #888;
}

.sector-pagnation .pagnation-nember {
   letter-spacing: .5rem;
   font-size: 1.4rem;
   color: #888;
   width: 60px;
   text-align: center;
}

.sector-pagnation .pagnation-nember span {
   color: #000;
   font-weight: 600;
}

.checked-marketer {
   margin: 40px 0 20px 0;
   padding: 14px;
   background: #fff7fb;
   font-size: 1.6rem;
   border-radius: 10px;
   text-align: center;
   font-weight: 500;
}

.checked-marketer span {
   color: #ff5eb5;
   font-weight: 700;
}
 /*업종별*/

 /*매체별*/
 
.media-group {
   display: flex;
   flex-wrap: wrap;
   border: 1px solid #ddd;
   /* background: #fff; */
}

.media-group .media__item {
   width: 20%;
   height: 80px;
   position: relative;
   border: 1px solid #ddd;
   box-sizing: border-box;
}

.media-group .media__item:hover{
   border: 1px solid#ff6666;
}

.media-group .media__item a {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   align-content: center;
   padding: 0 14px;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;

   transition: all 0.3s;
}

.media-group .media__item a:hover{
   background: #fff;
}

.media-group .media__item .media-img {
   width: 48px;
   height: 48px;
   position: relative;
   /* background: #f5f7f8; */
   background: #fff;
   border-radius: 4px;
   display: flex;
   align-items: center;
   justify-content: center;
}


.media-group .media__item .media-img img {
   max-width: 24px;
   max-height: 24px;
}

.media-group .media__item .media-txt {
   margin-left: 8px;
}

.media-group .media__item .media-txt h5 {
   font-size: 0.9rem;
   font-weight: 500;
}

.media-group .media__item .media-txt p {
   margin: 1px 0 0;
   font-size: 0.7rem;
   color: #888;
}

.media-group .media__item .media-txt p span {
   color: #3f6fe1;
}
 /*매체별*/

  /*제안참여*/
  .main-bid{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: 20px 0;
 }

 .main-bid .network-list{
    display: none;
}

 .main-bid .network-list>p{
   font-size: 1.2rem;
   font-weight: 600;
   position: relative;
 }

 .main-bid .network-list>p>a{ 
    font-size: 0.8rem;
    font-weight: 600;
    color: #888 !important;
    position: absolute;
    right: 0;
    top: 5px;
  }

 .main-bid .network-list .list-title {
   display: flex;
   align-items: center;
}

.main-bid .network-list .list-title h2 {
   font-size: 2.2rem;
}

.main-bid .network-list .list-title a {
   margin-left: auto;
   font-size: 1.4rem;
   font-weight: 500;
   color: #929eb7;
}

.main-bid .network-list .list-title a i {
   font-size: 1.2rem;
}

.main-bid .network-list ul {
   margin: 18px 0 0;
   display: flex;
   flex-wrap: wrap;
}

.main-bid .network-list ul li {
   width: 205px;
   background: #fff;
   border-radius: 15px;
   border: 1px solid #ddd;
   margin-bottom: 18px;
   margin-right: 22px;
   min-height: 210px;
   overflow: hidden;
}

.main-bid .network-list ul li:nth-child(4n) {
   margin-right: 0;
}

.main-bid .network-list .net-img {
   width: 100%;
   height: 120px;
   overflow: hidden;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
}

.main-bid .network-list .net-img img {
   width: 50%;
}

.main-bid .network-list .partner {
   margin: 40px 0 0;
}

.main-bid .network-list .partner.sub {
   margin: 0;
}

.main-bid .network-list .net-title {
   border-top: 1px solid #ddd;
   padding: 16px;
}

.main-bid .network-list .net-title h5 {
   font-size: 1rem;
}

.main-bid .network-list .net-title p {
   margin: 6px 0 10px 0;
   font-size: 0.8rem;
   line-height: 1rem;
   min-height: 36px;
}

.main-bid .network-list .net-info span {
   display: inline-block;
   padding: 4px 8px;
   border-radius: 3px;
   font-size: 0.7rem;
}

.main-bid .network-list span.media {
   background: rgba(255,108,108,.1);
   color: rgba(255,108,108);
   display: inline-block;
   padding: 3px 8px;
   border-radius: 3px;
   font-size: 0.8rem;
   margin-bottom: 4px;
}

.main-bid .network-list span.link {
    background: rgba(139,115,229,.1);
    color: rgba(139,115,229);
}



.main-bid .board-list {
    margin: 20px 0 0;
 }
 
 .main-bid .board-list li {
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    display: none;
 }
 
 .main-bid .board-list li:not(:last-child) {
    margin-bottom: 28px;
 }
 
 .main-bid .board-list .con-title {
    position: relative;
    padding: 16px 20px;
    background: #f7f5f2;
    border-bottom: 1px solid #ddd;
 }
 
 .main-bid .board-list .con-title h5 {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.3rem;
    padding-right: 200px;
 }
 
 .main-bid .board-list .con-title p {
    display: inline-block;
    position: absolute;
    right: 100px;
    top: 17px;
    color: #888;
    font-size: 0.9rem;
 }
 
 .main-bid .board-list .con-title .d-day {
    text-align: center;
    min-width: 60px;
    position: absolute;
    right: 20px;
    top: 13px;
    display: inline-block;
    background: #fe5151;
    color: #fff;
    border-radius: 3px;
    
    padding: 3px 8px;
    margin-left: auto;
    font-size: 0.8rem;
    font-weight: 800;
 }
 
 .main-bid .board-list .con-title .d-end {
    text-align: center;
    min-width: 60px;
    position: absolute;
    right: 20px;
    top: 13px;
    display: inline-block;
    background: #666;
    color: #fff;
    border-radius: 3px;
    padding: 3px 8px;
    margin-left: auto;
    font-size: 0.8rem;
 }
 
 .main-bid .board-list .con-content {
    margin: 20px 0;
    padding: 0 20px;
    min-height: 44px;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #555;
 }
 
 .main-bid .board-list .con-info {
    border-top: 1px solid #ddd;
    padding: 16px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
 }
 
 .main-bid .board-list .con-info span {
    color: #a98f61;
    font-size: 0.8rem;
 }
 
 .main-bid .board-list .con-info div {
    width: 20%;
 }
 
 .main-bid .board-list .con-info .link-btn{
    margin-left: auto;
    text-align: center;
    font-size: 0.9rem;
    background: #232323;
    color: #fff;
    border-radius: 4px;
    padding:5px 10px;
    line-height: 36px;
 }
 
 .main-bid .board-list .con-info .link-btn span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
 }
 
 .main-bid .board-list .con-info .link-btn .p-exe {
    background: #363636;
    color: #fff;
 }
 
 .main-bid .board-list .con-info .link-btn .p-ing {
    background: #ffe765;
    color: #000;
 }
 
 .main-bid .board-list .con-info .link-btn .p-end {
    cursor: default;
    color: #666;
    background: #ededed;
 }
 
 .main-bid .board-list .con-info p {
    margin: 5px 0 0;
    font-size: 0.8rem;
 }
 
 .main-bid .board-list .object p span {
    display: inline-block;
    padding: 3px 6px;
    border-radius: 3px;
    background: #f2f0dc;
    color: #000;
    font-size: 0.8rem;
    margin-right: 3px;
 }
 
 .main-bid .board-list .object p span.off-cate {
    background: #f2e1dc;
 }

 /*펼쳐보기 공통*/
 .tab-box12 div.more, .board-list div.more{
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 1.3rem;
 }
 /*펼쳐보기 공통*/
 /*제안참여*/


/*포트폴리오*/
  .main-reference{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: 20px 0;
 }

 .main-reference .main-panel .tab-box13{
    display: flex;
 }

 .main-reference .main-panel .tab-box13 ul{
    width: 24%;
    margin-right: 2%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
 }

 .main-reference .main-panel .tab-box13 ul:hover p{
    text-decoration: underline;
 }

 .main-reference .main-panel .tab-box13 ul:nth-child(4n){
    margin-right: 0%;
 }

 .main-reference .main-panel .tab-box13 ul li:first-child{
    max-height: 250px;
    border-radius: 10px;
    overflow: hidden;
 }

 .main-reference .main-panel .tab-box13 ul img{
    width: 100%;
    height: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: all 0.3s;
    overflow: hidden;
   }

   .main-reference .main-panel .tab-box13 ul:hover img{
      transform: scale(1.1);
  }

 .main-reference .main-panel .tab-box13 ul li{
    color: #555;
    font-size: 0.9rem;
 }

 .main-reference .main-panel .tab-box13 ul li p{
   color: #222;
   font-size: 1.2rem;
   font-weight: 600;
   margin-bottom: 5px;
   padding: 5px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   word-break: break-all;
 }

 .main-reference .main-panel .tab-box13 ul li span{
    display: block;
    width: 95%;
    background: #fff;
    color: #222;
    padding: 5px;
    margin: 0px 5px 5px 5px;
    border-radius: 5px;
 }

 .main-reference .main-panel .tab-box13 ul li b{
   color: #2876ca;
   margin-right: 2px;
 }
 
/*포트폴리오*/

 /*검색 후 결과페이지*/
 .all-search .search-info p{
   margin: 20px 0 30px 0;
   width: 100%;
   font-size: 1.3rem;
   font-weight: 400;
   color: #555;
   text-align: center;
 }

 .all-search .search-info p>span{
   font-weight: 600;
   color: #ff611c;
 }

 .all-search .search-info p>b{
   font-weight: 600;
   color: #000;
 }


 p.search-tit{
   font-size: 1.6rem;
   font-weight: 600;
   color: #222;
   margin-bottom: 10px;
 }

 .best-list .list-top{
   display: flex;
   align-items: center;
   margin-bottom: 5px;
 }

 .best-list .list-top p{
   font-size: 1.2rem;
   font-weight: 500;
   color: #ff611c;
 }

 .best-list .list-top span{
   padding: 5px;
   border-radius: 5px;
   background: #00000010;
   margin-left: 10px;
   color: #888;
   font-size: 0.8rem;
   display: flex;
   align-items: center;
}

 a.search-tit{
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 a.search-tit span{
   margin-left: 5px;
   font-size: 1rem;
   color: #555;
   font-weight: 400;
 }

 section.site-list {
   margin: 10px 0;
   padding: 20px 0;
 }

 section.site-list .site-list-more{
   width: 100%;
   padding: 10px;
   border: 1px solid #ddd;
   border-radius: 0 0 10px 10px;
   text-align: center;
   font-size: 1rem;

   transition: all 0.3s;
 }

 section.site-list .site-list-more a{
   display: block;
   width: 100%;
   height: 100%;
   color: #555 !important;
 }

 section.site-list .site-list-more:hover{
   box-shadow: 3px 3px 3px #ddd;
 }

 section.site-list .site-list-more:hover a{
   color: #000 !important;
   font-weight: 500;
 }

 section.site-list .site-list-more:hover i{
   margin-left: 5px;
   transition: all 0.3s;
 }

 section.site-list .service-list-all{
   border-radius: 10px;
   border: 1px solid #ddd;
   background: #5a96ff10;
   padding: 10px;
 }

 section.site-list .service-list-all > .site-list-more{
   width: 32%;
   display: inline-block;
   margin-right: 1.5%;
   border-radius: 10px;
   background: #fff;
 }

 section.site-list .service-list-all > .site-list-more:last-child{
   margin-right: 0;
 }

 section.site-list .service-list-all .site-list-more:hover{
   background: #5a96ff10;
   border: 1px solid #5a96ff;
 }

 section.site-list .dictionary-list + .site-list-more:hover{
   background: #5129f310;
   border: 1px solid #5129f3;
 }

 section.site-list .inside-list + .site-list-more:hover{
   background: #1acb8610;
   border: 1px solid #1acb86;
 }
 
 section.site-list .item-list + .site-list-more:hover{
   background:#f51b4f10;
   border: 1px solid #f51b4f;
}

 .site-list ul{
   border: 1px solid #ff5e16;
   border-radius: 15px;
   padding: 15px;
   margin-bottom: 20px;
   background: #ff5e1610;

   transition: all 0.3s;
 }

 
 ul.none-list {
   width: 100%;
   border: 1px solid #ddd !important;
   background: #fff !important;
   color: #555 !important;
   font-size: 1rem !important;
   margin: 0;
}

 .site-list ul:hover{
   box-shadow: 3px 3px 3px #ddd;
 }

 .site-list ul li img{
   height: 20px;
   padding: 2px;
   background: #fff;
   border-radius: 3px;
   margin-right: 5px;
}


.site-list ul li.menulink span{
   display: inline-block;
   margin-top:10px;
   margin-right: 5px;
   padding: 4px 6px;
   background: #ffddcd;
   border-radius: 30px;
   line-height: 17px;
}

.site-list ul li.menulink span a{
   font-size: 0.8rem;
   color: #555 !important;
}

 .site-list .service-list{
   display: flex;
 }

 .site-list .service-list ul.service-con{
   border:1px solid #ddd;
   background: #fff;
   transition: all 0.3s;
   width: 32%;
   margin-right: 2%;
 }
 
 .site-list .service-list ul.service-con:nth-child(3n){
   margin-right: 0;
 }

 .site-list .service-list ul.service-con:hover{
   background: #5a96ff10;
   border: 1px solid #5a96ff;
 }

 .site-list .service-list ul.service-con:hover a li:first-child{
   font-size: 1.2rem;
   font-weight: 500;
   color: #5a96ff;
 }

 .site-list .service-list .service-con a img{
    width: auto;
   max-width: 100%;
   height: 120px;
 }

 .site-list .service-list .service-con a li{
   color: #555;
   font-size: 0.9rem;
 }

 .site-list .service-list .service-con a li span{
   display: inline-block;
   font-size: 0.75rem;
   color: #888;
   margin-right: 3px;
   margin-top: 4px;
   border-radius: 20px;
   padding: 3px 10px;
   background: #ffe5e5;
 }

 .site-list .service-list .service-con a li b{
   display: block;
   font-size: 1.2rem;
   padding: 5px 0;
   color: #000;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   word-break: break-all;
 }

 .site-list .service-list .service-con a li.service-info{
   display: flex;
   justify-content: space-between;
   margin-top:5px;
   font-size: 1rem;
   color:#555;
 }

 .site-list .service-list .service-con a li.service-info p{
   margin-right: 10px;
   color:#555 !important;
 }


 .site-list .dictionary-list ul.dictionary-con{
   border:1px solid #ddd;
   background: #fff;
   transition: all 0.3s;
   font-weight: 400;
 }

 .site-list .dictionary-list ul.dictionary-con:hover{
   background: #5129f310;
   border: 1px solid #5129f3;
 }

 .site-list .dictionary-list .dictionary-con a li:first-child{
   font-size: 1.2rem;
   font-weight: 500;
   margin-bottom: 5px;
 }

 .site-list .dictionary-list ul.dictionary-con:hover a li:first-child{
   font-size: 1.2rem;
   font-weight: 500;
   color: #5129f3;
 }

 .site-list .dictionary-list .dictionary-con a li:nth-child(2){
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   word-break: break-all;
 }

 .site-list .dictionary-list .dictionary-con a li.dictionary-info{
   display: flex;
   font-size: 1rem;
   color:#555;
 }

 .site-list .dictionary-list .dictionary-con a li.dictionary-info p{
   margin-right: 10px;
   color:#555 !important;
 }
 
 .site-list .inside-list-video{
   display: flex;
 }

 .site-list .inside-list-video ul.inside-con{
   width: 48.4%;
   margin-right: 3%;

   border:1px solid #ddd;
   background: #fff;
   transition: all 0.3s;

   color: #000;
   font-size: 1.2rem;
   font-weight: 600;
 }

 .site-list .inside-list-video ul.inside-con:hover{
   background: #1acb8610;
   border: 1px solid #1acb86;
 }

 .site-list .inside-list-video ul.inside-con:nth-child(2n){
   margin-right: 0%;
 }

 .site-list .inside-list-video ul.inside-con li{
   margin: 5px 0;
 }

 .site-list .inside-list-video ul.inside-con img{
   width: 100%;
   height: 150px;
   object-fit:contain;
 }

 .site-list .inside-list-video .inside-con a li.inside-info{
   display: flex;
   justify-content: space-between;
   align-items: center;

   color: #555;
   font-size: 0.9rem;
   font-weight: 400;
 }

 .site-list .inside-list ul.inside-con{
   border:1px solid #ddd;
   background: #fff;
   transition: all 0.3s;
 }

 .site-list .inside-list ul.inside-con:hover{
   background: #1acb8610;
   border: 1px solid #1acb86;
 }

 .site-list .inside-list .inside-con a{
   display: flex;
   justify-content: space-between;
   align-items: center;
 }

 .site-list .inside-list .inside-con a li:first-child{
   font-size: 1.2rem;
   font-weight: 500;
 }

 .site-list .inside-list ul.inside-con:hover a li:first-child{
   font-size: 1.2rem;
   font-weight: 500;
   color: #1acb86;
 }

 .site-list .inside-list .inside-con a li.inside-info{
   display: flex;
   font-size: 1rem;
   color:#555;
   font-weight: 400;
 }

 .site-list .inside-list .inside-con a li.inside-info p{
   margin-right: 10px;
   color:#555 !important;
 }

 .site-list .marketer-list{
   background: #f2f7ff;
   padding: 20px 10px;
   margin-top: 0;
   font-weight: 400;
 }

 .site-list .marketer-list .mkt-slide .recomm-pager{
   margin: 10px 0 0;
 }

 .site-list .item-list{
   display: flex;
   flex-wrap: wrap;
 }

 .site-list .item-list ul.item-con{
   width: 19%;
   height: 200px;
   margin-right: 1.2%;
   padding: 7px;

   border:1px solid #ddd;
   background: #fff;
   transition: all 0.3s;
 }

 .site-list .item-list ul.item-con:hover{
   background: #f51b4f10;
   border:1px solid #f51b4f;
 }

 .site-list .item-list ul.item-con img{
   width: auto;
   max-width: 80%;
   height: auto;
   max-height: 90px;

   margin: 0;
   padding:0;
 }

 .site-list .item-list ul.item-con:nth-child(5n){
   margin-right: 0;
 }

 .site-list .item-list ul.item-con .search-img{
   height: 120px;
   text-align: center;

   display: flex;
   align-items: center;
   justify-content: center;
 }
 
 .site-list .item-list ul.item-con .search-txt .search-btn span{
   display: inline-block;
   width: 57px;
   text-align: center;
   background: #ffe5e5;
   color: #888 !important;
   border: 0px solid #ddd;
   border-radius: 15px;
   font-size: 0.7rem;
   font-weight: 400;
   padding: 2px 0px;
   position: relative;
}

.site-list .item-list ul.item-con .search-txt .search-btn{
   margin-top: 5px;
}

.site-list .item-list ul.item-con .search-txt .search-btn span:last-child{
   background: #e1ecff;
}

.site-list .item-list ul.item-con .search-txt .search-name{
   font-size: 1rem;
   font-weight: 600;
   margin-top:5px;
}

.site-list .other-list ul.other-con{
   border:1px solid #ddd;
   background: #54545410;
   transition: all 0.3s;

   position: relative;
   min-height: 130px;
   max-height: 130px;
   font-weight: 400;
 }

 .site-list .other-list ul.other-con:hover{
   background: #54545410;
   border:1px solid #545454;
 }

 .site-list .other-list ul.other-con li{
   overflow: hidden;
   white-space: normal;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   word-break: keep-all;
 }

  .site-list .other-list ul.other-con p{
    font-size: 1.2rem;
    font-weight: 600;
    margin: 5px 0;
  }

  .site-list .other-list ul.other-con span{
    color: #555;
  }

  .site-list .other-list ul.other-con .link{
    display: flex;
    align-items: center;
    font-size:0.9rem;
  }

  .site-list .other-list ul.other-con>a{
    display:inline-block;
    /* padding-right: 130px; */
    width:100%;
    /* height: 100px; */
  }

  .site-list.search-banner img{
    width: 745px;
   height: auto;
   border-radius: 15px;
  }

 /*검색 후 결과페이지*/



 /* aside */
/* 광고상담 */
.main-consult {
   margin: 28px 0 0;
   box-sizing: border-box;
}

#contents .right-content div.fixed{
   border: none;
   padding: 0;
   top: 10px;
    position: sticky;
    z-index: 1;
}

#quick .customer_box {
   padding: 15px;
}

#quick .customer_box h1 {
   font-size: 1.4em;
   line-height: 26px;
   font-weight: 700;
   color: #121212;
   text-align: center;
   margin-bottom: 15px;
}

#quick .customer_box h1 .cho-name-tit {
   color: #ff6c1c;
}

#quick .customer_box ul li {
   margin-bottom: 5px;
}

#quick .customer_box ul li:first-child.name input,
#quick .customer_box ul li.tel input,
#quick .customer_box ul li.tel select {
   background: #fff3ed;
}

#quick .customer_box ul li.tel option {
   background: #fff;
}


#quick .customer_box input,
#quick .customer_box select {
   font-size: 0.9em;
   border-radius: 8px;
   background: #f0f0f0;
   border: 0;
   padding: 10px 15px;
   outline: 0;
}

#quick .customer_box input::placeholder,
#quick .customer_box select {
   color: #121212;
}

#quick .customer_box .name input {
   text-align: center;
   width: 100%;
}

#quick .customer_box .name input::placeholder {
   color: #909090;
}


#quick .customer_box .etc select {
   text-align: center;
   width: 100%;
   background-image: url(/images/select_arrow02.png) !important;
   background-position: 95% 50% !important;
   background-repeat: no-repeat !important;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}

#quick .customer_box .tel select {
   float: left;
   width: 30%;
   background-image: url(/images/select_arrow02.png) !important;
   background-position: 85% 50% !important;
   background-repeat: no-repeat !important;

   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}

#quick .customer_box .tel input {
   float: left;
   width: 33%;
}

#quick .customer_box .tel:after {
   display: block;
   content: '';
   clear: both;
}

#quick .customer_box .agree {
   width: 100%;
   height: 40px;
   color: #909090;
   border-radius: 8px;
   display: flex;
   background: #fff3ed;
   align-items: center;
   justify-content: space-around;
}

#quick .customer_box .agree input,
#quick .customer_box .agree select {
   background: none;
   padding: 0;
}

#quick .customer_box .agree a {
   display: inline-block;
   color: #aaa;
   border-radius: 50%;
   text-align: center;
   font-size: 11px;
   color: #aaa;
}

#quick .customer_box .agree input {
   margin-left: 3px;
}

#quick .customer_box .agree input[type=checkbox]::before {
   content: "";
   display: inline-block;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   line-height: 20px;
   background-color: #fff;
   border: 1px solid #ccc;
   vertical-align: middle;
   margin-top: -11px;
   margin-left: -3px;
}

#quick .customer_box .agree input[type=checkbox]:checked:before {
   content: "✔";
   color: #fff;
   background: #ff6c1c;
   text-align: center;
   font-size: 13px;
}

#quick .customer_box .btn a {
   cursor: pointer;
   background: #000;
   font-size: 1.25em;
   font-weight: 700;
   color: #fff;
   text-align: center;
   width: 100%;
   border-radius: 8px;
   padding: 10px 0;
   margin-top: 15px;
   transition: all 0.5s;
   display: block;
}

#quick {
   position: relative;
   background: #f3f7fe;
   border-radius: 15px;
   border: 1px solid #bcd1f4;
   box-shadow: 0 5px 8px rgba(100, 155, 255, 0.2);
}

#quick .customer-box h1 {
   font-size: 1.5rem;
   font-weight: 600;
   color: #121212;
   text-align: center;
   margin-bottom: 12px;
}

#quick .customer-box h1 .cho-name-tit {
   color: #2d70ea;
}

#quick .customer-box ul li {
   margin-bottom: 5px;
}

#quick .customer-box ul li:first-child.name input,
#quick .customer-box ul li.tel input,
#quick .customer-box ul li.tel select {
   background: #fff;
   border: 1px solid #bcd1f4;
}

#quick .customer-box ul li.tel option{
   background: #fff;
}


#quick .customer-box input,
#quick .customer-box select {
   font-size: 0.9rem;
   border-radius: 4px;
   background: #fff;
   border: 0;
   padding: 10px 12px;
   outline: 0;
   letter-spacing: -0.05rem;
}

#quick li.color input::placeholder,
#quick li.color select {
   color: #8291b0 !important;
   text-align: left;
}

#quick .customer-box .name input {
   width: 100%;
   border: 1px solid #ddd;
}

#quick .customer-box .name input::placeholder {
   color: #909090;
}

#quick .customer_box .btn a{
   color: #fff !important;
}

#quick .customer_box input, #quick .customer_box select, #quick .customer_box .etc.chb, #quick #mk_choice .choice_base, #quick .customer_box .agree{
   background: #fff !important;
}

#quick .customer_box .agree input[type=checkbox]:checked:before{
   background: #6185ff !important;
}

#quick .customer-box .etc select {
   width: 100%;
   background-image: url(/images/arrow_down.png) !important;
   border: 1px solid #ddd;
   background-position: 95% 50% !important;
   background-repeat: no-repeat !important;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   color: #888;
   text-align: left;
}

#quick .customer-box .tel select {
   float: left;
   width: 30%;
   background-image: url(/images/arrow_down.png) !important;
   background-position: 85% 50% !important;
   background-repeat: no-repeat !important;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}

#quick .customer-box .tel input {
   float: left;
   width: 33%;
}

#quick .customer-box .tel:after {
   display: block;
   content: '';
   clear: both;
}

#quick .customer-box .agree {
   border: 1px solid #bcd1f4;
   width: 100%;
   padding: 10px 12px;
   color: #8291b0;
   font-size: 1rem;
   border-radius: 3px;
   display: flex;
   background: #fff;
}

#quick .customer-box .agree input,
#quick .customer-box .agree select {
   background: none;
   padding: 0;
}

#quick .customer-box .agree input {
   margin-left: 3px;
}

#quick .customer-box .agree input[type=checkbox] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

#quick .customer-box .agree input[type=checkbox]::before {
   content: "";
   display: inline-block;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   line-height: 20px;
   background-color: #fff;
   border: 1px solid #ccc;
   vertical-align: middle;
   margin-left: -2px;
}

#quick .customer-box .agree input[type=checkbox]:checked:before {
   background: url(/images/check.png) 50% 50% no-repeat #00399c;
   background-size: 70%;
}

#quick .customer-box .agree label {
   padding: 0 5px;
   font-size: 1rem;
}

#quick .customer-box .agree a {
   margin-left: auto;
   display: inline-block;
   border-radius: 50%;
   text-align: left;
   font-size: 1.2rem;
   color: #929eb7;
}

#quick .customer-box .btn {
   display: block;
   padding: 0;
   margin: 0 auto;
   line-height: unset;
   border: 0;
}

#quick .customer-box .btn a {
   font-family: 'SUITE-Regular', sans-serif;
   cursor: pointer;
   background: #00399c;
   font-size: 1.1rem;
   font-weight: 700;
   color: #fff;
   text-align: center;
   width: 100%;
   border-radius: 3px;
   padding: 10px 0;
   margin-top: 12px;
   transition: all 0.5s;
   display: block;
}

#quick #mk_choice {
   width: 100%;
   height: 40px;
   font-size: 0.9rem;
   border-radius: 3px;
   border: 1px solid #bcd1f4;
   background: #fff;
   -moz-appearance: none;
   -webkit-appearance: none;
   cursor: pointer;
   position: relative;
   overflow: hidden;
}


#quick #mk_choice .choice_base {
   font-size: 0.9rem;
   padding: 0 12px;
   position: absolute;
   top: 0;
   width: 100%;
   height: 100%;
   color: #8291b0;
   display: flex;
   align-items: center;
   background-image: url(/images/arrow_down.png) !important;
   background-position: 95% 50% !important;
   background-repeat: no-repeat !important;
}

#quick #mk_choice #mk_appoint {
   width: 100%; 
   height: 100%;
   position: absolute;
   top: 0;
   z-index: 1;
}

#quick #mk_appoint .cho-mkt {
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 1rem;
   font-weight: 500;
   background:#fff;
}

#quick #mk_appoint .cho-mkt .cho-img {
   height: 30px;
   margin-right: 7px;
}

#quick #mk_appoint .cho-mkt .cho-img img {
   height: 100%;
}

#quick #mk_choice .opt-s {
   position: absolute;
   top: 0;
   z-index: 1;
   text-align: center;
   width: 100%;
   height: 100%;
   line-height: 36px;
   font-size: 0.9rem;
   background: #fff !important;
   background-image: url(/images/arrow_down.png) !important;
   background-position: 95% 50% !important;
   background-repeat: no-repeat !important;
   color: #333;
}

#quick .quick_off {
   display: none;
}

/*플로팅체크박스추가*/
#quick .customer_box .etc.chb{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   font-size: 0.7rem;
   margin: 5px 0;
   background: #fff3ed;
   padding: 10px;
   border-radius: 10px;
}

#quick .customer_box .etc.chb p{
   display: block;
   width: 100%;
   color: #555;
   margin-bottom: 5px;
   margin-left: 2px;
   font-size: 1rem;
}

#quick .customer_box .etc.chb div{
   margin: 7px 2px;
}

#quick .customer_box .etc.chb input[type="checkbox"]{
   -webkit-appearance: none;
   background: none;
   display: none;
}

#quick .customer_box .etc.chb input[type="checkbox"] + label{
   border: 1px solid #ddd;
   color: #888;
   padding: 3px;
   border-radius: 3px;
   cursor: pointer;
}

#quick .customer_box .etc.chb input[type="checkbox"]:checked + label{
  color: #fff;
  background: #ff6c1c;
} 

#quick .customer_box .etc.chb span.multiple {
   margin-left: 3px;
   position: relative;
   top: -1px;
   font-size: 0.6rem;
   font-weight: 400;
   color: #ff6c1c;
   padding: 3px 5px;
   background: #ffddca;
   border-radius: 3px;
}
/*플로팅체크박스추가*/

/*ì²´í¬ë°•ìŠ¤ì¶”ê°€*/
#quick .customer-box .etc.chb{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.2rem;
    margin: 5px 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #bcd1f4;
    border-radius: 5px;
}

#quick .customer-box .etc.chb p{
    display: block;
    width: 100%;
    color: #888;
    margin-bottom: 5px;
    margin-left: 2px;
    font-size: 1.3rem;
}

#quick .customer-box .etc.chb div{
    margin: 5px 2px;
}

#quick .customer-box .etc.chb input[type="checkbox"]{
    -webkit-appearance: none;
    background: none;
    display: none;
}

#quick .customer-box .etc.chb input[type="checkbox"] + label{
    border: 1px solid #ddd;
    color: #888;
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
}

#quick .customer-box .etc.chb input[type="checkbox"]:checked + label{
    color: #fff;
    background:#00399c;
} 

#quick .customer-box span.multiple {
    margin-left: 3px;
    position: relative;
    top: -1px;
    font-size: 1rem;
    font-weight: 400;
    color: #00399c;
    padding: 3px 5px;
    background: #e9f1ff;
    border-radius: 3px;
}

#quick .customer_box .btn a {
   background: #6185ff !important;
}

#quick .customer_box .etc.chb span.multiple{
   color: #6185ff !important;
   background: #6185ff50 !important;
}

#quick .customer_box .etc.chb input[type="checkbox"]:checked + label{
   background: #6185ff !important;
}
/*ì²´í¬ë°•ìŠ¤ì¶”ê°€*/


/* ê°œì¸ì •ë³´ë™ì˜ íŒì—… */
.agree_pop {
   display: none;
   width: 100%;
   height: 100vh;
   position: fixed;
   background: rgba(0, 0, 0, 0.4);
   z-index: 1003;
   top: 0;
   left: 0;
}

.agree_pop .ag_inner {
   padding: 40px;
   width: 700px;
   height: 560px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background: #fff;
}

.agree_pop .content {
   overflow-y: scroll;
   width: 100%;
   padding: 10px;
   height: calc(100% - 120px);
   margin: 18px 0;
   font-size: 1.5rem;
}

.agree_pop .content::-webkit-scrollbar {
   width: 10px;
   background: #fff;
}

.agree_pop .content::-webkit-scrollbar-thumb {
   background: #1acb86;
   border-radius: 6px;
}

.agree_pop .content .etc-box {
   border-bottom: 1px solid #ededed;
   padding: 0 0 15px 0;
   margin: 15px 0 0;
}

.agree_pop .content .etc-box:last-of-type {
   border-bottom: 0;
}

.agree_pop .content .etc-box h5 {
   font-size: 18px;
   margin-bottom: 15px;
}

.agree_pop .content .etc-box p {
   font-size: 16px;
   line-height: 20px;
   color: #121212;
   margin-bottom: 15px;
}

.agree_pop .content .etc-tit-box p {
   font-size: 16px;
   line-height: 22px;
   color: #121212;
}

.agree_pop .content .etc-box ul {
   margin: 20px 0;
   padding: 0 20px;
}

.agree_pop .content .etc-box ul li {
   color: #555;
   line-height: 20px;
   font-size: 14px;
}

.agree_pop .content .etc-box ul li b {
   color: #121212;
}

.agree_pop .content .sub-tit-box {
   margin: 40px 0 0;
   background: #f8f8f8;
   padding: 20px;
}

.agree_pop .content .sub-tit-box h5 {
   font-size: 18px;
   margin-bottom: 10px;
}

.agree_pop .content .sub-tit-box p {
   font-size: 14px;
   line-height: 18px;
}

.agree_pop .content .etc-txt-box {
   margin: 10px 0 0;
   line-height: 20px;
}

.agree_pop .content .etc-sub-box {
   margin: 15px 0 0;
}

.agree_pop .content .etc-box {
   border-bottom: 1px solid #ededed;
   padding: 0 0 15px 0;
   margin: 15px 0 0;
}

.agree_pop .content .etc-box:last-of-type {
   border-bottom: 0;
}

.agree_pop .top h2 {
   font-size: 2.6rem;
   font-weight: 700;
}

.agree_pop .top .close-btn {
   position: absolute;
   top: 40px;
   right: 40px;
   font-size: 1.4rem;
   font-weight: 700;
   cursor: pointer;
}

.agree_pop .top .close-btn img {
   position: relative;
   top: 3px;
}

.agree_pop .bottom .agreebtn {
   width: 300px !important;
   height: 50px !important;
   color: #fff;
   background: #000;
   font-size: 1.4rem;
   font-weight: 700;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}


/*-- ë§ˆì¼€í„° ì¡°íšŒ ëª¨ë‹¬ css --*/
#mkt-modal {
   display: none;
   width: 100%;
   height: 100vh;
   position: fixed;
   background: rgba(0, 0, 0, 0.4);
   z-index: 1003;
   top: 0;
   left: 0;
}

#mkt-modal .modal_inner {
   padding: 40px;
   width: 700px;
   height: 560px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   background: #fff;
}

#mkt-modal .content {
   overflow-y: scroll;
   width: 100%;
   padding: 10px;
   height: calc(100% - 120px);
   margin: 18px 0;
}

#mkt-modal .content::-webkit-scrollbar {
   width: 10px;
   background: #fff;
}

#mkt-modal .content::-webkit-scrollbar-thumb {
   background: #1acb86;
   border-radius: 6px;
}

#mkt-modal h2 {
   font-size: 1.5rem;
   font-weight: 700;
}

#mkt-modal h2 span {
   font-weight: 300;
}

#mkt-modal .close-btn {
   position: absolute;
   top: 40px;
   right: 40px;
   font-size: 20px;
   font-weight: 700;
   cursor: pointer;
}

#mkt-modal .close-btn img {
   position: relative;
   top: 4px;
}

#mkt-modal .top-bar {}

#mkt-modal .top-bar .sch-bar {
   margin-bottom: 20px;
}

#mkt-modal #bo_sch {
   width: 65%;
   border-bottom: 2px solid #000;
   overflow: hidden;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   padding: 0;
   float: none;
   background: none;
   border-radius: 0;
}

#mkt-modal #bo_sch .sound_only {
   display: none;
}

#mkt-modal #bo_sch legend {
   position: absolute;
   margin: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
   text-indent: -9999em;
   overflow: hidden
}

#mkt-modal #bo_sch select {
   padding: 0 10px;
   font-size: 1.2rem;
   border: 0;
   width: 140px;
   height: 42px;
   float: left;
   background: url(../images/mkt-select.png) no-repeat 90% 50%;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

#mkt-modal #bo_sch select option {
   width: 100px;
   background: #fff;
}

#mkt-modal #bo_sch .sch_input {
   max-width: 200px;
   color: #888;
   font-size: 0.9rem;
   height: 42px;
   border: 0;
   padding: 0 10px;
   background-color: transparent;
   float: left;
}

#mkt-modal #bo_sch .sch_btn {
   background: url('/images/btn_sch.png') center center no-repeat;
   height: 42px;
   float: right;
   border: 0;
   width: 30px;
}

#mkt-modal .cate-btn {
   position: relative;
}

#mkt-modal .cate-btn .mkt-toggle {
   cursor: pointer;
   font-weight: 500;
   display: inline-block;
   line-height: 42px;
   padding: 0 20px;
   height: 42px;
   background: #1acb86;
   color: #fff;
   border-radius: 30px;
   font-size: 16px;
   position: absolute;
   top: -60px;
   right: 0;
}

#mkt-modal .mkt-category {
   display: none;
}

#mkt-modal .option-box {
   margin: 0 auto;
}

#mkt-modal .option-box:after {
   content: '';
   display: block;
   clear: both;
}

#mkt-modal input[type=radio] {
   display: none;
}

#mkt-modal input[type=radio]+div {
   float: left;
   border-radius: 8px;
   overflow: hidden;
   width: 111px;
   background: #333;
   text-align: center;
   height: 45px;
   line-height: 45px;
   cursor: pointer;
   color: #fff;
   transition: all 0.3s ease-in-out;
   box-sizing: border-box;
   margin: 0 8px 8px 0;
   position: relative;
}

#mkt-modal .marketer_option:nth-child(1) input[type=radio]+div {
   background: url(../images/option-all.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(2) input[type=radio]+div {
   background: url(../images/option-1.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(3) input[type=radio]+div {
   background: url(../images/option-2.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(4) input[type=radio]+div {
   background: url(../images/option-3.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(5) input[type=radio]+div {
   background: url(../images/option-4.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(6) input[type=radio]+div {
   background: url(../images/option-5.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(7) input[type=radio]+div {
   background: url(../images/option-6.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(8) input[type=radio]+div {
   background: url(../images/option-7.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(9) input[type=radio]+div {
   background: url(../images/option-8.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(10) input[type=radio]+div {
   background: url(../images/option-9.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(11) input[type=radio]+div {
   background: url(../images/option-10.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(12) input[type=radio]+div {
   background: url(../images/option-11.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(13) input[type=radio]+div {
   background: url(../images/option-12.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(14) input[type=radio]+div {
   background: url(../images/option-13.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(15) input[type=radio]+div {
   background: url(../images/option-14.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(16) input[type=radio]+div {
   background: url(../images/option-15.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(17) input[type=radio]+div {
   background: url(../images/option-16.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(18) input[type=radio]+div {
   background: url(../images/option-17.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(19) input[type=radio]+div {
   background: url(../images/option-18.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(20) input[type=radio]+div {
   background: url(../images/option-19.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(21) input[type=radio]+div {
   background: url(../images/option-20.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(22) input[type=radio]+div {
   background: url(../images/option-21.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(23) input[type=radio]+div {
   background: url(../images/option-22.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(24) input[type=radio]+div {
   background: url(../images/option-23.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(25) input[type=radio]+div {
   background: url(../images/option-24.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(26) input[type=radio]+div {
   background: url(../images/option-25.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(27) input[type=radio]+div {
   background: url(../images/option-26.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(28) input[type=radio]+div {
   background: url(../images/option-27.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(29) input[type=radio]+div {
   background: url(../images/option-28.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(30) input[type=radio]+div {
   background: url(../images/option-29.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(31) input[type=radio]+div {
   background: url(../images/option-30.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(32) input[type=radio]+div {
   background: url(../images/option-31.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(33) input[type=radio]+div {
   background: url(../images/option-32.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(34) input[type=radio]+div {
   background: url(../images/option-33.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-child(35) input[type=radio]+div {
   background: url(../images/option-34.jpg) center center no-repeat;
}

#mkt-modal .marketer_option:nth-of-type(5n) .op-name {
   margin-right: 0 !important;
}

#mkt-modal input[type=radio]+div:after {
   content: '';
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.8);
   position: absolute;
   top: 0;
   left: 0;
   z-index: 0;
   transition: all .3s ease-in-out;
}

#mkt-modal input[type=radio]+div p {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: 14px;
   color: #fff;
   z-index: 1;
}

#mkt-modal input[type=radio]+div:hover:after {
   background: rgba(0, 0, 0, 0.35);
}

#mkt-modal input[type=radio]:checked+div {
   font-weight: 700;
}

#mkt-modal input[type=radio]:checked+div:after {
   background: rgba(26, 203, 134, 0.8);
}

#mkt-modal .cate-btn::after {
   display: block;
   content: '';
   clear: both;
}

#mkt-modal .marketer_list {
   margin: 30px 0 0;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
}

#mkt-modal .mkt-choice {
   position: relative;
   margin-bottom: 12px;
   width: 24%;
}

#mkt-modal .mkt-choice input[type=radio] {
   display: block;
   position: absolute;
}

#mkt-modal .mkt-choice input[type=radio]:checked+li {
   border: 2.5px solid #1acb86;
}

#mkt-modal .marketer_list li {
   box-sizing: border-box;
   cursor: pointer;
   position: relative;
   overflow: hidden;
   box-sizing: border-box;
   border: 1px solid #ddd;
   border-radius: 8px;
   transition: all .2s ease-in-out;
}

#mkt-modal .marketer_list li:nth-child(3n) {
   margin-right: 0;
}

#mkt-modal .marketer_list li img {
   width: 100%;
   height: 145px;
}

#mkt-modal .marketer_list li:hover {
   border: 1px solid #1acb86;
}

#mkt-modal .mkt-choice input[type=radio]:checked+li .marketer-name {
   color: #1acb86;
   font-weight: 600;
}

#mkt-modal .marketer_list li .marketer-name {
   margin: -3px 0 0;
   width: 100%;
   height: 40px;
   border-top: 1px solid #ddd;
   text-align: center;
   line-height: 40px;
   font-size: 15px;
}

#mkt-modal .marketer_list .none {
   width: 100%;
   line-height: 300px;
   font-size: 16px;
   text-align: center;
}

#mkt-modal .choice_none {
   width: 408px !important;
   height: 50px !important;
   color: #fff !important;
   background: #000;
   font-size: 1.3rem;
   font-weight: 700;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}

#mkt-modal .more_upload {
   display: block;
   width: 20%;
   text-align: center;
   margin: 20px auto 0;
   border-radius: 5px;
   background: #f0f0f0;
   color: #000;
   font-weight: 500;
   font-size: 1rem;
   padding: 10px 0;
   cursor: pointer;
   border: 1px solid #ddd;
}

#mkt-modal #div_ajax_load_image {
   text-align: center;
}

#mkt-modal #div_ajax_load_image img {
   width: 24px;
}


/*-- ì™¸ë¶€ ë°°ë„ˆ --*/
.out-banner {
   margin: 28px 0 0;
   position: relative;
}

.out-banner a {
   height: 110px;
   display: block;
   border-radius: 6px;
   border: 1px solid #ddd;
   overflow: hidden;
   margin-bottom: 12px;
}

.out-banner a img {
   width: 100%;
}

/* 241115 광고상담 신청현황 롤링 반응형 추가 */
.consult-list {
    overflow: hidden;
    height: 11.25em;
}

.consult-list .listbox_wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.consult-list .listbox_wrap .btn a {
    background: #fff;
    border: 1px solid #6185ff;
    border-radius: 5px;
    color: #6185ff !important;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 3px 8px;
}

.consult-list .listbox_wrap .btn a:hover {
    background: #6185ff;
    border: 1px solid #fff;
    color: #fff !important;
}

.consult-list .list-box h1 {
    font-size: 0.9rem; 
    line-height: 1.5;
    font-weight: 500;
    color: #222;
    margin-bottom: 0.5em;
}

.consult-list .list-box {
    position: relative;
    height: 10em;
    overflow: hidden;
}

.list_wrap {
    position: relative;
    height: 7.5em; 
    overflow: hidden;
}

.consult-list .list-box ul {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    display: flex;
}

.consult-list .list-box .list_wrap ul.title {
    border-radius: 5px 5px 0 0;
    background-color: #6185ff !important;
    position: sticky;
    top: 0;
    z-index: 2;
}

.consult-list .list-box .list_wrap ul.title li {
    color: #fff;
    height: 1.875em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rolling-content {
    position: absolute;
    left: 0;
    width: 100%;
    will-change: transform;
}

.consult-list .list-box .list_wrap ul.list_item li {
    width: 100%;
    font-size: 1em;
    line-height: 1.5;
    height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 0;
}


.consult-list .list-box .list_wrap ul.list_item:nth-child(odd) {
    background-color: rgba(97, 133, 255, .2) !important;
}

.consult-list .list-box .list_wrap ul.title li:first-child,
.consult-list .list-box .list_wrap ul.list_item li:first-child {
    width: 3em;
}

.consult-list .list-box .list_wrap ul.title li,
.consult-list .list-box .list_wrap ul.list_item li {
    width: 5em;
}

.consult-list .list-box ul li {
    height: 1.563em;
    font-size: 1em;
}

.list-container {
    height: 7.5em;
}

/* 241115 광고상담 신청현황 롤링 반응형 추가 */




/*플로팅 부분*/
.right-list {
    padding: 10px;
    font-size: 1.4rem;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 15px 0;
    background: #f5f6f7;
}

p.list-tit{
    margin-top: 20px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.right-list p {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.right-list p > a{
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
}

.right-list p a i{
    color: #555;
}

.right-list ul li{
    margin: 3px 0;
}

.right-list ul li a{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.right-list ul li:hover{
    text-decoration: underline;
}

.right-list ul.list-img{
    display: flex;
}

.right-list.two ul.list-img li{
    width: 135px;
    height: 85px;
}

.right-list ul.list-img li{
    width: 90px;
    height: 100%;
    margin-right:5px;
    border-radius: 7px;
    overflow: hidden;
}

.right-list ul.list-img li:last-child{
    margin-right:0px;
}

.right-list ul.list-img li img{
    width: 100%;
    transition: all 0.3s;
    background: #fff;
}

.right-list.two ul.list-img li img{
    height:85px;
    object-fit:cover;
 }

.right-list ul.list-img li img:hover{
    transform: scale(1.1);
}

/*문안 끝*/


/*오시는 길*/
.company-wrap{
    width: 100%;
 }
 
 .company-tit{
    max-width: 1280px;
    margin: 0 auto 30px auto;
    font-size: 36px;
    font-weight: 800;
    text-align: left;
 }
 
 .company-tit i{
    font-size: 16px;
    color: #3a4a6f;
 }
 
 .company-location .map-img{
    width: 100%;
    text-align: center;
 }
 
 .company-location .map-img img{
    width:  70%;
    height: auto;
 }
 
 .company-location .location-content .info-box {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
 }
 
 .company-location .location-content .info-box:after {
    content: '';
    display: block;
    clear: both;
 }
 
 .company-location .location-content .map-info {
    margin: 60px 0 0;
 }
 
 .company-location .location-content .info-box a.map-view{
    color:#555;
    padding:7px 20px;
    background:#ffdf00;
    font-size:1rem;
    border-radius:7px;
    margin-right:15px;
    font-weight:600;
 }
 
 .company-location .location-content .info-box .info-title {
    float: left;
    font-size: 24px;
    font-weight: 700;
 }
 
 .company-location .location-content .info-box .info-txt {
    line-height: 26px;
    font-size: 18px;
    letter-spacing: -0.05em;
    width: calc(100% - 240px);
    border-bottom: 1px solid #ddd;
    float: right;
    padding: 0 20px 30px 20px;
 }
 
 .company-location .location-content .info-box span {
    display: inline-block;
    margin-right: 6px;
    padding: 4px 10px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
 }
 
 .company-location .location-content .info-box p {
    font-size: 1em;
    line-height: 30px;
 }
 
 .company-location .location-content .info-box span.subway1 {
    background: #0d3692;
 }
 
 .company-location .location-content .info-box span.subway2 {
    background: #54640d;
 }
 
 .company-location .location-content .info-box .bus1 {
    background: #5FB73C;
 }
 
 .company-location .location-content .info-box h5.bus2 {
    background: #082E6D;
 }
 
 .company-location .location-content .info-box .walk{
    padding: 15px 0;
 }
 
 .company-location .location-content .info-box .walk:first-child{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #ddd;
 }
 
 .company-location .location-content .info-box .walk p{
    font-size: 1.5rem;
    font-weight: 600;
    padding: 10px 0;
 }
 
 .company-location .location-content .info-box .walk li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px dashed #ddd;
 }
 
 .company-location .location-content .info-box .walk div{
    display: flex;
    align-items: center;
 }
 
 .company-location .location-content .info-box .walk img{
    width: 30px;
    height: 30px;
    margin-right: 3px;
 }
 
 .company-location .location-content .info-box .walk img.mapimg{
    width: auto;
    height: 150px;
 }

 /*문안 공유*/
 .share-page-link button{
    background: none;
    border: 0px solid #888;
    border-radius: 15px;
    width: 27px;
    height: 27px;
    padding: 5px;
 }

 .share-page-link i{
    font-size: 20px;
    color: #fe5e23;
    transition: all 0.3s;
 }

 .share-page-link:hover i{
    color: #000;
 }

 /*문안 공유*/

 /* 실시간 상담*/
#ft-chat {
    position: fixed;
    z-index: 1002;
    right: 50px;
    bottom: 20px;
 }
 
#ft-chat button {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: none;
 }
 
#ft-chat .chat-btn {
    /* display: none; */
    display: block;
    position: relative;
    background-color: #ff611c;
    transition: all 0.3s;
    color: #fff;
    text-align: center;
    box-shadow: 3px 3px 5px #ddd;
    margin-bottom: 20px;
 }

 #ft-chat button#gochat.chat-btn{
    position: relative;
 }

 #ft-chat button#gochat.chat-btn:after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #ff611c30;
    transform: scale(1);
    animation: scale 1.5s infinite linear;
    position: absolute;
    top: 0;
    z-index: -1;
}

@keyframes scale {
    0%   { transform: scale(1); opacity:1 }
    100%  { transform: scale(1.6); opacity:0 }
  }
  
  @-webkit-keyframes scale {
    0%   { transform: scale(1); opacity:1 }
    100%  { transform: scale(1.6); opacity:0 }
  }
  
  @-moz-keyframes scale {
    0%   { transform: scale(1); opacity:1 }
    100%  { transform: scale(1.6); opacity:0 }
  }

#ft-chat .chat-btn:hover{
    box-shadow: 3px 3px 5px #888;
 }
 
#ft-chat .ft-btn-inner i {
    font-size: 0.9rem;
    color: #fff;
 }
 
#ft-chat .chat-btn p {
    font-weight: 600;
    color: #fff;
    font-size: 0.8rem;
    margin: 0;
}

#ft-chat .chat-message{
    position: absolute;
    content: "";
    text-align: left;
    width: 260px;
    height: 80px;
    padding: 15px;
    border-radius: 20px;
    bottom:100px;
    right: 0;
    background-color: rgb(247, 247, 248);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;
}

#ft-chat .chat-message .chat-tit{
    font-size: 1rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#ft-chat .chat-message .chat-tit i{
    color: #555;
    font-size: 1.5rem;
}

#ft-chat .chat-message .chat-tit a{
    cursor: pointer;
}

#ft-chat .chat-message .chat-txt i{
    color: #888;
    font-size: 0.8rem;
    margin-right: 5px;
}

#ft-chat .chat-message .chat-txt{
    font-size: 0.9rem;
    font-weight: 500;
    color:#888;
}

 /*실시간 상담*/