@charset "utf-8";
@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-8Heavy';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

.br{display:none;}

body{
    margin: 0;
     padding: 0;
     font-family: 'S-CoreDream-4Regular';
}
.container{ width: 1180px; margin: 0 auto; }
.container2{ width: 1900px; margin: 0 auto; }


/* .room{margin-top:80px;} */

/* remote */
#remote {
	width:100px;
	display:block;
	position:fixed;
	top:15%;
	right:0.5%;
	z-index:999;
}
#remote figure { width:60px; margin:10px auto; }
#remote figure img {
	width:40px;
	height:40px;
	display:block;
	text-align:center;
	margin:0 auto;
}
#remote figure li {
	list-style:none;
	word-break:keep-all;
	color:#fff;
	text-align:center;
	font-size:13px;
	margin:7px 0;
	padding-top:10px;
}
#remote figure p {
	word-break:keep-all;
	color:#fff;
	text-align:center;
}
#remote .button01 {
	padding:10px 0;
	background:#36ac37;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
#remote .button02 {
	padding:20px 0 20px 0;
	background:#0c7abf;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
#remote .button02 li {
	list-style:none;
	color:#fff;
	font-weight:bold;
}
#remote .button03 {
	padding:20px 0 20px 0;
	background:#186c93;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
#remote .button04 {
	padding:20px 0 20px 0;
	background:#009dff;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
#remote .button04 li {
	list-style:none;
	font-weight:bold;
	font-size:20px;
}


/* navigation */
 .navigation {
     position: fixed;
     width: 100%;
     height: 110px;
	  top:0;
     background: #fff;
     z-index: 999;
     box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.1);
}
 .brand {
     position: absolute;
     padding:8px 0 0 20px;
     float: left;
     line-height: 83px;
     text-transform: uppercase;
}

.nav-container {
     max-width: 1250px;
     margin: 0 auto;
     
}
 nav {
     float: right;
}
 nav ul {
     list-style: none;
     margin: 0;
     padding-top:15px;
}
 nav ul li {
     float: left;
     position: relative;
     font-family: 'S-CoreDream-5Medium';     
}


nav ul li a,nav ul li a:visited {
     display: block;
     padding: 0 30px;
     line-height: 80px;
     color: #202020;
     text-decoration: none;
	  border-bottom:1px solid #f9f9f9; 
}
 nav ul li a{ 
	position: relative;
    color: #202020;
    font-size: 17px;
}
 nav ul li a:hover, nav ul li a:visited:hover {
     color: #187bbe;
}

 nav ul li a:hover{
	  color: #187bbe;
    transition: color .4s cubic-bezier(.37, .16, .12, 1)
}

nav ul li a::before{
  content: ' ';
  position: absolute; left:0; bottom: 0px;
  width: 100%; height: 3px;
  background-color: none;
  transform: scaleX(1);
  transform-origin: left top;
  transition: transform .6s cubic-bezier(.37, .16, .12, 1), background-color .8s cubic-bezier(.52, .08, .18, 1);
}

nav ul li a:hover::before{
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform .3s cubic-bezier(.37, .16, .12, 1), background-color .4s cubic-bezier(.37, .16, .12, 1);
}
nav ul li a::after{
  content: ' ';
  position: absolute; left:0; bottom: -4px;
  width: 100%; height: 3px;
  background-color: #187bbe;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform .3s cubic-bezier(.37, .16, .12, 1);
}
nav ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left top;
    transition: transform .6s cubic-bezier(.37, .16, .12, 1);
  }

 nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
     padding-left: 4px;
     content: '';
}
 nav ul li ul li {
     min-width: 110px;
}
 nav ul li ul li a {
     padding: 15px;
     line-height: 20px;
	 font-size:15px;
}
 .navbar-dropdown {
     position: absolute;
     display: none;
     z-index: 1;
     background: rgba(255,255,255,.9);
     margin-top: 1px;
}

.caption .btn {
    display: inline-block;
    padding: 13px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    background: transparent;
    border: 1px solid #e1e1e1;
    font: 12px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.4em;
    text-align: center;
    text-indent: 2px;
    text-transform: uppercase;
    transition: color 0.1s linear 0.05s;
  }

   .caption .btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
  }
   .caption .btn::after {
    transition: border 0.1s linear 0.05s;
  }
   .caption .btn .btn-inner {
    position: relative;
    z-index: 2;
  }
   .caption .btn:hover {
    color: #373737;
    transition: color 0.1s linear 0s;
  }
   .caption .btn:hover::before {
    top: 0;
    height: 100%;
    opacity: 1;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
  }
   .caption .btn:hover::after {
    border-color: #373737;
    transition: border 0.1s linear 0s;
  }
  

/* section01 slide */

  .slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 97vh;
    z-index: 1;
  }
  .slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .slideshow .slide.is-active {
    display: block;
  }
  .slideshow .slide.is-loaded {
    opacity: 1;
  }
  .slideshow .slide .caption {
    padding: 0 100px;
  }
  .slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
  }
  .slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    font: 300 50px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'S-CoreDream-8Heavy';
  }
  .slideshow .slide .title span{font-family: 'S-CoreDream-3Light';}
  .slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.1em;
	font-family: 'S-CoreDream-3Light';
	color:#f7f7f7
  }
  .slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff;
  }
  .slideshow .slide .btn::before {
    background: #fff;
  }
  .slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
  }
  .slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
  }
  .slideshow .pagination .item + .page {
    margin-left: -2px;
  }
  .slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
  }
  .slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
  }
  .slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
    background-color: #fff;
  }
  .slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
  }
  .slideshow .arrows .prev {
    left: 30px;
  }
  .slideshow .arrows .prev:hover .svg {
    left: -10px;
  }
  .slideshow .arrows .next {
    right: 30px;
  }
  .slideshow .arrows .next:hover .svg {
    left: 10px;
  }
  .slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
  }


/* section 02 */
.title1 { text-align:center; margin:80px 0 10px 0; font-size:40px;  }
  .title1 span { font-weight:bold; }
  .subtitle1 { text-align:center; letter-spacing:10px; color:#187bbe; font-size:20px; text-transform:uppercase; }

  .banner_box { width:1220px; margin:100px auto; display:flex; flex-wrap:wrap; position:relative; }
  .banner_box div { box-sizing:border-box; margin:5px; }
  .banner_box .banner01 .btn1 a { 
    position:absolute; 
    top:215px; left:40px; 
    color:#fff; 
    padding:10px; 
    text-decoration:none;
    border:1px solid #fff;
	font-size:15px;
  }

  .banner_box .banner02 .btn1 a { 
    position:absolute; 
    top:215px; left:650px; 
    color:#fff; 
    padding:10px; 
    text-decoration:none;
    border:1px solid #fff;
	font-size:15px;
  }

  .banner_box .banner03 .btn1 a { 
    position:absolute; 
    top:535px; left:40px; 
    color:#fff; 
    padding:10px; 
    text-decoration:none;
    border:1px solid #fff;
	font-size:15px;
  }

  .banner_box .banner04 .btn1 a { 
    position:absolute; 
    top:535px; left:650px; 
    color:#fff; 
    padding:10px; 
    text-decoration:none;
    border:1px solid #fff;
	font-size:15px;
  }

  .banner_box .banner05 .btn1 a { 
    position:absolute; 
    top:845px; left:35px; 
    color:#fff; 
    padding:10px; 
    text-decoration:none;
    border:1px solid #fff;
	font-size:15px;
  }

  .banner_box .banner06 .btn1 a { 
    position:absolute; 
    top:845px; left:650px; 
    color:#fff; 
    padding:10px; 
    text-decoration:none;
    border:1px solid #fff;
	font-size:15px;
  }

	.banner_box .banner01 .btn1 a:hover,
	.banner_box .banner02 .btn1 a:hover,
	.banner_box .banner03 .btn1 a:hover,
	.banner_box .banner04 .btn1 a:hover,
	.banner_box .banner05 .btn1 a:hover,
	.banner_box .banner06 .btn1 a:hover {
	background-color:#009dff;
	transition: all 0.3s linear;
}

/* section03 */
.sec3_banner { width:100%; background-image:("/img/sec03_banner.png"); background-size:cover; }
.sec3_m_banner img { display:none; }

/* section04 */
.location { display:flex; }
.location .mapbox { width:50%; }
.m_location { display:none; }
.m_sec4_banner img { display:none; } 

/* footer */
#footer { padding: 0; background: #202020; overflow: hidden; }
#footer .f_top { font-size: 17px; text-align: center; padding: 20px 0; background:#333; }
#footer .f_top a { padding: 5px 10px; color:#ffffff;  }
#footer .f_top a span {color: #187bbe; }
#footer .f_bottom { padding: 20px 0 0 50px; display:flex; justify-content:center; }
#footer .f_bottom ul li {color: #999; line-height:2; font-size: 15px; text-align:center; }
#footer .f_bottom ul li img{ margin:0 auto; padding:10px 0; }

/* Mobile navigation */
 .nav-mobile {
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     
     height: 80px;
     width: 70px; }













 @media only screen and (max-width: 800px) {
      .nav-mobile {
         display: block;
    }
     nav {
         width: 100%;
         padding: 80px 0 15px;
    }
     nav ul {
         display: none;
		 padding-top:10px;
    }
     nav ul li {
         float: none;
    }
     nav ul li a {
         padding: 15px;
         line-height: 20px;
         background: #fff;
    }
     nav ul li ul li a {
         padding-left: 30px;
    }
     .navbar-dropdown {
         position: static; }





 	#remote { display:none; }
	.brand { top:5px; left:0 }
	.br{display:block;}




.slideshow .slide .image-container {
    top: 80px;

  }
.slideshow .slide .image1 { object-position:30% 50%; }
.slideshow .slide .image3 { object-position:60% 50%; }

.title1 { font-family: 'S-CoreDream-6Bold'; margin:40px 0 10px 0; }
	

/* section02 banner */
	h2.title1 { font-size:24px; }
	p.subtitle1 { font-size:15px; }
	.banner_box { display:block; width:100%; margin:0 auto; }
	.banner_box .banner01 img { max-width:100%; }
	.banner_box .banner02 img { max-width:100%; }
	.banner_box .banner03 img { max-width:100%; }
	.banner_box .banner04 img { max-width:100%; }
	.banner_box .banner05 img { max-width:100%; }
	.banner_box .banner06 img { max-width:100%; }

	
	.banner_box .btn1 { display:none; }
	.banner_box .banner01 .btn1 a { top:145px; left:25px; font-size:13px; padding:7px; }
	.banner_box .banner02 .btn1 a { top:350px; left:25px; font-size:13px; padding:7px; }
	.banner_box .banner03 .btn1 a { top:555px; left:25px; font-size:13px; padding:7px; }
	.banner_box .banner04 .btn1 a { top:760px; left:25px; font-size:13px; padding:7px; }
	.banner_box .banner05 .btn1 a { top:970px; left:25px; font-size:13px; padding:7px; }
	.banner_box .banner06 .btn1 a { top:1175px; left:25px; font-size:13px; padding:7px; }




/* section03 */
.sec3_banner img { display:none; }
.sec3_m_banner { width:100%; }
.sec3_m_banner img { display:block; max-width:100%; }


/* section04 */
.location { display:none; }
.m_location { display:block; max-width:100%; overflow:hidden; }
.m_location div { max-width:100%; }
.m_sec4_banner img { display:block; max-width:100%; }

/* footer */
#footer { padding: 0; background: #202020; overflow: hidden; }
#footer .f_top { padding: 10px 0; }
#footer .f_top a { padding: 5px 10px; color:#ffffff;  }
#footer .f_top a span {color: #187bbe; }
#footer .f_bottom { padding:20px; }
#footer .f_bottom ul li {color: #999; line-height:2; font-size: 15px; text-align:center; }
#footer .f_bottom ul li img{ margin:0 auto; padding:10px 0; }




@media screen and (min-width:800px) {
 
    .nav-list {
         display: block !important;
    }
}
 #navbar-toggle {
     position: absolute;
     left: 5px;
     top: 45px;
     cursor: pointer;
     padding: 10px 35px 16px 0px;
}
 #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 3px;
     width: 30px;
     background: #0c7abf;
     position: absolute;
     display: block;
     content: '';
     transition: all 300ms ease-in-out;
}
 #navbar-toggle span:before {
     top: -10px;
}
 #navbar-toggle span:after {
     bottom: -10px;
}
 #navbar-toggle.active span {
     background-color: transparent;
}
 #navbar-toggle.active span:before, #navbar-toggle.active span:after {
     top: 0;
}
 #navbar-toggle.active span:before {
     transform: rotate(45deg);
}
 #navbar-toggle.active span:after {
     transform: rotate(-45deg);
}


}






 /* 1240px */
 @media (max-width: 1240px) {
  .container{width: 100%;}
  .container2{width: 100%;}
  .row{padding: 20px;}
  .br{display:block;}

.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 80vh;
    z-index: 1;
}


  #section02 .sec2_box01{
    width: 49%;
    height: 270px;
    float: left;
    margin-right: 2%;
    box-shadow: 2px 2px 9px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
  }
  #section02 .sec2_box02{
    width: 49%;
    height: 270px;
    float: left;
    margin-right: 0%;
    box-shadow: 2px 2px 9px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
  }
  #section02 .sec2_box03{
    width: 49%;
    height: 270px;
    float: left;
    margin-right: 2%;
    box-shadow: 2px 2px 9px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
  }
  #section02 .sec2_box04{
    width: 49%;
    height: 270px;
    float: left;
    margin-right: 0%;
    box-shadow: 2px 2px 9px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
  }


  #section02 .box figure{
    padding: 10px;
    text-align: center;
  }


  #section02 .sec2_box01 figure .bx01_circle{
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-top: 20px;
  }

  #section02 .sec2_box02 figure .bx02_circle{
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-top: 20px;
  }

  #section02 .sec2_box03 figure .bx03_circle{
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-top: 20px;
  }

  #section02 .sec2_box04 figure .bx04_circle{
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-top: 20px;
  }

  #section02 .box figure ul {
    text-align: center;
    padding: 20px 0;
}


  #section02 .box figure ul h2{
    font-size: 20px;
    font-weight: bold;
  }


 #section05 .sec5{
    border-top: 1px solid #f7f7f7;
  }
  #section05 .sec5 .sec5_left{
    width: 100%;
    text-align: center;
  }
  #section05 .sec5 .sec5_right{
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }


#section05 .sec5 .sec5_left ul h2 span{margin-left:15px;}
#section05 .sec5 .sec5_left ul h2:after{
  display:none;
}
#section05 .sec5 .sec5_left ul p{font-size: 14px;}
#section05 .sec5 .sec5_left ul .sec5_li{font-size: 16px;}
#section05 .sec5 .sec5_left ul a{padding: 10px 20px; background: #264994; border-radius: 30px; color: #fff; line-height: 4;}






 }




 /* 768px */
 @media (max-width: 768px) {
   

   .brand img{
     width:80%;
}


  .slideshow .arrows .next{right: 0;}
  .slideshow .arrows .prev{left: 0;}
  .slideshow .slide .caption{padding: 300px 20px 0 20px;}
  .slideshow .slide .title {    
    max-width: 1000px;
    font-size: 30px;
    letter-spacing: 0em;
    text-transform: uppercase;
    font-family: 'S-CoreDream-6Bold';
  }

  .slideshow .slide .text{
    margin: 0 auto;
    max-width: 1000px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

#section02 .sec2_title h2{font-size: 24px; }
#section02 .sec2_title h2 span{font-size: 24px; }
#section02 .sec2_title h2:after{
  content: '';
  width: 4px;
  height: 40px;
}


#section02 .sec2_box01 figure .bx01_circle::before{
  content: '';
  width: 80px; height: 80px;
  position: absolute;
  top: 5%; left: 5%;
  background: url(/img/icon01.png) no-repeat;
  background-position: center;
  background-size:80%
}


#section02 .sec2_box02 figure .bx02_circle::before{
  content: '';
  width: 80px; height: 80px;
  position: absolute;
  top: 5%; left: 5%;
  background: url(/img/icon02.png) no-repeat;
  background-position: center;
  background-size:80%
}


#section02 .sec2_box03 figure .bx03_circle::before{
  content: '';
  width: 80px; height: 80px;
  position: absolute;
  top: 5%; left: 5%;
  background: url(/img/icon03.png) no-repeat;
  background-position: center;
  background-size:80%
}


#section02 .sec2_box04 figure .bx04_circle::before{
  content: '';
  width: 80px; height: 80px;
  position: absolute;
  top: 5%; left: 5%;
  background: url(/img/icon04.png) no-repeat;
  background-position: center;
  background-size:80% }

  #footer .f_top a {
    font-size: 13px; padding: 5px; }


}



