
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url(./fonts/NotoSansKR-Thin.woff2) format('woff2'),  
	url(./fonts/NotoSansKR-Thin.woff) format('woff'),  
	url(./fonts/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(./fonts/NotoSansKR-Light.woff2) format('woff2'),  
	url(./fonts/NotoSansKR-Light.woff) format('woff'), 
	 url(./fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url(./fonts/NotoSansKR-Regular.woff2) format('woff2'),  
	url(./fonts/NotoSansKR-Regular.woff) format('woff'),  
	url(./fonts/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url(./fonts/NotoSansKR-Medium.woff2) format('woff2'),  
	url(./fonts/NotoSansKR-Medium.woff) format('woff'),  
	url(./fonts/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url(./fonts/NotoSansKR-Bold.woff2) format('woff2'),  
	url(./fonts/NotoSansKR-Bold.woff) format('woff'),  
	url(./fonts/NotoSansKR-Bold.otf) format('opentype');
}


html {width:100%;height:100%;overflow-x:hidden;overflow-y:scroll}
body {padding:0;margin:0;font-size:12px;font-family:'Noto Sans KR', Sans-Serif; width:100%;height:100%}
input,select,textarea {font-size:12px;font-family:'Noto Sans KR', Sans-Serif}
img,p {border:0;margin:0;padding:0;}
form {display:inline;margin:0;padding:0;}
select {font-size:12px;font-family:'Noto Sans KR', Sans-Serif}
label {cursor:pointer;}
a {text-decoration:none;color:#000;}
a:hover {color:#666;}
#wrap {width:100%;height:100%;margin:auto;position:relative}

/*헤드영역*/
#headerbg {width:100%;position:absolute;top:0;left:0;z-index:1}
#header {position:relative;top:0;left:0;z-index:2;margin:0 auto}
#header .logo {position:absolute;}
#header .logo h1 {margin:0 0 0 3px;padding:0;height:35px;}
#header .logo h1 a {font-weight:bold;color:#555;font-size:22px;font-family:nanumgothic,dotum;}
#header .gnb { padding:0;text-align:right;}
#header .gnb ul {padding:0;margin:0;letter-spacing:-1px;}
#header .gnb li {list-style-type:none;display:inline;padding:0;font:normal 11px "malgun gothic",dotum;}
#header .gnb li img {margin-top:5px;}
#header .gnb .admin a {color:#ff0000;}
#header .headUserHtml {color:#fff}
#lnb { position:absolute;margin:0 auto;z-index:2; right:0; }
#lnbbg { position:relative;margin:0 auto;z-index:1; display:none}
#lnb .lnbWrap { }
 
 
.subTitleBg { position: relative;height: 450px;border-bottom:1px #eee solid;background-repeat: no-repeat;
background-size: cover;
background-position: center;}
.subTitleBg h3 { color:#fff; font-size:40px; margin: 0 auto; padding:0; text-align:center; line-height:450px;} 

#content {}
#content .subContent { font-size:16px; min-height:850px; word-break:keep-all; padding-bottom:100px;}
#content .subContent .location {clear:both; color:#000;padding:0;text-align:left; font-size:0px; position:absolute; bottom:0; left:0; right:0; margin:0 auto; background-color:rgba(255,255,255,.7);}
#content .subContent .location a { position:relative;color:#666;letter-spacing:-1px;  width:175px; text-align:center; display:inline-block; height:40px; line-height:40px; background-color:#fff; font-size:14px;}
#content .subContent .location a::before { position:absolute; right:2px; content:">"; font-family:Montserrat; color:#ccc}
#content .subContent .location a:last-child {  color:#000}
#content .subContent .location a:last-child::before { display:none}
#content .subContent h3.subTitleSubject {margin:0 auto;padding-top:100px; font-size:38px;font-weight:500; color:#555; text-align:center}
#content .subContent p.subTxtSubject  { position:relative; font-size:17px; color:#666; text-align:center; margin:0 auto 80px auto; padding-bottom:50px; font-weight:300; letter-spacing:-1px; border-bottom:1px #eee solid; width:1200px;}
#content .subContent p.subTxtSubject::after { position:absolute; width:50px; height:5px; background-color:#555; content:""; bottom:0; left:0; right:0; margin:0 auto}
 

@media only screen and (max-width:1200px) {	
#content .subContent { min-height:auto}
#content .subContent p.subTxtSubject { width:95%;}
}

@media screen and (max-width:980px) { 
.subTitleBg {height:300px;}
.subTitleBg h3 { line-height:300px;}
#content .subContent .location { display:none}
}

@media screen and (max-width:640px) { 
.subTitleBg h3 { font-size:30px; }
#content .subContent { font-size:15px;}
#content .subContent h3.subTitleSubject { font-size:32px;}
}

@media screen and (max-width:540px) { 
.subTitleBg {height:200px;}
.subTitleBg h3 { line-height:200px;}
.subTitleBg h3 { font-size:26px; }
#content .subContent { font-size:13px;}
#content .subContent h3.subTitleSubject { font-size:28px;}
#content .subContent p.subTxtSubject { font-size:14px;}
}

@media screen and (max-width:440px) { 
#content .subContent { font-size:12px; padding-bottom:50px;}
#content .subContent h3.subTitleSubject {padding-top:50px; font-size:22px;}
#content .subContent p.subTxtSubject {margin-bottom:50px;}
}
















/*--서브메뉴--*/
#content .snb {float:left;width:184px;padding:0;margin:0;}
#content .snb .snbBottom {padding:0px;margin-top:10px}

#content .snb .mybox {margin-bottom:10px}
#content .snb .mybox {border:#D4D4D4 solid 1px;}
#content .snb .mybox .login .mbrinfo {background:#F4F4F4;padding:0;border-bottom:#dfdfdf solid 1px;position:relative;height:80px;}
#content .snb .mybox .login .symbol {position:absolute;top:5px;left:5px;}
#content .snb .mybox .login .symbol img {width:37px;height:37px;border:1px #c0c0c0 solid}
#content .snb .mybox .login .namel {position:absolute;top:30px;left:55px;width:120px;height:12px;font-weight:bold;color:#454545;}
#content .snb .mybox .login .namer {position:absolute;top:5px;left:55px;width:108px;height:12px;font-weight:bold;color:#454545;}
#content .snb .mybox .login .score {position:absolute;bottom:12px;left:10px;font-size:11px;font-family:verdana;color:#636363;padding-top:3px;letter-spacing:-1px}
#content .snb .mybox .login .tabbox {}
#content .snb .mybox .login .tabbox .tp {float:left;width:60px;height:24px;line-height:24px;background:#F4F4F4;border-top:#ffffff solid 1px;border-bottom:#D4D4D4 solid 1px;text-align:center;font-weight:bold;color:#9E9E9E;cursor:pointer;position:relative}
#content .snb .mybox .login .tabbox .tp span.mcounter {
	font-weight:normal; font-size:11px; color:#F21914;letter-spacing:-1px;position:absolute;top:-10px;right:2px;font-family:arial;
	border-radius:12px;background-color:#ff6000;height:14px;padding:0 5px;color:#fff;line-height:14px;
	box-shadow:1px 1px 3px #ccc;
}
#content .snb .mybox .login .tabbox .tp span.mcounter1 {
	font-weight:normal; font-size:11px; color:#F21914;letter-spacing:-1px;position:absolute;top:-10px;right:2px;font-family:arial;
	border-radius:12px;background-color:#999;height:14px;padding:0 5px;color:#fff;line-height:14px;
	box-shadow:1px 1px 3px #ccc;
}
#content .snb .mybox .login .tabbox .vline {border-right:#D4D4D4 solid 1px;}
#content .snb .mybox .login .tabbox .on {background:#ffffff;border-top:#ffffff solid 1px;border-bottom:#ffffff solid 1px;color:#676767;}
#content .snb .mybox .login .lbody {padding:8px;}
#content .snb .mybox .login .lbody ul {padding:0;margin:0;list-style-type:none;}
#content .snb .mybox .login .lbody li {padding:4px 0;line-height:130%;}
#content .snb .mybox .login .lbody li a {font-family:dotum;font-size:11px;letter-spacing:-1px;line-height:130%}
#content .snb .mybox .login .lbody li .comment {font-family:arial;font-size:11px;color:#E75801;padding-left:3px;}
#content .snb .mybox .login .lbody li .new {font-family:arial;font-size:10px;color:#ff0000;}
#content .snb .mybox .login .lbody li .reply {font-family:dotum;font-size:11px;color:#888888;letter-spacing:-1px}
#content .snb .mybox .login .lbody li .pic {float:left;width:35px;}
#content .snb .mybox .login .lbody li .info {float:left;width:130px;}
#content .snb .mybox .login .lbody li a.lbmore {display:block;text-align:center;border:1px #ddd solid;padding:3px;}
#content .snb .mybox .login .lbody li a.lbmore:hover {color:#ff6000;background:#f0f0f0}
#content .snb .mybox .login .lbody .none {text-align:center;padding-top:40px;}
#content .snb .mybox .login .lbody .none span {display:block;font-weight:bold;font-size:13px;letter-spacing:-1px;} 
#content .snb .mybox .login .lbody .none p {padding:10px 0 40px 0;color:#9C9C9C;line-height:140%;letter-spacing:-1px;font-size:11px}

#content .snb .mybox .logout .tabbox {}
#content .snb .mybox .logout .tabbox .np {padding:10px 0 10px 10px;background:#F4F4F4;border-bottom:#D4D4D4 solid 1px;font-weight:bold;color:#9E9E9E;}
#content .snb .mybox .logout .tabbox .tp {float:left;width:90px;height:22px;background:#F4F4F4;border-bottom:#D4D4D4 solid 1px;text-align:center;font-weight:bold;color:#9E9E9E;padding-top:12px;cursor:pointer;}
#content .snb .mybox .logout .tabbox .vline {width:91px;border-right:#D4D4D4 solid 1px;}
#content .snb .mybox .logout .tabbox .on {background:#ffffff;border-bottom:#ffffff solid 1px;color:#676767;}
#content .snb .mybox .logout .nlog {margin-top:10px;padding:0 0 30px 10px;position:relative;height:65px;}
#content .snb .mybox .logout .i1 {position:absolute;font-size:11px;font-family:dotum;color:#67686A;letter-spacing:-1px;padding-bottom:3px;}
#content .snb .mybox .logout .i1 .input {float:left;width:110px;height:17px;border:#BEBEBE solid 1px;font-size:12px;font-family:tahoma}
#content .snb .mybox .logout .i1 .input:focus {border:#BEBEBE solid 2px;}
#content .snb .mybox .logout .i2 {position:absolute;top:48px;left:8px;font-family:dotum;font-size:11px;letter-spacing:-1px}
#content .snb .mybox .logout .i3 {position:absolute; top:1px;left:127px;}

#content .snb .mybox .logout .rbtm {position:absolute;bottom:4px;left:8px;font-size:11px;font-family:dotum;color:#67686A;letter-spacing:-1px;padding:10px 0 0 3px;}
#content .snb .mybox .logout .rbtm .ipc {color:#67686A}
#content .snb .mybox .logout .rbtm a {color:#313946;}
#content .snb .mybox .logout .rbtm span {padding:0 5px 0 5px;}
#content .snb .mybox .logout .slog {padding:20px 10px 10px 10px;}
#content .snb .mybox .logout .slog .icon {width:160px;padding:0px;text-align:center;}
#content .snb .mybox .logout .slog .icon img {cursor:pointer;margin:0 4px 0 4px;}
#content .snb .mybox .logout .slog .guide {line-height:140%;font-size:11px;font-family:dotum;color:#999;letter-spacing:-1px;padding:10px 0 0 0;}


#content .snb .category {padding:0;}
#content .snb .category h2 {margin:0 0 10px 0;font-family:nanumgothic,dotum;font-size:20px;letter-spacing:-2px;font-weight:bold;color:#222;text-align:center;background:url(./image/sub_title_bg.gif) no-repeat;height:46px;line-height:40px;}
#content .snb .category ul {padding:0;margin:0;}
#content .snb .category li {list-style-type:none;margin:0;border-bottom:1px #ddd solid}

#content .snb .category .m2 {font-size:12px;letter-spacing:-1px;}
#content .snb .category .m2 a {font-family:'돋움';color:#444;display:block;padding-left:23px;height:28px;line-height:28px;background:url(./image/snb_m2_ico.gif) no-repeat 10px 7px;_line-height:29px;}
#content .snb .category .m2 a:hover {text-decoration:none;color:#ff6000;background-color:#efefef}

#content .snb .category .selected2 a {color:#fff;background:url(./image/sub_active_orange.jpg) repeat-x 0 0;font-weight:bold;height:30px;line-height:30px}
#content .snb .category .selected2 a:hover {color:#fff;text-decoration:none;}
#content .snb .category .selected2 span.num {color:#fff}

#content .snb .category .orange a {background:url(./image/sub_active_orange.jpg) repeat-x 0 0;}
#content .snb .category .green a {background:url(./image/sub_active_green.jpg) repeat-x 0 0;}
#content .snb .category .blue a {background:url(./image/sub_active_blue.jpg) repeat-x 0 0;}
#content .snb .category .light_blue a {background:url(./image/sub_active_light_blue.jpg) repeat-x 0 0;}
#content .snb .category .black a {background:url(./image/sub_active_black.jpg) repeat-x 0 0;}
#content .snb .category .grey a {background:url(./image/sub_active_grey.jpg) repeat-x 0 0;}
#content .snb .category .red a {background:url(./image/sub_active_red.jpg) repeat-x 0 0;}

#content .snb .category ul li ul {margin:0px;background:none;background:#f0f0f0 url(./image/submenu_shadow.gif) repeat-x top;padding:10px 0;border-top:none}
#content .snb .category ul li ul li.m3 {font-weight:normal;font-size:12px;border-bottom:none}
#content .snb .category ul li ul li.m3 a {font-weight:normal;font-family:dotum;color:#454545;display:block;padding-left:23px;height:21px;line-height:21px;background:url(./image/snb_m3_ico.gif) no-repeat 16px 8px;letter-spacing:-1px;}
#content .snb .category ul li ul li.m3 a:hover {text-decoration:none;color:#000;background-color:#ddd;}

#content .snb .category ul li ul li.selected3 a {color:#ff6000;font-weight:bold;background:url(./image/snb_m3_ico_open.gif) no-repeat 15px 7px;}
#content .snb .category .spaceLi {height:7px;}
#content .snb .category .new {font:normal 10px arial;color:#ff0000;}
#content .snb .category .num {font:normal 11px arial;color:#999;}

/*하단정보영역*/
#footerInfoWrap .newPhoto {position:absolute;left:0;width:210px}
#footerInfoWrap .newPhoto .tt {padding:0 0 8px 0;font-weight:bold;color:#666;}
#footerInfoWrap .newPhoto .pic {float:left;margin:0 0 8px 5px;padding:3px;background:#fff}
#footerInfoWrap .newPhoto .pic:hover{background:#ff6000}
#footerInfoWrap .newPhoto .pic img {width:54px;height:45px;}
#footerInfoWrap .newPhoto .nomargin {margin:0 0 7px 0;clear:both;}

#footerInfoWrap .newPost {position:absolute;left:250px;width:210px}
#footerInfoWrap .newPost .tt {padding:0 0 8px 0;font-weight:bold;color:#666;}
#footerInfoWrap .newPost ul {padding:0;margin:0;}
#footerInfoWrap .newPost li {list-style-type:none;margin-bottom:5px;}
#footerInfoWrap .newPost li a {font-family:dotum;font-size:11px;color:#ccc;letter-spacing:-1px;line-height:135%;background:url(./image/ico_dot.gif) no-repeat 15px 4px;padding-left:23px;display:block}
#footerInfoWrap .newPost li a:hover {text-decoration:none;color:#ff6000;background-position:15px -41px}
#footerInfoWrap .newPost li .comment {font:normal 11px arial;color:#FC6138;}
#footerInfoWrap .newPost li .trackback {font:normal 11px arial;color:#02ACD6;}
#footerInfoWrap .newPost li .new {font-family:arial;font-size:10px;color:#ff0000;}
#footerInfoWrap .newPost .none {padding:0 0 0 15px;font-size:11px;color:#ddd;letter-spacing:-1px;}

#footerInfoWrap .newComment {position:absolute;left:250px;width:210px}
#footerInfoWrap .newComment .tt {padding:0 0 8px 0;font-weight:bold;color:#666;}
#footerInfoWrap .newComment ul {padding:0;margin:0;}
#footerInfoWrap .newComment li {list-style-type:none;margin-bottom:5px;}
#footerInfoWrap .newComment li a {font-family:dotum;font-size:11px;color:#ccc;letter-spacing:-1px;line-height:135%;background:url(./image/ico_dot.gif) no-repeat 15px 4px;padding-left:23px;display:block}
#footerInfoWrap .newComment li a:hover {text-decoration:none;color:#ff6000;background-position:15px -41px}
#footerInfoWrap .newComment li .comment {font:normal 11px arial;color:#FC6138;}
#footerInfoWrap .newComment li .trackback {font:normal 11px arial;color:#02ACD6;}
#footerInfoWrap .newComment li .new {font-family:arial;font-size:10px;color:#ff0000;}
#footerInfoWrap .newComment .none {padding:0 0 0 15px;font-size:11px;color:#ddd;letter-spacing:-1px;}

#footerInfoWrap .newNotice {position:absolute;left:250px;width:210px}
#footerInfoWrap .newNotice .tt {padding:0 0 8px 0;font-weight:bold;color:#666;}
#footerInfoWrap .newNotice ul {padding:0;margin:0;}
#footerInfoWrap .newNotice li {list-style-type:none;margin-bottom:5px;}
#footerInfoWrap .newNotice li a {font-family:dotum;font-size:11px;color:#ccc;letter-spacing:-1px;line-height:135%;background:url(./image/ico_dot.gif) no-repeat 15px 4px;padding-left:23px;display:block}
#footerInfoWrap .newNotice li a:hover {text-decoration:none;color:#ff6000;background-position:15px -41px}
#footerInfoWrap .newNotice li .comment {font:normal 11px arial;color:#FC6138;}
#footerInfoWrap .newNotice li .trackback {font:normal 11px arial;color:#02ACD6;}
#footerInfoWrap .newNotice li .new {font-family:arial;font-size:10px;color:#ff0000;}
#footerInfoWrap .newNotice .none {padding:0 0 0 15px;font-size:11px;color:#ddd;letter-spacing:-1px;}

#footerInfoWrap .postCalendar,#footerInfoWrap .bottomRss,#footerInfoWrap .bottomCounter {
	-webkit-border-radius: 8px;	-moz-border-radius:8px;	border-radius: 8px;
	-moz-box-shadow:1px 1px 6px rgba(0,0,0,0.5);-webkit-box-shadow:1px 1px 6px rgba(0,0,0,0.5);box-shadow:1px 1px 6px rgba(0,0,0,0.5);behavior: url(./_ie/PIE.htc);
}

#footerInfoWrap .postCalendar {position:absolute;width:184px;left:810px;background:#fff;border:2px #c0c0c0 solid;top:20px;}
#footerInfoWrap .postCalendar .tt {padding:5px 0 5px 0;text-align:center;font-weight:bold;font-family:verdana;color:#666;}
#footerInfoWrap .postCalendar .tt img {position:relative;top:-1px;}
#footerInfoWrap .postCalendar .sunday {color:#2B97D7;}
#footerInfoWrap .postCalendar .week {height:20px;}
#footerInfoWrap .postCalendar .week td {color:#333;background:#f9f9f9;}
#footerInfoWrap .postCalendar table {width:100%;}
#footerInfoWrap .postCalendar td {text-align:center;color:#666;font-family:dotum;font-size:11px;}

#footerInfoWrap .bottomRss {position:absolute;left:810px;width:174px;height:18px;padding:5px;background:#fff url(./image/rss.gif) no-repeat 5px 6px;border:2px #c0c0c0 solid;text-align:right;line-height:18px;}
#footerInfoWrap .bottomRss {font-family:tahoma;font-size:11px;}
#footerInfoWrap .bottomCounter {position:absolute;left:810px;background:#fff url(./image/ico_count.gif) no-repeat 8px 1px;width:114px;padding:5px 5px 5px 65px;border:2px #c0c0c0 solid;font-family:tahoma;font-size:11px;color:#777}
#footerInfoWrap .customerCont {position:absolute;width:200px;height:200px;font-family:dotum;font-size:11px;color:#ddd;letter-spacing:-1px;}
#footerInfoWrap .customerCont a {color:#fff;}
#footerInfoWrap .customerCont a:hover {color:#ff6000;}

/*하단*/
#footer {margin:0;padding:0 0 20px 0;position:absolute;left:0;display:block;width:100%;z-index:2}
#footerbg {margin:0;padding:0 0 20px 0;position:absolute;left:0;display:block;width:100%;z-index:1;}

#footer .footerCont {width:100%;margin:0 auto;display:block;position:relative;}
#footer .footerCont div.footerMenu {text-align:center;margin:0px auto;padding:15px 0px;border-bottom: 1px #eee solid;border-top: 1px #eee solid;}
#footer .footerCont div.footerMenu a {font-size:14px; color:#666;letter-spacing:-1px;}
#footer .footerCont div.footerMenu a:hover {color:#ff6000}
#footer .footerCont div.footerMenu .split {font-family:dotum;font-size:9px;color:#c0c0c0;}

#footer .footerCont div.footerSiteInfo {  font-size: 14px; letter-spacing:-.5px; text-align:center;width:100%;margin:0 auto}
#footer .footerCont address  {font-style:normal;color:#777;text-align:center;margin-top:5px;}
#footer .footerCont .footerLogo { text-align:center; margin:20px auto}
#footer .footerCont div.footerSiteInfo #siteETCText { color:#CCC; margin:10px 0 }
#footer .footerCont .qrimage {position:absolute;right:0;top:0}

/*etc*/
.templatePreview {position:fixed;top:0;left:0;z-index:1000;background:#ff6000;padding:15px;border:3px #000 solid;color:#fff;text-align:center}
.usersavePreview {position:fixed;top:0;left:0;z-index:1000;background:#00ccff;padding:15px;border:3px #000 solid;color:#fff;text-align:center}

/*탭메뉴01*/
.tab01 {background: url("./image/bg_tab.gif") no-repeat scroll 0 top transparent;overflow: hidden;position: relative;}
.tab01 ul {margin:0;padding:0;overflow: hidden;padding-left: 1px;width: 100%;}
.tab01 li {background: url("./image/bg_tab.gif") no-repeat scroll -1px top transparent;display: inline;float: left;margin-left: -1px;padding-left: 5px;}
.tab01 li a {background: url("./image/bg_tab.gif") no-repeat scroll right top transparent;display: inline-block;height: 32px;letter-spacing: -1px;line-height: 32px;padding:0 20px 0 16px;text-decoration: none;vertical-align: top;text-align:Center}
.tab01 li a:hover, .tab01 li a:active {text-decoration: none;}
.tab01 li.selected {background-position: 0 -58px;margin-right: 1px;position: static;z-index: 10;}
.tab01 li.selected a {background-position: right -58px;color: #ff6000;font-weight: bold;}

div.depth5 {list-style:none;height:33px;border-bottom:1px #bbb solid;margin-top:5px;}
div.depth5 a{display:inline-block;padding:8px 15px 5px 15px;letter-spacing:-0.5px;margin-right:10px;background:url('./image/common/bul_arrow1.gif') no-repeat 0 10px;font-weight:bold;}
div.depth5 a.selected5 {background:#ff6000;font-weight:bold;color:#fff;-webkit-border-radius: 3px; -moz-border-radius: 3px;}

#pctomobile {visibility:hidden}
#pctomobile_blueb {position:absolute;bottom:-70px;z-index:10000;display:block;width:100%;border:1px #000 solid;background:#e0e0e0;height:70px;text-align:center;font-family:dotum;font-size:24px;color:#fff;line-height:70px;}
















/*메인 공통*/
.inner { width:1200px; margin:0 auto}
.cololr_orange { color:#e84614}
.cololr_white { color:#fff}
.cololr_gray { color:#666; }
.txtleft { text-align:left}
.txtcenter { text-align:center;}
.morebtn { margin-top:50px; border:1px #fff solid; width:150px; height:35px; line-height:35px; border-radius:30px; background-color:transparent; display:block; text-align:center; color:#fff; font-size:16px;  text-transform:uppercase}
.morebtn02 { margin-top:50px; border:1px #666 solid; width:150px; height:35px; line-height:35px; border-radius:30px; background-color:transparent; display:block; text-align:center; color:#666; font-size:16px;  text-transform:uppercase}

@media only screen and (max-width:1024px) {	
.inner { width:95%;}
.morebtn { margin:50px auto 0 auto;}
.morebtn02 { margin:0px auto 50px auto;}
}
@media only screen and (max-width:950px) {	
.morebtn { font-size:14px; width:130px; height:35px; line-height:35px;}	
.morebtn02 { font-size:14px; width:130px; height:35px; line-height:35px;}
.txtleft { text-align:center;}
}

@media only screen and (max-width:470px) {	
.morebtn { font-size:12px; width:100px;height:25px; line-height:25px;}	
.morebtn02 { font-size:12px; width:100px; height:25px; line-height:25px;} 
}






/* ******************  메인 비주얼 ********************** */
#mainVisual{overflow:hidden; width:100%; height:800px; position:relative;}	/* 비주얼높이값 이미지에맞게 수정 */
#mainVisual.full-height{height:1030px;}
.slick-track,
.slick-list {	-webkit-perspective: 2000;	-webkit-backface-visibility: hidden;}
#mainVisual .main-visual-list-con, 
#mainVisual .main-visual-con, 
#mainVisual .slick-list,  
#mainVisual .slick-track, 
.main-visual-item{	height:100%;}
#mainVisual .slick-track {overflow:hidden;}
.main-visual-con{z-index:1;}
/* 메인 비주얼 :: 이미지 */
.main-visual-item{position:relative;}
.main-visual-item .main-visual-pc-img{	width:100%;	height:100%;	background-size:cover !important;	-ms-transform: scale(1.1,1.1);    -o-transform: scale(1.1,1.1);     -moz-transform: scale(1.1,1.1);     -webkit-transform: scale(1.1,1.1);      transform: scale(1.1,1.1);	-webkit-transition:transform 3000ms  ease-in-out ;	-moz-transition:transform 3000ms ease-in-out ;	-o-transition:transform 3000ms ease-in-out ;	-ms-transition:transform 3000ms ease-in-out ;    transition:transform 3000ms ease-in-out;	}
.main-visual-item .main-visual-m-img{display:none;}

/* 메인 비주얼 :: 텍스트 */
.main-visual-item .main-visual-txt-con{position:absolute; top:50%; left:0px; width:100%; text-align:center; margin-top:-80px; color:#fff} /* margin-top은 조정 (텍스트영역 높이의 반) */

.main-visual-item .main-visual-txt-con .main-visual-txt1,
.main-visual-item .main-visual-txt-con .main-visual-txt2,
.main-visual-item .main-visual-txt-con .main-visual-txt3,
.main-visual-item .main-visual-txt-con .main-visual-more-btn{
	opacity:0;filter:Alpha(opacity=0);
	-ms-transform: translateY(-50px); 
    -o-transform: translateY(-50px); 
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px); 
     transform: translateY(-50px);
	-webkit-transition:opacity 1.0s, transform 1.0s;
	-moz-transition:opacity 1.0s, transform 1.0s;
	-o-transition:opacity 1.0s, transform 1.0s;
	-ms-transition:opacity 1.0s, transform 1.0s;
	transition:opacity 1.0s, transform 1.0s;
}
.main-visual-item .main-visual-txt-con .main-visual-txt1{display:block; font-size:30px; font-weight:200; letter-spacing:-2px; margin-bottom:15px;} 
.main-visual-item .main-visual-txt-con .main-visual-txt2{font-family:Montserrat; font-size:50px;font-weight:500; text-align:center;margin-bottom:20px; -webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-o-transition-delay:0.3s;-ms-transition-delay:0.3s;transition-delay:0.3s;}
.main-visual-item .main-visual-txt-con .main-visual-txt3{font-size:20px;   letter-spacing:-1px; font-weight:300;  margin-bottom:30px; -webkit-transition-delay:0.5s;-moz-transition-delay:0.5s;-o-transition-delay:0.5s;-ms-transition-delay:0.5s;transition-delay:0.5s;}

.main-visual-item .main-visual-txt-con .main-visual-more-btn{display:inline-block; font-size:16px; font-weight:300; color:#fff;  -webkit-transition-delay:0.8s;-moz-transition-delay:0.8s;-o-transition-delay:0.8s;-ms-transition-delay:0.8s;transition-delay:0.8s;}
.main-visual-item .main-visual-txt-con .main-visual-more-btn a {display:inline-block; width:175px; height:55px; font-size:16px; line-height: 55px; letter-spacing: -1px; color:#fff; border:2px solid #fff; -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);  transition: all 0.4s cubic-bezier(.5, .24, 0, 1); position:relative; }
.main-visual-item .main-visual-txt-con .main-visual-more-btn a:first-child {margin-right: 15px;}
.main-visual-item .main-visual-txt-con .main-visual-more-btn a:hover{ border-left:2px solid #313A6B; border-right:2px solid #313A6B; text-shadow:1px 1px 3px rgba(0, 0, 0, 0.6);}

.line-btn a::before { content: '';  position: absolute;  left: -2px;  bottom:-2px;  z-index:1;  width: 0%;  height:2px;  background: #313A6B;  box-shadow: inset 0px 0px 0px #313A6B;  display: block; -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1); transition: all 0.4s cubic-bezier(.5, .24, 0, 1)}
.line-btn a:hover::before {  width:calc(100% + 4px);}
.line-btn a::after {  content: '';  position: absolute;  right: -2px;  top:-2px;  z-index:1;  width: 0%; height:2px;  background: #313A6B;  -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);  transition: all 0.4s ubic-bezier(.5, .24, 0, 1); }
.line-btn a:hover::after { width:calc(100% + 4px);}


/* 메인 비주얼 :: active효과 */
.main-visual-item.active-item .main-visual-pc-img{
	-ms-transform: scale(1.0,1.0) rotate(0.01deg);
    -o-transform: scale(1.0,1.0) rotate(0.01deg);
    -moz-transform: scale(1.0,1.0) rotate(0.01deg);
    -webkit-transform: scale(1.0,1.0) rotate(0.01deg);
     transform: scale(1.0,1.0) rotate(0.01deg);
}
.main-visual-item.active-item .main-visual-txt1,
.main-visual-item.active-item .main-visual-txt2,
.main-visual-item.active-item .main-visual-txt3,
.main-visual-item.active-item .main-visual-more-btn{
	opacity:1.0;filter:Alpha(opacity=100);
	-ms-transform: translateY(0px); 
    -o-transform: translateY(0px); 
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px); 
     transform: translateY(0px);
}

/* 메인 비주얼 :: 버튼 */
#mainVisual .slick-dots{position:absolute; width:100%; text-align:center; bottom:3%; z-index:1000; margin: 0; padding: 0}
#mainVisual .slick-dots li{display:inline-block; margin:0 5px ; }
#mainVisual .slick-dots li button{cursor:pointer; margin:0px; padding:0px; background:none; font-size:0; width:15px; height:15px;border: 0; border-radius: 100%; background-color:#e84614; filter:Alpha(opacity=50);
}
#mainVisual .slick-dots li.slick-active button{background-color:#fff;}		/* 버튼 active */

/* 메인 비주얼 :: 화살표 */
#mainVisual .slick-arrow{	position:absolute; width:29px; height:60px; top:50%; margin-top:-30px; cursor:pointer; border:0; cursor:pointer; z-index:1000; font-size:0;}		/* 버튼이미지에 맞게 크기 수정 */
#mainVisual .slick-arrow.slick-prev{left:90px; background:url(/layouts/bluebDesign/image/main/main_visual_prev.png) no-repeat; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
#mainVisual .slick-arrow.slick-next{right:90px; background:url(/layouts/bluebDesign/image/main/main_visual_next.png) no-repeat; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
#mainVisual .slick-arrow.slick-prev:hover {-webkit-transform: translateX(-10px); -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -o-transform: translateX(-10px); transform: translateX(-10px);}
#mainVisual .slick-arrow.slick-next:hover {-webkit-transform: translateX(10px); -moz-transform: translateX(10px); -ms-transform: translateX(10px); -o-transform: translateX(10px); transform: translateX(10px);}

/* 메인 비주얼 :: 스크롤아이콘 */
.main-scroll-icon{position:absolute; bottom:55px; left:50%; margin-left:-41px; text-align:center; z-index:9}	/* width값에 맞게 margin-left수정 */
.main-scroll-icon span{display:block; color:#fff; padding-bottom:5px; letter-spacing:-0.5px; font-weight:300; }


@media only screen and (max-width:1024px) {	
.main-visual-item .main-visual-txt-con .main-visual-txt2 { font-size:40px;}
.main-visual-item .main-visual-txt-con .main-visual-txt3 { font-size:18px;}
}
@media only screen and (max-width:768px) {	
.main-visual-item .main-visual-txt-con .main-visual-txt2 { font-size:34px;}
.main-visual-item .main-visual-txt-con .main-visual-txt3 { font-size:16px;}
#mainVisual .slick-arrow.slick-next { right:50px;}
#mainVisual .slick-arrow.slick-prev { left:50px;}
}
@media only screen and (max-width:640px) {	
#mainVisual { height:600px;}
.main-visual-item .main-visual-txt-con .main-visual-txt2 { font-size:28px; width:65%; margin:0 auto;}
.main-visual-item .main-visual-txt-con .main-visual-txt3 { font-size:14px;}
#mainVisual .slick-arrow.slick-next { right:30px;}
#mainVisual .slick-arrow.slick-prev { left:30px;}
#mainVisual .slick-dots li button { height:10px; width:10px;}
}
@media only screen and (max-width:470px) {	
#mainVisual { height:400px;}
#mainVisual .slick-arrow.slick-next { right:10px;}
#mainVisual .slick-arrow.slick-prev { left:10px;}
}







/*섹션 타이틀 공통*/
.s01,
.s02,
.s03,
.s04 {padding:100px 0;  word-break:keep-all} 
section .title h2 { font-size:48px; font-family:Montserrat; margin:0; padding:0;text-transform:uppercase}
section .title span { margin:60px 0 0 0; font-weight:600; letter-spacing:-1px; color:#000; font-size:48px; display:block; line-height:120%}
section .title p { font-size:20px; font-weight:300; margin-top:30px; line-height:120%}

@media only screen and (max-width:1024px) {	
.s01, .s02, .s03, .s04 {padding:10% 0;}
section .title h2 { font-size:38px;}
section .title span {font-size:38px;}
section .title p { font-size:18px; }
}

@media only screen and (max-width:950px) {	
.s01, .s02, .s03, .s04 {padding:15% 0;}
section .title h2 { font-size:30px;}
section .title span {font-size:30px;}
section .title p { font-size:16px; }
}

@media only screen and (max-width:768px) {	
section .title p br { display:none}
}

@media only screen and (max-width:470px) {	
.s01, .s02, .s03, .s04 {padding:15% 0;}
section .title h2 { font-size:26px;}
section .title span {font-size:26px; margin-top:0px;}
section .title p { font-size:14px; width:80%; margin:20px auto 0 auto}
}

@media only screen and (max-width:370px) {	
.s01, .s02, .s03, .s04 {padding:20% 0;}
section .title h2 { font-size:20px;}
section .title span {font-size:20px;}
section .title p { font-size:12px; }
}









/*product*/
.s01 .cont { margin-top:80px;}
.s01 ul  { margin:0; padding:0;}
.s01 ul li  { display:inline-block; margin:0 -1px;width: calc(100%/3);}
.s01 ul li .txt { padding:4% 2%;font-size:18px}
.s01 ul li .txt h4 { font-weight:600; color:#000}
.s01 ul li .txt p { font-weight:300; letter-spacing:-.5px; color:#666}

@media only screen and (max-width:950px) {	
.s01 ul li .txt { font-size:16px;}
}
@media only screen and (max-width:768px) {	
.s01 ul li .txt { padding:8%; font-size:15px;}
}
@media only screen and (max-width:470px) {	
.s01 .cont { margin-top:10%}
.s01 ul { text-align:center}
.s01 ul li {width: calc(80%/1); }
.s01 ul li img { width:100%;}
.s01 ul li .txt { text-align:left; padding:5%}
.s01 ul li .txt h4 { margin-top:0}
}




/*ortech technology*/
.s02 { background-image:url(/layouts/bluebDesign/image/main/s02-bg.jpg); display:table; height:470px; width:100%; background-position:center; background-size:cover; background-repeat:no-repeat}
.s02 .cont { display:table-cell; vertical-align:middle}
.s02 .fl { float:left}
.s02 .fr { float:right; width:45%} 

@media only screen and (max-width:1024px) {	
.s02,
.s02 .txtleft { text-align:center}
.s02 .title { margin-top:5%}
.s02 .title p { width:80%; margin:30px auto 0 auto}
.s02 .fl { float:inherit}
.s02 .fr { float:inherit; width:100%} 
}

@media only screen and (max-width:540px) {	
.s02 .cont iframe { width:80%;}
}






/*company*/
.s03 {}
.s03 .cont {  margin-top:80px} 
.s03 .cont .fl { float:left; width:600px; height:390px; }
.s03 .cont .fr { float:right;width:600px; height:390px;  }
.s03 .companybox { font-size:18px; line-height:140%;display:inline-block; width:100%; position:relative}
.s03 .companybox span {font-weight:600; color:#000; margin-bottom:20px; display:block}
.s03 .companybox p { font-weight:300; letter-spacing:-1px; color:#666}
.s03 .companytxt01 { position:absolute;bottom: 80px; width: 45%; right:0}
.s03 .companytxt02 { position:absolute;bottom: 80px; width: 45%; left:0; text-align:right}

@media only screen and (max-width:950px) {	
.s03 .companybox { font-size:16px;}
.s03 .companybox img { width:100%;}
.s03 .cont .fl, 
.s03 .cont .fr {float:inherit;  width:100%;}
.s03 .companytxt01 { right:2%; background:rgba(255,255,255,0.8); padding:2%}
.s03 .companytxt02 { left:2%; background:rgba(255,255,255,0.8); padding:2%}
}

@media only screen and (max-width:470px) {	
.s03 { padding-bottom:0px;}
.s03 .companybox img {overflow:hidden}
.s03 .companytxt01,
.s03 .companytxt02 { width:80%; left:0; right:0; margin:0 auto; padding:5%}
.s03 .companytxt02 { text-align:left}

}





/*Customer Service*/
.s04 { background-image:url(/layouts/bluebDesign/image/main/s04-bg.jpg); min-height:555px; background-position:center; background-size:cover;background-repeat:no-repeat}
.s04 .title { margin-bottom:50px;}
.s04 ul  { margin:0; padding:0;}
.s04 ul li  { display:inline-block; height:50px; margin:0 .5%; line-height:50px;width: calc(40% / 3);border:1px #fff solid;}
.s04 ul li a {font-size:18px; width:80%; margin:0 auto; color:#fff; text-align:center;display: block;background-image:url(/layouts/bluebDesign/image/main/next.png);background-repeat:no-repeat; background-position:right;}


@media only screen and (max-width:950px) {	
.s04 ul li {width: calc(65% / 3);}
.s04 ul li a { font-size:16px; width:70%}
}

@media only screen and (max-width:768px) {	
}

@media only screen and (max-width:470px) {	
.s04 { min-height:300px;}
.s04 .title { margin-bottom:20px}
.s04 ul li {  width:calc(80% / 3); height:35px; line-height:35px;}
.s04 ul li a { font-size:13px; background-image:none; width:100%}
}



@media only screen and (max-width:370px) {	
.s04 { min-height:230px;} 
.s04 ul li a { font-size:12px; background-image:none}
}











/*회사소개*/
.page6 { text-align:center;letter-spacing: -0.025em;}
.page6 .ceo p { line-height:1.8; color:#666; font-weight:200; width:80%; margin:0px auto 40px auto; font-size: 1.125rem;}
.page6 .ceo img { width:100%; margin:0 auto 40px auto}
.page6 .ceo .slogan {  color:#333; font-weight:400; width:80%; margin:0 auto;font-size:1.8rem;}
.page6 .ceo .slogan strong {  color:#0a53a4;font-weight:600}
.page6 .sign span { font-size:22px; }

@media only screen and (max-width:640px) {	
.page6 .ceo .slogan { font-size:1.2rem; margin-bottom:2%}
.page6 .ceo p { font-size:1rem;line-height: 1.4;}
.page6 .sign span { font-size:1rem; }

}
@media only screen and (max-width:420px) {	 
.page6 .ceo p { font-size:.8rem;line-height: 1.2;}
.page6 .sign span { font-size:.8rem; }

}


/*연혁*/
.history {margin: 0 auto; position: relative;}
.history ul { margin:0; padding:0;}
.history ul li { margin:0; padding:0; list-style:none}
.history_list .list {margin: 0; padding: 0;}
.history_list{margin: 0; padding: 0;border: 0;font-weight: 400;font-size: 16px;line-height: normal;vertical-align: baseline;word-break: keep-all;word-wrap: break-word;}
.history_list > li {position: relative; width:100%}
.history_list > li .year {position: relative;text-align: center; margin:0; padding:0}
.history_list > li .year span {display: inline-block;;font-weight:400;font-size:60px;letter-spacing:-5px;color: #0a53a4;background: #fff;padding-bottom: 30px;font-family:Montserrat;}
.history_list > li .year:after {content: "";position: absolute;left: 50%;bottom: 0;width: 21px;height: 24px;margin-left: -10px;background:url(/layouts/bluebDesign/image/sub/ic_hexagon1.png) no-repeat bottom center;}
.history_list > li figure {width: 50%;margin: 90px 0 65px;}
.history_list > li figure .img_mask {display: inline-block;width: 480px; overflow: hidden;-webkit-box-shadow: 30px 30px 0 #f0f4f9;        box-shadow: 30px 30px 0 #f0f4f9;}
.history_list > li figure .img_mask img {width: 100%;height: auto;}
.history_list > li figure figcaption {font-weight: 400;font-size: 16px;line-height: 28px;letter-spacing: -0.2px;color: #222;margin: 40px 0 0 30px;}
.history_list > li .list {width: 50%;margin: 90px 0 50px;}
.history_list > li .list li {position: relative;margin-bottom: 40px;}
.history_list > li .list li .month {position: absolute;top: 1px; font-size: 16px;color: #222;}
.history_list > li .list li .txt {font-weight: 400;font-size: 18px;color: #666;line-height: 28px;letter-spacing: -0.2px;margin-bottom: 15px;}
.history_list > li .list li .txt em {font-family: inherit;font-weight: inherit;font-size: inherit;font-weight: 800;color: #222;}
.history_list > li .list li:before {content: "";position: absolute;top: 7px;width: 11px;height: 12px;background: url(/layouts/bluebDesign/image/sub/ic_hexagon2.png) no-repeat;}
.history_list > li.left figure {float: left;}
.history_list > li.left .list {float: right;}
.history_list > li.left .list li {padding-left: 120px;}
.history_list > li.left .list li .month {left: 40px;}
.history_list > li.left .list li:before {left: -5px;}
.history_list > li.right figure {float: right;padding-left:0px; text-align:right}
.history_list > li.right .list {float: left;}
.history_list > li.right .list li {text-align: right;padding-right: 120px;}
.history_list > li.right .list li .month {right:40px;}
.history_list > li.right .list li:before {right: -6px;}
.history_list > li:before {content: "";position: absolute;left: 50%;top: 0;width: 1px;height: 100%;background: url(/layouts/bluebDesign/image/sub/bar1.png) repeat-y;}
.history_list > li:after {content: ".";display: block;clear: both;height: 0;font-size: 0;visibility: hidden;}
 
@media only screen and (max-width:1200px){ 
.history_list > li .year span { font-size:38px}

}
@media only screen and (max-width:768px){ 
.history_list > li figure .img_mask { width:295px;}
}

@media only screen and (max-width:639px){ 
.history_list > li .list li {margin-bottom:20px}
.history_list > li .list li .txt { font-size:14px; line-height:20px;}
.history_list > li .year span {font-size: 26px}
.history_list > li.right figure { display: none}
.history_list > li.left figure { display: none}
.history_list > li:before {  display: none}
.history_list > li .list { padding: 0px;margin:0 0 50px 0 ;} 
.history_list > li.left .list li .month { position: inherit; left: 0px}
.history_list > li.left .list {float:inherit; width: 100%}
.history_list > li.left .list li { padding-left: 15px;}
.history_list > li.left .list li:before { left:0px}

.history_list > li.right .list {float:inherit; width: 100%; }
.history_list > li.right .list li {text-align:left;padding-left:15px;padding-right: 0}
.history_list > li.right .list li .month { position: inherit; left: 0px} 
.history_list > li.right .list li:before {right: 0px;left:0px;}
.history_list > li .list li .month { font-size:14px;}
.history_list > li .year span { letter-spacing: -2px;}
 } 

 




/*협력기관*/
.page14 ul { margin:0 ; padding:0; text-align:center}
.page14 ul li { list-style:none; display:inline-block; border:1px #eee solid; width:calc((100%/4) - 6%);margin:1%; text-align:center; padding:1%; height:50px; vertical-align:top} 

@media only screen and (max-width:1200px) {
.page14 ul li {width:auto} 
}
 





/*오시는길*/
.page10 ul { margin:0; padding:0}
.page10 ul li { list-style:none; border-bottom:1px #eee solid; padding:.5% 0; margin:.5% 0; font-weight:200}
.page10 ul li:last-child { margin-bottom:1%;}
.page10 ul li span { font-weight:500; margin-right:20px;}
.page10 ul li span b {color:#ea4518;}

@media all and (max-width:420px) { 
.page10 ul li span { display:block}
}

 /*기본 테이블*/
.BasicTable { width:100%;}
.BasicTable th { background-color:#ff6200; border-left:1px #eee solid; border-top:1px #eee solid; color:#fff; padding:1.5%; font-weight:500} 
.BasicTable tbody tr td:first-child {background-color:#f9f9f9}
.BasicTable td { border-left:1px #eee solid; border-bottom:1px #eee solid; text-align:center; font-weight:200; padding:1%}
.BasicTable td:last-child { border-right:1px #eee solid}

@media all and (max-width:420px) { 
.BasicTable th,
.BasicTable td {padding:.3%; font-size:11px;letter-spacing: -1px;}
}














/*제품소개*/
.product dl { display:inline-block; width:100%; margin-bottom:5%}
.product dl:last-child { margin-bottom:0}
.product dl dt { float:left;width: 25%;font-size: 1.55rem;letter-spacing: -.5px; font-weight:500; border-top:2px  #ff6200 solid; padding-top:1%; font-size:28px;}
.product dl dd { float:right; width:70%; margin:0;margin-top:1px; border-top:1px  #666 solid; padding-top:1%;}
.product dl dd p {  font-weight:200}
.product dl dd .mt30 { margin-top:2%;}
.product dl dd .TablePoint { text-align:right; font-weight:300; color:#999; font-size:13px;}
.product dl dd img { width:100%}
.product dl dd .productlist { margin:0; padding:0;}
.product dl dd .productlist li { display:inline-block; list-style:none; width:19%;vertical-align: top;}
.product dl dd .productlist li span { text-align:center; margin-top:1%;display: block;}
.product dl dd .productpoint { margin:0; padding:0;}
.product dl dd .productpoint li {  list-style:none; margin-bottom:5%; width:100%; display:inline-block}
.product dl dd .productpoint li:last-child { margin-bottom:0}
.product dl dd .productpoint li span { float:left; text-align:center;display: block; width:50px; height:50px; line-height:50px; background-color:#CCC; border-radius:100%; display:inline-block; color:#fff; font-family:Montserrat}
.product dl dd .productpoint li div { float:right; width:92%; text-align:left}
.product dl dd .productpoint li div h5 { margin:0; padding:0; font-size:20px;  font-weight:500; color:#ff6200}

 
 
@media all and (max-width:640px) {   
.product dl dt { width:15%; font-size:20px}
.product dl dd  {width:80%;}
.product dl dd .productpoint li div { width:85%}
}

@media all and (max-width:420px) {   
.product dl dt { width:15%; font-size:14px}
.product dl dd  {width:80%;}
.product dl dd .productlist li { width:49%}
.product dl dd .productpoint li div { width:87%}
.product dl dd .productpoint li div h5 { font-size:14px;}
.product dl dd .productpoint li span { width:30px; height:30px;line-height:30px;}
.product dl dd .TablePoint { font-size:10px}

}



/*조직도*/

.organization{position:relative; margin:30px auto 0 auto; padding:0; text-align:center; background:url(/layouts/bluebDesign/image/sub/organization_line.png) center 120px no-repeat; width:1000px;}
.organization li{font-size:0}
.organization li.l1{}
.organization li.l2,
.organization li.l4{margin:50px 0; padding:0px; text-align:right}
.organization li.l3{margin-top:80px; display:inline-block}
.organization li.l6{margin-top:100px}
.organization li p{position:relative; display:inline-block; text-align:center; font-size:16px}
.organization li.l3 p + p{margin-left:80px}
.organization li.l5 p + p{margin-left:380px}
.organization li p .stxt{font-size:13px}
.organization li.l3 p .stxt{color:#d4f1fe}
.organization li p.top{color:#333}
.organization li p.top img{margin-bottom:8px}
.organization li p.item{font-weight:400; color:#fff; background-size:100% 1px; background-repeat:repeat-y}
.organization li p.item.bg1{background-image:url(/layouts/bluebDesign/image/sub/organization_bg1.jpg); box-shadow:0 6px 8px rgba(100,123,135,0.25); -webkit-box-shadow:0 6px 8px rgba(100,123,135,0.25); -moz-box-shadow:0 6px 8px rgba(100,123,135,0.25)}
.organization li p.item.bg2{background-image:url(/layouts/bluebDesign/image/sub/organization_bg2.jpg); box-shadow:0 6px 8px rgba(72,169,215,0.25); -webkit-box-shadow:0 6px 8px rgba(72,169,215,0.25); -moz-box-shadow:0 6px 8px rgba(72,169,215,0.25)}
.organization li p.item.bg3{background-image:url(/layouts/bluebDesign/image/sub/organization_bg3.jpg); box-shadow:0 6px 8px rgba(96,145,137,0.25); -webkit-box-shadow:0 6px 8px rgba(96,145,137,0.25); -moz-box-shadow:0 6px 8px rgba(96,145,137,0.25)}
.organization li p.item.bg4{background-image:url(/layouts/bluebDesign/image/sub/organization_bg4.jpg); box-shadow:0 6px 8px rgba(76,121,178,0.25); -webkit-box-shadow:0 6px 8px rgba(76,121,178,0.25); -moz-box-shadow:0 6px 8px rgba(76,121,178,0.25)}
.organization li p.item.bg5{background-image:url(/layouts/bluebDesign/image/sub/organization_bg5.jpg); box-shadow:0 6px 8px rgba(72,169,215,0.25); -webkit-box-shadow:0 6px 8px rgba(72,169,215,0.25); -moz-box-shadow:0 6px 8px rgba(72,169,215,0.25)}
.organization li p.item.bg6{background-image:url(/layouts/bluebDesign/image/sub/organization_bg6.jpg); box-shadow:0 3px 8px rgba(76,121,178,0.25); -webkit-box-shadow:0 3px 8px rgba(76,121,178,0.25); -moz-box-shadow:0 3px 8px rgba(76,121,178,0.25)}
.organization li p.item .inner{display:table-cell; vertical-align:middle; width:220px; height:70px}
.organization li.l6 p.item{position:relative; display:inline-block; vertical-align:top; width:170px; line-height:50px; font-size:16px; font-weight:400; color:#fff}
.organization li dl{display:inline-block; vertical-align:top; width:170px; height:170px; font-weight:400; background-color:#f5f5f5}
.organization li dl + dl,
.organization li dl + p.item{margin-left:30px}
.organization li dl dt{position:relative; margin-bottom:21px; display:block; line-height:50px; font-size:16px; color:#fff; background:url(/layouts/bluebDesign/image/sub/organization_bg6.jpg) repeat-y; box-shadow:0 3px 8px rgba(76,121,178,0.25); -webkit-box-shadow:0 3px 8px rgba(76,121,178,0.25); -moz-box-shadow:0 3px 8px rgba(76,121,178,0.25)}
.organization li dl dd{line-height:26px; font-size:14px; color:#686868}
.organization li .link{display:none; z-index:100; position:absolute; height:42px; padding-top:3px; line-height:30px; text-align:left; text-indent:21px; font-size:14px; font-weight:500; color:#657c88; text-decoration:none}
.organization li .link.link1{width:160px; background-image:url(/layouts/bluebDesign/image/sub/organization_link1.png)}
.organization li .link.link2{width:190px; background-image:url(/layouts/bluebDesign/image/sub/organization_link2.png)}
.organization li p.top .link{top:29px; left:74px}
.organization li p.item .link{top:-20px; left:124px}
.organization li dl dt .link,
.organization li.l6 p.item .link{top:-30px; left:50%; margin-left:-95px} 
.organization-mobile { display:none}




@media only screen and (max-width:1200px) {	
.organization { display:none}
.organization-mobile { display:block; text-align:center;}
}
@media only screen and (max-width:1000px) {	 
.organization-mobile img { width:100%}
}















/*게시판*/
#bbslist, #bbsview, #bbswrite { width:1200px;  padding:0 !important}

@media only screen and (max-width:1024px) {	
#bbslist, #bbsview, #bbswrite  { width:95%;}
}

@media all and (max-width:950px) {   
#bbslist colgroup col:nth-child(3),
#bbslist thead th:nth-child(3),
#bbslist tbody td:nth-child(3) { display:none} 
#bbslist colgroup col:nth-child(4),
#bbslist thead th:nth-child(4),
#bbslist tbody td:nth-child(4) { display:none} 
}
 
@media all and (max-width:768px) {
#bbsview .viewbox .info .xleft,
#bbslist .sbj a .mdate,
#bbslist thead th,
#bbslist .hit,
#bbslist .name,
#bbslist tbody td,
#bbslist .sbj a { font-size:15px !important;}  
} 

@media all and (max-width:680px) {
#bbsview .viewbox .subject h1 { font-size:15px}
#bbsview .viewbox .info .xleft,
#bbslist .sbj a .mdate,
#bbslist thead th,
#bbslist .hit,
#bbslist .name,
#bbslist tbody td,
#bbslist .sbj a { font-size:14px !important;}  
} 
 
@media all and (max-width:440px) {
#bbsview .viewbox .info .xleft,
#bbslist .sbj a .mdate,
#bbslist thead th,
#bbslist .hit,
#bbslist .name,
#bbslist tbody td,
#bbslist .sbj a { font-size:12px !important;}  
}

@media all and (max-width:375px) {
#bbsview .viewbox .info .xleft,
#bbslist .sbj a .mdate,
#bbslist thead th,
#bbslist .hit,
#bbslist .name,
#bbslist tbody td,
#bbslist .sbj a { font-size:11px !important;}  
}





/*하단*/
@media all and (max-width:470px) { 
#footer .footerCont .footerLogo img { width:50%; height: auto;}
#footer .footerCont div.footerMenu a,
#footer .footerCont div.footerSiteInfo { font-size:12px; word-break:keep-all}	
#footer .footerCont div.footerSiteInfo span { display:block}
}

@media all and (max-width:375px) {
#footer .footerCont div.footerMenu a:last-child,
#footer .footerCont div.footerMenu .split:last-child { display:none}
#footer .footerCont div.footerSiteInfo #siteETCText { display:none}
#footer .footerCont div.footerMenu a,
#footer .footerCont div.footerSiteInfo { font-size:11px;}
#footer .footerCont div.footerSiteInfo span { width:70%; margin:0 auto}
}











.tab_menu { text-align:center;  background:#fff; margin:0 auto 50px auto;padding:0}
.tab_menu li{ display:inline-block;  list-style: none; background:#e0e0e0;  width:20%;vertical-align: top;}
.tab_menu li:hover { background:#ff6f00;}
.tab_menu li:hover a {color:#fff; }
.tab_menu a{ display:inline-block; height:49px; line-height:49px; padding:0 2%;font-size:16px; }
.tab_menu .selected3 a { display:block;color:#fff; background:#ff6f00;}
.tab_menu ul li a{display:table-cell; height:50px; padding:0 20px; line-height:23px; box-sizing:border-box; border-color:#d3d3d3; border-style:solid; border-width:1px; border-left-width:0; border-top-width:1; text-align:center; vertical-align:middle; color:#20273a; font-size:17px;}
 
@media screen and (max-width:980px) {
.tab_menu li {width:48%; margin-bottom:2px}
.tab_menu li a {font-size: 14px;} 
}

@media screen and (max-width:640px) {
.tab_menu li a {font-size: 13px;} 
}
@media screen and (max-width:480px) {

.tab_menu li a {font-size: 12px;} 
}









/* r갤러리 */
.facility {  }
.lSPager {  }

.lSSlideOuter .lSPager { height:120px;}
.lSPager { width:100% !important;  }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover { border-radius: 0px !important;}
.gallery { margin:0}
.gallery li {  }
.gallery li .caption { display:block; width:1200px; height:35px; line-height:35px; font-size:19px; font-weight:500; bottom:0; left:0; color:#333; text-align:center; /*background:url(../images/facility/caption_bg.png);*/ }



.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
}
.lSSlideWrapper {
 border:1px #eee solid;
	height:420px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 60px;
    display: block;
    top: 50%;
    height: 60px;
    background: url(/layouts/bluebDesign/image/sub/controls.png) ;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -30px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
	background-color:#000;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 0px;
}
.lSAction > .lSNext {
    background-position: -60px 0;
    right: 0px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
	padding:0;
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
} 



.s02_con {position:relative; z-index:1; }
.s02_con .contBox { width:100%; margin:0 auto 50px auto;display: inline-block;}
.s02_con .contBox .tabCont  { width:100%;}
.s02_con .contBox .tabCont .sTit{ text-align:center; font-size:35px;}
.s02_con .contBox .tabCont .bTit{ font-size:20px; padding-bottom:5px;} 


.village .sTit{ font-size:25px; font-weight:500;background:url(./image/sub/70/village_sTit_bar.jpg) no-repeat 0 50%; padding-left:27px; margin-bottom:15px; }
.thumbWrap{  margin:0 auto;  display:block; } 
.thumbWrap .grap{ float:left; width:500px;}
.thumbWrap figcaption{ float:right; width:650px;}
.thumbWrap figcaption h1{ font-size:29px; margin:0 0 20px 0;border-bottom:1px #96a1af solid; padding-bottom:10px;}
.thumbWrap figcaption h2{ font-size:17px; font-weight:300;  margin-bottom:20px; letter-spacing:-1px;}
.thumbWrap figcaption  .vTit{color:#666;}

.thumbWrap figcaption .info{ padding-bottom:20px}
.thumbWrap figcaption .info p{ padding:5px 0 5px 0px; font-size:17px; height:36px; line-height:36px; overflow:hidden;}
.thumbWrap figcaption .info .map{background:url(./image/sub/70/map_icon.png) no-repeat 0 50%;}
.thumbWrap figcaption .info .tel{background:url(./image/sub/70/tel_icon.png) no-repeat 0 50%;}
.thumbWrap figcaption .info .homepage{background:url(./image/sub/70/home_icon.png) no-repeat 0 50%;}
.thumbWrap figcaption .info span{ width:100px; display:inline-block; font-weight:400;}
.thumbWrap figcaption  .buttonSet{ margin-top:30px;}
.thumbWrap figcaption  .buttonSet  a{ display:inline-block; text-align:center; width:200px; padding:15px 0; color:#fff; font-size:17px;}
.thumbWrap figcaption  .buttonSet .reservationBtn{ background:#0697e1;}
.thumbWrap figcaption  .buttonSet .viewMapBtn{ background:#007cbc;}
.thumbWrap_bg{position:absolute; top:50px; width:2600px; height:550px; left:50%; margin-left:-1300px;background:url(./image/sub/70/village_info_bg.jpg) no-repeat; z-index:-1;}




@media screen and (max-width:1200px) {
.thumbWrap .grap  { width:100%;float:inherit}
.thumbWrap figcaption { width:100%;float:inherit; margin-top:20px;}
.gallery li { text-align:center}
.gallery li img { width:100%}
.thumbWrap figcaption h1 { font-size:24px;}
.lSSlideOuter .lSPager {height:auto;}
.s02_con .contBox { margin-bottom:80px;}
.s02_con .contBox:last-child { margin-bottom:0}
}



@media screen and (max-width:420px) {
.lSSlideWrapper { height:auto}
.thumbWrap figcaption h1 { font-size:18px;}
.thumbWrap figcaption .info p { font-size:13px; line-height:auto; padding:0}
}







