@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: normal;
	src: url('./fonts/Pretendard-Black.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: normal;
	src: url('./fonts/Pretendard-ExtraBold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: normal;
	src: url('./fonts/Pretendard-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: normal;
	src: url('./fonts/Pretendard-SemiBold.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: normal;
	src: url('./fonts/Pretendard-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: normal;
	src: url('./fonts/Pretendard-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: normal;
	src: url('./fonts/Pretendard-Light.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: normal;
	src: url('./fonts/Pretendard-ExtraLight.woff') format('woff');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: normal;
	src: url('./fonts/Pretendard-Thin.woff') format('woff');
}

/*기본세팅*/
html *{ font-family: 'Noto Sans KR', sans-serif;}
.size { width: 100%; max-width: 1240px; height: auto; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.clear:after { clear: both; content: ''; display: block; }
.tb { display: table; width: 100%; height: 100%; }
.tbc { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }
.img img { max-width: 100%; }
.pic { background-size: contain; background-repeat: no-repeat; background-position: center center; }
.pic img { max-width: 100%; opacity: 0; visibility: hidden; }
em.mbr { display: block; }


main.crmaas .visual {
    width: 100%;  
    height: 40.5rem;  
    margin-top: 4.375rem;  
    background: url('../../images/crmaas/crmaas_bg1.png') ;
    background-repeat:no-repeat;  
    background-size: cover;  
    background-position: center center;
}

main.crmaas .visual .title {
    text-align: center;
	margin-bottom: 120px;
}

main.crmaas .visual .title h1 {
  font-size: 55px;  
  color: rgb(255, 255, 255);
  line-height: 1.091;
}

main.crmaas .visual .title p.text1 {    
  margin-top: 20px;
  font-size: 28px;
  font-family: "Roboto";
  color: rgb(255, 237, 151);
  line-height: 1.143;  
}

main.crmaas .visual .title p.text2 {
  margin-top: 15px;
  font-size: 24px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight:300;
  color: rgb(255, 255, 255);
  line-height: 1.417;
}

main.crmaas {

}

main.crmaas .tab_header {
  margin-top:  -17px;
}

main.crmaas .tab_header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
}

main.crmaas .tab_header ul li {
  background: #fff;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  padding: 19px 0;
  text-align: center;
  width: 25%;
  border:1px solid #dddddd;
  border-right:0;
  border-left:1px solid #dddddd;
  transition: background 0.5s ease, color 0.5s ease;
  z-index: 3;
}

main.crmaas .tab_header ul li:last-child {
  border-right: 1px solid #dddddd;
}

main.crmaas .tab_header ul li.on {
  overflow: hidden;
  font-size: 22px;
  font-weight: 400;
  border-color: #3962cd;
  color: #fff;
  background: #3962cd; 
  z-index: 2;
}

main.crmaas .tab_body {
  margin-top: 65px;
  margin-bottom: 150px;
}

main.crmaas .tab_body > ul {

}

main.crmaas .tab_body > ul > li {
  display: none;
}

main.crmaas .tab_body > ul > li.on {
  display: block;
}

.crmaas__title {
    text-align: center;
}

.crmaas__title h2 {
  font-size: 42px;  
  color: rgb(56, 96, 209);
  line-height: 1.2;
}

.crmaas__title p {
  margin-top: 15px;
  font-size: 24px;  
  font-weight:300;
  color: rgb(51, 51, 51);
  line-height: 1.5;  
}

.crmaas__subject {
    text-align: left;
}

.crmaas__subject h3 {
  position: relative;
  display: inline-block;    
  font-size: 32px;  
  color: rgb(51, 51, 51);
  line-height: 1;
}

.crmaas__subject p {
    margin-top: 20px;
}

.crmaas__subject h3::before {
  content: '';
  position: absolute;
  left: -7px;
  top: -11px;
  width: calc( 100% + 23px );
  height: 100%;
  background: #ddf5fe;
  z-index: -1;
}

.crmaas__flex1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.crmaas__flex1.gap1 {
  gap: 0;
  justify-content: flex-start;
}

.crmaas__flex1.mt1 {
  margin-top: 20px;
}

.crmaas__flex2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    flex-direction: row-reverse;
}

.crmaas__text1 {
  font-size: 24px;  
  color: rgb(51, 51, 51);
  line-height: 1.5;  
  font-weight: 300;
}

.crmaas__text1r {
  font-size: 24px;  
  color: rgb(51, 51, 51);
  line-height: 1.5;  
  font-weight: 400;
}

.crmaas__text2 {
  position: relative;    
  font-size: 20px;  
  font-weight: 300;
  color: rgb(51, 51, 51);  
  line-height: 1.9;  
  padding-left: 8px;
}

.crmaas__text2::before {
    content:'·';
    position: absolute;
    left:  0;
    top:0;
}

.color1 {
    color: #3962cd !important;
}



.crmaas__heat__needs .textbox > * {
    margin-top: 10px;
}

.crmaas__heat__needs .textbox > *:first-child {
    margin-top: 0;
}

.crmaas__heat__merit {
    margin-top: 80px;
}

.crmaas__heat__merit .box1 {
    position: relative;
    text-align: center;
    margin-top: 80px;
}

.crmaas__heat__merit .box1 > img {
    display: inline-block;
    position: relative;
    left: -70px;
}

.crmaas__heat__merit .box1 ul li {
    position: absolute;
    text-align: left;
}

.crmaas__heat__merit .box1 ul li img {
    margin-left: 30px;
}

.crmaas__heat__merit .box1 ul li:nth-child(1) {
    top: 0;
    left: 40px;
}

.crmaas__heat__merit .box1 ul li:nth-child(2) {
    top: 42px;
    right: 78px;
}

.crmaas__heat__merit .box1 ul li:nth-child(3) {
    top: 308px;
    left: 45px;
}

.crmaas__heat__merit .box1 ul li:nth-child(4) {
    top: 380px;
    right: 98px;
}

.crmaas__heat__merit .box1 ul li:nth-child(5) {
    top: 489px;
    left: 422px;
}

.crmaas__heat__merit .box1 ul li span { 
  margin-top: 15px;
  display: inline-block;   
  font-size: 24px;  
  color: rgb(51, 51, 51);
  line-height: 1.333; 
  font-weight: 300;
}

.crmaas__heat__merit .box2 {
    margin-top: 245px;
}

.crmaas__heat__merit .box2 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;    
}

.crmaas__heat__merit .box2 ul li span {
    display: flex;
    height: 95px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.333;
    border-radius: 20px;
    background-color: rgb(34, 76, 186);
    align-items: center;
    justify-content: center;
}

.crmaas__heat__merit .box2 ul li div {
    margin-top: 25px;
}

.crmaas__heat__merit .box3 {
    margin-top: 80px;
}

.crmaas__heat__merit .box3 ul li {
    margin-top: 55px;
}

.crmaas__heat__merit .box3 ul li span {
    display: block;
    text-align: center;    
    font-size: 26px;  
    color: rgb(51, 51, 51);
    line-height: 1.231;
}

.crmaas__heat__merit .box3 ul li img {
    margin-top: 20px;
}

.grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);    
}

.crmaas__needs {
    margin-top: 70px;
}

.crmaas ul.grid1 {
    grid-row-gap: 25px;
    margin-top: 30px;
}

.crmaas ul.grid1 li {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.crmaas ul.grid1 li .imgbox {
  width: 170px;
}

.crmaas ul.grid1 li .textbox {
  padding-right: 10px; 
  width: calc(100% - 170px);
}

.crmaas ul.grid1 li .textbox h4 {
  font-size: 22px;  
  color: rgb(51, 51, 51);
  line-height: 1.455;  
}

.crmaas ul.grid1 li .textbox p {    
  margin-top: 10px;
  font-size: 18px;
  font-weight:  300;
  color: rgb(51, 51, 51);
  line-height: 1.778;  
}

.crmaas__merit {
    margin-top: 100px;
}

.crmaas__erection__merit .crmaas__flex1 {
    gap: 0;
    margin-top: 40px;
}

.crmaas__flex1 .textbox ul li {
    margin-top: 30px;
}

.crmaas__flex1 .textbox ul li div {
    display: flex;
    gap: 8px;
    align-items: center;
}

.crmaas__flex1 .textbox ul li div span { 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgb(34, 76, 186);  
  width: 35px;
  height: 35px;  
  font-size: 22px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.455;  
}

.crmaas__flex1 .textbox ul li div p {
  font-size: 24px;  
  color: rgb(51, 51, 51);
  line-height: 1.333;  
}

.crmaas__flex1 .textbox ul li dl {
    margin-top: 10px;
}

.crmaas__flex1 .textbox ul li dl dt {
  position: relative;
  margin-left: 25px;
  padding-left: 20px;
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.8;
  font-weight: 300;
  box-sizing: border-box;
}

.crmaas__flex1 .textbox ul li dl.ver1 dt {
    position: relative;
    margin-left: 0;
    padding-left: 10px;
}

.crmaas__flex1 .textbox ul li dl.ver1 dt::before {
    left: 0;
}

.crmaas__flex1 .textbox ul li dl dt::before {
    content: '·';
    position: absolute;
    left: 10px;
    top: 0;
}

.crmaas__element {
    margin-top: 125px;
}

.crmaas__erection__element .layout1 {
  margin-top: 125px;
}

.crmaas__erection__element .layout1 .subject h4 {  
  margin-top: 30px;
  font-size: 24px;  
  color: rgb(51, 51, 51);
  line-height: 1.333;  
}

.crmaas__erection__element .layout1 .subject .text1,
.crmaas__erection__element .layout1 .subject .text2 {
  padding-left: 18px;
}

.crmaas__erection__element .layout1 .subject .text1.b {  
  font-size: 22px;  
  color: rgb(51, 51, 51);
  line-height: 1.455;  
}

.crmaas__erection__element .layout1 .subject .text1.b p {
  margin-top: 15px;
}

.crmaas__erection__element .layout1 .subject .text1.b p.dash {
  position: relative;
  padding-left: 16px;
}

.crmaas__erection__element .layout1 .subject .text1.b p.dash::before {
  content: '-';  
  position: absolute;
  top: 0px;
  left: 0px;
}

.crmaas__erection__element .layout1 .subject .text2 {
  margin-top: 10px;
}

.crmaas__erection__element .layout1 .subject .text2 ul {
  margin-top: 5px;
  display: flex;
  gap:  30px;
  align-items: center;
}

.crmaas__erection__element .layout1 .subject .text2 p.circle {  
  position: relative;
  padding-left: 16px;
  font-size: 20px;  
  color: rgb(51, 51, 51);
  font-weight:300;
  line-height: 1.9;  
}

.crmaas__erection__element .layout1 .subject .text2 p.circle::before {
  content: '·';  
  position: absolute;
  top: 0px;
  left: 0px;
}

.crmaas__table1 {
  margin-top: 30px;
}

.crmaas__table1__row {
  display: flex;
}

.crmaas__table1__row .col1 {
  width: 23%;
}

.crmaas__table1__row .col2 {
  width: 32%;
}

.crmaas__table1__row .col3 {
  width: 45%;
}


.crmaas__table1__row.head {  
  background-color: rgb(34, 76, 186);  
}

.crmaas__table1__row.head > div {
  text-align: center;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.crmaas__table1__row.head span {  
  display: block;
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 1.9;
}

.crmaas__table1__row > div > span {
  display: none;
}

.crmaas__table1__row > div img {
  mix-blend-mode: multiply;
}

.crmaas__table1__row .flexbox img { 
  position: relative;
  top: -14px;
}

.crmaas__table1__row > div.col1,
.crmaas__table1__row > div.col2,
.crmaas__table1__row > div.col3 {
  padding: 30px 25px;
  box-sizing: border-box;
}

.crmaas__table1__row:nth-child(2n) > div {
  background-color: rgb(243, 243, 243);  
}

.crmaas__table1__row > div .flexbox {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: 100%;
}

.crmaas__table1__row > div .flexbox.ver1 {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    height: 100%;
    gap: 70px;
}

.crmaas__table1__row > div .flexbox div {
    position: relative;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.crmaas__table1__row > div .flexbox div span {
  position: absolute;
  font-size: 16px;  
  color: rgb(51, 51, 51);  
  bottom: -2px;
  width: max-content;
}

.crmaas__table1__row .col3 .textbox span {  
  display: block;
  margin-top: 15px;
  font-size: 22px;
  color: rgb(51, 51, 51);
  line-height: 1.727;
}

.crmaas__table1__row .col3 .textbox p {    
  margin-top: 5px;
  font-size: 20px;  
  font-weight: 300;
  color: rgb(51, 51, 51);
  line-height: 1.7;  
}


.crmaas ul.grid1 li .textbox p.circle {  
  position: relative;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  color: rgb(51, 51, 51);  
}

.crmaas ul.grid1 li .textbox p.circle::before {
  content: '·';
  position: absolute;
  left: 0;
  top: 0;
}

.crmaas__marine__flex1 {
    display: flex;
    margin-top: 45px;
    align-items: center;
    justify-content: center;
}

.crmaas__marine__flex1 .crmaas__table2 {
  flex: 1;
  border-bottom: 1px solid #c6c6c6;
}

.crmaas__table2 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;  
  height: 50px;
  font-size: 24px;  
  color: rgb(255, 255, 255);
  line-height: 1.333;    
  border-radius: 4px;
  background-color: rgb(34, 76, 186);  
  overflow: hidden;
}

.crmaas__table2__flex {
  padding: 18px 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 20px;
}

.crmaas__table2__flex.r {
  flex-direction: row-reverse;
  background: #f3f3f3;
  justify-content: space-around;
}

.crmaas__table2__flex .textbox {
  padding-left: 10px;
}

.crmaas__table2__flex .textbox h4 {  
  font-size: 22px;  
  color: rgb(51, 51, 51);
  line-height: 1.727;  
}

.crmaas__table2__flex .textbox p {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 300;
  color: rgb(51, 51, 51);
  line-height: 1.611;  
}

.crmaas__arr1 {
  position: relative;
  width: 170px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}

.crmaas__arr1 .ab {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -340px;
}

.crmaas__marine__element .box1 {
  margin-top: 125px;
}

.crmaas__marine__element .box1 > span {  
  border-radius: 8px;
  background-color: rgb(34, 76, 186);  
  width: 725px;
  height: 94px;  
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;  
  font-size: 28px;  
  color: rgb(255, 255, 255);
  line-height: 1.143;  
}

.crmaas__marine__element .box1 ul {
  gap: 20px;
  margin-top: 50px;
  display: flex;
  align-items: center;  
  justify-content: space-between;
}

.crmaas__marine__element .box1 ul li {
  flex: 1;
  text-align: center;
}

.crmaas__marine__element .box1 ul li .imgbox { 
  text-align: center;
}

.crmaas__marine__element .box1 ul li .imgbox img {
  display: inline-block;
}

.crmaas__marine__element .box1 ul li .textbox {
  margin-top: 20px;
  text-align: center;
}

.crmaas__marine__element .box1 ul li .textbox span {
  display: block;
  font-size: 22px;  
  color: rgb(51, 51, 51);
  line-height: 1.727;  
}

.crmaas__marine__element .box1 ul li .textbox p {  
  display: inline-block;
  font-size: 18px;  
  font-weight: 300;
  color: rgb(51, 51, 51);
  line-height: 1.611;  
  text-align: left;
}


.crmaas ul.grid1 li .textbox h4 span {
    margin-right:8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(34, 76, 186);
    width: 35px;
    height: 35px;
    font-size: 22px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.455;
}

.crmaas ul.grid1 li .textbox > div.space1 {
  padding-left: 10px;
}

.crmaas__esg__merit ul.grid1 {
  margin-top: 50px;
}

.crmaas__esg__element ul {
  margin-top: 50px;
}

.crmaas__esg__element ul li {
  text-align: center;
}

.crmaas__esg__element ul li h4 {  
  margin-top: 30px;
  font-size: 24px;
  color: rgb(51, 51, 51);
  line-height: 1.333;  
}

.crmaas__esg__element ul li .rect {
    border-radius: 8px;
    background-color: rgb(34, 76, 186);
    width: 725px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 28px;
    color: rgb(255, 255, 255);
    line-height: 1.143;
}

.crmaas__esg__element ul li.arr .imgbox {
  margin-top: 0;
}

.crmaas__esg__element ul li .imgbox {
  margin-top: 30px;
}

.crmaas__esg__element ul li img {
  display: inline-block;
}

img {
  max-width: 100%;
}



  .imgbox.esg_main{
	width: 1028px;
  }

@media (max-width: 1170px) {

  .crmaas__title h2 {
    font-size: 36px;    
  }

  .crmaas__title p {   
    font-size: 20px;
  }

  .crmaas__subject h3 {    
    font-size: 27px;    
  }

  .crmaas__text1 {
    font-size: 20px;
  }

  .crmaas__text1r {
    font-size: 20px;
  }

  .crmaas__text2 { 
    font-size: 16px;
  }

  .crmaas__heat__merit .box1 ul li span {   
    font-size: 20px;    
  }

  .crmaas__heat__merit .box2 ul li span {    
    height: 75px;
    font-size: 20px;
  }

  .crmaas__heat__merit .box3 ul li span {   
    font-size: 23px;
  }

  .crmaas ul.grid1 li .textbox h4 {
    font-size: 19px;    
  }

  .crmaas ul.grid1 li .textbox p,
  .crmaas ul.grid1 li .textbox p.circle { 
    font-size: 16px;
  }

  .crmaas__flex1 .textbox ul li div p {
    font-size: 20px;    
  }

  .crmaas__flex1 .textbox ul li div span,
  .crmaas ul.grid1 li .textbox h4 span {    
    width: 30px;
    height: 30px;
    font-size: 19px;
  }

  .crmaas__flex1 .textbox ul li dl dt {   
    margin-left: 20px;    
    font-size: 15px;
  }

  .crmaas__erection__element .layout1 .subject h4 {    
    font-size: 20px;    
  }

  .crmaas__erection__element .layout1 .subject .text1.b {
    font-size: 19px;    
  }

  .crmaas__erection__element .layout1 .subject .text2 p.circle {    
    padding-left: 13px;
    font-size: 17px;    
  }

  .crmaas__table1__row.head span {    
    font-size: 17px;    
  }

  .crmaas__table1__row > div.col1, .crmaas__table1__row > div.col2, .crmaas__table1__row > div.col3 {
    padding: 25px 20px;    
  }

  .crmaas__table1__row .col3 .textbox span {   
    font-size: 19px;
  }

  .crmaas__table1__row .col3 .textbox p {    
    font-size: 17px;    
  }

  .crmaas__flex2 {    
    gap: 0px;  
  }

  .crmaas__table2 .title {
    font-size: 20px;
  }

  .crmaas__table2__flex {
    padding: 15px 11px;    
    gap: 15px;
  }

  .crmaas__table2__flex .textbox h4 {
    font-size: 17px;
  }

  .crmaas__table2__flex .textbox p {    
    font-size: 14px;   
  }

  .crmaas__marine__element .box1 > span,
  .crmaas__esg__element ul li .rect {    
    width: 100%;
    max-width: 725px;
    height: 74px;    
    font-size: 23px;
  }

  .crmaas__marine__element .box1 ul li .textbox span { 
    font-size: 19px;
  }

  .crmaas__marine__element .box1 ul li .textbox p { 
    font-size: 15px;
  }

  .crmaas__esg__element ul li h4 {   
    font-size: 20px;
  }

  main.crmaas .visual .title h1 {
    font-size: 45px;  
  }

  main.crmaas .visual .title p.text1 {   
    font-size: 23px;
  }

  main.crmaas .visual .title p.text2 {   
    font-size: 20px;
  }

  main.crmaas .tab_header ul li,
  main.crmaas .tab_header ul li.on {    
    font-size: 19px;    
    padding: 14px 0;   
  }

  main.crmaas .tab_body {
    margin-top: 100px;
    margin-bottom: 125px;
  }

  .imgbox.esg_main{
	width: auto;
  }


}

@media (max-width: 1024px) {

  .crmaas__flex1 {    
    gap: 0px;
  }

  .crmaas__heat__merit .box1 > img {    
    left: -50px;
    top: 40px;
    width: 64vw;
  }

  .crmaas__heat__merit .box1 ul li:nth-child(5) {
    top: 489px;
    left: 50%;
    transform: translateX(-50%);
  }

  .crmaas__heat__merit .box2 {
    margin-top: 305px;
  }

  .crmaas__heat__merit .box1 ul li:nth-child(2) span {
    position: relative;
    left: 20px;
  }

  .crmaas__heat__merit .box2 ul li span {
      height: 55px;
      font-size: 18px;
  }

  .crmaas__heat__merit .box1 ul li span {
      font-size: 17px;
  }

  .crmaas__text2 {
      font-size: 15px;
  }

  .crmaas__heat__merit {
    margin-top: 50px;
  }

  .crmaas__merit {
    margin-top: 50px;
  }

  .crmaas__erection__element .layout1 {
    margin-top: 75px;
  }

  .crmaas__element {
    margin-top: 75px;
  }

  .crmaas__flex1 {    
    gap: 30px;
    align-items: flex-start;
    flex-direction: column;
  }

  .crmaas__flex1 > div {
    width: 100%;    
  }

  .crmaas__flex1 > div.imgbox {
    text-align: center;
  }

  .crmaas__flex1 > div.imgbox img {
    display: inline-block;
  }  

  .grid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .crmaas__table1__row.head {
    display: none;
  }

  .crmaas__table1__row > div > span {
    display: block;    
    font-size: 17px;
    padding: 5px 10px;
    background: #3962cd;    
    color: #fff;
  }


  .crmaas__table1__row:nth-child(2n) > div {
    background-color: transparent;
  }

  .crmaas__table1__row {
      position: relative;
      display: flex;
      flex-direction: column;
      margin-top: 80px;
      border-bottom: 1px solid #7e7979;
  }

  .crmaas__table1__row::before {
      content: '';
      position: absolute;
      left: 0;
      top: -40px;
      font-size: 20px;
  }

  .crmaas__table1__row .col3 .textbox span {
    display: none;
  }

  .crmaas__table1__row.name1::before {
    content: '[나대지]';   
  }

  .crmaas__table1__row.name2::before {
    content: '[고지대(지붕, 크레인)]';   
  }

  .crmaas__table1__row.name3::before {
    content: '[콘크리트 작업]';   
  }

  .crmaas__table1__row .col1,
  .crmaas__table1__row .col2,
  .crmaas__table1__row .col3 {
    width: 100%;
  }

  .crmaas__table1__row > div.col1, 
  .crmaas__table1__row > div.col2, 
  .crmaas__table1__row > div.col3 {
      padding: 0;
  }

  .crmaas__table1__row > div > div {
      padding: 15px 10px;
      text-align: center;
  }

  .crmaas__table1__row > div .flexbox, 
  .crmaas__table1__row > div .flexbox.ver1 {
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: flex-end;
    align-content: center;
    height: 100%;
  }

  .crmaas__table1__row > div img {
    display: inline-block;
  }

  .crmaas__table1__row > div .flexbox div {
    position: relative;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .crmaas__table1__row .flexbox img {
    position: relative;
    top: 0;
  }

  .crmaas__table1__row > div .flexbox div span {
    position: relative;    
    bottom: 0;
    width: max-content;
    margin-top: 10px;
  }

  .crmaas__arr1 {
    position: relative;
    width: 120px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
  }

  .textbox.btnPDF {
	top: auto !important;
  }

  .imgbox.esg_main{
	width: auto;
  }



}

@media (max-width: 870px) {

  main.crmaas .visual .title h1 {
      font-size: 35px;
  }

  main.crmaas .visual .title p.text1 {
      font-size: 19px;
  }

  main.crmaas .visual .title p.text2 {
      font-size: 16px;
  }

  .crmaas__heat__merit .box1 ul li {
    position: static;
    transform: none !important;
  }
  
  .crmaas__heat__merit .box1 ul {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);    
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .crmaas__heat__merit .box1 {    
    margin-top: 30px;
  }

  .crmaas__heat__merit .box1 > img {
      left: -5vw;
      top: 0;
      width: 64vw;
  }

  .crmaas__heat__merit .box1 ul li span {
    position: static !important;
  }

  .crmaas__heat__merit .box1 ul li {
      position: static !important;
      transform: none !important;
      text-align: center;
  }

  .crmaas__heat__merit .box1 ul li img {
    margin:0 auto;
  }

  .crmaas__heat__merit .box2 {
      margin-top: 50px;
  }

  .crmaas__heat__merit .box2 ul {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: 25px;
  }  

  .crmaas__heat__merit .box2 ul li {
    text-align: center;
  }

  .crmaas__heat__merit .box2 ul li div {
      margin-top: 15px;
      margin-bottom: 15px;
      display: inline-block;
      text-align: left;
  }

  .crmaas__heat__merit .box2 ul li span {
      height: 55px;
      font-size: 18px;
      max-width: 280px;
      margin: 0 auto;
  }

  .crmaas__erection__element .layout1 .subject .text2 ul {
    margin-top: 5px;
    display: flex;
    gap: 0px;
    align-items: flex-start;
    flex-direction: column;
  }

  .crmaas__flex2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
  }

  .crmaas__marine__flex1 {
    position: relative;
    display: flex;
    margin-top: 45px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
  }

  .crmaas__marine__flex1 .crmaas__table2 {
    flex: inherit;
    border-bottom: 1px solid #c6c6c6;
    width: 100%;
  }

  .crmaas__arr1 {
    position: static;
  }

  .crmaas__table2__flex > div {
    width: 50%;
    text-align: left;
  }

  .crmaas__table2__flex > div.imgbox {
    display: inline-flex;
    justify-content: center;
  }  

  .crmaas__table2__flex .textbox {
    padding-left: 0;
  }

  .crmaas__table2__flex.r {
    flex-direction: inherit;
  }

  .crmaas__arr1 .ab {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -108px;
    width: 70px;
  }

  .crmaas__marine__element .box1 ul {
    gap: 20px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  .textbox.btnPDF {
	top: auto !important;
  }
   
   .imgbox.esg_main{
	width: auto;
  }

}

@media (max-width: 640px) {

  main.crmaas .visual .title h1 {
      font-size: 34px;
  }

  main.crmaas .visual .title p.text1 {
      font-size: 16px;
  }

  main.crmaas .visual .title p.text2 {
      font-size: 14px;
  }
    
  main.crmaas .tab_header ul li, 
  main.crmaas .tab_header ul li.on {
      font-size: 16px;
      padding: 12px 0;
  }

  .crmaas__title h2 {
      font-size: 30px;
  }

  .crmaas__title p {
      font-size: 17px;
  }

  .crmaas__title p br {
    display:none;
  }

  .crmaas__subject h3 {
      font-size: 24px;
  }

  .crmaas__text1 {
      font-size: 17px;
  }

  .crmaas__text1 br {
    display: none;
  }

  .crmaas__text1r {
      font-size: 17px;
  }

  .crmaas__text2 {
      font-size: 13px;
  }

  .crmaas__text2.heat {
      font-size: 16px;
  }

  .crmaas__heat__merit .box2 ul li span {
      height: 40px;
      font-size: 18px;
      max-width: 300px;
      margin: 0 auto;
  }

  .crmaas__heat__merit .box3 ul li span {
      font-size: 20px;
  }

  .crmaas__heat__merit .box3 ul li {
    margin-top: 30px;
  }

  .crmaas__heat__merit .box3 {
    margin-top: 40px;
  }

  .crmaas ul.grid1 li {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
  }

  .crmaas ul.grid1 li .textbox {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }

  .crmaas ul.grid1 {
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .crmaas__flex1 .textbox ul li div p {
      font-size: 17px;
      word-break: keep-all;
      width: calc(100% - 36px);
  }

  .crmaas__flex1 .textbox ul li div span, 
  .crmaas ul.grid1 li .textbox h4 span {
      width: 28px;
      height: 28px;
      font-size: 16px;
  }

  .crmaas__erection__merit .crmaas__flex1 {
    gap: 0;
    margin-top: 10px;
  }

  .crmaas__flex1 .textbox ul li dl dt {
      margin-left: 15px;
      font-size: 14px;
      word-break: keep-all;
  }

  .crmaas__flex1 .textbox ul li {
    margin-top: 15px;
  }

  .crmaas__erection__element .layout1 .subject h4 {
      font-size: 17px;
  }

  .crmaas__erection__element .layout1 .subject .text1.b {
      font-size: 16px;
  }

  .crmaas__erection__element .layout1 .subject .text2 p.circle {
      padding-left: 13px;
      font-size: 14px;
  }

  .crmaas__table1__row::before {     
      top: -37px;
      font-size: 17px;
  }

  .crmaas__table1__row > div > span {
      font-size: 14px;
      padding: 5px 10px;      
  }

  .crmaas__table1__row > div .flexbox div span {   
    font-size: 13px;
  }
  
  .crmaas__table1__row .col3 .textbox p {
      font-size: 14px;
      word-break: keep-all;
  }
  
  .crmaas__flex2 {     
      gap: 0;
  }

  .crmaas__marine ul.grid1 li .textbox {
      padding-right: 0;
      width: 100%;
      text-align: left;
  }

  .crmaas ul.grid1 li .textbox h4 {
      font-size: 17px;
  }

  .crmaas ul.grid1 li .textbox h4 {
      font-size: 17px;
  }

  .crmaas__table2 .title {
      font-size: 17px;
      height: 40px;
  }

  .crmaas__table2__flex .textbox h4 {
      font-size: 14px;
  }

  .crmaas__table2__flex .textbox p {
      font-size: 13px;
  }

  .crmaas__table2__flex .textbox p br {
    display: none;
  }

  .crmaas__marine__element .box1 > span, 
  .crmaas__esg__element ul li .rect {
      width: 100%;
      max-width: 725px;
      height: 50px;
      font-size: 17px;
  }

  .crmaas__marine__element .box1 ul li .textbox {
    margin-top: 15px;
    text-align: center;
  }

  .crmaas__marine__element .box1 ul {
    gap: 50px;
    margin-top: 20px;
  }

  .crmaas ul.grid1 li .textbox > div.space1 {
    padding-left: 0;
    text-align: left;
  }

  .crmaas__esg__element ul li h4 {
      font-size: 17px;
  }

  .crmaas__esg__element ul li.arr {
    margin-top: 30px;
  }

  .crmaas__esg__element ul li.arr img {
    width: 80px;
  }

  .crmaas__esg__element ul li:nth-child(1) .imgbox,
  .crmaas__esg__element ul li:nth-child(3) .imgbox {
    margin-top: 15px;
  }
	
  .textbox.btnPDF {
	top: auto !important;
  }

  .pdf-btn {
	height:55px !important;
	
	  margin:auto;
  }

  .heat_img {
	  max-width: 70%;
	}

  .imgbox.const{
	width: auto !important;
  }

  .const_sub{
	width: 250px;
  }

  .imgbox.port{
	width: auto !important;
  }

  .port_sub{
	width: 250px;
  }

  .imgbox.esg{
	width: auto !important;
  }

  .esg_sub{
	width: 250px;
  }

  .imgbox.esg_main{
	width: auto;
  }
  
}