@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500&display=swap');
@font-face { font-family: 'Noto Serif KR'; font-style: normal; font-weight: 400;
	src: url(/fonts/NotoSerifKR-Light.woff2) format('woff2'),
	     url(/fonts/NotoSerifKR-Light.woff) format('woff'),
		 url(/fonts/NotoSerifKR-Light.otf) format('opentype'); }
@font-face { font-family: 'Noto Serif KR'; font-style: normal; font-weight: 600;
	src: url(/fonts/NotoSerifKR-Medium.woff2) format('woff2'),
	     url(/fonts/NotoSerifKR-Medium.woff) format('woff'),
		 url(/fonts/NotoSerifKR-Medium.otf) format('opentype'); }
@font-face { font-family: 'Noto Serif KR'; font-style: bold; font-weight: 800;
	src: url(/fonts/NotoSerifKR-Bold.woff2) format('woff2'),
	     url(/fonts/NotoSerifKR-Bold.woff) format('woff'),
		 url(/fonts/NotoSerifKR-Bold.otf) format('opentype'); }
		 
:root {
	--main-color:#04aa72;
	--sub-color:#00644e;
	
	accent-color:var(--main-color);
}

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.88em;height:100%;font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;/*font-size:1em;*/font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {/*font-size:1em;*/-webkit-appearance:none}
textarea, select,button {/*font-size:1em;*/font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
input, textarea {/*appearance: none; -webkit-appearance: none;*/ -webkit-border-radius: 0;}
select {margin:0;/*background:none;*/ color:#444; background:url('/img/btn_down.png') no-repeat 99% center; background-size:10px 6px; -webkit-appearance: none;-moz-appearance: none; appearance: none;}
::selection { background-color:var(--sub-color);color:#fff;}/* Works in Safari, IE9, Google Chrome */
::-moz-selection { background-color:var(--sub-color);color:#fff;}/* Mozilla based browsers */
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;}
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}
img{vertical-align:top;max-width:100%;height:auto}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


 
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939; color:#fff}

/* 상단 레이아웃 */
#hd {width:100%;z-index:999; position:fixed; background: #fff; color: #666; }
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_wrapper{ position:relative; margin:0 auto;max-width:1200px; height:90px;}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:25px 0 0; color:#fff; font-weight:400;}
#logo a {color:inherit;}
#logo a span {margin-left:10px;}
#logo img {vertical-align:bottom;max-height:100%;width:auto; height:50px;}
#logo .logo_on {display:none;}

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

/* 메인메뉴 시작 */
#gnb {position:relative; width:700px; z-index:99; float:right; margin-right:60px;}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap{margin:0 auto;position:relative}

.last_menu { position:absolute; right:0; height:90px; display:flex; align-items:center; justify-content:flex-end;}
.last_menu .menu_icon {display:flex; justify-content:flex-end; flex-wrap:wrap; width:12px; margin-left:20px;}
.last_menu .menu_icon span {width:100%; height:1px; content:""; border-top:2px solid #fff; margin:1px 0;
-webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out;}
.last_menu .menu_icon span:nth-child(2) {width:80%;}
#hd:hover .menu_icon span {width:60%;}
#hd:hover .menu_icon span:nth-child(2) {width:100%;}
.fixed .menu_icon span {border-color:#222;}


/* 메인메뉴 > 1차메뉴 */
#gnb #gnb_1dul {zoom:1; font-size:1.29em; display:flex;}
#gnb .gnb_1dli {line-height:90px; height:90px; padding:0; position:relative; text-align:center; flex:auto; }
.gnb_1da {color:#666; font-weight:500;width:100%} /*글자색*/
.gnb_1dli:hover .gnb_1da {color:var(--main-color);} /* 마우스오버 글자색 */
.gnb_1dli:before{content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:0px; height:1px; width:0%; border-bottom:3px solid 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;}

/* 메인메뉴 > 전체메뉴 2차 */
.gnb_2dli{font-size:15px;} 
.gnb_2dul {display:none;}
.gnb_2da {display:block;line-height:40px;color:#ccc;text-align:center; letter-spacing:-1px;} /* 글자색 */
a.gnb_2da:hover{color:var(--main-color); /* 마우스오버 글자색 */}
#all_cate{position:absolute;width:100%;z-index:50;top:90px;height:0px;display:none;background:rgba(0,0,0,0.5);/* 전체배경색 */}
#all_cate div {position:relative;}
.cate_2dul{display:none;position:absolute;top:90px;left:0;width:100%;height:0px;overflow:hidden;z-index:9999;}
.cate_2dul:hover {background:rgba(0,0,0,0.5); color:#fff; /* 메뉴오버 배경 */
-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}

.gnb_wrap .gnb_empty {padding:10px 0; width:100%;text-align:center;line-height:2em;color:#888}
.gnb_wrap .gnb_empty a {color:inherit;text-decoration:underline}
/* 메인메뉴 끝 */

#tnb{background:#090a0c;line-height:40px}
#tnb ul {max-width:1200px;margin:0 auto}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li{float:left} 
#tnb .right{float:right}
#tnb li a{color:#b8b8b8;display:block;padding: 0 13px}
#tnb li a:hover{background:#1b1e24}
#tnb .tnb_res a{background:#00644e;color:#fff;padding:0 20px;font-weight:600;}
#tnb .tnb_res a:hover{background:#00644e}
#tnb .tnb_res i{margin-right:5px}
#tnb .tnb_sns i{color:#00644e;margin-right:5px}

.hd_sch_btn{float:right;width:50px;border:0;background:0;height:80px;color:#fff;font-size:18px;vertical-align:top;}
#hd_sch{z-index:10;display:none;position:absolute;top:40px;left:0;background:#121418;width:100%;}
#hd_sch .sch_wr{margin:0 auto;max-width:1200px;position:relative;}
#hd_sch #sch_stx {background:none;border:0;width:100%;height:80px;padding:0 50px;color:#fff;font-size:1.385em}
#hd_sch #sch_stx:focus{outline:0;border-bottom:2px solid red}
#hd_sch #sch_submit{background:none;border:0;position:absolute;top:0;left:0;color:#fff;height:80px;width:50px;font-size:18px;}
#hd_sch .btn_close{background:none;border:0;position:absolute;top:0;right:0;width:50px;height:80px;color:#aaa;font-size:18px}
#hd_sch .btn_close:hover{color:#fff}

#gnb_open {float: right;width: 50px;border: 0 ;background: 0;height: 100px;color: #ccc; font-size: 18px;vertical-align:top; display:none;}

#gnb2 {display:none;position:fixed;top:0;right:0;height:100%;background:#202228;z-index:99999;width:30%;min-width:300px}
#gnb2 .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;color:#555}
#gnb2 .gnb_tnb{padding:0 10px;}
#gnb2 .gnb_tnb li{display:inline-block;line-height:50px}
#gnb2 .gnb_tnb li a{color:#b8b8b8;display:block;padding:0 10px} 
#gnb2_1dul{margin:20px 0; padding-top:20px;}
#gnb2_1dul .gnb2_1dli{position:relative}
#gnb2_1dul .gnb2_1dli button{position:absolute;top:0;right:0;border:0;background:none;height:50px;width:50px;text-indent:-999px;overflow:hidden; background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;background-size:10px}
#gnb2_1dul .gnb2_1da{padding:0 20px;display:block;color:#fff;font-size:1.15em;line-height:50px}
#gnb2_1dul .gnb2_2dul {display:none}
#gnb2_1dul .gnb2_2da {color:#a8a6b0;padding:0 30px;font-weight:normal;white-space: nowrap;line-height:30px}

/*상단고정*/
.fixed #hd {background:#fff; border-bottom:1px solid #e5e5e5;}
.fixed #hd #tnb {display:none}
.fixed #logo a span {color:#444;}
.fixed #logo .logo {display:none;}
.fixed #logo .logo_on {display:inline-block;}
.fixed .gnb_1da {color:#666;}
.fixed .last_menu {color:#888;}
.fixed #gnb_open {color:#888;}

.mob_view {display:none;}


/* 중간 레이아웃 */
.bo_top_img,
#bo_list_total {display:none !important;}
#wrapper {font-size:1.29em;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative; min-height:500px; max-width:1200px; margin:80px auto 60px; letter-spacing:-0.05em;}
#container:after {display:block;visibility:hidden;clear:both;content:""}

#svisual {width:100%; height:500px; background:url('/img/svisual.jpg') 50% 50%; background-size:cover; display:flex; align-items:center; justify-content:center;}
#container_title {text-align:center; color:#fff;  font-weight:300; font-size:2.3em; font-weight:500; margin:80px auto 0;}
#container>p{display:none;}

/* 공통 */
#tit {margin-bottom:60px;}
#tit h3 {font-size:2.3em; font-weight:800; margin-bottom: 15px;font-family:"Raleway"; text-align: center; color:#333; }
#tit p {color:#888; text-align: center;}

.ct_area {width:calc(100% - 80px); max-width:1200px; margin:0 auto;}
.shadow {box-shadow:0px 10px 15px rgba(0,0,0,0.1);}
.btn_area {display:flex; justify-content:center;}
.btn_area a { width:260px; height:60px; line-height:60px; text-align:center; border:1px solid #e5e5e5; background:#fff; color:#444; font-size:16px; display:inline-block; margin-top:50px;}
.btn_area a:hover {background-color:#00644e; border-color:#2d3a80; color:#fff;}

.cl_bl{color: #00644e;}



/**** 메인비주얼 ****/
.mainvisual .swiper-container {width: 100%;height: 100%;background: #000;}
.mainvisual .swiper-slide { min-height:900px; color: #fff; padding-top:360px; background-size:cover; text-align:center;
-webkit-box-sizing: border-box;box-sizing: border-box;}

.mainvisual .swiper-slide .title,
.mainvisual .swiper-slide .subtitle {font-family:"Raleway"; width:90%; max-width:1000px; margin:0 auto; word-break:keep-all; text-shadow:0 0 8px rgba(0,0,0,0.5);}
.mainvisual .swiper-slide .title {font-size:1.5rem;}
.mainvisual .swiper-slide .subtitle {font-size:5rem; font-weight:900; margin-top:25px;}

.mainvisual .swiper-button-next, 
.mainvisual .swiper-button-prev { top:auto; left:50% !important; bottom:0 !important; width:60px !important; height:60px !important; background-size:8px 14px !important; background-color:rgba(34,34,34,0.8);}
.mainvisual .swiper-button-prev {margin-left:478px;}
.mainvisual .swiper-button-next {margin-left:540px;}
.mainvisual .swiper-button-next:hover, 
.mainvisual .swiper-button-prev:hover {background-color:rgba(34,34,34,0.95)}
.mainvisual .swiper-button-prev, 
.mainvisual .swiper-container-rtl .swiper-button-next {background-image:url('/img/arrow_left.png') !important;}
.mainvisual .swiper-button-next, 
.mainvisual .swiper-container-rtl .swiper-button-prev {background-image:url('/img/arrow_right.png') !important;}

.mainvisual .swiper-pagination {margin-left:-600px; text-align:left; left:50% !important; bottom:200px !important;}
.mainvisual .swiper-pagination-clickable .swiper-pagination-bullet {margin-left:5px; }
.mainvisual .swiper-pagination-clickable .swiper-pagination-bullet-active {background-color:#00644e !important;}

/*** about ***/
#main_about{max-width: 1200px;}
#main_about,
#main_brand {padding:160px 0 120px;}
#main_about .imgarea {display:flex; justify-content:space-between;   }
#main_about .imgarea a {display:block; width:calc(33.33% - 20px); position:relative;}
#main_about .imgarea .img {overflow:hidden; border-radius:20px}
#main_about .imgarea .img img {-webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out;}
#main_about .imgarea h5 {font-size:1.33em; color:#fff; margin-bottom: 10px;}
#main_about .imgarea .txt {position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:1.33em; color:#fff; margin-top:0; z-index:999; text-align:center; width:100%;}
#main_about .imgarea p{opacity:0.6;}

/*** 메인 제품소개 ***/
#main_pro { padding:120px 0; background: #2c2c2c; color:#fff;}

/* 메인 자료실 */
#main_resources{max-width:1200px;padding:120px 0;}
#main_pfm{width:48%;}
.section{display:flex;gap:20px;}
.contact-box{width:48%;height:245px;background:#00644e;border-radius:0 20px 0 0;padding:32px 36px;display:flex;align-items:center;gap:24px;color:#fff;box-sizing:border-box;}
.contact-box__icon{width:100px;height:100px;background:#f7f7f7;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.contact-box__icon img{max-width:60%;max-height:60%;display:block;}
h5.contact-box__phone{font-size:46px;}
.contact-box__btn{margin-top:12px;width:120px;height:38px;background:#fff;color:#00644e;font-size:14px;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;border-radius:4px;}


  

/* 서브 레이아웃 */
/* 오시는길 */
.location .txt{padding-top: 60px;}
.location .txt p {font-size: 1.2em; display: flex; align-items: center;line-height: 1.8em}
.location .txt p span{display: block; font-weight: 600; color: var(--main-color);margin-right: 15px; color: #00644e; }

/* overview 회사개요 표스타일*/
#overview{max-width:1200px;}
#overview table{width:100%;border-collapse:collapse;border-top:2px solid #00644e;font-size:18px;}
#overview th,#overview td{border-bottom:1px solid #dcdcdc;padding:14px 16px;vertical-align:middle;line-height:1.6;}
#overview .tbl table th{background:#00644e;color:#fff;font-weight:600;text-align:center;white-space:nowrap;width:10%;}
#overview td{background:#fff;color:#333;text-align:left;width:30%;}
#overview .img_box{display:none;}


/* 납품사례 / 주요사업분야(신한 탭) */
.business02 {max-width:1400px; margin:0 auto; }
.business02 img {display: block;margin: 0 auto; width: 90%;}

ul.tabs{margin: 0px; padding: 0px;list-style: none;text-align: center;}
ul.tabs li{background: #e3e3e3; color: #222;	display: inline-block; padding: 10px 20px; cursor: pointer; font-size: 20px;}
ul.tabs li.current{background: #00644e; color: #fff; }

.tab-content{display: none;	padding: 15px;}
.tab-content.current{display: inherit;}
.business03 img {   display: block;   margin: 0 auto; }

/* 납품사례 표 */
/* 테이블 기본 */
#work01 .tbl-work01{margin-top:30px;}
#work01 .tbl-work01 table{width:100%;border-collapse:collapse;border-top:2px solid #00644e;letter-spacing:-0.02em;}
#work01 .tbl-work01 thead th{background:#00644e;color:#fff;font-weight:700;text-align:center;padding:16px 18px;border-right:1px solid rgba(255,255,255,0.2);font-size:20px;}
#work01 .tbl-work01 tbody td{padding:16px 18px;border-bottom:1px solid #dcdcdc;color:#333;text-align:center;font-size:20px;}
#work01 .tbl-work01 tbody td:first-child{text-align:center;font-weight:600;white-space:nowrap;background:#f7f7f7;}

/* dev01 ~ 06 */

/* 공통 */
.spec-item{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:600;color:#333;margin-top:120px;margin-bottom:40px;}
.spec-dot{width:20px;height:20px;background:#00644e;display:inline-block;}
.img_box{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px;}
.grid3,.grid3-2{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.grid4,.grid4-3{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.grid4{margin:0 auto;}
.grid2{display:flex;gap:20px;margin-bottom:20px;}
.img{width:100%;height:auto;}
.img img{width:100%;height:auto;display:block;}
.grid4 .img img{width:100%;height:auto;display:block;}

/* 작은모니터 */
@media (max-width: 1279px){
	#logo {padding-left:10px;}
	.last_menu {padding-right:10px;}
}

/* 태블릿 */
@media (max-width:1023px) {
	#gnb {width:560px;}
	
	#svisual {height:360px;}
	#container { margin:60px auto 40px; min-height:0;}
	
	#tit {margin-bottom:40px;}
	#tit h3 { font-size:2.11em; word-break:keep-all;margin-bottom: 10px;}
	#tit p {word-break:keep-all;}
	
	.ct_area {width:calc(100% - 40px);}
	.btn_area {width:80%; margin:0 auto;}
	.btn_area a {width:100%; max-width:220px; height:50px; line-height:50px; font-size:1.2em;}

	/* 메인 소식 */
	h5.contact-box__phone{font-size:34px;}
}
@media (max-width: 973px){
	#hd_wrapper {height:60px;}
	#gnb,
	#logo span,
	.last_menu {display:none;}
	#logo {padding:15px 0 0 20px}
	#logo img {height:30px;}
    .hd_sch_btn , #gnb_open{height:60px; display:block;}
	.ct_area {width:calc(100% - 20px);}
	
	/* 상단고정 */
	.fixed #hd_wrapper,
    .fixed .hd_sch_btn,
	.fixed #gnb_open {height:60px}
    .fixed .gnb_1dli button{height:60px}
    .fixed #hd_sch {top:0}
    .fixed  #hd_sch #sch_submit,.fixed #hd_sch .btn_close,.fixed #hd_sch #sch_stx{height:60px}

	/* 메인 소식 */
	#main_resources{max-width:100%;padding:70px 0 60px;}
	.section{display:block;}
	#main_pfm{width:100%;}
	#main_resources .contact-box{margin-top:14px;}
	.contact-box{width:100%;height:auto;padding:22px 18px;border-radius:0 14px 0 0;gap:16px;flex-direction:column;justify-content:center;align-items:center;text-align:center;}
	.contact-box__icon{width:72px;height:72px;margin:0 auto;}
	.contact-box__icon img{max-width:60%;max-height:60%;}
	.contact-box__content{display:flex;flex-direction:column;align-items:center;}
	h5.contact-box__phone{font-size:28px;line-height:1.1;margin-bottom:10px;}
	.contact-box__addr{font-size:14px;line-height:1.4;word-break:keep-all;}
	.contact-box__btn{margin:10px;width:110px;height:36px;font-size:13px;}

}
/* 모바일 */
@media (max-width: 729px){
	.pc_view{display:none !important}
	.mob_view {display:block;}
	#logo .logo_view {display:block; height:20px;}
    .m_view{display:none !important}
    #hd_sch {top:0}
    #hd_sch #sch_submit,#hd_sch .btn_close,#hd_sch #sch_stx{height:60px}
	
	#wrapper {font-size:1.14em;}
	
	#tit p br {display:none;}
	
	#svisual {height:240px;}
	#container { margin:20px auto 40px;}
	#container_title {font-size:2em; margin:50px auto 0;}
	.btn_area a {margin-top:40px; font-size: 0.8em;}

	/* dev사업소개 */

	.spec-item {font-size: 20px; margin-top: 80px; margin-bottom: 20px;}


	.grid4{grid-template-columns:repeat(1, 1fr); width: 100%;}
	.grid1 {width:100%;}
	.dev p{word-break:keep-all ;}
	.dev p br{display: none;}
	.grid2 {grid-template-columns:repeat(1, 1fr); width: 100%; display: block;}
	.grid3,.grid3-2{grid-template-columns:repeat(1, 1fr); width: 100%;}

	/* 회사개요 */
	#overview{max-width:100%;}
	#overview table{font-size:16px;}
	#overview tr{display:block; border-bottom:1px solid #dcdcdc;}
	#overview th,#overview td{display:block;width:100%;border-bottom:0;padding:12px 14px;box-sizing:border-box;}
	#overview .tbl table th{white-space:normal; text-align:left; width: 100%;}
	#overview td{word-break:keep-all; overflow-wrap: anywhere;}
	#overview th:last-of-type,#overview td:last-of-type{margin-bottom:0;}

	/* 납품사례 */
	#work01 .business02 .tabs{display:flex;flex-wrap:wrap;gap:10px 8px;margin:0;padding:0;list-style:none;}
	#work01 .business02 .tabs li{flex:0 0 calc(33.33% - 6px);font-size:13px;line-height:1.2;padding:10px 8px;text-align:center;box-sizing:border-box;}
	#work01 .business02 .tabs li.current{font-weight:700;}
	#work01 .tab-content{margin-top:14px;}
	#work01 .tbl-work01{margin-top:18px;}
	#work01 .tbl-work01{width:100%;overflow:hidden;}
	#work01 .tbl-work01 table{width:100%;border-collapse:collapse;border-top:2px solid #00644e;letter-spacing:-0.02em;font-size:14px;}
	#work01 .tbl-work01 thead th{padding:12px 10px;font-size:13px;border-right:1px solid rgba(255,255,255,0.2);}
	#work01 .tbl-work01 tbody td{padding:12px 10px;font-size:14px;line-height:1.4;}
	#work01 .tbl-work01 tbody td:first-child{width:80px;white-space:nowrap;font-weight:600;background:#f7f7f7;}
	#work01 .tbl-work01 tbody td:last-child{text-align:left;word-break:keep-all;overflow-wrap:anywhere;}
}





/* 작은모바일 */
@media (max-width: 499px){
	#wrapper {font-size:1.07em;}
}

/* 하단 레이아웃 */
#ft {background:#2d3336;color:#888;text-align:center; padding:0 0 50px; font-size:1.14em; line-height:250%; font-weight:300;}
.ft_wr {background:#2c2c2c;color:#888;}
#ft_link {margin-bottom:40px;background:#272c2e;padding:15px 0; text-align: center; color: #fff;}
#ft_link a {color:inherit; }
#ft_link a:before {content:"ㆍ";}
#ft_link a:first-child:before {content:"";}
#ft_logo { margin-bottom:20px;}
/* #ft_logo img {  height:40px;} */
#ft_logo span {font-size:1em; margin-left:5px; color:rgba(255,255,255,0.2);}
#ft_copy {width:100%; max-width:960px; margin:0 auto; text-align:center; }
#ft_copy .ft_info {display:flex; flex-wrap:wrap; justify-content:center;}
#ft_copy .ft_info span {/*word-break:keep-all; white-space:nowrap;*/ margin:0 20px;}
#ft_copy .ft_info a {font-size:2em; font-weight:bold; color:#fff;}
#ft_copy .ft_info p {display:block; word-break:keep-all; margin-top:10px;}
#ft_copy .ft_section {display: flex;}

#top_btn {position:fixed;bottom:20px;right:20px;width:70px;height:70px;border:0;z-index:999; background: linear-gradient(135deg,  var(--main-color) 0%,var(--sub-color) 100%); color:#fff;transition: opacity 0.2s ease-out;opacity:0; font-size:1.2em; }
#top_btn.show {opacity: 1;}

@media (hover: hover) {
	/*** about ***/
	#main_about .imgarea .img:hover img { transform:scale(120%); }
}
/* 작은모니터 */
@media (max-width: 1279px){
	/**** 메인비주얼 ****/
	.mainvisual .swiper-slide {min-height:700px;padding-top:260px;}
	.mainvisual .swiper-slide .subtitle {font-size:4.44rem;}
	.mainvisual .swiper-pagination {margin-left:0; text-align:center; left:0% !important;bottom:20px !important;}	
	
	/*** about ***/
	#main_about,
	#main_brand	{padding:100px 0 60px;}
	
	/* 상담문의 */
	#main_qa .txt h3,
	#main_qa #form_area .qa_form {padding:80px;}
	#main_qa .txt h3 {font-size:1.78em;}
	
	/* 오시는길 */
	#main_map .txt { display:none; }
}
/* 태블릿 */
@media (max-width: 1023px){
	/**** 메인비주얼 ****/
	.mainvisual .swiper-button-next, 
	.mainvisual .swiper-button-prev {left:auto !important; right:0 !important; margin:0;}
	.mainvisual .swiper-button-prev {right:62px !important;}
	.mainvisual .swiper-slide .title,
	.mainvisual .swiper-slide .subtitle {width:80%;margin-top:15px;}
	.mainvisual .swiper-slide .title {font-size:1.25rem;}
	.mainvisual .swiper-slide .subtitle {font-size:3.75rem; line-height:130%;}
	
	/* 상담문의 */
	#main_qa .txt h3,
	#main_qa #form_area .qa_form {padding:60px;}
	#main_qa .txt h3 {}
	#main_qa #form_area .qa_form input,
	#main_qa #form_area .qa_form select,
	#main_qa #form_area .qa_form textarea {}	
	
	/* 하단 레이아웃 */
	#ft {padding:0 0 30px; font-size:1em; line-height:160%;}
	#ft_copy span { /*white-space:normal;*/ }
}

/* 모바일 */
@media (max-width: 729px){
	/**** 메인비주얼 ****/
	.mainvisual .swiper-slide {min-height:700px; padding-top:250px;}
	.mainvisual .swiper-slide .title,
	.mainvisual .swiper-slide .subtitle {text-align:left;}
	.mainvisual .swiper-slide .title {font-size:1.2rem;}
	.mainvisual .swiper-slide .subtitle {font-size:3rem;}
	
#main_about .imgarea{display:block;}
#main_about .imgarea a{display:block;width:100%;aspect-ratio:16/9;position:relative;}
#main_about .imgarea .img{width:100%;height:100%;overflow:hidden;border-radius:14px;}
#main_about .imgarea .img img{width:100%;height:100%;object-fit:cover;display:block;}
#main_about .imgarea .txt{font-size:0.95em;}
#main_about .imgarea p{font-size:1em;}
#main_about .imgarea a+a{margin-top:14px;}

/* 소식 */
.section{display: block;}
#main_pfm {width: 100%; margin-bottom: 40px;}
.lt_notice h2 {text-align: center;}
.contact-box {width: 100%; height: 245px; border-radius: 20px; padding: 32px 36px; align-items: center; display: block; }
h5.contact-box__phone{font-size: 36px;}
}
.contact-box__btn{align-items: center; justify-content:center}
/* 작은 모바일 */
@media (max-width: 499px){
	/**** 메인비주얼 ****/
	.mainvisual .swiper-slide {background-size:cover; min-height:600px; padding-top:200px;}
	.mainvisual .swiper-slide .title,
	.mainvisual .swiper-slide .subtitle {width:90%;}
	.mainvisual .swiper-slide .subtitle {font-size:1.85rem;}
	
	/*** about ***/

	
	/*** 제품소개 ***/
	#main_pro { padding:60px 0; }
	
	/* 상담문의 */
	#main_qa .txt h3 {padding:80px 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 red;border-color:red;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}


.bo_chk input, .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn{display:inline-block;padding:0 5px;height:40px;line-height:40px;;padding: 0 15px; font-size:0.78em;}
a.btn01 {display:inline-block;background:#eee;color:#444;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {background:#00644e;border:0; border-radius:0px;color:#fff;cursor:pointer}
.btn_submit:hover{background:#2d3a80}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:0;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#f8f8f8;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#00644e;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#04aa72}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;background:#ff0000;color:#fff;font-size:16px;text-decoration:none;vertical-align:middle;line-height:40px;width:40px;text-align:center;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {color:#fff;}

/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border:1px solid #cacaca;background:#d9d9da;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border:1px solid #e3e3e5;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01{padding:0 10px;}
.list_01 li{background:#fff;border-radius:3px;padding:10px 0px;border-bottom:1px solid #eee;}

/* 기본폼 */
.form_01{margin:10px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
 textarea, .frm_input {border:1px solid #d7d7d7;background:#fff;color:#000;vertical-align:middle;padding:0 10px;height:40px;}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border:1px solid red}
.frm_input {height:40px;}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center; width:100%;}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;
-webkit-box-shadow:  2px 2px 5px #eee;
-moz-box-shadow:  2px 2px 5px #eee;
box-shadow: 2px 2px 5px #eee
}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:20px}

.new_win .win_ul {margin:20px}
.new_win .win_ul li {display:inline-block;}
.new_win .win_ul li a {display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px 0;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;;margin:0 0 20px;display:inline-block;font-weight:bold}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333;font-weight:300;margin-right:10px}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0;text-align:center}
.pg {display:inline-block }
.pg_page, .pg_current {display:inline-block;padding:0 13px;height:35px;color:#959595;line-height:35px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:#f8f8f8; }
.pg_page {background:#eee;}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#494949;color:#fff;font-weight:normal;line-height:35px;}


/***** 내용페이지 *****/
#ctt_con { color:#888; }
#ctt_con table {width:100%; border-top:2px solid #00644e;}
#ctt_con table th,
#ctt_con table td {border-bottom:1px solid #e5e5e5; padding:10px;}
#ctt_con table th {width:20%; text-align:left; background-color:#fafafa; color:#222; font-weight:normal;}
#ctt_con table td {}
#ctt_con .stit {font-size:1.33em; color:#222; margin-bottom:20px;}
#ctt_con .xstit {font-size:1.11em; color:#444; margin-bottom:20px;}
#ctt_con .mt60 {margin-top:60px;}
/* #ctt_con p {margin-bottom:40px;} */
.mb_view{display: none;}

/*** 인사말 ***/
#ctt_con .greeting { }
#ctt_con .greeting .img_txt_area {display:flex; justify-content:space-between; }
#ctt_con .greeting .img_txt_area .img {max-width: 460px;}
#ctt_con .greeting .img_txt_area .img img{width: 100%}
#ctt_con .greeting .img_txt_area .img .mb_view{display:none;}
#ctt_con .greeting .img_txt_area .txt {width:calc(100% - 460px); padding-left:50px;}
#ctt_con .greeting .img_txt_area .txt h3 {font-size:2.2em;word-break:keep-all;color: #222;font-weight: 800;}
#ctt_con .greeting .img_txt_area .txt .con {margin-top:30px; line-height:180%;}
#ctt_con .greeting .img_txt_area .txt .con p {margin-bottom:30px; word-break:keep-all;}
#ctt_con .greeting .img_txt_area .txt .con b {color:#444;font-size: 1.2em;}
#ctt_con .greeting .img_txt_area .txt .name  { font-weight:600; font-size:1.1em;}


/*** 오시는길 ***/
#ctt_con .map .tit {display:flex; justify-content:space-between; margin-bottom:20px;}
#ctt_con .map .tit h1 {font-size:1.4em; color:#444; font-weight:400; word-break:keep-all;}
#ctt_con .map .tit p {display:flex;}
#ctt_con .map .tit a {display:flex; align-items:center; justify-content:center; width:100%; min-width:180px; height:40px; border:1px solid #e5e5e5; margin-left:10px; font-size:0.8em; color:#666;}
#ctt_con .map .tit a span {margin-left:5px;}
#ctt_con .map .tit a:hover {background:#fafafa;}
#ctt_con .map table {width:100%; border-collapse:collapse; border-top:2px solid #222; margin-top:20px;}
#ctt_con .map table th,
#ctt_con .map table td {padding:15px 20px; text-align:left; border-bottom:1px solid #e5e5e5;}
#ctt_con .map table th {background:#fafafa; color:#333; width:15%;}
#ctt_con .map table td {width:35%;}
#ctt_con .map table td a {color:inherit;}
#ctt_con .map:last-child {margin-top:100px;}

/*** 조직도 ***/
#ctt_con .orz {text-align:center;}

/*** 회사전경 ***/
#ctt_con .preview ul{}
#ctt_con .preview ul li{display:flex; justify-content: space-between; }
#ctt_con .preview ul li:nth-child(2){margin: 60px 0;}
#ctt_con .preview ul li img{width: 49%;}
#ctt_con .preview ul li .txt{width: 49%; border-bottom: 1px solid #e5e5e5;}
#ctt_con .preview ul li .txt h4{font-size: 1.3em; color: #222; padding: 30px 0; border-top: 2px solid #222;}
#ctt_con .preview ul li .txt p{padding: 30px; background: #f5f5f5; }

/* 작은모니터 */
@media (max-width: 1279px){
	#ctt_con {}
}
/* 태블릿 */
@media (max-width: 1023px){
	#ctt_con {}
	#ctt_con .greeting { }
	#ctt_con .greeting .img_txt_area .img {width: 48%;}
	#ctt_con .greeting .img_txt_area .img img{width: 100%}
	#ctt_con .greeting .img_txt_area .txt {width:50%; padding-left:00px;}
	#ctt_con .greeting .img_txt_area .txt h3 {font-size:2em;}
	#ctt_con .greeting .img_txt_area .txt .con {margin-top:20px; line-height:160%;}
	#ctt_con .greeting .img_txt_area .txt .con p {margin-bottom:30px; word-break:keep-all;}
	#ctt_con .greeting .img_txt_area .txt .con b {color:#444;font-size: 1.2em;}
	#ctt_con .greeting .img_txt_area .txt .name  { font-weight:600; font-size:1.1em;}

	#ctt_con .preview ul li:nth-child(2){margin: 40px 0;}
	#ctt_con .preview ul li .txt h4{font-size: 1.2em;  padding: 20px 0; }
	#ctt_con .preview ul li .txt p{padding: 20px; }
}
/* 모바일 */
@media (max-width: 729px){
	#ctt_con table.col-4 tr {display:flex; flex-wrap:wrap;}
	#ctt_con table.col-4 th {width:30%;}
	#ctt_con table.col-4 td {width:70%;}
	.mb_view{display: block;}
	.pc_view{display: none;}
	
	/*** 인사말 ***/
	#ctt_con .greeting .img_txt_area .txt h3 br {display:none;}
	#ctt_con .greeting .img_txt_area {flex-wrap:wrap;}
	#ctt_con .greeting .img_txt_area .img {width:100%;max-width: 100%;}
	#ctt_con .greeting .img_txt_area .img .pc_view{display: none;}
	#ctt_con .greeting .img_txt_area .img .mb_view{display: block;}
	#ctt_con .greeting .img_txt_area .txt {width:100%; padding-left:0; padding-top:20px;}
	#ctt_con .greeting .img_txt_area .txt h3 {font-size:1.8em;}
	#ctt_con .greeting .img_txt_area .txt .name {text-align:right;}
	
	#ctt_con .img_video {flex-wrap:wrap;}
	#ctt_con .img_video .img,
	#ctt_con .img_video .img img,
	#ctt_con .img_video .video {width:100%;}
	#ctt_con .img_video .video iframe {margin-top:20px; min-height:300px;}
	
	/*** 오시는길 ***/
	#ctt_con .map .tit p a {min-width:60px;}
	#ctt_con .map .tit p a span {display:none;}
	#ctt_con .map iframe {height:250px;}
	#ctt_con .map table tr {display:flex; flex-wrap:wrap;}
	#ctt_con .map table th {width:30%;}
	#ctt_con .map table td {width:70%;}
	#ctt_con .map:last-child {margin-top:40px;}

	#ctt_con .preview ul li{flex-direction: column; }
	#ctt_con .preview ul li img{width: 100%; margin-bottom: 25px;}
	#ctt_con .preview ul li .txt{width: 100%;border-bottom: 0px;}
	#ctt_con .preview ul li:nth-child(2){margin: 20px 0;}
	#ctt_con .preview ul li .txt h4{font-size: 1.1em;  padding: 20px 0; }
	#ctt_con .preview ul li .txt p{padding: 15px; }

}


