
        /* header :s */
        #header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            margin: 0 auto;
            z-index: 999;
            transition: all 0.1s;
        }
        .fix, .h_hover {
            background-color: #fff;
            box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
        }
        .hbox {
            position: relative;
            height: 100%;
        }
        .h_inner {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: auto;
            height: 100%;
            margin: 0 80px;
        }
        button.plain {
            display: none;
            height: 100%;
            cursor: pointer;
            z-index: 999;
        }
        button.plain img {
            height: 20px;
        }

        .logo {
            width: 203px;
            height: 47px;
        }
        #header .logo a {}
        #header .logo a.letter_w {}
        #header .logo a.letter_b {
            display: none;
        }

        #header.fix .logo a.letter_w {
            display: none;
        }
        #header.fix .logo a.letter_b {
            display: block;
            height: 47px !important;
        }

        #header .logo a img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        /* logo */

        #header .gbox {
            display: flex;
            justify-content: center;
            align-items: center;
            width: auto;
            height: 100%;
            z-index: 999;
        }
        #header .m_gnb {
            display: none;
            padding: 20px;
        }
        #header .close_btn {
            cursor: pointer;
        }
        #header .close_btn img {}
        /* gbox */

        #header .d1 {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }
        #header .d1 > li {
            position: relative;
        }
        #header .d1tit {
            padding: 0 30px;
            color: #fff;
            font-size: 17px;
            font-weight: bold;
            line-height: 100px;
            transition: all 0.1s;
        }
        #header.fix .d1tit {
            color: #000;
        }

        /* h_hover */
        #header.h_hover .d1tit {
            color: #000;
        }
        
        #header .d2 {
            position: absolute;
            top: 100%;
            left: -18px;
            min-width: 200px;
            height: 0;
            box-shadow: 0 5px 10px 0px rgba(0,0,0,0.05);
            overflow: hidden;
            background: #fff;
            z-index: 99;
        }
        #header .d2 li:first-child {
            padding-top: 20px;
            border-top: 2px solid #000;
        }
        #header .d2 li:last-child {
            padding-bottom: 20px;
        }
        #header .d1 li.active .d2 {
            height: auto;
        }
        #header .d1 li.active .d2tit {
            padding-left: 10px;
            line-height: 2rem;
            font-size: 15px;
            color: #666;
        }
        /* d1 */

        #header .snb1 {
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: visible;
            z-index: 99;
        }
        #header .snb1 li {
            width: 21px;
            height: 21px;
            filter: invert(1);
            margin-left: 25px;
        }
        #header .snb1 a {
            font-size: 14px;
            line-height: 1.5em;
            color: #aaa;
        }
        #header .search_click {
            width: 21px;
            height: 21px;
            margin-left: 0;
            background-image: url(/images/search.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            cursor: pointer;
            filter: invert(1);
        }

        /* active */
        #header .search_click.active {
            background-image: url(/images/esc.png);
        }
        /* search_click */

        #header .login_box {
            position: relative;
            width: 21px;
            height: 100px !important;
            margin-left: 25px;
        }
        #header .login_icon {
            cursor: pointer;
        }
        #header .login_icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        /* login_box */

        #header .login_box_sub_box {
            position: absolute;
            top: 100%;
            left: 0;
            transform: translateX(-50%);
            min-width: 160px;
            height: 0;
            background-color: #fff;
            box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
            overflow: hidden;
        }
        #header .login_box_sub_box li {
            width: 100%;
            height: 100%;
            margin-left: unset;
        }
        #header .login_box_sub_box li:first-child {
            margin-left: 0;
            padding-top: 20px;
            border-top: 2px solid #000;
        }
        #header .login_box_sub_box li:last-child {
            padding-bottom: 20px;
        }
        #header .login_box_sub_box a {
            display: block;
            width: 100%;
            height: 100%;
            margin: 5px 0;
            padding: 0 25px;
            line-height: 30px;
            color: #666;
            font-size: 14px;
            cursor: pointer;
        }

        /* active */
        .login_box_sub_box.active {
            height: auto !important;
        }
        /* login_box_sub_box */

        #header .cart_box {
            position: relative;
            overflow: visible;
        }
        #header .cart_icon {}
        #header .cart_icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        #header .cart_icon .cart_num {
            position: absolute;
            top: -4px;
            right: -11px;
            display: block;
            width: 18px;
            height: 18px;
            background-color: #000;
            font-size: 10px;
            line-height: 16px;
            color: #fff;
            border-radius: 100%;
            text-align: center;
        }
        /* cart_box */

        #header .hs_wrap {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            background-color: #ddd;
            z-index: -1;
            opacity: 0;
        }
        #header .hs_wrap form {}
        #header .hs_wrap .hs_inp {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 450px;
            height: 35px;
            border-bottom: 2px solid #221815;
            background: transparent;
            line-height: 35px;
        }
        #header .hs_wrap input {
            position: absolute;
            top: 0;
            left: 0;
            width: 400px;
            height: 35px;
            padding: 0 10px;
            font-size: 14px;
            box-sizing: border-box;
            border: 0;
            background-color: transparent;
        }
        #header .hs_wrap .search_icon {
            position: absolute;
            top: 50%;
            right: 0;
            width: 21px;
            height: 21px;
            transform: translateY(-50%);
        }
        #header .hs_wrap .search_icon img {
            max-width: 100%;
        }

        /* on:s */
        #header .hs_wrap.on {
            height: 300px;
            opacity: 1;
        }
        /* on:e */
        /* hs_wrap */
        /* snb1 */
        /* header :e */

		@media (min-width:240px) and (max-width:768px) {


        #header .d1tit {
            padding: 0 30px;
            color: #000;
            font-size: 17px;
            font-weight: bold;
            line-height: 100px;
            transition: all 0.1s;
        }

		#header .d1 {
			display: flex;
			height: 100%;
			flex-direction: column;
			justify-content: center;
		}

		#header .m_gnb {
			display: block !important;
			padding: 20px;
		}
		#header .d1 {
			display: block;
			padding: 25px 20px;
			border-top: 0px;
		}
		}