/* �ｸｰ�ｳｸ �侃�ム�攵 ��作┳ �ｴ一ｸｰ�剩 */
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  all: unset;
  cursor: pointer;
}

i {
  font-style: normal;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* �床�敢 ���圸 */
/* @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;
} */

body {
  /* font-family: "Pretendard-Regular"; */
  /* white-space: nowrap; */
}

/* ��作┳ */
.reset-margin {
  margin: 0 !important;
}

.align-right {
  text-align: right;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-row-horizontal-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.flex-row-vertical-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-row-all-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.flex-row-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-row-center-between {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.flex-row-center-between.hasError {
  margin-bottom: 40px;
}

.errorMsg {
  margin-top: 75px;
  margin-left: 90px;
  position: absolute;
  color: red;
}

.flex-col-all-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.font-black {
  color: #1a1a1a !important;
}

.font-white {
  color: #ffffff !important;
}

.font-light-gray {
  color: #e9eaeb !important;
}

.font-dark-gray {
  color: #586063;
}

.font-sky-blue {
  color: #1a8fe4 !important;
}

.text-center {
  text-align: center;
}

.sky-blue {
  background-color: #1ab6e4;
}

.blue {
  background-color: #1a8fe4;
}

.deep-blue {
  background-color: #3d4fd1;
}

.navy {
  background-color: #2c3785;
}

.light-gray {
  background-color: #fafafa;
}

/* �陸�鵠 */
/* header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 0px;
  display: inline-block;
  width: 100%;
  height: 119px;
  border: 1px solid #bed1d7;
  background-color: #ffffff;
  z-index: 10000;
} */

.header-container {
  margin: 0 auto;
  width: 1400px;
  color: #1a1a1a;
}

.logo-wrapper {
  display: inline-block;
  padding: 33px 0;
/*padding: 36px 0;*/
}

.header-menu-wrapper {
  display: inline-block;
}

.header-menu-wrapper::after {
  clear: both;
}

.header-menu-wrapper li {
  float: left;
  margin-left: 12.5px;
/*  width: 112.5px; */
  width: 141.5px;
  border-bottom: 3px solid #ffffff;
}

.header-menu-wrapper li a {
  display: inline-block;
  padding: 40px 0;
  width: 100%;
  font-size: 17px;
  text-align: center;
}

.header-menu-wrapper li:hover,
.header-menu-wrapper li.active {
  border-bottom: 3px solid #1ab6e4;
}

.header-menu-wrapper li:hover a,
.header-menu-wrapper li.active a {
  font-weight: 500;
  color: #1ab6e4;
}

.header-btn {
  display: inline-block;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  border-radius: 100px;
}

.header-btn.help {
  margin-left: 69px;
  width: 140px;
  background-color: #ffffff;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.12);
}

.header-btn.demo {
  margin-left: 12px;
  width: 184px;
  background-color: #2c3785;
  color: #ffffff;
}

/* �陸�鵠 �葺�卿 �└�ｹ��ｲ護擽�┣ ���溜 */
nav {
  visibility: hidden;
  position: fixed;
  top: 117px;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #ffffff;
  z-index: 9999;
}

nav.active {
  visibility: visible;
  height: 372px;
  transition: all 0.3s;
  border-radius: 0 0 50px 50px;
  box-shadow: 0px 2px 9.8px 0.2px rgba(0, 0, 0, 0.15);
}

.nav-container {
  margin: 0 auto;
  width: 1400px;
  height: 100%;
}

.nav-menu-wrapper {

/*width: 862.5px;*/
  width: 725px;
  height: 100%;
/*margin-left: 157px;*/
  margin-left: 247px;
}

.nav-section {
  padding-top: 10px;
  width: 112.5px;
  text-align: center;
}

.nav-section li a {
  display: inline-block;
  padding: 20px 0;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
}

.nav-section li a:hover {
  font-weight: 500;
  color: #1ab6e4;
}

.nav-section:not(:first-child) {
  margin-left: 12.5px;
}

/* �昼�┣ */
/* footer {
  padding: 72px 0;
  width: 100%;
  background-color: #ffffff;
} */

/* .footer-container {
  margin: 0 auto;
  width: 1400px;
} */

/* .footer-text {
  margin-left: 60px;
  font-size: 14px;
  line-height: 24px;
  color: #586063;
} */

/* �ｻｨ��川ｸ� ���溜 (�ｻｨ��護擽�ц) */
.content-container {
  margin: 0 auto;
  width: 1400px;
}

.content-container.under-header {
  margin-top: 104px;
}

.content-wide-container {
  width: 100%;
}

.content-narrow-container {
  margin: 0 auto;
  width: 1082px;
}

.content-medium-container {
  margin: 0 auto;
  width: 1320px
}

.content-super-narrow-container {
  margin: 0 auto;
  width: 900px;

}

/* �ｩ肥攤 */
.main-sec1-wrapper {
  padding: 80px 0 120px 0;
}

.main-sec1-cnt {
  min-height: 632px;
  background-image: url("main-section1.png");
  background-repeat: no-repeat;
  background-size: 100% 632px;
}

.main-sec1-cnt .text-wrapper {
  padding: 210px 0 0 49px;
}

.main-sec1-cnt .text-wrapper .sub-title {
  color: #333333;
}

.main-sec1-cnt .text-wrapper .main-title {
  font-size: 84px;
}

.sub-title {
  font-size: 22px;
  line-height: 26px;
  color: #939fa4;
}

.main-title {
  margin-top: 8px;
  font-size: 48px;
  font-weight: 600;
  color: #333333;
}

.explain {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}

.main-sec1-cnt .btn-wrapper {
  margin-top: 80px;
}

.main-btn {
  display: inline-block;
  padding: 20px 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  border-radius: 32px;
}

.main-btn.white {
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.16);
}

.main-btn.navy {
  margin-left: 8px;
  background-color: #2c3785;
  color: #ffffff;
}

.main-btn-medium {
  display: inline-block;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  border-radius: 32px;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.16);
}

.main-btn-medium.white {
  background-color: #ffffff;
  color: #333333;
}

.main-btn-medium.navy {
  margin-left: 8px;
  background-color: #2c3785;
  color: #ffffff;
}

.main-sec2-wrapper {
  padding: 80px 0 28px 0;
  text-align: center;
}

.sec2-img {
  margin-top: 67px;
}

.main-sec3-wrapper {
  padding: 80px 0 120px 0;
  text-align: center;
}

.main-sec3-wrapper .explain {
  margin-top: 0;
}

.logo-slide-wrapper {
  margin: 0 auto;
  padding: 90px 0 100px 0;
  width: 1400px;
  overflow: hidden;
}

@keyframes logo-slide {
  from {
    transform: translateX(0px);
  }

  to {
    transform: translateX(-2734px);
    -webkit-transform: translateX(-2734px);
    -moz-transform: translateX(-2734px);
    -ms-transform: translateX(-2734px);
    -o-transform: translateX(-2734px);
  }
}

.logo-slide-wrapper img {
  width: 4134px;
  animation: logo-slide ease-in-out 30s 1s infinite alternate;
}

.main-sec4-wrapper {
  padding-bottom: 120px;
}

.main-sec4-wrapper .sub-sec {
  padding-top: 80px;
}

.main-sec4-wrapper .text-wrapper {
  margin-top: 97px;
}

.main-sec4-wrapper .more-btn {
  margin-top: 80px;
  max-width: 70%;
  font-size: 18px;
  color: #586063;
  cursor: pointer;
}

.main-sec4-wrapper .more-btn img {
  margin-left: 18px;
}

.main-sec4-wrapper video {
  width: 730px;
  height: 469px;
  background-color: #eeeeee;
  border-radius: 12px;
}

.main-sec5-wrapper {
  padding: 80px 0 120px 0;
  width: 100%;
  background-color: #f8fdff;
  text-align: center;
}

.main-sec6-wrapper {
  padding-top: 72px;
}

.main-sec6-cnt {
  min-height: 595px;
  background-image: url("main-section6.png");
  background-repeat: no-repeat;
  background-size: 100% 595px;
}

.start-step-wrapper {
  margin-top: 75px;
  width: 100%;
}

.step-card {
  position: relative;
  padding: 100px 25px 50px;
  width: 320px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 3px 24px #bed1d7;
  box-sizing: border-box;
  color: #000000;
}

.card-circle-number {
  position: absolute;
  top: -35px;
  left: 120px;
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 24px;
  font-weight: 700;
  line-height: 80px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

.card-text-wrapper {
  height: 265px;
}

.step-card .card-title {
  font-size: 24px;
  font-weight: 600;
}

.card-explain {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

.main-sec7-wrapper {
  padding: 80px 0 120px 0;
}

.service-card-wrapper {
  margin-top: 90px;
  text-align: center;
}

.service-card-row:last-child {
  margin-top: 30px;
}

.service-card {
  position: relative;
  padding: 40px;
  width: 532px;
  height: 542px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 3px 24px rgba(190, 209, 215, 0.25);
  border-radius: 16px;
  text-align: left;
}

.service-card-row .service-card:last-child {
  margin-left: 52px;
}

.service-card .card-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
}

.service-card .card-explain {
  padding-top: 32px;
}

.service-card>.card-icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

/* �寥�〓�敢�｡罹級�侃 */
.tronics-sec1-wrapper {
  padding: 140px 0 120px;
  background-color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

.tronics-sec1-wrapper>img {
  margin-bottom: 48px;
}

.explain.tronics {
  margin-top: 12px;
}

.tronics-sec1-banner {
  margin-top: 80px;
  height: 600px;
  background-image: url("worktronics-section2.png");
  background-repeat: no-repeat;
  background-color: #4e7fff;
  text-align: left;
  border-radius: 32px;
}

.tronics-sec1-banner .text-wrapper {
  position: relative;
  padding: 160px 60px 80px 60px;
  color: #ffffff;
}

.tronics-sec1-banner .text-wrapper .underline {
  position: absolute;
  top: 220px;
  width: 274px;
  height: 22px;
  background: rgba(253, 255, 131, 0.5);
}

.tronics-sub-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  color: #1ab6e4;
}

.tronics-main-title {
  margin-top: 8px;
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
  white-space: nowrap;
}

.tronics-explain {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  color: #222222;
}

.tronics-sec1-banner .btn-wrapper {
  padding-left: 40px;
}

.tronics-sec2-wrapper {
  padding: 80px 0 120px 0;
  text-align: center;
}

.tronics-sec2-card-row {
  margin-top: 80px;
}

.tronics-sec2-card-row:last-child {
  margin-top: 44px;
}

.tronics-sec2-card {
  padding: 40px;
  width: 437px;
  height: 237px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  text-align: left;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
  border-radius: 32px;
}

.tronics-sec2-card:nth-child(2n) {
  margin-left: 32px;
}

.tronics-sec2-card .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.tronics-sec2-card img {
  margin-bottom: 12px;
}

.tronics-sec3-wrapper {
  margin: 0 auto;
  padding: 80px 0 120px 0;
  width: 1200px;
  text-align: center;
}

.tronics-architec-wrapper {
  width: 100%;
  margin-top: 80px;
}

.tronics-architec-wrapper.line-bg {
  margin-top: 40px;
  background-image: url("line-background.png");
  background-repeat: no-repeat;
  background-position: center;
}

.architec-first-label {
  padding: 34px 0;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  text-align: center;
  border: 2px solid #1ab6e4;
  border-radius: 24px 24px 0px 0px;
  background-color: #f8fdff;
}

.architec-sec-label {
  padding: 24px 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #1ab6e4;
}

.architec-sec-label.cell-ver {
  padding: 0;
  margin-bottom: 22px;
}

.architec-text-box {
  margin-top: 24px;
  width: 380px;
  height: 137px;
  font-size: 20px;
  line-height: 137px;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #1ab6e4;
  box-sizing: border-box;
}

.architec-icon-box {
  position: relative;
  padding: 16px 0;
  margin: 16px 0 80px 0;
  width: 380px;
  height: 137px;
  font-size: 20px;
  color: #222222;
  box-sizing: border-box;
  background-color: #f4f4f4;
}

.architec-num-circle {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
  color: #ffffff;
  background-color: #1ab6e4;
  border-radius: 50%;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.architec-num-circle.right-top {
  position: absolute;
  top: 8px;
  right: 8px;
}

.edu-module-circle {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
  background-color: #EEEEEE;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  text-align: center;
}

.edu-module-circle.yellow {
  top: 650px;
  color: #ecd610;
}

.edu-module-circle.red {
  top: 650px;
  color: #ff4d4d;
}

.edu-module-circle.blue {
  top: 875px;
  color: #1d71ef;
}

.edu-module-circle.navy {
  top: 875px;
  color: #0b0438;
}

.architec-text-label {
  position: relative;
  padding: 10px 8px;
  background-color: #e3f9ff;
  font-size: 20px;
  color: #1ab6e4;
  border: 1px solid #1ab6e4;
}

.architec-text-label div {
  flex: 1;
  justify-content: center;
}

.architec-text-label:not(:first-child) {
  margin-top: 32px;
}

.architec-sec-label.cell-ver>span {
  flex: 1;
  padding: 24px 0;
}

.architec-sec-label.cell-ver>span:not(:last-child) {
  border-right: 1px solid #ffffff;
}

.architec-round-label {
  padding: 24px 0;
  margin-bottom: 12px;
  width: 280px;
  font-size: 20px;
  color: #1ab6e4;
  background-color: #e3f9ff;
  border-radius: 32px;
  border: 1px solid #1ab6e4;
}

.architec-popup {
  display: none;
  position: absolute;
  padding: 24px;
  width: 434px;
  height: 202px;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 1px 24px #b8c6cc;
  z-index: 999;
}

.architec-popup.active {
  display: block;
}

.architec-popup .popup-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #222222;
}

.architec-popup .popup-cnt {
  margin-top: 14px;
  font-size: 15px;
  line-height: 28px;
  color: #586063;
}

.architec-popup.box {
  top: 58px;
  left: 125px;
}

.architec-popup.box-right {
  top: 58px;
  right: 15px;
}

.architec-popup.label {
  top: 13px;
  left: 55px;
}

.edu-module-popup {
  display: none;
  position: absolute;
  padding: 24px;
  width: 334px;
  height: 372px;
  box-sizing: border-box;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0px 1px 24px #b8c6cc;
  z-index: 999;
}

.edu-module-popup.active {
  display: block;
  pointer-events: none;
}

.edu-module-popup .popup-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #222222;
}

.edu-module-popup .popup-cnt {
  margin-top: 14px;
  font-size: 15px;
  line-height: 28px;
  color: #586063;
}

.edu-module-popup.yellow {
  top: 703px;
  left: 855px;
}

.edu-module-popup.red {
  top: 703px;
  left: 1155px;
  height: 312px;
}

.edu-module-popup.blue {
  top: 928px;
  left: 855px;
  height: 342px;
}

.edu-module-popup.navy {
  top: 928px;
  left: 1155px;
  height: 312px;
}

.edu-module-popup.box-right {
  top: 23px;
  right: 25px;
}

.edu-module-popup.label {
  top: 13px;
  left: 40px;
}

.plus-banner-bg {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 315px;
  background-image: url("plus-ai-background.png");
  background-repeat: no-repeat;
  background-size: 100% 315px;
}

.plus-banner-wrapper {
  margin: 0 auto;
  width: 1400px;
  height: 100%;
}

.plus-text-wrapper .main-text {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
  color: #ffffff;
}

.plus-text-wrapper .explain-text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 22px;
  color: #e9eaeb;
}

.plus-btn-wrapper {
  width: 300px;
  height: 192px;
  background-image: url("plus-ai-more-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  cursor: pointer;
}

.plus-btn-text {
  margin-left: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 192px;
  color: #ffffff;
}

.plus-btn-wrapper>img {
  float: right;
  margin-top: 50px;
}

.tronics-sec4-wrapper {
  padding: 80px 0 120px 0;
  text-align: center;
}

.case-card-wrapper {
  margin-top: 124px;
  width: 100%;
}

.case-card {
  position: relative;
  padding: 44px 45px;
  width: 300px;
  height: 268px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 3px 24px #bed1d7;
  box-sizing: border-box;
  color: #000000;
}

.case-card img {
  position: absolute;
  top: -84px;
  left: 90px;
  display: inline-block;
  width: 120px;
  height: 120px;
}

.case-card-text-wrapper {
  height: 265px;
}

.case-card .card-title {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
}

.case-card .card-explain {
  margin-top: 45px;
  font-size: 16px;
  line-height: 24px;
}

.tronics-sec4-wrapper .btn-wrapper {
  margin-top: 80px;
}

.tronics-sec5-wrapper {
  padding: 80px 0 120px 0;
  text-align: center;
}

.qna-wrapper {
  margin-top: 40px;
}

.question-line {
  margin-top: 32px;
  padding: 35px 40px;
  font-size: 22px;
  font-weight: 500;
  color: #586063;
  background-color: #fafafa;
  border-radius: 32px;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.question-line.inner {
  margin-top: 0;
  box-shadow: none;
  color: #333333;
}

.question-line.active {
  font-weight: 600;
  color: #1ab6e4;
}

.answer-box {
  display: none;
  margin-top: 20px;
  padding: 40px;
  width: 100%;
  max-height: 845px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 32px;
  border: 1px solid #e9eaeb;
  overflow-y: auto;
}

.answer-cnt {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #586063;
  text-align: left;
}

/* �ｵ川悖 �ｻｨ��川ｸ� Edu Plan */
.edu-main-wrapper {
  padding: 220px 0 120px 0;
  text-align: center;
}

.icon-main-title {
  margin-top: 32px;
  font-size: 48px;
  font-weight: 700;
  color: #333333;
  line-height: 58px;
}

.icon-explain {
  margin-top: 8px;
  font-size: 20px;
  line-height: 27px;
  color: #222222;
}

.edu-module-wrapper {
  margin-top: 80px;
  padding: 45px 60px;
  background-color: #ffffff;
  border-radius: 32px;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
}

.edu-module-wrapper .text-wrapper {
  margin-top: 55px;
  text-align: left;
}

.edu-module-wrapper .text-wrapper .main-text {
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #222222;
}

.edu-module-wrapper .text-wrapper .sub-text {
  padding: 16px 0 40px 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}

.edu-module-card {
  padding: 32px;
  width: 300px;
  box-sizing: border-box;
  text-align: left;
  color: #ffffff;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.16);
  border-radius: 32px 32px 0px 32px;
  cursor: pointer;
}

.edu-module-card.yellow {
  background-color: #ecd610;
}

.edu-module-card.red {
  margin-left: 24px;
  background-color: #ff4d4d;
}

.edu-module-card.blue {
  margin-top: 20px;
  background-color: #1d71ef;
}

.edu-module-card.navy {
  margin: 20px 0 0 24px;
  background-color: #0b0438;
}

.edu-module-card>img {
  width: 88px;
  height: 88px;
}

.edu-module-card div:first-child {
  font-size: 16px;
  font-weight: 300;
}

.edu-module-card div:last-child {
  margin-top: 4px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}

.type-btn-group-wrapper {
  padding: 120px 0 40px 0;
}

.type-btn-group-wrapper.narrow {
  padding: 80px 0 40px 0;
}

.type-btn {
  display: inline-block;
  width: 200px;
  height: 60px;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  border-radius: 100px;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  color: #1a1a1a;
}

.type-btn.active {
  background-color: #1ab6e4;
  color: #ffffff;
}

.event {
  margin-left: 24px;
}

.manual {
  margin-left: 24px;
}

.type-btn:last-child {
  margin-left: 24px;
}

.type-btn-group-wrapper.video-demo>.type-btn:not(:last-child) {
  margin-right: 24px;
}

.type-btn-group-wrapper.video-demo>.type-btn:last-child {
  margin-left: 0;
}

.selection-box {
  display: inline-block;
  padding: 15px;
  width: 62px;
  height: 62px;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
}

.selection-box img {
  vertical-align: super;
}

.selection-page-wrapper {
  margin: 0 32px;
}

.selection-box.page {
  margin-left: 8px;
}

.selection-box span {
  display: inline-block;
  padding-top: 10px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}

.selection-box.page.active {
  background-color: #1ab6e4;
}

.selection-box.page.active span {
  color: #ffffff;
}

.selection-text {
  margin: 0 14px;
  padding: 20px 28px;
  font-weight: 600;
  font-size: 28px;
  line-height: 21px;
  background: #ffffff;
  border: 1px solid #1ab6e4;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.edu-list-wrapper,
.research-list-wrapper {
  margin: 40px 0 120px 0;
  padding: 40px;
  width: 100%;
  height: 1120px;
  box-sizing: border-box;
  border: 1px solid #e9eaeb;
  border-radius: 24px;
  color: #333333;
}

.research-list-wrapper {
  margin: 0 0 120px 0;
}

.edu-list-header,
.research-list-header {
  padding: 32px 0;
  background: #fafafa;
  border-radius: 32px;
}

.edu-list-header>span,
.research-list-header>span {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
}

.edu-list-header>span:nth-child(1),
.edu-list-cnt li span:nth-child(1) {
  width: 72px;
}

.edu-list-header>span:nth-child(2),
.edu-list-cnt li span:nth-child(2) {
  width: 72px;
}

.edu-list-header>span:nth-child(3),
.edu-list-cnt li span:nth-child(3) {
  width: 350px;
}

.edu-list-header>span:nth-child(4),
.edu-list-cnt li span:nth-child(4) {
  width: 606px;
}

.edu-list-cnt li span:nth-child(4) {
  text-align: left;
  width: 606px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.edu-list-header>span:nth-child(5),
.edu-list-cnt li span:nth-child(5) {
  width: 180px;
}

.edu-list-cnt,
.research-list-cnt {
  display: inline-block;
  width: 100%;
}

.edu-list-cnt li,
.research-list-cnt li {
  padding: 30px 0;
  border-bottom: 1px solid #e9eaeb;
}

.research-list-cnt li {
  cursor: pointer;
}

.edu-list-cnt li span,
.research-list-cnt li span {
  display: inline-block;
  font-size: 16px;
}

.research-list-header>span.no,
.research-list-cnt li span.no {
  width: 72px;
}

.research-list-header>span.process {
  width: 180px;
}

.research-list-header>span.title {
  flex: 1;
}

.research-list-header>span.date,
.research-list-cnt li span.date {
  width: 180px;
}

.research-list-cnt li span.process {
  width: 180px;
  padding: 0 20px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.research-list-cnt li span.title {
  flex: 1;
  margin-left: 8px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.edu-list-cnt li a {
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  color: #ffffff;
  background-color: #1ab6e4;
  border-radius: 32px;
}

.edu-no-data {
  margin-top: 360px;
  font-weight: 500;
  font-size: 24px;
}

.video-demo-no-data {
  margin-top: 150px;
  margin-bottom: 100px;
  font-weight: 500;
  font-size: 24px;
}

.event-list-no-data {
  margin-top: 200px;
  margin-bottom: 200px;
  font-weight: 500;
  font-size: 24px;
}

.winner-list-no-data {
  margin-top: 200px;
  margin-bottom: 200px;
  font-weight: 500;
  font-size: 24px;
}

#calendar-container {
  display: none;
}

.edu-banner-bg {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 315px;
  background-image: url("edu-banner-background.png");
  background-repeat: no-repeat;
  background-size: 100% 315px;
}

.edu-banner-btn-wrapper {
  width: 300px;
  height: 192px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  cursor: pointer;
}

.edu-banner-btn-wrapper.demo {
  background-image: url("edu-banner-btn-bg1.png");
}

.edu-banner-btn-wrapper.consulting {
  background-image: url("edu-banner-btn-bg2.png");
}

.edu-banner-btn-wrapper.consulting2 {
  background-image: url("free-consulting-background.png");
}

.edu-banner-btn-wrapper.worktronics {
  background-image: url("use-worktronics-background.png");
}

.edu-banner-btn-text {
  display: inline-block;
  margin: 60px 0 0 32px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.edu-banner-btn-text>span {
  font-size: 12px;
}

.edu-banner-btn-wrapper>img {
  float: right;
  margin-top: 60px;
}

#dimmed-view {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

#popup-view {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

#form-modal {
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  display: inline-block;
  padding: 30px;
  width: 800px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 16px;
}

.modal-close-btn {
  display: block;
  float: right;
  cursor: pointer;
}

.modal-title {
  margin-top: 50px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
}

.modal-subtitle {
  margin-top: 20px;
  font-size: 15px;
  line-height: 18px;
  color: #222222;
  text-align: center;
}

.modal-form-wrapper {
  margin: 0 auto;
  padding: 40px 0;
  width: 530px;
}

.modal-input-wrapper>span,
.modal-checkbox-wrapper>span {
  font-size: 15px;
  font-weight: 500;
}

.popup-checkbox-wrapper>span {
  font-size: 15px;
  font-weight: 500;
}

.modal-input-wrapper>input {
  width: 450px;
  font-size: 12px;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #B8C6CC;
  border-radius: 12px;
}

.modal-input-wrapper>textarea {
  width: 450px;
  font-size: 12px;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #B8C6CC;
  border-radius: 12px;
}

.modal-input-wrapper>textarea.hasError {
    border: 1px dashed red;
    background: #fee;
}

.modal-input-wrapper>input.hasError {
    border: 1px dashed red;
    background: #fee;
}

.modal-input-wrapper>textarea.hasError {
    border: 1px dashed red;
    background: #fee;
}

.modal-input-wrapper>input:focus {
  border: 1px solid #1AB6E4;
}

.modal-input-wrapper>textarea:focus {
  border: 1px solid #1AB6E4;
}

.modal-input-wrapper:not(:first-child) {
  margin-top: 20px;
}

.modal-checkbox-wrapper {
  margin-top: 20px;
  cursor: pointer;
}

.modal-checkbox-wrapper>div:first-child {
  flex: 1;
}

.modal-checkbox-wrapper>img {
  margin-left: 8px;
}

.popup-checkbox-wrapper {
  margin-top: 20px;
  cursor: pointer;
}

.popup-checkbox-wrapper>div:first-child {
  flex: 1;
}

.popup-checkbox-wrapper>img {
  margin-left: 8px;
}

input[id="cb"]+label {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("checkbox-default.png");
  cursor: pointer;
}

input[id="cb"]:checked+label {
  background: url("checkbox-checked.png");
}

input[id="cb"] {
  display: none;
}

input[id="popupCheck"]+label {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("checkbox-default.png");
  cursor: pointer;
}

input[id="popupCheck"]:checked+label {
  background: url("checkbox-checked.png");
}

input[id="popupCheck"] {
  display: none;
}

.terms-wrapper {
  display: none;
  margin-top: 20px;
  padding: 20px;
  height: 260px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 21px;
  color: #222222;
  border: 1px solid #AEE6F7;
  border-radius: 16px;
  overflow-y: auto;
  text-align: left;
}

.popup-wrapper {
  display: none;
  margin-top: 20px;
  padding: 20px;
  height: 150px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 21px;
  color: #222222;
  border: 1px solid #AEE6F7;
  border-radius: 16px;
  overflow-y: auto;
  text-align: left;
}

.full-w-btn {
  display: inline-block;
  margin-top: 40px;
  width: 100%;
  padding: 16px 0;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background-color: #1AB6E4;
  border-radius: 8px;
}

.full-p-btn {
  display: inline-block;
  margin-top: 40px;
  width: 100%;
  padding: 16px 0;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background-color: #1AB6E4;
  border-radius: 8px;
}

/* ��懦宙��語ｰ�&�ｩ罷俺�名 */
.research-wrapper,
.video-demo-wrapper,
.rpa-intro-wrapper {
  padding: 220px 0 120px 0;
  text-align: center;
}

.research-banner-bg {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 315px;
  background-image: url("research-banner-background.png");
  background-repeat: no-repeat;
  background-size: 100% 315px;
}

/* ��懦宙��語ｰ�&�ｩ罷俺�名 �メ�┷ */

.resrch-detail-wrapper {
  display: inline-block;
  padding: 40px;
  margin-bottom: 40px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #E9EAEB;
  border-radius: 32px;
  color: #333333;
}

.resrch-title-wrapper {
  padding: 35px 0;
  background: #FAFAFA;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 500;
}

.rounded-line-wrap {
  padding: 35px 54px;
  width: 100%;
  box-sizing: border-box;
  background: #FAFAFA;
  border-radius: 32px;
  font-size: 16px;
}

.rounded-line-wrap span:nth-child(1) {
  width: 72px;
}

.rounded-line-wrap span:nth-child(2) {
  flex: 1;
  margin-left: 8px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rounded-line-wrap span:nth-child(3) {
  width: 180px;
}

.resrch-cnt-wrapper {
  margin: 20px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.rounded-line-wrap.preview span:nth-child(1) {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #586063;
}

.rounded-line-wrap.preview span:nth-child(2) {
  font-weight: 500;
  font-size: 20px;
  color: #939FA4;
}

.rounded-line-wrap.preview span:nth-child(3) {
  color: #939FA4;
}

a.rounded-line-wrap {
  font-size: 16px;
  margin-top: 8px;
}

.white-round-btn {
  float: left;
  margin-top: 24px;
  padding: 16px 32px;
  background: #FFFFFF;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
  border-radius: 100px;
}

/* �擽�ｲ､�敢 */

.event-list-wrapper {
  margin-bottom: 80px;
  display: grid;
  width: 100%;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 60px;
}

.event-cnt-wrapper {
  display: inline-block;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  cursor: pointer;
}

.event-cnt-wrapper>img {
  width: 100%;
  height: 273px;
  background-color: #e3f9ff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.event-text-wrapper {
  padding: 30px 16px 20px;
}

.event-title {
  padding: 0 24px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-date {
  margin-top: 10px;
  font-size: 14px;
  color: #939FA4;
}

/* �ｹ�粕�丶 �魂�ｪｨ */

.demo-list-wrapper {
  display: grid;
  width: 100%;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 60px;
}

.demo-cnt-wrapper {
  position: relative;
  box-shadow: 0px 1px 24px rgba(184, 198, 204, 0.24);
  cursor: pointer;
}

.demo-cnt-wrapper>img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.img-dimmed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
}

.img-dimmed>div {
  color: #ffffff;
}

.demo-sub-title {
  font-size: 16px;
  font-weight: 500;
}

.demo-main-title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 600;
}

.demo-list-pagination {
  margin-top: 80px;
}

.video-demo-cnt {
  display: none;
}

.video-demo-cnt.active {
  display: inline-block;
}

/* Newsletter */
.news-banner-wrapper {
  padding: 50px 60px;
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
  border-radius: 32px;
}

.banner-text-wrapper {
  position: relative;
  color: #333333;
}

.banner-main-title {
  font-weight: 600;
  font-size: 36px;
}

.banner-sub-title {
  margin-top: 16px;
  font-weight: 300;
  font-size: 20px;
}

span.title-underline {
  position: absolute;
  display: inline-block;
  height: 22px;
  background: rgba(135, 220, 255, 0.4);
}

span.title-underline.news {
  top: 25px;
  left: 66px;
  width: 145px;
}

.section-divided-title {
  font-weight: 600;
  font-size: 40px;
  color: #333333;
  text-align: center;
}

.news-preview-wrapper {
  margin: 120px 0 144px 0;
  text-align: center;
}

.news-preview-cnt {
  display: none;
}

.news-preview-cnt.active {
  display: block;
}

.img-caption {
  padding: 8px 25px 120px 0;
  text-align: right;
  font-size: 12px;
  color: #939FA4;
}

.bottom-wide-btn {
  display: inline-block;
  width: 530px;
  font-weight: 500;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  text-align: center;
  background-color: #1AB6E4;
  border-radius: 8px;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.16);
}

.bottom-wide-btn.small-text {
  font-size: 24px;
}

.bottom-wide-btn.big-text {
  margin-top: 90px;
  font-size: 32px;
}

/* RPA ��語ｰ� */

.rpa-banner-bg {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 315px;
  background-image: url("rpa-banner-background.png");
  background-repeat: no-repeat;
  background-size: 100% 315px;
}

.rpa-banner-btn-text {
  display: inline-block;
  margin: 90px 0 0 32px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

span.title-underline.rpa {
  top: 305px;
  left: 60px;
  width: 316px;
}

.rpa-divided-banner-wrapper {
  flex: 1;
  margin: 80px 0 120px 0;
  background: #FFFFFF;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
  border-radius: 32px;
}

.banner-half-wrapper {
  flex: 1;
  height: 100%;
}

.banner-half-wrapper.left {
  position: relative;
  padding: 60px;
  background-color: #ffffff;
  text-align: left;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

.banner-half-wrapper.right {
  padding: 77px 0;
  color: #ffffff;
  background-color: #1AB6E4;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}

.banner-half-wrapper.left .main-text {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
}

.banner-half-wrapper.left .small-text {
  font-size: 16px;
}

.banner-half-wrapper.left .explain {
  margin-top: 20px;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

.banner-half-wrapper.right .main-text {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;

}

.banner-half-wrapper.right .explain-white {
  margin-top: 32px;
  font-size: 20px;
  line-height: 30px;
}

.banner-half-wrapper.right .source {
  margin-top: 32px;
  font-size: 12px;
}

.rpa-intro-sec2-wrapper {
  padding: 80px 0 120px 0;
}

.rpa-process-img {
  margin: 80px 0 45px 0;
}

.underline-text-wrapper {
  font-size: 20px;
  color: #333333;
}

.underline-text-wrapper>div {
  display: inline-block;
  position: relative;
}

span.title-underline.rpa-process1 {
  top: 14px;
  left: 0;
  width: 406px;
  height: 16px;
}

span.title-underline.rpa-process2 {
  top: 14px;
  left: 0;
  width: 462px;
  height: 16px;
}

.rpa-intro-sec3-wrapper {
  padding: 80px 0 120px 0;
  width: 100%;
  background-color: #F5FDFF;
  text-align: center;
}

.rpa-intro-sec3-text-wrapper {
  margin: 0 auto;
  width: 970px;
}

.rpa-intro-sec3-text-wrapper>div {
  flex: 1;
}

.rpa-intro-sec3-text-wrapper .main-text {
  font-size: 22px;
  font-weight: 500;
  color: #222222;
}

.rpa-intro-sec3-text-wrapper .sub-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #586063;
}

.rpa-intro-sec4-wrapper {
  padding: 80px 0 120px 0;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
}

.rpa-intro-sec5-wrapper {
  padding: 80px 0 120px 0;
  margin: 0 auto;
  width: 610px;
  text-align: center;
}

/* RPA �劈�圸 */
span.title-underline.rpa-appl {
  top: 137px;
  left: 60px;
  width: 380px;
}

.banner-half-wrapper.rpa-appl-right {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}

.rpa-divided-banner-wrapper.rpa-appl {
  margin: 80px 0 0 0;
}

.rpa-appl-sec2-wrapper {
  padding: 80px 0 120px 0;
  width: 100%;
  background-color: #6784AC;
  text-align: center;
}

.rpa-appl-sec2-wrapper>.tronics-main-title,
.rpa-appl-sec2-wrapper>.tronics-explain {
  color: #ffffff;
}

.rpa-usage-img {
  margin-top: 80px;
  width: 1400px;
}

.rpa-software-img {
  margin: 80px 0 40px 0;
  width: 986px;
}

.rpa-exclamation-text {
  font-weight: 500;
  font-size: 20px;
  color: #FF4D4D;
}

.rpa-exclamation-text>img {
  margin-right: 8px;
}

.rpa-small-explain {
  margin-top: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #586063;
}

.rpa-appl-sec4-wrapper {
  padding: 80px 0 120px 0;
  width: 100%;
  background: #FAFAFA;
  text-align: center;
}

/* �寫�粕�梵�擽�ц */
.designer-sec1-wrapper {
  padding: 140px 0 120px;
  background-color: #ffffff;
  text-align: center;
}

.designer-swiper-wrapper {
  padding: 200px 0 120px 0;
}

.designer-sec2-wrapper {
  padding: 80px 0 120px 0;
  text-align: center;
}

.designer-process-img {
  margin-top: 80px;
}

.rounded-label {
  display: inline-block;
  padding: 16px 0;
  margin-top: 120px;
  width: 198px;
  font-weight: 500;
  font-size: 22px;
  background-color: #1AB6E4;
  color: #ffffff;
  border-radius: 100px;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
}

.designer-process-wrapper {
  margin-top: 40px;
  padding: 20px 40px;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
  border-radius: 32px;
}

.process-img-wrapper {
  width: 616px;
}

.process-img-wrapper>img {
  width: 100%;
}

.process-text-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.process-text-wrapper>.main-text {
  position: relative;
  font-weight: 600;
  font-size: 36px;
  color: #222222;
}

span.title-underline.workdesigner {
  bottom: 0;
  left: 0;
  width: 100%;
}

.process-text-wrapper>.sub-text {
  margin-top: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #586063;
  text-align: left;
}

.process-text-wrapper>.additional-text {
  margin-top: 40px;
  font-weight: 500;
  font-size: 20px;
}
.process-text-wrapper>.sub-text>.inner-title {
  color: #2C3785;
}

.workdesigner-banner-bg {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 315px;
  background-image: url("workdesigner-banner-background.png");
  background-repeat: no-repeat;
  background-size: 100% 315px;
}

.plus-btn-wrapper.workdesigner {
  background-image: url("use-worktronics-background.png");
}

/* �寫�ｴ� */
.workbot-sec1-wrapper {
  padding: 80px 0 120px 0;
  background-color: #FAFAFA;
  text-align: center;
}

.workbot-sec1-divided-wrapper {
  margin: 36px auto 0 auto;
  width: 984px;
}

.workbot-sec1-cnt {
  padding: 40px 50px;
  background: #FFFFFF;
  box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.08);
  border-radius: 32px;
}

.workbot-sec1-cnt>div:first-child {
  font-weight: 600;
  font-size: 18px;
}

.workbot-sec1-cnt>.workbot-explain {
  display: inline-block;
  margin: 20px 0 24px 0;
  font-size: 16px;
  line-height: 22px;
  color: #586063;
}

.workbots-img {
  margin-top: 80px;
}

.workbot-sec2-wrapper {
  padding: 80px 0 120px 0;
  width: 100%;
  text-align: center;
}

.workmanager-divided-wrapper {
  padding: 100px 0;
}

.workmanager-cnt-wrapper.blue {
  background-color: #F5FDFF;
}

.workmanager-divided-wrapper {
  margin:0 auto;
  width:1400px;
}
/* .workmanager-divided-wrapper > div {
  
} */

.workmanager-divided-wrapper > img {
  width:850px;
}

.popup-wrap {
	background-color: rgba(0,0,0,.3);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    display:none; 
    padding: 15px;
}

.popup {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
    overflow:hidden;
    background-color: #264db5;
    box-shadow: 5px 10px 10px 1px rgb(0 0 0 / 30%);
}

.popup-head {
    width: 100%;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.head-title {
    color:#ffffff;
    margin-left: 10px;
}

.popup-body {
    width: 100%;
    background-color: #ffffff;
}

.body-content {
    padding: 30px;
}

.body-titlebox {
    text-align: center;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
}

.body-contentbox {
    overflow-y: auto;
    word-break: break-word;
    min-height: 100px;
    max-height: 200px;
}

.popup-foot{
  width:100%;
  height:50px;
}

.pop-btn{
  display:inline-flex;
  width:50%;
  height:100%;
  justify-content:center;
  align-items:center;
  float:left;
  color:#ffffff;
  cursor:pointer;
}
.pop-btn.confirm{
  border-right:1px solid #3b5fbf;
}

.pop-btn.close{
  width:49%;
}

.youtubevideowrapperdiv1-1 {
  position: relative;
  padding-bottom: 50%; /* 영상비율에 따른 수치 */
  padding-top: 25px;
  height: 0;
}

.youtubevideowrapperdiv4-3 {
  position: relative;
  padding-bottom: 75%; /* 영상비율에 따른 수치 */
  padding-top: 25px;
  height: 0;
}

.youtubevideowrapperdiv16-9blind {
  position: relative;
  padding-bottom: 83%; /* 영상비율에 따른 수치 */
  padding-top: 0%;
  height: 0;    
}

.youtubevideowrapperdiv16-9 {
position: relative;
padding-bottom: 56.25%; /* 영상비율에 따른 수치 */
padding-top: 3%;
height: 0;
}
  
.youtubevideowrapperdiv17-9 {
  position: relative;
  padding-bottom: 52.94%; /* 영상비율에 따른 수치 */
  padding-top: 25px;
  height: 0;
}

.youtubevideowrapperdiv18-9 {
  position: relative;
  padding-bottom: 50%; /* 영상비율에 따른 수치 */
  padding-top: 25px;
  height: 0;
}

.youtubevideowrapperdiv19-9 {
  position: relative;
  padding-bottom: 47.37%; /* 영상비율에 따른 수치 */
  padding-top: 25px;
  height: 0;  
}

.youtubevideowrapperdiv20-9 {
  position: relative;
  padding-bottom: 45%; /* 영상비율에 따른 수치 */
  padding-top: 25px;
  height: 0;
}

.youtubevideowrapperdiv iframe {
  top: 0;
  left: 0;
  width: 730px;
  height: 605px;
  pointer-events: none;
}

.youtubevideowrapper 
{max-width: 900px;
  margin:auto;
}