.header_wrap {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-between;
    top: 0; 
    left: 50%; 
    transform: translateX(-50%); 
}
header{
    background-color: #84CAF4;
}
header h1 {}
header h1 a {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 900;
}
header nav {}
header nav a {
    color: #fff;
    font-size:1.4rem;
}

main {}
main .bnr {
    background-image: url(../img/pc-main-background.png);
    background-size: cover;
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: top;

}
main .title {
    height: 470px;
    background-image: url(../img/pc-sub-background.png);
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: #84CAF4;
    gap: 6rem;
}
main .title h2 {
    font-size:2.5rem;
    line-height: 1.4;
    margin-bottom: 160px;
    font-family: 'amonster';
}
main .title .image {
    width: 400px;
}
main .title .image img {
    width: 100%;
}
main .contents {
    padding: 60px 0;
    max-width: 1200px;
    margin: 0 auto;
}
main .contents h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.4;
}
main .contents pre {
    margin-bottom: 80px;
    line-height: 1.8;
    font-size: 1.4rem;
}
main .contents a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9f0f8;
    border-radius: 20px;
    padding: 20px 0;
    margin-bottom: 60px;

}
main .contents a span {
    font-size:1.8rem ;
    font-weight: 900;
    margin-right: 40px;
}
main .contents a img {}

.sub_width {
    margin: 0 auto;
    max-width:  1200px;
    padding: 10rem 0;
}

.shortcut {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 7rem;
}
.shortcut a {
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    display: flex;
    height: 20rem;
    width: 48%;
    gap: 2rem;
}
.shortcut a span  {
    font-size: 1.8rem;
    font-weight: 900;
}

.shortcut2 a:nth-of-type(1) img{
border-top-left-radius: 3rem;
}
.shortcut2 a:nth-of-type(2) img{
border-top-right-radius: 3rem;
}
.shortcut6 a:nth-of-type(1) img{
border-bottom-left-radius: 3rem;
}
.shortcut6 a:nth-of-type(2) img{
border-bottom-right-radius: 3rem;
}
.shortcut a img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.shortcut3 {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:  0 auto;
    padding: 10rem 0;
}
.shortcut3 a {
    width: 32%;
}
.shortcut3 a  {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-flow: column;
}
.shortcut3 a span {
    font-size: 1.6rem;
    font-weight: 800;
}

.title_box{
    max-width: 1200;
    margin: z;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6rem;
}
.shortcut_index {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shortcut_index a {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-flow: column nowrap;
}
.shortcut_index a span {
    font-size: 1.6rem;
    font-weight: 800;
}
.bottom {
    max-width: 1200px;
    margin:  0 auto;
}
.index_titles {
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    padding: 8rem 2rem 4rem;
}

.index_bottn2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10rem;

}
.index_bottn2 a {
    width: 24%;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    gap: 2rem;
}
.index_bottn2 a span{
    font-size: 1.6rem;
    font-weight: 800;
}
.index_top_btn{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    /* border: 4px solid #E9F0F8; */
    margin-top: -10rem;
    /* background-color: #fff; */
    background-image: url(../img/pc-main-img-9.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 19rem;
}
.index_top_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow:column nowrap;
    width: 50%;
    gap: 2rem;
}
.right img {
    margin-top: 3rem;
}
.index_top_btn img {
    height: 7rem;
}
.index_top_btn span {
    font-size: 1.6rem;
    font-weight: 800;
    padding-top: 8rem;
}
.sub_bnr_img1 {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
.sub_bnr_img3 {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.shortcut_index img {
    width: 100%;
}
.index_bottn2 img {
    width: 100%;
}
/* 1 */
.left h2 {
    font-size:2.5rem;
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: 'amonster';
}
.left p {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 2rem;
    line-height: 1.4;
    color: #595D5E;
}
.left {
    margin-bottom: 3rem;
}
.index_bottn3{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 5rem !important;
    flex-flow: row wrap !important;
}
.index_bottn3 a{
    width: 49%;
}
.index_bottn3 a span {
    font-weight: 800;
    margin-bottom: 4rem;
}
/* 반 */
@media (min-width: 768px) and (max-width: 1200px) {

    .left p {
        text-align: center;
        font-size: 1.6rem;
        font-weight: 600;
        margin-top: 4rem;
    }
    .left h2 {
        font-size: 2.5rem;
        line-height: 1.4;
        margin-bottom: 10px;
        font-family: 'amonster';
        margin-top: 3rem;
    }
    main .contents  {
        padding: 0 2rem;
        margin-top: 5rem;
    }
    .header_wrap {
        width: 100%;
        margin: 0 auto;
        height: 80px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: space-between;
        top: 2%;
        left: 50%;
        transform: translateX(-50%);
    }
    .sub_width {
        margin: 0 auto;
        max-width: 1200px;
        padding: 5rem 2rem ;
    }
    .shortcut3  {
        padding: 5rem 2rem;
    }
    .bottom {
        padding: 0 2rem;
    }
    .index_bottn2 a {
        width: 49%;
        display: flex;
        align-items: center;
        flex-flow: column nowrap;
        gap: 2rem;
        margin-bottom: 2rem;
    }
    .index_bottn2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10rem;
        flex-flow: row wrap;
    }
    .add_radius1 {
        border-top-right-radius: 2rem;
        border-bottom-right-radius: 2rem;
    }
    .add_radius2 {
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
    }
    .index_bottn2 img {
        width: 100%;
        height: 22rem;
        object-fit: cover;
    }
    .index_top_btn img {
        height: 5rem;
    }
    .index_top_btn {
        padding: 6rem 0;
    }
    .left {
        margin-bottom: 2rem;
    }
    main .bnr {
        flex-flow: column nowrap;
        padding-top: 5rem;
        height: 55rem;
        background-image: url(../img/mo-main-background.png);
    }
    .right img {
        width: 30rem;
        margin-top: 0;
    }
    .index_top_btn {
        background-size: 100%;
        margin-top: -8rem;

    }
    .index_top_btn span {
        padding-top: 6rem;
    }
}
@media screen and (max-width:920px) {
    .index_top_btn {
        background-size: contain;
        margin-top: -8rem;
    }
    .cate_btn{
        flex-flow: row nowrap !important;
    }
}

@media screen and (max-width: 768px) {
    .category_wrap {
        padding: 6rem 2rem;
    }
    main .contents pre {
        margin-bottom: 80px;
        line-height: 1.8;
        font-size: 1.6rem;
    }
    .main_titles3 {
        padding-top: 4rem !important;
    }
    .right img {
        margin-top: -1rem;
    }
    .index_top_btn span {
        padding-top: 5rem;
    }
    .index_titles {
        font-size: 1.7rem;
        font-weight: 900;
        text-align: center;
        padding: 6rem 2rem 2rem ;
    }
    nav a {
        position: relative;
        padding: 0px 10px 0 6px !important;
        text-decoration: none;
        font-size: 1.6rem;
    }
    .left p {
        line-height: 1.4;
        text-align: center;
        font-size: 1.6rem;
        font-weight: 600;
        margin-top: 4rem;
        padding: 1rem;
    }
    .left h2 {
        font-size: 2.2rem;
        line-height: 1.4;
        margin-bottom: 10px;
        font-family: 'amonster';
        margin-top: 3rem;
        padding: 0 2rem;
        text-align: center;
    }
    main .contents  {
        padding: 0 2rem;
        margin-top: 5rem;
    }
    .header_wrap {
        width: 100%;
        margin: 0 auto;
        height: 50px;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: space-between;
        top: 2%;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 1rem;
    }
    .sub_width {
        margin: 0 auto;
        max-width: 1200px;
        padding: 5rem 2rem ;
    }
    .shortcut3  {
        padding: 2rem 2rem;
    }
    .bottom {
        padding: 0 2rem;
    }
    .index_bottn2 a {
        width: 49%;
        display: flex;
        align-items: center;
        flex-flow: column nowrap;
        gap: 2rem;
        margin-bottom: 2rem;
    }
    .index_bottn2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10rem;
        flex-flow: row wrap;
    }
    .add_radius1 {
        border-top-right-radius: 2rem;
        border-bottom-right-radius: 2rem;
    }
    .add_radius2 {
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
    }
    .index_bottn2 img {
        width: 100%;
        height: 16rem;
        object-fit: cover;
    }
    .index_top_btn img {
        height: 5rem;
    }
    .index_top_btn {

    }
    .left {
        margin-bottom: 2rem;
    }
    main .bnr {
        flex-flow: column nowrap;
        padding-top: 5rem;
        height: 55rem;
        background-image: url(../img/mo-main-background.png);
        background-position: center;
    }
    .right img {
        width: 30rem;
    }
    .index_top_btn {
        padding: 4rem 0;
        margin-top: -8rem;
        position: relative;
        z-index: 20;
        height: 16rem;
        background-size: 100%;
    }
    main .title {
        align-items: center;
        height: auto;
        padding: 3rem 0;
    }
    main .title h2 {
        padding-left: 2rem;
        margin-bottom: 0;
        margin-top: 9rem;
    }main .title .image {
        width: 400px;
        margin-top: 9rem;
        padding-right: 2rem;
    }
    main .contents a img {
        width: 14rem;
    }
    main .contents a {
        padding:  1rem 2rem;
    }
    main .contents a span  {
        font-size: 1.9rem;
        line-height: 1.4;
    }
    main .contents a span {

        margin-right: 2rem;
    }
    .shortcut_index a span {
        font-size: 1.8rem;
        font-weight: 800;
        height: 3rem;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .shortcut3 a span{
        font-size: 1.8rem;
        font-weight: 800;
        height: 3rem;
        text-align: center;
        display: flex;
        align-items: center;
    }
    .shortcut a img {
        height: auto;
    }
    
}


/* 실험*/
