@charset "UTF-8";
.list-box {
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .list-box-title {
    display: block;
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.3;
    border-top: 1px solid #f6f6f6; }
    .list-box-title h2 {
      display: block;
      padding: 25px 0 10px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      color: #000;
      font-weight: 500; }
    .list-box-title-link {
      position: relative;
      padding: 8px 0 0;
      min-height: 39px;
      background: #f8f8f8; }
      .list-box-title-link h2 {
        display: block;
        padding: 19px 20px 0;
        font-family: AppleSDGothicNeo, sans-serif;
        font-size: 19px;
        line-height: 39px;
        font-weight: bold;
        color: #000;
        background: #fff; }
        .list-box-title-link h2 .icon_link {
          float: right;
          margin-top: 5px;
          padding: 0 11px;
          height: 25px;
          border: 1px solid #000;
          border-radius: 13.5px;
          line-height: 27px;
          font-size: 12px;
          font-weight: 600;
          color: #000; }
      .header + div > section:first-of-type > .list-box-title-link {
        background: none; }
      .header_banners + section:first-of-type > .list-box-title-link, .header_banners + div section:first-of-type > .list-box-title-link {
        padding-top: 0;
        margin-top: 12px; }
      .list-box-title-link .sort-list, .list-box-title-link .btn_box {
        display: none; }
  .list-box ul {
    display: block;
    overflow: hidden; }

.list {
  display: block;
  height: 134px; }
  .list-link {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .list-link-imgbox {
      display: table-cell;
      width: 75px;
      vertical-align: middle; }
      .list-link-imgbox-stroke {
        position: relative;
        display: block;
        overflow: hidden;
        width: 75px;
        height: 75px;
        margin-right: 19px;
        border-radius: 50%; }
        .list-link-imgbox-stroke-mask {
          position: absolute;
          top: 0;
          left: 0;
          width: 75px;
          height: 75px;
          background: url(/clova-ai/skillstore/static/img/im_stroke_s.png) no-repeat;
          background-size: 75px 75px; }
        .list-link-imgbox-stroke img {
          width: 100%;
          height: 100%; }
        .list-link-imgbox-stroke .no-image {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          box-sizing: border-box;
          text-align: center;
          line-height: 63px;
          font-size: 12px;
          font-weight: 300;
          color: #ccc; }
    .list-link-infobox {
      display: table-cell;
      vertical-align: middle;
      padding-left: 20px; }
      .list-link-infobox span {
        line-height: 1.3; }
      .list-link-infobox-title {
        font-size: 20px;
        line-height: 1.3;
        font-weight: 400;
        display: inline-block;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden; }
      .list-link-infobox-company {
        font-size: 13px;
        color: #9c9c9c;
        margin-bottom: 9px;
        font-weight: 400;
        display: inline-block;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden; }
      .list-link-infobox-use {
        font-size: 18px;
        color: #4c4c4c;
        font-weight: 200;
        display: block;
        display: -webkit-box;
        max-height: 54px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
  .list.type_main {
    height: 87px; }
    .list.type_main .list-link-imgbox {
      width: 65px; }
      .list.type_main .list-link-imgbox-stroke {
        width: 65px;
        height: 65px; }
        .list.type_main .list-link-imgbox-stroke-mask {
          width: 65px;
          height: 65px;
          border: 0;
          background: url(/clova-ai/skillstore/static/img/im_stroke_main.png) no-repeat;
          background-size: 65px 65px; }
    .list.type_main .list-link-infobox {
      padding-left: 17px; }
      .list.type_main .list-link-infobox-title {
        font-family: AppleSDGothicNeo, sans-serif;
        font-size: 17px;
        font-weight: 600;
        color: #000; }
        .list.type_main .list-link-infobox-title-num {
          margin-right: 7px;
          font-weight: 600;
          font-family: 'SF-UI-Display', sans-serif; }
      .list.type_main .list-link-infobox-use {
        display: block;
        margin-top: 3.5px;
        font-family: AppleSDGothicNeo, sans-serif;
        font-size: 14px;
        line-height: 21px;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.6);
        -webkit-line-clamp: 1;
        overflow: visible;
        white-space: nowrap; }
        .list.type_main .list-link-infobox-use-text {
          display: inline-block;
          line-height: 21px;
          max-width: calc(100% - 24px);
          text-overflow: ellipsis;
          white-space: nowrap;
          word-wrap: normal;
          overflow: hidden;
          vertical-align: top; }
  .list.type_search {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px; }
    .list.type_search .list-link-infobox-title {
      margin-left: -4px;
      font-family: AppleSDGothicNeo, sans-serif;
      font-size: 18px;
      line-height: 23px;
      font-weight: 600;
      color: #000; }
      .list.type_search .list-link-infobox-title .text_blue {
        font-weight: bold;
        color: #1d92e4; }
    .list.type_search .list-link-infobox-company {
      margin-bottom: 2px;
      font-family: AppleSDGothicNeo, sans-serif;
      font-size: 14px;
      line-height: 20px;
      font-weight: normal;
      color: #9c9c9c; }
    .list.type_search .list-link-infobox-use {
      font-family: AppleSDGothicNeo, sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 21px;
      max-height: 42px;
      color: #4c4c4c;
      display: block;
      -webkit-line-clamp: 1;
      overflow: visible;
      white-space: nowrap; }
      .list.type_search .list-link-infobox-use-text {
        display: inline-block;
        line-height: 21px;
        max-width: calc(100% - 24px);
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        overflow: hidden;
        vertical-align: top; }

.list-info {
  padding: 22px 20px 8px; }
  .list-info strong {
    font-family: AppleSDGothicNeo, sans-serif;
    font-size: 18px;
    color: #000; }
    .list-info strong.num {
      margin-left: 5px;
      font-family: SFProDisplay ,AppleSDGothicNeo, sans-serif;
      color: #1d92e4; }
  .list-info.type_line {
    background: url(/clova-ai/skillstore/static/img/im_line.png) repeat-x 0 100%;
    background-size: 1px 1px; }

.scroll_wide_box {
  padding-bottom: 22px;
  overflow-x: auto;
  overflow-y: hidden; }
  .scroll_wide_box .list-box {
    padding-bottom: 0;
    display: flex;
    overflow: visible; }
    .scroll_wide_box .list-box > li {
      width: 89.6%; }
      .scroll_wide_box .list-box > li:last-of-type {
        width: 100%; }
        .scroll_wide_box .list-box > li:last-of-type > a {
          width: 89.6%; }
  .scroll_wide_box .list {
    width: 100%; }
    .scroll_wide_box .list-link {
      padding: 0 0 0 20px; }

[lang="ja"] .list-box-title strong,
[lang="ja"] .list-box-title-link,
[lang="ja"] .list.type_main .list-link-infobox-title,
[lang="ja"] .list.type_main .list-link-infobox-use {
  font-family: 'SF-UI-Display', 'HiraginoSans-W3', 'Hiragino Kaku Gothic ProN', Meiryo, arial, sans-serif; }

[lang="ja"] .list-link-infobox-title,
[lang="ja"] .list-link-infobox-company,
[lang="ja"] .list-link-infobox-use {
  font-family: 'SF-UI-Display', 'HiraginoSans-W3', 'Hiragino Kaku Gothic ProN', Meiryo, arial, sans-serif;
  letter-spacing: -0.5px; }

[lang="ja"] .list-box-title-link {
  padding: 10px 0 0; }

[lang="ja"] .header + section .list-box-title-link {
  padding: 0; }

[lang="ja"] .list-box-title-link h2 {
  padding: 24px 20px 0;
  line-height: 35px; }

[lang="ja"] .list.type_main .list-link-infobox-use {
  font-size: 13px; }

@media not screen and (max-width: 767px) {
  .list-box-title-link {
    padding-bottom: 9px; }
    .list-box-title-link h2 {
      overflow: hidden;
      width: 100%;
      padding: 0;
      font-size: 18px;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .list-box-title-link.type_top_bg {
      background: #fff; }
    .list-box-title-link.slide-btn {
      position: relative;
      margin-top: 0 !important;
      padding: 8px 100px 9px 0; }
      .list-box-title-link.slide-btn .btn_box {
        display: block;
        position: absolute;
        right: -10px;
        bottom: 18px; }
        .list-box-title-link.slide-btn .btn_box button {
          padding: 5px 10px;
          cursor: pointer; }
          .list-box-title-link.slide-btn .btn_box button:after {
            display: block;
            content: '';
            width: 9px;
            height: 17px;
            background: url(/clova-ai/skillstore/static/img/sp_btn.png) no-repeat;
            background-size: 100px 100px;
            -webkit-background-size: 100px 100px; }
        .list-box-title-link.slide-btn .btn_box .btn_prev {
          margin-right: 22px; }
          .list-box-title-link.slide-btn .btn_box .btn_prev:after {
            background-position: 0 -48px; }
          .list-box-title-link.slide-btn .btn_box .btn_prev.off:after {
            background-position: 0 -70px; }
        .list-box-title-link.slide-btn .btn_box .btn_next:after {
          background-position: -14px -48px; }
        .list-box-title-link.slide-btn .btn_box .btn_next.off:after {
          background-position: -14px -70px; }
    .list-box-title-link.sort {
      position: relative;
      padding: 8px 300px 9px 0; }
      .list-box-title-link.sort .sort-list {
        overflow: hidden;
        display: block;
        position: absolute;
        right: 0;
        bottom: 22px; }
        .list-box-title-link.sort .sort-list-item {
          position: relative;
          display: inline-block;
          margin-right: 42px;
          font-size: 16px; }
          .list-box-title-link.sort .sort-list-item:last-child {
            margin-right: 0; }
            .list-box-title-link.sort .sort-list-item:last-child:after {
              display: none; }
          .list-box-title-link.sort .sort-list-item:after {
            content: '';
            position: absolute;
            top: 8px;
            right: -23px;
            width: 3px;
            height: 3px;
            background: #000;
            opacity: 0.3; }
          .list-box-title-link.sort .sort-list-item.on {
            font-weight: bold; }
            .list-box-title-link.sort .sort-list-item.on:before {
              content: '';
              display: inline-block;
              width: 20px;
              height: 16px;
              margin-right: 7px;
              background: url(/clova-ai/skillstore/static/img/icon_check.png) no-repeat;
              background-size: 20px 16px;
              -webkit-background-size: 20px 16px; }
            .list-box-title-link.sort .sort-list-item.on a {
              opacity: 1; }
          .list-box-title-link.sort .sort-list-item a {
            color: #000;
            opacity: 0.3; }
    .list-box-title-link .btn_box, .list-box-title-link .sort-list {
      display: none; }
  .list-link {
    position: relative;
    padding: 29px 30px 29px 28px; }
  .list {
    float: left;
    width: 49%;
    margin-top: 15px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .list:nth-child(odd) {
      margin-right: 2%; }
    .list.type_main, .list.type_search {
      height: 158px; }
      .list.type_main .list-link-imgbox, .list.type_search .list-link-imgbox {
        width: 100px; }
        .list.type_main .list-link-imgbox-stroke, .list.type_search .list-link-imgbox-stroke {
          width: 100px;
          height: 100px; }
          .list.type_main .list-link-imgbox-stroke-mask, .list.type_search .list-link-imgbox-stroke-mask {
            width: 100px;
            height: 100px;
            background: url(/clova-ai/skillstore/static/img/img_mask_200.png) no-repeat;
            background-size: 100px 100px; }
      .list.type_main .list-link-infobox, .list.type_search .list-link-infobox {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        padding-left: 0;
        width: 100%; }
        .list.type_main .list-link-infobox-title, .list.type_search .list-link-infobox-title {
          font-size: 22px;
          font-weight: 700; }
        .list.type_main .list-link-infobox-company, .list.type_search .list-link-infobox-company {
          margin: 15px 0 3px;
          font-size: 13px; }
        .list.type_main .list-link-infobox-use, .list.type_search .list-link-infobox-use {
          font-size: 16px; }
          .list.type_main .list-link-infobox-use-text, .list.type_search .list-link-infobox-use-text {
            line-height: 24px; }
    .list.type_search {
      padding: 0; }
      .list.type_search-infobox-company {
        display: block;
        margin-top: 23px; }
  .list-link-imgbox {
    display: block;
    float: right; }
  .list-link-infobox {
    display: block;
    float: left;
    max-width: calc(100% - 100px - 67px); }
  .vertical_box {
    margin-top: -15px; }
  .scroll_wide_box {
    overflow: hidden;
    margin-top: -15px;
    margin-bottom: 44px; }
    .scroll_wide_box .list-box > li {
      width: 100%; }
    .scroll_wide_box .list-link {
      padding: 29px 30px 29px 28px; }
    .scroll_wide_box .list {
      float: left;
      width: 49%;
      margin-top: 15px;
      border: 1px solid #ededed;
      box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      .scroll_wide_box .list:nth-child(odd) {
        margin-right: 2%; } }

@media not screen and (max-width: 767px) {
  .jp .list-box-title-link h2 {
    padding: 0;
    font-weight: 700; }
  .jp .list.type_search .list-link-infobox-title {
    font-weight: 700; }
  .jp .list.type_search .list-link-infobox-use-text {
    line-height: 24px; } }

.pc_layout.kr .list.type_search .list-link-infobox-title, .pc_layout.kr .list.type_search .list-link-infobox-company {
  font-family: "NanumSquare", 나눔스퀘어, Nanum Barun Gothic, 나눔바른고딕, "Nanum Barun Gothic", "NanumGothic", "\B098\B214\ACE0\B515", "Apple SD Gothic Neo", Dotum, "\B3CB\C6C0", sans-serif; }

.pc_layout.kr .list-box-title-link h2 {
  font-family: "NanumSquare", 나눔스퀘어, Nanum Barun Gothic, 나눔바른고딕, "Nanum Barun Gothic", "NanumGothic", "\B098\B214\ACE0\B515", "Apple SD Gothic Neo", Dotum, "\B3CB\C6C0", sans-serif; }

@media not screen and (max-width: 767px) {
  .pc_layout.kr .list.type_search .list-link-infobox-title {
    font-weight: 700;
    font-size: 21px;
    margin-top: 4px; }
  .pc_layout.kr .list.type_search .list-link-infobox-use {
    margin-top: -4px; }
    .pc_layout.kr .list.type_search .list-link-infobox-use .list-link-infobox-use-text {
      font-weight: 400; } }

@charset "UTF-8";
.section_search {
  position: relative;
  padding: 18px 20px; }
  .section_search .search_box {
    position: relative;
    height: 39px;
    background: #f7f7f8;
    border-radius: 5px; }
    .section_search .search_box .input_search {
      height: 39px;
      width: 100%;
      padding-left: 44px;
      padding-right: 40px;
      border: 0;
      outline: none;
      font-size: 17px;
      color: #000; }
      .section_search .search_box .input_search::-ms-clear {
        display: none;
        width: 0;
        height: 0; }
      .section_search .search_box .input_search::-ms-reveal {
        display: none;
        width: 0;
        height: 0; }
      .section_search .search_box .input_search::-webkit-search-decoration, .section_search .search_box .input_search::-webkit-search-cancel-button, .section_search .search_box .input_search::-webkit-search-results-button, .section_search .search_box .input_search::-webkit-search-results-decoration {
        display: none; }
      .section_search .search_box .input_search::-webkit-input-placeholder {
        color: #f7f7f8;
        font-size: 14px;
        line-height: 35px; }
      .section_search .search_box .input_search::-moz-placeholder {
        color: #f7f7f8;
        font-size: 14px;
        line-height: 35px; }
      .section_search .search_box .input_search:-ms-input-placeholder {
        color: #f7f7f8;
        font-size: 14px;
        line-height: 35px; }
      .section_search .search_box .input_search::-ms-input-placeholder {
        color: #f7f7f8;
        font-size: 14px;
        line-height: 35px; }
      .section_search .search_box .input_search::placeholder {
        color: #f7f7f8;
        font-size: 14px;
        line-height: 35px; }
  .section_search .btn_cancle {
    display: none;
    position: absolute;
    top: 18px;
    right: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    color: #282828; }
  .section_search .btn_search {
    display: block;
    position: absolute;
    left: 15px;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px; }
    .section_search .btn_search:before {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      background: url(/clova-ai/skillstore/static/img/btn_search_gray.png) no-repeat 0 0;
      background-size: 18px 18px;
      -webkit-background-size: 18px 18px; }
  .section_search .btn_delete {
    display: block;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    outline: none; }
    .section_search .btn_delete:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background: url(/clova-ai/skillstore/static/img/btn_delete.png) no-repeat 0 0;
      background-size: 20px 20px;
      -webkit-background-size: 20px 20px; }
  .section_search.input_select {
    padding-right: 65px; }
    .section_search.input_select .btn_cancle {
      display: block; }

.search_box_title {
  display: none; }

[lang="ja"] .section_search.input_select {
  padding-right: 115px; }

@supports (padding-top: constant(safe-area-inset-top)) {
  .section_search {
    margin-top: constant(safe-area-inset-top); } }

@supports (padding-top: env(safe-area-inset-top)) {
  .section_search {
    margin-top: env(safe-area-inset-top); } }

.search-nav-fixed ~ .section_search {
  margin-top: 0; }

.section_search.border {
  border-bottom: #f8f8f8 1px solid;
  margin-top: 0; }

/* 20190424 search error page add */
.content.search_error_box {
  padding: 0;
  text-align: left; }

.search_error_box .error_content {
  margin-top: 177px;
  text-align: center; }

.search_error_box .error_content .img_search_error {
  width: 101px;
  height: 100px;
  margin: 0 auto 50px;
  background: url(/clova-ai/skillstore/static/img/im_search_error.png) no-repeat 0 0;
  background-size: 101px 100px;
  -webkit-background-size: 101px 100px;
  opacity: 0.1; }

.error_content .txt_main {
  font-size: 22px; }

.error_content .txt_sub {
  font-size: 16px;
  padding: 13px 0 10px;
  line-height: 23px;
  word-wrap: break-word;
  word-break: break-all;
  color: #737373; }

@media not screen and (max-width: 767px) {
  .section_search {
    padding: 0;
    margin-bottom: 52px; }
    .section_search.input_select {
      padding: 0;
      margin-bottom: 52px; }
      .section_search.input_select .btn_cancle {
        display: none; }
    .section_search .search_box_title {
      display: block;
      margin-bottom: 5px;
      padding-top: 8px; }
      .section_search .search_box_title .title_text {
        font-size: 16px;
        line-height: 35px; }
    .section_search .search_box {
      height: 35px;
      border: 1px solid #f4f4f4;
      border-radius: 2px;
      background-color: #f8f8f8;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      .section_search .search_box .input_search {
        height: 35px;
        padding-left: 11px;
        font-size: 14px;
        line-height: 35px; }
        .section_search .search_box .input_search::-webkit-input-placeholder {
          color: #999;
          font-size: 14px;
          line-height: 35px; }
        .section_search .search_box .input_search::-moz-placeholder {
          color: #999;
          font-size: 14px;
          line-height: 35px; }
        .section_search .search_box .input_search:-ms-input-placeholder {
          color: #999;
          font-size: 14px;
          line-height: 35px; }
        .section_search .search_box .input_search::-ms-input-placeholder {
          color: #999;
          font-size: 14px;
          line-height: 35px; }
        .section_search .search_box .input_search::placeholder {
          color: #999;
          font-size: 14px;
          line-height: 35px; }
    .section_search .btn_search {
      right: 11px;
      left: auto; }
      .section_search .btn_search:before {
        background: url(/clova-ai/skillstore/static/img/btn_search.png) 0px 0px/18px 18px no-repeat; }
    .section_search .btn_delete {
      display: none; } }

@media not screen and (max-width: 767px) {
  [lang="ja"] .section_search.input_select {
    padding: 0; } }

.pc_layout.kr .section_search input {
  font-family: "NanumSquare", 나눔스퀘어, Nanum Barun Gothic, 나눔바른고딕, "Nanum Barun Gothic", "NanumGothic", "\B098\B214\ACE0\B515", "Apple SD Gothic Neo", Dotum, "\B3CB\C6C0", sans-serif; }

@charset "UTF-8";
/* common */
body,
button,
dd,
details,
dl,
dt,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
input,
legend,
li,
menu,
nav,
ol,
p,
section,
table,
td,
th,
ul {
  margin: 0;
  padding: 0;
  font-family: 'SF-UI-Display', 'HiraginoSans-W3', 'Hiragino Kaku Gothic ProN', Meiryo, arial, sans-serif;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }

html.block_scroll,
body.block_scroll {
  overflow: hidden; }

fieldset,
img {
  border: 0; }

img {
  vertical-align: top; }

li,
ol,
ul {
  list-style: none; }

address,
em,
i {
  font-style: normal; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1); }

table {
  border-collapse: collapse; }

table caption {
  display: none !important; }

textarea, input {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0; }

button {
  border: 0;
  background: none;
  -webkit-appearance: none; }

/* 웹폰트 */
@font-face {
  font-family: 'SF-UI-Display';
  font-display: swap;
  src: url(/clova-ai/skillstore/static/webfont/SFUIDisplay/SF-UI-Display-Light.otf) format("opentype");
  src: url(/clova-ai/skillstore/static/webfont/SFUIDisplay/SF-UI-Display-Light.woff) format("woff"), url(/clova-ai/skillstore/static/webfont/SFUIDisplay/SF-UI-Display-Light.woff2) format("woff2");
  font-weight: 400; }

@font-face {
  font-family: 'SF-UI-Display';
  font-display: swap;
  src: url(/clova-ai/skillstore/static/webfont/SFUIDisplay/SF-UI-Display-Regular.otf) format("opentype");
  src: url(/clova-ai/skillstore/static/webfont/SFUIDisplay/SF-UI-Display-Regular.woff) format("woff"), url(/clova-ai/skillstore/static/webfont/SFUIDisplay/SF-UI-Display-Regular.woff2) format("woff2");
  font-weight: 500; }

@font-face {
  font-family: 'SF-UI-Display';
  font-display: swap;
  src: url(/clova-ai/skillstore/static/webfont/SFUIDisplay/SF-UI-Display-Semibold.otf) format("opentype");
  src: url(/clova-ai/skillstore/static/webfont/SFUIDisplay/SF-UI-Display-Semibold.woff) format("woff"), url(/clova-ai/skillstore/static/webfont/SFUIDisplay/SF-UI-Display-Semibold.woff2) format("woff2");
  font-weight: 700; }

a, img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden; }

.text-blue {
  color: #1D92E4 !important; }

@media not screen and (max-width: 767px) {
  .mobile_only {
    display: none !important; } }

.pc_only {
  display: none; }
  @media not screen and (max-width: 767px) {
    .pc_only {
      display: block !important; } }

.mt-20 {
  margin-top: 20px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-75 {
  margin-top: 75px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pl-27 {
  padding-left: 27px !important; }

