/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  font-size: 62.5%;
  letter-spacing: -0.02em;
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: #BDBDBD;
}

ul {
  list-style: none;
}

ul,
li,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i {
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

i {
  font-style: normal;
}

@font-face {
  font-family: "dam_fonts";
  src: url("../fonts/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "dam_fonts";
  src: url("../fonts/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "dam_fonts";
  src: url("../fonts/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "dam_fonts";
  src: url("../fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "dam_fonts";
  src: url("../fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "dam_fonts";
  src: url("../fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "dam_fonts";
  src: url("../fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "dam_fonts";
  src: url("../fonts/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "dam_fonts";
  src: url("../fonts/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("../fonts/GmarketSansTTFMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansLight";
  src: url("../fonts/GmarketSansTTFLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("../fonts/GmarketSansTTFBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "dam_fonts";
  letter-spacing: -0.02em;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background-color: #333;
}

body::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}

body::-webkit-scrollbar-button {
  display: none;
}

.flex-btw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

input:-webkit-autofill {
  background-color: transparent !important;
  color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}

.scroll_lock {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.login_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.login_box {
  width: calc(100% - 6rem);
  max-width: 52rem;
  padding: 5.5rem 7rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.login_box i.icon-close {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  right: 3rem;
  top: 2.5rem;
  cursor: pointer;
}
.login_box h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 3rem;
}
.login_box form input {
  width: 100%;
  height: 5.4rem;
  border-radius: 5px;
  color: #000;
  background-color: #EAF0FD;
  border: 1px solid transparent;
  padding: 1rem 2.6rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
  outline: none;
  font-size: 1.6rem;
  font-weight: 500;
}
.login_box form input[name=password] {
  letter-spacing: 2.5px;
}
.login_box form input[name=password]::placeholder {
  letter-spacing: 0;
}
.login_box form input::placeholder {
  font-weight: 400;
  color: #585858;
}
.login_box form input:last-of-type {
  margin-bottom: 0;
}
.login_box form input:focus {
  border: 1px solid #6947CE;
}
.login_box form button {
  margin-top: 3.8rem;
  width: 100%;
  height: 5.4rem;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  background-color: #6947CE;
  border: 1px solid transparent;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
.login_box form span {
  text-align: left;
  color: #FF2C07;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1rem 2.6rem;
  box-sizing: border-box;
  width: 100%;
  display: block;
  visibility: hidden;
  height: 0;
}
.login_opt {
  margin-top: 3rem;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
  font-family: "dam_fonts";
}
.login_opt a:last-of-type::after {
  display: none;
}
.login_opt a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.7rem;
  background: #000;
  margin: 0 0.7rem;
}
.login_bot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.login_bot .icon-call {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.104 26.2562L42.7224 28.2482C42.3696 30.1106 40.6248 31.3634 38.6496 31.1714L34.7208 30.7922C33.0072 30.6266 31.7376 29.3762 31.2 27.6002C30.4704 25.1882 30 23.4002 30 23.4002C28.1048 22.5889 26.0616 22.1803 24 22.2002C21.5664 22.2002 19.8288 22.7162 18 23.4002C18 23.4002 17.5104 25.1906 16.8 27.6002C16.3248 29.2082 15.5904 30.617 13.9128 30.785L10.0056 31.1786C9.05417 31.27 8.10025 31.0312 7.304 30.5025C6.50776 29.9737 5.91768 29.187 5.63283 28.2746L5.03763 26.2874C4.74401 25.3361 4.71789 24.3223 4.96215 23.3571C5.20642 22.3919 5.71162 21.5126 6.42243 20.8154C9.84243 17.4914 15.9984 15.6194 23.9808 15.6074C31.9776 15.6002 37.4064 17.4626 41.1696 20.7842C42.7536 22.181 43.4808 24.2834 43.104 26.2562Z' fill='%23000000'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  margin-right: 0.5rem;
}

.scroll_lock {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.layer-login {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.layer-login._on {
  opacity: 1;
  pointer-events: all;
}

.layer-alertpop {
  padding-top: 4rem;
}

.layer-alertpop.layer-inputdft {
  z-index: 10000;
}

.login_info_box {
  width: 52rem;
  padding: 5.5rem 6rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.login_info_box h2 {
  font-weight: 700;
  font-size: 2.4rem;
}
.login_info_box p {
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.4rem;
}
.login_info_box p span {
  font-size: 1.8rem;
  font-weight: 600;
}
.login_info_box i.icon-close {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  right: 3rem;
  top: 2.5rem;
  cursor: pointer;
}
.login_info_box button {
  margin-top: 0.5rem;
  width: 100%;
  max-width: 30rem;
  height: 5.4rem;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  background-color: #6947CE;
  border: 1px solid transparent;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}

#login_btn {
  display: flex;
  align-items: center;
}
#login_btn i {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99992 3.33334C10.884 3.33334 11.7318 3.68453 12.3569 4.30965C12.9821 4.93478 13.3333 5.78262 13.3333 6.66668C13.3333 7.55073 12.9821 8.39858 12.3569 9.0237C11.7318 9.64882 10.884 10 9.99992 10C9.11586 10 8.26802 9.64882 7.6429 9.0237C7.01777 8.39858 6.66659 7.55073 6.66659 6.66668C6.66659 5.78262 7.01777 4.93478 7.6429 4.30965C8.26802 3.68453 9.11586 3.33334 9.99992 3.33334ZM9.99992 11.6667C13.6833 11.6667 16.6666 13.1583 16.6666 15V16.6667H3.33325V15C3.33325 13.1583 6.31659 11.6667 9.99992 11.6667Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center/contain;
  margin-right: 0.3rem;
}

.-offscreen {
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wd1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.dam_main {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  min-height: 41rem;
}
.dam_main_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.dam_main_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dam_main i.scroll-down {
  display: block;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  transition: opacity 0.3s;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
}

@keyframes float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
.scroll-down {
  padding-top: 80px;
}

.scroll-down img {
  position: absolute;
  top: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
}

.scroll-down span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: -0.6rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

.scroll-down span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.scroll-down span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.scroll-down span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dam_main_content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 10;
}
.dam_main_content > div {
  text-align: center;
}
.dam_main_content i.main_txt {
  display: inline-block;
  max-width: 57.3rem;
  width: calc(100% - 6rem);
}
.dam_main_content i.main_txt img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: calc(100% - 8rem);
}
.dam_main_content h4 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5em;
  color: #fff;
}
.dam_main_content ._btnbox {
  margin-top: 6rem;
  display: inline-flex;
  justify-content: space-between;
  max-width: 38rem;
  width: 100%;
}
.dam_main_content ._btnbox button {
  width: calc((100% - 1.8rem) / 2);
  height: 6rem;
  border-radius: 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
}

.dam_login_btn {
  background: #6947CE;
}

.dam_join_btn {
  background: #051040;
}

.wrap {
  overflow: hidden;
}

footer {
  width: 100%;
  height: 17.4rem;
  background: #6947CE;
}

.dam_section {
  width: 100%;
  position: relative;
  background: #1b1257 !important;
  overflow: hidden;
}
.dam_section_bg {
  position: absolute;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  background: #1b1257;
  transform: scale(1.2);
  transform-origin: center center;
}
.dam_section_bg img {
  width: 100%;
}
.dam_section_content {
  width: 100%;
  max-width: 123rem;
  min-height: 100vh;
  margin: 0 auto;
  padding: 12rem 0;
  position: relative;
}
.dam_section_content .navi {
  position: absolute;
  right: 0;
  top: calc(50% - 4rem);
  transform: translateY(-50%);
}
.dam_section_content .navi li {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  background: #E2E2E2;
  margin-bottom: 1rem;
  transition: 0.5s all;
}
.dam_section_content .navi li._ckd {
  height: 4rem;
  background: #AA83FF;
}
.dam_section > img {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  object-fit: cover;
}
.dam_section .dam_content {
  text-align: center;
  position: relative;
  width: 100%;
}
.dam_section .dam_content li {
  width: 100%;
  max-width: 119rem;
  height: 62rem;
  border-radius: 5rem;
  border: 1px solid #3868FF;
  box-shadow: 0px 3px 37px 3px rgba(56, 104, 255, 0.8);
  background: #150A4A;
  display: inline-flex;
  padding: 4rem 5rem;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.dam_section .dam_content li:nth-child(1) {
  top: 0;
}
.dam_section .dam_content li:nth-child(2) {
  top: 6.5rem;
}
.dam_section .dam_content li:nth-child(3) {
  top: 13rem;
}
.dam_section .dam_content li:nth-child(4) {
  top: 19.5rem;
}
.dam_section .dam_content li:nth-child(2n) > div._txtbox {
  padding-left: 5.8rem;
  box-sizing: border-box;
}
.dam_section .dam_content li > i {
  position: absolute;
  top: 2.5rem;
  left: 5rem;
  font-size: 5.8rem;
  font-weight: 600;
  color: #6E5DC0;
  font-style: normal;
}
.dam_section .dam_content li > div._txtbox {
  text-align: left;
  color: #fff;
  width: 44rem;
}
.dam_section .dam_content li > div._txtbox > span {
  display: block;
  width: 4.3rem;
  height: 2px;
  background: #fff;
  margin: 4rem 0;
  line-height: 1.5em;
}
.dam_section .dam_content li > div._txtbox h4 {
  font-size: 3.8rem;
  font-weight: 700;
}
.dam_section .dam_content li > div._txtbox p {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
  word-break: keep-all;
  text-wrap: nowrap;
}
.dam_section .dam_content li > div._txtbox p:last-child {
  margin-bottom: 0;
}
.dam_section .dam_content li > div._txtbox p span {
  color: #AA84FF;
}
.dam_section .dam_content li > div._imgbox {
  width: calc(100% - 44rem);
}
.dam_section .dam_content li > div._imgbox img {
  width: 100%;
}

.dam_section_bot {
  width: 100%;
  padding: 7rem 0 15rem;
  position: relative;
  z-index: 10;
  text-align: center;
  color: #fff;
}
.dam_section_bot h4 {
  font-size: 4.2rem;
  font-weight: 700;
}
.dam_section_bot p {
  font-size: 2.6rem;
  font-weight: 500;
  margin: 3rem 0 7rem;
}
.dam_section_bot button {
  font-size: 2.6rem;
  font-weight: 700;
  width: 31rem;
  height: 7.4rem;
  border-radius: 3.7rem;
  background: #6947CE;
  color: #fff;
  border: 1px solid #fff;
}

/*.enterprisePage .footerHome{background-image:url(../images/footer/logo_enterprise.png);}*/
.fixed_btnbox .upload_btn {
  display: none;
}

.scroll_lock {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media (max-width: 1280px) {
  html {
    font-size: 55%;
  }
  .wd1280 {
    width: 100%;
  }
  .dam_section .dam_content li {
    max-width: calc(100% - 6rem);
    left: 3rem;
    height: auto;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .dam_section .dam_content li > div._txtbox,
  .dam_section .dam_content li > div._imgbox {
    width: 50%;
    word-break: keep-all;
  }
  .dam_section .dam_content li > div._txtbox br,
  .dam_section .dam_content li > div._imgbox br {
    display: none;
  }
  .dam_section .dam_content li > div._txtbox h4 {
    font-size: 3rem;
  }
  .dam_section .dam_content li > div._txtbox p {
    font-size: 2.2rem;
    text-wrap: wrap;
  }
  .dam_section .dam_content li:nth-child(odd) > div._txtbox {
    padding-right: 3.8rem;
  }
  .dam_section .dam_content li:nth-child(even) > div._txtbox {
    padding-left: 3.8rem;
  }
  .dam_section_content {
    padding-bottom: 0;
  }
  .dam_section_bot {
    padding-top: 0;
  }
  .wrapFooter .wrapFooterIn .footerUtil,
  .wrapFooter .wrapFooterIn .footerRight {
    width: 100%;
  }
  .wrapFooter {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footerHome {
    background: url(../images/footer/logo.png) no-repeat center/contain;
    position: unset;
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 20px;
  }
  .footerHome:hover {
    background: #fff url(../images/footer/logo_hover2.png) no-repeat center/contain;
  }
  .wrapFooter .wrapFooterIn .footerUtil {
    padding: 0;
    margin: 0;
    padding: 0 40px;
    box-sizing: border-box;
    border-right: 0;
  }
  .wrapFooter .wrapFooterIn .footerRight {
    padding: 25px 40px;
    box-sizing: border-box;
  }
  .wrapFooter .wrapFooterIn .footerUtil .footerAddr {
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .dam_section .dam_content li {
    flex-wrap: wrap;
    justify-content: center;
    padding: 6rem 2.5rem 3rem;
  }
  .dam_section .dam_content li {
    height: auto;
  }
  .dam_section .dam_content li > i {
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .dam_section .dam_content li > div._imgbox,
  .dam_section .dam_content li > div._txtbox {
    width: 100%;
  }
  .dam_section .dam_content li > div._txtbox {
    text-align: center;
  }
  .dam_section .dam_content li > div._txtbox {
    padding: 0 !important;
  }
  .dam_section .dam_content li > i {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .dam_section .dam_content li > div._txtbox h4 {
    font-size: 2.5rem;
  }
  .dam_section .dam_content li > div._txtbox p {
    font-size: 2rem;
  }
  .dam_section .dam_content li > div._txtbox > span {
    margin: 2rem auto;
  }
  .dam_section .dam_content li > div._txtbox p:last-child {
    margin-bottom: 2rem;
  }
  .dam_section .dam_content li:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .dam_main_content i {
    height: 20rem;
  }
  .dam_main_content ._btnbox {
    display: inline-block;
    width: 20rem;
    height: 5rem;
  }
  .dam_main_content h4 {
    padding: 0 5rem;
    box-sizing: border-box;
    word-break: keep-all;
    font-size: 2rem;
  }
  .dam_main_content i.main_txt {
    width: 100%;
  }
  .dam_main_content ._btnbox button {
    display: block;
    width: 100%;
    margin: 0 auto 1.2rem;
  }
  .dam_main_content > div {
    transform: translateY(-6rem);
  }
  .dam_main_content i.main_txt {
    max-width: 100%;
  }
  .dam_section_bot {
    padding: 5rem 3rem 15rem;
    box-sizing: border-box;
  }
  .dam_section_bot h4 {
    font-size: 2.6rem;
  }
  .dam_section_bot p {
    font-size: 2rem;
    word-break: keep-all;
  }
  .wrapFooter .wrapFooterIn .footerRight {
    align-items: center;
  }
  .wrapFooter .wrapFooterIn .footerUtil .footerInfoList > li + li {
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .wrapFooter .wrapFooterIn .footerUtil .footerInfoList > li {
    margin-right: 10px;
  }
  .wrapFooter .wrapFooterIn .familySite .familySiteBtn,
  .wrapFooter .wrapFooterIn .familySite {
    height: 36px;
    line-height: 36px;
  }
  .wrapFooter .wrapFooterIn .footerUtil .footerAddr br {
    display: none;
  }
  .wrapFooter .wrapFooterIn .footerUtil .footerAddr span:not(.footerAddrLine) {
    text-wrap: nowrap;
  }
  .wrapFooter .wrapFooterIn .familySite .familySiteUl {
    bottom: 32px;
  }
  .wrapFooter .wrapFooterIn .footerRight {
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .wrapFooter .wrapFooterIn .uciBtnWrap {
    width: 100%;
  }
  .footerHome {
    width: 40px;
    height: 40px;
  }
  .wrapFooter .wrapFooterIn .familySite {
    margin-bottom: 22px;
    margin-left: 0;
  }
  .login_box {
    padding: 4rem 3rem;
  }
  .login_box h2 {
    margin: 0 0 2rem;
  }
  .login_box form input {
    margin-bottom: 1rem;
  }
  .login_box form button {
    margin-top: 3rem;
  }
  .login_opt {
    margin-top: 2rem;
  }
  .login_box i.icon-close {
    right: 1.5rem;
    top: 1.5rem;
  }
}
@media (max-width: 600px) {
  .dam_main_content h4 br {
    display: none;
  }
  .dam_main i.scroll-down {
    bottom: 1rem;
  }
}