.booking-title .booking-1 {order: 1;}
.booking-title .booking-2 {order: 2;}
.option-title-1 {
    padding-bottom: min(7.3vw, 60px);
}
.option-title-1 h4 {
    font-size: min(5.9vw,50px);
    font-weight: 700;
    letter-spacing: 0em;
    padding-left: 0em;
}
.option-title-1 h5 {
    font-size: min(5.7vw,35px);
    font-weight: 700;
    letter-spacing: 0em;
    padding-left: 0em;
}
@media only screen and (min-width: 1241px) {
    .booking-title .booking-1 {order: 2;}
    .booking-title .booking-2 {order: 1;}
    .booking-title .booking-1 .option-title-1 {
        padding-bottom: 0;
        padding-top: min(7.3vw, 60px);
    }
    .option-title-1 h4 {
        font-size: min(5.7vw,50px);
    }
}
@media only screen and (max-width: 480px) {
    .option-title-1 h5 {
        font-size: 27px;
    }
}
.page-box {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    width: 100%;
}
.page-box.page-center {
    justify-content: center;
}

.page-box-con-1 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
}
.page-box-con-1.center {
    justify-content: center;
}
.page-box-con-1 .tbox-title-zone-1 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.page-box-con-1 .tbox-title-zone-1.text-white h4 {
    color: #fff;
}
.page-box-con-1 .tbox-title-zone-1.text-white p {
    color: rgba(255,255,255,0.8);
}
.page-box-con-1 .ul-zone, .page-box-con-1 .tbox-zone {
    padding: 30px 20px;
    background-color: #f4f4f4;
}
.page-box-con-1 .ul-zone ul {
    list-style: disc;
    padding-left: 20px;
    row-gap: 10px;
}
.page-box-con-1 .tbox-zone-2 {
    display: block;
    width: 100%;
    color: rgba(255,255,255,0.9);
}
.page-box-con-1 .tbox-zone-2 h6.sign {
    font-weight: 600;
    padding: 0 15px;
    text-align: right;
    margin-top: 50px;
}
.page-box-con-1 .tbox-zone-2 h6.sign strong {
    font-weight: 600;
    letter-spacing: 0.5em;
}
.page-box-con-1 .tbox-zone-3 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    width: 100%;
    color: rgba(0,0,0,0.8);
}
.page-box-con-1 .tbox-zone-3.center {
    justify-content: center;
}
.page-box-con-1 p {
    line-height: 1.4;
}
.page-box-con-1 .img-ban-con-zone {
    row-gap: 50px;
}
.page-box-con-1 .img-ban-con-1 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.page-box-con-1 .img-ban-con-1 h4, .page-box-con-1 .img-ban-con-1 h6, .page-box-con-1 .img-ban-con-1 p, .page-box-con-1 .img-ban-con-1 img {
    flex: 100%;
}
.page-box-con-1 .img-ban-con-1:nth-child(1) h4, .page-box-con-1 .img-ban-con-1:nth-child(1) p {
    color: #f74905;
}
.page-box-con-1 .img-ban-con-1:nth-child(2) h4, .page-box-con-1 .img-ban-con-1:nth-child(2) p {
    color: #0037ad;
}
.page-box-con-1 .img-ban-con-1:nth-child(3) h4, .page-box-con-1 .img-ban-con-1:nth-child(3) p {
    color: #017e73;
}
.page-box-con-1 .img-ban-con-2 {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    row-gap: 15px;
}
.page-box-con-1 .img-ban-con-2 h6{
    flex: 100%;
}
.page-box-con-1 .img-ban-con-3 .img-ban-con-3-bg {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    row-gap: 15px;
    justify-content: center;
    padding: 40px 15px;
    background-color: #333f50;
    border-radius: 15px;
}
.page-box-con-1 .img-ban-con-3 h6, .page-box-con-1 .img-ban-con-3 p, .page-box-con-1 .img-ban-con-3 img {
    flex: 100%;
    text-align: center;
}
.page-box-con-1 .img-ban-con-3 h6 {
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 15px;;
}
.page-box-con-1 .img-ban-con-3 h6:after {
    position: absolute;
    left: calc(50% - 50px);
    bottom: 0;
    width: 100px;
    border-top: 1px solid rgba(255,255,255,0.3);
    content: "";
}
.page-box-con-1 .img-ban-con-3 p {
    color: rgba(255,255,255,0.7);
}
.page-box-con-1 .img-ban-con-3 img {
    margin-top: 30px;
}
.page-box-con-1 .img-ban-con-4 {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    row-gap: 15px;
    position: relative;
    height: 100%;
}
.page-box-con-1 .img-ban-con-4 h6{
    flex: 100%;
}

.button-play-2 {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: transparent;border: 0;background-image: url(img/play.svg);background-repeat: no-repeat;background-size: 20%;background-position-x: center;background-position-y: 60%;opacity: 0;}
.button-play-2:hover {opacity: 1;transition: opacity ease-out 0.5s;}
.page-box-con-1 .vision-box-1 {
    width: 100%;
}

.page-box-con-1 .vision-box-1 h4 {
    font-weight: 700;
    color: #f8ac09;
    line-height: 1.2;
    padding: 25px 20px;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
}
.page-box-con-1 .img-zone-1 {
    margin-right: 20px;
}
.page-box-con-1 .img-zone-2 {
    max-width: 400px;
}
.page-box-con-1 .cont-zone-1 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    align-content: baseline;
}
.page-box-con-1 .cont-zone-1  h4 {
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}
.page-box-con-1 .cont-zone-1  h5 {
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}
.page-box-con-1 ul.line-style-1 li {
    border-top: 1px solid rgba(255,255,255,0.5);
    padding-top: 5px;
    color: #fff;
}
.page-box-con-1 ul.line-style-1 li:first-child {
    border-top: none;
}
.page-box-con-1 .cont-zone-1  p {
    color: #fff;
}
.page-box-con-1 .cont-zone-1  h4, .page-box-con-1 .cont-zone-1  h5, .page-box-con-1 ul.line-style-1, .page-box-con-1 .cont-zone-1  p {
    flex: 100%;
}
.list-box-1 {
    row-gap: 30px;
}
.padding-right-box-55 {
    width: calc(100% + 20px);
    padding-right: 55%;
}
.padding-right-box-75 {
    width: calc(100% + 20px);
    padding-right: 75%;
}

.page-box-con-ban-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-box-con-ban-1 p.con-num {
    position: relative;
    background-color: #2fa599;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.page-box-con-ban-1 p.con-num:after {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 1px);
    width: 1px;
    height: 20px;
    border-right: 1px dashed #2fa599;
    content: "";
}
.page-box-con-ban-1 .con-img {
    padding: 1.2vw;
    border-radius: 50%;
    border: 2px solid #2fa599;
    overflow: hidden;
}
.page-box-con-ban-1 .con-img img {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    transition: all ease 0.3s;
}
.page-box-con-ban-1 h6 {
    position: relative;
    background-color: #2fa599;
    color: #fff;
    padding: 5px 10px;
    width: 80%;
    text-align: center;
    border-radius: 16px;
    margin-top: 20px;
}
.page-box-con-ban-1 h6::before {
    position: absolute;
    top: -20px;
    left: calc(50% - 1px);
    width: 1px;
    height: 20px;
    border-right: 1px dashed #2fa599;
    content: "";
}
.page-box-con-ban-1:hover .con-img img {
    transform: scale(1.4);-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-o-transform:scale(1.4);
}

.page-box-con-ban-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: baseline;
    border-top: 1px solid rgba(47, 165, 153, 0.8);
    row-gap: 15px;
    padding-top: 15px;
}
.page-box-con-ban-2 h6.con-title {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    min-height: 50px;
    font-weight: 500;
}
.page-box-con-ban-2 p.con-text {
    font-size: min(3.4vw,18px);
    line-height: 1.2;
}
@media screen and (max-width: 480px) {
	.page-box-con-ban-2 p.con-text {font-size: 16px;}
}

.page-box-con-text-1 {
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    row-gap: 60px;
    width: 100%;
}
.page-box-con-text-1 .row {
    width: 100%;
}
.page-box-con-text-1 h3.con-title {
    flex: 100%;
    font-weight: 400;
    color: #101010;
    line-height: 1.2;
}
.page-box-con-text-1 h5.con-title {
    flex: 100%;
    font-weight: 500;
    color: #208d82;
}
.page-box-con-text-1 p.con-text {
    font-weight: 400;
    font-size: min(3.4vw,18px);
}
.page-box-con-text-1 ul.con-text {
    padding-left: 20px;
    list-style: disc;
    row-gap: 0.6em;
}
.page-box-con-text-1 ul.con-text li {
    font-weight: 400;
    font-size: min(3.4vw,18px);
}
.page-box-con-text-1 ol.con-text {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.6em;
    padding-left: 20px;
    row-gap: 0.6em;
}
.page-box-con-text-1 ol.con-text li {
    width: 100%;
    font-weight: 400;
    font-size: min(3.4vw,18px);
}
.page-box-con-text-1 .con-table {
    width: 100%;
}
@media screen and (max-width: 480px) {
	.page-box-con-text-1 p.con-text, .page-box-con-text-1 ul.con-text li, .page-box-con-text-1 ol.con-text li {
        font-size: 16px;
    }
}

.con-text-box-1 {
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.con-text-box-1 h3, .con-text-box-1 h5, .con-text-box-1 p {
    width: 100%;
}
.con-text-box-1 h2 {
    line-height: 1.2;
    font-weight: 700;
}
.con-text-box-1 h2 strong {
    font-weight: 700;
    color: #63AECB;
}

.con-text-box-2 {
    width: 100%;
    min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 70px 70px;
    background-image: url(../../theme/ybusiness_1/img/bg/content-bg-01.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    row-gap: 70px;
}
.con-text-box-2 h2, .con-text-box-2 h5, .con-text-box-2 p {
    width: 100%;
}
.con-text-box-2 h2 {
    line-height: 1.2;
    font-weight: 700;
}
.con-text-box-2 h2 strong {
    font-weight: 700;
    color: #ff8021;
}
@media screen and (max-width: 480px) {
	.con-text-box-2 {
        padding: 70px 40px;
    }
}

.con-text-box-3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 70px 40px;
    row-gap: 70px;
}
.con-text-box-3 h6 {
    line-height: 1.3;
}

.con-ul-box-1 {
    width: 100%;
}
.con-ul-box-1 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.con-ul-box-1 ul li {
    flex: unset;
    width: 28%;
    text-align: center;
    padding: 15px 10px;
    font-weight: 700;
}
.con-ul-box-1 ul li:nth-child(1) {
    background-color: #aed5e4;
    color: #101010;
}
.con-ul-box-1 ul li:nth-child(2) {
    background-color: #00b0f0;
    color: #101010;
}
.con-ul-box-1 ul li:nth-child(3) {
    background-color: #0070c0;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .con-ul-box-1 ul {
        row-gap: 30px;
    }
    .con-ul-box-1 ul li {
        width: 60%;
    }
}

.con-ul-box-2 {
    width: 100%;
    padding: 60px 0;
}
.con-ul-box-2 h2 {
    line-height: 1.2;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
}
.con-ul-box-2 h2 strong {
    font-weight: 700;
    color: #63aecb;
}
.con-ul-box-2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 60px;
}
.con-ul-box-2 ul li {
    flex: unset;
    width: 20%;
    text-align: center;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}
.con-ul-box-2 ul li .li-img {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.con-ul-box-2 ul li .li-img .li-img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30%;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #dbdbdb;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.con-ul-box-2 ul li:nth-child(2) .li-img .li-img-box {
    border: 2px solid #63aecb;
}
.con-ul-box-2 ul li:hover .li-img .li-img-box {
    border: 2px solid #63aecb;
}
.con-ul-box-2 ul li .li-img .li-img-box img.li-img-con {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.con-ul-box-2 ul li h5 {
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.con-ul-box-2 ul li p {
    font-weight: 400;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .con-ul-box-2 ul li {
        width: 60%;
    }
}

.page-in-box-con-text-1 {
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    row-gap: 30px;
}
.page-in-box-con-text-1 h6.in-con-title {
    flex: 100%;
    font-weight: 500;
}
.page-in-box-con-text-1 p.in-con-text {
    font-weight: 400;
    font-size: min(3.4vw,18px);
}
.page-in-box-con-1, .page-in-box-con-2 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    align-content: baseline;
}
.page-in-box-con-1.row-gap-30, .page-in-box-con-2.row-gap-30 {
    row-gap: 30px;
}
.t-orange {
    color: #f08500;
}
.t-blue {
    color: #007eca;
}
.t-green {
    color: #70923f;
}
.img-responsive-2 {
    display: block;
    width: 100%;
    height: auto;
}

.page-box-con-2 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
}
.page-box-con-2.center {
    justify-content: center;
}
.page-box-con-2 .ul-zone, .page-box-con-2 .tbox-zone {
    padding: 30px 20px;
    background-color: #f4f4f4;
}
.page-box-con-2 .ul-zone ul {
    list-style: disc;
    padding-left: 20px;
    row-gap: 10px;
}
.page-box-con-2 .tbox-zone-2 {
    display: block;
    width: 100%;
    color: rgba(255,255,255,0.9);
}
.page-box-con-2 .tbox-zone-3 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    width: 100%;
    color: rgba(0,0,0,0.8);
}
.page-box-con-2 .tbox-zone-3.center {
    justify-content: center;
}
.page-box-con-2 p {
    line-height: 1.4;
}

.joosuk-flex-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}
.joosuk-flex-1 p {
    color: #303030;
}
.color-303030 {
    color: #303030;
}
.scolor-1 {
    color: #88e065 !important;
}

.bgfix-1-1 {
    position: relative;
    padding: 140px 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    display: flex;
    align-items: center;
}
.bgfix-1-1 .covered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    content: "";
}
.bgfix-1-2 {
    position: relative;
    padding: 140px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    height: 100vh;
    display: flex;
    align-items: center;
}
.bgfix-1-2 .covered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    content: "";
}
.bgfix-1-3 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
}
.bgfix-1-3 .covered {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    content: "";
}
@media only screen and (min-width: 1200px) {
    .page-box.min1200-row-gap-no {
        row-gap: 5px;
    }
}
@media only screen and (min-width: 1241px) {
    .page-box-con-1 .vision-box-1 h4 {
        font-size: min(8.4vw,48px);
    }
    .page-box-con-1 ul.line-style-1 {
        row-gap: 20px;
    }
    .page-box-con-1 ul.line-style-1 li {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 1240px) {
}
@media only screen and (max-width: 1199px) {
    .bgfix-1-1, .bgfix-1-2{
        height: 100%;
    }
    br.br1200 {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 991px) {
    .padding-right-box-55 {
        padding-right: 45%;
    }
    .padding-right-box-75 {
        padding-right: 65%;
    }
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 767px) {
    .padding-right-box-55 {
        padding-right: 35%;
    }
    .padding-right-box-75 {
        padding-right: 55%;
    }
}
@media only screen and (max-width: 640px) {
    .bgfix-1-2 {
        background-position: left 30% center;
    }
    .padding-right-box-55 {
        padding-right: 25%;
    }
    .padding-right-box-75 {
        padding-right: 45%;
    }
}
@media only screen and (max-width: 480px) {
    .padding-right-box-55 {
        padding-right: 0;
    }
    .padding-right-box-75 {
        padding-right: 0;
    }
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}

/* 섹션 테이블 */
section .tbl-wrap, section .tbl_wrap {overflow-x: auto;width: 100%;}
section table {
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
section caption {
    font-size: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
section .tbl-wrap table {
    border-top: 1px solid rgba(0,0,0,0.3);
    /*border-bottom: 1px solid #dfdfdf;*/
    min-width: 44.4444444444em;;
    word-break: keep-all;
}
section .tbl-wrap table caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
section .tbl-wrap table thead th {border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;height: 2.888888888em;text-align: left;padding: 8px 10px;background-color: #f6f6f6;}
section .tbl-wrap table tbody th {border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;height: 2.888888888em;text-align: left;padding: 8px 10px;background-color: #f6f6f6;}
section .tbl-wrap table tbody td {border-right: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;height: 2.888888888em;padding: 8px 10px;}
section .tbl-wrap table thead th, section .tbl-wrap table tbody th, section .tbl-wrap table tbody td {
	font-size: min(3.4vw,18px);
	height: 100%;
    color: #101010;
}
section .tbl-wrap table tbody td:first-child {width: unset;}
section .tbl-wrap table thead th:first-child, section .tbl-wrap table tbody th:first-child, section .tbl-wrap table tbody td.first:first-child {width: 252px;}
section .tbl-wrap table thead th, section .tbl-wrap table tbody th:first-child, section .tbl-wrap table tbody td.first:first-child {
    text-align: center;
    font-weight: 600;
}
section .tbl-wrap table thead th:last-child, section .tbl-wrap table tbody td:last-child {border-right: none;}
section .tbl-wrap table tbody th strong, section .tbl-wrap table tbody td strong {color: #101010;}
section .tbl-wrap table tbody ol {
    padding-left: 20px;
}
section .tbl-wrap table tbody .table-con-img img {
    margin: 0 auto;
}
section .tbl-wrap .table-overguide {display: none;}
@media screen and (max-width: 991px) {
	section .tbl-wrap table thead {display: table-header-group;} /* 부트스트랩 테이블 변환 초기화 */
	section .tbl-wrap table thead tr {display: table-row;} /* 부트스트랩 테이블 변환 초기화 */
    section .tbl-wrap table thead tr th {display: table-cell;} /* 부트스트랩 테이블 변환 초기화 */
	section .tbl-wrap table tbody {display: table-row-group;} /* 부트스트랩 테이블 변환 초기화 */
	section .tbl-wrap table tbody tr {display: table-row;} /* 부트스트랩 테이블 변환 초기화 */
	section .tbl-wrap table tbody tr th {display: table-cell;} /* 부트스트랩 테이블 변환 초기화 */
	section .tbl-wrap table tbody tr td {display: table-cell;} /* 부트스트랩 테이블 변환 초기화 */
    section .tbl-wrap .table-overguide {display: block;font-size: 14px;line-height: 1;margin-bottom: 8px;}
}
@media screen and (max-width: 640px) {
	section .tbl-wrap table thead th:first-child, section .tbl-wrap table tbody th:first-child, section .tbl-wrap table tbody td.first:first-child {width: 120px;}
}
@media screen and (max-width: 480px) {
	section .tbl-wrap table thead th, section .tbl-wrap table tbody th, section .tbl-wrap table tbody td {
		font-size: 15px;
	}
}