﻿/******** common ********/
.wrap {overflow: hidden; position: relative; width: 100%; font-family: 'NotoSansKR', sans-serif; color: #333;}
.wrap .str {font-weight: 600;}
.pc_area {display: block;}
.mobi_area {display: none;}
.cont_size {width: 1200px; margin: 0 auto; box-sizing: border-box;}

@media screen and (max-width:1200px) {
	.wrap .cont_size {width: 100%;}
	.wrap .pc_area {display: none;}
	.wrap .mobi_area {display: block;}
}

/******** header ********/
.header {position: relative; width: 100%; height: 100px; margin-top: 1em; box-sizing: border-box;}
.header_cont {display: flex; align-items: center;}
.logo {flex: 1 1 auto; height: 100px; margin-right: auto;}
.logo .link {position: relative; display: block; height: 100%;}
.logo_img {position: absolute; top: 50%; left: 50; display: block; transform: translateY(-50%);}

@media screen and (max-width:500px) {
	.header {height: 60px;}
	.logo {height: 60px;}
	.logo_img {height: 80%;}
}

/* top menu */
.menu_top {}
.menu_top_fst {display: flex;}
.menu_top_fst > li {width: 180px;}
.menu_top_fst > li > .link {position: relative; display: block; width: 70%; height: 100px; line-height: 100px; font-size: 2rem; text-align: center;}
.menu_top_fst > li:hover > .link {color: #0c60b6;}
.menu_top_fst > li > .link:before {content: ''; position: absolute; top: 47%; left: 5px; display: block; width: 8px; height: 8px; background-color: #0c60b6; transform: rotate(0deg); transition: all 0.3s; opacity: 0;}
.menu_top_fst > li:hover > .link:before {left: -15px; color: #0c60b6; transform: rotate(135deg); opacity: 1;}
.menu_top_scd {overflow: hidden; position: absolute; top: 100px; left: 0; width: 100%; height: 0; background-color: #fff; transition: height 0.3s; box-sizing: border-box; z-index: 99999999;}
.menu_top_scd:hover {height: 300px; border-bottom:2px solid #eee;}
.menu_top_fst:hover+.menu_top_scd {height: 300px; border-bottom:2px solid #eee;}
.menu_top_scd > .cont_size {display: flex; justify-content: flex-end;}
.menu_top_scd_list {position: relative; width: 180px; padding-top: 25px;}
.menu_top_scd_list:before {content: ''; position: absolute; top: 0; left: 0; display: block; width: 70%; height: 2px; background-color: #0c60b6;}
.menu_top_scd_list > li {margin: 7px 0;}
.menu_top_scd_list > li > .link {position: relative; display: block; padding: 7px; color: #111; font-size: 1.5rem; font-weight:400; box-sizing: border-box;}
.menu_top_scd_list > li > .link:hover {color: #0c60b6;}
.menu_top_scd_list > li > .link:before {content: ''; position: absolute; top: 37%; left: 5px; display: block; width: 6px; height: 6px; background-color: #0c60b6; transform: rotate(0deg); transition: all 0.3s; opacity: 0;}
.menu_top_scd_list > li > .link:hover:before {left: -5px; transform: rotate(135deg); opacity: 1;}
.menu_top_trd {}
.menu_top_trd > li {margin-top: 7px;}
.menu_top_trd > li > .link {position: relative; display: block; padding-left: 7px; color: #666; font-size: 1.4rem; box-sizing: border-box;}
.menu_top_trd > li > .link:before {content: ''; position: absolute; top: 50%; left: 0; display: block; width: 4px; height: 1px; background-color: #999; transform: translateY(-50%);}
.menu_top_trd > li > .link:hover {color: #0c60b6;}
.menu_top_trd > li > .link:hover:before {}

@media screen and (max-width:768px) {
  .menu_top_trd > li > .link {padding-left: 1.5em;}
  .menu_top_trd > li > .link:before {left: 1em;}
}

/******** main ********/
.main {width: 100%;}

/* side menu */
.menu_side {position:fixed; top:600px; left:50%; margin-left:650px; z-index:9999;}
.main.sub .menu_side {top:300px;}
.menu_side_btn {display:flex; align-items:center; min-width:80px; padding:0 10px 0 0; margin-bottom:3px; border:0; background:#fff; border-radius: 30px; box-shadow:1px 1px 3px rgba(0,0,0,0.3);}
.menu_side_btn .icon {display:block; flex:0 0 30px; width:30px; height:30px; margin-right:10px; border:1px solid #fff; background-color:#368bf5; border-radius:100%; color:#fff; line-height:30px; text-align:center;}
.menu_side_btn .txt {font-size:1.2rem; font-weight:400; font-family: Gmarket, sans-serif;}
.menu_side_btn:hover {background:#368bf5;}
.menu_side_btn:hover .icon {background-color:#fff; color:#368bf5; border:1px solid #368bf5;}
.menu_side_btn:hover .txt {color:#fff;}
.menu_side_fst {}
.menu_side_fst > li {min-width:80px; padding-right:10px; margin-bottom:3px; background-color:#fff; border-radius: 30px; box-shadow:1px 1px 3px rgba(0,0,0,0.3);}
.menu_side_fst > li > .link {display:flex; align-items:center;}
.menu_side_fst > li > .link > .icon {display:block; flex:0 0 30px; width:30px; height:30px; margin-right:10px; border:1px solid #fff; background-color:#368bf5; border-radius:100%; color:#fff; line-height:30px; text-align:center;}
.menu_side_fst > li > .link > .txt {font-size:1.2rem;}
.menu_side_fst > li:hover {background:#368bf5;}
.menu_side_fst > li:hover > .link > .icon {background-color:#fff; color:#368bf5; border:1px solid #368bf5;}
.menu_side_fst > li:hover > .link > .txt {color:#fff;}

@media screen and (max-width:1500px) {
  .menu_side {top:auto; bottom:10px; left:auto; right:5px; margin:0;}
  .main.sub .menu_side {top:auto;}
}
@media screen and (max-width:1200px) {
  .menu_side_fst {display:none;}
}
@media screen and (max-width:768px) {
  .menu_side_btn {min-width:auto; padding:0;}
  .menu_side_btn .icon {margin:0;}
  .menu_side_btn .txt {display:none;}
}

/* banner */
.banner_area {position: relative; width: 100%; height: 0; padding-bottom: 24.73%;}
.banner_cont {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.banner_img {display: block; width: 100%;}

/* login */
.banner_login {position: absolute; top: 50%; right: 18.5%; width: 300px; padding: 2% 1%; transform: translateY(-50%); background-color: #368bf5; box-sizing: border-box; color: #fff; text-align: center; z-index: 99999;}
.banner_login .banner_login_cont {}
.banner_login .c_green {color: #6bdba0;}
.banner_login_tit {margin-bottom: 1em; font-size: 1.6rem; font-weight: 200; line-height: 1.2;}
.banner_login_tit .c_green {font-weight: 600;}
.banner_login .ipt_txt {width: 100%; margin-bottom: 4px; padding: 1em; font-size: 1.5rem; box-sizing: border-box; font-weight: 200; border: 1px solid #888;}
.banner_login .ipt_txt:focus {-webkit-tap-highlight-color: transparent; outline: none; -ms-touch-action: manipulation; touch-action: manipulation; border: 1px solid #f46f21;}
.banner_login .btn_login:hover {background-color: #f46f21; color: #fff;}
.banner_login_foot {display: flex; align-items: center; justify-content: space-between; font-size: 1.3rem;}
.banner_login_foot .link {position: relative;}
.banner_login_foot .link:before {content: ''; position: absolute; bottom: 0; left: 0; display: block; width: 0; height: 1px; background-color: #fff; transition: width 0.2s;}
.banner_login_foot .link:hover:before {width: 100%;}
.banner_login_foot .num {position: relative; display: inline-block; width: 20px; height: 20px; margin-left: 3px; background-color: #173249; color: #fff; border-radius: 100%; vertical-align: middle; font-size: 1rem; line-height: 22px; z-index: 99;}

.banner_login.before .banner_login_tit {font-size: 1.4rem;}
.banner_login .btn_login {width: 100%; padding: 0.8em 0; margin-top: 5px; margin-bottom: 18px; color: #fff; font-family: inherit; font-size: 1.7rem; font-weight: 600; border: 0; background-color: #3a5a81; transition: all 0.2s;} 
.banner_login .btn_down {display: block; width: 100%; padding: 0.7em 0 0.5em; margin-bottom: 10px; color: #fff; font-family: inherit; font-size: 1.6rem; font-weight: 400; border: 0; background-color: #83ace0; transition: all 0.2s;}
.banner_login .btn_down:hover {background-color: #3a5b81; color: #fff;}

.banner_login.after .banner_login_tit {margin-bottom: 3px;}
.banner_login_info {display: flex; justify-content: center; margin-bottom: 15px;}
.banner_login_info .link {display: block; margin: 0 1px; padding: 0.5em 0.9em; background-color: #386eaf; font-size: 1.2rem; transition: all 0.2s;}
.banner_login_info .link.modify {display: block; margin: 0 1px; background-color: #3a5b81;}
.banner_login_info .link.admin {background-color: #0b8065;}
.banner_login_info .link:hover {background-color: #fff; color: #3a5b81;}
.banner_login_menu {display: flex; flex-wrap: wrap; margin-bottom: 10px;}
.banner_login_menu > .link {display: block; flex: 1 1 45%; margin: 1px; padding: 1.1em 0 0.9em; background-color: #fff; color: #3a5b81; font-size: 1.4rem; font-weight: 600; border-radius: 3px;}
.banner_login_menu > .link:hover {background: linear-gradient(24deg, #386eaf 0%, #3a5b81 100%); color: #fff;}

@media screen and (max-width:1500px) {
	.banner_login {right:20px; padding: 10px;}
	.banner_login_menu > .link {padding: 5px 0;}
	.banner_login .ipt_txt {padding: 0.5em;}
}

@media screen and (max-width:1200px) {
	.banner_login {display: none;}
}

/* news */
.main_news_area {padding: 2.8% 0;}
.main_news_area:after {content: ''; display: block; clear: both;}
.main_news {float: left; width: calc((100% - 340px) / 2); height: 370px; padding: 35px 25px 0px 25px; margin-right: 20px; border: 1px solid #eee; box-sizing: border-box;}
.main_news_tit {position: relative; margin-bottom: 20px; font-size: 2.2rem; font-weight: 600; color: #0e62b2;}
.main_news_tit .link_more {position: absolute; top: 50%; right: 0; transform: translateY(-50%); display:block; color: #333; font-size: 1.4rem; font-weight: 400; transition: all 0.2s;}
.main_news_tit .link_more:hover {color: #0e62b2;}
.main_news_tit .link_more:before {content: ''; position: absolute; bottom: 0; left: 0; width: 0px; height: 1px; background-color: #0e62b2; transition: width 0.2s;}
.main_news_tit .link_more:hover:before {width: 100%;}
.main_news_list {padding-top: 20px; border-top: 3px solid #eee;}
.main_news_list > li {border-bottom: 1px solid #ddd;}
.main_news_list > li:last-of-type {border-bottom: 0;}
.main_news_list > li > .link {position: relative; display: flex; padding: 1.1em 0 0.8em; font-size: 1.6rem; font-family: 'NotoSansKR', sans-serif;}
.main_news_list > li > .link:hover {color: #0c60b6;}
.main_news_list > li > .link:before {content: ''; position: absolute; top: 48%; left: 5px; display: block; width: 6px; height: 6px; background-color: #0c60b6; transform: rotate(0deg); transition: all 0.3s; opacity: 0;}
.main_news_list > li > .link:hover:before {left: -10px; color: #0c60b6; transform: rotate(135deg); opacity: 1;}
.main_news_list > li > .link .txt {flex-basis: calc(100% - 90px); flex-grow: 1; flex-shrink: 1; overflow: hidden; font-weight: 600; text-overflow: ellipsis; white-space: nowrap;}
.main_news_list > li > .link .date {flex: 0 0 90px; margin-left: auto; color: #999; text-align: right;}

@media screen and (max-width:1200px) {
	.main_news_area {padding: 2%;}
	.main_news {width: calc(50% - 5px); height: auto; margin-right: 0; padding: 3%;}
	.main_news.notice {margin-right: 10px;}
	.main_news_list > li > .link {font-size: 1.4rem;}
}
@media screen and (max-width:768px) {
	.main_news {width: 100%; padding: 5%;}
	.main_news_tit {margin-bottom: 10px;}
	.main_news_list {padding-top: 10px;}
	.main_news.notice {margin-right: 0; margin-bottom: 10px;}
}

.main_quick {float: right; position: relative; width: 300px; height: 370px; box-sizing: border-box;}
.main_quick .link {position: absolute; left: 0; display: block; width: 100%; height: 32.5%; background-color: #ccc; transition: all 0.2s;}
.main_quick .link:hover {box-shadow: 3px 3px 5px rgba(0,0,0,0.7) inset; text-shadow: 5px 5px 1px rgba(0,0,0,0.4);}
.main_quick .link .txt {position: absolute; top: 50%; left: 0; display: block; width: 100%; padding-left: 1em; box-sizing: border-box; font-size: 2.3rem; transform: translateY(-50%); color: #fff; font-weight: 600;}
.main_quick .link:nth-child(1) {top: 0; background: url('../img/body/bg_quick01.jpg') center right no-repeat; background-color: #0b8065; background-size: auto 100%;}
.main_quick .link:nth-child(2) {top: 50%; transform: translateY(-50%); background: url('../img/body/bg_quick02.jpg') center right no-repeat; background-color: #f0858d; background-size: auto 100%;}
.main_quick .link:nth-child(3) {bottom: 0; background: url('../img/body/bg_quick03.jpg') center right no-repeat; background-color: #e73d7b; background-size: auto 100%;}

@media screen and (max-width:1200px) {
	.main_quick {float: none; display: flex; width: 100%; height: auto; margin-bottom: 2%; box-sizing: border-box;}
	.main_quick .link {position: relative; flex: 1 1 33%; height: 100px; word-break: keep-all; text-align: center;}
	.main_quick .link:nth-child(2) {margin: 0 3px; transform: none;}
	.main_quick .link .txt {position: absolute; padding: 0; font-size: 2rem; line-height: 1.2;}
}
@media screen and (max-width:500px) {
	.main_quick .link .txt {font-size: 1.5rem;}
}

/* site */
.main_site {background-color: #f6f6f6;}
.main_site > .cont_size {display: flex; padding: 1.4%; align-items: center;}
.main_site_tit {font-size: 2rem; font-weight: 600; color: #555;}
.main_site_list {display: flex; margin-left: auto;}
.main_site_list > .swiper-slide {}
.main_site_list > .swiper-slide > .link {display: block;}
.main_site_list_img {display: block; width:100%; max-width:176px; margin:0 auto; border: 1px solid #e9e9e9; transition: box-shadow 0.2s;}
.main_site_list > .swiper-slide > .link:before {content:''; position:absolute; top:0; left:0; display:block; width:100%; height:100%; box-shadow:3px 3px 3px rgba(0,0,0,0.4) inset; transition: all 0.2s; opacity:0;}
.main_site_list > .swiper-slide > .link:hover:before {opacity:1;}

.main_site .swiper-container {flex-basis:calc(100% - 200px); width:calc(100% - 200px); flex-grow:0; flex-shrink:1; margin-right:0;}
.main_site_navi {display:none; position:absolute; top:50%; left:-250px; width:240px; height:100%; align-items:center; justify-content:flex-end; padding-right:10px; transform:translateY(-50%); background-color:#f6f6f6; z-index:99;}
.main_site_navi .swiper-button-next,
.main_site_navi .swiper-button-prev {position:static; background:none; width:25px; height:25px; margin:0; background:#fff; opacity:1;}
.main_site .main_site_navi .swiper-button-next.swiper-button-disabled, 
.main_site .main_site_navi .swiper-button-prev.swiper-button-disabled {opacity:1; color:#eee;}
.main_site .main_site_navi .arw {width:25px; height:25px; border:1px solid #ececec; line-height:27px; color:#aaa; text-align:center; font-size:10px; background:#fff; cursor:pointer;}
.main_site .main_site_navi .arw:hover {background-color:#0e62b2; color:#fff;}
.main_site .main_site_navi .arw:hover .line {background-color:#fff;}
.main_site_navi_stop .line {display:inline-block; width:2px; height:7px; background-color:#aaa;}

@media screen and (max-width:1200px){
  .main_site_tit {position:relative; height:100%; background-color:#f6f6f6; z-index:999;}

  .main_site .swiper-container {overflow:inherit; flex-basis:calc(100% - 200px); width:calc(100% - 220px)}
  .main_site_navi {display:flex;}
}


/******** footer ********/
.footer {background-color: #303030;}
.footer_cont01 {padding: 15px 0; border-bottom: 1px solid #555;}
.footer_cont01 .cont_size {position: relative;}
.footer_cont01 .banner_webchurch {position: absolute; top: 50%; right: 150px; transform: translateY(-50%);}
.footer_cont01 .btn_scroll_top {position: absolute; top: 50%; right: 20px; display:inline-block; transform: translateY(-50%); width: 50px; height: 50px; border: 0; background:#368bf5; color: #fff; box-sizing: border-box; border: 1px solid #368bf5; transition: all 0.2s; text-align:center; line-height:50px;}
.footer_cont01 .btn_scroll_top:hover {background-color: #fff; color: #368bf5;}
.footer_copy {color: #999999;}
.footer_cont01 .bott_info_link {display: inline-block; padding: 5px 10px; margin-bottom: 15px; margin-right: 1em; border: 1px solid #999; color: #999; font-size: 1.3rem; border-radius: 3px;}
.footer_copy.small {font-size: 1.2rem; font-weight: 400;}
.footer_copy .str {display: block; font-size: 1.4rem; line-height: 1.5; font-weight: 400;}
.footer_copy .txt {display: inline-block; font-size: 1.4rem; line-height: 1.5; color: #777;}
.footer_copy .txt .c_gray {color: #555;}
.footer_cont02 {padding: 15px 0;}
.footer_cont02 .footer_copy {font-size: 1.4rem;}
.footer_cont02 .footer_copy .c_gray {color: #555;}

@media screen and (max-width:1200px) {
	.footer_cont01 {padding: 5%;}
	.footer_cont01 .banner_webchurch {position:static; padding-top:20px; transform:translateY(0%);}
	.footer_cont01 .btn_scroll_top {top:auto; bottom:5%; right:0; transform:translateY(0%);}
	.footer_cont01 .bott_info_link {display: none;}
	.footer_cont01 .footer_copy.small {display: none;}
	.footer_cont02 {display: none;}
	.footer_copy .str {display: block; font-size: 1.2rem;}
	.footer_copy .txt {display: block; font-size: 1.2rem;}
	.footer_copy br {display: none;}
}

/*** mobile ***/
.menu_top_sand {width: 50px; height: 50px; margin-right: 15px; border-radius: 100%; background-color: #368bf5; border: 0;} 
.menu_top_sand:hover {background-color: #3a5b81;}
.menu_top_sand .line {display: block; width: 25px; height: 1px; margin: 7px auto; background-color: #fff;}
.menu_top_mobi {overflow-y: scroll; position: fixed; top: 0; right: -100%; width: 50%; height: 100%; background-color: #368bf5; transition: right 0.3s; z-index: 99999999;}
.menu_top_mobi.show {right: 0;}
.menu_top_mobi::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #ffffff;
}
.menu_top_mobi::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: #ced4da;
}
.menu_top_mobi::-webkit-scrollbar-thumb:hover {
  background-color: #adb5bd;
}
.menu_top_mobi::-webkit-scrollbar-track {
  background: #ffffff;
}
.menu_top_mobi_bg {position: fixed; top: 0; right: 0; width: 100%; height: 0; background-color: rgba(0,0,0,0.5); transition: all 0.3s; opacity: 0; z-index: 99999999;}
.menu_top_mobi_bg.show {height: 100%; opacity: 1;}
.menu_top_mobi .btn_cls {position: absolute; top: 20px; right: 5px; width: 40px; height: 40px; background: none; border: 0;}
.menu_top_mobi .btn_cls .line {position: absolute; top: 50%; left: 8px; width: 23px; height: 1px; background-color: #fff; transform: translateY(-50%);}
.menu_top_mobi .btn_cls .line:first-of-type {transform: rotate(45deg) translateY(-50%);}
.menu_top_mobi .btn_cls .line:last-of-type {transform: rotate(-45deg) translateY(-50%);}
.menu_top_mobi_user {padding: 35px 30px;}
.menu_top_mobi_user > .link {padding: 0.5em; background-color: #386eaf; color: #fff; font-size: 1.5rem;}
.menu_top_mobi_user > .link.admin {background-color: #0b8065;}
.menu_top_mobi_user > .link.login {background-color: #3a5b81;}
.menu_top_mobi_fst {padding: 30px; color: #fff; box-sizing: border-box;}
.menu_top_mobi_fst > li {border-bottom: 1px solid rgba(255,255,255,0.2); cursor: pointer;}
.menu_top_mobi_fst > li > .txt {padding: 1em 0.3em; font-size: 2.3rem;}
.menu_top_mobi_fst > li > .txt:hover {text-shadow: 1px 1px 1px rgba(0,0,0,0.7);}
.menu_top_mobi_scd {display: none; background-color: #4a97f6; box-sizing: border-box;}
.menu_top_mobi_scd > li {}
.menu_top_mobi_scd > li > .link {display: block; padding: 1.5em;}
.menu_top_mobi_scd > li > .link:hover {background-color: #386eaf;}

@media screen and (max-width:768px){
	.menu_top_mobi {width: 330px;}
	.menu_top_mobi_user {padding: 30px;}
	.menu_top_mobi .btn_cls {top: 18px;}
	.menu_top_mobi_fst {padding: 20px;}
	.menu_top_mobi_fst > li > .txt {font-size: 2rem;}
	.menu_top_mobi_scd > li > .link {padding: 1em;}
}
@media screen and (max-width:500px){
	.menu_top_sand {width: 40px; height: 40px;}
}
@media screen and (max-width:350px){
	.menu_top_mobi {width: 300px;}
}

/*** sub ***/
.main_sub_cont {margin-bottom:30px;}
.main_sub_cont + .cont_size {min-height: 500px;}

.sub_top {display:none; position: relative; height: 180px; box-sizing: border-box; background: url('../img/top/bg_sub_top_fix.jpg') center center no-repeat; background-attachment:fixed; background-size: cover;}
.sub_top_tit {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #173249; font-size: 3.8rem;}
.main #solution_title_comm {display:none;}

@media screen and (max-width:1200px) {
	.sub_top {height: 100px;}
	.sub_top_tit {font-size: 2.5rem;}
}
@media screen and (max-width:768px) {
	.sub_top {height: 50px;}
	.sub_top_tit {font-size: 1.8rem;}
}

/* sub select menu */
.menu_slct_area {position:relative; top:0px; max-width:1200px; margin:0 auto; background:#368bf5; z-index:999998;}
.menu_slct_area .btn_home {float: left; width: 60px; height: 60px; font-weight:bold; font-size: 18px; color: #fff; box-sizing: border-box; text-align: center; border-right: 1px solid #73aef8; padding: 0px 0; line-height:60px;}
.menu_slct {float: left; position: relative; height: 60px; padding: 0 120px 0 20px; box-sizing: border-box; border-right: 1px solid #73aef8; cursor: pointer;}
.menu_slct .txt_slcted {position: relative; line-height: 60px; font-size: 15px; color: #fff; text-align: left; z-index: 9998;}
.menu_slct .icon_arw {position: absolute; top: 50%; right: 15px; color: #fff; transform: translateY(-50%); z-index: 9;}
.menu_slct:hover {}
.menu_slct:hover .txt_slcted {font-weight:bold;}
.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 #fff; background-color: #fff; border:1px solid #eee; 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:#6078EA;}
.menu_slct_list > li > .link {display: block; height: 35px; padding: 12px; box-sizing: border-box; font-size: 14px;}
.menu_slct_list .icon {display:none;}


@media screen and (max-width:1200px) {
  .menu_slct_area {top:0;}
  .menu_slct_area .btn_home {width: 40px; height: 40px; font-size: 15px; line-height:40px;}
  .menu_slct {width: calc((100% - 40px) / 3); height:40px; padding: 0 0px 0 20px;}
  .menu_slct .txt_slcted {overflow: hidden; line-height: 40px; font-size: 14px; text-overflow: ellipsis; white-space: nowrap;}
  .menu_slct .icon_arw {right: 8px;}
  .menu_slct_list > li > .link {height:auto; padding: 12px 0;}

  .sub_top_menu_tit_area {display:none;}
}

/* sboard fix */
.sboard_list_tbl .sboard_list_sbj {font-size: 16px;}
@media screen and (max-width:768px) {
  .sboard_list_tbl .sboard_list_sbj {font-size: 13px;}
}

/* 팝업 */
.new_site_pop {display:none; position:fixed; top:160px; left:50%; width:400px; background:url('../img/pop_top_bg.jpg') top center no-repeat; background-size:100% auto; background-color:#fff; box-shadow:1px 1px 10px rgba(0,0,0,0.7); transform:translateX(-50%); z-index: 10;}
.new_site_pop.show {display:block;}
.new_site_pop > .link {display:block; width:100%; padding:90px 20px 130px; background:url('../img/pop_bottom_bg.jpg') bottom center no-repeat; background-size:100% auto; box-sizing:border-box;}
.new_site_pop .tit {text-align:center; font-size:20px; font-weight:600; color:#2e4eb3;}
.new_site_pop .txt {font-size:13px; color:#333; line-height:1.5; word-break:keep-all;}
.new_site_pop .txt_caut {font-size:13px; color:#bc2727; line-height:1.5; word-break:keep-all;}
.new_site_pop .txt_link {display:block; width:100%; text-align:center; font-size:16px; color:#1f43de;}
.new_site_pop > .link:hover .txt_link {color:#1f70de;}
.new_site_pop .btn_cls {position:absolute; top:0; right:0; display:block; width:30px; height:30px; font-size:16px; text-align:center; line-height:15px; color:#fff; background:none; border:0; cursor:pointer;}
.new_site_pop .btn_cls:hover {color:#333;}
@media screen and (max-width:500px){
  .new_site_pop {top:100px; width:100%;}
}