@charset "utf-8";

.pc{display: block;}
.mo{display: none;}
body {font-family:'NanumSquareNeo-bRg';}

#wrap.pointevent {overflow:hidden; width:100%; max-width:1920px; margin:0 auto;}
#wrap.pointevent .floating_bottom {z-index:10; position:fixed; left:0; bottom:0; width:100%; height:100px; border-top:1px solid #2f95ae; background: linear-gradient( to right, #3cb6cf, #2192c2 );box-shadow: -2px -2px 5px 2px rgb(0 0 0 / 10%);}
#wrap.pointevent .floating_bottom a {display:flex; justify-content: center; align-items: center; width:100%; height:100px; color:#fff; font-family:'NanumSquareNeo-eHv'; font-size:36px}
#wrap.pointevent section {position:relative; left:50%; max-width:1920px; margin-left:-960px}
#wrap.pointevent .sec_detail .inner {position:relative; width:100%}
#wrap.pointevent .sec_detail a {position:absolute; left:50%; bottom:212px; margin-left:-298px}

#wrap.pointevent .sec_contact .tel_num {position:absolute; left:0; top:45px; width:100%; text-align:center;}
#wrap.pointevent .sec_contact .tel_num a {color:#fff; font-size:36px; font-family:'NanumSquareNeo-eHv';}

footer {padding-bottom:120px}
footer .floating_menu {bottom:120px}

@media (min-width:961px) and (max-width:1240px) {
  #wrap.pointevent section {width: 154.83vw;margin-left: -77.41vw;}
  #wrap.pointevent section img{width:100%}
  #wrap.pointevent .sec_detail a {position:absolute; left:50%; bottom:17vw; width:48vw; margin-left:-24vw}
}

/* mobile screen */
@media(max-width:960px) {
  .pc{display: none !important;}
  .mo{display: block;}
  img{width: 100%;}

  #wrap.pointevent .floating_bottom {height:13.672vw;}
  #wrap.pointevent .floating_bottom a {height:13.672vw; font-size:4.883vw}

  #wrap.pointevent section {position:relative; left:0; margin-left:0}
  #wrap.pointevent .sec_detail a {position:absolute; left:4.88vw; right:4.88vw; bottom:33.8vw; margin-left:0}

  #wrap.pointevent .sec_contact .tel_num {top:6.83vw;}
  #wrap.pointevent .sec_contact .tel_num a {font-size:4.68vw;}

  footer {padding-bottom:22vw}
  footer .floating_menu {bottom:15vw}
}