/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li, menu, nav, section, article, aside,
dl, dt, dd, table, thead, tbody, tfoot, label, caption, th, td, form, fieldset, legend, hr, input, button, textarea, object, figure, figcaption {
  font-family: 'noto sans kr', 'nanumsquare', sans-serif;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  background: #fff;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 14px;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.text-textarea { white-space: pre-line; }

.hide {
  display: none;
}

.editor img {
  max-width: 100%;
}

.root_daum_roughmap .title {
  text-align: left;
}

.root_daum_roughmap {
  width: 100%!important;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f1ff;
}

.section-title {
  text-align: center;
  padding-bottom: 15px;
}

.section-title h2 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #222;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #01CCCA;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.online {
  background: #62c4c2;
  color: #fff !important;
  padding: 8px 20px !important;
  margin-left: 30px;
  border-radius: 50px;
  text-decoration: none;
}

.title {
  font-size: 60px;
  text-align: Center;
  color: #222;
  font-family: 'ONE-Mobile-Title', sans-serif;
  margin-top: 30px;
}

.subTitle {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #444;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  margin-top: 50px
}

@media (max-width: 767px) {
  .title {
    font-size: 25px;
  }

  .section-title h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .subTitle {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

}

/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
#home {
  width: 100%;
  height: 100vh;
}

#home .container {
  padding-top: 72px;
}

.header-scrolled {
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
}

.header_main1.header-scrolled {
  background: #FFB21E;
}

.header_main2.header-scrolled {
  background: #FAF4F4;
}

.header_main3.header-scrolled {
  background: #DFAAAE;
}

#home .bg-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header_main1 .home {
  background: #FFB21E;
}
.header_main2 .home {
  background: #FAF4F4;
}
.header_main3 .home {
  background: #DFAAAE;
}

#home .main1 {
  background: url('../img/main1.png') no-repeat center center;
  background-size: cover;
}

#home .main2 {
  background: url('../img/main2.jpg') no-repeat center center;
  background-size: cover;
}

#home .main3 {
  background: url('../img/main3.png') no-repeat center center;
  background-size: cover;
}

#home .home-content {
  width: 70%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

#home .home-content.left {
  width:50%;
  position:absolute;
  top:50%;
  left: 0;
  transform:translateY(-50%);
  padding-left:150px;
  box-sizing:border-box;
}

#home .home-content.right {
  width:50%;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  padding-right:150px;
  box-sizing:border-box;
}


@media (max-width: 767px) {
  #home .home-content {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
  #home .home-content.left {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 50%;
    padding-left: 0;
    transform: translateX(-50%);
  }
  #home .home-content.right {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 50%;
    padding-right: 0;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #home .home-content,
  .home-content.left,
  .home-content.right {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*--------------------------------------------------------------
# home  main1 Section
--------------------------------------------------------------*/

#home .container .con_main1 {
  font-family: 'gmarketsans', sans-serif;
  color: #fff;
}

#home .con_main1 .til {
  font-size: 200px;
  text-align: center;
  font-weight: 700;
  line-height: 180px;
  font-family: inherit;
}

#home .con_main1 .subj {
  font-size: 60px;
  text-align: center;
  margin-top: 100px;
  font-weight: 500;
  font-family: inherit;
}

#home .con_main1 .subs {
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
  line-height: 34px;
  font-family: inherit;
}

#home .con_main1 .btn {
  margin: 50px auto 0;
  border: 1px solid #fff;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 20px;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  width: 200px;
  text-align: Center;
  display: block;
  cursor: pointer;
}

/*--------------------------------------------------------------
# home  main2 Section
--------------------------------------------------------------*/

#home .container .con_main2 {
  color: #222;
  font-family: 'YanoljaYacheR', sans-serif;
}

#home .con_main2 .welcome{
  width: 100%;
  text-align: center;
}

#home .con_main2 .welcome img {
  max-width: 463px;
  width: 100%;
}

#home .con_main2 .til {
  text-align: center;
  color: #222;
  font-size: 140px;
  line-height: 200px;
  font-family: inherit;
}

#home .con_main2 .subj {
  text-align: center;
  color: #222;
  font-size: 60px;
  margin-top: 10px;
  font-family: inherit;
}

#home .con_main2 .subs {
  text-align: center;
  color: #444;
  font-size: 24px;
  margin-top: 30px;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  line-height: 34px;
}

#home .con_main2 .btn {
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
  text-decoration: underline;
  font-family: 'YanoljaYacheR', sans-serif;
  background: rgba(0,0,0,0);
  display: block;
  widtH: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {

}

/*--------------------------------------------------------------
# home  main3 Section
--------------------------------------------------------------*/
#home .container .con_main3 {
  color: #222;
  font-family: 'YanoljaYacheR', sans-serif;
}

#home .con_main3 .welcome{
  width:436px;
  margin:0 auto;
}

#home .con_main3 .til {
  text-align:center;
  font-size:130px;
  color:#222;
  font-family: 'GmarketSans', sans-serif;
  font-weight:700;
  margin-top:30px
}

#home .con_main3 .subj {
  width:90%;
  background:#fff;
  font-family: 'KBIZHanmaumGothic', sans-serif;
  color:#222;
  font-size:36px;
  text-align:center;
  padding:20px 0;
  border-bottom: 20px solid #e9c6c9;
  margin:0 auto;
}

#home .con_main3 .subs {
  text-align:center;
  font-size:24px;
  color:#222;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  font-weight:700;
  margin-top: 30px;
  line-height: 34px
}

#home .con_main3 .btn {
  display:block;
  width:200px;
  margin:50px auto 0;
  border:1px solid #222;
  color:#222;
  text-align:center;
  font-size:18px;
  font-family: 'noto sans kr', sans-serif;
  background:rgba(0,0,0,0);
  padding:15px 0;
}

/*--------------------------------------------------------------
# home  custom Section
--------------------------------------------------------------*/

#home .container .con_custom {
  font-family: 'gmarketsans', sans-serif;
  color: #fff;
}

#home .con_custom .til {
  font-size: 100px;
  text-align: center;
  font-weight: 700;
  line-height: 180px;
  font-family: inherit;
}

#home .con_custom .subj {
  font-size: 60px;
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
  font-family: inherit;
}

#home .con_custom .subs {
  font-size: 24px;
  text-align: center;
  margin-top: 50px;
  line-height: 34px;
  font-family: inherit;
}

#home .con_custom .btn {
  margin: 50px auto 0;
  border: 1px solid;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 20px;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  color: inherit;
  background: rgba(0, 0, 0, 0);
  width: 200px;
  text-align: Center;
  display: block;
  cursor: pointer;
}

@media (max-width: 767px) {
  #home .home-content .til {
    font-size: 50px;
    line-height: 120px;
  }
  #home .home-content .subj {
    font-size: 24px;
    margin-top: 50px;
  }
  #home .home-content .subs {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #home .bg-cover {
    background-position: revert;
  }
}

 /*  ios 노치영역 대응*/
@media only screen and (max-device-width: 640px) {
  .bg-cover {
    height: calc(var(--var, 1vh) * 100);
  }
}

/*--------------------------------------------------------------
# introduce
--------------------------------------------------------------*/
#introduce.introduce .section {
  padding-top: 100px;
}

#introduce.introduce .backTit {
  background:#09005e;
  color:#fff;
  padding:5px;
  border-radius:10px;
}

#introduce.introduce .subs {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #222;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  margin-top: 100px;
  word-break: keep-all;
}

#introduce.introduce .subs p {
  color: inherit;
}

#introduce.introduce .subs strong {
  color: #09005e;
  font-family: 'ONE-Mobile-Title', sans-serif;
}

#introduce.introduce .subs img {
  width: 100%;
}

@media (max-width: 767px) {
  #introduce.introduce .section {
    padding-top: 50px;
  }
}

/*--------------------------------------------------------------
# introduce system
--------------------------------------------------------------*/
.introduce .system .icon-box {
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.introduce .system .icon-box .icon {
  display: inline-flex;
  align-items: center;
  width: 120px;
  height: 120px;
  justify-content: center;
  border-radius: 50%;
}

.introduce .system .icon-box .icon i {
  color: #fff;
  font-size: 80px;
  transition: 0.3s;
}

.introduce .system .icon-box h4 {
  font-size: 24px;
  color: #222;
  line-height: 34px;
  word-break: keep-all;
  margin-top: 30px;
  font-family: 'ONE-Mobile-Title', sans-serif;
}

.introduce .system .icon-box p {
  font-size: 18px;
  color: #444;
  margin-top: 15px;
  line-height: 28px;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  word-break: keep-all;
}

/*--------------------------------------------------------------
# introduce-future
--------------------------------------------------------------*/
.introduce .future {
  position: relative;
}

.introduce .future-title {
  font-size: 30px;
  color: #222;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  line-height: 50px;
}

.introduce .future-title b {
  font-family: 'ONE-Mobile-Title', sans-serif;
}

.introduce .future .futureList {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.introduce .future .futureList dd {
  width: 40%;
  margin-left: 9.5%;
  display: inline-block;
  margin-top: 9.5%;
  text-align: center;
}

.introduce .future .futureList dd:first-child {
  margin-left: 0;
}

.introduce .future .futureList dd .thum {
  width: 100%;
}

.introduce .future .futureList dd .thum img {
  width: 100%;
}

.introduce .future .futureList dd .subj {
  display: inline-block;
  padding: 15px 30px;
  margin-top: 30px;
  border-radius: 50px;
  font-size: 18px;
  font-family: 'ONE-Mobile-Regular', sans-serif;
}

.introduce .future .bgLine {
  position: absolute;
  bottom: 0;
  z-index: -10;
  width: 100%;
  height: 70%;
}

.introduce .future .bgLine div:nth-child(1) {
  width: 32%;
  margin-top: -15%;
  margin-left: 30%;
}

.introduce .future .bgLine div:nth-child(2) {
  width: 35%;
  position: absolute;
  bottom: 165px;
  left: 40%;
  transform: rotate(-90deg)
}

.introduce .future .bgLine div:nth-child(3) {
  display: none;
}

.introduce .future .bgLine div img {
  width: 100%;
}

@media (max-width: 767px) {
  .introduce .future-title {
  }
  .introduce .future .futureList dd {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .introduce .future .futureList dd .subj {
    padding: 10px 20px;
    margin-top: 20px;
  }
  .introduce .future .bgLine {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .introduce .future-title {
  }
  .introduce .future .futureList dd {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .introduce .future .bgLine {
    display: none;
  }
}

/*--------------------------------------------------------------
# introduce-photo
--------------------------------------------------------------*/
.introduce .photo .tab {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.introduce .photo .tab li {
  display: inline-block;
  padding: 12px 20px;
  background: #e5e5e5;
  color: #858282;
  cursor: pointer;
  font-size: 18px;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  border-radius: 50px;
  margin: 0 3px;
}

.introduce .photo .tab .active {
  background: #09005e;
  color: #fff;
}

.introduce .photo .list {
  margin-top: 25px;
}

.introduce .photo .list .name {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: #222;
  font-family: 'ONE-Mobile-Regular', sans-serif;
}

.introduce .photo .list img {
  width: 100%;
}

@media (max-width: 767px) {
  .introduce .photo .tab li {
    padding: 6px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .introduce .photo .tab li {
  }

  .introduce .photo .list .name {
  }

}

/*--------------------------------------------------------------
# staff
--------------------------------------------------------------*/
#staff .list {
  width: 100%;
  padding: 0 60px 0 60px;
  box-sizing: border-box;
}

#staff .slick-dots {
  width:100%;
  text-align:center;
  margin-top: 20px;
}

#staff .slick-dots li{
  width:10px;
  height:10px;
  margin:0 3px;
  outline:0;
  text-indent:-9999px;
  background:#e5e5e5;
  border-radius:10px;
  display:inline-block;
  padding:0;
}

#staff .slick-dots li button{
  text-indent:-9999px;
}

#staff .slick-dots li:hover,
#staff .slick-dots li.slick-active{
  background:#62c4c2;
}

#staff .list .item {
  padding: 30px 0 0 30px;
  box-sizing: border-box;
  position: relative;
}

#staff .list .item .content {
  width: 50%;
}

#staff .list .item .content .mask {
  width: 18px;
  vertical-align: middle;
}

#staff .list .item .content .mask img {
  width: 100%;
}

#staff .list .item .content .slogan {
  width: 100%;
  font-size: 22px;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  color:inherit;
  line-height: 34px;
  margin-top: 10px;
  word-break: keep-all;
}

#staff .list .item .content .slogan b {
  font-family: 'ONE-Mobile-Title', sans-serif;
}

#staff .list .item .content .info {
  width: 100%;
  margin-top: 30%;
}

#staff .list .item .content .info .name {
  font-size: 18px;
  color:inherit;
  padding-right: 12px;
  border-right: 1px solid #444;
  display: inline-block;
  line-height: 18px;
}

#staff .list .item .content .info .subject {
  font-size: 18px;
  color:inherit;
  padding-left: 8px;
  display: inline-block;
  line-height: 18px;
}

#staff .list .item .image {
  width: 70%;
  position: relative;
  bottom: 0;
  align-self: flex-end;
}

#staff .list .item .image img {
  width: 100%;
}

#staff .list .item2 {
  margin: 0 10px;
  position: relative;
  padding: 30px 0 0 30px;
  border-radius: 10px;
  display: flex;
}

#staff .list .item2 .content {
  width: 50%;
}

#staff .list .item2 .content .subject{
  display:inline-block;
  padding:10px 15px;
  border-radius:50px;
  color:inherit;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  font-size:18px;
}

#staff .list .item2 .content .name{
  font-family: 'ONE-Mobile-Title', sans-serif;
  font-size: 22px;
  color: inherit;
  margin-top: 20px;
}

#staff .list .item2 .content .slogan{
  font-family: 'ONE-Mobile-Regular', sans-serif;
  font-size: 16px;
  color: inherit;
  margin-top: 30px;
  line-height: 26px;
  word-break: Keep-all;
}

#staff .list .item2 .content .more{
  width: 100%;
  margin-top: 30px;
}

#staff .list .item2 .content .more .tx{
  font-size:16px;
  color:inherit;
  font-family:'ONE-Mobile-Regular', sans-serif;
}

#staff .list .item2 .content .more .arrow{
  width:120px;
  font-size: 0;
}
#staff .list .item2 .content .more .arrow img{
  width:100%;
}

#staff .list .item2 .image{
  position: relative;
  width: 70%;
  align-self: flex-end;
}

#staff .list .item2 .image img{
  width:100%;
}

#staff .list .item2 .hoverA{
  display:none;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  z-index:99;
  top:0;
}

#staff .list .item2:Hover .hoverA{
  display:block;
}

#staff .list .item2 .hoverA .layerBack{
  background:rgba(0,0,0,0.8);
  width:100%;
  height:100%;
  left:0;
  top:0;

}

#staff .list .item2 .hoverA .career{
  width:100%;
  padding:1.5em;
  box-sizing:border-box;
  z-index:999;
  positioN:absolute;
  top:0;
  left:0;
}

#staff .list .item2 .hoverA .career dd{
  width:100%;
  font-size:16px;
  color:#fff;
  padding-left:15px;
  box-sizing:border-box;
  margin-top:15px;
  position:relative;
}

#staff .list .item2 .hoverA .career ddL:first-child{
  margin-top:0px;
}

#staff .list .item2 .hoverA .career dd:before{
  width:6px;
  height:6px;
  content:'';
  position:absolute;
  border-radius:6px;
  background:#fff;
  left:0;
  top:12px;
}

#staff .list .item3 {
  margin: 0 10px;
  position: relative;
  padding: 30px 0 0 30px;
  border-radius: 10px;
  display: flex;
}

#staff .list .item3 img {
  max-width: 100%;
  height: auto;
}

#staff .content.view1 {
  padding-top: 40px;
  padding-left: 40px;
}
#staff .image.view1 {
  width: 50% !important;
}

#staff .slider-container {
  margin: 2em auto 0 auto;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

#staff .slider-container .controls {
  margin: 0;
  padding: 0;
  position: absolute;
  list-style: none;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#staff .controls:focus {
  outline: none;
}

#staff .controls li:hover,
#staff .controls li i:hover {
  cursor: pointer;
  color: #222;
}

#staff .controls i {
  color: #949c9f;
  font-size: 24px;
}

.tns-nav {
  text-align: center;
  margin-top: 10px;
}

.tns-nav button {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border: none;
  background: #e5e5e5;
  border-radius: 15px;
}

.tns-nav-active {
  background: #62c4c2 !important;
}

@media (max-width: 767px) {
  #staff .list {
    padding: 0 10px 0 10px;
  }

  #staff .list .item .content .slogan {
    line-height: 25px;
    margin-top: 5px;
  }

  #staff .list .item {
    padding: 20px 0 0 15px;
  }

  #staff .list .item .content .info {
    margin-top: 50px;
  }

  #staff .list .item .content .info .name {
    font-size: 18px;
    border-right: 0;
  }

  #staff .list .item .content .info .subject {
    font-size: 18px;
    padding-left: 0;
    line-height: 18px;
  }

  #staff .list .item2 {
    padding: 20px 0 0 15px;
  }
  #staff .content.view1 {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #staff .list {
    padding: 0 10px 0 10px;
  }

  #staff .list .item .content .slogan {
    line-height: 60px;
  }

  #staff .list .item {
    padding: 20px 0 0 15px;
  }

  #staff .list .item .content .info {
    margin-top: 200px;
  }

  #staff .list .item .content .info .name {
    border-right: 0;
  }

  #staff .list .item .content .info .subject {
    padding-left: 0;
    line-height: 18px;
  }
}


/*--------------------------------------------------------------
# timeTable
--------------------------------------------------------------*/
#timeTable {
  background: #e4faff;
}

#timeTable .tabMenu {
  width: 50%;
  margin: 50px auto;
  background: #f7f7f7;
  display: flex;
  border-radius: 50px;
}

#timeTable .tabMenu {
  width: 50%;
  margin: 50px auto;
  background: #f7f7f7;
  display: flex;
  border-radius: 50px;
}

#timeTable .tabMenu li {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #f7f7f7;
  border-radius: 50px;
  padding: 15px 0;
  font-size: 18px;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  cursor: pointer;
  color: #c1c1c1;
}

#timeTable .tabMenu .active {
  background: #09005e;
  color: #fff;
}

#timeTable .pdfBox {
  width: 100%;
 // border-radius: 50px;
  background: #fff;
  box-shadow: -5.7px -12.8px 25.7px 1.4px rgba(0, 0, 0, 0.09);
}

#timeTable .pdfBox .category {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0);
}

#timeTable .pdfBox .category li {
  width: 100%;
  display: inline-block;
  text-align: Center;
  color: #424c56;
  padding: 18px 0;
  font-size: 16px;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  font-weight: normal;
  cursor: pointer;
}

#timeTable .pdfBox .category .active {
  color: #09005e;
  font-weight: bold;
}

#timeTable .pdfBox .timeTable {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #timeTable .tabMenu {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# news
--------------------------------------------------------------*/
#news .list .titleBar {
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;;
  border-bottom: 2px solid #222;
}

#news .list .titleBar .moveCal{
  display:inline-block;
  float:right;
}


#news .list .titleBar .moveCal div{
  display:inline-block;
  vertical-align:middle;
  margin:0px 5px;
}


#news .list .titleBar .moveCal div:first-child,
#news .list .titleBar .moveCal div:last-child{
  display:inline-block;
  width:10px;
}

#news .list .titleBar .moveCal div img{
  width:100%;
}

#news .list .subject {
  font-size: 24px;
  color: #222;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
}

#news .list .contents {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  list-style: none;
  min-height: 540px;
}

#news .list .contents li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

#news .list .contents .date {
  width: 20%;
  font-family: 'lato', sans-serif;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

#news .list .contents .subject {
  width: 68%;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  color: #222;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#news .paging {
  width:100%;
  margin-top: 30px;
  text-align:center;
  transition:all 1s;
}

#news .paging dd {
  display: inline-block;
  vertical-align: Middle;
  font-size: 15px;
  font-family: 'lato', sans-serif;
  margin: 0 5px;
}

#news .paging dd a {
  color: #999;
  margin-left: 10px;
}

#news .paging dd img {
  width: 8px;
}

#news .paging .on {
  font-weight: bold;
  text-decoration: underline;
}

#news .schedule-list {
  width: 100%;
  margin-top: 20px;
}
#news .schedule-list li {
  list-style: none;
}

#news .schedule-list .dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}

#news .schedule-list .sc-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #222;
  font-family: 'ONE-Mobile-Title', sans-serif;
  width: 30%;
}

#news .schedule-list .sc-contents {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #777;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  width: 65%;
  overflow: hidden;
}

@media (max-width: 991px) {
  #news .schedule-list .sc-title {
    width: 95%;
  }
  #news .schedule-list .sc-contents {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# location
--------------------------------------------------------------*/
#location {
  background: #f7f7f7;
}

#location .map {
  width: 100%;
  height: 500px;
  margin-top: 50px;
}
#location .address {
  width: 100%;
  margin-top: 50px;
}

#location .address .label {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  font-size: 18px;
  font-family: 'ONE-Mobile-Title', sans-serif;
}

#location .address .contents{
  display: inline-block;
  width: 79%;
  vertical-align: top;
  font-size: 18px;
  font-family: 'ONE-Mobile-Regular', sans-serif;
}

#location .address .contents span {
  display: block;
  color: #999;
  margin-top: 10px;
  font-size: 16px;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
#contact .form {
  width:100%;
  margin-top:30px;
}

#contact .form .arlText {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 30px;
}

#contact .form .arlText span {
  color: #d30000;
}

#contact .form .content {
  width: 100%;
}

#contact .form .content dd {
  width: 48%;
  display: inline-block;
  float: left;
  margin-left: 4%;
  margin-top: 40px;
}

#contact .form .content .full {
  width: 100%;
  display: inline-block;
  margin-left: 0;
}

#contact .form .content dd .subj{
  width: 100%;
  font-size: 18px;
  color: #444;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  margin-bottom: 15px
}

#contact .form .content dd .radioList li{
  width: 19%;
  display: inline-block;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  vertical-align: Middle;
  font-size: 16px;
  margin-top: 15px;
}

#contact .form .content dd .input {
  width: 100%;
  padding: 15px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 5px;
}

#contact .form .content dd .email1 {
  width: 23%;
  padding: 15px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
}

#contact .form .content dd .email2 {
  width: 23%;
  padding: 15px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block;
}


#contact .s_line{
  width: 100%;
  display: inline-block;
  margin-top: 50px;
}

#contact .s_line .checkA{
  display:inline-block;
}

#contact .s_line .submitBtn{
  display: inline-block;
  float: right;
  width: 215px;
}

#contact .s_line .submitBtn button{
  background: #09005e;
  color: #fff;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  font-family: 'ONE-Mobile-Title', sans-serif;

}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

#footer{
  width:100%;
  padding:50px 200px;
  background:#e5e5e5;
  box-sizing:border-box;
}

#footer .top{
  width: 100%;
  display: inline-flex;
}

#footer .top .topMenu{
  width:100%;
}

#footer .top .topMenu li{
  font-size: 16px;
  color: #777;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  display: inline-block;
  margin-right: 20px;
}

#footer .top .topMenu li a{
  color:#777;
}

#footer .infoA{
  width: 100%;
  display: flex;
  margin-top: 30px;
}

#footer .infoA .info{
  width: 70%;
  display: inline-block;
  place-self: start;
  font-size: 16px;
  color: #777;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  line-height: 24px;
}

#footer .infoA .time{
  width: 30%;
  display:inline-block;
  place-self:start;
}

#footer .infoA .time li{
  width:100%;
  list-style: none;
}

#footer .infoA .time li .subj{
  width: 33%;
  display: inline-block;
  vertical-align: Middle;
  font-size: 16px;
  color: #777;
  font-family: 'ONE-Mobile-Regular', sans-serif;
}

#footer .infoA .time li .subs{
  width: 65%;
  display: inline-block;
  vertical-align: Middle;
  font-size: 16px;
  color: #777;
  font-family: 'ONE-Mobile-Regular', sans-serif;
}

#footer .logoA{
  width:20%;
  display:inline-block;
  text-align:right;
}

#footer .copy{
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin-top: 20px;
  color: #777;
  font-family: 'ONE-Mobile-Regular', sans-serif;
}

@media (max-width: 767px) {
  #footer {
    padding:30px 0;
  }

  #footer .infoA{
    width:100%;
    display:block;
    margin-top: 20px;
  }

  #footer .infoA .info {
    width:100%;
  }
  #footer .infoA .time {
    width: 100%;
  }
  #footer .infoA .time li{
    width:100%;
    list-style: none;
  }

  #footer .logoA{
    width:100%;
    display:inline-block;
    text-align:left;
    margin-top: 0;
  }

  #footer .logoA .copy{
    width:100%;
  }
}

@media (max-width: 991px) {
  #footer {
    padding:30px 0;
  }
  #footer .infoA{
    margin-top: 20px;
  }
  #footer .infoA .info{
    width: 100%;
  }
  #footer .infoA .time{
    width: 100%;
    margin-top: 20px;
  }
}


#quick {
  width:100px;
  position:fixed;
  z-index:999;
  right:10px;
  bottom:20px;
}

#quick .message {
  width:100px;
  height:100px;
  border-radius:100%;
  background:#62c4c2;
  cursor: pointer;
}

#quick .msg{
  width:100%;
  padding-top: 20px;
}

#quick .msg .img{
  width:30px;
  margin:0 auto;
}


#quick .msg .img img{
  width:100%;
}


#quick .msg .tx{
  font-size: 14px;
  text-align: Center;
  color: #fff;
  font-family: 'ONE-Mobile-Regular', sans-serif;
  margin-top: 10px;
}

.arlList {
  margin: 10px;
  list-style-type: none;
}

.pointer {
  cursor: pointer;
}

.popup {
  width: 300px;
  position: fixed;
  max-height: 94%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  overflow-y: hidden;
}

.titleLine {
  width: 100%;
  display: inline-block;
}

/*--------------------------------------------------------------
# layerPopup
--------------------------------------------------------------*/
.layerPopup img {
  margin-bottom : 20px;
}
.layerPopup:before {
  display:block;
  content:"";
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);
  z-index:9000
}
.layerPopup .layerBox {
  z-index:10000;
  position:fixed;
  padding:30px;
  background:#fff;
  border-radius:6px;
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
}
.layerPopup .layerBox .PopupTitle {
  margin-bottom:10px;
  padding-bottom:10px;
  font-weight:600;
  border-bottom:1px solid #d9d9d9;
}
.layerPopup .layerBox .btnTodayHide {
  font-size:14px;
  font-weight:600;
  color:black;
  float: left;
  text-decoration:none;
  width: 150px;
  height : 30px;
  line-height:30px;
  border:black solid 1px;
  text-align : center;
}
.layerPopup div{
  display : inline;
}
.layerPopup form{
  margin-top : 5px;
  font-size:16px; font-weight:600;
  height : 30px;
  line-height:30px
}
.layerPopup #close {
  font-size:16px;
  font-weight:600;
  width: 40px;
  height:30px;
  color:black;
  float: right;
  line-height:30px;
  text-align : center;
  text-decoration:underline;
}
.layerPopup button {
  border: 0;
  background-color: white;
  color: black;
}
