@charset "UTF-8";


/*웹접근성 아웃라인*/
:focus-visible, a:focus-visible, a:focus-visible::after,
button:focus-visible, button:focus-visible::-webkit-tap-highlight-color, .btn:focus-visible,
input[type=radio]:focus-visible,
input[type=checkbox]:focus-visible,
input.item_radio[type="radio"]:focus-visible+label
{box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 1)!important; z-index: 99999999!important;}
input:focus-visible, select:focus-visible, textarea:focus-visible{box-shadow: inset 0 0 0 1.5px rgba(0, 0, 0, .5)!important;}
.card_swiper a:focus-visible{position: relative;}
.card_swiper a:focus-visible::after{content: ""; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; border-radius:10px; box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 1)!important; z-index: 99999999!important;}
footer :focus-visible, footer a:focus-visible{box-shadow: inset 0 0 0 3px rgba(255, 215, 0, 1)!important; z-index: 99999999!important;}

/*SkipToContent */
#skipToContent{margin:0}
#skipToContent a{position:absolute;left:-3000%}
#skipToContent a:focus{display:block;left:0;top:0;z-index:10000000000;width:100%;height:30px;line-height:30px;background:#360afa;color:#fff;text-align:center;}

/* clearFix */
.clfix{zoom:1}
.clfix:after,.clfix:before{line-height:0;display:table;content:""}
.clfix:after{clear:both}


/* Display */
.d-none {
    display: none !important;
}
.d-in {
    display: inline-block !important;
}
.d-bl {
    display: block !important;
}

.pre {
    margin: 0;
}

/* Margin */
.mg0 {
    margin: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt2 {
    margin-top: 0.2rem !important;
}
.mt5 {
    margin-top: 0.5rem !important;
}
.mt10 {
    margin-top: 1rem !important;
}
.mt15 {
    margin-top: 1.5rem !important;
}
.mt20 {
    margin-top: 2rem !important;
}
.mt25 {
    margin-top: 2.5rem !important;
}
.mt30 {
    margin-top: 3rem !important;
}
.mt35 {
    margin-top: 3.5rem !important;
}
.mt40 {
    margin-top: 4rem !important;
}
.mt50 {
    margin-top: 5rem !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb2 {
    margin-bottom: 0.2rem !important;
}
.mb5 {
    margin-bottom: 0.5rem !important;
}
.mb10 {
    margin-bottom: 1rem !important;
}
.mb15 {
    margin-bottom: 1.5rem !important;
}
.mb20 {
    margin-bottom: 2rem !important;
}
.mb25 {
    margin-bottom: 2.5rem !important;
}
.mb30 {
    margin-bottom: 3rem !important;
}
.mb40 {
    margin-bottom: 4rem !important;
}
.mb35 {
    margin-bottom: 3.5rem !important;
}
.ml2 {
    margin-left: 0.2rem !important;
}
.ml3 {
    margin-left: 0.3rem !important;
}
.ml5 {
    margin-left: 0.5rem !important;
}
.ml10 {
    margin-left: 1rem !important;
}
.ml15 {
    margin-left: 1.5rem !important;
}
.ml20 {
    margin-left: 2rem !important;
}
.ml25 {
    margin-left: 2.5rem !important;
}
.ml35 {
    margin-left: 3.5rem !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mr2 {
    margin-right: 0.2rem !important;
}
.mr3 {
    margin-right: 0.3rem !important;
}
.mr5 {
    margin-right: 0.5rem !important;
}
.mr10 {
    margin-right: 1rem !important;
}
.mr15 {
    margin-right: 1.5rem !important;
}
.mr20 {
    margin-right: 2rem !important;
}
.mr25 {
    margin-right: 2.5rem !important;
}
.mr35 {
    margin-right: 3.5rem !important;
}

/* Padding*/
.pd0{
    padding: 0!important;
}
.pd10{
    padding: 10px!important;
}
.pd20{
    padding: 20px!important;
}
.pb5{
    padding-bottom: 5px;
}
.pb10{
    padding-bottom: 10px;
}
.pb15{
    padding-bottom: 15px;
}
.pb20{
    padding-bottom: 20px;
}
.pb25{
    padding-bottom: 25px;
}
.pb30{
    padding-bottom: 30px;
}
.pb35{
    padding-bottom: 35px;
}
.pr0{
    padding-right: 0!important;
}
.pr5{
    padding-right: 5px!important;
}
.pr10{
    padding-right: 10px!important;
}
.pl0{
    padding-left: 0!important;
}
/* Float */
.fl{
    float: left;
}
.fr{
    float: right;
}

/* Text-align */
.t-l{
    text-align: left!important;
}
.t-r{
    text-align: right!important;
}
.t-c{
    text-align: center!important;
}

/* font-weight */
.bold{
    font-weight: bold;
}

/* text_hide */
.txt_hide {
    text-indent: -9999px;
    overflow: hidden;
    height: 0;
    width: 0;
    font-size: 0;
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* width */
.w100{
    width: 100% !important;
}
.w10perc{
    width: 10% !important;
}
.w20perc{
    width: 20% !important;
}
.w30perc{
    width: 30% !important;
}
.w40perc{
    width: 40% !important;
}
.w50perc{
    width: 50% !important;
}
.w60perc{
    width: 60% !important;
}
.w70perc{
    width: 70% !important;
}
.w80perc{
    width: 80% !important;
}

.w40{
    width: 40px !important;
}
.w50{
    width: 50px !important;
}
.w56{
    width: 56px !important;
}
.w60{
    width: 60px !important;
}
.w70{
    width: 70px !important;
}
.w80{
    width: 80px !important;
}
.w120{
    width: 120px !important;
}
.w200{
    width: 200px !important;
}
.w_auto{
    width: auto !important;
}

/* motion */
.motion {
	opacity: 0;
	transition: all .5s ease;
}
.motion.motion-right {
	transform: translate(-100px, 0);
}
.motion.motion-up {
	transform: translate(0, 100px);
}
.motion.motion-down {
	transform: translate(0, -100px);
}
.motion.motion-left {
	transform: translate(100px, 0);
}
.motion.show {
	opacity: 1;
	transform: none;
}

/* Lay-Out */
.inner{
    width: 1400px;
    margin: 0 auto;
}
.sub{
    width: 100%;
    box-sizing: border-box;
    padding-top: 143px;
    position: relative;
    min-height: 670px;
}

.sub.color_bg::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f2f6fa;
    position: absolute;
    left:0;
    top: 0;
    z-index: -2;
}

.sub.color_bg::before{
    content: "";
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    position: absolute;
    left:0;
    top: 181px;
    z-index: -1;
}

.sub.color_bg .content_wrap{
    gap: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 9998;
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .05);
}
.top_header_wrap{
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    box-sizing: border-box;
}
.top_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
    height: 80px;
}
header .home {
    width: 164px;
}
header .home .logo{
    display: block;
    width: 100%;
    height: 42px;
    background: url(../images/logo_header.png) no-repeat 0 50%;
    background-size: contain;
}


/* 헤더 스크롤 다운시 */
header.down .pc_menu{
    background: #fff;
}
header.down .gnb>li>a{
    color: #111;
}
header.down .home .logo{
    background: url(../images/logo_header_on.png) no-repeat;
    background-size: contain;
}
header.down .pc_menu .lang ul.inner li a{
    color:#111;
}
header.down .pc_menu .lang ul.inner li a::after{
    background: url("../images/icon_lang_on.png") no-repeat 0 0;
    background-size: contain;
}

/* 헤더 마우스 오버시 */
header .pc_menu.on{
    background: #fff;
}
header .pc_menu.on .gnb>li>a{
    color: #111;
}
header .pc_menu.on .home .logo{
    background: url(../images/logo_header_on.png)no-repeat;
    background-size: contain;
}
header .pc_menu.on .lang ul.inner li a{
    color:#111;
}
header .pc_menu.on .lang ul.inner li a::after{
    background: url("../images/icon_lang_on.png") no-repeat 0 0;
    background-size: contain;
}

header .gnb:before {
    background: rgba(255, 255, 255, 1);
    content: "";
    height: 475px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 81px;
    transition: all .3s ease-out;
    visibility: hidden;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
}
header.on .gnb:before{
    visibility: visible;
    opacity: 1;
}

.menu_wrap{
    width: 100%;
}
header .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    align-items: center;
}
header .all_menu .wrap{
    justify-content: flex-end;
}
header .gnb, header .wrap {
    align-items: center;
    display: flex;
}
header .gnb{
    /* width: calc(100% - 164px); */
    width: auto;
    text-align: center;
    display: flex;
    justify-content: end;
}
header .gnb>li{
    position: relative;
    height: 100%;
    width: 160px;
}

header .gnb>li>a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    transition: all .2s;
    height: 80px;
    line-height: 80px;
    letter-spacing: -0.025em;
}
header .gnb>li>a:before{
    content: "";
    left: 20%;
    right: 20%;
    display: block;
    position: absolute;
    bottom: -1px;
    transition: all 0.5s;
    height: 3px;
    background: #C40F39;
    opacity: 0;
}
header .gnb>li:hover>a:before{
    left: 0;
    right: 0;
    opacity: 1;
}
header .gnb>li:hover>a,
header .pc_menu .depth-1 li:hover a{
    color: #C40F39;
    font-weight: 700;
}
header .pc_menu .depth-1{
    position: absolute;
    right: 0;
    left: 0;
    padding-top: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
}
header.on .pc_menu .depth-1{
    visibility: visible;
    opacity: 1;
}
header .pc_menu .depth-1 li{
    text-align: center;
    margin-top: 25px;
    box-sizing: border-box;
    padding: 0 10px;
    word-break: keep-all;
}
header .pc_menu .depth-1 li:first-child{
    margin-top: 0px;
}
header .pc_menu .depth-1 li a{
    font-size: 18px;
    color: #444;
    font-weight: 400;
    transition: all 0.2s;
    line-height: 1.25;
    letter-spacing: 0;
}
header .pc_menu a.btn_search_on{
    width: 40px;
    height: 40px;
    background: url(/images/icon_header_common.png)no-repeat -50px 0;
    background-size: cover;
    display: inline-block;
}
header a.btn_menu{
    position: relative;
    width: 38px;
    height: 38px;
    display: inline-block;
    background: url(/images/icon_header_common.png)no-repeat -90px 0;
    background-size: cover;
    top: -8px;
}

/* 메뉴버튼 */
header a.menu{
    position: relative;
    height: 20px;
    display: inline-block;
    width: 28px;
    border-radius: 100px;
    z-index: 99;
}
header a.menu:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #111;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    border-radius: 100px;
}
header a.menu:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #111;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    border-radius: 100px;
}
header a.menu span{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    top: 50%;
    right: 0;
    background: #111;
    margin-top: -1px;
    transition: 0.3s;
    border-radius: 100px;
}
header a.menu.on:before{
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0.4s;
}
header a.menu.on span{
    right: -10px;
    transition: all 0.2s;
    opacity: 0;
}
header a.menu.on:after{
    bottom: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0.4
}
header .pc_menu a.menu{
    display: none;
}
header .pc_menu .btn_group{
    display: none;
}
.gnb > .btn_group{
    height: 38px;
}

/* 언어 버튼 */
header .pc_menu .lang{
    box-sizing: border-box;
    padding: 10px 0;
}
header .pc_menu .lang ul.inner{
    display: flex;
    justify-content: flex-end;
    width: auto;
}
header .pc_menu .lang ul.inner li a{
    position: relative;
    color:#fff;
    font-size: 14px;
    padding-left: 35px;
}
header .pc_menu .lang ul.inner li a::after{
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url("../images/icon_lang.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 전체메뉴 */
header .all_menu{
    position: fixed;
    width: 100%;
    right: 0;
    top: 90px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    overflow:auto;
    height: 100vh;
    box-sizing: border-box;
    padding-bottom: 100px;
}
header .all_menu.on{
    opacity: 1;
    visibility: visible;
}
header a.btn_off{
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(/images/icon_header_common.png)no-repeat -130px 0;
    background-size: cover;
    top: -10px;
    z-index: 9999;
}

header .all_menu .big_menu{
    display: flex;
    gap: 30px;
}
header .all_menu .big_menu>li {
    width: 100%;
    margin-bottom: 50px;
}
header .all_menu .big_menu .strong {
    box-shadow: inset 0 -1px 0 0 #ddd;
    color: #121212;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0;
    transition: box-shadow .2s;
    height: 70px;
}

/* 모바일 hover 제어 */
@media (hover: hover) and (pointer: fine) {
    header .all_menu .big_menu li:hover .strong{
        box-shadow: inset 0 -1px 0 0 #C40F39;
        color: #C40F39;
    }
    header .all_menu .big_menu li:hover>a{
        color: #C40F39;
    }
    header .gnb>li:hover>a,header .all_menu .depth-2 li:hover a{
        color: #C40F39;
    }
}

header .all_menu .small_menu>li{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

header .all_menu .small_menu>li>a{
    font-size: 16px;
    font-weight: 600;
    color: #121212;
    padding-right: 5px;
    line-height: 1.4;
    word-break: keep-all;
}
header .all_menu .small_menu>li .depth-2{display: flex; flex-wrap: wrap;}

header .all_menu .depth-2 li{
    margin-right: 50px;
}
header .all_menu .depth-2 li a {
    color: #444;
    font-size: 16px;
    word-break: keep-all;
}


/* 모바일 전체메뉴 */
header .mob_menu {
    top: 0;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-bottom: 1px solid #E8E8E8;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
header .mob_menu.on {
    opacity: 1;
    visibility: visible;
}
header .btn_group .btn_menu.mob_menu_on{
    display: none;
}
header .mob_menu .middle {
    margin-top: 0;
    border-top: 1px solid #e8e8e8;
}
header .mob_menu .big_menu{
    display: inline-block;
    width: 200px;
    height: 100vh;
    border-right: 1px solid #eee;
    background-color: #ffffff;
    box-sizing: border-box;
}
header .mob_menu .big_menu>li {
    width: 100%;
}
header .mob_menu .big_menu .strong {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    font-weight: 400;
    box-shadow: none;
    text-align: left;
    padding-left: 15px;
    transition: .2s;
    padding: 20px;
}

header .strong.tab_container_item.active.strong{
    color: #fff;
    background-color: #C40F39;
    font-weight: 500;
}
header .mob_menu .small_menu.depth-1>li.active>a{
    color: #C40F39;
}
header .mob_menu .small_menu .depth-2>li.active{
    background-color:#F2F6FA;
}
header .mob_menu .small_menu .depth-2>li.active>a{
    color: #C40F39;
    font-weight: 500;
}
header .mob_menu .small_menu>li>a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #121212;
    box-sizing: border-box;
    padding-right: 25px;
    line-height: 1.4;
    word-break: keep-all;
}
header .mob_menu .small_menu>li:first-child {
    margin-top:0;
}
header .mob_menu .content_container{
    position: absolute;
    top: 80px;
    right: 0;
    width: calc(100% - 200px);
    height:100vh;
    box-sizing: border-box;
    display: block;
    overflow: auto;
    box-sizing: border-box;
}
header .mob_menu .small_menu>li {
    margin-top: 10px;
}
header .mob_menu .small_menu li {
    width: 100%;
    padding-right: 0;
    font-size: 15px;
    color: #555;
}
header .mob_menu .small_menu>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #121212;
    padding: 20px 10px;
    line-height: 1.4;
    word-break: keep-all;
    display: block;
    width: 100%;
}
header .mob_menu .small_menu>li>a.accordionTitle, header .mob_menu .small_menu>li>a.accordionTitle.is-open{
    position: relative;
}
header .mob_menu .small_menu>li>a.accordionTitle:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/images/icon_blue-arrow-down.png)no-repeat 0 0;
    background-size: cover;
    top:50%;
    right:20px;
    transform: translate(0, -50%) rotate(-90deg);
    transition: .3s;
    filter: grayscale(1) opacity(0.5);
}
header .mob_menu .small_menu>li>a.accordionTitle.is-open:after{
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/images/icon_blue-arrow-down.png)no-repeat 0 0;
    background-size: cover;
    top:50%;
    right:20px;
    transform: translate(0, -50%) rotate(0);
    filter: none;
    transition: .3s;
}
header .mob_menu .depth-2 li a {
    display: block;
    color: #444;
    font-size: 16px;
    word-break: keep-all;
    box-sizing: border-box;
    padding: 10px;
}
header .mob_menu .depth-2 li:first-child {
    margin-top: 5px;
}

header .mob_menu .small_menu.content_container_content {
    display: none;
}
header .mob_menu .small_menu.content_container_content.target {
    display: block;
}
header .mob_menu .home_user{
    margin-left: 10px;
    font-size: 15px;
    color: #111;
    display: flex;
}
header .mob_menu .home_user .user_name{
    font-weight: 600;
    display: block;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.small_menu .accordionContent {
    display: none;
}

.accordionTitle.is-open+.accordionContent {
    display: block;
}


/* Footer */
footer{
    width: 100%;
    background: #121212;
    box-sizing: border-box;
    padding: 20px 0 60px 0;
}
footer .address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 30px;
    gap: 40px;
}
footer .address > div{
    width: auto
}
footer .address h2.logo{
    width: 220px;
    height: 28px;
    background: url(../images/logo_footer.png) no-repeat 0 0;
    background-position: left;
    background-size: contain;
}
footer .address h2.logo a{
    display: block;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    transition: .3s;
}
footer .address .footer_address{
    width: 100%;
    margin-top: 30px;
    display: flex;
    gap: 20px;
}
footer .address .footer_address li{
    color: #888;
    font-size: 15px;
    line-height: 1.75;
}
footer .address .footer_address li a{
    color: #888;
    font-size: 15px;
    line-height: 1.75;
}
footer .copyright{
    color: #888;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 0.015em
}



.error-message {
    border-width: 3px !important;
    border-color: red !important;
    color: red !important;
    animation: blink 2s ease-in-out;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

/* scroll_top */
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url("../images/icon_scrolltop.png") no-repeat 0 0;
    background-size: contain;
    text-indent: -9999px;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: none;
    font-size: 20px;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
    z-index: 9999;
}



/* Media-query */
@media  screen and (max-width:1400px){
    .top_header_wrap{
        padding: 0 3.5%;
    }
    .inner, .mob_menu .top{
        width: 100%;
        box-sizing: border-box;
    }

    .main .product .inner, .main .business .inner, .main .contact .inner{
        padding: 80px 3.5%;
    }
    footer{
        padding: 0 3.5% 60px 3.5%;
    }
    header .mob_menu .wrap{
        height: 80px;
    }
}

@media  screen and (max-width:1200px){
    header .gnb{
        width: calc(100% - 164px - 300px);
    }
    header .gnb>li>a {
        padding:0;
        text-align: center;
        box-sizing: border-box;
    }
    header .pc_menu .depth-1 li a {
        font-size: 15px;
    }
}


@media  screen and (max-width:1024px){
    /* .mob_menu{
        display: none;
    } */
    header{
        background: #fff;
    }
    header .pc_menu.on .home .logo{
        background: url(/images/logo_header_on.png)no-repeat;
        background-size: contain;
    }
    header .home .logo{
        background: url(/images/logo_header_on.png)no-repeat 0 50%;
        background-size: contain;
    }
    header a.btn_menu{
        width: 36px;
        height: 36px;
        background: url(/images/icon_header_common.png) no-repeat -90px 0;
        background-size: cover;
        top: 0;
    }
    header .wrap{
        justify-content: end;
    }
    header .mob_menu .wrap{
        justify-content: space-between;
        padding: 0 3.5%;
    }
    header.down a.btn_menu{
        position: relative;
        width: 38px;
        height: 38px;
        display: inline-block;
        background: url(/images/icon_header_common.png) no-repeat -90px 0;
        background-size: cover;
    }
    header a.btn_off{
        top: 0;
    }

    .sub{
        padding-top: 80px;
    }
    header .gnb, header .pc_menu .lang, header .pc_menu a.btn_menu.all_menu_on, .all_menu{
        display: none;
    }
    header .btn_group .btn_menu.mob_menu_on{
        display: inline-block;
    }
    header .pc_menu .top_header_wrap .top_header .btn_group{
        display: block;
    }
    .sub.color_bg::before{
        top: 80px;
    }
}

@media  screen and (max-width:920px){
    /* footer */
    footer .address {
        align-items: unset;
        flex-flow: column;
        gap: 10px;
    }
    footer .address > div{
        width: 100%;
    }
    footer .address .footer_address{
        margin-top: 20px;
    }
}


@media  screen and (max-width:768px){
    header .home .logo{
        height: 28px;
    }
    .top_header {
        height: 60px;
    }
    header a.btn_off{
        position: relative;
        width: 36px;
        height: 36px;
        display: inline-block;
        background: url(../images/icon_header_common.png)no-repeat -135px 0;
        background-size: cover;
        z-index: 9999;
        top: 50%;
    }
    header .mob_menu .content_container{
        top: 60px;
    }
    header .mob_menu .wrap{
        height: 60px;
        min-height: 60px;
        padding: 0 3.5%;
    }

    .sub.color_bg::before{
        display: none;
    }

    /* footer */
    footer .address .footer_address{
        flex-flow: column;
        gap: 0;
    }
    footer .address .footer_address li {
        font-size: 13px;
    }

    footer .address h2.logo {
        width: 200px;
        height: 26px;
    }
    footer .address .footer_address li {
        justify-content: unset;
        flex-flow: column;
        gap: 5px;
    }
}

@media  screen and (max-width:520px){
    .sub{
        padding-top: 75px;
    }
    header .home{
        width: 120px;
    }
    header .mob_menu .wrap {
        min-height: 60px;
    }
    header .search_wrap{
        top: 60px;
    }
    header .pc_menu a.btn_search_on {
        width: 30px;
        height: 30px;
        background: url(/images/icon_header_common.png)no-repeat -38px 0;
        background-size: cover;
        display: inline-block;
    }
    header .search_area .btn_search {
        width: 30px;
        height: 30px;
        background: url(/images/icon_header_common.png)no-repeat 0px 0;
        background-size: cover;
        display: inline-block;
        filter: invert(0.5) brightness(0.5) opacity(0.3);
        transition: .2s;
    }
    header a.btn_menu {
        position: relative;
    }
    header a.btn_off{
        position: relative;
        width: 30px;
        height: 30px;
        display: inline-block;
        background: url(/images/icon_header_common.png)no-repeat -114px 0;
        background-size: cover;
    }
    header .mob_menu .home_user .user_name {
        max-width: 80px;
    }
    header .mob_menu .big_menu {
        width: 50%;
    }
    header .mob_menu .content_container{
        width: calc(100% - 50%);
        top: 60px;
    }
    header .mob_menu .big_menu .strong {
        font-size: 15px;
        padding-left: 9px;
    }
    header .mob_menu .small_menu>li>a {
        font-size: 15px;
    }
    header .mob_menu .depth-2 li a {
        font-size: 14px;
    }

    /* footer */
    footer .address h2.logo{
        width: 120px;
    }
}


@media all and (max-width:420px){
    .w_auto{
        width: 100% !important;
    }
}


