@media screen and (max-width: 1800px) {
  /* main ===== */
  .main_furniture_txt {
    padding-right: 5vw;
    padding-left: 12vw;
  }
  .f_img_left {
    left: calc(50% - 480px);
  }
  .main_furniture .swiper-pagination {
    padding-left: 12vw;
  }
  .main_furniture_txt .absol_index {
    left: 12vw;
  }

  /* product detail view ===== */
  #sit_ov {
    right: 20px;
  }
}

@media screen and (max-width: 1400px) {
  /* main ===== */
  .header .pc_nav > ul > li {
    margin: 0 20px;
  }

  .main_bn_index {
    font-size: 14px;
  }
  .main_bn_loading {
    height: 220px;
  }
  .main_btn_txt_wrap > .tit {
    font-size: 45px;
  }
  .main_btn_txt_wrap > .txt {
    font-size: 16px;
  }

  .main_search {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .main_search > form {
    max-width: 100%;
  }
  .select_tit {
    padding: 0 20px;
    position: relative;
  }
  .main_search .select_tit:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #eeeeee;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .select_tit i {
    width: 12px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .main_search_btn i {
    width: 14px;
    height: 15px;
    margin-right: 5px;
  }

  /* process */
  .main_sec {
    padding-top: 100px;
  }
  .main_sec_tit {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .main_process {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .main_process .swiper-slide > .left {
    font-size: 17px;
  }
  .main_process .main_sec_tit {
    font-size: 60px;
  }
  .main_process .swiper-slide > .left {
    padding-right: 50px;
  }

  .process_bottom_text .process_num {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .process_bottom_text {
    font-size: 18px;
  }
  .process_bottom {
    width: calc(50% - 50px);
  }

  /* main_furniture  */
  .main_furniture { 
	padding-top: 0;
  }

  .f_img_left {
    height: 600px;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
  .main_furniture_txt {
    margin-bottom: 0;
    height: 600px;
    width: 80%;
    padding: 250px 8vw 200px 25vw;
  }
  .main_furniture .swiper-pagination {
    top: 150px;
    width: 80%;
    padding-left: 25vw;
  }
  .main_furniture_txt .absol_index {
    display: none;
  }

  /* portpolio  */
  .main_portpolio .pp_right {
    padding: 125px 50px;
    margin-top: 0px;
  }

  /* SUBPAGE =====  */

  /* product ==== */
  /* top_banner */
  .top_banner {
    height: 300px;
    padding-top: 110px;
  }
  .sub_banner_tit {
    font-size: 35px;
  }
  .prd_cate_depth02 {
    margin: 0;
    padding: 15px 0;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .prd_cate_depth02 ul {
    max-width: 640px;
    position: relative;
  }
  /* 210615 수정 */
  .prd_cate_depth02 ul li {
    padding: 10px 0 25px;
    min-width: 100px;
    width: 90px;
  }
  .prd_cate_depth02 ul li a {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
  .prd_cate_depth02 ul li a i {
    margin: 0 auto 5px;
  }

  .prd_cate_bottom {
    display: block;
    height: auto;
    line-height: auto;
  }

  .prd_cate_depth03 {
    background: #f7f7f7;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .prd_cate_depth03 ul {
    justify-content: center;
  }
  .prd_cate_depth03 ul li a {
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    margin-right: 25px;
  }

  .prd_cate_bottom > .right {
    justify-content: space-between;
    padding: 10px 0;
  }
  .fake_select_s .fake_select_tit {
    padding: 0 30px 0 10px;
  }
  .fake_select_s .fake_select_tit i {
  }

  /* prd_list */
  .sct_10 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .sct_10 .sct_li {
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  .sct_10 .sct_li:nth-child(5n) {
    margin-right: 8px;
  }
  .sct_10 .sct_li:nth-child(2n) {
    margin-right: 0px;
  }

  .sct_10 .sct_ct_wrap {
    margin-top: 10px;
  }
  .sct_10 .sct_ct_wrap .sct_txt > a {
    font-size: 14px;
  }

  /* paging */
  .pg_wrap {
    margin: 50px 0 0;
    text-align: center;
  }
  .pg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pg_page,
  .pg_current,
  .qa_page {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    margin: 0px;
  }

  /* product detail view */
  #sit_pvi {
    width: calc(100% - 450px);
  }

  #sit_ov {
    right: 20px;
    padding: 100px 0 70px 20px;
    width: 450px;
  }
  #sit_ov.on {
    right: 0px;
  }
  #sit_ov #sct_location {
    margin-bottom: 20px;
  }
  #sit_title {
    font-size: 28px;
  }
  #sit_ov .sit_code {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #sit_ov .opt_color_btns {
    margin-bottom: 20px;
  }
  #sit_ov .opt_color_btns .opt_color_btn {
    padding: 14px 10px;
    font-size: 14px;
  }
  #sit_ov .opt_color_btn .color_cir {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  #sit_info {
    width: calc(100% - 450px);
  }

  #sit_rel h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  /* SUBPAGE =====  */

  /* order */
  .order_caution_box .order_caution_con .caution_list > li{
	width: 100%;
  }
  .form_div {
    display: block;
  }
  .form_div .form_input_wrap_half {
    width: 100%;
  }
  .dd_zip_wrap {
    width: 100%;
    max-width: 400px;
  }

  /* gallery */

  #gall_ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  #gall_ul li:not(.empty_list) {
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  #gall_ul li:not(.empty_list):nth-child(5n) {
    margin-right: 8px;
  }
  #gall_ul li:not(.empty_list):nth-child(2n) {
    margin-right: 0px;
  }
  #bo_gall .gall_text_href {
    margin-top: 10px;
  }
  #bo_gall .bo_tit {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  /* 메인 팝업 */
  .hd_pops {
    left: 50% !important;
    top: 70px !important;
    transform: translateX(-50%);
    position: fixed;
  }
  .hd_pops_con {
    width: 320px !important;
    height: auto !important;
  }

  /* main ===== */
  #container {
    /* padding-top: 70px; */
  }
  .header {
    padding: 20px 20px;
    /* background: #fff; */
    border-bottom: 0;
  }
  .pc_nav {
    display: none;
  }
  .header_mob {
    display: flex;
  }
  /*.header_pc {
        display: none;
    }*/

  .header .hd_logo,
  .header.on .hd_logo {
    height: 28px;
    width: 115px;
    background: url("/image/logo_color.png") no-repeat center;
    background-size: contain;
  }
  .right_icons button.hd_icon_search {
    display: none !important;
  }
  .right_icons button.hd_icon_cart {
    background: url("/image/icon_cart_blk.png") no-repeat center;
    background-size: contain;
    width: 23px;
    height: 20px;
  }
  .right_icons a.hd_icon_catalog {
    background: url("/image/icon_catalog.png") no-repeat center;
    background-size: contain;
    width: 23px;
    height: 19px;
  }
  .right_icons .mob_nav_open {
    background: url("/image/open_mob_menu.png") no-repeat center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px;
  }

  .mob_search {
    margin: 30px 0 60px;
  }
  .mob_search #hd_sch {
    border: 1px solid #eee;
  }

  .nav_mob {
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 100;
    transition: left 0.5s;
    padding: 70px 20px;
    overflow: auto;
    overflow-x: hidden;
  }
  .nav_mob .header {
    position: absolute;
    left: 0;
    top: 0;
  }
  .nav_menu {
  }
  .nav_menu > li {
    margin-bottom: 30px;
  }
  .nav_menu > li > a {
    font-size: 22px;
    font-family: "Mulish", sans-serif;
    color: #777;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
  }
  .nav_menu > li.hasDepth02 > a > i {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("/image/select_arr.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .nav_menu > li > a:hover {
    color: #222;
  }

  .nav_menu .depth02 {
    margin-top: 10px;
    display: none;
  }
  .nav_menu .depth02 li {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    font-family: "Mulish", sans-serif;
    color: #777;
  }
  .nav_menu .depth02 li a {
    padding: 0 15px;
    display: block;
  }

  .nav_menu > li.hasDepth02.on > a:hover {
    color: #222;
  }
  .nav_menu .hasDepth02.on .depth02 {
    display: block;
  }
  .nav_menu .hasDepth02.on a > i {
    transform: translateY(-50%) rotate(-180deg);
  }

  .nav_mob.on {
    left: 0;
  }
  .mob_nav_open.on {
    background: url("/image/icon_close.png") no-repeat center;
    background-size: contain;
  }

  /* main banner */
  .main_bn_left {
    left: 105px;
    top: 132px;
  }
  .main_bn_index {
    font-size: 14px;
  }
  .main_bn_index span {
    display: inline-block;
    margin: 0 5px;
  }
  .main_bn_loading {
    display: none;
  }

  .main_btn_txt_wrap {
    top: 180px;
    left: 15px;
  }
  .main_btn_txt_wrap > .tit {
    font-size: 38px;
  }

  .main_btn_txt_wrap > .txt {
    display: none;
  }
  .main_bn_arr {
    left: 20px;
    top: 140px;
  }
  .main_bn_arr button {
    width: 21px;
    height: 11px;
  }

  .main_search {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
  .select_tit {
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    padding: 0 15px;
    position: relative;
  }
  .main_search .select_tit:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #eeeeee;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .select_tit i {
    width: 12px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .main_search_btn {
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    padding: 0 15px;
  }
  .main_search_btn i {
    width: 14px;
    height: 15px;
    margin-right: 5px;
  }

  .main_search .fake_select:last-of-type .select_tit:after {
    display: none;
  }

  /* footer */
  footer {
    text-align: center;
  }
  .ft_top {
    display: inline-block;
  }
  .ft_top a {
    margin-right: 20px;
    display: inline-block;
  }
  .ft_info {
    display: inline-block;
  }
  .ft_info dl {
    display: inline-block;
  }
  .ft_info dl:after {
    display: inline-block;
  }
  .ft_info dl dt {
    display: inline-block;
  }
  .ft_info dl dd {
    display: inline-block;
  }

  /* process */

  .main_sec {
    padding-top: 100px;
  }
  .main_sec_tit {
    font-size: 42px;
    margin-bottom: 25px;
  }
  .main_sec_txt {
    font-size: 16px;
    line-height: 1.6em;
    word-break: keep-all;
  }
  .main_process {
    overflow: hidden;
  }
  .main_process .swiper-container {
  }
  .main_process .swiper-slide > .left,
  .main_process .swiper-slide > .right {
    width: 100%;
  }
  .main_process .swiper-slide > .left {
    padding: 0;
    position: static;
    min-height: auto;
  } /**/
  .main_process .main_sec_tit {
    font-size: 42px;
    margin-bottom: 25px;
  }

  .main_process .swiper-slide > .right {
    margin-top: 25px;
    box-sizing: content-box;
    padding-bottom: 200px;
    min-height: auto;
  } /**/
  .main_process .swiper-slide > .right img {
    position: static;
    transform: translate(0, 0);
    width: 100%;
    height: auto;
  }
  .process_bottom_text {
    bottom: 90px;
    font-size: 16px;
    width: calc(100% - 50px);
  }
  .process_bottom_text .process_num {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .process_bottom {
    width: 100%;
    bottom: 25px;
  }
  .process_slider_controler {
    bottom: 70px;
  }
  .process_slider_controler .swiper-container-horizontal > .swiper-pagination-bullets,
  .process_slider_controler .swiper-pagination-custom,
  .process_slider_controler .swiper-pagination-fraction {
    display: none;
  }

  /* .progress_blet_wrap.on .progress_blet { width: 20px; height: 20px; } */

  /* main_furniture  */
  .main_furniture { 
	padding-top: 0;
  }
  .main_furniture .swiper-slide {
    padding-bottom: 0;
    width: 100%;
    padding: 200px 0px 0px;
    background: #e0e7e7;
    display: block;
  }
  .main_furniture .swiper-slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: -1;
  }
  .main_furniture_txt {
    padding: 0 20px;
    width: 100%;
    height: auto;
  }

  .f_img_right {
    display: none;
  }
  .f_img_left {
    position: static;
    margin-top: 50px;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    max-width: 900px;
    transform: translateX(0);
  }

  .main_furniture .swiper-pagination {
    padding-left: 0;
    top: 120px;
    left: 20px;
    right: auto;
    width: calc(100% - 20px);
  }
  .main_furniture .swiper-pagination-bullet {
    font-size: 15px;
    padding-bottom: 12px;
  }

  .main_furniture_btns .btn_view_more {
    font-size: 15px;
    width: 150px;
    height: 50px;
    line-height: 50px;
  }
  .main_furniture_btns .swiper-button-next,
  .main_furniture_btns .swiper-button-prev {
    width: 21px;
    height: 11px;
  }

  /* product category */

  .main_product_cate {
    margin-bottom: 70px;
    position: relative;
  }
  .main_product_cate .main_sec_tit_wrap {
    position: static;
    margin-bottom: 80px;
  }
  .main_product_cate .swiper-container {
    padding: 0 20px;
  }
  .main_product_cate .swiper-slide {
    width: 250px;
  }
  .main_product_cate .prd_cate_cir {
    width: 150px;
    height: 150px;
    left: 10px;
  }
  .main_product_cate .prd_cate_cir .cate_ko {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .main_product_cate .prd_cate_cir .cate_en {
    font-size: 16px;
  }
  .main_product_cate .prd_cate_cir i {
    display: block;
    width: 21px;
    height: 11px;
    margin: 10px auto 0;
  }
  .main_product_cate_arrs {
    top: auto;
    bottom: 220px;
    right: 20px;
  }
  .main_product_cate .swiper-button-next {
    margin-left: 22px;
  }
  .main_product_cate .swiper-container-horizontal > .swiper-scrollbar {
    margin: 20px 0 0;
  }

  /* portppolio */
  .main_sec.main_portpolio {
    display: block;
    padding-top: 0;
  }
  .main_portpolio > div {
    width: 100%;
  }
  .main_portpolio .pp_right .main_sec_tit {
    margin-bottom: 25px;
  }
  .main_portpolio .pp_left {
    display: none;
  }
  .main_portpolio .pp_right {
    margin-top: 0;
    padding: 70px 20px;
  }

  /* floating  button */
  .fixed_btns {
    width: 50px;
  }
  .btn_catalog {
    display: none;
    font-size: 14px;
    height: 80px;
    padding-top: 15px;
  }
  .btn_catalog i {
    margin: 0 auto 8px;
  }
  .btn_top {
    font-size: 14px;
    line-height: 1;
    height: 50px;
    line-height: 50px;
  }
  .btn_top i {
    display: block;
    width: 17px;
    height: 18px;
    background: url("/image/btn_top.png") no-repeat center;
    background-size: contain;
    margin: 0 auto;
  }
  .btn_top .txt {
    display: none;
  }

  /* button */
  .btn_h55 {
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 15px;
  }
  .btn_white i {
    right: 15px;
  }
  .btn_white_border {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
  }
  .btn_white_border i {
    right: 15px;
  }

  .pp_btns .n_btn {
    width: calc(50% - 5px);
    max-width: 200px;
  }

  /* cart */
  .hd_cart {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .hd_cart_cont {
    height: calc(100vh - 160px);
    padding: 10px 10px 20px 20px;
  }

  .hd_cart_tit {
    /* min-height: 60px; */
  }
  .hd_cart_box_top li {
    font-size: 14px;
  }

  .hd_cart_box_top .prd_tit {
    font-size: 17px;
  }
  .grey_textarea_wrap {
    padding: 15px;
  }
  .grey_textarea_wrap .gt_tit {
    padding-bottom: 5px;
  }
  .grey_textarea_wrap textarea {
    font-size: 14px;
  }
  .hd_cart_bottom {
    padding: 20px;
  }
  .hd_cart_bottom .btn_cart_order {
    height: 60px;
    line-height: 60px;
  }

  /* product detail view =====*/
  #sit_ov_wrap {
    display: block;
  }
  #sit_pvi {
    padding: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  #sit_ov {
    width: 100%;
    padding: 30px 0 35px;
    display: block;
    height: auto;
    position: static;
    top: auto;
    bottom: auto;
  }
  #sit_ov.on {
    position: static;
    top: auto;
    bottom: auto;
  }
  #sit_ov:after {
    position: absolute;
    bottom: 0;
  }

  #sit_ov #sct_location {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 30px;
  }
  #sit_title {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  #sit_ov .sit_code {
    font-size: 15px;
    margin-bottom: 20px;
  }

  #sit_ov .opt_color_btns {
    padding: 20px 15px 15px;
    margin-bottom: 15px;
  }
  #sit_ov .opt_color_selected {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #sit_ov .opt_color_btns .opt_color_btn {
    font-size: 14px;
    padding: 14px 10px;
  }
  #sit_ov .opt_color_btn .color_cir {
    width: 15px;
    height: 15px;
  }
  #sit_ov .opt_color_btns input[type="radio"]:checked + .opt_color_btn {
  }

  #sit_desc {
    margin-bottom: 10px;
  }
  #sit_ov .prd_info_list dl {
    line-height: 1.7em;
  }

  #sit_ov_btn {
    margin-top: 25px;
  }
  #sit_ov_btn button {
    height: 60px;
    line-height: 60px;
  }

  #sit_info {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 35px 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  /* SUBPAGE =====  */
  .top_banner {
    height: 300px;
    padding: 80px 20px 0;
    background-image: url("/image/top_banner_prd_mob.png");
  }
  .top_banner.top_banner_order {
    background-image: url("/image/top_banner_order_mob.png");
  }
  .top_banner.top_banner_portfolio {
    background-image: url("/image/top_banner_portfolio_mob.png");
  }
  .top_banner.top_banner_board {
    background-image: url("/image/top_banner_board_mob.png");
  }
  .top_banner.top_banner_brand {
    background-image: url("/image/top_banner_brand_mob.png");
  }

  #sct_location > div:after {
    margin: 0 10px;
  }

  /* order */

  .form_bg_white {
    padding: 30px;
  }

  .basic_input {
    padding: 0 15px;
  }
  .basic_textarea {
    padding: 15px;
    height: 200px;
  }

  .form_fake_select {
    font-size: 14px;
  }
  .form_fake_select_tit {
    padding: 0 15px;
  }
  .form_fake_select_tit i {
    right: 15px;
  }
  .form_fake_select_option a {
    padding: 0 15px;
  }

  .btn_order {
    max-width: 500px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }

  /* board list ===== */

  #bo_list .td_num2 {
    width: 98px;
    text-align: center;
  }
  #bo_list .td_datetime {
    width: 98px;
    text-align: left;
    width: 160px;
    position: relative;
  }
  #bo_list .td_datetime:after {
    content: "";
    display: block;
    width: 11px;
    height: 17px;
    background-image: url("/image/board_arr.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 35px;
    top: 34px;
  }

  #bo_list {
    margin: 0;
  }

  /* board write */

  #bo_w .bo_w_link label {
    position: static;
  }
  #bo_w .bo_w_link .frm_input {
    padding: 0 0 0 10px;
  }

  #bo_w .bo_w_flie .lb_icon {
    display: block;
    width: 100%;
    position: static;
  }
  #bo_w .bo_w_flie .frm_file {
    display: block;
    width: 100%;
    padding: 0 0 0 10px;
  }
  #bo_w .bo_w_flie .file_del {
    display: inline-block;
    width: auto;
    padding: 0 30px 0 10px;
  }
  #bo_w .bo_w_flie .file_del input[type="checkbox"] {
    bottom: 3px;
  }

  /* brand ===== */
  .about_wrap {
    padding-top: 70px;
  }
  .brand_sec {
    padding-top: 110px;
  }
  .brand_txt_wrap {
    display: block;
    margin-bottom: 30px;
  }
  .brand_txt_wrap .brand_txt_big {
    width: 100%;
    margin-bottom: 20px;
  }
  .brand_txt_big p {
    font-size: 32px;
    line-height: 1.6;
  }
  .brand_txt_big p.quotation_mark {
	padding-left: 18px;
  }
  .brand_txt_wrap .brand_txt {
    width: 100%;
  }

  .brand_txt p.brand_tit {
    font-size: 18px;
  }
  .brand_txt p {
    font-size: 16px;
  }

  .brand_img {
    width: 100%;
    height: 500px;
    text-align: center;
  }
  .brand_img_01 {
    background: url("/image/brand_bg01_mob.png") no-repeat center;
    background-size: cover;
  }
  .brand_img_02 {
    background: url("/image/brand_bg02_mob.png") no-repeat center;
    background-size: cover;
    padding-top: 70px;
  }

  .brand_img > img.brand_inner_img_01 {
    max-width: 270px;
  }
  .brand_img > img.brand_inner_img_02 {
    max-width: 160px;
    margin-top: -200px;
    margin-left: 24px;
  }
  .brand_inner_img_pc {
    display: none;
  }
  .brand_inner_img_mob {
    display: block;
  }

  .brand_absol_img01 {
    position: absolute;
    width: auto;
    height: 245px;
    left: -60px;
    bottom: -35px;
  }
  .brand_absol_img02 {
    position: absolute;
    width: auto;
    height: 220px;
    right: -140px;
    bottom: -50px;
  }

  /* contact ====== */
  .contact_wrap {
    display: block;
  }
  .contact_wrap > div {
    width: 100%;
  }
  .contact_info {
    padding: 30px 0 0;
    justify-content: flex-end;
  }

  .contact_info dl dt.con_t {
    font-size: 23px;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
  }
  .contact_info dl dt.con_t span {
    font-weight: 500;
    color: #708a8b;
    letter-spacing: -0.5px;
  }

  /* loading ===== */
  .loading_img {
    width: 180px;
    height: 60px;
    margin-left: -90px;
  }
}

@media screen and (max-width: 650px) {
  /* fixed product all button  */
  .prd_cate_depth02only_prd ul {
    padding-left: 80px;
  }
  .top_banner + .inner_1800 {
    position: relative;
  }
  .prd_cate_all_mob {
    display: block;
    min-width: 80px;
    width: 80px;
    position: absolute;
    left: -20px;
    top: 25px;
    z-index: 10;
    background: #fff;
  }
  .prd_cate_all_mob a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    width: 80px;
    height: 80px;
    font-size: 14px;
    text-align: center;
  }
  .prd_cate_all_mob a i {
    margin: 0 auto 5px;
    display: block;
    width: 40px;
    height: 30px;
    margin: 0 auto 10px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 0;
    background-image: url("/image/prd_cate_off.png");
    transition: background-image 0.3s;
  }
  .prd_cate_depth02.only_prd ul li:nth-of-type(1) {
    opacity: 0;
  }

  .prd_cate_all_mob.on a {
    background-color: #708a8b;
    color: #fff;
    box-shadow: 0 20px 30px rgb(90 81 74 / 30%);
  }
  .prd_cate_all_mob.on a i {
    background-image: url(/image/prd_cate_on.png);
  }
}

@media screen and (max-width: 560px) {
  /* common ===== */
  #container {
    padding-bottom: 85px;
  }

  /* main  ===== */

  /* main banner */
  .main_banner_pc {
    display: none;
  }
  .main_banner_mob {
    display: block;
  }
  #main_bn .main_img {
    height: 680px;
  }

  .main_btn_txt_wrap > .tit {
    font-size: 32px;
  }
  .main_btn_txt_wrap > .txt {
    display: none;
  }

  /* process */
  .main_sec {
    padding-top: 60px;
  }
  .main_sec_tit {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .main_sec_txt {
    font-size: 15px;
  }

  .main_process .main_sec_tit {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .main_process .swiper-slide > .right {
    margin-top: 25px;
    padding-bottom: 120px;
  }

  .process_bottom_text {
    bottom: 40px;
    font-size: 16px;
    width: calc(100% - 50px);
  }
  .process_slider_controler {
    bottom: 30px;
  }

  /* main_furniture  */
  .main_furniture {
	padding-top:0;
  }
  .main_furniture .swiper-slide {
    padding-bottom: 0;
    width: 100%;
    padding: 120px 0px 0px;
    background: #e0e7e7;
    display: block;
  }
  .main_furniture .swiper-slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .main_furniture_txt {
    padding: 0 20px;
    width: 100%;
  }
  .main_furniture_btns {
    margin-top: 20px;
  }

  .f_img_left {
    position: static;
    margin-top: 50px;
    display: block;
    width: 120%;
    max-width: 120%;
    height: auto;
    max-height: unset;
  }
  .f_img_left.f_img_left_steel {
    display: none;
  }
  .f_img_left.f_img_mob {
    display: block;
    margin-left: -13%;
  }
  .main_furniture .swiper-pagination {
    padding-left: 0;
    top: 65px;
    left: 20px;
    right: auto;
    width: calc(100% - 20px);
  }

  /* product category */
  .main_product_cate .main_sec_tit_wrap {
    position: static;
    margin-bottom: 50px;
  }
  .main_product_cate .swiper-slide {
    width: 190px;
  }
  .main_product_cate .prd_cate_cir {
    width: 120px;
    height: 120px;
  }

  .main_product_cate_arrs {
    top: auto;
    bottom: 180px;
    right: 20px;
  }

  /* portpoolio */
  .main_portpolio .pp_right .main_sec_tit {
    margin-bottom: 15px;
  }

  /* floating  button */

  .btn_catalog {
    font-size: 12px;
    height: 70px;
    padding-top: 15px;
  }
  .btn_catalog i {
    margin: 0 auto 8px;
  }
  .btn_top {
    font-size: 12px;
    /* height: 30px;
        line-height: 30px; */
  }

  /* footer */
  footer {
    padding: 36px 0 45px;
  }
  .ft_top {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .ft_top a {
    margin-right: 28px;
  }
  .ft_info {
  }
  .ft_info dl {
    font-size: 14px;
    line-height: 2;
  }
  .ft_info dl dt,
  .ft_info dl dd {
    letter-spacing: -0.03em;
  }
  .ft_info dl:after {
    margin: 0 10px;
  }

  .ft_info dl:nth-child(2):after,
  .ft_info dl:nth-child(3):after {
    display: none;
  }

  .ft_copy {
    font-size: 14px;
  }

  /* SUBPAGE =====  */

  /* order */
  .sub_wrap {
    padding-top: 30px;
  }
  .order_caution_box { 
	margin-bottom: 30px;
	width: calc(100% + 40px);
    margin-left: -20px;
    padding: 0 20px 30px;
    border-bottom: 1px solid #ddd;
  }
  .order_caution_box .tit_wrap .tit {
	font-size: 20px;
  }
  .order_caution_box .tit_wrap .sub_tit { 
	font-size: 15px;
	line-height: 27px;
	margin-top: 10px;
  }
  .order_caution_box .order_caution_con{
	margin-top: 15px;
	padding: 15px 15px 20px 15px;
  }
  .order_caution_box .order_caution_con .tit {
	font-size: 15px;
  }

  .order_caution_box .order_caution_con .caution_list > li {
	padding-left: 15px;
  }


  .form_bg_white {
    padding: 0;
    box-shadow: none;
  }
  .form_bg_white h3 {
    line-height: 27px;
    font-size: 15px;
  }

  .form_div {
    display: block;
    padding: 20px 0 0;
  }
  .form_div .form_input_wrap {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .form_div .form_input_wrap_half {
    width: 100%;
  }
  .form_div .form_input_wrap dt {
    width: 100%;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
  .form_div .form_input_wrap dd {
    width: 100%;
  }

  .dd_zip_wrap {
    max-width: 100%;
  }

  .order_agree_wrap {
    display: block;
    margin-top: 35px;
    padding: 30px 20px 30px;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .order_agree_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .order_agree_box:last-of-type {
    margin-bottom: 0;
  }
  .order_agree_text {
    padding: 15px 10px 20px 15px;
    font-size: 14px;
  }
  .order_agree_box > .tit {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .check_wrap {
    font-size: 15px;
  }
  .check_wrap .check_box {
    top: 2px;
  }

  /*contact=====*/
  .contact_info dl dt.con_t {
    font-size: 23px;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 300;
    margin: 0;
  }
  .contact_info dl dt.con_t span {
    font-weight: 500;
    color: #708a8b;
    letter-spacing: -0.5px;
  }

  /* brand ===== */
  /* .about_wrap { padding-top: 70px; }
	.brand_sec { padding-top: 110px; }
	.brand_txt_wrap { display: block; margin-bottom: 30px; }
	.brand_txt_wrap .brand_txt_big { width: 100%; margin-bottom: 20px;} */
  .brand_txt_big p {
    font-size: 25px;
  }
  .brand_txt_big p.quotation_mark {
	padding-left: 15px;
  }

  .brand_txt p.brand_tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .brand_txt p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  /* .brand_img { width: 100%; height: 500px; background-size: cover; display:flex; align-items: center; justify-content: center; padding: 0 50px; }
	.brand_img_01 { background: url('/image/brand_bg01_mob.png') no-repeat center;  }
	.brand_img_02 { background: url('/image/brand_bg02_mob.png') no-repeat center;  }
	
	.brand_img > img.brand_inner_img_01 { max-width: 270px; }
	.brand_img > img.brand_inner_img_02 { max-width: 160px; }
	.brand_inner_img_pc { display:none; }
	.brand_inner_img_mob { display:block; } */

  /* process ===== */
  .about_wrap .main_process {
	padding-bottom: 0;
  }
  .process_sub_bottom {
	padding: 30px 20px 0;
	width: calc(100% + 40px);
	margin-left: -20px;
	border-top: 1px solid #ddd;
	margin-top: 60px;
  }
  .process_sub_bottom > .para {
	margin-top: 20px;
	padding-left: 30px;
  }
  .process_sub_bottom > .para > .tit { 
	font-size: 16px;
	}
  .process_sub_bottom > .para > .tit .num {
	font-size: 16px;
  }
  .process_sub_bottom > .para > .txt {
	 font-size: 15px;
  }


  /* contact ===== */
  .contact_info dl {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 15px;
    color: #555555;
  }
  .contact_info dl:last-child {
    margin-bottom: 0;
  }
  .contact_info dl dt {
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
  }
  .contact_info dl dd b {
    font-weight: 400;
  }
  .root_daum_roughmap {
    width: 100% !important;
  }

  /* 검색결과 */
  #ssch_frm {
    width: 100%;
    padding: 0;
    background: rgba(238, 238, 238, 0);
  }
  #ssch_frm .sch_bar {
    margin: 0 auto;
    max-width: 500px;
    border-radius: 30px;
  }
  #ssch_frm .sch_bar input[type="text"] {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #ssch_frm .sch_bar .sch_btn {
    width: 50px;
    height: 40px;
    line-height: 40px;
  }
  #ssch .prd_list_total {
    margin: 30px 0 20px;
  }

  /* board list ===== */
  #bo_btn_top {
    flex-direction: column;
    align-items: flex-start;
  }
  #bo_btn_top #bo_list_total {
    margin-bottom: 10px;
  }
  .basic_select {
    width: 100px;
  }
  .board_table {
    font-size: 14px;
  }
  .board_table .bo_tit {
    font-size: 15px;
  }
  #bo_list .td_chk {
    width: 30px;
    text-align: center;
  }
  #bo_list .td_num2 {
    width: 50px;
    text-align: center;
  }
  #bo_list .td_datetime {
    width: 80px;
    text-align: center;
    position: relative;
  }
  #bo_list .td_datetime:after {
    display: none;
  }
}
