@charset "utf-8";
  

/* skip navi */
.skip_navi {display:none;}

/* 레이아웃 */
a:focus{
		outline: none;
	}
#header {
	/*position:fixed;*/
	position:absolute;
	margin:0 auto;
	width:100%;
	height:111px;
	min-width:1100px;
	text-align:center;
	z-index:999;
	background-color:#ffffff;
}
#container {
	position:relative; 
	width:100%;
	margin:0 auto;
	min-width:1100px;
	min-height:400px;
	padding-top:111px;
	text-align:left;
	overflow:hidden;
}
#footer {
	position:relative;
	width:100%;
	margin:0 auto;
	min-height:150px;
	min-width:1100px;
	background-color:#555555;
	z-index:2;
}

/* 우측배너 */
#leftmenu {
	position:fixed;
	float:right;
	width:110px;
	top:146px;
	right:65px;
	z-index:999;
}
.loginbtn {width:110px;height:106px;background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/landing_login_off.jpg') no-repeat left top; text-indent:-9999em;}
.loginbtn:hover {background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/landing_login_on.jpg') no-repeat left top;cursor:pointer;}
.joinbtn {width:110px;height:106px;background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/landing_join_off.jpg') no-repeat left top; text-indent:-9999em;}
.joinbtn:hover {background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/landing_join_on.jpg') no-repeat left top;cursor:pointer;}
.googlebtn {width:110px;height:143px;background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/app_google_off.jpg') no-repeat left top; text-indent:-9999em;}
.googlebtn:hover {background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/app_google_on.jpg') no-repeat left top;cursor:pointer;}
.iosbtn {width:110px;height:144px;background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/app_ios_off.jpg') no-repeat left top; text-indent:-9999em;}
.iosbtn:hover {background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/app_ios_on.jpg') no-repeat left top;cursor:pointer;}

/* 콘텐츠 영역 */

#visual_wrap {background: url('//imgcdn.hanafax.com/_www/landing/2020/0129/topvisual_bg.jpg') no-repeat 50% 50%; background-size:cover; width:100%;}

.visual_img {position:relative;width:1200px;height:485px;margin:0 auto;text-align:center;overflow:hidden;}

.visual_move1 {
  animation: monitor 0.7s 0s forwards; position:absolute;left:107px;top:30px;z-index:1;
}

@keyframes monitor {
  from {
    margin-top:0;
  }
  to {margin-top:150px;}
}

.visual_move2 {
	animation:notebook 0.8s 0s ease forwards; position:absolute;left:259px;top:300px; z-index:2;filter:alpha(opacity=0)
}

@keyframes notebook {
  from {
    margin-left:299px;
  }	
  to {
	margin-left:77px;
  }
  
}

.visual_move3 {
	animation:handphone 0.5s 0.3s ease forwards; position:absolute;left:-100px;top:300px; z-index:3;overflow:hidden;
}

@keyframes handphone {
  from {
    margin-left:0px;
  }	
  to {
	margin-left:160px;
  }
  
}

.visual_text1 {animation:vitext1 0.3s 0.4s ease forwards; position:absolute;right:-420px;top:64px; z-index:3;overflow:hidden;}

@keyframes vitext1 {
  from {
    margin-right:-400px;
  }	
  to {
	margin-right:905px;
  }
  
}

.visual_text2 {animation:vitext2 0.3s 0.8s ease forwards; position:absolute;right:-486px;top:104px; z-index:3;overflow:hidden;}

@keyframes vitext2 {
  from {
    margin-right:-480px;
  }	
  to {
	margin-right:876px;
  }
  
}

.visual_text3 {animation:vitext3 0.3s 1.3s ease forwards; position:absolute;left:488px;top:-79px; z-index:3;overflow:hidden;}

@keyframes vitext3 {
  from {
    margin-top:-79px;
  }	
  to {
	margin-top:271px;
  }
  
}

.visual_honor1 {animation:vihonor1 0.1s 1.8s ease forwards; position:absolute;right:-545px;top:31px; z-index:99;overflow:hidden;cursor:pointer;}

@keyframes vihonor1 {
  from {
    margin-right:0px;
  }	
  to {
	margin-right:545px;
  }
  
}

.visual_honor2 {animation:vihonor2 0.1s 2.4s ease forwards; position:absolute;right:-545px;top:178px; z-index:99;overflow:hidden;cursor:pointer;}

@keyframes vihonor2 {
  from {
    margin-right:0px;
  }	
  to {
	margin-right:630px;
  }
  
}

.visual_honor3 {animation:vihonor3 0.1s 3s ease forwards; position:absolute;right:-444px;top:325px; z-index:99;overflow:hidden;}

@keyframes vihonor3 {
  from {
    margin-right:0px;
  }	
  to {
	margin-right:614px;
  }
  
}

#text_wrap {position:relative;margin:0 auto;width:100%;height:156px;min-width:1100px;text-align:center;background-color:#ffffff;}
#text_wrap img {margin-top:50px;}

#titlebg1 {background: url('//imgcdn.hanafax.com/_www/landing/2020/0828/landing_titlebg01.png') no-repeat 50% 50%; background-size:cover; width:100%; height:342px;}

#video_wrap {position:relative;margin:0 auto;width:100%;height:auto;min-width:1100px;text-align:center;background-color:#ffffff;padding-top:50px; padding-bottom:80px;}

#video_frame {position:absolute;top:30px;left:0px;}
.hana_video {position:relative;width:1100px;min-height:650px;margin:0 auto;text-align:center;background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/video_bg.gif') repeat-y 0 0; padding-top:40px;}

.video_area {position:relative;width:1020px;margin:0 auto;}
.video_contents {position:relative;background:url('//imgcdn.hanafax.com/_www/landing/2020/1012/video_bg2.jpg') no-repeat 0 0;width:100%; height:383px;}
.videocon_left {position:relative;float:left;width:405px;height:383px; padding-top:50px; padding-left:40px;}
.videocon_right {position:relative;float:right;width:570px;height:383px; padding-top:30px;}
.video_imgarea {position:relative;width:100%;height:183px;}
.video_imgarea ul {position:absolute;float:left;top:43px;right:1px;}
.video_imgarea li {float:left;display:inline-block;height:183px;margin-right:22px;}
.video_imgarea li p {padding-top:4px;}
.marginr_zero { margin-right:0px !important; }

.img_boxx {position:relative;display:block; border:2px solid #f5f5f5;width:138px;height:98px;overflow:hidden;}
/*.img_box {position:relative;display:block; border:2px solid #000;width:138px;height:98px;overflow:hidden;}*/
.img_box > img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;transition:transform 1.2s;}
.img_box:hover > img {transform:translate(-50%,-50%) scale(1.2);}
.img_box_selected {border:2px solid #1690FF;}

#benefit_wrap {position:relative;display:block;width:100%;margin:0 auto;min-height:795px;background-color:#f1f1f1;}

.benefit_area {position:relative;width:1100px;margin:0 auto;text-align:center;padding-top:66px;}
.benefit_left {position:relative;float:left;width:541px;height:auto;background-color:#f7ff9e;}
.benefit_right {position:relative;float:right;width:541px;height:383px; background-color:#f7ff9e;}

.benefitbtn1 {float:left;width:541px;height:60px;background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/benefit_btn_off.png') no-repeat left top; text-indent:-9999em;}
.benefitbtn1:hover {background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/benefit_btn_on.gif') no-repeat left top;cursor:pointer;}
.benefitbtn2 {float:left;width:541px;height:60px;background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/benefit_btn_off.png') no-repeat left top; text-indent:-9999em;}
.benefitbtn2:hover {background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/benefit_btn2_on.gif') no-repeat left top;cursor:pointer;}

#business_wrap {position:relative;display:block;width:100%;margin:0 auto;min-height:652px;background-color:#fff;}
.business_area {position:relative;width:1100px;margin:0 auto;text-align:center;padding-top:73px;}

#service_wrap {background: url('//imgcdn.hanafax.com/_www/landing/2020/0129/servicetop_bg.jpg') no-repeat 50% 50%; background-size:cover; width:100%;}

.service_area {position:relative;width:1100px;height:716px;margin:0 auto;text-align:center;overflow:hidden;}
.service_left {position:relative;float:left;width:346px;height:405px;z-index:3;}
.service_right {position:relative;float:right;width:346px;height:405px;z-index:3;}
.service_btn1 {position:absolute;float:left;top:336px;left:81px;width:184px;height:40px;background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/landing_btn1_off.jpg') no-repeat left top; text-indent:-9999em;z-index:4;}
.service_btn1:hover {background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/landing_btn1_on.jpg') no-repeat left top;cursor:pointer;}

#service_benefi_wrap {position:relative;display:block;width:100%;margin:0 auto;min-height:816px;background-color:#f1f1f1;}
.service_benefi_area {position:relative;width:1100px;margin:0 auto;text-align:center;padding-top:76px;}

#charge_wrap {position:relative;display:block;width:100%;margin:0 auto;min-height:1000px;background-color:#fff;}
.charge_area {position:relative;width:1100px;margin:0 auto;text-align:center;padding-top:77px;}
.charge_box {position:relative;float:left;width:1100px;height:316px;z-index:3;}
.charge_box2 {position:relative;float:left;width:1100px;height:237px;z-index:3;}
.charge_btn1 {position:absolute;float:right;top:121px;right:33px;width:140px;height:44px;background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/charge_btn1_off.gif') no-repeat left top; text-indent:-9999em;z-index:4;}
.charge_btn1:hover {background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/charge_btn1_on.gif') no-repeat left top;cursor:pointer;}
.charge_btn2 {position:absolute;float:right;top:116px;right:33px;width:140px;height:44px;background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/charge_btn2_off.gif') no-repeat left top; text-indent:-9999em;z-index:4;}
.charge_btn2:hover {background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/charge_btn2_on.gif') no-repeat left top;cursor:pointer;}

#insurance_wrap {position:relative;display:block;width:100%;margin:0 auto;min-height:865px;background-color:#f1f1f1;}
.insurance_area {position:relative;width:1100px;margin:0 auto;text-align:center;padding-top:80px;}
.insurance_box {position:relative;float:left;width:1100px;height:356px;z-index:3;}
.insurance_btn1 {position:absolute;float:left;left:50%;transform:translate(-50%,-50%);top:170px;right:33px;width:279px;height:53px;background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/insurance_btn1_off.gif') no-repeat left top; text-indent:-9999em;z-index:4;}
.insurance_btn1:hover {background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/insurance_btn1_on.gif') no-repeat left top;cursor:pointer;}

#review_wrap {position:relative;display:block;width:100%;margin:0 auto;min-height:580px;background-color:#02a1e3;}
.review_area {position:relative;width:1100px;margin:0 auto;text-align:center;padding-top:78px;}
.review_box {position:relative;display:block;margin:auto;padding:0px 35px;width:1020px;height:305px;overflow:hidden;}
.review_box p {position:relative;height:300px;margin:10px;position:relative;text-align:center;}

#block_pop_area{position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:rgba(0,0,0,0.4);z-index:9999;text-align:center;padding-top:60px;cursor:pointer;display:none;}
/*.popup_img{max-width:90%;}*/

#bottomimg_wrap {position:relative;background: url('//imgcdn.hanafax.com/_www/landing/2020/0617/landing_bottomimg.jpg') no-repeat 50% 50%; background-size:cover; width:100%;}
.bottomimg_area {position:relative;width:1100px;height:717px;margin:0 auto;text-align:center;overflow:hidden;}
.bottomimg_txt {position:absolute;width:100%;left:50%;transform:translate(-50%,-50%); margin-top:218px; z-index:3;}
.bottomimg_btn1 {position:absolute;left:50%;transform:translate(-50%,-50%);margin-top:379px; width:512px;height:92px;background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/bottom_btn_off.png') no-repeat left top; text-indent:-9999em;z-index:4;}
.bottomimg_btn1:hover {background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/bottom_btn_on.png') no-repeat left top;cursor:pointer;}
.bottomimg_btn2 {position:absolute;left:50%;transform:translate(-50%,-50%);margin-top:488px; width:512px;height:92px;background:url('//imgcdn.hanafax.com/_www/landing/2020/0617/bottom_joinbtn_off.png') no-repeat left top; text-indent:-9999em;z-index:4;}
.bottomimg_btn2:hover {background:url('//imgcdn.hanafax.com/_www/landing/2020/0617/bottom_joinbtn_on.png') no-repeat left top;cursor:pointer;}

.footer_area {position:relative;margin:0 auto;width:1100px;text-align:center;}
.footer_logo {position:absolute;float:left;top:40px;left:40px;z-index:3;} 
.footer_info {position:absolute;float:left;top:40px;left:240px;z-index:3;} 
.footer_info2 {position:absolute;float:left;top:40px;left:240px;width:855px;height:79px;background:url('https://imgcdn.hanafax.com/_www/landing/landing_footer_new.png?v=3') no-repeat left top;z-index:3;} 


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor:pointer;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}

.slick-initialized .slick-slide
{
    display: block;
}



/*top버튼*/
html,body,#all{position:relative;z-index:-3;}

.bg_top{background:url('//imgcdn.hanafax.com/_www/landing/2020/0129/bg_top.png') no-repeat 0 0; display:inline-block;}
.bt_top{position:fixed;bottom:35px;/*left:50%;margin-left:800px;*/right:86px;z-index:999;display:none;}
.top_tran{background-position:0 0;width:62px;height:62px}
.top_tran:hover{background-position:-62px 0}

 
select::-ms-expand {display:none;}  /* 익스10/11 에러방지 */

/* 마진 */
.mt-28 { margin-top:28px !important; }
.mt-30 { margin-top:30px !important; }
.mt-40 { margin-top:40px !important; }
.mt-45 { margin-top:45px !important; }
.mt-50 { margin-top:50px !important; }
.mt-53 { margin-top:53px !important; }
.mt-55 { margin-top:55px !important; }
.mt-60 { margin-top:60px !important; }
.mt-64 { margin-top:64px !important; }
.mt-75 { margin-top:75px !important; }

.mb-30 { margin-bottom:30px !important; }
.mb-40 { margin-bottom:40px !important; }

.ml-31 { margin-left:31px !important; }

/* 착신전환서비스 배너 추가*/
.circle_b {
	position:absolute;
	margin-top:214px;
	margin-left:35px;
	width:220px;
	text-align:center;
	z-index:10;

	animation-name:rotation;
	animation-duration:1s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	animation-timing-function:linear;
}

.circle_b:hover {
	animation-play-state:paused;
}

.circle_b2 {
	position:absolute;
	margin-top:478px;
	margin-left:35px;
	width:220px;
	text-align:center;
	z-index:10;

	animation-name:rotation;
	animation-duration:1s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	animation-timing-function:linear;
}

.circle_b2:hover {
	animation-play-state:paused;
}

@keyframes rotation {
	from {
		top:0;
	}
	to {
		top:30px;
	}
}

.circle_b_scroll{
	position: fixed;
	margin-top: 110px;
}

.circle_b2_scroll{
	position: fixed;
	margin-top: 370px;
}


/* 하나팩스 광고 영상 변경 - 210604 */
.hana_video2 {position:relative;width:1100px;min-height:880px;margin:0 auto;text-align:center;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_bg.gif') repeat-y 0 0; padding-top:40px;}
.videocon_left2 {position:relative;float:left;width:405px;height:383px; padding-top:43px; padding-left:42px;}

.video_imgarea2 {position:relative;width:100%;padding-bottom:34px;}
.video_imgtable {width:100%;}
.video_imgtable tr {height:107px; vertical-align:top !important;}
.video_imgtable td { width:147px; text-align:right;}

.video_img1 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg02.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img1:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg02_on.jpg') no-repeat left top;cursor:pointer;}
.video_img2 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/video_snimg25.png') no-repeat left top; text-indent:-9999em !important;}
.video_img2:hover {background:url('https://imgcdn.hanafax.com/_www/landing/video_snimg25_on.png') no-repeat left top;cursor:pointer;}
.video_img3 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg03.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img3:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg03_on.jpg') no-repeat left top;cursor:pointer;}
.video_img4 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg04.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img4:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg04_on.jpg') no-repeat left top;cursor:pointer;}
.video_img5 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg05.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img5:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg05_on.jpg') no-repeat left top;cursor:pointer;}
.video_img6 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg06.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img6:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg06_on.jpg') no-repeat left top;cursor:pointer;}
.video_img7 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg07.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img7:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg07_on.jpg') no-repeat left top;cursor:pointer;}
.video_img8 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg08.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img8:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg08_on.jpg') no-repeat left top;cursor:pointer;}
.video_img9 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg09.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img9:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg09_on.jpg') no-repeat left top;cursor:pointer;}
.video_img10 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg10.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img10:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg10_on.jpg') no-repeat left top;cursor:pointer;}
.video_img11 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg11.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img11:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg11_on.jpg') no-repeat left top;cursor:pointer;}
.video_img12 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg12.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img12:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg12_on.jpg') no-repeat left top;cursor:pointer;}
.video_img13 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg13.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img13:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg13_on.jpg') no-repeat left top;cursor:pointer;}
.video_img14 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg14.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img14:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg14_on.jpg') no-repeat left top;cursor:pointer;}
.video_img15 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg15.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img15:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg15_on.jpg') no-repeat left top;cursor:pointer;}
.video_img16 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg16.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img16:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg16_on.jpg') no-repeat left top;cursor:pointer;}
.video_img17 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg17.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img17:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg17_on.jpg') no-repeat left top;cursor:pointer;}
.video_img18 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg18.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img18:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg18_on.jpg') no-repeat left top;cursor:pointer;}
.video_img19 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg19.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img19:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg19_on.jpg') no-repeat left top;cursor:pointer;}
.video_img20 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg20.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img20:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg20_on.jpg') no-repeat left top;cursor:pointer;}
.video_img21 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg21.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img21:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg21_on.jpg') no-repeat left top;cursor:pointer;}
.video_img22 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg22.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img22:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg22_on.jpg') no-repeat left top;cursor:pointer;}
.video_img23 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg23.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img23:hover {background:url('https://imgcdn.hanafax.com/_www/landing/2021/0607/video_snimg23_on.jpg') no-repeat left top;cursor:pointer;}

.video_img26 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/video_snimg26.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img26:hover {background:url('https://imgcdn.hanafax.com/_www/landing/video_snimg26_on.jpg') no-repeat left top;cursor:pointer;}

.video_img27 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/video_snimg27.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img27:hover {background:url('https://imgcdn.hanafax.com/_www/landing/video_snimg27_on.jpg') no-repeat left top;cursor:pointer;}

.video_img28 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/video_snimg28.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img28:hover {background:url('https://imgcdn.hanafax.com/_www/landing/video_snimg28_on.jpg') no-repeat left top;cursor:pointer;}

.video_img29 {float:left;width:138px;height:98px;background:url('https://imgcdn.hanafax.com/_www/landing/video_snimg29.jpg') no-repeat left top; text-indent:-9999em !important;}
.video_img29:hover {background:url('https://imgcdn.hanafax.com/_www/landing/video_snimg29_on.jpg') no-repeat left top;cursor:pointer;}


/* 고객센터 안내 팝업 */
.ha_contactpop {width:741px;height:608px;margin:0 auto;}
.ha_contactpop .contapop_le {position:relative;width:700px;float:left;}
.ha_contactpop .contapop_ri {position:relative;width:41px;float:left;left:0px;top:0px;}
.ha_contactpop .ctvod_01 {position:absolute;float:left;top:342px;left:72px;width:237px;height:139px;background:url("https://imgcdn.hanafax.com/_www/landing/ha_ctpopvod01_off.png") no-repeat left top;text-indent:-9999em;}
.ha_contactpop .ctvod_01:hover {background:url("https://imgcdn.hanafax.com/_www/landing/ha_ctpopvod01_on.gif") no-repeat left top;cursor:pointer;}
.ha_contactpop .ctvod_02 {position:absolute;float:right;top:342px;right:72px;width:237px;height:139px;background:url("https://imgcdn.hanafax.com/_www/landing/ha_ctpopvod02_off.png") no-repeat left top;text-indent:-9999em;}
.ha_contactpop .ctvod_02:hover {background:url("https://imgcdn.hanafax.com/_www/landing/ha_ctpopvod02_on.gif") no-repeat left top;cursor:pointer;}
.footer_ct01 {position: absolute;float: left;top: 96px;left: 480px;width:118px;height:23px;background:url("https://imgcdn.hanafax.com/_www/landing/landing_footer_contact_off.png") no-repeat left top;text-indent:-9999em; z-index:99;}
.footer_ct01:hover {background:url("https://imgcdn.hanafax.com/_www/landing/landing_footer_contact_on.png") no-repeat left top;cursor:pointer;}
