/* Scss Document */
.page1-sec1 .col-md-6:nth-child(3) .thembox {
  background: url(../img/page1_sec1_0.png) center center no-repeat;
  background-size: contain; }
.page1-sec1 .col-md-6:nth-child(1) .thembox {
  background: url(../img/page1_sec1_1.jpg) 0 50px no-repeat;
  background-size: cover; }
.page1-sec1 .col-md-6:nth-child(2) .thembox {
  background: url(../img/page1_sec1_2.jpg) center center no-repeat;
  background-size: cover; }

.page1-sec2 .col-md-4 .thembox {
  padding: 20px; }
.page1-sec2 .col-md-4:nth-child(1) .thembox {
  background: url(../img/page1_sec2_0.jpg) center center no-repeat;
  background-size: cover; }
  .page1-sec2 .col-md-4:nth-child(1) .thembox .title {
    background: #FF7800;
    color: #fff;
    display: inline-block; }
.page1-sec2 .col-md-4:nth-child(2) .thembox {
  background: url(../img/page1_sec2_1.jpg?2) center center no-repeat;
  background-size: cover; }
  .page1-sec2 .col-md-4:nth-child(2) .thembox .title {
    background: #FF00C1;
    color: #fff;
    display: inline-block; }
.page1-sec2 .col-md-4:nth-child(3) .thembox {
  background: url(../img/waonus.jpg) center center no-repeat;
  background-size: cover; }
  .page1-sec2 .col-md-4:nth-child(3) .thembox .title {
    background: #0408A2;
    color: #fff;
    display: inline-block; }
