@import url("main.css");
@import url("board.css");


@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* 초기 설정 */
* {
    font-family: Pretendard;
}
html {
    font-size: 10px;
    color: #000;
    --point-color: #006db4;
    --bg-color : #f2f5f7;
    word-break: keep-all;
}
.inner{
    width:1200px;
    margin-inline: auto;
    position:relative
}
.flx1 {
    display: flex;
    flex-flow: row wrap;
}
.flx2 {
    display: flex;
    flex-flow: column wrap;
}
.show-1200,
.show-1080,
.show-768 {
    display: none;
}
.mt-1 {
    margin-top: 1rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-3 {
    margin-top: 3rem;
}
b {font-weight: 700;}
img {
    max-width: 100%;
    object-fit: cover;
}
.text-center {
    text-align: center;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

@media (max-width:1200px) {
    html {
        font-size: 9px;
    }
    .inner {
        width: 100%;
        padding-inline: 4%;
    }
    .show-1200 {
        display: block;
    }
}
@media (max-width:1080px) {
    html {
        font-size: 8px;
    }
    .hide-1080 {
        display: none;
    }
    .show-1080 {
        display: block;
    }
}
@media (max-width:768px) {
    html {
        font-size: 7px;
    }
    .inner {
        padding-inline: 5%;
    }
    .hide-768 {
        display: none;
    }
    .show-768 {
        display: block;
    }
}

/* common */
.common_btn_next:before,.common_btn_prev.menu:before{
    display:none
}
 .common_btn_next,.common_btn_prev{
    cursor:pointer;
    width:4rem !important;
    height:4rem !Important
}
 .common_btn_prev{
    background:url(../img/common_btn_prev.png) center top no-repeat;
}
 .common_btn_next{
    background:url(../img/common_btn_next.png) center top no-repeat;
}
 .common_btn_prev:hover,.common_btn_next:hover{
    background-position:center -4rem;
}
 .common_arrow_btn .btn_prev2{
    background:url(../img/common_btn_prev2.png) center top no-repeat;
}
 .common_arrow_btn .btn_next2{
    background:url(../img/common_btn_next2.png) center top no-repeat;
}
 .common_arrow_btn .btn_prev2:hover,.common_arrow_btn .btn_next2:hover{
    background-position:center -4rem;
}
 .common_arrow_btn .swiper-button-prev:after,.common_arrow_btn .swiper-button-next:after{
    display:none;
}
 .section_btn_title{
    display:flex;
    justify-content:space-between;
    width:100%
}
 .section_btn_title .btn_more{
    color:#999;
    font-size:2.1rem
}
 .section_btn_title .btn_more:hover{
    color:#666
}
 .section_btn_title .btn_white{
    color:#fff;
    font-size:1.6rem
}
 .section_btn_title .btn_white:hover{
    color:#fff !important
}
 #wrap{
    width:100%;
    min-width:100%;
    margin:0 auto
}



/* 상단에 추가 */
.view_mode{
    position:fixed;
    top:0;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    padding:1rem 2rem;
    border-radius:0 0 1rem 1rem;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
    z-index:9999
}
 .view_mode a{
    display:inline-block;
    padding:.8rem 1.5rem;
    color:#666;
    font-size:1.4rem;
    transition:all 0.3s ease
}
 .view_mode a i{
    font-size:1.6rem;
    margin-right:0.5rem
}
 .view_mode a.on{
    color:#213C92;
    font-weight:500
}
 .view_mode a:hover{
    color:#213C92
}
 .view_mode a b{
    font-weight:400
}




/* header */
.header {
    width: 100%;
    position:fixed;
    top: 0;
    z-index:1000;
    text-align:center;
    display:flex;
    flex-flow: row wrap;
    justify-content: center;
    background: #fff;
}
.header .lang {
    justify-content: flex-end;
    gap: 3rem;
    padding-block: 2.2rem .5rem;
    transition: all 0.2s;
}
.header .lang li {
    font-size: max(12px,1.4rem);
    font-weight: 500;
    position: relative;
    color: #d0d0d0;
}
.header .lang li:first-child::before {
    content: "";
    position: absolute;
    top:50%;
    right: -1.5rem;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: #d0d0d0;
}
.header .lang li.active {
    color: var(--point-color);
}
.header.on .lang {
    height: 0;
    overflow: hidden;
    padding: 0;
}

.header .navi {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-block: 1rem;
}
.header .logo {
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    color: var(--point-color);
    gap: 1.5rem;
    letter-spacing: -0.03em;
}
.header .logo img  {
    width: 11.5rem;
    transform: translateY(-.5rem);
}
.header .logo p {
    text-align: left;
}
.header .logo p span {
    font-size: 0.6em;
    font-weight: 500;
    line-height: 1;
}
.header .logo p.logo_en {
    font-size: 0.75em;
    line-height: 1.2;
    letter-spacing: -0.05em;
}

.header .menu_wrap {
    width: calc(100% - 63rem);
}
.header:has(p.logo_en) .menu_wrap {
    width: calc(100% - 59rem);
}

.header .menu {
    display: flex;
    flex-flow: row wrap;
}
.header:has(p.logo_en) .menu {
    justify-content: center;
}
.header .menu > li {
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    width: 20%;
}
.header:has(p.logo_en) .menu > li {
    font-size: 1.7rem;
    letter-spacing: -0.03em;
    width: auto;
    padding-inline: 4%;
    margin-inline: 1px;
}

.header .menu > li > h2 > a {
    padding-bottom: 6rem;
}
.header .menu .depth-1 {
    position: absolute;
    width: 100%;
    top:calc(100% + 6rem);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.header:has(p.logo_en) .menu .depth-1 {
    left: 50%;
    transform: translateX(-50%);
}


.header .menu .depth-1 a {
    font-size: 1.6rem;
    display: block;
    padding-block: 0.75rem;
    font-weight: 400;
    transition: color 0.3s;
    word-break: auto-phrase;
}
.header:has(p.logo_en) .menu .depth-1 a {
    font-size: 14px;
}

.header .menu .open .depth-1 {
    visibility: visible;
    opacity: 1;
}
.header .menu > li > h2 > a:hover,
.header .menu > li:has(ul:hover) > h2 > a  {
    color: var(--point-color);
}
.header .menu .depth-1 a:hover {
    color: var(--point-color);
    /* font-weight: 500; */
}

.header .search_wrap_inner {
    gap: 1.5rem;
}
.header .search_wrap_inner input {
    width: 21rem;
    min-width: auto;
    height: 4rem;
    padding: 0.5rem 1.5rem;
    border:1px solid #d0d0d0;
    border-radius: 5rem;
    font-size: max(13px,1.4rem);
}
.header .search_wrap_inner button{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border:0;
    border-radius: 50%;
    background: var(--point-color);
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 0;
}
.header .mo-search-btn {
    display: none;
}
.header .btn_menu {
    display: none;
}
.header::after {
    content: "";
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    opacity: 0;
    transition: all 0.3s;
}
.header::before {
    content: "";
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: all 0.4s;
}
.header:has(.menu .open)::after,
.header.stm-hd::after  {
    opacity: 1;
}
.header:has(.menu .open)::before {
    height: 32rem;
}
body:has(p.logo_en) .header:has(.menu .open)::before {
    height: 34rem;
}

.header .btn_menu {
    position: relative;
    margin-left: 2rem;
    display: block;
    width: 5rem;
    height: 5rem;
    background: #333;
    border-radius: 50%;
    display: none;
    cursor: pointer;
}
.header .btn_menu .bar {
    position: absolute;
    display: block;
    width: 2.5rem;
    height:2px;
    background: #fff;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    transition: all 0.2s;
}
.header .btn_menu .bar:nth-of-type(1){
    top: calc(50% - .85rem);
}
.header .btn_menu .bar:nth-of-type(3){
    top: calc(50% + .85rem);
}
.header .on .btn_menu .bar{
    background:#fff
}

.btn_menu.map .bar:nth-child(1){
    top:50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}
 .btn_menu.map .bar:nth-child(2){
    opacity:0
}
 .btn_menu.map .bar:nth-child(3){
    top:50%;
    transform: translate(-50%,-50%) rotate(45deg);
}


/* 검색 팝업 */

#sitemap{
    display:none;
    position:fixed;
    top: 12rem;
    right:-100%;
    width:100%;
    height: calc(100% - 12rem);
    background: #fff;
    padding: 6rem 4%;
    z-index:99;
}
 #sitemap > ul{
    
}
 #sitemap > ul > li{
    width: 20%;
    text-align: center;
}
 #sitemap > ul > li h2{
    font-size:2.2rem;
    font-weight: 500;
}
 #sitemap > ul > li h3{
    font-size:2rem;
    padding-block: 1rem;
}
 #sitemap > ul > li > ul{
    margin:10px 0 0 0
}
 #sitemap > ul > li > ul > li > a{
    color:#666;
     font-size:16px;
     padding:7px 0;
     display:block;
}
 #sitemap > ul > li h3 > a:hover{
    color:#014099;
}
 #sitemap > ul > li > ul > li > a:hover{
    color:#014099;
}
 #sitemap .top_info{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:45px;
    overflow:hidden;
    z-index:10;
    text-align:left;
    padding:0 20px
}
 #sitemap .top_info a{
    display:inline-block;
    width:auto;
    height:45px;
    padding:0 20px;
    background:#f8f8f8;
    text-align:center;
    color:#666;
    line-height:43px;
    border:1px solid #ddd;
    margin-right:5px
}
 #sitemap .top_info a:first-child{
    margin-left:0
}
 #sitemap.open{
    display:block;
    right:0;
}

.header.on +  #sitemap {
    top: 7rem;
    height: calc(100% - 7rem);
}

@media (min-width:1201px) {
    #sitemap.open {
        display: none;
    }
}

@media (max-width:1200px) {
    .header {
        /* border-bottom: 1px solid #d0d0d0; */
    }
    .header .logo {
        font-size: 2.2rem;
    }
    .header .menu_wrap {
        display: none;
    }
    .header .search_wrap_inner {
        gap: 1rem;
    }
    .header .search_wrap_inner input {
        width: 25rem;
        height: 5rem;
    }
    .header .search_wrap_inner button {
        width: 5rem;
        height: 5rem;
    }
    .header .btn_menu {
        display: flex;
    }

}
@media (max-width:1080px) {
    .header .mo-search-btn {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        background: var(--point-color);
        color: #fff;
        cursor: pointer;
    }
    .header .mo-search-btn i:last-child {
        display: none;
    }
    .header .search_wrap_inner {
        position: absolute;
        top:100%;
        left: 0;
        width: 100%;
        height: 0;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        padding-inline: 4%;
        background: #dff2ff;
        transition: height 0.3s;
        overflow: hidden;
    }
    .header .search_wrap_inner input {
        width: calc(100% - 6rem);
    }
    .header.mo-search-open .search_wrap_inner {
        height: 8rem;
    } 
    .header.mo-search-open .mo-search-btn i {
        display: none;
    }
    .header.mo-search-open .mo-search-btn i:last-child {
        display: block;
    }
}
@media (max-width:768px) {
    .header .logo img {
        width: 10rem;
    }
    /* sitemap */
    #sitemap {
        padding: 4rem 0;
    }
    #sitemap ul>li {
        width:100%;
        border-bottom:1px solid #d0d0d0;
        text-align: left;
        
    }
    #sitemap h2 {
        position:relative;
        padding:15px 4%;
        font-size:16px;
        cursor:pointer;
    }
    #sitemap h2:after {
        content:'';
        position:absolute;
        right:4%;
        top:50%;
        width:10px;
        height:10px;
        border-right:1px solid #666;
        border-bottom:1px solid #666;
        transform:translateY(-50%) rotate(45deg);
        transition:transform 0.3s ease;
    }
    #sitemap h2.active:after {
        transform:translateY(-50%) rotate(-135deg);
    }
    #sitemap .depth-1 {
        display:none;
        margin: 0;
        padding:0;
        background:var(--bg-color);
    }
    #sitemap .depth-1 li:last-child {
        border-bottom: 0;
    }
    #sitemap .depth-1.show {
        display:block;
    }
    #sitemap .depth-1 a {
        display:block;
        padding:12px 4%;
        font-size:15px;
    }
    #sitemap .depth-1 a.on {
        background:var(--point-color);
        color: #fff
    }

}
@media (max-width:500px) {
    .header .logo {
        font-size: 2.1rem;
        gap: 0.5rem;
    }
    .header .logo img {
        width: 9rem;
    }
    .header .btn_menu {
        margin-left: 1rem;
    }
}

/* @media (max-width:1200px) {
    
}
@media (max-width:1080px) {
    
}
@media (max-width:768px) {
    
} */

/* 탑버튼 */
.top-btn {
    position: fixed;
    right: calc(50% - 600px - 10rem);
    width: 6.5rem;
    height: 6.5rem;
    line-height: 6.8rem;
    cursor: pointer;
    border: 2px solid var(--point_color);
    background: #dff2ff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 2rem;
    transition: all 0.2s ease;
    font-size: 3rem;
    color: var(--point-color);
    z-index: 98;
}

.top-btn:hover {
    background: var(--point-color);
    color: #fff;
}
@media (max-width: 1440px) {
    .top-btn {
        right: 4%;
    }
}
@media (max-width: 768px) {
    .top-btn {
        display: none;
    }
}
/* footer */
footer {
    background: #494949;
    color: #fff;
    font-size: max(13px,1.6rem);
    padding-block: 4.5rem 6rem;
}
footer .inner {
    align-items: center;
    justify-content: space-between;
    gap: 2rem 4rem;
    position: relative;
}
footer .admin {
    position: absolute;
    bottom:-2rem;
    right: 0;
    transform: translateY(100%);
    font-size: 0.8em;
    color: #969696;
}

footer .ft-logo {
    align-items: center;
    gap: 1.5rem;
    font-size: 1.125em;
    font-weight: 500;
}
footer .ft-logo.en {
    font-size: 0.9em;
}

footer .ft-logo img {
    width: 10rem;
}

footer .info {
    width: calc(100% - 58rem );
    gap: 1.3rem 1rem;
}
footer .info li:last-child {
    color: #969696;
}
footer .sns {
    gap: 2rem;
}
footer .sns a {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background: #666;
    /* padding-block: 1.5rem; */
    font-size: 3rem;
    
}
footer .sns img {
    max-height: 50%;
}

@media (max-width:1200px) {
    footer .admin {
        right: 4%;
    }
}
@media (max-width:1080px) {
    footer .info {
        order:3;
        width: min(800px,100%);
    }
}
@media (max-width:500px) {
    /* footer .sns {
        order:1;
        width: 100%;
    }
    footer .ft-logo {
        order:2;
    } */
}


/* #footer{width:100%;display:flex;border-top:1px solid #ddd;padding:15px 0 35px 0}
#footer h1{max-width:250px;margin:10px 70px 0 0}
#footer h1 img{width:100%}
#footer .foot_wrap{position:relative;width:100%}
#footer .footer_inner{width:1420px;margin:0 auto;display:flex}
#footer .foot_menu{width:100%;position:relative;display:flex;}
        .foot_menu li{display:flex;position:relative}		
		.foot_menu li a{font-size:15px;color:#676767;padding:5px 15px 0 0;margin-left:15px}
		.foot_menu li a:before{content:'';position:absolute;left:0px;top:10px;width:1px;height:15px;background:#ddd}
		.foot_menu li:first-child a:before{display:none}
		.foot_menu li:first-child a{margin:0}
		.foot_menu li a:hover{text-decoration:underline}
		.copyright{font-size:13px;font-weight:300;color:#222;width:100%;padding:12px 0 20px 0px}
		.copy{font-size:13px;font-weight:400;color:#555;letter-spacing:0;margin-top:10px}
		.copyright address{font-size:15px;line-height:23px}
	
		.foot_sns{position:absolute;top:0;right:0;display:flex;}
		.foot_sns a{width:35px;height:35px;transition:all ease .4s;border-radius:50%;vertical-align:middle;margin-left:4px;background-color:#fff;border:1px solid #ddd;background-repeat:no-repeat;background-position:center center}
	    .foot_sns a:first-child{background-image:url(../img/sns1.png);margin-left:0}
	    .foot_sns a:nth-child(2){background-image:url(../img/sns2.png)}
	    .foot_sns a:nth-child(3){background-image:url(../img/sns3.png)}
		.foot_sns a:nth-child(4){background-image:url(../img/sns4.png)}
		.foot_sns a:hover{background-color:#f8f8f8}

		.family_site{position:absolute;width:200px;top:50px;right:0;z-index:99}
		.family_btn{display:block;width:100%;height:45px;padding:0 12px;background:#7c8091;color:#fff;font-size:14px;text-align:left;cursor:pointer}
		.family_btn:after{content:'';position:absolute;right:20px;top:50%;width:8px;height:8px;border-right:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3;transform:translateY(-50%) rotate(45deg);transition:transform 0.3s}
		.family_btn.active:after{transform:translateY(-50%) rotate(-135deg)}
		.family_list{display:none;position:absolute;bottom:45px;left:0;width:100%;background:#585c6d;border:1px solid rgba(255,255,255,0.1);border-bottom:0}
		.family_list li{border-bottom:1px solid rgba(255,255,255,0.1)}
		.family_list li a{display:block;padding:10px 12px;color:#b5b8c5;font-size:13px;transition:all 0.3s}
		.family_list li a:hover{background:rgba(255,255,255,0.1);color:#fff} */

/* 메인팝업 */
/* .popup_wrap{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none}
.popup{position:absolute;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,0.2);overflow:hidden}
.popup_content{position:relative}
.popup_content img{display:block;width:100%;height:auto}
.popup_footer{display:flex;justify-content:space-between;align-items:center;padding:8px 20px;background:#f2f2f2;border-top:1px solid #eee}
.popup_today{font-size:14px;color:#666;background:none;border:0;cursor:pointer}
.popup_close{width:30px;height:30px;border:0;background:none;font-size:18px;color:#222;cursor:pointer;transition:all 0.3s ease}
.popup_close:hover{transform:rotate(90deg);color:#213C92} */

/* 퀵메뉴 */
.quick_menu{
    position:fixed;
    right:20px;
    top:50%;
    transform:translateY(-80%);
    z-index:100
}
 .quick_menu ul{
    background:#fff;
    box-shadow:0 0 15px rgba(0,0,0,0.1)
}
 .quick_menu li{
    position:relative;
    transition:all 0.3s ease;
}
 .quick_menu li:after{
    content:'';
    position:absolute;
    left:10px;
    right:10px;
    bottom:0;
    height:1px;
    background:#eee
}
 .quick_menu li:last-child:after{
    display:none
}
 .quick_menu li a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:75px;
    height:75px;
    padding:8px 0;
    color:#666;
    transition:all 0.3s ease;
    font-size:12px
}
 .quick_menu li i{
    font-size:18px;
    margin-bottom:3px
}
 .quick_menu li span{
    font-size:12px;
    letter-spacing:-0.03em
}
 .quick_menu li:hover a{
    color:#1d212c
}
 .quick_menu li .btn_top{
    background:#20232e;
    color:#fff;
    font-size:12px;
    height:50px
}
 .quick_menu li .btn_top i{
    margin-bottom:0
}
 .quick_menu li .btn_top:hover{
    color:#fff;
    background:#1d212c
}
 


/* responsive */

/***** mobile *****/
@media screen and (max-width:690px){

/* visual */
#visual{height:400px;}
.visualList video{height:100%;object-fit:cover;}
.visualList{height:400px;position:relative;}
.visualList .txtBox{max-width:100%;display:flex;padding:0px 30px;transform:translate(-50%,-50%);position:absolute;left:50%;top:50%;z-index:2;width:100%;max-width:1420px;opacity:1;}
.visualList .txtBox .txt1{font-size:30px;line-height:40px;letter-spacing:-1px;}
.visualList .txtBox .txt2{display:none;}
.swiper-horizontal>.swiper-pagination-bullets{bottom:25px!important;}
#visual .btn_prev,#visual .btn_next{display:none;}
#section_banner{padding:50px 20px;}
.visualList .imgBox{width:100%;height:100%;background-size:cover;background-position:center;}


/* footer */
#footer .footer_inner{width:100%;display:block;padding:0 20px}
#footer .foot_menu{flex-wrap:wrap}
.foot_menu li a{font-size:14px;line-height:20px}
		.foot_sns{position:static}
		.copyright address{font-size:14px;line-height:20px}
		.family_site{position:relative;top:10px}
#footer h1{margin-bottom:15px}
#footer h1 img{width:auto}


/* 메인팝업 */
.popup_wrap{display:flex;align-items:center;justify-content:center}
.popup{position:relative;width:90%!important;max-width:400px;margin:0 auto;transform:none!important;left:0!important;top:0!important}
.popup_content{width:100%!important}
.popup_footer{padding:12px 15px}
.popup_today{font-size:13px}
.popup_close{width:26px;height:26px;font-size:16px}


/* 퀵메뉴 */
.quick_menu{display:none}
}





	
/***** tablet *****/
@media screen and (min-width:691px) and (max-width:899px){
	/* visual */
	#visual{height:540px}
	.visualList video{height:100%;object-fit:cover;}
	.visualList .txtBox{max-width:100%;padding:0px 65px;transform:translate(-50%, -30%)}
	#visual .swiper-button-prev{left:10px !Important}
	#visual .swiper-button-next{right:10px!Important}
	.visualList .txtBox .txt1{font-size:42px;line-height:52px;letter-spacing:-1px}
	.visualList .txtBox .txt2 {max-width:90%}
	.visualList .txtBox .txt2 br{display:none}

	/* footer */
	#footer .footer_inner{width:100%;display:block;padding:0 20px}
	        .family_site{position:relative;top:0px}
	#footer h1{margin-bottom:15px}
	#footer h1 img{width:auto}

	/* 메인팝업 */
	.popup_wrap{display:flex;align-items:center;justify-content:center}
	.popup{position:relative;width:90%!important;max-width:400px;margin:0 auto;transform:none!important;left:0!important;top:0!important}
	.popup_content{width:100%!important}
	.popup_footer{padding:12px 15px}
	.popup_today{font-size:13px}
	.popup_close{width:26px;height:26px;font-size:16px}


	/* 퀵메뉴 */
	.quick_menu{display:none}
}

/***** Desktop Device *****/
@media screen and (min-width:900px) and (max-width:1599px) {

	/* visual */
	#visual{min-height:700px;height:100vh}
	.visualList video{height:100%;object-fit:cover;}
	.visualList .txtBox{max-width:100%;padding:0px 65px;transform:translate(-50%, -30%)}
	#visual .swiper-button-prev{left:10px !Important}
	#visual .swiper-button-next{right:10px!Important}
	
	/* footer */
	#footer{padding:15px 20px 35px 20px}
	#footer .footer_inner{width:100%}
	
}

/* 퀵메뉴 1640px 이하에서 숨김 */
@media screen and (max-width: 1640px) {
	.quick_menu{display:none !important}
}

/* sitemap이 열릴 때 family_site 숨기기 */
@media screen and (max-width: 1599px) {
	.family_site{display:none}
}


/* Swiper2 제품 중앙 정렬 */
.swiper2 {
  display: flex;
  justify-content: center;
}



/* 제품이 3개 이하일 때 중앙 정렬 강화 */
.swiper2.centered-slides .swiper-wrapper {
  justify-content: center !important;
  align-items: center;
}

