/*
@import url('//fonts.googleapis.com/earlyaccess/nanumgothic.css');
*/
@import url('//cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');
 @font-face {
    font-family: 'NotoSerifKR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} 


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');




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


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

body {
  font-family: 'Noto Sans KR, 돋움, 굴림', 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;
  font-family: 'NotoSerifKR';
  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: #979696;
        font-size: 18px; font-family: 'NotoSerifKR';}

      .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; font-size: 14px;}
        @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:30px 0; min-height:400px;}	 /* 서브부분 상단여백 */
.tmt_sub_pad50 {height:50px;}	/* 서브카피와 페이지 중간 여백 */
.tmt_mobile_space  {height:80px;}	/* 태블릿, 모바일일때 상단 메뉴부분만큼의 여백 */

.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;}













/* 게시판 및 게시판헤드 등 기타 버튼들 기본컬러 변경 */
.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) {

}





/******************************************************************** 다시 코딩 ******************************************************************/
.con1400 {padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;  font-family: "Noto Sans KR";}

@media only screen and (min-width:1400px) {
.con1400 {max-width: 1370px;}
}

.ikst_index_01 {padding: 100px 0;}
.ikst_index_01 .index_01_box1 {padding:0 15px 30px 0;}
.ikst_index_01 .index_01_box2 {color:#000; line-height: 1.4; padding:70px 0 0 15px;}
.ikst_index_01 .index_01_box2 .index_01_text1 {font-size:20px; padding-bottom: 15px; font-weight: 500;}
.ikst_index_01 .index_01_box2 .index_01_text2 {font-size:30px; padding-bottom: 35px; font-weight: 500;}
.ikst_index_01 .index_01_box2 .index_01_text3 {font-size:16px; padding-bottom: 60px; font-weight: 400; color:#707070; line-height: 1.6;}
.ikst_index_01 .index_01_box2 .index_01_btn {line-height:40px; width:150px; font-size:13px; color:#acacac; border:1px solid #dcdcdc; transition-duration:1s; padding:0 10px; font-weight:400;}
.ikst_index_01 .index_01_box2 .index_01_btn:hover {background:#000; color:#fff; border:1px solid #000; transition-duration:1s;}
.ikst_index_01 .index_01_box2 .index_01_btn i {padding-left:30px;}


.ikst_index_02 {background: url(img/ikst_index_02_bg.jpg) 80% 0% no-repeat; background-size: cover; height: 620px;}
.ikst_index_02 .index_02_box1 {color:#fff; line-height: 1.4; padding:25% 0;}
.ikst_index_02 .index_02_box1 .index_02_text1 {font-size:20px; padding-bottom: 15px; font-weight:500;}
.ikst_index_02 .index_02_box1 .index_02_text2 {font-size:30px; padding-bottom: 35px; font-weight:500;}
.ikst_index_02 .index_02_box1 .index_02_text3 {font-size:16px; padding-bottom: 60px; font-weight:400; color:#fff; line-height: 1.6;}
.ikst_index_02 .index_02_box1 .index_02_btn {line-height:40px; width:150px; font-size:13px; color:#fff; border:1px solid #fff; transition-duration:1s; padding:0 10px; font-weight:400;}
.ikst_index_02 .index_02_box1 .index_02_btn:hover {background:#fff; color:#000; border:1px solid #fff; transition-duration:1s;}
.ikst_index_02 .index_02_box1 .index_02_btn i {padding-left:30px;}


.ikst_index_03 {background: url(img/ikst_index_03_bg.jpg) 10% 0% no-repeat; background-size: cover; height: 620px;}
.ikst_index_03 .index_03_box1 {color:#fff; line-height: 1.4; padding:25% 0;}
.ikst_index_03 .index_03_box1 .index_03_text1 {font-size:20px; padding-bottom: 15px; font-weight:500;}
.ikst_index_03 .index_03_box1 .index_03_text2 {font-size:28px; padding-bottom: 35px; font-weight:500;}
.ikst_index_03 .index_03_box1 .index_03_text3 {font-size:16px; padding-bottom: 60px; font-weight:400; color:#fff; line-height: 1.6;}
.ikst_index_03 .index_03_box1 .index_03_btn {line-height:40px; width:150px; font-size:13px; color:#fff; border:1px solid #fff; transition-duration:1s; padding:0 10px; font-weight:400;}
.ikst_index_03 .index_03_box1 .index_03_btn:hover {background:#fff; color:#000; border:1px solid #fff; transition-duration:1s;}
.ikst_index_03 .index_03_box1 .index_03_btn i {padding-left:30px;}

.ikst_index_04 {padding: 50px 0;}
.ikst_index_04 .index_04_box1 {padding-bottom:30px; color:#000; line-height: 1.4;}
.ikst_index_04 .index_04_box1 .index_04_text1 {font-size:25px; padding-bottom: 0px; font-weight:500;}
.ikst_index_04 .index_04_box1 .index_04_text2 {font-size:35px; padding-bottom: 15px; font-weight:500;}
.ikst_index_04 .index_04_box2 {padding-bottom:30px;}



.ikst_index_04 .owl-carousel .owl-controls .owl-buttons div {width: 40px; height: 40px; top: 30%; line-height: 40px; font-size: 14px;}


.ikst_index_05 {padding: 50px 0 300px 0;}
.ikst_index_05 .col-md-6 {padding-right:0px; padding-left:0px;}

.ikst_index_05 .index_05_box0 {display: block;}
.ikst_index_05 .index_05_box1 {width:100%; height:auto; position:relative;}
.index_05_box1 img { width:100%; height:auto; border:0px; display:block; position:absolute; top:0px; left:0px; transition: opacity 1s; }
.index_05_box1:hover img:last-child { opacity:0 }

.ikst_index_05 .index_05_box2 {width:100%; height:auto; position:relative;}
.index_05_box2 img { width:100%; height:auto; border:0px; display:block; position:absolute; top:0px; left:0px; transition: opacity 1s; }
.index_05_box2:hover img:last-child { opacity:0 }







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

@media only screen and (max-width:991px) {
.ikst_index_01 {padding:50px 0;}
.ikst_index_01 .index_01_box1 {padding:0 0 15px 0;}
.ikst_index_01 .index_01_box2 {padding:30px 0 0 0;}

.ikst_index_02 {background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(img/ikst_index_02_bg.jpg) 80% 0% no-repeat;}
.ikst_index_03 {background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ),url(img/ikst_index_03_bg.jpg) 10% 0% no-repeat;}

.ikst_index_04 {padding: 50px 0 0 0;}

.ikst_index_05 {padding: 20px 0 180px 0;}
.ikst_index_05 .col-md-6 {padding-right:15px; padding-left:15px;}
.ikst_index_05 .index_05_box1 {padding-bottom:40%;}
}