body {
  overflow-x: hidden; }

#wrap {
  width: 100%;
  height: 100%;
  background-color: none;
  min-width: 960px;
  margin: 0 auto;
  position: relative; }

form {
  width: 100%;
  height: 100%;
  background-color: none; }

fieldset {
  border-style: none; }

h2 {
  width: none;
  height: 100%;
  background-color: none;
  font-size: 3.5em;
  float: left;
  margin-left: 1.5em;
  color: #00a0e9;
  float: left; }

h2:first-letter {
  text-transform: uppercase; }

.plusBox {
  display: inline-block;
  width: auto;
  height: 40px;
  background-color: none;
  color: #CCCCCC;
  margin-left: 0.8em;
  font-size: 3em; }
  .plusBox:hover {
    transform: scale(1.5);
    transition: all 300ms ease-in;
    color: #00b4e7; }

#headBox {
  width: 100%;
  height: 120px;
  background-color: transparent;
  position: absolute;
  top: 0px;
  z-index: 100;
  padding: 2.5em 3em 0;
  box-sizing: border-box; }
  #headBox h1 {
    width: 9.8vw;
    height: 3.64vw;
    background-color: none;
    background-size: contain;
    background-image: url("../../img/Full/jypLogo.png");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    float: left; }
    #headBox h1 > a {
      display: inline-block;
      width: 100%;
      height: 100%;
      background-color: none;
      cursor: pointer; }
  #headBox #gnbBoox {
    width: 50px;
    height: 30px;
    background-color: none;
    float: right;
    right: 3em;
    position: fixed;
    z-index: 300;
    margin-top: 10px; }
    #headBox #gnbBoox .gnbLogo {
      width: 50px;
      height: 5px;
      background-color: #00a0e9;
      position: relative; }
      #headBox #gnbBoox .gnbLogo:before {
        content: " ";
        display: block;
        width: 50px;
        height: 5px;
        background-color: #00a0e9;
        position: absolute;
        top: 10px; }
      #headBox #gnbBoox .gnbLogo:after {
        content: " ";
        display: block;
        width: 50px;
        height: 5px;
        background-color: #00a0e9;
        position: absolute;
        top: -10px; }
  #headBox #gnbBox {
    width: 100vw;
    display: none;
    min-width: 960px;
    left: 0;
    top: 0;
    height: 100%;
    background-image: linear-gradient(to right, #00b4e7, #fff);
    opacity: 0.9;
    position: fixed;
    z-index: 100; }
    #headBox #gnbBox .photoWrap {
      width: 50%;
      height: 100%;
      background-color: none;
      float: left; }
      #headBox #gnbBox .photoWrap .gnbpBox {
        width: 83%;
        height: 40%;
        background-color: #ca8;
        background-size: cover;
        margin-top: 23%;
        margin-bottom: 3%; }
      #headBox #gnbBox .photoWrap .companyP {
        background-image: url("../../img/Full/gnb/aboutjyp_hover.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        transition: all 300ms ease-in; }
      #headBox #gnbBox .photoWrap .artistP {
        background-image: url("../../img/Full/gnb/artist_hover.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        transition: all 300ms ease-in; }
      #headBox #gnbBox .photoWrap .actorP {
        background-image: url("../../img/Full/gnb/actor_hover.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        transition: all 300ms ease-in; }
      #headBox #gnbBox .photoWrap .auditionP {
        background-image: url("../../img/Full/gnb/audition_hover.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        transition: all 300ms ease-in; }
      #headBox #gnbBox .photoWrap .nomal {
        background-image: url("../../img/Full/gnb/nomal.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        transition: all 300ms ease-in; }
      #headBox #gnbBox .photoWrap .fLBox {
        width: 40%;
        height: 30px;
        background-color: none;
        margin: 0 18%;
        margin-bottom: 2%; }
        #headBox #gnbBox .photoWrap .fLBox .flList {
          width: 100%;
          height: 30px;
          background-color: none; }
          #headBox #gnbBox .photoWrap .fLBox .flList > li {
            width: 100%;
            height: 100%;
            background-color: none;
            float: left; }
          #headBox #gnbBox .photoWrap .fLBox .flList .familysite {
            width: 57%;
            margin-right: 3%; }
            #headBox #gnbBox .photoWrap .fLBox .flList .familysite select {
              width: 100%;
              height: 100%;
              text-transform: uppercase; }
          #headBox #gnbBox .photoWrap .fLBox .flList .language {
            width: 40%;
            background-color: #715; }
            #headBox #gnbBox .photoWrap .fLBox .flList .language select {
              width: 100%;
              height: 100%;
              text-transform: uppercase; }
      #headBox #gnbBox .photoWrap .gsnsBox {
        width: 110px;
        height: 30px;
        background-color: none;
        margin: 0 30%; }
        #headBox #gnbBox .photoWrap .gsnsBox .gsnsList {
          width: 100%;
          height: 100%;
          background-color: none; }
          #headBox #gnbBox .photoWrap .gsnsBox .gsnsList > li {
            width: 30px;
            height: 100%;
            background-color: none;
            margin-right: 10px;
            float: left;
            background-size: cover; }
            #headBox #gnbBox .photoWrap .gsnsBox .gsnsList > li a {
              width: 100%;
              height: 100%;
              background-color: none;
              display: block; }
          #headBox #gnbBox .photoWrap .gsnsBox .gsnsList .twitter {
            background-image: url("../../img/Full/gnb/twitter.png");
            background-repeat: no-repeat;
            background-position: center;
            overflow: hidden; }
          #headBox #gnbBox .photoWrap .gsnsBox .gsnsList .facebook {
            background-image: url("../../img/Full/gnb/facebook.png");
            background-repeat: no-repeat;
            background-position: center;
            overflow: hidden; }
          #headBox #gnbBox .photoWrap .gsnsBox .gsnsList .instagram {
            background-image: url("../../img/Full/gnb/instagram.png");
            background-repeat: no-repeat;
            background-position: center;
            overflow: hidden; }
    #headBox #gnbBox .listWrap {
      width: 50%;
      height: 100%;
      background-color: none;
      float: right; }
      #headBox #gnbBox .listWrap .listBox {
        width: 65%;
        height: 75%;
        background-color: none;
        margin: 13% 13%; }
        #headBox #gnbBox .listWrap .listBox .gnblist {
          width: 100%;
          height: 100%;
          background-color: none; }
          #headBox #gnbBox .listWrap .listBox .gnblist > li {
            width: 100%;
            height: 25%;
            background-color: none;
            color: #333;
            text-align: center;
            font-family: 'Poiret One';
            font-size: 96px;
            font-size: 6rem;
            font-size: 5.05263vw; }
            #headBox #gnbBox .listWrap .listBox .gnblist > li:first-letter {
              text-transform: uppercase; }
            #headBox #gnbBox .listWrap .listBox .gnblist > li.company:hover > .companyMore {
              display: block; }
            #headBox #gnbBox .listWrap .listBox .gnblist > li .companyMore {
              width: 25vw;
              height: 25%;
              background-color: none;
              display: none;
              margin-left: 0.8em;
              padding: 1.5% 0;
              box-sizing: border-box; }
              #headBox #gnbBox .listWrap .listBox .gnblist > li .companyMore > li {
                width: 21%;
                height: 100%;
                background-color: none;
                margin-right: 0.3em;
                font-size: 1.2vw;
                float: left;
                font-family: 'nanumGothic';
                text-align: center;
                text-transform: uppercase; }
              #headBox #gnbBox .listWrap .listBox .gnblist > li .companyMore .notice {
                width: 18%; }
              #headBox #gnbBox .listWrap .listBox .gnblist > li .companyMore .aboutJyp {
                width: 26%; }
              #headBox #gnbBox .listWrap .listBox .gnblist > li .companyMore .ir {
                width: 6%; }
            #headBox #gnbBox .listWrap .listBox .gnblist > li.audition:hover > .auditionMore {
              display: block;
              transition: all 900ms; }
            #headBox #gnbBox .listWrap .listBox .gnblist > li .auditionMore {
              width: 25vw;
              height: 25%;
              background-color: none;
              display: none;
              margin-left: 0.8em;
              padding: 1.5% 3%;
              box-sizing: border-box; }
              #headBox #gnbBox .listWrap .listBox .gnblist > li .auditionMore > li {
                width: 15%;
                height: 100%;
                background-color: none;
                margin-right: 0.5em;
                font-size: 1.2vw;
                float: left;
                font-family: 'nanumGothic';
                text-align: center;
                text-transform: uppercase; }
              #headBox #gnbBox .listWrap .listBox .gnblist > li .auditionMore .auditionLi {
                width: 25%;
                margin-left: calc(24% - 0.3em); }
              #headBox #gnbBox .listWrap .listBox .gnblist > li .auditionMore .faq {
                width: 12%; }

#adBanner {
  width: 100%;
  height: 100%;
  background-color: none;
  margin-bottom: 20em; }
  #adBanner > #musicVideo {
    width: 100%;
    height: 100%;
    background-color: #00b4e7;
    overflow: hidden;
    position: relative; }
    #adBanner > #musicVideo video {
      width: 100%;
      height: 100%;
      background-color: #00b4e7;
      -webkit-object-fit: cover;
      -moz-object-fit: cover;
      -ms-object-fit: cover;
      -o-object-fit: cover;
      object-fit: cover; }
    #adBanner > #musicVideo #moreMv {
      width: 75px;
      height: 24px;
      background-color: none;
      position: absolute;
      z-index: 50;
      bottom: 5em;
      bottom: 50%;
      right: 0;
      margin-left: -25px;
      color: #fff; }
      #adBanner > #musicVideo #moreMv span {
        text-transform: uppercase; }
      #adBanner > #musicVideo #moreMv:hover {
        font-size: 1.1em;
        transition: all 400ms ease-in; }
      #adBanner > #musicVideo #moreMv:before {
        content: " ";
        display: block;
        margin-top: 25px;
        border-top: dashed #fff 1px; }
    #adBanner > #musicVideo #scroll {
      width: 50px;
      height: 24px;
      background-color: none;
      position: absolute;
      z-index: 50;
      bottom: 5em;
      left: 50%;
      margin-left: -25px;
      color: #fff;
      text-transform: uppercase; }
      #adBanner > #musicVideo #scroll:after {
        content: " ";
        display: block;
        margin-left: 25px;
        width: 1px;
        height: 5.2em;
        background-color: #fff; }

#fixedBanner {
  width: 100vw;
  height: 60%;
  margin-bottom: 20em;
  position: relative;
  left: 50%;
  top: 0%;
  margin-left: -50vw;
  background-attachment: fixed;
  box-sizing: border-box;
  background-image: url("../../img/fixed.png");
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-size: cover;
  padding-top: 12%;
  box-sizing: border-box; }
  #fixedBanner:first-letter {
    text-transform: uppercase; }
  #fixedBanner p {
    color: #fff;
    font-size: 3vw;
    font-size: 58.8px;
    text-align: center;
    font-family: 'Poiret One';
    opacity: 0;
    transition: all 300ms ease-out; }
  #fixedBanner .lettry:hover .try {
    color: #00b4e7;
    font-weight: bold; }
  #fixedBanner .lettry:hover .go {
    background-image: url("../../img/Full/go_hover.png");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; }
  #fixedBanner .lettry a {
    width: 100%;
    height: 100%;
    display: block; }
  #fixedBanner .try {
    font-size: 1.4vw;
    display: inline-block;
    float: left;
    margin-left: 40%; }
  #fixedBanner .go {
    width: 6vw;
    height: 1.6em;
    background-size: contain;
    opacity: 0;
    transition: all 300ms ease-out;
    background-image: url("../../img/Full/go.png");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    margin-left: 1em;
    float: left; }
  #fixedBanner .addview {
    opacity: 1; }
  #fixedBanner span {
    text-transform: uppercase; }

#newsWrap {
  width: 100%;
  height: 100%;
  background-color: none;
  margin-bottom: 25em; }
  #newsWrap div.h2Box {
    width: 100%;
    height: 15%;
    background-color: none;
    transition: all 800ms;
    transform: translateY(70%);
    opacity: 0; }
  #newsWrap .h2Box.addView {
    transform: translateY(0);
    opacity: 1; }
  #newsWrap .newsBox {
    width: 65%;
    height: 85%;
    background-color: none;
    margin: 0 auto;
    transition: all 800ms ease-out; }
  #newsWrap .newsBox.default {
    transform: translateY(60%);
    opacity: 0; }
  #newsWrap .newsBox.addview {
    transform: translateY(0);
    opacity: 1; }
  #newsWrap li {
    width: 33.3333%;
    height: 100%;
    background-color: none;
    float: left; }
  #newsWrap li > div {
    width: 100%;
    height: 90%;
    background-color: none;
    background-size: cover;
    transition: all 400ms ease-out;
    background-size: cover; }
    #newsWrap li > div a {
      display: inline-block;
      width: inherit;
      height: 100%;
      background-color: none; }
  #newsWrap li > button {
    width: 100%;
    height: 10%;
    background-color: #000;
    color: #fff;
    border: solid #000 1px;
    box-sizing: border-box;
    font-size: 1.2em;
    text-transform: uppercase; }
    #newsWrap li > button:hover, #newsWrap li > button.hover {
      background-color: #fff;
      color: #000; }
  #newsWrap .newsP_01 {
    background-image: url("../../img/Full/mainPage/news/jjprojectB.png");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; }
    #newsWrap .newsP_01:hover, #newsWrap .newsP_01.hover {
      background-image: url("../../img/Full/mainPage/news/jjproject.png");
      background-repeat: no-repeat;
      background-position: center;
      overflow: hidden; }
  #newsWrap .newsP_02 {
    background-image: url("../../img/Full/mainPage/news/suziB.png");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; }
    #newsWrap .newsP_02:hover, #newsWrap .newsP_02.hover {
      background-image: url("../../img/Full/mainPage/news/suzi.png");
      background-repeat: no-repeat;
      background-position: center;
      overflow: hidden; }
  #newsWrap .newsP_03 {
    background-image: url("../../img/Full/mainPage/news/day6B.png");
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden; }
    #newsWrap .newsP_03:hover, #newsWrap .newsP_03.hover {
      background-image: url("../../img/Full/mainPage/news/day6.png");
      background-repeat: no-repeat;
      background-position: center;
      overflow: hidden; }

#artistWrap {
  width: 100%;
  height: 100%;
  background-color: none;
  margin-bottom: 30em; }
  #artistWrap div.h2Box {
    width: 100%;
    height: 15%;
    background-color: none;
    transition: all 800ms;
    transform: translateY(70%);
    opacity: 0; }
  #artistWrap .h2Box.addView {
    transform: translateY(0);
    opacity: 1; }
  #artistWrap #artistBox {
    width: 100%;
    height: 85%;
    background-color: none;
    transition: all 800ms ease-out; }
    #artistWrap #artistBox.default {
      transform: translateY(60%);
      opacity: 0; }
    #artistWrap #artistBox.addView {
      transform: translateY(0);
      opacity: 1; }
    #artistWrap #artistBox #artistBoxT {
      width: 100%;
      height: 50%;
      background-color: none; }
      #artistWrap #artistBox #artistBoxT li {
        width: 25%;
        height: 100%;
        background-color: #ccc;
        float: left;
        transition: all 200ms ease-in;
        background-size: cover; }
        #artistWrap #artistBox #artistBoxT li a {
          display: block;
          width: 100%;
          height: 100%;
          background-color: none; }
        #artistWrap #artistBox #artistBoxT li p {
          color: #fff;
          width: 100%;
          height: 100%;
          background-color: none;
          text-transform: uppercase;
          font-size: 2.5em;
          letter-spacing: 4px;
          font-weight: bold;
          text-align: center;
          letter-spacing: 2; }
      #artistWrap #artistBox #artistBoxT .artist_01 {
        background-image: url("../../img/Full/mainPage/artist/jypB.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #artistWrap #artistBox #artistBoxT .artist_01:hover {
          background-image: url("../../img/Full/mainPage/artist/jyp.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }
      #artistWrap #artistBox #artistBoxT .artist_02 {
        background-image: url("../../img/Full/mainPage/artist/suziB.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #artistWrap #artistBox #artistBoxT .artist_02:hover {
          background-image: url("../../img/Full/mainPage/artist/suzi.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }
      #artistWrap #artistBox #artistBoxT .artist_03 {
        background-image: url("../../img/Full/mainPage/artist/got7B.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #artistWrap #artistBox #artistBoxT .artist_03:hover {
          background-image: url("../../img/Full/mainPage/artist/got7.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }
      #artistWrap #artistBox #artistBoxT .artist_04 {
        background-image: url("../../img/Full/mainPage/artist/backB.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #artistWrap #artistBox #artistBoxT .artist_04:hover {
          background-image: url("../../img/Full/mainPage/artist/back.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }
    #artistWrap #artistBox #artistBoxB {
      width: 100%;
      height: 50%;
      background-color: none; }
      #artistWrap #artistBox #artistBoxB li {
        width: 25%;
        height: 100%;
        background-color: #ccc;
        float: left;
        transition: all 200ms ease-in;
        background-size: cover; }
        #artistWrap #artistBox #artistBoxB li a {
          display: block;
          width: 100%;
          height: 100%;
          background-color: none; }
        #artistWrap #artistBox #artistBoxB li p {
          color: #fff;
          width: 100%;
          height: 100%;
          background-color: none;
          text-transform: uppercase;
          font-size: 2.5em;
          letter-spacing: 4px;
          font-weight: bold;
          text-align: center; }
      #artistWrap #artistBox #artistBoxB .artist_05 {
        background-image: url("../../img/Full/mainPage/artist/twiceB.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #artistWrap #artistBox #artistBoxB .artist_05:hover {
          background-image: url("../../img/Full/mainPage/artist/twice.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }
      #artistWrap #artistBox #artistBoxB .artist_06 {
        background-image: url("../../img/Full/mainPage/artist/2pmB.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #artistWrap #artistBox #artistBoxB .artist_06:hover {
          background-image: url("../../img/Full/mainPage/artist/2pm.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }
      #artistWrap #artistBox #artistBoxB .artist_07 {
        background-image: url("../../img/Full/mainPage/artist/day6B.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #artistWrap #artistBox #artistBoxB .artist_07:hover {
          background-image: url("../../img/Full/mainPage/artist/day6.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }
      #artistWrap #artistBox #artistBoxB .artist_08 {
        background-image: url("../../img/Full/mainPage/artist/jjprojectB.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #artistWrap #artistBox #artistBoxB .artist_08:hover {
          background-image: url("../../img/Full/mainPage/artist/jjproject.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }

#snsWrap {
  width: 100%;
  height: 60%;
  background-color: none;
  margin-bottom: 10em; }
  #snsWrap div.h2Box {
    width: 100%;
    height: 15%;
    background-color: none;
    margin-bottom: 3em;
    transition: all 800ms;
    transform: translateY(70%);
    opacity: 0; }
  #snsWrap .h2Box.addView {
    transform: translateY(0);
    opacity: 1; }
  #snsWrap #snsBox {
    width: 100%;
    height: 85%;
    background-color: none;
    transition: all 800ms ease-out; }
    #snsWrap #snsBox.default {
      transform: translateY(40%);
      opacity: 0; }
    #snsWrap #snsBox.addView {
      transform: translateY(0);
      opacity: 1; }
    #snsWrap #snsBox #snsList {
      width: 100%;
      height: 100%;
      background-color: none; }
      #snsWrap #snsBox #snsList li {
        width: 20%;
        height: 77%;
        background-color: none;
        float: left;
        background-size: cover;
        transition: all 300ms ease-out; }
        #snsWrap #snsBox #snsList li a {
          width: 100%;
          height: 100%;
          background-color: none;
          display: block; }
      #snsWrap #snsBox #snsList p {
        display: none;
        font-size: 2em;
        text-align: center; }
        #snsWrap #snsBox #snsList p:first-letter {
          text-transform: uppercase; }
      #snsWrap #snsBox #snsList .snsP_01 {
        background-image: url("../../img/Full/mainPage/sns/jinyeong.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #snsWrap #snsBox #snsList .snsP_01:hover {
          background-image: url("../../img/Full/mainPage/sns/jinyeong_hover.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }
          #snsWrap #snsBox #snsList .snsP_01:hover:hover p {
            display: block;
            color: #fff; }
      #snsWrap #snsBox #snsList .snsP_02 {
        background-image: url("../../img/Full/mainPage/sns/suzi.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #snsWrap #snsBox #snsList .snsP_02:hover {
          background-image: url("../../img/Full/mainPage/sns/suzi_hover.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }
          #snsWrap #snsBox #snsList .snsP_02:hover:hover p {
            display: block;
            color: #fff; }
      #snsWrap #snsBox #snsList .snsP_03 {
        background-image: url("../../img/Full/mainPage/sns/day6.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #snsWrap #snsBox #snsList .snsP_03:hover {
          background-image: url("../../img/Full/mainPage/sns/day6_hover.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }
          #snsWrap #snsBox #snsList .snsP_03:hover:hover p {
            display: block;
            color: #fff; }
      #snsWrap #snsBox #snsList .snsP_04 {
        background-image: url("../../img/Full/mainPage/sns/nayeon.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #snsWrap #snsBox #snsList .snsP_04:hover {
          background-image: url("../../img/Full/mainPage/sns/nayeon_hover.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }
          #snsWrap #snsBox #snsList .snsP_04:hover:hover p {
            display: block;
            color: #fff; }
      #snsWrap #snsBox #snsList .snsP_05 {
        background-image: url("../../img/Full/mainPage/sns/jackson.png");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
        #snsWrap #snsBox #snsList .snsP_05:hover {
          background-image: url("../../img/Full/mainPage/sns/jackson_hover.png");
          background-repeat: no-repeat;
          background-position: center;
          overflow: hidden; }
          #snsWrap #snsBox #snsList .snsP_05:hover:hover p {
            display: block;
            color: #fff; }

#topButton {
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  margin: 0 auto;
  margin-bottom: 15em; }
  #topButton button {
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    background-color: #fff;
    border: solid #333 1px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    color: #333; }
    #topButton button:hover {
      background-color: #333;
      color: #fff; }

#footBox {
  width: 100%;
  height: auto;
  background-color: #171717;
  font-family: 'nanumGothic'; }
  #footBox::after {
    content: " ";
    display: block;
    clear: both; }
  #footBox #footerBox {
    width: 960px;
    height: auto;
    background-color: none;
    margin: 0 auto; }
    #footBox #footerBox .copyright {
      width: 50%;
      height: auto;
      background-color: none;
      padding: 1.5%;
      box-sizing: border-box;
      float: left; }
      #footBox #footerBox .copyright > p {
        width: 100%;
        height: auto;
        background-color: none;
        font-size: 1em;
        color: #fff;
        text-transform: uppercase; }
    #footBox #footerBox .policy {
      width: 50%;
      height: auto;
      background-color: none;
      float: right; }
      #footBox #footerBox .policy > .policyL {
        width: 60%;
        height: auto;
        background-color: none;
        float: right;
        padding: 2.8% 0;
        box-sizing: border-box; }
        #footBox #footerBox .policy > .policyL > li {
          width: 50%;
          height: none;
          background-color: none;
          float: left;
          color: #fff; }
