@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&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: 1;
	}

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;
  max-width: 100%; }

/* :: 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: #3c92ca;
  background: -webkit-linear-gradient(to right, #3c92ca, #81c8f6);
  background: linear-gradient(to right, #3c92ca, #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: #3c92ca;
  background: -webkit-linear-gradient(to right, #3c92ca, #81c8f6);
  background: linear-gradient(to right, #3c92ca, #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: 95px;
    background-color: rgba(0, 0, 0, 0.5);
    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: 95px;
      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: 500;
        text-transform: capitalize;
        color: #ffffff;
        font-size: 16px; }


		 @media only screen and (max-width: 1200px) {
			.header-area .musica-main-menu .classy-navbar .classynav ul li a { font-size:14px; padding: 0px 10px; }
			
		 }

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

        /*@media only screen and (min-width: 1200px) and (max-width: 1260px) {
          .header-area .musica-main-menu .classy-navbar .classynav ul li a {
            font-size: 16px;
            padding: 0 7px; } }*/
        /*@media only screen and (min-width: 1040px) and (max-width: 1199px) {
          .header-area .musica-main-menu .classy-navbar .classynav ul li a {
            font-size: 14px;
            padding: 0 4px; } }*/
		@media only screen and (min-width: 992px) and (max-width: 1039px) {
          .header-area .musica-main-menu .classy-navbar .classynav ul li a {
            font-size: 14px;
            padding: 0 10px; } }
        .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: #7ecef4; }
        @media only screen and (max-width: 991px) {
          .header-area .musica-main-menu .classy-navbar .classynav ul li a {
           color:#fff; } }
        /*@media only screen and (max-width: 767px) {
          .header-area .musica-main-menu .classy-navbar .classynav ul li a {
            background-color: #000; } }*/


      .header-area .musica-main-menu .classy-navbar .mega_title {background-color: #3c92ca; 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: #ffffff; } }
        @media only screen and (max-width: 767px) {
          .header-area .musica-main-menu .classy-navbar .classynav ul li ul li a {
            color: #ffffff; } }
    .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: 20px;
          margin-top: 30px;} }
      .header-area .musica-main-menu .top-social-info a {
        display: inline-block;
        color: #ffffff;
        padding: 10px 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: 95px;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    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; } }



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












/* 공통으로 쓸 패딩 등등 */
.padb20 {padding-bottom:20px;}
.padb30 {padding-bottom:30px;}
.padt20 {padding-top:20px;}








/* 고객센터 배경 */
.tmt_main_2frame {padding:70px 0 50px 0; color: #3e3e3e; line-height:30px;}

/* 포토갤러리 배경 */
.tmt_main_3frame {padding:70px 0 50px 0; color: #3e3e3e; line-height:30px;}



@media only screen and (max-width:991px) {
  .section-heading h2 {
	font-size: 24px; } 
}
























/*	 게시판 리스트 부분 */
.tomatod4_board_title {font-size:20px; font-family:impact;}
.tomatod4_board_title a {color:#444;}
.tomatod4_board_con {padding-bottom:10px;}
.tomatod4_board_more {font-size:14px; color:#666;}
.tomatod4_board_more a {color:#666;}
.tomatod4_board_more span {font-weight:600;}







/*	 메인 맵 뽑아오기 */
.tomatod4_main_map {padding-top: 10px;}
.tomatod4_main_map .p_map .wrap_controllers {display:none;}
.tomatod4_main_map .p_map {width:100%;}
.tomatod4_main_map .root_daum_roughmap {width:100% !important; border-radius:0; padding:0; border:0;}










/* 서브카피와 페이지 중간 여백 */
.tmt_sub_pad50 {height:50px;}









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

.tmt_main_2frame {padding:30px 0;}
.tmt_main_3frame {padding:30px 0;}
}




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




/* 모바일부분 광고 */
.tmt_add_size {padding:15px;}
.tmt_add_frame {width:100%; position:fixed; left:0; bottom:0; z-index:9999; text-align:center; background-color:#3c92ca; line-height:30px;}
.tmt_add_frame .text {padding:15px;}
.tmt_add_frame a {color:#fff;}
.tmt_add_frame img {width:100%;}






/* 페이지 타이틀과 설명 폰트 */
.tmt_page_title_text1 {font-size:30px; color: #000; font-weight:600;}


.tmt_page_title_text1 .line_1 {border-top: 1px dotted #464646; margin-top:40px; margin-bottom:10px;}
	.line_2 {border-top: 1px dotted #464646; margin-top:60px; margin-bottom:60px;}





/* 메인 슬로건 부분 */
.tmt_bg1 {
	padding:20px 0; word-break: keep-all; word-wrap: break-word;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-attachment: fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	}

.tmt_slider_sub_text1 {font-size:30px; color: #ffffff; font-weight:600;; padding:10px 0 5px 0;}
.tmt_slider_sub_text2 {font-size:18px; color: #ffffff; font-weight:200; padding:0 0 5px 0;}
.tmt_slider_title_text2 {font-size:25px; color: #ffffff; font-weight:400; padding:0 0 10px 0;}
.tmt_slider_title_text2 a { color:#fff; display:block; }

.fixed_img {padding:20px;}
.fixed_img img {max-width:100%;}








.clear:after { 
    content:""; 
    display:block; 
    clear:both;
}


/* 전화번호 pc:none */
.togo_tell { display:none; }
.togo_tell a { color:#fff; font-size:20px; }

/* 모바일 소셜 아이콘 pc:none */
.top-social-info_m { display:none; }


/* 전화번호, 모바일 소셜 아이콘 */
@media only screen and (max-width:991px) {
	.top-social-info_m { display:block; margin-top:80px; text-align:center; }
	.top-social-info_m > a { color:#fff !important; margin:0 10px; font-size:12px !important; }
	.top-social-info { display:none; }
	.togo_tell { display:block; text-align:center; margin-top:40px; color:#fff; font-size:20px; }
	
}


















/* togo_box */
.togo_box { line-height:1; }
.togo_box_squre { width:17px; height:17px; background:#898989; margin:0 auto 10px; }
.togo_box_title { font-size:24px; color:#000; }


/* togo_box1 */
.togo_box1 { background:#f5f5f5; }
.togo_box1_contents_title > span > img { display:inline-block; margin-bottom:7px; }
.togo_box1_contents_title > p { display:inline-block; font-size:18px; color:#616060; }
.togo_box1_contents_sub { font-size:16px; color:#818080; line-height:1.6; }
.togo_box1_contents_sub > a { color:#818080; }




/* togo_box3 */
.togo_box3 { position:relative; height:200px; background:url(img/togo_box3_bg.jpg) no-repeat; background-size:cover; background-attachment: fixed;  }
.togo_box3_text { font-size:20px; color:#fff; line-height:1.8; font-weight:300;  }
.togo_box3_title { font-size:30px; color:#fff; font-weight:500; margin-top:15px;  }

@media only screen and (max-width:991px) {
	.togo_box3_text { font-size:16px;  }
	.togo_box3_text > br { display:none; }
}



/* togo_box5 */
.togo_box5 { position:relative; height:200px; background:url(img/togo_box5_bg.jpg) no-repeat; background-size:cover; background-attachment: fixed;  }
.togo_box5_tell { font-size:35px; color:#fff; font-weight:400;  }
.togo_box5_text { font-size:15px; color:#fff; line-height:1.8; font-weight:300;  }
.togo_box5_title { font-size:30px; color:#fff; font-weight:500; margin-top:15px;  }




/* togo_footer_box */
.togo_footer_box { background:#222; }
.togo_f_text1 { font-size:14px; color:#d2d2d2; line-height:1.8; letter-spacing:-0.5px; }
.togo_f_more > a { font-size:12px; color:#d2d2d2; }
.togo_f_text2 { font-size:15px; color:#d2d2d2; font-weight:500; text-transform:uppercase; }
.togo_f_text3 { font-size:13px; color:#d2d2d2; margin-bottom:5px; }
.togo_f_text3 > i { width:20px; }
.togo_f_text3 a { color:#d2d2d2; }

@media only screen and (max-width:991px) {
	.togo_f_text1 > br { display:none; }
}



/* togo_copy_box */
.togo_copy_box { background:#2c2c2c; padding:15px 0; line-height:1; }
.togo_copy { color:#fff; font-size:13px; }
.togo_copy > a { color:#fff; }
.togo_admin { margin-top:10px; }
.togo_admin > a { color:#fff;  }
