@charset "UTF-8";
/* variables */
/*util*/
/* 제품 유/무료, 제품 다운로드 내역 */
.goms {
  /* 제품 다운로드 영역 */
  /* 곰 밈메이커 */
  /* // 곰 밈메이커 */
  /* 파트너스 */
  /* // 파트너스 */
  /* 업데이트 내역 */
  /* // 업데이트 내역 */
}

.goms #container .panel.wide {
  background: #F8F8F8;
}

.goms #container .panel.wide.pass-composition-bg {
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
}

.goms #container .content-footer {
  background: rgba(87, 114, 232, 0.05);
}

.goms .contents-head .head-tit-wrap .logo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 17px;
  margin-top: 0;
}

.goms .contents-head .btn_set {
  display: flex;
}

.goms .head-visual {
  background: no-repeat center;
  background-size: cover;
}

.goms .head-visual.visual-gommememaker {
  background-image: url(./../images/gom-product/gmeme/gommememaker_visual.png);
}

.goms .head-visual.visual-gommememaker h1, .goms .head-visual.visual-gommememaker h2 {
  color: #FFFFFF;
}

.goms .head-visual.visual-gomplayer {
  background-image: url(./../images/gom-product/gplayer/gomplayer_visual.png);
}

.goms .head-visual.visual-gomplayer h1, .goms .head-visual.visual-gomplayer h2 {
  color: #FFFFFF;
}

.goms .head-visual.visual-gomaudio {
  background-image: url(./../images/gom-product/gaudio/gomaudio_visual.webp);
}

.goms .head-visual.visual-gomaudio h1, .goms .head-visual.visual-gomaudio h2 {
  color: #FFFFFF;
}

.goms .head-visual.visual-gomvoice {
  background-image: url(./../images/gom-product/gvo2024/gomvoiceM_visual.png);
}

.goms .head-visual.visual-gomvoice h1, .goms .head-visual.visual-gomvoice h2 {
  color: #FFFFFF;
}

.goms .head-visual.visual-gommixM {
  background-image: url(./../images/gom-product/gmxm/gommixM_visual.webp);
}

.goms .head-visual.visual-gommixM h1, .goms .head-visual.visual-gommixM h2 {
  color: #FFFFFF;
}

.goms .lnb-wrap .lnb-inner .logo {
  background-color: transparent;
  border-radius: 0;
}

.goms .gom-swiper-button-prev {
  background-image: url(./../images/layout/icon_prev_lg.svg);
  left: -44px;
  z-index: 1;
}

.goms .gom-swiper-button-next {
  background-image: url(./../images/layout/icon_next_lg.svg);
  right: -44px;
  z-index: 1;
}

.goms .board-common li > div:nth-of-type(1) {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.goms .board-common li .gom-info-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.goms .board-common li .gom-info-wrap div:nth-of-type(1) p {
  font-size: 14px;
  line-height: 1.6;
}

.goms .board-common li .gom-info-wrap div:nth-of-type(1) p::before {
  content: "- ";
}

.goms .board-common li .gom-info-wrap div:nth-of-type(2) {
  display: flex;
  align-items: baseline;
  gap: 80px;
}

.goms .board-common li .gom-info-wrap div:nth-of-type(2) p {
  font-size: 14px;
  line-height: 1.6;
}

.goms .board-common li .gom-info-wrap div:nth-of-type(2) p:nth-of-type(1) {
  color: #FF5337;
}

.goms .doard-acco-list li .acco-head .list-title {
  font-weight: 400;
}

.goms .gom-selling-wrap {
  margin: 25px 0 120px 0;
  padding: 60px 0 60px 0;
  border-radius: 26px;
  background-color: #0A0032;
  background-position: 25px 20px;
  background-repeat: no-repeat;
}

.goms .gom-selling-wrap.gom-recoder-bg {
  background-image: url(./../images/layout/icon_recoder.png);
}

.goms .gom-selling-wrap.gom-mix-bg {
  background-image: url(./../images/layout/icon_mix.png);
  margin-bottom: 0;
}

.goms .gom-selling-wrap.gom-cam-bg {
  background-image: url(./../images/layout/icon_cam.png);
}

.goms .gom-selling-wrap.gom-encoder-bg {
  background-image: url(./../images/layout/icon_encoder.png);
  margin-bottom: 0;
}

.goms .gom-selling-wrap .gom-selling-title {
  margin-bottom: 60px;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
}

.goms .gom-selling {
  display: flex;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.goms .gom-selling.gom-selling-pd {
  padding-top: 0;
}

.goms .gom-selling.gom-selling-1, .goms .gom-selling.gom-selling-2 {
  padding-top: 0;
}

.goms .gom-selling.gom-selling-1:first-child, .goms .gom-selling.gom-selling-2:first-child {
  padding-top: 120px;
}

.goms .gom-selling.gom-selling-1:last-child, .goms .gom-selling.gom-selling-2:last-child {
  padding-bottom: 0;
}

.goms .gom-selling.gom-selling-1 .gom-selling-left {
  flex-basis: 542px;
  border-radius: 10px;
}

.goms .gom-selling.gom-selling-1 .gom-selling-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 562px;
  gap: 24px;
  height: 100%;
  padding-left: 82px;
  background: transparent;
  box-sizing: border-box;
}

.goms .gom-selling.gom-selling-2 .gom-selling-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 562px;
  gap: 24px;
  height: 100%;
  padding-right: 82px;
  background: transparent;
  box-sizing: border-box;
}

.goms .gom-selling.gom-selling-2 .gom-selling-right {
  flex-basis: 542px;
  border-radius: 10px;
}

.goms .gom-selling .gom-selling-left,
.goms .gom-selling .gom-selling-right {
  background: #E3E3E3;
}

.goms .gom-selling .gom-selling-left h3,
.goms .gom-selling .gom-selling-right h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

.goms .gom-selling .gom-selling-left p,
.goms .gom-selling .gom-selling-right p {
  font-size: 14px;
  line-height: 1.6;
}

.goms .gom-selling .gom-selling-left a,
.goms .gom-selling .gom-selling-right a {
  width: max-content;
}

.goms .gom-card-box-defalut {
  padding-top: 61px;
}

.goms .card-box-md {
  max-width: 100%;
}

.goms .gom-use-lecture-inner,
.goms .gom-product-news-inner {
  position: relative;
}

.goms .gom-use-lecture-inner .gom-swiper-container a,
.goms .gom-product-news-inner .gom-swiper-container a {
  display: block;
}

.goms .gom-use-lecture-inner .gom-swiper-container a .gom-thumbnail.lecture-thumbnail,
.goms .gom-product-news-inner .gom-swiper-container a .gom-thumbnail.lecture-thumbnail {
  aspect-ratio: 2/1;
}

.goms .gom-use-lecture-inner .gom-swiper-container a .gom-thumbnail.news-thumbnail,
.goms .gom-product-news-inner .gom-swiper-container a .gom-thumbnail.news-thumbnail {
  aspect-ratio: 1/1;
}

.goms .gom-use-lecture-inner .gom-swiper-container a .gom-thumbnail img,
.goms .gom-product-news-inner .gom-swiper-container a .gom-thumbnail img {
  width: 100%;
  border-radius: 10px;
}

.goms .gom-use-lecture-inner .gom-swiper-container a .lecture-title,
.goms .gom-product-news-inner .gom-swiper-container a .lecture-title {
  padding: 18px 12px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.goms .gom-use-lecture-inner .gom-swiper-container a .lecture-title .lecture-num,
.goms .gom-product-news-inner .gom-swiper-container a .lecture-title .lecture-num {
  padding: 2px;
  margin-right: 10px;
  border: 1px solid #DADADA;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 11px;
  line-height: 1.5;
}

.goms .gom-use-lecture-inner {
  margin-top: 64px;
}

.goms .gom-use-lecture-inner .gom-swiper-container a {
  border: 1px solid #DADADA;
  border-radius: 10px;
}

.goms .gom-use-lecture-inner .gom-swiper-container a .gom-thumbnail.lecture-thumbnail {
  aspect-ratio: 2/1;
}

.goms .gom-use-lecture-inner .gom-swiper-container a .gom-thumbnail.lecture-thumbnail img {
  border-radius: 10px 10px 0 0;
}

.goms .gom-product-download {
  margin-top: 64px;
  padding: 40px 50px;
  border-radius: 20px;
  background-color: #F8F8F8;
}

.goms .gom-product--download {
  display: grid;
  column-gap: 80px;
  grid-template-columns: repeat(2, 1fr);
}

.goms .gom-product--download.mo-only-type {
  display: block;
}

.goms .gom-product--download > div {
  position: relative;
  padding-left: 90px;
}

.goms .gom-product--download .pc-area-wrap::before {
  position: absolute;
  top: 0;
  right: -40px;
  width: 1px;
  height: calc(100% - 8px);
  background-color: #DADADA;
  content: "";
}

.goms .gom-product--download .gom-product-download-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

.goms .gom-product--download .mo-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.goms .gom-product--download .pc-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  row-gap: 20px;
  height: 100%;
}

.goms .gom-product--download .area-download [class^=btn] {
  padding: 0 20px;
}

.goms .gom-product--download .area-download img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 24px;
}

.goms .gom-product--download .area-download.pc-area-download [class^=btn] {
  min-width: 200px;
}

.goms .gom-product-download-info {
  font-size: 12px;
  line-height: 1.7;
  text-align: right;
}

.goms .lecture-introduce-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 27px;
  padding-bottom: 120px;
}

.goms .lecture-introduce-wrap .lecture-introduce {
  position: relative;
  height: 453px;
  background: #E3E3E3;
  border-radius: 26px;
}

.goms .lecture-introduce-wrap .lecture-introduce .lecture-introduce-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  padding: 21px 29px 20px 36px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 25px 27px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.goms .sw-news .gom-news-bnr .swiper-util {
  position: absolute;
  bottom: 16%;
  left: 4.7%;
  display: none;
  z-index: 1;
}

.goms .sw-news .gom-news-bnr.swiper-initialized {
  position: relative;
}

.goms .sw-news .gom-news-bnr.swiper-initialized .swiper-util {
  display: block;
}

.goms .sw-news .gom-news-bnr.swiper-initialized .swiper-util .pagination-bullet {
  display: flex;
  gap: 12px;
  align-items: center;
}

.goms .sw-news .gom-news-bnr.swiper-initialized .swiper-util .pagination-bullet .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.2;
}

.goms .sw-news .gom-news-bnr.swiper-initialized .swiper-util .pagination-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.8;
}

.goms .sw-news .gom-news-bnr.slide-has-black .swiper-util .pagination-bullet .swiper-pagination-bullet {
  background-color: #131313;
}

.goms .sw-news .gom-news-bnr.slide-has-black .swiper-util .pagination-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.goms .sw-news .gom-news-bnr .swiper-util {
  position: absolute;
  bottom: 16%;
  left: 4.7%;
  display: none;
  z-index: 1;
}

.goms .sw-news .gom-news-bnr.swiper-initialized {
  position: relative;
}

.goms .sw-news .gom-news-bnr.swiper-initialized .swiper-util {
  display: block;
}

.goms .sw-news .gom-news-bnr.swiper-initialized .swiper-util .pagination-bullet {
  display: flex;
  gap: 12px;
  align-items: center;
}

.goms .sw-news .gom-news-bnr.swiper-initialized .swiper-util .pagination-bullet .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.2;
}

.goms .sw-news .gom-news-bnr.swiper-initialized .swiper-util .pagination-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.8;
}

.goms .sw-news .gom-news-bnr.slide-has-black .swiper-util .pagination-bullet .swiper-pagination-bullet {
  background-color: #131313;
}

.goms .sw-news .gom-news-bnr.slide-has-black .swiper-util .pagination-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.goms .meme-info-wrap {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.goms .meme-info-wrap .meme-info-img img {
  display: inline-block;
  vertical-align: top;
  width: 347px;
}

.goms .meme-info-wrap .meme-info {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.6;
}

.goms .partners-content-inner {
  position: relative;
  margin-top: 40px;
}

.goms .partners-content-inner .partners-swiper-container ul li img {
  width: 100%;
  border-radius: 10px;
}

.goms .gom-update {
  padding-top: 80px;
}

.goms .gom-update .board-common {
  border-bottom: none;
}

.goms .gom-update .board-common > li {
  border-bottom: 2px solid #F4F4F4;
}

.goms .gom-update .board-common .update-wrap {
  display: flex;
  justify-content: space-between;
}

.goms .gom-update .board-common .update-wrap .update-info {
  flex: 1;
  width: 100%;
  font-weight: 400;
}

.goms .gom-update .board-common .update-wrap .update-info dl + dl {
  margin-top: 24px;
}

.goms .gom-update .board-common .update-wrap .update-info dl dt {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.goms .gom-update .board-common .update-wrap .update-info dl dd {
  margin-top: 16px;
}

.goms .gom-update .board-common .update-wrap .update-info .bullet_list li {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  font-size: 14px;
  line-height: 1.6;
}

.goms .gom-update .board-common .update-wrap .update-info .bullet_list li + li {
  margin-top: 0;
}

.goms .gom-update .board-common .update-wrap .update-date {
  display: flex;
}

.goms .gom-update .board-common .update-wrap .update-date span {
  position: relative;
  padding-left: 40px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

.goms .gom-update .board-common .update-wrap .update-date span.version {
  color: #5772E8;
}

.goms .gom-update .gom-title {
  text-align: left;
}

.goms.gplayer .top-ad-wrap {
  max-width: 728px;
  height: 90px;
  margin: 64px auto 0 auto;
  overflow: hidden;
}

.goms.gplayer .top-ad-wrap.full-banner {
  max-width: 1104px;
  width: auto;
  height: auto;
}

/* 반응형 */
@media (max-width: 1279px) {
  /* 제품 유/무료, 제품 다운로드 내역 */
  .goms .lecture-introduce-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .goms .gom-swiper-button-prev,
  .goms .gom-swiper-button-next {
    display: none;
  }
}
@media (max-width: 768px) {
  /* 제품 유/무료, 제품 다운로드 내역, */
  .goms {
    /* 제품 다운로드 영역 */
  }
  .goms .contents-head .btn-lg {
    padding: 0 40px;
    font-size: 14px;
    line-height: 1.6;
  }
  .goms .head-visual.visual-gommememaker {
    background-image: url(./../images/gom-product/gmeme/gommememaker_visual.png);
    background-position-x: 65%;
  }
  .goms .head-visual.visual-gomplayer {
    background-image: url(./../images/gom-product/gplayer/gomplayer_visual_mo.png);
  }
  .goms .head-visual.visual-gomaudio {
    background-image: url(./../images/gom-product/gaudio/gomaudio_visual.webp);
    background-position-x: 61%;
  }
  .goms .head-visual.visual-gomvoice {
    background-image: url(./../images/gom-product/gvo2024/gomvoiceM_visual.png);
    background-position-x: 65%;
  }
  .goms .head-visual.visual-gommixM {
    background-image: url(./../images/gom-product/gmxm/gommixM_visual_mo.webp);
  }
  .goms .board-common li .gom-info-wrap {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .goms .board-common li .gom-info-wrap div:nth-of-type(2) {
    gap: 20px;
    padding: 20px 0;
  }
  .goms .board-common li .gom-info-wrap div:nth-of-type(2) p:nth-of-type(1) {
    position: relative;
  }
  .goms .board-common li .gom-info-wrap div:nth-of-type(2) p:nth-of-type(1)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background: #DADADA;
  }
  .goms .gom-selling {
    display: block;
  }
  .goms .gom-selling.gom-selling-1:first-child, .goms .gom-selling.gom-selling-2:first-child {
    padding-top: 64px;
  }
  .goms .gom-selling.gom-selling-1 .gom-selling-right {
    flex-flow: wrap;
    gap: 16px;
    margin-top: 40px;
    padding-left: 0;
  }
  .goms .gom-selling.gom-selling-2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .goms .gom-selling.gom-selling-2 .gom-selling-left {
    flex-basis: unset;
    flex-flow: wrap;
    gap: 16px;
    margin-top: 40px;
    padding-right: 0;
  }
  .goms .gom-selling.gom-selling-2 .gom-selling-right {
    flex-basis: unset;
  }
  .goms .gom-selling .gom-selling-left h3,
  .goms .gom-selling .gom-selling-right h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .goms .gom-selling .gom-selling-left button,
  .goms .gom-selling .gom-selling-right button {
    width: auto;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.7;
  }
  .goms .gom-card-box-defalut {
    padding-top: 0px;
  }
  .goms .meme-info-wrap {
    max-width: 100%;
  }
  .goms .meme-info-wrap .meme-info {
    font-size: 14px;
    line-height: 1.6;
  }
  .goms .gom-product-download {
    margin-top: 34px;
    padding: 0px;
    border-radius: 0px;
    background-color: unset;
  }
  .goms .gom-product--download {
    display: block;
  }
  .goms .gom-product--download > div {
    position: relative;
    padding: 32px;
    border-radius: 20px;
    background-color: #f8f8f8;
  }
  .goms .gom-product--download .pc-area-wrap {
    margin-bottom: 16px;
  }
  .goms .gom-product--download .pc-area-wrap::before {
    display: none;
  }
  .goms .gom-product--download .mo-area-wrap {
    padding: 70px 17px 32px;
  }
  .goms .gom-product--download .gom-product-download-title {
    position: absolute;
    top: 32px;
    left: 32px;
    font-size: 20px;
    line-height: 1.5;
  }
  .goms .gom-product--download .pc-area {
    justify-content: end;
    row-gap: 12px;
    height: unset;
    min-height: 84px;
  }
  .goms .gom-product--download .area-download [class^=btn] {
    height: 36px;
    padding: 0 18px;
  }
  .goms .gom-product--download .area-download.pc-area-download [class^=btn] {
    min-width: 170px;
  }
  .goms .lecture-introduce-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .goms .gom-use-lecture-inner {
    margin: 32px -24px 50px -24px;
  }
  .goms .sw-news .gom-product-news-inner.cols-2 {
    margin-right: -12px;
    margin-left: -12px;
  }
  .goms .sw-news .gom-product-news-inner.cols-2 .swiper-slide {
    padding: 0 12px;
  }
  .goms .sw-news .gom-product-news-inner.cols-3 {
    margin-right: -24px;
    margin-left: -24px;
  }
  .goms .sw-news .gom-product-news-inner.cols-3 .swiper-slide {
    width: 33.3333%;
    padding: 0 9px;
  }
  .goms .sw-news .gom-news-bnr .swiper-util {
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .goms .sw-news .gom-news-bnr.swiper-initialized .swiper-util .pagination-bullet {
    justify-content: center;
  }
  .goms .gom-product-news-inner {
    margin-left: -24px;
    margin-right: -24px;
  }
  .goms .gom-update {
    padding-top: 40px;
  }
  .goms .gom-update .board-common {
    padding: 0;
  }
  .goms .gom-update .board-common .update-wrap {
    flex-direction: column-reverse;
  }
  .goms .gom-update .board-common .update-wrap .update-info {
    padding-top: 16px;
  }
  .goms .gom-update .board-common .update-wrap .update-info dl + dl {
    margin-top: 16px;
  }
  .goms .gom-update .board-common .update-wrap .update-date {
    flex-direction: column;
    margin-top: 0;
    padding: 0;
  }
  .goms .gom-update .board-common .update-wrap .update-date span {
    padding: 0;
  }
  .goms .gom-update .board-common .update-wrap .update-date span + span {
    margin-top: 8px;
  }
  .goms.gplayer .top-ad-wrap {
    display: none;
  }
}
html:lang(ja) .goms .gom-product--download .area-download [class^=btn] {
  padding: 0 15px;
}