@charset "UTF-8";

:root {
--go-bg-gray: #f0f4fa;
--go-bg-dark: #212529;
--go-bg-primary: #f0f4fa;
--go-bg-gray: #f0f4fa;

--white: #fff;
--gray-0: #f8f9fa;
--gray-1: #f1f3f5;
--gray-2: #e9ecef;
--gray-3: #dee2e6;
--gray-4: #ced4da;
--gray-5: #adb5bd;
--gray-6: #868e96;
--gray-7: #495057;
--gray-8: #343a40;
--gray-9: #212529;
--black: #000;
--orange-6: #fd7e14;
--bg01: #f8f9fa;
--bg02: #f1f3f5;
--card: #111319;
--muted: #8b93a7;
--text: #e8ecf3;
--accent-before: #3b82f6; /* 사용전 */
--accent-using: #f59e0b; /* 사용중 */
--accent-done: #10b981; /* 사용완료 */
--border: #232635;
--chip: #171a24;
--shadow: 0 10px 30px rgba(0,0,0,.25);
--radius: 16px;
}


html {
  font-size: 16px;
}
body {
  min-width: 360px;
}
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dd {
  margin-bottom: 0;
}


/* section */
.go-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  padding: 5rem 0;
}
.section-header {
  text-align: center;
}
.section-header h1 {
  font-size: 3.25rem;
  font-weight: 600;
}
.section-header h1 .highlight {
  color: var(--orange-6) !important;
  background-color: transparent;
  background: -webkit-linear-gradient(45deg, #F09819, #FF512F);
  background: linear-gradient(45deg, #F09819, #FF512F); /* 원하는 그라데이션 색상 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* 파이어폭스용 */
  color: transparent; /* 혹시 모를 폴백 */
}
.section-header h2 {
  font-size: 2.5rem;
  font-weight: 500;
}
.section-header h2 .prmotion-logo {
  display: inline-block;
  height: 24px;
}
.section-header h2 .prmotion-logo img {
  height: 100%;
}
.section-header h3 {
  font-size: 2rem;
  font-weight: 500;
}
.section-header h4 {
  font-size: 1.5rem;
  font-weight: 500;
}
.section-header + .section-body {
  margin-top: 4rem;
} 
.section-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-header h1 span,
.section-header h2 span,
.section-header h3 span {
  color: inherit !important;
  font-style: normal;
}
.br {
  display: block;
}



/* section main */
.go-section-main {
  min-height: 100vh;
  /* background-color: #f0f4fa; */
  background-color: var(--go-bg-gray);
}
.go-section-main .section-body {
  height: 100%;
}
.go-section-main .section-body .go-promotion-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.go-section-main .section-body .go-promotion-info {
  margin: 0 auto;
} 

/* section keyMessage */
.go-section-keyMessage {
  background-color: var(--go-bg-dark);
}
.go-section-keyMessage .section-header h2 {
  color: var(--white);
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}
.go-section-keyMessage .section-header h2 em {
  display: block;
  font-family: initial;
  font-style: normal !important;
}
.go-section-keyMessage .section-header h2 .go-logo-goover {
  display: inline-block;
  height: 37px;
  font-size: 0;
  line-height: 1.7;
  vertical-align: middle;
}
.go-section-keyMessage .section-header h2 .go-logo-goover img {
  height: 100%;
}
.go-section-keyMessage .section-header .bar {
  display: inline-block;
  width: 3px;
  height: 34px;
  margin: 1rem auto;
  background-color: var(--orange-6);
}

/* section point */
.go-section-point {
  background-color: var(--go-bg-gray);
}
.go-section-point .section-header hr {
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: var(--orange-6);
}

/* section feature */
.go-section-feature {
  background-color: var(--go-bg-gray);
}

/* section plan */
.go-section-plan {
  background-color: var(--go-bg-dark);
}
.go-section-plan .section-header h2 {
  color: var(--white);
}
.go-section-plan .section-body {
  text-align: center;
}

/* section coupon */
.go-section-coupon {
  background-color: var(--go-bg-primary);
  /* background: #FF512F;
  background: -webkit-linear-gradient(45deg, #F09819, #FF512F);
  background: linear-gradient(45deg, #F09819, #FF512F); */
}
.go-section-coupon .section-body {
  gap: 4rem;
}


/* section info */
.go-section-info .section-header {
  text-align: left;
}
.go-section-info .section-body {
  gap : 0 !important;
}

/* section footer */
.go-section-footer {
  padding: 0 !important;
  background-color: var(--go-bg-dark);
}
.go-section-footer .go-btn-area {
  display: flex;
  flex-wrap: wrap;
}
.go-section-footer .go-btn-area .btn {
  flex: 1;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 300;
  padding: 1rem;
  border-left: 1px solid var(--gray-8);
  border-right: 1px solid var(--gray-8);
  border-radius: 0;
  background-color: #212529;
}
.go-section-footer .go-btn-area .btn + .btn {
  margin-left: -1px;
}


/* prmotion-brand */
.prmotion-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.prmotion-brand .prmotion-logo {
  position: relative;
  height: 24px;
}
.prmotion-brand .prmotion-logo + .prmotion-logo {
  margin-left: 2rem;
}
.prmotion-logo-goover {
  top: 3px;
}
.prmotion-logo-kt {
  bottom: 3px;
}
.prmotion-brand .prmotion-logo img {
  height: 100%;
}


/* 프로모션 비쥬얼 (봉투) */
.go-envelope {
  position: relative;
  width: 420px;
  max-width: 90vw;
  height: 240px;
  margin-top: 120px;
}
.go-envelope-base {
  position: absolute;
  inset: 0;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  z-index:1;
}
.go-envelope-coupon {
  z-index:3;
  position: absolute;
  top: -70px;
  bottom: 0;
  left: 8%;
  right: 8%;
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 8px;
  /* background: var(--orange-6); */
  background: #FF512F;
  background: -webkit-linear-gradient(to right, #F09819, #FF512F);
  background: linear-gradient(to right, #F09819, #FF512F);
  box-shadow: 0 6px 14px rgba(0,0,0,.2);
  transform: translateY(-15%);
}
.go-envelope-coupon .coupon-header {
  position: relative;
  /* border-right: 1px dashed #fff; */
}
.go-envelope-coupon .badge {
  display: block;
  height: 30px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}
.go-envelope-coupon .badge img {
  height: 100%;
}
.go-envelope-coupon .coupon-body {
  flex: 1;
}
.go-envelope-coupon del { 
  display: block;
  color: var(--white);
  font-size: 1.5rem; 
  font-weight: 500;
  text-shadow: #d9576f 1px 0 10px;
}
.go-envelope-coupon h2 { 
  color: var(--white);
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1;
  margin:0; 
  text-shadow: #d9576f 1px 0 10px;
}
.go-envelope-coupon h2 small { 
  font-size: 80%;
  margin-left: .25rem;
}
.go-envelope-coupon p {
  color:#555;
  font-size:0.9rem;
  margin-top:6px;
}
.go-envelope-flap {
  position:absolute;
  width:100%;
  z-index:3;
}
.go-envelope-flap svg { width:100%; height:100%; display:block; }
.go-envelope-flap-top {
  top:-60%;
  height:60%;
  z-index: 2;
}
.go-envelope-flap-top svg path {
  fill:#fdfdfd;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.05));
}
.go-envelope-flap-bottom {
  bottom: 0;
  height: 65%;
  z-index: 5;
}
.go-envelope-flap-bottom svg path {
  fill:#fff;
  filter: drop-shadow(0 -2px 4px rgba(0,0,0,0.05));
}
.go-envelope-flap-left {
  position:absolute;
  top:0; bottom:0; right:0; width:50%;
  z-index: 4;
}
.go-envelope-flap-left svg path {
  fill:#ffff;
  filter: drop-shadow(2px 0 4px rgba(0,0,0,0.05));
}
.go-envelope-flap-right {
  position:absolute;
  top:0; bottom:0; left:0; width:50%;
  z-index: 4;
}
.go-envelope-flap-right svg path {
  fill:#fff;
  filter: drop-shadow(-2px 0 4px rgba(0,0,0,0.05));
}


/* offer-info */
.offer-info {
  display: inline-block;
  text-align: left;
  list-style: none;
  margin-top: 2rem;
}
.offer-info li {
  display: flex;
  align-items: flex-start;
  font-size: 1.125rem;
  margin-top: 1rem;
}
.offer-info li strong {
  display: inline-block;
  color: var(--white);
  font-size: .875rem;
  font-weight: 400;
  padding: .25rem 1rem;
  margin-right: .5rem;
  border-radius: 30rem;
  background-color: var(--orange-6);
}
.offer-info li small {
  display: block;
  width: 100%;
  color: var(--gray-6);
  margin-top: .25rem;
}


/* point */
.go-point-list {
  display: flex;
  gap: 3rem;
}
.go-card-point {
  position: relative;
  flex: 1;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  border-radius: 30rem 30rem 0 30rem;
  background-size: 100%;
  background-position: center center;
}
.go-card-point-1 {
  background-image: url(/image/event/go-theme-bg01.png);
}
.go-card-point-2 {
  background-image: url(/image/event/go-theme-bg02.png);
}
.go-card-point-3 {
  background-image: url(/image/event/go-theme-bg03.png);
}
.go-card-point:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0, 0, .6);
}
.go-card-point .go-card-body {
  z-index: 2;
  position: absolute; 
  top: 50%; 
  left: 0; 
  right: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 1rem;
  transform: translateY(-50%);
}
.go-card-point .go-card-body small {
  display: inline-block;
  color: var(--gray-2);
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 3rem;
  text-shadow: #000 1px 0 10px;
}
.go-card-point .go-card-body p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3rem;
  text-shadow: #000 1px 0 10px;
}
.go-card-point .go-card-body p span {
  font-size: 130%;
}
.go-card-point .go-card-body p span strong {
  color: var(--orange-6);
  font-size: 130%;
  font-weight: 600;
}


/* go-plan-benefit */
.go-plan-benefit {
  display: flex;
  justify-content: center;
  color: var(--white);
  margin: 2rem 0 4rem;
}
.go-plan-benefit i {
  position: relative;
  left: -10px; top: 36px;
}
.go-plan-benefit dl {
  display: flex;
  flex-direction: column;
  width: 240px;
  padding: 1rem 2rem;
  margin-bottom: 0;
  border-radius: 1rem;
  
}
.go-plan-benefit dl.benefit-before {
  background-color: var(--gray-7);
}
.go-plan-benefit dl.benefit-after {
  background-color: var(--gray-8);
}
.go-plan-benefit dl dt {
  font-weight: 500;
}
.go-plan-benefit dl.benefit-before dt {
  color: var(--gray-4);
}
.go-plan-benefit dl.benefit-after dt {
  color: var(--orange-6);
}
.go-plan-benefit dl dd {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.go-plan-benefit dl.benefit-before dd {
  color: var(--gray-4);
}
.go-plan-benefit dl.benefit-after dd {
  color: var(--white);
}
.go-plan-benefit dl dd p {
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 0;
}
.go-plan-benefit dl dd p del {
  font-size: 1.5rem;
}
.go-plan-benefit dl dd p strong {
  color: var(--orange-6);
  font-size: 2.25em;
  font-weight: 400;
}


/* go-plan-buttons */
.go-plan-buttons {
  display: none;
}
.go-plan-buttons .go-btn-group {
  display: flex;
  width: 100%;
  padding: .25rem;
  border-radius: 3rem;
  background-color: var(--gray-8);
  /* margin-bottom: 1.25rem; */
}
.go-plan-buttons .go-btn-group .go-btn {
  flex: 1;
  color: var(--white);
  font-weight: 500;
  padding: .5rem 1.5rem;
  border: transparent;
  border-radius: 3rem;
  background-color: var(--gray-8);
}
.go-plan-buttons .go-btn-group .go-btn.active {
  color: var(--orange-6);
  border-radius: 3rem;
  background-color: var(--gray-9);
}

/* go-plan-table */
.go-plan-table {
  position: relative;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.go-plan-head > div,
.go-plan-body > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 .75rem;
}
.go-plan-body small {
  opacity: .8;
}
.go-plan-table .go-plan-head {
  color: rgba(255, 255, 255, .8);
  font-size: .875rem;
  padding: 1rem 1rem;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background-color: var(--gray-8);
}
.go-plan-table .go-plan-free,
.go-plan-table .go-plan-pro {
  display: block;
  font-size: 1.125rem;
}
.go-plan-table .go-plan-free {
  padding: 1rem 1rem;
  background-color: var(--gray-8);
}
.go-plan-table .go-plan-pro {
  padding: 2.5rem 1rem;
  border-radius: 1.5rem;
  background-color: var(--orange-6);
}
.go-plan-table .go-plan-th {
  font-size: 1.75rem;
  font-weight: 500;
}
.go-plan-table .go-plan-td {
  border-top: 1px solid rgba(255, 255, 255, .08);
}


/* go-feature-list  */
.go-point-list,
.go-feature-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  gap: 1.5rem;
}
.go-feature-list .go-col-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.go-point-list .go-col-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
} 
.go-feature-list .go-col-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.go-feature-list .go-col-12 {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}


.go-row-2 {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1.5rem;
}
.go-feature-list .go-col-6 .go-row {
  -ms-grid-row-span: 1;
  grid-row: span 1;
  border: 1px solid red;
}

.go-card-feature {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem;
  border-radius: 1rem;
  background-color: var(--white);
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .06);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .06);
}
.go-card-feature .go-card-body {
  flex: 1;
  text-align: center;
}
.go-card-feature .go-card-body strong {
  color: var(--orange-6);
  font-size: .938rem;
  font-weight: 500;
}
.go-card-feature .go-card-body h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.go-card-feature .go-card-body p {
  color: var(--gray-6);
  font-size: .875rem;
  font-weight: 400;
}
.go-card-feature .go-card-img {
  margin-top: 1rem;
}
.go-card-feature .go-card-img .image-area {
  overflow: hidden;
  text-align: center;
  border: 1px solid var(--gray-1);
  border-radius: .5rem;
}
.screen-crop .go-card-img .image-area img {
  position: relative;
  margin-top: -36px;
  margin-bottom: -16px;
}

.go-card-msg {
  text-align: center;
  padding: 2rem 1rem;
}
.go-card-msg strong {
  font-size: 1.5rem;
  text-align: center;
}
.go-card-msg p {
  font-size: 1.25rem;
}

/* 프로모션 인증 */
.go-promotion-check {
  display: flex;
  padding: 1rem;
  margin: 0 auto;
  border-radius: .5rem;
  background-color: var(--white);
}
.go-promotion-check input {
  flex: 1;
  font-size: 1.25rem;
  border: transparent;
  border-radius: .25rem;
}
.go-promotion-check input:focus {
  border: transparent;
  box-shadow: none;
}
.go-promotion-check button {
  color: var(--white);
  font-size: 1rem;
  border-color: transparent;
  border-radius: .25rem;
  padding: 0 1rem;
  margin-left: .5rem;
  background-color: var(--gray-8);
}


/* 프로모션 쿠폰 */
.go-promotion-coupon {
  position: relative;
  display: flex;
  justify-items: normal;
  align-items: normal;  
  /* width: 620px; */
  margin: 0 auto;
}
.go-promotion-coupon .go-coupon-header {
  position: relative;
  display: flex;
  justify-items: center;
  align-items: center;  
  overflow: hidden;
  border-radius: 1.5rem 0 0 1.5rem;
  /* border-right: 1px dashed var(--gray-4); */
  background-color: var(--orange-6);
}
.go-promotion-coupon .go-coupon-header strong  {
  display: inline-block;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  transform: rotate(-90deg);
}
.go-promotion-coupon .go-coupon-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem;
  border-radius: 0 1.5rem 1.5rem 0; 
  border: 1px solid var(--gray-1);
  background-color: var(--white); 
}
.go-promotion-coupon .go-coupon-body .go-block-header {
  margin-bottom: .75rem;
}
.go-promotion-coupon .go-coupon-body .go-block-body {
  flex: 1;
}
.go-promotion-coupon .go-coupon-body .go-block-footer {
  margin-top: 1.5rem;
}
.go-promotional-brand {
  display: flex;
  justify-items: flex-start;
  align-items: center;  
}
.go-promotional-brand .go-brand-logo {
  position: relative;
  font-size: 0;
  height: 16px;
}
.go-promotional-brand .go-brand-logo.go-brand-goover {
  top: 2px;
}
.go-promotional-brand .go-brand-logo.go-brand-kt {
  bottom: 2px;
}
.go-promotional-brand .go-brand-logo img {
  height: 100%;
}
.go-promotional-brand i {
  margin: 0 .25rem;
}
.go-coupon-title {
  font-size: 1.75rem;
  font-weight: 500;
}
.go-coupon-benefit {
  margin-top: .75rem;
}
.go-coupon-benefit del {
  position: relative;
  color: var(--gray-6);
  font-size: 1rem;
  text-decoration: none;
  padding-right: 1.25rem;
}
.go-coupon-benefit del::after {
  content: '';
  position: absolute; left: 0; top: 14px;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--gray-6);
}
.go-coupon-benefit del::before {
  content: '';
  position: absolute; right: -1px; top: 9px;
  display: inline-block;
  width: 12px;
  height: 1px;
  background-color: var(--gray-6);
  transform: rotate(45deg);
}
.go-coupon-benefit strong {
  color: var(--gray-8);
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: .75rem;
}
.go-coupon-code {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  padding: .75rem 0;
  margin-bottom: .5rem;
  border-radius: .5rem;
  background-color: #fafafa;
}
.go-btn-code {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: .5rem;
  border: 1px solid var(--gray-2);
}
.go-btn-code:hover {
  border: 1px solid var(--gray-2);
  background-color: var(--gray-1);
}

/* 프로모션 링크 (쿠폰 등록하기)*/
.go-promotion-link {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.go-promotion-link .go-btn-shortcut + .go-btn-shortcut {
  margin-left: 1rem;
}
.go-btn-shortcut {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  padding: .75rem 2rem;
  margin: 0 auto;
  border: none;
  border-radius: .25rem;
  background-color: var(--gray-9);
}
.go-btn-shortcut strong {
  font-weight: 300;
  line-height: 1;
}
.go-btn-shortcut:hover strong {
  color: var(--white);
  
}


/* coupon guide */
.go-guide-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 auto;
}
.go-guide-list .go-list-item {
  display: flex;
  align-items: flex-start;
  margin-top: 1.5rem;
}
.go-guide-list .go-list-item strong {
  color: var(--white);
  font-size: .75rem;
  font-weight: 500;
  padding: .25rem 1rem;
  margin-top: 1px;
  margin-right: .75rem;
  border-radius: 99rem;
  background-color: var(--orange-6);
}
.go-guide-list .go-list-item p {
  flex: 1;
  color: var(--gray-8);
  font-size: 1.125rem;
  margin-bottom: 0;
}
.go-guide-list .go-list-item p small {
  color: #fa5252 !important;
} 


/* coupon guide */
.go-info-title {
  font-size: 1.125rem;
  font-weight: 500;
}
.go-info-list {
  list-style: none;
  line-height: 1.5;
}
.go-info-list .go-list-item {
  position: relative;
  color: var(--gray-7);
  font-size: .938rem;
  padding-left: 1rem;
  margin-top: .75rem;
}
.go-info-list .go-list-item:after {
  content: '';
  position: absolute; top: 8px; left: 4px;
  display: inline-block;
  width: .25rem;
  height: .25rem;
  border-radius: 100%;
  background-color: var(--gray-5);
}
.go-info-list .go-list-item a {
  color: var(--gray-7) !important;
}
.go-info-list .go-list-item a:hover {
  text-decoration: underline !important;
}
.go-info-list + .go-info-title {
  margin-top: 2rem;
}







/* -------------------------
        icon 
------------------------- */
.go-icon-16 {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.go-icon-24 {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.go-icon-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23868e96' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-x'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M18 6l-12 12' /%3E%3Cpath d='M6 6l12 12' /%3E%3C/svg%3E");
}
.go-icon-shortcut {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round' class='icon icon-tabler icons-tabler-outline icon-tabler-arrow-up-right'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M17 7l-10 10' /%3E%3Cpath d='M8 7l9 0l0 9' /%3E%3C/svg%3E");
}








/* -------------------------
        media 
------------------------- */
@media (max-width: 1200px) {
  .go-card-point .go-card-body p {
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 15px;
  }
  .section-header h1 {
    font-size: 3rem;
  }
  .section-header h2 {
    font-size: 2.25rem;
  }
  .section-header h3 {
    font-size: 2rem;
  }
  .go-section-keyMessage .section-header h2 .go-logo-goover {
    height: 33px;
  }
  .prmotion-brand .prmotion-logo {
    height: 22px;
  }
  .go-envelope-coupon .badge {
    height: 28px;
  }
  .go-card-point {
    aspect-ratio: auto;
    max-width: 100%;
    
  }
  .go-card-point-1 {
    background-position: right 75%;
  }
  .go-card-point-2 {
    background-position: center 65%;
  }
  .go-card-point-3 {
    background-position: center 80%;
  }
  .go-card-point .go-card-body {
    position: relative;
    padding: 1rem;
  }
  .go-card-point .go-card-body p {
    margin-bottom: 0;
  }
}
@media (min-width: 577px) and (max-width: 992px) {
  .go-plan-table .go-plan-head {
    width: 30%;
  }
  .go-plan-table .go-plan-free,
  .go-plan-table .go-plan-pro {
    width: 35%;
  }
  .go-point-list .go-col-4 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
  .go-feature-list .go-col-3 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media (min-width: 577px) {
  .br-w {
    display: block;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
  .go-section {
    padding: 3rem 0 4rem;
  }
  .go-section .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section-header h1 {
    font-size: 2.375rem;
  }
  .section-header h2 {
    font-size: 1.75rem;
    font-weight: 600;
  }
  .section-header h3 {
    font-size: 1.75rem;
    font-weight: 600;
  }
  .section-header h4 {
    font-weight: 600;
  }
  .section-header + .section-body {
    margin-top: 2rem;
  }
  .section-body {
    gap: 2rem !important;
  } 
  .br-m {display: block;}
  .go-section-main,
  .go-section-main .section-body {
    min-height: auto !important;
  }
  .go-section-keyMessage .section-header h2 .go-logo-goover {
    height: 29px;
  }
  .go-section-footer .go-btn-area .btn {
    font-size: 1rem;
  }
  .prmotion-brand .prmotion-logo {
    height: 18px;
  }
  .prmotion-logo-goover {top: 0;}
  .prmotion-logo-kt {bottom: 5px;}
  .go-envelope {
    height: 190px;
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .go-envelope-coupon {
    top: -40px;
  }
  .go-envelope-coupon del {
    font-size: 1.125rem;
  }
  .go-envelope-coupon h2 {
    font-size: 4rem;
  }
  .go-envelope-coupon .badge {
    height: 26px;
  }
  .offer-info {
    margin-top: 0;
  }
  .offer-info li {
    flex-direction: column;
    align-items: center;
  }
  .offer-info li strong {
    margin-bottom: .5rem;
  }
  .offer-info li small {
    text-align: center;
  }
  .go-plan-benefit {
    flex-direction: column;
    margin: 1rem 0 2rem;
  }
  .go-plan-benefit i {
    left: auto; 
    top: -10px;
  }
  .go-plan-benefit i svg {
    transform: rotate(90deg);
  }
  .go-plan-benefit dl {
    width: 100%;
  }
  .go-plan-buttons {
    display: block;
  }
  .go-plan-table {
    width: 100%;
  }
  .go-plan-table .go-plan-head {
    width: 40%;
  }
  .go-plan-table .go-plan-free,
  .go-plan-table .go-plan-pro {
    display: none;
    width: 60%;
    padding: 1rem 1rem;
    border-radius: 0 1.5rem 1.5rem 0;
    /* border-radius: 1.5rem; */
  }
  .go-plan-table .go-plan-free {
    background-color: var(--gray-8);
  }
  .go-plan-table .go-plan-free.active,
  .go-plan-table .go-plan-pro.active {
    display: block; /* 버튼 누르면 보이게 */
  }
  .go-promotion-coupon {
    width: 100%;
    flex-direction: column;
  }
  .go-promotion-coupon .go-coupon-header {
    padding: 1rem;
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .go-promotion-coupon .go-coupon-header strong  {
    width: 100%;
    font-size: 1.125rem;
    text-align: center;
    transform: rotate(0deg);
  }
  .go-promotion-coupon .go-coupon-body {
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .go-coupon-title {
    font-size: 1.5rem;
  }
  .go-promotion-check,
  .go-promotion-link {
    margin: 0;
  }
  /* .go-promotion-link {
    display: none;
  } */
  .go-promotion-link .go-btn-shortcut + .go-btn-shortcut {
    margin-left: 0;
    margin-top: 1rem;
  }
  .go-btn-shortcut {
    width: 100%;
  }
  .go-point-list .go-col-4, 
  .go-feature-list .go-col-3,
  .go-feature-list .go-col-6 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
  .go-feature-list .go-col-3 .go-card-img,
  .go-feature-list .go-col-6 .go-card-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .go-feature-list .go-col-3 .go-card-img img,
  .go-feature-list .go-col-6 .go-card-img img {
    width: 100%;
  }
  .go-guide-list .go-list-item {
    flex-direction: column;
    margin-top: 2rem;
  }
  .go-guide-list .go-list-item strong {
    text-align: center;
    margin-right: 0;
    margin-bottom: .75rem;
  }
  .go-guide-list .go-list-item p {
    text-align: left;
  }
}

.go-notice-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 0;
  /* border: 1px solid #fafafa; */
  /* background-color: rgba(0, 0, 0, .02); */
}
.go-notice-box i {
  font-size: 0;
  margin-right: .5rem;
}
.go-notice-box i svg {
  fill: #444;
}
.go-notice-box p {
  color: #777;
  font-size: 1rem;
}
