@font-face {
  font-family: "HakgyoansimBunpilR";
  src: url("../fonts/HakgyoansimBunpilR/HakgyoansimBunpilR.woff2") format("woff2"), url("../fonts/HakgyoansimBunpilR/HakgyoansimBunpilR.woff") format("woff");
  font-style: normal;
  font-weight: 600; }
body.none_before:before {
  content: none; }

.absolute {
  position: absolute; }

#wrap.accompany {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  #wrap.accompany:after {
    content: none; }
  #wrap.accompany.accompany1 {
    background-image: url("../images/accompany1_bg.png"); }
  #wrap.accompany.accompany2 {
    background-image: url("../images/accompany2_bg.png"); }
  #wrap.accompany .acc_title {
    position: absolute;
    top: 221px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1661px;
    text-align: center;
    font-family: "HakgyoansimBunpilR";
    font-size: 70px;
    color: #147840;
    letter-spacing: -2px;
    text-shadow: -0.5px 0 #147840, 0 0.5px #147840, 0.5px 0 #147840, 0 -0.5px #147840; }
  #wrap.accompany .music_button {
    color:white;
    font-family: 'Pretendard Variable';
    font-weight: 600;
    font-size: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:  #24895c;
    /*border: 2px solid #08CE5E;*/
    border-radius: 50px;
    box-shadow: inset -7px -7px 20px rgb(217, 217, 217);}
    #wrap.accompany .music_button.stop, #wrap.accompany .music_button.plaing {
      background-color:#00667d;
      box-shadow: inset 7px 7px 20px rgba(0, 0, 0, 0.3); }
      #wrap.accompany .music_button.stop .icons, #wrap.accompany .music_button.plaing .icons {
        background-image: url("../images/sm_stop_btn.png"); }
    #wrap.accompany .music_button .icons {
      width: 86px;
      height: 86px;
      background-image: url("../images/sm_play_btn.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-left: 20px;
      display: inline-block; }
    #wrap.accompany .music_button .btnPlay {
      width: 86px;
      height: 86px;
      background-image: url("../images/sm_play_btn.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-left: 20px; }
      #wrap.accompany .music_button .btnPlay:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    #wrap.accompany .music_button .btnPause {
      width: 86px;
      height: 86px;
      background-image: url("../images/sm_stop_btn.png");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin-left: 20px; }
      #wrap.accompany .music_button .btnPause:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    #wrap.accompany .music_button img {
      margin: 0 10px; }

/*# sourceMappingURL=accompany.css.map */
