@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  background: #fff;
}

.bon {
  font-family: "Noto Sans KR", sans-serif;
}

.malgun {
  font-family: "留묒� 怨좊뵓", "Malgun Gothic" !important;
  font-size: 13px;
}

p,
ul,
li {
  list-style: none;
  padding: 0px;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

a:hover {
  color: #000;
  text-decoration: none;
}

button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
}

select {
  padding: 5px 2px;
  font-size: 14px;
  border: 1px solid #c5c5c5;
  vertical-align: middle;
  border-radius: 2px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-2 {
  padding: 0 !important;
}

.container,
.container-2 {
  position: relative;
}

.container-fluid {
  width: 100%;
  padding: 0 !important;
}

.container-fluid::after {
  display: block;
  clear: both;
  content: "";
}

.container {
  width: 1250px;
  max-width: 1250px !important;
  margin: 0 auto;
  padding: 0;
}

.container2 {
  width: 1300px;
  max-width: 1300px !important;
  margin: 0 auto;
  padding: 0;
}

.row {
  margin: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0;
}

.t-18 {
  font-size: 18px;
}
.t-20 {
  font-size: 20px;
}

.t-22 {
  font-size: 22px;
}
.t-26 {
  font-size: 26px;
}

.t-32 {
  font-size: 32px;
}
.t-40 {
  font-size: 44px;
}
.t-56 {
  font-size: 56px;
}
input[type="text"]:focus {
  outline: none !important;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

select {
  width: 100%;

  height: 100%;

  border: 0;

  -webkit-appearance: none; /* for chrome */

  -moz-appearance: none; /*for firefox*/

  appearance: none;

  box-sizing: border-box;

  background: url("/consulting/assets/img/select_arrow.png") #fff no-repeat 97%
    50%/15px auto;
}

select::-ms-expand {
  display: none; /*for IE10,11*/
}

/* ============== SUB ================ */

.navi {
  font-size: 14px;
}

.navi div {
  display: inline-block;
}

.navi span {
  font-size: 12px;
  margin: 0 4px;
}

.navi i {
  color: #aaa;
}

#sub-ban {
  height: 270px;
  position: relative;
  overflow: hidden;
}

#sub-ban:before {
  content: "";
  display: block;
  width: calc(100% - 450px);
  height: 100%;
  position: absolute;
  left: 450px;
  top: 0;
}

#sub-ban .left {
  position: absolute;
  top: 75px;
}

#sub-ban .left h3 {
  font-size: 50px;
  color: #000;
  font-weight: 700;
  line-height: 68px;
}

#sub-ban .left p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 26px;
}

#sub-ban .right {
  width: 50%;
  position: absolute;
  left: 53%;
  z-index: 1;
  top: 55px;
  font-family: "SBAggroB", sans-serif;
  font-size: 110px;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
}

#sub-ban .right:before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background: linear-gradient(
    90deg,
    rgb(202 205 42) 0%,
    rgb(69 159 23) 50%,
    rgb(12 46 6) 100%
  );
  /* IE10 */
  background-image: -ms-linear-gradient(left, #cacd2a 0%, #609f38 100%);

  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(left, #cacd2a 0%, #609f38 100%);

  /* Opera */
  background-image: -o-linear-gradient(left, #cacd2a 0%, #609f38 100%);

  /* Proposed W3C Markup */
  background-image: linear-gradient(left, #cacd2a 0%, #609f38 100%);
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 33px;
  z-index: -1;
}

.sub-menu {
  position: relative;
  width: 1250px;
  margin: 0 auto 40px;
}

.sub-menu ul {
  position: absolute;
  top: -30px;
  zoom: 1;
}

.sub-menu ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

.sub-menu li {
  display: inline-block;
  padding: 3px 36px;
  background: #fff;
  border-radius: 30px;
  border: 3px solid #b1e54f;
  margin-right: 10px;
}

.sub-menu a {
  display: block;
  line-height: 28px;
  padding: 5px 15px;
  color: #000;
}

.sub-menu .on {
  z-index: 2;
  background: #b1e54f;
  font-weight: 500;
}

.sub-menu ul li i {
  font-size: 20px;
}

.f-w-b {
  font-weight: 500;
}

.absolute_mobile {
  position: fixed;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  bottom: 30px;
  left: 30px;
  background: #3f8558;
  color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  box-shadow: 3px 3px 9px #9f9f9f;
}
