@charset "euc-kr";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
img {border:0px;}
*{font-family: 'Pretendard-Regular' !important;}
ul {padding:0; margin:0; list-style:none;}
a:hover{text-decoration:none;}
h1, h2, h3, h4, h5{margin: 0px; padding: 0px;}
body {margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; font-family: 'Nanum Gothic', ��������, sans-serif;}
body, td, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, textarea{font-family:Nanum Gothic, sans-serif; font-size:9.5pt;  -webkit-text-size-adjust:none;}

/* ���������� */
#main_section{padding-top: 75px;}
#main_img{width: 100%; height: 668px; margin: 0 auto; background-size: cover;}
#main_img.slideshow {
  position: relative;
  width: 100%;
  height: 668px;
  overflow: hidden;
}

#main_img .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}

#main_img .slide.active {
  opacity: 1;
  z-index: 1;
}
.img_bt, .img_txt{float: left; margin-top: 518px; font-family:'Nanum Square';}
.img_bt{width: 390px; height: 150px; padding-left: 160px;}
.img_bt a{color: #333333; display: inline-block; width: 230px; padding:20px 0px; text-align: center; background: #fff; font-size: 19px; font-weight: bold;}
.img_bt a:hover{color: #fff; background: #333333; transition: 1s;}
.img_txt{width: 580px; height: 110px; color: #333333; font-size: 18pt; font-weight: bold; line-height: 150%; padding: 40px 0px 0px 70px;}
.img_txt span{font-size: 28pt;}

#main_01{margin: 0 auto;}
@font-face {
    font-family: 'IBMPlexSansKR-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.section-wrapper {
  display: flex;
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.section {
  flex: 1;
  transition: flex 0.6s ease;
  position: relative;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.section:hover {
  flex: 3;
}

.section-label {
  z-index: 2;
  font-size: 22px;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  font-weight: bold;
  font-family: 'IBMPlexSansKR-Regular';
}

.section-text {
  position: absolute;
  opacity: 0;
  z-index: 1;
  padding: 10px 15px;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  transition: opacity 0.3s ease;
  color: #fff;
  max-width: 90%;
}

.section:hover .section-label {
  opacity: 0;
}

.section:hover .section-text {
  opacity: 1;
  z-index: 2;
}

#section1 {
  background: url('../images/main01_bn01.jpg') center center no-repeat;
  background-size: cover;

}

#section2 {
  background: url('../images/main01_bn02.jpg') center center no-repeat;
  background-size: cover;
}

#section3 {
  background: url('../images/main01_bn03.jpg') center center no-repeat;
  background-size: cover;
}
	.container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 60px 20px;
	}

	.hotel-greeting {
		background-color: #fff;
	}

	.greeting-flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 30px;
	}

  .greeting-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px; /* ���� ���� */
    flex-wrap: wrap; /* ������ ���� */
  }

    .greeting-text .title {
    flex: 1;
    margin: 0;
  }

  .greeting-sns {
    display: flex;
    gap: 12px;
    align-items: center;
  }

	.sns-button {
		width: 48px;
		height: 48px;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #ddd;
		transition: background-color 0.3s ease, transform 0.2s ease;
		color: white;
		font-size: 24px;
	}

	.sns-button:hover {
		transform: scale(1.1);
	}

	.sns-button.naver {
		background-color: #03c75a;
		color: white;
	}

	.sns-button.instagram {
		background-color: #e1306c;
		color: white;
	}

	.sns-button.kakao {
		background-color: #fae100;
		color: black;
	}

	.title {
		font-size: 28px;
		font-weight: 800;
		color: #030303;
		margin-bottom: 40px;
		white-space: nowrap;
		overflow: hidden;
	}

	.description {
		font-size: 16px;
		color: #333;
	}

	.scroll-fade {
		opacity: 0;
		transform: translateY(30px);
		transition: opacity 0.6s ease, transform 0.6s ease;
	}

	.scroll-fade.active {
		opacity: 1;
		transform: translateY(0);
	}
#main_02{width: 1200px; margin: 30px auto; padding: 0px 0px 90px 0px;}
.main02_text01{width: 510px; float: left;}
.main02_con02{height: 500px; padding-top: 60px; clear: both;}
.main02_bt01{position: absolute; top: 20px; left: 20px; right: 20px; bottom: 20px;}
.main02_bt02{width: 300px; background: #fff; font-size: 10pt; color: #333333; margin: 300px auto 0px auto; padding: 25px 0px;}
.main02_bt02 span{display: inline-block; font-size: 18pt; font-family:'Nanum Square'; font-weight: bold; padding-bottom: 10px; color: #191919;}
.main02_bt02:hover{background: #000; color: #fff;}
.main02_bt02:hover span{color: #fff;}
.con03_tit{font-size: 12pt; background: #dbdbdb; border-top: 1px solid #5a5a5a; padding: 10px 0px 10px 20px;}
.main02_bt03{width: 360px; height: 41px;}
.main02_bt03 a{font-size: 10pt; font-family:'Nanum Square'; display:inline-block; width: 120px; font-weight: bold; text-align: center; text-decoration: none; float: left; padding: 13px 0px; background: #3e3e3e; color: #878787;}
.main02_bt03 a:hover{background: #f8f8f8; color: #3e3e3e;}
.contact-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #1ca9b7; /* ���� �÷� */
  color: #fff;
  padding: 14px 22px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: background-color 0.3s ease;
  font-family: 'IBMPlexSansKR-Regular', sans-serif;
}

.contact-button:hover {
  background-color: #158289; /* ȣ�� �÷� */
}

.bold{font-weight: bold; color: #ff542c;}
.r_m{margin-right: 15px;}

figure{margin: 0px; padding: 0px;}
figure.main02_bt {position: relative; overflow: hidden; width: 390px; height: 500px; background: #000000; color: #ffffff; text-align: center; float: left; cursor: pointer;}
figure.main02_bt * {-webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.45s ease-in-out; transition: all 0.45s ease-in-out;}
figure.main02_bt img {width: 100%; position: relative; opacity: 1;}
figure.main02_bt figcaption {}
figure.main02_bt:hover img, figure.main02_bt.hover img {opacity: 0.35; -webkit-transform: scale(1.15); transform: scale(1.15);}

#main_03{background: #0a0a0a; height: 710px; padding-bottom: 90px;}
.main_con{line-height: 200%;}

/* ���������� */
#sub_section{padding-top: 75px; width: 1200px; margin: 0 auto;}
#sub_top {
  background: url(../images/mainimg1.jpg) center no-repeat;
  background-size: cover; /* �� �̰� �ٽ� */
  height: 396px;
  width: 100%;
}

.copy {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  padding: 25px 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.footer-info li {
  line-height: 1.6;
}

.footer-info strong {
  font-weight: 600;
  color: #333;
}

.footer-info a {
  color: #555;
  text-decoration: none;
}

.footer-info a:hover {
  text-decoration: underline;
}

.footer-copy {
  font-size: 13px;
  color: #999;
}

.footer-copy strong {
  color: #333;
}

/* 공통 */
.normal *{margin:0; padding:0; list-style:none; text-decoration:none;}
.normal{font-size:16px; line-height:150%; color:#555; word-spacing:-1px; font-family: 'NotoSansKR'; margin-bottom:100px;}
.sp20{height:20px;}

/* sub0101 */
.sub0101 center{float:left; width:40%; margin-right:5%;}
.sub0101 div{float:left; width:55%; text-align:justify;}
.sub0101 h3{font-size:30px; color:#333; font-weight:normal;}
.sub0101 h5{margin:10px 0px 40px 0px; font-size:20px; font-weight:normal; color:#333;}
.sub0101 h4{margin-top:30px; font-size:20px; color:#333; font-weight:normal;}

/* sub0301 */
.sub0301 h3{font-weight:normal; font-size:18px; margin-bottom:20px; color:#333; border-left:12px solid #333; padding-left:15px;}
.sub0301 h3 b{display:block; font-size:30px; margin-bottom:10px;}
.sub0301 li{float:left; width:50%; background:#f5f5f5; margin-top:5px;}
.sub0301 li span{display:inline-block; padding:10px 0px; width:120px; text-align:center; margin-right:20px; background:#555; color:#fff;}

/* sub0401 */
.sub0401 h3{font-size:30px; margin-bottom:20px; color:#333; border-left:12px solid #333; padding:2px 0px 8px 15px;}
.sub0401 ul{float:left; width:48%;}
.sub0401 ul:nth-child(2){margin-right:4%;}
.sub0401 h4{background:#555; color:#fff; padding:10px 15px; font-size:18px;}
.sub0401 li{padding:10px 15px; border-bottom:1px solid #dfdfdf;}
.sub0401 li b{display:block; float:left;}
.sub0401 li span{display:block; text-align:right;}

@media (max-width: 768px){
	.t_none{display: none;}

	/*���� ������*/
	#main_section{padding-top: 60px;}
	#main_img{width: 100%; position: relative; height:300px;}
	.img_txt{width: 70%; padding-left: 40px; margin-top:0px; position: absolute; right: 0px; top:420px;}

	#main_01{width: 100%;}
  .greeting-flex {
    flex-direction: column;
  }

  .greeting-sns {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
  }

  .title {
    font-size: 22px;
  }

  .description {
    font-size: 14px;
  }

  .section-wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .section {
    flex: none;
    width: 100%;
    height: 200px;
  }
  .section-label {
    font-size: 18px;
  }

  .section-text {
    font-size: 16px;
    padding: 8px;
  }

  .section:hover {
    flex: none;
  }
	#main_02{width: 94%; height: auto; text-align: right;}
	.main02_text01{width: 100%; padding-left: 0px;}
	.main02_con01{height: auto; background:none;}
	.main02_con02{height: auto; padding-top: 60px; clear: both;}
	.main02_bt02{width: 300px; background: #fff; font-size: 10pt; color: #333333; margin: 60px auto 0px auto; padding: 25px 0px;}

	#main_03{height: 830px; padding-bottom: 0px;}

	.r_m{margin-right: 0px;}

	figure.main02_bt {width: 100%; height: 300px;float: none;}

	/*����������*/
	#sub_section{padding-top: 60px; width: 100%;}
	#sub_top{background:url(../images/mainimg1.jpg) center no-repeat; height: 250px;}
	#sub_page{width: 96%; margin: 0 auto;}

	.footer-info {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  .footer-copy {
    margin-top: 8px;
  }

  /* 공통 */
  .normal{font-size:15px;}

  /* sub0101 */
  .sub0101 center{float:none; width:100%; margin-right:0; margin-bottom:50px;}
  .sub0101 div{float:none; width:100%; text-align:justify;}
  .sub0101 h3{font-size:24px; text-align:center;}
  .sub0101 h5{font-size:16px; text-align:center;}
  .sub0101 h4{font-size:18px; text-align:center;}

  /* sub0301 */
  .sub0301 h3{font-size:16px; border-left:none; padding-left:0; text-align:center; padding:0px 5px;}
  .sub0301 iframe{height:200px;}
  .sub0301 li{float:none; width:100%; text-align:center; padding-bottom:10px;}
  .sub0301 li span{display:block; width:100%; margin-bottom:10px; margin-right:0px;}

  /* sub0401 */
  .sub0401 h3{font-size:30px; margin-bottom:20px; color:#333; border-left:12px solid #333; padding:4px 0px 6px 15px;}
  .sub0401 ul{float:none; width:100%;}
  .sub0401 ul:nth-child(2){margin-right:0; margin-bottom:30px;}
}


@media (max-width:580px){
	.m_none{display: none;}

	/* ���������� */
	#main_img{width: 100%; position: relative; height:300px;}
	.img_txt{width: 100%; padding-left: 0px; margin-top:0px; text-align: center; top:252px; border-bottom: 1px solid #dbdbdb;}
	.img_txt span{font-size: 20pt;}

	#main_01{padding-top: 30px;}
	.main_title{font-size: 20pt;}
	.main01_text02 span{font-size: 13px;}
	.main01_img{width: 100%; height: 150px; background:url(../images/main01_img_2.jpg) center no-repeat;}

	#main_02{padding-top: 60px; padding-bottom: 60px;}
	.main02_con02{padding-top: 30px;}

	#main_03{height: 700px; padding-bottom: 0px;}
}
