<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.guide {
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.guide.hide {
  display: none;
}

.sub-page {
  padding-top: var(--headerHeight);
}
.sub-page .content {
  padding-top: 100px;
  padding-bottom: 150px;
}

.root_daum_roughmap .cont .section {
 display: none !important;
}
.root_daum_roughmap .wrap_controllers {
  margin-bottom: 2px;
}

.sub-top hgroup {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.sub-top hgroup h2 {
  /* font-family: var(--myeongjo); */
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}
.sub-top hgroup nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--pretend);
}
.sub-top hgroup nav a {
  color: #aaa;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.sub-top hgroup nav a:not(:first-child)::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #aaa;
  margin-right: 10px;
  vertical-align: middle;
}

.sub-visual {
  margin-top: 40px;
  position: relative;
  height: 400px;
}

.sub-visual__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sub-visual__screen {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #aacfea;
}

.K01 .sub-visual__img {
  background-image: url('/image/sub/sv01.jpg');
}

.K02 .sub-visual__img {
  background-image: url('/image/sub/sv02.jpg');
}

/* .K03 .sub-visual__img {
  background-image: url('/image/sub/sv03.png');
} */


.K03.K0301  .sub-visual__img {
  background-image: url('/image/sub/sv03.png');
}
.K03.K0302 .sub-visual__img {
  background-image: url('/image/sub/sv0302.png');
}


.K04 .sub-visual__img {
  background-image: url('/image/sub/sv04.jpg');
}
.K04.K0401 .sub-visual__img {
  background-image: url('/image/sub/sv04.png');
}
.K04.K0403 .sub-visual__img {
  background-image: url('/image/sub/sv0403.png');
}

.K05 .sub-visual__img {
  background-image: url('/image/sub/sv05.jpg');
}

.K06 .sub-visual__img {
  background-image: url('/image/sub/sv06.jpg');
}
.K07 .sub-visual__img {
  background-image: url('/image/sub/sv06.jpg');
}
/* ì§€ì‹ ìž¬ì‚°ê¶Œ */
.K09 .sub-visual__img {
  background-image: url('/image/sub/sv09.jpg');
}
/* ì˜¤ì‹œëŠ”ê¸¸ */
.K01.K0103 .sub-visual__img {
  background-image: url('/image/sub/sv0103.png');
}
/* ë²•ë¥&nbsp;ì&nbsp;•ë³´ */
.K04.K0403 .sub-visual__img {
  background-image: url('/image/sub/sv0403.png');
}
.footer.sub-style .inner-1220{
  max-width: 1400px;
  position: relative; 
  margin-left: auto; 
  margin-right: auto;
  width: 100%;
}
.visit-btn__arrow.sub-style {
  width: 30px;
  height: 16px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.visit-btn__arrow.sub-style img {
  width: 20px;
  height: 16px;
}

.consulting-tit {
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.44;
}

.consulting-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.consulting-logo {
  width: 446px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
}

.consulting-logo img {
  position: absolute;
  top: 0;
  left: 0;
}

.consulting-desc &gt; div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border-left: 1px solid var(--line);
  padding-left: 53px;
  padding-bottom: 150px;
}

.consulting-desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.consulting .content {
  padding-bottom: 0;
}

.consulting-desc li {
  position: relative;
}

.consulting-desc li::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--deepblue);
  position: absolute;
  top: 0;
  left: -53px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.consulting-desc li p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}

.consulting-desc li &gt; div,
.consulting-desc li select,
.consulting-desc li input[type='text'] {
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--line);
  padding: 20px;
  font-family: var(--pretend);
  font-size: 16px;
  font-weight: 400;
}

.consulting-desc li textarea::-webkit-input-placeholder,
.consulting-desc li input[type='text']::-webkit-input-placeholder {
  color: #aaa;
}

.consulting-desc li textarea::-moz-placeholder,
.consulting-desc li input[type='text']::-moz-placeholder {
  color: #aaa;
}

.consulting-desc li textarea:-ms-input-placeholder,
.consulting-desc li input[type='text']:-ms-input-placeholder {
  color: #aaa;
}

.consulting-desc li textarea::-ms-input-placeholder,
.consulting-desc li input[type='text']::-ms-input-placeholder {
  color: #aaa;
}

.consulting-desc li textarea::placeholder,
.consulting-desc li select,
.consulting-desc li input[type='text']::placeholder {
  color: #aaa;
}

.consulting-desc li select {
  background-position: right 20px center;
  background-size: 11px;
}

.consulting-desc li textarea {
  resize: none;
  width: 100%;
  height: 160px;
  font-family: var(--pretend);
}

.anim-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: var(--deepblue);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.consulting-agree {
  margin-top: 30px;
}
.consulting-agree input[type='checkbox'] {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.consulting-agree input[type='checkbox']:checked + label {
  background-image: url('/image/common/checkbox_checked.svg');
}
.consulting-agree label {
  background-image: url('/image/common/checkbox.svg');
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.consulting-agree label a {
  text-decoration-line: underline;
}

.consulting-submit {
  color: #fff;
  background-color: var(--deepgold);
  width: 300px;
  height: 65px;
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin: 80px auto 0;
}

.search {
  font-family: var(--pretend);
}
.search .main-news__date {
  margin-left: 140px;
  font-family: var(--libre);
}
.search .main-news__tit strong {
  font-size: 20px;
}
.search .main-news__tit p {
  margin-top: 16px;
}
.search .main-news__tit em {
  font-size: 16px;
  font-weight: 700;
  color: var(--deepblue);
  display: block;
  margin-bottom: 16px;
}

.search-input {
  width: 660px;
  height: 60px;
  margin: 0 auto 30px;
  border: 1px solid var(--line);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}
.search-input button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.search-input input[type='text'] {
  min-width: 0;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-input input[type='text']::-webkit-input-placeholder {
  color: #aaa;
}
.search-input input[type='text']::-moz-placeholder {
  color: #aaa;
}
.search-input input[type='text']:-ms-input-placeholder {
  color: #aaa;
}
.search-input input[type='text']::-ms-input-placeholder {
  color: #aaa;
}
.search-input input[type='text']::placeholder {
  color: #aaa;
}

.search-result {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
.search-result strong {
  color: var(--deepblue);
  font-size: 36px;
  font-weight: 600;
}

.search-tab {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.search-tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 65px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid var(--line);
}
.search-tab .active {
  background-color: var(--deepblue);
  color: #fff;
}

.search-desc {
  margin-top: 80px;
}
.search-desc &gt; div:not(:first-child) {
  margin-top: 120px;
}

.search-tit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--blue);
}
.search-tit-area .view-more {
  font-family: var(--libre);
  margin: 0 !important;
}

.search-tit {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
.search-tit span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--deepgold);
}
.as h3,
.serv_intro h3,
.location h3,
.terms h3 {
  font-size: 36px;
  font-weight: 600;
}
.terms h3 {
  margin-bottom: 30px;
}
.location .location-list &gt; li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.location .location-list &gt; li:not(:first-child) {
  margin-top: 120px;
}
.location .location-list &gt; li li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
  border-bottom: 1px solid var(--line);
}
.location .location-list &gt; li li figure {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
}
.location .location-list &gt; li li em {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  margin-right: 80px;
  width: 100px;
  font-size: 18px;
  font-weight: 600;
}
.location .location-list &gt; li li p {
  color: #666;
  font-family: var(--pretend);
  font-size: 18px;
  font-weight: 400;
}

.location-map {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 960px;
}
.location-map .root_daum_roughmap {
  width: 100%;
}
.location-map .root_daum_roughmap .wrap_map {
  height: 430px;
}

.field-index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 60px;
}
.field-index li a {
  display: flex;
  flex-direction: column;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  height: 300px;
  padding: 50px 40px;
  border: 1px solid var(--line);
}
.field-index li a figure {
  flex: none;
  margin: 0;
}
.field-index li a &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.field-index li a &gt; div:last-child {
  margin-top: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.field-index li a &gt; div:first-child {
  gap: 20px;
}
.field-index li a span {
  color: var(--deepgold);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.field-index li a h3 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
}
.field-index li a p {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  max-width: 400px;
}
.field-index li .visit-btn__arrow {
  margin-left: auto;
  margin-top: auto;
  width: 30px;
  height: 16px;
  opacity: 0;
}
.field-index li .visit-btn__arrow img {
  width: 20px;
  height: auto;
}
.field-index li:hover a {
  background-color: #fff;
}
.field-index li:hover .visit-btn__arrow {
  opacity: 1;
}
.field-index li:hover .visit-btn__arrow img {
  -webkit-animation: move01 0.2s forwards, move02 0.4s forwards 0.2s;
  animation: move01 0.2s forwards, move02 0.4s forwards 0.2s;
}

.intro .footer {
  position: relative;
  z-index: 99;
}

.intro-visual {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  z-index: 2;
}
.intro-visual .intro-visual__dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 14, 27, 0.5);
  z-index: -1;
}
.intro-visual video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -2;
}
.intro-visual .scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.intro-visual .scroll-bar {
  height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
}
.intro-visual .scroll-bar__fill {
  width: 100%;
  background-color: #fff;
  -webkit-animation: updown 3s ease-in-out infinite;
  animation: updown 3s ease-in-out infinite;
}
.intro-visual::after,
.intro-visual::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.3);
}
.intro-visual::after {
  right: var(--innerLine);
}
.intro-visual::before {
  left: var(--innerLine);
}

.intro-visual__screen {
  background-color: var(--bgblue);
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: screenTop 1.2s 1.3s cubic-bezier(0.4, 0, 0.09, 1.04) forwards;
  animation: screenTop 1.2s 1.3s cubic-bezier(0.4, 0, 0.09, 1.04) forwards;
}
.intro-visual__screen figure {
  margin: 0;
  width: 631px;
  -webkit-animation: screenScale 1.3s 0.5s cubic-bezier(0.4, 0, 0.09, 1.04) forwards;
  animation: screenScale 1.3s 0.5s cubic-bezier(0.4, 0, 0.09, 1.04) forwards;
}
.intro-visual__screen::after,
.intro-visual__screen::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-color: var(--line);
}
.intro-visual__screen::after {
  right: var(--innerLine);
}
.intro-visual__screen::before {
  left: var(--innerLine);
}

@-webkit-keyframes screenTop {
  to {
    height: 0;
  }
}

@keyframes screenTop {
  to {
    height: 0;
  }
}
@-webkit-keyframes screenScale {
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes screenScale {
  to {
    width: 0;
    opacity: 0;
  }
}
.intro-visual__tit figure {
  margin: 0 auto;
  width: 221px;
}
.intro-visual__tit h2 {
  /* font-family: var(--myeongjo); */
  font-weight: 600;
  line-height: 1;
  margin-top: 26px;
  font-size: 80px;
}

.intro-desc {
  margin-top: 100vh;
  background-color: var(--bgblue);
  z-index: 9;
  position: relative;
  font-family: var(--pretend);
  padding-bottom: 150px;
}

.intro-txt {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  color: rgba(34, 34, 34, 0.25);
}
.intro-txt span {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-size: 200% auto;
  background-position: -100% center;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--deepblue)),
    color-stop(50%, var(--deepblue)),
    color-stop(50%, rgba(34, 34, 34, 0.25)),
    to(rgba(34, 34, 34, 0.25))
  );
  background-image: linear-gradient(
    90deg,
    var(--deepblue) 0%,
    var(--deepblue) 50%,
    rgba(34, 34, 34, 0.25) 50%,
    rgba(34, 34, 34, 0.25) 100%
  );
}
.intro-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.intro-desc__sec {
  height: 100vh;
  margin: 0 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-desc__visual {
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(20% 20%, 80% 20%, 80% 80%, 20% 80%);
  clip-path: polygon(20% 20%, 80% 20%, 80% 80%, 20% 80%);
}
.intro-desc__visual .intro-txt {
  color: rgba(255, 255, 255, 0.5);
}
.intro-desc__visual .intro-txt span {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(50%, #fff),
    color-stop(50%, rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0.5))
  );
  background-image: linear-gradient(
    90deg,
    #fff 0%,
    #fff 50%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0.5) 100%
  );
}

.intro-fade li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.intro-fade li.on {
  opacity: 1;
}

.intro-desc__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
}
.field-view .inner03 {
  display: flex;
}
.field-scroll {
  flex: none;
  width: 320px;
  overflow: visible;
  position: relative;
}
.field-scroll ul {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
}
.field-scroll ul.fix {
  position: fixed;
  top: 140px;
  left: 50%;
  transform: translateX(-700px);
}
.field-scroll ul.bottom{
  position: absolute;
  top: auto;
  bottom: 0;
}
.field-scroll ul::after {
  content: "";
  width: 1px;
  background-color: var(--line);
  height: calc(100% - 22px);
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.field-view .attoney-view__desc {
  padding-top: 0;
  gap: 0;
}
.field-view .attoney-view__desc &gt; li {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.field-view .attoney-view__desc &gt; li:last-child {
  padding-bottom: 0;
}
.field-scroll ul li {
  font-size: 18px;
  font-weight: 600;
  color: #aaa;
  cursor: pointer;
}
.field-scroll ul li.on {
  color: var(--deepblue);
}
.field-view .attoney-view__intro .intro-list li p:last-child {
  font-weight: 400;
  color: #666;
  width: auto;
}
.field-scroll ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 13px;
  display: inline-block;
  background-color: #aaa;
  vertical-align: middle;
}
.field-scroll ul li.on::before {
  background-color: var(--deepblue);
}
.field-view .news h5 {
  margin-bottom: 0;
}
.field-view .news .main-news__list {
  border-top: none;
}
.field-view .main-news__list li a {
  padding: 40px 30px;
  gap: 0;
}
.field-view .main-news__tit {
  flex: none;
  width: 70%;
}
.field-view .main-news__tit strong {
  font-size: 20px;
}
.field-view .main-news__date {
  margin-left: auto;
  font-family: var(--libre);
}
.field-view .main-news__tit em {
  font-size: 16px;
  font-weight: 700;
  color: var(--depblue);
  display: block;
  margin-bottom: 16px;
}
.field-view .main-news__list .visit-btn__arrow {
  margin-left: 60px;
}
.field-view .board-view__related {
  padding: 0 30px;
  margin-top: 0;
  border-top: none;
  /* height: 300px; */
  overflow: hidden;
}
.field-view .attoney .board-list {
  display: flex;
  gap: 0;
  margin-top: 0;
}
.attoney-view__intro {
  width: 77.14%;
  flex: 1;
}
.field-view .swiper-button-prev,
.field-view .swiper-button-next {
  width: 10px;
  height: 16px;
}
.field-view .swiper-button-prev {
  left: 0;
}
.field-view .swiper-button-next {
  right: 0;
}
.field-view .swiper-pagination {
  display: none;
}
.field-view .attoney .board-list__record &gt; div:last-child p {
  font-size: 20px;
  color: #222;
  margin-right: 0;
  margin-bottom: 10px;
}
.field-view .attoney .board-list__record &gt; div:last-child span {
  color: #888;
  font-size: 16px;
}
.field-list__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 43px;
  gap: 12px;
  border: 1px solid var(--line);
  font-size: 15px;
  font-weight: 500;
  margin-left: auto;
  transition: all .3s ease;
}
.field-list__btn svg path {
  fill: var(--deepblue);
  transition: all .3s ease;
}
.field-list__btn:hover {
  color: #fff;
  background-color: var(--deepgold);
  border-color: var(--deepgold);
}
.field-list__btn:hover svg path {
  fill: #fff;
}
.field-list .main-news__tit p {
  margin-top: 16px;
}

/* ì„œë¹„ìŠ¤ì†Œê°œ */
.serv_intro .flex{
  display: flex;
 gap: 190px;
}
.serv_intro .inner03 .col-left{
 width: 400px;
 flex-shrink: 0;
}
.serv_intro .inner03 .col-right{
  max-width: 820px;
  width: 100%;

}
.serv_intro .inner03 .col-right .thumb{
  margin-bottom: 30px;
}
.serv_intro .inner03 .col-right p{
  color: #666;
  font-family: var(--pretend);
  font-size: 18px;
  font-weight: 400;
line-height: 160%;
letter-spacing: -0.36px;
}
.serv_intro .inner03 .col-right p span{
  font-weight: 600;
}
.tit-wrap p{
  color: #666;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 18px */
}
.tit-wrap{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 5px;
}

 /* í•˜ìžì§€ì›ì„œë¹„ìŠ¤ */

.step .flex .col-left-top .aic{
  display: flex;
  gap: 14px;
  align-items: center;
}
.step .flex .col-right .svg-thumb{
  margin-top: -150px;
}
.step .flex .col-right{
  display: flex;
  align-items: center;
  gap: 14px;
}
.step .flex .col-left-top{
  display: flex;
align-items: center;
  gap: 14px;
}

.step .flex{
  display: flex;
  /* align-items: center; */
  align-items: flex-end;
 gap: 14px;
}
.tag{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}
.tag .blue{
  display: flex;
padding: 8px 16px;
justify-content: center;
align-items: center;
gap: 10px;
  border-radius: 50px;
background: #004F8A;
color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 100%; 
width: fit-content;
}
/* .col-left-top .cont:nth-child(2){
  margin-top:68px;
} */
.tag :not(.blue){
  color: #004F8A;

text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%; 
}
.flex .cont+.cont{
  display: flex;
  flex-direction: column;
  align-items: center;

}

.flex.shadow .cont .thumb {
  box-shadow: 3px 3px 4px 0px rgba(121,180,224,0.35);
  border-radius: 10px;
}
.txt-cont{
  display: flex;
  gap: 53px;
  margin-top: 42px;
 
}
.txt-cont .col-left{
  border: 1px solid rgba(121, 180, 224, 0.60);
  background: #FFF;
  color: #666;
text-align: center;
font-family: "Pretendard Variable";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}
.txt-cont .col-right{
  border: 1px solid rgba(121, 180, 224, 0.60);
  background: #FFF;
  color: #666;
text-align: center;
font-family: "Pretendard Variable";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 22.4px */
}
  .txt-cont div{
    display: flex;
    padding: 40px 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .txt-cont .col-right{
    max-width: 289px;
    width: 100%;
  }
  .txt-cont .col-left{
    max-width: 1058px;
    width: 100%;
  }
  /* .txt-cont{
    margin-top: 42px;
  } */

  .step01{
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(121, 180, 224, 0.60);
  }
  .step02{
   padding-bottom: 100px;
    border-bottom: 1px solid rgba(121, 180, 224, 0.60);
  }

.step02 .flex{

  display: flex;
  gap: 34px;
  align-items: flex-start;

}

.step02 .flex .cont+.cont{
  display: flex;
  flex-direction: row !important;
  align-items: center;
}
.step02 .flex .cont+.cont::before{
  content: '';
  background-image: url(/image/sub/blue-arrow.png);
width: 26px;
height: 26px;
margin-right: 34px;
flex-shrink: 0;
}

.step03 .tit-wrap,
.step02 .tit-wrap{
  margin-top: 100px;
}
.as{
  background: var(--bgblue, #F2F7FB);
}
























@media all and (max-width: 1780px) {
  .field-scroll ul.fix {
    top: 100px;
    left: 50%;
    transform: translateX(-42vw);
  }
  
  .field-scroll{
    width: 220px;
  }
  .field-scroll ul {
    gap: 30px;
  }
  .field-scroll ul li{
    font-size: 18px;
    line-height: 1;
  }
}
@media all and (max-width: 1500px) {
  .location-map {
    width: 80%;
  }
  .field-index {
    gap: 30px;
  }
  .field-index li a {
    height: 100%;
  }
  .field-index li a &gt; div:last-child {
    margin-top: 40px;
  }
  .field-view .inner03 {
    max-width: none;
    display: block;
  }
  .attoney-view__intro {
    width: 100%;
  }
  .field-scroll {
    height: 80px;
    margin-bottom: 30px;
    width: 100%;
  }
  .field-scroll ul {
    flex-direction: row;
    height: 80px;
    width: 100%;
    padding: 0 0 24px;
    align-items: flex-end;
    background-color: var(--bgblue);
    transition: border .3s ease;
  }
  .field-scroll ul.fix {
    top: 0;
    left: 3.90625%;
    width: 92.18vw;
    padding: 0 3.90625% 24px;
    transform: none;
    border-bottom: 1px solid var(--line);
  }
  .field-scroll.up ul.fix {
    height: calc(var(--headerHeight) + 80px);
    transition: height .5s ease;
  } 
  
  .field-scroll ul::after {
    display: none;
  }
  .field-scroll ul li {
    white-space: nowrap;
  }
  .field-scroll ul li::before {
    display: none;
  }
  .field .content {
    padding-top: 30px;
  }
   .sub-top hgroup nav {
    display: none;
  }
}
</pre></body></html>