@charset "utf-8";

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Basic

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
html,body{height:100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, button{margin:0; padding:0;}
body, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea{margin:0; padding:0; line-height:21px; color:#404040; font-size:14px; font-family:'Nanum Gothic','돋움',Dotum,Helvetica,Verdana,Arial,sans-serif;}
ul, ol, dl, dt, dd{margin:0; padding:0; list-style:none;}
img{border:none;}
hr{display:none;}
fieldset{border:none;}
legend{display:none;}
p{margin:0;}
strong{font-weight:500;}
table{table-layout:fixed; border-collapse:collapse; border-spacing:0; width:100%;}
table caption{overflow:hidden; position:relative; line-height:1px; font-size:1px; text-indent:-30000px; padding:0;}
.hidden{overflow:hidden; position:absolute; line-height:1px; font-size:1px; text-indent:-30000px;}

@media screen and (max-width:640px){
	body, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea{line-height:19px; font-size:14px;}
}

/* 초기 한글사용(한글 및 중국, 일본 사이트용) */
input[type="text"],
input[type="password"],
textarea{ime-mode:active;}

*{
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	word-wrap: break-word;
	/* [disabled]word-break: keep-all; */
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Skip

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#skip{position:absolute; left:0; top:0; width:100%; margin:0 auto; z-index:9999;}
#skip a{display:block; position:absolute; left:0; padding:10px; color:#fff; background:#000;}
#skip a:link,
#skip a:visited,
#skip a:active{top:-10000px;}
#skip a:hover,
#skip a:focus{top:0;}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Align

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.align_left{text-align:left !important;}
.align_right{text-align:right !important;}
.align_center{text-align:center !important;}
.float_left{float:left;}
.float_right{float:right;}
.clear{clear:both;}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Link

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
a:link,
a:visited,
a:active{text-decoration:none; color:#111;}
a:hover,
a:focus{text-decoration:underline;}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Form

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
input{box-sizing:border-box;}
input[type="text"],
input[type="password"]{height:20px; padding:0 5px; line-height:20px; border:1px solid #cecece; vertical-align:middle;}
input[type="radio"],
input[type="checkbox"]{margin-right:2px; vertical-align:middle;}
input[type="submit"]{height:20px; padding:0 5px; line-height:20px; vertical-align:middle; cursor:pointer; border:none; background:#ccc;}
input[type="file"]{cursor:pointer; vertical-align:middle;}
input[type="text"],
input[type="password"],
input[type="submit"],
button{appearance:none; -webkit-appearance:none; border-radius:0; -webkit-border-radius:0;}
textarea{border:1px solid #dbdbdb; padding:5px; box-sizing:border-box;}
select{border:1px solid #dbdbdb; padding:5px; cursor:pointer; vertical-align:middle; box-sizing:border-box;}
input[readonly="readonly"],
textarea[readonly="readonly"]{background:#ddd;}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Heading

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
h2,h3,h4,h5,h6{font-weight:700;}
h4,h5,h6{position:relative;}
h4, .h4{display:block; margin:35px 0px 10px 0px; font-size:18px; line-height:28px; color:#1e1e1e;}
h5, .h5{display:block; margin:25px 0px 10px 0px; font-size:17px; line-height:22px; color:#1e1e1e;}
h6, .h6{display:block; margin:15px 0px 10px 2px; font-size:16px; line-height:19px; color:#404040;}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	새창링크

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
a.blank{position:relative; display:inline-block; font-size:14px;}
a.blank:after{content:""; display:inline-block; width:12px; height:12px; background:url(/images/web/site/skin/win.gif) no-repeat left top; margin-left:3px; vertical-align:middle;}
a.blank:link,
a.blank:visited,
a.blank:active{color:#404040;}
a.blank:hover{text-decoration:underline; color:#404040;}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Font & Color

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.red{color:#962323 !important;}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Tab

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.js_tab{margin-bottom:30px; padding:0;}
.js_tab.select .title a:active,
.js_tab.select .title a:link,
.js_tab.select .title a:visited{text-decoration:none;}
.js_tab .title{display:none;}
.js_tab ul{overflow:hidden; margin:0px 5px; width:100%; margin:0; padding-left:1px;}
.js_tab ul li{float:left; box-sizing:border-box; width:20%;}
.js_tab ul li:last-child{border-right:0px;}
.js_tab ul li a{position:relative; display:block; z-index:1; width:auto; height:46px; line-height:44px; padding:0 20px; margin:0px; border:1px solid #ccc; font-size:16px; font-weight:400; color:#505050; box-sizing:border-box; margin-left:-1px; text-align:center;
transition:background-color 0.3s ease, color 0.3s ease; -webkit-transition:background-color 0.3s ease, color 0.3s ease;}
/*
.js_tab ul li a:hover,
.js_tab ul li.on a:link,
.js_tab ul li.on a:visited,
.js_tab ul li.on a:active,
.js_tab ul li.on a:hover{text-decoration:none; font-weight:normal; color:#fff; background-color:#ff8429;}
*/
.js_tab.select{overflow:hidden; padding:0; border:none; background:url(/images/web/site/skin/icon_tab.gif) no-repeat right 20px; background-color:#ff8429;}
.js_tab.select ul{display:none; padding:0; margin:0;}
.js_tab.select ul li{float:none;}
.js_tab.select ul li a{width:100%; margin:0; font-size:16px; text-align:left; border-top:1px solid #ccc;}
.js_tab.select ul li a:link,
.js_tab.select ul li a:visited,
.js_tab.select ul li a:active,
.js_tab.select ul li.on a:link,
.js_tab.select ul li.on a:visited,
.js_tab.select ul li.on a:active{font-weight:normal; color:#323330; background:#ededed;}
.js_tab.select ul li a:hover,
.js_tab.select ul li.on a:hover{font-weight:normal; color:#fff; background:#999;}
.js_tab.select .title{display:block;}
.js_tab.select .title a{display:block; height:45px; line-height:45px; padding:0px 47px 0px 22px; font-weight:600; font-size:16px; color:#fff;}
.tab_onepage {display:none;}
.tab_onepage.on {display:block;}

@media screen and (max-width:1024px){
	.js_tab ul li{width:100%; border-right:0px;}
	.js_tab.select{ background:#ff8429 url(/images/web/site/skin/icon_tab.gif) no-repeat right 15px;}
	.js_tab.select .title a{height:35px; line-height:34px;font-size:15px;}
	.js_tab.select ul li a{border-bottom:0;font-size:15px;height:35px; line-height:34px;}
	.js_tab ul li:last-child a{border-bottom:1px solid #ccc;}
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Button

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
a.btn{display:inline-block; min-width:170px; height:46px; line-height:46px; padding:0 10px; font-size:15px; text-align:center; transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
a.btn,
a.btn:link,
a.btn:visited,
a.btn:active{background:#ff8429; border:1px solid #ff8429; color:#fff;}
a.btn:hover{background:#fff; border:1px solid #ff8429; color:#ff8429; text-decoration:none;}

/* custom style */
a.btn.bg_01:link,
a.btn.bg_01:visited,
a.btn.bg_01:active{background:#5fb351; border:1px solid #5fb351;}
a.btn.bg_01:link:hover,
a.btn.bg_01:visited:hover,
a.btn.bg_01:active:hover{background:#fff; border:1px solid #5fb351; color:#5fb351;}

a.btn.bg_02:link,
a.btn.bg_02:visited,
a.btn.bg_02:active{background:#777; border:1px solid #777;}
a.btn.bg_02:link:hover,
a.btn.bg_02:visited:hover,
a.btn.bg_02:active:hover{background:#fff; border:1px solid #777; color:#777;}

a.btn.down{min-width:170px; padding:0 15px;}
a.btn.down:before{content:""; display: inline-block; width:18px; height:17px; margin-right:10px; margin-top:-4px; background-image: url(/images/web/site/skin/down.png); background-repeat:no-repeat; background-size:100%; vertical-align:middle;}
a.btn.down:hover:before{background-image:url(/images/web/site/skin/down1.png);}
a.down.bg_01:hover:before{background-image:url(/images/web/site/skin/down2.png);}

a.btn.small{position:relative; min-width:101px; height:37px; line-height:38px; padding:0 10px; font-size:15px;}
a.btn.small.down{min-width:101px; height:37px; line-height:36px; padding:0 15px; font-size:15px;}
a.btn.small.down:before{width:16px; height:15px; margin-right:7px;}
a.btn.down:hover,
a.btn.down.small:hover{background:#fff; border:1px solid #ff8429; color:#ff8429;}

.btn.down:link,
.btn.down:visited,
.btn.down:active,
.btn.down.small:link,
.btn.down.small:visited,
.btn.down.small:active{background:#ff8429; background-image:none; border:1px solid #ff8429; text-decoration:none; color:#fff;}

a.btn.arrow{min-width:121px; height:39px; line-height:39px; padding:0 15px;}
a.btn.arrow:after{content:""; display: inline-block; width:5px; height:9px; margin-top:-2.5px; margin-left:10px; background-image: url(/images/web/site/skin/arrow.png); background-repeat:no-repeat; vertical-align:middle;}
a.btn.arrow:hover:after{background-image: url(/images/web/site/skin/arrow1.png);}
a.btn.arrow.bg_05:hover:after{background-image: url(/images/web/site/skin/arrow2.png);}
a.btn.arrow.bg_01:hover:after{background-image: url(/images/web/site/skin/arrow3.png);}

@media screen and (max-width:840px){
	a.btn{min-width:120px;}
	a.btn.down{min-width:93px;}
	a.btn.down:before{width:16px; height:15px; margin-right:7px;}
	a.btn.small,
	a.btn.small.down{min-width:45px; height:32px; line-height:34px; font-size:13px;}
	a.btn.small.down{padding:0 10px;}
	a.btn.small.down:before{width:14px; height:13px;}
}
@media screen and (max-width:480px){
	a.btn{min-width:90px;}
	a.btn.down{min-width:60px;}
	a.btn.down:before{width:15px; height:16px; margin-top:-1px;}
	a.btn.small,
	a.btn.small.down{min-width:55px; height:28px; line-height:30px; font-size:13px;}
	a.btn.small.down:before{display: none;}
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Animate

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.ani{transition : all 0.5s ease; -webkit-transition : all 0.5s ease;}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Mobile_check Tag

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.js_mobile_check{display:none;}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	tip

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.tip{display:inline-block; padding-left:20px; line-height:20px; background:url(/images/web/site/skin/icon_tip.gif) no-repeat left 3px;}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	js_slide Tag

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.js_slide{position:relative; width:100%; height:80px; padding:10px 10px 10px 130px; box-sizing:border-box;}
.js_slide .title{display:block; position:absolute; left:0; top:12px; z-index:1; width:120px; font-size:18px; text-align:center;}
.js_slide .control{position:absolute !important; left:0 !important; right:auto !important; top:auto  !important; bottom:0px !important; z-index:1; width:120px; padding:0 !important; text-align:center;}
.js_slide .control .count{display:none;}
.js_slide .control a[class*="btn_"]{overflow:hidden; display:inline-block; width:31px; height:31px; text-indent:-1000px; border:1px solid #c5c5c5; background:#fff url(/images/web/site/skin/slider_control.png) no-repeat;}
.js_slide .control a.btn_left{background-position:0 0;}
.js_slide .control a.btn_play{background-position:0 -93px;}
.js_slide .control a.btn_stop{display:none; background-position:0 -62px;}
.js_slide .control a.btn_right{background-position:0 -31px;}
.js_slide .control ul{display:none;}
.js_slide .move{overflow:hidden; position:relative; z-index:0; width:100%; height:100%;}
.js_slide .move ul{overflow:hidden; position:absolute; left:0; top:0; width:200000px; height:100%;}
.js_slide .move ul li{float:left;width: 145px;height:100%;padding:0px 5px;}
.js_slide .move ul li a{overflow:hidden; display:block; position:relative; height:100%; text-align:center; border:1px solid #c5c5c5; background-color:#eee; box-sizing:border-box;
transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.js_slide .move ul li a:hover,
.js_slide .move ul li a:focus{border:1px solid #ff6600;}
.js_slide .move ul li a span{display:block; position:absolute; left:50%; top:0; width:2000px; height:100%; margin-left:-1000px; text-align:center;}
.js_slide .move ul li img{display:block;margin:0 auto;width: 100%;}

.js_slide.type_02{width:400px; height:250px; padding:0;}
.js_slide.type_02 .title{left:10px;}
.js_slide.type_02 .control{left:auto; right:10px; top:5px; width:100%; height:31px; background:#fff;}
.js_slide.type_02 .control .count{display:inline-block; letter-spacing:2px; vertical-align:middle;}
.js_slide.type_02 .control .count span{font-weight:600;}
.js_slide.type_02 .control a[class*="btn_"]{border:none; vertical-align:middle;}
.js_slide.type_02 .move{position:absolute; left:0; top:0; height:100%;}
.js_slide.type_02 .move ul{width:100%;}
.js_slide.type_02 .move ul li{float:none; position:absolute; left:100%; top:0; width:100%; padding:0;}
.js_slide.type_02 .move ul li:first-child{left:0;}
.js_slide.type_02 .move ul li a{overflow:hidden;}
.js_slide.type_02 .move ul li a:hover{border:none;}
.js_slide.type_02 .move ul li a:focus{border:1px solid #ff6600;}

.js_slide.type_03{width:100%; height:500px; padding:0;}
.js_slide.type_03 .title{
	left:10%; top:20%; width:auto; font-size:40px; text-align:left; color:#fff;
	text-shadow:1px 1px 2px #000;
	-moz-text-shadow:1px 1px 2px #000;
    -webkit-text-shadow:1px 1px 2px #000;
    -ms-text-shadow:1px 1px 2px #000;
    -khtml-text-shadow:1px 1px 2px #000;
    -o-text-shadow:1px 1px 2px #000;
}
.js_slide.type_03 .title span{display:block; line-height:22px; margin-top:10px; font-weight:normal; font-size:16px;}
.js_slide.type_03 .control{left:0; bottom:auto; top:0; width:100%; height:100%;}
.js_slide.type_03 .control a[class*="btn_"]{position:absolute;}
.js_slide.type_03 .control a.btn_left,
.js_slide.type_03 .control a.btn_right{z-index:9; width:100px; height:100%; border:none; background:none !important;}
.js_slide.type_03 .control a.btn_play,
.js_slide.type_03 .control a.btn_stop{right:20px; bottom:20px; z-index:10; background:#fff url(/images/web/site/skin/slider_control.png) no-repeat;}
.js_slide.type_03 .control a.btn_left{left:0; top:0;}
.js_slide.type_03 .control a.btn_right{right:0; top:0;}
.js_slide.type_03 .control a.btn_left span,
.js_slide.type_03 .control a.btn_right span{display:block; position:absolute; left:0; top:50%; width:100px; height:100px; margin-top:-50px;}
.js_slide.type_03 .control a.btn_play span,
.js_slide.type_03 .control a.btn_stop span{display:block; width:100%; height:100%;}
.js_slide.type_03 .control a.btn_left span{background:url(/images/web/site/skin/btn_icon_08.png) no-repeat center 0px;}
.js_slide.type_03 .control a.btn_play{background-position:0 -93px;}
.js_slide.type_03 .control a.btn_stop{display:none; background-position:0 -62px;}
.js_slide.type_03 .control a.btn_right span{background:url(/images/web/site/skin/btn_icon_09.png) no-repeat center 0px;}
.js_slide.type_03 .control ul{display:block; position:absolute; left:0; bottom:20px; z-index:9; width:100%; text-align:left;}
.js_slide.type_03 .control ul li{display:inline-block; margin-right:4px;}
.js_slide.type_03 .control ul li:first-child{margin-left:20px;}
.js_slide.type_03 .control ul li a{
	overflow:hidden; display:block; width:20px; height:20px; text-indent:-10000px; background-color:#c5c5c5;
	border-radius:10px;
    -webkit-border-radius:10px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;

}
.js_slide.type_03 .control ul li a.on{width:50px;}
.js_slide.type_03 .move{position:absolute; left:0; top:0; height:100%;}
.js_slide.type_03 .move ul{width:100%;}
.js_slide.type_03 .move ul li{float:none; position:absolute; left:100%; top:0; width:100%; padding:0;}
.js_slide.type_03 .move ul li:first-child{left:0;}
.js_slide.type_03 .move ul li a{overflow:hidden; cursor:default;}
.js_slide.type_03 .move ul li a:hover,
.js_slide.type_03 .move ul li a:focus{border:none;}

@media screen and (max-width: 800px){
	.js_slide.type_03{height:500px;}
}
@media screen and (max-width: 600px){
	.js_slide.type_03{height:300px;}
	.js_slide.type_03 .title{left:0; top:15%; width:100%; padding:0px 10px; font-size:23px; text-align:center; box-sizing:border-box;}
	.js_slide.type_03 .title span{font-size:12px;}
	.js_slide.type_03 .control a.btn_left,
	.js_slide.type_03 .control a.btn_right{display:none;}
}

div[class*="slide_view_"]{position:relative;width:100%;height:auto;padding:0px 0px 42px 0px;margin-bottom:10px;text-align:center;/* background-color:#eee; */}
div[class*="slide_view_"] span{position:absolute; left:0; bottom:0; width:100%; height:42px; padding:6px 15px; line-height:30px; font-size:15px; text-align:center; color:#505050; background-color:#fff; box-sizing:border-box;}
div[class*="slide_view_"] span strong{display:inline-block; font-weight:500; font-size:15px;}
div[class*="slide_view_"] img{max-width: 85%;}
div[class*="slide_view_"].notitle{padding-bottom:0;}
div[class*="slide_view_"].notitle span{display:none;}
.js_slide.type_04{height: 90px;padding:0px 50px;}
.js_slide.type_04 .title{display:none;}
.js_slide.type_04 .control{bottom:0; z-index:0; width:100%; height:100%;}
.js_slide.type_04 .control a.btn_play,
.js_slide.type_04 .control a.btn_stop{display:none;}
.js_slide.type_04 .control a.btn_left,
.js_slide.type_04 .control a.btn_right{display:block; position:absolute; top:0; width:40px; height:100%; border:none; background:none;}
.js_slide.type_04 .control a.btn_left{left:0;}
.js_slide.type_04 .control a.btn_right{right:0;}
.js_slide.type_04 .control a.btn_left span,
.js_slide.type_04 .control a.btn_right span{
	display:block; position:absolute; left:0; top:0; width:100%; height:100%; background-size:auto 50% !important;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.js_slide.type_04 .control a.btn_left span{background:url(/images/web/site/skin/photo_slide_left.gif) no-repeat center center;}
.js_slide.type_04 .control a.btn_right span{background:url(/images/web/site/skin/photo_slide_right.gif) no-repeat center center;}
.js_slide.type_04 .control a.btn_left:hover span{background:#b6b6b6 url(/images/web/site/skin/photo_slide_left_on.gif) no-repeat center center;}
.js_slide.type_04 .control a.btn_right:hover span{background:#b6b6b6 url(/images/web/site/skin/photo_slide_right_on.gif) no-repeat center center;}
.js_slide.type_04 .move ul li a:hover,
.js_slide.type_04 .move ul li a:focus,
.js_slide.type_04 .move ul li a.on:link,
.js_slide.type_04 .move ul li a.on:visited,
.js_slide.type_04 .move ul li a.on:active,
.js_slide.type_04 .move ul li a.on:hover{border:2px solid #ff6600;}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Padding

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.pt_00{padding-top:0px !important;}
.pt_05{padding-top:5px !important;}
.pt_10{padding-top:10px !important;}
.pt_15{padding-top:15px !important;}
.pt_20{padding-top:20px !important;}
.pt_25{padding-top:25px !important;}
.pt_30{padding-top:30px !important;}
.pt_35{padding-top:35px !important;}
.pt_40{padding-top:40px !important;}
.pt_45{padding-top:45px !important;}
.pt_50{padding-top:50px !important;}

.pr_00{padding-right:0px !important;}
.pr_05{padding-right:5px !important;}
.pr_10{padding-right:10px !important;}
.pr_15{padding-right:15px !important;}
.pr_20{padding-right:20px !important;}
.pr_25{padding-right:25px !important;}
.pr_30{padding-right:30px !important;}
.pr_35{padding-right:35px !important;}
.pr_40{padding-right:40px !important;}
.pr_45{padding-right:45px !important;}
.pr_50{padding-right:50px !important;}

.pb_00{padding-bottom:0px !important;}
.pb_05{padding-bottom:5px !important;}
.pb_10{padding-bottom:10px !important;}
.pb_15{padding-bottom:15px !important;}
.pb_20{padding-bottom:20px !important;}
.pb_25{padding-bottom:25px !important;}
.pb_30{padding-bottom:30px !important;}
.pb_35{padding-bottom:35px !important;}
.pb_40{padding-bottom:40px !important;}
.pb_45{padding-bottom:45px !important;}
.pb_50{padding-bottom:50px !important;}

.pl_00{padding-left:0px !important;}
.pl_05{padding-left:5px !important;}
.pl_10{padding-left:10px !important;}
.pl_15{padding-left:15px !important;}
.pl_20{padding-left:20px !important;}
.pl_25{padding-left:25px !important;}
.pl_30{padding-left:30px !important;}
.pl_35{padding-left:35px !important;}
.pl_40{padding-left:40px !important;}
.pl_45{padding-left:45px !important;}
.pl_50{padding-left:50px !important;}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////

	Margin

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.mt_00{margin-top:0px !important;}
.mt_05{margin-top:5px !important;}
.mt_10{margin-top:10px !important;}
.mt_15{margin-top:15px !important;}
.mt_20{margin-top:20px !important;}
.mt_25{margin-top:25px !important;}
.mt_30{margin-top:30px !important;}
.mt_35{margin-top:35px !important;}
.mt_40{margin-top:40px !important;}
.mt_45{margin-top:45px !important;}
.mt_50{margin-top:50px !important;}

.mr_00{margin-right:0px !important;}
.mr_05{margin-right:5px !important;}
.mr_10{margin-right:10px !important;}
.mr_15{margin-right:15px !important;}
.mr_20{margin-right:20px !important;}
.mr_25{margin-right:25px !important;}
.mr_30{margin-right:30px !important;}
.mr_35{margin-right:35px !important;}
.mr_40{margin-right:40px !important;}
.mr_45{margin-right:45px !important;}
.mr_50{margin-right:50px !important;}

.mb_00{margin-bottom:0px !important;}
.mb_05{margin-bottom:5px !important;}
.mb_10{margin-bottom:10px !important;}
.mb_15{margin-bottom:15px !important;}
.mb_20{margin-bottom:20px !important;}
.mb_25{margin-bottom:25px !important;}
.mb_30{margin-bottom:30px !important;}
.mb_35{margin-bottom:35px !important;}
.mb_40{margin-bottom:40px !important;}
.mb_45{margin-bottom:45px !important;}
.mb_50{margin-bottom:50px !important;}

.ml_00{margin-left:0 !important;}
.ml_05{margin-left:5px !important;}
.ml_10{margin-left:10px !important;}
.ml_15{margin-left:15px !important;}
.ml_17{margin-left:17px !important;}
.ml_18{margin-left:18px !important;}
.ml_20{margin-left:20px !important;}
.ml_25{margin-left:25px !important;}
.ml_30{margin-left:30px !important;}
.ml_35{margin-left:35px !important;}
.ml_40{margin-left:40px !important;}
.ml_45{margin-left:45px !important;}
.ml_50{margin-left:50px !important;}