@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; }
.all_menu {position:absolute;right:20px;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: 12.5px;}
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;  height: 100%; overflow-y:auto;}
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:#f36d40;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; box-sizing: border-box;}
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%; height: 45vw; min-height:300px; position:relative; overflow:hidden; }
.visual .swiper-container { height: 45vw; min-height:300px }
.visual .swiper-slide { width: 100%; height: 100%;}

.swiper-slide.visual_01 { background:url("/images/main/visu_01.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }
.swiper-slide.visual_02 { background:url("/images/main/visu_02.jpg") center no-repeat; text-align:center; color:#fff; background-size: cover; }

.visuTxt_wrap { width: 90%; height: 100%; position: absolute; left: 0; right: 0; top: 0; z-index: 99; display: flex; flex-direction:column; justify-content: center; align-items: flex-start; margin: 0 auto; }
.visuTxt01 { color: #fff; font-size: 3.5vw; font-weight: 500; }
.visuTxt02 { color: #fff; font-size: 5vw; font-weight: 600; line-height: 125%; text-shadow: 5px 0px 10px rgba(0,0,0,0.4); }


/* mQuick_wrap */
.mQuick_wrap { width: 95%; margin: -5vw auto 0; padding: 3vw 2.5%;; box-sizing: border-box; background: #fff; position: relative; z-index: 999; border-radius: 20px 20px 0 0; overflow: hidden; }
.mTitle { margin-bottom: 20px; position: relative; z-index: 1; }
.mTitle span { font-size: 20px; font-weight: 500; color: #000; padding: 0 10px 10px; position: relative; display: inline-block; }
.mTitle span:before { content:''; position: absolute; left: 0; bottom: 0; width: 100%; height: 20px; background: #cfe3f7; z-index: -1; display: block;}
.mQuick_inner { width: 46.9%; position: relative; float: left; box-sizing: initial; }
.mService_inner { border-right: 1px solid #d4d4d4; margin-right: 3%; padding-right: 3%; }
.mQuick { width: 90%; position: relative; margin-left: 25px !important; 	 }
.mQuick_wrap .swiper-slide { text-align: center; font-size: 14px; cursor: pointer; transition:0.3s; }
.mQuick_wrap .swiper-slide img { margin-bottom: 10px; width: 100%; }
.mQuick_wrap .swiper-slide:hover { color: #f26d40; }

.mQuick_inner .swiper-button-prev { width: 15px; height: 24px; top: 0; bottom: 0; left: 0px; margin: auto 0; background: url('/images/main/quick_prev.png') left center no-repeat; z-index: 999;}
.mQuick_inner .swiper-button-next { width: 15px; height: 24px; top: 0; bottom: 0; right: 6%; margin: auto 0; background: url('/images/main/quick_next.png') right center no-repeat; z-index: 999;}

.mProject_inner .swiper-button-prev { top: 25px; }
.mProject_inner .swiper-button-next { top: 25px; right: 0;}

@media all and (max-width:850px){/**/
	.mQuick_inner { width: 100%; }
	.mQuick { width: calc(100% - 50px); }
	.mService_inner { margin-right: 0; padding-right: 0; border-right: 0; margin-bottom: 40px; }
	.mQuick_inner .swiper-button-next { right: 0; } 
}/**/


/* mContents_wrap */
.mContents_wrap { padding: 30px 0;overflow: hidden; background: #f0f7fd; position: relative; }
.mContents_inner { width: 90%; margin: 0 auto; overflow: hidden; }
.mContents { width: 46.9%; float: left; box-sizing: border-box; position: relative; }
.mBoard_inner_wrap01 { border-right: 1px solid #d1d1d1;	margin-right: 3%; padding-right: 3%; box-sizing: initial;  }

.mBoardTab { overflow: hidden; }
.mBoardTab li { color: #fff; width: 110px; height: 35px; background: #c2c2c2; text-align: center; font-size: 20px; font-weight: 500; cursor: pointer; border-radius: 30px; float: left; transition:0.3s; margin-right: 10px; }
.mBoardTab li.on, .mBoardTab li:hover { background: #f36d40; }

.more_list { position: absolute; right: 6%; top: 3px; }
.more_list div { display: none; }
.more_list div img { width: 22px; transition:0.3s; cursor: pointer; }
.more_list div img:hover { transform:rotate(180deg) }
.more_list div:nth-child(1) { display: block; }

.mBoard_list ul { display: none; }
.mBoard_list ul:nth-child(1) { display: block; }

.mBoard { width: 100%; margin-top: 30px; float: left;}
.mBoard li { border-bottom: 1px solid #d4d4d4; padding-left:15px; overflow: hidden; box-sizing: border-box; padding-bottom: 8px; position: relative; }
.mBoard li + li { margin-top: 15px; }
.mBoard_inner:before { content:''; width: 3px; height: 3px; background: #7c7c7c; position: absolute; left: 1px; top: 0; }
.mNotice_txt { float: left; width: calc(100% - 100px); font-size: 14px; position: relative; overflow: hidden;cursor: pointer; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden;}
.mNotice_txt:hover { color: #000; }
.mNotice_date { width: 80px; text-align: right; float: right; font-size: 14px; }

.mAdver { display: flex; flex-wrap: wrap; justify-content: space-between; }   
.mAdver li { width: 32%; height: 185px; overflow: hidden; position: relative; cursor: pointer; border-radius: 10px;}
.mAdver_bg { transition:0.3s; }
.mAdver li:hover .mAdver_bg { transform:scale(1.1) }
.mAdver_inner { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; color: #fff;  text-align: center; display: flex; flex-direction:column; justify-content: center; align-items: center; font-size: 15px; font-weight: 500; }
.mAdver_inner img { transition:0.3s; display: block; margin-top: 10px;}
.mAdver li:hover .mAdver_inner img { transform:rotateY(180deg) }


@media all and (max-width:850px){/**/
	.mContents { width: 100%; }
	.more_list { position: absolute; right: 0; top: 3px; }
	.mBoard_inner_wrap01 { border-right: 0;	margin-right: 0; padding-right: 0; box-sizing: initial; margin-bottom: 20px;  }
	.mAdver li { height: 35vw; }
	.mAdver_bg { width: 100%; }
}/**/

@media all and (max-width:450px){/**/
	.more_list { position: static; float: right;}
}/**/


/* Banner */
.mSpon_wrap { width: 100%; border-top: 1px solid #ddd; }
.mSpon { width: 80%; margin: 0 auto; padding: 12px 0; position: relative; }
.mSpon_list { overflow: hidden; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; align-content:center; }
.mSpon_list .swiper-slide { width: auto; display:flex; align-items:center; height: 50px; }
.mSpon_list .swiper-slide img { height: 30px; margin-right: 30px; }

.mSpon .swiper-button-prev { width: 30px; height: 100%; top: 22px; left: -8%; background:  url('/images/main/banner_prev.jpg') center no-repeat; z-index: 999;}
.mSpon .swiper-button-next { width: 30px; height: 100%; top: 22px; right: -8%; background: url('/images/main/banner_next.jpg') center no-repeat; z-index: 999;}


/* Footer */
footer { width: 100%; background: #ebebeb; padding: 20px 0;}
.footer_wrap { width: 90%; margin: 0 auto; position: relative; color: #888888; display: flex; flex-direction:row; justify-content: space-between; align-items: center; }
.footer_wrap .footer_txt { color: #888888; font-size: 11.5px; }
.footer_wrap .footer_terms a { display: inline-block; line-height: 30px; text-align: center; width: 120px; color: #777; border: 1px solid #acacac; margin-left: -4px; transition:0.3s; font-size: 11.5px;}
.footer_wrap .footer_terms a:hover { color: #fff; background: #acacac; position: relative; z-index: 1; }

@media all and (max-width:800px){/**/
	.footer_wrap { display: block; text-align: center; }
	.footer_wrap .footer_terms { margin-top: 10px; }
}/**/


/**** sVisual ****/
.sVisual { width:100%; height: 33vw; margin-top: 55px; background-size:cover; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center; position: relative; font-size: 5vw; font-weight: 700;text-shadow: 1px 1px 5px rgba(0,0,0,0.8); line-height: 130%; color: #fff; position: relative; padding-top: 0px; }
.sVisual img { width: 50px; }
.sVisual01 { background: url('/images/sub/sVisu_01.jpg') 0 0 no-repeat; background-size: cover;} 
.sVisual02 { background: url('/images/sub/sVisu_02.jpg') 0 0 no-repeat; background-size: cover;} 
.sVisual03 { background: url('/images/sub/sVisu_03.jpg') 0 0 no-repeat; background-size: cover;} 
.sVisual04 { background: url('/images/sub/sVisu_04.jpg') 0 0 no-repeat; background-size: cover;} 


/**** sContainer ****/
.sContainer { width: 100%; height: 100%; margin: 0 auto; overflow: hidden; }
.sContainer .title { width: 95%; margin: 0 auto; display:block; padding: 20px 0; border-bottom: 1px solid #e4e4e4; margin-bottom: 30px; overflow: hidden; }
.sContainer .title h2 {font-size:26px; color:#111; font-weight:500; letter-spacing:-0.5px; line-height:100%; display:block; margin-top: 15px;  }
.sContainer .title .location { display: none; } 


/**** sContentsr ****/
.sContents { width: 95%;  margin: 0 auto 40px; min-height:300px; box-sizing: border-box; position: relative; word-break:keep-all;}
.sContents h4 {font-size:18px; color:#252525; font-weight:600; line-height:120%; margin: 30px 0 15px; background:url('/images/common/conTitle.jpg') no-repeat left 3px; padding-left: 28px; background-size: 20px;}
.sContents h4:nth-child(1) { margin-top: 0; }
.sContents h5 { font-size: 15px; font-weight: 500; color: #0156ae; background:url('/images/common/sConTitle.jpg') no-repeat left 5px; margin:30px 0 15px; padding-left: 25px; background-size: 15px;}
.sContents h4 + h5 { margin-top: 0; }
.boardTable + h5 { margin-top: 20px; }
.sContents .imgBox { margin-bottom: 20px; }
.sContents .imgBox img { max-width:100%; }
.lineBox { border: 1px solid #dedede; background: #fafafa; padding: 20px; box-sizing: border-box;}
.txtBox + .lineBox { margin-top: 10px; }

.table-scroll { width: 100%; overflow-x:auto; }
.table-scroll table.boardTable { width: 100%; table-layout:fixed; min-width:700px; margin-bottom: 0 !important;}
.table-scroll table td { word-break:break-all; }

@media screen and (max-width:700px) {
  .table-scroll { overflow-x:auto;  }
}

.dotList02 { overflow: hidden; }
.dotList02 li { width: 50%; float: left; }

@media all and (max-width:700px){/**/
	.dotList02 li { width: 100%; float: none; }
}/**/



/* sContainer sub_nav */
.right { width: 100%; min-height:300px; margin-bottom: 50px;}
.lnb_box { display: none; }
.m_area_subnav { width:100%; height:35px; line-height:35px; color: #fff; background: #126bb4; 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:10px 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; color:#111; float:left; display:block;	 display:block; cursor: pointer; }
.m_area_subnav .m_sub_nav li + li { margin-top: 5px; }
.m_area_subnav .m_sub_nav li a { display: block; }
.m_area_subnav .m_sub_nav li:hover { color: #126bb4; }

.m_area_ssubnav { width:100%; height:35px; line-height:35px; color: #fff; background: #595959; box-sizing: border-box; position: relative; margin-bottom: 30px;}
.m_area_ssubnav .ssub_arr { position: absolute; right: 2.5%; top: 14.5px; transform:rotate(180deg); cursor: pointer; transition:0.3s; }
.m_area_ssubnav .ssub_arr.rotate { transform:rotate(0deg);  }
.m_area_ssubnav .m_ssub_nav_title { font-size: 14px; display: block; padding-left: 2.5%; cursor: pointer; }
.m_area_ssubnav .m_ssub_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:10px 2.5%; display: none;	position: absolute; left: 0; top: 35px;	 z-index: 99; }
.m_area_ssubnav .m_ssub_nav:after { clear:both; display:block; content:"";}
.m_area_ssubnav .m_ssub_nav li { width:100%; height:100%; margin:0; font-size:14px; color:#111; float:left; display:block; display:block; cursor: pointer; }
.m_area_ssubnav .m_ssub_nav li + li { margin-top: 5px; }
.m_area_ssubnav .m_ssub_nav li:hover { color: #126bb4; }

.sub_tab { width: 100%; height: auto; text-align: center; margin: 30px auto 20px; overflow: hidden;  display: flex; flex-wrap: wrap; flex-direction: row;  align-items: stretch; padding-top: 1px; padding-left: 1px;}
.sub_tab > li { min-height: 40px; margin-left: -1px; margin-top: -1px; box-sizing: border-box; width: 100%; text-align: center; font-size: 13px; color: #666; box-sizing: border-box; border: 1px solid #d0d0d0; font-weight: 400; position: relative; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center; }
.sub_tab > li > a { }
.sub_tab > li.on { color: #fff; background: #898989; }
.sub_tab > li:after {content:''; z-index:-1; position:absolute; left:0; top:0; display:block; width:100%; height:0%; background:#f9f9f9; transition: all 0.3s ease 0s; }
.sub_tab > li:hover:after,.sub_tab > li:focus:after {height:51px; transition: all 0.3s ease 0s;} 

.sub_tab.s2 > li {width:calc(50% + 1px);}
.sub_tab.s3 > li {width:calc(33.3333% + 1px);}
.sub_tab.s4 > li {width:calc(25% + 1px);}
.sub_tab.s5 > li {width:calc(20% + 1px);}
.sub_tab.s6 > li {width:calc(16.666% + 1px);}
.sub_tab.s7 > li {width:calc(14.285% + 1px);}
.sub_tab.s8 > li {width:calc(12.5% + 1px);}

.organ img { margin-right: 25px; margin-bottom: 20px; height: auto; }



/* Âü°í¹®Çå */
.dotList_pdf li { margin-bottom: 20px; }
.dotList_pdf a { color: #111; }
.dotList_pdf img { margin-left: 3px; margin-top: -5px;}

.flux_img { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: center; }
.flux_img img { width: 49%; }

@media all and (max-width:500px){/**/
	.flux_img img { width: 100%; margin-bottom: 15px; }
}/**/


/* ÀüÀÚ±âÈÄµµ */
.latitude { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;align-items: stretch; }
.latitude li { width: 48%; margin-bottom: 30px;}
.latitude_inner { height: calc(100% - 30px); border: 1px solid #dedede; padding: 20px 15px; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: stretch; box-sizing: border-box;}
.latitude_left { width: calc(100% - 170px);  display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-content:space-between;   }
.latitue_txt { width: 100%; color: #111111; font-weight: 300; text-align: left; margin-bottom: 15px;} 
.latitude_right { width: 150px; }
.latitude_left .btn_over { width: 130px; display: block; }

@media all and (max-width:800px){/**/
	.latitude li { width: 100%; }
	.latitude_right img { width: 130px; }
}/**/

/* iLEAPS-Korea > member */
.mem_list { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;align-items: stretch; }
.mem_list > li { width: 100%; padding: 30px 0px 30px 20px; box-sizing: border-box; border-top: 1px solid #ddd; border-left: 1px solid #ddd; box-sizing: border-box; margin-bottom: 20px; overflow: hidden; position: relative;}
.mem_list > li:nth-child(2n) { margin-right: 0; }
.mem_list > li > div { float: left; }
.mem_list > li .member_img { margin-right: 30px; width: 100px; overflow: hidden;}
.mem_list > li .member_img img { width: 100%; }

.member_txt { width: calc(100% - 130px); }
.member_name { font-size: 15px; color: #218a3d; font-weight: 600; }
.member_position { color: #111111; margin: 10px 0 5px !important; }
.member_homepage { min-height:14px; margin-top: 10px; background: url('/images/sub/homepage.jpg') left 7px no-repeat; padding-left: 28px; word-break:break-all;}
.member_homepage a:hover { text-decoration: underline; }


/* video */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* ±â°ü¼Ò°³ > ¼Ò°³*/
.intor_title { color: #0156ae; font-size: 17px; font-weight: 600; margin-bottom: 30px; }

/* ±â°ü¼Ò°³ > ¹Ì¼Ç*/
.mission {  }
.mission > li { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between;align-items: stretch; margin-bottom: 20px; }
.mission_title { width: 100px; min-height: 100px; height: auto; color: #fff; font-size: 18px; font-weight: 300; text-align: center; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center;align-items: center; }
.mission_txt { width: calc(100% - 115px); border: 1px solid #dedede; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; padding: 10px 20px; box-sizing: border-box;}
.mission_txt li { margin-bottom: 0; }
.mission li:nth-child(1) .mission_title { background: url('/images/sub/mission_title_01.jpg') 0 0 no-repeat; background-size: cover; }
.mission li:nth-child(2) .mission_title { background: url('/images/sub/mission_title_02.jpg') 0 0 no-repeat; background-size: cover; }
.mission li:nth-child(3) .mission_title { background: url('/images/sub/mission_title_03.jpg') 0 0 no-repeat; background-size: cover; }


/* ±â°ü¼Ò°³ > agenda */
.agenda li { margin-bottom: 10px; border: 1px solid #dedede; padding: 20px 30px; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: center; }
.agenda_num { width: 44px; height: 51px; font-size: 15px; font-weight: 500; color: #fff; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center;  }
.agenda_txt { width: calc(100% - 75px); font-size: 14.5px; color: #111; text-align: left; }
.agenda_txt span { font-size: 13px; color: #666; display: block; }
.agenda_num_green {  background: url('/images/sub/agenda_green.jpg') 0 0 no-repeat; }
.agenda_num_blue { background: url('/images/sub/agenda_blue.jpg') 0 0 no-repeat; }
.agenda_num_oragne { background: url('/images/sub/agenda_orange.jpg') 0 0 no-repeat; }


/* greeting_txt */
.greeting_title { font-size: 19px; color: #194c9d; font-weight: 500; margin-bottom: 20px; line-height: 140%; }
.greeitng_img { text-align: right; } 
.greeting_position { letter-spacing: -1px; margin-top: 15px;}
.greeting_name { font-size: 19px; font-weight: 500; color: #111; margin-bottom: 15px; }
.greeting_name span { color: #111; font-size: 24px; font-weight: 500; }

.flex_img { width: 150px; margin-right: 0; }
.greeting_director { width: 100%; }
.flex_txt { width: calc(100% - 190px); }

@media all and (max-width:650px){/**/
	.flex_img_wrap { display: block; }
	.greeting_img { margin: 0 auto 30px; height: auto; text-align: center; }
	.flex_txt { width: 100%; }
}/**/


/* Locaion */
.location_wrap { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px solid #ddd; }
.venue_map { width: 100% !important; height: 300px !important; margin-bottom: 20px !important; }
.root_daum_roughmap .wrap_map  { height: 268px !important; }


/* sitemap */
.sitemap_wrap {  display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: stetch;  }
.sitemap { width: 48%;  margin-bottom: 45px; }
.sitemap > dt { background-color: #0c51a0; color: #fff; font-weight: bold; padding: 10px 0; border-radius: 10px; text-align: center;}
.sitemap > dd { color: #111; font-weight: 500; font-size: 14px; border-bottom: 1px solid #d5d5d5; cursor: pointer; padding: 15px 20px; text-align: left;}
.sitemap > dd:hover, .sitemap .sitemap-ssnb dd:hover { color: #111;}
.sitemap > dl:nth-child(4) { clear: both; }
.sitemap .sitemap_sub { padding-left: 10px; }
.sitemap .sitemap_sub li { color: #666; padding-left: 10px; line-height: 200%; position: relative;}
.sitemap .sitemap_sub li:before { content:'-'; position: absolute; left: 0; top: 0; } 



/* rule */
.rule > dt { color:#252525; font-weight:500; margin-top: 30px; margin-bottom: 5px}
.rule > dd > ul { margin-left: 20px; }
.rule > dd > ul > li { margin-top: 3px; }
.rule > dd > ul > li > ul { margin-left: 20px; }
.rule .numList > li { list-style-type: decimal !important; margin-left: 20px; margin-top: 3px;}
.noticeList { margin-left: 30px; text-indent:-15px; }
.noticeList02 { margin-left: 50px !important; text-indent:-35px; }




.ui-widget-content { max-width: 90% !important; max-height:90%; height: auto !important; top: 70px !important; left: 0 !important; right: 0 !important; margin: 0 auto; }
.ui-widget-content > div { width: 100% !important; height: 100% !important;  }
.ui-widget-content > div img { max-width:100% !important; height: auto !important; }










