@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  font-family: "Lato", "sans-serif";
  background-color: transparent;
  background-color: #fff;
}
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../image/btn_arrow_left-hover.png) url(../image/erase-hover.png) url(../image/btn_arrow_right-hover.png) url(../image/btn_gray_arrow-hover.png) url(../image/trash-hover.png) url(../image/add-hover.png);
}
body span {
  font-size: 16px;
}
body label {
  font-size: 16px;
  color: #172664;
}
body input {
  height: 35px;
  padding: 14px 10px;
  margin: 5px 0;
  font-size: 15px;
  text-align: left;
  line-height: 24px;
  vertical-align: middle;
  font-family: "Lato", "sans-serif";
  width: auto;
  outline: none !important;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #ccc;
}
body input::-moz-placeholder {
  font-size: 15px;
  color: #ccc;
}
body input::placeholder {
  font-size: 15px;
  color: #ccc;
}
body input.forLogInBox {
  width: 350px;
  margin-bottom: 2px;
}
body input.forLogInBox.alert {
  border: solid 1px #f00;
}
body input.forStepBox {
  font-size: 15px;
  width: 200px;
}
body input.forPassword {
  font-size: 15px;
  width: 220px;
}
body input:focus {
  border: 1px solid #22B7DB;
}
body .checkBoxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 22px;
}
body .checkBoxContainer.grayOut {
  color: #5c5c5c;
}
body .checkBoxContainer.grayOut:hover {
  color: #172664;
}
body .checkBoxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
body .checkBoxContainer input:checked ~ .checkBoxmark:after {
  display: block;
}
body .checkBoxContainer input:checked ~ .checkBoxmark {
  background-color: #fff;
  border: 1px solid #172664;
}
body .checkBoxContainer:hover input ~ .checkBoxmark {
  border: 1px solid #172664;
}
body .checkBoxmark {
  position: absolute;
  top: 4px;
  left: 12px;
  height: 14px;
  width: 14px;
  border: 1px solid #5c5c5c;
  border-radius: 2px;
}
body .checkBoxmark.grayOut {
  border-color: #5c5c5c;
}
body .checkBoxmark:after {
  content: "";
  position: absolute;
  display: none;
}
body .checkBoxmark:after {
  left: 3px;
  top: 0px;
  width: 7px;
  height: 10px;
  border: solid #172664;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
body .select_box {
  width: 200px;
  height: 35px;
  margin: 5px 0 10px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  padding: 5px 10px;
  color: #ccc;
}
body .select_box:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  position: absolute;
  top: 40%;
  right: 8px;
  content: "";
  z-index: 98;
}
body .select_box select {
  position: relative;
  top: -7px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 200px;
  padding: 10px 15px;
  margin-left: -10px;
  border: 0;
  z-index: 99;
  background: none;
}
body .select_box select option {
  color: #000;
}
body a {
  color: #5c5c5c;
  text-decoration: underline;
}
body a.txtLink {
  color: #22B7DB;
}
body div.forItemTitle {
  font-size: 15px;
  margin: 20px 10px;
  font-weight: bold;
}
body .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
body .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
body .switch input:checked + .toggle {
  background-color: #172664;
}
body .toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EEE;
  transition: 0.4s;
}
body .toggle.round {
  border-radius: 34px;
}
body .toggle:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  transition: 0.4s;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
body input:checked + .toggle:before {
  transform: translateX(16px);
}
body .toggle.round:before {
  border-radius: 50%;
}

button {
  border: none;
}
button.addNote {
  width: 20px;
  height: 20px;
  background: url(../image/addNote.png) center no-repeat;
  background-size: 70%;
}
button.noted {
  width: 20px;
  height: 20px;
  background: url(../image/noted.png) center no-repeat;
  background-size: 70%;
}
button.closeNote {
  width: 20px;
  height: 20px;
  background: url(../image/addNote.png) center no-repeat;
  background-size: 70%;
}
button.clearNote {
  position: absolute;
  top: 39%;
  right: 12%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  color: #aaa;
}
button.arrowDown {
  width: 24px !important;
  height: 24px;
  margin-left: 10px;
  background: url(../image/icon_arrow_down-blue.png) center no-repeat;
}
.tstBox {
  display: flex;
  justify-content: space-between;
}
.tstBox .tstItem {
  width: 45%;
  height: 65px;
  text-align: left;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px;
  transition: all 0.5s ease;
}
.tstBox .tstItem.myDiv {
  height: 300px;
}
.tstBox .tstItem .title {
  padding: 5px 0 10px;
}
.splashPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vmin;
}
.splashPage .logo {
  position: absolute;
  top: 30%;
  width: 30%;
  max-width: 350px;
  height: 12rem;
  background: url(../image/d-link_Logo-b.png) center no-repeat;
  background-size: contain;
  animation: fadeInAnimation ease-in-out 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.splashPage .loginBox {
  display: block;
  width: 100%;
  max-width: 40rem;
  border-radius: 1rem;
  border: 2px solid #ccc;
  overflow: hidden;
}
.splashPage .loginBox .boxTitle {
  width: 100%;
  color: #172664;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.splashPage .loginBox .loginImage {
  height: 10rem;
  width: 100%;
  background-color: #ccc;
}
.splashPage .loginBox .loginForm {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.splashPage .loginBox .loginForm .cell {
  display: flex;
  padding: 1rem 0;
  justify-content: center;
  align-items: center;
}
.splashPage .loginBox .loginForm .cell .cellName {
  width: 30%;
  text-align: right;
  padding: 0 1rem;
}
.splashPage .loginBox .loginForm .cell .cellContent {
  width: 70%;
}
.splashPage .loginBox .loginForm .cell .cellContent select.mySelectArrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #20d492;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  font-size: 22px;
}
.splashPage .loginBox .loginForm .cell .cellContent select.mySelectArrow option {
  color: #000;
  padding: 0 10px;
}
.splashPage .loginBox .loginForm .cell .cellContent .select:after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 25px;
  border: 1px solid #565656;
  background: #0e7b53;
  color: #fff;
  padding: 11px 15px;
  pointer-events: none;
}
.splashPage .loginBox .loginForm .cell .cellContent.select {
  position: relative;
  width: 300px;
}
.splashPage .pageNote {
  margin-top: 3rem;
  transform: scale(0.9);
  text-align: center;
  width: 80rem;
  overflow: hidden;
}

.header {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  height: 70px;
  padding: 0rem 2rem;
  border-bottom: none;
  background-color: #fff;
}
.header .headerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1440px;
}
.header .headerContainer .logo {
  width: 150px;
  height: 5rem;
  background: url(../image/d-link_Logo-b.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.header .headerContainer .rightSideItem {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .headerContainer .rightSideItem .featureChange {
  position: relative;
  display: inline-block;
}
.header .headerContainer .rightSideItem .featureChange button.dropbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 50px;
  background-size: 28px;
  background-position-x: 5%;
  border: none;
  padding: 20px 5px 20px 35px;
  text-indent: -1;
  cursor: pointer;
  background: url(../image/Icon-featureChange.png) center no-repeat;
}
.header .headerContainer .rightSideItem .featureChange button.dropbtn::after {
  padding-left: 20px;
}
.header .headerContainer .rightSideItem .featureChange a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.header .headerContainer .rightSideItem .featureChange .dropdown-content {
  display: none;
  position: absolute;
  left: -70px;
  top: 40px;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  min-width: 200px;
  max-width: 300px;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
  font-size: 15px;
}
.header .headerContainer .rightSideItem .featureChange .dropdown-content a:hover {
  background-color: #EEE;
}
.header .headerContainer .rightSideItem .featureChange:hover .dropdown-content {
  display: block;
}
.header .headerContainer .rightSideItem .featureChange:hover .dropbtn {
  background-color: transparent;
}
.header .headerContainer .rightSideItem .dropdown {
  position: relative;
  display: inline-block;
}
.header .headerContainer .rightSideItem .dropdown button.dropbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 150px;
  background: url(../image/icon_language_normal.png) center left no-repeat;
  background-size: 28px;
  background-position-x: 5%;
  border: none;
  padding: 20px 5px 20px 35px;
  font-size: 14px;
  color: #5c5c5c;
  cursor: pointer;
  font-family: "Lato", "sans-serif";
}
.header .headerContainer .rightSideItem .dropdown button.dropbtn::after {
  content: url(../image/icon_arrow_down.png);
  padding-left: 20px;
}
.header .headerContainer .rightSideItem .dropdown a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.header .headerContainer .rightSideItem .dropdown .dropdown-content {
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: none;
  position: absolute;
  min-width: 150px;
  max-width: 300px;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
  z-index: 3;
  font-size: 15px;
}
.header .headerContainer .rightSideItem .dropdown .dropdown-content a:hover {
  background-color: #EEE;
}
.header .headerContainer .rightSideItem .dropdown:hover .dropdown-content {
  display: block;
}
.header .headerContainer .rightSideItem .dropdown:hover .dropbtn {
  background-color: transparent;
}
.header.settingMode {
  width: 80%;
  max-width: 1440px;
  min-width: 1280px;
  margin: auto;
}

main {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  background-color: #fff;
}
main .mainContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  height: auto;
}
main .mainContainer .login,
main .mainContainer .stepByStep {
  margin: auto;
}
main .mainContainer .login .contents,
main .mainContainer .stepByStep .contents {
  margin: auto;
  border: 1px solid #ccc;
  padding: 0;
  color: #666;
}
main .mainContainer .login .contents.logInBox,
main .mainContainer .stepByStep .contents.logInBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 490px;
  height: auto;
  padding: 80px 70px 50px 70px;
  margin-top: 1%;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(140, 146, 177, 0.25);
  animation: popup cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}
main .mainContainer .login .contents.logInBox .logo,
main .mainContainer .stepByStep .contents.logInBox .logo {
  width: 200px;
  height: 40px;
  margin: 0 0 20px 0;
  background: url(../image/d-link_Logo-b.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
}
main .mainContainer .login .contents.logInBox .formCell,
main .mainContainer .stepByStep .contents.logInBox .formCell {
  margin: 5px 0;
}
main .mainContainer .login .contents.logInBox .formCell span.alert,
main .mainContainer .stepByStep .contents.logInBox .formCell span.alert {
  color: #f00;
  font-size: 13px;
  margin-top: -2px;
  padding-left: 15px;
}
main .mainContainer .login .contents.logInBox button,
main .mainContainer .stepByStep .contents.logInBox button {
  width: 350px;
  height: 35px;
  padding: 0 15px;
  margin: 20px 0 5px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #172664;
  background-color: #172664;
  border-radius: 5px;
  font-family: "Lato", "sans-serif";
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
main .mainContainer .login .contents.logInBox button:hover,
main .mainContainer .stepByStep .contents.logInBox button:hover {
  background-color: #8B92B1;
  border: 1px solid #8B92B1;
}
main .mainContainer .login .contents.logInBox button.reset,
main .mainContainer .stepByStep .contents.logInBox button.reset {
  color: #5c5c5c;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
main .mainContainer .login .contents.logInBox button.reset:hover,
main .mainContainer .stepByStep .contents.logInBox button.reset:hover {
  background-color: #EEE;
}
main .mainContainer .login .contents.progress,
main .mainContainer .stepByStep .contents.progress {
  width: 650px;
  height: 10px;
  margin: 0 0 10px;
  display: flex;
  justify-content: space-evenly;
  border: none;
}
main .mainContainer .login .contents.progress .stepIndicator,
main .mainContainer .stepByStep .contents.progress .stepIndicator {
  width: 48.3%;
  height: 10px;
  display: block;
  background-color: #efefef;
}
main .mainContainer .login .contents.progress .stepIndicator.forInstall,
main .mainContainer .stepByStep .contents.progress .stepIndicator.forInstall {
  width: 15%;
}
main .mainContainer .login .contents.progress .stepIndicator.active,
main .mainContainer .stepByStep .contents.progress .stepIndicator.active {
  background-color: #172664;
}
main .mainContainer .login .contents.progress .stepIndicator:first-child,
main .mainContainer .stepByStep .contents.progress .stepIndicator:first-child {
  border-radius: 1rem 0 0 1rem;
}
main .mainContainer .login .contents.progress .stepIndicator:last-child,
main .mainContainer .stepByStep .contents.progress .stepIndicator:last-child {
  border-radius: 0 1rem 1rem 0;
}
main .mainContainer .login .contents.titleArea,
main .mainContainer .stepByStep .contents.titleArea {
  width: 650px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border: none;
}
main .mainContainer .login .contents.titleArea h1,
main .mainContainer .stepByStep .contents.titleArea h1 {
  font-size: 45px;
  margin: 0;
  padding: 0;
  color: #22B7DB;
  font-weight: 100;
}
main .mainContainer .login .contents.titleArea p,
main .mainContainer .stepByStep .contents.titleArea p {
  font-size: 14px;
  color: #5c5c5c;
  line-height: 2.2rem;
}
main .mainContainer .login .contents.titleArea p.forTitle,
main .mainContainer .stepByStep .contents.titleArea p.forTitle {
  font-weight: bold;
}
main .mainContainer .login .contents.stepBox,
main .mainContainer .stepByStep .contents.stepBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 650px;
  height: auto;
  padding: 50px 50px 15%;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(140, 146, 177, 0.25);
  animation: fadeIn cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  animation-fill-mode: forwards;
}
main .mainContainer .login .contents.stepBox .stepContents,
main .mainContainer .stepByStep .contents.stepBox .stepContents {
  display: flex;
  width: 100%;
  height: auto;
  padding: 0 30px;
  margin-bottom: 10px;
}
main .mainContainer .login .contents.stepBox .stepContents .formCell,
main .mainContainer .stepByStep .contents.stepBox .stepContents .formCell {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
main .mainContainer .login .contents.stepBox .stepContents .formCell.twoColumns,
main .mainContainer .stepByStep .contents.stepBox .stepContents .formCell.twoColumns {
  width: 43%;
  margin-right: 12%;
}
main .mainContainer .login .contents.stepBox .stepContents .formCell .doubleItem,
main .mainContainer .stepByStep .contents.stepBox .stepContents .formCell .doubleItem {
  width: 50%;
}
main .mainContainer .login .contents.stepBox .stepContents.singleItem,
main .mainContainer .stepByStep .contents.stepBox .stepContents.singleItem {
  width: 100%;
  height: 60px;
}
main .mainContainer .login .contents.stepBox .stepContents.oneToggle,
main .mainContainer .stepByStep .contents.stepBox .stepContents.oneToggle {
  padding: 10px 0;
  justify-content: center;
  align-items: center;
}
main .mainContainer .login .contents.stepBox .stepBtnArea,
main .mainContainer .stepByStep .contents.stepBox .stepBtnArea {
  position: absolute;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 85%;
}
main .mainContainer .login .contents.stepBox .stepBtnArea button,
main .mainContainer .stepByStep .contents.stepBox .stepBtnArea button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  margin-top: 10px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #172664;
}
main .mainContainer .login .contents.stepBox .stepBtnArea button.back,
main .mainContainer .stepByStep .contents.stepBox .stepBtnArea button.back {
  background: url(../image/btn_arrow_left.png) left no-repeat;
  background-size: contain;
  padding-left: 30px;
}
main .mainContainer .login .contents.stepBox .stepBtnArea button.back:hover,
main .mainContainer .stepByStep .contents.stepBox .stepBtnArea button.back:hover {
  background: url(../image/btn_arrow_left-hover.png) left no-repeat;
  background-size: contain;
  color: #8C92B1;
}
main .mainContainer .login .contents.stepBox .stepBtnArea button.next,
main .mainContainer .stepByStep .contents.stepBox .stepBtnArea button.next {
  background: url(../image/btn_arrow_right.png) right no-repeat;
  background-size: contain;
  padding-right: 30px;
}
main .mainContainer .login .contents.stepBox .stepBtnArea button.next:hover,
main .mainContainer .stepByStep .contents.stepBox .stepBtnArea button.next:hover {
  background: url(../image/btn_arrow_right-hover.png) right no-repeat;
  background-size: contain;
  color: #8C92B1;
}
main .mainContainer .login .contents .stepBtnArea,
main .mainContainer .stepByStep .contents .stepBtnArea {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: space-between;
  width: 96%;
}
main .mainContainer .login .contents .stepBtnArea button,
main .mainContainer .stepByStep .contents .stepBtnArea button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  margin-top: 10px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #172664;
}
main .mainContainer .login .contents .stepBtnArea button.back,
main .mainContainer .stepByStep .contents .stepBtnArea button.back {
  background: url(../image/btn_arrow_left.png) left no-repeat;
  background-size: contain;
  padding-left: 30px;
}
.exit{
	background-size: contain;
	padding-left: 30px;
	background-color:#fff;
}
main .mainContainer .login .contents .stepBtnArea button.back:hover,
main .mainContainer .stepByStep .contents .stepBtnArea button.back:hover {
  background: url(../image/btn_arrow_left-hover.png) left no-repeat;
  background-size: contain;
  color: #8C92B1;
}
main .mainContainer .login .contents .stepBtnArea button.next,
main .mainContainer .stepByStep .contents .stepBtnArea button.next {
  background: url(../image/btn_arrow_right.png) right no-repeat;
  background-size: contain;
  padding-right: 30px;
}
main .mainContainer .login .contents .stepBtnArea button.next:hover,
main .mainContainer .stepByStep .contents .stepBtnArea button.next:hover {
  background: url(../image/btn_arrow_right-hover.png) right no-repeat;
  background-size: contain;
  color: #8C92B1;
}
main .mainContainer .login .contents .stepBtnArea button.apply,
main .mainContainer .stepByStep .contents .stepBtnArea button.apply {
  width: 120px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #172664;
  border-radius: 5px;
}
main .mainContainer .login .contents .stepBtnArea button.apply:hover,
main .mainContainer .stepByStep .contents .stepBtnArea button.apply:hover {
  color: #172664;
  background-color: #EEE;
}
main .mainContainer .pageBottomInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 3%;
  width: 800px;
  font-size: 15px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 24px;
  opacity: 0;
  animation: fadeSlideUp cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
main.modeSelect {
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
main .install {
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: #ccc;
}
main .install .stepPrompt {
  width: 20%;
  height: 100vh;
  background-color: #c0c0c0;
}
main .install .stepPrompt .prompt {
  display: flex;
  align-items: center;
  font-size: 2rem;
  height: 10rem;
  padding: 1rem 2rem;
  margin: auto;
  border-bottom: 1px solid #999;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
main .install .stepPrompt .prompt.active {
  font-weight: 400;
  letter-spacing: -1px;
  border-bottom: 1px solid transparent;
  background-color: #777;
  transform: scaleX(1.05) translateX(0.8rem);
}
main .modeSelect {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 93vh;
  padding: 8% 5%;
}
main .modeSelect .modeBox {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 28%;
  height: 42rem;
  padding: 2%;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
}

main .mainContainer.advancedSetting {
  flex-direction: row;
  width: 100%;
  margin-top: 100px;
}
main .mainContainer.advancedSetting .stepByStep {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
}
main .mainContainer.advancedSetting .stepByStep .contents.titleArea {
  margin: 30px;
}
main .mainContainer.advancedSetting .stepByStep .contents.titleArea h1 {
  color: #172664;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1290px;
  height: auto;
  min-height: 480px;
  padding: 25px 50px 5%;
  margin-bottom: 1% 0 5%;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(140, 146, 177, 0.25);
  background-color: #fff;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox img {
  width: 840px;
  margin: 30px 0;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox p {
  width: 60%;
  max-width: 840px;
  text-align: center;
  margin: 15px 0;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox .hideContent {
  display: none;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox .showContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox .checkingBox {
  color: #172664;
  font-weight: bold;
  line-height: 24px;
  margin: 15px 0;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox .checkingBox ::before {
  content: url(../image/icon_checking.png);
  margin: 10px 5px;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox .oneToggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox .ckbox {
  width: 250px;
  height: 50px;
  display: block;
  text-align: center;
  margin: auto;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin: 10px 0;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section:last-of-type {
  border-bottom: none;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section h3 {
  color: #172664;
  margin: 10px 0 0;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem {
  display: flex;
  flex-direction: column;
  width: 550px;
  height: auto;
  margin: 1% 0;
  color: #5c5c5c;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem.hideContents {
  height: 65px;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem.hideContents-180 {
  height: 180px;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem.myDiv {
  height: auto;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem.statusChecked {
  transition: all 1s ease-in-out;
  color: #172664;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem .titleBar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem .titleBar span.title {
  font-size: 18px;
  font-weight: bold;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem .titleBar span.title::before {
  display: inline-block;
  content: " ";
  width: 3px;
  height: 15px;
  margin-right: 5px;
  background-color: #22B7DB;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem .titleBar button {
  width: 70px;
  padding: 8px;
  border-radius: 6px;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem .titleBar button.subBtn {
  color: #5c5c5c;
  background-color: #fff;
  border: 1px solid #b0b0b0;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem .titleBar button.subBtn:hover {
  background-color: #EEE;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem .selectItem {
  width: 100%;
  height: 40px;
  margin: 15px 0 0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem p {
  width: 100%;
  text-align: left;
  line-height: 22px;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem ul {
  display: flex;
  flex-wrap: wrap;
  width: 250px;
  height: 80px;
  margin: -10px 0 0 20%;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem ul li {
  width: 45%;
  margin-right: 5%;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem label.originalRadio {
  height: 30px;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .sectionCell .debugSettingItem label.originalRadio input[type=radio] {
  accent-color: #172664;
  border: 1px solid #efefef;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .headItem {
  width: 100%;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .headItem p {
  width: 100%;
  max-width: 1200px;
  text-align: left;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .headItem .btnArea {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 40px;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .headItem .btnArea button {
  width: 70px;
  padding: 8px;
  border-radius: 6px;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .headItem .btnArea button.subBtn {
  color: #5c5c5c;
  background-color: #fff;
  border: 1px solid #b0b0b0;
}
main .mainContainer.advancedSetting .stepByStep .contents.adSettingBox section .headItem .btnArea button.subBtn:hover {
  background-color: #EEE;
}

.lbBgOverlay {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.lbBgOverlay .lightBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  height: 470px;
  padding: 60px;
  background-color: #fff;
  border-radius: 15px;
  color: #666;
  animation: popup ease-in-out 0.3s;
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.lbBgOverlay .lightBox.forInstructions {
  width: 1150px;
  height: 670px;
  margin: auto;
  padding: 0;
  animation: popup ease-in-out 0.3s;
}
.lbBgOverlay .lightBox.middleBox {
  width: 740px;
  height: 450px;
  padding: 60px;
}
.lbBgOverlay .lightBox.minBox {
  width: 460px;
  height: 300px;
  padding: 60px;
}
.lbBgOverlay .lightBox .closelbBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(../image/btn-close.png) center no-repeat;
  background-size: 100%;
}
.lbBgOverlay .lightBox .lbTitle {
  position: relative;
  display: flex;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #172664;
}
.lbBgOverlay .lightBox .instructionTitle {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #172664;
  font-size: 20px;
  font-weight: bold;
  background-color: #EAEEF4;
  border-radius: 15px 15px 0 0;
}
.lbBgOverlay .lightBox .lbContents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lbBgOverlay .lightBox .lbContents .contentCell {
  width: auto;
  text-align: center;
  margin: 10px 0;
}
.lbBgOverlay .lightBox .lbContents .contentCell p {
  margin: auto;
  width: 80%;
  color: #5c5c5c;
  line-height: 20px;
}
.lbBgOverlay .lightBox .lbContents .contentCell p.blueInfo {
  width: 100%;
  color: #172664;
}
.lbBgOverlay .lightBox .lbContents .contentCell label {
  font-size: 15px;
  color: #b0b0b0;
  margin-left: 8px;
}
.lbBgOverlay .lightBox .lbContents .contentCell.btnArea {
  display: flex;
  justify-content: center;
}
.lbBgOverlay .lightBox .lbContents .contentCell.btnArea button {
  font-size: 15px;
  width: 120px;
  height: 40px;
  border-radius: 6px;
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}
.lbBgOverlay .lightBox .lbContents .contentCell.btnArea button.mainBtn {
  color: #fff;
  border: 1px solid #172664;
  background-color: #172664;
}
.lbBgOverlay .lightBox .lbContents .contentCell.btnArea button.mainBtn:hover {
  background-color: #8B92B1;
  border: 1px solid #8B92B1;
}
.lbBgOverlay .lightBox .lbContents .contentCell.btnArea button.subBtn {
  color: #5c5c5c;
  background-color: #fff;
  border: 1px solid #b0b0b0;
}
.lbBgOverlay .lightBox .lbContents .contentCell.btnArea button.subBtn:hover {
  background-color: #EEE;
}
.lbBgOverlay .lightBox .lbContents .slideBox {
  position: relative;
  width: 1150px;
  height: 625px;
}
.lbBgOverlay .lightBox .lbContents .slideBox .thumbnail {
  position: absolute;
  top: 135px;
  left: center;
  width: 105px;
  z-index: 1;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  background-color: rgba(23, 38, 100, 0.9);
}
.lbBgOverlay .lightBox .lbContents .slideBox .thumbnail a {
  display: inline-flex;
  width: 105px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background: transparent;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: center;
}
.lbBgOverlay .lightBox .lbContents .slideBox .thumbnail a.thisCut {
  background-color: #E6185A;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider {
  position: relative;
  width: 1150px;
  height: 650px;
  text-align: center;
  overflow: hidden;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides {
  width: 1145px;
  height: 620px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides::-webkit-scrollbar-thumb {
  background: #AAA;
  border-radius: 10px;
  border: 5px solid #fff;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides::-webkit-scrollbar-track {
  background: transparent;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  scroll-snap-align: start;
  flex-shrink: 0;
  margin: 5px 10px 50px;
  height: 620px;
  transform-origin: center center;
  transition: transform 0.5s;
  position: relative;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard:last-of-type {
  margin-bottom: 0;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 1090px;
  height: 605px;
  padding-left: 92px;
  border: 2px solid #172664;
  border-radius: 20px;
  color: #172664;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent.forSinglePic {
  flex-direction: column;
  align-items: center;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slideTxt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
  height: 100%;
  padding: 20px 0;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slideTxt .icon {
  margin: 20px 0 5px;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slideTxt .icon img {
  width: 100%;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slideTxt h3 {
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slideTxt p {
  list-style: 24px;
  margin: 20px 0;
  text-align: left;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slideTxt .note {
  width: 100%;
  margin: 30px 0;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  border-radius: 10px;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slideTxt .note-legal {
  width: 100%;
  padding: 15px 5px;
  margin: 30px 0;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  border-radius: 10px;
  opacity: 0.6;
  color: #666;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .singlePic {
  width: 100%;
  height: 70%;
  padding: 10%;
  background: url(../image/dip-intro.png) center no-repeat;
  background-size: 40%;
  background-position-x: 250px;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .singlePicText {
  width: 640px;
  height: 30%;
  text-align: left;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slidePic {
  width: 55%;
  height: 100%;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slidePic.pic02 {
  background: url(../image/dip1-img.png) center no-repeat;
  background-size: 95%;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slidePic.pic03 {
  background: url(../image/dip2-img.png) center no-repeat;
  background-size: 95%;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slidePic.pic04 {
  background: url(../image/dip3-img.png) center no-repeat;
  background-size: 95%;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slidePic.pic05 {
  background: url(../image/dip4-img.png) center no-repeat;
  background-size: 95%;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slidePic.pic06 {
  background: url(../image/dip5-img.png) center no-repeat;
  background-size: 95%;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slidePic.pic07 {
  background: url(../image/dip6-img1.png) center no-repeat;
  background-size: 95%;
}
.lbBgOverlay .lightBox .lbContents .slideBox .slider .slides .slideCard .slideContent .slidePic.pic08 {
  background: url(../image/dip6-img2.png) center no-repeat;
  background-size: 95%;
}

main .mainContainer .planSelect {
  width: 1180px;
  height: auto;
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  align-items: center;
}
main .mainContainer .planSelect .planBox {
  position: relative;
  border-radius: 28px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: 0;
  animation: popup cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  animation-fill-mode: forwards;
  cursor: pointer;
}
main .mainContainer .planSelect .planBox:hover > .enterBtn > button {
  color: #22B7DB;
  background: url(../image/btn_gray_arrow-hover.png) center right no-repeat;
}
main .mainContainer .planSelect .planBox.stardardSize {
  width: 574px;
  height: 624px;
}
main .mainContainer .planSelect .planBox.largeSize {
  width: 352px;
  height: 360px;
  background-color: #172664;
}
main .mainContainer .planSelect .planBox.aniDelay10ms {
  animation-delay: 0.1s;
}
main .mainContainer .planSelect .planBox.aniDelay20ms {
  animation-delay: 0.2s;
}
main .mainContainer .planSelect .planBox.aniDelay30ms {
  animation-delay: 0.3s;
}
main .mainContainer .planSelect .planBox .wizardIcon {
  position: absolute;
  top: 350px;
  left: 468px;
  width: 76px;
  height: 70px;
  background: url(../image/icn_wizard.png) center no-repeat;
  z-index: 9999;
}
main .mainContainer .planSelect .planBox .planTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  background: rgb(115, 140, 192);
  background: linear-gradient(
    180deg,
    rgb(115, 140, 192) 0%,
    rgb(172, 186, 217) 100%
  );
}
main .mainContainer .planSelect .planBox .planTitle h3 {
  color: #fff;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
}
main .mainContainer .planSelect .planBox .planImage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background-color: #e0e7f4;
}
main .mainContainer .planSelect .planBox .planImage img {
  width: 55%;
}
main .mainContainer .planSelect .planBox .planEnter {
  display: flex;
  padding: 4% 0;
}
main .mainContainer .planSelect .planBox .planEnter .planButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  padding: 2% 3%;
  text-align: center;
  height: 170px;
  background-color: #fff;
  color: #172664;
  border-right: 1px dashed #8c92b1;
}
main .mainContainer .planSelect .planBox .planEnter .planButton:last-child {
  border-right: none;
}
main .mainContainer .planSelect .planBox .planEnter .planButton.singleBtn {
  width: 100%;
}
main .mainContainer .planSelect .planBox .planEnter .planButton h3 {
  margin-bottom: 15px;
}
main .mainContainer .planSelect .planBox .planEnter .planButton p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 15px;
}
main .mainContainer .planSelect .planBox .planEnter .planButton button {
  width: 200px;
  background-color: transparent;
  border: none;
  margin-right: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #8c92b1;
  background: url(../image/btn_arrow_right.png) center right no-repeat;
  background-position-x: 140px;
}
main .mainContainer .planSelect .planBox .planEnter .planButton button:hover {
  color: #172664;
  background: url(../image/btn_arrow_right.png) center no-repeat;
  background-position: 145px;
}

.settingProgress {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 10px;
  background-color: #172664;
  margin-top: 40px;
}
.settingProgress .progressBar {
  display: flex;
  justify-content: space-evenly;
  width: 1440px;
}
.settingProgress .progressBar .progressItem {
  display: flex;
  flex-direction: column;
  width: 16.6%;
  height: 120px;
  margin-top: -15px;
  align-items: center;
}
.settingProgress .progressBar .progressItem .stepIndicator {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
}
.settingProgress .progressBar .progressItem .stepIndicator .bar {
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #172664;
}
.settingProgress .progressBar .progressItem .stepIndicator .bar.active {
  background-color: #E6185A;
}
.settingProgress .progressBar .progressItem .stepIndicator .dot {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 11px solid #172664;
}
.settingProgress .progressBar .progressItem .stepIndicator .dot.active {
  background-color: #fff;
  border-color: #E6185A;
}
.settingProgress .progressBar .progressItem span {
  display: flex;
  width: 170px;
  height: 80px;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  color: #172664;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
.settingProgress .progressBar .progressItem span.active {
  color: #E6185A;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes popup {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  80% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeSlideLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Lato", sans-serif;
}
main button {
  cursor: pointer;
}
main button.btn-add {
  width: 30px;
  height: 30px;
  border: none;
  background: url(../image/add.png) center no-repeat;
  background-size: 100%;
  align-self: center;
}
main button.btn-add:hover {
  background: url(../image/add-hover.png) center no-repeat;
  background-size: 100%;
}
main button.btn-add:active {
  background: url(../image/add-press.png) center no-repeat;
  background-size: 100%;
}

.vLandSettingChart {
  margin: 20px 0;
  width: 100%;
}
.vLandSettingChart #defaultData,
.vLandSettingChart #tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.vLandSettingChart .vLandChartCell {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 2px;
  border: 1px solid #607896;
  border-radius: 10px;
  margin-bottom: 5px;
  animation: flipIn 0.2s;
  transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.vLandSettingChart .vLandChartCell.for10Port {
  width: 80%;
}
.vLandSettingChart .vLandChartCell.data {
  border: 1px solid #EAEEF4;
}
.vLandSettingChart .vLandChartCell.data:hover {
  border: 1px solid #172664;
}
.vLandSettingChart .vLandChartCell .vLandId {
  display: flex;
  width: 10%;
  min-width: 100px;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  background-color: #607896;
  border-right: 2px solid #fff;
  border-radius: 8px 0 0 8px;
}
.vLandSettingChart .vLandChartCell .vLandId.data {
  background-color: #EAEEF4;
}
.vLandSettingChart .vLandChartCell .vLandId input {
  width: 60px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 5px;
}
.vLandSettingChart .vLandChartCell .vLandId input::-webkit-outer-spin-button,
.vLandSettingChart .vLandChartCell .vLandId input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.vLandSettingChart .vLandChartCell .vlanColor {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #607896;
}
.vLandSettingChart .vLandChartCell .vlanColor.data {
  background-color: #EAEEF4;
}
.vLandSettingChart .vLandChartCell .portNum {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 1rem;
  background-color: #607896;
}
.vLandSettingChart .vLandChartCell .portNum.data {
  background-color: #EAEEF4;
}
.vLandSettingChart .vLandChartCell .portNum .portNumItem {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.vLandSettingChart .vLandChartCell .portNum .portNumItem.qos-28 {
  margin: 0 2px;
}
.vLandSettingChart .vLandChartCell .portNum .portStatus {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #A5B3C4;
  border-radius: 5rem;
  margin: auto;
  margin: 0 5px;
  cursor: pointer;
  z-index: 9999;
}
.vLandSettingChart .vLandChartCell .portNum .portStatus:hover {
  transform: scale(1.2);
  transition: all 0.1s ease-in;
}
.vLandSettingChart .vLandChartCell .portNum .portStatus:active {
  transform: scale(1.1);
  transition: all 0.1s ease-out;
}
.vLandSettingChart .vLandChartCell .portNum .portStatus.colorOff {
  transition: all 0.2s ease-in;
  background-color: #A5B3C4;
}
.vLandSettingChart .vLandChartCell .portNum .portStatus.colorOnTag {
  transition: all 0.2s ease-in;
  background-color: #22B7DB;
}
.vLandSettingChart .vLandChartCell .portNum .portStatus.colorOnUnTag {
  transition: all 0.2s ease-in;
  background-color: #F7BA0B;
}
.vLandSettingChart .vLandChartCell .portNum .tooltip {
  position: relative;
  display: inline-block;
}
.vLandSettingChart .vLandChartCell .portNum .tooltip .tooltiptext {
  width: 30px;
  font-size: 0.8rem;
  background-color: #172664;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: -26%;
  transition: all 0.1s ease-in;
  transform: translateY(10px);
  opacity: 0;
}
.vLandSettingChart .vLandChartCell .portNum .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #172664 transparent transparent transparent;
}
.vLandSettingChart .vLandChartCell .portNum .tooltip:hover .tooltiptext {
  opacity: 1;
  transform: translateY(0);
}
.vLandSettingChart .vLandChartCell .action {
  display: flex;
  width: 150px;
  justify-content: space-around;
  align-items: center;
  color: #607896;
  font-size: 14px;
  text-align: center;
  background-color: #FFF;
  border-left: 2px solid #fff;
  border-radius: 0 8px 8px 0;
}
.vLandSettingChart .vLandChartCell .action.single {
  width: 70px;
}
.vLandSettingChart .vLandChartCell .action span {
  width: 50%;
  font-size: 14px;
  text-align: center;
}
.vLandSettingChart .vLandChartCell .action span:first-child {
  border-right: 1px solid #607896;
}
.vLandSettingChart .vLandChartCell .action button {
  width: 23px;
  height: 23px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  border: none;
  margin-top: 4px;
}
.vLandSettingChart .vLandChartCell .action button.btn-erase {
  background: url(../image/erase.png) center no-repeat;
  background-size: 18px;
}
.vLandSettingChart .vLandChartCell .action button.btn-erase:hover {
  background: url(../image/erase-hover.png) center no-repeat;
  background-size: 18px;
}
.vLandSettingChart .vLandChartCell .action button.btn-trash {
  background: url(../image/trash.png) center no-repeat;
  background-size: 18px;
}
.vLandSettingChart .vLandChartCell .action button.btn-trash:hover {
  background: url(../image/trash-hover.png) center no-repeat;
  background-size: 18px;
}
.vLandSettingChart .vLandChartCell .action button.btn-disable {
  opacity: 0.2;
}
.vLandSettingChart .vLandChartCell .action button.btn-disable:hover {
  background: url(../image/trash.png) center no-repeat;
  background-size: 18px;
  cursor: default;
}

.qosSettingChart {
  margin: 20px 0;
  width: 100%;
}
.qosSettingChart #defaultData,
.qosSettingChart #tbody {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.qosSettingChart .qosChartCell {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 2px;
  border: 1px solid #607896;
  border-radius: 10px;
  margin-bottom: 5px;
  animation: flipIn 0.2s;
  transition: all 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.qosSettingChart .qosChartCell.for10Port {
  width: 80%;
}
.qosSettingChart .qosChartCell.data {
  border: 1px solid #EAEEF4;
}
.qosSettingChart .qosChartCell.data:hover {
  border: 1px solid #172664;
}
.qosSettingChart .qosChartCell .qosId {
  display: flex;
  width: 10%;
  min-width: 100px;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  color: #fff;
  text-align: center;
  background-color: #607896;
  border-right: 2px solid #fff;
  border-radius: 8px 0 0 8px;
}
.qosSettingChart .qosChartCell .qosId.data {
  color: #607896;
  background-color: #EAEEF4;
}
.qosSettingChart .qosChartCell .qosId input {
  width: 60px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 5px;
}
.qosSettingChart .qosChartCell .qosId input::-webkit-outer-spin-button,
.qosSettingChart .qosChartCell .qosId input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qosSettingChart .qosChartCell .portNum {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 1rem;
  background-color: #607896;
}
.qosSettingChart .qosChartCell .portNum.data {
  background-color: #EAEEF4;
}
.qosSettingChart .qosChartCell .portNum .portNumItem {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.qosSettingChart .qosChartCell .portNum .portNumItem.qosWeight {
  width: 60px;
}
.qosSettingChart .qosChartCell .portNum .portStatus {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #A5B3C4;
  border-radius: 5rem;
  margin: auto;
  margin: 0 5px;
  cursor: pointer;
  z-index: 9999;
}
.qosSettingChart .qosChartCell .portNum .portStatus:hover {
  transform: scale(1.2);
  background-color: #22B7DB;
  transition: all 0.1s ease-in;
}
.qosSettingChart .qosChartCell .portNum .portStatus:active {
  transform: scale(1.1);
  transition: all 0.1s ease-out;
}
.qosSettingChart .qosChartCell .portNum .portStatus.colorOff {
  transition: all 0.2s ease-in;
  background-color: #A5B3C4;
}
.qosSettingChart .qosChartCell .portNum .portStatus.colorOn {
  transition: all 0.2s ease-in;
  background-color: #22B7DB;
}
.qosSettingChart .qosChartCell .portNum .tooltip {
  position: relative;
  display: inline-block;
}
.qosSettingChart .qosChartCell .portNum .tooltip .tooltiptext {
  width: 30px;
  font-size: 0.8rem;
  background-color: #172664;
  color: #fff;
  text-align: center;
  border-radius: 0.25rem;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: -26%;
  transition: all 0.1s ease-in;
  transform: translateY(10px);
  opacity: 0;
}
.qosSettingChart .qosChartCell .portNum .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #172664 transparent transparent transparent;
}
.qosSettingChart .qosChartCell .portNum .tooltip:hover .tooltiptext {
  opacity: 1;
  transform: translateY(0);
}
.qosSettingChart .qosChartCell .portNum input[type=number] {
  width: 60px;
  padding: 3px 0 0 10px;
}
.qosSettingChart .qosChartCell .portNum .radioBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.qosSettingChart .qosChartCell .portNum .radioBox.qos-28 {
  padding-left: 0;
  width: 20px;
  height: 20px;
}
.qosSettingChart .qosChartCell .portNum .radioBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.qosSettingChart .qosChartCell .portNum .numberBox {
  width: 70px;
  padding-left: 6px;
}
.qosSettingChart .qosChartCell .portNum .numberBox.qosWeight {
  width: 70px;
}
.qosSettingChart .qosChartCell .action {
  display: flex;
  width: 120px;
  justify-content: space-evenly;
  align-items: center;
  color: #607896;
  font-size: 14px;
  text-align: center;
  background-color: #FFF;
  border-left: 2px solid #fff;
  border-radius: 0 8px 8px 0;
}
.qosSettingChart .qosChartCell .action.single {
  width: 70px;
}
.qosSettingChart .qosChartCell .action span {
  width: 50%;
  font-size: 14px;
  text-align: center;
}
.qosSettingChart .qosChartCell .action span:first-child {
  border-right: 1px solid #607896;
}
.qosSettingChart .qosChartCell .action button {
  width: 23px;
  height: 23px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  border: none;
  margin-top: 4px;
}
.qosSettingChart .qosChartCell .action button.btn-erase {
  background: url(../image/erase.png) center no-repeat;
  background-size: 18px;
}
.qosSettingChart .qosChartCell .action button.btn-erase:hover {
  background: url(../image/erase-hover.png) center no-repeat;
  background-size: 18px;
}
.qosSettingChart .qosChartCell .action button.btn-trash {
  background: url(../image/trash.png) center no-repeat;
  background-size: 18px;
}
.qosSettingChart .qosChartCell .action button.btn-trash:hover {
  background: url(../image/trash-hover.png) center no-repeat;
  background-size: 18px;
}
.qosSettingChart .qosChartCell .action button.btn-disable {
  opacity: 0.2;
}
.qosSettingChart .qosChartCell .action button.btn-disable:hover {
  background: url(../image/trash.png) center no-repeat;
  background-size: 18px;
  cursor: default;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Lato", "sans-serif";
}
.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  margin: 5px 0;
}
.custom-select .custom-select-trigger {
  position: relative;
  display: block;
  width: 200px;
  height: 35px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.custom-select .custom-select-trigger:hover {
  background-color: #eee;
}
.custom-select .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  top: 50%;
  right: 10px;
  margin-top: 0px;
  transform: rotate(0deg) translateY(-50%);
  transition: all 0.1s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select .custom-select-trigger350 {
  position: relative;
  display: block;
  width: 350px;
  height: 35px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.custom-select .custom-select-trigger350:hover {
  background-color: #eee;
}
.custom-select .custom-select-trigger350:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  top: 50%;
  right: 10px;
  margin-top: 0px;
  transform: rotate(0deg) translateY(-50%);
  transition: all 0.1s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select .custom-select-trigger120 {
  position: relative;
  display: block;
  width: 120px;
  height: 35px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.custom-select .custom-select-trigger120:hover {
  background-color: #eee;
}
.custom-select .custom-select-trigger120:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  top: 50%;
  right: 10px;
  margin-top: 0px;
  transform: rotate(0deg) translateY(-50%);
  transition: all 0.1s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  transform: rotate(180deg) translateY(-50%);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  max-height:360px;
  overflow:auto;
  margin: 5px 0;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 9999;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 15px;
  color: #666;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.custom-option:hover {
  color: #666;
  background: #EEE;
}
.custom-option.selection {
  color: #fff;
  background: #607896;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
}
.loader {
  position: relative;
  height: 50px;
  width: 50px;
  margin: 20px 0px;
}
.loader span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(calc(36deg * var(--i)));
}
.loader span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #172664;
  animation: animate 1s linear infinite;
  animation-delay: calc(0.1s * var(--i));
}
@keyframes animate {
  0% {
    transform: scale(1);
  }
  80%,
  100% {
    transform: scale(0);
  }
} /*# sourceMappingURL=style.css.map */
