/********** common *********/

.wrap {width: 100%; font-family: "NanumGothic", sans-serif;}
.wrap .pc_area {display: block;}
.wrap .mobi_area {display: none;}
.wrap .cont_size {width: 1200px; margin: 0 auto;}
.tit_hidden {width: 0; height: 0; visibility: hidden;}

@media screen and (max-width:1200px) {
	.wrap .cont_size {width: 100%;}
	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
}

/********** main page *********/
/***** header *****/
.header {}
.header_cont {}
.logo {float: left; padding-top: 10px; padding-bottom:10px; margin-top:30px;}
.logo_img {vertical-align:middle;}
.logo_c_img {width:38px; height:auto; padding-right:15px; vertical-align:middle;}
/* gnb */
.gnb {float: right; width: 75%; text-align: right;}

.menu_user {font-size: 0;}
.menu_user > li {display: inline-block; padding: 12px 0; margin: 0 5px; font-size: 14px;}
.menu_user > li > .link {color: #999;}
.menu_user > li > .link:hover {color: #666;}
.menu_user > li > .link i {transition: transform 0.2s;}
.menu_user > li > .link:hover i {transform: rotate(15deg);}
.menu_user > li > .link.user_btn_admin {color:#333; font-weight:bold;}
.menu_user_btn {border: 1px solid #ddd; padding: 5px 10px; color: #333; font-weight: bold; font-size: 13px;}
.menu_user_btn:hover {background-color: #666; color: #fff;}

.menu_top_area .menu_list {font-size: 0; padding-top: 15px;}
.menu_top_area .menu_list > li {position: relative; display: inline-block; font-size: 22px; vertical-align: top;}
.menu_top_area .menu_list > li:before {content: ""; display: block; position: absolute; top: 0; left: 0; width: 0; height: 3px; background-color: #32aeac; transition: width 0.3s;}
.menu_top_area .menu_list > li:hover:before {width: 100%;}
.menu_top_area .menu_list > li > .link {display: block; padding: 15px 25px 30px; font-weight: bold; color: #000; text-align: center;font-size: 85%;}
.menu_top_area .menu_list > li > .link .f_small {display:block; padding-top:5px; font-size:11px; color:#666666;}
.menu_top_area .menu_list_scd {display: none; position: absolute; width: 120%; padding: 0px 20px 20px; text-align: left; box-sizing: border-box; background-color: #fff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; box-shadow: 1px 1px 1px rgba(0,0,0,0.2); z-index: 9999999;}
.menu_top_area .menu_list > li:last-of-type .menu_list_scd {right:0;}
.menu_top_area .menu_list_scd > li {padding: 10px 0; font-size: 15px;}
.menu_top_area .menu_list_scd > li > .link {color: #333;}
.menu_top_area .menu_list_scd > li > .link:hover {color: #32aeac;}
.menu_top_area .menu_list_trd {display:none;}

.menu_all {cursor:pointer;}
.menu_all_txt {font-size:17px; font-weight:bold; color:#39aea7;}
.menu_all_sand {display:inline-block; width: 33px; vertical-align:middle;}
.menu_all_sand > .line {display:block; width:100%; height:3px; margin-bottom:4px; background-color:#39aea7;}
.menu_all_sand > .line:last-of-type {margin-bottom:0;}
.menu_all:hover .menu_all_txt {color:#7fd1cc;}
.menu_all:hover .menu_all_sand > .line {box-shadow:1px 1px 1px rgba(0,0,0,0.2);}

/* site map */
.site_map_area {overflow-y:scroll; display:none; position:fixed; top:0; left:0; width:100%; height:100%; text-align:left; z-index:99999999;}
.site_map_cont {position:relative; width:90%; margin:100px auto 0; padding-bottom:20px; height:auto; z-index:9999999;}
.site_map_bg {position: fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.8); z-index:999;}
.site_map_tit {position:absolute; top:30px; left:50%; margin-left:-56.5px; font-size:30px; color:#fff; text-align:center; z-index:9999;}
.site_map_btn_cls {position:absolute; top:30px; right:30px; font-size:30px; color:#fff; cursor:pointer; z-index:9999;}
.site_map_area .menu_list {margin-top:40px; font-size:0; text-align:center;}
.site_map_area .menu_list .link:hover {border-bottom:1px dashed rgba(255,255,255,0.6);}
.site_map_area .menu_list > li {float:left; width:calc(100%/5 - 2px); height:auto; margin:0 1px; padding:0px 20px 20px 20px; font-size:15px; background-color:#39aea7; box-sizing:border-box; vertical-align:top;}
.site_map_area .menu_list > li > .link {display:block; padding:20px 0; margin-bottom:10px; font-weight:bold; color:#fff; text-align:center; font-size:20px; border-bottom:1px dashed rgba(0,0,0,0.2);}
.site_map_area .menu_list_scd {text-align:left;}
.site_map_area .menu_list_scd > li {padding:10px 0;}
.site_map_area .menu_list_scd > li > .link {display:block; padding-bottom:5px; font-size:18px; color:rgba(255,255,255,1); font-weight:bold; border-bottom:1px dashed rgba(255,255,255,0.4);}
.site_map_area .menu_list_trd {}
.site_map_area .menu_list_trd > li {position:relative; padding:15px 20px 0px; box-sizing:border-box;}
.site_map_area .menu_list_trd > li:before {content:''; position:absolute; top:20px; left:10px; display:block; width:4px; height:4px; background-color:#fff;}
.site_map_area .menu_list_trd > li > .link {font-size:16px; color:rgba(255,255,255,1);}
.site_map_area .menu_list_trd.list_inblk > li {display:inline-block;}
.site_map_area .menu_list_frh {}
.site_map_area .menu_list_frh > li {position:relative; display:inline-block; padding:5px 10px; box-sizing:border-box;}
.site_map_area .menu_list_frh > li:before {content:''; position:absolute; top:12px; left:0; display:block; width:3px; height:1px; background-color:rgba(0,0,0,0.5);}
.site_map_area .menu_list_frh > li > .link {font-size:14px; color:rgba(0,0,0,0.5);}

/***** main *****/
.main {width:100%;}

/* sermon */
.main_sec01 {position: relative; width: 100%; height: 594px; overflow: hidden;}
.srm_cont {display:none; position: absolute; overflow: hidden; /*display:inline-block;*/ top: 50%; left: 50%; height: 320px; margin-top: -160px; margin-left: -600px; box-sizing: border-box; z-index:999999;}
.srm_video_area {position: absolute; top: 60%; right: -300px; margin-top: -152px; display: inline-block; width: auto; background-color: rgba(255,255,255,0.8); font-size: 0; opacity: 0;}
.srm_video_cover {}
.srm_video_cover_img {display:block; width:100%; height:100%;}
.srm_video {width: 462px; height: 304px;}
.srm_video_ifr {width: 462px; height: 304px;}
.srm_tit {position: relative; margin-bottom: 58px; font-size: 40px;}
.srm_tit:before {content: ""; position: absolute; bottom: -30px; left: 0; display: block; width: 210px; height: 1px; background-color: #fff; opacity: 0.6;}
.srm_tit .link {color:#fff;}
.srm_link {display: block; font-size: 17px; color: #fff; line-height: 1.8;}
.srm_btn_video {position: relative; overflow: hidden; display: inline-block; margin-top: 40px; padding: 15px 55px; color: #fff; border: 1px solid #fff;}
.srm_btn_video:before {content: '자세히 보기'; position: absolute; top: 0; right: 100%; display: block; width: 100%; height: 100%; line-height: 45px; text-align: center; background-color: rgba(255,255,255,0.2); color: #fff; transition: right 0.3s; font-weight: bold;}
.srm_btn_video:hover:before {right: 0;}
.srm_btn_video:hover {color: transparent;}
.srm_video_icon_play {display: none; position: absolute; top: 50%; left: 50%; margin-top: -55px; margin-left: -55px; cursor: pointer; z-index: 999; opacity: 0.9; transition: all 0.2s;}
.srm_video_icon_play:hover {transform: scale(1.1); opacity: 1;}
.srm_video_area:hover .srm_video_icon_play {display: block;}

.banner_area{position:absolute; top:0; left:50%; width:100%; height:100%; transform:translate(-50%,0%); font-family:'NanumGothic', cursive; z-index:9;}
.banner_slogan {display:none; position:absolute; top:50%; left:4%; padding: 20px; color:#fff; background: rgba(0,0,0,0.2); font-size:2vw; text-shadow:1px 1px 2px rgba(0,0,0,0.8); line-height:1.25; text-align: center; transform: translateY(-50%); z-index:99;}
.banner_slogan_small {color:#fff; font-size:1.2vw; text-shadow:1px 1px 1px rgba(0,0,0,0.5); line-height:1.4; z-index:99;}
.banner_slogan_small .a_right {display:block; line-height:2; font-size: 0.8vw; text-align:right;}

/* quick menu */
.main_sec02 {width: calc(100% - 10px); margin: 0 auto; padding: 10px 0;}
.menu_quick {position: relative; overflow: hidden; height: 210px; font-size: 0; text-align: center; box-sizing: border-box;}
.menu_quick > li {position: relative; display: inline-block; width: calc(20% - 10px); margin: 0 5px; background: #ddd; font-size: 17px; font-weight: bold; opacity:0;}
.menu_quick > li:nth-child(1) {right: -50px; background: url("../img/body/quick_bg01.jpg") bottom right no-repeat; background-size: cover;}
.menu_quick > li:nth-child(2) {left: -50px; background: url("../img/body/quick_bg05.jpg") center no-repeat; background-size: cover;}
.menu_quick > li:nth-child(3) {right: -50px; background: url("../img/body/quick_bg06.jpg") bottom center no-repeat; background-size: cover;}
.menu_quick > li:nth-child(4) {left: -50px; background: url("../img/body/quick_bg07.jpg") bottom right no-repeat; background-size: 100% 100%;;}
.menu_quick > li:nth-child(5) {right: -50px; background: url("../img/body/quick_bg08.jpg") bottom right no-repeat; background-size: 100% 100%;;}
.menu_quick > li > .link {display: block; padding: 58px 0; color: #fff;}
.menu_quick > li i {font-size: 35px; padding-bottom: 10px; color: #fff;}
.menu_quick_txt {color:#fff; font-size:38px;}

/* news */
.main_sec03 {padding: 50px 0;}
.news_area {position: relative; float: left; width: 48%;}
.news_tab {font-size:0; border-bottom:1px solid #ddd;}
.news_tit {position:relative; bottom:-1px; display:inline-block; padding: 10px 18px; margin-right:2px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd; font-size: 17px; color: #666; border-top-left-radius: 5px; border-top-right-radius: 5px; background-color: #fff; cursor:pointer; font-weight:bold;}
.news_tit:hover {color:#39aea7;}
.news_tit.active {border-bottom:1px solid #fff;}
.news_btn_more {display:none; position: absolute; top: 10px; right: 0; font-size: 13px;}
.news_btn_more.active {display:block;}
.news_list {display:none; padding-top: 5px;}
.news_list.active {display:block;}
.news_list > li {padding: 11px 0px 11px 11px; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; line-height: normal; border-bottom: 1px solid #eee;}
.news_list > li > .link {color: #797979;}
.news_list_right {float: right; display: inline-block; padding-left: 10px;}
.news_list > li:after {content: ""; display: block; clear: both;}
.news_list > li:hover {border-bottom: 1px solid #999;}
.news_list > li:hover > .link {color: #333;}

/* album */
.album_area {position: relative; float: right; width: 48%; padding-top: 38px;}
.album_btn_more {position:absolute; top:0; right:0; font-size:12px; color:#333;}
.album_tit {position: absolute; top: 2px; left: 0; font-size: 24px; color: #666; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.album_btn_more {position: absolute; top: 10px; right: 0; font-size: 13px;}
.album_list {padding-top: 30px; border-top: 1px solid #ddd; font-size: 0; text-align: center;}
.album_list > li {display: inline-block; width: 180px; height: 165px; margin: 0 5px;}
.album_list > li > .link {overflow: hidden; position: relative; display: block; width: 100%; height: 100%;}
.album_list > li .thumbnail {    
		overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.2s;
}
.album_list > li .centered {
	  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.album_img {
		display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
.album_img.portrait {
	width: 100%; height: auto;
}
.album_info {position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 15px 10px; background-color: rgba(0,0,0,0.5); z-index: 9999; font-size: 13px; font-weight: bold; box-sizing: border-box; text-align: left; opacity: 0; transition: opacity 0.2s;}
.album_info_sbj {color: #fff; margin-bottom: 20px; line-height: 1.5;}
.album_info_date {color: #fff;}
.album_list > li:hover .album_info {opacity: 1;}

/***** media board table *****/
.tbl_head th {font-size:15px !important; padding:7px 0 !important;}
.tbl_tr_cont td {font-size:14px !important; padding:7px 0 !important;}
.tbl_tr_noti td {font-size:14px !important; padding:7px 0 !important;}
.media_list_tit {font-size:14px !important; padding:7px 0 !important;}

/***** footer *****/
.footer {background-color: #4c4c4c;}
.foot_cont {position:relative; padding: 30px; text-align: center; color:#999;}
.foot_cont p {text-align: center; margin-bottom:0;}
.foot_copy {font-size: 14px; color: #999; line-height: 1.5;}
.bott_info_link {font-size: 14px; color: #999; line-height: 1.5;}
.bott_info_link:hover {border-bottom: 1px solid #999;}
.foot_menu_quick {position:absolute; top:26px; right:35px; text-align:right;}
.foot_menu_quick .link {display:inline-block; margin-left:20px; font-size:14px; color:#aaa;}
.foot_menu_quick i {display:block; padding-bottom:5px; font-size:50px; color:#fff;}
.foot_menu_quick .link:hover {color:#fff;}

/*** mobile ***/
/* mobile top menu */
.btn_mobi_menu {float: right; width: 70px; height: 60px; background: none; border: 0; cursor: pointer;}
.btn_mobi_menu > .line {display: block; width: 60%; height: 3px; margin: 0 auto 6px; background-color: #333; box-shadow: 1px 1px 1px rgba(0,0,0,0.2);}
.btn_mobi_menu > .line:last-child {margin: 0 auto;}

.gnb_mobi {clear: both; overflow-y:scroll; position: fixed; top: 0; right: -100%; width: 100%; height: 100%; padding: 22px; background-color: #262626; box-sizing: border-box; z-index: 9999999;}
.gnb_mobi_btn_cls {position: absolute; top: 0; right:0; width: 60px; height: 60px; box-sizing: border-box; cursor: pointer; background: none; border: 0;}
.gnb_mobi_btn_home {padding: 0; font-size: 25px; color: #d0d0d0; background: none; border: 0; cursor: pointer;}

.menu_user_mobi {padding: 20px 0 25px; margin-top: 15px; border-top: 3px solid #39aea7;}
.menu_user_mobi > .link {position: relative; padding-right: 12px; font-size: 16px; color: #fff; white-space: nowrap;}
.menu_user_mobi > .link:before {content: ''; position: absolute; top: 2px; right: 3px; width: 2px; height: 15px; background-color: #fff; opacity: 0.7;}
.menu_user_mobi > .link:last-child{padding-right: 0;}
.menu_user_mobi > .link:last-child:before {display: none;}

.menu_top_mobi_area .menu_list {}
.menu_top_mobi_area .menu_list > li {position: relative; box-sizing: border-box; color: #fff; cursor: pointer;}
.menu_top_mobi_area .menu_list > li > .link {display:block; padding: 10px 0; font-size: 16px; border-bottom: 1px solid #666; color:#fff;}
.menu_top_mobi_area .menu_list > li:last-child > .txt {display:block; border: 0;}
.menu_top_mobi_area .menu_list > li > i {position: absolute; top: 10px; right: 0; display: block;}
.menu_top_mobi_area .menu_list_scd {display: none; padding: 15px; box-sizing: border-box; font-size: 16px;}
.menu_top_mobi_area .menu_list_scd > li {padding: 7px 0;}
.menu_top_mobi_area .menu_list_scd > li > .link {color: #ccc; font-size:16px;}

.menu_top_mobi_area .menu_list_trd {}
.menu_top_mobi_area .menu_list_trd > li {position:relative; padding:15px 15px 0px 20px; box-sizing:border-box;}
.menu_top_mobi_area .menu_list_trd > li:before {content:''; position:absolute; top:22px; left:10px; display:block; width:4px; height:1px; background-color:#ccc;}
.menu_top_mobi_area .menu_list_trd > li > .link {color:#aaa;}

.menu_top_mobi_area .menu_list_frh > li {display:inline-block; margin:10px 10px 0px;}

.menu_top_mobi_area .link:hover {border-bottom:1px solid #fff;}

.gnb_mobi .link_hover:hover {opacity: 1; color: #fff;}
#banner-box {padding-bottom:20px;}

@media screen and (max-width:1200px) {
	.logo {padding: 8px 10px 5px; margin-top:9px;}
	.logo_img {width: 160px;}
	.logo_c_img {width:20px;}
	
	/* sermon */
	.main_sec01 {height:0; padding-bottom: 49.5%; background-color: #ccc;}
	.srm_cont {top: 55%; left: 0; margin-left: 0; text-align: center;}
	.srm_video_area {display: none;}
	.srm_tit:before {left: 50%; margin-left: -105px;}
	.banner_area {top:50%; left:50%; transform: translate(-50%,-50%)}
	.banner_slogan {font-size:3vw;}
	.banner_slogan_small {font-size:2vw;}

	/* quick menu */
	.menu_quick {height: auto;}
	.menu_quick_txt {font-size: 28px;}
	
	/* news */
	.news_area {float: none; width: 95%; margin: 0 auto 30px;}

	/* album */
	.album_area {float: none; width: 95%; margin: 0 auto;}
	.album_list > li {width: calc(33.33% - 10px); height: 0; padding-bottom: calc(91.66% / 3);}
	.album_list > li > .link {position: absolute; top: 0; left: 0;}
	
	/* footer */
	.foot_cont {padding:0; padding-top:115px; box-sizing: border-box;}
	.foot_copy {font-size: 13px;}
	.foot_menu_quick {left:0; right:0; text-align:center;}
	.foot_menu_quick  a {width:70px;}
	.bott_info_link {display: none;}
}

@media screen and (max-width:768px) {
	/* sermon */
	.main_sec01 {padding-bottom: 49.5%;}
	.srm_tit {font-size: 30px;}
	.srm_link {font-size: 16px;}
	
	/* quick menu */
	.menu_quick {height: 0; padding-bottom: 28%;}
	.menu_quick > li {font-size: 13px;}
	.menu_quick > li > .link {padding: 30px 0;}
	.menu_quick_txt {font-size:16px;}
	
	/* news */
	.main_sec03 {padding: 15px 0 30px;}
	.news_list > li {font-size: 13px;}
	
}

@media screen and (max-width:500px) {
	/* sermon */
	.srm_cont {top: 0; left: 0; margin: 0 auto; height: 100%; padding-top: 25px; box-sizing: border-box;}
	.srm_btn_video {margin-top: 15px; padding: 10px 35px;}
	.srm_tit {margin-bottom: 20px; font-size: 25px;}
	.srm_tit:before {bottom: -13px;}
	.srm_link {font-size: 13px;}
	
	/* quick menu*/
	.menu_quick {width: 100%; padding: 2px; height: 100px;}
	.menu_quick > li {position: static; top:auto; left: auto; right: auto; width: calc(20% - 4px); margin: 0 2px;}
	.menu_quick > li > .link {padding: 24px 0; box-sizing: border-box;}
	.menu_quick > li i {font-size: 25px;}
	.menu_quick_txt {font-size:13px;}

	/* news */
	.news_tit {font-size:14px; padding:10px 10px;}
}

@media screen and (max-width:450px) {
	.menu_quick_txt {font-size:11px;}
}

/********** sub page *********/
.main_sub {min-height: 600px; padding: 50px 0; box-sizing: border-box;}
/* top title */
.top_tit_area {height: 240px; background: url("../img/top/sub_top_bg.jpg") no-repeat; background-size: cover; text-align: center; color: #fff;}
.top_tit {position: relative; padding: 75px 0 30px; font-size: 38px; text-shadow: 1px 1px 1px rgba(0,0,0,0.3);}
.top_tit:before {content: ""; display: block; position: absolute; bottom: 15px; left: 50%; margin-left: -35px; width: 70px; height: 1px; background-color: #fff; opacity: 0.5;}
.top_tit_eng {text-transform: uppercase; font-size: 14px;}

/* left menu */
.lnb {float: left; width: 230px;}
.menu_left_tit {padding: 30px 0; font-size: 25px; font-weight: bold; color: #fff; background-color: #39aea7; border: 1px solid #39aea7; text-align: center;}
.menu_left {text-align: left;}
.menu_left > li {border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.menu_left > li > .link {position:relative; display: block; padding: 16px 16px; font-size: 18px; color: #333; box-sizing:border-box;}
.menu_left > li > .link:before {content:'+'; position:absolute; top:16px; right:16px; display:block;}
.menu_left > li > .link.active:before {content:'-'; position:absolute; top:16px; right:16px; display:block;}
.menu_left > li > .link:hover {background-color: #eee; font-weight: bold;}
.menu_left > li > .link.hover {background-color: #eee; font-weight: bold;}
.menu_left > li > .link.active {background-color: #eee; font-weight: bold;}
.menu_left_trd {display:none; padding: 20px 30px; background-color:#fbfbfb; box-sizing:border-box;}
.menu_left_trd.active {display:block;}
.menu_left_trd > li {}
.menu_left_trd > li > .link {display:block; padding:10px 0;}
.menu_left_trd > li > .link:hover {color:#333; font-weight:bold;}
.menu_left_frh {}
.menu_left_frh > li {}
.menu_left_frh > li > .link {position:relative; display:block; padding:5px 15px; box-sizing:border-box;}
.menu_left_frh > li > .link:before {content:''; position:absolute; top:12px; left:5px; display:block; width:4px; height:1px; background-color:#666;}
.menu_left_frh > li > .link:hover {color:#333; font-weight:bold;}
.menu_left li a.link.str {font-weight:bold;}

/* main */
.main_sub_cont {float: right; width: 890px; box-sizing: border-box;}
#solution_title_comm {position: relative !important; height:auto !important; padding: 30px 0 !important; margin: 0 !important; font-size: 35px !important; color: #333 !important; line-height:1 !important; }
#solution_title_comm a {line-height:1 !important; }
#solution_title_comm:before {content: ''; display: block; position: absolute; top: 0; left: 0; width: 40px; height: 3px; background-color: #333;}

@media screen and (max-width:1200px){
	.main_sub {padding:0 5px;}
	.lnb {display:none;}
	.main_sub_cont {float:none; width:100%;}
	#solution_title_comm {padding-bottom:0 !important; font-size: 22px !important; min-height:auto;}
	#solution_title_comm:before {display:none;}

	.top_tit_area {height:90px;}
	.top_tit {padding: 35px 0px 0px 0px; font-size:22px;}
	.top_tit:before {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;}
.weekly_100 {width:100% !important;}
.shichal_100 {width:100% !important;}
.work_100 {width:100% !important;}

@media screen and (max-width:1200px) {
	.m_resize {width:100% !important; height:auto !important;}
}

/* 서브페이지 */
.sub_page_tit {font-size:30px; height:80px; color:#333; font-weight:600; font-family:"맑은 고딕", Malgun Gothic; line-height:90px;}
.sub_wrap {min-height:calc(987px - 57px);}
.next_title { margin-bottom:23px;}
.next_photo { float:left; width:395px; }
.next h2 { line-height:50px; border-bottom:1px solid #666; margin-bottom:20px; font-size:14px; color:#666; }
.next h2 > a { font-size:14px; color:#666; }
.next_board { float:left; width:322px; margin-left:30px }
.next_photo-ul { width:100%; }
.next_photo-ul:after {content:" "; display:block; clear:both;}
.next_photo-ul > li { float:left; width:33.33333%; text-align:left; margin:0 0 24px 0; font-size:12px; color:#939393; line-height:18px; }
.next_photo-ul > li > img { margin-bottom:10px; }
.next_photo-ul > li > a { font-size:12px; color:#666;  height:89px; }
.next_photo-ul > li > a > img {height:89px;}

.next_photo-ul2 { width:100%; }
.next_photo-ul2:after {content:" "; display:block; clear:both;}
.next_photo-ul2 > li { float:left; width:45%; text-align:left; margin:0 0 23px 15px; font-size:12px; color:#939393; line-height:18px; }
.next_photo-ul2 > li > img { margin-bottom:10px; }
.next_photo-ul2 > li > a { font-size:12px; color:#666;  height:89px; }
.next_photo-ul2 > li > a > img {height:89px;}

.next_photo h2 > a {text-decoration:none;}
.next_board h2 > a {text-decoration:none;}
.next_board-ul { width:100%; }
.next_board-ul:after {content:" "; display:block; clear:both;}
.next_board-ul > .float-l { float:left; width:75%; font-size:12px; color:#666;}
.next_board-ul > .float-r { float:right; width:25%; font-size:12px; color:#939393; }
.next_board-ul > li { line-height:24px; }
.next_board-ul > li > a { font-size:12px; color:#666;  }
