.wrap {background: #eee; min-height: calc(100vh - 7rem);padding-bottom:2rem}

header {font-size: 2rem;
    text-align: center;
    font-weight: 900;
    padding: 1.5rem 0;
    background: #fff;}
header h1 {}

.content {padding:0 1.5rem}
.conthd {margin: 3rem 0 1rem;}
.conthd p {font-size: 1.5rem;margin-bottom: 1rem;;font-family:'GmarketSansMedium'}
.conthd h2 {font-size: 4rem; font-weight: 900;;font-family:'GmarketSansMedium'}
.contxt {background:#fff;border: 1px solid #ddd;border-radius: .5rem .5rem 0 0;}
.contxt ul li {border-bottom:1px solid #ddd; }
.contxt ul li:last-child {border-bottom:none}
.contxt ul li a { display:flex; align-items:center; padding: 1.5rem 1rem; }
.contxt ul li a p {}
.contxt ul li a p.img_wrap {width: 3rem; margin-right: 1rem;}
.contxt ul li a p.img_wrap img {width: 100%}
.contxt ul li a p.nation_txt {font-size: 2rem; font-weight: 600;font-family:'GmarketSansMedium'}


/* 검색창 */
form {
    width: 100%; 
    min-height: 6rem;
    margin-top: 0;
    height: fit-content; 
    display: flex; justify-content: center; align-items: center;
}
form label {
    display: flex; justify-content: space-between; 
    width: calc(100% - 2rem); 
    position: relative;
}
form label input[type="text"] {
    display: flex; justify-content: center; align-items: center;
    border: 1px solid #ccc;
    border-radius: .5rem;
    padding: 1rem 2rem; 
    font-size: 1.8rem;
    color: #001424;
    width: 100%;
}
form label input[type="submit"] {
    border: none;
    background: url(../img/search_1.png) no-repeat 0 center / 60%;
    filter: brightness(0);
    position: absolute; width: 3rem ; height: 3rem; text-indent: -9999px; 
    right: 1rem; top: 50%; transform: translateY(-50%); 
}
