/* BASIC css start */
/* È¸¿øÇìÅÃ */
.mamik_wrap { width: 90%; margin: 30px auto;}
.mamik_wrap h1 { /*width: 100%; */font-size: 23px; font-weight: 600; display: block;
                  /*margin-top: 20px;*/ border-bottom: 1px solid #e4e4e5; padding: 55px 0 20px;
}
.mamik_wrap span { font-size: 19px;}
/*.membership_wrap { padding: 30px 0 10px; position:relative }*/
.MK_memberBN { width:100%; text-align: center;
                padding: 30px 0;
                padding-left:1px; *zoom:1; float: left;
                display: flex; justify-content:
                space-between; list-style: none;
}
.MK_memberBN :after { display: block; clear:both; content:'' }
.MK_memberbox1 {width: 50%; padding: 0 auto; float: left; cursor: pointer;
                /*background-color: #007bff; */
}
.MK_memberbox1:hover { color: #dc3545;
    /*background-color: #EBE7EA; border:0px solid #F0EBEE; */
}
/*.MK_memberbox1.active { border-bottom:3px solid #EBE7EA }*/
.MK_memberbox2 {width: 50%; padding: 0 auto; float: right;
                /*background-color: #00AA88*/
}

.mamik_wrap .MK_memberBN .MK_memberbox1 h2 { font-size: 22px; font-weight: 600; margin-top: 7px }
.mamik_wrap .MK_memberBN .MK_memberbox2 h2 { font-size: 22px; font-weight: 600; margin-top: 1px }
.memberbox_info { font-weight: 600; font-size: 13.5px; margin-top: 17px; line-height:20px; }
/*.google_truck_icon { font-size: 67px; height: 20px; margin-top: 5px }*/

/* IMG ¹è³Ê */
.img_banner { margin: 35px 0 15px }
.img_banner img { width: 100% }

/* FONT ICON & dot */
.fonticon_img-18 { font-size: 18px; font-weight: 800; ling-height: 18px; }  #dc3545
.fonticon_img-20 { font-size: 18px; font-weight: 800; line-heigt: 14px; /*padding-top: -10px;*/ }
.fonticon_img-22 { font-size: 22px; font-weight: 800; ling-height: 18px; padding-right: 2px; }
.fonticon_img-32 { font-size: 32px; font-weight: 800; ling-height: 30px; }

.fonticon_img-70 { font-size: 70px; font-weight: 900; }
.fonticon_img-60 { font-size: 60px; font-weight: 800; }
.disc_dot {
    height: 5px;
    width: 5px;
    margin: 0 7px 2px 0;
    background-color: #2D2D35;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
/* --------------------------------------------------------- */
/* Modal (Yujeong) ¸ð´Þ css ¼Ò½º */
.modal-title img { width: 80%; height: 80%; }

/* --------------------------------------------------------- */
/* bootstrap ¸ð´Þ css ¼Ò½º*/

/* ---------------------- */
.modal-open { overflow: hidden; }

.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0;
         z-index: 1050; display: block;  /* °³º°ÆäÀÌÁö¶ó none¿¡¼­ blockÀ¸·Î º¯°æ */
         outline: 0; /* overflow: hidden; */
         /* Yuj Ãß°¡ */  text-align: center;
         padding: 0!important;
         width: 100%; margin: 0 auto; height: 100%; overflow-y: auto;
             /* scrollbar (display-none) »óÅÂ */
             -ms-overflow-style: none; /* IE and Edge */
             scrollbar-width: none; /* Firefox */
             /* ¹ÙÅÁ ÄÃ·¯ */
             background-color: rgb(0,0,0);
             background-color: rgba(0,0,0,0.6);
         /* -- // Yuj Ãß°¡ -- */
}
.modal::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none;
                display: inline-block;
                text-align: left;
                vertical-align: middle;
                /* background-color: white;*/
}


.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/*.modal-backdrop {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  z-index: 1040;*/
/*  background-color: #000;*/
/*}*/

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-body_title { text-align: center; }
.modal-body_title h1 { font-family: Prompt, sans-serif;
      font-size: 50px; font-weight: bold; overflow: hidden;
      padding-top: 90px; line-height: 55px; word-break: keep-all; }
.Green_title { color: #17C25B; font-size: 60px; }

.modal-body_title h3 {
      width: 90%; background-color: white;
      font-size: 21px; font-weight: 650;
      color: #111; word-break: keep-all;
      line-height: 28px;
      padding: 20px 0 10px;  margin: 20px auto 10px;
}

.modal-body_title sapn { font-size: 20px; }

.modal-body_title .p_black_15day {
      background-color: #111; color: white;
      font-size: 16.5px; font-weight: 550; line-height: 23px;
      padding: 10px; margin: 0px auto 15px; word-break: keep-all;
}
.modal-body_title .p_black_15day span { color: yellow; }

.modal-body_title .p_info {
      font-size: 16.5px; font-weight: 600; line-height: 20px;
      margin: 0px auto 15px; word-break: keep-all;
}

/* -- ¸®ºä ÀÛ¼º - Àû¸³±Ý Áö±Þ (box1) -------------- */
.review_boxs { margin-top: 20px; }
.review_boxs h2 {
      font-family: 'Nanum Gothic', sans-serif;
      font-size: 28px; font-weight: 500; line-height: 37px;
      padding-bottom: 35px; text-align: center; word-break: keep-all;
      /*background-color: #007bff;*/
}

/* -- ¸®ºä ÀÛ¼º - Àû¸³±Ý Áö±Þ (box1) -- */
.modal-body .review_info {
      border:1px solid #e7e7e7;
      padding: 50px 20px; 0px;
      margin: 40px auto 20px;
      background-color: #E9E9E9;
}
/*
.modal-body .review_info h2 {
      font-size: 20px; font-weight: bold;
      padding-bottom: 20px; }
*/
.modal-body .review_info img { display : block; margin: 10px auto 10px;
      max-width: 100%; width: auto !important; height: auto !important;
}
.infobox1_camera { display: flex; float: left; padding: 0px 25px 15px 0px; margin-right: 22px; }

.infobox1_detail { margin-left: 20px; }
.infobox1_detail p { font-size: 12.5px; line-height: 1.8em;
                     padding-right: 15px;
                     text-indent: -0.7em; margin-left: 0.7em;
}

/* -- ¸®ºä ÀÛ¼º - 7ÀÏ ³» Áö±Þ (box2) -- */
.review_7day {
      padding: 25px 10px 10px 10px ;/*25px*/ margin: 35px auto 30px;
}
.review_7day h2 {
     /* font-size: 16px; font-weight: bold; padding-bottom: 15px; */
      font-size: 25px; font-weight: 500;
      padding-bottom: 25px; text-align: center;
}

.review_7day .infobox2 {
      /*border: 0px solid #e7e7e7;*/
      margin: 0 auto 0px; padding-bottom: 30px;
      display: flex; /*justify-content: space-between*/
}
.infobox2_detail-1 { width: 450px;
      float: left; font-size: 23px; /*line-height: 22px;*/
      padding: 0 40px 20px; margin-left: 40px;
}

.infobox2_detail {
      line-height: 22px;
      float: left;
      padding-top: 10px; padding-left: 5px;
}
.infobox2_detail p {
      font-size: 12.5px;
      line-height: 1.8em;
}

/* -- ¸®ºä ÀÛ¼º - À¯ÀÇ»çÇ× (box3) -- */
.review_box3_info {
      border:1px solid #e7e7e7;
      padding: 30px 10px 40px -15px; margin: 15px auto 5px;
}

.review_box3_info h2 {
/*      font-size: 16px; font-weight: bold; padding: 40px 20px 20px 35px; */
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 28px; font-weight: 500;
        text-align: center; padding: 50px 0 10px;
}

.infobox3_add {
      display: flex; float: left;
      padding: 0px 35px 10px 30px;
}
.infobox3_detail {
      line-height: 22px; padding: 1px 23px 40px 30px ;
}
.infobox3_detail p { font-size: 16.5px; line-height: 1.6em;
      text-indent: -1.1em; margin-left: 1.1em;
      word-break: keep-all; padding-bottom: 0px;
}
.infobox3_p_spacebottom {
      /*padding-top: -10px;*/
      padding-bottom: 30px;
}
/* -- ¸®ºä - Àû¸³±Ý Áö±Þ ºÒ°¡ (box4) -- */
.review_box4_noPoint {
      background-color: #E9E9E9;
      padding-top: 50px; padding-bottom: 20px;
}
.infobox4_triangle {
      text-align: center;
      padding-top: 40px; margin: 0;
}
.infobox4_triangle_one {
      width: 100px; height: 100px;
      border-radius: 50%; background-color: #1F1A1D;
      display: block; margin: 30px auto 2px;
      padding-top: 00px;
}

.infobox4_triangle i {
      color: #fff;/*#E66869; */ padding-top: 17px;
}
.infobox4_triangle h2 {
 /*     font-size: 20px; font-weight: bold; line-height: 15px; padding-top: 10px; */
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 28px; font-weight: 500; text-align: center;
        padding-bottom: 5px; padding-top: 20px;
        margin-bottom: 15px; margin-top: 35px;
}
.infobox4_triangle h2 span {
      color: #E54243;
}
.infobox4_triangle h2 i {
      color: #E54243;
}
.icon_check {
      color: #E54243; font-weight: 900;
}
.infobox4_triangle h4 {
      font-size: 20px; font-weight: bold; line-height: 25px;
      padding-top: 10px; padding-bottom: 10px;
      word-break: keep-all; text-align: center;
      background-color: #fff; width: 90%; margin: 20px auto;
}
.infobox4_detail {
      line-height: 20px;
      padding : 20px 0 0px;
      padding-left: 8px; margin: 20px 0 45px;
      /*background-color: #dc3545;*/
}
.infobox4_detail p {
      font-size: 16.5px; line-height: 1.35em;
      text-indent: -1em; margin-left: 1em;
      padding: 0 25px; margin-bottom: 0px;
}

/* -- ¸®ºä ÀÛ¼º- ÁÖÀÇ»çÇ× 1 (box5) -- */
.review_box5_check {
      border-top: 1px solid #e7e7e7; /* #d7d7d7; */
      padding: 30px 10px; margin: 5x auto 50px;
      /*background-color: #00AA88;*/
}
.infobox5_check {
      /*float: left;*/
      padding: 35px 15px 25px 15px;
      display: flex;
      /*background-color: #9fcdff;*/
      /*margin: 0 auto 35px;*/
}
.infobox5_title {
      padding-left: 15px;
}
.infobox5_check h2 {
/*      float: right; font-size: 20px; font-weight: bold; line-height: 30px; padding-bottom: 15px; */
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 28px; font-weight: 500;
        padding: 0; margin: 15px 0 0 0;
}
.infobox5_check h4 {
      font-size: 22px; font-weight: bold;
      padding: 0; margin: 10px 0 0 0;
}
.infobox5_detail {
      float: left;
      /*line-height: 20px;*/
      padding-left: 0px; padding-bottom: 20px; /*margin: 0 auto 5px;*/
}
.infobox5_detail p {
      font-size: 16.5px; line-height: 1.8em;
      word-break: keep-all;
      text-indent: -0.9em; margin-left: 0.9em;
      padding: 0 10px;
}
/* -- ¸®ºä ÀÛ¼º- ÁÖÀÇ»çÇ× 2 (box6) -- */
.review_box6_questionMK {
      width: 100%; display: flex; padding: 10px 0 20px;
}
.infobox6_detail { padding-left: 25px; }
.infobox6_detail p { /*float: left;*/
      font-size: 16.5px; line-height: 1.8em;
      word-break: keep-all;
      text-indent: -0.9em; margin-left: 0.9em;
}
.infobox6_questionMK {
      /*float: right;*/
      padding : 10px 20px 0 23px;
}

/*  ÇÏ´Ü Footer  */
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  margin-top: 20px; /* YuJ */
  height: 60px;
  /*background-color: black;*/
}

.modal-footer > :not(:first-child) {
  margin-left: .65rem; /* .25rem; */
}

.modal-footer > :not(:last-child) {
  margin-right: .45rem; /* .25rem; */
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}


/* footer footnotes */
.footer ol {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 15px;
  padding-left: 20px;
}

/* --------------------------------------------------------- */
/*  bootstrap CLOSE ¹öÆ° ¼Ò½º  */
.close {
  float: right;
  /* font-size: 1.5rem; */
  font-size: 45px; /* YuJ */
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  height: 50px; /* YuJ */
}
.close:hover { font-size: 50px; font-weight: bold;
        border: 0px solid #111; color: black; }

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* --------------------------------------------------------- */
/*bootstap ¹öÆ° ¼Ò½º */
.btn2 {
            display: inline-block;
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 1px solid transparent;
            padding: 0.375rem 0.75rem;
        /*  font-size: 1rem; */ font-size: 14px;
            line-height: 1.5;
            border-radius: 0.25rem;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }
        .btn2:hover, .btn:focus {
            text-decoration: none;
        }

        .btn2:focus, .btn.focus {
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }

        .btn2.disabled, .btn:disabled {
            opacity: 0.65;
        }

        .btn2:not(:disabled):not(.disabled) {
            cursor: pointer;
        }

        .btn2:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
            background-image: none;
        }

        /*a.btn2.disabled,*/
        /*fieldset:disabled a.btn {*/
        /*    pointer-events: none;*/
        /*}*/

        .btn-secondary2 {
            color: #fff;
            background-color: #6c757d;
            border-color: #6c757d;
        }

        .btn-secondary2:hover {
            color: #fff;
            background-color: #5a6268;
            border-color: #545b62;
        }

        .btn-secondary2:focus, .btn-secondary.focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

        .btn-secondary2.disabled, .btn-secondary:disabled {
            color: #fff;
            background-color: #6c757d;
            border-color: #6c757d;
        }

        .btn-secondary2:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
        .show > .btn-secondary.dropdown-toggle {
            color: #fff;
            background-color: #545b62;
            border-color: #4e555b;
        }

        .btn-secondary2:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }


/* Modal - FOOTER (close) ------------------------- */
.btn_whitegray3 {color:#111; font-size: 20px;
        padding: 13px 55px; margin : 10px 15px 10px 0; text-align: center;
        border:1px solid #c3c3c3; display: block; }
.btn_whitegray3:hover { font-size: 22px; font-weight: bold;
        border: 3px solid #111; }



/* °íÁ¤¹öÆ° */  /* ---------------------------------- */
.btn_fixed {position:fixed; bottom:20px; right:20px;}
.btn_fixed .fixed_close {width:38px; padding:5px 0; display: block; border:1px solid #cbcbcb; background-color:rgba(255,255,255,0.6); text-align:center; box-shadow: 0px 1px 1px #e3e3e3; border-radius: 5px 5px 0 0; margin-bottom:3px;}
.btn_fixed .fixed_up {width:38px; padding:5px 0; display: block; border:1px solid #cbcbcb; background-color:rgba(255,255,255,0.6); text-align:center; box-shadow: 0px 1px 1px #e3e3e3; border-radius: 0 0 5px 5px;}
/* //°íÁ¤¹öÆ° */
/* BASIC css end */

