@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/Montserrat-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
  font-weight: bold;
}


body {
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #868dff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
p,
strong,
span {
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
}

iframe {
  border: none;
}

a:hover {
  opacity: 0.6;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button:hover {
  cursor: pointer;
  opacity: 0.6;
}

img {
  border: none;
  max-width: 100%;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: bold;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
}

.header {
  background: #FFFFFF;
  width: 100%;
  z-index: 111;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  padding: 0;
}

.hot-l {
  background: #1D4789;
  height: 36px;
  display: flex;
  align-items: center;
}

.hot-l strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
}

.header .navigation {
  background: transparent;
  display: flex;
  align-items: center;
  height: auto;
  justify-content: space-between;
}

.nav-header .nav-brand img {
  object-fit: cover;
  max-width: 240px;
}

.navigation-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 0;
}

.nav-brand {
  padding: 0;
  display: block;
  height: auto;
  line-height: initial;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  overflow-y: clip;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  overflow-y: unset;
}

.navigation-portrait .nav-menus-wrapper {}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-cta .header-button {
  width: 164px;
  padding: 0;
  margin: 0;
  height: 46px;
  line-height: 48px;
  border-radius: 10px;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #000000;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000;
}

.navigation-portrait .nav-menu>li {}

.navigation-portrait .nav-menu>li:last-child {
  border: 0;
  margin-top: 10px;
}

.nav-menus-wrapper-close-button {
  color: #000000;
}

.xs-menu ul.nav-menu>li>a {
  padding: 10px 31px;
  display: flex;
  align-items: center;
  text-align: right;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
}

.xs-menu ul.nav-menu>li>a:hover {
  opacity: 0.6;
}

.xs-menu ul.nav-menu>li.community {
  position: relative;
}

.xs-menu ul.nav-menu>li.community ul {
  position: absolute;
  background: #eeeeee;
  border-radius: 10px;
  padding: 10px 15px;
  width: 100%;
  left: 16px;
  top: 60px;
  z-index: 9;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.xs-menu ul.nav-menu>li.community ul li a {
  font-size: 16px;
  line-height: 32px;
  color: #0a0e29;
  opacity: 0.5;
}

.xs-menu ul.nav-menu>li.community ul li a:hover {
  opacity: 1;
}

.xs-menu ul.nav-menu>li.community:hover {
  cursor: pointer;
}

.xs-menu ul.nav-menu>li.community:hover ul {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.xs-menu ul.nav-menu>li.deck-paper>a span {
  width: 160px;
  height: 40px;
  background: #0ff0f9;
  color: #0a0e29;
  font-weight: 500;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header.fixed-header {
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


.xs-menu ul.nav-menu>li a.scrolls.scrolls-deck span {
  text-transform: uppercase;
  padding: 0 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1D4789;
  border-radius: 5px;
  font-weight: 700;
  color: #FFFFFF;
}

.xs-menu ul.nav-menu>li>a.scrolls-deck {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.xs-menu ul.nav-menu>li>a.scrolls-stake {
  padding-right: 0;
}

ul.nav-menu.align-to-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.banner-top {
  padding: 90px 0;
  position: relative;
  min-height: calc(100vh - 146px);
}

.banner-mp4 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-mp4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-dv {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
  border-radius: 20px;
  padding: 40px 45px;
}

.list-dv ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.banner-l h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.banner-l {
  width: 55%;
}

.banner-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner-l li {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 20px;
  display: flex;
}

.banner-l .list-dv li img {
  width: 20px;
  height: 20px;
  margin-right: 30px;
}

.banner-r {
  width: 35%;
}

.banner-r .form-bn {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 45px;
}

.banner-r .form-bn label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 10px;
}

.banner-r .form-bn input {
  background: #F0F0F0;
  border: 1px solid #F3F3F3;
  border-radius: 5px;
  height: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #1D4789;
}

.banner-r .form-bn .form-group {
  margin-bottom: 20px;
}

button.btn-tv {
  background: #0D74FF;
  border-radius: 10px;
  border: 0;
  height: 54px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  justify-content: center;
  outline: none;
  margin-top: 40px;
}

h2.title-all {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #1D4789;
  position: relative;
  margin-bottom: 45px;
}

h2.title-all::before {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -15px;
  background: #1D4789;
  left: calc(50% - 25px);
}

.dk-cty {
  padding: 60px 0;
}

.all-dk {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.all-dk-dt {
  width: 20%;
  text-align: center;
  padding: 0 20px;
}

.all-dk-dt img {
  width: 100px;
  height: 100px;
  max-width: 100%;
  max-height: 100%;
}

.all-dk-dt p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1D4789;
  margin: 0;
  margin-top: 20px;
}

.cp-cty-mid {
  background: #D7E9FF;
  border-radius: 40px;
  max-width: 1070px;
  margin: auto;
  padding: 55px 15px;
}

.w-cp-cty-mid {
  max-width: 844px;
  margin: auto;
}

.w-cp-cty-mid h2 {
  max-width: 780px;
  margin: auto;
  margin-bottom: 45px;
}

p.des-cp {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin: 0;
}

.p-es-i {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin: 0;
}

.cp-cty-mid-bot-k {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 710px;
  margin: auto;
  margin-top: 70px;
}

.cp-cty-mid-bot-k-dt {
  width: calc(50% - 25px);
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}

.cp-cty-k-title {
  background: #0D74FF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
}

.cp-cty-k-title img {
  margin-right: 15px;
}

.cp-cty-k-title h3 {
  font-weight: 700;
  font-size: 42px;
  line-height: 63px;
  text-align: center;
  color: #FFFFFF;
}

.cp-cty-k-ct {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #0D74FF;
  background: #FFFFFF;
  padding: 20px 40px;
}

.cp-cty-mid-top {
  margin-bottom: 767px;
}

.cp-cty-detail {
  position: relative;
}

.cp-cty-ab {
  top: 330px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 0;
  z-index: 1;
}


.cp-cty-lr {
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(0px 50px 70px rgba(89, 89, 89, 0.25));
  width: calc(50% - 28px);
  background: #FFFFFF;
}

.cp-cty-lr-title {
  background: #1D4789;
  text-align: center;
  padding: 20px 15px;
  height: 234px;
}

.cp-cty-lr-title-bc {
  width: 100%;
}

.cp-cty-lr-title h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 87px;
  text-align: center;
  color: #FFFFFF;
}

.cp-cty-lr-title-bc-dt {
  text-align: left;
  display: flex;
  align-items: center;
}

.cp-cty-lr-title-bc-dt {
  display: flex;
  align-items: center;
  background: #EFBB03;
  border-radius: 15px;
  padding: 0 15px;
  width: fit-content;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  height: 30px;
}

.cp-cty-lr-title-bc-dt img {
  margin-right: 8px;
}

p.tk-des {
  background: #00DC65;
  border-radius: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  height: 30px;
  padding: 0 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
}

.cp-cty-lr-title i {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  display: block;
}

.cp-cty-lr-content {
  background: #FFFFFF;
  padding: 25px 15px;
  height: calc(100% - 234px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.cp-cty-lr-content-dt {
  width: 100%;
  max-width: 612px;
  margin: auto;
}

.cp-cty-lr-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #1D4789;
  margin-bottom: 15px;
}

.cp-cty-lr-content ul {
  padding-left: 25px;
  width: calc(50% - 15px);
  list-style: disc;
  margin: 0;
}

.cp-cty-lr-content ul p {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  color: #000000;
  margin: 0;
  margin-top: 10px;
}

.cp-cty-lr-content ul.ul-p0 {
  padding-left: 0;
  list-style: none;
}

.cp-cty-lr-content ul.ul-p0 ul {
  width: 100%;
}

.cp-cty-lr-content ul ul.ul-padd {
  width: 100%;
  list-style: disc;
}

.cp-cty-lr-content ul li {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  color: #000000;
}

ul.ul-r-tv {
  list-style: none;
  padding: 0;
}

.tv-dt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tv-dt-none {
  display: none;
}

.doc-detail {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #1D4789;
  width: fit-content;
  cursor: pointer;
  margin-top: 15px;
}

button.btn-dkn {
  width: 159px;
  height: 50px;
  border: 1px solid #1D4789;
  border-radius: 10px;
  background: transparent;
  margin: auto;
  display: block;
  margin-top: 15px;
}

.cp-cty-lr-title-bc-dt.title-bc-dt-hot {
  background: #EC1A40;
}

.feature-ctt-dtw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tl-cty-bg {
  background: #EFEFEF;
  padding: 80px 0;
  margin: 100px 0;
}

.ctt-dtw-img {
  width: 31%;
}

.ctt-dtw-img img {
  margin-left: 20px;
}

.btn-tmp {
  width: 100%;
  background: #0D74FF;
  border-radius: 10px;
  border: 0;
  max-width: 237px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  margin-top: 20px;
  height: 54px;
}

.btn-tmp:hover {
  color: #FFFFFF;
}

h2.title-all.title-all-l {
  text-align: left;
}

h2.title-all.title-all-l::before {
  display: none;
}

.dtw-r {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.text-img-dtw {
  width: 33.33%;
  padding: 3% 3%;
}

.text-img-dtw div {
  text-align: left;
}

.text-img-dtw h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1D4789;
  margin-top: 15px;
}

.text-img-dtw span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  color: #000000;
  display: block;
  margin-top: 12px;
}

.yc-tt-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.yc-tt-img {
  width: 58%;
}

.yc-tt-img iframe {
  max-width: 100%;
  max-height: 100%;
}

.yc-tt-text {
  width: 38%;
}

.yc-tt-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  margin: 0;
  margin-bottom: 35px;
}

.text-img-yc-tt span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  color: #000000;
  display: block;
}

.text-img-yc-tt h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1D4789;
  margin-bottom: 5px;
}

.text-img-yc-tt {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.text-img-yc-tt img {
  width: 80px;
}

.text-img-yc-tt-t {
  width: calc(100% - 80px);
  padding-left: 25px;
}

.yc-tt-detail-tw .text-img-yc-tt img {
  width: 45px;
}

.yc-tt-detail-tw {
  margin-top: 70px;
  margin-bottom: 100px;
}

.feature-ctt-dtw-tw {
  align-items: flex-start;
}

.feature-ctt-dtw-tw .text-img-dtw {
  width: 50%;
}

.text-img-dtw a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0D74FF;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.text-img-dtw a img {
  margin-right: 8px;
}

.feature-ch-dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}

.feature-ch-lr {
  width: 48%;
}

.feature-ch-text {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(89, 89, 89, 0.25);
  border-radius: 20px;
  padding: 25px 35px;
  margin-bottom: 30px;
}

.feature-ch-text-block strong {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding-right: 20px;
  width: calc(100% - 34px);
  color: #000000;
}

.feature-ch-text.active .feature-ch-text-block strong {
  color: #1D4789;
  font-weight: 700;
}

.feature-ch-text-block {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.feature-ch-text-none p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin: 0;
  margin-top: 25px;
}

.feature-ch-text-none {
  display: none;
}

.feature-ch-text-none ul li {
  color: #000000;
}

.feature-hd-kd-dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feature-hd-kd-col {
  width: 31%;
}

.feature-hd-kd-col .img-top img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.date-cm p img {
  margin-right: 8px;
  width: 22px;
}

.date-cm p {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #000000;
}

.date-cm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}

.date-cm span {
  margin: 0 10px;
  color: #000000;
}

.feature-hd-kd-col h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #1D4789;
  margin-bottom: 10px;
}

.p-des {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 18px;
}

.name-dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #000000;
  padding-top: 20px;
}

.name-an img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}

.name-an {
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  color: #000000;
}

.feature-hd-kd {
  padding: 140px 0;
}

.feature-hd-kd h2 {
  margin-bottom: 65px;
}

.name-dt a {
  background: #1D4789;
  border-radius: 8px;
  height: 50px;
  display: flex;
  align-items: center;
  width: 135px;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  color: #FFFFFF;
}

.name-dt a img {
  margin-left: 15px;
}

.footer-kd {
  background: #F3F3F3;
  padding: 70px 0;
}

.foot-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fooot-col {
  width: 18%;
}

.fooot-col.fooot-col-logo img {
  max-width: 240px;
  margin-bottom: 35px;
  width: 100%;
}

.fooot-col.fooot-col-logo p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}

.fooot-col ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 30px;
  display: block;
}

.fooot-col ul li:last-child a {
  margin-bottom: 0;
}

.fooot-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fooot-col h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 30px;
}

.fooot-col a.btn-ct img {
  margin-right: 15px;
}

.fooot-col a.btn-ct {
  background: #1D4789;
  border-radius: 40px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  width: 210px;
  padding: 0 20px;
  margin-bottom: 15px;
}

a.btn-ct.btn-ct-tw {
  background: #00B1FF;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

}

@media (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1550px) {
  .container {
    max-width: 1470px;
  }
}

@media (max-width: 1500px) {
  .yc-tt-img iframe {
    max-height: 550px;
  }
}

@media (max-width: 1400px) {
  .nav-header .nav-brand img {
    max-width: 200px;
  }

  .banner-l h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .list-dv {
    padding: 20px 25px;
  }

  .banner-l .list-dv li img {
    margin-right: 20px;
  }

  .banner-l li {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-l {
    width: 55%;
    max-width: 588px;
  }

  .banner-r {
    width: 40%;
  }

  .banner-r .form-bn {
    padding: 30px;
  }

  h2.title-all {
    font-size: 34px;
    line-height: 42px;
  }

  .all-dk-dt img {
    width: 80px;
    height: 80px;
  }

  .all-dk-dt {
    padding: 0 10px;
  }

  .all-dk-dt p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }

  .cp-cty-mid-top {
    margin-bottom: 835px;
  }

}

@media (max-width: 1300px) {
  .xs-menu ul.nav-menu>li>a {
    padding: 10px 18px;
  }

  .xs-menu ul.nav-menu>li a.scrolls.scrolls-deck span {
    padding: 0 25px;
  }

  .cp-cty-ab {
    top: 300px;
  }
}

@media (max-width: 1200px) {
  .xs-menu ul.nav-menu>li>a {
    padding: 10px 12px;
  }

  .banner-l h1 {
    font-size: 42px;
    line-height: 52px;
    max-width: 500px;
  }

  .banner-l {
    max-width: 555px;
    width: 52%;
  }

  .banner-r {
    width: 46%;
  }

  .container {
    max-width: 100% !important;
  }


  .cp-cty-ab {
    display: flex;
    position: static;
    margin-bottom: 40px;
  }

  .cp-cty-ab.cp-cty-ab-mb:last-child {
    margin-bottom: 0;
  }

  .cp-cty-lr {
    width: calc(50% - 10px);
  }

  .cp-cty-mid-top {
    margin-bottom: 40px;
  }

  .cp-cty-lr-title h2 {
    font-size: 50px;
    line-height: 80px;
  }

  p.tk-des {
    padding: 0 20px;
  }

  .foot-detail {
    justify-content: flex-start;
  }

  .fooot-col {
    width: 33.33%;
    padding: 2%;
  }

  h2.title-all {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .ctt-dtw-img {
    width: 33%;
  }

  .yc-tt-img {
    width: 48%;
  }

  .yc-tt-text {
    width: 49%;
  }

  .yc-tt-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .text-img-yc-tt {
    margin-bottom: 15px;
  }

  .text-img-yc-tt-t {
    padding-left: 15px;
    width: calc(100% - 68px);
  }

  .text-img-yc-tt img {
    width: 68px;
  }

  .text-img-yc-tt h3 {
    font-size: 16px;
  }

  .yc-tt-detail-tw .text-img-yc-tt img {
    width: 35px;
  }

  .yc-tt-detail-tw .text-img-yc-tt-t {
    width: calc(100% - 35px);
  }

  .text-img-dtw {
    padding: 3% 2%;
  }
}

@media (max-width: 1100px) {
  .feature-ch-text {
    padding: 20px 15px;
  }

  .feature-ch-text-block strong {
    font-size: 18px;
    padding-right: 15px;
    width: calc(100% - 25px);
  }

  .feature-ch-text-none p {
    font-size: 16px;
    margin-top: 15px;
  }

  .feature-ch-text-block img {
    width: 25px;
  }

  .feature-ch-lr {
    width: 48.5%;
  }

  .feature-hd-kd-col {
    width: 32%;
  }

  .banner-top {
    padding: 60px 0;
  }

  .dk-cty {
    padding: 45px 0;
  }

  .cp-cty-mid {
    padding: 40px 15px;
    border-radius: 20px;
  }

  .cp-cty-mid-bot-k {
    margin-top: 45px;
  }

  .cp-cty-k-ct {
    padding: 20px 15px;
    font-size: 20px;
    line-height: 28px;
  }

  .cp-cty-k-title img {
    width: 80px;
  }

  .cp-cty-k-title {
    padding: 20px 20px;
  }

  .tl-cty-bg {
    padding: 40px 0;
    margin: 60px 0;
  }

  .feature-hd-kd {
    padding: 60px 0;
  }

  .footer-kd {
    padding: 45px 0;
  }

  .fooot-col a.btn-ct {
    height: 48px;
    font-size: 20px;
    line-height: 25px;
    width: 179px;
    padding: 0 16px;
  }

  .fooot-col a.btn-ct img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  p.des-cp {
    font-size: 16px;
    line-height: 26px;
  }

  .cp-cty-k-title h3 {
    font-size: 33px;
    line-height: 56px;
  }

  .fooot-col.fooot-col-logo p {
    font-size: 16px;
  }

  .fooot-col h4 {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .navigation-left {
    padding: 15px 0;
  }

  .nav-header .nav-brand img {
    max-width: 180px;
    width: 100%;
  }

  .banner-l {
    max-width: 100%;
    width: 100%;
  }

  .banner-r {
    width: 100%;
    margin-top: 40px;
  }

  .all-dk {
    justify-content: center;
  }

  .all-dk-dt {
    width: 33.33%;
    padding: 10px;
  }

  .cp-cty-lr {
    width: 100%;
    margin-bottom: 30px;
  }

  .cp-cty-lr-content-dt {
    max-width: 100%;
  }

  .ctt-dtw-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .dtw-r {
    width: 100%;
  }

  .feature-hd-kd-dt {
    justify-content: center;
  }

  .feature-hd-kd-col {
    width: 50%;
    padding: 2% 1.5%;
  }

  .feature-hd-kd-col h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .ctt-dtw-img img {
    margin-left: 0;
  }

  .btn-tmp {
    height: 48px;
    max-width: 200px;
    font-size: 18px;
    line-height: 24px;
  }

  .btn-tv {
    height: 48px;
    font-size: 18px;
    line-height: 24px;
  }

  .banner-r .form-bn {
    padding: 20px;
  }

  .banner-r .form-bn input {
    height: 48px;
  }

  .all-dk-dt img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .yc-tt-img iframe {
    max-height: 450px;
  }

  .cp-cty-mid-bot-k-dt {
    width: 100%;
    margin-bottom: 30px;
  }

  .cp-cty-mid-bot-k-dt:last-child {
    margin-bottom: 0;
  }

  .cp-cty-k-title {
    justify-content: center;
  }

  .fooot-col {
    width: 50%;
  }

  .text-img-dtw {
    width: 33.33%;
    padding: 2% 2%;
  }

  .text-img-dtw h3 {
    font-size: 16px;
  }

  .text-img-dtw span {
    font-size: 13px;
  }

  .yc-tt-img {
    width: 100%;
    margin-top: 30px;
  }

  .yc-tt-text {
    width: 100%;
    margin-top: 30px;
  }

  .yc-tt-detail-tw {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .feature-ch-lr {
    width: 100%;
  }

  .date-cm span {
    display: none;
  }

  .date-cm {
    margin: 10px 0;
  }

  .date-cm p {
    width: 100%;
    text-align: left;
  }

  .p-des {
    font-size: 14px;
  }
}


@media (max-width: 574px) {
  .banner-l h1 {
    font-size: 38px;
    line-height: 48px;
    max-width: 455px;
  }

  .list-dv {
    padding: 20px 15px;
  }

  .banner-r .form-bn {
    padding: 20px 15px;
  }

  .all-dk-dt {
    width: 50%;
    padding: 10px;
  }

  .fooot-col {
    width: 100%;
  }

  .text-img-dtw {
    width: 100%;
    padding: 3% 0;
  }

  .feature-hd-kd-col {
    width: 100%;
    padding: 2% 0;
  }

  .hot-l strong {
    font-size: 14px;
  }

  .feature-ctt-dtw-tw .text-img-dtw {
    width: 100%;
    padding: 3% 0;
  }

  .cp-cty-lr-content ul {
    width: 100%;
    margin-bottom: 20px;
  }

  .cp-cty-lr-content ul.ul-p0 ul {
    margin-bottom: 0;
  }
}