@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");



/* common */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:'Noto Sans KR','malgun Gothic',dotum,AppleGothic,arial,Helvetica;
	font-size: 100%;
	font-style: normal;
	font-weight: inherit;
	vertical-align: baseline;
	background: transparent;
	word-break: keep-all;
	letter-spacing: -1.5px;
}

body {font-size:16px; line-height: 1.5; color:#333; }
div,h1,h2,h3,h4,h5,h6,fieldset,ul,ol,dl,li,dd,dt {display:block;}
fieldset,img 			{border:0 none;}
input,select			{color: inherit; ; font-size: inherit; margin: 0; padding: 0; vertical-align:middle; box-shadow: none;}
a 					{text-decoration:none; color:#333;}
h1,h2,h3,h4,h5,h6 {line-height:100%; text-align:left;}
h1,h2,h3 {font-weight: bold; text-align:center; line-height:1.4; }
h2 {font-size:42px;}
h3 {font-size:34px;}
h4 {font-size:18px;}

select 				{margin:0; padding:0; vertical-align:middle;}
table 				{width:100%; border-collapse: collapse; border-spacing: 0;}

caption,th,td,ul,li	{font-weight: normal;}
ul,ol  {list-style:none outside;}
button {outline: 0; cursor: pointer; border: 0}


@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Medium";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-SemiBold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Bold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family:'Noto Sans KR','malgun Gothic',dotum,AppleGothic,arial,Helvetica;
    letter-spacing: -1.5px;
}
/* Button */
.btn_wrap, .btn_wrap2 {
  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;
  margin: 40px 0;
  gap: 20px;
}

.btn_wrap a {
  border-radius: 40px;
  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;
  padding: 5px 30px 5px 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.btn_wrap .btn_general {
  background: #0085ff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 34px;
}
.btn_wrap .btn_general p {
  font-weight: 400;
}
.btn_wrap .btn_general em {
  text-decoration: none;
  font-weight: 600;
}
.btn_wrap .btn_general:hover {
  background: #3399FF;
}
.btn_wrap .btn_ghost {
  border: 2px solid #00b3ce;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #00b3ce;
}
.btn_wrap .btn_ghost:hover {
  background: #eaf7f9;
}

/* 무료체험 CTA 버튼 css 시작 */
.cta-btn {
  position: relative;
  overflow: hidden;
}
.cta-btn .cta-btn-content {
  position: absolute;
  left: 0%;
  -webkit-animation: ctaBtnAnimation infinite linear 4s;
          animation: ctaBtnAnimation infinite linear 4s;
  width: 100px;
}
.cta-btn .cta-btn-content:nth-child(2) {
  -webkit-animation-delay: -1.32s;
          animation-delay: -1.32s;
}
.cta-btn .cta-btn-content:nth-child(3) {
  -webkit-animation-delay: -2.64s;
          animation-delay: -2.64s;
}

@-webkit-keyframes ctaBtnAnimation {
  0% {
    left: 100%;
  }
  100% {
    left: -110%;
  }
}

@keyframes ctaBtnAnimation {
  0% {
    left: 100%;
  }
  100% {
    left: -110%;
  }
}
/* 무료체험 CTA 버튼 css 종료 */
/*
.btn_major_top, .btn_ghost_new, .btn_major_new {display:inline-block; padding:0 32px; box-sizing:border-box; vertical-align:middle; font-weight:500;}
*/
.btn_major, .btn_minor, .btn_general, .btn_ghost, .btn_ghost_new, .btn_major_new {
  display: inline-block;
  padding: 0 32px;
  line-height: 60px;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: -0.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  transition: background 150ms ease-out 0s, border 150ms ease-out 0s, transform 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
}

.btn_major {
  background: #1FBCC5;
  color: #fff;
}
.btn_major:hover {
  background: #22cdd7;
}
.btn_major.gr {
  background-color: linear-gradient(90deg, #25CAD3 0%, #3851E7 100%);
}
.btn_major.bl {
  background-color: #333;
  border-radius: 50px;
}

/*.btn_major.gr:hover {background:linear-gradient(167deg, #7cfef9 0%, #59d7d2 13%, #5064f5 77%, #1a213b 100%);}*/
/*.btn_ghost.gr {border: 1px solid; border-image-source: linear-gradient(167deg, #7cfef9 0%, #59d7d2 13%, #5064f5 77%, #1a213b 100%);  border-image-slice:1;}*/
.btn_ghost.gr {
  border-radius: 8px;
  border: solid 1px transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#25CAD3), to(#3851E7));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #25CAD3 0%, #3851E7 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  -webkit-box-shadow: 2px 1000px 1px #fff inset;
          box-shadow: 2px 1000px 1px #fff inset;
}
.btn_ghost.wt {
  border-color: #fff;
  color: #fff;
}

/*.btn_ghost.gr:hover {box-shadow: none; color: white;}*/
.btn_major.wt {
  background: #fff;
  color: #3851E7;
}

.btn_mini {
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 100;
  background: #3C3E47;
  padding: 0px 8px;
  color: #fff;
  border-radius: 4px;
  transition: background 150ms ease-out 0s, transform 150ms ease-out 0s, -webkit-transform 150ms ease-out 0s;
}
.btn_mini:hover {
  background: #494B53;
}
.btn_mini.gr_b {
  background: #eee;
  color: #333;
}
.btn_mini.gr_b:hover {
  background: #ddd;
}

.btn_txt {
  display: inline-block;
  font-size: 18px;
  color: #3851E7;
}

.btn_txt_tiny {
  display: inline-block;
  font-size: 14px;
  color: #1FBCC5;
  text-decoration: underline;
}

.btn_major_new {
  background: #00B3CE;
  color: #fff;
}
.btn_major_new:hover {
  background: #00A7C0;
}

.btn_ghost_new {
  background: transparent;
  border: 1px solid #00B3CE;
  color: #00B3CE;
}
.btn_ghost_new:hover {
  border-color: #EAF7F9;
}

a .ic_arrow_link {
  display: inline-block;
  width: 18px;
  height: 11px;
  background-position: -100px -104px;
  margin-left: 5px;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0.8, 0.6, 0.88);
  transition: all 0.2s cubic-bezier(0.5, 0.8, 0.6, 0.88);
}
a:hover .ic_arrow_link {
  margin-left: 12px;
}

.btn_prev, .btn_next {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/ic_com.svg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn_prev {
  background-position: 0px -193px;
}

.btn_next {
  background-position: -100px -193px;
}

.btn_prev.dk {
  background-position: -800px -193px;
}

.btn_next.dk {
  background-position: -900px -193px;
}

.btn_prev:hover, .btn_next:hover {
  transform: translate3d(0px, -3px, 0px);
  -webkit-transform: translate3d(0px, -3px, 0px);
}

.wrap_bn .btn_prev, .wrap_bn .btn_next {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/ic_com.png);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrap_bn .btn_prev {
  background-position: -800px -100px;
}
.wrap_bn .btn_next {
  background-position: -868px -100px;
}

.wrap_cta {
  padding: 50px 0 100px;
}
.wrap_cta .inner_flex {
  padding: 32px 44px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrap_cta .col1 {
  width: 70%;
  font-size: 26px;
  line-height: 60px;
  color: #3851E7;
}
.wrap_cta .col1 span {
  font-weight: 600;
}
.wrap_cta .col2 {
  width: 30%;
  text-align: right;
}
.wrap_cta a {
  max-width: 240px;
}
.wrap_cta .bedge_event {
  position: relative;
  top: -4px;
  right: 5px;
}
.wrap_cta p {
  line-height: 130%;
}
.wrap_cta .tag {
  margin-top: 12px;
  font-size: 14px;
  color: #888;
}

/* Font style ------------------------------------------------------------------*/
.fs_point {
  color: #1FBCC5;
}

.fs_point_b {
  color: #3851E7;
}

.fs_red6 {
  color: #fa5252;
}

.fs_gray8 {
  color: #888;
}

.fs_gr {
  /*background: linear-gradient(125deg, #7cfef9 0%, #59d7d2 16%, #5064f5 69%, #151e42 97%);*/
  background: #7CFEF9;
  background: linear-gradient(125deg, #7CFEF9 0%, #59D7D2 16%, #5064F5 69%, #151E42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.bold, strong {
  font-weight: bold;
}

.fs_sd_min {
  text-shadow: 1px 1px 3px #000000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* Enter your style code */
  .fs_gr {
    color: #333;
    background: none;
  }
}
/* Logo style ------------------------------------------------------------------*/
.logo_do {
  display: inline-block;
  background: url(../images/logo_do.svg) no-repeat;
}
.logo_do.kr_ink {
  width: 160px;
  height: 35px;
  background-position: 0 0;
}
.logo_do.en_ink {
  width: 165px;
  height: 32px;
  background-position: 0 -100px;
}

/* Icon style ------------------------------------------------------------------*/
.bg_arrow.basic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23555555'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.bg_arrow.basic.up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list_gnb > li > a:hover .bg_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

.bg_arrow.basic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23555555'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.bg_arrow.basic.down {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.list_gnb > li > a:hover .bg_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

.bg_arrow.basic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23555555'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.bg_arrow.basic.left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.list_gnb > li > a:hover .bg_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

.bg_arrow.basic {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23555555'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.bg_arrow.basic.right {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.list_gnb > li > a:hover .bg_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

.bg_arrow.wh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23ffffff'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.bg_arrow.wh.up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list_gnb > li > a:hover .bg_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

.bg_arrow.wh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23ffffff'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.bg_arrow.wh.down {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.list_gnb > li > a:hover .bg_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

.bg_arrow.wh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23ffffff'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.bg_arrow.wh.left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.list_gnb > li > a:hover .bg_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

.bg_arrow.wh {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23ffffff'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.bg_arrow.wh.right {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.list_gnb > li > a:hover .bg_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

.bg_arrow.bk {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23000000'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.bg_arrow.bk.up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list_gnb > li > a:hover .bg_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

.bg_arrow.bk {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23000000'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.bg_arrow.bk.down {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.list_gnb > li > a:hover .bg_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

.bg_arrow.bk {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23000000'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.bg_arrow.bk.left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.list_gnb > li > a:hover .bg_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

.bg_arrow.bk {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23000000'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}
.bg_arrow.bk.right {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.list_gnb > li > a:hover .bg_arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

.ic_com {
  background: url(../images/ic_com.svg);
}
.ic_com.new {
  display: block;
  width: 60px;
  height: 24px;
  background-position: -200px 0;
}
.ic_com.new02 {
  display: inline-block;
  width: 40px;
  height: 28px;
  background-position: 0 -596px;
}
.ic_com.quotation {
  display: inline-block;
  width: 67px;
  height: 67px;
  background-position: 0 0;
}
.ic_com.quotation02 {
  display: inline-block;
  width: 67px;
  height: 67px;
  background-position: -100px 0;
}
.ic_com.error {
  display: block;
  width: 75px;
  height: 52px;
  margin: 0 auto;
  background-position: -400px 0;
}
.ic_com.check {
  display: block;
  width: 60px;
  height: 42px;
  margin: 0 auto;
  background-position: -800px 0;
}
.ic_com.check2 {
  display: block;
  width: 47px;
  height: 46px;
  margin: 0 auto;
  background-position: -405px -405px;
}
.ic_com.close {
  display: block;
  width: 32px;
  height: 32px;
  background-position: 0px -298px;
}
.ic_com.ic_arrow_r {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: -189px -189px;
  vertical-align: text-bottom;
  cursor: pointer;
}
.ic_com.next01 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: -676px -100px;
  vertical-align: text-bottom;
}
.ic_com.play {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #1FBCC5;
  background-position: -121px -373px;
  border-radius: 50%;
}

.ic_menu {
  width: 40px;
  height: 40px;
}
.ic_menu:after, .ic_menu:before, .ic_menu span:before {
  position: absolute;
  left: 7px;
  z-index: 1;
  width: 24px;
  height: 2px;
  background-color: #333;
  content: "";
}
.ic_menu:before {
  top: 10px;
}
.ic_menu:after {
  top: 28px;
}
.ic_menu span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}
.ic_menu span:before {
  top: 19px;
}

.ic_close {
  width: 44px;
  height: 44px;
  background: transparent;
}
.ic_close:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 22px;
  height: 32px;
  border-left: 2px solid #333;
}
.ic_close:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 22px;
  height: 32px;
  border-left: 2px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ic_close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ic_down_wt {
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../images/ic_down01_wt.svg) no-repeat center 2px;
}

.ic_channel01 {
  display: block;
  width: 72px;
  height: 72px;
  background: url("../images/ic_channel_2.svg") no-repeat;
  border-radius: 50%;
}
.ic_channel01.do {
  background-color: #00A1B9;
  background-position: 16px 16px;
}
.ic_channel01.accounting {
  background-color: #254FFE;
  background-position: -80px 13px;
}
.ic_channel01.management {
  background-color: #15BF8D;
  background-position: -188px 16px;
}
.ic_channel01.works {
  background: #EDF0F8 url("../images/ic_channel_2.png") no-repeat -284px 16px;
}
.ic_channel01.linkplus {
  background-color: #032F70;
  background-position: -384px 16px;
}

.ic_channel02 {
  display: block;
  width: 44px;
  height: 44px;
  background: url("../images/ic_channel_2.svg") no-repeat;
}
.ic_channel02.do {
  background-position: 0 -100px;
}
.ic_channel02.accounting {
  background-position: -100px -100px;
}
.ic_channel02.management {
  background-position: -200px -100px;
}
.ic_channel02.works {
  background-position: -300px -100px;
}
.ic_channel02.linkplus {
  background-position: -400px -100px;
}

/*.ic_channel02.works {background: url('../images/ic_channel_2.png') no-repeat -300px -100px}*/
.ic_quick {
  display: inline-block;
  width: 63px;
  height: 63px;
  background: url(../images/ic_navi_quick.svg) 0 0 no-repeat;
}
.ic_quick.q1 {
  background-position: 0 0;
}
.ic_quick.q2 {
  background-position: -100px 0px;
}
.ic_quick.q3 {
  background-position: -200px 0px;
}
.ic_quick.q4 {
  background-position: -300px 0px;
}

.ic_new {
  display: inline-block;
  background-color: #05D1DD;
  color: #fff;
  font-size: 12px;
  padding: 6px 8px 8px;
  border-radius: 50px;
  line-height: 1;
  font-size: 11px;
}

.ic_gift {
  display: inline-block;
  width: 19px;
  height: 17px;
  top: -1px;
  background: url("../images/main_new/ic_cta.svg") no-repeat -75px 0;
}

.ic_event {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  width: 46px;
  height: 21px;
  background: url(../images/bedge_event.svg) center no-repeat;
}

.talkbubble {
  position: absolute;
  top: -36px;
  left: 50%;
  margin-left: -280px;
  display: inline-block;
  width: 84px;
  height: 84px;
  padding: 26px 4px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background: #343a40;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.talkbubble .desc {
  font-size: 12px;
  color: #fff;
  font-weight: 200;
}

/*.talkbubble:before {content: ""; position: absolute; right: 68%; top: 50px; width: 0; height: 0; border-top: 13px solid transparent; border-right: 26px solid  #333; border-bottom: 13px solid transparent; transform: rotate(87deg);}*/
.tag_badge {
  display: inline-block;
  padding: 0 8px;
  height: 18px;
  line-height: 16px;
  font-size: 12px;
  border-radius: 12px;
  vertical-align: middle;
}
.tag_badge.mint {
  color: #25CAD3;
  border: 1px solid #25CAD3;
}
.tag_badge.red {
  color: #EB5757;
  border: 1px solid #EB5757;
}
.tag_badge.blue {
  color: #3851E7;
  border: 1px solid #3851E7;
}
.tag_badge.gr {
  background: -webkit-gradient(linear, left top, right top, from(#25CAD3), to(#3851E7));
  background: linear-gradient(90deg, #25CAD3 0%, #3851E7 100%);
  color: #fff;
}
.tag_badge.blue_f {
  background: #3851E7;
  color: #fff;
}

/* style ------------------------------------------------------------------*/
.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}

.inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}

.content {
  padding-top: 80px;
}

.blind {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border: 0 none;
  font-size: 0;
  line-height: 0;
}

/* Header(PC) ------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 개별 메뉴 공통 */
}
.header .gnb_mo {
  display: none;
}
.header .gnb_pc {
  display: block;
}
.header .gnb_pc.inner_header {
  height: 100%;
}
.header .gnb_pc .wrap_gnb_sub {
  position: absolute !important;
  height: 436px;
  top: 80px !important;
  width: auto;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
  border-top: 0 none !important;
  padding: 20px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 40;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.99) translateY(-0.7em);
          transform: scale(0.99) translateY(-0.7em);
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub .list_sub li .tit {
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  color: #999;
  letter-spacing: -0.02em;
  height: 36px;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub .list_sub li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 35px;
  color: #333;
  letter-spacing: -0.02em;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub .banner_bottom {
  position: absolute;
  left: 12px;
  bottom: 2px;
  width: calc(100% - 24px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: left;
  padding: 22px 0 0 58px;
  border-top: 1px solid #f0f0f0;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub .banner_bottom.goto a {
  display: block;
  height: 54px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='38' height='55' viewBox='0 0 38 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_976_2466)'%3E%3Cpath d='M0 30.7498H37L30 24.2498' stroke='%23555555'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_976_2466'%3E%3Crect width='38' height='55' fill='white' transform='translate(0 -0.000244141)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center right;
  background-repeat: no-repeat;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub .banner_bottom .icon {
  position: absolute;
  top: 22px;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 4px;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub .banner_bottom .icon.ic_free {
  background: #FAFCEF url(../images/banner/img_free.png) center center no-repeat;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub .banner_bottom .icon.ic_percent {
  background: #EBF9FD url(../images/banner/img_percent.png) center center no-repeat;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub .banner_bottom .icon.ic_lightbulb {
  background: #FDFCEF url(../images/banner/img_lightbulb.png) center center no-repeat;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub .banner_bottom .icon.ic_logo_mint {
  background: #F0F9F8 url(../images/banner/icon_logo_mint.png) center center no-repeat;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub .banner_bottom .icon.ic_download {
  background: #00D5E2 url(../images/banner/img_download.png) center center no-repeat;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub .banner_bottom .banner_tit {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  color: #555;
  letter-spacing: -0.05em;
}
.header .gnb_pc .wrap_gnb_sub .gnb_sub .banner_bottom .banner_cont {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #888;
  letter-spacing: -0.05em;
}
.header .gnb_pc .wrap_gnb_sub .list_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  letter-spacing: -2px;
  gap: 20px;
}
.header .gnb_pc .wrap_gnb_sub .list_sub > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0 28px 0 12px;
}
.header .gnb_pc .wrap_gnb_sub .list_sub > li:last-child {
  margin-right: 0 !important;
}
.header .gnb_pc .wrap_gnb_sub .list_sub > li .tit {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.header .gnb_pc .wrap_gnb_sub .list_sub > li > a {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 14px;
  margin-left: -12px;
  padding: 6px 16px 6px 12px;
  letter-spacing: -1px;
}
.header .gnb_pc .wrap_gnb_sub .list_sub > li > a:hover {
  text-decoration: none;
  background-color: #F7F7F9;
  border-radius: 3px;
}
.header .gnb_pc .list_gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  padding-left: 50px;
}
.header .gnb_pc .list_gnb > li {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0;
  margin: 0 5px;
  cursor: pointer;
}
.header .gnb_pc .list_gnb > li .bg_arrow.basic {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.header .gnb_pc .list_gnb > li:hover {
  padding-top: 1px;
}
.header .gnb_pc .list_gnb > li:hover .bg_arrow.basic {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.header .gnb_pc .list_gnb > li:first-child {
  margin: 0 0;
}
.header .gnb_pc .list_gnb > li:first-child .wrap_gnb_sub {
  width: 730px !important;
}
.header .gnb_pc .list_gnb li {
  position: relative;
}
.header .gnb_pc .list_gnb li .wrap_gnb_sub {
  background: #FFFFFF;
  border-radius: 0px 0px 5px 5px !important;
}
.header .gnb_pc .list_gnb li:hover > .wrap_gnb_sub {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.header .gnb_pc .list_gnb li:nth-child(2) .wrap_gnb_sub {
  left: -134px;
  width: 630px !important;
}
.header .gnb_pc .list_gnb li:nth-child(3) .wrap_gnb_sub {
  left: -275px;
  width: 670px !important;
}
.header .gnb_pc .list_gnb li:nth-child(4) .wrap_gnb_sub {
  left: -414px;
  width: 535px !important;
}
.header .gnb_pc .list_etc {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.header .gnb_pc .list_etc > li {
  position: relative;
  display: block;
  line-height: 77px;
}
.header .gnb_pc .list_etc .btn_major {
  border-radius: 50px;
}
.header .gnb_pc .list_etc .btn_major.free {
  background: #00b3ce;
}
.header .gnb_pc .list_etc .btn_ghost {
  padding: 0 24px;
  border: 1px solid #333;
}
.header .gnb_pc .list_etc .btn_ghost .txt {
  color: #333;
  font-weight: 400;
  background-image: none;
}
.header .gnb_pc .list_etc .btn_ghost.gray {
  padding: 0 24px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
}
.header .gnb_pc .list_etc .list_sub {
  line-height: 30px;
}
.header .gnb_pc .list_etc .list_sub li > a {
  line-height: 30px;
}
.header .gnb_pc .list_etc .ic_com.ic_arrow_r {
  width: 16px;
  height: 16px;
  background-size: 750px;
  background-position: -359px -146px;
  margin-left: 4px;
}
.header .gnb_pc .list_etc .banner {
  margin-top: 60px;
}
.header .gnb_pc .list_etc .banner img {
  display: block;
}
.header .gnb_pc .list_etc .btn_major .ic_arrow_bt {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
}
.header .gnb_pc .list_etc .btn_major .ic_arrow_bt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header .gnb_pc .list_etc li .wrap_gnb_sub.build {
  background: #2D3034;
  width: 720px !important;
  right: -136px;
  border-radius: 15px;
}
.header .gnb_pc .list_etc li .wrap_gnb_sub.build li .tit {
  color: #fff;
}
.header .gnb_pc .list_etc li .wrap_gnb_sub.build li a {
  color: #ccc;
  font-weight: 300;
}
.header .gnb_pc .list_etc li .wrap_gnb_sub.build li > a:hover {
  background-color: #404347;
}
.header .gnb_pc .list_etc li .wrap_gnb_sub.build .banner_bottom {
  border-top-color: #44474B;
}
.header .gnb_pc .list_etc li .wrap_gnb_sub.build .banner_bottom .banner_tit {
  color: #fff !important;
}
.header .gnb_pc .list_etc li .wrap_gnb_sub.build .banner_bottom .banner_cont {
  color: #ccc !important;
}
.header .gnb_pc .list_etc li .wrap_gnb_sub.build .banner_bottom.goto a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='38' height='55' viewBox='0 0 38 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_976_2466)'%3E%3Cpath d='M0 30.7498H37L30 24.2498' stroke='%23ffffff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_976_2466'%3E%3Crect width='38' height='55' fill='white' transform='translate(0 -0.000244141)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.header .gnb_pc .list_etc li:hover .wrap_gnb_sub.build {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.header .gnb_pc .list_etc li:hover > .gnb_sub {
  display: block;
}
.header .gnb_pc .quick_menu a {
  font-size: 13px;
}
.header .gnb_pc .ic_new {
  margin: -2px 0 0 8px;
  vertical-align: middle;
}
.header .gnb_pc .badge {
  display: block;
  font-size: 8px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  letter-spacing: 0;
  height: 12px;
  padding: 0 4px;
  border-radius: 1px;
}
.header .gnb_pc .badge.hot {
  background-color: #FF8989;
}
.header .gnb_pc .badge.new {
  background-color: #39A0FF;
}
.header .gnb_pc .badge.event {
  background-color: #69B7FF;
  position: absolute;
  top: 18px;
}

.header .inner_header {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .logo, .header .list_gnb, .header .list_etc {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.header .logo a {
  display: inline-block;
  width: 170px;
  height: 80px;
  background: url(../images/logo_daouffice_kr_dg.png) no-repeat center;
}
.header .list_gnb > li {
  vertical-align: baseline;
}
.header .list_gnb > li > a {
  *zoom: 1;
  width: 100%;
  height: 100%;
  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;
  color: #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  gap: 1px;
}
.header .list_gnb > li:hover > a {
  border-bottom: 1px solid #000;
  color: #333;
  font-weight: 700;
}
.header .list_gnb > li a span {
  vertical-align: baseline;
}
.header .list_sub li > a {
  letter-spacing: 0.2px;
  font-size: 15px;
  color: #333;
  line-height: 30px;
}
.header .btn_major {
  min-width: 120px;
  min-height: 42px;
  font-size: 15px;
  line-height: 40px;
}
.header .btn_ghost {
  min-width: 120px;
  min-height: 42px;
  font-size: 15px;
  line-height: 40px;
}
.header .btn_ghost .txt {
  font-weight: 500;
}
.header .gnb_pc .list_gnb li:hover > .list_sub {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.on .gnb_pc .list_gnb .wrap_gnb_sub {
  top: 75px;
}

.list_gnb .wrap_gnb_sub {
  position: fixed;
  top: 79px;
  left: 0;
  z-index: 40;
  width: 100%;
  border-top: 1px solid #ebebeb;
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.list_gnb .wrap_gnb_sub .gnb_sub {
  position: relative;
  width: auto;
  margin: 0 auto;
  height: 250px;
}
.list_gnb .wrap_gnb_sub .gnb_sub .quick_menu {
  position: absolute;
  bottom: 24px;
  left: 0;
}
.list_gnb .wrap_gnb_sub .list_sub {
  display: none;
}

.quick_menu a {
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  margin: 0 10px 0 0;
  color: #333;
  font-weight: normal;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.quick_menu a:hover {
  color: #000;
  border-color: #333;
}

.banner_s {
  display: block;
  width: 300px;
  height: 200px;
  border-radius: 16px;
}

.gnb_sub .banner_s {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}
.gnb_sub .banner_s img {
  display: block;
  width: 320px;
  height: 200px;
}

.ic_nav_quick {
  display: block;
  background: url(../images/ic_navi_quick.svg) no-repeat center;
}

.sidenav_v2 .ic_nav_quick.q3 {
  margin: 0 auto;
  width: 34px;
  height: 34px;
  background-position: -200px -100px;
}

.ic_dot_point {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #00D5E2;
  border-radius: 50%;
  margin: 0 0 7px 5px;
}

/* Header(v2) ------------------------------------------------------------------*/
.header.v2 .logo a {
  display: inline-block;
  width: 170px;
  height: 80px;
  background: url(../images/logo_daouffice_kr_dg.png) no-repeat center;
}

/* 퀵메뉴 */
.btn_scroll_top {
  cursor: pointer;
  position: fixed;
  width: 65px;
  height: 65px;
  bottom: 42px;
  right: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 50;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.btn_scroll_top .top_arrow {
  display: inline-block;
  width: 21px;
  height: 24px;
  background: url(../images/main_new/btn_top_arrow.svg) no-repeat 2px 0;
  position: relative;
  top: 19px;
  left: 21px;
}

.quick_support {
  position: fixed;
  bottom: 50%;
  margin-bottom: -140px;
  right: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
  width: 92px;
  height: 385px;
  background-color: #fff;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.quick_support ul {
  margin: 0 0 0 2px;
}
.quick_support li {
  margin-top: 23px;
}
.quick_support a {
  display: block;
  text-align: center;
}
.quick_support .ic_support {
  margin: 0 auto 7px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/main_new/ic_quick.svg) no-repeat;
}
.quick_support .ic_support.demo {
  background-position: 0px 0px;
}
.quick_support .ic_support.download {
  background-position: -42px 0px;
}
.quick_support .ic_support.apply {
  background-position: -84px 0px;
}
.quick_support .wrap_txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #666;
}
.quick_support li .btn_ad {
  width: 72px;
  height: 72px;
  background-color: #474A82;
  border-radius: 9px;
  margin-left: 7px;
}
.quick_support li .btn_ad .txt {
  display: inline-block;
  margin: 18px auto;
  text-align: center;
  line-height: 15px;
}
.quick_support li .btn_ad .white {
  font-size: 14px;
  margin-bottom: 4px;
  color: #fff;
  display: block;
}
.quick_support li .btn_ad .mint {
  font-size: 14px;
  font-weight: 600;
  color: #6DF7FF;
}

/* FOOTER */
.footer_question {
  /*background: #fff;*/
  padding: 140px 0 150px;
}
.footer_question h2 {
  font-size: 36px;
  text-align: center;
}
.footer_question .inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
  gap: 2vw;
}
.footer_question .inner li {
  background: #F8F8F8;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 46px 0 46px 50px;
  cursor: pointer;
}
.footer_question .inner li:hover {
  background-color: #EFF6F9;
}
.footer_question .inner li div {
  line-height: 170%;
}
.footer_question .inner li a {
  display: block;
  height: 100%;
}
.footer_question .inner li span {
  background: url(../images/main_new/ic_question.svg);
  width: 56px;
  height: 56px;
  display: inline-block;
  margin-bottom: 16px;
}
.footer_question .inner li .sub {
  font-size: clamp(15px, 1.3vw, 16px);
  color: #888;
}
.footer_question .inner li .txt {
  font-size: clamp(16px, 1.8vw, 20px);
  color: #333;
  font-weight: 600;
}
.footer_question .inner li:nth-child(1) span {
  background-position: -18px -26px;
  width: 50px;
}
.footer_question .inner li:nth-child(2) span {
  background-position: -68px -26px;
}
.footer_question .inner li:nth-child(3) span {
  background-position: -127px -26px;
}
.footer_question .inner li:nth-child(4) span {
  background-position: -181px -26px;
}


/* test */
.bg_lightmint,
.footer_question.mint {
  background: #F4F9FB;
}
.bg_lightmint .footer_question .inner ul ,
.footer_question.mint .inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 90px;
  gap: 2vw;
}
.bg_lightmint .footer_question .inner li,
.footer_question.mint .inner li {
  background: #fff;
  cursor: pointer;
}
.bg_lightmint .footer_question .inner li:hover,
.footer_question.mint .inner li:hover {
  -webkit-box-shadow: 0 10px 30px #e4edf0;
          box-shadow: 0 10px 30px #e4edf0;
}


.footer_new {
  background: #212B4E;
  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;
  padding: 90px 0 60px;
}
.footer_new .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer_new .inner .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
.footer_new .inner .top .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5vw, 90px);
}
.footer_new .inner .top .left .list {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  font-size: 15px;
}
.footer_new .inner .top .left .list .t {
  font-weight: 500;
  color: #E1E4EF;
  margin-bottom: 5px;
}
.footer_new .inner .top .left .list ul {
  font-weight: 400;
  color: #C2C7D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.footer_new .inner .top .left .list ul li a {
  font-weight: 400;
  color: #C2C7D8;
}
.footer_new .inner .top .left .list:nth-child(2) ul li:nth-child(2) a {
  white-space: nowrap;
}
.footer_new .inner .top .right {
  display: inline-block;
}
.footer_new .inner .top .right .btn_sns a {
  width: 36px;
  height: 36px;
  background: url(../images/main_new/ic_sns.svg) no-repeat;
  margin-right: 12px;
  display: inline-block;
}
.footer_new .inner .top .right .btn_sns .link_fb {
  background-position: 0 0;
}
.footer_new .inner .top .right .btn_sns .link_bl {
  background-position: -46px 0;
}
.footer_new .inner .top .right .btn_sns .link_ig {
  background-position: -94px 0;
}
.footer_new .inner .top .right .btn_sns .link_yt {
  background-position: -142px 0;
}
.footer_new .inner .top .right .btn_sns .link_kt {
  background-position: -190px 0;
}
.footer_new .inner .top .right .banner {
  display: inline-block;
}
.footer_new .inner .banner .bn_footer {
    width: 330px;
    height: 80px;
    display: inline-block;
    background: url("../images/banner/bn_2402_newsletter.png");
    position: absolute;
    top: 66px;
    right: 14px;
  }
.footer_new .inner .mid {
  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: end;
  padding-bottom: 50px;
  border-bottom: 1px solid #5d678d;
  margin-bottom: 25px;
}
.footer_new .inner .mid .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer_new .inner .mid .left > img {
  width: 100%;
  max-width: 136px;
}
.footer_new .inner .mid .left .sub {
  color: #9EA3B7;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -1px !important;
}
.footer_new .inner .mid .left .sub .bar {
  width: 2px;
  height: 10px;
  background-color: #58617E;
  display: inline-block;
  margin: 0 10px;
}
.footer_new .inner .mid .left .sub strong {
  font-weight: 500;
  color: #C6CCE2;
}
.footer_new .inner .mid .left .sub span:not(.none) {
  color: #C6CCE2;
}
.footer_new .inner .mid .left .sub em {
  color: #00D4E1;
}
.footer_new .inner .mid .left .sub *:where(span, a).badge {
  color: #b5bcd4;
  background: #545e7e;
  padding: 3px 9px 5px 8px;
  border-radius: 4px;
  font-size: 11px;
  margin-left: 8px;
  line-height: 150%;
}
.footer_new .inner .mid .left .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.footer_new .inner .mid .left .notice li {
  line-height: 160%;
}
.footer_new .inner .mid .left .notice li a {
  color: #C6CCE2;
}
.footer_new .inner .mid .left .notice li a:hover {
  text-decoration: underline;
}
.footer_new .inner .mid .right .footer_groupSelc {
  display: block;
}
.footer_new .inner .mid .right .inner .selGroup {
  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;
  gap: 5px;
  background-color: #212b4e;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  color: #C6CCE2;
  font-weight: 500;
}
.footer_new .inner .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.footer_new .inner .bot .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer_new .inner .bot .left .copy {
  color: #72788d;
  font-size: 14px;
  font-weight: 600;
}
.footer_new .inner .bot .left .wrap {
  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;
  gap: 10px;
}
.footer_new .inner .bot .left .wrap .txt {
  color: #72788d;
  font-size: 12px;
  line-height: 160%;
}
.footer_new .inner .bot .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9EA3B7;
  font-weight: 400;
  gap: 2px;
  font-size: 15px;
}
.footer_new .inner .bot .right a:nth-child(5) {
  font-weight: 600;
}
.footer_new .inner .bot .right .bar {
  width: 2px;
  height: 14px;
  background-color: #58617E;
  display: inline-block;
  margin: 0 4px;
  position: relative;
  top: 1px;
}
.footer_new .inner .bot .right a {
  padding: 0 5px;
  color: #9EA3B7;
}

.bg_blue {
  background: #3851E7;
}

.bg_gr {
  background: -webkit-gradient(linear, left top, right top, from(#25CAD3), to(#3851E7));
  background: linear-gradient(90deg, #25CAD3 0%, #3851E7 100%);
}

/*.bg_gray_br {background: #F7F7F7}*/
.bg_gray_br {
  background: #F5F7F9;
}

.bg_gray_dk {
  background: #2A2B32;
}
.bg_gray_dk .item_cont h3 {
  color: #fff;
  text-align: left;
}
.bg_gray_dk .item_cont .desc {
  color: #fff;
  font-size: 18px;
  opacity: 0.8;
}
.bg_gray_dk .item_cont .btn_txt {
  color: #25CAD3;
}
.bg_gray_dk .item_cont .btn_txt .ic_arrow_link {
  background-position: 0 -103px;
}

/*
.highlighter{position: relative; z-index: 0;}
.highlighter:after {content: ''; position: absolute; left: 1px; bottom: 7px; z-index: -1; width: 102%; height: 6px; background: #60f7ff; border-radius: 3px;}
*/
.view_mo {
  display: none;
}

.view_pc {
  display: block;
}

.bn_pop_meta {
  position: fixed;
  right: 20px;
  top: 180px;
  z-index: 50;
}
.bn_pop_meta img {
  display: block;
}
.bn_pop_meta .btn_close_today {
  position: absolute;
  top: 0;
  right: 12px;
  width: 16px;
  height: 16px;
  z-index: 51;
}
.bn_pop_meta .btn_close_today.ic_close:after, .bn_pop_meta .btn_close_today.ic_close:before {
  top: 1px;
  left: 8px;
  height: 14px;
  border-left: 1.5px solid #000;
}

@-webkit-keyframes animateBg {
  from {
    -webkit-transform: scale(1.04, 1.04);
            transform: scale(1.04, 1.04);
    visibility: visible;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes animateBg {
  from {
    -webkit-transform: scale(1.04, 1.04);
            transform: scale(1.04, 1.04);
    visibility: visible;
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/* 타이틀 효과 */
@-webkit-keyframes up {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes up {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 1500px) {
  .sidenav {
    top: 100px;
    right: 10px;
  }
  .sidenav.s2 {
    top: 205px;
    right: 10px;
  }
}
/* Responsive layout*/
@media only screen and (max-width: 959px) {
  .view_mo {
    display: block;
  }
  .view_pc {
    display: none;
  }
  .btn_wrap {
    margin-bottom: 60px;
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn_wrap a {
    font-size: 18px;
    border-radius: 50px;
    width: 100%;
  }
  .btn_wrap a .ic_freepc {
    display: none;
  }
  .btn_wrap .ic_gift {
    display: none;
  }
  .smb .btn_wrap.hide {
    display: none;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  .header {
    height: 64px;
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .header .gnb_pc {
    display: none;
  }
  .header .gnb_mo {
    display: block;
  }
  .header .logo {
    top: 9px;
  }
  .header .logo a {
    display: inline-block;
    width: 170px;
    height: 64px;
    background-size: 137px;
  }
  .header.v2 .logo a {
    display: inline-block;
    width: 170px;
    height: 64px;
    background-size: 137px;
  }
  .header .btn_open_nav {
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .header .navi_all {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .navi_all .logo {
    border-bottom: 1px solid #f1f1f1;
  }
  .header .btn_close_nav {
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .header .gnb_mo .wrap_navi {
    display: block;
    height: 100%;
    margin: 0 auto;
  }
  .header .gnb_mo .list_gnb {
    width: 100%;
    padding: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .gnb_mo .list_gnb > li {
    display: block;
    height: auto;
    text-align: left;
  }
  .header .gnb_mo .list_gnb > li:last-child {
    padding-bottom: 30px;
  }
  .header .gnb_mo .list_gnb > li .gnb_txt {
    padding: 12px 16px;
    font-size: 21px;
    font-weight: 500;
    color: #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .gnb_mo .list_gnb > li .gnb_txt.on {
    color: #25cad3;
  }

  .header .gnb_mo .ic_new {
    margin: -2px 0 0 8px;
    vertical-align: middle;
  }
  .header .gnb_mo .badge {
    display: block;
    font-size: 9px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    letter-spacing: 0;
    height: 16px;
    padding: 0 4px 0;
    border-radius: 1px;
    width: 19px;
    margin: 8px 0 0 6px;
  }
  .header .gnb_mo .badge.hot {
    background-color: #FF8989;
  }
  .header .gnb_mo .badge.new {
    background-color: #39A0FF;
  }

  .header .gnb_mo .list_sub {
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: max-height 0.3s linear 0s;
    transition: max-height 0.3s linear 0s;
    padding: 0 16px 32px;
    z-index: 1;
    opacity: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header .gnb_mo .list_sub > li {
    position: relative;
  }
  .header .gnb_mo .list_sub > li + li {
    margin-top: 24px;
  }
  .header .gnb_mo .list_sub > li .tit {
    font-size: 12px;
    font-weight: bold;
    color: #bebebe;
  }
  .header .gnb_mo .list_sub > li > a {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-align: left;
    padding: 4px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    letter-spacing: -1px;
  }
  .header .gnb_mo .list_sub a + a {
    padding-top: 4px;
  }
  .sidenav, .sidenav_v1 {
    display: none;
  }
  .content {
    padding-top: 64px;
  }
  .inner, .inner_flex {
    padding: 0 6%;
  }
  .footer {
    padding-bottom: 75px;
  }
  .footer .sitemap, .footer .awords {
    display: none;
  }
  .footer_groupSelc {
    display: none;
  }
  .footer .wrap_quick {
    padding: 80px 0;
  }
  .footer .list_lead {
    width: 100%;
    margin-top: 28px;
  }
  .footer .list_lead li {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin: 20px 0 0;
  }
  .footer .list_lead a {
    padding: 90px 30px 30px;
  }
  .footer .list_lead li .wrap_cont {
    position: absolute;
    top: 25%;
    left: 120px;
  }
  .footer .wrap_start .wrap_btn a {
    width: 90%;
  }
  .footer .wrap_start .wrap_btn a + a {
    margin: 8px 0 0;
  }
  .footer .wrap_siteinfo .contactus {
    margin-top: 20px;
  }
  .footer .info {
    padding: 70px 0 20px;
    border-top: none;
  }
  .footer .info .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .info .list_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .info .link li:after {
    opacity: 0.2;
  }
  .footer .info .copyright {
    padding: 20px 0 0;
    opacity: 0.5;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0;
  }
  .footer .notices {
    display: none;
  }
  .mfloating.wrap_btn {
    position: fixed;
    left: 0;
    bottom: -75px;
    width: 100%;
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 20;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mfloating.wrap_btn a {
    width: calc(50% - 10px);
    min-width: inherit;
    padding: 0;
    font-size: 16px;
    line-height: 48px;
  }
  .mfloating.wrap_btn a + a {
    margin: 0 0 0 4px;
  }
  .mfloating.on {
    bottom: 0;
  }
  .wrap_cta {
    padding: 50px 16px;
  }
  .wrap_cta .inner_flex {
    padding: 40px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .wrap_cta .col1 {
    width: 100%;
    line-height: 1.4;
    text-align: center;
  }
  .wrap_cta .col2 {
    width: 100%;
    text-align: center;
  }
  .wrap_cta a {
    margin-top: 20px;
    max-width: inherit;
    width: 100%;
  }
  .quick_support {
    display: none;
  }
  #bn_pop_meta {
    display: none !important;
  }
}
/* Responsive layout*/
@media screen and (max-width: 768px) {
  .footer_new em:not(.n) {
    display: block;
  }
  .btn_scroll_top {
    width: 50px;
    height: 50px;
    bottom: 95px;
    right: 25px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  }
  /*  FOOTER  */
  .none {
    display: none;
  }
  .footer_question {
    padding: 80px 0 100px;
  }
  .footer_question h2 {
    font-size: 24px;
  }
  .footer_question .inner {
    padding: 0 30px;
  }
  .footer_question .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 3vw;
  }
  .footer_question .inner li {
    padding: 30px 0 30px 30px;
    border-radius: 12px;
  }
  .footer_question .inner li a {
    display: inline-block;
  }
  .footer_question .inner li span {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0;
    position: relative;
    top: 3px;
  }
  .footer_question .inner li div {
    display: inline-block;
    margin-left: 26px;
  }
  .footer_question .inner li .txt {
    font-size: 18px;
  }
  .footer_question .inner li div {
    line-height: 160%;
  }
  .footer_question .inner li:nth-child(1) span {
    background-position: -14px -98px;
    height: 48px;
  }
  .footer_question .inner li:nth-child(2) span {
    background-position: -13px -153px;
  }
  .footer_question .inner li:nth-child(3) span {
    background-position: -14px -203px;
  }
  .footer_question .inner li:nth-child(4) span {
    background-position: -13px -248px;
  }
  .footer_question.mint .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    gap: 3vw;
  }
  .footer_question.mint .inner li {
    background: #fff;
    cursor: pointer;
  }
  .footer_question.mint .inner li:hover {
    -webkit-box-shadow: 0 10px 30px #e4edf0;
            box-shadow: 0 10px 30px #e4edf0;
  }

  .bg_lightmint .footer_question .inner ul,
  .footer_question.mint .inner ul {
    display:flex;
  }
  
  .footer_new {
    padding: 60px 0 110px;
  }
  .footer_new .inner {
    width: 80%;
  }
  .footer_new .inner .top .left {
    display: none;
  }
  .footer_new .inner .mid .left .notice, .footer_new .inner .mid .right {
    display: none;
  }
  .footer_new .inner .bot .left .wrap {
    display: none;
  }
  .footer_new .inner .top {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 30px;
    border-bottom: 1px solid #6d738a;
    margin-bottom: 16px;
  }
  .footer_new .inner .top .right .banner {
    display: none;
  }
  .footer_new .inner .mid {
    border: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 0;
    margin-bottom: 45px;
  }
  .footer_new .inner .mid .left .sub {
    font-size: 13px;
    line-height: 200%;
  }
  .footer_new .inner .mid .left .sub *:where(span, a).badge {
    margin-left: 0;
    position: relative;
    top: 8px;
  }
  .footer_new .inner .bot {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 12px;
  }
  .footer_new .inner .bot .left .copy {
    font-size: 12px;
    font-weight: 500;
  }
  .footer_new .inner .bot .right {
    background: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
    line-height: 150%;
  }
}
