@charset "utf-8";

@import url("reset.css");
@import url("common.css");
@import url("font.css");
@import url("form.css");
@import url("ui.css");

/**************************************************************
	헤더 /풋터 / 서브 레이아웃 가이드
	변경하지 않는 기본 스타일시트 import
	작성일 : 2024.01.11 / 작성자 : ㈜넥스미디어
**************************************************************/

/*
    color variable
********************/
:root {

    /* gnb nav style */
    --header_bg: rgba(255,255,255,1);
    --header_bg_line:rgba(0,48,87,0.2);
    --depth1_txt:#09193e;
    --depth2_txt:#09193e;
    --depth1_hover_txt:#09193e;
    --depth2_hover_txt:#09193e;
    --depth1_hover_bg:#fff;
    --depth1_hover_round:0.3rem;
    --phone_txt:#09193e;

    /* mobile nav style */
    --mobile_menu_bg:#09193e;
    --mobile_depth1_txt:#fff;
    --mobile_depth2_txt:#fff;
    --hamburger_color:#09193e;

    /* location nav style */
    --location_nav_bg:rgba(0,0,0, .5);
    --location_nav_menubg: rgba(73,73,73,.6);
    --location_nav_menuhover: rgba(73,73,73,.8);

    /* footer style */
    --footer_bg:#001241;
    --footer_txt:rgba(255,255,255,1);
    --footer_copy:rgba(255,255,255,0.3);
    --footer_comment:rgba(255,255,255,1);
    --footer_link:rgba(255,255,255,.5);
    --footer_link_hover:rgba(255,255,255,1);
    --gotop_bg:rgba(201,219,237,1);
    --gotop_txt:rgba(0,0,0,1);

}

/*********************************************
    GNB (Global Navigation Bar)
*********************************************/
header.temp_header_skin1 {
    z-index: 101;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: 0.3s ease top;
    /* background: var(--header_bg); */
    /* border-bottom:1px solid var(--header_bg_line); */
}
header.temp_header_skin1::before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--header_bg_line);
    position: absolute;
    left: 0;
    right: 0;
    top: 108px;
    display: none;
}

header.temp_header_skin1 .header_con {background-color:transparent; zoom: 1; position: relative; text-align: left; z-index: 201; padding:0 60px;  display: flex; margin:0 auto; overflow: hidden;}
header.bgcolor.temp_header_skin1 .header_con, header.hover.temp_header_skin1 .header_con {background-color:#fff; border-bottom:1px solid var(--header_bg_line);}
header.bgcolor.active.temp_header_skin1 .header_con, header.hover.active.temp_header_skin1 .header_con {background-color:transparent; border-bottom:1px solid var(--header_bg_line);}
header.temp_header_skin1 .header_con h1 a { display: block; margin: 1.8rem 0; filter: brightness(0) invert(1);}
header.bgcolor.temp_header_skin1 .header_con h1 a, header.hover.temp_header_skin1 .header_con h1 a { filter: inherit;}
header.temp_header_skin1 .header_con .gnb { display: flex; flex-direction: row; justify-content: center; flex: 1; margin: 2.1rem 0 0 0 ; }
header.temp_header_skin1 .header_con .gnb_depth_1 {display: flex;}
header.temp_header_skin1 .header_con .gnb_depth_1 > li {position: relative; padding:0 20px;}
header.temp_header_skin1 .header_con .gnb_depth_1 > li:first-child::before {background:none;}
header.temp_header_skin1 .header_con .gnb_depth_1 > li > a {display: flex; color: #fff;font-size: 1.14rem; text-align: center; align-items: center; letter-spacing: 0.5px;     font-weight: 600;
    white-space: nowrap; font-family: 'SUIT';
}
header.bgcolor.temp_header_skin1 .header_con .gnb_depth_1 > li > a, header.hover.temp_header_skin1 .header_con .gnb_depth_1 > li > a {
    color: var(--depth1_txt)
}
/* header.temp_header_skin1 .header_con .gnb_depth_1 > li > a:after {
    content: ''; width: 100%; height: 2px; background-color: #09193e; position: absolute; bottom:0; display: block; opacity: 0; } */
header.temp_header_skin1 .header_con .gnb_depth_1 > li.on > a:after { opacity: 1; }
header.temp_header_skin1 .header_con .gnb_depth_1 > li > a.on:after { opacity: 1;}

header.temp_header_skin1 .header_con .gnb_depth_1>li>a strong { display: inline-block; position: relative; letter-spacing: -1px; padding: 0.6rem 1.3rem; border-radius:var(--depth1_hover_round);}
header.temp_header_skin1 .header_con .gnb_depth_1>li>a.on strong {background:var(--depth1_hover_bg); color: var(--depth1_hover_txt);}
header.temp_header_skin1 .header_con .gnb_depth_1>li.on>a strong {background:var(--depth1_hover_bg); color: var(--depth1_hover_txt);}
header.temp_header_skin1 .header_con .gnb_depth_2 { position:absolute; top: 80px; padding: 0 ; text-align: center; white-space: nowrap; display: none; z-index: 29; left: 0; right: 0;}
header.temp_header_skin1 .header_con .gnb_depth_2 ul {padding-bottom: 2rem;}
header.temp_header_skin1 .header_con .gnb_depth_2 li {text-align: center;}
header.temp_header_skin1 .header_con .gnb_depth_2 li a {display: inline-block; padding: 12px 0 8px; color:var(--depth2_txt); position: relative; white-space: nowrap;
    font-size: 1rem; font-weight: 400;}
header.temp_header_skin1 .header_con .gnb_depth_2 li a.current, header.temp_header_skin1 .header_con .gnb_depth_2 li a:hover {color: var(--depth2_hover_txt); font-weight: bold;}

header.temp_header_skin1 .header_con .header_util {margin: 1.3rem 0 1rem; display: flex; flex-direction: row; align-items: center; height: 70px; position: relative;}
header.temp_header_skin1 .header_con .header_util span.open {display:inline-block; padding:4px 0 ; font-size:20px; letter-spacing: -2px;  font-family: 'Montserrat'; font-weight: 600; border-radius: 50px; background-color: var(--depth1_hover_txt); color: #fff; text-align: center; padding: 5px 10px;}
/* header.temp_header_skin1 .header_con .header_util span.open {display:inline-block; padding:4px 0 ; font-size:20px; letter-spacing: -2px;  font-family: 'Montserrat'; font-weight: 600; border-radius: 50px; background-color: #fff; color:var(--depth1_hover_txt); text-align: center; padding: 5px 10px;} */
header.bgcolor.temp_header_skin1 .header_con .header_util span.open, header.hover.temp_header_skin1 .header_con .header_util span.open {background-color:var(--depth1_txt); color:var(--depth1_hover_bg);}
header.temp_header_skin1 .header_con .header_util span.phone_num {margin-left:1rem; font-size: 2rem; font-family: "Montserrat"; font-weight: 600; letter-spacing: 1px; transition: all .3s;}
header.temp_header_skin1 .header_con .header_util span.phone_num a {color:#fff; cursor:default; font-size: 1.75rem; letter-spacing: -1px;}
header.bgcolor.temp_header_skin1 .header_con .header_util span.phone_num a, header.hover.temp_header_skin1 .header_con .header_util span.phone_num a {color:var(--phone_txt);}
header.temp_header_skin1 .header_con .header_util img {vertical-align: middle;}
header.temp_header_skin1 .header_con .header_util .util_menu a {text-align:center;}
header.temp_header_skin1 .header_con .header_util .util_menu {
    display: inline-flex;
    padding-right: 0;
    margin-left: 1rem;
    display: none;
}
header.temp_header_skin1 .hamburger_icon {
    /* display: flex;
    flex-direction: column; */
    width: 26px;
    height: 22px;
    transition: all .3s;
    z-index: 99;
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: block;
}
header.temp_header_skin1 .hamburger_icon i { width: 100%; height: 2px; background-color: var(--hamburger_color); display: block;  transition: transform ease .3s;}
header.temp_header_skin1 .hamburger_icon i:nth-child(2){margin: 8px 0;}
header.temp_header_skin1.active .btn  {padding-top: 16px;}
header.temp_header_skin1.active .btn i {margin:-3px 0;}
header.temp_header_skin1.active .btn i:nth-child(1){transform:rotate(45deg);}
header.temp_header_skin1.active .btn i:nth-child(2){display:none;}
header.temp_header_skin1.active .btn i:nth-child(3){transform:rotate(-45deg);}
header.temp_header_skin1 .header_con h1 a .m-only {display: none;}

/* .header_con:after {
    content:'';
    position: absolute;
    width: 100%;
    background:#fff;
    z-index: 26;
    display: none;
    overflow: hidden;
    top:103px;
    left:0;
}
header.temp_header_skin1 .header_con {transition: all 0.2s ease;}
header.temp_header_skin1.hover .header_con:after {min-height:280px; height: 100%; display: block; } */

header.temp_header_skin1.nav-mo .header_con::before {
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 0;
    top: 116px;
    background: rgba(255,255,255,0);
    transition: all .3s ease;
    transition-delay: 0.4s;
}
header.temp_header_skin1.nav-mo.active .header_con::before {width: 100%; background: rgba(255,255,255,.5);  }

/* mobile */
header.temp_header_skin1.nav-mo .mobile_gnb > ul > li > ul{display:none;}
header.temp_header_skin1 .allmenu_con {
    overflow-y:auto;
    align-items:start;
    flex-direction: column;
    justify-content: space-between;
    background:var(--mobile_menu_bg);
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: 2;
    display: flex;
    transition: all ease .6s;
    padding:137px 7% 0;
}

header.temp_header_skin1 .mobile_gnb { width:100%; opacity:0; transition:opacity ease .3s;}
header.temp_header_skin1 .mobile_gnb > ul > li { position:relative; width:100%; margin:15px 0; overflow:hidden;  }
header.temp_header_skin1 .mobile_gnb > ul > li > a {font-size:2.4rem; font-weight:400; display:inline-block; color:var(--mobile_depth1_txt);  transition: transform ease .7s; padding-bottom: 0.5rem;}
header.temp_header_skin1 .mobile_gnb > ul > li > ul > li{margin-right:40px;}
header.temp_header_skin1 .mobile_gnb > ul > li > ul > li > a{color:var(--mobile_depth2_txt); position:relative; transition:all ease .3s; font-size: 1.4rem; padding: 0.3rem 0.7rem; display: block;}
header.temp_header_skin1.nav-mo.active .mobile_gnb {opacity: 1;}
header.temp_header_skin1.nav-mo.active .allmenu_con {right: 0;}
header.temp_header_skin1.nav-mo.active .mobile_gnb > ul > li > a {
    transform: translateY(0);
    transition-delay: .5s;
    opacity: 1;
}

header.temp_header_skin1.nav-mo.active .mobile_gnb_open .hamburger_icon i {background-color:#fff;}


@media screen and (max-width: 1600px) {
    header.temp_header_skin1::before {top:100px;}
    /* header.temp_header_skin1 .header_con .gnb_depth_1 > li {margin:0 20px;} */
    header.temp_header_skin1 .header_con {padding:0 30px;}
    header.temp_header_skin1 .header_con .header_util {text-align: center; margin-top: 20px;}
    header.temp_header_skin1 .header_con .header_util span {margin-left: 0;}
    header.temp_header_skin1 .header_con .header_util span.phone_num a {font-size:2rem;}
    header.temp_header_skin1 .header_con .header_util span.open {display: block; width:auto; font-size:17px;}
    header.temp_header_skin1 .header_con .header_util span.phone_num {display:block;  font-size:1.5rem; margin-left: 0;}
    header.temp_header_skin1 .header_con .header_util span.phone_num img {width:26px; display: none;}
    header.temp_header_skin1 .header_con .header_util .allmenu_btn_in {margin-left: 0;}

    header.temp_header_skin1 .header_con h1 a {width: 150px;}

}
@media screen and (max-width: 1024px) {
    header.temp_header_skin1::before {top:85px;}
    header.temp_header_skin1 .header_con {padding:0 1.5rem;}
    header.temp_header_skin1 .header_con h1 a {margin:1.5rem 0 1rem;}
    header.nav-mo.temp_header_skin1 .header_con h1 a {filter: none;}
    header.nav-mo.active.temp_header_skin1 .header_con h1 a {filter: brightness(0) invert(1);}
    .sub_wrap header.temp_header_skin1 .hamburger_icon i {background: #fff;}
    .sub_wrap header.nav-mo.temp_header_skin1.bgcolor .header_con h1 a {filter: none;}
    .sub_wrap header.temp_header_skin1.bgcolor .hamburger_icon i {background: var(--hamburger_color);}
    .sub_wrap header.nav-mo.temp_header_skin1 .header_con h1 a, .sub_wrap header.nav-mo.temp_header_skin1.active .header_con h1 a  {filter: brightness(0) invert(1);}
    header.temp_header_skin1 .header_con .gnb {display: none;}
    header.temp_header_skin1 .header_con .header_util {height: 60px;}
    header.temp_header_skin1 .header_con .header_util {display: flex; width:calc(100% - 150px); justify-content: flex-end;}
    header.temp_header_skin1 .header_con .header_util span.open {width:auto; height:40px; line-height:30px;}
    header.temp_header_skin1 .header_con .header_util .util_menu {display: flex; margin-top:6px; margin-left:1rem;}
    header.temp_header_skin1 .header_con .header_util span.phone_num {margin-left:1rem;}
    header.temp_header_skin1 .header_con .header_util span.phone_num a {cursor: pointer; }
    header.temp_header_skin1.nav-mo.active .header_con .header_util span.phone_num a {color:#001241;}
    header.temp_header_skin1.nav-mo .header_con::before {top:85px}
    .pc-only.mo_before {display: block;}
    .temp_header_skin1.nav-mo{position:fixed;}
}
@media screen and (max-width: 640px) {
    header.temp_header_skin1 .allmenu_con { padding:24vw 7% 0; }
    header.temp_header_skin1 .mobile_gnb > ul > li > a {font-size:5.5vw; font-family: "Noto Sans KR";}
    header.temp_header_skin1 .mobile_gnb > ul > li > ul > li > a {font-size: 4vw; }

}
@media screen and (max-width: 500px) {

    header.temp_header_skin1 .header_con h1 a {width:130px;}
    header.temp_header_skin1 .header_con h1 a img {width:100%}
    header.temp_header_skin1 .header_con .header_util {width:calc(100% - 130px)}
    header.temp_header_skin1.nav-mo .header_con::before {top: 79px;}
    header.temp_header_skin1 .header_con .header_util span.open {display: none;}
    header.temp_header_skin1 .header_con .header_util .util_menu {margin-left: 1rem;}
    header.temp_header_skin1 .header_con .header_util span.phone_num {display: flex; margin-left:0; margin-right:8px;}
    header.temp_header_skin1 .header_con .header_util span.phone_num a {font-size: 0; margin-top:3px;}
    header.temp_header_skin1 .header_con .header_util span.phone_num img {display: inline;}
    header.temp_header_skin1 .hamburger_icon i:nth-child(2) {margin: 6px 0;}
    header.temp_header_skin1 .header_con .header_util span.phone_num a::before {font-size: 1.6rem;}
    header.temp_header_skin1 .header_con .header_util .util_menu {margin-left: 0.5rem;}
    header.temp_header_skin1 .header_con .header_util {margin-top: 7px;}
}



/*********************************************
    브레드크럼 (Breadcrumbs) 네비게이션
    사용자의 현재위치 / 사이트 이동경로
*********************************************/
.page_location_nav {
    height: 4rem;
    text-align: center;
    position: absolute;
    z-index: 40;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: -4rem;
    background: rgba(0,18,65, .8);
}
.page_location_nav.topfix {position: fixed; top: 0; left: 0; right: 0;z-index: 90;}
.page_location_nav nav {font-size: 1rem; text-align: left; white-space: nowrap; position: relative; display: flex; max-width: 1100px; margin: 0 auto;}
.page_location_nav button {border: 0; background: transparent; outline: 0; font-size: 0;}
.page_location_nav .home {display: inline-block; width: 4rem; height: 4rem; overflow: hidden; position: relative;border-right: 1px solid rgba(255, 255, 255, 0.3);}
.page_location_nav .home a {display: flex; color:#fff; align-items: center; justify-content: center; height: 100%; font-size: 1.1rem; opacity: .5;}
.page_location_nav .path-item {position: relative; min-width: 250px;}
.page_location_nav .path-item dt {
    color: #fff;
    border-bottom: 0;
    border-top: 0;
    height: 4rem;
    line-height: 4rem;
    font-size: 1rem;
    border-right: 1px solid rgba(255,255,255,.3);
}
.page_location_nav nav span.open {margin-left: auto; align-items: center; display: flex;}

.page_location_nav .path-item.path_depth_1 dt {border-left: 0;}
.page_location_nav .path-item dt,
.page_location_nav .path-item li {padding: 0 1.1rem;}
.page_location_nav .path-item ul {position: absolute; left: 0; right: 0; margin-left:-1px;}
.page_location_nav .path-item ul li {line-height: 1.6; padding: 0; text-align: left;}
.page_location_nav .path-item dd {display: none; width: 100%;}
.page_location_nav .path-item li a {
    color: rgba(255,255,255,.7);
    display: block;
    position: relative;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-left: 1px solid rgba(255,255,255,.2);
    font-size: 0.92rem;
    background: var(--location_nav_menubg);
    transition: all .3s;
}
.page_location_nav .path-item li a:hover {
    background: var(--location_nav_menuhover);
    border-bottom: 1px solid rgba(255,255,255,0);
}
.page_location_nav .path-item.path_depth_1 ul {margin-left: 0;}
.page_location_nav .path-item.path_depth_1 li a {border-left: 0;}
.page_location_nav .path-item li.on a {color: rgba(255,255,255,1);}
.page_location_nav .path-item .btn-open,
.page_location_nav .path-item .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.page_location_nav .path-item .btn-open:after,
.page_location_nav .path-item .btn-close:after {
    content: "\e878";
    position: absolute;
    top: 1.4rem;
    right: 1rem;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1rem;
    color: #fff;
    font-family: 'Linearicons-Free';
    transition: all .3s cubic-bezier(.25, .46, .45, 1);
}

.page_location_nav .path-item .btn-close {display: none;}
.page_location_nav .path-item .btn-close:after {transform: rotate(180deg);}
.page_location_nav .path-item.active {z-index: 22;}
.page_location_nav .path-item.active .btn-open {display: none;}
.page_location_nav .path-item.active .btn-close {display: block;}

@media screen and (max-width: 1024px) {
    .page_location_nav {margin-top: -3.2rem; height: 3.2rem;}
    .page_location_nav .path-item dt {height: 3.2rem; line-height: 3.2rem;}
    .page_location_nav .home {height: 3.2rem; width: 3.2rem;}
    .page_location_nav .path-item .btn-open:after, .page_location_nav .path-item .btn-close:after {top: 1rem;}
    .page_location_nav .path-item li a {padding: 0.7rem 1rem;}
    .page_location_nav .path-item dt, .page_location_nav .path-item li {font-size: 0.87rem;}
}
@media screen and (max-width: 768px) {
    .page_location_nav .path-item {min-width: auto; flex: 1;}
    .page_location_nav .path-item:last-child dt {border-right: 0;}
}

/*********************************************
    서브비주얼
*********************************************/
.sub_top_visual {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    height: 400px;
    transition: all .3s;
}
.sub_top_visual .sub_top_bg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 17%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0) 100%);
    height: 300px;
    z-index: 12;
}
.sub_top_visual .sub_top_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 10;
    /* background: url(../img/main/main_visual2.jpg) no-repeat center center; */
    background-size: cover !important;
}
.sub_top_visual h2 {
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 2.4rem;
    color: #fff;
    z-index: 20;
    letter-spacing: 2px;
    padding-bottom: 4rem;
    padding-top: 117px;
}
.sub_top_visual h2 p {
    font-size: 20px;
    letter-spacing: -1px;
}
.sub_top_visual .sub_visual_title {color: #fff; position: relative; z-index: 20; text-align: center;}
.sub_top_visual .sub_visual_title strong {
    font-weight: 500;
}

#bgVisual_0 {background: url(../img/common/main_visual0.jpg) no-repeat center center;} /*사업안내*/
#bgVisual_1 {background: url(../img/common/main_visual1.jpg) no-repeat center center;} /*단지안내*/
#bgVisual_2 {background: url(../img/common/main_visual2.jpg) no-repeat center center;} /*세대안내*/
#bgVisual_3 {background: url(../img/common/main_visual3.jpg) no-repeat center center;} /*청약안내*/
#bgVisual_4 {background: url(../img/common/main_visual4.jpg) no-repeat center center;} /*분양안내*/
#bgVisual_5 {background: url(../img/common/main_visual5.jpg) no-repeat center center;} /*홍보센터*/
#bgVisual_6 {background: url(../img/common/main_visual6.png) no-repeat center center;} /*더샵갤러리*/
#bgVisual_7 {background: url(../img/common/main_visual7.jpg) no-repeat center center;} /*관심고객등록*/
@media screen and (max-width: 1024px) {
    .sub_top_visual {height: 300px;}
    .sub_top_visual h2 {padding: 0; font-size: 2rem;}

    #bgVisual_0 {background: url(../img/common/m_main_visual0.jpg) no-repeat center center;} /*사업안내*/
    #bgVisual_1 {background: url(../img/common/m_main_visual1.jpg) no-repeat center center;} /*단지안내*/
    #bgVisual_2 {background: url(../img/common/m_main_visual2.jpg) no-repeat center center;} /*세대안내*/
    #bgVisual_3 {background: url(../img/common/m_main_visual3.jpg) no-repeat center center;} /*청약안내*/
    #bgVisual_4 {background: url(../img/common/m_main_visual4.jpg) no-repeat center center;} /*분양안내*/
    #bgVisual_5 {background: url(../img/common/m_main_visual5.jpg) no-repeat center center;} /*홍보센터*/
    #bgVisual_6 {background: url(../img/common/main_visual6.png) no-repeat center center;} /*더샵갤러리*/
    #bgVisual_7 {background: url(../img/common/m_main_visual7.jpg) no-repeat center center;} /*관심고객등록*/

}




/*********************************************
    풋터
*********************************************/

footer {margin-top:-100px;background:var(--footer_bg); clear: both; padding: 0 4rem; position: relative; width: 100%; margin-top: 0;}
footer .footer_con { display: flex; justify-content: flex-start; flex-direction: row; padding:3rem 0;}
footer .footer_con .logo_sec {align-items: flex-start; display: flex; padding-right: 40px; padding-top: 10px;}
footer .footer_con .txt_sec {font-size:13px; padding-left:40px; border-left:1px solid rgba(255,255,255,0.2);}
footer .footer_con .txt_sec .summary {padding:5px 0 10px;}
footer .footer_con .txt_sec .summary p {padding: 2px 0; color:var(--footer_comment); font-weight: 100; font-size: 0.92rem; position: relative; padding-left: 1.2rem;}
footer .footer_con .txt_sec .summary p::before { content: "※"; position: absolute; left:0; }

footer .footer_con .txt_sec .cons_info {color:var(--footer_txt);}
footer .footer_con .txt_sec .cons_info p {padding: 3px 0;}
footer .footer_con .txt_sec .cons_info p span {display: inline-block; padding: 0 10px; position: relative;}
footer .footer_con .txt_sec .cons_info p span::before {content: ""; width: 1px; height: 11px; position: absolute; right: 0; top: 5px; background:rgba(255,255,255,.2);}
footer .footer_con .txt_sec .cons_info p span:last-child::before {background: none;}
footer .footer_con .txt_sec .cons_info p span:first-child {padding-left: 0;}
footer .footer_con .copyright {color:var(--footer_copy); font-family: "Roboto", sans-serif; text-transform: uppercase;}
footer .footer_con .link_sec {align-items: center; display: flex; flex-direction: column; justify-content: center; margin-left: auto;}
footer .footer_con .privacy_link {padding-bottom: 2rem;}
footer .footer_con .privacy_link a {
    display: inline-block;
    font-size: 1rem;
    color:var(--footer_link);
    display: inline-block;
    padding: 0 15px;
    position: relative;
    transition: all .2s;
}
footer .footer_con .privacy_link a:hover { color:var(--footer_link_hover);}
footer .footer_con .privacy_link a::before {
    content: "";
    width: 1px;
    height: 11px;
    position: absolute;
    right: -2px;
    top: 5px;
    background:rgba(255,255,255,.2);
}
footer .footer_con .privacy_link a:last-child::before {background: none;}

@media screen  and (max-width: 1024px) {
    .mob_bottom_banner {
        position: fixed;
        bottom: 0;
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        background: #0f245b;
        z-index: 90;
    }
    .mob_bottom_banner a {
        width: calc(100%/3);
        border-right: 1px solid #203367;
        padding: 3vw 0;
    }
    .mob_bottom_banner a:last-child {
        border-right: none;
    }
    .mob_bottom_banner div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mob_bottom_banner div img {
        width: 20%;
        margin-bottom: 6px;
    }
    .mob_bottom_banner div p {
        color: #fff;
        font-size: 3vw;
        text-align: center;
    }
    .mob_bottom_banner a:last-child div p {
        color: #fff;
        font-size: 3.333vw;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
    }
}

/*********************************************
    TOP 버튼
*********************************************/
.footer_privacy {
    position: absolute;
    right: 25px;
    top: 18px;
    z-index: 30;
    width: 180px;
}
.footer_privacy a {
    color: #fff;
    text-decoration: underline;
}
#goTop {position: absolute; right: 5rem; top:80px; z-index:30; width:200px;}
#goTop.on {position: fixed;}
#goTop.stop {position: absolute !important;}
a.privacy {font-family: "SUIT"; display:inline-block;   font-size:16px; color:#fff; letter-spacing: 0.1rem; border-bottom:1px solid #fff; padding: 0 0 2px 0; margin:0 0 12px 0;}
span.text {display:inline-block;  width:110px; border:1px solid #fff; text-align: center; color:#fff; padding:23px 0; vertical-align: top;}
a.top_moving {display:inline-block; color:#fff; font-size: 13px; color:#2a2a2a; background-color:#fff; width:80px; padding: 37px 0 25px; text-align: center;vertical-align:top;}
#goTop a i {display: block; font-size: 1rem;}


@media screen and (min-width: 1200px) and (max-width: 1460px) {
    #goTop {top:60px; right:0;}
    span.text {width:90px; padding:10px 0; font-size:15px;}
    a.privacy {font-size:14px;}
    a.top_moving {padding:16px 0 18px;}
    footer .footer_con .txt_sec {width:calc(100% - 300px)}
}

@media screen  and (max-width: 1200px) {
    footer {padding:0 2rem; margin-top:0;}
    #goTop {width:auto; right:2rem; top:40px;}
    footer .footer_con {display: block;}
    footer .footer_con .txt_sec {border-left:none; padding-left: 0; padding-top:1rem;}
    a.privacy {font-size:13px; margin-right:4px;}
    span.text, a.top_moving {width:auto; font-size:13px;}
    span.text {padding:5px;}
    a.top_moving {padding:10px 10px 9px;}

    .footer_privacy {
        position: absolute;
        right: 105px;
        top: 68px;
        z-index: 30;
        width: 180px;
    }      
}
@media screen  and (max-width: 640px) {
    #goTop {top:20px;}
    a.privacy {display: block; margin-right:0;}
    footer .footer_con .txt_sec {padding-top:2rem;}
    /* footer .footer_con .txt_sec .cons_info p {display: inline;} */
    footer .footer_con .txt_sec .cons_info p {font-size: 3.3vw;}
    footer .footer_con .txt_sec .cons_info p span {padding:0 8px;display: inline;}
    footer .footer_con .txt_sec .cons_info p span:last-child::before {left:0; right:auto; background:rgba(255, 255, 255, .2);}
    footer .footer_con .txt_sec .cons_info p span::before {top:2px;}
    footer .footer_con .txt_sec .cons_info p:nth-child(1) span:nth-child(3) {display: block; padding: 0;}
    footer .footer_con .txt_sec .cons_info p:nth-child(1) span:nth-child(3)::before {display: none;}
    footer .footer_con .txt_sec .cons_info p:nth-child(2) span:nth-child(1) {display: block; padding: 0;}
    footer .footer_con .txt_sec .cons_info p:nth-child(2) span:nth-child(1)::before {display: none;}
    footer .footer_con .txt_sec .cons_info p:nth-child(2) span:nth-child(2) {padding-left: 0;}

    .footer_privacy {
        position: absolute;
        right: 0;
        top: 77px;
        z-index: 30;
        width: 144px;
    }  
    .footer_privacy a {
        font-size: 13px;
    }

}

@media screen and (max-width: 1024px) {
    footer {padding-bottom: 15vw;}
    .sub_quick {display: none;}
}


/*****************************
서브 관심고객등록
******************************/
.sub_quick {position:fixed; right:0; top:400px;z-index: 1;}


/*****************************
gnb 달력
******************************/
.header_schedule {position: absolute; bottom: -275px; right: 50px; width: 310px;}
/* .header_schedule {position: absolute; bottom: -295px; right: 0; width: 310px;} */
.header_schedule > div {display: flex; flex-direction: row; border-radius: 15px; width: 100%; margin: 2px 0;}
.header_schedule > div div h5 {font-family: "Pretendard"; font-size: 16px; font-weight: 700; text-align: center;}
.header_schedule > div div p {font-family: "Pretendard"; font-size: 18px; font-weight: 600; color: #001241; text-align: center; letter-spacing: -1px;}
.header_schedule div div:nth-child(1) {width: 35%; padding: 10px 0; line-height: 29px;}
.header_schedule div div:nth-child(2) {width: 65%; border: 1px solid #c8c8c8; padding: 10px 0; box-sizing: content-box; border-left: none;}
.header_schedule > div:nth-child(1) div:nth-child(1) {background: #f9e9ce;}
.header_schedule > div:nth-child(1) div:nth-child(1) h5 {color: #da6b24;}
.header_schedule > div:nth-child(2) div:nth-child(1) {background: #cedfd5;}
.header_schedule > div:nth-child(2) div:nth-child(1) h5 {color: #338685;}
.header_schedule > div:nth-child(3) div:nth-child(1) {background: #d0e0f4;}
.header_schedule > div:nth-child(3) div:nth-child(1) h5 {color: #6291cd;}
.header_schedule > div:nth-child(4) div:nth-child(1) {background: #e9e4d7;}
.header_schedule > div:nth-child(4) div:nth-child(1) h5 {color: #74572f;}
.header_schedule > div:nth-child(5) div:nth-child(1) {background: #e7e2ef;}
.header_schedule > div:nth-child(5) div:nth-child(1) h5 {color: #6f4a90;}

@media screen and (max-width: 1024px) {
    .header_schedule {display: none;}
}


