@charset "utf-8";
/* CSS Document */


/* @web font */
@font-face{
	font-family:'MalgunGothicRegular';
	font-style:normal;
	font-weight:400;
	src:url(../font/MalgunGothicRegular.eot);
	src:url(../font/MalgunGothicRegular.eot?#iefix) format('embedded-opentype'),
		url(../font/MalgunGothicRegular.woff) format('woff'),
		url(../font/MalgunGothicRegular.ttf) format('truetype');
}

@font-face{
	font-family:'MalgunGothicBold';
	font-style:normal;
	font-weight:400;
	src:url(../font/MalgunGothicBold.eot);
	src:url(../font/MalgunGothicBold.eot?#iefix) format('embedded-opentype'),
		url(../font/MalgunGothicBold.woff) format('woff'),
		url(../font/MalgunGothicBold.ttf) format('truetype');
}

/* wrap */
html, body{width:100%;height:100%;}
.wrap{position:relative;width:100%;min-width:1200px;margin:0;padding:50px 0 0;}
.wrap.index{height:100%;min-height:100%;padding:0;}
.wrap.index > .container{display:block;min-height:100%;height:100%;margin:0;padding:0;}

/* header */
.header_wrap{position:fixed;top:0;right:0;left:0;display:block;/*width:100%;*/min-width:1010px;height:50px;text-align:center;background-image:url(../img/bg/bg_header.png);background-repeat:repeat;background-position:0 0;z-index:99999;}
.header_inner{position:relative;display:block;width:1010px;height:50px;margin:0 auto;padding:0 95px;}
.header_inner li{height:50px;}
.header_inner li.logo{position:absolute;left:95px;top:0;}
.header_inner li.logo > h1{font-size:0;}
.header_inner li.logo > h1 a{display:inline-block;vertical-align:top;padding:13px 0;background-color:transparent;}
.header_inner li.logo > h1 a img{display:inline-block;vertical-align:top;}

/* menu (CR)20160817 */
.menu_lst{display:block;margin:0 auto;text-align:center;}
.menu_lst ul{display:table;*display:inline;zoom:1;margin:0 auto;}
.menu_lst ul li{float:left;display:inline-block;height:50px;}
.menu_lst ul li a{display:block;height:48px;padding:2px 19px 0 41px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:14px;color:#bdbfc1;line-height:44px;*line-height:48px;font-weight:normal;background-image:url(../img/ico/ico_menu.png);background-repeat:no-repeat;}
.menu_lst ul li a.menu_icon1{padding-left:39px;background-position:18px 17px;}
.menu_lst ul li a.menu_icon2{padding-left:43px;background-position:19px -51px;}
.menu_lst ul li a.menu_icon3{padding-left:43px;padding-right:20px;background-position:19px -119px;}
.menu_lst ul li:hover a.menu_icon1,
.menu_lst ul li.on a.menu_icon1{padding-left:39px;background-position:18px -17px;}
.menu_lst ul li:hover a.menu_icon2,
.menu_lst ul li.on a.menu_icon2{background-position:19px -85px;}
.menu_lst ul li:hover a.menu_icon3,
.menu_lst ul li.on a.menu_icon3{background-position:19px -153px;}
.menu_lst ul li:hover a,
.menu_lst ul li.on a{color:#fff !important;}

/* Login_Signup  */
.header_inner li.login{position:absolute;right:75px;top:0;}
.header_inner li.login ul{display:inline-block;height:40px;margin:5px 0 0;}
.header_inner li.login ul li{display:inline-block;float:left;height:40px;}
.header_inner li.login ul li:first-child{margin-left:0;background:none;}
.header_inner li.login ul li:first-child > a{padding-left:43px;}
.header_inner li.login ul li a{display:block;height:40px;padding-right:18px;padding-left:40px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:14px;color:#bcbec1;text-align:center;line-height:38px;*line-height:40px;font-weight:normal;background-image:url(../img/ico/ico_login_singup.png);background-repeat:no-repeat;background-position:0 0;}
.header_inner li.login ul li a:hover{color:#fff;/*background-color:#6a6e74;*/}
.header_inner li.login ul li.on a{color:#fff;/*background-color:#2a2c2e;*/}
.header_inner li.login ul li a.btn_signup{background-position:20px 0;}
.header_inner li.login ul li a.btn_signup:hover,
.inner_header li.login ul li.on a.btn_signup{background-position:20px -40px;}
.header_inner li.login ul li a.btn_login{background-position:18px -80px;}
.header_inner li.login ul li a.btn_login:hover,
.inner_header li.login ul li.on a.btn_login{background-position:18px -120px;}
/* //(CR)20160817 */

/* container */
.container{display:block;margin:0;padding:0;}
.container .container_inner{display:block;width:1010px;margin:0 auto;padding:60px 0;}
.section{position:relative;display:block;width:100%;height:100%;min-height:735px;margin:0;padding:0;background-repeat:no-repeat;background-position:50% 0;background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-webkit-background-size:cover;-o-background-size:cover;overflow:hidden;}
.section > .section_move,
.sec11_cnt > .section_move{position:absolute;bottom:40px;left:50%;width:60px;height:55px;margin:0 0 0 -30px;padding:0;font-size:0;line-height:0;overflow:hidden;z-index:1000000;background-color:transparent;}/* (add)20161221 */

/* section_content */
.section_cnt{display:block;margin:0;padding:0;}
.section_cnt img{position:absolute;}

/* title_wrap */
.tit_wrap{position:relative;display:block;}
.tit_wrap .tit_line{position:absolute;top:-28px;left:0;display:block;width:165px;height:8px;background-color:#000;}
.tit_wrap .sec_tit_h3{display:block;padding:12px 0 24px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:55px;color:#000;line-height:55px;text-align:center;font-weight:normal;letter-spacing:-6px;}
.tit_wrap .sec_tit_h3 > strong{font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:67px;font-weight:normal;letter-spacing:-6px !important;}

/* Description */
.sec_desc{display:block;margin-top:15px;padding:3px 0 7px;*padding:1px 0 9px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:23px;color:#fff;line-height:42px;font-weight:normal;letter-spacing:-2px;}
.txt_yellow{display:inline-block;vertical-align:bottom;color:#ffe537 !important;}

/* section_inner (SN)*/
.section_inner{position:absolute;top:50%;left:50%;display:block;width:1010px;height:685px;margin:-318px 0 0 -600px;padding:0 95px;}
.sec1{background-image:url(../img/bg/bg_sec1.png);}
.sec2{background-color:#fefeff;}
.sec3{background-image:url(../img/bg/bg_sec3.png);}
.sec4{background-image:url(../img/bg/bg_sec4.png);}
.sec5{background-color:#e8eaef;}
.sec6{background-color:#fff;}
.sec7{background-color:#e8eaef;}
.sec8{background-color:#fff;}
.sec9{background-color:#e8eaef;}
.sec10{background-color:#4475c6;}
.sec11{background-color:#0c419a;}

/* IE7 */
.sec1{background-image:url(../img/bg/bg_sec1.png);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg/bg_sec1.png',sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg/bg_sec1.png',sizingMethod='scale')";}
.sec3{background-image:url(../img/bg/bg_sec3.png);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg/bg_sec3.png',sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg/bg_sec3.png',sizingMethod='scale')";}
.sec4{background-image:url(../img/bg/bg_sec4.png);filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg/bg_sec4.png',sizingMethod='scale');-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg/bg_sec4.png',sizingMethod='scale')";}

/* area(Section_1) */
.slide_wrap{position:relative;float:left;display:inline-block;width:431px;height:685px;margin:2px 0 0;padding:0;}
.slide_wrap .slide_container{position:relative;top:71px;left:19px;width:292px;height:492px;z-index:999;overflow:hidden;}
.slide_container > .slides{position:absolute;top:0;left:0;display:block;width:100%;height:100%;z-index:999;}
.slide_wrap .phone_cover{position:absolute;top:0;left:0;width:318px;height:636px;background-image:url(../img/comm/phone_layout.png);background-repeat:no-repeat;background-position:0 0;z-index:9995;}

/* rolling */
.rolling{position:absolute;bottom:5px;left:50%;display:block;height:22px;z-index:999;}
.rolling li{float:left;height:22px;width:57px;}
.rolling li > a{display:block;width:23px;height:22px;margin:0 auto;background-image:url(../img/comm/rolling_off.png);background-repeat:no-repeat;background-position:50% 0;background-color:transparent;}
.rolling li a > span{display:none;}
.rolling li.active > a{width:57px;}
.rolling li.active a > span{display:inline-block;vertical-align:top;width:11px;height:22px;background-image:url(../img/comm/rolling_on.png);background-repeat:no-repeat;}
.rolling li.active a > span.rolling_left{width:11px;margin-left:17px;background-position:0 0;}
.rolling li.active a > span.rolling_right{margin-right:17px;background-position:100% 0;}

.sec1 .section_inner > .section_cnt{float:left;width:579px;padding-top:358px;*padding-top:353px;}
.sec1 .section_inner > .section_cnt .tit_wrap .tit_line{position:absolute;top:-23px;left:0;display:block;width:165px;height:8px;background-color:#ffe537;}
.sec1 .section_inner > .section_cnt .tit_wrap .sec_tit_h3{padding:2px 0 11px;*padding-top:7px;color:#ffe537;text-align:left;line-height:84px;letter-spacing:-5px;}
.sec1 .section_inner > .section_cnt .tit_wrap .sec_tit_h3 .simple1{letter-spacing:-1px !important;}
.sec1 .section_inner > .section_cnt .tit_wrap .sec_tit_h3 .simple2{font-size:67px;letter-spacing:-1px !important;}
.sec1 .section_inner > .section_cnt > .sec_desc{margin-top:20px;*margin-top:15px;padding-bottom:7px;*padding:6px 0 5px;line-height:42px;}

/* area(Section_2) */
.video_player{display:block;width:900px;height:506px;margin:58px auto 0;}

/* area(Section_3) */
.sec3 .section_inner > .section_cnt{float:left;padding-top:53px;}
.sec3 .section_inner > .section_cnt .tit_wrap .tit_line{position:absolute;top:-28px;left:0;display:block;width:165px;height:8px;background-color:#040404;}
.sec3 .section_inner > .section_cnt .tit_wrap .sec_tit_h3{padding:1px 0 16px;*padding:2px 0 20px;color:#040404;text-align:left;line-height:76px;*line-height:77px;}
.sec3 .section_inner > .section_cnt .sec_desc{color:#21201e;}

/* App */
.app_store{position:absolute;bottom:15px;left:95px;display:block;height:118px;padding:0 0 0 123px;}
.app_store > img{float:left;display:inline-block;margin:10px 0 0 -123px;}
.app_store > h4.tit_app{display:block;padding:4px 0 14px;*padding:6px 0 12px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:44px;color:#4286f5;line-height:44px;letter-spacing:-6px;font-weight:bold !important;}
.app_store > a{float:left;display:inline-block;vertical-align:top;height:38px;margin-top:8px;}
.appstore{width:127px;}
.playstore{width:116px;margin-left:13px;}

/* area(Section_4) */
.sec4 .section_inner > .section_cnt{float:left;padding-top:435px;*padding-top:427px;}
.sec4 .section_inner > .section_cnt .tit_wrap .sec_tit_h3{padding:1px 0 16px;*padding:2px 0 20px;line-height:76px;*line-height:77px;text-align:left;}
.sec4 .section_inner > .section_cnt .sec_desc{margin-top:14px;color:#21201e;}

/* area(Section_5) */
.sec5 .section_inner{width:1200px;padding:0;overflow:hidden;}
.sec5 .section_inner > .section_cnt .tit_wrap .sec_tit_h3{margin-top:-15px !important;padding:3px 0 17px;*padding:2px 0 18px !important;line-height:71px;*line-height:71px !important;text-align:center;letter-spacing:-8px;}
.sec5 .section_inner > .section_cnt .sec_desc{width:100%;margin-top:10px;padding:7px 0 12px;*padding:6px 0 13px;color:#21201e;line-height:23px;text-align:center;}

/* area(Section_6) */
.sec6 .section_inner{width:1200px;padding:0;overflow:hidden;}
.sec6 .section_inner > .section_cnt .tit_wrap .sec_tit_h3{margin-top:-15px !important;padding:6px 0 19px;*padding:5px 0 20px !important;line-height:66px;*line-height:66px !important;text-align:center;}
.sec6 .section_inner > .section_cnt .sec_desc{margin-top:10px;padding:7px 0 12px;*padding:6px 0 13px;color:#21201e;line-height:23px;text-align:center;}

.phone_wrap{display:block;width:853px;margin:0 auto;padding:0 80px;overflow:hidden;}
.phone_wrap .phone_box.frist{margin-left:0;}
.phone_wrap .phone_box{float:left;display:inline-block;width:210px;margin-left:111px;}
.phone_wrap .phone_box h5.tit_box_h5{display:block;margin-top:20px;padding:6px 0 12px;*padding-top:5px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:23px;color:#21201e;line-height:25px;font-weight:normal;text-align:center;text-decoration:underline;letter-spacing:-2px;}
.phone_wrap .phone_box > img{display:inline-block;vertical-align:top;margin:5px 0 0;}

/* pnt_wrap */
.pnt_wrap{display:block;margin:50px 20px 86px 20px;overflow:hidden;}
.pnt_wrap > ul > li{float:left;display:block;width:363px;height:258px;margin-left:35px;padding-top:268px;background-repeat:no-repeat;background-position:0 0;vertical-align:top;}
.pnt_wrap li:first-child{margin-left:0;}
.pnt_wrap li.partner_01{background-image:url(../img/comm/img_sec07_1.png);}
.pnt_wrap li.partner_02{background-image:url(../img/comm/img_sec07_2.png);}
.pnt_wrap li.partner_03{background-image:url(../img/comm/img_sec07_3.png);}
.pnt_wrap li h5{display:block;margin:0;padding:9px 0 15px;*padding:3px 0 21px;text-align:center;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;font-size:32px;letter-spacing:-2px;color:#3d3d3d;line-height:36px;vertical-align:top;}
.pnt_wrap li h5 strong{font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;color:#1858c4;}

.pnt_inf{display:block;margin:4px 0 0;padding:4px 0 5px 0;*padding:0 0 6px 0;text-align:center;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:24px;letter-spacing:-2px;color:#4574c6;line-height:39px;*line-height:45px;vertical-align:top;}
.pnt_inf strong{font-family:'MalgunGothicBold';}

.btn_biz{display:block;width:380px;height:75px;margin:30px auto 0;padding-top:3px;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;font-size:28px;color:#fcc72b !important;line-height:68px;*line-height:66px;text-align:center;font-weight:normal;letter-spacing:-1px;border:2px solid #3d9be9;background-color:#1858c4;}
.btn_biz > span{font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;}

/* area(Section_7) */
.sec7 .section_inner{width:1200px;padding:0;overflow:hidden;}
.sec7 .section_inner > .tit_wrap .sec_tit_h3{margin-top:-10px !important;padding:3px 0 17px;*padding:2px 0 18px !important;line-height:71px;*line-height:71px !important;text-align:center;}

.position_info{display:block;width:1010px;margin:35px auto 0;padding:0;overflow:hidden;}
.position_info li{float:left;display:inline-block;vertical-align:top;width:326px;height:558px;margin-left:16px;background-repeat:no-repeat;background-position:0 0;}
.position_info li.post1{margin:0;background-image:url(../img/comm/img_sec02_1.png?v=1);}
.position_info li.post2{background-image:url(../img/comm/img_sec02_2.png?v=1);}
.position_info li.post3{background-image:url(../img/comm/img_sec02_3.png?v=1);}
.position_info li .app_hd{display:block;margin-top:13px;padding:12px 0 17px;*padding:7px 0 22px;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;font-size:28px;color:#3d3d3d;line-height:28px;text-align:center;font-weight:bold;letter-spacing:-1px;}
.position_info li .app_des{display:block;margin-top:12px;padding:8px 0 12px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:16px;color:#4275c4;line-height:25px;text-align:center;letter-spacing:-2px;}
.position_info li.post1 > .app_des{padding-left:154px;}
.position_info li.post2 > .app_des{padding-left:154px;}
.position_info li.post3 > .app_des{padding-left:178px;}
.position_info li .app_detial{display:block;margin-top:227px;padding:8px 0 12px;*padding:7px 0 13px;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;font-size:22px;color:#fff;line-height:31px;text-align:center;font-weight:bold;letter-spacing:-1px;}

/* area(Section_8) */
.sec8 .section_inner{width:1200px;padding:0;overflow:hidden;}
.sec8 .section_inner > .tit_wrap .sec_tit_h3{margin-top:-10px !important;padding:3px 0 17px;*padding:2px 0 18px !important;line-height:71px;*line-height:71px !important;text-align:center;letter-spacing:-9px;}

.pnt_wrap{display:block;width:1010px;margin:30px auto 0;padding:0;}
.pnt_wrap .partner.frist{margin-left:0;}
.pnt_wrap .partner{float:left;display:inline-block;width:227px;height:465px;margin:0 0 0 34px;padding:0;}
.pnt_wrap .partner .pnt_head{display:block;height:109px;}
.pnt_wrap .partner .pnt_head > h5{display:block;padding:12px 0 17px;*padding:10px 0 19px;text-align:center;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;font-size:30px;letter-spacing:-2px;color:#fff;line-height:40px;vertical-align:top;}
.pnt_wrap .partner .pnt_cnt{display:block;min-height:223px;padding:12px 0 0 10px;}
.pnt_wrap .partner .pnt_cnt > ul{display:block;overflow:hidden;}
.pnt_wrap .partner .pnt_cnt > ul > li{float:left;display:inline-block;width:100%;}
.pnt_wrap .partner .pnt_cnt > ul > li > span{display:block;padding:0 0 1px 8px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:16px;color:#000;line-height:27px;font-weight:normal;letter-spacing:-2px;background-image:url(../img/bul/bul_01.png);background-repeat:no-repeat;background-position:0 14px;}
.pnt_wrap .partner .pnt_cnt > ul > li span > span.fs14{margin-left:2px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:14px;letter-spacing:-1px;}
.pnt_wrap .partner .pnt_foot{display:block;height:120px;padding:15px 0 0 8px;background-color:#e8eaef;}
.pnt_wrap .partner .pnt_foot > p{display:block;padding:3px 0 6px;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;font-size:16px;color:#4475c6;line-height:16px;}
.pnt_wrap .partner .pnt_foot > ul{overflow:hidden;}
.pnt_wrap .partner .pnt_foot > ul li{float:left;display:inline-block;vertical-align:top;width:100%;}
.pnt_wrap .partner .pnt_foot > ul li span{display:block;padding:3px 0 6px 8px;*padding:0 0 9px 8px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:16px;color:#000;line-height:16px;font-weight:normal;letter-spacing:-1px;background-image:url(../img/bul/bul_01.png);background-repeat:no-repeat;background-position:0 12px;}
.pnt_wrap .partner.partner_01{margin-left:0;background-color:#c6d9f1;}
.pnt_wrap .partner.partner_02{background-color:#d7e4bd;}
.pnt_wrap .partner.partner_03{background-color:#ccc1da;}
.pnt_wrap .partner.partner_04{background-color:#f2dcdb;}
.pnt_wrap .partner.partner_01 .pnt_head{background-color:#558ed5;}
.pnt_wrap .partner.partner_02 .pnt_head{background-color:#77933c;}
.pnt_wrap .partner.partner_03 .pnt_head{background-color:#604a7b;}
.pnt_wrap .partner.partner_04 .pnt_head{background-color:#e46c0a;}
.btn_prod{display:block;width:400px;height:66px;margin:0 auto;padding:3px 0 0;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;font-size:30px;color:#fff !important;line-height:58px;*line-height:54px;letter-spacing:-2px;text-align:center;background-color:#6d99e3;}

/* area(Section_9) */
.sec9 .section_inner{width:1200px;padding:0;}
.sec9 .section_inner > .tit_wrap .sec_tit_h3{margin-top:10px;}
.press_box{display:block;width:1010px;height:495px;margin:59px auto 0;background-image:url(../img/bg/bg_app.png);background-repeat:no-repeat;background-position:0 0;}
.press_box ul{display:block;margin:0 -1px;overflow:hidden;}
.press_box li{float:left;display:block;width:252px;height:247px;margin:0 0 1px 1px;}
.press_box li a{display:block;width:100%;height:100%;cursor:pointer;}

.press_app{display:block;padding:40px 0 30px 15px;vertical-align:middle;overflow:hidden;}
.press_app img{display:inline-block;vertical-align:middle;}
.press_app .tit_h4{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;margin-left:10px;padding:3px 0 8px;*padding:4px 0 7px;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;font-size:22px;color:#020202;line-height:30px;letter-spacing:-1px;}
.press_app .tit_h4 > .tx_date{display:block;margin:5px 0 0;font-size:14px;font-weight:normal;line-height:15px;letter-spacing:0;}/* (PARK)20161110 */
.press_box .desc{display:block;padding:5px 0 7px 14px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:13px;color:#828891;line-height:19px;letter-spacing:-1px;}

/* area(Section_10) */
.sec10 .section_inner{width:1200px;padding:0;}
.sec10 .section_inner > .section_cnt .tit_wrap .sec_tit_h3{margin-top:5px;color:#fff;vertical-align:top;*padding:2px 0 15px;}
.sec10 .section_inner > .section_cnt .tit_wrap .sec_tit_h3 > strong{display:inline-block;vertical-align:top;*padding-bottom:20px;}
.biz_info{position:relative;display:block;width:567px;margin:0 auto;padding:110px 0 0 443px;vertical-align:top;}
.biz_info > img{position:absolute;top:110px;left:-6px;z-index:999;}
.biz_info > p{display:block;margin:0;*margin-top:-15px;padding:6px 0 9px;*padding:4px 0 11px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:23px;color:#fff;line-height:40px;font-weight:normal;letter-spacing:-2px;}
.bizitem{display:block;width:584px;margin:61px 0 0 -9px;padding:0;}
.bizitem li{float:left;display:inline-block;width:129px;height:43px;margin:10px 9px 10px 8px;}
.bizitem li > span{display:block;width:127px;height:38px;padding-top:3px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:18px;color:#fff;line-height:32px;*line-height:29px;text-align:center;font-weight:normal;letter-spacing:-2px;border:1px solid #fefeff;border-radius:5px;}
.biz_info .btn_bizstore{display:block;width:563px;height:82px;margin-top:82px;*margin-top:90px;margin-left:-1px;padding-top:4px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:30px;color:#ffe537;line-height:72px;*line-height:68px;text-align:center;font-weight:bold;border:2px solid #ffe537;border-radius:8px;}

/* area(Section_11) */
.sec11{overflow:visible;height:100%;min-height:100%;margin:0;}
.sec11 .sec11_cnt{position:relative;display:block;width:100%;min-height:685px;margin:0;padding:0;}
.sec11 .sec11_cnt > .section_inner{width:1200px;padding:0;}
.sec11 .section_inner > .tit_wrap .sec_tit_h3{margin-top:5px;color:#fff;padding-bottom:18px;vertical-align:top;*padding:2px 0 15px;}
.sec11 .section_inner > .tit_wrap .sec_tit_h3 img{display:inline-block;*display:inline;*zoom:1;vertical-align:top;margin-top:7px;*margin-top:17px;}
.lst_data{width:1010px;margin:10px auto 0;}
.lst_data ul li{position:relative;float:left;display:inline-block;vertical-align:top;width:100%;height:81px;margin:30px 0 0;text-align:center;background-color:#fff;}
.lst_data ul li a{display:block;width:100%;height:81px;overflow:hidden;letter-spacing:-1px;}
.lst_data ul li a{-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.25);-moz-box-shadow:1px 1px 5px rgba(0,0,0,0.25);-o-box-shadow:1px 1px 5px rgba(0,0,0,0.25);-ms-box-shadow:1px 1px 5px rgba(0,0,0,0.25);box-shadow:1px 1px 5px rgba(0,0,0,0.25);}
.lst_data ul li a > p{display:block;margin-top:8px;padding:7px 0 12px;*padding:3px 0 16px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:18px;color:#0c419a;line-height:18px;}
.lst_data ul li a > span.txt_date{display:block;padding:3px 0 6px;*padding:1px 0 8px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:14px;color:#0c419a;line-height:14px;}
.lst_data ul li a > span.view_article{position:absolute;top:22px;right:27px;display:none;padding:7px 0 12px;*padding:3px 0 16px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:18px;color:#fff;line-height:18px;}
.lst_data ul li a:hover > p{font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;}
.lst_data ul li a:hover{background-color:#85a0cc;}
.lst_data ul li a:hover > span.view_article{display:block;}
.btn_see_more{display:block;width:1010px;height:76px;margin:35px auto 0;padding:3px 0 0;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:18px;color:#fff !important;line-height:68px;*line-height:66px;text-align:center;border:1px solid #fff;}
.btn_see_more:hover{background-color:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.5);}

/* head */
.head{display:block;padding:0 0 60px;text-align:center;}
.head .tx_tit_h2{display:block;padding:2px 0 13px;font-size:48px;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;text-transform:uppercase;color:#0c419a;line-height:50px;letter-spacing:-1px;}
.head .tx_tit_h2.eng{padding:5px 0 10px;*padding:4px 0 11px;}
/*.head > p{display:block;margin:50px 0 0;padding:6px 0 12px;font-size:23px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#000;line-height:24px;letter-spacing:-1px;}*/
.head .tx_about{display:block;padding:1px 0 13px;*padding-bottom:14px;font-size:48px;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;text-transform:uppercase;color:#0c419a;line-height:61px;*line-height:60px;font-weight:bold;letter-spacing:-1px;}

/* map */
.map{display:block;height:475px;margin:0;border:1px solid #ccc;text-align:center;line-height:475px;}
.cu_address{display:block;margin:20px 0 0;padding:0;overflow:hidden;}
.cu_address li{display:inline-block;float:left;vertical-align:top;margin:0 20px 0 0;padding:6px 0 11px 26px;font-size:16px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#000;line-height:18px;background-image:url(../img/ico/ic_address.png);background-repeat:no-repeat;}
.cu_address li.ic_adr{background-position:0 0;}
.cu_address li.ic_tel{background-position:0 -35px;}

/* partner */
.partners{display:block;margin:90px 0 0;}
.partners .tit_h3{display:block;padding:5px 0 13px;font-size:36px;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;color:#0c419a;line-height:36px;text-align:center;letter-spacing:-1px;}
.partners > div{display:block;margin:0 auto;text-align:center;}
.partners > div ul{display:table;*display:inline;zoom:1;text-align:left;margin:0 auto;text-align:center;}
.partners > div > ul > li:first-child{margin-left:0;}
.partners > div > ul > li{float:left;display:inline-block;width:200px;height:47px;/*margin-left:195px;*/}/* 20161110 */
.partners > div > ul > li > a{display:block;height:47px;padding:0;}
.partners > div ul li a img{display:inline-block;vertical-align:top;}

/* ceo_box */
.ceo_box{display:block;padding:0 0 60px 332px;overflow:hidden;/*border-bottom:1px solid #b6b6b7;*/}/* (modify)20161221 */
.ceo_box .ceo_photo{float:left;display:inline-block;*display:inline;*zoom:1;vertical-align:top;width:267px;padding:5px 0 0 5px;margin-left:-332px;}/* (modify)20161221 */
.ceo_box .ceo_photo img{display:inline-block;vertical-align:top;}
.ceo_box .ceo_photo .tx_ceo{display:block;margin-top:21px;margin-top:23px;padding:7px 0 12px;*padding:5px 0 14px;font-size:16px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#333;line-height:16px;text-align:center;}/* (modify)20161221 */
.ceo_greeting{float:left;display:inline-block;*display:inline;*zoom:1;vertical-align:top;width:720px;*width:678px;}/* (modify)20161221 */
.ceo_greeting > p:first-child{margin-top:-5px;}
.ceo_greeting > p{display:block;margin-top:13px;padding:3px 0 8px;*padding:3px 0 8px;font-size:16px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#000;line-height:24px;letter-spacing:-1px;}

/* ceo_signature */
.ceo_sign{float:right;display:inline-block;vertical-align:top;padding-right:78px;}
.ceo_sign .tx_ceo{display:inline-block;vertical-align:top;margin-right:15px;padding:2px 0 7px;font-size:16px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#000;line-height:16px;}
.ceo_sign > img{display:inline-block;vertical-align:top;}

/* history box */
.history_box{display:block;margin:0;padding:60px 0 5px;}
.history_box > .head{padding-bottom:50px;}
.history_year{display:block;margin:0;padding:0;}
.history_year .sec_tit_h4{display:block;padding:7px 0 12px;font-size:24px;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;color:#0c419a;line-height:24px;text-align:center;}
.history_list{display:block;width:1010px;margin:0;background-image:url(../img/bg/bg_line_hist.png);background-repeat:repeat-y;background-position:center 13px;overflow:hidden;}
.history_month{position:relative;display:block;width:540px;}
.history_month > p{display:block;padding:4px 0 9px;*padding-bottom:11px;font-size:18px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#000;text-align:left;line-height:24px;*line-height:23px;letter-spacing:-1px;}
.history_month > p .tx_month{font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;color:#4286f5;}
.history_month > img{display:inline-block;vertical-align:top;margin:10px 0 0 145px;}
.history_month.lt{float:left;text-align:right}
.history_month.lt > p > .tx_month{position:absolute;top:0;right:68px;vertical-align:top;padding:4px 0 9px;*padding-bottom:11px;font-size:18px;}
.history_month.rt{float:right;text-align:left;}
.history_month.lt > p{padding-right:145px;text-align:right;background-image:url(../img/bul/bul_02.png);background-repeat:no-repeat;background-position:500px 13px;}
.history_month.lt:first-child > p{background-image:url(../img/bul/bul_02_top.png);background-position:500px 0;}
.history_month.lt:last > p{background-image:url(../img/bul/bul_02_but.png);background-position:595px 13px;}
.history_month.rt > p{padding-left:145px;text-align:left;background-image:url(../img/bul/bul_02.png);background-repeat:no-repeat;background-position:30px 13px;}/* 20161110 */
.history_month.rt > p > .tx_month{/*position:relative;left:-32px;*/position:absolute;top:4px;left:68px;}/* 20161110 */
.history_month.rt:first-child > p{background-image:url(../img/bul/bul_02_top.png);background-position:30px 0;}
.history_month.rt.last > p{background-color:#fff;background-image:url(../img/bul/bul_02_but.png);background-position:30px 0;}/* 20161110 */
.history_month.lt > img{margin:15px 145px 0 0;}

/* media */
.media{display:block;width:100%;border-top:2px solid #b6b6b6;border-bottom:2px solid #b6b6b6;}
.tbl_media{width:100%;}
.tbl_media tr td{border-top:1px solid #dfdfdf;}
.tbl_media tr:first-child td{border-top:none;}
.tbl_media tr td:first-child > div{font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#9a9a9a;}
.tbl_media tr td div{display:block;height:49px;font-size:14px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#9a9a9a;line-height:47px;letter-spacing:-0.04em;}
.tbl_media tr td div > a{display:block;width:765px;height:49px;font-size:14px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#6a6a6a;line-height:47px;background-color:transparent;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tbl_media tr td div > a:hover{color:#4a4a4a !important;text-decoration:underline;}
.tbl_media tr td div.ic_media_fix{background-image:url(../img/btn/bnt_tbl.png);background-repeat:no-repeat;background-position:50% 50%;}
.tbl_media tr.media_fix td div{color:#3a3a3a !important;}
.tbl_media tr.media_fix td div > a{color:#000 !important;}
.media_loading td div{height:96px !important;vertical-align:middle;}
.media_loading td div > img{display:inline-block;vertical-align:top;margin:0;}

/* button */
.btn_wrap{padding:10px 0;}
.bnt_blue{display:inline-block;vertical-align:top;width:400px;height:70px;padding:0;font-size:30px;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;color:#fff !important;line-height:62px;text-decoration:none;background-color:#5b94fb;}
.bnt_blue:hover{background-color:#538aee;}

/* buttongoTop Wrap */
.gotoTop_wrap{position:fixed;bottom:70px;left:50%;margin-left:570px;display:none;width:134px;height:318px;z-index:9999;}
.gotoTop_wrap ul{}
.gotoTop_wrap li:first-child{margin-top:0;}
.gotoTop_wrap li{float:left;display:inline-block;width:134px;height:134px;margin-top:50px;}
.gotoTop_wrap li > a{display:block;width:100%;height:100%;}
/* @media */
@media screen and (min-width:1580px){.gotoTop_wrap{right:150px;margin-left:auto;}}

/* footer */
.footer_wrap{display:block;height:182px;margin:0;padding:0;border-top:1px solid #8f989d;background-color:#fff;}
.footer_inner{position:relative;display:block;width:1010px;height:182px;margin:0 auto;padding:0;overflow:hidden;background-color:#fff;}
.footer_inner .f_logo{display:block;margin:44px 0 0;}

/* 이용약관/개인정보취급방침 */
.footer_inner ul.f_rule{position:absolute;top:53px;left:110px;display:block;}
.footer_inner ul.f_rule li{float:left;display:inline-block;margin:0;padding:0 0 0 20px;background-image:url(../img/comm/bg_f_rule.png);background-repeat:no-repeat;background-position:10px 4px;*background-position:10px 5px;}
/* chrome only hack */
@media screen and (-webkit-min-device-pixel-ratio:0){.footer_inner ul.f_rule li{background-position:10px 6px;}}
.footer_inner ul.f_rule li:first-child{padding-left:0;background:none;}
.footer_inner ul.f_rule li a{display:block;padding:2px 0 6px;*padding:3px 0 5px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:13px;color:#555 !important;line-height:14px;background-color:transparent;}
.footer_inner ul.f_rule li a:hover{text-decoration:underline;}
.footer_inner ul.f_rule li a.fspoint{color:#4475c6 !important;font-weight:bold !important;}

/* 문의 */
.footer_inner p.f_tel{display:block;position:absolute;top:47px;left:545px;height:29px;padding:0 10px;font-size:16px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#0c419a !important;vertical-align:top;overflow:hidden;}
.footer_inner p.f_tel > strong{display:inline-block;margin:0;font-size:20px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#0c419a !important;font-weight:bold;vertical-align:-2px;}

/* 회사정보 */
.footer_inner .f_address{width:450px;margin:10px 0 0;padding:1px 0 2px;overflow:hidden;}
.footer_inner .f_address li{float:;display:block;margin:0;padding:0 0 2px;font-size:13px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#828891;letter-spacing:-0.025em;}
.footer_inner .f_address li > span{display:inline-block;float:none;margin:0;padding:1px 0 0px 8px;line-height:17px;vertical-align:top;background-image:url(../img/bul/bul_03.png);background-repeat:no-repeat;background-position:1px 10px;}

/* 하단 메뉴 */
.footer_inner .f_menu{display:block;height:45px;}
.footer_inner .f_menu{margin:40px 0 0;}
.footer_inner .f_menu > li{position:relative;float:left;display:inline-block;margin:0 0 0 20px;}
.footer_inner .f_menu li:first-child{margin:0;}

.footer_inner .btn_white{display:inline-block;*display:inline;*zoom:1;vertical-align:top;min-width:108px;height:41px;padding:0 10px;font-size:16px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;color:#0c419a !important;line-height:36px;text-align:center;border:2px solid #0c419a;background-color:#fff;}
.footer_inner .btn_white:hover{color:#fff !important;border:2px solid #0c419a;background-color:#00aebc;}
.footer_inner .btn_white.en{line-height:38px;}

/* (CR)20160810 */
/*.container_inner{display:block;width:1010px;margin:0 auto;padding:100px 0 0;}*/

/* tab_wrap */
.tab1_wrap{display:block;width:1010px;height:50px;}
.tab1_wrap ul{overflow:hidden;}
.tab1_wrap li{float:left;display:inline-block;vertical-align:top;width:335px;height:49px;border:1px solid #fff;}
.tab1_wrap li:first-child{width:334px;}
.tab1_wrap li > a{display:block;height:47px;padding-top:2px;font-family:'MalgunGothicBold';font-size:18px;color:#999;line-height:41px;*line-height:39px;text-align:center;letter-spacing:0;background-color:#e9ecef;}
.tab1_wrap li.on > a{color:#fff;background-color:#4286f5;}

/* content_tab */
.cnt_tab{display:block;margin:0;padding:0;overflow:hidden;}

/* tab_app */
.tab_app{display:block;width:922px;margin:0 auto;padding:0 0 40px;}
.tab_app ul{width:918px;margin:0 auto;border:2px solid #ccc;overflow:hidden;}
.tab_app ul li{float:left;display:inline-block;vertical-align:top;width:306px;height:193px;margin:0;padding:48px 0 0;text-align:center;}
.tab_app ul li > span{display:inline-block;vertical-align:top;width:110px;height:110px;margin:0 auto;background-image:url(../img/exp/exp_ico_app.png);background-repeat:no-repeat;}
.tab_app ul li > span.ico_note{background-position:0 0;}
.tab_app ul li > span.ico_receip{background-position:0 -112px;}
.tab_app ul li > span.ico_print{background-position:0 -224px;}
.tab_app ul li > span.ico_write{background-position:0 -336px;}
.tab_app ul li > span.ico_ensur{background-position:0 -448px;}
.tab_app ul li > span.ico_manage{background-position:0 -560px;}
.tab_app ul li > p{display:block;margin-top:15px;padding:0 0 4px;font-family:'MalgunGothicBold';font-size:16px;color:#039be5;line-height:21px;}
.tab_app > p{display:block;margin-top:40px;padding:4px 40px 6px;font-family:'MalgunGothicRegular';font-size:14px;color:#382c2d;line-height:23px;letter-spacing:-0.5px;}

/* section_tab */
.sec_tab{display:block;margin:0;padding:40px 0 50px;border-top:2px solid #ccc;}
.sec_tab_inner{display:block;width:922px;margin:0 auto;padding:0;}

/* title_section_tab */
.tit_sec_tab{display:block;margin:0;padding:0;}
.tit_sec_tab .tit_sectab_h3{display:block;margin:0;padding:6px 0 11px;font-family:'MalgunGothicBold';font-size:24px;color:#4286f5;line-height:26px;letter-spacing:-1px;}

/* tab_box_wrap */
.tab_box_wrap{display:block;border:2px solid #e9ecef;}
.tab_box_wrap .tit_tab_box{display:block;height:39px;background-color:#e9ecef;}
.tab_box_wrap .tit_tab_box .tit_tabbox_h4{display:block;height:36px;padding:3px 0 0 13px;font-family:'MalgunGothicBold';font-size:18px;color:#3d9be0;line-height:28px;*line-height:25px;font-weight:normal;}
.tab_box_wrap .tit_tab_box .tit_tabbox_h4 > span{display:inline-block;vertical-align:top;margin:4px 0 0 7px;padding:3px 0 4px;*padding:1px 0 6px;font-family:'MalgunGothicRegular';font-size:14px;color:#3d9be0;line-height:16px;}

/* tab_box */
.tab_box{display:block;margin:0;padding:45px 0 45px 49px;}
.tab_box ol{overflow:hidden;}
.tab_box ol li{float:left;display:inline-block;vertical-align:top;width:100%;margin:0;padding:0;}
.tab_box ol li .ico_app{display:block;width:160px;height:285px;margin:0 auto;}
.tab_box ol li .ico_app > img{display:inline-block;vertical-align:top;}
.tab_box ol li .decs > p{display:block;margin-top:9px;padding:0 0 1px 16px;font-family:'MalgunGothicRegular';font-size:14px;color:#382c2d;line-height:23px;text-indent:-16px;letter-spacing:-0.5px;}
.tab_box ol li .decs > span{display:block;margin-top:5px;padding:0 0 3px 16px;font-family:'MalgunGothicRegular';font-size:12px;color:#a9a9a9;line-height:18px;}

.tab_box.content{}
.tab_box.content ol li .tit_tabbox_h5{display:block;min-height:22px;margin:0 49px 0 0;padding:0 0 1px;font-family:'MalgunGothicRegular';font-size:14px;color:#382c2d;line-height:21px;font-weight:normal;}
.tab_box.content ol li .tit_tabbox_h5 > a{display:inline-block;font-family:'MalgunGothicRegular';}
.tab_box.content ol li > p{display:block;margin:5px 49px 0 0;min-height:18px;padding:0px 0 3px 16px;font-family:'MalgunGothicRegular';font-size:12px;color:#a9a9a9;line-height:18px;font-weight:normal;}
.tab_box.content ol li > img{display:inline-block;vertical-align:top;margin-top:45px;}

/* case tab box have two box */
.tab_box.two_box li{width:410px;}
.tab_box.two_box ol li:first-child .decs p{margin-left:0;}
.tab_box.two_box ol li .decs p{margin-left:49px;}

/* case tab box have three box */
.tab_box.three_box li:first-child{margin-left:0;}
.tab_box.three_box li{width:260px;margin:0 10px;vertical-align:0;}

.footer_wrap.type1{position:static;bottom:inherit;left:inherit;}
/* //(CR)20160810 */

/* (셍홍)20161221 */
/* section_rolling */
.sec_rolling{display:block;position:fixed;top:50%;right:-500px;width:18px;height:224px;margin-top:-87px;z-index:99999;}
@media screen and (min-width:1280px){.sec_rolling{right:50px;}}
.sec_rolling ul{position:relative;display:block;height:224px;margin:0;padding:0;}
.sec_rolling ul li{position:relative;float:left;display:inline-block;width:18px;height:22px;padding:5px 0;}
.sec_rolling ul li.on > a, .sec_rolling ul li:hover > a{background-image:url(../img/rolling/sec_rolling_on.png);}
.sec_rolling ul li > a{position:relative;display:block;width:18px;height:22px;background-image:url(../img/rolling/sec_rolling_off.png);background-repeat:no-repeat;background-position:50% 50%;background-color:transparent;z-index:9999;}
.sec_rolling ul li > .rolling_txt{display:none;​​​height:22px;margin:-22px 0 0 -56px;padding:0;}
.sec_rolling ul li > .rolling_txt img{display:block;margin:0;padding:0;}
.sec_rolling ul li.help > a{background-image:url(../img/rolling/sec_rolling_help.png);}/* (add)20170117 */
.sec_rolling ul li.help.on > a, .sec_rolling ul li.help:hover > a{background-image:url(../img/rolling/sec_rolling_help_on.png);}/* (add)20170117 */
.sec_rolling ul li.web_cash > a{background-image:url(../img/rolling/sec_rolling_webc.png);}
.sec_rolling ul li.web_cash.on > a, .sec_rolling ul li.web_cash:hover > a{background-image:url(../img/rolling/sec_rolling_webc_on.png);}
.sec_rolling ul li.ques > a{background-image:url(../img/rolling/sec_rolling_ques.png);}
.sec_rolling ul li.ques.on > a, .sec_rolling ul li.ques:hover > a{background-image:url(../img/rolling/sec_rolling_ques_on.png);}

/* title h3 wrap */
.tit_h3_wrap{display:block;overflow:hidden;}
.tit_h3_wrap.border_bottom_style{margin-bottom:10px;padding:0 0 25px;border-bottom:1px solid #dedede;}
.tit_h3_wrap h3.tit_h3_txt{float:left;height:43px;padding:3px 0 0 25px;font-family:'MalgunGothicBold','Malgun Gothic',sans-serif;font-size:36px;color:#000;line-height:36px;background-image:url(../img/bul/bul_04.png);background-repeat:no-repeat;background-position:5px 20px;overflow:hidden;}
.tit_h3_wrap span.info_txt{float:left;display:inline-block;padding:4px 0 7px 10px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:24px;color:#000;font-weight:normal;}

/* business partner */
.business_partner{display:block;margin:25px 0 0;padding:0;}
.business_partner ul{overflow:hidden;}
.business_partner > ul > li{float:left;display:block;width:100%;margin:0;border-top:1px solid #dedede;background-image:url(../img/bg/bg_line_01.png);background-repeat:no-repeat;background-position:164px 0;}
.business_partner > ul > li:first-child{margin-top:0;}
.business_partner > ul > li > dl{display:block;margin:0;padding:0;overflow:hidden;}
.business_partner > ul > li dl > dt{float:left;width:164px;margin:10px 0 0;padding:0;}
.business_partner > ul > li dl > dt > h4{display:block;margin:0;padding:5px 0 13px 25px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:30px;color:#063b97;line-height:30px;font-weight:normal;text-align:left;}
.business_partner >ul > li > dl > dd{float:left;vertical-align:top;width:845px;margin:0;padding:0;}
.business_partner >ul > li > dl > dd ul{display:block;margin:20px 0 20px;padding:0 0 0 55px;}
.business_partner >ul > li > dl > dd li{float:left;margin:0 0 10px;padding:0;}

/* history list */
.history_lst{display:block;margin:25px 0 0 !important;padding:0 0 10px;}
.history_lst ol{overflow:hidden;}
.history_lst ol > li{float:left;display:block;width:100%;margin:0;border-top:1px solid #dedede;background-image:url(../img/bg/bg_line_01.png);background-repeat:no-repeat;background-position:164px 0;}
.history_lst ol > li:first-child{margin-top:0;}
.history_lst ol li > dl{display:block;margin:0;padding:0;overflow:hidden;}
.history_lst ol li dl > dt{float:left;display:inline-block;width:164px;margin:10px 0 0;padding:0;}
.history_lst ol li dl > dt h4{display:block;margin:0;padding:5px 0 13px 25px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:30px;color:#063b97;line-height:30px;font-weight:normal;text-align:left;}
.history_lst ol li dl > dd{float:left;vertical-align:top;width:845px;margin:0;padding:0;}
.month_info{display:block;margin:10px 0 20px;padding:0 0 0;}
.month_info li{position:relative;display:block;margin:0 !important;padding:4px 0 8px 70px;border-top:0 !important;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:16px !important;color:#888;line-height:23px;background:none !important;}
.month_info li > span{position:absolute;left:20px;top:0;display:inline-block;padding:4px 0 8px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:16px !important;color:#333;line-height:23px;}

/* customer */
.customer_txt{padding:3px 0 7px 26px;font-family:'MalgunGothicRegular','Malgun Gothic',sans-serif;font-size:16px;color:#333;line-height:25px;}
.customer_lst{display:block;margin-left:23px;}
.customer_lst ul{overflow:hidden;width:998px;margin:0 0 0 0;}
.customer_lst ul li{float:left;display:inline-block;*display:inline;*zoom:1;margin:0 3px 10px 3px;padding:0;}
/* //(셍홍)20161221 */
