/******** common ********/
.wrap {overflow:hidden; font-family: 'Gmarket', sans-serif; font-size: 1.6rem; color: #333; line-height:1.6;}
.wrap .mobi_area {display: none;}
.cont_size {max-width: 1200px; margin: 0 auto;}

.c_black {color:#000;}

@media screen and (max-width:1200px) {
	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
}

/*** header ***/
.header {z-index: 9999;}
.header_cont {display: flex; justify-content: space-between; position:relative; padding:1em 0; background:#fff;}
.header .logo {display: flex; align-items: center;}
.header .logo .link{display: block;}
.header .logo_img {display: block; max-height: 60px;}

.header_user {display: flex; justify-content: flex-end; padding: 1em 0;}
.header_user > li {position:relative; padding:0 10px;}
.header_user > li+li:before {content:""; position:absolute; top:9px; left:0; width:3px; height:3px; background:#404040; border-radius:100%;}
.header_user > li > .link {color:#404040; font-weight:500; font-size:1.5rem;}
.header_user > li:hover > .link {color:#9f531e;}
.header_user > li > .link.admin {color:#9f531e;}

@media screen and (max-width:1200px) {
	.header {position: initial; transform: none;}
	.header_user {margin-right: 50px;}
	.header_user > li > .link {font-size:1.4rem;}
	.header_cont {padding: 10px 0; height: auto; border: none; border-radius: 0;}
	.header_cont > .cont_size {position: relative;}
	.header .logo_img {padding-left: 10px; height: 50px;}
}

@media screen and (max-width:450px) {
	.header .logo_img {height: 30px;}
	.header_user > li {padding:0 8px;}
}
@media screen and (max-width:360px) {
	.header .logo_img {height: 24px;}

}

/* top menu */
.menu_top_area {position: relative; border-top: 1px solid #E5E5E5;}
.menu_top {display: flex; position: relative;}
.menu_top_fst {display: flex; justify-content: space-around; align-items: center; width:100%; text-align: center;}
.menu_top_fst > li {position: relative; width:20%;}
.menu_top_fst > li > .link {display: block; padding: 15px 0; color:#56372c; font-weight: 600; font-size:2rem;}
.menu_top_fst > li:hover > .link {color:#9f531e;}
.menu_top_scd {display: none; position: absolute; top: 65px; left: 50%; width: 100%; padding-top: 1em; transform: translateX(-50%); z-index: 99999999;}
.menu_top_scd > li > .link {display: block; padding: 0.2em 1em; color: #666666; font-weight:500; font-size:1.6rem; box-sizing:border-box;}
.menu_top_scd > li:hover > .link {color:#9f531e;}
.menu_top_trd {padding:5px 0; background: rgba(0,0,0,0.1);}
.menu_top_trd > li {}
.menu_top_trd > li > .link {color:#939191; font-size: 1.4rem; font-weight:600;}
.menu_top_trd > li:hover > .link {color: #9f531e;}

.menu_top_bg {display:none; position: absolute; width:100%; height:270px; background:#fff; border-top: 1px solid #E5E5E5; z-index: 999999;}


/* top menu mobile */
.menu_btn_sand {position: absolute; top: 14px; right: 10px; width: 40px; height: 40px; padding: 0; border: 0; background: #fff; opacity: 0.8;}
.menu_btn_sand:hover {opacity: 0.9;}
.menu_btn_sand > .line {width: 80%; height: 3px; background-color: #9F531E; border-radius: 25px;}
.menu_btn_sand > .line:nth-child(1) {position: absolute; top: 8px; left: 50%; transform: translateX(-50%);}
.menu_btn_sand > .line:nth-child(2) {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.menu_btn_sand > .line:nth-child(3) {position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);}

.mobi_user {display: flex; justify-content: space-between; padding: 1em 2em; box-sizing:border-box;}
.mobi_user > li {}
.mobi_user > li > .link {color:#b1b1b1;}
.mobi_user > li:hover > .link {color:#fff;}

.menu_top_mobi {overflow-y: auto; position: fixed; top: 0; right: -90%; height: 100%; width: 70%; background-color: #342d2a; box-shadow: -2px -2px 5px rgba(0,0,0,0.8); transition: right 0.3s; z-index: 99999999;}
.menu_top_mobi.show {right: 0px;}
.menu_top_mobi_fst {padding: 1em 2em;}
.menu_top_mobi_fst > li {}
.menu_top_mobi_fst > li > .txt {position: relative; padding: 0.7em 0; font-size: 2.2rem; color: #FFF; border-bottom: 1px solid #686767; cursor: pointer;}
.menu_top_mobi_fst > li > .txt .icon_arw {position: absolute; top: 50%; right: 6%; transform: translateY(-50%); font-size: 1.4rem; opacity: 0.3;}
.menu_top_mobi_fst > li > .txt .icon_arw.active {transform: translateY(-50%) rotate(180deg); opacity: 1;}
.menu_top_mobi_fst > li:hover > .txt {color: #fff;}
.menu_top_mobi_scd {display: none; padding-top: 0.7em; line-height: 1.5;}
.menu_top_mobi_scd > li {}
.menu_top_mobi_scd > li > .link {position: relative; display: block; padding: 0.3em 0px 0.3em 1.5em; color: rgba(255,255,255,0.5); font-weight: 500; font-size:1.7rem;}
.menu_top_mobi_scd > li > .link:hover {color: rgba(255,255,255,1);}
.menu_top_mobi_trd {padding: 0.3em 0px 0.5em 25px;}
.menu_top_mobi_trd > li {position:relative; padding-left:1em;}
.menu_top_mobi_trd > li:before {content:""; position:absolute; top:10px; left:0; width:5px; height:1px; background:rgba(255,255,255,0.4);}
.menu_top_mobi_trd > li > .link {color: rgba(255,255,255,0.4); font-weight: 500;}
.menu_top_mobi_trd > li:hover > .link {color: rgba(255,255,255,0.4); font-weight: 600;}

.menu_user_mobi {display: flex; align-items: center; padding: 10px 0; color: #666; border-bottom: 1px solid #333;}
.menu_user_mobi > li {flex: 1 1 30%; text-align: center;}
.menu_user_mobi > li:last-of-type {flex: 0 0 50px;}
.menu_user_mobi > li > .link {display: block; padding: 0.7em 0; color: #b1b1b1; font-size: 1.5rem;}
.menu_user_mobi > li:hover > .link {color: #fff;}
.menu_user_mobi_btn_cls {position: fixed; right: -100%; top:0; width: 50px; height:50px; border: 0; background: #342d2a; color: #fff; font-size: 2.6rem; transition: right 0.3s;}
.menu_user_mobi_btn_cls:hover {color: #fff;}
.menu_user_mobi_btn_cls.show {right: 70%;}

@media screen and (max-width:1200px) {
	.menu_top {display:none;}
}

@media screen and (max-width:400px) {
	.menu_btn_sand{width: 33px; height: 36px;}
}

/*** main ***/
.main {}

/* banner */
.banner_area {position: relative; width: 100%; height: 0; padding-bottom: 26.04%;}
.banner_cont {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.banner_main {max-width:100%;}
.banner_cont img {width:100%; object-fit: cover;}

@media screen and (max-width: 550px){
	.banner_area {padding-bottom: 45%;}
	.banner_cont {position: static; height: 220px;}
}

@media screen and (max-width: 450px){
	.banner_area {padding-bottom: 52%;}
	.banner_cont {position: static; height: 200px;}
}


@media screen and (min-width: 2560px){
	.banner_area {padding-bottom: 19.53%;}
	.banner_cont {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

}

/* section 01 */
.main_sec01 {padding: 2em 0; background:#EEEEEE;}
.main_sec01_cont {display: flex; justify-content: space-between;}
.main_sec01_srm {width: 31%; padding: 20px; background: #fff; box-sizing: border-box;}
.main_sec01_srm_vod {position:relative; margin-bottom: 1em; padding-bottom: 56.25%; width: 100%; height: 0;}
.main_sec01_srm_vod iframe {position:absolute; top:0; left:0; width:100%; height:100%;}
.main_sec01_srm_vod video {position:absolute; top:0; left:0; width:100%; height:100%;}
.main_sec01_srm_vod img {position:absolute; top:0; left:0; width:100%; height:100%;}
.main_sec01_srm_info {}
.main_sec01_srm_info .sbj {overflow:hidden; width:100%; text-overflow:ellipsis; white-space: nowrap; word-wrap:normal; font-weight: 500; font-size: 2rem;}
.main_sec01_srm_info:hover .sbj {color:#56372c;}
.main_sec01_srm_info .info {}
.main_sec01_srm_info .info .txt {color:rgba(0,0,0,0.6); font-size: 1.3rem;}
.main_sec01_srm_info:hover .info .txt {color:rgba(0,0,0,0.9);}

.main_sec01_quick {width: 31%;}
.main_sec01_quick_link {overflow: hidden; display: block; position: relative; margin-bottom:20px;}
.main_sec01_quick_link:last-of-type {margin-bottom:0;}
.main_sec01_quick_link > .img {display: block; width: 100%; transition:all 0.3s;}
.main_sec01_quick_link:hover > .img {transform: scale(1.1);}
.main_sec01_quick_link > .tit {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color:#fff; font-weight: 600; font-size: 2.6rem; text-align: center;}
.main_sec01_quick_link > .tit .eng {display: block; padding-top: 10px; font-size: 1.4rem; border-top: 1px solid #fff;}

.main_sec01_news {width: 31%; padding: 2em 2em 0; background: #fff; box-sizing: border-box;}
.main_sec01_news_tit {display: block; margin-bottom: 10px; color:#56372c; font-weight:600; font-size:2.6rem;}
.main_sec01_news_list {line-height: 2.4;}
.main_sec01_news_list > li {border-bottom:1px solid #ccc;}
.main_sec01_news_list > li:hover {border-bottom:1px solid #56372c;}
.main_sec01_news_list > li:last-of-type {border-bottom:none;}
.main_sec01_news_list > li .link {display: flex;}
.main_sec01_news_list > li .link .sbj {overflow:hidden; width:calc(100% - 110px); text-overflow:ellipsis; white-space: nowrap; word-wrap:normal; color:rgba(0,0,0,0.6);}
.main_sec01_news_list > li:hover .link .sbj {color:#56372c;}
.main_sec01_news_list > li .link .date {width:110px; color:rgba(0,0,0,0.4); text-align:right;}
.main_sec01_news_list > li:hover .link .date {color:rgba(0,0,0,0.7);}

@media screen and (max-width:768px) {
	.main_sec01 {padding: 0; background:#fff;}
	.main_sec01_cont {flex-wrap: wrap;}
	.main_sec01_srm {width: 100%;}
	.main_sec01_quick {width: 100%; padding: 20px; box-sizing: border-box;}
	.main_sec01_news {width: 100%; padding: 20px;}
}


/*** °ü¸®ÀÚ¹è³Ê ***/
#banner-box {margin: 2em auto;}

/*** footer ***/
.footer {width: 100%; border-top: 1px solid #ccc;}
.footer_cont {padding:1em 0; color:#8d8d8d; text-align: center;}
.footer_cont .copy_txt {font-weight:500; font-size: 1.4rem;}
.footer_cont_noti .bott_info_link {display: inline-block; margin:5px; padding: 3px 10px 0px; color:#727272; font-weight:500; font-size: 1.4rem; border:1px solid #8d8d8d;}
.footer_cont_noti .bott_info_link:hover {color: #56372c; border:1px solid #56372c;}


@media screen and (max-width:1200px) {
	.footer_cont {padding:10px; box-sizing:border-box;}
	.footer .copy_txt {text-align: center; font-size: 1.3rem;}
	.footer_cont_noti {display:none;}
}


/*** sub page ***/
/* main */
.main.sub {padding:0px 0; background-color: #fff;}
.main.sub .main_cont {min-height: 600px; margin-bottom: 2em;}
.main_contents {}

.sub_top {position: relative; width:100%; height: 0; padding-bottom: 8%; background:url('/img/top/sub_top_bg.jpg') no-repeat; background-size:cover;}
.sub_top_tit {position: absolute; top: 50%; width: 100%; transform: translateY(-50%); color:#fff; font-weight:600; font-size:3rem; text-align:center; text-shadow: 0px 0px 4px #858282;}

@media screen and (max-width:1200px){
  .main.sub .main_cont {display:block; padding:0 10px; box-sizing:border-box;}
  .sub_top {padding-bottom: 10%;}
  .sub_top_tit {font-size:2rem;}
}

/* sub select menu */
.menu_slct_area {margin-bottom:3em; background: #56372c;}
.menu_slct_area .btn_home {float: left; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-left: 1px solid #725440; border-right: 1px solid #725440; box-sizing: border-box;}
.menu_slct {float: left; position: relative; height: 50px; padding: 0 120px 0 20px; box-sizing: border-box; border-right: 1px solid #725440; cursor: pointer;}
.menu_slct .txt_slcted {position: relative; line-height: 50px; font-size: 1.6rem; color: #fff; text-align: left; z-index: 9998;}
.menu_slct .icon_arw {position: absolute; top: 50%; right: 15px; color: #cfc4bc9e; transform: translateY(-50%); z-index: 9;}
.menu_slct:hover {}
.menu_slct:hover .txt_slcted {color:#B89D70;}
.menu_slct:hover .icon_arw {}
.menu_slct.menu_slct_trd {display:none;}
.menu_slct.menu_slct_trd.active {display:block;}
.menu_slct_area .menu_slct_list i {visibility: hidden;}

.menu_slct_list {display: none; position: absolute; left:-1px; width:calc(100% + 2px); border: 1px solid #725440; background-color: #fff; border-top: 1px solid #fff; padding:15px; box-sizing:border-box; z-index: 999998;}
.menu_slct_list > li {border-bottom: 1px solid #e0e0e0; color:#333;}
.menu_slct_list > li:last-of-type {border-bottom: 0;}
.menu_slct_list > li:hover {font-weight:bold; color:#56372c;}
.menu_slct_list > li > .link {display: block; height: 35px; padding: 12px; box-sizing: border-box; font-size: 1.4rem;}
.menu_slct_list .icon {display:none;}

#solution_title_comm {position:relative; overflow:hidden; width: 100%; height: auto; margin-bottom:5px; color:#56372c; font-size: 3.6rem; font-family: 'Gmarket', sans-serif;}
#solution_title_comm a {margin-bottom:5px; color:#56372c; font-weight:600; font-size: 3.6rem; font-family: 'Gmarket', sans-serif; pointer-events: none;}
.uotc_100 #solution_title_comm {}
.main_sub_cont .content {padding: 0 0 75px;}

@media screen and (max-width:1200px) {
  .menu_slct_area {margin-bottom: 0em;}
  .menu_slct_area .btn_home {width: 40px; height: 40px; font-size: 1.5rem; padding: 12px 0;}
  .menu_slct_area .btn_home > img {max-width: 25px;}
  .menu_slct {height:40px;}
  .menu_slct .txt_slcted {overflow: hidden; line-height: 40px; font-size: 1.5rem; text-overflow: ellipsis; white-space: nowrap;}
  .menu_slct .icon_arw {right: 8px;}

  .main_sub_cont {min-height: 500px;}
  .main_sub_cont .content {padding: 0 10px 20px; box-sizing: border-box;}
  .sub_top_menu_tit_area {display:none;}
  #solution_title_comm {padding:20px 0 0;}
  #solution_title_comm:before {height:20px;}
  #solution_title_comm a {font-size:2.6rem;}
  .uotc_100 #solution_title_comm {display:block;}
}

@media screen and (max-width:560px) {
	.menu_slct {width: calc((100% - 40px) / 3); padding: 0 10px 0 10px;}
	.menu_slct_list > li > .link {padding-left: 10px; font-size: 1.5rem;}
}

@media screen and (max-width:768px) {
 #solution_title_comm {margin-bottom: 1em;}
 #solution_title_comm .link {font-size: 2.8rem !important;}
}


/* ¹Ìµð¾îº¸µå ¾Ù¹üÇü2 fix */
.sol_media_board_area .media_abm_list_item.type02 {width: calc(33.333% - 40px); margin: 0 20px;}

@media screen and (max-width:768px) {
  .sol_media_board_area .media_abm_list_item.type02 {width: calc(50% - 20px); margin:0 10px;}
}
@media screen and (max-width:500px) {
  .sol_media_board_area .media_abm_list_item.type02 {width: 100%; margin:0 0px;}
}



/* ¹ÝÀÀÇü Å¬·¡½º */
.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;}
.weekly_100 {width:100% !important;}
.shichal_100 {width:100% !important;}
.work_100 {width:100% !important;}
.table_100 {width:100% !important;}
