
/*  Çì´õ °Ë»ö ¿µ¿ª  */

#header .menu ul {
    height: 44px;
    position: relative;
    /*overflow: hidden;*/
    display: flex;
    justify-content: space-between;
}
#header .menu ul li:first-child {
   border-left: none; 
}
#header .menu ul li {
    float: left;
    display: inline-block;
	border-right: none;
}

.width1049{
width:1200px;
}

#header .top_menu {
    height: 30px;
}

#header .head_box h1 {
    margin-right: 130px;
}


#header .head_box form .search {
    width: 490px;
    height: 50px;
	 border-radius: 26px;
}


#header .head_box form .search  {
    position: relative;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
	 width: 490px;
    height: 50px;
	 border-radius: 26px;
}

#header .head_box form .search  input {
    width: 100%;
    height: 44px;
    border: 0;
    font-family: 'NanumGothic', sans-serif;
    font-size: 14px;
    color: #222;
    background: #fff;
    outline: none;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
    box-sizing: border-box;
	
}


#header .head_box form .search  img {
    position: absolute;
	top: 13px;width: 25px;height: 25px;vertical-align: middle;text-indent: -9999px;cursor: pointer; right: 15px;
	
}


#header .menu {
    background: white;
    height: 61px;
}
#header .menu ul li > a {
       font-family: -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Noto Sans CJK KR, Tahoma, 'Noto Sans KR', 'Gmarket Sans', sans-serif;
	   text-align: left;
    padding-left: 24px;
}
  
#header .menu ul li:first-child {
    border-left: none;
    width: 170px;
}

/*  Ä«Å×°í¸® ¿µ¿ª  */
#header .menu ul {
     display: block; 
}

.category-layer .category-list {
    position: relative;
    width: 170px;
    z-index: 100;
}
.category-layer .category-list .category-1depth-link {
    position: relative;
    display: block;
    height: 44px;
    font-size: 15px;
    letter-spacing: -1px;
    color: #fff;
    background-color: #ff5a5f;
	text-align: left;
    line-height: 42px;
    cursor: pointer;
}

.category-layer .category-list .category-list-1depth + .category-list-1depth .category-1depth-link:before {
    content: '';
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.allcategory_top:before {
    content: '';
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 61px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
	z-index: 200;
}

.box__service-all {
    position: absolute;
    left: 170px;
    top: 0;
}
.link__service {
}

.category-layer .category-2depth {
    display: none;
    position: absolute;
    left: 170px;
    top: 0;
        width: 1030px;
    height: 440px;
	border-bottom: 1px solid #eee;
    background-color: #fff;
    box-sizing: border-box;
}

.category-layer .category-2depth-content {
    overflow: hidden;
}

.category-layer .category-2depth-list {
    float: left;
    width: 170px;
    height: 300px;
}

.category-layer .category-2depth-list .category-2depth-text {
    display: block;
    padding: 8px 0 0 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
        color: #d70111;
    letter-spacing: -1px;
}

.category-layer .category-2depth-list + .category-2depth-list {
    /*border-left: 1px solid #eee;*/
}

.category-layer .category-2depth-list .category-2depth-ul {
   padding: 0px 0 0 15px;
}

.category-layer .category-2depth-list .category-2depth-link {
 
    line-height: 20px;
    letter-spacing: -1px;
    color: #777;
}


.category-1depth-link{
	font-family: -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Roboto, Noto Sans CJK KR, Tahoma, 'Noto Sans KR', 'Gmarket Sans', sans-serif;
    text-align: left;
    padding-left: 24px;

	font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 44px;

	position: relative;
    display: block;
    height: 44px;
    letter-spacing: -1px;
    background-color: #ff5a5f;
    cursor: pointer;

}


.category-layer .category-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1030px;
    height: 132px;
    padding: 12px 0 10px 15px;
    /*background-color: #f8f8f8;
    border-top: 1px solid #eee;*/
    box-sizing: border-box;
}



/*  ¸ÞÀÎ »ó´Ü ¹è³Ê ¿µ¿ª  */
.main-head-top {
    position: relative;
    height: 440px;
}
.main-head {
    overflow: hidden;
    min-width: 1200px;
}

.main-head-top .left-dimmed {
    left: 0;
    right: 50%;
    margin-right: 600px;
}

.main-head-top .left-dimmed, .main-head-top .right-dimmed {
    content: '';
    position: absolute;
    top: 0;
    z-index: 20;
    height: 100%;
    background-color: rgba(37, 39, 41, 0.3);
    cursor: pointer
}

.main-head-top .right-dimmed {
    left: 50%;
    right: 0;
    margin-left: 600px;
}
.main-head-top .main-head-inner {
   padding-left: 170px;
    box-sizing: border-box;
}

.main-head-inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.main-head-top .main-head-promotion .main-head-item {
    position: relative;
    height: 440px;
}
.main-head-top .main-head-promotion .main-head-image {
    height: 440px;
}

.main-head-top .main-head-promotion .main-head-image .image {
    width: 100%;
    height: 100%;
}

/*
.swiper-button-next {
  background: url(/img/comm/new_next_icon.png) no-repeat;
      width: 30px;
	  right: 25px;

}

.swiper-button-prev {
  background: url(/img/comm/new_prev_icon.png) no-repeat;
  width: 30px;
  left: 10px;
}
*/


.swiper-button-next {
  background: url(/img/comm/visual_next.png) no-repeat;
    background-size: 100% auto;
	height: 100px;

}

.swiper-button-prev {
  background: url(/img/comm/visual_prev.png) no-repeat;
    background-size: 100% auto;
	height: 100px;
}

.main-icon-area {
    width: 100%;
    margin: 0 auto;
    display: flex;
	justify-content: space-between;

}

.main-icon-area div {
    width: 120px;
    text-align: center;
    font-family: notokr;
    font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer .footer_top .con {
    float: left;
    width: 280px;
    margin-right: 22px;
}

.main-thema {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.main-thema .main-thema-left {
    position: relative;
    float: left;
    width: 574px;
}

.main-thema .main-thema-right {
    overflow: hidden;
    padding-left: 52px;
	width: 574px;
}

.main-thema-left .link-text {
    font-family: Gmarket Sans,'Gmarket Sans',sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #222;
    letter-spacing: -1px;
}

.main-thema-right .link-text {
   font-family: Gmarket Sans,'Gmarket Sans',sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #222;
    letter-spacing: -1px;
}

.main-thema .thema-banner {
    overflow: hidden;
    position: relative;
    
}


.fade-banner {
    overflow: hidden;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 0;
    border-top: none;
    border-radius: 8px;
}

.fade-banner .fade-banner-data {
    /*overflow: hidden;*/
    position: relative;
    height: 130px;
}

.fade-banner .fade-banner-data-item {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.fade-banner .vwa_link {
    display: block;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.fade-banner .fade-control {
    top: 20px;
    right: 20px;
    height: 34px;
    padding: 0 10px 0 16px;
}

.fade-banner .fade-control {
    display: flex;
    position: absolute;
    z-index: 1;
    height: 46px;
    padding: 0 16px 0 24px;
    border-radius: 99px;
    background: rgba(0,0,0,.3);
    color: #fff;
    align-items: center;
}


.fade-banner .fade-control button.prev {
    margin-left: 4px;
}

.fade-banner .fade-control button.prev {
    margin-right: 7px;
    margin-left: 6px;
}
.fade-banner .fade-control button {
    width: 16px;
    height: 16px;
    font-weight: 700;
    color: #fff;
}
.fade-banner .fade-control button {
    display: inline-flex;
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: 0;
    align-items: center;
    justify-content: center;
}

.fade-banner .fade-control button.prev i {
    width: 16px;
    height: 16px;
    background: url(/img/comm/new_prev_icon_3.png) no-repeat;
}

.fade-banner .fade-control button.prev::after {
    height: 12px;
    margin-top: -6px;
}
.fade-banner .fade-control button.prev::after {
    position: absolute;
    top: 50%;
    right: -7px;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: rgba(255,255,255,.4);
    content: "";
}

.fade-banner .fade-control button.next {
    margin-left: 6px;
}

.fade-banner .fade-control button.next i {
    width: 16px;
    height: 16px;
    background: url(/img/comm/new_next_icon_3.png) no-repeat;
}

.link__title {
    font-family: Gmarket Sans,'Gmarket Sans',sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #222;
    letter-spacing: -1px;
}

.main-brand .brand-banner-info {
    position: relative;
    margin-top: 30px;
}

.main-brand .brand-banner-info .brand-title-banner {
    overflow: hidden;
    float: left;
    width: 465px;
    height: 346px;
    border-radius: 6px 0 0 6px;
}

.main-brand .brand-banner-info .box__swiper-container {
    overflow: hidden;
}

.main-brand .brand-banner-info .brand-list-banner {
    overflow: hidden;
    position: relative;
    height: 346px;
    padding: 0 40px;
    background-color: #fff;
    border-radius: 0 6px 6px 0;
}

.main-brand .brand-banner-info .brand-list-banner .brand-title {
    margin-top: 30px;
    text-align: center;
}



.main-brand .brand-banner-info .brand-list-banner .brand-list {
    overflow: hidden;
    margin-top: 31px;
    text-align: center;
}

.main-brand .brand-banner-info .brand-list-banner .brand-list-item {
    display: inline-block;
    width: 138px;
    padding: 0 10px;
    font-size: 0;
}

.main-brand .brand-banner-info .brand-list-banner .brand-list-item .brand-image {
    width: 128px;
    height: 128px;
	/*height: 176px;*/
    margin: 0 auto;
}

.main-brand .brand-banner-info .brand-list-banner .brand-list-item .brand-image .image {
    width: 100%;
    height: 100%;
}

.main-brand .brand-banner-info .brand-list-banner .brand-list-item .brand-information {
    margin-top: 11px;
    text-align: center;
}

.main-brand .brand-banner-info .brand-list-banner .brand-list-item .brand-information .brand-name {
    overflow: hidden;
    height: 20px;
    font-size: 14px;
    color: #222;
    letter-spacing: -0.5px;
    word-break: break-all;
}

.main-brand .brand-banner-info .brand-list-banner .brand-list-item .brand-information .brand-price {
    margin-top: 4px;
    font-size: 14px;
    color: #424242;
}

.main-brand .brand-banner-info .brand-list-banner .brand-list-item .brand-information .brand-price .text-price {
    font-size: 17px;
    font-weight: bold;
}




.content .sub_warp {float: right; width: 1020px; min-height:800px; }