@charset "utf-8";
/* CSS Document */

/* 사이트 공통 */
body {
    font-family: 'Exo 2', 'Noto Sans KR', sans-serif;
}

.area_inner {
    width: 1200px;
    height: 100%;
    display: table;
    margin: 0 auto;
    position: relative;
}

.screen-out {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}

strong {
    font-weight: 600;
}

#section1 .intro, .main_info {
    bottom: -200%;
    position: relative;
    transition: all 800ms ease-out;
    opacity: 0;
}

/* - 우측 네비 수정*/
#fp-nav.fp-right {
    right: 0 !important;
}

#fp-nav ul li .fp-tooltip {
    font-family: 'Exo 2', 'Noto Sans KR', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #fff !important;
    width: auto !important;
}

#fp-nav ul li, .fp-slidesNav ul li {
    margin: 30px 0 !important;
    width: auto !important;
    height: auto !important;
    text-align: right !important;
}

#fp-nav .active:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 1px;
    right: 0;
    top: 23px;
    display: block;
    position: absolute;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
    display: none;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    width: auto !important;
    display: inline-block !important;
}

.fp-sr-only {
    overflow: inherit !important;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: none !important;
    position: relative !important;
    left: 0 !important;
    margin: 0 !important;
    color: #fff;
    opacity: 0.3;
    padding-right: 15px !important;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    display: inline-block;
    font-weight: bold;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    margin: 0 !important;
}

#fp-nav li:last-child {
    display: none;
}

/* header */
#header {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    height: 80px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 9999;
    text-align: center;
    top: 0px;
    margin: 0 auto;
    box-sizing: border-box;
}

#header .main_logo {
    position: absolute;
    display: inline-block;
    left: 40px;
    top: 10px;
}

.gnb_list {
    position: absolute;
    display: inline-block;
    top: 30px;
    right: 40px;
}

.gnb_list li {
    padding-left: 20px;
    float: left;
}

.gnb_list li i {
    font-size: 22px;
    color: #fff;
}

#header nav {
    margin: 0 auto;
}

#menu li {
    display: inline-block;
    color: #fff;
    position: relative;
    margin: 0 28px;
    box-sizing: border-box;
    height: 80px;
    line-height: 80px;
}

#menu li, #menu li a {
    font-size: 17px;
    color: #fff;
}

#menu li.active a:before {
    width: 100%;
    left: 0;
}

#menu li a:before {
    content: '';
    width: 0;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#menu li a:hover:before {
    width: 100%;
    left: 0;
}

/* section */
.section {
    background-size: cover;
    text-align: center;
}

#section1 {
    background-image: url(../images/main_bg_01.jpg);
}

#section2 {
    background-image: url(../images/main_bg_02.jpg);
}

#section3 {
    background-image: url(../images/main_bg_03.jpg);
}

#section4 {
    background-image: url(../images/main_bg_04.jpg);
}

#section5 {
    background-image: url(../images/main_bg_05.jpg);
}

.main_logo_text {
    font-size: 24px;
    color: #fff;
    margin-top: 25px;
    font-weight: 300;
}

.main_btn {
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 15px 35px;
    border: 2px solid #fff;
    display: inline-block;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main_btn:hover {
    background-color: rgba(255, 255, 255, 0.4)
}

.btn_down {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -15px;
}

.intro {
    margin-top: -50px;

}

.main_tit_deco {
    margin: 25px 0;
}

.main_circle_btn {
    display: inline-block;
    margin: 0 auto;
}

.main_circle_btn li {
    width: 165px;
    height: 165px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 100%;
    float: left;
    margin-left: 40px;
    margin-top: 50px;
    display: table;
}

.main_circle_btn li:first-child {
    margin-left: 0;
}

.main_circle_btn li, .main_circle_btn li a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    z-index: 99;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.main_circle_btn li:hover {
    background-color: rgba(255, 255, 255, 0.3)
}

.main_circle_btn li a {
    display: table-cell;
    vertical-align: middle;
}

h2 {
    display: block;
    font-size: 70px;
    color: #fff;
    font-weight: 300;
    line-height: 1.25;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.main_info, .intro {
    display: table-cell;
    vertical-align: middle;
}

.main_info p {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 1.55;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.sns_sec1 {
    width: 574px;
    display: inline-block;
    float: left;
}

.sns_sec2, .sns_sec3 {
    width: 287px;
    margin-left: 26px;
    float: left;
}

.sns_list li {
    margin-top: 26px;
}

.sns_list li:first-child {
    margin-top: 0;
}

.sns_text, .sns_photo {
    display: block;
    position: relative;
    width: 287px;
    height: 287px;
    box-sizing: border-box;
    background-color: #fff;

    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.list_facebook .sns_photo, .list_facebook .sns_photo img, .list_facebook .sns_text {
    height: 300px !important;
}

.sns_photo img {
    width: 287px;
    height: 287px;
}

.sns_photo .sns_icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.sns_photo .sns_icon i {
    font-size: 30px;
    color: #fff;
    opacity: 0.8;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.sns_text {
    text-align: left;
    word-break: keep-all;
    padding: 36px 32px;
}

.sns_text em {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 16px;
    display: block;
}

.list_naver li div {
    float: left;
}

.list_facebook .sns_text em {
    color: #3b5998;
}

.list_naver .sns_text em {
    color: #00c73c;
}

.sns_text h3 {
    font-size: 22px;
    color: #222;
    margin-bottom: 14px;
    overflow: hidden;
}

.sns_text p {
    font-size: 16px;
    color: #222;
    overflow: hidden;
}

.sns_text .sns_date {
    font-size: 16px;
    color: #999;
    font-weight: 500;
    position: absolute;
    bottom: 34px;

}

.sns_list a:hover .sns_text em, .sns_list a:hover .sns_text h3, .sns_list a:hover .sns_text p, .sns_list a:hover .sns_text span {
    color: #fff;
}

.list_naver a:hover .sns_icon i {
    color: #15ec56;
    opacity: 1;
}

.list_insta a:hover .sns_icon i {
    color: #ed3583;
    opacity: 1;
}

.list_facebook a:hover .sns_icon i {
    color: #3b5998;
    opacity: 1;
}

.list_naver a:hover .sns_text {
    background-color: #00c73c;
}

.list_facebook a:hover .sns_text {
    background-color: #3b5998;
}

.sns_text h3.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    height: 3.0em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}

.list_naver .sns_text p.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.8em;
    height: 5.4em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}

.list_facebook .sns_text p.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.8em;
    height: 9.0em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}

/* footer */
#footer {
    width: 100%;
    background: #2a2d3c;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.footer_menu {
    width: 100%;
    border-bottom: 1px solid #363b51;
}

.footer_menu_list {
    float: left;
}

.footer_menu_list li, .footer_menu_list li a {
    color: #9b9fb1
}

.footer_menu_list li a:hover {
    color: #fff;
}

.footer_menu_list li {
    margin-left: 50px;
    float: left;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
}

.footer_menu_list li:first-child {
    margin-left: 0;
}

.footer_sns {
    float: right;
}

.footer_sns li {
    margin-left: 10px;
    float: left;
    padding-top: 13px;
    box-sizing: border-box;
}

.footer_sns li:first-child {
    margin-left: 0;
}

.footer_sns_icon {
    width: 44px;
    height: 44px;
    padding-top: 10px;
    border-radius: 100%;
    border: 1px solid #464b63;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.footer_sns_icon:hover i {
    color: #fff;
}

.footer_sns_icon i {
    font-size: 22px;
    color: #707695;
}

.footer_info {
    padding: 30px 0;
    display: block;
    width: 100%;
    color: #646981;;
    text-align: left;
    line-height: 1.9;
}

.footer_info .text_bar {
    width: 1px;
    height: 10px;
    background-color: #45474d;
    display: inline-block;
    margin: 0 10px;
}

.footer_logo {
    float: left;
    margin-right: 40px;
    color: #9b9fb1;
}

.footer_address {
    float: left;
    font-size: 15px;
}

.footer_address li {
    font-size: 15px;
}

.footer_bank {
    float: right;
}

.footer_bank em {
    display: block;
    color: #fff;
    font-style: normal;
    font-weight: normal;
}

.footer_bank strong {
    font-size: 26px;
    color: #5296f3;
    font-weight: normal;
    display: block;
    margin-top: -8px;
}

.footer_bank p {
    margin-top: -6px;
}

/* subPage */
.sub_visual {
    background: url("../images/sub_bg_01.jpg") no-repeat top center;
    background-size: cover;
    height: 500px;
    text-align: center;
    position: relative;
    width: 100%;
}

.sub_visual .sub_tit {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    padding-top: 250px;
    box-sizing: border-box;
}

.sub_visual .sub_tit:after {
    content: '';
    width: 2px;
    height: 45px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    background-color: #ffffff;
    margin-top: 30px;
}

.page_navi {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #dddddd;
    display: block;
}

.page_navi h5 {
    color: #000000;
    font-size: 32px;
    font-weight: 300;
    float: left;
    height: 100%;
    display: table;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 90;
}

.page_navi h5 span {
    display: table-cell;
    vertical-align: middle;
}

.page_navi_btn {
    color: #999999;
    font-size: 17px;
    display: table;
    position: absolute;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}

.page_navi_btn:hover, .page_navi_btn:hover i {
    color: #000000;
}

.page_navi_btn:hover i {
    color: #3d75f5;
}

.page_navi_btn i {
    color: #cccccc;
    font-size: 70px;
    display: table-cell;
    vertical-align: middle;
}

.page_navi_btn span {
    display: table-cell;
    vertical-align: middle;
}

.page_navi_btn.left {
    margin-right: 20px;
    left: 0;
}

.page_navi_btn.right {
    margin-left: 20px;
    right: 0;
}

.content {
    padding: 100px 0;
    color: #000000;
}

.cont_tab {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 100px;
}

.cont_tab_list {
    display: inline-block;
}

.cont_tab_list li {
    float: left;
}

.cont_tab_list li, .cont_tab_list li a {
    font-size: 24px;
    font-weight: 300;
    color: #999999;
    min-width: 200px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}

.cont_tab_list li:hover, .cont_tab_list li:hover a {
    color: #000000;
}

.cont_tab_list li.active, .cont_tab_list li.active a {
    color: #000000;
}

.cont_tab_list li:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    display: inline-block;
    margin-top: 20px;
    z-index: 99;
}

.cont_tab_list li.active:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #000000;
    display: inline-block;
    margin-top: 18px;
    z-index: 100;
}

.sub_des {
    width: 100%;
    margin-top: 110px;
}

.sub_des:first-child {
    margin-top: 0;
}

.sub_des dt {
    font-size: 30px;
    font-weight: 600;
    float: left;
    word-break: keep-all;
    width: 270px;
    box-sizing: border-box;
    line-height: 1.25;
}

.sub_des dd {
    font-size: 17px;
    font-weight: 400;
    word-break: keep-all;
    overflow: hidden;
    line-height: 1.9;
    display: block;
}

.area_select {
    width: 100%;
    height: 900px;
    display: block;
    position: relative;
    text-align: center;
    margin-top: 55px;
}

.select_bg {
    background: url("../images/sub_select_bg.png") no-repeat top center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 727px;
    z-index: 1;
}

.select_tit {
    position: relative;
    padding-top: 230px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    z-index: 2;
}

.select_des {
    position: relative;
    padding-top: 20px;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #ffffff;
    z-index: 3;
}

.sel_img_wrap {
    position: absolute;
    top: 200px;
    margin-bottom: 200px;
}

.sel_img_wrap.left {
    left: 180px;
    top: 400px;
}

.sel_img_wrap.right {
    left: 640px;
    top: 400px;
}

.sel_img {
    float: left;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 80px;
    z-index: 9999;
    transition: all 200ms linear;
}

.sel_img .img_title {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    background-color: #3d75f5;
}

.sel_img:first-child {
    margin-left: 0;
}

.sel_img:hover, .sel_img.active {
    box-shadow: 20px 30px 50px rgba(0, 0, 0, 0.5);
    margin-left: -20px;
    margin-top: -20px;
}

.step_list li {
    float: left;
    font-size: 16px;
    line-height: 1.6;
    word-break: keep-all;
    width: 180px;
    margin-left: 50px;
    margin-top: -8px;
}

.step_list li:first-child {
    margin-left: 0;
}

.step_list li em {
    font-style: normal;
    font-size: 32px;
    color: #3d75f5;
}

.step_list li em:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000000;
    display: block;
    margin: 12px 0 18px 0;
}

.dot_list li {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 7px;
}

.dot_list li:before {
    position: relative;
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    background-color: #3d75f5;
    top: 0;
    left: 0;
    margin: 12px 10px 5px 0;
}

.caution_list li {
    float: left;
    font-size: 14px;
    line-height: 1.42;
    text-align: center;
    max-width: 220px;
    word-break: keep-all;
    margin-left: 60px;
    box-sizing: border-box;
}

.caution_list li:first-child {
    margin-left: 0;
}

.caution_list li:nth-child(3) .caution_img {
    padding-top: 10px;
    box-sizing: border-box;
}

.caution_img {
    width: 100%;
    height: 100px;
}

.caution_list li p {
    display: block;
    position: relative;
    padding-top: 20px;
}

.sub_bt_link {
    width: 100%;
}

.bt_link {
    width: 50%;
    height: 220px;
    display: block;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin-top: 130px;
    cursor: pointer;
}

.bt_link_img {
    position: relative;
    display: block;
    width: 100%;
    height: 220px;
    overflow: hidden;
    z-index: 19;
}

.bt_link_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
}

.bt_link:hover .bt_link_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.bt_link_txt_wrap {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 21;
}

.bt_link_txt {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.bt_link p {
    font-size: 36px;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
}

.bt_link em {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    margin-top: 20px;
}

.bt_link em img {
    margin-top: -3px;
    margin-left: 10px;
}