@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css'); 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700;800&display=swap');
@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;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, 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:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
.info_none {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;
}

::selection {background:#171e31; 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:0px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:px;padding:5px 10px;border:0;background:#393939;color:#fff; font-size:13px;}

/* 상단 레이아웃 */
#hd {width:100%; height:80px; background:#fff; border-bottom:1px solid #e7e7e7; z-index:999; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd.scroll {position:fixed;}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_wrapper {margin:0 auto; max-width:98%; display:flex; justify-content:space-between; align-items:center;}

#logo {}
#logo img {vertical-align:middle;max-height:100%;width:100%; max-width:180px; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}

.qa_btn {font-size:16px; color:#fff; padding:8px 40px; background:#172b64; border-radius:18px 0 18px 0; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;position: relative;}
.qa_btn:hover {background:#0081c9;}
.qa_btn span {position: absolute;top: -10px;right: -10px;min-width: 25px;height:25px; text-align:center;background-color: #d71f1f;-webkit-border-radius: 18px;border-radius: 18px;font-size: 10px;line-height: 25px;color: #fff;font-weight: 700;letter-spacing: 0;}

#gnb {display:block; display:flex; justify-content:center;}
#gnb .gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb a {display:block}
.gnb_1dli{position:relative;float:left;line-height:35px; margin:0 20px; text-align:center;}
/* 프리미엄신차패키지  .gnb_1dli:nth-child(6) {display:none;}*/
.gnb_1dli:last-child {display:none;}
.gnb_1dli button {display:none}
.gnb_1da {padding:0 20px;color:#444;line-height:80px;font-size:18px;font-weight:400;transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.gnb_2dul {display:none;position:absolute;top:80px; width:190px; padding:5px 0;left:50%; margin-left:-95px; background:#fff; border:1px solid  #e7e7e7; border-top:0; min-width:100%;z-index:99}
.gnb_1dli:hover .gnb_2dul {display:block}
.gnb_1dli:before{background:#0081c9;position:absolute;bottom:0;left:0;width:0px;height:3px;content:'';transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.gnb_1dli:hover:before{width:100%;}
.gnb_1dli:hover .gnb_1da{color:#0081c9;}
.gnb_2da {color:#333;font-size:15px;padding:0 15px;font-weight:normal;white-space: nowrap;text-align:center;transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.gnb_2da:hover{color:#999;}

.m_view {display:none !important}
#gnb_open {float: right;width:60px;border: 0 ;background: 0;height:60px;color:#fff; font-size:18px; vertical-align:top; background:#006bc5}

#gnb2 {display:none;position:fixed;top:0;right:0;height:100%;background:#fff;z-index:99999;width:30%;min-width:280px; border-left:1px solid #e7e7e7;}
#gnb2 .btn_close {position:absolute;top:5px;right:0;width:50px;height:50px;border:0;background:none;color:#fff; font-size:18px;}
#gnb2 .gnb_top {width:100%; height:60px; background:#172b64;}
#gnb2 .gnb_tnb {padding:0 10px;}
#gnb2 .gnb_tnb li {display:inline-block;line-height:50px;}
#gnb2 .gnb_tnb li a {color:#333;display:block;padding:0 10px} 
#gnb2_1dul .gnb2_1dli {position:relative;border-bottom:1px solid #e7e7e7;}
#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_1dli:nth-child(6) {display:none;} */
#gnb2_1dul .gnb2_1dli:last-child {display:none;}
#gnb2_1dul .gnb2_1da {padding:0 20px;display:block;color:#111;line-height:50px}
#gnb2_1dul .gnb2_2dul {display:none; padding:5px 0;  background:#f6f6f6;}
#gnb2_1dul .gnb2_2da {color:#777; font-size:15px; padding:0 20px;font-weight:normal;white-space: nowrap;line-height:32px; display:block;}

@media (max-width: 1799px){
	.gnb_1dli{margin:0 15px;}
	.gnb_1da  {font-size:17px; letter-spacing:-0.03em; padding:0 8px;}
}

@media (max-width: 1499px){
	.qa_btn {padding:8px 30px;}
	#logo img {max-width:150px;}
	.gnb_1da  {font-size:17px;}
}

@media (max-width: 1399px){
	#hd_wrapper {padding:0 10px; max-width:100%;}
	.gnb_1dli{margin:0 10px;}
	.gnb_1da {padding:0 5px;}
}

@media (max-width: 1199px){	
	#logo img {max-width:130px;}
	.gnb_1dli {margin:0 5px;}
	.gnb_1da {letter-spacing:-0.03em;}
	.qa_btn { display:none; padding:8px 20px; font-size:15px;}
	
}

@media (max-width: 969px){
    .pc_view {display:none !important}
    .m_view {display:block !important}
	
	.hd_pops_con {width:100% !important; height:auto !important;}
	.hd_pops {position:absolute; left:0 !important; top:60px !important;  margin:5px;}
	
	#hd_wrapper {padding:0 0 0 10px;}
	
	#hd {height:60px;}
	#logo img {width:80%; max-width:auto;}
	
	.qa_btn {position:fixed; bottom:0; left:50%; margin-left:-75px; width:150px; text-align:center; padding:10px 40px; background:#0081c9; border-radius:10px 10px 0 0; z-index:99999;}
}
@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 {height:50px;}
	#logo img {width:70%;}	
	#gnb_open {width:50px; height:50px;}
	#gnb2 .gnb_top {height:50px;}
	#gnb2 .btn_close {top:3px;}
	#gnb2_1dul .gnb2_1da {font-size:15px; line-height:45px;}
	#gnb2_1dul .gnb2_2da {font-size:14px;}
	
	.qa_btn {font-size:14px; }
	
 }



/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px; /*max-width:1200px;*/ width:100%;}
#container:after {display:block;visibility:hidden;clear:both;content:""}

.wrap1200 {max-width:1200px; margin:0 auto 120px; padding-top:60px;}

.sub_visual { text-align:center; padding:110px 0; z-index:9;background:url('/images/sv_automega.jpg') center center no-repeat;}
.sub_visual h2 {font-weight:500; font-size:48px; color:#fff;}

#sv_company {background:url('/images/sv_company.jpg') center center no-repeat;}
#sv_product {background:url('/images/sv_product.jpg') center center no-repeat;}
#sv_store {background:url('/images/sv_store.jpg') center center no-repeat;}
#sv_case {background:url('/images/sv_case.jpg') center center no-repeat;}
#sv_pkg {background:url('/images/sv_pkg.jpg') center center no-repeat;}
#sv_tesla {background:url('/images/sv_tesla.jpg') center center no-repeat;}



 @media (max-width: 1399px){
    .wrap1200 {padding:60px 10px;}
 }

 @media (max-width: 969px){
    .sub_visual {padding:50px 0; background-size:250% auto;}
	.sub_visual h2 { font-size:38px;}
	#sv_company {background-size:250% auto;}
	#sv_product {background-size:250% auto;}
	#sv_store {background-size:250% auto;}
	#sv_case {background-size:250% auto;}
	#sv_pkg {background-size:250% auto;}
	#sv_tesla {background-size:250% auto;}
	
	.wrap1200 {margin:0 auto 50px; padding-top:40px;}
 }
 @media (max-width: 639px){
	.sub_visual {padding:30px 0; background-size:300% auto;}
	.sub_visual h2 {font-size:22px;}
	#sv_company {background-size:300% auto;}
	#sv_product {background-size:300% auto;}
	#sv_store {background-size:300% auto;}
	#sv_case {background-size:300% auto;}
	#sv_pkg {background-size:300% auto;}
	#sv_tesla {background-size:300% auto;}
	
	.wrap1200  {margin:0 auto 30px; padding-top:30px;}
 }
 
/* 메인 레이아웃 */
#main_video {widht:100%; max-height:940px; overflow:hidden; display:flex; align-items:center;}

#section01 {width:100%; padding:200px 20px; text-align:center; background:url('/images/section01_bg.jpg') center center no-repeat;}
#section01 h2 {font-family: 'Open Sans', sans-serif; font-weight:700; font-size:70px; color:#fff;}
#section01 p {font-size:24px; line-height:35px; font-weight:300; color:#fff; margin-top:15px; word-break:keep-all;}

.right {text-align:right;}
.mtxt_box {max-width:1200px; margin:0 auto; padding:0 20px;}
.mtxt_box h4 {}
.mtxt_box p {font-size:19px; line-height:30px; color:#fff; margin:40px 0; word-break:keep-all;}
.mtxt_box a.go_btn {display:inline-block; font-size:17px; color:#fff; border:1px solid #fff; width:200px; height:50px; line-height:50px; text-align:center; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
.mtxt_box a.go_btn:hover {background:#fff; color:#111;}

#section02 {position:relative; padding:200px 0 140px; background:url('/images/section02_bg.jpg') center center no-repeat;}
#section02 img.car {position:absolute; right:30px; top:-100px;}
#section03 {padding:200px 0 140px; background:url('/images/section03_bg.jpg') center center no-repeat;}
#section04 {padding:200px 0 140px; background:url('/images/section04_bg.jpg') center center no-repeat;}
#section05 {padding:200px 0 140px; background:url('/images/section05_bg.jpg') center center no-repeat;}
#section06 {padding:200px 0 140px; background:url('/images/section06_bg.jpg') center center no-repeat;}
#section07 {padding:200px 0 140px; background:url('/images/section07_bg.jpg') center center no-repeat;}
#section_tom {padding:200px 0 140px; background:url('/images/section_tom_bg.jpg') center center no-repeat;}

#section08 {width:100%; display:flex;}
#section08 .bg_box {width:50%; background:url('/images/section08_bg.jpg') right center no-repeat;}
#section08 .cont_box {width:50%; background:#353535;}

	/* counseling */
	#list_area {width:100%; padding:100px 10px 60px 40px; max-width:600px;}
	#list_area h3 {font-size:36px; color:#fff; display:inline-block;}
	#list_area h4 {font-size:18px; color:#aaa; display:inline-block; font-weight:300; margin-left:15px;}
	#list_area a.adm_btn {display:inline-block; width:120px; height:35px; line-height:35px; text-align:center; margin:20px auto 0; border:1px solid #fff; font-size:14px; color:#fff; opacity:0.7; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
	#list_area a.adm_btn:hover {opacity:1;}
	
	#rolling_wrap {width:100%; height:300px; margin-top:40px; overflow:hidden; position:relative;}
	#rolling {position:absolute; top:0px; left:0px; width:100%; height:100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-start;}
	#rolling .counsel {margin-bottom:5px; width:100%;}
	#rolling .counsel li {width:100%; padding:0 25px; height:70px; display:flex; align-items:center; flex-wrap:wrap; background:#222;}
	#rolling .counsel li span {display:inline-block; font-size:16px; letter-spacing:-0.02em;}
	#rolling .counsel li span.icon {color:#fff; padding:5px 20px; background:#0081c9;}
	#rolling .counsel li span.date {color:#aaa; margin:0 10px 0 15px;}
	#rolling .counsel li span.subject {color:#aaa;}
	
#section08_btn {width:100%; text-align:center; background:linear-gradient(to right, #3cc0f0, #0081c9);}
#section08_btn a {font-size:36px; display:block; padding:35px 20px; font-weight:500; color:#fff;}
#section08_btn a img {margin-left:14px; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
#section08_btn a:hover img {transform:rotate(45deg);}


@media (max-width: 1399px){
	#section08 .bg_box {width:30%;background:url('/images/section08_bg.jpg') center center no-repeat;}
	#section08 .cont_box {width:70%; background:#353535;}
	#list_area {padding:100px 60px 70px; max-width:100%; margin:0 auto;}

 }
 
@media (max-width: 1199px){
	#section02 img.car {width:80%; max-width:1040px;}
	
	#list_area {padding:100px 40px 70px; max-width:100%; margin:0 auto;}
	#rolling .counsel li span { letter-spacing:-0.03em;}
 }
 
@media (max-width: 969px){
	#section01 {padding:100px 20px 160px;}
	#section01 h2 {font-size:60px;}
	#section01 p {font-size:21px; line-height:30px;}
	
	.mtxt_box {max-width:800px; padding:30px; background:rgba(0,0,0,0.5);}
	.mtxt_box p {font-size:17px; line-height:27px; font-weight:300; color:#fff; margin:30px 0; word-break:keep-all;}
	.mtxt_box a.go_btn {font-size:16px; width:160px; height:45px; line-height:45px;}

	#section02 {padding:60px 20px;}
	#section03 {padding:60px 20px;}
	#section04 {padding:60px 20px;}
	#section05 {padding:60px 20px;}
	#section06 {padding:60px 20px;}
	#section07 {padding:60px 20px;}
	#section_tom {padding:60px 20px;}
	
	#section08 {display:block;} 
	#section08 .bg_box {display:none;}
	#section08 .cont_box {width:100%;}
	#list_area {padding:60px 20px 50px;}
	#list_area h3 {font-size:30px; display:block; text-align:center;}
	#list_area h4 {font-size:17px; display:block; margin:10px 0; text-align:center;}
	#rolling .counsel li span {font-size:16px;}
	#rolling .counsel li span.icon {font-size:15px;}
	#section08_btn a {font-size:25px; padding:22px;}
	#section08_btn a img {height:30px;}
	 
 }
 
@media (max-width: 639px){
	#section01 {padding:50px 10px;}
	#section01 h2 {font-size:30px;}
	#section01 p {font-size:15px; line-height:22px;}
	#section01 p br {display:none;}
	
	.right {text-align:center;}
	.mtxt_box {padding:40px 20px; text-align:center;}
	.mtxt_box p {font-size:14px; line-height:22px; margin:30px 0;}
	.mtxt_box p br {display:none;}
	.mtxt_box a.go_btn {font-size:13px; width:120px; height:35px; line-height:35px;}
	
	#section02 {padding:0; background-size:auto 110%;}
	#section02 img.car {display:none;}
	#section02 h4 img {width:160px;} 
	#section03 {padding:0; background-size:auto 110%;}
	#section03 h4 img {width:130px;} 
	#section04 {padding:0; background-size:auto 110%;}
	#section04 h4 img {width:130px;}
	#section05 {padding:0; background-size:auto 110%;}
	#section05 h4 img {width:160px;} 
	#section06 {padding:0; background-size:auto 110%;}
	#section06 h4 img {width:120px;} 
	#section07 {padding:0; background-size:auto 110%;}
	#section07 h4 img {width:120px;} 
	#section_tom {padding:0; background-size:auto 110%;}
	#section_tom h4 img {width:120px;} 
	
	[data-aos=fade-up] {transform:none !important;}
	[data-aos^=fade][data-aos^=fade] {opacity:1 !important;}
	[data-aos^=fade][data-aos^=fade].aos-animate {transform:none !important;}
	
	#list_area {padding:40px 10px;}
	#list_area h3 {font-size:22px;}
	#list_area h4 {font-size:14px;}
	#rolling_wrap {margin-top:25px; height:240px;}
	#rolling .counsel li {padding:12px; height:auto; display:block;}
	#rolling .counsel li span {font-size:14px;}
	#rolling .counsel li span.icon {font-size:12px; margin:0 10px 5px 0; padding:2px 10px;}
	#rolling .counsel li span.date {display:none;}
	#rolling .counsel li span.subject { display:block; letter-spacing:-0.04em;}
	#list_area a.adm_btn {margin:10px auto 0;}
	#section08_btn a {font-size:18px; padding:17px;}
	#section08_btn a img {height:25px; margin-left:10px;}
 }
 
/* 서브 레이아웃 */
.mt40 {margin-top:40px !important;}
.mt60 {margin-top:60px !important;}
.br1400 {display:none;}

#company { text-align:center;}
#company img.logo {}
#company h2 {font-size:32px; color:#111; margin:50px 0 40px; word-break:keep-all;}
#company p.exp {font-size:22px; color:#333; line-height:40px; word-break:keep-all;}
#company p.exp b {color:#1a2b63;}
#company img.car {margin:60px auto 50px;}
#company p.txt {font-size:20px; line-height:36px; color:#333; word-break:keep-all;}
#company p.ceo {font-size:24px; color:#111; margin-top:60px;}
#company p.ceo b {font-size:20px; margin-right:10px;}

#contact {}
#contact iframe {width:100% !important;}
#contact .cs_wrap {display:flex; justify-content:center; margin-top:10px;}
#contact .cs_wrap li {width:49%; margin:0.5%; text-align:center; padding:40px 20px; border:1px solid #e7e7e7;}
#contact .cs_wrap li .icon {width:90px; height:90px; line-height:90px; margin:0 auto 30px; text-align:center; font-size:25px; color:#fff; border-radius:50%; background:#555;}
#contact .cs_wrap li .txt h3 {font-size:23px; margin-bottom:10px; font-weight:600; color:#172b64;}
#contact .cs_wrap li .txt p {font-size:19px; color:#555; line-height:30px; word-break:keep-all;}


#product {}
#product .brand {width:100%; padding:20px 20px 40px; text-align:center; border-bottom:2px solid #111;}
#product .brand h2 {}
#product .brand p {font-size:20px; color:#333; line-height:35px; margin:40px auto 50px; word-break:keep-all;}
 
#product .tabs {width:100%;}
#product .tabs .tabNavi {max-width:1200px; margin:80px auto 70px; zoom:1; text-align:center;display:flex; justify-content:center; flex-wrap:wrap;}
#product .tabs .tabNavi li {min-width:200px; margin:5px; height:50px; line-height:50px; text-align:center;;}		
#product .tabs .tabNavi li a {font-size:22px; padding:0 40px; display:block; color:#172b64; font-weight:300; border:1px solid #172b64; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
#product .tabs .tabNavi li a:hover {background:#7480a2; color:#fff;}
#product .tabs .tabNavi li a.selected {color:#fff; background:#172b64;}
#product .tabs .tabNavi li a.selected:hover {color:#fff;}

#product .tab {max-width:1200px; margin:0 auto; padding:0 20px;}

#product .title {text-align:center;}
#product .title h4 {font-size:32px; line-height:50px; color:#111; word-break:keep-all;}
#product .title h3 {font-size:68px; color:#172b64; margin:50px 0 40px;}
#product .title p {font-size:20px; line-height:35px; margin:20px 0; color:#333; font-weight:300; word-break:keep-all;}
#product .title p span {font-size:17px; color:#777; display:block;}
#product  ul.merit {margin:70px 0 80px;}
#product  ul.merit li {width:100%; margin:10px 0; padding:40px 50px; background:#f5f5f5;}
#product  ul.merit li h5 {font-size:22px; font-weight:500; word-break:keep-all;}
#product  ul.merit li h5 i {color:#0081c9; margin-right:5px;}
#product  ul.merit li p {font-size:17px; line-height:28px; color:#555; margin-top:15px; word-break:keep-all;}

#product .taekyong {margin:80px 0 0;}
#product .taekyong .title h3 {margin:20px 0 40px;}
#product .taekyong ul.merit {margin-bottom:20px;}
#product .taekyong .img_wrap {display:flex; justify-content:space-between;}
#product .taekyong .img_wrap img {width:49.5%;}

#product .omnivue {margin:80px 0 0;}
#product .omnivue .title h3 {margin:20px 0 40px;}
#product .omnivue ul.merit {margin-bottom:20px;}

#product .spec h4 {font-size:32px; color:#0081c9; text-align:center;}
#product .spec h5 {font-size:20px; color:#999; font-weight:300; text-align:center; margin:20px 0 40px;}
#product .spec table {width:100%; border-collapse:collapse;border-spacing:0;table-layout:fixed; border-top:2px solid #111;}
#product .spec table th {font-size:19px; color:#111; line-height:25px; font-weight:500; border-bottom:1px solid #ccc; text-align:center; padding:18px 5px;}
#product .spec table th span {font-size:17px;}
#product .spec table td {font-size:19px; color:#555; border-bottom:1px solid #ccc; text-align:center; word-break:keep-all; padding:15px 10px;}
#product .spec table td.bg {background:#f5f5f5; color:#222;}
#product .spec p.tb_info {margin-top:10px; font-size:17px; color:#333; word-break:keep-all;}
#product .info {margin:50px 20px 0;}
#product .info h4 {font-size:18px; color:#c62222; padding:7px 4px; display:inline-block; border-bottom:2px solid #c62222;}
#product .info ul {margin-top:20px;}
#product .info ul li {position:relative; font-size:16px; color: #777; padding-left:15px; margin:5px 0; word-break:keep-all;}
#product .info ul li:before {content:"·"; position:absolute; left:0;}

#product .price {margin:70px auto 0;}
#product .price h4 {font-size:32px; color:#0081c9; text-align:center;}
#product .price h5 {font-size:20px; color:#999; font-weight:300; text-align:center; margin:20px 0 40px;}
#product .price table {width:100%; border-collapse:collapse;border-spacing:0;table-layout:fixed;}
#product .price table th {font-size:17px; color:#fff; line-height:24px; font-weight:500; background:#212b47; border-right:1px solid rgba(255,255,255,0.07); border-bottom:1px solid rgba(255,255,255,0.07); text-align:center; padding:12px 5px;}
#product .price table th:last-child {border-right:0;}
#product .price table td {font-size:17px; color:#555; border-bottom:1px solid #ccc; text-align:center; padding:12px 10px; word-break:keep-all;}
#product .price table td.bg {background:#f4f4f4; color:#212b47;}

#package {width:100%; padding:50px 0 120px; background:url('/images/pkg_bg.jpg') #0f0f0f center center no-repeat;}
#package .brand {width:100%; padding:20px 20px 50px; text-align:center;}
#package .brand:after {content:""; display:inline-block; width:1px; height:70px; background:#fff;}
#package .brand h2 {}
#package .brand p {font-size:20px; color:#fff; font-weight:300; line-height:35px; margin:40px auto 50px; word-break:keep-all;}
#package .brand > img {display:none;}

#package h4.title_s {font-size:32px; color:#fff; text-align:center;}
#package h3.title_b {font-size:45px; color:#fff; margin:10px 0 45px; text-align:center;}

#package table {width:100%; border-collapse:collapse;border-spacing:0;table-layout:fixed;}
#package table th {font-size:19px; color:#fff; line-height:25px; font-weight:500; text-align:center; padding:18px 5px; background:#172b64;}
#package table td {font-size:18px; color:#fff; border-right:1px dashed #444; border-bottom:1px solid #ccc; text-align:center; padding:15px 5px; word-break:keep-all;}
#package table td:last-child {border-right:none;}
#package table td.bdr {border-right:1px dashed #444; }
#package table td.bg {color:#fff; font-weight:600;}
#package table td a.qna_btn {display:inline-block; width:90%; padding:10px 0; font-size:16px; color:#fff; border-radius:30px; background:#0081c9;}
#package table tr.adm_view {display:none;}
#package table tr.adm_view td {font-weight:700; color:#fff; font-size:20px;}
#package table tr.adm_view td.bg {color:#0081c9;}

#package .tb_wrap {display:flex; justify-content:space-between; margin:80px auto 0;}
#package .tb_wrap h5 {font-size:30px; color:#fff; margin-bottom:20px; font-weight:500;}
#package .tb_wrap div {width:49%;}
#package .wrap100 {display:block !important; width:100%;}
#package p.tb_txt {font-size:16px; color:#fff; margin-top:10px; opacity:0.5;}
#guide {}
 
@media (max-width: 1399px){
	.br1400 {display:block;}
	

 }
 
@media (max-width: 1199px){
	
	
 }
 
@media (max-width: 969px){
	.mt40 {margin-top:25px !important;}
	.mt60 {margin-top:40px !important;}
	
	#company img.logo {width:150px;} 
	#company h2 {font-size:28px; margin:30px 0 20px;}
	#company p.exp {font-size:20px; line-height:34px;}
	#company img.car {margin:45px auto;}
	#company p.txt {font-size:18px; line-height:28px;}
	#company p.txt br {display:none;}
	#company p.ceo {font-size:22px; margin-top:40px;}
	#company p.ceo b {font-size:19px; margin-right:5px;}
	
	#contact .cs_wrap li .icon {width:70px; height:70px; line-height:70px; margin:0 auto 20px; font-size:22px;}
	#contact .cs_wrap li .txt h3 {font-size:20px;}
	#contact .cs_wrap li .txt p {font-size:17px; line-height:25px;}
	
	#product .brand {padding:10px 10px 40px;}
	#product .brand h2 img {max-width:250px; max-height:60px;}
	#product .brand p {font-size:18px; line-height:30px; margin:40px auto 40px;}
	#product .brand p br {display:none;}
	
	#product .tabs .tabNavi {margin:60px auto 50px;}
	#product .tabs .tabNavi li {min-width:auto;}		
	#product .tabs .tabNavi li a {font-size:20px; padding:0 40px;}
	
	#product .tab {padding:0 10px;}

	#product .title h4 {font-size:28px; line-height:45px;}
	#product .title h3 {font-size:60px; margin:30px 0 25px;}
	#product .title p {font-size:18px; line-height:30px; max-width:800px; margin:15px auto;}
	#product .title p span {font-size:15px;}
	#product .title p br {display:none;}
	#product  ul.merit {margin:50px 0 60px;}
	#product  ul.merit li {padding:30px 35px;}
	#product  ul.merit li h5 {font-size:20px;}
	#product  ul.merit li p {font-size:16px; line-height:24px;}
	
	#product .spec h4 {font-size:30px;}
	#product .spec h5 {font-size:18px; margin:15px 0 40px;}
	#product .spec table th {font-size:17px; line-height:22px; padding:15px 5px;}
	#product .spec table th span {font-size:15px;}
	#product .spec table td {font-size:17px; padding:15px 5px;}
	#product .spec table td.bg { letter-spacing:-0.03em;}
	#product .spec p.tb_info {margin-top:10px; font-size:15px;}
	#product .info {margin:40px 10px 0;}
	#product .info h4 {font-size:17px;}
	#product .info ul li {font-size:15px;}
	
	#product .price {margin:60px auto 0;}
	#product .price h4 {font-size:30px;}
	#product .price h5 {font-size:18px; margin:15px 0 40px;}
	#product .price table th {font-size:15px; line-height:20px;}
	#product .price table td {font-size:15px;}
	
	#package {padding:30px 0 60px;}
	#package .brand {padding:10px 10px 40px;}
	#package .brand:after {height:50px;}
	#package .brand h2 img {max-width:250px; max-height:60px}
	#package .brand p {font-size:18px; line-height:30px; margin:40px auto 40px;}
	#package .brand p br {display:none;}
	
	#package h4.title_s {font-size:28px; }
	#package h3.title_b {font-size:40px; margin:12px 0 30px;}
	
	#package table th {font-size:17px; padding:10px 5px;}
	#package table td {font-size:16px; padding:10px 5px;}
	#package table td a.qna_btn {font-size:14px;}
	#package table tr.adm_view td {font-size:18px;}
	
	#package .tb_wrap {margin:60px auto 0;}
	#package .tb_wrap h5 {font-size:25px; margin-bottom:15px;}
	#package p.tb_txt {font-size:15px; margin-top:8px;}
	
	#guide {font-size:15px;}


	 
	
 }
 
@media (max-width: 639px){
	.mt40 {margin-top:15px !important;}
	.mt60 {margin-top:20px !important;}
	
	#company img.logo {width:120px;} 
	#company h2 {font-size:20px; margin:15px 0 20px;}
	#company p.exp {font-size:16px; line-height:25px; letter-spacing:-0.03em;}
	#company img.car {margin:20px auto;}
	#company p.txt {font-size:15px; line-height:22px;}
	#company p.ceo {font-size:16px; margin-top:20px;}
	#company p.ceo b {font-size:15px; margin-right:5px;}
	
	#contact iframe {height:350px !important;}
	#contact .cs_wrap { display:block;}
	#contact .cs_wrap li {width:100%; padding:20px 10px; margin:5px 0;}
	#contact .cs_wrap li .icon {width:60px; height:60px; line-height:60px; margin:0 auto 15px; font-size:20px;}
	#contact .cs_wrap li .txt h3 {font-size:17px;}
	#contact .cs_wrap li .txt p {font-size:15px; line-height:22px;}
	
	#product .brand {padding:10px 10px 20px;}
	#product .brand h2 img {max-width:180px; max-height:45px;}
	#product .brand p {font-size:15px; line-height:22px; margin:30px auto;}
	
	#product .tabs .tabNavi {margin:40px auto 40px;}
	#product .tabs .tabNavi li { height:42px; line-height:42px; margin:2px;}		
	#product .tabs .tabNavi li a {font-size:17px; padding:0 20px;}
	
	#product .tab {padding:0;}

	#product .title h4 {font-size:21px; line-height:30px;}
	#product .title h4 br {display:none;}
	#product .title h3 {font-size:46px; margin:25px 0; line-height:56px;}
	#product .title p {font-size:16px; line-height:22px;}
	#product .title p span {font-size:13px;}
	#product  ul.merit {margin:40px 0 50px;}
	#product  ul.merit li {padding:20px; text-align:center;}
	#product  ul.merit li h5 {font-size:18px; margin-bottom:10px;}
	#product  ul.merit li h5 i {display:block; margin-bottom:5px;}
	#product  ul.merit li p {font-size:14px; line-height:20px; margin-top:5px;}
	#product  ul.merit li p br {display:none;}
	
	#product .taekyong .title h3 {margin:10px 0 25px;}
	#product .taekyong .img_wrap {display:block;}
	#product .taekyong .img_wrap img {width:100%; margin-bottom:5px;}
	
	#product .spec h4 {font-size:25px;}
	#product .spec h5 {font-size:16px; margin:10px 0 20px;}
	#product .spec table th {font-size:14px; line-height:15px; padding:12px 5px}
	#product .spec table th span {font-size:13px;}
	#product .spec table td {font-size:13px; line-height:18px; padding:12px 5px; word-break:break-all;}
	#product .spec p.tb_info {margin-top:8px; font-size:13px;}
	#product .info {margin:30px 10px 0;}
	#product .info h4 {font-size:15px;}
	#product .info ul li {font-size:13px; padding-left:10px;}
	
	#product .price {margin:50px auto 0;}
	#product .price h4 {font-size:25px;}
	#product .price h5 {font-size:16px; margin:10px 0 20px;}
	#product .price table th {font-size:12px; line-height:16px; padding:7px 3px;}
	#product .price table td {font-size:12px; padding:7px 3px; word-break:break-all;}
	
	#package {padding:10px 0 40px;}
	#package .brand {padding:10px 10px 10px;}
	#package .brand:after {height:30px;}
	#package .brand h2 img {max-width:180px; max-height:45px;}
	#package .brand p {font-size:15px; line-height:22px; margin:30px auto 20px;}
	
	#package h4.title_s {font-size:21px;}
	#package h3.title_b {font-size:30px; margin:5px 0 20px;}
	
	#package table th {font-size:14px; padding:10px 5px;}
	#package table td {font-size:13px; padding:10px 2px; line-height:18px; word-break:break-all;}
	#package table td a.qna_btn {padding:0; font-size:13px; width:100%; color:#0081c9; background:none; border-radius:0;}
	#package table tr.adm_view td {font-size:13px;}
	
	#package .tb_wrap {margin:0 auto; display:inline-block;}
	#package .tb_wrap div {width:100%;}
	#package .tb_wrap h5 {font-size:20px; text-align:center; margin:30px 0 15px;}
	#package p.tb_txt {font-size:13px; margin-top:5px;}
	
	#guide {font-size:13px;}
	
	
 }

/* 하단 레이아웃 */
/*#quick {position:fixed; right:20px; bottom:75px; z-index:999999; }
#quick li {margin:5px 0;}*/
#quick_new {position:fixed; right:20px; bottom:75px; z-index:999999; }
#quick_new li {margin:5px 0;}

#ft {width:100%; padding:60px 0; background:#383d40;}
#ft .ft_inner {max-width:1200px; margin:0 auto; display:flex; justify-content:space-between; flex-direction:row-reverse;}
#ft .ft_inner .ft_cont {width:100%; max-width:1100px;}
#ft .ft_inner .ft_cont ul.ft_link {display:flex;}
#ft .ft_inner .ft_cont ul.ft_link li {}
#ft .ft_inner .ft_cont ul.ft_link li:after {content:"/"; font-size:10px; color:#fff; margin:0 12px; position:relative; bottom:2px;}
#ft .ft_inner .ft_cont ul.ft_link li:last-child:after {display:none;}
#ft .ft_inner .ft_cont ul.ft_link li a {font-size:16px; color:#fff; transition:all 0.3s; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s;}
#ft .ft_inner .ft_cont ul.ft_link li a:hover {color:#c0c1c2;}
#ft .ft_inner .ft_cont p {font-size:16px; color:#fff; line-height:34px; margin-top:30px;}
#ft .ft_inner .ft_cont p span {display:inline-block; margin-right:30px;}
#ft .ft_inner .ft_cont p span a {font-size:16px; color:#fff;}
#ft .ft_inner .ft_cont p span.ft_copy {display:block;}


#top_btn {position:fixed;bottom:20px;right:20px;width:45px;height:45px; font-size:15px; background:#111;border:0; border-radius:10px; z-index:999;color:#fff;transition: opacity 0.2s ease-out;opacity:0;}
#top_btn.show {opacity:0.8;}

 @media (max-width: 1399px){
	 #ft .ft_inner {padding:0 10px;}
	 #ft .ft_inner .ft_cont ul.ft_link li a {font-size:15px;}
	 #ft .ft_inner .ft_cont p {font-size:15px; line-height:30px;}
	 #ft .ft_inner .ft_cont p span a {font-size:15px; line-height:30px;}
	 
 }
 @media (max-width: 969px){
	 /*#quick {bottom:65px;}
	 #quick li img {width:45px;}*/
	 #quick_new {bottom:65px;}
	 #quick_new li img {width:45px;}
	 #ft {padding:40px 0 50px;}
	 #ft .ft_inner {display:block; text-align:center;}
	 #ft .ft_inner .ft_logo img {width:20%; max-width:145px;}
	 #ft .ft_inner .ft_cont ul.ft_link {justify-content:center; margin:30px 0 20px;}
	 #ft .ft_inner .ft_cont ul.ft_link li a {font-size:14px; letter-spacing:-0.03em; opacity:0.8; font-weight:300;}
	 #ft .ft_inner .ft_cont p {font-size:14px; line-height:28px; margin-top:0; letter-spacing:-0.02em;}
	 #ft .ft_inner .ft_cont p span {margin:0 10px;}
	 #ft .ft_inner .ft_cont p span a {font-size:14px; line-height:28px; margin-top:0; letter-spacing:-0.02em;}
	 #top_btn {bottom:15px; opacity:1;}
 }
 
  @media (max-width: 639px){
	 #ft {padding:30px 0 50px;}
	 #ft .ft_inner .ft_logo img {width:30%; max-width:100px; }
	 #ft .ft_inner .ft_cont ul.ft_link {margin:15px 0;}
	 #ft .ft_inner .ft_cont ul.ft_link li a {font-size:12px;}
	 #ft .ft_inner .ft_cont ul.ft_link li:after {font-size:8px; margin:0 5px; bottom:1px;}
	 #ft .ft_inner .ft_cont p {font-size:12px; line-height:22px; margin-top:0;}
	 #ft .ft_inner .ft_cont p span a {font-size:12px; line-height:22px;;}
 }

/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:7px;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 #0081c9;border-color:#0081c9;
-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; background:#f1f1f1;}
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:#0082ca;border:1px solid #0082ca;color:#fff;cursor:pointer;transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
.btn_submit:hover{background:#026cbe; border-color:#026cbe;}
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.9em; padding:0 10px;}
 }
 
/* 게시판용 버튼 */
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:#f1f1f1;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#0082ca;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#026cbe}
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 #0081c9}
.frm_input {height:40px;}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

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

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

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

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

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

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

/* 검색결과 색상 */
.sch_word {color:#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;}
