

.btn-wrap {
    text-align: center;
    margin-top: 30px;
}
.btn-wrap.low {margin-top: 10px;}
.btn-wrap.low2 {margin-top: 20px;}
.btn-wrap a,
.btn-wrap input{margin:0 3px;}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
}
.btn:hover {
    text-decoration: none!important;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow:none;
	box-shadow:none;
    /* box-shadow: inset 0 3px 5px rgba(0,0,0,.125); */
}
.btn-xs {
    height: 26px;
    line-height: 24px;
    font-size: 12px;
	padding: 0 10px;
}
.btn-xs2 {
    height: 32px;
    line-height: 28px;
    font-size: 14px;
}
.btn-sm {
    height: 34px;
    line-height: 30px;
    font-size: 15px;
}

.btn-md {
    height: 44px;
    line-height: 42px;
    font-size: 16px;
}

.btn-lg {
    height: 52px;
    line-height: 52px;
    font-size: 17px;
}

.btn-xl {
    height: 60px;
    line-height: 60px;
    font-size: 17px;
}
.btn-wpd {
    padding: 0 70px;
}
.btn-wpd-fs {
    padding: 0 70px;
    font-size: 20px !important;
}
.btn-spd {
    padding: 0 30px;
}
.btn-bpd {
    padding: 0 45px;
}

.btn-primary {
    background: #0087bd;
    border-color: #0087bd;
    color: #fff;
	font-weight: bold;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
	/*background: #09639e !important;
	border-color: #09639e;*/
	background: #0b506b !important;
	border-color: #0b506b;
    color: #fff !important;
}
.btn-primary2 {
    background: #1b95e0;
    border-color: #1b95e0;
    color: #fff !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2.focus {
	background: #0f77b8 !important;
	border-color: #0f77b8;
    color: #fff !important;
}
.btn-primary-big {
    padding: 0 50px;
    font-size: 20px !important;
}
.btn-primary-big2 {
    padding: 0 70px;
    font-size: 24px !important;
}

.btn-default {
    background: #fff;
    border-color: #fff;
    color: #222;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
	background: transparent !important;
	border-color: #fff;
    color: #fff !important;
}

/*.btn-point {
    background: #ffcc28;
    border-color: #ffcc28;
    color: #222;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-point:hover {
    background: #faa700;
	border-color: #faa700;
	color: #111;
}*/
.btn-point {
    background: #555;
    border-color: #555;
    color: #fff;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-point:hover,
.btn-point:focus{
    background: #222;
	border-color: #222;
	color: #fff;
}

.btn-util {
    background: #fff;
    border: 1px solid #dedede;
    color: #555 !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.btn-util:hover,.btn-util:focus,.btn-util.focus {
    background: #f7f7f7;
    color: #555;
	border-color: #dedede;
}

.btn-util-em {
    background: #8f8f8f;
    border: 1px solid #8f8f8f;
    color: #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.btn-util-em:hover,.btn-util-em:focus,.btn-util-em.focus {
    background: #4d4d4d;
	border-color: #4d4d4d;
    color: #fff;
}
.btn-util-em2 {
    background: #8f8f8f;
    border: 1px solid #8f8f8f;
    color: #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.btn-util-em2:hover,.btn-util-em:focus,.btn-util-em.focus {
    background: #4d4d4d;
	border-color: #4d4d4d;
    color: #fff;
}

.btn-outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.btn-outline:hover {
    background: #fff;
    border-color: #fff;
    color: #1c94d0;
}

.btn-outline-primary {
    background: #fff;
	border:1px solid #0087bd;
    color: #0087bd;
	font-weight: bold;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-outline-primary:hover{
    background: #05a4e3;
    border-color: #05a4e3;
    color: #fff!important;
}
.btn-outline-primary:focus {
	color: #0087bd;
}
#company-btnstyle .btn-primary{font-weight:normal !important;}
#company-btnstyle .btn-outline-primary{font-weight:normal !important;}
/*.btn-outline-primary {
    background: #fff;
	border:2px solid #3dbceb;
    color: #2db1e0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-outline-primary:hover {
    background: #3dbceb;
    border-color: #3dbceb;
    color: #fff!important;
}*/
.btn-outline-primary2 {
    background: transparent;
    border-color: #1699db;
    color: #0e86c2;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.btn-outline-primary2:hover {
    background: #1699db;
    border-color: #1699db;
    color: #fff!important;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-outline-util {
    background: transparent;
    border-color: #a2a2a2;
    color: #303003;
}
.btn-outline-util:hover,
.btn-outline-util:focus,
.btn-outline-util.focus {
	background: #848484;
	border: 1px solid #848484;
	color: #fff;
}

.btn-outline-util-em {
	background: #fff;
	border-color: #686868;
	color: #333;
}
.btn-outline-util-em:hover,
.btn-outline-util-em:focus,
.btn-outline-util-em.focus {
	background: #686868;
	border: 1px solid #686868;
	color: #fff;
}
.btn-outline-round {
    background: transparent;
    border-color: #4d4d4d;
    color: #333;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-outline-round:hover {
    background: #4d4d4d;
    border-color: #4d4d4d;
    color: #fff;
}
.btn-outline-round.bg-white{background: #fff;}
.btn-outline-round.bg-white:hover {background: #111;}
.btn-outline-round.btn-xs{-webkit-border-radius:28px;-moz-border-radius:28px;border-radius:28px;}
.btn-outline-round.btn-xs2{-webkit-border-radius:32px;-moz-border-radius:32px;border-radius:32px;padding: 0 18px;}
.btn-outline-round.btn-sm{-webkit-border-radius:34px;-moz-border-radius:34px;border-radius:34px;padding: 0 18px;}
.btn-outline-round.btn-sm2{-webkit-border-radius:38px;-moz-border-radius:38px;border-radius:38px;padding: 0 20px;}
.btn-outline-round.btn-md{-webkit-border-radius:42px;-moz-border-radius:42px;border-radius:42px;padding: 0 22px;}
.btn-outline-round.btn-lg{-webkit-border-radius:52px;-moz-border-radius:52px;border-radius:52px;padding: 0 26px;}


.btn-util-gradient {
    color: #333;
    border-color: #848484;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+81,f6f6f6+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(247,247,247,1) 81%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 81%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(247,247,247,1) 81%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.btn-util-gradient:hover,
.btn-util-gradient:focus,
.btn-util-gradient.focus {
    color: #333;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,ededed+76,eaeaea+100 */
    background: rgb(249,249,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(237,237,237,1) 76%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 76%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(237,237,237,1) 76%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.btn-outline-act {
    background:#fff;
    border-color: #dedede;
    color: #222;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-outline-act:hover {
    /*background:#ffcc28;
	border-color:#fabb00;
	color: #222!important;*/
	background: #4d4d4d;
    border-color: #4d4d4d;
    color: #fff !important;
}
.btn-point-act {
    background:#fff;
    border-color: #0087bd;
    color: #0087bd;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-point-act:hover {
    background:#05a4e3;
	border-color:#05a4e3;
    color: #fff!important;
}

.btn-outline-primary:hover i,
.btn-outline-util-em:hover i,
.btn-outline-util:hover i,
.btn-primary i,
.btn-util i,
.btn-util-em i {
    color: #fff!important;
}
.btn-util.addLinkMinus i{color:inherit!important;}
.btn-noBdrs {
    border-radius: 0;
}
.btn-bdrs {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.btn-showMore {
    display: inline-block;
    /* font-size: 13px;*/
	font-size: 14px;
    position: absolute;
    line-height: 1.1;
}
.btn-showMore:hover {
    text-decoration: underline;
}
.btn-showMore-plus {
    font-size: 13px;
    color: #acacac;
    position: absolute;
    padding-left: 14px;
    line-height: 1.1;
}
.btn-showMore-plus:hover {
    border-bottom: 1px solid #333;
    color: #333;
}
.btn-showMore-plus:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 2px;
    background: #acacac;
}
.btn-showMore-plus:before {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    top: 1px;
    width: 2px;
    height: 8px;
    background: #acacac;
}
.btn-showMore-box {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    position: relative;
    display: block;
    margin-top: 3px;
    background: #fff;
    color: #222;
	border: 1px solid #e6e6e6;
}
.btn-showMore-box:hover {
    transition: all 0.3s ease;
    color: #000;
    /*font-weight: bold;*/
    border: 1px solid #b3b3b3;
}
/*.btn-gotoMobile {
	clear:both !important;
	overflow:hidden;
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    
    display: block;
    margin-top: 30px;
    background: #666;
    color: #fff;
}
.btn-gotoMobile:hover {
    transition: all 0.3s ease;
	background: #555;
	color:#fff;
}
@media (max-width: 1080px){
	.btn-gotoMobile {
		height: 200px;
		line-height: 200px;
		font-size: 100px;
		margin-top: 50px;
		background: #555;
		color:#fff;
	}
}
@media (max-width: 767px){
	.btn-gotoMobile {
		height: 140px;
		line-height: 140px;
		font-size: 70px;
		margin-top: 50px;
		color:#000;
	}
}*/
.btn-gotoMobile {
	clear:both !important;
	overflow:hidden;
	margin-top: 30px;
	margin-bottom:30px;
	width:230px;
	height: 60px;
    line-height: 60px;
    background: #bbb;
    border-color: #bbb;
    color: #fff;
	text-align: center;
    font-size: 34px;
    font-weight: bold;
    display: inline-block;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;   
}
.btn-gotoMobile:hover {
    transition: all 0.3s ease;
	background: #888;
	color:#fff;
}

.btn-add {
    width: 38px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
}

/* font-awesome 수정 */
.btn-fa{display:block;width:20px;height:20px;line-height:18px;text-align:center;vertical-align:middle;}
.btn-fa:hover{;}


.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.btn-rssFollow {
    background: #4c7a9e;
    border-color: #4c7a9e;
    color: #fff;
	font-size:11px !important;
	line-height:20px;
	padding: 0 8px !important;
	height: 20px;
	display: inline-block;
	vertical-align:middle;
	text-transform:none !important;
	-webkit-border-radius:2px !important;
	-moz-border-radius:2px !important;
	border-radius:2px !important;
	text-decoration:none !important;
}
.btn-rssFollow:hover,
.btn-rssFollow:focus,
.btn-rssFollow.focus {
	background: #23699e !important;
	border-color: #23699e;
    color: #fff !important;
}

.btn-footer-release{
    background: #f2a218;
    border-color: #f2a218;
    color: #fff;
    font-size:17px;
    height:42px;
    line-height:40px;
    padding:0 23px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-footer-release:hover,
.btn-footer-release:focus{
	background: #e69100 !important;
	border-color: #e69100;
    color: #fff !important;
}
.btn-footer-subscribe{
    background: #68a6ba;
    border-color: #68a6ba;
    color: #fff;
    font-size:17px;
    height:42px;
    line-height:40px;
    padding:0 23px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.btn-footer-subscribe:hover,
.btn-footer-subscribe:focus{
	background: #4f94ab !important;
	border-color: #4f94ab;
    color: #fff !important;
}










