.page-yaman *{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 30px;
}
.page-yaman{
    background: #000;
}
.nav-yaman {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff9000;
    padding: 12px 15px;
    margin-top: -6px;
    flex-wrap: wrap;
}
.nav-yaman a {
    color: #151515;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #d6393d;
    font-weight: bold;
}
.nav-yaman a:first-child{
    border-left: 1px solid #d6393d;
}
.nav-yaman a span {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    background: #000000;
    padding: 2px 6px 2px 8px;
}
.nav-yaman a span i {
    color: #ff9000;
    line-height: 1;
}
.yaman-1 {
    padding: 60px 0px 60px;
}
.yaman-title-top {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.m-b-40 {
    margin-bottom: 40px !important;
}
.m-b-30 {
    margin-bottom: 30px !important;
}
.m-b-20 {
    margin-bottom: 20px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.w-auto {
    width: auto !important;
}
.c-white{
    color: #fff;
}
.yaman-1-text1 {
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 45px;
    color: #fff;
    text-align: center;
}
.yaman-1-label {
    background: #fff;
    font-size: 20px;
    padding: 8px 10px;
    margin-bottom: 50px;
    display: inline-block;
}
.yaman-1-text2 {
    margin-bottom: 30px;
    color: #fff;
}
.yaman-1-text3{
    color: #f52e2e;
    border: 1px solid #f52e2e;
    padding: 30px;
    margin-bottom: 40px;
}
.yaman-2{
    padding-bottom: 80px;
    position: relative;
}
.yaman-2 h3{
    font-size: 30px;
    line-height: 50px;
    color:#ff9000 ;
    text-align: center;
    font-weight: bold;
}
.yaman-2 h3 span{
    color: #fff;
    font-size: 30px;
    line-height: 50px;

}
.yaman-3{
    background: url(/common/design/user/img/yaman/bg-3.png);
    padding: 160px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.d-flex{
    display: flex;
}
.yaman-3 .d-flex{
    width: 80%;
    margin: auto;
}
.yaman-3-btn{
    width: 40%;
}
.btn-red{
    padding: 15px ;
    display:inline-block;
    font-size: 24px;
    color: #fff !important;
    font-weight: bold;
    background: #ff3131;
    border-radius: 10px;
    text-align: center;
    width: 100%;
}
.btn-green{
    padding: 15px ;
    display: inline-block;
    font-size: 24px;
    color: #fff !important;
    font-weight: bold;
    background: #2ec400;
    text-align: center;
    border-radius: 10px;
    width: 100%;

}
.list-item .btn-red, .list-item .btn-green{
    width: calc(50% - 4px);
    padding: 15px 10px;
    font-size: 16px;
}
.yaman-3-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yaman-3-text, .yaman-3-text span{
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
}
.yaman-3-text span{
    padding-left: 4px ;
}
.yaman-3-text .yaman-3-num{
    background: #ff9000;
    border-radius: 50%;
    font-size: 12px;
    color: #e3e3e3;
    padding: 4px 6.5px;
    line-height: 12px;
}
.yaman-4{
    padding: 80px 0px;
}
.yaman-4-text{
    margin-left: 40px;
}
.yaman-4-text p{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
.yaman-4 .d-flex > *{
    width: 50%;
}
.yaman-5{
    background: url(/common/design/user/img/yaman/bg-5.png);
    padding: 250px 0px 190px ;
    background-size: cover;
    background-repeat: no-repeat;
}
.list-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yaman-5-item{
    width: calc(100% / 3 - 20px);
    margin-bottom: 20px;
}
.yaman-item-5-price{
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}



.yaman-twitter {
    padding: 0px 0px 60px;
}
.yaman-twitter .fs-30 {
    font-size: 30px;
    line-height: 34px;
    color: #fff;
}
.yaman-twitter-content{
    display: flex;
    justify-content: space-between;
}
.yaman-twitter-content-right, .yaman-twitter-content .info-left {
    width: calc(50% - 10px);
}
.yaman-twitter-content .title-twitter-yaman {
    padding: 15px 0 15px 20px;
    background-color: #1da1f2;
    border-radius: 10px 10px 0 0;
}
.yaman-twitter-content .info-left .info-twitter .title-twitter-yaman p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 31px;
    margin: 0;
}
.yaman-twitter-content .twitter-text {
    background-color: #edfcff;
    padding: 25px 20px;
    display: flex;
}
.yaman-twitter-content .twitter-text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    word-break: break-all;
}
.yaman-twitter-content .twitter-text img {
    height: 40px;
    max-width: 70px;
    margin-left: 10px;
}
.yaman-twitter-content .info-mildom5 .table-list {
    margin-top: 20px;
}
.crownpop-twitter-content-left-2 {
    position: relative;
}
.crownpop-twitter-content-left-2>p {
    font-size: 26px;
    line-height: 29px;
    padding: 80px 0px 20px;
    text-align: center;
    color: #ee7700;
    font-weight: bold;
}
.crownpop-twitter-3 {
    position: absolute;
    right: 0;
    top: 30px;
}
.list-id-twitter {
    max-height: 200px;
    overflow: auto;
}
.list-id-twitter table tr {
    border-bottom: 1px solid #adadad;
}
.list-id-twitter table tr th:first-child {
    background: #fffcc6;
    text-align: right;
}
.list-id-twitter table tr th {
    padding: 10px 15px;
    color: #4c3801;
    font-size: 16px;
    line-height: 29px;
}
.list-id-twitter table tr th:last-child {
    background: #ffffff;
    text-align: left;
}
.yaman-twitter-content-right .content-battle {
    display: block;
    overflow: auto;
    max-height: 600px;
}
.yaman-6{
    padding: 80px 0px       ;
}
.yaman-7 {
    padding: 60px 0px 80px;
    background: #fff;
}
.yaman-7-content {
    width: 68%;
    margin: 0px auto;
}
.yaman-7-text {
    margin-right: 40px;
}
.yaman-7-text h2 {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
}
.yaman-7-text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.yaman-content{
    display: flex;
    align-items: center;
}
.yaman-content > p{
    width: 30%;
    margin-right: 50px;
}
.yaman-content .yaman-content-text{
    width: 70%;
}
.yaman-content-text > div{
    position: relative;
    padding: 25px 20px;
    background: #fff;

}
.txt-title{
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
}
.txt-detail{
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}
.txt-link{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #008fd2 !important;
    text-decoration: underline !important;
}

.page-battle .list-item-stock {
    max-width: max-content;
    margin: 0px auto;
}
.page-battle .table-sizes {
    max-width: max-content;
    overflow-x: auto!important;
    overflow-y: auto!important;
    max-height: 406px;
}
.page-battle .table-sizes table {
    position: relative;
    border: 1px solid #ddd;
}
.page-battle .table-sizes tbody tr th {
    background: #fff;
    color: #2a6eae;
    border: 1px solid #4986bf;
    border-width: 0 0 1px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #2a6eae;
    border: 1px solid #4986bf;
    border-width: 0 0 1px;
    padding: 12px 6px;
    text-align: center;
}
.page-battle .table-sizes td {
    background: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    line-height: 14px;
    color: #656565;
    height: 26px;
    width: 38px;
    padding: 4px;
    border: 1px dotted #4986bf;
    border-width: 0 0 0 1px;
    border-bottom: 1px solid #b3b3b3;
    overflow-wrap: break-word;
}
.page-battle .table-sizes tbody tr th:first-child {
    background: #c3e2ff;
}
.yaman-1-flex{
    display: flex;
    margin-bottom: 40px;
}
.yaman-1-flex p{
    width:calc(100%/3 - 30px);
    margin: 0px 15px;
}
@media (max-width: 1100px) {
    .nav-yaman {
        padding: 0px;
    }

    .nav-yaman a {
        font-size: 14px;
        padding: 8px;
        border: 0.5px solid #a35c00;
        width: calc(100% / 2);
    }

    .nav-yaman a span {
        margin-left: 5px;
        padding: 2px 6px 2px 7px;
        background: #fff;
    }

    .text-center {
        text-align: center;
    }

    .yaman-1-label {
        font-size: 16px;
        padding: 6px 10px;
        margin-bottom: 30px;
        display: block;
    }

    .yaman-1-text1 {
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        margin-bottom: 20px;
    }
    .yaman-1-flex{
        margin-bottom: 20px;
    }
    .yaman-1-flex p {
        width: calc(100%/3 - 10px);
        margin: 0px 5px;
    }
    .yaman-1-text3 {
        padding: 15px;
        margin-bottom: 30px;
    }

    .yaman-2 h3, .yaman-2 h3 span {
        font-size: 20px;
        line-height: 30px;
    }

    .yaman-2 {
        padding-top: 30px;
    }

    .yaman-1 {
        padding: 40px 0px 40px;
    }

    .yaman-3 {
        background: url(/common/design/user/img/yaman/bg-3-sp.png);
        padding: 120px 0px 40px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .yaman-3-text , .yaman-3-text, .yaman-3-text span{
       font-size: 16px;
        line-height: 28px;
    }
    .yaman-3-text .yaman-3-num {
        font-size: 10px;
        padding: 3px 5.5px;
    }
    .yaman-3-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .btn-red, .btn-green {
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 6px;
        line-height: 20px;
    }

    .yaman-4 {
        padding: 40px 0px 0px;
    }

    .yaman-4-text {
        margin-left: 0px;
    }

    .yaman-5 {
        padding: 150px 0px 40px;
    }

    .yaman-5-item {
        width: calc(100% / 2 - 3px);
    }

    .yaman-6 {
        padding: 40px 0px;
    }

    .yaman-twitter .fs-30 {
        font-size: 20px;
        line-height: 30px;
    }
    .yaman-twitter-content-right{
        width: calc(100% - 20px);
    }
    .yaman-7{
        padding: 40px 0px;
    }
    .yaman-7-content {
        width: 100%;
    }
    .yaman-7-text {
        margin-right: 10px;
    }
    .yaman-7-content h2{
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
    }
    .yaman-7-text p {
        font-size: 14px;
        line-height: 18px;
    }
    .list-item .btn-red, .list-item .btn-green {
        font-size: 12px;
        padding: 10px 2px;
    }
    .yaman-content{
        display: block;
    }
    .yaman-content > p {
        width: 50%;
        margin: 0px auto 20px;
    }
    .yaman-content .yaman-content-text {
        width: 100%;
    }
    .yaman-content-text > div {
        padding: 15px 12px;
    }
    .txt-title {
        font-size: 20px;
        line-height: 24px;
    }
    .txt-detail {
        font-size: 16px;
        line-height: 20px;
    }
    .yaman-6 .hover_bkgr_fricc-1 > div {
        max-width: 90%;
        width: 100%;
    }
    .yaman-item-5-price{
        font-size: 18px;
        line-height: 24px;
    }
    .yaman-twitter-content{
        display: block;
    }
    .info-left{
        margin-bottom: 30px;
    }
    .crownpop-twitter-3 img{
        width: 100px !important;
    }
    .crownpop-twitter-content-left-2>p {
        font-size: 20px;
        line-height: 29px;
        padding: 50px 0px 20px;
    }
    .yaman-twitter-content .info-left .info-twitter .title-twitter-yaman p {
        font-size: 20px;
        line-height: 28px;
    }
    .yaman-twitter-content .twitter-text p{
        font-size: 16px;
        line-height: 24px;
    }
    .yaman-twitter-content .twitter-text{
        padding: 15px 10px;
    }
    .yaman-twitter-content .title-twitter-yaman{
        padding: 12px 10px;
        border-radius: 6px 6px 0px 0px;
    }
    .list-id-twitter table tr th {
        padding: 8px 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .yaman-twitter-content-right, .yaman-twitter-content .info-left {
        width: 100%;
        margin: auto;
    }
    .list-id-twitter {
        max-height: 185px;
    }
}
