.noto{font-family: 'NotoKr';}

/*탑 헤드부분 시작*/
div.top_nav{
  width: 100%;
  height:43px;
  background:#f5f5f5; 
}
div.top_nav .rental_bl{
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
div.top_nav .bl_top{
  position:absolute;
  left: 45px;
  top: 25px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-bottom: 10px solid #5dcaf3;
  border-top: 5px solid transparent;
  border-radius: 5px solid transparent;
  border-left: 5px solid transparent;
  margin: 0 auto;
}
div.top_nav .bl_txt{
  position:absolute;
  left: 20px;
  top: 38px;
  width: 60px;
  height: 25px;
  background:#5dcaf3;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
div.top_nav > ul.top_nav_inner{
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
ul.top_nav_inner > ul.f_inner{
  width: auto;
  float: right;
}
ul.top_nav_inner > ul.f_inner > li{
  float: left;
  line-height: 40px;
  margin-right: 15px;
}
.goog-te-gadget-simple{
  background:transparent !important;
}
div.top_tapmanu{
  width: 500px;
  height: 100%;
  float: left;
  text-align: center;
}
div.top_tapmanu > a{
  width: 100px;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 40px;
}
div.top_tapmanu > a > img{
  width: 30px;
  margin-left: -10px;
}
div.top_tapmanu > a:nth-child(2){
  position: relative; 
  height: 80%;
  border: 1px solid #ddd; 
  border-top: 0; 
  border-bottom: 0;
  margin-top: 5px; 
  line-height: 35px;
  box-sizing: border-box;
  transition: 0.3s;
}
div.top_tapmanu > a > .rentalmall_ov{
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
}
div.top_tapmanu > a:nth-child(2):hover > .rentalmall_ov{
 display: block;
}
div.top_tapmanu > p{
  float: left;
  padding-left: 10px;
  text-align: left;
  line-height: 40px;
  font-family: 'NotoKr';
  font-size: 14px;
}
div.top_tapmanu > span{
  display: inline-block;
  float: left;
  padding-left: 10px;
  font-size: 18px;
  font-family: 'NotoKr';
  font-weight: 900;
  line-height: 40px;
  text-align: left;
}

/*네비게이션 시작*/
#head_nav{
  width: 100%;
  height: auto;
  position: relative;
}
#head_nav > #head_inner{
  max-width: 1200px;
  margin: 0 auto;
}
#head_nav > #head_inner > h1.mauin_logo{
  width: 180px;
  margin: 20px auto;
}
#templet02_menu{
  width: 100%;
  height: 50px;
  margin: 10px 0;
  border: 0;
  transition: all 0.3s;
}
/*스크롤시 메뉴 고정*/
.templet02_fixed{
  position: fixed !important;
  top: 0;
  z-index: 99999;
  transition: all 0.3s;
  box-shadow: 0;
  margin:0;
  border: 0;
}
/*검색창 버튼*/
.sch_btn{
  float: right;
}
.sch_btn img{
  width: 45px;
}
.templet02_open_menu{
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 1px) !important;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  background: #fff;
  z-index: 9999;
  padding: 20px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.templet02_open_menu > .all_menu{
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.templet02_open_menu > .all_menu > ul{
  width: 100%;
  height:100%;
  padding: 0 !important;
  display: flex;
}
.templet02_open_menu > .all_menu ul li a.cate_tit{
  background: none !important;
  font-size: 16px;
  display: block;
  height:40px;
  line-height: 30px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.templet02_open_menu > .all_menu ul li{
  flex: 1;
}
.menu_banner{
  max-width: 1200px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
}
.menu_banner > a{

}
.menu_banner > a > img{
  width: 100%;
}
#templet02_menu .manu_con{
  position: relative;
}
#templet02_menu .all_btn{
  width: 125px;
  height: 50px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#templet02_menu .home_btn{
  display: none;
  transition: 0.3s;
}
#templet02_menu .home_btn a{
  width: 100%;
  height: 100%;
  display:block;
}
#templet02_menu ul.gnb{
  min-width: 980px;
  width: 1020px;
  height: 100%;
  float: left;
  display: flex;
}
#templet02_menu ul.gnb > li{
  position: relative;
  /*width: calc(980px / 7);*/
  float: left;
  line-height: 50px;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
}
#templet02_menu ul.gnb > li:hover{
  background:#5dcaf3;
}
#templet02_menu ul.gnb > li > a{
  background: none;
  text-indent: 0;
}
#templet02_menu ul.gnb > li > ul > li >a{
  background: none;
  text-indent: 0;
  /*font-size: 13px !important;*/
  margin-left: 10px;
}
#templet02_menu ul.gnb > li.b2c_url{
 flex:0.5;
}

/*검색창 오픈*/
#head_sch_open{
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 350px;
  height: 80px;
  background: #eb5154;
  border-radius: 10px;
  z-index: 1;
}
#head_sch_open .sch_stx{
  width: 270px;
  height: 40px;
  margin: 20px 0 0 20px;
  line-height: 40px;
  border-radius: 10px;
}
#head_sch_open .sch_submit{
  width: 25px;
  margin: 18px 0 0 5px;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
}
/*네비게이션 끝 */
/*메인 배너 시작*/
.main_wrapper{
  max-width: 1200px;
  height:730px;
  margin: 30px auto;
  position: relative;
}
.swiper-container.templet02_banner{
  width: 800px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.swiper-container.templet02_banner:hover .swiper-button-next{
   margin-right: 0;
}
.swiper-container.templet02_banner:hover .swiper-button-prev{
   margin-left: 0;
}
.swiper-container.templet02_banner > .tem02_banner_inner{

}
.templet02_banner .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #666;
  margin: 0 4px;
  opacity: .6;
}
.templet02_banner .swiper-pagination-bullet-active{
  opacity: 1;
  background: #eb5154;
  width: 25px;
  height: 10px;
  border-radius: 10px;
  transition: 0.5s;
}
.swiper-container.templet02_banner .swiper-button-next{
  margin-right: -50px;
  background: url(/img/templet02/main/arrowR.png) no-repeat center;
  transition: 0.5s;
}
.swiper-container.templet02_banner .swiper-button-prev{
  margin-left: -50px;
  background: url(/img/templet02/main/arrowL.png) no-repeat center;
  transition: 0.3s;
  transform: rotate(0) !important;
}
.templet02_banner .banner{
  width: 100%;
  height: 100%;
  
}
.templet02_banner .banner img{
   width: 100%;
  object-fit: cover;
}
/*메인 콜센터*/
div.call_center{
  position: absolute;
  width: 370px;
  height: 200px;
  right: 0;
  top: 0;
  background: #B8C0CB;
  padding: 40px 50px;
  text-align: center;
}
div.call_center > p{
  color: #fff;
}
div.call_center > img{
}
div.call_center > p.callNum{
  font-size: 36px;
  text-align: center;
  font-weight: 900;
  text-shadow: 2px 2px 2px #ddd;
}
div.call_center > p.callText{
  font-size: 14px;
}

/*신규이벤트 배너*/
.newEvent{
  position: absolute;
  right: 0;
  top: 230px;
  width: 370px;
  height: 270px;
}
.newEvent > a{
  display: block;
  width: 100%;
  height: 100%;
}
.newEvent img{
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.newEvent img:last-child{
  position: absolute;
  top: -2px;
  right: 0px; 
  width: 100px;
}
.newEvent:hover img:first-child{
  opacity: .8;
}

/*3단 배너 영역*/
.banner_3{
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/img/templet02/main/3prd_bg.jpg) no-repeat center;
}
.banner_3 > a{
  position: relative;
  width: 32%;
  height: 180px;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
  border-right: 2px solid #ddd;
}
.banner_3 > a:nth-child(3){
  margin-right: 0;
  border-right: 0;
}
.banner_3 > a > img{
  margin-left: 10px;
  margin-top: 15px;
}
.banner_3 span{
  line-height: 20px;
  font-size: 18px;
  color: #444;
  font-family: 'NotoKr';
  font-weight: 900;
}
.banner_3 p.banner_3_txt{
  position: absolute;
  left: 55%;
  top: 70px;
  width: 150px;
  font-family: 'NotoKr';
}

/*템플릿02 베스트상품*/
.tem02_best{
  position: relative;
  width: 100%;
  height: 400px;
  margin: 50px 0;
  background: #d8ecec;transition: 0.3s;
  /*background: #222;*/
}
.tem02_best:after{
  content: "";
  clear: both;
  display: block;
}
.tem02_best > h2{
 max-width: 1200px;
 margin: 0 auto;
 padding-top: 20px;
}
.tem02_best > h2 > img{

}
.tem02_best_inner{
  position: relative;
  width: 100%;
  /*max-width: 1200px;*/
  height: 100%;
  margin:0 auto;
  transition: 0.3s;
}
.tem02_best_inner ul{
  position:absolute;  
  left:50px;  
  top:0;
  width: calc(100% - 100px);
  height: 100%;
  transition: 0.3s;
}
.tem02_best_inner ul li{
  position: relative;
  float: left;
  width: 16.66%;
  height: 100%;
  padding: 35px 25px;transition: 0.3s;
}
.tem02_best_inner ul li img{
  width: 250px;
  height: 250px;
  /*border-radius: 50%;*/
}
.left_bg{
  display: none;
  position: absolute;
  top:-52px;
  left: 0;
  width: calc(50% - 600px);
  height: 100%;
  background: #d8ecec;
  transition: 0.3s;
}
.tem02_best_inner:hover .left_bg{
  display: block;
}
.tem02_best_inner:hover .right_bg{
  display: block;
}
.right_bg{
  display: none;
  position: absolute;
  top:-52px;
  right: 0;
  width: calc(50% - 600px);
  height: 100%;
  background: #d8ecec;
 transition: 0.3s;
}
.best_prev{
  position: absolute;
  left: 15%;
  top: 30%;
  z-index: 20;
  cursor: pointer;
}
.best_next{
  position: absolute;
  right: 15%;
  top: 30%;
  z-index: 2;
  cursor: pointer;
}
.best_play{

}
.best_pause{
  
}
.them03_selct_bg select{
background-color: #48dbfb !important;
background-image: -webkit-linear-gradient(bottom right, #48dbfb 0%, #5899E2 74%)!important;
background-image: -o-linear-gradient(bottom right, #48dbfb 0%, #5899E2 74%)!important;
background-image: linear-gradient(to top left, #48dbfb 0%, #5899E2 74%)!important;
border: 0 !important;

}
.tem02_best_inner ul li:hover .tem02_best_hover{
  display: block;
  transition: 0.3s;
}
.tem02_best_hover{
  position: absolute;
  left: 25px;
  top: 35px;
  width: 250px;
  height: 250px;
  /*border-radius: 50%;*/
  background: rgba(0,0,0,.6);
  display: none;
  transition: 0.3s;
}
.tem02_best_hover > .best_btn{
  width: 120px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  color: #777 !important;
  background: #ddd;
  font-size: 14px;
}
.request_btn{
  width: 120px;
  height: 40px;
  margin: 30px auto;
  border: 2px solid #fff;
  border-radius: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}
.request_btn a{
  width: 100%;
  height: 100%;
  display: block;
}
.request_btn:hover a{
  color: #222 !important;
}
.request_btn:hover {
  background: #fff;
  color: #222;  
}
.tem02_best_name{
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-overflow:ellipsis;
  overflow: hidden;
  font-size: 14px;
}
.original_price{
  text-align: center;
  color: #999;
}
.discout_price{
  text-align: center;
  color: #fff; 
  font-weight: 600;
  font-size: 18px;
}

/*브랜드별 베스트 탭메뉴*/
.brand_best_tap{
  position: relative;
  max-width: 1200px;
  margin:  0 auto;
  height: 650px;
}
.brand_best_tap > .recom_tabs{
  max-width: 1200px;
  margin:  0 auto;
}
.brand_best_tap > .recom_tabs > li{
  width: 16.5%;
  height: 50px;
  line-height: 50px;
  float:left;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background: #F5F7F6;
  border: 0;
  transition: all 0.3s;
  border-radius: 20px;

}
.brand_best_tap > .recom_tabs > li.current{
  /*background: #61c9fe !important;*/
  background-color: #CFD6E6 !important;
  background-image: -webkit-linear-gradient(bottom right, #CFD6E6 27%, #E7EFF9 96%) !important;
  background-image: -o-linear-gradient(bottom right, #CFD6E6 27%, #E7EFF9 96%);
  background-image: linear-gradient(to top left, #CFD6E6 27%, #E7EFF9 96%) !important;
  border: 0;
}
.brand_best_tap > .recom_tabs > li .tabs_text{
  display: none;
}
.brand_best_tap > .recom_tabs > li:hover .tabs_text{
  display: block;
  color: #222;
}
.brand_best_tap > .recom_tabs > li:hover .rec_img{
  display: none;
}
.brand_best_tap .recom_tab-content{
  width: 100%;
  height: auto;
}
.tap_banner{
  position: absolute;
  right: 10px;
  bottom: 81px;
  width: 750px;
  height: 170px;
  overflow: hidden;
}
.brand_best_tap .tap_banner > img{
  object-fit: cover;
}
.brand_best_tap .pr_brand ul li.list{
  position: relative;
  width: 245px !important;
  margin-right: 10px;
}
.brand_best_tap .pr_brand ul li:nth-child(4){
  margin-right: 0;
}
.brand_best_tap .pr_brand ul li:nth-child(1){
  width: 428px !important;
  height: 428px;
}
.brand_best_tap .pr_brand ul li img{
  width: 100% !important;
}

.brand_best_tap .pr_brand ul li:hover .brand_best_dd{
  margin-bottom: 0;
}
.brand_best_tap .pr_brand ul li:hover{
  border: 1px solid #ace5e7 !important;
}

.brand_best_dd{
  margin-bottom: -200px;
  width: 100%;
  height: 110px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
  padding: 10px 20px;
  transition: all 0.3s;
}
.brand_best_dd > dd{
  color: #fff;
  font-size: 16px !important;
}
.brand_best_dd > dd.name{
  margin: 0 !important;
}
.pr_brand ul li:nth-child(n+2) .brand_best_dd dd.name{
  font-size: 12px !important;
}
.brand_best_dd p{
  width: 49%;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
}
.brand_best_dd p.tap_o_price{
  color: #c4c4c4;
}
.brand_best_dd p.tap_n_price{
  color: #0cffeb;
}
.brand_best_tap .pr_brand ul li:nth-child(1) .brand_best_dd{
  height: 150px; 
  padding: 20px 40px;
}
.brand_best_tap .pr_brand ul li:nth-child(1) .brand_best_dd p{
  height: 45px;
  font-size: 22px;
  line-height: 45px;
}
.brand_best_tap .pr_brand ul li:nth-child(1) .brand_best_dd .tap_btn{
  height: 35px;
  font-size: 22px;
}
.brand_best_dd .tap_btn{
  width: 100%;
  background: none;
  border:1px solid #ace5e7 !important;
  color: #ace5e7 !important;
  border-radius: 10px;
}
.brand_best_dd .tap_btn:hover{
  background: #ace5e7 !important;
  color: #222 !important;
}

/*중간 부분 상품4*/
.section_prd{
  position: relative;
  max-width: 1200px;
  height: 620px;
  margin: 50px auto;
  text-align: center;
}
.section_prd > div{
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 50px 0;
}
.section_prd > .section_01{
  width: 320px;
  height: 350px;
  background: #ededed;
}
.section_prd > .section_02{
  width: 420px;
  height: 350px;
  background: #fff;
}
.section_prd > .section_03{
  width: 775px;
  height: 240px;
  padding: 20px 0;
  background: #edead9;
}
.section_prd > .section_04{
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 615px;
  background: #e3f1f1;
  margin-right: 0;
  padding: 25px 0; 
}
.section_prd a {

}
.section_prd a img{
  object-fit: contain;
  transition: all 0.3s;
}
.section_prd div:hover a img{
  transform: scale(1.05);
}

/*메인 상품리스트*/
div.main_prdList{
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
div.main_prdList ul{
  width: 100%;
}
li.list_themNEw03{
  width: 290px;
  float: left;
  margin: 5px 5px;
  border: 1px solid #eee;
  box-sizing: border-box;
  transition: 0.3s;
}
li.list_themNEw03:hover{
  border-color: #17cdff;
}
li.list_themNEw03 .contract{
  height: auto;
}
li.list_themNEw03 dl a dt img{
  width: 100%;
}
li.list_themNEw03 .agreement{
  width: 85px;
  height: 20px;
  line-height: 20px !important;
  background: #a3e9ff;
  color: #333;
  text-align: center;
  padding: 0;
  margin-left: 5px;
  border-radius: 0;
}
li.list_themNEw03 .ownership{
  width: 85px;
  height: 20px;
  line-height: 20px !important;
  background: #ffbcbe;
  color: #333;
  text-align: center;
  padding: 0;
  margin-left: 5px;
  border-radius: 0;
}
li.list_themNEw03 .cycle{
  width: 85px;
  height: 20px;
  line-height: 20px !important;
  background: #dfebaf;
  color: #666;
  text-align: center;
  padding: 0;
  margin-left: 5px;
  border-radius: 0;
}
li.list_themNEw03 .name{
  width: 100%;
  text-align: left;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'NotoKr';
  font-weight: 600;
  font-size: 14px;
}
li.list_themNEw03 .model{
  width: 49%;
  float: left;
  text-align: left;
  font-family: 'NotoKr';
  color: #999;
  padding: 0 10px;
}
li.list_themNEw03 .card_discount select{
  height: 45px;
  border: 1px solid #AECAD6;
}
li.list_themNEw03 .card_discount{  
  height: 155px;
}
li.list_themNEw03:hover .card_discount{
  background:  #e8f8ff;
}

.them03_o_price{
  width: 49%;
  line-height: 40px;
  float: right;
  padding: 0 10px;
  font-size: 16px;
  text-align: right;
  color: #777;
}
.them03_n_price {
  font-weight: 900;
  color: #eb5154;
  font-size: 24px;
}
li.list_themNEw03 p.them03_n_price{
  float: right;
  height: 50px;
  line-height: 35px;
}
li.list_themNEw03 .listButton{
  float: left;
  width: 50%;
  height: 50px;
  margin: 0 auto;
  border: 1px solid ;
  text-align: center;
  padding: 0;
  background: none;
  border-radius: 3px;
  border:1px solid #666 !important;
  color: #666 !important;
  transition: none;
  outline: none;
}
li.list_themNEw03 .listButton:hover{
  background-color: #b3cdd1;
  background-image: -webkit-linear-gradient(bottom right, #b3cdd1 0%, #9fa4c4 74%) !important;
  background-image: -ms-linear-gradient(bottom right, #b3cdd1 0%, #9fa4c4 74%) !important;
  background-image: linear-gradient(to top left, #b3cdd1 0%, #9fa4c4 74%) !important;
  border: 0 !important;
  color: #fff !important;
}
li.list_themNEw03 .rslt p:last-child:before{
  content: "";
  display: none;;
}
/*메인리스트 css 끝*/

/*MD추천 css시작*/
.MD_best{
  width: 100%;
  height: auto;
}
.MD_best > .sec_title{
  max-width: 1200px;
  height: auto;
  margin:0 auto;
}
.MD_best > .sec_title > h2{
  width: 1200px;
  height: 50px;
  margin: 20px 0 30px 0;
  text-align: center;
  z-index: 1;
}
.MD_best > ul{
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.MD_best > ul > li{
  position: relative;
  width: 49%;
  height: 300px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.MD_best > ul > li:after{
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #eee;
  right: 0;
  top: 0;
}
.MD_best > ul > li:nth-child(even){
  margin-right: 0;
}
.MD_best > ul > li > a{
  width: 100%;
  height: 100%;
  display: block;
}
.MD_best > ul > li > a > .md_left{
  width: 50%;
  height: 100%;
  float: left;
  padding: 60px 10px;
}
.md_prd_img{
  position: absolute;
  right: 25%;
  top: 25%;
  z-index: 1;
  transform: translate(50%, -12.5%);
}
.MD_best p{
  font-family: 'NotoKr';
}
.md_name{
  font-weight: 600;
  font-size: 16px;
}
.md_model{
  font-size: 12px;
  color: #999;
}
.md_original_price{
  color: #999;
}
.md_price{
  font-size: 20px;
  font-weight: 900;
  padding: 10px 0 20px 0;
}
.md_text{
  font-size: 12px;
  color: #999;
}
span.card_icon{
  display: inline-block;
  margin-bottom: 20px;
}
/*MD추천 css끝*/
/*브랜드 롤링 css 시작*/
.rollingContainer{
  width: 100%;
  height: 200px;
  position: relative;
  *zoom: 1;
  background: #e0f4ff;
  padding: 20px 0;
}
.rollingContainer:after{ 
  display:block; 
  clear:both; 
  content:"";
}
.rollingContainer > .rollingList{
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.rollingContainer > .rollingList > ul{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.rollingContainer > .rollingList > ul > li{
  margin:0 5px;
  float: left;
}
.rollingContainer > .rollingList > ul > li > a{
  display: block;
}
.rollingContainer > .rollingList > ul > li > a > img{
  
}
/*브랜드 롤링 css끝*/

/*고객센터 css 시작*/
div.notice{
  width: 100%;
  height: 350px;
  text-align: center;
  background: #fff;
  margin-bottom: 80px;
}
div.notice > h1.notice_tit{
  margin: 50px 0;
}
div.notice > .notice_inner{
  max-width: 1200px;
  margin:0 auto;
}
div.notice > .notice_inner > .notice01{
  width: 25%;
  height: 270px;
  float: left;
  padding: 10px;
  border: 1px solid #ddd;
  margin-right: 20px;
  margin-bottom: 20px;
}
div.notice > .notice_inner > .notice01 > h2{
  height: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #999;
  text-align: left;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}
div.notice > .notice_inner > .notice01 > h2 > a{
  float: right;
  font-size: 16px;
  color: #ddd;
}
div.notice > .notice_inner > .notice01 > ul.page_notice_contents{
  width: 100%;
}
div.notice > .notice_inner > .notice01 > ul.page_notice_contents > li{
  width: 100%;
  margin-bottom: 10px;
}
div.notice > .notice_inner > .notice01 > ul.page_notice_contents > li > a{
  width: 70%;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
div.notice > .notice_inner > .notice01 > ul.page_notice_contents > li > span{
  width: 30%;
  float: right;
  text-align: right;
}

/*실시간*/
.notice02{
  width: 35%;
  height: 270px;
  float: left;
  padding: 10px;
  border: 1px solid #ddd;
  margin-right: 20px;
  margin-bottom: 20px;
}
.notice02 > h2{
  height: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #999;
  text-align: left;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}
.notice02 > ul{

}
.notice02 ul li{
  line-height: 14px;
  font-family: 'NotoKr';
  text-align: left !important;
  border: 0 !important;
}
.notice02 ul li.live_01{
  width: auto;
  padding-right: 10px;
}
.notice02 ul li.live_03{
  width: auto;
  padding-left: 10px;
}
.notice02 ul li.live_04{
  width: 20%;
  float: right;
  text-align: right;
  padding-right: 10px;
}
/*전화영역*/
.customer_center{
  position: relative;
  width: 36.5%;
  height: 270px;
  float: right;
  padding: 10px;
  border: 1px solid #ddd;
  background: #e9fbfd;
}
.customer_center > h3.custom_tit{
  height: 50px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #999;
  text-align: left;
  border-bottom: 1px solid #ddd;
  background: url(/img/templet02/main/bottom_cs_title.png) no-repeat right top 15px;
}
.customer_center > p{font-family: 'NotoKr';}
.customer_center > .custom_Num{
 font-size: 50px;
 font-weight: 900;
 text-align: center;
 color: #222;
}
.customer_center > .custom_hours{
  font-size: 18px;
  color: #555;
  font-weight: 900;
}
.customer_center > .custom_hours > span{
  color: #999;
  font-weight: none;
}
.customer_center > .custom_txt{
  text-align: left;
  padding-top: 30px;
}
.customer_center > .custom_txt > img{

}
.customer_center > a.kakao_cs{
  position: absolute;
  right: 10px;
  bottom: 50px;
  width: 150px;
  height: 30px;
  background: url(/img/templet02/main/kakao_cs.png) no-repeat center;
}
.customer_center > a.naver_cs{
  position: absolute;
  right: 10px;
  bottom: 10px;
width: 150px;
  height: 30px;
  background: url(/img/templet02/main/naver_cs.png) no-repeat center;
}
.information_them03{
  max-width: 1200px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
.information_them03 > img{
  position: absolute;
  top: -49px;
  left: 0;
  z-index: -1;
}
.information_them03 > .them03_process{
  width: 100%;
  height: 400px;
  border: 2px solid #ddd;
  border-radius: 20px;
  text-align: center;
  padding: 90px 40px 30px 40px;
}
.information_them03 > .them03_process > img{
  object-fit: contain;
}
.information_them03 > .them03_process > p{
  margin-top: 40px;
  line-height: 25px;
  padding-left: 20px;
  font-size: 14px;
  color: #888;
 text-align: left;
}
.information_them03 > .process_txt{
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-left: 10px;
}
.information_them03 > .process_txt > p{
  color: #888;
  line-height: 25px;
  font-size: 14px;
}
/*고객센터 css 끝*/

/*창업 배너 css 시작*/
.consulting_banner{
  width: 100%;
  height: auto;
  margin: 50px 0;
  background: url(/img/templet02/main/biz_bg.png) no-repeat center top;
}
.consulting_banner > .consulting_banner_inner{
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}
.consulting_banner > .consulting_banner_inner > h2{
  padding-top: 250px;
  padding-bottom: 50px;
}
.consulting_banner > .consulting_banner_inner > a{
  width: 100%;
   height: 100%;
   display: block;
}
.consulting_banner > .consulting_banner_inner > a > .consulting_bg{
  width: 100%;
  height: 500px;
  background: #fff;
  box-shadow: 5px 0 3px -1px rgba(0,0,0,.4);
}
.consulting_banner > .consulting_banner_inner > a > .consulting_bg > h3{
  padding: 30px 0;
  font-size: 46px;
  font-weight: 900;
  color: #135377;
}
.consulting_banner > .consulting_banner_inner > a > .consulting_bg > p {
  font-size: 24px;
  color: #135377;
  line-height: 60px;
  font-weight: 600;
}
.consulting_banner > .consulting_banner_inner > a > .consulting_bg > p > span{
  font-weight: 900;
  color: #fc283e;
  font-size: 26px;
  display: inline-block;
}

/*창업 배너 css 끝*/

/*footer css 시작*/
footer{
  width: 100%;
  height: auto;
  background: #222;
}
p.top_btn{
  color: #999;
}
footer > .top_ft{
  width: 100%;
  height: 50px;
  background: #4c4c4c;
}
footer > .top_ft > ul.top_ft_inner{
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
li.top_btn{
  width: 10%;
  float: right !important;
  margin-right: 0 !important;
  color: #999;
  text-align: right;
  cursor: pointer;
}
footer > .top_ft > ul.top_ft_inner > li{
  float: left;  
  font-size: 14px;
  margin-right: 30px;
  line-height: 50px;
}
footer > .top_ft > ul.top_ft_inner > li > a{
  color: #fff;  
  font-family: 'NotoKr';
}

footer > .footer_wrap{
  max-width: 1200px;
  height: 330px;
  margin: 0 auto;
  padding: 30px 0;
}
footer > .footer_wrap > .ft_call{
  width: 270px;
  height: 230px;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 20px 25px;
  float: left;
}
footer > .footer_wrap h4{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'NotoKr';
}
footer > .footer_wrap hr{
  display: block;
  width: 50px;
  height: 4px;
  background: #fff;
  margin: 15px 0;
}
footer > .footer_wrap > .ft_call > p.ftNum{
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
footer > .footer_wrap > .ft_call > p{
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-family: 'NotoKr';
}
footer > .footer_wrap > .ft_call .ftNum_t{
 color: #777;
}
footer > .footer_wrap > .ft_call > span.call_tt{
  color: #ddd;
  font-family: 'NotoKr';  
  margin-top: 15px;
}
.compInfo{
  width: 580px;
  height: 230px;
  margin-left: 25px;
  float: left;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 20px 25px;
}
.compInfo > span{
color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-family: 'NotoKr';
}
.compInfo > span >a{
color: #999;
}
.compInfo p.illegality_sale{
color: #999;
text-align: right
}
.htem03_ft_logo{
  width: 300px;
  height: 230px;
  float: right;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding-top: 70px;
}

/*footer css 끝*/
/*하단 고정메뉴 css 시작 */
.them03_fixed{
  width: 80%;
  min-width: 1200px;
  height: 90px;
  position: fixed;
  left: 0;
  bottom: 0;
 border-top-right-radius: 30px;
 transition:  all 0.3s;
 z-index: 500;
}
.them03_fixed #fwrite2{
  float: right;
  max-width: 1200px;
  height: 80px;
  line-height: 80px;
  margin-top: 10px;
  padding: 10px 0 0 0;
  position: relative;
}
.them03_fixed .title_round{
  background: none !important;
}
img.arrowUp{
  width: 30px;
  line-height: 50px;
  color: #999 !important;
  transition: 0.2s;
  padding-top: 10px;
}
span.top_btn:hover {
  opacity: 1;
}
/*하단 고정메뉴 css 끝 */

/*최근본 상품*/
.left_view{
  position: fixed;
  left: 0;
  top: 50%;
  width: 80px;
  height: 280px;
  background: #eee;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 99999999;
}
.left_view > ul{
  width: 100%;
  height: 100%;
  padding: 10px;
}
.left_view > ul > li{
  width: 100%;
  height: 200px;
}
.left_view > ul > li > p{
  margin-bottom: 5px;  
}
.left_view > ul > li:nth-child(1){
  height: 30px;
  margin-bottom: 10px;
  font-size: 11px;
  text-align: center;
  font-family: 'NotoKr';
  font-weight: 600;
}
.left_view > ul > li img{
  width: 100%;
  height: 100%;
}
.left_view > ul > li.pg_wrap{
  width: 100%;
  height: 30px;
  position: relative;
}
.left_view > ul > li.pg_wrap img{
  width: 15px;
  height: 15px;
  cursor: pointer;
}

/*오늘쪽 퀵메뉴*/
.right_menu{

}
.right_menu > .open_btn{
  position: fixed;
  top: 50%;
  right: 0;
  width: 35px;
  height: 120px;
  background: #222;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 99999999;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.right_menu > .open_btn > .fa.fa-chevron-left{
  color: #fff;
  line-height: 120px;
  font-weight: 18px;
}
.right_inner{
  position: fixed;
  right: -100%;
  top: 0;
  width: 250px;
  height: 100%;
  background: #eee;
  z-index: 9999999;
  transition: all 0.5s ease-in-out;
}
form.submit_right{
  width: 235px;
  height: 235px;
  margin: 15px auto;
  background: #fff;
  border-radius: 10%;
}
form.submit_right h3{
  text-align: center;
  margin: 10px 0;
}
form.submit_right h3 img{
  width: 120px;
}
form.submit_right .right_input{
  width: 200px;
  margin:0 auto;
}
form.submit_right .right_input input{
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
}
form.submit_right .right_input .right_submit_btn{
  width: 100%;
  height: 35px;
  background-color: #63a4ff;
  background-image: -webkit-linear-gradient(bottom right, #63a4ff 0%, #83eaf1 74%);
  background-image: -o-linear-gradient(bottom right, #63a4ff 0%, #83eaf1 74%);
  background-image: linear-gradient(to top left, #63a4ff 0%, #83eaf1 74%);
}
.right_inner > ul{
  width: 235px;
  height: auto;
  /*background: #fff;*/
  margin: 0 auto;
}
.right_inner > ul > li{
  width: 70px;
  height: 70px;
  float: left;
  margin: 0 10px 10px 0;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 14px 0;
}
.right_inner > ul > li:nth-child(3n){
  margin-right: 0;
}
.right_inner > ul > li:nth-child(n+4):nth-child(-n+11) img{
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}
.right_inner > ul > li > a{
  width: 100%;
  height: 100%;
  display: block;
  font-family: 'NotoKr';
  color: #666;
}
.right_inner > ul > li > a > img{
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
}
.right_inner > ul > li:nth-child(13) img{
  height: 15px;
  width: 20px;
  margin-bottom: 10px;
}
.right_inner > ul > li > a > span{
  /*display: none;*/
  font-family: 'NotoKr';
}


.hover_A{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: block;

}