@charset "utf-8";
@import url('font.css');

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.95em; height:100%;font-family:'S-CoreDream','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:'S-CoreDream','Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
button, input[type=submit] {cursor:pointer}
input[type=text], input[type=password], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em;font-family:'S-CoreDream','Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
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}
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;
}


/* 아이폰 기본스타일 제거 */
input, textarea {appearance: none; -webkit-appearance: none; -webkit-border-radius: 0;}
select {-webkit-appearance: none; -moz-appearance: none;  appearance: none;   color:#333; background: #fff url('/img/gnb_bg.gif') no-repeat right center;}
select::-ms-expand {  display:none;}

input[type=checkbox] {accent-color:#555; appearance:checkbox;}
input[type=radio] {accent-color:#555; appearance:radio;}

::selection {background:#f8f8f8; color:#f58322;}

 
/* 팝업레이어 */
#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;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:px;padding:5px 10px;border:0;background:#393939;color:#fff; font-size:13px;}

 
@media (max-width:969px){
	.hd_pops_con {width:100% !important; height:auto !important;}
	.hd_pops {position:absolute; left:0 !important;  top:90px !important; margin:20px;}	
 }
 
@media (max-width:639px){
	.hd_pops {top:70px !important; margin:10px;}	
 }

/* 상단 레이아웃 */
#hd {width:100%; background:#fff; border-bottom:1px solid #e7e7e7; z-index:999;}
#hd.fixed {position:fixed; top:0;}
#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 {width:100%; max-width:1400px; height:100px; display:flex; justify-content:space-between; align-items:center; margin:0 auto;}

#logo {}
#logo a {}
#logo img {width:200px; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}

/* 메인메뉴 시작 */
#gnb {width:74%; max-width:800px;}
#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; display:flex;}
#gnb .gnb_1dli {line-height:100px; height:100px; padding:0; position:relative; text-align:center; flex:auto;}
#gnb .gnb_1dli a {font-size:19px; display:inline-block;}
.gnb_1dli:hover .gnb_1da {color:var(--main-color);} /* 마우스오버 글자색 */
.gnb_1dli:before{content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:0px; height:1px; width:0%; border-bottom:3px solid #f58322; /* 밑줄 시작 */
-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 #f58322; /* 밑줄 끝 */
-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_open {width:50px; height:50px; border:0; background:0; color:#333; font-size:18px;vertical-align:top; display:none;}

#gnb2 {position:fixed;top:0;right:-300px;height:100%; background:#fff; z-index:99999; width:300px; box-shadow:2px 2px 7px rgba(0,0,0,0.3);transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
#gnb2 .btn_close {position:absolute;top:10px; right:0; width:50px; height:50px; border:0; background:none; color:#ccc; font-size:18px;}

#gnb2_1dul {margin-top:50px}
#gnb2_1dul .gnb2_1dli {margin:4px 0;}
#gnb2_1dul .gnb2_1da {padding:0 20px;display:inline-block;color:#111;font-size:17px;line-height:40px;}
#gnb2_1dul .gnb2_2dul {display:none}
#gnb2_1dul .gnb2_2da {color:#a8a6b0;padding:0 30px;font-weight:normal;white-space: nowrap;line-height:30px}

@media (max-width:1399px) {
	#hd_wrapper {padding-left:15px;}
}

@media (max-width: 969px){
	#hd_wrapper {height:80px; padding-left:12px;}
	#logo img {width:165px;}
	#gnb .gnb_1dli {line-height:80px; height:80px;}
	#gnb .gnb_1dli a {font-size:17px;}	
}

@media (max-width: 639px){
	#hd_wrapper {height:65px; padding-left:12px;}
	#logo img {width:150px;}
	
    #gnb {display:none;}
	#gnb_open {display:block;}	
}

@media (max-width: 399px){
	#logo img {width:140px;}
}

/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {width:100%; font-weight:600; color:#fff; text-align:center; padding:90px 0; font-size:45px; background:url('/images/sub_visual.jpg') center center no-repeat; background-size:cover;
transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}

#container {position:relative;min-height:300px; max-width:1400px; margin:80px auto 140px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}

@media (max-width:1399px){
	#container {padding:0 20px;}	
}
@media (max-width: 969px){
	#container_title {padding:60px 0; font-size:35px;}
	#container {margin:40px auto 80px;}
}
@media (max-width:639px){
	#container_title {padding:40px 5px; font-size:25px;}	
	#container {padding:0 15px;margin:25px auto 40px;}
}
 @media (max-width:399px){
	#container_title {padding:38px 5px; font-size:24px;}	
 }
 
/* 메인 레이아웃 */
.mtit_wrap {text-align:center;}
.mtit_wrap h3.mtit {font-size:48px; margin:15px 0 60px; font-weight:800; word-break:keep-all;}
.mtit_wrap h3.mtit span {color:#999; font-weight:400;}
.mtit_wrap h4.mtit_desc {font-size:25px; letter-spacing:5px; font-weight:800;}
.mtit_wrap p.ttxt {font-size:20px; margin:-20px 0 60px;  color:#777; word-break:keep-all;}
.mtit_wrap p.ttxt a {color:#777; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
.mtit_wrap p.ttxt a:hover {color:#333;}

#main_visual {position:relative; width:100%; padding:100px 0; overflow:hidden; background:url('/images/mv_bg.jpg'); z-index:1;}
#main_visual .inner {max-width:1400px; margin:0 auto; display:flex; justify-content:space-between; align-items:flex-start;}
#main_visual .inner span {font-style:italic;}
#main_visual .txt_box {width:46%; display:flex;}
#main_visual .txt_box h4.mv_tit {font-size:60px; font-weight:900; color:#f58322;}
#main_visual .txt_box ul.tit_info {margin-left:7%; padding-left:8%; border-left:10px solid #000;}
#main_visual .txt_box ul.tit_info li {position:relative; font-size:50px; padding:0 4px; margin-bottom:8px; font-weight:900;}
#main_visual .txt_box ul.tit_info li:after {position:absolute; bottom:0; left:0; content:''; display:inline-block; width:100%; height:30px; z-index:-1;}
#main_visual .txt_box ul.tit_info li:first-child {color:#111;}
#main_visual .txt_box ul.tit_info li:first-child:after {background:#e9e9e9;}
#main_visual .txt_box ul.tit_info li:nth-child(2) {color:#2f7be2;}
#main_visual .txt_box ul.tit_info li:nth-child(2):after {background:#e0e9f5;}
#main_visual .txt_box ul.tit_info li:nth-child(3) {color:#6cbb45;}
#main_visual .txt_box ul.tit_info li:nth-child(3):after {background:#e3efdd;}
#main_visual .txt_box ul.tit_info li:nth-child(4) {color:#d11d1d; margin-bottom:0;}
#main_visual .txt_box ul.tit_info li:nth-child(4):after {background:#f4e2e2;}
#main_visual ul.gif_box {padding:10px 0; width:50%; display:flex; justify-content:space-between;}
#main_visual ul.gif_box li {width:47%; position:relative;}
#main_visual ul.gif_box li img {width:100%;}
#main_visual ul.gif_box li p {position:absolute; left:25px; bottom:20px; font-size:22px; font-weight:600; color:#fff;}
#main_visual .img_hand {position:absolute; left:0; bottom:80px; width:30%; max-width:480px; animation:blink_hand 1.5s ease-out; z-index:-2;}
	@keyframes blink_hand { 
		100% { opacity:1;} 
		50% { opacity:0;}
		0% { opacity:0;}
	}
#main_visual .img_hand img {}

#company {}
#company .inner {max-width:1400px; margin:0 auto;}
#company .bg_box01 {width:100%; padding:100px 20px; text-align:center; background:url('/images/sales_bg.jpg') center center no-repeat; background-size:cover;}
#company .bg_box01 .tit_box {display:inline-block; padding:40px 50px; color:#fff948; border:4px solid #fff948;}
#company .bg_box01 .tit_box h4 {font-size:60px; font-weight:800;}
#company .bg_box01 .tit_box h5 {font-size:75px; font-weight:800; animation:blink_txt 1.5s step-end infinite;}
	@keyframes blink_txt { 
		50% {color:rgba(255,255,255,0); border-color:rgba(255,255,255,0);}
	}
#company .bg_box01 .tit_box h5 span {font-style:italic;}
#company .bg_box01 .tit_info {}
#company .bg_box01 .tit_info p.txt1 {position:relative; display:inline-block; font-size:54px; color:#fff; font-weight:600; margin:35px 0 20px; padding:0 10px; z-index:1;}
#company .bg_box01 .tit_info p.txt1:after {position:absolute; left:0; bottom:0; content:''; display:inline-block; width:100%; height:40px; background:rgba(48,131,8,0.5); z-index:-1;}
#company .bg_box01 .tit_info p.txt2 span {font-size:65px; color:#308308; font-weight:800; padding:2px 20px; background:#fff948;}

#company .bg_box02 {width:100%; padding:100px 0 120px; background:#f58322;}
#company .bg_box02 .tit_box {text-align:center;}
#company .bg_box02 .tit_box .tit {display:inline-block; margin:0 auto; padding-top:30px; position:relative;}
#company .bg_box02 .tit_box .tit > span {position:absolute; left:0; top:0; font-size:21px; font-weight:600;}
#company .bg_box02 .tit_box .tit h4 {font-size:52px; color:#fff; font-weight:900; word-break:keep-all;}
#company .bg_box02 .tit_box .tit h4 span {display:inline-block;}
#company .bg_box02 .tit_box p.info_txt {font-size:20px; line-height:35px; margin:50px 0; color:#fff; word-break:keep-all;}
#company .bg_box02 .tit_box h5.logo_tit {font-size:24px; color:#fff; font-weight:600; word-break:keep-all;}
#company .bg_box02 .tit_box h5.logo_tit span {display:inline-block;}
#company .bg_box02 .tit_box img.line_logo {max-width:256px; margin-top:35px;}
#company .bg_box02 .point_box {}
#company .bg_box02 .point_box h4.sd_tit {font-size:49px; color:#fff; font-weight:400; text-align:center; margin:60px 0;}
#company .bg_box02 .point_box h4.sd_tit b {font-weight:800;}
#company .bg_box02 .point_box .swiper_area {margin:0 auto;}
#company .bg_box02 .point_box .swiper {width:100%; height:100%; padding-bottom:60px !important;}
#company .bg_box02 .point_box .swiper-wrapper {min-height:100%;}
#company .bg_box02 .point_box .swiper-slide {overflow:hidden; height:auto; border-radius:30px; background:#fff;}
#company .bg_box02 .point_box .swiper-slide .img_box img {display:block; width:100%; height:100%; object-fit:cover;}
#company .bg_box02 .point_box .swiper-slide .info_box {padding:40px 45px;}
#company .bg_box02 .point_box .swiper-slide .info_box h6 {font-size:20px; color:#f58322; font-weight:700;}
#company .bg_box02 .point_box .swiper-slide .info_box h5 {font-size:26px; margin:20px 0; color:#111; font-weight:700; word-break:keep-all;}
#company .bg_box02 .point_box .swiper-slide .info_box p {font-size:19px; line-height:30px; color:#555; word-break:keep-all;}
#company .bg_box02 .point_box .swiper-button-next, #company .bg_box02 .point_box .swiper-button-prev {display:none !important; color:rgba(0,0,0,0.3) !important;}
#company .bg_box02 .point_box .swiper-pagination-bullet {width:14px; height:14px; background:#fff; opacity:0.4;}
#company .bg_box02 .point_box .swiper-pagination-bullet-active { opacity:1;}
#company .bg_box02 .point_box .swiper-horizontal>.swiper-pagination-bullets, #company .bg_box02 .point_box .swiper-pagination-bullets.swiper-pagination-horizontal, #company .bg_box02 .point_box .swiper-pagination-custom, .swiper-pagination-fraction {bottom:0 !important;}

#franchise {position:relative; width:100%; padding:120px 0; overflow:hidden;}
#franchise .inner {max-width:1400px; margin:0 auto;}
#franchise ul.step_box {display:flex; flex-wrap:wrap;}
#franchise ul.step_box li {}
#franchise ul.step_box li:nth-child(odd) {width:28.3333%; margin:15px 0; border:1px solid #ebebeb; border-radius:30px; overflow:hidden; box-shadow:2px 2px 5px rgba(0,0,0,0.05); background:#fff;}
#franchise ul.step_box li:nth-child(even) {width:5%; font-size:22px; color:#ccc; display:flex; justify-content:center; align-items:center;}
#franchise ul.step_box li h6 {padding:20px 25px; font-size:20px; font-weight:500; color:#fff;}
#franchise ul.step_box li:nth-child(1) h6 {background:#ccc;}
#franchise ul.step_box li:nth-child(3) h6 {background:#999;}
#franchise ul.step_box li:nth-child(5) h6 {background:#666;}
#franchise ul.step_box li:nth-child(7) h6 {background:#555;}
#franchise ul.step_box li:nth-child(9) h6 {background:#333;}
#franchise ul.step_box li:nth-child(11) h6 {background:#f58322;}
#franchise ul.step_box li .txt {padding:30px;}
#franchise ul.step_box li .txt h5 {font-size:22px; font-weight:700; word-break:keep-all;}
#franchise ul.step_box li .txt p {font-size:18px; color:#333; margin-top:15px; word-break:keep-all;}
#franchise ul.step_box li .txt p span {display:inline-block; font-size:16px; line-height:22px; margin-top:15px; color:#777;}

#franchise .img_ramen {position:absolute; top:7%; left:0; z-index:-1; width:36%; max-width:453px;}
#franchise .img_kimbob {position:absolute; top:37%; right:0; z-index:-1; width:45%; max-width:520px;}
#franchise .img_bokki {position:absolute; bottom:15%; left:0; z-index:-1; width:38%; max-width:432px;}

#franchise h4.prc_tit {font-size:36px; font-weight:800;}
#franchise .tb_info {font-size:17px; margin-bottom:15px; color:#777;}
#franchise .price_table {width:100%; border-collapse:separate;*border-collapse:collapse;border-spacing:0;table-layout:fixed; background:#fff;}
#franchise .price_table th {font-size:20px; padding:20px 10px; font-weight:500; color:#fff; text-align:center; background:#f58322; border-right:1px solid #f79c4e;}
#franchise .price_table th:first-child {border-left:0;}
#franchise .price_table td {font-size:19px; padding:20px 10px; color:#555; text-align:center; border-bottom:1px solid #ddd; border-right:1px solid #ddd; word-break:keep-all;}
#franchise .price_table td:last-child {border-right:0;}
#franchise .price_table td.gray {color:#000; font-weight:500; background:#f8f8f8; border-right:0;}
#franchise .total_price {width:100%; padding:25px; text-align:center; background:#f8f8f8; border-bottom:1px solid #ddd;}
#franchise .total_price span {position:relative; display:inline-block; font-size:30px; color:#111; font-weight:500; padding:0 4px; z-index:1;}
#franchise .total_price span:after {position:absolute; left:0; bottom:0; content:''; display:inline-block; width:100%; height:23px; background:rgba(245,131,34,0.1); z-index:-1;}
#franchise .total_price span b {font-size:45px; margin-left:5px; font-weight:800;}
#franchise ul.info_box {margin-top:25px;}
#franchise ul.info_box li {position:relative; padding-left:22px; font-size:17px; margin:5px 0; color:#555; word-break:keep-all;}
#franchise ul.info_box li:before {position:absolute; left:0; content:'※'; color:#d11d1d;}

#interior {width:100%; padding:120px 0; background:#2e2926; overflow:hidden;}
#interior .mtit_wrap h3.mtit {color:#fff;} 
#interior ul.itr_type {width:92%; max-width:1780px; margin:0 auto; display:flex; justify-content:space-between;}
#interior ul.itr_type li {width:49%;}
#interior ul.itr_type li .img {width:100%;}
#interior ul.itr_type li p {font-size:24px; margin-top:30px; color:#fff; display:flex; justify-content:center; align-items:center; word-break:keep-all;}
#interior ul.itr_type li p span {}
#interior ul.itr_type li p b {font-weight:700; display:inline-block; padding:10px 18px; margin-left:10px; border-radius:30px; background:#f58322;}

#interview {width:100%; padding:120px 0; background:url('/images/interview_bg.jpg') center top no-repeat;}
#interview ul.vdo_wrap {max-width:1400px; margin:0 auto; display:flex; justify-content:space-between;}
#interview ul.vdo_wrap li {width:31.3333%;}
#interview ul.vdo_wrap li .aspect {aspect-ratio:9/16; width:100%; overflow:hidden; padding:0; margin:0;}
#interview ul.vdo_wrap li .aspect iframe {width:100%; height:100%;}
#interview ul.vdo_wrap li p.vdo_sbj {font-size:21px; margin-top:25px; word-break:keep-all;}

#branch {width:100%; padding:120px 0; background:url('/images/branch_bg.jpg') center top no-repeat;}
#branch .mtit_wrap {position:relative; text-align:left; max-width:1400px; margin:0 auto;}
#branch .mtit_wrap h3.mtit, #branch .mtit_wrap h3.mtit span {color:#fff;}
#branch .mtit_wrap .brc_search {position:absolute; right:0; bottom:0; display:inline-block; background:#fff; border-radius:30px; border:3px solid #fff; overflow:hidden; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#branch .mtit_wrap .brc_search:hover {border-color:#7fe34e;}
#branch .mtit_wrap .brc_search a {display:inline-block; padding:14px 50px; font-size:20px;}
#branch .mtit_wrap .brc_search a i {font-size:0.95em; color:#6cbb45; position:relative; top:-2px;}

#menu {width:100%; max-width:1400px; margin:120px auto;}
#menu .tabs {width:100%;}
#menu .tabs .tabNavi {max-width:1200px; margin:0 auto 60px; zoom:1; text-align:center;display:flex; justify-content:center; flex-wrap:wrap;}
#menu .tabs .tabNavi li {min-width:200px; margin:5px; height:60px; line-height:60px; text-align:center;;}		
#menu .tabs .tabNavi li a {font-size:19px; padding:0 40px; display:block; color:#111; border:1px solid #ddd; border-radius:12px; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
#menu .tabs .tabNavi li a:hover {border-color:#f58322; color:#f58322;}
#menu .tabs .tabNavi li a.selected {color:#fff; border-color:#f58322; background:#f58322;}
#menu .tabs .tabNavi li a.selected:hover {color:#fff;}
#menu .tab {}
#menu .tab p.info_txt {max-width:260px; font-size:20px; margin:-10px auto 50px; text-align:center; padding:15px; background:#fef5ee;}

#sns {position:relative; width:100%; padding:120px 0; background:#f8f8f8; overflow:hidden; z-index:0;}
#sns .insta_wrap {width:100%; max-width:1400px; margin:0 auto; display:flex; justify-content:space-between;}
#sns .insta_wrap .view_box {width:32%;}
#sns .insta_wrap .view_box iframe {min-width:auto !important; border-radius:20px !important;}
#sns .img_hand {position:absolute; top:9%; left:3%; z-index:-1;}
#sns .img_heart01 {position:absolute; top:19%; right:6%; z-index:-1;}
#sns .img_heart02 {position:absolute; bottom:9%; left:2%; z-index:-1;}
#sns .img_heart03 {position:absolute; bottom:19%; right:-1%; z-index:-1;}
#sns .img_move img {animation-name:upmove; animation-duration:0.8s; animation-timing-function:linear; animation-iteration-count:infinite; animation-direction:alternate; position:relative;}
@keyframes upmove {
  0%   {left:0px; top:0px;}
  100%  {left:0; top:20px;}
}

#qa {width:100%; padding:120px 0; background:url('/images/qa_bg.jpg') center top no-repeat;}
#qa .mtit_wrap h3.mtit, #qa .mtit_wrap h3.mtit span {color:#fff;}
#qa .mtit_wrap p.ttxt {color:#fff; opacity:0.7;}
#qa .form_area {width:100%; max-width:1400px; margin:0 auto; padding:45px 20px 0; border-top:2px solid rgba(255,255,255,0.6);}
#qa .form_area .qa_form {width:100%; display:flex; justify-content:space-between; flex-wrap:wrap;}
#qa .form_area .qa_form .wd50 {width:48%; margin-bottom:30px;}
#qa .form_area .qa_form .wd100 {width:100%;}
#qa .form_area .qa_form label.form_tit {display:block; margin-bottom:20px; font-size:20px; color:#fff;}
#qa .form_area .qa_form label.form_tit:before {content:'|'; margin-right:14px;}
#qa .form_area .qa_form input.form_input  {width:100%; height:60px; font-size:17px; padding:10px 12px; border-radius:10px; border:1px solid #e7e7e7;}
#qa .form_area .qa_form textarea.form_textarea {width:100%; height:150px; font-size:17px; padding:12px; border-radius:12px; border:1px solid #e7e7e7; resize:none;}
#qa .form_area .qa_form .counsel_check {position:relative; width:100%; margin:20px 0 40px; padding:18px 20px; border-radius:10px; border:1px solid rgba(255,255,255,0.7);}
#qa .form_area .qa_form .counsel_check input {}
#qa .form_area .qa_form .counsel_check label {font-size:16px; color:#fff;}
#qa .form_area .qa_form .counsel_check a {position:absolute; top:10px; right:10px; display:inline-block; padding:10px 20px; font-size:14px; color:#f58322; border-radius:5px; background:#fff; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#qa .form_area .qa_form .counsel_check a:hover {color:#fff; background:#ff630e;}
#qa .qa_btn {text-align:center;}
#qa .qa_btn button, #qa .qa_btn .list_btn {width:210px; height:60px; font-size:19px; border-radius:12px; background:#000; border:1px solid #000; color:#fff; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s}
#qa .qa_btn button {}
#qa .qa_btn .list_btn {display:block; margin:0 auto; line-height:60px;}
#qa .qa_btn button:hover, #qa .qa_btn .list_btn:hover {background:#333; border-color:#333;}


@media (max-width: 1399px){
	.mtit_wrap h3.mtit { margin:15px 0 50px;}
	.mtit_wrap p.ttxt {margin:-15px 0 50px;}
	
	#main_visual {padding:100px 25px;}
	#main_visual .txt_box h4.mv_tit {font-size:55px;}
	#main_visual .txt_box ul.tit_info {border-left:8px solid #000;}
	#main_visual .txt_box ul.tit_info li {font-size:45px; padding:0 2px;}
	#main_visual ul.gif_box li {width:48%;}
	#main_visual .img_hand {bottom:45px;}
	
	#company .bg_box02 {padding:100px 25px 120px;}	
	#company .bg_box02 .point_box .swiper-slide .info_box {padding:35px 40px;}
	
	#franchise {padding:100px 25px;}
	
	#interior {padding:100px 0;}
	#interior ul.itr_type {width:95%;}
	#interior ul.itr_type li p {display:block; text-align:center;}
	#interior ul.itr_type li p span {display:block; margin-bottom:15px;}
	
	#interview {padding:100px 25px;}
	
	#branch {padding:100px 25px;}
	
	#menu {margin:100px auto; padding:0 25px;}
	
	#sns {padding:100px 25px;}
	#sns .insta_wrap .view_box {width:33%;}
	#sns .img_hand {left:-4%;}
	#sns .img_heart01 {right:-2%;}
	#sns .img_heart02 {left:-2%;}
	#sns .img_heart03 {right:-2%;}
	
	#qa {padding:100px 25px;}
	#qa .form_area {padding:45px 10px 0;}
	
}

@media (max-width: 1199px){
	#main_visual {padding:80px 25px;}
	#main_visual .inner {display:block;}
	#main_visual .txt_box {width:100%;}
	#main_visual ul.gif_box {padding:0; margin:60px auto 0; width:90%;}
	#main_visual ul.gif_box li {}
	#main_visual .img_hand {width:40%; bottom:auto; left:auto; right:0; top:60px;}
	#main_visual .img_hand img {transform:scaleX(-1);}
	
	#company .bg_box02 .point_box .swiper_area {max-width:900px;}
	
	#interior ul.itr_type li p {font-size:22px;}
	
}

@media (max-width:969px){
	.mtit_wrap h3.mtit {font-size:40px; margin:15px 0 40px;}
	.mtit_wrap h4.mtit_desc {font-size:23px;}
	.mtit_wrap p.ttxt {font-size:18px; margin:-15px 0 40px;}

	#main_visual {background-size:800px;}
	#main_visual {padding:60px 20px;}
	#main_visual .txt_box h4.mv_tit {font-size:42px;}
	#main_visual .txt_box ul.tit_info {border-left:6px solid #000;}
	#main_visual .txt_box ul.tit_info li {font-size:36px; margin-bottom:6px;}
	#main_visual ul.gif_box {margin:50px auto 0;}
	#main_visual ul.gif_box li p {left:20px; bottom:15px; font-size:20px;}
	
	#company .bg_box01 {padding:80px 0px;}
	#company .bg_box01 .tit_box {padding:35px 45px; border:3px solid #fff948;}
	#company .bg_box01 .tit_box h4 {font-size:52px;}
	#company .bg_box01 .tit_box h5 {font-size:67px;}
	#company .bg_box01 .tit_info p.txt1 {font-size:44px; margin:35px 0 20px; padding:0 10px;}
	#company .bg_box01 .tit_info p.txt1:after {height:35px;}
	#company .bg_box01 .tit_info p.txt2 span {font-size:54px;}
	
	#company .bg_box02 {padding:80px 20px;}
	#company .bg_box02 .tit_box .tit {padding-top:0;}
	#company .bg_box02 .tit_box .tit > span {position:relative; left:0; top:0; font-size:22px;}
	#company .bg_box02 .tit_box .tit h4 {font-size:44px; margin-top:12px;}
	#company .bg_box02 .tit_box p.info_txt {font-size:18px; line-height:30px; margin:38px 0;}
	#company .bg_box02 .tit_box h5.logo_tit {font-size:23px;}
	#company .bg_box02 .tit_box img.line_logo {max-width:240px; margin-top:35px;}
	#company .bg_box02 .point_box h4.sd_tit {font-size:40px; margin:50px 0 40px;}
	#company .bg_box02 .point_box .swiper {padding-bottom:50px !important;}
	#company .bg_box02 .point_box .swiper-slide {border-radius:25px;}
	#company .bg_box02 .point_box .swiper-slide .info_box {padding:30px;}
	#company .bg_box02 .point_box .swiper-slide .info_box h6 {font-size:18px;}
	#company .bg_box02 .point_box .swiper-slide .info_box h5 {font-size:24px; margin:15px 0;}
	#company .bg_box02 .point_box .swiper-slide .info_box p {font-size:18px; line-height:28px;}
	
	#franchise {padding:80px 20px;}
	#franchise ul.step_box li:nth-child(odd) {width:44%; margin:12px 0; border-radius:22px;}
	#franchise ul.step_box li:nth-child(even) {width:6%; font-size:20px;}
	#franchise ul.step_box li h6 {font-size:18px;}
	#franchise ul.step_box li .txt {padding:26px;}
	#franchise ul.step_box li .txt h5 {font-size:20px;}
	#franchise ul.step_box li .txt p {font-size:17px;margin-top:12px;}
	#franchise ul.step_box li .txt p span {font-size:15px; line-height:20px; margin-top:12px;}
	
	#franchise .img_ramen {top:5%; width:45%; max-width:360px; opacity:0.2;}
	#franchise .img_kimbob {top:42%; width:60%; max-width:360px; opacity:0.2;}
	#franchise .img_bokki {bottom:6%; width:42%; max-width:360px; opacity:0.2;}
	
	#franchise h4.prc_tit {font-size:32px;}
	#franchise .tb_info {font-size:16px; margin-bottom:14px;}
	#franchise .price_table th {font-size:18px; padding:18px 10px;}
	#franchise .price_table td {font-size:17px; padding:18px 10px;}
	#franchise .total_price {padding:22px;}
	#franchise .total_price span {font-size:25px;}
	#franchise .total_price span:after {height:20px;}
	#franchise .total_price span b {font-size:41px;}
	#franchise ul.info_box {margin-top:24px;}
	#franchise ul.info_box li {font-size:16px;}
	
	#interior {padding:80px 0;}
	#interior ul.itr_type {width:90%;}
	#interior ul.itr_type {display:block;}
	#interior ul.itr_type li {width:100%;}
	#interior ul.itr_type li:first-child {margin-bottom:35px;}
	#interior ul.itr_type li p {margin-top:25px; display:flex; justify-content:center; align-items:center;}
	#interior ul.itr_type li p span {margin:0;}
	
	#interview {padding:80px 20px; background-size:250%;}
	#interview ul.vdo_wrap li {width:32.3333%;}
	#interview ul.vdo_wrap li p.vdo_sbj {font-size:19px; margin-top:22px; letter-spacing:-0.02em;}
	
	#branch {padding:80px 20px; background-size:cover;}
	#branch .mtit_wrap .brc_search {border:2px solid #fff;}
	#branch .mtit_wrap .brc_search a {padding:14px 30px; font-size:19px;}
	
	#menu {margin:80px auto; padding:0 20px;}
	#menu .tabs .tabNavi {margin:0 auto 50px;}
	#menu .tabs .tabNavi li {min-width:auto; margin:4px;}
	#menu .tabs .tabNavi li a {font-size:18px; border-radius:10px;}
	#menu .tab p.info_txt {max-width:250px; font-size:19px; margin:-15px auto 40px;}
	
	#sns {padding:80px 20px;}
	#sns .insta_wrap .view_box iframe {border-radius:15px !important;}
	#sns .img_hand {top:6%; left:-5%; width:40%; max-width:320px; opacity:0.2;}
	#sns .img_heart01 {top:12%; right:-2%; width:25%; max-width:170px; opacity:0.2;} 
	#sns .img_heart02 {bottom:6%; left:-2%; opacity:0.2;}
	#sns .img_heart03 {bottom:14%; right:-2%; opacity:0.2;}
	
	#qa {padding:80px 20px; background-size:cover;}
	#qa .form_area {padding:40px 0 0;}
	#qa .form_area .qa_form .wd50 {width:49%; margin-bottom:25px;}
	#qa .form_area .qa_form label.form_tit {margin-bottom:15px; font-size:18px;}
	#qa .form_area .qa_form label.form_tit:before {margin-right:12px;}
	#qa .form_area .qa_form input.form_input  {height:54px; font-size:16px; padding:10px; border-radius:8px;}
	#qa .form_area .qa_form textarea.form_textarea {height:140px; font-size:16px; padding:10px; border-radius:10px;}
	#qa .form_area .qa_form .counsel_check {margin:20px 0 30px; border-radius:8px; padding:18px 15px;}
	#qa .form_area .qa_form .counsel_check label {font-size:15px;}
	#qa .form_area .qa_form .counsel_check a {top:9px; right:9px; font-size:13px; border-radius:5px;}
	#qa .qa_btn button, #qa .qa_btn .list_btn {width:200px; height:58px; font-size:17px; border-radius:10px;}
	#qa .qa_btn .list_btn {line-height:58px;}
	

}

 @media (max-width:639px){
	.mtit_wrap h3.mtit {font-size:32px; margin:12px 0 25px;}
	.mtit_wrap h4.mtit_desc {font-size:20px;}
	.mtit_wrap p.ttxt {font-size:16px; line-height:23px; margin:-10px 0 25px;}

	#main_visual {background-size:700px;}
	#main_visual {padding:40px 30px;}
	#main_visual .txt_box {justify-content:space-between;}
	#main_visual .txt_box h4.mv_tit {font-size:32px;}
	#main_visual .txt_box ul.tit_info {border-left:4px solid #000;}
	#main_visual .txt_box ul.tit_info li {font-size:27px; margin-bottom:4px;}
	#main_visual .txt_box ul.tit_info li:after {height:25px;}
	#main_visual ul.gif_box {margin:40px auto 0; width:100%;}
	#main_visual ul.gif_box li p {left:18px; bottom:14px; font-size:17px;}
	#main_visual .img_hand {width:44%; left:0; right:auto; top:90px;}
	#main_visual .img_hand img {transform:scaleX(1);}
	
	#company .bg_box01 {padding:45px 0px;}
	#company .bg_box01 .tit_box {padding:30px 40px; border:3px solid #fff948;}
	#company .bg_box01 .tit_box h4 {font-size:36px;}
	#company .bg_box01 .tit_box h5 {font-size:45px;}
	#company .bg_box01 .tit_info p.txt1 {font-size:32px; margin:25px 0 15px; padding:0 5px;}
	#company .bg_box01 .tit_info p.txt1:after {height:25px;}
	#company .bg_box01 .tit_info p.txt2 span {font-size:36px; padding:2px 15px;}
	
	#company .bg_box02 {padding:45px 20px;}
	#company .bg_box02 .tit_box .tit > span {font-size:19px;}
	#company .bg_box02 .tit_box .tit h4 {font-size:32px; margin-top:10px;}
	#company .bg_box02 .tit_box p.info_txt {font-size:16px; line-height:24px; margin:25px 0;}
	#company .bg_box02 .tit_box p.info_txt br {display:none;}
	#company .bg_box02 .tit_box h5.logo_tit {font-size:19px;}
	#company .bg_box02 .tit_box img.line_logo {max-width:190px; margin-top:25px;}
	#company .bg_box02 .point_box h4.sd_tit {font-size:27px; margin:40px 0 25px;}
	#company .bg_box02 .point_box .swiper_area {max-width:400px;}
	#company .bg_box02 .point_box .swiper {padding-bottom:40px !important;}
	#company .bg_box02 .point_box .swiper-slide {border-radius:20px;}
	#company .bg_box02 .point_box .swiper-slide .info_box {padding:30px;}
	#company .bg_box02 .point_box .swiper-slide .info_box h6 {font-size:18px;}
	#company .bg_box02 .point_box .swiper-slide .info_box h5 {font-size:21px; margin:14px 0;}
	#company .bg_box02 .point_box .swiper-slide .info_box p {font-size:17px; line-height:25px;}
	#company .bg_box02 .point_box .swiper-pagination-bullet {width:12px; height:12px;}
	
	#franchise {padding:45px 20px;}
	#franchise ul.step_box li:nth-child(odd) {width:100%; margin:5px 0; border-radius:18px;}
	#franchise ul.step_box li:nth-child(even) {display:none; width:10%; font-size:18px;}
	#franchise ul.step_box li h6 {font-size:16px; padding:12px 20px;}
	#franchise ul.step_box li .txt {padding:20px 22px;}
	#franchise ul.step_box li .txt h5 {font-size:18px;}
	#franchise ul.step_box li .txt p {font-size:16px;margin-top:10px;}
	#franchise ul.step_box li .txt p span {font-size:15px; line-height:20px; margin-top:10px;}
	
	#franchise .img_ramen {top:2%; width:50%; max-width:360px; opacity:0.2;}
	#franchise .img_kimbob {top:48%; width:64%; max-width:360px; opacity:0.2;}
	#franchise .img_bokki {bottom:5%; width:42%; max-width:360px; opacity:0.2;}
	
	#franchise h4.prc_tit {font-size:23px;}
	#franchise .tb_info {font-size:14px; margin-bottom:10px;}
	#franchise .price_table th {font-size:16px; padding:15px 5px;}
	#franchise .price_table td {font-size:15px; padding:15px 5px; letter-spacing:-0.03em; word-break:break-all;}
	#franchise .price_table td.gray {font-size:16px; word-break:keep-all;}
	#franchise .total_price {padding:20px;}
	#franchise .total_price span {font-size:20px;}
	#franchise .total_price span:after {height:18px;}
	#franchise .total_price span b {font-size:34px;}
	#franchise ul.info_box {margin-top:20px;}
	#franchise ul.info_box li {font-size:14px; padding-left:18px;}
	
	#interior {padding:45px 0;}
	#interior ul.itr_type li:first-child {margin-bottom:25px;}
	#interior ul.itr_type li p {font-size:19px; margin-top:20px; display:block;}
	#interior ul.itr_type li p span {display:block; margin-bottom:8px; letter-spacing:-0.02em;}
	#interior ul.itr_type li p b {padding:7px 18px;}
	
	#interview {padding:45px 20px; background-size:280%;}
	#interview ul.vdo_wrap {display:block; width:95%; max-width:500px;}
	#interview ul.vdo_wrap li {width:100%; margin-bottom:28px;}
	#interview ul.vdo_wrap li:last-child {margin-bottom:0;}
	#interview ul.vdo_wrap li p.vdo_sbj {font-size:17px; margin-top:18px;}
	
	#branch {padding:45px 20px;}
	#branch .mtit_wrap .brc_search {position:relative; right:auto; bottom:auto; margin-bottom:25px;}
	#branch .mtit_wrap .brc_search a {padding:12px 30px; font-size:17px;}
	 
	#menu {margin:45px auto; padding:0 15px;}
	#menu .tabs .tabNavi {margin:0 auto 30px;}
	#menu .tabs .tabNavi li {margin:3px;}
	#menu .tabs .tabNavi li a {font-size:16px; height:54px; line-height:54px; border-radius:8px;}
	#menu .tab p.info_txt {max-width:210px; font-size:17px; margin:-15px auto 25px; padding:12px;}
	
	#sns {padding:45px 20px;}
	#sns .insta_wrap {display:block; width:95%; max-width:500px; margin:0 auto;}
	#sns .insta_wrap .view_box {width:100%;}
	#sns .insta_wrap .view_box iframe {border-radius:12px !important;}
	#sns .img_hand {top:50px; left:-10%;}
	#sns .img_heart01 {top:140px;} 
	#sns .img_heart02 {bottom:30px; width:30%; max-width:120px;}
	#sns .img_heart03 {bottom:48%; right:-2%; width:30%; max-width:120px;}
	@keyframes upmove {
	  0%   {left:0px; top:0px;}
	  100%  {left:0; top:10px;}
	}
	
	#qa {padding:45px 20px;}
	#qa .form_area {padding:28px 0 0;}
	#qa .form_area .qa_form .wd50 {width:100%; margin-bottom:20px;}
	#qa .form_area .qa_form label.form_tit {margin-bottom:10px; font-size:16px;}
	#qa .form_area .qa_form label.form_tit:before {margin-right:10px;}
	#qa .form_area .qa_form input.form_input  {height:50px; font-size:15px; border-radius:6px;}
	#qa .form_area .qa_form textarea.form_textarea {height:120px; font-size:15px; border-radius:8px;}
	#qa .form_area .qa_form .counsel_check {margin:10px 0 20px; border-radius:7px; padding:15px 12px;}
	#qa .form_area .qa_form .counsel_check label {font-size:14px;}
	#qa .form_area .qa_form .counsel_check a {top:8px; right:8px; border-radius:5px; padding:8px 15px;}
	#qa .qa_btn button, #qa .qa_btn .list_btn {width:180px; height:52px; font-size:16px; border-radius:8px;}
	#qa .qa_btn .list_btn {line-height:52px;}

}

 @media (max-width:399px){
	.mtit_wrap h3.mtit {font-size:28px; margin:9px 0 22px;}
	.mtit_wrap h4.mtit_desc {font-size:16px;}
	.mtit_wrap p.ttxt {font-size:15px; line-height:21px; margin:-8px 0 22px;}
	
	#main_visual {background-size:650px;}
	#main_visual {padding:34px 20px;}
	#main_visual .txt_box h4.mv_tit {font-size:28px;}
	#main_visual .txt_box ul.tit_info {border-left:3px solid #000;}
	#main_visual .txt_box ul.tit_info li {font-size:25px; margin-bottom:4px;}
	#main_visual .txt_box ul.tit_info li:after {height:22px;}
	#main_visual ul.gif_box {margin:35px auto 0;}
	#main_visual ul.gif_box li p {left:16px; bottom:12px; font-size:16px;}
	
	#company .bg_box01 {padding:40px 0px;}
	#company .bg_box01 .tit_box {padding:25px 35px;}
	#company .bg_box01 .tit_box h4 {font-size:34px;}
	#company .bg_box01 .tit_box h5 {font-size:43px;}
	#company .bg_box01 .tit_info p.txt1 {font-size:29px; padding:0 5px;}
	#company .bg_box01 .tit_info p.txt1:after {height:22px;}
	#company .bg_box01 .tit_info p.txt2 span {font-size:34px; padding:2px 12px;}
	
	#company .bg_box02 {padding:40px 15px;}
	#company .bg_box02 .tit_box .tit > span {font-size:17px;}
	#company .bg_box02 .tit_box .tit h4 {font-size:28px; margin-top:8px;}
	#company .bg_box02 .tit_box p.info_txt {font-size:15px; line-height:22px; margin:20px 0;}
	#company .bg_box02 .tit_box h5.logo_tit {font-size:18px;}
	#company .bg_box02 .tit_box img.line_logo {max-width:180px; margin-top:22px;}
	#company .bg_box02 .point_box h4.sd_tit {font-size:24px; letter-spacing:-0.02em; margin:30px 0 20px;}
	#company .bg_box02 .point_box .swiper_area {max-width:350px;}
	#company .bg_box02 .point_box .swiper {padding-bottom:36px !important;}
	#company .bg_box02 .point_box .swiper-slide {border-radius:18px;}
	#company .bg_box02 .point_box .swiper-slide .info_box {padding:26px;}
	#company .bg_box02 .point_box .swiper-slide .info_box h6 {font-size:17px;}
	#company .bg_box02 .point_box .swiper-slide .info_box h5 {font-size:20px; margin:13px 0;}
	#company .bg_box02 .point_box .swiper-slide .info_box p {font-size:16px; line-height:24px;}
	
	#franchise {padding:40px 15px;}
	#franchise ul.step_box li:nth-child(odd) {margin:4px 0; border-radius:16px;}
	#franchise ul.step_box li h6 {font-size:15px; padding:12px 18px;}
	#franchise ul.step_box li .txt {padding:18px 20px;}
	#franchise ul.step_box li .txt h5 {font-size:17px;}
	#franchise ul.step_box li .txt p {font-size:15px;margin-top:8px;}
	#franchise ul.step_box li .txt p span {font-size:14px; line-height:18px; margin-top:8px;}
	
	#franchise h4.prc_tit {font-size:20px;}
	#franchise .price_table th {font-size:15px; padding:12px 4px;}
	#franchise .price_table td {font-size:14px; padding:12px 4px;}
	#franchise .price_table td.gray {font-size:15px;}
	#franchise .total_price {padding:20px;}
	#franchise .total_price span {font-size:18px;}
	#franchise .total_price span:after {height:16px;}
	#franchise .total_price span b {font-size:30px;}
	
	#interior {padding:40px 0;}
	#interior ul.itr_type li:first-child {margin-bottom:20px;}
	#interior ul.itr_type li p {font-size:17px; margin-top:17px;}
	
	#interview ul.vdo_wrap li {margin-bottom:25px;}
	#interview ul.vdo_wrap li p.vdo_sbj {font-size:16px; margin-top:16px;}
	
	#branch {padding:40px 15px;}
	#branch .mtit_wrap .brc_search {margin-bottom:22px;}
	#branch .mtit_wrap .brc_search a {padding:12px 18px; font-size:16px;}
	 
	#menu {margin:40px auto; padding:0 10px;}
	#menu .tabs .tabNavi {margin:0 auto 15px;}
	#menu .tabs .tabNavi li a {font-size:15px; padding:0 30px; height:50px; line-height:50px; border-radius:8px;}
	#menu .tab p.info_txt {max-width:200px; font-size:16px; margin:-12px auto 20px; padding:10px;}
	
	#sns {padding:40px 15px;}
	#sns .img_hand {top:40px;}
	
	#qa {padding:40px 15px;}
	#qa .form_area {padding:25px 0 0;}
	#qa .form_area .qa_form label.form_tit {font-size:15px;}
	#qa .form_area .qa_form label.form_tit:before {margin-right:9px;}
	#qa .form_area .qa_form input.form_input  {height:48px;}
	#qa .form_area .qa_form textarea.form_textarea {height:100px; border-radius:7px;}
	#qa .form_area .qa_form .counsel_check {padding:12px 10px; border-radius:6px;}
	#qa .form_area .qa_form .counsel_check label {font-size:13px; letter-spacing:-0.03em;}
	#qa .form_area .qa_form .counsel_check a {top:6px; right:5px; font-size:12px; padding:8px 12px;}
	#qa .qa_btn button, #qa .qa_btn .list_btn {width:170px; height:50px; font-size:15px; border-radius:7px;}
	#qa .qa_btn .list_btn {line-height:50px;}
	 
}
 
 
/* 서브 레이아웃 */
.cl_yellow {color:#fff948 !important;}
.cl_green {color:#6cbb45 !important;}
.cl_orange {color:#ff6917 !important;}

.mt120 {margin-top:120px !important;}

.ctt_guide {padding:45px; font-size:16px; line-height:26px; color:#222; border-radius:20px; background:#f8f8f8;}
.ctt_guide b {font-weight:500;}


@media (max-width: 1189px){
	.mt120 {margin-top:100px !important;}
}
@media (max-width: 969px){
	.mt120 {margin-top:80px !important;}
	
	.ctt_guide {padding:35px; font-size:15px; line-height:24px; border-radius:15px;}
}
@media (max-width:639px){
	.mt120 {margin-top:50px !important;}
	
	.ctt_guide {padding:25px; font-size:14px; line-height:22px; border-radius:12px;}
}
 @media (max-width:399px){
	 .mt120 {margin-top:40px !important;}
 }
 

/* 하단 레이아웃 */
#ft_cs {width:100%; padding:30px 0; background:#151515;}
#ft_cs .inner {max-width:1400px; margin:0 auto; display:flex; justify-content:space-between; align-items:center;}
#ft_cs .tel_box {width:70%; max-width:820px; display:flex; justify-content:space-between; align-items:center;}
#ft_cs .tel_box .txt {padding-top:15px; border-top:4px solid #fff;}
#ft_cs .tel_box .txt p {font-size:25px; color:#fff;}
#ft_cs .tel_box .txt p b {display:block; margin-bottom:7px;}
#ft_cs .tel_box img {width:90px;}
#ft_cs .tel_box .csnb {}
#ft_cs .tel_box .csnb h5 {font-size:25px; color:#fff; animation:blink_ment 1.5s step-end infinite;}
	@keyframes blink_ment { 
		50% {color:#151515;}
	}
#ft_cs .tel_box .csnb a {font-size:56px; font-weight:800; color:#fff948;}
#ft_cs ul.sns_box {width:25%; max-width:340px; display:flex; justify-content:space-between;}
#ft_cs ul.sns_box li {width:23%; max-width:70px; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ft_cs ul.sns_box li a {}
#ft_cs ul.sns_box li img {transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ft_cs ul.sns_box li:hover img {transform:rotate(12deg);}

@media (max-width: 1399px){
	#ft_cs {padding:30px 20px;}	
}
@media (max-width: 1199px){
	#ft_cs {padding:30px 20px;}
	#ft_cs .tel_box {justify-content:flex-start;}
	#ft_cs .tel_box .txt {margin-right:10%;}
	#ft_cs .tel_box .txt p {font-size:24px;}
	#ft_cs .tel_box img {display:none; width:80px;}
	#ft_cs .tel_box .csnb h5 {font-size:24px;}
	#ft_cs .tel_box .csnb a {font-size:50px;}		
}
@media (max-width: 969px){
	#ft_cs {padding:0;}
	#ft_cs .inner {display:block;}
	#ft_cs .tel_box {padding:25px 20px; width:100%; max-width:100%; justify-content:space-between;}
	#ft_cs .tel_box .txt {padding-top:14px; margin:0; border-top:3px solid #fff;}
	#ft_cs .tel_box .txt p {font-size:22px;}
	#ft_cs .tel_box .txt p b {margin-bottom:7px;}
	#ft_cs .tel_box .csnb {text-align:right;}
	#ft_cs .tel_box .csnb h5 {font-size:21px;}
	#ft_cs .tel_box .csnb a {font-size:45px;}
	#ft_cs ul.sns_box {padding:20px; width:100%; max-width:100%; display:flex; justify-content:flex-end; align-items:center; background:#222;}
	#ft_cs ul.sns_box li {width:auto; margin-left:7px;max-width:50px;}
}

@media (max-width:639px){
	#ft_cs {position:relative;}
	#ft_cs .tel_box {display:block; padding:25px 20px;}
	#ft_cs .tel_box .txt {padding-top:0; border-top:0;}
	#ft_cs .tel_box .txt p {font-size:17px; color:#aaa;}
	#ft_cs .tel_box .txt p b {margin-bottom:4px;}
	#ft_cs .tel_box .csnb {text-align:left; margin-top:20px;}
	#ft_cs .tel_box .csnb h5 {font-size:18px; margin-bottom:8px;}
	#ft_cs .tel_box .csnb a {font-size:32px; line-height:38px; letter-spacing:-0.02em;}
	#ft_cs ul.sns_box {position:absolute; top:25px;right:20px;  width:auto; max-width:100px; padding:0; flex-wrap:wrap; background:none;}
	#ft_cs ul.sns_box li {width:45%; margin:2.5%; max-width:45px;}
	#ft_cs ul.sns_box li:hover img {transform:rotate(0deg);}
	
	#mb_tel {display:flex;}
}

@media (max-width:399px){
	#ft_cs .tel_box {padding:20px 15px;}
	#ft_cs .tel_box .txt p {font-size:15px;}
	#ft_cs .tel_box .txt p b {margin-bottom:3px;}
	#ft_cs .tel_box .csnb {margin-top:15px;}
	#ft_cs .tel_box .csnb h5 {font-size:16px; margin-bottom:8px;}
	#ft_cs .tel_box .csnb a {font-size:30px; line-height:36px;}
	#ft_cs ul.sns_box {top:20px; right:15px; max-width:90px;}
	#ft_cs ul.sns_box li {max-width:40px;}
}

#quick {position:fixed; top:140px; right:40px; max-width:100px; z-index:99;}
#quick > div, #quick > ul {width:100%; text-align:center; border-radius:15px;}
#quick .q_tel {padding:10px 0; background:#ff6816;}
#quick .q_tel h5 {display:inline-block; padding:3px 6px; font-size:14px; font-weight:600; color:#fff; animation:blink_cs 1.5s step-end infinite; border-radius:5px; color:#ee3800; background:#fff;}
	@keyframes blink_cs { 
		50% {background:#ee3800; color:#fff;}
	}
#quick .q_tel h5 i {font-size:0.9em;}
#quick .q_tel p {font-size:24px; line-height:28px; margin-top:5px; color:#fff948; font-weight:800;}
#quick .q_qa {margin:5px 0; background:#6cbb45; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#quick .q_qa:hover {background:#6fc445;}
#quick .q_qa a {display:block; padding:14px 0 13px;}
#quick .q_qa img {width:44px;}
#quick .q_qa p {font-size:15px; margin-top:8px; color:#fff; font-weight:500;}
#quick .q_sns {padding:5px; display:flex; flex-wrap:wrap; background:#222;}
#quick .q_sns li {width:46%; margin:2%;}
#quick .q_sns li img {transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#quick .q_sns li:hover img {filter:brightness(120%);}

@media (max-width:1399px){
	#quick {top:120px; right:20px;}
}
@media (max-width:969px){
	#quick {top:100px; max-width:85px;}
	#quick > div, #quick > ul {border-radius:12px;}
	#quick .q_tel {padding:6px 0 8px;}
	#quick .q_tel h5 {font-size:13px; padding:2px 5px;}
	#quick .q_tel p {font-size:21px; line-height:24px; margin-top:4px;}
	#quick .q_qa {margin:4px 0;}
	#quick .q_qa a {padding:11px 0;}
	#quick .q_qa img {width:40px;}
	#quick .q_qa p {font-size:13px; margin-top:7px; color:#fff; font-weight:500;}
	#quick .q_sns {padding:3px; display:flex; flex-wrap:wrap; background:#222;}
	#quick .q_sns li {width:46%; margin:2%;}
}
@media (max-width:639px){
	#quick {display:none;}
}

#mb_tel {display:none; width:100%; position:fixed; bottom:0; left:0; z-index:99;}
#mb_tel li {width:50%;}
#mb_tel li a {display:block; line-height:45px; font-size:15px; text-align:center; color:#fff;}
#mb_tel li a i {font-size:0.92em; margin-right:2px;}
#mb_tel li:first-child {background:#ff6816;}
#mb_tel li:nth-child(2) {background:#6cbb45;}

@media (max-width:639px){	
	#mb_tel {display:flex;}
}
@media (max-width:399px){	
	#mb_tel li a {font-size:14px;}
}

#ft {width:100%;}
#ft .inner {max-width:1400px; margin:0 auto;}
#ft .ft_copy {width:100%; border-top:1px solid #ddd;}
#ft .ft_copy .inner {height:80px; display:flex; justify-content:space-between; align-items:center;}
#ft .ft_copy .ft_link {display:flex; align-items:center;}
#ft .ft_copy .ft_link li {margin-right:24px;}
#ft .ft_copy .ft_link li:last-child {margin-right:0;}
#ft .ft_copy .ft_link li a {font-size:15px; color:#777; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ft .ft_copy .ft_link li a:hover {color:#555;}
#ft .ft_copy p.copy {font-size:16px; color:#888; cursor:pointer;}

#ft .ft_info {padding:40px 0; border-top:1px solid #ddd;}
#ft .ft_info .inner {display:flex; align-items:center;}
#ft .ft_info p.ft_logo {width:40%; max-width:200px;}
#ft .ft_info p.ft_logo img {}
#ft .ft_info .copy_info {width:100%; margin-left:5%; font-size:16px; line-height:35px; color:#777; word-break:keep-all;}
#ft .ft_info .copy_info span {display:inline-block; margin-right:40px;}

#top_btn {position:fixed;bottom:15px;right:15px;width:50px; height:50px; text-align:center;border-radius:7px; color:#fff; background:rgba(0,0,0,0.8); border:0; z-index:999;
opacity:0; transition:all 0.25s; -webkit-transition:all 0.25s; -moz-transition:all 0.25s; -o-transition:all 0.25s;}
#top_btn.show {opacity: 1;}


@media (max-width: 1399px){
	#ft .inner {padding:0 20px;}	
}
@media (max-width: 969px){
	#ft .inner {padding:0 15px;}
	#ft .ft_copy .inner {height:70px;}
	#ft .ft_copy .ft_link li {margin-right:15px;}
	#ft .ft_copy .ft_link li a {font-size:14px;}
	#ft .ft_copy p.copy {font-size:15px;}
	
	#ft .ft_info {padding:30px 0;}
	#ft .ft_info .inner {display:block;}
	#ft .ft_info p.ft_logo {width:100%; max-width:165px;}
	#ft .ft_info .copy_info {margin:25px 0 0; font-size:15px; line-height:30px;}
	#ft .ft_info .copy_info span {margin-right:30px;}

}

@media (max-width:639px){	
	#ft {padding-bottom:45px;}
	#ft .inner {padding:0 10px;}
	#ft .ft_copy .inner {height:auto; padding:0; display:block;}
	#ft .ft_copy .ft_link {position:relative; height:45px; padding:0 10px;}
	#ft .ft_copy .ft_link li {margin-right:12px;}
	#ft .ft_copy .ft_link li:last-child {position:absolute; right:10px;}
	#ft .ft_copy .ft_link li a {font-size:13px;}
	#ft .ft_copy p.copy {font-size:14px; padding:12px 10px; display:flex; justify-content:space-between; align-items:center; background:#f8f8f8; border-top:1px solid #f1f1f1;}
	
	#ft .ft_info {padding:22px 0;}
	#ft .ft_info p.ft_logo {max-width:150px;}
	#ft .ft_info .copy_info {margin:18px 0 0; font-size:14px; line-height:23px;}
	#ft .ft_info .copy_info span {margin-right:25px;}

	#top_btn {bottom:55px;right:10px;width:45px; height:45px;}

}

@media (max-width:399px){
	#ft .ft_copy p.copy {font-size:13px;}
	#ft .ft_info p.ft_logo {max-width:140px;}
	#ft .ft_info .copy_info {font-size:13px; line-height:22px;}

}



/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:4px;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 #555;border-color:#555;
-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; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
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 {border:0;background:#f1592a;border:1px solid #f1592a;color:#fff;cursor:pointer}
.btn_submit:hover{background:#fb5420; border-color:#fb5420;}
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}
 @media (max-width: 639px){	
 	.btn {font-size:0.85em; padding:0 12px;}
 }
 @media (max-width: 399px){	
 	.btn {font-size:0.8em; padding:0 11px;}
 }
/* 게시판용 버튼 */
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:#e7e7e7;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#f1592a;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#fb5420}
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:0px}
.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:10px;height:40px;}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border:1px solid #f9bb95}
.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}

/* 필수입력 */
.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:#6cbb45;}

/* 사이드뷰 */
.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;}
