@charset "utf-8";


#toggle {
    display: none;
}

header {
    width: 100%;
    height: 70px;
    background-color: #c53539;

}

header > h1 {
    width: 225px;
    height: 50px;
    padding-top: 22px;
    padding-left: 13px;
    overflow: hidden;
}

header > h1 img {
    width: 100%;
}

.h_icon {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 16px;
    display: block;
    cursor: pointer;
}

header a[href*=location] img{
    width:38px;height:38px;
    
}

header .h_icon #hambur{
    width:35px;height:34px;
    position: absolute;top:3px;right:3px;
}

header a[href*=location] span {
    color:rgba(255,255,255,.0);
    
}

/*      네비게이션 서식  */

.gnb fieldset {
    border: none;
    background-color: #c53539;
}

.gnb fieldset > legend {
    display: none;
}

.gnb fieldset > input {
    height: 35px;
    border-radius: 5px;
    border: none;
}

.gnb fieldset > input[type=search] {
    width: 165px;
    height: 42px;
    margin: 13px 5px 11px 7px;
    background-color: #f7f7f7;

}

.gnb fieldset > input[type=button] {
    width: 70px;
    height: 42px;
    margin-left: 0px;
    background-color: #424242;
    color: #f7f7f7;
}




.gnb {
    width: 100%;
    height: 100%;
    background-color: rgba(25, 25, 25, 0.8);
    position: fixed;
    top: 0px;
    right: -100%;
    transition: 0.5s;
    z-index: 1000;
}

.gnb > ul {
    width: 80%;
    height: 100%;
    background-color: #f7f7f7;
    position: absolute;
    right: 0px;
    top: 0px;
}


.gnb > ul > li {
    height: 70px;
    border-bottom: 1px solid #d5d5d5;
}

.gnb > ul > li:first-of-type {
    border: none;
}

.gnb > ul > li > a {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c53539;
    line-height: 70px;
    padding-left: 20px;
    display: block;
}

.gnb > ul > li:first-child {
    background-color: #c53539;
    text-align: center;
}

.gnb > ul > li:nth-child(2) {
    background-color: #c53539;
    border: none;
    text-align: center;
}

.gnb > ul > li:nth-child(2) > a {
    width: 50%;
    height: 70px;
    display: block;
    float: left;
    color: #f7f7f7;
    padding: 0px;

}


.gnb li img {
    width:23px;height:23px;
    position: absolute;
    top: 164px;right: 35px;
    
}

.gnb li:nth-child(4) img {
    top: 234px;
}

.gnb li:nth-child(5) img {
    top: 304px;
}

.gnb li:nth-child(6) img {
    top: 374px;
}

.gnb li:nth-child(7) img {
    width:23px;height:23px;
    top: 444px;
}

.gnb li:nth-child(8) img {
    top: 514px;
}

.gnb .n_close img {
    width:25px;height:25px;
    position: absolute;
    top: 23px;left: 30px;
    cursor: pointer;
    transition: 1s;
}

.gnb .n_close img:focus {
    transform: rotate(180deg);
}

#toggle:checked + header > .gnb {
    right: 0px;
}





/*      콘텐츠영역 서식  */

section > h6 {
    display: none;
}

.center > h6 {
    display: none;
}

.top {
    width: 100%;
    text-align: center;
    position: relative;
}

.top > h2 {
    text-align: center;
    color: #c53539;
    font-size: 27px;
    margin: 30px 0px 10px 0px;
    font-weight: bold;
}

.top > p {
    font-size: 14px;
    margin-bottom: 30px;
}

.top > h3 {
    margin: 0px 5%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
    text-indent: 15px;
    padding-bottom: 10px;
}

.top > p > span {
    font-weight: bold;
}

.top i {
    color: #c53539;
}

.top > h3 > span {
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 83px;
    right: 7%;
}


.center fieldset {
    width: 100%;
    border: none;
}

.center fieldset > legend {
    display: none;
}

.center table {
    border-collapse: collapse;
    width: 90%;

    margin: 0px auto;
    position: relative;
}

.center table td {}

.center table th {
    width: 26%;
    text-align: left;
    padding-right: 15px;
    padding: 15px 0px;
    font-size: 12px;
}

.center caption {
    display: none;
}

.center p {
    text-align: center;
}

.center input[type=button] {
    background-color: #c53539;
    color: #f7f7f7;
    border: none;
    font-size: 12px;
    padding: 5px 5px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
}

.center input[type=button]:focus {
    background-color: #f7f7f7;
    color: #c53539;
    border:none;
}



.center input[type=text],
.center input[type=password],
.center input[type=name],
.center input[type=tel],
.center input[type=email] {
    width: 54%;
    border-radius: 5px;
    padding: 5px;
    border: 1px solid #c7c7c7;
    margin-left: 3px;
}

.center th span {
    font-weight: bold;
    color: #c53539;
}

.center tr:nth-of-type(5) input[type=tel] {
    width: 13.1%;
}


.center tr:nth-of-type(5) #yang {
    margin-left: 5px;
}

.center tr:nth-of-type(6) input[type=checkbox] {
    transform: translate(3px, 2px);
    margin-bottom: 10px;
}


.center tr:nth-of-type(6) input[type=button] {
    padding: 5px 11px;
}

.center tr:nth-of-type(6) input[type=button]:focus {
    color: #c53539;
    background-color: #f7f7f7;
    border:none;
}

.center tr:nth-of-type(7) input[type=tel] {
    width: 14.3%;
}

.center tr:nth-of-type(7) input[type=checkbox] {
    transform: translate(3px, 2px);
    margin-bottom: 10px;
}

.center tr:nth-of-type(8) input[type=tel] {
    width: 13%;
    margin-bottom: 5px;
}

.center tr:nth-of-type(8) input[type=text] {
    width: 25.5%;
    margin-bottom: 18px;
}

.center tr:nth-of-type(8) input[type=button] {
    padding: 5px 11px;
}

.center tr:nth-of-type(8) input[type=button]:focus {
    color: #c53539;
    background-color: #f7f7f7;
    border:none;
}

.center input[type=submit] {
    margin-top: 10px;
    padding: 1.4% 16%;
    background-color: #c53539;
    color: #f7f7f7;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    margin-bottom: 52px;
}

.center input[type=reset]{
    margin-top: 10px;
    padding: 1.4% 16%;
    background-color: #424242;
    color: #f7f7f7;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    margin-bottom: 52px;
}


.center input[type=submit]:focus {
    background-color: #f7f7f7;
    color: #c53539;
    border:none;
}

.center input[type=reset]:focus{
    color: #424242;
    background-color: #f7f7f7;
    border:none;
}









/*     푸터영역 서식   */



footer {
    clear: both;
    width: 100%;
    height: 315px;
    background-color: #424242;
    overflow: hidden;

}


.f_top {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #606060;
}

.f_top li {
    float: left;
    width: 33%;
    text-align: center;
}

.f_top a {
    color: #d4d4d4;
    line-height: 45px;
    font-size: 16px;
}

.f_top a:focus {
    font-weight: bold;
}





.f_sns {
    margin: 32px auto 30px auto;
    text-align: center;

}

.f_sns li {
    display: inline;
    margin-right: 6px;
}

.f_sns li img {
    width: 42px
}


.f_center {
    text-align: center;
}

.f_center > li {
    margin-bottom: 5px;
}

.f_center > li:last-child > a:last-child {
    border: none;
}

.f_center > li:first-child > a:last-child {
    border: none;
}

.f_center > li > a {
    color: #d4d4d4;
    padding: 0px 10px;
    font-size: 12px;
    border-right: 1px solid #d4d4d4;

}

.f_center > li i {}

footer address {
    margin-top: 15px;
    font-style: normal;
    color: #7c7c7c;
    text-align: center;
    line-height: 16px;
}

footer address span {
    display: block;
    margin-top: 10px;
}
