body{
min-width: 1440px;
}

/* 그누보드 reset */
ul,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none
}

legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

label,
input,
button,
select,
img {
	vertical-align: middle;
	font-size: 1em
}

input,
button {
	margin: 0;
	padding: 0;
	;
	font-size: 1em
}

input[type="submit"] {
	cursor: pointer
}

button {
	cursor: pointer
}

textarea,
select {
	;
	font-size: 1em
}

select {
	margin: 0
}

p {
	margin: 0;
	padding: 0;
	word-break: break-all
}

hr {
	display: none
}

pre {
	overflow-x: scroll;
	font-size: 1.1em
}

a {
	color: #000;
	text-decoration: none
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	-webkit-box-shadow: 0 0 5px #9ed4ff;
	-moz-box-shadow: 0 0 5px #9ed4ff;
	box-shadow: 0 0 5px #9ed4ff;
	border: 1px solid #558ab7 !important;
	box-sizing: border-box !important;
}

.placeholdersjs {
	color: #aaa !important
}

#bo_v_title .bo_v_tit {
	font-size: 1.2em;
	letter-spacing: -1px;
}

.inner{
padding: 0 2rem;
}

/* +++++++++ Header +++++++++ */
#hd {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0%;
	z-index: 50;
	transition: all 0.5s;
}

#hd.act {
	background: #fff;
}

.hd_wr {
	max-width: 1500px;
padding: 0 2rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#logo {
	width: 151px;
	display: flex;
	align-items: center;
	margin-right: 126px;
}

#logo a {
	display: block;
	width: 151px;
	height: 44px;
	background: url('/img/common/logo_w.png') no-repeat center;
}

#logo a.act {
	background: url('/img/common/logo_b.png') no-repeat center;
}

#hd .menu {
	display: flex;
	align-items: center;
}

#hd .menu>li {
	margin-right: 33px;
	height: 80px;
	position: relative;
}

#hd .menu>li>a {
	font-weight: 550;
	line-height: 80px;
	font-size: 17px;
	transition: all 0.3s;
	display: inline-block;
	color: #fff;
	letter-spacing: -0.8px;
}

#hd .menu>li>a.color {
	color: #555;
}

#hd .menu>li>a:hover {
	color: #ccb187;
}

#hd .menu>li:last-child {
	margin-right: 26px;
}

#hd .log_area {
	display: flex;
}

#hd .log_area>a {
	font-weight: 350;
	color: #b7b7b7;
	font-size: 14px;
	transition: all 0.3s;
}

#hd .log_area>a:hover {
	color: #ccb187;
}

#hd .log_area>a.login {
	margin-right: 10px;
}

#hd .log_area>a.joinus {
	margin-right: 30px;
}

#hd .ham_tab a {
	display: block;
	width: 29px;
	height: 24px;
}

#hd .ham_tab a img {
	width: 100%;
	height: 100%;
}

#hd .gnb_li_01 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.7);
	display: none;
}

#hd .gnb_li_01 li {
	text-align: center;
}

#hd .gnb_li_01 li:first-child {
	padding-top: 20px
}

#hd .gnb_li_01 li:last-child {
	margin-bottom: 0;
	padding-bottom: 20px
}

#hd .gnb_li_01 li a {
	width: max-content;
	line-height: 50px;
	display: inline-block;
	padding: 0 24px;
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	transition: all 0.3s;
	letter-spacing: -0.8px;
}

#hd .gnb_li_01 li a:hover {
	color: #ccb187;
}

/* +++++ event popUp Area +++++  */
/* bxslider basic css */
/* 공통 img css */
.slider {}

.slider img {
	display: block;
	width: 100%;
	height: 643px;
}

/* sliderWrap0  */
.sliderWrap0 {
	width: 985px;
	position: relative;
	margin-bottom: 40px;
}

/* page dote */
.sliderWrap0 .bx-pager {
	position: absolute;
	right: 0;
	top: 0;
}

.sliderWrap0 .bx-pager div {
	display: inline-block;
	padding: 0 3px;
}

.sliderWrap0 .bx-pager div a {
	display: block;
	width: 15px;
	height: 15px;
	background: lightgray;
	border-radius: 100%;
	color: transparent;
	font-size: 0;
}

/* pop_slider */

#pop_big_wr{
height: auto;
	position: fixed;
	z-index: 1005;
left: 50%;
transform: translateX(-50%);
	top: 10.4%;
display: flex;
}

#pop_big_wr > div{
width: 643px;
position: relative;
}

.pp_dim{
	width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
position: fixed;
top:0;
left: 0;
z-index: 1001;
font-size: 0;
}

#popUp {
height: auto;
	/*	display: none !important;*/
	display: block;
}

#pop_slider {
	position: relative;
}

#evnetPop{
height: auto;
margin-right: 60px;
display: none;
}

#pop_wr{
position: relative;
}

#pop_wr .pop_close {
	width: 100%;
	background: #2e2e2e;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	text-align: right;
}

#pop_wr .pop_close>label {
	color: #fff;
	padding-right: 20px;
	cursor: pointer;
}

#pop_wr .pop_close_btn {
	width: 60px;
	height: 58px;
	position: absolute;
	top: 0;
	right: -60px;
	cursor: pointer;
}

#pop_wr .pop_close_btn img {
	display: block;
	width: 100%;
	height: 100%;
}

#pop_wr .pop_content img{
width: 100%;
}

.pop_sliderWrap {
	width: 643px;
	height: 643px;
	position: relative;
	margin-bottom: 44px;
}

.pop_sliderWrap .bx-pager {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px;
}


/* 슬라이드 선택자 css */
.pop_sliderWrap .bx-pager span {
	display: inline-block;
	width: 2px;
	height: 15px;
	vertical-align: 3px;
	margin: 0 11px;
	transform: rotate(26deg);
}

.pop_sliderWrap .bx-controls-direction {
	display: none;
}

.pop_sliderWrap .bx-pager div {
	display: inline-block;
	padding: 0 3px;
}

.pop_sliderWrap .bx-pager div a {
	display: block;
	width: 15px;
	height: 15px;
	background: lightgray;
	border-radius: 100%;
	color: transparent;
	font-size: 0;
}

.paging {
	display: flex;
	flex-direction: row;
	position: absolute;
/* 	right: 0; */
	top: 643px;
width: 643px;
/* 	height: 44px; */
}

.paging li {
	flex: 1;
}

.paging li a {
	background: #fff;
	color: #000;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
text-align: center;
	height: 100%;
	transition: all 0.5s;
	border-right: 1px solid #333;
	font-size: 14px;
padding: 2px 0;
min-height: 44px;
}

.paging li a:last-child {
	border: none;
}

.paging li .active {
	background: #000;
	color: #fff;
}

#pop_big_wr .pop_close {
	width: 100%;
	background: #2e2e2e;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	text-align: right;
}

#pop_big_wr .pop_close>label {
	color: #fff;
	padding-right: 20px;
	cursor: pointer;
}

#popUp {
display: none;
}

#pop_big_wr .pop_close_btn {
	width: 60px;
	height: 58px;
	position: absolute;
	top: 0;
	right: -60px;
	cursor: pointer;
}

#pop_big_wr .pop_close_btn img {
	display: block;
	width: 100%;
	height: 100%;
}


/* +++++ all_menu_wrap Area +++++ */
#all_menu_wrap {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1001;
	display: none;
}

#all_menu_wrap .all_wrap {
	/* width: 1540px; */
	height: 620px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 140px;
	transform: translateX(-50%);
	border-radius: 20px;
}

#all_menu_wrap .all_bar {
	/* width: 1472px; */
	width: 94%;
	height: 4px;
	background: #d2b991;
	position: absolute;
	left: 50%;
	top: 120px;
	transform: translateX(-50%);
}

#all_menu_wrap .all_inner>ul {
	padding: 65px 36px;
	display: flex;
	text-align: center;
	justify-content: center;
}

#all_menu_wrap .all_inner>ul>li {
	padding: 0 5px;
}

#all_menu_wrap .all_inner>ul>li:first-child {
	padding-left: 0;
}

#all_menu_wrap .all_inner>ul>li h4 {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
	width: 149px;
	letter-spacing: -1px;
}

#all_menu_wrap .all_inner>ul>li h4.color_g {
	color: #ceb48b;
}

#all_menu_wrap .all_inner ul>li .list_ul {
	margin-top: 80px;
}

#all_menu_wrap .all_inner ul>li .list_ul li {
	margin-bottom: 22px;
}

#all_menu_wrap .all_inner ul>li .list_ul li:last-child {
	margin-bottom: 0;
}

#all_menu_wrap .all_inner ul>li .list_ul li a {
	color: #666;
	font-size: 15px;
	font-weight: 400;
	transition: all 0.5s;
	letter-spacing: -1px;
}

#all_menu_wrap .all_inner ul>li .list_ul li a:hover {
	color: #ceb48b;
}

#all_menu_wrap .all_menu_close {
	position: absolute;
	right: 40px;
	bottom: 40px;
	cursor: pointer;
}

#all_menu_wrap .all_menu_close>span {
	color: #b0b0b0;
	font-size: 15px;
	font-weight: 500;
}

#all_menu_wrap .all_menu_close>figure {
	width: 37px;
	height: 35px;
	margin: 0 auto;
	margin-top: 8px;
}

#all_menu_wrap .all_menu_close>figure img {
	display: block;
	width: 100%;
	height: 100%;
}

/* +++++ Quick Area +++++ */
#quick {
	position: fixed;
	right: 46px;
	top: 120px;
	z-index: 60;
}

#quick .qu_inner ul {
	width: 94px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	border: 1px solid #ededed;
	border-radius: 100px;
}

#quick .qu_inner ul li a {
	display: block;
}

#quick .qu_inner ul li a:hover p {
	opacity: 0.5;
}

#quick .qu_inner ul li a figure {
	width: 50px;
	height: 50px;
	margin: 10px auto;
}

#quick .qu_inner ul li a figure img {
	width: 100%;
	height: 100%
}

#quick .qu_inner ul li a p {
	font-size: 12px;
	font-weight: bold;
	color: #222;
	text-align: center;
	transition: all 0.5s;
	letter-spacing: -0.05rem;
}

#quick .go_top_btn {
	text-align: center;
	padding: 20px 0;
}

#quick .go_top_btn img {
	cursor: pointer;
}

/* +++++++++ Container +++++++++ */
#container {
	width: 100%;
}

#container .ct_wr {
	width: 100%;
	overflow: hidden;
}

/* Container : section0 */
#container .visual {
	width: 100%;
	position: relative;
}

#container .visual .txt_box {
	position: absolute;
	left: 54%;
	top: 43.5%;
}

#container .visual div p {
	font-family: 'Pretendard Variable';
	font-size: 58px;
	transition: all 0.5s;
	letter-spacing: -0.4rem;
	width: 600px;
}

#container .visual div p.txt1 {
	font-weight: 600;
	font-size: 52px;
	line-height: 68px;
	color: #fff;
}

#container .visual div p.txt1 .color_g {
	color: #f4d49d;
}

#container .visual div p.txt2 {
	padding-left: 4px;
	font-family: 'Noto Sans';
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	margin-top: 24px;
	line-height: 2rem;
	letter-spacing: -0.12rem;
	line-height: 2.2rem;
}

#container .visual div.bg {
	width: 100%;
	height: 836px;
	background: url('/img/main/visual00.jpg') no-repeat center / cover;
}

#container .visual div.bg1 {
	height: 836px;
	background: url('/img/main/visual00.jpg') no-repeat center / cover;
}

#container .visual div.bg2 {
	height: 836px;
	background: url('/img/main/visual01.jpg') no-repeat center / cover;
}

#container .visual div.bg3 {
	height: 836px;
	background: url('/img/main/visual02.jpg') no-repeat center / cover;
}

#container .visual div.bg4 {
	height: 836px;
	background: url('/img/main/visual03.jpg') no-repeat center / cover;
}

#container .visual div.slick-active .txt1 {
	animation: ani0 1 0.5s 0.5s ease-out both;
}

#container .visual div.slick-active .txt2 {
	animation: ani0 1 0.5s 0.7s ease-out both;
}

#container .visual div.slick-active .txt3 {
	animation: ani0 1 0.5s 0.9s ease-out both;
}

@keyframes ani0 {
	0% {
		transform: translate(0, 50px);
		opacity: 0;
	}

	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

/* slick btn custom */
.visual button.slick-prev,
.visual button.slick-next {
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	width: 75px;
	height: 71px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	display: none !important;
}

.visual button.slick-prev::before,
.visual button.slick-next::before {
	/* font-family: 'xeicon'; */
	font-family: 'FontAwesome';
	font-size: 45px;
	color: #fff;
}

.visual button.slick-prev {
	left: 50px;
	font-size: 0;
	color: transparent;
}

.visual button.slick-next {
	right: 50px;
	font-size: 0;
	color: transparent;
}

.visual button.slick-prev::before {
	content: '\e93d';
}

.visual button.slick-next::before {
	content: '\e940';
}


.visual .slick-dots {
	position: absolute;
	left: 54.4%;
	bottom: 170px;
}

.visual .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.visual .slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	font-size: 0;
	background: transparent;
}

.visual .slick-dots li.slick-active button {
	width: 18px;
	height: 18px;
	border: 4px solid #d2b991;
}

#container .visual .video {
	width: 100%;
	/* height: 100%; */
}

#container .visual .video>video {
	width: 100%;
	/* height: 100%; */
}



/* Container : Section1 */
#container .sec1 {
	width: 100%;
	margin-top: -38px;
	position: relative;
}

#container .sec1 .inner {
	display: flex;
	width: 100%;
	margin: 0 auto;
	/* justify-content: center; */
}

#container .sec1 .inner .left {
	/* width: 785px; */
	width: 43%;
	background-color: #cdb389;
	position: relative;
}

#container .sec1 .inner .left .txt_box {
	font-weight: 350;
	color: #fff;
	display: flex;
	flex-direction: column;
	width: 400px;
	position: absolute;
	right: 123px;
	bottom: 50%;
	transform: translateY(50%);
}

#container .sec1 .inner .left .txt_box .s_tit {
	font-size: 16px;
	letter-spacing: -0.04rem;
	margin-bottom: 18px;
	color: #ebe0ce;
}

#container .sec1 .inner .left .txt_box strong {
	font-family: 'Noto Sans';
	font-size: 41px;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: -0.25rem;
	line-height: 54px;
}

#container .sec1 .inner .left .txt_box .desc {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8rem;
	letter-spacing: -0.7px;
}

#container .sec1 .inner .left .txt_box .more_btn {
	margin-top: 70px;
}

#container .sec1 .inner .left .txt_box .more_btn a {
	display: block;
	width: 31px;
	height: 20px;
}

#container .sec1 .inner .left .txt_box .more_btn img {
	width: 100%;
	height: 100%;
	display: block;
}

#container .sec1 .inner .right {
	width: 57%;
	padding-top: 38px;
}

#container .sec1 .inner .right .img_box figure {
	width: 100%;
	/* height: 635px; */
	overflow: hidden;
}

#container .sec1 .inner .right .img_box figure:hover img {
	transform: scale(1.1);
}

#container .sec1 .inner .right .img_box figure img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.8s;
	transform: scale(1);
}

/* Container : Section2 */
#container .sec2 {
	width: 100%;
}

#container .slider_div {
	width: 100%;
	height: 800px;
	position: relative;
}

#container .slider_div.sd0 {
	background: url('/img/main/section2_0.jpg') no-repeat center center / cover;
}

#container .slider_div.sd1 {
	background: url('/img/main/section2_1.jpg') no-repeat center center / cover;
}

#container .sec2 .slider_txt {
	width: 878px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-19%);
}

#container .sec2 .slider_txt .bg {
	width: 878px;
	height: 495px;
	background-color: #fff;
	opacity: 0.95;
	/* 2022-08-02 // by ... 수정 */
	position: absolute;
}


#container .sec2 .slider_txt .txt_box {
	font-weight: 350;
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 108px;
	top: 88px;
}

#container .sec2 .slider_txt .txt_box .s_tit {
	font-size: 16px;
	letter-spacing: -0.04rem;
	margin-bottom: 18px;
	color: #cdcdcd;
}

#container .sec2 .slider_txt .txt_box p {
	font-size: 43px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: -0.28rem;
	line-height: 3.3rem;
}

#container .sec2 .slider_txt .txt_box p .color_g {
	color: #e8c059;
}

#container .sec2 .slider_txt .txt_box p .color_b {
	color: #222;
}

#container .sec2 .slider_txt .txt_box .desc {
	font-size: 17px;
	font-weight: 500;
	line-height: 2rem;
	letter-spacing: -0.11rem;
	color: #000;
}

#container .sec2 .slider_div.slick-active .s_tit {
	animation: ani1 1 0.5s 0.5s ease-out both;
}

#container .sec2 .slider_div.slick-active p {
	animation: ani1 1 0.5s 0.7s ease-out both;
}

#container .sec2 .slider_div.slick-active .desc {
	animation: ani1 1 0.5s 0.9s ease-out both;
}

@keyframes ani1 {
	0% {
		transform: translate(0, 50px);
		opacity: 0;
	}

	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}


/* sec2 slick */
#container .sec2 .slick-dots {
	width: 50px;
	position: absolute;
	top: 49%;
	left: 48%;
	text-align: center;
}

#container .sec2 .slick-dots li {
	letter-spacing: 2;
	color: #b9b9b9;
	line-height: 1.2;
	display: none;
}

#container .sec2 .slick-dots li.slick-active {
	display: block;
}


#container .sec2 .slick-dots li span {
	font-size: 1erm;
	padding: 0 7px;
}

#container .sec2 .slick-dots li span.curr {
	font-weight: 700;
	color: #000;
}


#container .sec2 button.slick-prev,
#container .sec2 button.slick-next {
	position: absolute;
	z-index: 10;
	top: 0;
	background-color: transparent;
	border: none;
}

#container .sec2 button.slick-prev::before,
#container .sec2 button.slick-next::before {
	/* font-family: 'xeicon'; */
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #000;
}

#container .sec2 button.slick-prev {
	left: 46.8%;
	top: 49.3%;
	font-size: 0;
	color: transparent;
}

#container .sec2 button.slick-next {
	right: 48.3%;
	top: 49.3%;
	font-size: 0;
	color: transparent;
}

#container .sec2 button.slick-prev::before {
	/* content: '\e93d'; */
	content: '\f060';
}

#container .sec2 button.slick-next::before {
	/* content: '\e940'; */
	content: '\f061';

}


/* Container : Section3 */
#container .sec3 {
	width: 100%;
}

#container .sec3 .inner {
	width: 100%;
	margin-top: 237px;
}

#container .sec3 .sec3_inner_box {
	width: 1440px;
	display: flex;
	margin: 0 auto 150px;
}

#container .sec3 .sec3_inner_box .img_box {}

#container .sec3 .sec3_inner_box .img_box figure {
	width: 820px;
	margin-right: 100px;

}

#container .sec3 .sec3_inner_box .img_box figure img {
	display: block;
	width: 100%;
	height: 100%;
}

#container .sec3 .txt_box {}

#container .sec3 .txt_box .box_inner {
	letter-spacing: -0.8px;
	margin-top: 54px;
}

#container .sec3 .txt_box .box_inner .color_g {
	color: #ccb187;
}

#container .sec3 .txt_box .box_inner .tit_s {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: -0.15rem;
}

#container .sec3 .txt_box .box_inner .tit_b {
	font-size: 45px;
	font-weight: 700;
	color: #222;
	margin: 14px 0 34px;
	letter-spacing: -5px;
	text-indent: -2px;
}

#container .sec3 .txt_box .box_inner .desc {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.9rem;
	letter-spacing: -0.08rem;
	color: #888;
}

#container .sec3 .txt_box .box_inner .Learn_more {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin-top: 50px;
}

#container .sec3 .txt_box .box_inner .Learn_more::after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ccb187;
}

#container .sec3 .inner_box_2 .txt_box {
	margin-left: 100px;
}

#container .sec3 .inner_box_2 .img_box {
	margin-left: 103px;
	width: 820px;
}

/* Container : Section4 */
#container .sec4 {
	width: 100%;
}

#container .sec4 .inner {
	width: 100%;
	height: 645px;
	background: url(/img/main/section4_bg.jpg) fixed 50% / cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#container .sec4 .inner .txt_box {
	color: #fff;
	letter-spacing: -0.9px;
	margin-right: 188px;
	margin-bottom: 60px;
	font-size: 16.5px;
	font-weight: 500;
}

#container .sec4 .inner .txt_box h3 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 15px;
	display: inline-block;
}

#container .sec4 .inner .txt_box h3 span {
	font-size: 18px;
	font-weight: 350;
}

#container .sec4 .inner .comp_box {
	width: 880px;
	height: 450px;
	background: #fff;
}

/* sec4 slider dots custom */
#container .sec4 .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	list-style-type: none;
	position: absolute;
	left: 50%;
	bottom: 14%;
	transform: translateX(-50%);
}

#container .sec4 .slick-dots li {
	margin: 0 0.5rem;
}

#container .sec4 .slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #e3e3e3;
	text-indent: -9999px;
}

#container .sec4 .slick-dots li.slick-active button {
	background-color: #ccb187;
}

/* Container : Section5 */
#media {
	width: 100%;
	position: relative;
}

#media .inner {
	margin-top: 164px;
	margin-bottom: 104px;
	/* margin-left: 244px; */
	margin-left: 12.822%;
}

#media .inner .tit_area {
	color: #222;
	letter-spacing: -0.5px;
	margin-bottom: 98px;
	font-weight: 500;
	font-size: 18px;
}

#media .inner .tit_area h3 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 12px;
	letter-spacing: -0.16rem;

}

#media .inner .tit_area span {
	font-size: 17px;
	font-weight: 500;
	color: #111;
	letter-spacing: -0.1rem;
}

#media_slider div a {
	width: 376px;
}

#media_slider div .img_area {
	width: 376px;
	height: 380px;
	margin-bottom: 24px;
}

#media #media_slider div .img_area img {
	width: 100%;
	height: 100%;
}

#media #media_slider div .desc_area {
	width: 375px;
	height: 54px;
	font-size: 20px;
	font-weight: 700;
	color: #444;
	letter-spacing: -1.8px;
	margin-bottom: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#media #media_slider div .date {
	font-size: 18px;
	color: #ccc;
	letter-spacing: -0.5px;
	font-weight: 600;
}


/* slick button cus */
#media button {
	position: absolute;
	z-index: 10;
	top: -32%;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #ccc;
}

#media button.slick-prev::before,
#media button.slick-next::before {
	/* font-family: 'xeicon'; */
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #7f7f7f;
	font-weight: bold;
}

#media button.slick-prev {
	left: 77%;
	font-size: 0;
	color: transparent;
}

#media button.slick-next {
	right: 16.5%;
	font-size: 0;
	color: transparent;
}

#media button.slick-prev::before {
	/* content: '\e93d'; */
	content: '\f104';
}

#media button.slick-next::before {
	/* content: '\e940'; */
	content: '\f105';
}

/* Container : Section6 */
#notice_board {
	width: 100%;
}

#notice_board .inner {
	width: calc(100% - 4rem);
max-width: 1440px;
	margin: 0 auto;
	display: flex;

}

#notice_board h3.title {
	font-size: 35px;
	color: #222;
	letter-spacing: -3.1px;
	margin-top: 70px;
	margin-bottom: 52px;
}

#notice_board span.color_g {
	color: #ccb187;
}

#notice_board .notice_box {
	flex: 1;
}

#notice_board .notice_box .notice_list {
	margin-bottom: 50px;
}

#notice_board .notice_box .notice_list_item {
	padding: 21px 0;
	border-bottom: 1px solid #e5e5e5;
}

#notice_board .notice_box .notice_list_item a {
	color: #222;
	letter-spacing: -0.5px;
	line-height: 28px;
}

#notice_board .notice_box .notice_list_item a dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #444;
	font-weight: 500;
}

#notice_board .notice_box .notice_list_item a dl:hover dt,
#notice_board .notice_box .notice_list_item a dl:hover dd {
	color: #CCB187;
}

#notice_board .notice_box .notice_list_item a dl dt {
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: auto;
	max-width: 100%;
	max-height: 1.6em;
	line-height: 28px;
	color: #777;
	letter-spacing: -0.05rem;
	font-weight: 600;
	transition: all 0.3s;
}

#notice_board .notice_box .notice_list_item a dl dd {
	font-weight: 500;
	margin-right: 5px;
	min-width: 72px;
	font-size: 15.5px;
	color: #222;
	transition: all 0.3s;
}

#notice_board .help_box {
	flex: 1.25;
	margin-left: 170px;
}

#notice_board .help_box .help_container {
	display: flex;
}

#notice_board .help_box .help_tel_img {
	width: 340px;
	height: 190px;
	margin-bottom: 20px;
}

#notice_board .help_box .help_tel_img img {
	display: block;
	width: 100%;
}

#notice_board .help_box .help_time_img {
	width: 100%;
	height: 190px;
	margin-bottom: 20px;
}

#notice_board .help_box .help_time_img img {
	display: block;
	width: 100%;
}

#notice_board .help_box .help_item1 #notice_board .help_box .tit {
	display: flex;
	align-items: center;
}

#notice_board .help_box .tit img {
	margin-right: 15px;
}

#notice_board .help_box .tit span {
	font-size: 18px;
	font-weight: 700;
	color: #444;
}

#notice_board .help_box .phone {
	font-family: 'GmarketSansBold';
	font-size: 35px;
	font-weight: bold;
	color: #222;
	letter-spacing: -2px;
	margin-top: 8px;
	margin-bottom: 36px;
}

#notice_board .help_box .txt {
	font-size: 17.5px;
	font-weight: 500;
	color: #222;
	line-height: 1.8rem;
	margin-bottom: 38px;
	letter-spacing: -0.05rem;
}

#notice_board .help_box .lnk {
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

#notice_board .help_box .lnk.lnk1 {
	width: 86%;
}

#notice_board .help_box .lnk:hover {
	outline: 1px solid #CCB187;
}

#notice_board .help_box .lnk a {
	display: flex;
	justify-content: center;
	color: #444;
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	height: 100%;
	align-items: center;
	letter-spacing: -1px;
}

#notice_board .help_box .lnk .color_g {
	color: #ccb187;
}

#notice_board .help_box .lnk .btn {
	width: 31px;
	height: 20px;
	margin-left: 60px;
	padding: 0;
}

#notice_board .help_box .lnk .btn img {
	display: block;
	width: 100%;
	height: 100%;
}

#notice_board .help_box .help_item2 {
	width: 277px;
}

#notice_board .help_box .help_item2 .time {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 33px;
}

#notice_board .help_box .help_item2 .time dl {
	display: flex;
	flex-wrap: wrap;
	letter-spacing: -1px;
}

#notice_board .help_box .help_item2 .time dl dt {
	width: 140px;
	font-size: 15px;
	font-weight: 500;
	color: #444;
	margin-bottom: 6px;
}

#notice_board .help_box .help_item2 .time dl dd {
	font-size: 18px;
	font-weight: 550;
	color: #222;
	margin-bottom: 6px;
}


/* +++++ qiuck put in +++++ */
#quick_area {
	width: 100%;
	position: relative;
	left: 50%;
	bottom: -170px;
	transform: translateX(-50%);
}

#quick_area.act {
	z-index: 55;
}

#quick_area.fixed {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	top: inherit;
	bottom: 0;
	z-index: 555;
}

#quick_put_in {
	cursor: pointer;
}

#quick_put_in .quick_put_btn {
	width: 274px;
	height: 74px;
	background-color: #000;
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

#quick_put_in .quick_put_btn a {
	color: #fff;
}

#quick_put_in .quick_put_btn .color_g {
	color: #ccb187;
}

#quick_area .inside {
	width: 100%;
	display: none;
}

#quick_area .inside.act {
	display: block;
}

#quick_area .inside .inner {
	width: 100%;
	height: 365px;
	background-color: #222;
	background-color: #222;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#quick_area .inside .inner::before {
	display: block;
	width: 438px;
	height: 365px;
	content: '';
	background: url('/img/common/q_logo.png') no-repeat;
	opacity: 0.03;
	position: absolute;
	left: 3%;
}

#quick_area .txt_box {
	margin-right: 60px;
}

#quick_area .txt_box p {
	font-size: 22px;
	font-weight: 350;
	color: #fff;
	line-height: 2.2rem;
}

#quick_area .txt_box p span {
	display: inline-block;
	color: #ccb187;
}

#quick_area .txt_box p span.eff_opacity {
	opacity: 0.8;
	text-indent: 62px;
}

#quick_area .cont {
	display: flex;
}

#quick_area label {
	color: #fff;
}

#quick_area .item_left {
	margin-right: 32px;
}

#quick_area .item_left fieldset input {
	width: 251px;
	height: 48px;
	padding: 5px 20px;
	box-sizing: border-box;
}

#quick_area .item_left fieldset input:focus {
	outline: none;
}

#quick_area .item_left fieldset:first-child {
	display: flex;
}

#quick_area .item_left fieldset:first-child p {
	margin-right: 7px;
}

#quick_area .item_left fieldset:last-child {
	margin-top: 11px;
}

#quick_area .item_left fieldset label {
	display: none;
}

#quick_area .item_left fieldset #i_content {
	width: 768px;
	height: 149px;
	padding: 15px;
	font-size: 16px;
}

#quick_area select:focus {
	outline: none;
}

#quick_area .item_left fieldset #i_kind {
	width: 251px;
	height: 48px;
	/* text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center; */
	background: url('/img/common/ico_select.png') no-repeat right 45px top 50% #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #191919;
	;
	font-weight: 600;
	padding: 0 20px;
}

#quick_area .item_right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#quick_area .item_right .ag_box {
	display: flex;
	align-items: flex-end;
}

#quick_area .item_right .ag_box input {
	vertical-align: middle;
}

#quick_area .item_right .ag_box input[id="chk"] {
	display: none;
}

#quick_area .item_right .ag_box input[id="chk"]+label {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #bcbcbc;
	cursor: pointer;
	box-sizing: border-box;
	margin-right: 8px;
}

#quick_area .item_right .ag_box input[id="chk"]:checked+label {
	background-color: #ccb187;
	display: block;
	width: 16px;
	height: 16px;
	background: url('/img/common/chk_.png') no-repeat center;
}

#quick_area .item_right .ag_box .ag_text {
	color: #fff;
	font-size: 14px;
	font-weight: 350;
	display: inline-block;
}

#quick_area .item_right .submit_box {}

#quick_area .item_right .submit_box input {
	width: 268px;
	height: 102px;
	color: #fff;
	font-size: 24px;
	font-family: 'GmarketSansBold';
	font-weight: bold;
	background: #ccb187;
	margin-top: 25px;
	cursor: pointer;
}

/* ++++++++ form area 2022-11-04 추가 ++++++++ */
#form_area {
	position: fixed;
	bottom: 0;
	z-index: 666;
	width: 100%;
	overflow: hidden;
	background-color: rgba(189, 172, 147, 0.9);
	background-image: url('/img/common/form_bg_logo.png');
	background-repeat: no-repeat;
	background-size: 170px 80px;
	background-position: 120px 0;
}

#form_area .form_inner {
	width: 1440px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

#form_area .form_inner .f_title {
	width: 169px;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
}

#form_area #form1 {
	display: flex;
	align-items: center;
}

#form_area #select_box {
	width: 230px;
	height: 40px;
	border-radius: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('/img/common/select_arrow.png') no-repeat right 30px center;
	background-color: #fff;
	font-size: 14px;
	font-weight: 350;
	color: #aaa;
	padding: 0 30px;
	margin-right: 5px;
}

#form_area .input_name {
	width: 201px;
	height: 40px;
	margin-right: 5px;
}

#form_area .input_tel {
	width: 282px;
	height: 40px;
}

#form_area .input_name label,
#form_area .input_tel label {
	display: none;
}

#form_area .input_name input,
#form_area .input_tel input {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	padding: 0 30px;
	box-sizing: border-box;
}

#form_area .input_name input::placeholder,
#form_area .input_tel input::placeholder {
	font-size: 14px;
	color: #aaa;
}

#form_area .submit_area {
	display: flex;
	margin-left: 40px;
	align-items: center;
}

#form_area .agree_box>label {
	display: flex;
	align-items: center;
}

#form_area .agree_box #chk_box {
	width: 16px;
	height: 15px;
	box-sizing: border-box;
	vertical-align: middle;
	margin-right: 10px;
}

#form_area .agree_box .chk_box>span {
	display: block;
	font-size: 14px;
	font-weight: 350;
	color: #fff;
	line-height: 21px;
	letter-spacing: -0.5px;
}

#form_area .submit_box {
	width: 245px;
	height: 80px;
	margin-left: 40px;
}

#form_area .submit_box .submit {
	width: 100%;
	height: 100%;
	background-color: #564e44;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	border: none;
}

/* ++++++++ form area 2022-11-04 추가 끝 ++++++++ */

/* +++++ Footer Area +++++ */
#ft {
	width: 100%;
	/*	margin-top: 150px;*/
	margin-top: 100px;
	padding-bottom: 80px;
	/* 2022-11-04 추가 */
}

#ft .ft_wr {
	width: 100%;
}

#ft .ft_wr .top {
	width: 100%;
	padding-bottom: 10px;
}

#ft .ft_wr .top .inner {
	width:calc(100% - 4rem);
max-width: 1440px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

#ft .ft_wr .top .left_area {
	display: flex;
	z-index: 50;
	position: relative;
}

#ft .ft_wr .top .left_area li {
	margin-right: 36px;
}

#ft .ft_wr .top .left_area li:last-child {
	margin-right: 0;
}

#ft .ft_wr .top .left_area li a {
	font-size: 16px;
	color: #bbb;
	font-weight: 600;
	transition: all 0.5s;
}

#ft .ft_wr .top .left_area li a:hover {
	color: #ccb187;
}

#ft .ft_wr .top .right_area {
	display: flex;
	z-index: 50;
	position: relative;
	padding-bottom: 10px;
}

#ft .ft_wr .top .right_area li {
	margin-right: 18px;
}

#ft .ft_wr .top .right_area li:last-child {
	margin-right: 0;
}

#ft .ft_wr .top .right_area li a {
	display: block;
	width: 50px;
	height: 50px;
}

#ft .ft_wr .top .right_area li a img {
	width: 100%;
	height: 100%;
}

#ft .ft_wr .bottom {
	border-top: 1px solid #000;
	height: 300px;
}

#ft .ft_wr .bottom .inner {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 73px auto 78px;
}

#ft .ft_wr .bottom .logo_ft_area {}

#ft .ft_wr .bottom .logo_ft_area figure {
	width: 138px;
	height: 119px;
}

#ft .ft_wr .bottom .logo_ft_area figure img {
	width: 100%;
	height: 100%;
}

#ft .ft_wr .bottom .item:nth-of-type(2) {
	margin-left: 76px;
}

#ft .ft_wr .bottom .item:nth-of-type(3) {
	margin-left: 73px;
}

#ft .ft_wr .bottom .item h4 {
	color: #222;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 34px;
}

#ft .ft_wr .bottom .item a {
	font-weight: 600;
	font-size: 14px;
	display: block;
	transition: all 0.3s;
	margin-bottom: 10px;
	letter-spacing: -0.05rem;
	color: #979797;
}

#ft .ft_wr .bottom .item a:last-child {
	margin-bottom: 0;
}

#ft .ft_wr .bottom .item a:hover {
	color: #CCB187;
}

#ft .ft_wr .bottom .item p {
	font-weight: 600;
	font-size: 14px;
	color: #979797;
	letter-spacing: -0.3px;
}

#ft .ft_wr .bottom .item p:nth-of-type(1) {
	margin-bottom: 8px;
}

#ft .ft_wr .bottom .item p:last-child {
	margin-top: 13px;
}

#ft .ft_wr .bottom .log_in {
	margin-left: 213px;
}

#ft .ft_wr .bottom .log_in button {
	width: 274px;
	height: 44px;
	background-color: #eee;
	color: #747474;
	font-weight: 500;
	font-size: 16px;
	border-radius: 20px;
	letter-spacing: -0.5px;
	transition: all 0.3s;
}

#ft .ft_wr .bottom .log_in button a {
	display: block;
	width: 100%;
}

#ft .ft_wr .bottom .log_in button:hover {
	outline: 1px solid #CCB187;
}

/* 팝업레이어 */
#hd_pop {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	height: 0
}

#hd_pop h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.hd_pops {
	position: absolute;
	border: 1px solid #e9e9e9;
	background: #fff
}

.hd_pops img {
	max-width: 100%
}

.hd_pops_con {}

.hd_pops_footer {
	padding: 0;
	background: #000;
	color: #fff;
	text-align: left;
	position: relative
}

.hd_pops_footer:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.hd_pops_footer button {
	padding: 10px;
	border: 0;
	color: #fff
}

.hd_pops_footer .hd_pops_reject {
	background: #000;
	text-align: left
}

.hd_pops_footer .hd_pops_close {
	background: #393939;
	position: absolute;
	top: 0;
	right: 0
}

/* 게시물 선택복사 선택이동 */
#copymove {}

#copymove .win_desc {
	text-align: center;
	display: block
}

#copymove .tbl_wrap {
	margin: 20px
}

#copymove .win_btn {
	padding: 0 20px 20px
}

.copymove_current {
	float: right;
	background: #ff3061;
	padding: 5px;
	color: #fff;
	border-radius: 3px
}

.copymove_currentbg {
	background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.msg_sound_only,
.sound_only {
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	border: 0 !important;
	overflow: hidden !important
}

/* 본문 바로가기 */
#skip_to_container a {
	z-index: 100000;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#skip_to_container a:focus,
#skip_to_container a:active {
	width: 100%;
	height: 75px;
	background: #21272e;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 3.3em
}

/* ie6 이미지 너비 지정 */
.img_fix {
	width: 100%;
	height: auto
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
	display: inline-block;
	position: relative
}

#captcha legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

#captcha #captcha_img {
	height: 40px;
	border: 1px solid #898989;
	vertical-align: top;
	padding: 0;
	margin: 0
}

#captcha #captcha_mp3 {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	background: url('/img/captcha2.png') no-repeat;
	text-indent: -999px;
	border-radius: 3px
}

#captcha #captcha_reload {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	background: url('/img/captcha2.png') no-repeat 0 -40px;
	text-indent: -999px;
	border-radius: 3px
}

#captcha #captcha_key {
	margin: 0 0 0 3px;
	padding: 0 5px;
	width: 90px;
	height: 40px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 1.333em;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	vertical-align: top
}

#captcha #captcha_info {
	display: block;
	margin: 5px 0 0;
	font-size: 0.95em;
	letter-spacing: -0.1em
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
	display: block;
	margin: 0 0 5px;
	width: 187px
}

#captcha.m_captcha #captcha_img {
	width: 160px;
	height: 60px;
	border: 1px solid #e9e9e9;
	margin-bottom: 3px;
	margin-top: 5px;
	display: block
}

#captcha.m_captcha #captcha_reload {
	position: static;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	background: url('/img/captcha2.png') no-repeat 0 -40px;
	text-indent: -999px
}

#captcha.m_captcha #captcha_reload span {
	display: none
}

#captcha.m_captcha #captcha_key {
	margin: 0;
	padding: 0 5px;
	width: 115px;
	height: 29px;
	border: 1px solid #b8c9c2;
	background: #f7f7f7;
	font-size: 1.333em;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	margin-left: 3px
}

#captcha.m_captcha #captcha_info {
	display: block;
	margin: 5px 0 0;
	font-size: 0.95em;
	letter-spacing: -0.1em
}

#captcha.m_captcha #captcha_mp3 {
	width: 31px;
	height: 31px;
	background: url('/img/captcha2.png') no-repeat 0 0;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	border: none
}

/* ckeditor 단축키 */
.cke_sc {
	margin: 0 0 5px;
	text-align: right
}

.btn_cke_sc {
	display: inline-block;
	padding: 0 10px;
	height: 23px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	line-height: 1.9em;
	vertical-align: middle;
	cursor: pointer
}

.cke_sc_def {
	margin: 0 0 5px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	text-align: center
}

.cke_sc_def dl {
	margin: 0 0 5px;
	text-align: left;
	zoom: 1
}

.cke_sc_def dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
	float: left;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
	width: 20%;
	font-weight: bold
}

.cke_sc_def dd {
	width: 30%
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px
}

#bo_v_con ol {
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px
}

#bo_v_con li {
	display: list-item
}

/* 버튼 */
a.btn,
.btn {
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	text-align: center;
	font-weight: bold;
	border: 0;
	font-size: 1.4em;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out
}

a.btn01 {
	display: inline-block;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	vertical-align: middle
}

a.btn01:focus,
a.btn01:hover {
	text-decoration: none
}

button.btn01 {
	display: inline-block;
	margin: 0;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none
}

a.btn02 {
	display: inline-block;
	padding: 7px;
	border: 1px solid #3b3c3f;
	background: #4b545e;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}

a.btn02:focus,
.btn02:hover {
	text-decoration: none
}

button.btn02 {
	display: inline-block;
	margin: 0;
	padding: 7px;
	border: 1px solid #3b3c3f;
	background: #4b545e;
	color: #fff;
	text-decoration: none
}

.btn_confirm {
	text-align: right
}

/* 서식단계 진행 */

.btn_submit {
	border: 0;
	background: #3a8afd;
	color: #fff;
	cursor: pointer;
	border-radius: 3px
}

.btn_submit:hover {
	background: #2375eb
}

.btn_close {
	border: 1px solid #dcdcdc;
	cursor: pointer;
	border-radius: 3px;
	background: #fff
}

a.btn_close {
	text-align: center;
	line-height: 50px
}

a.btn_cancel {
	display: inline-block;
	background: #969696;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}

button.btn_cancel {
	display: inline-block;
	background: #969696;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}

.btn_cancel:hover {
	background: #aaa
}

a.btn_frmline,
button.btn_frmline {
	display: inline-block;
	width: 128px;
	padding: 0 5px;
	height: 40px;
	border: 0;
	background: #434a54;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	vertical-align: top
}

/* 우편번호검색버튼 등 */
a.btn_frmline {}

button.btn_frmline {
	font-size: 1em
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
	display: inline-block;
	color: #bababa;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
	background: transparent
}

.btn_b01:hover,
.btn_b01:hover {
	color: #000
}

a.btn_b02,
.btn_b02 {
	display: inline-block;
	background: #253dbe;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	border: 0;
	vertical-align: middle
}

a.btn_b02:hover,
.btn_b02:hover {
	background: #0025eb
}

a.btn_b03,
.btn_b03 {
	display: inline-block;
	background: #fff;
	border: 1px solid #b9bdd3;
	color: #646982;
	text-decoration: none;
	vertical-align: middle
}

a.btn_b03:hover,
.btn_b03:hover {
	background: #ebedf6
}

a.btn_b04,
.btn_b04 {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	color: #707070;
	text-decoration: none;
	vertical-align: middle
}

a.btn_b04:hover,
.btn_b04:hover {
	color: #333;
	background: #f9f9f9
}

a.btn_admin,
.btn_admin {
	display: inline-block;
	color: #d13f4a;
	text-decoration: none;
	vertical-align: middle
}

/* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
	color: #ff3746
}


/* 기본테이블 */
.tbl_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0 5px;
	background: #fff;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec
}

.tbl_wrap caption {
	padding: 10px 0;
	font-weight: bold;
	text-align: left
}

.tbl_head01 {
	margin: 0 0 10px
}

.tbl_head01 caption {
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.tbl_head01 thead th {
	padding: 20px 0;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #ececec;
	height: 40px;
	font-size: 15px;
}

.tbl_head01 thead th input {
	vertical-align: middle;
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
	padding: 10px 0;
	border-top: 1px solid #c1d1d5;
	border-bottom: 1px solid #c1d1d5;
	background: #d7e0e2;
	text-align: center
}

.tbl_head01 tbody th {
	padding: 8px 0;
	border-bottom: 1px solid #e8e8e8
}

.tbl_head01 td {
	color: #666;
	padding: 10px 5px;
	border-top: 1px solid #ecf0f1;
	border-bottom: 1px solid #ecf0f1;
	line-height: 1.4em;
	height: 60px;
	word-break: break-all;
	font-size: 15px;
}

.tbl_head01 tbody tr:hover td {
	background: #fafafa
}

.tbl_head01 a:hover {
	text-decoration: underline
}

.tbl_head02 {
	margin: 0 0 10px
}

.tbl_head02 caption {
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.tbl_head02 thead th {
	padding: 5px 0;
	border-top: 1px solid #d1dee2;
	border-bottom: 1px solid #d1dee2;
	background: #e5ecef;
	color: #383838;
	font-size: 0.95em;
	text-align: center;
	letter-spacing: -0.1em
}

.tbl_head02 thead a {
	color: #383838
}

.tbl_head02 thead th input {
	vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
	padding: 10px 0;
	border-top: 1px solid #c1d1d5;
	border-bottom: 1px solid #c1d1d5;
	background: #d7e0e2;
	text-align: center
}

.tbl_head02 tbody th {
	padding: 5px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: #fff
}

.tbl_head02 td {
	padding: 5px 3px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: #fff;
	line-height: 1.4em;
	word-break: break-all
}

.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {
	margin: 0 0 20px
}

.tbl_frm01 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

.tbl_frm01 th {
	width: 70px;
	padding: 7px 13px;
	border: 1px solid #e9e9e9;
	border-left: 0;
	background: #f5f8f9;
	text-align: left
}

.tbl_frm01 td {
	padding: 7px 10px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: transparent
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
	border: 1px solid #d0d3db;
	background: #fff;
	color: #000;
	vertical-align: middle;
	border-radius: 3px;
	padding: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tbl_frm01 textarea {
	padding: 2px 2px 3px
}

.frm_input {
	height: 40px
}

.full_input {
	width: 100%
}

.half_input {
	width: 49.5%
}

.twopart_input {
	width: 385px;
	margin-right: 10px
}

.tbl_frm01 textarea,
.write_div textarea {
	width: 100%;
	height: 100px
}

.tbl_frm01 a {
	text-decoration: none
}

.tbl_frm01 .frm_file {
	display: block;
	margin-bottom: 5px
}

.tbl_frm01 .frm_info {
	display: block;
	padding: 0 0 5px;
	line-height: 1.4em
}

/*기본 리스트*/
.list_01 ul {
	border-top: 1px solid #ececec
}

.list_01 li {
	border-bottom: 1px solid #ececec;
	background: #fff;
	padding: 10px 15px;
	list-style: none;
	position: relative
}

.list_01 li:nth-child(odd) {
	background: #f6f6f6
}

.list_01 li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.list_01 li:hover {
	background: #f9f9f9
}

.list_01 li.empty_li {
	text-align: center;
	padding: 20px 0;
	color: #666
}

/*폼 리스트*/
.form_01 h2 {
	font-size: 1.167em
}

.form_01 li {
	margin-bottom: 10px
}

.form_01 ul:after,
.form_01 li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.form_01 .left_input {
	float: left
}

.form_01 .margin_input {
	margin-right: 1%
}

.form_01 textarea {
	height: 100px;
	width: 100%
}

.form_01 .frm_label {
	display: inline-block;
	width: 130px
}

/* 자료 없는 목록 */
.empty_table {
	padding: 50px 0 !important;
	text-align: center
}

.empty_list {
	padding: 20px 0 !important;
	color: #666;
	text-align: center
}

/* 필수입력 */
.required,
textarea.required {
	background-image: url('/img/require.png') !important;
	background-repeat: no-repeat !important;
	background-position: right top !important
}

/* 테이블 항목별 정의 */
.td_board {
	width: 80px;
	text-align: center
}

.td_category {
	width: 80px;
	text-align: center
}

.td_chk {
	width: 30px;
	text-align: center
}

.td_date {
	width: 60px;
	text-align: center
}

.td_datetime {
	width: 110px;
	text-align: center
}

.td_group {
	width: 80px;
	text-align: center
}

.td_mb_id {
	width: 100px;
	text-align: center
}

.td_mng {
	width: 80px;
	text-align: center
}

.td_name {
	width: 100px;
	text-align: left
}

.td_nick {
	width: 100px;
	text-align: center
}

.td_num {
	width: 50px;
	text-align: center
}

.td_numbig {
	width: 80px;
	text-align: center
}

.td_stat {
	width: 60px;
	text-align: center
}

.txt_active {
	color: #5d910b
}

.txt_done {
	color: #e8180c
}

.txt_expired {
	color: #ccc
}

.txt_rdy {
	color: #8abc2a
}

/* 새창 기본 스타일 */
.new_win {
	width: 770px;
	position: relative;
	margin: 200px auto;
}

.new_win .tbl_wrap {
	margin: 0 20px
}

.new_win #win_title {
	font-size: 1.3em;
	height: 50px;
	line-height: 30px;
	padding: 10px 20px;
	background: #fff;
	color: #000;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.new_win #win_title .sv {
	font-size: 0.75em;
	line-height: 1.2em
}

.new_win .win_ul {
	margin-bottom: 15px;
	padding: 0 20px
}

.new_win .win_ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.new_win .win_ul li {
	float: left;
	background: #fff;
	text-align: center;
	padding: 0 10px;
	border: 1px solid #d6e9ff;
	border-radius: 30px;
	margin-left: 5px
}

.new_win .win_ul li:first-child {
	margin-left: 0
}

.new_win .win_ul li a {
	display: block;
	padding: 8px 0;
	color: #6794d3
}

.new_win .win_ul .selected {
	background: #3a8afd;
	border-color: #3a8afd;
	position: relative;
	z-index: 5
}

.new_win .win_ul .selected a {
	color: #fff;
	font-weight: bold
}

.new_win .win_desc {
	position: relative;
	margin: 10px;
	border-radius: 5px;
	font-size: 1em;
	background: #f2838f;
	color: #fff;
	line-height: 50px;
	text-align: left;
	padding: 0 20px
}

.new_win .win_desc i {
	font-size: 1.2em;
	vertical-align: baseline
}

.new_win .win_desc:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 50px;
	background: #da4453;
	border-radius: 3px 0 0 3px
}

.new_win .frm_info {
	font-size: 0.92em;
	color: #919191
}

.new_win .win_total {
	float: right;
	display: inline-block;
	line-height: 30px;
	font-weight: normal;
	font-size: 0.75em;
	color: #3a8afd;
	background: #f6f6f6;
	padding: 0 10px;
	border-radius: 5px
}

.new_win .new_win_con {
	margin: 20px 0;
	padding: 20px
}

.new_win .new_win_con:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.new_win .new_win_con2 {
	margin: 20px 0
}

.new_win .btn_confirm:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.new_win .win_btn {
	text-align: center
}

.new_win .btn_close {
	height: 45px;
	width: 60px;
	overflow: hidden;
	cursor: pointer
}

.new_win .btn_submit {
	padding: 0 20px;
	height: 45px;
	font-weight: bold;
	font-size: 1.083em
}

/* 검색결과 색상 */
.sch_word {
	color: #fff;
	background: #ff005a;
	padding: 2px 5px 3px;
	line-height: 18px;
	margin: 0 2px
}

/* 자바스크립트 alert 대안 */
#validation_check {
	margin: 100px auto;
	width: 500px
}

#validation_check h1 {
	margin-bottom: 20px;
	font-size: 1.3em
}

#validation_check p {
	margin-bottom: 20px;
	padding: 30px 20px;
	border: 1px solid #e9e9e9;
	background: #fff
}

/* 사이드뷰 */
.sv_wrap {
	position: relative;
	font-weight: normal
}

.sv_wrap .sv {
	z-index: 1000;
	display: none;
	margin: 5px 0 0;
	font-size: 0.92em;
	background: #333;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2)
}

.sv_wrap .sv:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #333 transparent
}

.sv_wrap .sv a {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	width: 100px;
	font-weight: normal;
	color: #bbb
}

.sv_wrap .sv a:hover {
	background: #000;
	color: #fff
}

.sv_member {
	color: #333
}

.sv_on {
	display: block !important;
	position: absolute;
	top: 23px;
	left: 0px;
	width: auto;
	height: auto
}

.sv_nojs .sv {
	display: block
}

/* 페이징 */
.pg_box {
	text-align: center;
}

.pg_wrap {
	display: inline-block
}

.pg_wrap:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.pg {
	text-align: center
}

.pg_page,
.pg_current {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #6d4099;
	margin: 0 2.5px;
}

.pg a:focus,
.pg a:hover {
	text-decoration: none
}

.pg_page {
	color: #ddd;
	font-size: 1.083em;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	min-width: 30px;
	text-decoration: none;
	border: 1px solid #ddd;
}

.pg_page:hover {
	background-color: #fafafa
}

.pg_start {
	text-indent: -999px;
	overflow: hidden;
	background: url('/img/btn_first.gif') no-repeat 50% 50% #fff;
	padding: 0;
	border: 1px solid #ddd
}

.pg_prev {
	text-indent: -999px;
	overflow: hidden;
	background: url('/img/btn_prev.gif') no-repeat 50% 50% #fff;
	padding: 0;
	border: 1px solid #ddd
}

.pg_end {
	text-indent: -999px;
	overflow: hidden;
	background: url('/img/btn_end.gif') no-repeat 50% 50% #fff;
	padding: 0;
	border: 1px solid #ddd
}

.pg_next {
	text-indent: -999px;
	overflow: hidden;
	background: url('/img/btn_next.gif') no-repeat 50% 50% #fff;
	padding: 0;
	border: 1px solid #ddd
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
	background-color: #fafafa
}

.pg_current {
	display: inline-block;
	background: #fff;
	border: 1px solid #6d4099;
	color: #6d4099;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	min-width: 30px;
	margin: 0 2.5px;
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {
	display: block;
	margin: 0.3em;
	padding: 0.5em 0;
	border: 1px solid #eee;
	border-radius: 2em;
	background: #fff;
	color: #000;
	font-size: 2em;
	text-decoration: none;
	text-align: center
}

@media screen and (max-width:1500px){
	#pop_big_wr > div {
width: 600px;
}

#pop_slider .bx-viewport{
width: 100%;
height: 600px !important;
}

.pop_sliderWrap{
width: 600px;
height: 600px;
}

#popUp .slider img{
height: 600px !important;
}

#popUp .paging{
width: 600px;
top: 600px;
}
}