﻿@charset "utf-8";
@import "reset.css";

/*공통 class*/

.center{text-align:center !important;}
.left{text-align:left !important;}
.right{text-align:right  !important;}
.point{color:#427eec;}
.point01{color:#ff5100}
.mgT15{margin-top:15px !important}
.mgT30{margin-top:30px !important}
.mgT50{margin-top:50px !important}

/* fix code */
.clearfix:after {content: "";display:block;height:0;overflow:hidden;clear:both;}
.clearfix {zoom: 1;}

/*btnOut*/
.btnOut{display:inline-block;min-width:50px;height:32px;line-height:32px;margin-left:1px;padding:0 10px;color:#fff;font-size:13px;text-align:center;font-weight:400;vertical-align: middle;letter-spacing:-1px;cursor:pointer;overflow:hidden;}
.btnOut:hover{color:#fff}
input.btnOut,
button.btnOut{min-width:65px;border:0 none}
.btnOut.type01{background-color: #427eec;}
.btnOut.type02{background-color: #7e7e7e;}
.btnOut.type03{background-color: #595959;}
.btnOut.type04{color:#444;font-size:12px; font-weight:600;border:solid 1px #8892a1; 
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfdfd), to(#edf0f3));
  background: -moz-linear-gradient(top,  #fcfdfd,  #edf0f3);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdfd', endColorstr='#edf0f3',GradientType=0 ); 
  background: -ms-linear-gradient(top, #fcfdfd 0%,  #edf0f3 100%); 
}
.btnOut.type05{color:#414141;font-size:14px;font-weight:600;border:1px solid #414141;background-color: #fff;}

/*Firefox*/
@-moz-document url-prefix(){
	input.btnOut,
	button.btnOut{line-height:29px}
}

/*btnIn 테이블*/
.btnIn{display:inline-block;min-width:27px;height:14px;line-height:13px;padding:4px 10px;margin:1px 2px 1px 0;color:#fff;font-family:'나눔고딕','Nanum Gothic','돋움',Dotum,Arial, Sans-serif;font-size:12px;text-align:center;vertical-align:middle;cursor:pointer;overflow:hidden;}
.btnIn:hover{color:#fff;text-decoration:none !important}
.btnIn.type01{height:22px;line-height:21px;padding:0 5px;color:#fff;font-weight:600;border:1px solid #3674df;border-radius:3px;background-color:#427eec}
.btnIn.type02{height:15px;line-height:14px;padding:4px 5px;color:#fff;font-weight:600;border:1px solid #848991;border-bottom:1px solid #73777f;border-radius:3px;background-color:#8a909c}
.btnIn.type03{padding-right:28px;border:1px solid #3674df;border-radius:3px;background:#427eec url("../../resources/images/content/arrow02.png") no-repeat right center}
.btnIn.type04{padding-right:35px;border:1px solid #3674df;border-radius:3px;background:#427eec url("../../resources/images/content/arrow01.png") no-repeat right 9px}
.btnIn.type05{height:16px;line-height:14px;color:#427eec;font-weight:600;border:1px solid #427eec;background-color:#f5f8ff;}
.btnIn.type06{display:inline-block;width:19px;min-width:initial;height:18px;line-height:0;padding:0;margin:0;text-indent:-999px;background:url("../../resources/images/content/carnet_botton.gif") no-repeat;}
