@charset "utf-8";
/* 팝업두개일때 수정
#popup {position:absolute; top:50px; left:50%; z-index:100000; width:1200px; margin-left:-600px;}
#popup .btn_close {position:absolute; top:0; right:-30px;}
#popup .bg{position:fixed; top:0; left:0; z-index:-1; width:3000px; height:100%; background:rgba(0,0,0,0.8); content:'';}
*/
#popup {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 100000;
    width: 700px;
    margin-left: -400px;
}
#popup .btn_close {
    position: absolute;
    top: 0;
    right: -30px;
}
#popup .bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 3000px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    content: '';
}
#consult_pop {
    overflow: hidden;
    position: absolute;
    top: 250px;
    left: 50px;
    z-index: 10000;
    width: 320px;
    padding: 0 40px 30px;
    background: #ffe2f6;
}
#consult_pop h2 {
    padding: 48px 0 30px;
    text-align: center;
}
#consult_pop .btn_close {
    position: absolute;
    top: 12px;
    right: 12px;
}
#consult_pop .form_box {
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #ffffff;
}
#consult_pop .form_box dl {
    overflow: hidden;
}
#consult_pop .form_box dl + dl {
    border-top: 1px solid #cccccc;
}
#consult_pop .form_box dl dt {
    float: left;
    width: 80px;
    padding-left: 10px;
    line-height: 33px;
}
#consult_pop .form_box dl dd {
    margin-left: 80px;
}
#consult_pop .form_box input[type='text'] {
    width: 150px;
    height: 33px;
}
#consult_pop .form_box select {
    border: 0px;
    width: 150px;
    height: 33px;
}
#consult_pop .form_box label,
#consult_pop .form_box input[type='text'],
#consult_pop .form_box select {
    font-size: 13px;
    color: #999999;
}
#consult_pop .form_box label.blind {
    position: absolute;
    top: 0;
    left: -9999px;
}
#consult_pop .submit {
    margin: 11px 0;
}
#consult_pop .agree {
    margin-right: -20px;
}
#consult_pop .agree label {
    font-size: 14px;
    color: #3c1e1e;
}
#consult_pop .agree span {
    display: block;
    font-size: 11px;
    color: #767474;
}
#main_pop {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#main_pop .pop {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -227px;
    margin-top: -310px;
}
#main_pop .pop .btn_close {
    position: absolute;
    top: 0px;
    left: 453px;
}
#wrap {
    overflow: hidden;
    width: 100%;
    min-width: 1400px;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sub0 #header {
    background: none;
}
#header .inwrap {
    position: relative;
    width: 95%;
    max-width: 1520px;
    height: 102px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#header .btn_menu {
    position: absolute;
    top: 26px;
    left: 0;
}
#header h1 {
    position: absolute;
    top: 26px;
    left: 50%;
    z-index: 3;
    width: 150px;
    margin-left: -75px;
}
#header h1 a {
    display: block;
    width: 100%;
    height: 55px;
    text-indent: -999px;
    background: url('../images/v3/etc_logo.png') no-repeat center;
    background-size: 100% auto;
}
#header .header_top {
    position: relative;
    z-index: 210;
}
#header.fixed_top {
    background: rgba(255, 255, 255, 0.6);
}
#header.fixed_top .inwrap {
    height: 85px;
    margin-top: -10px;
}
#header.fixed_top h1 {
    margin-top: -5px;
    width: 130px;
}
.main_n .header_top {}
#header .t_btn {
    position: absolute;
    top: 27px;
    right: 0;
}
#header .btn_counsel {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    overflow: hidden;
    width: 44px;
    height: 33px;
    text-indent: -999px;
    background: url('../images/v3/ico_coulsel.png') no-repeat center;
}
.util_wrap {
    position: relative;
    z-index: 10000;
}
.sub .util_wrap * {
    vertical-align: top;
}
.sub .util_wrap {
    position: relative;
    text-align: right;
    width: 1400px;
    margin: 0 auto;
}
.sub .util_wrap:after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 200;
    width: 5000px;
    height: 40px;
    margin-left: -2500px;
    background: #eeb7c1;
    content: '';
}
.util_menu {
    display: inline-block;
    height: 40px;
    text-align: left;
}
.util_menu > li {
    float: left;
    position: relative;
    padding: 0px 10px;
    z-index: 201;
}
.util_menu > li + li:before {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 1px;
    height: 9px;
    margin-top: -4px;
    background: #605d5d;
    content: '';
}
.util_menu > li a {
    display: block;
    font-size: 14px;
    color: #000000;
    line-height: 40px;
}
li.family_site > a {
    padding-right: 28px;
    background: url('../images/v3/ico_search.png') no-repeat right 9px;
}
li.family_site .sub {
    display: none;
    position: absolute;
    top: 38px;
    left: 9px;
    width: 160px;
    padding: 10px 0px;
    border: 1px solid #8c8c8c;
    background: #fff;
}
li.family_site:hover .sub {
    display: block;
}
li.family_site .sub a {
    display: block;
    padding-left: 18px;
    font-size: 13px;
    color: #575757 !important;
    line-height: 27px;
}
li.family_site .sub li a:hover {
    color: #ff7bd5 !important;
    ;
    text-decoration: underline !important;
}
.site_link {
    overflow: hidden;
    position: absolute;
    top: 12px;
    left: -10px;
    z-index: 310;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site_link li {
    position: relative;
    float: left;
    padding: 0 10px;
    height: 16px;
}
.site_link li + li:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 9px;
    margin-top: -5px;
    background: #605d5d;
    content: '';
}
.site_link li a {
    display: block;
}
.site_link li .on {
    display: none;
}
.main .util_wrap {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 1400px;
    height: 0;
    margin-left: -700px;
    background: none;
}
.main .util_wrap .util_menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
}
.main #header .btn_menu {
    top: 26px;
}
.main #header h1 {
    top: 36px;
}
.main #header .site_link {
    top: 1px;
}
.main #header.fixed_top h1 {
    margin-top: -13px;
}
.main #header.fixed_top .util_wrap {
    margin-top: -15px;
}
.main #header.fixed_top .site_link {
    margin-top: 6px;
}
body.topen {
    overflow: hidden;
}
body.topen.main_n #header .header_top {
    background: none;
}
body.topen #header .btn_menu {
    margin-right: 8.5px;
}
body.topen #header h1 a {
    margin-left: -8.5px;
    background-image: url('../images/v3/gnb_logo.png');
}
body.topen .util_wrap:after {
    background: none;
}
body.topen .util_menu {
    margin-right: 8.5px;
}
body.topen .util_menu > li + li:before {
    background: #fff;
}
body.topen .util_menu > li a {
    color: #fff;
}
body.topen li.family_site > a {
    background-image: url('../images/v3/ico_location_on.png');
}
body.topen .site_link li:after {
    background: #fff;
}
body.topen .site_link li .off {
    display: none;
}
body.topen .site_link li .on {
    display: block;
}
/*
body.topen .util_menu > li a {color:#fff;}
body.topen li.family_site > a {background-image:url('../images/v3/gnb_location.png');}
body.topen .util_menu > li+li:before {background:#fff;}
*/
body.topen #header .btn_counsel {
    margin-right: 8.5px;
    background-image: url('../images/v3/ico_coulsel_on.png');
}
.btn_menu .a_burger {}
.btn_menu .line_wrapper .line {
    width: 37px;
    height: 4px;
    margin-bottom: 6px;
    background: #000;
}
.a_burger {
    position: relative;
    height: 48px;
    width: 36px;
    display: inline-block;
    float: left;
}
.a_burger .line_wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.a_burger .line {
    display: block;
    background-color: #000;
    height: 4px;
    margin-bottom: 5px;
    transition: background-color 0.25s ease, opacity 0.25s ease, transform 0.25s ease-in-out;
    width: 26px;
    transform-origin: 50% 50%;
}
.a_burger .line:last-child {
    margin-bottom: 0;
}
.btn_menu.on .a_burger .line {
    visibility: hidden;
    height: 3px;
    background: #fff;
}
.btn_menu.on .a_burger .line.s01 {
    visibility: visible;
    transform: rotate(45deg) translate3d(5px, 8px, 0);
}
.btn_menu.on .a_burger .line.s03 {
    visibility: visible;
    transform: rotate(-45deg) translate3d(5px, -8px, 0);
}
#total_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    text-align: center;
    background: linear-gradient(-135deg, #db9cdb, #fea5bf);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#total_menu.bg1 {
    background: linear-gradient(-135deg, #db9cdb, #fea5bf) fixed;
}
#total_menu.bg2 {
    background: linear-gradient(-135deg, #9eb7e8, #dc9de2) fixed;
}
#total_menu.bg3 {
    background: linear-gradient(-135deg, #fcb38b, #ff9cb8) fixed;
}
#total_menu.on {
    display: block;
}
#total_menu .gnb_menu {
    display: inline-block;
    width: 1500px;
    margin: 205px auto 0;
}
#total_menu .gnb_menu > li {
    position: relative;
    float: left;
    display: inline-block;
    width: 12.5%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#total_menu .gnb_menu > li {}
#total_menu .gnb_menu > li:hover {
    color: #fff;
    transform: scale(1.1)
}
#total_menu .gnb_menu > li > a {
    display: block;
    font-size: 21px;
    color: #ffffff;
    font-weight: 700;
}
#total_menu .gnb_menu ul {
    padding-top: 11px;
}
#total_menu .gnb_menu ul li {}
#total_menu .gnb_menu ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    letter-spacing: -0.03em;
}
#total_menu .gnb_menu ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
}
#total_menu .last {
    margin-top: 50px;
}
.gnb_link {
    position: absolute;
    bottom: 57px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    text-align: center;
}
.gnb_link a + a {
    margin-left: 45px;
}
.gnb_link a img {
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gnb_link a:hover img {
    top: -10px;
}
/* gnb */
#gnb {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #000000;
    text-align: center;
    height: 36px;
}
#gnb a {
    text-decoration: none;
}
#gnb > ul {
    display: inline-block;
    width: 1400px;
    padding-left: 50px;
}
#gnb > ul > li {
    float: left;
    position: relative;
}
#gnb > ul > li > a {
    display: block;
    padding: 0px 40px;
    font-size: 16px;
    color: #000;
    line-height: 32px;
    font-weight: 400;
}
#gnb .sub {
    display: none;
    position: absolute;
    top: 35px;
    left: 5px;
    width: 205px;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dfdfdf;
    border-top: 0;
}
#gnb .sub a {
    display: block;
    padding: 3px 0px 3px 20px;
    font-size: 15px;
    color: #656565;
    text-align: left;
    line-height: 28px;
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: -0.05em;
}
#gnb .sub a:hover {
    color: #000;
    opacity: 1;
}
#gnb > ul > li.active .sub {
    display: block;
}
#gnb.lifting_gnb {}
#gnb.lifting_gnb > ul {
    width: 690px;
    padding-left: 0;
}
#gnb.semipermanent_gnb > ul {
    width: 1100px;
    padding-left: 0;
}
/* lnb */
#lnb {
    position: relative;
    z-index: 1000;
    width: 807px;
    height: 60px;
    margin: 227px auto 60px;
}
#lnb > ul {
    display: inline-block;
    width: 100%;
    border: 1px solid #c1c1c1;
}
#lnb > ul > li {
    position: relative;
    float: left;
    width: 50%;
}
#lnb > ul > li.s02 {
    width: 50%;
    border-left: 1px solid #c1c1c1;
}
#lnb > ul > li > a {
    position: relative;
    display: block;
    padding-left: 45px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 58px;
    background: #fff;
}
#lnb > ul > li > a:after {
    position: absolute;
    top: 50%;
    right: 45px;
    width: 13px;
    height: 7px;
    margin-top: -4px;
    background: url('../images/common/ico_lnb_arrow.png') no-repeat;
    background-size: 100% auto;
    content: '';
}
#lnb > ul > li.on > a:after {
    background-image: url('../images/common/ico_lnb_arrow.png');
}
#lnb > ul > li.s01 > a {
    background: #faf9f7;
}
#lnb .sub {
    display: none;
    position: absolute;
    top: 59px;
    left: -1px;
    right: -1px;
    padding: 10px 0;
    border: 1px solid #c1c1c1;
    border-top: 0;
    background: #fff;
}
#lnb .sub li {}
#lnb .sub a {
    display: block;
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    color: #353535;
    line-height: 50px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#lnb .sub a:hover {
    color: #333;
    background: #faf9f7;
}
#lnb li.s02 .sub a:hover {
    background: #faf9f7;
}
#lnb .sub a:after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 7px;
    height: 11px;
    margin-top: -3px;
}
#lnb li.on .sub {
    display: block;
}
#tcounsel {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 80px;
    right: -110px;
    width: 329px;
    height: 473px;
    border: 1px solid #8c8c8c;
    background: #fff;
}
#tcounsel dl {
    height: 66px;
    margin-right: -1px;
    padding: 0 15px;
    background: #fcb1be;
}
#tcounsel dt {
    float: left;
    width: 33.33333%;
    text-align: center;
}
#tcounsel dt a {
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 66px;
    font-weight: 500;
}
#tcounsel dd {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
}
#tcounsel dt.on + dd {
    display: block;
}
#tcounsel dt.on a {
    color: #fff;
}
#tcounsel .btn {
    display: block;
    width: 155px;
    height: 46px;
    margin: 0 auto;
    border: 0;
    border-radius: 23px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 46px;
    text-align: center;
    background: #fcb1be;
    cursor: pointer;
}
#tcounsel .box {
    height: 322px;
}
#tcounsel .talk {
    height: 405px;
    background: #ffe2f6;
}
#tcounsel .talk .btn {
    margin-top: 20px;
    background: #e5acd3;
}
#tcounsel .cost .btn {
    margin-top: 10px;
}
#tcounsel form {
    display: block;
    margin: 0 22px;
}
#tcounsel img {
    display: block;
}
#tcounsel input[type="text"] {
    width: 100%;
    height: 40px;
    margin-bottom: 6px;
    padding: 0 10px;
    border: 1px solid #c7c7c7;
    font-size: 14px;
    color: #575757;
}
#tcounsel .agree {
    padding: 2px 0px 5px 5px;
    font-size: 13px;
    color: #575757;
}
#tcounsel .agree a:hover {
    color: #000;
}
#tcounsel.talk dl {
    background: #3c1d1d;
}
@media (max-width: 1800px) {
    #tcounsel {
        right: -20px;
    }
}
#footer {
    padding: 50px 0px 30px;
    text-align: center;
}
#footer.sub {}
#sns_link {}
#sns_link li {
    display: inline-block;
    margin: 0 8px;
}
#sns_link img {
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#sns_link a {
    display: block;
}
#sns_link a:hover img {
    top: -8px;
}
#footer_menu {
    display: inline-block;
    margin-top: 25px;
}
#footer_menu li {
    float: left;
    position: relative;
    margin: 0 14px;
}
#footer_menu a {
    display: block;
    font-size: 16px;
    color: #010101;
    line-height: 30px;
    text-decoration: none;
    font-weight: 400;
}
#footer_menu a:hover {
    color: #ff6fd2;
}
#footer address {
    padding-top: 10px;
    font-size: 16px;
    color: #777777;
    line-height: 26px;
    font-weight: 300;
    font-style: normal;
}
#footer .space {
    display: inline-block;
    width: 16px;
    height: 20px;
}
/* etc */
.after:after {
    display: block;
    clear: both;
    content: ''
}
.sound_only,
.hidden_title {
    overflow: hidden;
    position: absolute;
    top: -500px;
    left: 0px;
    font-size: 0px;
}
#intro_pop {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 100001;
    width: 100%;
    height: 100%;
    min-width: 1300px;
    background: #fff;
}
#intro_pop .btn_close {
    overflow: hidden;
    position: absolute;
    top: 38px;
    right: 23px;
    z-index: 10;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    text-indent: -999px;
    background: url('../images/intro/btn_close.png') no-repeat center #c2cacc;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#intro_pop .btn_close:hover {
    background-color: #f39eb4;
}
#intro_pop .section {
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#intro_pop .section .img {
    overflow: hidden;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#intro_pop .section.on {
    opacity: 1;
}
#intro_pop .section.on .img.full {
    margin-left: -3%;
}
#intro_pop .section.on .img {
    opacity: 1;
}
#intro_pop .section.on .txt img {
    margin: 0;
    opacity: 1;
}
/* #intro_pop .cont_type01 .img.grid3 {
    overflow: hidden;
    width: 100%;
    background: #dabcc2;
}
#intro_pop .cont_type01 .img.grid3 p {
    float: left;
    width: 33.3333%;
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#intro_pop .cont_type01.on .img.grid3 p {
    background-position: center top;
}
#intro_pop .cont_type01 .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}
#intro_pop .cont_type01 .txt img {
    position: absolute;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
} */

#intro_pop .section.cont_type01 {
    background: #8b55d1;
}
#intro_pop .cont_type01 .img {
    position: absolute;
    top: 0;
    left: 55%;
    z-index: 1;
    width: 52.5%;
    background: right center no-repeat #8b55d1;
    background-size: cover;
}
#intro_pop .cont_type01 .img img {
    position: absolute;
    left: 4.5%;
    bottom: 0;
    opacity: 0;
    max-width: 90%;
    margin-bottom: 6.9%;
    margin-left: 50px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#intro_pop .cont_type01 .cont {
    float: left;
    position: relative;
    z-index: 5;
    width: 55%;
    height: 100%;
}
#intro_pop .cont_type01 .cont img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    margin-top: 50px;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#intro_pop .cont_type01.on .img {
    width: 50%;
    margin: 0;
    background-position: left center;
}
#intro_pop .cont_type01.on .img img {
    margin-left: 0px;
    opacity: 1;
}
#intro_pop .cont_type01.on .cont img {
    margin-top: 0;
    opacity: 1;
}

/*  */

#intro_pop .cont_type02 {
    background: #f6a0b4;
}
#intro_pop .cont_type02 .img {
    position: absolute;
    top: 0;
    left: 55%;
    z-index: 1;
    width: 52.5%;
    background: right center no-repeat #f3d1d8;
    background-size: cover;
}
#intro_pop .cont_type02 .img img {
    position: absolute;
    left: 4.5%;
    bottom: 0;
    opacity: 0;
    max-width: 90%;
    margin-bottom: 6.9%;
    margin-left: 50px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#intro_pop .cont_type02 .cont {
    float: left;
    position: relative;
    z-index: 5;
    width: 55%;
    height: 100%;
}
#intro_pop .cont_type02 .cont img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    margin-top: 50px;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#intro_pop .cont_type02.on .img {
    width: 50%;
    margin: 0;
    background-position: left center;
}
#intro_pop .cont_type02.on .img img {
    margin-left: 0px;
    opacity: 1;
}
#intro_pop .cont_type02.on .cont img {
    margin-top: 0;
    opacity: 1;
}
#intro_pop .cont_type03 {
    opacity: 0;
    background: #333333;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#intro_pop .cont_type03 .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 1320px;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#intro_pop .cont_type03 img {
    display: block;
    margin: 0 auto;
}
#intro_pop .cont_type03 .txt01 {
    margin-left: 50px;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#intro_pop .cont_type03 .txt02 {
    margin-top: 30px;
    margin-left: -50px;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#intro_pop .cont_type03 ul {
    overflow: hidden;
    margin: 67px auto 0;
}
#intro_pop .cont_type03 li {
    float: left;
    width: 33.33%;
    padding: 0 16px;
    text-align: center;
}
#intro_pop .cont_type03 img {
    max-width: 100%;
}
#intro_pop .cont_type03 a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
#intro_pop .cont_type03 span {
    position: absolute;
    top: 0;
    left: -10%;
    width: 110%;
    height: 100%;
    padding-top: 40%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    opacity: 0;
    background: url('../images/intro/intro01_arrow.png') center 40% no-repeat rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#intro_pop .cont_type03 a:hover span {
    width: 120%;
    opacity: 1;
}
#intro_pop .cont_type03.on {
    opacity: 1;
}
#intro_pop .cont_type03.on .txt01 {
    opacity: 1;
    margin: 0;
}
#intro_pop .cont_type03.on .txt02 {
    opacity: 1;
    margin-left: 0px;
}
/* 이미지가 상하로 나뉘는 타입 */
#intro_pop .cont_type04 .img {
    position: relative;
    z-index: 2;
}
#intro_pop .cont_type04 .cont01 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 113;
    width: 100%;
    padding-top: 60px;
    height: 380px;
    text-align: center;
    background: #fff;
}
#intro_pop .cont_type04 .txt01 {
    position: absolute;
    top: -235px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-right: 100px;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#intro_pop .cont_type04 .txt02 {
    padding-left: 100px;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#intro_pop .cont_type04.on .img.full {
    margin-left: 0%;
}
#intro_pop .cont_type04.on .txt01,
#intro_pop .cont_type04.on .txt02 {
    padding: 0;
    opacity: 1;
}
#intro_pop .section.s01 .img {
    background: url('../images/intro/intro01_bg01.jpg') center;
    background-size: cover;
}
#intro_pop .section.s01 .txt01 {
    top: -297px;
    left: -105px;
    z-index: 2;
    margin-left: -50px;
    opacity: 0;
}
#intro_pop .section.s01 .txt02 {
    top: -115px;
    left: 89px;
    margin-left: 50px;
    opacity: 0;
}
#intro_pop .section.s01 .txt03 {
    top: 33px;
    left: 94px;
    opacity: 0;
}
#intro_pop .section.s02 .img01 {
    background: url('../images/intro/intro01_bg0201.jpg') left top no-repeat;
    background-size: cover;
}
#intro_pop .section.s02 .img02 {
    background: url('../images/intro/intro01_bg0202.jpg') left top no-repeat;
    background-size: cover;
}
#intro_pop .section.s02 .img03 {
    background: url('../images/intro/intro01_bg0203.jpg') left top no-repeat;
    background-size: cover;
}
#intro_pop .section.s02 .txt01 {
    top: -125px;
    left: -350px;
    margin-top: 30px;
    opacity: 0;
}
#intro_pop .section.s02 .txt02 {
    top: 48px;
    left: -477px;
    margin-top: 30px;
    opacity: 0;
}
#intro_pop .section.s03 .img {
    background-image: url('../images/intro/intro01_bg03.jpg');
}
#intro_pop .section.s04 .img {
    background-image: url('../images/intro/intro01_bg04.jpg');
}
#intro_pop .section.s05 .img {
    background-image: url('../images/intro/intro01_bg05.jpg');
}
#intro_pop .section.s06 {
    background: #333333
}
#fp-nav {
    z-index: 100005 !important;
}
#fp-nav {
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
#fp-nav.off {
    opacity: 0;
}
