body {
  overflow-y: scroll; }

.container {
  width: 1000px;
  position: relative;
  margin: 48px auto 15px auto; }

body > .container > .content {
  float: left;
  width: 774px;
  min-height: 820px;
  height: auto;
  margin-left: 40px;
  box-sizing: content-box; }

.content-title {
  font-size: 30px;
  color: black;
  font-weight: 400; }

.content-title-text {
  margin: 8px 0 0 8px;
  font-size: 16px;
  font-weight: 400;
  color: #333; }

.content-body {
  margin-top: 5px; }
  .content-body .mypage-table {
    width: 100%;
    border: 0;
    border-collapse: collapse; }
    .content-body .mypage-table tbody td, .content-body .mypage-table td {
      color: #111;
      font-size: 13px;
      font-weight: 400;
      padding: 10px 0;
      border-bottom: 1px solid #E5E5EB; }
    .content-body .mypage-table #table-title td {
      background-color: #F5F5F5;
      padding: 10px 0;
      text-align: center;
      color: #111;
      font-size: 13px;
      font-weight: 500;
      border-top: 1px solid #E5E5EB;
      border-bottom: none; }
    .content-body .mypage-table thead tr th {
      background-color: #F5F5F5;
      padding: 10px 0;
      text-align: center;
      color: #111;
      font-size: 13px;
      font-weight: 500;
      border-top: 1px solid #E5E5EB; }

.content-label {
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: bold; }

.content-sub-label {
  font-size: 13px;
  color: #777777;
  line-height: 20px; }

.mypage-iframe-modal-back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }
  .mypage-iframe-modal-back .mypage-iframe-modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .mypage-iframe-modal-back .mypage-iframe-modal-container .mypage-iframe-modal-wrap {
      width: 100%;
      border-radius: 8px;
      background-color: white; }
      .mypage-iframe-modal-back .mypage-iframe-modal-container .mypage-iframe-modal-wrap .mypage-iframe-modal-header {
        border-bottom: 1px solid #e5e5eb;
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .mypage-iframe-modal-back .mypage-iframe-modal-container .mypage-iframe-modal-wrap .mypage-iframe-modal-header .mypage-iframe-modal-title {
          font-size: 18px;
          color: #333;
          font-weight: 600; }
        .mypage-iframe-modal-back .mypage-iframe-modal-container .mypage-iframe-modal-wrap .mypage-iframe-modal-header .mypage-iframe-modal-close-btn {
          cursor: pointer; }
      .mypage-iframe-modal-back .mypage-iframe-modal-container .mypage-iframe-modal-wrap .mypage-iframe-modal-body {
        padding: 0 15px; }
        .mypage-iframe-modal-back .mypage-iframe-modal-container .mypage-iframe-modal-wrap .mypage-iframe-modal-body iframe {
          width: 100%;
          border: none; }

/*# sourceMappingURL=cconma_mypage.css.map */
