.index_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100vh;
    gap: 11rem;
}
.index_wrap img {
    width: 65%;
}
/* header */
.header_wrap {
    height: 6rem;
    width: 100%;
    background-color: #fff;
    z-index: 300;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}
.header_wrap img {
    width: 50%;
}
.header_wrap .nav_bar  {
    transform: translateX(2rem);
}
.nav_contents {
    transform: translateX(100%);
    z-index: 500;
    position: fixed;
    right:  0;
    top: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-flow: column;
    transition: 0.4s;
    padding: 0 1rem;
}
.nav_top {
    display: flex;
    align-items: center;
    padding: 2.1rem 2rem;
    justify-content: right;
}
.nav_top img{
    width: 2.5rem;
}
.nav_logo {
    background: #2258a8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0;
}
.nav_logo img{

    width: 85%;
}
.nav_link {
    display: flex;
    flex-flow:column nowrap;
}
.nav_link a:nth-of-type(1){

    border-top: #EAEAEA 1px solid;
}
.nav_link a {
    display: flex;
    align-items: center;
    padding: 1.4rem;
    gap: 1rem;
    border-bottom: #EAEAEA 1px solid;
}
.nav_link a span {
    font-size: 1.7rem;
    color: #4B4B4B;
    font-weight: 800;
}
.nav_link a img  {
width: 2rem;
}
.nav_bg {
    background-color: rgba(0, 0, 0, .6);
    min-height: 100vh;
    position: fixed;
    display: none;
    z-index: 400;
    width: 100%;
    left: 0;
    top: 0;
}
.nav_on {
transform: translateX(0);
transition: 0.4s;
}
.bg_on{
    display: block;
}
/* home */
.home_wrap {
    padding: 6rem 1rem 4rem;
}
.home_first {
position: relative;
}
input[type="text"] {
    color: #000; /* 텍스트 글씨 색상 */
}

input[type="text"]::placeholder {
    color: #8F8F8F; /* placeholder 글씨 색상 */
}
#home_search {
    padding: 1.5rem 5rem;
    border-radius: 2rem;
    width: 100%;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1.7rem;
    background-position: 4% 48%;
    height: 3rem;
    border: 3px solid #2B8DBA;
    margin-top: 2rem;
    font-size: 1.5rem;
    color: #8F8F8F;
}
#home_srach {
    position: absolute;
    background-color:  #2B8DBA;
    color: #fff;
    height: 3rem;
    right: 0;
    bottom: 0;
    border: 3px solid #2B8DBA;
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 800;
    border-radius: 2rem;
    line-height: 0rem;
    cursor: pointer;
}

.home_category1 {
    margin-top: 3.5rem;
    border-bottom: 3px solid  #E9E9E9;
    padding-bottom: 3rem;
}
.categoy1_wrap {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    margin-top: 3.5rem;
}
.home_category1 h2 {
    font-size: 1.7rem;
    font-weight: 800;
}
.home_category1 a {
    width: 25% ;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;    text-align: center;
    margin-bottom: 2rem;
}
.home_category1 a img {
    width: 50%; 

}
.home_category1 a p {
    border-radius: 50%;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.3);
    width: 7rem;
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.home_category1 a span {
    color: #666;
    line-height: 1.2;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    font-weight: 600;
}

.top_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
}
.top_category h2 {
    font-size: 1.7rem;
    font-weight: 800;
}
.top_category  a {
    color: #fff;
    background-color: #2258a8;
    font-size: 1.5rem;
    padding: .5rem 1rem ;
    border-radius: 2rem;
}


.category_wrap a {
    display: flex;
    flex-flow:column nowrap;
    width: 33%;
    align-items: center;
    justify-content: center;
}
.category_wrap a p {
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.3);
    width: 9rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}
.category_wrap img  {
    width: 60%;
}
.category_wrap  span {
    margin-top: 2rem;
    font-size: 1.5rem;
    color: #666;
    font-weight: 700;
}
.category_container {
    overflow: hidden;
    border-bottom: 3px solid #E9E9E9;
    padding-bottom: 5rem;
}

.precautions_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 0;
}
.precautions_top h2 {
    font-size: 1.7rem;
    font-weight: 800;
}
.precautions_top a {
    color: #fff;
    background-color: #2258a8;
    font-size: 1.5rem;
    padding: .5rem 1rem;
    border-radius: 2rem;
}

.precautions_text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #666;
    line-height: 1.4;
    padding: 1.5rem;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.3);
    border-radius: 1rem;
}
/* sub1  */
.sub1_wrap {
    padding: 11rem 1.5rem 4rem;
}
.sub1_box {
    display: flex;
    align-items: center;
    padding: 2rem 1rem; 
    background-image: url(../img/arrow-5.png);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    background-position: 98%;
}
.sub1_all {
    display: flex;
    flex-flow: column nowrap;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.3);
    border-radius: 1rem;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
}
.sub1_all h2 {
    font-size: 1.7rem ;
    font-weight: 700;
    padding-left: 2rem;
    padding-right: 2.2rem;
}
.sub1_all img {
    width: 2rem;
}
.sub1_all pre {
    border-top:1px solid #F0F0F0 ;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 2rem 1rem;
    display: none;
}
.sub1_wrap .open pre {display: block;}
/* sub2 */
.sub2_wrap{
    padding: 8rem 1.5rem 4rem;
}
.sub2_sub_title {
    font-size: 1.7rem;
    font-weight:  600;
    color: #5AA6C9;
    padding: 3rem 0; 
}
.sub2_contents_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.sub2_all  {
    padding-bottom: 3.5rem;
}
.sub2_all pre {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.4;
}

.sub2_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2B8DBA;
    border-radius: 2rem;
}
.sub2_btn a {
    color: #fff;
    font-size: 1.7rem;
    width: 50%;
    text-align: center;
    background-color: #2B8DBA;
    padding: 1rem;
    border-radius: 2rem;
    font-weight: 700;
}
.btn_atv{
    border: 2px solid #2B8DBA;
    background-color: #fff !important;
    color: #000 !important;
}
.sub2_main_title {
    font-size: 2rem;
    font-weight: 800;
    margin: 2rem 0;
}
/* sub3_wrap */
.sub3_wrap {
    padding: 8rem 1.5rem 4rem;
}
.sub3_maintitle{
    font-size: 2rem;
    font-weight: 800;
    margin: 2rem 0;
}
.sub3_title{
    font-size: 1.9rem;
    font-weight: 600;
    color: #5AA6C9;
    padding: 3rem 0 1rem;
}
.sub3_wrap span {
    padding: 2rem 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #595959;
    margin-top: 2rem;
    display: block;
    transform: translateY(1rem);
}
.sub3_wrap pre {
    font-size: 1.7rem;
    line-height: 1.6;

}
/* category */
.category_wrap2 {
    padding: 8rem 1.5rem 4rem;
}
.grid-container {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
    padding: 10px;
}
.grid-item {
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 2.5rem;
    text-align: center;
    justify-content: center;
    gap: 1.5rem;
    font-size: 1.5rem;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.3);
    border-radius: 1rem;
}
.grid-item  {
    width: 47%;
    height: 21rem;
}
.grid-item span {
    font-size: 1.5rem ;
    font-weight: 600;
}
.grid-item img {
    width: 50%;
    height: 50%;
}
.category_title {
    font-size: 2rem;
    font-weight: 800;
    margin: 2rem 0;
}
/* dict */
#dict {
    padding: 8rem 1.5rem 4rem;
}
#dict ul {
    margin-top: 5rem;
}
#dict li {
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.3);
    border-radius: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
}
#dict h3{
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem;
}
#dict li p {
    font-size: 1.7rem;
    font-weight: 500;
    padding: 2rem 1rem;
    line-height: 1.4;
    border-top: 1px solid #F2F2F2;
}
.common_h2{
    font-size: 2rem;
    font-weight: 800;
    margin: 2rem 0
}
#dict form{
    position: relative;
}
#dict form .dict_btn{
    padding: 1.5rem 5rem;
    border-radius: 2rem;
    width: 100%;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1.7rem;
    background-position: 6% 37%;
    height: 3rem;
    border: 3px solid #2B8DBA;
    margin-top: 2rem;
    font-size: 1.5rem;
    color: #8F8F8F;
}
.search_btn{
    position: absolute;
    background-color: #2B8DBA;
    color: #fff;
    height: 3rem;
    right: 0;
    bottom: 0;
    border: 3px solid #2B8DBA;
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 800;
    border-radius: 2rem;
    line-height: 0rem;
    cursor: pointer;
}
#paging {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 3rem 0;
}
.page_next,.page_last,.page_first,.page_prev{
    display: none;
}
#paging button {
    color: #868686;
    font-size: 1.5rem;
    font-weight: 700;
}
/* hak */
#search_univ {
    padding: 8rem 1.5rem 4rem;
}
#search_univ li {
    width: 49%;
}
.input_box {
    position: relative;
}
.search_univ1 li {
    width: 100% !important;
}
#search_univ #hak_btn {
    padding: 1.5rem 4rem;
    border-radius: 2rem;
    width: 100%;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1.7rem;
    background-position: 3% 47%;
    height: 3rem;
    border: 3px solid #2B8DBA;
    margin-top: 2rem;
    font-size: 1.5rem;
    color: #8F8F8F;
}
#hak_btn2 {
    position: absolute;
    background-color: #2B8DBA;
    color: #fff;
    height: 3rem;
    right: 0;
    bottom: 0;
    border: 3px solid #2B8DBA;
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 800;
    border-radius: 2rem;
    line-height: 0rem;
    cursor: pointer;
}
.noresult {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noresult p {
    transform: translateY(17rem);
    font-size: 1.7rem;
    font-weight: 700;
}
#search_univ label {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 800;
    width: 100%;
    transform: translateX(-1.3rem);
}
.majors{
    padding: 3rem 1rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.majors li {
    width: 50%;
    display: flex;
    align-items: center;
    padding-bottom: 3rem;
    gap: .5rem;
}
form input[type="checkbox"] {
    height: 2.5rem;
    width: 2.5rem;
    /* background: url(../img/arrow-4.png) no-repeat center / 2.5rem; */
}
form input[type="checkbox"]:checked  + #search_univ li {
    background-color: #2258a8;
}
form input[type="checkbox"]:checked  + label{
    border: none;
    color: rgb(255, 0, 0);
    /* background: url(../img/arrow-3.png) no-repeat center / 2.5rem; */
}
/* 대학정보 api */

#uni_btn1{
    padding: 1.5rem 5rem;
    border-radius: 2rem;
    width: 100%;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1.7rem;
    background-position: 6% 47%;
    height: 3rem;
    border: 3px solid #2B8DBA;
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #8F8F8F;
}
#uni_btn2{
    position: absolute;
    background-color: #2B8DBA;
    color: #fff;
    height: 3rem;
    right: 0;
    bottom: 0;
    border: 3px solid #2B8DBA;
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    font-weight: 800;
    border-radius: 2rem;
    line-height: 0rem;
    cursor: pointer;
}

form input[type="radio"] {
    height: 5rem;
    width: 8rem;
    border: none;
    background: url(../img/btn-off.png) no-repeat center / 5rem;
}

form input[type="radio"]:checked {
    border: none;
    background: url(../img/btn-on.png) no-repeat center / 5rem;
    height: 5rem;
    width: 8rem;
}
.option {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 1rem; */
    padding: 2rem 0 0;
}
.option span {
    display: flex;
    align-items: center;
}
.option label {
    padding-left: 1rem;
}

#search_univ li {
    padding: .5rem;
    box-shadow: .1rem .2rem .5rem rgba(61, 62, 77, 0.3);
    margin-bottom: 2rem;
    border-radius: 1rem;
}

#search_univ li h3,#search_univ li b {
    font-size: 1.7rem;
    font-weight: 600;
    color: #5AA6C9;
}
#search_univ li a{
    display: flex;
    padding: 1rem;
    justify-content: space-between;
}
.search_univ1 li {
    width: 100% !important;
}
.more {
    font-size: 1.5rem !important;
    display: flex;
    background-color: #5AA6C9;
    padding: 1rem !important;
    border-radius: 3rem;
    color: #fff !important;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
#search_univ li  em {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1rem 0 1.5rem;
}
.uni_region {
    font-size: 1.5rem;
    color: #6D6D6D;
    word-break: break-all
}
#search_univ ul {
    padding: 3rem 0;
}
#search_univ li span {
    width: 70%;
}


.btn_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 7rem;
    z-index: 500;
}
.btn_box #goResult {
    background-color: #2B8DBA;
    color: #fff;
    font-size: 2rem;
    padding: 1rem 3rem;
    border-radius: 1rem;
    font-weight: 600;
}
.hak_li {
    width: 100% !important;
}
.search_hak li {
    padding: 2rem 0;
}
input:focus {
    outline: none; 
}


.checked-parent {
    box-shadow: .0rem .0rem 1rem rgba(238, 100, 58, 1.5) !important;
}


.hak_li p {
    font-size: 1.5rem;
    color: #6D6D6D;
    padding: 1rem 0 1.5rem;
}

#result_count {
    display: none;
}
.nav_on2 span {
    color: #2B8DBA !important;
}


#paging .on {
    color: #000;
    font-weight: 800;
}

#searchUniv {
    background-color: #2B8DBA;
    color: #fff;
    border-radius: 2rem;
    padding:.5rem 1rem;
    font-size: 1.5rem;
}
/* .search_hak .option{
    gap: 1rem !important;
} */