@charset "utf-8";
@import url('/assets/fonts/NanumBarunGothic/nanumbarungothic.css'); /* 200,300,400,700 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');


/* ================================================ */
/*                  Global default                  */
/* ================================================ */
html { margin: 0; }
body { font-family: 'Open Sans', 'Nanum Barun Gothic', sans-serif; color:#3c3c3c; }
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, p, blockquote, th, td { margin:0; padding:0; font-weight:normal; }
section, article, aside, footer, header, nav, hgroup { display: block; }
p, pre,ul, ol, dl, dd, blockquote, address, table, fieldset, form { margin-bottom: 0; }
a, a:link, a:visited, a:hover, a:active, a:focus { text-decoration: none; }
a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.10) !important; }
img { max-width: 100%; height: auto; }
label { user-select: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; }
ul { padding: 0; list-style: none; }
canvas { position: relative; z-index: 2; }
fieldset legend { overflow: hidden; font-size: 0; line-height: 0; border: none; }
::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999;}
h2 { font-family: 'NotoSansKRLight', sans-serif; font-size: 3rem; line-height: 4rem; font-weight: bold; }
p { word-break: keep-all; }



/*********************************************
** Layout
**********************************************/
.wrapper { position: relative; width:100%; min-width:360px; margin:auto; min-height: 100vh; }
.body-wrapper { padding: 80px 0 250px; }
.body-wrapper.idx-main { padding-top: 0px; padding-bottom: 100px; }
.container { width:100%; max-width:1200px; }
section { margin-bottom: 80px; }
/* section.contents-layout { display: grid; grid-gap: 10px; grid-template-columns: auto 300px; grid-template-areas: "page snb" }
section.contents-layout > section.page { grid-area: page; }
section.contents-layout > aside.snb { grid-area: snb; background:#f7f7f7; } */

/* profiler */
.profiler { display: none; }
.profiler { margin-top:20px; padding:10px; border:2px solid #e1e1e1; background:#fff; word-break:break-all; word-wrap: break-word; }
.profiler table { border:2px solid #444; width:100%; margin-bottom:20px; }
.profiler table > thead > tr > th { padding:3px; color:#fff; text-align:center; background:#444; }
.profiler table > tbody > tr { border-bottom:1px solid #e4e4e4; }
.profiler table > tbody > tr > th { padding:3px; }
.profiler table > tbody > tr > td { padding:3px; font-size:12px; }
.profiler table > tbody > tr:nth-child(odd) { background:#fff; }
.profiler table > tbody > tr:nth-child(even) { background:#f9f9f9; }
.profiler h4 { margin-bottom:0; }

/* hidden frame */
.fs-frame { display:none; }
.fs-frame #execute_frame { width:0; height:0; }

/* bootstrap nav tab custom */
.modal-content .modal-header { padding:10px; }
.modal-content .modal-header .modal-title { font-size:16px; font-weight:bold; }
.modal-content .modal-body { padding:10px; min-height:200px; }
.modal-content .modal-footer { padding:10px; }
.modal-content .modal-close { color:#000; }

/* breadcrumb */
.breadcrumb { margin-top: 50px; }
.breadcrumb>li:after { content:'>'; padding: 0 5px; color:#ccc; }
.breadcrumb>li:last-child:after { display: none; } 
.breadcrumb>li>span { color:#000; }
.breadcrumb>li>a>span { color:#999; }



/*********************************************
** header style
**********************************************/
header { position: fixed; top:0; width: 100%; z-index:999; transition: all ease 0.35s; background: #3099d9; }
header.idx-main { background: transparent; position: absolute; }
header nav.navbar { padding: 20px 0; }
header nav.navbar ul.navbar-nav { flex-direction: initial; float: right; }
header nav.navbar ul.navbar-nav>li.nav-item { margin-right: 15px; float: left; }
header nav.navbar a.nav-link, header nav.navbar a.navbar-brand { color:#fff; }
header nav.navbar a.nav-link { position: relative; font-weight: 600; transition: all ease 0.35s; }
header nav.navbar a.nav-link:after { content:''; position: absolute; bottom: 5px; left: 0; right: 0; margin: auto; width: 0%; height: 2px;
  background: rgb(255 255 255 / 80%); box-shadow: 1px 1px 2px rgb(11 105 151 / 30%); transition: all ease 0.30s; }
header nav.navbar a.nav-link:hover { color:#fff; text-shadow: 1px 1px 5px #063d76; }
header nav.navbar a.nav-link:hover:after, header nav.navbar a.nav-link.active:after { width: 90%; }
header .navbar-brand { font-size: 25px; font-weight: 700; }
header button.btn { border:none; box-shadow: 1px 1px 3px rgb(28 131 179 / 90%); color: #2293d7; margin-top: 4px; }

header.scrolling { box-shadow: 0 0 3px rgba(0,0,0,.5); background: #fff; }
header.scrolling nav.navbar a.nav-link, 
header.scrolling nav.navbar a.navbar-brand { color: #2293d7; }
header.scrolling nav.navbar a.nav-link:hover { text-shadow: none; }
header.scrolling nav.navbar a.nav-link:after { background: rgb(34 147 215 / 80%); }
header.scrolling button.btn { background: rgba(34,147,215,1); color: #fff; box-shadow: none; }



/*********************************************
** footer style
**********************************************/
footer { width:100%; height: 55px; position: absolute; bottom: 0px; border-top: 1px solid #e7e7e7; background:#fbfbfb; padding: 15px 0px; font-size: 15px; 
  text-align: center; }
footer a { color:#aeaeae; }
footer .ft-btm { padding: 20px 0 0; border-top: 1px solid #eee; }



/******************************************************************************************
** custom style
*******************************************************************************************/
/* ------------ [메인페이지 : 공통] -------------- */
.main-content section.top {
  background-color: rgba(34,147,215,1);
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-content section.top .t-main {
  width: 100%;
  padding: 160px 0 150px;
  position: relative;
  z-index: 111;
}
.main-content section.top .t-main ul {
  margin-top: 40px;
}
.main-content section.top .t-main ul>li>p {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(28, 131, 179, 0.9);
}
.main-content section.top .t-main ul>li>p.txt-1 {
  font-weight: 800;
}
.main-content section.top .t-main ul>li>p.txt-2 {
  font-size: 35px;
  font-weight: 300;
  margin-top: 20px;
}
.main-content section.top .t-main ul>li>p.txt-3 {
  font-size: 22px;
  font-weight: 300;
  margin-top: 20px;
}
.main-content section.top .t-main ul>li.bt-inq { display: none; }
.main-content section.top .t-bgwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-content section.top .t-bgwrap .sec-background {
  background-image: url('/images/bg_city01.jpg');
  background-position: center 85%;
  background-attachment:fixed;
  /* background-size: cover; */
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  position: relative;
}
.main-content section.top .t-overlay {
  background: rgb(34 147 215 / 45%);
  background: linear-gradient(0deg, rgb(34 147 215 / 45%), rgb(34 147 215 / 95%));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-content section.top .t-divider {
  position: relative;
  overflow: hidden;
  line-height: 0;
  height: 130px;
  padding-top: 20px;
  color: #ffffff;
  z-index: 99;
}
.main-content section.top .t-divider svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.main-content p { color:#838383; }
.main-content h5 { font-weight: 700; margin-bottom: 5px; }


/* ------------ [메인페이지 : 섹션단] -------------- */
.main-content .main-cont01 h3 { font-size: min(11vw, 3rem); margin-bottom: 15px; }
.main-content .main-cont01 p { font-size: 20px; }

.main-content .main-cont02 span.bg-circle { display: block; margin: 0 auto; width: 60px; height: 60px; background: rgb(56 158 219); border-radius: 50px;
  color: #fff; line-height: 58px; font-size: 24px; text-align: center; text-shadow: 1px 1px 3px rgb(0 0 0 / 30%); }
.main-content .main-cont02 p { padding: 0 10px;}
.main-content .main-cont02 .wow { margin-top: 10px; }
.main-content .main-cont02 .item-tx { text-align: center; margin-top: 25px;}
.main-content .main-cont02 .item-tx h5 { margin-bottom: 15px; }

.main-content .main-cont03 .sec-background { background-image: url('/images/bg_work01.jpg'); background-position: center center; background-attachment:fixed;
  background-size: auto; width: 100%; height: 420px; position: relative; }
.main-content .main-cont03 .sec-background:before { content:''; width: 100%; height: 100%; position: absolute; background: rgb(4 45 70 / 50%); z-index: 1; }
.main-content .main-cont03 .container { position: relative; z-index: 2; }
.main-content .main-cont03 h5 { margin-top: 80px; }
.main-content .main-cont03 p { font-size: 17px; padding: 1px 0; }
.main-content .main-cont03 a.btn { width:150px; margin-top: 60px; }

.main-content .main-cont04 h3 { margin-bottom: 20px; font-weight: 600; }
.main-content .main-cont04 .bt-wrap { margin-top: 30px; text-align: center; }
.main-content .main-cont04 .bt-wrap a.btn { width: 250px; }


/* ------------ [메인페이지 : masonly] -------------- */
.main-content .grid-item--width2 { width: 48%; }/* 2 columns wide */
.main-content .grid-sizer, .main-content .grid-item { width: 30.6%; }/* 3 columns */
.main-content .grid-item--width2 { width: 24%; }/* 4 columns wide */
.main-content .gutter-sizer { width: 4%; }
.main-content .grid-item { margin-bottom: 10px; }
.main-content .inner .tit { font-size: 14px; text-align: center; width: 100%; }



/* ------------ [Sub 페이지 : 공통] -------------- */
.head-box { padding: 0px 0 50px; }
.head-box .sub-txt { font-family: 'NotoSansKRLight', sans-serif; letter-spacing: -1px; font-weight: 500; font-size: 22px; margin-top: 25px; }
.divider1 { width: 45%; height: 3px; background: #3099d9; margin: 60px 0 50px; }
.headline { font-size: 24px; font-weight: 700; }
.bodyline { font-size: 18px; font-weight: 400; }
.footline { font-size: 20px; font-weight: 600; }
.navi-wrap>ul>li { width: 100%; text-align: left; margin-bottom: 30px; padding-left: 5px; }
.navi-wrap>ul>li>button { border:none; background: none; font-size: 28px; position: relative; padding: 2px 1px; }
.navi-wrap>ul>li>button:after { content:''; width: 0%; height: 2px; position: absolute; left: 0; bottom: 0; background: #3099d9; transition: all ease 0.3s; }
.navi-wrap>ul>li>button:hover:after,
.navi-wrap>ul>li>button.active:after { width: 100%; }
.navi-wrap2>ul>li { margin-right: 20px; margin-bottom: 50px; }
.navi-wrap2>ul>li>button { min-width: 200px; border-radius: 35px; background: #fff; padding: 15px 10px; font-size: 20px; color: #869ba9; transition: all ease 0.25s; }
.navi-wrap2>ul>li>button:hover,
.navi-wrap2>ul>li>button.active { border-color: #c4deed; background-color: #ecf8ff; color: #1484c9; }

.pagi-wrap>.paginate>strong { padding:2px 10px; text-decoration: underline; background: #ebf8ff; border: 1px solid rgb(0 0 0 / 10%); border-radius: 3px; }
.pagi-wrap>.paginate>a { padding:2px 10px; color:#5489a9; background: #fff; border: 1px solid transparent; transition: all ease 0.35s; border-radius: 3px; }
.pagi-wrap>.paginate>a:hover { color:#777; background: #ebf8ff; border: 1px solid rgb(0 0 0 / 10%); }
.pagi-wrap>.paginate>a.last:after { content:'마지막 페이지'; vertical-align: text-bottom; }




/* ------------ [about 페이지] -------------- */
.page-about .tab-content { padding-bottom: 100px; }
.page-about .tab-content p { margin-bottom: 40px; }
.page-about .client-list img { width: 100%; max-width: 180px; }
.page-about .client-list .item {
  border:1px solid #ccc;
  border-radius: 50px;
  line-height: 80px;
  text-align: center;
}
.page-about .timeline {
  padding: 30px 30px;
}
.page-about .timeline>ul {
  border-left: 2px solid #afddf3;
  padding: 10px 5px;
}
.page-about .timeline>ul>li {
  padding: 20px 0px;
  position: relative;
}
.page-about .timeline>ul>li:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #34ace0;
  border-radius: 50%;
  left: -14px;
  top: 30px;
  transition: .5s;
}
.page-about .timeline>ul>li .date {
  font-size: 70px;
  color: #d5d5d5;
  position: absolute;
  top: -15px;
  left: 40px;
}
.page-about .timeline>ul>li .history {
  text-align: left;
  padding: 0px 30px 10px 250px;
  margin-bottom: 50px;
  position: relative;
}
.page-about .timeline>ul>li .history>p {
  font-size: 32px;
  margin-bottom: 10px;
}
.page-about .timeline>ul>li .history>ul>li {
  font-size: 17px;
  padding-left: 5px;
  margin-bottom: 5px;
}


/* ------------ [service 페이지] -------------- */
.page-service .item-box {
  width: calc(100% - 30px);
  min-height: 155px;
  margin: 0 auto 50px;
  padding: 30px 30px 30px 170px;
  border-radius: 15px;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, .15);
  position: relative;
}
.page-service .item-box .tit {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-service .item-box .desc {
  margin-bottom: 5px;
  font-size: 17px;
}
.page-service .item-box img {
  width: 110px;
  position: absolute;
  left: 30px;
  top: 25px;
}
.page-service .item-box img.etc-size1 { width: 150px; left: 10px; }


/* ------------ [products 페이지] -------------- */
.page-product .item-box {
  width: calc(100% - 30px);
  min-height: 155px;
  margin: 10px auto 50px;
  padding: 30px 30px 30px 30px;
  border-radius: 15px;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, .15);
  position: relative;
}
.page-product .item-box .tit {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4e2eb;
}
.page-product .item-box img {
  width: 20%;
  margin-bottom: 20px;
}
.page-product .item-box .desc {
  margin-bottom: 5px;
  font-size: 17px;
}


/* ------------ [contact 페이지] -------------- */
.page-contact .content-wrap { margin-top: 50px; }
.page-contact h4 { margin: 0 0 20px; display: inline-block; border-bottom: 2px solid #7a7a7a; }
.page-contact ul>li { margin-bottom: 10px; }
.page-contact ul>li>a { color:#2293d7; text-decoration: underline; }
.page-contact a.btn { width: 90%; height: 85px; line-height: 83px; padding: 0; margin-top: 50px; font-size: 22px; }


/* ------------ [게시판 : board, notice] -------------- */
.page-board .bt-wrap {
  background: #fcfeff;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 16%);
  border-radius: 5px;
  padding: 35px 25px;
  margin-bottom: 30px;
  position: relative;
}
.page-board .bt-wrap>button.btn {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  height: 40px;
}
.page-board .list-wrap { 
  border-top:1px solid #a0b9c9;
  border-bottom: 1px solid #a0b9c9;
  margin-bottom: 20px;
}
.page-board .list-wrap .article { border-bottom:1px solid #b9d7e9; }
.page-board .list-wrap .article.empty { text-align: center; padding: 90px 0; color: #aaa; }
.page-board .list-wrap .article .inner { padding: 10px 0; cursor: pointer; }
.page-board .list-wrap .article .inner:hover { background: #edf8ff; }
.page-board .list-wrap .article ul { align-items: center; display: flex; }
.page-board .list-wrap .article ul>li { float: left; padding: 10px 10px; text-align: left; }
.page-board .list-wrap .article ul>li:nth-child(1) { width: 13%; padding: 10px 10px 20px; }
.page-board .list-wrap .article ul>li:nth-child(2) { width: 54%; }
.page-board .list-wrap .article ul>li:nth-child(3) { width: 15%; }
.page-board .list-wrap .article ul>li:nth-child(4) { width: 18%; text-align: right; }
.page-board .list-wrap .article ul>li:nth-child(1)>p { position: relative; background-size: contain; background-repeat: no-repeat; background-position: center; width: 100%;  height: 50px; }
.page-board .list-wrap .article ul>li>p.bg-web { background-image: url('/images/icons/ico_website.png'); }
.page-board .list-wrap .article ul>li>p.bg-mobile { background-image: url('/images/icons/ico_mobile.png'); }
.page-board .list-wrap .article ul>li>p.bg-back { background-image: url('/images/icons/ico_erp.png'); }
.page-board .list-wrap .article ul>li>p.bg-etc { background-image: url('/images/icons/ico_etc.png'); }
.page-board .list-wrap .article ul>li:nth-child(1)>p>span {
  position: absolute;
  /* bottom: calc(50% - 8px); */
  bottom: -15px;
  left: 0;
  right: 0;
  margin:auto;
  background: rgb(0 0 0 / 25%);
  font-size: 12px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.page-board .alert {
  border: 1px solid rgb(48 153 217);
  background: #f3f8f9;
  margin-left: 17%;
}
.page-board .alert>h4 {
  border-bottom: 2px solid #3099d9;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
}
.page-board .alert>p { margin-bottom: 30px; font-weight: 600; }
.page-board .alert>p.inblock {
  display: inline-block;
  border-bottom: 1px solid #3099d9;
  margin-bottom: 10px;
  color: #606060;
  font-size: 18px;
  font-weight: 400;
}
.page-board .alert>p:last-child { margin: 0; }

.page-board .ip-box input:not([type=file]),
.page-board .ip-box select { 
  height: 50px;
  border-radius: 2px;
  border: solid 1px #cfd5d7;
  background-color: #ffffff;
  padding: 5px 10px;
  font-size: 16px;
}
.page-board .ip-box input:focus,
.page-board .ip-box select:focus { 
  outline: none;
  border:1px solid #3099d9
}
.page-board .ip-box select option { font-size: 16px; }
.page-board .note-editor .note-toolbar { background: #e0edf5; }

.page-board .radio-wrap>li { float: left; width: 150px; }
.page-board .ip-container label.ip-chk { position: relative; z-index: 1; }
.page-board .ip-container label.ip-txt {
  width: 85%;
  height: 28px;
  line-height: 26px;
  padding: 0px 0 0px 32px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  background: #ededed;
}

.page-board.main button.bt-inq { width: 160px; }
.page-board.detail p.tit { 
  text-align: center;
  border: 1px solid rgb(0 0 0 / 10%);
  background: #ebf3f7;
  padding: 10px 10px;
  border-radius: 3px;
}
.page-board.detail .artc-head p:not(.tit) { padding: 10px 10px; border-radius: 3px; border: 1px solid #eee; background: #fff; min-height: 46px; }
.page-board.detail .artc-head p.a-file { margin-bottom: 5px; }
.page-board.detail .artc-head p.a-file:last-child { margin-bottom: 0px; }
.page-board.detail .artc-body { margin-top: 5px; }
.page-board.detail .artc-body .inq-content { 
  min-height: 200px; 
  border: 1px solid #767676;
  border-radius: 3px;
  padding: 10px 10px;
}
.page-board.detail .artc-foot {
  margin-top: 30px;
  padding-top: 30px;
  border-top:1px solid #aaa;
}

.page-board.register h4 { font-size: 20px; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #a9b8c1; }
.page-board.register input.essential-ip { border:1px solid #d79d9d; }
.page-board.register .content-wrap>form>div { margin-bottom: 40px; }
.page-board.register .content-wrap>form>div.ip-box { padding: 20px; background: #f0f8fd; border-radius: 5px; border: 1px solid rgb(0 0 0 / 3%); }
.page-board.register .note-editor.note-frame .note-editing-area .note-editable { background: #fff; }
.page-board.register .upfile-box { background: #fff; padding: 10px; }
.page-board.register .upfile-box input { font-size: 14px; }
.page-board.register .upfile-box>ul.current-file { border-top: 1px solid #d9d9d9; padding-top: 10px; margin-top: 10px; }
.page-board.register .upfile-box>ul>li { margin-bottom: 10px; }
.page-board.register .upfile-box>ul>li:last-child { margin:0; }
.page-board.register .upfile-box>ul>li>span { display: inline-block; vertical-align: middle; }
.page-board.register .btn-group>button { padding: 0 15px; }
.page-board.register .bt-wrap,
.page-board.notice .bt-wrap,
.page-board.noti-view .bt-wrap { box-shadow: none; border-radius: 0; border-top: 1px dotted #aaa; padding: 35px 0 0; }

.page-board.check .content-wrap { max-width: 540px; margin: auto; }
.page-board.check p.ico { text-align: center; font-size: 100px; color: #3099d9; margin: 50px 0 20px; }
.page-board.check .tit { font-size: 20px; text-align: center; margin-bottom: 50px; }
.page-board.check .chk-auth { background: #def3ff; padding: 20px; }
.page-board.check .chk-auth>input { margin-bottom: 20px; }

.page-board.notice .list-wrap .article ul>li { padding: 20px 10px; font-size: 20px; }
.page-board.notice .list-wrap .article ul>li:nth-child(1) { width: 10%; padding: 10px 10px; text-align: center; }
.page-board.notice .list-wrap .article ul>li:nth-child(2) { width: 75%; text-indent: 5%; }
.page-board.notice .list-wrap .article ul>li:nth-child(3) { width: 15%; text-align: center; }
.page-board.notice .list-wrap .article.notice>.inner { background: #deebf3; }
.page-board.notice .list-wrap .article.notice>.inner:hover { background: #d1e7f5; }
.page-board.notice .list-wrap .article.notice i.fa { color: #3099d9; }


.page-board.noti-view .article { margin-bottom: 40px; }
.page-board.noti-view .article .artc-head>.tit {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 20px;
  background-color: #ecf4f9;
  font-size: 22px;
}
.page-board.noti-view .article .artc-head>.inf {
  text-align: right;
  font-size: 16px;
  border-bottom: 1px solid #e5e7e9;
  padding: 10px 10px;
}
.page-board.noti-view .article .artc-body {
  padding: 15px 15px;
  font-size: 18px;
  min-height: 550px;
}
.page-board.noti-view .article .artc-foot {
  background: #f3f3f3;
  padding: 15px 20px;
}
.page-board.noti-view .article .artc-foot>p {
  font-size: 16px;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.page-board.noti-view .article .artc-foot>ul>li { margin-bottom: 5px; }
.page-board.noti-view .article .artc-foot>ul>li>a { display: block; padding: 5px; background: rgb(103 168 223 / 15%); }



/* ------------ [포트폴리오 페이지] -------------- */
.page-portfolio .modal-dialog { max-width: 75%; margin: 3.0rem auto 1.5rem; }
.page-portfolio .modal-dialog .modal-content { border: 2px solid #c2d4e5; }
.page-portfolio .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, .15);
  -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, .15);
  overflow: hidden;
  cursor: pointer;
}
.page-portfolio .item:before {
  content:'';
  display: block;
  padding-bottom: 100%;
}
.page-portfolio .item:after {
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  transition: all ease 0.35s;
}
.page-portfolio .item:hover:after { background: rgba(0, 0, 0, 0.55); }
.page-portfolio .item>.inner { position: absolute; top:0; left:0; z-index: 2; width: 100%; padding: 25px 40px; }
.page-portfolio .item>.inner>.tit { font-size: 24px; font-weight: 600; color:#000; text-shadow: 1px 1px 1px #fff; transition: all ease 0.35s; }
.page-portfolio .item:hover>.inner>.tit { color:#fff; text-shadow:none; }
.page-portfolio .item>.inner>ul { opacity: 0; border-top: 1px solid #fff; margin-top: 15px; padding-top: 15px; transition: all ease 0.5s; }
.page-portfolio .item:hover>.inner>ul { opacity: 1; }
.page-portfolio .item>.inner>ul>li { color:#fff; }
.page-portfolio .item button.bt-modi { position:absolute; top: 30px; right: 30px; min-width: 50px; }

.page-portfolio .mo-app .item { background-size: cover; }
.page-portfolio .erp-wrap { padding: 0 20px; }
.page-portfolio .erp-wrap>p { font-size: 22px; font-family: 'NotoSansKRLight', sans-serif; border-bottom: 1px solid #eee; padding-bottom: 15px; margin: 10px 35px 0; }







/*********************************************
** responsive
**********************************************/
@media (min-width: 1200px) {

}

@media (max-width: 1199px) {
  /* .main-content section.top .t-bgwrap .sec-background {
    background-position: center 0px;
  } */
}


