


 /* 서브 ================================================================================= */
 


.subVisual {
   width: 100%;
   height: 350px;
   overflow: hidden;
}
.subVisual .subBg {
   width: 100%;
   height: 350px;
   /*background-size: cover;*/
}
.subVisual .sub-bg-company {
   background: #b7dee8 url(../../images/sub/sub_top_img_01.png) 50% 41% no-repeat;
   background-size: cover;
}
.subVisual .sub-bg-service {
   background: #b7dee8 url(../../images/sub/sub_top_img_02.png) 50% 41% no-repeat;
   background-size: cover;
}
.subVisual .sub-bg-board {
   background: #b7dee8 url(../../images/sub/sub_top_img_03.png) 50% 41% no-repeat;
   background-size: cover;
}
.subVisual .sub-bg-order{
   background: #b7dee8 url(../../images/sub/sub_top_img_04.png) 50% 41% no-repeat;
   background-size: cover;
}
.subVisual .sub-bg-login {
   background: #b7dee8 url(../../images/sub/sub_top_img_01.png) 50% 41% no-repeat;
   background-size: cover;
}

.subimg {float:right; width:337px; height:220px;}

/*
.subVisual .subimg-company {
   background: url("../../images/sub/sub_v01.png?v=210608") 0 0 no-repeat;
}
.subVisual .subimg-product {
   background: url("../../images/sub/sub_v02.png?v=210608") 0 0 no-repeat;
}
.subVisual .subimg-board {
   background: url("../../images/sub/sub_v03.png?v=210608") 0 0 no-repeat;
}
.subVisual .subimg-location {
   background: url("../../images/sub/sub_v04.png?v=210608") 0 0 no-repeat;
}
.subVisual .subimg-login {
  background: url(../../images/sub/sub_v03.png) 0 0 no-repeat;
}
*/

.subVisual > .subBg > ul {
   width: 1100px;
   margin: 0 auto;
   position: relative;
}
.subVisual .subText {
   position: absolute;
   top: 170px;
   left: 50px;
}
.subVisual .subText >.title {
   color: #222;
   font-size: 38px;
   font-weight: 800;
}
.subVisual .subText > .subTitle{
   color: #222;
   font-size: 18px;
   letter-spacing: 1.5px;
   line-height: 35px;
}

/* .location {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    background: #153e90;
    z-index: 10;
    /* overflow: hidden; *
} */

.location {
  position: absolute;
  top: 280px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  z-index: 10;
  /* overflow: hidden; */
}

.inner1100 {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.location .home {
    display: block;
    float: left;
    width: 54px;
    height: 50px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: url(../../images/sub/subTop_home.png) no-repeat center center;
}

.location .sub_menu {
    position: relative;
    float: left;
}

.location .sub_menu > a {
    display: block;
    width: 250px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #555; 
    border-right: 1px solid #e5e5e5;
    padding-left: 30px;
    padding-right: 20px;
}

.location .sub_menu > a .subArrow {
    background: url(../../images/sub/arrow1.png) no-repeat right center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.location .sub_menu.on > a{
    background: #012061;
    color: #fff;
    transition: 0.3s;
}

.location .sub_menu.on > a .subArrow {
    /*background: url(../../images/sub/arrow3.png) no-repeat right center;*/
}

.location .sub_menu .twoD {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    width: 249px;
    background: #012061;
    z-index: 1;
}

.location .sub_menu .twoD a {
    display: block;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.location .sub_menu .twoD a:hover {
    color:#fff; 
    background:#153e90;
}

@media only screen and (max-width: 630px) {
   
   .location .sub_menu > a {
      width: 150px;
   }
   
   .location .sub_menu .twoD {
      width: 149px;
   }
}

.subContents {
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #d5d5d5;
   /* text-align: center; */
   /* padding-bottom: 140px; */
   overflow: hidden;
   /* text-align: center; */
   /* padding-bottom: 140px; */
   overflow: hidden;
   padding-bottom: 100px;
}

.subContents > .title {
   margin: 0 auto;
   text-align: center;
   padding: 80px 0px 80px;
   /*border-bottom: 2px solid #333;*/
   /* background: url(../../images/sub/sub-title-bt.png) 50% 75px no-repeat; */
}

.subContents > .title.title_board {
}

.subContents > .title > h2 {
   display: inline-block;
   color: #000;
   font-size: 34px;
   font-weight: bold;
   letter-spacing: -0.5px;
   border-bottom: 2px solid #d4002d;;
   padding-bottom: 20px;
}
.subCon {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.subCon .subTitle2 {
  width: 100%;
  height: 180px;
  margin: 0 auto;
}
.subCon .subTitle2 > h2 {
  color: #222;
  font-size: 26px;
  font-weight: 800;
  line-height: 180px;
  text-align: center;
}


/*** CEO 인사말 ***/
.company {

}
.company .company-title {
   width: 900px;
   padding-bottom: 50px;
   margin: 0 auto;
   text-align: center;
   display: flex;
   justify-content: center;
}
.company .company-title > span {
   display: inline-block;
   text-align: center;
   color: #000;
   font-size: 40px;
   line-height: 50px;
   font-weight: 800;
   letter-spacing: -0.5px;
   font-family: 'Noto Sans KR';
}
.company .company-title::before {
   content: "";
   display: inline-block;
   min-width: 48px;
   min-height: 35px;
   background: url(../../images/sub/ceo-img01.png) 100% 0 no-repeat;
   vertical-align: top;
   margin-top: -20px;
}
.company .company-title::after {
   content: "";
   display: inline-block;
   min-width: 48px;
   min-height: 35px;
   background: url(../../images/sub/ceo-img02.png) 0 0 no-repeat;
   vertical-align: top;
   margin-top: -20px;
}
.greetingTop {
   display: flex;
   justify-content: space-around;
   width: 100%;
   max-width: 1100px;
   text-align: center;
   align-items: flex-start;
   margin: 50px auto 0px;
   /* background: url(../../images/sub/ceo_bg.jpg) 0 0 no-repeat; */
   background-size: cover;
}
.ceo-pic {
   display: block;
   width: 45%;
}
.ceo-pic > span {
  display: inline-block;
  /*border: 1px solid rgb(233, 233, 233);*/
}
.ceo-pic > span img {
  width: 100%;
}
.introduction {
   width: 45%;
   font-size: 17px;
   line-height: 28px;
   color: #333;
   text-align: left;
   overflow: hidden;
   word-break: break-all;
}
.introduction > .headers {
   color:#3147a4;
   font-size: 26px;
   line-height: 40px;
}
.introduction > .headers.hdTop {

}
.introduction > .headers.hdBottom {

}
.introduction > span {
   display: block;
  /*font-family: 'Nanum Myeongjo', serif;
  font-weight: 100;
   font-weight: 400;
   font-weight: 700;*/
}
.introduction > span.st {
   padding-bottom: 50px;
   margin-bottom: 20px;
   /* border-bottom: 1px solid #e5e5e5; */
}
.introduction > span.ceo_name {
   display: block;
   font-size: 22px;
   text-align: right;
   color: #222;
}
.introduction > span.ceo_name > span {
   display: inline-block;
   margin-bottom: 10px;
}
.introduction > span.ceo_name b {
   font-size: 28px;
   color: #222;
}
.introduction > span.ceo_name > img {
   width: 170px;
   vertical-align: middle;
}
.greetingBottom {
   width: 1000px;
   text-align: left;
   margin: 0 auto;
   font-size: 20px;
   font-weight: bold;
   color: #555;
   margin-top: 70px;
   line-height: 30px;
   letter-spacing: -0.5px;
   word-break: break-all;
}
.greetingBottom .philosophy {

   font-size: 24px;
   font-weight: 800;
   color: #222;
   text-align: center;
   margin-bottom: 40px;;
}


/*** 경영이념 ***/
.value {
   width: 1000px;
   margin: 0 auto;
}
.vision-explain {
   margin-top: 45px;
   padding-bottom: 100px;
   margin-bottom: 50px;
   border-bottom: 1px solid #ddd;
}
.vision-explain h6 {
   font-size: 40px;
   font-weight: 800;
   color: #000;
   margin-bottom: 15px;
   line-height: 50px;
}
.vision-explain p {
    font-size: 16px;
    line-height: 26px;
    color: #777;
    word-break: break-all;
}
.vision-img {
   display: block;
   margin-top: 50px;
}
.vision-img > img {
   width: 100%;
}
.core-values {
   display: flex;
   flex-direction: column;
   max-width: 1000px;
   margin-top: 45px;
}
.value-item {
   background: #fff;
   padding: 0px 0px 70px;
   display: flex;
   gap: 50px;
   flex-wrap: wrap;
   align-items: flex-start;
}
.value-item:last-child {
   padding: 0px 0px 0px;
}
.value-item > .value-img {
   align-items: center;
   display: inline-flex;
   justify-content: center;
   max-width: 310px;
   width: 100%;
   overflow: hidden;
}
.value-item > .value-img > img {
   width: 100%;
}
.value-text {
   flex: 1;
   margin-top: 15px;
}
.value-text h3 {
   margin: 0 0 18px;
   font-size: 34px;
   line-height: 44px;
   font-weight: 800;
   color: #222;
}
.value-text h3 > span {
   display: block;
   margin: 20px 0 10px;
   font-size: 20px;
   font-weight: bold;
   line-height: 30px;
}
.value-text p {
   font-size: 17px;
   line-height: 28px;
   color: #777;
   word-break: break-all;
}

@media (max-width: 767px) {
   .value-item {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 15px;
   }
   .value-text h3 {
      font-size: 28px;
      line-height: 38px;
   }
   .value-text h3 > span {
      display: block;
      font-size: 18px;
      margin-top: 15px;
      line-height: 26px;
   }
   .value-text p {
      width: 90%;
      margin: 0 auto;
   }
}


/*** CI ***/
.ci-wrap {
   width: 1000px;
   margin: 0 auto;
}
.sub-title01 {
   font-size: 15px;
   margin-bottom: 15px;
   color: #d60036;
}
.sub-title02 {
   font-size: 30px;
   font-weight: bold;
   color: #222;
}
.ci-wrap .ci-img {
   text-align: center;
   margin: 70px auto 70px;
   text-align: center;
}
.ci-wrap .ci-img2 {
   display: flex;
   justify-content: center;
   margin: 70px auto 70px;
}
.ci-wrap .ci-img2.last {
   margin: 70px auto 0px;
}
.ci-wrap .ci-img2 > span {
   display: inline-block;
   vertical-align: top;
   font-size: 17px;
   width: 25%;
   margin-right: 5%;
}
.ci-wrap .ci-img2 > span::before {
   display: inline-block;
   content: "";
   width: 4px;
   height: 4px;
   background: #d60036;
   border-radius: 50px;
   vertical-align: top;
   margin-top: 7px;
   margin-right: 8px;
}
.ci-explain {

}
.ci-explain h6 {
   font-size: 22px;
   font-weight: bold;
   color: #333;
   margin-bottom: 15px;
}
.ci-explain p {
   font-size: 15px;
   line-height: 27px;
   color: #555;
   word-break: break-all;
}
.mt50 {
   margin-top: 50px;
}
.pt70 {
   padding-top: 70px;
}
.sub-title01.mt50.pt70 {
   border-top: 1px solid #ddd;
}
.signature-container {
   font-size: 0;
   margin-top: 30px;
}
.signature-box {
   border-top: 1px solid #555;
   width: 50%;
   display: inline-block;
   text-align: center;
}
.signature-title {
   display: block;
   line-height: 50px;
   background: #f5f5f5;
   font-weight: bold;
   color: #555;
   font-size: 16px;
}
.signature-box:first-child .signature-content,
.signature-box:first-child strong {
   border-right: 1px solid #e5e5e5;
}
.signature-content {
   padding: 50px 0px;
   border-top: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
}
.logo-placeholder {
   text-align: center;
}
.company-name {
   font-size: 16px;
   font-weight: bold;
   margin-bottom: 5px;
}
.slogan, .url {
   font-size: 13px;
   color: #333;
}


/*** 회사전경 ***/


/*** 사업현황 ***/
.business {
   width: 100%;
   margin: 0 auto;
}
.b-zone01 {
   width: 100%; 
   max-width: 1000px;
   margin: 0 auto;
}
.b-zone01 ul {
    display: flex;
    justify-content: space-between;
}
.b-zone01 ul li {
   display: inline-flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 50%;
   height: 300px;
   vertical-align: top;
}
.b-zone01 ul li:first-child {
   width: calc(50% - 80px);
   height: 220px;
   background: #083ea7;
   padding: 40px;
}
.b-zone01 ul li.b-text01 {
   background: #083ea7;
}
.b-zone01 ul li.b-text02 {
   background: #083ea7;
}
.b-zone01 ul li.b-text03 {
   background: #083ea7;
}
.b-zone01 ul li > p {
   font-size: 18px;
   /* font-weight: bold; */
   color: #fff;
   margin-bottom: 10px;
   text-align: center;
}
.b-zone01 ul li .title {
   font-size: 36px;
   font-weight: 800;
   color: #fff;
   line-height: normal;
}
.b-img01 {
   background: #ddd url(../../images/sub/biz_img_01.png) 50% 50% no-repeat;
   background-size: cover;
}
.b-img02 {
   background: #ddd url(../../images/sub/biz_img_02.png) 50% 50% no-repeat;
   background-size: cover;
}
.b-img03 {
   background: #ddd url(../../images/sub/biz_img_03.png) 25% 50% no-repeat;
   background-size: cover;
}
.b-zone02 {
   width: 95%;
   max-width: 980px;
   margin: 0 auto;
   margin-top: 150px;
   margin-bottom: 150px;
}
.b-zone02 h6 {
}
.b-zone02 > p {
   font-size: 20px;
   font-weight: bold;
   color: #222;
   line-height: 32px;
   text-align: center;
   font-family: 'Noto Sans KR';
}
.b-zone02 .medi-title {
   font-size: 26px;
   line-height: 36px;
   font-weight: 800;
}
.b-zone03 {
   position: relative;
   max-width: 1000px;
   margin: 0 auto;
   margin-bottom: 70px;
   text-align: center;
}
.b-zone03::before{
   content: "";
   display: block;
   border-top: 1px solid #c1c0c5;
   border-left: 1px solid #c1c0c5;
   border-right: 1px solid #c1c0c5;
   position: absolute;
   top: 17px;
   width: 90%;
   height: 40px;
   margin: 0 auto;
   text-align: center;
   left: 50%;
   z-index: -9;
   transform: translate(-50%, 0%);
}
.b-zone03 .bsns-zone-title {
   display: inline-block;
   font-size: 24px;
   font-weight: bold;
   line-height: 28px;
   color: #222;
   word-break: break-all;
   text-align: center;
   padding: 5px 25px;
   background: #fff;
   /* border: 2px solid #c1c0c5; */
   border-radius: 50px;
   margin-bottom: 50px;
}
.b-zone03 > ul {
   font-size: 0;
   display: flex;
   flex-flow: wrap;
   justify-content: space-between;
}
.b-zone03 > ul > li {
   position: relative;
   display: inline-block;
   width: calc(25% - 80px);
   font-size: 15px;
   color: #777;
   line-height: 24px;
   text-align: left;
   margin-bottom: 5px;
   vertical-align: top;
   background: #f4f4f4;
   padding: 20px 30px 30px;
   word-break: break-all;
}
.b-zone03 > ul > li > .num {
   position: absolute;
   top: -17px;
   left: 50%;
   transform: translate(-50%, 0%);
   display: inline-block;
   width: 35px;
   height: 35px;
   line-height: 35px;
   background:#222;
   border-radius: 50px;
   color: #fff;
   font-size: 15px;
   font-weight: bold;
   text-align: center;
   vertical-align: top;
}
.b-zone03 > ul > li > .title { 
   display: block;
   color: #222;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   margin: 30px 0px 20px;
}
.b-zone04 {
   position: relative;
   max-width: 918px;
   margin: 0 auto;
   text-align: center;
   border: 1px solid #c1c0c5;
   padding: 50px 40px 30px;
   margin-bottom: 120px;
}
.b-zone04.last {
   margin-bottom: 0px;
}
.b-zone04 > .bsns-zone-title {
   display: inline-block;
   position: absolute;
   left: 50%;
   transform: translate(-50%, 0%);
   top: -21px;
   font-size: 17px;
   line-height: 28px;
   color: #222;
   word-break: break-all;
   text-align: center;
   padding: 5px 25px;
   background: #fff;
   border: 2px solid #c1c0c5;
   border-radius: 50px;
}
.b-zone04 > ul li {
   font-size: 16px;
   color: #777;
   line-height: 26px;
   text-align: left;
   margin-bottom: 10px;
   word-break: break-all;
}
.b-zone04 > ul li span {
   color: #222;
   font-weight: bold;
}
.b-zone04 > ul li::before {
   display: inline-block;
   content: "";
   width: 3px;
   height: 3px;
   background: #555;
   vertical-align: top;
   margin-top: 12px;
   margin-right: 5px;
}
.b-zone05 {
   display: flex;
   max-width: 1000px;
   margin: 0 auto;
   margin-bottom: 120px;
}
.b-zone06 {
   display: flex;
   justify-content: space-evenly;
   max-width: 1000px;
   margin: 0 auto;
}
.b-zone06 .left-img {
   width: 55%;
   margin: 0px 30px;
}
.b-zone06 .left-img > img {
   max-width: 100%;
   height: auto;
}
.b-zone06 .right-table {
   flex: 1;
   min-width: 250px;
   border-top: 2px solid #000;
   border-bottom: 1px solid #000;
   padding-bottom: 20px;
   margin: 30px 0px 45px 0px;
}
.b-zone06 .right-table h3 {
   margin: 0 0 18px 0;
   padding: 18px 15px;
   font-size: 18px;
   font-weight: bold;
   border-bottom: 1px solid #000;
}
.b-zone06 .right-table p {
   margin: 8px 0 10px;
   padding: 0px 15px;
   font-size: 16px;
}
.b-zone06 .right-table a {
   color: #0063e3;
   text-decoration: none;
}
.b-zone06 .right-table a:hover {
   text-decoration: underline;
}
.b-zone06 .right-table .btn {
   display: inline-block;
   /* width: calc(100% - 40px); */
   margin-top: 15px;
   margin-left: 15px;
   padding: 12px 25px 15px;
   background-color: #000;
   color: #fff;
   text-decoration: none;
   font-size: 16px;
   font-weight: bold;
   transition: 0.2s;
}
.b-zone06 .right-table .btn:hover {
   background-color: #444;
   text-decoration: none;
}
.b-zone-title {
   display: block;
   max-width: 1000px;
   margin: 0 auto;
   margin-bottom: 25px;
   font-size: 24px;
   font-weight: bold;
   line-height: 28px;
   color: #222;
   word-break: break-all;
}
.core-values.ourCommitment {
   margin-top: 20px;
}
.ourCommitment .value-item > .value-img {
   width: 47%;
   max-width: unset;
}
.ourCommitment .value-item .value-text {
   padding-left: 20px;
   padding-right: 20px;
   text-align: left;
}
.mem-img {
   width: 60%;
   margin-right: 2%;
   border: 1px solid #ddd;
   background: #ededed;
   display: inline-flex;
   align-items: center;
}
.mem-img > img {
   width: 100%;
}
.mem-table {
   width: 38%;
   display: inline-flex;
}
.mem-table > li {
   border-top: 1px solid #555;
   border-bottom: 1px solid #555;
   width: 50%;
   display: inline-block;
   text-align: center;
}
.mem-table > li:first-child .mem-list,
.mem-table > li:first-child strong {
   border-right: 1px solid #e5e5e5;
}
.mem-list {
   border-top: 1px solid #e5e5e5;
}
.mem-list li {
   font-size: 16px;
   color: #444;
   line-height: 26px;
   padding: 10px 0px;
   border-bottom: 1px solid #e5e5e5;
}
.mem-list li.sum {
   font-weight: bold;
   line-height: 29px;
   color: #000;
}
.medi-img {
   width: 100%;
   max-width: 1000px;
   margin: 0 auto;
   margin-bottom: 70px;
}
.medi-img > img {
   width: 100%;
}
.partner-list.logistics-system {
   justify-content: space-between;
   max-width: 1100px;
}
.partner-list.logistics-system ul {
   display: inline-block;
   width: 30%;
}
.partner-list.logistics-system ul li:first-child {
   background: none;
   padding: 0px 0px;
   line-height: unset;
}
.partner-list.logistics-system ul li:first-child > img {
   max-width: 330px;
}
.partner-list.logistics-system ul li:last-child {
   padding: 0px 10px;
   text-align: left;
}


/*** 온라인 주문 ***/
.orderLink-container {
   display: flex;
   gap: 30px;
   justify-content: center;
   max-width: 1100px;
   margin: 0px auto 50px;
   letter-spacing: -0.5px;
}
.orderLink {
   border: 1px solid #ccc;
   padding: 60px 40px 40px;
   text-align: center;
   width: 30%;
   box-shadow: 0 0 8px rgba(0,0,0,0.1);
   border-radius: 15px;
}
.orderLink .title {
   font-size: 26px;
   font-weight: 800;
   line-height: 36px;
   margin-bottom: 20px;
   color: #222;
   font-family: 'Noto Sans KR';
}
.url {
   font-size: 16px;
   color: #888;
   margin-bottom: 50px;
}
.orderLink .btn {
   display: block;
   color: #fff;
   padding: 20px 30px;
   font-size: 16px;
   text-decoration: none;
   transition: 0.3s;
}
.orderLink .btn.link1 {
   background: #D60036;
}
.orderLink .btn.link2 {
   background: #143e90;
}
.orderLink .btn.link3 {
   background: #01a89e;
}
.orderLink.hover-link1 {
  border-color: #D60036; /* 리드팜몰 보더색 */
}

.orderLink.hover-link2 {
  border-color: #143e90; /* 병원사업부몰 보더색 */
}

.orderLink.hover-link3 {
  border-color: #01a89e; /* 메디코치 보더색 */
}
.btn:hover {
   color: #fff;
   border-radius: 30px;
   transition: 0.3s;
}


.table {
   display:table;
}

.table-cell {
   display:table-cell;
}

input, button, select, fieldset {
   -webkit-border-radius: 0;
   border-radius: 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border:0;
   background-color:transparent;
}

fieldset {
   padding:0;
   margin:0;
}

.blind, legend {
   overflow: hidden;
   position: absolute;
   width: 1px;
   height: 1px;
   font-size: 12px;
   clip: rect(1px, 1px, 1px, 1px);
}

button {
   cursor:pointer;
   padding:0;
   font-size:inherit;
}

/* 커스텀 */
.con {
   max-width:1100px;
}
.con-min-width {
   min-width:320px;
}


/* 중앙 컨텐츠 3차 visual story */
.v-story-wrap {
   font-size:25px;
   margin-top: 50px;
   margin-bottom: 100px;
}

.v-story-wrap .v-story-tt {
   text-align:center;
   margin-bottom:11px;
}

.v-story-wrap .v-story-slider {
   text-align:center;
}

.v-story-wrap .v-story-slider .slick-list {
   box-sizing:border-box;
}

.v-story-wrap .v-story-slider .slider-item {
   max-width: 450px;
   position: relative;
}

.v-story-wrap .v-story-slider .slider-item .img-box > img {
   transform-origin:50% 50%;
   transform:scale(0.88);
   transition:transform .5s linear;
}

.v-story-wrap .v-story-slider .slick-center .slider-item .img-box > img {
   transform:scale(1);
   transition:transform .5s linear;
}

/* discover btn 호버시 나오는 애니메이션까지 */
.v-story-wrap .v-story-slider .slider-item > a {
   position:relative;
}

.v-story-wrap .v-story-slider .slider-item > a::after {
   content:"";
   position:absolute;
   top:0;
   left:0;
   right:0;
   bottom:0;
   background-color:rgba(0,0,0,0);
   transition:background-color .3s;
}

.v-story-wrap .v-story-slider .slick-active .slider-item > a:hover::after {
   background-color:rgba(0,0,0,.3);
}

.v-story-wrap .v-story-slider .slider-item > a > .discover {
   position:absolute;
   top:34%;
   left:50%;
   transform:translate(-50%, -50%);
   z-index:5;
   opacity:0;
   transition:opacity .3s;
}

.v-story-wrap .v-story-slider .slider-item > a > .discover > span.discover-btn {
   background:url('https://kimyang-sun.github.io/pf-img/samsung-img/s-discover-btn.png');
   width:106px;
   height:106px;
}

.v-story-wrap .v-story-slider .slider-item > a > .discover > span.discover-btn::after {
   content:"";
   display:block;
   background:url('https://kimyang-sun.github.io/pf-img/samsung-img/s-discover-plus-ico.png');
   width:100%;
   height:100%;
   transition:transform .8s;
}

.v-story-wrap .v-story-slider .slider-item > a > .discover > span.discover-txt {
   font-size:25px;
   color:#fff;
}

/* 호버 애니메이션 */
.v-story-wrap .v-story-slider .slick-active .slider-item > a:hover > .discover {
   opacity:1;
}

.v-story-wrap .v-story-slider .slick-active .slider-item > a:hover > .discover > span.discover-btn::after {
   transform:rotate(360deg);
}

/* visual story 내부 텍스트 */
.v-story-wrap .v-story-slider .slider-item > .v-story-desc-list {
   margin-top:40px;
   opacity:0;
   transform:translateY(30%);
   transition:opacity .8s, transform .8s;
}

.v-story-wrap .v-story-slider .slider-item > .v-story-desc-list > .v-story-desc-tt {
   font-size:15px;
   color: #888;
   margin-bottom: 10px;
}

.v-story-wrap .v-story-slider .slider-item > .v-story-desc-list > .v-story-desc {
   font-size:22px;
   font-weight: bold;
   border: 1px solid #cbcbcb;
   padding: 20px;
   color: #333;
}

.v-story-wrap .v-story-slider .slick-active .slider-item > .v-story-desc-list {
   opacity:1;
   transform:translateY(0);
   transition:opacity .8s .5s, transform .8s .5s;
}

/* visual story 사이드 버튼 */
.v-story-wrap .v-story-slider .slick-arrow {
   z-index:10;
   top: 50%;
   width:50px;
   height:60px;
}

.v-story-wrap .v-story-slider .slick-prev {
   left:24%;
}

.v-story-wrap .v-story-slider .slick-next {
   right:24%;
   left:auto;
}

.v-story-wrap .v-story-slider .slick-arrow::before {
   display:block;
   width:38px;
   height:40px;
   margin:0 auto;
   color: rgb(135, 137, 151);
   font-size: 38px;
}

/* visual story 하단 페이지 버튼 */
.v-story-wrap .v-story-slider .slick-dots > li {
   width:auto;
   height:auto;
   margin:0 5px;
}

.v-story-wrap .v-story-slider .slick-dots > li > button {
   width:8px;
   height:8px;
   border:1px solid #888;
   border-radius:45px;
   box-sizing:border-box;
   display:block;
   position:relative;
}

.slick-dots li button {
  padding: 4px !important;
}

.v-story-wrap .v-story-slider .slick-dots > li > button::before {
   content:"";
   width:100%;
   height:100%;
   border-radius:45px;
   background-color:#153e90;
   opacity:0;
   transition:opacity .8s;
}

.v-story-wrap .v-story-slider .slick-dots > li.slick-active > button::before {
   opacity:1;
}

.v-story-wrap .v-story-slider .slick-dots > li:hover > button::before {
   opacity:1;
}
.slick-dots {
  bottom: -50px !important;
}

/* 중앙 컨텐츠 3차 visual story 반응형 */
@media (max-width:1440px){
   .v-story-wrap .v-story-slider .slider-item {
      max-width: 90%;
   }
   .v-story-wrap .v-story-slider .slick-prev {
      left: 22%;
   }
   .v-story-wrap .v-story-slider .slick-next {
      right: 22%;
   }
}
@media (max-width:1280px){
   .v-story-wrap .v-story-slider .slick-prev {
      left: 18%;
   }
   .v-story-wrap .v-story-slider .slick-next {
      right: 18%;
   }
}
@media (max-width:1140px){
}

@media (max-width:1100px){
  .v-story-wrap .v-story-slider .slick-arrow::before {
     display: block;
     width: 38px;
     height: 40px;
     margin: 0 auto;
     color: rgb(135, 137, 151);
     font-size: 30px;
  }
}

@media (max-width:770px){
   .v-story-wrap .v-story-tt {
       font-size:40px;
   }
   
   .v-story-wrap .v-story-slider .slider-item {
       max-width:100%;
   }
   
   .v-story-wrap .v-story-slider .slider-item > a {
       padding:0 5.6vw;
   }
   .v-story-wrap .v-story-slider .slider-item .v-story-desc-list {
     padding:0 5.6vw;
     margin-top: 25px;
  }
   
   .v-story-wrap .v-story-slider .slider-item > a::after {
       display:none;
   }
   
   .v-story-wrap .v-story-slider .slider-item > a > .discover {
       display:none;
   }
   
   .v-story-wrap .v-story-slider .slider-item > .v-story-desc-list > .v-story-desc-tt {
       font-size:px;
   }
   
   .v-story-wrap .v-story-slider .slider-item > .v-story-desc-list > .v-story-desc {
       font-size: 20px;
   }
}

/*** 관계사 ***/
.partner {
   width: 100%;
   margin: 0 auto;
   /*background: url(../../images/sub/partner_bg.jpg) 50% 50% no-repeat;*/
}
.partner-list-wrap {
   background: #f5f5f5;
   padding: 100px 0px;
   margin: 0 auto;
   text-align: center;
}
.partner-list-wrap > h3 {
   font-size: 34px;
   font-weight: bold;
   margin-bottom: 50px;
}
.partner-list {
   display: flex;
   justify-content: space-evenly;
   width: 1100px;
   margin: 0 auto;
}
.partner-list ul {
   display: inline-block;
   width: 23%;
}
.partner-list ul li:first-child {
   background: #fff;
   padding: 60px 0px;
}
.partner-list ul li:first-child img {
   max-width: 200px;
   width: 100%;
}
.partner-list  ul li:last-child {
   display: block;
   font-size: 26px;
   font-weight: 800;
   color: #222;
   margin-top: 35px;
   padding: 0px 25px;
   /* text-align: left; */
}
.partner-list  ul li:last-child > span {
   display: block;
   font-size: 16px;
   font-weight: normal;
   color: #777;
   line-height: 26px;
   margin-top: 10px;
   word-break: break-all;
}
.partner-list-wrap2 {
   padding: 100px 0px 0px;
   margin: 0 auto;
   text-align: center;
}
.partner-list-wrap2 > h3 {
   font-size: 28px;
   font-weight: bold;
   margin-bottom: 50px;
}
.partner-list2 ul li img {
   width: 100%;
   max-width: 1060px;
}


/*** 조직도 ***/
.organization {
  width: 1100px;
  margin: 0 auto;
}
.organization > span {
  display: block;
  background: #f9f9f9;
  /* border: 1px solid #ddd; */
  text-align: center;
  padding: 70px 0px 100px;
}
.organization img{
  text-align: center;
}


/*** 연혁 ***/
.history_wrap{	
	width: 100%;
	margin: 30px auto;
}
.history_wrap > .line {	
	display: block;
   width: 2px solid #eee;
}
.history {
   width: 900px;
   margin: 0 auto;
   text-align: left;
   background: url(../../images/sub/bar_03.jpg) 8px 0 repeat-y;
}
.history .line {
   font-size: 0;
}
.history .year_img {
   width: 90px;
   display: inline-block;
   vertical-align: top;
}

.history_text_wrap {
   display: inline-block;
}

.history_text {
   width: calc(100% - 90px);
   display: inline-block;
   margin-top: -10px;
   padding-bottom: 60px;
   font-size: 0;
}
.history_text .year{
   width: 18%;
   display: inline-block;
	color: #002F86;
	font-size: 34px;
	font-weight: 800;
   vertical-align: top;
}
.history_text > dl {
   width: 80%;
   display: inline-block;
}
.history_text > dl > dt {
   display: inline-block;
   vertical-align: top;
	color:#333;
	font-size:16px;
   font-weight: bold;
	line-height:30px;
   margin-right: 55px;
   margin-top: 2px;
}
.history_text > dl > dd {
   display: inline-block;
	color:#444;
	font-size: 17px;
	line-height: 30px;
   word-break: break-all;
}
.awards {
   background: #f5f5f5;
   padding: 100px 0px;
   margin: 0 auto;
   text-align: center;
   margin-top: 100px;
}
.awards > h3 {
   font-size: 30px;
   font-weight: bold;
   margin-bottom: 50px;
}
.awards-list {
   display: flex;
   justify-content: center;
   width: 1000px;
   margin: 0 auto;
}
.awards-list  ul {
   display: inline-block;
   /* background: #fff;
   padding: 30px 0px; */
   /* width: 20%; */
   min-width: 200px;
   margin-bottom: 50px;
}
.awards-list  ul li:first-child {
   height: 220px;
}
.awards-list  ul li:first-child > img {
   height: 100%;
   border: 1px solid #ddd;
}
.awards-list  ul li:last-child {
   display: block;
   font-size: 16px;
   color: #333;
   margin-top: 25px;
   padding: 0px 20px;
}


/*** 찾아오시는길 ***/
.map {
   width: calc(1100px - 82px);
   margin: 0 auto;
   position : relative;
   font-size: 0;
   border: 1px solid #ddd;
   padding: 40px;
}
.map > .mapArea {
  display: inline-block;
  width: 40%;
}
.map > .mapInfo {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 15px;
  margin-right: 10%;
}
.map > .mapInfo ul {
  margin-bottom: 50px;
}
.map > .mapInfo ul.last {
  margin-bottom: 0px;
}
.map > .mapInfo ul li {
   width: 100%;
   line-height: 26px;
   font-size: 0;
   margin-bottom: 8px;
}
.map > .mapInfo .mapTitle {
   width: 90%;
   font-weight: bold;
   font-size: 22px;
   margin-bottom: 20px;
   color: #222;
   letter-spacing: -0.5px;
}
.map > .mapInfo ul li > span {
   display: inline-block;
   font-size: 14px;
   color: #777;
   vertical-align: top;
   word-break: break-all;
}
.map > .mapInfo ul li > span.fi {
   width: 100px;
   font-size: 14px;
   color: #333;
   font-weight: bold;
}
.map > .mapInfo ul li > span.fi::before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 3px;
    background: #d60036;
    border-radius: 50px;
    vertical-align: top;
    margin-top: 11px;
    margin-right: 7px;
}
.map > .mapInfo ul li > span.se {
   width: calc(100% - 100px);
}
.map > .mapInfo ul li.subway > span {
  vertical-align: top;
}
.map > .mapInfo ul li.subway > span.line {
  width: auto;
  line-height: 24px;
}
.map > .mapInfo td.subway {
  line-height: 24px;
}
.map > .mapInfo td > .subway1 {
  background: #004989;
  margin-bottom: 7px;
}
.map > .mapInfo td > .subway2 {
  background: #009658;
}
.map > .mapInfo td.subway {
  padding: 15px 30px;
}
.map > .mapInfo td.subway > span {
  display: inline-block;
  width: 60px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
}
.root_daum_roughmap {
    width: 100% !important;
}
.map-line2 {
   margin-top: 20px;
}
.wrap_map {
  width: 100%;
  max-width: 100%; /* 필요 시 최대 너비 제한 */
  height: 350px;   /* 높이는 고정 또는 필요 시 비율 기반으로 */
  position: relative;
  margin: 0 auto;  /* 수평 중앙 정렬 */
}

/*** Sub footer ***/




 /*** board ***/
 .board_search {
    width: 1100px;
    display: block;
    margin: 0 auto;
 }
 .board_search > .info_text{
    font-size: 17px;
    color:#999;
    float: left;
    padding-top: 14px;
 }
 .board_search > .search_box {
    padding-bottom: 15px;
    box-sizing: border-box;
    position: relative;
    text-align: right;
 }
 .board_search > .search_box > select {
    display: inline-block;
    width: 110px;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #646464;
    padding-left: 15px;
    margin-right: 3px;
    background: url(/images/more06.png) 0 0 no-repeat;
    background-position-y: 17px;
    background-position-x: 86px;
 }
 
 .placeholder_wrap {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
 }
 .placeholder_wrap input[type='text'], .placeholder_wrap textarea {
    width: 200px;
    height: 38px;
    padding-right: 50px;
    padding-left: 15px;
    border: 0;
    box-sizing: border-box;
 }
 .placeholder_wrap > .placeholder {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    top: 8px;
    left: 15px;
 }
 
 .search_box > .btn_search {
    width: 19px;
    height: 19px;
    font-size: 0;
    background: url(/images/common/icon_search.png) 50% no-repeat;
    position: absolute;
    top: 10px;
    right: 12px;
    display: inline-block;
 }

 .table {
    border-top: 1px solid #002060;
    display: table;
    width: 1100px;;
    table-layout: fixed;
    overflow: hidden;
    margin: 0 auto;
 } 
 .table tr {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
 }
 .table th {
    font-size: 15px;
    color: #333;
    background: #eff3f9;
    /* border-right: 1px solid #e9e9e9; */
    padding: 20px 20px;
 }
 .table td {
    font-size: 15px;
    color: #333;
    /* border-right: 1px solid #e9e9e9; */
    padding: 16px 15px;
    overflow: hidden;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
 }
 .table.boardList {

 }
 .table .last {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
 }
 .table .atitle {
    color: #555;
 }
 .table .atitle:hover {
    color: #5c2e98;
 }
 .table .left {
    text-align: left;
 }
 .table.boardWrite td {
    padding: 0px 20px;
 }
 .table td.tArea {
    white-space: normal;
    padding: 14px 20px;
 }
 .textArea {
    border: 1px solid #e1e1e1;
    width: 98%;
    height: 300px;
    font-size: 14px;
    color: #777;
    padding: 10px;
    line-height: 24px;
 }
 textarea:focus {
    outline: none;
 }
 .table td.viewText {
    line-height: 28px;
    min-height: 200px;
    white-space: normal;
    vertical-align: top;
    padding: 30px;
    overflow-y: scroll;
 }
 .table td.viewText > img{
    max-width:1000px
 }

 .writeInput {
    height: 30px;
    border: 0px;
    width: 98%;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    vertical-align: middle;
 }
 
 input:focus {outline:none;}
 
 .file_input > label {
    position:relative;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    width:100px;
    height:34px;
    background:#999;
    color:#fff;
    text-align:center;
    line-height:33px;
    margin-left: 5px;
    font-size: 15px;
 }
 .file_input > label > input {
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
 }
 .file_input input[type=text] {
    width:400px;
 }
 
 .triUp{
    display: inline-block;
    width: 0px; height: 0px;
    margin-left: 10px;
    margin-top: -3px;
    vertical-align: middle;
    border-top: 6px solid none;
    border-bottom: 6px solid #999;
    border-right: 6px solid transparent;
    border-left: 6px solid  transparent;
    cursor: pointer;
 }
 
 .triDown{
    display: inline-block;
    width: 0px; height: 0px;
    margin-left: 10px;
    margin-top: -2px;
    vertical-align: middle;
    border-top: 6px solid #999;
    border-bottom: 6px solid none;
    border-right: 6px solid transparent;
    border-left: 6px solid  transparent;
    cursor: pointer;
 }
 
 .prev_list, .next_list {
    color:#777;
 }
 
 .paging {
    margin-top: 30px;
    text-align: center;
 }
 
 .paging > a {
    display: inline-block;
    text-indent: -9999em;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
 }
 
 .paging .first {
    background: url(/images/sub/btn_paging_first.png) 50% 50% no-repeat;
 }
 
 .paging .prev {
    background: url(/images/sub/btn_paging_prev.png) 50% 50% no-repeat;
 }
 
 .paging .next {
    background: url(/images/sub/btn_paging_next.png) 50% 50% no-repeat;
 }
 
 .paging .last {
    background: url(/images/sub/btn_paging_last.png) 50% 50% no-repeat;
 }
 
 .paging > span {
    display: inline-block;
    vertical-align: middle;
   margin: 0 13px;
 }
 
 .paging > span > a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    color: #777;
    border: 1px solid #d5d5d5;
    margin-right: 3px;
 }
 
 .paging .active:last-child {
    margin-right: 0px;
 }
 
 .paging > span > a:hover {
    background: #ddd;
 }
 
 .paging > span > a.active {
    color: #fff;
    background: #153e90;
    border: 1px solid #153e90;
 }
 
 
 .btnWrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 0;
    text-align: center;
 }
 
 .btnWrap > a {
    display: inline-block;
    width: 120px;
    height: 45px;
    line-height: 44px;
    background: #153e90;
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
 }
 
 .btnWrap > a:last-child {
    margin-right: 0px;
 }
 
 .btnWrap > .btnList, .btnWrap > .btnModify{
    background: #fff;
    border: 1px solid #153e90;
    color: #153e90;
    height: 43px;
    line-height: 42px;
 }
 
 .btnWrap > .btnDelete {
    background: #c52020;
    color: #fff;
 }
 


/* Sub 공통 */

@media only screen and (max-width: 1280px) {  

}

@media only screen and (max-width: 1180px) {   
   .subContents {
      width: 100%;
      padding-left: 40px;
      padding-right: 40px;
      box-sizing: border-box;
   }
   .introduction {
 
   }
   .partner {
         width: 100%;
   }
   .organization {
     width: 100%;
   }
   .organization img{
     width: 85%;
   }
   .map {
      width: calc(100% - 82px);
   }
   .map > .mapArea > iframe {
     width: 100%;
   }
   .partner-list {
      width: 100%;
   }
   .board_search {
      width: 100%;
   }
   .table {
      width: 100%;
   }
   .partner-list.logistics-system {
      display: flex;
      justify-content: space-evenly;
   }
   .partner-list.logistics-system ul {
      width: 28%;
   }
}

@media only screen and (max-width: 1100px) {  
   .subVisual {
     width: 100%;
     height: 300px;
     overflow: hidden;
   }
   .subVisual .subBg {
     height: 300px;
   }
   .subVisual .sub-bg-company {
      background: #b7dee8 url(../../images/sub/sub_top_img_01.png) 70% 50% no-repeat;
   }
   .subVisual .sub-bg-service {
      background: #b7dee8 url(../../images/sub/sub_top_img_02.png) 75% 50% no-repeat;
   }
   .subVisual .sub-bg-board {
      background: #b7dee8 url(../../images/sub/sub_top_img_03.png) 70% 50% no-repeat;
   }
   .subVisual .sub-bg-order {
      background: #b7dee8 url(../../images/sub/sub_top_img_04.png) 70% 50% no-repeat;
   }
   .subVisual .subText {
     left: 50px;
     top: 140px;
   }
   .subVisual .subText >.title {
      font-size: 32px;
   }
   .subVisual .subText > .subTitle {
      font-size: 16px;
      letter-spacing: 2px;
      line-height: 27px;
   }
  .inner1100 {
     width: 100%;
   }
   .introduction br {

   }
  .location {
     top: 250px;
   }
  .history_wrap{	
      width: 100%;
   }
   .history {
      width: auto;
   }
   .partner-list {
      display: block;
   }
   .partner-list-wrap > h3 {
 
   }
   .partner-list-wrap2 > h3 {
      margin-bottom: 40px;
   }
   .partner-list ul:nth-child(odd) {
      width: 45%;
      margin: 0% 1% 0% 2%;
      vertical-align: top;
   }
   .partner-list ul:nth-child(even) {
      width: 45%;
      margin: 0% 2% 0% 1%;
      vertical-align: top;
   }
   .partner-list ul li:first-child {
      padding: 30px 0px;
   }
   .partner-list ul li:last-child {
      margin-top: 20px;
      margin-bottom: 50px;
   }
   .partner-list ul.last li:last-child {
      margin-bottom: 0px;
   }
   .partner-list.logistics-system ul:nth-child(odd) {
      width: 28%;
      margin: unset;
   }
   .partner-list.logistics-system ul:nth-child(even) {
      width: 28%;
      margin: unset;
   }
}

@media only screen and (max-width: 1080px) {
   .company {
      width: 100%;
   }
   .value {
      width: 100%;
   }
   .ci-wrap {
      width: 100%;
   }
   .business {
      width: 100%;
   }
   .awards-list {
      width: 100%;
      flex-wrap: wrap;
   }
}

@media only screen and (max-width: 1024px) {  
   .subVisual .subBg > ul{
      width: 100%;
   }
   .subVisual .subBg .subimg {
      background-size: 275px;
      background-position-x: right;
   }
   .introduction {
      font-size: 16px;
      line-height: 26px;
   }
   .company .company-title {
      width: 90%;
   }
   .company .company-title > span {
      font-size: 34px;
      line-height: 46px;
   }
   .company .company-title::before {
      min-width: 35px;
      min-height: 25px;
      margin-top: -10px;
      background-size: 100%;
   }
   .company .company-title::after {
      min-width: 35px;
      min-height: 25px;
      margin-top: -10px;
      background-size: 100%;
   }
   .introduction > span.ceo_name {
      font-size: 20px;
   }
   .introduction > span.ceo_name b {
      font-size: 24px;
   }
   .introduction > span.ceo_name > img {
      width: 160px;
   }
   .greetingBottom {
      font-size: 18px;
      line-height: 30px;
   }
   .greetingTop {
      min-height: auto;
   }
   .vision-explain h6 {
      font-size: 34px;
      line-height: 46px;
   }
   .ci-wrap .ci-img2 {
      flex-direction: column;
      margin: 50px auto 50px;
   }
   .ci-wrap .ci-img2 > span {
      width: 95%;
      margin-bottom: 25px;
   }
   .ci-wrap .ci-img2 > img {
      max-width: 546px;
      width: 100%;
   }
   .map > .mapArea {
      width: 100%;
   }
   .map > .mapInfo {
      width: 100%;
      margin-right: 0;
   }
   .map > .mapInfo ul.last {
      margin-bottom: 50px;
   }
   .b-zone03 > ul > li {
      width: calc(50% - 75px);
      height: auto;
   }
   .b-zone03 > ul > li:nth-of-type(3),
   .b-zone03 > ul > li:nth-of-type(4) {
      margin-top: 30px;
   }
   .b-zone04 > .bsns-zone-title {
      width: 80%;
   }
   .partner-list.logistics-system {
      flex-direction: column;
   }
   .partner-list.logistics-system ul li:last-child {
      width: 80%;
      margin: 20px auto 70px;
      padding: 0px 0px;
      text-align: center;
   }
   .partner-list.logistics-system ul:nth-child(odd) {
      width: 90%;
      margin: 0 auto;
   }
   .partner-list.logistics-system ul:nth-child(even) {
      width: 90%;
      margin: 0 auto;
   }
   .orderLink-container {
      flex-wrap: wrap;
   }
   .orderLink {
      width: 50%;
      min-width: 300px;
   }
   .b-zone06 {
      flex-wrap: wrap;
   }
   .b-zone06 .left-img {
      width: 100%;
      text-align: center;
      margin: 0px 0px;
   }
}



@media only screen and (max-width: 768px) { 
   .greetingTop {
      flex-flow: column;
      align-items: center;
      text-align: center;
      margin-top: 0px;
   }
   .ceo-pic {
      width: 90%;
      margin-bottom: 50px;
   }
   .introduction {
      width: 90%;
   }
   .ceo-pic > span {
   }
   .introduction .title {
      line-height: 34px;
   }
   .introduction > .headers.hdTop {
      margin-left: 15%;
   }
   .introduction > .headers.hdBottom {
      margin-left: 45%;
   }
   .ceo_text br {
      display: none;
   }
   .subCon > .company .ceo_title1 {
      font-size: 21px;
      line-height: 34px;
      padding-top: 0px;
   }
   .subCon > .company .ceo_title2 {
      font-size: 21px;
      line-height: 34px;
   }
   .history_text {
      margin-top: -7px;
      padding-bottom: 50px;
   }
   .history_text .year {
      width: 100%;
      display: block;
      font-size: 30px;
      margin-right: 0px;
   }
   .history_text > dl {
      width: 98%;
      margin-top: 10px;
   }
   .history_text > dl > dd {
      font-size: 16px;
      line-height: 28px;
   }
   .map {
      width: calc(100% - 62px);
      padding: 30px;
   }
   .map > .mapInfo {
      font-size: 14px;
   }
   .map > .mapInfo ul li.subway > span.line {
      width: auto;
      line-height: 22px;
   }
   .ci-wrap .ci-img {
      width: 80%;
   }
   .ci-wrap .ci-img > img {
      width: 100%;
      max-width: 510px;
   }
   .signature-box {
      border-top: 1px solid #ccc;
      width: 100%;
      display: block;
   }
   .signature-box:first-child .signature-content, .signature-box:first-child strong {
      border-right: none;
   }
   .signature-box:last-child {
      border-top: none;
   }
   .b-zone01 ul {
      flex-direction: column-reverse;
   }
   .b-zone01 ul li {
      display: block;
      justify-content: end;
      flex-direction: column;
      width: 100%;
      height: 160px;
   }
   .b-zone01 ul li:first-child {
      width: calc(90% - 80px);
      height: auto;
      margin: -120px auto 0;
      text-align: center;
      padding: 30px;
   }
   .b-zone02 {
      margin-top: 70px;
      margin-bottom: 70px;
   }
   .b-zone03 > ul > li {
      font-size: 14px;
   }
   .b-zone03 .bsns-zone-title {
      font-size: 22px;
      line-height: 22px;
   }
   .b-zone01 ul li .title {
      font-size: 30px;
   }
   .b-zone01 ul li > p {
      font-size: 16px;
   }
   .b-zone04 > ul li {
      font-size: 15px;
      line-height: 24px;
   }
   .b-zone05 {
      flex-direction: column;
   }
   .b-zone03 .bsns-zone-title > span {
      display: block;
      margin-top: 10px;
   }
   .mem-img {
    width: 100%;
    margin-right: 0%;
   }
   .mem-table {
    width: 100%;
    margin-top: 30px;
   }
   .b-zone03 > ul > li > .title {
      font-size: 16px;
      margin: 20px 0px 10px;
   }
   .b-zone04 > .bsns-zone-title {
      font-size: 15px;
   }
   .partner-list-wrap {
      padding: 70px 0px;
   }
   .partner-list-wrap > h3 {
      font-size: 30px;
   }
   .partner-list ul:nth-child(odd) {
      width: 80%;
      margin: 0% 0% 0% 0%;
   }
   .partner-list ul:nth-child(even) {
      width: 80%;
      margin: 0% 0% 0% 0%;
   }
   .partner-list ul.last li:last-child {
      margin-bottom: 40px;
   }
   .partner-list ul:last-child li:last-child {
      margin-bottom: 0px;
   }
   .ourCommitment .value-item .value-text {
      padding-left: 0px;
      text-align: center;
   }
   .ourCommitment div.value-item:nth-of-type(2),
   .ourCommitment div.value-item:nth-of-type(4) {
      flex-direction: column-reverse;
   }
   .ourCommitment .value-item > .value-img {
      width: 100%;
      max-width: 480px;
   }
   .core-values.ourCommitment {
      margin-top: 0px;
   }
}


@media only screen and (max-width: 480px) { 
   .subContents {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
      box-sizing: border-box;
      padding-bottom: 50px;
   }
   .subVisual .subBg .subimg {
      width: 50%;
   }
   .subContents > .title > h2 {
      font-size: 30px;
      padding-bottom: 10px;
   }
   .subCon > .company {
      padding-bottom: 50px;
      background-size: 100%;
      background-position: bottom;
   }
   .company .company-title > span {
      width: calc(100% - 70px);
      font-size: 28px;
      line-height: 40px;
   }
   .introduction > .headers {
      font-size: 22px;
   }
   .introduction > .headers.hdTop {
      margin-left: 0%;
   }
   .introduction > .headers.hdBottom {
      margin-left: 0%;
   }
   .introduction > span.ceo_name {
      flex-direction: column;
   }
   .vision-explain h6 {
      font-size: 28px;
      line-height: 40px;
   }
   .organization {
      padding: 30px 0px 40px;
   }
   .partner {
      padding-bottom: 30px;
   }
   .partner > span {
      padding: 50px 0px 50px
   }
   .history .line {
      font-size: 0;
   }
   .history_text {
      width: calc(100% - 33px);
   }
   .history .year_img {
      width: 18px;
      overflow: hidden;
      margin-right: 15px;
   }
   .map > .mapArea {
      height: 400px;
   }
   .map > .mapArea > iframe {
      height: 400px;
   }
   .map > .table .mapTitle {
      width: 50px
   }
   .map > .table td.subway {
      padding: 15px 15px;
   }
   .map > .mapInfo .mapTitle {
      font-size: 22px;
   }
   .map > .mapInfo ul li > span {
      width: 80px;
   }
   .b-zone03 > ul > li {
      width: calc(50% - 70px);
      height: auto;
   }
   .b-zone04 > .bsns-zone-title.line2 {
      top: -35px;
   }
   .b-zone04 > .bsns-zone-title > span {
      display: block;
   }
   .b-zone01 ul li .title {
      font-size: 26px;
   }
   .orderLink {
      width: 100%;
      min-width: unset;
   }
}

 
 