/******** common ********/
.wrap {overflow: hidden; position: relative; width: 100%; font-family: 'NotoSansKR', serif; color: #333;}
.pc_area {display: block;}
.mobi_area {display: none;}
.cont_size {width: 1200px; margin: 0 auto;}
.pc_hide {display:none;}

@media screen and (max-width:1200px) {
	.wrap .cont_size {width: 100%;}
	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
	.pc_hide {display:block;}
}

/******** header ********/
.header {width: 100%; font-weight: 300; background-color:#000;}
.header_cont {display: flex; justify-content: space-between; position: relative; height: 50px; padding: 15px 0; color: #fff; z-index: 9999;}

/* logo */
.logo {}
.logo .logo_img {}

/* header cont */
.header_cont_menu {display: flex; flex-direction: column; justify-content: space-between; width: calc(100% - 300px);}

/* user menu */
.menu_user {display: flex; justify-content: flex-end;}
.menu_user > li {margin-left: 1em;}
.menu_user > li:first-of-type {margin-left: 0;}
.menu_user > li > .link {color: rgba(255,255,255,.7); font-size: 14px;}
.menu_user > li:hover > .link {color: #c4a870;}
.menu_user > li > .link > i {vertical-align: middle;}

/* top menu */
.menu_top_area {}
.menu_top {}
.menu_top_fst_area {}

.menu_top_area .menu_top_fst {display: flex; justify-content: flex-end; position: relative;}
.menu_top_fst > li {margin-left: 4em; word-break: keep-all;}
.menu_top_fst > li.list_align01 {position:relative;}
.menu_top_fst > li:first-of-type {margin-left: 0;}
.menu_top_fst > li > .link {position: relative; display: block;}
.menu_top_fst > li:hover > .link {color: #c4a870;}

.menu_top_area .menu_top_scd {display: none; position: absolute; line-height: 58px; z-index: 9;}
.menu_top_scd.list_align02 {left: 50%; transform: translateX(-50%);}
.menu_top_scd.list_align03 {right:0;}
.menu_top_area .menu_top_fst > li:hover .menu_top_scd {display: flex;}
.menu_top_scd > li {position: relative; display: inline-block; width: auto; padding:0 1em;}
.menu_top_scd > li:first-of-type {padding-left:0;}
.menu_top_scd > li:last-of-type {margin-right:0;}
.menu_top_scd > li > .link {display: flex; align-items: center; width: max-content; font-size: 14px; color: rgba(255,255,255,0.8);}
.menu_top_scd > li:hover > .link {color: #c4a870;}
.menu_top_scd > li > .link i {margin-left:5px;}

.menu_top_trd {display: none; position: absolute; top: 47px; padding: 1em; background-color: rgba(0,0,0,0.5); font-size: 14px; box-shadow:1px 1px 2px rgba(0,0,0,0.3);}
.menu_top_trd.show {display: block;}
.menu_top_trd > li {line-height: 1;}
.menu_top_trd > li > .link {display: block; color:#fff;}
.menu_top_trd > li > .link:hover {color: #FCA854;}

.menu_top_scd_bg {display: none; position: absolute; top: 80px; width: 100%; height: 32px; background: rgba(34,34,34,0.8); z-index: 9;}

@media screen and (max-width: 1200px) {
	.header_cont {display: inherit; height: 70px; box-sizing: border-box;}
	.logo {float:left; padding-left: 15px;}
	.header_cont_menu {float:right; width: 100%;}
}

/******** main ********/
.banner_area {position: relative; width: 100%; height: 0; padding-bottom: 30.2%;}
.banner_cont {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.banner_cont > img {width: 100%; height:100%;}

/* section 01 */
.main_sec01 {padding:2em 0; background:url('../img/body/sec01_bg.jpg') no-repeat top center #333;}
.main_sec01_cont {display: flex; justify-content: space-between; align-items: center; }

.main_sec01_left {display: flex; justify-content: space-between; align-items: center; width:calc(100% - 280px);}
.main_sec01_btn {display: block; position: relative; width: 150px; height: 150px; color:#e8c888; border: 1px solid #e8c888; border-radius: 50%;}
.main_sec01_btn:hover {box-shadow: 0px 2px 5px #e8c888;}
.main_sec01_btn > .txt {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 14px; word-break: keep-all; text-align: center;}
.main_sec01_btn > .txt > img {display: block; margin: 0 auto 15px;}

.main_sec01_info {width: calc(100% - 180px); color:#fff;}
.main_sec01_info > .sbj {overflow:hidden; width:100%; margin-bottom: 0.5em; font-weight: 600; font-size: 2.2rem; text-overflow:ellipsis; white-space: nowrap; word-wrap:normal;}
.main_sec01_info > .sbj:hover {color: #c4a870;}
.main_sec01_info > .body {overflow:hidden; width:100%; margin-bottom: 2em; font-size: 1.4rem; text-overflow:ellipsis; white-space: nowrap; word-wrap:normal;}
.main_sec01_info > .info {font-size: 1.6rem;}
.main_sec01_info > .info > .txt {display:inline-block;}
.main_sec01_info > .info > .txt.name {margin-right:1em;}

.main_sec01_right {max-width: 250px;}
.main_sec01_right > img {width:100%;}

.main_sec01_more {display:none; padding: 1.5em 0; background:#222; text-align: center;}
.main_sec01_more > .link {color: #e8c888;}

@media screen and (max-width:768px) {
	.main_sec01 {padding:2em 0 0;}
	.main_sec01_cont {flex-direction: column; margin-bottom: 1em; padding: 0 2em; box-sizing: border-box;}
	.main_sec01_left {justify-content: flex-start; flex-direction: column; width: 100%; margin-bottom: 2em;}
	.main_sec01_btn {width: 100%; height: auto; margin-bottom: 1em; border:none; border-radius: 0;}
	.main_sec01_btn:hover {box-shadow: none;}
	.main_sec01_btn > .txt {position: static; font-size:16px; text-align: left; transform: none;}
	.main_sec01_btn > .txt > img {display:none;}
	.main_sec01_info {width:100%;}
	.main_sec01_right {width:100%; max-width:100%;}
	.main_sec01_more {display:block;}
}

/* section 02 */
.main_sec02 {padding: 3em 0 0;}
.main_sec02_msg {margin-bottom: 2em; padding: 2em 0 1em; text-align: center;}
.main_sec02_msg > .eng {margin-bottom:1em; color:#c4a870; font-size: 13px;}
.main_sec02_msg > .kr {position:relative; font-weight: 600; font-size: 3rem;}
.main_sec02_msg > .kr:after {content:""; position:absolute; left: 50%; bottom: -20px; width: 50px; height: 3px; background:#e8c888; transform: translateX(-50%);}

.main_sec02_cont {padding:3em 0;  background:url('../img/body/sec02_bg.jpg') no-repeat center; background-size:cover;}
.main_sec02_area {position: relative; width: 95%; margin: 0 auto;}
.main_sec02_area.sec02_cont_news {margin-bottom: 3em;}
.main_sec02_area > .tit {position:relative; margin-bottom: 1em; padding-left: 80px; color:#fff;}
.main_sec02_area > .tit:hover {color:#e8c888;}
.main_sec02_area > .tit:before {content:""; position:absolute; left:0; top:50%; width:70px; height:1px; background:#e8c888; transform: translateY(-50%);}
.main_sec02_area .cont_list {}
.main_sec02_area .cont_list > li {padding: 2em; background: #fff; border: 3px solid transparent; border-radius: 5px; box-sizing: border-box;}
.main_sec02_area .cont_list > li:hover {border: 3px solid #e8c888;}
.main_sec02_area .cont_list > li .link {display:block; width:100%; height:100%;}
.main_sec02_area .cont_list > li .sbj {display:block; overflow:hidden; width:98%; margin-bottom: 1em; padding-bottom: 1em; font-weight: 600; font-size: 1.8rem;text-overflow:ellipsis; white-space: nowrap; word-wrap:normal; border-bottom: 1px solid #ccc;}
.main_sec02_area .cont_list > li .info {display:block;}
.main_sec02_area .cont_list > li .info > .txt {display:inline-block; color: #555; font-weight: 500;}
.main_sec02_area .cont_list > li .info > .txt.name {margin-right:1em;}
.main_sec02_area .swiper-pagination {top: 0; right: 0;}
.main_sec02_area .swiper-button-next {right: -35px; top:60%;}
.main_sec02_area .swiper-button-prev {left: -35px; top:60%;}
.main_sec02_area .swiper-pagination-bullet-active {background:url('../img/body/sec02_dot.png');}
.main_sec02_area .swiper-button-next, 
.main_sec02_area .swiper-container-rtl .swiper-button-prev {background:url('../img/body/sec02_next.png') no-repeat; background-size: contain;}
.main_sec02_area .swiper-button-prev, 
.main_sec02_area .swiper-container-rtl .swiper-button-next {background:url('../img/body/sec02_pre.png') no-repeat; background-size: contain;}
.swiper-pagination-bullet {margin: 0 3px;}

@media screen and (max-width:1200px) {
	.main_sec02_area .swiper-button-next, .main_sec02_area .swiper-container-rtl .swiper-button-prev {display:none;}
	.main_sec02_area .swiper-button-prev, .main_sec02_area .swiper-container-rtl .swiper-button-next {display:none;}
}
@media screen and (max-width:768px) {
	.main_sec02 {padding: 1em 0 0;}
	.main_sec02_msg > .kr {font-size: 2.2rem;}
	.main_sec02_cont {padding: 3em 2em; box-sizing: border-box;}
	.main_sec02_area {width:100%;}
	.main_sec02_area .cont_list > li .sbj {font-size: 1.6rem;}
	.main_sec02_area .cont_list > li .info {font-size: 1.4rem;}
}

/* section 03 */
.main_sec03 {padding: 3em 0; background:url('../img/body/sec03_bg.jpg') no-repeat center; background-size:cover;}
.main_sec03_cont {}
.main_sec03_msg {margin-bottom: 2em; padding: 2em 0 1em; text-align: center;}
.main_sec03_msg > .eng {margin-bottom:1em; color:#c4a870; font-size: 13px;}
.main_sec03_msg > .kr {position:relative; font-weight: 600; font-size: 3rem;}
.main_sec03_msg > .kr:after {content:""; position:absolute; left: 50%; bottom: -20px; width: 50px; height: 3px; background:#e8c888; transform: translateX(-50%);}

.main_sec03_list {margin-bottom: 3em;}
.main_sec03_list > li {float:left; width: calc((100% - 6%) / 4); margin-right:2%;}
.main_sec03_list > li:last-of-type {margin-right:0;}
.main_sec03_list > li .link {}
.main_sec03_list > li .link .img {position:relative; width:100%; height: 0; margin-bottom: 1em; padding-bottom: 71.42%;}
.main_sec03_list > li .link .img:hover {box-shadow: 0px 2px 5px #555;}
.main_sec03_list > li .link .img img {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.main_sec03_list > li .link .info {}
.main_sec03_list > li .link .info .sbj {display:block; overflow:hidden; width:98%; margin-bottom: 5px; font-weight: 500; text-overflow:ellipsis; white-space: nowrap; word-wrap:normal; line-height: 1.5;}
.main_sec03_list > li:hover .link .info .sbj {font-weight: 900;}
.main_sec03_list > li .link .info .date {color: #888; font-size: 14px;}

.main_sec03_quick {display: flex; justify-content: space-between;}
.main_sec03_quick > li {width: 32%; padding: 1.5em; border: 1px solid #cdc6ba; background: rgba(255,255,255,0.4);}
.main_sec03_quick > li:hover {border: 1px solid #e8c888; box-shadow: 0px 0px 2px #e8c888;}
.main_sec03_quick > li .link {display: flex; justify-content: space-between; align-items: center;}
.main_sec03_quick > li .link i {max-width: 35px; color:#c4a870; font-size: 3rem;}
.main_sec03_quick > li .link .txt {display: flex; justify-content: space-between; align-items: center; width: calc(100% - 50px); font-weight: 600; font-size: 2rem;}
.main_sec03_quick > li .link .txt .more {color:#917439; font-weight: 400; font-size:13px;}
.main_sec03_quick > li .link .txt .more img {display: inline-block; margin-left: 10px; vertical-align: middle;}

@media screen and (max-width:1200px) {
	.main_sec03_list > li {width: calc((100% - 60px) / 3); margin-right:30px;}
	.main_sec03_list > li:nth-of-type(3) {margin-right:0;}
	.main_sec03_list > li+li+li+li {display:none;}
	.main_sec03_quick > li .link .txt .more {display:none;}
}
@media screen and (max-width:768px) {
	.main_sec03 {padding: 2em 0;}
	.main_sec03_cont {padding: 0 2em; box-sizing: border-box;}
	.main_sec03_msg {padding: 1em 0 1em;}
	.main_sec03_msg > .kr {font-size: 2.2rem;}
	.main_sec03_list > li {width: calc((100% - 15px) / 2); margin-right:15px;}
	.main_sec03_list > li:nth-of-type(2) {margin-right:0;}
	.main_sec03_list > li+li+li {display:none;}
	.main_sec03_quick > li {padding: 10px 5px;}
	.main_sec03_quick > li .link {flex-direction: column;}
	.main_sec03_quick > li .link i {margin-bottom: 7px;}
	.main_sec03_quick > li .link .txt {width: auto; font-size: 1.4rem; text-align: center;}
}


/******** side bar ********/
.main_side_bar {position: fixed; right: 0; bottom: 40%; width: 125px; z-index: 9;}
.main_side_bar > .link {display: block; margin-bottom: 1em; padding-bottom: 1em; color:#555; border-bottom: 1px solid #555;}
.main_side_bar > .link:hover {color:#fff; text-shadow: 0px 0px 2px #000; border-bottom: 1px solid #fff;}

/* °ü¸®ÀÚ ¹è³Ê */
#banner_roll_area {margin:1em 0;}

/******** footer ********/
.footer {background-color: #222;}
.footer_cont {padding: 2em 0;}
.btn_copy {margin-bottom: 1em; padding-bottom: 1em; border-bottom:1px solid #4a4a4a;}
.btn_copy .bott_info_link {display: inline-block; margin-right: 1em; color:#888;}
.btn_copy .bott_info_link:hover {color:#fff;}

.copy_info {}
.copy_txt {color:#8a8a8a; font-size: 14px; line-height: 1.4;}
.copy_txt.small {font-size: 14px;}
.copy_txt .f_emph {color: #aaa; font-weight:600; font-size:16px;}



@media screen and (max-width:1200px) {
	.footer_cont {padding: 1em; box-sizing: border-box;}
}

/******** mobile ********/
.btn_sand_mobi {position: absolute; top: -47px; right: 1em; width: 35px; height: 28px; padding: 0; box-sizing: border-box; background: none; border: 0; cursor: pointer;}
.top_menu_mobi_btn_cls {position: absolute; top: 18px; right: 1em; padding: 0; box-sizing: border-box; background: none; border: 0; cursor: pointer;}
.btn_sand_mobi i, .top_menu_mobi_btn_cls i {color:#fff; font-size: 4rem;}


/* top menu mobile */
.wrap .menu_top_mobi {position: absolute; top: -63px; right: -100%; width: 100%; background-color: #111; box-sizing: border-box; box-shadow: 0px 3px 5px rgba(0,0,0,0.5); z-index: 99999999;}
.menu_top_mobi_logo {position: absolute; top: 10px; left: 1em; display: inline-block; width: 250px;}
.menu_top_mobi_logo > .link {display: block;}
.menu_top_mobi_logo .logo_img {display: block; max-width: 100%;}

.menu_top_fst_mobi {margin-top: 70px; padding: 0 6%; border-top: 1px solid #727272; color: #fff; box-sizing: border-box;}
.menu_top_fst_mobi > li {cursor: pointer;}
.menu_top_fst_mobi > li {border-bottom: 1px solid #727272;}
.menu_top_fst_mobi > li > .txt {position: relative; display: block; padding: 20px 1em; font:400 2rem NotoSansKR, serif;}
.menu_top_fst_mobi > li > .txt:hover {background-color: #727272;}
.menu_top_fst_mobi > li > .txt .icon_arw {position: absolute; top: 50%; right: 6%; transform: translateY(-50%); font-size: 14px; opacity: 0.3;}
.menu_top_fst_mobi > li > .txt .icon_arw.active {transform: translateY(-50%) rotate(90deg); opacity: 1;}

.menu_top_scd_mobi {display: none; padding: 1em 0 2em; border-top: 1px solid #4c4c4c;}
.menu_top_scd_mobi > li {}
.menu_top_scd_mobi > li > .link {display: block; padding: 10px 6%; font-size: 17px; color: #fff; opacity: 0.6;}
.menu_top_scd_mobi > li > .link:hover {background-color: #333;}

.menu_top_trd_mobi {}
.menu_top_trd_mobi > li {}
.menu_top_trd_mobi > li > .link {position: relative; display: block; padding: 10px calc(6% + 20px); font-size: 15px; opacity: 0.6;}
.menu_top_trd_mobi > li > .link:hover {color:#fff; background-color: #333;}
.menu_top_trd_mobi > li > .link:before {content: ''; position: absolute; top: 50%; left: 7%; display: block; width: 8px; height: 1px; background-color: #999; transform: translateY(-50%);}

.menu_user_mobi {display: flex; justify-content: center; align-items: center; padding: 2em; font-size: 14px; color: #ccc; box-sizing: border-box;}
.menu_user_mobi > .link {padding: 0 1em; font-size: 2rem;}
.menu_user_mobi > .link:hover {font-weight:600;}

/* footer mobile */
.footer_btn_area {width: 100%; margin-bottom: 10px; text-align: center; font-size: 14px;}
.footer_btn_area > .link {display: inline-block; width: 100px; padding: 5px 15px; border-radius: 20px; border: 1px solid #ccc; color: #999;}
.footer_btn_area > .link:first-of-type {margin-right: 10px;}

/******** top (sub) ********/
.main.sub {background: url(../img/top/sub_cont_bg.jpg) no-repeat top; background-size: cover;}
.main_sub_cont {min-height: 600px;}

/* sub top */
.sub_top_tit_area {height: 0; margin-bottom: 2em; padding-bottom: 12.39%; background: url('../img/top/sub_top_bg.png') bottom center no-repeat; background-size: cover; text-align: center;}
.sub_top_tit_area .tit {font-size: 30px; font-family: 'NotoSerifKR', serif; line-height: 107px;}

.menu_slct_scd_swiper .swiper-button-next {display:block; right: 2px; background-image: url(../img/top/sub_top_arrow_r.png); background-size: auto;}
.menu_slct_scd_swiper .swiper-button-prev {display:block; left: 2px; background-image: url(../img/top/sub_top_arrow_l.png); background-size: auto;}
.menu_slct_trd_swiper .swiper-button-next {display:block; right: 2px; background-image: url(../img/top/sub_top_arrow_r.png); background-size: auto;}
.menu_slct_trd_swiper .swiper-button-prev {display:block; left: 2px; background-image: url(../img/top/sub_top_arrow_l.png); background-size: auto;}

@media screen and (max-width:768px) {
	.sub_top_tit_area {margin-bottom: 0;}
	.sub_top_tit_area .tit {line-height: 70px; font-size: 22px;}
}

/* sub select menu */
.menu_slct_area {}
.menu_slct_cont  {}
.menu_slct.menu_slct_fst {display:none}
.menu_slct {position: relative; height: 50px; padding: 0 80px 0 20px; box-sizing: border-box; border-right: 1px solid #e4e4e4; cursor: pointer;}
.menu_slct .txt_slcted {position: relative; line-height: 50px; font-size: 15px; color: #555; text-align: left; z-index: 99;}
.menu_slct .icon_arw {position: absolute; top: 50%; right: 15px; color: #ccc; font-size: 12px; transform: translateY(-50%); z-index: 9;}
/*.menu_slct:hover {background-image: linear-gradient(120deg, #18315a 0%, #2a658d 100%);}*/
.menu_slct:hover .txt_slcted {color: #fff;}
.menu_slct:hover .icon_arw {color: #fff;}
.menu_slct_scd_swiper {position: relative; background: #a68f8e;}
.menu_slct.menu_slct_scd {width: calc(100% - 4em) !important; margin: 0 auto;}
.menu_slct.menu_slct_scd .menu_slct_list {background-color: #ddd;}
.menu_slct_list > li {width:25%; background-color: #ddd; color:#808080; text-align: center;}
.menu_slct_list > li > .link {display: block; height: 50px; box-sizing: border-box; line-height: 50px; font-size: 14px;}
.menu_slct_list > li > .link > i {margin-left: 5px;}
.menu_slct_trd_swiper {display:none; position: relative; background: #294f82;}
.menu_slct_trd_swiper.active {display:block;}
.menu_slct.menu_slct_trd {width: calc(100% - 4em) !important; margin: 0 auto;}
.menu_slct.menu_slct_trd.active {display:block;}
.menu_slct.menu_slct_trd .menu_slct_list {background-color: #ddd;}

@media screen and (max-width:1200px) {
  .menu_slct_area .btn_home {width: 40px; height: 40px; font-size: 15px;}
  .menu_slct {padding:0;}
  .menu_slct .txt_slcted {overflow: hidden; line-height: 40px; font-size: 14px; text-overflow: ellipsis; white-space: nowrap;}
  .menu_slct .icon_arw {right: 8px;}
}

/* sub page */
.main_sub_cont .content {display: flex; justify-content: space-between; padding: 0 0 50px; background: rgba(255,255,255,0.8);}
.main_sub_cont .content > .sub_menu_left {width: 200px; }
.main_sub_cont .content > .sub_menu_left .left_tit {margin-bottom: 10px; padding: 1.5em; font-size: 2rem; text-align: center; color:#000; background: url(../img/top/left_top_bg.png); background-size: cover;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd {color:#333;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li {padding: 1em; border-top: 1px solid #edd3a0; border-right: 1px solid #edd3a0; border-left: 1px solid #edd3a0;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li:last-of-type {border-bottom: 1px solid #edd3a0; }
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li > .link {display: flex; justify-content: space-between;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li > .link i {color:#c4a870;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li:hover > .link {font-weight: 600;}
.main_sub_cont .content > .sub_menu_left .menu_left_scd > li.active {background:#dddddd;}
.menu_left_has_trd {position:relative;}
.menu_left_has_trd i {position:absolute; top:0; right:6px; color:#666; font-size:12px;}
.menu_left_trd {display:none; margin-top: 1em;}
.menu_left_trd.active {display:block;}
.menu_left_trd > li {}
.menu_left_trd > li > .link {display: block; padding: 1em 1.5em; color: #bf958a; font-size: 1.4rem; border-bottom: 1px solid #ccc;}
.menu_left_trd > li:last-of-type > .link {border-bottom: 1px solid transparent;}
.menu_left_trd > li:hover > .link {color: #bd6a55; font-weight:600;}
.main_sub_cont .content > .main_cont_sub {width: 950px; min-height: 500px; padding-top: 2em;}



#solution_title_comm {margin-bottom: 20px !important; padding: 0 !important; font-family: "NanumGothic"; font-weight: 300 !important; font-size: 30px !important; color: #333 !important; line-height: 30px !important;}
#solution_title_comm * {height: 30px !important; margin-bottom: 20px !important; padding: 0 !important; font-family: "NanumGothic"; font-weight: 300 !important; font-size: 30px !important; color: #333 !important; line-height: 30px !important;}
#solution_title_comm .top_tit_img {height: auto !important;}

@media screen and (max-width:1200px) {
  .main_sub_cont {min-height: 450px;}
  .main_sub_cont .content {padding: 20px 10px; box-sizing: border-box;}
  .main_sub_cont .content .main_cont_sub {width: 100%;}
  #solution_title_comm {text-align: center !important; font-size: 25px !important;}
  #solution_title_comm * {text-align: center !important; font-size: 25px !important;}
}

/* ¹ÝÀÀÇü Å¬·¡½º */
.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;}

/* btn effect */
.blob-btn {
  z-index: 1;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  box-sizing:border-box;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 9px;
  top: 9px;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(0,0,0,0.0);
  transition: all 0.3s 0.2s;
}
.blob-btn:hover {}
.blob-btn:hover:before {}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url("#goo");
}
.blob-btn__blob {
  position: absolute;
  top: 0px;
  width: 35%;
  height: 100%;
  background: #999;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
  .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
  .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.65);
  }
}