:root {
--themecolor: #a11f44;

/* radio button color set */
--radio: #ffc107;
--radiohover: #ffe085;
--radioborder: #ffc720;
}


.bootstrap-select>.dropdown-toggle { border-radius:0 !important; }
.dropdown-menu { border-radius:0 !important; }
.bootstrap-select .bs-ok-default:before {display: inline-block;font-weight:normal !important;content: "✓";font-size:1em;font-weight:bold;border:none !important;}
.bootstrap-select .bs-ok-default:after { display:none !important; }
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active { background-color: var(--themecolor) !important;}
.bootstrap-select>.dropdown-toggle.bs-placeholder { color:#000 !important; }
.bootstrap-select .btn { min-width:130px; }
.dropdown-toggle::after { padding-top:5px;content: "\f282";display: inline-block;font-family: bootstrap-icons !important;font-style: normal;font-weight: normal !important;font-variant: normal;text-transform: none;line-height: 1;vertical-align: -0.125em;-webkit-font-smoothing: antialiased;border: none !important;font-size:0.8em;}


.container {
  max-width: 1170px;
}


#page-wrapper { background-color:#fff; padding-bottom:50px;}
.logo { display:inline-block; }
.logo a { display:block; }
.logo img { height:50px; }

.btn-mobile-menu { display:none !important; }
.btn-mobile-menu { position: relative; top:8px; margin-left:10px; width: 18px; height: 24px; }
.btn-mobile-menu:before,
.btn-mobile-menu:after { content: ''; }
.btn-mobile-menu span { display: inline-block; max-width: 100%; overflow: hidden; white-space: nowrap; text-indent: 100%; }
.btn-mobile-menu:before,
.btn-mobile-menu:after,
.btn-mobile-menu span:only-child { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 18px; height: 2px; background-color: #000; }
.btn-mobile-menu:before { margin-top: -7px; }
.btn-mobile-menu:after { margin-top: 7px; }

.full-menu {
  position:fixed;
  background-color: var(--themecolor);
  width:100%;
  height: 100%;
  top:0;
  z-index: 999;
  display: none;
}

body.mobile-menu-open .full-menu { display:block; }
.full-menu .logo {
  padding: 25px 15px 10px 27px;
  background-color:#fff;
}

.full-menu .close-icon {
  width: 2.25rem;
  height: 2.25rem;
  right:5px;
  border-radius: 50%;
  border: .0625rem solid #999;
  display: block;
  position: relative;
  cursor: pointer;
  text-indent:-2000px;
}

.full-menu .close-icon:after {
  content:'';
  width: .125rem;
  height: 1.0625rem;
  background-color: #999;
  position: absolute;
  left: 1rem;
  top:.5625rem;
  transform: rotate(45deg);
}
.full-menu .close-icon:before {
  content: '';
  width: .125rem;
  height: 1.0625rem;
  background-color: #999;
  position: absolute;
  top:.5625rem;
  left:1rem;
  transform: rotate(-45deg);
}
.full-menu .close-icon a { display:block; width:100%; height:100%; }

.full-menu .close-img > img {
  cursor: pointer;
  vertical-align: sub;
  margin-right: 5px;
}

.navi .navi-bt {
  padding:0;
  font-family: 'Montserrat', sans-serif !important;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.22;
  transition: all .1s;
  cursor: pointer;
  display:block;
}

.full-menu-cont {
  width:100%;
  height: 100%;
  -ms-overflow-style: none;
  position: relative;
}

.full-menu-body {
  overflow-y: scroll;
  height:100%;
  padding:20px 16px 150px 30px;
  position: relative;
}
.full-menu-body::-moz-scrollbar {
    display: none;
}
.full-menu-body::-webkit-scrollbar {
    display: none;
}
.full-menu-body::-o-scrollbar {
    display: none;
}
.full-menu-body::-ms-scrollbar {
    display: none;
}

.full-menu-body .navi:not(:first-child) {
  margin-top:25px;
}

body.mobile-menu-open { overflow:hidden; }



.full-menu-body .navi .navi-subs {
  position: absolute;
  left: 35vw;
  top: 10px;
  height:100%;
  display: none;
  margin:0;
  padding:0 0 0 20px;
}


.navi-subs .navi-sub {
  line-height: 1.8;
  transition: all .2s;
  list-style:none;
}

.navi-subs a {
  font-size:18px;
  color: rgba(255, 255, 255, 0.6);
}
.navi-subs .navi-sub.active a,
.navi-subs .navi-sub:hover a {
  color: rgba(255, 255, 255, 1);
  text-decoration:none;
}

.navi-subs .navi-sub a {
  font-size:18px;
  color: rgba(255, 255, 255, 0.6);
}


.full-arrow {
    vertical-align: middle;
    margin-left: 10px;
    transform: translateX(-15px);
    transition: all .3s;
    opacity: 0;
}
.navi-subs .navi-sub.active a .full-arrow,
.navi-subs .navi-sub:hover a .full-arrow
{
  transform: translateX(0);
  opacity: 1;
}

.navi .navi-bt:hover,
.navi.active .navi-bt {
  color: var(--bs-yellow);
}
.navi.active .navi-subs {
  display:block;
}

@media screen and (max-width: 576px){
  .full-menu-titles {
    padding:10px 16px 80px 10%;
  }
  .full-menu-body .navi .navi-subs {
    position: static;
    padding-top: 20px;
    height: auto;
  }
}


header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 250;
  background-color: #fff;
  padding-top:10px;
  padding-bottom:10px;
/*
  overflow:hidden;
*/
}

/*
header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  height: 1px;
  background-color: #e4e4e4;
}
*/

#gnb { margin-bottom:0; }
header .gnb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 15px 15px 10px 15px;
}


.sub-gnb.active { background-color:rgba(255, 255, 255, 0.5); }

header.active { height:250px; }
header.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top:60px;
  height: 1px;
  background-color: #67add1;
}

header.active:after {
  display:none;
/*  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top:250px;
  height: 1px;
  background-color: #e4e4e4;
*/
}

header .gnb > ul > li { list-style:none; display:inline-block; padding:10px 20px;}
header .gnb > ul > li a { display:block; height:100%; color:#000; font-weight:500;text-decoration:none; position:relative;}

header .gnb > ul > li > a:after { content: ''; position: absolute; bottom: -3px; left: 50%; width: 0; height: 2px; -webkit-transform: translate(-50%); transform: translate(-50%); -webkit-transition: width 0.3s; transition: width 0.3s; }
header .gnb > ul > li.active > a:after, header .gnb > ul > li > a:hover:after { width: 100%; background-color: #fff; }

header .gnb .util { padding-top:5px; }
header .gnb .util a { display:inline-block; color:#000; font-size:20px; }
header .gnb .util i.bi { display:inline-block; padding-top:5px; }



header .sub-gnb {  display:block; position:absolute; height:0; border-right:0px solid #ddd; margin-top:26px;padding:20px 20px 0px 20px;overflow:hidden;}
header .sub-gnb strong { font-size: 20px; color:#000; }
header .sub-gnb > ul { margin:0; padding:0; margin-top:10px; }
header .sub-gnb > ul > li { list-style:none; margin:7px 0; padding:0px; display:block;}
header .sub-gnb > ul > li a { display:block; font-weight:400; font-size:0.9em; text-decoration:none; position:relative;}
header .sub-gnb > ul > li a:after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 1px; -webkit-transition: width 0.3s; transition: width 0.3s; }
header .sub-gnb > ul > li.active a:after,
header .sub-gnb > ul > li a:hover:after { width: 100%; background-color: #fff; }

header.active .sub-gnb { height:179px; }





header .sub-gnb { width: calc((70% - 30px) / 4); }
header .gnb > ul > li:nth-child(1) .sub-gnb { left: 300px; border-left:0px solid #ddd;}
header .gnb > ul  > li:nth-child(2) .sub-gnb { left: calc(((70% - 30px) / 4 * 1) + 300px); }
header .gnb > ul  > li:nth-child(3) .sub-gnb { left: calc(((70% - 30px) / 4 * 2) + 300px); }
header .gnb > ul  > li:nth-child(4) .sub-gnb { left: calc(((70% - 30px) / 4 * 3) + 300px); }


header.active { -webkit-transition: height .2s ease-in-out; transition: height .2s ease-in-out; }

header .sub-gnb > ul { transition: all .5s ease; transform: translateY(-50%) scaleY(0.5);-webkit-transform: translateY(-50%) scaleY(0.5);}
header.active .sub-gnb > ul { transform: translateY(0%) scaleY(1); }




/*
header .sub-gnb { display:block; height:179px; margin-top:26px;padding:20px 20px 0px 20px;}


header.active .sub-gnb > ul {  transform: translateY(0); }
*/


header .sub-gnb-bg.active {  opacity: 1; top: 61px; background-color: #7fb3ce; }
header .sub-gnb-bg { position: absolute; left: 24px; top: -1000px; width: calc((70% - 30px) / 4); height: 189px; opacity: 0; -webkit-transition: opacity .2s ease-in, left .2s ease-in-out; transition: opacity .2s ease-in, left .2s ease-in-out; }
header .sub-gnb-bg.child1 { left: 300px; }
header .sub-gnb-bg.child2 { left: calc(((70% - 30px) / 4 * 1) + 300px); }
header .sub-gnb-bg.child3 { left: calc(((70% - 30px) / 4 * 2) + 300px); }
header .sub-gnb-bg.child4 { left: calc(((70% - 30px) / 4 * 3) + 300px); }


header.member .sub-gnb { width: calc((80% - 30px) / 5); }
header.member .gnb > ul > li:nth-child(1) .sub-gnb { left: 200px; border-left:0px solid #ddd;}
header.member .gnb > ul  > li:nth-child(2) .sub-gnb { left: calc(((80% - 30px) / 5 * 1) + 200px); }
header.member .gnb > ul  > li:nth-child(3) .sub-gnb { left: calc(((80% - 30px) / 5 * 2) + 200px); }
header.member .gnb > ul  > li:nth-child(4) .sub-gnb { left: calc(((80% - 30px) / 5 * 3) + 200px); }
header.member .gnb > ul  > li:nth-child(5) .sub-gnb { left: calc(((80% - 30px) / 5 * 4) + 200px); }

header.member .sub-gnb-bg { width: calc((80% - 30px) / 5); }
header.member .sub-gnb-bg.child1 { left: 200px; }
header.member .sub-gnb-bg.child2 { left: calc(((80% - 30px) / 5 * 1) + 200px); }
header.member .sub-gnb-bg.child3 { left: calc(((80% - 30px) / 5 * 2) + 200px); }
header.member .sub-gnb-bg.child4 { left: calc(((80% - 30px) / 5 * 3) + 200px); }
header.member .sub-gnb-bg.child5 { left: calc(((80% - 30px) / 5 * 4) + 200px); }



header .dropdown { display:inline-block;}
header .dropdown-toggle::after { display:none; }
header .dropdown-item { color:#000 !important; font-size:0.9em !important;}
header .dropdown-item.active, header .dropdown-item:active { color:#fff !important; }
header .dropdown-menu { min-width:auto;}


header.active { -webkit-transition: height .2s ease-in-out; transition: height .2s ease-in-out; }
header.active .sub-gnb { display: block; opacity: 1; -webkit-transition: opacity .2s .2s ease-in-out; transition: opacity .2s .2s ease-in-out; }

.sub-gnb.active strong { color:#000; }
.sub-gnb.active a { color:#000; }
header .sub-gnb.active > ul > li a:hover:after { width: 100%; background-color: #000; }

header.active .sub-gnb { display:block; }

#gnb li.active a { color:var(--themecolor); }
.section-header { position:relative;z-index:1000;}

.top-search-wrap { display:flex; background-color:var(--themecolor);padding:10px 30px;}
.top-search-wrap .btn { font-weight:300;  margin-left:10px;}
.top-search-inner { display: block; position: relative; width:50%; background-color:#fff; }
.top-search-inner .input { display: block; width: 100%; padding: 2px 10px; }
.top-search-inner input[type="text"] { width: calc(100% - 1.5em); border:none; height: 28px; line-height: 28px; padding: 0 10px 0 10px;}
.top-search-inner input[type="text"]:focus { outline:1px dotted #ddd; }
.top-search-inner .btn-search { position: absolute; right: 0px; top: 1px; width: 38px; height: 30px; border:none; background:none; color:#000; }
.top-search-inner .btn-search i { position: absolute; top: 5px; left: 0; right: 0; bottom: 0; margin: auto; vertical-align: middle; display:block; width:100%; height:100%; font-size:1.3em; }
.top-search-inner .btn-search:focus { outline:1px dotted #ddd; }

.top-search-wrap .btn-advanced { display:block; }
@media screen and (max-width: 767px) {
  .top-search-wrap { padding:10px 10px;}
  .top-search-inner { width:100% }
  .top-search-wrap .btn-advanced  { display:none; }
}

.top-gsearch-wrap {
  display:none;
  width:33.75rem;
  position: absolute;
  top:0;
  right: 0px;
  height: calc(100% + 1px);
  background-color: var(--themecolor);
  z-index:1000;
}
.top-gsearch-wrap .top-gsearch {
  position: relative;
  height: 100%;
  width: 100%;
}
.top-gsearch-wrap .top-gsearch form {
  position: relative;
  height: 100%;
  width: 100%;
}
.top-gsearch-wrap .top-gsearch input {
  background-color: var(--themecolor);
  border: none;
  font-family: inherit;
  color: #ccc;
  width: 100%;
  height: 100%;
  padding-left: 1.25rem;
  font-size: 1rem;
  outline:0;
}

.top-gsearch-wrap .top-gsearch input::placeholder {
  color: #eee;
  font-size:0.8em;
}

.top-gsearch-wrap .top-gsearch .ser-btn {
  position: absolute;
  font-size: 1.5rem;
  right: 4.375rem;
  top:55%;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}
.top-gsearch-wrap .top-gsearch .ser-btn i {
  vertical-align: text-bottom !important;

}

.top-gsearch-wrap .top-gsearch .btn-close-top-gsearch {
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.close-icon,
.close-icon2 {
  display: block;
  position: relative;
  cursor: pointer;
}

.top-gsearch-wrap .top-gsearch .btn-close-top-gsearch,
.close-icon,
.close-icon2 {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: .0625rem solid #fff;

}
.top-gsearch-wrap .top-gsearch .btn-close-top-gsearch {
  position: relative;
  position: absolute;
  right: 1.25rem;
}
.top-gsearch-wrap .top-gsearch .btn-close-top-gsearch:hover ,
.close-icon:hover,
.close-icon2:hover{
  border:.0625rem solid #fff;
}
.top-gsearch-wrap .top-gsearch .btn-close-top-gsearch:after,
.close-icon:after,
.close-icon2:after {
  content:'';
  width: .125rem;
  height: 1.0625rem;
  background-color: #fff;
  position: absolute;
  left: 1rem;
  top:.5625rem;
  transform: rotate(45deg);
}
.top-gsearch-wrap .top-gsearch .btn-close-top-gsearch:before,
.close-icon:before,
.close-icon2:before {
  content: '';
  width: .125rem;
  height: 1.0625rem;
  background-color: #fff;
  position: absolute;
  top:.5625rem;
  left:1rem;
  transform: rotate(-45deg);
}

.top-gsearch-wrap .top-gsearch .btn-close-top-gsearch,
.close-icon,
.close-icon2 {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: .0625rem solid #fff;
}


.full-menu .close-icon:hover{
  border:.0625rem solid #000;
}
.full-menu .close-icon:after {
  background-color: #000;
}
.full-menu .close-icon:before {
  background-color: #000;
}

@media screen and (max-width: 998px) {
  .top-gsearch-wrap {
    right: 0;
    top:0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .2);
  }
}

/* main */
.main-section { margin-bottom:30px; }

h2.mc-tit {
  font-size: 1.875rem;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: -0.03em
}

h3.mc-tit {
  font-size: 1.375rem;
  margin-bottom: 5px;
  font-weight: 500;
  letter-spacing: -0.05em
}


#popupModal .modal-header { background-color:#279ebc; color:#fff; max-height:60px;}
#popupModal .modal-header img { max-height:50px; }
#popupModal .modal-header .btn-close { background-color:#fff; }

#popupModal .modal-footer { position:relative; }
#popupModal .carousel-indicators [data-bs-target] { background-color:#279ebc; height:10px; margin-top:1px;}
#popupModal .carousel-indicators {position: relative; right: auto; bottom: auto; left: auto; z-index: 2; margin-right: 20px; margin-bottom: 0; margin-left: 20px; }
#popupModal .carousel-control-next,
#popupModal .carousel-control-prev { border-radius:50%; position:relative; }
#popupModal .carousel-control-next:hover,
#popupModal .carousel-control-prev:hover { color: #000; opacity: .4; }
#popupModal .carousel-control-next-icon,
#popupModal .carousel-control-prev-icon { background-size:50%; filter: invert(1) grayscale(100); }


.popup-modal h3.poptitle { text-align:center; margin-bottom:20px; padding:5px; font-size:25px; background-color:#f5f5f5; color:#000; }
.popup-modal .carousel-control-next, .carousel-control-prev {
  width: auto;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  background-color:rgba(0, 0, 0, .2);
}


/* 로그인 후 */
header.member header.active { height:280px; }
header.member header.active:after { top:280px; }
header.activer.member .sub-gnb { height:209px;}
header.activer.member .sub-gnb-bg {height: 220px;}


.app-wrapper { padding-top:160px;}


.app-breadcrumb { display: block; margin-bottom:30px; width: 100%; height: 60px; border-bottom: 1px solid #e4e4e4; font-size: 14px;}
.app-breadcrumb ul { width: 100%;  margin: 0 auto; padding: 16px 15px; }
.app-breadcrumb ul:after { content: ''; display: block; clear: both; }
.app-breadcrumb li { display:inline-block; }
.app-breadcrumb li + li { position: relative; margin-left: 20px; padding-left: 25px; }
.app-breadcrumb li + li:before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-right: 1px solid #000; border-bottom: 1px solid #000; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; }
.app-breadcrumb li a span { display: inline-block; line-height: 20px;  }

.app-breadcrumb li i.bi-house-door { font-size:18px; }

.content-wrapper { padding:0; }

.content-wrapper a:focus { outline:1px dotted #eee; }

body.mainpage .app-breadcrumb,
body.page-error .app-breadcrumb,
body.mainpage .page_title,
body.page-error .page_title { display:none; }


.page_title { margin-bottom:25px; font-size:34px; }
.page_item { margin-bottom:10px; font-size:24px; }

.item_bar {padding:5px 5px;
  --stripe: #cfd8dc;
  --bg: #e1e1e1;
  background: linear-gradient(135deg, var(--bg) 25%, transparent 25%) -5px 0,
  linear-gradient(225deg, var(--bg) 25%, transparent 25%) -5px 0,
  linear-gradient(315deg, var(--bg) 25%, transparent 25%),
  linear-gradient(45deg, var(--bg) 25%, transparent 25%);
  background-size: 5px 5px;
  background-color: var(--stripe);
}

@media (max-width: 1024px) {

  header .sub-gnb { width: calc((80% - 30px) / 4); }
  header .gnb > ul > li:nth-child(1) .sub-gnb { left: 200px;}
  header .gnb > ul  > li:nth-child(2) .sub-gnb { left: calc(((80% - 30px) / 4 * 1) + 200px); }
  header .gnb > ul  > li:nth-child(3) .sub-gnb { left: calc(((80% - 30px) / 4 * 2) + 200px); }
  header .gnb > ul  > li:nth-child(4) .sub-gnb { left: calc(((80% - 30px) / 4 * 3) + 200px); }

  header .sub-gnb-bg { width: calc((80% - 30px) / 4); }
  header .sub-gnb-bg.child1 { left: 200px; }
  header .sub-gnb-bg.child2 { left: calc(((80% - 30px) / 4 * 1) + 200px); }
  header .sub-gnb-bg.child3 { left: calc(((80% - 30px) / 4 * 2) + 200px); }
  header .sub-gnb-bg.child4 { left: calc(((80% - 30px) / 4 * 3) + 200px); }

  header.member .sub-gnb { width: calc((90% - 30px) / 5); }
  header.member .gnb > ul > li:nth-child(1) .sub-gnb { left: 100px;}
  header.member .gnb > ul  > li:nth-child(2) .sub-gnb { left: calc(((90% - 30px) / 5 * 1) + 100px); }
  header.member .gnb > ul  > li:nth-child(3) .sub-gnb { left: calc(((90% - 30px) / 5 * 2) + 100px); }
  header.member .gnb > ul  > li:nth-child(4) .sub-gnb { left: calc(((90% - 30px) / 5 * 3) + 100px); }
  header.member .gnb > ul  > li:nth-child(5) .sub-gnb { left: calc(((90% - 30px) / 5 * 4) + 100px); }

  header.member .sub-gnb-bg { width: calc((90% - 30px) / 5); }
  header.member .sub-gnb-bg.child1 { left: 100px; }
  header.member .sub-gnb-bg.child2 { left: calc(((90% - 30px) / 5 * 1) + 100px); }
  header.member .sub-gnb-bg.child3 { left: calc(((90% - 30px) / 5 * 2) + 100px); }
  header.member .sub-gnb-bg.child4 { left: calc(((90% - 30px) / 5 * 3) + 100px); }
  header.member .sub-gnb-bg.child5 { left: calc(((90% - 30px) / 5 * 4) + 100px); }


}

@media (max-width: 998px) {

  header .sub-gnb { width: calc((90% - 30px) / 4); }
  header .gnb > ul > li:nth-child(1) .sub-gnb { left: 100px;}
  header .gnb > ul  > li:nth-child(2) .sub-gnb { left: calc(((90% - 30px) / 4 * 1) + 100px); }
  header .gnb > ul  > li:nth-child(3) .sub-gnb { left: calc(((90% - 30px) / 4 * 2) + 100px); }
  header .gnb > ul  > li:nth-child(4) .sub-gnb { left: calc(((90% - 30px) / 4 * 3) + 100px); }

  header .sub-gnb-bg { width: calc((90% - 30px) / 4); }
  header .sub-gnb-bg.child1 { left: 100px; }
  header .sub-gnb-bg.child2 { left: calc(((90% - 30px) / 4 * 1) + 100px); }
  header .sub-gnb-bg.child3 { left: calc(((90% - 30px) / 4 * 2) + 100px); }
  header .sub-gnb-bg.child4 { left: calc(((90% - 30px) / 4 * 3) + 100px); }

  header.member .sub-gnb { width: calc((100% - 30px) / 5); }
  header.member .gnb > ul > li:nth-child(1) .sub-gnb { left: 15px;}
  header.member .gnb > ul  > li:nth-child(2) .sub-gnb { left: calc(((100% - 30px) / 5 * 1) + 15px); }
  header.member .gnb > ul  > li:nth-child(3) .sub-gnb { left: calc(((100% - 30px) / 5 * 2) + 15px); }
  header.member .gnb > ul  > li:nth-child(4) .sub-gnb { left: calc(((100% - 30px) / 5 * 3) + 15px); }
  header.member .gnb > ul  > li:nth-child(5) .sub-gnb { left: calc(((100% - 30px) / 5 * 4) + 15px); }

  header.member .sub-gnb-bg { width: calc((100% - 30px) / 5); }
  header.member .sub-gnb-bg.child1 { left: 15px; }
  header.member .sub-gnb-bg.child2 { left: calc(((100% - 30px) / 5 * 1) + 15px); }
  header.member .sub-gnb-bg.child3 { left: calc(((100% - 30px) / 5 * 2) + 15px); }
  header.member .sub-gnb-bg.child4 { left: calc(((100% - 30px) / 5 * 3) + 15px); }
  header.member .sub-gnb-bg.child5 { left: calc(((100% - 30px) / 5 * 4) + 15px); }

  /*.app-wrapper { margin-top:60px; }*/
}

header .btn-top-dropdown { display:none }
header .btn-top-search { display:inline-block; }


.full-menu-bottom {
  height: 70px;
  position: absolute;
  bottom:0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .2);
}
.full-btm {
  height: 100%;
  padding: 10px 10px;
  display:flex;
}


.full-btm-item a {
  display:block;
  color: rgba(255, 255, 255, .8);
  font-size: 1em;
  transition: all .1s;
  text-align:center;
  padding:0 20px;
}
.btm1 a {
  color: #b6985e;
}
.full-btm-item a:hover {
  color: rgba(255, 255, 255, .5);
}

@media screen and (max-width: 576px){
  .app-breadcrumb { display:none; }
  /*html:not(.mainpage) .content-wrapper { margin-top: 30px; }*/
}


@media (max-width: 998px) {
  header .gnb > ul {
    display:none !important;
  }
  header .btn-mobile-menu { display:inline-block !important; }
  header .sub-gnb { display:none !important; }
  header.active { height:61px !important; }

}

@media (min-width: 992px) {
  .full-menu { display:none !important; }
}


/* banner */
.swiper { height:400px; }

.swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  position:relative;
}
.swiper-slide:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #45484d 0%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #eee 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity:0.3;
  z-index:1;
}

.swiper-slide .text-white {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 7.3%;
  z-index:10;
}
.banner-tit {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -1.5px;
}
.banner-txt {
  margin-top: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: -.66px;
}

@media screen and (max-width: 1199px) {
  .swiper-slide .text-white {
    left: 3%;
  }
  .banner-tit {
    font-size: 1.7rem;
  }
  .banner-txt {
    margin-top: 16px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container { height:300px; }

  .swiper-slide .text-white {
    left: 3%;
  }
  .banner-tit {
    font-size: 1.5rem;
  }
  .banner-txt {
    margin-top: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px){
  .swiper-container { height:250px; }
}

/* content */
.cont-wrap { margin-top:10px; }
.sub-title { margin-top:30px; font-size: 1.2em; font-weight: bold; line-height: 1.07; color: var(--themecolor); }
.item-title { margin-top:10px; font-size: 1em; font-weight: bold; line-height: 1.07; }

.jcsemail { font-size:1.2em; font-weight:bold; }

.pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}


.journals a { display:block; text-align:center; margin-bottom:30px;}
.journals .volume { font-weight:bold; margin-top:10px;}
.journals .article span { color:var(--themecolor);}

.articles { margin:0; padding:0; }
.articles li { list-style:none; padding-bottom:30px; padding-top:30px; border-bottom:1px dotted #ddd; }
.articles li .title { font-weight:bold; font-size:1.2em; }
.articles li .author { font-weight:bold; font-size:0.9em; }
.articles li .author span { font-weight:normal; }
.articles li .journal { color:#999; font-size:0.9em; }
.articles li .journal span { font-style:italic; }
.articles li .journal a { color:#999; }
.articles li .journal a:hover { text-decoration:underline; }
.articles li .abstract { margin-top:5px; line-height:1.3;}
.articles li .abstract span { font-weight:bold; color:#a11f44; }
.articles li .abstract a { color:var(--themecolor); }
.articles li .abstract-full { margin-top:5px; line-height:1.3;display:none;}
.articles li .abstract-full span { font-weight:bold; color:#a11f44; }
.articles li .abstract-full a { color:var(--themecolor); }
.articles li .keywords span { font-weight:bold; }
.articles li .keywords a { color:var(--themecolor); font-style:italic;}

.articles li .title i:before { padding-top:10px; color:var(--bs-danger); }
.articles li .title .g-scholar { width:20px; }

.articles li.no-data { padding:50px; text-align:center; }
.articles li a.doi-link { font-weight:bold; }

.articles.no-last li:last-child { border-bottom:none !important; }

/* 투고논문 */
.submit-paper { margin:0; padding:0; }
.submit-paper li { list-style:none; padding:20px; margin-bottom:30px; border:1px dotted #ddd; }
.submit-paper li .title { padding-top:10px; font-weight:bold; font-size:1.2em; }
.submit-paper li .author { font-weight:bold; font-size:0.9em; }
.submit-paper li .author span { font-weight:normal; }
.submit-paper li .abstract { margin-top:5px; line-height:1.3;}
.submit-paper li .abstract span { font-weight:bold; color:#a11f44; }
.submit-paper li .title i:before {color:var(--bs-danger); }

.submit-paper li.no-data { padding:50px; text-align:center; }

#reviewer-list { margin:0; padding:0; }
#reviewer-list li { list-style:none; border:1px dotted #ddd; padding:10px; margin-bottom:10px;}
#reviewer-list li.no-data { text-align:center; }

.box-content { border:1px dotted #ddd; padding:10px; margin-bottom:20px; }
.top-border { border-top:1px dotted var(--themecolor); margin-top:20px; padding-top:20px; }

.referee-report-line { border-top:3px dotted var(--themecolor); margin-top:40px; padding-top:40px; position:relative; }
.referee-report-line:after {
  content: attr(data-title);
  position:absolute;
  display:inline-block;
  padding:0 10px;
  left:50%;
  transform:translateX(-50%);
  top:-1em;
  z-index:99;
  background-color:#fff;
  color:var(--themecolor);
}

/** Footer **/
.jcs-footer {background:#ebeaeb !important; border-top: 0 !important;padding:40px 0;}
.list-footer {list-style:none;margin:0;padding:0}
.list-footer li{margin-bottom:6px;font-size:0.875rem;font-weight:400;color:#646464}
.ftit {font-size:1rem;font-weight:500;color:#000;margin-bottom:10px;}
.fcopy {margin-top:10px; font-size:0.875rem;font-weight:300;color:#848484}

.fcopy span { display:inline-block; margin-left:20px;}
.fcopy span a { display:inline-block; margin-left:10px; }
.fcopy span a.btn-privacy { color:#f00; }

@media screen and (max-width: 768px) {
  .fcopy span { margin-left:0px; display:block; margin-top:10px; }
  .fcopy span a:first-child { margin-left:0px;  }
}



#gotoTop {
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
  opacity:0.5;
  background-color: var(--themecolor);
}


#gotoTop:hover { opacity:1 }

body.mobile-menu-open #gotoTop { display:none !important; }



.mainpage .tab_wrap { margin-bottom:0; }
.mainpage .tbl_ul { border-top: none; }
.mainpage .calendar-wrap { margin-top:14px; }

.mainpage .form-box {
  margin-top: 0px;
  padding: 10px 0 20px 0;
  border-radius: 0px;
  background-color:#fefefe;
  margin-bottom:30px;
}
.mainpage .member-login .form-control { background-color:transparent; }


.mainpage .form-box.member-login h3 {
  margin-bottom: 10px;
}


.help-box { margin-bottom: 25px; background-color: #f7f7f7; border-radius: 20px;}
.help-box .bi { font-size:40px; line-height:0; }
.help-box .btn .bi { font-size:12px; }

.help-box .help-btns { display:inline-block; margin-left:10px;}

.help-box .help-btns { display:inline-block; margin-left:10px;}

@media (max-width: 1200px) {
  .help-box .help-btns { display:block; margin-top:10px;margin-left:0; }
  header .gnb > ul > li { padding:10px 10px;}
}
@media (min-width: 1024px) {
  .help-box .help-cont dt > br {
      display: none;
  }
}

.help-box .help-cont dt { font-weight:500; }

.help-box .help-cont { padding: 30px 40px; }
@media screen and (max-width: 768px) {
  .help-box .help-cont {padding: 15px 20px; }
}

@media (min-width: 1024px) {
  .help-box { margin-top: 26px; }
  .help-box .help-cont dl { margin-left: 30px; }
  .help-box .help-cont dt > br { display: none; }
}

@media (max-width: 1023px) {
  .help-box .help-cont i.bi { display:none; }
  .help-box .help-cont dd a { margin-bottom:5px; }
}


.help-box dl { margin-bottom:0; }
.help-box dl dt { margin:5px 0; }
.help-box dl dt:first-child { margin-top:0; }
.help-box dl dd:last-child { margin-bottom:0; }

.bg-pink {
    background-color: #e83e8c !important;
}

.bg-purple {
    background-color: #6f42c1 !important;
}

.btn-outline-pink {
    color: #e83e8c;
    border-color: #e83e8c;
}

.btn-outline-purple {
    color: #6f42c1;
    border-color: #6f42c1;
}

.btn-outline-pink:hover {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1
}

.tip-box { padding: 5px 0px 10px 0; }
.tip-box .tip { padding-left: 15px; margin-bottom: 2px; font-size: 13px; line-height: 20px; text-indent: -15px; }

@media (max-width: 1279px) { [only-desktop], .only-desktop { display: none !important; } }

@media (min-width: 1280px) { [only-mobile], .only-mobile { display: none !important; } }

@media (max-width: 639px) { [only-tablet], .only-tablet { display: none !important; } }

@media (min-width: 1280px) { [only-tablet], .only-tablet { display: none !important; } }


i.bi { vertical-align:middle; }
[class^="bi-"]::before, [class*=" bi-"]::before {
  vertical-align:0%;
}

.calendar-year span {
  display:inline-block;
  padding:0 20px;
  text-align:baseline;
}

.calendar-wrap { border-top: 1px solid #333; margin-top:20px; }
.calendar-wrap p{ margin-bottom:0}
.calendar-wrap .work-wrap { border-bottom: 1px solid #ddd; }
.calendar-wrap .work-wrap .month { display: inline-block; vertical-align: top; width: 120px; padding: 20px 0px 20px 20px; text-align: left;}
.calendar-wrap .work-wrap .month .month-text { font-size:1.125rem; font-weight: 500; line-height:1;color:#000 }
.calendar-wrap .work-wrap .work-content { display: inline-block; padding:20px 0 0; width: calc(100% - 140px);}
.calendar-wrap .work-wrap .work-content .work .day { display: inline-block; color: #333; width: 200px;}
.calendar-wrap .work-wrap .work-content .work .desc { display: inline-block; font-weight: 500; }

.mainpage .calendar-wrap .work-wrap .work-content { width:100%; }
.mainpage .calendar-wrap .work-wrap .work-content { padding: 10px 0 0;}

@media (min-width: 1280px) {
  .calendar-wrap .work-wrap .work-content { padding: 20px 0 0; width: calc(100% - 140px);}
  .calendar-wrap .work-wrap .work-content .work .desc + .desc { padding-left: 280px; margin-top: -25px;}
}

@media (min-width: 769px) {
  .calendar-wrap .work-wrap .work-content .work .day { font-size:1rem; font-weight: 400; line-height: 24px; vertical-align: top;}
  .calendar-wrap .work-wrap .work-content .work .desc { padding-bottom: 20px; font-size:1rem; line-height: 20px;}
  .calendar-wrap .work-wrap .work-content .work .desc { width: calc(100% - 280px);}

  .mainpage .calendar-wrap .work-wrap .work-content .work .day { font-size:0.9em;}
  .mainpage .calendar-wrap .work-wrap .work-content .work .desc { padding-bottom: 10px;font-size:0.9em;}
}

@media (max-width: 768px) {
  .calendar-wrap .work-wrap .month { width: 100%; padding: 20px 0px 20px 0px; text-align: center; border-bottom:1px dotted #ddd; }
  .calendar-wrap .work-wrap .work-content { padding: 17px 10px; width:100%;}
  .calendar-wrap .work-wrap .work-content .work .day { padding-bottom: 3px; font-size: 13px; font-weight: 400; line-height: 20px; width:150px;}
  .calendar-wrap .work-wrap .work-content .work .desc { padding-bottom: 4px; font-size: 13px; line-height: 20px;}
  .calendar-wrap .work-wrap .work-content .work .desc + .desc { margin-top: -5px;}

  .mainpage .calendar-wrap .work-wrap .work-content { padding: 10px 0 10px;}

  .calendar-wrap .work-wrap:nth-child(even) { background-color:#f9f9f9; }

}


@media screen and (max-width: 576px){
  .calendar-wrap .work-wrap .work-content .work .day { display: block;}
  .calendar-wrap .work-wrap .work-content .work .desc { display: block;}
}



.table-responsive {
  position: relative;
}

@media screen and (max-width: 768px){
  .table-responsive {
    white-space: nowrap;
  }
}


/******************** boxlist-wrapper ***********************/
.boxlist-wrapper .no-data {
  padding: 70px 0;
  text-align: center;
  font-size:15px;
}


.boxlist-wrapper .link-title {
  line-height: 1.45;
  font-size: 1.375rem;
  letter-spacing: -0.04125rem;
  font-weight: 500;
  transition: all 0.3s;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-bottom:10px;
}
.boxlist-wrapper .link-title > p {
  font-size: 1rem;
  color: #279ebc;
  font-weight: blod;
  letter-spacing: -0.03rem;
  margin-bottom: 0.75rem;
}

.boxlist-wrapper .link-title:hover {
  color: #002c78;
}
.boxlist-wrapper .cont-bottom {
  color: #666;
  font-weight: 500;
}

.boxlist-wrapper .box-cont {
  margin-bottom: 1.25rem;

}

.boxlist-wrapper .box-inner
{
  text-decoration: none;
  color: #333;
  display:block;
  padding: 1.4375rem 1.875rem ;
  transition:all 0.3s;
  border:1px solid #ddd !important;
}
.boxlist-wrapper a.box-inner:hover {
  border: 1px solid #002c78 !important;
}

.boxlist-wrapper .btn-box {
  margin-top:10px;
  padding-top:10px;
  border-top:1px dotted #eee;
  text-align:center;
}



.boxlist-wrapper .notice-btn > a {
  min-width: 5rem;
  height: calc(1.5em + .75rem + 6px);
  transition: all 0.3s;
  letter-spacing: -0.03rem;
}
.boxlist-wrapper .notice-btn > a:not(:last-child) {
  margin-right: .325rem;
}
.boxlist-wrapper .notice-btn > a.click {
  background-color: #002c78;
  color: #fff;
  border: 1px solid #002c78 !important;
}
.boxlist-wrapper .notice-btn > a:not(.click) {
  color: #333;
}
.boxlist-wrapper .notice-btn > a:not(.click):hover{
  border: 1px solid #002c78 !important;
  color: #002c78;
}
.boxlist-wrapper .navbar {
  padding:.5rem 0;
}
.boxlist-wrapper .navbar button.tit-cont {
  color: #666;
  font-size: 0.875rem;
  padding: .5rem .75rem;
  margin-right: .625rem;
}
.boxlist-wrapper .form-inline {
  flex-flow: inherit;
}
.boxlist-wrapper .form-inline > input {
  font-size: 0.875rem;
  height: calc(1.5em + .75rem + 7px);
  margin-right: .625rem;
}
.boxlist-wrapper .form-inline > button.search-btn {
  color: #fff;
  background-color: #002c78;
  width: 4.125rem;
  height: calc(1.5em + .75rem + 2px);
  width: 5.625rem;
}





/******* faq ******/
.faq-icon {
    font-weight: 500;
    font-size: 1.125rem;
    margin-right: 10px;
    color: #279ebc;
}

.main-faq {
  background-color: #f3f4f4;
  position: relative;
  padding-bottom: 9.375rem;
}
.main-faq:after {
  content: '';
  width: .1875rem;
  height: 11.875rem;
  background-color: #d7dcdd;
  position: absolute;
  top:0;
  left: 50%;

}
.main-faq .container-fluid{
  padding-top: 8.4375rem;

}
.main-faq .container-fluid .faq-tit {
  color: #1e1e1e;
  font-size: 2.5rem;
}
.main-faq .faq-wrap {
  margin-top: 2.5rem;
}

.faq-wrap div.faq-answer { max-width:calc(100% - 20px); }
.faq-wrap .panel-group .panel > .panel-heading {
  border-bottom: 1px dotted #1e1e1e;
}

.faq-wrap .panel-group .panel  .panel-body {
  border-bottom: 1px solid #1e1e1e;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  font-size: 15px;
  line-height:1.8;
  color: #666;
}

.faq-wrap .panel-group .panel .panel-title { margin-bottom:0; }
.faq-wrap .panel-group .panel .panel-title > button {
  text-align:left;
  position:relative;
  color: #1e1e1e;
  display: block;
  width: 100%;
  padding: 15px 0;
  z-index: 1;
  font-size: 1rem;
  font-weight:500;
  line-height: 1.8;
  background:transparent;
  border:none;
}
.faq-wrap .panel-group .panel .panel-title > button:focus { outline:1px dotted #ddd; }

.faq-wrap .panel-group .panel .panel-title > a:hover {
  text-decoration:none;
}
.faq-wrap .panel-group .panel .panel-title > button:after {
  z-index:100;
  background-image: url("../images/site/btns.png");
  content:'';
  background-repeat: no-repeat;
  transition: transform .2s ease-in-out;
  width: 2.5rem;
  height: 2.5rem;
  background-size: cover;
  cursor: pointer;
  margin-left: auto;
  flex-shrink: 0;
  position:absolute;
  right:0;
}
.faq-wrap .panel-group .panel .panel-title > button:not(.collapsed)::after {
  z-index:100;
  transform: rotate(180deg);
}

.faq-wrap .no-data {
  border-bottom:1px solid #eee;
  padding: 70px 0;
  text-align: center;
  font-size:15px;
}

.faq-category li a span {
  margin: 0 2px;
  color: #0072de;
}

@media screen and (max-width: 768px) {
  .faq-wrap .panel-group .panel .panel-title > button {
    font-size: 15px;
    padding: 9px 0;
  }

  .faq-wrap .panel-group .panel .panel-title > button:after {
    width: 2rem;
    height: 2rem;
    top:9px;
  }
}

@media (max-width: 991px) {

  .faq-category li.active a span {
    color: #fff;
  }
}


/******** member ********/
.member-login { margin-top: 25px; padding: 10px 0; }
.member-login .box-inner { padding: 0 20%; }
.member-login-list > div { padding: 30px 0; }
.member-login-list > div + div { border-top: 1px solid #ddd; }
.member-login-list div[class^="btn-"] { max-width: 448px; margin: 0 auto; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.member-login-list div[class^="btn-"] + div[class^="btn-"] { margin-top: 15px; }
.member-login-list .icon-btn-box button { padding: 9px 0; }
.member-login-list .icon-btn-box i { vertical-align: middle; }
.member-login-list .icon-btn-box i + span { display: inline-block; vertical-align: middle; margin-left: 10px; text-indent: 0; }
.member-login-list .btn-line-box { text-align: center; }
.member-login-list .btn-line { border-bottom: 2px solid #000; font-size: 16px; font-weight: bold; }


.member-login .floating {
  margin-top: 20px;
  margin-bottom: 30px;
}

.member-login .floating + .form-group .btn {
  margin-top: 10px;
}

.member-login .checkboxwrap { margin:5px 0 10px 0; }
.member-login .checkboxwrap label { color:#666; font-size:0.9em; }

.member-login .alert { font-size:0.9rem; }

.floating {
  position: relative;
}

.floating input {
  margin-top: 20px;
  padding:8px 0px !important;
  border-top:none;
  border-right:none;
  border-left:none;
  border-radius: 0px;
  transition: .15s border-color;
  font-size:0.9em;
  width:100% !important;
  display:block !important;
}

.floating input + label {
  color: #bdc3cd;
  cursor: text;
  font-size:14px;
  font-weight: 400;
  left: 0px;
  position: absolute;
  top: 5px;
  transition: .15s top, .15s font-size, .15s color;
  z-index: 2;
}

.floating input + label span {
  z-index: 3;
  position: relative;
}

.floating input + label::before {
  position: absolute;
  content: '';
  top: 8px;
  right: -5px;
  left: -5px;
  height: 3px;
  background: white;
  opacity: 0;
  transform: translate3d(0, -23px, 0) scaleX(0.1);
  transition: .15s transform, .15s opacity;
}

.floating input.input-lg + label {
  top: 6px;
}

.floating input.form-control:focus {
  box-shadow: none;
}

.floating input:focus + label,
.floating input.not-empty + label {
  font-size: 13px;
  font-weight: 400;
  top: -15px;
  z-index: 3;
  color:#007bff;
}

.floating input:focus + label::before,
.floating input.not-empty + label::before {
  transform: translate3d(0, 0, 0) scaleX(1);
  z-index: 1;
  opacity: 1;
}








/* sign up */
.form-box h3 { font-size:25px; font-weight:500; text-align:center; margin-bottom:30px;}
.scrollbox { border:1px solid #ddd; padding:10px; width:100%; margin-top:10px; overflow-y:auto;}
.signup-terms-of-use, .signup-privacy { height:100px; }
.noflex li { display:block !important; }

.px-md-extra { padding-left:50px; padding-right:50px; }
.px-10, .px-lg-extra { padding-left:70px; padding-right:70px; }
.btn-box { margin-top:20px; padding-top:20px; border-top:1px dotted #ddd; text-align:center; }
.btn-box.no-top {border-top:none; }

.btn-box > div { /*position:fixed;*/ }

@media (max-width: 768px) {
  .px-md-extra { padding-left:40px; padding-right:40px; }
  .px-10, .px-lg-extra { padding-left:60px; padding-right:60px; }
}

@media (max-width: 576px) {
  .px-md-extra { padding-left:30px; padding-right:30px; }
  .px-10, .px-lg-extra { padding-left:50px; padding-right:50px; }
}



.subject_beginner td { background-color:#ffffff; }
.subject_intermediate td { background-color:#fafafa; }
.subject_advanced td { background-color:#f3f3f3; }
.subject_professional td { background-color:#eee; }


/* 나의 현황 */
.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.my-serivice [class*="col-"] {
  margin-bottom: 30px;
}

.svc-item {
  height: 100%;
  padding: 20px 20px 10px;
  margin-top: 0px;
  border-radius:10px;
  background: #fafafa;
}

.svc-item.profile { text-align:center; }
.svc-item.profile a {
    display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100%;
}

.svc-item h3 { font-size:20px; margin-bottom:10px; font-weight:400;}
.svc-item.profile h3 { font-size:28px; }
.svc-item h4 { font-size:13px; color:#909090;font-weight:300; }
.svc-item h4.split { border-top:1px dotted #ddd; margin-top:20px; padding-top:20px; }

.svc-item a { display:block; }
.svc-item a * { color:#000; }

.svc-item ul { padding:0; margin:0; }
.svc-item ul li { list-style:none; }
.svc-item ul li.no-data { text-align:center; }


/* 과정 진행율 */
.program-progress-wrap { margin-top:10px; background-color:#fafafa; height:20px; width:100%;}
.program-progress { position:relative;background-color:#279ebc;height:20px;color:#000; text-align:center;font-size:0.9em;}
.program-progress:after {
  content: attr(data-percent);
  position: absolute;
  display: inline-block;
  padding: 0 0px;
  right:5px;
  top: 0px;
  z-index: 99;
  color:#fff;
}
.program-progress.under5:after {
  content: attr(data-percent);
  position: absolute;
  display: inline-block;
  padding: 0 0px;
  left:0px;
  top: 0px;
  min-width:20px;
  z-index: 99;
  color:#000;
}

.rightside {position: sticky; top: 160px; z-index: 100;font-size:0.9em;}


.rightside [class*="col-"] { margin-bottom: 20px;}
.rightside .panel-box { height:100%; }

.panel-box { border: 1px solid #ddd; padding: 15px 20px;}
.bg-gray { background-color:#f5f5f5; }
.panel-box h4 { color: var(--themecolor); }
.login-link { margin-top:10px;}
.login-link a { display:block; }

.panel-box .newslist { margin:0; padding:0; }
.panel-box .newslist li { list-style:none; border-bottom:1px dotted #ddd; }
.panel-box .newslist li a { display:block; padding:5px 0px;}
.panel-box .newslist li a span { display:block; }
.panel-box .newslist li a span.date { font-size:0.8em; }
.panel-box .newslist li a span.title { font-weight:bold; }
.panel-box .panel-bottom { margin-top:10px; }
.panel-box .panel-bottom a { color:var(--themecolor); }


.rightside .loginbox label {
  font-size:0.85em;
}

/*
@media (min-width:1200px) and (max-width: 1400px) {
  .rightside .loginbox label {
    font-size:0.9em;
    padding-right:5px !important;
  }
}
*/