@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/hanna.css);
/* 제주고딕 ('Jeju Gothic') */
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
/* 제주한라산 ('Jeju Hallasan') */
@import url(http://fonts.googleapis.com/earlyaccess/jejuhallasan.css);
/* 제주명조 ('Jeju Myeongjo') */
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
/* 나눔명조 ('Nanum Myeongjo') */
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
/* 나눔펜글씨 ('Nanum Pen Script') */
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
/* 스포카산스 ('Spoqa Han Sans') */
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
/* 에스코어드림 ('S-CoreDream') */
@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-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-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;}


/* Reset */
* {font-family: 'S-CoreDream-4Regular'; letter-spacing:-1px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,button,input {font-family:'Spoqa Han Sans';margin:0;padding:0;}
body,h1,h2,h3,h4,th,td,input, select, button {color:#000;font-family:'Spoqa Han Sans',dotum,sans-serif;font-size:16px; letter-spacing:-1px;  font-weight:normal; line-height:18px;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
hr {display:none;}
img,fieldset {border:0;}
ul,ol,li {list-style:none;}
img,input,select,textarea {vertical-align:middle;}
table {border-collapse:collapse; border-spacing:0;}
caption,th {text-align:left;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;}
abbr,acronym {border:0;}
strong {font-weight:bold;}
button {cursor:pointer;}
a, a:active, a:visited {color:#454545;text-decoration:none;cursor:pointer;select-dummy: expression(this.hideFocus=true);}
a:hover {color:#000; text-decoration:none;}

/*카카오톡플루팅*/
.kakaotalk{
position: fixed;
    bottom: 150px;
    /* left: 15px; */
    padding-left: 15px;
  z-index: 2;
}
.kakaotalk img{
  width: 50px; 
}

/*전화하기플루팅*/
.call_f{
position: fixed;
    bottom: 210px;
    /* left: 15px; */
    padding-left: 15px;
  z-index: 2;
}
.call_f img{
  width: 50px;  
}

/*2번째 슬라이드 롤링배너*/
.heightTricker { position:relative; height:0; padding-bottom: 27%; overflow: hidden; }

.slidebanner {
	position:absolute; 
	top: 0px;
	left: 0px;
	width: 100%; 
	height: 100%;
	display: flex;
}
.slidebanner .btnAdvice { 
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
 }
.slidebanner .btnAdvice img {height: 100%;}

.slidebanner .streambox { 
	position: relative;
	height: 100%;
}

.slidebanner ul.bannerbox {
    float: left;
	display: flex;
	height: 100%;

	/* Starting position */
	-moz-transform:translateX(0%);
	-webkit-transform:translateX(0%);	
	transform:translateX(0%);

	/* Apply animation to this element */	
	-moz-animation: streambox 30s linear infinite;
	-webkit-animation: streambox 30s linear infinite;
	animation: streambox 30s linear infinite;
}

.slidebanner ul.bannerbox > li { position: relative; float: left; height: 100%; padding-right: 10px; }
.slidebanner ul.bannerbox > li img { height: 100%; }

/* Move it (define the animation) */
@-moz-keyframes streambox {
	100% { -moz-transform: translateX(-50%); }
}
@-webkit-keyframes streambox {
	100% { -webkit-transform: translateX(-50%); }
}
@keyframes streambox {
	100% { 
		-moz-transform: translateX(-50%)); /* Firefox bug fix */
		-webkit-transform: translateX(-50%)); /* Firefox bug fix */
		transform: translateX(-50%); 
	}
}

.slidebanner ul.bannerbox:hover {
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

/* 박스들 */
.box {font-family:'Spoqa Han Sans'; font-size:18px; text-align:center; color:#333; line-height:24px; border-top:1px solid #00b8f1; border-bottom:1px solid #888; padding:10px; margin-bottom:10px;}
.box1{font-family:'Spoqa Han Sans'; font-size:16px; letter-spacing:-1px;  line-height:27px; text-align:left;}
.box2{font-family:'Spoqa Han Sans'; font-size:20px; letter-spacing:-1px; background:#282828; color:#fff; padding:12px 7px;  text-align:center; margin-bottom:10px; line-height:30px; }
.box3{font-family:'Spoqa Han Sans'; font-size:17px; border-left:4px solid #d31a19; text-align:left; line-height:28px; margin-bottom:10px; color:#d31a19; padding-left:8px;  font-weight:bold;}
.box4{font-family:'Spoqa Han Sans'; font-size:18px; padding:20px 10px; border:1px solid #e3e3e3; text-align:center;  letter-spacing:0.5px;  line-height:27px; box-shadow:3px 5px 5px rgba(0,0,0,0.1);border-radius:30px;}
.box5{font-family:'Spoqa Han Sans'; font-size:17px; padding:5px; background:#d31a19;  color:#fff;  text-align:center; /*font-weight:bold;*/  line-height:27px; font-weight:bold;}
.box6{font-family:'Spoqa Han Sans'; font-size:18px; padding:20px;  text-align:center; background:#f1f1f1;  line-height:25px;  border-radius:20px; }
.box7{font-family:'Spoqa Han Sans'; font-size:20px;     border-bottom: 3px solid #d31a19; text-align:left; line-height:24px; padding-bottom: 10px; color:#000;/*padding-left:8px;*/ font-weight:bold;}

#Menu_list {border:none !important; border-top:1px solid #ddd !important}

/* Main_layout */
#HMY_Mcontent {}
#HMY_Mcontent .call{float:right; padding:0px 16px 0px 0px;}

#HMY_Mheader {}
#HMY_Mheader_ci {width:50%;height:50px; border-bottom:2px solid #c20314;padding:25px 0px 0px 10px; text-align:left;}
#HMY_Mheader_top {text-align:center; width:100%; height:27px; background:url(../images/main/top_btn_bg.png); padding:5px 0px 0px 0px;}

#HMY_Mheader_menu1 {width:100%; top:0%;}
#HMY_Mheader_menu1 ul {width:100%; padding:0% 0px 0px 0px; }
#HMY_Mheader_menu1 li {float:left; text-align:center; width:100%;}

#HMY_Mheader_menu2 {width:100%; top:0%;}
#HMY_Mheader_menu2 ul {width:100%; padding:0px 0px 0px 0px; }
#HMY_Mheader_menu2 li {float:left; text-align:center; width:100%;}

#HMY_Mheader_menu3 {width:100%; bottom:0%;}
#HMY_Mheader_menu3 ul {width:100%; padding:0px 0px 0px 0px; }
#HMY_Mheader_menu3 li {float:left; text-align:center; width:100%;}

/*HMY_Scontent*/
#HMY_Scontent {background:#fff;display:inline;}
#HMY_Scontent div {width:90%;margin:auto;padding:20px 0px;}
#HMY_Scontent p {}
#HMY_Scontent dl {width:90%;margin:0 auto;padding:25px 0px; font-size:16px; letter-spacing:-1px; /*text-align:justify*/}
#HMY_Scontent dt {line-height:22px; border-bottom:#CCCCCC solid 1px;padding:10px 2px;font-weight:bold; font-size:18px;text-align:left;}
#HMY_Scontent dd {padding:10px 0px;  font-size:14px; line-height:22px; text-align:left}

/*SUB_Scontent*/
#SUB_Scontent {background:#fff;display:inline;}
#SUB_Scontent div {width:100%;margin:auto;}
#SUB_Scontent p {}
#SUB_Scontent dl {width:90%;margin:0 auto;padding:25px 0px; font-size:16px; letter-spacing:-1px; /*text-align:justify*/}
#SUB_Scontent dt {line-height:22px; border-bottom:#CCCCCC solid 1px;padding:10px 2px;font-weight:600; font-size:23px;text-align:center;}
#SUB_Scontent dt small {margin-left:3px; font-size:16px;}
#SUB_Scontent dd {padding:10px 0px;  font-size:14px; line-height:22px; text-align:left}

/*top_menu*/
#HMY_Mheader_ci2 {width:100%; height:60px; background:#fff}
#HMY_Mheader_ci2 ul{ }
#HMY_Mheader_ci2 li{float:left;height:40px; }

#Menu_list {width:40%; height:auto; float:right; top:38px;background:#fff;  position:absolute; left:37px; display:none; border:1px solid #ddd;}
#Menu_list h1 {font-size:14px; font-weight:bold; color:#333; padding:8px 12px; border-bottom:1px solid #ddd; background:#fff; text-align:center;}
#Menu_list h1 em { background:#e60000; border-radius:3px; padding:2px 2px;font-size:10px; font-weight:bold;margin-left:6px; vertical-align:middle; }

#Menu_list ul {width:100%; background:#808080; padding:7px 0px 0px 0px;}
#Menu_list li {color:#efefef; font-size:13px; font-weight:bold; padding:0px 0px 6px 13px;}

/*서브메뉴*/
#Menu_list2 {width:45%;  top:0px; position:absolute; right:0px; display:none; border:1px solid #ddd;}
#Menu_list2 h1 {font-size:13px;  color:#333; padding:8px 0px; border-bottom:1px solid #ddd; background:#fff; text-align:center;}
#Menu_list2 h1 em { background:#e60000; border-radius:3px; padding:2px 2px;font-size:10px; font-weight:bold;margin-left:6px; vertical-align:middle;  }

#Menu_list2 ul {width:100%; background:#808080; padding:7px 0px 0px 0px;}
#Menu_list2 li {color:#efefef; font-size:13px; font-weight:bold; padding:0px 0px 6px 13px;}


#Menu_list3 {width:100%; height:auto; float:right; top:38px;background:#fff;  position:absolute; left:37px; display:none; border:1px solid #ddd;}
#Menu_list3 h1 {font-size:14px; font-weight:bold; color:#333; padding:8px 12px; border-bottom:1px solid #ddd; background:#fff; text-align:center;}
#Menu_list3 h1 em { background:#e60000; border-radius:3px; padding:2px 2px;font-size:10px; font-weight:bold;margin-left:6px; vertical-align:middle;  }

#Menu_list3 ul {width:100%; background:#808080; padding:7px 0px 0px 0px;}
#Menu_list3 li {color:#efefef; font-size:13px; font-weight:bold; padding:0px 0px 6px 13px;}

#Menu_list4 {width:100%;  top:0px; right:0px;  border:1px solid #ddd;}
#Menu_list4 h1 {font-size:14px; font-weight:bold; color:#333; padding:8px 0px; border-bottom:1px solid #ddd; background:#fff; text-align:center;}
#Menu_list4 h1 em { background:#e60000; border-radius:3px; padding:2px 2px;font-size:10px; font-weight:bold;margin-left:6px; vertical-align:middle;  }

#Menu_list4 ul {width:100%; background:#808080; padding:7px 0px 0px 0px;}
#Menu_list4 li {color:#efefef; font-size:13px; font-weight:bold; padding:0px 0px 6px 13px;}


#HMY_Mheader {}
#HMY_Mheader_ci {width:100%;}
#HMY_Mheader_ci p {width:50%; margin:0 auto;}

#HMY_Mheader_menu {width:100%;}
#HMY_Mheader_menu ul {}
#HMY_Mheader_menu li {float:left; width:50%}

#HMY_Mheader_top {text-align:center; width:100%; height:27px; background:url(../images/main/top_btn_bg.png); padding:5px 0px 0px 0px;}

#HMY_Mcontent {}

/*가로메뉴*/
#HMY_Sheader {height:120px; }
#HMY_Sheader_ci {width:100%;height:55px;padding:0px 0px 0px 0px; text-align:center; }
#HMY_Sheader_ci_back{float:left; padding:15px 0px 0px 5px; width:20%;}
#HMY_Sheader_ci_ci{float:left; width:55%; text-align:center; padding:10px 0px 0px 10px;}
#HMY_Sheader_ci_call{float:right;width:15%; padding:7px 10px 0px 0px; text-align:right;}




#HMY_Sheader_menu {width:100%; height:45px; background:#fff; color:#333; font-size:14px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;z-index:9999}
#HMY_Sheader_menu th{border-right:1px solid #ddd; width:10%;padding-left: 2%;}
#HMY_Sheader_menu td {cursor:pointer}
#HMY_Sheader_menu td.main_menu{width:80%; text-align: center;font-family: 'S-CoreDream-4Regular';font-size: 15px;}
#HMY_Sheader_menu td.ssub_menu{background:#201f31; color:#fff; font-weight:bold; text-align:center; width:45%; padding-left: 20px;}


#HMY_Scontent {background:#fff;display:inline;}
#HMY_Scontent div {width:85% ;margin:auto;padding:20px 0px;}
#HMY_Scontent p {}
#HMY_Scontent dl {}
#HMY_Scontent dt {border-bottom:#CCCCCC solid 1px;padding:10px 2px;font-weight:bold; font-size:17px;}
#HMY_Scontent dd {padding:10px 0px; text-align:left; }
/*230410*/
.intro_tit2{color:#e6e6e6;font-family: 'NanumBarunGothic';font-weight:bold;font-size:48px;line-height:54px;text-align:right;}  
.intro_tit{color:#202020;font-family:'S-CoreDream-5Medium';font-size:22px;line-height:40px;text-align:left;border-bottom: #b1b1b1 solid 1px;}  
#HY_Scontent2 {background:#fff;display:inline;}                        
#HY_Scontent2 div {width:100%;/*margin:auto;*/padding:8px 0px;}                        
#HY_Scontent2 b {color:#a7b0be;font-family: 'NanumBarunGothic'; font-size:15px;line-height:26px;text-align:left;} 
#HY_Scontent2 c {color:#333;font-family: 'S-CoreDream-4Regular';font-weight:bold;font-size:30px;line-height:40px;text-align:left;}    
#HY_Scontent2 p {text-align:left;font-family: 'S-CoreDream-4Regular';font-size:16px;line-height:26px;letter-spacing:-0.03em;} 
#HY_Scontent2 dl {text-align:center;font-family: 'NanumBarunGothic'; font-size:16px;line-height:28px;margin:4%;}               
#HY_Scontent2 dt {text-align:center;padding:5px 2px; font-size:18px; font-family: 'NanumBarunGothic';}  
          

.body_tit {font-family: 'Spoqa Han Sans', 'Spoqa Han Sans KR', 'Sans-serif';width:100%;border-bottom:#0579da solid 3px;width:100% !important; padding:14px 0px !important;}  
.body_tit .st_tit {font-family: 'Spoqa Han Sans', 'Spoqa Han Sans KR', 'Sans-serif';font-size:20px;font-weight:bold; color:#000;line-height:24px;}
.sb_tit {font-family: 'Spoqa Han Sans', 'Spoqa Han Sans KR', 'Sans-serif';width:100%;width:100% !important; padding:14px 0px !important;}  
.sb_tit .sub2_tit {color: #333333;font-family: 'S-CoreDream-4Regular';text-align:left;font-weight:bold;font-size:17px;border-left:4px solid #faaf3a;padding-left: 10px;margin-left: 4px;}
.list li{background:url('/images/main/squre_ico.svg') 7px 25px no-repeat;font-size:15px;/*list-style:square;list-style-position:inside;*/border-bottom:1px solid #dedede; padding:14px 20px;line-height:26px;}

#Mheader_menu03 {width:100% !important}  
#Mheader_menu03 ul {width:100%;overflow:hidden;}
#Mheader_menu03 li {border-bottom: 2px solid #fff;float:left; width:calc(100% / 3 - 2px); float:left; background:#fadb77; font-size:16px;color:#ffffff;!important;padding:10px 0;overflow:hidden;text-align:center;letter-spacing:-0.05em;border-right:2px solid #fff;} 
#Mheader_menu03 li:last-child {border:0;}
#Mheader_menu03 li:hover {background:#faaf3a;cursor:pointer;} 

#Mheader_menu04 {width:100% !important}  
#Mheader_menu04 ul {width:100%;overflow:hidden;}
#Mheader_menu04 li {border-bottom: 2px solid #fff;float:left; width:calc(100% / 2 - 2px); float:left; background:#fadb77; font-size:16px;color:#ffffff;!important;padding:10px 0;overflow:hidden;text-align:center;letter-spacing:-0.05em;border-right:2px solid #fff;} 
#Mheader_menu04 li:last-child {border:0;}
#Mheader_menu04 li:hover {background:#faaf3a;cursor:pointer;} 

.operation_info{margin-bottom: 15%;width: 100%;} 
	.operation_info li{margin-top: 10px;width: 50%;float: left;/*height:180px;*/}
	.operation_info li:last-child{border: 0;} 
	.operation_info li .operation_icon{width: 100%;margin-right: 15px;text-align: center;margin-bottom: 5px;}
	.operation_info li img{width: 80px;}
    .operation_info li .operation_txt{text-align: center;}
	.operation_info li div span{font-size: 18px;line-height: 1.4;font-weight: bold;text-align: center;color: #ff9800;}
	.operation_info li div p{font-size: 15px !important;border-bottom: solid 1px #ddd;padding-bottom: 70px;font-size: 16px;line-height: 1.4;font-weight: 500;color: #333333;text-align: center!important;}
	.operation_info2 li{width: 33.33%;}  
     
.list2 li{font-size:15px;/*list-style:square;list-style-position:inside;*/border-bottom:1px solid #dedede; padding:14px 20px;line-height:26px;}

#HMY_table018 {width:100%;margin:auto; border-top:2px solid #ccc;margin-bottom:30px;} 
#HMY_table018 th {font-family: 'S-CoreDream-4Regular';width:100px;border-bottom:1px solid #e2e2e2;padding:10px;color:#333;font-size:14px;text-align:left;border-right:1px solid #ddd; border-left:1px solid #ddd;} 
#HMY_table018 td {font-family: 'S-CoreDream-4Regular';border-bottom:1px solid #e2e2e2;padding:10px;color:#333;font-size:14px;line-height:22px; text-align:left; border-right:1px solid #ddd; border-left:1px solid #ddd;}
#HMY_table018 td small {color:#da0e0e;font-size:13px;}

/*footer*/
#HMY_footer {width:100%; background:#545454; clear:both; color:rgba(255,255,255,0.5);}
#HMY_footer span {color:#ccc;}   
#HMY_footer div {width:320px; margin:auto; padding:7px 0px;}
#HMY_footer ol {padding:5px 0px 0px 0px;}
#HMY_footer li {text-align:center;line-height:16px; letter-spacing:-1px;}
#HMY_footer li img {padding:4px 2px 0px 0px;}
#HMY_footer li span img {padding:5px 0px 0px 0px;}
#HMY_footer h1 {color:#999999; font-size:16px; letter-spacing:-1px; font-family:'Spoqa Han Sans';letter-spacing:-1px;}
#HMY_footer h2 {color:#999999; font-size:16px; letter-spacing:-1px; font-family:'Spoqa Han Sans';letter-spacing:-1px;}

/* sub_table */
#HMY_table01 {width:100%;margin:auto;  }
#HMY_table01 th{ font-family:'Spoqa Han Sans',sans-serif; font-size:16px; letter-spacing:0.5px; padding:12px 3px;border:1px solid #f9f9f9;background:#fff; color:#000; text-align:left;width:10%;vertical-align:middle;   line-height:27px;}
#HMY_table01 td{text-align:left; border:1px solid #e7e5e5; font-family:'Spoqa Han Sans',sans-serif; color:#000;Padding:8px 3px; font-size:14px; letter-spacing:0.5px; border-radius:0px 0px 5px 5px;}
.price{text-align:center;color:#000;}
.de{background:#f6f6f6;border-bottom:1px solid #e0e0e0; padding:8px; }

#HMY_table02 {width:100%;margin:auto;}
#HMY_table02 th{border:1px solid #ccc; font-family:'Spoqa Han Sans',sans-serif; font-size:17px; letter-spacing:-1px; padding:12px 3px;background:#fff;text-align:center;  line-height:27px;}
#HMY_table02 td{width:70%; text-align:center; border:1px solid #ccc; font-family:'Spoqa Han Sans',sans-serif; color:#000;Padding:8px 3px; font-size:16px; letter-spacing:-1px;}
.price{color:#d10000; text-align:right; font-weight:bold}

#HMY_table03 {width:100%; }
#HMY_table03 th{ border-bottom:1px solid #ccc; font-family:'Spoqa Han Sans',sans-serif; font-size:17px;  color:#313131; text-align:left; padding:15px 2px;vertical-align:middle; line-height:24px; }
#HMY_table03 td{border-bottom:1px dotted #ccc; font-family:'Spoqa Han Sans',sans-serif; font-size:16px; letter-spacing:0px; ;padding:12px 5px;color:#626262; text-align:right;  font-weight:bold;}

#HMY_table04 {width:100%; border-bottom:2px solid #282828;  }
#HMY_table04 th{ border-bottom:1px solid #ccc; font-family:'Spoqa Han Sans',sans-serif; font-size:18px;  color:#000; text-align:left; padding:15px 2px;vertical-align:middle; line-height:24px; } 
#HMY_table04 td{border-bottom:1px solid #ccc; font-family:'Spoqa Han Sans',sans-serif; font-size:16px; ;padding:12px 5px;text-align:right;  line-height:26px; color:#313131;  font-weight:bold;}
.dt{text-align:left!important;color:#444!important;font-size:14px!important}

#HMY_table05 {width:100%;;margin:auto;}
#HMY_table05 th{border:1px solid #ccc; font-family:'Spoqa Han Sans',sans-serif; font-size:17px; background:#f1f1f1; color:#313131; text-align:center; padding:10px;  line-height:24px;} 
#HMY_table05 td{border:1px solid #ccc; font-family:'Spoqa Han Sans',sans-serif; font-size:16px; letter-spacing:-1px; ;padding:12px;  text-align:center;}
.price{color:#d10000; text-align:right; font-weight:bold}


#HMY_table06 {width:100%; border-top:2px solid #282828;  }
#HMY_table06 th{ border-bottom:1px solid #ccc; font-family:'Spoqa Han Sans',sans-serif; font-size:18px;  color:#000; text-align:center; padding:15px 2px;vertical-align:middle; line-height:24px;  font-weight:bold; } 
#HMY_table06 td{border-bottom:1px solid #ccc; font-family:'Spoqa Han Sans',sans-serif; font-size:16px; ;padding:12px 5px;text-align:right;  line-height:26px; color:#000;}
.dt{text-align:left!important;color:#444!important;font-size:14px!important}


#HMY_table07 {width:100%;;margin:auto;}
#HMY_table07 th{border:1px solid #ccc;  font-family:'Spoqa Han Sans',sans-serif; font-size:17px; background:#fff; color:#313131; text-align:center; padding:10px;  line-height:24px;} 
#HMY_table07 td{border:1px solid #ccc; font-family:'Spoqa Han Sans',sans-serif; font-size:16px; letter-spacing:-1px; ;padding:12px;  text-align:center;}
.price{color:#d10000; text-align:right; font-weight:bold}

#HMY_table07 th:hover{border:3px solid #56bfc0; box-sizing: border-box;}
#HMY_table07 th:hover {color:#000; font-weight:bold;}

#HMY_table08 {width:100%;;margin:auto;}
#HMY_table08 th{border:1px solid #ccc;  font-family:'Spoqa Han Sans',sans-serif; font-size:17px; background:#fff; color:#313131; letter-spacing:0px; text-align:center; padding:10px;  line-height:24px;} 
#HMY_table08 td{border:1px solid #ccc; font-family:'Spoqa Han Sans',sans-serif; font-size:16px; letter-spacing:-1px; ;padding:12px;  text-align:center;}
.price{color:#d10000; text-align:right; font-weight:bold}

#HMY_table08 th:hover{border:3px solid #f39800; box-sizing: border-box;}
#HMY_table08 th:hover {color:#000; font-weight:bold;}


/* tit */
.titt{font-family:'Nanum Brush Script'; font-size:23px; margin-bottom:5px; border:1px dotted #ccc; padding:15px; text-align:center; line-height:25px;}
.tit{border-bottom:1px solid #f1f1f1; padding:5px; font-family:'Spoqa Han Sans',sans-serif;;;font-size:16px; letter-spacing:-1px;line-height:22px;text-align:left; font-weight:bold}
.tit1{padding:10px; text-align:center;  font-weight:bold; font-size:15px; margin-bottom:10px; border:3px solid #e0e0e0}
.tit2{background:#c4b9a7; padding:4px; text-align:center;  font-weight:bold; font-size:15px; margin-bottom:15px;}
.tit3{padding:12px; text-align:center;  font-size:17px; margin-bottom:15px;}
.tit4{padding:5px 10px; text-align:left; font-weight:900; font-size:19px; margin-bottom:10px; border-bottom:3px solid #e0e0e0;}
.tit4 small{font-weight:500; font-size:16px; letter-spacing:0px; }
.tit5{background:#f2f1f1;padding:8px; text-align:left;  font-size:14px; margin:10px 0 ;border:1px solid #d6d6d6;  text-align:center;line-height:20px;}

/*location*/
.CYU_location_table_multi {width:100%;margin:auto;}  
.CYU_location_table_multi th{border:1px solid #ccc;padding:5px;color:#000;font-size:14px; width:20%; letter-spacing:-1px;} 
.CYU_location_table_multi td{padding:5px;font-size:14px;border:1px solid #ccc;font-size:14px; letter-spacing:-1px;}
.bar_map {width:90%;border:1px solid #eee;margin-bottom:20px;margin-top:20px;margin-left:auto;margin-right:auto;}

#CYU_location_table {width:100%;margin:auto;}  
#CYU_location_table th{border-top:1px solid #ccc;border-bottom:1px solid #ccc;font-weight:bold; padding:5px;color:#000;font-size:16px; letter-spacing:-1px; width:20%; letter-spacing:-1px; font-family'SpoqaHan Sans';} 
#CYU_location_table td{padding:5px;font-size:16px; letter-spacing:-1px;border-top:1px solid #ccc;border-bottom:1px solid #e0e0e0; letter-spacing:-1px; font-family:'Spoqa Han Sans',sans-serif;}

/* border_게시판 레이아웃 */
#HMY_border {width:100% !important; margin:auto; padding:20px 0px !important;background:#fff;}
#HMY_border .se {width:92% !important;padding:0px 0px 10px 0px !important;margin:auto;}
#HMY_border .btn {width:92% !important;padding:10px 0px !important; margin:auto;text-align:right;}
#HMY_border .no {width:92% !important;padding:0px !important; margin:auto;text-align:center;}

/* border_table */ 
#HMY_Btable01_list {width:92%;margin:auto;}  
#HMY_Btable01_list th{border-bottom:1px solid #ccc;border-top:2px solid #ccc;font-weight:bold;padding:8px 4px;color:#000;font-size:11px;text-align:center;background:#f2f2f2;} 
#HMY_Btable01_list td{padding:8px 4px;font-size:11px;border-bottom:1px solid #ccc;font-size:11px;text-align:center;}
.T_left{text-align:left !important;}
.HMY_Btable01_list_input{border:1px solid;color:#f2f3f4;width:137px;height:19px;background:#f2f3f4;}

#HMY_Btable01_view {width:92%;margin:auto;}  
#HMY_Btable01_view th{border-bottom:1px solid #ccc;border-top:1px solid #ccc;font-weight:bold;padding:8px 4px 8px 6px;color:#000;font-size:11px;text-align:left;background:#f2f2f2;width:25%;} 
#HMY_Btable01_view td{padding:8px 4px;font-size:11px;border-bottom:1px solid #ccc;border-top:1px solid #ccc;font-size:11px;}
.HMY_Btable01_view_input01{border:1px #cacaca solid;width:97%;height:17px;}
.HMY_Btable01_view_input02{border:1px #cacaca solid;width:95%;height:200px;}

/* ban */
#HMY_footer_ban {background:#000; text-align:center; width:100%;}
