a.button1 {
    position: relative;
    color: rgba(255,255,255,1);
    text-decoration: none;
    background-color: rgba(219,87,5,1);
    font-family: 'Yanone Kaffeesatz';
    font-weight: 200;
    font-size: 2em;
    display: block;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    margin: 20px 60px 20px 0px;
    width: 200px;
    height: 40px;
    text-align: center;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    line-height: 40px;
}

a.button1:hover {
    background-color: rgb(237, 120, 16); 
    -webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
    box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7);
}

a.button1:active {
    -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
}

a.button2 {
  display: block;
  /* position: absolute; */
  /* top: 180px; */
  /* left: 50%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
}

a.button2 {
    width: 220px;
    height: 45px;
    padding-top: 8px;
    padding-bottom: 9px;
    /* font-family: 'NanumGothic'; */
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #35354d;
    background-color: #35354d;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    line-height: 45px;
    margin: 20px 60px 20px 0px;
    font-weight: 700;
    font-size: 1.5em;
}
a.button2:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 5em;
  display: block;
  position: absolute;
  top: 0;
  left: -6.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  transition: none;
}
a.button2:hover {
  background-color: #d95313;
  color: #fff;
  border: 1px solid #d95313;
}
a.button2:hover:before {
  -webkit-transform: skewX(-45deg) translateX(22em);
          transform: skewX(-45deg) translateX(22em);
  transition: all 0.6s ease-in-out;
}

a.button3 {
    position: absolute;
    /* top: 31px; */
    /* left: 620px; */
    width: 50px;
    height: 25px;
    background-color: #5a7bb4;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}
a.button3:hover {
    background-color: #5a7bb4;
    border: 1px solid #efefef;
}

a.button_back {
	color: #fff;
	background-color: #585858;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.button_back {
	color: #fff;
	background-color: #585858;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn_comment {
	color: #757474;
	background-color: #efefef;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
	border: 1px solid #a8a8a8;
	border-radius: 4px;
}

.btn_recomment {
	color: #fff;
	background-color: #ff8400;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 12px;
	font-size: 18px;
	/* border: 1px solid #a8a8a8; */
	border-radius: 4px;
}
