
/*************       태블릿 디스플레이     *************/
.d-md-none {
    display: none !important;
}

.d-md-inline {
    display: inline !important;
}

.d-md-inline-block {
    display: inline-block !important;
}

.d-md-block {
    display: block !important;
}

.d-md-table {
    display: table !important;
}

.d-md-table-row {
    display: table-row !important;
}

.d-md-table-cell {
    display: table-cell !important;
}

.d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.float-md-left {
    float: left !important;
}

.float-md-right {
    float: right !important;
}

.float-md-none {
    float: none !important;
}

.text-md-left {
    text-align: left !important;
}

.text-md-right {
    text-align: right !important;
}

.text-md-center {
    text-align: center !important;
}


/*************      태블릿 마진,패딩     *************/
.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-md-0 {
    margin-left: 0;
}

.offset-md-1 {
    margin-left: 8.33333%;
}

.offset-md-2 {
    margin-left: 16.66667%;
}

.offset-md-3 {
    margin-left: 25%;
}

.offset-md-4 {
    margin-left: 33.33333%;
}

.offset-md-5 {
    margin-left: 41.66667%;
}

.offset-md-6 {
    margin-left: 50%;
}

.offset-md-7 {
    margin-left: 58.33333%;
}

.offset-md-8 {
    margin-left: 66.66667%;
}

.offset-md-9 {
    margin-left: 75%;
}

.offset-md-10 {
    margin-left: 83.33333%;
}

.offset-md-11 {
    margin-left: 91.66667%;
}

/*************      태블릿 드롭다운메뉴     *************/

.dropdown-menu-md-left {
    right: auto;
    left: 0;
}

.dropdown-menu-md-right {
    right: 0;
    left: auto;
}


/*************      모바일 메뉴     *************/
















.navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand-md .navbar-toggler {
    display: none;
}

.list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

.list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
}

.list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
}

/*************      태블릿 마진,패딩     *************/
.m-sm-0 {
    margin: 0 !important;
}

.mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
}

.mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
}

.mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
}

.ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
}

.m-sm-1 {
    margin: 0.25rem !important;
}

.mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
}

.mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
}

.mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
}

.ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
}

.m-sm-2 {
    margin: 0.5rem !important;
}

.mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
}

.mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
}

.mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
}

.ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
}

.m-sm-3 {
    margin: 1rem !important;
}

.mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
}

.mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
}

.mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
}

.ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
}

.m-sm-4 {
    margin: 1.5rem !important;
}

.mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
}

.mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
}

.mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
}

.ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
}

.m-sm-5 {
    margin: 3rem !important;
}

.mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
}

.mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
}

.mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
}

.ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
}

.p-sm-0 {
    padding: 0 !important;
}

.pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
}

.pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
}

.pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
}

.pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
}

.p-sm-1 {
    padding: 0.25rem !important;
}

.pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
}

.pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
}

.pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
}

.pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
}

.p-sm-2 {
    padding: 0.5rem !important;
}

.pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
}

.pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
}

.pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
}

.pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
}

.p-sm-3 {
    padding: 1rem !important;
}

.pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
}

.pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
}

.pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
}

.pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
}

.p-sm-4 {
    padding: 1.5rem !important;
}

.pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
}

.pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
}

.pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
}

.pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
}

.p-sm-5 {
    padding: 3rem !important;
}

.pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
}

.pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
}

.pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
}

.pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
}

.m-sm-n1 {
    margin: -0.25rem !important;
}

.mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
}

.mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
}

.mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
}

.m-sm-n2 {
    margin: -0.5rem !important;
}

.mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
}

.mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
}

.mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
}

.m-sm-n3 {
    margin: -1rem !important;
}

.mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
}

.mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
}

.mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
}

.ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
}

.m-sm-n4 {
    margin: -1.5rem !important;
}

.mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
}

.mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
}

.mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
}

.m-sm-n5 {
    margin: -3rem !important;
}

.mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
}

.mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
}

.mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
}

.ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
}

.m-sm-auto {
    margin: auto !important;
}

.mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
}

.mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
}

.mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
}

.ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
}
