/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600&display=swap');

html, body {
  min-height: 100%;
  /* overflow-x: hidden; 로그인배경 풀 */
  font-family: 'Baloo 2','pretendard', sans-serif;
  color: #555;
  letter-spacing: -0.3px;
  line-height: 1.7;
  background: #fff
}
::selection {
	background-color: #39bbd2;
	color: white;
}
a{ color: #29385f}
a:hover{ color: #3790f5;}

/* feather icons stroke - normal 1.8 */
svg.feather { stroke-width: 1.3;}

/* Container */
#container {
  padding-bottom: 1px;
  min-height: calc(100% - 300px);
  /* background-color: #f8f9fc */
}
@media screen and (max-width: 1199px){
  #container{ padding-top: 108px !important;}
}
@media screen and (max-width: 767px){
  html, body{ font-size: 14px}
  #container{ padding-top: 65px !important; padding-bottom: 50px;}
}

	.bg {
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	  margin: 0px auto;
	  position: relative;
	}
	video {
	  width: 100%;
	}
	.text {
	  position: absolute;
	  width: 100%;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	}
	.text p {
	  font-size: 28px;
	  color: #ffffff;
	}
@media screen and (max-width: 1199px) {
	.bg {
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	  margin: 0px auto;
	  position: relative;
	}
	video {
	  width: 100%;
	}
	.text {
	  position: absolute;
	  width: 100%;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	}
	.text p {
	  font-size: 18px;
	  color: #ffffff;
	}
}

@media screen and (min-width: 768px) {
	.bg {
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	  margin: 0px auto;
	  position: relative;
	}
	video {
	  width: 100%;
	}
	.text {
	  position: absolute;
	  width: 100%;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	}
	.text p {
	  font-size: 18px;
	  color: #ffffff;
	}
}

@media screen and (max-width: 576px) {
	.bg {
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	  margin: 0px auto;
	  position: relative;
	}
	video {
	  width: 100%;
	}
	.text {
	  position: absolute;
	  width: 100%;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
	}
	.text p {
	  font-size: 12px;
	  color: #ffffff;
	}
}
/* Menu */
/* Menu Button */
.menu-btn {
  height: 30px!important; width: 30px!important;
  padding: 0 5px!important;
  background-color: transparent; border: none;
}

.menu-icon {
  position: relative; display: block;
  width: 70%; height: 2px; min-height: 2px;
  color: inherit; background-color: #17191d; transition: all .4s ease;
}

.menu-icon:after,
.menu-icon:before {
  content: "";
  position: absolute; display: block;
  min-height: 2px; left: 0; height: 2px;
  color: inherit; background-color: inherit;
  transition: all .4s ease;
}

.menu-btn .menu-icon:before { width: 130%; top: -6px;}
.menu-btn .menu-icon:after { width: 120%; bottom: -6px;}
.menu-btn:hover .menu-icon,
.menu-btn:hover .menu-icon:after,
.menu-btn:hover .menu-icon:before { width: 100%; }


/* Header */
.site-header { background: #fff;}

.navbar-brand{ width: 280px; height: 50px; background: url('/assets/img/logo.png') no-repeat 0 0 / cover;}
@media screen and (max-width: 1199px){
  .site-header{ position: fixed; top: 0; left: 0; right:0; height: 98px; z-index: 4}
}
@media screen and (max-width: 767px){
  .site-header{ height: 65px;}
  .navbar-brand{ width: 280px; height: 50px; background: url('/assets/img/logo.png') no-repeat 0 0 / cover;}
}

/* Footer */
.site-footer {
  position: relative;
  padding: 1.5rem 0;
  color: #8a8d96; font-size: 0.85em; background-color: #161c2d}
.site-footer a{ color: #fff; font-size:0.9rem}
.site-footer .wrap{ max-width: 1200px}
.site-footer .modal{ font-size: 1rem; color: #343a40}
.site-footer .footer_logo{width:145px;opacity:0.5}
@media screen and (max-width: 767px){
  .site-footer .footer_logo{width:100px}
}

/* Navigation */
#top-nav{ padding-top: 8px; padding-bottom: 8px; text-align: right}
#top-nav > ul > li{ display: inline-block; font-size: 14px;}
#top-nav .nav-item{ padding: 0 4px; color: #9fa1a7}
/* #top-nav .nav-item::after{ content: ""; float: right; margin-top: 5px; width: 1px; height: 12px; background-color: #dedede;} */
#top-nav .globe{ color: #9fa1a7; text-decoration: none}
#top-nav .nav-link .feather{ width: 1.35rem; height: 1.35rem}
#top-nav .dropdown-item .feather { margin-right: 0.25rem; width: 1.15rem; height: 1.15rem; vertical-align: text-bottom}
#top-nav .name{ color: #222; font-weight: 500}
@media screen and (min-width: 768px){
  .top-wrap{ background: #f8f9fa;}
  .top-wrap #top-nav { max-width: 1200px;}
}
@media screen and (max-width: 767px){
  .top-wrap{ display:none; position: absolute; top: 13px; right: 0; z-index: 1}
  #top-nav .nav-item{ color: #fff}
}

#gnb{ background: linear-gradient(90deg, #475ab9, transparent) #253453;transition: background .3s}
#gnb .navbar{ padding: 0}
#gnb .navbar-toggler{ color: #fff}
#gnb .navbar-toggler .feather-x{ margin-right: -0.5rem; width: 30px; height: 30px; stroke-width: 1}
#gnb .dropdown-toggle::after{ content: ""}
.navbar .nav-link{ color: #222}
#gnb .nav-item:last-child .nav-link {padding-right: 0;}
#gnb .nav-item .icons{margin-right: 8px; font-size: 16px}
#gnb .nav-link .badge-counter {
  position: absolute; right: .25rem; margin-top: -.25rem;
  font-size: 0.8rem;
  transform: scale(.7);
  transform-origin: top right;
}
#gnb .nav-link {
  display: flex; position: relative;
  padding-left: 1.75rem; padding-right: 1.75rem; height: 65px;
  align-items: center; font-weight: 600
}
#gnb .on .nav-link{ color: #3cfff6}
#right-nav .nav-link .feather{ width: 1.35rem; height: 1.35rem}
#right-nav .dropdown-item .feather { margin-right: 0.25rem; width: 1.15rem; height: 1.15rem; vertical-align: text-bottom}
#right-nav .alarm{ padding: 0; min-width: 400px}
.alarm .badge{ width: 45px}
.alarm small{ display: block}
.alarm .message{ margin: 0}
.alarm .list-group-item .col{ padding-left: 0}
.alarm p{ white-space: normal; line-height: 1.4rem}
.header-user .value{ color: #ff5e00; font-weight: 500; vertical-align: middle;}
.header-user .badge{ padding: .25rem .4rem; font-weight: 400; line-height: 1;}
#main-nav .dropdown-menu{ border-radius: 0; border-color: #fff; background: #fff}
.user-mobile{ padding: 1.143rem 1.143rem 1rem; background-color: #29385f} /*232a33 */
.user-mobile hr{ margin-left: -1.143rem; margin-right: -1.143rem; border-color: rgba(255,255,255,.17)}
.user-mobile span{ vertical-align: middle}
.user-mobile .sub-menu{ display: flex; margin-left: -1.143rem; margin-right: -1.143rem;
  align-items: center; font-size: 0.92rem; text-align: center}
.user-mobile .sub-menu > a,
.user-mobile .sub-menu > div{ flex: 1 1 auto; line-height: 1.2; border-right: 1px solid rgba(255,255,255,.15)}
.user-mobile .sub-menu > a:last-child,
.user-mobile .sub-menu > div:last-child{border-right-width: 0}
.user-mobile .sub-menu a{ color: #fff;}
.user-mobile .sub-menu a:hover{ text-decoration: none}
.user-mobile .sub-menu .feather{ margin-right: 4px; color: rgba(255, 255, 255, 0.5)}
#main-nav .user-mobile .dropdown .dropdown-toggle:after{ content:""}
#main-nav .user-mobile .dropdown-menu{top: 193%; border-radius: 5px}
#main-nav .user-mobile .nav-link{ height: auto}
.user-mobile .home{ font-size: 16px;}
.user-mobile .home svg{ width: 18px; height: 18px;}
.user-mobile .name{ margin-bottom:0; font-size:1.5rem; font-weight: 600; color: #fff}
.user-mobile .number{ margin-top:0; font-size:1.2rem; color: #b5b5b5}
.user-mobile .feather{ /*width: 1rem; height: 1rem;*/vertical-align: middle;}
.user-mobile .profile{ display: flex; align-items: center; color: #fff;}
.user-mobile .button{ margin-left: auto; font-size: 0.9rem}
.user-mobile .value{ display: block; font-size: 1.125rem; color: #fff}
.user-mobile .button a{
  padding: 0.4rem 0.65rem;
  color: #fff; text-decoration: none;
  background: rgba(255, 255, 255, 0.11); border-radius: 100px;
}
.user-mobile .btn_login{width:150px}
.user-mobile .feather-lock{margin-bottom:0.6rem;color:#07ddff}
.user-mobile .btn_login{background-color: #4659b6}

@media screen and (min-width: 1200px){
  .navbar .nav-link{ color: #fff}
  #gnb.fixed-top{ background: #fff; border-bottom: 1px solid #e6e6e6;}
  #gnb.fixed-top .navbar-brand{ background-image: url(/assets/img/logo.png)}
  #gnb.fixed-top .nav-link{ color: #222}
  #gnb{ z-index: 100}
  #gnb .nav-item:first-child .nav-link{ padding-left: 0}
}
@media screen and (max-width: 1199px){
  #gnb .navbar{ width: 100%; height: 65px}
  #main-nav.navbar-collapse{
    position: fixed; top:0; right: -300px; bottom: 0;
    display: block;
    width: 300px; height: 100% !important; /* 애니메이션 때문에 넣음 */
    z-index: 10000;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.2s;
    /* transition-duration: : 0.2s; */
  }
  #main-nav.navbar-collapse.show{
    bottom: 0;
    margin-left: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    transition: 0.2s;
    overflow-y: auto;
  }
  #main-nav .nav-link{
    padding-left: 1.2rem;
    height: 3rem; border-bottom: 1px solid #e9ecef
  }
  #main-nav .nav-link:hover{
    /* color: #fff; */
    background-color: #b8d2f9;
    transition: 0.3s;
  }
  #main-nav .dropdown-menu{ margin: 0; padding: .65rem 0; background-color: #495057; border: none; border-radius: 0; }
  #main-nav .dropdown-item{ padding: .45rem 1.2rem; color: #fff; font-size: 0.9rem;}
  #main-nav .dropdown-item:hover{ color: #9494ff; background-color: transparent; transition: 0.3s}
  #main-nav .dropdown .dropdown-toggle::after {
    content: '\f105';
    top: 50%; right: 18px;
    display: block; position: absolute;
    font-family: "Font Awesome 5 Pro"; font-weight: 900;
    color: #adb5bd;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.2s;
    border: none;
  }
  #main-nav .dropdown.show .dropdown-toggle:after{
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .show.site-overlay{
    display: block; position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
    z-index: 5;
  }
}
@media screen and (max-width: 767px){
  #main-nav.navbar-collapse{position: fixed; top:0; height: 100% !important; /* 애니메이션 때문에 넣음 */}
  #right-nav{ right: 0; padding: 0;}
  #right-nav .nav-link{ padding-left: 9px; padding-right: 9px; height: 47px;}
  #right-nav .nav-item.ml-auto .btn{ margin-right: 1.2rem;}
  #right-nav .alarm{ right: 10px; min-width: 300px}
  #right-nav .list-group-item{ padding-left: 1rem; padding-right: 1rem}
  #right-nav .list-group-item .row{ margin-left: -1rem; margin-right: -1rem;}
  .alarm .badge{ width: 40px}
  #right-nav .buy{ margin-left: 10px;}
}

.show.site-overlay{
  display: block; position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
  z-index: 5;
}


/* #main-nav.navbar-collapse{position: fixed; top:0; height: 100% !important; /* 애니메이션 때문에 넣음 */} */
  #right-nav{ right: 0; padding: 0;}
  #right-nav .nav-link{ padding-left: 9px; padding-right: 9px; height: 47px;}
  #right-nav .nav-item.ml-auto .btn{ margin-right: 1.2rem;}
  #right-nav .alarm{ right: 10px; min-width: 300px}
  #right-nav .list-group-item{ padding-left: 1rem; padding-right: 1rem}
  #right-nav .list-group-item .row{ margin-left: -1rem; margin-right: -1rem;}
  .alarm .badge{ width: 40px}
  #right-nav .buy{ margin-left: 10px;}


.no-arrow.dropdown-toggle::after{ content: none}
.dropdown-menu-lg{ width: 250px }
.dropdown-menu-right{ right: 18px;}
.dropdown-toggle::after{
  content: "\f107";
  margin-left: 5px;
  font-family: "Font Awesome 5 Pro"; font-weight: 600; font-size: 0.75rem;
  border: none; vertical-align: middle;
}
.dropdown-item:focus, .dropdown-item:hover{ background-color: #f0f2f5}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #404040;
}

/* Site Overlay */
.site-overlay {
  display: none;
}



/***********************************************
*** Bootstrap Style
***********************************************/
.alert{ line-height: 1.2 }
.alert .icon{ width: 1.5rem; height: 1.5rem}
.form-control::-webkit-input-placeholder { color: #b1bdc9; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #b1bdc9; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #b1bdc9; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #b1bdc9; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #b1bdc9; }  /* Microsoft Edge */
.form-group:not(.row) label{ margin-bottom: .5rem}

/* form-icon */
.form-icon .icons { position: absolute; top: 14px; left: 16px;}
.form-icon > .form-control { padding-left: 3.5rem;}
.form-icon svg { width: 22px; height: 22px;}

/* nav dropdown */
.dropdown-toggle::after { transition: transform 0.15s linear;}
.show.dropdown .dropdown-toggle::after {transform: translateY(3px);}
.dropdown-menu {margin-top: 0;} /* hover 메뉴때문에 넣음 */


/* container */
@media (min-width: 768px) {
  .container-fluid, .container-lg, .container-md, .container-sm, .container-xl{
    padding-left: 24px; padding-right: 24px;
  }
  .container-sm { max-width: 720px}
}
@media (min-width: 1200px) {
  .container-xl { max-width: 1200px;}
}


/* visual */
.shadow{ box-shadow: 0 0.3rem 1.3rem 0px rgba(90, 91, 101, 0.15)!important}
.btn{padding: 0.5rem 1.2rem; border-radius: 5px;}
.btn:focus{
  -webkit-box-shadow: 0px 2px 3px rgb(0 0 0 / 15%);
  box-shadow: 0px 2px 3px rgb(0 0 0 / 15%);
}
.btn-group > .btn:first-child{border-top-left-radius: .25rem;border-bottom-left-radius: .25rem;}
.btn-group > .btn:last-child{border-top-right-radius: .25rem;border-bottom-right-radius: .25rem;}
.btn-group-sm>.btn, .btn-sm { padding: .25rem .5rem; font-size: .875rem; line-height: 1.5; }
.btn.shadow{ box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important}

/* button */
.btn-area{ text-align: center }
.btn-area .btn{ min-width: 110px; padding: .875rem 1.25rem; height: 3rem; font-size: 0.9rem; line-height: 1.4}
.btn-area .btn:not(:last-child){ margin-right: 8px}
.btn-area .btn.shadow { margin-right: 7px;}
.btn-area .btn-big{ width: 100%; font-size: 16px; height: 48px; border-radius: 5px}
.btn-area.mt-4{ margin-top: 35px !important; margin-bottom: 10px}
@media (min-width: 768px) {
  .btn-area .btn.shadow { min-width: 170px}
  .btn-area .btn.shadow:last-child{ margin-right: 0}
  .btn-area .btn-big{ padding-top:16px; padding-bottom:17px; width: 270px; height: 60px; font-size: 18px;}
}

.btn:hover{ transform: translateY(-1px) }
.btn-group .btn, .input-group .btn { margin-right: 0; transform: translateY(0) }

.badge-lg{ font-size: 16px}
.badge-info{ background-color: #36b9cc; border-color: #36b9cc}
.badge-warning{ background-color: #f1b42a }
.badge-danger{ background-color: #e74a3b }
.badge-secondary{ background-color: #586c98; border-color: #586c98}
.badge-navy{ background-color: #0e2e73; border-color: #0e2e73; color: #fff}
.badge-gray,.btn-gray{ background-color: #969fb3; border-color: #969fb3; color: #fff}

.btn-outline-secondary{ color: #6c757d;border-color: #b9bdc7; background-color: #fff;}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle{color: #fff; background-color: #161c2d; border-color: #4b5b6f}
.btn-outline-white{ border-color: #fff; color: #fff}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active{ background-color: #fff; color: #ffd400}


.btn-primary,
.badge-primary { color: #fff;
  border-color: #29385f;
  background: #29385f;}
.btn-primary:hover { color: #fff;
  border-color: #29385f;
  background: #29385f;}
.btn-primary.disabled,
.btn-primary:disabled { color: #fff;
  border-color: #29385f;
  background: #29385f;}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle { color: #fff;
  border-color: #29385f;
  background: #29385f;}
.btn-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active{
    box-shadow: 0 3px 5px 0 rgba(102, 146, 255, 0.3) !important;
}

.btn-success,
.badge-success { color: #fff;
  border-color: #2ac786;
  background: #2ac786;}
.btn-success:hover { color: #fff;
  border-color: #2ac786;
  background: #2ac786;}
.btn-success.disabled,
.btn-success:disabled { color: #fff;
  border-color: #2ac786;
  background: #2ac786;}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle { color: #fff;
  border-color: #2ac786;
  background: #2ac786;}
.btn-success,
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active{
    box-shadow: 0 3px 5px 0 rgba(102, 102, 255, 0.3) !important;
}
.btn-success,
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active{
    box-shadow: 0 3px 5px 0 rgba(30, 175, 81, 0.3) !important;
}

.btn-secondary,
.badge-secondary { color: #fff;
  border-color: #161c2d;
  background-color: #161c2d;}
.btn-secondary:hover { color: #fff;
  border-color: #161c2d;
  background-color: #161c2d}
.btn-secondary.disabled,
.btn-secondary:disabled { color: #fff;
  border-color: #161c2d;
  background-color: #161c2d}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle { color: #fff;
  border-color: #35465c;
  background-color: #35465c}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus { box-shadow: none}
}

.btn-info,
.badge-info { color: #fff;
  border-color: #008188;
  background: linear-gradient(120deg, #3ac7dc 0%, #008188 100%);}
.btn-info:hover { color: #fff;
  border-color: #008188;
  background: linear-gradient(120deg, #3ac7dc 0%, #008188 100%);}
.btn-info.disabled,
.btn-info:disabled { color: #fff;
  border-color: #008188;
  background: linear-gradient(120deg, #3ac7dc 0%, #008188 100%);}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle { color: #fff;
  border-color: #008188;
  background: linear-gradient(120deg, #3ac7dc 0%, #008188 100%);}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus { box-shadow: none}

.btn-warning,
.badge-warning { color: #fff;
  border-color: #f1b42a;
  background: #f1b42a;}
.btn-warning:hover {  color: #fff;
  border-color: #f1b42a;
  background: #f1b42a;}
.btn-warning.disabled,
.btn-warning:disabled {  color: #fff;
  border-color: #f1b42a;
  background: #f1b42a;}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle { color: #fff;
  border-color: #f1b42a;
  background: #f1b42a;}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus { box-shadow: none}
.btn-warning,
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active{
    box-shadow: 0 3px 5px 0 rgba(255, 222, 102, 0.3) !important;
}

.btn-danger,
.badge-danger {  color: #fff;
  border-color: #a50000;
  background: linear-gradient(120deg, #ff3434 0%, #a50000 100%)}
.btn-danger:hover {  color: #fff;
  border-color: #a50000;
  background: linear-gradient(120deg, #ff3434 0%, #a50000 100%)}
.btn-danger.disabled,
.btn-danger:disabled {  color: #fff;
  border-color: #a50000;
  background: linear-gradient(120deg, #ff3434 0%, #a50000 100%)}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {  color: #fff;
  border-color: #a50000;
  background: linear-gradient(120deg, #ff3434 0%, #a50000 100%)}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus { box-shadow: none}

.btn-white { color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)}
.btn-white:hover {  color: #212529;
  border-color: #fff;
  background-color: #fff}
.btn-white.disabled,
.btn-white:disabled {  color: #212529;
  border-color: #fff;
  background-color: #fff}
.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {  color: #212529;
  border-color: #fff;
  background-color: #e6e6e6}
.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {  box-shadow: none}


.text-primary{ color: #29385f !important}
.text-success{ color: #2dce89!important}
.text-danger{ color: #e74a3b !important}
.text-info{ color: #36b9cc !important}
.text-warning{ color: #f1b42a!important}
.text-blue{ color: #2c74e0 !important}
.text-muted{ color: #a1afb5 !important}
.text-gray{ color: #9aa5b5}
.text-sm{ font-size: .87rem}
.code{ font-family: 'Ubuntu Mono';}


.badge{ padding: .4em .6em; line-height: 1.2}

/* card */
.card{ border-color: #eff2f7; border-radius: 1rem; box-shadow: 0 0 1.25rem rgb(23 19 71 / 5%)}
.card-header{ background-color: #f8f9fc; border-bottom-color: #e3e6f0}
.card-header:first-child {border-radius: calc(.35rem - 1px) calc(.35rem - 1px) 0 0;}
.card-footer:last-child {border-radius: 0 0 calc(.35rem - 1px) calc(.35rem - 1px);}
.card.info{ background: #f5f5f5; border-color: transparent}
.card-body .title{ font-size: 1rem; color: #213258}
.card-body .title .feather{ margin-right: 5px; width: 20px; height: 20px; vertical-align: bottom}

.h1,h1{font-size:2rem}
.h2,h2{font-size:1.75rem}
.h3,h3{font-size:1.5rem}
.h4,h4{font-size:1.25rem}
.h5,h5{font-size:1rem}
.h6,h6{font-size:0.88rem; line-height: 1.4rem}
h2.title{ font: 600 28px/1.4; color: #222}
h3.title{ font: 600 24px/1.4; color: #222}
.title-box{ margin-bottom: 2rem; padding-top: 1rem; padding-bottom: 0.5rem;}
.main-title{font-size: 45px;}
.sub-title{ margin-top: 2rem; font-size: 1.15rem; line-height: 1.6; color:#222; font-weight: 500}
.sub-title small{margin-left: 7px}
.dark .sub-title{ color: #fff;}
.form-row .sub-title{ margin-top: 0}
.form-row .label{ font-weight: 600}

.no-letter{ letter-spacing: 0}
.break-word{ word-break: break-all}
.no-deco{ background: transparent !important}
.no-deco:hover,
.no-deco:focus,
.no-deco:active{ color: inherit; text-decoration: none; background: transparent !important}
.no-data{ text-align: center}

.mobile-tab{position: relative; background: #fff; border-radius: .25rem; border-bottom: 1px solid #e3e6f0;}
.mobile-tab .nav{ display: inline-flex; margin-top: 40px;
  /* padding-left: 20px; */
  width: calc(100%);
  -ms-overflow-style: none; /*// IE 10+*/
  overflow: -moz-scrollbars-none;/*// Firefox*/
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap:nowrap;
}
.mobile-tab .nav .nav-link{ padding-bottom: 6px; font-size: 0.9rem}
.mobile-tab .tab-content{ padding: 1.5rem}
.mobile-tab .badge{ margin-top: -2px; margin-left: 2px; padding: 3px 5px; line-height: 1; border-radius: 50px; vertical-align: middle;}
@media screen and (max-width: 767px){
  h2.title{ font-size: 18px}
  h3.title{ font-size: 17px}
  .main-title{ font-size: 25px;}
  .mobile-tab{margin: 0 -16px; padding-right: 16px;}
  .mobile-tab:after{ content:"\f105"; display: block; position: absolute; top: 13px; right: 8px; color: #bbb; font-family: 'Font Awesome 5 Pro'; }
  .mobile-tab .nav{ margin-top: 13px; padding-left: 1rem;}
  /* .mobile-tab .nav .nav-link{ padding: 1rem 1rem .4rem; } */
}



/* modal */
.alert-modal .modal-body{ padding: .7rem 1rem; text-align: center}
.alert-modal .modal-header{ border: none;}
.alert-modal .modal-title{ padding-top: 1.7rem; text-align: center; font-size: 1.25rem; color: #222;}
.alert-modal .text{ margin: .5rem 0 0}
.alert-modal .modal-footer{ padding-bottom: 1rem; border-top-color: transparent; justify-content: center}
.alert-modal .modal-footer .btn{ min-width: 100px; border-radius: 100px}

.modal:not(.alert-modal) .modal-header{ background: #29385f}
.modal-title{ color: #fff; font-size: 1.2rem}


/* input */
input[type="checkbox"], input[type="radio"]{ width: 22px; height: 22px;}
label > input[type=radio]:checked + span { font-weight: bold; color: #0c1337}

/* form */
.form-control,
.custom-select{ padding: 0.6rem 1rem; height: 3.15rem; font-size: 1rem; border-color: #dae1e3;}
.form-control-sm{ padding: 0.4rem 0.85rem; height: 2.65rem;}
.col-form-label{ padding-top: calc(.7rem + 1px)}
.form-control:focus,
.custom-select:focus {
  -webkit-box-shadow: 0 0 5px rgb(102 102 255 / 35%);
  box-shadow: 0 0 5px rgb(102 102 255 / 35%);
  border-color: #a6b0ff !important;}
.form-control:disabled, .form-control[readonly] { color: #818b9a;}
.form-border{ padding: 0.9375rem; border: 1px solid #dae1e3; border-radius: 4px; word-break: break-all;}
textarea.form-control{ height: auto}
.form-check{ padding-left: 30px}
.form-check-input{ left: 0; margin-top: 1px; margin-left: 0}
.custom-control{ padding-left: 1.75rem}
.custom-control-label::before,
.custom-control-label::after{ top: .22rem; left: -1.75rem; width: 1.25rem; height: 1.25rem;}

.custom-switch .custom-control-label{ padding-top: 0; padding-left: 40px}
.custom-switch .custom-control-label::before { left: -24px; margin-top: -2px; width: 53px; height: 27px; border-radius: 100px; background: #576271;
  box-shadow: inset 1px 1px 2px 0px rgba(33, 50, 88, 0.48); cursor: pointer; border: none;}
.custom-switch .custom-control-label::after{ top: 3px; left: -21px; width: 21px; height: 21px; border-radius: 100px;
  background: #fff; box-shadow: 2px 2px 4px 1px rgba(33, 50, 88, 0.4588235294117647);}
.custom-switch .custom-control-input:checked~.custom-control-label::after { -webkit-transform: translateX(25px); transform: translateX(25px);}

@media (max-width: 767px){
  .form-control, .custom-select{ padding-left: 10px; padding-right: 10px}
}


/* table */
.table thead th {
  padding-top: .75rem; padding-bottom: .75rem;
  font-size: .75rem; text-transform: uppercase; font-weight: 500; border-bottom: 1px solid #eaeaea;
}
th{ font-weight: 500}
.table td, .table th{ border-top: 1px solid #eaeaea; vertical-align: middle;}
.table-bordered td, .table-bordered th {border-color: #eaeaea;}
.table tr:last-child td,
.table tr:last-child th{ border-bottom: 1px solid #eaeaea}
.table .thead-light th { font-size: 0.75rem; line-height: 1.4}
.table .badge,
.board .badge{ padding: 7px 12px; border-radius: 100px}
.table-hover tbody tr:hover { background-color: #fafafa;}
.d-table{ width: 100%}
.d-table .tr{ display: table-row;}
.d-table .cell,.d-table .th,.d-table .td{ display: table-cell}
.d-table .th{ font-weight: 600}
td.date{ max-width: 80px}
td.datetime{ max-width: 120px}

@media screen and (max-width: 576px) {
  .table-responsive{ margin-bottom: 20px; border:1px solid #aeb9d8}
  .table-responsive .table{ margin-bottom: 0; min-width: 400px}
  .table td, .table th{ padding-right: 0; font-size: 14px}
}
@media (max-width: 767px){
  .d-table.mobile{ display: block !important;}
  .d-table.mobile > .tr{ display: block}
  .d-table.mobile .cell,.d-table.mobile > .tr > .th,.d-table.mobile > .tr > .td,
  .d-table.mobile > .th, .d-table.mobile > .td{ display: block}
}


/* pagenation */
.pagination{ margin-top: 1rem}
.page-item .page-link,
.page-item span{
  display: flex; margin: 0 2px; padding: 0;
  width: 36px;  height: 36px;
  font-size: .875rem; border-radius: 50%!important; border-color: #f1f2f3;
  align-items: center; justify-content: center;
}
.page-link{ color: #767884}
.page-link:focus{ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.page-item.disabled .page-link{ color: #ccc; border-color: #f1f2f3}
.page-link:hover{ color: #29385f; background-color: #f5f5f5}
.page-item.active .page-link {background-color: #29385f;border-color: #29385f;}
/* .page-link:focus{ box-shadow: 0 0 0 0.2rem rgba(63, 205, 236, 0.5);} */
@media screen and (max-width: 767px) {
  .page-item .page-link,
  .page-item span{ width: 26px; height: 26px; font-size: 13px}
}



/* *******************************************
** common style
** ------------------------------------------ */
.g-bg{ background: linear-gradient(to right, #00c4ce, #244c8e)}
.svg-top-left{ position: absolute; width: 100vh;height: 100vh;left: -30vh;top: -30vh;  color: #1a0035; opacity: 0.2}
.svg-bottom-right{ position: absolute; width: 100vh; height: 100vh; right: -40vh; bottom: -51vh; color: #1a0035; opacity: 0.2}
.svg_img path, .svg_img circle {fill: currentColor;}
.wrap{ margin: 0 auto; padding: 0 16px; max-width: 768px}
.text-over{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.strong{ font-weight: 500; text-decoration: underline; color: #ffd400}
.bar{ display: inline-block; margin-left: 10px; margin-right: 10px; height: 12px; border-left: 1px solid #ddd; vertical-align: middle;}
/* [class^="feather-"], [class*=" feather-"]{ vertical-align: text-bottom;} */
.wall{ padding: 20px; background: #f1f2f3}
.wall li{padding: 3px 0 2px 3px; line-height: 1.5}
ol.number{ padding-left: 1rem; list-style: decimal;}
ol.number li{ padding: 3px 0 2px 3px; line-height: 1.7}
ol.number li:last-child{padding-bottom: 0}
.tooltip{ font-family: inherit}
.cursor-reset{ cursor: default !important;}

.box{ padding: 20px;}

.breadcrumb{ margin-bottom: 0; padding: 0;background: transparent;}
.breadcrumb li { position: relative; display: inline-block; vertical-align: middle; font-size: 14px; font-weight: 400;}
.breadcrumb li a{ color: #000}
.breadcrumb li + li { padding-left: 17px; margin-left: 17px;}
.breadcrumb li + li:after {
  content: ""; position: absolute; top: 0; left: -2px; bottom: 0; margin: auto;
  width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: 0.5;
}
.breadcrumb .active{ color: #29385f}

@media screen and (max-width: 767px) {
  .location{ padding-top: 20px; padding-bottom: 10px}
  .location h2{ font-size: 20px;}
  .location h2 span::before{ height: 13px}
  .svg-top-left{ width: 54vh; height: 100vh; left: -34vh; top: -25vh;}
  .svg-bottom-right{ right: -40vh; bottom: -53vh; width: 94vh; height: 93vh;}
}

/* content */
.content{ padding-top: 40px; padding-bottom: 40px;}
@media screen and (max-width: 767px) {
  .content{ padding-top: 23px; padding-bottom: 20px;}
}

.dark .col-form-label{ color: #9eb8d4}
.dark hr{ border-color: rgba(255, 255, 255, 0.31)}


/* form */
.basic-form{ margin-bottom: 1rem; border-top: 1px solid #4e5e71}
.basic-form .form-row{ margin: 0; padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #eaeaea;}
.basic-form .form-row [class*=col-]:first-child{ padding-left: 0}
.basic-form .form-row [class*=col-]:last-child{ padding-right: 0}
/* .basic-form .form-control,
.basic-form .custom-select{ font-size: 17px; font-weight: 500;} */
[class*=-form] + .btn-area{ margin-top: 45px}
/* .basic-form .label,
.basic-form .col-form-label{ font-size: 16px } */
.basic-list{ display: flex; padding-top: 10px; padding-bottom: 10px;
  min-height: 4.375rem; border-bottom: 1px solid #eaeaea; align-items: center; flex-wrap: wrap;}
/* .basic-list .label{ color: inherit} */
.basic-list .value-area{ margin-left: auto; text-align: right}
.basic-list .value{ font-size: 20px; font-weight: 500; letter-spacing: 0; word-break: break-all;}
.basic-list .unit{ font-size: 15px; color: #9ca3a9; font-weight: 400}
.basic-list .value.lg{ font-size: 25px;}
.basic-form .custom-select,
.basic-form .form-control,
.basic-form .value{ color: #111}
.basic-form .sub{ display: block; margin-top: -5px; text-align: right;}
.basic-form [class^=col-] .sub{ margin-top: 5px}

.board-form{ border-top: 1px solid #4e5e71}
.board-form .head{ padding-top: 8px; padding-bottom: 5px; min-height: 1rem; background: #f5f6f8}
.board-form .head > span{ font-size: 14px;}
.board-form a{text-decoration: none}
.board-form a:hover{ background-color: rgba(212, 212, 212, 0.1)}
.board-form .title{ font-size: 18px; color: #222}
.board-form .right{ margin-left: auto}
.board-form .title .badge{ margin-left: 3px; padding: 2px 7px 3px; font-weight: 500; font-size: 12px; vertical-align: middle;}
.board-form .date{ color: #9ca3a9}
.board-form .list-body{ display: block; color: #9ca3a9; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-form .number{ display: block; margin-right: 10px; min-width: 60px; color: #9ca3a9; text-align: center; }

/* 1:1문의 상태*/
.board-form .state{ display: block; margin-right: 10px; padding: 3px 12px; min-width: 90px;
  text-align: center; color: #10cc7c; font-size: 14px; font-weight: 500;
  border: 1px solid #10cc7c; border-radius: 100px}
.board-form .state.off{ color: #adb5bd; border-color: #b9bdc7}
/* 상세보기 */
.board-form .header{ padding: 20px 1.8rem; position: relative; border-bottom: 1px solid #eaeaea}
.board-form .header .title{ font-size: 22px; font-weight: 500}
.board-form .body{ padding: 35px 1.8rem; border-bottom: 1px solid #eaeaea; line-height: 1.75}
.board-form .footer{ padding: 15px 1.8rem; border-bottom: 1px solid #eaeaea;}

/* accordion toggle*/
.board-form [data-toggle="collapse"]{ position: relative;}
.board-form.accordion [data-toggle="collapse"]::before{ content:"\f078"; position: absolute; right: 1.8rem;
  font-family: "Font Awesome 5 Pro"; font-weight: 600; color: #9aa5b5}
.board-form [data-toggle="collapse"][aria-expanded="true"]::before{ content:"\f077"}
.board-form [aria-expanded="true"]{ background: #fff !important}
.board-form.accordion .body{ border-bottom: 1px solid #eaeaea; background: #fff}

@media screen and (max-width: 767px) {
  /* .board-form.view{ border-top: none} */
  .basic-form .form-row,
  .basic-form .basic-list{ padding-left: 8px; padding-right: 8px}
  .basic-form .form-control,
  .basic-form .custom-select{ font-size: 14px;}
  .basic-form .form-row .col-form-label{ padding-top: 0}
  .basic-form .form-row [class*=col-]:last-child{ margin-bottom: 3px; padding-left: 0}
  .basic-form .form-row>[class*=col-]{ padding-left: 0; padding-right: 0}
  .basic-form .inline .col-form-label{ padding-top: 9px}
  .basic-form .inline [class*=col-]:last-child{ margin-bottom: 0;}
  [class*=-form] + .btn-area{ margin-top: 25px}
  .basic-list:not(.inline) > span, .basic-list:not(.inline) > div{ width: 100%}
  .basic-list .value-area{ text-align: left}
  .basic-list .value{ margin-top: 10px; font-size: 16px}
  .basic-form .sub{ margin-top: 0; text-align: left}

  .board-form .basic-list{ padding-left: 40px; padding-right: 20px}
  .board-form .title{ font-size: 15px;}
  .board-form .title .badge{ padding: 2px 5px; font-size: 11px}
  .board-form .number{ position: absolute; left: 0; min-width: 40px; width: 40px !important;}
  .board-form .right{ margin-left: 0}
  .board-form .basic-list{ position: relative; padding-top: 13px; padding-bottom: 13px}
  .board-form .basic-list:before{ content: "\f105"; display: block; position: absolute;
    top: 50%; right: 8px; margin-top: -10.5px; font-family: "Font Awesome 5 Pro"; font-weight: 600; color: #b1b1b1;
  }
  .board-form .header{ padding: 15px 8px}
  .board-form .header .title{ font-size: 17px;}
  .board-form .body{ padding: 20px 8px}
  .board-form span.state{ margin-bottom: 5px; width: auto; padding:4px 5px; font-size: 11px;}
  .board-form .state{ min-width: 69px}
  .board-form.has-state .title,
  .board-form.has-state .date{ padding-left: 69px}
  .board-form.view .state{ margin-bottom: 7px; width: 75px}
  .board-form .footer{ padding: 12px 8px}

  .board-form.accordion [data-toggle="collapse"]::before,
  .board-form.accordion [data-toggle="collapse"][aria-expanded="true"]::before{ right: 8px;}
}
@media screen and (min-width: 768px) {
  .basic-form .form-row,
  .basic-list{ padding-left: 1rem; padding-right: 1rem}
  /* .basic-form .form-control,
  .basic-form .custom-select{ font-size: 17px;} */
  .basic-form .form-row .col-form-label{ padding-top: 15px}
  .basic-form label{padding-top: 0.6rem; }
  /* .basic-form .label,
  .basic-form .col-form-label{ font-size: 18px } */
  .board-form:not(.view) .title{ width: 400px; flex-shrink: 0}
  .board-form.view .state{ position: absolute; top: 50%; right: 1.8rem; margin-top: -15px}
  .value-area.address{ max-width: 80%}
    .board-form .basic-list{flex-wrap: nowrap;}
}




/***********************************************
*** Main Page Style
***********************************************/
#container.main{ padding-bottom: 0}
/* .visual{ position: relative; padding-top: 45px; padding-bottom: 40px; height: 600px; color: #fff; background: linear-gradient(90deg, #804ed8, transparent) #4333c5; overflow: hidden;} */
.visual{ position: relative; padding-top: 45px; padding-bottom: 40px; height: 600px; color: #fff;
  background: url(/assets/img/CK_psxtg0562090_l.jpg) no-repeat center center / cover; overflow: hidden;}
.visual h2{ margin-top: 5rem; margin-bottom: 3rem; font-size: 3rem; font-weight: 600}
.visual h2 b{font-size: 4.2rem}
.visual p{ font-size: 1.5rem; font-weight: 300; line-height: 1.5}
/* .main .v-image{ max-width: 500px} */
.main .v-image{ max-width: 380px}
.mover { animation: mover 1s infinite alternate;}
@-webkit-keyframes mover {
  from { margin-top: 10px  }
  to { margin-top: 0; }
}
.main-section{ padding-top: 5rem; padding-bottom: 5rem}
.img-service{ width: 450px;}
.text-service{ font-size: 1.4rem}
@media screen and (max-width: 1199px) {
  /* .visual{ padding-top: 80px; padding-bottom: 20px} */
  .visual{ padding-top: 40px; padding-bottom: 20px}
}
@media screen and (max-width: 767px) {
  .visual{ text-align: center}
  .visual .col-md-7{ text-align: left}
  .visual h2{ margin-top: 2rem; font-size: 2rem;}
  .visual p{ font-size: 14px; line-height: 1.44}
  .main .v-image{ max-width: 300px}
  .main-section{ padding-top: 3rem; padding-bottom: 3rem}
}
/***********************************************
*** Sub Page Style
***********************************************/
/* page-tab */
/* .page-tab ul{ display: flex;} */
.page-tab ul{ display: inline-flex; flex-wrap: nowrap;overflow-x: auto;
  width: 100%; overflow-y: hidden; white-space:nowrap}
.page-tab li{ position: relative;margin-right: 30px;}
.page-tab .tab-link{
  display: block; padding-top: 5px; padding-bottom: 12px;
  color: #8697a2; border-bottom: 3px solid transparent;
  font-size: 0.9375rem; font-weight: 500; text-decoration: none; outline: none; }
.page-tab .tab-link:after{ content: "";
  display: block; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px;
  background-color: #29385f; transition: 0.3s;
}
.page-tab .tab-link:hover::after,
.page-tab .tab-link.active:after{ left: 0; width: 100%;}
.page-tab .tab-link:hover,
.page-tab .tab-link.active{ color: #29385f; transition: 0.3s;}
@media screen and (max-width: 576px) {
  .page-tab{ margin-top: -10px}
  .page-tab li{ margin-right: 25px;}
}

.nav-pills > .nav-item{ margin-right: 0}
.nav .nav-link{ margin-right: 20px; padding: 0 0 4px 0; color: #888888; font-weight: 500;
  border-bottom: 3px solid transparent; transition: 0.3s}
.nav .nav-link:last-child{ margin-right: 0}
.nav .nav-link:hover{  color: #222; transition: 0.3s}
.nav-link.active{ color: #222; border-bottom-color: #222}


/* login page */
.login{ min-height: 100%; background:url('/assets/img/bg_login.jpg') no-repeat center center / cover;}
.login > main{ flex-grow: 1}
.center-wrap{display: flex; align-items: center; justify-content: center; min-height: 100vh; padding-top: 3rem; padding-bottom: 3rem}
.login .input-group-text{ color: #999eb3; background: #fff; border-color: #dae1e3}

/* .login > .d-flex{min-height: 85vh} */
.login .logo{ display : inline-block ;width: 300px; height: 55px; background: url('/assets/img/logo.png') no-repeat 0 2px / cover;}
.login .logo.white{ background-image: url('/assets/img/logo.png')}
.login #lang{ font-size: 16px; color: #c3c3c3}

.blank-page{ height: 100%; background: url('../img/bg.png') no-repeat top right / cover}
.login h1{ margin-top: 2.5rem; margin-bottom: 2rem; font-size: 1.75rem; color: #222; font-weight: 600}
.login .card{ width: 480px; border:none;}
.login .card-body{ padding: 25px 45px 20px;}
.login .align-items-end{ padding-top: 0}
.login .dropdown-toggle:hover{ text-decoration: none}

.login .input-group-append > .input-group-text{ border-left: 0}
.login .text-area{ margin-top: 10px}
.login .text-area p{margin:5px 0}
.login .btn-area{ margin-top: 2rem}
.login .btn-area .btn{ padding: 1rem; height: 3.5rem; font-size: 1.1rem;}
.sms-time { position: absolute; top: 0.5rem; right: 35px; font-size: 1.25rem}

.login.sub { height: 100%}
.login.sub .card{ width: 740px}
.bg-overlay{ position: fixed; top: 0; right: 0; left: 0; bottom: 0; width: 100%; height: 100%; background: linear-gradient(to left, #3a5fc1 0%, #121a4f 100%); opacity: 0.8}
.login.sub .form-group label{font-weight:600;line-height:1.25}
.login.sub .form-group label .text-danger,
.login.sub .form-group .right{font-size:11px;font-weight:400}

@media (max-width: 767px) {
  .logo{ width: 300px; height: 55px; background: url('/assets/img/logo.png') no-repeat 0 2px / cover;}
  /* .login .container-xl{} */
  .login > .d-flex{ min-height: auto}
  .login .card{ margin: 1.5rem; width: 100%;}
  .login.sub .card{ width: 100%}
  .login .feather{ width: 20px; height: 20px;}
  .login .card-body{ padding: 10px;}
  .login .text-area p{ font-size: 13px}
  .login .btn-area .btn{ padding-top: 0.875rem;}
}


/* dashboard */
.point-area .value{ font-size: 1.2rem; font-weight: 600; color: #222}
.point-area [class^="col-"] + [class^="col-"]{ border-left: 1px solid #ddd}
.asset-box .label{ display: block; font-size: 0.85rem}
.asset-box .value{ font-size: 1.25rem; font-weight: 600; line-height: 1.2}
.card.widget{ text-align: right}
.widget .widget-icon{ display: inline-block; height: 40px; width: 40px; color: #727cf5; line-height: 40px;
  background-color: rgba(114,124,245,.25); text-align: center; border-radius: 3px;
}
.widget h5,
.widget h3{ text-align: right;}
.widget h3{ font-size: 1.85rem; font-weight: 600}
.widget .icon{ width: 26px; height: 24px}
.menu .img{ display: block; margin: 0 auto; max-width: 200px; height: 200px; background-size: cover}
.menu .img_1{ background-image: url(../img/img_dash1.png)}
.menu .img_2{ background-image: url(../img/img_dash2.png)}
.menu .img_3{ background-image: url(../img/img_dash3.png)}
@media screen and (max-width: 767px) {
  .point-area .value{ font-size: 1rem;}
  .menu .img{ max-width: 120px; height: 120px;}
}

/* 자산 관리 */
.asset-box2 .value{ color: #222; font-weight: 600; font-size: 1.35rem; line-height: 1}
.asset-box2 .icon{ display: inline-block; margin-right: 10px; width: 30px; height: 30px; vertical-align: middle; background: #2ac786; border-radius: 100px;}
.asset-box2 .icon::before{ display: block; margin-top: 6px; color: #fff; font-size: 16px; text-align: center;}
.asset-box2 .btn-box{ text-align: center}
.table.trading{ min-width: 1150px;}
.table.trading th,
.table.trading td{ padding: 8px 8px;}
.asset-box2.bottom .icon{ background-color: #4dbaf9}
@media screen and (min-width: 768px) {
  .asset-box2 .col-md-5:first-child{padding-right: 25px; border-right: 1px solid #ddd}
  .asset-box2 .col-md-5 + .col-md-5 {padding-left: 25px;}
  .asset-box2 .btn-box{ text-align: right}
}



/*  계좌 개설 */
.form-box{ margin-bottom: 20px; padding: 50px; background: #fff; border: 1px solid #f3f3f3; box-shadow: 0px 0px 8px 4px rgb(175 175 175 / 12%);}
.form-box .title{ display: block; font-size: 36px; margin-bottom: 1rem; color: #1b2945;}
.form-box .value-area{ color: #222}
.form-box .custom-select,
.form-box .form-control,
.form-box .value{ color: #222}
.img-preview{ border: 1px solid #ddd; max-width: 100%}
.img-preview + .img-preview{ margin-top: 1rem}
/* .product .td.label{ min-width: 100px; color: #222; }
.product .td{ padding-top: 2px; padding-bottom: 2px}
.product .btn-block{ margin-top: 1.2rem; height: 60px; border-radius: 0} */
@media screen and (max-width: 767px) {
  .form-box{ padding: 17px 20px}
  .form-box .title{ font-size: 24px}
}


/* 마이페이지 */
.input-group>.input-group-append>.btn{border-top-right-radius: 3px; border-bottom-right-radius: 3px }
.my-chart{height: 180px;}


/* 1:1문의 */
.board-form .basic-list .id{ width: 200px; flex-shrink: 0; color: #222;}
.board-form .basic-list .id a{color: #222}

.board-form .basic-list .list-body a{color: #9ca3a9}
.reply-form li{ position: relative; display: flex; flex-wrap: wrap; padding: 20px 1.8rem 20px 86px; border-bottom: 1px solid #eaeaea}
.reply-form li::before{ content:"Re"; display: block; position: absolute; left: 1.8rem;
  padding-left: 0; width: 35px; height: 35px; font-family: 'pretendard'; font-weight: 500;
  font-size: 1rem; color: #fff; text-align: center; line-height: 35px; background: #29385f; border-radius: 100px}
.reply-form .name{ width: 200px; color: #222; font-weight: 600}
.reply-form .date{ color: #9ca3a9}
.reply-form .body{ padding: 0; line-height: 1.7; border: none}

.write .box{margin-bottom: 20px; padding: 50px; background: #fff;}
.write .form-control.title{ padding: 10px 0 10px; height: 65px; font-size: 36px; border-color: #fff; border-radius: 0}

@media (max-width: 767px) {
  .write .box{ padding: 30px}
  .page-ask-view .header{ padding-left: 8px}
  .page-ask-view .header:before{ display: none}
  .reply-form li{ padding: 20px 8px 10px 41px;}
  .reply-form li:first-child{ padding-top: 10px;}
  .reply-form li:before{ left: 8px; width: 27px; height: 27px; font-size: 14px; line-height: 27px;}
  .reply-form .name,
  .reply-form .body{ width: 100%}
  .write .form-control.title{ padding: 5px 0 5px; height: 45px; font-size: 24px;}
}

/* 커뮤니티 */
.board-form.commu .list-body{ width: 50%}
.board-form .com-link{ display: block; width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
@media screen and (max-width: 767px) {
  .board-form.commu .list-body{ width: 100%}
}

/* faq */
.board-form.faq .q{ margin-right: 10px; font-size: 22px; font-weight: 500;}
@media (max-width: 575px) {
  .board-form.faq .basic-list{padding-left:15px}
  .board-form.faq .q{ position: absolute; margin-top: 2px; width: auto; font-size: 18px}
  .board-form.faq .title{ padding-left: 24px; padding-right: 20px;}
}

/* main coin */
.main-coin{margin-bottom: 2rem}
.main-coin .coin{width: 55px}
.main-coin img{display: block; margin:0 auto; max-width:50px}
.main-coin .td{padding: 10px 5px; vertical-align: middle;}


/*=================================================================================
*  Page - 페이지 네이션
=================================================================================*/
#pages { margin-top: 20px;}

#page a {
	color: #fff;
  display: flex; 
  margin: 0 2px; 
  padding: 0;
  width: 36px;  
  height: 36px;
  font-size: .875rem; 
	text-decoration: none; /* no underline */  
  border-radius: 50%!important; 
	background-color: #3f95ea;
  align-items: center; 
  justify-content: center;
}

#page a:hover, #page a:active {
	color: #fff;
  display: flex; 
  margin: 0 2px; 
  padding: 0;
  width: 36px;  
  height: 36px;
  font-size: .875rem; 
	font-weight:bold;  
  border-radius: 50%!important; 
	background-color: #186bde;
  align-items: center; justify-content: center;
}

#page_con{
	color: #fff;
  display: flex; 
  margin: 0 2px; 
  padding: 0;
  width: 36px;  
  height: 36px;
  font-size: .875rem; 
	font-weight:bold;
  border-radius: 50%!important;
	background-color: #727272;
  align-items: center; justify-content: center;
}

/*=================================================================================
*  Page - 페이지 네이션
=================================================================================*/


/* pagenation */
.pagination,
#pages{ margin-top: 1rem}
#pages{ display: flex; padding-left: 0; list-style: none; border-radius: .25rem;}
.page-item .page-link,
.page-item span,
.page-item > a,
.page-item > span{
  display: flex; margin: 0 2px; padding: 0;
  width: 36px;  height: 36px;
  font-size: .875rem; border-radius: 50%!important; border-color: #f1f2f3;
  align-items: center; justify-content: center;
  background: #fff;
}

.page-link,
.page-item > a{ color: #767884}
.page-link:focus{ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.page-item.disabled .page-link{ color: #ccc; border-color: #f1f2f3}
.page-link:hover,
.page-item > a:hover{ color: #7446c4; background-color: #f5f5f5; text-decoration: none}
.page-item.active .page-link,
.page-item.active span { color: #fff; background-color: #7446c4;border-color: #7446c4;}
/* .page-link:focus{ box-shadow: 0 0 0 0.2rem rgba(63, 205, 236, 0.5);} */
@media screen and (max-width: 767px) {
  .page-item .page-link,
  .page-item > a,
  .page-item span{ width: 26px; height: 26px; font-size: 13px}
}
