@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css'); 
@font-face { font-family: 'NotoSerifKR'; font-style: normal; font-weight: 100; 
	src: url(/fonts/NotoSerifKR-ExtraLight.woff2) format('woff2'), 
	     url(/fonts/NotoSerifKR-ExtraLight.woff) format('woff'), 
		 url(/fonts/NotoSerifKR-ExtraLight.otf) format('opentype'); } 
@font-face { font-family: 'NotoSerifKR'; font-style: normal; font-weight: 300; 
	src: url(/fonts/NotoSerifKR-Light.woff2) format('woff2'), 
		 url(/fonts/NotoSerifKR-Light.woff) format('woff'), 
		 url(/fonts/NotoSerifKR-Light.otf) format('opentype'); } 
@font-face { font-family: 'NotoSerifKR'; font-style: normal; font-weight: 400; 
	src: url(/fonts/NotoSerifKR-Regular.woff2) format('woff2'), 
	     url(/fonts/NotoSerifKR-Regular.woff) format('woff'), 
		 url(/fonts/NotoSerifKR-Regular.otf) format('opentype'); } 
@font-face { font-family: 'NotoSerifKR'; font-style: normal; font-weight: 500; 
	src: url(/fonts/NotoSerifKR-Medium.woff2) format('woff2'), 
	     url(/fonts/NotoSerifKR-Medium.woff) format('woff'), 
		 url(/fonts/NotoSerifKR-Medium.otf) format('opentype'); } 
@font-face { font-family: 'NotoSerifKR'; font-style: normal; font-weight: 700; 
	src: url(/fonts/NotoSerifKR-semiBold.woff2) format('woff2'), 
	     url(/fonts/NotoSerifKR-semiBold.woff) format('woff'), 
		 url(/fonts/NotoSerifKR-semiBold.otf) format('opentype'); } 
@font-face { font-family: 'NotoSerifKR'; font-style: normal; font-weight: 800; 
	src: url(/fonts/NotoSerifKR-Bold.woff2) format('woff2'), 
	     url(/fonts/NotoSerifKR-Bold.woff) format('woff'), 
		 url(/fonts/NotoSerifKR-Bold.otf) format('opentype'); } 
@font-face { font-family: 'NotoSerifKR'; font-style: normal; font-weight: 900;
	src: url(/fonts/NotoSerifKR-Black.woff2) format('woff2'),
		 url(/fonts/NotoSerifKR-Black.woff) format('woff'), 
		 url(/fonts/NotoSerifKR-Black.otf) format('opentype'); }
@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.813em;height:100%; font-family:'NotoSerifKR', serif, 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-size:1em;font-family:'NotoSerifKR', serif, 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em;font-family:'NotoSerifKR', serif, 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;/*background:none;*/ color:#444; background:url('/img/btn_down.png') no-repeat 95% center; background-size:10px 6px; -webkit-appearance: none;-moz-appearance: none; appearance: none;}
::selection { background-color:#c4948f;color:#fff;}/* Works in Safari, IE9, Google Chrome */
::-moz-selection { background-color:#c4948f;color:#fff;}/* Mozilla based browsers */
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;
-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;}
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}
img{vertical-align:top;max-width:100%;height:auto}

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


 
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}


/* 상단 레이아웃 */
#hd {position:fixed;top:0;width:100%;z-index:999;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_wrapper{margin:0 auto;max-width:1200px;}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0;}
#logo img {vertical-align:middle;max-height:100%; width:auto; max-width:145px; filter:brightness(10);}

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

/* 메인메뉴 시작 */
#gnb {position:relative; width:600px; float:right; z-index:99;}
#gnb h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap{margin:0 auto;position:relative}

/* 메인메뉴 > 1차메뉴 */
#gnb #gnb_1dul {zoom:1; font-size:18px; display:flex;}
#gnb .gnb_1dli {line-height:100px; height:100px; padding:0; position:relative; text-align:center; flex:auto; }
.gnb_1da {color:#fff;width:100%} /*글자색*/
.gnb_1dli:hover .gnb_1da {color:#c5a7a4;} /* 마우스오버 글자색 */
.gnb_1dli:before{content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:0px; height:1px; width:0%; border-bottom:3px solid #c5a7a4; /* 밑줄 시작 */
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.gnb_1dli:hover::before{content : ""; position:absolute; left:50%; transform:translateX(-50%); bottom:0px; height:1px; width:50%; border-bottom:3px solid #c5a7a4; /* 밑줄 끝 */
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}

/* 메인메뉴 > 전체메뉴 2차 */
.gnb_2dli{font-size:15px;} 
.gnb_2dul {display:none;}
.gnb_2da {display:block;line-height:40px;color:#ddd;text-align:center; letter-spacing:-1px;} /* 글자색 */
a.gnb_2da:hover{color:#00aaff; /* 마우스오버 글자색 */}
#all_cate{position:absolute;width:100%;z-index:50;/*top:190px;*/height:0px;display:none;background:rgba(0,0,0,0.5);/* 전체배경색 */}
#all_cate div {position:relative;}
.cate_2dul{display:none;position:absolute;/*top:100px;*/left:0;width:100%;height:0px;overflow:hidden;z-index:9999;}
.cate_2dul:hover {background:rgba(0,0,0,0.5); color:#fff; /* 메뉴오버 배경 */
-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}

.gnb_wrap .gnb_empty {padding:10px 0; width:100%;text-align:center;line-height:2em;color:#888}
.gnb_wrap .gnb_empty a {color:inherit;text-decoration:underline}
/* 메인메뉴 끝 */

#tnb{background:#090a0c;line-height:40px}
#tnb ul {max-width:1200px;margin:0 auto}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li{float:left} 
#tnb .right{float:right}
#tnb li a{color:#b8b8b8;display:block;padding: 0 13px}
#tnb li a:hover{background:#1b1e24}
#tnb .tnb_res a{background:#1698d9;color:#fff;padding:0 20px;font-weight:600;}
#tnb .tnb_res a:hover{background:#ff2f48}
#tnb .tnb_res i{margin-right:5px}
#tnb .tnb_sns i{color:#1698d9;margin-right:5px}

.hd_sch_btn{float:right;width:50px;border:0;background:0;height:80px;color:#fff;font-size:18px;vertical-align:top;}
#hd_sch{z-index:10;display:none;position:absolute;top:40px;left:0;background:#121418;width:100%;}
#hd_sch .sch_wr{margin:0 auto;max-width:1200px;position:relative;}
#hd_sch #sch_stx {background:none;border:0;width:100%;height:80px;padding:0 50px;color:#fff;font-size:1.385em}
#hd_sch #sch_stx:focus{outline:0;border-bottom:2px solid #00d4ea}
#hd_sch #sch_submit{background:none;border:0;position:absolute;top:0;left:0;color:#fff;height:80px;width:50px;font-size:18px;}
#hd_sch .btn_close{background:none;border:0;position:absolute;top:0;right:0;width:50px;height:80px;color:#aaa;font-size:18px}
#hd_sch .btn_close:hover{color:#fff}

#gnb_open {float: right;width: 50px;border: 0 ;background: 0;height: 100px;color: #fff; font-size: 18px;vertical-align:top; display:none;}

#gnb2 {display:none;position:fixed;top:0;right:0;height:100%;background:#202228;z-index:99999;width:30%;min-width:300px}
#gnb2 .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;color:#555}
#gnb2 .gnb_tnb{padding:0 10px;}
#gnb2 .gnb_tnb li{display:inline-block;line-height:50px}
#gnb2 .gnb_tnb li a{color:#b8b8b8;display:block;padding:0 10px} 
#gnb2_1dul{margin:20px 0; padding-top:20px;}
#gnb2_1dul .gnb2_1dli{position:relative}
#gnb2_1dul .gnb2_1dli button{position:absolute;top:0;right:0;border:0;background:none;height:50px;width:50px;text-indent:-999px;overflow:hidden; background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;background-size:10px}
#gnb2_1dul .gnb2_1da{padding:0 20px;display:block;color:#fff;font-size:1.15em;line-height:50px}
#gnb2_1dul .gnb2_2dul {display:none}
#gnb2_1dul .gnb2_2da {color:#a8a6b0;padding:0 30px;font-weight:normal;white-space: nowrap;line-height:30px}

.mob_view {display:none;}

/* 태블릿 */
@media all and (min-width:830px) and (max-width:1219px) {
	#logo {padding-left:10px;}
	#gnb {width:560px;}
}

/* 모바일 */
@media (max-width: 829px){
    .pc_view{display:none !important}
	.mob_view {display:block;}

    #logo {padding:10px 20px}
    .hd_sch_btn , #gnb_open{height:68px; display:block;}
    #hd_sch {top:0}
    #hd_sch #sch_submit,#hd_sch .btn_close,#hd_sch #sch_stx{height:60px}
}


/*상단고정*/
.fixed #hd {background:#fff; border-bottom:1px solid #e5e5e5;}
.fixed #hd #logo img {filter:brightness(1);}
.fixed #hd .gnb_1da {color:#555;}
.fixed #hd .gnb_1da:hover {color:#c5a7a4;}
.fixed #hd #tnb {display:none}
.fixed #wrapper{padding-top:60px;}
.fixed .gnb_2dul {top:60px}
.fixed #gnb_open {color:#666}

@media (min-width: 970px){
    /*.fixed #logo {padding:15px 10px}
    .fixed .gnb_1da {line-height:60px}*/
    .fixed .hd_sch_btn ,.fixed #gnb_open{height:60px}
    .fixed .gnb_1dli button{height:60px}
    .fixed #hd_sch {top:0}
    .fixed #hd_sch #sch_submit,.fixed #hd_sch .btn_close,.fixed #hd_sch #sch_stx{height:60px}
}

/* 중간 레이아웃 */
.bo_top_img,
#bo_list_total {display:none !important;}
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative; width:90%; max-width:1200px; min-height:500px; margin:40px auto 30px; letter-spacing:-0.05em;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title { background:#e5d0cf; text-align:center; color:#fff;  font-weight:300; font-size:2.5em; padding:200px 0 100px;}

#container>p{display:none;}

/* 공통 */
#tit {text-align:center;}
#tit h2 {font-size:42px; color:#333; font-weight:800;}
#tit p {font-size:18px; line-height:32px; color:#888; margin:10px auto 40px;}

.ct_area {width:100%; max-width:1200px; margin:0 auto;}
.btn_area {display:flex; justify-content:center;}
.btn_area a { width:240px; height:60px; line-height:60px; text-align:center; border-radius:30px; background:#428bff; color:#fff; font-size:18px; display:inline-block; margin:0 10px;}
.btn_area a.btn_white {background:#fff; color:#3772d1;}
.btn_area a.btn_darkblue {background:#29569e;}
.btn_area a:hover {transform:translateY(-10px)}

/* 태블릿 */
@media (max-width:1219px) {	
	#tit {width:90%; margin:0 auto;}
	#tit h2 {font-size:2.8em; word-break:keep-all; }
	#tit p {font-size:1.2em; line-height:180%; word-break:keep-all; margin:10px auto 30px;}
	.ct_area {width:90%; max-width:1000px; margin:0 auto;}
	.btn_area {width:80%; margin:0 auto;}
	.btn_area a {width:100%; max-width:220px; height:50px; line-height:50px; font-size:1.2em; margin:0 10px;}
}
/* 모바일 */
@media (max-width: 767px){
	#container_title {padding:100px 0 40px;}
	
	.btn_area a {margin:0 5px; font-sieze:0.8em;}
	#tit h2 {font-size:2em;}
	#tit p {font-size:1.1em;}
}
/* 작은모바일 */
@media (max-width: 499px){	
	#tit {width:80%;}
	#tit p {font-size:1em;}
	#tit p br {display:none;}
}


/**** 메인비주얼 ****/
.mainvisual .swiper-container {width: 100%;height: 100%;background: #000;}
.mainvisual .bg01 {background:url('/img/visual.jpg') 50% 50% no-repeat;}
.mainvisual .swiper-slide { min-height:900px; color: #353535; padding-top:640px; background-size:cover;
-webkit-box-sizing: border-box;box-sizing: border-box;}
.mainvisual .swiper-slide .title { font-size:4em; font-weight:500; width:90%; max-width:1200px; margin:0 auto; color:#444; word-break:keep-all;}
.mainvisual .swiper-slide .title br {display:none;}
.mainvisual .swiper-slide .subtitle {font-size:1.8em; font-weight:300; width:90%; max-width:1200px; margin:20px auto 0; color:#666; }
.mainvisual .swiper-slide .subtitle br {display:none;}
.mainvisual .bg02,
.mainvisual .bg04 {color:#fff; text-shadow:0px 1px 8px rgba(0,0,0,0.5);}
.mainvisual .bg04 .subtitle b {color:#00aaff;}
.mainvisual .swiper-button-next, 
.mainvisual .swiper-button-prev {width:37px !important; height:60px !important; background-size:37px 60px !important;}
.mainvisual .swiper-button-prev, 
.mainvisual .swiper-container-rtl .swiper-button-next {background-image:url('/img/arrow_left.png') !important;}
.mainvisual .swiper-button-next, 
.mainvisual .swiper-container-rtl .swiper-button-prev {background-image:url('/img/arrow_right.png') !important;}
.mainvisual .swiper-pagination {margin-left:-600px; text-align:left; left:50% !important; bottom:160px !important;}
.mainvisual .swiper-pagination-clickable .swiper-pagination-bullet {margin:0 2px;background-color:#ddd !important;}
.mainvisual .swiper-pagination-bullet-active {background-color:#fff !important;}
/* 화살표영역 */
@media (max-width:1319px) {
	.mainvisual .swiper-slide {min-height:600px; padding-top:400px; }
	.mainvisual .swiper-slide .title,
	.mainvisual .swiper-slide .subtitle {max-width:none; }
	.mainvisual .swiper-slide .title {font-size:3.6em;}
	.mainvisual .swiper-slide .subtitle {font-size:1.4em;}
	.mainvisual .swiper-pagination {margin-left:0; text-align:center; left:0% !important;bottom:20px !important;}	
}
/* 태블릿 */
@media (max-width:1023px) {
	.mainvisual .swiper-button-next, 
	.mainvisual .swiper-button-prev {display:none;}
}
/* 모바일 */
@media (max-width: 829px){
	.mainvisual .swiper-slide {}
	.mainvisual .swiper-slide .title {font-size:3em;}
	.mainvisual .swiper-slide .title br {display:inline-block;}
	.mainvisual .swiper-slide .subtitle {font-size:1.2em;}
}
/* 작은 모바일 */
@media (max-width: 559px){
	.mainvisual .bg01 {background:url('/img/visual_m.jpg') 50% 50% no-repeat;}
	.mainvisual .swiper-slide {background-size:cover; min-height:640px; padding-top:100px; }
	.mainvisual .swiper-slide .title,
	.mainvisual .swiper-slide .subtitle {width:80%}
	.mainvisual .swiper-slide .title {font-size:2em;}
	.mainvisual .swiper-slide .subtitle {font-size:1.1em; width:90%; margin:10px 0 10px 10%; word-break:keep-all; }
	.mainvisual .swiper-slide .subtitle br {display:inline-block;}
	.mainvisual .bg03 .subtitle {width:50%;}
}

/****  소개 ****/
#about {width:100%; background:#c5a7a4; color:#fff; padding:100px 0;}
#about .ct_area {display:flex;}
#about .ct_area .img {padding:0 150px; display:flex; align-items:center; justify-content:center;}
#about .ct_area .txt h1 {font-weight:700; font-size:2em; padding:20px 0;}
#about .ct_area .txt h1 br {display:none;}
#about .ct_area .txt p {font-size:1.2em; line-height:180%;}

/* 태블릿 */
@media (max-width:1023px) {
	#about .ct_area .img {padding:0 50px;}
	
}
/* 모바일 */
@media (max-width: 829px){
	#about {padding:80px 0; margin-top:-20px;}
	#about .ct_area {display:block;}
	#about .ct_area .img img {height:100px;}
	#about .ct_area .txt h1 {font-size:1.8em; margin-top:20px;}
	#about .ct_area .txt h1 br {display:inline-block;}
	#about .ct_area .txt p {font-size:1.1em; word-break:keep-all;}
}


/**** 문의하기 ****/
#contact {padding:120px 0;}
#contact #tit p {/*letter-spacing:5px;*/}
#contact .ct_area {display:flex;}
#contact .ct_area .txt {width:50%; font-size:1.2em; color:#888;}
#contact .ct_area .txt h2 {font-size:1.4em; margin-bottom:20px;}
#contact .ct_area .txt p {line-height:180%;}
#contact .ct_area .txt p br {display:none;}
#contact #form_area {width:50%}
#contact #form_area .qa_form {display:flex; flex-wrap:wrap;}
#contact #form_area .w100 {width:100%; margin-bottom:2%; border:1px solid #e5e5e5; padding:20px;}
#contact #form_area .check_div .check_list {display:flex; margin-top:8px;}
#contact #form_area .check_div .check_list label {display:flex; align-items:center; margin-right:80px;}
#contact #form_area .check_div .check_list label span {margin-left:5px;}
#contact #form_area .qa_form .label strong,
#contact #form_area .qa_form label strong {color:#e90000;}
#contact #form_area .qa_form input,
#contact #form_area .qa_form textarea {width:100%; height:30px; border:1px solid #fff; padding:0; }
#contact #form_area .qa_form textarea {height:60px; resize: none; /* 사용자 임의 변경 불가 */}
#contact #form_area .qa_form .counsel_check {width:100%;color:#888; font-size:1em; font-weight:300; margin-bottom:20px;}
#contact #form_area .qa_form .counsel_check #agree {width:15px; height:15px; background:#fff; border:1px solid #e5e5e5; border-radius:0; margin-right:5px; padding:0;}
#contact #form_area .qa_form .counsel_check a {text-decoration:underline;}
#contact #form_area .qa_form input[type="radio"],
#contact #form_area .qa_form input[type="checkbox"] {width:auto;border-radius:5px; border:1px solid #eaeaea;}
#contact #form_area .qa_form button {width:200px; height:50px; border:0; border-radius:0; font-weight:500; background:#c5a7a4; color:#fff; }
#contact #form_area .qa_form button:hover {background:#c4948f;}
#contact #form_area .qa_form .list_btn {width:200px; height:50px; line-height:50px; text-align:center; border:1px solid #eaeaea; border-radius:0; font-weight:400; background:#fafafa; color:#666; margin-left:10px;}
#contact #form_area .qa_form .list_btn:hover {background:#eee; color:#222;}
/* 태블릿 */
@media (max-width: 1219px) {
	#contact {padding:80px 0;}
	#contact .ct_area .txt {padding-right:50px;}
	#contact .ct_area .txt p {word-break:keep-all;}
	#contact #form_area .qa_form input,
	#contact #form_area .qa_form button,
	#contact #form_area .qa_form .list_btn {height:50px; font-size:0.9em;}
	#contact #form_area .qa_form .list_btn {line-height:50px;}
	#contact #form_area .qa_form textarea {font-size:0.9em;}
}
/* 모바일 */
@media (max-width: 829px){
	#contact .ct_area {flex-wrap:wrap;}
	#contact .ct_area .txt,
	#contact #form_area {width:100%;}
	#contact .ct_area .txt {padding-right:0; padding-bottom:50px;}
	#contact .ct_area .txt p br {display:inline-block;}
	#contact #form_area .qa_form .list_btn {width:80px;}
}

/**** 갤러리 ****/
#gallery {width:100%; background:#f1e6e5; padding:100px 0; overflow:hidden;}
#gallery .swiper { width: 100%; height: 100%; }
#gallery .swiper-slide { display: flex; justify-content: center; align-items: center; width:100%; max-width:800px;}
#gallery .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }

/**** 인스타그램 ****/
#instagram {width:100%; background:#f3f4f4; padding:100px 0;}
#instagram #tit a { display:flex; align-items:center; justify-content:center; width:200px; height:50px; border:1px solid #333; color:#333; margin:0 auto 40px;}
#instagram #tit a img {margin-right:5px;}
#instagram #tit a:hover {background:#333; color:#fff;}
#instagram #tit a:hover img {filter:brightness(10);}
#instagram iframe { width:90% !important; max-width:1200px; display:block; margin:0 auto;}
#instagram .insta_box{max-width: 1200px; width:90% !important;margin:0 auto 50px; }
#instagram .insta_box .tit_box{display: flex; justify-content: space-between;align-items: center}
#instagram .insta_box .tit_box h4{font-size: 1.4em;}
#instagram .insta_box .tit_box a { display:flex; align-items:center; justify-content:center; width:180px; height:45px; border:1px solid #333; color:#333;}
#instagram .insta_box .tit_box  a img {margin-right:5px;}
#instagram .insta_box .tit_box a:hover {background:#333; color:#fff;}
#instagram .insta_box .tit_box  a:hover img {filter:brightness(10);}

/* 모바일 */
@media (max-width: 829px){
    #instagram .insta_box .tit_box h4{font-size: 1.1em;}
    #instagram .insta_box .tit_box a { width:160px; height:40px; }
}

/**** 오시는길 ****/
#location {width:100%; padding:100px 0;}

.tabs { width:100%; text-align:center;}
/* 탭스타일 */
.tab_item { width:160px; height: 50px; border:1px solid #c5a7a4; background-color: #fff; line-height:48px; font-size:1em; text-align: center; color: #c5a7a4; display:inline-block; text-align: center;  font-weight: bold; transition: all 0.2s ease; cursor:pointer; margin:0 3px;}
.tab_item:hover, 
.tabs input:checked + .tab_item { background-color:#c5a7a4; color: #fff; }
/* 라디오 버튼 UI삭제*/
input[name="tab_item"] { display: none;}
.tab_content { display: none; clear: both; overflow: hidden; padding:40px 0; width:90%; max-width:520px; margin:0 auto;}
.tab_content h5 {font-size:1.4em; color:#888; font-weight:normal; margin-bottom:20px; word-break:keep-all;}
.tab_content img {width:100%;}
/* 선택 된 탭 콘텐츠를 표시 */
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content { display: block;}

/* 태블릿 */
@media (max-width: 1219px) {
	#gallery,
	#instagram,
	#location {padding:80px 0;}
}
/* 모바일 */
@media (max-width: 829px){
	.tab_item {width:120px; margin:0 1px;}
	.tab_content h5 {font-size:1em;}
	.tab_content h5 br {display:none;}
	.tab_content {padding:20px 0;}
}

/* 하단 레이아웃 */
#ft {background:#45474d; color:#cacbcc; margin-top:-10px; padding:40px 0 50px; font-size:1em; line-height:180%; font-weight:300; font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
#ft .ct_area {display:flex;}
#ft_logo {min-width:240px;}
#ft_logo a img {max-width:150px;}
#ft_link {margin-bottom:10px;;}
#ft_link a {color:inherit;}
#ft_link a:before {content:"ㆍ";}
#ft_link a:first-child:before {content:"";}
/*#ft_copy {display:flex; flex-wrap:wrap;}
#ft_copy span {display:block; margin-right:10px; word-break:keep-all;}*/
#ft_copy span {margin-right:10px; word-break:keep-all; /*white-space:nowrap;*/}
#ft_copy span a {color:inherit;}


/* 태블릿 */
@media (max-width: 829px){
	#ft .ct_area {display:block; text-align:center;}
	#ft_logo {margin-bottom:10px;}
	#ft_copy p {margin-top:10px;}
	/*#ft_copy span b {display:block; width:100%; }*/
}

#quick {width:100px; height:100px; display:flex; justify-content:center; align-items:center; background:#fff; border-radius:50%; position:fixed; bottom:50px; right:50px; box-shadow:0 5px 15px rgba(0,0,0,0.2);
animation: rotate_image 10s linear infinite; transform-origin: 50% 50%; z-index:999;}
#quick:hover { transform:translateY(-10px); }
@keyframes rotate_image{
	100% { transform: rotate(360deg); }
}
/* 태블릿 */
@media (max-width: 829px){
	#quick { width:70px; height:70px; right:10px;}
}

/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:2px;display:inline-block;height:15px;text-indent:-9999px;width:15px;background:#fff;border:1px solid #aab3c1;border-radius:3px;;vertical-align:top;
-webkit-box-shadow:inset 5px 5px 3px #f0f0f3;
-moz-box-shadow:inset 5px 5px 3px #f0f0f3;
box-shadow:inset 5px 5px 3px #f0f0f3}

.bo_chk label.click_on .chk_img, .all_chk label.click_on .chk_img{background:url('../img/input_chk.png') 50% 50% no-repeat #00d4ea;border-color:#00d4ea;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}


.bo_chk input, .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

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

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {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;width:40px;height:40px;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:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

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

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* 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;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none}
.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:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn{display:inline-block;padding:0 5px;height:40px;line-height:40px;;padding: 0 15px}
a.btn01 {display:inline-block;background:#eee;color:#444;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;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:center} /* 서식단계 진행 */
.btn_submit {background:#c5a7a4;border:0; border-radius:0px;color:#fff;cursor:pointer}
.btn_submit:hover{background:#c4948f}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:0;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#f8f8f8;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#c5a7a4;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#c4948f}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;background:#ff0000;color:#fff;font-size:16px;text-decoration:none;vertical-align:middle;line-height:40px;width:40px;text-align:center;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {color:#fff;}

/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border:1px solid #cacaca;background:#d9d9da;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border:1px solid #e3e3e5;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.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 {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01{padding:0 10px;}
.list_01 li{background:#fff;border-radius:3px;padding:10px 0px;border-bottom:1px solid #eee;}

/* 기본폼 */
.form_01{margin:10px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
 textarea, .frm_input {border:1px solid #d7d7d7;background:#fff;color:#000;vertical-align:middle;padding:0 10px;height:40px;}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border:1px solid #00d4ea}
.frm_input {height:40px;}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center; list-style:none; width:100%;}

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

/* 테이블 항목별 정의 */
.td_board {width:120px;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:150px;text-align:center}
.td_group {width:100px;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:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;
-webkit-box-shadow:  2px 2px 5px #eee;
-moz-box-shadow:  2px 2px 5px #eee;
box-shadow: 2px 2px 5px #eee
}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:20px}

.new_win .win_ul {margin:20px}
.new_win .win_ul li {display:inline-block;}
.new_win .win_ul li a {display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px 0;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;;margin:0 0 20px;display:inline-block;font-weight:bold}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-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;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333;font-weight:300;margin-right:10px}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0;text-align:center}
.pg {display:inline-block }
.pg_page, .pg_current {display:inline-block;padding:0 13px;height:35px;color:#959595;line-height:35px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:#f8f8f8; }
.pg_page {background:#eee;}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#494949;color:#fff;font-weight:normal;line-height:35px;}


/* 페이지 */
#ctt_con {font-size:1.2em; margin-top:50px;}
#ctt_con .m50 {height:50px;}

#ctt_con .table_area {width:100%; max-width:1200px; margin:40px auto; }
#ctt_con .table_area h2 {font-size:1.4em; margin-bottom:10px;}
#ctt_con .table_area table {width:100%; border-top:2px solid #222;}
#ctt_con .table_area th,
#ctt_con .table_area td {border-bottom:1px solid #e5e5e5; padding:20px; border-collapse:collapse; word-break:keep-all;}
#ctt_con .table_area th {width:20%; text-align:left; color:#222; background:#fafafa;}
#ctt_con .table_area td {width:80%; color:#666;}
#ctt_con .table_area td i {margin-right:10px;}
#ctt_con .table_area td i.fa-subway {color:#294095;}
#ctt_con .table_area td i.fa-bus {color:#69CC46;}
#ctt_con .map td a { cursor:default; color:inherit; }

@media (max-width: 969px){
	#ctt_con {font-size:1em; margin-top:20px;}
	#ctt_con .m50 {height:10%;}
	#ctt_con .table_area {margin:5% auto; width:90%}
	#ctt_con .table_area td {padding:5px 10px;}
	#ctt_con .map_area iframe {height:300px;}
}

#ctt_con .company .intro_area {width:100%; background:url('/img/page/company_bg.jpg') 50% 50% no-repeat; background-size:cover; text-align:center; padding:180px 0 160px;}
#ctt_con .company .intro_area img {margin-bottom:20px;}
#ctt_con .company .intro_area p {font-size:1.4em; color:#fff;}
@media (max-width: 969px){
	#ctt_con .company .intro_area {padding:60px 30px;}
	#ctt_con .company .intro_area img {height:30px;}
	#ctt_con .company .intro_area p {font-size:1.25em; word-break:keep-all;}
}

/**** 회사소개 ****/
#ctt_con .about {width:100%;}
#ctt_con .about .tit {width:90%; margin:0 auto; text-align:center;}
#ctt_con .about .tit h2 {font-size:2.8em; word-break:keep-all;}
#ctt_con .about .tit p {font-size:1.2em; line-height:180%; word-break:keep-all; margin:10px auto 30px;}
#ctt_con .about .ct_area {display:flex; justify-content:space-between; flex-wrap:wrap; margin-top:160px;}
#ctt_con .about .box_area {width:calc(50% - 40px); margin-bottom:80px;}
#ctt_con .about .box_area:nth-child(odd) {margin:-80px 80px 80px 0;}
#ctt_con .about .box_area .img,
#ctt_con .about .box_area .img img {width:100%;}
#ctt_con .about .box_area .txt {padding:50px; color:#888; font-size:1.2em; }
/* ~ 태블릿 */
@media (max-width:1409px) {
	#ctt_con .about .ct_area {width:90%; max-width:1100px; margin-top:120px;}
	#ctt_con .about .box_area {width:calc(50% - 30px); margin-bottom:60px;}
	#ctt_con .about .box_area:nth-child(odd) {margin:-60px 60px 60px 0;}
	#ctt_con .about .box_area .txt {padding:40px;}
}
@media (max-width:1023px) {
	#ctt_con .about .ct_area {margin-top:80px;}
	#ctt_con .about .box_area {width:calc(50% - 20px); margin-bottom:40px;}
	#ctt_con .about .box_area:nth-child(odd) {margin:-40px 40px 40px 0;}
	#ctt_con .about .box_area .txt {font-size:1.1em; padding:30px;}
	#ctt_con .about .box_area .txt p {word-break:keep-all;}
	#ctt_con .about .box_area .txt br {display:none;}
}
/* 모바일 */
@media (max-width: 767px){
	#ctt_con .about .tit h2 {font-size:2em;}
	#ctt_con .about .tit p {font-size:1.1em;}
	#ctt_con .about .box_area .txt { padding:40px 30px;}
	#ctt_con .about .ct_area {display:block;margin-top:20px;}
	#ctt_con .about .box_area:nth-child(odd) {margin:0 0 40px 0;}
	#ctt_con .about .box_area {width:100%;}
	#ctt_con .about .box_area p {display:inline;}
}
/* 작은 모바일 */
@media (max-width: 499px){
	#ctt_con .about .tit {width:80%;}
	#ctt_con .about .tit p {font-size:1em;}
	#ctt_con .about .tit p br {display:none;}
}

#instagram .img_wrap {width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;margin-top: 25px;}
#instagram .img_wrap li {width: 19%;margin: 0.5%;max-height: 230px;}
#instagram .img_wrap li img {width: 100%;height: 100%;object-fit: cover;}

@media screen and (max-width: 829px) {
	#instagram .img_wrap {flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
	#instagram .img_wrap li {width: 48%;margin: 1% 1% 2%;max-height: none;}
	#instagram .img_wrap li img {height: auto;max-height: 240px;}
	/* 마지막 li 숨김 */
	#instagram .img_wrap li:last-child {display: none;}
}

@media screen and (max-width: 499px) {
	#instagram .img_wrap li img {height:160px}
}