@charset "UTF-8";
/* 공통 */
.photoPrint .topSection {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 480px) {
  .photoPrint .topSection {
    margin-bottom: 0;
  }
}
.photoPrint .topSection .orderPrint .button {
  width: 10rem;
  height: 10rem;
  padding: 2.2rem 2.4rem;
  border-radius: 100%;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.photoPrint .topSection .orderPrint .button:hover {
  background-color: #F30;
}
.photoPrint .copy {
  position: absolute;
  left: 2rem;
  bottom: 2.5em;
}
@media screen and (max-width: 480px) {
  .photoPrint .copy {
    position: relative;
    bottom: initial;
    left: 0;
  }
}
.photoPrint .copy h1 {
  height: 4rem;
  font-size: 2.8rem;
  line-height: 1;
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
}
@media screen and (max-width: 480px) {
  .photoPrint .copy h1 {
    color: #333;
    text-shadow: none;
    text-align: center;
  }
}
.photoPrint .copy .sub1 {
  font-size: 1.8rem;
  font-weight: 500;
}
.photoPrint .copy .sub2 {
  padding-right: 48%;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #000;
}
@media screen and (max-width: 480px) {
  .photoPrint .copy .sub2 {
    padding-right: 0;
  }
}
.photoPrint .heading {
  position: relative;
}
@media screen and (max-width: 480px) {
  .photoPrint .heading {
    margin-bottom: 20px;
  }
}
.photoPrint .heading .bg {
  display: block;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .photoPrint .heading .bg {
    display: none;
  }
}
.photoPrint .heading .bg img {
  width: 100%;
}
.photoPrint .orderWrap {
  display: grid;
  grid-template-columns: auto 18rem;
}
@media screen and (max-width: 480px) {
  .photoPrint .orderWrap {
    display: none;
  }
}
.photoPrint .orderWrap .caption {
  display: flex;
  align-items: center;
}
.photoPrint .orderWrap .caption > span {
  flex: 0 0 160px;
}
.photoPrint .orderWrap .caption > p {
  flex: 1 1 auto;
  line-height: 1.3;
}
.photoPrint .orderWrap .orderPrint {
  text-align: right;
}
.photoPrint .printDetailContainer {
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .photoPrint .printDetailContainer {
    margin-bottom: 40px;
  }
}
.photoPrint .printDetailContainer h3 {
  font-size: 3.8rem;
  color: #000;
  color: #39b54a;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .photoPrint .printDetailContainer h3 {
    font-size: 24px;
  }
}
.photoPrint .printDetailContainer h3 + .subCopy {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
  color: #666;
  margin-bottom: 3rem;
  letter-spacing: -1px;
}

/* 사진인화 */
.generalPhoto .printSizeBox .priceTable .tbPrintSize {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
}
.generalPhoto .printSizeBox .priceTable .tbPrintSize td {
  padding: 15px 10px;
  border-bottom: 1px dotted #CCC;
}
.generalPhoto .printSizeBox .priceTable .tbPrintSize tr:last-child td {
  border-bottom: 1px solid #999;
}
.generalPhoto .printSizeBox .pic {
  text-align: center;
}
.generalPhoto .printSize,
.generalPhoto .optionContainer {
  margin-bottom: 150px;
}
@media screen and (max-width: 480px) {
  .generalPhoto .printSize,
  .generalPhoto .optionContainer {
    margin-bottom: 40px;
  }
}
.generalPhoto .printSize h4,
.generalPhoto .optionContainer h4 {
  font-size: 1.8rem;
}
.generalPhoto .printSize img,
.generalPhoto .optionContainer img {
  max-width: 100%;
}

/* 증명사진 */
.idPhotoProdList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 480px) {
  .idPhotoProdList {
    gap: 30px;
  }
}
.idPhotoProdList li {
  text-align: center;
}
.idPhotoProdList li article {
  display: inline-block;
  text-align: left;
}
.idPhotoProdList li h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
  color: #000;
}
.idPhoto .heading .bg {
  text-align: right;
}
.idPhoto .heading .bg img {
  width: auto;
}
.idPhoto .copy {
  bottom: initial;
  min-height: 20rem;
  padding-right: 40rem;
}
@media screen and (max-width: 480px) {
  .idPhoto .copy {
    padding-right: 0;
  }
}
.idPhoto .copy h1 {
  color: #000;
  text-shadow: none;
}
.idPhoto .prodInfo {
  display: grid;
  grid-template-columns: 12rem auto;
  gap: 1rem;
}
@media screen and (max-width: 480px) {
  .idPhoto .prodInfo {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.idPhoto .prodInfo .spec {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  margin-bottom: 20px;
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .idPhoto .prodInfo .spec {
    margin-bottom: 0;
  }
}
.idPhoto .prodInfo .prodImg {
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .idPhoto .prodInfo .prodImg img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .idPhoto .prodInfo .orderIdPhoto {
    display: none;
  }
}
.idPhoto .printDetailContainer h3 .desc {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}
.idPhoto .printDetailContainer .notice {
  margin-bottom: 20px;
}

/* 대형인화 */
.largePhoto .topSection .title {
  font-size: 2.4rem;
}
.largePhoto .heading .bg {
  text-align: right;
}
.largePhoto .heading .bg img {
  width: initial;
}
.largePhoto .copy {
  top: 0;
  bottom: initial;
}
.largePhoto .copy h1 {
  color: #000;
  text-shadow: none;
}
.largePhoto .orderWrap .caption > span {
  flex: 0 0 auto;
  font-size: 2.4rem;
  font-weight: 700;
  padding-right: 2rem;
}
.largePhoto .largeOption {
  padding: 2rem;
  margin-bottom: 8rem;
  border-radius: 10px;
  background: #EFEFEF;
}
.largePhoto .largeOption .orderOptionCont {
  margin-bottom: 4rem;
}
.largePhoto .largeOption .prodOption {
  display: grid;
  gap: 20px;
  grid-template-columns: 4fr 1fr 2fr 1fr;
  margin-bottom: 2rem;
}
.largePhoto .largeOption .prodOption .price {
  text-align: center;
}
.largePhoto .largeOption .prodOption .price .won {
  font-size: 1.6rem;
}
.largePhoto .largeOption .prodOption .price .ico-arrow, .largePhoto .largeOption .prodOption .price .arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: url("../images/common/ico/ico-arrow.svg") no-repeat 50% 50%;
  background-size: contain;
}
.largePhoto .largeOption .prodOption .price .priceColor {
  color: #E8132C;
  font-size: 1.8rem;
  font-weight: bold;
}
.largePhoto .largeOption .prodOption .price .priceColor::after {
  display: inline;
  content: "원";
}
.largePhoto .largeOption .prodOption .order {
  text-align: center;
}
.largePhoto .largeOption .prodSize {
  margin-bottom: 5px;
}
.largePhoto .largeOption .add-option {
  padding-left: 23px;
}
.largePhoto .largeOption .moreOpt {
  text-indent: -22px;
}
.largePhoto .themeList {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.largePhoto .themeList .midThumb img {
  width: 100%;
}
.largePhoto .priceInfo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.largePhoto .priceInfo table {
  width: 100%;
}
.largePhoto .optionContainer {
  margin-bottom: 5rem;
}
.largePhoto .optionContainer h3 + p {
  margin-bottom: 2em;
}
.largePhoto .optionContainer h4 {
  font-size: 1.8rem;
  color: #000;
}
.largePhoto .optionContainer .subContainer {
  margin-bottom: 1.5em;
}
.largePhoto .paper {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
}
.largePhoto .paper.grossy {
  background: #FF8A00;
}
.largePhoto .paper.matt {
  background: #5dbb12;
}
.largePhoto .addFee {
  margin-bottom: 1em;
}

/* 장수액자 */
.longLifePhoto-wrap .topSection {
  display: grid;
  grid-template-columns: auto 500px;
  margin-bottom: 30px;
}
.longLifePhoto-wrap .topSection h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}
.longLifePhoto-wrap .topSection h1 .sub {
  font-size: 26px;
  font-weight: normal;
  color: #666;
}
.longLifePhoto-wrap .topSection .sub1,
.longLifePhoto-wrap .topSection .sub2 {
  margin-bottom: 8px;
}
.longLifePhoto-wrap .topSection .sampleImg {
  padding-top: 60px;
}
.longLifePhoto-wrap .price-box {
  width: 400px;
  margin-bottom: 20px;
}
.longLifePhoto-wrap .notice {
  margin-bottom: 10px;
}
.longLifePhoto-wrap .notice h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #F30;
}
.longLifePhoto-wrap .orderOptionCont {
  display: grid;
  grid-template-columns: auto 350px;
  grid-template-rows: auto;
  grid-template-areas: "optionBox orderBox" "frameBox frameBox";
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  border: 4px solid #CCC;
  border-radius: 20px;
}
.longLifePhoto-wrap .orderOptionCont .orderOptionSize {
  grid-area: optionBox;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.longLifePhoto-wrap .orderOptionCont .orderOptionSize .tit {
  flex: 0 0 100px;
  text-align: right;
  padding-right: 20px;
  font-size: 18px;
  color: #000;
}
.longLifePhoto-wrap .orderOptionCont .orderOptionSize .prodSize_sample img {
  max-width: 100%;
}
.longLifePhoto-wrap .orderOptionCont .make {
  grid-area: orderBox;
}
.longLifePhoto-wrap .orderOptionCont .make .price-wrap {
  margin-bottom: 40px;
  text-align: center;
}
.longLifePhoto-wrap .orderOptionCont .make .price-wrap .optTit {
  font-size: 18px;
  font-weight: bold;
}
.longLifePhoto-wrap .orderOptionCont .make .price-wrap .price {
  font-size: 24px;
  font-weight: bold;
  color: #F30;
}
.longLifePhoto-wrap .orderOptionCont .make .order {
  text-align: center;
}
.longLifePhoto-wrap .orderOptionCont .skinCoverListBox {
  grid-area: frameBox;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.longLifePhoto-wrap .orderOptionCont .skinCoverListBox .tit {
  flex: 0 0 100px;
  text-align: right;
  padding-right: 20px;
  font-size: 18px;
  color: #000;
}
.longLifePhoto-wrap .orderOptionCont .themeList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.longLifePhoto-wrap .orderOptionCont .themeList .midThumb {
  width: 100%;
}
.longLifePhoto-wrap .orderOptionCont .themeList img {
  width: 100%;
}

/*# sourceMappingURL=skopi_photo.css.map */
