@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);

}

/*      네비게이션 서식  */

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

fieldset > legend {
    display: none;
}

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

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

}

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

.rot {
    transform: rotate(180deg);
}

@keyframes clorot {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(50deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

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

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

.gnb > .n_close > img:hover {
    animation: clorot 0.5s linear;
}






.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: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow-y: scroll;    
}

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

.gnb > ul > li:nth-child(2) > a {
    text-transform: uppercase;
    padding-left: 20px;
    display: block;
}

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

.gnb > ul > li:nth-child(2) > a {
    width: 50%;
    height: 70px;
    display: block;
    float: left;
    color: #f7f7f7;
    padding: 0px;
    background-color: #c53539;
    border: none;
    text-align: center;
}

.gnb > ul > li img {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 164px;
    right: 35px;
    transition: 0.5s;
}

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

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

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

.gnb > ul > li:nth-child(7)>label> img {    
    top: 444px;
}

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

.gnb > ul > li:nth-child(2)>a{
    background-color: #c53539;
}

.gnb > ul > li:nth-child(3)> label,
.gnb > ul > li:nth-child(4)> label,
.gnb > ul > li:nth-child(5)> label,
.gnb > ul > li:nth-child(6)> label,
.gnb > ul > li:nth-child(7)> label,
.gnb > ul > li:nth-child(8)> label {
    text-indent: 30px;
    display: block;
    cursor: pointer;
}




#m_toggle1 {
    display: none;
}

.gnb > ul > li:nth-child(3) > ul {
    font-size: 16px;
    display: none;    
}

#m_toggle1:checked + ul {
    display: block;
    text-indent: 30px;
}

.gnb > ul > li:nth-child(3) ul > li {
    background-color: #c53539;
    
}

.gnb > ul > li:nth-child(3) ul > li > a {
    color: #f7f7f7;
    width: 100%;
    font-weight: normal;
    padding-left: 15px;
    display: block;
}



#m_toggle2 {
    display: none;
}

.gnb > ul > li:nth-child(4) > ul {
    font-size: 16px;
    display: none;
}

#m_toggle2:checked + ul {
    display: block;
    text-indent: 30px;
}


.gnb > ul > li:nth-child(4) ul > li {
    background-color: #c53539;
}

.gnb > ul > li:nth-child(4) ul > li > a {
    color: #f7f7f7;
    width: 100%;
    font-weight: normal;
    padding-left: 15px;
    display: block;
}



#m_toggle3 {
    display: none;
}

#m_toggle3:checked + ul {
    display: block;
    text-indent: 30px;
}

.gnb > ul > li:nth-child(5) > ul {
    font-size: 16px;
    display: none;
}

.gnb > ul > li:nth-child(5) > ul > li {
    background-color: #c53539;
}

.gnb > ul > li:nth-child(5) > ul > li > a {
    color: #f7f7f7;
    width: 100%;
    font-weight: normal;
    padding-left: 15px;
    display: block;
}



#m_toggle4 {
    display: none;
}

#m_toggle4:checked + ul {
    display: block;
    text-indent: 30px;
}

.gnb > ul > li:nth-child(6) > ul {
    font-size: 16px;
    display: none;
}

.gnb > ul > li:nth-child(6) > ul > li {
    background-color: #c53539;
}

.gnb > ul > li:nth-child(6) > ul > li > a {
    color: #f7f7f7;
    width: 100%;
    font-weight: normal;
    padding-left: 15px;
    display: block;
}



#m_toggle5 {
    display: none;
}

#m_toggle5:checked + ul {
    display: block;
    text-indent: 30px;
}

.gnb > ul > li:nth-child(7) > ul {
    font-size: 16px;
    display: none;
}

.gnb > ul > li:nth-child(7) > ul > li {
    background-color: #c53539;
}

.gnb > ul > li:nth-child(7) > ul > li > a {
    color: #f7f7f7;
    width: 100%;
    font-weight: normal;
    padding-left: 15px;
    display: block;

}



#m_toggle6 {
    display: none;
}

#m_toggle6:checked + ul {
    display: block;
    text-indent: 30px;
}

.gnb > ul > li:nth-child(8) > ul {
    font-size: 16px;
    display: none;
}

.gnb > ul > li:nth-child(8) > ul > li {
    background-color: #c53539;
    
}

.gnb > ul > li:nth-child(8) > ul > li > a {
    color: #f7f7f7;
    width: 100%;
    font-weight: normal;
    padding-left: 15px;
    display: block;

}







/*     콘텐츠영역 서식   */

section {
    position: relative;
}

section > h6 {
    display: none;
}

.import > h6 {
    display: none;
}

.import > ul {
    width: 100%;
    transform: translateY(-60px);
    position: relative;
}

.import > ul > li {
    width: 100%;
    height: 50px;
    background-color: #c53539;
    line-height: 50px;
    padding-left: 20px;
}

.import > ul > li:last-child {
    width: 100%;
    height: 50px;
    background-color: #424242;
}

.import > ul > li > a {
    color: #f7f7f7;
}

.import > ul > li > a > img {
    width: 31px;
    transform: translateY(10px);
}

.import > ul > li:last-child > a > img {
    width: 30px;
    transform: translateY(9px);
}

.import li a #more1,
.import li a #more2 {
    width: 28px;
    transform: translateY(11px);
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 17px;
    padding: 4px;
}


.import li span {
    font-size: 15px;
    margin-left: 16px;
    position: absolute;
}

.import li:last-child span {
    font-size: 15px;
    margin-left: 17px;
    position: absolute;
}










.swiper-container {
    width: 100%;
    max-height: 100%;
    margin-bottom: 20px;

}

.swiper-container img {
    width: 240px;
    margin-bottom: 65px;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_name {
    width: 87px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 47px;
    z-index: 2000;
    letter-spacing: 0px;
}


.new {
    transform: translateY(-20px);
}


.new h2 {
    font-size: 30px;
    text-align: center;
    color: #c53539;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.benefit,
.mditem,
.brand {
    width: 100%;
    height: 500px;
    background-color: #ededed;
    text-align: center;
}

.txt {
    padding-top: 50px;
}

.txt h3 {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 25px;
}

.txt p {
    font-size: 15px;
    line-height: 18px;
}


.benefit {
    background-image: url(../img/index_c_10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}


.benefit > ul {
    width: 220px;
    margin: 0px auto;
}

.benefit > ul > li {
    line-height: 35px;
}

.benefit > ul > li > a {
    background-color: #c53539;
    color: #f7f7f7;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 20px;
}

.benefit li:first-child {
    transform: translateY(-10px);
}

.benefit li:first-child span a {
    background-color: #c53539;
    color: #f7f7f7;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
}

.benefit li:first-child span a:focus {
    background-color: #f7f7f7;
    color: #c53539;

}




.benefit .txt {
    margin-bottom: 260px;
}

.benefit > ul > li:last-child > a {
    padding: 10px 39px;
    background-color: #f7f7f7;
    color: #c53539;
}

.benefit > ul > li:last-child > a:focus {
    background-color: #c53539;
    color: #f7f7f7;
}



.mditem {
    background-image: url(../img/index_c_11.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.mditem span a {
    background-color: #c53539;
    color: #f7f7f7;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 39px;
}

.mditem span a:focus {
    background-color: #f7f7f7;
    color: #c53539;
}

.mditem .txt {
    margin-bottom: 290px;
}





.brand h3 {
    color: #c53539;
}

.brand {
    background-image: url(../img/index_c_12.jpg);
    background-size: 210%;
    background-position: center;
    background-repeat: no-repeat;
}

.brand .brand_img_1 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transform: translate(25px, 40px);

}

.brand .brand_img_2 {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    transform: translate(-25px, 85px);
}



.up {
    background-color: #424242;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}

.up a {
    color: #f7f7f7;
    line-height: 50px;
    font-weight: bold;
}

aside {
    position: fixed;
    bottom: 45%;
    right: 15px;
}

aside img {
    width: 28px;
    transform: translateY(10px);
}

























/*     푸터영역 서식   */



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;
}
