#main-company-container{
  background-image: url(/public/images/company/background.png);
  background-size:70%;
  background-repeat: no-repeat;
  background-position: right;
/*  padding: 0;    */
}

.location-contents-wrapper {
}

.greeting-wrapper{
  width: 100%;
  padding: 20px 0px 20px 40px;
}

.location-wrapper {
  padding-right: 40px;
}

.greeting-spacer{
  width:100%;
  height: 40px;
}

.company-title {
  color:#b2c4d2;
  font-size: 45px;
  font-weight: 500;
  margin: 40px 0 0;
/*  margin: 100px auto 20px;*/
/*  margin: 40px 0 10px;*/
}

.greeting-comment {
  width: 100%;
  position: relative;
/*  height: 500px;*/
  font-size: 18px;
  font-weight: 300;
  color: white;
  word-break: keep-all;
  background-image: linear-gradient(to bottom, rgb(86,203,238) 0%, rgb(83,181,228)70%);
  border-radius: 16px;
  border: 4px solid #e3e3e3;
  padding-right: 42%;
}

.greeting-comment-3{
  display: none;
}

.comment-ribbon {
  position: absolute;
  width: 46%;
  height: 130%;
/*
  width: 40vw;
  height: 30vw;
*/
  top: -12%;
  right: 0;
  
  background-image: url('/public/images/company/greeting_object.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.greeting-des1 {
  font-size: 40px;
  margin-top: 0px;
}

.greeting-des2 {
  font-size: 60px;
}

#company-summary{
  margin: 140px 0;
  display: flex;
  flex-direction: column;
}

.company-sum-contents-wrapper {
  background-image: linear-gradient(-50deg, rgba(161,161,161,.9) 0%,  rgba(161,161,161,0) 40%);
}

#company-sum-image{
  position: absolute;
  width: 35%;
  height: auto;
  top: 20px;
  right: 60px;
}

.company-sum-item {
  display: flex;
  flex-direction: row;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
}

.company-sum-index {
  width: 120px;
}

.company-sum-item:first-child {
  border-top : 4px solid #53b5e4;
  margin-top: 10px;
}

.company-sum-item:last-child {
  border : none;
  padding-bottom: 50px;
}



#main-location-container {
  background-image: url(/public/images/company/location_bg.png);
  background-size:56%;
  background-repeat: no-repeat;
  background-position: 100% 500px;
}


#location-naver-map {
  margin: 40px auto;
  width: 100%;
  padding-top: 50%;
  border: 1px solid #a5a5a5;
  background-image: url('/public/images/company/location2.PNG');
  background-size: cover;
  background-position: center;
}

.location-addr{
  font-size: 26px;
  padding: 10px 0;
  margin: 40px 0;
  font-weight: 400;
}

#transport-wrapper {
  margin-top: 80px;
  width: 100%;
  background-image: url('/public/images/company/transport.png');
  background-size: 100%;
  background-repeat: no-repeat;
  
  padding: 30% 4% 16%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}

.transport-item {
  flex-basis: 33%;
  font-size: 18px;
}

.transport-item {
  margin: 0 2%;
}

/*@media (max-width: 1024px){*/
@media (max-width: 1100px){
  .greeting-wrapper{
    padding-left: 20px;
  }
  
  .company-title {
    font-size: 26px;
    margin: 20px 0 0px;
  }
  
  #greeting-main{
    background-position: 0% 100px;
  }
  
  .greeting-comment {
    font-size: 14px;
/*    padding: 16px;*/
  }
  
  .location-wrapper {
    padding-right: 20px;
  }
  
  .greeting-spacer{
    height: 20px;
  }
  
  .greeting-des1 {
    font-size: 28px;
  }
  
  .greeting-des2 {
    font-size: 34px;
    margin: 0;
  }
  
  .greeting-des3 {
    font-size: 26px;
    margin: 0px 0 10px;
  }

  #company-sum-image{
/*    width: 30%;*/
    top: 40px;
    right: 10px;
  }
  
  .company-sum-item {
    font-size: 14px;
    padding: 10px;
  }
  
  .company-sum-index {
    width: 80px;
  }
  
  #main-location-container {
    background-position: 100% 400px;
  }
  
  #location-naver-map {
    margin: 20px auto;
  }
  
  .location-addr{
    font-size: 16px;
    padding: 10px 0;
    margin: 10px 0;
  }
  
  .transport-item {
    font-size: 14px;
  }
  
  .transport-item p {
    margin-bottom: 5px;
  }

}

@media (max-width: 720px){
  .greeting-wrapper{
    padding: 10px;
    padding-right: 0;
  }

  
  .company-title {
    font-size: 18px;
    margin: 20px 0 0px;
  }
  
  .greeting-spacer{
    height: 5px;
  }
  
  #greeting-main{
    background-position: 0% 80px;
  }
  
  .greeting-des1 {
    font-size: 16px;
    margin: 0 0 2px;
  }
  
  .greeting-des2 {
    font-size: 18px;
  }
  
  .greeting-des3 {
    font-size: 12px;
    margin: 0px 0 2px;
  }

  .greeting-comment {
    font-size: 12px;
    font-weight: 100;
    padding: 8px;
    padding-right: 42%;
    border-radius: 14px;
    border-width: 2px;
  }
  
  #company-summary{
    margin: 100px 0;
  }
  
  .company-sum-item {
    font-size: 10px;
    padding: 5px;
  }
  
  .company-sum-index {
    width: 50px;
  }
  
  #company-sum-image{
/*    width: 25%;*/
    top: 20%;
    right: 5px;
  }
  
  .location-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  #main-location-container {
    background-position: 100% 50%;
  }
  
  #location-naver-map {
    margin: 10px auto;
  }
  
  .location-addr{
    font-size: 14px;
    padding: 10px 0;
    margin: 10px 0;
  }
  
  .location-addr p{
    margin-bottom: 6px;
  }
  
  #transport-wrapper {
    margin-top: 20px;
  }
  
  .transport-item p {
    padding: 0 3px;
    font-size: 10px;
    margin-bottom: 0px;
    word-break: keep-all;
  }

}

@media (max-width: 460px){
  .greeting-comment {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-size: 10px;
    font-weight: 100;
    padding: 8px;
    padding-right: 42%;
    border-radius: 10px;
    border-width: 1px;
  }
  
  .greeting-des1, .greeting-des3 {
    display: none;
  }

  .greeting-comment-2{
    display: none;
  }
  
  .greeting-comment-3{
    font-size: 10px;
    padding: 12px;
    display: block;
  }
  
  .company-title {
    font-size: 18px;
  }
  
  #company-summary{
    margin: 20px 0;
  }
  
  #company-sum-image{
    width: 26%;
    top: 32%;
    right: 5px;
  }
  
  .location-addr{
    font-size: 11px;
  }
  
  .transport-item {
/*    font-size: 8px;*/
    background-color: #57abd4;
    color: white;
    padding: 5px 0px;
    margin: 0 -4px;
    border-radius: 8px;
    border: 1px solid lightgray;
    border-top: 0;
/*    box-shadow: 0px 2px 5px 0 rgba(100,100,100, 0.5);*/
  }
  
}