@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");

/* selection bar style 지정 */
body {
  font-family: 'Pretendard Variable';
  color: rgb(83, 83, 83);
}
.outer .prod3 {
    border-bottom: .125em solid rgb(0, 140, 255);
  }
.outer .prod3 a {
  font-weight: 600;
}

.first_cont {
  margin-top: 3%;
}

.shr {
    font-size: 1.3em;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 1%;
    max-height: 400px;
    display: flex;
  }

.first_cont .cont_intro {
  font-size: 1.5em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5em;
}

.first_cont .ibox {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 60%;
  margin-top: 3%;
  margin-bottom: 7%;
}

.first_cont .ibox .lb{
  background-image: url(/image/shr50_intro.png);
  background-position: 50%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}


.first_cont .down {
  margin-top: 3%;
  margin-bottom: 1.5%;
  margin-right: 10%;
  display: flex;
  justify-content: right;
}

.first_cont .down a{
  font-size: 1.1em;
  border: 1px solid rgb(110, 110, 110);
  width: 240px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first_cont .down a img { 
  width: 1.1em;
  margin-left: 5%;
}

.first_cont .down #dwt{
  display: none;
}
.first_cont .down a:hover{
  background-color: rgb(121, 195, 255);
  transition: 1s;
  color: white;
  border: 1px solid white;
}
.first_cont .down a:hover #dbk{
  display: none;
}
.first_cont .down a:hover #dwt{
  display: block;
  transition: 1s;
}

.hr1 {
  width: 80%;
  background-color: rgb(110, 110, 110);
}
.hr2 {
  width: 80%;
  border: none;
  height: 1px;
  background-color: rgb(177, 177, 177);
}

.con {
  font-family: 'Pretendard Variable';
  display: flex;
  justify-content: center;
}
.con .fbox {
  display: flex;
  width: 80%;
  justify-content: center;
  position: relative;
  margin-bottom: 5%;
}
.con .fbox .leftb {
  color: rgb(58, 58, 58);
  font-weight: 600;
  font-size: 1.3em;
  position: absolute;
  left: 0;
}
.con .fbox .rightb {
  justify-content: center;
  margin-left: 45%;
  font-size: 1.05em;
  line-height: 1.3em;
  font-weight: 300;
}



.detail .sub .sub-1 {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 90%;
  max-height: 450px;
  margin-bottom: 2%;
}
.detail .sub .sub-1 .ov {
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.detail .sub .sub-1 .cont_box {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 70%;
  display: flex;
}

.detail .sub .sub-1 .cont_box .bg1,
.detail .sub .sub-1 .cont_box .bg2,
.detail .sub .sub-1 .cont_box .bg3 {
    width: 100%;
    height: 50%;
}
.detail .sub .sub-1 .cont_box .bg1 {
    background-image: url(/image/shr1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.detail .sub .sub-1 .cont_box .bg2 {
    background-image: url(/image/shr2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.detail .sub .sub-1 .cont_box .bg3 {
    background-image: url(/image/shr3.png);
    background-repeat: no-repeat;
    background-size: contain;
}


/* 테이블 */
.detail .sub .sub-2 .spec {
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 10px;
  margin-bottom: 1%;
}


.detail .sub .sub-2 .spec {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}


.detail .sub .sub-2 table {
  font-size: 1.1em;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-bottom: 2.5%;
  line-height: 1.3em;
}

.detail .sub .sub-2 table td {
  padding: 0.6%;
}



.detail .sub .sub-2 table #row1 {
  background-color: rgb(230, 230, 230);
  font-weight: 700;
}
.detail .sub .sub-2 table #row2 {
  background-color: rgb(255, 255, 255);
}

@media all and (min-width:1024px) and (max-width:1279px) { 
  .first_cont .cont_intro {
    font-size: 1.3em;
  }
  .first_cont .shr {
    font-size: 1.3em;
  }
  .detail .sub .sub-1 .cont_box {
    display: block;
    height: 300%;
  }
  .detail .sub .sub-1 .cont_box .bg1,
  .detail .sub .sub-1 .cont_box .bg2,
  .detail .sub .sub-1 .cont_box .bg3 {
    height: 27.5%;
  }
  .detail .sub .sub-1 {
    max-height: none;
    height: 250%;
  }
} 

/* 테블릿 가로 (해상도 768px ~ 1023px)*/ 
@media all and (min-width:768px) and (max-width:1023px) { 
  .first_cont .cont_intro {
    font-size: 1.3em;
  }
  .first_cont .shr {
    font-size: 1.3em;
  }
  .detail .sub .sub-1 .cont_box {
    display: block;
    height: 300%;
  }
  .detail .sub .sub-1 .cont_box .bg1,
  .detail .sub .sub-1 .cont_box .bg2,
  .detail .sub .sub-1 .cont_box .bg3 {
    height: 27.5%;
  }
  .detail .sub .sub-1 {
    max-height: none;
    height: 250%;
  }
  .detail .sub .sub-2 table #row1,
  .detail .sub .sub-2 table #row2,
  .detail .sub .sub-2 table #row3,
  .detail .sub .sub-2 table #row4,
  .detail .sub .sub-2 table #row5 {
    font-size: 0.8em;
  }
} 

/* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px)*/ 
@media all and (min-width:480px) and (max-width:767px) {
  .first_cont .cont_intro {
    font-size: 1.1em;
  }
  .first_cont .shr {
    font-size: 1.1em;
  }
  .detail .sub .sub-1 .cont_box {
    display: block;
    height: 300%;
  }
  .detail .sub .sub-1 .cont_box .bg1,
  .detail .sub .sub-1 .cont_box .bg2,
  .detail .sub .sub-1 .cont_box .bg3 {
    height: 14%;
  }
  .detail .sub .sub-1 {
    max-height: none;
    height: 130%;
  }
  .detail .sub .sub-2 table #row1,
  .detail .sub .sub-2 table #row2,
  .detail .sub .sub-2 table #row3,
  .detail .sub .sub-2 table #row4,
  .detail .sub .sub-2 table #row5 {
    font-size: 0.4em;
  }
} 

/* 모바일 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) {
  .first_cont .cont_intro {
    font-size: .9em;
  }
  .first_cont .shr {
    margin-top: 12px;
    font-size: 0.9em;
  }
  .con .fbox .leftb {
    font-size: 1em;
  }

  .sub-2 > h1 {
    font-size: 0.4em;
  }

  .detail .sub .sub-2 table #row1,
  .detail .sub .sub-2 table #row2,
  .detail .sub .sub-2 table #row3,
  .detail .sub .sub-2 table #row4,
  .detail .sub .sub-2 table #row5 {
    font-size: 0.4em;
  }
  .detail .sub .sub-1 .cont_box {
    display: block;
    height: 300%;
  }
  .detail .sub .sub-1 .cont_box .bg1,
  .detail .sub .sub-1 .cont_box .bg2,
  .detail .sub .sub-1 .cont_box .bg3 {
    height: 12.5%;
  }
  .detail .sub .sub-1 {
    max-height: none;
    height: 110%;
  }
}