/* wrap */
.wrap {position: relative; 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 {width: 1100px; margin: 0 auto;}
.logo {float: left; padding: 50px 0 0;}
.logo_img {display: block;}

/*** gnb ***/
.gnb {float: right; width: 80%; text-align: right;}

/* user menu */
.user_menu {margin-top: 20px;}
.user_menu > li {display: inline-block; font-size: 12px;}
.user_menu > li > .link {display: block; padding: 2px 10px; background-color: rgba(255,255,255,0.2); color: #fff; border-radius: 20px;}
.user_menu > li > .link:hover {background-color: rgba(255,255,255,0.3);}

/* top menu */
.top_menu {width: 100%; height: 72px; text-align: right; font-size: 0;}
.top_menu > li {position: relative; display: inline-block; height: 100%; font-size: 17px; vertical-align: top; line-height: 72px; box-sizing: border-box;}
.top_menu > li:hover {border-bottom: 3px solid #5adaff;}
.top_menu > li:hover > .link {color: #5adaff;}
.top_menu > li > .link {display: block; color: #fff; padding: 0 20px; font-weight: bold; text-shadow: 0px 0px 5px #333;}

.top_menu_scd {display:none; position: absolute; padding: 10px 0; width: 100%; height: 240px; text-align: center;}
.top_menu_scd > li {padding: 7px 0; line-height: 1;}
.top_menu_scd > li > .link {font-size: 14px; color: #fff; text-shadow: 1px 1px 3px rgba(0,0,0,0.5);}
.top_menu_scd > li > .link:hover {text-shadow: 1px 1px 1px #000; border-bottom: 1px dashed #5adaff;}
/****** banner *******/
.main_banner {width: 100%; height:1080px;}
.main_banner > img {width: 100%; height:100%;}
.tmp_banner {display: block; width: 100%;}

/****** content ******/
.main {position: absolute; bottom: 150px; width: 100%; z-index:99;}
.main.sub {position: initial;}
.news_area {width: 960px; margin: 0 auto; padding: 7px 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: 960px; 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(255,255,255,0.4); border-radius: 100%; transition: all 0.3s; box-sizing: border-box;}
.quick_list > li > .link:hover:before {content: ""; display: block; width: 16px; height: 22px; position: absolute; top: 25px; right: 25px; background: url('../img/body/quick_icon_blink.png');}
.quick_icon {position: absolute; top: 50%; left: 50%; 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 #5adaff;}
.quick_list > li:hover .quick_tit {color: #5adaff;}

/****** footer ******/
.footer {position: absolute; bottom: 0; width: 100%; height: 150px; border-top: 2px solid rgba(255,255,255,0.2); background-color: rgba(0,0,0,0.3); z-index:99;}
.footer.sub {position: initial;}
.footer_cont {position: relative; width: 1100px; height: 100%; margin: 0 auto;}
.logo_foot {position: absolute; bottom: 40px; left: 0;}
.site_info {text-align: right; padding-top: 40px;  font-size: 13px; color: #fff; opacity: 0.6;}


.footer_cont .bott_info_link {font-size: 13px; color: #fff; 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: 5px; 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 > .link {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;}


@media screen and (max-width:1100px){
	.wrap {overflow: hidden;}
	.mobi_area {display: block;}
	.pc_area {display: none;}
	
	/****** header ******/
	.header {background-color: transparent;}
	.header_cont {width: 100%;}
	.logo {top:5px; left:5px; height: 35px; padding: 5px 10px;}
	.logo .link {height: 100%;}
	.logo_img {height: 100%;}
	
	/****** main ******/
	.main {bottom: 90px;}
	.quick_area {padding: 20px 0;}
	.quick_list {width: 100%;}
	
	/****** footer ******/
	.footer {height: 90px; background-color: rgba(0,0,0,0.5);}
	.footer_cont {width: 100%;}
	.logo_foot {display: none;}
	.site_info {padding-top: 20px; text-align: center;}
	.site_info_txt:nth-child(1),.site_info_txt:nth-child(2) {display: none;}
	.site_info_txt {opacity: 0.8;}
}

@media screen and (max-width:960px){
	.wrap {height: 700px;}
	
	/* main banner */
	.main_banner {position:fixed; top:0; left:50%; margin-left:-600px; height:100%; width:1100px;}
	/* main banner end */

	.news_area {width: 95%; background-color: rgba(116,161,139,0.7);}
	.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%;}
	.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 #5adaff;}
	.quick_icon {width: 60%; height: auto;}
	.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_tit {font-size: 16px; 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/top/sub_txt_bg.gif") top left no-repeat; background-size: contain;}
.wrap._sub .main_cont {width: 1000px; margin: 0 auto; padding-bottom:50px;}
.wrap._sub .gnb {position: relative; z-index: 999999;}
.wrap._sub .footer {position: static; background-color:#7f7f7f;}
.wrap._sub .logo {position: relative; z-index: 99999;}

/* top area */
.top_area {position: relative; width: 100%; height: 350px; background: url("../img/top/sub_top.jpg") no-repeat; background-size: cover; box-sizing: border-box;}

.top_tit_area {padding-top: 160px; text-align: center;}
.top_tit {font-size: 50px; font-weight: normal; color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.1);}
.top_tit_eng {font-size: 15px; font-weight: normal; color: #fff; text-shadow: 1px 1px rgba(0,0,0,0.1); text-transform:uppercase;}

.sub_menu_area {position: absolute; bottom: 0; width: 100%; height: 50px; background-color: #fff; border-bottom: 1px solid #ccc;}
.sub_menu {width: 1100px; margin: 0 auto;}
.btn_home {float: left; height: 100%; padding: 0 22px; line-height: 50px; font-weight: bold; font-size: 13px; color: #333; border-left: 1px solid #ccc;}
.btn_home:hover {background-color: #eee;}
.sub_slct {float: left; position: relative; width: 200px; height: 100%; border-left: 1px solid #ccc; line-height: 50px; box-sizing: border-box;}
.sub_slct:last-child {border-right: 1px solid #ccc;}
.sub_slct > .sub_slcted {display: block; padding: 0 22px; font-size: 13px; font-weight: bold; color: #333; cursor: pointer;}
.sub_slct > .sub_slcted:hover {background-color: #eee;}
.sub_slct > i {position: absolute; top: 17px; right: 17px; color: #888;}
.sub_slct_opt {display: none; position: absolute; top: 50px; right: -1px; width: 100%; text-align: left; border-left: 1px solid #ccc; border-right: 1px solid #ccc;border-bottom: 1px solid #ccc; z-index:999;}
.sub_slct_opt > li {width: 100%; border-bottom: 1px solid #ccc; background-color:#fff;}
.sub_slct_opt > li:last-of-type {border-bottom: 0;}
.sub_slct_opt > li:hover {background-color: #eee;}
.sub_slct_opt .link {display: block; padding: 0 20px; font-size: 13px; box-sizing: border-box; color: #888;}

@media screen and (max-width:1100px) {
	.wrap._sub .main {background:none; padding-top:30px;}
	.wrap._sub .main_cont {width:100%;}
	.top_area {height: 200px;}
	.top_tit_area {padding-top: 50px;}
	.top_tit {font-size: 25px;}
	.top_tit_eng {font-size: 15px;}
	
	.sub_menu {width: 100%;}
	.btn_home {display: none;}
	.sub_slct {width: 50%;}
}

/* ¼û±è Ã³¸® */
.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:1100px){
	.user_menu_mobi > li.m_d_none {display:none;}
}
