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

html, body{    
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.toggle-side-bar-btn{
    display:none;
}

.header_bn{
    height: 120px;
    border-bottom:1px solid var(--line-gray);
    overflow: hidden;
}

.header_bn .content_wrap{
    height: 100%;
}

.txt_bn{
    display: none;
}

.header_bn ul.img_bn{
    display: flex;
}

.header_bn ul.img_bn li>img{
    width:100%;
}

header > .top_header{
    height: 130px;
}

header > .top_header > .content_wrap{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header > .top_header .top_search{
    width: 50%;
}

header > .top_header .top_search input{
    width: -webkit-fill-available;
    height: 42px;
    border: 2px solid var(--line-blue);    
}

header > .top_header .top_search .btn-search{
    width: 52px;
    background: url("../../images/ico_search.png") no-repeat center center var(--bg-blue);    
}

header > .top_header .top_search .btn-search:active{
    background:  url("../../images/ico_search.png") no-repeat center #0552be;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

header > .top_header .h_menu{
    display: flex;
    gap: 1em;
}

header > .top_header .h_menu li{
    text-align: center;
}

header > .top_header .h_menu li span{
    font-size: 0.75em;
}

header > .top_header .h_menu li i{
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 24px;
}

header > .top_header .h_menu .cart {
    background-color: #fff;
  }

.badge {
    display: inline-block;
    font-size: 10px;
    border-radius: 50%;
    background-color: #8c8c8c;
    color: #fff;
    margin-left: 22px;
    z-index: 9;
  }
  

header > .top_header .h_menu li.h-m-01 i{
    background: url(../../images/h_ico_01.png) center no-repeat;
}
header > .top_header .h_menu li.h-m-02 i{
    background: url(../../images/h_ico_02.png) center no-repeat;
}
header > .top_header .h_menu li.h-m-03 i{
    background: url(../../images/h_ico_03.png) center no-repeat;
}
header > .top_header .h_menu li.h-m-04 i{
    background: url(../../images/h_ico_04.png) center no-repeat;
}
header > .top_header .h_menu li.h-m-05 i{
    background: url(../../images/h_ico_05.png) center no-repeat;
}
header > .top_header .h_menu li.h-m-06 i{
    background: url(../../images/h_ico_06.png) center no-repeat;
}

header > .m_searchWrap{
    padding: 1em;
    margin: 0 auto;
    display: none;
}

header > .m_searchWrap .top_search{
    width: 100%;
}

header > .m_searchWrap .top_search input{
    width: -webkit-fill-available;
    height: 42px;
    border: 2px solid var(--line-blue);    
}

header > .m_searchWrap .top_search .btn-search{
    width: 52px;
    background: url("../../images/ico_search.png") no-repeat center center var(--bg-blue);    
}

header > .navi{
    height: 52px;
    background-color: var(--bg-blue);
    text-align:left;
}

header > .navi .content_wrap ul{
    padding: 0 1em;
    /* display: flex;
    gap: 5%; */
    height: 52px;
    /* align-items: center;
    flex-wrap: nowrap; */
    width: 100%;
}
header > .navi .content_wrap ul li{
    margin-right: 5%;
    display: block;
    float: left;
    height: 52px;
}
header > .navi .content_wrap ul li a{
    display: flex;
    gap: 5px;
    height: 52px;
    color: var(--text-color-white);
    line-height: 160%;
    align-items: center;
}



.dropDownMenu{
    padding: 0 !important;
}

.dropDownMenu li {
    position: relative;
}

/* Level 1 Drop down */
.dropDownMenu > li {
    display: inline-block;    
}

/* Level 2 */
.dropDownMenu > li > ul {
    display: none;
    background-color: #f5f5f5;   
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
}

.dropDownMenu ul.depth2 li{
    width: 100%;
    height: 30.7px !important;
    margin-right:0 !important;
    padding: 0.3em 0.5em;
}
.dropDownMenu ul.depth2 a{
    color: #111 !important;
    font-size: 15px;
    line-height: 140% !important;
    height: auto !important;
}
.dropDownMenu ul.depth2 a:hover{
    color: var(--text-color-blue) !important;
}


/* Level 3 */
.dropDownMenu > li > ul > li > ul  {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9999999;
}

.dropDownMenu ul.depth3{
    width: 381px !important;
    height: auto !important;
    padding: 0 !important;
}

/* top navi scroll type */
.menu-btn {    
    cursor: pointer;
}

.menu2, .menu3 {
    position: absolute;
    display: none;    
    border: 1px solid #ccc;    
    z-index: 99;
    max-height: 460px;
}


.menu2-item, .menu3-item {    
    cursor: pointer;    
}

.menu2-item:hover a, .menu3-item:hover a{
    color: var(--text-color-blue) !important;
}

/* Positioning for the menus */
.menu2 {
    width: 259px;
    top: 52px; 
    left: 0;
    height:460px;
    background: #F5F5F5;
}
.menu2 ul {
    padding: 0 !important;
    width: 100%;
    min-height:420px !important;
    overflow-x: hidden;
    overflow-y: auto; 
}
.menu2 ul li{
    padding: 0em 0.5em;
    width: 100%;
    height: 30px !important;
    line-height: 30px !important;
}
.menu2 ul li a{
    font-size: 13px !important;
    color: #111 !important;
    height: 30px !important;
    line-height: 30px !important;
}
.menu3 {
    width: 380px;
    top: 52px;
    left: 258px;
    height:460px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}
.menu3 ul li{
    padding: 0em 0.5em;
    width: 100%;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 !important;
}
.menu3 ul li a{
    font-size: 13px !important;
    color: #111 !important;
    height: 30px !important;
    line-height: 30px !important;
}
.dropDownMenu .m-all a{
    height: 30px !important;
    line-height: 30px !important;
    font-size: 13px !important;
    color: var(--text-color-blue) !important;
    padding: 0 0.7em;
}



/*side bar*/
/* 상단바 */
.mobile-top-bar {
    background-color:black;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1;
  }
  .mobile-top-bar > .logo {
    text-align:center;
    color:white;
    font-weight:bold;
    font-size:1.5rem;
  }
  
  
  /* 커스텀 */
  /* 좌측 사이드 바 */
  /* 좌측 사이드바 배경 */
  .left-side-bar-box {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0);
    visibility:hidden;
    transition:visibility .5s, background-color .5s;
    z-index: 99;
  }
  .left-side-bar-box.active {
    background-color:rgba(0,0,0,0.5);
    visibility:visible;
    z-index: 99;
  }
  
  /* 좌측 사이드바 */
  .left-side-bar {
    position:fixed;
    top:0;
    left:-250px;
    width:250px;
    height:100%;
    background-color:#fff;
    padding-top:5px;
    transition:left .5s;
  }

  .left-side-bar .side_header{
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line-gray);
  }
  .left-side-bar .side_header .btn{
    background: none;
  }
  .left-side-bar .side_header .side_logo{
    width: 130px;
  }

  .left-side-bar .side_header .side_logo img{
    width: 100%;
  }

  .left-side-bar-box.active > .left-side-bar {
    left:0;
  }

  .left-side-bar > .menu-1{
    padding: 1em;
  }

  .left-side-bar > .menu-1 ul > li{
    position: relative;
  }

  .left-side-bar > .menu-1 ul > li > a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .left-side-bar > .menu-1 ul > li:hover > a {
    color: var(--text-color-blue);    
  }
  .left-side-bar > .menu-1 ul > li > a .material-symbols-outlined{
    font-size: 19px;
    position: absolute;
    right: 0;
  }
  /* 혼자가 아닌 a 에 +를 붙혀준다 */
  .left-side-bar > .menu-1 ul > li > a:not(:only-child)::after {
    content:"⌵";    
    position: absolute;
    right: 0.5em;
  }
  
  

  /* 엑티브가 있는 메뉴(펼쳐진 메뉴)에 a에 - 를 붙혀준다 */
  .left-side-bar > .menu-1 ul > li.active > a:not(:only-child)::after {
    content:"⌵";
    transform: rotate(180deg);
    right: 0.5em;
    top: 10px;
  }
  .left-side-bar > .menu-1 > ul ul {
    display:none;
    background-color:#fff;
  }
  .left-side-bar > .menu-1 > ul ul ul {
    background-color:#dfdfdf;
  }
  .left-side-bar > .menu-1 ul > li.active > ul {
    display:block;
  }
  
  .left-side-bar > .menu-1 ul > li p.side_user_m{
    display: flex;
  }

  .left-side-bar > .menu-1 ul > li p.side_user_m a{
    font-size: 18px;
    color: var(--text-color-gray);
  }

  .left-side-bar > .menu-1 ul > li p.side_user_m a:first-child{
    margin-right: 20px !important;
    position: relative;
  }

  .left-side-bar > .menu-1 ul > li p.side_user_m a:first-child::before{
    content: "|";
    display: block;
    position: absolute;
    right: -11px;
    top: 3px;
    font-weight: 200;
    color:rgba(0,0,0,0.3);
    font-size: 10px;
  }

.top_logo{
    display: block;
    width: 180px;
}
.top_logo img{
    width: 100%;
    min-width: 46px;
}

.top_search{
    display: flex;
}

/* quick menu */
.quick_menu_pc{
    position: fixed;
    top: 350px;
    right: 3%;
    z-index: 10;
}
.quick_menu_pc ul{
    background: var(--bg-white);
    border: 1px solid var(--line-gray);
    border-radius: 0.3em;
    width: 74px;
}
.quick_menu_pc ul li{
    border-bottom: 1px solid var(--line-gray);
    width: 100%;
    padding: 0.5em;
    text-align: center;
}
.quick_menu_pc ul li p, .quick_menu_pc ul li a{
    font-size: 14px;
}
.quick_menu_pc ul li p{
    margin: 0.7em auto;
}
.quick_menu_pc ul li p.ico{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.quick_menu_pc ul li p.kakao{
    background: url('../../images/quick_ico_01.png') center center no-repeat #fee500;
    margin: 0 auto;
}
.quick_menu_pc ul li p.quick1{
    background: url('../../images/quick_ico_02.png') center center no-repeat;
    border: 1px solid var(--line-gray);
    margin: 0 auto;
}
.quick_menu_pc ul li p.quick2{
    background: url('../../images/quick_ico_03.png') center center no-repeat;
    border: 1px solid var(--line-gray);
    margin: 0 auto;
}
.quick_menu_pc ul li p.quick3{
    background: url('../../images/quick_ico_04.png') center center no-repeat;
    border: 1px solid var(--line-gray);
    margin: 0 auto;
}
.quick_menu_pc ul li p.quick4{
    background: url('../../images/quick_ico_05.png') center center no-repeat;
    border: 1px solid var(--line-gray);
    margin: 0 auto;
}
.quick_menu_pc ul li p.quick5{
    background: url('../../images/quick_ico_06.png') center center no-repeat;
    border: 1px solid var(--line-gray);
    margin: 0 auto;
}
.quick_menu_pc ul li p.quick6{
    background: url('../../images/quick_ico_07.png') center center no-repeat;
    border: 1px solid var(--line-gray);
    margin: 0 auto;
}

.quick_menu_mo{
    display: none;
    position: fixed;
    right: 0.5%;
    bottom: 13%;
    z-index: 10;
}

.quick_menu_mo ul{    
    background: none;    
    width: 74px;
}
.quick_menu_mo ul li{    
    width: 100%;
    padding: 0.2em;
    text-align: center;
}
.quick_menu_mo ul li p, .quick_menu_mo ul li a{
    font-size: 14px;
}
.quick_menu_mo ul li p{
    margin: 0.7em auto;
}
.quick_menu_mo ul li p.ico{
    width: 40px;
    height: 40px;
    border-radius: 20px;
}

.quick_menu_mo ul li p.kakao{
    background: url('../../images/quick_ico_01.png') center center no-repeat #fee500;
    margin: 0 auto;
}
.quick_menu_mo ul li p.top{
    background: url('../../images/quick_ico_top.png') center center no-repeat #333;
    margin: 0 auto;
}

.main_slide{
    background: url("../../images/m_slide_bg.png") center center no-repeat;
    height: 460px;    
}

.main_slide .swiper {
    /* max-width: 1194px; */    
    max-width: 1330px;
    height: 100%;    
}

.main_slide .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 19px;    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.main_slide .swiper-button-next {
    width: 48px !important;
    height: 48px !important;
    background: url(../../images/slide_btn_right.png) no-repeat;
    /* background-size: 50% auto; */
    background-position: center;
  }
  
  .main_slide .swiper-button-prev {
    width: 48px !important;
    height: 48px !important;
    background: url(../../images/slide_btn_left.png) no-repeat;
  }
  
  .main_slide .swiper-button-next::after,
  .main_slide .swiper-button-prev::after {
    display: none;
  }

/* main slide */
.slider-container {
    position: relative;
    max-width: 1194px; /* Adjust as needed */
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.slider {    
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}

.slide {
    min-width: 100%;
    text-align: center;    
    font-size: 20px;
    box-sizing: border-box;    
}

.slide img{
    width: 100%;
  }

button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

button.prev {
    left: 10px;
}

button.next {
    right: 10px;
}

.pagination {
    width: 100%;
    text-align: center;    
    position: absolute;
    bottom: 20px;
}

.pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: none;
    border: 1px solid rgba(18,103,222,.5);
    border-radius: 50%;
    cursor: pointer;
}

.pagination .active {
    border: 1px solid #1267DE;
    background-color: #1267DE;
}




.main_slide .content_wrap{
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.main_slide .content_wrap .info{
    text-align: left;
}

.main_slide .content_wrap .info .tag{
    margin:10px 0;
}

.main_slide .content_wrap .info .tag span{
    color: var(--text-color-blue);
    font-size: 1em;
    margin-right: 1em;
}

.main_slide .content_wrap .info .subject{
    font-size: 3em;
    font-weight: 600;
    margin:10px 0;
    letter-spacing:-0.025em;
    color: var(--text-color-blue);
    z-index: 0;
    position: relative;
}

.main_slide .content_wrap .info .subject::before{
    z-index: -1;
    content: attr(data-content);
    position: absolute;
    left: 0;    
    -webkit-text-stroke: 5px #fff;
}

.main_slide .content_wrap .info .cmt{
    margin:0.25em 0;
}

.main_slide .content_wrap .info .btn{
    margin-top:1em !important;
}

.main_slide .content_wrap .prd_img{
    max-width: 440px;
    z-index: 1;
}

.main_slide .content_wrap .prd_img img{
    width:100%;
}

.main_content{
    margin-top:3em;
    margin-bottom: 3em;
}

.main_content .content_wrap{
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_content .content_wrap div{
    flex: 1 1 auto;
}

.main_content .content_wrap div.notice{
    max-width: 276px;
}

.main_content .content_wrap div.serviceCenter{
    max-width: 582px;
}

.main_content .content_wrap div.estimate{
    max-width: 276px;
}

.main_content .content_wrap div.estimate .list_style2{
    height: 360px;    
}

.main_content .content_wrap div.estimate .estimate-rolling{
    overflow: hidden;
    position: relative;    
}
.rolling-wrap{
    overflow: hidden;
    position: relative;
    height: 360px;
    margin: 0;
    padding: 0;
}
.main_content .content_wrap div.estimate .estimate-rolling li{
    margin:0;
    padding: 0.5em 0;    
}


.main_content .content_wrap div .c_title{
    border-bottom: 1px solid var(--line-gray);
}

.center-content .quick-bn{
    margin-bottom: 1em;
}

.center-content .quick-bn p.cmt{
    font-size: 18px;
    margin: 1.05em 0
}

.center-content .quick-bn ul{
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    justify-content: space-around;    
}

.center-content .quick-bn ul li{
    min-width: 110px;
    padding: 0.23em;
    border: 1px solid var(--line-gray);
    border-radius: 0.3em;
    flex: 1 1 0;
}

.center-content .quick-bn ul li p{
    font-size: 14px;
}

.center-content .center-info{
    border-radius: 0.3rem;
}

.center-content .center-info .info-t{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center-content .center-info .info-t p{
    margin:0.5em 0;
}

.center-content .center-info .info-t .mail-info{
    font-size:14px;
}
.center-content .center-info .info-t .mail-info span { position: relative; }
.center-content .center-info .info-t .mail-info span:first-child{
    margin-right: 20px;
}
.center-content .center-info .info-t .mail-info span:first-child::before{
    content: "|";
    display: block;
    position: absolute;
    right: -10px;
    top: 5px;
    font-weight: 200;
    color: var(--text-color-gray);
    font-size: 13px;
}

.center-content .center-info .info-b p{
    margin: 0.5em 0;
    font-size: 15px;
    font-weight: 300;
}

.footer .content_wrap{
    max-width: 1194px;
    margin:0 auto;
}
.footer .footer_menu_wrap{
    text-align: center;
    height: 42px;
    border-top: 1px solid var(--line-gray);
    border-bottom: 1px solid var(--line-gray);
}

.footer .footer_menu_wrap .footer_menu{
    display: flex;
    gap: 40px;    
}

.footer .footer_menu_wrap .footer_menu li a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.footer .footer_menu_wrap .footer_menu li{
    position: relative;
}
.footer .footer_menu_wrap .footer_menu li::before{
    content: "|";
    display: block;
    position: absolute;
    right: -20px;
    top: 14px;
    font-weight: 200;
    color:rgba(0,0,0,0.3);
    font-size: 13px;
}
.footer .footer_menu_wrap .footer_menu li:last-child::before{
    content: none;
}

.footer .footer_copy_wrap .content_wrap{
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 1em 0;
}

.footer .footer_copy_wrap .content_wrap .footer_logo{
    width: 180px;
    min-width: 130px;
}
.footer .footer_copy_wrap .content_wrap .footer_logo img{
    width: 100%;
}

.footer .footer_copy_wrap .content_wrap .footer_info p{
    color: var(--text-color-gray);
    font-size: 14px;
    margin: 1em 0;
    
}

.footer .footer_copy_wrap .content_wrap .footer_info p:first-child{
    display: inline-block;    
}

.footer .footer_copy_wrap .content_wrap .footer_info p:first-child span:first-child{
    position: relative;
    margin-right: 20px;
}

.footer .footer_copy_wrap .content_wrap .footer_info p:first-child span:first-child::before{
    content: "|";
    display: block;
    position: absolute;
    right: -11px;
    top: 4px;
    font-weight: 200;
    color:rgba(0,0,0,0.3);
    font-size: 10px;
}


/* sub page */
.sub_wrap{
    width: 100%;
    padding: 3em 0;
}

.breadcrumb{
    text-align: left;
}

.breadcrumb ul{
    display: flex;
    align-items: center;
}
.breadcrumb ul li{    
    padding: 0 0.5em;
    margin-right: 1em;
    position: relative;
}
.breadcrumb ul li::before{
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background: url(../../images/ico_arrow_right.png) no-repeat;
    position: absolute;
    top: 3px;
    right: -1.5em;
}
.breadcrumb ul li:last-child::before{
    content: none;
}
.breadcrumb ul li, .breadcrumb ul li a{
    font-size: 14px;
}

/* prd detail */
.prd_detail_top{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 4em;
}
.prd_detail_top div{
    flex: 1 1 0;
}

.prd_detail_top .prd_img_wrap{
    max-width: 582px;
    text-align: center;
}

.prd_detail_top .prd_img_wrap.mobile{
    display: none;
}

.prd_detail_top .prd_img_wrap .prd_thumbnail{
    display: flex;
    gap: 10px;
}
.prd_detail_top .prd_img_wrap .prd_thumbnail li{
    text-align: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 0.3em;
}
.prd_detail_top .prd_img_wrap .prd_thumbnail li.active{
    border: 2px solid var(--line-blue);
}
.prd_detail_top .prd_img_wrap .prd_thumbnail li img{
    width: 100%;
}

.prd_detail_top .prd_img_wrap .instruction{
    border-radius: 0.3em;
    margin-top: 1em;
    line-height: 120%;
}

.prd_img_wrap .slider-container{
    background: none;
}
.prd_img_wrap .slider {
    width: 100%;
    max-height: 550px;
    min-height: 246px;
}

.prd_img_wrap .slide {
    text-align: center;
    font-size: 19px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: auto;
    flex-shrink: 0 !important;
    text-align: center;
}

.prd_img_wrap .slide img {
    display: block;
    height: 100%;    
    object-fit: cover;
}


.prd_detail_top .prd_info_wrap ul li{
    text-align: left;
    padding: 1em 0;
    border-bottom: 1px solid var(--line-gray);
}
.prd_detail_top .prd_info_wrap ul li:last-child{
    border-bottom: none;
}

.prd_detail_top .prd_info_wrap ul li h2{
    padding:0.2em 0;
}


.prd_detail_top .prd_info_wrap .info_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.prd_detail_top .prd_info_wrap .info_list li{
    flex: 1 1 40%;
    border:none;
    padding: 0.5em 0;    
}
.prd_detail_top .prd_info_wrap .info_list li:nth-child(odd){
    color: #111;
    flex-basis: 30%;
}
.prd_detail_top .prd_info_wrap .info_list li:nth-child(even){
    flex-basis: 70%;
    color:#333;
    font-weight: 300;    
}
.prd_detail_top .small{
    font-size: 18px;
    color: var(--text-color-gray);
}

.btn-sheet{
    padding-right: 2em;
    background: url("../../images/icon_sheet.png") 92% center no-repeat;
}

.btn-naver{
    padding-left: 2em;
    background: url("../../images/icon-naver.png") calc(50% - 2.5em) center no-repeat var(--bg-green);
}

.prd_detail_top .prd_info_wrap .add_quantity{
    background: var(--bg-light-gray);
    border-radius: 0.3em;
    padding: 0.7em;
}
.prd_detail_top .prd_info_wrap .add_quantity *{
    font-size: 13px;
    color: var(--text-color-gray) !important;
}

.prd_detail_top .prd_info_wrap .add_quantity ul li::before{
    /* content: "𝅭"; */
    width: 0.5em;
    display: inline-block;
    padding-left: 1em;
}

/*
.prd_ul_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prd_ul_list li {
    width: calc(100% / 2);
}
*/

.prd_detail_top .prd_info_wrap .total{
    text-align: right;
    font-size: large;
    font-weight: 600 !important;
}

.prd_detail_top .prd_info_wrap .btn_wrap{
    display: flex;
    gap: 20px;
}
.prd_detail_top .prd_info_wrap .btn_wrap button{
    flex: 1 1 0;
}

.prd_detail_tab .detail_prd_info img{
    width: 100%;
}

.prd_detail_tab .detail_prd_info {
    width: 100%;
    height: 400px;
    /* padding-bottom: 4em; */
    overflow: hidden;
    position: relative;
}
.detail_prd_info img {
    width: 100%;
    margin-bottom: 40px;
    transition: all 0.5s ease;
    z-index: 1;
}

.btn_moreBox{
    width: 100%;    
    position: absolute;
    left: 0%;
    bottom: 0;
    padding-bottom: 0.5em;
    margin-top: 10px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.show-more {    
    display: inline-block;
    padding: 0.5em 2.5em;
    background: #fff;
    color: #111;    
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--line-gray);
    border-radius: 0.3em;
    z-index: 2;
}
.show-more:hover {
    background: #f1f1f1;
}

/* 24-11-28 요청에 의해 따로처리하는 부분 삭제
.mobile_buy_layer {
    position: fixed;
    bottom: 0;
    width: 100%;    
    text-align: center;
    box-shadow: 0 0px 20px 1px rgba(0,0,0,.16);
    border-radius: 1em 1em 0 0;
    z-index: 10;
}
.mobile_buy_layer .toggle-btn.btn-arrow {
    margin: 5px;
    background: none;
    border: none;
    color: var(--text-color-gray);
}
.mobile_buy_layer .layer {
    height: 0px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 1em 1em 0 0;
    
    transition: height 0.3s ease;
}
.mobile_buy_layer .layer-inner {
    height: 230px;
    padding: 0 20px;
    background-color: #fff;
}
.mobile_buy_layer .btn_wrap{
    width: 100%;
    gap: 10px;
    padding: 1em;
    background: #fff;
    border-top: 1px solid var(--line-gray);
}
.mobile_buy_layer .btn_wrap button{
    flex: 1 1 0;
}



.mobile_buy_layer{
    display: none;
}

.mobile_buy_layer .prd_info_wrap .info_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mobile_buy_layer .prd_info_wrap .info_list li{
    flex: 1 1 40%;
    border:none;
    padding: 0.5em 0;    
}
.mobile_buy_layer .prd_info_wrap .info_list li:nth-child(odd){
    color: #111;
    flex-basis: 30%;
}
.mobile_buy_layer .prd_info_wrap .info_list li:nth-child(even){
    flex-basis: 70%;
    color:#333;
    font-weight: 300;    
}
.mobile_buy_layer .small{
    font-size: 18px;
    color: var(--text-color-gray);
}

.mobile_buy_layer .prd_info_wrap .add_quantity{
    background: var(--bg-light-gray);
    border-radius: 0.3em;
    padding: 1em;    
}
.mobile_buy_layer .prd_info_wrap .add_quantity *{
    font-size: 14px;
    color: var(--text-color-gray) !important;
    text-align: left;
}
.mobile_buy_layer .prd_info_wrap .add_quantity ul li::before{
    content: "𝅭";
    width: 0.5em;
    display: inline-block;
    padding-left: 1em;
}

.mobile_buy_layer .prd_info_wrap .total{
    text-align: right;
    font-size: large;
    font-weight: 600 !important;
}
*/

/* order */
.cart_flow{
    display: flex;
}
.cart_flow .flow{
    flex: 1 1 0;
    align-items: center;
    height: 48px;
    line-height: 45px;
}

.cartFlow_1first {
    width: 200px;
    height: 40px;    
    position: relative;
    background: #3b86e4;
    z-index: 0;
    color: var(--text-color-white);
}

.cartFlow_1first:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #3b86e4;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}

.cartFlow_2first {
    width: 200px;
    height: 40px;
    position: relative;
    background: #CECECE80;
    z-index: 1;
    color: var(--text-color-gray);
}
.cartFlow_2first:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #3b86e4;;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}
.cartFlow_2first:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    /*border-left: 20px solid #CECECE80;*/
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}

.cartFlow_3first {
    width: 200px;
    height: 40px;
    position: relative;
    background: #CECECE80;
    z-index: 1;
    color: var(--text-color-gray);
}
.cartFlow_3first:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    /* border-left: 20px solid #3b86e4;  */
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}


.cartFlow_1second {
    width: 200px;
    height: 40px;    
    position: relative;
    background: #a2c2e9;
    z-index: 0;
    color: var(--text-color-white);
}

.cartFlow_1second:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #a2c2e9;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}

.cartFlow_2second {
    width: 200px;
    height: 40px;
    position: relative;
    background: #3b86e4;
    z-index: 1;
    color: var(--text-color-white);
}
.cartFlow_2second:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #a2c2e9;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}
.cartFlow_2second:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #3b86e4;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}

.cartFlow_3second {
    width: 200px;
    height: 40px;
    position: relative;
    background: #CECECE80;
    z-index: 1;
    color: var(--text-color-gray);
}
.cartFlow_3second:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #3b86e4;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}


.cartFlow_1third {
    width: 200px;
    height: 40px;    
    position: relative;
    background: #a2c2e9;
    z-index: 0;
    color: var(--text-color-white);
}

.cartFlow_1third:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #a2c2e9;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}

.cartFlow_2third {
    width: 200px;
    height: 40px;
    position: relative;
    background: #82b3ee;
    z-index: 1;
    color: var(--text-color-white);
}
.cartFlow_2third:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #a2c2e9;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}
.cartFlow_2third:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #82b3ee;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}

.cartFlow_3third {
    width: 200px;
    height: 40px;
    position: relative;
    background: #3b86e4;
    z-index: 1;
    color: var(--text-color-white);
}
.cartFlow_3third:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #82b3ee;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}

.cartFlow_1 {
    width: 200px;
    height: 40px;    
    position: relative;
    background: #a2c2e9;
    z-index: 0;
    color: var(--text-color-white);
}

.cartFlow_1:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #a2c2e9;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.cartFlow_2 {
    width: 200px;
    height: 40px;
    position: relative;
    background: #3b86e4;
    z-index: 1;
    color: var(--text-color-white);
}
.cartFlow_2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #a2c2e9; /* 장바구니 색상 */
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}
.cartFlow_2:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #3b86e4;
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}

.cartFlow_3 {
    width: 200px;
    height: 40px;
    position: relative;
    background: #CECECE80;
    z-index: 1;
    color: var(--text-color-gray);
}
.cartFlow_3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #3b86e4; /* 주문/결제 색상 */
    border-top: 23px solid transparent;
    border-bottom: 25px solid transparent;
}

.pay-btn-group{
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    white-space:nowrap
}
.pay-btn-group input {
    display: none;
}
.pay-btn-group label {
    flex: 1 1 auto;    
    display: inline-block;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space:nowrap;
    padding: 13px 20px;
    border: 2px solid var(--line-gray);
    border-radius: 0.3em;
    background-color: #fff;
    cursor: pointer;
    margin: 5px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}
.pay-btn-group input:checked + label {
    border-color: var(--line-blue);
    background-color: var(--bg-light-blue);
    color: var(--text-color-blue);
}



.order_list .prd-img{
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid var(--line-gray);
    border-radius: 0.3em;
}
.order_list .prd-img img{
    width: 100%;
}
.order_list td p{
    text-align: left;
    margin: 0.5em;
}

.order_list .prd-subject{
    font-size: 17px;
    font-weight: 500;
}

.order_list .prd-option{
    margin-top: 1.5em;
}

.order_list_footer thead th{
    border-top:none;
}

.order_list_footer td{
    font-weight: 500;
}


.order_list_mobile, .order_list_total{
    display: none;
}

.order_list_mobile{
    padding: 0;
}
.order_list_mobile dt{
    display: flex;
    align-items: center;
    gap: 10px;
}
.order_list_mobile dt.badge{
    height: 15px;
}
.order_list_mobile dt .prd-img{
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--line-gray);
    border-radius: 0.3em;
}
.order_list_mobile dt .prd-img img{
    width: 100%;
}
.order_list_mobile dt .prd-info{
    text-align: left;
}
.order_list_mobile dt .prd-info p{
    text-align: left;
    margin: 0.5em;
}
.order_list_mobile dd{
    margin:0;
}
.order_list_mobile dd ul{
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
}
.order_list_mobile dd ul li{
    flex: 1 1 40% !important;
    padding: 0.7em;
    font-size: 18px;
    color: var(--text-color-gray);
}
.order_list_mobile dd ul li:nth-child(odd){
    text-align: left;
}
.order_list_mobile dd ul li:nth-child(even){
    text-align: right;
}

.order_list_total{
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
}
.order_list_total li{
    flex: 1 1 40% !important;
    padding: 0.7em;
    font-size: 18px;
    color: var(--text-color-gray);
}
.order_list_total li:nth-child(odd){
    text-align: left;
}
.order_list_total li:nth-child(even){
    text-align: right;
    color: #111;
}


.form-gp{
    display: flex;
    gap: 20px;
    padding: 0.5em 0;
}

.form-gp .g-1 label, .form-gp .g-2 label{
    font-size: 18px;
}

.form-gp .g-1 label{
    width: 130px;
    flex-shrink: 0;
    text-align: left;
}

.form-gp .g-2 label{
    width: 130px;
    flex-shrink: 0;
    text-align: left;
}

.form-gp input{
    width: 100%;
    border: 1px solid var(--line-gray);
    padding: 0.68em 1em;
    border-radius: 0.3em;
}
.form-gp .g-1{
    flex: auto;
}
.form-gp .g-2{
    flex: 1 1 40%;
}

.form-gp .g-3{
    flex: 1 1 30%;
}

.form-gp .w-50{
    width: 51% !important;
}

.form-gp .btn{
    padding: 0.68em 1em;
    font-size: 18px;
    white-space: nowrap;
}

.group-btn{
    width: 100%;
}
.order-form .sub_title{
    align-items: flex-end;
}

.order-btn-box{
    min-height: 1em;
}


/* bbs */
.bbs-wrap .tab a{
    font-size: 18px;
}


.bbs-wrap .tab .tabnav{
    overflow-x: auto;
}

.bbs-wrap .tab .tabnav li{
    min-width: max-content;
}

.bbs-search-form{
    width: 100%;
    position: relative;
}
.bbs-search-form .ico-search{
    position:absolute;
    top:1.2em;
    left: 1em;
}
.bbs-search-form .ico-search img{
    width: 14px;
}
.bbs-search-form input{
    width: 100%;
    border: 1px solid var(--line-gray);
    padding: 1em 1em 1em 2.5em;    
    border-radius: 0.3em;
}

.bbs-search-form.mo{
    display: none;
}

.prd-cate-mo{
    display: none;    
    border-radius: 0;
}

.category-toggle{
    border: 1px solid var(--line-gray);
    margin: 0;
    width: 100%;
    padding: 1em 2em 1em 1em;
    text-align: left;
    cursor: pointer;
    position: relative;
    background: url(../../images/ico_arrow_up.png) calc(100% - 1em) center no-repeat;
}
.category-toggle.on{    
    background: url(../../images/ico_arrow_dw.png) calc(100% - 1em) center no-repeat;
}

.category-alltoggle{
    border: 1px solid var(--line-gray);
    margin: 0;
    width: 100%;
    padding: 1em 2em 1em 1em;
    text-align: left;
    cursor: pointer;
    position: relative;

}

.category-box ul{
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #dadada;
}

.category-box ul li{
    width: calc(100% / 6);
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 0 0px;
}

.category-box ul li a{
    display: block;
    text-align: center;
    line-height: 55px;
    letter-spacing: -0.45px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-box ul li a:not(.active){    
    background-color: #fff;
}
.category-box ul li a.active{    
    background-color: var(--bg-light-blue);    
}
.category-box ul li a.active{
    color: var(--text-color-blue);
}

.category-allbox ul{
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #dadada;
}

.category-allbox ul li{
    width: calc(100% / 5);
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 0 0px;
}

.category-allbox ul li a{
    display: block;
    text-align: center;
    line-height: 55px;
    letter-spacing: -0.45px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-allbox ul li a:not(.active){    
    background-color: #fff;
}
.category-allbox ul li a.active{    
    background-color: var(--bg-light-blue);    
}
.category-allbox ul li a.active{
    color: var(--text-color-blue);
}

.prd-list-align{
    display: flex;
    justify-content: flex-end;
}
.prd-list-align li{
    margin-left: 2em;
    position: relative;
    text-align: center;
}
.prd-list-align li::before{
    content: '|';
    font-size: 0.5em;
    color: #ddd;
    display: block;
    position: absolute;
    left: -2em;
    top: 3px;
}
.prd-list-align li:first-child::before{
    content: none;
}
.prd-list-align li a{
    font-size: 18px;
    text-align: center;
}
.prd-list-align li a.active{
    color: var(--text-color-blue);
}

select.prd-align-mo{
    display: none;
    width: 120px;
    padding: 0.5em;
    font-size: 18px;
    border: 1px solid var(--line-gray);  
    border-radius: 0.3em;
    background: url('../../images/ico_arrow_dw.png') calc(100% - 10px) center no-repeat transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;  
    position: relative;
}

.prd-list-title{
    border-bottom: 1px solid #5F5E5C
}

.prd-list{
    margin-top:2em;
}
.prd-list dl{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.prd-list dl dd{
    flex: 1 1 20%;
    flex-shrink:0;
    max-width: 276px;
}
.prd-list dl dd{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 1.5em 0;
}
.prd-list dl dd .prd-img{
    text-align: center;
}
.prd-list dl dd .prd-img p{
    margin: 0 auto;
    max-width: 190px;
    max-height: 190px;
    overflow: hidden;
}
.prd-list dl dd .prd-img p img{
    width: 100%;
}
.prd-list dl dd .prd-info p{
    margin: 0.5em 0;
    text-align: left;
}
.prd-list dl dd .prd-info p.title{
    font-size: 18px;
}
.prd-list dl dd .prd-info p.cmt{
    font-size: 14px;
    color: var(--text-color-gray);
}
.prd-list dl dd .prd-info p.price{
    font-size: 17px;
}
.prd-list dl dd .input-box{
    display: flex;
    gap: 10px;
}
.prd-list dl dd .input-box input{
    border: 1px solid var(--line-gray);
    border-radius: 0.3em;
    width: 80%;
    text-align: right;
}
.prd-list dl dd .input-box .btn-estimate{
    width: 38px;
    height: 38px;
    padding: 0.7em;
    background: url('../../images/icon-estimate.png') center center no-repeat #5F5E5C;
    border-radius: 0.3em;
}

.prd-list dl dd .input-box .btn-cart{
    width: 38px;
    height: 38px;
    padding: 0.7em;
    background: url('../../images/icon-cart.png') center center no-repeat var(--bg-blue);
    border-radius: 0.3em;
}

.tabnav.cartpay-btn{    
    gap: 20px;
}

.tabnav.cartpay-btn li{
    padding:0;
}

.tabnav.paypay-btn{    
    gap: 20px;
}

.tabnav.paypay-btn li{
    padding:0;
}

.tabnav.paypay-btn li a{
    padding: 1em;
    background: #fff;
    border: 1px solid var(--line-gray);
    line-height: 120%;
    border-radius: 0.3em;
}
.tabnav.paypay-btn li a.active{
    padding: 1em;
    background: var(--bg-light-blue);
    border: 1px solid var(--line-blue);
    color: var(--text-color-blue);
}

.tabnav.paypay-btn li a.active::before{
    content: none;
}


/* 노트북 & 테블릿 가로 (해상도 1024px ~ 1279px)*/ 
/* @media all and (min-width:1024px) and (max-width:1279px) {  */

@media all and (max-width:1279px) {   
    .top_logo{
        width: 130px;
    }

    .toggle-side-bar-btn{
        display: block;
    }

    header > .m_searchWrap{
        display: block;
    }

    
    header > .top_header .top_search, .h_menu .h-m-02, .h_menu .h-m-03, .h_menu .h-m-04, .navi{
        display: none;
    }

    .txt_bn{
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
    }

    .txt_bn li{
        display: flex;
        flex: 1 1 auto;
        height: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }    

    .txt_bn li:first-child{
        border-right: 1px solid var(--line-gray);
    }
    .txt_bn li:last-child{
        border-left: 1px solid var(--line-gray);
    }

    .top_header{
        height: 64px !important;
        padding: 0 1em;
        border-bottom: 1px solid var(--line-gray);
    }
    
    .header_bn{
        height: 46px;

        .img_bn{
            display: none !important;
        }
    }

    .quick_menu_pc{
        display: none;
    }
    .quick_menu_mo{
        display: block;
    }

    .main_slide{
        margin:0 1em;
        width: auto;
        min-width:auto;
    }

    .main_slide .content_wrap{
        padding:0 2em;
    }

    .swiper{
        background: url("../../images/m_slide_bg.png") center center no-repeat;
        width: 100%;        
    }

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

    .main_content .content_wrap{
        flex-direction: column;
    }
    
    .main_content .content_wrap div.notice, .main_content .content_wrap div.serviceCenter, .main_content .content_wrap div.estimate{
        width: 100%;
        max-width: 100% !important;
        padding: 0 1em;
    }

    .main_content .content_wrap div .list_style2 li p:nth-child(0){
        width: 20%;
    }
    .main_content .content_wrap div .list_style2 li p:nth-child(1){
        width: 40%;
    }
    .main_content .content_wrap div .list_style2 li p:nth-child(2){
        width: 60%;
    }

    .footer{
        padding-bottom: 5em;
    }

    .footer .footer_menu_wrap, .footer .footer_copy_wrap{
        padding: 0 1em;
    }

    .footer .footer_menu_wrap .footer_menu{
        gap: 20px;
    }
    .footer .footer_menu_wrap .footer_menu li::before{
        right:-11px;
    }
    .footer .footer_copy_wrap .content_wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .sub_wrap{
        padding: 1em 1em 4em 1em;
    }
    .prd_detail_top .prd_img_wrap{
        max-width: 100%;
        display: none;
    }

    .prd_detail_top .prd_img_wrap.mobile{
        display: block;
        height: 550px;
    }

    .mobile_none{
        display: none;
    }

    /* .mobile_buy_layer{
        display: block;
    } */
    
    .prd-cate-mo{
        display: block;
    }
    .prd-cate-pc{
        display: none;
    }

    .prd-list dl dd .prd-info p.title{
        height: 2em;
    }
} 

/* 테블릿 가로 (해상도 768px ~ 1023px)*/ 
@media all and (min-width:768px) and (max-width:1023px) {
    .top_logo{
        width: 130px;
    }
    /* 메인 슬라이드 */
    .main_slide{
        height: 300px;
    }
    .main_slide .content_wrap .info{
        position: absolute;
        left: 2em;
        z-index: 0;
    }
    .main_slide .content_wrap .prd_img{
        position: absolute;
        right: 2em;
        z-index: 1;
    }
    .main_slide .content_wrap .info .tag span{
        font-size: 0.85em;
    }
    .main_slide .content_wrap .info .subject{
        font-size: 2em;
    }
    .main_slide .content_wrap .info .cmt{
        font-size: 0.85em;
    }
    .main_slide .content_wrap .info .btn{
        font-size: 0.85em;
    }
    .main_slide .content_wrap .prd_img{
        width: 300px;
    }
} 

/* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px)*/ 
@media all and (min-width:480px) and (max-width:767px) {
    .top_logo{
        width: 130px;
    }
    /* 메인 슬라이드 */
    .main_slide{
        height: 200px;
    }
    .main_slide .content_wrap .info{
        position: absolute;
        left: 2em;
        z-index: 0;
    }
    .main_slide .content_wrap .prd_img{
        position: absolute;
        right: 2em;
        z-index: -1;
    }
    .main_slide .content_wrap .info .tag span{
        font-size: 0.625em;
    }
    .main_slide .content_wrap .info .subject{
        margin: 5px 0;
        font-size: 1.15em;
    }
    .main_slide .content_wrap .info .cmt{
        font-size: 0.7em;
    }
    .main_slide .content_wrap .info .btn{
        font-size: 0.7em;
    }
    .main_slide .content_wrap .prd_img{
        width: 200px;
    }

    .center-content .quick-bn ul li{
        flex: 1 1 40%;
    }

    .center-content .center-info .info-t{
        flex-direction: column;
        align-items: flex-start;
    }

    .center-content .center-info .info-t p span{
        display: block;
        text-align: left;
    }
    .center-content .center-info .info-t .mail-info span:first-child::before{
        content: none;
    }

    .center-content .center-info .info-b p .m_block{
        display: block;
        margin-left: 2.5em;
    }

    .footer .footer_menu_wrap .footer_menu li a{
        font-size: 12px;
    }

    .footer .footer_copy_wrap .content_wrap .footer_info p:first-child span{
        display: block;
        margin-bottom: 0.5em;
    }
    .footer .footer_copy_wrap .content_wrap .footer_info p:first-child span:first-child{
        position: relative;        
    }
    
    .footer .footer_copy_wrap .content_wrap .footer_info p:first-child span:first-child::before{
        content: none;
    }


    .prd_img_wrap .swiper{
        height: 246px;
    }

    .prd_detail_top .prd_info_wrap .info_list li:nth-child(odd){
        font-size: 18px;
        flex-basis: 50%;
    }
    .prd_detail_top .prd_info_wrap .info_list li:nth-child(even){
        font-size: 18px;
        flex-basis: 50%;
        word-break: break-all;
    }

    .prd_detail_top .prd_info_wrap .btn_wrap button{
        font-size: 18px;
    }

    /* .mobile_buy_layer .prd_info_wrap .btn_wrap button{
        font-size: 18px;
    } */

    .tabnav li a{
        font-size: 18px;
        padding:0 10px;
    }



    .order-form .d-flex{
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .order-form .form-gp{
        flex-direction: column;
    }

    .group-btn .form-gp, .group-btn .d-flex, .group-btn.d-flex{
        flex-direction: row;
    }

    .group-btn .form-gp input, .group-btn .d-flex input, .group-btn.d-flex input{
        width: 100% !important;
    }

    .form-gp .w-50, .form-gp .w-40, .form-gp .w-46, .form-gp .w-30{
        width: 100% !important;
    }

    .sub_title.d-flex{ flex-direction: row; }


    .order-btn-box.btn-lg-box{
        width: 100% !important;
        display: flex !important;
        margin-top: 3em;
    }
    .order-btn-box.btn-lg-box button{
        flex: 1 1 0;
        width: 100% !important;        
    }

    .order-btn-box.btn-lg-box button:first-child{
        margin-left: -1em;
        border-radius: 0;
    }
    .order-btn-box.btn-lg-box button:last-child{
        margin-right: -1em;
        margin-left:0;
        border-radius: 0;
    }

    .order_list, .order_list_footer{
        display: none;
    }
    .order_list_mobile{
        display: block;
    }
    .order_list_total{
        display: flex;
    }

    .bbs-search-form.mo{
        display: block;
    }
    .bbs-search-form.pc{
        display: none;
    }

    .category-box, .prd-list-align{
        display: none;
    }
    select.prd-align-mo{
        display: inline-block;
    }

    .prd-list dl dd{
        flex: 1 1 40% !important;
    }
} 

/* 모바일 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) {
    .top_logo{
        width: 130px;
    }
    /* 메인 슬라이드 */
    .main_slide{
        height: 200px;
    }
    .main_slide .content_wrap .info{
        position: absolute;
        left: 1em;
        z-index: 2;
    }
    .main_slide .content_wrap .prd_img{
        position: absolute;
        right: 1em;
        top: 3em;
        z-index: 1;
    }
    .main_slide .content_wrap .info .tag span{
        font-size: 0.625em;
    }
    .main_slide .content_wrap .info .subject{
        margin: 5px 0;
        font-size: 1.15em;
    }
    .main_slide .content_wrap .info .cmt{
        font-size: 0.7em;
    }
    .main_slide .content_wrap .info .btn{
        font-size: 0.7em;
    }
    .main_slide .content_wrap .prd_img{
        width: 140px;
    }

    .center-content .quick-bn ul li{
        flex: 1 1 40%;
    }

    .center-content .center-info .info-t{
        flex-direction: column;
        align-items: flex-start;
    }

    .center-content .center-info .info-t p span{
        display: block;
        text-align: left;
    }
    .center-content .center-info .info-t .mail-info span:first-child::before{
        content: none;
    }

    .center-content .center-info .info-b p .m_block{
        display: block;
        margin-left: 2.5em;
    }

    .footer .footer_menu_wrap .footer_menu{        
        gap: 10px;
    }

    .footer .footer_menu_wrap .footer_menu li::before{
        right: -6px;
    }

    .footer .footer_menu_wrap .footer_menu li{
        flex: 1 1 auto;
    }

    .footer .footer_menu_wrap .footer_menu li a{
        text-align: center;
        font-size: 14px;
        letter-spacing: -0.025em;
    }

    .footer .footer_copy_wrap .content_wrap .footer_info p:first-child span{
        display: block;
        margin-bottom: 0.5em;
    }
    .footer .footer_copy_wrap .content_wrap .footer_info p:first-child span:first-child{
        position: relative;        
    }
    
    .footer .footer_copy_wrap .content_wrap .footer_info p:first-child span:first-child::before{
        content: none;
    }


    .prd_img_wrap .slider-container{
        height: 246px;
    }
    .prd_img_wrap .slider-container .pagination{
        bottom: 0;
    }

    .prd_detail_top .prd_info_wrap .info_list li:nth-child(odd){
        font-size: 18px;
        flex-basis: 50%;
    }
    .prd_detail_top .prd_info_wrap .info_list li:nth-child(even){
        font-size: 18px;
        flex-basis: 50%;
        word-break: break-all;
    }

    .prd_detail_top .prd_info_wrap .btn_wrap button{
        font-size: 18px;
    }

    .prd_detail_top .prd_info_wrap .btn_wrap button {
        text-indent: -999px;
    }
    .prd_detail_top .prd_info_wrap .btn_wrap button:nth-child(1)::after {
        text-indent: 0px;
        float: left;
        margin-left: calc(50% - 2em);
        content: '장바구니';
    }
    .prd_detail_top .prd_info_wrap .btn_wrap button:nth-child(2)::after {
        text-indent: 0px;
        float: left;
        margin-left: calc(50% - 2em);
        content: '바로 구매';
    }
    .prd_detail_top .prd_info_wrap .btn_wrap button:nth-child(3)::after {
        text-indent: 0px;
        float: left;
        margin-left: calc(50% - 1em);
        content: 'Pay';
    }
    .btn-naver{
        background: url("../../images/icon-naver.png") calc(50% - 1.5em) center no-repeat var(--bg-green);
    }

    /* .mobile_buy_layer .prd_info_wrap .btn_wrap button{
        font-size: 18px;
    } */

    .tabnav li a{
        font-size: 18px;
        padding:0 10px;
    }

    .cart_flow{
        font-size: 14px;
    }

    .pay-btn-group label {
        padding: 13px 10px;
        max-width: calc(47%);
    }

    .order-form .d-flex{
        align-items: baseline;
        flex-direction: column;
        gap: 10px;
    }

    .order-form .form-gp{
        flex-direction: column;
    }

    .order-form .form-gp .btn{
        white-space : nowrap;
    }

    .group-btn .form-gp, .group-btn .d-flex, .group-btn.d-flex{
        flex-direction: row;
    }

    .group-btn .form-gp input, .group-btn .d-flex input, .group-btn.d-flex input{
        width: 100% !important;
    }

    .form-gp .w-50, .form-gp .w-40, .form-gp .w-46, .form-gp .w-30{
        width: 100% !important;
    }

    .sub_title.d-flex{ flex-direction: row; }


    .order-btn-box.btn-lg-box{
        width: 100% !important;
        display: flex !important;
        margin-top: 3em;
    }
    .order-btn-box.btn-lg-box button{
        flex: 1 1 0;
        width: 100% !important;        
    }

    .order-btn-box.btn-lg-box button:first-child{
        margin-left: -1em;
        border-radius: 0;
    }
    .order-btn-box.btn-lg-box button:last-child{
        margin-right: -1em;
        margin-left:0;
        border-radius: 0;
    }

    .order_list, .order_list_footer{
        display: none;
    }
    .order_list_mobile{
        display: block;
    }
    .order_list_total{
        display: flex;
    }

    .bbs-search-form.mo{
        display: block;
    }
    .bbs-search-form.pc{
        display: none;
    }


    .category-box, .prd-list-align{
        display: none;
    }
    select.prd-align-mo{
        display: inline-block;
    }

    .prd-list dl dd{
        flex: 1 1 40% !important;
    }
}

/* 페이지 네비이게이션*/
.pagination {
    justify-content: center;
}
.page-link {
    color: #333;
}
.page-link:hover {
    color: #333;
}
.page-item.active .page-link {
    background-color: #333;
    border-color: #333;
}
.navigation-paging {
    text-align: center;
}
.navigation-paging > div {
    display: inline-block;
    margin-bottom: 10px;
}
  .navigation-paging > div > *:not(.pagination) {
    display: inline-block;
}
.paging-display-select select {
    width: auto;
}
.paging-display-number {
    padding: 0px 40px;
    width: auto;
}

////////////////////////////

.prd-linelist{
    margin-top:2em;
}
.prd-linelist dl{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.prd-linelist dl dd{
    flex: 1 1 20%;
    flex-shrink:0;
    max-width: 276px;
}
.prd-linelist dl dd{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 1.5em 0;
}
.prd-linelist .prd-img{
    text-align: center;
}
.prd-linelist .prd-img p{
    margin: 0 auto;
    max-width: 190px;
    max-height: 190px;
    overflow: hidden;
}
.prd-linelist .prd-img p img{
    width: 100%;
}
.prd-linelist .prd-info p{
    margin: 0.5em 0;
    text-align: left;
}
.prd-linelist .prd-info p.title{
    font-size: 18px;
}
.prd-linelist .prd-info p.cmt{
    font-size: 14px;
    color: var(--text-color-gray);
}
.prd-linelist .prd-info p.price{
    font-size: 17px;
}
.prd-linelist .input-box{
    display: flex;
    gap: 10px;
}
.prd-linelist .input-box input{
    border: 1px solid var(--line-gray);
    border-radius: 0.3em;
    width: 80%;
    text-align: right;
}
.prd-linelist .input-box .btn-estimate{
    width: 38px;
    height: 38px;
    padding: 0.7em;
    background: url('../../images/icon-estimate.png') center center no-repeat #5F5E5C;
    border-radius: 0.3em;
}

.prd-linelist .input-box .btn-cart{
    width: 38px;
    height: 38px;
    padding: 0.7em;
    background: url('../../images/icon-cart.png') center center no-repeat var(--bg-blue);
    border-radius: 0.3em;
}


table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid #111111;
  margin: 0 auto;
  margin-bottom: 2em;
}

thead td {
  height: 54px;
  font-weight: 700;
  border-bottom: 1px solid #111111;
  background: #f9f9f9;
}

td {
  font-style: Pretendard;
  text-align:center;
  padding: 4px 8px;
  border-bottom: 1px solid #d6d8e1;
}

td.name {
  display: flex;
  flex-direction: row;
  align-items:center;
  gap: 20px;
}
td.name img {
    width: 100px;
    height:100px;
    border-radius: 8px;
    background: #fff;
}

td.name p {
  margin-right: 4px;
  font-weight: 700;
  cursor: pointer;
  &:hover {
    text-decoration: underline;
  }

}

td.image{
    flex-direction: row;
    align-items:center;
}

td.image img {
    width: 120px;
    height:120px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    align-items: center;
}

td.info1{
  min-width: 100px;
}

td.info2{
  min-width: 100px;
}

td.info3{
  min-width: 100px;
}

td.info4{
  min-width: 150px;
}

td.info5{
  min-width: 200px;
}

@media screen and (max-width: 768px){

  thead, td.index {  
      display: none;
    }
  tbody{
    display:flex;
    width:100%;
    flex-direction:column;
      
  }

    tbody tr {
      display:block;
      padding-top: 4px;
      padding-bottom: 4px;
      border-bottom: 1px solid #d6d8e1;
    }
  
    tbody tr td {
      text-align: left;
      padding: 0 0 0px 0;
      border-bottom: 0;
      line-height: 150%;
      color:#353535;
    }
  
    tbody tr td:not(.index, .image, .info3, .info4, .info5):before {
      font-weight: 700;
      content: attr(data-label) " : ";
    }

    td.info1:after {
      display: inline-block;
      content: "•";
      color: #b7b7b7;
      margin: 0 0.2rem;
    }

    td.name {
      display: flex;
      padding-bottom: 16px;
    }
    td.desc{
      display:block;
    } 

    td.image {
        display: flex;
        padding-bottom: 16px;
    }

    td.info1:after {
      display: inline-block;
      color: #b7b7b7;
      margin: 0 0.2rem;
    }
    td.info2:after {
      display: block;
      color: #b7b7b7;
      margin: 0 0.2rem;
    }
    td.info3:after {
      display: block;
      color: #b7b7b7;
      margin: 0 0.2rem;
    }
    td.info4:after {
      display: block;
      color: #b7b7b7;
      margin: 0 0.2rem;
    }
    td.info5:after {
      display: block;
      color: #b7b7b7;
      margin: 0 0.2rem;
    }
}

////////////////////////////////////////

  
  .form-register {
    max-width: 1200px;
    padding: 30px;
    border: 2px solid #000;
    margin: 80px auto;
  }

  .form-login {
    max-width: 500px;
    padding: 30px;
    border: 2px solid #000;
    margin: 80px auto;
  }
  
  .form-forgot {
    max-width: 500px;
    padding: 30px;
    border: 2px solid #000;
    margin: 80px auto;
  }
  
  .form-title {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  
  .form-login .form-title {
    text-transform: none;
  }
  
  .form-forgot .form-title {
    text-transform: none;
  }
  
  .form-link a {
    font-size: 14px;
    color: #333;
  }
  
  .btn-submit {
    background-color: #dc3545;
    border: 1px solid #dc3545;
    color: #fff;
    text-transform: uppercase;
    min-height: 48px;
  }
  
  .btn-submit:not(:disabled):hover {
    background-color: #fff;
    color: #dc3545;
  }
  
  .form-contact {
    padding: 30px;
    border: 1px solid #ddd;
  }
  
  .btn-increment,
  .btn-decrement {
    border-color: #ced4da;
  }

.form-login .info_form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-login .info_list li{
    flex: 1 1 40%;
    border:none;
    padding: 0.5em 0;    
}

.form-login .info_list .btn_wrap{
    display: flex;
    gap: 20px;
}

.form-login .info_list .btn_wrap button{
    flex: 1 1 0;
}

.file_action {
    width: 60px;
    flex-basis: 60px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.file_action i {
    font-size: 24px;
}

.custom-file {
    height: auto;
    flex-wrap: wrap;
}

.eventinfoList {
    padding-top: 20px;
  }
  .eventinfoList ul {
    display: flex;
    flex-wrap: wrap;
  }
  .eventinfoList ul li {
    width: calc(100% / 2);
    padding: 0 7px;
    padding-top: 30px;
  }
  .eventinfoList ul li a {
    display: block;
    text-align: center;
    line-height: 27px;
    letter-spacing: -0.23px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }


/*Upload file*/
.upload_file {
    position: relative;
    text-align: center;
  }
  
  .upload_file label {
    border: 2px solid #ddd;
    position: relative;
  }
  
  .upload_file label:before {
    content: "Upload an image";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 3px;
    border-radius: 2px;
    color: #fff;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
  }
  
  .upload_file label:hover:before {
    opacity: 1;
  }
  
  .upload_file input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
  }
  
  .upload_file .description {
    font-size: 14px;
    color: #999;
    display: block;
  }
  .hide {
    display: none;
  }

  .loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }

  .loading-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid rgb(32, 61, 178);
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }