/* all  */
@media all{
  dl {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
  }

  a{
    font-family: 'Noto Sans KR';}

}


.P-scontent {
  width:100%;
  margin:0 auto;}

.top-menu-title p {
  margin: 85px 0;
  font-family: 'S-CoreDream-5Medium';
  font-weight: 500;
  font-size:47px;
  color: #fff;
  text-align: center;
  line-height: 65px;}

.top-menu-title span {
  font-family: 'S-CoreDream-5Medium';
  font-size: 28px;
  color: #f2f2f2;}

.tab_box {
  width:100%;
  max-width:1280px;
  height:70px;
  line-height:70px;
  margin: 0 auto 2%;
  border-bottom: 1px solid #151f23;
  background-color: #ecf7fb;
  border-right: 1px solid #fff;
  font-size: 1.1rem;}

.tab_boxIn {
  width: 100%;
  height: 100%;
  text-align:center;}

.tab_boxIn th {
  width:33.33%;
  height: 100%;
  text-align:center;
  font-size:18px;
  font-family: 'Noto Sans KR';
  background: #ecf7fb;}

.tab_boxIn .on {
  border-bottom: 1px solid #fff !important;
  border-top: 1px solid #151f23;
  border-left: 1px solid #151f23;
  border-right: 1px solid #151f23;
  background:#fff;}


.tab_boxIn .on a {
  font-weight: 800;}

.s1_tt{position:relative;width:100%;height:85px;margin:0 auto; background:#00a5e5;vertical-align:middle;}
.<!--s1_ttxt{position:absolute;width:97%;height:93px;border:1px solid #efefef; top:10%;left:1.5%;text-align:center;background:rgb(255,255,255,0.2)}-->
.s1_ttxt h1{width:35%;color:#fff;float:left;letter-spacing:2px;font-size:30px;font-weight:600;line-height:50px;padding-top:16px;vertical-align:middle;text-align:right;}
.s1_ttxt p{width:65%;color:#f5f5f5;float:left;font-size:20px;vertical-align:middle;padding:25px 70px 0px;text-align:left;}


.sub_wrap {
  width:100%;
  height:100%;
  margin:0 auto;
  background: #fff;
  text-align: center;
}

.bottom_txt {
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
.left_img, .right_txt {
  width:49%;
  float:left;
}
.left_img {
  min-height: 400px;
  background:url("../images/sub/sub_1.jpg") no-repeat center;
  background-size: contain;
}

.left_txt {width:20%;
  word-break: keep-all;
  text-align: center;display:block;
}  

.left_txt h1 {
  font-family: 'Noto Sans KR';
  font-weight: normal;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: -0.5px;
  color: #333;  text-align: left;
}


.right_txt {
  margin-left:1%;
  word-break: keep-all;
  padding:4%;
  text-align: left;
}  

.right_txt h2 {
  font-family: 'Noto Sans KR';
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #d40000;
  margin-top:5px;
}

.right_txt h2 span {
  font-family: 'Noto Sans KR';
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.2px;
  color: #333;
}

.right_txt h4 {
  font-family: 'Noto Sans KR';
  font-weight: normal;
  font-size: 26px;
  line-height: 44px;
  letter-spacing: -0.5px;
  color: #00a5e5;
  margin-bottom:10px;
}
table{border-collapse: collapse;table-layout: fixed;border-spacing: 0;}

tr{display: table-row;vertical-align: inherit;
  border-color: inherit;}

.tbl{
  width: 100%;border-top: 3px solid #00a5e5;}

.tbl th, .tbl td{font-size:16px;padding:9px 0px;height:45px;border-bottom:1px solid #e5e5e5;text-align:center;}

.tbl th{font-weight:500; background:#f0f0f0;color:#000;word-break:break-all;}
.tbl td{word-break:break-all;}

.tbl th, .tbl td{border-left:1px solid #e5e5e5}
table tr:first-child td {border:none;}

.mb80{
  margin-bottom: 80px !important}

.right_txt h1 {
  font-family: 'Noto Sans KR';
  font-weight: normal;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: -0.5px;
  color: #333;
  margin-bottom:5%;
}
.right_txt p {
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight:normal;
  line-height: 28px;
  margin-bottom:3%;
}
.right_txt b {
  text-align:right;
}
.bottom_txt:after {
  content:"";
  display:block;
  clear:both;
}
.top_txt {
  width: 100%;
  text-align: center;
  padding: 2% 0;
}
.brand_txt {
  margin:2% auto 9%;
}
.brand_txt p {
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight:normal;
  text-align:center;
  line-height: 28px;
}
iframe {
  width: 100%;
  margin: 5% auto;
}
.menu_table {
  width:100%;
} 
.menu_table li {
  width:24%;
  float:left;
  margin:0 0.66% 1.2%;    
  position: relative;
  border:2px solid #ececec;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.2s;
}
.menu_table li:hover {
  border:2px solid #cb1d2b;
  box-shadow:0px 0px 30px 0 rgba(0, 0, 0, 0.1)
}
.menu_table li:hover p {
  color:#cb1d2b;
  font-weight:800;
  transition: all 0.2s ease-in-out;
}
.menu_table li:first-child {
  margin-left:0;
}
.menu_table li:nth-child(4n) {
  margin-right:0;
}
.menu_table li:nth-child(n+4) {
  margin-left:0;
}
.menu_table li img {
  width:100%;
}
.menu_table li p {
  height:100%;
  font-size:22px;
  margin-bottom:7%;
  font-family: 'Noto Sans KR';
}
.menu_table:after{
  content:"";
  display:block;
  clear:both;
}
.main_table {
  width:100%;
  margin:5% 0 10%;
  border-bottom:1px solid #ccc;
}
tbody {
  background: #fff;}

.table_tit {
  width:100%; 
  background:#f6f6f6;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
}
.table_tit th {
  width:100%;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  padding: 1.5% 0;
  font-weight: 400;
  color: #4c4c4c;
  text-align:center;
}
.table_txt td {
  width:100%;
  height: 30px;
  font-family: 'Noto Sans KR';
  font-size:16px;
  font-weight:normal;
  color: #7b7b7b;
  text-align:center;
  padding:2% 0.8%;
  border-bottom:1px solid #dedede;
  word-break: keep-all;
}
.table_txt tr:last-child {
  border:none;
}
.process {
  width:100%;
}
.process_in {
  height: 315px;
  width: 33.33%;
  float:left;
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  align-items: center;
  margin-bottom:3%;
}
.process_in:last-child {
  margin-bottom:0;
}
.process_in > div {
  transform:translateY(50%);
  height: 152px;
}
.step {
  font-family: 'S-CoreDream-5Medium';
  text-align: center;
  font-size: 16px;
  font-weight: 100;
  margin-top: 50px;
  color: #ff5260;
  letter-spacing: 1px;
  padding-top:1.5%;
}
.pTit {
  margin: 3% 0;
  font-family: 'S-CoreDream-5Medium';
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 30px;
  width: 100%;
  word-break: keep-all;
}
.pTxt {
  font-family: 'Noto Sans KR';
  font-size: 18px;
  line-height: 24px;
  color: #e2e2e2;
  width: 100%;
  word-break: keep-all;
  font-weight: normal;
}
.process:after {
  content:"";
  display:block;
  clear:both;
}
#HMY_table01 {
  width:100%;
  margin:0 auto 10%;
}
#HMY_table01 th {
  border: 1px solid #ececec;
  font-family: 'Noto Sans KR';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 1.5%;
  background: #fbfbfb;
  text-align: center;
  width: 30%;
  vertical-align: middle;
}
.tabletit {
  background:#cb1d2b !important;
  color:#fff;
  font-weight:600;
}
#HMY_table01 td{
  text-align:center;
  border:1px solid #f1f1f1;
  font-family: 'Noto Sans KR';
  color:#000;
  Padding:2%;
  font-size:14px;
  letter-spacing:-1px;
}
#HMY_table01 .no_l {border-left:none;}
#HMY_table01 .no_r {border-right:none;}
.sub_wrap:after {
  content:"";
  display:block;
  clear:both;
}
.P-footer {
  margin-top: 8%;}



/*pc */
@media (max-width: 1023px) and (min-width: 768px){
  .top-menu{ height:250px!important;}

  .s1_ttxt{margin:0 auto;}
  .s1_ttxt h1{width:30%;letter-spacing:1px;font-size:27px;}
  .s1_ttxt p{width:70%;font-size:1.9vw;padding:31px 30px;}

}



/*태블릿 [768 ~ 1280px 적용] */
@media all and (min-width:768px) and (max-width:1280px){

  .left_txt pc{display:block;}
  .left_txt m{display:none;}

  .top_txt {
    padding:8% 0 4%;
  }
  .bottom_txt {
    width:100%;
    display: block;
  }
  .left_img, .right_txt {
    width:100%;
    float:none;
  }
  .left_img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
  }
  .left_txt{
    float: none; text-align:center;
    margin:0px auto;
    padding:20px 0;}

  .left_txt h1{ text-align:center;
  }


  .right_txt {
    width: 90%;
    float: none;
    margin:0px auto;
    padding:0;
  }
  .top_txt img {
    width:100%;
  }
  .brand_txt {
    width:80%;
  }
  iframe {
    width: 80%;
  }
  .menu_table {
    width:100%;
    margin:6% auto 0;
  }
  .menu_table li {
    width:32%;
    float:left;
    margin:0 0.66% 1.2% !important;    
    border:1px solid #e2e2e2;
  }
  .main_table {
    width: 90%;
    margin: 0 auto;
    margin: 5% auto 10%;
    border-bottom: 1px solid #ccc;
  }
  .table_tit th:last-child, .table_txt td:last-child {display:none;}
  .process {
    width: 90%;
    margin: 0 auto;
  }
  .process_in {
    height: 325px;
  }
  .process_in > div {
    transform: translateY(50%);
    height: 175px;
  }
  .pTxt {
    font-size: 16px;
    line-height: 20px;
  }
  #HMY_table01 {
    width:90%;
    margin:0 auto 10%;
  }
  .P-footer {
    margin-top: 12%;
  }
}


/* 모바일 [ 768px ~ 980 적용] */
@media all and (min-width:768px) and (max-width:980px){
  .process_in {
    height: 255px;
  }
  .process_in > div {
    transform: translateY(50%);
    height: 139px;
  }
  .pTit {
    font-size: 18px;
    line-height: 20px;
  }

}


@media all and (max-width:875px){
  .tbl th{font-size:15px;}
}


/* 모바일 [ ~ 767px 적용] */
@media all and (max-width:767px){

  .left_txt pc{display:none;}
  .left_txt m{display:block;}

  dl{margin:5% 0 0;}

  .tbl th{word-break: keep-all;}

  .top-menu-title p {
    margin: 5% 0;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.2px;
  }
  .top-menu-title span {
    font-size: 22px;
  }
  .bottom_txt {
    width:100%;
    display: block;
  }
  .s1_ttxt{margin:0 auto;width: 96%;left: 2%;line-height:5px;}
  .s1_ttxt h1{width:100%;letter-spacing:1px;font-size:26px;float:none; text-align:center;padding:3px 0 -0!important;}
  .s1_ttxt p{width:100%;font-size:16px;text-align:center;padding:0 0!important;margin-top:-2px!important;}


  .left_img, .right_txt {
    width:100%;
    float:none;
  }
  .left_img {
    min-height: 360px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
  }

  .left_txt{width:100%;
    word-break: keep-all;
    text-align: center;
  }  

  .left_txt h1 {width:80%; margin:20px auto;
    font-family: 'Noto Sans KR';border-radius:35px;
    font-weight: normal;background:#666;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #fff;  text-align: center; padding:10px 0px;
  }

  .right_txt h4 {
    padding:20px 0 0;}

  .right_txt {
    width: 90%;
    float: none;
    margin: 0px auto 17%;
    padding: 0;
  }
  .top_txt {
    width:100%;
    margin:8% 0 4%;
  }
  .top_txt img {
    width:100%;
  }
  .brand_txt {
    width:80%;
    margin-bottom:17%;
  }
  iframe {
    width: 95%;
    margin: 8% auto 10%;
  }
  .menu_table {
    width:100%;
    margin:8% auto 0;
  }
  .menu_table li {
    width:48.6%;
    float:left;
    margin:0 0.66% 1.2% !important;    
    border:1px solid #e2e2e2;
  }
  .menu_table li p {
    word-break: keep-all;
    line-height:28px;
  }
  .main_table {
    width: 90%;
    margin: 0 auto;
    margin: 5% auto 10%;
    border-bottom: 1px solid #ccc;
  }
  .table_tit th:last-child, .table_txt td:last-child {display:none;}
  .process {
    width: 90%;
    margin: 0 auto;
  }
  .process_in {
    width:50%;
    height: 270px;
  }
  .process_in > div {
    transform: translateY(50%);
    height: 115px;
  }
  .pTit {
    font-size: 19px;
  }
  .pTxt {
    font-size: 16px;
    line-height: 20px;
  }
  .step {
    margin-top: 9%;
  }
  #HMY_table01 {
    width:90%;
    margin:0 auto 10%;
  }
  .P-footer {
    margin-top: 15%;
  }
}


/* 모바일 [ ~ 480px 적용] */
@media all and (max-width:480px){
  
  
  .s1_ttxt{margin:0 auto;width: 94%;left:3%;}
  .s1_ttxt h1{width:100%;letter-spacing:1px;font-size:24px;float:none; text-align:center;padding:2px 0 0!important;}
  .s1_ttxt p{width:100%;font-size:14px;text-align:center;padding:0px 0!important;}

  .left_img {
    min-height:260px;
  }

  .right_txt h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom:5px;
  }

  .right_txt h1 {
    font-size: 26px;
    text-align:center;line-height:40px;
  }

  .tab_boxIn th {
    font-size: 16px;
  } 
  .top_txt {
    padding:8% 0 4%;
  }
  iframe {
    width: 80%;
    margin: 8% auto 10%;
    max-height:350px !important;
  }
  .sub_wrap > div {
    margin-bottom: 17%;
  }
  .main_table {
    width: 90%;
    margin: 0 auto;
    margin: 8% auto 10%;
    border-bottom: 1px solid #ccc;
  }
  .process {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .process_in {
    width: 70%;
    height: 290px;
    margin: 0 auto;
  }
  .process_in > div {
    transform: translateY(50%);
    height: 136px;
  }
  .pTxt {
    font-size: 16px;
    line-height: 20px;
  }
  .step {
    margin-top: 17%;
  }
  .menu_table li p {
    font-size:16px;
  }
}


/* 모바일 [ ~ 370px 적용] */
@media all and (max-width:370px){

  .top-menu-title p {
    margin: 5% 0;
    font-size: 25px;
    line-height: 40px;
  }
  .top-menu-title span {
    font-size: 16px;
  }
  
  .left_txt h1 {
    font-size: 22px;

  }
  .right_txt h1{
    font-size: 24px;margin-top:-2%; line-height:33px;
  }

  .right_txt h4 {
    font-size: 20px;}

  

  .menu_table {
    width:100%;
    margin:8% auto 0;
  }
  .table_tit th {
    padding: 6% 0;
  }
  .process_in {
    width: 100%;
    height: 277px;
    margin: 0 auto;
  }
  .process_in > div {
    transform: translateY(50%);
    height: 126px;
  }
  .menu_table li p {
    font-size:16px;
  } 
}  
@media all and (max-width:380px){
  .s1_ttxt{margin:0 auto;width: 92%;left:4%;}
  .s1_ttxt h1{width:100%;letter-spacing:1px;font-size:22px;float:none; text-align:center;padding:5px 0 0!important;}
  .s1_ttxt p{width:100%;font-size:12px;text-align:center;padding:0px 0!important;}
}


@media all and (max-width:330px){

  .s1_ttxt h1{font-size:22px;float:none;}
  .s1_ttxt p{font-size:11px;}

  .right_txt h1{
    font-size: 20px; padding-top:-10px!important; line-height:30px;}
 
}