@charset "utf-8";

/* 메인 비쥬얼 */
.hero_section{
  margin-top:60px;
}

.hero_swiper{
  height:calc(100vh - 60px);
  min-height:560px;
}

.hero_overlay{
  background:
    linear-gradient(180deg, rgba(3, 10, 24, .24) 0%, rgba(3, 10, 24, .54) 45%, rgba(3, 10, 24, .84) 100%);
}

.hero_inner{
  align-items:center;
  justify-content:center;
  padding:0 22px;
  text-align:center;
}

.hero_content{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.hero_eyebrow{
  margin-bottom:16px;
  font-size:12px;
  letter-spacing:.18em;
}

.hero_title{
  font-size:32px;
  line-height:1.35;
}

.hero_desc{
  margin-top:18px;
  font-size:15px;
  line-height:1.7;
}

.hero_btn_wrap{
  flex-direction:column;
  align-items:center;
  gap:10px;
  margin-top:28px;
}

.hero_btn{
  width:100%;
  max-width:260px;
}

.hero_control{
  left:22px;
  right:22px;
  bottom:90px;
  justify-content:space-between;
  gap:10px;
}

.hero_arrow{
  width:44px;
  height:44px;
}

.hero_arrow span{
  width:10px;
  height:10px;
  margin-top:-5px;
}

.hero_fraction{
  justify-content:center;
  min-width:auto;
  padding:0;
  font-size:14px;
}

.hero_fraction_bar{
  width:40px;
}

.hero_progress{
  height:3px;
}

.hero_scroll{
  bottom:18px;
  gap:8px;
}

.hero_scroll_text{
  font-size:10px;
  letter-spacing:.22em;
}

.hero_scroll_line{
  height:30px;
}


/* 의료광고법 */
.audit_section {
  padding: 80px 0;
  margin-top: -20px;
  border-radius: 24px 24px 0 0;
}

.audit_bg_glow_01 {
  top: 20px;
  left: -120px;
  width: 180px;
  height: 180px;
  filter: blur(60px);
}

.audit_bg_glow_02 {
  right: -100px;
  bottom: 60px;
  width: 160px;
  height: 160px;
  filter: blur(60px);
}

.audit_inner {
  padding: 0 22px;
}

.audit_head {
  gap: 18px;
  margin-bottom: 30px;
}

.audit_eyebrow,
.audit_process_eyebrow {
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: .18em;
}

.audit_title {
  font-size: 30px;
  line-height: 1.4;
}

.audit_desc {
  font-size: 15px;
  line-height: 1.75;
}

.audit_highlight {
  gap: 14px;
  margin-bottom: 18px;
}

.audit_alert {
  padding: 24px 20px;
  border-radius: 22px;
}

.audit_alert_badge {
  height: 34px;
  padding: 0 14px;
  font-size: 12px;
}

.audit_alert_text {
  margin-top: 18px;
  font-size: 24px;
  line-height: 1.5;
}

.audit_risk_item {
  gap: 14px;
  padding: 18px 18px;
  border-radius: 18px;
}

.audit_risk_num {
  flex: 0 0 40px;
  font-size: 18px;
}

.audit_risk_title {
  font-size: 17px;
  line-height: 1.45;
}

.audit_risk_desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.65;
}

.audit_process {
  padding: 24px 20px;
  border-radius: 22px;
}

.audit_process_title_wrap {
  margin-bottom: 18px;
}

.audit_process_title {
  font-size: 22px;
  line-height: 1.45;
}

.audit_step_list {
  gap: 12px;
}

.audit_step_item {
  padding: 18px;
  border-radius: 18px;
}

.audit_step_item::before {
  left: 18px;
  right: 18px;
}

.audit_step_top {
  margin-bottom: 16px;
}

.audit_step_no {
  font-size: 12px;
}

.audit_step_icon {
  min-width: 58px;
  height: 30px;
  padding: 0 12px;
  font-size: 12px;
}

.audit_step_title {
  font-size: 17px;
  line-height: 1.45;
}

.audit_step_desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.65;
}


/* 서비스 */
.service_section {
  padding: 80px 0;
}

.service_inner {
  padding: 0 22px;
}

.service_head {
  margin-bottom: 30px;
}

.service_eyebrow {
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: .18em;
}

.service_title {
  font-size: 30px;
  line-height: 1.4;
}

.service_desc {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.75;
}

.service_list {
  grid-template-columns: 1fr;
  gap: 14px;
}

.service_item {
  min-height:auto;
  padding:20px 18px;
  border-radius:20px;
}

.service_item_top {
  margin-bottom: 24px;
}

.service_num {
  font-size: 16px;
}

.service_more {
  font-size: 12px;
}

.service_item_title {
  font-size: 22px;
  line-height: 1.4;
}

.service_item_desc {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
}

.service_item_sub{
  margin-bottom:10px;
  font-size:12px;
  line-height:1.6;
}

.service_feature_list{
  margin-top:16px;
  padding-top:14px;
}

.service_feature_item{
  margin-top:8px;
  padding-left:12px;
  font-size:13px;
  line-height:1.65;
}

.service_feature_item::before{
  top:9px;
  width:3px;
  height:3px;
}

.service_point{
  margin-top:16px;
  font-size:13px;
  line-height:1.6;
}

.service_keyword_list {
  gap: 6px;
  margin-top: 18px;
}

.service_keyword_item {
  height: 32px;
  padding: 0 11px;
  font-size: 12px;
}


/* 포트폴리오 */
.portfolio_section {
  padding: 80px 0;
}

.portfolio_inner {
  padding: 0 22px;
}

.portfolio_head {
  gap: 18px;
  margin-bottom: 24px;
}

.portfolio_eyebrow {
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: .18em;
}

.portfolio_title {
  font-size: 30px;
  line-height: 1.4;
}

.portfolio_desc {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.75;
}

.portfolio_link {
  min-width: auto;
  width: 100%;
  height: 50px;
  font-size: 14px;
}

.portfolio_filter {
  gap: 8px;
  margin-bottom: 20px;
}

.portfolio_filter_btn {
  height: 38px;
  padding: 0 14px;
  font-size: 13px;
}

.portfolio_list {
  grid-template-columns: 1fr;
  gap: 18px;
}

.portfolio_thumb {
  border-radius: 20px;
}

.portfolio_label {
  top: 14px;
  left: 14px;
  height: 32px;
  padding: 0 11px;
  font-size: 11px;
}

.portfolio_overlay {
  opacity: 1;
  background: linear-gradient(180deg, rgba(9, 16, 31, 0) 35%, rgba(9, 16, 31, .56) 100%);
  align-items: flex-end;
  justify-content: flex-start;
  padding: 16px;
  box-sizing: border-box;
}

.portfolio_view {
  min-width: 130px;
  height: 42px;
  padding: 0 14px;
  font-size: 12px;
}

.portfolio_info {
  padding: 16px 4px 0;
}

.portfolio_category {
  margin-bottom: 8px;
  font-size: 13px;
}

.portfolio_item_title {
  font-size: 22px;
  line-height: 1.4;
}

.portfolio_item_desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}


/* 의료광고 */
.law_feed_section {
  padding: 80px 0;
}

.law_feed_inner {
  padding: 0 22px;
}

.law_feed_head {
  gap: 18px;
  margin-bottom: 24px;
}

.law_feed_eyebrow {
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: .18em;
}

.law_feed_title {
  font-size: 30px;
  line-height: 1.4;
}

.law_feed_desc {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.75;
}

.law_feed_link {
  width: 100%;
  min-width: auto;
  height: 50px;
  font-size: 14px;
}

.law_feed_body {
  gap: 16px;
}

.law_feed_featured {
  padding: 24px 20px;
  border-radius: 22px;
}

.law_feed_badge {
  height: 34px;
  padding: 0 14px;
  font-size: 12px;
}

.law_feed_featured_date {
  margin-top: 18px;
  font-size: 13px;
}

.law_feed_featured_title {
  margin-top: 14px;
  font-size: 24px;
  line-height: 1.5;
}

.law_feed_featured_desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.75;
}

.law_feed_featured_more {
  padding-top: 24px;
  font-size: 13px;
}

.law_feed_list {
  gap: 12px;
}

.law_feed_item {
  padding: 20px 18px;
  border-radius: 18px;
}

.law_feed_item_top {
  margin-bottom: 14px;
}

.law_feed_item_badge {
  height: 30px;
  padding: 0 12px;
  font-size: 12px;
}

.law_feed_item_title {
  font-size: 18px;
  line-height: 1.5;
}

.law_feed_item_desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}


/* 오시는 길 */
.location_section {
  padding: 80px 0;
}

.location_inner {
  padding: 0 22px;
}

.location_eyebrow {
  font-size: 12px;
  margin-bottom: 14px;
}

.location_title {
  font-size: 30px;
  line-height: 1.4;
}

.location_address {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
}

.location_btn_wrap {
  margin-top: 28px;
  flex-direction: column;
  gap: 10px;
}

.location_btn {
  width: 100%;
  height: 50px;
  font-size: 14px;
}

.location_map {
  margin-top: 26px;
  height: 300px;
  border-radius: 20px;
}

.location_map_btn_wrap {
  flex-direction: column;
}

.location_map_btn {
  line-height: 50px;
}