@charset "utf-8";
/**************************************************************/
/**************************************************************/
/****************************basic css*************************/
/**************************************************************/
/**************************************************************/

html, body { font-size: 15px; }
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.pc_hidden {
    display: block !important;
}
.m_hidden {
    display: none !important;
}

.min_img {
    overflow-x: auto;
    overflow-y: hidden;
}
.wrap {
    position: relative;
    overflow: hidden;
}
.section_wrap section {width: 100%;padding: 0 20px;margin: 0rem auto;}
.btn_line, .viewmore, .banner_company a, .section_wrap .banner_event a {
    font-size: 0.875rem;
    padding: 0.325rem 0rem;
}
.btn_line span, .viewmore, .banner_company a span, .section_wrap .banner_event a span {
    font-size: 1.125rem;
}
.product_btn {gap: 0.5rem;}
.product_btn input {font-size: 1rem;/* height: 36px; *//* line-height: 36px; */}
/**************************************************************/
/**************************************************************/
/**************************** header **************************/
/**************************************************************/
/**************************************************************/
/* -------------------------  header -------------------------*/
#header {
    /* position: absolute;
    top: 0; */
    z-index: 99999;
    width: 100%;
    transition: all 0.5s ease;
}
#header .logo {
    padding: 0;
    margin-left: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
}
#header .logo a img {
    width: 100px;
}
/* -----------------------  top_header ----------------------*/
.top_header {
    /* width: 100%; */
    /* padding: 0 10px; */
}
#header .top_header .wrap {
    width: 100%;
}
#header .top_header .wrap li {margin-left: 0.5rem;}

/* -----------------------  mid_header ----------------------*/
.mid_header {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
/* -----------------------  bot_header ----------------------*/
.bot_header {width: 100%;}
/* ---------------------  header_search ---------------------*/

.header_search_wrap {width: 100%;max-width: inherit;/* margin-right: 0px; */margin: 3px 10px;}

/* -----------------------  header nav ----------------------*/
#header nav {
    display: none !important;
    margin-left: 39px;
}
#header nav #gnb {
    width: 100%;
    height: 72px;
}
#header nav #gnb li {
    float: left;
    width: 150px;
    text-align: center;
    line-height: 96px;
    cursor: pointer;
}
#header nav #gnb li .nav_dep1 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
#header.active nav {
    display: block;
}
#header nav .depth_toggle {
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
    transition: .5s height, .2s background;
    display: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#header nav .depth_toggle.active {
    display: block;
    background: #fff;
}
#header nav .depth_toggle .wrapper {
    width: var(--web-width);
    /* margin: 0 auto; */
    /* margin-left: 352px; */
    margin: 0 auto;
    padding-left: 296px;
}
#header nav .depth_toggle .sub_nav {
    width: 150px;
    height: 200px;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    border-right: 1px solid #ddd;
    padding: 20px 0;
    transition: .5s height, .2s background;
}
#header nav .depth_toggle .sub_nav li {
    height: 31px;
    line-height: 31px;
    /* padding-left: 12px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
#header nav .depth_toggle .sub_nav li a {
    display: block;
    overflow: hidden;
    /*text-overflow: ellipsis;
	white-space: nowrap;*/
    font-size: 16px;
    letter-spacing: -0.6px;
}
#header nav .depth_toggle .sub_nav.on {
    background: #17357c;
    color: #fff;
    transition: .5s height, .2s background;
}
#header nav .depth_toggle .sub_nav.on li a {
    color: #f1f1f1;
}
#header nav .depth_toggle .sub_nav.on li a:hover {
    color: #fff !important;
    font-weight: 400;
}
#header.speedup {
    transition: all 0.1s ease !important;
}
#header nav .depth_toggle .sub_nav li.over {
    height: 58px;
    /* overflow: auto; */
    line-height: 18px;
    text-overflow: clip;
    white-space: pre-line;
}
#header nav .depth_toggle .sub_nav li.over a {
    overflow: visible;
    text-overflow: clip;
    white-space: initial;
}
#header nav .depth_toggle .sub_nav li.over_min {
    height: 48px;
    /* overflow: auto; */
    line-height: 21px;
    text-overflow: clip;
    white-space: pre-line;
}
#header nav .depth_toggle .sub_nav li.over_min a {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: initial;
    word-break: break-word;
}
#header nav .depth_toggle .sub_nav.on .link:after {
    content: url(/images/common/ic_external_sm_on.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}

#header nav .depth_toggle .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}

/* header 100% */

    .header_search input {
    height: inherit !important;
}
    /* .header_search_wrap {
        padding: 4px 10px;
        width: 100%;
        max-width: 100%;
        margin: 8px 14px;
        margin-top: 0;
    } */
    #header .open .map a {
        width: 80px;
    }
    #header .open {
        margin-right: 10px;
    }
/* -----------------------  header language ----------------------*/
#header .open {
    margin-right: 20px;
}
.lang .btn_lang, #header .open .login a {
    line-height: 60px;
}
/* -----------------------  header hamburger ----------------------*/
.float_wrapper {
    width: 100% !important;
    height: 52px;
    /* display: none; */
}
#header .logo a{
    color: var(--main-color);
}
#header .menu_area {
    float: right;
    padding: 0;
    /* width: 100%; */
    /* border-top: 1px solid #c9d0d4; */
}
#header .menu_area ul {
    overflow: hidden;
}
#header .menu_area ul li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    /* margin-right: 8px; */
    /* background-image: linear-gradient(-45deg, var(--main-color-2) 0%, var(--main-color) 100%); */
}
#header .menu_area ul li:nth-child(2) {
    display: block;
}
#header .menu_area ul li .btn_ham_menu {
    background-size: 28px;
}
#header .menu_area ul{
    margin-right: 0;
}
#header .menu_area ul li a {
    font-size: 14px;
    line-height: 72px;
}
#header .menu_area ul li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.offcanvas {
    width: 540px;
}
.offcanvas .menu_login .wrapper {
    width: 300px;
}
.offcanvas .h_tabcontent {
    margin-top: 64px;
    font-size: 17px;
}
.offcanvas .h_tablinks {
    height: 64px;
    line-height: 64px;
}
.offcanvas .menu_login {
    height: 64px;
    line-height: 64px;
}
.offcanvas .h_tabcontent .sub_nav > li > a {
    height: 64px;
    line-height: 64px;
}
.offcanvas .h_tabcontent .depth3 {
    padding: 20px 32px;
}
.offcanvas .tab {
    padding-top: 64px;
}
.offcanvas .h_tabcontent .menu2_link.active:after {
    top: 36px;
}

.offcanvas .h_tabcontent .menu2_link:after {
    top: 28px;
}


.mid_header .cont {
    position: absolute;
    top: -5px;
    right: 45px;
    width: 150px;
}
.mid_header .cont img {
    height: 20px;
}

/**************************************************************/
/**************************************************************/
/***************************** main ***************************/
/**************************************************************/
/**************************************************************/

/* -------------------------  bxslider ------------------------*/
/* .bx-wrapper .bx-controls-direction a {
    top: -34px !important;
}
.bx-wrapper .bx-controls-direction a:last-child {
    left: unset;
}
.bx-has-pager {
    width: 100%;
}
.bx-wrapper .bx-pager {
    bottom: 24px !important;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    padding-right: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px !important;
    height: 10px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 10px !important;
} */
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {left: 3rem;}

/* -----------------------  main_visual ----------------------*/
#main .visual {
    /* margin: 143px auto 0; */
}
#main .visual, #main .visual .main_visual, #main .main_visual .bx-wrapper .bx-viewport, .bx-wrapper .main_slider li {
    width: 100%;
    /* height: 300px !important; */
}
.main_visual {
    background-size: cover;
}
/* .main_slider li>.wrap .txt {
    padding: 0 20px;
}
.main_slider li>.wrap .txt h5 {
    font-size: 1.25rem;
    margin: 0px 0 20px 0;
}
.main_slider li.visual02>.wrap .txt h5 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.main_slider li>.wrap .txt p strong {
    font-size: 1rem;
} */



#main .visual .caption {
    padding-top: 145px;
}
.main_slider li>.wrap .txt img {
    max-height: 2rem;
    margin-bottom: 10px;
}
.main_slider li>.wrap .txt p span {font-size: 1rem;}
.main_slider li>.wrap .txt p {
    margin: 0rem 0 0.75rem;
    font-size: 0.925rem;
    line-height: 1.4em;
}
.main_slider li>.wrap {
    height: 300px;
    width: 100%;
    padding: 3rem;
}
.main_slider li>.wrap .product img {
    height: 100%;
}


/**************************************************************/
/**************************************************************/
/***************************** sub ****************************/
/**************************************************************/
/**************************************************************/
/* ------------------------  sub_visual ----------------------*/
.sub_visual {
    padding: 0;
}
.sub_visual .tit {
    display: none;
}
.sub_visual > div {
    background-size: cover;
    background-position-x: center;
}
.sub_visual h1 {
    line-height: 200px;
}
/* ----------------------  sub_container ---------------------*/
.sub_container {
    min-height: auto;
}
.search_id_c{
    min-height: 395px;
}
.sub_container>.wrapper {width: 100%;}
.layout_sub {
    padding-top: 150px;
}
.pd_category .count {
    margin-left: 1rem;
}
.pw_wrapper{
    padding: 12.5rem 3rem;
}

/**************************************************************/
/**************************************************************/
/*************************path_container***********************/
/**************************************************************/
/**************************************************************/
/* ----------------------- 일반형태 path ---------------------*/
.path {
    width: 100%;
    display: inherit;
}
.path_container {/* border-top: 1px solid #c9d0d4; *//* margin-top: 1px; */margin: 0 auto; margin-top: -3.4rem;}
.path_container .path {
    height: auto;
}
.path_container .caption {
    text-align: center;
    /* padding-top: 240px; */
    font-size: 32px;
    /* color: #fff; */
    /* letter-spacing: -2px; */
    line-height: 320px;
}
.path .home {
    width: 48px;
    height: 48px;
    padding: 0 16px;
}
.path .home img {
    padding: 14px 0;
}
.path .depth_btn {
    line-height: 48px;
    font-size: 14px;
    width: 100%;
}
.path_inside {
    width: 100%;
    /* border-bottom: 1px solid #ddd; */
    /* padding: 0 10px; */
}
.path_inside > div {
    width: calc((100% - 48px) / 3);
}

.pd_category {
    /* width: 120px; */
}
.product_top.tit {
    width: calc(100% - 146px);
    margin-right: 10px;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}
/* .path_inside > div.depth3 {width: 100%; border-top: 1px solid #ddd;} */
.path .depth_btn i {
    top: 14px;
}
.path .depth_btn:before {
    height: 48px;
}
.path [class^="depth"] ul {
    top: 47px;
}
.path_container .path .sub_tab ul {
    overflow: hidden;
}
.path_container .path .sub_tab ul li {
    /* float: left; */
    /* text-align: center; */
    height: 50px;
    line-height: 50px;
    /* background: #fff; */
    border-left: 1px solid #ddd;
    font-size: 15px;
    /* font-weight: 300; */
}
.path_container .path .sub_tab ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
}
.path_container .path .sub_tab ul li.on a {
    color: #fff;
    font-weight: 500;
}
.path .depth_btn span {top: 16px;}

/* ------------------------- 탭형태 path ---------------------*/
.path_tab {width: 100%;}
.path .depth3 {
    border-top: 1px solid var(--c-black-5);
    width: 100%;
    border-bottom: 1px solid var(--c-black-5);
}
/**************************************************************/
/**************************************************************/
/**************************** footer **************************/
/**************************************************************/
.footer {
    height: auto;
}
.footer .wrapper {
    width: 100%;
    flex-wrap: wrap;
    padding: 10px;
}
/* .footer .footer_top {padding: 1rem} */
.footer .footer_mid {padding: 1rem;}
.footer_mid .btn_wrap {width: 100%;margin-bottom: 0.75rem}
.footer .txt p br {display: none;}
.footer .txt p, .footer .txt h5 {font-size: 0.875rem;}
.footer_mid .logo {
    width: 100%;
    margin-bottom: 10px;
}
.footer_mid .logo img {
    width: 130px;
}
#footer.mainfooter .footer{
    height: auto;
}
#footer.mainfooter .footer .wrapper{
    width: 100%;
    flex-wrap: wrap;
    padding: 0 20px;
}
/* ----------------------- 3단 info 박스 ---------------------*/
.footer_info {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1rem 0;
}
.footer_info .box {
    width: 32.5%;
    margin-right: 0;
}
.section_footer_info .footer_info .box h4, .footer_info .box .cont .lg {
    font-size: 1.25rem;
}
.footer_info .box .tit, .footer_info .box .notice li {margin-bottom: 0.5rem;font-size: 0.925rem;}
.footer_info .box .cont {padding: 0.925rem;}
.footer_info .box .cont .md {
    font-size: 0.925rem;
}
.footer_info .box .cont .sm {
    position: relative;
    bottom: inherit;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.3em;
}

/**************************************************************/
/**************************************************************/
/************************** search pop ************************/
/**************************************************************/

#search_pop {width: 95%;height: 70vh;top: 80px;}
#search_pop .wrapper { padding: 20px; }



/**************************************************************/
/**************************************************************/
/************************** max & title ***********************/
/**************************************************************/
.sub_container .wrapper .max, .no_visual .sub_container .wrapper .max, .no_visual .sub_container .wrapper .max {
    padding: 30px 20px;
    min-height: auto;
}
.myqna_max{
    padding: 5.15rem 1.7rem !important;
}
.id_max{
    padding: 8.1rem 0 !important;
}
.login_max{
    padding: 8.9rem 0 !important;
}
.order_return_max{
    padding: 4.63rem 3rem !important;
}
.search_id_c_wrapper{
    /* padding: 100px 20px 30px 20px !important; */
}
.sub_container .wrapper .max_wrap_nm {
    margin-top: -50px;
}
.max .tit, .section_wrap section .tit {
    margin-top: 2rem;
    margin-bottom: 0px;
}
.max .tit:first-child {margin-top: 0;}
.section_wrap .banner_event .tit h4 {
    font-size: 1.5rem !important;
}
.page_tit {margin-bottom: 2rem;font-size: 1.75rem;}
.contents .tit h4 {
    margin-top: 20px;
    margin-bottom: 16px;
}
.contents .tit h5 {
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 16px;
}
.contents .subtit h5 {
    font-size: 1rem;
    margin-bottom: 20px;
}
.max .tit .viewmore {
    width: 100%;
    text-align: right;
    margin-top: 0;
}


/*********************** product_list 상품리스트 **********************/
p.no_product_list {
    font-size: 1rem;
    padding: 30px;
}
.product_list_card .card .img {
    height: calc(100% - 46px);
    padding: 2rem 1rem 1rem;
}
.product_list_card .card .img h5 {
    font-size: 1.375rem;
}
.product_list_card .card .btn_wrap {
    height: 3rem;
}
.product_list_card .card .btn_wrap a {font-size: 0.975rem}
.product_list .product .txt h5 {
    font-size: 0.825rem;
}
.product_list .product .txt h6, .product_list .product .txt h7, .product_list .product .txt h8 {
    font-size: 0.925rem;
}
.product_list .product .txt h7 span, .product_list .product .txt h8 span {
    font-size: 0.975rem;
}
.product_list .product .txt p {
    font-size: 0.875rem;
    line-height: 1.3em;
    margin-bottom: 0.125rem;
    min-height: 2.25rem;
}
.product_list .product .img .btn_cart {
    width: 1.75rem;
}
.product_list .product .img .btn_cart span {font-size: 0.925rem;}
.product_list .product .txt .tag_wrap {
    gap: 0.125rem;
    margin-bottom: 0.325rem;
}
.product_list .product .txt .tag_wrap .tag {
    /* padding: 0 2px;
    font-size: 0.75rem; */
}

/**************************************************************/
/**************************************************************/
/**************************** main ****************************/
/**************************************************************/
/**************************************************************/
.banner_company {
    padding: 2rem 0 2rem 3rem;
    margin-top: 2rem;
}
.banner_company p {
    font-size: 1.125rem;
    line-height: 1.6em;
    margin-bottom: 0.75rem;
}
.banner_company p span {
    font-size: 1.325rem;
}
.banner_event {
    padding: 3rem;
    margin-top: 2rem;
}
.section_wrap .banner_event .tit img {
    max-height: 1.325rem;
    margin-right: 0.75rem;
}
.section_wrap .banner_event .tit p {
    font-size: 1.325rem;
}

/**************************************************************/
/**************************************************************/
/********************* tab contents setting *******************/
/**************************************************************/
/**************************************************************/
.tab_link {
    margin-bottom: 1rem;
}
.tab_link .tablinks {
    font-size: 0.875rem;
    /* padding: 0.325rem 0.125rem; */
}
.tab_click_li dt .tit {
    margin: 0;
    flex-wrap: wrap;
}
.tab_click_li dt .tit>span.cate {min-width: calc(100% - 40px);margin-bottom: 10px;}
.tab_click_li dt .tit>span.material-icons {margin-bottom: 10px}


  /**************************************************************/
  /**************************************************************/
  /********************** sub 서브페이지 ************************/
  /**************************************************************/
  /**************************************************************/
  /* --------------------- map 찾아오시는 길 -------------------*/
.map_info {
    margin-top: 2rem;
    gap: 1rem;
}
.map_info .loca {
    padding: 1.5rem 2rem 1rem;
}
.map_info .loca h5 {
    font-size: 1.325rem;
}
.map_info .loca p {margin-top: 0.5rem;font-size: 0.925rem;}
.map_info .loca p span.lg {font-size: 1.25rem;}
.map_info .transport {width: 100%;}
.map_info .transport.subway {
    border-right: 0;
    border-bottom: 1px solid var(--sub-color-5);
    padding-bottom: 1rem;
}
.map_info .transport .img {
    font-size: 1.25rem;
    width: 6rem;
    justify-content: flex-start;
}
.map_info .transport .img span {
    font-size: 1.75rem;
    margin-right: 0.5rem;
}
.map_info .transport .txt {margin: 0;}
.id_pw_sch {font-size: 1.25rem;}
.privacy {    padding: 1rem;}


/*----------------------------------------1300--------------------------------*/

@media screen and (max-width:1300px) {

    /******************** 비밀번호 찾기 페이지 *********************/
    .pw_id_max{
        padding: 2rem 0 !important;
    }
    .search_complete{
        padding: 1.99rem;
    }

    /******************** 회원가입 완료 페이지 *********************/
    .join_max{
        padding: 2rem 0 !important;
    }

    /******************** 메인 페이지 *********************/
    .section_wrap section .tit .viewmore{
        margin-bottom: 1rem;
    }
    .banner_event{
        width: calc((100% - 0px) / 2);
        /* padding: 2rem;
        gap: 2rem; */
    }
    .banner_left_txt{
        width: 60%;
        margin-left: 1.5rem;
    }
    .banner_right_img{
        width: 40%;
    }
    .banner_right_img>img{
        width: 100px;
        height: auto;
    }
    .banner_left_txt>h3{
        font-size: var(--txt-xl);
    }
    .last_section{
        height: auto;
        background-size: cover;
        margin-top: 1rem;
    }
    .last_section_last_p{
        margin-bottom: 1rem;
    }

    /* 서브 페이지 */
    .sub_box{
        width: 100%;
    }
    .sub_box .product_txt_box{
        width: 100%;
    }
    .sub_box .product_box .box .img{
        width: 100%;
        height: auto;
    }
    .sub_box .product_viewbox .right .product_txt_box{
        width: 100%;
        padding: 1rem 1.4rem;
    }
    .sub_box .product_viewbox .right .detail_button{
        margin-top: 5rem;
    }


    /* Customer > notice */
    .sub_box .notice_box{
        /* margin: 0 0 13rem 0; */
    }

    /* 서브제목 */
    .max .tit h4{
        width: auto;
        float: none;
        font-size: 1.875rem;
    }
    .max .sub_tit{
        height: 30px;
    }

    /* E-catalogue > E-catalogue */
    .ecatalogue_box .ecatalogue_inner .box .img{
        width: 100%;
    }

}


/*----------------------------------------1100--------------------------------*/

@media screen and (max-width:1100px) {

    /* E-catalogue > E-catalogue */
    .ecatalogue_box .ecatalogue_inner .box{
        width: 30%;
    }
    .ecatalogue_box .ecatalogue_inner .box .img{
        width: 100%;
        height: 400px;
    }

}


/*----------------------------------------1024--------------------------------*/

@media screen and (max-width:1024px) {
    /***************************** main visual ****************************/
    
    /*********************** product_list 상품리스트 **********************/
    .promotion h4 {
        font-size: 1.5rem !important;
    }
    .section_wrap section .tit h4 {font-size: 1.5rem !important;}
    /************************ mypage 마이페이지 ***************************/
    .mypage_wrap { width:100%; justify-content: inherit;flex-wrap: wrap; } 
	.mypage_info {width:100%; }
	.mypage_state {width:100%; margin-top:1.25rem;    padding: 1.5rem 0; }
    .mypage_state .state .circle01 { width: 4.25rem; height: 4.25rem; line-height: 4.25rem; border-radius: 3.125rem; font-size: 2.5rem; background-size: 30px;}
    .mypage_state .state .circle02 { width: 4.25rem; height: 4.25rem; line-height: 4.25rem; border-radius: 3.125rem; font-size: 2.5rem; background-size: 30px;}
    .mypage_state .state .circle03 { width: 4.25rem; height: 4.25rem; line-height: 4.25rem; border-radius: 3.125rem; font-size: 2.5rem; background-size: 30px;}
    .mypage_state .state .circle04 { width: 4.25rem; height: 4.25rem; line-height: 4.25rem; border-radius: 3.125rem; font-size: 2.5rem; background-size: 30px;}
    .mypage_state .state .circle05 { width: 4.25rem; height: 4.25rem; line-height: 4.25rem; border-radius: 3.125rem; font-size: 2.5rem; background-size: 30px;}

    .mypage_state.coupon{
        width: 100%;
        margin-top: 0;
        padding: 0;
        gap: 1rem;
    }

    /*footer*/
    .footer_right{
        margin-top: 1rem;
    }
    .right_txt>p{
        text-align: start;
    }
    .right_txt>h5{
        text-align: start;
    }

     /***************************** 로그인페이지 ****************************/
     .login_wrapper{
        flex-wrap: wrap;
    }
    .login_max{
        padding: 30px 20px !important;
        min-height: 0 !important;
    }
    .login_wrap_box{
        min-width: 0 !important;
    }

    /* 서브페이지 */
    .sub_box .product_viewbox{
        flex-wrap: wrap;
    }
    .sub_box .product_viewbox .right{
        width: 100%;
    }
    .sub_box .product_viewbox .left{
        width: 100%;
    }
    .sub_box .product_viewbox .right .detail_button{
        margin-top: 1rem;
    }
    .sub_box .product_view_wrap .box{
        width: calc((100% - 2rem)/3);
    }
    .sub_box .product_view_wrap .box .img{
        width: 100%;
        height: 100%;
    }

    /* PVC Tarpaulin > Tarpaulin */
    .Tarpaulin_wrap .tarpaulin_box .img{
        width: 49%;
    }
    .Tarpaulin_wrap .tarpaulin_box .img img{
        width: 100%;
    }
    .Tarpaulin_wrap .tarpaulin_box_2 .img{
        width: 49%;
    }
    .Tarpaulin_wrap .wall_wrap .wall_box{
        flex-wrap: wrap;
    }
    .Tarpaulin_wrap .wall_wrap .wall_box .right{
        width: 100%;
    }
    .Tarpaulin_wrap .wall_wrap .wall_box .left{
        width: 100%;
    }
    .Tarpaulin_wrap .wall_wrap .wall_box .right .img img{
        width: 100%;
    }

    /* others > PVC Table Cloth*/

    .pvc_cloth_box .img{
        width: 49%;
    }
    .pvc_cloth_box .img img{
        width: 100%;
    }
  

}



/*----------------------------------------980--------------------------------*/
@media screen and (max-width:980px) {
    /*********************** product_list 상품리스트 **********************/
    .promotion>.product_list>.product:nth-child(5) {
        display: none;
    }
	.promotion>.product_list>.product, .product_list .product {
        width: calc((100% - 60px) / 4) !important;
    }
    .product_list_card .card {width: calc(((100% - 60px) / 4)*2);}

    /* 세일상품 리스트 */
    .product_sale{
        width: calc((100% - 20px) / 2) !important;
    }
    
    /****************************** 탭형태 path ***************************/
    .path_tab .tab_link_wrap {overflow: hidden !important;}
    .path_tab .tab_link_wrap .tablinks {font-size: 1rem; padding: 10px 0;}

    /* 서브페이지 */
    .sub_box .product_box .box{
        width: calc((100% - 4.5rem)/3);
    }

    
}



/*--------------------------------------800----------------------------------*/
@media screen and (max-width:800px) {
    /****************************** login *****************************/
    .login_footer .remember_id {width: 100%;}
    
    /****************************** 탭형태 path ***************************/
    .path_tab .tab_link_wrap {padding: 0;}

    /*************************** modal popup **************************/
    .modal_conts .tb {
        max-width: inherit;
        min-width: inherit;
    }
    .modal_bg {
        width: 100%;
        height: 400px;
    }
    .modal_conts {
        /* width: 80%; */
        width: auto;
        max-height: 450px;
        min-width: auto;
        overflow: auto;
    }

    /***************** product_top 상품리스트 상단 *********************/
    .product_top {flex-wrap: wrap;}
    .product_top .pager {width: 100%;}
    /* .product_top .flex_end, .pd_category {width: 100%;} */
    .pd_category .count {margin-left: 1rem;}
    .product_top .btn {margin-left: 0; margin-top: 10px;}
    .product_top .btn:first-child {margin-left: 0 !important;}
    .product_top .view_sel {margin: 1rem 0 0 0;}
    .pd_category .category_name {font-size: 1.5rem;}
    
    /***************** product_view 상품 상세페이지 ********************/
    .product_preview { display: inherit; margin-top: 0; }
    .product_preview .img_wrap { width: 80%; padding: 0; margin: 0 auto; margin-bottom: 1.5rem;}
    .product_preview .img_wrap .img { display: flex; align-items: center; justify-content: center; }
    .product_preview .img img {max-width: fit-content;}
    .product_preview .cont { width: 100%; }	
    .product_detail .tab_link .prd_tablinks {font-size: 1rem;}
  

    /************************** data 자료실 ****************************/
    .data_top {
    padding: 1.5rem;
}
    .data_top .top_wrap {
        flex-wrap: wrap;
        justify-content: stretch;
    }
    .data_top .top_wrap .view_sel {
        margin-right: 0;
        width: 100%;
    }
    .data_top .top_wrap .view_sel select {
        width: 100%;
    }
    .data_top .board_top .search_form {flex-wrap: wrap;width: 100%;margin-top: 0px;}
    .data_top .board_top select {width: 100%; margin: 0;}
    .data_top .board_top .search_group {width: 100%;margin-top: 0.25rem !important;}
    .data_top .top_wrap .date_form .search_group #schText {
    width: calc(100% - 40px);
    }

    .data_cont {
        margin-top: 30px;
    }
    .data_list .product {
        flex-wrap: wrap;
        padding: 15px 0;
    }
    .data_list .product .num, .data_list .product .comp, .data_list .product .tit {
        width: 100%;
        margin-top: 0;
        margin-bottom: 8px;
        text-align: left;
    }
    .data_list .product .case {text-align: left;width: 100%;}
    .data_list .file {
        justify-content: left;
        width: 64px;
    }
    .data_list .product .date {
        width: 90px;
        text-align: left;
    }
    .product_table td .count {/* width: 100%; */}
    .product_table .tb_product {
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: flex-start;
        /* justify-content: space-between; */
    }
    .product_table .tb_product .img {width: 5rem;}
    .product_table .tb_product .txt {
        width: calc(100% - 6rem);
        /* margin-top: 10px; */
        display: block;
    }
    .product_table .total {
		text-align: center;
		background: #f6f6f6;
		display: flex;
    	justify-content: space-between;
		padding: 12px 20px;
	}
    .product_table .m_hd { display: none;}
    .product_table .txt_strong { 
        display: inline-block;
        width: 90px;
    }
    .product_table span:last-child { 
        /* display: inline-block;
        width: calc(100% - 90px); */
    }
    .product_table.table_block tr td {
        display: flex;
        justify-content: space-between;
    }
    .table_block_block tr td{
        display: flex;
        justify-content: flex-start !important;
    }
    .product_btn input {
        width: calc((100% - 0.5rem) /2);
    }
    .basket_btn input{
        width: calc((100% - 0.5rem) /1);
    }
    .pd_wrap {
        /* width: 100%; */
        display: inherit;
    }

     /* 세일상품 리스트 */
     .product_sale{
        width: 100% !important;
    }
    .sale_txt h6{
        font-size: var(--txt-md);
    }

    /* E-catalogue > E-catalogue */
    .ecatalogue_box .ecatalogue_inner .box{
        width: 47%;
    }
    .ecatalogue_box .ecatalogue_inner .box .img{
        height: 500px;
    }

    /* PVC Tarpaulin > Tarpaulin */
    .Tarpaulin_wrap .tarpaulin_box .img{
        width: 100%;
    }
    .Tarpaulin_wrap .tarpaulin_box_2 .img{
        width: 100%;
        border: none;
    }
    .Tarpaulin_wrap .tarpaulin_box_3 .img{
        width: 100%;
    }

    /* 패턴 */
    .sub_box .product_txt_box ul li .pattern_flex{
        flex-wrap: wrap;
    }
    .sub_box .product_txt_box ul li .pattern_flex p{
        width: 100%;
    }
    .sub_box .product_txt_box ul li span{
        width: auto;
    }

    /* others > PVC Table Cloth*/
    .pvc_cloth_box .img{
        width: 100%;
    }

}




/*--------------------------------------700----------------------------------*/
@media screen and (max-width:700px) {
    /***************************** footer ******************************/
    .footer_info .box {
        width: 100%;
        margin-bottom: 0.75rem;
    }
    .footer_mid .btn_wrap a {
    width: 25%;
    min-width: inherit;
}
    .footer_info .box .tit span {font-size: 1.35rem;margin-top: 0.25rem;}

    /********************** product_list 상품리스트 ********************/
    .promotion {padding: 1rem; margin-bottom: 2rem;}
    .product_list, #search_pop .product_list {gap: 20px;}
    .promotion>.product_list>.product, .product_list .product {
        width: calc((100% - 20px) / 2) !important;
    }
    .product_list_card .card {width: 100%;}
    .product_list_card .card .img h5 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}
    .product_list_card .card .img {
    height: auto;
    padding: 2rem 2rem 1rem;
}

    /***************** product_view 상품 상세페이지 ********************/
    .product_detail .tab_link .prd_tablinks {padding: 10px;}


    /******** terms & privacy 이용약관 &개인정보처리방침 **********/
    .privacy h2 {
        margin-bottom: 1rem;
        font-size: 1.325rem;
        margin-top: 1.5rem;
    }
    .privacy h2:first-child {
        font-size: 1.5rem; margin-top: 1rem;}
}




/*----------------------------------------640--------------------------------*/

@media screen and (max-width:640px) {
    /**************************** basic **************************/
    .flex input {display: inline-block;}
	input[type="text"], input[type="password"], select {/* height: 32px !important; *//* font-size:13px; */}
	input[type="file"] { font-size: 0.875rem; max-width:160px; }
	textarea { font-size:0.875rem; }
    .btn_etc {
        /* margin-top: 2px; */
    }
	.i_sup_ph { width: 29%; }
	.i_sup_md {/*max-width:80px; min-width:100%; */}
	.ph_solt { width: 3%; display: inline-block; }	
	.btn {/* height: 48px; *//* line-height: 48px; *//* min-width: 90px; */font-size: 0.875rem;}	
	.btn_s {/*height: 32px; line-height:32px;*/font-size:0.875rem;}
    .date_search input[type="text"] { width: calc(50% - 10px);}
    .date_search .date_tit {width: 100%;}


    a.pop_btn_confirm {
        display: inline-block;
        text-align: center;
        width: 80px;
        background: #3DCD58;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        font-weight: 400;
    }
    a.pop_btn_cancel {
        display: inline-block;
        text-align: center;
        width: 80px;
        background: #666;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        font-weight: 400;
    }
    a.btn_write {
        margin-bottom: 10px;
    }
    .txt_box_l {
        width: 100%;
        margin-bottom: 4px;
    }
    /**************************** main ***************************/
    .banner_company {
    padding: 2.25rem 2rem 2rem;
    background: url(../images/main/banner_company.png) no-repeat left;
}
    .banner_company p {
    font-size: 1.125rem;
}
    .banner_company p br {display: none;}
    .banner_company p span {
    font-size: 1.25rem;
}
    .banner_event {
    /* padding: 2.25rem 2rem;
    flex-wrap: wrap; */
}
    .banner_event .tit {width: 100%;}
    .section_wrap .banner_event .tit img {
    max-height: 1.25rem;
}
    .section_wrap .banner_event .tit p {
    font-size: 1.425rem;
}

    /*************************** header **************************/
    /*********************** 일반형태 path **********************/
    .path .depth_btn {
        line-height: 48px;
        width: 100%;
        font-size: 14px;
        padding: 0 18px;
        height: 48px;
        text-overflow: ellipsis;
        overflow: hidden;
        /* white-space: pre; */
        min-width: auto;
    }
    .path .home {
        width: 48px;
        line-height: 48px;
    }
    .path .home img {
        padding: 18px 0;
    }

    .path_container .path {
        height: auto;
    }
    .path .depth1,
    .path .depth2 {
        width: calc(50% - 24px);
    }

    /************************* 탭형태 path ************************/
    .path_tab .tab_link_wrap .tab_link .tablinks .txt_sm {
        width: 100%;
        line-height: 1rem;
    }

    .path_tab .tab_link_wrap .tab_link .tablinks {

    }
    /************************** offcanvas *************************/
    .offcanvas .btn_close {
        top: 0px;
        right: 10px;
    }
    .offcanvas {
        width: 100%;
        margin-right: -100%;
    }
    .offcanvas .tab {
        width: 150px;
        padding-top: 54px;
    }
    .offcanvas .tab .fixed_wrapper {
        width: 150px;
    }
    .offcanvas .h_tablinks {
        height: 54px;
        line-height: 54px;
        font-size: 14px;
        padding: 0 12px;
    }
    .offcanvas .menu_wrapper {
        width: calc(100% - 150px);
    }
    .offcanvas .menu_login .wrapper {
        width: 100%;
    }
    .offcanvas .menu_login {
        width: calc(100% - 120px);
        height: 54px;
        line-height: 54px;
        font-size: 15px;
        padding: 0 20px;
    }
    .offcanvas .h_tabcontent {
        margin-top: 54px;
    }
    .offcanvas .h_tabcontent .sub_nav > li > a {
        height: 54px;
        line-height: 54px;
        font-size: 15px;
        padding: 0 20px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: pre;
    }
    .offcanvas .h_tabcontent .menu2_link:after {
        top: 24px;
        right: 12px;
    }
    .offcanvas .h_tabcontent .menu2_link.active:after {
        top: 30px;
        right: 12px;
    }
    .offcanvas .h_tabcontent .depth3 {
        padding: 18px;
    }
    .offcanvas .h_tabcontent .depth3 .menu3 {
        font-size: 14px;
        line-height: 24px;
    }

    /************************ 질문 답변 page **********************/
    .directions { display:none; width:96%; height:auto; margin:0 auto; background:#fff; font-size:1rem; overflow-y:hidden; box-sizing: border-box; border: 1px #333 solid; max-width: 420px;}
    .directions .info_tit { width: 100%; height: 45px; line-height: 45px; background:#7c919d; /*border-top: 5px solid #009475; border-bottom: 1px solid #ccc;*/ text-align: center; font-size: 18px; font-weight: 500; margin: 0 auto 20px; color: #fff;}
    .directions dl.info_list dt { font-size:1rem; margin-bottom: 20px; text-align: center;}
    .directions dl.info_list dd { margin-bottom: 20px; text-align: center;}
    .directions input {padding: 5px 5px 5px 10px;height: 35px;box-sizing: border-box; width: 90%; border: 1px solid #ddd;}
    .directions .pop_close { cursor: pointer; position: absolute;top: 0px;right: 7px;}
    .directions .pop_close img {width: 20px;}
    .pop_btn_area {width:100%;text-align:center;margin:20px auto;}
    .notice .cont.qna a>div .tit {
        height: 31px;
        padding-top: 4px;
        white-space: inherit;
    }
    .notice .cont.qna a>div .info {
        margin-top: 6px;
        height: 30px;
    }

    /************************** data 자료실 ****************************/
    .data_tab .tab_link .tablinks, .data_tab .tab_link .tablinks.active, .data_tab .tab_link .tablinks:hover {
        font-size: 0.825rem;
        padding: 10px;
    }

    /******************** mypage 마이페이지 ***********************/
    .mypage_state {
        flex-wrap: wrap;
    }
    .mypage_state .state {
        width: 33%;
        margin-bottom: 10px;
        
    }
    .mypage_state.coupon .state {
        font-size: 1rem;
        padding: 1rem;
    }
    .mypage_state .state:last-child {
    align-self: center;
}


    .mypage_menu {
    flex-wrap: wrap;
    margin-top: 2rem;
}
    .mypage_menu .box {
    width: 100%;
    margin-bottom: 2rem;
}
    .mypage_menu .box h3 {
    font-size: 1.25rem;
}
    .mypage_box{
        margin-top: 0;    
    }
    .mypage_bottom{
        flex-wrap: wrap;
        gap: 0;
    }

    /******************** product_view 상품 상세페이지 *********************/
    .count .count_btn a {
        width: 36px;
        height: 36px;
    }
    .count .count_btn input[type=text] {
    width: 48px;
    height: 36px !important;
    }
    .main_slider li>.wrap {
        padding: 2rem 0 2rem 2rem;
    }
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {left: 2rem;}

    /******************** 로그인 페이지 *********************/
    .login_wrapper{
        gap: 0;
    }

    /******************** 비밀번호 찾기 페이지 *********************/
    .pw_id_max{
        padding: 0 !important;
    }

    /******************** 아이디 찾기 완료 페이지 *********************/
    .search_complete{
        padding: 1rem !important;
    }

    /******************** 메인 페이지 *********************/
    .banner_event{
        width: calc((100% - 0px) / 1);
        height: 100px;
        margin-top: 0;
    }
    .banner_event:nth-child(1){
        margin-top: 2rem;
    }
    .banner_right_img>img{
        width: 65%;
        height: auto;
    }
    .banner_left_txt>p{
        margin-bottom: 0;
    }
    .banner_left_txt>h3{
        line-height: 2rem;
    }

    /******************** 상품 상세 페이지 *********************/
    .product_btn{
        flex-wrap: nowrap;
    }
    .product_btn.three input{
        width: calc((100% - 1rem) /3);
    }

    /******************** 제품 - 판매량, 최신순, 낮은 가격순, 높은 가격순 *********************/
    .product_top .view{
        /* margin-left: 0.7rem; */
    }
    .product_top.tit span{
        padding: 0 3px;
    }
    .product_top .view a{
        font-size: var(--txt-sm);
    }

    /* 메인 */
    .main_copy_top h2{
        font-size: 2rem;
        line-height: 2rem;
    }
    .main_copy_top h3{
        font-size: 1rem;
        margin-top: 1rem;
    }


    /* 서브 */
    .sub_box .product_box .box{
        width: calc((100% - 2.5rem)/2);
    }
    .sub_box .product_tab_box a{
        font-size: 1rem;
        padding: 1rem 0.3rem;
    }
    .sub_box .product_txt_box ul li{
        flex-wrap: wrap;
        gap: 0.1rem;
    }
    .sub_box .product_txt_box ul li span{
        /* width: 100%; */
    }
    .sub_box .product_view_wrap .box{
        width: 100%;
    }

    /* Company > Factory */
    .sub_box .factory_box{
        margin: 0 0 8.5rem 0 !important;
    }

     /* E-catalogue > E-catalogue */
     .ecatalogue_box .ecatalogue_inner .box{
        width: 100%;
    }
    .ecatalogue_box .ecatalogue_inner .box .info .catalogue_button .btn{
        width: 100%;
    }
    .ecatalogue_box .ecatalogue_inner .box .img{
        height: 100%;
    }

    /* PVC Tarpaulin > Tarpaulin */
    .Tarpaulin_wrap .tarpaulin_box_4{
        flex-wrap: wrap;
    }
    .Tarpaulin_wrap .tarpaulin_box_4 .img{
        width: 100%;
    }
    .Tarpaulin_wrap .wall_wrap .wall_box .left p{
        text-align: inherit;
    }

}






/*----------------------------------------580--------------------------------*/

@media screen and (max-width:580px) {
  /************************** map 찾아오시는 길 ****************************/
    .map_info .loca {
    padding: 1.25rem 1rem 1rem;
}
    .map_info .loca h5 {
        font-size: 1.05rem;
    }
    .map_info .loca p span.lg {font-size: 1.05rem;width: auto;height: auto;transform: inherit;}
    .map_info .transport {gap: 0.5rem;}
    .map_info .transport .txt {
    width: calc(100% - 6rem);
}
    .map_info .transport .img {
        font-size: 1rem;
        width: 5rem;
    }
    .map_info .transport .img span {
        font-size: 1.5rem;
        margin-right: 0.325rem;
    }
    .map_info .loca p span {padding: 0 0.5rem}
    .map_info .transport .txt .tag_wrap .tag {
    font-size: 0.925rem;
    padding: 0.125rem 0.325rem;
}
    .map_info .transport .txt .tag_wrap {font-size: 0.925rem;}
    
    /************************tab contents setting ***************************/
    .tab_wrap {
        margin-bottom: 0;
    }
    .tab_link .tablinks {
        width: calc(100% / 3);
    }
    /******************* product_view 상품 상세페이지 ***********************/
    .product_preview .cont .tit h2 {/* font-size: 1.325rem; */}
    .product_preview .cont .tit h3 {/* font-size: 0.925rem; */ line-height: 2rem;}
    .product_preview .cont .detail li {line-height: 1.8em;}
    .product_preview .cont .detail {/* padding: 10px 0; */}
    
    /**************** tb_product 상품이미지 및 정보 테이블 ******************/



    /******************************** search pop *****************************/
    #search_pop {
        padding: 10px 0;
    }
    #search_pop .t_search_wrap {
        margin-bottom: 20px;
    }

    /* 상품상세페이지 - 상품문의 */
    .inquiry_wrap .cont .tit_wrap .tit{
        max-width: 100% !important;
    }

    /* Company > About */
    .about_box h5{
        font-size: 1.125rem;
    }
    .product_txt_box .greeting_p{
        text-align: inherit;
        font-size: 1rem;
    }
    .about_box .top_p{
        margin-top: 1.5rem;
    }
    .sub_box .about_box{
        padding: 1.5rem;
        margin: 0;
    }


}
	
	
	
	
	
/*----------------------------------------480--------------------------------*/

@media screen and (max-width:480px) {
    /*************************** basic ***************************/
    table th {
        font-size: 1rem;
    }
    .btn_etc {
        /* width: 130px; */
        /* margin: 0; */
        /* margin-left: 2px; */
        /* height: 32px; */
        /* padding: 4px 0; */
    }
    .txt_ex {
        display: block;
    }
    .flex_res {
        display: flex;
    }
    .flex_res .btn_modify, .flex_res .btn_delete, .flex_res .btn_back {
        float: inherit;
        width: 32%;
        margin-right: 2%;
    }
    .flex_res .btn_back {
        margin-right: 0;
    }
    .page_tit {font-size: 1.5rem;}

    /**************************** main ***************************/
    /* #main {padding-top: 185px;} */
    .main_slider li>.wrap .txt p span {width: 100%;}
    .main_slider li>.wrap .txt p br {display: none;}

    /*************************** header **************************/
    #header .logo {/* padding: 9px 0; *//* margin-left: 10px; */}
    /* #header .logo a img {width: 80px;} */
    #header .open {
        margin-right: 4px;
    }
    #header .menu_area ul li a { line-height: 64px; }
    #header .top_header {/* padding: 0 10px; */}
    #header .top_header .wrap {flex-wrap: wrap; line-height: 1.5em; padding: 4px 0; font-size: 0.8rem;}
    #header .top_header .wrap li:last-child a {padding: 4px;}
    .lang .btn_lang, #header .open .login a {
        width: 54px;
    }

    /*************************** footer **************************/
    .section .main_about .box h4 {font-size: 1rem;}
    .section .main_about .box .cont .lg {font-size: 1.25rem;}
    .footer .txt p span.lg {font-size: 1.125rem;}
    .footer .txt p, .footer .link li a {font-size: 0.875rem;letter-spacing: -1px;}
    
    /************************ main visual ************************/
    .main_slider li>.wrap {
        /* flex-wrap: wrap; */
    }
    .main_slider li>.wrap .txt {
        width: 100%;
    }
    .main_slider li>.wrap .product {
        /* display: none; */
    }
	

    /**************************** login ***************************/
    .login_wrap .login_input .txt_box, .login_social {
        width: 100%;
    }
    .login_input input[type=submit] {
        width: 100%;
    }
    .login_footer .id_pw {
        width: 100%;
    }

    /*********************** product_list 상품리스트 **********************/
    

    /***************** product_view 상품 상세페이지 ********************/
    .product_detail .tab_link .prd_tablinks {font-size: 1rem;/*letter-spacing: -1px;*/}
    /* .product_btn {
        gap: 6px;
    }
    .product_btn input {
        width: 100%;
        margin-top: 6px;
    } */

    
  /************************** map 찾아오시는 길 ****************************/
    .map_info .loca p {
    flex-wrap: wrap;
}
    .map_info .loca p span {
    width: 100%;
    transform: rotateX(90deg);
    height: 0;
}
.date_search .date_tit { width: 100%;}
input.hasDatepicker {
    width: 200px;}


     /************************** 아이디 찾기 완료 ****************************/
    .login_footer .btn_s{
        min-width: 130px !important;
    }

    /************************** 아이디 찾기 완료 ****************************/
    .id_wrap_box{
        width: 300px;
    }

    /* 서브 */
    .sub_box .product_box .box{
        width: 100%;
    }

    
    /* 푸터 */
    #footer{
        min-height: 17%;
    }
    .footer .footer_top{
        /* height: auto; */
        height: 9.5rem;
    }
    
    /* Company > Factory */
    .sub_box .factory_box{
        margin: 0 0 5rem 0 !important;
    }

    /* 탑헤더 */
    #header .top_header .wrap li {margin-left: 0;}
    #header .top_header .wrap li::before{
        height: 11px;
        top: 22%;
    }

}	
	
	
	
	
/*----------------------------------------380--------------------------------*/

@media screen and (max-width:380px) {
    /*************************** header **************************/
    .top_header {
        font-size: 0.5rem;
    }

    /************************** data 자료실 ****************************/
	.data_tab .tab_link .tablinks, .data_tab .tab_link .tablinks.active, .data_tab .tab_link .tablinks:hover {
        word-break: break-all;
    }

    /* 서브페이지 */
    .sub_box .product_viewbox .left .img{
        width: 100%;
        height: 100%;
    }

    /* 탑헤더 */
    #header .top_header .wrap .main_brochure{
        width: 129px;
    }
    #header.mainheader .top_header .wrap .main_brochure{
        width: 129px;
    }

}