@charset "UTF-8";
body {
  --font-dark: #1c1c1c;
  --font-red: #e61818;
  --font-white: #ffffff;
  --font-white-2: #ffffff;
  --font-white-3: #ffffff;
  --bg-369ef7: #369ef7;
  --bg-a9c2d3: #a9c2d3;
  --bg-293378:#293378;
  --font-333: #333333;
  --font-555: #555555;
  --font-777: #777777;
  --font-999: #999999;
  --font-aaa: #aaaaaa;
  --font-bbb: #bbbbbb;
  --font-bbb-2: #bbbbbb;
  --font-233057: #233057;
  --font-233057-2: #233057;
  --font-008daf: #008daf;
  --font-0073c9: #0073c9;
  --font-1e53d6: #1e53d6;
  --font-017c69: #017c69;
  --font-0068e2: #0068e2;
  --font-369ef7: #369ef7;
  --font-0c9b85: #0c9b85;
  --bg-fff: #ffffff;
  --bg-fff-basic: #ffffff;
  --bg-fff-pop: #ffffff;
  --bg-fff-input: #ffffff;
  --bg-fff-2: #ffffff;
  --bg-e0f3ff: #e0f3ff;
  --bg-f2f5f8: #f2f5f8;
  --bg-efeff4: #EFEFF4;
  --bg-d6e8ff: #D6E8FF;
  --bg-f4f4f7: #F4F4F7;
  --bg-f7f7f8: #F7F7F8;
  --bg-bbbbbb: #bbbbbb;
  --bg-eee: #eeeeee;
  --bg-ccc: #cccccc;
  --bg-ddd: #ddd;
  --bg-ddd-input: #ddd;
  --bg-red: #C73232;
  --bg-ecf5fc: #ecf5fc;
  --bg-233057:#233057;
  --bg-233057-2:#233057;
  --bg-777: #777777;
  --bg-008daf:#008daf;
  --bg-2e58de:#2e58de;
  --bg-dce9f2: #dce9f2;
  --bg-dce9f2-2: #dce9f2;
  --bg-f0fcff: #f0fcff;
  --bg-eaf9fa: #eaf9fa;
  --bg-183681: #183681;
  --color-ddd: #ddd;
  --color-233057: #233057;
  --color-004b40: #004b40;
  --color-dark: #1c1c1c;
  --color-dark-2: #1c1c1c;
}

body.dark {
  --font-dark: #fafafa;
  --font-333: #d2d2d2;
  --font-white-2: #666666;
  --font-white-3: #444444;
  --font-555: #b2b2b2;
  --font-777: #949494;
  --font-999: #777777;
  --font-aaa: #666666;
  --font-bbb: #444444;
  --font-bbb-2: #666666;
  --font-233057:#d2d2d2;
  --font-233057-2: #fafafa;
  --font-008daf: #2ccdf5;
  --font-0073c9: #00baff;
  --font-1e53d6: #00baff;
  --font-017c69: #07d1b2;
  --font-0068e2: #00baff;
  --font-369ef7: #00baff;
  --font-0c9b85: #07d1b2;
  --bg-fff-basic: #1c1c1e;
  --bg-fff: #000000;
  --bg-fff-pop: #444444;
  --bg-fff-input: #00000059;
  --bg-fff-2: #303030;
  --bg-e0f3ff: #333333;
  --bg-f2f5f8: #1c1c1e;
  --bg-efeff4: #303030;
  --bg-d6e8ff: #303030;
  --bg-f4f4f7: #292929;
  --bg-f7f7f8: #151515;
  --bg-eee: #393939;
  --bg-ddd: #393939;
  --bg-ddd-input: #494949;
  --bg-ccc: #494949;
  --bg-ecf5fc: #292929;
  --bg-233057:#0073c9;
  --bg-bbbbbb: #303030;
  --bg-008daf: #444444;
  --bg-dce9f2: #2a2a2a;
  --bg-dce9f2-2: #303030;
  --bg-f0fcff: #303030;
  --bg-eaf9fa: #303030;
  --bg-233057-2:#777;
  --color-ddd: #393939;
  --color-233057: #000 ;
  --color-004b40: #000;
  --color-dark-2: #fafafa;
}

html,
body {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background: var(--bg-fff-basic);
}

.wrap {
  min-height: -moz-calc(100vh - 130px);
  min-height: calc(100vh - 130px);
  padding-top: 80px;
  background: var(--bg-fff-basic);
}
.mobile .wrap {
  min-height: auto;
  padding-top: 0;
}

.wrap.box_type {
  background-color: var(--bg-efeff4);
}
.wrap.box_type #container {
  padding: 90px 0 100px;
}
.mobile .wrap.box_type #container {
  padding: 0;
}

.wrap .cont_box {
  width: 560px;
  margin: 0 auto;
  background-color: var(--bg-fff-basic);
  min-height: 640px;
  padding: 50px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  -moz-border-radius: 20px;
       border-radius: 20px;
}
.mobile .wrap .cont_box {
  width: 100%;
  -moz-border-radius: 0;
       border-radius: 0;
  padding: 50px 16px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.app.mobile .wrap .cont_box {
  padding-top: 0;
}

.lib_scroll_none {
  overflow: hidden;
}

.mobile #container {
  width: 100%;
}

.mobile #header {
  display: none;
}

.mobile #footer {
  display: none;
}

.mobile_header {
  height: 70px;
  padding: 23px 0 0 16px;
  background: var(--bg-293378);
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 90;
}
.mobile_header.white {
  background: var(--bg-fff-basic);
}
.mobile_header + .wrap {
  padding-top: 70px;
}
.app.mobile .mobile_header + .wrap {
  padding-top: 0;
}

.mobile_header.type2 {
  height: auto;
  text-align: center;
  padding: 48px 0 43px 0;
  position: relative;
  background: var(--bg-fff-basic);
}
.mobile_header.type2:after {
  content: "";
  width: -moz-calc(100% - 16px);
  width: calc(100% - 16px);
  height: 1px;
  background: var(--font-dark);
  right: 0;
  bottom: 0;
  position: absolute;
}
.mobile_header.type2 .slogan {
  font-size: 15px;
  margin-top: 9px;
  color: var(--font-233057);
}
.mobile_header.type2 img {
  margin-left: 20px;
}
.mobile_header.type2 + .wrap {
  padding-top: 0;
}
.mobile .mobile_header {
  display: block;
}

.app.mobile .mobile_header {
  display: none;
}

.error_msg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-top: 82px;
  background: url("/images/common/bg_error.png") no-repeat center top/64px auto;
  text-align: center;
  -webkit-transform: translate(0, -65%);
     -moz-transform: translate(0, -65%);
      -ms-transform: translate(0, -65%);
          transform: translate(0, -65%);
}
.error_msg p {
  font-size: 14px;
  color: var(--font-555);
  font-weight: 400;
}
.error_msg p + p {
  margin-top: 15px;
}
.error_msg .sub {
  font-size: 12px;
  color: var(--font-555);
  font-weight: 400;
}

.c__point {
  color: var(--font-0073c9) !important;
}

.c__red {
  color: var(--font-red) !important;
}

.c__333 {
  color: var(--font-333) !important;
}

.t__bold {
  font-weight: 700 !important;
}

.t__md {
  font-weight: 500 !important;
}

.t__center {
  text-align: center !important;
}

.t__left {
  text-align: left !important;
}

.t__right {
  text-align: right !important;
}

.t__underline {
  text-decoration: underline !important;
}

.t__hidden {
  display: inline-block;
  text-indent: -10000px;
  overflow: hidden;
}

.el_hidden {
  display: none !important;
}

.lib_btn {
  height: 54px;
  line-height: 52px;
  display: inline-block;
  width: 100%;
  background-color: var(--font-white);
  border: 1px solid var(--bg-ccc);
  -moz-border-radius: 4px;
       border-radius: 4px;
  font-size: 17px;
  color: var(--font-777);
  text-align: center;
}
.lib_btn.color {
  background-color: var(--font-0073c9);
  border-color: var(--font-0073c9);
  color: var(--font-white);
}
.lib_btn.color.disabled, .lib_btn.color:disabled {
  background-color: var(--bg-dce9f2);
  border-color: var(--bg-dce9f2);
  color: var(--font-white-3);
}
.lib_btn.color.disabled.on, .lib_btn.color:disabled.on {
  position: relative;
  color: var(--bg-dce9f2) !important;
}
.lib_btn.color.disabled.on::after, .lib_btn.color:disabled.on::after {
  content: "";
  position: absolute;
  top: -moz-calc(50% - 15px);
  top: calc(50% - 15px);
  left: -moz-calc(50% - 15px);
  left: calc(50% - 15px);
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  -moz-border-radius: 50%;
       border-radius: 50%;
  border-top-color: var(--font-0073c9);
  -webkit-animation: spin 1s ease-in-out infinite;
     -moz-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}
.lib_btn.white {
  border-color: var(--font-0073c9);
  color: var(--font-0073c9);
}
.lib_btn.white.disabled, .lib_btn.white:disabled {
  color: var(--color-ddd) !important;
  border-color: var(--color-ddd);
}
.lib_btn.sm {
  height: 23px;
  line-height: 21px;
  width: auto;
  font-size: 13px;
  padding: 0 10px;
}
.lib_btn.error {
  background: var(--bg-red);
  border-color: var(--bg-red);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}

.lib_btn_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lib_btn_wrap .lib_btn {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lib_btn_wrap .lib_btn + .lib_btn {
  margin-left: 10px;
}
.lib_btn_wrap.row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lib_btn_wrap.row .lib_btn {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.lib_btn_wrap.row .lib_btn + .lib_btn {
  margin-left: 0;
  margin-top: 10px;
}

.lib_input {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 46px;
  padding: 0 16px;
  background: var(--bg-fff-input);
  border: 1px solid var(--bg-ddd-input);
  -moz-border-radius: 4px;
       border-radius: 4px;
  font-size: 16px;
  color: var(--font-dark);
}
.lib_input:not([readonly]):focus, .lib_input:not([readonly]):focus-within {
  border-color: var(--font-0073c9);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.dark .lib_input:not([readonly]):focus, .dark .lib_input:not([readonly]):focus-within {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}

.lib_input:-moz-focusring {
  color: transparent;
  outline: none;
  text-shadow: 0 0 0;
}
.lib_input::-webkit-input-placeholder {
  color: var(--font-aaa);
  opacity: 1;
}
.lib_input:-moz-placeholder {
  color: var(--font-aaa);
  opacity: 1;
}
.lib_input::-moz-placeholder {
  color: var(--font-aaa);
  opacity: 1;
}
.lib_input:-ms-input-placeholder {
  color: var(--font-aaa);
  opacity: 1;
}
.lib_input::-ms-input-placeholder {
  color: var(--font-aaa);
  opacity: 1;
}
.lib_input::placeholder {
  color: var(--font-aaa);
  opacity: 1;
}
.lib_input:disabled, .lib_input.disabled {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background-color: var(--bg-f4f4f8) !important;
  opacity: 1;
}
.lib_input.select, .lib_input.search, .lib_input.datepicker, .lib_input.timepicker {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background-color: var(--bg-fff-basic);
  background-repeat: no-repeat;
  -moz-background-size: 26px;
       background-size: 26px;
}
.lib_input.search, .lib_input.datepicker, .lib_input.timepicker {
  padding-right: 43px;
  background-position: right 10px center;
}
.lib_input.select {
  padding-right: 26px;
  background-image: url("/images/components/ico_select.png");
  background-position: right 7px center;
}
.lib_input.select::-ms-expand {
  display: none;
}
.lib_input.select::-ms-value {
  background-color: transparent;
  color: var(--font-dark);
}
.lib_input.select:not(:disabled):not(.disabled) {
  cursor: default;
}
.lib_input.select + .select {
  margin-left: 10px;
}
.lib_input.select.init {
  color: var(--font-aaa);
}
.lib_input.select.init option {
  color: var(--font-dark);
}
.lib_input.search {
  background-image: url("/images/components/ico_search.png");
}
.lib_input.search.type2 {
  -moz-border-radius: 0;
       border-radius: 0;
  border-width: 0 0 1px 0;
}
.lib_input.search.type2:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.lib_input.datepicker:not(:disabled), .lib_input.timepicker:not(:disabled) {
  cursor: pointer;
}
.lib_input.datepicker:focus, .lib_input.timepicker:focus {
  border-color: var(--font-0073c9);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.dark .lib_input.datepicker:focus, .dark .lib_input.timepicker:focus {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}

.lib_input.datepicker {
  background-image: url("/images/components/ico_datepicker.png");
}
.lib_input.timepicker {
  background-image: url("/images/components/ico_timepicker.png");
}
.lib_input.error {
  border-color: var(--font-red) !important;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.dark .lib_input.error {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}

.input_group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 0 28px;
}
.input_group + .input_group {
  margin-top: 30px;
}
.input_group.search_wrap {
  position: relative;
}
.input_group.full {
  display: block;
}
.input_group.full .input_label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
.input_group .row {
  width: 100%;
}
.input_group .row .input_box + .input_box {
  margin-top: 14px;
}
.input_group .warning {
  display: none;
  width: 100%;
  font-size: 13px;
  color: var(--font-red);
  text-align: left;
  margin-top: 10px;
}

.input_label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 166px;
  padding-top: 10px;
  font-size: 16px;
  color: var(--font-333);
}
.input_label.sub {
  padding-top: 0;
}
.input_label.sub em {
  display: block;
  font-size: 13px;
  color: var(--font-999);
}

.input_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.input_box input[type=file] {
  position: absolute;
  left: -1px;
  opacity: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
  visibility: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.input_box.inner_btn {
  position: relative;
}
.input_box.inner_btn .lib_input {
  padding-right: 43px;
}
.input_box .lib_input + .lib_btn {
  margin-left: 10px;
}
.input_box .lib_input.search + .btn_clear {
  display: none;
  position: absolute;
  top: 10px;
  right: 36px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
       background-size: contain;
  margin-right: 10px;
  background-image: url("/images/components/ico_clear.png");
}
.input_box .lib_btn {
  width: auto;
  min-width: 120px;
  padding: 0 16px;
  height: 46px;
  line-height: 44px;
  font-size: 14px;
}
.input_box .lib_btn + .lib_input {
  margin-left: 10px;
}
.input_box .lib_check {
  padding: 8px;
}
.input_box .lib_check:first-child {
  padding-left: 0;
}

.input_connect {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  text-align: center;
  line-height: 44px;
}

.input_noti {
  font-size: 13px;
  color: var(--font-777);
  font-weight: 400;
  width: 100%;
  margin-top: 10px;
  word-break: keep-all;
}
.input_noti.bullet {
  padding-left: 8px;
  text-indent: -8px;
}

.lib_textarea {
  width: 100%;
  border: 1px solid var(--bg-ddd-input);
  min-height: 190px;
  -moz-border-radius: 4px;
       border-radius: 4px;
  padding: 11px 14px;
  resize: none;
  background: var(--bg-fff-input);
}
.lib_textarea::-webkit-input-placeholder {
  color: var(--font-aaa);
  opacity: 1;
}
.lib_textarea:-moz-placeholder {
  color: var(--font-aaa);
  opacity: 1;
}
.lib_textarea::-moz-placeholder {
  color: var(--font-aaa);
  opacity: 1;
}
.lib_textarea:-ms-input-placeholder {
  color: var(--font-aaa);
  opacity: 1;
}
.lib_textarea::-ms-input-placeholder {
  color: var(--font-aaa);
  opacity: 1;
}
.lib_textarea::placeholder {
  color: var(--font-aaa);
  opacity: 1;
}
.lib_textarea:not([readonly]):focus, .lib_textarea:not([readonly]):focus-within {
  border-color: var(--font-0073c9);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.dark .lib_textarea:not([readonly]):focus, .dark .lib_textarea:not([readonly]):focus-within {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}

.lib_check {
  position: relative;
  cursor: pointer;
}
.lib_check input {
  position: absolute;
  left: -1px;
  opacity: 0;
  z-index: -1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1px;
  height: 1px;
}
.lib_check span {
  display: inline-block;
  font-weight: 300;
  padding-left: 36px;
  position: relative;
}
.lib_check span:after {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid var(--bg-ccc);
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/components/ico_check.png") no-repeat center/12px, var(--bg-fff-basic);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lib_check input:checked + span:after {
  border-color: var(--font-0073c9);
  background: url("/images/components/ico_check_on.png") no-repeat center/12px, var(--bg-fff-basic);
}
.lib_check.full {
  width: 100%;
  padding: 0;
  margin-top: 19px;
}
.lib_check.radio span:after {
  content: "";
  width: 26px;
  height: 26px;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/images/components/ico_radio.png") no-repeat center/contain;
}
.lib_check.radio input[type=radio]:checked + span:after {
  background: url("/images/components/ico_radio_on.png") no-repeat center/contain;
}
.lib_check.list2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  cursor: pointer;
}
.lib_check.list2 span {
  padding: 0 20px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.lib_check.list2 span:after {
  content: none;
}
.lib_check.list2 input + span {
  padding-left: 66px;
}
.lib_check.list2 input + span:after {
  content: "";
  left: 22px;
  top: 2px;
}
.lib_check.list2 input:checked + span:after {
  content: "";
  border-color: var(--font-0073c9);
  background-image: url("/images/components/ico_check_on.png");
}
.lib_check.list2 input:checked ~ span {
  color: var(--font-0073c9);
}

.lib_pagination {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.lib_pagination .page_prev,
.lib_pagination .page_next,
.lib_pagination .page_first,
.lib_pagination .page_last {
  cursor: pointer;
  width: 28px;
  height: 28px;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  float: left;
}
.lib_pagination .page_prev,
.lib_pagination .page_next {
  position: relative;
}
.lib_pagination .page_prev:after,
.lib_pagination .page_next:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 1px;
  left: 0;
  background: url("/images/arrow_pager.png") no-repeat center/contain;
}
.lib_pagination .page_prev.disabled,
.lib_pagination .page_next.disabled {
  opacity: 0.35;
}
.lib_pagination .page_first,
.lib_pagination .page_last {
  position: relative;
}
.lib_pagination .page_first:after,
.lib_pagination .page_last:after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  top: 1px;
  left: 0;
  background: url("/images/arrow_pager_end.png") no-repeat center/contain;
}
.lib_pagination .page_first.disabled,
.lib_pagination .page_last.disabled {
  opacity: 0.35;
}
.lib_pagination .page_prev {
  margin-right: 10px;
}
.lib_pagination .page_prev:after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lib_pagination .page_first:after {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lib_pagination ul {
  margin-right: 0;
  float: left;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lib_pagination ul li {
  float: left;
  cursor: pointer;
  width: 28px;
  text-align: center;
  line-height: 28px;
  color: var(--font-777);
  font-size: 14px;
  margin-right: 10px;
}
.lib_pagination ul li.on {
  color: var(--font-white);
  background-color: var(--font-0073c9);
  -moz-border-radius: 2px;
       border-radius: 2px;
}
.lib_pagination ul li:not(.on):hover {
  color: var(--font-0073c9);
  font-weight: 900;
}

.icon_box:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 22px;
  -moz-border-radius: 50px;
       border-radius: 50px;
}
.icon_box.success:before {
  background: var(--bg-d6e8ff) url("/images/components/ico_complete.png") no-repeat center/26px auto;
}
.icon_box.warning:before {
  background: var(--bg-eee) url("/images/components/ico_warning.png") no-repeat center/7px auto;
}
.icon_box + p {
  margin-top: 12px;
  font-size: 16px;
}

.cs_scroll {
  overflow: hidden auto;
}
.cs_scroll::-webkit-scrollbar {
  width: 8px;
}
.cs_scroll::-webkit-scrollbar-track {
  border-radius: 4px;
}
.cs_scroll::-webkit-scrollbar-thumb {
  background: var(--font-bbb-2);
  border-radius: 4px;
  border: 1px solid var(--bg-fff-pop);
}

.noti {
  color: var(--font-777);
  font-size: 14px;
}
.noti li {
  padding-left: 22px;
  position: relative;
}
.noti li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.noti.count li {
  padding-left: 20px;
  counter-increment: ord;
}
.noti.count li:before {
  content: counter(ord) ".";
}

.part_title {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 50px;
}

.mid_title {
  padding-left: 10px;
  color: var(--font-0073c9);
  font-size: 20px;
  font-weight: 500;
  margin: 50px 0 30px;
}

.page_btn {
  margin-top: 50px;
}

.tooltip_parent {
  display: inline-block;
  position: relative;
}
.tooltip_parent .btn_tooltip {
  width: 19px;
  height: 42px;
  background: url("/images/ico_tooltip.png") no-repeat center/contain;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
}
.tooltip_parent .tooltip {
  display: none;
  font-size: 14px;
  position: absolute;
  width: 260px;
  right: -moz-calc(50% - 130px);
  right: calc(50% - 130px);
  top: 45px;
  background: var(--bg-fff-pop);
  -moz-border-radius: 10px;
       border-radius: 10px;
  padding: 20px 18px;
  border: solid 1px var(--font-0073c9);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.tooltip_parent .tooltip:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 9px;
  z-index: 1;
  top: -9px;
  left: -moz-calc(50% - 6px);
  left: calc(50% - 6px);
  background: url("/images/bg_arrow.png") no-repeat center/12px;
}

.tooltip_wrap {
  display: inline-block;
  position: relative;
}
.tooltip_wrap .btn_tooltip {
  width: 19px;
  height: 19px;
  background: url("/images/ico_tooltip.png") no-repeat center/19px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
}
.tooltip_wrap .btn_tooltip:hover + .txt_tooltip {
  display: block;
}
.tooltip_wrap .txt_tooltip {
  display: none;
  font-size: 14px;
  position: absolute;
  width: 260px;
  right: -moz-calc(50% - 130px);
  right: calc(50% - 130px);
  top: 45px;
  background: var(--bg-fff-pop);
  -moz-border-radius: 10px;
       border-radius: 10px;
  padding: 20px 18px;
  border: solid 1px var(--font-0073c9);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.tooltip_wrap .txt_tooltip:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 9px;
  z-index: 1;
  top: -9px;
  left: -moz-calc(50% - 6px);
  left: calc(50% - 6px);
  background: url("/images/bg_arrow.png") no-repeat center/12px;
}

.ct_intro .intro_pop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  z-index: 999;
  background: var(--bg-fff-basic);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.ct_intro .intro_pop .conts {
  position: absolute;
  left: -moz-calc(50% - 116px);
  left: calc(50% - 116px);
  top: -moz-calc(50% - 60px);
  top: calc(50% - 60px);
  width: 233px;
  text-align: center;
  overflow: hidden;
}
.ct_intro .intro_pop .slogan {
  font-size: 16px;
  color: var(--font-233057);
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  -webkit-transition: width 0.5s ease-in;
  -o-transition: width 0.5s ease-in;
  -moz-transition: width 0.5s ease-in;
  transition: width 0.5s ease-in;
  -webkit-transition-delay: 0.7s;
     -moz-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
  text-align: left;
}
.ct_intro .intro_pop .img_wrap {
  width: 122px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: scale(1.5);
     -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  margin-left: 20px;
}
.ct_intro .intro_pop.fade_out {
  opacity: 0;
}
.ct_intro .intro_pop.action .img_wrap {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.ct_intro .intro_pop.action .slogan {
  width: 100%;
}
.ct_intro .common_wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.ct_intro .txt_bg.blue {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, var(--bg-d6e8ff)), color-stop(0, rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(bottom, var(--bg-d6e8ff) 40%, rgba(255, 255, 255, 0) 0);
  background: -o-linear-gradient(bottom, var(--bg-d6e8ff) 40%, rgba(255, 255, 255, 0) 0);
  background: linear-gradient(to top, var(--bg-d6e8ff) 40%, rgba(255, 255, 255, 0) 0);
}
.ct_intro .txt_bg.white {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--bg-fff-2)), color-stop(0, rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(bottom, var(--bg-fff-2) 50%, rgba(255, 255, 255, 0) 0);
  background: -o-linear-gradient(bottom, var(--bg-fff-2) 50%, rgba(255, 255, 255, 0) 0);
  background: linear-gradient(to top, var(--bg-fff-2) 50%, rgba(255, 255, 255, 0) 0);
}
.ct_intro .action_section .action1,
.ct_intro .action_section .action2,
.ct_intro .action_section .action3,
.ct_intro .action_section .action1_slow {
  opacity: 0;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.ct_intro .action_section .action1_slow {
  -webkit-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.ct_intro .action_section.acted .action1,
.ct_intro .action_section.acted .action2,
.ct_intro .action_section.acted .action3,
.ct_intro .action_section.acted .action1_slow {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.ct_intro .action_section.acted .action2 {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.ct_intro .action_section.acted .action3 {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.ct_intro .section .big {
  font-size: 90px;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.ct_intro .section .sub {
  padding-left: 41px;
  color: var(--font-233057);
}
.ct_intro .section .button {
  display: inline-block;
  width: 390px;
  height: 70px;
  line-height: 68px;
  -moz-border-radius: 50px;
       border-radius: 50px;
  color: var(--font-white);
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  padding-left: 40px;
  background: url("/images/intro/btn_arrow.png") no-repeat right 49px center/49px;
  background-color: var(--bg-233057);
}
.ct_intro .section .button:hover {
  background-color: #0073C9;
}
.ct_intro .section .btn_wrap {
  padding-left: 41px;
}
.ct_intro .section .btn_wrap p {
  font-size: 21px;
  color: var(--font-233057);
  padding-left: 40px;
  margin-bottom: 20px;
}
.ct_intro .section .img_wrap {
  position: absolute;
}
.ct_intro .section.st1 .common_wrap {
  padding-top: 209px;
  height: 900px;
}
.ct_intro .section.st1 .big {
  color: var(--font-1e53d6);
  -webkit-text-stroke: 1px var(--color-233057);
}
.ct_intro .section.st1 .sub {
  font-size: 40px;
  margin-top: 30px;
}
.ct_intro .section.st1 .btn_wrap {
  margin-top: 60px;
}
.ct_intro .section.st1 .img_wrap {
  bottom: 139px;
  right: 0;
}
.ct_intro .section.st2 {
  background: var(--bg-ecf5fc);
}
.ct_intro .section.st2 .common_wrap {
  padding-top: 143px;
  height: 900px;
}
.ct_intro .section.st2 .big {
  color: var(--font-017c69);
  -webkit-text-stroke: 1px var(--color-004b40);
}
.ct_intro .section.st2 .sub {
  font-size: 30px;
  margin-top: 40px;
}
.ct_intro .section.st2 .btn_wrap {
  margin-top: 70px;
}
.ct_intro .section.st2 .img_wrap {
  bottom: 142px;
  right: 0;
}
.ct_intro .section.st3 {
  text-align: center;
  background: url("/images/intro/bg_03.png") no-repeat center bottom/1640px;
}
.dark .ct_intro .section.st3 {
  background: url("/images/intro/bg_03_dark.png") no-repeat center bottom/1640px;
}

.ct_intro .section.st3 .common_wrap {
  padding-top: 160px;
  height: 900px;
}
.ct_intro .section.st3 .coming span {
  display: inline-block;
  -moz-border-radius: 50px;
       border-radius: 50px;
  background: var(--bg-bbbbbb);
  color: var(--font-white);
  height: 42px;
  line-height: 40px;
  padding: 0 31px;
  font-size: 20px;
  margin-bottom: 53px;
}
.ct_intro .section.st3 .big {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: var(--font-008daf);
  margin-bottom: 10px;
}
.ct_intro .section.st3 .sub {
  color: var(--font-333);
  font-size: 26px;
  padding: 0;
}
.ct_intro .section.st4 {
  background: var(--bg-f4f4f7);
}
.ct_intro .section.st4 .common_wrap {
  padding-left: 608px;
  padding-top: 91px;
  height: 450px;
  background: url("/images/intro/bg_04.png") no-repeat left bottom/560px;
}
.dark .ct_intro .section.st4 .common_wrap {
  background: url("/images/intro/bg_04_dark.png") no-repeat left bottom/560px;
}

.ct_intro .section.st4 .app_store {
  margin-bottom: 10px;
}
.ct_intro .section.st4 .big {
  font-size: 32px;
  font-weight: 500;
  color: var(--font-233057-2);
  font-family: "Noto Sans JP", sans-serif;
}
.ct_intro .section.st4 .big span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, var(--bg-fff-basic)), color-stop(0, rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(bottom, var(--bg-fff-basic) 40%, rgba(255, 255, 255, 0) 0);
  background: -o-linear-gradient(bottom, var(--bg-fff-basic) 40%, rgba(255, 255, 255, 0) 0);
  background: linear-gradient(to top, var(--bg-fff-basic) 40%, rgba(255, 255, 255, 0) 0);
}
.ct_intro .section.st4 .qr {
  border: 1px solid var(--color-dark);
  -moz-border-radius: 10px;
       border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  height: 120px;
  width: 120px;
  text-align: center;
  background: #fff;
  padding-top: 6px;
}
.ct_intro .section.st4 .download_wrap {
  margin-top: 69px;
}
.ct_intro .section.st4 .logo {
  display: inline-block;
  margin-left: 10px;
}

.landing.wrap {
  min-height: auto;
}
.landing .landing_contents {
  margin: 0 auto;
  width: 100%;
  color: var(--font-233057);
}
.landing .landing_contents img {
  vertical-align: top;
}
.landing .landing_contents .common_wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.landing .landing_contents .txt_bg {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, var(--bg-e0f3ff)), color-stop(0, rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(bottom, var(--bg-e0f3ff) 30%, rgba(255, 255, 255, 0) 0);
  background: -o-linear-gradient(bottom, var(--bg-e0f3ff) 30%, rgba(255, 255, 255, 0) 0);
  background: linear-gradient(to top, var(--bg-e0f3ff) 30%, rgba(255, 255, 255, 0) 0);
}
.landing .landing_contents .txt_bg.white {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, var(--bg-fff-basic)), color-stop(0, rgba(255, 255, 255, 0)));
  background: -moz-linear-gradient(bottom, var(--bg-fff-basic) 30%, rgba(255, 255, 255, 0) 0);
  background: -o-linear-gradient(bottom, var(--bg-fff-basic) 30%, rgba(255, 255, 255, 0) 0);
  background: linear-gradient(to top, var(--bg-fff-basic) 30%, rgba(255, 255, 255, 0) 0);
}
.landing .landing_contents .c__sky {
  color: var(--font-369ef7) !important;
}
.landing .landing_contents .c__green {
  color: var(--font-0c9b85) !important;
}
.landing .landing_contents .section1 {
  padding-top: 48px;
  padding-bottom: 112px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, var(--bg-fff-basic)), to(var(--bg-f2f5f8)));
  background: -moz-linear-gradient(top, var(--bg-fff-basic) 76%, var(--bg-f2f5f8));
  background: -o-linear-gradient(top, var(--bg-fff-basic) 76%, var(--bg-f2f5f8));
  background: linear-gradient(to bottom, var(--bg-fff-basic) 76%, var(--bg-f2f5f8));
}
.landing .landing_contents .section1 p {
  padding: 0 35px;
  color: var(--font-233057);
  text-align: center;
}
.landing .landing_contents .section1 .txt_big {
  font-size: 42px;
  color: var(--font-0068e2);
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-text-stroke: 1px var(--color-233057);
  margin-bottom: 16px;
}
.landing .landing_contents .section1 .txt_add {
  font-size: 23px;
  margin-bottom: 35px;
}
.landing .landing_contents .section2 {
  padding-top: 80px;
  width: 100%;
}
.landing .landing_contents .section2 p {
  padding: 0 30px;
  font-weight: 500;
  color: var(--font-233057);
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
}
.landing .landing_contents .section3 {
  background: var(--bg-eaf9fa);
  padding: 80px 0 33px 0;
}
.landing .landing_contents .section3 p {
  color: var(--font-233057);
  font-size: 22px;
  margin-bottom: 40px;
  padding-left: 35px;
}
.landing .landing_contents .section3 .txt_big {
  color: var(--font-017c69);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 42px;
  line-height: 1.19;
  font-weight: bold;
  -webkit-text-stroke: 1px var(--color-004b40);
  margin-bottom: 18px;
}
.landing .landing_contents .section4 {
  padding-top: 80px;
}
.landing .landing_contents .section4 p {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
.landing .landing_contents .section5 {
  background-image: url("/images/mob_landing/section5.png");
  background-repeat: repeat-x;
  background-position: right -100px bottom 30px;
  -moz-background-size: 600px;
       background-size: 600px;
  background-color: var(--bg-f0fcff);
  padding-top: 90px;
  padding-bottom: 430px;
}
.dark .landing .landing_contents .section5 {
  background-image: url("/images/mob_landing/section5_dark.png");
}

.landing .landing_contents .section5 .common_wrap {
  padding: 0 35px;
}
.landing .landing_contents .section5 .txt_welcome {
  color: var(--font-white);
  background: var(--bg-008daf);
  display: inline-block;
  padding: 7px 25px;
  -moz-border-radius: 50px;
       border-radius: 50px;
  margin-bottom: 28px;
}
.landing .landing_contents .section5 .txt_big {
  font-size: 34px;
  font-weight: bold;
  color: var(--font-008daf);
  margin-bottom: 35px;
}
.landing .landing_contents .section5 .txt_add {
  font-size: 22px;
}
.landing .bottom_fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.landing .bottom_fix .lib_btn {
  -moz-border-radius: 0;
       border-radius: 0;
  background: var(--bg-2e58de);
  color: var(--font-white);
  height: 60px;
  line-height: 60px;
  border-color: var(--bg-2e58de);
  font-size: 20px;
  font-weight: 500;
}

.ct_privacy_policy {
  padding-bottom: 70px;
  color: var(--color-dark-2);
}
.mobile .ct_privacy_policy {
  padding-left: 25px;
  padding-right: 25px;
}

.ct_privacy_policy .content {
  max-width: 1200px;
  margin: 0 auto;
}
.ct_privacy_policy .content .page_title {
  font-size: 32px;
  font-weight: 500;
  margin: 90px 0 50px 0;
  text-align: center;
}
.mobile .ct_privacy_policy .content .page_title {
  margin: 40px 0 30px -10px;
  text-align: left;
  font-size: 24px;
}

.app.mobile .ct_privacy_policy .content .page_title {
  margin-top: 10px;
}

.ct_privacy_policy .content p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.ct_privacy_policy .content dl > dt {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  position: relative;
}
.ct_privacy_policy .content dl > dd {
  padding-left: 24px;
}
.ct_privacy_policy .content .depth_1 {
  padding-left: 10px;
  counter-reset: termsNumber;
}
.ct_privacy_policy .content .depth_1 > dt {
  padding-left: 24px;
  margin-top: 20px;
  font-weight: 700;
}
.ct_privacy_policy .content .depth_1 > dt:before {
  position: absolute;
  counter-increment: termsNumber;
  content: counter(termsNumber) ".";
  left: 0;
}
.ct_privacy_policy .content .version {
  text-align: right;
  margin-top: 40px;
}
.ct_privacy_policy .content .version .date {
  margin-top: 0;
}
.ct_privacy_policy .content .version .auth {
  margin-top: 4px;
  font-weight: 500;
}

.ct_company .common_wrap {
  width: 1200px;
  margin: 0 auto;
  word-break: break-all;
}
.mobile .ct_company .common_wrap {
  width: 100%;
  max-width: 1200px;
}
.mobile .ct_company .common_wrap .img_big {
  display: none;
}

.ct_company .company_info {
  padding-bottom: 100px;
  padding-top: 90px;
}
.mobile .ct_company .company_info {
  padding: 0 26px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.ct_company .company_info ul {
  width: 810px;
  margin: 0 auto;
}
.mobile .ct_company .company_info ul {
  width: auto;
}

.ct_company .company_info li + li {
  margin-top: 50px;
}
.mobile .ct_company .company_info li + li {
  margin-top: 50px;
}

.ct_company .company_info li > p {
  font-size: 30px;
  color: var(--font-233057-2);
  margin-bottom: 30px;
  font-weight: 400;
}
.mobile .ct_company .company_info li > p {
  font-size: 20px;
}

.ct_company .company_info li div {
  padding-left: 40px;
  color: var(--font-555);
}
.mobile .ct_company .company_info li div {
  padding-left: 20px;
  font-size: 15px;
}

.ct_company .company_info li div > p + p {
  margin-top: 18px;
}
.ct_company .company_info li div > p + p.closer {
  margin-top: 12px;
}

.ct_contact_us .page_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-left: -10px;
  color: var(--font-333);
}
.mobile .ct_contact_us .page_title {
  margin-left: 0;
  font-size: 18px;
  padding-top: 3px;
}

.ct_contact_us .conts {
  padding: 0 10px;
}
.ct_contact_us .input_group {
  padding: 0;
}
.ct_contact_us .input_group + .input_group {
  margin-top: 20px;
}
.ct_contact_us .noti {
  color: var(--font-333);
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--color-ddd);
  font-size: 14px;
}
.ct_contact_us .btn_wrap {
  margin-top: 30px;
}

.lib_common_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 320px;
  padding: 0 16px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 376px) {
  .mobile .lib_common_pop {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.mobile .lib_common_pop .pop_wrap {
  -moz-border-radius: 18px;
       border-radius: 18px;
  padding-bottom: 59px;
}
.mobile .lib_common_pop .pop_bottom {
  -moz-border-radius: 0 0 18px 18px;
       border-radius: 0 0 18px 18px;
  overflow: hidden;
  border: 2px solid var(--bg-fff-pop);
  padding: 0;
}
.mobile .lib_common_pop .pop_bottom .lib_btn {
  -moz-border-radius: 0;
       border-radius: 0;
  height: 57px;
}
.mobile .lib_common_pop .pop_bottom .lib_btn.color {
  background: var(--bg-369ef7);
  border-color: var(--bg-369ef7);
  color: var(--font-white);
}
.mobile .lib_common_pop .pop_bottom .lib_btn.color:disabled {
  background: var(--bg-dce9f2-2);
  border-color: var(--bg-dce9f2-2);
  color: var(--font-white-3);
}
.mobile .lib_common_pop .pop_bottom .lib_btn.white {
  background: var(--bg-a9c2d3);
  border-color: var(--bg-a9c2d3);
  color: var(--font-white);
}
.mobile .lib_common_pop .pop_bottom .lib_btn + .lib_btn {
  margin-left: 0;
}
.mobile .lib_common_pop .pop_contents {
  padding: 38px 0 35px 0;
}
.mobile .lib_common_pop .pop_body {
  padding-left: 30px;
  padding-right: 30px;
}

.lib_common_pop .pop_inner {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.lib_common_pop .pop_wrap {
  position: absolute;
  width: 100%;
  max-width: 400px;
  padding-bottom: 94px;
  background: var(--bg-fff-pop);
  -moz-border-radius: 10px;
       border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.dark .lib_common_pop .pop_wrap {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.5);
}

.lib_common_pop .pop_body {
  font-size: 17px;
  color: var(--font-dark);
  font-weight: 400;
  position: relative;
  padding: 0 30px;
  max-height: -moz-calc(100vh - 120px - 94px);
  max-height: calc(100vh - 120px - 94px);
  line-height: 1.6;
  overflow-y: auto;
}
.lib_common_pop .pop_title {
  font-size: 24px;
  color: var(--font-dark);
  font-weight: 500;
  padding: 30px 0 0;
}
.lib_common_pop .pop_title + .pop_contents {
  padding-top: 40px;
}
.mobile .lib_common_pop .pop_title {
  padding-top: 38px;
  font-size: 18px;
  font-weight: 500;
}
.mobile .lib_common_pop .pop_title + .pop_contents {
  padding-top: 20px;
}

.lib_common_pop .btn_close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 50px;
  height: 50px;
  background: var(--bg-233057-2);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-border-radius: 50%;
       border-radius: 50%;
  z-index: 1;
}
.lib_common_pop .btn_close::after, .lib_common_pop .btn_close::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  left: 44%;
  width: 21px;
  height: 3px;
  margin-left: -7px;
  background-color: var(--font-white);
  -moz-border-radius: 10px;
       border-radius: 10px;
}
.lib_common_pop .btn_close::after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lib_common_pop .btn_close::before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile .lib_common_pop .btn_close {
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: url("/images/components/btn_close.png") no-repeat center/contain;
}
.mobile .lib_common_pop .btn_close::after, .mobile .lib_common_pop .btn_close::before {
  content: none;
}

.dark.mobile .lib_common_pop .btn_close {
  background: url("/images/components/btn_close_dark.png") no-repeat center/contain;
}

.lib_common_pop .pop_contents {
  padding: 50px 0 40px;
}
.lib_common_pop .pop_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 30px 40px 30px;
  -moz-border-radius: 0 0 10px 10px;
       border-radius: 0 0 10px 10px;
  background: var(--bg-fff-pop);
}
.lib_common_pop .pop_bottom .lib_btn {
  height: 54px;
  line-height: 52px;
  font-size: 18px;
}
.lib_common_pop .pop_bottom .lib_btn + .lib_btn {
  margin-left: 10px;
}
.lib_common_pop .data_wrap {
  padding: 0 10px;
}
.lib_common_pop.tpl .block {
  margin-top: 12px;
}

.list_loader {
  width: 100%;
  height: 150px;
  background: url("/images/loader.png") no-repeat center 80px/32px;
  text-align: center;
  color: var(--font-999);
  font-size: 13px;
  padding-top: 127px;
}

.lib_common_pop.basic .pop_wrap {
  max-width: 420px;
  padding-bottom: 104px;
}
.lib_common_pop.basic .pop_contents {
  padding: 30px 0 20px;
}
.lib_common_pop.basic .pop_bottom {
  padding: 0 40px 50px 40px;
}
.mobile .lib_common_pop.basic .pop_wrap {
  padding-bottom: 59px;
}
.mobile .lib_common_pop.basic .pop_bottom {
  padding: 0;
}

.lib_common_pop.wide .pop_wrap {
  padding-bottom: 110px;
  max-width: 540px;
}
.lib_common_pop.wide .pop_body {
  padding: 0 40px;
}
.lib_common_pop.wide .pop_bottom {
  padding: 0 40px 50px 40px;
}
.lib_common_pop.wide .pop_contents {
  padding-bottom: 30px;
}
.mobile .lib_common_pop.wide .pop_body {
  padding-left: 30px;
  padding-right: 30px;
}
.mobile .lib_common_pop.wide .pop_wrap {
  padding-bottom: 59px;
}
.mobile .lib_common_pop.wide .pop_bottom {
  padding: 0;
}

.lib_common_pop.extra_wide .pop_title {
  padding: 45px 0 0;
}
.lib_common_pop.extra_wide .pop_wrap {
  max-width: 700px;
  padding-bottom: 104px;
  -moz-border-radius: 20px;
       border-radius: 20px;
}
.lib_common_pop.extra_wide .pop_body {
  padding: 0 50px;
}
.lib_common_pop.extra_wide .pop_bottom {
  padding: 0 50px 50px 50px;
  -moz-border-radius: 0 0 20px 20px;
       border-radius: 0 0 20px 20px;
}
.lib_common_pop.extra_wide .pop_contents {
  padding: 50px 0 40px;
}
.mobile .lib_common_pop.extra_wide .pop_title {
  padding-top: 35px;
}
.mobile .lib_common_pop.extra_wide .pop_body {
  padding-left: 30px;
  padding-right: 30px;
}
.mobile .lib_common_pop.extra_wide .pop_wrap {
  padding-bottom: 59px;
}
.mobile .lib_common_pop.extra_wide .pop_bottom {
  padding: 0;
}

.lib_common_pop.no_btn .pop_wrap {
  padding-bottom: 0;
}
.lib_common_pop.title_fix .pop_body {
  max-height: -moz-calc(100vh - 120px - 87px);
  max-height: calc(100vh - 120px - 87px);
  padding-top: 68px;
}
.lib_common_pop.title_fix .pop_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.lib_common_pop.title_fix .pop_contents {
  max-height: -moz-calc(100vh - 120px - 155px);
  max-height: calc(100vh - 120px - 155px);
  overflow-y: auto;
}
.lib_common_pop.title_fix.default .pop_contents {
  padding-top: 10px;
}
.mobile .lib_common_pop.title_fix .pop_contents {
  padding-left: 30px;
  padding-right: 30px;
}
.mobile .lib_common_pop.title_fix .pop_body {
  padding-left: 0;
  padding-right: 0;
}

.lib_common_pop.bottom {
  padding: 0;
}
.desktop .lib_common_pop.bottom .pop_wrap {
  max-width: 500px;
}

.mobile .lib_common_pop.bottom .pop_wrap {
  top: initial !important;
  bottom: 0;
  padding-bottom: 87px;
  -moz-border-radius: 16px 16px 0 0;
       border-radius: 16px 16px 0 0;
  max-width: none;
  overflow: hidden;
  -webkit-animation: slideUp 300ms ease-out;
     -moz-animation: slideUp 300ms ease-out;
          animation: slideUp 300ms ease-out;
}
.mobile .lib_common_pop.bottom .pop_body {
  max-height: -moz-calc(100vh - 103.8px);
  max-height: calc(100vh - 103.8px);
}
.mobile .lib_common_pop.bottom .pop_title {
  padding-top: 50px;
  padding-bottom: 30px;
  color: var(--font-dark);
}
.mobile .lib_common_pop.bottom .pop_bottom {
  padding-bottom: 30px;
  -moz-border-radius: 0;
       border-radius: 0;
  border: none;
  padding-left: 16px;
  padding-right: 16px;
}
.mobile .lib_common_pop.bottom .pop_bottom .lib_btn {
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.mobile .lib_common_pop.bottom .pop_bottom .lib_btn.color {
  background: #008daf;
  border-color: #008daf;
}
.mobile .lib_common_pop.bottom.title_fix .pop_body {
  padding-top: 108px;
}
.mobile .lib_common_pop.bottom.title_fix .pop_contents {
  padding: 0 16px 40px 16px;
  max-height: -moz-calc(80vh - 195px);
  max-height: calc(80vh - 195px);
}

.lib_common_pop.toast {
  opacity: 0;
}
.lib_common_pop.toast .pop_wrap {
  padding-bottom: 0;
  -moz-border-radius: 20px;
       border-radius: 20px;
  max-width: 305px;
}
.lib_common_pop.toast .pop_contents {
  padding: 35px 0;
}

.lib_loader {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
}
.lib_loader .loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
.lib_loader .loader_cmt {
  position: absolute;
  left: 0;
  text-align: center;
  top: -moz-calc(50% + 10px);
  top: calc(50% + 10px);
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.lib_loader .loader_cmt + .loading-center-absolute {
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
}
.lib_loader .loader_cmt + .loading-center-absolute + .object_star {
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
}
.lib_loader .loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 34px;
  width: 34px;
  margin-top: -17px;
  margin-left: -17px;
  -webkit-animation: loading-center-absolute 2.2s infinite;
     -moz-animation: loading-center-absolute 2.2s infinite;
          animation: loading-center-absolute 2.2s infinite;
}
.lib_loader .object {
  width: 9px;
  height: 9px;
  background-color: #00ebff;
  float: left;
  -moz-border-radius: 50%;
       border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
  opacity: 1;
}
.lib_loader .object_star {
  width: 34px;
  height: 34px;
  background: url("/images/loader_star.png") no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -17px;
  margin-left: -17px;
  -webkit-animation: object_star 2.2s infinite;
     -moz-animation: object_star 2.2s infinite;
          animation: object_star 2.2s infinite;
  opacity: 0;
}
.lib_loader .object:nth-child(2n+0) {
  margin-right: 0;
}
.lib_loader #object_one {
  -webkit-animation: object_one 2.2s infinite;
     -moz-animation: object_one 2.2s infinite;
          animation: object_one 2.2s infinite;
}
.lib_loader #object_two {
  -webkit-animation: object_two 2.2s infinite;
     -moz-animation: object_two 2.2s infinite;
          animation: object_two 2.2s infinite;
}
.lib_loader #object_three {
  -webkit-animation: object_three 2.2s infinite;
     -moz-animation: object_three 2.2s infinite;
          animation: object_three 2.2s infinite;
}
.lib_loader #object_four {
  -webkit-animation: object_four 2.2s infinite;
     -moz-animation: object_four 2.2s infinite;
          animation: object_four 2.2s infinite;
}

@-webkit-keyframes loading-center-absolute {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  80% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes loading-center-absolute {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  20% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  80% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes loading-center-absolute {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  80% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes object_star {
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
@-moz-keyframes object_star {
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
@keyframes object_star {
  15% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
@-webkit-keyframes object_one {
  20% {
    -webkit-transform: translate(12px, 12px);
            transform: translate(12px, 12px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate(12px, 12px);
            transform: translate(12px, 12px);
    opacity: 0;
  }
}
@-moz-keyframes object_one {
  20% {
    -moz-transform: translate(12px, 12px);
         transform: translate(12px, 12px);
    opacity: 0;
  }
  80% {
    -moz-transform: translate(12px, 12px);
         transform: translate(12px, 12px);
    opacity: 0;
  }
}
@keyframes object_one {
  20% {
    -webkit-transform: translate(12px, 12px);
       -moz-transform: translate(12px, 12px);
            transform: translate(12px, 12px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate(12px, 12px);
       -moz-transform: translate(12px, 12px);
            transform: translate(12px, 12px);
    opacity: 0;
  }
}
@-webkit-keyframes object_two {
  20% {
    -webkit-transform: translate(-12px, 12px);
            transform: translate(-12px, 12px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate(-12px, 12px);
            transform: translate(-12px, 12px);
    opacity: 0;
  }
}
@-moz-keyframes object_two {
  20% {
    -moz-transform: translate(-12px, 12px);
         transform: translate(-12px, 12px);
    opacity: 0;
  }
  80% {
    -moz-transform: translate(-12px, 12px);
         transform: translate(-12px, 12px);
    opacity: 0;
  }
}
@keyframes object_two {
  20% {
    -webkit-transform: translate(-12px, 12px);
       -moz-transform: translate(-12px, 12px);
            transform: translate(-12px, 12px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate(-12px, 12px);
       -moz-transform: translate(-12px, 12px);
            transform: translate(-12px, 12px);
    opacity: 0;
  }
}
@-webkit-keyframes object_three {
  20% {
    -webkit-transform: translate(12px, -12px);
            transform: translate(12px, -12px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate(12px, -12px);
            transform: translate(12px, -12px);
    opacity: 0;
  }
}
@-moz-keyframes object_three {
  20% {
    -moz-transform: translate(12px, -12px);
         transform: translate(12px, -12px);
    opacity: 0;
  }
  80% {
    -moz-transform: translate(12px, -12px);
         transform: translate(12px, -12px);
    opacity: 0;
  }
}
@keyframes object_three {
  20% {
    -webkit-transform: translate(12px, -12px);
       -moz-transform: translate(12px, -12px);
            transform: translate(12px, -12px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate(12px, -12px);
       -moz-transform: translate(12px, -12px);
            transform: translate(12px, -12px);
    opacity: 0;
  }
}
@-webkit-keyframes object_four {
  20% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
    opacity: 0;
  }
}
@-moz-keyframes object_four {
  20% {
    -moz-transform: translate(-12px, -12px);
         transform: translate(-12px, -12px);
    opacity: 0;
  }
  80% {
    -moz-transform: translate(-12px, -12px);
         transform: translate(-12px, -12px);
    opacity: 0;
  }
}
@keyframes object_four {
  20% {
    -webkit-transform: translate(-12px, -12px);
       -moz-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
    opacity: 0;
  }
  80% {
    -webkit-transform: translate(-12px, -12px);
       -moz-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
    opacity: 0;
  }
}
#popCenter .form_area {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--color-ddd);
}

#popSystem .noti {
  font-size: 16px;
  color: var(--font-dark);
  font-weight: 400;
  padding-left: 20px;
}
#popSystem .pop_contents {
  color: var(--font-333) _;
}
#popSystem .pop_title_sub {
  font-size: 20px;
  font-weight: 500;
}
#popSystem .contact {
  width: 460px;
  height: 84px;
  margin-top: 20px;
  padding: 30px 0;
  -moz-border-radius: 4px;
       border-radius: 4px;
  background-color: var(--bg-efeff4);
  text-align: center;
}
#popSystem .contact .title {
  font-size: 16px;
  color: var(--font-0073c9);
  font-weight: 400;
}
#popSystem .contact .email {
  font-size: 16px;
  color: var(--font-0073c9);
  font-weight: 400;
  font-weight: 700;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes stretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    background-color: rgb(163, 203, 255);
    -webkit-box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
            box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    background-color: rgb(163, 203, 255);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
  }
}
@-moz-keyframes stretchDelay {
  0%, 40%, 100% {
    -moz-transform: scaleY(0.8);
         transform: scaleY(0.8);
    background-color: rgb(163, 203, 255);
    -moz-box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
         box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
  }
  20% {
    -moz-transform: scaleY(1);
         transform: scaleY(1);
    background-color: rgb(163, 203, 255);
    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
         box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
  }
}
@keyframes stretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.8);
       -moz-transform: scaleY(0.8);
            transform: scaleY(0.8);
    background-color: rgb(163, 203, 255);
    -webkit-box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
       -moz-box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
            box-shadow: 0 0 0 rgba(10, 10, 10, 0.1);
  }
  20% {
    -webkit-transform: scaleY(1);
       -moz-transform: scaleY(1);
            transform: scaleY(1);
    background-color: rgb(163, 203, 255);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
       -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.13);
  }
}
@-webkit-keyframes slideUp {
  from {
    bottom: -200px;
  }
  to {
    bottom: 0;
  }
}
@-moz-keyframes slideUp {
  from {
    bottom: -200px;
  }
  to {
    bottom: 0;
  }
}
@keyframes slideUp {
  from {
    bottom: -200px;
  }
  to {
    bottom: 0;
  }
}