@charset 'euc-kr';

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
/*
³ëÅä»ê½º 'Noto Sans KR - 3,4,5,7,9'
³ª´®½ºÄù¾î 'NanumSquare - 3,4,7,8'
*/


body { min-width:320px; }
.pc { display: none !important;	 }
.mobile { display: block !important; }
* a, a:hover, a:visited { text-decoration: none; }


/* header */
header {position:fixed;top:0;left:0;right:0;z-index:999999;min-height:50px;background-color: #fff !important; border-bottom: 1px solid #ebebeb;	}
.all_menu {position:absolute;right:2.5%;top:16px;display:none;width:20px;height:18px;font-size:0;line-height:0;margin: 0; padding: 0; cursor: pointer; background: transparent; outline:none; border: 0;}
.all_menu .ico_cate, .all_menu .ico_cate:before, .all_menu .ico_cate:after {display:block;position:absolute;left:0;width:100%;height:2px;background:#252525;content:'';-webkit-transition: .25s ease-in;transition: .25s ease-in}
.all_menu .ico_cate {top:8px}
.all_menu .ico_cate:before {top:-8px}
.all_menu .ico_cate:after {top:8px}
.all_menu.close .ico_cate {background-color:transparent}
.all_menu.close .ico_cate:before {transform:rotate(135deg);top:0}
.all_menu.close .ico_cate:after {transform:rotate(45deg);top:0}


header .gnb_wrap {width:100%; height: 50px;}
header .gnb_wrap h1 {position:absolute;top:0px;right: 0; bottom: 0; left:0;margin:auto;float:none; text-align: center;}
header h1 img { width: auto; height: 30px; margin-top: 10px;}
header .all_menu {display:block}
header .gnb_m {display: none;position:fixed;right:-100%;width:100%;top:50px;bottom:0;height:auto;padding-bottom:65px;overflow-x:hidden;overflow-y:auto;z-index:102;background-color:#fff;-webkit-transition: .25s ease-in;transition: .25s ease-in;}
header .gnb_m.block,.gnb_m.block .gnb_fix {right:0}
header .gnb_m > ul { border-top: 1px solid #e1e1e1; }
header .gnb_m > ul > li > ul {position:static}
header .gnb_m > ul > li {position:relative;float:none;width:auto}
header .gnb_m > ul > li > a:after {bottom:0}
header .gnb_m > ul > li > ul {height:auto;width:100%}
header .gnb_m > ul > li > span {position:relative;display:block;height:50px;padding-left:27px;line-height:50px;font-size:16px;color:#363636;text-align:left;}
header .gnb_m > ul > li:before {content:'';position:absolute;z-index:2;left:15px;top:23px;width:3px;height:3px;background-color:#dcddde;border-radius:50%}
header .gnb_m > ul > li > span:after {position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#e1e1e1;content:''}
header .gnb_m > ul > li.on {background-color:#f1f2f2}
header .gnb_m > ul > li.on > span {color:#a58663;font-weight: 600;background-color:#fff}
header .gnb_m > ul > li.on > span:before {transform:rotate(180deg)}
header .gnb_m > ul > li > span:before {content:'';position:absolute;right:20px;top:50%;margin-top:-4px;width:10px;height:7px;transition: .25s ease-in; background: url('/images/common/gnb_arr.svg') 0 0 no-repeat; }
header .gnb_m > ul > li > ul {padding:0;border-bottom:1px solid #e3e6e8d;display: none;}
header .gnb_m > ul > li > ul > li:first-child {padding-top:0}
header .gnb_m > ul > li > ul > li > a {display: block;width: 100%;padding-left:27px;font-size:15px;text-align:left;line-height:50px;cursor: pointer;}
header .gnb_m > ul > li > ul > li.on > a, header .gnb_m > ul > li > ul > li > a:hover { text-decoration: underline;}
header .gnb_m > ul > li > ul > li ~ li {border-top:1px solid #e3e6e8}

.gnb_fix {position:fixed;z-index:3;right:-100%;bottom:0;width:100%;height:65px;padding-top:12px;text-align:center;border-top:1px solid #1e1a1b;background-color:#fff;-webkit-transition: .25s ease-in;transition: .25s ease-in}
.gnb_fix:after {content:'';display:table;clear:both}
.gnb_fix .global_m, .gnb_fix .select_history {position:static;display: block;width:calc(100% - 20px);margin:0 10px;vertical-align:middle}
.global_m ul { overflow: hidden; text-align: center;}
.global_m ul li {display: inline-block;}
.global_m ul li a { padding: 3px 12px;line-height: 22px; border: 1px solid #ccc; font-size: 12.5px; color: #898989; text-align: center; box-sizing: border-box; letter-spacing: 0px; font-weight: 400; display: block; margin-top: 5px; }
.global_m ul li + li { margin-left: 1px; }
.global_m ul li a:hover { background: #ccc; color: #fff; }

/**** visual****/
.visual { width: 100%; min-width:320px; height: 50vw; position:relative; overflow:hidden; margin-top: 50px; }
.visual > div { float: left; }
.visuBg { width: 54%; }
.visual .swiper-container { height: 50vw; }
.visual .swiper-slide { width: 100%; height: 100%;}

.swiper-slide.visual_01 { background:url("/images/main/visu_01.jpg") center no-repeat; background-size: cover; }
.swiper-slide.visual_02 { background:url("/images/main/visu_01.jpg") center no-repeat; background-size: cover; }

.visuTxt_wrap { width: 46%; height: 100%; display: flex; flex-direction:column; flex-wrap:wrap; justify-content: center; align-items: flex-start; margin: 0 auto; background: url("/images/main/visu_txt_bg.png") 0 0 repeat-x; background-size: cover;}
.visuTxt { color: #111; padding: 0 30px;}
.visuTxt01 { font-size: 4vw; font-weight: 600; line-height: 110%; letter-spacing: -1.3px;}
.visuTxt02 { font-size: 1.6vw; font-weight: 500; line-height: 140%; margin-top: 20px; letter-spacing: -1px; }


/**** quick_wrap ****/
.quick_wrap { width: 100%; position: relative; margin-top: 30px; overflow: hidden;}
.quick:before { content:''; width: 100%; height: 1px; background: #8695ad; position: absolute; left: 0; top: 0;bottom: 0; margin: auto 0;display: block;}
.quick:after { content:''; width: 100%; height: 1px; background: #8695ad; position: absolute; left: 0; top: 0;bottom: 0; margin: auto 0;display: block;}

.quick { width: 95%; z-index: 99999; margin: 0 auto; display: flex; justify-content: center; align-items: center; flex-direction:row; }
.quick li { width: 18%; height: 17vw; font-size: 1.3vw; border: 1px solid #113644; border-radius: 180px; position: relative; cursor: pointer; transition:0.3s; display: flex; justify-content: center; align-items: center; flex-direction:column; background: #fff; } 
.quick li img { width: 25%; height: 4.5vw; margin-bottom: 7px; max-width:56px;  }
.quick span { font-size: 1.5vw; color: #111; font-weight: 600; display: block; margin: 1vw auto 0.5vw;}
.quick li:hover { color: #fff; background: #113644;}
.quick li:hover span { color: #fff; }
.quick li + li { margin-left: 25px; }
.quick li:after { content:''; width: 25px; height: 1px; background: #113644; display: block; position: absolute; left: -27px; top: 0; bottom: 0; margin: auto 0;}
.quick li:first-child:after { content:none; }

/**** mContents_wrap ****/
.mContents_wrap { width: 95%; margin: 30px auto; box-sizing: border-box;  }
.mContents_inner { overflow: hidden;	 }
.mContents_inner > li { width: 100%; float: none;  }
.mContents_inner > li + li { margin-top: 30px; }
.mContents_quick { cursor: pointer; }
.mContents_quick > div { width: 50%; height: 200px; float: left; }
.mContents_quick > div.mContents_quick_left { padding: 15px 5%; box-sizing: border-box; color: #fff;  }
.mTitle { font-size: 18px; font-weight: 600; color: #111; margin-bottom: 10px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; align-content:center;}
.mTitle .plus { transition:0.3s; cursor: pointer; }
.mTitle .plus:hover { transform:rotate(90deg) } 
.mContents_quick_left { position: relative; }
.mQuick_txt { color: #fff; font-size: 13px; line-height: 130%; font-weight: 300;  word-break:keep-all; }
.quick_right img { width: 100%; }
.quick_arr { transition:0.3s; position: absolute; left: 10%; bottom: 30px;  }
.mContents_quick { overflow: hidden;	 }
.mContents_quick:hover .quick_arr { margin-left: 20px; }

@media all and (max-width:530px){/**/
	.mContents_quick > div { width: 50%; height: 250px; }
}/**/


.mContents_board { width: 100%; padding: 25px 5%; border: 1px solid #d4d4d4; box-sizing: border-box;   }
.mContents_board + .mContents_board { margin-left: 0px; }
.mBoard li { }
.mBoard li + li { margin-top: 10px; }
.mBoard_txt { width: 100%; font-size: 13px; position: relative; overflow: hidden; cursor: pointer; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; transition:0.3s; font-weight: 400; color: #111;}
.mBoard_txt:hover { color: #a58663; }
.mBoard_date { font-size: 13px; font-weight: 300;}


/* Footer */
footer { width: 100%; border-top: 1px solid #ddd; padding: 30px 0;}
.footer_wrap { width: 95%; margin: 0 auto; position: relative; font-weight: 300; display:flex; flex-wrap: nowrap; flex-direction:row; justify-content:space-between; align-items: flex-start; }
.footer_wrap .footer_terms { margin-bottom: 30px; overflow: hidden; padding-left: 1px;}
.footer_wrap .footer_terms a { float: left; line-height: 35px; text-align: center; padding: 0 10px; border: 1px solid #d3d3d3; transition:0.3s; font-size: 11.5px; font-weight: 200; margin-left: -1px;}
.footer_wrap .footer_terms a:hover { color: #fff; background: #d3d3d3; position: relative; z-index: 1; }
.footer_left { font-size: 11.5px; letter-spacing: -0.5px; font-size: 11.5px; line-height: 150%; }
.footer_right { border-left: 1px solid #d4d4d4; font-size: 11.5px;  margin-left: 50px; padding-left: 50px; line-height: 150%;  }
.footer_title { font-size: 21px; font-weight: 600; margin-bottom: 20px; }
.footer_right_link { border: 1px solid #d3d3d3; padding: 7px 12px; margin-top: 20px; display: inline-block; transition:0.3s;}
.footer_right_link:hover { background: #d3d3d3; color: #fff;}
.footer_right_link img { margin-left: 7px; margin-top: -3px; }

.top-btn { display: none; position: fixed; left: 50%; margin-left: 485px; bottom:25px; width: 65px; height: 65px; background: #ccc; flex-wrap: wrap; justify-content:center; align-items: center; z-index: 9999; cursor: pointer; transition: background 0.3s; }
.top-btn:hover { background: #aaa; }
.top-btn { margin-bottom: 5px; }

@media all and (max-width:850px){/**/
	.footer_wrap { display: block; }
	.footer_right { border-left: 0; border-top: 1px solid #d4d4d4;	margin-left: 0; padding-left: 0; margin-top: 15px; padding-top: 15px; }
}/**/


/**** sVisual ****/
.sVisual { width:100%; height: 25vw; min-height:100px; margin-top: 50px; background-size:cover; background: url('/images/sub/sVisu.jpg') center no-repeat; background-size: cover;display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center; position: relative; font-size: 3vw; font-weight: 700; line-height: 120%; color: #898989; position: relative; padding-top: 0px; }
.sVisual span { font-size: 4.5vw; color: #111; display: block; margin-bottom: 1.5vw;}

/**** sContainer ****/
.sContainer { width: 100%; height: 100%; margin: 0 auto 50px; overflow: hidden; }
.sContainer .title { width: 95%; margin: 0 auto; display:block; padding-bottom: 10px; margin-bottom: 35px;}
.sContainer .title h2 {font-size:24px; color:#111; font-weight: 700; letter-spacing: -0.5px; line-height: 130%; display: block; border-right: 0; padding: 0 0 0 35px; margin: 25px 0 5px; background:url('/images/sub/title_ico.png') no-repeat left 5px; pfloat: none; text-align: left;	}
.sContainer .title .location { display: none; } 

/**** sContentsr ****/
.sContents { width: 95%;  margin: 0 auto; min-height:300px; box-sizing: border-box; position: relative; word-break:keep-all;}
.sContents h4 { font-size: 20px; margin:30px 0 12px; font-weight: 500; color: #a58663; text-decoration: underline;}
.sContents h4:nth-child(1) { margin-top: 0; }
.sContents .imgBox { margin-bottom: 20px; }
.sContents .imgBox img { max-width:100%; }

/* sContainer sub_nav */
.m_area_subnav { width:100%; height:35px; line-height:35px; color: #fff; background: #162943; box-sizing: border-box; position: relative; }
.m_area_subnav .sub_arr { position: absolute; right: 2.5%; top: 14.5px; transform:rotate(180deg); cursor: pointer; transition:0.3s; }
.m_area_subnav .sub_arr.rotate { transform:rotate(0deg);  }
.m_area_subnav .m_sub_nav_title { font-size: 14px; display: block; padding-left: 2.5%; cursor: pointer; }
.m_area_subnav .m_sub_nav { width:100%; padding:0; margin:auto; border-bottom: 1px solid #ddd; background: #fff; box-shadow: 0 2px 15px rgba(0,0,0,0.2); padding:0 2.5%; display: none;	position: absolute; left: 0; top: 35px;	 z-index: 99; }
.m_area_subnav .m_sub_nav:after { clear:both; display:block; content:'';}
.m_area_subnav .m_sub_nav li { width:100%; height:100%;	margin:0; font-size:14px; line-height: 35px; color:#111; float:left; display:block;	 display:block; cursor: pointer; }
.m_area_subnav .m_sub_nav li:hover { color: #162943; }

.sub_tab { width: 100%; margin: 0 auto 40px; overflow: hidden; padding-top: 1px;}
.sub_tab li { float: left; line-height: 30px; text-align: center; margin-left: -1px; margin-top: -1px;}
.sub_tab li:first-child { margin-left: 0; }
.sub_tab li a { border: 1px solid #d0d0d0; display: block; width: 100%; position: relative;}
.sub_tab li:last-child { border-right: 0; }
.sub_tab li:hover a { color: #111; border: 1px solid #a1a1a1; z-index: 99;}
.sub_tab li.on a { background: #a1a1a1; color: #ffffff; border-color: #a1a1a1;}

.sub_tab.s3 li { width: calc(33.33% + 0.7px); }
.sub_tab.s4 li { width: calc(25% + 0.7px); }
.sub_tab.s6 li { width: 16.66%; }
.sub_tab.s6 li a { display: block; width: 100%; height: 100%; }


/* purpose */
.purpose_img { border-top: 1px solid #d4d4d4; border-bottom: 1px solid #d4d4d4; display:flex; flex-wrap: nowrap; flex-direction:row; justify-content:center; align-items: center; }
.purpose_img.flex_img img { width: 80%; }
.purpose_title { color: #113644; font-size: 24px; font-weight: 500; }

/* greeting */
.flex_img_wrap { display:flex; flex-wrap: nowrap; flex-direction:row; justify-content:space-between; align-items: flex-start; }
.flex_img { width: 200px; height: 180px; margin-right: 40px; }
.flex_img img { width: 100%; }
.flex_txt { width: calc(100% - 240px); }
@media all and (max-width:530px){/**/
	.flex_img_wrap { display: block; }
	.flex_img.imgBox { width: 100%; height: auto; margin-right: 0; text-align: center; margin-bottom: 30px;}
	.flex_txt { width: 100%; }
	.purpose_img.flex_img img { width: 200px; padding: 30px 0;}
}/**/

/* history */
.history { }
.history > li { border-bottom: 1px solid #ddd; padding-bottom: 15px; margin-top: 20px;}
.history > li .history_title { padding: 5px 10px; color: #111; font-size: 16px; font-weight: 500; border: 1px solid #a58663; border-radius: 5px; text-align: center; }
.history > li .history_txt { padding: 15px 30px 0; }

/* members */
.members_tab { border: 1px solid #ddd; padding: 15px; box-sizing: border-box; overflow: hidden; margin-bottom: 20px; background: #f9f9f9;}
.members_tab li { float: left; width: 16.6%; position: relative; padding-left: 10px; font-weight: 500;}
.members_tab li:before { content:''; width: 3px; height: 3px; background: #666; display: block; left: 0; top: 8px; position: absolute;}
.members_tab li.on a, .members_tab li a:hover { color: #162943; text-decoration: underline; }
.member_list .boardTable tr td { word-break:keep-all; }
.member_list .boardTable tr td:nth-child(2) { min-width:70px; }
@media all and (max-width:600px){/**/
	.members_tab li { float: left; width: 25%; }
}/**/



/* À§Ä¡ ¹× ¿¬¶ôÃ³  */
.map_iframe { width: 100%; height: 280px;}
.map_list { padding: 20px 0; border-bottom: 1px solid #d4d4d4; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: center; align-items: center; }
.map_list li + li { margin-left: 40px; }
@media all and (max-width:600px){/**/
	.map_list { display: block; }
	.map_list li + li { margin-left: 0; }
}/**/


/* Á¤°ü */
.rule {	 }
.rule > dt { height:30px; line-height:30px; text-align:center; color:#333; font-weight:400; background:#f3f3f3; clear: both; margin-top: 30px; margin-bottom: 10px;}
.rule > dd {background:none; }
.rule > dd > dl {display:inline-block;}
.rule > dd > dl > dt { color:#252525; font-weight:500; margin-top: 20px; margin-bottom: 5px}
.rule > dd > dl > dt:nth-child(1) { margin-top: 0px; }
.rule > dd > dl > dt > span.sect { display: block; margin-bottom: 5px; color: #0f75bc; }
.rule > dd > dl > dd > span {display:block; margin-bottom:5px; margin-bottom: 0;}
.rule .numList { margin-left: 20px; }
.rule .numList li { list-style-type: decimal !important; margin-left: 10px; }

.rule.criteria > dd > dl > dd > ul li { margin-left: 10px;}
.rule.criteria > dd > dl > dd > ul li .tableTitle { text-align: center; margin-top: 15px; margin-bottom: 10px; color: #111; }
.rule.criteria > dd > dl > dd.ruleBox { border: 1px solid #ddd; margin-top: 15px; padding: 20px; box-sizing: border-box;}
.rule.criteria > dd > dl > dd > ul.ml0 > li { margin-left: 0; margin-bottom: 5px; }

.ruleBtn_wrap { width: 100%; border: 5px solid #eee; padding: 15px 20px; margin-top: 30px; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: flex-start; }
.ruleBtn_wrap div { padding: 5px 18px; color: #111; }
.ruleBtn_wrap div:nth-child(1) { width: calc(100% - 95px); text-align: left; justify-content: flex-start !important; flex-wrap:nowrap;}
.ruleBtn_wrap img { width: 15px; margin-right: 8px; vertical-align: top; }
.ruleBtn { background: linear-gradient(#fdfdfd, #f1f1f1); border: 1px solid #e8e8e8; padding: 7.5px 15px; font-size: 10px; font-weight: 400; cursor: pointer; transition:0.3s;}
.ruleBtn:hover { background: linear-gradient(#f1f1f1, #f1f1f1); }

.subGuide .down {width:280px !important; height: 40px; line-height: 18px; border:3px solid #015bae; text-decoration:none !important; background: #015bae url('/images/sub/downBtn.png') no-repeat 85% 6px; display:inline-block; font-weight:500 !important; color: #fff; border-radius: 0; padding-right: 70px; background-size: 25px; font-size: 14px; }
.subGuide .down:hover {background-position:85% -78px; background-color:#015bae; color:#fff !important; border:3px solid #015bae;}

.mem_guide .payment_guide { font-size: 11.5px; }







/* file_down_btn */
.file_down_btn { padding:10px 55px 10px 20px; border:3px solid #444; text-decoration:none !important; background:url('../images/sub/downBtn.png') no-repeat 88% -10px; display:inline-block; font-weight:500 !important; color:#333 !important; border-radius:10px; margin-top: 10px; transition:0.3s; background-size: 18px; }
.file_down_btn:hover {background-position: 88% -70px; background-color:#444; color:#fff !important;}





