/*
@import url('//fonts.googleapis.com/earlyaccess/nanumgothic.css');
*/
@import url('//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');
  



/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */


/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'NanumSquare, 나눔고딕, 돋움, 굴림', sans-serif;
  line-height: 1.8;
  font-size: 13px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
  word-break: keep-all; word-wrap: break-word;
}


p {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 2;
	}

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
}

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
}

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  text-align: center; }
  .section-heading h2 {
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #c5afd9; }
  .section-heading.dark h2 {
    color: #262626; }
  .section-heading.dark h6 {
    color: #c1c1c1; }

/* :: 3.5.0 Preloader */
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  .preloader .circle-preloader {
    -webkit-animation: spin 900ms infinite linear;
    animation: spin 900ms infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }


.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(21, 4, 48, 0.89);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-overlay2 {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay2::after {
    background-color:none;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

.bg-gradients {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 5px;
  background: #000000;
  background: -webkit-linear-gradient(to right, #000000, #81c8f6);
  background: linear-gradient(to right, #000000, #81c8f6); }



.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}
.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}
.d-flex{display:-ms-flexbox!important;display:flex!important}
.align-items-center{-ms-flex-align:center!important;align-items:center!important}

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background: #000000;
  background: -webkit-linear-gradient(to right, #000000, #81c8f6);
  background: linear-gradient(to right, #000000, #81c8f6);
  border-radius: 0;
  bottom: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 10px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }



/* :: 4.0 Header Area CSS */
.header-area {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 1000; }
  .header-area .musica-main-menu {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding: 0 5%; }
    @media only screen and (max-width: 767px) {
      .header-area .musica-main-menu {
        height: 70px; } }
    .header-area .musica-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .musica-main-menu .classy-navbar {
      background-color: transparent;
      height: 80px;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .header-area .musica-main-menu .classy-navbar {
          height: 70px; } }
      .header-area .musica-main-menu .classy-navbar .classynav ul li a {
        font-weight: 300;
        text-transform: capitalize;
        color: #7d7d7d;
        font-size: 14px; }

      .header-area .musica-main-menu .classy-navbar .classynav ul li .on {color:#000000;}

        .header-area .musica-main-menu .classy-navbar .classynav ul li a:hover, .header-area .musica-main-menu .classy-navbar .classynav ul li a:focus {
          color: #000000; }

  
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
			.header-area .musica-main-menu {padding: 0 1%;}
			}

        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .musica-main-menu .classy-navbar .classynav ul li a {background-color: #fff; }
		  .header-area .musica-main-menu {padding: 0 1%;}
			}

        @media only screen and (max-width: 767px) {
          .header-area .musica-main-menu .classy-navbar .classynav ul li a {background-color: #fff; }
		  .header-area .musica-main-menu {padding: 0 1%;}
		  }


      .header-area .musica-main-menu .classy-navbar .mega_title {background-color: #000000; color:#fff !important; width:100%; text-align:center; padding:5px; font-size:16px; border-radius:3px;}




	  .header-area .musica-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .musica-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #000; }
      .header-area .musica-main-menu .classy-navbar .classynav ul li ul li a {
        color: #262626; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .musica-main-menu .classy-navbar .classynav ul li ul li a {
            padding: 0 15px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .musica-main-menu .classy-navbar .classynav ul li ul li a {
            color: #333; } }
        @media only screen and (max-width: 767px) {
          .header-area .musica-main-menu .classy-navbar .classynav ul li ul li a {
            color: #333; } }
    .header-area .musica-main-menu .top-social-info {
      margin-left: 70px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .musica-main-menu .top-social-info {
          margin-left: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .musica-main-menu .top-social-info {
          margin-left: 0;
          margin-top: 30px; } }
      @media only screen and (max-width: 767px) {
        .header-area .musica-main-menu .top-social-info {
          margin-left: 0;
          margin-top: 30px; } }
      .header-area .musica-main-menu .top-social-info a {
        display: inline-block;
        color: #ffffff;
        padding: 0 10px;
        font-size: 14px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .musica-main-menu .top-social-info a {
            padding: 0 5px; } }
  .header-area .is-sticky .musica-main-menu {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 767px) {
      .header-area .is-sticky .musica-main-menu {
        height: 70px; } }

.classy-navbar .nav-brand {
  max-width: 180px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #0c0527; } }
@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #0c0527; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0; } }
@media only screen and (max-width: 767px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0; } }

.classycloseIcon .cross-wrap span {
  background: #ffffff; }

/* :: 5.0 Hero Slides Area */
.hero-area {
  position: relative;
  z-index: 1; }

.slide-down {
  position: absolute;
  bottom: 15px;
  z-index: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer; }
  .slide-down h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px; }
  .slide-down .line {
    width: 3px;
    height: 60px;
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-animation: slide_down 2s linear infinite;
    animation: slide_down 2s linear infinite; }

.hero-slides {
  position: relative;
  z-index: 1; }






























/* 공통으로 쓸 패딩 사이즈 등등 */
.padb10 {padding-bottom:10px;}
.padb20 {padding-bottom:20px;}
.padb30 {padding-bottom:30px;}
.tmt_main_frame {}
.tmt_main_frame a:link, a:visited {color: #404040;}	/* a 링크가 걸린 폰트 색상 */
.tmt_main_frame a:hover, a:focus {color: #000000;}	/* a 링크에 마우스 오버 폰트 색상 */
.tmt_sub_frame {padding:20px 0; min-height:400px;}	 /* 서브부분 상단여백 */
.tmt_sub_pad50 {height:50px;}	/* 서브카피와 페이지 중간 여백 */
.tmt_mobile_space  {height:70px;}	/* 태블릿, 모바일일때 상단 메뉴부분만큼의 여백 */

.index80 {padding-top:80px;}
@media only screen and (max-width: 991px) {
.index80 {padding-top:0px;}
}



/* 인덱스 BX슬라이더 */
.ik_index_bx {background-color: #fff;}




/* 인덱스 슬로건 */
.ik_index_slogan {background-color: #f7f7f7;}
.ik_index_slogan .text_box {line-height:36px; font-size:20px; color:#000000;}
.ik_index_slogan .text1 {line-height:20px; font-size:10px;}
.ik_index_slogan .text2 {line-height:20px; font-size:20px;}



/* 인덱스 갤러리 */
.ik_index_gallery {background-color: #ffffff;}
.ik_index_gallery .text_box {line-height:36px; font-size:20px; color:#000000;}
.ik_index_gallery .text1 {line-height:20px; font-size:10px;}
.ik_index_gallery .text2 {line-height:20px; font-size:20px;}
.ik_index_gallery .text_btn {line-height:36px; width:120px; font-size:13px; color:#626262; border:1px solid #dcdcdc; margin:0 auto;}
.ik_index_gallery .text_btn:hover {background:#dcdcdc; color:#000; border:1px solid #000; margin:0 auto; transition-duration:1s;}






@media only screen and (max-width: 991px) {

}



/* 두번째 풀배경 단락 */
.tmt_e_2_frame {background:url('img/tmt_e_2_frame_bg.png') no-repeat center top; overflow: hidden; position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment: fixed;}
.tmt_e_2_frame .textbox {padding-top:100px; padding-bottom:90px; color:#fff;}
.tmt_e_2_frame .text1 {padding-bottom:15px; font-size:35px; font-weight:600;}
.tmt_e_2_frame .text2 {padding-bottom:30px; font-size:20px; line-height:30px;}






/*	 카피라이트 부분 */
.tmt_e_copy_frame {background-color: #f7f7f7; padding:20px 0; color: #959595; line-height:26px;}
.tmt_e_copy_frame .copy_text {font-size:13px;}
.tmt_e_copy_frame .copy_text span {font-weight:600;}
.tmt_e_copy_frame a {color: #959595;}
.tmt_e_copy_frame a:hover {color: #000000;}






/* 게시판 및 게시판헤드 등 기타 버튼들 기본컬러 변경 */
.btn.btn-color {border: 1px solid #494949; background-color: #6c6c6c;}
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active {background-color: #494949;}
.border-color, i.border-color, img.border-color {border-color: #6c6c6c;}




/*	 각 단락 배경들 모바일일때 여백 정리 위아래 30으로 통일함 */
@media only screen and (max-width:991px) {

}



