@font-face {
  font-family: 'BitgoeulGwangju';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Bitgoeul_Light.woff') format('woff');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'BitgoeulGwangju';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Bitgoeul_Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'BitgoeulGwangju';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Bitgoeul_Bold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}
/* wrap */
.wrap {position: relative; font-family: 'BitgoeulGwangju'; width: 100%;}

/*** pc web ***/
.pc_area {display: block;}
.mobi_area {display: none;}

/****** header ******/
.header {position: absolute; width: 100%; top: 0; left: 0; background-color: rgba(0,0,0,0.4); z-index:99999999999;}
.header_cont {position: relative; width: 1200px; margin: 0 auto;}
.logo {float: left; padding: 20px 0;}
.logo_img {display: block; width: 100%;}

/*** gnb ***/
.gnb {float: right; width: 70%; text-align: right;}

/* user menu */
.user_menu {margin-top: 10px;}
.user_menu > li {display: inline-block; font-size: 1.2rem;}
.user_menu > li > .link {display: block; padding: 4px 10px; background-color: rgba(255,255,255,0.2); color: #fff; border-radius: 20px;}
.user_menu > li > .link.special {background: #007a45;}
.user_menu > li > .link:hover {background-color: rgba(255,255,255,0.3);}
.user_menu > li > .link.special:hover {background: #fff; color: #007a45;}
/* top menu */
.menu_gnb_fst {position: absolute; right: 0; bottom: -5px; width: 100%; height: 72px; text-align: right; font-size: 0;}
.menu_gnb_fst > li {position: relative; display: inline-block; height: 100%; font-size: 1.8rem; vertical-align: top; line-height: 72px; box-sizing: border-box;}
.menu_gnb_fst > li:hover {border-bottom: 3px solid #b7db7b;}
.menu_gnb_fst > li:hover > .link {color: #b7db7b;}
.menu_gnb_fst > li > .link {display: block; color: #fff; padding: 0 50px; font-weight: bold; text-shadow: 0px 0px 5px #333;}
.menu_gnb_scd {display:none; position: absolute; padding: 10px 0; width: 100%; height: 280px; text-align: center;}
.menu_gnb_scd > li {line-height: 1.5;}
.menu_gnb_scd > li > .link {display: inline-block; font-size: 1.6rem; padding: 8px 0; color: #fff; text-shadow: 1px 1px 3px rgba(0,0,0,0.5);}
.menu_gnb_scd > li > .link:hover {text-shadow: 1px 1px 1px #000; border-bottom: 1px dashed #b7db7b;}

@media screen and (max-width: 1200px) {
  .user_menu {position: absolute; top: 0; right: 10px; height: 30px; width: 100%; padding: 5px 0; margin-top: 0; box-sizing: border-box;}
  .user_menu > li.sms {display: none;}
  .menu_top {position: absolute; right: -100%; top: 0; width: 70%; height: 100vh; background: #333; transition: 0.3s; z-index: 999999;}
  .menu_top.show {right: 0;}
  .menu_gnb_fst {padding-top: 60px;}
  .menu_gnb_fst > li {display: block; width: 100%; height: auto; text-align: left; line-height: 1.7; border-bottom: 1px dashed #ccc;} 
  .menu_gnb_fst > li > .link {position: relative; padding: 15px;}
  .menu_gnb_fst > li i {position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.6rem;}
  .menu_gnb_scd {position: static; background: rgba(255,255,255,0.3); height: auto; text-align: left;}
  .menu_gnb_scd > li {padding: 0;}
  .menu_gnb_scd > li > .link {display: block; padding: 10px 20px;}
}
/****** banner *******/
.banner_cont {width: 100%; height: 100vh;}
.tmp_banner {display: block; width: 100%;}

/****** content ******/
.main {position: absolute; bottom: 180px; width: 100%; z-index:99;}
.news_area {width: 100%; max-width: 1200px; margin: 0 auto; padding: 15px 20px; box-sizing: border-box; background-color: rgba(0,0,0,0.6);}
.news_area .link {display: block; overflow: hidden;}
.news_text {float: left; width: 84%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 22px; color: #fff;}
.news_date {float: right; width: 15%; font-size: 22px; color: #fff; text-align: right;}

/* quick_area */
.quick_area {padding: 47px 0 70px; background-color: rgba(0,0,0,0.3); box-sizing: border-box;}
.quick_list {width: 100%; max-width: 1200px; margin: 0 auto; font-size: 0; text-align: center;}
.quick_list > li {display: inline-block; width: 16.66%; box-sizing: border-box;}
.quick_list > li > .link {position: relative; display: block; width: 130px; height: 130px; margin: 0 auto; border: 5px solid rgba(255,255,255,0.5); background-color: rgba(0,0,0,0.2); border-radius: 100%; transition: all 0.3s; box-sizing: border-box;}
.quick_list > li lord-icon {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 60px; height: 60px; display: block;}
.quick_tit {padding-top: 15px; font-size: 22px; color: #fff; font-weight: bold; text-shadow: 0px 0px 10px #000; transition: all 0.3s;}
.quick_list > li:hover .link {border: 5px solid #b7db7b;}
.quick_list > li:hover .quick_tit {color: #b7db7b;}

/****** footer ******/
.footer {position: absolute; bottom: 0; width: 100%; height: 180px; border-top: 2px solid rgba(255,255,255,0.2); background-color: rgba(0,0,0,0.3); z-index:99;}
.footer_cont {position: relative; display: flex; align-items: center; justify-content: space-between; width: 1200px; height: 100%; padding: 30px 0; color: #fff; font-size: 1.4rem; line-height: 1.7; margin: 0 auto; box-sizing: border-box;}
.logo_foot {filter: grayscale(1);}
.site_info {text-align: right; opacity: 0.6;}
.footer_cont .bott_info_link {line-height: 2; font-weight: bold;}
.bott_info_link:first-child:hover , .bott_info_link:nth-child(2):hover {text-decoration: underline;}

/*** mobile web ***/
/* sandwich menu */
.btn_sand {position: fixed; right: 5px; top: 30px; width: 35px; padding: 5px 0; cursor: pointer; text-align: center; z-index: 999;}
.btn_sand .line {display: block; width: 23px; margin: 5px auto; height: 2px; background-color: #fff; box-shadow:1px 1px 2px rgba(0,0,0,0.3);}
.btn_mobi_menu_cls {text-align: center; padding-top: 10px; cursor: pointer;}
.btn_mobi_menu_cls > i {font-size: 30px; color: #444;}

/* mobile menu */
.mobi_menu {overflow:scroll; position: fixed; right: -70%; top: 0; width: 70%; height: 100%; background-color: #333; z-index: 9999999;}
.mobi_menu_bg {display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 999999;}

.user_menu_mobi {font-size: 0; text-align: center; padding: 10px 0;}
.user_menu_mobi > li {display: inline-block; font-size: 12px; width: 30%; margin: 0 5px; text-align: center; border: 1px solid #ccc; border-radius: 3px;}
.user_menu_mobi > li > .link {display: block; color: #fff; padding: 5px 0;}
.user_menu_mobi > li:hover {background-color: #666;}

.top_menu_mobi {}
.top_menu_mobi > li {position: relative; border-bottom: 1px solid #333; text-align: left; background-color: #444;}
.top_menu_mobi > li:before {content: ">"; display: block; position: absolute; top: 14px; right: 10px; color: #777; font-size: 10px;}
.top_menu_mobi > li > .txt {display: block; font-size: 16px; padding: 10px 10px; color: #fff; box-sizing: border-box;}

.top_menu_scd_mobi {display: none; padding: 10px 0; background-color: #3e3e3e;}
.top_menu_scd_mobi > li {}
.top_menu_scd_mobi > li > .link {display: block; padding: 10px 20px; font-size: 13px; color: #fff; box-sizing: border-box;}
.top_menu_trd_mobi > li > .link {padding: 0 20px;display: block; font-size: 13px; color: #fff; box-sizing: border-box;}
.top_menu_trd_mobi > li > ul li {padding: 5px 30px; font-size: 13px; color: #fff; box-sizing: border-box;}

@media screen and (max-width:1200px){
	.wrap {overflow: hidden;}
	.mobi_area {display: block;}
	.pc_area {display: none;}
	.btn_mobi_menu_cls {display: block;}
	/****** header ******/
	.header {position: relative; height: 80px; background: rgba(0,0,0,0.3);}
	.header_cont {width: 100%;}
	.logo {position: absolute; top: 28px; left:10px; width: 140px; padding: 0;}
	.logo .link {height: 100%;}
	.logo_img {height: 100%;}
	
	/****** main ******/
	.main {bottom: 170px;}
	.quick_area {padding: 20px 0;}
	.quick_list {width: 100%;}
	
	/****** footer ******/
	.footer {height: 170px; background-color: rgba(0,0,0,0.5);}
	.footer_cont {width: 100%; font-size: 1.3rem; padding: 0; word-break: keep-all;}
	.logo_foot {display: none;}
	.site_info {padding: 20px 10px; text-align: center;}
	.site_info_txt:nth-child(1),.site_info_txt:nth-child(2) {display: none;}
	.site_info_txt {opacity: 0.8;}
  .footer_list {display: none;}
}

@media screen and (max-width:960px){
	.wrap {height: 700px;}
	
	/* main banner */
	.banner_cont {position:fixed; top:0; left:50%; margin-left:-600px; height:100%; width:1200px;}
	/* main banner end */
	.news_area {width: 95%; background-color: rgba(184, 220, 125, 0.5);}
	.news_text {width: 80%; font-size: 13px; color: #222; font-weight: bold;}
	.news_date {width: 18%; font-size: 13px; color: #222; font-weight: bold;}
	
	.quick_area {padding: 30px;}
	.quick_list {}
	.quick_list > li {width: 33.33%; margin-bottom: 15px;}
	.quick_list > li > .link {width: 100px; height: 100px; border: 3px solid rgba(255,255,255,0.4);}
	.quick_list > li > .link:hover:before {display: none;}
	.quick_list > li > .link:hover {border: 3px solid #b7db7b;}
	.quick_list > li lord-icon {width: 50px; height: 50px;}
	.quick_tit {font-size: 18px; padding-top: 5px; padding-bottom: 10px;}
	
}

@media screen and (max-width:500px){
	.news_text {width: 70%; font-size: 13px; color: #222; font-weight: bold;}
	.news_date {width: 28%; font-size: 13px; color: #222; font-weight: bold;}
	
	.quick_list > li > .link {width: 80px; height: 80px; border: 3px solid rgba(255,255,255,0.4);}
  .quick_list > li lord-icon {width: 40px; height: 40px;}
	.quick_tit {font-size: 1.6rem; padding-top: 5px; padding-bottom: 10px;}
	
	.user_menu_mobi > li {width: 25%; margin: 5px;}
}

/*************** sub page ***************/
.wrap._sub {height: auto;}
.wrap._sub .header {z-index: 999999;}
.wrap._sub .main {position: static; min-height: 400px; padding-top: 85px; background: url("../img/main/sub_txt_bg.gif") top left no-repeat; background-size: contain;}
.wrap._sub .main_cont {width: 100%; max-width: 1200px; margin: 0 auto; padding-bottom:50px;}
.wrap._sub .gnb {z-index: 999999;}
.wrap._sub .footer {position: static; background-color:#7f7f7f;}
.wrap._sub .logo {position: relative; z-index: 99999;}

@media screen and (max-width: 1200px) {
  .wrap._sub .header {position: fixed;}
  .wrap._sub .gnb {float: none; width: 100%;}
}
/* top area */
.top_area {position: relative; width: 100%; height: 400px; background: url("../img/main/sub_top.jpg") no-repeat; background-size: cover; box-sizing: border-box;}
.top_tit_area {padding-top: 220px; text-align: center;}
.top_tit { font-family: 'BitgoeulGwangju'; font-size: 4rem; margin-bottom: 15px; font-weight: normal; color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.5);}
.top_tit_eng { font-family: 'BitgoeulGwangju'; font-size: 15px; font-weight: normal; color: #fff; text-shadow: 0 0 10px rgba(0,0,0,0.5); text-transform:uppercase;}
.sub_menu_area {position: absolute; bottom: 0; width: 100%; height: 47px; background-color: #fff;}
.wrap .menu_lnb_cont .btn_home, .wrap .menu_lnb .menu_lnb_sbj, .wrap .menu_lnb .icon_arw,
.wrap .menu_lnb_list > li > .link.active {color: #007a45;}
.wrap .menu_lnb:hover {background: #007a45;}
.wrap .menu_lnb_list > li > .link:hover {font-weight: bold; color: #333;}

@media screen and (max-width:1200px) {
	.wrap._sub .main {background:none; padding:30px 10px 0; box-sizing: border-box;}
	.wrap._sub .main_cont {width:100%;}
	.top_area {height: 200px;}
	.top_tit_area {padding-top: 95px;}
	.top_tit {font-size: 2.4rem; margin-bottom: 5px;}
	.top_tit_eng {font-size: 1.4rem;}
	
	.sub_menu {width: 100%;}
	.btn_home {display: none;}
	.sub_slct {width: 33.33%;}
}
/* ���� ó�� */
.display_n {display:none;}
/* ������ Ŭ���� */
.uotc_100 {width:100% !important;}
.s_board_100 {width:100% !important;}
.media_board_100 {width:100% !important;}
.history_100 {width:100% !important;}
.steward_100 {width:100% !important;}
.member_100 {width:100% !important;}
.yearend_100 {width:100% !important;}
.worship_100 {width:100% !important;}
.uotc_100 .file_img img {width:100%; height:auto;}
@media screen and (max-width:1200px){
	.user_menu_mobi > li.m_d_none {display:none;}
}
