@charset "utf-8"; 
/*노토산스폰트적용*/

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url('/webfont/NotoSansKR-Light.otf');
		 url('/webfont/NotoSansKR-Light.woff2') format('woff2'),
		 url('/webfont/NotoSansKR-Light.woff') format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url('/webfont/NotoSansKR-Regular.otf');
		 url('/webfont/NotoSansKR-Regular.woff2') format('woff2'),
		 url('/webfont/NotoSansKR-Regular.woff') format('woff');
}
 
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('/webfont/NotoSansKR-Medium.otf');
		 url('/webfont/NotoSansKR-Medium.woff2') format('woff2'),
		 url('/webfont/NotoSansKR-Medium.woff') format('woff');
}
 
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: bold;
	src: url('/webfont/NotoSansKR-Bold.otf');
		 url('/webfont/NotoSansKR-Bold.woff2') format('woff2'),
		 url('/webfont/NotoSansKR-Bold.woff') format('woff');
}
/*링크에 테두리없애기*/
a { outline:0!important; select-dummy: expression(this.hideFocus=true); }

/*공통서브레이아웃*/
.AB-sj-h3{font-size:35px!important;}
#navi02 .map{top:15px;}
.dpeth01{color:#000; font-size: 20px;padding-bottom: 10px;padding-left: 18px;background-image:url('title_bullet.png');background-repeat: no-repeat;background-position: left 9px; font-weight:400;}
.dpeth02{color:#000; font-size: 16px;padding-bottom: 10px;padding-left: 14px;background-image:url('title_2depth_bullet.png');background-repeat: no-repeat;background-position: left 8px;}

/*게시판폰트*/
[class*="bdView"] .articleBody{font-size:15px;}
[class*="bdView"] [class*="articleHead"] .AB-cr .AB-fl dt{font-weight:normal;}
.-bdGalleryWrap .-fdSubject [class*="AB-LF-"]{font-size:15px;}
.-bdFaqWrap .-bdAnswer{font-size:14px; line-height:26px;}
.-bdFaqWrap .-bdQuestion .-fdSubject{font-size:15px;}


/*관리자열람아이콘 변경*/
.AB-LF-hidden { position:relative; padding-left:17px; }
.AB-LF-hidden img[src*="cancel.png"] { display:none; } 
.AB-LF-hidden:after { position:absolute; left:0; top:3px; width:15px; height:15px; content:''; background:url('admin_view.png') no-repeat; }


/*메인 지입톤수별 목록폼신규1*/
.listtext span {color: #111111;font-size:16px;line-height: 43px; font-weight: 300;}

.main-cts-box-01{border: 1px solid #c50000; border-radius: 10px;  overflow: hidden; background: #ce0000; box-shadow: inset 0px 0px 0px #ffffff;}
.main-cts-box-01 .listbg { background-color: #ffffff; transition: 0.7s; }
.main-cts-box-01 .listbg:hover { background-color: #ce0000; }
.main-cts-box-01 .listbg:hover .listtext span{color:#ffffff !important; transition: 0.7s; }

.main-cts-box-02{border: 1px solid #f56e01; border-radius: 10px;  overflow: hidden; background: #ff7200; box-shadow: inset 0px 0px 0px #ffffff;}
.main-cts-box-02 .listbg { background-color: #ffffff; transition: 0.7s; }
.main-cts-box-02 .listbg:hover { background-color: #ff7200; }
.main-cts-box-02 .listbg:hover .listtext span{color:#ffffff !important; transition: 0.7s; }
.main-cts-box-02 .stripepattern { background: repeating-linear-gradient(45deg, #ff7200, #ff7200 2px, #ff8e33 0, #ff8e33 5px); }

.main-cts-box-03{border: 1px solid #d7a801; border-radius: 10px;  overflow: hidden; background: #deae01; box-shadow: inset 0px 0px 0px #ffffff;}
.main-cts-box-03 .listbg { background-color: #ffffff; transition: 0.7s; }
.main-cts-box-03 .listbg:hover { background-color: #deae01; }
.main-cts-box-03 .listbg:hover .listtext span{color:#ffffff !important; transition: 0.7s; }

.main-cts-box-04{border: 1px solid #288706; border-radius: 10px;  overflow: hidden; background: #2b9007; box-shadow: inset 0px 0px 0px #ffffff;}
.main-cts-box-04 .listbg { background-color: #ffffff; transition: 0.7s; }
.main-cts-box-04 .listbg:hover { background-color: #2b9007; }
.main-cts-box-04 .listbg:hover .listtext span{color:#ffffff !important; transition: 0.7s; }

.main-cts-box-05{border: 1px solid #005fc9; border-radius: 10px;  overflow: hidden; background: #2b66a5; box-shadow: inset 0px 0px 0px #ffffff;}
.main-cts-box-05 .listbg { background-color: #ffffff; transition: 0.7s; }
.main-cts-box-05 .listbg:hover { background-color: #2b66a5; }
.main-cts-box-05 .listbg:hover .listtext span{color:#ffffff !important; transition: 0.7s; }

.main-cts-box-06{border: 1px solid #294084; border-radius: 10px;  overflow: hidden; background: #2f478c; box-shadow: inset 0px 0px 0px #ffffff;}
.main-cts-box-06 .listbg { background-color: #ffffff; transition: 0.7s; }
.main-cts-box-06 .listbg:hover { background-color: #2f478c; }
.main-cts-box-06 .listbg:hover .listtext span{color:#ffffff !important; transition: 0.7s; }

.main-cts-box-07{border: 1px solid #4c347e; border-radius: 10px;  overflow: hidden; background: #533b86; box-shadow: inset 0px 0px 0px #ffffff;}
.main-cts-box-07 .listbg { background-color: #ffffff; transition: 0.7s; }
.main-cts-box-07 .listbg:hover { background-color: #533b86; }
.main-cts-box-07 .listbg:hover .listtext span{color:#ffffff !important; transition: 0.7s; }

.main-cts-box-08{border: 1px solid #868585; border-radius: 10px;  overflow: hidden; background: #909090; box-shadow: inset 0px 0px 0px #ffffff;}
.main-cts-box-08 .listbg { background-color: #ffffff; transition: 0.7s; }
.main-cts-box-08 .listbg:hover { background-color: #909090; }
.main-cts-box-08 .listbg:hover .listtext span{color:#ffffff !important; transition: 0.7s; }

.main-cts-box-09{border: 1px solid #3c3c3c; border-radius: 10px;  overflow: hidden; background: #444444; box-shadow: inset 0px 0px 0px #ffffff;}
.main-cts-box-09 .listbg { background-color: #ffffff; transition: 0.7s; }
.main-cts-box-09 .listbg:hover { background-color: #444444; }
.main-cts-box-09 .listbg:hover .listtext span{color:#ffffff !important; transition: 0.7s; }


/*메인 지입톤수별 목록폼신규2*/
.main-cts-box5-01{border-bottom:5px solid #dc0000; border-left: 1px solid #dc0000;  border-right: 1px solid #dc0000;border-radius: 10px;overflow: hidden;}
.main-cts-box5-01 .tit_bg5{padding-left:15px; background: linear-gradient(to top, #b90000, #f54949); line-height:41px; vertical-align:middle;}
.main-cts-box5-01 .tit_bg5_bg { background-color: #fff3f3; }

.main-cts-box5-02{border-bottom:5px solid #f77f4b; border-left: 1px solid #f77f4b;  border-right: 1px solid #f77f4b;border-radius: 10px;overflow: hidden;}
.main-cts-box5-02 .tit_bg5{padding-left:15px; background: linear-gradient(to top, #e66b36, #f57d49); line-height:41px; vertical-align:middle; }
.main-cts-box5-02 .tit_bg5_bg { background-color: #fff6f3; }

.main-cts-box5-03{border-bottom:5px solid #fec53c; border-left: 1px solid #fec53c;  border-right: 1px solid #fec53c;border-radius: 10px;overflow: hidden;}
.main-cts-box5-03 .tit_bg5{padding-left:15px; background: linear-gradient(to top, #f5ae02, #fec53c); line-height:41px; vertical-align:middle;}
.main-cts-box5-03 .tit_bg5_bg { background-color: #fefdee; }

.main-cts-box5-04{border-bottom:5px solid #40b498; border-left: 1px solid #40b498;  border-right: 1px solid #40b498;border-radius: 10px;overflow: hidden;}
.main-cts-box5-04 .tit_bg5{padding-left:15px; background: linear-gradient(to top, #2f9e82, #40b498); line-height:41px; vertical-align:middle;}
.main-cts-box5-04 .tit_bg5_bg { background-color: #f3fcff; }

.main-cts-box5-05{border-bottom:5px solid #5a94ca; border-left: 1px solid #5a94ca;  border-right: 1px solid #5a94ca;border-radius: 10px;overflow: hidden;}
.main-cts-box5-05 .tit_bg5{padding-left:15px; background: linear-gradient(to top, #467bad, #5799d0); line-height:41px; vertical-align:middle;}
.main-cts-box5-05 .tit_bg5_bg { background-color: #fff6f3; }

.main-cts-box5-06{border-bottom:5px solid #556495; border-left: 1px solid #556495;  border-right: 1px solid #556495;border-radius: 10px;overflow: hidden;}
.main-cts-box5-06 .tit_bg5{padding-left:15px; background: linear-gradient(to top, #445489, #556495); line-height:41px; vertical-align:middle;}
.main-cts-box5-06 .tit_bg5_bg { background-color: #f3f4ff; }

.main-cts-box5-07{border-bottom:5px solid #7f38ab; border-left: 1px solid #7f38ab;  border-right: 1px solid #7f38ab;border-radius: 10px;overflow: hidden;}
.main-cts-box5-07 .tit_bg5{padding-left:15px; background: linear-gradient(to top, #7f38ab, #8e59ca); line-height:41px; vertical-align:middle;}
.main-cts-box5-07 .tit_bg5_bg { background-color: #fcf3ff; }

.main-cts-box5-08{border-bottom:5px solid #7b7b7b; border-left: 1px solid #7b7b7b;  border-right: 1px solid #7b7b7b;border-radius: 10px;overflow: hidden;}
.main-cts-box5-08 .tit_bg5{padding-left:15px; background: linear-gradient(to top, #7b7b7b, #989898); line-height:41px; vertical-align:middle;}
.main-cts-box5-08 .tit_bg5_bg { background-color: #f5f5f5; }

.main-cts-box5-09{border-bottom:5px solid #060606; border-left: 1px solid #060606;  border-right: 1px solid #060606;border-radius: 10px;overflow: hidden;}
.main-cts-box5-09 .tit_bg5{padding-left:15px; background: linear-gradient(to top, #060606, #505050); line-height:41px; vertical-align:middle;}
.main-cts-box5-09 .tit_bg5_bg { background-color: #f5f5f5; }

.main-cts-box5-10{border-bottom:5px solid #e2608e; border-left: 1px solid #e2608e;  border-right: 1px solid #e2608e;border-radius: 10px;overflow: hidden;}
.main-cts-box5-10 .tit_bg5{padding-left:15px; background: linear-gradient(to top, #cd537e, #e2608e); line-height:41px; vertical-align:middle;}
.main-cts-box5-10 .tit_bg5_bg { background-color: #fff5f9; }




/*메인 지입톤수별 목록폼신규3*/

.tit_bg4_01 .iconbox_bg{background-color: #e03636; line-height: 40px; height: 44px; }
.tit_bg4_01{ color: #e03636; line-height: 44px; height: 44px; vertical-align:middle; border: 1px solid #e03636; }
.tit_bg4_01 .tplMore { color: #e03636; }

.tit_bg4_02 .iconbox_bg{background-color: #ec6000; line-height: 40px; height: 44px; }
.tit_bg4_02{ color: #ec6000; line-height: 44px; height: 44px; vertical-align:middle; border: 1px solid #ec6000; }
.tit_bg4_02 .tplMore { color: #ec6000; }

.tit_bg4_03 .iconbox_bg{background-color: #ffa800; line-height: 40px; height: 44px; }
.tit_bg4_03{ color: #ffa800; line-height: 44px; height: 44px; vertical-align:middle; border: 1px solid #ffa800; }
.tit_bg4_03 .tplMore { color: #ffa800; }

.tit_bg4_04 .iconbox_bg{background-color: #0e7952; line-height: 40px; height: 44px; }
.tit_bg4_04{ color: #0e7952; line-height: 44px; height: 44px; vertical-align:middle; border: 1px solid #0e7952; }
.tit_bg4_04 .tplMore { color: #0e7952; }

.tit_bg4_05 .iconbox_bg{background-color: #2d78b7; line-height: 40px; height: 44px; }
.tit_bg4_05{ color: #2d78b7; line-height: 44px; height: 44px; vertical-align:middle; border: 1px solid #2d78b7; }
.tit_bg4_05 .tplMore { color: #2d78b7; }

.tit_bg4_06 .iconbox_bg{background-color: #353f63; line-height: 40px; height: 44px; }
.tit_bg4_06{ color: #353f63; line-height: 44px; height: 44px; vertical-align:middle; border: 1px solid #2d78b7; }
.tit_bg4_06 .tplMore { color: #2d78b7; }

.tit_bg4_07 .iconbox_bg{background-color: #623875; line-height: 40px; height: 44px; }
.tit_bg4_07{ color: #623875; line-height: 44px; height: 44px; vertical-align:middle; border: 1px solid #623875; }
.tit_bg4_07 .tplMore { color: #623875; }

.tit_bg4_08 .iconbox_bg{background-color: #ababab; line-height: 40px; height: 44px; }
.tit_bg4_08{ color: #ababab; line-height: 44px; height: 44px; vertical-align:middle; border: 1px solid #ababab; }
.tit_bg4_08 .tplMore { color: #ababab; }

.tit_bg4_09 .iconbox_bg{background-color: #2f2f2f; line-height: 40px; height: 44px; }
.tit_bg4_09{ color: #2f2f2f; line-height: 44px; height: 44px; vertical-align:middle; border: 1px solid #2f2f2f; }
.tit_bg4_09 .tplMore { color: #2f2f2f; }

.tit_bg4_10 .iconbox_bg{background-color: #2f2f2f;height: 44px;}
.tit_bg4_10{ color: #2f2f2f; line-height: 44px; height: 44px; vertical-align:middle; border: 1px solid #2f2f2f; }
.tit_bg4_10 .tplMore { color: #2f2f2f; }



/*메인 지입톤수별 목록폼신규4*/
.tit01{ border-bottom:1px dashed #ddd; padding-bottom:10px;}
.tit01 .titicon{text-align: center;margin-bottom: 0px;background-color: #ad0216;border: 1px solid #e6bfbf;border-radius: 50px;width: 100%; height: 40px; line-height: 36px;}
.tit01 .tplMore { color:#f16d00; border:1px solid #ad0216; transition: 0.7s; }
.tit01 .tplMore:hover { color:#ffffff; border:1px solid #ad0216; background-color: #ad0216; }

.tit02{ color:#f16d00;  border-bottom:1px dashed #ddd; padding-bottom:10px;}
.tit02 .titicon { text-align: center;margin-bottom: 0px;background-color: #f16d00;border: 1px solid #e6d1bf;border-radius: 50px;width: 100%; height: 40px; line-height: 36px;}
.tit02 .tplMore { color:#f16d00; border:1px solid #f16d00; transition: 0.7s; }
.tit02 .tplMore:hover { color:#ffffff; border:1px solid #f16d00; background-color: #f16d00; }

.tit03{border-bottom:1px dashed #ddd; padding-bottom:10px;}
.tit03 .titicon{text-align: center;margin-bottom: 0px;background-color: #f1af00;border: 1px solid #e6e6bf;border-radius: 50px;width: 100%; height: 40px; line-height: 36px;}
.tit03 .tplMore { color:#f1af00; border:1px solid #f1af00; transition: 0.7s; }
.tit03 .tplMore:hover { color:#ffffff; border:1px solid #f1af00; background-color: #f1af00; }

.tit04{border-bottom:1px dashed #ddd; padding-bottom:10px;}
.tit04 .titicon{text-align: center;margin-bottom: 0px;background-color: #159c0a;border: 1px solid #bfe6c4;border-radius: 50px;width: 100%; height: 40px; line-height: 36px;}
.tit04 .tplMore { color:#159c0a; border:1px solid #159c0a; transition: 0.7s; }
.tit04 .tplMore:hover { color:#ffffff; border:1px solid #159c0a; background-color: #159c0a; }

.tit05{border-bottom:1px dashed #ddd; padding-bottom:10px;}
.tit05 .titicon{text-align: center;margin-bottom: 0px;background-color: #0074b5;border: 1px solid #bfdee6;border-radius: 50px;width: 100%; height: 40px; line-height: 36px;}
.tit05 .tplMore { color:#0074b5; border:1px solid #0074b5; transition: 0.7s; }
.tit05 .tplMore:hover { color:#ffffff; border:1px solid #0074b5; background-color: #0074b5; }

.tit06{border-bottom:1px dashed #ddd; padding-bottom:10px;}
.tit06 .titicon{text-align: center;margin-bottom: 0px;background-color: #003063;border: 1px solid #bfc2e6;border-radius: 50px;width: 100%; height: 40px; line-height: 36px;}
.tit06 .tplMore { color:#003063; border:1px solid #003063; transition: 0.7s; }
.tit06 .tplMore:hover { color:#ffffff; border:1px solid #003063; background-color: #003063; }

.tit07{border-bottom:1px dashed #ddd; padding-bottom:10px;}
.tit07 .titicon{text-align: center;margin-bottom: 0px;background-color: #7000f1;border: 1px solid #dfbfe6;border-radius: 50px;width: 100%; height: 40px; line-height: 36px;}
.tit07 .tplMore { color:#7000f1; border:1px solid #7000f1; transition: 0.7s; }
.tit07 .tplMore:hover { color:#ffffff; border:1px solid #7000f1; background-color: #7000f1; }

.tit08{border-bottom:1px dashed #ddd; padding-bottom:10px;}
.tit08 .titicon{text-align: center;margin-bottom: 0px;background-color: #989898;border: 1px solid #888888;border-radius: 50px;width: 100%; height: 40px; line-height: 36px;}
.tit08 .tplMore { color:#989898; border:1px solid #989898; transition: 0.7s; }
.tit08 .tplMore:hover { color:#ffffff; border:1px solid #989898; background-color: #989898; }

.tit09{border-bottom:1px dashed #ddd; padding-bottom:10px;}
.tit09 .titicon{text-align: center;margin-bottom: 0px;background-color: #313131;border: 1px solid #d5d5d5;border-radius: 50px;width: 100%; height: 40px; line-height: 36px;}
.tit09 .tplMore { color:#313131; border:1px solid #313131; transition: 0.7s; }
.tit09 .tplMore:hover { color:#ffffff; border:1px solid #313131; background-color: #313131; }



/*메인 지입톤수별 목록폼신규5*/
.mainTplWrap .tit01_m2{border-bottom:1px dashed #ddd; padding-bottom:8px;}
.mainTplWrap .tit01_m2 .titicon{text-align: center;margin-bottom: 0px;background-color: #ad0216;border: 1px solid #920011;border-radius: 20px 50px 50px 50px;width: 100%; height: 35px; line-height: 31px; }

.mainTplWrap .tit02_m2{border-bottom:1px dashed #ddd; padding-bottom:8px;}
.mainTplWrap .tit02_m2 .titicon{text-align: center;margin-bottom: 0px;background-color: #f16d00;border: 1px solid #d86200;border-radius: 20px 50px 50px 50px;width: 100%; height: 35px; line-height: 31px; }

.mainTplWrap .tit03_m2{border-bottom:1px dashed #ddd; padding-bottom:8px;}
.mainTplWrap .tit03_m2 .titicon{text-align: center;margin-bottom: 0px;background-color: #f1af00;border: 1px solid #da9e00;border-radius: 20px 50px 50px 50px;width: 100%; height: 35px; line-height: 31px; }

.mainTplWrap .tit04_m2{border-bottom:1px dashed #ddd; padding-bottom:8px;}
.mainTplWrap .tit04_m2 .titicon{text-align: center;margin-bottom: 0px;background-color: #159c0a;border: 1px solid #0a8200;border-radius: 20px 50px 50px 50px;width: 100%; height: 35px; line-height: 31px; }

.mainTplWrap .tit05_m2{border-bottom:1px dashed #ddd; padding-bottom:8px;}
.mainTplWrap .tit05_m2 .titicon{text-align: center;margin-bottom: 0px;background-color: #0074b5;border: 1px solid #006298;border-radius: 20px 50px 50px 50px;width: 100%; height: 35px; line-height: 31px; }

.mainTplWrap .tit06_m2{border-bottom:1px dashed #ddd; padding-bottom:8px;}
.mainTplWrap .tit06_m2 .titicon{text-align: center;margin-bottom: 0px;background-color: #003063;border: 1px solid #002852;border-radius: 20px 50px 50px 50px;width: 100%; height: 35px; line-height: 31px; }

.mainTplWrap .tit07_m2{border-bottom:1px dashed #ddd; padding-bottom:8px;}
.mainTplWrap .tit07_m2 .titicon{text-align: center;margin-bottom: 0px;background-color: #7000f1;border: 1px solid #5b00c3;border-radius: 20px 50px 50px 50px;width: 100%; height: 35px; line-height: 31px; }

.mainTplWrap .tit08_m2{border-bottom:1px dashed #ddd; padding-bottom:8px;}
.mainTplWrap .tit08_m2 .titicon{text-align: center;margin-bottom: 0px;background-color: #d4d4d4;border: 1px solid #cccccc;border-radius: 20px 50px 50px 50px;width: 100%; height: 35px; line-height: 31px; }

.mainTplWrap .tit09_m2{border-bottom:1px dashed #ddd; padding-bottom:8px;}
.mainTplWrap .tit09_m2 .titicon{text-align: center;margin-bottom: 0px;background-color: #313131;border: 1px solid #1d1d1d;border-radius: 20px 50px 50px 50px;width: 100%; height: 35px; line-height: 31px; }


/*메인 지입톤수별 목록폼신규6*/
.tit_bg3_01 .iconbox_bg{background-color: #e03636;height: 44px; line-height: 40px; border-right: 1px solid rgba(255,255,255,0.2);}
.tit_bg3_01{background: #f9d8d8; line-height: 43px; height: 44px; vertical-align:middle; border-bottom: 1px solid #ccc;border-radius: 0px 0px 10px 10px; overflow: hidden;}

.tit_bg3_02 .iconbox_bg{background-color: #ec6000; height: 44px; line-height: 40px; border-right: 1px solid rgba(255,255,255,0.2);}
.tit_bg3_02{background: #ec6000; line-height: 43px; height: 44px; vertical-align:middle; border-bottom: 1px solid #ccc; border-radius: 0px 0px 10px 10px; overflow: hidden;}
 
.tit_bg3_03 .iconbox_bg{background-color: #ffa800;height: 44px; line-height: 40px; border-right: 1px solid rgba(255,255,255,0.2);}
.tit_bg3_03{background: #f8eace; line-height: 43px; height: 44px; vertical-align:middle; border-bottom: 1px solid #ccc;border-radius: 0px 0px 10px 10px; overflow: hidden;}

.tit_bg3_04 .iconbox_bg{background-color: #65a229;height: 44px; line-height: 40px; border-right: 1px solid rgba(255,255,255,0.2);}
.tit_bg3_04{background: #edf8e3; line-height: 43px; height: 44px; vertical-align:middle; border-bottom: 1px solid #ccc;border-radius: 0px 0px 10px 10px; overflow: hidden;}

.tit_bg3_05 .iconbox_bg{background-color: #2d78b7;height: 44px; line-height: 40px; border-right: 1px solid rgba(255,255,255,0.2);}
.tit_bg3_05{background: #cfe2f3; line-height: 43px; height: 44px; vertical-align:middle; border-bottom: 1px solid #ccc;border-radius: 0px 0px 10px 10px; overflow: hidden;}

.tit_bg3_06 .iconbox_bg{background-color: #353f63;height: 44px; line-height: 40px; border-right: 1px solid rgba(255,255,255,0.2);}
.tit_bg3_06{background: #d9dce5; line-height: 43px; height: 44px; vertical-align:middle; border-bottom: 1px solid #ccc;border-radius: 0px 0px 10px 10px; overflow: hidden;}

.tit_bg3_07 .iconbox_bg{background-color: #7e0e93;height: 44px; line-height: 40px; border-right: 1px solid rgba(255,255,255,0.2);}
.tit_bg3_07{background: #f3e6f5; line-height: 43px; height: 44px; vertical-align:middle; border-bottom: 1px solid #ccc;border-radius: 0px 0px 10px 10px; overflow: hidden;}

.tit_bg3_08 .iconbox_bg{background-color: #ababab;height: 44px; line-height: 40px; border-right: 1px solid rgba(255,255,255,0.2);}
.tit_bg3_08{background: #e8e8e8; line-height: 43px; height: 44px; vertical-align:middle; border-bottom: 1px solid #ccc;border-radius: 0px 0px 10px 10px; overflow: hidden;}

.tit_bg3_09 .iconbox_bg{background-color: #2f2f2f;height: 44px; line-height: 40px; border-right: 1px solid rgba(255,255,255,0.2);}
.tit_bg3_09{background: #777777; line-height: 43px; height: 44px; vertical-align:middle; border-bottom: 1px solid #ccc;border-radius: 0px 0px 10px 10px; overflow: hidden;}
.tit_bg3_09 span{color:#fff!important;}
.tit_bg3_09 .tplMore span{color:#fff!important;}



/*메인 지입톤수별 목록폼신규7*/
.main-cts-box2-01{border-bottom:5px solid #dc0000; border-left: 1px solid #dc0000;  border-right: 1px solid #dc0000;border-radius: 10px;overflow: hidden;}
.main-cts-box2-01 .tit_bg_01{padding-left:15px; background: linear-gradient(to top, #b90000, #f54949); line-height:40px; vertical-align:middle;}

.main-cts-box2-02{border-bottom:5px solid #f77f4b; border-left: 1px solid #f77f4b;  border-right: 1px solid #f77f4b;border-radius: 10px;overflow: hidden;}
.main-cts-box2-02 .tit_bg_02{padding-left:15px; background: linear-gradient(to top, #e66b36, #f57d49); line-height:40px; vertical-align:middle;}

.main-cts-box2-03{border-bottom:5px solid #fec53c; border-left: 1px solid #fec53c;  border-right: 1px solid #fec53c;border-radius: 10px;overflow: hidden;}
.main-cts-box2-03 .tit_bg_03{padding-left:15px; background: linear-gradient(to top, #f5ae02, #fec53c); line-height:40px; vertical-align:middle;}

.main-cts-box2-04{border-bottom:5px solid #40b498; border-left: 1px solid #40b498;  border-right: 1px solid #40b498;border-radius: 10px;overflow: hidden;}
.main-cts-box2-04 .tit_bg_04{padding-left:15px; background: linear-gradient(to top, #2f9e82, #40b498); line-height:40px; vertical-align:middle;}

.main-cts-box2-05{border-bottom:5px solid #3e88e0; border-left: 1px solid #3e88e0;  border-right: 1px solid #3e88e0;border-radius: 10px;overflow: hidden;}
.main-cts-box2-05 .tit_bg_05{padding-left:15px; background: linear-gradient(to top, #3974d6, #47aaf1); line-height:40px; vertical-align:middle;}


.main-cts-box2-06{border-bottom:5px solid #556495; border-left: 1px solid #556495;  border-right: 1px solid #556495;border-radius: 10px;overflow: hidden;}
.main-cts-box2-06 .tit_bg_06{padding-left:15px; background: linear-gradient(to top, #445489, #556495); line-height:40px; vertical-align:middle;}

.main-cts-box2-07{border-bottom:5px solid #e2608e; border-left: 1px solid #e2608e;  border-right: 1px solid #e2608e;border-radius: 10px;overflow: hidden;}
.main-cts-box2-07 .tit_bg_07{padding-left:15px; background: linear-gradient(to top, #cd537e, #e2608e); line-height:40px; vertical-align:middle;}


.main-cts-box2-08{border-bottom:5px solid #599fc1; border-left: 1px solid #599fc1;  border-right: 1px solid #599fc1;border-radius: 10px;overflow: hidden;}
.main-cts-box2-08 .tit_bg_08{padding-left:15px; background: linear-gradient(to top, #599fc1, #6cb1d2); line-height:40px; vertical-align:middle;}


.main-cts-box2-09{border-bottom:5px solid #7b7b7b; border-left: 1px solid #7b7b7b;  border-right: 1px solid #7b7b7b;border-radius: 10px;overflow: hidden;}
.main-cts-box2-09 .tit_bg_09{padding-left:15px; background: linear-gradient(to top, #7b7b7b, #989898); line-height:40px; vertical-align:middle;}

.main-cts-box2-10{border-bottom:5px solid #060606; border-left: 1px solid #060606;  border-right: 1px solid #060606;border-radius: 10px;overflow: hidden;}
.main-cts-box2-10 .tit_bg_10{padding-left:15px; background: linear-gradient(to top, #060606, #505050); line-height:40px; vertical-align:middle;}


/*지입차 매입,매수, 임대 배너타입1*/
.carbg { min-height: 154px; transition: 0.7s; }
.carbg:hover{ background-color: rgba(255,255,255,0.7); }

.setbanner_type09 { background-color: #ffffff;  border: 1px solid #dddddd;  border-radius: 10px; overflow: hidden; }
.box { display: inline-block; width: 100%;}
.underline { position: relative; font-size: 17px;font-weight: bold;color: #000000; z-index: 2; }
.underline::after { content:""; width: 0; height: 27px; position: absolute; left: 0; bottom: 0px; background-image: linear-gradient(transparent 60%, #F8CD07 40%); z-index: -1; }
.box:hover .underline::after { width: 100%;  transition: width 0.3s; }


.setbanner_type01{background-color: #ffefef;border: 1px solid #eccbcb;border-radius: 10px; overflow: hidden; }
.setbanner_type02{background-color: #fdf4e9;border: 1px solid #efddc7;border-radius: 10px; overflow: hidden; }
.setbanner_type03{background-color: #fdf9e9;border: 1px solid #efe7c8;border-radius: 10px; overflow: hidden; }
.setbanner_type04{background-color: #e5f5e8;border: 1px solid #d9e6ce;border-radius: 10px; overflow: hidden; }
.setbanner_type05{background-color: #e9effd;border: 1px solid #cad3e6;border-radius: 10px; overflow: hidden; }
.setbanner_type06{background-color: #cfd1de;border: 1px solid #b1b3c3;border-radius: 10px; overflow: hidden; }
.setbanner_type07{background-color: #f0e9fb;border: 1px solid #ddd4ea;border-radius: 10px; overflow: hidden; }
.setbanner_type08{background-color: #f9f9f9;border: 1px solid #dddddd;border-radius: 10px; overflow: hidden; }
.setbanner_type09{background-color: #ffffff;border: 1px solid #dddddd;border-radius: 10px; overflow: hidden; }

.setbanner_type01 .line{border-right: 1px solid #eccbcb;min-height: 154px;}
.setbanner_type02 .line{border-right: 1px solid #efddc7;min-height: 154px;}
.setbanner_type03 .line{border-right: 1px solid #efe7c8;min-height: 154px;}
.setbanner_type04 .line{border-right: 1px solid #cfeac6;min-height: 154px;}
.setbanner_type05 .line{border-right: 1px solid #cad3e6;min-height: 154px;}
.setbanner_type06 .line{border-right: 1px solid #b1b3c3;min-height: 154px;}
.setbanner_type07 .line{border-right: 1px solid #ddd4ea;min-height: 154px;}
.setbanner_type08 .line{border-right: 1px solid #cccccc;min-height: 154px;}
.setbanner_type09 .line{border-right: 1px solid #dddddd;min-height: 154px;}


/*지입차 매입,매수, 임대 배너타입2*/
.setbanner_2type01 .line{padding: 8px 0 7px 0;border: 1px solid #dddddd; border-radius: 10px; transition: 0.7s; }
.setbanner_2type01 .line:hover { background-color:#f6e7e7; border-radius: 30px; }
.setbanner_2type01 .iconbox{text-align: center;margin: auto;background-color: #bb001a;border-radius: 100px;width: 67px; height: 67px; line-height: 62px; vertical-align: middle; }

.setbanner_2type02 .line{padding: 8px 0 7px 0;border: 1px solid #dddddd; border-radius: 10px; transition: 0.7s; }
.setbanner_2type02 .line:hover { background-color:#f6f0e7; border-radius: 30px; }
.setbanner_2type02 .iconbox{text-align: center;margin: auto;background-color: #dc6d00;border-radius: 100px;width: 67px; height: 67px; line-height: 62px; vertical-align: middle; }

.setbanner_2type03 .line{padding: 8px 0 7px 0;border: 1px solid #dddddd; border-radius: 10px; transition: 0.7s; }
.setbanner_2type03 .line:hover { background-color:#f6f4e7; border-radius: 30px; }
.setbanner_2type03 .iconbox{text-align: center;margin: auto;background-color: #eab500;border-radius: 100px;width: 67px; height: 67px; line-height: 62px; vertical-align: middle; }

.setbanner_2type04 .line{padding: 8px 0 7px 0;border: 1px solid #dddddd; border-radius: 10px; transition: 0.7s; }
.setbanner_2type04 .line:hover { background-color:#e7f6e8; border-radius: 30px; }
.setbanner_2type04 .iconbox{text-align: center;margin: auto;background-color: #199844;border-radius: 100px;width: 67px; height: 67px; line-height: 62px; vertical-align: middle; }

.setbanner_2type05 .line{padding: 8px 0 7px 0;border: 1px solid #dddddd; border-radius: 10px; transition: 0.7s; }
.setbanner_2type05 .line:hover { background-color:#e7f2f6; border-radius: 30px; }
.setbanner_2type05 .iconbox{text-align: center;margin: auto;background-color: #007dd2;border-radius: 100px;width: 67px; height: 67px; line-height: 62px; vertical-align: middle; }

.setbanner_2type06 .line{ padding: 8px 0 7px 0;border: 1px solid #dddddd; border-radius: 10px; transition: 0.7s; }
.setbanner_2type06 .line:hover { background-color:#e7eff6; border-radius: 30px; }
.setbanner_2type06 .iconbox{ text-align: center;margin: auto;background-color: #053863;border-radius: 100px;width: 67px; height: 67px; line-height: 62px; vertical-align: middle; }

.setbanner_2type07 .line{padding: 8px 0 7px 0;border: 1px solid #dddddd; border-radius: 10px; transition: 0.7s; }
.setbanner_2type07 .line:hover { background-color:#f4e7f6; border-radius: 30px; }
.setbanner_2type07 .iconbox{text-align: center;margin: auto;background-color: #240994;border-radius: 100px;width: 67px; height: 67px; line-height: 62px; vertical-align: middle; }

.setbanner_2type08 .line{padding: 8px 0 7px 0;border: 1px solid #dddddd; border-radius: 10px; transition: 0.7s; }
.setbanner_2type08 .line:hover { background-color:#f1f1f1; border-radius: 30px; }
.setbanner_2type08 .iconbox{text-align: center;margin: auto;background-color: #7b7b7b;border-radius: 100px;width: 67px; height: 67px; line-height: 62px; vertical-align: middle; }

.setbanner_2type09 .line{padding: 8px 0 7px 0;border: 1px solid #dddddd; border-radius: 10px; transition: 0.7s; }
.setbanner_2type09 .line:hover { background-color:#e1e1e1; border-radius: 30px; }
.setbanner_2type09 .iconbox{text-align: center;margin: auto;background-color: #000000;border-radius: 100px;width: 67px; height: 67px; line-height: 62px; vertical-align: middle; }


/*지입차 매입,매수, 임대 배너타입3*/
.box3 { display: inline-block;}
.underline3 { position: relative; font-size: 17px;font-weight: bold;color: #000000; z-index: 2; }
.underline3::after { content:""; width: 0; height: 27px; position: absolute; left: 0; bottom: 0px; background-image: linear-gradient(transparent 60%, rgba(255,255,255,0.2) 40%); z-index: -1; }
.box3:hover .underline3::after { width: 100%;  transition: width 0.3s; }

.setbanner_3type01 .line{padding: 8px 0 7px 0;background: linear-gradient(to top, #940101, #d52222);border: 1px solid #a40f0f;border-radius: 10px; transition: 0.7s; }
.setbanner_3type01 .line:hover { border-radius: 30px; background: linear-gradient(to top, #ad0808, #ad0808); }
.setbanner_3type01 .iconbox{text-align: center;margin: 0 auto;background-color: #ffffff;border-radius: 100px;width: 67px; height: 67px; line-height: 67px; }
.setbanner_3type01 .iconbox.img1{background:#fff url('3set_ban_3type_icon01_1.png') center center no-repeat;}
.setbanner_3type01 .iconbox.img2{background:#fff url('3set_ban_3type_icon01_2.png') center center no-repeat;}
.setbanner_3type01 .iconbox.img3{background:#fff url('3set_ban_3type_icon01_3.png') center center no-repeat;}
.setbanner_3type01 .stxt{font-size: 13px;font-weight: 300;color: #f4b3b3;letter-spacing: -1px;text-align: center;}

.setbanner_3type02 .line{padding: 8px 0 7px 0;background: linear-gradient(to top, #c95500, #da6d15);border: 1px solid #d14a00;border-radius: 10px; transition: 0.7s; }
.setbanner_3type02 .line:hover { border-radius: 30px; background: linear-gradient(to top, #c55702, #c55702); }
.setbanner_3type02 .iconbox{text-align: center;margin: 0 auto;background-color: #ffffff;border-radius: 100px;width: 67px; height: 67px; line-height: 67px;}
.setbanner_3type02 .iconbox.img1{background:#fff url('3set_ban_3type_icon02_1.png') center center no-repeat;}
.setbanner_3type02 .iconbox.img2{background:#fff url('3set_ban_3type_icon02_2.png') center center no-repeat;}
.setbanner_3type02 .iconbox.img3{background:#fff url('3set_ban_3type_icon02_3.png') center center no-repeat;}
.setbanner_3type02 .stxt{font-size: 13px;font-weight: 300;color: #f4c2b3;letter-spacing: -1px;text-align: center;}

.setbanner_3type03 .line{padding: 8px 0 7px 0;background: linear-gradient(to top, #d78e00, #ebbc00);border: 1px solid #d0a600;border-radius: 10px; transition: 0.7s; }
.setbanner_3type03 .line:hover { border-radius: 30px; background: linear-gradient(to top, #deb300, #deb300); }
.setbanner_3type03 .iconbox{text-align: center;margin: 0 auto;background-color: #ffffff;border-radius: 100px;width: 67px; height: 67px; line-height: 67px;}
.setbanner_3type03 .iconbox.img1{background:#fff url('3set_ban_3type_icon03_1.png') center center no-repeat;}
.setbanner_3type03 .iconbox.img2{background:#fff url('3set_ban_3type_icon03_2.png') center center no-repeat;}
.setbanner_3type03 .iconbox.img3{background:#fff url('3set_ban_3type_icon03_3.png') center center no-repeat;}
.setbanner_3type03 .stxt{font-size: 13px;font-weight: 300;color: #f4e1b3;letter-spacing: -1px;text-align: center;}

.setbanner_3type04 .line{padding: 8px 0 7px 0;background: linear-gradient(to top, #199844, #14b24a);border: 1px solid #00852d;border-radius: 10px; transition: 0.7s; }
.setbanner_3type04 .line:hover { border-radius: 30px; background: linear-gradient(to top, #0b973b, #0b973b); }
.setbanner_3type04 .iconbox{text-align: center;margin: 0 auto;background-color: #ffffff;border-radius: 100px;width: 67px; height: 67px; line-height: 67px;}
.setbanner_3type04 .iconbox.img1{background:#fff url('3set_ban_3type_icon04_1.png') center center no-repeat;}
.setbanner_3type04 .iconbox.img2{background:#fff url('3set_ban_3type_icon04_2.png') center center no-repeat;}
.setbanner_3type04 .iconbox.img3{background:#fff url('3set_ban_3type_icon04_3.png') center center no-repeat;}
.setbanner_3type04 .stxt{font-size: 13px;font-weight: 300;color: #b7ecc9;letter-spacing: -1px;text-align: center;}

.setbanner_3type05 .line{padding: 8px 0 7px 0;background: linear-gradient(to top, #004ac5, #1576da);border: 1px solid #0c46bd;border-radius: 10px; transition: 0.7s; }
.setbanner_3type05 .line:hover { border-radius: 30px; background: linear-gradient(to top, #054bb9, #054bb9); }
.setbanner_3type05 .iconbox{text-align: center;margin: 0 auto;background-color: #ffffff;border-radius: 100px;width: 67px; height: 67px; line-height: 67px;}
.setbanner_3type05 .iconbox.img1{background:#fff url('3set_ban_3type_icon05_1.png') center center no-repeat;}
.setbanner_3type05 .iconbox.img2{background:#fff url('3set_ban_3type_icon05_2.png') center center no-repeat;}
.setbanner_3type05 .iconbox.img3{background:#fff url('3set_ban_3type_icon05_3.png') center center no-repeat;}
.setbanner_3type05 .stxt{font-size: 13px;font-weight: 300;color: #b3d2f4;letter-spacing: -1px;text-align: center;}

.setbanner_3type06 .line{padding: 8px 0 7px 0;background: linear-gradient(to top, #10317a, #294da9);border: 1px solid #093587;border-radius: 10px; transition: 0.7s; }
.setbanner_3type06 .line:hover { border-radius: 30px; background: linear-gradient(to top, #041c5b, #041c5b); }
.setbanner_3type06 .iconbox{text-align: center;margin: 0 auto;background-color: #ffffff;border-radius: 100px;width: 67px; height: 67px; line-height: 67px;}
.setbanner_3type06 .iconbox.img1{background:#fff url('3set_ban_3type_icon06_1.png') center center no-repeat;}
.setbanner_3type06 .iconbox.img2{background:#fff url('3set_ban_3type_icon06_2.png') center center no-repeat;}
.setbanner_3type06 .iconbox.img3{background:#fff url('3set_ban_3type_icon06_3.png') center center no-repeat;}
.setbanner_3type06 .stxt{font-size: 13px;font-weight: 300;color: #a7c2e0;letter-spacing: -1px;text-align: center;}

.setbanner_3type07 .line{padding: 8px 0 7px 0;background: linear-gradient(to top, #44107a, #8329a9);border: 1px solid #4a0987;border-radius: 10px; transition: 0.7s; }
.setbanner_3type07 .line:hover { border-radius: 30px; background: linear-gradient(to top, #410f6f, #410f6f); }
.setbanner_3type07 .iconbox{text-align: center;margin: 0 auto;background-color: #ffffff;border-radius: 100px;width: 67px; height: 67px; line-height: 67px;}
.setbanner_3type07 .iconbox.img1{background:#fff url('3set_ban_3type_icon07_1.png') center center no-repeat;}
.setbanner_3type07 .iconbox.img2{background:#fff url('3set_ban_3type_icon07_2.png') center center no-repeat;}
.setbanner_3type07 .iconbox.img3{background:#fff url('3set_ban_3type_icon07_3.png') center center no-repeat;}
.setbanner_3type07 .stxt{font-size: 13px;font-weight: 300;color: #c3b9ee;letter-spacing: -1px;text-align: center;}

.setbanner_3type08 .line{padding: 8px 0 7px 0;background: linear-gradient(to top, #7b7b7b, #a0a0a0);border: 1px solid #7e7e7e;border-radius: 10px; transition: 0.7s; }
.setbanner_3type08 .line:hover { border-radius: 30px; background: linear-gradient(to top, #737373, #737373); }
.setbanner_3type08 .iconbox{text-align: center;margin: 0 auto;background-color: #ffffff;border-radius: 100px;width: 67px; height: 67px; line-height: 67px;}
.setbanner_3type08 .iconbox.img1{background:#fff url('3set_ban_3type_icon08_1.png') center center no-repeat;}
.setbanner_3type08 .iconbox.img2{background:#fff url('3set_ban_3type_icon08_2.png') center center no-repeat;}
.setbanner_3type08 .iconbox.img3{background:#fff url('3set_ban_3type_icon08_3.png') center center no-repeat;}
.setbanner_3type08 .stxt{font-size: 13px;font-weight: 300;color: #fff;letter-spacing: -1px;text-align: center;}

.setbanner_3type09 .line{padding:8px 0 7px 0;background: linear-gradient(to top, #232323, #565656);border: 1px solid #2e2e2e;border-radius: 10px; transition: 0.7s; }
.setbanner_3type09 .line:hover { border-radius: 30px; background: linear-gradient(to top, #222222, #222222); }
.setbanner_3type09 .iconbox{text-align: center;margin: 0 auto;background-color: #ffffff;border-radius: 100px;width: 67px; height: 67px; line-height: 67px;}
.setbanner_3type09 .iconbox.img1{background:#fff url('3set_ban_3type_icon09_1.png') center center no-repeat;}
.setbanner_3type09 .iconbox.img2{background:#fff url('3set_ban_3type_icon09_2.png') center center no-repeat;}
.setbanner_3type09 .iconbox.img3{background:#fff url('3set_ban_3type_icon09_3.png') center center no-repeat;}
.setbanner_3type09 .stxt{font-size: 13px;font-weight: 300;color: #919191;letter-spacing: -1px;text-align: center;}


/*지입차 매입,매수, 임대 배너타입4*/
.box4 { display: inline-block; }
.underline4 { position: relative; font-size: 17px;font-weight: bold;color: #000000; z-index: 2; }
.underline4::after { content:""; width: 0; height: 27px; position: absolute; left: 0; bottom: 0px; background-image: linear-gradient(transparent 60%, #fddcbf 40%); z-index: -1; }
.box4:hover .underline4::after { width: 100%;  transition: width 0.3s; }

.shadowbtn { cursor: pointer;transition: all 0.2s ease-in-out; }
.shadowbtn:hover { box-shadow: 1px 1px #666666, 2px 2px #666666, 3px 3px #666666;transform: translateX(-3px); }

.setbanner_4type01 .line{padding: 17px 0px 16px; border: 1px solid #dddddd;}
.setbanner_4type01 .iconbox{text-align: center;margin: 0 auto;background-color: #bb001a;border-radius: 100px;width: 67px; height: 67px; line-height: 63px; }

.setbanner_4type02 .line{padding: 17px 0px 16px; border: 1px solid #dddddd;}
.setbanner_4type02 .iconbox{text-align: center;margin: 0 auto;background-color: #dc6d00;border-radius: 100px;width: 67px; height: 67px; line-height: 63px; }

.setbanner_4type03 .line{padding: 17px 0px 16px; border: 1px solid #dddddd;}
.setbanner_4type03 .iconbox{text-align: center;margin: 0 auto;background-color: #eab500;border-radius: 100px;width: 67px; height: 67px; line-height: 63px; }

.setbanner_4type04 .line{padding: 17px 0px 16px; border: 1px solid #dddddd;}
.setbanner_4type04 .iconbox{text-align: center;margin: 0 auto;background-color: #199844;border-radius: 100px;width: 67px; height: 67px; line-height: 63px; }

.setbanner_4type05 .line{padding: 17px 0px 16px; border: 1px solid #dddddd;}
.setbanner_4type05 .iconbox{text-align: center;margin: 0 auto;background-color: #007dd2;border-radius: 100px;width: 67px; height: 67px; line-height: 63px; }

.setbanner_4type06 .line{padding: 17px 0px 16px; border: 1px solid #dddddd;}
.setbanner_4type06 .iconbox{text-align: center;margin: 0 auto;background-color: #053863;border-radius: 100px;width: 67px; height: 67px; line-height: 63px; }

.setbanner_4type07 .line{padding: 17px 0px 16px; border: 1px solid #dddddd;}
.setbanner_4type07 .iconbox{text-align: center;margin: 0 auto;background-color: #240994;border-radius: 100px;width: 67px; height: 67px; line-height: 63px; }

.setbanner_4type08 .line{padding: 17px 0px 16px; border: 1px solid #dddddd;}
.setbanner_4type08 .iconbox{text-align: center;margin: 0 auto;background-color: #7b7b7b;border-radius: 100px;width: 67px; height: 67px; line-height: 63px; }

.setbanner_4type09 .line{padding: 17px 0px 16px; border: 1px solid #dddddd;}
.setbanner_4type09 .iconbox{text-align: center;margin: 0 auto;background-color: #000000;border-radius: 100px;width: 67px; height: 67px; line-height: 63px; }

/*지입차 매입,매수, 임대 배너타입5*/
.setbanner_5type01{background-color: #ffefef;border: 1px solid #eccbcb;border-radius: 10px;}
.setbanner_5type02{background-color: #fdf4e9;border: 1px solid #efddc7;border-radius: 10px;}
.setbanner_5type03{background-color: #fdf9e9;border: 1px solid #efe7c8;border-radius: 10px;}
.setbanner_5type04{background-color: #eefde9;border: 1px solid #cfeac6;border-radius: 10px;}
.setbanner_5type05{background-color: #e9effd;border: 1px solid #cad3e6;border-radius: 10px;}
.setbanner_5type06{background-color: #cfd1de;border: 1px solid #b1b3c3;border-radius: 10px;}
.setbanner_5type07{background-color: #f0e9fb;border: 1px solid #ddd4ea;border-radius: 10px;}
.setbanner_5type08{background-color: #f9f9f9;border: 1px solid #dddddd;border-radius: 10px;}
.setbanner_5type09{background-color: #ffffff;border: 1px solid #dddddd;border-radius: 10px;}

.setbanner_5type01 .line{border-right: 1px solid #eccbcb;min-height: 160px;}
.setbanner_5type02 .line{border-right: 1px solid #efddc7;min-height: 160px;}
.setbanner_5type03 .line{border-right: 1px solid #efe7c8;min-height: 160px;}
.setbanner_5type04 .line{border-right: 1px solid #cfeac6;min-height: 160px;}
.setbanner_5type05 .line{border-right: 1px solid #cad3e6;min-height: 160px;}
.setbanner_5type06 .line{border-right: 1px solid #b1b3c3;min-height: 160px;}
.setbanner_5type07 .line{border-right: 1px solid #ddd4ea;min-height: 160px;}
.setbanner_5type08 .line{border-right: 1px solid #cccccc;min-height: 160px;}
.setbanner_5type09 .line{border-right: 1px solid #cccccc;min-height: 160px;}

/*지입차 매입,매수, 임대 배너타입6*/
.setbanner_6type01 .line{padding: 15px 0;border: 1px solid #dddddd;border-radius: 10px;}
.setbanner_6type01 .iconbox{line-height: 62px;text-align: center;margin: auto;background-color: #bb001a;border-radius: 100px;width: 67px;height: 67px;vertical-align: middle;}

.setbanner_6type02 .line{padding: 15px 0;border: 1px solid #dddddd;border-radius: 10px;}
.setbanner_6type02 .iconbox{line-height: 62px;text-align: center;margin: auto;background-color: #dc6d00;border-radius: 100px;width: 67px;height: 67px;vertical-align: middle;}

.setbanner_6type03 .line{padding: 15px 0;border: 1px solid #dddddd;border-radius: 10px;}
.setbanner_6type03 .iconbox{line-height: 62px;text-align: center;margin: auto;background-color: #eab500;border-radius: 100px;width: 67px;height: 67px;vertical-align: middle;}

.setbanner_6type04 .line{padding: 15px 0;border: 1px solid #dddddd;border-radius: 10px;}
.setbanner_6type04 .iconbox{line-height: 62px;text-align: center;margin: auto;background-color: #199844;border-radius: 100px;width: 67px;height: 67px;vertical-align: middle;}

.setbanner_6type05 .line{padding: 15px 0;border: 1px solid #dddddd;border-radius: 10px;}
.setbanner_6type05 .iconbox{line-height: 62px;text-align: center;margin: auto;background-color: #007dd2;border-radius: 100px;width: 67px;height: 67px;vertical-align: middle;}

.setbanner_6type06 .line{padding: 15px 0;border: 1px solid #dddddd; border-radius: 10px;}
.setbanner_6type06 .iconbox{line-height: 62px;text-align: center;margin: auto;background-color: #053863;border-radius: 100px;width: 67px;height: 67px;vertical-align: middle;}

.setbanner_6type07 .line{padding: 15px 0;border: 1px solid #dddddd;border-radius: 10px;}
.setbanner_6type07 .iconbox{line-height: 62px;text-align: center;margin: auto;background-color: #240994;border-radius: 100px;width: 67px;height: 67px;vertical-align: middle;}

.setbanner_6type08 .line{padding: 15px 0;border: 1px solid #dddddd;border-radius: 10px;}
.setbanner_6type08 .iconbox{line-height: 62px;text-align: center;margin: auto;background-color: #7b7b7b;border-radius: 100px;width: 67px;height: 67px;vertical-align: middle;}

.setbanner_6type09 .line{padding: 15px 0;border: 1px solid #dddddd;border-radius: 10px;}
.setbanner_6type09 .iconbox{line-height: 62px;text-align: center;margin: auto;background-color: #000000;border-radius: 100px;width: 67px;height: 67px;vertical-align: middle;}

/*특별분양타입 01*/
.title_bar_bg01{font-size: 19px; color: #ffffff; letter-spacing: -1px;padding: 6px 25px;background-color: #af0000;}
.title_bar_bg02{font-size: 19px; color: #ffffff; letter-spacing: -1px;padding: 6px 25px;background-color: #e25900;}
.title_bar_bg03{font-size: 19px; color: #ffffff; letter-spacing: -1px;padding: 6px 25px;background-color: #e2ac00;}
.title_bar_bg04{font-size: 19px; color: #ffffff; letter-spacing: -1px;padding: 6px 25px;background-color: #29a51f;}
.title_bar_bg05{font-size: 19px; color: #ffffff; letter-spacing: -1px;padding: 6px 25px;background-color: #0076e4;}
.title_bar_bg06{font-size: 19px; color: #ffffff; letter-spacing: -1px;padding: 6px 25px;background-color: #19317d;}
.title_bar_bg07{font-size: 19px; color: #ffffff; letter-spacing: -1px;padding: 6px 25px;background-color: #4627d4;}
.title_bar_bg08{font-size: 19px; color: #000; letter-spacing: -1px;padding: 5px 25px;background: linear-gradient(to top, #f3f3f3 60%, #ffffff 100%);background-color: #f3f3f3;border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.title_bar_bg08 .tplMore{color:#000!important;}
.title_bar_bg09{font-size: 19px; color: #ffffff; letter-spacing: -1px;padding: 6px 25px;background-color: #8e8e8e;}
.title_bar_bg10{font-size: 19px; color: #ffffff; letter-spacing: -1px;padding: 6px 25px;background-color: #252525;}


/*특별분양타입 02*/
.title_bar{font-size: 19px; color: #000; letter-spacing: -1px;padding: 6px 25px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-weight:bold;}
.sale_tb{border-bottom:1px solid #ddd;}
.sale_tb td{border-right:1px solid #ddd; }
.sale_tb th{border-right:1px solid #ddd; border-bottom:1px solid #ddd; font-weight:400; font-size:16px;}
.sale_tb td:last-child{border-right:none;}
.sale_tb th:last-child{border-right:none;}
.sale_tb tr:nth-child(2n-1){background:#f5f5f5;}

/*특별분양타입 03*/
.sale_tb03{}
.sale_tb03 td{border-right:1px solid #ddd; }
.sale_tb03 th{border-right:1px solid #ddd; border-bottom:1px solid #ddd; font-weight:400; font-size:15px;}
.sale_tb03 td:last-child{border-right:none;}
.sale_tb03 th:last-child{border-right:none;}

/*특별분양타입 04*/

.sale_tb04{border-bottom:1px solid #ddd;}
.sale_tb04 td{border-right:1px solid #ddd; }
.sale_tb04 th{border-right:1px solid #ddd; border-bottom:1px solid #ddd; font-weight:400; font-size:15px;}
.sale_tb04 td:last-child{border-right:none;}
.sale_tb04 th:last-child{border-right:none;}

.sale-line_01 .board_bar_bg { padding: 6px 25px; background: #e79595; border: 1px solid #e79595; border-radius: 10px 10px 0px 0px; }
.sale-line_02 .board_bar_bg { padding: 6px 25px; background: #f7d1ad; border: 1px solid #f7d1ad; border-radius: 10px 10px 0px 0px; }
.sale-line_03 .board_bar_bg { padding: 6px 25px; background: #f0d87f; border: 1px solid #f0d87f; border-radius: 10px 10px 0px 0px; }
.sale-line_04 .board_bar_bg { padding: 6px 25px; background: #a7d4a2; border: 1px solid #a7d4a2; border-radius: 10px 10px 0px 0px; }
.sale-line_05 .board_bar_bg { padding: 6px 25px; background: #a9d1ee; border: 1px solid #a9d1ee; border-radius: 10px 10px 0px 0px; }
.sale-line_06 .board_bar_bg { padding: 6px 25px; background: #848acb; border: 1px solid #848acb; border-radius: 10px 10px 0px 0px; }
.sale-line_07 .board_bar_bg { padding: 6px 25px; background: #b68adc; border: 1px solid #b68adc; border-radius: 10px 10px 0px 0px; }
.sale-line_08 .board_bar_bg { padding: 6px 25px; background: #c9c9c9; border: 1px solid #c9c9c9; border-radius: 10px 10px 0px 0px; }
.sale-line_09 .board_bar_bg { padding: 6px 25px; background: #afafaf; border: 1px solid #afafaf; border-radius: 10px 10px 0px 0px; }
.sale-line_10 .board_bar_bg { padding: 6px 25px; background: #939393; border: 1px solid #939393; border-radius: 10px 10px 0px 0px; }



/*게시판목록스타일 01*/
.board-line_01{border: 1px solid #f3d6d6;border-radius: 10px;overflow: hidden;}
.board-line_02{border: 1px solid #eadccf;border-radius: 10px;overflow: hidden;}
.board-line_03{border: 1px solid #e8e2c7;border-radius: 10px;overflow: hidden;}
.board-line_04{border: 1px solid #cfe0cd;border-radius: 10px;overflow: hidden;}
.board-line_05{border: 1px solid #d1dbe6;border-radius: 10px;overflow: hidden;}
.board-line_06{border: 1px solid #cccfe0;border-radius: 10px;overflow: hidden;}
.board-line_07{border: 1px solid #d7d4e4;border-radius: 10px;overflow: hidden;}
.board-line_08{border: 1px solid #eeeeee;border-radius: 10px;overflow: hidden;}
.board-line_09{border: 1px solid #dddddd;border-radius: 10px;overflow: hidden;}
.board-line_10{border: 1px solid #000;border-radius: 10px;overflow: hidden;}

.board-line_01 .board_bar_bg{padding: 6px 0 6px 20px; background:#ef8484;border-bottom: 1px solid #dddddd;}
.board-line_02 .board_bar_bg{padding: 6px 0 6px 20px; background:#ffbb7b;border-bottom: 1px solid #dddddd;}
.board-line_03 .board_bar_bg{padding: 6px 0 6px 20px; background:#fdda56;border-bottom: 1px solid #dddddd;}
.board-line_04 .board_bar_bg{padding: 6px 0 6px 20px; background:#7fe073;border-bottom: 1px solid #dddddd;}
.board-line_05 .board_bar_bg{padding: 6px 0 6px 20px; background:#6ea9d4;border-bottom: 1px solid #dddddd;}
.board-line_06 .board_bar_bg{padding: 6px 0 6px 20px; background:#535bc3;border-bottom: 1px solid #dddddd;}
.board-line_07 .board_bar_bg{padding: 6px 0 6px 20px; background:#9c69c8;border-bottom: 1px solid #dddddd;}
.board-line_08 .board_bar_bg{padding: 6px 0 6px 20px; background:#cecece;border-bottom: 1px solid #dddddd;}
.board-line_09 .board_bar_bg{padding: 6px 0 6px 20px; background:#afafaf;border-bottom: 1px solid #dddddd;}
.board-line_10 .board_bar_bg{padding: 6px 0 6px 20px; background:#222222;border-bottom: 1px solid #000000;}
.board-line_10 .board_bar_bg a h3{color:#fff!important;}



/*게시판목록스타일 02*/
.board2-line_01 .board_bar_bg{padding: 8px 22px 7px 22px; background: linear-gradient(to top, #f3d6d6, #ffffff );border-bottom: 1px dashed #efc1c1; border-top: 1px solid #efc1c1;}
.board2-line_02 .board_bar_bg{padding: 8px 22px 7px 22px; background: linear-gradient(to top, #f7e3d0, #ffffff );border-bottom: 1px dashed #eadccf; border-top: 1px solid #eadccf;}
.board2-line_03 .board_bar_bg{padding: 8px 22px 7px 22px; background: linear-gradient(to top, #f5ebc6, #ffffff );border-bottom: 1px dashed #e8e2c7; border-top: 1px solid #e8e2c7;}
.board2-line_04 .board_bar_bg{padding: 8px 22px 7px 22px; background: linear-gradient(to top, #e5f5e3, #ffffff );border-bottom: 1px dashed #cfe0cd; border-top: 1px solid #cfe0cd;}
.board2-line_05 .board_bar_bg{padding: 8px 22px 7px 22px; background: linear-gradient(to top, #e2edf5, #ffffff );border-bottom: 1px dashed #d1dbe6; border-top: 1px solid #d1dbe6;}
.board2-line_06 .board_bar_bg{padding: 8px 22px 7px 22px; background: linear-gradient(to top, #e2e3ef, #ffffff); border-bottom: 1px dashed #cccfe0; border-top: 1px solid #cccfe0;}
.board2-line_07 .board_bar_bg{padding: 8px 22px 7px 22px; background: linear-gradient(to top, #e9e2ef, #ffffff );border-bottom: 1px dashed #d7d4e4; border-top: 1px solid #d7d4e4;}
.board2-line_08 .board_bar_bg{padding: 8px 22px 7px 22px; background: linear-gradient(to top, #ffffff, #ffffff );border-bottom: 1px dashed #dddddd; border-top: 1px solid #dddddd;}
.board2-line_09 .board_bar_bg{padding: 8px 22px 7px 22px; background: linear-gradient(to top, #e3e3e3, #ffffff );border-bottom: 1px dashed #dddddd; border-top: 1px solid #dddddd;}
.board2-line_10 .board_bar_bg{padding: 8px 22px 7px 22px; background: linear-gradient(to top, #222222, #656565 );border-bottom: 1px dashed #dddddd; border-top: 1px solid #dddddd;}
.board2-line_10 .board_bar_bg span{color:#fff!important;}


/*게시판목록스타일 03*/
.noti_bg table tr:nth-child(2n){background:#f7f7f7;}
.noti_bg table td{padding-left:20px;}

.board3-line_01 .board_bar_bg{background: #f3d6d6; border-bottom: 1px solid #efc1c1;border-top: 1px solid #efc1c1;}
.board3-line_02 .board_bar_bg{background: #f7e3d0; border-bottom: 1px solid #eadccf;border-top: 1px solid #eadccf;}
.board3-line_03 .board_bar_bg{background: #f5ebc6; border-bottom: 1px solid #e8e2c7;border-top: 1px solid #e8e2c7;}
.board3-line_04 .board_bar_bg{background: #e5f5e3; border-bottom: 1px solid #cfe0cd;border-top: 1px solid #cfe0cd;}
.board3-line_05 .board_bar_bg{background: #e2edf5; border-bottom: 1px solid #d1dbe6;border-top: 1px solid #d1dbe6;}
.board3-line_06 .board_bar_bg{background: #e2e3ef; border-bottom: 1px solid #cccfe0;border-top: 1px solid #cccfe0;}
.board3-line_07 .board_bar_bg{background: #e9e2ef; border-bottom: 1px solid #d7d4e4;border-top: 1px solid #d7d4e4;}
.board3-line_08 .board_bar_bg{background: #ffffff; border-bottom: 1px solid #dddddd;border-top: 1px solid #dddddd;}
.board3-line_09 .board_bar_bg{background: #e3e3e3; border-bottom: 1px solid #dddddd;border-top: 1px solid #dddddd;}
.board3-line_10 .board_bar_bg{background: #1b1b1b; border-bottom: 1px solid #000;border-top: 1px solid #000;}
.board3-line_10 .board_bar_bg span{color:#fff!important;}


/*게시판목록스타일 04*/

.tb-bg > table tr td{padding-left:10px;}
.tplMore{position: absolute;}
.board4-line_01{border: 1px solid #f3d6d6;overflow: hidden;}
.board4-line_02{border: 1px solid #eadccf;border-radius: 10px;overflow: hidden;}
.board4-line_03{border: 1px solid #e8e2c7;border-radius: 10px;overflow: hidden;}
.board4-line_04{border: 1px solid #cfe0cd;border-radius: 10px;overflow: hidden;}
.board4-line_05{border: 1px solid #d1dbe6;border-radius: 10px;overflow: hidden;}
.board4-line_06{border: 1px solid #cccfe0;border-radius: 10px;overflow: hidden;}
.board4-line_07{border: 1px solid #d7d4e4;border-radius: 10px;overflow: hidden;}
.board4-line_08{border: 1px solid #dddddd;border-radius: 10px;overflow: hidden;}
.board4-line_09{border: 1px solid #dddddd;border-radius: 10px;overflow: hidden;}
.board4-line_10{border: 1px solid #000;border-radius: 10px;overflow: hidden;}

.board4-line_01 .board_bar_bg{padding: 6px 0 6px 20px; background: #f3d6d6;border-bottom: 1px solid #efc1c1;}
.board4-line_02 .board_bar_bg{padding: 6px 0 6px 20px; background: #f7e3d0;border-bottom: 1px solid #eadccf;}
.board4-line_03 .board_bar_bg{padding: 6px 0 6px 20px; background: #f5ebc6;border-bottom: 1px solid #e8e2c7;}
.board4-line_04 .board_bar_bg{padding: 6px 0 6px 20px; background: #e5f5e3;border-bottom: 1px solid #cfe0cd;}
.board4-line_05 .board_bar_bg{padding: 6px 0 6px 20px; background: #e2edf5;border-bottom: 1px solid #d1dbe6;}
.board4-line_06 .board_bar_bg{padding: 6px 0 6px 20px; background: #e2e3ef;border-bottom: 1px solid #cccfe0;}
.board4-line_07 .board_bar_bg{padding: 6px 0 6px 20px; background: #e9e2ef;border-bottom: 1px solid #d7d4e4;}
.board4-line_08 .board_bar_bg{padding: 6px 0 6px 20px; background: #ffffff;border-bottom: 1px solid #dddddd;}
.board4-line_09 .board_bar_bg{padding: 6px 0 6px 20px; background: #e3e3e3;border-bottom: 1px solid #dddddd;}
.board4-line_10 .board_bar_bg{padding: 6px 0 6px 20px; background: #333333;border-bottom: 1px solid #333333;}
.board4-line_10 .board_bar_bg h3{color:#fff!important;}


.board4-line_01 .tb-bg > table tr:nth-child(2n){background:#fff5f5;}
.board4-line_02 .tb-bg > table tr:nth-child(2n){background:#fff7ef;}
.board4-line_03 .tb-bg > table tr:nth-child(2n){background:#fdf8f3;}
.board4-line_04 .tb-bg > table tr:nth-child(2n){background:#f4f7f2;}
.board4-line_05 .tb-bg > table tr:nth-child(2n){background:#f3f5f7;}
.board4-line_06 .tb-bg > table tr:nth-child(2n){background:#f5f5f9;}
.board4-line_07 .tb-bg > table tr:nth-child(2n){background:#f6f4f9;}
.board4-line_08 .tb-bg > table tr:nth-child(2n){background:#f5f5f5;}
.board4-line_09 .tb-bg > table tr:nth-child(2n){background:#f7f7f7;}
.board4-line_10 .tb-bg > table tr:nth-child(2n){background:#e6e6e6;}


/*고객센터 01*/
.cs_ctn_01{margin-bottom: 10px;padding: 15px 20px;background-color: #ffefef;background-image: url('customer_new_icon.png');background-repeat: no-repeat;background-position: 153px 17px;border: 1px solid #efc1c1;}
.cs_ctn_02{margin-bottom: 10px;padding: 15px 20px;background-color: #fff4ef;background-image: url('customer_new_icon.png');background-repeat: no-repeat;background-position: 153px 17px;border: 1px solid #efd1c1;}
.cs_ctn_03{margin-bottom: 10px;padding: 15px 20px;background-color: #fffbef;background-image: url('customer_new_icon.png');background-repeat: no-repeat;background-position: 153px 17px;border: 1px solid #efe0c1;}
.cs_ctn_04{margin-bottom: 10px;padding: 15px 20px;background-color: #e5f5e8;background-image: url('customer_new_icon.png');background-repeat: no-repeat;background-position: 153px 17px;border: 1px solid #d9e6ce;}
.cs_ctn_05{margin-bottom: 10px;padding: 15px 20px;background-color: #e8f6ff;background-image: url('customer_new_icon.png');background-repeat: no-repeat;background-position: 153px 17px;border: 1px solid #d1e4f1;}
.cs_ctn_06{margin-bottom: 10px;padding: 15px 20px;background-color: #e7e8f3;background-image: url('customer_new_icon.png');background-repeat: no-repeat;background-position: 153px 17px;border: 1px solid #cecfe0;}
.cs_ctn_07{margin-bottom: 10px;padding: 15px 20px;background-color: #f5f1fd;background-image: url('customer_new_icon.png');background-repeat: no-repeat;background-position: 153px 17px;border: 1px solid #cbc0e2;}
.cs_ctn_08{margin-bottom: 10px;padding: 15px 20px;background-color: #f7f7f7;background-image: url('customer_new_icon.png');background-repeat: no-repeat;background-position: 153px 17px;border: 1px solid #dddddd;}
.cs_ctn_09{margin-bottom: 10px;padding: 15px 20px;background-color: #222;background-image: url('customer_new_icon_w.png');background-repeat: no-repeat;background-position: 153px 17px;border: 1px solid #fff;}
.cs_ctn_09 > div, .cs_ctn_09 > div> span{color:#fff!important;}


.cs_ctn_01 .number_txt{font-size: 26px;font-weight: bold;color: #ce0000;line-height: 28px;letter-spacing: -1px;margin-top: 11px;}
.cs_ctn_02 .number_txt{font-size: 26px;font-weight: bold;color: #ea5800;line-height: 28px;letter-spacing: -1px;margin-top: 11px;}
.cs_ctn_03 .number_txt{font-size: 26px;font-weight: bold;color: #ea9900;line-height: 28px;letter-spacing: -1px;margin-top: 11px;}
.cs_ctn_04 .number_txt{font-size: 26px;font-weight: bold;color: #579e52;line-height: 28px;letter-spacing: -1px;margin-top: 11px;}
.cs_ctn_05 .number_txt{font-size: 26px;font-weight: bold;color: #2286c5;line-height: 28px;letter-spacing: -1px;margin-top: 11px;}
.cs_ctn_06 .number_txt{font-size: 26px;font-weight: bold;color: #343b84;line-height: 28px;letter-spacing: -1px;margin-top: 11px;}
.cs_ctn_07 .number_txt{font-size: 26px;font-weight: bold;color: #8534b5;line-height: 28px;letter-spacing: -1px;margin-top: 11px;}
.cs_ctn_08 .number_txt{font-size: 26px;font-weight: bold;color: #000;line-height: 28px;letter-spacing: -1px;margin-top: 11px;}
.cs_ctn_09 .number_txt{font-size: 26px;font-weight: bold;color: #fff;line-height: 28px;letter-spacing: -1px;margin-top: 11px;}


/*고객센터 02*/
.cs_ctn2_01 { font-size: 26px; font-weight: 300; color: #ffffff; line-height: 52px; text-align: center; background-color: #bb001a; }
.number_box01 { padding: 10px; }
.number_box01 .icon { text-align: center; background-color: #bb001a; border-radius: 100px; width: 100%; height: 26px; line-height: 23px; }
.number_box01 .number_txt { font-size: 19px; font-weight: 600; color: #b30019; line-height: 25px; letter-spacing: -1px; padding-left: 7px; }

.cs_ctn2_02 { font-size: 26px; font-weight: 300; color: #ffffff; line-height: 52px; text-align: center; background-color: #dc6d00; }
.number_box02 { padding: 10px; }
.number_box02 .icon { text-align: center; background-color: #dc6d00; border-radius: 100px; width: 100%; height: 26px; line-height: 23px; }
.number_box02 .number_txt { font-size: 19px; font-weight: 600; color: #dc5300; line-height: 25px; letter-spacing: -1px; padding-left: 7px; }

.cs_ctn2_03 { font-size: 26px; font-weight: 300; color: #ffffff; line-height: 52px; text-align: center; background-color: #eab500; }
.number_box03 { padding: 10px; }
.number_box03 .icon { text-align: center; background-color: #eab500; border-radius: 100px; width: 100%; height: 26px; line-height: 23px; }
.number_box03 .number_txt { font-size: 19px; font-weight: 600; color: #efb632; line-height: 25px; letter-spacing: -1px; padding-left: 7px; }

.cs_ctn2_04 { font-size: 26px; font-weight: 300; color: #ffffff; line-height: 52px; text-align: center; background-color: #12a029; }
.number_box04 { padding: 10px; }
.number_box04 .icon { text-align: center; background-color: #12a029; border-radius: 100px; width: 100%; height: 26px; line-height: 23px; }
.number_box04 .number_txt { font-size: 19px; font-weight: 600; color: #185611; line-height: 25px; letter-spacing: -1px; padding-left: 7px; }

.cs_ctn2_05 { font-size: 26px; font-weight: 300; color: #ffffff; line-height: 52px; text-align: center; background-color: #2662a1; }
.number_box05 { padding: 10px; }
.number_box05 .icon { text-align: center; background-color: #2662a1; border-radius: 100px; width: 100%; height: 26px; line-height: 23px; }
.number_box05 .number_txt { font-size: 19px; font-weight: 600; color: #0067ad; line-height: 25px; letter-spacing: -1px; padding-left: 7px; }

.cs_ctn2_06 { font-size: 26px; font-weight: 300; color: #ffffff; line-height: 52px; text-align: center; background-color: #053863; }
.number_box06 { padding: 10px; }
.number_box06 .icon { text-align: center; background-color: #053863; border-radius: 100px; width: 100%; height: 26px; line-height: 23px; }
.number_box06 .number_txt { font-size: 19px; font-weight: 600; color: #003a6b; line-height: 25px; letter-spacing: -1px; padding-left: 7px; }

.cs_ctn2_07 { font-size: 26px; font-weight: 300; color: #ffffff; line-height: 52px; text-align: center; background-color: #240994; }
.number_box07 { padding: 10px; }
.number_box07 .icon { text-align: center; background-color: #240994; border-radius: 100px; width: 100%; height: 26px; line-height: 23px; }
.number_box07 .number_txt { font-size: 19px; font-weight: 600; color: #160071; line-height: 25px; letter-spacing: -1px; padding-left: 7px; }

.cs_ctn2_08 { font-size: 26px; font-weight: 300; color: #ffffff; line-height: 52px; text-align: center; background-color: #7b7b7b; }
.number_box08 { padding: 10px; }
.number_box08 .icon { text-align: center; background-color: #7b7b7b; border-radius: 100px; width: 100%; height: 26px; line-height: 23px; }
.number_box08 .number_txt { font-size: 19px; font-weight: 600; color: #555555; line-height: 25px; letter-spacing: -1px; padding-left: 7px; }

.cs_ctn2_09 { font-size: 26px; font-weight: 300; color: #ffffff; line-height: 52px; text-align: center; background-color: #222222; }
.number_box09 { padding: 10px; }
.number_box09 .icon { text-align: center; background-color: #222222; border-radius: 100px; width: 100%; height: 26px; line-height: 23px; }
.number_box09 .number_txt { font-size: 19px; font-weight: 600; color: #555555; line-height: 25px; letter-spacing: -1px; padding-left: 7px; }


/*고객센터 03*/
.cs_ctn3_01{border:1px solid #ddd;}
.cs_ctn3_01 .topbg{font-size: 26px;font-weight: bold;color: #b90000;text-align: right;padding-top: 30px;padding-right: 20px;min-height: 70px; border-bottom:1px solid #ddd;}
.cs_ctn3_01 .snumber{color:#b90000;}
.cs_ctn3_01 .info-box {margin: 5px;padding: 11px 14px;background-color: #ffe4e4;}

.cs_ctn3_02{border:1px solid #ddd;}
.cs_ctn3_02 .topbg{font-size: 26px;font-weight: bold;color: #dc6d00;text-align: right;padding-top: 30px;padding-right: 20px;min-height: 70px; border-bottom:1px solid #ddd;}
.cs_ctn3_02 .snumber{color:#dc6d00;}
.cs_ctn3_02 .info-box {margin: 5px;padding: 11px 14px;background-color: #ffeee4;}

.cs_ctn3_03{border:1px solid #ddd;}
.cs_ctn3_03 .topbg{font-size: 26px;font-weight: bold;color: #eab500;text-align: right;padding-top: 30px;padding-right: 20px;min-height: 70px; border-bottom:1px solid #ddd;}
.cs_ctn3_03 .snumber{color:#ca8d00;}
.cs_ctn3_03 .info-box {margin: 5px;padding: 11px 14px;background-color: #fff4d3;}

.cs_ctn3_04{border:1px solid #ddd;}
.cs_ctn3_04 .topbg{font-size: 26px;font-weight: bold;color: #199844;text-align: right;padding-top: 30px;padding-right: 20px;min-height: 70px; border-bottom:1px solid #ddd;}
.cs_ctn3_04 .snumber{color:#199844;}
.cs_ctn3_04 .info-box {margin: 5px;padding: 11px 14px;background-color: #e1f3e7;}

.cs_ctn3_05{border:1px solid #ddd;}
.cs_ctn3_05 .topbg{font-size: 26px;font-weight: bold;color: #007dd2;text-align: right;padding-top: 30px;padding-right: 20px;min-height: 70px; border-bottom:1px solid #ddd;}
.cs_ctn3_05 .snumber{color:#007dd2;}
.cs_ctn3_05 .info-box {margin: 5px;padding: 11px 14px;background-color: #deedf7;}

.cs_ctn3_06{border:1px solid #ddd;}
.cs_ctn3_06 .topbg{font-size: 26px;font-weight: bold;color: #053863;text-align: right;padding-top: 30px;padding-right: 20px;min-height: 70px; border-bottom:1px solid #ddd;}
.cs_ctn3_06 .snumber{color:#053863;}
.cs_ctn3_06 .info-box {margin: 5px;padding: 11px 14px;background-color: #dee6ec;}

.cs_ctn3_07{border:1px solid #ddd;}
.cs_ctn3_07 .topbg{font-size: 26px;font-weight: bold;color: #240994;text-align: right;padding-top: 30px;padding-right: 20px;min-height: 70px; border-bottom:1px solid #ddd;}
.cs_ctn3_07 .snumber{color:#240994;}
.cs_ctn3_07 .info-box {margin: 5px;padding: 11px 14px;background-color: #e4deec;}

.cs_ctn3_08{border:1px solid #ddd;}
.cs_ctn3_08 .topbg{font-size: 26px;font-weight: bold;color: #555;text-align: right;padding-top: 30px;padding-right: 20px;min-height: 70px; border-bottom:1px solid #ddd;}
.cs_ctn3_08 .snumber{color:#555;}
.cs_ctn3_08 .info-box {margin: 5px;padding: 11px 14px;background-color: #eeeeee;}


.cs_ctn3_09{border:1px solid #ddd;}
.cs_ctn3_09 .topbg{font-size: 26px;font-weight: bold;color: #000000;text-align: right;padding-top: 30px;padding-right: 20px;min-height: 70px; border-bottom:1px solid #ddd;}
.cs_ctn3_09 .snumber{color:#fff;}
.cs_ctn3_09 .info-box {margin: 5px;padding: 11px 14px;background-color: #222; color:#fff;}
.cs_ctn3_09 .info-box span{color:#fff!important;}

/*고객센터 04*/
.cs_ctn4_01{padding-top: 14px;padding-bottom: 17px;background-color: #bb001a;border: 1px solid #a90018;}
.cs_ctn4_01 .number_txt{font-size: 26px;color: #fbdbe0;padding-left: 20px; line-height: 25px;}

.cs_ctn4_02{padding-top: 14px;padding-bottom: 17px;background-color: #dc6d00;border: 1px solid #bb5d00;}
.cs_ctn4_02 .number_txt{font-size: 26px;color: #fbeadb;padding-left: 20px;     line-height: 25px;}

.cs_ctn4_03{padding-top: 14px;padding-bottom: 17px;background-color: #e0ad00;border: 1px solid #ce9f00;}
.cs_ctn4_03 .number_txt{font-size: 26px;color: #ffffff;padding-left: 20px; line-height: 25px;}

.cs_ctn4_04{padding-top: 14px;padding-bottom: 17px;background-color: #199844;border: 1px solid #0d8234;}
.cs_ctn4_04 .number_txt{font-size: 26px;color: #cdffde;padding-left: 20px;line-height: 25px;}

.cs_ctn4_05{padding-top: 14px;padding-bottom: 17px;background-color: #007dd2;border: 1px solid #005e9e;}
.cs_ctn4_05 .number_txt{font-size: 26px;color: #ceebff;padding-left: 20px;line-height: 25px;}

.cs_ctn4_06{padding-top: 14px;padding-bottom: 17px;background-color: #053863;border: 1px solid #002442;}
.cs_ctn4_06 .number_txt{font-size: 26px;color: #cee1ff;padding-left: 20px; line-height: 25px;}

.cs_ctn4_07{padding-top: 14px;padding-bottom: 17px;background-color: #240994;border: 1px solid #140069;}
.cs_ctn4_07 .number_txt{font-size: 26px;color: #e3dcfd;padding-left: 20px; line-height: 25px;}

.cs_ctn4_08{padding-top: 14px;padding-bottom: 17px;background-color: #7b7b7b;border: 1px solid #5f5f5f;}
.cs_ctn4_08 .number_txt{font-size: 26px;color: #e8e8e8;padding-left: 20px; line-height: 25px;}

.cs_ctn4_09{padding-top: 14px;padding-bottom: 17px;background-color: #3c3c3c;border: 1px solid #000000;}
.cs_ctn4_09 .number_txt{font-size: 26px;color: #bbbbbb;padding-left: 20px; line-height: 25px;}

/*고객센터 05*/
.cs_ctn5_01{padding-top: 10px;border: 1px solid #bb001a;}
.cs_ctn5_01 .number_txt{font-size: 26px;font-weight: bold;color: #bb001a;padding-left: 20px; line-height: 30px;}
.cs_ctn5_01 .number_txt2{font-size: 26px;font-weight: 600;color: #bb001a;text-align: center;}
.cs_ctn5_01 .bottombg{padding: 10px 0 7px 34px;background-color: #bb001a;}

.cs_ctn5_02{padding-top: 10px;border: 1px solid #dc6d00;}
.cs_ctn5_02 .number_txt{font-size: 26px;font-weight: bold;color: #dc6d00;padding-left: 20px; line-height: 30px;}
.cs_ctn5_02 .number_txt2{font-size: 26px;font-weight: 600;color: #dc6d00;text-align: center;}
.cs_ctn5_02 .bottombg{padding: 10px 0 7px 34px;background-color: #dc6d00;}

.cs_ctn5_03{padding-top: 10px;border: 1px solid #eab500;}
.cs_ctn5_03 .number_txt{font-size: 26px;font-weight: bold;color: #eab500;padding-left: 20px; line-height: 30px;}
.cs_ctn5_03 .number_txt2{font-size: 26px;font-weight: 600;color: #eab500;text-align: center;}
.cs_ctn5_03 .bottombg{padding: 10px 0 7px 34px;background-color: #eab500;}

.cs_ctn5_04{padding-top: 10px;border: 1px solid #199844;}
.cs_ctn5_04 .number_txt{font-size: 26px;font-weight: bold;color: #199844;padding-left: 20px;line-height: 30px;}
.cs_ctn5_04 .number_txt2{font-size: 26px;font-weight: 600;color: #199844;text-align: center;}
.cs_ctn5_04 .bottombg{padding: 10px 0 7px 34px;background-color: #199844;}

.cs_ctn5_05{padding-top: 10px;border: 1px solid #007dd2;}
.cs_ctn5_05 .number_txt{font-size: 26px;font-weight: bold;color: #007dd2;padding-left: 20px;line-height: 30px;}
.cs_ctn5_05 .number_txt2{font-size: 26px;font-weight: 600;color: #007dd2;text-align: center;}
.cs_ctn5_05 .bottombg{padding: 10px 0 7px 34px;background-color: #007dd2;}

.cs_ctn5_06{padding-top: 10px;border: 1px solid #053863;}
.cs_ctn5_06 .number_txt{font-size: 26px;font-weight: bold;color: #053863;padding-left: 20px;line-height: 30px;}
.cs_ctn5_06 .number_txt2{font-size: 26px;font-weight: 600;color: #053863;text-align: center;}
.cs_ctn5_06 .bottombg{padding: 10px 0 7px 34px;background-color: #053863;}

.cs_ctn5_07{padding-top: 10px;border: 1px solid #240994;}
.cs_ctn5_07 .number_txt{font-size: 26px;font-weight: bold;color: #240994;padding-left: 20px;line-height: 30px;}
.cs_ctn5_07 .number_txt2{font-size: 26px;font-weight: 600;color: #240994;text-align: center;}
.cs_ctn5_07 .bottombg{padding: 10px 0 7px 34px;background-color: #240994;}

.cs_ctn5_08{padding-top: 10px;border: 1px solid #7b7b7b;}
.cs_ctn5_08 .number_txt{font-size: 26px;font-weight: bold;color: #7b7b7b;padding-left: 20px;line-height: 30px;}
.cs_ctn5_08 .number_txt2{font-size: 26px;font-weight: 600;color: #7b7b7b;text-align: center;}
.cs_ctn5_08 .bottombg{padding: 10px 0 7px 34px;background-color: #7b7b7b;}

.cs_ctn5_09{padding-top: 10px;border: 1px solid #000000;}
.cs_ctn5_09 .number_txt{font-size: 26px;font-weight: bold;color: #000000;padding-left: 20px;line-height: 30px;}
.cs_ctn5_09 .number_txt2{font-size: 26px;font-weight: 600;color: #000000;text-align: center;}
.cs_ctn5_09 .bottombg{padding: 10px 0 7px 34px;background-color: #000000;}


/*화물운송자격증배너*/
.license_box01{padding: 10px 35px 10px 35px;background-color: #bb0019;background-image: url('box_pattern3.png');background-repeat: repeat;border: 1px solid #b10018;border-radius: 10px;}
.license_box01 .iconbox{text-align: center;margin-bottom: 0;background-color: #880000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.license_box02{padding: 10px 35px 10px 35px;background-color: #e67500;background-image: url('box_pattern3.png');background-repeat: repeat;border: 1px solid #c56200;border-radius: 10px;}
.license_box02 .iconbox{text-align: center;margin-bottom: 0;background-color: #880000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.license_box03{padding: 10px 35px 10px 35px;background-color: #f5c000;background-image: url('box_pattern3.png');background-repeat: repeat;border: 1px solid #d2a200;border-radius: 10px;}
.license_box03 .iconbox{text-align: center;margin-bottom: 0;background-color: #880000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.license_box04{padding: 10px 35px 10px 35px;background-color: #40a000;background-image: url('box_pattern3.png');background-repeat: repeat;border: 1px solid #378a00;border-radius:10px;}
.license_box04 .iconbox{text-align: center;margin-bottom: 0;background-color: #880000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.license_box05{padding: 10px 35px 10px 35px;background-color: #005cbb;background-image: url('box_pattern3.png');background-repeat: repeat;border: 1px solid #0054ab;border-radius: 10px;}
.license_box05 .iconbox{text-align: center;margin-bottom: 0;background-color: #880000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.license_box06{padding: 10px 35px 10px 35px;background-color: #12256b;background-image: url('box_pattern3.png');background-repeat: repeat;border: 1px solid #05185a;border-radius: 10px;}
.license_box06 .iconbox{text-align: center;margin-bottom: 0;background-color: #880000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.license_box07{padding: 10px 35px 10px 35px;background-color: #5b159a;background-image: url('box_pattern3.png');background-repeat: repeat;border: 1px solid #5b159a;border-radius: 10px;}
.license_box07 .iconbox{text-align: center;margin-bottom: 0;background-color: #880000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.license_box08{padding: 10px 35px 10px 35px;background-color: #848484;background-image: url('box_pattern3.png');background-repeat: repeat;border: 1px solid #848484; border-radius: 10px;}
.license_box08 .iconbox{text-align: center;margin-bottom: 0;background-color: #880000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.license_box09{padding: 10px 35px 10px 35px;background-color: #444444;background-image: url('box_pattern3.png');background-repeat: repeat;border: 1px solid #444444; border-radius: 10px;}
.license_box09 .iconbox{text-align: center;margin-bottom: 0;background-color: #880000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.license_box10{padding: 10px 35px 10px 35px;background-color: #8c0882;background-image: url('box_pattern3.png');background-repeat: repeat;border: 1px solid #6f0667; border-radius: 10px;}
.license_box10 .iconbox{text-align: center;margin-bottom: 0;background-color: #880000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.license_box11{padding: 10px 35px 10px 35px;background-color: #531988;background-image: url('box_pattern3.png');background-repeat: repeat;border: 1px solid #541d86; border-radius: 10px;}
.license_box11 .iconbox{text-align: center;margin-bottom: 0;background-color: #880000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.license_box14{padding: 10px 35px 10px 35px;background-color: #007956;background-image: url('box_pattern3.png');background-repeat: repeat;border: 1px solid #007955;border-radius: 10px;}
.license_box14 .iconbox{text-align: center;margin-bottom: 0;background-color: #880000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

/*메인 차량배너 박스타입*/
.iconbox-icon{text-align: center;padding-top: 22px;margin-top: 0px; margin-bottom: 0;min-height: 45px;}
.AB-sum-wrap3:hover{background:url('overlay.png') center center no-repeat; }
.AB-sum-wrap4:hover{background:url('overlay2.png') center center no-repeat; }

.link-area:hover{opacity:0.2;}
.link-area{height:90px;}

.btn_box01 { background-color: transparent; width: 1080px; margin: 0 auto; }
.btn_box01 .iconbox{ border-radius: 15px; border: 1px solid #bd535f; background-color: #bb0019; transition: 0.7s; height: 124px;}
.btn_box01 .AB-sum-wrap5 { line-height:18px; color:#ffffff; }
.btn_box01 .AB-sum-wrap5:hover{background:#222222; border-radius: 0px; border: 1px solid #222222;}
.btn_box01 .AB-sum-wrap5-over{background:#222222; color:#ffffff; border-radius: 0px; border: 1px solid #222222;}

.btn_box02 { background-color: transparent; width: 1080px; margin: 0 auto; }
.btn_box02 .iconbox{ border-radius: 15px; border: 1px solid #dc8631; background-color: #e05719; transition: 0.7s; height: 124px;}
.btn_box02 .AB-sum-wrap5 { line-height:18px; color:#ffffff; }
.btn_box02 .AB-sum-wrap5:hover{background:#222222; border-radius: 0px; border: 1px solid #222222;}
.btn_box02 .AB-sum-wrap5-over{background:#222222; color:#ffffff; border-radius: 0px; border: 1px solid #222222;}

.btn_box03 { background-color: transparent; width: 1080px; margin: 0 auto; }
.btn_box03 .iconbox{ border-radius: 15px; border: 1px solid #eab239; background-color: #d4a400; transition: 0.7s; height: 124px;}
.btn_box03 .AB-sum-wrap5 { line-height:18px; color:#ffffff; }
.btn_box03 .AB-sum-wrap5:hover{background:#222222; border-radius: 0px; border: 1px solid #222222;}
.btn_box03 .AB-sum-wrap5-over{background:#222222; color:#ffffff; border-radius: 0px; border: 1px solid #222222;}

.btn_box04 { background-color: transparent; width: 1080px; margin: 0 auto; }
.btn_box04 .iconbox{ border-radius: 15px; border: 1px solid #075e00; background-color: #097300; transition: 0.7s; height: 124px;}
.btn_box04 .AB-sum-wrap5 { line-height:18px; color:#ffffff; }
.btn_box04 .AB-sum-wrap5:hover{background:#222222; border-radius: 0px; border: 1px solid #222222;}
.btn_box04 .AB-sum-wrap5-over{background:#222222; color:#ffffff; border-radius: 0px; border: 1px solid #222222;}

.btn_box05 { background-color: transparent; width: 1080px; margin: 0 auto; }
.btn_box05 .iconbox{ border-radius: 15px; border: 1px solid #207fce; background-color: #0666b5; transition: 0.7s; height: 124px;}
.btn_box05 .AB-sum-wrap5 { line-height:18px; color:#ffffff; }
.btn_box05 .AB-sum-wrap5:hover{background:#222222; border-radius: 0px; border: 1px solid #222222;}
.btn_box05 .AB-sum-wrap5-over{background:#222222; color:#ffffff; border-radius: 0px; border: 1px solid #222222;}

.btn_box06 { background-color: transparent; width: 1080px; margin: 0 auto; }
.btn_box06 .iconbox{ border-radius: 15px; border: 1px solid #2e4288; background-color: #10256d; transition: 0.7s; height: 124px;}
.btn_box06 .AB-sum-wrap5 { line-height:18px; color:#ffffff; }
.btn_box06 .AB-sum-wrap5:hover{background:#222222; border-radius: 0px; border: 1px solid #222222;}
.btn_box06 .AB-sum-wrap5-over{background:#222222; color:#ffffff; border-radius: 0px; border: 1px solid #222222;}

.btn_box07 { background-color: transparent; width: 1080px; margin: 0 auto; }
.btn_box07 .iconbox{ border-radius: 15px; border: 1px solid #61186f; background-color: #7e0f94; transition: 0.7s; height: 124px;}
.btn_box07 .AB-sum-wrap5 { line-height:18px; color:#ffffff; }
.btn_box07 .AB-sum-wrap5:hover{background:#222222; border-radius: 0px; border: 1px solid #222222;}
.btn_box07 .AB-sum-wrap5-over{background:#222222; color:#ffffff; border-radius: 0px; border: 1px solid #222222;}

.btn_box08 { background-color: transparent; width: 1080px; margin: 0 auto; }
.btn_box08 .iconbox{ border-radius: 15px; border: 1px solid #948f8f; background-color: #7d7d7d; transition: 0.7s; height: 124px;}
.btn_box08 .AB-sum-wrap5 { line-height:18px; color:#ffffff; }
.btn_box08 .AB-sum-wrap5:hover{background:#222222; border-radius: 0px; border: 1px solid #222222;}
.btn_box08 .AB-sum-wrap5-over{background:#222222; color:#ffffff; border-radius: 0px; border: 1px solid #222222;}

.btn_box09 { background-color: transparent; width: 1080px; margin: 0 auto; }
.btn_box09 .iconbox{ border-radius: 15px; border: 1px solid #4a4848; background-color: #2b2b2b; transition: 0.7s; height: 124px;}
.btn_box09 .AB-sum-wrap5 { line-height:18px; color:#ffffff; }
.btn_box09 .AB-sum-wrap5:hover{background:#222222; border-radius: 0px; border: 1px solid #222222;}
.btn_box09 .AB-sum-wrap5-over{background:#222222; color:#ffffff; border-radius: 0px; border: 1px solid #222222;}


/*메인 차량배너 라운드타입*/
.carbnbtn {cursor: pointer;transition: all 0.2s ease-in-out;}
.carbnbtn:hover {animation: swing 1s ease;animation-iteration-count: 1;}
@keyframes swing {15% {transform: translateX(5px);}
30% {transform: translateX(-5px);}
50% {transform: translateX(3px);}
65% {transform: translateX(-3px);}
80% {transform: translateX(2px);}
100% {transform: translateX(0);}}


.round01{background-color: #c30d0d;border-radius: 122px;height: 122px; margin:0 6.5px;}
.round01.AB-sum-wrap5:hover{background:#9c0000;}
.round01.AB-sum-wrap5-over{background:#9c0000;}
.round02{background-color: #e05719;border-radius: 122px;height: 122px; margin:0 6.5px;}
.round02.AB-sum-wrap5:hover{background:#ca3f00;}
.round02.AB-sum-wrap5-over{background:#ca3f00;}
.round03{background-color: #d4a400;border-radius: 122px;height: 122px; margin:0 6.5px;}
.round03.AB-sum-wrap5:hover{background:#efbe18;}
.round03.AB-sum-wrap5-over{background:#efbe18;}
.round04{background-color: #15910b;border-radius: 122px;height: 122px; margin:0 6.5px;}
.round04.AB-sum-wrap5:hover{background:#097300;}
.round04.AB-sum-wrap5-over{background:#097300;}
.round05{background-color: #2662a1;border-radius: 122px;height: 122px; margin:0px;}
.round05.AB-sum-wrap5:hover{background:#004e8e;}
.round05.AB-sum-wrap5-over{background:#004e8e;}
.round06{background-color: #003063;border-radius: 122px;height: 122px; margin:0 6.5px;}
.round06.AB-sum-wrap5:hover{background:#00448c;}
.round06.AB-sum-wrap5-over{background:#00448c;}
.round07{background-color: #7e0f94;border-radius: 122px;height: 122px; margin:0 6.5px;}
.round07.AB-sum-wrap5:hover{background:#59006b;}
.round07.AB-sum-wrap5-over{background:#59006b;}
.round08{background-color: #6f6f6f;border-radius: 122px;height: 122px; margin:0 6.5px;}
.round08.AB-sum-wrap5:hover{background:#4c4c4c;}
.round08.AB-sum-wrap5-over{background:#4c4c4c;}
.round09{background-color: #333;border-radius: 122px;height: 122px; margin:0 6.5px;}
.round09.AB-sum-wrap5:hover{background:#696969;}
.round09.AB-sum-wrap5-over{background:#696969;}


/*메인 차량배너 띠형타입*/
.icon-box-bar{text-align: center;margin-bottom: 0;}

.enlargement { cursor: pointer; transition: all 0.2s ease-in-out;  transition: 0.3s; }
.enlargement:hover { transform: scale(1.1); }

/*컬러*/
.bartype_01{ background-color: #b31010;background-repeat: no-repeat;background-position: center top;}
.bartype_01 .line{border-right: 1px solid #a20505; height:86px; padding:30px 0px 18px;}
.bartype_01 .first{border-left: 1px solid #a20505; height:86px;}
.bartype_01 .AB-sum-wrap:hover{background:#900f0f;}
.bartype_01 .AB-sum-wrap-over{background:#900f0f;}

.bartype_02{ background-color: #dd6210; background-repeat: no-repeat;background-position: center top;}
.bartype_02 .line{border-right: 1px solid #c9590e; height:86px; padding:30px 0px 18px;}
.bartype_02 .first{border-left: 1px solid #c9590e; height:86px;}
.bartype_02 .AB-sum-wrap:hover{background:#bd530b;}
.bartype_02 .AB-sum-wrap-over{background:#bd530b;}

.bartype_03{ background-color: #f8bf00; background-repeat: no-repeat;background-position: center top;}
.bartype_03 .line{border-right: 1px solid #dfac03; height:86px; padding:30px 0px 18px;}
.bartype_03 .first{border-left: 1px solid #dfac03; height:86px;}
.bartype_03 .AB-sum-wrap:hover{background:#dba901;}
.bartype_03 .AB-sum-wrap-over{background:#dba901;}

.bartype_04{ background-color: #1c9f12; background-repeat: no-repeat;background-position: center top;}
.bartype_04 .line{border-right: 1px solid #168e0c; height:86px; padding:30px 0px 18px;}
.bartype_04 .first{border-left: 1px solid #168e0c; height:86px;}
.bartype_04 .AB-sum-wrap:hover{background:#15830c;}
.bartype_04 .AB-sum-wrap-over{background:#15830c;}

.bartype_05{ background-color: #0461aa;background-repeat: no-repeat;background-position: center top;}
.bartype_05 .line{border-right: 1px solid #025392; height:86px; padding:30px 0px 18px;}
.bartype_05 .first{border-left: 1px solid #025392; height:86px;}
.bartype_05 .AB-sum-wrap:hover{background:#004a85;}
.bartype_05 .AB-sum-wrap-over{background:#004a85;}

.bartype_06{ background-color: #1d2c63; background-repeat: no-repeat;background-position: center top;}
.bartype_06 .line{border-right: 1px solid #142150; height:86px; padding:30px 0px 18px;}
.bartype_06 .first{border-left: 1px solid #142150; height:86px;}
.bartype_06 .AB-sum-wrap:hover{background:#0f1e53;}
.bartype_06 .AB-sum-wrap-over{background:#0f1e53;}

.bartype_07{ background-color: #781d82; background-repeat: no-repeat;background-position: center top;}
.bartype_07 .line{border-right: 1px solid #66186e; height:86px; padding:30px 0px 18px;}
.bartype_07 .first{border-left: 1px solid #66186e; height:86px;}
.bartype_07 .AB-sum-wrap:hover{background:#5b1462;}
.bartype_07 .AB-sum-wrap-over{background:#5b1462;}

.bartype_08{ background-color: #7a7a7a; background-repeat: no-repeat;background-position: center top;}
.bartype_08 .line{border-right: 1px solid #6f6f6f; height:86px; padding:30px 0px 18px;}
.bartype_08 .first{border-left: 1px solid #6f6f6f; height:86px;}
.bartype_08 .AB-sum-wrap:hover{background:#575656;}
.bartype_08 .AB-sum-wrap-over{background:#575656;}

.bartype_09{ background-color: #373737; background-repeat: no-repeat;background-position: center top;}
.bartype_09 .line{border-right: 1px solid #2a2a2a; height:86px; padding:30px 0px 18px;}
.bartype_09 .first{border-left: 1px solid #2a2a2a; height:86px;}
.bartype_09 .AB-sum-wrap:hover{background:#212121;}
.bartype_09 .AB-sum-wrap-over{background:#212121;}

.bartype_10{ background-color: #dbdbdb; background-repeat: no-repeat;background-position: center top;}
.bartype_10 .line{border-right: 1px solid #d0cfcf; height:86px; padding:27px 0px 21px;}
.bartype_10 .first{border-left: 1px solid #d0cfcf; height:86px;}
.bartype_10 .AB-sum-wrap:hover{background:#a3a3a3;}
.bartype_10 .AB-sum-wrap-over{background:#a3a3a3;}

/*지역매물정보*/

.area-btn01{width:46px;margin-right:12px; }
.area-btn01 a{font-size: 12px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #b50017;border-radius: 3px; padding:4px 5px; display:inline-block;}
.area-btn01 a:hover { background-color: #ffffff; border:2px solid #b50017; color: #b50017;line-height: 20px; padding: 2px 3px; }

.area-btn02{width:46px;margin-right:12px; }
.area-btn02 a{font-size: 12px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #e26600;border-radius: 3px; padding:4px 5px; display:inline-block;}
.area-btn02 a:hover { background-color: #ffffff; border:2px solid #e26600; color: #e26600;line-height: 20px; padding: 2px 3px; }

.area-btn03{width:46px;margin-right:12px; }
.area-btn03 a{font-size: 12px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #efae00;border-radius: 3px; padding:4px 5px; display:inline-block;}
.area-btn03 a:hover { background-color: #ffffff; border:2px solid #efae00; color: #efae00;line-height: 20px; padding: 2px 3px; }

.area-btn04{width:46px;margin-right:12px; }
.area-btn04 a{font-size: 12px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #199844;border-radius: 3px; padding:4px 5px; display:inline-block;}
.area-btn04 a:hover { background-color: #ffffff; border:2px solid #199844; color: #199844;line-height: 20px; padding: 2px 3px; }

.area-btn05{width:46px;margin-right:12px; }
.area-btn05 a{font-size: 12px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #0074b5;border-radius: 3px; padding:4px 5px; display:inline-block;}
.area-btn05 a:hover { background-color: #ffffff; border:2px solid #199844; color: #199844;line-height: 20px; padding: 2px 3px; }

.area-btn06{width:46px;margin-right:12px; }
.area-btn06 a{font-size: 12px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #093f80;border-radius: 3px; padding:4px 5px; display:inline-block;}
.area-btn06 a:hover { background-color: #ffffff; border:2px solid #093f80; color: #093f80;line-height: 20px; padding: 2px 3px; }

.area-btn07{width:46px;margin-right:12px; }
.area-btn07 a{font-size: 12px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #7e0f94;border-radius: 3px; padding:4px 5px; display:inline-block;}
.area-btn07 a:hover { background-color: #ffffff; border:2px solid #7e0f94; color: #7e0f94;line-height: 20px; padding: 2px 3px; }

.area-btn08{width:46px;margin-right:12px; }
.area-btn08 a{font-size: 12px;color: #000;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #fff;border-radius: 3px; padding:2px 3px; display:inline-block; border:2px solid #ddd; box-sizing:border-box;}
.area-btn08 a:hover { background-color: #dddddd; border:2px solid #c0c0c0; color: #000;line-height: 20px; padding: 2px 3px; }

.area-btn09{width:46px;margin-right:12px; }
.area-btn09 a{font-size: 12px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #8a8a8a;border-radius: 3px; padding:4px 5px; display:inline-block;}
.area-btn09 a:hover { background-color: #ffffff; border:2px solid #8a8a8a; color: #8a8a8a;line-height: 20px; padding: 2px 3px; }

.area-btn10{width:46px;margin-right:12px; }
.area-btn10 a{font-size: 12px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #333333;border-radius: 3px; padding:4px 5px; display:inline-block;}
.area-btn10 a:hover { background-color: #ffffff; border:2px solid #333333; color: #333333;line-height: 20px; padding: 2px 3px; }

.area-btn11{width:46px;margin-right:12px; }
.area-btn11 a{font-size: 12px;color: #333;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #ffffff;border-radius: 3px; padding:4px 4px; display:inline-block; border:1px solid #ddd;}
.area-btn11 a:hover { background-color: #ffffff; border:2px solid #333333; color: #333333;line-height: 20px; padding: 2px 3px; }



/*지역매물정보 타입2*/
.area2-btn01 a{width:100%; font-size: 14px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #940101; padding:5px 0; display:inline-block;transition: 0.7s;}
.area2-btn01 a:hover { border-radius: 50px !important; }

.area2-btn02 a{width:100%; font-size: 14px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #c95500; padding:5px 0; display:inline-block;transition: 0.7s;}
.area2-btn02 a:hover { border-radius: 50px !important; }

.area2-btn03 a{width:100%; font-size: 14px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #d78e00; padding:5px 0; display:inline-block;transition: 0.7s;}
.area2-btn03 a:hover { border-radius: 50px !important; }

.area2-btn04 a{width:100%; font-size: 14px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #118c3a; padding:5px 0; display:inline-block;transition: 0.7s;}
.area2-btn04 a:hover { border-radius: 50px !important; }

.area2-btn05 a{width:100%; font-size: 14px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #1b64b1; padding:5px 0; display:inline-block;transition: 0.7s;}
.area2-btn05 a:hover { border-radius: 50px !important; }

.area2-btn06 a{width:100%; font-size: 14px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #10317a; padding:5px 0; display:inline-block;transition: 0.7s;}
.area2-btn06 a:hover { border-radius: 50px !important; }

.area2-btn07 a{width:100%; font-size: 14px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #44107a; padding:5px 0; display:inline-block;transition: 0.7s;}
.area2-btn07 a:hover { border-radius: 50px !important; }

.area2-btn08 a{width:100%; font-size: 14px;color: #000000;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #d6d6d6; padding:5px 0; display:inline-block;transition: 0.7s;}
.area2-btn08 a:hover { border-radius: 50px !important; }

.area2-btn09 a{width:100%; font-size: 14px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #777777; padding:5px 0; display:inline-block;transition: 0.7s;}
.area2-btn09 a:hover { border-radius: 50px !important; }

.area2-btn10 a{width:100%; font-size: 14px;color: #ffffff;line-height: 20px;text-align: center;margin-bottom:4px;background-color: #232323; padding:5px 0; display:inline-block;transition: 0.7s;}
.area2-btn10 a:hover { border-radius: 50px !important; }


/*추천매물정보01*/
@-webkit-keyframes sparkle { from { background-position: 0% 100%; }  to { background-position: 200% 100%; }}
@keyframes sparkle { from { background-position: 0% 100%; } to { background-position: 200% 100%; }}
.linecolor { background: white; display: inline-block; width: 100%; border-radius: 4px; position: relative; }
.linecolor:before { -webkit-animation: sparkle 4s infinite linear; animation: sparkle 4s infinite linear; background: linear-gradient(90deg, #74e2b1 0%, #f6ed75 11%, #e5063d 22%, #74e2b1 33%, #f6ed75 44%, #e5063d 55%, #74e2b1 66%, #f6ed75 77%, #e5063d 88%, #74e2b1 100%); background-size: 300% 100%;  content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 10px; filter: blur(3px); z-index: -1; transform: scale(0.99) translateY(3px); }


.recommend_type1_01 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #c30d0d;font-weight:bold;}
.recommend_type1_01 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px; height:21px;}.lnb_recommend li a:hover{color:#c30d0d;}

.recommend_type1_02 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #e26600;font-weight:bold;}
.recommend_type1_02 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px; height:21px;}.lnb_recommend li a:hover{color:#e05719;}

.recommend_type1_03 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #efae00;font-weight:bold;}
.recommend_type1_03 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px;}.lnb_recommend li a:hover{color:#d4a400;}

.recommend_type1_04 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #2f5c2c;font-weight:bold;}
.recommend_type1_04 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px; height:21px;}.lnb_recommend li a:hover{color:#29a51f;}

.recommend_type1_05 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #2662a1;font-weight:bold;}
.recommend_type1_05 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px; height:21px;}.lnb_recommend li a:hover{color:#2662a1;}

.recommend_type1_06 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #003063;font-weight:bold;}
.recommend_type1_06 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px; height:21px;}.lnb_recommend li a:hover{color:#003063;}

.recommend_type1_07 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #7e0f94;font-weight:bold;}
.recommend_type1_07 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px; height:21px;}.lnb_recommend li a:hover{color:#7e0f94;}

.recommend_type1_08 .reco_tit{font-size: 18px;color: #000;line-height: 48px;padding-left: 55px;background-color: #d6d6d6;font-weight:bold;}
.recommend_type1_08 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px; height:21px;}.lnb_recommend li a:hover{color:#000;}

.recommend_type1_09 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #666;font-weight:bold;}
.recommend_type1_09 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px; height:21px;}.lnb_recommend li a:hover{color:#000000;}

.recommend_type1_10 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #000;font-weight:bold;}
.recommend_type1_10 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px; height:21px;}.lnb_recommend li a:hover{color:#000000;}

/*추천매물정보02*/
.recommend_type_01 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #c30d0d; }
.recommend_type_01 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px;height:21px;}.lnb_recommend li a:hover{color:#c30d0d;}

.recommend_type_02 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #e05719;}
.recommend_type_02 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px;height:21px;}.lnb_recommend li a:hover{color:#e05719;}

.recommend_type_03 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #d4a400;}
.recommend_type_03 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px;height:21px;}.lnb_recommend li a:hover{color:#d4a400;}

.recommend_type_04 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #118c3a;}
.recommend_type_04 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px;height:21px;}.lnb_recommend li a:hover{color:#29a51f;}

.recommend_type_05 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #2662a1;}
.recommend_type_05 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px;height:21px;}.lnb_recommend li a:hover{color:#2662a1;}

.recommend_type_06 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #003063;}
.recommend_type_06 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px;height:21px;}.lnb_recommend li a:hover{color:#003063;}

.recommend_type_07 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #7e0f94;}
.recommend_type_07 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px;height:21px;}.lnb_recommend li a:hover{color:#7e0f94;}

.recommend_type_08 .reco_tit{font-size: 18px;color: #000;line-height: 48px;padding-left: 55px;background-color: #d6d6d6;}
.recommend_type_08 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px;height:21px;}.lnb_recommend li a:hover{color:#000;}

.recommend_type_09 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #666;}
.recommend_type_09 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px;height:21px;}.lnb_recommend li a:hover{color:#000000;}

.recommend_type_10 .reco_tit{font-size: 18px;color: #ffffff;line-height: 48px;padding-left: 55px;background-color: #000;}
.recommend_type_10 .lnb_recommend li{border-bottom:1px solid #ddd; padding:9px 25px;height:21px;}.lnb_recommend li a:hover{color:#000000;}


/*자격증가이드타입1*/
.license1buttons{position: relative; text-align: center; margin-top: 100px;}
.license1buttons license1button{overflow: hidden; position: relative; display: inline-block; vertical-align: top; width: 200px; height: 100px; line-height: 100px; border: 1px solid #225ea7; transition: all 0.5s;}
.license1buttons license1button:hover{color: #fff;}
.license1buttons license1button:before{content: ""; z-index: -1; position: absolute; background: #225ea7; transition: all 1s;}
.license1buttons .license1button1:before{left: 0; top: 0; width: 100%; height: 0; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%;}
.license1buttons .license1button1:hover:before{height: 200%;}


.jiib-license1-01{padding: 10px 35px 10px 35px;background-color: #df9191;border: 1px solid #cf8383;border-radius: 10px; transition: 0.7s;}
.jiib-license1-01:hover{background-color: #dc2929;border: 1px solid #dc2929; }
.jiib-license1-01 .icon-box{text-align: center; background-color: rgba(255,255,255,0.8);border-radius: 72px;width: 100%;height: 72px; line-height: 68px;}

.jiib-license1-02{padding: 10px 35px 10px 35px;background-color: #f6ccb5;border: 1px solid #f3c6ac;border-radius: 10px; transition: 0.7s; }
.jiib-license1-02:hover{background-color: #f37a36;border: 1px solid #f27630; }
.jiib-license1-02 .icon-box{text-align: center; background-color: rgba(255,255,255,0.8);border-radius: 72px;width: 100%;height: 72px; line-height: 68px;}

.jiib-license1-03{padding: 10px 35px 10px 35px;background-color: #f4dfa4;border: 1px solid #f4dd9d;border-radius: 10px; transition: 0.7s; }
.jiib-license1-03:hover{background-color: #f7c844;border: 1px solid #f7c63d; }
.jiib-license1-03 .icon-box{text-align: center; background-color: rgba(255,255,255,0.8);border-radius: 72px;width: 100%;height: 72px; line-height: 68px;}

.jiib-license1-04{padding: 10px 35px 10px 35px;background-color: #c0e19b;border: 1px solid #bce094;border-radius: 10px; transition: 0.7s; }
.jiib-license1-04:hover{background-color: #88ba4e;border: 1px solid #84b748; }
.jiib-license1-04 .icon-box{text-align: center; background-color: rgba(255,255,255,0.8);border-radius: 72px;width: 100%;height: 72px; line-height: 68px;}

.jiib-license1-05 {padding: 10px 35px 10px 35px;background-color: #609fbe;border: 1px solid #548eaa;border-radius: 10px; transition: 0.7s; }
.jiib-license1-05:hover {background-color: #146a93;border: 1px solid #12638a; }
.jiib-license1-05 .icon-box{text-align: center; background-color: rgba(255,255,255,0.8);border-radius: 72px;width: 100%;height: 72px; line-height: 68px;}

.jiib-license1-06{padding: 10px 35px 10px 35px;background-color: #a4b8cf;border: 1px solid #9eb3cb;border-radius: 10px; transition: 0.7s; }
.jiib-license1-06:hover{background-color: #4d7098;border: 1px solid #496b91; }
.jiib-license1-06 .icon-box{text-align: center; background-color: rgba(255,255,255,0.8);border-radius: 72px;width: 100%;height: 72px; line-height: 68px;}

.jiib-license1-07{padding: 10px 35px 10px 35px;background-color: #c2b6df;border: 1px solid #bbadde;border-radius: 10px; transition: 0.7s; }
.jiib-license1-07:hover{background-color: #836db9;border: 1px solid #7d66b3; }
.jiib-license1-07 .icon-box{text-align: center; background-color: rgba(255,255,255,0.8);border-radius: 72px;width: 100%;height: 72px; line-height: 68px;}

.jiib-license1-08{padding: 10px 35px 10px 35px;background-color: #dddddd;border: 1px solid #d5d4d4;border-radius: 10px; transition: 0.7s; }
.jiib-license1-08:hover{background-color: #bdbdbd;border: 1px solid #b7b7b7; }
.jiib-license1-08 .icon-box{text-align: center; background-color: rgba(255,255,255,0.8);border-radius: 72px;width: 100%;height: 72px; line-height: 68px;}

.jiib-license1-09{padding: 10px 35px 10px 35px;background-color: #bbbbbb;border: 1px solid #b5b5b5;border-radius: 10px; transition: 0.7s; }
.jiib-license1-09:hover{background-color: #8c8c8c;border: 1px solid #868686; }
.jiib-license1-09 .icon-box{text-align: center; background-color: rgba(255,255,255,0.8);border-radius: 72px;width: 100%;height: 72px; line-height: 68px;}

.jiib-license1-10{padding: 10px 35px 10px 35px;background-color: #666666;border: 1px solid #5f5f5f;border-radius: 10px; transition: 0.7s; }
.jiib-license1-10:hover{background-color: #484848;border: 1px solid #434343; }
.jiib-license1-10 .icon-box{text-align: center; background-color: rgba(255,255,255,0.8);border-radius: 72px;width: 100%;height: 72px; line-height: 68px;}


/*자격증가이드타입2*/
.diagonalcheck02 { background-image: linear-gradient(45deg, rgba(0,0,0,0.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.1)), linear-gradient(-45deg, rgba(0,0,0,0.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.1) 75%, rgba(0,0,0,0.1)); background-size: 3px 3px; }
.diagonalcheck02:hover { border-radius: 20px 5px 20px 5px; transition: 0.7s; }

.jiib-license2-01{padding: 10px 35px 10px 35px;background-color: #fae0e0;border: 1px solid #efb3b3;border-radius: 10px;}
.jiib-license2-01 .hexagonpattern { background:radial-gradient(circle farthest-side at 0% 50%,#fae0e0 23.5%,rgba(240,166,17,0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%,rgba(255,255,255,0.2) 24%,rgba(240,166,17,0) 0)19px 30px, linear-gradient(#fae0e0 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#fae0e0 0)0 0, linear-gradient(150deg,#fae0e0 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#fae0e0 0)0 0, linear-gradient(30deg,#fae0e0 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#fae0e0 0)0 0, linear-gradient(90deg,rgba(255,255,255,0.2) 2%,#fae0e0 0,#fae0e0 98%,rgba(255,255,255,0.2) 0%)0 0 #fae0e0; background-size: 40px 60px;}
.jiib-license2-01 .icon-box{text-align: center;margin-bottom: 0; background-color: #e87474;border-radius: 70px;width: 100%;height: 55px; height: 70px; line-height: 62px;}

.jiib-license2-02{padding: 10px 35px 10px 35px;background-color: #f8efe3;border: 1px solid #ead5b8;border-radius: 10px;}
.jiib-license2-02 .hexagonpattern { background:radial-gradient(circle farthest-side at 0% 50%,#f8efe3 23.5%,rgba(240,166,17,0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%,rgba(255,255,255,0.2) 24%,rgba(240,166,17,0) 0)19px 30px, linear-gradient(#f8efe3 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#f8efe3 0)0 0, linear-gradient(150deg,#f8efe3 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#f8efe3 0)0 0, linear-gradient(30deg,#f8efe3 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#f8efe3 0)0 0, linear-gradient(90deg,rgba(255,255,255,0.2) 2%,#f8efe3 0,#f8efe3 98%,rgba(255,255,255,0.2) 0%)0 0 #f8efe3; background-size: 40px 60px;}
.jiib-license2-02 .icon-box{text-align: center;margin-bottom: 0; background-color: #dc9d4f;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license2-03{padding: 10px 35px 10px 35px;background-color: #faf7e0;border: 1px solid #e2debc;border-radius: 10px;}
.jiib-license2-03 .hexagonpattern { background:radial-gradient(circle farthest-side at 0% 50%,#faf7e0 23.5%,rgba(240,166,17,0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%,rgba(255,255,255,0.2) 24%,rgba(240,166,17,0) 0)19px 30px, linear-gradient(#faf7e0 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#faf7e0 0)0 0, linear-gradient(150deg,#faf7e0 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#faf7e0 0)0 0, linear-gradient(30deg,#faf7e0 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#faf7e0 0)0 0, linear-gradient(90deg,rgba(255,255,255,0.2) 2%,#faf7e0 0,#faf7e0 98%,rgba(255,255,255,0.2) 0%)0 0 #faf7e0; background-size: 40px 60px;}
.jiib-license2-03 .icon-box{text-align: center;margin-bottom: 0; background-color: #e4c15d;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license2-04{padding: 10px 35px 10px 35px;background-color: #edf8e3;border: 1px solid #b2d692;border-radius: 10px;}
.jiib-license2-04 .hexagonpattern { background:radial-gradient(circle farthest-side at 0% 50%,#edf8e3 23.5%,rgba(240,166,17,0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%,rgba(255,255,255,0.2) 24%,rgba(240,166,17,0) 0)19px 30px, linear-gradient(#edf8e3 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#edf8e3 0)0 0, linear-gradient(150deg,#edf8e3 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#edf8e3 0)0 0, linear-gradient(30deg,#edf8e3 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#edf8e3 0)0 0, linear-gradient(90deg,rgba(255,255,255,0.2) 2%,#edf8e3 0,#edf8e3 98%,rgba(255,255,255,0.2) 0%)0 0 #edf8e3; background-size: 40px 60px;}
.jiib-license2-04 .icon-box{text-align: center;margin-bottom: 0; background-color: #65a229;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license2-05{padding: 10px 35px 10px 35px;background-color: #e3e9f8;border: 1px solid #c3cce2;border-radius: 10px;}
.jiib-license2-05 .hexagonpattern { background:radial-gradient(circle farthest-side at 0% 50%,#e3e9f8 23.5%,rgba(240,166,17,0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%,rgba(255,255,255,0.2) 24%,rgba(240,166,17,0) 0)19px 30px, linear-gradient(#e3e9f8 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#e3e9f8 0)0 0, linear-gradient(150deg,#e3e9f8 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#e3e9f8 0)0 0, linear-gradient(30deg,#e3e9f8 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#e3e9f8 0)0 0, linear-gradient(90deg,rgba(255,255,255,0.2) 2%,#e3e9f8 0,#e3e9f8 98%,rgba(255,255,255,0.2) 0%)0 0 #e3e9f8; background-size: 40px 60px;}
.jiib-license2-05 .icon-box{text-align: center;margin-bottom: 0; background-color: #525b9e;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license2-06{padding: 10px 35px 10px 35px;background-color: #d2cfee;border: 1px solid #c2c1da;border-radius: 10px;}
.jiib-license2-06 .hexagonpattern { background:radial-gradient(circle farthest-side at 0% 50%,#d2cfee 23.5%,rgba(240,166,17,0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%,rgba(255,255,255,0.2) 24%,rgba(240,166,17,0) 0)19px 30px, linear-gradient(#d2cfee 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#d2cfee 0)0 0, linear-gradient(150deg,#d2cfee 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#d2cfee 0)0 0, linear-gradient(30deg,#d2cfee 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#d2cfee 0)0 0, linear-gradient(90deg,rgba(255,255,255,0.2) 2%,#d2cfee 0,#d2cfee 98%,rgba(255,255,255,0.2) 0%)0 0 #d2cfee; background-size: 40px 60px;}
.jiib-license2-06 .icon-box{text-align: center;margin-bottom: 0; background-color: #374381;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license2-07{padding: 10px 35px 10px 35px;background-color: #dabfea;border: 1px solid #d0c1da;border-radius: 10px;}
.jiib-license2-07 .hexagonpattern { background:radial-gradient(circle farthest-side at 0% 50%,#dabfea 23.5%,rgba(240,166,17,0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%,rgba(255,255,255,0.2) 24%,rgba(240,166,17,0) 0)19px 30px, linear-gradient(#dabfea 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#dabfea 0)0 0, linear-gradient(150deg,#dabfea 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#dabfea 0)0 0, linear-gradient(30deg,#dabfea 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#dabfea 0)0 0, linear-gradient(90deg,rgba(255,255,255,0.2) 2%,#dabfea 0,#dabfea 98%,rgba(255,255,255,0.2) 0%)0 0 #dabfea; background-size: 40px 60px;}
.jiib-license2-07 .icon-box{text-align: center;margin-bottom: 0; background-color: #805898;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license2-08{padding: 10px 35px 10px 35px;background-color: #ffffff;border: 1px solid #dddddd;border-radius: 10px;}
.jiib-license2-08 .hexagonpattern { background:radial-gradient(circle farthest-side at 0% 50%,#ffffff 23.5%,rgba(240,166,17,0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%,rgba(0,0,0,0.2) 24%,rgba(240,166,17,0) 0)19px 30px, linear-gradient(#ffffff 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#ffffff 0)0 0, linear-gradient(150deg,#ffffff 24%,rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 76%,#f0e3f8 0)0 0, linear-gradient(30deg,#f0e3f8 24%,rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(0,0,0,0.2) 0,rgba(0,0,0,0.2) 76%,#ffffff 0)0 0, linear-gradient(90deg,rgba(0,0,0,0.2) 2%,#ffffff 0,#ffffff 98%,rgba(0,0,0,0.2) 0%)0 0 #ffffff; background-size: 40px 60px;}
.jiib-license2-08 .icon-box{text-align: center;margin-bottom: 0; background-color: #d4d4d4;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license2-09{padding: 10px 35px 10px 35px;background-color: #ececec;border: 1px solid #dedede;border-radius: 10px;}
.jiib-license2-09 .hexagonpattern { background:radial-gradient(circle farthest-side at 0% 50%,#ececec 23.5%,rgba(240,166,17,0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%,rgba(255,255,255,0.2) 24%,rgba(240,166,17,0) 0)19px 30px, linear-gradient(#ececec 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#ececec 0)0 0, linear-gradient(150deg,#ececec 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#ececec 0)0 0, linear-gradient(30deg,#ececec 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#ececec 0)0 0, linear-gradient(90deg,rgba(255,255,255,0.2) 2%,#ececec 0,#ececec 98%,rgba(255,255,255,0.2) 0%)0 0 #ececec; background-size: 40px 60px;}
.jiib-license2-09 .icon-box{text-align: center;margin-bottom: 0; background-color:#a2a2a2;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license2-10{padding: 10px 35px 10px 35px;background-color: #545454;border: 1px solid #232323;border-radius: 10px;}
.jiib-license2-10 .hexagonpattern { background:radial-gradient(circle farthest-side at 0% 50%,#545454 23.5%,rgba(240,166,17,0) 0)21px 30px, radial-gradient(circle farthest-side at 0% 50%,rgba(255,255,255,0.2) 24%,rgba(240,166,17,0) 0)19px 30px, linear-gradient(#545454 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#545454 0)0 0, linear-gradient(150deg,#545454 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#545454 0)0 0, linear-gradient(30deg,#545454 24%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,rgba(255,255,255,0.2) 0,rgba(255,255,255,0.2) 76%,#545454 0)0 0, linear-gradient(90deg,rgba(255,255,255,0.2) 2%,#545454 0,#545454 98%,rgba(255,255,255,0.2) 0%)0 0 #545454; background-size: 40px 60px;}
.jiib-license2-10 .icon-box{text-align: center;margin-bottom: 0;background-color:#000;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}
.jiib-license2-10 .ABA-content-box{color:#fff!important;}


/*자격증가이드배경패턴3*/
.trianglepattern { background-image: linear-gradient(115deg, transparent 75%, rgba(0,0,0,0.1) 75%), linear-gradient(245deg, transparent 75%, rgba(0,0,0,0.1) 75%), linear-gradient(115deg, transparent 75%, rgba(0,0,0,0.1) 75%), linear-gradient(245deg, transparent 75%, rgba(0,0,0,0.1) 75%); background-position: 0 0, 0 0, 10px -20px, 10px -20px; background-size: 15px 37px; }
.trianglepattern:hover { border-radius: 23px; transition: 0.7s; }

/*자격증가이드타입3*/
.jiib-license3-01{padding: 11px 35px 11px 35px;background-color: #b70808; border-radius: 10px;}
.jiib-license3-01 .stairspattern {background:linear-gradient(63deg, #b70808 23%, transparent 23%) 7px 0,linear-gradient(63deg, transparent 74%, #b70808 78%),linear-gradient(63deg, transparent 34%, #b70808 38%, #b70808 58%, transparent 62%),#950000; background-size: 6px 24px;}
.jiib-license3-01 .icon-box{text-align: center;margin-bottom: 0;background-color: #ffffff;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license3-02{padding: 11px 35px 11px 35px;background-color: #ce670f; border-radius: 10px;}
.jiib-license3-06 .stairspattern {background:linear-gradient(63deg, #ce670f 23%, transparent 23%) 7px 0,linear-gradient(63deg, transparent 74%, #ce670f 78%),linear-gradient(63deg, transparent 34%, #ce670f 38%, #ce670f 58%, transparent 62%),#b25301; background-size: 6px 24px;}
.jiib-license3-02 .icon-box{text-align: center;margin-bottom: 0;background-color: #ffffff;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license3-03{padding: 11px 35px 11px 35px;background-color: #d4ba03; border-radius: 10px;}
.jiib-license3-06 .stairspattern {background:linear-gradient(63deg, #d4ba03 23%, transparent 23%) 7px 0,linear-gradient(63deg, transparent 74%, #d4ba03 78%),linear-gradient(63deg, transparent 34%, #d4ba03 38%, #d4ba03 58%, transparent 62%),#c1a900; background-size: 6px 24px;}
.jiib-license3-03 .icon-box{text-align: center;margin-bottom: 0;background-color: #ffffff;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license3-04{padding: 11px 35px 11px 35px;background-color: #49791b; border-radius: 10px;}
.jiib-license3-06 .stairspattern {background:linear-gradient(63deg, #49791b 23%, transparent 23%) 7px 0,linear-gradient(63deg, transparent 74%, #49791b 78%),linear-gradient(63deg, transparent 34%, #49791b 38%, #49791b 58%, transparent 62%),#3b6612; background-size: 6px 24px;}
.jiib-license3-04 .icon-box{text-align: center;margin-bottom: 0;background-color: #ffffff;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license3-05{padding: 11px 35px 11px 35px;background-color: #176aaf; border-radius: 10px;}
.jiib-license3-06 .stairspattern {background:linear-gradient(63deg, #176aaf 23%, transparent 23%) 7px 0,linear-gradient(63deg, transparent 74%, #176aaf 78%),linear-gradient(63deg, transparent 34%, #176aaf 38%, #176aaf 58%, transparent 62%),#0b5b9d; background-size: 6px 24px;}
.jiib-license3-05 .icon-box{text-align: center;margin-bottom: 0;background-color: #ffffff;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license3-06{padding: 11px 35px 11px 35px;background-color: #1e425e; border-radius: 10px;}
.jiib-license3-06 .stairspattern {background:linear-gradient(63deg, #1e425e 23%, transparent 23%) 7px 0,linear-gradient(63deg, transparent 74%, #1e425e 78%),linear-gradient(63deg, transparent 34%, #1e425e 38%, #1e425e 58%, transparent 62%),#1f313f; background-size: 6px 24px;}
.jiib-license3-06 .icon-box{text-align: center;margin-bottom: 0; background-color: #ffffff;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license3-07{padding: 11px 35px 11px 35px;background-color: #600f9c; border-radius: 10px;}
.jiib-license3-07 .stairspattern {background:linear-gradient(63deg, #600f9c 23%, transparent 23%) 7px 0,linear-gradient(63deg, transparent 74%, #600f9c 78%),linear-gradient(63deg, transparent 34%, #600f9c 38%, #600f9c 58%, transparent 62%),#40026e; background-size: 6px 24px;}
.jiib-license3-07 .icon-box{text-align: center;margin-bottom: 0;background-color: #ffffff;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license3-08{padding: 11px 35px 11px 35px;background-color: #d4d4d4; border-radius: 10px;}
.jiib-license3-08 .stairspattern {background:linear-gradient(63deg, #d4d4d4 23%, transparent 23%) 7px 0,linear-gradient(63deg, transparent 74%, #d4d4d4 78%),linear-gradient(63deg, transparent 34%, #d4d4d4 38%, #d4d4d4 58%, transparent 62%),#bebebe; background-size: 6px 24px;}
.jiib-license3-08 .icon-box{text-align: center;margin-bottom: 0;background-color: #ffffff;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}
.jiib-license3-08 .ABA-content-box{color:#000!important;}

.jiib-license3-09{padding: 11px 35px 11px 35px;background-color: #808080; border-radius: 10px;}
.jiib-license3-09 .stairspattern {background:linear-gradient(63deg, #808080 23%, transparent 23%) 7px 0,linear-gradient(63deg, transparent 74%, #808080 78%),linear-gradient(63deg, transparent 34%, #808080 38%, #808080 58%, transparent 62%),#706f6f; background-size: 6px 24px;}
.jiib-license3-09 .icon-box{text-align: center;margin-bottom: 0;background-color: #ffffff;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}

.jiib-license3-10{padding: 11px 35px 11px 35px;background-color: #151515; border-radius: 10px;}
.jiib-license3-10 .stairspattern {background:linear-gradient(63deg, #151515 23%, transparent 23%) 7px 0,linear-gradient(63deg, transparent 74%, #151515 78%),linear-gradient(63deg, transparent 34%, #151515 38%, #151515 58%, transparent 62%),#000000; background-size: 6px 24px;}
.jiib-license3-10 .icon-box{text-align: center;margin-bottom: 0;background-color: #ffffff;border-radius: 70px;width: 100%; height: 70px; line-height: 63px;}


/*자격증가이드배경패턴4*/
.diagonalcheck { background-image: linear-gradient(-45deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 50%, rgba(0,0,0,.1) 50%, rgba(0,0,0,.1) 75%, transparent 75%, transparent 100%), linear-gradient(45deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 50%,  rgba(0,0,0,.1) 50%, rgba(0,0,0,.1) 75%, transparent 75%, transparent 100%); background-size: 5px 5px; }
.diagonalcheck:hover { background-color: rgba(102,102,102,0.5); border: 1px solid rgba(102,102,102,0.1); transition: 0.7s; }


/*자격증가이드타입4*/
.jiib-license4-01{padding: 10px 35px 10px 35px;background-color: #b11616; border: 1px solid #980000;border-radius: 10px;}
.jiib-license4-01 .geometrypattern { background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px),#b11616; background-size: 20px 20px;}	
.jiib-license4-01 .icon-box{margin-bottom: 0; background-color: #790000;border-radius: 70px;width: 100%;height: 70px; line-height: 68px;}

.jiib-license4-02{padding: 10px 35px 10px 35px;background-color: #d46e0a; border: 1px solid #bd5e00;border-radius: 10px;}
.jiib-license4-02 .geometrypattern { background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px),#d46e0a; background-size: 20px 20px;}	
.jiib-license4-02 .icon-box{margin-bottom: 0; background-color: #ad6000;border-radius: 70px;width: 100%;height: 70px; line-height: 68px;}

.jiib-license4-03{padding: 10px 35px 10px 35px;background-color: #e0b417; border: 1px solid #d2a80e;border-radius: 10px;}
.jiib-license4-03 .geometrypattern { background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px),#e0b417; background-size: 20px 20px;}	
.jiib-license4-03 .icon-box{margin-bottom: 0; background-color: #c39900;border-radius: 70px;width: 100%;height: 70px; line-height: 68px;}

.jiib-license4-04{padding: 10px 35px 10px 35px;background-color: #118c3a; border: 1px solid #098432;border-radius: 10px;}
.jiib-license4-04 .geometrypattern { background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px),#118c3a; background-size: 20px 20px;}	
.jiib-license4-04 .icon-box{margin-bottom: 0; background-color: #016d25;border-radius: 70px;width: 100%;height: 70px; line-height: 68px;}

.jiib-license4-05{padding: 10px 35px 10px 35px;background-color: #2d78b6; border: 1px solid #186cb1;border-radius: 10px;}
.jiib-license4-05 .geometrypattern { background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px),#2d78b6; background-size: 20px 20px;}	
.jiib-license4-05 .icon-box{margin-bottom: 0; background-color: #015294;border-radius: 70px;width: 100%;height: 70px; line-height: 68px;}

.jiib-license4-06{padding: 10px 35px 10px 35px;background-color: #04477d; border: 1px solid #013b6b;border-radius: 10px;}
.jiib-license4-06 .geometrypattern { background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px),#04477d; background-size: 20px 20px;}	
.jiib-license4-06 .icon-box{margin-bottom: 0; background-color: #003058;border-radius: 70px;width: 100%; height: 70px; line-height: 68px;}

.jiib-license4-07{padding: 10px 35px 10px 35px;background-color: #6e2db6; border: 1px solid #4f1690;border-radius: 10px;}
.jiib-license4-07 .geometrypattern { background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px),#6e2db6; background-size: 20px 20px;}	
.jiib-license4-07 .icon-box{margin-bottom: 0; background-color: #49118a;border-radius: 70px;width: 100%;height: 70px; line-height: 68px;}

.jiib-license4-08{padding: 10px 35px 10px 35px;background-color: #f7f7f7; border: 1px solid #c5c5c5;border-radius: 10px;}
.jiib-license4-08 .geometrypattern { background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px),#f7f7f7; background-size: 20px 20px;}	
.jiib-license4-08 .icon-box{margin-bottom: 0; background-color: #c5c5c5;border-radius: 70px;width: 100%;height: 70px; line-height: 68px;}
.jiib-license4-08 .ABA-content-box{color:#000!important;}

.jiib-license4-09{padding: 10px 35px 10px 35px;background-color: #676767; border: 1px solid #606060;border-radius: 10px;}
.jiib-license4-09 .geometrypattern { background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px),#676767; background-size: 20px 20px;}	
.jiib-license4-09 .icon-box{margin-bottom: 0; background-color: #343434;border-radius: 70px;width: 100%;height: 70px; line-height: 68px;}

.jiib-license4-10{padding: 10px 35px 10px 35px;background-color: #353535; border: 1px solid #151515;border-radius: 10px;}
.jiib-license4-10 .geometrypattern { background: radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,radial-gradient(at 100% 100%, rgba(96, 16, 48, 0) 9px, rgba(0,0,0,0.2) 10px, rgba(96, 16, 48, 0) 11px),#353535; background-size: 20px 20px;}	
.jiib-license4-10 .icon-box{margin-bottom: 0; background-color: #000000;border-radius: 70px;width: 100%;height: 70px; line-height: 68px;}


/*자격증가이드배경패턴5*/
.diamondpattern { background-image: radial-gradient(closest-side, transparent 98%, rgba(0,0,0,0.1) 100%), radial-gradient(closest-side, transparent 98%, rgba(0,0,0,0.1) 100%); background-position: 0 0, 7px 7px; background-size: 15px 15px; }
.diamondpattern:hover {background-color: rgba(0,0,0,0.6); transition: 0.7s;}

/*자격증가이드타입5*/
.jiib-license5-01{padding: 11px 35px 11px 35px;background-color: #b11212; border-radius: 10px;}
.jiib-license5-01 .geometry2pattern { background: radial-gradient( ellipse farthest-corner at 10px 10px , rgba(255,255,255,0.1), rgba(255,255,255,0.1) 50%, #b11212 50%); background-size: 9px 9px; }
.jiib-license5-01 .geometry2pattern:hover { background: #b11212; }
.jiib-license5-01 .icon-box{text-align: center;margin-bottom: 0;border-radius: 70px;width: 100%;height: 70px; line-height:63px;background-color: #880000;}

.jiib-license5-02{padding: 11px 35px 11px 35px;background-color: #e67500; border-radius: 10px;}
.jiib-license5-02 .geometry2pattern { background: radial-gradient( ellipse farthest-corner at 10px 10px , rgba(255,255,255,0.1), rgba(255,255,255,0.1) 50%, #e67500 50%); background-size: 9px 9px; }
.jiib-license5-02 .geometry2pattern:hover { background: #e67500; }
.jiib-license5-02 .icon-box{text-align: center;margin-bottom: 0;border-radius: 70px;width: 100%;height: 70px; line-height:63px;background-color: #c16200;}

.jiib-license5-03{padding: 11px 35px 11px 35px;background-color: #f5c000; border-radius: 10px;}
.jiib-license5-03 .geometry2pattern { background: radial-gradient( ellipse farthest-corner at 10px 10px , rgba(255,255,255,0.1), rgba(255,255,255,0.1) 50%, #f5c000 50%); background-size: 9px 9px; }
.jiib-license5-03 .geometry2pattern:hover { background: #f5c000; }
.jiib-license5-03 .icon-box{text-align: center;margin-bottom: 0;border-radius: 70px;width: 100%;height: 70px; line-height:63px;background-color: #d6a800;}

.jiib-license5-04{padding: 11px 35px 11px 35px;background-color: #0d9039; border-radius: 10px;}
.jiib-license5-04 .geometry2pattern { background: radial-gradient( ellipse farthest-corner at 10px 10px , rgba(255,255,255,0.1), rgba(255,255,255,0.1) 50%, #0d9039 50%); background-size: 9px 9px; }
.jiib-license5-04 .geometry2pattern:hover { background: #0d9039; }
.jiib-license5-04 .icon-box{text-align: center;margin-bottom: 0;border-radius: 70px;width: 100%;height: 70px; line-height:63px;background-color: #0c7930;}

.jiib-license5-05{padding: 11px 35px 11px 35px;background-color: #166eb7; border-radius: 10px;}
.jiib-license5-05 .geometry2pattern { background: radial-gradient( ellipse farthest-corner at 10px 10px , rgba(255,255,255,0.1), rgba(255,255,255,0.1) 50%, #166eb7 50%); background-size: 9px 9px; }
.jiib-license5-05 .geometry2pattern:hover { background: #166eb7; }
.jiib-license5-05 .icon-box{text-align: center;margin-bottom: 0;border-radius: 70px;width: 100%;height: 70px; line-height:63px;background-color: #065ba0;}

.jiib-license5-06{padding: 11px 35px 11px 35px;background-color: #111c71; border-radius: 10px;}
.jiib-license5-06 .geometry2pattern { background: radial-gradient( ellipse farthest-corner at 10px 10px , rgba(255,255,255,0.1), rgba(255,255,255,0.1) 50%, #111c71 50%); background-size: 9px 9px; }
.jiib-license5-06 .geometry2pattern:hover { background: #111c71; }
.jiib-license5-06 .icon-box{text-align: center;margin-bottom: 0;border-radius: 70px;width: 100%;height: 70px; line-height:63px;background-color: #09105a;}

.jiib-license5-07{padding: 11px 35px 11px 35px;background-color: #8116b7; border-radius: 10px;}
.jiib-license5-07 .geometry2pattern { background: radial-gradient( ellipse farthest-corner at 10px 10px , rgba(255,255,255,0.1), rgba(255,255,255,0.1) 50%, #8116b7 50%); background-size: 9px 9px; }
.jiib-license5-07 .geometry2pattern:hover { background: #8116b7; }
.jiib-license5-07 .icon-box{text-align: center;margin-bottom: 0;border-radius: 70px;width: 100%;height: 70px; line-height:63px;background-color: #5d0a88;}

.jiib-license5-08{padding: 11px 35px 11px 35px;background-color: #e2e2e2; border-radius: 10px;}
.jiib-license5-08 .geometry2pattern { background: radial-gradient( ellipse farthest-corner at 10px 10px , rgba(255,255,255,0.1), rgba(255,255,255,0.1) 50%, #e2e2e2 50%); background-size: 9px 9px; }
.jiib-license5-08 .geometry2pattern:hover { background: #e2e2e2; }
.jiib-license5-08 .icon-box{text-align: center;margin-bottom: 0;border-radius: 70px;width: 100%;height: 70px; line-height:63px;background-color: #cccccc;}
.jiib-license5-08 .ABA-content-box{color:#000!important;}

.jiib-license5-09{padding: 11px 35px 11px 35px;background-color: #a2a2a2; border-radius: 10px;}
.jiib-license5-09 .geometry2pattern { background: radial-gradient( ellipse farthest-corner at 10px 10px , rgba(255,255,255,0.1), rgba(255,255,255,0.1) 50%, #a2a2a2 50%); background-size: 9px 9px; }
.jiib-license5-09 .geometry2pattern:hover { background: #a2a2a2; }
.jiib-license5-09 .icon-box{text-align: center;margin-bottom: 0;border-radius: 70px;width: 100%;height: 70px; line-height:63px;background-color: #808080;}

.jiib-license5-10{padding: 11px 35px 11px 35px;background-color: #3c3c3c; border-radius: 10px;}
.jiib-license5-10 .geometry2pattern { background: radial-gradient( ellipse farthest-corner at 10px 10px , rgba(255,255,255,0.1), rgba(255,255,255,0.1) 50%, #3c3c3c 50%); background-size: 9px 9px; }
.jiib-license5-10 .geometry2pattern:hover { background: #3c3c3c; }
.jiib-license5-10 .icon-box{text-align: center;margin-bottom: 0;border-radius: 70px;width: 100%;height: 70px; line-height:63px;background-color: #000000;}

/*자격증가이드타입6*/
.circlepattern { background-image: radial-gradient(rgba(255,255,255,0.05) 20%, transparent 0), radial-gradient(rgba(255,255,255,0.05) 20%, transparent 0); background-position: 0 0, 10px 10px; background-size: 20px 20px; }
.circlepattern:hover {background-image: radial-gradient(rgba(0,0,0,0.1) 20%, transparent 0), radial-gradient(rgba(0,0,0,0.1) 20%, transparent 0); background-position: 0 0, 10px 10px; background-size: 20px 20px; transition: 0.7s; }


.jiib-license6-01{padding: 11px 35px 10px 35px;background-color: #b90f0f; border: 1px solid #a01211; border-radius: 10px; overflow: hidden;}
.jiib-license6-01 .crossdotbg {background: radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), linear-gradient(#b90f0f 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, rgba(255,255,255,0.2) 75px, rgba(255,255,255,0.2) 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, rgba(255,255,255,0.2) 76px, rgba(255,255,255,0.2) 77px, transparent 78px, transparent 109px), #b90f0f; background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px; background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;}
.jiib-license6-01 .wavepattern {background-image: linear-gradient(135deg, #b90f0f 25%, transparent 25%), linear-gradient(225deg, #b90f0f 25%, transparent 25%), linear-gradient(45deg, #b90f0f 25%, transparent 25%), linear-gradient(315deg, #b90f0f 25%, rgba(255,255,255,0.1) 25%); background-position: 10px 0, 10px 0, 0 0, 0 0; background-size: 15px 7px; background-repeat: repeat; }
.jiib-license6-01 .icon-box{text-align: center;margin-bottom: 0;background-color: #920100;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.jiib-license6-02{padding: 11px 35px 10px 35px;background-color: #d8580e; border: 1px solid #bd5e00; border-radius: 10px; overflow: hidden;}
.jiib-license6-02 .crossdotbg {background: radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), linear-gradient(#d8580e 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, rgba(255,255,255,0.2) 75px, rgba(255,255,255,0.2) 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, rgba(255,255,255,0.2) 76px, rgba(255,255,255,0.2) 77px, transparent 78px, transparent 109px), #d8580e; background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px; background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;}
.jiib-license6-02 .wavepattern {background-image: linear-gradient(135deg, #d8580e 25%, transparent 25%), linear-gradient(225deg, #d8580e 25%, transparent 25%), linear-gradient(45deg, #d8580e 25%, transparent 25%), linear-gradient(315deg, #d8580e 25%, rgba(255,255,255,0.1) 25%); background-position: 10px 0, 10px 0, 0 0, 0 0; background-size: 15px 7px; background-repeat: repeat; }
.jiib-license6-02 .icon-box{text-align: center;margin-bottom: 0;background-color: #ea811a;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.jiib-license6-03{padding: 11px 35px 10px 35px;background-color: #dea70b; border: 1px solid #cc9702; border-radius: 10px; overflow: hidden;}
.jiib-license6-03 .crossdotbg {background: radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), linear-gradient(#dea70b 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, rgba(255,255,255,0.2) 75px, rgba(255,255,255,0.2) 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, rgba(255,255,255,0.2) 76px, rgba(255,255,255,0.2) 77px, transparent 78px, transparent 109px), #dea70b; background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px; background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;}
.jiib-license6-03 .wavepattern {background-image: linear-gradient(135deg, #dea70b 25%, transparent 25%), linear-gradient(225deg, #dea70b 25%, transparent 25%), linear-gradient(45deg, #dea70b 25%, transparent 25%), linear-gradient(315deg, #dea70b 25%, rgba(255,255,255,0.1) 25%); background-position: 10px 0, 10px 0, 0 0, 0 0; background-size: 15px 7px; background-repeat: repeat; }
.jiib-license6-03 .icon-box{text-align: center;margin-bottom: 0;background-color: #ffc833;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.jiib-license6-04{padding: 11px 35px 10px 35px;background-color: #118c3a; border: 1px solid #008a2e; border-radius: 10px; overflow: hidden;}
.jiib-license6-04 .crossdotbg {background: radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), linear-gradient(#118c3a 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, rgba(255,255,255,0.2) 75px, rgba(255,255,255,0.2) 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, rgba(255,255,255,0.2) 76px, rgba(255,255,255,0.2) 77px, transparent 78px, transparent 109px), #118c3a; background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px; background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;}
.jiib-license6-04 .wavepattern {background-image: linear-gradient(135deg, #118c3a 25%, transparent 25%), linear-gradient(225deg, #118c3a 25%, transparent 25%), linear-gradient(45deg, #118c3a 25%, transparent 25%), linear-gradient(315deg, #118c3a 25%, rgba(255,255,255,0.1) 25%); background-position: 10px 0, 10px 0, 0 0, 0 0; background-size: 15px 7px; background-repeat: repeat; }
.jiib-license6-04 .icon-box{text-align: center;margin-bottom: 0;background-color: #007928;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.jiib-license6-05{padding: 11px 35px 10px 35px;background-color: #1568ad; border: 1px solid #00579e; border-radius: 10px; overflow: hidden;}
.jiib-license6-05 .crossdotbg {background: radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), linear-gradient(#1568ad 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, rgba(255,255,255,0.2) 75px, rgba(255,255,255,0.2) 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, rgba(255,255,255,0.2) 76px, rgba(255,255,255,0.2) 77px, transparent 78px, transparent 109px), #1568ad; background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px; background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;}
.jiib-license6-05 .wavepattern {background-image: linear-gradient(135deg, #1568ad 25%, transparent 25%), linear-gradient(225deg, #1568ad 25%, transparent 25%), linear-gradient(45deg, #1568ad 25%, transparent 25%), linear-gradient(315deg, #1568ad 25%, rgba(255,255,255,0.1) 25%); background-position: 10px 0, 10px 0, 0 0, 0 0; background-size: 15px 7px; background-repeat: repeat; }
.jiib-license6-05 .icon-box{text-align: center;margin-bottom: 0;background-color: #00549c;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.jiib-license6-06{padding: 11px 35px 10px 35px;background-color: #12256b; border: 1px solid #05185a; border-radius: 10px; overflow: hidden;}
.jiib-license6-06 .crossdotbg {background: radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), linear-gradient(#12256b 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, rgba(255,255,255,0.2) 75px, rgba(255,255,255,0.2) 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, rgba(255,255,255,0.2) 76px, rgba(255,255,255,0.2) 77px, transparent 78px, transparent 109px), #12256b; background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px; background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;}
.jiib-license6-06 .wavepattern {background-image: linear-gradient(135deg, #12256b 25%, transparent 25%), linear-gradient(225deg, #12256b 25%, transparent 25%), linear-gradient(45deg, #12256b 25%, transparent 25%), linear-gradient(315deg, #12256b 25%, rgba(255,255,255,0.1) 25%); background-position: 10px 0, 10px 0, 0 0, 0 0; background-size: 15px 7px; background-repeat: repeat; }
.jiib-license6-06 .icon-box{text-align: center;margin-bottom: 0;background-color: #021350;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.jiib-license6-07{padding: 11px 35px 10px 35px;background-color: #5b159a; border: 1px solid #5b159a;border-radius: 10px; overflow: hidden;}
.jiib-license6-07 .crossdotbg {background: radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), linear-gradient(#5b159a 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, rgba(255,255,255,0.2) 75px, rgba(255,255,255,0.2) 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, rgba(255,255,255,0.2) 76px, rgba(255,255,255,0.2) 77px, transparent 78px, transparent 109px), #5b159a; background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px; background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;}
.jiib-license6-07 .wavepattern {background-image: linear-gradient(135deg, #5b159a 25%, transparent 25%), linear-gradient(225deg, #5b159a 25%, transparent 25%), linear-gradient(45deg, #5b159a 25%, transparent 25%), linear-gradient(315deg, #5b159a 25%, rgba(255,255,255,0.1) 25%); background-position: 10px 0, 10px 0, 0 0, 0 0; background-size: 15px 7px; background-repeat: repeat; }
.jiib-license6-07 .icon-box{text-align: center;margin-bottom: 0;background-color: #41106d;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.jiib-license6-08{padding: 11px 35px 10px 35px;background-color: #f7f7f7; border: 1px solid #dddddd;border-radius: 10px; overflow: hidden;}
.jiib-license6-08 .crossdotbg {background: radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), linear-gradient(#f7f7f7 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, rgba(255,255,255,0.2) 75px, rgba(255,255,255,0.2) 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, rgba(255,255,255,0.2) 76px, rgba(255,255,255,0.2) 77px, transparent 78px, transparent 109px), #f7f7f7; background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px; background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;}
.jiib-license6-08 .wavepattern {background-image: linear-gradient(135deg, #f7f7f7 25%, transparent 25%), linear-gradient(225deg, #f7f7f7 25%, transparent 25%), linear-gradient(45deg, #f7f7f7 25%, transparent 25%), linear-gradient(315deg, #f7f7f7 25%, rgba(0,0,0,0.1) 25%); background-position: 10px 0, 10px 0, 0 0, 0 0; background-size: 15px 7px; background-repeat: repeat; }
.jiib-license6-08 .icon-box{text-align: center;margin-bottom: 0;background-color: #d4d4d4;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}
.jiib-license6-08 .ABA-content-box{color:#000!important;}

.jiib-license6-09{padding: 11px 35px 10px 35px;background-color: #b3b3b3; border: 1px solid #a7a7a7;border-radius: 10px; overflow: hidden;}
.jiib-license6-09 .crossdotbg {background: radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), linear-gradient(#b3b3b3 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, rgba(255,255,255,0.2) 75px, rgba(255,255,255,0.2) 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, rgba(255,255,255,0.2) 76px, rgba(255,255,255,0.2) 77px, transparent 78px, transparent 109px), #b3b3b3; background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px; background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;}
.jiib-license6-09 .wavepattern {background-image: linear-gradient(135deg, #b3b3b3 25%, transparent 25%), linear-gradient(225deg, #b3b3b3 25%, transparent 25%), linear-gradient(45deg, #b3b3b3 25%, transparent 25%), linear-gradient(315deg, #b3b3b3 25%, rgba(255,255,255,0.1) 25%); background-position: 10px 0, 10px 0, 0 0, 0 0; background-size: 15px 7px; background-repeat: repeat; }
.jiib-license6-09 .icon-box{text-align: center;margin-bottom: 0;background-color: #929292;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}

.jiib-license6-10{padding: 11px 35px 10px 35px;background-color: #4e4e4e; border: 1px solid #383838;border-radius: 10px; overflow: hidden;}
.jiib-license6-10 .crossdotbg {background: radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), radial-gradient(rgba(255,255,255,0.5) 3px, transparent 4px), linear-gradient(#4e4e4e 4px, transparent 0), linear-gradient(45deg, transparent 74px, transparent 75px, rgba(255,255,255,0.2) 75px, rgba(255,255,255,0.2) 76px, transparent 77px, transparent 109px), linear-gradient(-45deg, transparent 75px, transparent 76px, rgba(255,255,255,0.2) 76px, rgba(255,255,255,0.2) 77px, transparent 78px, transparent 109px), #4e4e4e; background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px; background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;}
.jiib-license6-10 .wavepattern {background-image: linear-gradient(135deg, #4e4e4e 25%, transparent 25%), linear-gradient(225deg, #4e4e4e 25%, transparent 25%), linear-gradient(45deg, #4e4e4e 25%, transparent 25%), linear-gradient(315deg, #4e4e4e 25%, rgba(255,255,255,0.1) 25%); background-position: 10px 0, 10px 0, 0 0, 0 0; background-size: 15px 7px; background-repeat: repeat; }
.jiib-license6-10 .icon-box{text-align: center;margin-bottom: 0;background-color: #000000;border-radius: 70px;width: 100%;height: 70px; line-height:63px;}



/*매물정보게시판타입*/
.ABA-list-paging{padding:15px 0;}
.ABA-list-paging a.LF_page_link, .ABA-list-paging .LF_page_link_current{display:inline-block;margin:0 2px;font-family:Tahoma;padding:3px 7px 4px 7px;border:1px solid #e0e0e0;line-height:14px;}

.ABA-list-paging a.LF_page_link_next_page, .ABA-list-paging a.LF_page_link_last_page, .ABA-list-paging a.LF_page_link_first_page, .ABA-list-paging a.LF_page_link_prev_page,  .ABA-list-paging a.LF_page_link_next_block, .ABA-list-paging a.LF_page_link_prev_block{margin:0;padding:0;border:0;}
.ABA-list-paging a img{padding-bottom:3px;*vertical-align:top;*padding-bottom:0;}
.AB-jiib-tbl td{border-right:1px solid #eee; text-align:center; padding:12px 5px!important;}
.AB-jiib-tbl td:last-child{border-right:none;}



/*모바일차량배너 컬러*/
.mbtn_box01{background-color: #bb0019; border-bottom: 1px solid #bd535f;}
.mbtn_box01 .icon-box{border-right: 1px solid #bd535f;height: 80px; box-sizing: border-box;}
.mbtn_box01 .iconimg{text-align: center;margin-top: 10px;margin-bottom: 0;min-height: 30px;}

.mbtn_box02{background-color: #e26600; border-bottom: 1px solid #dc8631;}
.mbtn_box02 .icon-box{border-right: 1px solid #dc8631;height: 80px; box-sizing: border-box;}
.mbtn_box02 .iconimg{text-align: center;margin-top: 10px;margin-bottom: 0;min-height: 30px;}

.mbtn_box03{background-color: #e29a00; border-bottom: 1px solid #eab239;}
.mbtn_box03 .icon-box{border-right: 1px solid #eab239;height: 80px; box-sizing: border-box;}
.mbtn_box03 .iconimg{text-align: center;margin-top: 10px;margin-bottom: 0;min-height: 30px;}

.mbtn_box04{background-color: #159c0a;border-bottom: 1px solid #49b341;}
.mbtn_box04 .icon-box{border-right: 1px solid #49b341;height: 80px; box-sizing: border-box;}
.mbtn_box04 .iconimg{text-align: center;margin-top: 10px;margin-bottom: 0;min-height: 30px;}

.mbtn_box05{background-color: #0666b5; border-bottom: 1px solid #207fce;}
.mbtn_box05 .icon-box{border-right: 1px solid #207fce;height: 80px; box-sizing: border-box;}
.mbtn_box05 .iconimg{text-align: center;margin-top: 10px;margin-bottom: 0;min-height: 30px;}

.mbtn_box06{background-color: #10256d;border-bottom: 1px solid #2e4288;}
.mbtn_box06 .icon-box{border-right: 1px solid #2e4288;height: 80px; box-sizing: border-box;}
.mbtn_box06 .iconimg{text-align: center;margin-top: 10px;margin-bottom: 0;min-height: 30px;}

.mbtn_box07{background-color: #50128c;border-bottom: 1px solid #6729a2;}
.mbtn_box07 .icon-box{border-right: 1px solid #6729a2;height: 80px; box-sizing: border-box;}
.mbtn_box07 .iconimg{text-align: center;margin-top: 10px;margin-bottom: 0;min-height: 30px;}

.mbtn_box08{background-color: #7d7d7d;border-bottom: 1px solid #948f8f;}
.mbtn_box08 .icon-box{border-right: 1px solid #948f8f;height: 80px; box-sizing: border-box;}
.mbtn_box08 .iconimg{text-align: center;margin-top: 10px;margin-bottom: 0;min-height: 30px;}

.mbtn_box09{background-color: #2b2b2b;border-bottom: 1px solid #4a4848;}
.mbtn_box09 .icon-box{border-right: 1px solid #4a4848;height: 80px; box-sizing: border-box;}
.mbtn_box09 .iconimg{text-align: center;margin-top: 10px;margin-bottom: 0;min-height: 30px;}

.mbtn_box10{background-color: #aaa;border-bottom: 1px solid #fff;}
.mbtn_box10 .icon-box{border-right: 1px solid #fff;height: 80px; box-sizing: border-box;}
.mbtn_box10 .iconimg{text-align: center;margin-top: 10px;margin-bottom: 0;min-height: 30px;}


/*모바일지역매물정보 01*/
.marea-btn01{background: linear-gradient(to top, #960000, #ff3a3a);border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-btn02{background: linear-gradient(to top, #e47500, #f98e09);border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-btn03{background: linear-gradient(to top, #c39b00, #e6d60f);border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-btn04{background: linear-gradient(to top, #097b28, #3fb147);border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-btn05{background: linear-gradient(to top, #0f60ca, #6089ff);border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-btn06{background: linear-gradient(to top, #270673, #6c5ad2);border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-btn07{background: linear-gradient(to top, #7e0f94, #b51f95);border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-btn08{background: linear-gradient(to top, #ffffff, #ffffff);border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#555555;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-btn09{background: linear-gradient(to top, #ececec, #ffffff);border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#555555;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-btn10{background: linear-gradient(to top, #222222, #656565);border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}


/*모바일지역매물정보 02*/
.marea2-btn01{background: linear-gradient(to top, #960000, #ff3a3a); padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea2-btn02{background: linear-gradient(to top, #e47500, #f98e09); padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea2-btn03{background: linear-gradient(to top, #c39b00, #e6d60f); padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea2-btn04{background: linear-gradient(to top, #097b28, #3fb147); padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea2-btn05{background: linear-gradient(to top, #0f60ca, #6089ff); padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea2-btn06{background: linear-gradient(to top, #270673, #6c5ad2); padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea2-btn07{background: linear-gradient(to top, #7e0f94, #b51f95); padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea2-btn08{background: linear-gradient(to top, #ffffff, #ffffff); padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#555555;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea2-btn09{background: linear-gradient(to top, #ececec, #ffffff); padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#555555;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea2-btn10{background: linear-gradient(to top, #222222, #656565); padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ccc;font-size: 14px;color:#fff;line-height: 23px;text-align: center;margin-bottom:4px;}

/*모바일지역매물정보 03*/
.marea-box-01{background: #f9e0e0; border:1px solid #dcb9b9;}
.marea3-btn01{background: #fff; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #bd8888;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-box-02{background: #f7e3d1; border:1px solid #e4c7ba;}
.marea3-btn02{background: #fff; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #efc6a2;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-box-03{background: #f7f1d1; border:1px solid #e4daa3;}
.marea3-btn03{background: #fff; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ecdb8d;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-box-04{background: #d4e2ce; border:1px solid #c8d8c1;}
.marea3-btn04{background: #fff; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #b3cca8;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-box-05{background: #dce9f5; border:1px solid #c0daf3;}
.marea3-btn05{background: #fff; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #aacae6;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-box-06{background: #ccd3e2; border:1px solid #abb6ce;}
.marea3-btn06{background: #fff; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #a1aec7;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-box-07{background: #e8def1; border:1px solid #cfbae2;}
.marea3-btn07{background: #fff; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #c5aeda;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-box-08{background: #eaeaea; border:1px solid #e0e0e0;}
.marea3-btn08{background: #fff; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #dcdcdc;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-box-09{background: #bfbfbf; border:1px solid #b1b1b1;}
.marea-box-09 .AB-noline-b{color:#fff!important;}
.marea3-btn09{background: #fff; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #9a9a9a;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea-box-10{background: #464646; border:1px solid #2f2f2f;}
.marea-box-10 .AB-noline-b{color:#fff!important;}
.marea3-btn10{background: #fff; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #000;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}


/*모바일지역매물정보 04*/

.marea4-btn01{background: #fff; border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #bd8888;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea4-btn02{background: #fff; border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #efc6a2;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea4-btn03{background: #fff; border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #ecdb8d;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea4-btn04{background: #fff; border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #b3cca8;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea4-btn05{background: #fff; border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #aacae6;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea4-btn06{background: #fff; border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #a1aec7;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea4-btn07{background: #fff; border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #c5aeda;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea4-btn08{background: #fff; border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #dcdcdc;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea4-btn09{background: #fff; border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #9a9a9a;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}
.marea4-btn10{background: #fff; border-radius: 5px; padding:4px 6px; display:inline-block; width:30%; box-sizing:border-box; margin:1% 1.5%; border:1px solid #000;font-size: 14px;color:#000;line-height: 23px;text-align: center;margin-bottom:4px;}

/*운수회사_모바일*/
.m_btn_jiibservice{font-size: 16px;font-weight: bold;color: #000000;line-height: 50px;padding-left: 50px;border: 1px solid #dddddd;width: 100%;height: 50px;box-sizing: border-box;display: inline-block;}

/*운수회사형6~10 css 모바일 폰트*/
.txt_p{font-size: 12px;font-weight: 300;line-height: 18px;}
.txt_pp{font-size: 14px;font-weight: 300;line-height: 20px;}
.txt_t00{font-size:25px;font-weight:500;line-height:32px; letter-spacing:-2px;}
.txt_t01{font-size: 16px;font-weight: 500;line-height: 22px;}
.txt_table_t{font-size: 22px;font-weight: 500;line-height: 26px;}


/*운수회사형6 css*/
.p6_txt01{font-size: 20px;line-height: 20px;font-weight: 400;color: #1b3a7a;text-align: center;margin-bottom: 0px;padding-top: 17px;}
.p6_txt02{font-size: 15px;font-weight: 300;color: #666666;line-height: 20px;text-align: center;margin-bottom: 0;padding-top: 5px;}

.top_txt{margin:25px 0;line-height: 20px;text-align: center;font-size: 18px;font-weight: 400;color: #ffffff;}
.top_txt_m{margin-bottom:25px;line-height: 20px;text-align: center;font-size: 18px;font-weight: 400;color: #ffffff;}

.downicon_bx{text-align: center;background-color: #ffffff;border: 1px solid #dddddd;box-sizing: border-box;position: relative;padding-top: 50px;margin-right:20px;}

.roll_bx_txt{font-size: 15px;font-weight: 300;color: #ffffff;line-height: 35px;}

/*운수회사형7mobile css*/
.downicon_bx_m{text-align: center;background-color: #ffffff;border: 1px solid #dddddd;box-sizing: border-box;position: relative;padding-top: 50px;margin-top: 60px;}

/*운수회사형8 css*/
.p8_txt01{font-size: 22px;font-weight: 300;color: #000;text-align: center;margin-bottom: 0;padding-bottom: 19px;}

/*운수회사형9 css*/
.p9_txt01{font-size: 15px;font-weight: 300;line-height: 22px;letter-spacing: -1px;text-align: center;padding-top: 14px;}
.p9_txt02{font-size: 18px;font-weight: 400;line-height: 14px;text-align: center;padding-top: 18px;}
.p9_txt02_m{font-size: 18px;font-weight: 400;line-height: 20px;text-align: center;padding-top: 16px;}
.p9_quick_btn_m{display: inline-block;font-size: 13px;font-weight: 300;color: #ffffff;width: 85px;padding-top: 16px;padding-left: 27px;}

/*운수회사형10 css*/
.p10_txt01{font-size: 20px;font-weight: 400;line-height: 20px;text-align: center;padding-top: 30px;}
.p10_txt01_m{font-size: 16px;font-weight: 400;line-height: 20px;text-align: center;padding-top: 30px;}
.p10_txt02{font-size: 18px;font-weight: 400;line-height: 22px;text-align: center;padding-top: 16px;color: #000;}
.p10_txt02_m{font-size: 14px;font-weight: 400;line-height: 18px;text-align: center;padding-top: 16px;color: #000;}

.img_center{text-align: center;display: flex;justify-content: center;align-items: center;}


/*지입검색창배너*/
.typingbg { place-items: center; }
.typing { width: 184px; animation: typing 2s steps(22), blink .5s step-end infinite alternate; white-space: nowrap; overflow: hidden; border-right: 3px solid; }

@keyframes typing {from { width: 0 }}    
@keyframes blink { 50% { border-color: transparent }}


/*퀵메뉴 버튼*/
.quickbtn { background: transparent; text-transform: uppercase; font-weight: 500; font-style: normal; font-size: 14px; color: #ffffff; width: 80px; height: 26px; line-height: 26px; letter-spacing: -1px; border-radius: 30px; transition: all 0.7s ease-out; background: linear-gradient(270deg, rgba(223,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0)); background-position: 1% 50%; background-size: 300% 300%; text-decoration: none; border: 1px solid rgba(223,190,106,0.3); display: inline-block; }
.quickbtn:hover { color: #fff; border: 1px solid rgba(223,190,106,0); background-position: 99% 50%; }

/*매물등록하기버튼*/
.searchbtn {color: #ffffff;line-height: 22px;text-align: center;padding: 10px 50px;background-color: #b71812;vertical-align: middle;display: inline-block; font-size:17px; font-weight:bold; transition: 0.7s; }
.searchbtn:hover { background-color: #6f1b18; border-radius: 30px; }

