
button:focus { outline: none; } 
.go_top2 { width: 6.4rem; height: 6.4rem; background: url(../img/go_top2.png)no-repeat center; background-color: rgba(000,000,000,0.68); background-size: 1.4rem auto; z-index: 500; border-radius: 50%; display: none; position: fixed; right: 2rem; bottom: 11rem; } 
.go_top2.show { display: block; } 
b { font-weight: 800; } 

/*노데이터*/
.no_data { display:flex; align-items: center; justify-content: center; flex-direction: column; color:var(--gray700); font-size: 1.6rem; } 


/*푸터*/
.ft { background-color: #222; padding: 6rem 0rem; } 
.ft .cont_wrap { display: flex; justify-content: space-between; } 
.ft_l { width: 100%; flex-shrink: 0; max-width: 65rem; } 
.ft_r_btn { display: flex; flex-wrap: wrap; margin-bottom: 1rem; } 
.ft_r_btn a { padding: 0.5rem 2rem 0.5rem 0rem; position: relative; white-space: nowrap; } 
.ft_r_btn a::before { content:''; width: 1px; height:7px; display: block; background-color: #909090; position: absolute; left: -1rem; top: 1rem; } 
.ft_r_btn a:first-child::before { display: none; } 

/*카카오맵*/
.root_daum_roughmap .wrap_controllers { display: none; } 
/* 초기 상태에서는 화살표 아래 아이콘을 보여줌 */
.collapse_ex .btn[aria-expanded="false"] .coll_arrow { transform: rotate(0deg); } 

 /* 펼쳐진 상태에서는 화살표 위 아이콘을 보여줌 */
.collapse_ex .btn[aria-expanded="true"] .coll_arrow { transform: rotate(180deg); } 

/* 초기 상태에서는 화살표 아래 아이콘을 보여줌 */
.collapse_ex .btn[aria-expanded="false"] img { transform: rotate(0deg); } 
 /* 펼쳐진 상태에서는 화살표 위 아이콘을 보여줌 */
.collapse_ex .btn[aria-expanded="true"] img { transform: rotate(180deg); } 

.collapse_ex { border-top: var(--gray300) 1px solid; } 
.collapse_ex .btn { color:#fff; width: 100%; display: flex; justify-content: space-between; padding: 2rem 1rem; border-bottom: var(--gray300) 1px solid; height: auto; } 
.collapse_ex .coll_hd { display: flex; margin-right: 2rem; } 
.collapse_ex .coll_cat { width: 130px; text-align:left; flex-shrink: 0; } 
.collapse_ex .collapse { } 
.collapse_ex .coll_alim { font-size: 1.8rem; align-items: center; width: 270px; margin-right:6rem; font-weight: 700; margin-bottom: 2rem; } 
.collapse_ex .text-gray2 { font-size: 1.4rem; text-align: right; margin-left: auto; } 
.collapse_ex .txt { padding: 2rem 1rem; color: var(--gray700); line-height: 130%; } 
.collapse_ex.st2 { margin-top: 4rem; } 


/*유튜브비율로 줄어들게*/
.videowrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; } 
.videowrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } 

.btn-outline-light { border-color: rgb(88 88 88); } 

/*틀*/
.cont_wrap { max-width: 1820px; width: 100%; padding-right: 10rem; padding-left: 10rem; margin-right: auto; margin-left: auto; } 
.container{padding-right: 10rem; padding-left: 10rem; max-width: 1300px;}
.cont-wrap.board_wp { max-width: 1130px; } 

/*검색*/
.search_wr { position: absolute; top: 8rem; left: 0; width: 100%; min-height: calc(100vh - 10rem); background: rgba(0, 0, 0, 0.8); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.3s ease; z-index: 999; } 

.search_wr.on { opacity: 1; visibility: visible; pointer-events: auto; } 
.search_wr .sch_box { background-color: var(--bg-dark); position:relative; padding: 4rem 2rem; z-index: 100; } 
.sch_ip { display: flex; width: 100%; max-width: 45rem; border-bottom: #fff 1px solid; } 
.search_wr .sch_close { position: absolute; right: 5rem; top:50%; transform: translateY(-50%); } 

/*셀렉트박스*****************/
.custom-sel { position: relative; width: 100%; border: 1px solid var(--gray200); background: #101010; } 
.custom-sel.open { } 
.select-trigger { width: 100%; height: var(--height); padding: 0 40px 0 16px; text-align: left; background: transparent; border: 0px; cursor: pointer; position: relative; color: #fff; } 

/* 화살표 */
.select-trigger::after { content: ''; position: absolute; top: 50%; right: 12px; width: 16px; height: 16px; background: url('../img/selectarrow.svg') no-repeat center / contain; transform: translateY(-50%); transition: transform 0.2s ease; } 
/* 열림 */
.custom-sel.open .select-trigger::after { transform: translateY(-50%) rotate(180deg); } 

.select-options { position: absolute; left: 0; right: 0; top: 100%; background: #101010; border: 1px solid var(--gray200); display: none; z-index: 10; max-height: 220px; /* 옵션 많을 때 */
 overflow-y: auto; /* 스크롤 */ border-radius: 0.8rem; } 
/* 열림 */
.custom-sel.open .select-options { display: block; } 
/* 옵션 */
.select-options li { padding: 10px 12px; cursor: pointer; } 
/* hover */
.select-options li:hover { background: var(--gray100); } 
/* 선택됨 */
.select-options li.is-selected { background: var(--primary); font-weight: 600; } 
/* 비활성 옵션 */
.select-options li.is-disabled { color: #aaa; cursor: not-allowed; } 
.select-options li.is-disabled:hover { background:#101010; } 

.custom-sel .select-options { position: absolute; top: 100%; left: 0; display: none; } 
.custom-sel.open .select-options { display: block; } 
/* 위로 열릴 때 */
.custom-sel.open-up .select-options { top: auto; bottom: 100%; } 


/*셀렉트박스 끝*****************/

 /* 탑버튼 */
.cookie .top_btn_wr { bottom: 20rem; } 
.top_btn_wr { position: fixed; bottom: 3rem; right: 2rem; z-index: 100; display: flex; flex-direction: column; align-items: flex-end; transition: all 0.4s ease-in-out; pointer-events: none; } 

.top_btn_wr .demo_btn_wr { position: relative; width: 6.4rem; height: 6.4rem; margin-top: 2rem; overflow: visible; } 
.top_btn_wr .demo_btn.on { line-height: 110%;; width: 6.4rem; height: 6.4rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: none; background: #B21F1F; position: absolute; top: 0; right: 0; color: #fff; font-size: 1.2rem; font-weight: 400; z-index: 2; transform-origin: right center; transition: opacity 0.32s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s ease; } 
.top_btn_wr .demo_btn { display: none; } 
.top_btn_wr .top_btn,
.top_btn_wr .demo_btn { pointer-events: auto; } 
.top_btn_wr .demo_btn_wr,
.top_btn_wr .demo_btn_hover { pointer-events: none; } 
.demo_btn_hover { position: absolute; top: 0; right: 0; display: flex; justify-content: flex-end; align-items: center; width: 28.3rem; height: 100%; padding: 0; border: 0; background: none; opacity: 0; pointer-events: none; transform: translateX(1.2rem) scaleX(0.9); transform-origin: right center; transition: opacity 0.28s ease, transform 0.46s cubic-bezier(0.22, 1, 0.36, 1); } 
.demo_btn_hover img { display: block; width: 100%; } 
.demo_btn.on:hover { opacity: 0; transform: scale(0.92); } 
.demo_btn.on:hover + .demo_btn_hover { opacity: 1; transform: translateX(0) scaleX(1); } 

 .btn2 { border:0px; background: none; margin: 0; padding: 0; } 

 /*이미지 텍스트*/
.ivy_txt1 { } /*폰트70*/ 
.ivy_txt2 { } /*폰트140*/ 
.ivy_txt3 { } /*폰트40*/
 
/*메인*/
.main_slide .swiper-pagination-bullet-active { border: #fff 1px solid !important; background-color: transparent; width: 25px; height: 25px; } 
.main_slide .swiper-pagination-bullet { position: relative; background-color: transparent; width: 25px; height: 25px; margin: 0px !important; opacity:1 } 
.main_slide .swiper-pagination-bullet::before { content: ''; position: absolute; width: 5px; height: 5px; background-color: #fff; border-radius: 10px; left:9px; top:9px } 
.main_slide2 { display: none; } 
.main_slide2 .swiper-pagination-bullet-active { border: #fff 1px solid !important; background-color: transparent; width: 25px; height: 25px; } 
.main_slide2 .swiper-pagination-bullet { position: relative; background-color: transparent; width: 25px; height: 25px; margin: 0px !important; opacity:1 } 
.main_slide2 .swiper-pagination-bullet::before { content: ''; position: absolute; width: 5px; height: 5px; background-color: #fff; border-radius: 10px; left:9px; top:9px } 
.main_slide .swiper-slide img { max-width: auto; width: 100%; } 

/*상품1*/
.item_box { position: relative; } 
.item_color { display: flex; gap: 0.6rem; margin-top: 2rem; } 
.item_color span { display: inline-block; width: 8px; height: 8px; border-radius: 1rem; border:rgba(255, 255, 255, 0.3) 0.5px solid; } 
.item_link { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; background-color:rgba(0, 0, 0, 0.1); } 
.item_box .item_txt { padding:2rem 1rem; } 
.item_box .tg { font-size: 1.3rem; color: var(--gray600); font-weight: 500; } 
.item_box .rect::before { content: ''; position: absolute; width: 100%; height: 100%; z-index: 1; } 
.item_box .like_btn { position: absolute; top:1rem; right: 0.8rem; z-index: 4; } 
.like_btn { width: 4rem; height: 4rem; background-image: url('../img/ico_heart_white_off.svg'); background-size: cover; } 
.like_btn.on { background-image: url('../img/ico_heart_white_on.svg') } 

/*상품2*/
.item_box.st2 { height: 100%; background-color: #fff; } 
.item_box.st2 .item_txt { padding:2rem 2rem; color: #111; } 
.item_box.st2 .tg { color: rgba(17, 17, 17, 0.80); } 

/*메인*/
.idx_collection { padding-top: 10rem; padding-bottom:10rem; } 
.idx_collection .tit_st1 { margin-bottom: 1rem; } 
.tabst1 { display: flex; flex-wrap: nowrap; gap: 2.4rem; margin-top: 2rem; margin-bottom: 2rem; } 
 .tabst1 .nav-link { font-size: 1.6rem; font-weight: 300; color: var(--gray600); border:0px; border-bottom: 2px solid var(--bg-dark); white-space: pre-line; background: none; white-space: nowrap; padding: 0rem 0rem 0.6rem 0rem; } 
 .tabst1 .nav-link.active { color:#fff; border-bottom-color: #fff; font-weight: 500; } 

/*메인>컬렉션 Curated Collection*/
.grid_coll { display: grid; grid-template-columns: 58% 1fr; gap: 2rem; width: 100%; } 
/* 큰 박스 */
.grid_coll .big_box { height: 100%; overflow: hidden; position: relative; } 
.grid_coll .big_box .txt { bottom: 10%; left:5%; position: absolute; z-index: 2; width: 80%; } 
.grid_coll .big_box img { width: 100%; height: 100%; object-fit: cover; display: block; object-position: left; } 
/* 오른쪽 4개 */
.grid_coll .small_wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;     align-items: start; } 
.grid_coll .small_wrap .w_box { background-color: #fff; } 
.grid_coll .item_color span { border:rgba(0, 0, 0, 0.1) 0.5px solid; } 
.grid_img { } 

/* 이미지 세로 940*896 이미지*/
.grid_img { width: 100%; position: relative; overflow: hidden; } 
.grid_img:after { content: ""; display: block; padding-bottom: calc(896/940* 100%); } 
.grid_img img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
 
/*공간 큐레이션 Curated Space*/
.idx_space { background: url('../img/idx_bg.jpg'); position: relative; padding-top: 12rem; padding-bottom: 9rem; background-size: cover;} 
.idx_space .space_img1 { position: absolute; z-index: 1; left:0rem; top:0rem } 
.idx_space .cont_wrap { z-index: 2; } 
 
 /* 숫자 네비 */
.slide_nav_numbers { position: absolute; bottom: 0px; right: 0; display: flex; gap: 18px; z-index: 10; } 
.slide_nav_numbers button { background: none; border: 0; color: rgba(255,255,255,.45); font-size: 1.8rem; cursor: pointer; padding: 0 0 4px; position: relative; transition: .3s; } 

.slide_nav_numbers button.active { color: #fff; } 

.slide_nav_numbers button.active::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #fff; } 

/* 슬라이드 */
.curatedSwiper { margin-top:3rem; } 
/* .curatedSwiper .swiper-slide img { width: 100%; height: 650px; object-fit: cover; display: block; } */

/* 화살표 */
.space_slide { position: relative; margin-bottom: 5rem; } 
.space_slide .swiper-button-prev,
.space_slide .swiper-button-next { color: #fff; width: 48px; height: 44px; } 

.space_slide .swiper-button-next:after, .space_slide .swiper-button-prev:after { display: none; } 
.space_slide .swiper-button-prev { left: -5%; width: auto; } 
.space_slide .swiper-button-next { right: -5%; width: auto } 

.arrow_btn { justify-content: flex-start; padding-right: 10rem; background-image: url('../img/arrow2.svg'); background-position-x:right 3rem; background-position-y:center; background-repeat: no-repeat; transition: all 0.3s ease; border-color: #fff; color:#fff } 
.arrow_btn:hover { background-image: url('../img/arrow2_dark.svg'); background-position-x:right 5rem; } 
/*갈색화살표*/
.arrow_btn2 { justify-content: flex-start; padding-right: 10rem; background-image: url('../img/arrow2_p.svg'); background-position-x:right 3rem; background-position-y:center; background-repeat: no-repeat; transition: all 0.3s ease; color: var(--primary); } 
.arrow_btn2:hover { background-image: url('../img/arrow2_dark.svg'); background-position-x:right 5rem; } 


.space_box { display: flex; color: #101010; } 
.space_box .box_l { position: relative; width: 70%; max-width: 1120px; } 
.space_box .space_tag { position: absolute; width: 6rem; height: 6rem; z-index: 2; background-image: url('../img/space_tag.svg'); background-repeat: no-repeat; background-size: cover; } 
.space_box .space_tag.on { background-image: url('../img/space_tag_on.svg'); } 
.space_box .space_boximg { width: 28rem; margin: 0 auto; padding: 0.5rem; } 

.space_box .box_r { width: 30%; flex:1 1 auto; background-color: #fff; position: relative; padding: 3% 3%; display: flex; flex-direction: column; justify-content: space-between; } 
.space_box .box_r .tag { color: var(--primary); font-size: 1.3rem; margin-bottom: 0.8rem; /*display: flex;*/ gap: 0.6rem; font-weight: 500; flex-wrap: wrap; text-align:center } 
.space_box .box_r .tit { font-size: 1.8rem; font-weight: 400; text-align:center } 
.space_box .box_r .un { color: #63492F; text-decoration: underline; padding: 1rem 2rem; } 

.idx_tit { font-size: 2.8rem; font-weight: 300; line-height: 130%; letter-spacing: -0.0.3rem; } 

/*메인>상품리스트*/
.idx_itm_tit { margin-bottom: 2rem; } 
.idx_itm { margin-top: 8rem; } /*메인상단여백*/
.btn_line { font-size: 1.5rem; text-decoration: underline; color:#fff; font-weight: 400; } 
 .itm_list { margin-left: -1rem; margin-right: -1rem; } 
 .itm_list li { padding-left: 1rem; padding-right: 1rem; margin-bottom: 2rem; } 

.tab_arrow .swiper-button-prev,
.tab_arrow .swiper-button-next { color: #fff; width: 48px; height: 44px; top:40% } 

.tab_arrow .swiper-button-next:after, .tab_arrow .swiper-button-prev:after { display: none; } 
.tab_arrow .swiper-button-prev { left: -5%; width: auto; } 
.tab_arrow .swiper-button-next { right: -5%; width: auto } 

/*쇼룸 예약 배너*/
.idx_exp { text-align: center; padding: 20rem 3rem; background: url('../img/idx_expimg.jpg') no-repeat center top; background-size: cover; margin-top: 7rem; } 

/*sns연동*/
.idx_sns { margin-top: 20rem; } 
.sns_wp { margin-top: 4rem; } 

/*서브타이틀*/
.tit_hd { font-size:1.5rem; padding: 8rem 0rem 7rem; text-align: center; } 
.itm_list_wp { border-top: var(--gray700) 1px solid; } 
.itm_list_wp .small_tit { padding: 1.8rem 0rem; font-size: 1.3rem; } 

/*로그인*/
.login_wp { margin: 15rem auto 0rem; width: 100%; padding: 0rem 3rem; max-width: 40rem; text-align: center; } 
.login_wp button { width: 100%; font-weight: 600; height: 5.4rem; } 
.login_wp .login_btn { margin-top:6rem; } 

/*프로모션 PROMOTION*/
.prom_banner { margin-bottom: 8rem; } 
.prom_banner img { max-width: auto; width: 100%; } 
/*상품리스트*/
.pro_grid { display: flex; gap: 7rem; } 
.pro_grid .pro_l { flex-shrink: 0; width: 34rem; } 
.pro_grid .pro_r { flex:1 1 auto; width: calc(100% - 70rem); } 
.pro_grid .filter_btn { display: none; } 
.pro_l .filter_tit { display: none; } 
.pro_filter .fil_tit { display: block;; padding: 2.5rem 1.5rem; border-top: #fff 1px solid; width: 100%; background-image: url('../img/ic_open.svg'); background-repeat: no-repeat; background-position-x: right 10px; background-position-y:center; border-bottom: var(--gray200) 1px solid; font-size: 2rem; font-weight: 600; } 
/* 초기 상태에서는 화살표 아래 아이콘을 보여줌 */
.pro_filter .fil_tit[aria-expanded="false"] { background-image: url('../img/ic_pluse.svg') } 
 /* 펼쳐진 상태에서는 화살표 위 아이콘을 보여줌 */
.pro_filter .fil_tit[aria-expanded="true"] { background-image: url('../img/ic_open.svg') } 
.pro_filter .fil_box { padding: 2.5rem 2rem; } 
.probtn_gr { flex-direction: column; width: 100%; } 
.probtn_gr .btn { color: var(--gray600); font-weight: 300; justify-content: flex-start; padding: 0rem; height: 4rem; } 
.probtn_gr .btn.active { color: #fff; font-weight: 700; } 
.pro_filter .fil_ck .checks { margin-bottom: 2rem; } 
.fil_ck .checks .ic_box { margin-right: 2rem; } 


/*상품상세*/
.itm_hd { display: flex; gap: 20%; margin-top: 5rem; margin-bottom: 5rem; } 
.itm_hd .itm_l { flex:1 1 auto; width: 50%; } 

.item_big2 .swiper-button-next, .item_big2 .swiper-button-prev { color: #fff; } 
.item_big2 .swiper-button-next:after, .item_big2 .swiper-button-prev:after { font-size: 25px; } 
/* .item_big2 .swiper-button-prev { left: auto; right: 30px; } 
.item_big2 .swiper-button-next { right: 0px; } */
.item_big2 .swiper-slide img { width: 100%; } 
.item_big { margin-top: 1rem; } 
.item_big .swiper-slide-thumb-active { border: 3px #E94F2D solid; } 
.item_big .swiper-slide { cursor: pointer; } 

.itm_hd .itm_r { flex-shrink: 0; width: 30%; } 
.itm_hd .itm_r .tit { font-size: 3.2rem; margin:3rem 0rem 3rem; line-height: 100%; } 
.itm_hd .itm_r .money { font-size: 1.8rem; font-weight: 500; } 
.like_bigbtn { justify-content: space-between; margin-top: 4rem; } 
.like_bigbtn .like { display: inline-block; width: 3.5rem; height: 3.5rem; background-image: url('../img/ico_heart_white_off2.svg'); background-size: cover; } 
.like_bigbtn.on .like { background-image: url('../img/ico_heart_white_on.svg') } 
 
.itm_body { border-top: var(--gray300) 1px solid; padding: 7rem 1rem; } 
.itm_similar { border-top: var(--gray300) 1px solid; padding-top: 5rem; } 

.prd_gallery { display: flex; gap: 20px; box-sizing: border-box; } 
.gallery_top { flex: 1; width: 100%; background: #272727; } 
.gallery_top .swiper-slide { display: flex; align-items: center; justify-content: center; } 
/* .gallery_top img { width: 100%; height: 100%; object-fit: contain; display: block; } */
/* 썸네일 */
.gallery_thumb { width: 90px; height: 500px; flex-shrink: 0; } 
.gallery_thumb .swiper-slide { width: 100%; height: 90px !important; opacity: 0.5; cursor: pointer; border: 2px solid transparent; box-sizing: border-box; } 
.gallery_thumb .swiper-slide-thumb-active { opacity: 1; border-color: #f4b18a; } 
.gallery_thumb img { width: 100%; height: 100%; object-fit: cover; display: block; } 

/*상품상세*/
.pro_color{ margin-bottom: 5rem;}
.pro_cr_li { display: flex;  column-gap: 3rem; row-gap: 0.4rem;  flex-wrap: wrap; } 
.pro_cr_li .color { display: inline-block; width: 30px; height: 30px;   border:rgba(255, 255, 255, 0.3) 0.5px solid; margin-right: 1rem; } 
.pro_cr_li li{display: flex; align-items: center;} 
.pro_tit{font-size: 1.8rem; margin-bottom: 1.5rem;}
.pro_info{ margin-bottom: 5rem;  font-size:1.5rem; color:#d9d9d9; font-weight:300; line-height: 1.7em;}
.pro_info p{line-height: 150%;}
.pro_size{ display: flex;   flex-wrap: wrap; column-gap: 10rem; row-gap: 2rem; }
.itm_body .pre-line{ white-space: pre-line; color: var(--gray700); line-height: 1.7em;}
.itm_body h2{font-size:3rem ; margin-bottom:1rem; color:#fff}
.itm_body h3{font-size:2.2rem; margin-bottom:1rem; color:#fff}
.itm_body h4{font-size:1.8rem; margin-bottom:1rem; color:#fff}

/*공간 큐레이션 Curated Space*/
.space_grid ul { display: flex; gap: 2rem; flex-wrap: wrap; } 
.space_grid a { height: 50rem; overflow: hidden; position: relative; width: 100%; display: block; } 
.space_grid a::before { content: ''; width: 100%; background-color: rgba(0, 0, 0, 0.1); height: 100%; position: absolute; left:0px; top:0px } 
.space_grid a img { width: 100%; height: 100%; object-fit: cover; } 
.space_grid a:hover::before { background-color: rgba(0, 0, 0, 0.5); } 
.space_grid .txt { position: absolute; z-index: 3; width: 100%; padding:0rem 4rem 3rem 4rem; bottom: 0rem; left:0rem; font-size: 2rem; } 
.space_grid .txt .tit { width: 80%; word-break: keep-all !important; line-height: 120%; letter-spacing: -0.03px; } 
.space_grid .txt .tag { display: flex; gap: 1rem; margin-top: 1rem; font-weight: 300; font-size: 1.4rem; white-space: nowrap; flex-wrap: wrap; row-gap: 0.1rem; opacity: 0.7; } 
.space_grid li { width: calc((100% - 4rem) / 3); } 
.space_grid li:nth-child(1), .space_grid li:nth-child(2), .space_grid li:nth-child(5n+1), .space_grid li:nth-child(5n+2) { width: calc((100% - 2rem) / 2) } 
.space_grid li:nth-child(1) .fs_24, .space_grid li:nth-child(2) .fs_24, .space_grid li:nth-child(5n+1) .fs_24, .space_grid li:nth-child(5n+2) .fs_24 { width: 60%; } 
/*상세*/
.space_wr { margin-top: 4rem; position: relative; } 
.space_wr .space_box { margin-top: -4rem; } 

/*컨설팅*/
.csl_bgst { background-image: url('../img/csl_bg.jpg'); background-repeat: no-repeat; background-size: contain; background-position-y:bottom; padding-bottom: 20rem; word-break: keep-all; } 
.csl_bgst .cst_tit { font-size: 3rem; font-weight: 300; margin-top: 1rem; } 
.csl_hd { padding: 34rem 2rem 30rem; text-align: center; background-image: url('../img/csl_img1.jpg'); background-size:cover; background-repeat: no-repeat; } 
.csl_con1 { margin-top: 14rem; } 
.csl_con2 { margin-top: 25rem; } 
.csl_con2 .mt-9 { margin-top: 9rem; } 
.csl_con3 { margin-top: 20rem; } 
.csl_con3 .row { margin-bottom: 10rem; } 
.csl_con3 .txt { display: flex; align-items: center; justify-content: center; } 
.csl_con3 .txt > div { width: 100%; max-width: 52rem; } 
.csl_con4 { text-align: center; margin-top: 13rem; } 
.csl_con4 .btn_g { display: flex; align-items: center; justify-content: center; gap: 0.5rem; flex-wrap: wrap; } 
.csl_con4 .btn_g .btn { width: 100%; max-width: 36.4rem; } 
/*컨설팅>예약*/
.rsv_wp { border-bottom:var(--gray200) 1px solid; padding-top: 3rem; padding-bottom: 10rem; margin-bottom: 10rem; } 

.rsv_wp .tit { display: flex; gap:4rem; margin-bottom: 5rem; font-size: 2rem; } 
.rsv_wp .tit a { padding-bottom: 0.5rem; opacity: 0.7; } 
.rsv_wp .tit .on { border-bottom: #fff 2px solid; font-weight: 600; opacity:1; } 
.rsv_wp .mapwp { margin-top: 5rem; } 
.rsv_wp .map_info { margin-top: 3rem; line-height: 140%; } 
.rsv_wp .map_info dl { margin-bottom: 2rem; display: flex; color:var(--gray700) } 
.rsv_wp .map_info dt { width: 14rem; flex-shrink: 0; color:#fff; } 

/*컨설팅>예약 달력*/
 .calendar { width: 100%; text-align: center; background-color: var(--gray100); margin-bottom: 4rem; } 
 .calendar-header { font-size: 2.2rem; font-weight: bold; display: flex; justify-content:center; align-items: center; padding: 2rem; background-color: var(--primary); justify-content: space-between; } 
 .calendar-header .arrow { width: 30px; height: 30px; /* line-height: 24px; */text-align: center; display: block; vertical-align: middle; display: flex; align-items: center; justify-content: center; } 
 .calendar table { width: 100%; border-collapse: collapse; } 
 .calendar thead { /* border-top: 1px solid #222; border-bottom: 1px solid #898989; */ } 
 .calendar th { padding: 14px 0; font-weight: normal; color: #fff; font-weight: 700; } 
 .calendar th:first-child { color: red; } 
 .calendar td { padding: 3px 0; } 
 /* 라디오 숨기기 */
 .calendar input[type="radio"] { display: none; } 
 .calendar input[type="radio"]:disabled + label { color: #bbbbb9; } 
 /* 날짜 스타일 */
 .calendar label { display: inline-block; width: 34px; height: 34px; line-height: 34px; border-radius: 50%; cursor: pointer; transition: 0.2s; } 
 /* 일요일 색상 */
 .calendar .sunday label, .calendar .saturday label { color: red!important; } 
 /* 선택 시 스타일 */
 .calendar input[type="radio"]:checked + label { background-color: var(--primary); color: white !important; font-weight: 600; } 
.calendar_date { display: flex; gap: 1rem; flex-wrap: wrap; } 
.btn-group-toggle.calendar_date .btn { margin-right: 0rem; width: calc((100% - 2rem) / 3); } 
.v_btn { width: 100%; max-width: 300px; } 
.btn-group-toggle .btn-outline-light:not(:disabled):not(.disabled).active { background-color: var(--primary); } 
.ip_wr+.ip_wr { margin-top: 3rem; } 

/*예약팝업*/
.respop_gd { background-color: #A95C37; padding:3.5rem 4rem; text-align: center; } 
.modal-body.rebody { padding:3rem 4rem; margin: 0rem; } 
.modal-body.rebody dl { display: flex; margin-bottom: 1.4rem; } 
.modal-body.rebody dt { width: 14rem; color: var(--gray600); flex-shrink: 0; font-weight: 400; } 

/*예약확인*/
.ani_point { position: relative; display: flex; width: 10px; height: 10px; margin-right: 0.5rem; } 
.ani_point .r1 { position: absolute; display: inline-flex; width: 100%; height: 100%; border-radius: 3.40282e38px; background-color: #fff; opacity: 0.75; } 
.ani_point .r2 { width: 10px; height: 10px; background-color: #fff; border-radius: 3.40282e38px; display: inline-flex; position: relative; } 
.animate-ping { animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite; } 
@keyframes ping { 75%,to { opacity:0; transform:scale(2) } 
 }
.rsv_process { margin-bottom: 1rem; font-size: 1.4rem; font-weight:400; margin-bottom: 2rem; } 
.rsv_process ul { display: flex; align-items: center; justify-content: center; gap: 0.8rem; } 
.rsv_process li { display: flex; align-items: center; } 

/*마이페이지*/
.myp_atb { width: 100%; margin-bottom: 5.5rem; } 
.myp_atb .btn-outline-light:not(:disabled):not(.disabled).active { background-color: var(--primary); border-color:var(--primary); } 
.myp_atb .btn { flex:1; height:7rem; font-size: 1.8rem; font-weight: 400; } 

/*쇼룸예약내역*/
.rsv_de { /*border-top: #fff 1px solid; border-bottom: var(--gray300) 1px solid; */ padding: 5rem 0rem; } 
.rsv_de .tit { font-size: 3.2rem; font-weight: 700; } 
.rsv_de .nav { gap: 3rem; margin-top: 4rem; } 
.rsv_de .nav-link { opacity: 0.5; padding-bottom: 0.6rem; color:#fff; font-size: 1.8rem; } 
.rsv_de .nav-link.active { opacity: 1; border-bottom: #fff 2px solid; font-weight: 700; } 
.rsv_de .rebox { background-color: var(--gray100); padding: 6rem 5rem 4rem; position: relative; } 
.rebox+.rebox { margin-top: 1rem; } 
.rsv_de .rebox .rebox_tag { position: absolute; left:0px; top:0px; padding: 0.8rem; width: 100px; display: inline-block; color:#fff; text-align: center; font-size: 1.5rem; background-color: var(--primary); font-weight: 500; } 
.rsv_de .rebox ul { display: flex; row-gap: 1rem; column-gap: 4.9rem; margin-top:2rem; flex-wrap: wrap; } 
.no_data2 .txt { position: absolute; width: 100%; height: 100%; text-align: center; transform: translateY(50%); top: 0; } 
.rebox.st2 .rebox_tag { background-color: #005734; } 
.rebox.st3 .rebox_tag { background-color:#fff; color: #101010; } 

/*마이페이지>나의정보*/
.mypage_wr { background-color: var(--gray100); padding: 10rem 10rem; } 
.mypage_dl { display: flex; } 
.mypage_dl dt { width: 11rem; flex-shrink: 0; color: var(--gray600); } 
.mypage_dl+.mypage_dl { margin-top: 1.6rem; } 

/*마이페이지>회원탈퇴*/
.withdraw_wp { margin-top: 14rem; text-align: center; } 
.withdraw_wp .withdraw_btn { margin-top: 5rem; width: 100%; display: flex; justify-content: center; gap: 1rem; padding: 0rem 3rem; flex-wrap: wrap; } 
.withdraw_wp .withdraw_btn .btn { max-width: 29rem; width: 100%; } 

/*커뮤니티>공지사항*/
.con_top { margin-top: 9rem; } 
.board_tit { display: flex; justify-content: space-between; margin-bottom: 2.8rem; align-items: center; } 
.board_tit .sch_ip { width: 100%; max-width: 40rem; } 

.border_list { border-top: var(--gray700) 1px solid; } 
.border_list a { display: block; } 
.border_list .board_box { padding: 3.4rem 2rem; display: flex; align-items: center; border-bottom: var(--border) 1px solid; } 
.border_list .bor_wrap { display: flex; } 
.board_box .bor_num { width:50px; text-align: center; margin-right:1rem; flex-shrink: 0; } 
.no_data { padding: 5rem 0rem; } 

.border_view { border-top: var(--gray700) 1px solid; border-bottom: var(--border) 1px solid; line-height: 150%; } 
.border_view .bd_tit { padding: 5rem 3rem; border-bottom: var(--border) 1px solid; } 
.border_view .bd { padding: 5rem 3rem; } 
/*게시판첨부파일 */
.at_down { margin-top: 5rem; } 
.at_down dd a { display: flex; margin-bottom: 0.5rem; padding: 2rem; border-radius: 1rem; background-color: var(--gray100); display: flex; align-items: center; word-break: break-all; } 
 


/*커뮤니티>faq 자주하는질문*/
/* faq */
.aaccordion { overflow-anchor: none; } 

 .faq_st { /* margin-top: 5rem; */border-top: var(--gray700) 1px solid; } 
.faq_st .accordion_tit { display: flex; justify-content: space-between; align-items: center; height: auto; vertical-align: middle; box-sizing: content-box; margin-top: 0; padding: 0rem; } 

.faq_st .card-header:hover { background-color: #fcfcfc; } 
.faq_st .faq_wrap { border-bottom:var(--border) 1px solid; } 
.faq_st .faq-header { /* background-color: #f5f5f5; *//* border-radius: 3rem; */padding: 3rem 4rem; } 

.faq_st .card-body { padding: 3rem 3.6rem 3rem 3rem; background-image: url(../images/faq_line.png); background-repeat: no-repeat; background-size: 0.4rem 100%; background-color: rgba(225, 225, 225, 0.2); line-height: 1.6; } 
.faq_st .faq_ico { margin-right: 2rem; flex-shrink: 0; } 
.faq_st .faq_tit { font-size: 1.5rem; font-weight: 500; } 
 .faq_st .faq-body { display: flex; padding: 3rem 4rem; line-height: 1.4; background-color: var(--gray100); } 
.faq_st .faq-body .faq_a { font-size: 3rem; font-weight: 700; color:#6C757D; margin-right: 2rem; } 

.faq_st .accordion_tit[aria-expanded="false"] .btn_accordion { transform:rotate(180deg); } 
.faq_st .accordion_tit[aria-expanded="true"] .btn_accordion { transform:rotate(0deg); } 
.faq_st .btn_accordion { flex-shrink: 0; margin-left: 2rem; } 

/*커뮤니티>개인정보취급방침*/
.priv_wp { } 
.policy_wrap { padding: 5rem 3rem; line-height: 145%; line-height: 1.7; color:var(--gray900) } 

.policy_wrap section { margin-top: 3rem; } 
.policy_wrap h3 { margin-bottom: 10px; font-size: 1.8rem; font-weight: 700; } 
.policy_wrap p { margin-bottom: 10px; } 
.policy_wrap ul { padding-left: 18px; list-style: disc; } 
.policy_wrap .date { margin-top: 10px; color: #777; font-size: 14px; } 
 



/*반응형 max 1660 */
@media (max-width: 1660px) { } 

/*반응형 max 1400 xl*/
@media (max-width: 1400px){
 .hd > .cont_wrap { padding-right: 5rem; padding-left: 5rem; } 
 
 .cont_wrap { } 


 /*공간큐레이션*/
 .space_box { } 
 .space_box .space_boximg { width: 16rem; } 
 }



/*반응형 max 1200 xl*/

@media (max-width: 1199.98px){
 .ft .cont_wrap { flex-wrap: wrap-reverse; } 

.tabst1 .nav-link { font-size: 1.5rem; } 

/*메인*/
.idx_collection { padding-top: 7rem; padding-bottom: 7rem; } 
.item_box.st2 .item_txt { padding: 1rem; } 
.item_color { margin-top: 0.6rem; } 
/*메인>공간큐레이션*/
.curatedSwiper { margin-top: 1.5rem; } 
.space_box .box_r .tit { font-size: 1.6rem;         min-height: 39px; } 
.idx_space .space_img1 { width: 6rem; } 
.idx_space { padding-top: 8rem; padding-bottom: 8rem; } 

.tab_arrow .swiper-button-prev img, .tab_arrow .swiper-button-next img { height:4rem; } 
.space_slide .swiper-button-prev img, .space_slide .swiper-button-next img { height:4rem; } 
.space_box .box_r .fw_500 { font-size: 1.4rem; } 
.slide_nav_numbers button { font-size: 1.2rem; } 
.space_slide .swiper-button-prev { left: -3%; width: auto; } 
.space_slide .swiper-button-next { right: -3%; width: auto } 
.tab_arrow .swiper-button-prev { left: -3%; width: auto; } 
.tab_arrow .swiper-button-next { right: -3%; width: auto } 

.idx_tit { font-size: 2.2rem; } 
.tabst1 li:last-child { padding-right: 2rem; } 
.tabst1 { margin-top: 1rem; margin-bottom: 1rem; gap: 1.4rem; } 
.idx_itm { margin-top: 5rem; } 
.item_box .tg { font-size: 1.2rem; } 
/*메인>쇼룸예약*/
.idx_exp { padding: 10rem 3rem; margin-top: 7rem; } 
/*메인>sns*/
.idx_sns { margin-top: 10rem; } 

/*상품페이지*/
.pro_grid { gap: 5rem; } 
.pro_grid .pro_l { width: 20rem; } 
.pro_grid .pro_r { width: calc(100% - 35rem); } 
.pro_filter .fil_tit { font-size: 1.7rem; background-size: 20px; } 
 
/*컨설팅*/
.csl_hd { padding: 12rem 2rem 16rem; } 
.csl_bgst .cst_tit { font-size: 2.2rem; } 
.csl_con1 { margin-top: 7rem; } 
.csl_con2 { margin-top: 15rem; } 
.csl_con2 .mt-9 { margin-top: 5rem; } 
.csl_con3 { margin-top: 10rem; } 

/*예약 RESERVATION*/
.rsv_wp { padding-bottom: 0rem; margin-bottom: 0rem; } 
.myp_atb .btn { height: 6rem; } 
.rsv_wp .col-12 { margin-bottom: 5rem; } 
 }





/*반응형 max 992px lg*/
@media (max-width: 991.98px){
 .cont_wrap { padding-right: 6rem; padding-left: 6rem; } 
 .container{padding-right: 6rem; padding-left: 6rem;}
 /*검색*/
.search_wr { top: 5rem;     min-height: calc(100vh - 5rem); } 

 /*공간큐레이션*/
 .space_box .box_r .tag { font-size: 1.2rem; } 
 .space_box { font-size: 1.3rem; } 
 .space_box .space_boximg { width: 8rem; } 
.space_box .box_r .un { padding-top: 0.5rem; } 
 .space_grid .txt { font-size: 2rem; } 
.space_grid .txt .tag { font-size: 1.3rem; } 


/*상품상세*/
.itm_hd { gap: 10%; } 
.prd_gallery { flex-direction: column; } 
.gallery_thumb { width: 100%; height: auto; } 
.gallery_thumb .swiper-wrapper { flex-direction: row !important; align-items: flex-start; } 
.gallery_thumb .swiper-slide { width: calc((100% - 0.5rem) / 5)!important; height: auto !important; } 
 
/*커뮤니티>자주하는 질문*/
.faq_st .faq-header{padding: 2rem 1rem;}
.faq_st .faq-body{padding: 2rem 1rem;}
}



/*반응형 max 767px md*/

@media (max-width: 767.98px){
 .ft { padding: 3rem 0rem; } 
 .hd > .cont_wrap { padding-right: 2rem; padding-left: 2rem; } 
 .cont_wrap { padding-right: 2rem; padding-left: 2rem; } 
 .container{padding-right: 2rem; padding-left: 2rem;}
.ft_r { border-bottom: var(--gray200) 1px solid; margin-bottom: 2rem; width: 100%; } 


/*검색*/
.search_wr .sch_box { padding: 1rem 2rem 2rem; } 
.search_wr .sch_close { right: 2rem; } 
.search_wr .sch_ip { max-width: 100%; margin-right: 5rem; } 
.search_wr .sch_close img { width: 3rem !important; } 
 
/*메인>*/
 .grid_coll { grid-template-columns: 1fr; } 
 .grid_coll .big_box { min-height: 300px; } 
 .grid_coll .small_wrap { grid-template-columns: repeat(2, 1fr); } 

.main_slide { display: none; } 
.main_slide2 { display: block; } 

/*메인>컬렉션*/
.idx_collection { } 
.tabst1 .nav-link { font-size: 1.3rem; border-bottom-width: 1px; } 
.grid_coll .big_box .txt p { font-size: 1.3rem; } 
.grid_coll .big_box .txt .tit_st3 { font-size: 1.5rem; } 
.grid_coll .small_wrap { gap: 1px; } 
.grid_coll { gap: 1px; } 
/*메인>공간*/
.idx_space .space_img1 { width: 3rem; } 
.idx_space { padding-top: 5rem; padding-bottom: 5rem; } 
 .slide_nav_numbers { gap: 10px; } 
.space_box { flex-direction: column; } 
.space_box .box_l { width: 100%; } 
.space_box .box_r { width: 100%; padding: 2.5rem 2rem; } 
.space_box .space_tag { width: 4rem; height: 4rem; } 
.space_box .space_boximg { width: 50%;  margin-top:1rem} 
.arrow_btn, .arrow_btn2 { text-align: left; line-height: 120%; } 

/*슬라이드*/
.space_slide { margin-bottom: 2rem; } 
.space_slide .swiper-button-prev img, .space_slide .swiper-button-next img { height: auto; width: 1.6rem; } 
.space_slide .swiper-button-prev { left:-1.9rem } 
.space_slide .swiper-button-next { right: -1.9rem; } 
.tab_arrow .swiper-button-prev img, .tab_arrow .swiper-button-next img { height: auto; width: 1.6rem; } 
.tab_arrow .swiper-button-prev { left:-1.9rem } 
.tab_arrow .swiper-button-next { right:-1.9rem } 


/*서브타이틀*/
.tit_hd { font-size: 1.3rem; padding: 3rem 0rem 3rem; } 
.itm_list_wp .small_tit { font-size: 1.2rem; padding: 1rem 0rem; } 
.tit_hd .tit_st2 { font-size: 1.8rem; } 
.tit_hd .mb-3 { margin-bottom: 0.1rem !important; font-size: 0.9em; } 

/*로그인*/
.login_wp { margin: 10rem auto 10rem; font-size: 1.3rem; } 
.login_wp h2 img { height:6rem; } 
.login_wp button { height: 5rem; } 
 
/*프로모션 PROMOTION*/
.prom_banner { margin-bottom: 3rem; } 



/*메인>상품*/
.idx_tit { font-size: 1.6rem; } 
.idx_itm_tit { margin-bottom: 1rem; } 
.item_box .item_txt { font-size: 1.3rem; padding: 1rem 0.4rem; } 
.idx_itm .btn_line { font-size: 1.2rem; } 
.itm_list { margin-left: -0.05rem; margin-right: -0.05rem; } 
.itm_list li { padding-left: 0.05rem; padding-right: 0.05rem; } 
.item_box .like_btn { top:0.3rem; right: 0.3rem; } 
.like_btn { width: 3rem; height: 3rem; } 

/*메인>쇼룸예약*/
.idx_exp { padding: 7rem 15%; margin-top: 5rem; } 
/*메인>sns*/
.idx_sns { margin-top: 6rem; } 
.idx_sns .fs_18 { font-size: 1.2rem !important; } 
.idx_sns .tit_st1 { font-size: 1.6rem; } 
.sns_wp { margin-top: 2rem; } 

.ft { font-size: 1.25rem; } 

.go_top2 { right: 1rem; width: 5.4rem; height: 5.4rem; bottom: 9rem; } 
.top_btn_wr { right: 1rem; bottom: 2rem; } 
.top_btn_wr .demo_btn.on { font-size: 1.1rem; width: 5.4rem; height: 5.4rem; } 
.top_btn_wr .demo_btn_wr { width: 5.4rem; height: 5.4rem; } 
.demo_btn_hover { width: 24.3rem; } 



/*상품페이지*/
/* .pro_grid .pro_l { display: none; } */
.pro_grid .filter_btn { display: inline-block; color: #fff; font-weight: 300; } 
/* .pro_grid .pro_l.on { position: fixed; display: block; top: 0px; left:0px; background-color: rgba(000, 000, 000, 0.7); z-index: 700; width: 100%; height: 100%; } */
.pro_l.on .filter_tit { display: flex; padding: 1.5rem 0.7rem 1.5rem 2rem; align-items: center; } 
/* .pro_l .pro_filter_wp { width: 28rem; background-color: #111; height: 100%; margin-left: auto; position: relative; overflow-y: scroll; transform: translateX(0); } */
 .pro_filter li { border-top: rgba(255, 255, 255, 0.2) 1px solid; } 
.pro_filter .fil_tit { border-top:0px; font-size: 1.5rem; padding:2rem 1.5rem 2rem; border-bottom: 0px; } 
 .pro_filter .fil_box { padding: 0.5rem 2rem; } 
.pro_grid .pro_l { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); z-index: 700; opacity: 0; visibility: hidden; transition: opacity .35s ease; } 

.pro_grid .pro_l.on { opacity: 1; visibility: visible; } 
.pro_l .pro_filter_wp { width: 28rem; background-color: #111; height: 100%; margin-left: auto; position: relative; overflow-y: scroll; transform: translateX(100%); transition: transform .4s ease; } 
.pro_l.on .pro_filter_wp { transform: translateX(0); } 

/*공간큐레이션*/
.space_grid ul { flex-direction: column; gap: 0.5rem; } 
.space_grid li { width: 100% !important; } 
.space_grid a { height: 40rem; } 
.space_grid .txt { font-size: 1.6rem; padding: 0rem 2rem 3rem 2rem; } 
.space_grid .txt .tag { font-size: 1.2rem; } 

/*상품상세*/
.itm_hd { flex-direction: column; gap: 4rem; margin-top: 2rem; margin-bottom: 3rem; } 
.itm_hd .itm_l { width: 100%; } 
.itm_hd .itm_r { width: 100%; } 
.prd_gallery { gap: 1rem; } 
/*상품상세 슬라이드*/
.itm_hd .itm_r { font-size: 1.4rem; } 
.itm_hd .itm_r .tit { font-size: 2rem; margin: 2rem 0rem 2rem; } 
.itm_hd .itm_r .b_logo { height: 1.2rem; }
.itm_similar{padding-top: 2rem;} 
.pro_tit{font-size: 1.6rem; margin-bottom: 1rem;}
.pro_cr_li .color{width: 20px; height: 20px;}


/*컨설팅*/
.collapse_ex .btn { font-size: 1.4rem; padding: 1.5rem 1rem; } 
.collapse_ex.st2 { margin-top: 2rem; } 
.itm_body { border-top: 0px;     padding: 2rem 1rem; } 
.csl_hd { padding: 17rem 2rem 16rem; } 
.csl_hd .fs_15 { font-size: 1.3rem !important; } 
.csl_bgst .cst_tit { font-size: 1.8rem; margin-top: 0.2rem; } 
.csl_con1 {gap: 0.2rem;}
.csl_con2 { margin-top: 10rem; } 
.csl_con2 .fs_16 { font-size: 1.3rem !important; } 
.csl_con2 .mt-9 { margin-top: 2rem; } 

.csl_con3 { margin-top: 10rem; } 
.csl_con3 .txt { margin-top: 3rem; } 
.csl_con3 .row { margin-bottom: 7rem; } 
.csl_con4 { margin-top: 6rem; } 
.csl_bgst { padding-bottom:14rem; } 

/*예약 RESERVATION*/
.myp_atb .btn { height: 4.6rem; font-size: 1.5rem; } 
.myp_atb { margin-bottom: 2rem; } 
.rsv_wp { padding-top: 2rem; } 
.rsv_wp .map_info { margin-top: 2rem; font-size: 1.2rem; } 
.rsv_wp .map_info dl { margin-bottom: 1rem; } 
.rsv_wp .map_info dt { width: 13rem; } 
.rsv_wp .mapwp { margin-top: 3rem; } 
.rsv_wp .col-12 { margin-bottom: 3rem; } 
.calendar-header { font-size: 1.5rem; padding: 1rem 1.5rem; } 
.calendar .p-4 { padding:1.5rem 0.5rem !important; } 
.root_daum_roughmap { height: 400px !important; } 
/*예약>팝업*/
.respop_gd { padding: 2.5rem 2rem; } 
.respop_gd .fs_16 { font-size: 1.3rem; } 
.respop_wr .modal-body.rebody { padding: 2.5rem 2rem; } 
 .respop_wr .tg800 { font-size: 0.9em; } 
.ip_wr+.ip_wr { margin-top: 2rem; } 

/*마이페이지*/
.myp_atb.st2 { flex-wrap: wrap; } 
.myp_atb.st2 .btn { width: 50%; flex: 1 1 auto; margin-right: -1px; } 
.myp_atb.st2 .btn { margin-bottom: -1px; } 
.btn-group.myp_atb.st2 > .btn:not(:first-child) { margin-left:0px } 
.rsv_de { padding-top: 3rem; padding-bottom: 0rem; } 
.rsv_de .nav {  margin-bottom: 2rem;  gap: 2rem; } 
.rsv_de .nav-link { font-size: 1.4rem; } 
.rsv_de .rebox .rebox_tag { font-size: 1.3rem; padding: 0.4rem; width: 80px;} 
.rsv_de .rebox {    padding: 4rem 2rem 2rem;  } 

/*나의정보*/
.mypage_wr{    padding: 4rem 2rem;}

/*커뮤니티>공지사항*/
.border_list .board_box{padding: 2.5rem 1rem;}
.board_box .bor_num{display: none;}
.border_view .bd_tit{padding: 3rem 1rem;}
.border_view .bd{padding: 3rem 1rem;}

/*커뮤니티>자주하는 질문*/
.faq_st .faq_ico img{ width: 3rem;}
.faq_st .faq_tit{font-size: 1.4rem;}
.faq_st .faq-header{padding: 1.5rem 1rem;}
.faq_st .faq_ico{margin-right: 1rem;}
.faq_st .btn_accordion img{ width: 1.6rem;}

/*약관*/
.policy_wrap{ padding: 2rem 1rem;}
}



/*반응형 max 576px sm*/

@media (max-width: 575.98px){
 .go_top2 { transform: translateX(0); } 
.ft_r_btn a::before { display: none; } 
 }



@media (max-width:390px) { } 

@media (max-width:350px) { } 
