/* #Wrap{
    overflow-x: hidden;
} */

@keyframes bg_scale {
    0%, 100%{
        transform:scale(1)
    }
    50%{transform:scale(1.05)}
}
#Wrap header {
	position: fixed;
	height: 80px;
	display: block;
	z-index: 99999;
	background: #fff;
	transition: all 0.3s ease-in-out;
	z-index: 1000;
    border-radius: 100px;
	transform: translateY(0);
	background: #FFF;
	top: 35px;
    box-shadow: 0 0 18px rgba(0,0,0,.1);
    max-width: 1400px;
    left: 3.750rem;
    right: 3.750rem;
    margin: 0 auto;

}

.header-hidden {
    /* top: -100px !important; */
    transform: translateY(-100%); /* 위로 사라지게 */
    transition: all .5s;
}

.sdw {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* ✅ 부드러운 그림자 효과 */
}
/* 
header .inner{
	margin: 0 auto;
	width: 1400px;
} */

@keyframes bouncyRotate {
    0%   { transform: scale(1) rotate(0deg) translateY(0); }
    20%  { transform: scale(1.15) rotate(-5deg) translateY(-12px); }
    40%  { transform: scale(0.95) rotate(3deg) translateY(0); }
    60%  { transform: scale(1.08) rotate(-3deg) translateY(-6px); }
    80%  { transform: scale(0.98) rotate(2deg) translateY(0); }
    100% { transform: scale(1) rotate(0deg) translateY(0); }
}

/******* 퀵메뉴 *******/
.quick_mn{
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 10000000;
}
.quick_mn .quick_link::before{
    content: '';
    display: inline-block;
    background: url(../images/common/ico_quick_imo.png) no-repeat center center;
    background-size: 100%;
    width: 65px;
    height: 41px;
    position: absolute;
    right:0;
    top: -25px;
    animation: bouncyRotate 1.3s infinite;
}
.quick_mn .quick_link{
    transition: box-shadow .3s;
    cursor: pointer;
    display: block;
    position: relative;
    border: 1px solid #e1e1e1;
    border-radius: 70px;
    background: #FFF linear-gradient(to right, #350eff 38%, #0288ff );
    height: 50px;
    line-height: 1.4;
    padding: 7px 0px;
    width: 185px;
    padding-left: 28px;
    margin-bottom: 8px;
    box-shadow: rgba(17, 17, 26, 0.05) 0 1px 0, rgba(17, 17, 26, 0.1) 0 0 8px;
    strong, p {
        color: #fff;
    }
}
.quick_mn .quick_link p{
    font-size: 10px;
    font-weight: 500;
}
.quick_mn .btn_sroom{
    transition: box-shadow .3s;
    width: 185px;
    background: #fff;
    height: 50px;
    padding-left: 27px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-weight: 700;
    font-size: 11px;
    border: 1px solid #dadada !important;
}
.quick_mn .flexBox .btn_sroom img{
    width: auto;
    height: 30px;
}
.quick_mn .btn_sroom:hover,
.quick_mn .quick_link:hover{
    transition: box-shadow .3s;
    box-shadow: 0 0 10px rgba(14,125,255,.5);
}
.quick_mn .flexBox .ico_kakao:hover{
    transition: box-shadow .3s;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.quick_mn .btn_sroom > div{
    flex: 1;
}
.quick_mn .btn_sroom div > div{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
}
.quick_mn .flexBox{
    width: 185px;
    flex-direction: column;
    gap: 8px;
}
.quick_mn .flexBox .tel{
    width: 185px;
    background: linear-gradient(to right, #3069ca 38%, #3128b2 );
    color: #FFF;
    height: 50px;
    line-height: 50px;
    padding-left: 26px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    gap: 8px;
    font-weight: 700;
    border: 1px solid #e4ffff;
}
.quick_mn .flexBox .ico_kakao{
    transition: box-shadow .3s;
    width: 185px;
    border-radius: 50px;
    height: 50px;
    background: #f9e000;
    display: inline-flex;
    align-items: center;
    padding-left: 26px;
    gap: 6px;
    font-size: 15px;
    font-weight: 500;
}
.quick_mn .flexBox img{
    width: 25px;
}
.quick_mn .flexBox .tel img{
    width: 22px;
    opacity: .4;
}

header ul,
header li{
	display: flex;
}

header > .menu-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 44px;
}
header > .menu-box > ul {
    align-items: center;
    width: 100%;
}
header > .menu-box > ul > li {
    position: relative;
    color: white;
    width: 18%;
}
header > .menu-box > ul > li:nth-child(3){
    /* flex: 1; */
    /* margin-right: 20.5%; */
}

header > .menu-box > ul > li > a {
    padding: 23px 10px;
    font-size: 22px;
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    font-family: 'Allimjang';
}
header > .menu-box > ul > li > a:hover{
    color: #367ddc;
}
header > .menu-box > ul > li > ul {
    box-shadow: 1px 13px 20px rgba(0 0 0 / 10%);
    position: absolute;
    top: 100%;
    left: -10%;
    right: 0;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    height: 0;
    overflow: hidden;
    width: 120%;
}

header > .menu-box > ul > li:hover > ul {
    transition: 0.1s;
    overflow: visible;
    height: auto;
	padding-bottom: 20px;
}

header > .menu-box > ul > li > ul > li {
    text-align: center;
}

header > .menu-box > ul > li > ul > li:first-child {
    margin-top: 10px;
}

header > .menu-box > ul > li > ul > li > a {
	position: relative;
	display: block;
	padding: 5px 0;
	margin: 5px auto;
	white-space: nowrap;
}


header > .menu-box > ul > li > ul > li a::after{
	transition:opacity .1s, width .5s;
	content:'';
	display:block;
	height:1px;
	width:0;
	position:absolute;
	bottom:-1px;
	left:50%;
	transform:translate(-50%, 0);
	opacity:0;
	background: #003382;
}

header > .menu-box > ul > li > ul > li:hover a::after{
	opacity:1;
	width:100%;
	transition:opacity .1s, width .5s;
	z-index: 99;
}

header > .menu-box > ul > li > ul > li:hover a{
	color: #003382;
	font-weight: 600;
}


header .logo img{
	width: auto;
	height: 56px;
}
header .logo{
    /* position: absolute; */
    /* left: 50%; */
    /* top: 9px; */
    /* transform: translate(-50%, 0); */
    margin-top: -8px;
    margin-right: 25px;
}

/*============================*/
.m_btn {
    display: none;
    position: absolute;
    cursor: pointer;
    top: 48%;
    transform: translateY(-50%);
    right: 30px;
  }

  .m_btn span {
    display: block;
    background: #222;
    width: 26px;
    height: 2px;
    border-radius: 3px;
    transition: 0.25s margin 0.25s, 0.25s transform;
  }

  .m_btn span:nth-child(1) {
      margin-bottom: 6px;
  }
  .m_btn span:nth-child(3) {
      margin-top: 6px;
  }
  .m_btn.active span {
      transition: 0.25s margin, 0.25s transform 0.25s;
  }
  .m_btn.active span:nth-child(1) {
    margin-top: 8px;
    margin-bottom: -2px;
      transform: rotate(45deg);
  }
  .m_btn.active span:nth-child(2) {
      transform: rotate(45deg);
  }
  .m_btn.active span:nth-child(3) {
    margin-top: -2px;
      transform: rotate(135deg);
  }

/*============================*/


button.up{
	width: 100%;
	background: #FFF;
	border-radius: 50px;
	border: 1px solid #e1e1e1;
	line-height: 50px;
	height: 50px;
	display: inline-flex;
	gap: 5px;
	font-weight: 600;
	color: #222;
	font-size: 18px;
	justify-content: center;
	margin-top: 8px;
    gap: 8px;
    outline: none;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

/* button.up{
	display: none;
	justify-items: center;
	align-items: center;
	opacity: 0;
} */
button.up img{
	width:6px;
	display:inline-block;
    transform: rotate(-90deg);
}



.mobile-mn.on{
	display: none;
	transition: 0.1s;
}

.mobile-mn {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #f8f8f8;
    overflow-y: scroll;
    padding-bottom: 50px;
    z-index: 999;
}

.mobile-mn .top{
    padding: 40px 20px;
    color: #fff;
    margin-top: 40px;
    color: var(--txt-blue);
    font-weight: 700;
    text-align: center;
    display: none;
}


#mobile-nav {
    margin: 0 20px;
    border-radius: 10px;
    overflow-y: auto;
    /*height: calc(100vh - 185px);*/
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 90px;
}

#mobile-nav li a {
	position: relative;
    display: block;
    padding: 20px 15px 20px 20px;
    color: #fff;
    background-repeat: no-repeat;
    background-image: url("../images/common/arr-down-w.png");
    background-position: 95% center;
    transform: none;
	border-bottom: 1px solid rgba( 255 255 255 / 40%);
}

#mobile-nav li:last-child a{
	border-bottom: 0;
}

#mobile-nav li a.tit{
	background: linear-gradient(to left, rgba(60,97,233,0.8),rgba(55,62,212,0.8) );
	font-weight: 500;
}


#mobile-nav li a.tit.active:after{
    transform: rotate(90deg);
}
#mobile-nav li a.tit:after{
    position: absolute;
    content: '';
    display: inline-block;
    right: 0;
    width: 50px;
    height: 50px;
    top: 5px;
    left: inherit;
    background: url(../images/common/ico_arw_w.svg) no-repeat center center;
    background-size:10px;
    transform: rotate(-90deg);

}
#mobile-nav li.no-depth a.tit:after{
    display: none;
}

#mobile-nav .depth{
	overflow: hidden;
}

#mobile-nav li ul {
    display: none;
}


#mobile-nav li ul li a {
    padding: 15px;
    background: #fff;
    box-shadow: 2px 1px 3px rgb(0 0 0 / 30%);
    color: #333;
    font-weight: 500;
}

#mobile-nav > li{
    font-weight: 800;
}






.gnb-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}


.gnb-btn button {
    position: relative;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
}

.gnb-btn button span {
    position: absolute;
    display: block;
    height: 2px;
    width: 22px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -11px;
    transition: all 0.5s;
    background: #333;
}

.gnb-btn button span:before {
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    width: 22px;
    top: -7px;
    transform: rotate(0deg);
    transition: all 0.5s;
    background: #333;
}


.gnb-btn button span:after {
    content: '';
    display: block;
    height: 2px;
    width: 22px;
    position: absolute;
    top: 7px;
    transform: rotate(0deg);
    transition: all 0.5s;
    background: #333;
}


.gnb-btn.gnb-btn-active button span {
    background: transparent !important;
}

.gnb-btn.gnb-btn-active button span:before {
    transform: rotate(135deg);
    top: 0;
}

.gnb-btn.gnb-btn-active button span:after {
    transform: rotate(-135deg);
    top: 0;
}

.site-map {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../images/common/site-map-bg.png") center / cover no-repeat;
    z-index: 99;
}

.site-map .inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
}

.site-map .lbox{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255 255 255 / 20%);
    padding: 100px 50px 100px 0;
}

.site-map .logo {
    width: 250px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/common/foo-logo.png);
    border: 3px solid red;
}

.site-map .lbox .tbox{
    margin-top: 100%;
    color: #fff;
    word-break: keep-all;
}

.site-map .lbox .tbox h3{
    word-break: keep-all;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 50px;
}


.gnb-wrap {
    padding-left: 50px;
    flex: 1;
}
#gnb a{
    color: #fff;
}

#gnb > li{
    padding: 15px 0;
}

#gnb > li:not(:last-child){
    border-bottom: 1px solid rgba(255 255 255 / 20%);
}

#gnb li .tit{
    font-size: 1.5em;
    font-weight: 400;
    width: 300px;
}

#gnb li{
    display: flex;
    align-items: center;
}

#gnb .depth{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1;
}

#gnb .depth a{
    position: relative;
    font-size: 20px;
    opacity: 0.8;
    font-weight: 500;
}

#gnb .depth a:hover{
    opacity: 1;
    transition: 0.1s;
}

#gnb .depth a:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

#gnb .depth a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.site-map .arr.m{
    display: none;
}




/******* footer ********/
footer{
   background: #2a2e37;
   color: #FFF;
}
footer .top{
    line-height: 75px;
    border-bottom: 1px solid #42454d;
}

footer .top .in_link{
    display: inline-flex;
    gap: 0 30px;
}
footer .top .in_link a{
    color: #FFF;
    font-weight: 500;
}
footer .top .sns_link{
	display:inline-flex;
	gap:20px
}
footer .top .sns_link a img{
    width: 33px;
}
footer .bottom{
    padding: 60px 0 100px;
}
footer .bottom .s_nm{
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
}
footer .bottom .adr{
    width: 60%;
}
footer .bottom .adr_list{
    width: 340px;
}
footer .bottom .adr_list li{
    display: flex;
    align-items: center;
}
footer .bottom .adr_list li + li{
    margin-top: 5px;
}
footer .bottom .adr_list li .s_nm{
    width: 150px;
}
footer .bottom .adr_list li span{
    opacity: .5;
    font-size: 16px;
    white-space: nowrap;
}
footer .bottom .adr_list + .adr_list .s_nm{
    width: 1200px;
}
footer .bottom .tel_nb{
    font-size: 48px;
    line-height: 1;
    margin-bottom: 12px;
    white-space: nowrap;
}
footer .bottom [class^="btn_"]{
    /* display:block; */
    border-radius: 50px;
    border: 1px solid #585b66;
    width: auto;
    margin-bottom: 10px;
    color: #FFF;
    line-height: 53px;
    padding: 0 20px 0 32px;
    justify-content: space-between;
    align-items: center;
    max-width: 280px;
}
footer .bottom [class^="btn_"] img{
    display: inline-block;
    width: 26px;
}



/* ai chat */
#ai_chat_pop {
    transition: all .3s;
    position: fixed;
    background: #FFF;
    z-index: 10000001;
    width: 360px;
    bottom: 310px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border: 1px solid var(--line-color);
    height: 510px;
    opacity: 0;
    right: -400px;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    .head {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4px;
        .bar {
            width: 20%;
            background: lightgray;
            height: 4px;
            border-radius: 2px;
        }
    }
    .inner {
        position: relative;
        flex: 1;
        height: 100%;
        width: 100%;
        padding: 0 !important;
    }
    .hd__back {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 41px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

#ai_chat_pop.active{
    transition: all .3s;

    opacity: 1;
    right: 30px;
    visibility: visible;
}

/* step 1*/
#ai_chat_pop .service-list{
	margin-top: 3rem;
}
#ai_chat_pop .ai_header{
    padding: 20px 24px 0;
}
#ai_chat_pop h2.h2_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -.5px;
}
#ai_chat_pop .service-list li {
	font-size: 1.2857rem;
	font-weight: 600;
}
#ai_chat_pop .service-list li + li{
	margin-top: 2rem;
}
#ai_chat_pop .service-info img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
#ai_chat_pop .select-btn {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    width: 52px;
    line-height: 35px;
    box-sizing: border-box;
    padding: 0;
}
#ai_chat_pop  .pop_inner{
    padding: 20px 20px;
}
@media screen and (max-width: 1700px) {


}


@media screen and (max-width: 1540px) {

}




@media screen and (max-width: 1520px) {


    .site-map .lbox{
        padding: 100px 50px 100px 50px;
        text-align: center;
    }

    .gnb-wrap{
        padding-right: 50px;
    }


}
/*E:1520*/

@media screen and (max-width: 1440px) {
    header > .menu-box > ul > li > a{
        font-size: clamp(16px,1.2rem,22px);
    }
    header > .menu-box > ul{
        padding: 0 40px;
    }
    header .logo img{
        height: 40px;
    }
    header .logo{
        top: 15px;
    }

}

@media screen and (max-width: 1024px) {

	#Wrap header{
		height: 60px !important;
		border-radius: 0;
		left: 0;
		right: 0;
		top: 0;
	}
    header .logo img{
        height: 30px;
    }

    header > .menu-box > ul > li > a{
        padding: 20px 30px;
    }

    .header-hidden {
        top: 0 !important;
        transform: none;
    }


    .m_btn{
        display: block;
        top: 48%;
    }

    .gnb-btn,
    .site-map{
        display: none;
    }


	header .logo{
		position: absolute;
		top: 47%;
		transform: translateY(-50%);
		left: 30px;
		margin-top: 0;
	}

    header > .menu-box > ul{
        display: none;
    }

    .mobile-mn.on{
		display: block;
	}


    footer .top .cBox.n_1 img{
        width: 80%;
        max-width: inherit;
    }
    footer .top .cBox.n_1{
        width: 12%;
    }

    footer .top .cBox.n_2 dl dt {
        width: 100%;
    }
    footer .top .cBox.n_2 {
        width: 42%;
        padding-right: 25px;
    }
    footer .top .cBox.n_3 dl dd .day{
        margin-right: 25px;
    }
    footer .top .cBox.n_2 .info_top span{
        margin: 0;
    }
    footer .top .cBox.n_3 .day_info{
        padding: 15px;
    }
    footer .top .cBox.n_2 .info_top{
        white-space: nowrap;
    }
    footer .top .cBox.n_2 .info_map{
        width: 100%;
    }
    footer .top .cBox.n_3{
        width: auto;
        flex: 1;
        padding-left: 30px;
    }
	footer .top .cBox.n_2 .info_top a{
        padding:0 5px;
    }
    footer p.copy{
        word-break: break-all;
    }
    footer .bottom > .flexBox .flex1 .inflex{
        font-size: 15px;
    }
    footer .bottom > .flexBox .flex1{
          gap: 0 10px;
        flex-wrap: wrap;
    }

}
/*E:1280*/





@media screen and (max-width: 1024px) {
    footer .top .in_link{
    gap: 0 23px;
    width: 100%;
    justify-content: center;
}
	footer .top .in_link a{
		line-height:30px;
		text-align: center;
	}
    footer .top{
        padding: 25px 0;
        line-height: 30px;
        margin-left: 24px;
        margin-right: 24px;
    }
    footer .top .inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 15px;
    }
	footer .top .sns_link{
		gap: 0 20px;
		margin-bottom: 0px;
	}
    footer .top .cBox.n_1{
        width: 100%;
    }
    footer .top .cBox.n_1 img{
     max-width: 340px;
    }
    footer .top .cBox.n_2{
        width: 100%;
        padding: 20px 0;
    }

    footer .top .cBox.n_2 {
        width: 100% !important;
        border-top: 1px solid #e9e9e9;
        /* border-bottom: 1px solid #e9e9e9; */
        border-left: none;
        border-right: none;
        margin-top: 36px;
        padding: 16px 0px 0 0;
    }
    footer .top .cBox.n_2 .info_top{
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0;
    }
    footer .top .cBox.n_2 .info_top span{
        font-size: 15px;
        /* flex: 1; */
        padding: 0 6px;
    }
    footer .top .cBox.n_2 .info_top a{
        gap: 5px;
        font-size: 14px;
        line-height: 32px;
        padding: 0 10px;
    }

    footer .top .cBox.n_3 {
        padding: 20px 0 0;
        width: 100%;
    }

    footer .top .cBox.n_2 .time .depth_2 .ntc{
        width: 100%;
    }

    footer .top .cBox.n_3.sub1_4 .map_btn_area{
        width: 100%;
    }

    footer .top .cBox.n_3.sub1_4 .map_btn_area a{
        flex: 1;
    }

    footer .top .cBox.n_2 dl dt{
        width: 120px;
    }

    footer .bottom{
        padding: 20px 0;
    }
    footer .copy{
        font-size: 14px;
        font-weight: 300;
        margin-top: 20px;
        text-align: left;
        opacity: .8;
    }
   
 
    button.up {
        right: 10px;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 0;
        line-height: 1.5;
    }
    


    footer .top .cBox.n_2 dl dt {
        width: 100%;
        margin-bottom: 8px;
        margin-right: 0;
    }

    footer .bottom ul{
        justify-content: center;
    }

    footer .top .cBox.n_2 dl.call{
        width: 100%;
        border-bottom: 1px solid #5c5d66;
        padding-bottom: 20px;
        margin: 0;
    }

    footer.type_gray .top .cBox.n_2 dl.call{
        border-bottom: 1px solid #c4c7d3;
    }

    footer .top .cBox.n_2 dl.call dt{
        width: 100%;
        margin-right: 0;
    }

    footer .top .cBox.n_2 dl.call{
        text-align: center;
    }

    footer .top .cBox.n_2 dl.call dd {
        font-size: 30px;
        width: 100%;
    }

    footer .top .cBox.n_2 dl.time {
        text-align: center;
        margin-top: 20px;
        padding: 30px;
    }

    footer .top .cBox.n_2 .time .depth_2 dt{
        text-align: left;
        font-size: 16px;
        margin-bottom: 0 !important;
    }
    footer .top .cBox.n_3 dl dd .day{
        font-size: 16px;
    }
    footer .top .cBox.n_3 dl{
        gap: 5px;
    }
    footer .top .cBox.n_3 dl dd{
        font-size: 16px;
    }

    footer .bottom ul {
        gap: 0 20px;
    }
    footer .bottom > .flexBox .flex1{
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 4px 10px;
    }
    footer .bottom .adr_list + .adr_list .s_nm,
    footer .bottom .adr_list li .s_nm{
        width: 120px;
        font-size: 14px;
    }
    footer .bottom .adr_list li span{
        display: inline-block;
        flex: 1;
        font-size: 14px;

    }
    footer .bottom .tel_cont_box{
        display: flex;
        align-items: center;
        margin-top: 5px;
        border-bottom: 1px solid #42454d;
        margin-bottom: 20px;
    }
    footer .bottom .tel_cont_box .s_nm{
        width: 120px;
        font-size: 14px;
    }
    footer .bottom .tel_cont_box .tel_nb{
        flex: 1;
        font-size: 30px;
    }
    footer .bottom [class^="btn_"]{
        width: 49%;
        float: left;
        line-height: 40px;
        padding-left:20px ;
    }
    footer .bottom [class^="btn_"] + .flexBox{
        margin-left: 2%;
    }
    .quick_mn .flexBox .ico_kakao,
    .quick_mn .flexBox .tel,
    .quick_mn .quick_link,
    .quick_mn .btn_sroom{
        width: 60px;
        height: 60px;
        padding: 0;
        text-align: center;
        line-height: 1.2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .quick_mn .flexBox .tel img{
        opacity: 1;
    }
    .quick_mn .flexBox{
        width: 60px;
    }
    .quick_mn .quick_link::before{
        width: 30px;
        top: -20px;
    }
    .quick_mn .quick_link .mobVer{
        font-weight: 700;
        color: #fff !important;
    }
    .quick_mn .btn_sroom{
      position: relative;
    }
    .quick_mn .btn_sroom > div{
    font-size: 13px;
        color: #000 !important;
    }
    .quick_mn .flexBox .btn_sroom img{
        position: absolute;
        left: -5px;
        top: 0;
        height: 20px;

    }
    /* 견적문의 */
    #ai_chat_pop{
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        border-radius: 0;
        box-shadow: none;

    }

}
/*E:1024*/



@media screen and (max-width: 768px) {

    footer .top .cBox.n_2{
        margin-top: 20px;
    }
    footer .top .cBox.n_1{
        justify-content: center;
    }
    footer .top .cBox.n_2 .info_top{
        justify-content: center;
    }
    footer .top .cBox.n_3 dl{
        text-align: center;
    }
    footer .top .cBox.n_3 dl dd,
    .day_info .flexBox,
    footer .bottom > .flexBox .flex1{
        justify-content: center;
    }
    footer .copy{
        text-align: center;
    }
    footer .top .cBox.n_1 img{
        width: 50%;
    }
    
    footer .top .cBox.n_3 dl dd{
        text-align: left;
        word-break: keep-all;
    }


}
/*E:768*/


@media screen and (max-width: 640px) {

    header .logo img{
        /* width: 200px !important; */
    }




}
/*E:640*/

@media screen and (max-width: 375px) {

    footer a, footer p, footer dt, footer dd{
        font-size: 14px;
    }

}
/*E:375*/


