/* CSS Document */

@charset "utf-8";

/**** reset ****/
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins, input,
kbd,
keygen,
label, legend, li,
meter, mark,
nav, menu,
object, ol, output, option,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, sub, sup,
table, tbody, tfoot, thead, th, tr, td, video, tt,
u, ul,
var{font-family: NotoSansKR, '맑은 고딕','Malgun Gothic','Apple SD Gothic Neo','돋움',dotum, sans-serif;padding:0; margin:0; font-size:100%; font:inherit; border:0; box-sizing:border-box;text-decoration: none}
body{line-height:1;}
ul, ol, li{list-style:none;}
table{border-collapse:collapse; border-spacing:0;}
caption, legend{position:relative; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}
td, th{word-break:break-all; vertical-align:middle;}
mark, var{background:none;}
img, input, button, select, textarea{vertical-align:middle;}
img, fieldset, iframe{border:0;}

/* html5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}

table caption
{position:relative; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

th,td {font-family: NotoSansKR,'맑은 고딕','Malgun Gothic','Apple SD Gothic Neo','돋움',dotum, sans-serif; font-size:14px; font-weight:400; line-height:22px; letter-spacing:-0.01em; color:#333; word-break:keep-all; word-wrap:break-word; } /* color값은 사이트에 맞게사용 */

select{/*outline:none;*/height:40px;padding-left:12px;border:1px solid #c2c2c2;font-size:14px;background:url(/images/common/ico_select.png) no-repeat right 50% #fff;background-size:contain;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-appearance: none;
-moz-appearance: none;appearance: none;}
select::-ms-expand {display: none;}/* select box 화살표 없애기 ie10,ie11 */
/* font */
@font-face{font-family:'NotoSansKR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}
@font-face{font-family:'S-CoreDream-6Bold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face{font-family:'S-CoreDream-5Medium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face{font-family:'S-CoreDream-8Heavy'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); font-weight: bold; font-style: normal; }
@font-face{font-family:'S-CoreDream-3Light'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: normal; font-style: normal; }

@font-face{
	font-family:'NanumBarunGothic';
	font-style:normal;
	src: /*url(../fonts/NanumBarunGothic.eot),*/
		 url(../fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
     	 url(../fonts/NanumBarunGothic.woff) format('woff'),
		 url(../fonts/NanumBarunGothic.otf) format('opentype');
}
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:100;
	src:local('Noto Sans Thin'),local('NotoSans-Thin'),
	/*url(../fonts/NotoSansKR-Thin.eot),*/
	url(../fonts/NotoSansKR-Thin.eot?#iefix) format('embedded-opentype'),
	url(../fonts/NotoSansKR-Thin.woff) format('woff'),
	url(../fonts/NotoSansKR-Thin.otf) format('opentype');
}
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:200;
	src:local('Noto Sans Light'),local('NotoSans-Light'),
	/*url(../fonts/NotoSansKR-Light.eot),*/
	url(../fonts/NotoSansKR-Light.eot?#iefix) format('embedded-opentype'),
	url(../fonts/NotoSansKR-Light.woff) format('woff'),
	url(../fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:300;
	src:local('Noto Sans DemiLight'),local('NotoSans-DemiLight'),
	/*url(../fonts/NotoSansKR-DemiLight.eot),*/
	url(../fonts/NotoSansKR-DemiLight.eot?#iefix) format('embedded-opentype'),
	url(../fonts/NotoSansKR-DemiLight.woff) format('woff'),
	url(../fonts/NotoSansKR-DemiLight.otf) format('opentype');
}
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:400;
	src:local('Noto Sans Regular'),local('NotoSans-Regular'),
	/*url(../fonts/NotoSansKR-Regular.eot),*/
	url(../fonts/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
	url(../fonts/NotoSansKR-Regular.woff) format('woff'),
	url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:500;
	src:local('Noto Sans Medium'),local('NotoSans-Medium'),
	/*url(../fonts/NotoSansKR-Medium.eot),*/
	url(../fonts/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
	url(../fonts/NotoSansKR-Medium.woff) format('woff'),
	url(../fonts/NotoSansKR-Medium.otf) format('opentype');
}
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:700;
	src:local('Noto Sans Bold'),local('NotoSans-Bold'),
	/*url(../fonts/NotoSansKR-Bold.eot),*/
	url(../fonts/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),
	url(../fonts/NotoSansKR-Bold.woff) format('woff'),
	url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}
@font-face{
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:900;
	src:local('Noto Sans Black'),local('NotoSans-Black'),
	/*url(../fonts/NotoSansKR-Black.eot),*/
	url(../fonts/NotoSansKR-Black.eot?#iefix) format('embedded-opentype'),
	url(../fonts/NotoSansKR-Black.woff) format('woff'),
	url(../fonts/NotoSansKR-Black.otf) format('opentype');
}
@font-face {font-family: "RussellSquare";
    src: url("..../fonts/RussellSquare.eot"); /* IE9*/
    src: url("../fonts/RussellSquare.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/RussellSquare.woff") format("woff"), /* chrome、firefox */
    url("../fonts/RussellSquare.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/RussellSquare.svg#RussellSquare") format("svg"); /* iOS 4.1- */
}
.parking_wrap{font-family: 'NanumBarunGothic'}

/* Global SPACE */
.MAL0 {margin-left:0px !important;}.MAL5 {margin-left:5px !important;}.MAL10 {margin-left:10px !important;}.MAL15 {margin-left:15px !important;}.MAL20 {margin-left:20px !important;}.MAL25 {margin-left:25px !important;}.MAL30 {margin-left:30px !important;}.MAL35 {margin-left:35px !important;}.MAL40 {margin-left:40px !important;}.MAL45 {margin-left:45px !important;}.MAL50 {margin-left:50px !important;}.MAL55 {margin-left:55px !important;}.MAL60 {margin-left:60px !important;}.MAL70 {margin-left:70px !important;}.MAL100 {margin-left:100px !important;}.MAL140 {margin-left:140px !important;}
.MAR0 {margin-right:0px !important;}.MAR2 {margin-right:2px !important;}.MAR5 {margin-right:5px !important;}.MAR10 {margin-right:10px !important;}.MAR15 {margin-right:15px !important;}.MAR20 {margin-right:20px !important;}.MAR25 {margin-right:25px !important;}.MAR30 {margin-right:30px !important;}.MAR35 {margin-right:35px !important;}.MAR40 {margin-right:40px !important;}.MAR85 {margin-right:85px !important;}.MAR165 {margin-right:165px !important;}
.MAB0 {margin-bottom:0px !important;}.MAB5 {margin-bottom:5px !important;}.MAB10 {margin-bottom:10px !important;}.MAB15 {margin-bottom:15px !important;}.MAB20 {margin-bottom:20px !important;}.MAB25 {margin-bottom:25px !important;}.MAB30 {margin-bottom:30px !important;}.MAB35 {margin-bottom:35px !important;}.MAB40 {margin-bottom:40px !important;}.MAB45 {margin-bottom:45px !important;}.MAB50 {margin-bottom:50px !important;}.MAB55 {margin-bottom:55px !important;}.MAB60 {margin-bottom:60px !important;}.MAB65 {margin-bottom:65px !important;}
.MAT0 {margin-top:0 !important;}.MAT5 {margin-top:5px !important;}.MAT6 {margin-top:6px !important;}.MAT10 {margin-top:10px !important;}.MAT15 {margin-top:15px !important;}.MAT20 {margin-top:20px !important;}.MAT25 {margin-top:25px !important;}.MAT30 {margin-top:30px !important;}.MAT35 {margin-top:35px !important;}.MAT40 {margin-top:40px !important;}.MAT47 {margin-top:47px !important;}.MAT45 {margin-top:45px !important;}.MAT50 {margin-top:50px !important;}.MAT55 {margin-top:55px !important;}.MAT60 {margin-top:60px !important;}.MAT70 {margin-top:70px !important;}.MAT80 {margin-top:80px !important;}.MAT90 {margin-top:90px !important;}.MAT100 {margin-top:100px !important;}.MAT115 {margin-top:115px !important;}.MAT130 {margin-top:130px !important;}
.MAT-5 {margin-top:-5px !important;}.MAT-10 {margin-top:-10px !important;}.MAT-15 {margin-top:-15px !important;}.MAT-20 {margin-top:-20px !important;}.MAT-25 {margin-top:-25px !important;}.MAT-30 {margin-top:-30px !important;}.MAT-35 {margin-top:-35px !important;}.MAT-40 {margin-top:-40px !important;}
.MAR-15 {margin-right:-15px !important;}.MAL-50 {margin-left:-50px !important;}.MAL-40 {margin-left:-40px !important;}

.PAL0 {padding-left:0px !important;}.PAL5 {padding-left:5px !important;}.PAL10 {padding-left:10px !important;}.PAL15 {padding-left:15px !important;}.PAL20 {padding-left:20px !important;}.PAL25 {padding-left:25px !important;}.PAL30 {padding-left:30px !important;}.PAL35 {padding-left:35px !important;}.PAL40 {padding-left:40px !important;}.PAL45 {padding-left:45px !important;}.PAL50 {padding-left:50px !important;}.PAL70 {padding-left:70px !important;}
.PAR0 {padding-right:0 !important;}.PAR5 {padding-right:5px !important;}.PAR10 {padding-right:10px !important;}.PAR15 {padding-right:15px !important;}.PAR20 {padding-right:20px !important;}.PAR25 {padding-right:25px !important;}.PAR30 {padding-right:30px !important;}.PAR35 {padding-right:35px !important;}.PAR40 {padding-right:40px !important;}
.PAT0 {padding-top:0 !important;}.PAT5 {padding-top:5px !important;}.PAT10 {padding-top:10px !important;}.PAT15 {padding-top:15px !important;}.PAT20 {padding-top:20px !important;}.PAT25 {padding-top:25px !important;}.PAT30 {padding-top:30px !important;}.PAT35 {padding-top:35px !important;}.PAT40 {padding-top:40px !important;}.PAT45 {padding-top:45px !important;}.PAT50 {padding-top:50px !important;}.PAT55 {padding-top:55px !important;}.PAT60 {padding-top:60px !important;}.PAT65 {padding-top:65px !important;}.PAT70 {padding-top:70px !important;}.PAT75 {padding-top:75px !important;}.PAT80 {padding-top:80px !important;}.PAT85 {padding-top:85px !important;}.PAT90 {padding-top:90px !important;}.PAT95 {padding-top:95px !important;}.PAT100 {padding-top:100px !important;}.PAT105 {padding-top:105px !important;}.PAT110 {padding-top:110px !important;}.PAT115 {padding-top:115px !important;}.PAT120 {padding-top:120px !important;}.PAT125 {padding-top:125px !important;}.PAT130 {padding-top:130px !important;}.PAT135 {padding-top:135px !important;}
.PAB0 {padding-bottom:0 !important;}.PAB5 {padding-bottom:5px !important;}.PAB10 {padding-bottom:10px !important;}.PAB15 {padding-bottom:15px !important;}.PAB20 {padding-bottom:20px !important;}.PAB25 {padding-bottom:25px !important;}.PAB30 {padding-bottom:30px !important;}.PAB35 {padding-bottom:35px !important;}.PAB40 {padding-bottom:40px !important;}.PAB50 {padding-bottom:50px !important;}.PAB85 {padding-bottom:85px !important;}.PAB120 {padding-bottom:120px !important;}
.PAD0{padding:0 !important;}.PADDING5{padding:5px !important;}.PADDING10{padding:10px !important;}.PADDING15{padding:15px !important;}.PADDING20{padding:20px !important;}.PADDING30{padding:30px !important;}.PADDING40{padding:40px !important;}.PADDING50{padding:50px !important;}

.WID100PER{width:100% !important;}.WID98PER{width:98% !important;}
.WID95PER{width:95% !important;}.WID85PER{width:85% !important;}
.WID45PER{width:45% !important;}.WID20PER{width:20% !important;}

.WID20PX{width:20px !important;}.HGT20PX{height:20px !important;}.HGT30PX{height:30px !important;}.HGT40PX{height:40px !important;}.HGT50PX{height:50px !important;}.HGT60PX{height:60px !important;}.HGT70PX{height:70px !important;}.HGT80PX{height:80px !important;}.HGT90PX{height:90px !important;}.HGT100PX{height:100px !important;}.HGT110PX{height:120px !important;}.HGT120PX{height:120px !important;}.HGT140PX{height:140px !important;}.HGT160PX{height:160px !important;}.HGT170PX{height:170px !important;}

.w100px{width:100px!important}.w200px{width:200px!important}.w300px{width:300px!important}.w400px{width:400px!important}.w500px{width:500px!important}.w600px{width:600px!important}.w700px{width:700px!important}.w800px{width:800px!important}.w900px{width:900px!important}

.w1per{width:1%!important}.w2per{width:2%!important}.w3per{width:3%!important}.w4per{width:4%!important}.w5per{width:5%!important}.w6per{width:6%!important}.w7per{width:7%!important}.w8per{width:8%!important}.w9per{width:9%!important}.w10per{width:10%!important}.w11per{width:11%!important}.w12per{width:12%!important}.w13per{width:13%!important}.w14per{width:14%!important}.w15per{width:15%!important}.w16per{width:16%!important}.w17per{width:17%!important}.w18per{width:18%!important}.w19per{width:19%!important}.w20per{width:20%!important}.w21per{width:21%!important}.w22per{width:22%!important}.w23per{width:23%!important}.w24per{width:24%!important}.w25per{width:25%!important}.w26per{width:26%!important}.w27per{width:27%!important}.w28per{width:28%!important}.w29per{width:29%!important}.w30per{width:30%!important}.w31per{width:31%!important}.w32per{width:32%!important}.w33per{width:33%!important}.w33_3per{width:33.w3%!important}.w34per{width:34%!important}.w35per{width:35%!important}.w36per{width:36%!important}.w37per{width:37%!important}.w38per{width:38%!important}.w39per{width:39%!important}.w40per{width:40%!important}.w41per{width:31%!important}.w42per{width:32%!important}.w43per{width:33%!important}.w44per{width:34%!important}.w45per{width:35%!important}.w46per{width:36%!important}.w47per{width:37%!important}.w48per{width:38%!important}.w49per{width:39%!important}.w50per{width:50%!important}.w51per{width:51%!important}.w52per{width:52%!important}.w53per{width:53%!important}.w54per{width:54%!important}.w55per{width:55%!important}.w56per{width:56%!important}.w57per{width:57%!important}.w58per{width:58%!important}.w59per{width:59%!important}.w60per{width:60%!important}.w61per{width:61%!important}.w62per{width:62%!important}.w63per{width:63%!important}.w64per{width:64%!important}.w65per{width:65%!important}.w66per{width:66%!important}.w67per{width:67%!important}.w68per{width:68%!important}.w69per{width:69%!important}.w70per{width:70%!important}.w71per{width:71%!important}.w72per{width:72%!important}.w73per{width:73%!important}.w74per{width:74%!important}.w75per{width:75%!important}.w76per{width:76%!important}.w77per{width:77%!important}.w78per{width:78%!important}.w79per{width:79%!important}.w80per{width:80%!important}.w81per{width:81%!important}.w82per{width:82%!important}.w83per{width:83%!important}.w84per{width:84%!important}.w85per{width:85%!important}.w86per{width:86%!important}.w87per{width:87%!important}.w88per{width:88%!important}.w89per{width:89%!important}.w90per{width:90%!important}.w91per{width:91%!important}.w92per{width:92%!important}.w93per{width:93%!important}.w94per{width:94%!important}.w95per{width:95%!important}.w96per{width:96%!important}.w97per{width:97%!important}.w98per{width:98%!important}.w99per{width:99%!important}.w100per{width:100%!important}

.flL{float:left!important}
.flR{float:right!important}
.maxWid80px{max-width:80px}
.maxWid120px{max-width:120px}

.sub_container ul.dot_list li, .sub_container dl.dot_list dt{background:url(/images/common/icon_dt.gif) left 10px no-repeat;color:#333;font-weight:200}
.sub_container ul li{position:relative; display:block;/*width:96%*/; padding:0 0 2px 8px; line-height:140%; margin-top:6px; text-align:justify;}
.sub_container dl dt { position:relative;  /*width:96%;*/ padding:0 0 2px 8px; line-height:140%; margin-top:6px; text-align:justify;}

.sub_container ul ul { width:99.8%; margin:5px 0 0 -3px; padding-bottom:0; }
.sub_container ul ul li,
.sub_container dl dd {margin-left:7px; padding-left:7px; margin-top:2px; line-height:180%;width:97%;}

.txtC{text-align:center!important}
.txtL{text-align:left!important}
.txtR{text-align:right!important}
.cursor_p{cursor:pointer}

header{position:absolute;z-index:1000;width:100%;top:0}
header .gnb_box{padding-top:36px;border-bottom:1px solid rgba(255,255,255,.3)}
.top_menu{width:100%;max-width:1200px;margin:0 auto;height:57px;padding-right:21px}
.top_menu ul{float:right}
.top_menu ul li{background:url(/images/common/bar.gif) 0 25px no-repeat;float:left;padding:0 17px}

.top_menu ul li a{line-height:57px;font-size:13px;font-weight:200;color:#fff;}
h1{clear:both}
.top_menu ul li.first{background:none}
.sub_menu .top_menu ul li{background:url(/images/common/bar2.gif) 0 25px no-repeat;float:left;padding:0 17px}
.sub_menu .top_menu ul li.first{background:none}
header h1.logo{float:left;width:306px;padding-top:0px }
header h1.logo a{display: block;}
.box{position:relative;width:100%;max-width:1208px;margin:0 auto;}
.change img.p{display:block}
.change .top_menu ul li a{color:#000}
.change #gnb ul.menu > li > a{color:#000;font-weight:200}
.change .top_menu ul li{background:url(/images/common/bar2.gif) 0 25px no-repeat;}
.change .top_menu ul li.first{background:none}
.change #gnb ul.menu li .submenu{height:242px;}
.change .gnb_box{border-bottom:0}

/* header - selectbox */
header ul.header_btn > li.lang{float:left;padding-right:30px;border-right:1px solid #fff;}
header ul.header_btn > li.lang .select{width:60px;height:28px;line-height:28px;}
header ul.header_btn > li.lang .select .styledSelect{border:1px solid #fff;text-align:left;}
header.change{background:#fff url(/images/common/gnb_bottom_line.gif) repeat-x top;opacity:90;transition:opacity 500ms ease 0s }
header.change ul.gnb .lv1 > a{color:#000;}
header.change ul.header_btn .menu span{background:#000;}
header.change ul.header_btn .menu a:before,
header.change ul.header_btn .menu a:after{background:#000;}
header.change ul.header_btn li.lang .select .styledSelect{border-color:#000;}
header.change ul.header_btn li.lang .select .styledSelect{color:#000;}
header.change ul.header_btn li.lang .select .styledSelect:after{background:url(/images/common/lang_arrow_sticky.png);}
header.change ul.header_btn li.lang .select .options{border-color:#000;background:#fff;}
header.change ul.header_btn li.lang .select .options li{color:#000;}

/*header*/
#header{position:absolute;top:0;width:100%;z-index:1000;overflow:hidden;background-color:#fff !important;background:url(../images/common/bg_header.gif) repeat-x 0 0;}
#header_wrap{position:relative;height:132px;margin:0 auto;}
#header_wrap #top_phone{position:absolute;top:0;left:0;height:30px;padding-top:4px;text-align:center;font-size:13px;color:#f8f8f8;font-weight:400; background: #2fb3a8; width: 211px; letter-spacing: -1px;}
#header_wrap #top_phone span{color:#fff;padding-left:5px;font-size:14px; letter-spacing: 0px;}
#header_wrap h1.logo{position:absolute;width:340px;height:50px;background:url(../images/common/logo.png) no-repeat 0 0;text-indent:-9999px;top:62px; left: 3px; }
#header_wrap h1.logo a{display: block;width:100%;height:100%;}

#top_info{height:44px;background:#0d0d0d}
#top_info ul{text-align: right;font-size:0;}
#top_info li{display:inline-block; padding:0 33px;height:44px; min-width:102px;  text-align: left;}
#top_info li.top_login{background:#1d6583; border-right: 1px solid #757272; }
#top_info li.top_sitemap{background: #26416e;}
#top_info li a{display:block;line-height:44px;font-size:15px;color:#fff;letter-spacing:-1px; font-weight: 400;padding-left:25px}
#top_info li.top_login a{background:url(../images/common/icon_top01.png) 0px 13px no-repeat}
#top_info li.top_sitemap a{background:url(../images/common/icon_top02.png) 0 13px no-repeat}
#top_info li.last a{background:none; padding-right: 6px;}

#gnb{padding: 0px 0px 0 0;font-family: NotoSansKR, '맑은 고딕','Malgun Gothic','Apple SD Gothic Neo','돋움',dotum, sans-serif;}
#gnb ul.menu{font-size:0;text-align: right;}
#gnb ul.menu>li{display:inline-block;/*height:86px;   border-left:1px solid #0b1a2d;*/}
#gnb ul.menu>li.secon{}
#gnb ul.menu>li>a{display:block;height:80px;line-height:42px;font-size:22px;color:#000;text-align: center;letter-spacing: -1px; font-weight: 200;padding:0 55px}
#gnb ul.menu>li>a span{font-weight:400;}
#gnb ul.menu>li>a:hover{color:#2755a9;text-decoration:none;border-bottom:2px solid #2755a9;font-weight:500}
#gnb ul.menu>li>a.selected{color:#fff; background:url(/images/common/bg_header.gif) no-repeat center center; background-size: cover;}
#gnb ul.menu>li.first{background:none;}
#gnb ul.menu>li.last{ border-right:1px solid #0b1a2d;}
#gnb ul.menu li .submenu{height:0px;overflow:hidden;}
#gnb ul.menu li ul{padding-top:20px;height:241px;}
#gnb ul.menu li ul.end{/*border-right:1px solid #ebebeb*/}
#gnb ul.menu li ul li{text-align:center;height:30px;line-height:30px}
#gnb ul.menu li ul>li{margin-left:-1px}
#gnb ul.menu li ul li a{display:block;line-height:24px;color:#333;font-size:15px;letter-spacing:-0.5px;font-weight:200}
span.menu_small_font{font-size:11px;letter-spacing:-1px}
#gnb ul.menu li ul li a:hover{color:#2755a9;font-weight:600;background:#fff}
#gnb ul.menu li ul li a.selected{color:#e80014}
#gnb ul.menu li ul li.gnb_sub{height:0;overflow:hidden;}
#gnb ul.menu li ul li.gnb_sub a{display:block;line-height:20px;color:#ff7200;font-weight:500;font-size:14px;letter-spacing:-1px;}
#gnb ul.menu li ul li.gnb_sub a:hover{color:#000;}
#gnb ul.menu li ul li.gnb_sub a.selected{font-weight:500;}
@media screen and (max-width:1240px){
	header h1.logo{width: 240px;0p;padding-left:30px;}
}
@media screen and (max-width:768px){
	header .gnb_box{padding-top:24px}
	header .logo img{width:170px}
}

#left_column{position:relative;width:233px;float:left;height:auto;border-top:5px solid #006599;}
.hidden{font-size:0;height:0;line-height:0;position:absolute;top:-3000px;left:-3000px;}
hr{display:none}

/*scroll*/
.noScroll, .noScroll body{overflow:hidden!important;height:100%}

.mobile_resrevation{position:fixed;width:100%;bottom:0;left:0;height:45px;z-index:5000;display:none; text-align: center;}
.mobile_resrevation ul li{float:left;width:50%; }
.mobile_resrevation ul li a{display:block;background-color:#fce200;line-height:45px;color:#333;font-size:14px;font-weight:500;}
.mobile_resrevation ul li img{margin-top: 12px;}
.mobile_resrevation ul li.last a{ background-color:#39ce45;}
/*e - mobile_gnb*/

#contents{clear:both;padding:40px 0}
.coming_soon_img{text-align:center}

.contents{position:relative;min-height:820px;clear:both}
.inner{width:100%;max-width:1208px;margin:0 auto}
footer{background:#393939}
footer ul.f_menu{}
footer ul.f_menu li{padding-right:30px;float:left;line-height:73px}
footer ul.f_menu li a{color:#aaa}
footer ul.f_menu li a.f_first{color:#fff;font-weight:400}
footer .address{width:100%;clear:both;border-top:1px solid #303133;padding-bottom:35px;}
footer .address .inner{margin-top:39px;background:url(/images/common/bg_footer.png) 0 0 no-repeat;padding-left:230px;color:#888}
footer .address p.addr01{line-height:180%;font-size:14px;margin-bottom:3px}
footer .address p.addr02{font-size:12px;line-height:160%;font-weight:200;letter-spacing:0.5px}

/* button */
.btnD1, .btnD1-1,.btnD2,.btnD2_prod{display:inline-block;min-width:200px;height:60px;padding:0 60px;letter-spacing:-.2px; ;  font-size:16px;text-align:center;box-sizing:border-box;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
a.btnD1-1, a.btnD1,a.btnD2,a.btnD2_prod{line-height:58px;}
.btnD1, .btnD1-1,.btnD2_prod{color:#fff ! important;border:1px solid #29304a;background:#29304a}
.btnD1:hover, .btnD1-1:hover, .btnD2_prod:hover{background:#373f5e}
.btnD2{color:#444! important;border:1px solid #888;background:#fff}
.btnD2:hover{color:#007766! important;border:1px solid #007766}
.btnD1.disabled{color:#fff! important;border:1px solid #333;background:#333}
.btnD1-1.disabled{color:#fff! important;border:1px solid #333;background:#333}
.btnD2.disabled{color:#999! important;border:1px solid #ccc;background:#f5f5f5}
.btnD1.big, .btnD1-1.big, .btnD2.big{min-width:300px;font-size:18px;;}

.btnS1,.btnS2,.btnS3,.btnS4{display:inline-block;min-width:108px;height:40px;padding:0 20px;letter-spacing:-.2px;font-size:14px;text-align:center;box-sizing:border-box;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
a.btnS1,a.btnS2,a.btnS3,a.btnS4{line-height:38px;}
.btnS1{color:#fff! important;border:1px solid #29304a;background:#29304a}
.btnS1:hover{background:#373f5e}
.btnS2{color:#222! important;border:1px solid #222;background:#fff}
.btnS2:hover{color:#007766! important;border:1px solid #007766}
.btnS3{color:#e41313! important;border:1px solid #e41313;background:#fff}
.btnS3:hover{color:#ef4040! important;border:1px solid #ef4040}
.btnS4{color:#007766! important;border:1px solid #007766;background:#fff}
.btnS4:hover{color:#05564a! important;border:1px solid #05564a}
.btnS1.disabled,.btnS2.disabled,.btnS3.disabled,.btnS4.disabled{color:#999! important;border:1px solid #ccc;background:#f5f5f5}
.btnS1_mypage{display:block;width:66px;margin:20px auto;}
.btnS1_hpoint{width:150px;height:19px;line-height:13px;font-size:14px;}

.btnForm_block{position:relative;margin-top:50px;text-align:center;font-size:0;}
.btnForm_block a~a{margin-left:6px ;}
.btnForm_block button~button{margin-left:20px}
.btnForm_block .btnD1 , .btnForm_block .btnD2, .btnForm_block .btnD3 {font-size: 16px;}

@media screen and (max-width:768px){
	.btnD1, .btnD1-1,.btnD2,.btnD2_prod{min-width:100px;height:40px;padding:0 30px}
	a.btnD1-1, a.btnD1,a.btnD2,a.btnD2_prod{line-height:38px;}
}

/* board */
.board_search{margin-bottom:16px;text-align:right;font-size:0;}
.board_search label{position:absolute;left:-5000px;height:0;line-height:0;overflow:hidden}
.board_search .box{display:inline-block;}
.board_search select{position:relative;width:200px ! important;}
.board_search select ~ select{margin-left:10px}
.board_search input{width:280px;height:40px;margin-left:10px;padding-right:40px ! important;font-size:14px;border:1px solid #c2c2c2;padding-left:10px}
.board_search .btn{width:40px;height:40px;margin-left:-40px;font-size:0;background:url(/images/common/ico_search.png) no-repeat 50% 50%;}
.board_search .btn_g{display:inline-block;}
.board_search .btn_g button{width:40px;height:40px;margin-right:-1px;border:1px solid #c2c2c2}
.board_search .btn_g .on{position:relative;border:1px solid #222}
.board_search .btn_g .btn_list{background:url(/images/common/ico_list.png) no-repeat 50% 50%;}
.board_search .btn_g .btn_thum{background:url(/images/common/ico_thum.png) no-repeat 50% 50%;}
.board_search .btn_g .btn_list.on{background:url(/images/common/ico_list_on.png) no-repeat 50% 50%;}
.board_search .btn_g .btn_thum.on{background:url(/images/common/ico_thum_on.png) no-repeat 50% 50%;}

.board_search2{margin-bottom:60px;text-align:center;font-size:0;}
.board_search2 label{position:absolute;left:-5000px;height:0;line-height:0;overflow:hidden}
.board_search2 input[type=text]{width:490px;height:50px;font-size:14px;border:1px solid #222}
.board_search2 .btn{width:50px;height:50px;font-size:0;background:url(/images/common/ico_search2.png) no-repeat 50% 50% #222;}

.paging{position:relative;z-index:9;text-align:center;margin:40px auto 0;font-size:0;}
.paging *{vertical-align:middle;}
.paging ul{display:inline-block;margin:0 30px;font-size:0;}
.paging li{display:inline-block!important;padding:0 0 2px 8px!important;margin-top:0!important}
.paging li~li{margin-left:10px}
.paging li a,.paging li strong{position:relative;display:inline-block;width:30px;height:30px;line-height:30px;font-family:'arial'; font-weight: 900 ; font-size:14px;text-align:center;color:#000;box-sizing:border-box;}
.paging li strong a,.paging ul li strong{background:#29304a;color:#FFF;}
.paging .prev,.paging .next,.paging .first,.paging .last{display:inline-block;width:30px;height:30px;font-size:0;text-indent:-5000px;}
.paging .prev{margin-left:-1px;background:url(/images/common/btn_pre.png) no-repeat 50% 50%;}
.paging .next{background:url(/images/common/btn_nxt.png) no-repeat 50% 50%;}
.paging .first{margin-right:5px;background:url(/images/common/btn_first.png) no-repeat 50% 50%;}
.paging .last{margin-left:5px;background:url(/images/common/btn_last.png) no-repeat 50% 50%;}

.btn_listMore{margin-top:27px;padding-top:17px;text-align:center;border-top:1px solid #ddd;}
.btn_listMore button{height:40px;line-height:40px;}
.btn_listMore button:after{content:"";position:relative;top:-2px;display:inline-block;width:12px;height:8px;vertical-align:middle;margin-left:10px;background:url(/images/common/ico_more.png) no-repeat 50% 50%;}

.board_list table{/*table-layout:fixed;*/width:100%;text-align:center;border-collapse:collapse;border-top:2px solid #222;color:#666}
.board_list thead th{line-height:17px;height:52px;padding:0px 5px;vertical-align:middle;font-size: 18px; border-bottom:1px solid #e1e1e1; color: #222; background:#eee;word-break:normal;}
.board_list tbody th{height:52px;line-height:19px;padding:5px;vertical-align:middle;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;/*background:#f8f9fb;*/word-break:normal;}
.board_list td{height:50px;line-height:19px;padding:5px;vertical-align:middle;border-bottom:1px solid #e1e1e1;text-align:center;word-break:normal; font-size: 17px; }
#tradedPrice_day td , #tradedPrice_time td  , #Hoga td {border-left: 1px solid #e1e1e1}
#tradedPrice_day td:first-child , #tradedPrice_time td:first-child  , #Hoga td:first-child  {border-left: 0 none; }

.board_list td{color:#666}
.board_list th.title{text-align:center}
.board_list .title{padding:5px 15px 5px 25px;text-align:left}

.board_list .title a{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#000;}

.board_list th.date{font-weight:400}
/*.board_list .date{font-weight:200}*/

.board_list .num{width:80px;}
.board_list .division{width:220px;}
.board_list .part{width:125px}
.board_list .writer{width:110px}
.board_list th.date{font-weight:400}
.board_list .date{width:90px;font-weight:200}

.board_list .state01{font-weight:600;color:#74b816}
.board_list .state02{font-weight:600;color:#1098ad}
.board_list .state03{font-weight:600;color:#37b24d}
.board_list .state04{font-weight:600;color:#1c7ed6}
.board_list .state05{font-weight:600;color:#f76707}
.board_list .hit{width:105px}
.board_list .file{width:110px}
.board_list .file a{display:inline-block;font-size:0;background:url(/images/common/ico_file.png) no-repeat 50% 50%;}
.board_list .i_noti,.board_list .i_noti2,.board_list .i_not3{display:inline-block;text-align:center;color:#007766;vertical-align:middle;}
.board_list .i_noti2{color:#562fad}
.board_list .i_noti3{color:#275a8d}
.board_list .i_file{display:inline-block;width:20px;height:20px;font-size:0;vertical-align:middle;background:url(/images/common/ico_file.png) no-repeat 50% 50%;}

.new{position:relative ! important;left:0 ! important;right:auto ! important;top:-2px ! important;display:inline-block ! important;width:16px ! important;height:16px ! important;font-size:0 ! important;vertical-align:middle;background:url(/images/common/ico_new.png) no-repeat 50% 50%}
/*.new:before{display:none}*/

.board_view{position:relative;border-top:2px solid #222;}
.board_view h2{line-height:2.6em;font-size:28px;color:#222;background:#fff;padding-left:0!important;background:none;padding-left:0 !important}
.board_view h2 .part{position:relative;top:3px;line-height:28px;padding-right:25px;margin-right:25px;}
.board_view h2 .part:before{content:"";position:absolute;top:15px;right:0;width:1px;height:12px;background:#e1e1e1}
.board_view h2 .part.type1{color:#007766;}
.board_view h2 .part.type2{color:#562fad;}
.board_view h2 .part.type3{color:#275a8d;}
.board_view h2 .part.type4{color:#e41313;}
.board_view .date{line-height: 24px; padding-bottom:16px;letter-spacing:1px;font-size:13px;}
.board_view .name{display:inline-block;padding:2px 10px;border-radius:3px;font-size:13px;color:#666;background:#f5f9fd}
.board_view .memo{min-height:200px;padding:40px 0 40px;margin-bottom:40px;line-height:28px;border-top:1px solid #e1e1e1;border-bottom:1px solid #222;box-sizing:border-box;word-wrap: break-word;}
.board_view .memo img{max-width:835px}
.board_view .memo.event img {max-width: none;}
.board_view .date .txt{margin-left:40px;}
.board_view .sns_g{margin:-20px 0 0 0;text-align:right}
.board_view .file{position:relative; min-height: 20px; line-height: 20px; padding:10px 20px 10px 110px;border-top:1px solid #e1e1e1}
.board_view .file .tit{position:absolute;top:0;bottom:0;left:0px;width:75px;height:20px;margin:auto 0;color:#222;; }
.board_view .file .tit:before{content:"";position:absolute;top:0;bottom:0;right:0;width:1px;height:12px;margin:auto 0;background:#e1e1e1}
.board_view .file p~p{margin-top:5px;}
.board_view .file a{display:inline-block;padding:0 30px;background:url(/images/common/ico_file.png) no-repeat 0 50%;}
@media screen and (max-width: 560px){
	.board_view .memo img{width:100%!important}
}
.prevNext_list{border-top:1px solid #e1e1e1}
.prevNext_list li{position:relative;height:70px;line-height:70px;padding:0 20px 0 165px;border-bottom:1px solid #e1e1e1}
.prevNext_list li span{position:absolute;top:0;left:40px;width:85px;color:#222; }
.prevNext_list li span:before{content:"";position:absolute;top:0;bottom:0;right:0;width:1px;height:12px;margin:auto 0;background:#e1e1e1}
.prevNext_list li a{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#222}
.prevNext_list li a b{color:#222}
.prevNext_list .new{margin-right:5px}
/*  iframe 추가 */
.board_view .memo .emvedWrap{width: 840px; margin: 0 auto;}
.board_view .memo .emved{margin-bottom:35px; position: relative;height: 0;padding-bottom: calc(56.2% + 70px);/*overflow: hidden;*/width: 100%;}
.board_view .memo.fixed .emved {/*padding-bottom: 16%;*/ margin-bottom: 0;}
.board_view .memo .emved iframe, .board_view .memo .emved object, .board_view .memo .emved embed {position: absolute;width: 100%;height:100%;top:0;left: 50%;margin: 0 0 0 -50%;box-sizing: border-box;}
.board_view .memo.fixed .emved iframe, .board_view .memo.fixed .emved object, .board_view .memo.fixed .emved embed {box-sizing: border-box;}
/* iframe  추가 끝*/
.board_view .memo.fixed .emvedWrap{width: 320px;z-index:9999;position:fixed;bottom:0;right:0;margin-bottom:0}
.board_view .memo.fixed .emved{}
.board_view .memo.fixed{padding-top:300px}
.board_view .anwer{position:relative;margin:40px 0 -40px;padding:45px 80px;background:#f8f8f8}
.board_view .anwer:before{content:"A";position:absolute;top:40px;left:30px;  color:#007766;font-size:22px;font-family:'arial';}

/*board_write*/
.board_write{table-layout:fixed;width:100%;border-collapse:collapse;border-top:2px solid #222;margin:0}
.board_write *{vertical-align:middle}
.board_write .marginType{margin:10px 0;}
.board_write tr:first-child th,table.board_write tr:first-child td{border-top:0}
.board_write th{border-bottom:1px solid #e1e1e1; text-align:left;color:#444;padding:15px 0;text-align:center;background:#f7f7f7}
.board_write .m_hidden{display: table-row;}
.board_write .p_hidden{display: none}
.board_write th span{display:block;margin-top:12px;   }
.board_write th strong{position:relative;top:3px;margin-right:5px;color:#ff1515;}
.board_write td{height:40px;line-height:20px;vertical-align:middle;border-bottom:1px solid #e1e1e1;background:#fff;padding:15px 20px 15px 20px;text-align:left}
.board_write input[type=text],.board_write input[type=file]{width:100%;}
.board_write input[type=text]{border:1px solid #c2c2c2;height:40px;line-height:40px;padding-left:12px}
.board_write input[type=tel]{width:100%;font-family:'arial';}

.board_write select{width:100%;}

.board_write textarea{overflow-y:auto;width:100%;height:345px;}
.board_write .part{display:block;padding:0 5px;line-height:40px;height:40px;font-size:14px;text-align:center;}
.board_write .input_box{width:70%;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;}
.board_write .mail_box{width:70%;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;}
.board_write .mail_box .col{width:70%;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;}
.board_write .mail_box select{width:29%;margin-left:1%;}
.board_write .phone_box{width:70%;font-size:0;display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;}
.board_write strong{vertical-align:top;}
.board_write .txt{font-size:14px;line-height:26px;color:#444}
.board_write .radio_group{margin-bottom:8px}
.board_write.form-apply td label.agreeMtype{margin-left:0;vertical-align:top;}
.board_write.form-apply td label:first-child {margin-left: 0; }
.board_write.form-apply td label + input[type=text] {width: auto; margin-left: 20px; display:inline-block; }
.board_write.form-apply td label + input[readonly=readonly] {display: none;}
span.explain{color:#666}

.address_info dl.dl_sty1{margin-bottom:12px}
.address_info dl.dl_sty1 dt{float:left;margin-top:6px;padding-left:7px;;color:#222}
.address_info dl.dl_sty1 dt.mt25{margin-top:25px}
.address_info dl.dl_sty1 dd{margin:12px 0 0 0px}
.address_info dl.dl_sty1 dd.noti{position:relative;top:0;left:0;*z-index:2}
.address_info dl.dl_sty1 dd.noti .placeholder{*top:8px}
.address_info dl.dl_sty1 dd.phone{position:relative;*z-index:2}
.address_info dl.dl_sty1 dd.k_text{padding-top:2px}
.address_info dl.dl_sty1 dd.k_text.form{padding-top:6px;margin-bottom:12px}
.address_info dl.dl_sty1 dd.k_text.form input[type="checkbox"]{margin-right:5px;}
.address_info dl.dl_sty1 dd > span.txt_red{line-height:140%}
.address_info dl.dl_sty1 dd > span.txt_info{line-height:140%;color:#007fea}
.address_info dl.dl_sty1 dt+dd{margin-top:0}
a.tx_btn{background:#ebebeb;padding:1px 10px;color:#000;float:left}
#addressZip01{float:left;border:1px solid #ebebeb;max-width:100px;height:32px!important;line-height:32px!important}
p.d_b{clear:both;display:block}
#addressIn01{clear:both;border:1px solid #ebebeb;max-width:300px;}
#addressIn02{border:1px solid #ebebeb;max-width:300px}
.ng-pristine{border:1px solid #eebeb}
.address_info dl.dl_sty1 dd.noti{border:1px solid #ebebeb}
.board_write .fileAdd_list{margin-top:25px;}
.board_write .fileAdd_list li{color:#444;font-size:14px;}
.board_write .fileAdd_list li~li{margin-top:5px}
.board_write .fileAdd_list .del{width:14px;height:14px;margin-left:10px;font-size:0;background:url(../images/ico_del.png) no-repeat 50% 50%;}
.board_write #opfileSnFileFormDiv > .row{padding-bottom: 10px;}
.board_write #opfileSnFileFormDiv > .row > div > div.row{padding-bottom: 5px;}
.board_write #opattFileIdFileFormDiv > .row{padding-bottom: 10px;}
.board_write #opattFileIdFileFormDiv > .row > div > div.row{padding-bottom: 5px;}
.address_info .map_area{margin-top:10px;border:1px solid #ebebeb;width:100%;height:300px}
.location_wrap{background:#e9e9e9;padding:10px ;text-align:center}
.location_wrap span{line-height:38px;display:inline-block}
.location_wrap span.location_title{font-size:15px;color:#000;}
.tree_add_table_wrap{border-top:1px solid #222;color:#666}
table.tree_add{table-layout:fixed;width:100%;text-align:center;border-collapse:collapse}
table.tree_add thead th{text-align:center;line-height:17px;height:37px;padding:0px 5px;vertical-align:middle;font-size: 14px; border-bottom:1px solid #e1e1e1; color: #222; background:#eee;word-break:normal;}
table.tree_add tbody th{height:30px;line-height:19px;padding:5px;vertical-align:middle;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;/*background:#f8f9fb;*/word-break:normal;}
table.tree_add td{height:50px;line-height:19px;padding:5px;vertical-align:middle;border-bottom:1px dotted #333;text-align:center;word-break:normal; font-size: 14px; }
table.tree_add td input{text-align:center;padding:0}
table.tree_add tr.border_dotted{border-top:2px dotted #ebebeb!important}

.board_list table.tree_add{table-layout:fixed;width:100%;text-align:center;border-collapse:collapse}
.board_list table.tree_add thead th{text-align:center;line-height:17px;height:37px;padding:0px 5px;vertical-align:middle;font-size: 14px; border-bottom:1px solid #e1e1e1; color: #222; background:#eee;word-break:normal;}
.board_list table.tree_add tbody th{height:30px;line-height:19px;padding:5px;vertical-align:middle;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;/*background:#f8f9fb;*/word-break:normal;}
.board_list table.tree_add td{color:#333;border-right:1px solid #ebebeb;height:50px;line-height:19px;padding:5px;vertical-align:middle;border-bottom:1px dotted #333;text-align:center;word-break:normal; font-size: 14px; }
.board_list table.tree_add td:last-child{border-right:0}
.board_list table.tree_add td input{text-align:center;padding:0}
.board_list table.tree_add tr.border_dotted{border-top:2px dotted #ebebeb!important}

.btn_inp_g_001{margin-left: 2px;display: inline-block; background: #666;padding:0px 5px;color:#fff;font-size: 12px;font-weight: bold;line-height:21px;height:26px;text-decoration:none;letter-spacing: -1px;min-width:60px;cursor:pointer;vertical-align:middle; *display:inline;zoom:1;}
.board_write .popup_cons .joinForm{width:850px;max-height:850px;height: 100%;}
.bbs_file li a{color:#666!important}

.board_write .coment{margin-bottom:15px;color:#222;}
.board_write .joinForm_box{padding:20px 40px 0; background-color: #fff;}
.board_write textarea{height:200px;padding:12px 20px;}
.board_write .chk_box label{color:#222}
.board_write .agree{height:80px;padding:15px;margin-top:15px;font-size:14px;border:1px solid #c2c2c2;overflow-y:scroll;}
.board_write .agree strong{font-family:'NotoKrB';color:#e41313;text-decoration: underline;}
.board_write .btnForm_block{margin:20px 0;padding-bottom: 20px;}
.board_write th span.paddingType{padding-left:12px;margin-top:0;vertical-align:text-top;}
.board_write .fcol3{display:flex}
.board_write .fcol3 select~select{margin-left:20px;}
.board_write #counter{color:#666 !important; font-size: 14px;}

table.board_write.form-apply .apply-m5px{width: 200px!important;}

@media screen and (max-width: 982px){
	table.board_write.form-apply .apply-m5px{margin: 5px 0}
}

@media screen and (max-width: 860px){
	.board_list{padding-top:38px;margin-top:10px;/*background:url(/images/common/icon_scroll.gif) no-repeat top left;*/}
	.board_list table{}
	.board_search select{width:100px!important}
	.board_search input{width:175px}
	.board_list .division{display:none}
	.board_list .date{display:none}
	.board_list .hit{display:none}
	.board_list .num{display:none}
	
}
@media screen and (max-width: 768px){
	table.board_write.form-apply .w300px,
	table.board_write.form-apply .w200px{width:80%!important;margin: 5px 0}
	table.board_write.form-apply th{width:152px!important}
	table.board_write.form-apply .apply-m5px{width:80%!important;margin:0}
}
textarea{border:1px solid #c2c2c2;font-size:14px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;resize:none;box-sizing:border-box;overflow-y:auto;width:100%}
.blind{display:none!important}
p.file_notice{margin-top:10px;line-height:120%;font-weight:200}

.gallery_list{padding:28px 10px 27px 10px;/*! margin-right: 00px; */}
.gallery_list ul{overflow:hidden;margin:-20px -20px 0;}
.gallery_list li{position:relative;float:left;width:25%;margin-top:30px;padding:0 0 34px 8px!important;}
.gallery_list ul li > a{display:block}
.gallery_list li .g_box{margin:0 10px;}
.gallery_list .thum{margin-bottom:0px; box-sizing: border-box; position: relative;/* overflow: hidden;*/ width: 100%; height: 234px; padding-bottom:56.25%; }
.gallery_list .thum .imgWrap{position: absolute;display: block;top:0;left: 0;width: 100%;height: 100%;overflow: hidden;}
.gallery_list .thum a{position: absolute;display: block;top:0;left: 0;width: 100%;height: 100%;overflow: hidden;border-top:2px solid #222;}
.gallery_list .thum img{width:100%;height:100%;max-height: 100%;}
.gallery_list .tit{height: 20px; line-height: 20px; font-size:16px;color:#222;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.gallery_list .g_box .txt_g{border-bottom:1px solid #e1e1e1;background:#f9fafa;height:90px;padding-top:18px}
.gallery_list .g_box .txt_g a{display:block;text-align:center}
.gallery_list .g_box .txt_g2{border-bottom:1px solid #e1e1e1;background:#f9fafa;height:82px;padding-top:18px}
.gallery_list .g_box .txt_g2 a{display:block;text-align:left;padding-left:10px}
.gallery_list .g_box .txt_g2 a p{margin-bottom:15px}
.gallery_list .g_box .txt_g2 span.g2_name{float:left;padding-left:10px;font-size:13px;font-weight:200;color:#555}
.gallery_list .g_box .txt_g2 span.g2_date{float:right;padding-right:10px;font-size:13px;font-weight:200;color:#555}
.gallery_list .memo{height:54px;margin-top:10px;line-height:26px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; word-wrap:break-word;}
.gallery_list .date{margin-top:11px;font-size:13px;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.gallery_list .date .name{display:inline-block;padding:2px 10px;margin-right:5px;border-radius:3px;font-size:13px;color:#999;background:#f5f9fd}
.gallery_list li.end .thum:before{z-index:1;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.5}
.state_event1,.state_event2{z-index:2;position:absolute;top:20px;left:20px;width:60px;height:60px;line-height:60px;text-align:center;color:#fff;border-radius:100%;background:rgba(10, 151, 130, .8)}
.state_event2{background:rgba(00, 00, 00, 1)}

.go_srch{margin-top:13px;float:left}
.go_srch a{border:1px solid #000;color:#000;padding:9px 20px;}
.go_srch a:hover{background:#666;color:#fff}
.go_srch a img{padding-left:10px;vertical-align:top;padding-top:4px}
@media screen and (max-width: 768px){
	.gallery_list li{width:33.3%}
}
@media screen and (max-width: 520px){
	.gallery_list li{width:49%}
}
@media screen and (max-width: 370px){
	.gallery_list li{width:100%}
}
.cl_both{clear:both}
.scroll_text{display:none}

/* table */
.tbl_col{border-top:2px solid #222}
.tbl_col table{table-layout:fixed;}
.tbl_col table thead th{line-height:18px;height:44px;padding:8px 5px;vertical-align:middle;color:#222;  font-size: 17px; border-bottom:1px solid #e1e1e1;background:#f9fafa;word-break:normal;}
.tbl_col table thead th~th{border-left:1px solid #e1e1e1;}
.tbl_col table tbody th{height:54px;line-height:19px;padding:8px 5px;vertical-align:middle;color:#222;  border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;background:#fbfdfd;word-break:normal;}
.tbl_col table td{height:43px;padding:8px 5px;line-height:20px;vertical-align:middle;border-bottom:1px solid #e1e1e1;text-align:center;word-break:normal;}
.tbl_col table td.txtLeft {text-align: left; }
.tbl_col table td.num {padding-right: 30px; text-align: right; font-family:"arial"; font-size: 20px; }
.tbl_col table td~td{border-left:1px solid #e1e1e1;}
.tbl_col table th + td{border-right:1px solid #e1e1e1;}
.tbl_col td:last-child {border-right: 0 none; }
.tbl_col table .cell{padding:14px 15px 14px 25px;text-align:left}
.tbl_col table .cell a{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.tbl_col.type th,.tbl_col.type td{border-left:0 ! important}
.tbl_col.f_type td{font-size:15px; font-family:'NotoKrL'}
table td.brLeft ,table th.brLeft {border-left: 1px solid #e1e1e1}
.tbl_row table{table-layout:fixed;}
.tbl_row thead th{line-height:19px;height:54px;padding:8px 5px;vertical-align:middle;color:#222;   border:1px solid #e1e1e1;background:#f9fafa;word-break:normal;}
.tbl_row .wid{width:50%;}
.tbl_row thead th~th{border-left:1px solid #e1e1e1;}
.tbl_row tbody th{height:40px;line-height:20px;padding:8px 5px;vertical-align:middle;color:#222;  border:1px solid #e1e1e1;background:#f9fafa;word-break:normal;}
.tbl_row td{height:54px;padding:8px 20px;line-height:19px;vertical-align:middle;border:1px solid #e1e1e1;text-align:center;word-break:normal;}
.tbl_row td strong { }
.tbl_row .cell{padding:5px 15px 5px 25px;text-align:left}
.tbl_row .txt{display:inline-block;margin-left:10px;vertical-align:middle;font-size:13px;}
.tbl_row.type{overflow:hidden;position:relative;border-top:2px solid #222}
.tbl_row.type table{width:101%;margin:0 -1px;}
.tbl_row.type table th,.tbl_row.type table td{padding:8px 5px;}
.tbl_row.type table td.txtLeft {padding-left: 20px; text-align: left; }
.tbl_row.type .cell{padding:5px 15px 5px 25px;}

.tbl_data{table-layout:fixed;width:100%;border-collapse:collapse;border-top:2px solid #222;margin:0}
.tbl_data *{vertical-align:middle}
.tbl_data tr:first-child th,table.tbl_data tr:first-child td{border-top:0}
.tbl_data th{width:220px;border-bottom:1px solid #e1e1e1;   text-align:left;color:#444;padding:15px 10px 15px 25px}
.tbl_data td{height:40px;line-height:20px;vertical-align:middle;border-bottom:1px solid #e1e1e1;background:#fff;padding:15px 20px 15px 0}
.tbl_data .cell{padding-right:25px;text-align:right}
.tbl_data strong{  color:#222}

.tbl_col.dpiJs td p {width: 100%; }

/* 서비스 팝업 */
.tbl_data td .mark{border: 1px solid #007766;display: inline-block;text-align: center;line-height: 26px;color: #007766;font-family: 'NotoKrB'; margin-right: 5px;padding:0 9.21px;}
.tbl_data td .mark_down{border: 1px solid #007766;display: inline-block;text-align: center;line-height: 21px;color: #007766;font-family: 'NotoKrB'; margin-right: 5px;padding:5px 9.21px 0;}

/* 상품영역 테이블 */
.goods_cons .tbl_col {border-color:#007766 }
.tbl_col .goodsTbl thead th{background: #007766; border-left: 1px solid #72d5c6; color: #fff; font-size:18px;  }
.tbl_col .goodsTbl thead tr:nth-child(2) th {background: #d7efe7f2; color: #000; border-top: 1px solid #72d5c6}
.tbl_col .goodsTbl tbody td.num {padding-right: 8%; text-align: right; font-size: 16px;  }
.tbl_col.f_type  .goodsTbl tbody td.num {padding-right: 4%; }
.tbl_col .goodsTbl tbody td.num strong {margin-right: 4px; font-size: 24px; color: #000; font-family:'arial' ; font-weight: bold; }

.tbl_col .goodsTbl tbody td a.btnS1, .tbl_col .goodsTbl tbody td a.btnS2, .tbl_col .goodsTbl tbody tda.btnS3, .tbl_col .goodsTbl tbody td a.btnS4 {height: 30px; line-height: 28px; }
.tbl_col .goodsTbl tbody td .notBtn, .tbl_col .goodsTbl tbody td .notBtn {height: 30px; line-height: 28px;color: #fff; background-color: #007766; padding: 0 20px; letter-spacing: -.2px; font-size: 14px; text-align: center; box-sizing: border-box; min-width: 108px; display: inline-block;}

.myAgree_all{margin:58px 30px 30px;}
.myAgree_all label{ padding:20px 0;font-weight: 600; color:#444;font-size:16px}
.myAgree_all label:before{top:4px;}
.myAgree_ui{margin-top:27px;}
.myAgree_ui .list{border-top:1px solid #222;}
.myAgree_ui .list + .list{border-top:0}
.myAgree_ui .list .item{position:relative;border-top:1px solid #e1e1e1;}
.myAgree_ui .list li:nth-child(1) .item{border-top:0}
.myAgree_ui .list .item label{font-size:16px;  color:#444}
.myAgree_ui .list .item label strong{color:#007d6b}
.myAgree_ui .list .item label .strongType2{color:#e60000}
.myAgree_ui .list .item label:before{top:4px;}
.myAgree_ui .list .item a:before{content:"";position:absolute;top:0;bottom:0;right:40px;width:20px;height:11px;margin:auto 0;background:url(../images/contents/ico_down.png) no-repeat 0 0}
.myAgree_ui .list .item a{overflow:hidden;display:block;height:80px;line-height:80px;padding-left:30px;color:#444; font-size: 0;}
.myAgree_ui .list .item a strong{color:#007d6b}
.myAgree_ui .list .item .chk_box{position: absolute; top:28px;left: 20px;}
.myAgree_ui .list .item.type a {color:#666}
.myAgree_ui .list .view{display:none;padding:40px 30px;border-top:1px solid #e1e1e1;background:#f8f8f8}
.myAgree_ui .list .view .textarea{color:#444}
.myAgree_ui .list .view .textarea strong{font-family: 'NotoKrB';font-size:16px;color:#e60000;text-decoration:underline;}
.myAgree_ui .list .active{position:relative;}
.myAgree_ui .list .active + li .item{border-top:0}
.myAgree_ui .list .active .item{border-top:1px solid #afafaf;}
.myAgree_ui .list li.active:nth-child(1) .item{border-top:0;}
.myAgree_ui .list .active .item a:before{background:url(../images/contents/ico_up.png) no-repeat 0 0}
.myAgree_ui .list .active .view{display:block;position:relative;margin-bottom:-1px;border-bottom:1px solid #afafaf;height:300px;overflow-y:scroll}
.myAgree_ui .allert_msg{margin-bottom:50px;}

.mapInfo1{background:rgba(255,255,255,1.0);border:1px solid #ebebeb;padding:5px;border-radius:5px;}
.mapInfo1 p.subject{color:#082801!important;font-size:13px;text-align:center;font-size:13px!important;line-height:120%;padding:3px 0 5px 0!important;border-bottom:2px dotted #ebebeb;font-weight:400!important}
.mapInfo1 p.mainObject{font-size:11px;color:#000!important;text-align:center;font-size:13px!important;line-height:100%;padding-top:5px;padding-bottom:5px}
.mapInfo2{background:rgba(255,255,255,1.0);border:1px solid #ebebeb;padding:5px;border-radius:5px;}
.mapInfo2 p.subject{color:#3f1102;text-align:center;font-size:13px!important;line-height:120%;padding:3px 0 5px 0!important;border-bottom:2px dotted #ebebeb;font-weight:400!important}
.mapInfo2 p.mainObject{color:#333;font-size:11px!important;color:#000!important;text-align:center;line-height:100%;padding-top:5px;padding-bottom:5px}

.pc_ver{display:block}
.mobile_ver{display:none}
/* 모달 팝업 호출 시 배경 흐림 처리 */
#lightBox{position:absolute; width:100%; height:100%; background-color:#000000; opacity : 0.6; filter: alpha(opacity=60);  -moz-opacity:0.6; -khtml-opacity: 0.6; display:none; z-index:1001}

/* .ui-widget-header .ui-icon {background: url("/images/common/ico_popClose.png") 0 0 no-repeat!important;	width:21px!important;height:20px!important;}
.ui-widget-header .ui-icon:hover{background: url("/images/common/ico_popClose.png") 0 0 no-repeat!important;	width:21px!important;height:20px!important;}
.ui-dialog .ui-dialog-titlebar-close{margin-right:10px!important}
.ui-state-hover{background:none!important;border:0!important}
.ui-widget.ui-widget-content{border:0!important}
.ui-dialog .ui-dialog-content{height:511px!important}
.basic_grid .paging a.first, .paging a.prev, .paging a.next, .paging a.last{border:none!important} */



/*---20211220---*/
@media screen and (max-width:1170px){
	.menu{float:left;margin-left:50px}
}

@media screen and (max-width:1023px)
{
	.box .hide_pc{display:block!important}
	header h1.logo{width:306px}
	.sub_container .title_box{height:80px!important}
	.sub_container .title_box h3{line-height:76px!important;font-size:30px!important}

	footer ul.f_menu{padding-left:10px!important}
	footer .address .inner{padding-left:10px!important;padding-top:62px!important;background-position:10px 0!important}
}
@media screen and (max-width:508px)
{
	footer ul.f_menu li{width:50%!important;line-height:40px!important;padding-right:0!important}
}
@media screen and (max-width:380px)
{
	.con_02 span.big_text{font-size:20px!important}
}
/*20220103*/
@media screen and (max-width: 1240px){
	.btn_snbOpen .hide_pc{ display: none;}
}
@media screen and (max-width: 1074px){
	#gnb{display:none}

	
	.btn_snbOpen .hide_pc{ display: block}
	.box .hide_pc { display: block!important;}
	.btn_snbOpen {position:absolute;right:35px;top:45px;width:35px;height:31px}
	.btn_snbOpen a.btn_open{display:block;width:100%;height:45px;text-indent:-9999px;font-size:0;background:url(/images/common/icon_menu_1.png) right 3px no-repeat;background-size:35px!important}
	.menu {display:none;}
}
@media screen and (max-width: 768px){
	.btn_snbOpen {top:24px}
}
/*mobile_gnb*/
/*** Tab, Mobile ver GNB ***/
.m_menu_btn_close{float: right;}
	
.snb_layer_mo{display:none;position:fixed;width: 318px;height:1000px;top:0px;right: 0;bottom: 0;background: rgba(235,235,235,.95);overflow: scroll !important;z-index: 9999;}
.sub_menu .snb_layer_mo{top:0!important}

.snb_layer_mo .snb_mo > ul > li > a {display: block;padding: 20px 200px 20px 20px;font-size: 17px;font-weight: bold;color: #4e5366;text-align: left;border-bottom: 1px solid rgb(255 255 255 / 30%);}
.snb_layer_mo .snb_mo .no_data {background-image: none !important;}

.snb_layer_mo .snb_mo .depth2, .snb_layer_mo .snb_mo li .depth3 {display: none; width: 100%;}
.snb_layer_mo .snb_mo .depth2 > li > a {display: block; width: 100%; padding: 14px 28px; font-size: 17px; border-bottom: 1px solid rgba(255,255,255,.3); color:#fff;}
.snb_layer_mo .snb_mo > ul > li {display: block; background: url(/images/common/icon_mdep1_off.png) 275px 22px no-repeat !important;}

.snb_layer_mo .snb_mo > ul > .gnb01.on > a {background: #4d7948 url(/images/common/icon_mdep1_on.png) 275px 22px no-repeat !important;color:#fff;}
.snb_layer_mo .snb_mo > ul > .gnb02.on > a {background: #4d7948 url(/images/common/icon_mdep1_on.png) 275px 22px no-repeat !important;color:#fff;}
.snb_layer_mo .snb_mo > ul > .gnb03.on > a {background: #4d7948 url(/images/common/icon_mdep1_on.png) 275px 22px no-repeat !important;color:#fff;}
.snb_layer_mo .snb_mo > ul > .gnb04.on > a {background: #4d7948 url(/images/common/icon_mdep1_on.png) 275px 22px no-repeat !important;color:#fff;}
.snb_layer_mo .snb_mo > ul > .gnb05.on > a {background: #4d7948 url(/images/common/icon_mdep1_on.png) 275px 22px no-repeat !important;color:#fff;}
.snb_layer_mo .snb_mo > ul > .gnb06.on > a {background: #4d7948 url(/images/common/icon_mdep1_on.png) 275px 22px no-repeat !important;color:#fff;}

/* gnb01 */
/*.snb_layer_mo .snb_mo > ul > .gnb01 > a {background: #285ea4}*/
.snb_layer_mo .snb_mo > ul > .gnb01 > a:after {background-position: 0 0}
.snb_layer_mo .snb_mo .gnb01 .depth2 > li > a {background: rgba(57, 90,53,.6) ;}
.snb_layer_mo .snb_mo .gnb01 .depth2 > li.on > a{background: rgba(77,121,72,.6) ;}
/* gnb02 */
/*.snb_layer_mo .snb_mo > ul > .gnb02 > a {background: #283c5c}*/
.snb_layer_mo .snb_mo > ul > .gnb02 > a:after {background-position: -280px 0}
.snb_layer_mo .snb_mo .gnb02 .depth2 > li > a{background: rgba(57, 90,53,.6);}
.snb_layer_mo .snb_mo .gnb02 .depth2 > li.on > a{background: rgba(77,121,72,.6)  ;}
/* gnb03 */
/*.snb_layer_mo .snb_mo > ul > .gnb03 > a {background: #1f9a6d}*/
.snb_layer_mo .snb_mo > u l > .gnb03 > a:after {background-position: -560px 0}
.snb_layer_mo .snb_mo .gnb03 .depth2 > li > a{background: rgba(57, 90,53,.6) ;}
.snb_layer_mo .snb_mo .gnb03 .depth2 > li.on > a{background: rgba(77,121,72,.6) ;}
/* gnb04 */
/*.snb_layer_mo .snb_mo > ul > .gnb04 > a {background: #f0822c}*/
.snb_layer_mo .snb_mo > ul > .gnb04 > a:after {background-position: -840px 0}
.snb_layer_mo .snb_mo .gnb04 .depth2 > li > a{background: rgba(57, 90,53,.6) ;}
.snb_layer_mo .snb_mo .gnb04 .depth2 > li.on > a{background: rgba(77,121,72,.6) ;}
/* gnb05 */
/*.snb_layer_mo .snb_mo > ul > .gnb05 > a {background: #5a75cd}*/
.snb_layer_mo .snb_mo > ul > .gnb05 > a:after {background-position: 0 -190px}
.snb_layer_mo .snb_mo .gnb05 .depth2 > li > a{background: rgba(57, 90,53,.6) ;}
.snb_layer_mo .snb_mo .gnb05 .depth2 > li.on > a{background: rgba(77,121,72,.6) ;}

.table_type01 table{table-layout:fixed;width:100%;text-align:center;border-collapse:collapse;border-top:2px solid #222;color:#666}
.table_type01 table thead th{line-height:17px;height:52px;padding:0px 5px;vertical-align:middle;font-size: 18px; border-bottom:1px solid #e1e1e1; color: #222; background:#eee;word-break:normal;}
.table_type01 table tbody th{height:52px;line-height:19px;padding:5px;vertical-align:middle;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;/*background:#f8f9fb;*/word-break:normal;}
.table_type01 table td{height:50px;line-height:19px;padding:5px;vertical-align:middle;border-bottom:1px solid #e1e1e1;text-align:center;word-break:normal; font-size: 17px; }

