@media all and (min-width:1024px) {

}



@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(../font/Roboto-ExtraLight.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../font/Roboto-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url(../font/Roboto-Bold.ttf) format('truetype');
}

.strong {
  font-weight: 600;
  color: #000;
}

.italic {
  display: inline !important;
  font-style: italic;
}

.clear {
  clear: both;
  padding: 0 !important;
}
i:focus,

i:active {
  color: #000 !important;
  -webkit-transition: none;
  transition: none;
}

.bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

html {
  background: #ddd;
}

body {
  max-width: 1600px !important;
  margin: 0 auto;
  position: relative;
  font-family: 'roboto', Arial, Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  text-align: center;
}

@media all and (min-width:375px) {
  body {
    font-size: 13px !important;
  }
}
@media all and (min-width:480px) {
  body {
    font-size: 14px !important;
  }
}
@media all and (min-width:1024px) {
  body {
    font-size: 16px !important;
  }
}

header {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (min-width:1024px) {
  header {
    text-align: center;
  }
}

header.fixed > .gnb-mobile {
  width: 100%;
  line-height: 34px;
  height: 34px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}

header.fixed > .gnb-mobile > i {
  font-size: 2.3em;
}

header.fixed > .gnb-mobile > h1 {
  top: 0.1em;
  font-size: 1em;
}

header.fixed > .gnb-mobile > a {
  line-height: 34px;
}

.gnb-mobile {
  line-height: 45px;
  height: 45px;
  background: #fff;
  text-align: center;
  border-bottom: solid 1px #dfdfdf;
}

@media all and (min-width:1024px) {
  .gnb-mobile {
    display: none;
  }
}

.gnb-mobile > i {
  display: inline-block;
  position: relative;
  left: 0.1em;
  float: left;
  font-size: 3em;
  color: #d7ae6d;
  z-index: 1;
}

.gnb-mobile > h1 {
  display: inline-block;
  width: 55%;
  position: relative;
  font-size: 1.1em;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gnb-mobile > h1:focus,
.gnb-mobile > h1:active {
  color: #000;
}

.gnb-mobile > nav {
  width: 60%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 11;
  background: #f0f0f0;
  text-align: left;
  overflow-y: auto;
}

.gnb-mobile > nav.show {
  left: 0;
  z-index: 11;
}

.gnb-mobile > nav > div {
  line-height: 6em;
  height: 6em;
}

.gnb-mobile > nav > div > img {
  display: inline-block;
  height: 67%;
  padding-left: 5%;
  vertical-align: middle;
}

.gnb-mobile > nav > ul {
  width: 100%;
  background: #fff;
}

.gnb-mobile > nav > ul > li {
  padding: 0.8em 0 0.8em 10%;
  border-bottom: dashed 1px #dfdfdf;
  line-height: 1.8em;
}

.gnb-mobile > nav > ul > li:last-child {
  border-bottom: none;
}

.gnb-mobile > nav > ul > li > span,
.gnb-mobile > nav > ul > li > a {
  display: inline-block;
  padding-bottom: 0.3em;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.gnb-mobile > nav > ul > li > ul > li {
  line-height: 2.1em;
}

.gnb-mobile > nav > ul > li > ul > li.current > a {
  font-weight: 600;
  color: #710072;
  pointer-events: none;
}

.gnb-mobile > nav > ul > li > ul > li > a {
  display: block;
  padding: .5em 0;
  line-height: 1.3em;
  font-size: 0.9em;
  color: #555;
  -webkit-transition: text-indent .5s;
  transition: text-indent .5s;
}

.gnb-mobile > nav > ul > li > a:hover,
.gnb-mobile > nav > ul > li > ul > li > a:hover {
  color: #710072;
  text-decoration: underline;
}

.gnb-mobile > a {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  float: right;
  font-size: 0.9em;
  background: #d7ae6d;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.gnb-mobile > a:active {
  color: #000;
}

.gnb-mobile > a:hover {
  background: #a27a00;
}

.gnb-desktop {
  display: none;
}

@media all and (min-width:1024px) {
  header.fixed > .gnb-desktop {
    max-width: 1600px;
    margin: 0 auto;
    line-height: 38px;
    height: 38px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.9em !important;
    background: rgba(255, 255, 255, 0.85);
  }

  header.fixed > .gnb-desktop > a:nth-child(3) {
    line-height: inherit;
    border-radius: 0;
  }

  header.fixed .gnb-desktop > div i {
    top: 0.1em;
    padding: 0;
  }

  header.fixed .gnb-desktop > a:nth-child(1) > img {
    height: 90%;
  }

  .gnb-desktop {
    display: inline-block;
    width: 100%;
    height: 5em;
    line-height: 5em;
    position: relative;
    text-align: center;
    background: #fff;
    border-bottom: solid 1px #dfdfdf;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
  }

  .gnb-desktop > a:nth-child(1) {
    display: inline-block;
    box-sizing: border-box;
    height: inherit;
    padding-left: 3%;
    float: left;
  }

  .gnb-desktop > a:nth-child(1) > img {
    height: 75%;
    vertical-align: middle;
  }

  .gnb-desktop > nav {
    display: inline-block;
    margin-right: 1.5%;
    width: 52%;
    float: right;
    text-align: left;
  }

  .gnb-desktop > nav > ul {
    display: table;
    width: 100%;
  }

  .gnb-desktop > nav > ul > li {
    display: table-cell;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }

  .gnb-desktop > nav > ul > li > a:after {
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 300;
    color: #ddd;
  }

  .gnb-desktop > nav > ul > li:last-child > a:after {
    content: "";
  }

  .gnb-desktop > nav > ul > li.current > a {
    color: #710072;
    font-weight: 600;
  }

  .gnb-desktop > nav > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }

  .gnb-desktop > nav > ul > li > a {
    display: block;
    padding: 0 1em;
    color: #000;
  }

  .gnb-desktop > nav > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    position: absolute;
    top: 130%;
    left: 0;
    background: #555;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity .4s, visibility .4s, top .4s;
    transition: opacity .4s, visibility .4s, top .4s;
  }

  .gnb-desktop > nav > ul > li:nth-of-type(4) > ul,
  .gnb-desktop > nav > ul > li:nth-of-type(5) > ul {
    left: inherit;
    right: 0;
  }

  .gnb-desktop > nav > ul > li:hover::after {
    border: solid transparent;
    content: '';
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    border-width: 10px;
    border-bottom-color: #333;
    pointer-events: none;
  }

  header.fixed .gnb-desktop > nav > ul > li:hover::after {
    border-width: 6px;
  }

  .gnb-desktop > nav > ul > li > ul > li {
    text-align: left;
    -webkit-transition: background .6s;
    transition: background .6s;
  }

  .gnb-desktop > nav > ul > li > ul > li:hover {
    background: #710072;
  }

  .gnb-desktop > nav > ul > li > ul > li:hover > a {
    color: #fff !important;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-indent: 1.5em;
  }

  .gnb-desktop > nav > ul > li > ul > li.current {
    pointer-events: none;
  }

  .gnb-desktop > nav > ul > li > ul > li.current > a {
    font-weight: 600;
    color: #710072;
  }

  .gnb-desktop > nav > ul > li > ul > li > a {
    display: block;
    margin: 0 2em;
    padding: 1.1em 0;
    border-bottom: dotted 1px #999;
    line-height: 1.5em;
    color: #fff;
    text-indent: .5em;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-transition: text-indent .5s;
    transition: text-indent .5s;
  }

  .gnb-desktop > nav > ul > li > ul > li:last-child > a {
    border-bottom: none;
  }

  .gnb-desktop > a:nth-child(3) {
    display: inline-block;
    line-height: 3em;
    margin-right: 3%;
    padding: 0 1.5em;
    border-radius: 8px;
    position: relative;
    left: 6%;
    background: #d7ae6d;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: background .3s;
    transition: background .3s;
  }

  .gnb-desktop > a:nth-child(3):active {
    color: #000;
  }

  .gnb-desktop > a:nth-child(3):hover {
    background: #a27a00;
  }
}

.wp-main {
  position: relative;
  text-align: center;
}

main {
  position: relative;
  z-index: 1;
}

@media all and (min-width:1024px) {
  main {
    display: block;
  }
}

.page_cover {
  width: 100%;
  height: 30em;
  position: relative;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  text-align: center;
}

@media all and (min-width:1024px) {
  .page_cover {
    display: inline-block;
    height: 40em;
  }
}

.page_cover.campaign {
  background-image: url(../img/campaign-page_cover.jpg);
}

.page_cover.naming {
  background-image: url(../img/naming-page_cover.jpg);
}

.page_cover.video {
  background-image: url(../img/naming-page_cover.jpg);
}

.page_cover > h1 {
  display: none;
  margin: auto;
  width: 90%;
  height: 1em;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page_cover > h1 > span {
  display: block;
  text-align: center;
}

.page_cover > h1 > span:nth-child(1) {
  margin-bottom: 0.2em;
  line-height: 1em;
  font-size: 2.4em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

@media all and (min-width:1024px) {
.page_cover > h1 > span:nth-child(1) {
    font-size: 2.9em;
  }
}

.page_cover > h1 > span:nth-child(2) {
  line-height: 1.3em;
  font-size: 0.7em;
  font-weight: 600;
  color: #fff;
}

@media all and (min-width:1024px) {
  .page_cover > h1 > span:nth-child(2) {
    font-size: 0.9em;
  }
}

.page_cover > h1 > i {
  display: inline-block;
  margin-top: 0.5em;
  font-size: 1.5em;
  color: #d7ae6d;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

@media all and (min-width:1024px) {
  .page_cover > h1 > i {
    font-size: 2em;
  }
}

.page_cover-banner {
  display: block;
  padding: 1.2em 8.5em .8em 2em;
  position: absolute;
  right: 0;
  bottom: 2em;
  background: rgba(116, 48, 144, .5);
  color: #fff;
  font-size: 1.2em;
  text-align: right;
  z-index: 1;
  transition: background .3s;
}

.ie8 .page_cover-banner {
  background: #743090;
}

.page_cover-banner > strong {
  display: block;
  padding-bottom: .5em;
  transition: color .3s;
}

.page_cover-banner:hover > strong {
  color: #000;
}

.page_cover-banner__img {
  display: block;
  width: 120px;
  position: absolute;
  right: 1.5em;
  bottom: -1em;
  transition: transform .5s;
}

.page_cover-banner:hover .page_cover-banner__img{
  transform: rotate(10deg);
}

.black-transparency {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

main > section {
  text-align: center;
}
main > section > div {
  box-sizing: border-box;
  padding: 5em 1.5em;
  text-align: center;
}
main > section > div:nth-child(odd) {
  background: #fff;
}
main > section > div:nth-child(even) {
  background: #f5f5f5;
}

main.contact > section > div:last-child {
  background: #710072;
}

main .column > div {
  box-sizing: border-box;
  padding-bottom: 3em;
  margin-bottom: 3em;
  vertical-align: top;
  border-bottom: dashed 1px #ccc;
  text-align: center;
}

main.contact .column > div {
  border-bottom: none;
  padding-top: 0;
  margin-bottom: 0;
}

main .column > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media all and (min-width:1024px) {
  main > section > div {
    display: block;
    width: 100%;
    padding: 4em 8%;
    position: relative;
    text-align: left;
  }

  main.video.video--toronto > section > div:nth-of-type(1) > div {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }

  main.video.video--manitoba > section > div:nth-of-type(1) > div {
    width: 60%;
    margin: 0 auto;
  }

  main.video.video--toronto > section > div:nth-of-type(1) > div:nth-of-type(1) {
    margin-right: 3.5%;
  }

  main.video.video--toronto > section > div:nth-of-type(1) > div:nth-of-type(2) {
    margin-left: 3.5%;
  }


  main.contact > section > div {
    padding-bottom: 6em;
  }

  main.arts > section > div:nth-child(1),
  main.heritage > section > div:nth-child(1),
  main.education > section > div:nth-child(1),
  main.video > section > div:nth-child(1) {
    padding: 4em 10%;
  }

  main.arts > section > div:nth-child(2),
  main.heritage > section > div:nth-child(2),
  main.education > section > div:nth-child(2),
  main.video > section > div:nth-child(2) {
    padding: 4em 5%;
    text-align: center;
  }

  main .column > div {
  display: inline-block;
  width: 33%;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
}

main .column > div:nth-of-type(1),
main .column > div:nth-of-type(4),
main .column > div:nth-of-type(7) {
  padding-right: 4%;
}

main .column > div:nth-of-type(2),
main .column > div:nth-of-type(5),
main .column > div:nth-of-type(8) {
  padding-left: 2%;
  padding-right: 2%;
}

main .column > div:nth-of-type(3),
main .column > div:nth-of-type(6),
main .column > div:nth-of-type(9) {
  padding-left: 4%;
}

main.arts .column > div:nth-of-type(1),
main.arts .column > div:nth-of-type(2),
main.arts .column > div:nth-of-type(3) {
  padding-bottom: 3em;
  margin-bottom: 3em;
}

main.arts .column > div:nth-of-type(4),
main.arts .column > div:nth-of-type(5) {
  border-bottom: none;
}

main.education .column > div:nth-of-type(1) {
  border-bottom: none;
}

main.contact .column > div {
  text-align: left;
}

main.contact .column > div:nth-child(1) {
  width: 65%;
  padding-right: 2%;
}

main.contact .column > div:nth-child(2) {
  width: 34.5%;
  padding-left: 2%;
}

main.video .column > div:nth-of-type(1),
main.video .column > div:nth-of-type(2),
main.video .column > div:nth-of-type(3) {
  padding-bottom: 3em;
  margin-bottom: 3em;
}

main.video .column > div:nth-of-type(4),
main.video .column > div:nth-of-type(5),
main.video .column > div:nth-of-type(6) {
  border-bottom: none;
}

footer .column > div {
  margin-bottom: 0 !important;
  padding: 2em 2%;
  border-bottom: none !important;
  float: left;
  text-align: left;
}

footer .column > div:nth-child(1) {
  width: 70%;
  margin-left: 6%;
}

footer .column > div:nth-child(2) {
  width: 15%;
  margin-top: 3%;
}

main.contact .column > div img {
  width: 90%;
}
}

@media all and (min-width:1280px) {
  main > section > div,
  main > aside > div {
    padding: 4em 15%;
  }
}

footer .column > div {
  display: inline-block;
  width: 90%;
  float: none;
  text-align: center;
}

footer .column > div:nth-of-type(1) {
  padding-top: 2em;
}

footer .column > div:nth-of-type(2) {
  padding: 1.5em 0;
}  

.wp-img {
  display: block;
  margin: 0 auto 2em;
  width: 80%;
}

@media all and (min-width:1024px) {
.wp-img {
    overflow: hidden !important;
  }

  section > div > .wp-img {
    display: inline-block;
    box-sizing: border-box;
    width: 45%;
    float: right;
    padding-left: 8%;
  }

  .column .wp-img {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.column .wp-img {
  display: block;
  box-sizing: border-box;
  margin-bottom: 1em;
}

.wp-img > img {
  width: 100%;
}

@media all and (min-width:1024px) {
.column .wp-img > img {
    opacity: 0;
  }

  .column .wp-img > img.show {
    opacity: 1;
  }

  .wp-img > img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 10s -webkit-transform;
    transition: 10s transform;
  }

  section > div:hover > .wp-img > img,
  .column > div:hover > .wp-img > img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

main.video iframe {
  display: block;
  width: 100%;
  height: 20em;
}

main.video .column iframe {
  height: 13em;
}

main.contact .column img {
  display: inline-block;
  width: 50%;
}

main h2 {
  line-height: 1.3em;
  position: relative;
  font-size: 3em;
  font-weight: 300;
  color: #aaa;
  margin-bottom: 1em;
  text-align: center;
}

@media all and (min-width:1024px) {
  main h2 {
    line-height: 1.2em;
    opacity: 0;
    left: -0.7em;
    font-size: 3.5em;
  }

  main h2.animate {
    left: 0;
    opacity: 1;
  }

  main h2 > .subtitle {
    display: block;
    margin-top: .8em;
    font-size: .5em;
    color: inherit;
    text-align: center;
  }
}

/* #our_donors h2 {
color: #fff;
} */
main.contact div:first-of-type h2 {
  margin-top: 1.3em;
}

main.contact div:nth-of-type(2) h2 {
  color: #fff;
}

main h3 {
  margin-bottom: 1em;
  line-height: 1.3em;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: left;
}

main p + h3,
main ul + h3 {
  margin: 1.5em 0;
}

main > section > .column h3 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

main.campaign > section > div:nth-child(even) > h3 {
  color: #fff;
}

main.campaign > section > div:last-child > h3 {
  color: #710072;
}

@media all and (max-width:1024px) {
  main.contact > section > div h3 {
    text-align: center;
  }
}

main.video h3 {
  text-align: center;
  text-transform: capitalize;
}

main h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #aaa;
  text-align: left;
}

footer h4 {
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

main p,
main span {
  line-height: 1.6em;
  font-weight: 400;
  color: #000;
  text-align: justify;
}

main.contact > section > div:nth-child(even) > p {
  color: #ddd;
}

section > div:nth-child(even) > ul > li span > span {
  color: #fff;
}

main.campaign > section > div#leadership_team > ul > li > span > span {
  font-weight: 600;
  color: #000;
}

main .column span {
  display: block;
  line-height: 1.3em;
  text-align: center;
}

main.video a,
main.contact a {
  color: #666;
  text-decoration: underline;
}

main.video a:hover,
main.contact a:hover {
  color: #710072;
}

@media all and (min-width:1024px) {
  main.arts .column p,
  main.heritage .column p,
  main.education .column p {
    height: 8em;
    overflow: hidden;
  }

  main.contact .column span {
    text-align: left;
  }
}

footer span,
footer a {
  line-height: 1.5em;
  color: #eee;
  word-break: break-all;
}

footer a:hover {
  color: #710072;
  text-decoration: underline;
}

main a > img {
  width: 100%;
}

main h3 > a {
  color: #000;
}

p + ul {
  margin-top: 2em;
}

ul + p {
  margin-top: 2em;
}

main ul > li {
  padding-left: 1.3em;
  padding-bottom: 0.5em;
  text-align: left;
}

main ul > li > span {
  position: relative;
}

main ul > li > span:before {
  content: "•";
  font-size: 1.2em;
  position: absolute;
  left: -1.3em;
}

section > div:nth-child(even) > ul > li > ul {
  margin-top: 0.7em;
}

.google-map {
  display: block;
  width: 85%;
  margin: 0 auto;
  height: 25em;
}

@media all and (min-width:1024px) {
 .google-map {
    width: 100%;
    height: 26em;
    margin: 0;
  }
}

footer {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  background: #888;
  text-align: center;
}

@media all and (min-width:1024px) {
footer {
  margin: 0 auto;
}
}

footer > div:nth-of-type(1) {
  padding: 1em 5%;
  background: #555;
}

footer > div:nth-of-type(1) > span > a {
  font-weight: 600;
  color: #d7ae6d;
}

footer > div:nth-of-type(1) > span > a:active {
  color: #000;
}

footer i {
  display: inline-block;
  margin: 0 0.3em;
  padding: 0.8em;
  border-radius: 50%;
  font-size: 1.2em;
  color: #fff;
}

@media all and (min-width:1024px) {
  footer i {
    -webkit-transition: color .3s;
    transition: color .3s;
  }

  footer i:hover {
    color: #000;
  }

  /* footer sns */
  footer > div > div:last-child a {
    display: inline-block;
    margin-bottom: 0.8em;
  }
}

.icon-facebook {
  background: #46629e;
}

.icon-twitter {
  background: #55acee;
}

.icon-linkedin {
  background: #0274b3;
}

.icon-youtube {
  background: #e22b27;
}

.copyright {
  display: block;
  padding-bottom: 0.5em;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
}

@media all and (min-width:1024px) {
  .copyright {
    padding-left: 8%;
    text-align: left;
  }
}

.icon-arrow-up-10 {
  padding: 0.7em;
  z-index: 1;
  border-radius: 50%;
  position: fixed;
  right: 0.8em;
  bottom: -3em;
  font-size: 1.5em;
  color: #fff;
  background: #d7ae6d;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: bottom .5s, background .5s;
  transition: bottom .5s, background .5s;
}

@media all and (min-width:1024px) {
  .icon-arrow-up-10:hover {
    background: #a27a00;
  }
}

.icon-arrow-up-10.show {
  bottom: 0.8em;
}

.wp-btn {
  margin-top: 2em;
  text-align: center;
}

.btn {
  display: inline-block;
  width: 46%;
  padding: 0.9em 0;
  border-radius: 8px;
  color: #fff;
  border: 1px solid;
  outline: none;
  font-size: 0.9em;
  text-align: center;
}

@media all and (min-width:1024px) {
  .btn {
    overflow: hidden;
    position: relative;
    vertical-align: top;
    -webkit-transition: background .4s, color .4s, text-indent .4s .2s;
    transition: background .4s, color .4s, text-indent .4s .2s;
  }

  main > section > div:nth-child(1) .btn {
    width: 25%;
  }

  main > section > .column .btn.more {
    width: 43%;
  }

  main > section > .column .btn.naming {
    width: 51%;
  }
}

@media all and (min-width:1280px) {
.btn:hover {
    text-indent: 1.5em;
  }

  .btn:hover::before {
    content: ">";
    position: absolute;
    left: -0.5em;
  }
}

p + .btn,
ul + .btn {
  margin-top: 1.5em;
}

.btn:active {
  color: #000 !important;
  -webkit-transition: none;
  transition: none;
}

.btn.more {
  border-color: #d7ae6d;
  color: #d7ae6d;
}

.btn.more:hover {
  background: #d7ae6d;
  color: #fff;
}

.btn.naming {
  margin-left: 3%;
  border-color: #710072;
  color: #710072;
}

.btn.naming:hover {
  background: #710072;
  color: #fff;
}


