* {
    transition: 0.5s;
}
header {
    background: #f48553;
    height: 80px;
    display: flex;
    align-items: flex-end;
    transition: 0.5s;
    position: sticky;
    top: 0;
    z-index: 1000;
}
header .headerWrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
header h1 {
    width: 150px;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header nav {
    display: flex;
}
header nav .gnb {
    position: relative;
    padding: 12px;
    font-size: 16px;
    cursor: pointer;
}
header nav .gnb::after {
    content: '';
    background: #f48553;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}
header nav .gnb:hover::after {
    transform: scale(1);
}
header nav .gnb p {
    font-size: 16px;
    color: #fff;
}
header button {
    display: none;
    width: 2.5rem;
}
header button img {
    width: 100%;
}

.categoryBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: none;
    top: 80px;
    left: 0;
    z-index: 888;
}
.categoryBg .categoryWrap {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    height: 300px;
}
.categoryBg .categoryWidth {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}
.category {
    width: max-content;
    padding: 30px 0;
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 999;
}
.category li {
    padding: 10px;
}
.category li a {}
.category li a:hover {
    color: #f48553;
}

.hide {animation: hide 0.5s both;}
.show {animation: show 0.5s both;}
@keyframes show {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes hide {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes widthUp {
    0% {width: 0%;}
    100% {width: 70%;}
}
@keyframes widthDown {
    0% {width: 70%;}
    100% {width: 0%;}
}

.navBg {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
}
.mNav {
    overflow-y: auto;
    padding: 8rem 1.5rem 4rem;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    width: 0%;
    height: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.mNav > a {
    transition: none;
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    padding: 2rem 0;
}
.mNav .sub {
    padding: 1rem 0;
    background: #fff;
    display: flex;
    flex-flow: column nowrap;
}
.mNav .sub a {
    background-color: #fff;
    padding: 1rem 0;
    font-size: 1.6rem;
    font-weight: 600;
}
.mNav button {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    width: 2.5rem;
}
.mNav button img {
    width: 100%;
}

main {}
main .bnrWrap {
    height: 300px;
    display: flex;
    align-items: center;
    background-color: #f48553;
}
main .bnr {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background-image: url(../img/pc-main-icon.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 200px;
}
main .bnr h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 800;
}
main .bnr p {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
}
main .shortcut {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 40px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
main .shortcut > a {
    width: 45%;
    position: relative;
    background-image: url(../img/mo-main-btn-1.png);
    height: 100%;
}
main .shortcut > a img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
main .shortcut > a span {
    color: #515151;
    position: absolute;
    top: 60px;
    left: 60px;
    font-size: 24px;
    font-weight: 800;
}
main .shortcut .right {
    width: 55%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    gap: 20px;
}
main .shortcut .right a {
    width: 100%;
    height: 100%;
    position: relative;
}
main .shortcut .right a img {
    width: 100%;
    height: 100%;
}
main .shortcut .right a span {
    color: #515151;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}
main .shortcut .right a:nth-of-type(1) span {
    color: #fff;
}
main .shortcut2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 80px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
main .shortcut2 > a {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
main .shortcut2 > a img {
    width: 100%;
}
main .shortcut2 > a span {
    font-size: 24px;
    color: #515151;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:30%;
    font-size: 24px;
    font-weight: 800;
}
main .shortcut2 .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
main .shortcut2 .bottom a {
    width: calc(50% - 10px);
    position: relative;
}
main .shortcut2 .bottom a img {
    width: 100%;
}
main .shortcut2 .bottom a span {
    font-size: 24px;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    font-weight: 800;
    color: #fff;
}
footer {
    height: 80px;
    background: #515151;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .footerWrap {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer p {
    color: #fff;
}
footer p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 800;
}

/* 서브 페이지 */
#sub {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}
#sub > h2 {
    font-size: 20px;
    color: #f48553;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}
#sub > pre {
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
#sub > a {
    padding: 80px 200px;
    display: flex;
    width: 100%;
    background: #f48553;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    margin-top: 100px;
    font-size: 24px;
    font-weight: 800;
}
#sub > a img {
    width: 40px;
}
#sub .black {
    margin: 40px 0;
    padding: 0;
    background: none;
    position: relative;
}
#sub .black img {
    width: 100%;
}
#sub .black span {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    left: 200px;
    top: 50%;
    transform: translateY(-50%);
}
#sub p {
    position: relative;
    padding-left: 40px;
}
#sub p::before {
    content: '';
    background: #f48553;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}
#sub .line {
    border-left: 1px solid #f48553;
    height: 80px;
    margin: 1rem 0 1rem 10px;
}
#sub .line:nth-of-type(7) {
    display: none;
}
#sub p:nth-of-type(6)::after {
    display: none;
}
#sub .boxWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
#sub .boxWrap .box {
    width: calc(25% - 10px);
    padding: 30px 0;
    border-radius: 20px;
    background: #f2f2f2;
    text-align: center;
}