.sub{margin-top:235px;}

.subvisual{
    display: block;
    width: 100%;
    max-width: 1920px;
    font-size: 0;
    background-color: #1a214f;
}

.sub-lnb{
    width: 100%;
    height: 50px;
    background-color: #2F2F91;
    position: sticky;
    top: 129px;
    z-index: 60;
}
.sub-lnb .auto{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.sub-lnb .lnb-tab{
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    align-content: center;
}
.sub-lnb .lnb-tab.on{
    background-color: #4F4FC8;
}

.section-type01{
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    scroll-margin-top: 133px;
}
.section-type01.background-none{
    background-color: transparent;
}
.section-type01.background-gray{
    background-color: #F6F6F6;
}
.section-type01.background-navy{
    background-color: #191E55;
}

.section-type01 .txt{
    text-align: center;
    margin-bottom: 42px;
}
.section-type01 .txt p{
    font-size: 35px;
    font-weight: 400;
    line-height: 1.4;
    color:#000;
    margin-bottom:0;
}
.section-type01.background-navy .txt p{
    color:#fff;
}
.section-type01 .txt p.tit{
    font-size: 35px;
    font-weight: 700;
    margin-bottom:20px;
}
.section-type01 .txt p.tit b{
    font-weight: 700;
    color:#FF5B5E;
}
.section-type01.background-navy .txt p.tit b{
    color:#F6B6FF;
}
.section-type01 .txt span{
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
    color:#000;
    margin-bottom:0;
}
.section-type01.background-navy .txt span{
    color:#fff;
}
.section-type01 .txt span b{
    font-weight: 700;
}
.section-type01.background-navy .txt span b{
    color:#F6B6FF;
}

.section-type01 .section-btn{
    width: 260px;
    height: 62px;
    border-radius: 5px;
    background-color: #eaeaea;
    text-align: center;
    align-content: center;
    font-size: 20px;
    font-weight: 500;
    border: none;
    margin: 50px auto 0;
    display: block;
}

.section-type01 .contents-imgbox{
    width: fit-content;
    margin: 0 auto;
}



.ticket-wrap{
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
.ticket-wrap .ticket{
    position: relative;
    width: 312px;
    height: 167px;
    background-color: #222;
}
.ticket-wrap .ticket::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translatey(-50%);
    width: 55px;
    height: 55px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
}
.ticket-wrap .ticket img{
    position: absolute;
    top: 12px;
    left: 12px;
}
.ticket-wrap .ticket .txt{
    position: absolute;
    bottom: 12px;
    left: 12px;
    text-align: left;
    margin-bottom: 0;
}
.ticket-wrap .ticket .txt span{
    font-size: 20px;
    font-weight: 500;
    color:#fff;
    display: block;
}
.ticket-wrap .ticket .txt p{
    font-size: 40px;
    font-weight: 700;
    color:#fff;
    display: block;
}



.coupon-table{
    display: flex;
    align-items: flex-end;
    gap: 20px;   
    margin: 0 auto 0;
    width: fit-content;
}
.coupon-table .table-wrap{
    width: 390px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid #fff;
}
.coupon-table .table-wrap table{
    width: 100%;
}
.coupon-table .table-wrap table tr th,
.coupon-table .table-wrap table tr td{
    padding: 16px 20px; 
    text-align: center;
    align-content: center;
}
.coupon-table .table-wrap table thead tr th{
    background-color: #5F7843;
    color:#fff;
    font-size: 17px;
    font-weight: 500;
}
.coupon-table .table-wrap table thead tr td{
    background-color: #97F32E;
    color:#000;
    font-size: 17px;
    font-weight: 500;
}
.coupon-table .table-wrap table tbody tr th{
    background-color: #E2F5CD;
    color:#000;
    font-size: 20px;
    font-weight: 400;
}
.coupon-table .table-wrap table tbody tr td{
    background-color: #F3F3F3;
    color:#000;
    font-size: 20px;
    font-weight: 400;
}
.coupon-table .table-wrap table tbody tr td b{
    font-weight: 600;
}
.coupon-table .table-wrap table tbody tr:nth-child(2n) th{
    background-color: #C6E9A1;
}
.coupon-table .table-wrap table tbody tr:nth-child(2n) td{
    background-color: #E3E3E3;
}



.coupon-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.coupon-box .itembox{
    background-color: #fff;
    border-radius: 10px; 
    padding: 30px 12px;
    width: 265px;
    height: 360px;
    text-align: center;
}
.coupon-box .itembox span{
    font-size: 20px;
    font-weight: 500;
    color:#000;
    display: block;
    margin-bottom: 12px;
}
.coupon-box .itembox span b{
    font-weight: 700;
    color:#2797FF;
}
.coupon-box .itembox p{
    font-size: 25px;
    font-weight: 700;
    color:#000;
    display: block;
    margin-bottom: 12px;
    line-height: 1.3;
}



.member-rank{
    margin-top:50px;
    padding-top: 20px;
    border-top: 1px solid #a3a3a3;
    width: 1064px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr 0.7fr;
    gap:10px;
}
.member-rank .itembox{
    position: relative;
}
.member-rank .itembox::after{
    content:'';
    position: absolute;
    top: -20px;
    left: 0;
    transform: translatey(-50%);
    width: 10px;
    height: 10px;
    display: block;
    background-color: #A3A3A3;
    border-radius: 50%;
}
.member-rank .itembox .rank-tit{
    margin-bottom: 24px;
}
.member-rank .itembox .rank-tit p{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.member-rank .itembox .tit{
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}
.member-rank .txt {
    text-align: left;
    display: flex;
    margin-bottom: 4px;
    align-items: center;
    height: 28px;
}
.member-rank .itembox .txt p{
    font-size: 20px;
    font-weight: 500;
}
.member-rank .itembox .txt b{
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-left:4px;
}
.member-rank .itembox .txt b:last-child{
    margin-left: 0;
}

.member-rank-linebox{
    width: 1064px;
    height: 52px;
    margin: 30px auto 0;
    background-color: #DAE8FF;
    text-align: center;
    align-content: center;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.member-rank-linebox p{
    font-size: 20px;
    font-weight: 500;
}



.membership-notice{
    background-color: #323232;
    padding: 86px 0;
}
.membership-notice .notice-txtwrap{
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
}
.membership-notice .tit{
    font-size: 25px;
    font-weight: 500;
    color:#fff;
    max-width: 1320px;
    margin: 0 auto 35px;
}

.membership-notice .notice-txtwrap .txt-area .txt-wrap p{
    font-size: 20px;
    font-weight: 700;
    color:#fff;
    margin-bottom: 12px;
}
.membership-notice .notice-txtwrap .txt-area .txt-wrap + .txt-wrap{
    margin-top: 45px;
}
.membership-notice .notice-txtwrap .txt-area .txt-wrap ul li{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color:#fff;
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
}
.membership-notice .notice-txtwrap .txt-area .txt-wrap ul span{
    display: block;
    padding: 4px 24px;
    color: #fff;
    font-weight: 600;
    margin-top: 6px;
}
.membership-notice .notice-txtwrap .txt-area .txt-wrap ul .spanwrap span:first-child{
    margin-top: 10px;
}
.membership-notice .notice-txtwrap .txt-area .txt-wrap ul .spanwrap  span:last-child{
    margin-bottom: 12px;
}
.membership-notice .notice-txtwrap .txt-area .txt-wrap ul li::before{
    content: '';
    position: absolute;
    top: 12px;
    left: 6px;
    display: block;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;

}

.money-box{
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
}
.money-box .box{
	width: 312px;
	/* height: 340px; */
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	align-content: center;
	padding: 40px 16px;
}
.money-box .box .tag{
	width: 168px;
	height: 58px;
	border-radius: 100px;
	background-color: #2F2F91;
	margin: 0 auto 18px;
	text-align: center;
	align-content: center;
	font-size: 22px;
	font-weight: 500;
	color:#fff;
}
.money-box .box p{
	margin: 18px auto 8px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
}


/* ------------------------------------------------------- */

:root { --point-color: #C8171A; }


.subcontents-part{
    width: 1280px;
    margin: 60px auto;
}
.dash-line{
    background-image: url(/images/contents/dashline.svg);
    background-repeat: no-repeat repeat-x;
    width: 100%;
    height: 7px;
    pointer-events:none;
    margin-bottom: 10px;
}
.twopx-line{
    background-color: #222;
    width: 100%;
    height: 2px;
    pointer-events:none;
}



.top-link-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:0;
    width: 100%;
    height: 50px;
}
.top-link-box .box{
    background-color: #eee;
    display: flex;
    gap:20px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.top-link-box .box.active{
    background-color: #FFDC92;
}
.top-link-box .box p{
    font-size: 20px;
    font-weight: 500;
}

.top-link-box { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.top-link-box a { border: 1px solid #ccc; border-left: none; }
.top-link-box a:first-child { border-left: 1px solid grey; }



.myinfo-warp{
/*     width:100%; */
/*     height: 184px; */
/*     padding: 38px 26px 30px 42px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
/*     border: 1px solid #c1c1c1; */
}

.myinfo-warp .profile-wrap{
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: flex-start;
}
.myinfo-warp .profile-wrap img{
    width: 90px;
    height: 90px;
}
.myinfo-warp .profile-wrap .txt p{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}
.myinfo-warp .profile-wrap .txt p.tit{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
}
.myinfo-warp .profile-wrap .txt p b{
    font-size: 16px;
    font-weight: 700;
    color: var(--point-color);
}

.myinfo-warp .btnwrap{
    display: flex;
    flex-direction: column;
    gap:5px;    
}
.myinfo-warp .btnwrap button{
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #A6A6A6;
    text-align: center;
    align-content: center;
    width: 140px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
}



.mileage-point-warp{
/*     width:100%; */
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 42px;
    align-items: center;
    border: 1px solid #c1c1c1;
}

.mileage-point-warp .tit{
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
}
.mileage-point-warp .tit img{
    width: 60px;
    height: 60px;
    margin-top: -18px;
}
.mileage-point-warp .tit p{
    font-weight: 700;
    font-size: 20px;
}

.mileage-point-warp .txt{
    display: flex;
    gap: 2px;
    align-items: baseline;
    justify-content: flex-end;
}
.mileage-point-warp .txt b{
    font-weight: 700;
    font-size: 50px;
    color: var(--point-color);
}
.mileage-point-warp .txt span{
    font-weight: 500;
    font-size: 20px;
}

.couponlist-warp{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.couponlist-warp .mileage-point-warp{
    justify-content: space-between;
}

.couponlist-warp .mileage-point-warp .tit{
    gap: 40px;
}
.couponlist-warp .mileage-point-warp .tit img {
    width: 62px;
    height: 40px;
    margin-top: 0;
}
.couponlist-warp .mileage-point-warp .tit img.downimg {
    width: 73px;
    height: 44px;
}

.couponlist-warp .mileage-point-warp .tit p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
.couponlist-warp .mileage-point-warp .tit p b{
    font-weight: 700;
}
.couponlist-warp .mileage-point-warp .tit p span{
    font-size: 20px;
    font-weight: 700;
}



.cartinfo-warp .cartinfo-box{
/*     width:100%; */
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 42px;
    background-color: #F2F2F2;
    border-radius: 10px;
}
.cartinfo-warp .cartinfo-box + .cartinfo-box{
    margin-top: 10px;
}

.cartinfo-warp .cartinfo-box .tit{
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
}
.cartinfo-warp .cartinfo-box .tit img{
    width: 28px;
    height: 28px;
}
.cartinfo-warp .cartinfo-box .tit p{
    font-size: 30px;
    font-weight: 700;
}

.cartinfo-warp .cartinfo-box .txt{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}
.cartinfo-warp .cartinfo-box .txt p{
    font-size: 20px;
    font-weight: 700;
    color:#888;
}
.cartinfo-warp .cartinfo-box .txt p.active{
    font-size: 20px;
    font-weight: 700;
    color:#000;
}



.inquiry-memberinfo-warp{
    display: grid;
    grid-template-columns: 360px 1fr;
    height: 128px;
    align-items: center;
    border: 1px solid #c1c1c1;
}

.inquiry-memberinfo-warp .memberbox{
/*     width: 360px; */
/*     height: 126px; */
    background-color: #f5f5f5;
    padding: 33px 42px;
}
.inquiry-memberinfo-warp .memberbox p{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.inquiry-memberinfo-warp .memberbox b{
    font-size: 25px;
    font-weight: 700;
}
.inquiry-memberinfo-warp .memberbox span{
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.inquiry-memberinfo-warp .infobox{
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    gap:0;
}
.inquiry-memberinfo-warp .line{
    width: 1px;
    height: 100%;
    background-color: #d5d5d5;
}
.inquiry-memberinfo-warp .infobox .info{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 42px;
}
.inquiry-memberinfo-warp .infobox .info img{
    width: 42px;
    height: 42px;
    object-fit: contain;
}
.inquiry-memberinfo-warp .infobox .info .txt p{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}
.inquiry-memberinfo-warp .infobox .info .txt b{
    font-size: 22px;
    font-weight: 700;
    color: var(--point-color);
}
.inquiry-memberinfo-warp .infobox .info .txt b span{
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.inquiry-30daybox{
/*     width: 100%; */
    height: 60px;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 56px;
    padding: 25px 86px;
    margin-top: 30px;
}
.inquiry-30daybox img{
    width: 52px;
    height: 63px;
}
.inquiry-30daybox .txt{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inquiry-30daybox .txt p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
.inquiry-30daybox .txt p b{
    font-weight: 700;
}
.inquiry-30daybox .txt button{
    margin-top: 8px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #A6A6A6;
    text-align: center;
    align-content: center;
    width: 140px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
}



.coupon-input-warp{
    display:flex;
    gap:0;
    border: 1px solid #c1c1c1;
}
.coupon-input-warp .img{
/*     width: 420px; */
    height: 100%;
    background-color:#F4F4F4;
    align-content: center;
    text-align: center;
    padding: 45px;
}
.coupon-input-warp .inputbox{
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 0 auto;
}
.coupon-input-warp .inputbox p{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}
.coupon-input-warp .inputbox p b{
    font-size: 25px;
    font-weight: 700;
}
.coupon-input-warp .inputbox input{
    margin-top: 16px;
    width: 280px;
    height: 44px;
    border: 1px solid #636363;
    padding: 2px 12px;
    font-size: 16px;
}
.coupon-input-warp .inputbox input:focus-visible{
    outline: none;
}
.coupon-input-warp .inputbox button{
    margin-top: 16px;
    border: none;
    border-radius: 0;
    background-color: var(--point-color);
    text-align: center;
    align-content: center;
    width: 73px;
    height: 50px;
    color:#fff;
    font-size: 16px;
    font-weight: 700;
}



.information3box-warp{
    display: grid;
    grid-template-columns: 1fr 1px 1fr 1px 1fr;
    gap:42px;
    padding: 24px 42px;
    background-color: #F6FBFF;
    margin-bottom: 50px;
}
.information3box-warp .itembox .tit{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
	line-height: 1.2;
}
.information3box-warp .itembox .txt{
	line-height: 1.2;
}
/* .information3box-warp .itembox:first-child{
    width: calc(100% - 85px);
} */
.information3box-warp .line{
    width: 1px;
    height: 100%;
    background-color: #d5d5d5;
}
.information3box-warp .itembox .tit p{
    font-size: 22px;
    font-weight: 700;
}
.information3box-warp .itembox .tit img{
    width: 58px;
    height:58px;
}
.information3box-warp .itembox .txt p{
    font-size: 16px;
    font-weight: 400;
}

.information3box-search-wrap{
    display: flex;
    gap:0;
    height: 200px;
    margin-top: 30px;
}
.information3box-search-wrap .searchbox{
    width: 100%;
    background-color: #f3f3f3;
    padding: 30px 42px;
}
.information3box-search-wrap .searchbox p{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
}
.information3box-search-wrap .searchbox .searchbar{
    display: flex;
    gap: 8px;
}
.information3box-search-wrap .searchbox .searchbar input{
    width: 433px;
    height: 50px;
    border: 1px solid #636363;
    padding: 2px 12px;
}
.information3box-search-wrap .searchbox .searchbar input:focus-visible{
    outline: none;
}
.information3box-search-wrap .searchbox .searchbar button{
    border: none;
    border-radius: 0;
    background-color: #4e4e4e;
    text-align: center;
    align-content: center;
    width: 73px;
    height: 50px;
    color:#fff;
    font-size: 18px;
    font-weight: 700;
}
.information3box-search-wrap .searchbox span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 18px;
}

.information3box-search-wrap .question-btnarea{
    width: 560px;
    height: 100%;
    background-color:#F6FBFF;
    align-content: center;
    text-align: center;
}
.information3box-search-wrap .question-btnarea .question-btn{
    display: block;
    border: none;
    border-radius: 0;
    background-color: #4e4e4e;
    text-align: center;
    align-content: center;
    width: 170px;
    height: 50px;
    color:#fff;
    font-size: 18px;
    font-weight: 700;
    margin: 12px auto 0;
}



.product-code-warp .tit{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.product-code-warp .code-inputwrap{
/*     width:100%; */
    height: 184px;
    padding: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c1c1c1;

    flex-direction: column;
    gap: 20px;
}
.product-code-warp .code-inputwrap .inputbox{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 440px;
}
.product-code-warp .code-inputwrap .inputbox p{
    font-size: 18px;
    font-weight: 700;
    margin-right: 35px;
}
.product-code-warp .code-inputwrap .inputbox input{
    width: 224px;
    height: 48px;
    border: 1px solid #636363;
/*     padding: 2px 12px; */
	font-size: 18px;
}
.product-code-warp .code-inputwrap .inputbox input:focus-visible{
    outline: none;
}
.product-code-warp .code-inputwrap .inputbox button{
    border: none;
    border-radius: 0;
    background-color: var(--point-color);
    text-align: center;
    align-content: center;
    width: 73px;
    height: 50px;
    color:#fff;
    font-size: 18px;
    font-weight: 700;
    margin-left: 6px;
}
.product-code-warp .code-inputwrap .inputbox span{
    display: block;
    font-size: 17px;
    font-weight: 400;
}



.toner-code-warp .tit{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.toner-code-warp .code-inputwrap{
/*     width:100%; */
    height: 120px;
    padding: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c1c1c1;
    margin-top: 20px;
}
.toner-code-warp .code-inputwrap.selectsearch{
    height: 128px;
}
.toner-code-warp .code-inputwrap + .code-inputwrap{
    margin-top: 20px;
}
.toner-code-warp .code-inputwrap .inputbox{
    display: flex;
    align-items: center;
    justify-content: left;
    width: 883px;
}
.toner-code-warp .code-inputwrap .inputbox p{
    font-size: 20px;
    font-weight: 700;
    margin-right: 35px;
    white-space: nowrap;
}
.toner-code-warp .code-inputwrap.selectsearch .inputbox p{
    margin-right: 80px;
}
.toner-code-warp .code-inputwrap .inputbox input{
    width: 667px;
    height: 44px;
    border: 1px solid #636363;
    padding: 2px 12px;
    font-size: 16px;
}
.toner-code-warp .code-inputwrap .inputbox input:focus-visible{
    outline: none;
}
.toner-code-warp .code-inputwrap .inputbox .selectwrap{
    display: flex;
    gap: 46px;
    align-content: center;
}
.toner-code-warp .code-inputwrap .inputbox select{
    width: 164px;
    height: 36px;
    border: 1px solid #A6A6A6;
    padding: 0px 8px;
    font-size: 14px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:url('../images/contents/selectsearch_arrow.svg') no-repeat 95% 51%/9px auto;
}
.toner-code-warp .code-inputwrap .inputbox select:focus-visible{
    outline: none;
}
.toner-code-warp .code-inputwrap .inputbox button{
    border: none;
    border-radius: 0;
    background-color: var(--point-color);
    text-align: center;
    align-content: center;
    width: 73px;
    height: 50px;
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    margin-left: 6px;
}
.toner-code-warp .code-inputwrap .inputbox span{
    display: block;
    font-size: 17px;
    font-weight: 400;
}
.toner-code-warp .code-inputwrap .inputbox p span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top:6px;
}











































.contents_rapper {    margin: auto; display: inline-block; margin-left: 38px;}