@charset "euc-kr";

/* piece widget 占쎌쥙�ο옙類㏃삕占쏙옙�뺝뜝�⑸쳟占쎌닂�쇿뜝�덈�占쎌쥙�⑼옙酉고렭占쎈슣�뺟뛾占쎌삕�낅슢�쏉옙�낅꽞嚥▲꺃�뗰옙醫롫윥占쎈떼��옙臾먯맶占쎌쥜�� 占쎌쥙�⒳펺�뗭삕�앾옙戮녹춻占쏙옙援꿨뜝�뚯뒜占쎈떻�뗰쭗��굲占썬꺂理먲옙占� 占쎌쥙�⒳펺�뗭삕占쎌럩�뺝뜝�숈삕占쎌슜�삼옙醫묒삕 占쎌쥙�⒳펺�뗭삕繞⑨옙�뗭삕�ル∥吏쀥뜝�뚮땬占쎌늼�ユ에�ъ몝占쎌쥙��땟�숈삕占쎌슜�삼옙醫묒삕 占쎌쥙�ο옙�꾨쇀占쎈맩�뺝뜝�뚯뒠占쎌궍�앾옙��뱦�좎룞�� 占쎌쥙�⒳펺�뗭삕占쎌럩�뺝뜝�댢딉옙類앸쐻占쎈슢�뚦뜝�덊떢占쎌빢�숋옙�숆샴�좎룞�숋옙占쎌삕占쎌뼚�뺝뜝�덈쐠�댐옙. */

/* effect_image_piece01 ------------------------------------------------------------------------------------------ */
.effect_image_piece01 {
	position: relative;
	overflow-y: hidden;
}

.effect_image_piece01 .bg_img img { }

.effect_image_piece01:hover .bg_img img { }

.effect_image_piece01 .bg_txt {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	width: 80%;
	height: auto;
	background-color: rgba(31,31,31,1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 10%;
	opacity: 0.9;
	text-align: center;
}

.effect_image_piece01:hover .bg_txt {
	opacity: 1;
	top: 50%;
}

.effect_image_piece01 .bg_txt .txt_title {
	color: rgba(255,255,255,0.87);
	font-size: 3.2vmin;
	padding-bottom: 3%;
}

.effect_image_piece01 .bg_txt .txt_title:hover { color: rgba(204,160,63,1.00); }

.effect_image_piece01 .bg_txt .txt_body {
	color: rgba(255,255,255,1.00);
	font-size: 1.8vmin;
	opacity: 1;
	visibility: visible;
}

.effect_image_piece01:hover .bg_txt .txt_body { }

@media (max-width:991px) {

.effect_image_piece01 .bg_txt {
	opacity: 1;
	visibility: visible;
	background-color: rgba(31,31,31,0.8);
}

.effect_image_piece01 .bg_txt .txt_title { font-size: 3.2vmin; }

.effect_image_piece01 .bg_txt .txt_body { font-size: 1.8vmin; }
}

/* effect_image_piece02 ------------------------------------------------------------------------------------------ */
.effect_image_piece02 {
	position: relative;
	width: 100%;
	overflow-y: hidden;
	display: table;
}

.effect_image_piece02 .bg_img:after {
	content: "";
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(31,31,31,1.00);
	transition: 0.3s;
}

.effect_image_piece02:hover .bg_img:after { background-color: rgba(31,31,31,0.86); }

.effect_image_piece02 .bg_img { position: relative; }

.effect_image_piece02 .bg_txt {
	position: absolute;
	display: table-cell;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: auto;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding: 10%;
	opacity: 1;
	visibility: visible;
	text-align: center;
	font-family: "占쎌쥙�⒳펺�뗭삕占쎈��띶뜝�꾪�ｏ옙類앹뒙占쎌럩�뺝뜝�뚮땬占쎌늼肉숂춯�쏅뼠占쎌닂�숋옙占쎄뎡", "Nanum Gothic", sans-serif;
	vertical-align: middle;
}

.effect_image_piece02:hover .bg_txt { }

.effect_image_piece02 .bg_txt .txt_title {
	color: rgba(255,255,255,0.87);
	font-size: 3.2vmin;
	padding-bottom: 3%;
}

.effect_image_piece02 .bg_txt .txt_title:hover { color: rgba(204,160,63,1.00); }

.effect_image_piece02 .bg_txt .txt_body {
	color: rgba(255,255,255,1.00);
	font-size: 1.8vmin;
	opacity: 1;
	visibility: visible;
}

.effect_image_piece02:hover .bg_txt .txt_body { }

@media (max-width:991px) {

.effect_image_piece02 .bg_txt .txt_title { font-size: 3.2vmin; }

.effect_image_piece02 .bg_txt .txt_body { font-size: 1.8vmin; }

.effect_image_piece02 .bg_img:after { background-color: rgba(31,31,31,0.7); }
}

/* effect_image_piece03 ------------------------------------------------------------------------------------------ */
.effect_image_piece03 {
	position: relative;
	display: block;
	margin-top: 65px;
	margin-bottom: 100px;
}

.effect_image_piece03 .bg_img img { }

.effect_image_piece03:hover .bg_img img { }

.effect_image_piece03 .bg_txt {
	position: absolute;
	display: block;
	bottom: -10%;
	left: 10%;
	width: 80%;
	height: auto;
	background-color: rgba(31, 31, 31, 0.93);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	padding: 4%;
}

.effect_image_piece03:hover .bg_txt { }

.effect_image_piece03 .bg_txt .txt_title {
	color: rgba(255,255,255,0.87);
	font-size: 3.2vmin;
	padding-bottom: 3%;
}

.effect_image_piece03 .bg_txt .txt_title:hover { color: rgba(204,160,63,1.00); }

.effect_image_piece03 .bg_txt .txt_body {
	color: rgba(255,255,255,1.00);
	font-size: 1.8vmin;
	opacity: 1;
	visibility: visible;
}

.effect_image_piece03:hover .bg_txt .txt_body { }

@media (max-width:991px) {

.effect_image_piece03 .bg_txt {
	opacity: 1;
	visibility: visible;
}
}

/* main_bbs_list_white01 ------------------------------------------------------------------------------------------ */

.main_bbs_list_white01 { }

.main_bbs_list_white01 .slick-slide img {
	display: inline;
	border: none;
	width: auto;
	margin: auto;
	padding: 0;
}

.main_bbs_list_white01 .slick-vertical .slick-slide:focus {
	outline:none !important;
	border: none !important;
}

.main_bbs_list_white01 .label {
	padding: 0 4px;
	font-size: 9px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 2px;
	font-weight: 100;
  }
.main_bbs_list_white01 .bbs_big_title {
	font-size: 22px;
	padding-right: 5px;
	padding-bottom: 10px;
	display: inline-block;
	letter-spacing: -1px;
	color: #ff6912;
	position: relative;
	margin-bottom: 10px;
}

.main_bbs_list_white01 .bbs_big_title:after {
	content: "";
	position: absolute;
	width: 403px;
	height: 2px;
	bottom: 2px;
	left: 0px;
	background-color: #ff971e;
}

.main_bbs_list_white01 .small_title {color: #120804b3;}

/* .banner_youtube01 ------------------------------------------------------------------------------------------ */
.banner_youtube01 {
	position: relative;
	overflow: hidden;
	border: 3px solid #ff752661;
}

.banner_youtube01:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

.banner_youtube01 .btn_play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(255,255,255,1.00);
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #ff6912b7;
	line-height: 98px;
	border-radius: 100px;
	padding-left: 9px;
	opacity: 0.8;
}

.banner_youtube01:hover .btn_play { color: rgba(236,20,23,1.00); }

/* main_call_center_white01 ------------------------------------------------------------------------------------------ */

.main_call_center_white01 { padding: 0 15px; }

.main_call_center_white01 .tel_title {
	font-size: 25px;
	letter-spacing: -1px;
	text-transform: uppercase;
}

.main_call_center_white01 .tel_number, .main_call_center_white01 .tel_number a {
	color: #ff7c31;
	font-size: 4vmin;
	padding: 10px 0;
	font-weight: lighter;
}

.main_call_center_white01 .tel_number i { margin-right: 10px; }
@media (max-width:767px){
.main_call_center_white01 .tel_number, .main_call_center_white01 .tel_number a { font-size: 9vmin; }
}

/* ------------------------------------------ �좎럩伊숋옙恝�숃퉪�볥마�잙컾維곻옙類잛녃域뱀꼶爾닷뜝�덈꺼占쎌늼�ヨ눧誘り뎡 01 ---------------------------------------------- */
#contacts_bg01 {
	overflow-y: hidden;
	padding-top: 60px;
	padding-bottom: 60px;
}
#contacts_bg01 .banner_subject {
	font: 28px "Noto Sans KR", sans-serif;
	color: #FFFFFF;
	display: block;
	padding-bottom: 25px;
}
#contacts_bg01 ul {


}
#contacts_bg01 ul li {
	color: #ECECEC;
	padding: 10px 5px;
	font-size: 16px;
	border-bottom: 1px solid #434343;
}
#contacts_bg01 ul li:last-child { border-bottom-style: none; }
#contacts_bg01 ul li  i { padding-right: 10px; }

/* ------------------------------------------ 占쎌쥙�⒳펺�뗭삕占쎌눘�뺟춯誘⑸�랃옙�꾩녃域뱀꼶爾닷뜝�덈꺼占쎌늼�ヨ눧誘り뎡 01 ---------------------------------------------- */
#online_bg01 {
	overflow-y: hidden;
	padding-top: 60px;
	padding-bottom: 60px;
}
#online_bg01 .banner_subject {
	font: 28px 'Noto Sans Korean', sans-serif;
	color: #FFFFFF;
	display: block;
	padding-bottom: 25px;
}

#online_bg01 .online_contents {

}
#online_bg01 .online_contents #online_form .online_bg { background-color: #1F1F1F; }

/* input �좎럩伊숋옙恝彛뺧옙�곸굲占쎌쥙�⑼옙類앸쐻占쎈뜄�ε뜝�덊떢占쎌빢�숃쥈�몄퀫�좎뜦�숋옙占� */

#online_form .formmail_cell_bgcolor { background-color: rgba(0,0,0,0.00); }
#online_form .online_bg tr td:first-child { display: none; }
#online_form .input_modify {
	width: 100%;
	font: 16px/35px 'Noto Sans Korean', sans-serif;
	padding-left: 15px;
	background-color: rgba(0,0,0,0.00);
	color: rgba(112,112,112,1.00);
	display: block;
	border: 1px solid rgba(67,67,67,1.00);
	height: 35px;
}
#online_form .input_modify:focus {
	border: 1px solid rgba(236,236,236,1.00);
	color: rgba(236,236,236,1.00);
}