BODY
{
  font-size: 13px;
  letter-spacing:0px;
  LINE-HEIGHT:160%;
  Color:#666666;
  text-align:justify;
}

.title
{
  font-size: 25px;
  letter-spacing:0px;
  LINE-HEIGHT:100%;
  font-weight:600;
  Color:#252525;
   
}

.subtitle
{
  font-size: 16px;
  letter-spacing:0px;
  LINE-HEIGHT:100%;
  font-weight:600;
  Color:#d11257;
   
}

.subtitle2
{
  font-size: 20px;
  letter-spacing:0px;
  LINE-HEIGHT:100%;
  font-weight:400;
  Color:#252525;
   
}

.red
{
	font-family:Nanum Barun Gothic,dotum,sans-serif;

	font-size: 12px;
	letter-spacing: 0px;
	letter-spacing:0px;
    LINE-HEIGHT:160%;
	Color: #ff540c;
   
}

.noselect
{
  letter-spacing:0px;
  letter-spacing:0px;
  LINE-HEIGHT:100%;
  Color:#b1b1b1;
   
}

.white
{
  letter-spacing:0px;
  LINE-HEIGHT:100%;
  font-weight:600;
  Color:#ffffff;
   
}

.whiteB
{
  font-size: 20px;
  letter-spacing:0px;
  LINE-HEIGHT:100%;
  font-weight:600;
  Color:#ffffff;
   
}

.black
{
	font-family:Nanum Barun Gothic,dotum,sans-serif;

	letter-spacing: 0px;
	letter-spacing:0px;
	font-weight:600;
	Color: #252525;
   
}

.cel
{
  font-size: 13px;
  Color:#666666;
  letter-spacing:0px;
  LINE-HEIGHT:130%;
}

.sum
{
  font-size: 25px;
  letter-spacing:0px;
  LINE-HEIGHT:100%;
  font-weight:600;
  Color:#d5ff00;
   
}


main {
  font-size: 1rem;
  font-family: 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
  line-height: 1.6;
  padding-left: 1em;
  padding-right: 1.2em;
}

#foreword {
  color: #6e6e6e;
  font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif;
}

.simple-tb {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;  
}

.simple-tb th {
  border-top: 2px solid #DADADA;
  border-bottom: 2px solid #DADADA;
  padding: 0.8em 1em;
  background-color: #F6F6F6;
  text-align: center;
  font-family: 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}

.simple-tb td {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 0.8em 1em;
  background-color: #FFFFFF;
  text-align: center;
  font-family: 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}

.simple-tb tbody {
  border-bottom: 2px solid #DADADA;
}

.notice_txt {
  color: #db1e62;
  font-weight: bold;
}

.notice_blue {
  color: #218EFF; 
  font-size: 0.9rem;
  font-family: 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}

.div-inline div div {
  display: inline-block;
}  

.div-inline div{
  padding-top: 0.6em;
  font-size: 1rem;
  font-family: 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}
.div-inline div div:first-child {
  width: 20%;
  vertical-align: top;
  font-weight: bold;
}

.div-inline div div:last-child {
  width: 80%;
  vertical-align: top;
  color: #6e6e6e;
}


.room-section {margin-bottom: 15px;background-color: #fff;padding: 20px;padding-top: 10px;border-radius: 8px;box-shadow: 0px 0px 6.6px 0px rgba(0, 0, 0, 0.12);}
.info-title {font-size:12pt;color:#a01749;}
.info-content {font-size:10pt;padding-top:1em;font-family: Arial, Helvetica, sans-serif;color:#333;}
.button-nav{color: #5d5d5d;padding: 6px 12px;border-radius: 6px;background-color: #F1F1F1;cursor:pointer;display: inline-block;transition: color 0.3s ease;}
.button-nav.active{color: white;padding: 8px 14px;border-radius: 6px;background-color: #a01749;cursor:pointer;display: inline-block;}
.slider-wrapper {position: relative;width: 100%;max-width: 600px;margin: 40px auto;}
.slider-container {overflow: hidden;border-radius: 8px;}
.slider-track {display: flex;width: 500%;transition: transform 0.5s ease-in-out;}
.slider-track img {width: 100%;height: auto;object-fit: cover;flex: 0 0 100%;display: block;}
.slider-controls {position: absolute;top: 50%;left: 0;width: 100%;display: flex;justify-content: space-between;transform: translateY(-50%);z-index: 10;pointer-events: none;}
.arrow {width: 40px;height: 40px;background-color: rgba(160, 23, 73, 0.8);color: white;border: none;font-size: 20px;cursor: pointer;border-radius: 10%;pointer-events: auto;display: flex;align-items: center;justify-content: center;transition: background-color 0.3s ease;}
.arrow:hover {background-color: rgba(192, 61, 110, 0.9);}
.sm-tb {width: 100%;border-collapse: collapse;font-family: Arial, Helvetica, sans-serif;font-size: 10pt;}
.sm-tb th{background-color: #F7F7F7;color: #000000;border: #cccccc 1px solid;padding: 0.5em;text-align: center;font-size:10pt}
.sm-tb td{border: #cccccc 1px solid;padding: 0.5em;text-align: center;font-size:10pt}
