@charset "utf-8";
@import url('font.css');

:root {
	--main-color:#ce4040;
}

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:1em;height:100%;font-family:'Pretendard', 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:'Pretendard', 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:'Pretendard', 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:#333; appearance:checkbox;}
input[type=radio] {accent-color:#333; appearance:radio;}

::selection {background:#555; color:#fff;}

/* 팝업레이어 */
#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; font-size:13px;}

@media (max-width:639px){
	.hd_pops_con {width:100% !important; height:auto !important;}
	.hd_pops {position:absolute; left:0 !important; top:60px !important;  margin:5px;}
	.hd_pops_footer button {font-size:12px;}
	
 }
 
/* 팝업레이어 */
#pop_wrap {position:absolute; top:0; left:0; width:100%; height:100vh; background:rgba(0,0,0,0.6); display:flex; align-items:center; flex-wrap:wrap; z-index:9999; display:none;}
#pop_wrap .pop_icon {position:absolute; top:0; width:100%;}
#pop_wrap .pop_icon .inner {height:40px; display:flex; align-items:center; justify-content:flex-end;}
#pop_wrap .pop_icon .inner a {position:relative;}
#pop_wrap .pop_icon .inner a img {width:22px; margin-right:15px;}
#pop_wrap .pop_icon .inner a span.cnt {position:absolute; right:0; bottom:0; display:inline-block; width:20px; line-height:20px; text-align:center; font-size:13px; color:#fff; border-radius:50%; background:#ff7800;}
#pop_wrap .pop_inner {width:90%; max-width:1160px; margin:0 auto; overflow:hidden;}
#pop_wrap .pop_inner h4.ptit {font-size:40px; margin-bottom:3%; font-weight:600; color:#fff; text-align:center;}
#pop_wrap .swiper {width:100%; height:100%;}
#pop_wrap .swiper-slide {text-align:center; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center;
justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
#pop_wrap .swiper-slide img {display:block; width:100%; height:100%; object-fit:cover;}
#pop_wrap .swiper-button-next, #pop_wrap .swiper-button-prev {top:auto; bottom:6%; font-size:19px; font-weight:600; color:#ababab !important; z-index:99; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#pop_wrap .swiper-button-next:hover, #pop_wrap .swiper-button-prev:hover {color:#fff !important;}
#pop_wrap .swiper-pagination {position:relative; margin:2% 0 3%;}
#pop_wrap .swiper-pagination-bullet {width:12px !important; height:12px !important; margin:0 3px; background:none; border:1px solid #fff; opacity:1;}
#pop_wrap .swiper-pagination-bullet-active {background:#fff !important;}
#pop_wrap .swiper-horizontal>.swiper-pagination-bullets, #pop_wrap .swiper-pagination-bullets.swiper-pagination-horizontal, .eqm .swiper-pagination-custom, .swiper-pagination-fraction {bottom:0 !important;}
#pop_wrap .btn_gr {display:flex; justify-content:center; align-items:center;}
#pop_wrap .btn_gr p.total {font-size:16px; height:45px; padding:0 20px; color:#fff; border-radius:8px; background:#000; display:flex; align-items:center; justify-content:center;}
#pop_wrap .btn_gr p.total img {width:18px; margin-right:10px;}
#pop_wrap .btn_gr p.total b {color:var(--main-color); margin-left:5px;}
#pop_wrap .btn_gr button.close {font-size:16px; height:45px; padding:0 20px; margin-left:10px; color:#fff; border-radius:8px; background:#000; border:none;}
 
@media (max-width: 1199px){
	#pop_wrap .pop_icon .inner a img {width:20px;}
	#pop_wrap .swiper-button-next, #pop_wrap .swiper-button-prev {font-size:18px;}
	#pop_wrap .swiper-pagination {margin:2% 0 3%;}
	#pop_wrap .btn_gr p.total {font-size:15px;}
	#pop_wrap .btn_gr p.total img {width:16px; margin-right:8px;}
	#pop_wrap .btn_gr button.close {font-size:15px; margin-left:8px;}
	
}

@media (max-width:969px){
	#pop_wrap .pop_icon .inner {height:35px;}
	#pop_wrap .pop_icon .inner a img {width:18px; margin-right:12px;}
	#pop_wrap .pop_icon .inner a span.cnt {width:18px; line-height:18px; font-size:12px;}
	#pop_wrap .pop_inner h4.ptit {font-size:35px; margin-bottom:20px;}
	#pop_wrap .swiper-button-next, #pop_wrap .swiper-button-prev {bottom:4.5%; font-size:17px;}
	#pop_wrap .swiper-pagination {margin:20px 0 25px;}
	#pop_wrap .btn_gr p.total {font-size:14px; height:42px; padding:0 18px;}
	#pop_wrap .btn_gr p.total img {width:15px; margin-right:6px;}
	#pop_wrap .btn_gr button.close {font-size:14px; height:42px; padding:0 18px; margin-left:6px;}
	
}

@media (max-width:799px){
	#pop_wrap .swiper-slide img {width:90%; max-width:320px;}
	
}

@media (max-width:639px){
	#pop_wrap .pop_icon .inner {height:34px;}
	#pop_wrap .pop_inner h4.ptit {font-size:28px; margin-bottom:16px;}
	#pop_wrap .swiper-button-next, #pop_wrap .swiper-button-prev {bottom:4%; font-size:16px;}
	#pop_wrap .swiper-pagination {margin:12px 0 18px;}
	#pop_wrap .btn_gr p.total {font-size:13px; height:40px; padding:0 15px; border-radius:6px;}
	#pop_wrap .btn_gr p.total img {display:none;}
	#pop_wrap .btn_gr button.close {font-size:13px; height:40px; padding:0 15px; margin-left:3px; border-radius:6px;}
	
}

@media (max-width:399px){
	#pop_wrap .pop_inner h4.ptit {font-size:25px;  margin-bottom:14px;}
	#pop_wrap .swiper-button-next, #pop_wrap .swiper-button-prev {font-size:15px;}
	#pop_wrap .swiper-pagination {margin:10px 0 15px;}
	#pop_wrap .btn_gr {flex-wrap:wrap;}
	#pop_wrap .btn_gr p.total {width:49%; font-size:12px; height:36px;}
	#pop_wrap .btn_gr button.close {width:50%; font-size:12px; height:36px; margin-left:1%;}
	#pop_wrap .btn_gr button.close.today {width:100%; margin:1% 0 0;}
	
} 
 
/* 상단 레이아웃 */
#hd {background:#fff;width:100%;z-index:999;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd.scroll {position:fixed; top:0; border-bottom:1px solid #f1f1f1;}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#tnb {width:100%; border-bottom:1px solid #f1f1f1; background:#f8f8f8;}
#tnb .inner {width:96%; height:40px; margin:0 auto; display:flex; justify-content:space-between; align-items:center;}
#tnb ul.lbtn {display:flex; align-items:center;}
#tnb ul.lbtn li {}
#tnb ul.lbtn li:after {content:'|'; font-size:0.8em; margin:0 7px; color:#ccc;}
#tnb ul.lbtn li:last-child:after {display:none;}
#tnb ul.lbtn li a {font-size:14px; color:#777; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#tnb ul.lbtn li a:hover {color:#444;}
#tnb ul.lbtn .lang img{width: 35px; border-radius: 5px; border: 1.5px solid #ddd}
#tnb ul.lbtn .lang img:hover {opacity: 0.6;}
#tnb .pop_icon {position:relative; padding-right:15px;}
#tnb .pop_icon img {width:22px; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#tnb .pop_icon:hover img {transform:rotate(15deg);}
#tnb .pop_icon span.cnt {position:absolute; right:0; bottom:0; display:inline-block; width:20px; line-height:20px; text-align:center; font-size:13px; color:#fff; border-radius:50%; background:#ff7800;}

#tnb .right{display: flex;;}
#tnb ul.sns_icon{display: flex; position: relative; margin-right: 15px;}
#tnb ul.sns_icon img{width:26px}
#tnb ul.sns_icon li:nth-child(2){margin: 0 5px;}
#tnb ul.sns_icon li:hover img {transform:rotate(15deg);}

#hd_wrapper {margin:0 auto;width:96%; height:100px; display:flex; align-items:center; justify-content:space-between;}

#logo {width:28%; display:flex; align-items:center;}
#logo img {width:100%;}
#logo a {display:inline-block;}
#logo a.logo {max-width:250px;}
#logo a.logo_wow {max-width:100px; margin-left:20px;}

@media (max-width: 1199px){
	#tnb .pop_icon img {width:20px;}
	#logo {width:100%;}
	
}
@media (max-width: 969px){
	#tnb .inner {height:35px;}
	#tnb ul.lbtn li a {font-size:13px;}
	#tnb .pop_icon {padding-right:12px;}
	#tnb .pop_icon img {width:18px;}
	#tnb .pop_icon span.cnt {width:18px; line-height:18px; font-size:12px;}
	#hd_wrapper {height:80px;}
	#logo a.logo {max-width:230px;}	
	#logo a.logo_wow {max-width:82px;}
}

@media (max-width:639px){
	#tnb .inner {height:34px;}
	#tnb .inner {width:100%; padding:0 10px;}
	#hd_wrapper {width:100%; padding:0 10px; height:75px;}
	#logo a.logo {max-width:210px;}	
	#logo a.logo_wow {max-width:70px; margin-left:15px;}
 }
 
@media (max-width:399px){
	#tnb ul.lbtn li a {font-size:12px;}
	#hd_wrapper {height:70px;}
	#logo a.logo {max-width:195px;}	
	#logo a.logo_wow {max-width:62px; margin-left:10px;}
 }
 
/* 메인메뉴 */
#gnb {position:relative; width:52%; max-width:1000px;}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb #gnb_1dul {font-size:21px; display:flex; zoom:1;}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {height:100px; line-height:100px;padding:0;width:33.333%; text-align:center;position:relative;}
.gnb_1dli .bg {display:inline-block;height:10px;overflow:hidden;text-indent:-999px}
.gnb_1dli{border-bottom-style:solid; border-bottom-color:#fff; border-bottom-width:0px;
-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:before{content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:0px; height:1px; width:0%; border-bottom:3px solid var(--main-color);
-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 var(--main-color);
-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:last-child {display:none;}

.gnb_1da {display:inline-block;font-weight:500;color:#000;text-decoration:none;width:100%}
.gnb_2dli {margin:10px 0;}
.gnb_2dul {display:none;position:absolute; top:100px;min-width:150px; background:#fff;}
.gnb_2da {display:block;line-height:25px; font-size:18px; color:#333;text-align:center;text-decoration:none; -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_2da:focus, .gnb_2da:hover {color:#000;}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2em;color:#444}
.gnb_wrap .gnb_empty a{color:#444;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a{color:#555}

#all_cate {position:absolute;width:100%;z-index:99;top:140px;height:0px;background-color:rgba(255,255,255,1);display:none; border-top:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7;}
#all_cate div {position:relative;}
.cate_2dul{display:none;position:absolute;top:100px;left:0;width:100%;overflow:hidden;z-index:9999; padding:5px 0; color:#fff;}
 
/* 메뉴2 */
#gnb_open {display:none; width:30px; height:30px; border:0; background:#fff;} 

#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:15px;right:5px;width:50px;height:50px;border:0;background:none;color:#111; font-size:20px;}
#gnb2 .gnb_top {}
#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-top:65px;}
#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 25px; display:block;color:#000; font-size:18px; line-height:50px; cursor:pointer;}
#gnb2_1dul .gnb2_2dul {display:none; padding:0 0 10px;}
#gnb2_1dul .gnb2_2da {color:#333; font-size:16px;padding:0 30px;font-weight:normal;white-space:nowrap;line-height:35px; display:block;}
#gnb2_1dul .gnb2_1dli:last-child {display:none;}

@media (max-width:1399px){	
	#gnb #gnb_1dul {font-size:20px;}
	.gnb_2da {font-size:17px;}
 }
 
@media (max-width:1199px){
    #gnb {display:none;}
	#gnb_open {display:inline-block;}
 }

@media (max-width:639px){
	#gnb2 .btn_close {top:5px; right:0;}
	#gnb2_1dul {margin-top:55px;}
	#gnb2_1dul .gnb2_1da {font-size:17px; line-height:45px; font-weight:500; }
	#gnb2_1dul .gnb2_2da {font-size:16px;line-height:30px;}
 }
 
@media (max-width:399px){
	#gnb2_1dul .gnb2_1da {font-size:16px;}
	#gnb2_1dul .gnb2_2da {font-size:15px;line-height:28px;}
 }

/* 상단검색 */
#hd_wrapper .rwrap {width:20%; display:flex; justify-content:flex-end;}
.hd_sch_wr {/*max-width:220px;*/}
.sch_btn {display:none; width:30px; line-height:30px; font-size:20px; color:var(--main-color); text-align:center;}

#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {display:flex; align-items:center; border-radius:30px;overflow:hidden; width:100%; max-width:220px; height:45px; border-radius:30px; border:1px solid #ddd;}
#hd_sch #sch_stx {width:80%; height:45px; font-size:16px; border:0;padding-left:15px;background:#fff; color:#111;}
#hd_sch #sch_stx:focus {outline:none;}
#hd_sch #sch_submit {width:16%; text-align:center; border:0;background:none;color:var(--main-color);border-radius:30px;cursor:pointer;font-size:18px;}

@media (max-width:1199px){	
	.hd_sch_wr {margin-right:12px;}
	.sch_btn {display:inline-block;}
	#hd_sch {display:none;}
 }
@media (max-width:969px){	
	.hd_sch_wr {margin-right:10px;}
 }
 
@media (max-width:639px){	
	.hd_sch_wr {margin-right:8px;}
 } 
 
/* 20250218 인기검색어 추가 */
#tags {padding:15px; display:flex; flex-wrap:wrap; border:1px solid #ececec; border-bottom:0;}
	#tags.mtags {padding:0; margin:0; border:none;}
#tags h4.tags_tit {min-width:100px; font-size:17px; line-height:28px;}
#tags .tags_list {display:flex; flex-wrap:wrap;}
#tags .tags_list a {margin-right:10px; font-size:17px; line-height:28px;}
#tags .tags_list a i {font-size:0.85em; color:#999;}
	#tags.mtags .tags_list {width:100%; margin-top:7px; /*overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; word-wrap:break-word; height:20px;  line-height:20px;*/}
	#tags.mtags .tags_list a {margin-right:5px; font-size:15px; line-height:20px; letter-spacing:-0.03em;}
	#tags.mtags .tags_list a:last-child {margin:0;}
	#tags.mtags .tags_list a i {font-size:0.85em; color:#999;}

@media (max-width:1199px){
	#tags.mtags .tags_list {display:none;}
}
@media (max-width:969px){
	#tags {padding:15px;}
	#tags h4.tags_tit {min-width:90px;}
	#tags .tags_list a {font-size:16px;line-height:25px;}
}

@media (max-width:639px){
	#tags {padding:0; margin-bottom:20px; border:none; display:block;}
	#tags h4.tags_tit {min-width:auto; font-size:16px; line-height:25px; margin-bottom:4px;}
}

@media (max-width:399px){
	#tags h4.tags_tit {font-size:15px; line-height:24px;}
	#tags .tags_list a {font-size:15px;line-height:24px;}
}

 
 
/* 애니메이션 */
@keyframes bg-eng {
  0% {background-size:auto 120%;}
  100% {background-size:auto 110%; }
}

@keyframes roti {
  0% {transform:rotate(0deg);}
  100% {transform:rotate(360deg);}
}
 
 
/* 중간 레이아웃 */ 
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#container {position:relative; min-height:300px; width:96%; max-width:1400px; margin:80px auto 120px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}

#container_title {font-weight:700; color:#fff; text-align:center; padding:90px 0; font-size:52px; background:url('/images/sv.jpg') center center no-repeat; background-size:cover;}
 
.inner {width:96%; max-width:1400px; margin:0 auto;}


@media (max-width: 1199px){
	#container_title {padding:80px 0; font-size:50px;}
}
@media (max-width: 969px){
	#container_title {padding:65px 0; font-size:38px;}
	#container {margin:50px auto 80px;}
}
@media (max-width:639px){
	#container_title {padding:38px 20px; font-size:28px;}
	#container {width:100%; padding:0 10px; margin:30px auto 40px;}
	.inner {width:100%; padding:0 10px;}
}
@media (max-width:399px){
	#container_title {padding:24px 20x; font-size:25px;}
	#container {margin:25px auto 35px;}
}


 
/* 메인 레이아웃 */
h3.mtit {font-size:40px; font-weight:600;}

/*#main_visual {width:100%; height:780px; display:flex; align-items:center; background:url('/images/main_visual.jpg') center center no-repeat; background-size:cover; animation:bg-eng 3s ease-out both;}
#main_visual .txt {width:90%; margin:0 auto; color:#fff;}
#main_visual .txt h4 {font-size:42px; line-height:60px; font-weight:500;}
#main_visual .txt h3 {font-size:68px; margin:40px 0 60px; font-weight:800;}
#main_visual .txt p {font-size:22px; word-break:keep-all;}*/
#main_visual {position:relative;}
#main_visual .txt_wrap {position:absolute; left:0; top:0; z-index:90; width:100%; height:100%; display:flex; align-items:center; background:rgba(0,0,0,0.4)}
#main_visual .txt_wrap .txt {width:90%; margin:0 auto; color:#fff;}
#main_visual .txt_wrap .txt h4 {font-size:42px; line-height:60px; font-weight:500;}
#main_visual .txt_wrap .txt h3 {font-size:68px; margin:40px 0 60px; font-weight:800;}
#main_visual .txt_wrap .txt p {font-size:22px; word-break:keep-all;}

#section01 {position:relative; padding:120px 0; overflow:hidden;}
#section01 h3.mtit {text-align:center;}
#section01 img.dgrm01 {position:absolute; left:-4%; bottom:-70px; width:420px; animation:roti 30s linear infinite; z-index:-1;}
#section01 img.dgrm02 {position:absolute; right:5%; top:-70px; width:245px; animation:roti 30s linear infinite; z-index:-1;}
#section01 ul.bd_tab {margin:50px 0; display:flex; flex-wrap:wrap; justify-content:center;}
#section01 ul.bd_tab li {margin:4px;}
#section01 ul.bd_tab li a {display:inline-block; padding:15px 40px; font-size:20px; letter-spacing:-0.02em; font-weight:300; color:#434343; border-radius:12px; border:1px solid #ddd; background:#f8f8f8; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section01 ul.bd_tab li.on a {background:var(--main-color); color:#fff !important;}
#section01 ul.bd_tab li a:hover {color:var(--main-color);}

#section01 p.ptit{font-size:26px; color: #8c8c8c; padding-top: 25px;text-align:center;}
#section01 .link_bx{display: flex; flex-wrap: wrap;; align-items: stretch; justify-content: space-between; margin-top: 50px;}
#section01 .link_bx a{width: 24%;background: #fff; border-radius: 20px; padding: 40px; border: 1px solid #e5e5e5; text-align: center; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section01 .link_bx a h4{font-size:21px; font-weight: 700; margin-top: 15px;}
#section01 .link_bx a:hover{border-color: var(--main-color);}
#section01 .link_bx a:hover h4{color: var(--main-color);}

#section02 {padding:120px 0; background:#f8f8f8;}
#section02 .tit_wrap {display:flex; justify-content:space-between; align-items:center;}
#section02 .tit_wrap ul.sns_icon {display:flex;}
#section02 .tit_wrap ul.sns_icon li {margin-left:6px;}
#section02 .tit_wrap ul.sns_icon li img {width:65px; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#section02 .tit_wrap ul.sns_icon li:hover img {transform:rotate(20deg);}

#section03 {padding:120px 0;}

#section04 {padding:80px 0; background:#f1f1f1;}




@media (max-width: 1199px){
	/*#main_visual {height:650px;}
	#main_visual .txt h4 {font-size:40px; line-height:56px;}
	#main_visual .txt h3 {font-size:65px;}
	#main_visual .txt p {font-size:21px;}*/
	#main_visual .txt_wrap .txt h4 {font-size:40px; line-height:56px;}
	#main_visual .txt_wrap .txt h3 {font-size:65px;}
	#main_visual .txt_wrap .txt p {font-size:21px;}	
	
	#section01 ul.bd_tab li a {padding:15px 30px; font-size:19px;}
	
	#section04 {padding:60px 0;}
}

@media (max-width:969px){
	h3.mtit {font-size:35px;}
	
	/*#main_visual {height:480px;}
	#main_visual .txt h4 {font-size:30px; line-height:42px;}
	#main_visual .txt h3 {font-size:50px; margin:30px 0 50px;}
	#main_visual .txt p {font-size:19px; line-height:28px;}*/
	#main_visual .txt_wrap .txt h4 {font-size:30px; line-height:42px;}
	#main_visual .txt_wrap .txt h3 {font-size:50px; margin:30px 0 50px;}
	#main_visual .txt_wrap .txt p {font-size:19px; line-height:28px;}
	
	#section01 {padding:80px 0;}
	#section01 img.dgrm01 {left:-4%; bottom:-70px; width:350px;}
	#section01 img.dgrm02 {right:-2%; top:-70px; width:200px;}
	#section01 ul.bd_tab {margin:30px 0;}
	#section01 ul.bd_tab li {margin:3px;}
	#section01 ul.bd_tab li a {padding:13px 25px; font-size:17px; border-radius:10px;}

	#section01 p.ptit{font-size:22px; padding-top: 15px;}
	#section01 .link_bx{ margin-top: 30px;}
	#section01 .link_bx a{width: 49%; border-radius: 15px; padding: 30px;margin-bottom: 10px; }
	#section01 .link_bx a img{width: 80px;}
	#section01 .link_bx a h4{font-size:18px;  margin-top: 10px;}

	
	#section02 {padding:80px 0;}
	#section02 .tit_wrap ul.sns_icon li img {width:54px;}
	
	#section03 {padding:80px 0;}
	
	#section04 {padding:50px 0;}
	
}

@media (max-width:639px){
	h3.mtit {font-size:28px; letter-spacing:-0.02em;}
	
	/*#main_visual {height:360px;}
	#main_visual .txt h4 {font-size:20px; line-height:30px;}
	#main_visual .txt h3 {font-size:38px; margin:20px 0 30px; letter-spacing:-0.02em;}
	#main_visual .txt p {font-size:15px; line-height:20px;}*/
	#main_visual .txt_wrap .txt h4 {font-size:20px; line-height:30px;}
	#main_visual .txt_wrap .txt h3 {font-size:38px; margin:20px 0 30px; letter-spacing:-0.02em;}
	#main_visual .txt_wrap .txt p {font-size:15px; line-height:20px;}
	
	#section01 {padding:50px 0;}
	#section01 img.dgrm01 {bottom:-40px; width:240px;}
	#section01 img.dgrm02 {top:-50px; width:160px;}
	#section01 ul.bd_tab {margin:20px 0;}
	#section01 ul.bd_tab li {margin:2px;}
	#section01 ul.bd_tab li a {padding:12px 22px; font-size:15px; border-radius:8px;}

	#section01 p.ptit{font-size:18px; padding-top: 10px;}
	#section01 .link_bx{ margin-top: 30px;}
	#section01 .link_bx a{width: 49%; border-radius: 15px; padding: 20px;margin-bottom: 10px; }
	#section01 .link_bx a img{width: 60px;}
	#section01 .link_bx a h4{font-size:16px;  margin-top: 5px;}
	
	#section02 {padding:50px 0;}
	#section02 .tit_wrap ul.sns_icon li {margin-left:5px;}
	#section02 .tit_wrap ul.sns_icon li img {width:45px;}
	
	#section03 {padding:50px 0;}
	
	#section04 {padding:30px 0;}
	
}

@media (max-width:399px){
	h3.mtit {font-size:25px;}
	
	/*#main_visual {height:320px;}
	#main_visual .txt h4 {font-size:18px; line-height:26px;}
	#main_visual .txt h3 {font-size:30px; margin:15px 0 25px;}
	#main_visual .txt p {font-size:14px; line-height:19px;}*/
	#main_visual .txt_wrap .txt h4 {font-size:18px; line-height:26px;}
	#main_visual .txt_wrap .txt h3 {font-size:30px; margin:15px 0 25px;}
	#main_visual .txt_wrap .txt p {font-size:14px; line-height:19px;}
	
	#section01 {padding:45px 0;}
	#section01 img.dgrm01 {width:210px;}
	#section01 img.dgrm02 {width:140px;}
	#section01 ul.bd_tab li a {padding:10px 20px; font-size:14px; border-radius:7px;}

	#section01 p.ptit{font-size:16px; padding-top: 10px;}
	#section01 .link_bx{ margin-top: 20px;}
	#section01 .link_bx a{width: 100%;  }
	#section01 .link_bx a img{width: 60px;}
	#section01 .link_bx a h4{font-size:14px;  margin-top: 5px;}
	
	#section02 {padding:45px 0;}
	#section02 .tit_wrap ul.sns_icon li {margin-left:4px;}
	#section02 .tit_wrap ul.sns_icon li img {width:40px;}
	
	#section03 {padding:45px 0;}
	
	#section04 {padding:25px 0;}
	
}

/* 서브 레이아웃 */
#mb_navi {display:none; width:100%; height:46px; background:var(--main-color);}
#mb_navi section {width:100%; margin:0 auto;}

 @media (max-width:969px){
	 #mb_navi {display:block;}
 }
  @media (max-width:639px){
	 #mb_navi {height:42px;}
 }

  @media (max-width:399px){
	 #mb_navi {height:40px;}
 }


.mt40 {margin-top:40px;}
.mt60 {margin-top:60px;}
.mt90 {margin-top:90px;}
.mt120 {margin-top:120px;}

.cl_red {color:var(--main-color) !important;}

h3.stit {font-size:32px; margin-bottom:35px;}
h4.line_tit {position:relative; font-size:26px; padding-left:20px; margin-bottom:25px; color:#111; word-break:keep-all;}
h4.line_tit:before {content:'|'; position:absolute; left:0; top:2px; color:var(--main-color); font-size:0.9em; font-weight:800;}
h4.line_tit span {display:inline-block;}

#greeting {display:flex; justify-content:space-between;}
#greeting .img {width:35%; max-width:490px;}
#greeting .img img {width:100%;}
#greeting .img img.pc_img {display:block;}
#greeting .img img.mb_img {display:none;}
#greeting .txt {width:57%;}
#greeting .txt h3 {font-size:32px; line-height:45px; color:#111; font-weight:500; word-break:keep-all;}
#greeting .txt h3 b {font-weight:700;}
#greeting .txt h4 {font-size:21px; line-height:32px; margin:35px 0; font-weight:400; word-break:keep-all;}
#greeting .txt p {font-size:19px; line-height:30px; margin-bottom:30px; color:#333; word-break:keep-all;}
#greeting .txt p b {color:#000;}
#greeting .txt p.sign {color:#000; margin:50px 0 0; display:flex; align-items:center;} 
#greeting .txt p.sign img {max-height:60px; margin-left:15px;}

.business {} /* 공통css */
.business ul.bs_info {}
.business ul.bs_info li {margin:15px 0; display:flex; align-items:center;justify-content: space-between;}
.business ul.bs_info li h5 {width:10%; font-size:21px; color:var(--main-color);}
.business ul.bs_info li p {font-size:20px; line-height:30px; color:#333; word-break:keep-all;width: 90%;}
.business ul.bs_info li p span {display:inline-block;}
.business ul.bs_info li p span:after {content:'/'; margin:0 10px; color:#ccc;}
.business ul.bs_info li p span:last-child:after {content:'';}

.business .bs_box {width:100%; padding:15px; display:flex; align-items:center; border:1px solid #ddd; border-radius:20px;}
.business .bs_box ul.mbs_gr {width:50%; padding:20px;}
.business .bs_box ul.mbs_gr li {position:relative; padding-left:20px; font-size:20px; line-height:30px; margin-bottom:12px; color:#111; font-weight:500; word-break:keep-all;}
.business .bs_box ul.mbs_gr li:before {content:'>'; position:absolute; left:0; font-size:0.8em; color:#888;}
.business .bs_box ul.mbs_gr li:last-child {margin-bottom:0;}
.business .bs_box ul.mbs_gr li span {display:inline-block;}
.business .bs_box ul.dt_gr {width:50%; padding:27px; border-radius:15px; background:#f8f8f8;}
.business .bs_box ul.dt_gr li {position:relative; padding-left:20px; font-size:19px; line-height:28px; margin-bottom:10px; color:#333; word-break:keep-all;}
.business .bs_box ul.dt_gr li:before {content:'-'; position:absolute; left:0; color:#ccc;}
.business .bs_box ul.dt_gr li:last-child {margin-bottom:0;}
.business .bs_box ul.dt_gr li span {display:inline-block;}

.business .bdbox {width:100%; padding:35px; border:1px solid #ddd; border-radius:20px;}

.business ul.dot_ul li {position:relative; padding-left:20px; font-size:19px; line-height:28px; margin-bottom:5px; color:#333; word-break:keep-all;}
.business ul.dot_ul li:before {content:'-'; position:absolute; left:0; color:#ccc;}
.business ul.dot_ul li:last-child {margin-bottom:0;}
.business ul.dot_ul li span {display:inline-block;}

.business p.info_txt {font-size:21px; color:#111; word-break:keep-all;}
.business p.info_txt b {color:var(--main-color); display:inline-block;}


#ctc {} /* 콘텐츠기업지원 */
#str {} /* 창업지원 및 인력양성 */
#rnd {} /* 정책기획·R&D 연구 */
#prm {} /* 지역기반 콘텐츠 진흥 */
#enc {} /* 콘텐츠 향유 */

#csc {} /* 고객서비스헌장 */
#csc h3.stit {}
#csc p.prc_txt {font-size:21px; line-height:34px; word-break:keep-all;}
#csc p.prc_txt b {font-weight:600; display:inline-block;}
#csc ul.oth_list {margin:40px 0 50px; padding:40px 20px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
#csc ul.oth_list li {display:flex; margin-bottom:25px;}
#csc ul.oth_list li:last-child {margin-bottom:0;}
#csc ul.oth_list li h5 {width:15%; max-width:150px; font-size:21px; line-height:30px; color:var(--main-color);}
#csc ul.oth_list li p {width:85%; font-size:20px; line-height:30px; color:#222; word-break:keep-all;}
#csc .logo_box {text-align:right;}
#csc .logo_box img {width:240px;}

#sps {} /* 서비스이행표준 */

#vision {} /* 비전과 목표 */
#vision .stit{text-align: center; }
#vision ul.msvs {;}
#vision ul.msvs li {width:100%; padding:40px;  border-radius:40px; text-align:center;}
#vision ul.msvs li:first-child {border:2px solid #f0c5c5; margin-bottom: 25px;}
#vision ul.msvs li:nth-child(2) {border:2px solid #b2e4e5;}
#vision ul.msvs li img {height:75px;}
#vision ul.msvs li p {font-size:19px; line-height:28px; margin-top:35px; word-break:keep-all; color:#111;}
#vision ul.value_wrap {display:flex; justify-content:space-between;}
#vision ul.value_wrap li {width:24%; padding:40px 20px; border-radius:20px; text-align:center; border:1px solid #ddd;}
#vision ul.value_wrap li img {height:56px;}
#vision ul.value_wrap li p {font-size:20px; font-weight:500; margin-top:30px;}
#vision ul.goal_wrap_new {margin-top:-15px; display:flex; flex-wrap:wrap;}
#vision ul.goal_wrap_new li {width:32%; margin:0.5%; padding:25px; text-align:center; border-radius:20px; border:3px solid var(--main-color);}
	#vision ul.goal_wrap_new li:nth-child(2) {border-color:#fa7121;}
	#vision ul.goal_wrap_new li:nth-child(3) {border-color:#ffc102;}
	#vision ul.goal_wrap_new li:nth-child(4) {border-color:#ffda74;}
	#vision ul.goal_wrap_new li:nth-child(5) {border-color:var(--main-color);}
	#vision ul.goal_wrap_new li:nth-child(6) {border-color:#fa7121;}
	#vision ul.goal_wrap_new li:nth-child(7) {border-color:#ffc102;}
#vision ul.goal_wrap_new li h5 {font-size:19px; font-weight:700; word-break:keep-all;}
#vision ul.goal_wrap_new li p {font-size:21px; color:#d94624; font-weight:500; margin-top:8px;}

#vision ul.goal_wrap_new_plus {margin-top:-15px; display:flex; flex-wrap:wrap;}
#vision ul.goal_wrap_new_plus li{width:24%; margin:0.5%;}
#vision ul.goal_wrap_new_plus li h5{padding:25px; font-size: 19px; font-weight: 700; text-align:center; border-radius:20px; border:3px solid var(--main-color);    height: 130px;display: flex;    align-items: center;}
	#vision ul.goal_wrap_new_plus li:nth-child(2) h5{border-color:#fa7121;}
	#vision ul.goal_wrap_new_plus li:nth-child(3) h5{border-color:#ffc102;}
	#vision ul.goal_wrap_new_plus li:nth-child(4) h5{border-color:#ffda74;}
#vision ul.goal_wrap_new_plus .stg_sub{width: 100%; margin-top: 15px; border-radius: 20px; background: #f8f8f8; padding: 20px;    height: 230px;}
#vision ul.goal_wrap_new_plus .stg_sub li {width:100%; margin:0.5%; font-size:17px; font-weight:500; padding:20px; border-radius:10px; border:1px solid #f1f1f1; background:#fff;word-break: keep-all;}
#vision ul.goal_wrap_new_plus .stg_sub li i {margin-right:4px; color:var(--main-color);}

#vision .arrow{text-align: center; margin: 50px 0;}
#vision .goal_box{display: flex;}
#vision .goal_box .goal_wrap_new_last {width: 24%;}
#vision .goal_box .goal_wrap_new_last li { width: 100% !important; display: flex; align-items: center;
    flex-direction: column;  justify-content: center;}	
#vision ul.stg_wrap_new {margin-top:-15px; display:flex; flex-wrap:wrap; padding:20px; background:#f8f8f8; border-radius:20px;}
#vision ul.stg_wrap_new li {width:49%; margin:0.5%; font-size:18px; font-weight:500; padding:20px; border-radius:10px; border:1px solid #f1f1f1; background:#fff;}
#vision ul.stg_wrap_new li i {margin-right:4px; color:var(--main-color);}


/*#vision ul.msvs {display:flex; justify-content:space-between;}
#vision ul.msvs li {width:48.5%; padding:40px;  border-radius:40px; text-align:center;}
#vision ul.msvs li:first-child {border:2px solid #f0c5c5;}
#vision ul.msvs li:nth-child(2) {border:2px solid #b2e4e5;}
#vision ul.msvs li img {height:75px;}
#vision ul.msvs li p {font-size:19px; line-height:28px; margin-top:35px; word-break:keep-all; color:#111;}
#vision ul.value_wrap {display:flex; justify-content:space-between;}
#vision ul.value_wrap li {width:24%; padding:40px 20px; border-radius:20px; text-align:center; border:1px solid #ddd;}
#vision ul.value_wrap li img {height:56px;}
#vision ul.value_wrap li p {font-size:20px; font-weight:500; margin-top:30px;}
/*#vision ul.goal_wrap {padding:50px 20px; display:flex; justify-content:space-between; background:#f8f8f8; border-radius:20px;}
#vision ul.goal_wrap li {width:20%; text-align:center;}
#vision ul.goal_wrap li img {width:120px;}
#vision ul.goal_wrap li h5 {font-size:19px; margin:25px 0 10px; font-weight:700; color:var(--main-color);}
#vision ul.goal_wrap li p {font-size:20px; font-weight:500;}
#vision ul.goal_wrap li span {display:inline-block; margin-top:10px; font-size:16px; color:#777;}
#vision .stg_wrap {display:flex; flex-wrap:wrap;}
#vision .stg_wrap .cbox {width:48%; margin:1%; padding:30px; border-radius:20px; border:1px solid #ddd; display:flex; align-items:center;}
#vision .stg_wrap .cbox .img {max-width:120px;}
#vision .stg_wrap .cbox .img img {}
#vision .stg_wrap .cbox .txt {padding-left:7%;}
#vision .stg_wrap .cbox .txt h5 {font-size:21px; font-weight:600; margin-bottom:18px;}*/
/*#vision ul.goal_wrap_new {margin-top:-15px; display:flex; flex-wrap:wrap;}
#vision ul.goal_wrap_new li {width:24%; margin:0.5%; padding:25px; text-align:center; border-radius:20px; border:3px solid var(--main-color);}
	#vision ul.goal_wrap_new li:nth-child(2) {border-color:#fa7121;}
	#vision ul.goal_wrap_new li:nth-child(3) {border-color:#ffc102;}
	#vision ul.goal_wrap_new li:nth-child(4) {border-color:#ffda74;}
	#vision ul.goal_wrap_new li:nth-child(5) {border-color:var(--main-color);}
	#vision ul.goal_wrap_new li:nth-child(6) {border-color:#fa7121;}
	#vision ul.goal_wrap_new li:nth-child(7) {border-color:#ffc102;}
#vision ul.goal_wrap_new li h5 {font-size:19px; font-weight:700; word-break:keep-all;}
#vision ul.goal_wrap_new li p {font-size:21px; color:#d94624; font-weight:500; margin-top:8px;}
#vision ul.stg_wrap_new {margin-top:-15px; display:flex; flex-wrap:wrap; padding:20px; background:#f8f8f8; border-radius:20px;}
#vision ul.stg_wrap_new li {width:49%; margin:0.5%; font-size:18px; font-weight:500; padding:20px; border-radius:10px; border:1px solid #f1f1f1; background:#fff;}
#vision ul.stg_wrap_new li i {margin-right:4px; color:var(--main-color);}*/

#esg {} /* ESG 경영 */
#esg ul.esg_wrap {display:flex;}
#esg ul.esg_wrap li {width:33.3333%; padding:10px 20px; text-align:center;}
#esg ul.esg_wrap li:nth-child(2) {border-left:1px dashed #ddd; border-right:1px dashed #ddd;}
#esg ul.esg_wrap li b {display:flex; justify-content:center; align-items:center; margin:0 auto; width:120px; height:120px; font-size:60px; color:#fff; border-radius:20px;}
#esg ul.esg_wrap li:first-child b {background:#a6ce38;}
#esg ul.esg_wrap li:nth-child(2) b {background:#ce4040;}
#esg ul.esg_wrap li:nth-child(3) b {background:#00a5a8;}
#esg ul.esg_wrap li h5 {margin:30px 0 20px; font-size:23px;}
#esg ul.esg_wrap li:first-child h5 {color:#a6ce38;}
#esg ul.esg_wrap li:nth-child(2) h5 {color:#ce4040;}
#esg ul.esg_wrap li:nth-child(3) h5 {color:#00a5a8;}
#esg ul.esg_wrap li p {font-size:20px;}
#esg ul.stg_wrap {display:flex; justify-content:space-between;}
#esg ul.stg_wrap li {width:32%; padding:40px; text-align:center; border-radius:20px; border:1px solid #ddd;}
#esg ul.stg_wrap li img {height:50px;}
#esg ul.stg_wrap li p {font-size:20px; margin-top:30px; font-weight:500; word-break:keep-all;}
#esg .ass_wrap {width:100%; display:flex; padding:40px 0; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
#esg .ass_wrap .cbox {width:33.3333%; padding:0 10px; display:flex;}
#esg .ass_wrap .cbox h5 {width:20%; font-size:40px;}
#esg .ass_wrap .cbox:first-child h5 {color:#a6ce38;}
#esg .ass_wrap .cbox:nth-child(2) h5 {color:#ce4040;}
#esg .ass_wrap .cbox:nth-child(3) h5 {color:#00a5a8;}
#esg .ass_wrap .cbox .dot_ul {width:80%;}

#poe {} /* 설립목적 및 수행사업 */
#poe ul.icon_wrap {margin:40px 0; display:flex; justify-content:space-between;}
#poe ul.icon_wrap li {width:32%; padding:40px; text-align:center; border-radius:20px; border:1px solid #ddd;}
#poe ul.icon_wrap li img {height:110px;}
#poe ul.icon_wrap li p {font-size:20px; line-height:30px; margin-top:30px; font-weight:500; word-break:keep-all;}
#poe ul.icon_wrap li p span {display:inline-block;}
#poe p.ictxt {font-size:20px; line-height:32px; word-break:keep-all;}
#poe ul.poe_bs {display:flex; flex-wrap:wrap;}
#poe ul.poe_bs li {width:32.3333%; margin:0.5%; padding:40px; border-radius:20px; border:1px solid #ddd;}
#poe ul.poe_bs li img {height:45px;}
#poe ul.poe_bs li h5 {font-size:20px; margin:30px 0 15px; font-weight:500; word-break:keep-all;}
#poe ul.poe_bs li p {font-size:18px; color:#333; word-break:keep-all;}

#mng {} /* 경영목표 */
#mng h3.mng_tit {font-size:38px; margin:20px 0 35px;}
#mng .mng_wrap {display:flex; flex-wrap:wrap;}
#mng .mng_wrap .cbox {width:48.6%; margin:0.7%; padding:3%; border-radius:20px; display:flex; align-items:center; border:1px solid #ddd;}
#mng .mng_wrap .cbox .img {width:20%; min-width:120px;}
#mng .mng_wrap .cbox .txt {width:80%; padding-left:8%;}
#mng .mng_wrap .cbox .txt h5 {font-size:21px; font-weight:600; margin-bottom:16px;}
#mng .mng_wrap .cbox .txt h5 span {color:var(--main-color);}

#exc {} /* 임원현황 */
#exc table {width:100%; border-collapse:separate;*border-collapse:collapse;border-spacing:0;table-layout:fixed; border-top:2px solid #111;}
#exc table th {font-size:20px; padding:18px 5px; font-weight:500; color:#111; text-align:center; border-left:1px dashed #ddd; border-bottom:1px solid #ddd; background:#f8f8f8; word-break:keep-all;}
#exc table td {font-size:19px; padding:18px 5px; color:#333; text-align:center; border-bottom:1px solid #e7e7e7; border-left:1px dashed #ddd;}
#exc table td span {display:inline-block;}
#exc table td b {font-weight:400;}
#exc table th.bdl0, #exc table td.bdl0 {border-left:none;}

#org {} /* 조직안내 */
#org ul.frc_info {display:flex; justify-content:space-between;}
#org ul.frc_info li {width:32%; padding:35px; border-radius:20px; border:1px solid #ddd;}
#org ul.frc_info li h5 {font-size:21px; margin-bottom:20px; color:#777; font-weight:600;}
#org ul.frc_info li p {font-size:19px; line-height:30px; color:#222; word-break:keep-all;}
#org ul.frc_info li p span {display:inline-block;}
#org .org_img {width:100%; text-align:center; margin:100px auto;}
#org .org_img img.pc {}
#org .org_img img.mb {display:none;}
#org > ul.dot_ul {margin:-10px 0 25px;}
#org .org_emp {width:100%; border-top:2px solid #111;}
#org .org_emp .ifgr {width:100%; padding:30px 10px; display:flex; align-items:center; border-bottom:1px solid #ddd;}
#org .org_emp .ifgr h6 {width:25%; font-size:20px; font-weight:600;}
#org .org_emp .ifgr h6 span {/*isplay:none;*/ font-weight:500;} /* 이름 */
#org .org_emp .ifgr h6 span.ledger {display:inline-block;} /* 원장이름 */
#org .org_emp .ifgr p.tel {width:25%;}
#org .org_emp .ifgr p.tel a {font-size:19px; color:#111;}
#org .org_emp .ifgr ul.dot_ul {width:50%;}

#ci {}
#ci .ci_box {width:100%; padding:12% 10%; display:flex; justify-content:center; align-items:center; border:1px solid #ddd;}
#ci .ci_box img {width:70%; max-width:700px;}
#ci .sb_wrap {display:flex; justify-content:space-between;}
#ci .sb_wrap > div {width:49%; padding:3%; display:flex; justify-content:center; align-items:center; border:1px solid #ddd;}
#ci .sb_wrap > div img {width:80%; max-width:426px;}
#ci .sb_wrap .ci_symbol {}
#ci .sb_wrap .ci_color {}
#ci .type_wrap {display:flex; justify-content:space-between;}
#ci .type_wrap .type_box {position:relative; width:32%; padding:10% 4%; display:flex; justify-content:center; align-items:center; border:1px solid #ddd;}
#ci .type_wrap .type_box img {width:100%; max-width:300px;}
#ci .type_wrap .type_box p {position:absolute; left:26px; top:26px; font-size:19px; color:#777;}
#ci ul.cl_list {display:flex; justify-content:space-between;}
#ci ul.cl_list li {width:18%;}
#ci ul.cl_list li .cl_chip {display:block; width:100%; height:50px; margin-bottom:30px;}
#ci ul.cl_list li .cl_chip.bg_red {background:#d81918;}
#ci ul.cl_list li .cl_chip.bg_navy {background:#1c2f63;}
#ci ul.cl_list li .cl_chip.bg_gold {background:#c7ab2e;}
#ci ul.cl_list li .cl_chip.bg_black {background:#231815;}
#ci ul.cl_list li .cl_chip.bg_gray {background:#9ea0a2;}
#ci ul.cl_list li h5 {font-size:20px; margin-bottom:5px;}
#ci ul.cl_list li p {font-size:19px; line-height:28px; color:#111;}
#ci .down_btn {width:100%; max-width:840px; margin:120px auto 0; display:flex; justify-content:space-between;}
#ci .down_btn a {display:inline-block; width:49%; line-height:70px; text-align:center; font-size:19px; color:#fff; background:#222; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ci .down_btn a i {font-size:0.9em; margin-left:5px;}
#ci .down_btn a:hover {background:var(--main-color);}

#ci .fam_ci{margin-top: 30px;}
#ci .fam_ci ul{display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap;}
#ci .fam_ci li{width: 32%;margin: 0 5px;}

#ci .fam_ci li .img_box {position:relative; width:100%; padding:15% 4%; display:flex; justify-content:center; align-items:center; border:1px solid #ddd;}
#ci .fam_ci li .img_box  img {width:100%; max-width:300px;}
#ci .fam_ci li .down_btn{ margin:20px auto 0;}
#ci .fam_ci li .down_btn a{font-size: 15px; line-height: 55px; letter-spacing: -1.5px;}

#employ {text-align:center; padding:0 10px;} /* 채용안내 */
#employ h3 {font-size:32px; line-height:50px; word-break:keep-all;}
#employ h3 span {color:var(--main-color);}
#employ p {font-size:21px; line-height:34px; margin:40px 0 60px; word-break:keep-all;}
#employ .img {}
#employ .img img {max-width:90%;}

#map {} /*  오시는길 */
#map .map_box {display:flex; justify-content:space-between;}
#map .map_box .map_gr {width:50%;}
#map .map_box .map_gr .root_daum_roughmap_landing {width:100% !important; max-width:700px; border-bottom:1px solid #dfdfdf;}
#map .map_box .map_gr .root_daum_roughmap .wrap_controllers {display:none;}
#map .map_box .map_gr .root_daum_roughmap .cont .section.lst {display:none;}
#map .map_box .map_info {width:43%; border-top:2px solid #111;}
#map .map_box .map_info li {padding:25px 10px; border-bottom:1px solid #ddd;}
#map .map_box .map_info li h5 {font-size:20px; margin-bottom:15px; color:#777;}
#map .map_box .map_info li p {font-size:18px; line-height:28px; color:#222; word-break:keep-all;}
#map .map_box .map_info li p a:hover { text-decoration:underline;}
#map .map_box .map_info li p span {display:inline-block;}
#map .map_box .map_info li p.floor {margin-top:10px; display:flex; align-items:center;}
#map .map_box .map_info li p.floor span.flr {width:60%;}
#map .map_box .map_info li p.floor span.flr b {font-weight:400;}
#map .map_box .map_info li p.floor span.flr b:after {content:'|'; color:#ccc; margin:0 10px;}
#map .map_box .map_info li p.floor span.tel {width:40%; text-align:right;}
#map .map_box .map_info li p.floor span.tel a {}

#viewer {} /* 뷰어다운로드 */
#viewer ul {border-top:2px solid #ddd;}
#viewer ul li {width:100%; padding:40px 20px; display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid #ddd;}
#viewer ul li .img {width:12%;}
#viewer ul li .img img {width:100%; max-width:80px;}
#viewer ul li .txt {width:73%;}
#viewer ul li .txt h5 {font-size:23px; color:#111; font-weight:600;}
#viewer ul li .txt p {font-size:19px; line-height:32px; margin-top:12px; color:#555; word-break:keep-all;}
#viewer ul li .down {width:15%; text-align:right;}
#viewer ul li .down  a.down_btn {display:inline-block; padding:12px 30px; font-size:17px; color:#fff; border-radius:8px; background:#777; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#viewer ul li .down  a.down_btn:hover {background:#444;}

.guide {}
.guide h4.line_tit {font-size:24px;}
.guide h4.line_tit:before {top:1px;}
.guide .cbox {width:100%; margin-top:-5px; padding:25px 5px; font-size:19px; line-height:28px; color:#222; border-top:2px solid #111; border-bottom:1px solid #ddd;}
.guide .cbox p {word-break:keep-all; margin:4px 0;}
.guide .cbox p.nb01, .guide .cbox p.nb02 {position:relative; padding-left:20px;}
.guide .cbox p.nb01:before {position:absolute; left:0; content:'1.';}
.guide .cbox p.nb02:before {position:absolute; left:0; content:'2.';}
.guide .cbox ul li {word-break:keep-all; margin:4px 0;}
.guide .cbox ul.nbr_type01 {counter-reset:section;}
.guide .cbox ul.nbr_type01 > li {position:relative; padding-left:22px; counter-increment:cnb;}
.guide .cbox ul.nbr_type01 > li:before {position:absolute; left:0; top:5px; content:counter(cnb); width:16px; height:16px; line-height:14px; text-align:center; font-size:0.72em; border-radius:50%; border:1px solid #222;}
.guide .cbox ul.nbr_type02 {}
.guide .cbox ul.nbr_type02 > li {position:relative; padding-left:25px;}
.guide .cbox ul.nbr_type02 > li:before {position:absolute; left:0;}
.guide .cbox ul.nbr_type02 > li:first-child:before {content:'가.';}
.guide .cbox ul.nbr_type02 > li:nth-child(2):before {content:'나.';}
.guide .cbox ul.nbr_type02 > li:nth-child(3):before {content:'다.';}
.guide .cbox ul.nbr_type02 > li:nth-child(4):before {content:'라.';}
.guide .cbox ul.nbr_type02 > li:nth-child(5):before {content:'마.';}
.guide .cbox ul.nbr_type02 > li:nth-child(6):before {content:'바.';}
.guide p.info_txt {font-size:20px; line-height:32px; color:#111; word-break:keep-all;} 
.guide p.info_txt b {color:var(--main-color); display:inline-block;}

#provision {} /* 이용약관 */

#privacy {} /* 이용가이드 */
#privacy ul.dot_ul {margin-top:12px;}
#privacy ul.cs_adm {}
#privacy ul.cs_adm li {display:flex; align-items:center;}
#privacy ul.cs_adm li h5 {width:20%; max-width:140px; color:var(--main-color);}
#privacy ul.cs_adm li p {width:80%;}

#sitemap {width:100%;} /* 사이트맵 */
#sitemap .st_li {width:100%; margin-bottom:40px;}
#sitemap .st_li:last-child {margin-bottom:0;}
#sitemap .st_li h3.st_li_tit {padding:15px 0; margin-bottom:15px;  border-bottom:2px solid #ddd;}
#sitemap .st_li h3.st_li_tit .st_li_a {display:inline; font-size:26px; font-weight:600; color:#111; padding:15px 5px; border-bottom:2px solid var(--main-color);}
#sitemap .st_li ul.st_ul_02 {padding:5px; display:flex; flex-wrap:wrap;}
#sitemap .st_li ul.st_ul_02 > li {width:25%; margin:15px 0;}
#sitemap .st_li ul.st_ul_02 > li > a {font-size:20px; font-weight:500; color:#000; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#sitemap .st_li ul.st_ul_02 > li > a:hover {color:var(--main-color);}
#sitemap .st_li ul.st_ul_03 {width:100%; margin:17px 0 0;}
#sitemap .st_li ul.st_ul_03 li {position:relative; margin-bottom:14px; padding-left:15px;}
#sitemap .st_li ul.st_ul_03 li:last-child {margin-bottom:0;}
#sitemap .st_li ul.st_ul_03 li:before {content:'>'; position:absolute; left:0; top:1px; font-size:0.8em; color:#aaa;}
#sitemap .st_li ul.st_ul_03 li a {font-size:17px; color:#333; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#sitemap .st_li ul.st_ul_03 li a:hover {color:#000;}

#sns {}
#sns ul.sns_wrap {display:flex; flex-wrap:wrap; margin-top:-0.5%;}
#sns ul.sns_wrap li {width:49%; margin:0.5%; padding:40px; border:1px solid #ddd; border-radius:20px; display:flex; align-items:center;}
#sns ul.sns_wrap li .img {}
#sns ul.sns_wrap li .img img {max-width:100px;}
#sns ul.sns_wrap li .txt {padding-left:40px;}
#sns ul.sns_wrap li .txt h5 {font-size:21px;}
#sns ul.sns_wrap li .txt p {display:none; font-size:18px; margin:15px 0 20px; color:#555;}
#sns ul.sns_wrap li .txt a.go_btn {display:inline-block; margin-top:20px; font-size:16px; color:#111; padding:10px 25px; border-radius:5px; border:1px solid #ddd; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#sns ul.sns_wrap li .txt a.go_btn i {font-size:0.9em;}
#sns ul.sns_wrap li .txt a.go_btn:hover {background:#f8f8f8;}


 @media (max-width:1299px){
	 #greeting .txt h3 br {display:none;}
	 
 }
 
  @media (max-width:1199px){
	 .business .bs_box {align-items:flex-start;}
	 #org ul.frc_info li p span {display:inline;}
	 #viewer ul li {padding:40px 10px;}
	 
 }
 
  @media (max-width:969px){
	.mt40 {margin-top:30px;}
	.mt60 {margin-top:50px;}
	.mt90 {margin-top:70px;}
	.mt120 {margin-top:90px;}
	
	h3.stit {font-size:27px; margin-bottom:25px;}
	h4.line_tit {font-size:23px; padding-left:18px; margin-bottom:20px;}	
	
	#greeting {display:block;}
	#greeting .img {width:100%; max-width:100%;}
	#greeting .img img.pc_img {display:none;}
	#greeting .img img.mb_img {display:block;}
	#greeting .txt {width:100%; margin-top:40px;}
	#greeting .txt h3 {font-size:26px; line-height:38px;}
	#greeting .txt h3 br {display:inline-block;}
	#greeting .txt h4 {font-size:19px; line-height:30px; margin:30px 0;}
	#greeting .txt p {font-size:17px; line-height:26px; margin-bottom:20px;}
	#greeting .txt p.sign {margin:40px 0 0;}
	#greeting .txt p.sign img {max-height:50px;} 
	
	.business ul.bs_info {border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
	.business ul.bs_info li {padding:20px 5px; margin:0; display:block; border-bottom:1px dashed #ddd;}
	.business ul.bs_info li:last-child {border-bottom:none;}
	.business ul.bs_info li h5 {width:100%; font-size:19px; margin-bottom:8px;}
	.business ul.bs_info li p {font-size:18px; line-height:26px;}
	.business ul.bs_info li p span {display:block;}
	.business ul.bs_info li p span:after {display:none;}
	
	.business .bs_box {padding:24px; display:block; border-radius:18px;}
	.business .bs_box ul.mbs_gr {width:100%; padding:0px;}
	.business .bs_box ul.mbs_gr li {padding-left:18px; font-size:18px; line-height:26px; margin-bottom:8px;}
	.business .bs_box ul.dt_gr {width:100%; margin-top:20px; padding:20px; border-radius:14px;}
	.business .bs_box ul.dt_gr li {padding-left:18px; font-size:17px; line-height:24px; margin-bottom:6px;}	
	
	.business .bdbox {padding:28px; border-radius:18px;}
		
	.business ul.dot_ul li {padding-left:18px; font-size:17px; line-height:24px;}
	
	.business p.info_txt {font-size:19px;}
	
	#csc p.prc_txt {font-size:19px; line-height:30px;}
	#csc p.prc_txt br {display:none;}
	#csc ul.oth_list {margin:30px 0 40px; padding:30px 10px;}
	#csc ul.oth_list li {margin-bottom:18px;}
	#csc ul.oth_list li h5 {max-width:140px; font-size:19px; line-height:28px;}
	#csc ul.oth_list li p {font-size:18px; line-height:28px;}
	#csc .logo_box img {width:215px;}
	
	#vision ul.msvs li {width:100%; padding:30px;  border-radius:28px;}
	#vision ul.msvs li img {height:70px;}
	#vision ul.msvs li p {font-size:17px; line-height:25px; margin-top:30px;}
	#vision ul.value_wrap li {padding:30px 10px; border-radius:18px;}
	#vision ul.value_wrap li img {height:50px;}
	#vision ul.value_wrap li p {font-size:18px; margin-top:25px;}
	/*#vision ul.goal_wrap {padding:40px 10px; border-radius:18px;}
	#vision ul.goal_wrap li img {width:100px;}
	#vision ul.goal_wrap li h5 {font-size:17px; margin:22px 0 10px; word-break:keep-all;}
	#vision ul.goal_wrap li p {font-size:18px;}
	#vision ul.goal_wrap li span {font-size:15px;}
	#vision .stg_wrap {display:flex; flex-wrap:wrap;}
	#vision .stg_wrap .cbox {padding:25px; border-radius:18px; display:block}
	#vision .stg_wrap .cbox .img {max-width:100px;}
	#vision .stg_wrap .cbox .txt {padding-left:0; margin-top:25px;}
	#vision .stg_wrap .cbox .txt h5 {font-size:19px; margin-bottom:16px;}*/
	#vision ul.goal_wrap_new {margin-top:-10px;}
	#vision ul.goal_wrap_new li {width:49%; padding:20px; border-radius:18px;}
	#vision ul.goal_wrap_new li h5 {font-size:18px; line-height:26px;}
	#vision ul.goal_wrap_new li p {font-size:19px; margin-top:6px;}
	#vision ul.stg_wrap_new {margin-top:-10px; padding:20px; border-radius:18px;}
	#vision ul.stg_wrap_new li {width:100%; margin:0.5% 0; font-size:17px;}

	#vision .arrow{text-align: center; margin: 30px 0;}
	#vision .arrow img{width: 120px;}
	#vision .goal_box{flex-direction: column;}
	#vision .goal_box .goal_wrap_new_last {width: 100%; margin-top: 0;}
	#vision ul.goal_wrap_new_plus {margin-top:-10px; }
	#vision ul.goal_wrap_new_plus li{width:49%}
	#vision ul.goal_wrap_new_plus li h5{padding:20px; font-size: 18px; border-radius:18px;height: auto;justify-content: center; }
	#vision ul.goal_wrap_new_plus .stg_sub{margin-top: 10px; border-radius: 18px; padding: 15px;height: auto;;}
	#vision ul.goal_wrap_new_plus .stg_sub li {margin:0.5%; font-size:15px; padding:15px; border-radius:8px;}


	
	#esg ul.esg_wrap li b {width:100px; height:100px; font-size:48px; border-radius:18px;}
	#esg ul.esg_wrap li h5 {margin:26px 0 16px; font-size:21px;}
	#esg ul.esg_wrap li p {font-size:18px;}
	#esg ul.stg_wrap li {padding:35px 20px; border-radius:18px;}
	#esg ul.stg_wrap li img {height:45px;}
	#esg ul.stg_wrap li p {font-size:18px; line-height:28px; margin-top:25px;}
	#esg .ass_wrap {display:block; padding:0;}
	#esg .ass_wrap .cbox {width:100%; padding:25px 10px;}
	#esg .ass_wrap .cbox:nth-child(2) {border-top:1px dashed #ddd; border-bottom:1px dashed #ddd;}
	#esg .ass_wrap .cbox h5 {width:15%; font-size:37px;}
	#esg .ass_wrap .cbox .dot_ul {width:85%;}

	#poe ul.icon_wrap {margin:30px 0;}
	#poe ul.icon_wrap li {width:32%; padding:35px 20px; border-radius:18px;}
	#poe ul.icon_wrap li img {height:100px;}
	#poe ul.icon_wrap li p {font-size:18px; line-height:28px; margin-top:25px;}
	#poe p.ictxt {font-size:18px; line-height:28px;}
	#poe ul.poe_bs li {width:49%; padding:30px; border-radius:18px;}
	#poe ul.poe_bs li img {height:42px;}
	#poe ul.poe_bs li h5 {font-size:18px; margin:25px 0 14px;}
	#poe ul.poe_bs li p {font-size:16px;}
	
	#mng h3.mng_tit {font-size:34px; margin:15px 0 30px;}
	#mng .mng_wrap .cbox {width:100%; margin:0 0 8px; padding:30px; border-radius:18px;}
	#mng .mng_wrap .cbox .img {width:20%; max-width:110px; min-width:auto;}
	#mng .mng_wrap .cbox .txt {width:80%; padding-left:40px;}
	#mng .mng_wrap .cbox .txt h5 {font-size:19px;  margin-bottom:15px;}
	
	#exc table th {font-size:18px; padding:16px 2px;}
	#exc table td {font-size:17px; padding:16px 2px;}
	
	#org ul.frc_info {display:block;}
	#org ul.frc_info li {width:100%; display:flex; padding:25px; border-radius:18px;}
	#org ul.frc_info li:nth-child(2) {margin:8px 0;}
	#org ul.frc_info li h5 {width:25%; font-size:19px; margin-bottom:0;}
	#org ul.frc_info li p {width:75%; font-size:18px; line-height:28px;}
	#org ul.frc_info li p span {display:block;}
	#org .org_img {margin:70px auto;}
	#org .org_img img.pc {display:none;}
	#org .org_img img.mb {display:inline-block;}
	#org > ul.dot_ul {margin:-8px 0 22px;}
	#org .org_emp .ifgr {padding:25px 10px;}
	#org .org_emp .ifgr h6 {width:18%; font-size:18px;}
	#org .org_emp .ifgr p.tel {width:32%;}
	#org .org_emp .ifgr p.tel a {font-size:17px;}
	
	#ci .type_wrap {display:block;}
	#ci .type_wrap .type_box {width:100%; margin:1% 0;}
	#ci .type_wrap .type_box img {max-width:260px;}
	#ci .type_wrap .type_box p {left:22px; top:22px; font-size:18px;}
	#ci ul.cl_list {justify-content:flex-start; flex-wrap:wrap;}
	#ci ul.cl_list li {width:31.3333%; margin:0 1% 40px;}
	#ci ul.cl_list li .cl_chip {height:45px; margin-bottom:25px;}
	#ci ul.cl_list li h5 {font-size:18px; margin-bottom:5px;}
	#ci ul.cl_list li p {font-size:17px; line-height:25px;}
	#ci .down_btn {max-width:100%; margin:40px auto 0;}
	#ci .down_btn a {line-height:65px; font-size:17px;}

	#ci .fam_ci{margin-top: 30px;}
	#ci .fam_ci li{width: 48%;;}
	#ci .fam_ci li .img_box {padding:10% 4%; }
	#ci .fam_ci li .img_box  img {max-width:260px;}
	#ci .fam_ci li .down_btn{ margin:20px auto 0;}
	#ci .fam_ci li .down_btn a{font-size: 13.5px; line-height: 50px;}
	
	#employ h3 {font-size:26px; line-height:40px;}
	#employ p {font-size:19px; line-height:30px; margin:30px auto 50px; max-width:780px;}
	#employ p br {display:none;}
	
	#map .map_box {display:block;}
	#map .map_box .map_gr {width:100%;}
	#map .map_box .map_gr .root_daum_roughmap_landing {max-width:100%; height:320px !important;}
	#map .map_box .map_info {width:100%; margin-top:20px;}
	#map .map_box .map_info li {padding:22px 5px;}
	#map .map_box .map_info li h5 {font-size:19px; margin-bottom:6px;}
	#map .map_box .map_info li p {font-size:17px; line-height:26px;}
	#map .map_box .map_info li p.floor {margin-top:8px; max-width:500px;}
	
	#viewer ul li {padding:30px 10px; display:block; position:relative;}
	#viewer ul li .img {width:100%;}
	#viewer ul li .img img {max-width:65px;}
	#viewer ul li .txt {width:100%; margin-top:25px;}
	#viewer ul li .txt h5 {font-size:22px;}
	#viewer ul li .txt p {font-size:18px; line-height:28px;}
	#viewer ul li .down {position:absolute; right:10px; top:30px; width:auto; text-align:left;}
	#viewer ul li .down  a.down_btn {padding:12px 30px; font-size:16px; border-radius:7px;}
	
	.guide h4.line_tit {font-size:20px;}
	.guide .cbox {padding:18px 5px; font-size:17px; line-height:25px;}
	.guide .cbox p.nb01, .guide .cbox p.nb02 {padding-left:18px;}
	.guide .cbox ul.nbr_type01 > li {padding-left:20px;}
	.guide .cbox ul.nbr_type01 > li:before {width:14px; height:14px; line-height:12px;}
	.guide .cbox ul.nbr_type02 > li {padding-left:22px;}
	.guide p.info_txt {font-size:18px; line-height:28px;}
	 
	#privacy ul.dot_ul {margin-top:10px;}
	#privacy ul.cs_adm li h5 {max-width:120px;}
	
	#sitemap .st_li {margin-bottom:30px;}
	#sitemap .st_li h3.st_li_tit {padding:14px 0; margin-bottom:12px;}
	#sitemap .st_li h3.st_li_tit .st_li_a {font-size:22px; padding:14px 2px;}
	#sitemap .st_li ul.st_ul_02 {padding:4px;}
	#sitemap .st_li ul.st_ul_02 > li {width:33.3333%; margin:12px 0;}
	#sitemap .st_li ul.st_ul_02 > li > a {font-size:18px;}
	#sitemap .st_li ul.st_ul_03 {margin:14px 0 0;}
	#sitemap .st_li ul.st_ul_03 li {padding-left:14px;}
	#sitemap .st_li ul.st_ul_03 li a {font-size:16px;}
	
	#sns ul.sns_wrap {/*display:block; margin-top:-1%;*/}
	#sns ul.sns_wrap li {/*width:100%; margin:1% 0;*/ padding:30px; border-radius:16px; align-items:flex-start;}
	#sns ul.sns_wrap li .img img {max-width:80px;}
	#sns ul.sns_wrap li .txt {padding-left:30px;}
	#sns ul.sns_wrap li .txt h5 {font-size:20px;}
	#sns ul.sns_wrap li .txt p {font-size:16px; margin:12px 0 18px;}
	#sns ul.sns_wrap li .txt a.go_btn {margin-top:15px; font-size:15px; padding:10px 20px; border-radius:5px;}
	  
 }
 
  @media (max-width:639px){
	.mt40 {margin-top:25px;}
	.mt60 {margin-top:35px;}
	.mt90 {margin-top:50px;}
	.mt120 {margin-top:60px;}
	
	h3.stit {font-size:22px; margin-bottom:18px;}
	h4.line_tit {font-size:20px; line-height:27px; padding-left:15px; margin-bottom:16px;}	
	
	#greeting .txt {margin-top:30px;}
	#greeting .txt h3 {font-size:22px; line-height:30px; max-width:470px;}
	#greeting .txt h3 br {display:none;}
	#greeting .txt h4 {font-size:17px; line-height:25px; margin:20px 0; max-width:390px;}
	#greeting .txt h4 br {display:none;}
	#greeting .txt p {font-size:16px; line-height:24px; margin-bottom:15px;}
	#greeting .txt p.sign {margin:25px 0 0;} 
	#greeting .txt p.sign img {max-height:42px; margin-left:10px;} 
	
	.business ul.bs_info li {padding:18px 2px;}
	.business ul.bs_info li h5 {font-size:17px; margin-bottom:8px;}
	.business ul.bs_info li p {font-size:16px; line-height:24px;}
	
	.business .bs_box {padding:0; border-radius:0; border:0;}
	.business .bs_box ul.mbs_gr li {padding-left:16px; font-size:16px; line-height:24px; margin-bottom:5px;}
	.business .bs_box ul.dt_gr {margin-top:16px; padding:18px; border-radius:12px;}
	.business .bs_box ul.dt_gr li {padding-left:15px; font-size:15px; line-height:22px; margin-bottom:4px;}	
	
	.business .bdbox {padding:18px 0; border:none; border-top:1px solid #ddd; border-bottom:1px solid #ddd; border-radius:0;}
		
	.business ul.dot_ul li {padding-left:15px; font-size:15px; line-height:22px; margin-bottom:4px;}
	
	.business p.info_txt {font-size:16px; line-height:22px;}
	
	#csc p.prc_txt {font-size:16px; line-height:24px;}
	#csc ul.oth_list {margin:20px 0 25px; padding:20px 5px;}
	#csc ul.oth_list li {margin-bottom:14px;}
	#csc ul.oth_list li h5 {max-width:140px; font-size:16px; line-height:22px;}
	#csc ul.oth_list li p {font-size:15px; line-height:22px;}
	#csc .logo_box img {width:200px;}
	
	#vision ul.msvs li {width:100%; padding:20px;  border-radius:18px;}
	#vision ul.msvs li:first-child{margin-bottom: 10px;}
	#vision ul.msvs li img {height:60px;}
	#vision ul.msvs li p {font-size:15px; line-height:22px; margin-top:25px;}
	#vision ul.msvs li p br {display:none;}
	#vision ul.value_wrap {flex-wrap:wrap; justify-content:flex-start;}
	#vision ul.value_wrap li {width:48%; margin:0 1% 2%; padding:25px 10px 22px; border-radius:12px;}
	#vision ul.value_wrap li img {height:45px;}
	#vision ul.value_wrap li p {font-size:16px; margin-top:22px;}
	/*#vision ul.goal_wrap {flex-wrap:wrap; justify-content:center; padding:0; border-radius:0; background:none;}
	#vision ul.goal_wrap li {width:31.3333%; margin:0 1% 2%; padding:20px; border-radius:15px; background:#f8f8f8;}
	#vision ul.goal_wrap li img {width:94px;}
	#vision ul.goal_wrap li h5 {font-size:15px; margin:20px 0 8px;}
	#vision ul.goal_wrap li p {font-size:16px;}
	#vision ul.goal_wrap li span {font-size:14px; margin-top:8px;}
	#vision .stg_wrap .cbox {width:100%; margin:0 0 8px; padding:16px; border-radius:15px; display:flex;}
	#vision .stg_wrap .cbox .img {max-width:90px;}
	#vision .stg_wrap .cbox .txt {margin-top:0; padding-left:6%;}
	#vision .stg_wrap .cbox .txt h5 {font-size:17px; margin-bottom:12px;}*/
	#vision ul.goal_wrap_new {margin-top:-5px;}
	#vision ul.goal_wrap_new li {padding:15px; border-radius:12px; border:2px solid var(--main-color);}
	#vision ul.goal_wrap_new li h5 {font-size:15px; line-height:20px;}
	#vision ul.goal_wrap_new li p {font-size:16px; margin-top:3px;}
	#vision ul.stg_wrap_new {margin-top:-5px; padding:16px; border-radius:15px;}
	#vision ul.stg_wrap_new li {font-size:16px; padding:15px; border-radius:8px;}
	#vision ul.stg_wrap_new li i {margin-right:2px;}

	#vision ul.goal_wrap_new_plus {margin-top:-5px; }
	#vision ul.goal_wrap_new_plus li{width:100%;}
	#vision ul.goal_wrap_new_plus li h5{padding:15px; font-size: 15px; border-radius:12px;border:2px solid var(--main-color);}
	#vision ul.goal_wrap_new_plus .stg_sub{margin-top: 10px; border-radius: 12px; padding: 10px;}
	#vision ul.goal_wrap_new_plus .stg_sub li {margin:0.5%; font-size:14px; padding:10px; border-radius:5px;}
	#vision .arrow img{width: 90px;}

	
	#esg ul.esg_wrap li {padding:5px;}
	#esg ul.esg_wrap li b {width:60px; height:60px; font-size:29px; border-radius:12px;}
	#esg ul.esg_wrap li h5 {margin:18px 0 10px; font-size:18px; letter-spacing:-0.02em;}
	#esg ul.esg_wrap li p {font-size:16px;}
	#esg ul.stg_wrap li {padding:25px 10px; border-radius:12px;}
	#esg ul.stg_wrap li img {height:38px;}
	#esg ul.stg_wrap li p {font-size:16px; line-height:23px; margin-top:20px;}
	#esg .ass_wrap .cbox {padding:20px 5px;}
	#esg .ass_wrap .cbox h5 {width:12%; font-size:31px;}
	#esg .ass_wrap .cbox .dot_ul {width:88%;}

	#poe ul.icon_wrap {margin:20px 0; display:block;}
	#poe ul.icon_wrap li {width:100%; padding:20px; border-radius:12px;}
	#poe ul.icon_wrap li:nth-child(2) {margin:8px 0;}
	#poe ul.icon_wrap li img {height:84px;}
	#poe ul.icon_wrap li p {font-size:16px; line-height:23px; margin-top:20px;}
	#poe p.ictxt {font-size:15px; line-height:21px;}
	#poe ul.poe_bs li {padding:22px; border-radius:12px;}
	#poe ul.poe_bs li img {height:38px;}
	#poe ul.poe_bs li h5 {font-size:16px; margin:20px 0 12px;}
	#poe ul.poe_bs li p {font-size:15px;}
	
	#mng h3.mng_tit {font-size:25px; margin:8px 0 22px;}
	#mng .mng_wrap {border-top:1px solid #ddd;}
	#mng .mng_wrap .cbox {margin:0; padding:25px 5px; border-radius:0; border:none; border-bottom:1px solid #ddd;}
	#mng .mng_wrap .cbox .img {width:25%; max-width:95px;}
	#mng .mng_wrap .cbox .txt {width:75%; padding-left:30px;}
	#mng .mng_wrap .cbox .txt h5 {font-size:17px;  margin-bottom:12px;}
	
	#exc table th {font-size:15px; padding:15px 0px;}
	#exc table td {font-size:14px; line-height:19px; padding:15px 0px;}
	#exc table td b {display:block;}
	
	#org ul.frc_info li {padding:20px; border-radius:14px;}
	#org ul.frc_info li:nth-child(2) {margin:7px 0;}
	#org ul.frc_info li h5 {width:25%; font-size:16px;}
	#org ul.frc_info li p {width:75%; font-size:16px; line-height:22px;}
	#org ul.frc_info li p span {display:inline-block;}
	#org .org_img {margin:45px auto;}
	#org > ul.dot_ul {margin:-6px 0 18px;}
	#org .org_emp .ifgr {flex-wrap:wrap; padding:14px 0 0;}
	#org .org_emp .ifgr h6 {width:50%; padding:0 10px; font-size:16px;}
	#org .org_emp .ifgr p.tel {width:50%; padding:0 10px; text-align:right;}
	#org .org_emp .ifgr p.tel a {font-size:15px;}
	#org .org_emp .ifgr ul.dot_ul {width:100%; margin-top:14px; padding:15px; background:#f8f8f8;}
	
	#ci .ci_box img {width:80%; max-width:290px;}
	#ci .sb_wrap {display:block;}
	#ci .sb_wrap > div {width:100%;}
	#ci .sb_wrap > div img {width:60%; max-width:260px;}
	#ci .sb_wrap .ci_symbol {margin-bottom:5px;}
	#ci .type_wrap .type_box {display:block; text-align:left; padding:22px 25px;}
	#ci .type_wrap .type_box img {max-width:200px;}
	#ci .type_wrap .type_box p {position:relative; left:auto; top:auto; font-size:16px; margin-bottom:15px;}
	#ci ul.cl_list li {width:48%; margin:0 1% 30px;}
	#ci ul.cl_list li .cl_chip {height:40px; margin-bottom:16px;}
	#ci ul.cl_list li h5 {font-size:16px; margin-bottom:5px;}
	#ci ul.cl_list li p {font-size:15px; line-height:22px;}
	#ci .down_btn {max-width:100%; display:block; margin:20px auto 0;}
	#ci .down_btn a {width:100%; margin-bottom:5px; line-height:54px; font-size:15px;}

	#ci .fam_ci{margin-top: 20px;}
	#ci .fam_ci li{width: 100%;margin: 0;}
	#ci .fam_ci li .img_box  img {max-width:200px;}
	#ci .fam_ci li .down_btn{ margin:15px auto 0;}
	#ci .fam_ci li .down_btn a{font-size: 13.5px; line-height: 45px;}
	
	
	#employ {padding:0 5px;}
	#employ h3 {font-size:20px; line-height:32px; letter-spacing:-0.02em;}
	#employ p {font-size:16px; line-height:24px; margin:15px auto 35px; max-width:500px;}
	#employ .img img {width:95%; max-width:500px;}
	
	#map .map_box .map_info {margin-top:15px;}
	#map .map_box .map_info li {padding:18px 2px;}
	#map .map_box .map_info li h5 {font-size:16px; margin-bottom:6px;}
	#map .map_box .map_info li p {font-size:15px; line-height:22px;}
	#map .map_box .map_info li p.floor {margin-top68px; max-width:450px;}
	
	#viewer ul li {padding:20px 5px;}
	#viewer ul li .img img {max-width:56px;}
	#viewer ul li .txt {margin-top:22px;}
	#viewer ul li .txt h5 {font-size:20px;}
	#viewer ul li .txt p {font-size:16px; line-height:23px;}
	#viewer ul li .down {right:5px; top:20px;}
	#viewer ul li .down  a.down_btn {padding:10px 22px; font-size:14px; border-radius:5px;}
	
	.guide h4.line_tit {font-size:18px;}
	.guide h4.line_tit:before {top:0;}
	.guide .cbox {padding:14px 2px; font-size:15px; line-height:21px; letter-spacing:-0.02em;}
	.guide .cbox p {margin:2px 0;}
	.guide .cbox p.nb01, .guide .cbox p.nb02 {padding-left:15px;}
	.guide .cbox ul li {margin:2px 0;}
	.guide .cbox ul.nbr_type01 > li {padding-left:18px;}
	.guide .cbox ul.nbr_type01 > li:before {width:13px; height:13px; line-height:11px; top:4px;}
	.guide .cbox ul.nbr_type02 > li {padding-left:20px;}
	.guide p.info_txt {font-size:15px; line-height:22px;} 
	
	#privacy ul.dot_ul {margin-top:8px;}
	
	#sitemap .st_li {margin-bottom:25px;}
	#sitemap .st_li h3.st_li_tit {padding:12px 0; margin-bottom:10px;}
	#sitemap .st_li h3.st_li_tit .st_li_a {font-size:19px; padding:12px 2px;}
	#sitemap .st_li ul.st_ul_02 {padding:2px;}
	#sitemap .st_li ul.st_ul_02 > li {width:50%; margin:10px 0;}
	#sitemap .st_li ul.st_ul_02 > li > a {font-size:16px;}
	#sitemap .st_li ul.st_ul_03 {margin:10px 0 0;}
	#sitemap .st_li ul.st_ul_03 li {margin-bottom:10px; padding-left:12px;}
	#sitemap .st_li ul.st_ul_03 li a {font-size:15px;}
	
	#sns ul.sns_wrap li {padding:22px; text-align:center; border-radius:12px; display:block;}
	#sns ul.sns_wrap li .img img {max-width:60px;}
	#sns ul.sns_wrap li .txt {padding-left:0; margin-top:15px;}
	#sns ul.sns_wrap li .txt h5 {font-size:18px;}
	#sns ul.sns_wrap li .txt p {font-size:14px; margin:8px 0 15px;}
	#sns ul.sns_wrap li .txt a.go_btn {margin-top:12px; font-size:14px; padding:10px 16px; border-radius:4px;}
	
	  
 }

  @media (max-width:399px){
	.mt40 {margin-top:20px;}
	.mt60 {margin-top:30px;}
	.mt90 {margin-top:40px;}
	.mt120 {margin-top:50px;}
	
	h3.stit {font-size:21px; margin-bottom:16px; letter-spacing:-0.02em;}
	h4.line_tit {font-size:19px; line-height:25px; padding-left:14px; margin-bottom:15px; letter-spacing:-0.02em;}	
	
	#greeting .txt {margin-top:25px;}
	#greeting .txt h3 {font-size:20px; line-height:27px;}
	#greeting .txt h4 {font-size:16px; line-height:22px; margin:18px 0;}
	#greeting .txt p {font-size:15px; line-height:20px;}
	#greeting .txt p.sign {margin:20px 0 0;} 
	#greeting .txt p.sign img {max-height:40px;}
	
	.business ul.bs_info li {padding:16px 0px;}
	.business ul.bs_info li h5 {font-size:16px; margin-bottom:7px;}
	.business ul.bs_info li p {font-size:15px; line-height:22px;}
	.business .bs_box ul.mbs_gr li {padding-left:15px; font-size:15px; line-height:22px;}
	.business .bs_box ul.dt_gr {margin-top:15px; padding:16px; border-radius:10px;}
	.business .bs_box ul.dt_gr li {font-size:14px; line-height:20px;}	
	
	.business .bdbox {padding:15px 0;}
		
	.business ul.dot_ul li {font-size:14px; line-height:20px;}
	
	.business p.info_txt {font-size:15px; line-height:21px;}
	
	#csc p.prc_txt {font-size:15px; line-height:22px;}
	#csc ul.oth_list li {margin-bottom:12px;}
	#csc ul.oth_list li h5 {font-size:15px; line-height:20px;}
	#csc ul.oth_list li p {font-size:14px; line-height:20px;}
	#csc .logo_box img {width:185px;}
	
	#vision ul.msvs {flex-wrap:wrap;}
	#vision ul.msvs li {width:100%; padding:18px;  border-radius:15px;}
	#vision ul.msvs li:first-child {margin-bottom:5px;}
	#vision ul.msvs li img {height:56px;}
	#vision ul.msvs li p {margin-top:22px;}
	#vision ul.value_wrap li {padding:22px 10px 20px; border-radius:10px;}
	#vision ul.value_wrap li img {height:42px;}
	#vision ul.value_wrap li p {margin-top:20px;}
	/*#vision ul.goal_wrap {justify-content:flex-start;}
	#vision ul.goal_wrap li {width:48%; border-radius:14px;}
	#vision ul.goal_wrap li img {width:86px;}
	#vision ul.goal_wrap li h5 {margin:18px 0 8px;}
	#vision .stg_wrap .cbox {margin:0 0 6px; padding:15px; border-radius:14px;}
	#vision .stg_wrap .cbox .img {max-width:80px;}
	#vision .stg_wrap .cbox .txt h5 {font-size:16px; margin-bottom:10px;}*/
	#vision ul.goal_wrap_new {margin-top:-2px;}
	#vision ul.stg_wrap_new {margin-top:-2px;}
	#vision ul.stg_wrap_new li {font-size:15px; letter-spacing:-0.03em;}
	
	#esg ul.esg_wrap li {padding:0;}
	#esg ul.esg_wrap li b {width:54px; height:54px; font-size:26px; border-radius:10px;}
	#esg ul.esg_wrap li h5 {margin:14px 0 8px; font-size:16px; letter-spacing:-0.03em;}
	#esg ul.esg_wrap li p {font-size:15px;}
	#esg ul.stg_wrap li {padding:22px 7px; border-radius:10px;}
	#esg ul.stg_wrap li img {height:36px;}
	#esg ul.stg_wrap li p {font-size:15px; line-height:21px; margin-top:18px;}
	#esg .ass_wrap .cbox {padding:18px 5px;}
	#esg .ass_wrap .cbox h5 {width:14%; font-size:30px;}
	#esg .ass_wrap .cbox .dot_ul {width:86%;}

	#poe ul.icon_wrap {margin:18px 0;}
	#poe ul.icon_wrap li {width:100%; padding:18px; border-radius:10px;}
	#poe ul.icon_wrap li:nth-child(2) {margin:6px 0;}
	#poe ul.icon_wrap li img {height:80px;}
	#poe ul.icon_wrap li p {font-size:15px; line-height:21px; margin-top:18px;}
	#poe p.ictxt {font-size:14px; line-height:20px;}
	#poe ul.poe_bs li {padding:22px; border-radius:10px;}
	#poe ul.poe_bs li img {height:34px;}
	#poe ul.poe_bs li h5 {font-size:15px; margin:20px 0 10px;}
	#poe ul.poe_bs li p {font-size:14px;}
	
	#mng h3.mng_tit {font-size:23px; margin:7px 0 20px;}
	#mng .mng_wrap .cbox {padding:18px 2px;}
	#mng .mng_wrap .cbox .img {max-width:90px;}
	#mng .mng_wrap .cbox .txt {padding-left:25px;}
	#mng .mng_wrap .cbox .txt h5 {font-size:16px;  margin-bottom:10px;}
	
	#exc table th {font-size:14px; padding:14px 0px; letter-spacing:-0.02em;}
	#exc table td {font-size:13px; line-height:18px; padding:14px 0px; letter-spacing:-0.02em;}
	
	#org ul.frc_info li {display:block; border-radius:12px;}
	#org ul.frc_info li:nth-child(2) {margin:6px 0;}
	#org ul.frc_info li h5 {width:100%; margin-bottom:8px;}
	#org ul.frc_info li p {width:100%; font-size:15px; line-height:22px;}
	#org ul.frc_info li p span {display:block;}
	#org .org_img {margin:35px auto;}
	#org > ul.dot_ul {margin:-5px 0 16px;}
	#org .org_emp .ifgr {padding:12px 0 0;}
	#org .org_emp .ifgr h6 {padding:0 6px;}
	#org .org_emp .ifgr p.tel {padding:0 6px;}
	#org .org_emp .ifgr ul.dot_ul {margin-top:12px; padding:14px;}
	
	#ci .ci_box img {width:85%; max-width:240px;}
	#ci .sb_wrap > div img {max-width:200px; padding:20px 25px;}
	#ci .type_wrap .type_box img {max-width:180px;}
	#ci .type_wrap .type_box p {margin-bottom:13px;}
	#ci .down_btn {margin:15px auto 0;}

	#ci .fam_ci{margin-top: 20px;}
	#ci .fam_ci li{width: 100%;;}
	#ci .fam_ci li .img_box  img {max-width:180px;}
	
	#employ h3 {font-size:19px; line-height:28px;}
	#employ p {font-size:15px; line-height:22px; margin:15px auto 32px; max-width:500px;}
	#employ .img img {width:100%;}
	
	#map .map_box .map_gr .root_daum_roughmap_landing {height:300px !important;}
	#map .map_box .map_info {margin-top:12px;}
	#map .map_box .map_info li {padding:17px 2px;}
	#map .map_box .map_info li p {letter-spacing:-0.03em;}
	#map .map_box .map_info li p.floor span.flr b:after {margin:0 6px;}
	
	#viewer ul li .img img {max-width:52px;}
	#viewer ul li .txt {margin-top:20px;}
	#viewer ul li .txt h5 {font-size:19px;}
	#viewer ul li .txt p {font-size:15px; line-height:22px; margin-top:10px;}
	#viewer ul li .down  a.down_btn {font-size:13px;}
	
	.guide h4.line_tit {font-size:17px;}
	.guide h4.line_tit:before {top:-1px;}
	.guide .cbox {padding:12px 0px; font-size:14px; line-height:19px;}
	.guide .cbox p.nb01, .guide .cbox p.nb02 {padding-left:14px;}
	.guide .cbox ul.nbr_type01 > li {padding-left:17px;}
	.guide .cbox ul.nbr_type02 > li {padding-left:18px;}
	.guide p.info_txt {font-size:14px; line-height:20px;} 
	
	#privacy ul.dot_ul {margin-top:7px;}
	
	#sitemap .st_li {margin-bottom:20px;}
	#sitemap .st_li h3.st_li_tit .st_li_a {font-size:18px;}
	#sitemap .st_li ul.st_ul_02 {padding:1px;}
	#sitemap .st_li ul.st_ul_03 {display:nonemargin:10px 0 0;}
	#sitemap .st_li ul.st_ul_03 li {padding-left:12px;}
	#sitemap .st_li ul.st_ul_03 li a {letter-spacing:-0.03em;}
	
	#sns ul.sns_wrap li {padding:20px; border-radius:10px;}
	#sns ul.sns_wrap li .img img {max-width:50px;}
	#sns ul.sns_wrap li .txt h5 {font-size:17px;}
	#sns ul.sns_wrap li .txt p {font-size:14px; margin:8px 0 15px;}
	#sns ul.sns_wrap li .txt a.go_btn {font-size:14px; padding:10px 16px; border-radius:4px;}
	  
	  
 }



 

/* 하단 레이아웃 */
#quick {position:fixed; top:180px; right:30px; width:100px; border-radius:12px; text-align:center; border:1px solid #e7e7e7; background:#fff; overflow:hidden; z-index:91;}
#quick li {border-bottom:1px solid #e7e7e7;}
#quick li:last-child {border-bottom:none;}
#quick li a {display:inline-block; padding:14px 0;}
#quick li img {height:40px;}
#quick li p {font-size:17px; margin-top:12px; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#quick li:first-child a:hover p {color:#e85b5b;}
#quick li:nth-child(2):hover p {color:#3da856;}
#quick li:nth-child(3):hover p {color:#e85b5b;}
#quick li:nth-child(4):hover p {color:#ff9333;}

#ft {position:relative; background:#333;}
#ft .link_wrap {width:100%; border-bottom:1px solid #444;}
#ft .link_wrap .inner {height:60px; display:flex; justify-content:space-between; align-items:center;}
#ft .link_wrap ul {display:flex; align-items:center;}
#ft .link_wrap ul li {font-size:16px; margin-right:25px;}
#ft .link_wrap ul li:last-child {margin-right:0;}
#ft .link_wrap ul li a {color:#aaa; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ft .link_wrap ul li a:hover {color:#ccc;}
#ft .link_wrap ul li.mb_view {display:none;}

#ft .ft_copy {padding:40px 0;}
#ft .ft_copy .inner {display:flex; justify-content:space-between; flex-direction:row-reverse;} 
#ft .ft_copy .rwap {width:25%; text-align:right;}
#ft .ft_copy .rwap select.family_site {margin-bottom:25px;height:46px; padding:0 15px; font-size:16px; color:#555; border:none; outline:none; border-radius:8px;}
#ft .ft_copy .rwap .ft_logo_wrap a.ft_logo {display:inline-block; filter:grayscale(100%);}
#ft .ft_copy .rwap .ft_logo_wrap a.ft_logo img {height:37px; filter:brightness(999%); opacity:0.6;}
#ft .ft_copy .rwap .ft_logo_wrap a.ft_logo_wow {display:inline-block; margin-left:10px; filter:grayscale(100%);}
#ft .ft_copy .rwap .ft_logo_wrap a.ft_logo_wow img {height:37px; filter:brightness(999%); opacity:0.4;}
#ft .ft_copy .ft_info {width:75%; max-width:1000px;}
#ft .ft_copy .ft_info .hdn_btn {display:flex; align-items:center;}
#ft .ft_copy .ft_info .hdn_btn a.cpn {font-size:17px; color:#ddd; font-weight:600; margin-right:15px;}
#ft .ft_copy .ft_info .hdn_btn a.adm_btn {display:inline-block; margin-right:4px; font-weight:300; font-size:12px; padding:4px 10px; border-radius:4px; color:#ddd; border:1px solid #aaa; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#ft .ft_copy .ft_info .hdn_btn a.adm_btn:hover {background:#aaa; color:#fff;}
#ft .ft_copy .ft_info p.info {font-size:17px; line-height:30px; color:#aaa; margin-top:10px;}
#ft .ft_copy .ft_info p.info a {color:#aaa;}
#ft .ft_copy .ft_info p.info a:hover {text-decoration:underline;}
#ft .ft_copy .ft_info p.info span {display:inline-block; margin-right:50px; word-break:keep-all;}
#ft .ft_copy .ft_info p.copy {font-size:17px; line-height:30px; color:#aaa; margin-top:25px;}

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;background:#111;border:0; border-radius:8px; z-index:99; color:#fff; opacity:0;
transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#top_btn:hover {background:#b31916;}
#top_btn.show {opacity: 1;}

 @media (max-width: 1199px){
	#quick {display:none;}
	/*#quick {top:170px; right:20px;}
	#quick {width:80px; border-radius:10px;}
	#quick li a {padding:12px 0;}
	#quick li img {height:30px;}
	#quick li p {font-size:15px; margin-top:11px;}*/
 }
 
 @media (max-width: 969px){
	#quick {display:none;}
	
	#ft .link_wrap .inner {height:54px;}
	#ft .link_wrap ul li {font-size:15px; margin-right:15px;}
	#ft .ft_copy {padding:35px 0;}
	#ft .ft_copy .inner {display:block;} 
	#ft .ft_copy .rwap {width:100%; text-align:left; display:flex; justify-content:space-between; align-items:center; flex-direction:row-reverse;}
	#ft .ft_copy .rwap select.family_site {margin-bottom:0; height:42px; padding:0 14px; font-size:15px; border-radius:7px;}
	#ft .ft_copy .rwap .ft_logo_wrap a.ft_logo img {height:35px;}
	#ft .ft_copy .rwap .ft_logo_wrap a.ft_logo_wow img {height:35px;}
	#ft .ft_copy .ft_info {width:100%; max-width:100%; margin-top:30px;}
	#ft .ft_copy .ft_info .hdn_btn a.cpn {font-size:16px;}
	#ft .ft_copy .ft_info .hdn_btn a.adm_btn {padding:4px 8px;}
	#ft .ft_copy .ft_info p.info {font-size:16px; line-height:28px;}
	#ft .ft_copy .ft_info p.info span {margin-right:40px;}
	#ft .ft_copy .ft_info p.copy {font-size:16px; line-height:28px;}
	 
 }
 @media (max-width: 639px){
	#ft .inner {width:100%; padding:0 10px;}
	#ft .link_wrap .inner {height:50px;}
	#ft .link_wrap ul li {font-size:14px; margin-right:10px;}
	#ft .ft_copy {padding:30px 0;}
	#ft .ft_copy .rwap {display:block;}
	#ft .ft_copy .rwap select.family_site {height:40px; padding:0 12px; font-size:14px; border-radius:6px; margin-bottom:24px;}
	#ft .ft_copy .rwap .ft_logo_wrap a.ft_logo img {height:32px;}
	#ft .ft_copy .rwap .ft_logo_wrap a.ft_logo_wow img {height:32px;}
	#ft .ft_copy .ft_info {margin-top:25px;}
	#ft .ft_copy .ft_info .hdn_btn a.cpn {font-size:14px;}
	#ft .ft_copy .ft_info .hdn_btn a.adm_btn {font-size:11px; margin-right:3px;}
	#ft .ft_copy .ft_info p.info {font-size:14px; line-height:25px; letter-spacing:-0.025em;}
	#ft .ft_copy .ft_info p.info span {margin-right:30px;}
	#ft .ft_copy .ft_info p.copy {font-size:14px; line-height:25px; margin-top:20px;}
	
	#top_btn {bottom:15px; right:15px; width:45px; height:45px; font-size:0.9em;}
	 
 }
 @media (max-width: 399px){
	#ft .link_wrap .inner {height:48px;}
	#ft .link_wrap ul li {font-size:13px; margin-right:8px;}
	#ft .link_wrap ul li.mb_view {display:inline-block;}
	#ft .link_wrap ul li.pc_view {display:none;}
	#ft .ft_copy {padding:28px 0;}
	#ft .ft_copy .rwap select.family_site {height:38px; font-size:13px; border-radius:5px; margin-bottom:22px;}
	#ft .ft_copy .rwap .ft_logo_wrap {width:100%;}
	#ft .ft_copy .rwap .ft_logo_wrap a.ft_logo img {height:30px;}
	#ft .ft_copy .rwap .ft_logo_wrap a.ft_logo_wow img {height:30px;}
	#ft .ft_copy .ft_info .hdn_btn a.cpn {font-size:13px;}
	#ft .ft_copy .ft_info p.info {font-size:13px; line-height:20px;}
	#ft .ft_copy .ft_info p.info span {display:block; margin-right:0px;}
	#ft .ft_copy .ft_info p.copy {font-size:13px; line-height:20px;;}
	 
 }

/* 체크박스 */
.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 #333;border-color:#333;
-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; font-size:12px;}
.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:var(--main-color);border:1px solid var(--main-color);color:#fff;cursor:pointer}
.btn_submit:hover{filter:brightness(105%);}
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;}
 }
/* 게시판용 버튼 */
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:#333;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#222}
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:45px;}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border:1px solid #999;}
.frm_input {height:45px;}
.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:#fff; background:var(--main-color); padding:2px 4px;}

/* 사이드뷰 */
.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;}

/* 모달 유튜브 반응형 추가 */
.remodal {padding:0 !important;}
.youtubeWrap {position: relative;width:100%;padding-bottom: 56.25%; max-width:1400px; margin:0 auto; }
.youtubeWrap iframe{position:absolute; left:0; width:100%; height:100%;}
button.connect-close {position:absolute; left:50%; margin-left:-40px; bottom:-60px; font-size:17px; width:80px; height:40px; color:#fff; border:none; border-radius:8px; background:#111;}
@media (max-width:969px){
	.youtubeWrap {width:100%;}
	button.connect-close {font-size:16px;}
}

@media (max-width:639px){
	.youtubeWrap {width:100%;}
	button.connect-close {margin-left:-35px; bottom:-55px; font-size:15px; width:70px; border-radius:7px;}
}