@charset "utf-8"; 

html,body{
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.lf {
    float: left;
}
.rf {
    float: right;
}
.po {
    cursor: pointer;
}
.hide {
    display: table-cell;
}
ol, ul {
    list-style: none;
}

#subL {
    float: left;
    width: 13%;
    height: auto;
    margin-top: 10px;
}
#subR {
    float: right;
    width: 980px;
    background: #f0f0f0;
    background-color: #f2f2f2;
    width: 87%;
    min-height: 1000px;
}
.row {
    padding: 0 21% 0 7%;
}

.ready {
    padding-left: 25px;
}
.goods {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-around;
    font-size: 20px;
    /* display: inline-flex; */
}
div.gallery {
    width: 100%;
    height: 300px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 20px;
}
div.gallery:hover {
    border: 3px solid rgb(221, 221, 221);
    border-radius: 20px;
}
div.gallery img {
    width: 100%;
    height: 200px;
    object-fit: scale-down;
    padding: 15px;
}
div.desc {
    padding: 10px 0 15px 0;
    text-align: center;
    font-weight: bold;
}
.responsive {
    flex-basis: 287px;
    width: 287px;
    height: 300px;
    float: left;
    clear: both;
    display: block;
    margin: 14px 8px 14px 0;
}
.top {
    height: 450px;
}
.top02 {
    width: 46%;
    height: 100%;
}
.top03 {
    width: 40%;
}
.middle {
    height: auto;
}
#myCarousel {
    width: 47%;
}
.carousel-inner {
    margin-top: 50px;
}
.item img {
    height: 300px;
}
.profile {
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
}
.pdf {
    background-color: #fff;
    margin: 0 auto;
    width: 210px;
}
.intro_pdf {
    padding: 0;
}

#modal {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  #modal table tr {
    height: 50px;
  }

  #modal .modal_content {
    border-radius: 10px;
    width: 500px;
    height: auto;
    margin: -700px auto;
    padding: 20px 10px;
    background: #fff;
    border: 3px solid #006991;
  }

  #modal .modal_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }

  #modalBtn {
    border: 1px solid silver;
  }

  #modal2 {
      display: none;
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    #modal2 table tr {
      height: 50px;
    }

    #modal2 .modal_content {
      border-radius: 10px;
      width: 500px;
      height: auto;
      margin: -700px auto;
      padding: 20px 10px;
      background: #fff;
      border: 3px solid #006991;
    }

    #modal2 .modal_layer {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: -1;
    }

table, pre {
    font-size: 16px;
  }

.results_ta {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
}
.results_tr {
    color: #006991;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}

  .inspTable {
    /* border-top: 2px solid silver; */
    /* border-bottom: 2px solid silver; */
    text-align: center;
    width: 95%;
    margin: auto;
  }
  .inspTable02 {
    text-align: center;
    width: 100%;
    margin: auto;
  }

  .inspTable tr {
    border-bottom: 1px solid silver;
  }

  .tableDiv {
    /* border: 1px solid silver; */
    border-radius: 10px;
    /* height: 205px; */
    overflow: hidden;
  }
  th {
    /* border-bottom: 1px solid #eaeaea; */
    padding: 10px 0 10px 0;
  }
  td {
    /* border-bottom: 1px solid #eaeaea; */
    padding: 10px 0 10px 0;
  }
.mailTable{
    margin: auto;
    width: 30%;
    border-top: 4px solid silver;
    border-bottom: 4px solid silver;
    font-size: 20px;
    text-align: center;
}

.mailTable th{
    font-weight: 900;
}

.mailTable td{
    color: rgb(139, 139, 139);
}

.mailTable tr{
    height: 50px;
    border-bottom: 1px solid silver;
}
.left01 {
    font-weight: bold; font-size: 20px; color: #21313f;
}
.left02 {
    width: 780px; height: auto; margin-bottom: 10px; background-color: #fff; padding: 30px; border-radius: 5px; box-shadow: 0 0 3px 0 #ccc; border: 1px solid #ccc;
}
.left03 {
    min-width: 380px; height: auto; margin: 10px 0 20px 0; background-color: #fff; padding: 30px; border-radius: 5px; box-shadow: 0 0 3px 0 #ccc; float: left; border: 1px solid #ccc;
}
.left04 {
    min-width: 380px; height: auto; margin: 10px 0 20px 20px; background-color: #fff; padding: 30px; border-radius: 5px; box-shadow: 0 0 3px 0 #ccc; float: left; border: 1px solid #ccc;
}
.right01 {
    width: 360px; height: auto; background-color: #fff; margin: 10px 0 50px 10px; padding: 20px; background: linear-gradient( to bottom, #3aad9f, #6fe0c3 ); color: #fff; border-radius: 5px; box-shadow: 0 5px 8px #9ee8e3;
}
.right02 {
    width: 360px; height: auto; background-color: #fff; padding: 0 0 10px 20px;
}
.information {
    width: 100%; height: auto; background-color: #fafafa; padding: 20px; box-shadow: 0 0 3px 0 #ccc; border: 1px solid #ccc; margin-top: 20px;
}
.one {
	border-radius: 50%;
	width: 90px;
	height: 90px;
	border: 1px solid #ccc;
	margin-right: 29px;
    box-shadow: 2px 2px 2px #eaeaea;
    cursor: pointer;
}
.one img {
	margin: 20px 0 20px 23px;
}
.one:hover {
    background-color: #9ee8e3;
}

.one:hover img {
  transform:scale(1.1);
  transition: transform .3s;
}
.my_name {
    text-align: center; color: #828282;
}
.my_coin {
    width: 170px; font-weight: bold; font-size: 20px; color: #5fc4bb; padding: 10px 20px; background-color: #fff; border-radius: 10px; text-align: center; margin: 0 auto;
}
.inspTable_tab {
    margin-top: 4%; border-top: 2px solid #fff; border-bottom: 2px solid #fff;
}
.purchase {
    font-weight: bold; font-size: 20px; color: #21313f; margin-bottom: 10px;
}
.history {
    padding: 15px; border: 1px solid #ccc; border-radius: 10px; background-color: #fafafa; margin-bottom: 10px; cursor: pointer;
}
.name_tit {
    font-size: 16px; font-weight: bold; color: #828282;
}
.way {
    font-weight: 500; color: #4797ce;
}
.price {
    font-size: 20px; font-weight: 800; color: #e05b55;
}
.coin_bar {
    width: 380px; height: auto; border-radius: 5px; box-shadow: 0 0 3px 0 #ccc; border: 1px solid #ccc; margin: 50px 0 20px 0; background-color: #fff;
}
.cart_box {
    float: left; width: 28%; background-color: white; border-radius: 5px; border: 1px solid #ccc; padding: 30px;
    margin-top: -23px;
}
.tableDiv_wi {
    width: auto;
}
.more {
    float: right; cursor: pointer; color:white; background-color: #4797ce; padding: 5px 15px; border-radius: 30px;
}
.chart01 {
    margin-right: 30px;
}

.layer_popup{
    display: none;
    background-color: #ffffff;
    max-width: 700px;
    max-height: 300px;
    z-index: 9999;
    position: absolute;
    top: 250px;
    left: 600px;
}

  .coach-cont{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    color: white;
    z-index: 9999;
    overflow: visible;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0px;
    padding: 0px;
    clear: both;
    float: none;
    width: 100%;
    min-width: 1200px;
  }

  .exNum{
      font-size: 24px;
  }

  #openManual{
      color: #FFFFFF;
      background-color: #99c1b1;
      border-radius: 30px;
      height: 40px;
      margin: 0.3% 0 0 1%;
      width: 80px;
      border: 1px solid #cccccc;
      cursor: pointer;
  }

  #openManual:hover{
    background-color: #56AC8A;
  }

.layer_popup img{
    width: 100%;
}

.table-bordered {
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.table-borderedTh {
    color: #006991;
    padding: 20px 48px;
    text-align: center;
}

.tab {
    width: 270px;
    margin: 0 20px 10px 0;
    cursor: pointer; font-size: 18px; font-weight: 600; color: #828282;
    padding: 5px 0;
    border-radius: 30px;
}
.tab:hover {
    margin-right: 20px;
    cursor: pointer; font-size: 18px; font-weight: 600; color: #828282; background-color: #b3dbff;
    border-radius: 30px;
}
.tab.active {
    background-color: #4797ce;
    color: #fff;
}
.tab02 {
    cursor: pointer; font-size: 18px; font-weight: 600; color: #fff; background-color: #4797ce; border-radius: 10px; padding: 10px 20px; line-height: normal; width: 270px; height: 70px; margin-bottom: 20px; background: linear-gradient( to bottom, #3aad9f, #6fe0c3 );
}
.tab03 {
    cursor: pointer; font-size: 18px; font-weight: 600;
    padding: 5px 0;
    width: 129px; height: 50px; border-radius: 10px; color: #fff; background-color: #30303D; margin-right: 0;
}
.tab04 {
    width: 180px;
    cursor: pointer;
    padding: 5px 0; font-size: 18px; font-weight: 600;
    padding-top: 10px; background-color: #4797ce; color: #fff; border-radius: 30px;
}
.caret02 {
    float: right;
    margin: 14px 5px 0;
    color: #006991;
    display: block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.custom-select {
    padding: 12px 20px;
    border-radius: 3px;
}
.form-control {
    line-height: 2.7;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.paginate_button {
    float: left;
    padding: 10px 20px;
    margin: 0 0 80px 10px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}
.paginate_button:hover {
    background-color: #4797ce;
    border: 2px solid #4797ce;
}
.paginate_button a {
    color: #666;
}
.paginate_button:hover a {
    color: #fff;
}
/* .search {
    text-align: left;
}
.search #searchform #keyword {
    width: 100%;
    height: 60px;
    margin-top: 50px;
    border: 1px solid #ccc;
    border-radius: 30px;
    text-indent: 50px;
}
.search .btn_search {
    position: absolute;
    top: 60px;
    left: 20px;
} */
.table_list {
    box-shadow: 0 10px 15px #eaeaea;
    margin-top: 20px;
}
.table_list table {
    border-top: none;
}
.table_list02 {
    width: 70%; float: left; margin-right: 23px;
}
.table_list02 table th {
    color: #006991;
    padding: 30px 48px;
    background-color: #fff;
    border-right: none;
    font-size: 18px;
}
.table_list table th {
    color: #006991;
    padding: 30px 18px;
    background-color: #fff;
    border-right: none;
}
.table_list table td {
    border-right: none;
}
.search #searchform #keyword {
    border-bottom: none;
    border-radius: 5px;
    margin-top: 5px;
}
.po img {
    margin: 0 5px -2.5px 0;
}
.notice_mm {
    text-align: left;
}
.notice_mm p {
    width: 162px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.notice_mm img {
    width: 30px; height: auto; margin: 5px 0 -2.5px 0;
}
.immediately {
    color: #666; font-weight: 600; border: 1px solid #ccc; background-color: white; padding: 10px 20px; border-radius: 10px; cursor: pointer; box-shadow: 2px 2px 2px #eaeaea;
}
.immediately:hover {
    background-color: #ebecf5;
}

input[type='text']:focus{
    outline: none;
}

button:focus{
    outline: none;
}

.exactly01 {
    font-size: 17px; width: 100%; padding: 3%; line-height: 30px;
    background-color: #fafafa;
    color: #666;
}
.exactly02 {
    font-size: 17px; width: 100%; padding: 3%; line-height: 30px;
    background-color: #fafafa;
    color: #666;
}
.order_order {
    background: linear-gradient( to bottom, #3aad9f, #6fe0c3 );
    margin-right: 0; width: 270px; height: 70px; border-radius: 10px;
    color: #fff; font-weight: 600; font-size: 18px; margin-top: 40px;
}
.con01 {
    margin-top: 50px; border-bottom: 1px solid #ccc; height: 60px; margin-bottom: 30px;
}
.con02 {
    border-radius: 5px; border: 1px solid #ccc; background-color: white;
}
.con02_small01 {
    border-bottom: 1px solid #ccc; padding: 20px 30px;
}
.con02_small02 {
    border-bottom: 1px solid #ccc; padding: 30px;
}
.con03 {
    margin-top: 30px;
}
.number {
    font-size: 20px; font-weight: bold;
}
.type {
    text-decoration: underline; font-weight: bold; color: #828282; line-height: 40px;
}
.product {
    width: 45%; border-right: 1px solid #ccc;
    padding: 40px 0;
}
.pro_tit {
    font-size: 25px; font-weight: 600;
}
.single {
    font-size: 18px; font-weight: 600; margin-right: 20px;
}
.quantity {
    color: #828282;
}
.ing {
    height: 184px;
}
.confirmation01 {
    position: relative;
    width: 30%; text-align: center;
    height: 184px;
}
.confirmation02 {
    position: relative;
    width: 25%;
    text-align: center;
    height: 184px;
    border-left: 1px solid #ccc;
}
.ab {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.deposit {
    font-size: 18px; color: #4797ce; font-weight: bold; text-align: center;
}
.invoice {
    color: #828282; text-align: center; font-size: 16px;
}
.invoice_number {
    width: 100%; background-color: white; border-radius: 5px; border: 1px solid #ccc; margin-bottom: 20px; padding: 15px 50px 25px 50px;
}
.invoice_top {
    padding-top: 10px;
}
.total_payment {
    padding: 20px 30px; color: #e05b55; font-size: 20px; font-weight: bold; background-color: #fef5f4;
}
.address {
    width: 100%; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc;
}
.address th {
    width: 15%;
}
.address td {
    text-align: left;
}
.enrollment {
    width: 100%;
    margin-top: 0;
    padding: 10px 0 35px 0;
}
.enrollment th {
    width: 15%;
    font-size: 20px;
    border: none;
    color: #006991;
    padding: 30px;
}
.enrollment td {
    text-align: left;
    border: none;
}
.sand {
    cursor: pointer;
    color: white;
    background-color: #4797ce;
    padding: 5px 15px;
    border-radius: 5px;
}

.summary_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    background-color: #fff;
    border-top: 3px solid #666;
    border-bottom: 2px solid #ccc;
    box-shadow: 0 0 3px 0 #ccc;
}
.summary_tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.summary_tbody td {
    width: 70px;
    height: 110px;
    border-top: 0 none;
    border: 1px solid #e6e6e6;
    border-right: 0 none;
    padding: 10px 11px;
}
.summary_tbody02 td {
    width: 60px;
    height: 110px;
    border-top: 0 none;
    border: 1px solid #e6e6e6;
    border-right: 0 none;
    padding: 10px 22px;
}
.summary_th {
    width: 20px;
    height: 70px;
    padding: 0;
    text-align: center;
    background-color: #e9e9e9;
    color: #000;
    border-bottom: 1px solid #e6e6e6;
}
.center {
    text-align: center;
}
.f16 {
    font-size: 25px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.fwn {
    font-size:2.2em; font-weight: bold !important;
}
.recent_inspection {
    width: 780px; height: auto; margin: 50px 0 20px 0; background-color: #fff; padding: 30px; border-radius: 5px; box-shadow: 0 0 3px 0 #ccc; border: 1px solid #ccc;
}
.chartdiv1_back {
    width: 36%; float: left;
}
#chartdiv1 {
    width: 100%; height: 260px;
}
#chartdiv2 {
    width:64%; float: left;
}
.fwn02{
    color: #666; font-size: 24px; margin-left: 2px;
}
.fullCheck {
    margin: 22px 0 32px 0;
}
.full_check {
    background-color: #ebecf5; padding: 2.4% 85% 2.4% 3.7%; border-radius: 5px 5px 0 0; border: 1px solid #ccc; cursor: pointer;
    font-size: 16px; line-height: 1.2;
}
.select_delete {
    float: right; background-color: white; padding: 10px 20px; border-radius: 5px; border: 1px solid #ccc; margin-bottom: 10px; cursor: pointer;
}
.select_delete:hover {
    background-color: #ebecf5;
}
.total_pay02 {
    border: none; font-size: 23px; text-align: right; font-weight: bold; background-color: #fff; padding: 0; width: 80%;
}
.my_search {
    margin: 0;
}
.my_search02 {
    margin: 2% 0 1% 0; width: 17%;
}
.num_mar {
    margin-right: 10px;
    cursor:pointer;
}
.num_mar_mo {
    cursor: pointer;
    width: 25%;
    height: 40px;
    float: left;
}
.f_red {
    width: 25%;
    height: 40px;
    cursor: pointer;
    float: left;
    font-weight: 900;
    color: #F30;
}
.f_gray {
    width: 25%;
    height: 40px;
    float: left;
}
.input_s {
    width: 94%;
}
.go {
    cursor: pointer; color: white; background-color: #4797ce; padding: 5px 15px; border-radius: 5px;
}
#myinfo {
    width: 70%; margin: auto; border-radius: 0; padding: 20px;
}
#pwinfo {
    width: 100%; margin: auto;
}
.find_postal {
    width: 25%; margin-right: 0px; cursor: pointer; margin-bottom: 0.5%; font-weight: bold; color: #30303D;
}
.download {
    margin-top: 0;
    cursor: pointer; border-radius: 30px; margin-top: 0; background-color: #4797ce; padding: 10px 20px 5px 20px;
}
.download_txt {
    width: auto;
    color: #777; font-size: 18px; margin: 6px 0 0 15px;
}
.tab04_set {
    float: right;
    margin-top: 5px;
}
#sample6_extraAddress {
    width: auto;
    /* margin: 0 15px 10px 0; */

}
#sample6_detailAddress {
    width: 50%; margin-right: 20px;
}
#message {
    height: 60px; padding: 20px;
}
input[id^=count_]{border: none;}
/* #count_0 {border: none;}
#count_1 {border: none;}
#count_2 {border: none;}
#count_3 {border: none;}
#count_4 {border: none;} */
#coast {border: none; text-align: center;}
.count {
    border: none; text-align: center; font-size: 16px;
    width: auto;
}
.coast {
    width: auto;
}
#status {
    border: none; padding: 10px 0 20px 0;
}
.status {
    width: auto; color: #4797ce; border: none; background-color: transparent; font-weight: bold; text-align: center; font-size: 20px; padding: 0 20px 20px 20px;
}
.delivery_number {
    width: 210px; background-color: #F8F9FC;
}

#chilname, #phone, #phone2, #school, #group, #name, #email {
    font-size: 20px; width: 47%; background-color: transparent; border: none; border-bottom: 1px solid #ccc;
}
#grade01, #grade02, #grade03 {
    font-size: 20px; width: 15.2%; background-color: transparent; border: none; border-bottom: 1px solid #ccc;
}
#datepicker,#datepicker2 {
    font-size: 20px; width: 47%; background-color: transparent; border: none; border-bottom: 1px solid #ccc; text-indent: 0vw;
}
#radio3, #radio4, #radio33, #radio44 {
    margin-left: 20%;
}
#radio3_1, #radio4_1,#radio33_1, #radio44_1, #edu1_1, #edu2_1, #edu3_1, #edu4_1, #relation1_1, #relation2_1, #relation3_1 {
    width: 352px; height: auto; padding: 10px; margin: 10px 10px 0 0; font-size: 16px;
}
#radio5_1 {
    width: 352px; height: 50px; padding: 10px; margin: 10px 10px 0 0; font-size: 18px; border-radius: 30px;
}
#radio5_1:hover {
    cursor: pointer; font-size: 18px; font-weight: 600; color: #fff; background-color: #56ac8a;
    border-radius: 30px;
}
.radio5_1.active {
    background-color: #99c1b1;
    color: #fff;
}

.guidance_bottom {
    margin: 2% 3% 2%; margin-top:50px;
}

.subTit {
    color: #333;
    font-size: 24px;
}

/* 파일업로드 css */
.filebox input[type="file"] {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.filebox label {display: inline-block; padding: .5em .75em; color: #fff; background-color: #4797ce; font-size: inherit; line-height: normal; vertical-align: middle; cursor: pointer; border: 1px solid #ebebeb; border-bottom-color: #e2e2e2; border-radius: 10px; }
.filebox .upload-name {width: 336px; display: inline-block; padding: .5em .75em; /* label의 패딩값과 일치 */ font-size: inherit; font-family: inherit; line-height: normal; vertical-align: middle; background-color: #f0f0f0; border: 1px solid #ccc; border-radius: 10px; -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; }

 /* 수정 */
#subL_manualdiv {
    float: left;
    width: 13%;
    height: 1010px;
    margin-top: 10px;
}
#subR_manualdiv {
    float: right;
    width: 980px;
    width: 87%;
    min-height: 1000px;
}

.manualdiv{
    position: relative;
    font-size: 21px;
}

.explain span{
    font-size: 30px;
}

.border{
  border: 3px solid #56AC8A;
  width: 62vw;
}

.closeBtn{
  font-size: 20px;
  top: 125px; 
  width: 80px;
  cursor: pointer;
  text-align: center;
  background-color:#56AC8A;
  color: #ffffff;
  border-radius: 5px;
  padding: 0px 1px 0px 1px;
  float: right;
}


@media screen and (min-width:1500px) and (max-width:1910px) {
    .row {
        padding: 0 2% 0 2%;
    }
    .coin_bar {
        width: 35%;
    }
    .right01 {
        width: 96%;
    }
    .right02 {
        width: 96%;
    }
    .cart_box {
        width: 28%;
    }
    .tableDiv_wi {
        width: 100%;
    }

     /* 수정 */
    .border{
        width: 82.7vw;
    }
    #firstBorder {
        height: 140px;
    }
   
}

@media screen and (min-width:1405px) and (max-width:1845px) {
         /* 수정 */
         .border{
            width: 82.7vw;
        }
        #firstBorder {
            height: 200px;
        }
 
}

@media screen and (min-width:1238px) and (max-width:1404px) {
    /* 수정 */

}

@media screen and (min-width:768px) and (max-width:1237px) {
    /* 수정 */

}

@media screen and (min-width:480px) and (max-width:767px) {
    /* 수정 */

}


@media screen and (min-width:480px) and (max-width:1500px) {
    .row {
        padding: 0 2% 0 2%;
    }
    .coin_bar {
        width: 780px;
        margin: 0 0 20px 0;
    }
    .cart_box {
        width: 826px;
        margin: 0 0 20px 0;
    }
    .right01 {
        width: 760px;
    }
    .right02 {
        width: 760px;
    }
    .tableDiv_wi {
        width: 740px;
    }

    .intro_pdf img{
        width: 680px;
    }

    .cart_box {
        width: 70%;
        margin-top: 0;
    }
    /* 수정 */
    #firstBorder {
        height: 260px;
    }
    .border {
        width: 82.5vw;
        min-width: 1000px;
    }
    #mBorder2 {
        height: 353px;
    }
    
    .layer_popup img{
        width: 100%;
    }
}


@media(max-width:719px) {
    .manualdiv{
        position: relative;
        font-size: 16px;
        }
        
        .explain{
        }
        
        .explain span{
        font-size: 20px;
        }
        
        .border{
        border: 3px solid #56AC8A;
        width: 46%;
        }
        
        .closeBtn{
        font-size: 20px;
        top: 16vh; 
        width: 10%;
        cursor: pointer;
        text-align: center;
        background-color:#56AC8A;
        color: #ffffff;
        border-radius: 5px;
        padding: 0px 1px 0px 1px;
        }
        
}



@media(max-width:767px) {

    .container {
        padding: 0;
    }
    .row {
        padding: 0 5% 0 5%;
    }
    .table_list table th {
        padding: 40px 4px;
    }
	.main_tit {
		padding-top: 135px;
	}
	.pdf {
		background-color: #fff;
		margin: 0 auto;
		width: 154px;
    }
    .intro_pdf {
        padding: 10px 30px;
    }
    .input_s {
        width: 545px;
    }

    .recent_inspection {
        width: 600px;
    }
    .one {
        margin: 0 29px 50px 0;
    }
    .left02 {
        width: 600px;
    }
    .left03 {
        width: 600px;
    }
    .left04 {
        width: 600px;
        margin: 0 0 20px 0;
    }
    .coin_bar {
        width: 600px;
    }
    .right01 {
        width: 580px;
    }
    .right02 {
        width: 580px;
    }
    .tableDiv_wi {
        width: 560px;
    }
    .go {
        padding: 5px 2px;
    }
    .tab {
        width: 270px;
        font-size: 17px;
    }
    .cart_box {
        width: 596px;
    }
    .table_list02 {
        width: 100%;
    }
    #myinfo {
        width: 100%;
    }
    #pwinfo {
        width: 100%;
    }
    .find_postal {
        width: 35%;
    }
    .download {
        margin-top: 10px;
    }
    .download_txt {
        width: 80%;
    }
    .filebox .upload-name {
        width: 66%;
    }
    .num_mar {
        margin-right: 0;
        cursor: pointer;
    }
    .num_mar_mo {
        margin-right: 0;
        cursor: pointer;
        width: 50%;
        height: 40px;
        float: left;
    }
    .f_red {
        margin-right: 0;
        cursor: pointer;
        width: 50%;
        height: 40px;
        float: left;
        font-weight: 900;
        color: #F30;
    }
    .f_gray {
        margin-right: 0;
        width: 50%;
        height: 40px;
        float: left;
    }
    .tab04_set {
        float: left;
    }
    #sample6_extraAddress {
        width: 26%;
    }
    #sample6_detailAddress {
        width: 50%;
        margin-right: 0;
    }
    #message {
        /* width: 435px; */
    }
    .hide {
        display: none;
    }
    .count {
        width: 100px;
    }
    .coast {
        width: 150px;
    }
    .status {
        width: 100px;
    }
    .delivery_number {
        width: 100px;
    }

    #name, #phone {
        width: 93%;
    }
    #datepicker {
        width: 93%;
    }
    #radio3_1, #radio4_1 {
        width: 169px;
    }
    #radio5_1 {
        width: 250px; font-size: 18px; height: 49px;
    }
    #radio5_1:hover {
        cursor: pointer; font-size: 18px; font-weight: 600; color: #fff; background-color: #505562;
        border-radius: 30px;
    }

    .guidance_bottom {
        margin: 2% 7% 2%;
    }
    .goods {
        width: 91%;
    }
    .search #searchform #keyword {
        width: 200px;
    }

    .ing {
        height: 220px;
    }
    .confirmation01 {
        position: relative;
        width: 30%; text-align: center;
        height: 220px;
    }
    .confirmation02 {
        position: relative;
        width: 25%;
        text-align: center;
        height: 220px;
        border-left: 1px solid #ccc;
    }
    .ab {
        position: absolute; top: 50%; left: 50%;
        transform: translate(-50%, -50%);
    }
    .full_check {
        background-color: #ebecf5; padding: 20px 500px 20px 14px; border-radius: 5px 5px 0 0; border: 1px solid #ccc; cursor: pointer;
        font-size: 16px; line-height: 1.2;
    }
    .deposit {
        font-size: 16px;
    }
    .subTit {
        color: #333;
        font-size: 16px;
    }


    /* 수정 */
    #subL_manualdiv {width: 7%;}
    #subR_manualdiv {width: 93%;}
    .coach-cont{min-width: auto;}
    .manualdiv {font-size: 18px;}
    .closeBtn {top: 115px;}
    .border {width: 72vw; min-width: auto;}
    #firstExplain {top: 255px;}
    #firstBorder {top: 255px;}
    #secondExplain {top: 255px;}
    #secondBorder {top: 255px;}
    #mBorder2 {top: 255px;}
    #mExplain {top: 255px;}
    #mBorder3 {
        margin: 0 auto; width: 230px; height: 55px;
        top: 250px; right: 20px;
    }

    

}
