@charset "utf-8";

div#wrap {
    position: relative;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
.fp-tableCell {
    position: relative;
}
.subVisual {
    height: 100%;
    position: relative;
    overflow: hidden;
}

/**스크롤 안보이게 하기**/
::-webkit-scrollbar {
    display: none;
}

header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.1);
}
header > a {
    position: absolute;
    left: 100px;
    top: 18px;
    z-index: 1;
    width: 174px;
    height: 24px;
    background: url(../img/topLogo.png?V=2) no-repeat;
    cursor: pointer;
}
header > a span {
    position: absolute;
    top: -1000px;
    text-indent: -9999px;
    font-size: 0 !important;
}
header nav.pc-nav {
    display: flex;
    justify-content: flex-end;
    padding: 0 70px;
}
header nav.pc-nav a {
    position: relative;
    display: block;
    padding: 20px 30px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}
header nav.mobile-nav {
    display: none;
}
header nav.mobile-nav .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

header nav.mobile-nav .sidenav a {
    padding: 20px 0;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

header nav.mobile-nav .sidenav a:hover {
    color: #f1f1f1;
}

header nav.mobile-nav .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
header nav.mobile-nav span {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    float: right;
    position: absolute;
    right: 20px;
    top: 12px;
}
.all-ft {
    background: #fff;
}
.all-ft,
.all-ft .fp-tableCell {
    height: auto !important;
}
.all-ft .slick-dots {
    display: none !important;
}
.all-ft .slick-box {
    padding: 70px 0;
}
.slick-slider img {
    margin: 0 auto;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    width: 15px;
    height: 28px;
}
.slick-prev {
    background: url(../img/slick-arrow.png) no-repeat 50% 50%;
    left: -20px;
}
.slick-next {
    background: url(../img/slick-arrow2.png) no-repeat 50% 50%;
    right: -20px;
}
.all-ft .app-down {
    background: url(../img/main-bg06.png) no-repeat 50% 50%;
    background-size: cover;
    margin-top: 0;
}
.all-ft .app-down .main-txt {
    text-align: center;
    padding-top: 80px;
}
.all-ft .app-down .main-txt p.title {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    padding: 15px 0 35px;
}
.all-ft .app-down .app {
    text-align: center;
    padding-bottom: 50px;
}
.all-ft .app-down .app a {
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
    width: 180px;
    height: 50px;
    border-radius: 30px;
    line-height: 40px;
    margin: 0 15px;
    cursor: pointer;
}
.all-ft .app-down .app a img {
    vertical-align: middle;
}
footer#footer {
    padding: 50px 0;
}
footer#footer:after {
    content: "";
    display: block;
    clear: both;
}
footer#footer .txt {
    float: left;
    width: 70%;
}
footer#footer .logo {
    float: left;
    width: 30%;
    text-align: right;
}
footer#footer .txt .o-dep p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #3c3c3c;
    display: flex;
}
footer#footer .txt .o-dep b {
    font-weight: 500;
    margin-right: 20px;
    color: #3c3c3c;
}
footer#footer .txt .o-dep a {
    font-weight: 500;
    margin: 0 20px 0 4px;
    color: #3c3c3c;
}
footer#footer .txt .o-dep span {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #666;
}
footer#footer .txt .tw-dep {
    margin: 30px 0;
}
footer#footer .txt .tw-dep p {
    font-size: 14px;
    line-height: 26px;
    color: #3c3c3c;
}
footer#footer .txt .tw-dep b {
    font-weight: 500;
    margin-left: 5px;
}
footer#footer .txt .tw-dep span {
    font-size: 14px;
    line-height: 26px;
    color: #3c3c3c;
    margin: 0 10px;
}
footer#footer .txt .th-dep {
    font-size: 14px;
    line-height: 14px;
    color: #383838;
    font-weight: 400;
}
footer#footer .logo .sns ul li {
    margin-left: 10px;
    display: inline-block;
}
footer#footer .logo .sns ul li:first-child {
    margin-left: 0;
}
footer#footer .logo .sns ul li a {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}
footer#footer .logo .sns ul li:nth-child(1) a {
    background: url(../img/sns-banner01.png) no-repeat 50% 50% / cover;
}
footer#footer .logo .sns ul li:nth-child(2) a {
    background: url(../img/sns-banner02.png) no-repeat 50% 50% / cover;
}
footer#footer .logo .sns ul li:nth-child(3) a {
    background: url(../img/sns-banner03.png) no-repeat 50% 50% / cover;
}
footer#footer .logo .sns ul li:nth-child(4) a {
    background: url(../img/sns-banner04.png) no-repeat 50% 50% / cover;
}
footer#footer .logo .seoul {
    margin-top: 40px;
}

.top-arrow {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 99;
}
.top-arrow a {
    background: url(../img/top-btn.png) no-repeat 50% 50%;
    background-size: cover;
    width: 47px;
    height: 47px;
    display: block;
}

/*사이드 네비*/
/*side nav*/
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 48%;
    right: 75px;
}
#fp-nav li {
    display: block;
    width: 14px;
    height: 14px;
    margin: 7px;
    position: relative;
}
#fp-nav li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-size: 0;
}
#fp-nav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
    background: #fdd93f;
}
#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 {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    background: #fdd93f;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
body.fp-viewing-5 #fp-nav,
body.fp-viewing-6 #fp-nav {
    display: none;
}
#fp-nav li:nth-child(6),
#fp-nav li:nth-child(7) {
    display: none;
}

/*****공통*****/
.section .innerWrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.section .innerWrap:after {
    content: "";
    display: block;
    clear: both;
}
.section .main-txt p {
    font-size: 20px;
    line-height: 31px;
    letter-spacing: -1px;
    color: #3e3b39;
}
.section .main-txt p.title {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0;
    font-weight: 500;
    color: #3c3c3c;
}

/*****main*****/
.main #section0 .mainVisual {
    background: url(../img/main-bg1.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 100%;
}
.main #section0 .mainVisual .main-txt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.main #section0 .mainVisual .main-txt p {
    padding: 60px 0;
    color: #fff;
}
.main #section0 .mainVisual .main-txt p.title {
    padding: 0;
    color: #fff;
    font-weight: 400;
}
.main #section0 .mainVisual .main-txt p.title span {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
    font-weight: 500;
    color: #fff;
    display: block;
}
.main #section0 .mainVisual .innerWrap .app {
    text-align: center;
    padding-top: 64px;
}
.main #section0 .mainVisual .innerWrap .app a{
    display: inline-block;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.8);
    width: 180px;
    height: 50px;
    border-radius: 30px;
    line-height: 40px;
    cursor: pointer;
    margin-right: 16px;
}
.main #section0 .mainVisual .innerWrap .app a img{
    vertical-align: middle;
}
.main #section1 .subVisual {
    background: url(../img/main-bg2.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.main #section1 .subVisual .main-txt {
    position: absolute;
    top: 0;
    width: 100%;
}
.main #section1 .main-txt p.title {
    padding: 125px 0 40px;
    line-height: 60px;
    text-align: center;
}
.main #section1 .main-txt p {
    text-align: center;
}

.main #section2 .subVisual {
    background: url(../img/main-bg03.png) no-repeat 50% 50%;
    background-size: cover;
}
.main #section2 .subVisual .main-txt {
    position: absolute;
    top: 50%;
    left: 68%;
    transform: translate(-50%, -50%);
}
.main #section2 .main-txt p.title {
    padding: 0;
}
.main #section2 .main-txt p {
    padding: 50px 0 90px;
}
.main #section2 .subVisual .main-txt a {
    font-size: 16px;
    line-height: 16px;
    border: solid 1px #535251;
    padding: 10px 17px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    transition: background 0.8s;
}
.main #section2 .subVisual .main-txt a:hover {
    background: #333;
    color: #fff;
    transition: background 0.8s;
}

.main #section3 .subVisual {
    background: url(../img/main-bg04.png) no-repeat 50% 50%;
    background-size: cover;
}
.main #section3 .subVisual .main-txt {
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translate(-50%, -50%);
}
.main #section3 .main-txt p.title {
    padding: 0;
    line-height: 60px;
}
.main #section3 .main-txt p {
    padding: 50px 0 90px;
    line-height: 40px;
}
.main #section3 .subVisual .main-txt a {
    font-size: 16px;
    line-height: 16px;
    border: solid 1px #535251;
    padding: 10px 17px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    transition: background 0.8s;
}
.main #section3 .subVisual .main-txt a:hover {
    background: #333;
    color: #fff;
    transition: background 0.8s;
}

/*****use*****/

.use .home__nav {
    position: fixed;
    top: 50%;
    right: 200px;
    transform: translate3d(-50%, -50%, 0);
    z-index: 100;
    width: 105px;
    height: auto;
}
.section .row2 {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}
.use .section .txtbox p {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0;
    color: #3e3b39;
    margin-bottom: 40px;
    font-weight: 500;
}
.use .section .txtbox p b {
    font-weight: bold;
}
.use .section .txtbox span {
    font-size: 20px;
    line-height: 30px;
    color: #3e3b39;
    display: block;
}

.use #section0 .subVisual {
    background: url(../img/use-bg01.png) no-repeat 50% 50%;
    background-size: cover;
}
.use #section0 .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50.2%, -50.8%);
    z-index: 10;
    border-radius: 55px;
    box-shadow: 30px 30px 40px 0px rgba(0, 0, 0, 0.25);
}
.use #section0 .row2.s1 {
    background: rgba(0, 0, 0, 0.28);
}
.use #section0 .row2.s1 .txtbox {
    left: 0;
    right: 225px;
    transform: none;
    width: auto;
    text-align: right;
    position: absolute;
    top: 50%;
}
.use #section0 .row2.s2 .txtbox {
    left: 225px;
    transform: none;
    width: auto;
    text-align: left;
    position: absolute;
    top: 50%;
}
.use #section0 .txtbox p {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 400;
}
.use #section0 .s2 .txtbox p {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 500;
}
.use #section0 .s2 .txtbox p b {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: bold;
}
.use #section1 .subVisual {
    background: url(../img/use-bg02.png) no-repeat 50% 50%;
    background-size: cover;
}
.use #section1 .row2.s1 {
    background: rgba(255, 255, 255, 0.8);
}
.use #section1 .img {
    position: absolute;
    top: 50%;
    transform: translate(-50.2%, -50.8%);
    right: 0;
}
.use #section1 .img > img {
    border-radius: 55px;
    box-shadow: 30px 30px 40px 0px rgba(0, 0, 0, 0.25);
}
.use #section1 .img:before {
    content: "도움이필요할때, 애니맨";
    position: absolute;
    left: -150px;
    bottom: 125px;
    transform: rotate(-90deg);
    font-size: 24px;
    color: rgba(51, 51, 51, 0.1);
    font-family: "S-CoreDream-3Light";
}
.use #section1 .txtbox {
    position: absolute;
    top: 50%;
    left: 220px;
    transform: translate(-50%, -50%);
}
.use #section2 .subVisual {
    background: url(../img/use-bg03.png) no-repeat 50% 50%;
    background-size: cover;
}
.use #section2 .row2.s2 {
    background: rgba(48, 49, 61, 0.8);
}
.use #section2 .img {
    position: absolute;
    top: 50%;
    transform: translate(-50.2%, -50.8%);
    left: 315px;
}
.use #section2 .img > img {
    border-radius: 55px;
    box-shadow: 30px 30px 40px 0px rgba(0, 0, 0, 0.25);
}
.use #section2 .img:before {
    content: "도움이필요할때, 애니맨";
    position: absolute;
    right: -150px;
    top: 125px;
    transform: rotate(90deg);
    font-size: 24px;
    color: rgba(255, 255, 255, 0.05);
    font-family: "S-CoreDream-3Light";
}
.use #section2 .txtbox {
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translate(-50%, -50%);
}
.use #section3 .subVisual {
    background: url(../img/use-bg04.png) no-repeat 50% 50%;
    background-size: cover;
}
.use #section3 .row2.s1 {
    background: rgba(255, 255, 255, 0.5);
}
.use #section3 .img {
    position: absolute;
    top: 50%;
    transform: translate(-50.2%, -50.8%);
    right: 0;
}
.use #section3 .img > img {
    border-radius: 55px;
    box-shadow: 30px 30px 40px 0px rgba(0, 0, 0, 0.25);
}
.use #section3 .img:before {
    content: "도움이필요할때, 애니맨";
    position: absolute;
    left: -150px;
    bottom: 125px;
    transform: rotate(-90deg);
    font-size: 24px;
    color: rgba(51, 51, 51, 0.1);
    font-family: "S-CoreDream-3Light";
}
.use #section3 .txtbox {
    position: absolute;
    top: 50%;
    left: 220px;
    transform: translate(-50%, -50%);
}
.use #section4 .subVisual {
    background: url(../img/use-bg05.png) no-repeat 50% 50%;
    background-size: cover;
}
.use #section4 .img {
    position: absolute;
    top: 50%;
    transform: translate(-50.2%, -50.8%);
    left: 315px;
}
.use #section4 .img > img {
    border-radius: 55px;
    box-shadow: 30px 30px 40px 0px rgba(0, 0, 0, 0.25);
}
.use #section4 .img:before {
    content: "도움이필요할때, 애니맨";
    position: absolute;
    right: -150px;
    top: 125px;
    transform: rotate(90deg);
    font-size: 24px;
    color: rgba(255, 255, 255, 0.05);
    font-family: "S-CoreDream-3Light";
}
.use #section4 .txtbox {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
}
.use #section4 .txtbox p,
.use #section4 .txtbox span {
    color: #fff;
}
.use .all-ft .app-down {
    margin-top: 0;
}
/*****helper*****/

/* .helper header nav a {
    color: #3c3c3c;
} */
.helper .main-txt p.title {
    font-size: 40px;
    line-height: 60px;
    color: #3c3c3c;
    padding-top: 0;
    font-weight: 500;
}
.helper .main-txt p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    color: #3c3c3c;
}
.helper #section0 {
    background: url(../img/helper-bg01.png) no-repeat 50% 50%;
    background-size: cover;
}
.helper #section0 .main-txt {
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.helper #section0 .main-txt p {
    font-size: 20px;
    padding: 0;
}
.helper #section0 .main-txt p.title {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    padding-top: 50px;
}
.helper #section0 .main-txt p.title span {
    color: #0956be;
    font-weight: bold;
    display: block;
    font-size: 50px;
}
.helper #section0 .img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.helper #section1 .img {
    text-align: center;
    position: relative;
    height: 75%;
}
.helper #section1 .img .map {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.helper #section1 .img .pointer {
    position: absolute;
    top: 28%;
    left: 47.5%;
    transform: translate(-50%, -50%);
    animation: hotspot 3s linear infinite;
}
@keyframes hotspot {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.helper #section1 .main-txt {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 25%;
}
.helper #section2 {
    background: #fafafa;
}
.helper #section2 .subVisual .imgbox {
    text-align: center;
    position: relative;
    height: 75%;
}
.helper #section2 .phone {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 55px;
    box-shadow: 30px 30px 40px 0px rgba(0, 0, 0, 0.25);
}
.helper #section2 .money {
    position: absolute;
}
.helper #section2 .money:nth-child(1) {
    position: absolute;
    top: 10%;
    left: 0;
}
.helper #section2 .money:nth-child(2) {
    position: absolute;
    left: 35%;
    top: 16%;
    z-index: 1;
}
.helper #section2 .money:nth-child(3) {
    position: absolute;
    top: 6.36%;
    left: 55%;
    z-index: 1;
}
.helper #section2 .money:nth-child(4) {
    position: absolute;
    top: 75%;
    left: 55%;
    z-index: 1;
}
.helper #section2 .money:nth-child(5) {
    position: absolute;
    top: 50%;
    right: 0;
}
.helper #section2 .main-txt {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 25%;
}
.helper #section3 .img {
    text-align: center;
    position: relative;
    height: 75%;
}
.helper #section3 .img .logo-card {
    box-shadow: 30px 30px 40px 0px rgba(0, 0, 0, 0.25);
    border-radius: 45px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.helper #section3 .img .festival-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.helper #section3 .main-txt {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 25%;
}
.helper #section4 {
    background: url(../img/helper-bg06-img01.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.helper #section4 .main-txt {
    text-align: center;
    padding-top: 100px;
}
.helper #section4 .main-txt p {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    font-weight: 400;
}
.helper #section4 .youtube {
    margin-top: 50px;
    text-align: center;
}
.helper #section4 .youtube iframe {
    width: 640px;
}
.helper #section4 .app-dep {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
}
.helper #section4 .app-dep:before {
    content: "";
    display: block;
    width: 710px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.helper #section4 .app-dep .innerWrap > div {
    text-align: center;
    width: 20%;
    float: left;
    color: #fff;
    position: relative;
}
.helper #section4 .app-dep .innerWrap > div .number {
    font-size: 20px;
    line-height: 100px;
    font-weight: 400;
    font-family: "Spoqa Han Sans" !important;
    height: 100px;
}
.helper #section4 .app-dep .innerWrap > div .circle {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.helper #section4 .app-dep .innerWrap > div .txt {
    font-size: 24px;
    line-height: 40px;
    padding-top: 30px;
}

.tip .subVisual {
    margin: 0 162px;
}
.tip .subVisual .txtboxWrap {
    padding-top: 200px;
    text-align: center;
}
.tip .subVisual .txtboxWrap .txtbox {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #3c3c3c;
    padding: 0 16px;
}
.tip .subVisual .txtboxWrap .sub_txtbox {
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    text-align: center;
    color: #3c3c3c;
    margin-top: 16px;
    padding: 0 16px;
}
.tip .subVisual .imgbox {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 100%;
}
.tip .subVisual .imgbox:after {
    content: "";
    display: block;
    clear: both;
}
.tip .subVisual .imgbox .list {
    width: 25%;
    float: left;
    text-align: center;
    height: 60%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}
.tip .subVisual .imgbox .list:nth-child(1) {
    left: 0;
}
.tip .subVisual .imgbox .list:nth-child(2) {
    left: 25%;
}
.tip .subVisual .imgbox .list:nth-child(3) {
    left: 50%;
}
.tip .subVisual .imgbox .list:nth-child(4) {
    left: 75%;
}
.tip .section .subVisual .imgbox .list > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.tip .section .subVisual .imgbox .list > p {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    z-index: 1;
    width: 100%;
}
.tip .section .subVisual .imgbox .list:hover div {
    transform: scale(1.15);
    transition: all 0.7s;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
.tip .section .subVisual .imgbox .list div {
    height: 100%;
    transition: all 0.7s;
}
.tip .section .subVisual .imgbox .list div:hover:after {
    content: "";
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.tip #section0 .subVisual .imgbox .list:nth-child(1) > div {
    background: url(../img/tip-sec01-img01.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section0 .subVisual .imgbox .list:nth-child(2) > div {
    background: url(../img/tip-sec01-img02.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section0 .subVisual .imgbox .list:nth-child(3) > div {
    background: url(../img/tip-sec01-img03.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section0 .subVisual .imgbox .list:nth-child(4) > div {
    background: url(../img/tip-sec01-img04.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section1 .subVisual .imgbox .list:nth-child(1) > div {
    background: url(../img/tip-sec02-img01.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section1 .subVisual .imgbox .list:nth-child(2) > div {
    background: url(../img/tip-sec02-img02.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section1 .subVisual .imgbox .list:nth-child(3) > div {
    background: url(../img/tip-sec02-img03.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section1 .subVisual .imgbox .list:nth-child(4) > div {
    background: url(../img/tip-sec02-img04.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section2 .subVisual .imgbox .list:nth-child(1) > div {
    background: url(../img/tip-sec03-img01.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section2 .subVisual .imgbox .list:nth-child(2) > div {
    background: url(../img/tip-sec03-img02.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section2 .subVisual .imgbox .list:nth-child(3) > div {
    background: url(../img/tip-sec03-img03.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section2 .subVisual .imgbox .list:nth-child(4) > div {
    background: url(../img/tip-sec03-img04.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section3 .subVisual .imgbox .list:nth-child(1) > div {
    background: url(../img/tip-sec04-img01.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section3 .subVisual .imgbox .list:nth-child(2) > div {
    background: url(../img/tip-sec04-img02.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section3 .subVisual .imgbox .list:nth-child(3) > div {
    background: url(../img/tip-sec04-img03.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section3 .subVisual .imgbox .list:nth-child(4) > div {
    background: url(../img/tip-sec04-img04.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section4 .subVisual .imgbox .list:nth-child(1) > div {
    background: url(../img/tip-sec05-img01.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section4 .subVisual .imgbox .list:nth-child(2) > div {
    background: url(../img/tip-sec05-img02.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section4 .subVisual .imgbox .list:nth-child(3) > div {
    background: url(../img/tip-sec05-img03.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section4 .subVisual .imgbox .list:nth-child(4) > div {
    background: url(../img/tip-sec05-img04.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section5 .subVisual .imgbox .list:nth-child(1) > div {
    background: url(../img/tip-sec06-img01.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section5 .subVisual .imgbox .list:nth-child(2) > div {
    background: url(../img/tip-sec06-img02.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section5 .subVisual .imgbox .list:nth-child(3) > div {
    background: url(../img/tip-sec06-img03.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.tip #section5 .subVisual .imgbox .list:nth-child(4) > div {
    background: url(../img/tip-sec06-img04.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#wrap .visible {
    transition: all 1s ease;
    /* transform: translate(-50%,-50%); */
    opacity: 1;
}
#wrap .invisible {
    transition: all 1s ease;
    transform: translate(-90px, 0);
    opacity: 0;
}

/*****company*****/

.company .section.bg {
    height: 264px;
    background: url(../img/company_bg.jpg) no-repeat center center;
    background-size: cover;
    display: table;
    width: 100%;
    text-align: center;
    padding-top: 60px;
}
.company .section.bg.mb {
    display: none;
}
.company .section.bg p {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
}
.company .section.titlebox .title {
    text-align: center;
    border-bottom: solid 2px #efefef;
}
.company .section.titlebox .title p {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    padding: 25px 0;
    display: inline-block;
    border-bottom: solid 2px #333333;
    margin-bottom: -2px;
}
.company .section.ceo {
    padding: 90px 0;
}
.company .section.ceo .innerWrap .profile {
    float: left;
    margin-right: 70px;
}
.company .section.ceo .innerWrap .profile .logo {
    text-align: center;
    margin-top: 50px;
}
.company .section.ceo .innerWrap .text {
    float: left;
    width: 60%;
    margin-top: -10px;
}
.company .section.ceo .innerWrap.pc {
    display: block;
}
.company .section.ceo .innerWrap.mb {
    display: none;
}
.company .section.ceo .innerWrap .text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 32px;
}
.company .section.ceo .innerWrap .text p.big {
    font-size: 28px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 0;
}
.company .section.ceo .innerWrap .text p.sub {
    font-size: 20px;
    font-weight: 500;
}
.company .section.ceo .innerWrap .text p.ceo {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 50px;
}
.company .section.ceo .innerWrap .text p.ceo img {
    vertical-align: middle;
    margin-left: 16px;
}
.company .section.notice_box .innerWrap {
    max-width: 900px;
}
.company .section.notice_box .innerWrap .notice {
    position: relative;
}
.company .section.notice_box .innerWrap .notice .notice_list .list {
    padding: 50px 0;
    border-bottom: solid 1px #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    height: 230px;
    min-height: 230px;
}
.company .section.notice_box .innerWrap .notice .notice_list .list .text .title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: -0.48px;
    text-align: left;
    margin-bottom: 16px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.company .section.notice_box .innerWrap .notice .notice_list .list .text .content {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.48px;
    text-align: left;
    color: #666666;
    margin-bottom: 24px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 50px;
    min-height: 50px;
}
.company .section.notice_box .innerWrap .notice .notice_list .list .text .content p, 
.company .section.notice_box .innerWrap .notice .notice_list .list .text .content span {
    font-size: 16px !important;
    font-weight: 300;
    font-stretch: normal !important;
    font-style: normal;
    line-height: 1.5 !important;
    letter-spacing: -0.48px !important;
    text-align: left;
    color: #666666 !important;
    word-wrap: break-word !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;

}
.company .section.notice_box .innerWrap .notice .notice_list .list .text {
    width: 648px;
}
.company .section.notice_box .innerWrap .notice .notice_list .list .text .date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: -0.42px;
    text-align: left;
    color: #666666;
}
.company .section.notice_box .innerWrap .notice .notice_list .list .img {
    margin-left: 20px;
    width: 232px;
    min-width: 232px;
    height: 132px;
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.company .section.notice_box .innerWrap .notice .notice_list .list .img img {
    width: 100%;
    height: auto;
}
.company .section.notice_box .innerWrap .notice .paging {
    margin-top: 50px;
    text-align: center;
}
.company .section.notice_box .innerWrap .notice .paging #paging {
    display: flex;
    align-items: center;
    justify-content: center;
}
.company .section.notice_box .innerWrap .notice .paging #paging a {
    font-size: 18px;
    line-height: 18px;
    color: #666666;
    font-weight: 300;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    cursor: pointer;
}
.company .section.notice_box .innerWrap .notice .paging #paging a.active {
    font-weight: bold;
}
.company .section.notice_box .innerWrap .notice .paging #paging a:hover {
    font-weight: bold;
}
.company .section.notice_box .innerWrap .notice .paging #paging a#prev {
    margin: 0 30px 0 0;
    background: url(../img/arrow.png) #fff no-repeat center center;
    background-size: 8px;
    border: solid 1px #ebebeb;
}
.company .section.notice_box .innerWrap .notice .paging #paging a#next {
    margin: 0 0 0 30px;
    background: url(../img/arrow2.png) #fff no-repeat center center;
    background-size: 8px;
    border: solid 1px #ebebeb;
}
.company .section.notice_box .innerWrap .notice .notice_detail {
    position: absolute;
    background: #fff;
    display: none;
    width: 100%;
}
.company .section.notice_box .innerWrap .notice .notice_detail .detail {
    border-bottom: solid 1px #efefef;
    padding: 70px 0;
    height: 690px;
    min-height: 690px; /** 이거 수정하기 **/
    overflow: scroll;
}
.company .section.notice_box .innerWrap .notice .notice_detail .detail .title {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.72px;
    text-align: left;
    color: #333;
    padding-bottom: 24px;
}
.company .section.notice_box .innerWrap .notice .notice_detail .detail .date {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: -0.48px;
    text-align: left;
    color: #666666;
    padding-bottom: 40px;
}
.company .section.notice_box .innerWrap .notice .notice_detail .detail .img {
    width: 100%;
    height: 430px;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    overflow: hidden;
}
.company .section.notice_box .innerWrap .notice .notice_detail .detail .img img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}
.company .section.notice_box .innerWrap .notice .notice_detail .detail .content {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: -0.48px;
    text-align: left;
    color: #666666;
    margin-top: 40px;
}
.company .section.notice_box .innerWrap .notice .notice_detail .go_list {
    text-align: right;
    padding-top: 50px;
}
.company .section.notice_box .innerWrap .notice .notice_detail .go_list a {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    border: solid 1px #ebebeb;
    width: 110px;
    min-width: 110px;
    height: 40px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/*****company*****/

@media screen and (max-width: 1400px) {
    .helper .main-txt p.title {
        font-size: 36px;
        line-height: 54px;
    }
    .helper #section4 .main-txt {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .section .innerWrap {
        max-width: 100%;
        width: 100%;
    }
    .main .mainVisual .main-txt,
    .main .subVisual .main-txt {
        margin: 0 20px;
    }
    .main #section1 .mainVisual .main-txt,
    .main #section1 .subVisual .main-txt {
        margin: 0;
        top: 70px;
    }
    .use #section0 .row2.s1 .txtbox {
        right: 180px;
    }
    .use #section0 .txtbox p {
        font-size: 26px;
    }
    .use #section0 .row2.s2 .txtbox {
        left: 180px;
    }
    .use #section0 .s2 .txtbox p,
    .use #section0 .s2 .txtbox p b {
        font-size: 35px;
    }
    .tip .subVisual {
        margin: 0;
    }
    footer#footer {
        padding: 50px 20px;
    }
    .company .section.bg {
        background: url(../img/company_bg.jpg) no-repeat 80% 50%;
    }
    .company .section.ceo .innerWrap .profile {
        width: 100%;
        text-align: center;
        float: unset;
    }
    .company .section.ceo .innerWrap .text {
        float: unset;
        width: 100%;
        padding: 0 20px;
        margin-top: 50px;
    }
    .company .section.notice_box .innerWrap {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1024px) {
    header > a {
        left: 20px;
    }
    header nav.pc-nav {
        display: none;
    }
    header nav.mobile-nav {
        display: block;
    }
    .main #section2 .subVisual .main-txt {
        left: 0;
        right: 0;
        transform: translate(0, -50%);
        text-align: right;
    }
    .section .row2 {
        width: 100%;
        height: 50%;
    }
    .use #section0 .img {
        width: 300px;
    }
    .use .section .img > img {
        width: 100%;
    }
    .use #section0 .row2.s1 .txtbox {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 25%;
    }
    .use #section0 .row2.s2 .txtbox {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 65%;
        left: 0;
    }
    .use #section1 .row2.s1,
    .use #section2 .row2.s2,
    .use #section3 .row2.s1,
    .use #section4 .row2.s2 {
        overflow: hidden;
    }
    .use #section1 .img {
        top: 70%;
        left: 50%;
        right: 0;
        width: 300px;
    }
    .use #section2 .img {
        top: 70%;
        left: 50%;
        right: 0;
        width: 300px;
    }
    .use #section3 .img {
        top: 70%;
        left: 50%;
        right: 0;
        width: 300px;
    }
    .use #section4 .img {
        top: 70%;
        left: 50%;
        right: 0;
        width: 300px;
    }
    .use .section .txtbox p {
        font-size: 35px;
    }
    .use .section .txtbox span {
        font-size: 18px;
    }
    .helper #section0 .main-txt {
        padding-top: 0;
        width: 100%;
    }
    .helper #section0 .main-txt p {
        font-size: 24px;
    }
    .helper #section0 .main-txt p.title {
        font-size: 36px;
    }
    .helper #section1 .img .map {
        width: 100%;
    }
    .helper #section1 .img .pointer {
        top: 34%;
        left: 45%;
    }
    .helper #section3 .img .festival-box .festival {
        width: 100%;
    }
    .helper #section4 .youtube {
        padding: 0 20px;
    }
    .helper #section4 .youtube iframe {
        width: 100%;
        height: 450px;
    }
    .helper #section4 .app-dep {
        width: 100%;
        top: 75%;
    }
    .helper #section4 .app-dep .innerWrap > div .txt {
        font-size: 20px;
    }
    .helper #section4 .app-dep .innerWrap > div:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
    }
    .helper #section4 .app-dep:before {
        display: none;
    }
    .helper #section4 .main-txt {
        padding-top: 100px;
    }
    .helper #section4 .app-dep .innerWrap > div {
        width: 50%;
    }
    .helper #section4 .app-dep .innerWrap > div .number {
        font-size: 16px;
        line-height: 35px;
    }
    .helper #section4 .app-dep .innerWrap > div .txt {
        font-size: 18px;
    }
    .helper #section4 .app-dep .innerWrap > div:nth-child(5) {
        width: 100%;
    }
    .helper #section4 .app-dep .innerWrap > div .circle {
        width: 10px;
        height: 10px;
    }
    .tip .subVisual .txtboxWrap .txtbox {
        font-size: 36px;
    }
    .all-ft .slick-box {
        padding: 40px 0;
        width: 90%;
        max-width: 90%;
    }
    #fp-nav {
        right: 25px;
    }
    footer#footer .txt {
        width: 100%;
    }
    footer#footer .logo {
        width: 100%;
        text-align: left;
        margin-top: 20px;
    }
    footer#footer .logo .sns {
        width: auto;
        float: left;
    }
    footer#footer .logo .seoul {
        width: auto;
        float: left;
        margin: 0 0 0 20px;
    }
}
@media screen and (max-width: 930px) {
    .company .section.notice_box .innerWrap .notice .notice_list .list .text {
        width: auto;
    }
    .company .section.notice_box .innerWrap .notice .notice_list .list .img {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .use #section1 .img {
        top: 100%;
    }
    .use #section2 .img {
        top: 100%;
    }
    .use #section3 .img {
        top: 100%;
    }
    .use #section4 .img {
        top: 100%;
    }
    .tip .subVisual .imgbox {
        height: 60%;
    }
    .tip .subVisual .imgbox .list {
        width: 50%;
        height: 50%;
        position: relative;
    }
    .tip .subVisual .imgbox .list:nth-child(1),
    .tip .subVisual .imgbox .list:nth-child(2),
    .tip .subVisual .imgbox .list:nth-child(3),
    .tip .subVisual .imgbox .list:nth-child(4) {
        left: 0;
    }
    .tip .section .subVisual .imgbox .list > p {
        top: 65%;
    }
    .helper #section1 .img .pointer {
        top: 31%;
        left: 44%;
    }
    .helper #section4 .youtube iframe {
        height: 400px;
    }
    .helper #section4 .app-dep {
        top: 80%;
    }
    .helper #section4 .app-dep .innerWrap > div {
        width: 33.3%;
    }
    .helper #section4 .app-dep .innerWrap > div:nth-child(4),
    .helper #section4 .app-dep .innerWrap > div:nth-child(5) {
        width: 50%;
    }
    .helper #section4 .app-dep .innerWrap > div .number {
        height: 75px;
        line-height: 72px;
    }
    .company .section.ceo .innerWrap .text p {
        margin-top: 24px;
    }
    .company .section.ceo .innerWrap .text p.big {
        font-size: 26px;
        line-height: 40px;
    }
    .company .section.ceo .innerWrap .text p.ceo {
        font-size: 22px;
    }
}
@media screen and (max-width: 500px) {
    header nav.mobile-nav .sidenav {
        padding-top: 70px;
    }
    header nav.mobile-nav .sidenav a {
        font-size: 20px;
    }
    .main #section0 .mainVisual .main-txt,
    .main #section3 .subVisual .main-txt {
        left: 0;
        transform: translate(0%, -50%);
    }
    .main #section2 .subVisual .main-txt {
        left: 0;
        right: 0;
        transform: translate(0%, -50%);
        text-align: right;
    }
    .section .main-txt p.title {
        font-size: 28px;
        line-height: 45px !important;
    }
    .main #section0 .mainVisual .main-txt p {
        font-size: 20px;
        padding-bottom: 30px;
    }
    .main #section0 .mainVisual .main-txt p.title {
        font-size: 20px;
        line-height: 40px !important;
    }
    .main #section0 .mainVisual .main-txt p.title span {
        font-size: 40px;
        line-height: 50px;
    }    
    .main #section0 .mainVisual .main-txt .app a{
        display: block;
        margin-bottom: 16px;
    }
    .main #section1 .main-txt p.title {
        padding: 20px 0;
        line-height: 45px;
    }
    .main #section2 .main-txt p.title {
        padding: 20px 0 0;
    }
    .main #section2 .main-txt p,
    .main #section3 .main-txt p {
        padding: 20px 0 70px;
        line-height: 28px;
    }
    .main #section2 .subVisual .main-txt a,
    .main #section3 .subVisual .main-txt a {
        font-size: 14px;
    }
    .use .section .txtbox p {
        font-size: 28px;
        line-height: 40px;
    }
    .use .section .txtbox span {
        font-size: 16px;
        line-height: 24px;
    }
    .use #section0 .img {
        width: 45%;
    }
    .use #section1 .img {
        width: 60%;
    }
    .use #section1 .txtbox,
    .use #section2 .txtbox,
    .use #section3 .txtbox,
    .use #section4 .txtbox {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    .use #section2 .img {
        width: 60%;
        left: 50%;
        top: 90%;
    }
    .use #section3 .img {
        width: 60%;
    }
    .use #section4 .img {
        width: 60%;
        left: 50%;
        top: 90%;
    }
    .helper #section0 .img {
        width: 100%;
        bottom: 0% !important;
    }
    .helper #section0 .img > img {
        width: 100%;
    }
    .helper #section0 .main-txt {
        padding-top: 100px;
    }
    .helper #section0 .main-txt p {
        font-size: 20px;
    }
    .helper #section0 .main-txt p.title {
        font-size: 26px;
        padding-top: 24px;
    }
    .helper #section0 .main-txt p.title span {
        font-size: 32px;
        line-height: 40px;
    }
    .helper #section1 .img .map {
        width: 100%;
    }
    .helper #section1 .img .pointer {
        top: 39%;
        width: 50px;
        left: 44%;
    }
    .helper .main-txt p.title {
        font-size: 22px;
        line-height: 30px !important;
    }
    .helper #section2 .phone {
        max-width: 170px;
        border-radius: 25px;
    }
    .helper #section2 .money:nth-child(1) {
        width: 50px;
    }
    .helper #section2 .money:nth-child(2) {
        left: 18%;
        top: 25%;
        width: 100px;
    }
    .helper #section2 .money:nth-child(3) {
        width: 100px;
        top: 9.36%;
        left: 60%;
    }
    .helper #section2 .money:nth-child(4) {
        width: 120px;
    }
    .helper #section2 .money:nth-child(5) {
        width: 70px;
    }
    .helper #section3 .img .logo-card {
        max-width: 170px;
        border-radius: 25px;
        top: 50%;
    }
    .helper #section3 .img .festival {
        width: 100%;
    }
    .helper #section4 .main-txt {
        padding-top: 75px;
    }
    .helper #section4 .main-txt p {
        font-size: 28px;
        line-height: 40px !important;
    }
    .helper #section4 .youtube {
        margin-top: 32px;
    }
    .helper #section4 .youtube iframe {
        height: 200px;
    }
    .helper #section4 .app-dep {
        top: 76%;
    }
    .helper #section4 .app-dep .innerWrap > div .number {
        height: 45px;
        line-height: 60px;
    }
    .helper #section4 .app-dep .innerWrap > div .txt {
        font-size: 16px;
    }
    .tip .subVisual .txtboxWrap {
        padding-top: 130px;
    }
    .tip .section .subVisual .imgbox .list > span {
        width: 50px;
        height: 50px;
        top: 40%;
    }
    .tip .section .subVisual .imgbox .list > span img {
        width: 100%;
    }
    .tip .section .subVisual .imgbox .list > p {
        font-size: 18px;
    }
    .tip .subVisual .txtboxWrap .txtbox {
        font-size: 24px;
        line-height: 32px;
    }
    .tip .subVisual .txtboxWrap .sub_txtbox {
        margin-top: 8px;
        position: unset;
        font-size: 16px;
        line-height: 24px;
    }
    .company .section.bg {
        display: none;
    }
    .company .section.bg.mb {
        height: 300px;
        background: url(../img/company_bg_mb.png) no-repeat center center;
        background-size: cover;
        display: table;
        width: 100%;
        text-align: center;
        padding-top: 60px;
    }
    .company .section.bg {
        height: 300px;
        position: relative;
        background-size: cover;
    }
    .company .section.bg p {
        font-size: 32px;
        line-height: 32px;
        position: absolute;
        left: 16px;
        bottom: 40px;
    }
    .company .section.titlebox .title {
        text-align: left;
        border-bottom: none;
    }
    .company .section.titlebox .title p {
        font-size: 14px;
        line-height: 14px;
        padding: 50px 16px;
    }
    .company .section.ceo {
        padding: 0;
    }
    .company .section.ceo .innerWrap.pc {
        display: none;
    }
    .company .section.ceo .innerWrap.mb {
        display: block;
    }
    .company .section.ceo .innerWrap.mb .big {
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: -0.4px;
        text-align: left;
        color: #333;
        padding: 0 16px 50px;
        word-break: keep-all;
    }
    .company .section.ceo .innerWrap .profile .img {
        width: 100%;
    }
    .company .section.ceo .innerWrap .profile .img img {
        width: 100%;
    }
    .company .section.ceo .innerWrap .profile .logo {
        text-align: center;
        width: 60%;
        margin: 0 auto;
        padding-top: 16px;
    }
    .company .section.ceo .innerWrap .profile .logo img {
        width: 100%;
    }
    .company .section.ceo .innerWrap .text {
        margin-top: 32px;
    }
    .company .section.ceo .innerWrap .text p {
        margin-top: 16px;
        font-size: 14px;
    }
    .company .section.ceo .innerWrap .text p.sub {
        font-size: 16px;
        font-weight: 500;
    }
    .company .section.ceo .innerWrap .text p.ceo {
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 3.57;
        letter-spacing: -0.28px;
        text-align: left;
        color: #333;
        margin: 60px 0 40px;
    }
    .company .section.ceo .innerWrap .text p.ceo img {
        width: 74px;
    }
    .company .section.notice_box .innerWrap .notice .notice_list .list {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 25px 0;
        height: 150px;
        min-height: 150px;
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
    }
    .company .section.notice_box .innerWrap .notice .notice_list .list .text .date {
        display: none;
    }
    .company .section.notice_box .innerWrap .notice .notice_list .list .text .title {
        -webkit-line-clamp: 2;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    .company .section.notice_box .innerWrap .notice .notice_list .list .text .content {
        font-size: 14px;
        line-height: 1.57;
        height: auto;
        min-height: auto;
        margin-bottom: 0;
        height: 44px;
    }
    .company .section.notice_box .innerWrap .notice .notice_list .list .text .content p {
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        color: #666666;
    }
    .company .section.notice_box .innerWrap .notice .notice_list .list .text .content span {
        font-weight: 300;
        font-size: 14px !important;
        line-height: 22px;
        color: #666666;
    }
    .company .section.notice_box .innerWrap .notice .notice_detail .detail {
        height: 540px;
        min-height: 540px;
    }
    .company .section.notice_box .innerWrap .notice .notice_detail .detail .img {
        padding: 0;
        height: auto;
        min-height: auto;
    }
    .company .section.notice_box .innerWrap .notice .paging {
        margin: 50px 0;
        width: 100%;
    }
    .company .section.notice_box .innerWrap .notice .paging #paging a {
        font-size: 16px;
        line-height: 16px;
        margin: 0 5px;
    }
    .company .section.notice_box .innerWrap .notice .paging #paging a#next {
        margin: 0 0 0 20px;
    }
    .company .section.notice_box .innerWrap .notice .paging #paging a#prev {
        margin: 0 20px 0 0;
    }
    .top-arrow a {
        width: 30px;
        height: 30px;
    }
    .all-ft .slick-box {
        padding: 20px;
    }
    .slick-slide img {
        width: 70%;
    }
    .all-ft .app-down .main-txt {
        text-align: center;
        padding-top: 15px;
    }
    .all-ft .app-down .app {
        text-align: center;
        padding-bottom: 15px;
    }
    .section .main-txt p {
        font-size: 14px;
        line-height: 24px;
        padding: 16px 16px 0;
    }
    .all-ft .app-down .main-txt p.title {
        font-size: 26px;
        line-height: 26px !important;
        padding: 10px 16px;
    }
    .all-ft .app-down .app a {
        width: 150px;
        height: 40px;
        line-height: 30px;
        margin: 0 10px;
    }
    footer#footer {
        padding: 25px 20px;
    }
    footer#footer .txt .o-dep p {
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    footer#footer .txt .o-dep a {
        display: flex;
    }
    footer#footer .txt .tw-dep {
        margin: 15px 0;
    }
    footer#footer .txt .th-dep {
        font-size: 12px;
        line-height: 12px;
    }
    footer#footer .logo .sns ul li,
    footer#footer .logo .sns ul li a {
        width: 32px;
        height: 32px;
    }
    footer#footer .logo .seoul img {
        width: 90px;
    }
    
}

@media screen and (max-width: 320px) {
    .tip .section .subVisual .imgbox .list > span {
        width: auto;
        height: 50px;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tip .section .subVisual .imgbox .list > span img {
        width: 100%;
    }
    .tip .section .subVisual .imgbox .list > p {
        font-size: 14px;
        margin-top: 16px;
        padding: 0px 8px;
    }
    .helper .main-txt p {
        padding-top: 16px;
    }
    .helper #section0 .main-txt p.title span {
        font-size: 30px;
    }
    .helper #section2 .phone {
        max-width: 150px;
    }
    .helper #section3 .img .logo-card {
        max-width: 150px;
    }
    .helper #section4 .main-txt {
        padding-top: 75px;
    }
    .helper #section4 .main-txt p {
        font-size: 24px;
        line-height: 36px !important;
    }
    .helper #section4 .youtube iframe {
        height: 160px;
    }
    .helper #section4 .app-dep .innerWrap > div .txt {
        font-size: 15px;
    }
    .helper #section4 .app-dep .innerWrap > div .number {
        height: 35px;
    }
    footer#footer .txt .o-dep {
        margin-bottom: 16px;
    }
    footer#footer .txt .o-dep a {
        margin-right: 16px;
    }
    footer#footer .txt .o-dep b {
        margin-right: 0;
    }
    footer#footer .txt .o-dep span {
        font-size: 13px;
    }
    footer#footer .txt .tw-dep {
        display: none;
    }
    .all-ft .app-down .app a {
        width: 120px;
        padding: 0 16px;
    }
    .all-ft .app-down .app a img {
        width: 100%;
    }
}

@media screen and (max-height: 936px) and (min-height: 813px) {
    .helper #section0 .img {
        bottom: -10%;
    }
    .helper #section2 .phone,
    .helper #section3 .img .logo-card {
        width: 230px;
    }
    .helper .main-txt p.title {
        font-size: 36px;
        line-height: 44px !important;
    }
    .helper .main-txt p {
        padding-top: 16px;
    }
    .helper #section4 .youtube {
        margin-top: 16px;
    }
}

@media screen and (min-height: 700px) and (max-height: 823px) {
    .tip .subVisual .txtboxWrap .txtbox {
        font-size: 24px;
        padding: 0;
        position: relative;
        top: 20%;
    }
    .tip .subVisual .txtboxWrap .sub_txtbox {
        position: relative;
    }
    .helper #section0 .img {
        bottom: -20%;
    }
    .helper #section4 .main-txt {
        padding-top: 75px;
    }
    .helper #section4 .youtube {
        margin-top: 8px;
    }
    .helper #section4 .app-dep .innerWrap > div .number {
        height: 80px;
        line-height: 80px;
    }
}
