@charset "utf-8";

.best.item {
   position: relative;
}

.new.item {
   position: relative;
}

.new .thumb {
   position: relative;
}

.new .thumb:before {
   content: '';
   width: 55px;
   height: 28px;
   background: url(/image/new.png);
   display: block;
   position: absolute;
   top: 0;
   left: 0;
}

.best .thumb {
   position: relative;
}

.best .thumb:before {
   content: '';
   width: 55px;
   height: 28px;
   background: url(/image/best.png);
   display: block;
   position: absolute;
   top: 0;
   left: 0;
}

.prod_img.new:before {
   content: '';
   width: 55px;
   height: 28px;
   background: url(/image/new.png);
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 999;
}

.prod_img.best:before {
   content: '';
   width: 55px;
   height: 28px;
   background: url(/image/best.png);
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 999;
}

/* layout */
.m_outer {
   padding: 75px 0 15px;
   background-color: #f7f7f7;
}

.m_cs_wrap {
   background: #eaeaea;
   padding: 100px 0;
}

/* title */
.m_tit {
   font-size: 26px;
   font-weight: 600;
   line-height: 1.5em;
   color: #2a2a2a;
   text-align: center;
   letter-spacing: -0.03em;
	font-family:'Nanum Square', '나눔 고딕', 'Nanum Gothic', sans-serif;
}

.m_outer .m_tit {
	margin-bottom: 5px;
}
.m_outer .align-r .list__more{
   displaY: inline-block;
   color: #2a2a2a;
   font-size: 17px;
   margin-bottom: 30px;
}
.m_outer .align-r .list__more:hover{
   color: #284b90;
}

/* 메인비주얼 */
.mv_wrap {
   overflow: hidden;
   height: 430px;
   position: relative;
}

.mv .item {
   position: relative;
   height: 430px;
}

.mv .m {
   display: none;
}

.mv .m img {
   display: block;
   width: 100%;
}

.mv .pc {
   position: relative;
   height: 430px;
   background-repeat: no-repeat;
   background-size: auto 100%;
   background-position: center;
}

.mv .pc a {
   display: block;
   position: absolute;
   width: 1200px;
   height: 200px;
   left: 50%;
   margin-left: -600px;
   top: 50%;
   margin-top: -100px;
   text-indent: -999999px;
   outline: 0;
}

.mv_nav {
   position: absolute;
   top: 0;
   right: 50%;
   margin-right: -600px;
   z-index: 1;
   width: 190px;
}

.mv_nav li {
   display: table;
   width: 100%;
   height: 86px;
   background: url("../image/main/mv_op1.png");
}

.mv_nav a {
   display: table-cell;
   vertical-align: middle;
   height: 86px;
   position: relative;
   color: #fff;
   font-size: 13px;
   line-height: 20px;
   padding-left: 20px;
   transition: background .2s;
   -webkit-transition: background .2s;
   -moz-transition: background .2s;
   -o-transition: background .2s;
}

.mv_nav a:focus,
.mv_nav a:hover {
   display: table-cell;
   vertical-align: middle;
   height: 86px;
   position: relative;
   color: #fff;
   font-size: 13px;
   line-height: 20px;
   padding-left: 20px;
   background: rgba(0, 0, 0, 0.3);
}

.mv_nav a::before {
   display: block;
   content: '';
   width: 10px;
   height: 10px;
   background: #fff;
   background: rgba(255, 255, 255, 0.9);
   position: absolute;
   left: 0;
   top: 50%;
   margin-top: -5px;
}

.mv_nav em {
   display: block;
   width: 160px;
   height: 20px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   letter-spacing: -0.03em;
}

.mv_nav .on a {
   background: url("../image/main/mv_op2.png");
}

.mv_nav .on a::before {
   background: #dd5119;
}

.mv_nav2 {
   display: none;
   position: absolute;
   left: 3.90625%;
   bottom: 0;
   margin-bottom: 3.90625%;
}

/* 메인제품 탭 */
.m_prod_tab {
   overflow: hidden;
   margin: 0 auto 17px;
   padding-left: 1px;
}

.m_prod_tab li {
   float: left;
   width: 20%;
}

.m_prod_tab a {
   display: block;
   margin-top: 10px;
   text-align: center;
   line-height: 48px;
   color: #6a6a6a;
   font-size: 1.14em;
   border: 1px solid #ddd;
   margin-left: -1px;
}

.m_prod_tab .on a {
   margin-top: 0;
   line-height: 58px;
   background: #dd5119;
   border-color: #dd5119;
   position: relative;
   z-index: 1;
   color: #fff;
}

.m_prod_tab.best a {
   margin-top: 0;
   line-height: 48px;
}

.m_prod_tab span {
   display: inline-block;
   height: 30px;
   vertical-align: middle;
   margin-right: 5px;
   background: url("../image/common/gnb_icons.png") no-repeat;
}

.m_prod_tab .i1 {
   background-position: 0 0;
   width: 12px;
}

.m_prod_tab .i2 {
   background-position: -30px 0;
   width: 20px;
}

.m_prod_tab .i3 {
   background-position: -60px 0;
   width: 22px;
}

.m_prod_tab .i4 {
   background-position: -90px 0;
   width: 20px;
}

.m_prod_tab .i5 {
   background-position: -180px 0;
   width: 20px;
}

.m_prod_tab .on .i1 {
   background-position: 0 -180px;
}

.m_prod_tab .on .i2 {
   background-position: -30px -180px;
}

.m_prod_tab .on .i3 {
   background-position: -60px -180px;
}

.m_prod_tab .on .i4 {
   background-position: -90px -180px;
}

.m_prod_tab .on .i5 {
   background-position: -180px -180px;
}

/* cs */
.m_cs {
   overflow: hidden;
}

.m_cs .col {
   float: left;
   width: 50%;
}

.m_cs .call {
   height: 210px;
   background: #fff;
   display: table;
   width: 100%;
}

.m_cs .call .img {
   display: table-cell;
   vertical-align: middle;
   text-align: center;
   width: 245px;
}

.m_cs .call .txt {
   display: table-cell;
   vertical-align: middle;
}

.m_cs .call .tel {
   color: #2a2a2a;
   font-size: 47px;
   font-weight: 600;
   color: #2a2a2a;
   letter-spacing: -1px;
   line-height: 1.1em;
}

.m_cs .call .tel span {
   display: inline-block;
   width: 4px;
   height: 4px;
   background: #dd5119;
   vertical-align: middle;
   margin: 0 5px;
}

.m_cs .cs_c {
   padding-left: 40px;
   background: url("../image/main/icon_clock.png") no-repeat left center;
   background-size: 30px 30px;
   line-height: 1.5em;
   margin-top: 10px;
}

.m_cs .cs_c .tit {
   font-size: 0.86em;
   font-weight: 600;
   color: #dd5119;
   line-height: 1.5em;
}

.m_cs .link {
   overflow: hidden;
}

.m_cs .link li {
   float: left;
   width: 50%;
   display: table;
   height: 210px;
   text-align: center;
}

.m_cs .link a {
   display: table-cell;
   vertical-align: middle;
   height: 210px;
   color: #fff;
   background: #434343;
}

.m_cs .link li:first-child a {
   background: #dd5119;
}

.m_cs .link .en {
   font-size: 0.86em;
   font-family: 'Open Sans', sans-serif;
   opacity: .7;
   filter: alpha(opacity=70);
   -ms-filter: alpha("opacity=70");
   z
}

.m_cs .link p {
   font-size: 1.33em;
   color: #fff;
   font-weight: 600;
   line-height: 1.5em;
   letter-spacing: -0.05em;
}

.m_cs .link .icon {
   display: block;
   width: 60px;
   margin: 10px auto 0;
}

.m_cs .bn {
   display: block;
   width: 100%;
   height: 420px;
}

.m_cs .cs_partn {
   height: 420px;
   color: #fff;
   position: relative;
   background: url("../image/main/partner_bg.jpg") no-repeat right bottom;
}

.m_cs .cs_partn .txt {
   position: absolute;
   bottom: 0;
   right: 0;
   padding: 60px;
   text-align: right;
}

.m_cs .cs_partn img {
   vertical-align: bottom;
}

.m_cs .cs_partn .tit {
   font-size: 26px;
   color: #fff;
   line-height: 40px;
   letter-spacing: -0.03em;
   margin-bottom: 10px;
}

.m_cs .cs_partn a.btn {
   display: inline-block;
   color: #fff;
   font-size: 13px;
   font-family: 'Open Sans', sans-serif;
   padding: 0 10px;
   height: 33px;
   line-height: 33px;
   border-radius: 3px;
   border: 1px solid #9a9a9a;
   background: url("../image/main/mv_op1.png");
   background: rgba(0, 0, 0, 0.3);
   transition: background .2s;
   -webkit-transition: background .2s;
   -moz-transition: background .2s;
   -o-transition: background .2s;
}

.m_cs .cs_partn a.btn:hover,
.m_cs .cs_partn a.btn:focus {
   background: rgba(0, 0, 0, 0.8);
}

/* 메인 배너 */
.m_bn_wrap {
   overflow: hidden;
   height: 300px;
   position: relative;
}

.m_bn .pc {
   display: block;
   height: 300px;
   background-repeat: no-repeat;
   background-position: center;
   position: relative;
}

.m_bn .pc a {
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   text-indent: -9999999px;
   outline: 0;
}

.m_bn .m {
   display: none;
}

.m_bn .m img {
   width: 100%;
   display: block;
}

/* 공통 슬라이드 네비게이션 */
.cm_nav {
   font-size: 0;
   line-height: 0;
}

.cm_nav .dots {
   display: inline-block;
   vertical-align: middle;
}

.cm_nav .slick-dots {
   font-size: 0;
   line-height: 0;
}

.cm_nav .slick-dots li {
   display: inline-block;
   font-size: 12px;
   margin-right: 10px;
}

.cm_nav .slick-dots button {
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   padding: 0;
   margin: 0;
   border: 0;
   cursor: pointer;
   border-radius: 100%;
   width: 10px;
   height: 10px;
   background: #000;
   text-indent: -999999px;
   opacity: .2;
   filter: alpha(opacity=20);
   -ms-filter: alpha("opacity=20");
}

.cm_nav .slick-active button {
   background: #dd5119;
   opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: alpha("opacity=100");
}

.cm_nav .btn {
   vertical-align: middle;
   font-size: 12px;
   width: 10px;
   height: 10px;
   text-indent: -999999px;
   background: url("../image/main/play.png") no-repeat 0 0;
   background-size: 10px auto;
}

.cm_nav .btn.play {
   display: none;
   background-position: 0 -10px;
}

.cm_nav.stop .btn.play {
   display: inline-block;
}

.cm_nav.stop .btn.pause {
   display: none;
}

/* 신제품 */
.prod_new_nav {
   margin-top: 10px;
   text-align: right;
}

/* 배너 */
.m_bn_nav {
   position: absolute;
   left: 0;
   bottom: 60px;
   width: 100%;
   text-align: center;
}

.m_bn_nav.cm_nav .slick-active button {
   background: #868686;
   opacity: .9;
   filter: alpha(opacity=90);
   -ms-filter: alpha("opacity=90");
}

/* 뉴스킨 메인비주얼*/
.new-mv_wrap {
   overflow: hidden;
   position: relative;
}

.new-mv_wrap .new-mv .item {
   position: relative;
}

.new-mv_wrap .new-mv .item .pc {
   position: relative;
   background-repeat: no-repeat;
   background-size: auto 100%;
   background-position: center;
   height: 0px;
   padding-top: 30%;
}

.new-mv_wrap .new-mv .slick-dots {
   position: absolute;
   width: 100%;
   bottom: 20px;
   left: 50%;
   margin: 0 0 0 -50%;
   text-align: center;
}

.new-mv_wrap .new-mv .slick-dots li {
   display: inline;
   margin: 0 8px;
}

.new-mv_wrap .new-mv .slick-dots li button {
   font-size: 0;
   background: none;
   border: none;
   width: 95px;
   height: 3px;
   background-color: rgba(256, 256, 256, .3);
   cursor: pointer;
   padding: 0;
   outline: none;
}

.new-mv_wrap .new-mv .slick-dots li.slick-active button {
   background-color: #fff;
}

.new-mv_wrap .new-mv__arrow {
   /* position: absolute;
	top: 25%;
	width: 90%;
	left: 50%;
	margin-left: -45%; */
}

.new-mv_wrap .new-mv__arrow .arrow__prev {
   background-image: url(/image/main/new-mv_left.png);
   background-size: cover;
   width: 53px;
   height: 95px;
   position: absolute;
   top: 40%;
   left: 5%;
   cursor: pointer;
}

.new-mv_wrap .new-mv__arrow .arrow__next {
   background-image: url(/image/main/new-mv_right.png);
   background-size: cover;
   width: 53px;
   height: 95px;
   position: absolute;
   top: 40%;
   right: 5%;
   cursor: pointer;
}
.new-mv_nav {
	position: absolute;
    color: rgba(255,255,255,0.6);
    background: rgba(0,0,0,0.35);
    border-radius: 30px;
    line-height: 35px;
    height: 35px;
    padding: 0 15px;
    bottom: 20px;
    left: 20px;
	font-size: 15px;
}
.new-mv_nav em {
	color: #fff;
}

/* 뉴스킨 주요 카테고리 */
.new-mc {
   padding: 95px 0 130px;
}

.new-mc .new-mc__tit {
   text-align: center;
   font-size: 24px;
   line-height: 1em;
}

.new-mc .new-mc__tit span {
   font-weight: 500;
}

.new-mc .new-mc__stit {
   text-align: center;
   margin-top: 45px;
    font-size: 20px;
    line-height: 1.5em;
}

.new-mc .new-mc__list {
   display: -ms-flex;
   display: flex;
   justify-content: center;
   margin-top: 75px;
}

.new-mc .new-mc__list>li {
   margin: 0 20px;
   text-align: center;
}

.new-mc .new-mc__list>li img {
 border-radius: 12px;
}

.new-mc .new-mc__list>li p {
   font-size: 12px;
   color: #313131;
   margin-top: 12px;
   font-weight: 500;
}

/* 메인배너 */
.new-mb {
   margin-bottom: 45px;
}

.new-mb .item {
   max-width: 1680px;
   margin-right: 70px;
}

.new-mb .item img {
   width: 1680px;
}

.new-mb .arrows {
    position: absolute;
    top: 40%;
    right: 6.2%;
}
.new-mb .arrow__prev {
   background-image: url(/image/main/new-mb_prev.png);
   background-size: cover;
   width: 41px;
   height: 41px;
   position: absolute;
   top: 40%;
   right: 85px;
   cursor: pointer;
   z-index: 1;
}
.new-mb .arrow__next {
   background-image: url(/image/main/new-mb_next.png);
   background-size: cover;
   width: 41px;
   height: 41px;
   position: absolute;
   top: 40%;
   right: 15px;
   cursor: pointer;
   z-index: 1;
}
.new-mb_m {
	background: #fff;
	padding: 30px 20px;
}
.new-mb_m .item {
	margin: 5px 0;
}

.cate_img_m  {
	margin-bottom: 30px;
    margin-right: 20px;
    border-radius: 0 0 50px 0;
    overflow: hidden;
}

/* 상품 리스트 네비게이션 */
.prodList_wrap {
	position: relative;
}
.prod_nav {
   position: absolute;
   left: 100px;
   top: 100px;
   bottom: auto;
   transition: 0.3s ease-in-out;
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   -o-transition: 0.3s ease-in-out;
}
.prod_nav.isFixed {
   position: fixed;
}
.prod_nav .nav li {
   font-size: 11px;
   color: #fff;
   /* margin-top: 10px; */
   cursor: pointer;
   position: relative;
}
.prod_nav .nav li span {
   display: inline-block;
   vertical-align: middle;
}
.prod_nav .nav li .dots {
    width:15px;
    height: 15px;
    /* line-height: 15px; */
}
.prod_nav .nav li .dots:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #91959f;
    border-radius: 100%;
    padding: 0;
    margin: 2px 0 0 1px;
}
.prod_nav .nav li.on .dots:before {
    width:15px;
    height: 15px;
    background: #284b90;
    margin: 0 auto;
}
.prod_nav .nav li .txt {
	opacity: 0;
	visibility: hidden;
	display: inline-block;
	background: #284b90;
	padding: 0 12px;
	border-radius: 4px;
	line-height: 25px;
	margin-left: 10px;
	position: relative;
}
.prod_nav .nav li .txt:before {
	content:'';
	display: inline-block;
	width: 0px;
	height: 0px;
	border-left: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-right: 6px solid #284b90;
	background: none;
	position: absolute;
	left: -6px;
	top: 9px;
}
.prod_nav .nav li:hover .txt {
	opacity: 1;
	visibility: visible;
}
.prod_nav .nav li.on .txt,
.prod_nav .nav li.active .txt {
	opacity: 1;
	visibility: visible;
}


@media all and (max-width:1870px) {
  .prod_nav{
    display: none;
  }
}

@media all and (max-width:1681px) {

	.prod_nav { left: 20px; }
   .new-mb .item{
      margin-right: 0;
   }

   .new-mb .arrows{
      display: none;
   }

   .new-mb .slick-dots {
      position: absolute;
      width: 100%;
      bottom: -25px;
      left: 50%;
      margin: 0 0 0 -50%;
      text-align: center;
   }

   .new-mb .slick-dots>li{
      display: inline-block;
      margin: 0 5px;
   }


   .new-mb .slick-dots li button {
      font-size: 0;
      background: none;
      border: none;
      height: 10px;
   	width: 10px;
      background-color: #cfcfcf;
      cursor: pointer;
      padding: 0;
      outline: none;
   }

   .new-mb .slick-dots li.slick-active button {
      background-color: #000000;
   }
}

@media all and (max-width:1530px) {
	.m_outer .align-r .list__more { margin-right: 70px; }
}
@media all and (max-width:1350px) {
	.prod_nav { display: none; }
}

@media all and (max-width:1200px) {
   .new-mv_wrap .new-mv .item .m img{
      width: 100%;
   }
}
