@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body,
html {
    overflow-x: hidden;
}

.wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.quick {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 200;
}

.quick a.call {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    display: block;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.quick a.call i {
    font-size: 24px;
    line-height: 50px;
}

.quick button {
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #333;
    margin-top: 6px;
    color: #fff;
}

header {
    width: 100%;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

header .wrap {
    padding: 0 20px;
    height: 100px;
    box-sizing: border-box;
}

header h1 {
    width: 18%;
    float: left;
    margin-top: 20px;
}

header h1 a {
    display: block;
}

header i.fa {
    display: none;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 2.5em;
    line-height: 120px;
    cursor: pointer;
    color: #000;
}

.all_menu {
    width: 100%;
    height: 0;
    position: absolute;
    right: 0;
    top: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100000;
    transition: all 0.6s;
}

.all_menu.on {
    height: 440px;
    transition: all 0.6s;
}

.all_menu .nav2 {
    width: 98%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.all_menu .nav2 ul.gnb {
    width: 0;
}

.all_menu.on .nav2 ul.gnb {
    width: 100%;
}

.all_menu .nav2 ul.gnb>li {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: none;
    position: relative;
}

.all_menu.on .nav2 ul.gnb>li {
    display: block;
    
}

.all_menu .nav2 ul.gnb>li>a {
    width: 100%;
    height: 50px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
}

.all_menu .nav2 ul.gnb>li:last-child>a {
    border-bottom: 0;
}

.all_menu .nav2 ul.gnb>li>i {
    font-size: 16px;
    right: 30px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 10px;
}
.all_menu .nav2 ul.gnb>li>i.fa1 {
    
    transition: all 0.3s;
}
.all_menu .nav2 ul.gnb>li>i.fa2 {

    transition: all 0.3s;
}

.all_menu .nav2 ul.gnb>li>ul.sub {
    width: 100%;
    position: relative;
    display: none;
    background: rgba(156, 121, 3, 0.5);
}

.all_menu .nav2 ul.gnb>li>ul.sub>li {
    width: 100%;
    height: 30px;
}

.all_menu .nav2 ul.gnb>li>ul.sub>li>a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    padding-left: 10px;
    box-sizing: border-box;
}
.all_menu .nav2 ul.gnb li ul.sub > li:hover a {
    color: rgb(212, 192, 11);
}


nav {
    width: 50%;
    float: right;
    margin-left: 30px;
}

nav>ul.gnb {
    width: 100%;
}

nav>ul.gnb>li {
    width: 20%;
    float: left;
    position: relative;
}

nav>ul.gnb>li:last-child {
    margin-right: 0;
}

nav>ul.gnb>li>a {
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 140px;
    font-size: 1.3em;
}

nav>ul.gnb>li:hover>a,
nav ul.gnb>li.on>a {
    color: #fd9711;
}

nav>ul.gnb>li>ul.sub {
    width: 120%;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    display: none;
}

nav>ul.gnb>li:hover>ul.sub {
    display: block;
}

nav>ul.gnb>li>ul.sub>li {
    width: 100%;
}

nav>ul.gnb>li>ul.sub>li>a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

nav>ul.gnb>li>ul.sub>li:hover>a {
    background: rgba(0, 0, 0, 0.6);
    color: #f2d908;
    transition: all 0.3s;
}








section,
.section {
    width: 100%;
    padding-top: 80px;
    box-sizing: border-box;
}

section .wrap {
    padding: 0 20px;
    box-sizing: border-box;
}

.h2_txt {
    width: 100%;
    text-align: center;
    font-family: 'GmarketSansMedium';
    margin-bottom: 50px;
}

.h2_txt h2 {
    font-size: 2.5em;
    font-weight: 300;
}

.h2_txt span {
    font-size: 1.2em;

}




section.coustomer {
    background-image: url(../img/customer_bg.jpg);
    background-size: cover;
    background-position: center center;
}

section.coustomer .h2_txt strong {
    font-size: 40px;
}

footer {
    width: 100%;
    padding: 50px 0;
    color: #777;
    box-sizing: border-box;
}

footer h3 {
    width: 100%;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

footer ul {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px;
}

footer ul li {
    display: inline-block;
    margin: 0 auto;
}


.line {
    width: 210px;
    height: 5px;
    margin: 10px auto;
    overflow: hidden;
}

.line>div {
    float: left;
    width: 25%;
    height: 5px;
}

.line .L1 {
    background: #5bd812;
}

.line .L2 {
    background: #fada26;
}

.line .L3 {
    background: #0bb6eb;
}

.line .L4 {
    background: #fc69a1;
}



/* 테이블 */

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2em;
    margin-top: 5px;
}

table th,
td {
    font-size: 1.1em;
    border: 1px solid #ccc;
    padding: 10px 20px;
    color: #333;
}

table th {
    text-align: center;
    font-size: 1.2em;
    border-left: none;
    border-right: none;
    background: #fcfbee;
    font-weight: 400;
    width: 20%;
}

table td {
    border-right: none;
}

table tr:first-child {
    border-top: 2px solid #f8a297;
}

table td span {
    background: #f8a297;
    color: #fff;
}

.ta_c {
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
}

.bg_grey {
    background: #eee;
}









@media screen and (min-width: 960px) and (max-width: 1239px) {

    section,
    .section {
        padding-top: 40px;
    }
}

@media screen and (min-width: 501px) and (max-width: 785px) {

    section,
    .section {
        padding-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    section,
    .section {
        padding-top: 0px;
    }
    section .wrap {
        padding: 0 20px;
    }

    header i.fa {
        line-height: 100px;
    }
    .h2_txt h2 {
        font-size: 2em;
    }

    table {
        font-size: 1em;
    }
    table th,td {
        font-size: 1em;
    }
}