


.order_flight{
    margin-bottom: 40px;
}

.order_flight_container {
    border: #dddddd solid 1px;
    padding: 40px 40px;
    display: flex;
    align-items: center;
}

.order_flight_container .title_left{
    display: flex;
    align-items: center;
    border-right: #dddddd solid 1px;
    padding-right: 50px;
}

.order_flight_container .order_flight_title{
    margin-left: 20px;
}

.order_flight.reservation .order_flight_container .order_flight_title{
    margin-left: 0px;
}

.order_flight_container .order_flight_title p{
    font-size: 14px;
    margin-bottom: 5px;
}

.order_flight_container .order_flight_title p:hover {
    color: #000000;
}

.order_flight_container .order_flight_title p span{
    margin: 0 5px;
}

.order_flight_container .order_flight_title p.title {
    font-size: 20px;
}

.order_flight_container .mileage{
    margin-left: 50px;
}

.order_flight_container .mileage p {
    color: #000000;
    font-size: 14px;
}

.order_flight_container .mileage p.title {
    color: #23569d;
    font-size: 20px;
    margin-top: 5px;
}

.order_flight_border{
    width: 100%;
    border-bottom: #dddddd solid 1px;
    margin: 20px 0;
}

.order_flight.reservation .order_narrate{
    margin-left: 50px;
    width: 220px;
}

.order_flight.reservation .order_narrate p{
    font-size: 14px;
    color: #000000;
}

.order_flight.reservation .order_narrate p:hover{
    color: #000000;
}

.order_flight.reservation .order_button{
    margin-left: 50px;
}

.order_flight.reservation .order_login{
    display: flex;
    align-items: center;
}

.mileage_border{
    border-right:#dddddd solid 1px ;
    margin: 0 30px;
}

.order_nav .nav-item .nav-link p{
    color: #000000;
    font-size: 14px;
    margin-left: 35px ;
}


.order_nav .nav-item .nav-link.active{
    border-bottom: 3px solid #23569d;
}

.order_nav .nav-item .nav-link.active p{
    color: #23569d;
    font-size: 14px;
}

.order_nav .nav-item .nav-link > p.list::before {
    content: '';
    background: url(../content/images/ic-list.svg) no-repeat top left;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.order_nav .nav-item .nav-link.active > p.list::before {
    content: '';
    background: url(../content/images/ic-list-hover.svg) no-repeat top left;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.order_nav .nav-item .nav-link > p.notice::before {
    content: '';
    background: url(../content/images/ic-notice.svg) no-repeat top left;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.order_nav .nav-item .nav-link.active > p.notice::before {
    content: '';
    background: url(../content/images/ic-notice-hover.svg) no-repeat top left;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.order_nav .nav-item .nav-link > p.wishlish::before {
    content: '';
    background: url(../content/images/ic-wishlish.svg) no-repeat top left;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.order_nav .nav-item .nav-link.active > p.wishlish::before {
    content: '';
    background: url(../content/images/ic-wishlish-hover.svg) no-repeat top left;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.order_nav ul li.nav-item{
    margin-bottom: 40px;
}

.order_nav ul li a{
    position: relative;
    /* padding: 17px 0 15px 0; */
}

.order_nav .nav-item{
    margin-right: 40px;
}

.order_nav .nav-item:last-child{
    margin-right: 0px;
}

.tab-item-content{
    border: #dddddd solid 1px;
    margin-bottom:40px ;
}

.tab-item-content .tab-item-title{
    background-color: #fafafa;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

.tab-item-content .tab-item-title p{
    font-size: 14px;
    color: #000000;
}

.tab-item-content .tab-item-title p:hover{
    color: #000000;
}

.tab-item-content .tab-item-title p span{
    font-size: 14px;
    color: #23569d;
}

.tab-item-content .tab-item-title .position-relative p{
    margin-right: 30px ;
}

.tab-item-content .tab-item-title p.ic-bag::after{
    content: "";
	background: url(../content/images/ic-bag.svg) no-repeat top left;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
	margin: auto;
	right: 0;
}

.tab-item-content .tab-item-title p.ic-cancelled::after{
    content: "";
	background: url(../content/images/ic-cancelled.svg) no-repeat top left;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
	margin: auto;
	right: 0;
}

.tab-item-content .tab-item-title p.ic-bag-ok::after{
    content: "";
	background: url(../content/images/ic-bag-ok.svg) no-repeat top left;
    background-size: cover;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
	margin: auto;
	right: 0;
}

.tab-item-content .tab-item-message{
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.tab-item-content .tab-item-message .title_left p{
    font-size: 14px;
    color: #000000;
}

.tab-item-content .tab-item-message .title_left p.title{
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    margin-top: 5px;
}

.message_border{
    background-color:#dddddd ;
    width: 1px;
    height: 20px;
    margin-left: 50px;
}

.tab-item-content .tab-item-message .left{
    display: flex;
    align-items: center;
}


.tab-item-content .tab-item-message .right p{
    font-size:24px;
    font-weight: 800;
    color: #23569d;
}

.tab-item-content .tab-item-message .right p span{
    font-size:16px;
    color: #23569d;
}


.tab-item-content .tab-item-message .mileage{
    margin-left: 50px;
}


.tab-item-content .tab-item-message .mileage p{
    font-size: 14px;
    color: #000000;
}

.tab-item-content .tab-item-message .mileage p.title{
    font-size: 16px;
    color: #23569d;
}

.tab-item-content .tab-item-border{
    width: 100%;
    border-bottom: #dddddd solid 1px;
}

.tab-item-content .tab-item-text{
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_nav ul li a.tab-item_down  {
    position: relative;
    padding: 0 0 0 0;
}

.tab-item-content .tab-item-text .tab-item_down p:hover{
    color: #000000;
}

.tab-item-content .tab-item-text .tab-item_down p::after{
    content:'';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(./images/ic-down.svg);
    position: absolute;
    top: -1px;
    bottom: 0;
    right: -25px;
    transform: rotate(180deg);
}

.tab-item-content .tab-item-text .tab-item_down.active p::after{
    content:'';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(./images/ic-down.svg);
    position: absolute;
    top: -1px;
    right: -25px;
    bottom: 0;
    transform: rotate(0deg);
}

.tab-item-content .sky-item-button {
    display: inline-block;
}

.tab-item-content .sky-item-button.main {
    margin-left: 10px;
}

.tab-item-content .cart_list{
    border: #dddddd solid 0px;
    margin-bottom: 0px;
}

.tab-item-content .cart_list .list_center .head p:first-child {
    content: '';
    display: inline-block;
    width: 71%;
}

.tab-item-content .cart_list .list_center .item li.item_center .title_item {
    display: flex;
    width: 71%;
    float: left;
}

.order_nav .tab-item ul {
    margin-bottom: 0px;
}

.tab-item-content .tab-item-total{
    padding: 30px 40px 0 40px;
}


.tab-item-content .tab-item-total p:hover{
    color: #000000;
}

.tab-item-content .tab-item-total .item{
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    align-items: center;
}

.tab-item-content .tab-item-total .item.total-border{
    padding: 20px 0;
}

.tab-item-content .tab-item-total .item.total-border .title{
    font-size: 20px;
    font-weight: 800;
    color: #000000;
}

.tab-item-content .tab-item-total .item.total-border .price{
    font-size: 20px;
    font-weight: 800;
    color: #23569d;
}

.tab-item-content .tab-item-total .item.total-border .price span{
    font-size: 16px;
    color: #23569d;
}

.tab-item-content .tab-item-total .item.other{
    padding: 0 0;
}

.total-border{
    border-top: #dddddd solid 1px;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}

.total-border p{
    text-align: end;
}

.tab-item-content .tab-item-total .item.total-border .card-item{
    text-align: end;
    padding: 20px 0;
}

.tab-item-content .tab-item-total .item.total-border .card-item p{
    font-size: 14px;
    color: #000000;
}

.tab-item-content .tab-item-total .item.total-border .card-item p.title{
    font-size: 16px;
    margin-top: 5px;
    color: #23569d;
    font-weight: 400;
}

.order_memberlogin {
    background-color: #fafafa;
    padding: 40px 40px;
    margin-bottom: 100px;
    text-align: center;
}

.order_memberlogin > p{
    width: 50%;
    margin-bottom: 40px;
    display: inline-block;
}

.order_memberlogin > p.member_sign_pc{
    width: auto;
    margin-bottom: 0px;
    display: inline-block;
}


.order_memberlogin > p:hover{
    color:#000000;
}

.cart_list.cancel_order .list_center .head p:first-child {
    content: '';
    display: inline-block;
    width: 54%;
}

.cart_list.cancel_order .list_center .head p {
    width: 15%;
}

.cart_list.cancel_order .list_center .item li.item_center .title_item {
    width: 55%;
}

.cart_list.cancel_order .list_center .item li.item_center .price_item {
    width: 15%;
}

.cart_list.cancel_order  .list_center .item li.item_center .quantityitem_item {
    width: 15%;
}

.cart_list .list_center .item li.item_center .operation_item.operation_button .sky-item-button {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}

.order_nav ul.new-item {
    margin-bottom: 0px;
}

.new-item-content{
    margin-bottom: 40px;
}

.new-item > a{
    width: 100%;
    color: #000000;
    border-bottom: #dddddd solid 1px;
    padding: 20px 20px 20px 0;
    position: relative;
    display: inline-block;
}

.new-item > a .new-flex{
    display: flex;
    align-items: center;
}

.new-item > a .new-flex .date{
    /* max-width: 170px; */
    width: 130px;
    position: relative;
    font-size: 14px;
    padding-right: 25px;
}

.new-item > a .new-flex .date::after{
    content: "";
    background: url(../content/images/ic-more.svg) no-repeat top left;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.new-item > a .new-flex .text{
    font-size: 16px;
    /* margin-left: 80px; */
    width: calc(100% - 130px);
    padding-left: 20px;
    padding-right: 40px;
    line-height: 1.3;
    position: relative;
}


.new-item > a.accordion-toggle .text::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(./images/ic-down.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transform: rotate(180deg);
}
.new-item > a.accordion-toggle.collapsed .text::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(./images/ic-down.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transform: rotate(0deg);
}

.new-item.other-new a.accordion-toggle.collapsed .text::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(./images/ic-down.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transform: rotate(270deg);
}

.new-item.other-new a:hover{
    color: #23569d;
}

.new-item-body{
    padding: 20px 20px 20px 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.4;
    margin-left: 155px;
}

.new-item .collapse{
    border-bottom: #dddddd solid 1px;
}

.product_title_button {
    display: flex;
    align-items: center;
}

.product_title_button .sky-item-button {
  padding: 10px 10px;
}

.product_title_button p{
    font-size: 14px;
    color: #aaaaaa;
    margin-left: 10px;
}

.product_title_button p:hover{
    color: #aaaaaa;
}

.product_title_button .sky-item-button{
    margin: inherit;
}


@media (max-width: 991px){
    .order_flight_container .title_left {
        display: flex;
        align-items: center;
        border-right:none;
        padding-right: 0px;
    }
    .order_flight_container {
        padding: 20px 20px;
        display: flex;
        align-items: end;
        flex-direction: column;
    }
    .order_flight_container .mileage{
        margin-left: 0px;
    }
    .tab-item-content .tab-item-message {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .tab-item-content .tab-item-message .left {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .tab-item-content .tab-item-message .left {
        align-items: normal;
        width: 100%;
    }
    .tab-item-content .tab-item-message .title_left{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tab-item-content .tab-item-message .title_left p.title {
        font-size: 16px;
    }
    .tab-item-content .tab-item-message .d-flex{
        flex-direction: column;
    }
    .tab-item-content .tab-item-message .mileage {
        margin-left: 0px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .tab-item-content .tab-item-message .right{
        width: 100%;
    }
    .tab-item-content .tab-item-message .right p{
        text-align: end;
        font-size: 16px;
    }
    .tab-item-content .tab-item-message .right p span{
        font-size: 12px;
    }
    .message_border {
        background-color: #dddddd;
        width: 100%;
        height: 1px;
        margin: 15px 0;
    }
    .order_nav .cart_list .list_center .item li.item_center.gray_bg {
        height: auto;
    }
    .tab-item-content .cart_list .list_center .item li.item_center .title_item {
        width: 100%;
    }
    .cart_list .list_center .item li.item_center .quantityitem_item .quantityitem_text {
        top: 144px;
    }
    .cart_list .list_center .item li.item_center.gray_bg .quantityitem_item .quantityitem_text {
        top: 100px;
    }
    .order_flight.reservation .order_narrate {
        text-align: initial;
        margin-left: 0px;
        width: 50%;
    }
    .order_flight.reservation .order_button {
        margin-left: 0px;
    }
    .order_flight.reservation .order_login{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .order_memberlogin > p {
        width: 100%;
        margin-bottom: 20px;
    }
    .cart_list.cancel_order .list_center .item li.item_center .price_item {
        width: 100%;
    }
    .cart_list.cancel_order .list_center .item li.item_center .quantityitem_item {
        width: 100%;
    }
    .cart_list .list_center .item li.item_center .operation_item.operation_button .sky-item-button {
        position: absolute;
        top: 85%;
        left: 50%;
        text-align: center;
        transform: translate(-50%,-50%);
        width: 95%;
    }
    .new-item a .new-flex {
        display: flex;
        align-items: end;
        /* flex-direction: column; */
    }
    .new-item a .new-flex .date {
      width: 90px;
      margin-bottom: 5px;
    }
    .new-item a .new-flex .date::after {
        content: "";
        right: 0;
    }
    .new-item a .new-flex .text {
        position: relative;
        font-size: 16px;
        width: calc(100% - 90px);
        /* margin-left: 0px; */
        /* width: 100%; */
        /* padding-right: 20px; */
    }
    .new-item a.accordion-toggle .text::after {
        content: '';
        top: 0;
    }
    .new-item a.accordion-toggle.collapsed .text::after {
        content: '';
        top: 0;
    }
    .new-item a {
        padding: 20px 0 20px 0;
    }
    .new-item-body {
        padding: 20px 0px 20px 0px;
        color: #000000;
        font-size: 14px;
        line-height: 1.4;
        margin-left: 0px;
    }
    .product_title_button {
        flex-direction: column;
    }
    .product_title_button p {
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .product_title_button .sky-item-button {
        width: 100%;
    }
}

@media (max-width: 768px){
    .mileage_border {
        margin: 0 15px;
    }
    .order_nav ul li.nav-item {
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .order_nav .nav-item .nav-link p {
        font-size: 12px;
    }
    .order_nav .nav-item .nav-link.active p {
        font-size: 12px;
    }
    .order_nav .tab-content .productStyleFilter {
        margin-bottom: 10px
    }
    .tab-item-content .sky-item-button.main {
        margin-left: -4px;
    }
    .tab-item-content .tab-item-total .item{
        display: block;
        text-align: end;
    }
    .tab-item-content .tab-item-total .item.total-border .card-item {
        padding: 10px 0;
    }
    .total-border {
        display: block;
        text-align: end;
    }
    .tab-item-content .tab-item-total .item p{
        margin-top: 5px;
    }
    .tab-item-content .tab-item-total {
        padding: 20px 40px 0 40px;
    }
    .tab-item-content {
        margin-bottom: 20px;
    }
    .order_flight.reservation .order_flight_container .order_flight_title {
        margin-left: 0px;
    }
    .tab-content .cart_text .sky-item-button {
        margin: 0 auto;
        width: 100%;
    }
    .cart_list .list_center .item li.item_center .operation_item.operation_button {
        padding: 0 0;
        width: 100%;
        float: none;
        height: 210px;
    }
    .new-item-content{
        margin-bottom: 20px;
    }
}

@media (max-width: 480px){
    .order_nav .nav .nav-item {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }

    .order_nav .nav .nav-item > a{
      padding: 17px 0 15px 0;
    }

    .order_nav .nav-item .nav-link p {
        margin-left: 20px;
    }
    .order_nav ul li.nav-item {
        margin-bottom: 20px;
        margin-right: 5px;
    }
    .order_nav .nav-item .nav-link > p.list::before {
        content: '';
        left: 8px;
    }
    .order_nav .nav-item .nav-link > p.notice::before {
        content: '';
        left: 8px;
    }
    .order_nav .nav-item .nav-link > p.wishlish::before {
        content: '';
        left: 8px;
    }

    .order_nav .nav-item .nav-link.active > p.list::before {
        content: '';
        left: 8px;
    }
    .order_nav .nav-item .nav-link.active > p.notice::before {
        content: '';
        left: 8px;
    }
    .order_nav .nav-item .nav-link.active > p.wishlish::before {
        content: '';
        left: 8px;
    }
    .order_flight_container {
        padding: 10px 10px;

    }
    .order_flight_border {
        margin: 10px 0;
    }
    .order_flight_container .mileage p {
        font-size: 12px;
    }
    .order_flight_container .mileage p.title {
        font-size: 14px;
        margin-top: 5px;
    }
    .tab-item-content .tab-item-title {
        padding: 10px 15px;
    }
    .tab-item-content .tab-item-title p {
        margin-right: 30px;
        font-size: 12px;
    }
    .tab-item-content .tab-item-title p span {
        font-size: 12px;
    }
    .tab-item-content .tab-item-title .position-relative p {
        margin-right: 25px;
    }
    .tab-item-content .tab-item-message .title_left p {
        font-size: 12px;
    }
    .tab-item-content .tab-item-message .title_left p.title {
        font-size: 14px;
    }

    .tab-item-content .tab-item-message {
        padding: 15px 15px;
    }
    .tab-item-content .tab-item-message .mileage p {
        font-size: 12px;
    }
    .tab-item-content .tab-item-message .mileage p.title {
        font-size: 14px;
    }
    .tab-item-content .tab-item-message .right p {
        font-size: 14px;
    }
    .tab-item-content .tab-item-text {
        padding: 15px 15px;
    }
    .tab-item-content .tab-item-text p{
        font-size: 12px;
    }
    .tab-item-content .sky-item-button {
        font-size: 12px;
        padding: 7px 10px;
    }
    .tab-item-content .tab-item-total .item p{
        font-size: 12px;
    }
    .tab-item-content .tab-item-total .item.total-border .title {
        font-size: 14px;
    }
    .tab-item-content .tab-item-total .item.total-border .price {
        font-size: 14px;
    }
    .tab-item-content .tab-item-total .item.total-border .price span {
        font-size: 12px;
    }
    .tab-item-content .tab-item-total .item.total-border .card-item p {
        font-size: 12px;
    }
    .tab-item-content .tab-item-total .item.total-border .card-item p.title {
        font-size: 14px;
    }
    .tab-item-content .tab-item-total .item.total-border {
        padding: 10px 0;
    }
    .tab-item-content .tab-item-total .item.total-border .card-item {
        padding: 5px 0;
    }
    .tab-item-content .tab-item-total {
        padding: 0px 15px 0 15px;
    }
    .order_flight_container .sky-item-button {
        font-size: 12px;
        margin: 0 auto;
        width: auto;
        padding: 10px 10px;
    }
    .order_flight_container .order_flight_title p.title {
        font-size: 14px;
    }
    .order_flight_container .order_flight_title p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .order_flight_container .order_flight_title {
        margin-left: 10px;
    }
    .order_flight.reservation .order_narrate p {
        font-size: 12px;
    }
    .order_memberlogin {
        background-color: #fafafa;
        padding: 20px 20px;
        margin-bottom: 50px;
    }
    .order_memberlogin > p {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .new-item a {
        padding: 10px 0 10px 0;
    }
    .new-item-body {
        padding: 10px 0px 10px 0px;
        font-size: 12px;
    }
    .new-item a .new-flex .date {
        font-size: 12px;
    }
    .new-item a .new-flex .date::after {
        content: "";
        right: 0;
    }
    .new-item a .new-flex .text {
        font-size: 12px;
    }
    .product_title_button p {
        font-size: 12px;
    }
}

@media (max-width: 340px){
    .order_nav .nav-item .nav-link > p.list::before {
        content: '';
        left: 0px;
    }
    .order_nav .nav-item .nav-link > p.notice::before {
        content: '';
        left: 0px;
    }
    .order_nav .nav-item .nav-link > p.wishlish::before {
        content: '';
        left: 0px;
    }

    .order_nav .nav-item .nav-link.active > p.list::before {
        content: '';
        left: 0px;
    }
    .order_nav .nav-item .nav-link.active > p.notice::before {
        content: '';
        left: 0px;
    }
    .order_nav .nav-item .nav-link.active > p.wishlish::before {
        content: '';
        left: 0px;
    }
}
