body {
    -webkit-font-smoothing: antialiased;
}

header {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 999;
    min-width: 1300px;
}

.container {
    width: 100%;
    background: #1b1b1b;
    margin: 0 auto;
    text-align: center;
    min-width: 1300px;
}

footer {
    width: 100%;
    height: 200px;
    background: #252525;
    margin: 0 auto;
    min-width: 1300px;
}

/*헤더*/

.gnb {
    width: 100%;
    position: fixed;
    height: 80px;
    overflow: hidden;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3)
}

.gnb:hover {
    width: 100%;
    position: fixed;
    height: 300px;
    transition: all 0.5s ease-in-out;
    opacity: 0.9;
    border-radius: 0 0 10px 10px;
}

.gnb ul {
    width: 1300px;
    margin: 0 auto;
}




.gnb .menu_left {
    width: 40%;
    font-size: 21px;
    padding-top: 20px;
    text-align: center;
    float: left;
    padding-bottom: 20px;
}

.gnb .menu_right {
    width: 40%;
    font-size: 21px;
    padding-top: 20px;
    text-align: center;
    float: right;
}

.gnb .menu_right > ol {
    float: right;
}


.gnb .menu_left ol li,
.gnb .menu_right ol li {
    float: left;
    background: #fff;

}

.gnb .menu_left ol li .sub_menu,
.gnb .menu_right ol li .sub_menu {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}


.gnb .menu_left ol li .sub_menu,
.gnb .menu_right ol li .sub_menu {
    margin-top: 10px;

}

.gnb .menu_left ol li .sub_menu li,
.gnb .menu_right ol li .sub_menu li {
    padding: 15px 0 0px;
    font-size: 18px;
}

.gnb .menu_left a,
.gnb .menu_right a {
    padding: 0 70px;

}


.gnb .menu_left a,
.gnb .menu_right a {
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 2;

}

.gnb .main_menu {
    margin-bottom: 20px;
}

.gnb span {
    display: block;
    background: #1b1b1b;
    margin: 0 auto;
    opacity: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    z-index: 100;

}

.gnb ol li:hover span {
    background: #e93c1e;
    transition: all 0.5s ease-in;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    opacity: 1;
}

.gnb img {
    display: inline-block;
    opacity: 1;
}


#main_vis {
    width: 100%;
    min-width: 1300px;
    margin: 0px auto;
    position: relative;
}



#main_vis img {
    width: 100%;
}

#bx-pager {
    position: absolute;
    bottom: 20px;
    left: 47%;
    margin: auto;
}

#bx-pager a {
    width: 13px;
    height: 13px;
    border-radius: 7px;
    float: left;
    margin-right: 15px;
    background: #666;
    text-indent: -9999px;
    transition: all 0.5s ease;
}

#bx-pager a.active {
    background-color: #ccc;
    width: 40px;
}


.sec_1 {
    width: 100%;
    height: 900px;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 auto;
    min-width: 1300px;
    margin-top: -5px;
}

.sec_1 h2 {
    width: 100%;
    padding-top: 100px;
    font-size: 40px;
}

.sec_1 .sub_tit {
    width: 100%;
    padding: 20px 0 80px;
    font-size: 18px;
    font-family: "맑은 고딕"
}

.sec_1 > ul {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between
}

.sec_1 ul li {}

.sec_1 ul ul {}

.sec_1 ul ul li {}

.sec_1 ul li:nth-child(1) ul .menu_list {
    margin-top: 2px;
    background: #f69812;
    color: white;
    height: 100px;
    line-height: 100px;
    font-size: 21px;
}

.sec_1 ul li:nth-child(2) ul .menu_list {
    margin-top: 2px;
    background: #f1371b;
    color: white;
    height: 100px;
    line-height: 100px;
    font-size: 21px;
}

.sec_1 ul li:nth-child(3) ul .menu_list {
    margin-top: 2px;
    background: #1da73d;
    color: white;
    height: 100px;
    line-height: 100px;
    font-size: 21px;
}



/*.sec_1 ul li:nth-child(1) ol .menu_list {
    margin-top: 2px;
    background: #f69812;
    color: white;
    height: 100px;
    line-height: 100px;
    font-size: 21px;
}

.sec_1 ul li:nth-child(2) ol .menu_list {
    margin-top: -2px;
    background: #f1371b;
    color: white;
    height: 100px;
    line-height: 100px;
    font-size: 21px;
}

.sec_1 ul li:nth-child(3) ol .menu_list {
    margin-top: -2px;
    background: #1da73d;
    color: white;
    height: 100px;
    line-height: 100px;
    font-size: 21px;
}*/

.sec_2 {
    padding-bottom: 20px;
    width: 100%;
    min-width: 1300px;
}


.menu_tit img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.5s ease-in-out;
    /* 부드러운 모션을 위해 추가*/
}

.menu_tit img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.menu_tit {
    width: 376px;
    height: 375px;
    overflow: hidden
}

.sec_2 h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 5px;
    margin-top: 100px;
    margin-bottom: 30px;
    width: 100%;
}

.sec_2 ul {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin: 0px auto 20px;

}

.sec_2 .store {
    width: 598px;
    height: 800px;
    background: url(../img/store_bg.png);
    font-family: "gyunggi_Regular";
    margin-right: 2px;
}

.sec_2 .store h2,
.sec_2 .fran h2 {
    color: white;
    padding-top: 50px;
    font-size: 40px;
    letter-spacing: 10px;
}


.sec_2 .store img,
.sec_2 .fran img {
    padding: 30px 0;
}

.sec_2 .store p {
    color: white;
    background: #f1371b;
    border-radius: 30px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 23px;
    margin: 0px auto;
}

.sec_2 .store:hover p {
    transition: all 0.5s ease;
    background-color: darkred;
}



.sec_2 .fran {
    width: 598px;
    height: 800px;
    background: url(../img/fran_bg.png);
    font-family: "gyunggi_Regular";
    margin-left: 2px;
}

.sec_2 .fran p {
    color: white;
    background: #f69812;
    border-radius: 30px;
    width: 250px;
    height: 40px;
    line-height: 40px;
    font-size: 23px;
    margin: 0px auto;
}

.sec_2 .fran:hover p {
    transition: all 0.5s ease;
    background-color: darkgoldenrod;
    box-shadow: 1px 1px 1px black;
}


.sec_3 {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.sec_3 > h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 5px;
    margin-top: 100px;
}

.sec_3 p {
    padding: 20px 0 50px;
    font-size: 18px;
    font-family: "맑은 고딕";
    color: white;
}


.sec_3 ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 1300px;
    margin: 0 auto;

}

.sec_3 ul > li {
    width: 30%;
    background: #fff;
    margin: 0 10px;
}


.sec_3 .notice {
    padding: 15px;
}

.comm_tit {
    height: 30px;
    border-bottom: 1px solid;

}

.sec_3 .comm_tit h2 {
    float: left;
    font-size: 17px;
    padding-top: 4px;
}

.sec_3 .comm_tit span {
    float: right;
    font-size: 13px;
    font-family: "맑은 고딕";
    padding-top: 7px;

}

.sec_3 .comm_txt ol {
    position: relative;
    display: block;
    text-align: left;
    line-height: 1.5;
}

.sec_3 .comm_txt a {
    font-family: "맑은 고딕";
    font-size: 12px;


}

.navi_btn {
    position: fixed;
    top: 75%;
    left: 85%;
    z-index: 999;
}

.line_1 {
    background: #f69812;
    height: 10px;
    width: 100%;
    min-width: 1300px;
}

.line_2 {
    background: #1da73d;
    height: 10px;
    width: 100%;
    min-width: 1300px;
}

.line_3 {
    background: #f1371b;
    height: 10px;
    width: 100%;
    min-width: 1300px;
}


#footer {
    width: 1300px;
    margin: 0 auto;

}

#footer ol {
    float: right;
    height: 30px;
    display: block;
    margin-top: 20px;
}

#footer ol li {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}


#footer ol li span {
    padding: 0 0 0 20px;
}

#footer ol a {
    color: #fff;
    font-family: "맑은 고딕"
}

#footer .f_logo {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 40px;
    width: 100%;

}

#footer h1 {
    width: 216px;
    height: 74px;
}

#footer p {
    color: #fff;
    padding: 0 30px;
    line-height: 1.5;
}
