/* PC (해상도 1024px)*/
@media all and (min-width: 1024px) {
  /* card */
  .card_wrapper {
    max-width: 439px;
    border-radius: 8px;
    border: 1px solid #d6d6e1;
    overflow: hidden;
    padding-bottom: 20px;
  }

  .card_top {
    height: 236px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .fav_btn {
    position: absolute;
    top: 18px;
    right: 18px;
    border-radius: 30px;
    background-color: rgb(255, 255, 255, 0.9);
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 10px;
  }
  .fav_btn:hover {
    background-color: rgb(0, 0, 0, 0.1);
    transition: 0.2s;
  }

  .btn_img {
    width: 18px;
  }

  .card_img_wrapper {
    width: 100%;
    height: 100%;
  }

  .card_img {
    width: 100%;
    height: 100%;
  }

  .card_background {
    height: 100%;
    transition: all 0.5s ease;
  }

  .card_background:hover {
    transform: scale(1.1);
  }

  .card_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 186px;
  }
  .card_title.imcas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .card_title > .title_1 {
    width: 100%;
    font-family: "LibreBaskerville";
    font-size: 33px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    text-align: center;
    color: #111;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .card_title > .title_2 {
    width: 100%;
    margin-top: 25px;
    font-family: "Pretendard";
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: -0.08px;
    text-align: center;
    color: #111;
  }

  .card_bot {
    padding: 19px 19px 10px 17px;
    border-top: 1px solid #d6d6e1;
  }

  .info_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .info {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .info_img_container {
    width: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .info_img {
    height: 22px;
    width: 22px;
  }

  .info_datetime {
    font-family: "Pretendard";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #282828;
    margin-left: 3px;
  }

  .info_datetime > div {
    float: left;
  }

  .info_datetime > div:nth-child(1) {
    margin-right: 10px;
  }

  .count_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }

  .video_img_container {
    width: 27px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .Attendance_img_container {
    width: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .count_container .video {
    display: flex;
    align-items: center;
  }

  .count_container .video .video_img_container .video_img {
    width: 23px;
  }

  .count_container .Attendance .Attendance_img_container .Attendance_img {
    width: 21px;
  }

  .count_container .video .video_count {
    margin-left: 7px;
    font-family: "Pretendard";
  }

  .count_container .Attendance {
    display: flex;
    align-items: center;
  }

  .count_container .Attendance .Attendance_count {
    margin-left: 3px;
    font-family: "Pretendard";
  }

  .viewmore_btn {
    height: 45px;
    width: 45%;
    background-color: #1f299c;
    font-family: "Pretendard";
    font-size: 15px;
    border-radius: 3px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.97;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    margin: 20px auto 0;
  }

  .viewmore_btn:hover {
    background-color: #445ccc;
    transition: 0.2s;
    color: #fff;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  /* card */
  .card_wrapper {
    max-width: 318px;
    border-radius: 8px;
    border: 1px solid #d6d6e1 /*#d6d6e1*/;
    overflow: hidden;
    padding-bottom: 20px;
  }

  .card_top {
    height: 157px;
    position: relative;
    overflow: hidden;
  }

  .card_background {
    height: 100%;
    transition: all 0.5s ease;
  }

  .card_background:hover {
    transform: scale(1.1);
  }

  .fav_btn {
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 30px;
    background-color: rgb(255, 255, 255, 0.9);
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 8px;
  }

  .btn_img {
    width: 16px;
  }

  .card_img_wrapper {
    /* border: 1px solid red; */
    width: 100%;
    height: 100%;
  }

  .card_img {
    width: 100%;
    height: 100%;
  }

  .card_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
  }
  .card_title.imcas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .card_title > .title_1 {
    width: 100%;
    font-family: "LibreBaskerville";
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.86;
    letter-spacing: -0.33px;
    text-align: center;
    color: #111;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .card_title > .title_2 {
    width: 100%;
    margin-top: 25px;
    font-family: "Pretendard";
    font-size: 9px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.21px;
    text-align: center;
    color: #111;
  }

  .card_bot {
    padding: 15px 12px 10px 10px;
    border-top: 1px solid #d6d6e1;
  }

  .info_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .info {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 2px;
  }

  .info_img_container {
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .info_img {
    width: 17px;
  }

  .info_datetime {
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    text-align: left;
    padding-left: 6px;
  }

  .count_container {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
  }

  .count_container .video {
    display: flex;
  }

  .count_container .Attendance {
    display: flex;
  }

  .info_datetime > div {
    float: left;
  }

  .info_datetime > div:nth-child(1) {
    margin-right: 5px;
  }

  .video_img_container {
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Attendance_img_container {
    height: 27px;
    width: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .viewmore_btn {
    height: 43px;
    width: 65%;
    background-color: #1f299c;
    font-family: "Pretendard";
    font-size: 14px;
    border-radius: 3px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: -0.2px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    margin: 12px auto 0;
  }

  .viewmore_btn:hover {
    background-color: #445ccc;
    color: #fff;
  }

  .count_container .video .video_img_container .video_img {
    width: 18px;
  }

  .count_container .Attendance .Attendance_img_container .Attendance_img {
    width: 16px;
  }

  .count_container .video .video_count {
    font-size: 14px;
    font-family: "Pretendard";
    padding-left: 5px;
  }

  .count_container .Attendance .Attendance_count {
    font-size: 14px;
    font-family: "Pretendard";
    padding-left: 5px;
  }

  .count_container .video {
    display: flex;
    align-items: center;
  }

  .count_container .Attendance {
    display: flex;
    align-items: center;
    margin-top: 4px;
  }
}

@media all and (max-width: 767px) {
  /* card */
  .card_wrapper {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d6d6e1;
    overflow: hidden;
    padding-bottom: 20px;
  }

  .card_top {
    height: 179px;
    position: relative;
    overflow: hidden;
  }

  .card_background {
    height: 100%;
    transition: all 0.5s ease;
  }

  .card_background:hover {
    transform: scale(1.1);
  }

  .fav_btn {
    position: absolute;
    top: 14px;
    right: 14px;
    border-radius: 30px;
    background-color: rgb(255, 255, 255, 0.9);
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 8px;
  }
  .fav_btn:hover {
    background-color: rgb(255, 255, 255, 0.5);
    transition: 0.2s;
  }

  .btn_img {
    width: 16px;
  }

  .card_img_wrapper {
    /* border: 1px solid red; */
    width: 100%;
    height: 100%;
  }

  .card_img {
    width: 100%;
    height: 100%;
  }

  .card_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 142px;
  }
  .card_title.imcas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .card_title > .title_1 {
    width: 100%;
    font-family: "LibreBaskerville";
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.85;
    letter-spacing: -0.39px;
    text-align: center;
    color: #111;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .card_title > .title_2 {
    width: 100%;
    margin-top: 16px;
    font-family: "Pretendard";
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: -0.28px;
    text-align: center;
    color: #111;
  }

  .card_bot {
    padding: 15px 19px 10px 17px;
    border-top: 1px solid #d6d6e1;
  }

  .info_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .info {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .info_img_container {
    width: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .info_img {
    height: 16px;
    width: 16px;
  }

  .info_datetime {
    padding-left: 6px;
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    text-align: left;
  }

  .viewmore_btn {
    height: 43px;
    width: 62%;
    background-color: #1f299c;
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: -0.44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    margin: 13px auto 0;
    border-radius: 3px;
  }

  .viewmore_btn:hover {
    background-color: #445ccc;
    color: #fff;
  }

  .count_container {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
  }

  .count_container .video {
    display: flex;
  }

  .count_container .Attendance {
    display: flex;
  }

  .info_datetime > div {
    float: left;
  }

  .info_datetime > div:nth-child(1) {
    margin-right: 5px;
  }

  .video_img_container {
    width: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Attendance_img_container {
    height: 30px;
    width: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .count_container .video .video_img_container .video_img {
    width: 16px;
  }

  .count_container .Attendance .Attendance_img_container .Attendance_img {
    width: 16px;
  }

  .count_container .video .video_count {
    font-size: 14px;
    padding-left: 5px;
    font-family: "Pretendard";
  }

  .count_container .Attendance .Attendance_count {
    font-size: 14px;
    padding-left: 5px;
    font-family: "Pretendard";
  }

  .count_container .video {
    display: flex;
    align-items: center;
  }

  .count_container .Attendance {
    display: flex;
    align-items: center;
    margin-top: 4px;
  }
}
