@charset "utf-8";

@font-face {
    font-family: "EliceDigitalBaeum_Bold";
    src: url(../font/EliceDigitalBaeum_Bold.ttf) format('truetype')
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "나눔고딕";
    color: #222328;
}

body {
    width: 100%;
    background-color: #fff;
}

a {
    display: block;
    text-decoration: none;
}

img {
    vertical-align: top;
}

.behind {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: -1000;
}

.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;

}

header {
    width: 100%;
    height: 80px;
    background-color: #482f92;
}

.top {
    width: 1024px;
    margin: 0 auto;
}

.logo {
    width: 126px;
    height: 80px;
    float: left;
}

.logo img {
    width: 126px;
    height: 35px;
    margin-top: 22px;
    margin-bottom: 23px;
}

#menu {
    width: 750px;
    height: 80px;
    float: left;
}


.navi > ul {
    width: 100%;
}

.navi > ul > li {
    width: 150px;
    height: 80px;
    line-height: 80px;
    float: left;
}

.navi > ul > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.navi > ul > li > a:hover {
    color: #f47922;
}

.submenu {
    position: absolute;
    z-index: 1;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.submenu > li {
    width: 150px;
}


.submenu > li > a {
    line-height: 80px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.submenu > li > a:hover {
    color: #f47922;
    text-decoration: underline;
}

.navi:hover .submenu {
    height: 400px;
}

.box {
    width: 100%;
    background-color: #482f92;
    position: absolute;
    top: 80px;
    left: 0;
}

.gnb {
    width: 148px;
    height: 80px;
    line-height: 80px;
    float: left;
    position: relative;
}

.gnb > ul {
    position: absolute;
    right: 0;
}

.gnb li {
    float: left;
    margin-left: 10px;
}

.gnb > ul > li::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 32px;
    right: 46px;
}

.gnb > ul > li:last-child::after {
    content: none;
}

.gnb li > a {
    padding-right: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.blank {
    width: 100%;
    height: 574px;
}
.main_banner_tab {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7);
    position: sticky;
    top: 0;
    z-index: 1;
}

.main_banner_tab > ul {
    width: 1024px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
}

.main_banner_tab > ul > li {
    width: 341px;
    height: 80px;
    float: left;
    text-align: center;
}

.main_banner_tab > ul > li > a {
    width: 341px;
    height: 80px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

section {
    width: 100%;
    overflow: hidden;
}

.menu_bar {
    width: 100%;
    height: 80px;
    line-height: 60px;
    background-color: #eee;
    position: absolute;
    top: 80px;
}

.menu_bar_text ul {
    width: 1024px;
    margin: 0 auto;
}

.menu_bar_text li {
    float: left;
    margin-right: 50px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.menu_bar_text li::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #482f92;
    position: absolute;
    right: -30px;
    top: 26px;
}

.menu_bar_text li:nth-child(2)::after {
    content: none;
}

.menu_bar_line {
    width: 206px;
    height: 4px;
    background: linear-gradient(to right, #482f92, #f47922);
    border-radius: 50px;
    position: absolute;
    top: 55px;
}

#main_banner {
    min-width: 1200px;
    height: 574px;
    overflow: hidden;
    /*    position: relative;*/
    position: absolute;
    top: 160px;
}

#main_banner > a {
    width: 1920px;
    height: 574px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#main_banner img {
    width: 100%;
}





#condition {
    width: 100%;
    margin: 0 auto;
}

#condition h3 {
    width: 1024px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 30px;
    font-size: 28px;
    font-family: "EliceDigitalBaeum_Bold";
}

#condition > ul {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

#condition > ul > li {
    float: left;
}

#condition > ul > li img {
    width: 594px;
}


.condition_text1 {
    width: 344px;
    position: absolute;
    right: 0;
}

.condition_text1 > li {
    line-height: 30px;
    padding-bottom: 20px;
}

#condition .condition_text1 img {
    width: 250px;
    margin-left: 47px;
    margin-top: 25px;
}

.table {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
}

.table > ul {
    width: 512px;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.table > ul:nth-child(1) {
    border-right: none;
}

.table > ul > li {
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    font-size: 16px;
}

.table span {
    font-size: 18px;
    font-weight: 500;
    color: #482f92
}

#global {
    width: 100%;
    height: 210px;
}

#global > h3 {
    width: 1024px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 30px;
    font-size: 28px;
    font-family: "EliceDigitalBaeum_Bold";
}

.global_contents {
    width: 1024px;
    margin: 0 auto;
    position: relative;
}

.global_text {
    width: 670px;
    line-height: 30px;
    position: absolute;
}

.global_tab {
    position: absolute;
    right: 0;
    width: 250px;
    height: 58px;
    background-color: #f47922;
    text-align: center;
    line-height: 58px;
    color: #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

.global_tab:hover {
    color: #222328;
    background-color: #fff;
    border: 3px solid #f47922;
}

#life {
    width: 100%;
}

#life h3 {
    font-size: 28px;
    width: 1024px;
    margin: 0 auto;
    padding-top: 80px;

}

#life h3 span {
    font-size: 16px;
    color: #f47922
}

.life_img {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

.life_img > li {
    float: left;
    margin-top: 30px;
}

.life_img img {
    width: 336px;
}

.life_img > li:nth-child(1) {
    padding-right: 8px;
}

.life_img > li:nth-child(2) {
    padding-right: 8px;
}

.life_img > li > a:hover {
    opacity: 0.5;
}

#life .life_text {
    width: 680px;
    margin: 0 auto;
}

#life .life_text > li {
    line-height: 30px;
    text-align: center;
}

.life_text h5 {
    font-size: 18px;
    border-bottom: 3px solid;
    border-image-source: linear-gradient(to right, #482f92, #f47922);
    border-image-slice: 1;
    padding: 30px 0 15px 0;
}

.life_text p {
    padding: 15px;
}

/*life_sub1*/

.life_sub {
    width: 100%;
    margin-top: 30px;
}

.life_sub .life_sub1 {
    width: 1024px;
    height: 338px;
    margin: 0 auto;
    background-color: #ffefe4;
}

.life_sub1 > li {
    float: left;
    width: 512px;
}


#life .life_sub_text {
    width: 336px;
    margin-left: 88px;
    margin-top: 90px;
}

.life_sub h5 {
    font-size: 18px;
    color: #482f92;
    padding-bottom: 30px;
}

.life_sub p {
    font-size: 16px;
    line-height: 30px;
}

.life_sub img {
    width: 508px;
}

/*life_sub2*/

.life_sub .life_sub2 {
    width: 1024px;
    height: 338px;
    margin: 0 auto;
    background-color: #ffefe4;
    margin-top: 20px;
    position: relative;
}

.life_sub2 > li {
    float: left;
    width: 512px;
    overflow: hidden;
}

.life_sub2 .life_sub_text {
    width: 336px;
    margin-left: 88px;
    margin-top: 85px;
}

.life_sub2 img {
    width: 508px;
    position: absolute;
    right: 0;
}

/*life_sub3*/

.life_sub .life_sub3 {
    width: 1024px;
    height: 338px;
    margin: 0 auto;
    background-color: #ffefe4;
    margin-top: 20px;
}

.life_sub3 > li {
    float: left;
    width: 512px;
    overflow: hidden;
}

.life_sub3 .life_sub_text {
    width: 336px;
    margin-left: 88px;
    margin-top: 90px;
}

#difference {
    width: 100%;
}

#difference > h3 {
    width: 1024px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 28px;
    font-family: "EliceDigitalBaeum_Bold";
}

.difference_contents {
    width: 1024px;
    margin: 0 auto;
    line-height: 30px;
}

#difference h3 span {
    font-size: 16px;
    color: #f47922
}

#diversity {
    width: 100%;
    margin-bottom: 100px;
}

#diversity > h3 {
    width: 1024px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 28px;
    font-family: "EliceDigitalBaeum_Bold";
}

.diversity_contents {
    width: 1024px;
    margin: 0 auto;
    line-height: 30px;
}

#diversity h3 span {
    font-size: 16px;
    color: #f47922
}


footer {
    width: 100%;
    height: 568px;
}

.bottom_up {
    width: 100%;
    height: 320px;
    background-color: #eee;
}

#fnb {
    width: 1024px;
    height: 320px;
    margin: 0 auto;
    text-align: center;
}

#fnb li {
    float: left;
    width: 184px;
    display: block;
    margin-right: 20px;
}

#fnb > ul > li > a {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

#fnb > ul > li > a:hover {
    color: #482f92;
}

.fnb_submenu > li > a {
    font-size: 16px;
    width: 184px;
    line-height: 35px;
}

.fnb_submenu > li > a:hover {
    text-decoration: underline;
}

.bottom_down {
    width: 100%;
    height: 248px;
    background-color: #482f92;
    position: relative;
}

.site {
    width: 1024px;
    height: 248px;
    margin: 0 auto;
}

.site_left {
    width: 674px;
    height: 248px;
    float: left;
}

.sns {
    width: 674px;
    height: 94px;
    float: left;
}

.sns li {
    display: inline-block;
    padding: 10px 10px 10px 0;
    margin-top: 15px;
    ;
}

.sns img {
    width: 50px
}

.sns a:hover {
    opacity: 0.5;
}

.copy {
    width: 674px;
    height: 154px;
    float: left;
}

.copy > ul {
    width: 674px;
    height: 54px;
}

.copy > ul > li {
    float: left;
    padding: 15px 15px 15px 0;
    color: #fff;
    margin-top: 5px;
}

.copy > ul > li:hover {
    text-decoration: underline
}

.address {
    width: 674px;
    height: 100px;
    font-size: 11px;
}

.address li {
    display: inline-block;
    height: 20px;
    margin-right: 7px;
    position: relative;
    font-size: 11px;
    color: #fff;
}

.address li::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    right: -4px;
    top: 0;
}

.address li.none::after {
    content: none;
}

.address li a {
    font-size: 11px;
    color: #fff;
}

.address li a:hover {
    text-decoration: underline;
}

small {
    font-size: 11px;
    color: #fff;
    line-height: 20px;
}

.site_right {
    width: 350px;
    height: 248px;
    float: left;
}

.familysite {
    width: 350px;
    height: 248px;
}

.familysite select {
    width: 350px;
    height: 50px;
    padding: 10px;
    border-radius: 50px;
    padding-left: 30px;
    position: absolute;
    bottom: 35px;
}
