.greeting.type_A{
    max-width: 1260px;
    margin: 0 auto;
}



/* 다단 2개이상 한줄*/
.box-wrap{ display: flex; gap:20px;;}
.box-wrap .iteme{width:50%}
.box-wrap.three {}
.box-wrap.three .iteme{width:33%;}
.box-wrap.four {}
.box-wrap.four .iteme{width:25%;}
.box-wrap.five {gap: 10px}
.box-wrap.five .iteme{width:20%;}

/* 다단 2개이상 여러줄*/
.box-wrap-line{display: grid;grid-template-columns: 50% 50%;gap: 40px 18px;justify-content: space-between;align-content: center;}
.box-wrap-line.three{grid-template-columns: 33% 33% 33%;}
.box-wrap-line.four{grid-template-columns: 24% 24% 24% 24%}

@media all and (max-width: 1024px){
.box-wrap{}
.box-wrap.four {flex-wrap: wrap;}
.box-wrap.four > .iteme{width: 48%;}
.box-wrap.five {flex-wrap: wrap;}
.box-wrap.five > .iteme{width: 32%;}
  
.box-wrap-line.three{grid-template-columns: 50% 50%}
.box-wrap-line.four{grid-template-columns: 33% 33% 33%} 
}


@media all and (max-width: 768px){
.box-wrap{ flex-wrap: wrap;}
.box-wrap .iteme{width:100%;text-align: center;}
.box-wrap .iteme img{width:auto} 
.box-wrap.three {}
.box-wrap.three .iteme{width:100%; text-align: center;}
.box-wrap.four {} 
.box-wrap.four .iteme{;} 
.box-wrap.five { gap: 20px;}
.box-wrap.five .iteme{width: 48%;}  

.box-wrap-line{grid-template-columns:100%}
.box-wrap-line.three{grid-template-columns:100%}
.box-wrap-line.four{grid-template-columns:100%}
}

@media all and (max-width: 600px){
 .box-wrap.four {}  
 .box-wrap.four .iteme{width:100%}  
 .box-wrap.five .iteme{width:100%;}   
  }

.box-wrap.three .iteme{text-align: center;}

#menu4651_obj1039 .sub01type_content{background-color: #fff !important; align-items: flex-start !important;}


.box-wrap .iteme{;}
.box-wrap .iteme .txt{
    border: 2px solid #ccc;
    border-radius: 16px;
    padding: 32px 40px 24px;
    position: relative;
    margin-top: 60px;
}
.box-wrap .iteme .txt .title{
    position: absolute;
    top: -26px;
    line-height: .9;
    background: #fff;
    color: #000;
    padding: 14px 0;
    font-size: 22px;
    border-radius: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    text-align: center;
    border: 2px solid #ccc;
  font-weight: bold;
}
.box-wrap .iteme .txt strong{
    display: block;
    color: #000;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
}
.box-wrap .iteme .txt span{
    display: block;
    text-align: center;
    margin-top: 8px;
    line-height: 1.2;
    font-size: 17px;
}

.box-wrap .iteme .txt span strong{ margin-bottom: 10px; font-size: 17px;}
.box-wrap .iteme .txt.only-title{padding: 0;border: none;min-height: 28px;}
.box-wrap .iteme .txt.only-title .title{color: #000;padding: 14px 0;font-size: 18px;border-radius: 40px;width: 260px;text-align: center;border: 2px solid #ccc;font-weight: bold;;} 
.box-wrap .iteme .txt.only-title .title span{display:inline-block;color: #666;margin: 0 0 0 4px;}


@media all and (max-width:767px){
.box-wrap .iteme .txt{margin-top:40px}
.box-wrap .iteme + .iteme{margin-top:40px}    
 .box-wrap.four  .iteme + .iteme{margin-top:0}    
}

.con-sub-title{
    font-size: 30px;
    color: #000;
    text-align: center;
    position: relative;
    padding-top: 68px;
    line-height: 1.5;
    margin: 40px 0;
}
.con-sub-title:after{content:"";width: 160px;height: 60px;display: block;background: url(/sites/803/images/con-txt-log.png) no-repeat;position: absolute;top: 0;left: 50%;transform: translateX(-50%);background-size: cover;}

@media all and (max-width:767px){
	.con-sub-title{
		font-size: 24px;
		line-height: 1.2;
		margin: 0 0 10px;
	}
	.con-sub-title:after{}
	.con-sub-title br{}
}

#menu4636_obj2467  .box-wrap,
#menu4639_obj4165 .box-wrap,
#menu4623_obj2570 .box-wrap,
#menu4620_obj4055  .box-wrap,
#menu4640_obj2567  .box-wrap,
#menu4637_obj1384  .box-wrap,
#menu4636_obj1376 .box-wrap{ justify-content: center;}
#menu4639_obj4165 .box-wrap  .iteme,
#menu4620_obj4055  .box-wrap .iteme,
#menu4637_obj1384  .box-wrap .iteme,
#menu4640_obj2567   .box-wrap .iteme,
#menu4636_obj1376 .box-wrap .iteme{width: 450px;}

.box-wrap.one{
    justify-content: center;
}
.box-wrap.one .iteme{
    max-width: 500px;
}

.box-wrap.sns{
    justify-content: flex-start;
    gap: 50px;
}
.box-wrap.three.sns{}
.box-wrap.sns .iteme{
    width: 33%;
    max-width: 450px;
}
.box-wrap.sns .iteme h5{text-align: center;font-size: 22px;margin:30px 0 20px;font-weight: bold;}
.box-wrap.sns .iteme .qr-wrap{display: flex;gap: 10px;}
.mall_wrap{
    display: flex;
    gap: 40px;
}
.mall_wrap .mall_wrap_sns{
    width: 416px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 20px;
}
.mall_wrap .mall_803{
    width: 928px;
}
.mall_wrap a{display: block;;transition: 0.5s;}
.mall_wrap a:hover{
    transform: scale(1.02);
}


@media all and (max-width:767px){
.box-wrap.sns{justify-content: center;}
.box-wrap.sns .iteme{width:100%}

  .mall_wrap{ flex-wrap: wrap; justify-content: center;} 
  
}

.box-wrap.img{gap: 20px;}
.con-table tbody td .btn-style{padding: 4px 20px;}

