@import url(phone.min.css)screen and (max-width:767px);@import url(tablet.min.css)screen and (min-width:768px) and (max-width:1024px);@import url(pc.min.css)screen and (min-width:1025px);@keyframes keyGradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes gradientAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes buttonAnimation{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes statusIconAnimation{0%{background-position:0 100%}to{background-position:0 0}}section,section .buttonWrapper .toListButton{width:100%}section>#detailWrap{margin-top:4rem!important}section>#detailWrap .title{font-weight:700}section>#detailWrap>.left>.image{position:relative;background:#fff}section>#detailWrap>.left>.image::before{content:"";width:calc(100% + 2px);height:calc(100% + 2px);position:absolute;top:-1px;left:-1px;background:#fff;color:#666;background:linear-gradient(90deg,#eda6ac 0,#ffd0be 100%);background-size:400% 400%;animation:keyGradientAnimation 10s ease infinite;z-index:-1}section>#detailWrap>.right{border-image:linear-gradient(90deg,#eda6ac 0,#ffd0be 100%);border-image-slice:1;border-width:1px;border-style:solid;border-image-repeat:round;background:#fff;color:#666;padding:1rem;box-sizing:border-box}section .buttonWrapper{display:flex;justify-content:center;align-items:center;width:100%}@media screen and (max-width:767px){section{padding-bottom:4rem}section .contentsTitle,section>#detailWrap{width:96%!important;margin:auto}section>#detailWrap{display:flex;flex-wrap:wrap;column-gap:1rem}section>#detailWrap>.title{margin:2rem 0}section>#detailWrap>.title>p{font-size:1.6rem;font-weight:700}section .buttonWrapper,section>#detailWrap>.left,section>#detailWrap>.title{display:flex;justify-content:center;align-items:center;width:100%}section>#detailWrap>.left{flex-wrap:wrap;column-gap:1rem}section>#detailWrap>.left>.image{width:50%}section>#detailWrap>.left>.image>img{max-width:100%;height:auto}section>#detailWrap>.left>.title{margin-top:1rem;width:100%;display:flex;justify-content:flex-start;font-size:1.6rem;border-bottom:1px solid #666;padding-bottom:.3rem}section>#detailWrap>.right{width:100%;margin-top:2rem}section>#detailWrap>.right>.detail{color:#666;min-height:500px}section .buttonWrapper{margin-top:4rem}}@media screen and (min-width:768px) and (max-width:1024px){section{padding-bottom:4rem}section .contentsTitle,section>#detailWrap{width:96%!important;margin:auto}section>#detailWrap{display:flex;flex-wrap:wrap;column-gap:1rem}section .buttonWrapper,section>#detailWrap>.title{display:flex;justify-content:center;align-items:center;width:100%}section>#detailWrap>.title{margin:2rem 0}section>#detailWrap>.title>p{font-size:1.6rem;font-weight:700}section>#detailWrap>.left{width:100%;display:flex;justify-content:space-between;align-items:center;column-gap:1rem}section>#detailWrap>.left>.image{width:240px}section>#detailWrap>.left>.image>img{max-width:100%;height:auto}section>#detailWrap>.left>.title{width:calc(100% - 120px);display:flex;justify-content:flex-start}section>#detailWrap>.right{width:100%;margin-top:2rem}section>#detailWrap>.right>.detail{color:#666;min-height:500px}section .buttonWrapper{margin-top:4rem}}@media screen and (min-width:1025px){section{padding-bottom:4rem}section .contentsTitle,section>#detailWrap{min-width:1025px;max-width:1680px;width:96%;margin:auto}section>#detailWrap{display:flex;flex-wrap:wrap;column-gap:1rem}section .buttonWrapper,section>#detailWrap>.title{display:flex;justify-content:center;align-items:center;width:100%}section>#detailWrap>.title{margin:2rem 0}section>#detailWrap>.title>p{font-size:1.8rem;font-weight:700}section>#detailWrap>.left>.image{width:240px}section>#detailWrap>.left>.image>img{width:100%;height:auto}section>#detailWrap>.right{width:calc(100% - 240px - 1rem)}section>#detailWrap>.right>.detail{min-height:500px}section .buttonWrapper{margin-top:4rem}}