@charset "utf-8";

/* 내용관리 */
#ctt {margin:0px 0;padding:0px;background:#fff;margin-top: 50px;}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

.deli-hd {
    display: flex;
    margin-bottom: 100px;
}
.deli-hd .hd-img {
    max-width: 443px;
    margin-right: 40px;
}
.deli-hd .hd-img img{
    border-radius: 20px;
}
.deli-hd .hd-txt {
    padding: 33px 0 22px;
}
.deli-hd .hd-txt strong {
    display: flex;
    align-items: center;
    font-size: 1.375rem;
    font-family: 'KIMM_Bold';
    font-weight: 700;
    gap: 6px;
}
.color-green {
    color: #7FB758;
    font-weight: 700;
}
.deli-hd .hd-txt strong img {
    width: 24px;
}
.deli-hd .hd-txt ul {
    margin-top: 20px;
}
.deli-hd .hd-txt ul li {
    font-size: 1rem;
    font-weight: 400;
    color: #737373;
    line-height: 2;
    text-indent: -10px;
    padding-left: 10px;
}

.deli-tab {
    position: sticky;
    top: 0;
    z-index: 1;
}
.deli-tab ul {
    background-color: #ECECEC;
    display: flex;
    border-radius: 100px;
}
.deli-tab ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AAA9A9;
    font-size: 1.375rem;
    font-weight: 700;
    font-family: 'KIMM_Bold';
    height: 50px;
    border-radius: 100px;
    cursor: pointer;
}
.deli-tab ul li.active,
.deli-tab ul li:hover{
    background-color: #76B24D;
    color: #ffffff;
}
.deli-cont {
    margin-top: 40px;
}
.deli-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AAA9A9;
    font-size: 1.375rem;
    font-weight: 700;
    font-family: 'KIMM_Bold';
    height: 50px;
    border-radius: 100px;
    background-color: #76B24D;
    color: #ffffff;
}
table {width: 100%;table-layout: fixed;border-collapse: collapse;min-width: 768px;}
tr {}
th {
    background-color: #F0F2EE;
    height: 50px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #2B2B2B;
}
th:not(:first-child){
    border-left: 1px solid #D3D3D3;
}
td{
    height: 60px;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #2B2B2B;
    border-bottom: 1px solid #D3D3D3;
}
td:not(:last-child)[colspan="2"]{border-right: 1px solid #D3D3D3;}
td:not(:first-child)[colspan="2"]{border-left: 1px solid #D3D3D3;}
td.label {
    position: relative;
    /* border-left: 1px solid #D3D3D3; */
}
td.label:not(:first-child){border-left: 1px solid #D3D3D3;}
td.price:not(:first-child):before{content:'';height: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-left: 1px solid #D3D3D3;}
td.price {
    position: relative;
    font-weight: 700;
    /* border-right: 1px solid #D3D3D3; */
}
td.ft-txt {
    font-size: 1.125rem;
    background-color: #042E00;
    font-family: 'KIMM_Bold';
    font-weight: 700;
    color: #ffffff;
}











/*===============================================TABLET 768px===============================================*/
@media screen and (max-width: 768px) {


#ctt{
    margin-top: 30px;
}

  .deli-hd {
  flex-direction: column;
  }
  .deli-hd .hd-img {
      max-width: 100%;
      margin-right: 0;
  }
  .deli-hd .hd-txt{}
.deli-title{}

}
/*===============================================MOBILE 500px===============================================*/
@media screen and (max-width: 500px) {

    #ctt{
        margin-top: 20px;
    }
    .deli-hd {
    margin-bottom: 20px;
    }
    .deli-hd .hd-img {
    }
    .deli-hd .hd-txt{}
    .deli-title{height: 45px;}
    .deli-tab ul li{
        height: 45px;
    }
    .deli-hd .hd-txt strong{
    font-size: 1rem;
}
    .deli-hd .hd-txt ul li{
    font-size: 0.875rem;
}

    th {
    height: 40px;
    font-size: 1rem;
}
    td{
    height: 50px;
    font-size: 0.875rem;
}
}