.container { position:relative; }

#page-wrapper { background-color:#fff; }
.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: #fff; }
.btn-mobile-menu:before { margin-top: -7px; }
.btn-mobile-menu:after { margin-top: 7px; }

.full-menu {
  position:fixed;
  background-color: #333;
  width:100%;
  height: 100%;
  top:0;
  z-index: 999;
  display: none;
}

body.mobile-menu-open .full-menu { display:block; }
.full-menu .logo {
  padding: 5px 15px 10px 15px;
}

.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: #fff;
  position: absolute;
  left: 1rem;
  top:.5625rem;
  transform: rotate(45deg);
}
.full-menu .close-icon:before {
  content: '';
  width: .125rem;
  height: 1.0625rem;
  background-color: #fff;
  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: #aaa;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.22;
  transition: all .1s;
  cursor: pointer;
}

.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:35px;
}

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: 2.22;
  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: #fff;
}
.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: 0;
  left: 0;
  width: 100%;
  height:60px;
  z-index: 250;
  background-color: #279ebc;
/*
  overflow:hidden;
*/
}

/*
header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  height: 1px;
  background-color: #e4e4e4;
}
*/

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-top: 5px;
  padding-left: 15px;
  padding-right: 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:#fff; 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:#fff; 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:5px 20px 0px 20px;overflow:hidden;}
header .sub-gnb strong { font-size: 20px; color:#fff; }
header .sub-gnb > ul { margin:0; padding:0; margin-top:10px; }
header .sub-gnb > ul > li { list-style:none; margin:5px 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) / 5); }
header .gnb > ul > li:nth-child(1) .sub-gnb { left: 200px; border-left:0px solid #ddd;}
header .gnb > ul  > li:nth-child(2) .sub-gnb { left: calc(((70% - 30px) / 5 * 1) + 200px); }
header .gnb > ul  > li:nth-child(3) .sub-gnb { left: calc(((70% - 30px) / 5 * 2) + 200px); }
header .gnb > ul  > li:nth-child(4) .sub-gnb { left: calc(((70% - 30px) / 5 * 3) + 200px); }
header .gnb > ul  > li:nth-child(5) .sub-gnb { left: calc(((70% - 30px) / 5 * 4) + 200px); }


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) / 5); 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: 200px; }
header .sub-gnb-bg.child2 { left: calc(((70% - 30px) / 5 * 1) + 200px); }
header .sub-gnb-bg.child3 { left: calc(((70% - 30px) / 5 * 2) + 200px); }
header .sub-gnb-bg.child4 { left: calc(((70% - 30px) / 5 * 3) + 200px); }
header .sub-gnb-bg.child5 { left: calc(((70% - 30px) / 5 * 4) + 200px); }


header.member .sub-gnb { width: calc((90% - 30px) / 6); }
header.member .gnb > ul > li:nth-child(1) .sub-gnb { left: 70px; border-left:0px solid #ddd;}
header.member .gnb > ul  > li:nth-child(2) .sub-gnb { left: calc(((90% - 30px) / 6 * 1) + 70px); }
header.member .gnb > ul  > li:nth-child(3) .sub-gnb { left: calc(((90% - 30px) / 6 * 2) + 70px); }
header.member .gnb > ul  > li:nth-child(4) .sub-gnb { left: calc(((90% - 30px) / 6 * 3) + 70px); }
header.member .gnb > ul  > li:nth-child(5) .sub-gnb { left: calc(((90% - 30px) / 6 * 4) + 70px); }
header.member .gnb > ul  > li:nth-child(6) .sub-gnb { left: calc(((90% - 30px) / 6 * 5) + 70px); }

header.member .sub-gnb-bg { width: calc((90% - 30px) / 6); }
header.member .sub-gnb-bg.child1 { left: 70px; }
header.member .sub-gnb-bg.child2 { left: calc(((90% - 30px) / 6 * 1) + 70px); }
header.member .sub-gnb-bg.child3 { left: calc(((90% - 30px) / 6 * 2) + 70px); }
header.member .sub-gnb-bg.child4 { left: calc(((90% - 30px) / 6 * 3) + 70px); }
header.member .sub-gnb-bg.child5 { left: calc(((90% - 30px) / 6 * 4) + 70px); }
header.member .sub-gnb-bg.child6 { left: calc(((90% - 30px) / 6 * 5) + 70px); }



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; }


/* main */
.mc-section {
  padding: 30px 0;
  background-color: #f7f7f7;
}
.mc-section-sif {
  background-color: #3cc4c4;
}


.bton {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: 0;
  white-space: nowrap;
  margin: 5px 0 0;
  padding: 10px 62px;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #279ebc;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 0.25rem;
  min-width: 50%;
  max-width: 80%;
}
.bton:hover {
  background-color: #0084ad;
  color: #fff;
}



.mc-img {
  padding: 3.2rem
}

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:60px;}


.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;  padding-bottom:50px;}

.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) / 5); }
  header .gnb > ul > li:nth-child(1) .sub-gnb { left: 200px;}
  header .gnb > ul  > li:nth-child(2) .sub-gnb { left: calc(((80% - 30px) / 5 * 1) + 200px); }
  header .gnb > ul  > li:nth-child(3) .sub-gnb { left: calc(((80% - 30px) / 5 * 2) + 200px); }
  header .gnb > ul  > li:nth-child(4) .sub-gnb { left: calc(((80% - 30px) / 5 * 3) + 200px); }
  header .gnb > ul  > li:nth-child(5) .sub-gnb { left: calc(((80% - 30px) / 5 * 4) + 200px); }

  header .sub-gnb-bg { width: calc((80% - 30px) / 5); }
  header .sub-gnb-bg.child1 { left: 200px; }
  header .sub-gnb-bg.child2 { left: calc(((80% - 30px) / 5 * 1) + 200px); }
  header .sub-gnb-bg.child3 { left: calc(((80% - 30px) / 5 * 2) + 200px); }
  header .sub-gnb-bg.child4 { left: calc(((80% - 30px) / 5 * 3) + 200px); }
  header .sub-gnb-bg.child5 { left: calc(((80% - 30px) / 5 * 4) + 200px); }

  header.member .sub-gnb { width: calc((90% - 30px) / 6); }
  header.member .gnb > ul > li:nth-child(1) .sub-gnb { left: 70px;}
  header.member .gnb > ul  > li:nth-child(2) .sub-gnb { left: calc(((90% - 30px) / 6 * 1) + 70px); }
  header.member .gnb > ul  > li:nth-child(3) .sub-gnb { left: calc(((90% - 30px) / 6 * 2) + 70px); }
  header.member .gnb > ul  > li:nth-child(4) .sub-gnb { left: calc(((90% - 30px) / 6 * 3) + 70px); }
  header.member .gnb > ul  > li:nth-child(5) .sub-gnb { left: calc(((90% - 30px) / 6 * 4) + 70px); }
  header.member .gnb > ul  > li:nth-child(6) .sub-gnb { left: calc(((90% - 30px) / 6 * 5) + 70px); }

  header.member .sub-gnb-bg { width: calc((90% - 30px) / 6); }
  header.member .sub-gnb-bg.child1 { left: 70px; }
  header.member .sub-gnb-bg.child2 { left: calc(((90% - 30px) / 6 * 1) + 70px); }
  header.member .sub-gnb-bg.child3 { left: calc(((90% - 30px) / 6 * 2) + 70px); }
  header.member .sub-gnb-bg.child4 { left: calc(((90% - 30px) / 6 * 3) + 70px); }
  header.member .sub-gnb-bg.child5 { left: calc(((90% - 30px) / 6 * 4) + 70px); }
  header.member .sub-gnb-bg.child6 { left: calc(((90% - 30px) / 6 * 5) + 70px); }


}

@media (max-width: 998px) {

  header .sub-gnb { width: calc((90% - 30px) / 5); }
  header .gnb > ul > li:nth-child(1) .sub-gnb { left: 100px;}
  header .gnb > ul  > li:nth-child(2) .sub-gnb { left: calc(((90% - 30px) / 5 * 1) + 100px); }
  header .gnb > ul  > li:nth-child(3) .sub-gnb { left: calc(((90% - 30px) / 5 * 2) + 100px); }
  header .gnb > ul  > li:nth-child(4) .sub-gnb { left: calc(((90% - 30px) / 5 * 3) + 100px); }
  header .gnb > ul  > li:nth-child(5) .sub-gnb { left: calc(((90% - 30px) / 5 * 4) + 100px); }

  header .sub-gnb-bg { width: calc((90% - 30px) / 5); }
  header .sub-gnb-bg.child1 { left: 100px; }
  header .sub-gnb-bg.child2 { left: calc(((90% - 30px) / 5 * 1) + 100px); }
  header .sub-gnb-bg.child3 { left: calc(((90% - 30px) / 5 * 2) + 100px); }
  header .sub-gnb-bg.child4 { left: calc(((90% - 30px) / 5 * 3) + 100px); }
  header .sub-gnb-bg.child5 { left: calc(((90% - 30px) / 5 * 4) + 100px); }

  header.member .sub-gnb { width: calc((100% - 30px) / 6); }
  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) / 6 * 1) + 15px); }
  header.member .gnb > ul  > li:nth-child(3) .sub-gnb { left: calc(((100% - 30px) / 6 * 2) + 15px); }
  header.member .gnb > ul  > li:nth-child(4) .sub-gnb { left: calc(((100% - 30px) / 6 * 3) + 15px); }
  header.member .gnb > ul  > li:nth-child(5) .sub-gnb { left: calc(((100% - 30px) / 6 * 4) + 15px); }
  header.member .gnb > ul  > li:nth-child(6) .sub-gnb { left: calc(((100% - 30px) / 6 * 5) + 15px); }

  header.member .sub-gnb-bg { width: calc((100% - 30px) / 6); }
  header.member .sub-gnb-bg.child1 { left: 15px; }
  header.member .sub-gnb-bg.child2 { left: calc(((100% - 30px) / 6 * 1) + 15px); }
  header.member .sub-gnb-bg.child3 { left: calc(((100% - 30px) / 6 * 2) + 15px); }
  header.member .sub-gnb-bg.child4 { left: calc(((100% - 30px) / 6 * 3) + 15px); }
  header.member .sub-gnb-bg.child5 { left: calc(((100% - 30px) / 6 * 4) + 15px); }
  header.member .sub-gnb-bg.child6 { left: calc(((100% - 30px) / 6 * 5) + 15px); }

  /*.app-wrapper { margin-top:60px; }*/
}

header .btn-top-dropdown { display:none }
header .btn-top-login { display:inline-block; }
header.member .btn-top-dropdown, header.memberetc .btn-top-dropdown { display:block; }
header.member .btn-top-login { display:none !important; }


.full-menu-bottom {
  height: 70px;
  position: absolute;
  bottom:0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .2);
  background-color: #222;
}
.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:not(.sif) { margin-top: 30px; }
}


@media (max-width: 912px) {
  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; }

  header .btn-top-dropdown, header .btn-top-login { display:none !important; }
}

@media (min-width: 913px) {
  .full-menu { display:none !important; }
}

/** Footer **/
.disu-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;  }
}

.list-footer br { display:none; }
.list-footer span { display:inline-block; padding:0 5px;}
@media screen and (max-width: 813px){
.list-footer li { font-size:0.8rem;}
}

@media screen and (max-width: 767px){
.list-footer br { display:block; }
.list-footer li span:nth-child(2) { display:none;}
}


#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: rgb(39 158 188);
}


#gotoTop:hover { opacity:1 }



.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; }
}
@media (min-width: 1024px) {
  .help-box .help-cont dt > br {
      display: none;
  }
}

.help-box .help-cont dt { font-weight:500; }

.help-box .help-cont { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; 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;
  position:relative;
}
.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;
}


/* 경진대회 */

.sif video { max-width:100%; width:100%;border:2px solid #aaa;}

.round-btns {
  background-color: #ffc720;
  /*background-image: linear-gradient(100deg, #ff5a64 0%, #faa04b 30%, #d2dc69 70%, #0ef49b 100%); */
  z-index: 0;
  height: 3em;
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
  border-radius: 40px;
  display: flex;
  box-shadow: 0 2px 4px -1px rgba(25, 25, 25, 0.2);
}

.round-btns a {
  display: table;
  flex: 1 1 auto!important;
  padding: 0;
  height: 100%;
  margin: 0;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.round-btns a:first-child {
  border-left: none;
  border-radius: 40px 0 0 40px;
}
.round-btns a:last-child {
  border-radius: 0 40px 40px 0;
}
.round-btns .label-text {
  font-size: 1.4em;
  cursor: pointer;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 30px 20px -20px rgba(255, 255, 255, 0.15);
  transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.round-btns .label-text:hover {
  box-shadow: inset 0 30px 30px -20px rgba(50, 50, 50, 0.02);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.round-btns .label-text:after {
  content: "✓";
  font-size:0.8em;
  color:#fff;
  vertical-align:top;
  margin-left: -0.5em;
  display: inline-block;
  transform: scale(0);
  transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.round-btns a:first-child span {
  border-radius: 40px 0 0 40px;
}
.round-btns a:last-child span  {
  border-radius: 0 40px 40px 0;
}
.round-btns a.active .label-text {
  color: #000;
  text-shadow: none;
  /*background-image: linear-gradient(to top, rgba(25, 25, 25, 0) 65%, rgba(25, 25, 25, 0.08));*/
  box-shadow: inset 0 10px 50px rgba(25, 25, 25, 0.08);
  transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
}
.round-btns a.active .label-text:after {
  margin-left: 0.5em;
  transform: scale(1);
  transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
}


.fw-700 {
  font-weight: 700 !important;
}

.list-dash li { list-style:none;}
.list-dash li:before {
  content:'-';
  padding-right:5px;
}

.sif-cont-wrap .list-dash li { padding-left:15px; position:relative; }

.sif-cont-wrap .list-dash li:before {
  position:absolute;
  left:0;
}


.sif2022-banner-arrow { position:absolute; right:50px; bottom:0; }

.memberinput label {
  font-weight: normal;
  display: inline-block;
  padding-left:5px;
}

@media screen and (max-width: 992px) {
  .sif2022-banner-arrow { right:10px; }

  .ani_arrows
  {
    width: 10px !important;
    height: 10px !important;
  }

}



.tbl_lecture ul li > div:nth-child(1) { width: 80px; }
.tbl_lecture ul li > div:nth-child(2) { width: 130px; }
.tbl_lecture ul li > div:nth-child(4) { width: 130px; }
.tbl_lecture ul li > div:nth-child(5) { width: 130px; }


.cqi-method { margin:0; padding:0; }
.cqi-method li { margin:0; padding:0; margin-right:20px;list-style:none; display:inline-block;}
.cqi-method li span { display:inline-block; padding-right:5px;}



/* 인턴프로그램 */
.mc-section-2022 { background-color: #f1f1f1; padding:20px 0px;};

.internprogram .box-inner { position:relative;}
.internprogram .box-inner:hover { border: 1px solid #002c78 !important; cursor:pointer;}
.internprogram .box-inner.checked { background-color:rgba(255, 0, 0, 0.1); }
.internprogram .box-inner .priority { position:absolute; right:-1px; top:-1px; width:50px; background:#f00; color:#fff; text-align:center;display:none; font-size:0.9em;}
.internprogram .box-inner.checked .priority { display:block !important; }
.internprogram .cont-bottom { font-weight:400; }
.internprogram .intro { font-size:0.9em; font-weight:400; border-top:1px dotted #eee; margin-top:10px; padding-top:10px;}

.internprogram .box-inner .status { position:absolute; left:-1px; top:-1px; width:50px; color:#fff; text-align:center;font-size:0.9em;}
.internprogram .box-inner .status.status-wait { background: #3154a6; }
.internprogram .box-inner .status.status-approved { background: #198754; }
.internprogram .box-inner .status.status-denied { background: #f00; }


.shorttermcourse .box-inner { position:relative;}
.shorttermcourse .cont-bottom { font-weight:400; }
.shorttermcourse .intro { font-size:0.9em; font-weight:400; border-top:1px dotted #eee; margin-top:10px; padding-top:10px;}

.shorttermcourse .box-inner .status { width:50px; color:#fff; text-align:center;font-size:0.9em; display:inline-block;}
.shorttermcourse .box-inner .status.status-wait { background: #3154a6; }
.shorttermcourse .box-inner .status.status-approved { background: #198754; }
.shorttermcourse .box-inner .status.status-denied { background: #f00; }


/* 동영상 강의 */
.vodcourselist h4 {
  margin:5px 0px;
  font-size:1.3em;
}

.vodcourselist .course_description{
  overflow: hidden;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  height: 2.6em;
  margin-bottom:20px;
}

.vodcourselist figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  opacity:0.9;
}

.vodcourselist a { position:relative; display:block; }
.vodcourselist .enrolled { position:absolute; right:10px; top:10px; background:#ffc107; color:#000; display:inline-block; padding:2px 10px; border-radius:14px; }

.vodcourselist a figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.vodcourselist a figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.orignstyle { border:1px solid #ddd !important; border-radius:5px !important;}

.srh-box-inner-center {border:1px dotted #ddd; padding:5px 0;}



.intern-report .report-title { font-weight:500; }


.cont-round { background-color:#f7f7f7; margin-top:10px; padding:10px; }
.applyscrollbox { border:1px solid #000; padding:10px; width:100%; margin-top:10px; overflow-y:auto; height:100px; background-color:rgba(255, 255, 255, 0.5);}



.reviewercheck .form-control { border:1px solid #ddd !important; display:inline-block !important;; width:auto !important; padding-left:10px !important; padding-right:10px !important; }
.reviewercheck .btn { border-radius:30px !important; min-width:100px !important; }


.reviewtxt { border:2px solid #ddd; padding:10px; }
.reviewtxt ul { margin:0; padding:0; padding-left:25px !important;}
.reviewtxt ul li { padding-bottom:10px;}
